/* Sistema visual compartilhado pelas páginas de SEO (geradas por cidade,
   hubs de estado/template e guias nacionais). Extraído de public/assine.html
   para não duplicar o mesmo <style> em milhares de arquivos. */
:root {
  --primary: #E6410F;
  --primary-dark: #C23509;
  --bg: #F4F3F1;
  --card: #FFFFFF;
  --ink: #1D1714;
  --ink-soft: #57504B;
  --border: #E4E0DC;
  --dark-bg: #1D1714;
  --dark-card: #2A211C;
  --dark-border: #3A2F28;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, .display {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.05;
  margin: 0;
}
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
a { color: inherit; }

/* ===== Header ===== */
header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(244,243,241,0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--border);
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 20px; text-transform: uppercase; letter-spacing: 0.03em; }
.brand-icon { width: 34px; height: 34px; border-radius: 4px; background: var(--primary); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.brand-icon svg { width: 20px; height: 20px; stroke: white; }
.brand span.accent { color: var(--primary); }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--primary); color: white; font-weight: 600;
  padding: 12px 22px; border-radius: 4px; text-decoration: none;
  font-size: 15px; border: none; cursor: pointer;
  transition: background 0.15s ease, transform 0.1s ease;
}
.btn:hover { background: var(--primary-dark); transform: translateY(-1px); }
.btn.small { padding: 9px 16px; font-size: 13px; }
.btn.outline { background: transparent; color: var(--ink); border: 1px solid var(--border); }
.btn.outline:hover { background: var(--card); }

/* ===== Breadcrumb ===== */
.breadcrumb { padding: 14px 0 0; font-size: 13px; color: var(--ink-soft); }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; color: var(--primary); }
.breadcrumb .sep { margin: 0 6px; color: var(--border); }

/* ===== Hero ===== */
.hero { padding: 48px 0 40px; text-align: center; position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; top: -180px; right: -160px; width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(230,65,15,0.14), transparent 70%); pointer-events: none;
}
.eyebrow {
  display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--primary); background: rgba(230,65,15,0.08);
  border: 1px solid rgba(230,65,15,0.25); padding: 6px 14px; border-radius: 999px; margin-bottom: 20px;
}
.hero h1 { font-size: clamp(28px, 5vw, 46px); position: relative; }
.hero p.sub {
  max-width: 620px; margin: 22px auto 0; color: var(--ink-soft); font-size: 18px; line-height: 1.6;
}
.hero-ctas { margin-top: 34px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-price-note { margin-top: 16px; color: var(--ink-soft); font-size: 13px; }

/* ===== Divider ===== */
.divider { height: 3px; background: var(--primary); width: 64px; margin: 0 auto; border-radius: 2px; }

/* ===== Resposta direta (cardzinho) ===== */
.answer-card {
  max-width: 760px; margin: 0 auto 8px; background: var(--card); border: 1px solid var(--border);
  border-left: 3px solid var(--primary); border-radius: 6px; padding: 22px 26px;
}
.answer-card p { margin: 0; font-size: 16px; line-height: 1.6; color: var(--ink); }
.answer-card .label { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; color: var(--primary); text-transform: uppercase; display: block; margin-bottom: 8px; }

/* ===== Section shell ===== */
section { padding: 56px 0; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.section-head .label { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; color: var(--primary); text-transform: uppercase; margin-bottom: 10px; display: block; }
.section-head h2 { font-size: clamp(24px, 4vw, 34px); }
.section-head p { color: var(--ink-soft); margin-top: 12px; font-size: 16px; }

/* ===== Features grid ===== */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; }
.feature { background: var(--card); padding: 28px 24px; }
.feature .ic { width: 40px; height: 40px; border-radius: 4px; background: rgba(230,65,15,0.1); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.feature .ic svg { width: 20px; height: 20px; stroke: var(--primary); }
.feature h3 { font-family: 'IBM Plex Sans', sans-serif; text-transform: none; letter-spacing: 0; font-weight: 700; font-size: 16px; margin-bottom: 8px; }
.feature p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.55; }

/* ===== How it works ===== */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.step { position: relative; padding: 28px 20px 24px; background: var(--card); border: 1px solid var(--border); border-radius: 6px; text-align: center; }
.step .num {
  width: 40px; height: 40px; margin: 0 auto 16px; border-radius: 4px; background: var(--ink);
  color: white; display: flex; align-items: center; justify-content: center;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 20px;
}
.step h3 { font-family: 'IBM Plex Sans', sans-serif; text-transform: none; letter-spacing: 0; font-weight: 700; font-size: 16px; margin-bottom: 8px; color: var(--ink); }
.step p { margin: 0; color: var(--ink-soft); font-size: 14px; }

/* ===== Dark band ===== */
.dark-band { background: var(--dark-bg); color: #EDE7E2; }
.dark-band .section-head p { color: #B8ADA5; }

/* ===== Pricing ===== */
.price-card {
  max-width: 420px; margin: 0 auto; background: var(--dark-card); border: 1px solid var(--dark-border);
  border-top: 3px solid var(--primary); border-radius: 8px; padding: 40px 32px; text-align: center;
}
.price-card .plan-name { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--primary); }
.price-card .amount { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 64px; margin: 14px 0 0; line-height: 1; }
.price-card .amount sup { font-size: 22px; vertical-align: super; margin-right: 2px; }
.price-card .per { color: #B8ADA5; font-size: 14px; margin-bottom: 24px; display: block; }
.price-list { list-style: none; padding: 0; margin: 0 0 28px; text-align: left; }
.price-list li { display: flex; align-items: flex-start; gap: 10px; padding: 9px 0; font-size: 14px; border-bottom: 1px solid var(--dark-border); }
.price-list li:last-child { border-bottom: none; }
.price-list svg { width: 16px; height: 16px; stroke: var(--primary); flex-shrink: 0; margin-top: 2px; }
.price-card .btn { width: 100%; justify-content: center; padding: 14px; font-size: 16px; }
.price-fine { text-align: center; color: var(--ink-soft); font-size: 13px; margin-top: 18px; }
.dark-band .price-fine { color: #8A8079; }

/* ===== FAQ ===== */
.faq { max-width: 760px; margin: 0 auto; }
.faq details { background: var(--card); border: 1px solid var(--border); border-radius: 6px; padding: 4px 20px; margin-bottom: 10px; }
.faq summary { cursor: pointer; padding: 14px 0; font-weight: 600; font-size: 15px; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--primary); font-size: 20px; }
.faq details[open] summary::after { content: "\2212"; }
.faq p { margin: 0 0 16px; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }

/* ===== Cidades próximas / hubs de listagem ===== */
.linklist { max-width: 900px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.linklist a {
  background: var(--card); border: 1px solid var(--border); border-radius: 999px;
  padding: 8px 16px; font-size: 13px; text-decoration: none; color: var(--ink);
}
.linklist a:hover { border-color: var(--primary); color: var(--primary); }
.hub-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; max-width: 900px; margin: 0 auto; }
.hub-grid a {
  background: var(--card); border: 1px solid var(--border); border-radius: 6px;
  padding: 14px 18px; text-decoration: none; color: var(--ink); font-weight: 600; font-size: 14px;
}
.hub-grid a:hover { border-color: var(--primary); color: var(--primary); }

/* ===== Artigo (guias nacionais) ===== */
.article { max-width: 760px; margin: 0 auto; }
.article h2 { font-size: 22px; margin: 40px 0 14px; }
.article h2:first-child { margin-top: 0; }
.article p { color: var(--ink-soft); font-size: 15px; line-height: 1.7; margin: 0 0 16px; }
.article ul, .article ol { color: var(--ink-soft); font-size: 15px; line-height: 1.7; margin: 0 0 16px; padding-left: 22px; }
.article li { margin-bottom: 8px; }
.article strong { color: var(--ink); }

/* ===== Cross-links entre templates ===== */
.crosslinks { max-width: 760px; margin: 0 auto; text-align: center; color: var(--ink-soft); font-size: 14px; }
.crosslinks a { color: var(--primary); text-decoration: none; }
.crosslinks a:hover { text-decoration: underline; }

/* ===== Final CTA ===== */
.final-cta { text-align: center; padding: 64px 0; }
.final-cta h2 { font-size: clamp(24px, 4vw, 34px); margin-bottom: 14px; }
.final-cta p { color: var(--ink-soft); margin-bottom: 28px; }

/* ===== Footer ===== */
footer { border-top: 1px solid var(--border); padding: 28px 0; text-align: center; color: var(--ink-soft); font-size: 13px; }

@media (max-width: 820px) {
  .features { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
}
