/* ──────────────────────────────────────────────────────────────────
   Home Cell Distribuidora — Landing CSS
   Dark mode premium · Inter · yellow accent only on conversion
   ────────────────────────────────────────────────────────────────── */

:root {
  --bg: #0B0B0C;
  --bg-soft: #101012;
  --surface: #15151A;
  --surface-2: #1A1A1D;
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.14);
  --ink: #FFFFFF;
  --ink-2: #E4E4E7;
  --muted: #A1A1AA;
  --muted-2: #71717A;
  --yellow: #FFD400;
  --yellow-hover: #FFE34D;
  --yellow-dim: rgba(255, 212, 0, 0.12);
  --accent: oklch(0.82 0.14 196);
  --accent-hover: oklch(0.88 0.13 196);
  --accent-dim: oklch(0.82 0.14 196 / 0.14);
  --whatsapp: #25D366;
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-soft: 0 1px 0 rgba(255,255,255,0.03) inset, 0 30px 60px -20px rgba(0,0,0,0.6);
  --max: 1200px;
  --pad: clamp(20px, 4vw, 40px);
  --section-y: clamp(72px, 9vw, 120px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'cv11', 'ss01';
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

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

/* ────────────── BUTTONS ────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.005em;
  border: 1px solid transparent;
  transition: transform .12s ease, background .15s ease, box-shadow .2s ease, border-color .15s ease;
  white-space: nowrap;
  cursor: pointer;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-sm { padding: 9px 16px; font-size: 14px; }
.btn-lg { padding: 16px 28px; font-size: 17px; }

.btn-cta {
  background: var(--yellow);
  color: #0B0B0C;
  box-shadow: 0 0 0 1px rgba(255, 212, 0, 0.4), 0 12px 30px -8px rgba(255, 212, 0, 0.4);
}
.btn-cta:hover { background: var(--yellow-hover); box-shadow: 0 0 0 1px rgba(255, 212, 0, 0.6), 0 18px 40px -8px rgba(255, 212, 0, 0.55); }

.btn-accent {
  background: var(--accent);
  color: #04252C;
  box-shadow: 0 0 0 1px oklch(0.82 0.14 196 / 0.45), 0 12px 30px -8px oklch(0.82 0.14 196 / 0.45);
}
.btn-accent:hover { background: var(--accent-hover); box-shadow: 0 0 0 1px oklch(0.82 0.14 196 / 0.65), 0 18px 40px -8px oklch(0.82 0.14 196 / 0.6); }
.btn-accent .btn-badge {
  background: #04252C;
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 7px;
  border-radius: 5px;
  margin-left: 2px;
}

.btn-ghost {
  background: transparent;
  color: var(--ink-2);
  border-color: var(--border-strong);
}
.btn-ghost:hover { border-color: rgba(255,255,255,0.3); background: rgba(255,255,255,0.03); }
.btn-ghost-dark { color: #0B0B0C; border-color: rgba(0,0,0,0.25); }
.btn-ghost-dark:hover { background: rgba(0,0,0,0.08); border-color: rgba(0,0,0,0.45); }

/* ────────────── HEADER ────────────── */
.hdr {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11, 11, 12, 0.7);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--border);
}
.hdr-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 68px;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
}
.logo-img { height: 40px; width: auto; }
.logo-img-ft { height: 46px; }
.nav {
  display: flex;
  gap: 28px;
  margin-left: auto;
  font-size: 14px;
  color: var(--muted);
  font-weight: 500;
}
.nav a { transition: color .12s; }
.nav a:hover { color: var(--ink); }
.nav-burger {
  display: none;
  background: transparent;
  border: none;
  padding: 8px;
  margin-left: auto;
}
.nav-burger span { display: block; width: 22px; height: 1.5px; background: var(--ink); margin: 5px 0; transition: transform .2s; }

/* ────────────── HERO ────────────── */
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 8vw, 96px) 0 clamp(48px, 7vw, 80px);
}
.hero-glow {
  position: absolute;
  inset: -10% -10% auto -10%;
  height: 80%;
  background:
    radial-gradient(60% 50% at 80% 20%, rgba(255, 212, 0, 0.18), transparent 65%),
    radial-gradient(40% 40% at 20% 30%, rgba(255, 212, 0, 0.05), transparent 70%);
  filter: blur(20px);
  pointer-events: none;
  z-index: 0;
}
.hero::after {
  content: '';
  position: absolute;
  inset: auto 0 -1px 0;
  height: 1px;
  background: var(--border);
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  background: rgba(255,255,255,0.02);
  font-size: 13px;
  color: var(--ink-2);
  font-weight: 500;
  letter-spacing: -0.005em;
}
.eyebrow .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 4px rgba(255, 212, 0, 0.18);
  animation: pulse 2.2s ease-in-out infinite;
}
.eyebrow-dark { border-color: rgba(255,255,255,0.18); }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 4px rgba(255,212,0,0.18); } 50% { box-shadow: 0 0 0 8px rgba(255,212,0,0.05); } }

.h1 {
  margin: 18px 0 18px;
  font-size: clamp(36px, 5.8vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  font-weight: 800;
  color: var(--ink);
}
.h1 em {
  font-style: normal;
  color: var(--yellow);
  font-weight: 800;
}
.h1 .hl {
  display: inline-block;
  padding: 0 2px;
  border-bottom: 4px solid var(--yellow);
  line-height: 0.95;
}
.lede {
  font-size: clamp(16px, 1.5vw, 18px);
  color: var(--muted);
  max-width: 520px;
  margin: 0 0 28px;
}
.lede strong { color: var(--ink-2); font-weight: 600; }

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  list-style: none;
  padding: 24px 0 0;
  margin: 0;
  border-top: 1px solid var(--border);
}
.stats li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stats strong {
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.stats span {
  font-size: 12px;
  color: var(--muted-2);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ────────────── PHONE MOCKUP ────────────── */
.hero-phone {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone {
  width: min(320px, 100%);
  background: #050505;
  border-radius: 42px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.04) inset,
    0 40px 80px -20px rgba(255,212,0,0.15),
    0 30px 60px -20px rgba(0,0,0,0.8);
  position: relative;
}
.phone-notch {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 28px;
  background: #050505;
  border-radius: 0 0 18px 18px;
  z-index: 3;
}
.phone-screen {
  background: #0E1414;
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 540px;
}
.wa-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 38px 14px 12px;
  background: #1F2C33;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.wa-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--yellow);
  color: #0B0B0C;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
}
.wa-meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  min-width: 0;
}
.wa-meta strong {
  color: #E9EDEF;
  font-size: 14px;
  font-weight: 600;
}
.wa-meta span {
  color: rgba(233, 237, 239, 0.6);
  font-size: 11px;
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.online {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--whatsapp);
  display: inline-block;
}
.wa-call { color: rgba(233,237,239,0.6); flex-shrink: 0; }

.wa-thread {
  flex: 1;
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  background:
    linear-gradient(rgba(11,20,26,0.92), rgba(11,20,26,0.92)),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.015) 0 2px, transparent 2px 6px);
}
.wa-day {
  align-self: center;
  font-size: 10px;
  color: rgba(233,237,239,0.5);
  background: rgba(31,44,51,0.85);
  padding: 3px 9px;
  border-radius: 6px;
  margin-bottom: 4px;
}
.bub {
  max-width: 80%;
  padding: 7px 10px;
  border-radius: 8px;
  font-size: 12.5px;
  line-height: 1.35;
  color: #E9EDEF;
  position: relative;
}
.bub.me { align-self: flex-end; background: #005C4B; border-bottom-right-radius: 2px; }
.bub.bot { align-self: flex-start; background: #1F2C33; border-bottom-left-radius: 2px; }
.bub.small { font-size: 11px; padding: 6px 9px; }
.bub.accent { background: #FFD400; color: #0B0B0C; font-weight: 500; }
.bub strong { display: block; margin-bottom: 4px; font-size: 11px; color: rgba(233,237,239,0.7); font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; }
.bub-item { display: flex; justify-content: space-between; gap: 8px; font-size: 12px; padding: 2px 0; }
.bub-item b { color: #FFD400; font-weight: 600; }
.bub-item.total { font-weight: 600; }
.bub-item.total b { font-size: 13px; }
.bub-line { height: 1px; background: rgba(255,255,255,0.08); margin: 4px 0; }
.bub-foot {
  margin-top: 6px;
  padding-top: 5px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 10.5px;
  line-height: 1.3;
  color: rgba(233,237,239,0.55);
}

.wa-compose {
  background: #1F2C33;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid rgba(255,255,255,0.04);
}
.wa-compose span {
  flex: 1;
  background: #2A3942;
  padding: 6px 12px;
  border-radius: 22px;
  color: rgba(233,237,239,0.4);
  font-size: 12px;
}
.wa-compose svg { color: var(--whatsapp); }

.phone-tag {
  position: absolute;
  top: 24px;
  right: -8px;
  background: var(--yellow);
  color: #0B0B0C;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.005em;
  box-shadow: 0 12px 24px -6px rgba(255,212,0,0.5);
  transform: rotate(4deg);
}

/* ────────────── ATACADO/VAREJO BAND ────────────── */
.band {
  background: var(--bg-soft);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: clamp(36px, 5vw, 56px) 0;
}
.band-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: stretch;
}
.band-divider {
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--border-strong), transparent);
}
.band-card {
  display: flex;
  gap: 18px;
}
.band-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--yellow-dim);
  color: var(--yellow);
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 212, 0, 0.2);
}
.band-body { flex: 1; }
.band-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--yellow);
  margin-bottom: 6px;
}
.band-body h3 {
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 0 0 6px;
}
.band-body p { color: var(--muted); margin: 0 0 12px; font-size: 15px; }
.band-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  color: var(--ink-2);
}
.band-ul li {
  position: relative;
  padding-left: 18px;
}
.band-ul li::before {
  content: '';
  position: absolute;
  left: 0; top: 8px;
  width: 8px; height: 8px;
  border-right: 1.5px solid var(--yellow);
  border-bottom: 1.5px solid var(--yellow);
  transform: rotate(-45deg);
}

/* ────────────── GENERIC SECTION ────────────── */
.section { padding: var(--section-y) 0; }
.section-soft { background: var(--bg-soft); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section-head {
  max-width: 720px;
  margin: 0 auto clamp(36px, 5vw, 56px);
  text-align: center;
}
.kicker {
  display: inline-block;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.h2 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  font-weight: 800;
  margin: 0;
}
.section-sub {
  color: var(--muted);
  font-size: 16px;
  margin: 16px 0 0;
}

/* ────────────── BENEFITS ────────────── */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 22px;
  transition: transform .2s, border-color .2s, background .2s;
}
.card:hover {
  transform: translateY(-3px);
  border-color: rgba(255,212,0,0.3);
  background: var(--surface-2);
}
.card-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--yellow-dim);
  color: var(--yellow);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(255,212,0,0.2);
}
.card h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 0 0 8px;
}
.card p { color: var(--muted); margin: 0; font-size: 14.5px; }

/* ────────────── STEPS ────────────── */
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.steps::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 7%;
  right: 7%;
  height: 1px;
  background: repeating-linear-gradient(90deg, var(--border-strong) 0 6px, transparent 6px 12px);
  z-index: 0;
}
.step {
  position: relative;
  padding: 0 16px;
  z-index: 1;
}
.step-num {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--yellow);
  color: #0B0B0C;
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 18px;
  box-shadow: 0 0 0 6px var(--bg-soft);
}
.step h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px;
  letter-spacing: -0.015em;
}
.step p { color: var(--muted); margin: 0; font-size: 14.5px; }

/* ────────────── CATEGORIES (chips, Layout B style) ────────────── */
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 32px;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border: 1px solid var(--border-strong);
  background: var(--surface);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.005em;
  transition: all .18s ease;
}
.chip svg { color: var(--yellow); transition: transform .2s; }
.chip:hover {
  border-color: var(--yellow);
  background: var(--yellow);
  color: #0B0B0C;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px -8px rgba(255,212,0,0.4);
}
.chip:hover svg { color: #0B0B0C; transform: rotate(-4deg); }

.cat-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}
.cat-cta-note {
  font-size: 13.5px;
  color: var(--muted);
}
.cat-cta-note strong { color: var(--accent); font-weight: 600; }

/* ────────────── DIFFERENTIATORS ────────────── */
.diff-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.diff {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px 22px;
  position: relative;
  transition: border-color .2s, background .2s;
}
.diff:hover { border-color: var(--border-strong); }
.diff-num {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 12px;
  color: var(--yellow);
  margin-bottom: 14px;
  letter-spacing: 0.08em;
}
.diff h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
  letter-spacing: -0.015em;
}
.diff p { color: var(--muted); margin: 0; font-size: 14.5px; }

/* ────────────── TESTIMONIALS ────────────── */
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.testimonial,
.testimonial-yellow {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
}
.testimonial-yellow {
  background: var(--yellow);
  color: #0B0B0C;
  border-color: var(--yellow);
  box-shadow: 0 20px 40px -10px rgba(255,212,0,0.3);
  margin: 0;
  padding: 28px 24px;
}
.stars {
  display: flex;
  gap: 2px;
  margin-bottom: 14px;
  color: var(--yellow);
  font-size: 16px;
}
.testimonial-yellow .stars { color: #0B0B0C; }
.testimonial p, .testimonial-yellow p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 22px;
  flex: 1;
  letter-spacing: -0.005em;
}
.testimonial footer, .testimonial-yellow footer {
  display: flex;
  align-items: center;
  gap: 12px;
  border: none;
  padding: 0;
}
.avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--surface-2);
  color: var(--ink);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid var(--border-strong);
}
.testimonial-yellow .avatar {
  background: #0B0B0C;
  color: var(--yellow);
  border-color: rgba(0,0,0,0.3);
}
.testimonial footer strong, .testimonial-yellow footer strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.testimonial footer span, .testimonial-yellow footer span {
  font-size: 12px;
  color: var(--muted);
}
.testimonial-yellow footer span { color: rgba(0,0,0,0.6); }

/* ────────────── ABOUT ────────────── */
.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.about-lede {
  font-size: clamp(15px, 1.4vw, 17px);
  color: var(--muted);
  margin: 22px 0;
  line-height: 1.65;
  max-width: 520px;
}
.about-lede strong { color: var(--ink-2); font-weight: 600; }
.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.badge {
  font-size: 13px;
  padding: 6px 12px;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  background: rgba(255,255,255,0.02);
  color: var(--ink-2);
}
.about-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
}
.about-stats > div {
  background: var(--bg-soft);
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.about-stats strong {
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--yellow);
  line-height: 1.05;
  text-wrap: balance;
}
.about-stats span { color: var(--muted); font-size: 13.5px; line-height: 1.35; }

/* ────────────── FAQ ────────────── */
.faq-wrap { max-width: 820px; margin: 0 auto; }
.faq {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq details {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0;
  transition: border-color .15s;
}
.faq details[open] { border-color: var(--border-strong); }
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.005em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  color: var(--yellow);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  transition: transform .2s;
  flex-shrink: 0;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq p {
  padding: 0 24px 22px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}
.faq p strong { color: var(--ink-2); font-weight: 600; }

/* ────────────── FINAL CTA ────────────── */
.final {
  padding: clamp(56px, 8vw, 96px) 0 clamp(56px, 8vw, 96px);
}
.final-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #15151A 0%, #0E0E10 100%);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  padding: clamp(48px, 7vw, 80px) clamp(24px, 5vw, 60px);
  text-align: center;
}
.final-glow {
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(50% 40% at 50% 0%, rgba(255,212,0,0.25), transparent 60%),
    radial-gradient(40% 30% at 80% 100%, rgba(255,212,0,0.1), transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.final-card > * { position: relative; z-index: 1; }
.final-h {
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 800;
  margin: 18px 0 14px;
}
.final-h em {
  font-style: normal;
  color: var(--yellow);
}
.final-sub {
  color: var(--muted);
  font-size: clamp(15px, 1.4vw, 17px);
  margin: 0 0 32px;
}
.final-foot {
  display: block;
  margin-top: 18px;
  font-size: 13px;
  color: var(--muted-2);
}

/* ────────────── AGILIZA CREDIT ────────────── */
.agiliza {
  background: var(--bg);
  padding: clamp(48px, 6vw, 80px) 0 clamp(36px, 5vw, 60px);
  border-top: 1px solid var(--border);
}
.agiliza-card {
  background:
    radial-gradient(80% 60% at 0% 0%, rgba(255,212,0,0.04), transparent 60%),
    var(--yellow);
  color: #0B0B0C;
  border-radius: var(--radius-lg);
  padding: clamp(32px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  gap: clamp(32px, 5vw, 60px);
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(255,212,0,0.3);
}
.agiliza-card::before {
  content: '';
  position: absolute;
  right: -10%;
  bottom: -40%;
  width: 60%;
  height: 200%;
  background: radial-gradient(closest-side, rgba(11,11,12,0.06), transparent);
  pointer-events: none;
}
.agiliza-kicker {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(11,11,12,0.65);
  margin-bottom: 12px;
}
.agiliza-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.agiliza-logo-img {
  height: clamp(46px, 5.6vw, 64px);
  width: auto;
  transition: transform .2s ease;
}
.agiliza-brand:hover .agiliza-logo-img { transform: translateY(-2px); }
.agiliza-name { display: flex; flex-direction: column; line-height: 1.1; }
.agiliza-name strong {
  font-size: clamp(26px, 3.4vw, 36px);
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #0B0B0C;
}
.agiliza-name small {
  font-size: 13px;
  color: rgba(11,11,12,0.65);
  font-weight: 500;
  margin-top: 2px;
}
.agiliza-pitch {
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.55;
  color: rgba(11,11,12,0.82);
  margin: 0 0 18px;
  max-width: 560px;
  font-weight: 500;
}
.agiliza-pitch em {
  font-style: normal;
  background: #0B0B0C;
  color: var(--yellow);
  padding: 1px 6px;
  border-radius: 4px;
  font-weight: 700;
}
.agiliza-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.agiliza-tags span {
  background: rgba(11,11,12,0.08);
  color: #0B0B0C;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 600;
  border: 1px solid rgba(11,11,12,0.12);
}
.agiliza-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  text-align: center;
}
.agiliza-right .btn-cta {
  background: #0B0B0C;
  color: var(--yellow);
  box-shadow: 0 12px 30px -8px rgba(0,0,0,0.4);
  justify-content: center;
}
.agiliza-right .btn-cta:hover { background: #1A1A1D; }
.agiliza-right .btn-ghost-dark { justify-content: center; }
.agiliza-pill {
  font-size: 12px;
  color: rgba(11,11,12,0.6);
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* ────────────── FOOTER ────────────── */
.ft {
  background: var(--bg-soft);
  border-top: 1px solid var(--border);
  padding: clamp(48px, 6vw, 72px) 0 28px;
  color: var(--muted);
  font-size: 14px;
}
.ft-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 48px;
}
.ft-brand p { margin: 14px 0 0; max-width: 320px; color: var(--muted); }
.logo-light { color: var(--ink); }
.ft h4 {
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.ft ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.ft a:hover { color: var(--ink); }
.ft-contact { display: inline-flex; align-items: center; gap: 8px; }
.ft-contact svg { flex-shrink: 0; color: var(--muted-2); transition: color .15s; }
.ft-contact:hover svg { color: var(--yellow); }
.muted { color: var(--muted-2); }
.ft-bottom {
  border-top: 1px solid var(--border);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: var(--muted-2);
}
.ft-credit a { color: var(--yellow); font-weight: 600; }
.ft-credit a:hover { text-decoration: underline; }

/* ────────────── FLOATING FAB ────────────── */
.fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  background: var(--whatsapp);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 30px -6px rgba(37,211,102,0.5);
  z-index: 60;
  transition: transform .2s ease, box-shadow .2s;
}
.fab:hover { transform: scale(1.08); box-shadow: 0 18px 40px -6px rgba(37,211,102,0.7); }
.fab-pulse {
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 2px solid var(--whatsapp);
  opacity: 0.7;
  animation: fabpulse 2s ease-out infinite;
}
@keyframes fabpulse {
  0% { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(1.45); opacity: 0; }
}

/* ────────────── REVEAL ON SCROLL ────────────── */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ────────────── RESPONSIVE ────────────── */
@media (max-width: 980px) {
  .nav { display: none; }
  .nav-burger { display: block; margin-left: 0; }
  .hdr .btn-sm { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-phone { order: 1; margin-top: 8px; }
  .phone { width: 240px; }
  .phone-screen { min-height: 400px; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 14px 24px; }
  .band-grid { grid-template-columns: 1fr; gap: 28px; }
  .band-divider { width: 100%; height: 1px; background: linear-gradient(90deg, transparent, var(--border-strong), transparent); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 36px 16px; }
  .steps::before { display: none; }
  .diff-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .agiliza-card { grid-template-columns: 1fr; }
  .agiliza-right .btn-cta, .agiliza-right .btn-ghost-dark { width: 100%; }
  .ft-grid { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
}
@media (max-width: 560px) {
  .hdr .btn-sm { display: none; }
  .logo-img { height: 34px; }
  .nav-burger { margin-left: auto; }
  .phone { width: 230px; }
  .phone-screen { min-height: 380px; }
  .hero { padding-top: 32px; }
  .h1 { font-size: 38px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .benefits-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 28px; }
  .diff-grid { grid-template-columns: 1fr; }
  .ft-grid { grid-template-columns: 1fr; gap: 28px; }
  .ft-bottom { flex-direction: column; align-items: flex-start; }
  .fab { width: 56px; height: 56px; bottom: 18px; right: 18px; }
  .phone-tag { right: 8px; top: 12px; }
  .agiliza-card { padding: 32px 24px; }
}
