* {
    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: #222;
    background: #fff;
}

.main-nav {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.4rem;
    font-weight: 700;
    color: #111;
    text-decoration: none;
}

.nav-links {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-links a {
    text-decoration: none;
    color: #444;
    font-size: 0.95rem;
}

.ad-notice {
    font-size: 0.8rem;
    color: #666;
    padding: 0.3rem 0.8rem;
    background: #f5f5f5;
    border-radius: 4px;
}

.hero-funnel {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}

.hero-content-overlay {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    max-width: 800px;
    padding: 2rem;
}

.hero-content-overlay h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.hero-subtext {
    font-size: 1.3rem;
    opacity: 0.95;
}

.problem-intro {
    padding: 5rem 2rem;
    background: #f9f9f9;
}

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

.problem-intro h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.problem-intro p {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #444;
}

.insight-visual {
    padding: 4rem 2rem;
    background: #fff;
}

.split-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
    align-items: center;
}

.split-text {
    flex: 1;
}

.split-text h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.split-text p {
    font-size: 1.05rem;
    margin-bottom: 1rem;
    color: #555;
}

.split-image {
    flex: 1;
    background: #f0f0f0;
}

.split-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.story-flow {
    padding: 5rem 2rem;
    background: #fafafa;
}

.story-flow h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.story-flow p {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    color: #444;
}

.trust-visual {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.section-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}

.overlay-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    padding: 2rem;
}

.testimonial-inline {
    background: rgba(255, 255, 255, 0.95);
    padding: 2rem;
    border-radius: 8px;
}

.quote {
    font-size: 1.3rem;
    font-style: italic;
    margin-bottom: 1rem;
    color: #222;
}

.attribution {
    font-size: 1rem;
    color: #666;
}

.benefit-reveal {
    padding: 5rem 2rem;
    background: #fff;
}

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

.benefit-reveal h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
}

.benefit-cards {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.benefit-card {
    flex: 1;
    min-width: 300px;
    max-width: 360px;
    background: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
}

.benefit-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.benefit-card h4 {
    font-size: 1.4rem;
    padding: 1.5rem 1.5rem 0.5rem;
}

.benefit-card p {
    padding: 0 1.5rem 1.5rem;
    color: #555;
    font-size: 1rem;
}

.how-it-works {
    padding: 5rem 2rem;
    background: #f4f4f4;
}

.how-it-works h2 {
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 3rem;
}

.steps-offset {
    max-width: 700px;
    margin: 0 auto;
}

.step-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    align-items: flex-start;
}

.step-num {
    background: #222;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
}

.step-content h5 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.step-content p {
    color: #555;
    font-size: 1.05rem;
}

.social-proof-scattered {
    padding: 5rem 2rem;
    background: #fff;
}

.social-proof-scattered h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 3rem;
}

.testimonial-grid {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.testimonial-box {
    background: #f9f9f9;
    padding: 2rem;
    border-radius: 8px;
    flex: 1;
    min-width: 280px;
    max-width: 350px;
}

.testimonial-box p {
    font-size: 1.05rem;
    margin-bottom: 1rem;
    color: #333;
}

.name {
    display: block;
    font-size: 0.9rem;
    color: #777;
}

.pricing-reveal {
    padding: 5rem 2rem;
    background: #fafafa;
}

.pricing-reveal h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
}

.pricing-intro {
    text-align: center;
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 3rem;
}

.pricing-cards {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.price-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 2rem;
    flex: 1;
    min-width: 280px;
    max-width: 320px;
    position: relative;
}

.price-card.featured {
    border: 2px solid #222;
    transform: scale(1.05);
}

.badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #222;
    color: #fff;
    padding: 0.3rem 1rem;
    font-size: 0.85rem;
    border-radius: 20px;
}

.price-card h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.price-amount {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.feature-list {
    list-style: none;
    margin-bottom: 2rem;
}

.feature-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.95rem;
    color: #555;
}

.cta-select {
    width: 100%;
    background: #222;
    color: #fff;
    border: none;
    padding: 1rem;
    font-size: 1rem;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}

.cta-select:hover {
    background: #444;
}

.final-cta-form {
    padding: 5rem 2rem;
    background: #fff;
}

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

.form-container h2 {
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 1rem;
}

.form-container > p {
    text-align: center;
    color: #666;
    margin-bottom: 2rem;
}

.lead-form {
    background: #f9f9f9;
    padding: 2.5rem;
    border-radius: 8px;
}

.form-field {
    margin-bottom: 1.5rem;
}

.form-field label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.95rem;
}

.form-field input,
.form-field select {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

.btn-submit {
    width: 100%;
    background: #222;
    color: #fff;
    border: none;
    padding: 1rem;
    font-size: 1.1rem;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}

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

.disclaimer-section {
    padding: 3rem 2rem;
    background: #f0f0f0;
}

.disclaimer-text {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.5;
    text-align: center;
}

.main-footer {
    background: #222;
    color: #fff;
    padding: 3rem 2rem 1rem;
}

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

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

.footer-section h4 {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

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

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section a {
    color: #ccc;
    text-decoration: none;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #444;
    color: #999;
    font-size: 0.9rem;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #222;
    color: #fff;
    padding: 1.5rem;
    z-index: 200;
    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: 2rem;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    margin: 0;
}

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

.cookie-actions {
    display: flex;
    gap: 1rem;
}

.btn-cookie,
.btn-cookie-alt {
    padding: 0.6rem 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.95rem;
    transition: background 0.3s;
}

.btn-cookie {
    background: #fff;
    color: #222;
}

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

.btn-cookie-alt {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

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

.page-hero {
    padding: 5rem 2rem 3rem;
    background: #f4f4f4;
}

.page-hero h1 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
}

.lead-text {
    font-size: 1.2rem;
    color: #666;
}

.about-content {
    padding: 4rem 2rem;
    background: #fff;
}

.content-image {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
    border-radius: 8px;
    object-fit: cover;
}

.about-content h2 {
    font-size: 2rem;
    margin: 2rem 0 1rem;
}

.about-content p {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    color: #444;
    line-height: 1.7;
}

.team-visual {
    padding: 5rem 2rem;
    background: #fafafa;
}

.section-intro {
    text-align: center;
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.wide-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.services-detailed {
    padding: 4rem 2rem;
    background: #fff;
}

.service-block {
    display: flex;
    gap: 3rem;
    margin-bottom: 4rem;
    align-items: center;
}

.service-block.reverse {
    flex-direction: row-reverse;
}

.service-visual {
    flex: 1;
    background: #f0f0f0;
}

.service-visual img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}

.service-info {
    flex: 1;
}

.service-info h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.price-tag {
    color: #666;
    font-weight: 600;
    margin-bottom: 1rem;
}

.service-info p {
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.detail-list {
    list-style: none;
}

.detail-list li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    font-size: 0.95rem;
    color: #555;
}

.detail-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #222;
    font-weight: 700;
}

.pricing-overview {
    padding: 5rem 2rem;
    background: #f9f9f9;
}

.pricing-overview h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
}

.pricing-table {
    max-width: 900px;
    margin: 0 auto 3rem;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.pricing-row {
    display: flex;
    border-bottom: 1px solid #f0f0f0;
}

.pricing-row:last-child {
    border-bottom: none;
}

.feature-name {
    flex: 2;
    padding: 1.2rem;
    font-weight: 600;
    background: #f9f9f9;
}

.package-value {
    flex: 1;
    padding: 1.2rem;
    text-align: center;
    color: #555;
}

.package-value.price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #222;
}

.final-row {
    background: #fafafa;
}

.cta-center {
    text-align: center;
}

.btn-primary {
    display: inline-block;
    background: #222;
    color: #fff;
    padding: 1rem 3rem;
    border-radius: 6px;
    text-decoration: none;
    font-size: 1.1rem;
    transition: background 0.3s;
}

.btn-primary:hover {
    background: #444;
}

.contact-page {
    padding: 4rem 2rem;
    background: #fff;
}

.contact-grid {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.contact-info {
    flex: 1;
    min-width: 300px;
}

.contact-info h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.info-item {
    margin-bottom: 2rem;
}

.info-item h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.info-item p {
    color: #555;
    font-size: 1.05rem;
    line-height: 1.6;
}

.contact-visual {
    flex: 1;
    min-width: 300px;
}

.contact-visual img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.thanks-page {
    padding: 6rem 2rem;
    text-align: center;
    background: #f9f9f9;
    min-height: 60vh;
}

.thanks-content {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.thanks-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #222;
}

.thanks-content p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 1rem;
}

.legal-page {
    padding: 4rem 2rem;
    background: #fff;
}

.legal-content {
    max-width: 900px;
    margin: 0 auto;
}

.legal-content h1 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.legal-content h2 {
    font-size: 1.8rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.legal-content h3 {
    font-size: 1.3rem;
    margin-top: 2rem;
    margin-bottom: 0.8rem;
}

.legal-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    color: #444;
}

.legal-content ul {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.legal-content li {
    margin-bottom: 0.5rem;
    color: #555;
    line-height: 1.6;
}

.last-updated {
    color: #777;
    font-size: 0.9rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

@media (max-width: 768px) {
    .hero-content-overlay h1 {
        font-size: 2rem;
    }

    .hero-subtext {
        font-size: 1.1rem;
    }

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

    .benefit-cards,
    .pricing-cards {
        flex-direction: column;
        align-items: center;
    }

    .price-card.featured {
        transform: scale(1);
    }

    .nav-links {
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-end;
    }

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

    .service-block,
    .service-block.reverse {
        flex-direction: column;
    }

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

    .pricing-row {
        flex-wrap: wrap;
    }

    .feature-name,
    .package-value {
        flex: 1 1 100%;
    }
}