/* ============================================================
   Stratus Publicidade — estilos do site
   Convertido do design Claude Design (Site Stratus.dc.html)
   ============================================================ */

:root {
  --bg: #fffef8;
  --ink: #282828;
  --ink-soft: #1f1f1f;
  --panel: #f4f2ea;
  --brand-accent: #ffd827;
  --gold: #b99400;
  --font-title: 'Fredoka', sans-serif;
  --font-body: 'Quicksand', sans-serif;
  --maxw: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; }
a { color: var(--ink); text-decoration: none; }
::selection { background: var(--brand-accent); color: var(--ink); }

/* Link "pular para o conteúdo" (acessibilidade por teclado) */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--ink); color: var(--bg); padding: 10px 16px;
  border-radius: 0 0 12px 0; font-weight: 700; font-size: 14px;
}
.skip-link:focus { left: 0; }

.accent { color: var(--brand-accent); }
.gold { color: var(--gold); }
.hidden { display: none !important; }

.container { max-width: var(--maxw); margin: 0 auto; }
.container-narrow { max-width: 1000px; margin: 0 auto; }

@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.floaty { animation: floaty 8s ease-in-out infinite; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ---------- Section helpers ---------- */
.eyebrow {
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 13px;
}
.section-title {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: clamp(32px, 4.6vw, 58px);
  letter-spacing: -.02em;
  margin: 12px 0 0;
  line-height: 1.02;
}
.section-title.xl { font-size: clamp(34px, 5vw, 68px); line-height: 1; }
.section-head.narrow { max-width: 720px; }
.section-lead {
  font-size: 17px; line-height: 1.55; font-weight: 500;
  color: #282828a8; margin: 18px 0 0;
}
.narrow-640 { max-width: 640px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: 700; cursor: pointer;
  border: none; border-radius: 999px; text-align: center;
  transition: transform .18s, background .18s, color .18s, box-shadow .18s, border-color .18s;
}
.btn-lg { font-size: 17px; }
.btn-block { width: 100%; }

.btn-accent { background: var(--brand-accent); color: var(--ink); box-shadow: 0 4px 0 var(--ink); padding: 12px 22px; }
.btn-accent:hover { box-shadow: 0 2px 0 var(--ink); transform: translateY(2px); color: var(--ink); }

.btn-primary { background: var(--brand-accent); color: var(--ink); padding: 17px 32px; box-shadow: 0 6px 0 #000; }
.btn-primary:hover { box-shadow: 0 3px 0 #000; transform: translateY(3px); color: var(--ink); }

.btn-hard { box-shadow: 0 6px 0 var(--ink); padding: 18px 24px; font-size: 17px; }
.btn-hard:hover { box-shadow: 0 3px 0 var(--ink); transform: translateY(3px); }

.btn-ghost { color: var(--bg); padding: 15px 28px; border: 2px solid #fffef840; }
.btn-ghost:hover { color: var(--ink); background: var(--bg); border-color: var(--bg); }

.btn-dark { background: var(--ink); color: var(--bg); padding: 16px 24px; font-size: 16px; }
.btn-dark:hover { background: var(--brand-accent); color: var(--ink); }

.btn-outline { background: transparent; border: 2px solid var(--ink); color: var(--ink); padding: 13px 20px; font-size: 15px; }
.btn-outline:hover { background: var(--ink); color: var(--bg); }

.btn-soft { background: transparent; border: 2px solid #28282825; color: var(--ink); padding: 12px 22px; font-size: 14.5px; margin-top: 6px; }
.btn-soft:hover { border-color: var(--ink); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,254,248,.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid #28282814;
}
.header-inner {
  max-width: var(--maxw); margin: 0 auto;
  padding: 14px clamp(20px, 4vw, 40px);
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.brand img { display: block; width: 170px; height: auto; }
.nav {
  display: flex; align-items: center; gap: 4px;
  font-weight: 600; font-size: 14.5px; flex-wrap: wrap;
  justify-content: flex-end; white-space: nowrap;
}
.nav-link { padding: 9px 13px; border-radius: 999px; }
.nav-link:hover { background: #28282810; color: var(--ink); }
.nav-cta { margin-left: 8px; }

/* ---------- Hero ---------- */
.hero {
  background: var(--ink); color: var(--bg);
  padding: clamp(56px, 8vw, 104px) clamp(20px, 5vw, 40px) 0;
  position: relative; overflow: hidden;
}
.hero-cloud {
  position: absolute; top: -40px; right: -70px;
  width: min(48vw, 560px); opacity: .35; display: block;
}
.hero-inner {
  max-width: var(--maxw); margin: 0 auto; position: relative;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  gap: clamp(32px, 5vw, 64px); align-items: center;
}
.badge {
  display: inline-flex; align-items: center; gap: 9px;
  border: 1px solid #fffef840; padding: 8px 16px; border-radius: 999px;
  font-weight: 600; font-size: 13px; letter-spacing: .02em;
}
.badge-dot { width: 7px; height: 7px; flex: none; border-radius: 99px; background: #4ade80; }
.hero-title {
  font-family: var(--font-title); font-weight: 700;
  font-size: clamp(40px, 6.5vw, 82px); line-height: .98;
  letter-spacing: -.025em; margin: 24px 0 0;
}
.hero-sub {
  font-size: clamp(17px, 2vw, 21px); line-height: 1.55; font-weight: 500;
  color: #fffef8c0; margin: 24px 0 0; max-width: 560px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-checks {
  display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px;
  font-weight: 600; font-size: 13.5px; color: #fffef8cc;
}
.hero-checks span { display: flex; align-items: center; gap: 8px; }
.check { font-weight: 700; }

.hero-card-wrap { position: relative; }
.hero-card {
  background: var(--bg); color: var(--ink); border-radius: 26px;
  padding: clamp(24px, 3vw, 34px); box-shadow: 0 30px 70px #00000045;
}
.hero-card-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; margin-bottom: 22px;
}
.hero-card-title { font-family: var(--font-title); font-weight: 600; font-size: 21px; }
.pill-time { background: #0a7d3a15; color: #0a7d3a; font-weight: 700; font-size: 12px; padding: 6px 13px; border-radius: 999px; }
.hero-card-text { font-weight: 500; font-size: 14.5px; line-height: 1.55; color: #282828a8; margin: 0 0 20px; }
.hero-form { display: flex; flex-direction: column; gap: 12px; }
.hero-form-note { font-weight: 500; font-size: 12.5px; color: #28282888; text-align: center; }

/* Campos */
.field {
  font-family: var(--font-body); font-weight: 600; font-size: 15px;
  padding: 14px 16px; border: 2px solid #28282820; border-radius: 14px;
  background: #fff; outline: none; color: var(--ink); width: 100%;
  transition: border-color .18s;
}
.field:focus { border-color: var(--brand-accent); }
.field.is-invalid { border-color: #c0392b; }

/* Faixa de logos */
.hero-logos {
  max-width: var(--maxw); margin: clamp(48px, 6vw, 72px) auto 0;
  position: relative; border-top: 1px solid #ffffff1a;
  padding: 26px 0 30px; display: flex; flex-wrap: wrap; align-items: center;
  gap: clamp(20px, 4vw, 46px); justify-content: space-between;
}
.hero-logos-label { font-weight: 600; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: #fffef866; }
.hero-logos-list { display: flex; flex-wrap: wrap; gap: 14px; flex: 1; justify-content: flex-end; }
.logo-slot {
  height: 40px; min-width: 110px; flex: 0 1 110px; border-radius: 8px;
  background: #ffffff0f; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 12px; color: #fffef855;
}

/* ---------- Números ---------- */
.stats {
  background: var(--brand-accent); color: var(--ink);
  padding: clamp(32px, 4vw, 46px) clamp(20px, 5vw, 40px);
}
.stats-inner {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
  gap: clamp(20px, 3vw, 34px);
}
.stat-num { font-family: var(--font-title); font-weight: 700; font-size: clamp(34px, 4vw, 46px); line-height: 1; }
.stat-label { font-weight: 600; font-size: 14.5px; color: #282828b0; margin-top: 2px; }

/* ---------- Dor ---------- */
.pain { padding: clamp(56px, 8vw, 104px) clamp(20px, 5vw, 40px); }
.pain-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
  gap: 18px; margin-top: 40px;
}
.card { background: #fff; border: 1px solid #28282814; border-radius: 20px; padding: 28px; }
.card-dark { background: var(--ink); color: var(--bg); border: none; }
.card-title { font-family: var(--font-title); font-weight: 600; font-size: 19px; line-height: 1.2; }
.card-text { font-weight: 500; font-size: 14.5px; line-height: 1.55; color: #282828a8; margin: 10px 0 0; }
.card-dark .card-text { color: #fffef8b0; }

/* ---------- Processo ---------- */
.process {
  background: var(--ink); color: var(--bg);
  padding: clamp(56px, 8vw, 110px) clamp(20px, 5vw, 40px);
  position: relative; overflow: hidden;
}
.process-cloud { position: absolute; bottom: -90px; left: -110px; width: min(42vw, 520px); opacity: .16; display: block; }
.process .container { position: relative; }
.process-head {
  display: flex; flex-wrap: wrap; gap: 24px;
  align-items: flex-end; justify-content: space-between;
}
.process-head-copy { max-width: 680px; }
.process-lead {
  font-size: clamp(16.5px, 2vw, 19px); line-height: 1.55; font-weight: 500;
  color: #fffef8b0; margin: 20px 0 0;
}
.process-badge { background: var(--ink-soft); border-radius: 18px; padding: 20px 24px; }
.process-badge-label { font-weight: 700; font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--brand-accent); }
.process-badge-num { font-family: var(--font-title); font-weight: 700; font-size: 36px; line-height: 1; margin-top: 6px; }

.process-rail {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(170px, 100%), 1fr));
  gap: 12px; margin-top: clamp(36px, 5vw, 56px); position: relative;
}
.step {
  cursor: pointer; font-family: inherit; text-align: left;
  display: flex; flex-direction: column; gap: 9px; padding: 22px;
  border-radius: 18px; transition: all .22s;
  background: var(--ink-soft); color: var(--bg); border: 2px solid #ffffff14;
}
.step:hover { border-color: #ffffff30; }
.step.is-active { background: var(--brand-accent); color: var(--ink); border-color: var(--brand-accent); }
.step-num { font-family: var(--font-title); font-weight: 700; font-size: 15px; letter-spacing: .06em; color: var(--brand-accent); }
.step.is-active .step-num { color: #28282899; }
.step-title { font-family: var(--font-title); font-weight: 600; font-size: 19px; line-height: 1.15; }
.step-prazo { font-weight: 600; font-size: 12.5px; opacity: .7; }

.process-detail {
  background: var(--bg); color: var(--ink); border-radius: 26px;
  padding: clamp(26px, 4vw, 44px); margin-top: 20px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: clamp(24px, 4vw, 48px);
}
.detail-head { display: flex; align-items: center; gap: 14px; }
.detail-badge {
  width: 46px; height: 46px; flex: none; border-radius: 14px;
  background: var(--brand-accent); display: flex; align-items: center; justify-content: center;
  font-family: var(--font-title); font-weight: 700; font-size: 19px;
}
.detail-title { font-family: var(--font-title); font-weight: 700; font-size: clamp(26px, 3vw, 38px); line-height: 1.05; }
.detail-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.detail-tag { background: #28282810; font-weight: 700; font-size: 12.5px; padding: 7px 14px; border-radius: 999px; }
.detail-text { font-size: 17px; line-height: 1.6; font-weight: 500; color: #282828b0; margin: 22px 0 0; }
.detail-note {
  background: #fff4bf; border-radius: 14px; padding: 16px 18px; margin-top: 22px;
  font-weight: 600; font-size: 14.5px; line-height: 1.5; color: #282828cc;
}
.detail-deliver-title { font-weight: 700; color: var(--gold); letter-spacing: .14em; text-transform: uppercase; font-size: 12.5px; }
.detail-deliver-list { display: flex; flex-direction: column; gap: 12px; margin-top: 16px; }
.deliver {
  display: flex; align-items: flex-start; gap: 12px; background: #fff;
  border: 1px solid #28282814; border-radius: 14px; padding: 15px 17px;
}
.deliver-check {
  width: 22px; height: 22px; flex: none; border-radius: 99px; background: var(--brand-accent);
  display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 12px; margin-top: 1px;
}
.deliver span:last-child { font-weight: 600; font-size: 15px; line-height: 1.45; }
.detail-cta { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; background: var(--ink); color: var(--bg); font-weight: 700; font-size: 15.5px; padding: 14px 26px; border-radius: 999px; transition: background .18s, color .18s; }
.detail-cta:hover { background: var(--brand-accent); color: var(--ink); }

/* ---------- Serviços ---------- */
.services { padding: clamp(56px, 8vw, 104px) clamp(20px, 5vw, 40px); background: var(--panel); }
.section-head.split { display: flex; flex-wrap: wrap; gap: 20px; align-items: flex-end; justify-content: space-between; }
.section-aside { font-weight: 500; font-size: 15.5px; line-height: 1.55; color: #282828a8; max-width: 400px; margin: 0; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr)); gap: 18px; margin-top: 40px; }
.service-card {
  background: #fff; border: 2px solid transparent; border-radius: 20px; padding: 30px;
  transition: transform .25s, border-color .25s;
}
.service-card:hover { border-color: var(--brand-accent); transform: translateY(-5px); }
.service-card--dark { background: var(--ink); color: var(--bg); }
.service-card--dark:hover { border-color: transparent; }
.service-card--dark .service-text { color: #fffef8aa; }
.service-num {
  width: 44px; height: 44px; border-radius: 12px; background: var(--brand-accent); color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-title); font-weight: 700; font-size: 16px;
}
.service-title { font-family: var(--font-title); font-weight: 600; font-size: 21px; margin-top: 16px; }
.service-text { font-weight: 500; font-size: 14.5px; line-height: 1.55; color: #282828a8; margin: 8px 0 0; }

/* ---------- Cases ---------- */
.cases { padding: clamp(56px, 8vw, 104px) clamp(20px, 5vw, 40px); }
.cases-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: 18px; margin-top: 40px; }
.case-card { border-radius: 22px; overflow: hidden; min-height: 340px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; transition: outline .18s; }
.case-card--dark { background: var(--ink-soft); }
.case-card--dark:hover { outline: 3px solid var(--brand-accent); }
.case-cloud { position: absolute; top: 16%; left: 50%; transform: translateX(-50%); width: 70%; opacity: .2; display: block; }
.case-body { position: relative; padding: 28px; background: linear-gradient(transparent, #000000d0); }
.case-card--accent { background: var(--brand-accent); color: var(--ink); padding: 28px; }
.case-card--accent:hover { outline: 3px solid var(--ink); }
.case-card--light { background: #fff; border: 1px solid #28282814; padding: 28px; }
.case-card--light:hover { outline: 3px solid var(--brand-accent); border-color: var(--brand-accent); }
.case-num { font-family: var(--font-title); font-weight: 700; font-size: 44px; margin-top: 16px; line-height: 1; }
.case-card--dark .case-metric { font-weight: 600; font-size: 15px; color: var(--bg); margin-top: 6px; }
.case-metric.strong { font-weight: 700; font-size: 15px; margin-top: 6px; }
.case-meta { font-weight: 600; font-size: 13.5px; margin-top: 8px; color: #28282899; }
.case-card--dark .case-meta { font-weight: 500; color: #fffef899; }
.case-meta.dark-soft { color: #282828aa; }

.tag { font-weight: 700; font-size: 12px; padding: 6px 13px; border-radius: 999px; align-self: flex-start; }
.tag-accent { background: var(--brand-accent); color: var(--ink); }
.tag-dark { background: var(--ink); color: var(--brand-accent); }
.tag-soft { background: #28282810; color: var(--ink); }

/* ---------- Depoimentos ---------- */
.testimonials { padding: clamp(56px, 8vw, 104px) clamp(20px, 5vw, 40px); background: var(--panel); }
.testimonials-title { font-size: clamp(30px, 4vw, 50px); margin: 0 0 36px; line-height: 1.05; max-width: 640px; }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: 18px; }
.quote-card { background: #fff; border-radius: 20px; padding: 30px; border: 1px solid #28282814; }
.quote-card--accent { background: var(--brand-accent); color: var(--ink); border: none; }
.quote-card--dark { background: var(--ink); color: var(--bg); border: none; }
.stars { font-weight: 700; font-size: 14px; letter-spacing: .08em; color: var(--gold); }
.quote-card--accent .stars { color: var(--ink); }
.quote { font-weight: 500; font-size: 16.5px; line-height: 1.55; margin: 14px 0 22px; }
.quote-card--accent .quote { font-weight: 600; }
.author { display: flex; align-items: center; gap: 12px; }
.avatar {
  width: 44px; height: 44px; border-radius: 99px; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-title); font-weight: 700;
}
.avatar-dark { background: var(--ink); color: var(--brand-accent); }
.avatar-accent { background: var(--brand-accent); color: var(--ink); }
.author-name { font-weight: 700; font-size: 15px; }
.author-role { font-weight: 500; font-size: 13px; color: #28282899; }
.author-role.dark-soft { font-weight: 600; color: #282828aa; }
.author-role.light-soft { color: #fffef899; }

/* ---------- Planos ---------- */
.plans { padding: clamp(56px, 8vw, 104px) clamp(20px, 5vw, 40px); }
.plans-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)); gap: 18px; margin-top: 40px; align-items: stretch; }
.plan {
  background: #fff; border: 1px solid #28282814; border-radius: 22px; padding: 32px;
  display: flex; flex-direction: column; gap: 16px;
}
.plan--featured { background: var(--ink); color: var(--bg); border: none; position: relative; box-shadow: 0 20px 50px #28282833; }
.plan-badge { position: absolute; top: -13px; left: 32px; background: var(--brand-accent); color: var(--ink); font-weight: 700; font-size: 12px; padding: 7px 15px; border-radius: 999px; }
.plan-name { font-family: var(--font-title); font-weight: 600; font-size: 23px; }
.plan-desc { font-weight: 500; font-size: 14.5px; color: #28282899; line-height: 1.5; }
.plan-desc.light-soft { color: #fffef899; }
.plan-price { display: flex; align-items: baseline; gap: 6px; }
.plan-value { font-family: var(--font-title); font-weight: 700; font-size: 40px; }
.plan-per { font-weight: 600; font-size: 14px; color: #28282888; }
.plan-per.light-soft { color: #fffef888; }
.plan-features { display: flex; flex-direction: column; gap: 9px; font-weight: 500; font-size: 14.5px; color: #282828cc; }
.plan-features.light { color: #fffef8cc; }
.plan-btn { margin-top: auto; }
.plan--featured .plan-btn.btn-primary { padding: 15px 20px; box-shadow: 0 5px 0 #000; }
.plan--featured .plan-btn.btn-primary:hover { box-shadow: 0 2px 0 #000; transform: translateY(3px); }

/* ---------- FAQ ---------- */
.faq { padding: clamp(56px, 8vw, 104px) clamp(20px, 5vw, 40px); background: var(--panel); }
.faq-title { margin: 12px 0 32px; }
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: #fff; border: 1px solid #28282814; border-radius: 16px; overflow: hidden; }
.faq-q {
  width: 100%; text-align: left; cursor: pointer; font-family: inherit;
  background: transparent; border: none; padding: 22px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  transition: background .18s;
}
.faq-q:hover { background: #28282808; }
.faq-q-text { font-family: var(--font-title); font-weight: 600; font-size: 17.5px; color: var(--ink); }
.faq-sign {
  width: 30px; height: 30px; flex: none; border-radius: 99px; background: var(--brand-accent);
  display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 17px; color: var(--ink);
}
.faq-a { padding: 0 24px 24px; font-weight: 500; font-size: 16px; line-height: 1.6; color: #282828b0; }

/* ---------- CTA / Diagnóstico ---------- */
.cta {
  padding: clamp(56px, 8vw, 104px) clamp(20px, 5vw, 40px);
  background: var(--ink); color: var(--bg); position: relative; overflow: hidden;
}
.cta-cloud { position: absolute; top: -60px; right: -90px; width: min(46vw, 540px); opacity: .2; display: block; }
.cta-inner {
  max-width: var(--maxw); margin: 0 auto; position: relative;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: clamp(30px, 5vw, 64px); align-items: center;
}
.cta-lead { font-size: clamp(16.5px, 2vw, 19px); line-height: 1.6; font-weight: 500; color: #fffef8b5; margin: 22px 0 0; max-width: 520px; }
.cta-checks { display: flex; flex-direction: column; gap: 14px; margin-top: 30px; }
.cta-checks div { display: flex; align-items: flex-start; gap: 12px; }
.cta-checks div span:first-child { color: var(--brand-accent); font-weight: 700; }
.cta-checks div span:last-child { font-weight: 600; font-size: 15.5px; line-height: 1.5; color: #fffef8cc; }
.cta-contact {
  display: flex; flex-wrap: wrap; gap: 20px; margin-top: 34px; padding-top: 26px;
  border-top: 1px solid #ffffff1a; font-weight: 600; font-size: 14.5px; color: #fffef8aa;
}
.cta-contact a { color: #fffef8aa; }
.cta-contact a:hover { color: var(--brand-accent); }

.form-card {
  background: var(--bg); color: var(--ink); border-radius: 26px;
  padding: clamp(26px, 4vw, 40px); box-shadow: 0 30px 70px #00000045;
}
.form-card-title { font-family: var(--font-title); font-weight: 600; font-size: 23px; }
.form-card-sub { font-weight: 500; font-size: 14px; color: #28282899; margin: 6px 0 22px; }
.form-fields { display: flex; flex-direction: column; gap: 16px; }
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-field label { font-weight: 700; font-size: 12.5px; }
.label-soft { font-weight: 600; color: #28282888; }
.chips { display: flex; flex-wrap: wrap; gap: 9px; }
.chip {
  cursor: pointer; font-family: inherit; font-weight: 700; font-size: 14px;
  padding: 10px 17px; border-radius: 999px; transition: all .18s;
  background: #fff; color: #28282899; border: 2px solid #28282820;
}
.chip:hover { border-color: #28282850; }
.chip.is-on { background: var(--brand-accent); color: var(--ink); border-color: var(--ink); }
.form-error { display: flex; gap: 10px; align-items: flex-start; background: #c0392b12; border-radius: 12px; padding: 14px 16px; }
.form-error-x { color: #c0392b; font-weight: 700; }
.form-error span:last-child { font-weight: 600; font-size: 14px; line-height: 1.45; color: #c0392b; }
.form-consent { font-weight: 500; font-size: 12.5px; color: #28282888; text-align: center; line-height: 1.5; }

.success { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; padding: 24px 0; }
.success-icon { width: 64px; height: 64px; border-radius: 99px; background: var(--brand-accent); display: flex; align-items: center; justify-content: center; font-size: 30px; font-weight: 700; }
.success-title { font-family: var(--font-title); font-weight: 700; font-size: 28px; line-height: 1.1; }
.success-text { font-weight: 500; font-size: 16px; line-height: 1.55; color: #282828a8; margin: 0; max-width: 380px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink-soft); color: var(--bg); padding: clamp(44px, 6vw, 72px) clamp(20px, 5vw, 40px) 34px; }
.footer-inner { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(190px, 100%), 1fr)); gap: 36px; }
.footer-brand img { display: block; width: 200px; height: auto; }
.footer-tagline { font-weight: 500; font-size: 14px; line-height: 1.6; color: #fffef899; margin: 16px 0 0; max-width: 260px; }
.footer-col-title { font-weight: 700; color: var(--brand-accent); font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 14px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; font-weight: 500; font-size: 14px; }
.footer-links a { color: #fffef8cc; }
.footer-links a:hover { color: var(--brand-accent); }
.footer-contact { display: flex; flex-direction: column; gap: 10px; font-weight: 500; font-size: 14px; color: #fffef8cc; }
.footer-bottom {
  max-width: var(--maxw); margin: 36px auto 0; padding-top: 22px;
  border-top: 1px solid #ffffff1a; display: flex; flex-wrap: wrap; gap: 12px;
  justify-content: space-between; font-weight: 500; font-size: 13px; color: #fffef8cc;
}

/* ---------- Sticky CTA mobile ---------- */
.sticky-cta {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 70;
  background: var(--brand-accent); color: var(--ink); font-weight: 700; font-size: 16px;
  padding: 16px; border-radius: 999px; text-align: center; box-shadow: 0 10px 30px #00000040;
}
.sticky-cta:hover { color: var(--ink); }
@media (min-width: 900px) { .sticky-cta { display: none !important; } }

/* ============================================================
   Responsividade mobile — navegação hambúrguer + ajustes
   ============================================================ */
.nav-toggle { display: none; }

@media (max-width: 899px) {
  .header-inner { position: relative; }
  .nav-toggle {
    display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 46px; height: 46px; padding: 0 11px; cursor: pointer;
    background: transparent; border: 1px solid #28282820; border-radius: 12px;
    transition: border-color .18s;
  }
  .nav-toggle:hover { border-color: #28282850; }
  .nav-toggle span { display: block; height: 2.5px; border-radius: 2px; background: var(--ink); transition: transform .2s, opacity .2s; }
  .nav-toggle.is-open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .nav-toggle.is-open span:nth-child(2) { opacity: 0; }
  .nav-toggle.is-open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

  .nav {
    display: none;
    position: absolute; top: calc(100% + 1px); left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 6px;
    background: var(--bg);
    border-bottom: 1px solid #28282814;
    padding: 12px clamp(20px, 5vw, 40px) 18px;
    box-shadow: 0 20px 34px #0000002e;
  }
  .nav.is-open { display: flex; }
  .nav-link { padding: 13px 14px; font-size: 16px; }
  .nav-cta { margin-left: 0; margin-top: 6px; justify-content: center; }
}

/* Espaço para o CTA fixo não cobrir o conteúdo final no mobile
   (reservado no rodapé escuro, para não criar faixa clara sob ele) */
@media (max-width: 899px) {
  .site-footer { padding-bottom: 120px; }
}

/* Telas bem estreitas: botões do hero ocupam a largura toda */
@media (max-width: 480px) {
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .footer-bottom { gap: 6px; }
}
