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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    background-color: #ffffff;
}

.ad-disclosure {
    background-color: #f8f8f8;
    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: 30px 60px;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 100;
}

.nav-brand {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    text-transform: lowercase;
    letter-spacing: 1px;
}

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

.nav-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    transition: opacity 0.3s;
}

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

.hero-visual-dominant {
    width: 100%;
    height: 100vh;
    position: relative;
}

.hero-image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #2a2a2a;
}

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

.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    max-width: 800px;
    padding: 0 20px;
}

.hero-headline {
    font-size: 64px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.hero-subtext {
    font-size: 20px;
    font-weight: 300;
    opacity: 0.9;
}

.story-opener {
    padding: 120px 20px;
    background-color: #fafafa;
}

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

.opening-question {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 40px;
    font-weight: 400;
    color: #2a2a2a;
}

.story-content-narrow p {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #4a4a4a;
}

.visual-break {
    width: 100%;
    height: 70vh;
    background-color: #e8e8e8;
}

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

.problem-amplification {
    padding: 100px 20px;
}

.container-asymmetric {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: center;
}

.problem-text {
    flex: 1;
}

.problem-text h2 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 30px;
    font-weight: 400;
}

.problem-text p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.problem-visual {
    flex: 0 0 400px;
    background-color: #f5f5f5;
}

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

.insight-reveal {
    padding: 120px 20px;
    background-color: #1a1a1a;
    color: #ffffff;
}

.insight-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

.insight-wrapper h2 {
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 80px;
}

.insight-grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.insight-card {
    flex: 1;
    min-width: 320px;
    background-color: #2a2a2a;
}

.insight-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.insight-card h3 {
    font-size: 24px;
    margin: 30px 30px 20px 30px;
    font-weight: 400;
}

.insight-card p {
    padding: 0 30px 30px 30px;
    font-size: 16px;
    line-height: 1.6;
    color: #cccccc;
}

.trust-building {
    padding: 100px 20px;
    background-color: #f9f9f9;
}

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

.trust-content h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 400;
}

.testimonial-flow {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

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

.testimonial p {
    font-size: 22px;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 20px;
    color: #2a2a2a;
}

.testimonial-author {
    font-size: 16px;
    color: #666;
    font-style: normal;
}

.approach-section {
    padding: 0;
}

.approach-visual-split {
    display: flex;
    min-height: 800px;
}

.approach-image {
    flex: 0 0 50%;
    background-color: #e8e8e8;
}

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

.approach-text {
    flex: 1;
    padding: 80px 60px;
    background-color: #ffffff;
}

.approach-text h2 {
    font-size: 38px;
    margin-bottom: 50px;
    font-weight: 400;
}

.process-step {
    margin-bottom: 40px;
    padding-left: 80px;
    position: relative;
}

.step-number {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 48px;
    font-weight: 200;
    color: #d0d0d0;
}

.process-step h3 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 500;
}

.process-step p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
}

.benefits-cascade {
    padding: 100px 20px;
    background-color: #fafafa;
}

.benefits-title {
    font-size: 42px;
    text-align: center;
    margin-bottom: 70px;
    font-weight: 400;
}

.benefits-layout {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.benefit-item {
    padding: 0 40px;
}

.benefit-item h3 {
    font-size: 26px;
    margin-bottom: 16px;
    font-weight: 400;
}

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

.services-reveal {
    padding: 120px 20px;
    background-color: #ffffff;
}

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

.services-intro h2 {
    font-size: 48px;
    margin-bottom: 24px;
    font-weight: 400;
}

.services-intro p {
    font-size: 19px;
    color: #4a4a4a;
}

.services-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.service-card {
    flex: 1;
    min-width: 380px;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
}

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

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

.service-details {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.service-details h3 {
    font-size: 26px;
    margin-bottom: 16px;
    font-weight: 500;
}

.service-details p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.service-price {
    font-size: 32px;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: auto;
    margin-bottom: 24px;
}

.select-service-btn {
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 16px 32px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-weight: 500;
}

.select-service-btn:hover {
    background-color: #333333;
}

.form-section {
    padding: 100px 20px;
    background-color: #f5f5f5;
}

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

.form-container h2 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: center;
}

.form-intro {
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
    color: #4a4a4a;
}

.selected-service-display {
    background-color: #e8f5e9;
    padding: 20px;
    margin-bottom: 30px;
    border-left: 4px solid #4caf50;
}

.selected-service-display p {
    margin-bottom: 8px;
    font-size: 16px;
}

.consultation-form {
    background-color: #ffffff;
    padding: 40px;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #2a2a2a;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    background-color: #fafafa;
    font-family: inherit;
}

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

.form-submit-btn {
    width: 100%;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 18px;
    font-size: 17px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-weight: 500;
}

.form-submit-btn:hover {
    background-color: #333333;
}

.final-assurance {
    padding: 120px 20px;
    background-color: #1a1a1a;
    color: #ffffff;
}

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

.assurance-content h2 {
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 300;
}

.assurance-content p {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #cccccc;
}

.site-footer {
    background-color: #0a0a0a;
    color: #cccccc;
    padding: 60px 20px 20px 20px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.footer-section {
    flex: 1;
    min-width: 220px;
}

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #ffffff;
}

.footer-section p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.footer-section ul {
    list-style: none;
}

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

.footer-section ul li a {
    color: #cccccc;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: #ffffff;
}

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 30px auto;
    padding: 30px;
    background-color: #1a1a1a;
    border-left: 3px solid #4a4a4a;
}

.footer-disclaimer p {
    font-size: 14px;
    line-height: 1.6;
    color: #999999;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #2a2a2a;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-bottom p {
    font-size: 14px;
    color: #888888;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 20px;
    z-index: 1000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.5;
}

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

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

.cookie-btn {
    padding: 12px 30px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.cookie-btn.accept {
    background-color: #4caf50;
    color: #ffffff;
}

.cookie-btn.accept:hover {
    background-color: #45a049;
}

.cookie-btn.reject {
    background-color: #666666;
    color: #ffffff;
}

.cookie-btn.reject:hover {
    background-color: #555555;
}

@media (max-width: 768px) {
    .hero-headline {
        font-size: 42px;
    }

    .container-asymmetric {
        flex-direction: column;
    }

    .problem-visual {
        flex: 1;
        width: 100%;
        min-height: 400px;
    }

    .approach-visual-split {
        flex-direction: column;
    }

    .approach-image {
        flex: 1;
        min-height: 400px;
    }

    .insight-grid {
        flex-direction: column;
    }

    .services-grid {
        flex-direction: column;
    }

    .service-card {
        min-width: 100%;
    }

    .nav-minimal {
        padding: 20px;
        flex-direction: column;
        gap: 20px;
    }

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