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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #2a2a2a;
    background: #fafaf8;
}

.hidden {
    display: none;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    padding: 24px;
    z-index: 1000;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
}

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

.cookie-content p {
    flex: 1;
    min-width: 300px;
}

.cookie-content a {
    color: #2a2a2a;
    text-decoration: underline;
}

.cookie-actions {
    display: flex;
    gap: 12px;
}

.btn-accept,
.btn-reject {
    padding: 12px 32px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.3s ease;
}

.btn-accept {
    background: #2a2a2a;
    color: #fff;
}

.btn-accept:hover {
    background: #1a1a1a;
}

.btn-reject {
    background: transparent;
    color: #2a2a2a;
    border: 1px solid #2a2a2a;
}

.btn-reject:hover {
    background: #f5f5f5;
}

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

.header-minimal {
    position: sticky;
    top: 0;
    background: rgba(250, 250, 248, 0.95);
    backdrop-filter: blur(10px);
    z-index: 100;
}

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

.logo {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: lowercase;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 48px;
}

.nav-links a {
    color: #2a2a2a;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
    transition: opacity 0.3s ease;
}

.nav-links a:hover {
    opacity: 0.6;
}

.hero-minimal {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-content-center {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 48px;
}

.hero-content-center h1 {
    font-size: 72px;
    font-weight: 200;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 32px;
    color: #1a1a1a;
}

.hero-subtitle {
    font-size: 22px;
    font-weight: 300;
    color: #4a4a4a;
    letter-spacing: 0.5px;
}

.hero-image-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    z-index: 1;
}

.intro-space {
    padding: 160px 48px;
}

.content-narrow {
    max-width: 720px;
    margin: 0 auto;
}

.content-narrow h2 {
    font-size: 42px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 48px;
    letter-spacing: -0.5px;
}

.content-narrow p {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #3a3a3a;
    font-weight: 300;
}

.insight-block {
    padding: 120px 48px;
    background: #f5f5f3;
}

.container-wide {
    max-width: 1200px;
    margin: 0 auto;
}

.insight-layout {
    display: flex;
    gap: 80px;
    align-items: center;
}

.insight-text {
    flex: 1;
}

.insight-text h3 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 32px;
    letter-spacing: -0.5px;
}

.insight-text p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #3a3a3a;
    font-weight: 300;
}

.insight-visual {
    flex: 1;
}

.insight-visual img {
    width: 100%;
    height: auto;
    display: block;
}

.problem-amplification {
    padding: 160px 48px;
}

.problem-amplification h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 80px;
    text-align: center;
    letter-spacing: -0.5px;
}

.cost-points {
    display: flex;
    flex-direction: column;
    gap: 64px;
    max-width: 800px;
    margin: 0 auto;
}

.cost-item h4 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.cost-item p {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
    font-weight: 300;
}

.testimonial-inline {
    padding: 120px 48px;
    background: #2a2a2a;
}

.container-medium {
    max-width: 960px;
    margin: 0 auto;
}

.testimonial-modern {
    border: none;
}

.testimonial-modern p {
    font-size: 26px;
    line-height: 1.6;
    color: #fafaf8;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 32px;
}

.testimonial-modern cite {
    font-size: 16px;
    color: #c0c0c0;
    font-style: normal;
    font-weight: 300;
}

.services-preview {
    padding: 160px 48px;
}

.section-intro {
    font-size: 20px;
    color: #5a5a5a;
    margin-bottom: 80px;
    text-align: center;
    font-weight: 300;
}

.services-minimal {
    display: flex;
    flex-direction: column;
    gap: 120px;
    margin-top: 80px;
}

.service-card-minimal {
    display: flex;
    gap: 64px;
    align-items: flex-start;
}

.service-card-minimal:nth-child(even) {
    flex-direction: row-reverse;
}

.service-visual {
    flex: 0 0 360px;
    height: 480px;
    background-size: cover;
    background-position: center;
}

.service-info {
    flex: 1;
    padding-top: 24px;
}

.service-info h3 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

.service-info p {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 32px;
    font-weight: 300;
}

.service-price {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 32px;
    color: #2a2a2a;
}

.btn-select-service {
    padding: 16px 48px;
    background: transparent;
    border: 1px solid #2a2a2a;
    color: #2a2a2a;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.btn-select-service:hover {
    background: #2a2a2a;
    color: #fff;
}

.contact-section-embedded {
    padding: 160px 48px;
    background: #f5f5f3;
}

.form-container-minimal {
    max-width: 640px;
    margin: 0 auto;
}

.form-container-minimal h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 24px;
    text-align: center;
    letter-spacing: -0.5px;
}

.form-container-minimal > p {
    text-align: center;
    font-size: 18px;
    color: #5a5a5a;
    margin-bottom: 64px;
    font-weight: 300;
}

.form-minimal {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #5a5a5a;
}

.form-group input,
.form-group textarea {
    padding: 16px;
    border: 1px solid #d0d0d0;
    background: #fff;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.form-group textarea {
    resize: vertical;
}

.btn-submit {
    padding: 20px 48px;
    background: #2a2a2a;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    letter-spacing: 0.5px;
    margin-top: 16px;
}

.btn-submit:hover {
    background: #1a1a1a;
}

.final-thought {
    padding: 160px 48px;
}

.final-thought h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 48px;
    letter-spacing: -0.5px;
}

.final-thought p {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #3a3a3a;
    font-weight: 300;
}

.footer-minimal {
    background: #2a2a2a;
    color: #c0c0c0;
    padding: 80px 48px 32px;
}

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

.footer-section h4 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
}

.footer-section p {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 300;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #c0c0c0;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    transition: color 0.3s ease;
}

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

.email-display {
    color: #c0c0c0;
    cursor: default;
}

.disclaimer {
    max-width: 1200px;
    margin: 0 auto 48px;
    padding: 32px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.disclaimer p {
    font-size: 14px;
    line-height: 1.6;
    color: #a0a0a0;
    font-weight: 300;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

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

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

    .nav-links {
        gap: 24px;
        flex-wrap: wrap;
        justify-content: center;
    }

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

    .hero-subtitle {
        font-size: 18px;
    }

    .insight-layout {
        flex-direction: column;
        gap: 48px;
    }

    .service-card-minimal,
    .service-card-minimal:nth-child(even) {
        flex-direction: column;
    }

    .service-visual {
        flex: none;
        width: 100%;
        height: 320px;
    }

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

    .intro-space,
    .problem-amplification,
    .services-preview,
    .contact-section-embedded,
    .final-thought {
        padding: 80px 24px;
    }

    .insight-block,
    .testimonial-inline {
        padding: 80px 24px;
    }
}