/* ============================================================
   AFEX PAY — Landing (marketing layer on top of theme.css)
   ============================================================ */

body { overflow-x: hidden; }

.lp { display: block; }

/* ---- Layout primitives ---- */
.wrap-lp { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.section { padding: clamp(72px, 11vw, 132px) 0; position: relative; }
.section-sm { padding: clamp(48px, 7vw, 80px) 0; }

.eyebrow-lp {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--accent);
}
.eyebrow-lp::before { content: ""; width: 22px; height: 1px; background: var(--accent-line); }
.eyebrow-center { justify-content: center; }

.h-display {
  font-family: var(--font-display); font-weight: 600;
  letter-spacing: -0.03em; line-height: 1.04;
  font-size: clamp(34px, 5.2vw, 62px);
  text-wrap: balance;
}
.h-section {
  font-family: var(--font-display); font-weight: 600;
  letter-spacing: -0.03em; line-height: 1.08;
  font-size: clamp(28px, 3.8vw, 46px);
  text-wrap: balance;
}
.lead {
  font-size: clamp(16px, 1.5vw, 19px); color: var(--ink-soft);
  line-height: 1.6; max-width: 56ch; text-wrap: pretty;
}
.accent-text { color: var(--accent); }

/* ---- Header ---- */
.lp-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s;
  border-bottom: 1px solid transparent;
}
.lp-header.scrolled {
  background: rgba(5,5,5,0.72); backdrop-filter: blur(18px) saturate(140%);
  border-bottom-color: var(--line);
}
.lp-header .wrap-lp { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.lp-logo { height: 26px; width: auto; display: block; }
.lp-nav { display: flex; align-items: center; gap: 4px; }
.lp-nav a {
  padding: 8px 14px; border-radius: var(--r-sm);
  font-size: 14px; font-weight: 500; color: var(--ink-soft);
  transition: color .15s, background .15s;
}
.lp-nav a:hover { color: var(--ink); background: var(--surface-2); }
.header-cta { display: flex; align-items: center; gap: 10px; }
.lp-burger { display: none; }

/* ---- Hero ---- */
.hero { padding-top: 150px; padding-bottom: clamp(60px, 8vw, 96px); position: relative; overflow: hidden; }
.hero-glow {
  position: absolute; pointer-events: none; z-index: 0;
  width: 1100px; height: 700px; top: -180px; left: 50%; transform: translateX(-50%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(255,90,0,0.20), rgba(255,90,0,0.05) 45%, transparent 70%);
  filter: blur(20px);
}
.hero-grid-bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(120% 80% at 50% 0%, #000 30%, transparent 72%);
  -webkit-mask-image: radial-gradient(120% 80% at 50% 0%, #000 30%, transparent 72%);
  opacity: 0.5;
}
.hero-inner { position: relative; z-index: 2; }
.hero-pill {
  display: inline-flex; align-items: center; gap: 10px;
  height: 34px; padding: 0 8px 0 14px; border-radius: var(--r-pill);
  background: var(--surface); border: 1px solid var(--line-2);
  font-size: 13px; color: var(--ink-soft); margin-bottom: 26px;
}
.hero-pill b { color: var(--ink); font-weight: 600; }
.hero-pill .tag {
  font-size: 11px; font-weight: 700; letter-spacing: 0.04em;
  color: var(--accent); background: var(--accent-wash);
  padding: 3px 8px; border-radius: var(--r-pill);
}
.hero h1 { margin-bottom: 22px; }
.hero .lead { margin-bottom: 34px; }
.hero-ctas { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.hero-seals { display: flex; align-items: center; gap: 18px; margin-top: 34px; flex-wrap: wrap; }
.seal { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; color: var(--ink-soft); font-weight: 500; }
.seal svg { color: var(--accent); flex-shrink: 0; }
.seal + .seal::before { content: ""; }

/* ---- Hero dashboard mockup ---- */
.mock {
  position: relative; z-index: 2; margin-top: clamp(56px, 7vw, 84px);
  border-radius: var(--r-xl);
  border: 1px solid var(--line-2);
  background: linear-gradient(180deg, var(--surface) 0%, var(--bg-2) 100%);
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(255,255,255,0.02) inset;
  overflow: hidden;
}
.mock-bar { display: flex; align-items: center; gap: 8px; padding: 14px 18px; border-bottom: 1px solid var(--line); background: var(--bg-2); }
.mock-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--surface-3); }
.mock-bar .mb-title { margin-left: 10px; font-size: 12.5px; color: var(--ink-faint); font-family: var(--font-display); }
.mock-bar .mb-spacer { flex: 1; }
.mock-bar .mb-chip { font-size: 11.5px; color: var(--ink-soft); background: var(--surface-2); border: 1px solid var(--line); padding: 4px 10px; border-radius: var(--r-pill); }
.mock-body { display: grid; grid-template-columns: 200px 1fr; min-height: 440px; }
.mock-side { border-right: 1px solid var(--line); padding: 18px 14px; background: var(--bg-2); display: flex; flex-direction: column; gap: 4px; }
.mock-side .ms-brand { display: flex; align-items: center; gap: 9px; padding: 4px 8px 16px; }
.ms-mark { width: 26px; height: 26px; border-radius: 8px; background: linear-gradient(150deg,#FF7A33,#FF5A00); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(255,90,0,0.35); }
.ms-name { font-family: var(--font-display); font-weight: 700; font-size: 14px; }
.ms-item { display: flex; align-items: center; gap: 11px; padding: 9px 11px; border-radius: var(--r-sm); font-size: 13px; color: var(--ink-faint); }
.ms-item svg { color: var(--ink-ghost); }
.ms-item.active { background: var(--accent-wash); color: var(--accent); }
.ms-item.active svg { color: var(--accent); }
.mock-main { padding: 22px; display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.mock-main .mm-head { display: flex; align-items: center; justify-content: space-between; }
.mm-title { font-family: var(--font-display); font-size: 18px; font-weight: 600; letter-spacing: -0.02em; }
.mm-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.mm-kpi { border: 1px solid var(--line); border-radius: var(--r); padding: 15px; background: var(--surface); display: flex; flex-direction: column; gap: 7px; }
.mm-kpi .k-l { font-size: 11.5px; color: var(--ink-soft); display: flex; align-items: center; justify-content: space-between; }
.mm-kpi .k-v { font-family: var(--font-display); font-size: 23px; font-weight: 600; letter-spacing: -0.02em; }
.mm-kpi .k-d { font-size: 11px; font-weight: 600; display: inline-flex; align-items: center; gap: 3px; }
.k-up { color: var(--green); } .k-amb { color: var(--amber); } .k-blue { color: var(--blue); }
.mm-chart { border: 1px solid var(--line); border-radius: var(--r); padding: 18px; background: var(--surface); flex: 1; display: flex; flex-direction: column; gap: 14px; }
.mm-chart .mc-head { display: flex; align-items: center; justify-content: space-between; }
.mc-legend { display: flex; gap: 14px; }
.mc-leg { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; color: var(--ink-soft); }
.mc-leg .sw { width: 9px; height: 9px; border-radius: 3px; }
.mm-bars { display: flex; align-items: flex-end; gap: clamp(6px, 1.4vw, 14px); height: 150px; padding-top: 6px; }
.mm-bars .colg { flex: 1; display: flex; flex-direction: column; justify-content: flex-end; gap: 4px; height: 100%; }
.mm-bars .seg { width: 100%; border-radius: 4px 4px 0 0; }
.mm-bars .seg.a { background: linear-gradient(180deg, var(--afex-orange-2), var(--afex-orange)); }
.mm-bars .seg.b { background: var(--surface-3); border-radius: 4px; }
.mm-bars .xl { font-size: 10px; color: var(--ink-ghost); text-align: center; margin-top: 4px; }

/* ---- Mock: seller dashboard (richer, mirrors real product) ---- */
.ms-eyebrow { font-size: 9.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-ghost); padding: 4px 11px 8px; }
.mm-sub { font-size: 11px; color: var(--ink-faint); margin-top: 2px; }
.mm-kpis.k4 { grid-template-columns: repeat(4, 1fr); gap: 10px; }
.mm-kpi.sm { padding: 12px 13px; gap: 5px; }
.mm-kpi.sm .k-l { font-size: 10px; }
.mm-kpi.sm .k-v { font-size: 18px; }
.mm-bal { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 10px; }
.balc { border: 1px solid var(--line); border-radius: var(--r); background: var(--surface); padding: 13px 14px; display: flex; flex-direction: column; gap: 6px; }
.balc.accent { background: linear-gradient(135deg, var(--accent-wash), var(--surface) 72%); border-color: var(--accent-line); }
.balc .bl-l { font-size: 10.5px; color: var(--ink-soft); display: flex; justify-content: space-between; align-items: center; }
.balc .bl-v { font-family: var(--font-display); font-size: 18px; font-weight: 600; letter-spacing: -0.02em; }
.balc .bl-s { font-size: 10px; color: var(--ink-ghost); }
.balc .bl-actions { display: flex; gap: 6px; margin-top: 3px; }
.bl-btn { font-size: 10.5px; font-weight: 600; padding: 5px 10px; border-radius: 7px; }
.bl-btn.p { background: var(--accent); color: #fff; }
.bl-btn.g { background: var(--surface-2); color: var(--ink-soft); border: 1px solid var(--line-2); }
.mm-charts { display: grid; grid-template-columns: 1.5fr 1fr; gap: 12px; }
.mm-card { border: 1px solid var(--line); border-radius: var(--r); background: var(--surface); padding: 16px; }
.mm-card .mcd-h { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.mm-card .mcd-t { font-family: var(--font-display); font-size: 13px; font-weight: 600; }
.mm-area { width: 100%; height: 118px; display: block; }
.donut-wrap { display: flex; align-items: center; gap: 14px; }
.donut-legend { display: flex; flex-direction: column; gap: 9px; flex: 1; min-width: 0; }
.donut-legend .dl { display: flex; align-items: center; justify-content: space-between; font-size: 11.5px; color: var(--ink-soft); }
.donut-legend .dl .nm { display: flex; align-items: center; gap: 7px; }
.donut-legend .dl .sw { width: 8px; height: 8px; border-radius: 3px; flex-shrink: 0; }
.donut-legend .dl .pc { font-family: var(--font-display); font-weight: 600; color: var(--ink); }
@media (max-width: 1100px) {
  .mm-charts { grid-template-columns: 1fr; }
  .mm-bal { grid-template-columns: 1fr 1fr; }
  .mm-kpis.k4 { grid-template-columns: repeat(2, 1fr); }
}

/* ---- Integration chips ---- */
.intg-row { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.intg { display: flex; align-items: center; gap: 12px; padding: 13px 20px 13px 14px; border: 1px solid var(--line-2); border-radius: var(--r-pill); background: var(--surface); transition: border-color .16s, transform .16s; }
.intg:hover { border-color: var(--line-strong); transform: translateY(-2px); }
.intg .intg-mk { width: 32px; height: 32px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 15px; color: #fff; flex-shrink: 0; }
.intg .intg-nm { font-family: var(--font-display); font-weight: 600; font-size: 15px; letter-spacing: -0.01em; line-height: 1.1; }
.intg .intg-tag { font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-faint); }

/* ---- Real product panel screenshot in hero frame ---- */
.mock-shot { display: block; background: var(--bg-2); }
.mock-shot img { width: 100%; height: auto; display: block; }

/* ---- Integration app-icon lockups ---- */
.intg-appicon { width: 44px; height: 44px; display: block; flex-shrink: 0; }
.intg-lockup { display: flex; flex-direction: column; gap: 1px; }
.intg-cap { display: block; text-align: center; margin-top: 16px; font-size: 12px; color: var(--ink-ghost); }

/* ---- Plan rate display (PIX + cartão) ---- */
.pl-rates { display: flex; gap: 24px; margin: 22px 0 6px; }
.pl-rate { display: flex; flex-direction: column; gap: 3px; }
.pl-rate .pr-v { font-family: var(--font-display); font-size: 30px; font-weight: 600; letter-spacing: -0.03em; line-height: 1; }
.plan.featured .pl-rate .pr-v { color: var(--accent); }
.pl-rate .pr-l { font-size: 12px; color: var(--ink-faint); }

/* ---- Ecossistema do grupo (merchant na LP) ---- */
.eco-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.eco { --ac: var(--accent); --acw: var(--accent-wash); --acl: var(--accent-line);
  display: flex; flex-direction: column; padding: 24px 22px; border: 1px solid var(--line); border-radius: var(--r-xl);
  background: var(--surface); transition: border-color .18s, transform .18s; position: relative; overflow: hidden; }
.eco::after { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 80% at 100% 0%, var(--acw), transparent 55%); opacity: 0; transition: opacity .22s; pointer-events: none; }
.eco:hover { border-color: var(--acl); transform: translateY(-3px); }
.eco:hover::after { opacity: 1; }
.eco-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; position: relative; }
.eco-ic { width: 52px; height: 52px; border-radius: 14px; background: var(--acw); color: var(--ac); display: flex; align-items: center; justify-content: center; }
.eco-flag { font-size: 11px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ac); background: var(--acw); padding: 4px 9px; border-radius: var(--r-pill); }
.eco-name { font-family: var(--font-display); font-size: 19px; font-weight: 600; letter-spacing: -0.02em; position: relative; }
.eco-desc { font-size: 13.5px; color: var(--ink-soft); line-height: 1.55; margin: 9px 0 18px; position: relative; }
.eco-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; font-size: 13px; font-weight: 600; color: var(--ac); position: relative; }
.eco-link svg { transition: transform .15s; }
.eco:hover .eco-link svg { transform: translateX(3px); }
.eco-unique { display: flex; align-items: center; justify-content: center; gap: 10px; width: max-content; max-width: 100%; margin: 24px auto 0; padding: 11px 20px; border-radius: var(--r-pill); border: 1px solid var(--accent-line); background: var(--accent-wash); font-size: 13.5px; font-weight: 600; color: var(--ink); text-wrap: balance; }
.eco-unique svg { color: var(--accent); flex-shrink: 0; }
.eco-unique b { color: var(--accent); }
@media (max-width: 1080px) { .eco-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) { .eco-grid { grid-template-columns: 1fr; } }

/* ---- Demonstrativo das ferramentas ---- */
.demo-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 36px; }
.demo { display: flex; flex-direction: column; gap: 14px; }
.demo .mock { margin-top: 0; }
.demo .mock img { width: 100%; height: auto; display: block; }
.demo figcaption { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--ink-soft); font-weight: 500; }
.demo figcaption .dot-ac { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; }
@media (max-width: 900px) { .demo-row { grid-template-columns: 1fr; } }

/* floating notification card on mock */
.mock-float {
  position: absolute; right: -14px; bottom: 40px; z-index: 5;
  width: 268px; padding: 14px 16px; border-radius: var(--r);
  background: var(--surface-2); border: 1px solid var(--line-strong);
  box-shadow: var(--shadow-lg);
  display: flex; gap: 12px; align-items: flex-start;
}
.mock-float .mf-ic { width: 34px; height: 34px; border-radius: 9px; background: var(--green-wash); color: var(--green); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mock-float .mf-t { font-size: 13px; font-weight: 600; }
.mock-float .mf-s { font-size: 11.5px; color: var(--ink-faint); margin-top: 2px; }
.mock-float .mf-time { font-size: 10.5px; color: var(--ink-ghost); margin-top: 6px; display: flex; align-items: center; gap: 5px; }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(34,197,94,0.5); animation: pulseDot 1.8s infinite; }
@keyframes pulseDot { 0% { box-shadow: 0 0 0 0 rgba(34,197,94,0.45);} 70% { box-shadow: 0 0 0 7px rgba(34,197,94,0);} 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0);} }

/* ---- Social proof ---- */
.logos { display: flex; align-items: center; justify-content: center; gap: clamp(28px, 5vw, 64px); flex-wrap: wrap; opacity: 0.85; }
.logo-ph { display: flex; align-items: center; gap: 10px; color: var(--ink-faint); font-family: var(--font-display); font-weight: 600; font-size: 17px; letter-spacing: -0.01em; }
.logo-ph .lph-mark { width: 22px; height: 22px; border-radius: 6px; border: 1px solid var(--line-2); display: flex; align-items: center; justify-content: center; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
.metric { text-align: center; padding: 26px; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--surface); }
.metric .m-v { font-family: var(--font-display); font-size: clamp(34px, 4vw, 48px); font-weight: 600; letter-spacing: -0.03em; line-height: 1; }
.metric .m-v .ph { color: var(--accent); }
.metric .m-l { font-size: 14px; color: var(--ink-soft); margin-top: 12px; }
.proof-note { text-align: center; font-size: 12px; color: var(--ink-ghost); margin-top: 22px; }

/* ---- Problem ---- */
.split { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(40px, 6vw, 80px); align-items: center; }
.pain-list { display: flex; flex-direction: column; gap: 14px; }
.pain {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 18px 20px; border: 1px solid var(--line); border-radius: var(--r-lg);
  background: var(--surface); transition: border-color .18s, transform .18s;
}
.pain:hover { border-color: var(--line-2); transform: translateX(2px); }
.pain .p-ic { width: 38px; height: 38px; border-radius: 10px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: var(--red-wash); color: var(--red); }
.pain .p-t { font-weight: 600; font-size: 15px; font-family: var(--font-display); letter-spacing: -0.01em; }
.pain .p-s { font-size: 13.5px; color: var(--ink-soft); margin-top: 3px; line-height: 1.5; }

/* ---- How it works ---- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 56px; counter-reset: step; }
.step { position: relative; padding: 26px 22px; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--surface); }
.step .s-num { font-family: var(--font-display); font-size: 13px; font-weight: 700; color: var(--accent); letter-spacing: 0.04em; }
.step .s-ic { width: 46px; height: 46px; border-radius: 12px; background: var(--surface-2); border: 1px solid var(--line-2); display: flex; align-items: center; justify-content: center; color: var(--accent); margin: 16px 0 16px; }
.step .s-t { font-family: var(--font-display); font-size: 17px; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 7px; }
.step .s-s { font-size: 13.5px; color: var(--ink-soft); line-height: 1.55; }
.step .s-line { position: absolute; top: 38px; right: -9px; z-index: 3; color: var(--ink-ghost); display: flex; }
.step:last-child .s-line { display: none; }

/* ---- Features grid ---- */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 56px; }
.feat {
  padding: 26px 24px; border: 1px solid var(--line); border-radius: var(--r-lg);
  background: var(--surface); transition: border-color .18s, background .18s, transform .18s;
  position: relative; overflow: hidden;
}
.feat::after { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 90% at 100% 0%, var(--accent-wash), transparent 55%); opacity: 0; transition: opacity .22s; pointer-events: none; }
.feat:hover { border-color: var(--accent-line); transform: translateY(-3px); }
.feat:hover::after { opacity: 1; }
.feat .f-ic { width: 46px; height: 46px; border-radius: 12px; background: var(--accent-wash); color: var(--accent); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.feat .f-t { font-family: var(--font-display); font-size: 17px; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 8px; position: relative; }
.feat .f-s { font-size: 13.5px; color: var(--ink-soft); line-height: 1.55; position: relative; }
.feat .f-tag { position: absolute; top: 22px; right: 22px; font-size: 11px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-ghost); }

/* ---- Differentiators ---- */
.diff-wrap { position: relative; border-radius: var(--r-xl); overflow: hidden; border: 1px solid var(--line-2); }
.diff-bg { position: absolute; inset: 0; z-index: 0; }
.diff-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.32; }
.diff-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, var(--bg) 18%, rgba(5,5,5,0.6) 55%, rgba(5,5,5,0.85) 100%); }
.diff-inner { position: relative; z-index: 2; padding: clamp(40px, 6vw, 72px); }
.diff-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 44px; }
.diff {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 22px; border: 1px solid var(--line-2); border-radius: var(--r-lg);
  background: rgba(17,17,17,0.6); backdrop-filter: blur(8px);
}
.diff .d-ic { width: 42px; height: 42px; border-radius: 11px; background: var(--accent-wash); color: var(--accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.diff .d-t { font-family: var(--font-display); font-size: 16px; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 6px; }
.diff .d-s { font-size: 13.5px; color: var(--ink-soft); line-height: 1.55; }

/* ---- Pricing ---- */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 56px; align-items: stretch; }
.plan {
  display: flex; flex-direction: column; gap: 0;
  border: 1px solid var(--line); border-radius: var(--r-xl); background: var(--surface);
  padding: 30px 28px; position: relative; transition: border-color .18s, transform .18s;
}
.plan:hover { border-color: var(--line-2); transform: translateY(-3px); }
.plan.featured { border-color: var(--accent-line); background: linear-gradient(180deg, rgba(255,90,0,0.07), var(--surface) 42%); box-shadow: var(--shadow-lg); }
.plan-flag { position: absolute; top: 18px; right: 22px; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); background: var(--accent-wash); padding: 5px 11px; border-radius: var(--r-pill); }
.plan .pl-name { font-family: var(--font-display); font-size: 19px; font-weight: 600; letter-spacing: -0.02em; }
.plan .pl-desc { font-size: 13.5px; color: var(--ink-soft); margin-top: 8px; min-height: 40px; line-height: 1.5; }
.plan .pl-price { font-family: var(--font-display); font-size: 34px; font-weight: 600; letter-spacing: -0.03em; margin: 22px 0 4px; }
.plan .pl-price .ph { color: var(--accent); }
.plan .pl-price-sub { font-size: 12.5px; color: var(--ink-faint); }
.plan .pl-feats { list-style: none; padding: 0; margin: 24px 0; display: flex; flex-direction: column; gap: 12px; }
.plan .pl-feats li { display: flex; gap: 11px; align-items: flex-start; font-size: 13.5px; color: var(--ink-soft); }
.plan .pl-feats li svg { color: var(--accent); flex-shrink: 0; margin-top: 1px; }
.plan .btn { margin-top: auto; }

/* ---- Testimonials ---- */
.tst-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 56px; }
.tst { padding: 28px 26px; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--surface); display: flex; flex-direction: column; gap: 20px; }
.tst .t-quote { font-size: 15px; line-height: 1.6; color: var(--ink); text-wrap: pretty; flex: 1; }
.tst .t-quote::before { content: "“"; font-family: var(--font-display); color: var(--accent); font-size: 40px; line-height: 0; display: block; height: 18px; }
.tst .t-by { display: flex; align-items: center; gap: 12px; }
.tst .t-av { width: 40px; height: 40px; border-radius: 50%; background: var(--surface-3); border: 1px solid var(--line-2); display: flex; align-items: center; justify-content: center; color: var(--ink-faint); font-family: var(--font-display); font-weight: 600; font-size: 14px; }
.tst .t-name { font-weight: 600; font-size: 14px; }
.tst .t-role { font-size: 12.5px; color: var(--ink-faint); }

/* ---- FAQ ---- */
.faq-wrap { max-width: 820px; margin: 56px auto 0; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--surface); overflow: hidden; transition: border-color .18s; }
.faq-item.open { border-color: var(--line-2); }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; padding: 20px 24px; background: transparent; border: none; text-align: left; color: var(--ink); font-family: var(--font-display); font-size: 16px; font-weight: 500; letter-spacing: -0.01em; }
.faq-q .fq-ic { flex-shrink: 0; color: var(--ink-faint); transition: transform .22s ease, color .18s; }
.faq-item.open .fq-ic { transform: rotate(45deg); color: var(--accent); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq-a-inner { padding: 0 24px 22px; font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; max-width: 64ch; }

/* ---- Final CTA ---- */
.cta-band { position: relative; border-radius: var(--r-xl); overflow: hidden; border: 1px solid var(--accent-line); padding: clamp(48px, 7vw, 84px) clamp(28px, 5vw, 64px); text-align: center; background: linear-gradient(135deg, rgba(255,90,0,0.14), rgba(255,90,0,0.03) 55%, var(--surface)); }
.cta-band .cta-glow { position: absolute; width: 600px; height: 400px; top: -150px; left: 50%; transform: translateX(-50%); background: radial-gradient(50% 50% at 50% 50%, rgba(255,90,0,0.28), transparent 70%); filter: blur(10px); pointer-events: none; }
.cta-band .cta-in { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 22px; }
.cta-band .lead { text-align: center; }

/* ---- Footer ---- */
.lp-footer { border-top: 1px solid var(--line); padding: 64px 0 40px; background: var(--bg-2); }
.foot-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 40px; }
.foot-brand .lp-logo { height: 24px; margin-bottom: 18px; }
.foot-brand p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.6; max-width: 34ch; }
.foot-soc { display: flex; gap: 10px; margin-top: 20px; }
.foot-soc a { width: 38px; height: 38px; border-radius: var(--r-sm); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; color: var(--ink-soft); transition: all .15s; }
.foot-soc a:hover { color: var(--ink); border-color: var(--line-strong); background: var(--surface); }
.foot-col h4 { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 16px; font-family: var(--font-body); }
.foot-col a { display: block; font-size: 13.5px; color: var(--ink-soft); padding: 6px 0; transition: color .15s; }
.foot-col a:hover { color: var(--ink); }
.foot-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--line); }
.foot-bottom p { font-size: 12.5px; color: var(--ink-faint); }
.foot-bottom .fb-legal { display: flex; gap: 22px; flex-wrap: wrap; }
.foot-bottom .fb-legal a { font-size: 12.5px; color: var(--ink-faint); }
.foot-bottom .fb-legal a:hover { color: var(--ink-soft); }

/* ---- Reveal on scroll (JS-gated; rests visible without JS) ---- */
.reveal { opacity: 1; transform: none; }
html.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s cubic-bezier(.22,.61,.36,1); }
html.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html.js .reveal { opacity: 1; transform: none; transition: none; } }

/* ---- Responsive ---- */
@media (max-width: 1100px) {
  .mock-body { grid-template-columns: 1fr; }
  .mock-side { display: none; }
}
@media (max-width: 980px) {
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step .s-line { display: none; }
  .feat-grid, .price-grid, .tst-grid, .metrics { grid-template-columns: repeat(2, 1fr); }
  .diff-grid { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .plan.featured { order: -1; }
}
@media (max-width: 760px) {
  .lp-nav, .header-cta .btn-enter { display: none; }
  .lp-burger { display: inline-flex; }
  .mock-float { display: none; }
  .feat-grid, .price-grid, .tst-grid, .metrics, .steps { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .foot-brand { grid-column: 1 / -1; }
  .mm-kpis { grid-template-columns: 1fr; }
  .hero { padding-top: 120px; }
}
@media (max-width: 480px) {
  .wrap-lp { padding: 0 18px; }
  .foot-grid { grid-template-columns: 1fr; }
  .hero-ctas .btn { width: 100%; }
}

/* ---- Mobile drawer ---- */
.mnav { position: fixed; inset: 0; z-index: 80; display: none; }
.mnav.open { display: block; }
.mnav-scrim { position: absolute; inset: 0; background: rgba(5,5,5,0.7); backdrop-filter: blur(6px); }
.mnav-panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(82vw, 340px); background: var(--bg-2); border-left: 1px solid var(--line); padding: 22px; display: flex; flex-direction: column; gap: 6px; transform: translateX(100%); transition: transform .26s ease; }
.mnav.open .mnav-panel { transform: none; }
.mnav-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.mnav-panel a.mn-link { padding: 14px 12px; border-radius: var(--r-sm); font-size: 16px; font-weight: 500; color: var(--ink-soft); font-family: var(--font-display); }
.mnav-panel a.mn-link:hover { background: var(--surface-2); color: var(--ink); }
.mnav-panel .mn-actions { margin-top: auto; display: flex; flex-direction: column; gap: 10px; }

/* ============================================================
   SELLER RECRUITMENT — additions
   ============================================================ */

/* ---- Founder section ---- */
.founder { position: relative; }
.founder-wrap { border: 1px solid var(--line-2); border-radius: var(--r-xl); overflow: hidden; background: linear-gradient(180deg, var(--surface) 0%, var(--bg-2) 100%); }
.founder-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 0; align-items: stretch; }
.founder-photo-col { position: relative; min-height: 480px; background: var(--bg-2); border-right: 1px solid var(--line); overflow: hidden; }
.founder-photo-col image-slot { position: absolute; inset: 0; width: 100%; height: 100%; }
.founder-photo-tint { position: absolute; inset: 0; z-index: 3; pointer-events: none; background: linear-gradient(180deg, transparent 55%, rgba(5,5,5,0.55) 100%), radial-gradient(120% 80% at 0% 0%, rgba(255,90,0,0.10), transparent 50%); }
.founder-badge { position: absolute; left: 22px; bottom: 22px; z-index: 4; display: inline-flex; align-items: center; gap: 9px; padding: 9px 14px; border-radius: var(--r-pill); background: rgba(5,5,5,0.7); border: 1px solid var(--line-2); backdrop-filter: blur(8px); font-size: 12.5px; }
.founder-badge .fb-name { font-family: var(--font-display); font-weight: 600; }
.founder-badge .fb-role { color: var(--ink-faint); }
.founder-body { padding: clamp(36px, 4vw, 56px); display: flex; flex-direction: column; justify-content: center; }
.founder-quote { font-family: var(--font-display); font-weight: 500; letter-spacing: -0.02em; line-height: 1.18; font-size: clamp(22px, 2.6vw, 32px); text-wrap: balance; margin: 18px 0 22px; }
.founder-quote .accent-text { color: var(--accent); }
.founder-p { font-size: 15px; color: var(--ink-soft); line-height: 1.62; max-width: 52ch; }
.founder-p + .founder-p { margin-top: 14px; }
.founder-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 30px; }
.founder-stat { padding: 16px 18px; border: 1px solid var(--line); border-radius: var(--r); background: var(--surface); }
.founder-stat .fs-v { font-family: var(--font-display); font-size: clamp(22px, 2.4vw, 28px); font-weight: 600; letter-spacing: -0.03em; line-height: 1; }
.founder-stat .fs-v .ph { color: var(--accent); }
.founder-stat .fs-l { font-size: 12px; color: var(--ink-faint); margin-top: 8px; line-height: 1.4; }
.founder-sign { display: flex; align-items: center; gap: 14px; margin-top: 28px; }
.founder-sign .sig { font-family: var(--font-display); font-weight: 600; font-size: 18px; letter-spacing: -0.01em; }
.founder-sign .sig-sub { font-size: 12.5px; color: var(--ink-faint); margin-top: 2px; }

/* ---- Earnings / opportunity highlight ---- */
.earn-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(40px, 6vw, 72px); align-items: center; }
.earn-card { border: 1px solid var(--line-2); border-radius: var(--r-xl); background: linear-gradient(160deg, rgba(255,90,0,0.08), var(--surface) 46%); padding: clamp(28px, 3.5vw, 44px); box-shadow: var(--shadow-lg); }
.earn-card .ec-label { font-size: 13px; color: var(--ink-soft); }
.earn-card .ec-big { font-family: var(--font-display); font-size: clamp(40px, 6vw, 60px); font-weight: 600; letter-spacing: -0.04em; line-height: 1; margin: 12px 0 6px; }
.earn-card .ec-big .ph { color: var(--accent); }
.earn-card .ec-sub { font-size: 13px; color: var(--ink-faint); }
.earn-bars { margin-top: 28px; display: flex; flex-direction: column; gap: 14px; }
.earn-row { display: flex; flex-direction: column; gap: 7px; }
.earn-row .er-top { display: flex; justify-content: space-between; align-items: baseline; }
.earn-row .er-name { font-size: 13px; color: var(--ink-soft); }
.earn-row .er-val { font-family: var(--font-display); font-size: 14px; font-weight: 600; }
.earn-row .er-val .ph { color: var(--accent); }
.earn-track { height: 9px; border-radius: 999px; background: var(--surface-3); overflow: hidden; }
.earn-track > i { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--afex-orange-2), var(--afex-orange)); }
.earn-note { font-size: 11.5px; color: var(--ink-ghost); margin-top: 18px; }

/* ---- Tiers (ranking) reuse .plan; small additions ---- */
.tier-rank { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 11px; background: var(--surface-2); border: 1px solid var(--line-2); color: var(--accent); margin-bottom: 16px; }
.plan.featured .tier-rank { background: var(--accent-wash); border-color: var(--accent-line); }

/* ---- Steps numbered for seller flow already covered by .steps ---- */

/* ---- Founder responsive ---- */
@media (max-width: 900px) {
  .founder-grid { grid-template-columns: 1fr; }
  .founder-photo-col { min-height: 360px; border-right: none; border-bottom: 1px solid var(--line); }
  .earn-grid { grid-template-columns: 1fr; }
  .founder-stats { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 520px) {
  .founder-stats { grid-template-columns: 1fr; }
}

/* ---- Segments (verticals served) ---- */
.seg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 56px; }
.seg-card { position: relative; padding: 30px 28px; border: 1px solid var(--line); border-radius: var(--r-xl); background: linear-gradient(180deg, var(--surface) 0%, var(--bg-2) 120%); overflow: hidden; transition: border-color .18s, transform .18s; }
.seg-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(110% 70% at 50% -10%, var(--accent-wash), transparent 60%); opacity: 0; transition: opacity .22s; pointer-events: none; }
.seg-card:hover { border-color: var(--accent-line); transform: translateY(-3px); }
.seg-card:hover::before { opacity: 1; }
.seg-ic { width: 52px; height: 52px; border-radius: 14px; background: var(--accent-wash); color: var(--accent); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; position: relative; }
.seg-name { font-family: var(--font-display); font-size: 20px; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 8px; position: relative; }
.seg-desc { font-size: 14px; color: var(--ink-soft); line-height: 1.55; position: relative; margin-bottom: 18px; }
.seg-points { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; position: relative; }
.seg-points li { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; color: var(--ink-soft); }
.seg-points li svg { color: var(--accent); flex-shrink: 0; margin-top: 1px; }
@media (max-width: 900px) { .seg-grid { grid-template-columns: 1fr; } }
