:root {
  color-scheme: light;
  --paper: #f3eee3;
  --paper-light: #fff9ee;
  --ink: #211d1b;
  --ink-soft: #3e3732;
  --muted: #655d55;
  --red: #bd282b;
  --red-dark: #8e2024;
  --gold: #d8a12b;
  --line: #c9c0b3;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --page: 1380px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.58 var(--body); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.page-width { width: min(calc(100% - 72px), var(--page)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; clip-path: inset(50%); }
.skip-link { position: absolute; z-index: 20; top: 8px; left: 8px; padding: 10px 14px; transform: translateY(-160%); background: var(--paper-light); color: var(--ink); }
.skip-link:focus { transform: none; }

.topbar { position: relative; z-index: 5; min-height: 96px; background: var(--ink); color: var(--paper-light); border-bottom: 1px solid #ffffff28; }
.topbar-inner { position: relative; width: min(calc(100% - 72px), 1500px); min-height: 96px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--paper-light); text-decoration: none; white-space: nowrap; }
.brand { font-size: 18px; letter-spacing: .035em; }
.brand img { flex: 0 0 auto; width: 78px; height: 78px; object-fit: contain; }
.brand strong, .footer-brand strong { color: var(--gold); font-weight: 800; }
.main-nav { display: flex; align-items: center; gap: clamp(24px, 4vw, 62px); margin-inline: auto; }
.main-nav a, .nav-cta { color: #eee5d7; text-decoration: none; font-size: 13px; font-weight: 700; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--gold); }
.nav-cta { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 0 15px; border: 1px solid var(--gold); color: var(--gold); text-transform: uppercase; letter-spacing: .055em; }
.nav-cta svg, .button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.menu-button { display: none; }
.button, .nav-cta, .main-nav a, .faq-list summary, .footer a { -webkit-tap-highlight-color: transparent; }
.button:focus-visible, .nav-cta:focus-visible, .main-nav a:focus-visible, .menu-button:focus-visible, .faq-list summary:focus-visible, .brand:focus-visible, .site-footer a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.community-hero { position: relative; overflow: hidden; background: var(--paper); border-bottom: 1px solid var(--line); }
.hero-layout { width: min(calc(100% - 72px), var(--page)); min-height: 634px; margin-inline: auto; padding-block: 62px 54px; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr); align-items: center; gap: clamp(30px, 4.7vw, 72px); }
.hero-copy { position: relative; z-index: 1; padding-block: 8px; }
.hero-label { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--red-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; line-height: 1.35; text-transform: uppercase; }
.hero-label span { flex: 0 0 9px; width: 9px; height: 9px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px #bd282b18; }
.hero h1, .section-heading h2, .repasse-heading h2, .close-copy h2, .faq-heading h2 { margin: 0; font-family: var(--display); font-weight: 800; letter-spacing: -.025em; line-height: .89; text-transform: uppercase; }
.hero h1 { max-width: 11ch; font-size: clamp(4.6rem, 7.2vw, 6rem); }
.hero h1 span, .close-copy h2 em { display: block; font-style: normal; }
.hero h1 em { display: inline; color: var(--red); font-style: normal; }
.hero-lede { max-width: 56ch; margin: 24px 0 22px; color: var(--ink-soft); font-size: clamp(1.08rem, 1.38vw, 1.24rem); line-height: 1.55; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; padding: 0 20px; border: 1px solid transparent; text-decoration: none; text-transform: uppercase; letter-spacing: .065em; font-size: 12px; font-weight: 800; transition: background-color .18s ease, color .18s ease, transform .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: var(--paper-light); }
.button-primary:hover { background: var(--red-dark); }
.hero-button { min-width: 276px; }
.hero-note { margin: 12px 0 0; color: var(--muted); font-size: 12px; }

.hero-photo { position: relative; min-width: 0; height: clamp(390px, 39vw, 510px); margin: 0; border: 1px solid var(--ink); background: var(--ink); }
.hero-photo::after { position: absolute; inset: 46% 0 0; content: ""; background: linear-gradient(transparent, #171210d9); pointer-events: none; }
.hero-photo > img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.hero-photo figcaption { position: absolute; z-index: 1; right: 16px; bottom: 15px; left: 16px; display: flex; justify-content: space-between; gap: 10px; padding-top: 10px; border-top: 1px solid #fff9ee8a; color: var(--paper-light); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.years-stamp { position: absolute; z-index: 2; top: 18px; right: 16px; width: 88px; height: 88px; display: grid; align-content: center; justify-items: center; border: 1px solid var(--gold); border-radius: 50%; background: var(--ink); color: var(--gold); text-align: center; text-transform: uppercase; }
.years-stamp strong { font: 800 35px/.78 var(--display); }
.years-stamp span { margin-top: 7px; color: var(--paper-light); font-size: 10px; font-weight: 800; letter-spacing: .08em; line-height: 1.1; }

.route-section { padding-block: 46px 50px; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(260px, .62fr); align-items: end; gap: 56px; }
.section-heading h2 { max-width: none; color: var(--muted); font: 800 11px/1.35 var(--body); letter-spacing: .18em; text-transform: uppercase; }
.section-heading h2::before { display: inline-block; width: 38px; height: 2px; margin: 0 16px 3px 0; content: ""; background: var(--gold); }
.section-heading > p { max-width: 45ch; margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.55; }
.route-stage { position: relative; margin-top: 25px; padding-top: 110px; }
.route-line { position: absolute; top: 0; left: 0; width: 100%; height: 100px; overflow: visible; }
.road-bed { fill: none; stroke: var(--red); stroke-width: 18; stroke-linecap: round; }
.road-center { fill: none; stroke: #f0bd4a; stroke-width: 2; stroke-linecap: round; stroke-dasharray: 1 18; animation: route-flow 2.8s linear 1 both; }
.route-line-mobile { display: none; }
@keyframes route-flow { from { stroke-dashoffset: 80; } to { stroke-dashoffset: 0; } }
.route-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; margin: 0; padding: 0; list-style: none; }
.route-steps li { position: relative; min-height: 130px; padding: 0 28px 0 0; }
.step-marker { position: absolute; top: -84px; left: 0; width: 46px; height: 46px; display: grid; place-items: center; border: 2px solid var(--gold); border-radius: 50%; background: var(--paper); }
.step-marker::before { position: absolute; inset: 5px; content: ""; border: 1px solid var(--red); border-radius: 50%; background: var(--paper-light); }
.step-marker span { position: relative; z-index: 1; color: var(--ink); font: 700 15px/1 var(--display); }
.route-steps h3 { max-width: 16ch; margin: 0; font: 700 31px/.98 var(--display); text-transform: uppercase; }
.route-steps p { max-width: 38ch; margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.route-steps li + li { padding-left: 32px; border-left: 1px solid var(--line); }
.route-steps li + li .step-marker { left: 32px; }

.showroom-ribbon { position: relative; height: clamp(270px, 31vw, 410px); overflow: hidden; background: var(--ink); color: var(--paper-light); }
.showroom-ribbon::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, #171210d9 0%, #17121072 56%, #17121012 100%); }
.showroom-ribbon > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.ribbon-content { position: absolute; z-index: 1; inset: 0 auto 0 max(36px, calc((100% - var(--page)) / 2)); display: flex; flex-direction: column; justify-content: center; gap: 13px; padding: 28px; }
.ribbon-content span { color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ribbon-content strong { font: 700 clamp(2.6rem, 4.3vw, 4.2rem)/.92 var(--display); text-transform: uppercase; }

.repasse-section { overflow: hidden; background: var(--ink); color: var(--paper-light); }
.repasse-inner { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1fr); gap: clamp(60px, 10vw, 150px); padding-block: 84px 91px; }
.repasse-heading { align-self: start; }
.repasse-heading h2 { max-width: 10ch; color: var(--paper-light); font-size: clamp(3.6rem, 5.7vw, 5.7rem); }
.heading-mark { display: block; width: min(100%, 240px); height: 7px; margin-top: 25px; background: var(--red); }
.repasse-copy { max-width: 66ch; padding-top: 4px; }
.repasse-copy p { margin: 0 0 15px; color: #f1e7d9; font-size: 16px; line-height: 1.65; }
.repasse-copy p:last-child { margin-bottom: 0; color: #e4c98e; }

.community-close { position: relative; overflow: hidden; background: var(--ink); color: var(--paper-light); border-top: 1px solid var(--gold); }
.community-close::before { display: none; }
.close-inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .7fr); align-items: center; gap: clamp(42px, 8vw, 120px); padding-block: 75px 80px; }
.close-copy > p { margin: 0 0 12px; color: #ffe2a1; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.close-copy h2 { max-width: 13ch; font-size: clamp(3.5rem, 6vw, 6rem); }
.close-copy h2 em { color: var(--gold); }
.close-action { max-width: 42ch; }
.close-action p { margin: 0 0 22px; color: #fff0df; font-size: 16px; }
.close-action .button-primary { background: var(--red); color: var(--paper-light); }
.close-action .button-primary:hover { background: var(--red-dark); }

.faq-section { display: grid; grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr); gap: clamp(52px, 9vw, 132px); padding-block: 84px 105px; }
.faq-heading h2 { font-size: clamp(3.5rem, 5.4vw, 5.4rem); }
.faq-heading p { max-width: 31ch; margin: 17px 0 0; color: var(--muted); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 19px 44px 19px 0; cursor: pointer; list-style: none; font: 700 25px/1.05 var(--display); text-transform: uppercase; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 18px; right: 7px; content: "+"; color: var(--red); font: 500 24px/1 var(--body); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 68ch; margin: 0; padding: 0 34px 20px 0; color: var(--muted); font-size: 15px; }

.site-footer { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px max(36px, calc((100% - var(--page)) / 2)); background: var(--ink); color: #e8dfd2; font-size: 12px; }
.footer-brand { font-size: 14px; letter-spacing: .035em; }
.footer-brand img { width: 38px; height: 42px; object-fit: contain; }
.site-footer > a:not(.footer-brand) { color: #eac36e; text-decoration: none; }

@media (max-width: 1050px) {
  .page-width, .topbar-inner, .hero-layout { width: min(calc(100% - 48px), var(--page)); }
  .hero-layout { grid-template-columns: minmax(0, 1.08fr) minmax(270px, .78fr); gap: 25px; }
  .hero h1 { font-size: clamp(4.2rem, 7.4vw, 5.6rem); }
  .section-heading { gap: 34px; }
  .route-steps { gap: 20px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 78px; }
  .page-width, .topbar-inner, .hero-layout { width: calc(100% - 36px); }
  .topbar, .topbar-inner { min-height: 76px; }
  .topbar-inner { gap: 10px; }
  .brand { gap: 7px; font-size: 14px; }
  .brand img { width: 52px; height: 56px; }
  .menu-button { width: 38px; height: 38px; flex: 0 0 38px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; order: 3; padding: 0; border: 1px solid #ffffff52; background: transparent; color: var(--paper-light); cursor: pointer; }
  .menu-button > span:not(.sr-only) { width: 16px; height: 1px; background: currentColor; transition: transform .18s ease; }
  .menu-button[aria-expanded="true"] > span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
  .main-nav { position: absolute; z-index: 4; top: calc(100% + 1px); right: 0; left: 0; display: none; align-items: stretch; gap: 0; margin: 0; padding: 7px 15px; border: 1px solid #ffffff35; background: var(--ink); }
  .main-nav.is-open { display: flex; flex-direction: column; }
  .main-nav a { padding: 13px 2px; border-bottom: 1px solid #ffffff20; }
  .main-nav a:last-child { border-bottom: 0; }
  .nav-cta { display: none; }
  .nav-cta svg { width: 14px; height: 14px; }
  .hero-layout { min-height: 0; grid-template-columns: minmax(0, 1fr); gap: 26px; padding-block: 43px 42px; }
  .hero-copy { padding: 0; }
  .hero-label { max-width: 40ch; margin-bottom: 14px; font-size: 11px; }
  .hero h1 { max-width: 11ch; font-size: clamp(3.6rem, 14vw, 5.3rem); }
  .hero-lede { margin-block: 18px 18px; font-size: 1.03rem; }
  .hero-button { width: min(100%, 340px); }
  .hero-photo { width: calc(100% - 16px); height: min(112vw, 440px); min-height: 300px; justify-self: start; }
  .route-section { padding-block: 42px 48px; }
  .section-heading { grid-template-columns: 1fr; gap: 12px; }
  .section-heading h2 { max-width: none; font-size: 11px; }
  .section-heading > p { max-width: 49ch; font-size: 15px; }
  .route-stage { margin-top: 31px; padding: 0; }
  .route-line-desktop { display: none; }
  .route-line-mobile { top: 2px; left: 0; display: block; width: 50px; height: 100%; }
  .road-bed { stroke-width: 12; }
  .road-center { stroke-width: 1.5; stroke-dasharray: 1 12; }
  .route-steps { grid-template-columns: 1fr; gap: 22px; padding-left: 66px; }
  .route-steps li, .route-steps li + li { min-height: 118px; padding: 1px 0 19px; border: 0; }
  .step-marker, .route-steps li + li .step-marker { top: 0; left: -66px; width: 42px; height: 42px; }
  .route-steps h3 { max-width: 22ch; font-size: 27px; }
  .route-steps p { max-width: 45ch; margin-top: 6px; font-size: 14px; }
  .showroom-ribbon { height: 310px; }
  .showroom-ribbon::after { background: linear-gradient(90deg, #171210d9, #17121052 78%, #1712101c); }
  .ribbon-content { left: 18px; gap: 10px; padding: 22px 19px; }
  .ribbon-content strong { font-size: clamp(2.7rem, 10vw, 3.7rem); }
  .repasse-inner { grid-template-columns: 1fr; gap: 24px; padding-block: 59px 63px; }
  .repasse-heading h2 { max-width: 10ch; font-size: clamp(3.5rem, 13vw, 4.7rem); }
  .heading-mark { margin-top: 17px; }
  .repasse-copy p { font-size: 15px; }
  .close-inner { grid-template-columns: 1fr; gap: 20px; padding-block: 55px 59px; }
  .close-copy h2 { max-width: 13ch; font-size: clamp(3.4rem, 12vw, 4.7rem); }
  .close-action { max-width: 53ch; }
  .close-action p { margin-bottom: 17px; font-size: 15px; }
  .faq-section { grid-template-columns: 1fr; gap: 24px; padding-block: 59px 70px; }
  .faq-heading h2 { font-size: clamp(3.5rem, 12vw, 4.8rem); }
  .faq-heading p { max-width: 40ch; margin-top: 12px; }
  .faq-list summary { padding-block: 16px; font-size: 22px; }
  .faq-list summary::after { top: 16px; }
  .faq-list details p { padding-bottom: 17px; font-size: 14px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 12px; padding: 20px 18px 25px; }
}

@media (max-width: 360px) {
  .page-width, .topbar-inner, .hero-layout { width: calc(100% - 28px); }
  .brand { font-size: 12px; }
  .brand img { width: 48px; height: 50px; }
  .hero h1 { font-size: clamp(3.15rem, 14.5vw, 3.6rem); }
  .hero-label { font-size: 10px; letter-spacing: .08em; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (min-width: 761px) {
  .topbar, .topbar-inner { min-height: 92px; }
  .brand { gap: 9px; font-size: 17px; }
  .brand img { width: 70px; height: 72px; }
}
.nav-cta { background: var(--red); border-color: var(--red); color: var(--paper-light); }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--red-dark); border-color: var(--red-dark); color: var(--paper-light); }

/* Harmonia com o site principal: preserva a rota vermelha e aproxima os demais tons da marca. */
:root {
  color-scheme: dark;
  --paper: #2a1d19;
  --paper-light: #fff1df;
  --ink: #fff1df;
  --ink-soft: #e5cbb4;
  --muted: #e5cbb4;
  --red: #ce3341;
  --red-dark: #8f2634;
  --gold: #d39a2d;
  --line: rgba(255, 246, 233, .28);
}
body { background: var(--paper); color: var(--ink); }
.topbar, .repasse-section, .community-close, .site-footer { background: #1b1716; }
.topbar { border-color: var(--line); }
.community-hero { background: var(--paper); }
.hero-label { color: var(--gold); }
.hero-label span { box-shadow: 0 0 0 5px rgba(206, 51, 65, .18); }
.hero h1 { color: var(--paper-light); }
.hero h1 em { color: var(--gold); }
.hero-lede { color: var(--ink-soft); }
.button-primary, .close-action .button-primary { background: var(--gold); color: var(--paper); }
.button-primary:hover, .close-action .button-primary:hover { background: #e0aa3a; }
.hero-photo { border-color: var(--line); }
.years-stamp { background: #1b1716; }
.section-heading h2 { color: var(--muted); }
.road-bed { stroke: var(--red); }
.road-center { stroke: var(--gold); }
.step-marker { background: #1b1716; }
.step-marker::before { border-color: var(--red); background: #2a1d19; }
.step-marker span { color: var(--paper-light); }
.route-steps p,.faq-heading p,.faq-list details p { color: var(--muted); }
.route-steps li + li { border-color: var(--line); }
.showroom-ribbon { color: var(--paper-light); }
.repasse-section,.community-close { color: var(--paper-light); }
.faq-list summary::after { color: var(--gold); }
.site-footer { color: var(--muted); }
.nav-cta { border-color: var(--gold); background: transparent; color: var(--gold); }
.nav-cta:hover, .nav-cta:focus-visible { border-color: var(--gold); background: var(--gold); color: var(--paper); }
.skip-link:focus { border: 1px solid var(--gold); background: #1b1716; color: var(--paper-light); }

/* Faixas claras repetem o ritmo do principal sem mexer na rota marrom. */
.repasse-section{background:#fff1df;color:#2a1d19}
.repasse-section .repasse-heading h2{color:#2a1d19}
.repasse-section .repasse-copy p{color:#493a32}
.repasse-section .repasse-copy p:last-child{color:#6c4e3d}
.faq-section.page-width{width:100%;max-width:none;margin:0;padding-inline:max(36px,calc((100% - var(--page))/2));border-top:1px solid rgba(42,29,25,.24);background:#f2e3d1;color:#2a1d19}
.faq-section .faq-heading h2,.faq-section .faq-list summary{color:#2a1d19}
.faq-section .faq-heading p,.faq-section .faq-list details p{color:#6c4e3d}
.faq-section .faq-list details{border-color:rgba(42,29,25,.22)}
.faq-section .faq-list summary::after{color:#8f2634}
@media(max-width:1050px){.faq-section.page-width{padding-inline:24px}}
@media(max-width:760px){.faq-section.page-width{padding-inline:18px}}

/* Cabeçalho compartilhado com o site principal; os destinos respeitam cada LP. */
html{scroll-padding-top:120px}
body{padding-top:108px}
section[id]{scroll-margin-top:120px}
.skip-link{z-index:60}
.topbar{position:fixed;z-index:20;inset:0 0 auto;height:108px;min-height:108px;background:transparent;color:#fff1df}
.topbar-inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:0;width:min(calc(100% - 48px),1240px);height:108px;min-height:108px;margin:0 auto;border-bottom:1px solid rgba(255,241,223,.26);background:rgba(27,23,22,.94);transition:background .35s ease,border-color .35s ease}
.topbar.is-scrolled .topbar-inner{background:rgba(27,23,22,.98);border-color:rgba(255,241,223,.4)}
.topbar-inner>*{min-width:0}
.topbar .brand{display:inline-flex;align-items:center;width:176px;min-width:176px;height:108px;gap:0;margin:0;color:#fff1df}
.brand-logo-frame{position:relative;display:block;width:176px;height:108px;overflow:hidden;background:transparent}
.topbar .brand .brand-logo{position:absolute;top:50%;left:50%;width:152px;height:152px;max-width:none;transform:translate(-50%,-50%);mix-blend-mode:screen;object-fit:contain}
.topbar .main-nav{display:flex;align-items:center;gap:clamp(32px,3.4vw,54px);margin:0;color:rgba(255,241,223,.82);font-size:17px;font-weight:600}
.topbar .main-nav a{padding:0;border:0;color:rgba(255,241,223,.82);font:600 17px/1.55 'DM Sans',Arial,sans-serif;text-decoration:none;transition:color .2s ease}
.topbar .main-nav a:hover,.topbar .main-nav a:focus-visible{color:#fff1df}
.topbar .header-action{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;min-width:190px;color:#fff1df;font:700 15px/1.55 'DM Sans',Arial,sans-serif;letter-spacing:.08em;text-align:right;text-decoration:none;text-transform:uppercase}
.topbar .header-action span{color:#f3b548;font-size:17px;transition:transform .2s ease}
.topbar .header-action:hover span,.topbar .header-action:focus-visible span{transform:translate(2px,2px)}
.community-contact{padding:76px 0;background:#271d19;color:#fff4e7}.community-contact-inner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1fr);gap:clamp(28px,6vw,90px);align-items:start}.community-contact h2{max-width:13ch;margin:0 0 22px;font:800 clamp(2.8rem,5vw,4.5rem)/.96 'Barlow Condensed',sans-serif;text-transform:uppercase}.community-contact p{max-width:48ch}.community-contact a{color:#e6ae42}.community-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:26px;border:1px solid #ffffff42}.community-form label{display:grid;gap:7px;font-size:14px;font-weight:700}.community-form label span[aria-hidden]{color:#e6ae42}.community-form input:not([type=checkbox]),.community-form select{width:100%;min-width:0;min-height:48px;padding:10px 12px;border:1px solid #ffffff70;border-radius:0;background:#382b25;color:#fff4e7;font:400 16px 'DM Sans',sans-serif}.community-form input:focus-visible,.community-form select:focus-visible,.community-form button:focus-visible{outline:2px solid #e6ae42;outline-offset:3px}.community-consent,.community-form button,.community-form-status{grid-column:1/-1}.community-form .community-consent{display:flex;align-items:flex-start;gap:10px;font-weight:400}.community-consent input{flex:0 0 18px;width:18px;height:18px;margin-top:3px;accent-color:#e6ae42}.community-form button:disabled{opacity:.56;cursor:not-allowed}.community-form-status{margin:0;font-size:14px;min-height:1.4em}
.public-proof{display:flex;flex-wrap:wrap;gap:8px 20px;margin:16px 0 0;font-size:13px;font-weight:700}.public-proof a{color:#e6ae42;text-decoration:underline;text-underline-offset:4px}
.community-form .label-text b{color:#e6ae42}
.topbar .menu-button{display:none;width:42px;height:42px;padding:0;border:1px solid rgba(244,240,233,.18);border-radius:50%;background:transparent;color:#fff1df;cursor:pointer}
.topbar .menu-button .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.topbar .menu-button>span:not(.sr-only){display:block;width:16px;height:1px;margin:4px auto;background:currentColor;transition:transform .18s ease}
.topbar .menu-button[aria-expanded="true"]>span:first-child{transform:translateY(3px) rotate(45deg)}
.topbar .menu-button[aria-expanded="true"]>span:nth-child(2){transform:translateY(-3px) rotate(-45deg)}
.topbar .menu-button:focus-visible,.topbar .header-action:focus-visible{outline:2px solid #f3b548;outline-offset:4px}
@media(max-width:1120px){
  .topbar-inner{width:min(calc(100% - 32px),1240px)}
  .topbar .main-nav,.topbar .header-action{display:none}
  .topbar .menu-button{display:block;width:46px;height:46px;margin:0 12px 0 auto}
  .topbar .main-nav.is-open{position:absolute;z-index:4;top:68px;right:0;left:0;display:grid;gap:0;margin:0;padding:8px 0;border:1px solid rgba(244,240,233,.18);background:rgba(11,12,15,.98)}
  .topbar .main-nav.is-open a{padding:14px 17px;border-bottom:1px solid rgba(244,240,233,.18)}
  .topbar .main-nav.is-open a:last-child{border-bottom:0}
}
@media(max-width:640px){
  .community-contact{padding:55px 0}.community-contact-inner,.community-form{grid-template-columns:1fr}.community-form{padding:18px}.community-consent,.community-form button,.community-form-status{grid-column:auto}
  html{scroll-padding-top:96px}
  body{padding-top:84px}
  section[id]{scroll-margin-top:96px}
  .topbar,.topbar-inner{height:84px;min-height:84px}
  .topbar-inner{width:calc(100% - 30px)}
  .topbar .brand,.brand-logo-frame{width:136px;min-width:136px;height:84px}
  .topbar .brand .brand-logo{width:122px;height:122px}
  .topbar .menu-button{margin-right:0}
}

/* Leitura consistente com o site principal e a página de apresentação do carro. */
.hero-label, .section-heading h2, .close-copy > p { font-size: 12px; }
.hero-note, .public-proof { font-size: 14px; line-height: 1.5; }
.button { font-size: 14px; letter-spacing: .04em; }
.hero-photo figcaption { font-size: 12px; }
.route-steps p, .section-heading > p, .faq-list details p { font-size: 16px; line-height: 1.6; }
.repasse-copy p, .close-action p { font-size: 17px; line-height: 1.65; }
.community-form label, .community-form-status { font-size: 15px; line-height: 1.5; }
.site-footer { font-size: 13px; }

@media (max-width: 760px) {
  .route-steps p, .section-heading > p, .repasse-copy p, .close-action p,
  .faq-list details p { font-size: 16px; }
}

.rules-crosslink { max-width: 64ch; margin: 25px 0 0; font-size: 16px; line-height: 1.55; }
.rules-crosslink a { color: #8f2634; font-weight: 700; text-underline-offset: 4px; }
.verify-help { max-width: 53ch; margin: 8px 0 0; color: #d9cbbb; font-size: 15px; line-height: 1.5; }
.hero-button .ui-icon { width: 27px; height: 27px; flex-basis: 27px; stroke-width: 2; }
.close-action .ui-icon { width: 24px; height: 24px; flex-basis: 24px; stroke-width: 2; }
