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

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    background: #ffffff;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    color: #ffffff;
    padding: 24px;
    z-index: 10000;
    display: none;
}

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

.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 {
    margin: 0;
    flex: 1;
    min-width: 250px;
}

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

.cookie-buttons {
    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: #ffffff;
    color: #000000;
}

.btn-accept:hover {
    background: #f0f0f0;
}

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

.btn-reject:hover {
    background: rgba(255, 255, 255, 0.1);
}

.nav-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 80px;
    background: transparent;
}

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

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

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

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

.hero-minimal {
    padding: 120px 80px 80px;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

.hero-minimal h1 {
    font-size: 96px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 32px;
    letter-spacing: -2px;
}

.hero-subtitle {
    font-size: 28px;
    font-weight: 300;
    color: #666666;
    letter-spacing: 0.5px;
}

.hero-image-container {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

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

.spacer-large {
    padding: 160px 80px;
}

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

.lead-text {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 300;
    color: #2a2a2a;
}

.insight-block {
    background: #f8f8f8;
    padding: 200px 80px;
}

.insight-content {
    max-width: 800px;
    margin: 0 auto;
}

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

.insight-content p {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 32px;
    font-weight: 300;
}

.visual-break {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

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

.problem-amplification {
    padding: 180px 80px;
}

.content-centered {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.content-centered h2 {
    font-size: 56px;
    font-weight: 300;
    margin-bottom: 56px;
    letter-spacing: -1px;
}

.content-centered p {
    font-size: 21px;
    line-height: 1.7;
    margin-bottom: 36px;
    font-weight: 300;
}

.testimonial-inline {
    padding: 120px 80px;
    background: #1a1a1a;
    color: #ffffff;
}

.testimonial-card {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-text {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 32px;
}

.testimonial-author {
    font-size: 16px;
    font-weight: 300;
    opacity: 0.7;
    letter-spacing: 1px;
}

.cta-section-primary {
    padding: 160px 80px;
    text-align: center;
}

.cta-content h3 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 48px;
    letter-spacing: -1px;
}

.btn-cta-large {
    display: inline-block;
    padding: 24px 72px;
    background: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-cta-large:hover {
    background: #000000;
    transform: translateY(-2px);
}

.services-preview {
    padding: 140px 80px;
    background: #fafafa;
}

.services-intro {
    max-width: 700px;
    margin: 0 auto 100px;
    text-align: center;
}

.services-intro h2 {
    font-size: 64px;
    font-weight: 300;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

.services-intro p {
    font-size: 21px;
    font-weight: 300;
    color: #666666;
}

.services-grid-minimal {
    display: flex;
    flex-direction: column;
    gap: 80px;
    max-width: 900px;
    margin: 0 auto;
}

.service-card-minimal {
    padding: 64px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
}

.service-card-minimal h3 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

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

.service-price {
    font-size: 28px;
    font-weight: 400;
    color: #1a1a1a;
    margin: 32px 0;
}

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

.btn-select-service:hover {
    background: #1a1a1a;
    color: #ffffff;
}

.trust-building {
    padding: 180px 80px;
}

.trust-content {
    max-width: 800px;
    margin: 0 auto;
}

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

.trust-content p {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 32px;
    font-weight: 300;
}

.form-section {
    padding: 160px 80px;
    background: #f5f5f5;
}

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

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

.form-intro {
    font-size: 18px;
    font-weight: 300;
    color: #666666;
    margin-bottom: 64px;
}

.order-form {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

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

.form-group label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

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

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

.form-group textarea {
    resize: vertical;
}

.btn-submit {
    padding: 22px 64px;
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 24px;
}

.btn-submit:hover {
    background: #000000;
    transform: translateY(-2px);
}

.urgency-element {
    padding: 80px;
    background: #000000;
    color: #ffffff;
    text-align: center;
}

.urgency-content p {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.footer-minimal {
    padding: 80px;
    background: #1a1a1a;
    color: #ffffff;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-bottom: 32px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    transition: opacity 0.3s ease;
}

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

.footer-copy {
    font-size: 13px;
    font-weight: 300;
    opacity: 0.6;
    letter-spacing: 1px;
}

.sticky-cta {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1000;
}

.sticky-cta-btn {
    display: block;
    padding: 20px 48px;
    background: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.sticky-cta-btn:hover {
    background: #000000;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
}

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

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

    .hero-minimal {
        padding: 60px 24px;
        min-height: auto;
    }

    .hero-minimal h1 {
        font-size: 48px;
    }

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

    .hero-image-container {
        height: 300px;
    }

    .spacer-large,
    .insight-block,
    .problem-amplification,
    .testimonial-inline,
    .cta-section-primary,
    .services-preview,
    .trust-building,
    .form-section {
        padding: 80px 24px;
    }

    .lead-text {
        font-size: 22px;
    }

    .insight-content h2,
    .content-centered h2,
    .cta-content h3,
    .trust-content h2,
    .form-container h2 {
        font-size: 32px;
    }

    .services-intro h2 {
        font-size: 40px;
    }

    .insight-content p,
    .content-centered p,
    .trust-content p {
        font-size: 17px;
    }

    .testimonial-text {
        font-size: 22px;
    }

    .service-card-minimal {
        padding: 32px 24px;
    }

    .service-card-minimal h3 {
        font-size: 26px;
    }

    .service-price {
        font-size: 22px;
    }

    .visual-break {
        height: 300px;
    }

    .footer-links {
        flex-direction: column;
        gap: 20px;
    }

    .sticky-cta {
        bottom: 20px;
        right: 20px;
        left: 20px;
    }

    .sticky-cta-btn {
        width: 100%;
        text-align: center;
    }

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

    .cookie-buttons {
        width: 100%;
        flex-direction: column;
    }

    .btn-accept,
    .btn-reject {
        width: 100%;
    }
}
