/* ============================================================
   MERCATOIA — style.css (v3)
   Paleta da logomarca: #003447 · #CA6E17 · #FA912F
   Fonte: Montserrat
   ============================================================ */

:root{
  --navy:#003447;
  --navy-2:#00465F;
  --navy-deep:#002536;
  --orange:#CA6E17;
  --orange-bright:#FA912F;
  --ink:#22333C;
  --muted:#5C6F78;
  --line:#E4E0D9;
  --bg:#FFFFFF;
  --bg-alt:#F7F5F1;
  --white:#FFFFFF;
  --radius:14px;
  --shadow:0 6px 24px rgba(0,52,71,.08);
  --shadow-hover:0 14px 40px rgba(0,52,71,.14);
  --transition:.35s cubic-bezier(.25,.6,.3,1);
  --font:'Montserrat', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

*{ margin:0; padding:0; box-sizing:border-box; }
html{ scroll-behavior:smooth; }
@media (prefers-reduced-motion:reduce){
  html{ scroll-behavior:auto; }
  *,*::before,*::after{ animation:none !important; transition:none !important; }
}

body{
  font-family:var(--font);
  font-size:16px; line-height:1.65; color:var(--ink);
  background:var(--bg);
  -webkit-font-smoothing:antialiased;
}

img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ list-style:none; }

.wrap{ width:min(1120px, 92%); margin-inline:auto; }

h1,h2,h3,h4{ color:var(--navy); font-weight:800; line-height:1.18; letter-spacing:-.01em; }
h1{ font-size:clamp(30px, 5vw, 52px); }
h2{ font-size:clamp(24px, 3.6vw, 38px); }
h3{ font-size:clamp(18px, 2.4vw, 22px); }
p{ font-weight:500; }
.support{ color:var(--muted); font-weight:500; }

.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-size:12px; font-weight:700; letter-spacing:2.5px; text-transform:uppercase;
  color:var(--orange); margin-bottom:14px;
}
.eyebrow::before{
  content:""; width:14px; height:14px; flex-shrink:0;
  background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 0 L62 38 L100 50 L62 62 L50 100 L38 62 L0 50 L38 38 Z" fill="%23FA912F"/></svg>') no-repeat center/contain;
}

.hl{ color:var(--orange); }

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  font-family:var(--font); font-weight:700; font-size:15px;
  padding:15px 30px; border-radius:999px; border:2px solid transparent;
  cursor:pointer; transition:transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition);
  background:var(--orange); color:var(--white);
}
.btn:hover{ background:var(--orange-bright); transform:translateY(-2px); box-shadow:0 10px 26px rgba(202,110,23,.35); }
.btn.ghost{ background:transparent; border-color:var(--navy); color:var(--navy); }
.btn.ghost:hover{ background:var(--navy); color:var(--white); box-shadow:0 10px 26px rgba(0,52,71,.25); }
.btn.ghost.light{ border-color:rgba(255,255,255,.7); color:var(--white); }
.btn.ghost.light:hover{ background:var(--white); color:var(--navy); }
.btn.small{ padding:11px 22px; font-size:14px; }

header.site{
  position:sticky; top:0; z-index:50;
  background:var(--navy);
  box-shadow:0 2px 16px rgba(0,37,54,.35);
}
.nav{
  width:min(1200px, 94%); margin-inline:auto;
  display:flex; align-items:center; justify-content:space-between;
  padding:10px 0;
}
.brand img{ height:48px; width:auto; }
@media (max-width:900px){ .brand img{ height:40px; } }
.navlinks{ display:flex; align-items:center; gap:28px; }
.navlinks a{
  color:rgba(255,255,255,.85); font-size:14px; font-weight:600;
  transition:color var(--transition);
}
.navlinks a:hover{ color:var(--orange-bright); }
.navlinks .btn{ margin-left:8px; }
.burger{
  display:none; background:none; border:0; cursor:pointer; padding:8px;
}

@media (max-width:900px){
  .navlinks{
    position:fixed; inset:60px 0 auto 0; z-index:49;
    flex-direction:column; align-items:stretch; gap:0;
    background:var(--navy-deep); padding:8px 0 16px;
    transform:translateY(-130%); transition:transform var(--transition);
    box-shadow:0 20px 40px rgba(0,0,0,.35);
  }
  .navlinks.open{ transform:translateY(0); }
  .navlinks a{ padding:14px 6vw; font-size:16px; }
  .navlinks .btn{ margin:12px 6vw 0; }
  .burger{ display:block; }
}

.hero{
  background:
    radial-gradient(1000px 500px at 85% -10%, rgba(250,145,47,.12), transparent 60%),
    linear-gradient(180deg, #FDFBF8 0%, #F7F5F1 100%);
  padding:88px 0 96px;
  overflow:hidden; position:relative;
}
.hero .wrap{
  display:grid; grid-template-columns:1.15fr .85fr; gap:56px; align-items:center;
}
.hero .lede{ font-size:clamp(16px,1.6vw,18px); color:var(--muted); margin:20px 0 30px; max-width:54ch; }
.hero-cta{ display:flex; gap:14px; flex-wrap:wrap; }
.hero-note{ font-size:13px; color:var(--muted); margin-top:14px; }

.lead-card{
  background:var(--white); border-radius:var(--radius);
  box-shadow:var(--shadow-hover); padding:30px 28px;
  border-top:4px solid var(--orange);
}
.lead-card h3{ margin-bottom:4px; }
.lead-card .sub{ font-size:13px; color:var(--muted); margin-bottom:18px; }

.field{ margin-bottom:14px; }
.field label{
  display:block; font-size:12px; font-weight:700; letter-spacing:1px;
  text-transform:uppercase; color:var(--navy); margin-bottom:6px;
}
.field input, .field select, .field textarea{
  width:100%; font-family:var(--font); font-size:15px; color:var(--ink);
  padding:13px 14px; border:1.5px solid var(--line); border-radius:10px;
  background:#FCFBF9; transition:border-color var(--transition), box-shadow var(--transition);
}
.field textarea{ min-height:96px; resize:vertical; }
.field input:focus, .field select:focus, .field textarea:focus{
  outline:none; border-color:var(--orange); box-shadow:0 0 0 3px rgba(250,145,47,.18);
}
.row2{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
@media (max-width:520px){ .row2{ grid-template-columns:1fr; } }

@media (max-width:900px){
  .hero{ padding:56px 0 64px; }
  .hero .wrap{ grid-template-columns:1fr; gap:36px; }
}

section{ padding:96px 0; }
section.alt{ background:var(--bg-alt); }
section.navy{ background:linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%); }
section.navy h2, section.navy h3{ color:var(--white); }
section.navy .support{ color:rgba(255,255,255,.75); }
.section-head{ max-width:720px; margin-bottom:52px; }
.section-head.center{ margin-inline:auto; text-align:center; }
.section-head.center .eyebrow{ justify-content:center; }
.section-head p{ margin-top:14px; }
@media (max-width:700px){ section{ padding:64px 0; } }

.grid3{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
@media (max-width:900px){ .grid3{ grid-template-columns:1fr; } }

.card{
  background:var(--white); border-radius:var(--radius); padding:30px 28px;
  box-shadow:var(--shadow); border:1px solid rgba(0,52,71,.05);
  transition:transform var(--transition), box-shadow var(--transition);
}
.card.hover:hover{ transform:translateY(-5px); box-shadow:var(--shadow-hover); }
.card .chip{
  width:48px; height:48px; border-radius:12px; display:grid; place-items:center;
  background:rgba(250,145,47,.14); margin-bottom:18px;
}
.card h3{ margin-bottom:10px; }
.card p{ font-size:15px; color:var(--muted); }

.step{
  display:grid; grid-template-columns:88px 1fr; gap:26px;
  padding:34px 0; border-bottom:1px solid var(--line);
}
.step:last-child{ border-bottom:none; }
.step .num{
  font-size:44px; font-weight:800; line-height:1; color:transparent;
  -webkit-text-stroke:2px var(--orange);
}
.step h3{ margin-bottom:6px; }
.step .who{
  display:inline-block; font-size:11px; font-weight:700; letter-spacing:1.5px;
  text-transform:uppercase; color:var(--orange); margin-bottom:10px;
}
.step p{ color:var(--muted); font-size:15.5px; max-width:70ch; }
.step .deliver{
  margin-top:14px; background:var(--bg-alt); border-left:3px solid var(--orange);
  border-radius:0 10px 10px 0; padding:14px 18px; font-size:14.5px; color:var(--ink);
}
.step .deliver b{ color:var(--navy); text-transform:uppercase; font-size:11.5px; letter-spacing:1.5px; display:block; margin-bottom:4px; }
@media (max-width:700px){
  .step{ grid-template-columns:1fr; gap:8px; padding:28px 0; }
  .step .num{ font-size:34px; }
}

.compare{ display:grid; grid-template-columns:1fr 1fr; gap:0; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow-hover); }
.compare .col-head{
  padding:22px 28px; font-weight:800; font-size:14px; letter-spacing:1.5px; text-transform:uppercase;
}
.compare .col.market .col-head{ background:#E9E5DE; color:var(--muted); }
.compare .col.us .col-head{ background:var(--orange); color:var(--white); }
.compare .col.market{ background:#F2EFE9; }
.compare .col.us{ background:var(--navy); }
.compare .item{ padding:20px 28px; font-size:14.5px; border-top:1px solid rgba(0,0,0,.06); min-height:96px; display:flex; align-items:center; gap:12px; }
.compare .col.market .item{ color:var(--muted); }
.compare .col.us .item{ color:rgba(255,255,255,.92); border-top-color:rgba(255,255,255,.08); font-weight:600; }
.compare .item::before{ flex-shrink:0; font-weight:800; }
.compare .col.market .item::before{ content:"✕"; color:#B4552F; }
.compare .col.us .item::before{ content:"✓"; color:var(--orange-bright); }
@media (max-width:820px){
  .compare{ grid-template-columns:1fr; }
  .compare .item{ min-height:0; }
}

.stats{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
@media (max-width:900px){ .stats{ grid-template-columns:1fr; } }
.stat-card{
  background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.12);
  border-radius:var(--radius); padding:32px 28px;
  transition:transform var(--transition), border-color var(--transition);
}
.stat-card:hover{ transform:translateY(-4px); border-color:rgba(250,145,47,.5); }
.stat-card .tag{
  font-size:11px; font-weight:700; letter-spacing:2px; text-transform:uppercase;
  color:var(--orange-bright); display:block; margin-bottom:14px;
}
.stat-card .n{ font-size:clamp(38px,4.6vw,52px); font-weight:800; color:var(--white); line-height:1; margin-bottom:8px; }
.stat-card .l{ color:rgba(255,255,255,.85); font-weight:600; font-size:15px; margin-bottom:12px; }
.stat-card p{ color:rgba(255,255,255,.6); font-size:14px; }
.stats-note{ color:rgba(255,255,255,.45); font-size:12.5px; margin-top:22px; }

.mi-shell{ max-width:640px; margin-inline:auto; }
.mi-progress{ height:8px; background:var(--line); border-radius:99px; overflow:hidden; margin-bottom:10px; }
.mi-progress-fill{ height:100%; width:0%; background:linear-gradient(90deg, var(--orange), var(--orange-bright)); transition:width .5s ease; border-radius:99px; }
.mi-progress-label{ font-size:12px; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; color:var(--muted); display:block; margin-bottom:28px; }
.mi-step{ display:none; }
.mi-step.is-active{ display:block; animation:fadeUp .45s ease both; }
@keyframes fadeUp{ from{ opacity:0; transform:translateY(18px);} to{ opacity:1; transform:translateY(0);} }
.mi-dim{ font-size:12px; font-weight:700; letter-spacing:2px; text-transform:uppercase; color:var(--orange); display:block; margin-bottom:8px; }
.mi-options{ display:flex; flex-direction:column; gap:12px; margin:22px 0 30px; }
.mi-option{
  display:flex; align-items:center; gap:14px; background:var(--white);
  border:1.5px solid var(--line); border-radius:12px; padding:16px 18px; cursor:pointer;
  transition:border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}
.mi-option:hover{ border-color:var(--orange); transform:translateY(-2px); box-shadow:var(--shadow); }
.mi-option:has(input:checked){ border-color:var(--orange); background:rgba(250,145,47,.07); box-shadow:0 0 0 3px rgba(250,145,47,.15); }
.mi-option input{ accent-color:var(--orange); width:18px; height:18px; flex-shrink:0; }
.mi-option span{ font-size:15px; font-weight:500; }
.mi-nav{ display:flex; justify-content:space-between; align-items:center; gap:14px; }
.mi-result-bar-wrap{ height:12px; background:var(--line); border-radius:99px; overflow:hidden; margin:22px 0 8px; }
.mi-result-bar{ height:100%; width:0%; background:linear-gradient(90deg, var(--orange), var(--navy)); transition:width .8s ease; border-radius:99px; }

.faq{ max-width:780px; margin-inline:auto; }
.faq-item{ border-bottom:1px solid var(--line); }
.faq-q{
  width:100%; background:none; border:0; cursor:pointer; text-align:left;
  display:flex; justify-content:space-between; align-items:center; gap:18px;
  padding:24px 4px; font-family:var(--font); font-size:17px; font-weight:700; color:var(--navy);
}
.faq-q .ic{
  flex-shrink:0; width:28px; height:28px; border-radius:50%;
  display:grid; place-items:center; background:rgba(250,145,47,.15);
  color:var(--orange); font-size:18px; font-weight:800; line-height:1;
  transition:transform var(--transition), background var(--transition);
}
.faq-item.open .faq-q .ic{ transform:rotate(45deg); background:var(--orange); color:#fff; }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .45s ease; }
.faq-a p{ padding:0 4px 24px; color:var(--muted); font-size:15.5px; max-width:66ch; }

.cta-final .inner{
  background:linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 70%);
  border-radius:20px; padding:64px 56px; position:relative; overflow:hidden;
  display:grid; grid-template-columns:1.1fr .9fr; gap:48px; align-items:center;
}
.cta-final .inner::after{
  content:""; position:absolute; right:-70px; top:-70px; width:260px; height:260px; opacity:.12;
  background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 0 L62 38 L100 50 L62 62 L50 100 L38 62 L0 50 L38 38 Z" fill="%23FA912F"/></svg>') no-repeat center/contain;
}
.cta-final h2{ color:var(--white); }
.cta-final .support{ color:rgba(255,255,255,.78); margin:14px 0 24px; }
.cta-checks{ display:flex; flex-direction:column; gap:10px; }
.cta-checks span{ color:rgba(255,255,255,.9); font-size:14.5px; font-weight:600; display:flex; gap:10px; align-items:center; }
.cta-checks span::before{ content:"✓"; color:var(--orange-bright); font-weight:800; }
@media (max-width:900px){ .cta-final .inner{ grid-template-columns:1fr; padding:44px 28px; } }

footer.site{ background:var(--navy-deep); color:rgba(255,255,255,.8); padding:64px 0 0; }
footer.site .cols{
  display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:40px; padding-bottom:48px;
}
footer.site img{ height:42px; width:auto; margin-bottom:18px; }
footer.site h4{ color:var(--white); font-size:14px; letter-spacing:1.5px; text-transform:uppercase; margin-bottom:16px; }
footer.site a{ display:block; font-size:14.5px; padding:5px 0; color:rgba(255,255,255,.75); transition:color var(--transition); }
footer.site a:hover{ color:var(--orange-bright); }
footer.site .about{ font-size:14.5px; max-width:38ch; color:rgba(255,255,255,.65); }
.foot-bottom{
  border-top:1px solid rgba(255,255,255,.1); padding:22px 0;
  display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap;
  font-size:13px; color:rgba(255,255,255,.5);
}
.foot-bottom .motto{ color:var(--orange-bright); font-weight:600; }
@media (max-width:820px){ footer.site .cols{ grid-template-columns:1fr; gap:28px; } }

.wa-float{
  position:fixed; right:22px; bottom:22px; z-index:60;
  display:inline-flex; align-items:center; gap:9px;
  background:#25D366; color:#fff; font-weight:700; font-size:14px;
  padding:13px 20px; border-radius:999px; box-shadow:0 10px 28px rgba(0,0,0,.25);
  transition:transform var(--transition), box-shadow var(--transition);
}
.wa-float:hover{ transform:translateY(-3px) scale(1.03); box-shadow:0 16px 36px rgba(0,0,0,.3); }
@media (max-width:600px){ .wa-float span{ display:none; } .wa-float{ padding:14px; } }

.reveal{ opacity:0; transform:translateY(26px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible{ opacity:1; transform:none; }
.reveal.d1{ transition-delay:.08s; } .reveal.d2{ transition-delay:.16s; } .reveal.d3{ transition-delay:.24s; }
@media (prefers-reduced-motion:reduce){ .reveal{ opacity:1; transform:none; } }
