/* ============================================================
   VERUS — Landing · sections & components
   ============================================================ */

/* ---------- Header ---------- */
.hdr {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 28px var(--pad);
  transition: background .4s, box-shadow .4s, padding .4s, border-color .4s;
  border-bottom: 1px solid transparent;
}
.hdr.scrolled {
  background: rgba(246,247,244,.82);
  backdrop-filter: saturate(1.4) blur(16px);
  -webkit-backdrop-filter: saturate(1.4) blur(16px);
  border-color: var(--border);
  padding-block: 18px;
}
.hdr .hdr-brand { position: relative; display: inline-flex; align-items: center; }
.hdr .logo { height: 48px; width: auto; transition: opacity .3s; display: block; }
.hdr .logo-d { position: absolute; top: 0; left: 0; opacity: 0; }
.hdr.scrolled .logo-w { opacity: 0; }
.hdr.scrolled .logo-d { opacity: 1; }
.hdr-actions { display: flex; align-items: center; gap: 14px; }
.hdr-nav { display: flex; gap: 30px; align-items: center; }
.hdr-nav a {
  font-size: 14.5px; font-weight: 480; color: var(--bone);
  transition: color .25s; letter-spacing: -0.01em;
}
.hdr.scrolled .hdr-nav a { color: var(--slate-700); }
.hdr-nav a:hover { color: var(--teal); }
.hdr .btn-ghost { color: var(--bone); border-color: rgba(255,255,255,.22); }
.hdr.scrolled .btn-ghost { color: var(--slate-900); border-color: var(--border-2); }
.hdr.scrolled .btn-ghost:hover { border-color: var(--teal); color: var(--teal-700); }
@media (max-width: 880px){ .hdr-nav { display: none; } }

/* ---------- Hero ---------- */
.hero {
  background: var(--ink);
  color: var(--bone);
  position: relative;
  overflow: hidden;
  padding-top: clamp(140px, 18vh, 220px);
  padding-bottom: clamp(60px, 9vh, 120px);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(120% 80% at 88% -8%, rgba(18,181,166,.16), transparent 55%),
    radial-gradient(80% 70% at -5% 110%, rgba(124,108,245,.10), transparent 60%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
.hero-tag {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--teal-300); margin-bottom: 30px;
}
.hero-tag::before { content:""; width: 26px; height: 1px; background: var(--teal); }
.hero h1 {
  font-size: clamp(40px, 6.0vw, 86px);
  margin-bottom: 30px;
}
.hero h1 em { font-style: italic; color: var(--teal-300); font-weight: 360; }
.hero-sub {
  font-size: clamp(16.5px, 1.35vw, 20px);
  line-height: 1.55;
  color: var(--bone-dim);
  max-width: 33em;
  margin-bottom: 38px;
  font-weight: 380;
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-meta {
  margin-top: 34px; display: flex; gap: 26px; flex-wrap: wrap;
  font-size: 13.5px; color: var(--bone-dim);
}
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta .dot { width: 6px; height: 6px; border-radius: 99px; background: var(--teal); }

/* product mockup */
.hero-mock { position: relative; will-change: transform; }
.mock {
  background: #fbfcfb;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  transform: perspective(1600px) rotateY(-9deg) rotateX(3deg);
  transform-origin: left center;
}
.mock-float {
  position: absolute;
  background: #fff;
  border-radius: var(--r);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  padding: 14px 16px;
}
.mock-float.f1 { top: 12%; left: -52px; width: 210px; }
.mock-float.f2 { bottom: 8%; right: -38px; width: 196px; }
@media (max-width: 1080px){ .mock-float.f1{ left:-12px } .mock-float.f2{ right:-8px } }

/* ---------- App mock internals ---------- */
.app { font-size: 12px; color: var(--slate-900); }
.app-top {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 16px; border-bottom: 1px solid var(--border);
  background: #fff;
}
.app-dot { width: 9px; height: 9px; border-radius: 99px; background: #e2e6e1; }
.app-dot.g { background: #f2b8b8; } .app-dot.y{ background:#f5dca0 } .app-dot.b{ background:#bfe6c4 }
.app-pill { margin-left: auto; font-size: 10.5px; color: var(--slate-500); background: var(--sand); padding: 4px 10px; border-radius: 99px; font-family: var(--font-mono);}
.app-body { display: grid; grid-template-columns: 56px 1fr; }
.app-side { background: var(--ink); padding: 16px 0; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.app-side .ic { width: 22px; height: 22px; border-radius: 7px; background: rgba(255,255,255,.08); }
.app-side .ic.on { background: var(--teal); }
.app-main { padding: 18px; background: var(--sand); }
.app-h { font-weight: 680; font-size: 14px; margin-bottom: 2px; letter-spacing: -.02em; }
.app-sh { color: var(--slate-500); font-size: 11px; margin-bottom: 14px; }
.app-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-bottom: 13px; }
.stat { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 11px; }
.stat .lab { color: var(--slate-500); font-size: 10px; margin-bottom: 5px; display:flex; align-items:center; gap:5px;}
.stat .lab i { width: 16px; height: 16px; border-radius: 5px; display:inline-block; }
.stat .val { font-size: 19px; font-weight: 720; letter-spacing: -.03em; }
.stat .val.teal { color: var(--teal-700); }
.app-row { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 11px 13px; display: flex; align-items: center; gap: 10px; margin-bottom: 7px; }
.app-row .av { width: 26px; height: 26px; border-radius: 8px; background: var(--teal-100); color: var(--teal-700); display: grid; place-items: center; font-weight: 700; font-size: 11px; }
.app-row .nm { font-weight: 600; font-size: 11.5px; }
.app-row .mt { color: var(--slate-400); font-size: 10px; }
.app-row .badge { margin-left: auto; font-size: 9.5px; font-weight: 600; padding: 3px 8px; border-radius: 99px; font-family: var(--font-mono); letter-spacing:.04em;}
.b-green { background: #e3f6ec; color: #0c8a55; }
.b-amber { background: var(--amber-soft); color: #b87708; }
.b-violet { background: var(--violet-soft); color: var(--violet); }

.mfh { font-size: 10.5px; color: var(--slate-500); margin-bottom: 8px; display: flex; align-items: center; gap: 7px;}
.mfh i { width: 8px; height: 8px; border-radius: 99px; background: var(--teal); box-shadow: 0 0 0 4px rgba(18,181,166,.15);}
.mfv { font-size: 26px; font-weight: 760; letter-spacing: -.03em; color: var(--slate-900); }
.mfv span { font-size: 14px; color: var(--teal-700); }
.spark { display:flex; align-items:flex-end; gap:4px; height:34px; margin-top:10px;}
.spark i { flex:1; background: var(--teal-100); border-radius: 3px; }
.spark i.hi { background: var(--teal); }

/* ---------- Trust marquee ---------- */
.trust { background: var(--ink-2); border-top: 1px solid var(--ink-line); padding: 22px 0; overflow: hidden; }
.marquee { display: flex; gap: 60px; white-space: nowrap; width: max-content; will-change: transform; }
.marquee span {
  font-family: var(--font-display); font-style: italic; font-weight: 360;
  font-size: clamp(18px, 2vw, 26px); color: var(--bone-dim);
  display: inline-flex; align-items: center; gap: 60px;
}
.marquee span::after { content: "✦"; color: var(--teal); font-style: normal; font-size: 14px; }

/* ---------- Section heading kit ---------- */
.sec-pad { padding-block: clamp(80px, 11vh, 150px); }
.sec-head { display: grid; gap: 18px; margin-bottom: clamp(40px, 6vh, 72px); }
.sec-head.split { grid-template-columns: 1fr 1fr; align-items: end; gap: 40px; }
.sec-head h2 {
  font-size: clamp(30px, 4.2vw, 56px);
  max-width: 16em;
}
.sec-head .lead { color: var(--slate-500); font-size: 18px; line-height: 1.5; max-width: 30em; font-weight: 400; }
.sec-dark .sec-head .lead, .sec-ink2 .sec-head .lead { color: var(--bone-dim); }
.kicker { display: flex; align-items: center; gap: 14px; }
.kicker .eyebrow { color: var(--teal-700); }
.sec-dark .kicker .eyebrow, .sec-ink2 .kicker .eyebrow { color: var(--teal-300); }
.kicker::after { content:""; height:1px; width:46px; background: currentColor; opacity:.25; }

/* ---------- Problem ---------- */
.prob-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--border); border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--border);}
.prob {
  background: var(--white); padding: clamp(28px,3vw,42px);
  display: flex; flex-direction: column; gap: 14px; min-height: 220px;
  transition: background .3s;
}
.prob:hover { background: #fcfdfc; }
.prob .pn { font-family: var(--font-mono); font-size: 12px; color: var(--teal-700); letter-spacing: .08em; }
.prob h3 { font-family: var(--font-display); font-size: clamp(20px,1.7vw,26px); font-weight: 400; line-height: 1.15; letter-spacing: -.02em; margin-top: auto;}
.prob p { color: var(--slate-500); font-size: 15px; line-height: 1.55; }
.prob .leak { font-family: var(--font-mono); font-size: 11px; color: var(--amber); letter-spacing: .05em; display:flex; align-items:center; gap:7px;}
.prob .leak::before{ content:""; width:7px; height:7px; border-radius:99px; background: var(--amber); }

/* ---------- How it works ---------- */
.flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; position: relative; }
.flow-line { position:absolute; top: 38px; left: 8%; right: 8%; height: 1px; background: var(--ink-line); }
.flow-step { position: relative; padding-top: 14px; }
.flow-step .node {
  width: 60px; height: 60px; border-radius: 18px; display: grid; place-items: center;
  background: var(--ink-card); border: 1px solid var(--ink-line); margin-bottom: 22px;
  font-family: var(--font-display); font-size: 22px; color: var(--teal-300);
}
.flow-step.active .node { background: var(--teal); color: #fff; border-color: var(--teal); box-shadow: var(--shadow-teal); }
.flow-step h3 { font-size: 19px; font-weight: 560; margin-bottom: 8px; letter-spacing: -.02em; }
.flow-step p { color: var(--bone-dim); font-size: 14px; line-height: 1.5; }
.flow-step .ar { position:absolute; top: 26px; right: -16px; color: var(--teal); width: 18px; }
.flow-foot { margin-top: 48px; font-family: var(--font-display); font-style: italic; font-size: clamp(20px,2.2vw,30px); color: var(--bone); font-weight: 340; }
@media (max-width: 820px){ .flow{ grid-template-columns: 1fr 1fr; } .flow-line{ display:none } .flow-step .ar{ display:none } }

/* ---------- Pillars (pinned) ---------- */
.pillars { background: var(--sand); }
.pillars-stage { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(36px,5vw,90px); align-items: start; }
.pillars-left { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; justify-content: center; padding-block: 40px; }
.pillars-left .idx { font-family: var(--font-display); font-size: clamp(90px, 13vw, 200px); line-height: .8; color: var(--teal-700); font-weight: 300; }
.pillars-left .idx small { font-size: .3em; color: var(--slate-400); vertical-align: super; font-family: var(--font-mono); letter-spacing: .1em;}
.pillars-left .ttl { font-family: var(--font-display); font-size: clamp(24px,2.4vw,38px); font-weight: 400; margin: 18px 0 14px; letter-spacing: -.02em; line-height: 1.05;}
.pillars-left .desc { color: var(--slate-500); font-size: 16px; line-height: 1.55; max-width: 22em; }
.pillars-prog { display:flex; gap:8px; margin-top: 34px; }
.pillars-prog i { height: 3px; width: 38px; border-radius: 99px; background: var(--border-2); transition: background .4s; }
.pillars-prog i.on { background: var(--teal); }
.pillars-right { padding-block: clamp(60px, 12vh, 140px); display: flex; flex-direction: column; gap: clamp(20px, 4vh, 44px); }
.pcard {
  background: #fff; border: 1px solid var(--border); border-radius: var(--r-xl);
  padding: clamp(26px,2.6vw,40px); box-shadow: var(--shadow-sm);
  display: grid; gap: 18px;
  transition: box-shadow .4s, border-color .4s, transform .4s;
}
.pcard.is-active { box-shadow: var(--shadow); border-color: var(--teal-300); }
.pcard .pc-num { font-family: var(--font-mono); font-size: 13px; letter-spacing: .1em; color: var(--teal-700); }
.pcard h3 { font-family: var(--font-display); font-size: clamp(22px,2vw,30px); font-weight: 400; letter-spacing: -.02em; line-height: 1.1;}
.pcard p { color: var(--slate-500); font-size: 16px; line-height: 1.6; max-width: 34em; }
.pcard .pc-visual { border-radius: var(--r); overflow: hidden; border: 1px solid var(--border); background: var(--sand); }
@media (max-width: 900px){
  .pillars-stage{ grid-template-columns: 1fr; gap: 0; }
  .pillars-left{ position: static; height: auto; padding-block: 40px 10px; }
  .pillars-prog{ display:none; }
}

/* ---------- AI (horizontal scroll) ---------- */
.ai { background: var(--ink); color: var(--bone); overflow: hidden; min-height: 100vh; }
.ai-head { padding-top: clamp(64px,9vh,110px); padding-bottom: 8px; }
.ai-track-wrap { position: relative; min-height: 72vh; display: flex; align-items: center; }
.ai-track { display: flex; gap: 28px; padding: clamp(20px,4vh,52px) var(--pad); width: max-content; will-change: transform; }
.ai-intro { width: clamp(340px, 34vw, 480px); flex: none; display: flex; flex-direction: column; justify-content: center; }
.ai-intro h2 { font-size: clamp(32px,4vw,58px); margin-bottom: 22px; }
.ai-intro p { color: var(--bone-dim); font-size: 18px; line-height: 1.55; max-width: 24em; }
.acard {
  width: clamp(330px, 30vw, 420px); flex: none;
  background: var(--ink-card); border: 1px solid var(--ink-line);
  border-radius: var(--r-xl); padding: clamp(28px,2.4vw,40px);
  display: flex; flex-direction: column; gap: 18px;
}
.acard .an { font-family: var(--font-mono); font-size: 12px; letter-spacing: .12em; color: var(--teal-300); }
.acard .aico { width: 52px; height: 52px; border-radius: 15px; background: rgba(18,181,166,.14); border: 1px solid rgba(110,216,203,.25); display: grid; place-items: center; color: var(--teal-300); }
.acard h3 { font-family: var(--font-display); font-size: clamp(23px,1.9vw,30px); font-weight: 400; letter-spacing: -.02em; line-height: 1.12; }
.acard p { color: var(--bone-dim); font-size: 15.5px; line-height: 1.6; margin-top: auto; }
.acard .chip { font-family: var(--font-mono); font-size: 11px; padding: 6px 12px; border-radius: 99px; background: rgba(255,255,255,.05); border: 1px solid var(--ink-line); color: var(--bone-dim); align-self: flex-start; letter-spacing: .04em; }

/* ---------- Personas ---------- */
.personas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.persona {
  border-radius: var(--r-xl); padding: clamp(28px,2.6vw,40px);
  display: flex; flex-direction: column; gap: 16px; min-height: 320px;
  border: 1px solid var(--border); background: #fff; box-shadow: var(--shadow-sm);
  transition: transform .4s, box-shadow .4s;
}
.persona:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.persona .role { font-family: var(--font-mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--teal-700); }
.persona h3 { font-family: var(--font-display); font-size: clamp(24px,2vw,32px); font-weight: 400; letter-spacing: -.02em; line-height: 1.1; margin-top: auto; }
.persona p { color: var(--slate-500); font-size: 15.5px; line-height: 1.6; }
.persona .pico { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; }
.persona.p2 { background: var(--ink); border-color: var(--ink-line); color: var(--bone); }
.persona.p2 .role { color: var(--teal-300); }
.persona.p2 p { color: var(--bone-dim); }
@media (max-width: 860px){ .personas{ grid-template-columns: 1fr; } }

/* ---------- Results ---------- */
.results { background: var(--ink-2); color: var(--bone); }
.res-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--ink-line); border-radius: var(--r-lg); overflow: hidden; }
.res {
  background: var(--ink); padding: clamp(34px,4vw,56px) clamp(26px,3vw,42px);
  display: flex; flex-direction: column; gap: 10px;
}
.res .rv { font-family: var(--font-display); font-size: clamp(54px,7vw,104px); font-weight: 320; line-height: .9; color: #fff; letter-spacing: -.03em; }
.res .rv .u { color: var(--teal-300); font-size: .5em; }
.res .rl { color: var(--bone-dim); font-size: 15px; line-height: 1.45; }
.res .redit { font-family: var(--font-mono); font-size: 10px; color: var(--teal); letter-spacing: .08em; opacity: .7; }
.testi { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 28px; }
.tcard { border: 1px solid var(--ink-line); border-radius: var(--r-lg); padding: 28px; display: flex; flex-direction: column; gap: 18px; min-height: 200px; }
.tcard p { font-family: var(--font-display); font-style: italic; font-weight: 340; font-size: 18px; line-height: 1.4; color: var(--bone); }
.tcard .who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.tcard .who .av { width: 38px; height: 38px; border-radius: 11px; background: var(--ink-card); border: 1px solid var(--ink-line); }
.tcard .who .nm { font-size: 13px; font-weight: 600; color: #fff; font-family: var(--font-sans); }
.tcard .who .rl { font-size: 11.5px; color: var(--bone-dim); font-family: var(--font-sans); }
.tcard .ph { color: var(--slate-400); font-size: 12px; font-family: var(--font-mono); }
@media (max-width: 860px){ .res-grid, .testi{ grid-template-columns: 1fr; } }

/* ---------- Plans ---------- */
.plans-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; align-items: stretch; }
.plan {
  position: relative;
  background: #fff; border: 1px solid var(--border); border-radius: var(--r-xl);
  padding: clamp(28px,2.6vw,38px); display: flex; flex-direction: column; gap: 22px;
  box-shadow: var(--shadow-sm); transition: transform .4s, box-shadow .4s;
}
.plan:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.plan.feat { background: var(--ink); border-color: var(--ink-line); color: var(--bone); transform: scale(1.03); box-shadow: var(--shadow-lg); }
.plan.feat:hover { transform: scale(1.03) translateY(-6px); }
.plan-top { display: flex; align-items: center; justify-content: space-between; }
.plan .pname { font-family: var(--font-display); font-size: 24px; font-weight: 400; letter-spacing: -.02em; }
.plan .ptag {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase;
  padding: 8px 18px; border-radius: 99px; white-space: nowrap; text-align: center;
  background: linear-gradient(180deg, var(--teal) 0%, var(--teal-700) 100%);
  color: #fff; box-shadow: var(--shadow-teal);
}
.plan .price { display: flex; align-items: baseline; gap: 6px 8px; flex-wrap: wrap; }
.plan .price b { font-family: var(--font-display); font-size: clamp(40px,4vw,54px); font-weight: 360; letter-spacing: -.03em; white-space: nowrap; }
.plan .price span { color: var(--slate-500); font-size: 15px; }
.plan.feat .price span { color: var(--bone-dim); }
.plan .cap { font-size: 14px; color: var(--slate-500); padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.plan.feat .cap { color: var(--bone-dim); border-color: var(--ink-line); }
.plan ul { list-style: none; display: flex; flex-direction: column; gap: 13px; }
.plan li { display: flex; gap: 11px; font-size: 14.5px; color: var(--slate-700); line-height: 1.4; }
.plan.feat li { color: var(--bone); }
.plan li svg { width: 17px; height: 17px; flex: none; color: var(--teal-700); margin-top: 1px; }
.plan.feat li svg { color: var(--teal-300); }
.plan .pfoot { margin-top: auto; display: flex; flex-direction: column; gap: 12px; align-items: center; }
.plan .pfoot .btn { width: 100%; justify-content: center; }
.plan .spec { font-size: 12.5px; color: var(--slate-400); }
.plan.feat .spec { color: var(--bone-dim); }
.plan.feat .btn-ghost { color: #fff; border-color: var(--ink-line); }
.plan.feat .btn-ghost:hover { border-color: var(--teal-300); }
@media (max-width: 900px){ .plans-grid{ grid-template-columns: 1fr; } .plan.feat{ transform:none } .plan.feat:hover{ transform:translateY(-6px)} }

/* additional clients note */
.plans-note { text-align: center; margin-top: clamp(50px, 6vh, 74px); font-size: 15px; color: var(--slate-500); }
.plans-note b { color: var(--slate-900); font-weight: 600; }

/* monthly/annual billing switch */
.bill-switch-wrap { display: flex; justify-content: center; margin-bottom: clamp(34px, 5vh, 52px); }
.bill-switch { display: inline-flex; gap: 4px; background: var(--white); border: 1px solid var(--border); border-radius: 999px; padding: 5px; box-shadow: var(--shadow-sm); }
.bs-opt { border: none; background: none; font-family: var(--font-sans); font-size: 14.5px; font-weight: 540; color: var(--slate-500); padding: 9px 22px; border-radius: 999px; cursor: pointer; display: inline-flex; align-items: center; gap: 9px; transition: background .25s, color .25s; }
.bs-opt.on { background: var(--ink); color: #fff; }
.bs-tag { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .04em; text-transform: uppercase; background: var(--teal-100); color: var(--teal-700); padding: 3px 8px; border-radius: 99px; }
.bs-opt.on .bs-tag { background: var(--teal); color: #fff; }
.price .per-note { flex-basis: 100%; width: 100%; display: block; font-family: var(--font-mono); font-size: 11.5px; color: var(--teal-700); margin-top: 5px; letter-spacing: .01em; white-space: normal; line-height: 1.35; font-weight: 500; }
.price .per-note small { display: block; font-size: 10px; color: var(--slate-400); font-weight: 400; margin-top: 1px; letter-spacing: .03em; }
.plan.feat .price .per-note small { color: var(--bone-dim); }
.plan.feat .price .per-note { color: var(--teal-300); }

/* mentoria de implantação (opcional) */
.mentoria {
  position: relative; overflow: hidden;
  margin-top: 26px;
  background: var(--ink); color: var(--bone);
  border: 1px solid var(--ink-line); border-radius: var(--r-xl);
  padding: clamp(28px,3vw,46px);
  display: grid; grid-template-columns: 1.55fr 0.45fr; gap: clamp(28px,4vw,56px); align-items: center;
}
.mentoria::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(70% 130% at 100% 0%, rgba(18,181,166,.16), transparent 58%);
}
.mentoria .m-body { position: relative; }
.mentoria .m-tag { color: var(--amber); display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.mentoria .m-tag::before { content:""; width: 7px; height: 7px; border-radius: 99px; background: var(--amber); }
.mentoria h3 { font-family: var(--font-display); font-size: clamp(24px,2.4vw,34px); font-weight: 400; letter-spacing: -.02em; margin-bottom: 14px; }
.mentoria p { color: var(--bone-dim); font-size: 15.5px; line-height: 1.6; max-width: 46em; margin-bottom: 20px; }
.mentoria .m-list { list-style: none; display: flex; gap: 26px; flex-wrap: wrap; }
.mentoria .m-list li { display: flex; align-items: center; gap: 9px; font-size: 14px; color: var(--bone); }
.mentoria .m-list svg { width: 16px; height: 16px; color: var(--teal-300); flex: none; }
.mentoria .m-right { position: relative; display: flex; flex-direction: column; gap: 12px; align-items: stretch; text-align: center; }
.mentoria .m-price { display: flex; flex-direction: column; gap: 2px; margin-bottom: 10px; }
.mentoria .m-price .m-from { font-family: var(--font-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--teal-300); }
.mentoria .m-price b { font-family: var(--font-display); font-size: clamp(34px,3.4vw,46px); font-weight: 360; letter-spacing: -.03em; color: #fff; }
.mentoria .m-right .btn { justify-content: center; }
@media (max-width: 820px){ .mentoria{ grid-template-columns: 1fr; gap: 28px; } .mentoria .m-right{ text-align: left; align-items: stretch; } }

/* ---------- Objections (accordion) ---------- */
.obj-grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: clamp(36px,5vw,80px); align-items: start; }
.acc { display: flex; flex-direction: column; }
.acc-item { border-bottom: 1px solid var(--border); }
.acc-item:first-child { border-top: 1px solid var(--border); }
.acc-q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  padding: 26px 4px; display: flex; align-items: center; gap: 20px;
  font-family: var(--font-display); font-size: clamp(19px,1.8vw,25px); font-weight: 400;
  color: var(--slate-900); letter-spacing: -.02em; transition: color .3s;
}
.acc-q:hover { color: var(--teal-700); }
.acc-q .q-ico { margin-left: auto; flex: none; width: 30px; height: 30px; border-radius: 99px; border: 1px solid var(--border-2); display: grid; place-items: center; transition: transform .4s, background .3s, border-color .3s; }
.acc-q .q-ico svg { width: 14px; height: 14px; transition: transform .4s; }
.acc-item.open .q-ico { background: var(--teal); border-color: var(--teal); color: #fff; }
.acc-item.open .q-ico svg { transform: rotate(45deg); }
.acc-a { overflow: hidden; height: 0; }
.acc-a-in { padding: 0 60px 28px 0; color: var(--slate-500); font-size: 16.5px; line-height: 1.6; max-width: 40em; }
.obj-aside { position: sticky; top: 120px; }
.obj-aside .qbox { background: #fff; border: 1px solid var(--border); border-radius: var(--r-xl); padding: 34px; box-shadow: var(--shadow-sm); }
.obj-aside h3 { font-family: var(--font-display); font-size: 26px; font-weight: 400; letter-spacing: -.02em; margin-bottom: 12px; }
.obj-aside p { color: var(--slate-500); font-size: 15px; line-height: 1.55; margin-bottom: 22px; }
@media (max-width: 880px){ .obj-grid{ grid-template-columns: 1fr; } .obj-aside{ position: static; } }

/* ---------- Final CTA ---------- */
.fcta { background: var(--ink); color: var(--bone); text-align: left; overflow: hidden; position: relative; }
.fcta::before {
  content:""; position:absolute; inset:0;
  background: radial-gradient(90% 120% at 80% 0%, rgba(18,181,166,.18), transparent 55%);
}
.fcta-in { position: relative; padding-block: clamp(90px,14vh,180px); display: grid; grid-template-columns: 1.4fr 0.6fr; gap: 50px; align-items: end; }
.fcta h2 { font-size: clamp(38px,6vw,84px); }
.fcta h2 em { font-style: italic; color: var(--teal-300); }
.fcta-cta { display: flex; flex-direction: column; gap: 14px; }
.fcta-cta .btn { justify-content: center; }
@media (max-width: 820px){ .fcta-in{ grid-template-columns: 1fr; align-items: start; } }

/* ---------- Footer ---------- */
.foot { background: var(--ink-2); color: var(--bone-dim); padding-block: clamp(60px,8vh,90px) 40px; border-top: 1px solid var(--ink-line); }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 56px; border-bottom: 1px solid var(--ink-line); }
.foot .logo-w { height: 60px; width: auto; margin-bottom: 22px; }
.foot .ftag { font-family: var(--font-display); font-style: italic; font-weight: 340; font-size: 19px; color: var(--bone); max-width: 18em; line-height: 1.4; }
.foot .by-planner { margin-top: 18px; font-size: 13.5px; color: var(--slate-400); }
.foot .by-planner a { color: var(--teal-300); font-weight: 600; transition: color .25s; }
.foot .by-planner a:hover { color: #fff; }
.foot h4 { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--slate-400); margin-bottom: 18px; font-weight: 500; }
.foot ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.foot ul a { font-size: 14.5px; color: var(--bone-dim); transition: color .25s; }
.foot ul a:hover { color: var(--teal-300); }
.foot-bot { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; font-size: 13px; gap: 20px; flex-wrap: wrap; }
.foot-bot .socials { display: flex; gap: 10px; }
.foot-bot .socials a.wa-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 11px 20px; border-radius: 999px;
  border: 1px solid rgba(110,216,203,.32);
  background: rgba(18,181,166,.10);
  color: #e7eeec; font-size: 14.5px; font-weight: 540;
  font-variant-numeric: tabular-nums; letter-spacing: .01em;
  transition: border-color .3s, background .3s, transform .25s;
}
.foot-bot .socials a.wa-btn svg { color: #6ed8cb; }
.foot-bot .socials a.wa-btn:hover { background: rgba(18,181,166,.18); border-color: var(--teal-300); transform: translateY(-1px); }
@media (max-width: 820px){ .foot-grid{ grid-template-columns: 1fr 1fr; } }

/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 760px){
  .hdr { padding: 16px 16px; }
  .hdr.scrolled { padding-block: 13px; }
  .hdr .logo { height: 38px; }
  .hdr-actions .btn-ghost { display: none; }

  .hero { padding-top: 116px; padding-bottom: 50px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero h1 { font-size: clamp(38px, 11vw, 54px); }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { justify-content: center; }
  .hero-meta { gap: 14px; }
  .hero-mock { margin-top: 4px; }
  .mock { transform: none; }
  .mock-float { display: none; }

  .sec-head.split { grid-template-columns: 1fr; gap: 16px; }
  .prob-grid { grid-template-columns: 1fr; }
  .flow { grid-template-columns: 1fr; gap: 20px; }
  .flow-foot { margin-top: 32px; }

  .res .rv { font-size: clamp(48px, 16vw, 72px); }
  .mentoria .m-list { gap: 14px; flex-direction: column; }

  /* AI section becomes a normal vertical stack (no horizontal pin) */
  .ai.ai-static { min-height: 0; }
  .ai-static .ai-track-wrap { min-height: 0; }
  .ai-static .ai-track { width: auto; flex-direction: column; padding: 24px var(--pad) 56px; gap: 18px; }
  .ai-static .ai-intro, .ai-static .acard { width: auto; }
  .ai-static .ai-intro h2 { font-size: clamp(30px, 9vw, 44px); }

  /* Footer: single centered column, no sitemap, prominent WhatsApp */
  .foot-grid { grid-template-columns: 1fr; text-align: center; gap: 0; padding-bottom: 34px; }
  .foot-grid > div:not(:first-child) { display: none; }
  .foot .logo-w { margin: 0 auto 20px; }
  .foot .ftag { margin: 0 auto; max-width: 24em; }
  .foot .by-planner { margin-top: 16px; }
  .foot-bot { flex-direction: column-reverse; align-items: center; text-align: center; gap: 18px; padding-top: 26px; }
}
