:root {
            --ctb-navy: #002868;
            --ctb-navy-dark: #0b1736;
            --ctb-blue-brand: #0033b7;
            --ctb-cyan-action: #0ea5e9;
            --ctb-cyan-hover: #0284c7;
            --ctb-text-dark: #1e293b;
            --ctb-text-secondary: #475569;
            --ctb-text-muted: #64748b;
            --ctb-border: #d0ddea;
            --ctb-border-subtle: #e2e8f0;
            --ctb-bg-soft: #f4f7fb;
            --ctb-bg-card: #ffffff;
            --ctb-badge-bg: #e6f0fa;
        }

        /* Neutralização do vão excessivo de 120px compensando a barra fixa */
        main {
            padding-top: 75px !important;
        }

        /* Header Solid Estilizado */
        .main-header.header-solid {
            background-color: #ffffff !important;
            border-bottom: 1px solid var(--ctb-border-subtle);
            box-shadow: 0 1px 10px rgba(0, 40, 104, 0.06);
            margin: 0;
            width: 100%;
            border-radius: 0;
        }

        .main-header.header-solid .logo {
            font-size: 1.45rem;
            font-weight: 800;
            color: var(--ctb-navy) !important;
            letter-spacing: -0.5px;
        }

        .main-header.header-solid .main-nav ul li a {
            color: var(--ctb-navy) !important;
            font-weight: 600;
            font-size: 0.95rem;
            transition: color 0.2s;
        }

        .main-header.header-solid .main-nav ul li a:hover {
            color: var(--ctb-blue-brand) !important;
        }

        .header-cta-pill {
            background-color: var(--ctb-cyan-action);
            color: #ffffff !important;
            font-weight: 700;
            font-size: 0.9rem;
            padding: 0.6rem 1.3rem;
            border-radius: 50px;
            text-decoration: none;
            display: inline-block;
            transition: background-color 0.2s;
        }

        .header-cta-pill:hover {
            background-color: var(--ctb-cyan-hover);
        }

        /* HERO SECTION - SPLIT-LAYER FULL BLEED (FOTO COMPLETA ATÉ O FINAL DA DIREITA) */
        .hero-contabilizei-real {
            position: relative;
            background-color: #ffffff;
            padding: 0 !important;
            overflow: hidden;
        }

        .hero-right-bleed-bg {
            display: none;
        }

        @media (min-width: 992px) {
            /* Fundo fotográfico que preenche do meio para a direita até a borda da janela */
            .hero-right-bleed-bg {
                display: block;
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                left: calc(50% - 20px);
                background-color: #002868;
                z-index: 1;
                overflow: hidden;
            }

            .hero-right-bleed-bg .hero-bleed-img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center bottom;
                display: block;
            }

            /* Sombra lateral na junção criando o efeito de camada da esquerda sobre a foto */
            .hero-right-bleed-bg::before {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                width: 50px;
                background: linear-gradient(to right, rgba(0, 20, 50, 0.35) 0%, rgba(0, 20, 50, 0) 100%);
                z-index: 2;
                pointer-events: none;
            }

            .hero-wrapper-real {
                max-width: 1220px;
                margin: 0 auto;
                display: grid;
                grid-template-columns: 1.15fr 0.85fr;
                min-height: 560px;
                position: relative;
                z-index: 3;
            }

            .hero-left-column {
                background: #ffffff;
                padding: 3.5rem 3rem 3.5rem 1rem;
                position: relative;
                z-index: 4;
                /* Efeito de camada: a esquerda projeta sombra lateral sobre a foto à direita */
                box-shadow: 25px 0 45px -10px rgba(0, 25, 70, 0.16);
            }

            .hero-visual-contabilizei {
                position: relative;
                z-index: 4;
                display: flex;
                align-items: flex-end;
                justify-content: flex-start;
                padding-bottom: 28px;
                padding-left: 2rem;
            }

            .hero-mobile-only-frame {
                display: none !important;
            }

            .hero-photo-anchor-badge {
                position: relative !important;
                bottom: auto !important;
                left: auto !important;
                z-index: 10;
            }
        }

        /* H1 DIRETO COM DESTAQUE AZUL ROYAL (SEM BADGES NO TOPO) */
        .hero-headline-real {
            font-size: 3.1rem;
            line-height: 1.15;
            color: var(--ctb-text-dark);
            font-weight: 800;
            letter-spacing: -1px;
            margin-bottom: 1.5rem;
        }

        .hero-headline-real .text-brand-blue {
            color: var(--ctb-blue-brand);
        }

        .hero-headline-real .dot-accent {
            color: var(--ctb-blue-brand);
        }

        .hero-subtext-real {
            font-size: 1.2rem;
            line-height: 1.6;
            color: var(--ctb-text-secondary);
            margin-bottom: 2.25rem;
            max-width: 600px;
        }

        /* DUPLA DE BOTÕES PÍLULA (CIANO PRIMÁRIO + AZUL OUTLINE) */
        .hero-button-group {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 3.5rem;
            flex-wrap: wrap;
        }

        .btn-pill-cyan {
            background-color: var(--ctb-cyan-action);
            color: #ffffff !important;
            font-weight: 700;
            font-size: 1.05rem;
            padding: 1rem 2.2rem;
            border-radius: 50px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.2s ease, transform 0.2s ease;
            box-shadow: none !important;
        }

        .btn-pill-cyan:hover {
            background-color: var(--ctb-cyan-hover);
            transform: translateY(-2px);
            box-shadow: none !important;
        }

        .btn-pill-outline {
            background-color: #ffffff;
            color: var(--ctb-blue-brand) !important;
            border: 2px solid var(--ctb-blue-brand);
            font-weight: 700;
            font-size: 1.05rem;
            padding: 0.95rem 2rem;
            border-radius: 50px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s ease;
        }

        .btn-pill-outline:hover {
            background-color: #f0f5ff;
            transform: translateY(-2px);
        }

        /* BARRA DE MÉTRICAS HORIZONTAL COM DIVISORES VERTICAIS */
        .hero-metrics-strip {
            display: flex;
            align-items: stretch;
            gap: 2rem;
            padding-top: 2rem;
            border-top: 1px solid var(--ctb-border-subtle);
        }

        .metric-block {
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            padding-right: 2rem;
        }

        .metric-block:not(:last-child)::after {
            content: '';
            position: absolute;
            right: 0;
            top: 10%;
            height: 80%;
            width: 1px;
            background-color: var(--ctb-border);
        }

        .metric-block strong {
            font-size: 1.45rem;
            font-weight: 800;
            color: var(--ctb-navy);
            line-height: 1.1;
            margin-bottom: 0.3rem;
            letter-spacing: -0.5px;
        }

        .metric-block span {
            font-size: 0.88rem;
            color: var(--ctb-text-muted);
            line-height: 1.35;
        }

        /* FOTO DA CONTADORA: DETALHES DE ENQUADRAMENTO E ANCORAGEM */
        .photo-organic-frame img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center 8%;
            display: block;
        }

        .photo-organic-frame::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(0, 40, 104, 0.55) 0%, rgba(0, 40, 104, 0) 30%);
            z-index: 2;
            pointer-events: none;
        }

        .photo-organic-frame::after {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: inherit;
            border: 1px solid rgba(255, 255, 255, 0.15);
            pointer-events: none;
            z-index: 3;
        }

        /* SELO DE IDENTIFICAÇÃO AUTORAL DA CONTADORA (ESTILO CONTABILIZEI REFINADO SEM AI SLOP) */
        .hero-photo-anchor-badge {
            position: absolute;
            z-index: 10;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            pointer-events: auto;
        }

        .hero-photo-anchor-badge .badge-pill-header {
            background: var(--ctb-blue-brand, #0033b7);
            color: #ffffff;
            font-size: 0.78rem;
            font-weight: 700;
            padding: 0.35rem 0.95rem;
            border-radius: 20px;
            box-shadow: 0 4px 12px rgba(0, 51, 183, 0.25);
            margin-bottom: -6px;
            position: relative;
            z-index: 2;
            letter-spacing: -0.1px;
        }

        .hero-photo-anchor-badge .badge-card-body {
            background: #002868;
            color: #ffffff;
            padding: 0.85rem 1.25rem 0.85rem 1.15rem;
            border-radius: 0 14px 14px 14px;
            box-shadow: 0 16px 36px -6px rgba(0, 24, 64, 0.4);
            border: 1px solid rgba(255, 255, 255, 0.14);
            display: flex;
            flex-direction: column;
            gap: 3px;
            text-align: left;
        }

        .hero-photo-anchor-badge .badge-card-body .badge-name {
            font-size: 1.05rem;
            font-weight: 800;
            color: #ffffff;
            letter-spacing: -0.2px;
            line-height: 1.2;
        }

        .hero-photo-anchor-badge .badge-card-body .badge-sub {
            font-size: 0.78rem;
            color: #cbd5e1;
            font-weight: 500;
            line-height: 1.2;
        }

        /* SEÇÃO DE SOLUÇÕES (DNA REAL CONTABILIZEI - SEM TAGS GENÉRICAS DE IA) */
        .plans-segment-section {
            background-color: var(--ctb-bg-soft);
            padding: 5.5rem 1rem;
            border-top: 1px solid var(--ctb-border-subtle);
        }

        .section-center-heading {
            text-align: center;
            max-width: 780px;
            margin: 0 auto 3.5rem;
        }

        .section-center-heading h2 {
            font-size: 2.35rem;
            font-weight: 800;
            color: var(--ctb-navy);
            letter-spacing: -0.5px;
            margin-bottom: 0.75rem;
        }

        .section-center-heading p {
            font-size: 1.15rem;
            color: var(--ctb-text-secondary);
            line-height: 1.6;
            margin: 0;
        }

        .solutions-grid-contabilizei {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.75rem;
            max-width: 1200px;
            margin: 0 auto;
        }

        .solutions-grid-secondary {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.75rem;
            max-width: 800px;
            margin: 2rem auto 0;
        }

        .solution-box-card {
            background: #ffffff;
            border: 1px solid var(--ctb-border-subtle);
            border-radius: 14px;
            padding: 2.25rem 2rem;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
            position: relative;
        }

        .solution-box-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 14px 30px rgba(0, 40, 104, 0.09);
            border-color: #b5cbe8;
        }

        /* Card Destaque / Mais Procurado no DNA Real Contabilizei (Royal Blue Card) */
        .solution-box-card--featured {
            background: var(--ctb-blue-brand);
            border: 2px solid var(--ctb-blue-brand);
            box-shadow: 0 16px 36px rgba(0, 51, 183, 0.22);
            color: #ffffff;
        }

        .solution-box-card--featured h3 {
            color: #ffffff !important;
        }

        .solution-box-card--featured p.card-desc {
            color: #dbeafe !important;
        }

        .solution-box-card--featured .solution-checklist {
            border-top-color: rgba(255, 255, 255, 0.2) !important;
        }

        .solution-box-card--featured .solution-checklist li {
            color: #ffffff !important;
        }

        .solution-box-card--featured .solution-checklist li svg {
            color: var(--ctb-cyan-action) !important;
        }

        .solution-box-card h3 {
            font-size: 1.4rem;
            font-weight: 800;
            color: var(--ctb-navy);
            margin: 0 0 0.75rem 0;
            line-height: 1.25;
            letter-spacing: -0.3px;
        }

        .solution-box-card p.card-desc {
            font-size: 0.96rem;
            line-height: 1.6;
            color: var(--ctb-text-secondary);
            margin: 0 0 1.25rem 0;
            flex-grow: 1;
        }

        .solution-checklist {
            list-style: none;
            padding: 0;
            margin: 0 0 1.75rem 0;
            border-top: 1px solid #f1f5f9;
            padding-top: 1.25rem;
        }

        .solution-checklist li {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 0.92rem;
            color: var(--ctb-text-dark);
            margin-bottom: 0.65rem;
            font-weight: 500;
            line-height: 1.4;
        }

        .solution-checklist li svg {
            width: 18px;
            height: 18px;
            color: #16a34a;
            flex-shrink: 0;
        }

        .card-link-action {
            color: var(--ctb-blue-brand);
            font-weight: 700;
            font-size: 0.95rem;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            transition: gap 0.2s;
            margin-top: auto;
        }

        .card-link-action:hover {
            gap: 10px;
            color: #002868;
        }

        .solution-btn-featured {
            background-color: var(--ctb-cyan-action);
            color: #ffffff !important;
            font-weight: 700;
            font-size: 0.95rem;
            padding: 0.85rem 1.5rem;
            border-radius: 50px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.2s ease, transform 0.2s ease;
            box-shadow: none !important;
            margin-top: auto;
            text-align: center;
        }

        .solution-btn-featured:hover {
            background-color: var(--ctb-cyan-hover);
            transform: translateY(-2px);
            box-shadow: none !important;
        }

        /* SEÇÃO COMPARATIVO DE SERVIÇOS (DNA REAL CONTABILIZEI) */
        .service-comparison-section {
            background-color: #ffffff;
            padding: 6rem 1rem;
            border-top: 1px solid var(--ctb-border-subtle);
        }

        .comparison-header {
            text-align: center;
            max-width: 820px;
            margin: 0 auto 3rem;
        }

        .comparison-header h2 {
            font-size: 2.4rem;
            font-weight: 800;
            color: var(--ctb-navy);
            letter-spacing: -0.5px;
            margin-bottom: 0.75rem;
        }

        .comparison-header h2 span {
            color: var(--ctb-blue-brand);
        }

        .comparison-header p {
            font-size: 1.15rem;
            color: var(--ctb-text-secondary);
            line-height: 1.6;
            margin: 0;
        }

        .comparison-table-wrap {
            max-width: 900px;
            margin: 0 auto;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 40, 104, 0.08);
            border: 1px solid var(--ctb-border-subtle);
        }

        .comparison-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
            table-layout: fixed;
        }

        .comparison-table th {
            font-size: 1.15rem;
            font-weight: 800;
            padding: 1.1rem 1rem;
            text-align: center;
            width: 50%;
            border-bottom: 2px solid #ffffff;
        }

        .th-ours {
            background-color: var(--ctb-navy);
            color: #ffffff;
            letter-spacing: -0.2px;
        }

        .th-others {
            background-color: #e2e8f0;
            color: var(--ctb-text-dark);
        }

        .comparison-table td {
            padding: 1.1rem 1.25rem;
            text-align: left;
            border-top: 1px solid #ffffff;
            vertical-align: middle;
            font-size: 0.95rem;
            line-height: 1.45;
        }

        .td-ours {
            background-color: var(--ctb-blue-brand);
            color: #ffffff;
        }

        .td-ours strong {
            display: block;
            font-size: 1.02rem;
            font-weight: 700;
            margin-bottom: 2px;
            color: #ffffff;
        }

        .td-ours span {
            font-size: 0.86rem;
            color: #dbeafe;
        }

        .td-others {
            background-color: #f8fafc;
            color: var(--ctb-text-secondary);
        }

        .td-others strong {
            display: block;
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 2px;
            color: #334155;
        }

        .td-others span {
            font-size: 0.86rem;
            color: #64748b;
        }

        /* SEÇÃO 3: DIFERENCIAL PRESENCIAL (POR QUE ESCOLHER A ATIVO) */
        .diff-contabilizei-section {
            background-color: #ffffff;
            padding: 6rem 1rem;
        }

        .diff-grid-two-col {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4.5rem;
            align-items: center;
        }

        .diff-content-left h2 {
            font-size: 2.6rem;
            font-weight: 800;
            color: var(--ctb-navy);
            line-height: 1.2;
            letter-spacing: -0.5px;
            margin-bottom: 1.25rem;
        }

        .diff-content-left p {
            font-size: 1.15rem;
            color: var(--ctb-text-secondary);
            line-height: 1.65;
            margin-bottom: 2rem;
        }

        .diff-items-stack {
            display: grid;
            gap: 1.25rem;
        }

        .diff-item-box {
            display: flex;
            align-items: flex-start;
            gap: 18px;
            padding: 1.5rem;
            background-color: var(--ctb-bg-soft);
            border-radius: 10px;
            border: 1px solid var(--ctb-border-subtle);
        }

        .diff-num-badge {
            width: 44px;
            height: 44px;
            background-color: #ffffff;
            border-radius: 10px;
            border: 1.5px solid var(--ctb-border);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--ctb-blue-brand);
            font-weight: 800;
            font-size: 1.15rem;
            flex-shrink: 0;
            box-shadow: 0 2px 8px rgba(0, 40, 104, 0.05);
        }

        .diff-item-text h4 {
            font-size: 1.15rem;
            font-weight: 700;
            color: var(--ctb-navy);
            margin: 0 0 0.35rem 0;
        }

        .diff-item-text p {
            font-size: 0.95rem;
            color: var(--ctb-text-secondary);
            margin: 0;
        }

        /* SEÇÃO 4: DEPOIMENTOS REAIS INTEGRADOS COM FOTO (DNA CONTABILIZEI) */
        .reviews-contabilizei-section {
            background-color: var(--ctb-bg-soft);
            padding: 5.5rem 1rem;
            border-top: 1px solid var(--ctb-border-subtle);
        }

        .reviews-split-wrap {
            display: grid;
            grid-template-columns: 380px 1fr;
            gap: 2.75rem;
            max-width: 1200px;
            margin: 0 auto;
            align-items: stretch;
        }

        .reviews-visual-card {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            min-height: 480px;
            background-color: #0b1736;
            box-shadow: 0 8px 24px rgba(0, 40, 104, 0.06);
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
        }

        .reviews-visual-card img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center 20%;
            display: block;
        }

        .reviews-visual-card::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(0, 40, 104, 0.04) 20%, rgba(0, 40, 104, 0.78) 100%);
            pointer-events: none;
        }

        .reviews-visual-caption {
            position: relative;
            z-index: 2;
            padding: 1.75rem 1.5rem;
            color: #ffffff;
        }

        .reviews-visual-caption h4 {
            font-size: 1.25rem;
            font-weight: 800;
            color: #ffffff;
            margin: 0 0 0.35rem 0;
            letter-spacing: -0.3px;
        }

        .reviews-visual-caption p {
            font-size: 0.92rem;
            color: #e2e8f0;
            margin: 0;
            line-height: 1.45;
        }

        .reviews-content-col {
            display: flex;
            flex-direction: column;
            justify-content: center;
            min-width: 0;
        }

        .reviews-header-flex {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            gap: 1.25rem;
            margin-bottom: 0.25rem;
        }

        .reviews-content-col h2 {
            font-size: 2.25rem;
            font-weight: 800;
            color: var(--ctb-navy);
            letter-spacing: -0.5px;
            margin: 0 0 0.6rem 0;
            line-height: 1.2;
        }

        .reviews-content-col p.reviews-subhead {
            font-size: 1.05rem;
            color: var(--ctb-text-secondary);
            margin: 0 0 1.25rem 0;
            line-height: 1.5;
        }

        .reviews-carousel-nav {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-shrink: 0;
            margin-bottom: 1.25rem;
        }

        .carousel-nav-btn {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #ffffff;
            border: 1.5px solid var(--ctb-border);
            color: var(--ctb-navy);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.2s ease;
            box-shadow: none !important;
        }

        .carousel-nav-btn:hover {
            background-color: var(--ctb-cyan-action);
            border-color: var(--ctb-cyan-action);
            color: #ffffff;
            transform: translateY(-2px);
        }

        .reviews-carousel-wrapper {
            position: relative;
            width: 100%;
            min-width: 0;
        }

        .reviews-carousel-track {
            display: flex;
            gap: 1.25rem;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            padding: 0.35rem 0.25rem 0.75rem 0.25rem;
        }

        .reviews-carousel-track::-webkit-scrollbar {
            display: none;
        }

        .review-quote-card {
            flex: 0 0 calc(50% - 0.65rem);
            min-width: 290px;
            scroll-snap-align: start;
            background: #ffffff;
            border: 1px solid var(--ctb-border-subtle);
            border-radius: 14px;
            padding: 1.6rem 1.4rem;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            box-shadow: 0 2px 8px rgba(0, 40, 104, 0.03);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .review-quote-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(0, 40, 104, 0.06);
        }

        .review-header-row {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 0.75rem;
        }

        .review-avatar-char {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 0.95rem;
            color: #ffffff;
            flex-shrink: 0;
        }

        .review-author-info h4 {
            margin: 0;
            font-size: 0.98rem;
            color: var(--ctb-navy);
            font-weight: 700;
        }

        .review-author-info span {
            font-size: 0.76rem;
            color: var(--ctb-text-muted);
        }

        .google-verified-icon {
            margin-left: auto;
            width: 22px;
            height: 22px;
        }

        .stars-row {
            color: #f59e0b;
            font-size: 0.95rem;
            margin-bottom: 0.75rem;
            letter-spacing: 2px;
        }

        .review-quote-card p {
            font-size: 0.92rem;
            line-height: 1.55;
            color: var(--ctb-text-secondary);
            margin: 0 0 1rem 0;
        }

        .verified-label {
            font-size: 0.8rem;
            color: #16a34a;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .reviews-carousel-dots {
            display: flex;
            align-items: center;
            gap: 6px;
            margin-top: 1rem;
        }

        .dot-indicator {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: var(--ctb-border);
            border: none;
            padding: 0;
            cursor: pointer;
            transition: all 0.25s ease;
        }

        .dot-indicator.active {
            width: 22px;
            border-radius: 6px;
            background-color: var(--ctb-cyan-action);
        }

        /* SEÇÃO 5: BANNER AZUL ESCURO CTA FINAL */
        .cta-contabilizei-banner {
            background-color: var(--ctb-navy);
            padding: 5rem 1rem;
            text-align: center;
            color: #ffffff;
        }

        .cta-banner-box {
            max-width: 800px;
            margin: 0 auto;
        }

        .cta-banner-box h2 {
            font-size: 2.6rem;
            font-weight: 800;
            color: #ffffff;
            margin-bottom: 1rem;
            letter-spacing: -0.5px;
        }

        .cta-banner-box p {
            font-size: 1.2rem;
            color: #dbeafe;
            margin-bottom: 2.5rem;
            line-height: 1.6;
        }

        /* SEÇÃO DE FAQ ESTRATÉGICO INTEGRADO COM FOTO LATERAL (DNA CONTABILIZEI) */
        .faq-accordion-section {
            background-color: #ffffff;
            padding: 5.5rem 1rem;
            border-top: 1px solid var(--ctb-border-subtle);
        }

        .faq-split-wrap {
            display: grid;
            grid-template-columns: 1fr 360px;
            gap: 2.75rem;
            max-width: 1200px;
            margin: 0 auto;
            align-items: stretch;
        }

        .faq-visual-card {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            min-height: 520px;
            background-color: #0b1736;
            box-shadow: 0 8px 24px rgba(0, 40, 104, 0.06);
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
        }

        .faq-visual-card img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center 20%;
            display: block;
        }

        .faq-visual-card::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(0, 40, 104, 0.04) 20%, rgba(0, 40, 104, 0.75) 100%);
            pointer-events: none;
        }

        .faq-visual-caption {
            position: relative;
            z-index: 2;
            padding: 1.75rem 1.5rem;
            color: #ffffff;
        }

        .faq-visual-caption h4 {
            font-size: 1.25rem;
            font-weight: 800;
            color: #ffffff;
            margin: 0 0 0.35rem 0;
            letter-spacing: -0.3px;
        }

        .faq-visual-caption p {
            font-size: 0.92rem;
            color: #e2e8f0;
            margin: 0;
            line-height: 1.45;
        }

        .faq-content-col {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .faq-content-col h2 {
            font-size: 2.25rem;
            font-weight: 800;
            color: var(--ctb-navy);
            letter-spacing: -0.5px;
            margin: 0 0 0.6rem 0;
            line-height: 1.2;
        }

        .faq-content-col p.faq-subhead {
            font-size: 1.05rem;
            color: var(--ctb-text-secondary);
            margin: 0 0 1.75rem 0;
            line-height: 1.5;
        }

        .faq-accordion-list {
            display: flex;
            flex-direction: column;
            gap: 0.85rem;
        }

        .faq-accordion-item {
            background: #ffffff;
            border: 1px solid var(--ctb-border-subtle);
            border-radius: 12px;
            overflow: hidden;
            transition: border-color 0.2s, box-shadow 0.2s;
        }

        .faq-accordion-item[open] {
            border-color: #93c5fd;
            box-shadow: 0 4px 14px rgba(0, 40, 104, 0.04);
        }

        .faq-summary {
            padding: 1.2rem 1.4rem;
            font-size: 1.05rem;
            font-weight: 700;
            color: var(--ctb-navy);
            cursor: pointer;
            list-style: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 1rem;
            user-select: none;
            transition: color 0.2s;
        }

        .faq-summary::-webkit-details-marker {
            display: none;
        }

        .faq-summary:hover {
            color: var(--ctb-blue-brand);
        }

        .faq-icon-arrow {
            width: 26px;
            height: 26px;
            border-radius: 50%;
            background-color: var(--ctb-bg-soft);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--ctb-blue-brand);
            font-size: 0.8rem;
            flex-shrink: 0;
            transition: transform 0.25s ease, background-color 0.2s, color 0.2s;
        }

        .faq-accordion-item[open] .faq-icon-arrow {
            transform: rotate(180deg);
            background-color: var(--ctb-blue-brand);
            color: #ffffff;
        }

        .faq-answer {
            padding: 0 1.4rem 1.35rem;
            font-size: 0.96rem;
            line-height: 1.6;
            color: var(--ctb-text-secondary);
            border-top: 1px solid #f1f5f9;
            padding-top: 1.15rem;
        }

        .faq-answer strong {
            color: var(--ctb-navy);
        }

        /* SEÇÃO DE CONTATO CONSULTIVO (SPLIT AUTORAL ATIVO) */
        .contact-form-section {
            background-color: var(--ctb-bg-soft);
            padding: 5.5rem 1rem;
            border-top: 1px solid var(--ctb-border-subtle);
        }

        .contact-split-wrap {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3.5rem;
            max-width: 1140px;
            margin: 0 auto;
            align-items: center;
        }

        .contact-info-col h2 {
            font-size: 2.3rem;
            font-weight: 800;
            color: var(--ctb-navy);
            letter-spacing: -0.5px;
            margin: 0 0 0.75rem 0;
            line-height: 1.2;
        }

        .contact-info-col p.contact-info-desc {
            font-size: 1.05rem;
            color: var(--ctb-text-secondary);
            line-height: 1.6;
            margin: 0 0 2rem 0;
        }

        .contact-channels-list {
            display: flex;
            flex-direction: column;
            gap: 1.25rem;
            margin-bottom: 2rem;
        }

        .contact-channel-item {
            display: flex;
            align-items: flex-start;
            gap: 14px;
        }

        .channel-icon-badge {
            width: 42px;
            height: 42px;
            border-radius: 10px;
            background-color: var(--ctb-badge-bg);
            color: var(--ctb-blue-brand);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .channel-icon-badge svg {
            width: 22px;
            height: 22px;
        }

        .channel-text h4 {
            font-size: 0.98rem;
            font-weight: 700;
            color: var(--ctb-navy);
            margin: 0 0 2px 0;
        }

        .channel-text p {
            font-size: 0.9rem;
            color: var(--ctb-text-secondary);
            margin: 0;
            line-height: 1.45;
        }

        .contact-form-card {
            background: #ffffff;
            border: 1px solid var(--ctb-border-subtle);
            border-radius: 18px;
            padding: 2.25rem 2rem;
            box-shadow: 0 4px 20px rgba(0, 40, 104, 0.04);
        }

        .contact-form-card h3 {
            font-size: 1.5rem;
            font-weight: 800;
            color: var(--ctb-navy);
            margin: 0 0 0.35rem 0;
            letter-spacing: -0.3px;
        }

        .contact-form-card p.form-card-sub {
            font-size: 0.92rem;
            color: var(--ctb-text-muted);
            margin: 0 0 1.5rem 0;
        }

        .contact-form-grid {
            display: flex;
            flex-direction: column;
            gap: 1.15rem;
        }

        .form-field-group {
            display: flex;
            flex-direction: column;
            gap: 0.35rem;
        }

        .form-field-group label {
            font-size: 0.86rem;
            font-weight: 700;
            color: var(--ctb-navy);
        }

        .form-field-group input,
        .form-field-group select,
        .form-field-group textarea {
            width: 100%;
            padding: 0.85rem 1rem;
            border-radius: 8px;
            border: 1.5px solid var(--ctb-border);
            background-color: #ffffff;
            font-size: 0.95rem;
            font-family: inherit;
            color: var(--ctb-text-dark);
            transition: border-color 0.2s, box-shadow 0.2s;
            outline: none;
        }

        .form-field-group select {
            appearance: none;
            -webkit-appearance: none;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23002868' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: right 1rem center;
            background-size: 16px 16px;
            padding-right: 2.5rem;
            cursor: pointer;
        }

        .form-field-group input:focus,
        .form-field-group select:focus,
        .form-field-group textarea:focus {
            border-color: var(--ctb-cyan-action);
            box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);
        }

        .form-field-group textarea {
            resize: vertical;
            min-height: 85px;
        }

        .form-submit-btn {
            background-color: var(--ctb-cyan-action);
            color: #ffffff !important;
            font-weight: 700;
            font-size: 1.02rem;
            padding: 0.95rem 1.8rem;
            border-radius: 50px;
            border: none;
            cursor: pointer;
            width: 100%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            transition: background-color 0.2s ease, transform 0.2s ease;
            box-shadow: none !important;
        }

        .form-submit-btn:hover {
            background-color: var(--ctb-cyan-hover);
            transform: translateY(-2px);
            box-shadow: none !important;
        }

        /* ALERTAS: ESTRITAMENTE OCULTOS ATÉ O DISPARO VIA JS */
        .form-status-alert {
            display: none !important;
            padding: 0.9rem 1.15rem;
            border-radius: 8px;
            margin-top: 1rem;
            font-size: 0.92rem;
            line-height: 1.45;
            font-weight: 600;
            text-align: center;
        }

        .form-status-alert.is-visible {
            display: block !important;
        }

        .form-status-alert.is-visible.success {
            background-color: #dcfce7;
            color: #15803d;
            border: 1px solid #bbf7d0;
        }

        .form-status-alert.is-visible.error {
            background-color: #fee2e2;
            color: #b91c1c;
            border: 1px solid #fecaca;
        }

        .btn-whatsapp-direct {
            background-color: transparent;
            color: #16a34a !important;
            border: 1.5px solid #16a34a;
            font-weight: 700;
            font-size: 0.95rem;
            padding: 0.8rem 1.4rem;
            border-radius: 50px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.2s ease;
        }

        .btn-whatsapp-direct:hover {
            background-color: #16a34a;
            color: #ffffff !important;
            transform: translateY(-2px);
        }

        /* PREVENÇÃO GLOBAL DE OVERFLOW */
        *,
        *::before,
        *::after {
            box-sizing: border-box;
        }

        html,
        body {
            overflow-x: hidden !important;
            max-width: 100%;
        }

        .btn-pill-cyan,
        .btn-pill-outline {
            box-sizing: border-box !important;
            max-width: 100%;
        }

        /* RESPONSIVIDADE PRECISA E ALINHADA (DNA CONTABILIZEI) */
        @media (max-width: 968px) {
            .hero-wrapper-real {
                grid-template-columns: 1fr;
                text-align: center;
                gap: 2rem;
            }

            .hero-left-column {
                padding-bottom: 1.5rem;
            }

            .hero-headline-real {
                font-size: 2.4rem;
            }

            .hero-subtext-real {
                margin-left: auto;
                margin-right: auto;
            }

            .hero-button-group {
                justify-content: center;
            }

            .hero-visual-contabilizei {
                position: relative;
                display: flex;
                justify-content: center;
                margin-top: 1rem;
                width: 100%;
            }

            .photo-organic-frame {
                width: 100%;
                max-width: 350px;
                height: 390px;
                border-radius: 28px 28px 28px 100px;
                overflow: hidden;
                background: #002868;
                position: relative;
            }

            .hero-photo-anchor-badge {
                position: absolute !important;
                top: auto !important;
                bottom: 14px !important;
                left: 14px !important;
                right: auto !important;
                z-index: 10 !important;
            }

            .hero-photo-anchor-badge .badge-pill-header {
                font-size: 0.7rem;
                padding: 0.28rem 0.8rem;
                margin-bottom: -5px;
            }

            .hero-photo-anchor-badge .badge-card-body {
                padding: 0.65rem 0.95rem;
                border-radius: 0 12px 12px 12px;
            }

            .hero-photo-anchor-badge .badge-card-body .badge-name {
                font-size: 0.92rem;
            }

            .hero-photo-anchor-badge .badge-card-body .badge-sub {
                font-size: 0.7rem;
            }

            .hero-metrics-strip {
                justify-content: center;
                flex-wrap: wrap;
                gap: 1.5rem;
            }

            .diff-grid-two-col {
                grid-template-columns: 1fr;
                gap: 3rem;
                text-align: center;
            }
        }

        @media (max-width: 768px) {

            /* Header mobile com padding limpo e sem botão longo estourando */
            .main-header.header-solid {
                padding: 0.75rem 0 !important;
                margin: 0 !important;
                width: 100% !important;
            }

            .main-header.header-solid .container {
                padding: 0 1rem !important;
                width: 100% !important;
                max-width: 100% !important;
            }

            .header-cta-pill {
                display: none !important;
            }

            /* Métricas Hero verticais e simétricas */
            .hero-metrics-strip {
                flex-direction: column;
                gap: 0;
                padding-top: 1.5rem;
                width: 100%;
            }

            .metric-block {
                padding: 1rem 0 !important;
                text-align: center;
                border-right: none !important;
                border-bottom: 1px solid var(--ctb-border-subtle);
                width: 100%;
            }

            .metric-block:last-child {
                border-bottom: none;
            }

            .metric-block:not(:last-child)::after {
                display: none !important;
            }

            .metric-block strong {
                font-size: 1.35rem;
            }

            /* Seções de Serviços e Reviews: layout 100% fluído e simétrico sem estourar margens */
            .plans-segment-section,
            .reviews-contabilizei-section {
                padding: 3.5rem 0 !important;
            }

            .plans-segment-section .container,
            .reviews-contabilizei-section .container {
                padding: 0 1rem !important;
                width: 100% !important;
                max-width: 100% !important;
            }

            .solutions-grid-contabilizei,
            .solutions-grid-secondary,
            .reviews-grid-three {
                grid-template-columns: 1fr !important;
                gap: 1.5rem;
                width: 100% !important;
                margin: 0 auto;
            }

            .solution-box-card,
            .review-quote-card {
                width: 100% !important;
                min-width: 0 !important;
                box-sizing: border-box !important;
                padding: 1.75rem 1.25rem;
            }

            /* Tabela Comparativa no Mobile */
            .service-comparison-section {
                padding: 3.5rem 0 !important;
            }

            .service-comparison-section .container {
                padding: 0 1rem !important;
                width: 100% !important;
            }

            .comparison-header h2 {
                font-size: 1.85rem;
            }

            .comparison-table th {
                font-size: 0.95rem;
                padding: 0.85rem 0.5rem;
            }

            .comparison-table td {
                padding: 0.9rem 0.75rem;
                font-size: 0.88rem;
            }

            .td-ours strong,
            .td-others strong {
                font-size: 0.92rem;
            }

            .td-ours span,
            .td-others span {
                font-size: 0.8rem;
            }

            /* Seção Diferencial */
            .diff-contabilizei-section {
                padding: 3.5rem 0 !important;
            }

            .diff-contabilizei-section .diff-grid-two-col {
                padding: 0 1rem;
                width: 100%;
            }

            .diff-content-left h2 {
                font-size: 1.95rem;
            }

            .diff-item-box {
                display: flex;
                flex-direction: row !important;
                align-items: flex-start !important;
                text-align: left !important;
                gap: 14px !important;
                padding: 1.25rem 1rem !important;
            }

            .diff-num-badge {
                flex-shrink: 0;
                margin-top: 2px;
            }

            /* Rodapé */
            footer .container {
                padding: 0 1rem !important;
                width: 100% !important;
            }

            /* Depoimentos, FAQ e Contato Integrados em Telas Médias */
            .reviews-split-wrap,
            .faq-split-wrap,
            .contact-split-wrap {
                grid-template-columns: 1fr !important;
                gap: 2.25rem !important;
            }

            .reviews-visual-card,
            .faq-visual-card {
                height: 340px !important;
                min-height: 0 !important;
            }

            .review-quote-card {
                flex: 0 0 85% !important;
                min-width: 270px !important;
            }
        }

        @media (max-width: 640px) {
            main {
                padding-top: 65px !important;
            }

            .hero-contabilizei-real {
                padding: 1.5rem 1rem 2.25rem !important;
            }

            .hero-headline-real {
                font-size: 1.95rem;
                line-height: 1.22;
            }

            .hero-subtext-real {
                font-size: 1.05rem;
            }

            .hero-button-group {
                flex-direction: column;
                width: 100%;
                gap: 0.75rem;
                margin-bottom: 2rem;
            }

            .btn-pill-cyan,
            .btn-pill-outline {
                width: 100% !important;
                text-align: center !important;
                padding: 0.95rem 1.25rem !important;
                font-size: 1rem !important;
                box-sizing: border-box !important;
                justify-content: center !important;
            }

            /* Foto com proporção harmoniosa e curvas elegantes no mobile */
            .hero-visual-contabilizei {
                margin: 1.5rem auto 2rem;
                width: 100%;
                max-width: 320px;
                position: relative;
            }

            .photo-organic-frame {
                width: 100%;
                max-width: 310px;
                height: 340px;
                border-radius: 24px;
                margin: 0 auto;
                overflow: hidden;
                position: relative;
                box-shadow: 0 12px 30px rgba(0, 40, 104, 0.16);
            }

            .section-center-heading h2 {
                font-size: 1.75rem;
            }

            .reviews-header-flex {
                flex-direction: column;
                align-items: flex-start;
                gap: 0.75rem;
            }

            .reviews-carousel-nav {
                align-self: flex-start;
                margin-bottom: 0.75rem;
            }

            .reviews-visual-card,
            .faq-visual-card {
                height: 280px !important;
            }

            .reviews-content-col h2,
            .faq-content-col h2,
            .contact-info-col h2 {
                font-size: 1.8rem !important;
                line-height: 1.25 !important;
            }

            .faq-summary {
                padding: 1.1rem 1.15rem;
                font-size: 0.98rem;
                gap: 0.75rem;
            }

            .faq-answer {
                padding: 0 1.15rem 1.25rem;
                font-size: 0.92rem;
            }

            .contact-form-card {
                padding: 1.75rem 1.25rem !important;
            }

            .contact-form-card h3 {
                font-size: 1.35rem;
            }

            .cta-contabilizei-banner {
                padding: 3.5rem 1rem !important;
            }

            .cta-banner-box h2 {
                font-size: 1.85rem;
                line-height: 1.25;
            }

            .cta-banner-box p {
                font-size: 1.05rem;
                margin-bottom: 2rem;
            }

            .cta-banner-box .btn-pill-cyan,
            .diff-content-left .btn-pill-cyan {
                width: 100% !important;
                justify-content: center !important;
                text-align: center !important;
                box-sizing: border-box !important;
            }
        }
