/* ==================================================
   LANDING PRINCIPAL — BLOCO 1
   ================================================== */
* {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            font-family: Inter, Arial, sans-serif;
            background:
                radial-gradient(circle at top left, rgba(233, 30, 99, .28), transparent 32%),
                radial-gradient(circle at top right, rgba(124, 58, 237, .22), transparent 34%),
                linear-gradient(135deg, #170713 0%, #241226 46%, #0f172a 100%);
            color: #ffffff;
        }

        a {
            color: inherit;
        }

        .landing-shell {
            min-height: 100vh;
            overflow: hidden;
        }

        .topbar {
            width: min(1180px, calc(100% - 32px));
            margin: 0 auto;
            padding: 22px 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            position: relative;
            z-index: 3;
        }

        .brand {
            display: inline-flex;
            align-items: center;
            text-decoration: none;
        }
.nav-actions {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .btn-menu,
        .btn-primary,
        .btn-secondary {
            min-height: 44px;
            border-radius: 999px;
            padding: 0 18px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            font-weight: 900;
            border: 1px solid rgba(255,255,255,.18);
            white-space: nowrap;
        }

        .btn-menu {
            background: rgba(255,255,255,.08);
            color: #fff;
        }

        .btn-primary {
            background: linear-gradient(135deg, #e91e63, #7c3aed);
            color: #fff;
            border-color: transparent;
            box-shadow: 0 18px 45px rgba(233, 30, 99, .34);
        }

        .btn-secondary {
            background: #ffffff;
            color: #111827;
        }

        .hero {
            width: min(1180px, calc(100% - 32px));
            margin: 18px auto 0;
            display: grid;
            grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
            gap: 38px;
            align-items: center;
            min-height: calc(100vh - 110px);
            position: relative;
            z-index: 2;
        }

        .hero-copy {
            padding: 26px 0 58px;
        }

        .adult-badge {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            min-height: 34px;
            padding: 0 13px;
            border-radius: 999px;
            background: rgba(255,255,255,.10);
            border: 1px solid rgba(255,255,255,.16);
            color: #fce7f3;
            font-size: 13px;
            font-weight: 900;
            margin-bottom: 18px;
        }

        .hero h1 {
            margin: 0;
            font-size: clamp(42px, 6vw, 76px);
            line-height: .95;
            letter-spacing: -.07em;
        }

        .hero h1 span {
            display: block;
            background: linear-gradient(135deg, #fff, #f9a8d4 55%, #c4b5fd);
            -webkit-background-clip: text;
            color: transparent;
        }

        .hero p {
            margin: 22px 0 0;
            max-width: 630px;
            color: #e2e8f0;
            font-size: 18px;
            line-height: 1.62;
            font-weight: 650;
        }

        .hero-actions {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
            margin-top: 28px;
        }

        .trust-row {
            margin-top: 28px;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 12px;
            max-width: 650px;
        }

        .trust-card {
            padding: 16px;
            border-radius: 20px;
            background: rgba(255,255,255,.08);
            border: 1px solid rgba(255,255,255,.12);
            backdrop-filter: blur(12px);
        }

        .trust-card strong {
            display: block;
            font-size: 22px;
            color: #fff;
            letter-spacing: -.03em;
        }

        .trust-card span {
            display: block;
            margin-top: 4px;
            color: #cbd5e1;
            font-size: 12px;
            font-weight: 800;
        }

        .hero-showcase {
            position: relative;
            min-height: 650px;
        }

        .fake-bg-photo {
            position: absolute;
            inset: 18px 28px 50px 8px;
            border-radius: 42px;
            overflow: hidden;
            background:
                linear-gradient(180deg, rgba(15,23,42,.12), rgba(15,23,42,.88)),
                radial-gradient(circle at 36% 22%, rgba(255,255,255,.36), transparent 12%),
                radial-gradient(circle at 62% 20%, rgba(255,255,255,.30), transparent 11%),
                linear-gradient(135deg, #5b123c, #1e1b4b 48%, #0f172a);
            box-shadow: 0 35px 90px rgba(0,0,0,.38);
            border: 1px solid rgba(255,255,255,.13);
        }

        .fake-bg-photo:before {
            content: "";
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at 36% 32%, rgba(244, 114, 182, .42), transparent 18%),
                radial-gradient(circle at 62% 34%, rgba(168, 85, 247, .36), transparent 18%);
            filter: blur(18px);
            opacity: .9;
        }

        .fake-bg-photo:after {
            content: "Área visual do casal";
            position: absolute;
            left: 24px;
            bottom: 24px;
            right: 24px;
            min-height: 48px;
            border-radius: 18px;
            background: rgba(15,23,42,.46);
            border: 1px solid rgba(255,255,255,.14);
            display: flex;
            align-items: center;
            padding: 0 16px;
            color: #fff;
            font-weight: 950;
            letter-spacing: -.02em;
        }

        .demo-profile {
            position: absolute;
            right: 0;
            top: 72px;
            width: min(360px, 92%);
            border-radius: 30px;
            overflow: hidden;
            background: rgba(255,255,255,.94);
            color: #111827;
            box-shadow: 0 28px 80px rgba(0,0,0,.36);
            border: 1px solid rgba(255,255,255,.32);
        }

        .demo-cover {
            height: 138px;
            background:
                radial-gradient(circle at 30% 30%, rgba(255,255,255,.55), transparent 16%),
                radial-gradient(circle at 70% 35%, rgba(255,255,255,.40), transparent 16%),
                linear-gradient(135deg, #e91e63, #7c3aed);
            position: relative;
        }

        .demo-avatar {
            position: absolute;
            left: 22px;
            bottom: -34px;
            width: 76px;
            height: 76px;
            border-radius: 26px;
            border: 5px solid #fff;
            background:
                radial-gradient(circle at 35% 34%, #fff 0 10%, transparent 11%),
                radial-gradient(circle at 64% 34%, #fff 0 10%, transparent 11%),
                linear-gradient(135deg, #be185d, #4c1d95);
            box-shadow: 0 10px 28px rgba(15,23,42,.22);
        }

        .demo-body {
            padding: 46px 22px 22px;
        }

        .demo-tag {
            display: inline-flex;
            align-items: center;
            min-height: 24px;
            padding: 0 10px;
            border-radius: 999px;
            background: #fdf2f8;
            color: #be185d;
            font-size: 11px;
            font-weight: 950;
            margin-bottom: 8px;
        }

        .demo-body h2 {
            margin: 0;
            color: #111827;
            font-size: 24px;
            letter-spacing: -.04em;
        }

        .demo-body p {
            margin: 8px 0 0;
            color: #475569;
            font-size: 13px;
            line-height: 1.45;
            font-weight: 750;
        }

        .demo-stats {
            margin-top: 16px;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 9px;
        }

        .demo-stats div {
            border-radius: 16px;
            padding: 10px;
            background: #f8fafc;
            border: 1px solid #e2e8f0;
        }

        .demo-stats strong {
            display: block;
            font-size: 16px;
            color: #111827;
        }

        .demo-stats span {
            display: block;
            color: #64748b;
            font-size: 10px;
            font-weight: 900;
        }

        .premium-card {
            position: absolute;
            left: 0;
            bottom: 38px;
            width: min(390px, 92%);
            border-radius: 28px;
            padding: 22px;
            background: rgba(15,23,42,.88);
            color: #fff;
            border: 1px solid rgba(255,255,255,.16);
            box-shadow: 0 24px 70px rgba(0,0,0,.38);
            backdrop-filter: blur(18px);
        }

        .premium-card h2 {
            margin: 0 0 8px;
            font-size: 25px;
            letter-spacing: -.04em;
        }

        .premium-card p {
            margin: 0;
            color: #cbd5e1;
            line-height: 1.5;
            font-size: 14px;
            font-weight: 700;
        }

        .premium-list {
            display: grid;
            gap: 8px;
            margin-top: 16px;
        }

        .premium-list span {
            color: #fff;
            font-size: 13px;
            font-weight: 900;
        }

        .section {
            width: min(1180px, calc(100% - 32px));
            margin: 0 auto;
            padding: 76px 0;
        }

        .section-title {
            max-width: 760px;
            margin-bottom: 28px;
        }

        .section-title h2 {
            margin: 0;
            font-size: clamp(32px, 4vw, 52px);
            line-height: 1;
            letter-spacing: -.06em;
        }

        .section-title p {
            margin: 14px 0 0;
            color: #cbd5e1;
            font-size: 17px;
            line-height: 1.55;
            font-weight: 650;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 16px;
        }

        .feature-card {
            min-height: 210px;
            padding: 22px;
            border-radius: 28px;
            background: rgba(255,255,255,.08);
            border: 1px solid rgba(255,255,255,.12);
            box-shadow: 0 20px 55px rgba(0,0,0,.18);
        }

        .feature-icon {
            width: 46px;
            height: 46px;
            border-radius: 16px;
            display: grid;
            place-items: center;
            background: rgba(255,255,255,.12);
            margin-bottom: 16px;
            font-size: 22px;
        }

        .feature-card h3 {
            margin: 0;
            font-size: 20px;
            letter-spacing: -.03em;
        }

        .feature-card p {
            margin: 10px 0 0;
            color: #cbd5e1;
            line-height: 1.5;
            font-size: 14px;
            font-weight: 700;
        }

        .video-section {
            display: grid;
            grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
            gap: 28px;
            align-items: center;
            padding: 30px;
            border-radius: 36px;
            background: rgba(255,255,255,.08);
            border: 1px solid rgba(255,255,255,.13);
            box-shadow: 0 24px 70px rgba(0,0,0,.22);
        }

        .video-copy h2 {
            margin: 0;
            font-size: clamp(30px, 3.5vw, 48px);
            line-height: 1;
            letter-spacing: -.06em;
        }

        .video-copy p {
            margin: 14px 0 0;
            color: #cbd5e1;
            line-height: 1.6;
            font-weight: 700;
        }

        .video-placeholder {
            min-height: 330px;
            border-radius: 30px;
            position: relative;
            overflow: hidden;
            background:
                linear-gradient(180deg, rgba(15,23,42,.08), rgba(15,23,42,.84)),
                radial-gradient(circle at 38% 28%, rgba(244,114,182,.55), transparent 18%),
                radial-gradient(circle at 64% 28%, rgba(168,85,247,.45), transparent 18%),
                linear-gradient(135deg, #831843, #312e81);
            border: 1px solid rgba(255,255,255,.16);
        }

        .play-button {
            position: absolute;
            inset: 0;
            margin: auto;
            width: 82px;
            height: 82px;
            border-radius: 999px;
            display: grid;
            place-items: center;
            background: rgba(255,255,255,.92);
            color: #e91e63;
            font-size: 34px;
            box-shadow: 0 18px 50px rgba(0,0,0,.28);
        }

        .video-caption {
            position: absolute;
            left: 22px;
            right: 22px;
            bottom: 20px;
            padding: 16px;
            border-radius: 20px;
            background: rgba(15,23,42,.62);
            border: 1px solid rgba(255,255,255,.13);
        }

        .video-caption strong {
            display: block;
            font-size: 16px;
        }

        .video-caption span {
            display: block;
            margin-top: 4px;
            color: #cbd5e1;
            font-size: 13px;
            font-weight: 700;
        }

        .video-placeholder.has-video {
            background: #050505;
        }

        .landing-promo-video {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            background: #050505;
        }

        .video-placeholder.has-video .video-caption {
            background: rgba(15,23,42,.72);
            backdrop-filter: blur(8px);
        }


        .compare-box {
            margin-top: 22px;
            padding: 24px;
            border-radius: 28px;
            background: rgba(255,255,255,.08);
            border: 1px solid rgba(255,255,255,.12);
        }

        .compare-box h3 {
            margin: 0;
            font-size: 24px;
            letter-spacing: -.04em;
        }

        .compare-box p {
            margin: 10px 0 0;
            color: #cbd5e1;
            line-height: 1.6;
            font-weight: 700;
        }

        .plans {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
        }

        .plan-card {
            padding: 26px;
            border-radius: 30px;
            background: rgba(255,255,255,.92);
            color: #111827;
            border: 1px solid rgba(255,255,255,.20);
        }

        .plan-card.premium {
            background: linear-gradient(135deg, #e91e63, #7c3aed);
            color: #fff;
        }

        .plan-card h3 {
            margin: 0;
            font-size: 26px;
            letter-spacing: -.04em;
        }

        .plan-price {
            margin-top: 10px;
            font-size: 34px;
            font-weight: 950;
            letter-spacing: -.05em;
        }

        .plan-card p {
            margin: 10px 0 0;
            line-height: 1.55;
            font-weight: 700;
            color: #475569;
        }

        .plan-card.premium p {
            color: #fce7f3;
        }

        .plan-card ul {
            margin: 18px 0 0;
            padding: 0;
            list-style: none;
            display: grid;
            gap: 9px;
            font-weight: 850;
        }

        .plan-card li:before {
            content: "✓ ";
            color: #e91e63;
            font-weight: 950;
        }

        .plan-card.premium li:before {
            color: #fff;
        }

        .final-cta {
            text-align: center;
            padding: 86px 0 96px;
        }

        .final-cta h2 {
            margin: 0;
            font-size: clamp(34px, 5vw, 58px);
            letter-spacing: -.06em;
        }

        .final-cta p {
            margin: 14px auto 0;
            max-width: 650px;
            color: #cbd5e1;
            line-height: 1.6;
            font-weight: 700;
        }

        .final-cta .hero-actions {
            justify-content: center;
        }

        .legal-note {
            margin-top: 24px;
            color: #94a3b8;
            font-size: 12px;
            font-weight: 800;
        }

        @media (max-width: 920px) {
            .hero,
            .video-section {
                grid-template-columns: 1fr;
            }

            .hero-showcase {
                min-height: 640px;
            }

            .features-grid,
            .plans,
            .trust-row {
                grid-template-columns: 1fr;
            }

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

            .nav-actions {
                width: 100%;
            }

            .nav-actions a {
                flex: 1;
            }
        }

        @media (max-width: 560px) {
            .hero {
                min-height: auto;
            }

            .hero-showcase {
                min-height: 560px;
            }

            .demo-profile {
                top: 44px;
            }

            .premium-card {
                bottom: 12px;
            }

            .fake-bg-photo {
                inset: 8px 0 34px;
            }

            .section {
                padding: 54px 0;
            }
        }
    
        .promo-photo-stack {
            position: absolute;
            inset: 0;
            pointer-events: none;
            z-index: 0;
        }

        .promo-photo-card {
            position: absolute;
            border-radius: 34px;
            overflow: hidden;
            background-size: cover;
            background-position: center;
            border: 1px solid rgba(255,255,255,.16);
            box-shadow: 0 24px 80px rgba(0,0,0,.34);
        }

        .promo-photo-card:after {
            content: "";
            position: absolute;
            inset: 0;
            background:
                linear-gradient(180deg, rgba(15,23,42,.06), rgba(15,23,42,.62)),
                radial-gradient(circle at top, rgba(255,255,255,.18), transparent 36%);
        }

        .promo-photo-card.photo-one {
            width: 310px;
            height: 390px;
            right: 54px;
            top: 0;
            transform: rotate(4deg);
            background-image: url("/static/landing/casal-bg-01.a5c655de74ca.svg");
        }

        .promo-photo-card.photo-two {
            width: 280px;
            height: 340px;
            left: 16px;
            top: 96px;
            transform: rotate(-6deg);
            background-image: url("/static/landing/casal-bg-02.fe003bbe7dde.svg");
            opacity: .96;
        }

        .promo-photo-card.photo-three {
            width: 330px;
            height: 260px;
            right: 24px;
            bottom: 34px;
            transform: rotate(-2deg);
            background-image: url("/static/landing/casal-bg-03.ad1ce6e31292.svg");
            opacity: .92;
        }

        .hero-showcase > .fake-bg-photo,
        .hero-showcase > .demo-profile,
        .hero-showcase > .premium-card {
            z-index: 2;
        }

        .fake-bg-photo {
            background:
                linear-gradient(180deg, rgba(15,23,42,.14), rgba(15,23,42,.82)),
                url("/static/landing/casal-bg-01.a5c655de74ca.svg") center/cover no-repeat !important;
        }

        .fake-bg-photo:before {
            opacity: .42;
        }

        .fake-bg-photo:after {
            content: "Ambiente adulto, discreto e visual";
        }

        .video-placeholder {
            background:
                linear-gradient(180deg, rgba(15,23,42,.08), rgba(15,23,42,.84)),
                url("/static/landing/casal-bg-03.ad1ce6e31292.svg") center/cover no-repeat !important;
        }

        .compare-box {
            background:
                linear-gradient(135deg, rgba(233,30,99,.16), rgba(124,58,237,.12)),
                rgba(255,255,255,.08);
        }

        .compare-box h3:before {
            content: "✦ ";
            color: #f9a8d4;
        }

        @media (max-width: 920px) {
            .promo-photo-card.photo-one {
                right: 12px;
                width: 270px;
                height: 340px;
            }

            .promo-photo-card.photo-two {
                left: 0;
                width: 230px;
                height: 300px;
            }

            .promo-photo-card.photo-three {
                right: 4px;
                width: 280px;
                height: 220px;
            }
        }

    
        .landing-shell {
            position: relative;
            isolation: isolate;
        }

        .landing-shell::before {
            content: "";
            position: fixed;
            inset: 0;
            z-index: -2;
            pointer-events: none;
            background:
                linear-gradient(90deg, rgba(23,7,19,.96) 0%, rgba(43,12,57,.84) 42%, rgba(15,23,42,.68) 100%),
                radial-gradient(circle at 28% 18%, rgba(233,30,99,.34), transparent 34%),
                var(--landing-admin-bg-desktop, none);
            background-size: cover;
            background-position: var(--landing-admin-bg-position-desktop, center center);
            background-repeat: no-repeat;
        }

        .landing-shell::after {
            content: "";
            position: fixed;
            inset: 0;
            z-index: -1;
            pointer-events: none;
            background:
                radial-gradient(circle at top left, rgba(233,30,99,.22), transparent 34%),
                linear-gradient(180deg, rgba(15,23,42,.06), rgba(15,23,42,.38) 58%, rgba(15,23,42,.78) 100%);
        }

        @media (max-width: 720px) {
            .landing-shell::before {
                background:
                    linear-gradient(180deg, rgba(23,7,19,.92) 0%, rgba(43,12,57,.82) 46%, rgba(15,23,42,.82) 100%),
                    radial-gradient(circle at 50% 10%, rgba(233,30,99,.28), transparent 34%),
                    var(--landing-admin-bg-mobile, var(--landing-admin-bg-desktop, none));
                background-size: cover;
                background-position: var(--landing-admin-bg-position-mobile, var(--landing-admin-bg-position-desktop, center center));
            }
        }

    
        .brand-logo-text {
            display: inline-flex;
            align-items: baseline;
            gap: 0;
            font-weight: 950;
            font-size: 31px;
            line-height: 1;
            letter-spacing: -0.045em;
            font-family: Inter, Arial, sans-serif;
            text-shadow: 0 10px 30px rgba(0,0,0,.28);
        }

        .brand-logo-white {
            color: #ffffff;
        }

        .brand-logo-pink {
            color: #ff2f7d;
        }

        @media (max-width: 560px) {
            .brand-logo-text {
                font-size: 27px;
            }
        }

/* ==================================================
   LANDING PRINCIPAL — BLOCO 2
   ================================================== */
.cs-secret-gifts-before-pricing {
        padding: 74px 20px 54px;
        background:
            radial-gradient(circle at 15% 10%, rgba(255, 47, 125, .13), transparent 34%),
            radial-gradient(circle at 85% 70%, rgba(124, 58, 237, .14), transparent 32%),
            #101016;
    }

    .cs-secret-gifts-before-pricing-wrap {
        max-width: 1160px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1.08fr) minmax(310px, .92fr);
        gap: 34px;
        align-items: center;
    }

    .cs-secret-gifts-before-pricing-copy {
        color: #fff;
    }

    .cs-secret-gifts-before-pricing-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 16px;
        padding: 8px 14px;
        border-radius: 999px;
        background: rgba(255, 47, 125, .15);
        color: #ff72ad;
        font-weight: 900;
        letter-spacing: .03em;
    }

    .cs-secret-gifts-before-pricing-copy h2 {
        margin: 0 0 16px;
        font-size: clamp(2rem, 4vw, 3.25rem);
        line-height: 1.04;
        letter-spacing: -.04em;
        color: #fff;
    }

    .cs-secret-gifts-before-pricing-copy p {
        margin: 0 0 17px;
        color: rgba(255,255,255,.78);
        font-size: 1.06rem;
        line-height: 1.65;
        max-width: 760px;
    }

    .cs-secret-gifts-before-pricing-copy strong {
        color: #fff;
    }

    .cs-secret-gifts-before-pricing-highlight {
        margin-top: 22px;
        padding: 18px 20px;
        border-radius: 22px;
        background: linear-gradient(135deg, rgba(255,47,125,.18), rgba(124,58,237,.16));
        border: 1px solid rgba(255,255,255,.10);
        color: rgba(255,255,255,.92);
        font-weight: 850;
        line-height: 1.55;
    }

    .cs-secret-gifts-before-pricing-mini {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        margin-top: 24px;
    }

    .cs-secret-gifts-before-pricing-mini div {
        padding: 15px;
        border-radius: 18px;
        background: rgba(255,255,255,.07);
        border: 1px solid rgba(255,255,255,.08);
    }

    .cs-secret-gifts-before-pricing-mini b {
        display: block;
        color: #fff;
        margin-bottom: 6px;
    }

    .cs-secret-gifts-before-pricing-mini span {
        display: block;
        color: rgba(255,255,255,.70);
        line-height: 1.42;
        font-size: .92rem;
    }

    .cs-secret-gifts-before-pricing-panel {
        border-radius: 30px;
        padding: 26px;
        background: linear-gradient(180deg, #ffffff, #f8fafc);
        box-shadow: 0 26px 70px rgba(0,0,0,.32);
        border: 1px solid rgba(255,255,255,.28);
    }

    .cs-secret-gifts-before-pricing-panel h3 {
        margin: 0 0 12px;
        color: #111827;
        font-size: 1.38rem;
    }

    .cs-secret-gifts-before-pricing-panel p {
        margin: 0 0 18px;
        color: #475569;
        line-height: 1.55;
    }

    .cs-secret-gifts-flow {
        display: grid;
        gap: 10px;
    }

    .cs-secret-gifts-flow-item {
        display: flex;
        gap: 12px;
        align-items: flex-start;
        padding: 14px;
        border-radius: 17px;
        background: #fff;
        border: 1px solid #e5e7eb;
    }

    .cs-secret-gifts-flow-item i {
        width: 32px;
        height: 32px;
        flex: 0 0 32px;
        display: grid;
        place-items: center;
        border-radius: 999px;
        background: #fce7f3;
        color: #be185d;
        font-style: normal;
        font-weight: 900;
    }

    .cs-secret-gifts-flow-item div {
        min-width: 0;
    }

    .cs-secret-gifts-flow-item b,
    .cs-secret-gifts-flow-item span {
        display: block;
    }

    .cs-secret-gifts-flow-item b {
        color: #111827;
        margin-bottom: 3px;
    }

    .cs-secret-gifts-flow-item span {
        color: #64748b;
        line-height: 1.38;
        font-size: .93rem;
    }

    .cs-secret-gifts-before-pricing-note {
        margin-top: 16px;
        padding: 13px 15px;
        border-radius: 16px;
        background: #fff1f2;
        color: #9f1239;
        font-weight: 800;
        line-height: 1.45;
    }

    @media (max-width: 900px) {
        .cs-secret-gifts-before-pricing-wrap {
            grid-template-columns: 1fr;
        }

        .cs-secret-gifts-before-pricing-mini {
            grid-template-columns: 1fr;
        }
    }

/* ==================================================
   LANDING PRINCIPAL — BLOCO 3
   ================================================== */
/*
      Corrige excesso de espaço vertical na landing.
      Mantém o visual hero, mas aproxima o conteúdo do topo
      e reduz o buraco antes do próximo bloco.
    */

    html,
    body {
        min-height: 100%;
    }

    .landing-shell {
        min-height: auto !important;
    }

    .hero,
    .landing-hero,
    .hero-section,
    .main-hero {
        min-height: auto !important;
        padding-top: clamp(82px, 10vh, 130px) !important;
        padding-bottom: clamp(70px, 9vh, 120px) !important;
        align-items: center !important;
    }

    .hero-inner,
    .landing-hero-inner,
    .hero-content-wrap,
    .hero-grid {
        min-height: auto !important;
        align-items: center !important;
    }

    .landing-shell > section {
        margin-top: 0 !important;
    }

    .landing-shell > section + section {
        margin-top: 0 !important;
    }

    .features-section,
    .section-features,
    .landing-features,
    .benefits-section,
    .cs-secret-gifts-before-pricing {
        padding-top: clamp(46px, 6vw, 72px) !important;
        padding-bottom: clamp(46px, 6vw, 72px) !important;
    }

    @media (min-width: 900px) {
        .hero,
        .landing-hero,
        .hero-section,
        .main-hero {
            min-height: 760px !important;
        }
    }

    @media (max-width: 768px) {
        .hero,
        .landing-hero,
        .hero-section,
        .main-hero {
            padding-top: 86px !important;
            padding-bottom: 58px !important;
            min-height: auto !important;
        }
    }

/* ==================================================
   LANDING PRINCIPAL — BLOCO 4
   ================================================== */
.cs-portrait-promo-frame {
    width: min(360px, 92vw) !important;
    aspect-ratio: 9 / 16 !important;
    max-height: 72vh !important;
    margin: 0 auto !important;
    border-radius: 28px !important;
    overflow: hidden !important;
    background: #05020a !important;
    position: relative !important;
    box-shadow: 0 26px 70px rgba(0,0,0,.42) !important;
    border: 1px solid rgba(255,255,255,.18) !important;
  }

  .cs-portrait-promo-frame video {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: contain !important;
    background: #05020a !important;
    border-radius: 28px !important;
  }

  .cs-portrait-promo-frame .video-info,
  .cs-portrait-promo-frame .video-info-card,
  .cs-portrait-promo-frame .video-overlay,
  .cs-portrait-promo-frame .video-caption,
  .cs-portrait-promo-frame .promo-video-caption,
  .cs-portrait-promo-frame .promo-video-info,
  .cs-portrait-promo-frame .landing-video-caption,
  .cs-portrait-promo-frame .landing-video-overlay,
  .cs-portrait-promo-frame .caption,
  .cs-portrait-promo-frame .overlay {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  @media (max-width: 900px) {
    .cs-portrait-promo-frame {
      width: min(330px, 90vw) !important;
      max-height: 68vh !important;
      margin-top: 24px !important;
    }
  }

/* ==================================================
   VÍDEO INSTITUCIONAL — BLOCO 1
   ================================================== */
#cs-institutional-video-v2 {
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
    padding: clamp(70px, 8vw, 120px) 18px !important;
    background:
      radial-gradient(circle at 12% 14%, rgba(255, 43, 114, .20), transparent 30%),
      radial-gradient(circle at 88% 80%, rgba(158, 54, 255, .18), transparent 34%),
      linear-gradient(180deg, #07030b 0%, #090415 52%, #040208 100%) !important;
    color: #fff !important;
  }

  #cs-institutional-video-v2 .cs-iv2-bg {
    position: absolute !important;
    inset: 0 !important;
    opacity: .38 !important;
    background:
      linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px) !important;
    background-size: 46px 46px !important;
    mask-image: radial-gradient(circle at center, black, transparent 78%) !important;
    pointer-events: none !important;
  }

  #cs-institutional-video-v2 .cs-iv2-wrap {
    position: relative !important;
    z-index: 1 !important;
    width: min(1500px, 100%) !important;
    margin: 0 auto !important;
  }

  #cs-institutional-video-v2 .cs-iv2-heading {
    width: min(980px, 100%) !important;
    margin: 0 auto clamp(30px, 4vw, 54px) !important;
    text-align: center !important;
  }

  #cs-institutional-video-v2 .cs-iv2-kicker {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 9px 15px !important;
    margin-bottom: 18px !important;
    border-radius: 999px !important;
    background: rgba(255, 43, 114, .16) !important;
    border: 1px solid rgba(255, 43, 114, .34) !important;
    color: rgba(255,255,255,.90) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: .02em !important;
    backdrop-filter: blur(12px) !important;
  }

  #cs-institutional-video-v2 h2 {
    margin: 0 0 16px !important;
    color: #fff !important;
    font-size: clamp(38px, 5.7vw, 86px) !important;
    line-height: .93 !important;
    letter-spacing: -.065em !important;
    text-wrap: balance !important;
  }

  #cs-institutional-video-v2 p {
    width: min(800px, 100%) !important;
    margin: 0 auto !important;
    color: rgba(255,255,255,.76) !important;
    font-size: clamp(16px, 1.55vw, 22px) !important;
    line-height: 1.58 !important;
  }

  #cs-institutional-video-v2 .cs-iv2-stage {
    position: relative !important;
    width: min(1480px, 100%) !important;
    margin: 0 auto !important;
  }

  #cs-institutional-video-v2 .cs-iv2-glow {
    position: absolute !important;
    width: 34% !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 999px !important;
    filter: blur(64px) !important;
    opacity: .55 !important;
    pointer-events: none !important;
  }

  #cs-institutional-video-v2 .cs-iv2-glow-a {
    left: -8% !important;
    top: -10% !important;
    background: rgba(255, 43, 114, .52) !important;
  }

  #cs-institutional-video-v2 .cs-iv2-glow-b {
    right: -8% !important;
    bottom: -10% !important;
    background: rgba(151, 60, 255, .50) !important;
  }

  #cs-institutional-video-v2 .cs-iv2-video-shell {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    overflow: hidden !important;
    border-radius: clamp(20px, 2.5vw, 42px) !important;
    background: #000 !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    box-shadow:
      0 55px 150px rgba(0,0,0,.68),
      0 0 0 1px rgba(255,255,255,.05) inset,
      0 0 90px rgba(255, 43, 114, .12) !important;
  }

  #cs-institutional-video-v2 .cs-iv2-video-shell::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    pointer-events: none !important;
    border-radius: inherit !important;
    background:
      linear-gradient(135deg, rgba(255,255,255,.22), transparent 18%, transparent 78%, rgba(255,255,255,.10)),
      radial-gradient(circle at 50% 0%, rgba(255,255,255,.20), transparent 28%) !important;
    mix-blend-mode: screen !important;
    opacity: .28 !important;
  }

  #cs-institutional-video-v2 .cs-iv2-video {
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    background: #000 !important;
    border: 0 !important;
    border-radius: 0 !important;
  }

  @media (max-width: 760px) {
    #cs-institutional-video-v2 {
      padding: 52px 12px !important;
    }

    #cs-institutional-video-v2 .cs-iv2-video-shell {
      border-radius: 20px !important;
    }

    #cs-institutional-video-v2 h2 {
      font-size: clamp(34px, 11vw, 58px) !important;
    }
  }

/* ==================================================
   FOOTER MODERNO — BLOCO 1
   ================================================== */
#cs-modern-footer {
    position: relative;
    overflow: hidden;
    padding: clamp(58px, 7vw, 100px) 18px 28px;
    background:
      radial-gradient(circle at 12% 12%, rgba(255, 43, 114, .18), transparent 30%),
      radial-gradient(circle at 88% 18%, rgba(162, 60, 255, .16), transparent 28%),
      linear-gradient(180deg, #07030b 0%, #05020a 48%, #030106 100%);
    color: #fff;
    border-top: 1px solid rgba(255,255,255,.08);
  }

  #cs-modern-footer .cs-footer-glow {
    position: absolute;
    width: 360px;
    aspect-ratio: 1 / 1;
    border-radius: 999px;
    filter: blur(80px);
    opacity: .45;
    pointer-events: none;
  }

  #cs-modern-footer .cs-footer-glow-a {
    left: -120px;
    top: 80px;
    background: rgba(255, 43, 114, .42);
  }

  #cs-modern-footer .cs-footer-glow-b {
    right: -120px;
    bottom: -80px;
    background: rgba(150, 60, 255, .44);
  }

  #cs-modern-footer .cs-footer-wrap {
    position: relative;
    z-index: 1;
    width: min(1240px, 100%);
    margin: 0 auto;
  }

  #cs-modern-footer .cs-footer-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 26px;
    align-items: center;
    padding: clamp(24px, 4vw, 42px);
    border-radius: 34px;
    background:
      linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.045)),
      rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 34px 100px rgba(0,0,0,.40);
    backdrop-filter: blur(18px);
  }

  #cs-modern-footer .cs-footer-kicker {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(255, 43, 114, .16);
    border: 1px solid rgba(255, 43, 114, .32);
    color: rgba(255,255,255,.90);
    font-size: 13px;
    font-weight: 900;
  }

  #cs-modern-footer .cs-footer-cta h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(32px, 4.8vw, 64px);
    line-height: .96;
    letter-spacing: -.06em;
  }

  #cs-modern-footer .cs-footer-cta p {
    width: min(720px, 100%);
    margin: 0;
    color: rgba(255,255,255,.76);
    font-size: clamp(15px, 1.35vw, 18px);
    line-height: 1.6;
  }

  #cs-modern-footer .cs-footer-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  #cs-modern-footer .cs-footer-btn-primary,
  #cs-modern-footer .cs-footer-btn-secondary {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 999px;
    font-weight: 950;
    text-decoration: none;
    white-space: nowrap;
    transition: transform .18s ease, filter .18s ease;
  }

  #cs-modern-footer .cs-footer-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #ff2b72, #a832ff);
    box-shadow: 0 18px 44px rgba(255,43,114,.28);
  }

  #cs-modern-footer .cs-footer-btn-secondary {
    color: #fff;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.18);
  }

  #cs-modern-footer .cs-footer-btn-primary:hover,
  #cs-modern-footer .cs-footer-btn-secondary:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
  }

  #cs-modern-footer .cs-footer-main {
    display: grid;
    grid-template-columns: minmax(260px, .9fr) minmax(0, 1.6fr);
    gap: clamp(30px, 5vw, 70px);
    padding: clamp(42px, 6vw, 76px) 0 34px;
  }

  #cs-modern-footer .cs-footer-logo {
    display: inline-flex;
    align-items: baseline;
    gap: 0;
    margin-bottom: 16px;
    text-decoration: none;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1;
    letter-spacing: -.05em;
  }

  #cs-modern-footer .cs-footer-logo span {
    color: #fff;
    font-weight: 950;
  }

  #cs-modern-footer .cs-footer-logo strong {
    color: #ff2b72;
    font-weight: 950;
  }

  #cs-modern-footer .cs-footer-brand p {
    width: min(420px, 100%);
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: 15px;
    line-height: 1.65;
  }

  #cs-modern-footer .cs-footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 20px;
  }

  #cs-modern-footer .cs-footer-badges span {
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.82);
    font-size: 12px;
    font-weight: 900;
  }

  #cs-modern-footer .cs-footer-columns {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  #cs-modern-footer .cs-footer-col {
    padding: 20px;
    border-radius: 22px;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.09);
  }

  #cs-modern-footer .cs-footer-col h3 {
    margin: 0 0 13px;
    color: #fff;
    font-size: 15px;
    font-weight: 950;
  }

  #cs-modern-footer .cs-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 9px;
  }

  #cs-modern-footer .cs-footer-col li,
  #cs-modern-footer .cs-footer-links a {
    color: rgba(255,255,255,.66);
    font-size: 14px;
    line-height: 1.35;
  }

  #cs-modern-footer .cs-footer-links {
    display: grid;
    gap: 9px;
    align-content: start;
  }

  #cs-modern-footer .cs-footer-links a {
    text-decoration: none;
    transition: color .18s ease;
  }

  #cs-modern-footer .cs-footer-links a:hover {
    color: #ff78a6;
  }

  #cs-modern-footer .cs-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.10);
    color: rgba(255,255,255,.54);
    font-size: 13px;
  }

  #cs-modern-footer .cs-footer-bottom p {
    margin: 0;
  }

  @media (max-width: 980px) {
    #cs-modern-footer .cs-footer-cta,
    #cs-modern-footer .cs-footer-main {
      grid-template-columns: 1fr;
    }

    #cs-modern-footer .cs-footer-cta-actions {
      justify-content: flex-start;
    }

    #cs-modern-footer .cs-footer-columns {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 620px) {
    #cs-modern-footer {
      padding-left: 12px;
      padding-right: 12px;
    }

    #cs-modern-footer .cs-footer-cta {
      border-radius: 26px;
    }

    #cs-modern-footer .cs-footer-cta-actions {
      flex-direction: column;
    }

    #cs-modern-footer .cs-footer-btn-primary,
    #cs-modern-footer .cs-footer-btn-secondary {
      width: 100%;
    }

    #cs-modern-footer .cs-footer-columns {
      grid-template-columns: 1fr;
    }

    #cs-modern-footer .cs-footer-bottom {
      flex-direction: column;
      text-align: center;
    }
  }

/* ==================================================
   FOTOS EXCLUSIVAS NA LANDING — ETAPA 21B
   ================================================== */

.cs-exclusive-landing {
    position: relative;
    overflow: hidden;
    padding: clamp(58px, 7vw, 96px) 20px;
    color: #fff;
    background:
        radial-gradient(
            circle at 12% 18%,
            rgba(255, 47, 125, .20),
            transparent 34%
        ),
        radial-gradient(
            circle at 86% 76%,
            rgba(124, 58, 237, .22),
            transparent 34%
        ),
        linear-gradient(
            180deg,
            #09040d 0%,
            #130817 48%,
            #08030c 100%
        );
    border-top: 1px solid rgba(255,255,255,.07);
    border-bottom: 1px solid rgba(255,255,255,.07);
}

.cs-exclusive-landing::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .25;
    background:
        linear-gradient(
            rgba(255,255,255,.025) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.025) 1px,
            transparent 1px
        );
    background-size: 44px 44px;
}

.cs-exclusive-landing-wrap {
    position: relative;
    z-index: 1;
    width: min(1160px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns:
        minmax(0, 1.04fr)
        minmax(340px, .96fr);
    gap: clamp(28px, 4vw, 54px);
    align-items: center;
}

.cs-exclusive-landing-badge {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 9px 15px;
    border-radius: 999px;
    color: #ff86b5;
    background: rgba(255, 47, 125, .16);
    border: 1px solid rgba(255, 47, 125, .32);
    font-size: 13px;
    font-weight: 950;
}

.cs-exclusive-landing h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(36px, 5vw, 66px);
    line-height: .98;
    letter-spacing: -.058em;
}

.cs-exclusive-landing-description {
    max-width: 720px;
    margin: 20px 0 0;
    color: rgba(255,255,255,.78);
    font-size: clamp(16px, 1.6vw, 20px);
    line-height: 1.62;
    font-weight: 650;
}

.cs-exclusive-landing-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 26px;
}

.cs-exclusive-landing-benefits article {
    padding: 15px;
    border-radius: 18px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.09);
}

.cs-exclusive-landing-benefits strong,
.cs-exclusive-landing-benefits span {
    display: block;
}

.cs-exclusive-landing-benefits strong {
    color: #fff;
    font-size: 14px;
}

.cs-exclusive-landing-benefits span {
    margin-top: 5px;
    color: rgba(255,255,255,.67);
    font-size: 12px;
    line-height: 1.42;
}

.cs-exclusive-landing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.cs-exclusive-landing-primary,
.cs-exclusive-landing-secondary {
    min-height: 48px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 950;
}

.cs-exclusive-landing-primary {
    color: #fff;
    background: linear-gradient(135deg, #ff2f7d, #7c3aed);
    box-shadow: 0 18px 46px rgba(255,47,125,.28);
}

.cs-exclusive-landing-secondary {
    color: #111827;
    background: #fff;
}

.cs-exclusive-landing-legal {
    max-width: 680px;
    margin: 18px 0 0;
    color: rgba(255,255,255,.48);
    font-size: 12px;
    line-height: 1.5;
}

.cs-exclusive-landing-panel {
    padding: clamp(22px, 3vw, 30px);
    border-radius: 32px;
    color: #111827;
    background: linear-gradient(180deg, #fff, #f8fafc);
    border: 1px solid rgba(255,255,255,.34);
    box-shadow: 0 36px 110px rgba(0,0,0,.45);
}

.cs-exclusive-landing-panel-head span,
.cs-exclusive-landing-panel-head strong {
    display: block;
}

.cs-exclusive-landing-panel-head span {
    color: #be185d;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.cs-exclusive-landing-panel-head strong {
    margin-top: 7px;
    font-size: clamp(24px, 2.7vw, 34px);
    line-height: 1.05;
    letter-spacing: -.045em;
}

.cs-exclusive-landing-flow {
    display: grid;
    gap: 10px;
    margin-top: 22px;
}

.cs-exclusive-landing-flow article {
    display: flex;
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e5e7eb;
}

.cs-exclusive-landing-flow i {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #be185d;
    background: linear-gradient(135deg, #fce7f3, #ede9fe);
    font-style: normal;
    font-weight: 950;
}

.cs-exclusive-landing-flow b,
.cs-exclusive-landing-flow span {
    display: block;
}

.cs-exclusive-landing-flow span {
    margin-top: 3px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.42;
}

.cs-exclusive-landing-terms {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-top: 18px;
}

.cs-exclusive-landing-terms div {
    padding: 13px;
    border-radius: 16px;
    background: #fdf2f8;
    border: 1px solid #fbcfe8;
}

.cs-exclusive-landing-terms span,
.cs-exclusive-landing-terms strong {
    display: block;
}

.cs-exclusive-landing-terms span {
    color: #9f1239;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.cs-exclusive-landing-terms strong {
    margin-top: 5px;
    color: #111827;
    font-size: 13px;
    line-height: 1.3;
}

.cs-exclusive-landing-campaign {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 15px;
    color: #4c1d95;
    background: #f5f3ff;
    border: 1px solid #ddd6fe;
    font-size: 12px;
    font-weight: 750;
}

@media (max-width: 900px) {
    .cs-exclusive-landing-wrap {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .cs-exclusive-landing {
        padding-left: 16px;
        padding-right: 16px;
    }

    .cs-exclusive-landing-benefits,
    .cs-exclusive-landing-terms {
        grid-template-columns: 1fr;
    }

    .cs-exclusive-landing-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .cs-exclusive-landing-primary,
    .cs-exclusive-landing-secondary {
        width: 100%;
        text-align: center;
    }

    .cs-exclusive-landing-panel {
        padding: 18px;
        border-radius: 24px;
    }
}
