/* og-public.css: the app's public pages (start, checkout, faq, auth, legal) in the landing's polished system A "Paper"
   (Dmitry's pick, 2026-09-05). Same tokens as tools/skeleton/polish/polish.py BASE: one font, one grid, one type scale,
   one button, one hairline, white cards on white with a pale recess inside. The nav, the footer and their script are GENERATED from the skeleton (og-chrome.css / og-chrome.js, tools/chrome_from_skeleton.py); og-nav.css / og-nav.js
   (the skeleton's block NAV, G2). Loaded after tokens.css; never on a signed-in page. */
/* BRAND SHEET (2026-09-06): every token below is defined ONCE in og-brand.css (generated from tools/brand_sheet.py) and loaded before
   this file; the --og-* names are re-pointed there at the sheet. No second copy of a value lives here. */
html{-webkit-text-size-adjust:100%}
body.og-public{margin:0;background:#fff;color:var(--og-ink);font:400 16px/1.6 var(--og-font);-webkit-font-smoothing:antialiased}
body.og-public *,body.og-public *:before,body.og-public *:after{box-sizing:border-box}
/* :where() on purpose (2026-09-06): at class specificity this beat .og-btn, .og-nav-cta and .og-nav-login on all 21 public pages and painted the pill and the button ink on the gradient (cs_gate G10) */
:where(body.og-public) a{color:inherit}
/* element-level on purpose (:where): the chrome's .og-foot-logo img{height:26px} must win here as it does on the home page; body.og-public img beat it by specificity and drew the footer logo 2px taller (2026-09-05) */
:where(body.og-public) img{max-width:100%;height:auto}
:focus-visible{outline:2px solid #0098fe;outline-offset:3px;border-radius:4px}

/* ---- page shell ---- */
.og-page{max-width:1140px;margin:0 auto;padding:var(--b-section) 20px}
.og-page-narrow{max-width:640px}
.og-page-wide{max-width:1140px}


/* ---- section header anatomy: eyebrow + heading + one line ---- */
.og-eyebrow{font:600 var(--b-label)/1 var(--og-font);letter-spacing:var(--b-label-ls);text-transform:uppercase;color:#0098fe;margin:0 0 14px}
.og-eyebrow:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--og-grad);margin:0 8px 2px 0;vertical-align:middle}
.og-h1,.og-h2{font:700 var(--b-h2)/var(--b-h2-lh) var(--og-font);letter-spacing:var(--b-h2-ls);color:var(--og-ink);margin:0;white-space:nowrap}
.og-h1{font-size:var(--b-h1);line-height:var(--b-h1-lh);letter-spacing:var(--b-h1-ls)}
.og-grad{background:var(--og-grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.og-sub{font:400 var(--b-sub)/1.5 var(--og-font);color:var(--og-mute);margin:14px 0 0;max-width:820px}
.og-p{font:400 16px/1.6 var(--og-font);color:#474b4c;margin:14px 0 0;max-width:640px}
.og-p b{color:var(--og-ink);font-weight:600}
.og-note{font:400 14px/1.5 var(--og-font);color:var(--og-mute);margin:12px 0 0}
.og-note a:not(.og-btn){color:var(--og-mute);text-decoration:underline;text-underline-offset:2px}
.og-quiet{display:inline-block;padding:8px 0;font-size:14px;color:var(--og-mute);text-decoration:none;text-underline-offset:2px}
.og-quiet:hover,.og-quiet:focus-visible{color:var(--og-ink);text-decoration:underline}
.og-note a:not(.og-btn):hover{color:var(--og-ink)}
.og-center{text-align:center}
.og-center .og-sub,.og-center .og-p{margin-left:auto;margin-right:auto}


/* ---- one button ---- */
.og-btn{display:inline-flex;align-items:center;justify-content:center;height:var(--b-btn-h);padding:0 var(--b-btn-px);border:0;border-radius:var(--b-pill);background:var(--og-grad);color:#fff;font:700 var(--b-btn-fs)/1 var(--og-font);letter-spacing:.02em;text-transform:uppercase;text-decoration:none;white-space:nowrap;cursor:pointer;transition:transform 160ms var(--og-ease),filter 180ms ease}
.og-btn:hover{filter:brightness(1.04)}
.og-btn:active{transform:scale(.97)}
.og-btn-ink{background:#0b0f14;color:#fefefe}
.og-btn-ink:hover{background:#1a2129;filter:none}
.og-btn-wide{width:100%}
.og-btn[disabled],.og-btn[aria-disabled="true"]{opacity:.55;pointer-events:none}
/* the phone regime lives in the sheet's --b-btn-* tokens (tools/brand_sheet.py CONTROL_PHONE_*); no second copy here */

/* ---- fields ---- */
.og-field{display:flex;align-items:center;gap:4px;height:52px;padding:0 20px;border:1px solid var(--og-line);border-radius:52px;background:#fff;transition:border-color .2s,box-shadow .2s}
.og-field:focus-within{border-color:#0098fe;box-shadow:0 0 0 3px rgba(0,152,254,.16)}
.og-field .og-at{font-size:17px;font-weight:600;color:var(--og-mute);line-height:1}
.og-field input,.og-field select{flex:1 1 auto;min-width:0;width:100%;height:100%;border:0;background:none;padding:0;font:400 16px/1.2 var(--og-font);color:var(--og-ink);outline:0;caret-color:#0098fe}
.og-field input::placeholder{color:var(--og-mute);opacity:1}
.og-field-box{height:auto;min-height:52px;border-radius:var(--og-in-r);padding:12px 16px}
.og-field-box textarea{width:100%;border:0;background:none;padding:0;font:400 16px/1.5 var(--og-font);color:var(--og-ink);outline:0;resize:vertical;min-height:96px}
.og-label{display:block;font:600 14px/1.4 var(--og-font);color:var(--og-ink);margin:0 0 8px}
.og-label small{display:block;font-weight:400;color:var(--og-mute);font-size:13px}
.og-form-row{display:flex;gap:12px;align-items:center}
.og-form-row .og-field{flex:1 1 auto;min-width:0}
.og-form-row .og-btn{flex:0 0 auto}
@media(max-width:479px){.og-form-row{flex-direction:column;align-items:stretch}.og-form-row .og-btn{width:100%}}
.og-form-error{margin:14px 0 0;padding:12px 16px;border:1px solid #f3c7c7;border-radius:12px;background:#fff5f5;color:#b42318;font-size:14px;line-height:1.5}
.og-check{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:#474b4c}
.og-check input{width:18px;height:18px;margin:2px 0 0;accent-color:#0098fe;flex:0 0 18px}

/* ---- cards ---- */
.og-card{background:#fff;border:1px solid var(--og-line);border-radius:var(--og-tile-r);padding:24px}
.og-card+.og-card{margin-top:16px}
.og-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--og-line);margin-bottom:16px}
.og-card-head h2{margin:0;font:700 var(--b-title)/var(--b-title-lh,1.3) var(--og-font);letter-spacing:var(--b-title-ls,-.2px)}
.og-card-head span{font-size:13px;color:var(--og-mute)}
.og-recess{background:var(--og-tile);border:1px solid var(--og-line);border-radius:var(--og-in-r);padding:16px}
.og-stack{display:grid;gap:16px}
.og-two{display:grid;grid-template-columns:1fr 400px;gap:20px;align-items:start}
@media(max-width:991px){.og-two{grid-template-columns:1fr}}
.og-kv{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid var(--og-line);font-size:15px}
.og-kv:first-child{border-top:0;padding-top:0}
.og-kv b{font-weight:600}
.og-kv-total{font-size:var(--b-num-m);font-weight:700;padding-top:14px;border-top:1px solid var(--og-ink)}
.og-ticks{margin:16px 0 0;padding:0;list-style:none;display:grid;gap:10px}
.og-ticks li{position:relative;padding-left:26px;font-size:15px;line-height:1.45;color:#474b4c}
.og-ticks li:before{content:"";position:absolute;left:0;top:3px;width:16px;height:16px;border-radius:50%;background:#0098fe url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12.5l4.5 4.5L19 7.5'/></svg>") center/9px no-repeat}
.og-hair{border:0;border-top:1px solid var(--og-line);margin:24px 0}

/* ---- steps (start, checkout) ---- */
.og-steps{display:flex;gap:6px;margin:0 0 10px}
.og-steps i{flex:1 1 0;height:3px;border-radius:3px;background:var(--og-line)}
.og-steps i.on{background:var(--og-grad)}
.og-stepname{font:600 var(--b-label)/1 var(--og-font);letter-spacing:var(--b-label-ls);text-transform:uppercase;color:var(--og-mute2,var(--og-mute));margin:0 0 18px}

/* ---- prose (legal, faq answers) ---- */
.og-prose{max-width:720px}
.og-prose h2{font:700 var(--b-h3)/var(--b-h3-lh) var(--og-font);letter-spacing:var(--b-h3-ls);margin:40px 0 10px}
.og-prose h3{font:700 var(--b-title)/1.3 var(--og-font);letter-spacing:var(--b-title-ls);margin:28px 0 8px}
.og-prose p,.og-prose li{font:400 16px/1.65 var(--og-font);color:#474b4c;margin:0 0 12px}
.og-prose ul,.og-prose ol{padding-left:22px;margin:0 0 12px}
.og-prose a{color:#0b5f8f;text-decoration:underline;text-underline-offset:2px}
.og-prose p.og-eyebrow{font:600 var(--b-label)/1 var(--og-font);letter-spacing:var(--b-label-ls);color:#0098fe;margin:0 0 14px}
.og-updated{font-size:13px;color:var(--og-mute);margin:10px 0 0}

/* ---- faq tiles (the landing's block 11 anatomy) ---- */
.og-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:var(--og-gap)}
.og-faq-t{background:#fff;border:1px solid var(--og-line);border-radius:var(--og-tile-r);padding:18px 20px 20px;min-width:0}
.og-faq-q{margin:0;font:700 var(--b-title)/1.3 var(--og-font);letter-spacing:var(--b-title-ls);color:var(--og-ink);display:flex;gap:10px;align-items:flex-start}
.og-faq-a{margin:8px 0 0 0;font:400 15px/1.5 var(--og-font);color:#474b4c}
@media(max-width:991px){.og-faq-grid{grid-template-columns:1fr;gap:10px;margin-top:var(--og-gap-m)}}
@media(prefers-reduced-motion:reduce){.og-btn,.og-field{transition:none}}

/* ---- added 2026-09-05 with the checkout / done / auth conversion ---- */
.og-fieldset{display:block}
.og-fieldset .og-label{margin-bottom:8px}
.og-summary{position:sticky;top:96px}
.og-summary-mobile{display:none}
.og-summary-mobile summary{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:56px;padding:0 2px;cursor:pointer;list-style:none;font:600 15px/1.3 var(--og-font);color:var(--og-ink)}
.og-summary-mobile summary::-webkit-details-marker{display:none}
.og-summary-mobile summary:after{content:"+";display:grid;place-items:center;width:28px;height:28px;border:1px solid var(--og-line);border-radius:50%;color:var(--og-mute);font-size:20px;font-weight:400;line-height:1}
.og-summary-mobile[open] summary:after{content:"−"}
.og-summary-mobile summary b{margin-left:auto;font-weight:700;white-space:nowrap}
.og-summary-mobile-body{padding:4px 0 18px}
.og-summary-mobile-body .og-ticks{margin-bottom:0}
.og-plan-line b,.og-plan-line span{overflow-wrap:anywhere}
.og-kv-ok b{color:#0a7a3d}
.og-kv-quiet{color:var(--og-mute)}
.og-mark{width:64px;height:64px;border-radius:50%;background:var(--og-grad);display:flex;align-items:center;justify-content:center;margin:0 auto 22px}
.og-mark svg{width:30px;height:30px}
.og-actions{display:flex;flex-wrap:wrap;gap:12px 20px;align-items:center;justify-content:center;margin-top:28px}
.og-next{text-align:left;margin-top:28px}
.og-next b{display:block;font:700 16px/1.3 var(--og-font);margin-bottom:8px}
.og-next ol{margin:0;padding-left:22px}
.og-next li{font:400 16px/1.6 var(--og-font);color:#474b4c;margin:0 0 6px}
.og-alt{font-size:14px;color:var(--og-mute);margin:18px 0 0;text-align:center}
.og-alt a:not(.og-btn){color:var(--og-ink);text-decoration:underline;text-underline-offset:2px}
.og-ok{margin:14px 0 0;padding:12px 16px;border:1px solid #bfe6cf;border-radius:12px;background:#f2fbf5;color:#0a7a3d;font-size:14px;line-height:1.5}
.og-card .og-btn-wide{margin-top:4px}
@media(max-width:991px){.og-summary{position:static}}
@media(max-width:991px){
  body.og-checkout .og-page{padding:34px 16px 48px}
  body.og-checkout .og-card{padding:20px}
  body.og-checkout .og-two{gap:0}
  body.og-checkout .og-summary{display:none}
  body.og-checkout .og-summary-mobile{display:block;margin-top:16px;padding:0 20px;border:1px solid var(--og-line);border-radius:var(--og-tile-r);background:#fff}
  body.og-checkout .og-summary-mobile[open]{padding-bottom:2px}
  body.og-checkout .og-summary-mobile .og-kv{font-size:14px}
  body.og-checkout .og-summary-mobile .og-kv-total{font-size:var(--b-num-m)}
}
.og-prose .og-recess{font-weight:600;color:var(--og-ink);margin:16px 0 20px}
.og-plan-line{display:flex;flex-wrap:wrap;gap:4px 10px;align-items:baseline;padding:14px 16px}
.og-plan-line b{font-weight:700;font-size:16px}
.og-plan-line span{color:var(--og-mute);font-size:15px}
.og-field input[type=number]{-moz-appearance:textfield;appearance:textfield}
.og-field input[type=number]::-webkit-inner-spin-button,.og-field input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.og-faq-q,.og-prose h2,.og-prose h3,.og-card-head h2{text-wrap:balance}
@media(max-width:479px){.og-card-head{flex-wrap:wrap}.og-card-head span{flex:0 0 100%}}
/* one font: tokens.css gives p/li/dd the landing's ABeeZee paragraph face; the public pages wear Hurme for everything (ruling A, 2026-09-05) */
body.og-public p,body.og-public li,body.og-public dd,body.og-public a,body.og-public input,body.og-public button,body.og-public textarea,body.og-public select{font-family:var(--og-font)}
.og-alt a:not(.og-btn),.og-note a:not(.og-btn){display:inline-block;padding:6px 0;margin:-6px 0}
/* THE UTILITY FAMILY (Dmitry, 2026-09-09). A signed-out utility page sets `utility_page` at its own top
   level; the layout turns that into body.og-utility and the derived footer drops its marketing close.
   The link columns carried a top rule and 40px of padding to divide them FROM that close. With the close
   gone the rule became a line floating in white with the footer's own padding on both sides: measured 40px
   of nothing, the rule, 40px of nothing, then the columns. The footer's padding IS the separation now, so
   the twin is deleted rather than re-tuned. Pages that keep the close (/about, /faq, /pricing, the legal
   pages, the case studies) are untouched. */
body.og-utility .fresh-g .fresh-groups{border-top:0;padding-top:0}
/* phone-only line break inside headings (the landing's device): one line, or two with the second at least as long as the first */
.og-brs{display:none}
@media(max-width:767px){.og-brs{display:inline}}
/* HEADLINE LAW (Dmitry 2026-09-06; the skeleton's headline_law.py is the twin of this block): desktop headers one line from 768px,
   phones one or two lines with the break declared, subs one sentence per line (.og-sl), a heading shrinks before it wraps. */
.og-l{display:inline}.og-s{display:none}
.og-sl{display:inline}
.og-sub-split .og-sl{display:block}
.og-l .og-sl:not(:only-child),.og-s .og-sl:not(:only-child){display:block}
@media(max-width:767px){
 .og-l{display:none}.og-s{display:inline}
 .og-sub .og-sl,.og-cs-lead .og-sl{display:block}
 .og-hlaw.og-hlaw{font-size:min(var(--b-h2),calc((100vw - var(--hl-p,40px)) * var(--hl-k,1)))}
 h1.og-hlaw.og-hlaw{font-size:min(var(--b-h1),calc((100vw - var(--hl-p,40px)) * var(--hl-k,1)))}
 .og-cs-beats .og-cs-beat h2{font-size:min(var(--b-h3),calc((100vw - 50px) * 0.064))}   /* (0,2,1): the case-studies block's own rule comes later in this file at (0,1,1) */   /* the beat titles are data (ten studies, four each): they shrink before they wrap on the 320px phones */
}
@media(max-width:359px){.og-sub .og-s,.og-cs-lead .og-s{font-size:15px}}   /* the 280px box */
@media(min-width:768px) and (max-width:991px){h1.og-hlaw.og-hlaw{font-size:min(var(--b-h1),calc((100vw - var(--hl-p,40px)) * var(--hl-kd,1)))}}   /* a page title that outgrows the 728px tablet box shrinks before it wraps (--hl-kd measured per title) */

/* ---- supporting pages (2026-09-05): pricing cards, the three ways band, the how-it-works steps, about ---- */
.og-sub-c{margin-left:auto;margin-right:auto;text-align:center}
.og-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:44px;align-items:stretch}
.og-plan{position:relative;background:#fff;border:1px solid var(--og-line);border-radius:var(--og-tile-r);padding:30px 24px 24px;display:flex;flex-direction:column;min-width:0}
.og-plan.is-pop{border-color:#0098fe}
/* Dmitry 2026-09-05: no gradient with black text on a chip; solid blue, white text like the landing's chip */
.og-plan-chip{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:#0098fe;color:#fff;font:600 var(--b-label)/1 var(--og-font);letter-spacing:var(--b-label-ls);text-transform:uppercase;padding:8px 12px;border-radius:999px;white-space:nowrap}
.og-plan-name{margin:0;font:700 var(--b-title)/1.3 var(--og-font);letter-spacing:var(--b-title-ls)}
.og-plan-who{margin:6px 0 18px;font:400 14px/1.5 var(--og-font);color:var(--og-mute);min-height:42px;text-wrap:balance}
.og-plan-price{margin:0;display:flex;align-items:baseline;gap:4px}
.og-plan-price b{font:700 var(--b-num-l)/1 var(--og-font);letter-spacing:var(--b-num-l-ls)}
.og-plan-price span{color:var(--og-mute);font-size:15px}
.og-plan-renew{margin:6px 0 0;font-size:13px;color:var(--og-mute)}
.og-plan-facts{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0;padding:14px;background:var(--og-tile);border:1px solid var(--og-line);border-radius:var(--og-in-r)}
.og-plan-facts b{display:block;font:700 var(--b-num-m)/1.2 var(--og-font);letter-spacing:var(--b-num-m-ls)}
.og-plan-facts span{display:block;font-size:12px;color:var(--og-mute);margin-top:2px}
.og-plan .og-ticks{margin:0 0 22px;flex:1 1 auto}
.og-plan .og-btn{margin-top:auto}
.og-plans-foot{margin-top:24px}
.og-sec{margin-top:var(--b-section);padding-top:var(--b-section);border-top:1px solid var(--og-line);text-align:center}
.og-sec .og-sub{margin-left:auto;margin-right:auto}
.og-ways{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:36px;text-align:left}
.og-way{background:#fff;border:1px solid var(--og-line);border-radius:var(--og-tile-r);padding:22px;display:flex;flex-direction:column}
.og-way.is-us{border-color:#0098fe}
.og-way h3{margin:0 0 8px;font:700 var(--b-title)/1.3 var(--og-font);letter-spacing:var(--b-title-ls)}
.og-way p{margin:0;font:400 15px/1.55 var(--og-font);color:#474b4c}
.og-way-cost{margin-top:auto!important;padding-top:12px;border-top:1px solid var(--og-line);display:flex;justify-content:space-between;gap:10px;align-items:baseline}
.og-way-cost span{color:var(--og-mute);font-size:13px}
.og-way-cost b{font-weight:600;color:var(--og-ink);font-size:14px;text-align:right}
.og-hiw{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:44px;text-align:left}
.og-hiw-step{background:#fff;border:1px solid var(--og-line);border-radius:var(--og-tile-r);padding:22px 22px 24px;min-width:0}
.og-hiw-n{display:inline-grid;place-items:center;box-sizing:border-box;width:24px;height:24px;border-radius:50%;background:#fff;border:2px solid #0098fe;color:#0098fe;font:700 12px/1 var(--og-font);margin-bottom:14px}
.og-hiw-step h2,.og-hiw-step h3{margin:0 0 8px;font:700 var(--b-title)/1.3 var(--og-font);letter-spacing:var(--b-title-ls)}
.og-hiw-step p{margin:0;font:400 15px/1.55 var(--og-font);color:#474b4c}
.og-hiw-outs{margin-top:36px}
.og-nums-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:44px;text-align:center}
.og-num b{display:block;font:700 var(--b-num-xl)/1 var(--og-font);letter-spacing:var(--b-num-xl-ls)}
.og-num span{display:block;margin-top:8px;font-size:14px;color:var(--og-mute)}
.og-about{display:grid;grid-template-columns:1fr 360px;gap:40px;margin-top:64px;align-items:start}
.og-about-text .og-h2{margin-top:36px}.og-about-text .og-h2:first-child{margin-top:0}
.og-ticks-x{margin-top:16px}
.og-about-card{background:#fff;border:1px solid var(--og-line);border-radius:var(--og-tile-r);padding:20px;text-align:center;position:sticky;top:96px}
.og-about-card img{width:100%;height:auto;border-radius:12px;display:block}
.og-about-name{margin:16px 0 0;font:700 var(--b-title)/1.3 var(--og-font);letter-spacing:var(--b-title-ls)}
.og-about-role{margin:4px 0 0;font-size:14px;color:var(--og-mute)}
.og-about-note{margin:14px 0 0;font:400 14px/1.55 var(--og-font);color:#474b4c;text-align:left}
.og-hp{position:absolute;left:-9999px;top:-9999px;width:1px;height:1px;overflow:hidden}
@media(max-width:991px){
 .og-plans{grid-template-columns:1fr;gap:16px;margin-top:32px}
 .og-plan.is-pop{order:-1}
 .og-ways{grid-template-columns:1fr;gap:12px;margin-top:28px}
 .og-hiw{grid-template-columns:1fr;gap:12px;margin-top:32px}
 .og-nums-row{grid-template-columns:1fr 1fr;gap:20px 12px;margin-top:36px}
 .og-about{grid-template-columns:1fr;gap:28px;margin-top:44px}
 .og-about-card{position:static;max-width:360px;margin:0 auto}}

/* ---- case studies (v4, 2026-09-06, Dmitry: "very boring", "let's make it 3", "bad video position and dead space"): the index opens
   with ONE featured study over nine cards three across; a page opens two columns, the player beside its reason to play. ---- */
.og-cs-head{text-align:center}
.og-cs-head .og-sub{margin-left:auto;margin-right:auto;text-align:center;text-wrap:balance}
.og-cs-filter{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:28px}
.og-cs-chip{display:inline-flex;align-items:center;height:36px;padding:0 14px;border-radius:36px;border:1px solid var(--og-line);background:#fff;color:var(--og-ink);font:600 14px/1 var(--og-font);white-space:nowrap}
.og-cs-filter .og-cs-chip{height:36px;padding:0 16px;color:var(--og-mute);cursor:pointer;transition:transform .16s var(--og-ease),color .16s,border-color .16s,background-color .16s}
.og-cs-filter .og-cs-chip:active{transform:scale(.97)}
.og-cs-filter .og-cs-chip.is-on{background:var(--og-ink);border-color:var(--og-ink);color:#fff}
.og-cs-ico{font-style:normal;font-size:1.05em;line-height:1}
/* the grids: two across is the 'more' row's phone fallback; three across everywhere from 992 (v4) */
.og-cs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px 24px;margin-top:var(--og-gap)}
.og-cs-grid-3{grid-template-columns:repeat(3,1fr);gap:28px 20px}
.og-cs-index .og-cs-grid-3{margin-top:24px}
.og-cs-card{display:block;color:inherit;text-decoration:none;min-width:0;border-radius:var(--og-tile-r);outline-offset:4px}
.og-cs-card[hidden]{display:none}
.og-cs-poster,.og-cs-player{position:relative;aspect-ratio:1178/720;border-radius:var(--og-tile-r);overflow:hidden;background:#eef3f7;border:1px solid var(--og-line)}
.og-cs-poster img,.og-cs-player video{width:100%;height:100%;object-fit:cover;display:block}
.og-cs-poster img{transition:transform .5s var(--og-ease)}
/* the disc covers the grey ring baked into every poster: 14.5% of the poster's width, centred (measured off the file) */
.og-cs-play{position:absolute;left:50%;top:50%;width:15%;aspect-ratio:1;transform:translate(-50%,-50%);border-radius:50%;border:0;padding:0;background:#fff;display:grid;place-items:center;box-shadow:0 8px 24px rgba(1,30,60,.22);transition:opacity .2s;cursor:pointer}
.og-cs-play svg{width:38%;height:38%;fill:#0098fe;margin-left:6%}
.og-cs-player .og-cs-play:after{content:"";position:absolute;inset:-2px;border-radius:50%;border:2px solid #0098fe;opacity:0;animation:og-cs-ping 4s var(--og-ease) 1.2s infinite}
@keyframes og-cs-ping{0%{opacity:.55;transform:scale(1)}30%{opacity:0;transform:scale(1.45)}100%{opacity:0;transform:scale(1.45)}}
.og-cs-line{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-top:12px;padding:0 4px;white-space:nowrap;min-width:0}
.og-cs-line b{font:600 16px/1.3 var(--og-font);color:var(--og-ink);overflow:hidden;text-overflow:ellipsis;min-width:0}
.og-cs-line span{font:400 15px/1.3 var(--og-font);color:var(--og-mute);flex:0 0 auto}
.og-cs-card:active .og-cs-play{transform:translate(-50%,-50%) scale(.96)}
/* hover (v4, Dmitry 2026-09-06 on the live build: "zooming a little bit but nothing else"): the poster scales 1.03 and NOTHING
   else changes: no underline, no colour, no arrow nudge, the box never moves (G11) */
@media(hover:hover){.og-cs-card:hover .og-cs-poster img{transform:scale(1.03)}}
.og-cs-card,.og-cs-card:hover,.og-cs-card:hover *{text-decoration:none}
/* the featured study (index): poster left, the story and four facts right, one tile */
.og-cs-feat{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:32px;align-items:center;margin-top:var(--og-gap);padding:20px;border:1px solid var(--og-line);background:var(--og-tile)}
.og-cs-feat .og-cs-poster{border-radius:var(--og-in-r)}
.og-cs-feat-text{min-width:0;padding:4px 12px 4px 0}
.og-cs-feat-text .og-eyebrow{display:flex;align-items:center;gap:8px;margin-bottom:12px}
.og-cs-feat-h{font:700 var(--b-h3)/var(--b-h3-lh) var(--og-font);letter-spacing:var(--b-h3-ls);margin:0;color:var(--og-ink)}
.og-cs-feat-lead{font:400 var(--b-card)/var(--b-card-lh) var(--og-font);color:var(--og-mute);margin:10px 0 0;max-width:460px;text-wrap:pretty}
.og-cs-feat-lead .og-sl{display:block}
.og-cs-feat-facts{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 16px;margin:18px 0 0;padding-top:16px;border-top:1px solid var(--og-line)}
.og-cs-feat-facts div{min-width:0}
.og-cs-feat-facts dt{font:600 var(--b-label)/1 var(--og-font);letter-spacing:var(--b-label-ls);text-transform:uppercase;color:var(--og-mute2)}
.og-cs-feat-facts dd{margin:6px 0 0;font:700 var(--b-title)/var(--b-title-lh) var(--og-font);letter-spacing:var(--b-title-ls);color:var(--og-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.og-cs-feat-go{margin-top:20px}   /* round 4 (Dmitry 2026-09-06): a real ink button, the one thing in the text column you press; the poster is the other */
.og-cs-feat-poster{display:block}
/* one entrance sequence per page (never an empty state: the class only delays what is already painted at reduced motion) */
.og-cs-in{animation:og-cs-in .5s var(--og-ease) both}
.og-cs-in:nth-child(2){animation-delay:60ms}.og-cs-in:nth-child(3){animation-delay:120ms}.og-cs-in:nth-child(4){animation-delay:180ms}.og-cs-in:nth-child(n+5){animation-delay:240ms}
.og-cs-page>.og-cs-in,.og-cs-hero>.og-cs-in{animation-delay:0ms}.og-cs-hero>.og-cs-media{animation-delay:120ms}.og-cs-page>.og-cs-stats{animation-delay:220ms}
@keyframes og-cs-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.og-cs-in{animation:none}.og-cs-player .og-cs-play:after{animation:none}.og-cs-poster img{transition:none}}
/* one page (v4): the back link, then TWO columns: the player left, and beside it the emoji eyebrow, the account as the H1, the
   clip's big number, the four chapters as a list. The whole player sits inside the first viewport (G9). */
.og-cs-page{padding-top:var(--og-pad)}
.og-cs-back{margin:0 0 14px;padding:0}
.og-cs-hero{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:36px;align-items:center}
.og-cs-media{grid-column:1;grid-row:1;min-width:0}
.og-cs-side{grid-column:2;grid-row:1;min-width:0;container-type:inline-size}
.og-cs-side .og-eyebrow{display:flex;align-items:center;gap:8px;margin-bottom:12px}
.og-cs-h1{margin:0}
@media(min-width:992px){.og-cs-side .og-cs-h1.og-hlaw{font-size:min(var(--b-h1),calc(100cqw * var(--hl-k)))}}   /* the H1 shares a column with the player: it shrinks with the COLUMN (cqw), not the viewport, before it could clip (brand gate R3 at 1024) */
.og-cs-big{margin:14px 0 0;display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 12px}
.og-cs-big b{font:700 var(--b-num-xl)/1 var(--og-font);letter-spacing:var(--b-num-xl-ls)}
.og-cs-big span{font:400 var(--b-small)/var(--b-small-lh) var(--og-font);color:var(--og-mute);text-wrap:pretty}
.og-cs-player{background:#0b0f14}
.og-cs-player.is-playing .og-cs-play{opacity:0;pointer-events:none}
/* the four beats as chapters of the clip: a press seeks the video; the one playing is marked */
.og-cs-chap{list-style:none;margin:22px 0 0;padding:0;display:grid;gap:8px}
.og-cs-ch{display:flex;align-items:center;gap:10px;width:100%;height:40px;padding:0 12px 0 7px;border:1px solid var(--og-line);border-radius:999px;background:#fff;color:var(--og-ink);font:600 14px/1 var(--og-font);text-align:left;cursor:pointer;min-width:0;transition:border-color .16s,background-color .16s,transform .16s var(--og-ease)}
.og-cs-ch:active{transform:scale(.98)}
.og-cs-ch i{display:grid;place-items:center;box-sizing:border-box;flex:0 0 24px;width:24px;height:24px;border-radius:50%;border:2px solid #0098fe;font:700 12px/1 var(--og-font);font-style:normal;color:#0098fe;background:#fff}
.og-cs-ch b{font-weight:600;min-width:0;flex:1 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.og-cs-ch span{flex:0 0 auto;font:400 13px/1 var(--og-font);color:var(--og-mute);font-variant-numeric:tabular-nums}
.og-cs-ch[aria-current="true"]{border-color:var(--og-ink);background:var(--og-ink);color:#fff}
.og-cs-ch[aria-current="true"] span{color:#fff}
.og-cs-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:32px}
.og-cs-stat{background:var(--og-tile);border:1px solid var(--og-line);border-radius:var(--og-in-r);padding:18px 18px 16px;min-width:0}
.og-cs-stat b{display:inline-block;font:700 var(--b-num-l)/1.05 var(--og-font);letter-spacing:var(--b-num-l-ls)}
.og-cs-stat span{display:block;margin-top:6px;font:400 13px/1.35 var(--og-font);color:var(--og-mute);text-wrap:pretty}
/* the reading column: the lead first, four beats each with a seek button, the rail beside */
.og-cs-body{display:grid;grid-template-columns:220px 1fr;gap:48px;margin-top:8px}
.og-cs-rail{position:sticky;top:96px;align-self:start;margin-top:56px;display:grid;gap:10px}
.og-cs-rail-h{margin:0 0 4px;font:600 var(--b-label)/1 var(--og-font);letter-spacing:var(--b-label-ls);text-transform:uppercase;color:var(--og-mute2)}
.og-cs-rail a{font:400 15px/1.3 var(--og-font);color:var(--og-mute);text-decoration:none}
.og-cs-rail a:hover{color:var(--og-ink)}
.og-cs-beats{margin-top:56px;display:grid;gap:36px}
.og-cs-lead{font:400 var(--b-sub)/1.5 var(--og-font);color:var(--og-ink);margin:0;max-width:680px;text-wrap:pretty}
.og-cs-beat h2{font:700 var(--b-h3)/var(--b-h3-lh) var(--og-font);letter-spacing:var(--b-h3-ls);margin:0;color:var(--og-ink)}
.og-cs-beat p{font:400 var(--b-prose)/1.65 var(--og-font);color:#474b4c;margin:10px 0 0;max-width:680px;text-wrap:pretty}
.og-cs-t{display:inline-flex;align-items:center;gap:8px;margin-top:12px;height:36px;padding:0 14px 0 10px;border:1px solid var(--og-line);border-radius:999px;background:#fff;font:600 14px/1 var(--og-font);color:var(--og-ink);cursor:pointer;transition:transform .16s var(--og-ease),border-color .16s}
.og-cs-t svg{width:14px;height:14px;fill:#0098fe}
.og-cs-t:active{transform:scale(.97)}
/* the frames off the clip (v4): the dashboard table and the curve Dmitry zooms into; a press seeks the video there */
.og-cs-frames{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:20px;max-width:680px}
.og-cs-frames-1{grid-template-columns:minmax(0,1fr);max-width:440px}
.og-cs-frame{display:block;width:100%;padding:0;border:0;background:none;text-align:left;cursor:pointer;color:inherit;font:inherit;min-width:0}
.og-cs-frame img{display:block;width:100%;aspect-ratio:1178/720;object-fit:cover;border-radius:var(--og-in-r);border:1px solid var(--og-line);background:#eef3f7}
.og-cs-frame span{display:flex;justify-content:space-between;gap:10px;margin-top:8px;padding:0 2px;font:400 var(--b-micro)/1.4 var(--og-font);color:var(--og-mute);white-space:nowrap}
.og-cs-frame span b{font-weight:600;color:var(--og-ink);min-width:0;overflow:hidden;text-overflow:ellipsis}
.og-cs-beats .og-note{max-width:680px}
/* one close, and the quiet copy-link for the reader who forwards the page (v4, Q6) */
.og-cs-close{display:flex;justify-content:center;margin-top:56px}
@media(max-width:479px){.og-cs-close .og-btn{width:100%}}
@media(max-width:479px){.og-cs-feat-go{width:100%}}   /* at 320 the label plus the sheet's padding is 240px in a 232px column */
.og-cs-more{margin-top:72px;padding-top:48px;border-top:1px solid var(--og-line)}
.og-cs-more h2{font:700 var(--b-h3)/var(--b-h3-lh) var(--og-font);letter-spacing:var(--b-h3-ls);margin:0 0 24px;text-align:center}
.og-cs-grid-more{margin-top:0}
.og-cs-more .og-center{margin-top:20px}
@media(max-width:1239px){.og-cs-grid-3 .og-cs-line b{font-size:15px}.og-cs-grid-3 .og-cs-line span{font-size:14px}}   /* three across under 1240 is a 297px card at 992: the caption takes the phone sizes so '🚀 Marketing agency  Resold our service' never clips (G2) */
@media(max-width:1239px){.og-cs-hero{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr)}}   /* under 1240 the side column keeps enough width for a 44px one-line H1 (brand gate R2 at 992) */
@media(max-width:1099px){.og-cs-feat{grid-template-columns:1fr;gap:18px;padding:14px}.og-cs-feat-text{padding:0 4px 6px}}   /* the featured tile stacks below 1100: two columns leave a lead column too narrow for one sentence per line (headline gate S2 at 992) */
@media(max-width:991px){
 .og-cs-feat{margin-top:var(--og-gap-m)}.og-cs-grid{gap:22px 16px;margin-top:var(--og-gap-m)}.og-cs-grid-3{grid-template-columns:repeat(2,1fr);gap:22px 16px}
 .og-cs-hero{display:flex;flex-direction:column;gap:0;align-items:stretch}   /* the desktop rule's align-items:center turns into a column that centres each child at its own width: the chapter list sat inset on phones (Dmitry 2026-09-06, "not optimized for mobile") */
 .og-cs-side{display:contents}
 .og-cs-side .og-eyebrow{order:1;justify-content:center;margin-bottom:10px}.og-cs-h1{order:2;text-align:center}.og-cs-big{order:3;justify-content:center;text-align:center;margin-top:8px}
 .og-cs-media{order:4;width:100%;margin-top:18px}.og-cs-chap{order:5;grid-template-columns:repeat(2,1fr);margin-top:12px}
 .og-cs-stats{grid-template-columns:repeat(2,1fr);margin-top:24px}
 .og-cs-body{grid-template-columns:1fr;gap:0}.og-cs-rail{display:none}.og-cs-beats{margin-top:40px}}
@media(max-width:767px){.og-cs-chap{display:none}}   /* phones (under 768, the sheet's phone regime): no chapter list (Dmitry 2026-09-06, "not even sure if we need this on a mobile version"); every beat below keeps its Watch-this-part seek button */
@media(max-width:640px){
 .og-cs-grid,.og-cs-grid-3{grid-template-columns:1fr}.og-cs-line b{font-size:15px}.og-cs-line span{font-size:14px}
 .og-cs-chap{grid-template-columns:1fr}
 .og-cs-frames{grid-template-columns:1fr}
 .og-cs-feat-facts dd{white-space:normal;overflow:visible;text-overflow:clip}
 .og-cs-lead{font-size:var(--b-sub)}}
@media(max-width:359px){.og-cs-feat-lead{font-size:var(--b-small)}.og-cs-line b{font-size:13px}.og-cs-line span{font-size:12px}.og-cs-line{gap:8px}}
@media(max-width:479px){.og-cs-filter{display:grid;grid-template-columns:1fr 1fr;gap:8px}.og-cs-filter .og-cs-chip{width:100%;padding:0 8px;justify-content:center}}   /* four filters as a 2x2 on phones: never one chip alone on a second row (brand sheet 2026-09-06) */

/* Checkout direction B: split conversion setup, 2026-09-07. The public chrome stays generated; checkout gets a focused visual lane. */
body.og-checkout{background:#f4f7f8}
body.og-checkout #closing{display:none}
body.og-checkout .og-nav-links,body.og-checkout .og-nav-cta{display:none}
body.og-checkout .og-nav-bar{background:#fff;border-bottom:1px solid var(--og-line);box-shadow:none}
body.og-checkout .og-nav-in{max-width:1180px;margin:0 auto}
body.og-checkout .og-nav-actions{margin-left:auto}
.og-checkout-main{min-height:calc(100vh - 72px);padding:64px 28px 96px}
.og-checkout-layout{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 420px;grid-template-areas:"intro receipt" "form receipt";gap:38px 70px;align-items:start}
.og-checkout-intro{grid-area:intro;padding-top:30px}
.og-checkout-progress{display:flex;align-items:center;gap:12px;color:#a1aab2;font-size:12px;letter-spacing:.13em;font-weight:600;white-space:nowrap}
.og-checkout-progress i{display:block;width:70px;height:3px;background:var(--og-line);border-radius:3px}
.og-checkout-progress i.is-done{background:linear-gradient(90deg,#0098fe,#00e8d1)}
.og-checkout-progress .is-current{color:var(--og-ink)}
.og-checkout-kicker{margin:38px 0 12px;color:#0098fe;font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.og-checkout-title{max-width:540px;margin:0;font-size:clamp(48px,5vw,68px);line-height:.98;letter-spacing:-.075em;font-weight:700}
.og-checkout-title span{display:block;background:linear-gradient(100deg,#0098fe,#00d9cb);background-clip:text;color:transparent}
.og-checkout-lead{max-width:480px;margin:22px 0 0;color:var(--og-mute);font-size:18px;line-height:1.55}
.og-checkout-proof{max-width:530px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:52px}
.og-checkout-proof div{border-top:2px solid var(--og-ink);padding-top:12px}
.og-checkout-proof b{display:block;font-size:21px;line-height:1.1}
.og-checkout-proof span{display:block;margin-top:5px;color:var(--og-mute);font-size:13px}
.og-checkout-next{display:flex;gap:14px;max-width:500px;margin-top:44px}
.og-checkout-next-line{width:2px;flex:0 0 2px;background:#00a999;border-radius:2px}
.og-checkout-next p{margin:0;color:var(--og-mute);font-size:14px;line-height:1.5}
.og-checkout-next b{display:block;color:var(--og-ink);margin-bottom:4px}
.og-checkout-next span{display:block}
.og-checkout-receipt{grid-area:receipt;position:sticky;top:96px;background:#0b1118;color:#fff;border-radius:18px;padding:28px;box-shadow:0 20px 50px rgba(11,17,24,.12)}
.og-checkout-receipt-head{display:flex;justify-content:space-between;align-items:center;color:#76e9df;font-size:11px;font-weight:700;letter-spacing:.13em}
.og-checkout-receipt-head a{color:#bdc8cf;font-size:13px;font-weight:400;letter-spacing:0;text-decoration:underline;text-underline-offset:3px}
.og-checkout-receipt-plan{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-top:24px;padding-bottom:24px;border-bottom:1px solid #39434b}
.og-checkout-receipt-plan b{display:block;font-size:25px;line-height:1.1}.og-checkout-receipt-plan span{display:block;margin-top:6px;color:#b3bec6;font-size:13px}.og-checkout-receipt-plan strong{font-size:22px;white-space:nowrap}.og-checkout-receipt-plan small{font-size:12px;color:#b3bec6;font-weight:400}
.og-checkout-receipt-total{display:flex;justify-content:space-between;gap:12px;align-items:baseline;margin-top:22px}.og-checkout-receipt-total span{color:#b3bec6;font-size:14px}.og-checkout-receipt-total b{font-size:34px;letter-spacing:-.04em}
.og-checkout-receipt-renew{margin:7px 0 0;color:#b3bec6;font-size:13px}.og-checkout-receipt-points{list-style:none;margin:25px 0 0;padding:20px 0 0;border-top:1px solid #39434b;display:grid;gap:12px;color:#d7e0e5;font-size:14px}.og-checkout-receipt-points li:before{content:'✓';color:#76e9df;margin-right:9px}
.og-checkout-form-card{grid-area:form;background:#fff;border:1px solid var(--og-line);border-radius:18px;padding:28px;box-shadow:0 20px 50px rgba(11,17,24,.08)}
.og-checkout-form-section{padding:0 0 25px;margin:0 0 25px;border-bottom:1px solid var(--og-line)}
.og-checkout-form-section:last-of-type{margin-bottom:0}
.og-checkout-section-heading{display:flex;align-items:flex-start;gap:13px;margin-bottom:20px}
.og-checkout-section-heading>span{display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px;border-radius:50%;background:#e6f7ff;color:#0088de;font-size:12px;font-weight:700}
.og-checkout-section-heading h2{margin:0;font-size:20px;line-height:1.2;letter-spacing:-.02em}.og-checkout-section-heading p{margin:4px 0 0;color:var(--og-mute);font-size:13px;line-height:1.4}.og-checkout-section-heading em{margin-left:auto;color:#039d91;font-size:12px;font-style:normal;white-space:nowrap}
.og-checkout-fields-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.og-fieldset-wide{grid-column:1/-1}
.og-checkout-plan-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:15px 16px;margin-bottom:18px;border:1px solid var(--og-line);border-radius:10px;background:#f4f7f8}.og-checkout-plan-row b{display:block}.og-checkout-plan-row span{display:block;margin-top:3px;color:var(--og-mute);font-size:13px}.og-checkout-plan-row a{font-size:13px;color:var(--og-mute);text-decoration:underline;text-underline-offset:3px;white-space:nowrap}
.og-checkout-submit{height:56px;border-radius:9px;background:linear-gradient(100deg,#0098fe,#00d9cb);color:#062632;text-transform:none;font-size:16px;letter-spacing:0}.og-checkout-submit span{margin-left:10px;font-size:20px;line-height:1}.og-checkout-submit-note{margin:13px 0 0;text-align:center;color:var(--og-mute);font-size:13px}.og-checkout-form-card .og-alt{margin-bottom:0}
@media(max-width:991px){body.og-checkout .og-nav-links,body.og-checkout .og-nav-login{display:none}.og-checkout-main{padding:38px 16px 64px}.og-checkout-layout{display:grid;grid-template-columns:1fr;grid-template-areas:"intro" "form" "receipt";gap:22px}.og-checkout-intro{padding-top:0}.og-checkout-progress{justify-content:center}.og-checkout-kicker{margin-top:28px}.og-checkout-title{font-size:clamp(42px,11vw,58px)}.og-checkout-lead{font-size:16px}.og-checkout-proof{margin-top:30px}.og-checkout-next{margin-top:28px}.og-checkout-receipt{display:none}.og-checkout-form-card{padding:22px}.og-checkout-form-card .og-summary-mobile{display:block;margin:0 0 24px;padding:0 2px;border:0;border-bottom:1px solid var(--og-line);border-radius:0;background:transparent}.og-checkout-form-card .og-summary-mobile[open]{padding-bottom:2px}.og-checkout-form-card .og-summary-mobile-body{padding:5px 0 12px}.og-checkout-form-card .og-summary-mobile summary{min-height:50px}.og-checkout-section-heading em{font-size:11px}.og-checkout-fields-grid{grid-template-columns:1fr}.og-fieldset-wide{grid-column:auto}}
@media(min-width:992px){.og-checkout-form-card .og-summary-mobile{display:none}}
@media(max-width:479px){.og-checkout-progress{gap:7px;font-size:10px}.og-checkout-progress i{width:34px}.og-checkout-proof{gap:10px}.og-checkout-proof b{font-size:17px}.og-checkout-proof span{font-size:11px}.og-checkout-form-card{padding:18px}.og-checkout-section-heading{gap:10px}.og-checkout-section-heading h2{font-size:18px}.og-checkout-section-heading em{display:none}.og-checkout-plan-row{align-items:flex-start;flex-direction:column}.og-checkout-plan-row a{align-self:flex-start}}
@media(max-width:991px){body.og-checkout{overflow-x:clip}}
.og-checkout-intro,.og-checkout-form-card,.og-checkout-receipt{min-width:0}

/* Checkout direction C: compact plan choice first, then setup. 2026-09-07. */
body.og-checkout{background:#f4f7f8;overflow-x:clip}
body.og-checkout #closing{display:none}
body.og-checkout .og-nav-links,body.og-checkout .og-nav-cta{display:none}
body.og-checkout .og-nav-bar{background:#fff;border-bottom:1px solid var(--og-line);box-shadow:none}
body.og-checkout .og-nav-in{max-width:1180px;margin:0 auto}
body.og-checkout .og-nav-actions{margin-left:auto}
.og-checkout-main{min-height:calc(100vh - 72px);padding:34px 28px 72px}
.og-checkout-head{max-width:940px;margin:0 auto;text-align:center}
.og-checkout-progress{display:flex;align-items:center;justify-content:center;gap:12px;color:#a1aab2;font-size:11px;letter-spacing:.13em;font-weight:600;white-space:nowrap}
.og-checkout-progress i{display:block;width:60px;height:3px;background:var(--og-line);border-radius:3px}.og-checkout-progress i.is-done{background:linear-gradient(90deg,#0098fe,#00e8d1)}.og-checkout-progress .is-done,.og-checkout-progress .is-current{color:var(--og-ink)}
.og-checkout-title{margin:24px 0 0;font-size:clamp(34px,4vw,50px);line-height:1;letter-spacing:-.07em;font-weight:700}.og-checkout-title span{background:linear-gradient(100deg,#0098fe,#00d9cb);background-clip:text;color:transparent}.og-checkout-lead{margin:10px auto 0;color:var(--og-mute);font-size:16px;line-height:1.45}
.og-plan-picker{max-width:940px;margin:26px auto 32px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.og-plan-option{position:relative;display:block;min-width:0;padding:17px 18px 15px;border:1px solid var(--og-line);border-radius:12px;background:#fff;color:var(--og-ink);text-decoration:none;transition:border-color .16s,box-shadow .16s,transform .16s}.og-plan-option:hover{border-color:#8bcff2}.og-plan-option.is-selected{border:2px solid #0098fe;padding:16px 17px 14px;box-shadow:0 7px 20px rgba(0,152,254,.11)}.og-plan-option-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.og-plan-option-top b{font-size:17px}.og-plan-option-top em{font-size:10px;color:#008c82;font-style:normal;white-space:nowrap}.og-plan-option-price{display:flex;align-items:baseline;gap:3px;margin-top:8px}.og-plan-option-price strong{font-size:28px;letter-spacing:-.05em}.og-plan-option-price small{color:var(--og-mute);font-size:13px}.og-plan-option-meta{display:block;margin-top:4px;color:var(--og-mute);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.og-checkout-layout{max-width:940px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px;align-items:start}.og-checkout-form-card,.og-checkout-receipt{min-width:0}.og-checkout-form-card{background:#fff;border:1px solid var(--og-line);border-radius:14px;padding:24px;box-shadow:0 15px 40px rgba(11,17,24,.06)}.og-checkout-receipt{position:sticky;top:90px;background:#0b1118;color:#fff;border-radius:14px;padding:22px}.og-checkout-receipt-head{display:flex;justify-content:space-between;align-items:center;color:#76e9df;font-size:10px;font-weight:700;letter-spacing:.13em}.og-checkout-receipt-head a{color:#bdc8cf;font-size:12px;font-weight:400;letter-spacing:0;text-decoration:underline;text-underline-offset:3px}.og-checkout-receipt-plan{display:flex;justify-content:space-between;gap:10px;margin-top:18px;padding-bottom:18px;border-bottom:1px solid #39434b}.og-checkout-receipt-plan b{display:block;font-size:22px}.og-checkout-receipt-plan span{display:block;color:#b3bec6;font-size:12px}.og-checkout-receipt-plan strong{font-size:18px;white-space:nowrap}.og-checkout-receipt-plan small{font-size:11px;color:#b3bec6;font-weight:400}.og-checkout-receipt-total{display:flex;justify-content:space-between;align-items:baseline;margin-top:18px}.og-checkout-receipt-total span{color:#b3bec6;font-size:13px}.og-checkout-receipt-total b{font-size:29px}.og-checkout-receipt-renew{margin:5px 0 0;color:#b3bec6;font-size:12px}.og-checkout-receipt-points{list-style:none;margin:19px 0 0;padding:16px 0 0;border-top:1px solid #39434b;display:grid;gap:10px;color:#d7e0e5;font-size:12px}.og-checkout-receipt-points li:before{content:'✓';color:#76e9df;margin-right:8px}
.og-checkout-form-section{padding:0 0 22px;margin:0 0 22px;border-bottom:1px solid var(--og-line)}.og-checkout-form-section:last-of-type{margin-bottom:0}.og-checkout-section-heading{display:flex;align-items:flex-start;gap:11px;margin-bottom:17px}.og-checkout-section-heading>span{display:grid;place-items:center;width:25px;height:25px;flex:0 0 25px;border-radius:50%;background:#e6f7ff;color:#0088de;font-size:11px;font-weight:700}.og-checkout-section-heading h2{margin:0;font-size:18px;line-height:1.2;letter-spacing:-.02em}.og-checkout-section-heading p{margin:3px 0 0;color:var(--og-mute);font-size:12px;line-height:1.4}.og-checkout-section-heading em{margin-left:auto;color:#039d91;font-size:11px;font-style:normal;white-space:nowrap}.og-checkout-fields-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.og-fieldset-wide{grid-column:1/-1}.og-checkout-submit{height:54px;border-radius:9px;background:linear-gradient(100deg,#0098fe,#00d9cb);color:#062632;text-transform:none;font-size:16px;letter-spacing:0}.og-checkout-submit span{margin-left:10px;font-size:20px;line-height:1}.og-checkout-submit-note{margin:11px 0 0;text-align:center;color:var(--og-mute);font-size:12px}.og-checkout-form-card .og-alt{margin-bottom:0}
@media(max-width:991px){body.og-checkout .og-nav-links,body.og-checkout .og-nav-login{display:none}.og-checkout-main{padding:24px 14px 52px}.og-checkout-title{font-size:clamp(32px,9vw,43px);margin-top:20px}.og-checkout-lead{font-size:14px}.og-plan-picker{margin:21px auto 18px;gap:7px}.og-plan-option{padding:13px 12px}.og-plan-option.is-selected{padding:12px 11px}.og-plan-option-top b{font-size:15px}.og-plan-option-top em{display:none}.og-plan-option-price strong{font-size:23px}.og-plan-option-meta{font-size:10px}.og-checkout-layout{grid-template-columns:1fr}.og-checkout-receipt{display:none}.og-checkout-form-card{padding:18px}.og-checkout-form-card .og-summary-mobile{display:block;margin:0 0 21px;padding:0 0 1px;border:0;border-bottom:1px solid var(--og-line);border-radius:0;background:transparent}.og-checkout-form-card .og-summary-mobile summary{min-height:46px}.og-checkout-form-card .og-summary-mobile-body{padding:4px 0 12px}.og-checkout-fields-grid{grid-template-columns:1fr}.og-fieldset-wide{grid-column:auto}}
@media(min-width:992px){.og-checkout-form-card .og-summary-mobile{display:none}}
@media(max-width:479px){.og-checkout-progress{gap:5px;font-size:9px}.og-checkout-progress i{width:30px}.og-plan-option{padding:12px 9px}.og-plan-option.is-selected{padding:11px 8px}.og-plan-option-top b{font-size:14px}.og-plan-option-price strong{font-size:20px}.og-plan-option-meta{font-size:9px}.og-checkout-section-heading em{display:none}}

/* Checkout direction D: four-step lead-first flow. Light Organic Growth surface only. 2026-09-08. */
body.og-checkout{background:#f4f8fb;color:var(--og-ink);overflow-x:clip}
body.og-checkout #closing{display:none}
body.og-checkout .og-nav-links,body.og-checkout .og-nav-cta{display:none}
body.og-checkout .og-nav-bar{background:#fff;border-bottom:1px solid var(--og-line);box-shadow:none}
body.og-checkout .og-nav-in{max-width:1120px;margin:0 auto}
body.og-checkout .og-nav-actions{margin-left:auto}
.og-checkout-wizard{max-width:1120px;margin:0 auto;padding:22px 24px 72px;min-height:calc(100vh - 72px)}
.og-checkout-wizard-head{max-width:780px;margin:0 auto 16px;text-align:center}
.og-checkout-progress{display:grid;grid-template-columns:1fr 54px 1fr 54px 1fr 54px 1fr;align-items:center;gap:0;margin:0 auto 22px;max-width:720px;color:#98a7b2;font-size:11px;letter-spacing:.1em;font-weight:700;text-transform:uppercase}
.og-checkout-progress span{display:flex;flex-direction:column;align-items:center;gap:7px;min-width:0;white-space:nowrap}
.og-checkout-progress b{display:grid;place-items:center;width:28px;height:28px;border:1px solid #c9d7df;border-radius:50%;background:#fff;color:#8b9aa4;font-size:11px;letter-spacing:0}
.og-checkout-progress em{font-style:normal}
.og-checkout-progress i{height:2px;width:100%;background:#d7e3e9}
.og-checkout-progress .is-current,.og-checkout-progress .is-done{color:#008cde}
.og-checkout-progress .is-current b,.og-checkout-progress .is-done b{border-color:#0098fe;background:#e8f7ff;color:#008cde}
.og-checkout-progress .is-done + i{background:#8fd8f4}
.og-checkout-title{margin:0;font-size:clamp(31px,4.2vw,48px);line-height:1.02;letter-spacing:-.065em;font-weight:700}
.og-checkout-title span{background:linear-gradient(100deg,#0098fe,#00cbbb);background-clip:text;color:transparent}
.og-checkout-lead{max-width:540px;margin:10px auto 0;color:var(--og-mute);font-size:15px;line-height:1.45}
.og-checkout-wizard-grid{display:block;max-width:760px;margin:0 auto}
.og-wizard-panel{background:#fff;border:1px solid var(--og-line);border-radius:16px;padding:28px 30px;box-shadow:0 16px 34px rgba(31,86,112,.07)}
.og-wizard-panel[hidden]{display:none!important}
.og-wizard-panel-head{display:flex;align-items:flex-start;gap:13px;margin-bottom:24px}
.og-wizard-panel-head>span{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:50%;background:#e7f7ff;color:#008cde;font-size:11px;font-weight:700}
.og-wizard-panel-head h1,.og-wizard-panel-head h2{margin:1px 0 0;font-size:24px;line-height:1.12;letter-spacing:-.035em}
.og-wizard-panel-head p{margin:6px 0 0;color:var(--og-mute);font-size:14px;line-height:1.45}
.og-wizard-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:2px}
.og-wizard-fields + .og-wizard-fields{margin-top:16px}
.og-wizard-fields .og-fieldset-wide{grid-column:1/-1}
.og-label{display:flex;flex-direction:column;gap:5px;color:var(--og-ink);font-size:13px;font-weight:650}
.og-label small{color:var(--og-mute);font-size:12px;font-weight:400;line-height:1.35}
.og-field{position:relative;display:flex;align-items:center;min-height:54px;margin-top:8px;border:1px solid #cfdde5;border-radius:10px;background:#fff;transition:border-color .16s,box-shadow .16s}
.og-field:focus-within{border-color:#0098fe;box-shadow:0 0 0 3px rgba(0,152,254,.12)}
.og-field input,.og-field textarea{width:100%;min-width:0;border:0;background:transparent;color:var(--og-ink);font:inherit;font-size:16px;line-height:1.4;outline:0;padding:14px 15px}
.og-field textarea{resize:vertical;min-height:92px}
.og-at{padding-left:15px;color:#8a9ba6;font-size:16px;line-height:1}
.og-at + input{padding-left:7px}
.og-wizard-privacy,.og-wizard-guarantee{margin:16px 0 0;color:var(--og-mute);font-size:12px;line-height:1.45}
.og-wizard-actions{display:flex;justify-content:space-between;gap:12px;margin-top:26px}
.og-wizard-actions .og-btn{min-height:50px;padding:0 21px;border-radius:9px}
.og-wizard-actions .og-wizard-next{margin-left:auto}
.og-btn-quiet{background:#fff!important;border:1px solid #cfdde5!important;color:var(--og-ink)!important}
.og-btn-quiet:hover{border-color:#0098fe!important;color:#008cde!important}
.og-wizard-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}
.og-wizard-plan{display:block;min-width:0;padding:17px 15px 15px;border:1px solid #cfdde5;border-radius:11px;background:#fff;cursor:pointer;transition:border-color .16s,box-shadow .16s,transform .16s}
.og-wizard-plan:hover{border-color:#8fcfeb}
.og-wizard-plan.is-selected{border:2px solid #0098fe;padding:16px 14px 14px;box-shadow:0 8px 22px rgba(0,152,254,.12)}
.og-wizard-plan input{position:absolute;opacity:0;pointer-events:none}
.og-wizard-plan-top{display:flex;align-items:center;justify-content:space-between;gap:8px}
.og-wizard-plan-top b{font-size:16px}.og-wizard-plan-top em{color:#008c82;font-size:10px;font-style:normal;white-space:nowrap}
.og-wizard-plan strong{display:block;margin-top:12px;font-size:26px;letter-spacing:-.05em}.og-wizard-plan strong small{margin-left:3px;color:var(--og-mute);font-size:12px;font-weight:400;letter-spacing:0}
.og-wizard-plan>span:last-child{display:block;margin-top:5px;color:var(--og-mute);font-size:11px;line-height:1.35}
.og-wizard-review{display:flex;align-items:baseline;gap:12px;padding:17px 18px;border:1px solid #cfe6ef;border-radius:11px;background:#f1fbff}
.og-wizard-review span{color:var(--og-mute);font-size:14px}.og-wizard-review b{font-size:20px;letter-spacing:-.03em}.og-wizard-review a{margin-left:auto;color:#008cde;font-size:12px;text-decoration:underline;text-underline-offset:3px}
.og-wizard-aside{position:sticky;top:94px;max-width:760px;margin:18px auto 0;padding:17px 20px;border:1px solid #bfe7f3;border-radius:14px;background:linear-gradient(115deg,#fff 0%,#f2fcff 100%);box-shadow:0 10px 24px rgba(31,86,112,.05)}
.og-wizard-aside-label{margin:0;color:#008cde;font-size:10px;font-weight:750;letter-spacing:.14em}.og-wizard-aside-plan{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-top:8px}.og-wizard-aside-plan b{font-size:20px}.og-wizard-aside-plan strong{font-size:20px;letter-spacing:-.03em}.og-wizard-aside-plan small{margin-left:3px;color:var(--og-mute);font-size:11px;font-weight:400;letter-spacing:0}.og-wizard-aside>p:not(.og-wizard-aside-label){margin:4px 0 0;color:var(--og-mute);font-size:12px}.og-wizard-aside-total{display:flex;justify-content:space-between;align-items:baseline;margin-top:13px;padding-top:13px;border-top:1px solid #d9eaf0}.og-wizard-aside-total span{color:var(--og-mute);font-size:12px}.og-wizard-aside-total b{font-size:24px;letter-spacing:-.04em}.og-wizard-aside ul{display:flex;flex-wrap:wrap;gap:7px 18px;margin:12px 0 0;padding:0;list-style:none;color:#5d737e;font-size:11px}.og-wizard-aside li:before{content:'✓';margin-right:5px;color:#009f91;font-weight:700}
.og-wizard-signed-in{display:flex;align-items:center;gap:12px;padding:15px 16px;border:1px solid #cfe6ef;border-radius:11px;background:#f1fbff}.og-wizard-check{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#d9f7ef;color:#008c82;font-weight:700}.og-wizard-signed-in b{font-size:14px}.og-wizard-signed-in p{margin:3px 0 0;color:var(--og-mute);font-size:12px}
@media(min-width:992px){.og-checkout-wizard-grid{max-width:760px}.og-wizard-aside{max-width:760px}}
@media(max-width:767px){.og-checkout-wizard{padding:16px 14px 48px}.og-checkout-progress{grid-template-columns:1fr 24px 1fr 24px 1fr 24px 1fr;gap:0;margin-bottom:14px;font-size:9px;letter-spacing:.06em}.og-checkout-progress b{width:25px;height:25px;font-size:10px}.og-checkout-progress span{gap:5px}.og-wizard-panel{padding:22px 17px;border-radius:13px}.og-wizard-panel-head{gap:10px;margin-bottom:20px}.og-wizard-panel-head>span{flex-basis:27px;width:27px;height:27px}.og-wizard-panel-head h1,.og-wizard-panel-head h2{font-size:21px}.og-wizard-panel-head p{font-size:13px}.og-wizard-fields{grid-template-columns:1fr;gap:14px}.og-wizard-fields + .og-wizard-fields{margin-top:14px}.og-wizard-fields .og-fieldset-wide{grid-column:auto}.og-wizard-plans{grid-template-columns:1fr;gap:9px}.og-wizard-plan{padding:13px}.og-wizard-plan.is-selected{padding:12px}.og-wizard-plan strong{display:inline-block;margin:8px 12px 0 0;font-size:23px}.og-wizard-plan>span:last-child{display:inline;font-size:11px}.og-wizard-actions{margin-top:22px}.og-wizard-actions .og-btn{min-height:48px;padding:0 15px}.og-wizard-aside{position:static;margin-top:12px;padding:14px 16px}.og-wizard-aside ul{gap:5px 12px}.og-wizard-review{padding:14px}.og-wizard-review b{font-size:18px}}
@media(max-width:380px){.og-checkout-progress{grid-template-columns:1fr 15px 1fr 15px 1fr 15px 1fr;font-size:8px}.og-checkout-progress i{height:1px}.og-checkout-title{font-size:30px}.og-wizard-actions .og-btn{padding:0 12px;font-size:13px}}

/* Checkout direction A: split proof. 2026-09-08. */
body.og-checkout-split{background:#f4f8fb;overflow-x:clip}
body.og-checkout-split #closing{display:none}
body.og-checkout-split .og-nav-links,body.og-checkout-split .og-nav-cta{display:none}
body.og-checkout-split .og-nav-bar{background:#fff;border-bottom:1px solid var(--og-line);box-shadow:none}
.og-split-shell{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:minmax(360px,.88fr) minmax(560px,1.12fr);min-height:calc(100vh - 72px)}
.og-split-proof{padding:clamp(48px,7vw,96px) clamp(28px,6vw,84px);background:#f4f7fa;border-right:1px solid var(--og-line)}
.og-split-title{max-width:500px;margin:0;font-size:clamp(38px,4.2vw,56px);line-height:1.01;letter-spacing:-.07em}.og-split-title span{background:var(--og-grad);background-clip:text;color:transparent}.og-split-lede{max-width:440px;margin:20px 0 0;color:var(--og-mute);font-size:18px;line-height:1.5}
.og-split-proof-stack{display:grid;gap:14px;max-width:470px;margin-top:52px}.og-split-quote,.og-split-proof-card{padding:20px;border:1px solid var(--og-line);border-radius:16px;background:#fff}.og-split-quote{margin:0}.og-split-stars{color:#f6a900;letter-spacing:2px;font-size:15px}.og-split-quote blockquote{margin:12px 0 14px;font-size:19px;line-height:1.35;letter-spacing:-.01em}.og-split-quote figcaption{color:var(--og-mute);font-size:13px}.og-split-proof-card{display:flex;gap:13px;align-items:flex-start}.og-split-proof-card b{display:block;font-size:16px;line-height:1.25}.og-split-proof-card span{display:block;margin-top:5px;color:var(--og-mute);font-size:14px;line-height:1.4}.og-split-proof-icon{display:grid!important;place-items:center;width:36px;height:36px;flex:none;margin-top:0;border:2px solid #0098fe;border-radius:50%;color:#008cde!important;font-weight:700}.og-split-proof-quiet{display:block;background:transparent}
.og-split-flow{padding:42px clamp(28px,5vw,84px) 72px;min-width:0}.og-split-meta{display:flex;justify-content:space-between;gap:12px;max-width:720px;margin:0 auto 22px;color:var(--og-mute);font-size:12px;text-transform:uppercase;letter-spacing:.12em}.og-split-preview{color:#008cde}.og-split-rail{display:flex;align-items:center;max-width:720px;margin:0 auto 30px}.og-split-rail button{display:flex;flex-direction:column;align-items:center;gap:7px;padding:0;border:0;background:none;color:#9aa8b1;font:600 11px var(--og-font);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;cursor:pointer}.og-split-rail button b{display:grid;place-items:center;width:30px;height:30px;border:1px solid #c9d7df;border-radius:50%;background:#fff;color:#8b9aa4;font-size:12px;letter-spacing:0}.og-split-rail button.is-current,.og-split-rail button.is-done{color:#008cde}.og-split-rail button.is-current b,.og-split-rail button.is-done b{border-color:#0098fe;background:#e8f7ff;color:#008cde}.og-split-rail i{height:2px;flex:1;margin:0 12px;background:#d7e3e9}.og-split-rail i.is-done{background:#8fd8f4}
.og-split-panel{max-width:720px;margin:0 auto;padding:32px;border:1px solid var(--og-line);border-radius:16px;background:#fff;box-shadow:0 16px 34px rgba(31,86,112,.07)}.og-split-panel[hidden]{display:none!important}.og-split-panel h2{max-width:610px;margin:0;font-size:clamp(27px,3vw,40px);line-height:1.07;letter-spacing:-.05em}.og-split-panel-lede{max-width:610px;margin:12px 0 0;color:var(--og-mute);font-size:16px;line-height:1.45}.og-split-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px 14px;margin-top:30px}.og-split-fields label{display:grid;gap:8px;color:var(--og-ink);font-size:13px;font-weight:600}.og-split-fields label small{color:var(--og-mute);font-size:12px;font-weight:400;line-height:1.35}.og-split-wide{grid-column:1/-1}.og-split-fields input,.og-split-fields textarea{width:100%;min-width:0;border:1px solid #cfd9df;border-radius:10px;background:#fff;color:var(--og-ink);padding:14px 15px;font:400 16px/1.35 var(--og-font);outline:0}.og-split-fields textarea{resize:vertical;min-height:98px}.og-split-fields input:focus,.og-split-fields textarea:focus{border-color:#0098fe;box-shadow:0 0 0 3px rgba(0,152,254,.12)}.og-split-input{display:flex;align-items:center;border:1px solid #cfd9df;border-radius:10px;overflow:hidden}.og-split-input:focus-within{border-color:#0098fe;box-shadow:0 0 0 3px rgba(0,152,254,.12)}.og-split-input b{padding-left:15px;color:#8a9ba6}.og-split-input input{border:0!important;box-shadow:none!important}.og-split-note{margin:18px 0 0;color:var(--og-mute);font-size:12px;line-height:1.45}.og-split-note a{color:#0b5f8f;text-decoration:underline;text-underline-offset:2px}.og-split-actions{display:flex;justify-content:space-between;gap:12px;margin-top:28px}.og-split-next{margin-left:auto}.og-btn-quiet{background:#fff!important;border:1px solid #cfd9df!important;color:var(--og-ink)!important}.og-split-signed{display:grid;gap:3px;margin-top:24px;padding:14px 16px;border:1px solid #cfe6ef;border-radius:11px;background:#f1fbff}.og-split-signed span{color:var(--og-mute);font-size:12px}.og-split-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px}.og-split-plan{display:grid;align-content:start;min-width:0;padding:17px 15px;border:1px solid #cfdde5;border-radius:11px;cursor:pointer}.og-split-plan.is-selected{border:2px solid #0098fe;padding:16px 14px;box-shadow:0 8px 22px rgba(0,152,254,.12)}.og-split-plan input{position:absolute;opacity:0}.og-split-plan-top{display:flex;justify-content:space-between;gap:8px}.og-split-plan-top em{color:#008c82;font-size:10px;font-style:normal;white-space:nowrap}.og-split-plan strong{margin-top:12px;font-size:26px;letter-spacing:-.05em}.og-split-plan strong small{margin-left:3px;color:var(--og-mute);font-size:12px;font-weight:400;letter-spacing:0}.og-split-plan>span:not(.og-split-plan-top){margin-top:5px;color:var(--og-mute);font-size:11px;line-height:1.35}.og-split-plan ul{display:grid;gap:7px;margin:14px 0 0;padding:13px 0 0;border-top:1px solid var(--og-line);list-style:none;color:#474b4c;font-size:11px}.og-split-plan li:before{content:'✓';margin-right:6px;color:#008c82;font-weight:700}.og-split-payment{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-top:22px;padding:17px;border:1px solid var(--og-line);border-radius:11px;background:#f4f7fa}.og-split-payment>div:first-child>span,.og-split-card-placeholder>span{display:block;color:var(--og-mute);font-size:11px;text-transform:uppercase;letter-spacing:.12em}.og-split-pay-total{display:block;margin-top:7px;font-size:22px}.og-split-payment small,.og-split-card-placeholder small{display:block;margin-top:3px;color:var(--og-mute);font-size:12px}.og-split-card-placeholder{min-width:210px;padding:11px 13px;border:1px solid #cbd6dc;border-radius:8px;background:#fff}.og-split-card-placeholder b{display:block;margin:5px 0;color:#474b4c;font-size:14px;letter-spacing:1px}.og-split-guarantee{margin:14px 0 0;padding:13px 15px;border:1px solid var(--og-line);border-radius:11px;color:var(--og-mute);font-size:12px}.og-split-video{display:flex;align-items:center;gap:12px;margin-top:24px;padding:16px;border:1px solid var(--og-line);border-radius:11px;background:#f4f7fa}.og-split-video>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#010101;color:#fff;font-size:12px}.og-split-video b{font-size:14px}.og-split-video p{margin:3px 0 0;color:var(--og-mute);font-size:12px}.og-split-video a{margin-left:auto;color:#0b5f8f;font-size:13px;text-decoration:underline;text-underline-offset:3px}.og-split-password{margin-top:24px}.og-split-flow form{margin:0}
@media(max-width:991px){.og-split-shell{grid-template-columns:1fr}.og-split-flow{order:-1}.og-split-proof{order:2;padding:42px 24px 30px;border-right:0;border-bottom:1px solid var(--og-line)}.og-split-proof-stack{margin-top:28px}.og-split-proof-quiet{display:none}.og-split-flow{padding:26px 24px 56px}.og-split-meta{margin-bottom:16px}.og-split-rail{margin-bottom:20px}.og-split-panel{padding:24px}.og-split-plans{grid-template-columns:1fr;gap:9px}.og-split-plan{padding:14px}.og-split-plan.is-selected{padding:13px}.og-split-plan ul{display:none}}
@media(max-width:767px){.og-split-proof{padding:34px 16px 24px}.og-split-title{font-size:36px}.og-split-lede{font-size:16px}.og-split-flow{padding:20px 14px 46px}.og-split-meta{font-size:10px}.og-split-preview{display:none}.og-split-rail{margin-bottom:18px}.og-split-rail i{display:none}.og-split-rail{justify-content:space-between}.og-split-rail button{font-size:9px;letter-spacing:.06em}.og-split-rail button b{width:26px;height:26px}.og-split-panel{padding:22px 17px;border-radius:13px}.og-split-panel h2{font-size:29px}.og-split-panel-lede{font-size:15px}.og-split-fields{grid-template-columns:1fr;gap:14px;margin-top:24px}.og-split-wide{grid-column:auto}.og-split-actions .og-btn{min-height:52px;padding:0 15px;font-size:13px}.og-split-payment{display:block}.og-split-card-placeholder{margin-top:14px;min-width:0}.og-split-video{align-items:flex-start;flex-wrap:wrap}.og-split-video a{width:100%;margin-left:46px}}
@media(prefers-reduced-motion:reduce){.og-split-panel,.og-split-fields input,.og-split-fields textarea{transition:none}}
