.signup-page { max-width:1080px; padding-top:34px; }
.signup-header { max-width:760px; margin-bottom:34px; }.back-link { display:inline-flex; margin-bottom:25px; color:#536176; font-size:13px; font-weight:700; }.signup-header h1 { margin:13px 0 10px; color:var(--brand-navy); font-size:clamp(34px,5vw,55px); line-height:1.2; letter-spacing:-1.5px; }.signup-header p { margin:0; color:var(--muted); font-size:16px; }
.purchase-steps { display:grid; grid-template-columns:repeat(4,1fr); margin:0 0 28px; padding:0; list-style:none; border:1px solid var(--line); border-radius:20px; background:rgba(255,255,255,.7); overflow:hidden; }.purchase-steps li { display:grid; grid-template-columns:36px 1fr; grid-template-rows:auto auto; column-gap:10px; padding:16px 18px; border-left:1px solid var(--line); color:#667085; }.purchase-steps li:last-child { border-left:0; }.purchase-steps li>span { grid-row:1/3; width:34px; height:34px; display:grid; place-items:center; align-self:center; border-radius:11px; background:#eef2f6; font-weight:800; }.purchase-steps strong { color:#475467; font-size:12px; }.purchase-steps small { font-size:10px; }.purchase-steps .active { background:#fff8f3; }.purchase-steps .active>span { color:white; background:linear-gradient(145deg,var(--brand-orange),var(--brand-orange-deep)); }.purchase-steps .active strong { color:var(--brand-navy); }
.signup-layout { display:grid; grid-template-columns:minmax(0,1.45fr) minmax(285px,.65fr); gap:24px; align-items:start; }.signup-form { display:grid; gap:16px; }.form-alert { padding:14px 17px; border:1px solid #f7b6ad; border-radius:14px; color:#912018; background:#fff1f0; }.form-alert .errorlist { margin:0; }
.form-section { padding:28px; border:1px solid rgba(4,44,113,.1); border-radius:24px; background:rgba(255,255,255,.84); box-shadow:0 12px 40px rgba(4,44,113,.06); }.form-section-heading { display:flex; gap:13px; align-items:flex-start; margin-bottom:24px; }.form-section-heading>span { width:35px; height:35px; flex:0 0 auto; display:grid; place-items:center; border-radius:12px; color:var(--brand-navy); background:#eaf3fb; font-weight:900; }.form-section-heading h2 { margin:0; color:var(--brand-navy); font-size:20px; }.form-section-heading p { margin:2px 0 0; color:var(--muted); font-size:12px; }.field-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }.field-grid .field,.compact-section .field { margin:0; }.field-wide { grid-column:1/-1; }.field-note { display:block; margin-top:6px; color:#7a8699; font-size:10px; line-height:1.65; }.compact-section { padding-bottom:22px; }
.personal-name-grid { display:grid; grid-template-columns:minmax(110px,.55fr) 1fr 1fr; gap:14px; }.salutation-field select { min-width:0; }
.password-match-status { display:flex; align-items:center; min-height:22px; margin:0; color:#667085; font-size:11px; font-weight:800; }.password-match-status.is-match { color:#067647; }.password-match-status.is-mismatch { color:#b42318; }
.password-input-shell { position:relative; direction:ltr; }.password-input-shell input { width:100%; padding-right:52px!important; }.password-visibility-toggle { position:absolute; right:8px; top:50%; width:36px; height:36px; display:grid; place-items:center; padding:0; border:0; border-radius:10px; color:#536176; background:transparent; transform:translateY(-50%); cursor:pointer; }.password-visibility-toggle:hover { color:var(--brand-navy); background:#eef4fa; }.password-visibility-toggle:focus-visible { outline:3px solid rgba(29,112,184,.24); outline-offset:1px; }.password-visibility-toggle svg { width:21px; height:21px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }.password-visibility-toggle svg[hidden] { display:none; }.password-field.is-password-match .password-input-shell input { border-color:#159455; box-shadow:0 0 0 3px rgba(21,148,85,.12); background:#f6fcf8; }.password-field.is-password-mismatch .password-input-shell input { border-color:#d92d20; box-shadow:0 0 0 3px rgba(217,45,32,.1); }
.identifier-status { display:block; min-height:19px; margin-top:5px; color:#667085; font-size:10px; font-weight:800; }.identifier-status.is-checking { color:#53677b; }.identifier-status.is-available { color:#067647; }.identifier-status.is-taken { color:#b42318; }
.field[data-progressive-step],.legal-review-box[data-progressive-gate] { scroll-margin-top:96px; transition:opacity .2s ease,filter .2s ease; }
.field[data-progressive-step].is-locked,[data-progressive-optional].is-locked { opacity:.48; filter:saturate(.55); }
.field[data-progressive-step].is-locked label,[data-progressive-optional].is-locked label { color:#7a8699; }
.field[data-progressive-step].is-locked input,.field[data-progressive-step].is-locked select,[data-progressive-optional].is-locked input { pointer-events:none; cursor:not-allowed; background:#f2f4f7; }
.field[data-progressive-step].is-locked .password-visibility-toggle { pointer-events:none; }
.field[data-progressive-step].is-field-current { opacity:1; }
.field[data-progressive-step].is-field-valid>input,.field[data-progressive-step].is-field-valid>select,.field[data-progressive-step].is-field-valid .password-input-shell input { border-color:#159455; background:#f6fcf8; box-shadow:0 0 0 3px rgba(21,148,85,.1); }
.field[data-progressive-step].is-field-invalid>input,.field[data-progressive-step].is-field-invalid>select,.field[data-progressive-step].is-field-invalid .password-input-shell input { border-color:#d92d20; background:#fff8f7; box-shadow:0 0 0 3px rgba(217,45,32,.09); }
.field-validation-status { display:block; min-height:18px; margin-top:5px; color:#667085; font-size:10px; font-weight:800; line-height:1.7; }
.field-validation-status.is-valid { color:#067647; }.field-validation-status.is-invalid { color:#b42318; }.field-validation-status.is-checking,.field-validation-status.is-deferred { color:#8a6116; }
.legal-review-box[data-progressive-gate].is-locked { opacity:.62; filter:saturate(.55); }
.progressive-form-guidance { margin:0; color:#8a6116; font-size:10px; font-weight:800; text-align:center; }
.signup-submit:disabled,.legal-review-open:disabled { opacity:.5; cursor:not-allowed; transform:none; }
@keyframes signup-autofill-detected { from { opacity:.999; } to { opacity:1; } }
[data-progressive-signup] input:-webkit-autofill,[data-progressive-signup] select:-webkit-autofill { animation:signup-autofill-detected .01s both; }
.selected-plan-row { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:14px 16px; border:1px solid var(--line); border-radius:14px; background:#f7f9fc; }.selected-plan-row strong,.selected-plan-row small { display:block; }.selected-plan-row strong { color:var(--brand-navy); }.selected-plan-row small { color:var(--muted); font-size:10px; }.selected-plan-row a { flex:0 0 auto; font-size:11px; font-weight:800; }
.terms-box { position:relative; padding:18px 52px 15px 18px; border:1px solid #b7d5ea; border-radius:17px; background:#f2f8fc; }.terms-box input { position:absolute; right:19px; top:22px; width:19px; height:19px; accent-color:var(--brand-blue); }.terms-box label { color:#344054; font-size:13px; font-weight:800; }.terms-box p { margin:4px 0 0; color:var(--muted); font-size:11px; }.terms-box .errorlist { margin:7px 0 0; }
.legal-review-box { display:grid; gap:14px; padding:20px; border:1px solid rgba(4,44,113,.14); border-radius:20px; background:rgba(255,255,255,.86); }.legal-review-heading { display:flex; gap:12px; align-items:center; }.legal-review-heading>span { width:36px; height:36px; display:grid; place-items:center; flex:0 0 auto; border-radius:12px; color:var(--brand-navy); background:#eaf3fb; font-weight:900; }.legal-review-heading strong { color:var(--brand-navy); font-size:14px; }.legal-review-heading p { margin:2px 0 0; color:var(--muted); font-size:11px; }.legal-review-status { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin:0; padding:0; list-style:none; }.legal-review-status li { display:flex; justify-content:space-between; gap:10px; padding:10px 12px; border:1px solid var(--line); border-radius:12px; color:#536176; background:#f8fafc; font-size:10px; }.legal-review-status b { color:#985b15; }.legal-review-status .is-reviewed { border-color:#a7ddbd; background:#f1faf5; }.legal-review-status .is-reviewed b { color:#067647; }.legal-review-open { width:100%; }.legal-review-box .terms-box { margin:0; }.legal-review-box:not(.is-complete) .terms-box { opacity:.7; }.terms-box input:disabled { cursor:not-allowed; }
.legal-review-dialog { width:min(1040px,calc(100% - 32px)); max-width:none; height:min(820px,calc(100dvh - 32px)); max-height:none; padding:0; border:0; border-radius:24px; background:#fff; box-shadow:0 30px 90px rgba(3,20,43,.34); overflow:hidden; }.legal-review-dialog::backdrop { background:rgba(3,20,43,.72); backdrop-filter:blur(5px); }.legal-review-dialog-shell { height:100%; display:grid; grid-template-rows:auto auto minmax(0,1fr) auto; }.legal-review-dialog header { display:flex; justify-content:space-between; gap:20px; padding:22px 25px 17px; border-bottom:1px solid var(--line); }.legal-review-dialog header span { color:var(--brand-orange-deep); font-size:10px; font-weight:900; }.legal-review-dialog h2 { margin:2px 0; color:var(--brand-navy); font-size:24px; }.legal-review-dialog header p { margin:0; color:var(--muted); font-size:11px; }.legal-review-dialog header button { width:38px; height:38px; padding:0; border:1px solid var(--line); border-radius:12px; color:#536176; background:#fff; font-size:25px; }.legal-review-tabs { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; padding:12px 20px; border-bottom:1px solid var(--line); background:#f8fafc; }.legal-review-tabs button { min-height:42px; padding:8px; border:1px solid var(--line); border-radius:11px; color:#536176; background:#fff; font-size:11px; font-weight:800; }.legal-review-tabs button.is-active { color:#fff; border-color:var(--brand-navy); background:var(--brand-navy); }.legal-review-tabs button.is-reviewed:not(.is-active):after { content:" ✓"; color:#067647; }.legal-review-document { padding:28px clamp(20px,5vw,64px); color:#344054; background:#fff; overflow:auto; scroll-behavior:smooth; }.legal-review-document:focus { outline:3px solid rgba(29,112,184,.22); outline-offset:-3px; }.legal-review-document .page-heading,.legal-review-document>header { margin-bottom:24px; }.legal-review-document h1 { color:var(--brand-navy); font-size:30px; }.legal-review-document h2 { color:var(--brand-navy); font-size:20px; }.legal-review-document p,.legal-review-document li { line-height:2; }.legal-review-document a { color:var(--brand-blue); }.legal-review-loading { color:var(--muted); text-align:center; }.legal-review-dialog footer { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:15px 20px; border-top:1px solid var(--line); background:#f8fafc; }.legal-review-dialog footer p { margin:0; color:var(--muted); font-size:11px; }.legal-review-dialog footer button:disabled { opacity:.45; cursor:not-allowed; }
.signup-submit { display:flex; flex-direction:column; width:100%; min-height:62px; }.signup-submit span { font-size:15px; }.signup-submit small { opacity:.78; font-size:10px; font-weight:400; }.signin-prompt { margin:0; color:var(--muted); text-align:center; font-size:12px; }.signin-prompt a { font-weight:800; }
.signup-summary { position:sticky; top:102px; display:grid; gap:14px; }.summary-card { padding:25px; border:1px solid rgba(243,107,28,.22); border-radius:24px; background:radial-gradient(circle at 100% 0,rgba(243,107,28,.13),transparent 38%),rgba(255,255,255,.92); box-shadow:0 18px 50px rgba(4,44,113,.1); }.summary-label { color:var(--brand-orange-deep); font-size:11px; font-weight:800; }.summary-title { display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:5px; }.summary-title h2,.summary-card>h2 { margin:0; color:var(--brand-navy); font-size:27px; }.summary-title span { padding:4px 8px; border-radius:999px; color:#9b330d; background:#fff0e8; font-size:9px; font-weight:800; }.summary-card>p { margin:7px 0 20px; color:var(--muted); font-size:12px; }.summary-card dl { margin:0; }.summary-card dl>div { display:flex; justify-content:space-between; gap:14px; padding:10px 0; border-bottom:1px solid var(--line); }.summary-card dt { color:var(--muted); font-size:11px; }.summary-card dd { margin:0; color:#344054; font-size:12px; font-weight:800; text-align:left; }.summary-card .summary-total { align-items:end; padding-top:17px; border:0; }.summary-total dd { color:var(--brand-navy); font-size:23px; }.summary-total dd small { font-size:10px; }.summary-caveat { display:block; color:#7a8699; font-size:9px; }
.security-note { display:flex; gap:11px; padding:17px; border:1px solid var(--line); border-radius:18px; background:rgba(255,255,255,.72); }.security-note>span { width:30px; height:30px; flex:0 0 auto; display:grid; place-items:center; border-radius:10px; color:#067647; background:#eafaf1; font-weight:900; }.security-note strong { color:#344054; font-size:11px; }.security-note p { margin:3px 0 0; color:var(--muted); font-size:9px; }.summary-assurances { display:grid; gap:6px; margin:0; padding:0; list-style:none; color:#536176; font-size:10px; }.summary-assurances li { position:relative; padding-right:20px; }.summary-assurances li:before { content:"✓"; position:absolute; right:0; color:#067647; font-weight:900; }
@media (max-width:900px) { .signup-layout { grid-template-columns:1fr; }.signup-summary { position:static; grid-row:1; grid-template-columns:1fr 1fr; }.summary-card { grid-row:span 2; }.purchase-steps li { padding:13px 10px; } }
@media (max-width:640px) { .signup-page { padding-top:20px; }.signup-header h1 { font-size:36px; }.purchase-steps { grid-template-columns:1fr 1fr; }.purchase-steps li { border-bottom:1px solid var(--line); }.purchase-steps li:nth-child(2) { border-left:0; }.purchase-steps li:nth-child(3),.purchase-steps li:nth-child(4) { border-bottom:0; }.signup-summary { grid-template-columns:1fr; }.summary-card { grid-row:auto; }.form-section { padding:22px 18px; border-radius:20px; }.field-grid { grid-template-columns:1fr; }.field-wide { grid-column:auto; }.personal-name-grid { grid-template-columns:minmax(105px,.55fr) 1fr; }.personal-name-grid .field:last-child { grid-column:1/-1; }.terms-box { padding-left:14px; }.purchase-steps strong { font-size:11px; } }
@media (max-width:640px) { .legal-review-status { grid-template-columns:1fr; }.legal-review-dialog { width:100%; height:100dvh; border-radius:0; }.legal-review-dialog header { padding:16px; }.legal-review-dialog h2 { font-size:20px; }.legal-review-tabs { grid-template-columns:1fr 1fr; padding:10px; }.legal-review-document { padding:20px 16px; }.legal-review-dialog footer { align-items:stretch; flex-direction:column; gap:10px; }.legal-review-dialog footer button { width:100%; } }

/* The trial is a first experience of the product, not a checkout screen. */
.trial-signup-page .signup-page { max-width:1180px; }
.signup-header--trial { position:relative; min-height:520px; max-width:none; display:flex; align-items:center; margin-bottom:30px; border-radius:32px; overflow:hidden; isolation:isolate; background:#061b35; box-shadow:0 28px 70px rgba(4,44,113,.2); }
.trial-hero-media,.trial-hero-media:after { position:absolute; inset:0; }
.trial-hero-media { z-index:-2; display:block; }
.trial-hero-media img { width:100%; height:100%; display:block; object-fit:cover; object-position:center; }
.signup-header--trial:after { content:""; position:absolute; z-index:-1; inset:0; background:linear-gradient(90deg,rgba(3,16,35,.06) 23%,rgba(3,20,43,.58) 59%,rgba(3,18,40,.94) 100%); pointer-events:none; }
.trial-hero-copy { width:min(510px,49%); padding:48px 54px 46px; color:white; }
.trial-hero-copy .back-link { width:max-content; margin-bottom:38px; color:rgba(255,255,255,.78); }
.trial-hero-copy .eyebrow { display:block; width:max-content; color:#ffd4b8; }
.trial-hero-copy h1 { max-width:490px; margin:14px 0 14px; color:white; font-size:clamp(38px,4.8vw,61px); line-height:1.13; letter-spacing:-2px; }
.trial-hero-copy>p { max-width:470px; margin:0; color:rgba(255,255,255,.86); font-size:16px; line-height:1.95; }
.trial-hero-assurances { display:flex; flex-wrap:wrap; gap:8px; margin:23px 0 0; padding:0; list-style:none; }
.trial-hero-assurances li { padding:7px 11px; border:1px solid rgba(255,255,255,.24); border-radius:999px; color:white; background:rgba(1,15,34,.26); backdrop-filter:blur(6px); font-size:10px; font-weight:800; }
.trial-hero-assurances li:before { content:"✓"; margin-left:5px; color:#9fe3bd; }
.trial-hero-cta { display:inline-flex; align-items:center; gap:10px; margin-top:24px; padding:13px 18px; border-radius:14px; color:#18202f; background:white; font-size:12px; font-weight:900; box-shadow:0 12px 28px rgba(0,0,0,.18); }
.trial-hero-cta:hover { color:#18202f; transform:translateY(-2px); }
.trial-signup-page .purchase-steps--trial { grid-template-columns:repeat(3,1fr); max-width:900px; margin-inline:auto; }
.trial-signup-page .signup-layout { grid-template-columns:minmax(0,1.55fr) minmax(280px,.62fr); }
.trial-signup-page .signup-form { scroll-margin-top:110px; }
.trial-signup-page .form-section { background:rgba(255,255,255,.93); }
.trial-signup-page .selected-plan-row { border-color:rgba(6,118,71,.18); background:#f2faf6; }
.trial-signup-page .summary-card { background:radial-gradient(circle at 100% 0,rgba(243,107,28,.13),transparent 38%),rgba(255,255,255,.96); }

@media (max-width:900px) {
  .signup-header--trial { min-height:500px; }
  .trial-hero-copy { width:58%; padding:40px 34px; }
  .trial-signup-page .signup-layout { grid-template-columns:1fr; }
  .trial-signup-page .signup-summary { grid-row:auto; }
}
@media (max-width:640px) {
  .trial-signup-page .signup-page { padding-top:12px; }
  .signup-header--trial { min-height:550px; align-items:flex-end; margin-inline:-8px; border-radius:25px; }
  .trial-hero-media img { object-position:38% center; }
  .signup-header--trial:after { background:linear-gradient(0deg,rgba(2,16,36,.97) 0%,rgba(2,17,38,.77) 48%,rgba(2,17,38,.04) 82%); }
  .trial-hero-copy { width:100%; padding:24px 24px 28px; }
  .trial-hero-copy .back-link { position:absolute; top:20px; right:22px; margin:0; padding:7px 10px; border-radius:999px; background:rgba(1,15,34,.48); backdrop-filter:blur(6px); }
  .trial-hero-copy h1 { max-width:340px; margin-top:10px; font-size:35px; line-height:1.2; letter-spacing:-1px; }
  .trial-hero-copy>p { font-size:13px; line-height:1.85; }
  .trial-hero-assurances { margin-top:15px; }
  .trial-hero-cta { margin-top:17px; }
  .trial-signup-page .purchase-steps--trial { grid-template-columns:1fr 1fr 1fr; border-radius:16px; }
  .trial-signup-page .purchase-steps--trial li { display:flex; flex-direction:column; align-items:center; gap:3px; padding:11px 5px; border-bottom:0; text-align:center; }
  .trial-signup-page .purchase-steps--trial li>span { width:30px; height:30px; }
  .trial-signup-page .purchase-steps--trial small { display:none; }
  .trial-signup-page .form-section-heading { margin-bottom:18px; }
}

/* Keep the mandatory legal-reading surface focused on the authoritative text only. */
.legal-review-document { padding:34px clamp(20px,7vw,88px) 54px; background:#fbfcfe; }
.legal-review-text-heading,.legal-review-text-body { width:min(100%,720px); margin-inline:auto; }
.legal-review-dialog .legal-review-text-heading { display:block; margin-bottom:30px; padding:4px 0 25px; border-bottom:1px solid #dce4ee; text-align:right; }
.legal-review-dialog .legal-review-document-eyebrow { display:inline-flex; align-items:center; gap:7px; margin:0 0 12px; padding:6px 10px; border:1px solid #d7e5f1; border-radius:999px; color:#315b7b; background:#f0f6fa; font-size:10px; font-weight:850; }
.legal-review-document-eyebrow:before { width:7px; height:7px; border-radius:50%; background:#0d8378; box-shadow:0 0 0 4px rgba(13,131,120,.1); content:""; }
.legal-review-text-heading h1 { max-width:610px; margin:0; color:var(--brand-navy); font-size:clamp(25px,3vw,34px); line-height:1.5; }
.legal-review-document-meta { display:flex; flex-wrap:wrap; gap:8px; margin:18px 0 0; }
.legal-review-document-meta div { display:flex; align-items:center; gap:7px; min-height:34px; padding:6px 11px; border:1px solid #dce5ee; border-radius:10px; color:#53677b; background:#fff; }
.legal-review-document-meta dt { color:#7b8997; font-size:10px; font-weight:700; }
.legal-review-document-meta dd { margin:0; color:#17375e; font-size:11px; font-weight:850; }
.legal-review-text-body { display:grid; gap:16px; }
.legal-review-text-body section { position:relative; display:grid; grid-template-columns:42px minmax(0,1fr); gap:14px; padding:22px 20px; border:1px solid #e1e7ef; border-radius:16px; background:#fff; box-shadow:0 8px 24px rgba(4,44,113,.045); }
.legal-review-text-body section>span:first-child { width:38px; height:38px; display:grid; place-items:center; border-radius:11px; color:var(--brand-navy); background:#edf4fa; font-size:11px; font-weight:900; }
.legal-review-text-body section>div { min-width:0; }
.legal-review-text-body h2 { margin:2px 0 11px; color:var(--brand-navy); font-size:18px; line-height:1.7; }
.legal-review-text-body h3 { margin:16px 0 7px; color:#17375e; font-size:15px; }
.legal-review-text-body p { margin:0 0 11px; font-size:14px; line-height:2.15; text-align:justify; }
.legal-review-text-body p:last-child { margin-bottom:0; }
.legal-review-text-body ul,.legal-review-text-body ol { display:grid; gap:8px; margin:10px 0 0; padding-right:22px; }
.legal-review-text-body li { padding-right:3px; font-size:14px; line-height:2; }
.legal-review-text-body strong { color:#17375e; }
.legal-review-text-body .privacy-highlight,.legal-review-text-body .terms-seller { margin-top:13px; padding:14px 16px; border-right:3px solid var(--brand-orange); border-radius:10px; background:#fff8f3; }
@media (max-width:640px) {
  .legal-review-document { padding:24px 12px 40px; }
  .legal-review-text-heading { padding-inline:10px; }
  .legal-review-document-meta { display:grid; grid-template-columns:1fr 1fr; }
  .legal-review-document-meta div:last-child { grid-column:1/-1; }
  .legal-review-text-body section { grid-template-columns:34px minmax(0,1fr); gap:10px; padding:18px 14px; border-radius:14px; }
  .legal-review-text-body section>span:first-child { width:32px; height:32px; }
  .legal-review-text-body p,.legal-review-text-body li { font-size:13px; line-height:2.05; }
}

/* One-email entry: account first, details only at the moment they become necessary. */
.email-start-page{width:min(1180px,calc(100% - 40px));padding:32px 0 70px}.email-start{overflow:hidden;border:1px solid rgba(4,44,113,.12);border-radius:36px;background:radial-gradient(circle at 12% 12%,rgba(30,123,181,.13),transparent 35%),linear-gradient(145deg,#f8fbfd,#eef4f8);box-shadow:0 30px 85px rgba(4,44,113,.13)}.email-start--trial{background:#f7fafc}.email-start .trial-hero-media{display:block;width:100%;aspect-ratio:22/9;overflow:hidden;background:#dfe7ed}.email-start .trial-hero-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.email-start-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);align-items:start;gap:clamp(28px,5vw,64px);padding:clamp(34px,5vw,68px)}.email-start-copy{width:min(100%,650px)}.email-start-copy .back-link{display:inline-flex;margin-bottom:28px;color:#536176}.email-start-copy .eyebrow{display:block;color:#b44516;font-size:.72rem;font-weight:900}.email-start h1{max-width:650px;margin:12px 0 16px;color:#042c71;font-size:clamp(2.8rem,5.2vw,4.9rem);line-height:1.15;letter-spacing:-2.5px}.email-start-copy>p{max-width:620px;margin:0;color:#617487;font-size:1rem;line-height:2}.email-start-form{display:grid;gap:8px;margin-top:30px;padding:20px;border:1px solid rgba(4,44,113,.11);border-radius:22px;background:#fff;box-shadow:0 18px 45px rgba(3,22,48,.1)}.email-start-form label{color:#29485f;font-size:.72rem;font-weight:900}.email-start-control{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;direction:ltr}.email-start-control input{min-width:0;height:58px;padding:0 16px;border:1px solid #cfdae3;border-radius:14px;color:#17314f;background:#fff;font:inherit;font-size:1rem;text-align:left;outline:none}.email-start-control input:focus{border-color:#0b6ab0;box-shadow:0 0 0 4px rgba(11,106,176,.1)}.email-start-control button{min-height:58px;padding:0 23px;border:0;border-radius:14px;color:#fff;background:#f36b1c;font:inherit;font-size:.78rem;font-weight:900;cursor:pointer}.email-start-form>small{color:#69798a;font-size:.64rem;line-height:1.8}.email-start-form .errorlist{margin:2px 0 0;color:#b42318;font-size:.68rem}.email-start-legal{margin:3px 0 0;color:#7b8997;font-size:.61rem;line-height:1.8}.email-start-legal a{color:#0b6ab0;font-weight:850}.email-start-assurances{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 0;padding:0;list-style:none}.email-start-assurances li{padding:7px 11px;border:1px solid rgba(4,44,113,.12);border-radius:999px;color:#53677b;background:#fff;font-size:.64rem;font-weight:850}.email-start-assurances li:before{margin-left:5px;color:#35a36b;content:"✓"}.email-start-next{margin-top:68px;padding:25px;border:1px solid rgba(4,44,113,.12);border-radius:26px;color:#17314f;background:#fff;box-shadow:0 18px 45px rgba(3,22,48,.09)}.email-start-next>span{color:#a64218;font-size:.65rem;font-weight:900}.email-start-next ol{display:grid;gap:3px;margin:15px 0 18px;padding:0;list-style:none}.email-start-next li{display:flex;align-items:center;gap:11px;padding:11px 0;border-bottom:1px solid #e2e8ee}.email-start-next li:last-child{border:0}.email-start-next b{display:grid;width:33px;height:33px;flex:0 0 auto;place-items:center;border-radius:11px;color:#fff;background:#0b6ab0;font-size:.65rem}.email-start-next li p{display:grid;gap:2px;margin:0}.email-start-next strong{font-size:.76rem}.email-start-next small{color:#718091;font-size:.62rem}.email-start-next>p{margin:0;color:#657789;font-size:.68rem;line-height:1.9}
@media(max-width:900px){.email-start .trial-hero-media{aspect-ratio:16/9}.email-start-layout{grid-template-columns:1fr}.email-start-copy{width:100%}.email-start-next{margin-top:0}.email-start-next ol{grid-template-columns:repeat(3,1fr);gap:12px}.email-start-next li{align-items:flex-start;border:0}.email-start-next>p{padding-top:16px;border-top:1px solid #e2e8ee}}
@media(max-width:640px){.email-start-page{width:calc(100% - 24px);padding-top:14px}.email-start{border-radius:26px}.email-start .trial-hero-media{aspect-ratio:4/3}.email-start .trial-hero-media img{object-position:38% center}.email-start-layout{gap:28px;padding:26px 18px 30px}.email-start-copy .back-link{margin-bottom:22px}.email-start h1{font-size:2.65rem;letter-spacing:-1.4px}.email-start-copy>p{font-size:.82rem}.email-start-form{margin-top:22px;padding:14px;border-radius:18px}.email-start-control{grid-template-columns:1fr}.email-start-control input,.email-start-control button{width:100%}.email-start-assurances{gap:6px}.email-start-assurances li{font-size:.56rem}.email-start-next{padding:20px}.email-start-next ol{grid-template-columns:1fr}.email-start-next li{align-items:center;padding:10px 0;border-bottom:1px solid #e2e8ee}}
.email-start .trial-hero-media{position:relative;inset:auto;z-index:auto}

.email-start-control input[type="email"]{direction:ltr;unicode-bidi:plaintext;text-align:left}

/* Trial composition: independent image, copy, and action cards. */
.email-start--trial{display:grid;gap:clamp(36px,5vw,64px);overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}
.email-start--trial .trial-hero-media{overflow:hidden;border-radius:36px;box-shadow:0 24px 70px rgba(4,44,113,.14)}
.email-start--trial .email-start-layout{align-items:end;padding:0 clamp(12px,3.5vw,42px)}
.email-start--trial .email-start-intro{padding-inline:clamp(2px,1vw,12px)}
.email-start-intro>p{max-width:620px;margin:0;color:#617487;font-size:1rem;line-height:2}
.email-start--trial .email-start-next{margin-top:0}
@media(max-width:640px){.email-start--trial{gap:32px}.email-start--trial .trial-hero-media{border-radius:26px}.email-start--trial .email-start-layout{padding:0 6px 20px}.email-start-intro>p{font-size:.82rem}}
