/* GERADO AUTOMATICAMENTE — não edite. Fonte:
 *   frontend/static/css/landing-variante5.full.css
 * Gerador:
 *   scripts/build_landing_variante5_css.mjs
 * → landing-variante5-deferred.css
 */

        /* ─── SAVINGS PROOF ─── */
        .savings-wrap {
            max-width: 680px;
            margin: 1.7rem auto 0;
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        .savings-card {
            background: linear-gradient(135deg, #255a83 0%, #3a8dcd 100%);
            border-radius: var(--radius-lg);
            overflow: hidden;
            box-shadow: 0 8px 28px rgba(10, 30, 54, 0.25);
            color: #ffffff !important;
        }

        /* Vence Tailwind/main: todo texto dentro do card de economia em branco */
        .savings-card,
        .savings-card * {
            color: #ffffff !important;
        }

        .savings-card-head {
            padding: 1.5rem 1.5rem 0.75rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.18);
        }

        .savings-card-head h3 {
            font-size: 1.1rem;
            font-weight: 900;
            color: #ffffff !important;
            margin-bottom: 0.25rem;
        }

        .savings-card-head p {
            font-size: 0.82rem;
            font-weight: 600;
            color: #ffffff !important;
        }

        .savings-card .sv-row {
            display: flex;
            align-items: center;
            padding: 0.9rem 1.5rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.12);
            gap: 1rem;
        }

        .savings-card .sv-row:last-child {
            border-bottom: none;
        }

        .savings-card .sv-name {
            flex: 1;
            font-size: 0.95rem;
            font-weight: 700;
            color: #ffffff !important;
        }

        .savings-card .sv-price {
            font-size: 0.88rem;
            font-weight: 700;
            color: #ffffff !important;
            text-decoration: line-through;
            min-width: 60px;
            text-align: right;
        }

        .savings-card .sv-badge {
            background: #c85421 !important;
            color: #ffffff !important;
            font-size: 0.75rem;
            font-weight: 800;
            padding: 4px 14px;
            border-radius: 100px;
            min-width: 72px;
            text-align: center;
        }

        .savings-callout {
            background: linear-gradient(135deg, #255a83 0%, #3a8dcd 100%);
            border-radius: var(--radius-lg);
            padding: 2rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1.5rem;
            flex-wrap: wrap;
        }

        .sc-text .label {
            font-size: 0.8rem;
            font-weight: 700;
            color: rgba(255,255,255,1);
            text-transform: uppercase;
            letter-spacing: 0.8px;
        }

        .sc-text .value {
            font-size: 2.5rem;
            font-weight: 900;
            color: var(--white);
            letter-spacing: -1px;
            line-height: 1.1;
        }

        .sc-text .sub {
            font-size: 0.85rem;
            color: rgba(255,255,255,1);
            font-weight: 500;
            margin-top: 4px;
        }

        .savings-callout .btn-primary {
            background: linear-gradient(135deg, #d96f35 0%, #c85421 100%) !important;
            color: #ffffff !important;
            animation: none;
            box-shadow: 0 4px 18px rgba(200, 84, 33, 0.4);
        }

        .savings-callout .btn-primary:hover {
            box-shadow: 0 12px 32px rgba(200, 84, 33, 0.45) !important;
        }

        /* ─── BENEFITS ─── */
        .benefits-section { background: var(--white); }

        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
            margin-top: 1.7rem;
        }

        .benefit-card {
            background: var(--light-bg);
            border-radius: var(--radius);
            padding: 1.75rem 1.5rem;
            display: flex;
            flex-direction: column;
            gap: 1rem;
            transition: transform 0.25s, box-shadow 0.25s;
        }

        .benefit-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 16px 40px rgba(10,30,54,0.1);
        }

        .benefit-icon {
            width: 52px;
            height: 52px;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .benefit-icon svg { width: 26px; height: 26px; }

        .benefit-card h3 {
            font-size: 1rem;
            font-weight: 800;
            color: var(--blue-dark);
        }

        .benefit-card p {
            font-size: 0.88rem;
            color: var(--text-muted);
            font-weight: 500;
            line-height: 1.65;
        }

        /* ─── SPECIALTY CARD ─── */
        .specialty-card {
            background: var(--light-bg);
            border-radius: var(--radius);
            overflow: hidden;
            transition: transform 0.25s, box-shadow 0.25s;
        }

        .specialty-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 16px 40px rgba(10,30,54,0.1);
        }

        .sc-head {
            background: linear-gradient(135deg, var(--blue-mid) 0%, var(--blue-light) 100%);
            padding: 1.25rem 1.5rem;
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .sc-head-icon {
            width: 48px;
            height: 48px;
            background: rgba(255,255,255,0.15);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .sc-head-icon svg { width: 26px; height: 26px; stroke: white; fill: none; }
        .sc-head-img-icon {
            width: 28px;
            height: 28px;
            object-fit: contain;
            filter: brightness(0) invert(1);
        }

        .sc-head-text .sc-tag {
            font-size: 0.65rem;
            font-weight: 800;
            letter-spacing: 1.2px;
            text-transform: uppercase;
            color: var(--white);
            margin-bottom: 2px;
        }

        .sc-head-text h3 {
            font-size: 1.1rem;
            font-weight: 900;
            color: var(--white);
            line-height: 1.2;
        }

        .sc-head-text p {
            font-size: 0.78rem;
            font-weight: 500;
            color: var(--white);
            margin-top: 2px;
        }

        .sc-body {
            padding: 1.25rem 1.5rem;
        }

        .sc-body p {
            font-size: 0.88rem;
            color: var(--text-muted);
            font-weight: 500;
            line-height: 1.65;
        }

        .sc-list {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 0.55rem;
            margin-bottom: 1rem;
        }

        .sc-list li {
            display: flex;
            align-items: center;
            gap: 9px;
            font-size: 0.88rem;
            font-weight: 600;
            color: var(--text);
        }

        .sc-list li svg {
            width: 15px;
            height: 15px;
            stroke: var(--green-dark);
            fill: none;
            stroke-width: 2.5;
            flex-shrink: 0;
        }

        .sc-note {
            display: flex;
            align-items: center;
            gap: 8px;
            background: var(--light-bg);
            border-radius: 10px;
            padding: 0.75rem 1rem;
            font-size: 0.82rem;
            font-weight: 600;
            color: var(--text-muted);
        }

        .sc-note svg { width: 16px; height: 16px; stroke: var(--text-muted); fill: none; flex-shrink: 0; }

        /* ─── PLANS ─── */
        .plans-section { background: var(--light-bg); }

        .plans-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.5rem;
            max-width: 760px;
            margin: 1rem auto 0;
        }

        .plan-card {
            background: var(--white);
            border-radius: var(--radius-lg);
            overflow: hidden;
            box-shadow: 0 4px 24px rgba(10,30,54,0.07);
            position: relative;
            transition: transform 0.25s, box-shadow 0.25s;
        }

        .plan-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 20px 50px rgba(10,30,54,0.13);
        }

        .plan-card.featured {
            border: 2.5px solid var(--green);
            box-shadow: 0 8px 40px rgba(16,185,129,0.18);
        }

        .plan-badge {
            position: absolute;
            top: -1px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--green);
            color: var(--white);
            font-size: 0.68rem;
            font-weight: 800;
            letter-spacing: 0.8px;
            text-transform: uppercase;
            padding: 5px 14px;
            border-radius: 0 0 10px 10px;
        }

        .plan-head {
            padding: 2rem 1.5rem 1.5rem;
            border-bottom: 1px solid var(--border);
        }

        .plan-name {
            font-size: 0.75rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--text-muted);
            margin-bottom: 0.75rem;
        }

        .plan-price {
            display: flex;
            align-items: baseline;
            gap: 4px;
        }

        .plan-price .currency { font-size: 1.1rem; font-weight: 800; color: var(--green); }
        .plan-price .amount   { font-size: 2.8rem; font-weight: 900; color: var(--green); letter-spacing: -2px; line-height: 1; }
        .plan-price .cents {
            font-size: 1.1rem;
            font-weight: 800;
            color: var(--green);
            line-height: 1;
        }
        .plan-price .period   {
            font-size: 0.85rem;
            font-weight: 600;
            color: var(--text-muted);
            margin-left: 4px;
        }

        .plan-annual {
            margin-top: 0.6rem;
            font-size: 0.78rem;
            font-weight: 700;
            color: var(--green-dark);
        }

        .plan-features {
            padding: 1.5rem;
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 0.65rem;
        }

        .plan-features li {
            display: flex;
            align-items: flex-start;
            gap: 8px;
            font-size: 0.88rem;
            font-weight: 600;
            color: var(--text);
        }

        .plan-feature-addon-row {
            align-items: center;
        }

        .v5-addon-checkbox {
            width: 18px;
            height: 18px;
            min-width: 18px;
            flex-shrink: 0;
            margin-top: 1px;
            cursor: pointer;
        }

        .plan-feature-addon-hit {
            cursor: pointer;
            user-select: none;
        }

        .plan-feature-addon-body {
            flex: 1;
            min-width: 0;
            display: flex;
            align-items: baseline;
            justify-content: space-between;
            gap: 10px;
        }

        .plan-feature-addon-price {
            font-size: 0.82rem;
            font-weight: 800;
            color: var(--green-dark);
            white-space: nowrap;
        }

        .feat-check {
            width: 18px;
            height: 18px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            margin-top: 1px;
        }

        .feat-check.green { background: rgba(16,185,129,0.12); }
        .feat-check.green svg { stroke: var(--green-dark); }
        .feat-check.muted { background: rgba(71,85,105,0.08); }
        .feat-check.muted svg { stroke: #94A3B8; }
        .feat-check svg { width: 10px; height: 10px; fill: none; stroke-width: 3; }

        .plan-cta {
            padding: 0 1.5rem 1.75rem;
        }

        .btn-plan {
            display: block;
            width: 100%;
            padding: 14px;
            border-radius: 100px;
            border: none;
            cursor: pointer;
            font-family: 'Raleway', sans-serif;
            font-size: 0.9rem;
            font-weight: 800;
            text-align: center;
            text-decoration: none;
            transition: all 0.25s;
        }

        .btn-plan.green {
            background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
            color: var(--white);
        }

        .btn-plan.green:hover {
            transform: translateY(-1px);
            box-shadow: 0 8px 24px rgba(16,185,129,0.35);
        }

        .btn-plan.outline {
            background: transparent;
            border: 2px solid var(--border);
            color: var(--text);
        }

        .btn-plan.outline:hover {
            border-color: var(--blue-mid);
            background: rgba(10,30,54,0.03);
        }

        /* ─── TESTIMONIALS ─── */
        .testimonials-section { background: var(--white); }

        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
            margin-top: 1.7rem;
        }

        .testimonial-card {
            background: var(--light-bg);
            border-radius: var(--radius);
            padding: 1.75rem;
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .stars {
            display: flex;
            gap: 3px;
        }

        .stars svg {
            width: 16px;
            height: 16px;
            fill: #F59E0B;
        }

        .testimonial-text {
            font-size: 0.92rem;
            color: var(--text);
            font-weight: 500;
            line-height: 1.7;
            flex: 1;
        }

        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .author-avatar {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.95rem;
            font-weight: 800;
            color: var(--white);
            flex-shrink: 0;
        }

        .author-name {
            font-size: 0.85rem;
            font-weight: 800;
            color: var(--blue-dark);
        }

        .author-city {
            font-size: 0.75rem;
            color: var(--text-muted);
            font-weight: 600;
        }

        /* ─── FAQ ─── */
        .faq-section { background: var(--light-bg); }

        .faq-list {
            max-width: 720px;
            margin: 1rem auto 0;
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }

        .faq-item {
            background: var(--white);
            border-radius: var(--radius);
            overflow: hidden;
        }

        .faq-q {
            width: 100%;
            background: none;
            border: none;
            padding: 1.2rem 1.5rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
            cursor: pointer;
            font-family: 'Raleway', sans-serif;
            font-size: 0.95rem;
            font-weight: 700;
            color: var(--blue-dark);
            text-align: left;
        }

        .faq-q svg {
            width: 18px;
            height: 18px;
            flex-shrink: 0;
            stroke: var(--text-muted);
            stroke-width: 2.5;
            fill: none;
            transition: transform 0.3s;
        }

        .faq-item.open .faq-q svg { transform: rotate(180deg); }

        .faq-a {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.35s ease;
        }

        /* Valor alto: item "Coberturas e exclusões" (mesmo conteúdo da variante B). */
        .faq-item.open .faq-a { max-height: 20000px; }

        .faq-a-inner {
            padding: 0 1.5rem 1.25rem;
            font-size: 0.9rem;
            color: var(--text-muted);
            font-weight: 500;
            line-height: 1.7;
            border-top: 1px solid var(--border);
            padding-top: 1rem;
        }

        .faq-a-inner h4 {
            font-size: 0.95rem;
            font-weight: 700;
            color: var(--blue-dark);
            margin: 1rem 0 0.5rem;
        }

        .faq-a-inner h4:first-child {
            margin-top: 0;
        }

        .faq-a-inner p {
            margin: 0 0 0.5rem;
        }

        .faq-a-inner ul {
            list-style: none;
            margin: 0 0 1rem;
            padding: 0;
        }

        .faq-a-inner li {
            margin: 0 0 0.35rem;
            padding-left: 0;
        }

        /* ─── FOOTER ─── */
        footer {
            padding: 3rem 1.5rem 0.75rem;
            text-align: center;
            background: var(--blue-dark);
            color: #fff;
            margin-top: auto;
        }

        /* Classes Tailwind do bloco copiado (text-gray-*) — forçar branco na variante 5 */
        body.page-variante5 footer h3,
        body.page-variante5 footer p,
        body.page-variante5 footer li,
        body.page-variante5 footer a {
            color: #fff !important;
        }

        body.page-variante5 footer a:hover {
            opacity: 0.9;
        }

        body.page-variante5 footer .border-gray-700 {
            border-color: rgba(255, 255, 255, 0.22) !important;
        }

        .footer-logo {
            height: 36px;
            opacity: 0.95;
            margin-bottom: 1.5rem;
        }

        /* ─── MEDIA QUERIES (duplicadas do critical para vencer cascata pós-load) ─── */
        @media (max-width: 900px) {
            body.page-variante5 .hero {
                overflow-x: hidden;
                overflow-y: visible;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            body.page-variante5 #heroCarouselTrack {
                transition: none;
            }
        }

        @media (max-width: 900px) {
            .hero-content .hero-badge { display: none; }
            .hero-visual .hero-badge { display: inline-flex; align-self: flex-start; }

            /* Só mostra mobile; evita desktop vencer por ordem de regras */
            body.page-variante5 #slide-1 .hero-slide-1-desktop,
            body.page-variante5 #slide-2 .hero-slide-2-desktop,
            body.page-variante5 #slide-3 .hero-slide-3-desktop,
            body.page-variante5 #slide-4 .hero-slide-4-desktop,
            body.page-variante5 #slide-5 .hero-slide-5-desktop {
                display: none !important;
            }

            body.page-variante5 #slide-1 .hero-slide-1-mobile {
                display: block !important;
                width: 100%;
                height: 100%;
                min-height: 0;
            }

            body.page-variante5 #slide-3 .hero-slide-3-mobile {
                display: block !important;
                width: 100%;
                height: 100%;
                min-height: 0;
            }

            body.page-variante5 #slide-2 .hero-slide-2-mobile {
                display: block !important;
                width: 100%;
                height: 100%;
                min-height: 0;
            }

            body.page-variante5 #slide-4 .hero-slide-4-mobile {
                display: block !important;
                width: 100%;
                height: 100%;
                min-height: 0;
            }

            body.page-variante5 #slide-5 .hero-slide-5-mobile {
                display: block !important;
                width: 100%;
                height: 100%;
                min-height: 0;
            }

            /*
             * Mesma altura em todos os slides (como no desktop): uma transição cubic-bezier em qualquer salto.
             * Slide 2 usa recorte cover dentro desta altura fixa.
             */
            body.page-variante5 #heroCarouselTrack {
                align-items: stretch;
            }

            body.page-variante5 #heroCarouselTrack .hero-slide {
                height: var(--v5-hero-mobile-slide-h);
                min-height: var(--v5-hero-mobile-slide-h);
                max-height: var(--v5-hero-mobile-slide-h);
                overflow: hidden;
                align-self: stretch;
            }

            body.page-variante5 #heroCarousel {
                min-height: var(--v5-hero-mobile-slide-h);
            }

            .hero-mobile-stack {
                position: relative;
                width: 100%;
                height: 100%;
                min-height: 0;
                max-height: 100%;
                border-radius: 0;
                overflow: hidden;
                background: var(--hero-m-navy);
            }

            /* Carrossel mobile (1, 3, 4): recorte cover ancorado na base */
            #slide-1 .hero-slide-1-mobile .hero-mobile-bg-img,
            #slide-3 .hero-slide-3-mobile .hero-mobile-bg-img,
            #slide-4 .hero-slide-4-mobile .hero-mobile-bg-img {
                position: absolute;
                inset: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center bottom;
                display: block;
            }

            #slide-5 .hero-slide-5-mobile .hero-mobile-bg-img {
                position: absolute;
                inset: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center top;
                display: block;
            }

            .hero-mobile-overlay {
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                padding: 0 0.85rem 2.7rem;
                display: flex;
                flex-direction: column;
                align-items: stretch;
                gap: 0;
                pointer-events: none;
            }

            .hero-mobile-overlay * {
                pointer-events: auto;
            }

            /*
             * Slide 2 mobile: mesma altura viewport do carrossel; imagem em cover (transição idêntica à do desktop).
             */
            #slide-2 .hero-slide-2-mobile .hero-mobile-stack {
                height: 100%;
                min-height: 0;
                overflow: hidden;
                line-height: 0;
            }

            #slide-4 .hero-slide-4-mobile .hero-mobile-stack,
            #slide-5 .hero-slide-5-mobile .hero-mobile-stack {
                line-height: normal;
            }

            #slide-2 .hero-slide-2-mobile .hero-mobile-bg-img {
                position: absolute;
                inset: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center top;
                display: block;
            }

            body.page-variante5 section.hero:has(#slide-2.hero-slide.active) {
                background-color: #3A8DCD;
            }

            .hero-slide-4-mobile .hero-mobile-overlay {
                align-items: center;
            }

            .hero-slide-4-mobile .hero-slide-4-promo-card {
                width: 100%;
                max-width: min(18.25rem, 82%);
                border-radius: 18px;
                align-self: center;
            }

            .hero-slide-4-mobile .hero-slide-4-promo-head {
                padding: 1.15rem 1.1rem 1.2rem;
            }

            .hero-slide-4-mobile .hero-slide-4-promo-body {
                padding: 1.25rem 1.1rem 1.4rem;
            }

            .hero-slide-4-mobile .hero-slide-4-promo-title {
                font-size: clamp(1.45rem, 4.8vw, 2rem);
            }

            .hero-slide-4-mobile .hero-slide-4-promo-text {
                font-size: clamp(1.02rem, 3.4vw, 1.22rem);
            }

            .hero-slide-4-mobile .hero-slide-4-promo-more {
                margin-top: 0.65rem;
                font-size: clamp(0.88rem, 3.2vw, 1.05rem);
            }

            .hero-slide-4-mobile .hero-slide-4-promo-price-line [data-clareamento-int] {
                font-size: clamp(2rem, 11vw, 2.45rem);
            }

            .hero-slide-5-mobile .hero-mobile-overlay {
                align-items: center;
            }

            .hero-slide-5-mobile .hero-slide-5-message-card {
                width: 100%;
                max-width: min(calc(18.5rem * 0.8), 74.8%);
                padding: 1.35rem calc(1.2rem * 0.2) 1.45rem 1.2rem;
                align-self: center;
                border-radius: 18px;
            }

            .hero-slide-5-mobile .hero-slide-5-headline {
                font-size: clamp(1.22rem, 6.7vw, 1.75rem) !important;
                margin-bottom: 0.75rem;
            }

            .hero-slide-5-mobile .hero-slide-5-sub {
                font-size: clamp(1.02rem, 3.8vw, 1.22rem) !important;
            }

            /* Mesmo card bipartido do desktop (classes hero-desktop-split-*) */
            .hero-slide-1-mobile .hero-desktop-split-card,
            .hero-slide-3-mobile .hero-desktop-split-card {
                width: 100%;
                max-width: 100%;
                align-self: stretch;
            }

            .hero-slide-1-mobile .hero-desktop-split-left {
                justify-content: flex-end;
                align-items: center;
            }

            .hero-slide-3-mobile .hero-desktop-split-left {
                justify-content: flex-end;
                align-items: center;
            }

            .hero-slide-1-mobile .hero-desktop-headline {
                text-align: right;
            }

            .hero-slide-3-mobile .hero-desktop-headline {
                text-align: right;
            }

            .hero-slide-1-mobile .hero-desktop-headline-line {
                text-align: right;
                line-height: 0.5;
            }

            .hero-slide-3-mobile .hero-desktop-headline-line {
                text-align: right;
                line-height: 1.05;
                padding: 1rem 1rem 0.5rem 0.3rem;
            }

            .hero-slide-3-mobile .hero-desktop-headline-sub {
                padding: 0 1rem 0.25rem;
                margin-top: 0;
                text-align: right;
                line-height: 1;
            }

            .desktop-menu { display: none; }
            .hamburger { display: flex; }

            /* Header mobile compacto: 55px */
            body.page-variante5 { --v5-navbar-h: 55px; padding-top: 55px; }
            .navbar-inner { height: 55px; padding: 0 1rem; }
            .logo { width: 110px; height: auto; }
            .hamburger { width: 36px; height: 36px; gap: 4px; padding: 5px; }
            .hamburger span { height: 2px; }
            .hamburger.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
            .hamburger.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
            .mobile-menu { inset: 55px 0 0 0; }

            .hero-inner {
                grid-template-columns: 1fr;
                padding: 1rem 1.25rem 2.5rem;
                gap: 2rem;
            }

            /* Hero colado ao navbar no mobile (flex center criava faixa acima do carrossel) */
            body.page-variante5 section.hero {
                align-items: stretch;
            }

            /*
             * Indicadores — mobile: canto superior esquerdo do hero —
             * 3px abaixo do header (assume hero logo abaixo da navbar), 3px da borda esquerda.
             */
            body.page-variante5 section.hero .carousel-indicators {
                position: absolute;
                top: 3px;
                left: calc(3px + env(safe-area-inset-left, 0px));
                right: auto;
                bottom: auto;
                transform: none;
                justify-content: flex-start;
                z-index: 30;
            }

            .hero h1 { font-size: 2rem; }
            .hero-sub { font-size: 0.95rem; }

            .hero-visual {
                order: -1;
                align-items: stretch;
                margin-top: 0;
            }

            .hero-img {
                height: 280px;
                max-width: 100%;
                border-radius: var(--radius-lg);
                object-position: center 15%;
            }

            .benefits-grid { grid-template-columns: 1fr; }
            .testimonials-grid { grid-template-columns: 1fr; }
            .plans-grid { grid-template-columns: 1fr; max-width: 400px; }

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

            .trust-bar-inner { gap: 1.25rem; }

            /* Hero Info Mobile Styles */
            .hero-info { padding: 2rem 1.25rem 1.2rem; }
            .hero-info .hero-sub { font-size: 1.05rem; text-align: left; margin-bottom: 2rem; }
            .hero-info .hero-checks { align-items: flex-start; }
            .hero-info .hero-checks li { font-size: 0.95rem; text-align: left; }
            .hero-info .hero-actions { align-items: center; justify-content: center; }

            .footer-inner { flex-direction: column; align-items: center; text-align: center; }
        }

        @media (max-width: 640px) {
            .section { padding: 1.5rem 1.25rem; }

            /* Hamburger and nav visibility handled at 900px */

            .trust-item span { display: none; }
            .trust-bar-inner { gap: 1rem; }
        }

        @media (min-width: 901px) {
            .hero-slide-1-desktop .hero-desktop-split-card,
            .hero-slide-3-desktop .hero-desktop-split-card {
                width: min(500px, 52vw);
                max-width: 100%;
            }

            .hero-inner { min-height: 560px; }
            .hero-content { padding-bottom: 5rem; }

            section.hero {
                margin-bottom: 0;
                align-items: stretch;
            }

            .hero-carousel {
                align-self: stretch;
            }

            /*
             * Slide 1 desktop: hero ocupa viewport útil acima da pilha fixa (evita faixa azul do hero-info).
             * dvh/svh + !important vence aspect-ratio base; sticky subtraído com folga conservadora.
             */
            section.hero:has(#slide-1.hero-slide.active),
            section.hero:has(#slide-2.hero-slide.active),
            section.hero:has(#slide-3.hero-slide.active),
            section.hero:has(#slide-4.hero-slide.active),
            section.hero:has(#slide-5.hero-slide.active) {
                flex-direction: column;
                min-height: var(--v5-hero-desktop-slide-h);
                background-color: #0a1628;
            }

            section.hero:has(#slide-1.hero-slide.active) .hero-carousel,
            section.hero:has(#slide-2.hero-slide.active) .hero-carousel,
            section.hero:has(#slide-3.hero-slide.active) .hero-carousel,
            section.hero:has(#slide-4.hero-slide.active) .hero-carousel,
            section.hero:has(#slide-5.hero-slide.active) .hero-carousel {
                flex: 1 1 auto;
                align-self: stretch;
                width: 100%;
                min-height: var(--v5-hero-desktop-slide-h);
                display: flex;
                flex-direction: column;
            }

            body.page-variante5 #heroCarousel .hero-slide {
                display: flex;
                flex-direction: column;
                min-height: var(--v5-hero-desktop-slide-h);
            }

            #slide-1 .hero-slide-1-desktop,
            #slide-2 .hero-slide-2-desktop,
            #slide-3 .hero-slide-3-desktop,
            #slide-4 .hero-slide-4-desktop,
            #slide-5 .hero-slide-5-desktop {
                display: flex;
                flex-direction: column;
                flex: 1 1 auto;
                min-height: 0;
            }

            #slide-1 .hero-slide-1-desktop .hero-desktop-stack,
            #slide-2 .hero-slide-2-desktop .hero-desktop-stack,
            #slide-3 .hero-slide-3-desktop .hero-desktop-stack,
            #slide-4 .hero-slide-4-desktop .hero-desktop-stack,
            #slide-5 .hero-slide-5-desktop .hero-desktop-stack {
                aspect-ratio: unset !important;
                flex: 1 1 auto;
                width: 100%;
                min-height: var(--v5-hero-desktop-slide-h) !important;
                height: var(--v5-hero-desktop-slide-h);
                max-height: none;
            }

            body.page-variante5 #heroCarousel {
                overflow: hidden;
                position: relative;
                height: var(--v5-hero-desktop-slide-h);
                min-height: var(--v5-hero-desktop-slide-h);
            }

            body.page-variante5 #heroCarouselTrack {
                height: 100%;
            }

            .hero-info {
                margin-top: 0;
                padding-top: 4rem;
            }

            /* Barra fixa: preço + CTA agrupados e centralizados */
            body.page-variante5 .sticky-bar {
                justify-content: center;
                gap: 2rem;
                flex-wrap: wrap;
            }

            body.page-variante5 .sticky-btn {
                flex: 0 0 auto;
                max-width: none;
            }
        }

        @media (min-width: 768px) {
            body.page-variante5 #como-funciona .v5-como-passo4-col {
                display: flex;
                flex-direction: column;
                align-items: center;
                align-self: stretch;
                min-height: 0;
                height: 100%;
            }

            body.page-variante5 #como-funciona .v5-como-passo4-card {
                flex: 1 1 auto;
                display: flex;
                flex-direction: column;
                width: 100%;
                min-height: 0;
            }
        }

