* {
    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-color: #ffffff;
}

.ad-notice {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 8px 20px;
    text-align: center;
    font-size: 12px;
    color: #6c757d;
}

.nav-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.nav-brand {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
}

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

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

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

.hero-immersive {
    width: 100%;
    height: 85vh;
    position: relative;
}

.hero-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    text-align: center;
}

.hero-overlay h1 {
    font-size: 56px;
    font-weight: 700;
    color: #ffffff;
    max-width: 900px;
    margin-bottom: 24px;
    line-height: 1.2;
}

.hero-subtext {
    font-size: 22px;
    color: #f0f0f0;
    max-width: 700px;
    line-height: 1.5;
}

.story-intro {
    padding: 80px 20px;
    background-color: #fafafa;
}

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

.lead-text {
    font-size: 24px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 28px;
    line-height: 1.5;
}

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

.insight-block {
    padding: 100px 40px;
    background-color: #ffffff;
}

.insight-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

.insight-image {
    flex: 1;
    height: 500px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}

.insight-text {
    flex: 1;
}

.insight-text h2 {
    font-size: 38px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
    line-height: 1.3;
}

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

.problem-amplification {
    padding: 100px 20px;
    background-color: #f5f5f5;
}

.problem-amplification h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 60px;
}

.problem-grid {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.problem-item {
    background-color: #ffffff;
    padding: 40px;
    border-left: 4px solid #d4af37;
}

.problem-item h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
}

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

.solution-reveal {
    padding: 0;
    background-color: #ffffff;
}

.split-reveal {
    display: flex;
    min-height: 600px;
}

.reveal-content {
    flex: 1;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reveal-content h2 {
    font-size: 40px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 28px;
}

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

.cta-inline {
    display: inline-block;
    background-color: #d4af37;
    color: #ffffff;
    padding: 16px 36px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    margin-top: 20px;
    transition: background-color 0.3s;
}

.cta-inline:hover {
    background-color: #b8962f;
}

.reveal-visual {
    flex: 1;
    background-size: cover;
    background-position: center;
}

.trust-builder {
    padding: 100px 20px;
    background-color: #fafafa;
}

.trust-builder h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 28px;
}

.trust-builder > .narrow-content > p {
    text-align: center;
    font-size: 19px;
    color: #4a4a4a;
    margin-bottom: 60px;
    line-height: 1.7;
}

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

.trust-point {
    background-color: #ffffff;
    padding: 36px;
    border-radius: 4px;
}

.trust-point h4 {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.trust-point p {
    font-size: 17px;
    color: #4a4a4a;
    line-height: 1.7;
}

.testimonials-flow {
    padding: 100px 20px;
    background-color: #2c2c2c;
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: center;
}

.testimonial-card {
    max-width: 700px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 40px;
    border-left: 3px solid #d4af37;
}

.testimonial-text {
    font-size: 19px;
    color: #f0f0f0;
    font-style: italic;
    margin-bottom: 16px;
    line-height: 1.6;
}

.testimonial-author {
    font-size: 15px;
    color: #d4af37;
    font-weight: 600;
}

.benefits-detailed {
    padding: 100px 20px;
    background-color: #ffffff;
}

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

.benefits-intro h2 {
    font-size: 44px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.benefits-intro p {
    font-size: 19px;
    color: #4a4a4a;
    line-height: 1.6;
}

.service-cards {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.service-card {
    display: flex;
    gap: 40px;
    background-color: #fafafa;
    border-radius: 4px;
    overflow: hidden;
}

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

.service-image {
    flex: 1;
    min-height: 400px;
    background-size: cover;
    background-position: center;
}

.service-content {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-content h3 {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.service-content p {
    font-size: 17px;
    color: #4a4a4a;
    line-height: 1.7;
    margin-bottom: 16px;
}

.service-price {
    font-size: 36px;
    font-weight: 700;
    color: #d4af37;
    margin: 20px 0;
}

.service-select {
    background-color: #2c2c2c;
    color: #ffffff;
    border: none;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    align-self: flex-start;
}

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

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

.form-container {
    max-width: 600px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 50px;
    border-radius: 4px;
}

.form-container h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
    text-align: center;
}

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

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

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

.form-group input,
.form-group select {
    width: 100%;
    padding: 14px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 16px;
    color: #2c2c2c;
}

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

.form-group input[readonly] {
    background-color: #f5f5f5;
}

.form-submit {
    width: 100%;
    background-color: #d4af37;
    color: #ffffff;
    border: none;
    padding: 18px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.final-assurance {
    padding: 100px 20px;
    background-color: #1a1a1a;
    text-align: center;
}

.final-assurance h2 {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 28px;
}

.final-assurance p {
    font-size: 19px;
    color: #e0e0e0;
    line-height: 1.7;
}

.assurance-note {
    font-size: 17px;
    color: #d4af37;
    font-weight: 600;
    margin-top: 20px;
}

.footer-extended {
    background-color: #2c2c2c;
    color: #e0e0e0;
    padding: 60px 40px 30px;
}

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

.footer-column {
    flex: 1;
}

.footer-column h4 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 16px;
}

.footer-column p {
    font-size: 15px;
    color: #b0b0b0;
    line-height: 1.6;
}

.footer-column a {
    display: block;
    color: #b0b0b0;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 15px;
    transition: color 0.3s;
}

.footer-column a:hover {
    color: #d4af37;
}

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 24px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    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;
}

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

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

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

.cookie-accept,
.cookie-reject {
    padding: 12px 28px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.cookie-accept {
    background-color: #d4af37;
    color: #ffffff;
}

.cookie-accept:hover {
    background-color: #b8962f;
}

.cookie-reject {
    background-color: #4a4a4a;
    color: #ffffff;
}

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

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

    .hero-overlay h1 {
        font-size: 36px;
    }

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

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

    .split-reveal {
        flex-direction: column;
    }

    .service-card {
        flex-direction: column;
    }

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

    .footer-main {
        flex-direction: column;
    }

    .cookie-content {
        flex-direction: column;
    }
}