/* ================================================================
   TURBO SOCIAL — identidade azul
   Tema claro · azul #1b5cff · ciano #00c2ff · superfícies frias
   ================================================================ */
:root {
  --bg: #f6f9ff;
  --bg2: #eef4ff;
  --card: #ffffff;
  --card2: #f3f7fe;
  --border: #e3e9f7;
  --primary: #1b5cff;
  --primary2: #1247d6;
  --accent: #0ea5e9;
  --text: #111c30;
  --muted: #6b7690;
  --green: #16b364;
  --red: #e5484d;
  --radius: 22px;
  --radius-sm: 14px;
  --shadow-sm: 0 1px 2px rgba(16,42,90, .05), 0 6px 18px rgba(16,42,90, .07);
  --shadow-md: 0 10px 30px rgba(16,42,90, .12);
  --shadow-lg: 0 24px 60px rgba(16,42,90, .18);
  --grad: linear-gradient(120deg, #1b5cff, #0ea5e9);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-width: thin; scrollbar-color: #b2c6cf transparent; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #b2c6cf; border-radius: 99px; border: 2px solid transparent; background-clip: padding-box; }
::-webkit-scrollbar-thumb:hover { background: #93adb8; background-clip: padding-box; }
::selection { background: var(--primary); color: #fff; }
body {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: ''; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(420px 260px at 88% -40px, rgba(48,98,225, .14), transparent 70%),
    radial-gradient(520px 320px at -60px 30%, rgba(58,141,180, .10), transparent 70%),
    radial-gradient(600px 340px at 105% 85%, rgba(247, 119, 55, .08), transparent 70%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 22px; }

/* ---------- header ---------- */
header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(253, 250, 246, .9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { font-weight: 800; font-size: 1.3rem; display: flex; align-items: center; gap: 10px; letter-spacing: -.03em; }
.logo img { height: 32px; border-radius: 8px; }
.logo .ico { font-size: 1.35rem; }
.logo .txt { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nav-links { display: flex; gap: 22px; align-items: center; }
.nav-links a { color: var(--muted); font-weight: 600; font-size: .94rem; transition: color .2s; }
.nav-links a:hover { color: var(--text); }

/* ---------- botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 30px; border-radius: 999px; font-weight: 800; font-size: .95rem;
  cursor: pointer; border: none; transition: all .22s cubic-bezier(.2,.8,.3,1);
  font-family: inherit; letter-spacing: -.01em;
}
.btn-primary {
  background: var(--grad); color: #fff;
  box-shadow: 0 10px 24px rgba(48,98,225, .35);
}
.btn-primary:hover { transform: translateY(-2px) scale(1.01); box-shadow: 0 16px 34px rgba(48,98,225, .45); }
.btn-ghost { background: #fff; color: var(--text); border: 1.5px solid var(--border); box-shadow: var(--shadow-sm); }
.btn-ghost:hover { border-color: #b8cdf9; color: var(--primary2); }
.btn-sm { padding: 9px 20px; font-size: .85rem; }
.btn-block { width: 100%; }
.btn:disabled { opacity: .45; cursor: not-allowed; transform: none !important; }

/* ---------- hero ---------- */
.hero { padding: 104px 0 72px; text-align: center; position: relative; }
.hero::before {
  content: ''; position: absolute; inset: -40px 0 auto 50%; transform: translateX(-50%);
  width: 620px; height: 380px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(48,98,225, .16), transparent);
  pointer-events: none;
}
.hero-tag {
  display: inline-flex; align-items: center; gap: 7px;
  background: #fff; border: 1.5px solid #d9e5ff; color: var(--primary2);
  font-size: .82rem; font-weight: 800; padding: 8px 18px; border-radius: 999px;
  margin-bottom: 26px; box-shadow: var(--shadow-sm);
}
.hero h1 { font-size: clamp(2.4rem, 5.6vw, 4rem); font-weight: 800; line-height: 1.08; letter-spacing: -.04em; color: #232f33; }
.hero h1 em { font-style: normal; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p { color: var(--muted); max-width: 600px; margin: 24px auto 36px; font-size: 1.12rem; }
.badges { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 32px; }
.badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: #fff; border: 1.5px solid var(--border);
  padding: 9px 18px; border-radius: 14px; font-size: .86rem; color: var(--muted);
  box-shadow: var(--shadow-sm); font-weight: 600;
}
.badge b { color: var(--green); }

/* ---------- stats bar ---------- */
.stats-bar { background: #fff; border-bottom: 1px solid var(--border); padding: 15px 0; box-shadow: var(--shadow-sm); }
.stats-inner { display: flex; justify-content: center; gap: 44px; flex-wrap: wrap; }
.stat { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .85rem; font-weight: 600; }
.stat .ico { font-size: 1.25rem; }
.stat b { font-size: 1.08rem; color: var(--primary2); letter-spacing: -.02em; }

/* ---------- seções ---------- */
section { padding: 78px 0; }
section.alt { background: #fff; border-block: 1px solid var(--border); }
.section-title { text-align: center; font-size: clamp(1.75rem, 3.6vw, 2.4rem); font-weight: 800; margin-bottom: 10px; letter-spacing: -.03em; color: #232f33; }
.section-title em { font-style: normal; color: var(--primary); }
.section-sub { text-align: center; color: var(--muted); margin-bottom: 48px; font-size: 1.03rem; }

/* ---------- cards de categoria ---------- */
.chips.center { justify-content: center; margin-bottom: 32px; }
.chips { display: flex; flex-wrap: wrap; gap: 9px; }
.chip {
  padding: 10px 20px; border-radius: 12px; border: 1.5px solid var(--border);
  background: #fff; color: var(--muted); cursor: pointer; font-size: .88rem; font-family: inherit;
  font-weight: 700; transition: all .18s; text-decoration: none;
}
.chip:hover { border-color: #b8cdf9; color: var(--primary); }
.chip.active { background: var(--grad); color: #fff; border-color: transparent; box-shadow: 0 6px 16px rgba(48,98,225,.32); }
.category-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 16px; }
.cat-card {
  background: #fff; border: 1.5px solid var(--border); border-radius: 18px; padding: 24px 20px;
  display: flex; flex-direction: column; gap: 4px; text-align: left; cursor: pointer;
  font-family: inherit; transition: all .22s cubic-bezier(.2,.8,.3,1); box-shadow: var(--shadow-sm);
  text-decoration: none; color: inherit; position: relative;
}
.cat-card:hover { transform: translateY(-5px); border-color: #b8cdf9; box-shadow: var(--shadow-md); }
.cat-card .cat-ico {
  font-size: 1.7rem; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center;
  border-radius: 18px; background: linear-gradient(135deg, #f0f5fd, #eef8fb); margin-bottom: 8px;
}
.cat-card h3 { font-size: .98rem; color: #232f33; line-height: 1.3; }
.cat-card .from { display: inline-flex; align-items: baseline; gap: 6px; white-space: nowrap; text-align: right; margin: 0; font-size: .74rem; color: #617178; font-weight: 600; }
.cat-card .from b { font-size: 1.05rem; color: var(--primary2); }
.cat-card .from b { font-size: 1.05rem; color: var(--primary2); white-space: nowrap; }
.cat-card .from b { color: var(--primary); font-size: .95rem; }
.cat-card.disabled { opacity: .5; cursor: default; pointer-events: none; }
.soon-badge {
  position: absolute; top: 14px; right: 14px; background: #f0f5fd; color: var(--primary2);
  font-size: .66rem; font-weight: 800; text-transform: uppercase; padding: 4px 11px; border-radius: 999px;
  border: 1px solid #d9e5ff;
}
.cat-card.skeleton { min-height: 140px; background: linear-gradient(90deg,#f6f1ea 25%,#efe7dc 50%,#f6f1ea 75%); background-size: 200% 100%; animation: shimmer 1.4s infinite; border: none; }
@keyframes shimmer { to { background-position: -200% 0; } }

/* ---------- banner combos ---------- */
.subs-banner {
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  background: linear-gradient(135deg, #f0f5fd, #eef8fb); border: 1.5px solid #d9e5ff;
  border-radius: 24px; padding: 30px 32px; margin-top: 30px; box-shadow: var(--shadow-sm);
}
.subs-banner h3 { font-size: 1.18rem; color: #232f33; margin-bottom: 6px; }
.subs-banner p { color: var(--muted); font-size: .93rem; max-width: 560px; }

/* ---------- combos ---------- */
.combo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 20px; margin-top: 26px; }
.combo-card {
  background: linear-gradient(160deg, #fff 60%, #f0f5fd);
  border: 1.5px solid #d9e5ff; border-radius: 22px; padding: 30px 24px; position: relative;
  display: flex; flex-direction: column; gap: 8px; transition: all .25s cubic-bezier(.2,.8,.3,1);
  box-shadow: var(--shadow-sm);
}
.combo-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: #b8cdf9; }
.combo-card .combo-ico { font-size: 2.2rem; }
.combo-card h3 { font-size: 1.18rem; color: #232f33; letter-spacing: -.02em; }
.combo-card p { color: var(--muted); font-size: .87rem; flex: 1; }
.combo-price { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.combo-card .disc { color: var(--green); font-weight: 800; font-size: .85rem; }
.combo-cta { color: var(--primary); font-weight: 800; font-size: .92rem; margin-top: 6px; }
.combo-card .p-badge { position: absolute; top: -12px; left: 22px; }

/* ---------- passos ---------- */
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px; }
.step {
  background: var(--bg); border: 1.5px solid var(--border); border-radius: 20px;
  padding: 32px 26px; position: relative; box-shadow: none;
  transition: transform .25s;
}
.step:hover { transform: translateY(-4px); }
.step .num {
  width: 46px; height: 46px; border-radius: 16px; display: flex; align-items: center; justify-content: center;
  background: var(--grad); color: #fff; font-weight: 800; font-size: 1.12rem; margin-bottom: 18px;
  box-shadow: 0 8px 18px rgba(48,98,225,.35);
}
.step h3 { margin-bottom: 8px; font-size: 1.06rem; color: #232f33; }
.step p { color: var(--muted); font-size: .92rem; }

/* ---------- features ---------- */
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px; }
.feature {
  background: #fff; border: 1.5px solid var(--border); border-radius: 20px;
  padding: 30px 26px; box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s;
}
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.feature .ico {
  font-size: 1.7rem; margin-bottom: 14px; display: flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; border-radius: 18px; background: linear-gradient(135deg, #f0f5fd, #eef8fb);
}
.feature h3 { font-size: 1.03rem; margin-bottom: 8px; color: #232f33; }
.feature p { color: var(--muted); font-size: .9rem; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--bg); border: 1.5px solid var(--border); border-radius: 16px; overflow: hidden; transition: border-color .2s; }
.faq-item.open { border-color: #b8cdf9; background: #fff; }
.faq-q {
  width: 100%; background: none; border: none; color: var(--text);
  padding: 19px 22px; font-size: 1rem; font-weight: 700; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; text-align: left; font-family: inherit;
}
.faq-q::after { content: '+'; font-size: 1.5rem; color: var(--primary); transition: transform .2s; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; color: var(--muted); padding: 0 22px; font-size: .93rem; }
.faq-item.open .faq-a { max-height: 300px; padding-bottom: 19px; }

/* ---------- CTA ---------- */
.cta-box {
  background: linear-gradient(120deg, #232f33, #293445);
  border-radius: 30px; padding: 68px 30px; text-align: center; position: relative; overflow: hidden;
}
.cta-box::before {
  content: ''; position: absolute; inset: auto -80px -140px auto; width: 380px; height: 380px;
  border-radius: 50%; background: radial-gradient(closest-side, rgba(48,98,225,.5), transparent);
}
.cta-box h2 { font-size: clamp(1.8rem, 3.8vw, 2.4rem); margin-bottom: 12px; letter-spacing: -.03em; color: #fff; }
.cta-box p { color: rgba(255,255,255,.7); margin-bottom: 30px; font-size: 1.05rem; }

/* ---------- footer ---------- */
footer { border-top: 1px solid var(--border); padding: 52px 0 32px; margin-top: 44px; background: #fff; }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; margin-bottom: 28px; }
.footer-grid h4 { margin-bottom: 12px; color: #232f33; }
.footer-grid a { display: block; color: var(--muted); font-size: .9rem; padding: 4px 0; font-weight: 500; }
.footer-grid a:hover { color: var(--primary); }
.footer-bottom { color: var(--muted); font-size: .8rem; border-top: 1px solid var(--border); padding-top: 22px; }

/* ---------- barra de promoção ---------- */
.promo-bar {
  background: var(--grad); color: #fff;
  padding: 12px 0; text-align: center; font-size: .92rem;
}
.promo-bar .container { display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: center; }
.promo-bar .promo-timer { font-weight: 800; color: #fff; font-variant-numeric: tabular-nums; font-size: 1.06rem; }

/* ---------- stepper ---------- */
.stepper { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 28px 0 6px; flex-wrap: wrap; }
.step-ind { display: flex; align-items: center; gap: 8px; color: #a8b7bd; font-size: .84rem; font-weight: 700; }
.step-ind .dot {
  width: 32px; height: 32px; border-radius: 11px; display: flex; align-items: center; justify-content: center;
  background: #fff; border: 2px solid var(--border); font-size: .82rem; font-weight: 800; transition: all .25s;
}
.step-ind.active { color: var(--primary2); }
.step-ind.active .dot { background: var(--grad); border-color: transparent; color: #fff; box-shadow: 0 5px 14px rgba(48,98,225,.35); }
.step-ind.now { color: #232f33; }
.step-line { width: 36px; height: 2.5px; background: var(--border); border-radius: 3px; }
@media (max-width: 640px) { .step-ind .lbl { display: none; } }

/* ---------- wizard ---------- */
.wizard-step { padding-bottom: 70px; }
.wiz-title { font-size: clamp(1.55rem, 3.5vw, 2.1rem); font-weight: 800; letter-spacing: -.03em; color: #232f33; margin-top: 32px; }
.wiz-sub { color: var(--muted); margin: 6px 0 30px; }

/* ---------- tipos ---------- */
.type-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }
.type-card {
  background: #fff; border: 1.5px solid var(--border); border-radius: 20px; padding: 26px;
  text-align: left; cursor: pointer; font-family: inherit; position: relative;
  transition: all .22s cubic-bezier(.2,.8,.3,1); box-shadow: var(--shadow-sm); color: inherit;
}
.type-card:hover { transform: translateY(-4px); border-color: #b8cdf9; box-shadow: var(--shadow-md); }
.t-badge {
  position: absolute; top: 16px; right: 16px; font-size: .68rem; font-weight: 800; letter-spacing: .05em;
  padding: 5px 13px; border-radius: 10px; color: #fff;
  background: var(--grad); box-shadow: 0 4px 12px rgba(48,98,225,.3);
}
.type-card h3 { font-size: 1.02rem; color: #232f33; padding-right: 58px; }
.type-card .t-emoji { font-size: 1.55em; line-height: 1; vertical-align: -.14em; margin-right: 3px; }
.t-sub { color: var(--primary2); font-size: .82rem; font-weight: 700; display: block; margin: 2px 0 8px; }
.t-desc { color: var(--muted); font-size: .87rem; margin-bottom: 8px; }
.t-delivery { color: var(--muted); font-size: .8rem; margin-bottom: 12px; }
.type-card .from { color: var(--muted); font-size: .84rem; }
.type-card .from b { color: var(--primary); font-size: 1.02rem; }

/* ---------- pacotes ---------- */
.package-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 14px; }
.package-card {
  background: #fff; border: 1.5px solid var(--border); border-radius: 18px; padding: 24px 16px;
  text-align: center; cursor: pointer; font-family: inherit; position: relative;
  transition: all .22s cubic-bezier(.2,.8,.3,1); box-shadow: var(--shadow-sm); color: inherit;
  display: flex; flex-direction: column; gap: 2px;
}
.package-card:hover { transform: translateY(-4px); border-color: #b8cdf9; box-shadow: var(--shadow-md); }
.p-badge {
  position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
  white-space: nowrap; font-size: .64rem; font-weight: 800; letter-spacing: .03em;
  padding: 4px 12px; border-radius: 999px; color: #fff; background: var(--grad);
}
.p-qty { font-size: 1.55rem; font-weight: 800; color: #232f33; letter-spacing: -.03em; margin-top: 6px; }
.p-name { color: var(--muted); font-size: .78rem; }
.p-old { color: #a8b7bd; text-decoration: line-through; font-size: .84rem; min-height: 1.2em; }
.p-old.placeholder { visibility: hidden; }
.p-old.inline { min-height: 0; }
.p-price { font-size: 1.18rem; font-weight: 800; color: var(--primary); }
.p-unit { color: var(--muted); font-size: .72rem; }

/* ---------- checkout ---------- */
.checkout-layout { display: grid; grid-template-columns: 1.35fr 1fr; gap: 26px; align-items: start; margin-top: 24px; }
@media (max-width: 880px) { .checkout-layout { grid-template-columns: 1fr; } }
.card {
  background: #fff; border: 1.5px solid var(--border); border-radius: 22px;
  padding: 30px; box-shadow: var(--shadow-sm);
}
.card h2 { font-size: 1.14rem; margin-bottom: 20px; color: #232f33; }
.field { margin-bottom: 20px; }
.field label { display: block; font-weight: 700; font-size: .88rem; margin-bottom: 9px; color: var(--primary2); }
.field select, .field input, .field textarea {
  width: 100%; background: #fdfaf6; border: 1.5px solid var(--border); color: var(--text);
  padding: 13px 16px; border-radius: 14px; font-size: .95rem; font-family: inherit; outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.field select:focus, .field input:focus, .field textarea:focus {
  border-color: #ff9a94; box-shadow: 0 0 0 4px rgba(48,98,225, .12); background: #fff;
}
.field small { color: var(--muted); display: block; margin-top: 7px; }
.verify-row { display: flex; gap: 10px; }
.verify-row input { flex: 1; }
small.verify-ok { color: var(--green) !important; font-weight: 600; }
small.verify-err { color: var(--red) !important; font-weight: 600; }
.pay-methods { display: flex; gap: 12px; flex-wrap: wrap; }
.pay-method {
  flex: 1; min-width: 180px; border: 1.5px solid var(--border); border-radius: 16px; padding: 15px 16px;
  cursor: pointer; display: flex; gap: 10px; align-items: center; transition: all .2s; background: #fff;
}
.pay-method.selected { border-color: #b8cdf9; background: #f3f7fe; box-shadow: 0 0 0 3px rgba(48,98,225,.12); }
.pay-method.disabled { opacity: .5; cursor: not-allowed; }
.pay-method input { accent-color: var(--primary); }
.pm-body b { display: block; color: #232f33; }
.pm-body small { color: var(--muted); }
.summary-card { position: sticky; top: 96px; }
.secure-badges { display: flex; flex-direction: column; gap: 8px; margin-top: 18px; }
.secure-badges span { color: var(--muted); font-size: .8rem; font-weight: 500; text-align: center; }
.payment-disclosure { color: var(--muted); font-size: .74rem; margin: 10px 0; text-align: center; }

/* ---------- resumo ---------- */
.summary-line { display: flex; justify-content: space-between; padding: 9px 0; color: #617178; font-size: .93rem; }
.summary-line.save { color: var(--green); font-weight: 700; font-size: .88rem; }
.summary-line.save span:last-child { color: var(--green); font-weight: 800; }
.summary-line.total { border-top: 2px solid var(--border); margin-top: 10px; padding-top: 16px; color: #232f33; font-size: 1.32rem; font-weight: 800; }
.summary-line.total span:last-child { color: var(--primary); }

/* ---------- upsell ---------- */
.modal.upsell-modal {
  position: relative; overflow: hidden; padding-top: 44px;
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #1b5cff, #0ea5e9) border-box;
  box-shadow: 0 24px 60px rgba(27,92,255, .28), 0 0 0 1px rgba(27,92,255, .06);
  animation: upsellPop .38s cubic-bezier(.2, .9, .3, 1.15);
}
@keyframes upsellPop {
  from { opacity: 0; transform: scale(.92) translateY(14px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}
.upsell-ribbon {
  position: absolute; top: 16px; left: -42px; transform: rotate(-18deg);
  background: var(--grad); color: #fff; font-size: .68rem; font-weight: 800;
  letter-spacing: .12em; padding: 7px 48px; box-shadow: 0 6px 16px rgba(48,98,225, .35);
}
.upsell-head { display: flex; gap: 14px; align-items: flex-start; text-align: left; margin-bottom: 16px; }
.upsell-head .upsell-ico {
  font-size: 1.7rem; line-height: 1; flex-shrink: 0;
  width: 52px; height: 52px; display: grid; place-items: center;
  background: linear-gradient(145deg, #f0f5ff, #e8f9ff);
  border: 1.5px solid #b8cdf9; border-radius: 18px;
  box-shadow: 0 8px 18px rgba(48,98,225, .15);
  animation: icoFloat 2.4s ease-in-out infinite;
}
@keyframes icoFloat { 50% { transform: translateY(-4px) rotate(-4deg); } }
.upsell-head h2 { margin-bottom: 4px; font-size: 1.28rem; letter-spacing: -.02em; }
.upsell-head .sub { margin-bottom: 0; font-size: .88rem; }
.btn-upsell-yes {
  position: relative; overflow: hidden; font-size: 1.02rem; padding: 16px 30px;
  box-shadow: 0 12px 28px rgba(48,98,225, .4);
  animation: ctaPulse 1.8s ease-in-out infinite;
}
@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 12px 28px rgba(48,98,225, .4), 0 0 0 0 rgba(48,98,225, .35); }
  50% { box-shadow: 0 12px 28px rgba(48,98,225, .4), 0 0 0 10px rgba(48,98,225, 0); }
}
.btn-upsell-yes::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, .35) 50%, transparent 70%);
  background-size: 200% 100%;
  animation: shimmer 2.4s linear infinite;
}
.btn-upsell-no { margin-top: 10px; opacity: .75; font-weight: 600; }
.btn-upsell-no:hover { opacity: 1; }
.upsell-box {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, #f5f8ff 0%, #ecf9ff 55%, #f6f9ff 100%);
  border: 2px dashed #8faef4; border-radius: 20px; padding: 20px 18px 16px;
  margin-bottom: 18px; display: flex; flex-direction: column; gap: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7);
}
.upsell-box::before {
  content: ''; position: absolute; inset: -2px; border-radius: inherit; pointer-events: none;
  background: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, .55) 50%, transparent 65%);
  background-size: 200% 100%;
  animation: shimmer 3s linear infinite;
}
.upsell-badge-row { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.upsell-line { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; position: relative; }
.upsell-line .plus {
  font-size: .68rem; font-weight: 800; letter-spacing: .08em; color: #fff;
  background: var(--grad); padding: 5px 13px; border-radius: 999px;
  box-shadow: 0 6px 14px rgba(48,98,225, .3);
}
.upsell-line .disc {
  font-size: .78rem; font-weight: 800; color: #fff; background: var(--green);
  padding: 5px 11px; border-radius: 999px; box-shadow: 0 6px 14px rgba(22, 179, 100, .3);
}
.upsell-line-main .big {
  font-size: 2.5rem; font-weight: 900; line-height: 1; letter-spacing: -.04em;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.upsell-line-main .upsell-name { font-size: 1.05rem; font-weight: 800; color: #232f33; max-width: 170px; text-align: left; }
.upsell-price-row { gap: 12px; margin-top: 2px; }
.upsell-price-row .p-old.inline { font-size: 1rem; font-weight: 700; }
.upsell-line .big { font-size: 1.32rem; color: var(--primary); }
.upsell-price {
  font-size: 1.85rem; font-weight: 900; color: var(--primary); letter-spacing: -.03em;
  text-shadow: 0 2px 0 rgba(48,98,225, .12);
}
.upsell-save {
  font-size: .78rem; font-weight: 800; color: var(--green);
  background: rgba(22, 179, 100, .12); border: 1px solid rgba(22, 179, 100, .3);
  padding: 3px 10px; border-radius: 999px;
}
.upsell-total {
  color: var(--muted); font-size: .92rem; text-align: left;
  border-top: 1.5px dashed #c5d2e8; padding-top: 12px; margin-top: 4px;
  display: flex; flex-direction: column; gap: 6px; position: relative;
}
.upsell-total-row { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.upsell-total-row b { color: #232f33; }
.upsell-qty-flow b {
  color: var(--primary); font-size: 1.08rem;
  background: #fff; border: 1.5px solid #b8cdf9; border-radius: 10px; padding: 1px 9px;
}
.upsell-total-pay { font-weight: 700; }
.upsell-total-pay b { font-size: 1.2rem; color: var(--primary); font-weight: 900; }
@media (max-width: 480px) {
  .modal.upsell-modal { padding: 40px 18px 24px; }
  .upsell-head { gap: 10px; }
  .upsell-head .upsell-ico { width: 44px; height: 44px; font-size: 1.4rem; border-radius: 14px; }
  .upsell-line-main .big { font-size: 2.1rem; }
  .upsell-price { font-size: 1.6rem; }
}

/* ---------- ofertas ---------- */
.offers-list { display: flex; flex-direction: column; gap: 10px; margin: 16px 0; }
.offer-choice {
  display: flex; align-items: center; gap: 12px; border: 1.5px solid var(--border); border-radius: 16px;
  padding: 14px 16px; cursor: pointer; background: #fff; transition: all .15s;
}
.offer-choice:has(input:checked) { border-color: #b8cdf9; background: #f3f7fe; }
.offer-choice input { accent-color: var(--primary); width: 18px; height: 18px; }
.offer-choice b { color: #232f33; display: block; }
.offer-choice small { color: var(--muted); }
.offer-choice strong { margin-left: auto; color: var(--primary); }

/* ---------- perfil + mídia ---------- */
.profile-result { margin-top: 16px; border: 1.5px solid var(--border); border-radius: 18px; padding: 18px; background: #f3f7fe; }

/* ---------- resumo de publicação (link de post/reel colado) ---------- */
.post-result { margin-top: 16px; border: 1.5px solid #d9e5ff; border-radius: 18px; padding: 18px; background: #f3f7fe; }
.post-main { display: flex; gap: 14px; align-items: flex-start; }
.post-cover {
  width: 96px; height: 96px; border-radius: 18px; object-fit: cover; flex-shrink: 0;
  box-shadow: var(--shadow-sm); background: #f0f5fd;
}
.post-info { min-width: 0; }
.post-info strong { color: #232f33; display: block; font-size: .95rem; }
.post-caption {
  color: #617178; font-size: .8rem; display: -webkit-box; -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; overflow: hidden; margin-top: 2px;
}
.post-stats { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 8px; color: #617178; font-size: .8rem; }
.post-stats b { color: var(--primary2); }
.post-info a { color: var(--primary); font-size: .8rem; }
@media (max-width: 640px) {
  .post-main { flex-direction: row; }
  .post-cover { width: 76px; height: 76px; }
}
.profile-main { display: flex; gap: 14px; align-items: center; }
.profile-avatar { width: 62px; height: 62px; border-radius: 20px; object-fit: cover; }
.profile-avatar-fallback { display: flex; align-items: center; justify-content: center; background: var(--grad); color: #fff; font-weight: 800; font-size: 1.4rem; }
.profile-avatar-wrap { position: relative; }
.profile-check { position: absolute; bottom: -3px; right: -3px; width: 21px; height: 21px; border-radius: 50%; background: var(--green); color: #fff; font-size: .7rem; display: flex; align-items: center; justify-content: center; border: 2px solid #fff; }
.profile-info strong { color: #232f33; display: block; }
.profile-info > span { color: var(--muted); font-size: .84rem; display: block; }
.profile-info a { color: var(--primary); font-size: .8rem; }
.profile-stats { display: flex; gap: 12px; margin-top: 6px; color: var(--muted); font-size: .78rem; flex-wrap: wrap; }
.profile-stats b { color: #232f33; }
.profile-projection { border-top: 1px dashed var(--border); margin-top: 14px; padding-top: 14px; display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.profile-projection small { color: var(--muted); display: block; font-size: .7rem; text-transform: uppercase; letter-spacing: .04em; }
.profile-projection strong { font-size: 1.05rem; color: #232f33; }
.profile-new strong { color: var(--primary); }
.profile-target strong { color: var(--green); }
.profile-progress { width: 100%; height: 8px; background: #f1e9df; border-radius: 99px; overflow: hidden; }
.profile-progress i { display: block; height: 100%; width: 78%; background: var(--grad); border-radius: 99px; }
.profile-projection p { width: 100%; font-size: .82rem; color: var(--muted); margin: 0; }

#media-picker { margin-top: 14px; border-top: 1.5px solid var(--border); padding-top: 16px; }
.media-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 12px 0; }
.media-tile { position: relative; border: 2px solid var(--border); border-radius: 14px; overflow: hidden; cursor: pointer; padding: 0; background: none; font-family: inherit; transition: all .15s; }
.media-tile img { width: 100%; aspect-ratio: 1; object-fit: cover; display: block; }
.media-tile span { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(35,47,51,.65); color: #fff; font-size: .62rem; padding: 3px 4px; text-align: center; }
.media-tile.selected { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(48,98,225,.25); }
.media-pagination { display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--muted); font-size: .82rem; margin-top: 10px; }

/* ---------- pedidos ---------- */
.order-card {
  background: #fff; border: 1.5px solid var(--border); border-radius: 20px;
  padding: 26px; margin-bottom: 14px; box-shadow: var(--shadow-sm);
}
.order-head { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 10px; }
.order-head h3 { font-size: 1.02rem; color: #232f33; }
.status { padding: 5px 15px; border-radius: 999px; font-size: .78rem; font-weight: 800; }
.status.pending { background: #fff3e0; color: #b25e00; }
.status.paid { background: #e8f1ff; color: #1f5fd0; }
.status.expired { background: #f1e9df; color: #818f95; }
.status.processing { background: #e8f1ff; color: var(--primary2); }
.status.completed { background: #e2f8ec; color: var(--green); }
.status.cancelled { background: #ffecec; color: var(--red); }
.order-meta { color: var(--muted); font-size: .86rem; display: flex; gap: 18px; flex-wrap: wrap; }
.order-item { display: flex; justify-content: space-between; padding: 7px 0; color: var(--muted); font-size: .88rem; border-bottom: 1px dashed var(--border); }
.order-card .order-item:last-of-type { border-bottom: none; margin-bottom: 8px; }

.empty-state { text-align: center; padding: 70px 20px; color: var(--muted); }
.empty-state .ico { font-size: 3rem; display: block; margin-bottom: 14px; }

/* ---------- modal ---------- */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(35,47,51, .45); backdrop-filter: blur(8px);
  display: none; align-items: center; justify-content: center; z-index: 100; padding: 20px;
}
.modal-overlay.show { display: flex; }
.modal {
  background: #fff; border-radius: 26px;
  max-width: 440px; width: 100%; padding: 36px; text-align: center;
  max-height: 92vh; overflow-y: auto; box-shadow: var(--shadow-lg);
}
.modal h2 { margin-bottom: 6px; color: #232f33; }
.modal .sub { color: var(--muted); font-size: .9rem; margin-bottom: 20px; }
#pix-qr { border: 1.5px solid var(--border); padding: 12px; border-radius: 20px; display: inline-block; margin-bottom: 16px; }
#pix-qr img { display: block; border-radius: 12px; }
.pix-code {
  background: #fdfaf6; border: 1.5px solid var(--border); border-radius: 14px;
  padding: 12px; font-size: .72rem; word-break: break-all; color: var(--muted); margin-bottom: 14px;
  font-family: monospace; max-height: 90px; overflow-y: auto;
}
.modal .total-line { font-size: 1.3rem; font-weight: 800; margin-bottom: 18px; color: #232f33; }
.modal .total-line span { color: var(--primary); }
.checking { display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--muted); font-size: .88rem; }
.spinner { width: 18px; height: 18px; border: 2.5px solid var(--border); border-top-color: var(--primary); border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.success-ico { font-size: 3.4rem; display: block; margin-bottom: 10px; }

/* ---------- toast ---------- */
#toast {
  position: fixed; bottom: 26px; left: 50%; transform: translateX(-50%) translateY(80px);
  background: #232f33; color: #fff;
  padding: 13px 26px; border-radius: 14px; font-size: .9rem; z-index: 200;
  opacity: 0; transition: all .3s; pointer-events: none;
  box-shadow: var(--shadow-lg); font-weight: 600;
}
#toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ---------- widget de ajuda ---------- */
.help-widget {
  position: fixed; right: 20px; bottom: 20px; z-index: 90;
  background: #25d366; color: #fff; font-weight: 800; font-size: .86rem;
  padding: 13px 20px; border-radius: 16px; box-shadow: 0 10px 26px rgba(37, 211, 102, .4);
  transition: transform .2s, box-shadow .2s;
}
.help-widget:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(37, 211, 102, .5); }

/* ---------- admin ---------- */
.admin-wrap { display: flex; min-height: 100vh; }
.admin-sidebar {
  width: 244px; background: #fff; border-right: 1.5px solid var(--border);
  padding: 24px 14px; position: sticky; top: 0; height: 100vh; overflow-y: auto; flex-shrink: 0;
}
.admin-sidebar .logo { padding: 0 10px 22px; }
.admin-nav { display: flex; flex-direction: column; gap: 5px; }
.admin-nav button {
  background: none; border: none; color: var(--muted); text-align: left;
  padding: 11px 14px; border-radius: 13px; cursor: pointer; font-size: .92rem;
  font-family: inherit; font-weight: 700; display: flex; align-items: center; gap: 10px;
  transition: all .18s;
}
.admin-nav button:hover { color: var(--text); background: #eef3fb; }
.admin-nav button.active { background: var(--grad); color: #fff; box-shadow: 0 6px 16px rgba(48,98,225,.3); }
.admin-main { flex: 1; padding: 34px; min-width: 0; background: var(--bg); }
.admin-main h1 { font-size: 1.55rem; margin-bottom: 24px; letter-spacing: -.03em; color: #232f33; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin-bottom: 30px; }
.stat-card {
  background: #fff; border: 1.5px solid var(--border); border-radius: 20px;
  padding: 24px; box-shadow: var(--shadow-sm);
}
.stat-card .ico {
  font-size: 1.35rem; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center;
  border-radius: 16px; background: linear-gradient(135deg, #f0f5fd, #eef8fb); margin-bottom: 12px;
}
.stat-card .val { font-size: 1.78rem; font-weight: 800; margin: 2px 0; letter-spacing: -.03em; color: #232f33; }
.stat-card .lbl { color: var(--muted); font-size: .82rem; font-weight: 600; }
.table-wrap { background: #fff; border: 1.5px solid var(--border); border-radius: 18px; overflow: auto; box-shadow: var(--shadow-sm); }
table { width: 100%; border-collapse: collapse; min-width: 640px; }
th, td { padding: 14px 16px; text-align: left; font-size: .88rem; border-bottom: 1px solid var(--border); }
th { color: var(--muted); font-weight: 800; text-transform: uppercase; font-size: .72rem; letter-spacing: .05em; }
tr:last-child td { border-bottom: none; }
.actions-cell { display: flex; gap: 8px; }
.icon-btn {
  background: #fdfaf6; border: 1.5px solid var(--border); color: var(--text);
  width: 34px; height: 34px; border-radius: 11px; cursor: pointer; font-size: .9rem;
  display: inline-flex; align-items: center; justify-content: center; transition: all .15s;
}
.icon-btn:hover { border-color: #b8cdf9; }
.icon-btn.danger:hover { border-color: #c2ccff; color: var(--red); }
.form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.toggle-row { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-bottom: 1.5px solid var(--border); font-weight: 600; }
.toggle-row:last-child { border-bottom: none; }
.switch { position: relative; width: 48px; height: 27px; flex-shrink: 0; }
.switch input { opacity: 0; width: 0; height: 0; }
.slider { position: absolute; inset: 0; background: #e5d9c9; border-radius: 999px; cursor: pointer; transition: .2s; }
.slider::before {
  content: ''; position: absolute; height: 21px; width: 21px; left: 3px; top: 3px;
  background: #fff; border-radius: 9px; transition: .2s; box-shadow: var(--shadow-sm);
}
.switch input:checked + .slider { background: var(--primary); }
.switch input:checked + .slider::before { transform: translateX(21px); }
.color-row { display: flex; align-items: center; gap: 12px; padding: 10px 0; font-weight: 600; }
.color-row input[type=color] { width: 48px; height: 38px; border: 1.5px solid var(--border); border-radius: 11px; background: none; cursor: pointer; padding: 3px; }
.admin-section { margin-bottom: 28px; }
.status-select { background: #fdfaf6 !important; border: 1.5px solid var(--border) !important; border-radius: 11px !important; padding: 5px 8px; color: var(--text); font-family: inherit; }

/* ---------- prova social no admin ---------- */
.combo-item-row { align-items: center; }
code { background: #f1f5ff; padding: 2px 8px; border-radius: 8px; font-size: .84em; color: var(--primary2); }

@media (max-width: 800px) {
  .admin-sidebar { width: 66px; padding: 16px 8px; }
  .admin-sidebar .logo span, .admin-sidebar .logo .txt, .admin-nav button .txt { display: none; }
  .admin-nav button { justify-content: center; }
  .admin-main { padding: 20px 14px; }
  .nav-links a:not(.btn) { display: none; }
}


/* ================================================================
   LAYOUT PRÓPRIO (v3) — estrutura diferenciada do site de referência
   ================================================================ */

/* ---- hero split com mock de fila ao vivo ---- */
.hero { padding: 84px 0 66px; }
.hero-split { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; text-align: left; }
.hero-copy h1 { margin-top: 20px; }
.hero-copy p { margin: 18px 0 30px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 6px; }
.badges { justify-content: flex-start; margin-top: 22px; }
.hero-side { position: relative; min-height: 380px; }
.hero-blob {
  position: absolute; inset: 8% 0 0 6%; border-radius: 42% 58% 55% 45% / 45% 40% 60% 55%;
  background: linear-gradient(135deg, rgba(58,141,180,.16), rgba(48,98,225,.14) 55%, rgba(247,119,55,.16));
  filter: blur(2px); animation: blobFloat 9s ease-in-out infinite alternate;
}
@keyframes blobFloat { 50% { border-radius: 55% 45% 48% 52%; transform: rotate(6deg) translateY(-8px); } }
.hero-mock {
  position: relative; z-index: 2; background: #fff; border: 1.5px solid var(--border);
  border-radius: 26px; padding: 18px; box-shadow: var(--shadow-lg); max-width: 400px;
  margin-left: auto; transform: rotate(1.5deg);
}
.mock-row { display: flex; align-items: center; gap: 12px; padding: 13px 14px; border-radius: 16px; margin-bottom: 8px; background: #fdfaf6; border: 1px solid var(--border); }
.mock-row.mock-head { background: #232f33; border-color: #232f33; color: #fff; margin-bottom: 14px; }
.mock-row.mock-head small { color: rgba(255,255,255,.55); display: block; font-size: .72rem; }
.mock-row.mock-head b { color: #fff; }
.mock-avatar { width: 38px; height: 38px; border-radius: 12px; background: var(--grad); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; flex-shrink: 0; }
.mock-head .mock-live { margin-left: auto; color: #4ade80; font-size: .7rem; font-weight: 800; letter-spacing: .04em; }
.mock-row .mock-ico { width: 40px; height: 40px; border-radius: 13px; background: #f0f5fd; display: flex; align-items: center; justify-content: center; font-size: 1.15rem; flex-shrink: 0; }
.mock-row b { font-size: .88rem; color: #232f33; display: block; }
.mock-row small { color: var(--muted); font-size: .74rem; display: block; }
.mock-row > div { flex: 1; min-width: 0; }
.mock-chip { margin-left: auto; background: #f1e9df; color: var(--muted); font-size: .68rem; font-weight: 800; padding: 4px 10px; border-radius: 999px; flex-shrink: 0; }
.mock-chip.coral { background: #e4eaff; color: var(--primary2); }
.mock-chip.teal { background: #e2f6f0; color: var(--green); }

/* ---- stats: bolhas flutuantes com ícones em gradiente ---- */
.stats-bar { background: transparent; box-shadow: none; border: none; padding: 0 0 8px; }
.stats-inner { gap: 16px; }
.stat { background: #fff; border: 1.5px solid var(--border); border-radius: 999px; padding: 9px 20px 9px 10px; box-shadow: var(--shadow-sm); }
.stat .ico { width: 34px; height: 34px; border-radius: 999px; background: var(--grad); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1rem; }
.stat b { color: var(--primary2); font-size: 1rem; }

/* ---- serviços: menu lateral + linhas ---- */
#plataformas .container { display: grid; grid-template-columns: 250px 1fr; gap: 40px; align-items: start; text-align: left; }
#plataformas .section-title, #plataformas .section-sub { text-align: left; }
#plataformas .section-title { grid-column: 1 / -1; }
#plataformas .section-sub { grid-column: 1 / -1; margin-bottom: 8px; }
#plataformas .chips.center {
  position: sticky; top: 96px;
  flex-direction: column; gap: 10px; margin: 26px 0 0; align-items: stretch;
}
#plataformas .chip {
  display: flex; align-items: center; gap: 10px; border-radius: 16px; padding: 15px 18px;
  font-size: .98rem; border-color: transparent; background: transparent; font-weight: 700; color: var(--muted);
  text-align: left;
}
#plataformas .chip:hover { background: #f0f5fd; color: var(--text); border-color: transparent; }
#plataformas .chip.active { background: var(--grad); color: #fff; }
#plataformas .subs-banner { grid-column: 1 / -1; }
@media (max-width: 860px) {
  #plataformas .container { display: block; }
  #plataformas .chips.center { position: static; flex-direction: row; overflow-x: auto; }
  #plataformas .chip { white-space: nowrap; }
}
/* título/sub fixos no topo da coluna esquerda */
#plataformas .section-title { order: -1; }

/* categorias: linhas de menu com preço à direita */
.category-grid { display: grid; gap: 10px; }
.cat-card {
  flex-direction: row; align-items: center; gap: 16px; padding: 14px 18px; border-radius: 18px;
}
.cat-card .cat-ico { width: 52px; height: 52px; border-radius: 16px; font-size: 1.4rem; margin: 0; flex-shrink: 0; }
.cat-card h3 { flex: 1; }
.cat-card .from { display: inline-flex; align-items: baseline; gap: 6px; white-space: nowrap; text-align: right; margin: 0; font-size: .74rem; color: #617178; font-weight: 600; }
.cat-card .from b { font-size: 1.05rem; color: var(--primary2); }
.cat-card .from b { font-size: 1.05rem; color: var(--primary2); white-space: nowrap; }
.cat-card .from b { display: block; font-size: 1.02rem; }
.cat-card::after { content: '›'; color: #bcc8cf; font-size: 1.6rem; font-weight: 300; margin-left: 6px; }
.soon-badge { position: static; margin-left: auto; }
.cat-card.disabled::after { content: none; }

/* ---- passos: timeline horizontal conectada ---- */
.steps-grid { position: relative; padding-top: 10px; }
.steps-grid::before {
  content: ''; position: absolute; top: 44px; left: 8%; right: 8%; height: 2.5px;
  background: repeating-linear-gradient(90deg, #c8d3f0 0 12px, transparent 12px 22px);
}
.step { background: none; border: none; box-shadow: none; padding: 0 18px; text-align: center; }
.step .num { margin: 0 auto 18px; }
.step h3 { font-size: 1.08rem; }
.step p { max-width: 280px; margin: 0 auto; }

/* ---- features: grade compacta com ícone à esquerda ---- */
.features-grid { gap: 14px; }
.feature { display: grid; grid-template-columns: 48px 1fr; grid-template-rows: auto auto; gap: 4px 14px; align-items: start; padding: 22px; border-radius: 18px; }
.feature .ico { grid-row: 1 / span 2; }
.feature .ico { width: 48px; height: 48px; border-radius: 14px; flex-shrink: 0; margin: 0; font-size: 1.35rem; display: flex; align-items: center; justify-content: center; }
.feature h3 { margin: 0 0 4px; }
.feature p { font-size: .88rem; }

/* ---- combos: cartões horizontais ---- */
.combo-card { flex-direction: row; align-items: center; gap: 18px; padding: 26px 28px; border-radius: 24px; }
.combo-card .combo-ico { font-size: 2.4rem; flex-shrink: 0; }
.combo-card > div, .combo-card p { flex: 1; }
.combo-card .combo-cta { width: 100%; text-align: right; }

/* ---- CTA: banner horizontal com texto à esquerda e ação à direita ---- */
.cta-box {
  display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
  text-align: left; padding: 52px 54px; border-radius: 30px;
}
.cta-box > div { flex: 1 1 420px; min-width: 0; }
.cta-box h2 { font-size: clamp(1.6rem, 3vw, 2.1rem); margin: 0; }
.cta-box p { margin: 8px 0 0; max-width: 560px; }
.cta-box .btn { flex-shrink: 0; }

/* ---- wizard: pacotes como linhas selecionáveis (radio) ---- */
.package-grid { grid-template-columns: 1fr 1fr; gap: 12px; max-width: 880px; margin: 0 auto; }
.package-card { flex-direction: row; align-items: center; text-align: left; gap: 14px; padding: 16px 20px; border-radius: 18px; }
.package-card .p-badge { position: static; transform: none; margin-right: 2px; order: -1; flex-shrink: 0; }
.package-card .p-qty { font-size: 1.3rem; margin: 0; min-width: 88px; text-align: right; order: 0; }
.package-card .p-name { display: none; }
.package-card .p-old { order: 1; min-height: 0; }
.package-card .p-price { order: 0; margin-left: auto; font-size: 1.2rem; }
.package-card .p-unit { position: absolute; bottom: 8px; left: 20px; font-size: .68rem; }
.package-card:hover { transform: none; border-color: #b8cdf9; }
@media (max-width: 720px) { .package-grid { grid-template-columns: 1fr; } }

/* tipos: duas colunas com borda esquerda de cor */
.type-grid { grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); }
.type-card { padding: 22px 24px; border-left: 4px solid var(--grad); border-radius: 18px; }
.type-card:hover { border-color: var(--primary); border-left-width: 4px; }

/* checkout: coluna esquerda em fundo branco, resumo destacado */
.summary-card { border-top: 4px solid var(--grad); }

/* footer: 3 colunas alinhadas */
@media (min-width: 861px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr; display: grid; } }

@media (max-width: 900px) {
  .hero-split { grid-template-columns: 1fr; text-align: center; }
  .hero-copy .badges, .hero-actions { justify-content: center; }
  .hero-side { display: none; }
  .cta-box { text-align: center; padding: 44px 26px; }
  .steps-grid::before { display: none; }
}

/* combos em linha única: ícone | info | preço+cta */
.combo-card { display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; }
.combo-card .combo-info h3 { font-size: 1.12rem; margin-bottom: 2px; }
.combo-card .combo-info p { margin: 0; font-size: .88rem; }
.combo-price { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; }
.combo-card .combo-cta { margin-top: 4px; font-size: .84rem; color: var(--primary2); }
.combo-card .p-badge { top: -10px; left: 18px; transform: none; }
#plataformas .chips.center { position: sticky; top: 100px; }


/* ================================================================
   FIXES: legibilidade + responsivo (v3.1)
   ================================================================ */

/* linhas de serviço: grid estável, preço em uma linha */
.category-grid { gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cat-card {
  display: grid !important;
  grid-template-columns: 52px 1fr auto 14px;
  align-items: center; gap: 14px;
  padding: 14px 16px;
}
.cat-card .cat-ico { width: 52px; height: 52px; border-radius: 15px; font-size: 1.35rem; margin: 0; }
.cat-card h3 { font-size: .93rem; line-height: 1.4; min-width: 0; hyphens: auto; }
.cat-card .from { display: inline-flex; align-items: baseline; gap: 6px; white-space: nowrap; text-align: right; margin: 0; font-size: .74rem; color: #617178; font-weight: 600; }
.cat-card .from b { font-size: 1.05rem; color: var(--primary2); }
.cat-card .from b { font-size: 1.05rem; color: var(--primary2); white-space: nowrap; }
.cat-card .from b { font-size: 1.02rem; color: var(--primary2); }
.cat-card::after {
  content: ''; width: 9px; height: 9px; margin: 0;
  border-right: 2px solid #b9c3cc; border-top: 2px solid #b9c3cc; transform: rotate(45deg);
  opacity: .7;
}
.cat-card:hover::after { border-color: var(--primary); }
.cat-card .soon-badge { margin: 0; justify-self: end; }
.cat-card.disabled { grid-template-columns: 52px 1fr auto; }
.cat-card.disabled::after { content: none; }

/* wizard: pacotes legíveis */
.package-card { position: relative; min-height: 62px; }
.package-card .p-unit { position: static; order: 3; font-size: .7rem; color: var(--muted); }
.package-card { display: grid !important; grid-template-columns: auto 1fr auto; gap: 4px 12px; align-items: center; }
.package-card .p-qty { min-width: 0; text-align: left; }
.package-card .p-price { margin-left: 0; text-align: right; }
.package-card .p-old { text-align: right; }
.package-card .p-badge { justify-self: start; }
.package-card .p-old.placeholder { display: none; }

/* checkout mobile */
@media (max-width: 640px) {
  .cat-card { grid-template-columns: 48px 1fr auto 12px; gap: 10px; padding: 13px 14px; }
  .cat-card h3 { font-size: .9rem; }
  .cat-card .from { display: flex; flex-direction: column; align-items: flex-end; gap: 1px; }
  .checkout-layout, .buy-layout { grid-template-columns: 1fr; }
  .summary-card { position: static; }
  .verify-row { flex-direction: column; }
  .verify-row .btn { width: 100%; justify-content: center; }
  .hero { padding: 60px 0 40px; }
  .stats-inner { gap: 8px; }
  .stat { padding: 8px 14px 8px 8px; font-size: .78rem; }
  .stat b { font-size: .9rem; }
  .section-title { font-size: 1.55rem; }
  .wiz-title { font-size: 1.5rem; }
  .type-grid, .category-grid { grid-template-columns: 1fr !important; }
  .combo-card { grid-template-columns: auto 1fr; }
  .combo-card .combo-price { grid-column: 1 / -1; flex-direction: row; align-items: center; gap: 10px; }
  .footer-grid { grid-template-columns: 1fr !important; display: block !important; }
  .cta-box { padding: 36px 22px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step { text-align: center; margin-bottom: 26px; }
  .modal { padding: 24px 18px; }
  .buy-layout { gap: 18px; }
}

/* tablets */
@media (max-width: 900px) {
  #plataformas .container { display: block; }
  .hero-mock { max-width: 420px; margin: 0 auto; transform: none; }
}

/* contraste: textos suaves não muito claros em fundos claros */
.feature p, .step p, .cat-card .from small { color: #617178; }
.summary-line, .order-meta, .pix-code, .modal .sub { color: #617178; }
.order-meta, .order-item { color: #617178; }
.field small, .card small { color: #617178; }

/* ================================================================
   MARQUEE + TRUST + MÉTODO + DEPOIMENTOS (estilo perfil turbinado)
   ================================================================ */
.trust-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.trust-item {
  background: #fff; border: 1.5px solid var(--border); border-radius: 16px;
  padding: 10px 18px; box-shadow: var(--shadow-sm); line-height: 1.25;
}
.trust-item b { display: block; color: #232f33; font-size: 1.02rem; letter-spacing: -.02em; }
.trust-item small { color: var(--muted); font-size: .74rem; font-weight: 600; }

/* marquee infinito */
.marquee {
  overflow: hidden; background: #fff; border-block: 1.5px solid var(--border);
  padding: 13px 0; margin: 10px 0;
}
.marquee-track { display: flex; gap: 12px; width: max-content; animation: mq 26s linear infinite; }
.marquee-track:hover { animation-play-state: paused; }
@keyframes mq { to { transform: translateX(-50%); } }
.mq-chip {
  white-space: nowrap; font-size: .86rem; font-weight: 700; color: #232f33;
  background: #f0f5fd; border: 1px solid #d9e5ff; padding: 8px 18px; border-radius: 999px;
}
.marquee.small { border: none; padding: 6px 0; }
.marquee.small .mq-chip { font-size: .76rem; padding: 6px 14px; }

/* método: vídeo + pontos */
.method-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 36px; align-items: start; }
.method-video, .method-points { min-width: 0; }
.method-video { overflow: hidden; }
.video-frame {
  aspect-ratio: 16/10; border-radius: 24px; border: 1.5px solid var(--border);
  background:
    radial-gradient(320px 200px at 30% 20%, rgba(58,141,180,.25), transparent 70%),
    radial-gradient(320px 200px at 80% 90%, rgba(48,98,225,.22), transparent 70%),
    linear-gradient(160deg, #232f33, #293445);
  display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden;
}
.video-frame::after {
  content: ''; position: absolute; inset: 0;
  background: repeating-linear-gradient(45deg, rgba(255,255,255,.04) 0 2px, transparent 2px 8px);
}
.video-frame span {
  width: 74px; height: 74px; border-radius: 50%; background: var(--grad); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 1.5rem;
  box-shadow: 0 12px 30px rgba(48,98,225,.45); z-index: 1; cursor: pointer; transition: transform .2s;
}
.video-frame span:hover { transform: scale(1.08); }
.video-frame p { position: absolute; bottom: 16px; left: 18px; right: 18px; color: rgba(255,255,255,.75); font-size: .8rem; z-index: 1; }
.method-points h3 { font-size: 1.3rem; letter-spacing: -.02em; color: #232f33; margin-bottom: 18px; }
.method-points h3 em { font-style: normal; color: var(--primary); }
.method-points .feature { margin-bottom: 12px; }
@media (max-width: 880px) { .method-grid { grid-template-columns: 1fr; } }

/* depoimentos */
.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; max-width: 860px; margin: 0 auto; }
.testimonial-card {
  background: #fff; border: 1.5px solid var(--border); border-radius: 22px; padding: 28px 22px;
  text-align: center; position: relative; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; align-items: center; gap: 6px;
  transition: transform .25s, box-shadow .25s;
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.t-rank { position: absolute; top: 14px; left: 14px; font-size: .78rem; font-weight: 800; color: var(--muted); }
.t-avatar { width: 64px; height: 64px; border-radius: 22px; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 800; margin-bottom: 4px; }
.testimonial-card b { color: #232f33; }
.t-stars { color: #f7b500; letter-spacing: 2px; font-size: .85rem; }
.testimonial-card p { color: #617178; font-size: .88rem; flex: 1; }
.testimonial-card small { color: var(--muted); font-size: .72rem; border: 1px solid var(--border); padding: 3px 10px; border-radius: 999px; }

/* CTA final com chip */
.cta-chip {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 14px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); color: #d9e5ff;
  font-size: .78rem; font-weight: 700; padding: 6px 14px; border-radius: 999px;
}
.cta-box em { font-style: normal; background: linear-gradient(110deg, #84dafc, #72a0f4); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cta-box h2, .cta-box p { color: #fff; }
.cta-box p { color: rgba(255,255,255,.7); }

/* notas legais no footer */
.legal-notes { border-top: 1px solid var(--border); padding-top: 18px; margin-top: 8px; }
.legal-notes p { color: var(--muted); font-size: .76rem; line-height: 1.55; margin-bottom: 8px; max-width: 900px; }
.legal-notes b { color: #617178; }
/* Storefront: white surfaces and a consistent blue-to-cyan identity. */
.storefront {
  --bg: #fff;
  --bg2: #f6faff;
  --border: #dbe4f5;
  --primary: #1b5cff;
  --primary2: #1247d6;
  --accent: #0ea5e9;
  --text: #111c30;
  --muted: #6b7690;
  --grad: linear-gradient(110deg, #1b5cff, #0ea5e9);
  --shadow-sm: 0 3px 16px rgba(27,92,255, .05);
  --shadow-md: 0 10px 28px rgba(27,92,255, .10);
  background: #fff;
}
.storefront::before { content: none; }
.storefront header { background: rgba(255,255,255,.96); }
.storefront .logo .txt, .storefront .hero h1 em {
  background-image: var(--grad);
}
.storefront .hero::before { background: radial-gradient(closest-side, #eaf9ff, transparent); }
.storefront .btn-primary { box-shadow: 0 5px 16px rgba(39,137,202,.2); }
.storefront .btn-primary:hover { box-shadow: 0 8px 22px rgba(39,137,202,.28); }
.storefront .cat-card, .storefront .type-card { border-color: var(--border); box-shadow: none; }
.storefront .field input, .storefront .field textarea, .storefront .field select { background: #f9feff; }
.storefront .field input:focus, .storefront .field textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px #34c1ef15; }
.purchase-page .wizard-step { max-width: 1000px; }
.purchase-page #step-3 { max-width: 804px; padding-bottom: 28px; }
.purchase-page #step-3 .wiz-title, .purchase-page #step-3 .wiz-sub { text-align: center; }
.package-notice {
  display: flex; align-items: center; gap: 10px; padding: 17px 22px;
  margin-bottom: 20px; border-radius: 16px; background: var(--grad);
  color: #fff; font-size: 13px; line-height: 1.5;
}
.purchase-page .package-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; max-width: none; }
.purchase-page .package-card {
  display: flex !important; flex-direction: column; align-items: center; justify-content: flex-start;
  gap: 0; min-width: 0; min-height: 187px; padding: 16px 10px 18px;
  border: 1px solid var(--border); border-radius: 16px; background: #fff;
  text-align: center; box-shadow: none; transition: border-color .18s, background .18s, box-shadow .18s;
}
.purchase-page .package-card:hover { transform: none; border-color: #2681cc; background: #fafdff; }
.purchase-page .package-card.selected { border-color: #2988cf; background: #f6fcff; box-shadow: 0 0 0 1px #2988cf; }
.purchase-page .package-card:focus-visible { outline: 3px solid #34c1ef; outline-offset: 3px; }
.purchase-page .package-card .p-qty { order: 0; font-size: 19px; font-weight: 800; line-height: 1.25; color: #101819; margin: 0; min-width: 0; text-align: center; }
.purchase-page .package-card .p-name { display: block; order: 0; font-size: 12px; line-height: 1.4; color: #626e8b; }
.purchase-page .package-card .p-emoji { order: 0; display: block; font-size: 35px; line-height: 1; margin: 17px 0; }
.purchase-page .package-card .p-price { order: 0; margin: 0; font-size: 18px; font-weight: 800; line-height: 1.5; text-align: center; color: #2681cc; }
.purchase-page .package-card .p-old { order: 0; color: #70788f; font-size: 12px; line-height: 1.5; text-align: center; min-height: 18px; }
.purchase-page .package-card .p-old.placeholder { display: block; }
.purchase-page .package-card .p-badge {
  position: absolute; top: -10px; right: -5px; left: auto; transform: none;
  margin: 0; padding: 3px 11px; font-size: 10px; line-height: 1.5;
  background: var(--grad); box-shadow: 0 3px 9px #2472cc30; letter-spacing: 0;
}
.package-continue {
  position: sticky; bottom: 0; z-index: 20; background: #fff;
  border-top: 1px solid var(--border); padding: 14px 0 max(14px, env(safe-area-inset-bottom)); margin-top: 16px;
}
.package-continue p { text-align: center; font-size: 13px; color: var(--muted); margin-bottom: 7px; }
.package-continue .btn { min-height: 50px; border-radius: 16px; }
.package-continue .btn:disabled { background: #e8eff0; color: #95acaf; opacity: 1; box-shadow: none; }
.purchase-page:has(#step-3[style*="block"]) .help-widget { display: none; }
@media (max-width: 520px) {
  .purchase-page #step-3 { padding-inline: 14px; }
  .purchase-page .package-grid { gap: 12px 8px; }
  .purchase-page .package-card { min-height: 170px; padding: 16px 4px 12px; border-radius: 14px; }
  .purchase-page .package-card .p-qty { font-size: 17px; }
  .purchase-page .package-card .p-price { font-size: 15px; }
  .purchase-page .package-card .p-emoji { font-size: 30px; margin: 16px 0; }
  .purchase-page .package-card .p-badge { right: -3px; padding: 3px 6px; font-size: 9px; }
  .package-notice { padding: 15px; font-size: 12px; }
  .purchase-page .nav-links { gap: 10px; }
  .purchase-page .nav-links a { font-size: 12px; }
  .purchase-page .nav-links .btn { padding: 8px 10px; }
}


/* WhatsApp: botão compacto, painel responsivo e navegação por teclado. */
.zap-widget { position:fixed; right:max(24px,env(safe-area-inset-right)); bottom:calc(24px + env(safe-area-inset-bottom)); z-index:90; display:flex; flex-direction:column; align-items:flex-end; gap:14px; }
.zap-botao { box-sizing:border-box; margin:0; padding:0; width:56px; height:56px; flex:none; display:grid; place-items:center; color:#fff; background:#25D366; border:0; cursor:pointer; border-radius:999px; box-shadow:0 6px 20px rgba(37,211,102,.45); transition:transform .15s ease,box-shadow .15s ease; animation:zap-pulso 2.4s ease-out 3; }
.zap-botao svg { display:block; width:28px; height:28px; }
.zap-botao:hover { transform:translateY(-3px); box-shadow:0 8px 24px rgba(37,211,102,.5); }
.zap-botao:focus-visible,.zap-conversar:focus-visible { outline:3px solid #1F2937; outline-offset:4px; }
.zap-icone-fechar,.zap-botao[aria-expanded="true"] .zap-icone-abrir { display:none; }
.zap-botao[aria-expanded="true"] .zap-icone-fechar { display:block; }
.zap-botao[aria-expanded="true"] { animation:none; }
section.zap-painel, .storefront section.zap-painel { width:min(340px,calc(100vw - 32px)); max-height:calc(100dvh - 120px); overflow:hidden; background:#fff; border:1px solid #e5e7eb; border-radius:16px; box-shadow:0 8px 30px rgba(31,41,55,.16); color:#1F2937; padding:0; margin:0; display:flex; flex-direction:column; }
.zap-painel[hidden] { display:none; }
.zap-cabecalho { padding:20px; margin:0; background:#15803D; color:#fff; border-radius:15px 15px 0 0; flex-shrink:0; }
.zap-cabecalho span { font-size:12px; overflow-wrap:anywhere; }
.zap-cabecalho h2 { margin:6px 0 0; font-size:20px; line-height:1.3; color:#fff; }
.zap-conteudo { padding:20px; overflow:auto; }
.zap-conteudo p { margin:0 0 18px; font-size:14px; line-height:1.6; }
.zap-conversar { display:flex; justify-content:center; align-items:center; gap:10px; padding:13px 16px; border-radius:10px; background:#15803D; color:#fff; font-size:14px; font-weight:700; text-decoration:none; }
.zap-conversar:hover { background:#166534; color:#fff; }
.zap-conteudo small { display:block; margin-top:10px; color:#6B7280; font-size:11px; text-align:center; }
@keyframes zap-pulso { 0% { box-shadow:0 6px 20px rgba(37,211,102,.45),0 0 0 0 rgba(37,211,102,.3); } 75%,100% { box-shadow:0 6px 20px rgba(37,211,102,.45),0 0 0 16px rgba(37,211,102,0); } }
@media(max-width:600px) { .zap-widget { right:16px; bottom:calc(18px + env(safe-area-inset-bottom)); } }
@media(prefers-reduced-motion:reduce) { .zap-botao { animation:none; transition:none; } }
