/* ============================================================
   FACILITAGOV — Landing (estrutura Naxos, marca FacilitaGOV)
   Hero navy forte · seções brancas · Roboto
   ============================================================ */

:root {
  --ink:        #0B1B33;
  --navy:       #1A3A6B;
  --navy-700:   #14305A;
  --navy-900:   #0E2342;
  --blue-300:   #4FB8E0;
  --blue-200:   #8AD0EA;
  --green:      #2BB36A;
  --green-700:  #1E8E52;
  --green-200:  #A8E3C4;
  --amber:      #E89A2B;
  --red:        #D64545;

  --paper:      #F6F7F9;
  --paper-2:    #EEF1F5;
  --line:       #DDE3EC;
  --muted:      #5A6679;
  --text:       #102341;

  --r-sm: 10px;
  --r:    14px;
  --r-lg: 22px;
  --r-xl: 30px;

  --shadow-1: 0 1px 2px rgba(11,27,51,.06), 0 4px 14px rgba(11,27,51,.05);
  --shadow-2: 0 10px 30px rgba(11,27,51,.10), 0 2px 6px rgba(11,27,51,.06);
  --shadow-3: 0 30px 70px rgba(11,27,51,.22), 0 10px 24px rgba(11,27,51,.12);

  --container: 1200px;
  --gutter: 24px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: 'Roboto', system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--navy); text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
::selection { background: var(--navy); color: #fff; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }

h1, h2, h3, h4 { font-family: 'Roboto', sans-serif; letter-spacing: -.01em; color: var(--ink); margin: 0; }
h1 { font-weight: 900; font-size: clamp(36px, 5.4vw, 62px); line-height: 1.04; letter-spacing: -.028em; }
h2 { font-weight: 900; font-size: clamp(28px, 3.6vw, 42px); line-height: 1.1; letter-spacing: -.022em; }
h3 { font-weight: 700; font-size: clamp(18px, 2vw, 22px); line-height: 1.25; }
p  { margin: 0; }
.mono { font-family: 'Roboto Mono', ui-monospace, Menlo, monospace; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: 'Roboto Mono', monospace;
  font-size: 11.5px; font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--navy);
}
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(43,179,106,.2); }
.eyebrow.on-dark { color: var(--blue-200); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 14px 22px; border-radius: 13px;
  font-weight: 700; font-size: 15.5px;
  border: 1.5px solid transparent;
  transition: transform .15s, background .15s, border-color .15s, box-shadow .15s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn .arr { transition: transform .15s; }
.btn:hover .arr { transform: translateX(3px); }
.btn-primary { background: var(--green); color: #fff; box-shadow: 0 12px 26px rgba(43,179,106,.32); }
.btn-primary:hover { background: var(--green-700); }
.btn-navy { background: var(--navy); color: #fff; box-shadow: 0 12px 26px rgba(26,58,107,.28); }
.btn-navy:hover { background: var(--navy-700); }
.btn-ghost-light { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.22); }
.btn-ghost-light:hover { background: rgba(255,255,255,.16); }
.btn-secondary { background: #fff; color: var(--navy); border-color: var(--line); }
.btn-secondary:hover { border-color: var(--navy); }
.btn-large { padding: 17px 28px; font-size: 16.5px; }

/* store buttons */
.store-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.store-btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 10px 18px; border-radius: 12px; min-width: 168px;
  background: #fff; color: var(--ink);
  border: 1px solid var(--line);
  transition: transform .15s ease, border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.store-btn:hover { transform: translateY(-2px); border-color: var(--navy); box-shadow: var(--shadow-1); }
.store-btn svg { width: 26px; height: 26px; flex: 0 0 auto; }
.store-btn .st { display: flex; flex-direction: column; line-height: 1.12; }
.store-btn .st .sm { font-size: 10.5px; font-weight: 500; color: var(--muted); letter-spacing: .04em; }
.store-btn .st .lg { font-size: 17px; font-weight: 700; letter-spacing: -.01em; }
/* variante sobre fundo escuro (footer / hero navy) */
.store-btn.dark { background: rgba(255,255,255,.06); color: #fff; border-color: rgba(255,255,255,.2); }
.store-btn.dark:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.42); box-shadow: 0 10px 24px rgba(0,0,0,.28); }
.store-btn.dark .st .sm { color: rgba(255,255,255,.72); }
.store-btn.dark svg { color: #fff; }

/* ---------- Phone mockup ---------- */
.phone {
  position: relative;
  width: 290px;
  border-radius: 46px;
  background: #0a0f1a;
  padding: 11px;
  box-shadow: var(--shadow-3), inset 0 0 0 2px rgba(255,255,255,.06);
}
.phone::after { /* notch */
  content: ""; position: absolute; top: 11px; left: 50%; transform: translateX(-50%);
  width: 38%; height: 26px; background: #0a0f1a; border-radius: 0 0 16px 16px; z-index: 3;
}
.phone img { width: 100%; border-radius: 36px; display: block; }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .25s, box-shadow .25s, padding .25s;
  padding: 18px 0;
}
.nav-inner { display: flex; align-items: center; gap: 24px; }
.nav .logo-link { display: flex; align-items: center; }
.nav .logo-link img { height: 38px; width: auto; }
.nav-links { display: flex; gap: 4px; margin-left: auto; }
.nav-links a {
  padding: 9px 14px; border-radius: 9px;
  font-size: 14.5px; font-weight: 500; color: rgba(255,255,255,.82);
  transition: background .15s, color .15s;
}
.nav-links a:hover { background: rgba(255,255,255,.1); color: #fff; }
.nav .nav-cta { margin-left: 6px; }
.nav.scrolled {
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  box-shadow: 0 1px 0 var(--line), var(--shadow-1);
  padding: 12px 0;
}
.nav.scrolled .nav-links a { color: var(--text); }
.nav.scrolled .nav-links a:hover { background: var(--paper-2); color: var(--navy); }
.nav-burger { display: none; margin-left: auto; background: none; border: 0; color: #fff; padding: 8px; }
.nav.scrolled .nav-burger { color: var(--ink); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(820px 520px at 88% 8%, rgba(79,184,224,.22), transparent 60%),
    radial-gradient(760px 540px at 2% 104%, rgba(43,179,106,.16), transparent 60%),
    linear-gradient(180deg, var(--navy-900) 0%, var(--navy) 100%);
  color: #fff;
  padding: 150px 0 90px;
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at 60% 40%, #000 35%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse at 60% 40%, #000 35%, transparent 78%);
}
.hero-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center;
}
@media (min-width: 900px) { .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 36px; } }
.hero h1 { color: #fff; max-width: 16ch; margin: 18px 0 18px; }
.hero h1 .acc { color: var(--green-200); }
.hero .lead { font-size: clamp(16px, 1.6vw, 19px); color: rgba(255,255,255,.8); max-width: 52ch; line-height: 1.6; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.hero-trust {
  margin-top: 26px; display: flex; gap: 10px 22px; flex-wrap: wrap; align-items: center;
  font-family: 'Roboto Mono', monospace; font-size: 12px; color: rgba(255,255,255,.6);
}
.hero-trust .tk { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust .tk svg { width: 15px; height: 15px; color: var(--green-200); }

.hero-visual { position: relative; display: grid; place-items: center; min-height: 420px; }
.hero-visual .phone { z-index: 2; }
.hero-visual .phone.back {
  position: absolute; z-index: 1; width: 232px;
  transform: translate(78px, 26px) rotate(7deg); opacity: .96; filter: saturate(1.02);
}
.hero-visual .phone.front { transform: translate(-46px, -8px) rotate(-3deg); }
/* floating chips */
.float-chip {
  position: absolute; z-index: 3;
  background: #fff; color: var(--ink);
  border-radius: 14px; padding: 12px 15px;
  box-shadow: var(--shadow-2);
  display: flex; align-items: center; gap: 11px;
  font-size: 13px; animation: floaty 5s ease-in-out infinite;
}
.float-chip .ic { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; flex: 0 0 auto; }
.float-chip .ttl { font-weight: 800; font-size: 14px; letter-spacing: -.01em; }
.float-chip .sub { font-size: 11.5px; color: var(--muted); }
.float-chip.c1 { top: 8%; left: -2%; animation-delay: 0s; }
.float-chip.c2 { bottom: 12%; right: -3%; animation-delay: 1.4s; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@media (max-width: 560px) { .float-chip { display: none; } }
/* mobile: oculta a imagem do hero */
@media (max-width: 640px) {
  .hero-visual { display: none; }
}

/* hero source ticker */
.hero-sources {
  position: relative; z-index: 1; margin-top: 64px;
  border-top: 1px solid rgba(255,255,255,.12); padding-top: 26px;
}
.hero-sources .lbl { font-family: 'Roboto Mono', monospace; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 14px; }
.source-row { display: flex; gap: 10px; flex-wrap: wrap; }
.source-tag {
  font-family: 'Roboto Mono', monospace; font-size: 12.5px; font-weight: 500;
  color: rgba(255,255,255,.85);
  padding: 7px 13px; border-radius: 999px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
}

/* ============================================================
   SECTION SHELL
   ============================================================ */
section.block { padding: clamp(64px, 8vw, 104px) 0; }
.block.paper { background: var(--paper); }
.sec-head { max-width: 680px; margin: 0 auto 56px; text-align: center; }
.sec-head.left { margin-left: 0; text-align: left; }
.sec-head .eyebrow { margin-bottom: 16px; }
.sec-head h2 { margin-bottom: 14px; }
.sec-head p { color: var(--muted); font-size: clamp(15px, 1.5vw, 17px); max-width: 60ch; margin: 0 auto; }
.sec-head.left p { margin: 0; }

/* ============================================================
   COMO FUNCIONA (3 passos)
   ============================================================ */
.how-grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
@media (min-width: 900px) { .how-grid { grid-template-columns: 1fr auto 1fr; } }
.how-col { display: grid; gap: 28px; }
.how-col.right .how-step { text-align: left; }
@media (min-width: 900px) { .how-col.left .how-step { text-align: right; } .how-col.left .how-step .num { margin-left: auto; } }
.how-step .num {
  width: 46px; height: 46px; border-radius: 13px;
  background: rgba(26,58,107,.08); color: var(--navy);
  display: grid; place-items: center; margin-bottom: 14px;
}
.how-step .num svg { width: 23px; height: 23px; }
.how-step h3 { margin-bottom: 7px; color: var(--ink); }
.how-step p { color: var(--muted); font-size: 14.5px; }
.how-phone { justify-self: center; }

/* ============================================================
   FEATURES (telas + texto alternados)
   ============================================================ */
.feature-row {
  display: grid; grid-template-columns: 1fr; gap: 44px; align-items: center;
  padding: clamp(32px, 4vw, 52px) clamp(22px, 3vw, 40px);
  border-radius: 22px;
  background: #fff;                       /* zebra — tom base */
  margin-bottom: 16px;
}
.feature-row.flip { background: var(--paper-2); }   /* zebra — tom alternado (sutil) */
.feature-row:last-child { margin-bottom: 0; }
@media (min-width: 900px) { .feature-row { grid-template-columns: 1fr 1fr; gap: 70px; } .feature-row.flip .feat-media { order: -1; } }
.feat-text .kicker {
  display: inline-block; font-family: 'Roboto Mono', monospace;
  font-size: 11px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase;
  color: var(--navy); background: rgba(26,58,107,.08);
  padding: 6px 11px; border-radius: 6px; margin-bottom: 16px;
}
.feat-text h2 { font-size: clamp(24px, 2.8vw, 34px); margin-bottom: 16px; }
.feat-text > p { color: var(--muted); font-size: 16px; margin-bottom: 22px; max-width: 46ch; }
.feat-list { display: grid; gap: 13px; }
.feat-list .it { display: flex; gap: 13px; align-items: flex-start; }
.feat-list .it .ck {
  width: 24px; height: 24px; border-radius: 8px; flex: 0 0 auto; margin-top: 1px;
  background: rgba(43,179,106,.12); color: var(--green-700);
  display: grid; place-items: center;
}
.feat-list .it .ck svg { width: 15px; height: 15px; }
.feat-list .it .tx { font-size: 14.5px; }
.feat-list .it .tx strong { color: var(--ink); display: block; font-weight: 700; }
.feat-list .it .tx span { color: var(--muted); }
.feat-media { display: grid; place-items: center; position: relative; }
.feat-media .glow {
  position: absolute; inset: 10% 14%; border-radius: 50%;
  background: radial-gradient(circle, rgba(79,184,224,.22), transparent 70%); filter: blur(20px); z-index: 0;
}
.feat-media .phone { z-index: 1; }

/* ============================================================
   CONTADORES
   ============================================================ */
.stats {
  background:
    radial-gradient(700px 400px at 100% 0%, rgba(79,184,224,.18), transparent 60%),
    linear-gradient(180deg, var(--navy) 0%, var(--navy-900) 100%);
  color: #fff;
}
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 20px; }
@media (min-width: 760px) { .stats-grid { grid-template-columns: repeat(4, 1fr); } }
.stat { text-align: center; position: relative; }
.stat .n { font-weight: 900; font-size: clamp(38px, 5vw, 56px); letter-spacing: -.03em; line-height: 1; color: #fff; }
.stat .n .suf { color: var(--green-200); }
.stat .lbl { margin-top: 10px; font-size: 14px; color: rgba(255,255,255,.72); }
.stat + .stat::before {
  content: ""; position: absolute; left: -10px; top: 14%; height: 72%; width: 1px; background: rgba(255,255,255,.12);
  display: none;
}
@media (min-width: 760px) { .stat + .stat::before { display: block; } }

/* ============================================================
   DEPOIMENTOS
   ============================================================ */
.quotes { display: grid; grid-template-columns: 1fr; gap: 22px; }
@media (min-width: 720px) { .quotes { grid-template-columns: repeat(3, 1fr); } }
.quote {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 30px 28px; box-shadow: var(--shadow-1);
  display: flex; flex-direction: column;
}
.quote .stars { display: flex; gap: 3px; color: var(--amber); margin-bottom: 16px; }
.quote .stars svg { width: 17px; height: 17px; }
.quote .q { font-size: 16px; color: var(--text); line-height: 1.6; margin-bottom: 22px; flex: 1; }
.quote .q strong { color: var(--ink); }
.quote .who { display: flex; align-items: center; gap: 13px; }
.quote .who .av {
  width: 46px; height: 46px; border-radius: 50%; flex: 0 0 auto;
  background: var(--navy); color: #fff; font-weight: 900; font-size: 16px;
  display: grid; place-items: center;
}
.quote .who .nm { font-weight: 800; font-size: 14.5px; color: var(--ink); letter-spacing: -.01em; }
.quote .who .role { font-size: 12.5px; color: var(--muted); }

/* ============================================================
   GALERIA DE TELAS
   ============================================================ */
.gallery-scroll {
  display: flex; gap: 22px; overflow-x: auto; padding: 8px 24px 26px;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  margin: 0 calc(var(--gutter) * -1);
}
.gallery-scroll::-webkit-scrollbar { height: 8px; }
.gallery-scroll::-webkit-scrollbar-thumb { background: var(--line); border-radius: 999px; }
.gallery-scroll .phone { flex: 0 0 auto; scroll-snap-align: center; width: 258px; }
.gallery-hint { text-align: center; font-family: 'Roboto Mono', monospace; font-size: 11.5px; color: var(--muted); letter-spacing: .08em; }

/* ============================================================
   ACESSO / 7 DIAS
   ============================================================ */
.access-grid { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: stretch; }
@media (min-width: 880px) { .access-grid { grid-template-columns: 1.1fr .9fr; } }
.access-card {
  position: relative; overflow: hidden;
  background:
    radial-gradient(500px 320px at 90% 0%, rgba(79,184,224,.2), transparent 60%),
    linear-gradient(160deg, var(--navy-900), var(--navy));
  color: #fff; border-radius: var(--r-xl); padding: clamp(32px, 4vw, 48px);
  box-shadow: var(--shadow-3);
}
.access-card::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 44px 44px; mask-image: radial-gradient(ellipse at 80% 10%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 80% 10%, #000 30%, transparent 75%);
}
.access-card .inner { position: relative; z-index: 1; }
.access-card .badge-free {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Roboto Mono', monospace; font-size: 12px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase;
  color: var(--green-200); background: rgba(43,179,106,.16); border: 1px solid rgba(43,179,106,.3);
  padding: 7px 13px; border-radius: 999px; margin-bottom: 22px;
}
.access-card .price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 6px; }
.access-card .price .big { font-weight: 900; font-size: clamp(40px, 5vw, 58px); letter-spacing: -.03em; color: #fff; }
.access-card .price .per { font-size: 15px; color: rgba(255,255,255,.7); }
.access-card .price-sub { color: rgba(255,255,255,.7); font-size: 15px; margin-bottom: 28px; }
.access-card .btn { margin-top: 4px; }
.access-card .fineprint { margin-top: 18px; font-family: 'Roboto Mono', monospace; font-size: 11.5px; color: rgba(255,255,255,.55); display: flex; align-items: center; gap: 8px; }
.access-card .fineprint svg { width: 14px; height: 14px; color: var(--green-200); }

.included {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl);
  padding: clamp(28px, 3vw, 40px); display: flex; flex-direction: column;
}
.included h3 { margin-bottom: 6px; }
.included .note { color: var(--muted); font-size: 14px; margin-bottom: 22px; }
.included ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.included li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; }
.included li .ck { width: 22px; height: 22px; border-radius: 7px; background: rgba(43,179,106,.12); color: var(--green-700); display: grid; place-items: center; flex: 0 0 auto; margin-top: 1px; }
.included li .ck svg { width: 14px; height: 14px; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-wrap { max-width: 800px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.faq-item.open { border-color: rgba(26,58,107,.3); box-shadow: var(--shadow-1); }
.faq-q {
  width: 100%; background: none; border: 0; text-align: left;
  display: flex; align-items: center; gap: 16px; justify-content: space-between;
  padding: 20px 24px; font-size: 16px; font-weight: 700; color: var(--ink);
}
.faq-q .ic { width: 26px; height: 26px; flex: 0 0 auto; border-radius: 8px; background: var(--paper-2); color: var(--navy); display: grid; place-items: center; transition: transform .25s, background .2s, color .2s; }
.faq-item.open .faq-q .ic { transform: rotate(45deg); background: var(--navy); color: #fff; }
.faq-q .ic svg { width: 16px; height: 16px; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a .inner { padding: 0 24px 22px; color: var(--muted); font-size: 15px; line-height: 1.65; max-width: 62ch; }

/* ============================================================
   CONTATO / CTA FINAL
   ============================================================ */
.contact {
  position: relative; overflow: hidden;
  background:
    radial-gradient(620px 420px at 12% 12%, rgba(43,179,106,.18), transparent 60%),
    linear-gradient(180deg, var(--navy) 0%, var(--navy-900) 100%);
  color: #fff;
}
.contact::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 60px 60px; mask-image: radial-gradient(ellipse at 30% 30%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 30% 30%, #000 30%, transparent 75%);
}
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; gap: 44px; align-items: center; }
@media (min-width: 880px) { .contact-grid { grid-template-columns: 1fr 1fr; gap: 60px; } }
.contact h2 { color: #fff; margin-bottom: 16px; }
.contact .lead { color: rgba(255,255,255,.78); font-size: 17px; max-width: 44ch; margin-bottom: 26px; }
.contact-points { display: grid; gap: 16px; }
.contact-points .it { display: flex; gap: 13px; align-items: center; font-size: 15px; color: rgba(255,255,255,.9); }
.contact-points .it .ic { width: 38px; height: 38px; border-radius: 11px; background: rgba(255,255,255,.08); color: var(--green-200); display: grid; place-items: center; flex: 0 0 auto; }
.contact-points .it .ic svg { width: 19px; height: 19px; }

.form-card { background: #fff; border-radius: var(--r-xl); padding: clamp(28px, 3vw, 38px); box-shadow: var(--shadow-3); }
.form-card h3 { color: var(--ink); margin-bottom: 6px; }
.form-card .sub { color: var(--muted); font-size: 14px; margin-bottom: 22px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 12.5px; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
.field input, .field select {
  width: 100%; appearance: none; background: #fff;
  border: 1.5px solid var(--line); border-radius: 12px; padding: 13px 15px;
  font: inherit; font-size: 15px; color: var(--text);
  transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 4px rgba(26,58,107,.12); }
.form-card .btn { width: 100%; justify-content: center; margin-top: 6px; }
.form-card .legal { margin-top: 14px; font-size: 11.5px; color: var(--muted); text-align: center; line-height: 1.5; }
.form-success { display: none; text-align: center; padding: 20px 0; }
.form-success.show { display: block; }
.form-success .ic { width: 64px; height: 64px; border-radius: 50%; background: rgba(43,179,106,.12); color: var(--green-700); display: grid; place-items: center; margin: 0 auto 16px; }
.form-success .ic svg { width: 32px; height: 32px; }
.form-success h3 { margin-bottom: 8px; }
.form-success p { color: var(--muted); font-size: 14.5px; }

/* ============================================================
   FOOTER
   ============================================================ */
footer { background: var(--ink); color: rgba(255,255,255,.7); padding: 60px 0 32px; }
.foot-grid { display: grid; grid-template-columns: 1fr; gap: 38px; margin-bottom: 40px; }
@media (min-width: 760px) { .foot-grid { grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; } }
.foot-brand img { height: 34px; margin-bottom: 18px; }
.foot-brand p { font-size: 14px; color: rgba(255,255,255,.6); max-width: 34ch; margin-bottom: 18px; }
.foot-store { display: flex; gap: 10px; flex-wrap: wrap; }
.foot-col h4 { color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 16px; }
.foot-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.foot-col a { color: rgba(255,255,255,.62); font-size: 14px; transition: color .15s; }
.foot-col a:hover { color: #fff; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between; }
.foot-bottom .meta { font-family: 'Roboto Mono', monospace; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.45); }
.foot-bottom .socials { display: flex; gap: 10px; }
.foot-bottom .socials a { width: 36px; height: 36px; border-radius: 10px; background: rgba(255,255,255,.07); display: grid; place-items: center; color: rgba(255,255,255,.7); transition: background .15s, color .15s; }
.foot-bottom .socials a:hover { background: var(--navy); color: #fff; }
.foot-bottom .socials svg { width: 17px; height: 17px; }

/* reveal on scroll */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .float-chip { animation: none; } }

/* mobile nav */
@media (max-width: 860px) {
  .nav-links, .nav .nav-cta { display: none; }
  .nav-burger { display: block; }
  .nav-links.open {
    display: flex; flex-direction: column; gap: 4px;
    position: absolute; top: 100%; left: 12px; right: 12px; margin-top: 8px;
    background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 12px; box-shadow: var(--shadow-2);
  }
  .nav-links.open a { color: var(--text); }
}

/* ============================================================
   Botão flutuante de WhatsApp + mini-form
   ============================================================ */
:root { --wa: #25D366; --wa-700: #1EBE5B; --wa-900: #128C7E; }

.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 1000;
  display: flex; flex-direction: column; align-items: flex-end; gap: 14px;
}

/* FAB — só ícone, redondo */
.wa-fab {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; padding: 0;
  border: none; border-radius: 50%; cursor: pointer;
  background: var(--wa); color: #fff;
  box-shadow: 0 10px 24px rgba(37,211,102,.42), 0 4px 10px rgba(11,27,51,.18);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.wa-fab:hover { background: var(--wa-700); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(37,211,102,.5), 0 6px 14px rgba(11,27,51,.2); }
.wa-fab:active { transform: translateY(0); }
.wa-fab-ico { width: 28px; height: 28px; flex: none; }

/* Card */
.wa-card {
  width: 320px; max-width: calc(100vw - 40px);
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  box-shadow: var(--shadow-3); overflow: hidden;
  transform-origin: bottom right;
  animation: waPop .18s ease both;
}
@keyframes waPop { from { opacity: 0; transform: translateY(8px) scale(.96); } to { opacity: 1; transform: none; } }

.wa-card-head {
  display: flex; align-items: center; gap: 12px;
  padding: 16px 16px 14px; color: #fff;
  background: linear-gradient(135deg, var(--wa) 0%, var(--wa-900) 100%);
}
.wa-card-ico { width: 38px; height: 38px; flex: none; display: grid; place-items: center;
  background: rgba(255,255,255,.18); border-radius: 50%; }
.wa-card-ico svg { width: 22px; height: 22px; }
.wa-card-title { display: flex; flex-direction: column; line-height: 1.25; }
.wa-card-title strong { font-size: 15px; font-weight: 800; }
.wa-card-title span { font-size: 12.5px; opacity: .9; }
.wa-card-close {
  margin-left: auto; background: transparent; border: none; color: #fff;
  font-size: 26px; line-height: 1; cursor: pointer; opacity: .85; padding: 0 4px;
}
.wa-card-close:hover { opacity: 1; }

.wa-form { padding: 16px; display: flex; flex-direction: column; gap: 10px; }
.wa-form input {
  width: 100%; height: 46px; padding: 0 14px;
  border: 1px solid var(--line); border-radius: var(--r-sm);
  font-family: inherit; font-size: 14.5px; color: var(--text); background: var(--paper);
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.wa-form input::placeholder { color: var(--muted); }
.wa-form input:focus { outline: none; border-color: var(--wa); background: #fff; box-shadow: 0 0 0 3px rgba(37,211,102,.16); }
.wa-turnstile { min-height: 4px; }
.wa-submit {
  height: 48px; border: none; border-radius: var(--r-sm); cursor: pointer;
  background: var(--wa); color: #fff; font-family: inherit; font-size: 15px; font-weight: 800;
  transition: background .15s ease, transform .12s ease;
}
.wa-submit:hover { background: var(--wa-700); }
.wa-submit:active { transform: translateY(1px); }
.wa-submit:disabled { opacity: .65; cursor: default; }
.wa-form-error { margin: 2px 0 0; color: var(--red); font-size: 13px; font-weight: 600; text-align: center; }

@media (max-width: 520px) {
  .wa-float { right: 14px; bottom: 14px; }
  .wa-fab { height: 54px; }
}
