    :root {
        --bg: #f6f8fc;
        --surface: #ffffff;
        --text: #0b1220;
        --muted: #5b667a;
        --primary: #0b2a5b;
        /* azul */
        --primary-2: #113a7a;
        --accent: #f28c1b;
        /* laranja */
        --accent-2: #ffb24a;
        --success: #12b76a;
        --shadow: 0 10px 30px rgba(16, 24, 40, .10);
        --shadow-soft: 0 6px 16px rgba(16, 24, 40, .10);
        --radius: 18px;
        --radius-sm: 14px;
        --max: 1160px;
        --ring: 0 0 0 4px rgba(242, 140, 27, .25);
    }

    * {
        box-sizing: border-box;
    }

    html,
    body {
        height: 100%;
    }

    body {
        margin: 0;
        font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
        background: var(--bg);
        color: var(--text);
        line-height: 1.5;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
    }

    a {
        color: inherit;
        text-decoration: none;
    }

    a:focus-visible,
    button:focus-visible {
        outline: none;
        box-shadow: var(--ring);
        border-radius: 12px;
    }

    .container {
        width: min(var(--max), calc(100% - 40px));
        margin: 0 auto;
    }

    /* =========================
       Header / Navbar
    ========================== */
    .header {
        position: sticky;
        top: 0;
        z-index: 50;
        background: rgba(255, 255, 255, .86);
        backdrop-filter: blur(10px);
        border-bottom: 1px solid rgba(15, 23, 42, .08);
    }

    .nav {
        display: flex;
        align-items: center;
        gap: 18px;
        padding: 14px 0;
    }

    .brand {
        display: flex;
        align-items: center;
        gap: 10px;
        min-width: 220px;
        flex-grow: 2;
    }

    .brand .mark {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        display: grid;
        place-items: center;
        background: linear-gradient(145deg, var(--primary), var(--primary-2));
        box-shadow: 0 8px 18px rgba(11, 42, 91, .18);
    }

    .brand .mark svg {
        width: 26px;
        height: 26px;
    }

    .brand .text {
        display: flex;
        flex-direction: column;
        gap: 2px;
        line-height: 1.1;
    }

    .brand .text strong {
        font-size: 15px;
        letter-spacing: .2px;
    }

    .brand .text span {
        font-size: 12px;
        color: var(--muted);
    }

    .nav-links {
        display: flex;
        align-items: center;
        gap: 18px;
    }

    .nav-links a {
        font-size: 18px;
        color: #1c2a43;
        padding: 10px 10px;
        border-radius: 12px;
        transition: background .2s, color .2s, transform .2s;
        font-weight: 600;
    }

    .nav-links a:hover {
        background: rgba(11, 42, 91, .06);
        transform: translateY(-1px);
    }

    .nav-actions {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        border: 1px solid transparent;
        padding: 12px 16px;
        border-radius: 14px;
        font-weight: 700;
        font-size: 14px;
        cursor: pointer;
        transition: transform .18s, box-shadow .18s, background .18s, border-color .18s, color .18s;
        user-select: none;
        white-space: nowrap;
    }

    .btn-primary {
        background: linear-gradient(145deg, var(--accent), var(--accent-2));
        color: #1a1308;
        box-shadow: 0 14px 26px rgba(242, 140, 27, .25);
    }

    .btn-primary:hover {
        transform: translateY(-1px);
        box-shadow: 0 18px 32px rgba(242, 140, 27, .32);
    }

    .btn-secondary {
        background: rgba(255, 255, 255, .12);
        border-color: rgba(255, 255, 255, .25);
        color: #ffffff;
    }

    .btn-secondary:hover {
        transform: translateY(-1px);
        background: rgba(255, 255, 255, .18);
    }

    .btn-outline {
        background: transparent;
        border-color: rgba(11, 42, 91, .18);
        color: var(--primary);
    }

    .btn-outline:hover {
        transform: translateY(-1px);
        background: rgba(11, 42, 91, .06);
    }

    .icon {
        width: 18px;
        height: 18px;
        display: inline-block;
    }

    /* Mobile menu */
    .menu-btn {
        display: none;
        padding: 10px 12px;
        border-radius: 14px;
        border: 1px solid rgba(11, 42, 91, .18);
        background: #fff;
        cursor: pointer;
    }

    .menu-btn svg {
        width: 20px;
        height: 20px;
    }

    /* =========================
       Hero
    ========================== */
    .hero {
        background: url("../assets/faces_contabilidade.png") no-repeat center center;
        background-repeat: no-repeat;
        background-position: right center;
        background-size: cover;
        min-height: 900px;
        display: flex;
        align-items: center;
        margin-top: -86px;
    }

    @media (min-width: 770px) and (max-width: 1440px) {
        .hero {
            min-height: 665px;
            margin-top: 0;
        }
    }

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

    .hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            linear-gradient(0deg, rgba(11, 42, 91, .60), rgba(11, 42, 91, .35)),
            url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='800' viewBox='0 0 1600 800'%3E%3Cdefs%3E%3CradialGradient id='g' cx='50%25' cy='50%25' r='70%25'%3E%3Cstop offset='0%25' stop-color='%23ffffff' stop-opacity='.18'/%3E%3Cstop offset='100%25' stop-color='%23ffffff' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width='1600' height='800' fill='url(%23g)'/%3E%3Cpath d='M0 610 C260 520 400 720 700 620 C1020 510 1180 660 1600 560 L1600 800 L0 800 Z' fill='%23ffffff' fill-opacity='.08'/%3E%3C/svg%3E");
        background-size: cover;
        background-position: center;
        opacity: .95;
        pointer-events: none;
    }

    .hero-inner {
        position: relative;
        padding: 54px 0 56px;
        display: grid;
        grid-template-columns: 1.1fr .9fr;
        gap: 34px;
        align-items: center;
    }

    .hero h1 {
        font-size: clamp(28px, 3.3vw, 44px);
        color: #ffffff;
        line-height: 1.12;
        margin: 0 0 14px;
        letter-spacing: -0.4px;
        text-shadow: 0 16px 40px rgba(0, 0, 0, .25);
    }

    .hero p {
        margin: 0 0 18px;
        color: rgba(255, 255, 255, .86);
        font-size: 16px;
        max-width: 58ch;
    }

    .hero-cta {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        margin-top: 6px;
    }

    .hero-card {
        border-radius: 24px;
        padding: 18px;
        background: rgba(255, 255, 255, .12);
        border: 1px solid rgba(255, 255, 255, .18);
        box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
        backdrop-filter: blur(10px);
    }

    .hero-illus {
        width: 100%;
        aspect-ratio: 4 / 3;
        border-radius: 18px;
        overflow: hidden;
        position: relative;
        background: linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .05));
        border: 1px solid rgba(255, 255, 255, .18);
    }

    .hero-illus svg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .hero-mini {
        display: flex;
        gap: 12px;
        margin-top: 14px;
        flex-wrap: wrap;
    }

    .pill {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 12px;
        border-radius: 999px;
        background: rgba(255, 255, 255, .12);
        border: 1px solid rgba(255, 255, 255, .18);
        font-size: 13px;
        color: rgba(255, 255, 255, .90);
    }

    .pill svg {
        width: 16px;
        height: 16px;
    }

    /* =========================
       Section basics
    ========================== */
    section {
        position: relative;
    }

    .section {
        padding: 56px 0;
    }

    .section-title {
        text-align: center;
        margin-bottom: 26px;
    }

    .section-title h2 {
        margin: 0 0 10px;
        color: var(--primary);
        font-size: clamp(22px, 2.1vw, 30px);
        letter-spacing: -0.2px;
    }

    .section-title p {
        margin: 0 auto;
        max-width: 70ch;
        color: var(--muted);
        font-size: 15px;
    }

    /* =========================
       Services
    ========================== */
    .services {
        background: #FFFF;
    }

    .service-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
        margin-top: 24px;
    }

    .card {
        background: #ffffff;
        border: 1px solid rgba(15, 23, 42, .08);
        border-radius: var(--radius);
        overflow: hidden;
        position: relative;
        transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }

    .card:hover {
        transform: translateY(-4px);
        border-color: rgba(242, 140, 27, .35);
    }

    .card a.card-link {
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 18px 18px 16px;
        gap: 10px;
    }

    .card-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        min-height: 58px;

        >div {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 12px;

            >p,
            >h3 {
                text-align: center;
            }
        }
    }

    .badge-icon {
        width: 44px;
        height: 44px;
        border-radius: 14px;
        display: grid;
        place-items: center;
        background: rgba(11, 42, 91, .08);
        border: 1px solid rgba(11, 42, 91, .12);
        flex: 0 0 auto;
    }

    .badge-icon svg {
        width: 22px;
        height: 22px;
        fill: none;
        stroke: var(--primary);
        stroke-width: 2;
    }

    .card h3 {
        margin: 0;
        font-size: 16px;
        letter-spacing: -0.1px;
        color: #0f2142;
        line-height: 1.2;
    }

    .card p {
        margin: 0;
        color: var(--muted);
        font-size: 13.5px;
    }

    .card-cta {
        margin-top: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-small {
        padding: 10px 14px;
        font-size: 13px;
        border-radius: 12px;
    }

    .btn-dark {
        background: linear-gradient(145deg, var(--primary), var(--primary-2));
        color: #fff;
        box-shadow: 0 14px 26px rgba(11, 42, 91, .18);
    }

    .btn-dark:hover {
        transform: translateY(-1px);
        box-shadow: 0 18px 34px rgba(11, 42, 91, .24);
    }

    /* "All services" list */
    .all-services {
        margin-top: 26px;
        background: #fff;
        border: 1px solid rgba(15, 23, 42, .08);
        border-radius: var(--radius);
        box-shadow: var(--shadow-soft);
        overflow: hidden;
    }

    details {
        border-top: 1px solid rgba(15, 23, 42, .08);
    }

    details:first-child {
        border-top: 0;
    }

    summary {
        list-style: none;
        cursor: pointer;
        padding: 16px 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        font-weight: 800;
        color: #0f2142;
    }

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

    summary .chev {
        width: 20px;
        height: 20px;
        transition: transform .2s;
        flex: 0 0 auto;
    }

    details[open] summary .chev {
        transform: rotate(180deg);
    }

    .details-body {
        padding: 0 18px 16px;
        color: var(--muted);
        font-size: 14px;
    }

    /* =========================
       Counters
    ========================== */
    .counters {
        padding-top: 0;
    }

    .counter-wrap {
        margin-top: 32px;
        background: #fff;
        border-radius: var(--radius);
        border: 1px solid rgba(15, 23, 42, .08);
        box-shadow: var(--shadow-soft);
        padding: 18px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .counter {
        text-align: center;
        padding: 16px 10px;
        border-radius: 16px;
        transition: transform .18s, background .18s;
    }

    .counter:hover {
        transform: translateY(-2px);
        background: rgba(11, 42, 91, .04);
    }

    .counter .num {
        font-size: clamp(28px, 3vw, 44px);
        font-weight: 900;
        letter-spacing: -0.6px;
        color: var(--primary);
        display: flex;
        align-items: baseline;
        justify-content: center;
        gap: 6px;
    }

    .counter .num .plus {
        color: var(--accent);
        font-weight: 900;
        font-size: .85em;
    }

    .counter .label {
        margin-top: 6px;
        color: var(--primary);
        font-weight: 500;
        font-size: 16px;
    }

    /* =========================
       About / Clients
    ========================== */
    .about {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 1));
    }

    .about-grid {
        display: grid;
        grid-template-columns: 1.05fr .95fr;
        gap: 22px;
        align-items: stretch;
    }

    .about-card,
    .about-media {
        height: 100%;
    }

    .about-card {
        background: #fff;
        border-radius: var(--radius);
        border: 1px solid rgba(15, 23, 42, .08);
        box-shadow: var(--shadow-soft);
        padding: 22px;
        overflow: hidden;
    }

    .eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: var(--accent);
        font-weight: 900;
        letter-spacing: .12em;
        font-size: clamp(22px, 2.1vw, 30px);
        margin-bottom: 20px;
        justify-content: center;
        display: flex;
    }

    .about-card h3 {
        margin: 0 0 10px;
        color: var(--primary);
        font-size: clamp(18px, 2vw, 26px);
        letter-spacing: -0.2px;
    }

    .about-card p {
        margin: 0 0 12px;
        color: var(--muted);
        font-size: 14.5px;
    }

    .clients {
        margin-top: 16px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .client-row {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        align-items: center;
    }

    .logo-chip {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 46px;
        padding: 0 14px;
        border-radius: 14px;
        border: 1px dashed rgba(15, 23, 42, .18);
        background: rgba(11, 42, 91, .04);
        color: #1c2a43;
        font-weight: 800;
        letter-spacing: .02em;
        user-select: none;
        cursor: pointer;
        transition: transform .18s, border-color .18s, background .18s;
    }

    .logo-chip:hover {
        transform: translateY(-2px);
        border-color: rgba(242, 140, 27, .45);
        background: rgba(242, 140, 27, .08);
    }

    .about-media {
        border-radius: 28px;
        overflow: hidden;
        box-shadow: 0 22px 55px rgba(11, 42, 91, .20);
        border: 1px solid rgba(255, 255, 255, .45);
        min-height: 440px;
        padding: 0;
        background: transparent;
        display: block;
    }

    .about-media__img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
    }

    .about-media svg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    /* =========================
       Contact
    ========================== */
    .contact {
        padding-top: 18px;
    }

    .contact-card {
        display: grid;
        grid-template-columns: 1.1fr .9fr;
        gap: 18px;
        background: #fff;
        border-radius: var(--radius);
        border: 1px solid rgba(15, 23, 42, .08);
        box-shadow: var(--shadow-soft);
        padding: 18px;
        overflow: hidden;
        align-items: stretch;
    }

    .contact-left {
        padding: 8px;
    }

    .contact-left h3 {
        margin: 0 0 8px;
        color: var(--primary);
        font-size: 20px;
        letter-spacing: -0.2px;
    }

    .contact-left p {
        margin: 0 0 14px;
        color: var(--muted);
        font-size: 14px;
        max-width: 70ch;
    }

    .contact-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .list {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 14px;
    }

    .list a {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        padding: 12px 12px;
        border-radius: 14px;
        border: 1px solid rgba(15, 23, 42, .08);
        background: rgba(11, 42, 91, .03);
        transition: transform .18s, border-color .18s, background .18s;
    }

    .list a:hover {
        transform: translateY(-2px);
        border-color: rgba(242, 140, 27, .35);
        background: rgba(242, 140, 27, .06);
    }

    .list .ico {
        width: 18px;
        height: 18px;
        flex: 0 0 auto;
        margin-top: 2px;
        fill: none;
        stroke: var(--primary);
        stroke-width: 2;
    }

    .list strong {
        display: block;
        font-size: 13px;
        color: #0f2142;
    }

    .list span {
        display: block;
        font-size: 13px;
        color: var(--muted);
    }

    .map {
        border-radius: 18px;
        overflow: hidden;
        border: 1px solid rgba(15, 23, 42, .08);
        background: linear-gradient(145deg, rgba(11, 42, 91, .08), rgba(242, 140, 27, .10));
        position: relative;
        min-height: 260px;
    }

    .map iframe {
        border: 0;
        width: 100%;
        height: 100%;
        filter: saturate(1.05) contrast(1.02);
    }

    .map .map-cover {
        position: absolute;
        inset: 0;
        background: radial-gradient(900px 420px at 40% 30%, rgba(255, 255, 255, .25), transparent 60%);
        pointer-events: none;
    }

    /* =========================
       Footer
    ========================== */
    .footer {
        margin-top: 40px;
        background: linear-gradient(145deg, #0b2a5b, #071d3f);
        color: rgba(255, 255, 255, .88);
        padding: 26px 0;
        position: relative;
        overflow: hidden;
    }

    .footer::before {
        content: "";
        position: absolute;
        inset: -60px -60px auto -60px;
        height: 180px;
        background: radial-gradient(800px 140px at 40% 40%, rgba(242, 140, 27, .20), transparent 65%);
        pointer-events: none;
    }

    .footer-grid {
        position: relative;
        display: grid;
        grid-template-columns: 1.1fr .9fr;
        gap: 16px;
        align-items: center;
    }

    .footer small {
        color: rgba(255, 255, 255, .70);
    }

    .social {
        display: flex;
        gap: 10px;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .social a {
        width: 44px;
        height: 44px;
        border-radius: 14px;
        display: grid;
        place-items: center;
        background: rgba(255, 255, 255, .10);
        border: 1px solid rgba(255, 255, 255, .14);
        transition: transform .18s, background .18s;
    }

    .social a:hover {
        transform: translateY(-2px);
        background: rgba(255, 255, 255, .16);
    }

    .social svg {
        width: 18px;
        height: 18px;
        fill: #fff;
        opacity: .92;
    }

    /* =========================
       Floating WhatsApp
    ========================== */
    .whatsapp-float {
        position: fixed;
        right: 18px;
        bottom: 18px;
        z-index: 60;
        width: 58px;
        height: 58px;
        border-radius: 999px;
        display: grid;
        place-items: center;
        background: #25D366;
        box-shadow: 0 18px 40px rgba(0, 0, 0, .22);
        transition: transform .18s, box-shadow .18s;
    }

    .whatsapp-float:hover {
        transform: translateY(-2px);
        box-shadow: 0 22px 55px rgba(0, 0, 0, .26);
    }

    .whatsapp-float svg {
        width: 28px;
        height: 28px;
        fill: #fff;
    }

    /* =========================
       Reveal animations
    ========================== */
    .reveal {
        opacity: 0;
        transform: translateY(14px);
        transition: opacity .7s ease, transform .7s ease;
    }

    .reveal.in {
        opacity: 1;
        transform: translateY(0);
    }

    /* =========================
       Responsive
    ========================== */
    @media (max-width: 980px) {
        .hero-inner {
            grid-template-columns: 1fr;
        }

        .nav {
            flex-direction: column;
        }

        .hero-inner>div>h1,
        .hero-inner>div>p,
        .about-card h3,
        .about-card p,
        .contact-left h3,
        .contact-left p {
            text-align: center;
        }

        .hero-inner>div>h1 {
            text-align: center;
        }

        .hero-inner>div>p {
            text-align: center;
        }

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

        .hero-card {
            order: 2;
        }

        .service-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .about-grid {
            grid-template-columns: 1fr;
        }

        .contact-card {
            grid-template-columns: 1fr;
        }

        .footer-grid {
            grid-template-columns: 1fr;
            text-align: center;
        }

        .social {
            justify-content: center;
        }
    }

    @media (max-width: 720px) {
        .nav-links {
            display: none;
        }

        .menu-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .nav {
            gap: 12px;
        }

        .brand {
            min-width: 0;
        }

        .nav-actions .btn-outline {
            display: none;
        }

        .hero-inner {
            padding: 44px 0 44px;
        }

        .counter-wrap {
            grid-template-columns: 1fr;
        }

        .service-grid {
            grid-template-columns: 1fr;
        }
    }

    /* ===== HEADER / LOGOS ===== */
    .brand-wrap {
        display: flex;
        align-items: center;
        min-width: 0;
        flex-grow: 2;
    }

    .brand-main {
        display: flex;
        align-items: center;
        gap: 18px;
        text-decoration: none;
        min-width: 0;
    }

    .brand-main img {
        display: block;
        width: auto;
        object-fit: contain;
    }

    /* 1ª logo: Faces */
    .brand-main img:nth-child(1) {
        height: 58px;
    }

    /* 2ª logo: Cenário Fiscal */
    .brand-main img:nth-child(2) {
        height: 34px;
    }

    /* 3ª logo: FSA */
    .brand-main img:nth-child(3) {
        height: 40px;
    }

    /* ===== MOBILE ===== */
    @media (max-width: 768px) {
        .nav {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
        }

        .brand-wrap {
            flex: 1;
            min-width: 0;
            overflow: hidden;
        }

        .brand-main {
            gap: 0;
            min-width: 0;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .brand-main img:nth-child(1),
        .brand-main img:nth-child(2),
        .brand-main img:nth-child(3) {
            height: 50px;
            max-width: 150px;
        }

        .nav-links {
            display: none;
        }

        .nav-actions {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-shrink: 0;
        }

        .nav-actions .btn {
            padding: 10px 12px;
            font-size: 12px;
            line-height: 1;
            white-space: nowrap;
        }

        .menu-btn {
            width: 40px;
            height: 40px;
            padding: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .menu-btn svg {
            width: 18px;
            height: 18px;
        }
    }

    /* ===== MOBILE MENOR AINDA ===== */
    @media (max-width: 420px) {
        .brand-main img:nth-child(1) {
            height: 36px;
            max-width: 130px;
        }

        .nav-actions .btn {
            padding: 9px 10px;
            font-size: 11px;
        }

        .menu-btn {
            width: 38px;
            height: 38px;
        }
    }

    /* Mobile drawer */
    .drawer {
        display: none;
        position: fixed;
        inset: 0;
        z-index: 80;
        background: rgba(0, 0, 0, .45);
        padding: 18px;
    }

    .drawer.open {
        display: block;
    }

    .drawer-panel {
        background: #fff;
        border-radius: 20px;
        box-shadow: var(--shadow);
        border: 1px solid rgba(15, 23, 42, .10);
        padding: 14px;
        max-width: 560px;
        margin: 0 auto;
        animation: pop .18s ease;
    }

    @keyframes pop {
        from {
            transform: translateY(8px);
            opacity: .9;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .drawer-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 6px 6px 10px;
    }

    .drawer-head strong {
        color: var(--primary);
    }

    .drawer-close {
        border: 1px solid rgba(15, 23, 42, .12);
        background: #fff;
        border-radius: 14px;
        padding: 10px 12px;
        cursor: pointer;
    }

    .drawer-links {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 0 6px 6px;
    }

    .drawer-links a {
        padding: 12px 12px;
        border-radius: 14px;
        border: 1px solid rgba(15, 23, 42, .08);
        background: rgba(11, 42, 91, .03);
        font-weight: 800;
        color: #0f2142;
    }

    .drawer-links a:hover {
        background: rgba(242, 140, 27, .06);
        border-color: rgba(242, 140, 27, .35);
    }

    /* ===== Services Carousel ===== */
    .services-carousel {
        margin-top: 22px;
    }

    .services-carousel__viewport {
        overflow: hidden;
        border-radius: var(--radius);
        outline: none;
        padding: 18px;
    }

    .services-carousel__track {
        display: flex;
        gap: 18px;
        will-change: transform;
        transition: transform 420ms ease;
        transform: translate3d(0, 0, 0);
    }

    /* largura dos cards por breakpoint (4 no desktop, 2 no tablet, 1 no mobile) */
    .services-carousel .svc-slide {
        flex: 0 0 calc((100% - 18px * 3) / 4);
        /* 4 cards */
    }

    @media (max-width: 980px) {
        .services-carousel .svc-slide {
            flex: 0 0 calc((100% - 18px) / 2);
            /* 2 cards */
        }
    }

    @media (max-width: 720px) {
        .services-carousel .svc-slide {
            flex: 0 0 100%;
            /* 1 card */
        }
    }

    .services-carousel__head {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        margin-top: 14px;
    }

    .svc-nav {
        width: 44px;
        height: 44px;
        border-radius: 14px;
        border: 1px solid rgba(15, 23, 42, .12);
        background: #fff;
        cursor: pointer;
        font-size: 22px;
        font-weight: 900;
        color: var(--primary);
        box-shadow: var(--shadow-soft);
        transition: transform .18s, background .18s, border-color .18s;
    }

    .svc-nav:hover {
        transform: translateY(-1px);
        border-color: rgba(242, 140, 27, .35);
        background: rgba(242, 140, 27, .06);
    }

    .svc-dots {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .svc-dot {
        width: 10px;
        height: 10px;
        border-radius: 999px;
        border: 0;
        background: rgba(11, 42, 91, .20);
        cursor: pointer;
        transition: transform .18s, background .18s, width .18s;
    }

    .svc-dot[aria-current="true"] {
        background: var(--accent);
        width: 22px;
    }