:root {
    --fenix-red: #e3202a;
    --fenix-red-dark: #bb121d;
    --fenix-blue: #0c1f63;
    --fenix-blue-2: #17387d;
    --fenix-yellow: #f6bd24;
    --fenix-green: #128c4e;
    --ink: #172033;
    --muted: #5d6678;
    --surface: #ffffff;
    --soft: #f4f6fa;
    --line: #e3e7ef;
    --radius: 22px;
    --shadow: 0 18px 60px rgba(12, 31, 99, .12);
    --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; padding: 10px 14px; background: #fff; color: #000; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); box-shadow: 0 1px 0 rgba(12,31,99,.08); }
.header-strip { background: var(--fenix-blue); color: #fff; font-size: .82rem; }
.header-strip-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.header-strip a { color: #fff; text-decoration: none; font-weight: 700; }
.header-contact { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 18px; min-width: 0; }
.header-contact > * + * { position: relative; }
.header-contact > * + *::before { content: ""; position: absolute; left: -10px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: rgba(255,255,255,.45); transform: translateY(-50%); }
.header-main { min-height: 86px; display: grid; grid-template-columns: minmax(285px, max-content) 1fr auto; align-items: center; gap: 20px; }
.header-brand-group { display: inline-flex; align-items: center; min-width: 0; }
.brand { display: inline-flex; align-items: center; text-decoration: none; flex: 0 0 auto; }
.brand img, .brand .custom-logo { width: auto; height: 68px; object-fit: contain; }
.custom-logo-link { display: inline-flex; }
.header-cnh-brand { display: inline-flex; align-items: center; margin-left: 14px; min-width: 0; }
.header-brand-divider { width: 1px; height: 48px; background: #d8deea; margin-right: 14px; flex: 0 0 auto; }
.header-cnh-content { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 3px; line-height: 1; }
.header-cnh-logo { display: inline-flex; align-items: center; max-width: 100%; }
.header-cnh-logo img { display: block; width: 120px; max-height: 36px; object-fit: contain; object-position: left center; border-radius: 7px; }
.header-cnh-caption { color: #59657b; font-size: .62rem; font-weight: 700; line-height: 1.15; white-space: nowrap; letter-spacing: .01em; }

.primary-navigation { justify-self: end; }
.fenix-nav-list { display: flex; align-items: center; gap: 26px; list-style: none; padding: 0; margin: 0; }
.fenix-nav-list a { text-decoration: none; color: var(--ink); font-weight: 750; font-size: .92rem; }
.fenix-nav-list a:hover, .fenix-nav-list a:focus { color: var(--fenix-red); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 25px; height: 2px; background: var(--fenix-blue); margin: 5px 0; transition: .2s ease; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 800; border: 2px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--fenix-red); color: #fff; box-shadow: 0 10px 24px rgba(227,32,42,.25); }
.button-primary:hover { background: var(--fenix-red-dark); }
.button-secondary { color: var(--fenix-blue); border-color: rgba(12,31,99,.22); background: #fff; }
.button-light { background: #fff; color: var(--fenix-blue); }
.button-whatsapp { background: var(--fenix-green); color: #fff; }
.header-cta { min-height: 43px; padding-inline: 18px; font-size: .9rem; }
.hero { position: relative; overflow: hidden; padding: 72px 0 62px; background: radial-gradient(circle at 80% 10%, rgba(246,189,36,.25), transparent 30%), linear-gradient(135deg, #fff 0%, #f5f7fb 55%, #edf1f8 100%); }
.hero::before { content: ""; position: absolute; left: -100px; bottom: -170px; width: 380px; height: 380px; border: 70px solid rgba(227,32,42,.06); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 54px; align-items: center; }
.eyebrow { display: inline-block; margin-bottom: 13px; color: var(--fenix-red); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; font-size: .77rem; }
.hero h1 { max-width: 760px; margin: 0 0 22px; font-size: clamp(2.5rem, 5vw, 4.9rem); line-height: .98; letter-spacing: -.055em; color: var(--fenix-blue); }
.hero-copy > p { max-width: 660px; margin: 0; color: var(--muted); font-size: 1.14rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 26px; }
.hero-highlights { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 0; padding: 0; list-style: none; color: var(--ink); font-weight: 750; font-size: .9rem; }
.hero-highlights li::before { content: "✓"; color: var(--fenix-red); margin-right: 7px; }
.hero-media { position: relative; }
.hero-media > img { width: 100%; aspect-ratio: 4 / 4.25; object-fit: cover; object-position: center; border-radius: 32px 32px 96px 32px; box-shadow: var(--shadow); }
.hero-badge { position: absolute; left: -28px; bottom: 32px; padding: 16px 18px; border-radius: 17px; background: var(--fenix-blue); color: #fff; box-shadow: var(--shadow); }
.hero-badge strong, .hero-badge span { display: block; }
.hero-badge span { font-size: .82rem; opacity: .8; }
.quick-contact { background: var(--fenix-red); color: #fff; }
.quick-contact-grid { min-height: 104px; display: grid; grid-template-columns: repeat(3, 1fr) auto; gap: 24px; align-items: center; }
.quick-contact-grid span, .contact-info span { display: block; font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; opacity: .76; font-weight: 800; }
.quick-contact-grid strong { display: block; margin-top: 2px; font-size: 1.02rem; }
.section { padding: 94px 0; }
.section-soft { background: var(--soft); }
.section-dark { background: linear-gradient(135deg, var(--fenix-blue) 0%, #06113d 100%); }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading h2, .showcase-copy h2, .faq-intro h2, .contact-copy h2 { margin: 0 0 16px; font-size: clamp(2rem, 3.8vw, 3.45rem); line-height: 1.05; letter-spacing: -.04em; color: var(--fenix-blue); }
.section-heading p, .showcase-copy p, .faq-intro p { color: var(--muted); font-size: 1.05rem; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 290px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 9px 30px rgba(12,31,99,.05); overflow: hidden; }
.service-card::after { content: ""; position: absolute; right: -35px; bottom: -35px; width: 95px; height: 95px; background: rgba(227,32,42,.07); border-radius: 50%; }
.service-card.featured { background: var(--fenix-blue); color: #fff; border-color: var(--fenix-blue); transform: translateY(-10px); box-shadow: var(--shadow); }
.service-card h3 { margin: 25px 0 10px; font-size: 1.36rem; line-height: 1.2; }
.service-card p { margin: 0 0 20px; color: var(--muted); }
.service-card.featured p { color: rgba(255,255,255,.76); }
.service-card a { color: var(--fenix-red); font-weight: 850; text-decoration: none; }
.service-card.featured a { color: var(--fenix-yellow); }
.card-number { color: var(--fenix-red); font-weight: 950; font-size: .82rem; letter-spacing: .08em; }
.card-label { position: absolute; top: 18px; right: 18px; padding: 6px 10px; border-radius: 999px; background: var(--fenix-yellow); color: var(--fenix-blue); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 66px; align-items: center; }
.showcase-image img { width: 100%; height: 590px; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow); }
.showcase-copy { max-width: 560px; }
.check-list { padding: 0; margin: 28px 0; list-style: none; }
.check-list li { position: relative; padding: 10px 0 10px 34px; border-bottom: 1px solid var(--line); font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 10px; width: 23px; height: 23px; border-radius: 50%; background: rgba(227,32,42,.1); color: var(--fenix-red); display: grid; place-items: center; font-size: .8rem; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; list-style: none; padding: 0; margin: 0; }
.steps-grid li { padding: 28px; border-radius: var(--radius); background: var(--soft); border-top: 5px solid var(--fenix-red); }
.steps-grid span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: var(--fenix-blue); color: #fff; font-weight: 900; }
.steps-grid h3 { margin: 18px 0 8px; }
.steps-grid p { margin: 0; color: var(--muted); }
.light-copy h2, .light-copy p { color: #fff; }
.light-copy p { opacity: .78; }
.eyebrow-light { color: var(--fenix-yellow); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.faq-list details { border-bottom: 1px solid var(--line); padding: 21px 0; }
.faq-list summary { cursor: pointer; list-style: none; font-weight: 850; font-size: 1.08rem; color: var(--fenix-blue); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; float: right; color: var(--fenix-red); font-size: 1.3rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { color: var(--muted); margin: 12px 36px 0 0; }
.contact-section { background: linear-gradient(180deg, #fff 0%, var(--soft) 100%); }
.contact-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; padding: 56px; border-radius: 32px; color: #fff; background: linear-gradient(135deg, var(--fenix-red) 0%, #b4111c 100%); box-shadow: var(--shadow); }
.contact-copy h2 { color: #fff; }
.contact-copy p { max-width: 640px; opacity: .83; }
.contact-info { display: grid; gap: 17px; align-content: center; }
.contact-info div { padding: 17px 19px; border-radius: 15px; background: rgba(255,255,255,.12); }
.contact-info strong { display: block; margin-top: 4px; }
.site-footer { background: #070f2e; color: rgba(255,255,255,.8); }
.footer-grid { display: grid; gap: clamp(32px, 5vw, 68px); padding: 68px 0 50px; align-items: start; }
.footer-grid--4 { grid-template-columns: 1.2fr .78fr 1fr .68fr; }
.footer-grid--3 { grid-template-columns: 1.2fr 1fr 1fr; }
.footer-grid--2 { grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); }
.footer-grid--1 { grid-template-columns: minmax(0, 1fr); }
.footer-logo { width: 190px; max-height: 118px; object-fit: contain; object-position: left center; margin-bottom: 18px; }
.footer-logo-link { display: inline-flex; text-decoration: none; }
.footer-logo-specific { width: 205px; max-height: 128px; }
.footer-brand-column > p { max-width: 390px; margin: 0; }
.footer-contact-column p, .footer-location-column p { margin: 0 0 14px; }
.footer-contact-column p:last-child, .footer-location-column p:last-child { margin-bottom: 0; }
.site-footer h2 { color: #fff; font-size: 1rem; margin: 0 0 16px; }
.site-footer a { color: #fff; text-decoration: none; }
.social-links { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.social-link { width: 38px; height: 38px; display: inline-grid; place-items: center; border-radius: 10px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.08); text-decoration: none; transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
.social-link svg { width: 21px; height: 21px; display: block; }
.social-link:hover, .social-link:focus-visible { color: #fff; transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0,0,0,.18); outline: none; }
.social-link--instagram:hover, .social-link--instagram:focus-visible { background: linear-gradient(135deg, #833ab4, #e1306c 55%, #fcb045); }
.social-link--facebook:hover, .social-link--facebook:focus-visible { background: #1877f2; }
.social-links--header { margin-left: auto; flex-wrap: nowrap; }
.social-links--header .social-link { width: 29px; height: 29px; border-radius: 8px; color: rgba(255,255,255,.7); background: rgba(255,255,255,.08); }
.social-links--header .social-link svg { width: 17px; height: 17px; }
.social-links--footer { gap: 10px; }
.social-links--footer .social-link { width: 44px; height: 44px; }
.social-links--footer .social-link svg { width: 23px; height: 23px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom .container { min-height: 62px; display: flex; align-items: center; }
.footer-bottom p { margin: 0; font-size: .82rem; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 900; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--fenix-green); color: #fff; text-decoration: none; font-weight: 950; box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.page-hero { padding: 80px 0; background: linear-gradient(135deg, var(--soft), #fff); }
.page-hero h1 { margin: 0; color: var(--fenix-blue); font-size: clamp(2.4rem, 5vw, 4rem); letter-spacing: -.04em; }
.content-area { padding-block: 64px 90px; max-width: 900px; }
.entry-content h2, .entry-content h3 { color: var(--fenix-blue); }
.entry-content a { color: var(--fenix-red); }
.post-card { padding: 28px 0; border-bottom: 1px solid var(--line); }
.post-card a { text-decoration: none; color: var(--fenix-blue); }
.error-page { min-height: 65vh; display: grid; place-items: center; text-align: center; padding: 80px 0; }
.error-page h1 { color: var(--fenix-blue); font-size: clamp(2.4rem, 6vw, 4.8rem); margin: 0; }
@media (max-width: 1040px) {
    .header-main { grid-template-columns: minmax(240px, max-content) auto auto; gap: 14px; }
    .brand img, .brand .custom-logo { height: 58px; }
    .header-cnh-brand { margin-left: 10px; }
    .header-brand-divider { height: 40px; margin-right: 10px; }
    .header-cnh-caption { display: none; }
    .header-cnh-logo img { max-height: 30px; }

    .menu-toggle { display: block; justify-self: end; }
    .primary-navigation { position: fixed; inset: 120px 20px auto 20px; display: none; padding: 22px; background: #fff; border-radius: 18px; box-shadow: var(--shadow); }
    .primary-navigation.is-open { display: block; }
    .fenix-nav-list { align-items: stretch; flex-direction: column; gap: 0; }
    .fenix-nav-list a { display: block; padding: 12px; border-bottom: 1px solid var(--line); }
    .hero-grid, .split-layout { gap: 38px; }
    .cards-grid { grid-template-columns: repeat(2, 1fr); }
    .quick-contact-grid { grid-template-columns: repeat(3, 1fr); padding-block: 22px; }
    .quick-contact-grid .button { grid-column: 1 / -1; justify-self: start; }
}
@media (max-width: 760px) {
    .container { width: min(100% - 28px, var(--container)); }
    .header-strip-inner { justify-content: space-between; gap: 10px; padding-block: 5px; }
    .header-contact { gap: 4px 12px; font-size: .75rem; }
    .header-contact > * + *::before { left: -7px; }
    .header-contact-address { display: none; }
    .social-links--header { margin-left: auto; }
    .header-main { min-height: 76px; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
    .header-cta { display: none; }
    .header-brand-group { max-width: calc(100vw - 78px); }
    .header-cnh-brand { margin-left: 8px; min-width: 0; }
    .header-brand-divider { height: 34px; margin-right: 8px; }
    .header-cnh-logo img { max-width: 82px; max-height: 26px; }

    .primary-navigation { inset: 112px 14px auto 14px; }
    .hero { padding: 48px 0; }
    .hero-grid, .split-layout, .faq-layout, .contact-card, .footer-grid { grid-template-columns: 1fr; }
    .hero h1 { font-size: clamp(2.45rem, 12vw, 4rem); }
    .hero-media { margin-top: 12px; }
    .hero-media > img { aspect-ratio: 4 / 4.7; border-radius: 24px 24px 68px 24px; }
    .hero-badge { left: 12px; bottom: 18px; }
    .quick-contact-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
    .quick-contact-grid > div:nth-child(3) { grid-column: 1 / -1; }
    .section { padding: 68px 0; }
    .cards-grid, .steps-grid { grid-template-columns: 1fr; }
    .service-card.featured { transform: none; }
    .showcase-image img { height: 430px; }
    .reverse-mobile .showcase-copy { order: 2; }
    .contact-card { padding: 34px 24px; gap: 28px; }
    .footer-grid { gap: 32px; }
    .floating-whatsapp { right: 14px; bottom: 14px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

.footer-custom-logo .custom-logo { width: 185px; max-height: 92px; object-fit: contain; object-position: left center; margin-bottom: 18px; }


/* Exame toxicológico — requisito complementar */
.toxicology-card {
    margin-top: 28px;
    padding: 28px 30px;
    border: 1px solid rgba(12,31,99,.12);
    border-left: 6px solid var(--fenix-red);
    border-radius: var(--radius);
    background: linear-gradient(135deg, #fff 0%, #f4f6fa 100%);
    box-shadow: 0 10px 34px rgba(12,31,99,.07);
}
.toxicology-main {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}
.toxicology-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: rgba(227,32,42,.1);
    font-size: 1.45rem;
}
.toxicology-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 8px;
}
.toxicology-title-row h3 {
    margin: 0;
    color: var(--fenix-blue);
    font-size: 1.35rem;
    line-height: 1.2;
}
.toxicology-badge {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 11px;
    border-radius: 999px;
    background: var(--fenix-blue);
    color: #fff;
    font-size: .74rem;
    font-weight: 900;
    white-space: nowrap;
}
.toxicology-copy > p {
    margin: 0;
    color: var(--muted);
}
.toxicology-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}
.toxicology-points li {
    position: relative;
    padding-left: 28px;
    color: var(--ink);
    font-weight: 700;
}
.toxicology-points li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--fenix-red);
    font-weight: 950;
}
.quick-contact-grid { padding-block: 22px; }
.service-card { display: flex; flex-direction: column; }
.service-card > a { margin-top: auto; position: relative; z-index: 1; }

@media (max-width: 760px) {
    .toxicology-card { padding: 22px 20px; }
    .toxicology-title-row { align-items: flex-start; flex-direction: column; gap: 10px; }
    .toxicology-points { grid-template-columns: 1fr; }
    .quick-contact-grid { grid-template-columns: 1fr; }
    .quick-contact-grid > div:nth-child(3) { grid-column: auto; }
}


/* --------------------------------------------------------------------------
   Ajuste dos links dos cartões da Home — v0.5.0
   -------------------------------------------------------------------------- */
.service-card { display: block; }
.service-card > a { display: inline-block; margin-top: 0; }

/* --------------------------------------------------------------------------
   Página Como começar sua CNH
   -------------------------------------------------------------------------- */
.cnh-page { overflow: hidden; }
.cnh-hero { position: relative; padding: 74px 0 68px; overflow: hidden; background: radial-gradient(circle at 10% 100%, rgba(227,32,42,.08), transparent 34%), linear-gradient(135deg, #fff 0%, #f4f7fc 100%); }
.cnh-hero::after { content: ""; position: absolute; width: 430px; height: 430px; right: -230px; top: -230px; border-radius: 50%; background: rgba(12,31,99,.045); }
.cnh-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: 58px; align-items: center; }
.cnh-hero-copy h1 { max-width: 760px; margin: 0 0 20px; color: var(--fenix-blue); font-size: clamp(2.8rem, 5.3vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.cnh-hero-text { max-width: 680px; margin: 0; color: var(--muted); font-size: 1.12rem; }
.cnh-hero-note { display: flex; align-items: flex-start; gap: 10px; max-width: 690px; margin: 24px 0 0; padding: 13px 15px; border: 1px solid rgba(12,31,99,.1); border-radius: 13px; background: rgba(255,255,255,.72); color: var(--muted); font-size: .86rem; }
.cnh-hero-note span { flex: 0 0 22px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: rgba(12,31,99,.1); color: var(--fenix-blue); font-weight: 900; }
.cnh-hero-media { position: relative; }
.cnh-hero-media > img { width: 100%; aspect-ratio: 4 / 4.25; object-fit: cover; border-radius: 30px 30px 92px 30px; box-shadow: var(--shadow); }
.cnh-hero-seal { position: absolute; left: -28px; bottom: 28px; min-width: 150px; padding: 15px 18px; border-radius: 18px; background: var(--fenix-red); color: #fff; box-shadow: var(--shadow); }
.cnh-hero-seal strong { display: block; font-size: 1.65rem; line-height: 1; }
.cnh-hero-seal span { display: block; margin-top: 4px; font-size: .8rem; font-weight: 800; }

.cnh-overview { background: #fff; }
.cnh-process-map { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.cnh-process-map li { position: relative; min-width: 0; }
.cnh-process-map li:not(:last-child)::after { content: ""; position: absolute; right: -9px; top: 29px; width: 7px; height: 2px; background: rgba(12,31,99,.24); }
.cnh-process-map a { height: 100%; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding: 19px 16px; border: 1px solid var(--line); border-radius: 17px; background: #fff; color: var(--fenix-blue); text-decoration: none; box-shadow: 0 8px 24px rgba(12,31,99,.045); transition: transform .2s ease, border-color .2s ease; }
.cnh-process-map a:hover { transform: translateY(-3px); border-color: rgba(227,32,42,.38); }
.cnh-process-number { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--fenix-blue); color: #fff; font-weight: 900; }
.cnh-process-map strong { font-size: .9rem; line-height: 1.25; }

.cnh-timeline { position: relative; display: grid; gap: 18px; }
.cnh-timeline::before { content: ""; position: absolute; left: 29px; top: 22px; bottom: 22px; width: 2px; background: linear-gradient(var(--fenix-red), rgba(12,31,99,.12)); }
.cnh-step-detail { position: relative; display: grid; grid-template-columns: 60px minmax(0, 1fr); gap: 22px; align-items: start; }
.cnh-step-marker { position: relative; z-index: 1; padding-top: 18px; }
.cnh-step-marker span { width: 60px; height: 60px; display: grid; place-items: center; border: 6px solid var(--soft); border-radius: 50%; background: var(--fenix-red); color: #fff; font-size: 1.05rem; font-weight: 950; }
.cnh-step-body { padding: 27px 30px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 9px 30px rgba(12,31,99,.05); }
.cnh-step-kicker { margin: 0 0 4px; color: var(--fenix-red); font-size: .73rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.cnh-step-body h3 { margin: 0 0 10px; color: var(--fenix-blue); font-size: 1.42rem; }
.cnh-step-body > p:not(.cnh-step-kicker) { margin: 0; color: var(--muted); }
.cnh-step-highlight { display: flex; gap: 11px; align-items: flex-start; margin-top: 17px; padding: 14px 16px; border-radius: 13px; background: var(--soft); }
.cnh-step-highlight span { flex: 0 0 24px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: rgba(227,32,42,.1); color: var(--fenix-red); font-weight: 950; }
.cnh-step-highlight p { margin: 0; color: var(--ink); font-size: .92rem; font-weight: 700; }

.cnh-tox-section { padding-top: 0; }
.cnh-tox-card { display: grid; grid-template-columns: 62px minmax(0, 1fr); gap: 22px; padding: 34px 36px; border: 1px solid rgba(12,31,99,.12); border-left: 6px solid var(--fenix-red); border-radius: 24px; background: linear-gradient(135deg, #fff 0%, #f2f5fb 100%); box-shadow: var(--shadow); }
.cnh-tox-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 17px; background: rgba(227,32,42,.1); font-size: 1.75rem; }
.cnh-tox-title-row { display: flex; justify-content: space-between; gap: 22px; align-items: flex-start; }
.cnh-tox-title-row .eyebrow { margin-bottom: 7px; }
.cnh-tox-title-row h2 { margin: 0; color: var(--fenix-blue); font-size: clamp(1.9rem, 3vw, 2.8rem); line-height: 1.05; letter-spacing: -.035em; }
.cnh-tox-badge { flex: 0 0 auto; display: inline-flex; align-items: center; min-height: 34px; padding: 6px 12px; border-radius: 999px; background: var(--fenix-blue); color: #fff; font-size: .75rem; font-weight: 900; white-space: nowrap; }
.cnh-tox-copy > p { margin: 15px 0 0; color: var(--muted); }
.cnh-tox-copy ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; margin: 21px 0 0; padding: 0; list-style: none; }
.cnh-tox-copy li { position: relative; padding: 13px 14px 13px 39px; border: 1px solid rgba(12,31,99,.08); border-radius: 13px; background: rgba(255,255,255,.82); color: var(--ink); font-size: .87rem; font-weight: 750; }
.cnh-tox-copy li::before { content: "✓"; position: absolute; left: 14px; top: 13px; color: var(--fenix-red); font-weight: 950; }

.cnh-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.cnh-category-card { position: relative; min-height: 290px; display: flex; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 9px 30px rgba(12,31,99,.05); }
.cnh-category-card::after { content: ""; position: absolute; right: -45px; bottom: -45px; width: 125px; height: 125px; border-radius: 50%; background: rgba(227,32,42,.06); }
.cnh-category-card.featured { border-color: var(--fenix-blue); background: var(--fenix-blue); color: #fff; transform: translateY(-8px); box-shadow: var(--shadow); }
.cnh-category-letter { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; background: rgba(227,32,42,.1); color: var(--fenix-red); font-weight: 950; }
.cnh-category-card.featured .cnh-category-letter { background: var(--fenix-yellow); color: var(--fenix-blue); }
.cnh-category-card h3 { position: relative; z-index: 1; margin: 24px 0 10px; font-size: 1.45rem; }
.cnh-category-card p { position: relative; z-index: 1; margin: 0 0 20px; color: var(--muted); }
.cnh-category-card.featured p { color: rgba(255,255,255,.75); }
.cnh-category-card a { position: relative; z-index: 1; margin-top: auto; color: var(--fenix-red); font-weight: 850; text-decoration: none; }
.cnh-category-card.featured a { color: var(--fenix-yellow); }

.cnh-modalities-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 58px; align-items: center; }
.cnh-modalities-media img { width: 100%; height: 650px; object-fit: cover; border-radius: 28px; box-shadow: 0 22px 70px rgba(0,0,0,.28); }
.cnh-modalities-content > h2 { margin: 0 0 15px; color: #fff; font-size: clamp(2.1rem, 4vw, 3.6rem); line-height: 1.04; letter-spacing: -.045em; }
.cnh-modalities-intro { margin: 0; color: rgba(255,255,255,.72); }
.cnh-modality-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 28px; }
.cnh-modality-grid article { padding: 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(255,255,255,.075); }
.cnh-modality-grid article > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: var(--fenix-yellow); color: var(--fenix-blue); font-size: .78rem; font-weight: 950; }
.cnh-modality-grid h3 { margin: 14px 0 7px; color: #fff; font-size: 1.04rem; }
.cnh-modality-grid p { margin: 0; color: rgba(255,255,255,.7); font-size: .87rem; }

.cnh-planning { background: #fff; }
.cnh-planning-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.cnh-planning-card { padding: 38px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 10px 36px rgba(12,31,99,.06); }
.cnh-planning-card h2 { margin: 0 0 14px; color: var(--fenix-blue); font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.05; letter-spacing: -.035em; }
.cnh-planning-card > p { color: var(--muted); }
.cnh-time-card { background: linear-gradient(135deg, var(--fenix-blue) 0%, #07133e 100%); color: #fff; }
.cnh-time-card .eyebrow { color: var(--fenix-yellow); }
.cnh-time-card h2, .cnh-time-card > p { color: #fff; }
.cnh-time-card > p { opacity: .78; }
.cnh-small-note { margin-top: 22px !important; padding: 13px 15px; border-radius: 12px; background: rgba(255,255,255,.1); font-size: .83rem; }

.cnh-cta-card { display: flex; align-items: center; justify-content: space-between; gap: 42px; padding: 50px 54px; border-radius: 30px; background: linear-gradient(135deg, var(--fenix-red), #b5111b); color: #fff; box-shadow: var(--shadow); }
.cnh-cta-card h2 { margin: 0 0 12px; color: #fff; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.04; letter-spacing: -.04em; }
.cnh-cta-card p { max-width: 720px; margin: 0; color: rgba(255,255,255,.82); }
.cnh-cta-card .button { flex: 0 0 auto; }

@media (max-width: 1040px) {
    .cnh-process-map { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .cnh-process-map li::after { display: none; }
    .cnh-tox-copy ul { grid-template-columns: 1fr; }
    .cnh-modalities-layout { grid-template-columns: 1fr 1fr; gap: 38px; }
    .cnh-modalities-media img { height: 570px; }
}

@media (max-width: 760px) {
    .cnh-hero { padding: 48px 0 54px; }
    .cnh-hero-grid, .cnh-modalities-layout, .cnh-planning-grid { grid-template-columns: 1fr; }
    .cnh-hero-media { margin-top: 10px; }
    .cnh-hero-media > img { aspect-ratio: 4 / 4.65; border-radius: 24px 24px 68px 24px; }
    .cnh-hero-seal { left: 12px; bottom: 18px; }
    .cnh-process-map { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cnh-step-detail { grid-template-columns: 48px minmax(0, 1fr); gap: 14px; }
    .cnh-timeline::before { left: 23px; }
    .cnh-step-marker { padding-top: 18px; }
    .cnh-step-marker span { width: 48px; height: 48px; border-width: 5px; }
    .cnh-step-body { padding: 23px 20px; }
    .cnh-tox-card { grid-template-columns: 1fr; padding: 25px 22px; }
    .cnh-tox-title-row { flex-direction: column; gap: 12px; }
    .cnh-category-grid { grid-template-columns: 1fr; }
    .cnh-category-card.featured { transform: none; }
    .cnh-modalities-media img { height: 430px; }
    .cnh-modality-grid { grid-template-columns: 1fr; }
    .cnh-planning-card { padding: 30px 24px; }
    .cnh-cta-card { align-items: flex-start; flex-direction: column; padding: 36px 26px; }
}

@media (max-width: 470px) {
    .cnh-process-map { grid-template-columns: 1fr; }
}


/* Cabeçalho, rodapé e redes sociais — v0.7 */
@media (max-width: 1120px) {
    .footer-grid--4 { grid-template-columns: 1.15fr .85fr 1fr; }
    .footer-grid--4 .footer-social-column { grid-column: 2 / -1; }
}
@media (max-width: 760px) {
    .footer-grid,
    .footer-grid--4,
    .footer-grid--3,
    .footer-grid--2,
    .footer-grid--1 { grid-template-columns: 1fr; }
    .footer-grid--4 .footer-social-column { grid-column: auto; }
    .footer-logo-specific { width: 190px; }
    .footer-social-column { padding-top: 2px; }
}
@media (max-width: 430px) {
    .header-contact-phone { white-space: nowrap; }
    .social-links--header .social-link { width: 28px; height: 28px; }
}

/* --------------------------------------------------------------------------
   Página Serviços — v0.8.0
   -------------------------------------------------------------------------- */
.services-page { background: #fff; }
.services-hero { padding: 58px 0 56px; overflow: hidden; background: radial-gradient(circle at 86% 8%, rgba(246,189,36,.22), transparent 30%), linear-gradient(135deg, #fff 0%, #f5f7fb 100%); }
.services-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.services-hero-copy h1 { max-width: 760px; margin: 0 0 18px; color: var(--fenix-blue); font-size: clamp(2.45rem, 5vw, 4.35rem); line-height: .99; letter-spacing: -.052em; }
.services-hero-copy > p { max-width: 650px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.services-hero-media img { width: 100%; height: 430px; object-fit: cover; border-radius: 28px 28px 72px 28px; box-shadow: var(--shadow); }
.services-heading-compact { max-width: 760px; margin-bottom: 32px; }
.services-page .section { padding: 74px 0; }
.services-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.services-category-card { position: relative; min-height: 270px; display: flex; flex-direction: column; padding: 26px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 8px 28px rgba(12,31,99,.05); }
.services-category-card::after { content: ""; position: absolute; right: -38px; bottom: -38px; width: 105px; height: 105px; border-radius: 50%; background: rgba(227,32,42,.065); }
.services-category-card.featured { border-color: var(--fenix-blue); background: var(--fenix-blue); color: #fff; box-shadow: var(--shadow); }
.services-card-icon { position: relative; z-index: 1; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: rgba(227,32,42,.1); color: var(--fenix-red); font-weight: 950; }
.services-category-card.featured .services-card-icon { background: var(--fenix-yellow); color: var(--fenix-blue); }
.services-card-tag { position: absolute; top: 20px; right: 20px; z-index: 1; padding: 5px 9px; border-radius: 999px; background: var(--fenix-yellow); color: var(--fenix-blue); font-size: .67rem; font-weight: 900; text-transform: uppercase; }
.services-category-card h3 { position: relative; z-index: 1; margin: 20px 0 8px; color: var(--ink); font-size: 1.3rem; line-height: 1.2; }
.services-category-card.featured h3 { color: #fff; }
.services-category-card > p { position: relative; z-index: 1; margin: 0 0 16px; color: var(--muted); }
.services-category-card.featured > p { color: rgba(255,255,255,.74); }
.services-text-link { position: relative; z-index: 1; display: inline-block; margin-top: auto; color: var(--fenix-red); font-weight: 850; text-decoration: none; }
.services-category-card.featured .services-text-link { color: var(--fenix-yellow); }
.services-section-link { margin: 24px 0 0; text-align: center; }
.services-section-link a { color: var(--fenix-blue); font-weight: 850; text-decoration: none; }
.services-practical-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.services-practical-card { min-height: 250px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 19px; background: #fff; box-shadow: 0 7px 25px rgba(12,31,99,.045); }
.services-practical-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.services-practical-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: rgba(12,31,99,.08); color: var(--fenix-blue); font-size: 1.2rem; font-weight: 900; }
.services-practical-highlight { max-width: 64%; color: var(--fenix-red); font-size: .72rem; font-weight: 900; text-align: right; text-transform: uppercase; letter-spacing: .04em; }
.services-practical-card h3 { margin: 18px 0 8px; color: var(--fenix-blue); font-size: 1.22rem; line-height: 1.2; }
.services-practical-card > p { margin: 0 0 15px; color: var(--muted); font-size: .94rem; }
.services-price { margin: 4px 0 15px; padding: 12px 14px; border-radius: 12px; background: var(--soft); }
.services-price strong { display: inline; color: var(--fenix-blue); font-size: 1.2rem; }
.services-price span { margin-left: 5px; color: var(--muted); font-size: .82rem; }
.services-price small { display: block; margin-top: 3px; color: var(--muted); font-size: .76rem; }
.services-packages-section { padding: 0 0 74px; background: var(--soft); }
.services-packages-card { display: flex; align-items: center; justify-content: space-between; gap: 44px; padding: 38px 42px; border-radius: 26px; background: linear-gradient(135deg, var(--fenix-blue), #07123c); color: #fff; box-shadow: var(--shadow); }
.services-packages-copy { min-width: 0; }
.services-packages-card h2 { margin: 0 0 10px; color: #fff; font-size: clamp(1.8rem, 3vw, 2.75rem); line-height: 1.06; letter-spacing: -.035em; }
.services-packages-card p { max-width: 740px; margin: 0; color: rgba(255,255,255,.76); }
.services-package-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.services-package-chips span { display: inline-flex; align-items: center; min-height: 34px; padding: 5px 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.09); color: #fff; font-size: .8rem; font-weight: 800; }
.services-package-chips .custom { border-color: var(--fenix-yellow); background: var(--fenix-yellow); color: var(--fenix-blue); }
.services-packages-copy > small { display: block; margin-top: 13px; color: rgba(255,255,255,.66); }
.services-packages-card > .button { flex: 0 0 auto; }
.services-complementary-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 58px; align-items: center; }
.services-complementary-copy h2 { margin: 0 0 14px; color: var(--fenix-blue); font-size: clamp(2rem, 3.5vw, 3.15rem); line-height: 1.05; letter-spacing: -.04em; }
.services-complementary-copy > p { margin: 0 0 24px; color: var(--muted); }
.services-complementary-list { display: grid; gap: 12px; }
.services-complementary-list article { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 13px; padding: 17px 18px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.services-complementary-list article > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: rgba(227,32,42,.1); color: var(--fenix-red); font-weight: 950; }
.services-complementary-list h3 { margin: 0 0 4px; color: var(--fenix-blue); font-size: 1rem; }
.services-complementary-list p { margin: 0; color: var(--muted); font-size: .87rem; }
.services-differentials { padding: 54px 0; background: linear-gradient(135deg, var(--fenix-blue), #07123c); color: #fff; }
.services-differentials-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 55px; align-items: center; }
.services-differentials h2 { margin: 0 0 10px; color: #fff; font-size: clamp(1.85rem, 3vw, 2.65rem); line-height: 1.05; letter-spacing: -.035em; }
.services-differentials p { margin: 0; color: rgba(255,255,255,.72); }
.services-differentials ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.services-differentials li { position: relative; padding: 14px 15px 14px 42px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(255,255,255,.07); font-weight: 750; }
.services-differentials li::before { content: "✓"; position: absolute; left: 15px; color: var(--fenix-yellow); font-weight: 950; }
.services-cta-card { display: flex; align-items: center; justify-content: space-between; gap: 42px; padding: 42px 46px; border-radius: 27px; background: linear-gradient(135deg, var(--fenix-red), #b5111b); color: #fff; box-shadow: var(--shadow); }
.services-cta-card h2 { margin: 0 0 10px; color: #fff; font-size: clamp(1.9rem, 3.5vw, 3rem); line-height: 1.04; letter-spacing: -.04em; }
.services-cta-card p { max-width: 700px; margin: 0; color: rgba(255,255,255,.8); }
.services-cta-card > .button { flex: 0 0 auto; }

@media (max-width: 1040px) {
    .services-practical-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .services-complementary-layout, .services-differentials-layout { gap: 34px; }
}
@media (max-width: 760px) {
    .services-hero { padding: 44px 0 48px; }
    .services-hero-grid, .services-complementary-layout, .services-differentials-layout { grid-template-columns: 1fr; }
    .services-hero-media img { height: 360px; border-radius: 23px 23px 58px 23px; }
    .services-page .section { padding: 58px 0; }
    .services-category-grid, .services-practical-grid { grid-template-columns: 1fr; }
    .services-category-card { min-height: 0; }
    .services-packages-section { padding-bottom: 58px; }
    .services-packages-card, .services-cta-card { align-items: flex-start; flex-direction: column; padding: 30px 24px; gap: 26px; }
    .services-packages-card > .button, .services-cta-card > .button { width: 100%; }
    .services-differentials ul { grid-template-columns: 1fr; }
}

/* --------------------------------------------------------------------------
   Página Sobre a Fênix — v0.9.0
   -------------------------------------------------------------------------- */
.about-page { background: #fff; }
.about-page .section { padding: 74px 0; }
.about-hero { position: relative; overflow: hidden; padding: 58px 0 56px; background: radial-gradient(circle at 88% 10%, rgba(246,189,36,.22), transparent 28%), linear-gradient(135deg, #fff 0%, #f4f6fa 100%); }
.about-hero::before { content: ""; position: absolute; left: -150px; bottom: -250px; width: 430px; height: 430px; border: 76px solid rgba(227,32,42,.055); border-radius: 50%; }
.about-hero-grid { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; gap: 50px; align-items: center; }
.about-hero-copy h1 { max-width: 720px; margin: 0 0 18px; color: var(--fenix-blue); font-size: clamp(2.45rem, 5vw, 4.35rem); line-height: .99; letter-spacing: -.052em; }
.about-hero-copy > p { max-width: 660px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.about-hero-copy .hero-actions { margin-bottom: 0; }
.about-hero-media { position: relative; }
.about-hero-media > img { width: 100%; height: 430px; object-fit: cover; object-position: center; border-radius: 28px 28px 74px 28px; box-shadow: var(--shadow); }
.about-hero-seal { position: absolute; left: -22px; bottom: 28px; min-width: 112px; padding: 15px 17px; border-radius: 17px; background: var(--fenix-blue); color: #fff; box-shadow: var(--shadow); }
.about-hero-seal strong, .about-hero-seal span { display: block; }
.about-hero-seal strong { color: var(--fenix-yellow); font-size: 1.55rem; line-height: 1; }
.about-hero-seal span { margin-top: 5px; font-size: .76rem; font-weight: 800; opacity: .78; }
.about-heading-compact { max-width: 790px; margin-bottom: 32px; }
.about-history-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.about-history-copy h2, .about-team-copy h2 { margin: 0 0 16px; color: var(--fenix-blue); font-size: clamp(2rem, 3.6vw, 3.25rem); line-height: 1.05; letter-spacing: -.04em; }
.about-rich-text p { margin: 0 0 14px; color: var(--muted); font-size: 1.02rem; }
.about-rich-text p:last-child { margin-bottom: 0; }
.about-history-highlights { display: grid; gap: 14px; }
.about-history-card { padding: 24px 25px; border: 1px solid var(--line); border-radius: 20px; background: var(--soft); }
.about-history-card-primary { border-color: transparent; background: linear-gradient(135deg, var(--fenix-blue), #07123c); color: #fff; box-shadow: var(--shadow); }
.about-history-card > span { display: inline-block; margin-bottom: 10px; color: var(--fenix-red); font-size: .72rem; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.about-history-card-primary > span { color: var(--fenix-yellow); }
.about-history-card h3 { margin: 0 0 8px; color: var(--fenix-blue); font-size: 1.18rem; line-height: 1.2; }
.about-history-card-primary h3 { color: #fff; }
.about-history-card p { margin: 0; color: var(--muted); font-size: .91rem; }
.about-history-card-primary p { color: rgba(255,255,255,.74); }
.about-pillars-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.about-pillar-card { position: relative; min-height: 235px; padding: 27px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 8px 28px rgba(12,31,99,.05); }
.about-pillar-card::after { content: ""; position: absolute; right: -44px; bottom: -50px; width: 125px; height: 125px; border-radius: 50%; background: rgba(227,32,42,.06); }
.about-pillar-number { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; width: 45px; height: 45px; border-radius: 14px; background: rgba(227,32,42,.1); color: var(--fenix-red); font-size: .8rem; font-weight: 950; }
.about-pillar-card h3 { position: relative; z-index: 1; margin: 20px 0 9px; color: var(--fenix-blue); font-size: 1.24rem; line-height: 1.2; }
.about-pillar-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: .93rem; }
.about-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.about-gallery-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 21px; background: #fff; box-shadow: 0 8px 28px rgba(12,31,99,.05); }
.about-gallery-media { height: 245px; overflow: hidden; background: var(--soft); }
.about-gallery-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.about-gallery-card:hover .about-gallery-media img { transform: scale(1.025); }
.about-gallery-card-1 .about-gallery-media img { object-position: center; }
.about-gallery-card-2 .about-gallery-media img { object-position: center 56%; }
.about-gallery-card-3 .about-gallery-media img { object-position: center 55%; }
.about-gallery-card-4 .about-gallery-media img { object-position: center 42%; }
.about-gallery-caption { padding: 19px 21px 21px; }
.about-gallery-caption h3 { margin: 0 0 5px; color: var(--fenix-blue); font-size: 1.09rem; }
.about-gallery-caption p { margin: 0; color: var(--muted); font-size: .87rem; }
.about-team-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 62px; align-items: center; }
.about-team-media img { width: 100%; height: 550px; object-fit: cover; object-position: center 30%; border-radius: 28px 28px 72px 28px; box-shadow: var(--shadow); }
.about-team-copy { max-width: 570px; }
.about-team-copy > p { margin: 0; color: var(--muted); font-size: 1.03rem; }
.about-cta-card { display: flex; align-items: center; justify-content: space-between; gap: 46px; padding: 42px 46px; border-radius: 27px; background: linear-gradient(135deg, var(--fenix-red), #b5111b); color: #fff; box-shadow: var(--shadow); }
.about-cta-card h2 { margin: 0 0 10px; color: #fff; font-size: clamp(1.9rem, 3.5vw, 3rem); line-height: 1.04; letter-spacing: -.04em; }
.about-cta-card p { max-width: 690px; margin: 0; color: rgba(255,255,255,.8); }
.about-cta-actions { flex: 0 0 auto; display: flex; flex-wrap: wrap; gap: 10px; }
.about-cta-whatsapp { border-color: rgba(255,255,255,.5); color: #fff; background: transparent; }
.about-cta-whatsapp:hover, .about-cta-whatsapp:focus { border-color: #fff; background: rgba(255,255,255,.1); }

@media (max-width: 980px) {
    .about-history-layout, .about-team-layout { gap: 38px; }
    .about-team-layout { grid-template-columns: .9fr 1.1fr; }
    .about-team-media img { height: 500px; }
    .about-cta-card { align-items: flex-start; flex-direction: column; gap: 28px; }
    .about-cta-actions { width: 100%; }
}
@media (max-width: 760px) {
    .about-page .section { padding: 58px 0; }
    .about-hero { padding: 44px 0 48px; }
    .about-hero-grid, .about-history-layout, .about-team-layout { grid-template-columns: 1fr; }
    .about-hero-grid { gap: 34px; }
    .about-hero-media > img { height: 350px; border-radius: 23px 23px 58px 23px; }
    .about-hero-seal { left: 16px; bottom: 18px; }
    .about-pillars-grid, .about-gallery { grid-template-columns: 1fr; }
    .about-pillar-card { min-height: 0; }
    .about-gallery-media { height: 235px; }
    .about-team-media img { height: 520px; border-radius: 23px 23px 58px 23px; }
    .about-team-copy { max-width: none; }
    .about-cta-card { padding: 30px 24px; }
    .about-cta-actions { flex-direction: column; }
    .about-cta-actions .button { width: 100%; }
}
@media (max-width: 440px) {
    .about-hero-media > img { height: 305px; }
    .about-team-media img { height: 460px; }
}

/* --------------------------------------------------------------------------
   Página Contato — v0.10.0
   -------------------------------------------------------------------------- */
.contact-page { background: #fff; }
.contact-page .section { padding: 64px 0; }
.contact-hero { position: relative; overflow: hidden; padding: 58px 0 54px; background: radial-gradient(circle at 85% 20%, rgba(246,189,36,.18), transparent 27%), linear-gradient(135deg, #fff 0%, #f3f6fb 100%); }
.contact-hero::before { content: ""; position: absolute; right: -130px; top: -170px; width: 380px; height: 380px; border: 68px solid rgba(227,32,42,.055); border-radius: 50%; }
.contact-hero-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.contact-hero-copy { max-width: 760px; }
.contact-hero-copy h1 { margin: 0 0 16px; color: var(--fenix-blue); font-size: clamp(2.35rem, 4.7vw, 4.15rem); line-height: 1; letter-spacing: -.052em; }
.contact-hero-copy > p { max-width: 700px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.contact-whatsapp-button { gap: 9px; }
.contact-whatsapp-button svg { width: 21px; height: 21px; }
.contact-hero-mark { position: relative; flex: 0 0 190px; width: 190px; height: 190px; }
.contact-hero-mark-ring { position: absolute; inset: 14px; border: 31px solid rgba(12,31,99,.08); border-radius: 50%; }
.contact-hero-mark-dot { position: absolute; left: 50%; top: 50%; width: 48px; height: 48px; border-radius: 50% 50% 50% 8px; background: var(--fenix-red); transform: translate(-50%,-60%) rotate(-45deg); box-shadow: 0 16px 34px rgba(227,32,42,.22); }
.contact-hero-mark-dot::after { content: ""; position: absolute; left: 50%; top: 50%; width: 15px; height: 15px; border-radius: 50%; background: #fff; transform: translate(-50%,-50%); }

.contact-cards-section { padding-top: 52px !important; }
.contact-cards-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.contact-cards-grid > .contact-info-card:only-child { grid-column: 1 / -1; width: min(100%, 760px); justify-self: center; }
.contact-info-card { display: flex; flex-direction: column; min-width: 0; min-height: 300px; padding: 27px; border: 1px solid var(--line); border-radius: 21px; background: #fff; box-shadow: 0 9px 30px rgba(12,31,99,.055); }
.contact-info-card--contact { border-color: rgba(18,140,78,.2); }
.contact-info-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 18px; border-radius: 15px; color: var(--fenix-red); background: rgba(227,32,42,.09); }
.contact-info-card--contact .contact-info-icon { color: var(--fenix-green); background: rgba(18,140,78,.1); }
.contact-info-icon svg { width: 24px; height: 24px; }
.contact-info-card h2 { margin: 0 0 8px; color: var(--fenix-blue); font-size: 1.3rem; line-height: 1.18; }
.contact-info-card > p { margin: 0 0 17px; color: var(--muted); font-size: .92rem; }
.contact-info-values { display: grid; gap: 11px; margin-bottom: 18px; }
.contact-info-values span { display: grid; gap: 1px; color: var(--ink); font-size: .92rem; }
.contact-info-values strong { color: var(--fenix-blue); font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; }
.contact-info-card address, .contact-hours { margin: 0 0 20px; color: var(--ink); font-size: .96rem; font-style: normal; font-weight: 720; }
.contact-card-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: auto; padding-top: 5px; }
.button-small { min-height: 40px; padding: 0 16px; font-size: .82rem; }
.button-outline { border-color: rgba(12,31,99,.2); background: #fff; color: var(--fenix-blue); }
.button-outline:hover, .button-outline:focus-visible { border-color: var(--fenix-blue); background: var(--soft); }

.contact-map-section { background: var(--soft); }
.contact-map-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 52px; align-items: center; }
.contact-map-frame { min-height: 380px; overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: #e9edf4; box-shadow: var(--shadow); }
.contact-map-frame iframe { display: block; width: 100%; height: 420px; border: 0; }
.contact-map-copy h2 { margin: 0 0 13px; color: var(--fenix-blue); font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1.05; letter-spacing: -.04em; }
.contact-map-copy > p { margin: 0 0 22px; color: var(--muted); }
.contact-map-address { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 24px; padding: 15px 17px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.contact-map-address strong { color: var(--ink); font-size: .94rem; }
.contact-map-pin { flex: 0 0 auto; display: grid; place-items: center; width: 30px; height: 30px; color: var(--fenix-red); }
.contact-map-pin svg { width: 22px; height: 22px; }
.contact-map-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }

.contact-whatsapp-section { padding-bottom: 38px !important; }
.contact-whatsapp-card { display: grid; grid-template-columns: auto 1fr auto; gap: 24px 30px; align-items: center; padding: 34px 38px; border-radius: 25px; background: linear-gradient(135deg, #0f7542, var(--fenix-green)); color: #fff; box-shadow: 0 18px 50px rgba(18,140,78,.22); }
.contact-whatsapp-icon { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 19px; background: rgba(255,255,255,.14); }
.contact-whatsapp-icon svg { width: 34px; height: 34px; }
.contact-whatsapp-copy .eyebrow { margin-bottom: 7px; color: rgba(255,255,255,.72); }
.contact-whatsapp-copy h2 { margin: 0 0 7px; color: #fff; font-size: clamp(1.65rem, 3vw, 2.45rem); line-height: 1.08; letter-spacing: -.035em; }
.contact-whatsapp-copy p { max-width: 690px; margin: 0; color: rgba(255,255,255,.78); }
.contact-whatsapp-cta { flex: 0 0 auto; border-color: #fff; background: #fff; color: #0b6839; }
.contact-whatsapp-cta:hover, .contact-whatsapp-cta:focus-visible { background: #f5fff9; box-shadow: 0 9px 20px rgba(0,0,0,.12); }

.contact-social-section { padding-top: 34px !important; }
.contact-social-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 30px 34px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.contact-social-card h2 { margin: 0 0 7px; color: var(--fenix-blue); font-size: clamp(1.65rem, 3vw, 2.35rem); line-height: 1.08; letter-spacing: -.035em; }
.contact-social-card p { max-width: 700px; margin: 0; color: var(--muted); }
.social-links--contact { flex: 0 0 auto; gap: 10px; }
.social-links--contact .social-link { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 14px; color: #687083; background: var(--soft); }
.social-links--contact .social-link svg { width: 25px; height: 25px; }
.social-links--contact .social-link:hover, .social-links--contact .social-link:focus-visible { color: #fff; border-color: transparent; }

@media (max-width: 980px) {
    .contact-map-layout { gap: 34px; }
    .contact-whatsapp-card { grid-template-columns: auto 1fr; }
    .contact-whatsapp-cta { grid-column: 2; justify-self: start; }
}
@media (max-width: 760px) {
    .contact-page .section { padding: 54px 0; }
    .contact-hero { padding: 44px 0 46px; }
    .contact-hero-inner { gap: 24px; }
    .contact-hero-mark { display: none; }
    .contact-cards-grid, .contact-map-layout { grid-template-columns: 1fr; }
    .contact-info-card { min-height: 0; }
    .contact-map-frame { min-height: 320px; }
    .contact-map-frame iframe { height: 340px; }
    .contact-map-actions { align-items: stretch; flex-direction: column; }
    .contact-map-actions .button { width: 100%; }
    .contact-whatsapp-card { grid-template-columns: 1fr; padding: 28px 24px; }
    .contact-whatsapp-cta { grid-column: auto; width: 100%; }
    .contact-social-card { align-items: flex-start; flex-direction: column; padding: 26px 24px; }
}

/* =========================================================
   Home compacta — v0.11.0
   ========================================================= */
.home-compact { overflow: hidden; }
.home-compact-hero {
    position: relative;
    padding: clamp(54px, 7vw, 86px) 0;
    background:
        radial-gradient(circle at 86% 12%, rgba(246,189,36,.22), transparent 30%),
        linear-gradient(135deg, #fff 0%, #f6f8fc 58%, #eef2f8 100%);
}
.home-compact-hero::before {
    content: "";
    position: absolute;
    left: -110px;
    bottom: -210px;
    width: 390px;
    height: 390px;
    border: 72px solid rgba(227,32,42,.055);
    border-radius: 50%;
}
.home-compact-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
    gap: clamp(42px, 6vw, 76px);
    align-items: center;
}
.home-compact-hero-copy h1 {
    max-width: 720px;
    margin: 0 0 20px;
    color: var(--fenix-blue);
    font-size: clamp(2.8rem, 5.2vw, 5.25rem);
    line-height: .96;
    letter-spacing: -.055em;
}
.home-compact-hero-copy > p:not(.home-compact-hero-note) {
    max-width: 660px;
    margin: 0;
    color: var(--muted);
    font-size: clamp(1.02rem, 1.6vw, 1.18rem);
}
.home-compact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}
.home-compact-hero-note {
    margin: 24px 0 0;
    color: var(--fenix-blue);
    font-size: .86rem;
    font-weight: 850;
    letter-spacing: .01em;
}
.home-compact-hero-media { position: relative; }
.home-compact-hero-media img {
    width: 100%;
    height: clamp(420px, 49vw, 600px);
    object-fit: cover;
    object-position: center;
    border-radius: 34px 34px 92px 34px;
    box-shadow: var(--shadow);
}
.home-compact-image-tag {
    position: absolute;
    left: -20px;
    bottom: 26px;
    padding: 11px 16px;
    border-radius: 999px;
    background: var(--fenix-blue);
    color: #fff;
    font-size: .8rem;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(12,31,99,.22);
}
.home-compact-section { padding: clamp(64px, 7.2vw, 90px) 0; }
.home-compact-heading { max-width: 700px; margin-bottom: 34px; }
.home-compact-heading h2,
.home-cnh-brasil-copy h2,
.home-packages-copy h2,
.home-compact-about-copy h2,
.home-compact-final-card h2 {
    margin: 0 0 14px;
    color: var(--fenix-blue);
    font-size: clamp(2rem, 3.6vw, 3.25rem);
    line-height: 1.04;
    letter-spacing: -.04em;
}
.home-compact-heading p,
.home-cnh-brasil-copy > p,
.home-compact-about-copy > p {
    margin: 0;
    color: var(--muted);
    font-size: 1.02rem;
}
.home-compact-heading-row {
    max-width: none;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
}
.home-compact-heading-row > div { max-width: 710px; }
.home-compact-heading-row .button { flex: 0 0 auto; margin-bottom: 4px; }
.home-compact-choices { background: #fff; }
.home-compact-choice-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.home-compact-choice-card {
    position: relative;
    min-height: 235px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 32px rgba(12,31,99,.055);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.home-compact-choice-card:hover {
    transform: translateY(-4px);
    border-color: rgba(12,31,99,.18);
    box-shadow: 0 16px 42px rgba(12,31,99,.1);
}
.home-compact-choice-number {
    display: inline-block;
    color: var(--fenix-red);
    font-size: .75rem;
    font-weight: 950;
    letter-spacing: .08em;
}
.home-compact-choice-card h3 {
    margin: 20px 0 9px;
    color: var(--fenix-blue);
    font-size: 1.35rem;
    line-height: 1.2;
}
.home-compact-choice-card p { margin: 0 0 20px; color: var(--muted); }
.home-compact-choice-card a { color: var(--fenix-red); font-weight: 900; text-decoration: none; }
.home-cnh-brasil {
    padding-top: 0;
    background: #fff;
}
.home-cnh-brasil-card {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: clamp(34px, 5.2vw, 70px);
    align-items: center;
    padding: clamp(34px, 4.5vw, 58px);
    border: 1px solid rgba(12,31,99,.09);
    border-radius: 32px;
    background:
        radial-gradient(circle at 5% 10%, rgba(246,189,36,.12), transparent 26%),
        linear-gradient(135deg, #f7f9fd, #fff);
    box-shadow: 0 20px 60px rgba(12,31,99,.08);
}
.home-cnh-brasil-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 235px;
    padding: 26px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(12,31,99,.08);
}
.home-cnh-brasil-brand img {
    width: 100%;
    max-width: 480px;
    height: auto;
    object-fit: contain;
}
.home-cnh-brasil-copy { max-width: 680px; }
.home-cnh-primary-action { margin-top: 26px; }
.home-cnh-secondary-action {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
}
.home-cnh-secondary-action strong {
    display: block;
    margin-bottom: 6px;
    color: var(--ink);
    font-size: .94rem;
}
.home-cnh-secondary-action a {
    color: var(--fenix-blue);
    font-weight: 900;
    text-decoration: none;
}
.home-compact-modalities { background: var(--soft); }
.home-compact-modality-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.home-compact-modality-card {
    padding: 24px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(12,31,99,.07);
    box-shadow: 0 8px 26px rgba(12,31,99,.04);
}
.home-compact-modality-card > span {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(227,32,42,.08);
    color: var(--fenix-red);
    font-size: .68rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.home-compact-modality-card h3 {
    margin: 18px 0 8px;
    color: var(--fenix-blue);
    font-size: 1.17rem;
    line-height: 1.2;
}
.home-compact-modality-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.home-packages {
    padding: clamp(52px, 6vw, 76px) 0;
    background: linear-gradient(135deg, var(--fenix-blue) 0%, #07143f 100%);
    color: #fff;
}
.home-packages-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
    gap: clamp(36px, 6vw, 78px);
    align-items: center;
}
.home-packages-copy h2 { color: #fff; }
.home-packages-copy p { margin: 0 0 26px; max-width: 690px; color: rgba(255,255,255,.76); }
.home-package-selected-meta {
    display: inline-flex;
    margin: 12px 0 10px;
    padding: 6px 10px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.88);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .02em;
}
.home-packages-pills {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
.home-package-option {
    display: flex;
    min-height: 78px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 11px 9px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 16px;
    background: rgba(255,255,255,.085);
    color: #fff;
    font: inherit;
    text-align: center;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}
.home-package-option strong { font-size: 1rem; font-weight: 950; line-height: 1.15; }
.home-package-option small { font-size: .72rem; font-weight: 800; line-height: 1.2; opacity: .74; }
.home-package-option:hover,
.home-package-option:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(255,255,255,.34);
    background: rgba(255,255,255,.13);
}
.home-package-option:focus-visible { outline: 3px solid rgba(255,255,255,.28); outline-offset: 2px; }
.home-package-option.is-active {
    background: var(--fenix-yellow);
    color: var(--fenix-blue);
    border-color: var(--fenix-yellow);
    box-shadow: 0 10px 26px rgba(0,0,0,.16);
}
.home-package-option.is-active small { opacity: .8; }
.home-compact-about { background: #fff; }
.home-compact-about-grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: clamp(42px, 6vw, 80px);
    align-items: center;
}
.home-compact-about-media img {
    width: 100%;
    height: clamp(390px, 44vw, 540px);
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
    box-shadow: var(--shadow);
}
.home-compact-about-copy ul {
    display: grid;
    gap: 8px;
    margin: 24px 0 28px;
    padding: 0;
    list-style: none;
}
.home-compact-about-copy li {
    position: relative;
    padding-left: 28px;
    color: var(--ink);
    font-weight: 750;
}
.home-compact-about-copy li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--fenix-red);
    font-weight: 950;
}
.home-compact-final { padding: 0 0 clamp(64px, 7vw, 90px); background: #fff; }
.home-compact-final-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    padding: clamp(34px, 4.5vw, 52px);
    border-radius: 30px;
    background: linear-gradient(135deg, var(--fenix-red) 0%, #b4101b 100%);
    color: #fff;
    box-shadow: 0 18px 50px rgba(227,32,42,.18);
}
.home-compact-final-card > div { max-width: 720px; }
.home-compact-final-card h2 { color: #fff; }
.home-compact-final-card p { margin: 0; color: rgba(255,255,255,.78); }
.home-compact-final-card .button { flex: 0 0 auto; }

@media (max-width: 1040px) {
    .home-compact-hero-grid { grid-template-columns: 1fr .9fr; gap: 38px; }
    .home-compact-hero-media img { height: 500px; }
    .home-compact-choice-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .home-cnh-brasil-card { grid-template-columns: .85fr 1.15fr; }
    .home-compact-modality-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-packages-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
}
@media (max-width: 820px) {
    .home-compact-hero-grid,
    .home-cnh-brasil-card,
    .home-packages-grid,
    .home-compact-about-grid { grid-template-columns: 1fr; }
    .home-compact-hero-media { max-width: 620px; }
    .home-compact-hero-media img { height: auto; aspect-ratio: 4 / 3.5; }
    .home-compact-image-tag { left: 14px; }
    .home-compact-choice-grid { grid-template-columns: 1fr; }
    .home-compact-choice-card { min-height: 0; }
    .home-cnh-brasil-brand { min-height: 0; }
    .home-cnh-brasil-brand img { max-width: 520px; }
    .home-compact-heading-row { align-items: flex-start; flex-direction: column; }
    .home-packages-pills { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .home-compact-about-media { order: 2; }
    .home-compact-about-copy { order: 1; }
    .home-compact-final-card { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 560px) {
    .home-compact-hero { padding: 46px 0 56px; }
    .home-compact-hero-copy h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
    .home-compact-actions { align-items: stretch; flex-direction: column; }
    .home-compact-actions .button { width: 100%; }
    .home-compact-hero-note { line-height: 1.5; }
    .home-compact-hero-media img { border-radius: 24px 24px 56px 24px; aspect-ratio: 4 / 4.2; }
    .home-compact-section { padding: 60px 0; }
    .home-cnh-brasil { padding-top: 0; }
    .home-cnh-brasil-card { width: calc(100% - 28px); padding: 25px 20px; border-radius: 24px; }
    .home-cnh-brasil-brand { padding: 14px; border-radius: 18px; }
    .home-compact-modality-grid { grid-template-columns: 1fr; }
    .home-packages { padding: 56px 0; }
    .home-packages-pills { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-package-option { min-height: 66px; }
    .home-compact-about-media img { height: 390px; border-radius: 24px; }
    .home-compact-final { padding-bottom: 62px; }
    .home-compact-final-card { width: calc(100% - 28px); padding: 30px 22px; border-radius: 24px; }
    .home-compact-final-card .button { width: 100%; }
}

/* --------------------------------------------------------------------------
   Como começar sua CNH — versão compacta v0.12
   -------------------------------------------------------------------------- */
.cnh-compact-page { background: #fff; }
.cnh-compact-hero { padding: 62px 0 54px; overflow: hidden; background: radial-gradient(circle at 86% 16%, rgba(246,189,36,.18), transparent 28%), linear-gradient(135deg, #fff 0%, #f5f7fb 100%); }
.cnh-compact-hero-inner { display: block; }
.cnh-compact-hero-copy { max-width: 860px; margin: 0 auto; text-align: center; }
.cnh-compact-hero h1 { margin: 0 0 18px; color: var(--fenix-blue); font-size: clamp(2.6rem, 5vw, 4.75rem); line-height: .98; letter-spacing: -.055em; }
.cnh-compact-hero-copy > p:not(.cnh-compact-note) { max-width: 700px; margin: 0 auto; color: var(--muted); font-size: 1.08rem; }
.cnh-compact-hero-copy .hero-actions { justify-content: center; }
.cnh-compact-note { width: fit-content; display: flex; align-items: center; justify-content: center; gap: 9px; margin: 0 auto; color: var(--ink); font-size: .9rem; font-weight: 750; text-align: center; }
.cnh-compact-note span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: rgba(18,140,78,.1); color: var(--fenix-green); font-size: .72rem; }
.cnh-compact-hero-flow { max-width: 1080px; margin: 38px auto 0; padding: 20px 24px 18px; border: 1px solid rgba(12,31,99,.09); border-radius: 22px; background: rgba(255,255,255,.78); box-shadow: 0 12px 36px rgba(12,31,99,.055); }
.cnh-hero-flow-title { display: block; margin-bottom: 16px; text-align: center; color: var(--fenix-blue); font-size: .94rem; font-weight: 900; }
.cnh-path-timeline-list { position: relative; display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); gap: 0; margin: 0; padding: 0; list-style: none; }
.cnh-path-timeline-list::before { content: ""; position: absolute; left: 7.15%; right: 7.15%; top: 25px; height: 2px; background: rgba(12,31,99,.16); }
.cnh-path-timeline-list li { position: relative; z-index: 1; min-width: 0; }
.cnh-path-timeline-list a, .cnh-path-finish { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 0 6px; color: var(--fenix-blue); text-align: center; text-decoration: none; }
.cnh-path-icon { width: 50px; height: 50px; display: grid; place-items: center; border: 2px solid rgba(12,31,99,.14); border-radius: 50%; background: #fff; color: var(--fenix-blue); box-shadow: 0 5px 16px rgba(12,31,99,.05); transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease; }
.cnh-path-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.cnh-path-label { display: block; max-width: 112px; color: inherit; font-size: .76rem; font-weight: 850; line-height: 1.2; }
.cnh-path-timeline-list a:hover .cnh-path-icon, .cnh-path-timeline-list a:focus-visible .cnh-path-icon { transform: translateY(-3px); border-color: var(--fenix-blue); background: var(--fenix-blue); color: #fff; box-shadow: 0 9px 22px rgba(12,31,99,.15); }
.cnh-path-timeline-list a:hover, .cnh-path-timeline-list a:focus-visible { color: var(--fenix-red); outline: none; }
.cnh-path-timeline-list .is-finish .cnh-path-icon { border-color: var(--fenix-red); background: var(--fenix-red); color: #fff; }
.cnh-path-timeline-list .is-finish .cnh-path-label { color: var(--fenix-red); font-weight: 950; }

.cnh-compact-overview { padding: 72px 0; }
.cnh-compact-heading { margin-bottom: 30px; }
.cnh-compact-heading h2 { font-size: clamp(1.9rem, 3.2vw, 2.85rem); }
.cnh-compact-process { display: grid; grid-template-columns: repeat(7, minmax(0,1fr)); gap: 9px; margin: 0; padding: 0; list-style: none; }
.cnh-compact-process li { position: relative; min-width: 0; }
.cnh-compact-process li:not(:last-child)::after { content: ""; position: absolute; top: 27px; right: -8px; z-index: 0; width: 8px; height: 2px; background: rgba(12,31,99,.18); }
.cnh-compact-process a, .cnh-process-finish > div { min-height: 122px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding: 17px 14px; border: 1px solid var(--line); border-radius: 18px; background: #fff; color: var(--ink); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.cnh-compact-process a:hover, .cnh-compact-process a:focus { transform: translateY(-3px); border-color: rgba(227,32,42,.4); box-shadow: 0 10px 28px rgba(12,31,99,.08); }
.cnh-compact-process span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: rgba(227,32,42,.1); color: var(--fenix-red); font-size: .75rem; font-weight: 950; }
.cnh-compact-process strong { font-size: .88rem; line-height: 1.25; }
.cnh-process-finish > div { border-color: var(--fenix-blue); background: var(--fenix-blue); color: #fff; }
.cnh-process-finish span { background: var(--fenix-yellow); color: var(--fenix-blue); }

.cnhbr-section { padding: 70px 0; }
.cnhbr-card { display: grid; grid-template-columns: .72fr 1.28fr; gap: 48px; align-items: center; padding: 38px 44px; border: 1px solid rgba(12,31,99,.08); border-radius: 28px; background: #fff; box-shadow: 0 14px 45px rgba(12,31,99,.07); }
.cnhbr-brand { min-height: 230px; display: grid; place-items: center; padding: 28px; border-radius: 22px; background: #f5f7fb; }
.cnhbr-brand img { width: 100%; max-width: 330px; max-height: 180px; object-fit: contain; }
.cnhbr-copy h2 { margin: 0 0 14px; color: var(--fenix-blue); font-size: clamp(2rem, 3.3vw, 3.05rem); line-height: 1.03; letter-spacing: -.04em; }
.cnhbr-copy > p { margin: 0; color: var(--muted); }
.cnhbr-copy > .button { margin-top: 24px; }
.cnhbr-secondary { margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--line); }
.cnhbr-secondary strong { color: var(--fenix-blue); }
.cnhbr-secondary p { margin: 5px 0 8px; color: var(--muted); font-size: .92rem; }
.cnhbr-secondary a { color: var(--fenix-red); font-weight: 850; text-decoration: none; }

.cnh-accordion-section { padding: 76px 0 62px; }
.cnh-accordion-layout { display: grid; grid-template-columns: .64fr 1.36fr; gap: 60px; align-items: start; }
.cnh-accordion-layout .section-heading { position: sticky; top: 150px; margin-bottom: 0; }
.cnh-accordion-list { display: grid; gap: 10px; }
.cnh-accordion-item { scroll-margin-top: 150px; border: 1px solid var(--line); border-radius: 18px; background: #fff; overflow: hidden; }
.cnh-accordion-item[open] { border-color: rgba(12,31,99,.22); box-shadow: 0 10px 30px rgba(12,31,99,.06); }
.cnh-accordion-item summary { display: grid; grid-template-columns: 48px minmax(0,1fr) 32px; gap: 14px; align-items: center; padding: 18px 20px; cursor: pointer; list-style: none; }
.cnh-accordion-item summary::-webkit-details-marker { display: none; }
.cnh-accordion-number { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--fenix-blue); color: #fff; font-size: .78rem; font-weight: 950; }
.cnh-accordion-summary-copy { min-width: 0; }
.cnh-accordion-summary-copy strong { display: block; color: var(--fenix-blue); font-size: 1.08rem; line-height: 1.25; }
.cnh-accordion-summary-copy small { display: block; margin-top: 3px; color: var(--muted); font-size: .82rem; }
.cnh-accordion-toggle { width: 28px; height: 28px; position: relative; border-radius: 50%; background: var(--soft); }
.cnh-accordion-toggle::before, .cnh-accordion-toggle::after { content: ""; position: absolute; left: 8px; top: 13px; width: 12px; height: 2px; background: var(--fenix-red); }
.cnh-accordion-toggle::after { transform: rotate(90deg); transition: transform .2s ease; }
.cnh-accordion-item[open] .cnh-accordion-toggle::after { transform: rotate(0); }
.cnh-accordion-content { padding: 0 20px 22px 82px; }
.cnh-accordion-content > p { margin: 0; color: var(--muted); }
.cnh-accordion-highlight { display: flex; gap: 10px; align-items: flex-start; margin-top: 15px; padding: 13px 15px; border-radius: 13px; background: var(--soft); }
.cnh-accordion-highlight span { flex: 0 0 23px; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: rgba(18,140,78,.1); color: var(--fenix-green); font-size: .72rem; font-weight: 950; }
.cnh-accordion-highlight p { margin: 0; color: var(--ink); font-size: .88rem; font-weight: 700; }
.cnh-practice-extra { margin-top: 18px; padding: 18px; border: 1px solid rgba(12,31,99,.1); border-radius: 15px; background: #fff; }
.cnh-practice-extra > strong { color: var(--fenix-blue); }
.cnh-package-chips { display: flex; flex-wrap: wrap; gap: 7px; margin: 12px 0; }
.cnh-package-chips span { padding: 6px 10px; border-radius: 999px; background: var(--fenix-blue); color: #fff; font-size: .76rem; font-weight: 850; }
.cnh-package-chips span:last-child { background: var(--fenix-red); }
.cnh-inline-link { color: var(--fenix-red); font-size: .88rem; font-weight: 850; text-decoration: none; }

.cnh-tox-compact-section { padding: 0 0 70px; }
.cnh-tox-compact { border: 1px solid rgba(227,32,42,.2); border-left: 5px solid var(--fenix-red); border-radius: 20px; background: #fff8f8; overflow: hidden; }
.cnh-tox-compact summary { display: grid; grid-template-columns: 46px minmax(0,1fr) auto; gap: 15px; align-items: center; padding: 20px 24px; cursor: pointer; list-style: none; }
.cnh-tox-compact summary::-webkit-details-marker { display: none; }
.cnh-tox-symbol { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--fenix-red); color: #fff; font-weight: 950; }
.cnh-tox-compact summary small { display: block; color: var(--fenix-red); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.cnh-tox-compact summary strong { display: block; color: var(--fenix-blue); font-size: 1.08rem; }
.cnh-tox-compact summary em { display: block; margin-top: 2px; color: var(--muted); font-size: .82rem; font-style: normal; }
.cnh-tox-compact summary b { padding: 7px 10px; border-radius: 999px; background: var(--fenix-blue); color: #fff; font-size: .72rem; white-space: nowrap; }
.cnh-tox-compact-content { padding: 0 24px 22px 85px; }
.cnh-tox-compact-content > p { color: var(--muted); }
.cnh-tox-compact-content ul { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 16px 0 0; padding: 0; list-style: none; }
.cnh-tox-compact-content li { padding: 14px 12px 13px; border-radius: 12px; background: #fff; color: var(--ink); font-size: .82rem; font-weight: 700; text-align: center; }
.cnh-tox-compact-content li::before { content: "✓"; width: 28px; height: 28px; display: grid; place-items: center; margin: 0 auto 9px; border-radius: 50%; background: var(--fenix-red); color: #fff; font-size: .85rem; font-weight: 950; line-height: 1; }

.cnh-status-section { padding: 72px 0; }
.cnh-status-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.cnh-status-card { display: flex; flex-direction: column; min-height: 245px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.cnh-status-card > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: rgba(227,32,42,.1); color: var(--fenix-red); font-size: .76rem; font-weight: 950; }
.cnh-status-card h3 { margin: 18px 0 8px; color: var(--fenix-blue); font-size: 1.18rem; }
.cnh-status-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.cnh-status-card a { margin-top: auto; padding-top: 18px; color: var(--fenix-red); font-size: .88rem; font-weight: 850; text-decoration: none; }
.cnh-compact-cta { padding-block: 38px; }

@media (max-width: 1040px) {
    .cnh-compact-process { grid-template-columns: repeat(4,1fr); }
    .cnh-compact-process li::after { display: none; }
    .cnh-accordion-layout { grid-template-columns: 1fr; gap: 28px; }
    .cnh-accordion-layout .section-heading { position: static; }
}

@media (max-width: 760px) {
    .cnh-compact-hero { padding: 42px 0 38px; }
    .cnh-compact-hero-flow { margin-top: 30px; padding: 18px; }
    .cnh-path-timeline-list { grid-template-columns: 1fr; gap: 8px; }
    .cnh-path-timeline-list::before { left: 24px; right: auto; top: 24px; bottom: 24px; width: 2px; height: auto; }
    .cnh-path-timeline-list a, .cnh-path-finish { min-height: 44px; flex-direction: row; justify-content: flex-start; gap: 12px; padding: 0; text-align: left; }
    .cnh-path-icon { width: 48px; height: 48px; flex: 0 0 48px; }
    .cnh-path-label { max-width: none; font-size: .82rem; }
    .cnh-compact-overview, .cnhbr-section, .cnh-accordion-section, .cnh-status-section { padding: 56px 0; }
    .cnh-compact-process { grid-template-columns: repeat(2,1fr); }
    .cnhbr-card { grid-template-columns: 1fr; gap: 24px; padding: 24px 20px; }
    .cnhbr-brand { min-height: 150px; padding: 20px; }
    .cnhbr-brand img { max-height: 115px; }
    .cnh-accordion-content { padding-left: 20px; }
    .cnh-tox-compact summary { grid-template-columns: 42px 1fr; padding: 18px; }
    .cnh-tox-compact summary b { grid-column: 2; justify-self: start; }
    .cnh-tox-compact-content { padding: 0 18px 18px; }
    .cnh-tox-compact-content ul { grid-template-columns: 1fr; }
    .cnh-status-grid { grid-template-columns: 1fr; }
    .cnh-status-card { min-height: 0; }
}

@media (max-width: 470px) {
    .cnh-compact-process { grid-template-columns: 1fr; }
    .cnh-compact-process a, .cnh-process-finish > div { min-height: 0; flex-direction: row; align-items: center; }
    .cnh-accordion-item summary { grid-template-columns: 42px minmax(0,1fr) 28px; gap: 10px; padding: 16px 14px; }
    .cnh-accordion-summary-copy small { font-size: .76rem; }
}


/* Serviços compactos — v0.13.0 */
.services-v2-page { background:#fff; }
.services-v2-hero { padding:54px 0 48px; background:radial-gradient(circle at 92% 16%, rgba(246,189,36,.18), transparent 26%), linear-gradient(135deg,#fff 0%,#f5f7fb 100%); border-bottom:1px solid var(--line); }
.services-v2-hero-inner { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr); gap:48px; align-items:center; }
.services-v2-hero-copy h1 { max-width:760px; margin:0 0 14px; color:var(--fenix-blue); font-size:clamp(2.45rem,5vw,4.25rem); line-height:1; letter-spacing:-.052em; }
.services-v2-hero-copy > p { max-width:720px; margin:0; color:var(--muted); font-size:1.05rem; }
.services-v2-hero-aside { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:9px; padding:19px; border:1px solid rgba(12,31,99,.09); border-radius:22px; background:rgba(255,255,255,.74); box-shadow:0 10px 34px rgba(12,31,99,.06); }
.services-v2-hero-aside > span { display:flex; align-items:center; min-height:42px; padding:9px 11px; border-radius:11px; background:#fff; color:var(--fenix-blue); font-size:.78rem; font-weight:850; }
.services-v2-directory { padding-top:62px!important; padding-bottom:62px!important; }
.services-v2-group { display:grid; grid-template-columns:minmax(230px,.68fr) minmax(0,1.32fr); gap:38px; padding:38px 0; border-top:1px solid var(--line); }
.services-v2-group.first { padding-top:0; border-top:0; }
.services-v2-group-heading { align-self:start; position:sticky; top:110px; }
.services-v2-group-heading h2 { margin:5px 0 10px; color:var(--fenix-blue); font-size:clamp(1.65rem,2.5vw,2.3rem); line-height:1.07; letter-spacing:-.035em; }
.services-v2-group-heading p { margin:0; color:var(--muted); font-size:.94rem; }
.services-v2-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.services-v2-card { min-height:280px; display:flex; flex-direction:column; padding:24px; border:1px solid var(--line); border-radius:19px; background:#fff; box-shadow:0 8px 28px rgba(12,31,99,.045); transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
.services-v2-card:hover { transform:translateY(-2px); border-color:rgba(12,31,99,.18); box-shadow:0 13px 34px rgba(12,31,99,.075); }
.services-v2-card-head { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.services-v2-icon { min-width:44px; height:44px; padding:0 10px; display:grid; place-items:center; border-radius:13px; background:rgba(12,31,99,.075); color:var(--fenix-blue); font-size:.78rem; font-weight:950; letter-spacing:-.02em; }
.services-v2-highlight { max-width:65%; color:var(--fenix-red); font-size:.69rem; font-weight:900; text-align:right; text-transform:uppercase; letter-spacing:.045em; }
.services-v2-card h3 { margin:18px 0 8px; color:var(--fenix-blue); font-size:1.22rem; line-height:1.17; }
.services-v2-card > p { margin:0 0 14px; color:var(--muted); font-size:.91rem; }
.services-v2-detail { margin:0 0 15px; padding:11px 12px; border-radius:11px; background:var(--soft); color:var(--fenix-blue); font-size:.78rem; font-weight:800; line-height:1.45; }
.services-v2-link { display:inline-flex; align-items:center; gap:6px; margin-top:auto; color:var(--fenix-red); font-size:.87rem; font-weight:900; text-decoration:none; }
.services-v2-link:hover { text-decoration:underline; }
.services-v2-heading { max-width:760px; margin-bottom:28px; }
.services-v2-vehicles { padding:60px 0!important; }
.services-v2-vehicle-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:13px; }
.services-v2-vehicle-card { padding:20px; border:1px solid var(--line); border-radius:17px; background:#fff; }
.services-v2-vehicle-top { min-height:36px; display:flex; align-items:center; justify-content:space-between; gap:8px; }
.services-v2-vehicle-icon { min-width:36px; height:36px; padding:0 8px; display:grid; place-items:center; border-radius:11px; background:rgba(12,31,99,.08); color:var(--fenix-blue); font-size:.75rem; font-weight:950; }
.services-v2-vehicle-top > span:last-child:not(:first-child) { color:var(--fenix-red); font-size:.64rem; font-weight:900; text-align:right; text-transform:uppercase; letter-spacing:.035em; }
.services-v2-vehicle-card h3 { margin:14px 0 7px; color:var(--fenix-blue); font-size:1rem; line-height:1.18; }
.services-v2-vehicle-card p { margin:0; color:var(--muted); font-size:.82rem; }
.services-v2-packages-section { padding:0 0 62px; background:var(--soft); }
.services-v2-packages-card { display:flex; align-items:center; justify-content:space-between; gap:38px; padding:34px 38px; border-radius:24px; background:linear-gradient(135deg,var(--fenix-blue),#07123c); color:#fff; box-shadow:var(--shadow); }
.services-v2-packages-card h2 { margin:0 0 9px; color:#fff; font-size:clamp(1.75rem,3vw,2.6rem); line-height:1.06; letter-spacing:-.035em; }
.services-v2-packages-card p { max-width:760px; margin:0; color:rgba(255,255,255,.76); }
.services-v2-packages-card small { display:block; margin-top:12px; color:rgba(255,255,255,.65); }
.services-v2-packages-card > .button { flex:0 0 auto; }
.services-v2-cta-section { padding:62px 0!important; }
.services-v2-cta-card { display:flex; align-items:center; justify-content:space-between; gap:38px; padding:36px 40px; border-radius:24px; background:linear-gradient(135deg,var(--fenix-red),#b5111b); color:#fff; box-shadow:var(--shadow); }
.services-v2-cta-card h2 { margin:0 0 9px; color:#fff; font-size:clamp(1.8rem,3vw,2.75rem); line-height:1.05; letter-spacing:-.04em; }
.services-v2-cta-card p { max-width:720px; margin:0; color:rgba(255,255,255,.8); }
.services-v2-cta-card > .button { flex:0 0 auto; }

@media (max-width: 980px) {
  .services-v2-hero-inner { grid-template-columns:1fr; gap:28px; }
  .services-v2-hero-aside { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .services-v2-group { grid-template-columns:1fr; gap:22px; }
  .services-v2-group-heading { position:static; }
  .services-v2-vehicle-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 680px) {
  .services-v2-hero { padding:40px 0 38px; }
  .services-v2-hero-aside { grid-template-columns:repeat(2,minmax(0,1fr)); padding:14px; }
  .services-v2-directory { padding-top:45px!important; padding-bottom:45px!important; }
  .services-v2-group { padding:30px 0; }
  .services-v2-grid { grid-template-columns:1fr; }
  .services-v2-card { min-height:0; padding:21px; }
  .services-v2-vehicles { padding:48px 0!important; }
  .services-v2-vehicle-grid { grid-template-columns:1fr; }
  .services-v2-packages-section { padding-bottom:48px; }
  .services-v2-packages-card,.services-v2-cta-card { align-items:flex-start; flex-direction:column; gap:24px; padding:28px 22px; }
  .services-v2-packages-card > .button,.services-v2-cta-card > .button { width:100%; }
  .services-v2-cta-section { padding:48px 0!important; }
}

/* Sobre a Fênix enxuto — v0.14.0 */
.about-compact-page { background:#fff; }
.about-compact-page .section { padding:58px 0; }
.about-compact-hero { position:relative; overflow:hidden; padding:48px 0 46px; background:radial-gradient(circle at 92% 12%,rgba(246,189,36,.18),transparent 26%),linear-gradient(135deg,#fff 0%,#f5f7fb 100%); border-bottom:1px solid var(--line); }
.about-compact-hero-grid { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr); gap:48px; align-items:center; }
.about-compact-hero-copy h1 { max-width:760px; margin:0 0 15px; color:var(--fenix-blue); font-size:clamp(2.35rem,4.8vw,4.05rem); line-height:1; letter-spacing:-.052em; }
.about-compact-hero-copy > p { max-width:690px; margin:0; color:var(--muted); font-size:1.02rem; }
.about-compact-hero-media { position:relative; }
.about-compact-hero-media > img { width:100%; height:360px; object-fit:cover; object-position:center; border-radius:24px 24px 56px 24px; box-shadow:0 16px 46px rgba(12,31,99,.12); }
.about-compact-year-badge { position:absolute; left:-18px; bottom:22px; min-width:102px; padding:13px 15px; border-radius:15px; background:var(--fenix-blue); color:#fff; box-shadow:0 12px 30px rgba(12,31,99,.18); }
.about-compact-year-badge strong,.about-compact-year-badge span { display:block; }
.about-compact-year-badge strong { color:var(--fenix-yellow); font-size:1.35rem; line-height:1; }
.about-compact-year-badge span { margin-top:4px; font-size:.69rem; font-weight:850; opacity:.78; }

.about-compact-story-grid { display:grid; grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr); gap:54px; align-items:start; }
.about-compact-story-copy h2,.about-compact-team-copy h2 { margin:4px 0 14px; color:var(--fenix-blue); font-size:clamp(1.9rem,3.3vw,2.85rem); line-height:1.05; letter-spacing:-.04em; }
.about-compact-rich-text p { margin:0 0 11px; color:var(--muted); font-size:.97rem; }
.about-compact-rich-text p:last-child { margin-bottom:0; }
.about-compact-pillars { display:grid; gap:10px; }
.about-compact-pillar { display:grid; grid-template-columns:42px minmax(0,1fr); gap:14px; align-items:start; padding:16px 18px; border:1px solid var(--line); border-radius:16px; background:#fff; box-shadow:0 5px 18px rgba(12,31,99,.035); }
.about-compact-pillar > span { width:36px; height:36px; display:grid; place-items:center; border-radius:11px; background:rgba(227,32,42,.09); color:var(--fenix-red); font-size:.7rem; font-weight:950; }
.about-compact-pillar h3 { margin:1px 0 4px; color:var(--fenix-blue); font-size:1rem; }
.about-compact-pillar p { margin:0; color:var(--muted); font-size:.84rem; }

.about-compact-heading { max-width:740px; margin-bottom:24px; }
.about-compact-gallery { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; }
.about-compact-gallery-item { position:relative; min-width:0; height:210px; margin:0; overflow:hidden; border-radius:18px; background:var(--soft); box-shadow:0 8px 24px rgba(12,31,99,.06); }
.about-compact-gallery-item img { width:100%; height:100%; object-fit:cover; transition:transform .3s ease; }
.about-compact-gallery-item:hover img { transform:scale(1.025); }
.about-compact-gallery-item::after { content:""; position:absolute; inset:auto 0 0; height:48%; background:linear-gradient(to top,rgba(4,10,32,.72),transparent); pointer-events:none; }
.about-compact-gallery-item figcaption { position:absolute; z-index:1; left:14px; right:14px; bottom:12px; color:#fff; font-size:.82rem; font-weight:900; line-height:1.2; }
.about-compact-gallery-item-2 img { object-position:center 56%; }
.about-compact-gallery-item-3 img { object-position:center 55%; }
.about-compact-gallery-item-4 img { object-position:center 42%; }

.about-compact-team-card { display:grid; grid-template-columns:minmax(340px,.96fr) minmax(0,1.04fr); gap:44px; align-items:center; padding:24px; border:1px solid var(--line); border-radius:26px; background:#fff; box-shadow:0 10px 34px rgba(12,31,99,.055); }
.about-compact-team-media img { width:100%; height:380px; object-fit:cover; object-position:center 28%; border-radius:19px; }
.about-compact-team-copy { max-width:590px; padding-right:22px; }
.about-compact-team-copy > p { margin:0; color:var(--muted); font-size:.98rem; }

.about-compact-cta-section { padding:0 0 58px; }
.about-compact-cta-card { display:flex; align-items:center; justify-content:space-between; gap:38px; padding:32px 38px; border-radius:23px; background:linear-gradient(135deg,var(--fenix-red),#b5111b); color:#fff; box-shadow:var(--shadow); }
.about-compact-cta-card h2 { margin:0 0 8px; color:#fff; font-size:clamp(1.7rem,3vw,2.55rem); line-height:1.05; letter-spacing:-.035em; }
.about-compact-cta-card p { max-width:680px; margin:0; color:rgba(255,255,255,.8); }
.about-compact-cta-actions { flex:0 0 auto; display:flex; flex-wrap:wrap; gap:10px; }
.about-compact-cta-whatsapp { border-color:rgba(255,255,255,.5); background:transparent; color:#fff; }
.about-compact-cta-whatsapp:hover,.about-compact-cta-whatsapp:focus { border-color:#fff; background:rgba(255,255,255,.1); }

/* Ajuste leve no bloco de serviços do topo — v0.14.0 */
.services-v2-hero-aside { background:rgba(255,255,255,.86); box-shadow:0 14px 38px rgba(12,31,99,.075); }
.services-v2-hero-aside > span { position:relative; overflow:hidden; border:1px solid rgba(12,31,99,.08); background:linear-gradient(135deg,#f5f7fb 0%,#fff 100%); box-shadow:0 5px 14px rgba(12,31,99,.045); }
.services-v2-hero-aside > span::before { content:""; width:3px; align-self:stretch; margin:-9px 9px -9px -11px; background:rgba(227,32,42,.72); border-radius:3px; }

@media (max-width: 980px) {
  .about-compact-hero-grid,.about-compact-story-grid,.about-compact-team-card { grid-template-columns:1fr; }
  .about-compact-hero-grid { gap:30px; }
  .about-compact-hero-media > img { height:330px; }
  .about-compact-year-badge { left:16px; bottom:16px; }
  .about-compact-story-grid { gap:28px; }
  .about-compact-gallery { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .about-compact-team-card { gap:26px; }
  .about-compact-team-media img { height:430px; }
  .about-compact-team-copy { max-width:none; padding:0 8px 8px; }
  .about-compact-cta-card { align-items:flex-start; flex-direction:column; gap:24px; }
}
@media (max-width: 680px) {
  .about-compact-page .section { padding:46px 0; }
  .about-compact-hero { padding:38px 0 40px; }
  .about-compact-hero-media > img { height:300px; border-radius:20px 20px 46px 20px; }
  .about-compact-gallery { grid-template-columns:1fr 1fr; gap:9px; }
  .about-compact-gallery-item { height:165px; border-radius:15px; }
  .about-compact-gallery-item figcaption { left:11px; right:11px; bottom:10px; font-size:.75rem; }
  .about-compact-team-card { padding:16px; border-radius:20px; }
  .about-compact-team-media img { height:350px; border-radius:15px; }
  .about-compact-cta-section { padding-bottom:46px; }
  .about-compact-cta-card { padding:27px 22px; }
  .about-compact-cta-actions { width:100%; flex-direction:column; }
  .about-compact-cta-actions .button { width:100%; }
}
@media (max-width: 440px) {
  .about-compact-gallery { grid-template-columns:1fr; }
  .about-compact-gallery-item { height:190px; }
}


/* --------------------------------------------------------------------------
   v0.15.0 — consistência de navegação e acabamento visual
   -------------------------------------------------------------------------- */
.services-v2-hero-aside a {
    display:flex; align-items:center; gap:10px; min-height:44px; padding:10px 12px;
    position:relative; overflow:hidden; border:1px solid rgba(12,31,99,.09); border-radius:12px;
    background:linear-gradient(135deg,#f3f6fc 0%,#fff 100%); color:var(--fenix-blue);
    font-size:.79rem; font-weight:850; text-decoration:none;
    box-shadow:0 5px 15px rgba(12,31,99,.05);
    transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.services-v2-hero-aside a::before { content:""; width:3px; align-self:stretch; margin:-10px 0 -10px -12px; background:rgba(227,32,42,.76); border-radius:3px; }
.services-v2-hero-aside a > span { margin-left:auto; color:var(--fenix-red); font-size:1rem; line-height:1; }
.services-v2-hero-aside a:hover,.services-v2-hero-aside a:focus-visible { transform:translateY(-2px); border-color:rgba(227,32,42,.28); background:#fff; box-shadow:0 10px 22px rgba(12,31,99,.09); outline:none; }
.services-v2-card,.services-v2-group { scroll-margin-top:120px; }
.floating-whatsapp svg { width:29px; height:29px; display:block; }


/* Refinamentos de Contato e ícones de Serviços — v0.16.0 */
.contact-page--compact .contact-cards-section { padding-top: 48px; padding-bottom: 50px; }
.contact-page--compact .contact-map-section--last { padding-top: 52px; padding-bottom: 68px; }
.contact-page--compact .contact-info-card { box-shadow: 0 8px 28px rgba(12,31,99,.045); }

.services-v2-icon,
.services-v2-vehicle-icon,
.services-v2-shortcut-icon {
    padding: 0;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
}
.services-v2-icon { width: 46px; min-width: 46px; height: 46px; }
.services-v2-icon svg { width: 25px; height: 25px; }
.services-v2-vehicle-icon { width: 38px; min-width: 38px; height: 38px; }
.services-v2-vehicle-icon svg { width: 21px; height: 21px; }
.services-v2-shortcut-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(12,31,99,.075);
    color: var(--fenix-blue);
}
.services-v2-shortcut-icon svg { width: 19px; height: 19px; }
.services-v2-hero-aside a {
    gap: 9px;
}
.services-v2-hero-aside a::before { display: none; }
.services-v2-shortcut-label { min-width: 0; line-height: 1.18; }
.services-v2-hero-aside a > .services-v2-shortcut-arrow {
    margin-left: auto;
    color: var(--fenix-red);
    font-size: 1rem;
    line-height: 1;
}
.services-v2-hero-aside a:hover .services-v2-shortcut-icon,
.services-v2-hero-aside a:focus-visible .services-v2-shortcut-icon {
    background: rgba(227,32,42,.09);
    color: var(--fenix-red);
}

@media (max-width: 520px) {
    .services-v2-hero-aside { grid-template-columns: 1fr; }
    .services-v2-hero-aside a { min-height: 50px; }
}
.services-v2-hero-aside a > .services-v2-shortcut-icon {
    margin-left: 0;
    color: var(--fenix-blue);
    font-size: inherit;
}
.services-v2-hero-aside a > .services-v2-shortcut-label {
    margin-left: 0;
    color: var(--fenix-blue);
    font-size: .79rem;
}

/* =========================================================
   Home focada em Primeira Habilitação — v0.17.2
   ========================================================= */
.home-focus-hero { padding-bottom: clamp(72px, 8vw, 104px); }
.home-focus-image-tag { background: var(--fenix-red); }

.home-focus-benefits {
    position: relative;
    z-index: 3;
    margin-top: -34px;
    padding-bottom: clamp(48px, 5vw, 64px);
}
.home-focus-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(12,31,99,.09);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 54px rgba(12,31,99,.10);
}
.home-focus-benefit {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 15px;
    align-items: start;
    padding: 24px 26px;
}
.home-focus-benefit + .home-focus-benefit { border-left: 1px solid var(--line); }
.home-focus-benefit-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 14px;
    background: rgba(227,32,42,.08);
    color: var(--fenix-red);
}
.home-focus-benefit-icon svg { width: 24px; height: 24px; }
.home-focus-benefit h2 {
    margin: 0 0 5px;
    color: var(--fenix-blue);
    font-size: 1rem;
    line-height: 1.25;
}
.home-focus-benefit p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.55; }

.home-focus-modalities { padding-top: clamp(54px, 6vw, 76px); }
.home-focus-modality-card {
    position: relative;
    min-height: 228px;
    padding: 25px;
    transition: transform .2s ease, box-shadow .2s ease;
}
.home-focus-modality-card:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(12,31,99,.09); }
.home-focus-modality-card .home-focus-modality-icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    padding: 0;
    border-radius: 14px;
    background: rgba(12,31,99,.06);
    color: var(--fenix-blue);
}
.home-focus-modality-icon svg { width: 25px; height: 25px; }
.home-focus-modality-card .home-focus-modality-badge {
    position: absolute;
    top: 25px;
    right: 24px;
    min-height: 26px;
    padding: 4px 9px;
}
.home-focus-modality-card.is-featured {
    border-color: transparent;
    background: linear-gradient(145deg, var(--fenix-blue) 0%, #142f88 100%);
    box-shadow: 0 16px 42px rgba(12,31,99,.18);
}
.home-focus-modality-card.is-featured .home-focus-modality-icon {
    background: rgba(255,255,255,.12);
    color: #fff;
}
.home-focus-modality-card.is-featured .home-focus-modality-badge {
    background: var(--fenix-yellow);
    color: var(--fenix-blue);
}
.home-focus-modality-card.is-featured h3 { color: #fff; }
.home-focus-modality-card.is-featured p { color: rgba(255,255,255,.76); }

.home-focus-services { background: #fff; padding-top: clamp(58px, 6vw, 76px); padding-bottom: clamp(58px, 6vw, 76px); }
.home-focus-services-heading { margin-bottom: 26px; }
.home-focus-services-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}
.home-focus-service-link {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-height: 84px;
    padding: 15px 16px;
    border: 1px solid var(--line);
    border-radius: 17px;
    background: #f9fafc;
    color: var(--fenix-blue);
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.home-focus-service-link:hover {
    transform: translateY(-2px);
    border-color: rgba(227,32,42,.28);
    background: #fff;
}
.home-focus-service-icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 11px;
    background: rgba(227,32,42,.08);
    color: var(--fenix-red);
}
.home-focus-service-icon svg { width: 20px; height: 20px; }
.home-focus-service-link strong { font-size: .88rem; line-height: 1.25; }
.home-focus-service-arrow { color: var(--fenix-red); font-weight: 950; }

.home-focus-about { padding-top: clamp(56px, 6vw, 74px); padding-bottom: clamp(56px, 6vw, 74px); background: var(--soft); }
.home-focus-about .home-compact-about-grid { grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); }
.home-focus-about .home-compact-about-media img { height: clamp(320px, 34vw, 410px); }
.home-focus-about-button { margin-top: 25px; }
.home-focus-final { padding-top: clamp(54px, 6vw, 72px); }

@media (max-width: 1040px) {
    .home-focus-services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
    .home-focus-benefit-grid { grid-template-columns: 1fr; }
    .home-focus-benefit + .home-focus-benefit { border-left: 0; border-top: 1px solid var(--line); }
    .home-focus-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-focus-about .home-compact-about-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
    .home-focus-hero { padding-bottom: 72px; }
    .home-focus-benefits { margin-top: -24px; padding-bottom: 38px; }
    .home-focus-benefit { grid-template-columns: 42px minmax(0, 1fr); padding: 19px 18px; }
    .home-focus-benefit-icon { width: 40px; height: 40px; }
    .home-focus-modality-card { min-height: 0; }
    .home-focus-services-grid { grid-template-columns: 1fr; }
    .home-focus-service-link { min-height: 72px; }
    .home-focus-about .home-compact-about-media img { height: 330px; }
}


/* v0.17.5 — Serviços: explicações completas sem perder escaneabilidade */
.services-v2-grid--expanded { grid-template-columns: 1fr; gap: 22px; }
.services-v2-card--expanded { min-height: 0; padding: 28px; }
.services-v2-card--expanded h3 { margin: 18px 0 9px; font-size: clamp(1.35rem, 2vw, 1.65rem); }
.services-v2-card--expanded .services-v2-intro { max-width: 820px; margin: 0 0 17px; color: var(--muted); font-size: .96rem; line-height: 1.65; }
.services-v2-info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 4px; }
.services-v2-info-block { padding: 18px 19px; border: 1px solid var(--line); border-radius: 15px; background: #f8f9fc; }
.services-v2-info-block--fenix { border-color: rgba(12,31,99,.13); background: rgba(12,31,99,.045); }
.services-v2-info-block h4 { margin: 0 0 7px; color: var(--fenix-blue); font-size: .92rem; letter-spacing: -.015em; }
.services-v2-info-block p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.58; }
.services-v2-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 18px; margin: 18px 0 0; padding: 0; list-style: none; }
.services-v2-points li { display: flex; align-items: flex-start; gap: 8px; color: var(--fenix-blue); font-size: .84rem; font-weight: 760; line-height: 1.45; }
.services-v2-points li > span { flex: 0 0 auto; display: grid; place-items: center; width: 19px; height: 19px; margin-top: 1px; border-radius: 50%; background: rgba(227,32,42,.09); color: var(--fenix-red); font-size: .69rem; font-weight: 950; }
.services-v2-card--expanded .services-v2-detail { margin-top: 2px; }
.services-v2-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 15px 20px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.services-v2-actions .button { min-height: 42px; padding: 10px 17px; font-size: .84rem; }
.services-v2-secondary-link { display: inline-flex; align-items: center; gap: 6px; color: var(--fenix-blue); font-size: .86rem; font-weight: 900; text-decoration: none; }
.services-v2-secondary-link:hover { color: var(--fenix-red); text-decoration: underline; }

@media (max-width: 760px) {
    .services-v2-card--expanded { padding: 22px 19px; }
    .services-v2-info-grid { grid-template-columns: 1fr; }
    .services-v2-points { grid-template-columns: 1fr; }
    .services-v2-actions { align-items: stretch; flex-direction: column; }
    .services-v2-actions .button { width: 100%; text-align: center; }
    .services-v2-secondary-link { justify-content: center; min-height: 42px; }
}

/* v0.17.6 — Serviços: conteúdo mais comercial e blocos adaptados por situação */
.services-v2-points--paths li,
.services-v2-points--situations li {
    min-height: 48px;
    padding: 11px 12px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fafbfe;
}
.services-v2-points--paths li:nth-child(-n+2) {
    border-color: rgba(227,32,42,.16);
    background: rgba(227,32,42,.035);
}
.services-v2-points--paths li > span {
    background: rgba(12,31,99,.08);
    color: var(--fenix-blue);
}
.services-v2-points--situations {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.services-v2-points--situations li {
    color: var(--ink);
    font-weight: 700;
}
.services-v2-points--steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}
.services-v2-points--steps li {
    position: relative;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: center;
    min-height: 74px;
    padding: 13px;
    border: 1px solid rgba(12,31,99,.11);
    border-radius: 14px;
    background: rgba(12,31,99,.035);
    color: var(--ink);
    font-weight: 760;
}
.services-v2-points--steps li > span {
    width: 28px;
    height: 28px;
    margin: 0;
    background: var(--fenix-blue);
    color: #fff;
    font-size: .76rem;
}

@media (max-width: 920px) {
    .services-v2-points--situations,
    .services-v2-points--steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
    .services-v2-points--situations,
    .services-v2-points--steps { grid-template-columns: 1fr; }
}


/* v0.17.7 — Serviços: seis atendimentos independentes */
.services-independent-directory { background:#fff; }
.services-independent-service { scroll-margin-top:118px; padding:clamp(58px,7vw,86px) 0; border-top:1px solid rgba(12,31,99,.07); }
.services-independent-service.is-soft { background:linear-gradient(180deg,#f7f9fd 0%,#f3f6fb 100%); }
.services-independent-inner { max-width:1120px; }
.services-independent-heading { display:grid; grid-template-columns:64px minmax(0,1fr); gap:22px; align-items:start; max-width:930px; margin-bottom:32px; }
.services-independent-heading-icon { width:58px; height:58px; display:grid; place-items:center; border-radius:17px; background:var(--fenix-blue); color:#fff; box-shadow:0 12px 28px rgba(12,31,99,.15); }
.services-independent-heading-icon svg { width:29px; height:29px; }
.services-independent-kicker { display:inline-block; margin-bottom:8px; color:var(--fenix-red); font-size:.75rem; font-weight:950; letter-spacing:.055em; text-transform:uppercase; }
.services-independent-heading h2 { margin:0 0 10px; color:var(--fenix-blue); font-size:clamp(2rem,4vw,3.15rem); line-height:1.02; letter-spacing:-.045em; }
.services-independent-heading p { max-width:800px; margin:0; color:var(--muted); font-size:1rem; line-height:1.7; }
.services-independent-detail { display:inline-flex; margin-top:14px; padding:8px 12px; border-radius:10px; background:rgba(12,31,99,.06); color:var(--fenix-blue); font-size:.79rem; font-weight:850; }
.services-independent-block { padding:25px; border:1px solid var(--line); border-radius:20px; background:#fff; box-shadow:0 8px 26px rgba(12,31,99,.045); }
.services-independent-block--accent { border-color:rgba(12,31,99,.12); background:linear-gradient(145deg,#0c1f63,#081747); color:#fff; }
.services-independent-block h3,.services-independent-lead h3,.services-independent-copy-row h3 { margin:0 0 9px; color:var(--fenix-blue); font-size:1.12rem; letter-spacing:-.02em; }
.services-independent-block p,.services-independent-lead p,.services-independent-copy-row p { margin:0; color:var(--muted); line-height:1.63; font-size:.9rem; }
.services-independent-block--accent h3 { color:#fff; }
.services-independent-block--accent p { color:rgba(255,255,255,.75); }
.services-first-license-layout { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.services-category-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; margin-top:20px; }
.services-category-card { padding:17px 13px; border-radius:14px; background:#f5f7fb; border:1px solid rgba(12,31,99,.08); text-align:center; }
.services-category-card strong { display:block; color:var(--fenix-blue); font-size:.91rem; }
.services-category-card span { display:block; margin-top:4px; color:var(--muted); font-size:.76rem; }
.services-category-card--ab { background:rgba(227,32,42,.055); border-color:rgba(227,32,42,.15); }
.services-inline-label { margin:19px 0 8px; color:rgba(255,255,255,.62); font-size:.69rem; font-weight:900; letter-spacing:.06em; text-transform:uppercase; }
.services-inline-chips { display:flex; flex-wrap:wrap; gap:7px; }
.services-inline-chips span { padding:7px 9px; border-radius:9px; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.13); color:#fff; font-size:.72rem; font-weight:800; }
.services-inline-chips--packages span.is-custom { background:rgba(227,32,42,.25); border-color:rgba(255,255,255,.16); }
.services-addition-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.services-addition-card { position:relative; overflow:hidden; padding:27px; border-radius:21px; border:1px solid rgba(12,31,99,.11); background:#fff; box-shadow:0 8px 28px rgba(12,31,99,.05); }
.services-addition-card::after { content:""; position:absolute; inset:auto -40px -58px auto; width:135px; height:135px; border-radius:50%; background:rgba(12,31,99,.045); }
.services-addition-card--car { border-color:rgba(227,32,42,.13); }
.services-addition-type { display:block; color:var(--fenix-red); font-size:.75rem; font-weight:950; letter-spacing:.045em; text-transform:uppercase; }
.services-addition-card > strong { display:inline-block; margin:12px 0 15px; padding:6px 10px; border-radius:9px; background:var(--fenix-blue); color:#fff; font-size:.82rem; letter-spacing:.04em; }
.services-addition-card--car > strong { background:var(--fenix-red); }
.services-addition-card h3 { position:relative; z-index:1; margin:0 0 8px; color:var(--fenix-blue); font-size:1.2rem; }
.services-addition-card p { position:relative; z-index:1; max-width:520px; margin:0; color:var(--muted); line-height:1.62; font-size:.88rem; }
.services-independent-points--compact { display:flex; flex-wrap:wrap; gap:8px; margin-top:15px; }
.services-independent-points--compact span { display:flex; align-items:center; gap:7px; padding:8px 11px; border-radius:10px; background:rgba(12,31,99,.055); color:var(--fenix-blue); font-size:.76rem; font-weight:800; }
.services-independent-points--compact i { color:var(--fenix-red); font-style:normal; }
.services-independent-copy-row { display:grid; grid-template-columns:1fr 1fr; gap:15px; margin-bottom:17px; }
.services-independent-copy-row > div { padding:20px 21px; border-radius:17px; background:#fff; border:1px solid var(--line); }
.services-independent-copy-row > .is-accent { background:rgba(12,31,99,.045); border-color:rgba(12,31,99,.1); }
.services-situations-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; }
.services-situations-grid > div { display:flex; gap:10px; align-items:flex-start; min-height:72px; padding:15px; border-radius:14px; background:#fff; border:1px solid rgba(12,31,99,.08); color:var(--fenix-blue); font-size:.81rem; font-weight:780; line-height:1.45; }
.services-situations-grid span { flex:0 0 auto; display:grid; place-items:center; width:20px; height:20px; border-radius:50%; background:rgba(227,32,42,.09); color:var(--fenix-red); font-size:.7rem; font-weight:950; }
.services-inline-note { margin-top:14px; padding:12px 14px; border-left:3px solid var(--fenix-red); background:rgba(255,255,255,.65); color:var(--muted); font-size:.8rem; }
.services-independent-lead { max-width:780px; margin-bottom:20px; }
.services-process-list { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; margin:0; padding:0; list-style:none; counter-reset:steps; }
.services-process-list li { min-height:116px; padding:17px; border-radius:16px; background:#fff; border:1px solid rgba(12,31,99,.08); }
.services-process-list li > span { width:28px; height:28px; display:grid; place-items:center; margin-bottom:12px; border-radius:9px; background:var(--fenix-blue); color:#fff; font-size:.74rem; font-weight:950; }
.services-process-list li p { margin:0; color:var(--fenix-blue); font-size:.81rem; font-weight:780; line-height:1.45; }
.services-process-list--reciclagem li > span { background:var(--fenix-red); }
.services-independent-callout { margin-top:17px; padding:17px 19px; border-radius:15px; background:rgba(227,32,42,.055); border:1px solid rgba(227,32,42,.12); }
.services-independent-callout--blue { background:rgba(12,31,99,.055); border-color:rgba(12,31,99,.1); }
.services-independent-callout strong { color:var(--fenix-blue); font-size:.9rem; }
.services-independent-callout p { margin:5px 0 0; color:var(--muted); font-size:.83rem; line-height:1.55; }
.services-rehab-layout { display:grid; grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr); gap:18px; }
.services-rehab-help-title { margin-top:22px!important; padding-top:20px; border-top:1px solid var(--line); }
.services-rehab-journey { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.services-rehab-journey > div { display:flex; align-items:center; gap:12px; padding:14px 15px; border-radius:14px; background:#fff; border:1px solid rgba(12,31,99,.08); }
.services-rehab-journey span { flex:0 0 auto; width:31px; height:31px; display:grid; place-items:center; border-radius:10px; background:rgba(12,31,99,.08); color:var(--fenix-blue); font-size:.73rem; font-weight:950; }
.services-rehab-journey p { margin:0; color:var(--fenix-blue); font-size:.81rem; font-weight:800; }
.services-independent-actions { display:flex; align-items:center; flex-wrap:wrap; gap:15px 20px; margin-top:27px; padding-top:23px; border-top:1px solid rgba(12,31,99,.09); }
.services-independent-actions .button { min-height:44px; }
.services-independent-secondary { display:inline-flex; align-items:center; gap:6px; color:var(--fenix-blue); font-size:.85rem; font-weight:900; text-decoration:none; }
.services-independent-secondary:hover { color:var(--fenix-red); text-decoration:underline; }
.services-independent-service .services-price { margin-top:20px; }

@media (max-width:900px) {
    .services-first-license-layout,.services-addition-grid,.services-independent-copy-row,.services-rehab-layout { grid-template-columns:1fr; }
    .services-situations-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .services-process-list { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:640px) {
    .services-independent-service { padding:48px 0; }
    .services-independent-heading { grid-template-columns:48px minmax(0,1fr); gap:14px; margin-bottom:24px; }
    .services-independent-heading-icon { width:46px; height:46px; border-radius:14px; }
    .services-independent-heading-icon svg { width:23px; height:23px; }
    .services-independent-heading h2 { font-size:clamp(1.75rem,9vw,2.25rem); }
    .services-category-grid { grid-template-columns:1fr; }
    .services-situations-grid,.services-process-list,.services-rehab-journey { grid-template-columns:1fr; }
    .services-independent-block,.services-addition-card { padding:20px 18px; }
    .services-independent-actions { align-items:stretch; flex-direction:column; }
    .services-independent-actions .button { width:100%; text-align:center; }
    .services-independent-secondary { justify-content:center; min-height:42px; }
}


/* v0.17.8 — Primeira Habilitação interativa */
.services-license-interaction { margin-top:18px; }
.services-interaction-hint { display:flex; align-items:center; gap:7px; margin:0 0 12px!important; color:var(--muted)!important; font-size:.76rem!important; font-weight:750; line-height:1.4!important; }
.services-interaction-hint > span { display:grid; place-items:center; width:22px; height:22px; flex:0 0 22px; border-radius:7px; background:rgba(12,31,99,.065); color:var(--fenix-blue); font-weight:950; }
.services-category-card { appearance:none; width:100%; min-height:270px; position:relative; overflow:hidden; display:flex; flex-direction:column; align-items:center; justify-content:flex-start; font:inherit; cursor:pointer; transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease,opacity .2s ease; }
.services-category-card::after { content:""; position:absolute; right:-22px; bottom:-42px; width:92px; height:92px; border-radius:50%; background:rgba(227,32,42,.065); transition:transform .25s ease,background .2s ease; }
.services-category-card:hover,.services-category-card:focus-visible { transform:translateY(-2px); border-color:rgba(12,31,99,.23); box-shadow:0 10px 24px rgba(12,31,99,.08); outline:none; }
.services-category-card.is-selected { border-color:rgba(227,32,42,.45); background:#fff8f8; box-shadow:0 12px 28px rgba(227,32,42,.10); }
.services-category-card.is-related { border-color:rgba(12,31,99,.30); background:#f8faff; box-shadow:0 9px 22px rgba(12,31,99,.07); }
.services-category-card.is-muted { opacity:.42; transform:none; box-shadow:none; }
.services-category-card.is-selected::after { transform:scale(1.22); background:rgba(227,32,42,.10); }
.services-category-detail { position:relative; z-index:1; width:100%; display:grid!important; gap:5px; margin-top:auto!important; padding-top:24px; opacity:0; transform:translateY(7px); transition:opacity .2s ease,transform .2s ease; pointer-events:none; }
.services-category-detail small { margin:0 0 3px; color:var(--muted); font-size:.65rem; font-weight:850; letter-spacing:.045em; text-transform:uppercase; }
.services-category-detail b { display:block; padding:6px 8px; border-radius:8px; background:rgba(12,31,99,.055); color:var(--fenix-blue); font-size:.69rem; font-weight:800; line-height:1.25; }
.services-category-card.is-selected .services-category-detail { opacity:1; transform:none; }
.services-inline-chips--vehicles button { appearance:none; padding:7px 9px; border-radius:9px; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.13); color:#fff; font:inherit; font-size:.72rem; font-weight:800; cursor:pointer; transition:background .18s ease,border-color .18s ease,opacity .18s ease,transform .18s ease; }
.services-inline-chips--vehicles button:hover,.services-inline-chips--vehicles button:focus-visible { background:rgba(255,255,255,.17); border-color:rgba(255,255,255,.30); outline:none; transform:translateY(-1px); }
.services-inline-chips--vehicles button.is-related,.services-inline-chips--vehicles button.is-selected { background:#fff; border-color:#fff; color:var(--fenix-blue); box-shadow:0 5px 15px rgba(0,0,0,.12); }
.services-inline-chips--vehicles button.is-selected { box-shadow:0 0 0 2px rgba(227,32,42,.72),0 5px 15px rgba(0,0,0,.12); }
.services-inline-chips--vehicles button.is-muted { opacity:.30; transform:none; }
.services-inline-chips--packages { gap:8px; }
.services-inline-chips--packages .services-package-chip { min-width:82px; display:flex; flex-direction:column; align-items:flex-start; gap:2px; padding:9px 10px; }
.services-inline-chips--packages .services-package-chip strong { color:#fff; font-size:.72rem; line-height:1.15; }
.services-inline-chips--packages .services-package-chip small { color:rgba(255,255,255,.66); font-size:.62rem; font-weight:700; line-height:1.2; }
.services-inline-chips--packages .services-package-chip.is-custom small { color:rgba(255,255,255,.78); }
.services-addition-card > .services-addition-type + h3 { margin-top:14px; }
@media(max-width:760px){
    .services-category-card { min-height:190px; }
    .services-category-detail { padding-top:18px; }
    .services-inline-chips--packages .services-package-chip { min-width:calc(50% - 4px); flex:1 1 calc(50% - 4px); }
}


/* v0.17.9 — interação Categoria ↔ Veículo e texto complementar dos cards */
.services-category-note { position:relative; z-index:1; display:block; width:100%; min-height:42px; margin-top:14px; color:var(--muted); font-size:.74rem; font-weight:650; line-height:1.45; text-align:center; }
.services-category-card.is-related { border-color:rgba(227,32,42,.34); background:#fffafa; box-shadow:0 11px 26px rgba(227,32,42,.09); }
.services-category-card.is-related::after { transform:scale(1.12); background:rgba(227,32,42,.085); }
.services-category-card.is-selected .services-category-detail,
.services-category-card.is-related .services-category-detail { opacity:1; transform:none; }
.services-category-detail b.is-hidden-by-selection { display:none; }
.services-category-card.is-related .services-category-detail b:not(.is-hidden-by-selection) { background:rgba(227,32,42,.07); color:var(--fenix-red); }
@media(max-width:760px){
    .services-category-note { min-height:0; margin-top:10px; }
}


/* Revisão técnica pré-lançamento — v0.17.15 */
.services-v2-hero { scroll-margin-top: 120px; }
.services-v2-shortcuts-title {
    grid-column: 1 / -1;
    display: block;
    margin: 0 0 2px;
    color: var(--fenix-blue);
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}
