/* ============================================================
   E20 — For Business (partners) page components
   Extends assets/e20.css. Same tokens, same dark aesthetic.
   ============================================================ */

/* ---------- shared section head ---------- */
.pb-head{max-width:44em}
.pb-head h2{font-size:clamp(34px,4.6vw,58px);margin-top:20px;line-height:1.04}
.pb-head p{font-size:17.5px;color:var(--ink-2);margin-top:20px;max-width:40em}
.pb-note{font-size:13px;color:var(--ink-3);line-height:1.6;margin-top:20px;max-width:46em}
.pb-note b{color:var(--ink-2);font-weight:600}

/* ---------- hero ---------- */
.biz-hero .pb-flag{display:inline-flex;gap:9px;align-items:center;margin-top:28px;font-size:12.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);border:1px solid var(--line);border-radius:100px;padding:9px 18px}
.biz-hero .pb-flag b{color:var(--accent);font-weight:600}

/* ---------- proof arc ---------- */
.arc{background:var(--ink);color:var(--paper)}
.arc .label{color:#7fc4e0}
.arc h2{color:var(--paper)}
.arc .pb-head p{color:#aab3bb}
.arc-acts{display:flex;flex-direction:column;gap:18px;margin-top:56px}
.act{border:1px solid #2a3138;border-radius:18px;padding:34px 36px;background:#1b2227;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:30px;align-items:center;transition:border-color .3s}
.act:hover{border-color:#3b444d}
.act-tag{font-size:11.5px;letter-spacing:.16em;text-transform:uppercase;color:#7a838c;font-weight:700}
.act h3{font-family:var(--serif);font-weight:400;font-size:clamp(24px,3vw,34px);color:var(--paper);margin:10px 0 10px;line-height:1.08}
.act p{font-size:15.5px;color:#aab3bb;max-width:40em;line-height:1.6}
.act-num{font-family:var(--serif);font-weight:400;line-height:.9;color:var(--accent-soft);white-space:nowrap;text-align:right}
.act-num em{font-style:normal;font-size:12px;color:#7a838c;display:block;letter-spacing:.1em;text-transform:uppercase;margin-top:12px;font-family:var(--sans);font-weight:700}
.act-1 .act-num,.act-2 .act-num{font-size:clamp(46px,6vw,74px)}
/* Act 3 is the differentiating number — largest treatment */
.act-3{background:linear-gradient(135deg,#0a2f40 0%,#08526e 100%);border-color:#0b6b8e;padding:44px 40px}
.act-3 .act-tag{color:#9fd9ee}
.act-3 h3{font-size:clamp(28px,3.6vw,44px)}
.act-3 p{color:#cfe6f0}
.act-3 .act-num{font-size:clamp(72px,11vw,146px);color:#fff}
.act-3 .act-num em{font-size:13.5px;margin-top:16px}
.act-3 .act-num em{color:#9fd9ee}
.arc-prov{margin-top:30px;padding-top:22px;border-top:1px solid #2a3138;font-size:13px;color:#7a838c;line-height:1.65;max-width:52em}
.arc-prov b{color:#aab3bb;font-weight:600}

/* ---------- origin ---------- */
.origin-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.origin-body p{font-size:17px;color:var(--ink-2);line-height:1.7;margin-bottom:16px}
.origin-body p strong{color:var(--ink);font-weight:600}
.origin-marks{display:flex;flex-direction:column;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:16px;overflow:hidden}
.om{background:var(--paper);padding:26px 30px}
.om .omv{font-family:var(--serif);font-size:34px;line-height:1;color:var(--accent)}
.om .omv.tbdv{font-family:var(--sans);font-size:15px;font-weight:600;letter-spacing:.02em}
.om .omk{font-size:14px;color:var(--ink-2);margin-top:8px}

/* ---------- discharge cliff ---------- */
.cliff{background:var(--bg-2)}
.cliff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:52px}
.cl-card{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:30px 28px}
.cl-card .cli{width:42px;height:42px;border-radius:11px;background:var(--accent-soft);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.cl-card .cli svg{width:22px;height:22px;stroke:var(--accent);stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
.cl-card h3{font-family:var(--serif);font-weight:400;font-size:23px;margin-bottom:9px;line-height:1.12}
.cl-card p{font-size:15px;color:var(--ink-2);line-height:1.6}

/* ---------- calculator ---------- */
.calc{background:var(--ink);color:var(--paper)}
.calc .label{color:#7fc4e0}
.calc h2{color:var(--paper)}
.calc .pb-head p{color:#aab3bb}
.calc-shell{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:30px;margin-top:52px;align-items:start}
.calc-inputs{background:#1b2227;border:1px solid #2a3138;border-radius:18px;padding:32px 30px}
.calc-inputs h3{font-family:var(--serif);font-weight:400;font-size:22px;color:var(--paper);margin-bottom:6px}
.calc-inputs .ci-sub{font-size:13.5px;color:#7a838c;margin-bottom:24px;line-height:1.55}
.ci-row{margin-bottom:22px}
.ci-row label{display:flex;justify-content:space-between;align-items:baseline;gap:12px;font-size:14px;color:#ccd2d8;font-weight:600;margin-bottom:10px}
.ci-row label .civ{font-family:var(--serif);font-weight:400;font-size:21px;color:var(--accent-soft)}
.ci-row input[type=range]{width:100%;-webkit-appearance:none;appearance:none;height:6px;border-radius:4px;background:#2a3138;outline:none}
.ci-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:var(--accent);cursor:pointer;border:3px solid #1b2227;box-shadow:0 0 0 1px var(--accent)}
.ci-row input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--accent);cursor:pointer;border:3px solid #1b2227}
.ci-row .cihint{font-size:12px;color:#6d747b;margin-top:7px;line-height:1.5}
.ci-seg{display:flex;gap:6px;background:#11171c;border:1px solid #2a3138;border-radius:100px;padding:5px}
.ci-seg button{flex:1;font-family:var(--sans);font-size:13px;font-weight:600;color:#899099;background:none;border:none;border-radius:100px;padding:10px 8px;cursor:pointer;transition:.22s;white-space:nowrap}
.ci-seg button.active{background:var(--accent);color:#fff}

.calc-out{display:flex;flex-direction:column;gap:18px}
.co-head{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.co-card{background:#1b2227;border:1px solid #2a3138;border-radius:18px;padding:28px 30px}
.co-card .cok{font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;color:#7a838c;font-weight:700}
.co-card .cov{font-family:var(--serif);font-weight:400;font-size:clamp(34px,4.4vw,50px);color:var(--paper);line-height:1;margin-top:12px}
.co-card .cor{font-size:13px;color:#7a838c;margin-top:10px;line-height:1.5}
.co-card.halo{background:linear-gradient(135deg,#0a2f40,#08526e);border-color:#0b6b8e}
.co-card.halo .cok{color:#9fd9ee}
.co-card.halo .cov{color:#fff}
.co-card.halo .cor{color:#cfe6f0}
.co-total{background:#1b2227;border:1px solid #2a3138;border-radius:18px;padding:24px 30px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}
.co-total .ctk{font-size:14px;color:#aab3bb;font-weight:600}
.co-total .ctv{font-family:var(--serif);font-size:34px;color:var(--accent-soft);line-height:1}
/* benchmark comparison */
.co-bench{background:#11171c;border:1px dashed #3b444d;border-radius:16px;padding:22px 26px}
.co-bench .cbt{font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;color:#7a838c;font-weight:700;margin-bottom:14px}
.co-bench .cbrow{display:flex;justify-content:space-between;gap:16px;font-size:14px;color:#ccd2d8;padding:8px 0;border-bottom:1px solid #23292f}
.co-bench .cbrow:last-of-type{border-bottom:none}
.co-bench .cbrow b{font-family:var(--serif);font-weight:400;font-size:19px;color:#fff}
.co-bench .cbnote{font-size:12.5px;color:#7a838c;margin-top:14px;line-height:1.6}
/* gated detail */
.co-gate{background:#1b2227;border:1px solid #2a3138;border-radius:18px;padding:30px}
.co-gate h4{font-family:var(--serif);font-weight:400;font-size:22px;color:var(--paper);margin-bottom:8px}
.co-gate p{font-size:14.5px;color:#aab3bb;margin-bottom:18px;line-height:1.6}
.co-gate form{display:flex;gap:10px;flex-wrap:wrap}
.co-gate input{flex:1;min-width:220px;background:#11171c;border:1px solid #2a3138;border-radius:10px;padding:14px 16px;color:#fff;font-family:var(--sans);font-size:15px}
.co-gate input::placeholder{color:#6d747b}
.co-gate input:focus{outline:none;border-color:var(--accent)}
.co-detail{display:none}
.co-detail.open{display:block}
.ramp{display:flex;align-items:flex-end;gap:8px;height:150px;margin:20px 0 10px}
.ramp-col{flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:8px;height:100%}
.ramp-col .rbar{width:100%;border-radius:6px 6px 0 0;background:var(--accent);min-height:6px;transition:height .5s cubic-bezier(.2,.7,.3,1)}
.ramp-col .rbar.mature{background:var(--accent-soft)}
.ramp-col .rlab{font-size:11px;color:#7a838c;font-weight:600}
.ramp-val{display:flex;gap:8px}
.ramp-val div{flex:1;text-align:center;font-size:11px;color:#aab3bb}

/* ---------- the deal ---------- */
.deal-hero{background:linear-gradient(135deg,#0a2f40,#08526e);border-radius:20px;padding:44px 46px;color:#fff;margin-top:48px}
.deal-hero .dht{font-size:11.5px;letter-spacing:.16em;text-transform:uppercase;color:#9fd9ee;font-weight:700}
.deal-hero h3{font-family:var(--serif);font-weight:400;font-size:clamp(28px,4vw,44px);line-height:1.08;margin:14px 0 14px;color:#fff}
.deal-hero p{font-size:17px;color:#cfe6f0;max-width:44em;line-height:1.65}
.deal-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}
.deal-card{border:1px solid var(--line);border-radius:16px;background:var(--paper);padding:30px 32px}
.deal-card h4{font-family:var(--serif);font-weight:400;font-size:24px;margin-bottom:16px}
.deal-line{display:flex;justify-content:space-between;gap:16px;align-items:baseline;padding:13px 0;border-bottom:1px solid var(--line);font-size:15px;color:var(--ink-2)}
.deal-line:last-child{border-bottom:none}
.deal-line b{color:var(--ink);font-weight:600;text-align:right}
.deal-line .tbd{color:var(--accent);font-weight:600;font-size:13.5px;background:var(--accent-soft);border-radius:6px;padding:4px 9px;white-space:nowrap}
.incl{list-style:none;margin:0}
.incl li{position:relative;padding:11px 0 11px 30px;border-top:1px solid var(--line);font-size:15px;color:var(--ink-2);line-height:1.5}
.incl li:first-child{border-top:none}
.incl li::before{content:"";position:absolute;left:2px;top:17px;width:14px;height:14px;border-radius:50%;background:var(--accent-soft);border:1px solid var(--accent)}
.tier-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}
.tier{border:1px solid var(--line);border-radius:16px;padding:30px 32px;background:var(--paper)}
.tier.full{border-color:var(--accent);box-shadow:0 20px 50px -34px rgba(0,128,178,.5)}
.tier .tt{font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-weight:700}
.tier h4{font-family:var(--serif);font-weight:400;font-size:30px;margin:12px 0 6px}
.tier .tsq{font-size:14.5px;color:var(--ink-3);margin-bottom:16px}
.tier p{font-size:15px;color:var(--ink-2);line-height:1.6}

/* ---------- objections / FAQ ---------- */
.faq{margin-top:48px;border-top:1px solid var(--line)}
.faq details{border-bottom:1px solid var(--line)}
.faq summary{cursor:pointer;list-style:none;padding:24px 44px 24px 0;position:relative;font-size:18.5px;font-weight:600;color:var(--ink);line-height:1.4}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";position:absolute;right:6px;top:20px;font-size:26px;font-weight:400;color:var(--accent);line-height:1;transition:transform .25s}
.faq details[open] summary::after{transform:rotate(45deg)}
.faq summary:hover{color:var(--accent)}
.faq .fa{padding:0 44px 26px 0}
.faq .fa p{font-size:16px;color:var(--ink-2);line-height:1.7;margin-bottom:12px}
.faq .fa p:last-child{margin-bottom:0}
.faq .fa ul{margin:0 0 12px;padding-left:22px}
.faq .fa li{font-size:16px;color:var(--ink-2);line-height:1.7;margin-bottom:7px}
.faq .fa strong{color:var(--ink);font-weight:600}

/* ---------- process ---------- */
.proc{background:var(--bg-2)}
.proc-rail{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:52px}
.pstep{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:24px 20px;position:relative}
.pstep .psn{font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-weight:700}
.pstep h4{font-family:var(--serif);font-weight:400;font-size:20px;margin:10px 0 8px;line-height:1.15}
.pstep p{font-size:13.5px;color:var(--ink-2);line-height:1.55}
.proc-try{margin-top:26px;background:var(--ink);border-radius:18px;padding:34px 38px;display:flex;justify-content:space-between;align-items:center;gap:26px;flex-wrap:wrap}
.proc-try h3{font-family:var(--serif);font-weight:400;font-size:28px;color:var(--paper);margin-bottom:8px}
.proc-try p{font-size:15.5px;color:#aab3bb;max-width:38em;line-height:1.6}
.proc-try .btn-fill{background:#fff;color:var(--ink)}
.proc-try .btn-fill:hover{background:var(--accent-soft);color:var(--ink)}

/* ---------- intake ---------- */
.intake-shell{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:48px;margin-top:48px;align-items:start}
.intake-copy h2{font-size:clamp(32px,4.2vw,50px);line-height:1.05}
.intake-copy p{font-size:17px;color:var(--ink-2);margin-top:18px;line-height:1.7;max-width:34em}
.intake-copy .ic-list{margin-top:26px;display:flex;flex-direction:column;gap:13px}
.intake-copy .ic-list div{display:flex;align-items:flex-start;gap:12px;font-size:15.5px;color:var(--ink-2);line-height:1.55}
.intake-copy .ic-list span.k{width:22px;height:22px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.intake-copy .ic-list span.k svg{width:11px;height:11px;stroke:#fff;stroke-width:2.8;fill:none}
.intake-form{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:36px 38px}
.if-row{margin-bottom:18px}
.if-row label{display:block;font-size:13px;font-weight:600;color:var(--ink);margin-bottom:7px}
.if-row input,.if-row select{width:100%;border:1px solid var(--line);border-radius:10px;padding:13px 14px;font-family:var(--sans);font-size:15px;color:var(--ink);background:var(--bg)}
.if-row input:focus,.if-row select:focus{outline:none;border-color:var(--accent)}
.if-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.if-fine{font-size:12.5px;color:var(--ink-3);margin-top:14px;line-height:1.6}
.if-done{display:none}
.intake-form.sent .if-body{display:none}
.intake-form.sent .if-done{display:block}
.if-done .ifd-mark{width:52px;height:52px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.if-done .ifd-mark svg{width:24px;height:24px;stroke:#fff;stroke-width:2.6;fill:none}
.if-done h3{font-family:var(--serif);font-weight:400;font-size:28px;margin-bottom:10px}
.if-done p{font-size:15.5px;color:var(--ink-2);line-height:1.65;margin-bottom:18px}
.if-cal{border:1px solid var(--line);border-radius:12px;background:var(--bg-2);padding:26px;text-align:center}
.if-cal .ifc-k{font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3);font-weight:700;margin-bottom:12px}

@media(max-width:980px){
  .act{grid-template-columns:1fr;gap:18px}
  .act-num{text-align:left}
  .origin-grid{grid-template-columns:1fr;gap:40px}
  .cliff-grid{grid-template-columns:1fr}
  .calc-shell{grid-template-columns:1fr}
  .co-head{grid-template-columns:1fr}
  .deal-grid,.tier-grid{grid-template-columns:1fr}
  .proc-rail{grid-template-columns:1fr 1fr}
  .intake-shell{grid-template-columns:1fr;gap:36px}
  .deal-hero,.intake-form{padding:30px 26px}
}
@media(max-width:560px){
  .proc-rail{grid-template-columns:1fr}
  .if-2{grid-template-columns:1fr}
  .calc-inputs,.co-card,.co-gate{padding:24px 22px}
}
