/* ==========================================================
   Duas Rodas Guincho — site
   Cores: amarelo #FFC400 · preto #0E0E0E · branco
   ========================================================== */
:root {
  --y: #FFC400;
  --y-dark: #E0AC00;
  --k: #0E0E0E;
  --k2: #171717;
  --k3: #222;
  --line: #2E2E2E;
  --w: #fff;
  --muted: #A8A8A8;
  --paper: #F6F4EE;
  --ink: #141414;
  --ink-muted: #5B5B5B;
  --wa: #25D366;
  --r: 18px;
  --shadow: 0 10px 30px rgba(0,0,0,.18);
  --head: 'Anton', Impact, 'Arial Narrow Bold', sans-serif;
  --body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; font-family: var(--body); font-size: 17px; line-height: 1.55; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { margin: 0; line-height: 1.05; }
h2 { font-family: var(--head); font-weight: 400; font-size: clamp(2.2rem, 5vw, 3.4rem); text-transform: uppercase; letter-spacing: .5px; }
h3 { font-size: 1.2rem; font-weight: 800; }
p { margin: 0; }
svg { width: 1em; height: 1em; flex: none; }

.container { width: min(1180px, 100% - 40px); margin-inline: auto; }
.container--narrow { width: min(820px, 100% - 40px); }

.eyebrow { font-size: .8rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--y-dark); margin-bottom: 10px; }
.section--dark .eyebrow, .hero .eyebrow { color: var(--y); }

/* ---------- Botões ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 800; text-decoration: none; border-radius: 999px; padding: 14px 22px; transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease; white-space: nowrap; border: 2px solid transparent; }
.btn svg { width: 22px; height: 22px; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible { outline: 3px solid var(--y); outline-offset: 3px; }
.btn--wa { background: var(--wa); color: #fff; box-shadow: 0 8px 22px rgba(37,211,102,.35); }
.btn--wa:hover { background: #1FBE5A; }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.btn--ghost:hover { border-color: var(--y); color: var(--y); }
.btn--dark { background: var(--k); color: var(--y); }
.btn--dark:hover { background: #000; }
.btn--sm { padding: 10px 16px; font-size: .92rem; }
.btn--sm svg { width: 18px; height: 18px; }
.btn--lg { padding: 17px 28px; font-size: 1.08rem; }
.btn--block { width: 100%; }

/* ---------- Topo ---------- */
.topbar { position: sticky; top: 0; z-index: 50; background: rgba(14,14,14,.94); backdrop-filter: blur(8px); border-bottom: 3px solid var(--y); color: #fff; }
.topbar__in { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 52px; height: 52px; border-radius: 50%; }
.brand__txt { display: flex; flex-direction: column; line-height: 1.1; }
.brand__txt b { font-family: var(--head); font-weight: 400; font-size: 1.35rem; text-transform: uppercase; letter-spacing: .5px; }
.brand__txt small { color: var(--y); font-weight: 700; font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
.nav { display: flex; gap: 26px; }
.nav a { text-decoration: none; font-weight: 600; font-size: .95rem; color: #ddd; }
.nav a:hover { color: var(--y); }

/* ---------- Hero ---------- */
.hero { position: relative; color: #fff; min-height: min(88vh, 760px); display: flex; align-items: center; overflow: hidden; background: var(--k); }
.hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,8,.94) 0%, rgba(8,8,8,.82) 38%, rgba(8,8,8,.25) 70%, rgba(8,8,8,.1) 100%); }
.hero__in { position: relative; z-index: 1; padding: 70px 0 80px; max-width: 1180px; }
.hero h1 { font-family: var(--head); font-weight: 400; text-transform: uppercase; font-size: clamp(3rem, 8vw, 6.2rem); line-height: .95; letter-spacing: .5px; max-width: 16ch; }
.hero h1 span { color: var(--y); }
.hero__lead { margin-top: 22px; max-width: 540px; font-size: 1.12rem; color: #E4E4E4; }
.hero__lead b { color: #fff; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.chips { list-style: none; padding: 0; margin: 28px 0 0; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.chips li { display: flex; align-items: center; gap: 8px; font-weight: 600; font-size: .95rem; color: #eee; }
.chips svg { color: var(--y); width: 20px; height: 20px; }

.robo-link { display: inline-block; margin-top: 18px; color: #E4E4E4; font-weight: 600; text-decoration: none; border-bottom: 1px dashed rgba(255,196,0,.6); }
.robo-link b { color: var(--y); }
.robo-link:hover { color: var(--y); }
.robo-link--center { display: block; text-align: center; margin-top: 14px; border: 0; color: var(--y); }

/* ---------- Seções ---------- */
.section { padding: 90px 0; }
.section--dark { background: var(--k); color: #fff; }
.sec-head { margin-bottom: 44px; }
.sec-head__sub { margin-top: 14px; max-width: 640px; color: var(--muted); font-size: 1.05rem; }
.sec-head__sub b { color: #fff; }

.note { display: flex; align-items: center; gap: 10px; margin-top: 28px; font-weight: 600; color: var(--ink-muted); }
.note svg { width: 22px; height: 22px; color: var(--y-dark); }

/* ---------- Serviços ---------- */
.grid-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc { background: #fff; border-radius: var(--r); padding: 28px; box-shadow: 0 2px 0 rgba(0,0,0,.04), var(--shadow); display: flex; flex-direction: column; gap: 12px; border: 1px solid #ECE8DD; overflow: hidden; }
.svc__ico { width: 58px; height: 58px; border-radius: 16px; background: var(--k); color: var(--y); display: grid; place-items: center; }
.svc__ico svg { width: 30px; height: 30px; }
.svc p { color: var(--ink-muted); }
.svc__price { margin-top: auto; padding-top: 8px; font-weight: 600; color: var(--ink) !important; }
.svc__price b { font-family: var(--head); font-weight: 400; font-size: 1.9rem; letter-spacing: .5px; }
.svc--img { padding: 0; }
.svc--img img { width: 100%; height: auto; aspect-ratio: 16/10; object-fit: cover; }
.svc__body { padding: 22px 28px 28px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.svc--accent { background: var(--y); border-color: var(--y); }
.svc--accent p { color: #3A3000; }
.svc--accent .svc__price { color: var(--k) !important; }
.svc__link { font-weight: 800; color: var(--k); text-decoration: none; }
.svc__link:hover { text-decoration: underline; }

/* ---------- Tabela de valores ---------- */
.prices { display: grid; grid-template-columns: 1.5fr 1fr; gap: 26px; align-items: start; }
.price-table { background: var(--k2); border: 1px solid var(--line); border-radius: var(--r); padding: 6px 28px; }
.pt-row { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); font-weight: 700; font-size: 1.05rem; }
.pt-row:last-child { border-bottom: 0; }
.pt-row em { display: block; font-style: normal; font-weight: 500; font-size: .86rem; color: var(--muted); margin-top: 2px; }
.pt-row b { font-family: var(--head); font-weight: 400; font-size: 1.8rem; color: var(--y); white-space: nowrap; letter-spacing: .5px; }
.pt-row b small { font-size: .95rem; }
.extras { background: var(--k3); border: 1px solid var(--line); border-radius: var(--r); padding: 26px 28px 28px; }
.extras h3 { font-family: var(--head); font-weight: 400; text-transform: uppercase; font-size: 1.6rem; letter-spacing: .5px; margin-bottom: 8px; }
.extras ul { list-style: none; padding: 0; margin: 0 0 22px; }
.extras li { display: flex; justify-content: space-between; gap: 14px; padding: 12px 0; border-bottom: 1px dashed var(--line); font-weight: 600; font-size: .98rem; }
.extras li em { display: block; font-style: normal; font-weight: 500; font-size: .8rem; color: var(--muted); }
.extras li b { color: var(--y); white-space: nowrap; }

/* ---------- Entregador ---------- */
.split { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.split__img { position: relative; }
.split__img img { border-radius: 24px; width: 100%; height: auto; aspect-ratio: 4/3.4; object-fit: cover; box-shadow: var(--shadow); }
.tag { position: absolute; top: 18px; left: 18px; background: var(--y); color: var(--k); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; padding: 8px 14px; border-radius: 999px; }
.split__txt > p:not(.eyebrow) { margin-top: 14px; color: var(--ink-muted); font-size: 1.05rem; }
.split__txt > p b { color: var(--ink); }
.price-table--light { background: #fff; border-color: #E6E1D3; margin-top: 24px; }
.price-table--light .pt-row { border-color: #EEE9DD; color: var(--ink); }
.price-table--light .pt-row b { color: var(--k); }
.checks { list-style: none; padding: 0; margin: 22px 0 28px; display: grid; gap: 10px; }
.checks li { display: flex; gap: 10px; align-items: flex-start; font-weight: 600; }
.checks svg { width: 22px; height: 22px; color: var(--y-dark); margin-top: 2px; }

/* ---------- Como funciona ---------- */
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: s; }
.steps li { position: relative; background: var(--k2); border: 1px solid var(--line); border-radius: var(--r); padding: 30px 28px; }
.steps li > svg { width: 42px; height: 42px; color: var(--y); margin-bottom: 18px; }
.steps h3 { font-size: 1.3rem; margin-bottom: 8px; }
.steps p { color: var(--muted); }
.steps__n { position: absolute; top: 18px; right: 22px; font-family: var(--head); font-size: 3.4rem; line-height: 1; color: #2A2A2A; }




.safety { margin-top: 28px; display: flex; gap: 16px; align-items: center; border: 2px solid var(--y); border-radius: var(--r); padding: 18px 22px; }
.safety svg { width: 34px; height: 34px; color: var(--y); }

/* ---------- Área ---------- */
.cities { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.city { background: #fff; border: 1px solid #ECE8DD; border-radius: var(--r); padding: 26px; box-shadow: var(--shadow); }
.city svg { width: 34px; height: 34px; color: var(--y-dark); margin-bottom: 12px; }
.city h3 { font-family: var(--head); font-weight: 400; text-transform: uppercase; font-size: 1.7rem; letter-spacing: .5px; margin-bottom: 8px; }
.city p { color: var(--ink-muted); font-size: .96rem; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 12px; }
.faq details { background: var(--k2); border: 1px solid var(--line); border-radius: 14px; padding: 0 22px; }
.faq details[open] { border-color: var(--y); }
.faq summary { cursor: pointer; list-style: none; padding: 20px 34px 20px 0; font-weight: 700; font-size: 1.05rem; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 1.6rem; color: var(--y); font-weight: 400; }
.faq details[open] summary::after { content: '–'; }
.faq details p { padding: 0 0 20px; color: var(--muted); }

/* ---------- CTA final ---------- */
.cta { background: var(--y); color: var(--k); padding: 60px 0; background-image: repeating-linear-gradient(-45deg, rgba(0,0,0,.05) 0 18px, transparent 18px 36px); }
.cta__in { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.cta h2 { font-size: clamp(2rem, 4.4vw, 3.2rem); }
.cta p { font-weight: 700; margin-top: 6px; }
.cta__btns { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.cta__tel { font-weight: 700; text-decoration: none; }
.cta__tel:hover { text-decoration: underline; }

/* ---------- Rodapé ---------- */
.footer { background: var(--k); color: #ccc; padding: 44px 0 26px; }
.footer__in { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.footer__brand { display: flex; gap: 16px; align-items: center; }
.footer__brand img { border-radius: 50%; }
.footer__brand div { display: flex; flex-direction: column; font-size: .92rem; }
.footer__brand b { color: #fff; font-size: 1.05rem; }
.footer__links { display: flex; gap: 22px; flex-wrap: wrap; }
.footer__links a { display: flex; align-items: center; gap: 8px; text-decoration: none; font-weight: 600; }
.footer__links a:hover { color: var(--y); }
.footer__links svg { width: 20px; height: 20px; color: var(--y); }
.footer__copy { text-align: center; font-size: .82rem; color: #777; margin-top: 30px; padding-top: 20px; border-top: 1px solid #222; }

/* ---------- Botão flutuante ---------- */
.fab { position: fixed; right: 18px; bottom: 18px; z-index: 60; width: 62px; height: 62px; border-radius: 50%; background: var(--wa); color: #fff; display: grid; place-items: center; box-shadow: 0 10px 26px rgba(0,0,0,.3); transition: transform .15s ease; }
.fab svg { width: 34px; height: 34px; }
.fab:hover { transform: scale(1.07); }

/* ---------- Responsivo ---------- */
@media (max-width: 1020px) {
  .nav { display: none; }
  .grid-services { grid-template-columns: repeat(2, 1fr); }
  .prices, .split { grid-template-columns: 1fr; }
  .cities { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  .section { padding: 64px 0; }
  .topbar__in { height: 64px; }
  .brand img { width: 44px; height: 44px; }
  .brand__txt small { display: none; }
  .btn--sm span { display: none; }
  .btn--sm { padding: 10px; }
  .hero { min-height: auto; align-items: flex-end; }
  .hero__bg { height: 560px; object-position: 55% 70%; }
  .hero::after { background: linear-gradient(180deg, rgba(8,8,8,.1) 0, rgba(8,8,8,.55) 300px, #080808 540px); }
  .hero__in { padding: 330px 0 48px; }
  .hero h1 { font-size: 2.6rem; }
  .hero .eyebrow { font-size: .7rem; letter-spacing: .12em; }
  .hero__cta .btn { width: 100%; }
  .grid-services, .steps, .cities { grid-template-columns: 1fr; }
  .price-table { padding: 4px 18px; }
  .pt-row { font-size: .98rem; }
  .pt-row b { font-size: 1.45rem; }
  .cta__in { flex-direction: column; text-align: center; }
  .cta__btns, .cta__btns .btn { width: 100%; }

}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .fab { transition: none; }
}
