* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #2c2c2c;
    background: #fafafa;
}

.ad-notice {
    background: #f0f0f0;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

.nav-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 80px;
    max-width: 1400px;
    margin: 0 auto;
}

.nav-brand {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #2c2c2c;
}

.nav-links {
    display: flex;
    gap: 50px;
}

.nav-links a {
    text-decoration: none;
    color: #666;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #2c2c2c;
}

.hero-minimal {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 80px 120px;
}

.hero-content {
    max-width: 800px;
    margin-bottom: 80px;
}

.hero-content h1 {
    font-size: 72px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.hero-content p {
    font-size: 22px;
    color: #666;
    font-weight: 300;
    line-height: 1.7;
}

.hero-visual {
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-color: #e8e8e8;
}

.hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro-space {
    padding: 140px 80px;
    background: #fff;
}

.intro-narrow {
    max-width: 700px;
    margin: 0 auto;
}

.intro-lead {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 50px;
    color: #2c2c2c;
}

.intro-narrow p {
    font-size: 19px;
    color: #666;
    line-height: 1.8;
    font-weight: 300;
}

.service-preview {
    padding: 140px 80px;
    max-width: 1400px;
    margin: 0 auto;
}

.service-intro-text {
    margin-bottom: 80px;
}

.service-intro-text h2 {
    font-size: 48px;
    font-weight: 300;
    letter-spacing: -1px;
}

.service-cards-minimal {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.service-card {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.service-image {
    width: 100%;
    max-width: 600px;
    height: 400px;
    overflow: hidden;
    background-color: #e8e8e8;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-card h3 {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -0.5px;
}

.service-card p {
    font-size: 18px;
    color: #666;
    line-height: 1.7;
    max-width: 600px;
    font-weight: 300;
}

.service-price {
    font-size: 28px;
    color: #2c2c2c;
    font-weight: 300;
    margin-top: 20px;
}

.service-select {
    padding: 18px 40px;
    background: #2c2c2c;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    font-weight: 300;
    letter-spacing: 1px;
    transition: background 0.3s;
    align-self: flex-start;
}

.service-select:hover {
    background: #000;
}

.approach-minimal {
    padding: 140px 80px;
    background: #fff;
}

.approach-content {
    max-width: 700px;
    margin: 0 auto;
}

.approach-content h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 50px;
    letter-spacing: -1px;
}

.approach-content p {
    font-size: 19px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
    font-weight: 300;
}

.approach-note {
    margin-top: 60px;
    padding: 30px;
    background: #f9f9f9;
    border-left: 2px solid #ddd;
}

.approach-note p {
    font-size: 14px;
    color: #888;
    line-height: 1.6;
}

.form-section {
    padding: 140px 80px;
    max-width: 900px;
    margin: 0 auto;
}

.form-container h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 60px;
    letter-spacing: -1px;
}

.form-group {
    margin-bottom: 40px;
}

.form-group label {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    color: #666;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 300;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 18px;
    border: 1px solid #ddd;
    font-size: 16px;
    background: #fff;
    font-weight: 300;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #2c2c2c;
}

.submit-btn {
    padding: 20px 60px;
    background: #2c2c2c;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    font-weight: 300;
    letter-spacing: 1px;
    transition: background 0.3s;
}

.submit-btn:hover {
    background: #000;
}

.footer-minimal {
    padding: 100px 80px 60px;
    background: #2c2c2c;
    color: #fff;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.footer-col h4 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footer-col p {
    font-size: 14px;
    color: #aaa;
    font-weight: 300;
}

.footer-col a {
    display: block;
    color: #aaa;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 300;
    transition: color 0.3s;
}

.footer-col a:hover {
    color: #fff;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 30px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    display: none;
    z-index: 1000;
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.cookie-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.cookie-buttons {
    display: flex;
    gap: 15px;
}

.cookie-accept,
.cookie-reject {
    padding: 12px 30px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    font-weight: 300;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.cookie-accept {
    background: #2c2c2c;
    color: #fff;
}

.cookie-accept:hover {
    background: #000;
}

.cookie-reject {
    background: #f0f0f0;
    color: #666;
}

.cookie-reject:hover {
    background: #e0e0e0;
}

.thanks-container {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 80px;
    text-align: center;
}

.thanks-container h1 {
    font-size: 64px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.thanks-container p {
    font-size: 20px;
    color: #666;
    max-width: 600px;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.7;
}

.thanks-service {
    font-size: 24px;
    color: #2c2c2c;
    margin: 40px 0;
    font-weight: 300;
}

.back-home {
    display: inline-block;
    margin-top: 40px;
    padding: 18px 40px;
    background: #2c2c2c;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    transition: background 0.3s;
}

.back-home:hover {
    background: #000;
}

.page-header {
    padding: 100px 80px 60px;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header h1 {
    font-size: 64px;
    font-weight: 300;
    letter-spacing: -1px;
}

.page-content {
    padding: 40px 80px 120px;
    max-width: 900px;
    margin: 0 auto;
}

.page-content h2 {
    font-size: 32px;
    font-weight: 300;
    margin: 60px 0 30px;
    letter-spacing: -0.5px;
}

.page-content h3 {
    font-size: 24px;
    font-weight: 300;
    margin: 40px 0 20px;
}

.page-content p {
    font-size: 17px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
    font-weight: 300;
}

.page-content ul {
    margin: 20px 0 20px 30px;
}

.page-content ul li {
    font-size: 17px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 10px;
    font-weight: 300;
}

.contact-info {
    padding: 80px 0;
}

.contact-detail {
    margin-bottom: 40px;
}

.contact-detail h3 {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 15px;
    font-weight: 300;
}

.contact-detail p {
    font-size: 20px;
    color: #2c2c2c;
}

@media (max-width: 768px) {
    .nav-minimal {
        padding: 30px 20px;
        flex-direction: column;
        gap: 30px;
    }

    .nav-links {
        gap: 20px;
    }

    .hero-minimal {
        padding: 0 20px 60px;
    }

    .hero-content h1 {
        font-size: 42px;
    }

    .hero-visual {
        height: 400px;
    }

    .intro-space,
    .service-preview,
    .approach-minimal,
    .form-section {
        padding: 80px 20px;
    }

    .footer-minimal {
        padding: 60px 20px 40px;
    }

    .footer-content {
        flex-direction: column;
        gap: 40px;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-header {
        padding: 60px 20px 40px;
    }

    .page-content {
        padding: 20px 20px 80px;
    }
}