/* =========================================================
   e-SimConect Brasil — Design System
   Identidade: verde-limão (#CDF514) + preto + branco
   Mobile-first, "cara de aplicativo"
   ========================================================= */

:root {
  /* Marca */
  --lime: #CDF514;
  --lime-700: #b4d800;
  --lime-soft: #eafbb0;
  --ink: #0c0d0a;
  --ink-2: #16180f;
  --white: #ffffff;
  --paper: #f6f7f2;

  /* Texto */
  --text: #14150f;
  --muted: #5e6358;
  --muted-2: #8a8f80;
  --line: #e7e9df;
  --line-strong: #d4d8c8;

  /* Operadoras */
  --claro: #e3000f;
  --claro-soft: #ffe9ea;
  --tim: #0033a0;
  --tim-soft: #e6ecfb;

  /* Sistema */
  --radius: 18px;
  --radius-sm: 12px;
  --radius-lg: 26px;
  --shadow-sm: 0 2px 8px rgba(12,13,10,.06);
  --shadow: 0 14px 40px rgba(12,13,10,.10);
  --shadow-lg: 0 28px 70px rgba(12,13,10,.18);
  --maxw: 1120px;
  --nav-h: 66px;
  --tabbar-h: 68px;
  --ease: cubic-bezier(.22,.61,.36,1);
  --font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  color: var(--text);
  background: var(--paper);
  line-height: 1.55;
  letter-spacing: -0.01em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; border-radius: 6px; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }

/* ===================== TIPOGRAFIA ===================== */
h1, h2, h3 { line-height: 1.08; letter-spacing: -0.03em; font-weight: 800; color: var(--ink); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--muted);
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; }

/* ===================== BOTÕES ===================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 22px; border-radius: 999px; font-weight: 700; font-size: .98rem;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s, color .18s;
  white-space: nowrap; line-height: 1;
}
.btn svg { width: 18px; height: 18px; }
.btn:active { transform: scale(.97); }
.btn-primary { background: var(--ink); color: var(--white); }
.btn-primary:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.btn-lime { background: var(--lime); color: var(--ink); box-shadow: 0 8px 22px rgba(180,216,0,.4); }
.btn-lime:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(180,216,0,.55); }
.btn-wa { background: #25D366; color: #fff; }
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(37,211,102,.45); }
.btn-ghost { background: transparent; color: var(--ink); border: 2px solid var(--line-strong); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-light { background: var(--white); color: var(--ink); box-shadow: var(--shadow-sm); }
.btn-light:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-block { width: 100%; }
.btn-lg { padding: 16px 28px; font-size: 1.04rem; }

/* ===================== NAVBAR (topo) ===================== */
.nav {
  position: sticky; top: 0; z-index: 100;
  height: var(--nav-h);
  background: rgba(246,247,242,.82);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-logo { height: 30px; width: auto; }
.brand-name { font-weight: 800; font-size: 1.18rem; letter-spacing: -.04em; color: var(--ink); }
.brand-name b { color: var(--ink); }
.brand-tag { font-size: .62rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--muted-2); display: block; margin-top: -3px; }

.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-link {
  padding: 9px 15px; border-radius: 999px; font-weight: 600; font-size: .96rem; color: var(--muted);
  transition: color .15s, background .15s;
}
.nav-link:hover { color: var(--ink); background: rgba(0,0,0,.04); }
.nav-link.active { color: var(--ink); background: var(--lime); }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; }

/* ===================== HERO ===================== */
.hero {
  position: relative; overflow: hidden;
  background: var(--ink);
  color: var(--white);
  padding: 56px 0 64px;
  border-radius: 0 0 34px 34px;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(900px 420px at 88% -10%, rgba(205,245,20,.20), transparent 60%),
    radial-gradient(700px 500px at -10% 110%, rgba(205,245,20,.10), transparent 55%);
  pointer-events: none;
}
.hero .wrap { position: relative; z-index: 2; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; }
.hero h1 { color: var(--white); font-size: clamp(2.1rem, 6vw, 3.5rem); }
.hero h1 .hl { color: var(--lime); }
.hero p.lead { color: rgba(255,255,255,.78); font-size: 1.12rem; margin-top: 18px; max-width: 30ch; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.tagpill {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 13px; border-radius: 999px; font-size: .84rem; font-weight: 600;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.92);
}
.tagpill svg { width: 15px; height: 15px; color: var(--lime); }

/* Hero phone art */
.hero-art { position: relative; display: grid; place-items: center; min-height: 360px; }
.phone {
  width: 248px; height: 510px; border-radius: 42px;
  background: linear-gradient(160deg, #1c1f15, #0a0b08);
  border: 2px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow-lg), inset 0 0 0 8px #000;
  padding: 16px 14px; position: relative; z-index: 2;
  transform: rotate(-4deg);
}
.phone-notch { width: 92px; height: 22px; background: #000; border-radius: 0 0 14px 14px; margin: 0 auto 12px; }
.phone-screen {
  height: calc(100% - 34px); border-radius: 30px; overflow: hidden;
  background: linear-gradient(165deg, var(--lime), var(--lime-700));
  display: flex; flex-direction: column; padding: 18px 16px; color: var(--ink);
}
.phone-screen .ps-top { display: flex; align-items: center; justify-content: space-between; font-size: .7rem; font-weight: 700; }
.phone-card {
  margin-top: auto; background: rgba(0,0,0,.92); color: #fff; border-radius: 18px; padding: 16px;
}
.phone-card small { color: var(--lime); font-weight: 700; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.phone-card .pc-name { font-weight: 800; font-size: 1.05rem; margin: 4px 0 2px; }
.phone-card .pc-gb { font-size: .8rem; color: rgba(255,255,255,.6); }
.phone-card .pc-price { font-size: 1.5rem; font-weight: 800; margin-top: 10px; }
.phone-card .pc-price span { font-size: .8rem; color: rgba(255,255,255,.6); font-weight: 600; }
.phone-glow { position: absolute; width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(205,245,20,.35), transparent 65%); filter: blur(20px); z-index: 1; }
.float-badge {
  position: absolute; z-index: 3; background: #fff; color: var(--ink);
  border-radius: 14px; padding: 10px 13px; box-shadow: var(--shadow);
  display: flex; align-items: center; gap: 9px; font-weight: 700; font-size: .82rem;
}
.float-badge svg { width: 18px; height: 18px; }
.fb-1 { top: 26px; right: 4px; }
.fb-2 { bottom: 40px; left: -6px; }
.fb-ic { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; background: var(--lime); }

/* ===================== TRUST STRIP ===================== */
.trust { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-row { display: flex; flex-wrap: wrap; gap: 14px 30px; justify-content: center; align-items: center; padding: 18px 0; }
.trust-item { display: flex; align-items: center; gap: 9px; font-weight: 600; font-size: .9rem; color: var(--muted); }
.trust-item svg { width: 19px; height: 19px; color: var(--ink); }
.trust-item b { color: var(--ink); }

/* ===================== SECTIONS ===================== */
.section { padding: 64px 0; }
.section-head { max-width: 640px; margin-bottom: 36px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: clamp(1.7rem, 4.6vw, 2.5rem); margin-top: 12px; }
.section-head p { color: var(--muted); font-size: 1.06rem; margin-top: 12px; }

/* ===================== CATEGORIAS (3 abas) ===================== */
.cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cat-card {
  position: relative; overflow: hidden; border-radius: var(--radius);
  background: var(--white); border: 1px solid var(--line); padding: 26px 22px 22px;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s;
  display: flex; flex-direction: column; min-height: 230px;
}
.cat-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--line-strong); }
.cat-ic { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 16px; }
.cat-ic svg { width: 26px; height: 26px; }
.cat-claro .cat-ic { background: var(--claro-soft); color: var(--claro); }
.cat-tim .cat-ic { background: var(--tim-soft); color: var(--tim); }
.cat-intl .cat-ic { background: var(--lime-soft); color: var(--ink); }
.cat-card h3 { font-size: 1.28rem; }
.cat-card p { color: var(--muted); font-size: .95rem; margin: 8px 0 16px; }
.cat-link { margin-top: auto; display: inline-flex; align-items: center; gap: 7px; font-weight: 700; color: var(--ink); font-size: .95rem; }
.cat-link svg { width: 16px; height: 16px; transition: transform .2s; }
.cat-card:hover .cat-link svg { transform: translateX(4px); }
.cat-flag { position: absolute; top: 16px; right: 16px; font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 5px 9px; border-radius: 999px; background: var(--lime); color: var(--ink); }

/* ===================== PRODUTO DESTAQUE ===================== */
.feature {
  background: linear-gradient(150deg, var(--ink), var(--ink-2));
  color: #fff; border-radius: var(--radius-lg); overflow: hidden;
  display: grid; grid-template-columns: 1.1fr .9fr; position: relative;
}
.feature::after { content:""; position:absolute; inset:0; background: radial-gradient(600px 300px at 95% 0%, rgba(205,245,20,.18), transparent 60%); pointer-events:none;}
.feature-body { padding: 44px 40px; position: relative; z-index: 2; }
.feature-tag { display: inline-flex; align-items: center; gap: 8px; background: var(--lime); color: var(--ink); font-weight: 800; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; padding: 7px 13px; border-radius: 999px; }
.feature h2 { color: #fff; font-size: clamp(1.8rem, 4.4vw, 2.6rem); margin: 18px 0 6px; }
.feature .op { color: var(--claro); background:#fff; padding: 2px 10px; border-radius: 8px; font-size: 1rem; font-weight:800; display:inline-block; }
.feature-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; margin: 24px 0; }
.fb-li { display: flex; align-items: flex-start; gap: 9px; font-size: .94rem; color: rgba(255,255,255,.86); }
.fb-li svg { width: 18px; height: 18px; color: var(--lime); flex-shrink: 0; margin-top: 1px; }
.feature-price { display: flex; align-items: baseline; gap: 12px; margin: 6px 0 20px; flex-wrap: wrap; }
.feature-price .now { font-size: 2.6rem; font-weight: 800; color: var(--lime); }
.feature-price .now span { font-size: 1rem; color: rgba(255,255,255,.6); font-weight: 600; }
.feature-price .tagx { font-size: .82rem; color: rgba(255,255,255,.7); background: rgba(255,255,255,.08); padding: 5px 10px; border-radius: 999px; }
.feature-art { position: relative; display: grid; place-items: center; padding: 30px; }
.feature-card-visual {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: 20px;
  padding: 22px; width: 100%; max-width: 280px; backdrop-filter: blur(6px);
}
.fcv-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.fcv-gbnum { font-size: 3rem; font-weight: 800; color: #fff; line-height: 1; }
.fcv-gbnum span { font-size: 1rem; color: var(--lime); }
.fcv-row { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.08); font-size: .88rem; color: rgba(255,255,255,.82); }
.fcv-row svg { width: 18px; height: 18px; color: var(--lime); }

/* ===================== PRODUTOS (grid de planos) ===================== */
.page-hero { padding: 50px 0 30px; }
.page-hero.claro { background: linear-gradient(160deg, #fff, var(--claro-soft)); }
.page-hero.tim { background: linear-gradient(160deg, #fff, var(--tim-soft)); }
.page-hero.intl { background: var(--ink); color: #fff; border-radius: 0 0 30px 30px; position: relative; overflow: hidden; }
.page-hero.intl::before { content:""; position:absolute; inset:0; background: radial-gradient(700px 360px at 85% -10%, rgba(205,245,20,.18), transparent 60%);}
.page-hero.intl .wrap { position: relative; z-index: 2; }
.page-hero.intl h1 { color: #fff; }
.page-hero.intl p { color: rgba(255,255,255,.78); }
.op-badge { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; padding: 7px 14px; border-radius: 999px; }
.op-badge.claro { background: var(--claro); color: #fff; }
.op-badge.tim { background: var(--tim); color: #fff; }
.op-badge.intl { background: var(--lime); color: var(--ink); }
.page-hero h1 { font-size: clamp(1.9rem, 5.4vw, 3rem); margin: 16px 0 8px; }
.page-hero p { color: var(--muted); font-size: 1.08rem; max-width: 52ch; }

.plans { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.plan {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; display: flex; flex-direction: column; position: relative;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s;
}
.plan:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.plan.highlight { border: 2px solid var(--ink); box-shadow: var(--shadow); }
.plan.highlight::before {
  content: "⭐ Mais vendido"; position: absolute; top: -13px; left: 24px;
  background: var(--lime); color: var(--ink); font-weight: 800; font-size: .74rem;
  padding: 6px 13px; border-radius: 999px; letter-spacing: .02em;
}
.plan-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.plan-op { font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 5px 10px; border-radius: 7px; }
.plan-op.claro { background: var(--claro-soft); color: var(--claro); }
.plan-op.tim { background: var(--tim-soft); color: var(--tim); }
.plan-op.svc { background: var(--lime-soft); color: var(--ink); }
.plan h3 { font-size: 1.3rem; margin: 14px 0 2px; }
.plan .plan-sub { color: var(--muted); font-size: .92rem; }
.plan-gb { display: flex; align-items: baseline; gap: 8px; margin: 16px 0 4px; }
.plan-gb b { font-size: 2.1rem; color: var(--ink); font-weight: 800; line-height: 1; }
.plan-gb span { font-size: .92rem; color: var(--muted); }
.plan-feats { margin: 16px 0; display: flex; flex-direction: column; gap: 9px; }
.plan-feats li { display: flex; align-items: flex-start; gap: 9px; font-size: .92rem; color: var(--text); }
.plan-feats svg { width: 17px; height: 17px; color: var(--lime-700); flex-shrink: 0; margin-top: 2px; }
.plan-price { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); }
.plan-price .val { font-size: 1.9rem; font-weight: 800; color: var(--ink); }
.plan-price .val small { font-size: .82rem; color: var(--muted); font-weight: 600; }
.plan-price .note { font-size: .78rem; color: var(--muted-2); margin-top: 2px; }
.plan .btn { margin-top: 16px; }
.plan-pay { display: flex; align-items: center; gap: 8px; margin-top: 12px; font-size: .76rem; color: var(--muted-2); justify-content: center; }
.plan-pay svg { width: 15px; height: 15px; }

/* ===================== COMO FUNCIONA (steps) ===================== */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: s; }
.step { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 20px; position: relative; }
.step-n { width: 38px; height: 38px; border-radius: 11px; background: var(--ink); color: var(--lime); font-weight: 800; display: grid; place-items: center; margin-bottom: 14px; }
.step h4 { font-size: 1.05rem; color: var(--ink); margin-bottom: 6px; }
.step p { font-size: .9rem; color: var(--muted); }

/* ===================== QUEM SOMOS ===================== */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.about-card { background: var(--ink); color:#fff; border-radius: var(--radius-lg); padding: 38px; position: relative; overflow: hidden; }
.about-card::after{content:"";position:absolute;inset:0;background:radial-gradient(500px 260px at 100% 0%, rgba(205,245,20,.16),transparent 60%);}
.about-card h2 { color: #fff; position: relative; z-index: 2; font-size: clamp(1.6rem,4vw,2.2rem); }
.about-card p { color: rgba(255,255,255,.78); margin-top: 14px; position: relative; z-index: 2; }
.about-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.stat { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 22px 18px; text-align: center; }
.stat b { display: block; font-size: 1.9rem; color: var(--ink); font-weight: 800; }
.stat span { font-size: .82rem; color: var(--muted); }
.about-list { display: flex; flex-direction: column; gap: 12px; margin-top: 22px; }
.about-list li { display: flex; gap: 11px; align-items: flex-start; font-size: .98rem; }
.about-list svg { width: 22px; height: 22px; color: var(--lime-700); flex-shrink: 0; }

/* ===================== DIFERENCIAIS ===================== */
.diffs { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.diff { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; transition: transform .2s var(--ease), box-shadow .2s; }
.diff:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.diff-ic { width: 46px; height: 46px; border-radius: 13px; background: var(--lime); color: var(--ink); display: grid; place-items: center; margin-bottom: 14px; }
.diff-ic svg { width: 24px; height: 24px; }
.diff h4 { font-size: 1.08rem; margin-bottom: 6px; color: var(--ink); }
.diff p { font-size: .92rem; color: var(--muted); }

/* ===================== FORMULÁRIO INTERNACIONAL ===================== */
.quote { display: grid; grid-template-columns: .95fr 1.05fr; gap: 40px; align-items: start; }
.quote-info h2 { font-size: clamp(1.7rem,4.4vw,2.4rem); }
.quote-info p { color: var(--muted); margin-top: 14px; }
.dest-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 24px; }
.dest { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 16px; }
.dest h4 { font-size: 1rem; display: flex; align-items: center; gap: 8px; }
.dest h4 .emoji { font-size: 1.2rem; }
.dest p { font-size: .85rem; color: var(--muted); margin-top: 4px; }
.form-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow); }
.form-card h3 { font-size: 1.4rem; }
.form-card > p { color: var(--muted); font-size: .94rem; margin: 6px 0 22px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: .84rem; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
.field input, .field select {
  width: 100%; padding: 14px 15px; border: 1.5px solid var(--line-strong); border-radius: 12px;
  font-family: inherit; font-size: 1rem; color: var(--text); background: var(--paper); transition: border-color .15s, background .15s;
}
.field input:focus, .field select:focus { outline: none; border-color: var(--ink); background: #fff; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-note { font-size: .8rem; color: var(--muted-2); margin-top: 12px; display: flex; align-items: center; gap: 7px; justify-content: center; }
.form-note svg { width: 15px; height: 15px; }

/* ===================== FAQ ===================== */
.faq { max-width: 760px; margin: 0 auto; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 12px; overflow: hidden; }
.faq-q { width: 100%; text-align: left; padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 14px; font-weight: 700; font-size: 1.02rem; color: var(--ink); }
.faq-q .chev { width: 22px; height: 22px; flex-shrink: 0; transition: transform .25s var(--ease); color: var(--muted); }
.faq-item.open .faq-q .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s var(--ease); }
.faq-a-inner { padding: 0 22px 20px; color: var(--muted); font-size: .96rem; }

/* ===================== CTA FINAL ===================== */
.cta-final { background: var(--lime); border-radius: var(--radius-lg); padding: 50px 40px; text-align: center; position: relative; overflow: hidden; }
.cta-final h2 { font-size: clamp(1.7rem,4.6vw,2.6rem); color: var(--ink); }
.cta-final p { color: rgba(0,0,0,.66); font-size: 1.08rem; margin: 12px auto 26px; max-width: 46ch; }
.cta-final .btn-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ===================== FOOTER ===================== */
.footer { background: var(--ink); color: rgba(255,255,255,.7); padding: 54px 0 30px; margin-top: 10px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer .brand-name, .footer .brand-name b { color: #fff; }
.footer-about p { margin-top: 14px; font-size: .92rem; max-width: 32ch; }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a { width: 40px; height: 40px; border-radius: 11px; background: rgba(255,255,255,.08); display: grid; place-items: center; transition: background .15s, transform .15s; }
.footer-social a:hover { background: var(--lime); color: var(--ink); transform: translateY(-2px); }
.footer-social svg { width: 19px; height: 19px; }
.footer-col h5 { color: #fff; font-size: .92rem; font-weight: 700; margin-bottom: 14px; text-transform: uppercase; letter-spacing: .06em; }
.footer-col a { display: block; padding: 6px 0; font-size: .93rem; transition: color .15s; }
.footer-col a:hover { color: var(--lime); }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; font-size: .82rem; }
.footer-bottom .made { color: rgba(255,255,255,.4); }

/* ===================== TABBAR (mobile, app-like) ===================== */
.tabbar {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 110;
  height: calc(var(--tabbar-h) + env(safe-area-inset-bottom, 0px));
  padding-bottom: env(safe-area-inset-bottom, 0px);
  background: rgba(255,255,255,.92); backdrop-filter: saturate(160%) blur(16px);
  -webkit-backdrop-filter: saturate(160%) blur(16px);
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(5, 1fr);
}
.tab {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
  font-size: .66rem; font-weight: 700; color: var(--muted-2); transition: color .15s; position: relative;
}
.tab svg { width: 23px; height: 23px; }
.tab.active { color: var(--ink); }
.tab.active::before { content: ""; position: absolute; top: 0; width: 26px; height: 3px; border-radius: 0 0 4px 4px; background: var(--ink); }
.tab.tab-wa { color: #25D366; }
.tab-wa .tab-ic { width: 44px; height: 44px; border-radius: 50%; background: #25D366; color: #fff; display: grid; place-items: center; margin-top: -22px; box-shadow: 0 8px 20px rgba(37,211,102,.5); border: 4px solid var(--paper); }
.tab-wa .tab-ic svg { width: 22px; height: 22px; }

/* ===================== NOTIFICAÇÃO PROVA SOCIAL (ao vivo) ===================== */
.socialproof {
  position: fixed; left: 20px; bottom: 24px; z-index: 96;
  display: flex; align-items: center; gap: 12px;
  background: var(--white); border: 1px solid var(--line); border-radius: 16px;
  padding: 12px 14px; box-shadow: var(--shadow); max-width: 330px; width: calc(100% - 40px);
  opacity: 0; transform: translateY(20px) scale(.96); pointer-events: none;
  transition: opacity .35s var(--ease), transform .35s var(--ease);
}
.socialproof.show { opacity: 1; transform: none; pointer-events: auto; }
.socialproof .sp-av {
  width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0;
  background: var(--lime); color: var(--ink); font-weight: 800; font-size: 1.05rem;
  display: grid; place-items: center;
}
.socialproof .sp-body { min-width: 0; flex: 1; }
.socialproof .sp-text { font-size: .9rem; color: var(--text); line-height: 1.3; }
.socialproof .sp-text b { color: var(--ink); font-weight: 700; }
.socialproof .sp-meta { display: flex; align-items: center; gap: 5px; margin-top: 3px; font-size: .76rem; color: var(--muted); }
.socialproof .sp-meta svg { width: 13px; height: 13px; color: var(--lime-700); flex-shrink: 0; }
.socialproof .sp-close {
  position: absolute; top: 6px; right: 8px; width: 22px; height: 22px; border-radius: 50%;
  color: var(--muted-2); display: grid; place-items: center; opacity: .6; transition: opacity .15s, background .15s;
}
.socialproof .sp-close:hover { opacity: 1; background: var(--paper); }
.socialproof .sp-close svg { width: 13px; height: 13px; }

@media (max-width: 720px) {
  .socialproof { left: 10px; right: 10px; bottom: auto; top: calc(var(--nav-h) + 8px); max-width: none; width: auto;
    transform: translateY(-16px) scale(.98); }
  .socialproof.show { transform: none; }
}

/* ===================== WHATSAPP FLOAT (desktop) ===================== */
.wa-float {
  position: fixed; right: 22px; bottom: 24px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%; background: #25D366; color: #fff;
  display: grid; place-items: center; box-shadow: 0 12px 30px rgba(37,211,102,.5);
  transition: transform .2s var(--ease);
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; }

/* ===================== LOGOS DE OPERADORA (chips) ===================== */
.oplogo {
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; line-height: 1; color: #fff; border-radius: 8px;
  letter-spacing: -.02em;
}
.oplogo.claro { background: var(--claro); padding: 7px 13px; font-size: 1.02rem; border-radius: 9px; box-shadow: 0 2px 8px rgba(227,0,15,.25); }
.oplogo.tim { background: var(--tim); padding: 7px 12px; font-size: 1rem; letter-spacing: .04em; border-radius: 7px; box-shadow: 0 2px 8px rgba(0,51,160,.25); }
.oplogo.sm.claro { padding: 5px 10px; font-size: .86rem; }
.oplogo.sm.tim { padding: 5px 9px; font-size: .84rem; }
.oplogo.lg.claro { padding: 11px 22px; font-size: 1.7rem; border-radius: 12px; }
.oplogo.lg.tim { padding: 11px 18px; font-size: 1.6rem; border-radius: 10px; }
/* logos reais das operadoras (imagem) */
.oplogo-img { height: 30px; width: auto; display: inline-block; vertical-align: middle; object-fit: contain; }
.oplogo-img.lg { height: 48px; display: block; }

/* ===================== STRIP DE OPERADORAS ===================== */
.opstrip { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.opstrip-inner { padding: 26px 0; text-align: center; }
.opstrip-label { font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 16px; }
.opstrip-logos { display: flex; flex-wrap: wrap; gap: 14px 22px; justify-content: center; align-items: center; }
.opstrip-logos .opchip {
  display: inline-flex; align-items: center; gap: 9px; padding: 10px 16px;
  border: 1px solid var(--line); border-radius: 12px; font-weight: 700; color: var(--ink); font-size: .92rem; background: var(--paper);
}
.opstrip-logos .opchip svg { width: 20px; height: 20px; color: var(--ink); }

/* ===================== PROVA SOCIAL (microbar) ===================== */
.proofbar { display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: center; margin-top: 26px; }
.proof-stars { display: inline-flex; align-items: center; gap: 8px; }
.proof-stars .stars { display: inline-flex; gap: 1px; color: var(--lime); }
.proof-stars .stars svg { width: 16px; height: 16px; }
.proof-stars b { color: #fff; }
.proof-stars small { color: rgba(255,255,255,.6); }
.proof-sep { width: 1px; height: 22px; background: rgba(255,255,255,.16); }
.proof-clients { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.82); font-size: .9rem; }
.proof-clients b { color: #fff; }
.proof-avatars { display: inline-flex; }
.proof-avatars span { width: 28px; height: 28px; border-radius: 50%; border: 2px solid var(--ink); margin-left: -8px; background: var(--lime); display: grid; place-items: center; font-size: .72rem; font-weight: 800; color: var(--ink); }
.proof-avatars span:first-child { margin-left: 0; }

/* preço riscado (âncora) */
.plan-price .was { display: inline-block; font-size: 1rem; color: var(--muted-2); text-decoration: line-through; margin-right: 10px; font-weight: 600; }
.plan-selo { display: inline-flex; align-items: center; gap: 6px; background: var(--lime); color: var(--ink); font-weight: 800; font-size: .72rem; padding: 6px 11px; border-radius: 999px; }
.plan-selo svg { width: 13px; height: 13px; }
.plan-top { flex-wrap: wrap; gap: 8px; }
.plan-cta2 { margin-top: 10px; font-size: .9rem; padding: 11px 18px; }
.plan-cta2 svg { width: 15px; height: 15px; }

/* ===================== COMPARAÇÃO ===================== */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 880px; margin: 0 auto; }
.comp-card { border-radius: var(--radius); padding: 30px 26px; }
.comp-card.bad { background: var(--white); border: 1px solid var(--line); }
.comp-card.good { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.comp-card.good::after { content:""; position:absolute; inset:0; background: radial-gradient(420px 220px at 100% 0, rgba(205,245,20,.16), transparent 60%); }
.comp-head { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.12rem; margin-bottom: 18px; position: relative; z-index: 2; }
.comp-card.bad .comp-head { color: var(--muted); }
.comp-card.good .comp-head { color: #fff; }
.comp-ic { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; }
.comp-card.bad .comp-ic { background: #f1dddd; color: #c0392b; }
.comp-card.good .comp-ic { background: var(--lime); color: var(--ink); }
.comp-list { display: flex; flex-direction: column; gap: 12px; position: relative; z-index: 2; }
.comp-list li { display: flex; align-items: flex-start; gap: 10px; font-size: .96rem; }
.comp-list svg { width: 19px; height: 19px; flex-shrink: 0; margin-top: 1px; }
.comp-card.bad .comp-list { color: var(--muted); }
.comp-card.bad .comp-list svg { color: #c0392b; }
.comp-card.good .comp-list { color: rgba(255,255,255,.9); }
.comp-card.good .comp-list svg { color: var(--lime); }

/* ===================== DEPOIMENTOS ===================== */
.depos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.depo { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; }
.depo-stars { display: flex; gap: 2px; color: var(--lime-700); margin-bottom: 12px; }
.depo-stars svg { width: 16px; height: 16px; }
.depo blockquote { font-size: .93rem; color: var(--text); line-height: 1.5; flex: 1; }
.depo figcaption { display: flex; align-items: center; gap: 10px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.depo-av { width: 38px; height: 38px; border-radius: 50%; background: var(--lime); color: var(--ink); font-weight: 800; display: grid; place-items: center; flex-shrink: 0; }
.depo figcaption span:last-child { display: flex; flex-direction: column; line-height: 1.2; }
.depo figcaption b { font-size: .9rem; color: var(--ink); }
.depo figcaption small { font-size: .78rem; color: var(--muted); }

/* ===================== GARANTIA (band) ===================== */
.guarantee { background: linear-gradient(150deg, var(--ink), var(--ink-2)); color: #fff; border-radius: var(--radius-lg); padding: 40px; display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; position: relative; overflow: hidden; }
.guarantee::after { content:""; position:absolute; inset:0; background: radial-gradient(500px 250px at 0% 100%, rgba(205,245,20,.16), transparent 60%); }
.guar-seal { width: 96px; height: 96px; border-radius: 50%; border: 3px dashed var(--lime); display: grid; place-items: center; position: relative; z-index: 2; flex-shrink: 0; }
.guar-seal svg { width: 44px; height: 44px; color: var(--lime); }
.guar-body { position: relative; z-index: 2; }
.guar-body h3 { color: #fff; font-size: clamp(1.3rem, 3.2vw, 1.8rem); }
.guar-body p { color: rgba(255,255,255,.78); margin-top: 8px; max-width: 56ch; }
.guarantee .btn { position: relative; z-index: 2; }

/* ===================== STICKY BUY BAR (mobile) ===================== */
.buybar {
  display: none;
  position: fixed; left: 0; right: 0; bottom: calc(var(--tabbar-h) + env(safe-area-inset-bottom, 0px)); z-index: 95;
  background: var(--white); border-top: 1px solid var(--line); padding: 10px 16px;
  box-shadow: 0 -8px 24px rgba(12,13,10,.08);
  align-items: center; gap: 12px; justify-content: space-between;
  transform: translateY(120%); transition: transform .3s var(--ease);
}
.buybar.show { transform: none; }
.buybar-info { display: flex; flex-direction: column; line-height: 1.1; }
.buybar-info small { font-size: .68rem; color: var(--muted); }
.buybar-info b { font-size: 1.05rem; color: var(--ink); }
.buybar .btn { padding: 12px 18px; font-size: .92rem; white-space: nowrap; }

/* ===================== HERO: celular real (foto) ===================== */
.device { position: relative; width: 300px; max-width: 80%; margin: 0 auto; }
.device-img { position: relative; z-index: 2; width: 100%; display: block; filter: drop-shadow(0 26px 46px rgba(0,0,0,.5)); }
.device-screen-top {
  position: absolute; z-index: 3; top: 15%; left: 30%;
  font-size: .6rem; font-weight: 800; color: rgba(12,13,10,.7); letter-spacing: .02em;
  transform: rotate(-5deg);
}
.float-card {
  position: absolute; z-index: 4; left: -8px; bottom: 26px;
  background: rgba(12,13,10,.94); color: #fff; border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px; padding: 14px 16px; box-shadow: var(--shadow-lg); width: 196px;
}
.float-card .fc-tag { display: inline-block; background: var(--lime); color: var(--ink); font-weight: 800; font-size: .64rem; letter-spacing: .06em; text-transform: uppercase; padding: 4px 9px; border-radius: 999px; }
.float-card .fc-name { font-weight: 800; font-size: 1.05rem; margin: 8px 0 2px; }
.float-card .fc-gb { font-size: .78rem; color: rgba(255,255,255,.6); }
.float-card .fc-price { font-size: 1.5rem; font-weight: 800; color: var(--lime); margin-top: 8px; }
.float-card .fc-price span { font-size: .74rem; color: rgba(255,255,255,.55); font-weight: 600; }
.hero-art .fb-2 { top: auto; bottom: 132px; right: -8px; left: auto; }

/* logos de operadora como imagem: cantos arredondados (são retângulos coloridos) */
.oplogo-img { border-radius: 7px; }
.oplogo-img.lg { border-radius: 10px; }

/* ===================== AJUSTES (feedback Marcos 23/06) ===================== */
/* 3 selos do hero na mesma linha */
.hero-badges-row { flex-wrap: nowrap; gap: 8px; overflow-x: auto; }
.hero-badges-row .tagpill { flex: 0 0 auto; white-space: nowrap; }

/* nota de compatibilidade eSIM no card */
.plan-compat { display: flex; align-items: center; gap: 7px; margin-top: 10px; font-size: .76rem; color: var(--muted); }
.plan-compat svg { width: 14px; height: 14px; color: var(--muted-2); flex-shrink: 0; }

/* foto humanizada de fundo no cabeçalho de cada produto (opcional, com fallback p/ gradiente) */
.page-hero { position: relative; overflow: hidden; }
.page-hero-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0; pointer-events: none;
}
.page-hero.claro .page-hero-bg, .page-hero.tim .page-hero-bg { opacity: .9; object-position: right center; }
.page-hero.intl .page-hero-bg { opacity: .4; }
.page-hero .wrap { position: relative; z-index: 2; }
/* véu claro sobre a foto para o texto ficar legível à esquerda */
.page-hero.claro::after, .page-hero.tim::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(90deg, var(--paper) 6%, rgba(246,247,242,.78) 38%, rgba(246,247,242,.15) 70%, rgba(246,247,242,0) 100%);
}
@media (max-width: 720px) {
  .page-hero.claro::after, .page-hero.tim::after {
    background: linear-gradient(180deg, rgba(246,247,242,.78) 30%, rgba(246,247,242,.4) 100%),
                linear-gradient(90deg, var(--paper) 2%, rgba(246,247,242,.3) 60%, rgba(246,247,242,0) 100%);
  }
}

/* tags claras nos cabeçalhos Claro/TIM (fundo claro) */
.hero-tags-light { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.tag-light { display: inline-flex; align-items: center; gap: 7px; padding: 8px 13px; border-radius: 999px;
  background: var(--white); border: 1px solid var(--line); color: var(--ink); font-size: .82rem; font-weight: 600; box-shadow: var(--shadow-sm); }
.tag-light svg { width: 15px; height: 15px; color: var(--ink); }

/* destaque GRANDE do plano principal (ocupa a linha inteira do grid) */
.plans .plan.highlight { grid-column: 1 / -1; }
@media (min-width: 721px) {
  .plans .plan.highlight { padding: 32px 30px; }
  .plans .plan.highlight h3 { font-size: 1.9rem; }
  .plans .plan.highlight .plan-gb b { font-size: 2.6rem; }
  .plans .plan.highlight .plan-price .val { font-size: 2.4rem; }
  .plans .plan.highlight .plan-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 24px; }
}

/* ===================== MODAL DE PEDIDO ===================== */
.modal-overlay {
  position: fixed; inset: 0; z-index: 300;
  background: rgba(12,13,10,.55); backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center; padding: 20px;
  opacity: 0; transition: opacity .25s var(--ease);
}
.modal-overlay.show { opacity: 1; }
.modal-overlay[hidden] { display: none; }
.modal {
  background: var(--white); border-radius: var(--radius-lg); width: 100%; max-width: 460px;
  max-height: 92vh; overflow-y: auto; padding: 28px; position: relative;
  box-shadow: var(--shadow-lg);
  transform: translateY(24px) scale(.98); transition: transform .28s var(--ease);
  -webkit-overflow-scrolling: touch;
}
.modal-overlay.show .modal { transform: none; }
.modal-close {
  position: absolute; top: 14px; right: 16px; width: 38px; height: 38px; border-radius: 50%;
  font-size: 1.6rem; line-height: 1; color: var(--muted); background: var(--paper);
  display: grid; place-items: center; transition: background .15s, color .15s;
}
.modal-close:hover { background: var(--line); color: var(--ink); }
.modal-head { margin-bottom: 20px; padding-right: 40px; }
.modal-head h3 { font-size: 1.5rem; margin: 12px 0 4px; }
.modal-head #om-sub { color: var(--muted); font-size: .96rem; font-weight: 600; }
.modal-form .field { margin-bottom: 15px; }
.radio-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.radio-card {
  display: flex; align-items: center; gap: 10px; cursor: pointer;
  border: 1.5px solid var(--line-strong); border-radius: 12px; padding: 12px 14px;
  transition: border-color .15s, background .15s;
}
.radio-card:hover { border-color: var(--muted-2); }
.radio-card input { accent-color: var(--ink); width: 18px; height: 18px; flex-shrink: 0; }
.radio-card span { display: flex; flex-direction: column; line-height: 1.2; }
.radio-card b { font-size: .95rem; color: var(--ink); }
.radio-card small { font-size: .76rem; color: var(--muted); margin-top: 2px; }
.radio-card.sm { justify-content: center; }
.radio-card.sm span { flex-direction: row; }
.radio-card:has(input:checked) { border-color: var(--ink); background: var(--lime-soft); }

/* bloco de compatibilidade eSIM no checkout */
.om-compat { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 14px 14px 4px; margin-bottom: 15px; }
.om-compat-title { display: flex; align-items: center; gap: 8px; font-size: .84rem; font-weight: 700; color: var(--ink); margin-bottom: 12px; }
.om-compat-title svg { width: 16px; height: 16px; }
.om-compat-msg { font-size: .82rem; margin-top: 2px; min-height: 1.1em; }
.om-compat-msg.ok { color: #1f9d55; font-weight: 600; }
.om-compat-msg.bad { color: #c0392b; font-weight: 600; }

/* etapa de confirmação */
.om-done { text-align: center; padding: 8px 4px; }
.om-done-ic { width: 64px; height: 64px; border-radius: 50%; background: var(--lime); color: var(--ink); display: grid; place-items: center; margin: 0 auto 14px; }
.om-done-ic svg { width: 34px; height: 34px; }
.om-done h3 { font-size: 1.5rem; }
.om-done > p { color: var(--muted); font-weight: 600; margin: 6px 0 18px; }
.om-pix { background: var(--paper); border: 1px dashed var(--line-strong); border-radius: 14px; padding: 16px; margin-bottom: 16px; }
.om-pix-label { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin-bottom: 8px; }
.om-pix-key { font-weight: 800; font-size: 1.05rem; color: var(--ink); word-break: break-all; margin-bottom: 12px; }
.om-steps-done { text-align: left; margin: 0 0 18px; padding-left: 20px; display: flex; flex-direction: column; gap: 8px; list-style: decimal; }
.om-steps-done li { font-size: .92rem; color: var(--text); }

@media (max-width: 540px) {
  .modal-overlay { padding: 0; align-items: flex-end; }
  .modal {
    max-width: 100%; max-height: 94vh; border-radius: 24px 24px 0 0; padding: 24px 20px 28px;
    transform: translateY(100%);
  }
  .modal-overlay.show .modal { transform: none; }
  .modal::before { content: ""; position: absolute; top: 9px; left: 50%; transform: translateX(-50%); width: 40px; height: 4px; border-radius: 999px; background: var(--line-strong); }
}

/* ===================== VIEW TRANSITIONS ===================== */
.view { display: none; animation: fadeUp .4s var(--ease); }
.view.active { display: block; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

/* reveal on scroll */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* toast */
.toast {
  position: fixed; left: 50%; bottom: 90px; transform: translateX(-50%) translateY(20px);
  background: var(--ink); color: #fff; padding: 14px 22px; border-radius: 999px; font-weight: 600; font-size: .94rem;
  box-shadow: var(--shadow-lg); z-index: 200; opacity: 0; pointer-events: none; transition: opacity .3s, transform .3s; display:flex; align-items:center; gap:9px;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.toast svg { width: 18px; height: 18px; color: var(--lime); }

/* ===================== RESPONSIVO ===================== */
@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .hero-art { min-height: 320px; order: -1; }
  .phone { transform: rotate(-3deg) scale(.9); }
  .feature { grid-template-columns: 1fr; }
  .feature-art { display: none; }
  .about { grid-template-columns: 1fr; gap: 28px; }
  .quote { grid-template-columns: 1fr; gap: 28px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .diffs { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 26px; }
  .depos { grid-template-columns: 1fr 1fr; }
  .guarantee { grid-template-columns: 1fr; text-align: center; gap: 18px; justify-items: center; }
}

@media (max-width: 720px) {
  body { padding-bottom: calc(var(--tabbar-h) + env(safe-area-inset-bottom, 0px)); }
  .nav-links, .nav-cta { display: none; }
  .nav { border-bottom: 1px solid var(--line); }
  .tabbar { display: grid; }
  .wa-float { display: none; }
  .section { padding: 44px 0; }
  .hero { padding: 40px 0 48px; border-radius: 0 0 26px 26px; }
  .cats { grid-template-columns: 1fr; }
  .plans { grid-template-columns: 1fr; }
  .feature-benefits { grid-template-columns: 1fr; }
  .diffs { grid-template-columns: 1fr; }
  .dest-grid { grid-template-columns: 1fr 1fr; }
  .compare { grid-template-columns: 1fr; }
  .depos { grid-template-columns: 1fr; }
  .comp-card { padding: 24px 20px; }
  .guarantee { padding: 30px 22px; }
  .buybar { display: flex; }
  .about-stats { grid-template-columns: repeat(3,1fr); gap: 8px; }
  .stat b { font-size: 1.5rem; }
  .feature-body { padding: 32px 24px; }
  .about-card { padding: 28px 24px; }
  .form-card { padding: 24px 20px; }
  .cta-final { padding: 40px 24px; }
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
}

@media (max-width: 400px) {
  .wrap { padding: 0 16px; }
  .hero-cta .btn { flex: 1; }
  .about-stats { grid-template-columns: repeat(3,1fr); }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}
