/* start.css: public plan selection and trial handoff */
.start-page{background:#f7f9fb;color:var(--text)}
.start-page .start-wrap{width:min(100% - 40px,1180px);margin-inline:auto}

.start-hero{position:relative;overflow:hidden;padding:128px 0 46px;background:
  radial-gradient(circle at 15% 12%,rgba(138,214,212,.2),transparent 31%),
  radial-gradient(circle at 88% 30%,rgba(52,179,187,.17),transparent 28%),
  linear-gradient(148deg,#0b6670 0%,#084b54 100%);color:var(--on-teal)}
.start-hero::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.22;background-image:
  linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),
  linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:56px 56px;
  -webkit-mask-image:linear-gradient(to bottom,#000,transparent 78%);mask-image:linear-gradient(to bottom,#000,transparent 78%)}
.start-hero .start-wrap{position:relative;z-index:1}
.start-intro{text-align:center;max-width:850px;margin:0 auto}
.start-intro h1{font-family:var(--display);font-size:clamp(42px,5.1vw,68px);font-weight:800;line-height:1;letter-spacing:-.05em;color:#f1fbfb;text-wrap:balance}
.start-intro h1 em{font-style:normal;color:#9edddb}
.start-intro p{max-width:680px;margin:20px auto 0;font-size:clamp(16px,1.7vw,19px);line-height:1.6;color:#edf9f9;text-wrap:balance}

.start-steps{display:grid;grid-template-columns:repeat(3,1fr);max-width:720px;margin:34px auto 0;padding:0;list-style:none;counter-reset:none}
.start-steps li{position:relative;display:flex;align-items:center;justify-content:center;gap:9px;color:rgba(237,249,249,.7);font-size:13px}
.start-steps li:not(:last-child)::after{content:"";position:absolute;left:calc(50% + 73px);right:calc(-50% + 73px);height:1px;background:rgba(237,249,249,.23)}
.start-steps li span{display:grid;place-items:center;width:28px;height:28px;border:1px solid rgba(237,249,249,.38);border-radius:50%;font-family:var(--mono);font-weight:700}
.start-steps li[aria-current="step"]{color:#fff}
.start-steps li[aria-current="step"] span{background:#f1fbfb;border-color:#f1fbfb;color:#0a5f68}
.start-steps strong{font-weight:650}

.billing-choice{display:flex;width:max-content;margin:34px auto 0;padding:4px;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:rgba(4,47,54,.34);box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.billing-option{border:0;border-radius:8px;background:transparent;color:#edf9f9;padding:10px 17px;font-family:var(--bric);font-size:14px;font-weight:700;cursor:pointer}
.billing-option span{margin-left:5px;color:#9edddb;font-size:11px}
.billing-option.is-active{background:#f1fbfb;color:#0a5f68;box-shadow:0 7px 22px -12px rgba(0,0,0,.65)}
.billing-option.is-active span{color:#0a5f68}

.preset-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}
.preset-card{position:relative;display:flex;min-height:232px;flex-direction:column;align-items:flex-start;border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:23px;text-align:left;background:rgba(3,43,49,.38);color:#f1fbfb;font-family:var(--bric);cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}
.preset-card:hover{transform:translateY(-2px);border-color:rgba(158,221,219,.6);background:rgba(3,43,49,.52)}
.preset-card.is-active{border-color:#9edddb;background:rgba(5,57,64,.82);box-shadow:0 0 0 1px #9edddb,0 26px 55px -30px rgba(0,0,0,.75)}
.preset-badge{position:absolute;right:18px;top:18px;border-radius:99px;padding:4px 8px;background:#9edddb;color:#084b54;font-size:10px;font-weight:800;letter-spacing:.02em}
.preset-topline{display:flex;min-height:46px;flex-direction:column;gap:3px}
.preset-topline strong{font-family:var(--display);font-size:20px;letter-spacing:-.02em}
.preset-topline>span{color:#ccebea;font-size:12px}
.preset-price{display:flex;align-items:baseline;margin-top:13px;font-family:var(--display);font-size:31px;font-weight:800;letter-spacing:-.035em}
.preset-price small{margin-left:3px;color:#ccebea;font-family:var(--bric);font-size:12px;font-weight:600;letter-spacing:0}
.preset-copy{margin-top:10px;color:#edf9f9;font-size:13.5px;line-height:1.48}
.preset-detail{margin-top:auto;padding-top:15px;color:#ccebea;font-size:12px}
.preset-detail b{color:#fff}

.plan-builder{padding:48px 0 64px;background:#f7f9fb}
.builder-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:30px;align-items:start}
.builder-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}
.builder-heading h2,.summary-heading h2{font-family:var(--display);font-weight:800;letter-spacing:-.035em;color:var(--text)}
.builder-heading h2{font-size:clamp(28px,3vw,38px)}
.builder-heading p{max-width:650px;margin-top:7px;color:var(--muted);font-size:14.5px;line-height:1.55}
.builder-actions{display:flex;gap:8px;flex:0 0 auto}
.builder-actions button{border:1px solid var(--line-strong);border-radius:9px;padding:8px 11px;background:#fff;color:var(--teal-deep);font:700 12px var(--bric);cursor:pointer}
.builder-actions button:hover{border-color:var(--teal);background:var(--accent-soft)}

.platform-card,.module-card{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:14px;align-items:start;border:1px solid var(--line);border-radius:15px;background:#fff}
.platform-card{padding:18px;margin-bottom:23px;border-color:rgba(14,124,134,.3);background:linear-gradient(120deg,#fff,#f0f8f8)}
.module-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;background:var(--accent-soft);color:var(--teal-deep)}
.module-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.module-title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.module-title-row h3,.module-title-row strong{font-family:var(--display);font-size:15px;font-weight:700;color:var(--text)}
.module-copy p,.module-copy>span:not(.module-title-row){display:block;margin-top:5px;color:var(--muted);font-size:12.75px;line-height:1.45}
.module-copy small{display:block;margin-top:8px;color:var(--accent-text);font-size:11px;font-weight:700}
.included-chip,.verification-chip{display:inline-flex;border-radius:99px;padding:3px 7px;font-size:9.5px;font-weight:800;line-height:1.2}
.included-chip{background:#fff;border:1px solid rgba(14,124,134,.25);color:var(--teal-deep)}
.verification-chip{background:#fff5e3;color:#765400}
.module-cost{display:flex;align-items:baseline;justify-content:flex-end;min-width:70px;color:var(--text)}
.module-cost strong{font-family:var(--display);font-size:16px}
.module-cost>span{margin-left:2px;color:var(--muted);font-size:10.5px}
.module-cost small{display:block;grid-column:1/-1;margin-top:3px;color:var(--muted);font-size:10px}
.platform-card .module-cost{display:grid;grid-template-columns:auto auto;text-align:right}

.module-fieldset{border:0;padding:0;margin:0}
.module-fieldset legend{margin-bottom:11px;font-family:var(--display);font-size:14px;font-weight:700;color:var(--text)}
.module-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}
.module-card{grid-template-columns:34px minmax(0,1fr) auto;min-height:151px;padding:17px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}
.module-card:hover{transform:translateY(-1px);border-color:var(--line-strong);box-shadow:var(--shadow-pop)}
.module-card:has(input:checked){border-color:var(--teal);box-shadow:0 0 0 1px var(--teal)}
.module-card:focus-within{outline:2px solid var(--teal);outline-offset:2px}
.module-card input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.module-card .module-icon{width:34px;height:34px;border-radius:9px}
.module-card .module-icon svg{width:18px;height:18px}
.module-check{position:absolute;right:14px;bottom:14px;width:19px;height:19px;border:1px solid var(--line-strong);border-radius:6px;background:#fff}
.module-card input:checked~.module-check{border-color:var(--teal);background:var(--teal)}
.module-card input:checked~.module-check::after{content:"";position:absolute;left:6px;top:2px;width:4px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
.module-card .module-cost{padding-right:25px}
.module-card.is-cap-included{border-color:var(--teal-pale);background:var(--accent-soft)}
.module-card.is-cap-included .module-check{border-color:var(--teal-pale);background:#fff}
.module-card.is-cap-included .module-check::after{content:"+";position:absolute;inset:0;display:grid;place-items:center;color:var(--teal-deep);font-size:13px;font-weight:800}

.verification-note{display:flex;gap:11px;margin-top:15px;border:1px solid #ead9ae;border-radius:12px;padding:13px 15px;background:#fffaf0;color:#644d17}
.verification-note svg{width:19px;height:19px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.verification-note p{font-size:12px;line-height:1.5}
.verification-note strong{color:#4f3b0a}

.plan-summary{position:sticky;top:92px}
.summary-card{border:1px solid var(--line);border-radius:18px;padding:22px;background:#fff;box-shadow:0 25px 65px -38px rgba(8,40,44,.48)}
.summary-heading{display:flex;align-items:start;justify-content:space-between;gap:12px;padding-bottom:16px;border-bottom:1px solid var(--line)}
.summary-heading h2{font-size:18px}
.summary-heading p{margin-top:3px;color:var(--muted);font-size:11.5px}
.summary-heading>span{border-radius:99px;padding:5px 8px;background:var(--accent-soft);color:var(--teal-deep);font-size:10px;font-weight:800}
.summary-lines{display:flex;flex-direction:column;gap:8px;padding:16px 0}
.summary-line{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:12.5px}
.summary-line strong{color:var(--text);font-weight:650}
.summary-line.cap-line strong{color:var(--teal-deep)}
.summary-total{display:grid;grid-template-columns:1fr auto;border-top:1px solid var(--line);padding-top:15px}
.summary-total>span{align-self:center;font-family:var(--display);font-size:13px;font-weight:700}
.summary-total>div{display:flex;align-items:baseline;justify-content:flex-end}
.summary-total strong{font-family:var(--display);font-size:28px;letter-spacing:-.04em}
.summary-total>div span{margin-left:3px;color:var(--muted);font-size:11px}
.summary-total small{grid-column:1/-1;margin-top:3px;text-align:right;color:var(--muted);font-size:10.5px}
.summary-stat{display:flex;justify-content:space-between;gap:12px;margin-top:12px;color:var(--muted);font-size:12px}
.summary-stat strong{color:var(--text)}
.cap-message{display:flex;flex-direction:column;gap:2px;margin-top:15px;border:1px solid rgba(14,124,134,.22);border-radius:10px;padding:10px 12px;background:var(--accent-soft)}
.cap-message[hidden]{display:none}
.cap-message strong{color:var(--teal-deep);font-size:11.5px}
.cap-message span{color:var(--muted);font-size:10.5px;line-height:1.4}
.continue-button{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;margin-top:18px;border-radius:11px;padding:13px 15px;background:var(--teal);color:#fff;font-size:14px;font-weight:750;transition:background .15s ease,transform .15s ease,box-shadow .15s ease}
.continue-button:hover{transform:translateY(-1px);background:var(--teal-deep);box-shadow:0 12px 25px -15px rgba(14,124,134,.8)}
.continue-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.trial-terms{margin-top:13px;border-radius:11px;padding:12px;background:#f7f9fb;text-align:center}
.trial-terms strong{color:var(--text);font-size:12.5px}
.trial-terms p{margin-top:4px;color:var(--muted);font-size:10.5px;line-height:1.45}
.summary-login{margin-top:13px;text-align:center;color:var(--muted);font-size:11.5px}
.summary-login a{color:var(--teal-deep);font-weight:700;text-decoration:underline;text-underline-offset:2px}
.assurance-list{display:flex;flex-direction:column;gap:8px;margin-top:14px;padding:0 7px;color:var(--muted);font-size:11.5px}
.assurance-list span{display:flex;align-items:center;gap:7px}
.assurance-list svg{width:15px;height:15px;fill:none;stroke:var(--teal);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}

@media(max-width:980px){
  .builder-layout{grid-template-columns:1fr}
  .plan-summary{position:static}
  .summary-card{max-width:none}
}
@media(max-width:760px){
  .start-page .start-wrap{width:min(100% - 28px,1180px)}
  .start-hero{padding:105px 0 34px}
  .start-steps strong{display:none}
  .start-steps{max-width:260px;margin-top:26px}
  .start-steps li:not(:last-child)::after{left:calc(50% + 24px);right:calc(-50% + 24px)}
  .preset-grid,.module-grid{grid-template-columns:1fr}
  .preset-card{min-height:205px}
  .plan-builder{padding:38px 0 48px}
  .builder-heading{align-items:flex-start;flex-direction:column}
}
@media(max-width:460px){
  .start-intro h1{font-size:39px}
  .start-intro p{font-size:15px}
  .billing-choice{width:100%}
  .billing-option{flex:1;padding-inline:9px}
  .billing-option span{display:block;margin:1px 0 0;font-size:9px}
  .preset-card{padding:19px}
  .platform-card{grid-template-columns:36px minmax(0,1fr)}
  .platform-card .module-icon{width:36px;height:36px}
  .platform-card .module-cost{grid-column:2;justify-self:start;text-align:left;margin-top:4px}
  .module-card{grid-template-columns:32px minmax(0,1fr);min-height:164px}
  .module-card .module-cost{grid-column:2;justify-self:start;padding-right:0;margin-top:3px}
  .module-check{right:14px;bottom:14px}
  .builder-actions{width:100%}
  .builder-actions button{flex:1}
}

@media(prefers-reduced-motion:reduce){
  .preset-card,.module-card,.continue-button{transition:none}
  .preset-card:hover,.module-card:hover,.continue-button:hover{transform:none}
}
