/* ============================================================
   Accon — Cardápio Digital especializado em Recompra
   Design system + componentes (HTML/CSS/JS puros)
   ============================================================ */

:root {
  /* Paleta Accon */
  --color-primary: #8500FF;
  --color-primary-700: #6A00CC;
  --color-primary-50: #F2EBFF;
  --color-accent: #25D366;
  --color-accent-700: #1FB957;
  --color-ink: #0E0B1F;
  --color-ink-2: #2A2540;
  --color-muted: #6B6480;
  --color-line: #E8E4F2;
  --color-bg: #FFFFFF;
  --color-bg-soft: #F7F5FF;
  --color-bg-deep: #120A2E;

  --grad-primary: linear-gradient(135deg, #8500FF 0%, #A64DFF 100%);
  --grad-deep: linear-gradient(160deg, #120A2E 0%, #2A0E6E 60%, #8500FF 100%);

  --shadow-sm: 0 2px 6px rgba(20, 10, 60, .06);
  --shadow-md: 0 10px 30px rgba(133,0,255, .12);
  --shadow-lg: 0 24px 60px rgba(133,0,255, .25);

  --r-xs: 8px; --r-sm: 12px; --r-md: 16px; --r-lg: 24px; --r-pill: 999px;

  --sp-1: 4px;  --sp-2: 8px;  --sp-3: 12px; --sp-4: 16px;
  --sp-5: 24px; --sp-6: 32px; --sp-7: 48px; --sp-8: 64px; --sp-9: 96px;

  --font-display: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  --container: 1200px;
  --header-h: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--color-ink);
  background: var(--color-bg);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.15;
  color: var(--color-ink);
  letter-spacing: -0.02em;
}

.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--sp-5); }
.eyebrow {
  display: inline-block;
  font-size: 13px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--color-primary);
  background: var(--color-primary-50);
  padding: 6px 14px; border-radius: var(--r-pill);
}
.text-gradient {
  background: var(--grad-primary);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}

/* ====== Botões ====== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px; padding: 14px 26px;
  border-radius: var(--r-pill);
  font-weight: 700; font-size: 15px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn--primary { background: var(--grad-primary); color: #fff; box-shadow: var(--shadow-md); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn--whats { background: var(--color-accent); color: #fff; box-shadow: 0 10px 24px rgba(37, 211, 102, .3); }
.btn--whats:hover { background: var(--color-accent-700); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--color-ink); border: 1.5px solid var(--color-line); }
.btn--ghost:hover { border-color: var(--color-primary); color: var(--color-primary); }
.btn--lg { padding: 18px 32px; font-size: 16px; }

/* ====== Header (Roxo Accon) ====== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: linear-gradient(135deg, rgba(18,10,46,.92) 0%, rgba(42,14,110,.88) 60%, rgba(133,0,255,.82) 100%);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: box-shadow .25s ease, border-color .25s ease, background .25s ease;
}
.site-header.is-scrolled {
  background: linear-gradient(135deg, rgba(12,6,36,.96) 0%, rgba(36,12,96,.94) 60%, rgba(76,24,224,.90) 100%);
  border-bottom-color: rgba(255,255,255,.12);
  box-shadow: 0 10px 30px rgba(8,4,28,.35);
}
.site-header__inner { height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: var(--sp-5); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 800; font-size: 22px; letter-spacing: -.02em; color: #fff; flex-shrink: 0; }
.brand__logo {
  display: inline-flex; align-items: center;
  /* Sem borda/fundo: a logo respira sozinha */
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}
.brand__logo img { display: block; height: 32px; width: auto; filter: brightness(0) invert(1); }
.primary-nav { display: flex; align-items: center; gap: var(--sp-6); }
.primary-nav a { font-weight: 600; font-size: 15px; color: rgba(255,255,255,.85); transition: color .2s; position: relative; }
.primary-nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px;
  background: linear-gradient(90deg, #FFD166, #25D366); border-radius: 2px;
  transform: scaleX(0); transform-origin: center; transition: transform .25s ease;
}
.primary-nav a:hover { color: #fff; }
.primary-nav a:hover::after { transform: scaleX(1); }
.header-cta { display: flex; gap: var(--sp-3); align-items: center; }
.header-cta .btn--ghost {
  color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.04);
}
.header-cta .btn--ghost:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.5); color: #fff; }
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 10px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18); align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: #fff; margin: 0; border-radius: 2px; transition: transform .3s cubic-bezier(.65,.05,.36,1), opacity .25s ease; transform-origin: center; }

/* ====== Hero (Premium roxo Accon) ====== */
.hero {
  position: relative; color: #fff; overflow: hidden;
  padding: calc(var(--sp-9) + 20px) 0 var(--sp-9);
  background:
    radial-gradient(1100px 600px at 85% -10%, rgba(126,59,255,.55), transparent 60%),
    radial-gradient(900px 700px at -10% 110%, rgba(176,132,255,.35), transparent 60%),
    linear-gradient(160deg, #0A0518 0%, #1A0B45 35%, #2A0E6E 65%, #6A00CC 100%);
}
/* Mesh grid sutil */
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 1;
  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 center, #000 25%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 25%, transparent 75%);
}
/* Brilho superior + glow inferior */
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background:
    radial-gradient(700px 320px at 20% 0%, rgba(176,132,255,.30), transparent 60%),
    radial-gradient(500px 240px at 90% 100%, rgba(37,211,102,.10), transparent 60%);
}
/* Orbes flutuantes */
.hero__orb {
  position: absolute; border-radius: 50%; filter: blur(90px); opacity: .55;
  pointer-events: none; z-index: 1;
}
.hero__orb--1 { width: 420px; height: 420px; background: #A64DFF; top: -120px; left: -120px; animation: orbFloat 12s ease-in-out infinite; }
.hero__orb--2 { width: 360px; height: 360px; background: #B084FF; bottom: -120px; right: -100px; animation: orbFloat 14s ease-in-out infinite reverse; }
.hero__orb--3 { width: 220px; height: 220px; background: #8500FF; top: 40%; left: 45%; opacity: .35; animation: orbFloat 16s ease-in-out infinite; }

.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: var(--sp-8); align-items: center; }
.hero__eyebrow {
  background: rgba(255,255,255,.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 16px rgba(133,0,255,.25);
}
.hero h1 { color: #fff; font-size: clamp(36px, 5.4vw, 64px); margin: var(--sp-4) 0; text-shadow: 0 2px 30px rgba(133,0,255,.35); }
.hero h1 .hl {
  background: linear-gradient(120deg, #FFD166 0%, #FF6B9D 50%, #B084FF 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 2px 20px rgba(255,209,102,.25));
}
.hero__sub { font-size: 18px; color: rgba(255,255,255,.88); max-width: 560px; margin-bottom: var(--sp-6); line-height: 1.65; }
.hero__ctas { display: flex; gap: var(--sp-3); flex-wrap: wrap; }
.hero__ctas .btn--whats {
  box-shadow: 0 14px 32px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,.5);
  animation: whatsPulse 2.4s ease-out infinite;
}
@keyframes whatsPulse {
  0% { box-shadow: 0 14px 32px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,.55); }
  70% { box-shadow: 0 14px 32px rgba(37,211,102,.45), 0 0 0 18px rgba(37,211,102,0); }
  100% { box-shadow: 0 14px 32px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,0); }
}
.hero__stats {
  margin-top: var(--sp-7);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-5);
  background: rgba(255,255,255,.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: var(--sp-5); border-radius: var(--r-lg);
  box-shadow: 0 24px 60px rgba(8,4,28,.45), inset 0 0 0 1px rgba(255,255,255,.05);
}
.stat__num {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(24px, 3vw, 34px); letter-spacing: -.02em;
  background: linear-gradient(120deg, #FFFFFF 0%, #B084FF 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat__lbl { font-size: 13px; color: rgba(255,255,255,.72); font-weight: 600; }

/* Hero visual — celular */
.hero__visual { position: relative; display: grid; place-items: center; }
.phone {
  position: relative; width: 320px; height: 640px;
  background: #1a1530; border-radius: 44px; padding: 14px;
  box-shadow: 0 30px 60px rgba(0,0,0,.45), inset 0 0 0 2px rgba(255,255,255,.08);
}
.phone__screen { width: 100%; height: 100%; background: #fff; border-radius: 32px; overflow: hidden; display: flex; flex-direction: column; }
.phone__top { background: var(--grad-primary); color: #fff; padding: 20px 18px 14px; }
.phone__top small { opacity: .8; font-size: 11px; }
.phone__top h4 { color: #fff; font-size: 15px; margin-top: 2px; }
.phone__cats { display: flex; gap: 8px; padding: 12px; overflow: hidden; }
.phone__cat { font-size: 11px; font-weight: 700; padding: 6px 12px; border-radius: var(--r-pill); background: var(--color-bg-soft); color: var(--color-primary); white-space: nowrap; }
.phone__cat.is-active { background: var(--color-primary); color: #fff; }
.phone__items { padding: 4px 12px 12px; display: grid; gap: 10px; }
.phone__item { display: grid; grid-template-columns: 1fr 60px; gap: 10px; padding: 10px; border-radius: var(--r-sm); background: #fff; box-shadow: var(--shadow-sm); align-items: center; }
.phone__item h5 { font-size: 13px; }
.phone__item p { font-size: 11px; color: var(--color-muted); margin: 2px 0 4px; }
.phone__item .price { font-size: 13px; font-weight: 800; color: var(--color-primary); }
.phone__thumb { width: 60px; height: 60px; border-radius: 10px; background: linear-gradient(135deg, #FF6B2C, #FFD166); }
.phone__thumb.t2 { background: linear-gradient(135deg, #25D366, #1FB957); }
.phone__thumb.t3 { background: linear-gradient(135deg, #8500FF, #A64DFF); }
.float-card {
  position: absolute; background: #fff; color: var(--color-ink);
  padding: 12px 16px; border-radius: var(--r-md);
  box-shadow: var(--shadow-lg);
  font-weight: 700; font-size: 13px;
  display: flex; align-items: center; gap: 10px;
  animation: float 5s ease-in-out infinite;
}
.float-card .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--color-accent); box-shadow: 0 0 0 5px rgba(37,211,102,.2); }
.float-card--1 { top: 60px; left: -20px; }
.float-card--2 { bottom: 80px; right: -10px; animation-delay: 1.2s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ====== iFood phone mockup (parceria) ====== */
.phone--ifood { background: #111; }
.phone--ifood .phone__screen { background: #fff; position: relative; }
.ifood-phone__notch { position: absolute; top: 18px; left: 50%; transform: translateX(-50%); width: 90px; height: 20px; background: #000; border-radius: 0 0 14px 14px; z-index: 5; }
.ifood-phone__statusbar { display: flex; justify-content: space-between; align-items: center; padding: 8px 22px 4px; font-size: 10.5px; font-weight: 700; color: #111; }
.ifood-phone__sigs { letter-spacing: .5px; }
.ifood-phone__header { background: #EA1D2C; color: #fff; padding: 10px 14px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.ifood-phone__addr small { display: block; font-size: 10px; opacity: .9; font-weight: 600; }
.ifood-phone__addr strong { display: block; font-size: 13px; font-weight: 800; line-height: 1.2; margin-top: 1px; color: #fff; }
.ifood-phone__bag { font-size: 18px; }
.ifood-phone__search { margin: 10px 12px 0; background: #fff; border: 1px solid #eee; border-radius: 10px; padding: 8px 12px; display: flex; align-items: center; gap: 8px; font-size: 11.5px; color: #999; box-shadow: 0 2px 6px rgba(0,0,0,.04); }
.ifood-phone__lupa { font-size: 12px; }
.ifood-phone__cats { display: flex; gap: 6px; padding: 12px 12px 8px; overflow: hidden; justify-content: space-between; }
.ifood-cat { display: flex; flex-direction: column; align-items: center; gap: 4px; flex: 0 0 auto; }
.ifood-cat__icon { width: 38px; height: 38px; border-radius: 50%; background: #F5F5F5; display: grid; place-items: center; font-size: 18px; }
.ifood-cat span { font-size: 9.5px; color: #444; font-weight: 600; }
.ifood-phone__banner { margin: 4px 12px 8px; background: var(--grad-primary); color: #fff; border-radius: 12px; padding: 10px 12px; display: flex; align-items: center; gap: 10px; box-shadow: 0 6px 14px rgba(133,0,255,.25); }
.ifood-phone__banner-badge { background: #3B0A6F; color: #fff; font-size: 9px; font-weight: 800; padding: 4px 8px; border-radius: 6px; letter-spacing: .5px; flex: 0 0 auto; }
.ifood-phone__banner-text strong { display: block; font-size: 11.5px; font-weight: 800; color: #fff; line-height: 1.2; }
.ifood-phone__banner-text small { display: block; font-size: 10px; opacity: .95; margin-top: 2px; color: #fff; }
.ifood-phone__section-title { padding: 8px 14px 4px; font-size: 13px; font-weight: 800; color: #111; }
.ifood-phone__store { display: grid; grid-template-columns: 52px 1fr; gap: 10px; padding: 8px 14px; align-items: center; border-top: 1px solid #F2F2F2; }
.ifood-phone__thumb { width: 52px; height: 52px; border-radius: 12px; display: grid; place-items: center; font-size: 24px; }
.ifood-phone__thumb--1 { background: linear-gradient(135deg, #FF6B2C, #FFD166); }
.ifood-phone__thumb--2 { background: linear-gradient(135deg, #FFB800, #FF6B2C); }
.ifood-phone__store-info { min-width: 0; }
.ifood-phone__store-name { font-size: 12.5px; font-weight: 800; color: #111; display: flex; justify-content: space-between; gap: 6px; align-items: center; }
.ifood-star { color: #FFB800; font-size: 10.5px; font-weight: 700; white-space: nowrap; }
.ifood-phone__store-meta { font-size: 10.5px; color: #777; margin-top: 2px; }
.ifood-phone__super { display: inline-block; margin-top: 4px; background: #3B0A6F; color: #fff; font-size: 9px; font-weight: 800; padding: 2px 6px; border-radius: 4px; letter-spacing: .4px; }
.ifood-phone__bottomnav { margin-top: auto; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #EEE; background: #fff; padding: 6px 0 8px; }
.ifood-nav-item { display: flex; flex-direction: column; align-items: center; gap: 2px; font-size: 14px; color: #999; }
.ifood-nav-item span { font-size: 9px; font-weight: 700; }
.ifood-nav-item.is-active { color: #EA1D2C; }


/* ====== Logos ====== */
.logos { padding: var(--sp-7) 0; background: var(--color-bg-soft); overflow: hidden; }
.logos h3 { text-align: center; font-size: 14px; font-weight: 700; color: var(--color-muted); text-transform: uppercase; letter-spacing: .14em; margin-bottom: var(--sp-5); }
.logos__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--sp-4); align-items: center; }
.logo-chip { height: 64px; background: #fff; border-radius: var(--r-md); display: grid; place-items: center; font-weight: 800; color: var(--color-ink-2); font-size: 13px; box-shadow: var(--shadow-sm); text-align: center; padding: 0 10px; }

/* Carrossel infinito de logos (2 linhas em direções opostas) */
.marquee {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee__track {
  display: flex;
  gap: 18px;
  width: max-content;
  will-change: transform;
}
.marquee__track--left  { animation: marquee-left  60s linear infinite; }
.marquee__track--right { animation: marquee-right 60s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }

.logo-card {
  flex: 0 0 auto;
  width: 180px;
  height: 120px;
  background: #fff;
  border-radius: var(--r-md);
  box-shadow: var(--shadow-sm);
  display: grid;
  place-items: center;
  padding: 8px;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.logo-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.logo-card img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

@keyframes marquee-left  { from { transform: translateX(0); }    to { transform: translateX(-50%); } }
@keyframes marquee-right { from { transform: translateX(-50%); } to { transform: translateX(0); } }

@media (prefers-reduced-motion: reduce) {
  .marquee__track--left, .marquee__track--right { animation: none; }
}
@media (max-width: 720px) {
  .logo-card { width: 140px; height: 96px; padding: 6px; }
  .marquee__track--left, .marquee__track--right { animation-duration: 45s; }
}

/* ====== Section base ====== */
.section { padding: var(--sp-9) 0; }
.section--soft { background: var(--color-bg-soft); }
.section__head { text-align: center; max-width: 760px; margin: 0 auto var(--sp-7); }
.section__head h2 { font-size: clamp(28px, 3.8vw, 44px); margin: var(--sp-3) 0; }
.section__head p { color: var(--color-muted); font-size: 17px; }

/* ====== Features ====== */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-5); }
.feature {
  background: #fff; padding: var(--sp-6);
  border-radius: var(--r-md);
  border: 1px solid var(--color-line);
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.feature__icon { width: 52px; height: 52px; border-radius: 14px; background: var(--grad-primary); display: grid; place-items: center; color: #fff; margin-bottom: var(--sp-4); font-size: 22px; font-weight: 800; }
.feature h3 { font-size: 19px; margin-bottom: var(--sp-2); }
.feature p { color: var(--color-muted); font-size: 15px; }

/* ====== WhatsApp section ====== */
.whats { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-8); align-items: center; }
.whats__list { display: grid; gap: var(--sp-4); margin-top: var(--sp-5); }
.whats__list li { display: flex; gap: var(--sp-3); align-items: flex-start; font-size: 16px; color: var(--color-ink-2); }
.whats__list .check { flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; background: var(--color-accent); color: #fff; display: grid; place-items: center; font-size: 13px; font-weight: 800; margin-top: 2px; }
.chat-mock { background: #ECE5DD; border-radius: var(--r-md); padding: var(--sp-5); box-shadow: var(--shadow-lg); display: grid; gap: 10px; }
.chat-mock__head { background: var(--color-accent); color: #fff; padding: 10px 14px; border-radius: 10px; font-weight: 700; font-size: 14px; display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.chat-mock__head .av { width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,.25); display: grid; place-items: center; font-size: 13px; }
.bubble { padding: 10px 14px; max-width: 85%; font-size: 14px; border-radius: 12px; background: #fff; box-shadow: var(--shadow-sm); line-height: 1.4; }
.bubble--me { background: #DCF8C6; align-self: flex-end; margin-left: auto; }

/* ====== Pricing ====== */
.pricing-toggle { display: none; }

/* ====== Pricing — light, premium, coherent with brand ====== */
.pricing {
  position: relative;
  background: #FFFFFF;
  color: var(--color-ink, #0F0A24);
  overflow: hidden;
  padding: var(--sp-9) 0;
}
.pricing__bg {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(720px 520px at 12% 0%, rgba(133,0,255,.08), transparent 60%),
    radial-gradient(620px 460px at 88% 100%, rgba(126,59,255,.07), transparent 60%);
}
.pricing::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(133,0,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(133,0,255,.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
}
.pricing__orb { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .35; pointer-events: none; }
.pricing__orb--1 { width: 360px; height: 360px; background: #8500FF; top: 8%; left: -140px; animation: orbFloat 10s ease-in-out infinite; }
.pricing__orb--2 { width: 300px; height: 300px; background: #A64DFF; bottom: 6%; right: -100px; animation: orbFloat 12s ease-in-out infinite reverse; }

.pricing__wrap { position: relative; z-index: 2; }
.pricing__head { max-width: 760px; margin: 0 auto var(--sp-7); text-align: center; }
.pricing__head .eyebrow { color: #8500FF; }
.pricing__head h2 { color: #0F0A24; font-size: clamp(28px, 3.8vw, 44px); margin-top: var(--sp-3); }
.pricing__head .text-gradient {
  background: linear-gradient(120deg, #8500FF 0%, #A64DFF 50%, #B084FF 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.pricing__lead { color: #4A4566; font-size: 17px; margin-top: 14px; line-height: 1.6; }

.pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-5);
  align-items: stretch;
  padding-top: 18px;
}
.pricing__grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 940px;
  margin: 0 auto;
}

.pcard {
  position: relative;
  background: #FFFFFF;
  border: 1.5px solid #ECE7F7;
  border-radius: 24px;
  padding: var(--sp-6);
  display: flex; flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  box-shadow: 0 1px 2px rgba(15,10,36,.04);
}
.pcard:hover {
  transform: translateY(-6px);
  border-color: #C9B8FF;
  box-shadow: 0 30px 60px -25px rgba(133,0,255,.30);
}

.pcard--featured {
  background:
    linear-gradient(180deg, #FFFFFF 0%, #FAF7FF 100%);
  border-color: #8500FF;
  box-shadow: 0 30px 70px -20px rgba(133,0,255,.35);
  transform: translateY(-12px) scale(1.02);
}
.pcard--featured:hover { transform: translateY(-18px) scale(1.02); border-color: #8500FF; }

.pcard--pro {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFF7FB 100%);
  border-color: #FFC2DB;
}

.pcard__ribbon {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, #8500FF, #A64DFF);
  color: #fff;
  padding: 7px 16px; border-radius: 999px;
  font-size: 12px; font-weight: 800; letter-spacing: .04em;
  white-space: nowrap;
  box-shadow: 0 10px 22px -6px rgba(133,0,255,.55);
}
.pcard__ribbon--pro {
  background: linear-gradient(135deg, #FF4D8D, #FF6B2C);
  box-shadow: 0 10px 22px -6px rgba(255,77,141,.55);
}

.pcard__top { margin-bottom: var(--sp-5); }
.pcard__tag {
  display: inline-block;
  font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: #8500FF;
  padding: 5px 10px; border-radius: 999px;
  background: rgba(133,0,255,.08);
  border: 1px solid rgba(133,0,255,.18);
  margin-bottom: 14px;
}
.pcard--featured .pcard__tag { color: #fff; background: #8500FF; border-color: #8500FF; }
.pcard--pro .pcard__tag { color: #FF4D8D; background: rgba(255,77,141,.10); border-color: rgba(255,77,141,.25); }

.pcard__name { font-size: 24px; color: #0F0A24; margin-bottom: 6px; line-height: 1.2; }
.pcard__sub { font-size: 14px; color: #6B6685; line-height: 1.45; }

.pcard__price {
  display: flex; align-items: baseline; gap: 4px;
  margin-bottom: 6px; flex-wrap: wrap;
}
.pcard__currency { font-size: 20px; font-weight: 700; color: #8500FF; }
.pcard__amount {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 56px;
  letter-spacing: -.04em;
  line-height: 1;
  color: #0F0A24;
}
.pcard--featured .pcard__amount {
  background: linear-gradient(120deg, #8500FF 0%, #A64DFF 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.pcard--pro .pcard__amount {
  background: linear-gradient(120deg, #FF4D8D 0%, #FF6B2C 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.pcard__period { font-size: 15px; color: #6B6685; }
.pcard__strike {
  font-size: 14px; color: #9A93B5;
  text-decoration: line-through; margin-left: 8px;
}
.pcard__hint { font-size: 12.5px; color: #4A4566; margin-bottom: var(--sp-5); }
.pcard__hint b { color: #8500FF; }

.pcard__feat {
  display: grid; gap: 11px;
  margin-bottom: var(--sp-6);
  flex: 1;
  padding-top: var(--sp-4);
  border-top: 1px solid #EFEAF8;
}
.pcard__feat li {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 14px; color: #2E2A45; line-height: 1.45;
}
.pcard__feat li.is-highlight { color: #0F0A24; font-weight: 600; }
.pcard__feat .ck {
  flex-shrink: 0; width: 20px; height: 20px; border-radius: 6px;
  background: rgba(133,0,255,.10);
  color: #8500FF;
  display: grid; place-items: center;
  font-size: 12px; font-weight: 800;
  margin-top: 1px;
}
.pcard__feat li.is-highlight .ck {
  background: linear-gradient(135deg, #8500FF, #A64DFF);
  color: #fff;
}
.pcard--pro .pcard__feat li.is-highlight .ck {
  background: linear-gradient(135deg, #FF4D8D, #FF6B2C);
  color: #fff;
}

.pcard__cta { width: 100%; justify-content: center; }
.pcard .btn--ghost { color: #8500FF; border-color: #C9B8FF; background: #fff; }
.pcard .btn--ghost:hover { background: #8500FF; color: #fff; border-color: #8500FF; }
.pcard__note { font-size: 12px; color: #8A84A6; margin-top: var(--sp-3); text-align: center; }

/* Box "Diferenciais Premium" */
.pcard__premium-box {
  background: #F4EFFB;
  border: 1px solid #E1D4F5;
  border-radius: 16px;
  padding: 16px 18px;
  margin-bottom: var(--sp-5);
}
.pcard__premium-title {
  display: block;
  font-size: 14px;
  color: #0F0A24;
  font-weight: 800;
  margin-bottom: 10px;
}
.pcard__premium-list {
  list-style: none;
  display: grid;
  gap: 8px;
  padding: 0; margin: 0;
}
.pcard__premium-list li {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 13.5px; color: #2E2A45; line-height: 1.45;
}
.pcard__star {
  flex-shrink: 0;
  color: #FFB800;
  font-size: 16px;
  line-height: 1;
  margin-top: 1px;
}

/* Trust bar — light */
.pricing__trust {
  margin-top: var(--sp-8);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-4);
  padding: var(--sp-5);
  border-radius: 20px;
  background: #FAF7FF;
  border: 1px solid #ECE7F7;
}
.trust-item { display: flex; align-items: center; gap: 12px; }
.trust-item__ico {
  width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(135deg, #8500FF, #A64DFF);
  border: 1px solid rgba(133,0,255,.20);
  display: grid; place-items: center; font-size: 20px; flex-shrink: 0;
  color: #fff;
}
.trust-item strong { display: block; color: #0F0A24; font-size: 14px; line-height: 1.2; }
.trust-item small { display: block; color: #6B6685; font-size: 12px; margin-top: 2px; }

/* ====== Integrações (fundo roxo escuro premium) ====== */
.integrations { position: relative; overflow: hidden; background: radial-gradient(120% 80% at 0% 0%, #2a1a6b 0%, #14092e 55%, #0a0420 100%); color: #fff; padding: var(--sp-9) 0; isolation: isolate; }
.integrations .container { position: relative; z-index: 2; }
.integrations__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; background-image:
  linear-gradient(to right, rgba(255,255,255,0.04) 1px, transparent 1px),
  linear-gradient(to bottom, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 56px 56px; mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%); }
.integrations__orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .55; z-index: 1; pointer-events: none; }
.integrations__orb--a { width: 380px; height: 380px; background: #7c3aed; top: -100px; left: -120px; animation: orbFloat 14s ease-in-out infinite; }
.integrations__orb--b { width: 420px; height: 420px; background: #ec4899; bottom: -140px; right: -120px; animation: orbFloat 18s ease-in-out infinite reverse; }

.integrations .section__head h2 { color: #fff; }
.integrations .section__head p { color: rgba(255,255,255,0.78); max-width: 720px; margin: 0 auto; }
.integrations .section__head strong { color: #fff; }
.eyebrow--light { background: rgba(255,255,255,0.08); color: #fff; border: 1px solid rgba(255,255,255,0.16); backdrop-filter: blur(10px); }

/* Marquee de logos: prova social rolando */
.integ-marquee { position: relative; margin: var(--sp-7) 0 var(--sp-8); -webkit-mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent); mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent); }
.integ-marquee__track { display: flex; gap: 28px; width: max-content; animation: integMarquee 38s linear infinite; }
.integ-marquee__track img { height: 56px; width: auto; max-width: 140px; object-fit: contain; background: #fff; border-radius: var(--r-md); padding: 10px 16px; box-shadow: 0 8px 24px rgba(0,0,0,0.18); flex-shrink: 0; }
@keyframes integMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Tabs por categoria */
.integ-tabs { display: flex; justify-content: center; gap: 12px; margin-bottom: var(--sp-7); flex-wrap: wrap; }
.integ-tabs__btn { display: inline-flex; align-items: center; gap: 10px; padding: 12px 20px; border-radius: var(--r-pill); background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.82); font-weight: 700; font-size: 14px; transition: all .25s ease; backdrop-filter: blur(12px); cursor: pointer; }
.integ-tabs__btn:hover { background: rgba(255,255,255,0.10); color: #fff; transform: translateY(-2px); }
.integ-tabs__btn.is-active { background: linear-gradient(135deg, #7c3aed, #ec4899); border-color: transparent; color: #fff; box-shadow: 0 12px 30px -8px rgba(124,58,237,0.55); }
.integ-tabs__ico { font-size: 18px; line-height: 1; }
.integ-tabs__count { background: rgba(255,255,255,0.18); padding: 2px 9px; border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.integ-tabs__btn.is-active .integ-tabs__count { background: rgba(255,255,255,0.28); }

/* Painel da categoria */
.integ-panel { animation: panelFade .45s ease both; }
.integ-panel[hidden] { display: none; }
@keyframes panelFade { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.integ-panel__head { text-align: center; margin-bottom: var(--sp-6); }
.integ-panel__head h3 { font-size: 24px; font-weight: 800; color: #fff; margin-bottom: 8px; }
.integ-panel__head p { color: rgba(255,255,255,0.72); max-width: 600px; margin: 0 auto; font-size: 15px; }
.integ-panel__head strong { color: #fff; }

/* Cards de logos — quadrados, centralizados, com padding generoso */
.integ-cards { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; max-width: 1100px; margin: 0 auto; justify-content: center; }
[data-cat-panel="marketplaces"] .integ-cards { grid-template-columns: repeat(2, minmax(0, 180px)); justify-content: center; max-width: 420px; }
.integ-card { position: relative; aspect-ratio: 1 / 1; background: #fff; border-radius: var(--r-lg); display: flex; align-items: center; justify-content: center; padding: 18px; transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease; box-shadow: 0 6px 18px rgba(0,0,0,0.20); overflow: hidden; }
.integ-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(135deg, rgba(124,58,237,0), rgba(236,72,153,0)); transition: background .3s ease; pointer-events: none; }
.integ-card:hover { transform: translateY(-6px) scale(1.04); box-shadow: 0 20px 40px -10px rgba(124,58,237,0.45); }
.integ-card:hover::after { background: linear-gradient(135deg, rgba(124,58,237,0.06), rgba(236,72,153,0.06)); }
.integ-card img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center; display: block; }
.integ-card__tag { position: absolute; top: 8px; right: 8px; background: rgba(15,10,36,0.78); color: #fff; font-size: 10px; font-weight: 800; padding: 3px 8px; border-radius: 999px; letter-spacing: .06em; text-transform: uppercase; backdrop-filter: blur(8px); z-index: 2; }
.integ-card__tag--featured { background: linear-gradient(135deg, #7c3aed, #ec4899); }
.integ-card--featured { box-shadow: 0 0 0 2px #ec4899, 0 12px 30px -8px rgba(236,72,153,0.55); }
.integ-card--label { background: linear-gradient(135deg, #faf7ff, #fff); }
.integ-card__label { font-size: 18px; font-weight: 800; color: var(--color-primary); letter-spacing: .04em; text-align: center; }

/* CTA final */
.integ-cta { margin-top: var(--sp-8); padding: 28px 32px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--r-xl); display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; backdrop-filter: blur(16px); }
.integ-cta__text { display: flex; flex-direction: column; gap: 4px; }
.integ-cta__text strong { color: #fff; font-size: 18px; font-weight: 800; }
.integ-cta__text span { color: rgba(255,255,255,0.72); font-size: 14px; }

/* ====== FAQ ====== */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: var(--sp-3); }
.faq-item { background: #fff; border: 1.5px solid var(--color-line); border-radius: var(--r-md); padding: var(--sp-4) var(--sp-5); transition: border-color .2s, box-shadow .2s; }
.faq-item[open] { border-color: var(--color-primary); box-shadow: var(--shadow-md); }
.faq-item summary { list-style: none; cursor: pointer; font-weight: 700; font-size: 17px; display: flex; justify-content: space-between; align-items: center; gap: var(--sp-4); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 26px; color: var(--color-primary); font-weight: 400; transition: transform .2s; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { margin-top: var(--sp-3); color: var(--color-muted); font-size: 15.5px; }

/* ====== CTA Final ====== */
.cta-final { background: var(--grad-deep); color: #fff; padding: var(--sp-9) 0; text-align: center; position: relative; overflow: hidden; }
.cta-final::before { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 300px at 50% 0%, rgba(126,59,255,.4), transparent 70%); pointer-events: none; }
.cta-final h2 { color: #fff; font-size: clamp(30px, 4vw, 48px); position: relative; }
.cta-final p { color: rgba(255,255,255,.85); font-size: 18px; max-width: 600px; margin: var(--sp-4) auto var(--sp-6); position: relative; }
.cta-final .btn { position: relative; }

/* CTA Final — variante clara com mockup em cascata */
.cta-final--light { background: linear-gradient(180deg, #FFFFFF 0%, #F4EEFF 100%); color: var(--ink); }
.cta-final--light::before { background: radial-gradient(800px 380px at 50% 0%, rgba(133,0,255,.10), transparent 70%); }
.cta-final--light h2 { color: #1A0B45; font-size: clamp(30px, 4vw, 48px); margin-top: var(--sp-3); }
.cta-final--light p { color: #4A4458; font-size: 18px; max-width: 520px; margin: var(--sp-4) 0 var(--sp-6); }
.cta-final--light .eyebrow { background: rgba(133,0,255,.10); color: #6A00CC; border: 1px solid rgba(133,0,255,.22); }
.cta-final__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: var(--sp-8); align-items: center; text-align: left; position: relative; z-index: 2; }
.cta-final__copy { display: flex; flex-direction: column; align-items: flex-start; }
.cta-final__visual { display: flex; justify-content: flex-end; }
.cta-final__visual img { width: 100%; max-width: 520px; height: auto; display: block; filter: drop-shadow(0 30px 60px rgba(74, 0, 153, .25)); }

/* ====== Pilares (Tabs verticais + stage) ====== */
.pillars { position: relative; padding: var(--sp-9) 0; background: #0A0518; color: #fff; overflow-x: clip; }
.pillars__bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(800px 500px at 85% -10%, rgba(126,59,255,.45), transparent 60%),
    radial-gradient(700px 500px at -10% 100%, rgba(255, 77, 141, .22), transparent 60%),
    radial-gradient(500px 360px at 50% 50%, rgba(37,211,102,.06), transparent 60%);
}
.pillars__bg::after {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
}
.pillars__wrap { position: relative; }

.pillars__head { max-width: 760px; margin: 0 auto var(--sp-7); text-align: center; }
.pillars__head h2 { color: #fff; font-size: clamp(28px, 3.8vw, 44px); margin-top: var(--sp-3); }
.pillars__head .eyebrow { background: rgba(255,255,255,.10); color: #fff; border: 1px solid rgba(255,255,255,.18); }
.pillars__head .text-gradient { background: linear-gradient(120deg, #FFD166 0%, #FF6B2C 50%, #FF4D8D 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.pillars__lead { color: rgba(255,255,255,.72); font-size: 17px; margin-top: 14px; }

.pillars__board { display: grid; grid-template-columns: 320px 1fr; gap: var(--sp-5); align-items: stretch; }

/* Rail (tabs verticais) */
.pillars__rail { display: flex; flex-direction: column; gap: 10px; }
.rail-tab {
  display: flex; align-items: center; gap: 14px; text-align: left;
  padding: 18px 18px;
  border-radius: var(--r-md);
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.78);
  transition: background .25s, border-color .25s, transform .25s, color .25s;
  position: relative; overflow: hidden;
}
.rail-tab:hover { background: rgba(255,255,255,.07); transform: translateX(4px); color: #fff; }
.rail-tab__num { font-family: var(--font-display); font-weight: 800; font-size: 22px; color: rgba(255,255,255,.35); letter-spacing: -.02em; transition: color .25s; }
.rail-tab__body { display: flex; flex-direction: column; gap: 2px; }
.rail-tab__title { font-weight: 700; font-size: 16px; color: inherit; }
.rail-tab__sub { font-size: 12.5px; color: rgba(255,255,255,.55); font-weight: 500; }
.rail-tab.is-active {
  background: linear-gradient(135deg, rgba(255,107,44,.18), rgba(255,77,141,.18));
  border-color: rgba(255,107,44,.45);
  color: #fff;
  box-shadow: 0 12px 32px rgba(255,77,141,.15);
}
.rail-tab.is-active .rail-tab__num { color: #FFD166; }
.rail-tab.is-active::before {
  content: ""; position: absolute; left: 0; top: 12%; bottom: 12%; width: 3px;
  background: linear-gradient(180deg, #FFD166, #FF4D8D);
  border-radius: 0 4px 4px 0;
}
.rail-cta { margin-top: var(--sp-3); justify-content: center; }

/* Stage (painel direito) */
.pillars__stage {
  position: relative;
  background: linear-gradient(160deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,.02) 100%);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--r-lg);
  padding: var(--sp-6);
  backdrop-filter: blur(10px);
  min-height: 460px;
  overflow: hidden;
}
.pillars__stage::before {
  content: ""; position: absolute; top: -120px; right: -120px; width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(255,107,44,.35), transparent 70%);
  pointer-events: none;
}
.stage { position: relative; }
.stage[hidden] { display: none; }
/* === Cinematic stage transitions (Apple style) === */
.stage,
.robo-screen {
  animation: stageEnter .7s cubic-bezier(.22,.61,.36,1) both;
  will-change: opacity, transform, filter;
}
.stage.is-leaving,
.robo-screen.is-leaving {
  animation: stageLeave .35s cubic-bezier(.55,.06,.68,.19) both;
  pointer-events: none;
}
/* Staggered children entrance */
.stage > *,
.robo-screen .phone-mock,
.robo-screen .robo__metrics {
  animation: stageChildEnter .65s cubic-bezier(.22,.61,.36,1) both;
}
.stage > *:nth-child(1) { animation-delay: .05s; }
.stage > *:nth-child(2) { animation-delay: .12s; }
.stage > *:nth-child(3) { animation-delay: .19s; }
.stage > *:nth-child(4) { animation-delay: .26s; }
.stage > *:nth-child(5) { animation-delay: .33s; }
.robo-screen .robo__metrics { animation-delay: .25s; }
.stage__top { display: flex; align-items: center; justify-content: space-between; gap: var(--sp-4); flex-wrap: wrap; margin-bottom: var(--sp-5); }
.stage__chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: var(--r-pill); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); font-size: 13px; font-weight: 700; color: #fff; }
.stage__metric { display: flex; align-items: baseline; gap: 10px; }
.stage__metric strong { font-family: var(--font-display); font-weight: 800; font-size: 32px; letter-spacing: -.03em; background: linear-gradient(120deg, #FFD166, #FF4D8D); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1; }
.stage__metric span { font-size: 12.5px; color: rgba(255,255,255,.7); max-width: 220px; line-height: 1.3; }
.stage__title { color: #fff; font-size: clamp(22px, 2.4vw, 30px); margin-bottom: 10px; max-width: 580px; }
.stage__desc { color: rgba(255,255,255,.78); font-size: 15.5px; line-height: 1.65; max-width: 640px; margin-bottom: var(--sp-6); }
.stage__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-3); }
.mini-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--r-md);
  padding: var(--sp-4);
  transition: transform .25s, background .25s, border-color .25s;
}
.mini-card:hover { transform: translateY(-3px); background: rgba(255,255,255,.08); border-color: rgba(255,107,44,.35); }
.mini-card__ico { width: 38px; height: 38px; border-radius: 10px; background: linear-gradient(135deg, #FF6B2C, #FF4D8D); display: grid; place-items: center; font-size: 18px; margin-bottom: 12px; }
.mini-card h4 { color: #fff; font-size: 15px; margin-bottom: 6px; }
.mini-card p { color: rgba(255,255,255,.72); font-size: 13.5px; line-height: 1.55; }

@keyframes stageIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes stageEnter {
  0%   { opacity: 0; transform: translateY(28px) scale(.985); filter: blur(8px); }
  60%  { opacity: 1; filter: blur(0); }
  100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
@keyframes stageLeave {
  0%   { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
  100% { opacity: 0; transform: translateY(-22px) scale(.985); filter: blur(6px); }
}
@keyframes stageChildEnter {
  0%   { opacity: 0; transform: translateY(18px); filter: blur(4px); }
  100% { opacity: 1; transform: translateY(0); filter: blur(0); }
}

/* ====== Footer (Roxo Accon premium) ====== */
.site-footer {
  position: relative;
  color: rgba(255,255,255,.78);
  padding: var(--sp-8) 0 var(--sp-5);
  overflow: hidden;
  background:
    radial-gradient(900px 500px at 10% 0%, rgba(126,59,255,.45), transparent 60%),
    radial-gradient(700px 500px at 100% 100%, rgba(176,132,255,.28), transparent 60%),
    linear-gradient(160deg, #0A0518 0%, #1A0B45 40%, #2A0E6E 75%, #6A00CC 100%);
}
.site-footer::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at center, #000 25%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 25%, transparent 78%);
}
.site-footer > .container { position: relative; z-index: 2; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: var(--sp-7); padding-bottom: var(--sp-6); border-bottom: 1px solid rgba(255,255,255,.12); }
.footer__brand { color: #fff; }
.footer__logo {
  display: inline-flex; align-items: center;
  padding: 0; background: transparent; border: none; border-radius: 0; box-shadow: none;
  margin-bottom: var(--sp-4);
}
.footer__logo img { display: block; height: 32px; width: auto; filter: brightness(0) invert(1); }
.footer__brand p { margin-top: var(--sp-2); font-size: 14px; max-width: 320px; line-height: 1.6; color: rgba(255,255,255,.78); }
.footer__brand .footer__tagline { margin-top: var(--sp-2); color: #fff; }
.footer__group { margin-top: var(--sp-2); }
.footer__addresses { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-6); padding: var(--sp-5) 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer__addresses h5 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; margin-bottom: 8px; }
.footer__addresses p { font-size: 13px; line-height: 1.6; max-width: 460px; color: rgba(255,255,255,.78); }
.site-footer h4 { color: #fff; font-size: 14px; margin-bottom: var(--sp-4); text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.site-footer ul { display: grid; gap: 10px; }
.site-footer a { font-size: 14px; color: rgba(255,255,255,.78); transition: color .2s; }
.site-footer a:hover { color: #FFD166; }
.footer__bottom { padding-top: var(--sp-5); display: flex; justify-content: space-between; flex-wrap: wrap; gap: var(--sp-3); font-size: 13px; border-top: 1px solid rgba(255,255,255,.12); margin-top: var(--sp-5); color: rgba(255,255,255,.7); }

/* Footer badges (RA1000, AWS, Delivá, ReConverte) */
.footer__badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-6);
  padding: var(--sp-6) 0 var(--sp-2);
  margin-top: var(--sp-5);
  border-top: 1px solid rgba(255,255,255,.12);
}
.footer__badges-group { display: flex; flex-direction: column; gap: 14px; }
.footer__badges-label {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255,255,255,.55);
}
.footer__badges-row { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.badge-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 8px 16px;
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  transition: background .2s, transform .2s, border-color .2s;
}
.badge-item:hover { background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.18); transform: translateY(-2px); }
.badge-item img { height: 100%; width: auto; max-height: 40px; object-fit: contain; display: block; }
.badge-item--aws img { max-height: 30px; }
.badge-item--deliva img { max-height: 28px; }
.badge-item--reconverte img { max-height: 24px; opacity: .92; }

@media (max-width: 720px) {
  .footer__badges { grid-template-columns: 1fr; gap: var(--sp-5); }
  .badge-item { height: 48px; padding: 6px 12px; }
  .badge-item img { max-height: 32px; }
  .badge-item--aws img { max-height: 24px; }
}
.socials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: var(--sp-4); }
.socials a { padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,.08); font-size: 13px; font-weight: 600; color: #fff; transition: background .2s, transform .2s; }
.socials a:hover { background: var(--color-primary); transform: translateY(-1px); color: #fff; }

/* ====== Floating WhatsApp ====== */
.whats-fab {
  position: fixed; bottom: 24px; right: 24px; z-index: 60;
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--color-accent); color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 10px 30px rgba(37,211,102,.45);
  font-size: 28px; transition: transform .2s;
  animation: pulse 2.5s ease-in-out infinite;
}
.whats-fab:hover { transform: scale(1.08); }
@keyframes pulse {
  0%, 100% { box-shadow: 0 10px 30px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,.5); }
  50%      { box-shadow: 0 10px 30px rgba(37,211,102,.45), 0 0 0 14px rgba(37,211,102,0); }
}

/* ====== Reveal animation ====== */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ====== Robô com IA — seção destaque ====== */
.robo {
  position: relative;
  background: #07041A;
  color: #fff;
  overflow-x: clip;
  padding: var(--sp-9) 0;
}
.robo__bg {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(900px 480px at 12% 18%, rgba(133,0,255,.45), transparent 60%),
    radial-gradient(700px 520px at 92% 88%, rgba(37,211,102,.20), transparent 65%),
    radial-gradient(620px 460px at 80% 10%, rgba(255,77,141,.18), transparent 60%);
  pointer-events: none;
}
.robo::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
  pointer-events: none;
}
.robo__orb {
  position: absolute; border-radius: 50%; filter: blur(60px);
  opacity: .55; pointer-events: none;
}
.robo__orb--1 { width: 320px; height: 320px; background: #8500FF; top: 8%; left: -80px; animation: orbFloat 9s ease-in-out infinite; }
.robo__orb--2 { width: 260px; height: 260px; background: #25D366; bottom: 6%; right: -60px; animation: orbFloat 11s ease-in-out infinite reverse; }
@keyframes orbFloat {
  0%,100% { transform: translateY(0) translateX(0); }
  50%     { transform: translateY(-30px) translateX(20px); }
}

.robo__wrap { position: relative; z-index: 2; }
.robo__head { max-width: 760px; margin: 0 auto var(--sp-7); text-align: center; }
.robo__head h2 { color: #fff; font-size: clamp(28px, 3.8vw, 44px); margin-top: var(--sp-3); }
.robo__head .text-gradient { background: linear-gradient(120deg, #25D366 0%, #A64DFF 60%, #FF4D8D 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.eyebrow--light { background: rgba(255,255,255,.10); color: #fff; border: 1px solid rgba(255,255,255,.18); }
.robo__lead { color: rgba(255,255,255,.74); font-size: 17px; margin-top: 14px; line-height: 1.6; }

.robo__board {
  display: grid;
  grid-template-columns: 360px 1fr;
  grid-template-areas:
    "rail   stage"
    "extras stage";
  gap: var(--sp-6);
  align-items: start;
}
.robo__rail { grid-area: rail; }
.robo__stage { grid-area: stage; align-self: stretch; }
.robo__extras { grid-area: extras; display: flex; flex-direction: column; gap: var(--sp-3); }

/* Rail (tabs) */
.robo__rail { display: flex; flex-direction: column; gap: 12px; }
.robo-tab {
  display: flex; align-items: center; gap: 14px;
  padding: 16px 18px; border-radius: 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  color: #fff; cursor: pointer; text-align: left;
  transition: all .25s ease; font: inherit;
}
.robo-tab:hover { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.18); transform: translateX(4px); }
.robo-tab.is-active {
  background: linear-gradient(135deg, rgba(133,0,255,.35), rgba(37,211,102,.18));
  border-color: rgba(126,59,255,.55);
  box-shadow: 0 12px 36px -12px rgba(133,0,255,.6);
}
.robo-tab__ico {
  flex-shrink: 0;
  width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(135deg, #8500FF, #25D366);
  display: grid; place-items: center; font-size: 20px;
}
.robo-tab__body { display: flex; flex-direction: column; gap: 2px; }
.robo-tab__title { font-weight: 700; font-size: 15.5px; }
.robo-tab__sub { font-size: 12.5px; color: rgba(255,255,255,.65); }

.robo__perks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: var(--sp-3); }
.perk { padding: 14px; border-radius: 14px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.10); text-align: center; }
.perk__num { display: block; font-family: var(--font-display); font-weight: 800; font-size: 22px; background: linear-gradient(120deg, #25D366, #FFD166); -webkit-background-clip: text; background-clip: text; color: transparent; }
.perk__lbl { display: block; font-size: 11.5px; color: rgba(255,255,255,.65); margin-top: 2px; line-height: 1.3; }

.robo__cta { margin-top: var(--sp-3); justify-content: center; }

/* Stage com mockup mobile */
.robo__stage {
  position: relative;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  border: 1px solid rgba(255,255,255,.08);
  padding: var(--sp-6);
  min-height: 640px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.robo__stage::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(133,0,255,.28), transparent 55%),
    radial-gradient(circle at 70% 80%, rgba(37,211,102,.22), transparent 55%);
  pointer-events: none;
}

.robo-screen { position: relative; }
.robo-screen[hidden] { display: none; }

/* Phone mockup */
.phone-mock {
  position: relative;
  width: 300px;
  height: 600px;
  background: #0E0820;
  border-radius: 42px;
  border: 8px solid #1C1530;
  box-shadow:
    0 30px 80px -20px rgba(133,0,255,.6),
    0 10px 30px rgba(0,0,0,.5),
    inset 0 0 0 2px rgba(255,255,255,.05);
  overflow: hidden;
  display: flex; flex-direction: column;
}
.phone-mock__notch {
  position: absolute; top: 6px; left: 50%; transform: translateX(-50%);
  width: 100px; height: 22px; background: #000; border-radius: 0 0 14px 14px; z-index: 5;
}
.phone-mock__statusbar {
  background: #075E54; color: #fff; padding: 28px 18px 6px;
  display: flex; justify-content: space-between; font-size: 11px; font-weight: 600; letter-spacing: .3px;
}
.phone-mock__signals { letter-spacing: 1px; }
.phone-mock__chathead {
  background: #075E54; color: #fff;
  padding: 8px 14px 12px; display: flex; align-items: center; gap: 10px;
}
.phone-mock__back { font-size: 22px; line-height: 1; opacity: .9; }
.phone-mock__avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: linear-gradient(135deg, #FF6B2C, #FF4D8D);
  display: grid; place-items: center; font-weight: 800; font-size: 14px;
}
.phone-mock__who { flex: 1; line-height: 1.2; }
.phone-mock__who strong { display: block; font-size: 13.5px; font-weight: 600; }
.phone-mock__who small { font-size: 11px; opacity: .85; display: inline-flex; align-items: center; gap: 5px; }
.livedot { width: 7px; height: 7px; border-radius: 50%; background: #25D366; box-shadow: 0 0 0 0 rgba(37,211,102,.7); animation: live 1.6s ease-out infinite; }
@keyframes live {
  0%   { box-shadow: 0 0 0 0 rgba(37,211,102,.7); }
  70%  { box-shadow: 0 0 0 8px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}
.phone-mock__icons { font-size: 14px; opacity: .9; letter-spacing: 4px; }

.phone-mock__chat {
  flex: 1;
  background: #ECE5DD;
  background-image:
    radial-gradient(rgba(0,0,0,.04) 1px, transparent 1px),
    radial-gradient(rgba(0,0,0,.03) 1px, transparent 1px);
  background-size: 14px 14px, 22px 22px;
  background-position: 0 0, 7px 11px;
  padding: 14px 12px; display: flex; flex-direction: column; gap: 8px; overflow: hidden;
}

.msg {
  max-width: 80%;
  padding: 8px 12px;
  border-radius: 12px;
  font-size: 13px; line-height: 1.4; color: #111;
  position: relative;
  opacity: 0;
  transform: translateY(8px) scale(.96);
  animation: msgIn .45s ease forwards;
  box-shadow: 0 1px 0 rgba(0,0,0,.06);
}
.msg__time { display: block; font-size: 9.5px; color: #667781; margin-top: 4px; text-align: right; }
.msg--in  { background: #fff;    align-self: flex-start; border-top-left-radius: 4px; }
.msg--out { background: #DCF8C6; align-self: flex-end;   border-top-right-radius: 4px; }
.msg--ani-1 { animation-delay: .15s; }
.msg--ani-2 { animation-delay: .9s; }
.msg--ani-3 { animation-delay: 1.7s; }
.msg--ani-4 { animation-delay: 2.4s; }
@keyframes msgIn { to { opacity: 1; transform: translateY(0) scale(1); } }

/* Audio bubble */
.msg--audio { display: flex; align-items: center; gap: 8px; padding: 10px 12px; }
.audio-play { width: 22px; height: 22px; border-radius: 50%; background: #25D366; color: #fff; display: grid; place-items: center; font-size: 10px; padding-left: 2px; }
.audio-wave { display: flex; align-items: center; gap: 2px; flex: 1; height: 18px; }
.audio-wave i {
  width: 2px; background: #25D366; border-radius: 2px; opacity: .55;
  animation: wavePulse 1s ease-in-out infinite;
}
.audio-wave i:nth-child(1) { height: 30%; animation-delay: 0s; }
.audio-wave i:nth-child(2) { height: 60%; animation-delay: .08s; }
.audio-wave i:nth-child(3) { height: 90%; animation-delay: .16s; }
.audio-wave i:nth-child(4) { height: 50%; animation-delay: .24s; }
.audio-wave i:nth-child(5) { height: 80%; animation-delay: .32s; }
.audio-wave i:nth-child(6) { height: 40%; animation-delay: .40s; }
.audio-wave i:nth-child(7) { height: 70%; animation-delay: .48s; }
.audio-wave i:nth-child(8) { height: 95%; animation-delay: .56s; }
.audio-wave i:nth-child(9) { height: 55%; animation-delay: .64s; }
.audio-wave i:nth-child(10){ height: 35%; animation-delay: .72s; }
.audio-wave i:nth-child(11){ height: 65%; animation-delay: .80s; }
.audio-wave i:nth-child(12){ height: 25%; animation-delay: .88s; }
@keyframes wavePulse { 0%,100% { opacity: .4; transform: scaleY(.7); } 50% { opacity: 1; transform: scaleY(1.2); } }
.audio-time { font-size: 10.5px; color: #667781; }

/* Typing dots */
.msg--typing { background: #fff; padding: 12px 14px; display: flex; gap: 4px; align-self: flex-start; border-top-left-radius: 4px; }
.msg--typing span { width: 7px; height: 7px; border-radius: 50%; background: #999; opacity: .4; animation: typingDot 1.2s infinite; }
.msg--typing span:nth-child(2) { animation-delay: .2s; }
.msg--typing span:nth-child(3) { animation-delay: .4s; }
@keyframes typingDot { 0%,60%,100% { transform: translateY(0); opacity: .4; } 30% { transform: translateY(-4px); opacity: 1; } }

/* Product card inside chat */
.prodcard { display: flex; gap: 10px; align-items: center; padding: 8px; background: rgba(0,0,0,.04); border-radius: 8px; margin-bottom: 6px; }
.prodcard__img { width: 44px; height: 44px; border-radius: 8px; background: linear-gradient(135deg, #FFD166, #FF6B2C); display: grid; place-items: center; font-size: 22px; flex-shrink: 0; }
.prodcard__info { display: flex; flex-direction: column; line-height: 1.25; }
.prodcard__info strong { font-size: 12.5px; }
.prodcard__info small { font-size: 11px; color: #667781; }
.prodcard__price { font-size: 13px; font-weight: 800; color: #075E54; margin-top: 2px; }

.quick-replies { display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap; }
.quick-replies span {
  padding: 6px 12px; border-radius: 999px; background: #fff;
  border: 1px solid rgba(0,0,0,.08); font-size: 11.5px; font-weight: 600; color: #075E54;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
}

/* Promo banner inside chat */
.promo-banner {
  background: linear-gradient(135deg, #FF4D8D 0%, #FF6B2C 100%);
  color: #fff; border-radius: 10px; padding: 12px;
  display: flex; flex-direction: column; gap: 2px; margin-bottom: 4px;
}
.promo-banner__tag { font-size: 10.5px; font-weight: 700; opacity: .95; letter-spacing: .3px; }
.promo-banner strong { font-size: 14px; line-height: 1.2; }
.promo-banner small { font-size: 11px; opacity: .9; }

/* Input bar */
.phone-mock__inputbar {
  background: #F0F0F0; padding: 8px 10px;
  display: flex; align-items: center; gap: 8px;
}
.phone-mock__input {
  flex: 1; background: #fff; padding: 8px 14px; border-radius: 999px;
  font-size: 12px; color: #999;
}
.phone-mock__mic { width: 36px; height: 36px; border-radius: 50%; background: #25D366; color: #fff; display: grid; place-items: center; font-size: 14px; }

/* Floating pills around the phone */
.float-pill {
  position: absolute; padding: 10px 14px; border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.20);
  color: #fff; font-size: 13px; font-weight: 600;
  box-shadow: 0 12px 30px -10px rgba(0,0,0,.5);
  white-space: nowrap; z-index: 3;
}
.float-pill--a {
  top: 14%; left: -30px;
  background: linear-gradient(135deg, rgba(37,211,102,.95), rgba(37,211,102,.7));
  border-color: rgba(37,211,102,.5);
  animation: floatPill 4s ease-in-out infinite;
}
.float-pill--b {
  bottom: 16%; right: -40px;
  background: linear-gradient(135deg, rgba(255,77,141,.95), rgba(255,107,44,.85));
  border-color: rgba(255,77,141,.5);
  animation: floatPill 4.5s ease-in-out infinite reverse;
}
@keyframes floatPill {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-10px); }
}

/* ============================================================
   SCROLL-TABS (estilo Apple): board sticky, 3 etapas no scroll
   ============================================================ */
.scroll-tabs__wrap {
  position: relative;
  /* 1 viewport para o sticky + 2 viewports adicionais para steps 2 e 3.
     Resultado: termina exatamente quando o último step entra. */
  min-height: 260vh;
  padding-bottom: 0;
}
.scroll-tabs__sticky {
  position: sticky;
  top: calc(var(--header-h) + 80px);
  z-index: 2;
}
/* steps invisíveis que disparam o IntersectionObserver */
.scroll-tabs__steps {
  position: absolute; inset: 0; pointer-events: none; z-index: 1;
}
.scroll-tabs__step {
  display: block; width: 1px; height: 80vh; position: absolute; left: 0;
}
.scroll-tabs__step[data-step="0"] { top: 0; }
.scroll-tabs__step[data-step="1"] { top: 80vh; }
.scroll-tabs__step[data-step="2"] { top: 160vh; }

/* Hint "role para ver mais" — visível apenas no primeiro step */
.scroll-hint {
  position: absolute;
  left: 50%; bottom: 24px;
  transform: translateX(-50%);
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: rgba(255,255,255,.78);
  font-size: 12px; font-weight: 600;
  letter-spacing: .02em;
  z-index: 6;
  opacity: 0;
  transition: opacity .4s ease, transform .4s ease;
  pointer-events: none;
}
.scroll-hint__arrow {
  display: inline-block;
  animation: scrollHintBounce 1.6s ease-in-out infinite;
}
.scroll-tabs[data-active-step="0"] .scroll-hint {
  opacity: 1;
}
@keyframes scrollHintBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}

/* Barra de progresso no rail */
.scroll-tabs__progress {
  margin: 14px 0 6px;
  height: 4px; border-radius: 999px;
  background: rgba(255,255,255,.08); overflow: hidden;
}
.scroll-tabs__progress-bar {
  display: block; height: 100%; width: 33.333%;
  background: linear-gradient(90deg, #FFD166, #FF4D8D, #A64DFF);
  border-radius: 999px;
  transition: width .5s cubic-bezier(.65,.05,.36,1);
}
.scroll-tabs[data-active-step="0"] .scroll-tabs__progress-bar { width: 33.333%; }
.scroll-tabs[data-active-step="1"] .scroll-tabs__progress-bar { width: 66.666%; }
.scroll-tabs[data-active-step="2"] .scroll-tabs__progress-bar { width: 100%; }

/* ============================================================
   STICKY TITLE BAR (compact, mostra contexto durante scroll-jacking)
   ============================================================ */
.scroll-title {
  position: sticky;
  top: var(--header-h);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 18px;
  margin: 0 0 var(--sp-5);
  border-radius: var(--r-pill);
  background: rgba(18, 10, 46, .72);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  border: 1px solid rgba(255,255,255,.12);
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity .35s ease, transform .35s ease;
  pointer-events: none;
}
.scroll-title.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.scroll-title__eyebrow {
  font-size: 11.5px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: rgba(255,255,255,.6);
  white-space: nowrap;
}
.scroll-title__current {
  font-family: var(--font-display);
  font-weight: 700; color: #fff; font-size: 15px;
  letter-spacing: -.01em;
  display: inline-flex; align-items: center; gap: 10px;
  min-width: 0;
}
.scroll-title__current::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: linear-gradient(135deg, #FFD166, #FF4D8D);
  box-shadow: 0 0 10px rgba(255,77,141,.6);
  flex-shrink: 0;
}
.scroll-title__label {
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.scroll-title__steps {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; color: rgba(255,255,255,.55); font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.scroll-title__dots { display: inline-flex; gap: 5px; }
.scroll-title__dots i {
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(255,255,255,.22);
  transition: background .3s, transform .3s;
}
.scroll-tabs[data-active-step="0"] .scroll-title__dots i:nth-child(1),
.scroll-tabs[data-active-step="1"] .scroll-title__dots i:nth-child(2),
.scroll-tabs[data-active-step="2"] .scroll-title__dots i:nth-child(3) {
  background: linear-gradient(135deg, #FFD166, #FF4D8D);
  transform: scale(1.4);
}

/* Barra de progresso linear contínua dentro do sticky title */
.scroll-title__bar {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 3px;
  background: rgba(255,255,255,.06);
  overflow: hidden;
  border-radius: 0 0 var(--r-pill) var(--r-pill);
}
.scroll-title__bar i {
  display: block; height: 100%; width: 0%;
  background: linear-gradient(90deg, #FFD166, #FF4D8D, #A64DFF);
  border-radius: 999px;
  transition: width .12s linear;
  will-change: width;
}

/* Quando o usuário prefere reduzir movimento, desativa o sticky/scroll-jacking */
@media (prefers-reduced-motion: reduce) {
  .scroll-tabs__wrap { min-height: 0; padding-bottom: 0; }
  .scroll-tabs__sticky { position: static; }
  .scroll-tabs__steps { display: none; }
  .scroll-title { display: none; }
  .scroll-hint { display: none; }
  .stage, .robo-screen,
  .stage > *, .robo-screen .phone-mock, .robo-screen .robo__metrics {
    animation: none !important;
  }
}

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 960px) {
  .hero__grid { grid-template-columns: 1fr; gap: var(--sp-6); }
  .hero__copy { order: 1; }
  .hero__visual { order: 2; }
  .features, .plans { grid-template-columns: 1fr; }
  .pricing__grid { grid-template-columns: 1fr; }
  .pricing__grid--two { grid-template-columns: 1fr; max-width: 460px; }
  .pcard--featured { transform: none; }
  .pcard--featured:hover { transform: translateY(-6px); }
  .pricing__trust { grid-template-columns: 1fr 1fr; }
  .whats { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: var(--sp-5); }

  .pillars__board { grid-template-columns: 1fr; gap: var(--sp-4); }
  .pillars__rail { flex-direction: row; flex-wrap: wrap; }
  .pillars__rail .rail-tab { flex: 1 1 200px; }
  .rail-cta { flex-basis: 100%; }
  .stage__cards { grid-template-columns: 1fr; }

  .robo__board {
    grid-template-columns: 1fr;
    grid-template-areas: "rail" "stage" "extras";
    gap: var(--sp-4);
  }
  .robo__stage { min-height: auto; padding: var(--sp-4); }
  .robo__perks { grid-template-columns: 1fr 1fr; }

  /* Tablet: scroll-jacking mais curto */
  .scroll-tabs__wrap { min-height: 220vh; }
  .scroll-tabs__sticky { top: calc(var(--header-h) + 70px); }
  .scroll-tabs__step { height: 70vh; }
  .scroll-tabs__step[data-step="1"] { top: 70vh; }
  .scroll-tabs__step[data-step="2"] { top: 140vh; }

  .logos__grid { grid-template-columns: repeat(3, 1fr); }
  .integ-cards { grid-template-columns: repeat(4, 1fr); }
  .integ-marquee__track img { height: 48px; max-width: 120px; }
}

@media (max-width: 720px) {
  /* ===== Header mobile premium ===== */
  :root { --header-h: 64px; }
  .nav-toggle { display: flex; }
  .nav-toggle span + span { margin-top: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* Header estático no mobile: apenas logo + menu hamburguer */
  .site-header { position: static; }
  .site-header__inner { gap: var(--sp-3); }
  .brand__logo img { height: 28px; }
  .header-cta { gap: 8px; }
  .header-cta .btn { display: none; }
  .header-cta .btn--primary { display: none; }
  .header-cta .btn--ghost { display: none; }

  /* Drawer roxo full-screen vindo de cima */
  .primary-nav {
    position: fixed; top: var(--header-h); left: 0; right: 0;
    height: calc(100dvh - var(--header-h));
    background:
      radial-gradient(700px 400px at 100% 0%, rgba(176,132,255,.30), transparent 60%),
      linear-gradient(180deg, #0A0518 0%, #1A0B45 50%, #2A0E6E 100%);
    flex-direction: column; align-items: stretch; gap: 0;
    padding: var(--sp-5);
    transform: translateY(-110%); opacity: 0; pointer-events: none;
    transition: transform .35s cubic-bezier(.65,.05,.36,1), opacity .25s ease;
    overflow-y: auto;
    z-index: 49;
  }
  .primary-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .primary-nav a {
    color: #fff; font-size: 20px; font-weight: 700;
    padding: 18px 4px; border-bottom: 1px solid rgba(255,255,255,.10);
    display: flex; align-items: center; gap: 12px;
  }
  .primary-nav a::before {
    content: ""; width: 8px; height: 8px; border-radius: 50%;
    background: linear-gradient(135deg, #FFD166, #FF4D8D);
    flex-shrink: 0;
  }
  .primary-nav a::after { display: none; }

  /* Trava o scroll do body quando drawer está aberto */
  body.nav-open { overflow: hidden; }

  /* ===== Hero mobile ===== */
  .hero { padding: var(--sp-7) 0 var(--sp-8); }
  .hero h1 { font-size: clamp(28px, 8vw, 38px); }
  .hero__sub { font-size: 15.5px; }
  .hero__stats { grid-template-columns: 1fr; gap: var(--sp-3); padding: var(--sp-4); text-align: center; }
  .hero__ctas { gap: 10px; }
  .hero__ctas .btn { flex: 1 1 auto; padding: 14px 20px; font-size: 14px; }
  .phone { width: 250px; height: 520px; padding: 10px; border-radius: 36px; }
  .phone__screen { border-radius: 26px; }
  .float-card { font-size: 11px; padding: 8px 12px; }
  .float-card--1 { left: -6px; top: 30px; }
  .float-card--2 { right: 4px; bottom: 40px; }
  .ifood-cat--hide-sm { display: none; }
  .ifood-phone__notch { width: 70px; height: 16px; top: 14px; }
  .ifood-phone__statusbar { padding: 6px 18px 3px; font-size: 9.5px; }
  .ifood-phone__header { padding: 8px 12px; }
  .ifood-phone__addr strong { font-size: 12px; }
  .ifood-cat__icon { width: 34px; height: 34px; font-size: 16px; }
  .ifood-phone__store { padding: 6px 12px; }
  .ifood-phone__thumb { width: 44px; height: 44px; font-size: 20px; }

  /* ===== Robô IA mobile ===== */
  .phone-mock { width: 250px; height: 500px; border-radius: 34px; border-width: 6px; }
  .float-pill { font-size: 11px; padding: 8px 12px; }
  .float-pill--a { left: -6px; }
  .float-pill--b { right: -6px; }

  /* ===== Pilares mobile (rail vira chips) ===== */
  .pillars__rail { gap: 6px; }
  .pillars__rail .rail-tab { flex: 1 1 calc(33.333% - 6px); padding: 9px 6px; flex-direction: column; gap: 2px; text-align: center; }
  .rail-tab__num { font-size: 16px; }
  .rail-tab__title { font-size: 11.5px; line-height: 1.15; }
  .rail-tab__sub { display: none; }
  .rail-cta { display: none; } /* CTA secundário some no mobile pra economizar espaço */

  /* Robô rail mobile: chips em linha (3 colunas), igual Pilares */
  .robo__rail {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 6px;
    overflow: visible;
    padding-bottom: 0;
  }
  .robo-tab {
    flex: 1 1 calc(33.333% - 6px);
    min-width: 0;
    padding: 9px 6px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
  }
  .robo-tab__ico { width: 26px; height: 26px; font-size: 13px; margin: 0; }
  .robo-tab__title { font-size: 11.5px; line-height: 1.15; }
  .robo-tab__sub { display: none; }

  /* ===== Scroll-jacking mobile (estilo Apple) =====
     Calibração: header (64) + sticky-title (~52) = ~116px de chrome.
     Sobra ~728px para o board em viewport 844 — board precisa caber aí. */
  .scroll-tabs__wrap { min-height: 280vh; padding-bottom: 0; }
  .scroll-tabs__sticky {
    position: sticky;
    top: calc(var(--header-h) + 50px);
    min-height: auto;
  }
  .scroll-tabs__steps { display: block; }
  .scroll-tabs__step { height: 90vh; }
  .scroll-tabs__step[data-step="0"] { top: 0; }
  .scroll-tabs__step[data-step="1"] { top: 90vh; }
  .scroll-tabs__step[data-step="2"] { top: 180vh; }

  /* Hint discreto no primeiro step */
  .scroll-hint { display: inline-flex; bottom: 10px; right: 10px; font-size: 10.5px; padding: 6px 10px; }

  /* Sticky title compacto, sempre visível, com barra de progresso */
  .scroll-title {
    position: sticky;
    top: var(--header-h);
    padding: 8px 12px 10px;
    margin-bottom: 10px;
    gap: 8px;
    border-radius: 12px;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
    flex-wrap: nowrap;
    z-index: 30;
  }
  .scroll-title__eyebrow { display: none; }
  .scroll-title__current { font-size: 12.5px; min-width: 0; flex: 1 1 auto; }
  .scroll-title__steps { font-size: 11px; flex-shrink: 0; }
  .scroll-title__dots i { width: 5px; height: 5px; }
  .scroll-title__bar { height: 2px; }

  /* ===== Board ULTRA compacto pra caber sem cortar ===== */
  .pillars__board { gap: 10px; grid-template-columns: 1fr; }
  .robo__board {
    gap: 10px;
    grid-template-columns: 1fr;
    grid-template-areas: "rail" "stage" "extras";
  }
  .pillars__stage, .robo__stage { padding: 14px; min-height: auto; border-radius: 16px; }
  .pillars__stage::before, .robo__stage::before { opacity: .5; } /* atenua o glow */

  .stage__top { flex-direction: row; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap; }
  .stage__chip { padding: 5px 10px; font-size: 11px; }
  .stage__metric { gap: 8px; }
  .stage__metric strong { font-size: 22px; }
  .stage__metric span { font-size: 11px; max-width: 150px; line-height: 1.25; }

  .stage__title { font-size: 17px; line-height: 1.25; margin-bottom: 6px; }
  .stage__desc { font-size: 13px; line-height: 1.5; margin-bottom: 12px; }

  /* Cards: 1 coluna horizontal compacta (ícone à esquerda, texto à direita) */
  .stage__cards { grid-template-columns: 1fr; gap: 6px; }
  .mini-card {
    padding: 10px 12px;
    display: grid;
    grid-template-columns: 32px 1fr;
    grid-template-rows: auto auto;
    column-gap: 10px;
    row-gap: 2px;
    align-items: start;
  }
  .mini-card__ico { width: 32px; height: 32px; font-size: 15px; margin-bottom: 0; border-radius: 8px; grid-row: 1 / span 2; }
  .mini-card h4 { font-size: 13px; margin: 0; line-height: 1.2; grid-column: 2; }
  .mini-card p { font-size: 12px; line-height: 1.4; grid-column: 2; }

  /* Robô screen igualmente compacto */
  .robo-screen { padding: 12px; }
  .robo__perks { grid-template-columns: 1fr 1fr; gap: 6px; }

  /* Mobile: animação mais curta */
  .stage, .robo-screen { animation-duration: .4s; }
  .stage > *, .robo-screen .phone-mock, .robo-screen .robo__metrics { animation-duration: .35s; }

  /* ===== Ajustes globais de leitura mobile ===== */
  .section { padding: var(--sp-7) 0; }
  .pricing { padding: var(--sp-7) 0; }
  .pillars { padding: var(--sp-7) 0; }
  .integrations { padding: var(--sp-7) 0; }
  .cta-final { padding: var(--sp-7) 0; }

  .section__head { margin-bottom: var(--sp-5); }
  .section__head h2,
  .pricing__head h2,
  .pillars__head h2 { font-size: clamp(24px, 6.5vw, 30px); }
  .section__head p { font-size: 15px; }

  /* Hero mais leve */
  .hero h1 { font-size: clamp(26px, 7.5vw, 34px); line-height: 1.15; }
  .hero__sub { font-size: 14.5px; line-height: 1.6; }
  .hero__eyebrow { font-size: 11px; padding: 5px 12px; }

  /* CTA final mais leve */
  .cta-final h2 { font-size: clamp(22px, 6.5vw, 28px); }
  .cta-final p { font-size: 14.5px; }

  /* Outras seções */
  .footer__grid { grid-template-columns: 1fr; }
  .integ-cards { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .integ-tabs__btn { padding: 10px 14px; font-size: 13px; }
  .integ-tabs__count { display: none; }
  .integ-cta { flex-direction: column; text-align: center; padding: 20px; }
  .integ-panel__head h3 { font-size: 18px; }
}

@media (max-width: 420px) {
  .brand { font-size: 18px; }
  .brand__logo { padding: 0; }
  .brand__logo img { height: 26px; }
  .footer__addresses { grid-template-columns: 1fr; }
  .header-cta .btn { padding: 9px 14px; font-size: 12.5px; }
  .logos__grid { grid-template-columns: repeat(2, 1fr); }
  .integ-cards { grid-template-columns: repeat(2, 1fr); }
  .integ-marquee__track img { height: 40px; max-width: 100px; padding: 8px 12px; }
  .pricing__trust { grid-template-columns: 1fr; }
  .pcard { padding: var(--sp-5) var(--sp-4); border-radius: 20px; }
  .pcard__amount { font-size: 46px; }
  .pcard__name { font-size: 19px; }
  .pcard__sub { font-size: 13.5px; }
  .pcard__feat { gap: 9px; padding-top: var(--sp-3); }
  .pcard__feat li { font-size: 13.5px; }
  .pcard__premium-box { padding: 14px 14px; }
  .pcard__premium-list li { font-size: 13px; }
  .pillars__rail .rail-tab { padding: 10px 4px; }
  .rail-tab__title { font-size: 11.5px; }
  .phone { width: 220px; height: 440px; }
  .phone-mock { width: 230px; height: 460px; }
}

/* CTA Final clara — responsivo */
@media (max-width: 900px) {
  .cta-final__grid { grid-template-columns: 1fr; text-align: center; gap: var(--sp-5); }
  .cta-final__copy { align-items: center; order: 2; }
  .cta-final__visual { justify-content: center; order: 1; }
  .cta-final--light p { margin-left: auto; margin-right: auto; }
  .cta-final__visual img { max-width: 320px; margin: 0 auto; }
}

/* ============================================================
   Modal: Formulário pré-WhatsApp (#forms-wpp)
   ============================================================ */
.wpp-modal[hidden] { display: none; }
.wpp-modal {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; align-items: flex-start; justify-content: center;
  padding: clamp(16px, 4vw, 48px) 16px;
  overflow-y: auto;
  animation: wppFade .18s ease-out;
}
@keyframes wppFade { from { opacity: 0 } to { opacity: 1 } }
.wpp-modal__backdrop {
  position: fixed; inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(20, 184, 166, .25), rgba(15, 6, 40, .82) 60%);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.wpp-modal__dialog {
  position: relative; z-index: 1;
  width: 100%; max-width: 480px;
  background: #fff;
  border-radius: 22px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .45), 0 0 0 1px rgba(255,255,255,.05);
  animation: wppPop .28s cubic-bezier(.2,.8,.2,1);
}
@keyframes wppPop { from { transform: translateY(8px) scale(.98); opacity: 0 } to { transform: none; opacity: 1 } }
.wpp-modal__close {
  position: absolute; top: 12px; right: 14px;
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255,255,255,.15); border: none;
  font-size: 22px; line-height: 1; color: #fff;
  cursor: pointer; transition: background .15s, transform .15s;
  z-index: 2;
  display: flex; align-items: center; justify-content: center;
}
.wpp-modal__close:hover { background: rgba(255,255,255,.28); transform: rotate(90deg); }

/* Header com gradiente */
.wpp-modal__header {
  position: relative;
  text-align: center;
  padding: 28px 28px 26px;
  background: linear-gradient(135deg, #1a1330 0%, #2d1b54 50%, #14b8a6 140%);
  color: #fff;
  overflow: hidden;
}
.wpp-modal__header::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 100%, rgba(20,184,166,.4), transparent 50%),
    radial-gradient(circle at 80% 0%, rgba(168,85,247,.25), transparent 50%);
  pointer-events: none;
}
.wpp-modal__brand {
  position: relative; z-index: 1;
  display: flex; justify-content: center; margin-bottom: 18px;
}
.wpp-modal__brand img {
  height: 22px; width: auto;
  filter: brightness(0) invert(1);
  opacity: .95;
}
.wpp-modal__icon {
  position: relative; z-index: 1;
  width: 56px; height: 56px;
  margin: 0 auto 12px;
  display: flex; align-items: center; justify-content: center;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(37, 211, 102, .45), 0 0 0 6px rgba(37, 211, 102, .15);
}
.wpp-modal__title {
  position: relative; z-index: 1;
  text-align: center;
  font-size: clamp(20px, 2.6vw, 24px);
  font-weight: 800; color: #fff;
  margin: 0 0 6px;
  line-height: 1.25;
  letter-spacing: -.01em;
}
.wpp-modal__subtitle {
  position: relative; z-index: 1;
  text-align: center;
  font-size: 13.5px;
  color: rgba(255,255,255,.78);
  margin: 0;
  line-height: 1.45;
}

/* Form */
.wpp-form { padding: 24px 28px 26px; }
.wpp-form__row { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.wpp-form__row label,
.wpp-form__row legend {
  font-size: 13px; font-weight: 600; color: #1a1330;
  padding: 0;
}
.wpp-form .req { color: #e11d48; }
.wpp-form input[type="text"],
.wpp-form input[type="email"],
.wpp-form input[type="tel"] {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  font-size: 14.5px; font-family: inherit; color: #1a1330;
  background: #f9fafb;
  transition: border-color .15s, box-shadow .15s;
}
.wpp-form input:focus {
  outline: none;
  border-color: #14b8a6;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(20, 184, 166, .18);
}
.wpp-form input::placeholder { color: #9ca3af; }

/* Select estilizado */
.wpp-form__select {
  position: relative;
}
.wpp-form__select::after {
  content: "";
  position: absolute;
  right: 14px; top: 50%;
  width: 8px; height: 8px;
  border-right: 2px solid #14b8a6;
  border-bottom: 2px solid #14b8a6;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.wpp-form select {
  width: 100%;
  padding: 11px 38px 11px 14px;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  font-size: 14.5px; font-family: inherit; color: #1a1330;
  background: #f9fafb;
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
  cursor: pointer;
  transition: border-color .15s, box-shadow .15s, background .15s;
}
.wpp-form select:focus {
  outline: none;
  border-color: #14b8a6;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(20, 184, 166, .18);
}
.wpp-form select:invalid { color: #9ca3af; }
.wpp-form select[aria-invalid="true"] { border-color: #e11d48; }

.wpp-form__radios { border: none; padding: 0; margin-bottom: 14px; }
.wpp-form__radios legend { margin-bottom: 8px; }
.wpp-form__radios-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.wpp-form__radios--inline label {
  margin: 0; justify-content: center;
}
.wpp-form__radios label {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 12px;
  margin: 0 6px 6px 0;
  border: 1.5px solid #e5e7eb;
  border-radius: 999px;
  background: #f9fafb;
  font-weight: 500; font-size: 13px; color: #4b5563;
  cursor: pointer;
  transition: all .15s;
}
.wpp-form__radios label:hover { border-color: #14b8a6; color: #1a1330; }
.wpp-form__radios label:has(input:checked) {
  background: rgba(20,184,166,.08);
  border-color: #14b8a6;
  color: #1a1330;
  font-weight: 600;
}
.wpp-form__radios input[type="radio"] { accent-color: #14b8a6; }

.wpp-form__submit {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%;
  margin-top: 10px;
  padding: 14px 20px;
  background: linear-gradient(135deg, #25D366 0%, #1ebe5d 100%);
  color: #fff; border: none; border-radius: 12px;
  font-size: 15px; font-weight: 700; font-family: inherit;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(37, 211, 102, .35);
  transition: transform .15s, box-shadow .15s, filter .15s;
}
.wpp-form__submit:hover { transform: translateY(-1px); box-shadow: 0 12px 26px rgba(37, 211, 102, .45); filter: brightness(1.05); }
.wpp-form__submit:active { transform: translateY(0); }
.wpp-form__submit:disabled { opacity: .6; cursor: wait; }

.wpp-form__trust {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 14px;
  margin: 14px 0 0;
}
.wpp-form__trust-item {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 11.5px; font-weight: 600; color: #14b8a6;
}

.wpp-form__disclaimer {
  margin: 10px 0 0;
  font-size: 11.5px; color: #9ca3af; text-align: center; line-height: 1.4;
}

.wpp-form__row input[aria-invalid="true"] { border-color: #e11d48; }
.wpp-form__row .err-msg { color: #e11d48; font-size: 12px; font-weight: 400; margin-top: 2px; }

body.wpp-modal-open { overflow: hidden; }

@media (max-width: 560px) {
  .wpp-modal { padding: 6px; align-items: flex-start; }
  .wpp-modal__dialog { border-radius: 16px; }
  .wpp-modal__header { padding: 16px 18px 16px; }
  .wpp-modal__brand { margin-bottom: 10px; }
  .wpp-modal__brand img { height: 18px; }
  .wpp-modal__icon { width: 42px; height: 42px; margin-bottom: 8px; }
  .wpp-modal__icon svg { width: 22px; height: 22px; }
  .wpp-modal__title { font-size: 16px; margin-bottom: 4px; }
  .wpp-modal__subtitle { font-size: 12px; }
  .wpp-form { padding: 16px 18px 18px; }
  .wpp-form__row { margin-bottom: 10px; }
  .wpp-form__row label, .wpp-form__row legend { font-size: 12.5px; }
  .wpp-form input[type="text"],
  .wpp-form input[type="email"],
  .wpp-form input[type="tel"],
  .wpp-form select { padding: 9px 12px; font-size: 14px; }
  .wpp-form select { padding-right: 34px; }
  .wpp-form__radios { margin-bottom: 10px; }
  .wpp-form__radios label { padding: 8px 10px; font-size: 13px; }
  .wpp-form__submit { padding: 12px 18px; font-size: 14px; margin-top: 6px; }
  .wpp-form__trust { gap: 10px; margin-top: 10px; }
  .wpp-form__trust-item { font-size: 11px; }
  .wpp-form__disclaimer { font-size: 11px; margin-top: 8px; }
  .wpp-modal__close { top: 8px; right: 10px; width: 30px; height: 30px; font-size: 20px; }
}
