/* NextMove RC1.23 — Premium conversion homepage. Public frontend only. */
:root{
  --hp-ink:#071b2d;
  --hp-muted:#5f7182;
  --hp-teal:#078c83;
  --hp-teal-dark:#06756f;
  --hp-teal-soft:#e4f5f2;
  --hp-navy:#06243a;
  --hp-border:#dce5ea;
  --hp-bg:#f5f8fa;
  --hp-white:#fff;
  --hp-shadow:0 18px 45px rgba(7,27,45,.10);
}
body.mvp-page{background:var(--hp-bg);color:var(--hp-ink)}
.hp-main{overflow:hidden}
.hp-hero{
  position:relative;
  min-height:770px;
  background:#eef4f6 url('images/hero-car.png') center/cover no-repeat;
  isolation:isolate;
}
.hp-hero::before{
  content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.97) 36%,rgba(255,255,255,.76) 55%,rgba(255,255,255,.10) 76%,rgba(255,255,255,0) 100%),
             linear-gradient(180deg,rgba(255,255,255,.28),rgba(255,255,255,.04) 58%,rgba(245,248,250,.96) 100%);
}
.hp-hero-inner{max-width:1440px;margin:0 auto;padding:54px 42px 0}
.hp-copy{max-width:790px}
.hp-eyebrow{display:flex;align-items:center;gap:11px;font-weight:800;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--hp-teal-dark);margin:0 0 20px}
.hp-eyebrow svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.9}
.hp-title{margin:0;max-width:900px;font-size:clamp(48px,5.4vw,82px);line-height:.99;letter-spacing:-.055em;font-weight:850;color:var(--hp-ink)}
.hp-title span{display:block;color:var(--hp-teal)}
.hp-lead{max-width:620px;margin:24px 0 0;font-size:19px;line-height:1.58;color:#43596c}
.hp-pilot-badge{position:absolute;right:7.5%;top:56px;padding:16px 20px;border:1px solid rgba(255,255,255,.4);border-radius:17px;background:rgba(7,27,45,.72);backdrop-filter:blur(12px);color:white;box-shadow:0 15px 36px rgba(0,0,0,.20)}
.hp-pilot-badge strong{display:block;font-size:18px;margin-bottom:4px}.hp-pilot-badge span{font-size:12px;opacity:.82}
.hp-offers{max-width:1440px;margin:74px auto 0;padding:0 42px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;align-items:stretch}
.hp-offer{position:relative;display:flex;flex-direction:column;min-height:292px;padding:26px;border:1px solid rgba(199,213,220,.9);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:var(--hp-shadow)}
.hp-offer.is-featured{border:1.5px solid var(--hp-teal);transform:translateY(-14px)}
.hp-popular{position:absolute;left:-1px;right:-1px;top:-33px;height:33px;border-radius:14px 14px 0 0;display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#07867e,#0ca393);color:#fff;font-size:12px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.hp-offer-head{display:flex;align-items:center;gap:18px}.hp-offer-icon{width:64px;height:64px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(145deg,#edf9f7,#e0f2ef);color:var(--hp-teal)}
.hp-offer-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.hp-offer h2{font-size:21px;line-height:1.15;margin:0 0 8px;color:var(--hp-ink);letter-spacing:-.025em}.hp-chip{display:inline-flex;width:max-content;padding:6px 11px;border-radius:99px;background:var(--hp-teal-soft);color:#086d67;font-size:12px;font-weight:750}
.hp-offer-copy{font-size:16px;line-height:1.52;color:#52687a;margin:22px 0 18px;min-height:49px}
.hp-offer-action{display:flex;align-items:center;justify-content:center;min-height:48px;margin-top:auto;border:1px solid #91cbc6;border-radius:10px;color:#08776f;font-weight:800;text-decoration:none;background:#fff;transition:.18s ease}
.hp-offer-action:hover{transform:translateY(-1px);border-color:var(--hp-teal);box-shadow:0 8px 20px rgba(7,140,131,.12)}
.hp-offer.is-featured .hp-offer-action{border-color:transparent;color:white;background:linear-gradient(90deg,#07897f,#08a091);box-shadow:0 10px 20px rgba(7,140,131,.20)}
.hp-offer-note{text-align:center;color:#728391;font-size:12px;margin:10px 0 0}
.hp-trust-wrap{max-width:1440px;margin:16px auto 0;padding:0 42px 44px}
.hp-trust{display:grid;grid-template-columns:repeat(4,1fr);border-radius:20px;background:linear-gradient(105deg,#06243a,#08334a);color:#fff;box-shadow:0 17px 35px rgba(6,36,58,.18);overflow:hidden}
.hp-trust article{position:relative;display:grid;grid-template-columns:56px 1fr;gap:16px;align-items:center;padding:25px 27px}.hp-trust article+article::before{content:"";position:absolute;left:0;top:20%;bottom:20%;width:1px;background:rgba(255,255,255,.17)}
.hp-trust svg{width:46px;height:46px;fill:none;stroke:#16b6aa;stroke-width:1.55}.hp-trust strong{display:block;font-size:16px;margin-bottom:4px}.hp-trust p{font-size:13px;line-height:1.42;margin:0;color:#d3e0e7}
.hp-how-section{padding:12px 24px 82px}.hp-how{max-width:1440px;margin:auto;padding:30px 42px 34px;border:1px solid #e3eaee;border-radius:24px;background:#fff;box-shadow:0 12px 34px rgba(7,27,45,.06)}
.hp-how h2{text-align:center;margin:0 0 27px;font-size:30px;letter-spacing:-.03em}.hp-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.hp-step{position:relative;display:grid;grid-template-columns:52px 1fr;gap:14px;align-items:center}.hp-step:not(:last-child)::after{content:"→";position:absolute;right:-18px;color:var(--hp-teal);font-weight:800;font-size:25px}.hp-step-icon{width:52px;height:52px;border-radius:12px;display:grid;place-items:center;background:#edf7f6;color:#0a7770}.hp-step-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.7}.hp-step small{display:block;color:#7c8d99;font-weight:800;font-size:11px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px}.hp-step strong{font-size:14px;line-height:1.45}
.hp-final{padding:0 24px 86px}.hp-final-card{max-width:1440px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:36px 42px;border-radius:22px;background:linear-gradient(120deg,#06243a,#0a4153);color:white}.hp-final-card h2{font-size:32px;margin:0 0 7px}.hp-final-card p{margin:0;color:#d3e0e7}.hp-final-card a{display:inline-flex;align-items:center;justify-content:center;min-width:220px;min-height:52px;border-radius:11px;background:#0ca092;color:white;text-decoration:none;font-weight:850}
@media (max-width:1050px){
 .hp-hero{min-height:auto;background-position:65% center}.hp-hero::before{background:linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.93) 58%,rgba(255,255,255,.25) 100%),linear-gradient(180deg,transparent 45%,var(--hp-bg) 100%)}
 .hp-hero-inner{padding:42px 28px 0}.hp-pilot-badge{display:none}.hp-title{font-size:58px}.hp-offers{padding:0 28px;margin-top:62px}.hp-trust-wrap{padding:0 28px 38px}.hp-trust{grid-template-columns:repeat(2,1fr)}.hp-trust article:nth-child(3)::before{display:none}.hp-steps{grid-template-columns:repeat(2,1fr)}.hp-step:nth-child(2)::after{display:none}
}
@media (max-width:760px){
 .hp-hero{background-image:none;background:#f5f9fa}.hp-hero-inner{padding:30px 20px 0}.hp-eyebrow{font-size:11px;margin-bottom:14px}.hp-title{font-size:43px;line-height:1.02}.hp-lead{font-size:17px;line-height:1.5;margin-top:18px}.hp-offers{grid-template-columns:1fr;padding:0 20px;margin-top:36px;gap:16px}.hp-offer{min-height:0;padding:22px}.hp-offer.is-featured{transform:none;margin-top:28px}.hp-offer-copy{min-height:0}.hp-trust-wrap{padding:18px 20px 30px}.hp-trust{grid-template-columns:1fr}.hp-trust article+article::before{left:24px;right:24px;top:0;bottom:auto;width:auto;height:1px}.hp-how-section{padding:0 20px 48px}.hp-how{padding:27px 22px}.hp-how h2{font-size:26px}.hp-steps{grid-template-columns:1fr}.hp-step::after{display:none!important}.hp-final{padding:0 20px 60px}.hp-final-card{display:block;padding:30px 24px}.hp-final-card h2{font-size:27px}.hp-final-card a{width:100%;margin-top:22px}.hp-offer-head{gap:14px}.hp-offer-icon{width:56px;height:56px}
}
[data-theme="dark"] .hp-hero{background-color:#071827}[data-theme="dark"] .hp-hero::before{background:linear-gradient(90deg,rgba(7,24,39,.99) 0%,rgba(7,24,39,.96) 43%,rgba(7,24,39,.42) 70%,rgba(7,24,39,.08) 100%),linear-gradient(180deg,transparent 55%,#071827 100%)}
[data-theme="dark"] .hp-title,[data-theme="dark"] .hp-offer h2{color:#f4fbff}[data-theme="dark"] .hp-lead{color:#c8d7df}[data-theme="dark"] body.mvp-page{background:#071827}[data-theme="dark"] .hp-offer,[data-theme="dark"] .hp-how{background:#0b2233;border-color:#17384b}[data-theme="dark"] .hp-offer-copy,[data-theme="dark"] .hp-offer-note{color:#adc0ca}[data-theme="dark"] .hp-offer-action{background:#0b2233}[data-theme="dark"] .hp-how h2,[data-theme="dark"] .hp-step strong{color:#eef8fc}

/* RC1.23.1 — Premium editorial journey */
.hp-how-section{padding:42px 24px 104px;background:linear-gradient(180deg,#f5f8fa 0%,#eef4f6 100%)}
.hp-how-premium{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:minmax(280px,.78fr) minmax(520px,1.22fr);gap:92px;align-items:start;padding:88px 84px;border:1px solid rgba(212,224,230,.9);border-radius:32px;background:rgba(255,255,255,.92);box-shadow:0 30px 80px rgba(7,27,45,.08);backdrop-filter:blur(12px)}
.hp-how-intro{position:sticky;top:112px;padding-top:8px}
.hp-how-eyebrow{margin:0 0 19px;color:var(--hp-teal-dark);font-size:12px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
.hp-how-intro h2{max-width:420px;margin:0;font-size:clamp(44px,4.4vw,68px);line-height:1.01;letter-spacing:-.055em;color:var(--hp-ink)}
.hp-how-lead{max-width:430px;margin:25px 0 30px;font-size:19px;line-height:1.62;color:#5a6f80}
.hp-how-link{display:inline-flex;align-items:center;gap:10px;color:var(--hp-ink);font-size:15px;font-weight:800;text-decoration:none;padding-bottom:7px;border-bottom:1px solid rgba(7,27,45,.28);transition:.2s ease}
.hp-how-link:hover{color:var(--hp-teal-dark);border-color:var(--hp-teal)}
.hp-journey{position:relative;border-top:1px solid #dce5ea}
.hp-journey::before{content:"";position:absolute;left:31px;top:38px;bottom:38px;width:1px;background:linear-gradient(180deg,var(--hp-teal) 0%,rgba(7,140,131,.16) 100%)}
.hp-journey-step{position:relative;display:grid;grid-template-columns:64px 1fr;gap:28px;align-items:start;padding:34px 0 38px;border-bottom:1px solid #dce5ea}
.hp-journey-index{position:relative;z-index:1;width:64px;height:64px;display:grid;place-items:center;border-radius:50%;background:#fff;border:1px solid #cfe2e1;color:var(--hp-teal-dark);font-size:13px;font-weight:900;letter-spacing:.08em;box-shadow:0 10px 28px rgba(7,27,45,.07)}
.hp-journey-copy{padding-top:4px}
.hp-journey-copy h3{margin:0 0 10px;color:var(--hp-ink);font-size:clamp(24px,2.15vw,34px);line-height:1.12;letter-spacing:-.035em}
.hp-journey-copy p{max-width:570px;margin:0;color:#5e7181;font-size:17px;line-height:1.62}
.hp-journey-step:nth-child(3) .hp-journey-index{background:var(--hp-teal);border-color:var(--hp-teal);color:#fff;box-shadow:0 14px 34px rgba(7,140,131,.22)}
@media(max-width:980px){
 .hp-how-premium{grid-template-columns:1fr;gap:48px;padding:64px 50px}.hp-how-intro{position:static}.hp-how-intro h2{max-width:none}.hp-how-lead{max-width:620px}
}
@media(max-width:760px){
 .hp-how-section{padding:20px 16px 62px}.hp-how-premium{padding:40px 24px 34px;border-radius:24px;gap:34px}.hp-how-intro h2{font-size:42px}.hp-how-lead{font-size:17px;margin:19px 0 24px}.hp-journey::before{left:25px}.hp-journey-step{grid-template-columns:52px 1fr;gap:18px;padding:27px 0 30px}.hp-journey-index{width:52px;height:52px;font-size:11px}.hp-journey-copy h3{font-size:24px}.hp-journey-copy p{font-size:15.5px;line-height:1.55}
}
[data-theme="dark"] .hp-how-section{background:#071827}
[data-theme="dark"] .hp-how-premium{background:#0b2233;border-color:#17384b}
[data-theme="dark"] .hp-how-intro h2,[data-theme="dark"] .hp-journey-copy h3{color:#eef8fc}
[data-theme="dark"] .hp-how-lead,[data-theme="dark"] .hp-journey-copy p{color:#adc0ca}
[data-theme="dark"] .hp-journey,[data-theme="dark"] .hp-journey-step{border-color:#1c3a4b}
[data-theme="dark"] .hp-journey-index{background:#0f2b3d;border-color:#285065}
[data-theme="dark"] .hp-how-link{color:#eef8fc;border-color:#456273}

/* RC1.23.3 — Premium decision story: high-impact, conversion-focused process section */
.hp-how-section{
  padding:88px 24px 112px;
  background:
    radial-gradient(circle at 80% 10%,rgba(18,181,165,.10),transparent 27%),
    linear-gradient(180deg,#eef4f6 0%,#f7f9fa 100%);
}
.hp-how-premium{
  position:relative;
  max-width:1440px;
  margin:0 auto;
  padding:82px 72px 48px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  border-radius:34px;
  color:#fff;
  background:
    radial-gradient(circle at 74% 0%,rgba(22,190,176,.16),transparent 30%),
    linear-gradient(135deg,#061c2d 0%,#082a3c 62%,#073746 100%);
  box-shadow:0 40px 90px rgba(6,28,45,.22);
}
.hp-how-premium::before{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  right:-230px;
  bottom:-330px;
  border:1px solid rgba(63,211,198,.12);
  border-radius:50%;
  box-shadow:0 0 0 80px rgba(63,211,198,.025),0 0 0 160px rgba(63,211,198,.018);
  pointer-events:none;
}
.hp-how-intro{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.28fr) minmax(330px,.72fr);
  gap:88px;
  align-items:end;
  padding-bottom:68px;
}
.hp-how-heading{max-width:800px}
.hp-how-eyebrow{
  margin:0 0 22px;
  color:#51d6ca;
  font-size:12px;
  font-weight:850;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.hp-how-intro h2{
  max-width:810px;
  margin:0;
  color:#fff;
  font-size:clamp(50px,5.3vw,82px);
  line-height:.98;
  letter-spacing:-.058em;
  text-wrap:balance;
}
.hp-how-summary{padding-bottom:5px}
.hp-how-lead{
  max-width:510px;
  margin:0 0 29px;
  color:#bfd0d9;
  font-size:19px;
  line-height:1.62;
}
.hp-how-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.hp-how-primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 24px;
  border-radius:11px;
  color:#fff;
  background:linear-gradient(90deg,#078f84,#0aa496);
  box-shadow:0 14px 30px rgba(7,143,132,.22);
  font-size:15px;
  font-weight:850;
  text-decoration:none;
  transition:transform .2s ease,box-shadow .2s ease;
}
.hp-how-primary:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(7,143,132,.30)}
.hp-how-secondary{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:8px 0;
  color:#e4eef2;
  border-bottom:1px solid rgba(228,238,242,.34);
  font-size:15px;
  font-weight:780;
  text-decoration:none;
  transition:color .2s ease,border-color .2s ease;
}
.hp-how-secondary:hover{color:#57dfd2;border-color:#57dfd2}
.hp-decision-flow{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid rgba(255,255,255,.16);
  border-bottom:1px solid rgba(255,255,255,.16);
}
.hp-flow-step{
  position:relative;
  min-height:310px;
  padding:34px 28px 38px;
  overflow:hidden;
}
.hp-flow-step+.hp-flow-step{border-left:1px solid rgba(255,255,255,.13)}
.hp-flow-step::after{
  content:"";
  position:absolute;
  left:28px;
  right:28px;
  bottom:0;
  height:2px;
  background:transparent;
  transition:background .2s ease;
}
.hp-flow-step:hover::after{background:#2bc3b6}
.hp-flow-step.is-decision{
  background:linear-gradient(180deg,rgba(20,183,169,.13),rgba(20,183,169,.025));
}
.hp-flow-step.is-decision::after{background:#2bc3b6}
.hp-flow-number{
  display:block;
  margin:0 0 34px;
  color:rgba(255,255,255,.16);
  font-size:68px;
  line-height:.8;
  font-weight:850;
  letter-spacing:-.07em;
}
.hp-flow-kicker{
  display:block;
  margin-bottom:12px;
  color:#50d5c9;
  font-size:11px;
  font-weight:850;
  letter-spacing:.17em;
  text-transform:uppercase;
}
.hp-flow-step h3{
  max-width:250px;
  margin:0 0 15px;
  color:#fff;
  font-size:clamp(22px,1.9vw,29px);
  line-height:1.12;
  letter-spacing:-.035em;
}
.hp-flow-step p{
  max-width:255px;
  margin:0;
  color:#aebfc8;
  font-size:15px;
  line-height:1.58;
}
.hp-decision-output{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding-top:32px;
}
.hp-output-label{
  color:#fff;
  font-size:15px;
  font-weight:800;
  letter-spacing:-.01em;
}
.hp-output-options{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.hp-output-options span{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 15px;
  border:1px solid rgba(255,255,255,.17);
  border-radius:999px;
  color:#d9e7eb;
  background:rgba(255,255,255,.045);
  font-size:13px;
  font-weight:760;
}
.hp-output-options span:nth-child(3){border-color:rgba(61,215,202,.48);color:#78e5dc;background:rgba(15,159,147,.12)}
@media(max-width:1080px){
  .hp-how-premium{padding:68px 48px 42px}
  .hp-how-intro{grid-template-columns:1fr;gap:30px;padding-bottom:52px}
  .hp-how-summary{max-width:660px}
  .hp-decision-flow{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hp-flow-step:nth-child(3){border-left:0;border-top:1px solid rgba(255,255,255,.13)}
  .hp-flow-step:nth-child(4){border-top:1px solid rgba(255,255,255,.13)}
}
@media(max-width:700px){
  .hp-how-section{padding:38px 14px 66px}
  .hp-how-premium{padding:46px 22px 30px;border-radius:25px}
  .hp-how-intro{gap:24px;padding-bottom:42px}
  .hp-how-intro h2{font-size:44px;line-height:1.02}
  .hp-how-lead{font-size:17px;line-height:1.55;margin-bottom:24px}
  .hp-how-actions{align-items:stretch;gap:16px}
  .hp-how-primary{width:100%}
  .hp-how-secondary{width:max-content}
  .hp-decision-flow{grid-template-columns:1fr}
  .hp-flow-step{min-height:0;padding:28px 4px 31px;display:grid;grid-template-columns:64px 1fr;column-gap:18px}
  .hp-flow-step+.hp-flow-step{border-left:0;border-top:1px solid rgba(255,255,255,.13)}
  .hp-flow-number{grid-row:1 / span 3;margin:3px 0 0;font-size:50px}
  .hp-flow-kicker{grid-column:2;margin-bottom:8px}
  .hp-flow-step h3{grid-column:2;max-width:none;font-size:25px;margin-bottom:11px}
  .hp-flow-step p{grid-column:2;max-width:none;font-size:15px}
  .hp-flow-step::after{left:82px;right:0}
  .hp-decision-output{display:block;padding-top:27px}
  .hp-output-label{display:block;margin-bottom:16px}
  .hp-output-options{justify-content:flex-start;gap:8px}
  .hp-output-options span{min-height:34px;padding:0 13px;font-size:12px}
}
@media(prefers-reduced-motion:no-preference){
  .hp-how-premium{animation:hpHowReveal .7s cubic-bezier(.22,.8,.32,1) both}
  @keyframes hpHowReveal{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
}
[data-theme="dark"] .hp-how-section{
  background:radial-gradient(circle at 80% 10%,rgba(18,181,165,.08),transparent 27%),#071827;
}
[data-theme="dark"] .hp-how-premium{background:radial-gradient(circle at 74% 0%,rgba(22,190,176,.16),transparent 30%),linear-gradient(135deg,#061c2d 0%,#082a3c 62%,#073746 100%);border-color:rgba(255,255,255,.08)}
/* RC1.23.3 reset inherited RC1.23.1 grid/sticky properties */
.hp-how-premium{display:block;grid-template-columns:none;gap:0;align-items:initial;box-sizing:border-box}
.hp-how-intro{top:auto;padding-top:0}


/* RC1.26 premium how-it-works replacement */
.nm-how-premium{max-width:1260px;margin:80px auto;padding:55px;background:#f8fbfb;border:1px solid #dce8e8;border-radius:32px;box-shadow:0 20px 50px rgba(15,35,55,.08)}
.nm-how-header{display:flex;justify-content:space-between;gap:40px;align-items:flex-start;margin-bottom:45px}
.nm-how-eyebrow,.nm-how-steps small,.nm-how-bottom small{letter-spacing:2px;color:#008f8b;font-weight:700;font-size:12px}
.nm-how-header h2{font-size:52px;line-height:1.05;max-width:650px;color:#10263d;margin:15px 0}
.nm-how-subtitle{color:#617487;font-size:18px}
.nm-how-cta{background:#06263b;color:white;border-radius:24px;padding:30px;max-width:390px}
.nm-how-cta p{font-size:20px;line-height:1.45;margin-top:0}
.nm-how-actions{display:flex;gap:22px;align-items:center}
.nm-primary{background:#0aa69d;color:white;padding:16px 28px;border-radius:10px;text-decoration:none;font-weight:700}
.nm-secondary{color:white;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:8px}
.nm-how-main{display:grid;grid-template-columns:1fr 1fr;gap:35px}
.nm-how-image{position:relative;border-radius:26px;overflow:hidden;min-height:460px}
.nm-how-image img{width:100%;height:100%;object-fit:cover;position:absolute}
.nm-image-overlay{position:absolute;bottom:25px;left:25px;color:white;font-size:22px;font-weight:700;max-width:400px}
.nm-how-steps{display:flex;flex-direction:column;gap:18px}
.nm-how-steps article,.nm-how-bottom div{background:white;border:1px solid #e1ebeb;border-radius:22px;padding:25px}
.nm-how-steps span{color:#b7dddd;font-weight:800;font-size:30px;display:block}
.nm-how-steps h3{margin:8px 0;color:#12283d}
.nm-how-steps p,.nm-how-bottom p{color:#64788a}
.nm-how-bottom{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:35px}
@media(max-width:800px){
 .nm-how-premium{margin:35px 15px;padding:25px}
 .nm-how-header,.nm-how-main{display:block}
 .nm-how-header h2{font-size:36px}
 .nm-how-cta{margin-top:25px}
 .nm-how-image{height:300px;min-height:300px;margin-bottom:20px}
 .nm-how-bottom{grid-template-columns:1fr}
}

/* RC1.26.3 — How It Works: compact proportion fix.
   The outer .hp-how-section wrapper still carries padding/background rules
   from the earlier RC1.23 / RC1.23.1 / RC1.23.3 "How it works" iterations
   (a different, now-unused dark design that shared this same section class).
   Those rules compounded with the current light .nm-how-premium card's own
   margin/padding, producing an oversized, stretched section. This block is
   the final, higher-priority correction — it does not remove the historical
   rules above (traceability), it supersedes them for this element only. */
.hp-how-section{
  padding:56px 24px 64px;
  background:var(--hp-bg,#f5f8fa);
}
.nm-how-premium{
  max-width:1180px;
  margin:0 auto;
  padding:40px 44px;
  border-radius:28px;
}
.nm-how-header{
  gap:32px;
  margin-bottom:32px;
}
.nm-how-header>div:first-child{flex:1 1 480px;min-width:0}
.nm-how-eyebrow{margin-bottom:12px}
.nm-how-header h2{
  font-size:clamp(26px,2.8vw,36px);
  line-height:1.12;
  max-width:520px;
  margin:0 0 12px;
}
.nm-how-subtitle{
  font-size:15px;
  line-height:1.55;
  max-width:440px;
  margin:0;
}
.nm-how-cta{
  flex:0 0 320px;
  max-width:320px;
  padding:22px 24px;
  border-radius:18px;
}
.nm-how-cta p{font-size:14.5px;line-height:1.5}
.nm-how-actions{gap:14px;margin-top:16px;flex-wrap:wrap}
.nm-primary{padding:11px 20px;font-size:13.5px;border-radius:9px}
.nm-secondary{font-size:13.5px;padding-bottom:6px}
.nm-how-main{gap:24px}
.nm-how-image{min-height:0;border-radius:20px}
.nm-image-overlay{font-size:16px;bottom:18px;left:18px;max-width:320px;line-height:1.35}
.nm-how-steps{gap:12px}
.nm-how-steps article,.nm-how-bottom div{padding:16px 18px;border-radius:16px}
.nm-how-steps span{font-size:20px;margin-bottom:2px}
.nm-how-steps h3{font-size:16px;margin:4px 0}
.nm-how-steps p{font-size:13.5px;line-height:1.5}
.nm-how-bottom{gap:12px;margin-top:24px}
.nm-how-bottom h3{font-size:14.5px;margin:6px 0 4px}
.nm-how-bottom p{font-size:12.5px;line-height:1.5}
@media(max-width:1080px){
  .nm-how-header{display:block}
  .nm-how-cta{max-width:none;margin-top:22px}
  .nm-how-header h2,.nm-how-subtitle{max-width:none}
}
@media(max-width:800px){
  .hp-how-section{padding:36px 16px 44px}
  .nm-how-premium{margin:0 auto;padding:24px 20px;border-radius:22px}
  .nm-how-header h2{font-size:26px}
  .nm-how-image{height:220px;min-height:220px;margin-bottom:16px}
  .nm-primary,.nm-secondary{min-height:44px;justify-content:center;text-align:center;display:flex;align-items:center}
  .nm-how-actions{align-items:stretch}
  .nm-how-actions a{width:100%}
}
