/* =========================================================================
   MegaBrain — Funnel P1 / P2 (uses the home tokens and components)
   ========================================================================= */

.mb-funnel-main{display:block;}

/* ---------- Buttons ---------- */
.mb-btn--lg{font-size:1.02rem;padding:.95em 1.7em;}
/* Bump specificity so the button text stays white. */
a.mb-btn--blue,.mb-btn--blue{background:var(--blue);color:#fff;}
.mb-btn--blue:hover{background:var(--navy);transform:translateY(-1px);}
.mb-btn--blue svg{transition:transform .18s ease;}
.mb-btn--blue:hover svg{transform:translateX(3px);}
.mb-center{text-align:center;margin-top:36px;}
.mb-head--center{flex-direction:column;align-items:center;text-align:center;}
.mb-head--center .mb-head__title{padding-left:0;}
.mb-head--center .mb-head__title::before{display:none;}
.mb-head--center .mb-head__sub{max-width:54ch;}

/* ---------- Lean header ---------- */
.mb-fheader{background:#fff;border-bottom:1px solid var(--line);}
.mb-fheader__in{display:flex;align-items:center;justify-content:space-between;height:74px;}
.mb-fheader .mb-brand img{height:44px;width:auto;}
.mb-fheader__badge{display:inline-flex;align-items:center;gap:.5em;font-size:.82rem;font-weight:600;
  color:var(--blue);background:var(--bg-soft-2);padding:.55em 1em;border-radius:999px;}
.mb-fheader__badge svg{width:16px;height:16px;}
@media(max-width:560px){.mb-fheader__badge{display:none;}}

/* ---------- Hero ---------- */
.mb-fhero{background:
  radial-gradient(120% 120% at 50% -20%, var(--bg-soft-2) 0%, #fff 60%);
  padding:64px 0 56px;border-bottom:1px solid var(--line);}
.mb-fhero__in{max-width:860px;margin:0 auto;text-align:center;}
.mb-fhero__title{font-family:var(--serif);font-weight:700;letter-spacing:-.02em;color:var(--ink);
  font-size:clamp(2rem,1.4rem + 3vw,3.4rem);line-height:1.08;margin:.3rem 0 .8rem;}
.mb-fhero__sub{color:var(--body);font-size:clamp(1rem,.95rem + .3vw,1.15rem);max-width:62ch;
  margin:0 auto 1.8rem;}
.mb-fhero__cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}
.mb-fhero--guide{padding:54px 0 40px;}
.mb-fhero--guide .mb-fhero__in{max-width:880px;text-align:left;}
.mb-fhero--guide .mb-fhero__sub{margin-left:0;}

/* ---------- Stats (optional) ---------- */
.mb-fstats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:720px;
  margin:42px auto 0;padding-top:30px;border-top:1px solid var(--line);}
.mb-fstats li{text-align:center;}
.mb-fstats strong{display:block;font-family:var(--serif);font-weight:700;color:var(--navy);
  font-size:clamp(1.5rem,1.1rem + 1.6vw,2.2rem);line-height:1;}
.mb-fstats span{display:block;font-size:.82rem;color:var(--muted);margin-top:6px;}
@media(max-width:560px){.mb-fstats{grid-template-columns:repeat(2,1fr);gap:24px 18px;}}

/* ---------- Item cards (P1) ---------- */
.mb-fcards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:22px;}
.mb-fcard{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);
  border-radius:var(--radius);padding:26px 24px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s;}
.mb-fcard:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--blue);}
.mb-fcard__ic{width:54px;height:54px;border-radius:14px;display:grid;place-items:center;
  background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;margin-bottom:16px;}
.mb-fcard__ic svg{width:27px;height:27px;}
.mb-fcard__tag{font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;
  color:var(--gold);margin-bottom:6px;}
.mb-fcard__title{font-family:var(--serif);font-weight:600;font-size:1.3rem;color:var(--ink);
  letter-spacing:-.01em;line-height:1.2;margin-bottom:.5rem;}
.mb-fcard__txt{color:var(--muted);font-size:.94rem;flex:1;margin-bottom:1.2rem;}
.mb-fcard__go{display:inline-flex;align-items:center;gap:.45em;font-weight:700;font-size:.82rem;
  letter-spacing:.04em;color:var(--blue);}
.mb-fcard__go svg{width:16px;height:16px;transition:transform .18s ease;}
.mb-fcard:hover .mb-fcard__go svg{transform:translateX(4px);}

/* ---------- 3 steps ---------- */
.mb-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.mb-step{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px 26px;
  position:relative;}
.mb-step__n{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;
  background:var(--gold);color:var(--navy);font-family:var(--serif);font-weight:700;font-size:1.4rem;
  margin-bottom:16px;}
.mb-step h3{font-family:var(--serif);font-weight:600;font-size:1.2rem;color:var(--ink);margin-bottom:.5rem;}
.mb-step p{color:var(--muted);font-size:.94rem;}
@media(max-width:760px){.mb-steps{grid-template-columns:1fr;}}

/* ---------- Benefits ---------- */
.mb-fbenefits{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
.mb-fbenefit{text-align:center;padding:8px;}
.mb-fbenefit span{display:inline-grid;place-items:center;width:60px;height:60px;border-radius:16px;
  background:var(--bg-soft-2);color:var(--blue);margin-bottom:14px;}
.mb-fbenefit span svg{width:28px;height:28px;}
.mb-fbenefit h3{font-family:var(--serif);font-weight:600;font-size:1.12rem;color:var(--ink);margin-bottom:.35rem;}
.mb-fbenefit p{color:var(--muted);font-size:.9rem;}
@media(max-width:860px){.mb-fbenefits{grid-template-columns:repeat(2,1fr);gap:30px 22px;}}
@media(max-width:460px){.mb-fbenefits{grid-template-columns:1fr;}}

/* Final CTA: single button on the right */
.mb-cta .mb-btn{flex:0 0 auto;}

/* ---------- P2: item blocks ---------- */
.mb-p2list{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
.mb-p2item{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;
  display:flex;flex-direction:column;}
.mb-p2item__head{display:flex;align-items:center;gap:16px;margin-bottom:14px;}
.mb-p2item__ic{flex:0 0 auto;width:56px;height:56px;border-radius:15px;display:grid;place-items:center;
  background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;}
.mb-p2item__ic svg{width:28px;height:28px;}
.mb-p2item__tag{font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--gold);}
.mb-p2item__title{font-family:var(--serif);font-weight:700;font-size:1.4rem;color:var(--ink);
  letter-spacing:-.01em;line-height:1.15;margin-top:2px;}
.mb-p2item__sum{color:var(--body);font-size:.96rem;margin-bottom:18px;}
.mb-p2item__grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:22px;flex:1;}
.mb-p2item__monto{background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius-sm);
  padding:14px 16px;}
.mb-p2item__label{display:block;font-size:.74rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;
  color:var(--muted);margin-bottom:4px;}
.mb-p2item__monto strong{font-family:var(--serif);font-size:1.18rem;color:var(--navy);}
.mb-p2item__reqs{display:flex;flex-direction:column;gap:9px;}
.mb-p2item__reqs li{display:flex;gap:10px;align-items:flex-start;font-size:.92rem;color:var(--body);}
.mb-p2item__reqs svg{width:19px;height:19px;color:#2bb673;flex:0 0 auto;margin-top:1px;}
.mb-p2item .mb-btn{align-self:flex-start;}
@media(max-width:860px){.mb-p2list{grid-template-columns:1fr;}}

/* ---------- Funnel footer ---------- */
.mb-ffooter__top{display:flex;align-items:center;justify-content:space-between;gap:24px;
  padding:38px 24px;flex-wrap:wrap;}
.mb-ffooter__brand img{height:46px;width:auto;}
.mb-ffooter__links{display:flex;gap:6px 22px;flex-wrap:wrap;list-style:none;margin:0;padding:0;}
.mb-ffooter__links li{list-style:none;margin:0;}
.mb-ffooter__links a{font-size:.9rem;color:#b9c6e2;transition:.15s;}
.mb-ffooter__links a:hover{color:var(--gold-2);}
@media(max-width:560px){.mb-ffooter__top{flex-direction:column;align-items:flex-start;gap:18px;}}
