/* ==========================================================================
   qTransportes 2027 — site.css  (SÓ a home)
   Depende de base.css (tokens, botões, placas, etiquetas, cabeçalho, rodapé,
   barra fixa). Aqui ficam o hero e as seções próprias da página inicial.
   ========================================================================== */

/* ==========================================================================
   Hero
   ========================================================================== */
.hero { position: relative; background: var(--ink); color: var(--paper); overflow: hidden; }
.hero::before { /* grade sutil de engenharia */
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px) 0 0 / calc(100% / 12) 100%;
}
.hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.62fr) minmax(0, 1fr); gap: clamp(2rem, 4vw, 4.5rem); align-items: center; padding-block: clamp(2.5rem, 4.6vw, 4.25rem) clamp(2rem, 3.5vw, 3rem); }
.hero__h { font-size: var(--fs-hero); font-stretch: 62%; font-weight: 800; text-transform: uppercase; line-height: .9; margin: 1.25rem 0 0; letter-spacing: -.01em; }
.hero__h span { display: block; white-space: nowrap; }
.hero__h em { font-style: normal; color: var(--blue); }
.hero__sub { margin-top: 1.375rem; font-size: clamp(1.375rem, 2.1vw, 1.9375rem); font-stretch: 105%; font-weight: 500; line-height: 1.15; letter-spacing: -.01em; text-wrap: balance; }
.hero__lead { margin-top: 1rem; max-width: 37rem; font-size: var(--fs-lead); line-height: 1.6; color: #c6cdd4; }
.hero__lead strong { color: var(--paper); font-weight: 600; }
.hero__acts { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.875rem; }
.hero__note { display: flex; align-items: baseline; gap: .5rem; margin-top: 1.25rem; font-size: .9375rem; line-height: 1.5; color: #c6cdd4; }
.hero__note b { color: var(--blue); font-size: 1.5rem; line-height: .6; font-weight: 800; transform: translateY(.3rem); }

.signs { display: grid; grid-template-columns: 1fr 1fr; gap: .875rem; }
.signs__main { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr; align-items: start; padding-bottom: clamp(1rem, 1.6vw, 1.5rem); }
.signs__big { display: flex; align-items: baseline; gap: .75rem; margin-top: .5rem; line-height: .8; }
.signs__big b { font-size: clamp(8rem, 16.5vw, 15rem); font-stretch: 62%; font-weight: 800; letter-spacing: -.03em; line-height: .78; }
.signs__unit { font-stretch: 62%; font-weight: 800; text-transform: uppercase; font-size: clamp(2rem, 4vw, 3.75rem); line-height: .9; }
.signs__unit i { font-style: normal; font-size: 1.15em; margin-left: .04em; }
.signs__pre { align-self: flex-start; margin-top: .6em; font-size: clamp(1.25rem, 2vw, 1.875rem); font-weight: 700; letter-spacing: .04em; text-transform: uppercase; line-height: .9; }
.signs__mid { font-size: clamp(2.75rem, 5vw, 4.5rem); font-stretch: 62%; font-weight: 800; line-height: .9; text-transform: uppercase; white-space: nowrap; }
.signs__cap { margin-top: .625rem; font-size: .875rem; line-height: 1.4; font-weight: 500; }
.plate--steel .signs__cap { color: #d5dbe0; }

.trust { position: relative; display: flex; flex-wrap: wrap; gap: 0 2.5rem; border-top: 1px solid var(--line-ink); padding-block: .375rem .625rem; }
.trust li { display: flex; align-items: center; gap: .5rem; padding-block: .75rem; font-size: .875rem; font-weight: 500; color: #dfe4e8; white-space: nowrap; }
.trust .ico { width: 1rem; height: 1rem; color: var(--green); stroke-width: 3.5; }
.trust .trust__b2b { margin-left: auto; padding-block: 0; }
.trust__b2b a { display: inline-flex; align-items: center; gap: .5rem; min-height: 2.75rem; color: var(--blue-hi); font-weight: 600; text-decoration: none; }
.trust__b2b a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.trust .trust__b2b .ico { color: inherit; stroke-width: 2.5; transition: transform .25s var(--ease); }
.trust__b2b a:hover .ico { transform: translateX(4px); }

/* ==========================================================================
   Serviços
   ========================================================================== */
.svc { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(1.5rem, 3vw, 3rem); align-items: start; }
.svc__side { display: grid; gap: 1rem; }

.svc__feat { position: relative; background: var(--blue); color: var(--ink); border-radius: var(--r-plate); padding: clamp(1.5rem, 2.6vw, 2.5rem); display: flex; flex-direction: column; align-items: flex-start; overflow: hidden; }
.svc__feat-top { width: 100%; display: flex; align-items: center; gap: 1rem; }
.svc__feat-ico { width: 2.75rem; height: 2.75rem; stroke-width: 1.75; }
.svc__feat h3 { font-size: clamp(3.25rem, 5.6vw, 5.25rem); font-stretch: 62%; font-weight: 800; text-transform: uppercase; line-height: .88; letter-spacing: -.01em; margin-top: clamp(1.5rem, 3vw, 2.75rem); }
.svc__feat h3 span { display: block; }
.svc__feat > p { margin-top: 1rem; max-width: 30rem; line-height: 1.55; }
.price { display: flex; align-items: flex-end; gap: .875rem; width: 100%; margin-top: 1.5rem; padding-top: 1.125rem; border-top: 2px solid var(--ink); }
.price__k { font-size: var(--fs-lbl); font-stretch: 116%; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; line-height: 1.3; padding-bottom: .5rem; }
.price__v { font-size: clamp(3rem, 4.6vw, 4.25rem); font-stretch: 62%; font-weight: 800; line-height: .82; letter-spacing: -.01em; white-space: nowrap; font-variant-numeric: tabular-nums; }
.price__v small { font-size: .45em; font-weight: 800; vertical-align: .95em; margin-inline: .08em; letter-spacing: 0; }
.svc__feat > .price__note { margin-top: .875rem; font-size: .875rem; line-height: 1.5; max-width: 32rem; }
.svc__feat-acts { display: flex; flex-wrap: wrap; gap: .625rem; margin-top: 1.5rem; }

.help { display: grid; grid-template-columns: auto 1fr; gap: .375rem .875rem; align-items: start; }
.help .leaves { margin-top: .3rem; }
.help h3 { font-size: 1.25rem; }
.help > p { grid-column: 2; font-size: var(--fs-sm); color: var(--muted); }
.help__links { display: flex; flex-wrap: wrap; gap: .25rem 1.5rem; margin-top: .25rem; }
.help__links a { display: inline-flex; align-items: center; gap: .5rem; min-height: 2.75rem; color: var(--ink); font-weight: 700; font-stretch: 88%; text-decoration: none; font-variant-numeric: tabular-nums; }
.help__links a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.help__links .ico { width: 1.25rem; height: 1.25rem; color: var(--blue-deep); }
.help__links .ico--wa { color: var(--green-deep); }

.pay .lbl { color: var(--muted); }
.pay__list { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .875rem; }
.pay__list li { padding: .45rem .75rem; border: 1.5px solid var(--ink); border-radius: var(--r-sm); font-stretch: 88%; font-weight: 700; font-size: .875rem; letter-spacing: .05em; text-transform: uppercase; line-height: 1.2; background: var(--paper); }
.pay__nf { display: flex; align-items: center; gap: .5rem; margin-top: .875rem; font-size: var(--fs-sm); color: var(--muted); }
.pay__nf .ico { width: 1.125rem; height: 1.125rem; color: var(--blue-deep); }

.svc__groups { display: grid; gap: clamp(1.75rem, 3vw, 2.75rem); }
.grp__head { display: grid; grid-template-columns: auto auto 1fr; align-items: baseline; gap: .25rem .75rem; padding-bottom: .875rem; border-bottom: 2px solid var(--ink); }
.grp__head .leaves { align-self: center; }
.grp__head h3 { font-size: clamp(1.5rem, 2vw, 1.875rem); font-stretch: 66%; font-weight: 800; text-transform: uppercase; letter-spacing: .01em; line-height: 1; }
.grp__head p { justify-self: end; text-align: right; font-size: var(--fs-sm); color: var(--muted); }
.grp__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.sv { padding: 1.375rem 0 1.5rem; border-bottom: 1px solid var(--line); }
.sv:nth-child(odd) { padding-right: clamp(1rem, 2vw, 1.75rem); border-right: 1px solid var(--line); }
.sv:nth-child(even) { padding-left: clamp(1rem, 2vw, 1.75rem); }
.sv__hd { display: grid; grid-template-columns: 2.25rem 1fr; align-items: center; gap: .875rem; }
.sv__hd .ico { width: 2.25rem; height: 2.25rem; stroke-width: 1.75; color: var(--ink); transition: color .25s; }
.sv h4 { font-size: 1.3125rem; }
.sv__x { display: none; }
.sv__b { padding: .625rem 0 0 3.125rem; }
.sv__b p { font-size: var(--fs-sm); line-height: 1.6; color: var(--muted); }
/* ação por serviço: no celular, link com texto dentro do acordeão; do tablet para cima, só o
   ícone do WhatsApp no canto do título (o texto continua para leitor de tela) */
.sv { position: relative; }
.sv__go { display: inline-flex; align-items: center; gap: .5rem; min-height: 2.75rem; margin-top: .125rem; font-size: .875rem; font-weight: 600; color: var(--ink); text-decoration: underline; text-decoration-color: var(--line-2); text-decoration-thickness: 2px; text-underline-offset: 5px; transition: text-decoration-color .2s, background-color .2s, border-color .2s; }
.sv__go .ico { width: 1.125rem; height: 1.125rem; stroke-width: 2.5; color: var(--green-deep); }
.sv__go:hover { text-decoration-color: var(--green); }
@media (min-width: 768px) {
  .sv__hd { padding-right: 3.25rem; }
  .sv__go { position: absolute; top: 1.125rem; right: 0; justify-content: center; width: 2.75rem; height: 2.75rem; margin: 0; border: 1.5px solid var(--line-2); border-radius: var(--r); background: var(--paper); }
  .sv:nth-child(odd) .sv__go { right: clamp(1rem, 2vw, 1.75rem); }
  .sv__go .ico { width: 1.25rem; height: 1.25rem; stroke-width: 2.25; }
  .sv__go-t { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .sv__go:hover { border-color: var(--green-deep); background: var(--warm-2); }
}
.sv:hover .sv__hd .ico { color: var(--blue-deep); }

/* acordeão de celular (.acc): o site.js põe o <button> no título e a classe .acc--on */
.acc__hd { position: relative; }
.acc__btn { appearance: none; display: flex; align-items: center; width: 100%; min-height: 2.75rem; margin: 0; padding: 0; border: 0; background: none; font: inherit; letter-spacing: inherit; color: inherit; text-align: left; cursor: pointer; }
.acc__btn::after { content: ""; position: absolute; inset: 0; border-radius: var(--r-sm); }
.acc__btn:focus-visible { outline: none; }
.acc__btn:focus-visible::after { outline: 3px solid var(--blue-deep); outline-offset: 2px; }
.acc--on:not(.is-open) > .acc__b { display: none; }
.js .acc--on.is-open > .acc__b { animation: drop .3s var(--ease); }

/* Pátio */
.patio { margin-top: clamp(2rem, 4vw, 3.5rem); display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); background: var(--ink); color: var(--paper); border-radius: var(--r-plate); overflow: hidden; }
.patio__txt { padding: clamp(1.75rem, 3.5vw, 3.5rem); align-self: center; }
.patio__h { font-size: clamp(2.25rem, 3.8vw, 3.5rem); font-stretch: 62%; font-weight: 800; text-transform: uppercase; line-height: .94; text-wrap: balance; }
.patio__txt > p:not(.km) { margin-top: 1.25rem; max-width: 34rem; color: var(--muted-ink); }
.patio__link { display: inline-flex; align-items: center; gap: .5rem; min-height: 2.75rem; margin-top: 1rem; color: var(--paper); font-size: .875rem; font-stretch: 105%; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; }
.patio__link .ico { width: 1.125rem; height: 1.125rem; color: var(--blue); transition: transform .25s var(--ease); }
.patio__link:hover { text-decoration: underline; text-decoration-color: var(--blue); text-decoration-thickness: 2px; text-underline-offset: 5px; }
.patio__link:hover .ico { transform: translateX(4px); }
.patio__viz { display: flex; flex-direction: column; border-left: 1px solid var(--line-ink); }
.yard { flex: 1; width: 100%; height: auto; min-height: 0; padding: clamp(1.25rem, 2.4vw, 2.25rem) clamp(1.25rem, 2.4vw, 2.5rem); }
.yard__lines { fill: none; stroke: rgba(255,255,255,.34); stroke-width: 2; }
.yard__lane { fill: none; stroke: var(--yellow); stroke-width: 2; stroke-dasharray: 16 12; opacity: .85; }
.yard__arrow { fill: none; stroke: var(--ink); stroke-width: 0; }
.yard__cars rect { fill: var(--ink-3); stroke: rgba(255,255,255,.22); stroke-width: 1.5; }
.yard__hl { fill: var(--green); }
.yard__hl--y { fill: var(--yellow); }
.patio__nums { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line-ink); }
.patio__n { display: flex; flex-direction: column; gap: .5rem; padding: clamp(1rem, 1.8vw, 1.5rem) clamp(1.25rem, 2.4vw, 2.5rem) clamp(1.125rem, 2vw, 1.625rem); }
.patio__n + .patio__n { border-left: 1px solid var(--line-ink); }
.patio__n dd { font-size: clamp(3rem, 5.4vw, 5rem); font-stretch: 62%; font-weight: 800; line-height: .82; letter-spacing: -.02em; }
.patio__n--g dd { color: var(--green); }
.patio__n dt { order: 2; font-stretch: 112%; font-weight: 600; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; line-height: 1.35; color: var(--muted-ink); }

/* ==========================================================================
   Como funciona
   ========================================================================== */
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 2px solid var(--ink); }
.step { position: relative; padding: clamp(1.5rem, 2.5vw, 2.5rem) clamp(1.5rem, 3vw, 3rem) clamp(2rem, 3vw, 3rem) 0; }
.step + .step { padding-left: clamp(1.5rem, 3vw, 3rem); border-left: 1px solid var(--line-2); }
.step__n { display: block; font-size: clamp(5.5rem, 10vw, 9.5rem); font-stretch: 62%; font-weight: 800; line-height: .8; letter-spacing: -.02em; color: var(--blue-dark); font-variant-numeric: tabular-nums; }
.step h3 { margin-top: 1.5rem; font-size: clamp(1.5rem, 2.1vw, 1.9375rem); font-stretch: 75%; font-weight: 800; }
.step p { margin-top: .625rem; max-width: 25rem; color: var(--muted); }
.step__arrow { position: absolute; top: clamp(1.75rem, 3vw, 3rem); right: clamp(1.5rem, 3vw, 3rem); width: clamp(2rem, 3vw, 2.75rem); height: clamp(2rem, 3vw, 2.75rem); stroke-width: 2.5; color: var(--ink); }

.follow { margin-top: clamp(1.5rem, 3.5vw, 3rem); display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(1rem, 2vw, 1.5rem); align-items: stretch; }
.track { padding: clamp(1.375rem, 2.2vw, 2rem); }
.track__bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .5rem 1rem; }
.track__bar .lbl { min-width: 0; color: var(--paper); }
.track__map { position: relative; margin-top: 1rem; aspect-ratio: 560 / 190; border-radius: var(--r); background: var(--ink-2); overflow: hidden; }
.track__map svg { width: 100%; height: 100%; }
.track__streets { fill: none; stroke: rgba(255,255,255,.08); stroke-width: 9; }
.track__rest { fill: none; stroke: rgba(255,255,255,.4); stroke-width: 3; stroke-dasharray: 4 8; stroke-linecap: round; }
.track__done { fill: none; stroke: var(--blue); stroke-width: 4; stroke-linejoin: round; }
.track__base { fill: var(--blue); stroke: var(--ink); stroke-width: 3; }
.track__truck { fill: var(--paper); }
.track__truck-ring { fill: rgba(0,160,224,.3); stroke: var(--blue); stroke-width: 2; }
.track__you { fill: var(--yellow); stroke: var(--ink); stroke-width: 3; }
.track__you-pulse { fill: rgba(248,184,0,.35); transform-box: fill-box; transform-origin: center; animation: you 2.4s ease-out infinite; }
.is-still *, .is-still *::before, .is-still *::after { animation-play-state: paused !important; }
@keyframes you { from { transform: scale(.7); opacity: 1; } to { transform: scale(2.6); opacity: 0; } }
.track__pin { position: absolute; padding: .3rem .5rem; border-radius: var(--r-sm); font-size: .75rem; font-stretch: 100%; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; line-height: 1.2; white-space: nowrap; }
.track__pin--base { left: 16.5%; top: 79%; transform: translateY(-50%); background: var(--blue); color: var(--ink); }
.track__pin--you { left: 83.93%; top: 36%; transform: translateX(-50%); background: var(--yellow); color: var(--ink); }
.track__log { margin-top: .5rem; }
.track__log li { display: grid; grid-template-columns: 1.25rem 1fr auto; align-items: center; gap: .75rem; padding: .875rem 0; border-bottom: 1px solid var(--line-ink); }
.track__log li:last-child { border-bottom: 0; padding-bottom: .25rem; }
.track__n { justify-self: center; width: .75rem; height: .75rem; border-radius: 50%; border: 2px solid var(--green); background: var(--green); }
.is-live .track__n { border-color: var(--blue-hi); background: transparent; }
.track__t { font-stretch: 82%; font-weight: 700; font-size: 1.1875rem; line-height: 1.2; }
.track__t small { display: block; margin-top: .2rem; font-stretch: 100%; font-weight: 400; font-size: .875rem; line-height: 1.4; color: var(--muted-ink); }
.track__s { display: inline-flex; align-items: center; gap: .4rem; font-size: .75rem; font-stretch: 105%; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--green); white-space: nowrap; }
.track__s .ico { width: .9375rem; height: .9375rem; stroke-width: 4; }
.is-live .track__s { color: var(--blue-hi); }
.is-live .track__s i { width: .5rem; height: .5rem; border-radius: 50%; background: var(--blue-hi); animation: blink 1.6s ease-in-out infinite; }
@keyframes blink { 50% { opacity: .25; } }

.online { display: flex; flex-direction: column; padding: clamp(1.5rem, 3vw, 2.75rem); }
.online__h { margin-top: 1rem; font-size: clamp(1.875rem, 2.8vw, 2.625rem); font-stretch: 66%; font-weight: 800; line-height: 1; text-wrap: balance; }
.online > p:not(.status) { margin-top: .875rem; color: var(--muted); }
.online__need { margin-top: 1.25rem; border-top: 1px solid var(--line); }
.online__need li { display: flex; align-items: center; gap: .75rem; padding: .625rem 0; border-bottom: 1px solid var(--line); font-size: var(--fs-sm); font-weight: 600; }
.online__need .ico { width: 1.375rem; height: 1.375rem; stroke-width: 2; color: var(--blue-deep); }
.online__acts { display: flex; flex-direction: column; gap: .75rem; margin-top: auto; padding-top: 1.5rem; }

/* ==========================================================================
   Sobre
   ========================================================================== */
.about { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(2rem, 5vw, 5.5rem); align-items: start; }
.about__txt { margin-top: clamp(1.5rem, 2.5vw, 2.25rem); max-width: 42rem; }
.about__txt p + p { margin-top: 1rem; color: var(--muted); }
.about__first { font-size: clamp(1.1875rem, 1.55vw, 1.375rem); line-height: 1.5; font-weight: 500; }
.about .checks { margin-top: clamp(1.5rem, 2.5vw, 2.25rem); border-top: 2px solid var(--ink); }

.sheet { padding: clamp(1.5rem, 2.4vw, 2.25rem); border: 1px solid var(--line-2); }
.sheet::after { opacity: 1; }
.sheet__head { display: flex; align-items: center; gap: .75rem; padding-bottom: 1.125rem; border-bottom: 2px solid var(--ink); }
.sheet__head img { width: 2.25rem; height: auto; }
.sheet__live { margin-left: auto; color: var(--green-deep); }
@media (min-width: 1024px) { .sheet__live, .sheet__head .lbl { white-space: nowrap; } }
.about > * { min-width: 0; }
.sheet__rows > div { display: grid; grid-template-columns: 8.5rem 1fr; gap: 1rem; padding: .9375rem 0; border-bottom: 1px solid var(--line-2); align-items: baseline; }
.sheet__rows > div:last-child { border-bottom: 0; padding-bottom: .25rem; }
.sheet__rows dt { font-size: .75rem; font-stretch: 116%; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); line-height: 1.4; }
.sheet__rows dd { font-size: var(--fs-sm); line-height: 1.5; color: var(--muted); }
.sheet__rows dd b { display: block; font-size: 1.75rem; font-stretch: 66%; font-weight: 800; line-height: 1; color: var(--ink); margin-bottom: .25rem; }

/* ==========================================================================
   Cobertura
   ========================================================================== */
.cov { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(2rem, 4vw, 4.5rem); align-items: center; }
.rmap { width: 100%; }
.rmap svg { width: 100%; height: auto; overflow: visible; font-family: var(--font); }
.rmap__rings circle { fill: none; stroke: rgba(255,255,255,.16); stroke-width: 1; stroke-dasharray: 2 6; }
.rmap__ringlbl text { fill: var(--muted-ink); font-size: 16px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; text-anchor: middle; paint-order: stroke; stroke: var(--ink); stroke-width: 7px; }
.rmap__routes path { fill: none; stroke: var(--blue); stroke-width: 3.5; stroke-linecap: round; }
.rmap__far path { fill: none; stroke: rgba(255,255,255,.4); stroke-width: 2; stroke-dasharray: 5 8; stroke-linecap: round; }
.rmap__city circle { fill: var(--ink); stroke: var(--blue); stroke-width: 3.5; }
.rmap__city text, .rmap__base text { fill: var(--paper); font-size: 18px; font-weight: 700; font-stretch: 80%; letter-spacing: .04em; text-transform: uppercase; paint-order: stroke; stroke: var(--ink); stroke-width: 6px; }
.rmap .rmap__t { fill: var(--muted-ink); font-size: 16px; font-weight: 500; font-stretch: 100%; text-transform: none; letter-spacing: .02em; }
.rmap__city--far text { fill: var(--muted-ink); font-size: 16px; font-weight: 600; }
.rmap__base circle { fill: var(--blue); stroke: var(--paper); stroke-width: 4; }
.rmap__base .rmap__pulse { fill: rgba(0,160,224,.28); stroke: none; transform-origin: center; transform-box: fill-box; animation: radar 2.6s ease-out infinite; }
.rmap__base text:not(.rmap__t) { font-size: 23px; font-weight: 800; font-stretch: 70%; }
@keyframes radar { from { transform: scale(.6); opacity: 1; } to { transform: scale(2.4); opacity: 0; } }
.rmap figcaption { text-wrap: balance; margin-top: 1rem; font-size: .8125rem; color: var(--muted-ink); }

.roadsign { padding: clamp(1.75rem, 3vw, 2.75rem); }
.roadsign .lbl { margin-bottom: .75rem; }
.roadsign__list li { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .875rem; padding: .8rem 0; border-top: 2px solid rgba(20,24,29,.85); }
.roadsign__list li:first-child { border-top: 0; }
.roadsign__list .ico { width: 1.75rem; height: 1.75rem; stroke-width: 3; transform: rotate(var(--rot, 0deg)); }
.roadsign__list span { font-size: clamp(1.5rem, 2.4vw, 2.25rem); font-stretch: 66%; font-weight: 800; text-transform: uppercase; line-height: 1; }
.roadsign__list b { font-size: clamp(.9375rem, 1.2vw, 1.0625rem); font-stretch: 92%; font-weight: 700; white-space: nowrap; }
.roadsign__list .is-main span { font-size: clamp(2.25rem, 3.8vw, 3.5rem); }
.roadsign__list .is-main b { background: var(--ink); color: var(--paper); padding: .4rem .65rem; border-radius: var(--r-sm); text-transform: uppercase; letter-spacing: .04em; }
.roadsign__list .is-main .ico { width: 2.5rem; height: 2.5rem; }
.cov__foot { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.5rem clamp(2rem, 4vw, 4.5rem); align-items: center; margin-top: clamp(2rem, 4vw, 3.5rem); padding-top: clamp(1.5rem, 2.5vw, 2rem); border-top: 1px solid var(--line-ink); }
.cov__more { max-width: 44rem; color: var(--muted-ink); }
.cov__more strong { color: var(--paper); font-weight: 600; }
.cov__acts { display: flex; flex-wrap: wrap; gap: .75rem; }

/* ==========================================================================
   Parceiros
   ========================================================================== */
.proof { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(1.5rem, 4vw, 4.5rem); align-items: center; }
.proof__h { font-size: clamp(1.75rem, 2.6vw, 2.375rem); font-stretch: 70%; font-weight: 800; line-height: 1.05; text-wrap: balance; }
.proof__txt > p { margin-top: 1rem; color: var(--muted); max-width: 34rem; }
/* linha do tempo: a linha cobre a coluna inteira; 1º ponto à esquerda, 2º no centro, 3º à direita */
.flow { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 1.75rem; }
.flow::before { content: ""; position: absolute; left: 0; right: 0; top: .3125rem; height: 2px; background: var(--ink); }
.flow li { position: relative; padding: 1.5rem .5rem 0 0; font-size: .75rem; font-stretch: 105%; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; line-height: 1.3; }
.flow li:nth-child(2) { padding-inline: .25rem; text-align: center; }
.flow li:last-child { padding-inline: .5rem 0; text-align: right; }
.flow li::after { content: ""; position: absolute; left: 0; top: 0; width: .75rem; height: .75rem; border-radius: 50%; border: 2px solid var(--ink); background: var(--blue); }
.flow li:nth-child(2)::after { left: 50%; transform: translateX(-50%); }
.flow li:last-child::after { left: auto; right: 0; background: var(--green); }
.proof__txt > .proof__sys { display: flex; align-items: flex-start; gap: .75rem; margin-top: 1.5rem; padding-top: 1.125rem; border-top: 1px solid var(--line-2); font-size: var(--fs-sm); font-weight: 600; color: var(--ink); }
.proof__sys .leaves { margin-top: .25rem; }

.record { padding: clamp(1.5rem, 2.4vw, 2.25rem); box-shadow: var(--shadow-card); }
.record__bar { display: flex; align-items: center; gap: .75rem; padding-bottom: 1rem; border-bottom: 2px solid var(--ink); }
.record__bar .ico { color: var(--blue-deep); }
.record__name { font-size: clamp(1.25rem, 1.7vw, 1.5rem); font-stretch: 70%; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; line-height: 1; }
.record__bar .tag { margin-left: auto; color: var(--muted); }
.record__k { font-size: .6875rem; font-stretch: 116%; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); line-height: 1.3; }
.record__id { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: .75rem 1.5rem; padding: 1.125rem 0 1rem; border-bottom: 1px solid var(--line); }
.record__id p { display: grid; gap: .375rem; }
.record__proto { font-size: clamp(1.875rem, 2.6vw, 2.375rem); font-stretch: 70%; font-weight: 800; line-height: .95; letter-spacing: .01em; font-variant-numeric: tabular-nums; }
.record__status { justify-items: end; }
.record__fields { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-bottom: 1px solid var(--line); }
.record__fields > div { min-width: 0; padding: .8125rem .875rem .875rem 0; }
.record__fields > div + div { padding-left: .875rem; border-left: 1px solid var(--line); }
.record__fields dt { font-size: .6875rem; font-stretch: 116%; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); line-height: 1.3; white-space: nowrap; }
.record__fields dd { margin-top: .3125rem; font-size: .9375rem; font-weight: 600; line-height: 1.3; }
.record__mask { color: var(--muted); letter-spacing: .08em; font-variant-numeric: tabular-nums; white-space: nowrap; }
.record__rows li { display: grid; grid-template-columns: 1.5rem 8.25rem minmax(0, 1fr) auto; align-items: center; gap: .5rem 1rem; padding: .875rem 0; border-bottom: 1px solid var(--line); }
.record__rows p { display: contents; }
.record__rows .ico { grid-area: 1 / 1; width: 1.375rem; height: 1.375rem; stroke-width: 2; color: var(--blue-deep); }
.record__rows .record__k { grid-area: 1 / 2; }
.record__v { grid-area: 1 / 3; font-size: var(--fs-sm); line-height: 1.45; color: var(--text); }
.record__rows .pill { grid-area: 1 / 4; justify-self: end; }
.record__rows .sk--route, .record__ph { grid-area: 2 / 3; }
.record__rows li:last-child { border-bottom: 0; padding-bottom: .125rem; }
/* um só sistema de status: verde = concluído, azul = ao vivo, tracejado = próxima etapa */
.pill { display: inline-flex; align-items: center; gap: .4375rem; padding: .3125rem .5625rem; border: 1.5px solid currentColor; border-radius: var(--r-sm); font-style: normal; font-size: .75rem; font-stretch: 105%; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; line-height: 1.1; white-space: nowrap; }
.pill::before { content: ""; width: .5rem; height: .5rem; flex: none; border-radius: 50%; background: currentColor; }
.pill--ok { color: var(--green-deep); background: #f4f8ea; }
.pill--live { color: var(--blue-deep); background: #eaf6fc; }
.pill--wait { color: var(--muted); border-style: dashed; }
.pill--wait::before { background: none; box-shadow: inset 0 0 0 1.5px currentColor; }
.record__ph { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .125rem; }
.record__shot { display: grid; gap: .25rem; width: 4.25rem; }
.record__shot svg { width: 100%; height: auto; aspect-ratio: 48 / 34; border-radius: 3px; background: var(--warm-2); border: 1px solid var(--line); fill: none; stroke: var(--muted); stroke-width: 1.75; stroke-linejoin: round; stroke-linecap: round; }
.record__shot small { font-size: .6875rem; line-height: 1.2; color: var(--muted); }
.sk--route { display: block; max-width: 17rem; width: 100%; height: 1.125rem; border: 0; border-radius: 0; background:
  radial-gradient(circle at .5rem 50%, var(--blue) 0 .3rem, transparent .33rem),
  radial-gradient(circle at calc(62% + .2rem) 50%, var(--ink) 0 .3rem, transparent .33rem),
  linear-gradient(90deg, var(--blue) 0 62%, transparent 62%) 0 50% / 100% 3px no-repeat,
  repeating-linear-gradient(90deg, var(--line-2) 0 6px, transparent 6px 12px) 0 50% / 100% 3px no-repeat; }

.b2b { margin-top: clamp(2.5rem, 5.5vw, 4.5rem); }
.b2b__t { display: flex; align-items: center; gap: 1rem; font-size: var(--fs-lbl); font-stretch: 116%; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.25rem; }
.b2b__t::after { content: ""; flex: 1; height: 1px; background: var(--line-2); }
.b2b__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line-2); border: 1px solid var(--line-2); border-radius: var(--r-plate); overflow: hidden; }
.df { background: var(--paper); padding: clamp(1.25rem, 2.2vw, 2rem); }
.df__hd { display: grid; grid-template-columns: 2.75rem 1fr; gap: 1rem; align-items: center; }
.b2b__ico { width: 2.25rem; height: 2.25rem; stroke-width: 1.75; color: var(--blue-deep); }
.b2b__grid p { margin-top: .375rem; padding-left: 3.75rem; font-size: var(--fs-sm); color: var(--muted); line-height: 1.6; }

.aud { border-top: 2px solid var(--ink); }
.aud__hd, .aud__b { display: contents; }
.aud__row { display: grid; grid-template-columns: 3rem minmax(0, 3.2fr) minmax(0, 5.8fr) 14rem; gap: 1rem clamp(1rem, 2.5vw, 2.5rem); align-items: center; padding: clamp(1.125rem, 1.8vw, 1.625rem) 0; border-bottom: 1px solid var(--line-2); }
.aud__row .ico { width: 2.25rem; height: 2.25rem; stroke-width: 1.75; transition: color .25s; }
.aud__row h4 { font-size: clamp(1.625rem, 2.5vw, 2.25rem); font-stretch: 64%; font-weight: 800; line-height: 1; transition: transform .35s var(--ease); }
.aud__row p { color: var(--muted); font-size: var(--fs-sm); max-width: 38rem; }
.aud__row .tag { justify-self: end; transition: background-color .25s, color .25s, border-color .25s; }
.aud__row:hover h4 { transform: translateX(.375rem); }
.aud__row:hover .ico { color: var(--blue-deep); }
.aud__row:hover .tag { background: var(--ink); border-color: var(--ink); color: var(--paper); }

.deal { margin-top: clamp(2.5rem, 5.5vw, 4.5rem); display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: 1.75rem clamp(2rem, 4vw, 4.5rem); align-items: center; background: var(--ink); color: var(--paper); border-radius: var(--r-plate); padding: clamp(1.5rem, 3.4vw, 3.25rem); }
.deal__h { font-size: clamp(1.875rem, 2.9vw, 2.75rem); font-stretch: 66%; font-weight: 800; line-height: 1.02; text-wrap: balance; }
.deal__txt p { margin-top: .75rem; color: var(--muted-ink); }
.deal__side .lbl { color: var(--blue-hi); }
.deal__mail { display: inline-block; margin-top: 0; font-size: clamp(1.125rem, 1.7vw, 1.5rem); font-stretch: 82%; font-weight: 700; line-height: 1.3; color: var(--paper); text-decoration: underline; text-decoration-color: rgba(255,255,255,.35); text-decoration-thickness: 2px; text-underline-offset: 5px; padding-block: .6875rem; }
.deal__mail:hover { text-decoration-color: var(--blue); }
.deal__acts { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.25rem; }
.deal__fin { display: flex; flex-wrap: wrap; align-items: center; gap: 0 .875rem; margin-top: 1.5rem; padding-top: .5rem; border-top: 1px solid var(--line-ink); font-size: var(--fs-sm); }
.deal__fin .lbl { color: var(--muted-ink); }
.deal__fin a { display: inline-flex; align-items: center; min-height: 2.75rem; color: var(--paper); text-underline-offset: 4px; }

/* ==========================================================================
   Localização
   ========================================================================== */
.loc { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(1.5rem, 3vw, 3rem); align-items: stretch; }
.map { position: relative; min-height: 30rem; border-radius: var(--r-plate); overflow: hidden; background: var(--warm-2); border: 1px solid var(--line-2); }
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map__face { position: absolute; inset: 0; display: block; text-decoration: none; color: var(--ink); overflow: hidden; }
.map__streets { position: absolute; inset: 0; width: 100%; height: 100%; }
.map__ground { fill: #fdfcf9; }
.map__blocks rect { fill: #efece2; }
.map__park { fill: rgba(128,184,0,.22); }
.map__avenue { fill: none; stroke: #fff; stroke-width: 30; }
.map__avenue-c { fill: none; stroke: var(--yellow); stroke-width: 2.5; stroke-dasharray: 18 14; opacity: .9; }
.map__diag { fill: none; stroke: #fdfcf9; stroke-width: 22; }
.map__mark { position: absolute; left: 50%; top: 45%; transform: translate(-50%, -100%); display: grid; justify-items: center; }
.map__pin { order: 2; width: 3.5rem; height: 3.5rem; margin-top: .875rem; display: grid; place-items: center; background: var(--blue); border: 3px solid var(--ink); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); transition: transform .35s var(--ease); }
.map__pin .ico { transform: rotate(45deg); width: 1.625rem; height: 1.625rem; }
.map__lbl { background: var(--ink); color: var(--paper); padding: .625rem .875rem; border-radius: var(--r); font-size: .8125rem; line-height: 1.35; text-align: center; white-space: nowrap; box-shadow: 0 0 0 3px var(--paper); }
.map__lbl b { display: block; font-stretch: 75%; font-size: 1.125rem; letter-spacing: .03em; text-transform: uppercase; }
.map__foot { position: absolute; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.125rem; background: linear-gradient(0deg, rgba(251,250,246,.96) 60%, rgba(251,250,246,0)); padding-top: 2.5rem; }
.map__hint { max-width: 22rem; font-size: .8125rem; line-height: 1.4; color: var(--muted); }
.map__btn { white-space: nowrap; flex: none; }
.map__face:hover .map__pin { transform: translateY(-6px) rotate(-45deg); }
.map__face:hover .map__btn { --bg: var(--ink-3); }

.addr { display: flex; flex-direction: column; }
.addr__plate .lbl { color: var(--blue); }
.addr__street { margin-top: .75rem; font-size: clamp(2.25rem, 3.4vw, 3.25rem); font-stretch: 62%; font-weight: 800; text-transform: uppercase; line-height: .95; text-wrap: balance; }
.addr__rest { margin-top: .75rem; color: var(--muted-ink); }
.addr__list { margin-top: .5rem; }
.addr__list > div { padding: 1.125rem 0; border-bottom: 1px solid var(--line); }
.addr__list dt { display: flex; align-items: center; gap: .625rem; font-stretch: 82%; font-weight: 700; font-size: 1.125rem; }
.addr__list dt .ico { width: 1.375rem; height: 1.375rem; color: var(--blue-deep); }
.addr__list dd { margin-top: .25rem; padding-left: 2rem; font-size: var(--fs-sm); color: var(--muted); }
.addr__acts { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: auto; padding-top: 1.5rem; }

/* ==========================================================================
   Contato — base escura, telefone numa placa amarela (o amarelo é acento)
   ========================================================================== */
.sos { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(1.5rem, 4vw, 4.5rem); align-items: center; }
.sos__tel { display: block; text-decoration: none; padding: clamp(1.5rem, 2.8vw, 2.5rem) clamp(1.5rem, 3vw, 2.75rem) clamp(1.625rem, 3vw, 2.75rem); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.sos__top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.sos__top .ico { width: 2rem; height: 2rem; stroke-width: 2.5; }
.sos__num { display: block; margin-top: clamp(1rem, 2vw, 1.75rem); font-size: clamp(3.75rem, 8.6vw, 8.25rem); font-stretch: 62%; font-weight: 800; line-height: .8; letter-spacing: -.02em; white-space: nowrap; font-variant-numeric: tabular-nums; }
.sos__num small { font-size: .5em; font-weight: 800; vertical-align: .62em; letter-spacing: 0; }
.sos__tel:hover { transform: translateY(-3px); box-shadow: 0 14px 0 -8px rgba(248,184,0,.35); }

.chan { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.3fr) minmax(0, 1.3fr) minmax(0, 1fr); margin-top: clamp(2rem, 4.5vw, 4rem); border-top: 1px solid var(--line-ink); }
.chan li + li { border-left: 1px solid var(--line-ink); }
.chan a { position: relative; display: flex; flex-direction: column; height: 100%; padding: 1.5rem clamp(1rem, 1.8vw, 1.75rem) .5rem; text-decoration: none; }
.chan li:first-child a { padding-left: 0; }
.chan .ico { width: 1.875rem; height: 1.875rem; stroke-width: 1.9; margin-bottom: 1.25rem; color: var(--blue); transition: transform .35s var(--ease); }
.chan .ico--wa { color: var(--green); }
.chan__k { font-size: var(--fs-lbl); font-stretch: 116%; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-ink); }
.chan__v { margin-top: .5rem; font-size: clamp(1.5rem, 2.2vw, 2rem); font-stretch: 66%; font-weight: 800; line-height: 1.05; font-variant-numeric: tabular-nums; }
.chan__v--sm { font-size: 1.0625rem; font-stretch: 78%; font-weight: 700; line-height: 1.25; }
.chan__d { margin-top: .375rem; font-size: .875rem; color: var(--muted-ink); }
.chan a:hover .ico { transform: translateY(-4px); }
.chan a:hover .chan__v { text-decoration: underline; text-decoration-color: var(--blue); text-decoration-thickness: 2px; text-underline-offset: 4px; }

/* ==========================================================================
   Avaliações
   ========================================================================== */
.rev { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(1.5rem, 5vw, 5.5rem); align-items: center; }
.rev__card { padding: clamp(1.5rem, 2.6vw, 2.25rem); box-shadow: var(--shadow-card); }
.rev__card .lbl { color: var(--muted); }
.rev__name { display: flex; align-items: flex-start; gap: .75rem; margin-top: .875rem; font-size: clamp(1.5rem, 2.1vw, 1.875rem); font-stretch: 70%; font-weight: 800; line-height: 1.05; }
.rev__name .leaves { margin-top: .3rem; }
.rev__addr { margin-top: .5rem; padding-left: 2rem; font-size: var(--fs-sm); color: var(--muted); }
.rev__hint { margin-top: 1.25rem; font-size: var(--fs-sm); color: var(--muted); }
.rev__acts { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(2rem, 5vw, 5.5rem); align-items: start; }
.faq__head { position: sticky; top: calc(var(--hdr-h) + 2rem); }
.faq__help { margin-top: 2rem; max-width: 27rem; }
.faq__help .lbl { color: var(--muted); }
.faq__tel { display: inline-flex; align-items: center; min-height: 2.75rem; margin-top: .375rem; font-size: clamp(2.25rem, 3.2vw, 3rem); font-stretch: 62%; font-weight: 800; line-height: 1; text-decoration: none; white-space: nowrap; font-variant-numeric: tabular-nums; transition: color .2s; }
.faq__tel:hover { color: var(--blue-deep); }
.faq__help-acts { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .75rem; }
.faq__list { border-top: 2px solid var(--ink); }
.faq__list .qa summary { grid-template-columns: minmax(0, 1fr) 2.75rem; }
.faq__list .qa__a { padding-left: 0; }

/* ==========================================================================
   CTA final
   ========================================================================== */
.final { background: var(--blue); color: var(--ink); padding-block: clamp(3.5rem, 7.5vw, 7rem); }
.final__in { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr); gap: clamp(2rem, 4vw, 4.5rem); align-items: end; }
.final__h { margin-top: 1.5rem; font-size: clamp(3rem, 7vw, 6.25rem); font-stretch: 62%; font-weight: 800; text-transform: uppercase; line-height: .94; letter-spacing: -.01em; }
.final__h span { display: block; white-space: nowrap; }
.final__side > p:first-child { font-size: var(--fs-lead); line-height: 1.6; max-width: 30rem; }
.final__side .lbl { margin-top: 2rem; }
.final__acts { display: flex; flex-direction: column; gap: .75rem; margin-top: .875rem; max-width: 26rem; }
.final__acts .btn--ghost .ico--wa { color: inherit; }

/* ==========================================================================
   Responsivo da home
   ========================================================================== */
@media (max-width: 1279px) {
  .sv__b { padding-left: 0; }
  .grp__head { grid-template-columns: auto 1fr; }
  .grp__head p { grid-column: 1 / -1; justify-self: start; text-align: left; }
  .aud__row { grid-template-columns: 3rem minmax(0, 3.4fr) minmax(0, 5.6fr) auto; }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  /* hero em 2 colunas estreitas: Ligar ocupa a 1ª linha, como no celular */
  .hero__acts { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); max-width: 34rem; }
  .hero__acts .hero__b-tel { grid-column: 1 / -1; }
  .hero__acts .btn { padding-inline: .75rem; white-space: nowrap; }
}
@media (min-width: 1024px) {
  .chan__v { display: flex; align-items: flex-end; min-height: 2.75rem; }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .trust .trust__b2b { flex-basis: 100%; margin-left: 0; border-top: 1px solid var(--line-ink); }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .about { grid-template-columns: minmax(0, 1fr) 22rem; gap: 2.5rem; }
  .sheet__rows > div { grid-template-columns: minmax(0, 1fr); gap: .25rem; }
  .chan__v--sm { font-size: 1rem; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero__acts { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.15fr) minmax(0, .9fr); }
  .hero__acts .btn { padding-inline: .5rem; font-size: 1rem; white-space: nowrap; }
  .final__acts { flex-direction: row; max-width: none; }
  .final__acts .btn { flex: 1 1 0; white-space: nowrap; padding-inline: .75rem; }
}

@media (max-width: 1023px) {
  .hero__grid { grid-template-columns: 1fr; }
  .trust .trust__b2b { margin-left: 0; }
  .hero__h { font-size: clamp(3.5rem, 13.4vw, 8.5rem); }
  .signs { grid-template-columns: 1.3fr 1fr 1fr; }
  .signs__main { grid-column: auto; }
  .signs__big b { font-size: clamp(6rem, 15vw, 9rem); }
  .signs__a, .signs__b { display: flex; flex-direction: column; justify-content: space-between; }

  .svc, .patio, .follow, .about, .cov, .cov__foot, .proof, .deal, .loc, .sos, .rev, .faq, .final__in { grid-template-columns: minmax(0, 1fr); }
  .svc__side { grid-template-columns: 1fr 1fr; }
  .svc__feat { grid-column: 1 / -1; }
  .patio__viz { border-left: 0; border-top: 1px solid var(--line-ink); }
  .online__acts { flex-direction: row; flex-wrap: wrap; }
  .rmap { max-width: 36rem; margin-inline: auto; }
  .cov > .rmap { order: 2; }
  .aud__row { grid-template-columns: 3rem minmax(0, 1fr) auto; }
  .aud__row p { grid-column: 2 / -1; grid-row: 2; }
  .b2b__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .map { min-height: 24rem; }
  .sos__num { font-size: clamp(3.75rem, 14vw, 8.5rem); }
  .faq__head { position: static; }
  .faq__help { max-width: none; }
  .final__h { font-size: clamp(3rem, 11.5vw, 7rem); }
}

@media (max-width: 767px) {
  /* hero: placas viram régua compacta ACIMA dos botões; "Ligar" com o número é o 1º botão */
  .hero__grid { display: flex; flex-direction: column; align-items: stretch; gap: 0; padding-block: 1.5rem 1.5rem; }
  .hero__txt { display: contents; }
  .hero .status { order: 1; letter-spacing: .06em; }
  .hero__h { order: 2; margin-top: .875rem; }
  .hero__sub { order: 3; margin-top: .875rem; }
  .signs { order: 4; margin-top: 1.25rem; grid-template-columns: 1.2fr .9fr 1.05fr; gap: .5rem; }
  .hero__acts { order: 5; display: grid; grid-template-columns: 1fr 1fr; gap: .625rem; margin-top: 1rem; }
  .hero__lead { order: 6; margin-top: 1.375rem; font-size: 1.0625rem; line-height: 1.6; }
  .hero__note { order: 7; margin-top: .875rem; font-size: .9375rem; }
  .hero__acts .btn { padding-inline: .5rem; min-height: 3.5rem; font-size: .9375rem; gap: .5rem; white-space: nowrap; }
  .hero__acts .hero__b-tel { grid-column: 1 / -1; order: -1; min-height: 3.75rem; font-size: 1.125rem; }
  .hero__acts .hero__b-cot { font-stretch: 80%; }
  .signs .plate { padding: .75rem .75rem .7rem; border-radius: 7px; display: flex; flex-direction: column; justify-content: flex-end; }
  .signs .plate::after { inset: 4px; border-width: 1.5px; border-radius: 4px; }
  .signs__main { grid-column: auto; flex-direction: column-reverse !important; justify-content: flex-start !important; }
  .signs__main .lbl { margin-top: .375rem; font-size: .75rem; font-stretch: 85%; font-weight: 600; letter-spacing: 0; text-transform: none; line-height: 1.2; }
  .signs__big { margin-top: 0; gap: .25rem; flex-wrap: wrap; align-items: baseline; }
  .signs__pre { width: 100%; margin: 0 0 .15rem; font-size: .75rem; letter-spacing: .08em; }
  .signs__big b { font-size: 3.25rem; line-height: .8; }
  .signs__unit { font-size: 1.25rem; }
  .signs__mid { font-size: 2.125rem; }
  .signs__cap { margin-top: .375rem; font-size: .75rem; font-stretch: 85%; font-weight: 600; line-height: 1.2; }
  .trust { gap: 0 1.25rem; padding-block: .25rem .5rem; }
  .trust li { padding-block: .375rem; font-size: .8125rem; }

  /* serviços: acordeão */
  .svc { display: flex; flex-direction: column; align-items: stretch; gap: 1rem; }
  .svc__side { display: contents; }
  .svc__groups { order: 1; margin-block: 1rem; }
  .svc .help { order: 2; }
  .svc .pay { order: 3; }
  .svc__feat-acts { width: 100%; }
  .svc__feat-acts .btn { flex: 1 1 auto; }
  .grp__head { grid-template-columns: auto 1fr; }
  .grp__head p { grid-column: 1 / -1; justify-self: start; text-align: left; }
  .grp__grid { grid-template-columns: 1fr; }
  .sv, .sv:nth-child(odd), .sv:nth-child(even) { padding: 0; border-right: 0; }
  .sv__hd, .df__hd, .aud__hd { grid-template-columns: 2rem 1fr 2.75rem; gap: .75rem; align-items: center; min-height: 4rem; padding: .5rem 0; }
  .sv__hd .ico { width: 2rem; height: 2rem; }
  .sv h4 { font-size: 1.25rem; }
  .acc--on .sv__x { display: block; position: relative; justify-self: end; width: 2.75rem; height: 2.75rem; border: 2px solid var(--ink); border-radius: var(--r); background: var(--paper); transition: background-color .25s; }
  .sv__x::before, .sv__x::after { content: ""; position: absolute; left: 50%; top: 50%; width: 1rem; height: 2px; margin: -1px 0 0 -.5rem; background: var(--ink); transition: transform .3s var(--ease); }
  .sv__x::after { transform: rotate(90deg); }
  .is-open > .acc__hd .sv__x { background: var(--blue); }
  .is-open > .acc__hd .sv__x::after { transform: rotate(0); }
  .sv__b { padding: 0 0 1rem 2.75rem; }
  .svc__feat h3 { margin-top: 1.25rem; }
  .svc__feat-acts .btn { padding-inline: .75rem; font-size: .9375rem; white-space: nowrap; }
  .svc__feat-acts .btn--ink { flex: 1 1 auto; }
  .svc__feat-acts .btn--ink .ico { display: none; }
  .svc__feat-acts .btn--ghost { flex: 1 1 auto; }

  .patio__txt { padding: 1.5rem 1.25rem; }
  .yard { padding: 1.25rem; }
  .patio__n { padding: 1rem .875rem 1.125rem; }
  .patio__n dd { font-size: 2.75rem; }
  .patio__n dt { font-stretch: 90%; letter-spacing: .04em; }

  .steps { grid-template-columns: 1fr; }
  .step, .step + .step { padding: 1.125rem 0 1.25rem; border-left: 0; display: grid; grid-template-columns: 3.5rem 1fr; gap: .25rem 1rem; }
  .step + .step { border-top: 1px solid var(--line-2); }
  .step__n { grid-row: span 2; font-size: 3.75rem; line-height: .85; }
  .step h3 { margin-top: 0; }
  .step p { margin-top: 0; }
  .step__arrow { display: none; }
  .track__log li { padding: .75rem 0; }
  .track__t { font-size: 1.0625rem; }
  .track__t small { display: none; }
  .track__pin { padding: .2rem .375rem; font-stretch: 85%; letter-spacing: .04em; }
  .track__pin--you { left: auto; right: 2.5%; transform: none; }
  .online__acts { flex-direction: column; }

  .sheet__rows { display: grid; grid-template-columns: 1fr 1fr; column-gap: 1.25rem; }
  .sheet__rows > div { display: block; padding: .875rem 0; }
  .sheet__rows > div:nth-last-child(2) { border-bottom: 0; }
  .sheet__rows dt { margin-bottom: .375rem; }
  .sheet__rows dd { font-size: .875rem; line-height: 1.45; }
  .about .checks { grid-template-columns: 1fr 1fr; column-gap: 1.25rem; }
  .about .checks li { align-items: flex-start; font-size: .875rem; line-height: 1.35; }
  .about .checks .ico { margin-top: .1rem; }

  .rmap { display: none; }
  .roadsign { padding: 1.5rem 1.375rem; }
  .roadsign__list li { gap: .625rem; padding: .625rem 0; }
  .roadsign__list .ico { width: 1.375rem; height: 1.375rem; }
  .roadsign__list .is-main .ico { width: 1.75rem; height: 1.75rem; }
  .roadsign__list .is-main { grid-template-columns: auto 1fr; }
  .roadsign__list .is-main b { grid-column: 2; justify-self: start; }
  .cov__acts .btn, .addr__acts .btn, .rev__acts .btn, .final__acts .btn, .deal__acts .btn { flex: 1 1 100%; }
  .faq__help-acts .btn { flex: 1 1 auto; min-height: 3rem; }

  .addr__plate { padding: 1.5rem 1.5rem 1.625rem; }
  .record__rows li { grid-template-columns: 1.5rem minmax(0, 1fr) auto; gap: .25rem .75rem; }
  .record__rows .pill { grid-area: 1 / 3; }
  .record__v { grid-area: 2 / 2 / auto / -1; }
  .record__ph { grid-area: 3 / 2 / auto / -1; }
  .record__status { justify-items: start; }
  .record__fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .record__fields > div:nth-child(odd) { padding-left: 0; border-left: 0; }
  .record__fields > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .record__shot { width: calc((100% - 1.5rem) / 4); }
  .aud__row { display: block; padding: 0; }
  .aud__hd { display: grid; }
  .aud__b { display: block; padding: 0 0 1.125rem 2.75rem; }
  .aud__row .ico { width: 2rem; height: 2rem; }
  .aud__row h4 { font-size: 1.5rem; }
  .aud__row .tag { margin-top: .75rem; }
  .aud__row:hover h4 { transform: none; }
  .b2b__grid { grid-template-columns: 1fr; }
  .df { padding: 0 1rem; }
  .df__hd { grid-template-columns: 2.25rem 1fr 2.75rem; }
  .df h4 { font-size: 1.125rem; }
  .b2b__ico { width: 1.875rem; height: 1.875rem; }
  .b2b__grid p { margin-top: 0; padding: 0 0 1.125rem 3rem; }
  .record__rows li { padding: .75rem 0; }
  .sk--route { display: none; }

  .map { min-height: 21rem; }
  .map__mark { top: 47%; }
  .map__foot { flex-direction: column; align-items: stretch; gap: .625rem; }
  .map__hint { max-width: none; }
  .addr__list > div { padding: .875rem 0; }

  .sos__num { font-size: 17.2vw; }
  .chan { grid-template-columns: 1fr; }
  .chan li + li { border-left: 0; border-top: 1px solid var(--line-ink); }
  .chan a, .chan li:first-child a { padding: 1rem 0; display: grid; grid-template-columns: 2.25rem 1fr; gap: 0 .875rem; }
  .chan .ico { grid-row: span 3; margin: .25rem 0 0; width: 1.75rem; height: 1.75rem; }
}

/* registro em coluna estreita (desktop pequeno): valor abaixo do rótulo, campos em 2 colunas */
@media (min-width: 1024px) and (max-width: 1439px) {
  .record__rows li { grid-template-columns: 1.5rem minmax(0, 1fr) auto; gap: .375rem .75rem; }
  .record__rows .pill { grid-area: 1 / 3; }
  .record__v { grid-area: 2 / 2 / auto / -1; }
  .record__rows .sk--route { grid-area: 3 / 2 / auto / -1; }
  .record__ph { grid-area: 3 / 2 / auto / -1; }
  .record__fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .record__fields > div:nth-child(odd) { padding-left: 0; border-left: 0; }
  .record__fields > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .chan { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .chan li:nth-child(odd) { border-left: 0; }
  .chan li:nth-child(odd) a { padding-left: 0; }
  .chan li:nth-child(n+3) { border-top: 1px solid var(--line-ink); }
  .chan a { padding-bottom: 1.5rem; }
}

@media (max-width: 480px) {
  .flow { grid-template-columns: minmax(0, 1fr); gap: .875rem; }
  .flow::before { display: none; }
  .flow li, .flow li:nth-child(2), .flow li:last-child { padding: 0 0 0 1.5rem; text-align: left; }
  .flow li:nth-child(2)::after, .flow li:last-child::after { left: 0; right: auto; transform: none; }
  .flow li::before { content: ""; position: absolute; left: calc(.375rem - 1px); top: .75rem; bottom: -.875rem; width: 2px; background: var(--ink); }
  .flow li:last-child::before { display: none; }
  /* títulos grandes: se a fonte de reserva entrar, quebram em vez de criar rolagem horizontal */
  .hero__h span, .final__h span { white-space: normal; }
  .flow li::after { top: .125rem; }
}

@media (max-width: 400px) {
  .hero__acts { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: .5rem; }
  .hero__acts .btn { font-size: .875rem; letter-spacing: .02em; gap: .375rem; }
  .hero__acts .hero__b-tel { font-size: 1.0625rem; }
  .hero__acts .hero__b-cot .ico { display: none; }
  .roadsign { padding: 1.5rem 1.375rem; }
}

@media print {
  .map { display: none !important; }
  details.qa > .qa__a { display: block; }
  .acc__b { display: block !important; }
}

/* links para as páginas de serviço (indexação) */
.svc__more { display: inline-block; margin-top: 1rem; color: var(--ink); font-weight: 700; font-size: var(--fs-sm); text-decoration: underline; text-underline-offset: 3px; }
.svc__more:hover { text-decoration-thickness: 2px; }
.sv__more { display: inline-flex; align-items: center; min-height: 2.75rem; margin-right: 1rem; color: var(--blue-deep); font-weight: 700; font-size: var(--fs-sm); text-decoration: underline; text-underline-offset: 3px; }
.sec__lead a, .price__note a { color: inherit; font-weight: 700; text-underline-offset: 3px; }
.deal__txt a { color: var(--blue-hi); font-weight: 700; text-underline-offset: 3px; }
