/* Site do Spumo (spumo.com.br). Mesma identidade do app: azul-água, azul-marinho,
   cartões redondos e Nunito. Sem JS. */

:root {
  --bg: #f4fafe;
  --surface: #ffffff;
  --surface-2: #e8f3fa;
  --ink: #0c2236;
  --muted: #5a7089;
  --line: #d6e7f2;
  --accent: #22c3ec;
  --accent-ink: #0c2236;
  --accent-text: #0b7fa0;
  --dark-block: #0c2236;
  --dark-block-ink: #f4fafe;
  --shadow: 0 10px 24px -14px rgba(12, 34, 54, 0.28);
  --radius: 22px;
  color-scheme: light;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #08131e;
    --surface: #0f1f2e;
    --surface-2: #152a3d;
    --ink: #eaf6ff;
    --muted: #9db4c8;
    --line: #1f3549;
    --accent: #34cdf2;
    --accent-ink: #08131e;
    --accent-text: #34cdf2;
    --dark-block: #34cdf2;
    --dark-block-ink: #08131e;
    --shadow: 0 10px 24px -14px rgba(0, 0, 0, 0.7);
    color-scheme: dark;
  }
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 500 16px/1.6 Nunito, "Segoe UI", system-ui, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3 { font-weight: 900; letter-spacing: -0.02em; line-height: 1.1; margin: 0; }
p { margin: 0; }
.mono { font-family: "JetBrains Mono", ui-monospace, monospace; }
.wrap { width: 100%; max-width: 1080px; margin: 0 auto; padding: 0 16px; }
@media (min-width: 720px) { .wrap { padding: 0 24px; } }

/* ── Botões ─────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 52px; padding: 0 26px; border-radius: 999px;
  font-weight: 800; font-size: 16px; text-decoration: none;
  transition: transform 100ms ease, opacity 150ms ease;
}
.btn:active { transform: scale(0.97); }
.btn-principal { background: var(--dark-block); color: var(--dark-block-ink); }
.btn-secundario { background: var(--surface-2); color: var(--ink); }
.btn:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }

/* ── Topo ───────────────────────────────────────────── */
.topo { background: var(--accent); color: var(--accent-ink); border-radius: 0 0 36px 36px; }
.topo a:focus-visible { outline-color: #0c2236; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 72px; }
.marca { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; font-size: 22px; letter-spacing: -0.02em; text-decoration: none; }
.marca img { width: 40px; height: 40px; border-radius: 10px; box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.75); }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a.link { display: none; padding: 10px 14px; border-radius: 999px; font-weight: 800; font-size: 15px; text-decoration: none; }
.nav-links a.link:hover { background: rgba(12, 34, 54, 0.08); }
@media (min-width: 820px) { .nav-links a.link { display: inline-block; } }
.nav .btn { min-height: 44px; padding: 0 18px; font-size: 15px; background: #0c2236; color: #f4fafe; }

.hero { display: grid; gap: 48px; padding: 28px 0 80px; align-items: center; }
@media (min-width: 900px) { .hero { grid-template-columns: 1.1fr 0.9fr; padding: 40px 0 96px; } }
.hero h1 { font-size: clamp(34px, 7vw, 56px); }
.hero .sub { margin-top: 16px; font-size: clamp(17px, 2.4vw, 20px); font-weight: 700; opacity: 0.85; max-width: 36ch; }
.hero .acoes { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero .acoes .btn-principal { background: #0c2236; color: #f4fafe; }
.hero .acoes .btn-secundario { background: rgba(12, 34, 54, 0.1); color: #0c2236; }
.hero .nota { margin-top: 14px; font-size: 14px; font-weight: 700; opacity: 0.8; }

/* Celular ilustrativo com o pátio do dia (sempre claro, como um print do app) */
.vitrine { position: relative; justify-self: center; width: min(320px, 100%); }
.celular {
  background: #0c2236; border-radius: 44px; padding: 12px;
  box-shadow: 0 30px 60px -30px rgba(12, 34, 54, 0.7);
}
.tela { background: #f4fafe; color: #0c2236; border-radius: 34px; overflow: hidden; }
.tela-topo { background: #22c3ec; padding: 22px 16px 16px; border-radius: 0 0 28px 28px; }
.tela-topo small { display: block; font-weight: 700; font-size: 12px; opacity: 0.75; }
.tela-topo strong { font-size: 22px; font-weight: 900; }
.contadores { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin-top: 12px; }
.contadores span { background: rgba(255, 255, 255, 0.88); border-radius: 12px; padding: 6px 2px; text-align: center; font-size: 9px; font-weight: 800; line-height: 1.3; color: #5a7089; }
.contadores b { display: block; font-size: 16px; font-weight: 900; color: #0c2236; }
.tela-lista { padding: 12px 12px 44px; display: grid; grid-template-columns: minmax(0, 1fr); gap: 8px; }
.os { background: #fff; border-radius: 18px; padding: 10px; display: flex; gap: 8px; align-items: center; box-shadow: 0 10px 24px -14px rgba(12, 34, 54, 0.3); }
.placa { flex: none; width: 62px; border: 1.5px solid #0c2236; border-radius: 3px; background: #fff; text-align: center; overflow: hidden; }
.placa i { display: block; background: #1f3c88; color: #fff; font: 800 6px/1.6 Nunito, sans-serif; font-style: normal; letter-spacing: 0.08em; }
.placa b { display: block; font: 600 10px/1.8 "JetBrains Mono", ui-monospace, monospace; color: #0c2236; }
.os-info { min-width: 0; flex: 1; }
.os-info strong { display: block; font-size: 13px; font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.os-info span { display: block; font-size: 11px; font-weight: 600; color: #5a7089; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.chip { display: inline-flex; align-items: center; min-height: 22px; padding: 0 9px; border-radius: 999px; font-size: 10px; font-weight: 800; white-space: nowrap; }
.chip.pronto { color: #13804b; background: #dff5e9; }
.chip.lavando { color: #0b6f8c; background: #d6f3fb; }
.chip.fila { color: #5a7089; background: #e8f3fa; }

/* Balão do WhatsApp sobre o celular */
.zap {
  position: absolute; left: -8px; bottom: -22px; max-width: 250px;
  background: #dcf8c6; color: #0c2236; border-radius: 18px 18px 18px 6px;
  padding: 10px 14px; font-size: 13px; font-weight: 700; line-height: 1.4;
  box-shadow: 0 16px 30px -16px rgba(12, 34, 54, 0.6);
}
.zap small { display: block; font-size: 10px; font-weight: 800; color: #13804b; margin-bottom: 2px; }

/* ── Seções ─────────────────────────────────────────── */
section.bloco { padding: 64px 0; }
section.bloco.junto { padding-top: 0; }
.titulo-secao { max-width: 640px; }
.titulo-secao h2 { font-size: clamp(28px, 5vw, 40px); }
.titulo-secao p { margin-top: 12px; color: var(--muted); font-size: 18px; font-weight: 600; }

.grade { display: grid; gap: 12px; margin-top: 32px; }
@media (min-width: 640px) { .grade { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .grade { grid-template-columns: repeat(3, 1fr); } }
.cartao { background: var(--surface); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); border: 1px solid var(--line); }
.cartao .ico { width: 44px; height: 44px; border-radius: 14px; background: var(--surface-2); display: grid; place-items: center; margin-bottom: 14px; }
.cartao .ico svg { width: 22px; height: 22px; stroke: var(--accent-text); }
.cartao h3 { font-size: 19px; }
.cartao p { margin-top: 6px; color: var(--muted); font-weight: 600; font-size: 15px; }

/* Para quem é */
.publico { display: grid; gap: 12px; margin-top: 28px; }
@media (min-width: 760px) { .publico { grid-template-columns: repeat(3, 1fr); } }
.publico div { background: var(--surface-2); border-radius: var(--radius); padding: 20px 22px; }
.publico h3 { font-size: 18px; }
.publico p { margin-top: 6px; color: var(--muted); font-weight: 600; font-size: 15px; }

.passos { counter-reset: passo; display: grid; gap: 12px; margin-top: 32px; }
@media (min-width: 800px) { .passos { grid-template-columns: repeat(3, 1fr); } }
.passo { background: var(--surface-2); border-radius: var(--radius); padding: 22px; }
.passo::before { counter-increment: passo; content: counter(passo); display: grid; place-items: center; width: 36px; height: 36px; border-radius: 999px; background: var(--accent); color: var(--accent-ink); font-weight: 900; margin-bottom: 12px; }
.passo h3 { font-size: 18px; }
.passo p { margin-top: 6px; color: var(--muted); font-weight: 600; font-size: 15px; }
.endereco {
  display: inline-block; margin-top: 20px; max-width: 100%; overflow-wrap: anywhere;
  background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 10px 14px;
  font: 600 14px/1.5 "JetBrains Mono", ui-monospace, monospace; color: var(--ink);
}
.endereco b { color: var(--accent-text); font-weight: 600; }

/* Clube de assinatura */
.clube { display: grid; gap: 28px; margin-top: 32px; align-items: center; }
@media (min-width: 860px) { .clube { grid-template-columns: 1.1fr 0.9fr; } }
.lista-check { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.lista-check li { display: flex; gap: 10px; align-items: flex-start; font-weight: 700; }
.lista-check li span { display: block; color: var(--muted); font-weight: 600; font-size: 15px; }
.lista-check svg { flex: none; width: 22px; height: 22px; margin-top: 2px; stroke: var(--accent-text); }
.plano-cliente { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); max-width: 380px; width: 100%; justify-self: center; }
.plano-cliente small { font-size: 12px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
.plano-cliente h3 { font-size: 22px; margin-top: 4px; }
.plano-cliente .cliente { margin-top: 2px; color: var(--muted); font-weight: 600; font-size: 15px; }
.usos { display: flex; gap: 8px; margin-top: 16px; }
.usos i { flex: 1; height: 12px; border-radius: 999px; background: var(--surface-2); border: 1px solid var(--line); }
.usos i.usado { background: var(--accent); border-color: var(--accent); }
.plano-cliente .linha { display: flex; justify-content: space-between; gap: 12px; margin-top: 12px; font-size: 14px; font-weight: 700; }
.plano-cliente .linha span { color: var(--muted); font-weight: 600; }

/* Preço */
.preco { background: var(--dark-block); color: var(--dark-block-ink); border-radius: 28px; padding: 28px; display: grid; gap: 28px; margin-top: 32px; }
@media (min-width: 860px) { .preco { grid-template-columns: 1fr 1fr; padding: 40px; } }
.preco .nome { font-weight: 800; opacity: 0.8; }
.preco .valor { font-size: clamp(40px, 8vw, 56px); font-weight: 900; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.preco .valor small { font-size: 18px; font-weight: 700; opacity: 0.75; letter-spacing: 0; }
.preco .anual { margin-top: 4px; font-weight: 700; opacity: 0.9; }
.preco ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.preco li { display: flex; gap: 10px; align-items: flex-start; font-weight: 700; }
.preco li svg { flex: none; width: 20px; height: 20px; margin-top: 3px; stroke: currentColor; }
.preco .btn { margin-top: 24px; background: #22c3ec; color: #0c2236; }
@media (prefers-color-scheme: dark) { .preco .btn { background: #08131e; color: #eaf6ff; } }
.preco .formas { margin-top: 14px; font-size: 14px; font-weight: 600; opacity: 0.8; }

/* Perguntas */
.faq { margin-top: 28px; display: grid; gap: 10px; max-width: 760px; }
.faq details { background: var(--surface); border-radius: 18px; padding: 0 20px; box-shadow: var(--shadow); border: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; font-weight: 800; font-size: 17px; padding: 18px 28px 18px 0; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 24px; font-weight: 700; color: var(--muted); }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding-bottom: 18px; color: var(--muted); font-weight: 600; }
.faq details a { color: var(--ink); font-weight: 800; }

.chamada { background: var(--accent); color: #0c2236; border-radius: 28px; padding: 36px 24px; text-align: center; }
.chamada h2 { font-size: clamp(28px, 5vw, 40px); }
.chamada p { margin-top: 10px; font-weight: 700; opacity: 0.85; }
.chamada .btn { margin-top: 22px; background: #0c2236; color: #f4fafe; }

/* Rodapé */
footer { padding: 40px 0 48px; color: var(--muted); font-size: 14px; font-weight: 600; }
footer .linhas { display: grid; gap: 14px; border-top: 1px solid var(--line); padding-top: 28px; }
@media (min-width: 760px) { footer .linhas { grid-template-columns: 1fr auto; align-items: start; } }
footer nav { display: flex; flex-wrap: wrap; gap: 16px; }
footer a { font-weight: 800; color: var(--ink); text-decoration: none; }
footer a:hover { text-decoration: underline; }

/* ── Páginas de texto (termos, privacidade, suporte) ── */
.doc { max-width: 760px; padding: 32px 0 24px; }
.doc .data { font-size: 12px; font-weight: 800; letter-spacing: 0.06em; color: var(--muted); text-transform: uppercase; }
.doc h1 { font-size: clamp(32px, 6vw, 44px); margin-top: 8px; }
.doc h2 { font-size: 22px; margin-top: 36px; }
.doc h3 { font-size: 18px; margin-top: 26px; }
.doc p, .doc li { font-size: 16px; color: var(--ink); }
.doc p { margin-top: 12px; }
.doc ul, .doc ol { margin: 12px 0 0; padding-left: 22px; display: grid; gap: 6px; }
.doc .resumo { background: var(--surface-2); border-radius: 18px; padding: 18px 20px; margin-top: 20px; }
.doc a { font-weight: 800; color: var(--accent-text); }
.topo.simples { border-radius: 0 0 28px 28px; }
