/* ============================================================================
   OnePageCheckout Pro — sales site design system
   Editorial fintech. Ink + paper + one electric accent. No template-slop.
   ============================================================================ */

:root {
	--ink: #0b0d12;
	--ink-2: #161a22;
	--paper: #fbfaf7;
	--surface: #ffffff;
	--line: #e8e5dd;
	--line-2: #f0ede6;
	--text: #2b3240;
	--muted: #5d6675;
	--faint: #97a0b0;
	--accent: #2f6bff;
	--accent-ink: #ffffff;
	--accent-soft: #eef3ff;
	--accent-2: #ff6a3d;   /* used very sparingly */
	--ok: #16a34a;
	--r: 16px;
	--r-sm: 11px;
	--r-lg: 22px;
	--maxw: 1200px;
	--pad: clamp(20px, 5vw, 80px);
	--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--display: "Space Grotesk", var(--font);
	--mono: "JetBrains Mono", ui-monospace, monospace;
	--shadow-sm: 0 1px 2px rgba(11,13,18,.06), 0 1px 1px rgba(11,13,18,.04);
	--shadow: 0 12px 30px -12px rgba(11,13,18,.18), 0 4px 10px -6px rgba(11,13,18,.1);
	--shadow-lg: 0 40px 80px -30px rgba(11,13,18,.35), 0 12px 30px -18px rgba(11,13,18,.2);
}

/* ---------- reset-ish ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 128px; }
body.opc-page {
	margin: 0; background: var(--paper); color: var(--text);
	font-family: var(--font); font-size: 17px; line-height: 1.6; font-weight: 400;
	-webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
	overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 600; line-height: 1.06; letter-spacing: -.02em; color: var(--ink); margin: 0; }
p { margin: 0; }
::selection { background: var(--accent); color: #fff; }

.opc-wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--pad); }
.opc-eyebrow { font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); margin: 0 0 18px; display: inline-flex; align-items: center; gap: 9px; }
.opc-eyebrow::before { content: ""; width: 22px; height: 1px; background: currentColor; opacity: .5; }
.opc-eyebrow--center { justify-content: center; }
.opc-ic { display: block; flex: none; }

/* ---------- buttons ---------- */
.opc-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px;
	font-family: var(--font); font-weight: 600; font-size: 15.5px; letter-spacing: -.01em;
	padding: 15px 26px; border-radius: 999px; border: 1px solid transparent; cursor: pointer;
	transition: transform .15s cubic-bezier(.2,.8,.2,1), box-shadow .2s, background .2s, color .2s; white-space: nowrap; }
.opc-btn svg { width: 18px; height: 18px; }
.opc-btn--primary { background: var(--accent); color: var(--accent-ink); box-shadow: 0 8px 20px -8px rgba(47,107,255,.7); }
.opc-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -10px rgba(47,107,255,.6); }
.opc-btn--ink { background: var(--ink); color: #fff; }
.opc-btn--ink:hover { transform: translateY(-2px); background: var(--ink-2); }
.opc-btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.opc-btn--ghost:hover { border-color: var(--ink); transform: translateY(-2px); }
.opc-btn--on-dark { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.18); backdrop-filter: blur(6px); }
.opc-btn--on-dark:hover { background: rgba(255,255,255,.16); transform: translateY(-2px); }
.opc-btn--lg { padding: 18px 32px; font-size: 16.5px; }
.opc-btn--sm { padding: 11px 18px; font-size: 14px; }

/* ---------- header (two-tier: minimal primary + section subnav) ---------- */
:root { --opc-header-h: 66px; }
.opc-header { position: sticky; top: 0; z-index: 100; background: var(--paper); transition: background .25s, border-color .25s, box-shadow .25s; }
.opc-header__in { display: flex; align-items: center; gap: 20px; height: var(--opc-header-h); max-width: var(--maxw); margin: 0 auto; padding-inline: var(--pad); }
.opc-header.is-stuck { background: rgba(251,250,247,.85); backdrop-filter: saturate(180%) blur(14px); }
.opc-brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--display); font-weight: 600; font-size: 19px; letter-spacing: -.03em; color: var(--ink); }
.opc-brand__mark { width: 30px; height: 30px; flex: none; }
.opc-brand em { font-style: normal; color: var(--accent); }
.opc-header__spacer { flex: 1; }
.opc-header__cta { display: flex; align-items: center; gap: 14px; }
.opc-header__cta .opc-signin { display: inline-flex; align-items: center; gap: 7px; font-size: 15px; font-weight: 500; color: var(--muted); padding: 9px 4px; }
.opc-header__cta .opc-signin svg { width: 15px; height: 15px; }
.opc-header__cta .opc-signin:hover { color: var(--ink); }
.opc-burger { display: none; background: none; border: 1px solid var(--line); border-radius: 10px; width: 42px; height: 42px; color: var(--ink); align-items: center; justify-content: center; cursor: pointer; }

/* secondary section-nav — sticky under the primary header */
.opc-subnav { position: sticky; top: var(--opc-header-h); z-index: 99; background: rgba(251,250,247,.88); backdrop-filter: saturate(180%) blur(12px); border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line); }
.opc-subnav__in { display: flex; align-items: center; justify-content: center; gap: 4px; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); height: 50px; }
.opc-subnav__in a { position: relative; font-size: 14.5px; font-weight: 500; color: var(--muted); padding: 8px 16px; border-radius: 999px; white-space: nowrap; transition: color .15s, background .15s; }
.opc-subnav__in a:hover { color: var(--ink); }
.opc-subnav__in a.is-active { color: var(--ink); }
.opc-subnav__in a.is-active::after { content: ""; position: absolute; left: 16px; right: 16px; bottom: -1px; height: 2px; background: var(--accent); border-radius: 2px; }

/* ---------- hero (light, product-forward) ---------- */
.opc-hero { position: relative; background: var(--paper); color: var(--ink); padding: clamp(46px,6vw,84px) 0 clamp(56px,7vw,96px); overflow: hidden; text-align: center; }
.opc-hero::before { content:""; position:absolute; inset:0; pointer-events:none;
	background: radial-gradient(68% 52% at 50% -6%, rgba(47,107,255,.16), transparent 62%); }
.opc-hero::after { content:""; position:absolute; inset:0; opacity:.6; pointer-events:none;
	background-image: linear-gradient(var(--line-2) 1px, transparent 1px), linear-gradient(90deg, var(--line-2) 1px, transparent 1px);
	background-size: 54px 54px; mask-image: radial-gradient(80% 55% at 50% 0%, #000, transparent 78%); }
.opc-hero__in { position: relative; z-index: 2; max-width: 940px; margin: 0 auto; padding-inline: var(--pad); }
.opc-hero .opc-eyebrow { color: var(--accent); justify-content: center; }
.opc-hero h1 { color: var(--ink); font-size: clamp(40px,6.6vw,78px); letter-spacing: -.045em; line-height: 1.02; margin: 0 auto 22px; max-width: 17ch; }
.opc-hero h1 .hl { color: var(--accent); position: relative; white-space: nowrap; }
.opc-hero h1 .hl::after { content:""; position:absolute; left:0; right:0; bottom:.02em; height:.08em; background: var(--accent); border-radius:2px; opacity:.45; }
.opc-hero__sub { font-size: clamp(18px,2vw,21px); line-height: 1.55; color: var(--muted); max-width: 54ch; margin: 0 auto 30px; }
.opc-hero__cta { display:flex; flex-wrap:wrap; gap:14px; align-items:center; justify-content:center; }
.opc-hero__trust { margin-top: 20px; font-size: 13.5px; color: var(--muted); display:flex; align-items:center; gap:9px; justify-content:center; }
.opc-hero__trust svg { width:16px; height:16px; color: var(--ok); }

/* the checkout is the centerpiece: big, framed, centered, lightly tilted */
.opc-hero__stage { position: relative; z-index: 2; max-width: 1160px; margin: clamp(38px,5vw,60px) auto 0; padding-inline: var(--pad); }
.opc-hero__stage .opc-shot { max-width: none; position: relative; }
.opc-hero__stage .opc-browser { transform: perspective(2400px) rotateX(4deg); transform-origin: center top; border: 1px solid var(--line); box-shadow: 0 60px 120px -40px rgba(11,13,18,.4), 0 24px 50px -30px rgba(47,107,255,.25); }
.opc-hero__stage:hover .opc-browser { transform: perspective(2400px) rotateX(1.5deg); }
.opc-hero__stage .opc-browser__img { max-height: 660px; object-fit: cover; object-position: top center; }
.opc-hero__stage .opc-shot__mobile { right: clamp(-6px,1vw,10px); bottom: -38px; width: 20%; min-width: 150px; border-width: 6px; z-index: 3; }
/* Hero annotations — a labelled tag + connector line + target dot, laid out as a
   flex row so the DOT lands on its checkout anchor and the tag hangs into the
   margin. JS (opc.js) positions each chip on its data-anchor element and steps
   through them as the stage scrolls: revealed chips ratchet in, the current one
   is "hot", the rest dim; a focus ring inside the mock frames the same region.
   The tag/line/dot start hidden and are revealed by JS (or the reduced-motion /
   no-GSAP fallback). */
.opc-chip { position: absolute; z-index: 5; display: inline-flex; align-items: center; white-space: nowrap; pointer-events: none; transition: opacity .35s ease; }
.opc-chip__tag { display: inline-flex; align-items: center; gap: 8px;
	background: rgba(255,255,255,.92); -webkit-backdrop-filter: blur(10px) saturate(1.4); backdrop-filter: blur(10px) saturate(1.4);
	color: var(--ink); border: 1px solid rgba(17,20,26,.08); border-radius: 12px; padding: 8px 13px;
	box-shadow: 0 16px 36px -16px rgba(11,13,18,.42), 0 3px 8px rgba(11,13,18,.08); opacity: 0; transition: box-shadow .35s ease; }
.opc-chip__tag b { font-size: 13px; font-weight: 650; letter-spacing: -.005em; }
.opc-chip__tag svg { width: 16px; height: 16px; color: var(--accent); flex: none; }
.opc-chip__pro { font-family: var(--mono); font-size: 9px; font-weight: 500; letter-spacing: .09em; text-transform: uppercase;
	background: var(--accent); color: #fff; padding: 2.5px 7px; border-radius: 999px; }
.opc-chip__line { width: 40px; height: 2px; flex: none; opacity: 0; transform: scaleX(0);
	background: linear-gradient(90deg, rgba(47,107,255,.25), var(--accent)); }
.opc-chip__dot { width: 11px; height: 11px; border-radius: 50%; background: var(--accent); flex: none; opacity: 0;
	box-shadow: 0 0 0 3px rgba(47,107,255,.18); }
.opc-chip.is-hot .opc-chip__dot { animation: opc-dotpulse 2.4s ease-in-out infinite; }
@keyframes opc-dotpulse { 0%,100% { box-shadow: 0 0 0 3px rgba(47,107,255,.24); } 50% { box-shadow: 0 0 0 9px rgba(47,107,255,0); } }
.opc-chip.is-dim { opacity: .45; }
.opc-chip.is-hot .opc-chip__tag { box-shadow: 0 20px 44px -18px rgba(11,13,18,.5), 0 4px 10px rgba(11,13,18,.1); }
.opc-shot.is-suppressed .opc-chip { opacity: 0; }

/* left tags [tag][line][dot]: place the DOT (container right edge) on the anchor */
.opc-chip--l { transform: translate(-100%, -50%); transform-origin: right center; }
.opc-chip--l .opc-chip__line { margin: 0 -1px 0 7px; transform-origin: right center; }
/* right tag [dot][line][tag]: dot at the container left edge on the anchor */
.opc-chip--r { flex-direction: row-reverse; transform: translateY(-50%); }
.opc-chip--r .opc-chip__line { background: linear-gradient(270deg, rgba(47,107,255,.25), var(--accent)); margin: 0 7px 0 -1px; transform-origin: left center; }

/* the focus ring lives INSIDE .opc-co so it inherits the frame's perspective */
.opc-co__focus { position: absolute; z-index: 4; top: 0; left: 0; width: 0; height: 0; opacity: 0; pointer-events: none;
	border: 1.5px solid rgba(47,107,255,.45); border-radius: 12px; background: rgba(47,107,255,.03);
	box-shadow: 0 0 0 4px rgba(47,107,255,.07), 0 18px 40px -18px rgba(47,107,255,.35); }

/* while the tour is engaged the frame settles flat-ish (same value as :hover,
   so pointer and scroll never fight over the tilt) */
.opc-hero__stage.is-engaged .opc-browser { transform: perspective(2400px) rotateX(1.5deg); }

@media (max-width: 1339px) { .opc-chip, .opc-co__focus { display: none; } }
@media (max-width: 720px) { .opc-hero__stage .opc-shot__mobile { display: none; } .opc-hero__stage .opc-browser { transform: none; } }

/* ---------- logo strip (real brand logos) ---------- */
.opc-logos { background: var(--surface); padding: clamp(26px,4vw,40px) 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.opc-logos__in { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--pad); }
.opc-logos__label { text-align: center; font-family: var(--mono); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--faint); margin: 0 0 24px; }
.opc-logos__row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(30px,6vw,72px); }
.opc-logos__item { display: inline-flex; align-items: center; height: 40px; }
.opc-logos__row img { height: 30px; width: auto; max-width: 168px; object-fit: contain; opacity: .68; filter: grayscale(1); transition: opacity .2s, filter .2s; }
.opc-logos__item:hover img { opacity: 1; filter: none; }
/* ultra-wide wordmarks (SAC ~29:1) size by width, not the 30px row height */
.opc-logos__item--wide img { height: auto; width: 180px; max-width: 180px; }
.opc-logos__more { font-family: var(--mono); font-size: 12px; letter-spacing: .08em; color: var(--faint); white-space: nowrap; }

/* ---------- section shell ---------- */
.opc-sec { padding: clamp(64px, 9vw, 128px) 0; }
.opc-sec--tight { padding: clamp(48px,7vw,96px) 0; }
.opc-sec--paper { background: var(--paper); }
.opc-sec--white { background: var(--surface); }
.opc-sec--ink { background: var(--ink); color: #fff; }
.opc-sec--soft { background: var(--accent-soft); }
.opc-sec__head { max-width: 640px; margin: 0 0 clamp(40px,5vw,64px); }
.opc-sec__head--center { margin-inline: auto; text-align: center; }
.opc-sec h2 { font-size: clamp(30px, 4.2vw, 50px); letter-spacing: -.03em; }
.opc-sec--ink h2 { color: #fff; }
.opc-sec__intro { font-size: clamp(17px,1.6vw,19px); color: var(--muted); margin-top: 18px; line-height: 1.6; }
.opc-sec--ink .opc-sec__intro { color: rgba(255,255,255,.66); }

/* ---------- problem cards ---------- */
.opc-pains { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.opc-pain { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 30px 28px; position: relative; }
.opc-pain__n { font-family: var(--mono); font-size: 12px; color: var(--accent-2); letter-spacing: .12em; }
.opc-pain h3 { font-size: 21px; margin: 14px 0 10px; }
.opc-pain p { color: var(--muted); font-size: 15.5px; line-height: 1.55; }

/* ---------- features bento ---------- */
.opc-feats { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: minmax(0, auto); gap: 16px; }
.opc-feat { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 32px 30px; transition: transform .2s cubic-bezier(.2,.8,.2,1), box-shadow .25s, border-color .2s; display: flex; flex-direction: column; grid-column: span 2; }
.opc-feat:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.opc-feat__ic { width: 54px; height: 54px; border-radius: 15px; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; margin-bottom: 20px; flex: none; }
.opc-feat__ic svg { width: 27px; height: 27px; }
.opc-feat h3 { font-size: 22px; margin-bottom: 10px; letter-spacing: -.025em; }
.opc-feat p { color: var(--muted); font-size: 15.5px; line-height: 1.55; }
/* the star tile — big, holds a real product visual */
.opc-feat--big { grid-column: span 3; grid-row: span 2; padding-bottom: 0; overflow: hidden; }
.opc-feat--big h3 { font-size: clamp(24px,2.4vw,30px); }
.opc-feat--big p { font-size: 16.5px; max-width: 42ch; }
.opc-feat--big .opc-feat__shot { margin: 24px -30px 0; border-top: 1px solid var(--line); background: var(--paper); }
.opc-feat--big .opc-feat__shot img { width: 100%; display: block; }
.opc-feat--wide { grid-column: span 3; }
.opc-feat--full { grid-column: span 6; }
/* accent + ink tiles for rhythm */
.opc-feat--accent { background: var(--accent); border-color: transparent; color: #fff; }
.opc-feat--accent .opc-feat__ic { background: rgba(255,255,255,.18); color: #fff; }
.opc-feat--accent h3 { color: #fff; }
.opc-feat--accent p { color: rgba(255,255,255,.86); }
.opc-feat--ink { background: var(--ink); border-color: transparent; color: #fff; }
.opc-feat--ink .opc-feat__ic { background: rgba(255,255,255,.1); color: #fff; }
.opc-feat--ink h3 { color: #fff; }
.opc-feat--ink p { color: rgba(255,255,255,.72); }
.opc-feat--full.opc-feat--accent, .opc-feat--full.opc-feat--ink { flex-direction: row; align-items: center; gap: 26px; }
.opc-feat--full .opc-feat__ic { margin-bottom: 0; }
@media (max-width: 980px) {
	.opc-feats { grid-template-columns: 1fr 1fr; }
	.opc-feat, .opc-feat--big, .opc-feat--wide, .opc-feat--full { grid-column: auto; grid-row: auto; }
	.opc-feat--big, .opc-feat--full { grid-column: 1 / -1; }
	.opc-feat--full.opc-feat--accent, .opc-feat--full.opc-feat--ink { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 600px) { .opc-feats { grid-template-columns: 1fr; } }

/* ---------- showcase split ---------- */
.opc-showcase { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px,5vw,72px); align-items: center; }
.opc-showcase__bullets { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 14px; }
.opc-showcase__bullets li { display: flex; gap: 13px; align-items: flex-start; font-size: 15.5px; color: var(--text); }
.opc-showcase__bullets svg { width: 22px; height: 22px; flex: none; color: var(--accent); margin-top: 1px; }
.opc-showcase .opc-browser { transform: perspective(1600px) rotateY(6deg) rotateX(2deg); }
.opc-showcase .opc-browser:hover { transform: perspective(1600px) rotateY(2deg); }

/* ---------- steps ---------- */
.opc-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; counter-reset: s; }
.opc-step { position: relative; padding-top: 26px; border-top: 2px solid var(--ink); }
.opc-step__n { font-family: var(--mono); font-weight: 600; font-size: 13px; color: var(--accent); letter-spacing: .1em; }
.opc-step h3 { font-size: 22px; margin: 12px 0 10px; }
.opc-step p { color: var(--muted); font-size: 15.5px; }

/* ---------- comparison ---------- */
.opc-cmp { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: var(--surface); box-shadow: var(--shadow); }
.opc-cmp__row { display: grid; grid-template-columns: 1.1fr 1.3fr 1.3fr; border-top: 1px solid var(--line-2); }
.opc-cmp__row:first-child { border-top: 0; }
.opc-cmp__row > div { padding: 17px 22px; font-size: 15px; display: flex; align-items: center; gap: 10px; }
.opc-cmp__row--head > div { padding: 20px 22px; font-family: var(--display); font-weight: 600; font-size: 15px; letter-spacing: -.01em; background: var(--paper); color: var(--ink); }
.opc-cmp__row--head .opc-cmp__opc { background: var(--ink); color: #fff; }
.opc-cmp__feature { font-weight: 600; color: var(--ink); font-family: var(--display); font-size: 14.5px !important; }
.opc-cmp__stock { color: var(--muted); border-left: 1px solid var(--line-2); }
.opc-cmp__stock svg { width: 17px; height: 17px; color: var(--faint); flex: none; }
.opc-cmp__opc { color: var(--ink); font-weight: 500; border-left: 1px solid var(--line-2); background: rgba(47,107,255,.03); }
.opc-cmp__opc svg { width: 18px; height: 18px; color: var(--accent); flex: none; }

/* ---------- stats band ---------- */
.opc-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; text-align: center; }
.opc-stat__v { font-family: var(--display); font-weight: 600; font-size: clamp(38px,5vw,58px); letter-spacing: -.04em; color: #fff; }
.opc-stat__v span { color: var(--accent); }
.opc-stat__l { color: rgba(255,255,255,.6); font-size: 15px; margin-top: 8px; }

/* ---------- testimonials ---------- */
.opc-quotes { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.opc-quote { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 32px 30px; display: flex; flex-direction: column; }
.opc-quote__mark { width: 30px; height: 30px; color: var(--accent); opacity: .3; margin-bottom: 14px; }
.opc-quote p { font-size: 17px; line-height: 1.55; color: var(--ink); font-weight: 450; letter-spacing: -.01em; }
.opc-quote__by { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line-2); display: flex; align-items: center; gap: 13px; }
.opc-quote__av { width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-family: var(--display); font-weight: 600; font-size: 16px; flex: none; }
.opc-quote__name { font-weight: 600; color: var(--ink); font-size: 15px; }
.opc-quote__meta { font-size: 13.5px; color: var(--muted); }
.opc-quote__meta a { color: var(--accent); }

/* ---------- pricing ---------- */
.opc-toggle { display: inline-flex; align-items: center; gap: 4px; background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: 5px; margin: 26px auto 8px; box-shadow: var(--shadow-sm); }
.opc-toggle button { border: 0; background: none; font-family: var(--font); font-weight: 600; font-size: 14.5px; color: var(--muted); padding: 10px 20px; border-radius: 999px; cursor: pointer; transition: color .2s, background .2s; }
.opc-toggle button.is-active { background: var(--ink); color: #fff; }
.opc-tiers { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: stretch; margin-top: 40px; }
.opc-tier { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px 30px; display: flex; flex-direction: column; position: relative; transition: transform .2s, box-shadow .25s; }
.opc-tier--pop { border-color: var(--ink); box-shadow: var(--shadow-lg); transform: translateY(-8px); }
.opc-tier__badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #fff; font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; padding: 6px 14px; border-radius: 999px; box-shadow: 0 6px 14px -6px rgba(47,107,255,.7); }
.opc-tier__name { font-family: var(--display); font-weight: 600; font-size: 20px; color: var(--ink); }
.opc-tier__tag { color: var(--muted); font-size: 14px; margin-top: 5px; min-height: 2.6em; }
.opc-tier__price { margin: 22px 0 4px; display: flex; align-items: baseline; gap: 4px; }
.opc-tier__price .amt { font-family: var(--display); font-weight: 600; font-size: 46px; letter-spacing: -.04em; color: var(--ink); }
.opc-tier__price .per { color: var(--muted); font-size: 15px; font-weight: 500; }
.opc-tier__sites { font-family: var(--mono); font-size: 12.5px; color: var(--accent); letter-spacing: .04em; margin-bottom: 22px; }
.opc-tier ul { list-style: none; padding: 0; margin: 6px 0 26px; display: grid; gap: 12px; }
.opc-tier li { display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: var(--text); }
.opc-tier li svg { width: 19px; height: 19px; color: var(--accent); flex: none; margin-top: 2px; }
.opc-tier .opc-btn { width: 100%; margin-top: auto; }
.opc-tier__life { font-family: var(--mono); font-size: 12px; color: var(--muted); margin-top: 10px; text-align: center; }
.opc-guarantee { text-align: center; margin-top: 34px; font-size: 15px; color: var(--muted); display: flex; align-items: center; justify-content: center; gap: 10px; }
.opc-guarantee svg { width: 20px; height: 20px; color: var(--ok); }

/* ---------- faq ---------- */
.opc-faq { max-width: 820px; margin: 0 auto; }
.opc-faq__item { border-bottom: 1px solid var(--line); }
.opc-faq__q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 24px 44px 24px 0; position: relative; font-family: var(--display); font-weight: 600; font-size: 19px; letter-spacing: -.02em; color: var(--ink); }
.opc-faq__q::after { content: ""; position: absolute; right: 4px; top: 50%; width: 13px; height: 13px; transform: translateY(-50%);
	background: no-repeat center/contain url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%230b0d12" stroke-width="2" stroke-linecap="round"><path d="M6 9l6 6 6-6"/></svg>'); transition: transform .25s; }
.opc-faq__item.is-open .opc-faq__q::after { transform: translateY(-50%) rotate(180deg); }
.opc-faq__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.opc-faq__a p { padding: 0 44px 26px 0; color: var(--muted); font-size: 16px; line-height: 1.6; }

/* ---------- final cta ---------- */
.opc-cta { position: relative; background: var(--ink); color: #fff; border-radius: var(--r-lg); padding: clamp(48px,7vw,84px) var(--pad); text-align: center; overflow: hidden; }
.opc-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 120% at 50% 0%, rgba(47,107,255,.4), transparent 60%); }
.opc-cta__in { position: relative; z-index: 2; max-width: 640px; margin: 0 auto; }
.opc-cta h2 { color: #fff; font-size: clamp(30px,4.5vw,52px); }
.opc-cta p { color: rgba(255,255,255,.7); font-size: 19px; margin: 18px 0 32px; }

/* ---------- footer ---------- */
.opc-footer { background: var(--ink); color: rgba(255,255,255,.6); padding: clamp(56px,7vw,88px) 0 40px; }
.opc-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.opc-footer__brand .opc-brand { color: #fff; margin-bottom: 16px; }
.opc-footer__blurb { font-size: 15px; max-width: 34ch; line-height: 1.6; }
.opc-footer__col h4 { color: #fff; font-family: var(--display); font-size: 14px; letter-spacing: .02em; margin-bottom: 16px; text-transform: none; }
.opc-footer__col a { display: block; font-size: 15px; color: rgba(255,255,255,.6); padding: 6px 0; transition: color .15s; }
.opc-footer__col a:hover { color: #fff; }
.opc-footer__bar { margin-top: 48px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; font-size: 13.5px; color: rgba(255,255,255,.45); }
.opc-footer__bar a { color: rgba(255,255,255,.6); }

/* ---------- scroll reveal ---------- */
.opc-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1); }
.opc-reveal.is-in { opacity: 1; transform: none; }
.opc-reveal[data-d="1"] { transition-delay: .07s; }
.opc-reveal[data-d="2"] { transition-delay: .14s; }
.opc-reveal[data-d="3"] { transition-delay: .21s; }
@media (prefers-reduced-motion: reduce) { .opc-reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ---------- page hero (interior pages) ---------- */
.opc-phero { background: var(--ink); color: #fff; padding: clamp(70px,9vw,120px) 0 clamp(50px,7vw,80px); position: relative; overflow: hidden; }
.opc-phero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(55% 80% at 80% 0%, rgba(47,107,255,.28), transparent 60%); }
.opc-phero__in { position: relative; z-index: 2; max-width: 760px; }
.opc-phero h1 { color: #fff; font-size: clamp(34px,5vw,58px); }
.opc-phero p { color: rgba(255,255,255,.7); font-size: 19px; margin-top: 18px; }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
	.opc-hero__in { grid-template-columns: 1fr; gap: 48px; }
	.opc-shot { max-width: 560px; }
	.opc-showcase { grid-template-columns: 1fr; }
	.opc-feats, .opc-pains, .opc-steps, .opc-stats { grid-template-columns: repeat(2,1fr); }
	.opc-quotes { grid-template-columns: 1fr; }
	.opc-tiers { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
	.opc-tier--pop { transform: none; }
	.opc-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
	.opc-subnav { display: none; }
	.opc-burger { display: inline-flex; }
	.opc-cmp__row { grid-template-columns: 1fr 1fr; }
	.opc-cmp__row .opc-cmp__feature { grid-column: 1 / -1; background: var(--paper); border-bottom: 1px solid var(--line-2); }
}
@media (max-width: 600px) {
	body.opc-page { font-size: 16px; }
	.opc-feats, .opc-pains, .opc-steps, .opc-stats { grid-template-columns: 1fr; }
	.opc-footer__grid { grid-template-columns: 1fr; }
	.opc-header__cta { display: none; }
	.opc-shot__mobile { display: none; }
	.opc-hero__cta { width: 100%; }
	.opc-hero__cta .opc-btn { flex: 1; }
}

/* ---------- mobile nav drawer ---------- */
.opc-mnav { position: fixed; inset: 0; z-index: 200; background: var(--ink); color: #fff; display: none; flex-direction: column; padding: 22px var(--pad); }
.opc-mnav.is-open { display: flex; }
.opc-mnav__top { display: flex; justify-content: space-between; align-items: center; height: 52px; }
.opc-mnav__top .opc-brand { color: #fff; }
.opc-mnav__close { background: none; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; width: 42px; height: 42px; color: #fff; cursor: pointer; }
.opc-mnav nav { display: flex; flex-direction: column; gap: 4px; margin-top: 30px; }
.opc-mnav nav a { font-family: var(--display); font-weight: 600; font-size: 26px; color: #fff; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.opc-mnav__foot { margin-top: auto; display: grid; gap: 12px; padding-bottom: 20px; }

/* ============================================================================
   ANIMATED CHECKOUT MOCK (pure HTML/CSS/JS — generic whitelabel "Aurelia")
   Used in the hero, the bento star tile, and the showcase. No screenshots.
   ============================================================================ */
.opc-co { font-family: var(--font); background: #fff; color: #12141a; text-align: left; font-size: 13.5px; line-height: 1.5; --a: var(--accent); }
.opc-co * { box-sizing: border-box; }
.opc-co__head { display: flex; align-items: center; gap: 16px; padding: 13px 22px; border-bottom: 1px solid #ececec; }
.opc-co__logo { display: inline-flex; align-items: center; gap: 8px; font-family: var(--display); font-weight: 700; font-size: 17px; letter-spacing: -.03em; color: #12141a; }
.opc-co__logo svg { width: 22px; height: 22px; }
.opc-co__secure { font-size: 11.5px; color: #8a8f98; display: inline-flex; gap: 6px; align-items: center; }
.opc-co__secure svg { width: 13px; height: 13px; }
.opc-co__usps { display: flex; gap: 16px; margin-left: auto; list-style: none; padding: 0; margin-top: 0; margin-bottom: 0; }
.opc-co__usps li { font-family: var(--mono); font-size: 10px; letter-spacing: .04em; text-transform: uppercase; color: #9aa0a8; display: inline-flex; gap: 6px; align-items: center; white-space: nowrap; }
.opc-co__usps svg { width: 13px; height: 13px; color: var(--a); }
.opc-co__body { display: grid; grid-template-columns: 1.55fr 1fr; }
.opc-co__main { padding: 22px 26px; display: grid; gap: 20px; }
.opc-co__summary { background: #f6f6f3; border-left: 1px solid #ececec; padding: 22px; }
.opc-co__sec-k { font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: #b0b4bc; }
.opc-co__sec-h { font-family: var(--display); font-weight: 600; font-size: 16px; color: #12141a; margin: 3px 0 12px; letter-spacing: -.01em; }
.opc-co__grid { display: grid; gap: 8px; }
.opc-co__grid--2 { grid-template-columns: 1fr 1fr; }
.opc-co__grid--plz { grid-template-columns: .8fr 1.7fr; }
/* animated field */
.opc-co__f { position: relative; border: 1px solid #dcdfe3; border-radius: 9px; height: 48px; padding: 19px 12px 5px; background: #fff; transition: border-color .15s, box-shadow .15s; }
.opc-co__f.is-focus { border-color: #12141a; box-shadow: 0 0 0 2px rgba(47,107,255,.22); }
.opc-co__f > label { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: #9aa0a8; font-size: 13.5px; transition: top .15s, font-size .15s; pointer-events: none; }
.opc-co__f.is-filled > label, .opc-co__f.is-focus > label { top: 8px; transform: none; font-size: 10.5px; }
.opc-co__val { font-size: 13.5px; color: #12141a; min-height: 16px; white-space: nowrap; overflow: hidden; }
.opc-co__caret { display: none; width: 1.5px; height: 15px; background: var(--a); margin-left: 1px; vertical-align: -3px; }
.opc-co__f.is-typing .opc-co__caret { display: inline-block; animation: opc-blink 1s steps(1) infinite; }
@keyframes opc-blink { 50% { opacity: 0; } }
.opc-co__chev { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); width: 11px; height: 11px; color: #9aa0a8; }
/* autocomplete */
.opc-co__ac { position: absolute; left: 0; right: 0; top: calc(100% + 5px); z-index: 6; background: #fff; border: 1px solid #12141a; border-radius: 9px; box-shadow: 0 16px 34px rgba(0,0,0,.16); overflow: hidden; opacity: 0; transform: translateY(-6px); pointer-events: none; transition: opacity .18s, transform .18s; }
.opc-co__ac.is-open { opacity: 1; transform: none; }
.opc-co__ac-item { padding: 9px 13px; border-bottom: 1px solid #f1f1ef; }
.opc-co__ac-item:last-child { border-bottom: 0; }
.opc-co__ac-item b { display: block; color: #12141a; font-weight: 600; font-size: 12.5px; }
.opc-co__ac-item span { color: #9aa0a8; font-size: 11px; }
.opc-co__ac-item.is-active { background: #eef3ff; }
/* option cards */
.opc-co__opts { display: grid; border: 1px solid #dcdfe3; border-radius: 11px; overflow: hidden; }
.opc-co__opt { display: flex; align-items: center; gap: 11px; padding: 13px 15px; border-bottom: 1px solid #ececec; cursor: pointer; transition: background .15s, box-shadow .15s; }
.opc-co__opt:last-child { border-bottom: 0; }
.opc-co__opt:hover { background: #fafafa; }
.opc-co__radio { width: 17px; height: 17px; border-radius: 50%; border: 1.5px solid #c4c8ce; flex: none; position: relative; transition: border-color .15s; }
.opc-co__opt.is-sel .opc-co__radio { border-color: var(--a); }
.opc-co__opt.is-sel .opc-co__radio::after { content: ""; position: absolute; inset: 3px; border-radius: 50%; background: var(--a); }
.opc-co__opt.is-sel { background: #f5f9ff; box-shadow: inset 3px 0 0 var(--a); }
.opc-co__opt-l { flex: 1; font-weight: 500; color: #12141a; font-size: 13.5px; }
.opc-co__opt-l small { display: block; color: #9aa0a8; font-weight: 400; font-size: 11px; }
.opc-co__opt-ic { width: 22px; height: 22px; color: #6b7280; flex: none; }
.opc-co__opt-p { font-weight: 600; font-variant-numeric: tabular-nums; color: #12141a; }
.opc-co__opt-p.free { color: var(--ok); }
.opc-co__pay { margin-top: 4px; width: 100%; height: 50px; border: 0; border-radius: 11px; background: var(--a); color: #fff; font-family: var(--font); font-weight: 700; font-size: 14.5px; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; transition: filter .15s; }
.opc-co__pay svg { width: 15px; height: 15px; }
.opc-co__pay:hover { filter: brightness(1.08); }
.opc-co__pay.is-pulse { animation: opc-pulse 1.1s ease; }
@keyframes opc-pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(47,107,255,0); } 35% { box-shadow: 0 10px 26px -6px rgba(47,107,255,.75); transform: translateY(-1px); } }
.opc-co__trust { display: flex; gap: 15px; justify-content: center; margin-top: 12px; font-family: var(--mono); font-size: 9.5px; letter-spacing: .09em; text-transform: uppercase; color: #b0b4bc; }
.opc-co__trust span { display: inline-flex; gap: 5px; align-items: center; }
.opc-co__trust svg { width: 12px; height: 12px; }
/* summary */
.opc-co__sum-t { font-family: var(--display); font-weight: 600; font-size: 14px; color: #12141a; margin: 0 0 16px; }
.opc-co__item { display: grid; grid-template-columns: 46px 1fr auto; gap: 12px; align-items: start; margin-bottom: 15px; }
.opc-co__thumb { width: 46px; height: 46px; border-radius: 9px; position: relative; }
.opc-co__qty { position: absolute; top: -6px; right: -6px; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 9px; background: #12141a; color: #fff; font-size: 10px; font-weight: 600; display: grid; place-items: center; }
.opc-co__il { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; min-width: 0; }
.opc-co__item-n { font-size: 12.5px; font-weight: 500; color: #12141a; line-height: 1.3; }
.opc-co__item-m { font-size: 11px; color: #9aa0a8; }
.opc-co__item-p { font-size: 12.5px; font-weight: 600; color: #12141a; font-variant-numeric: tabular-nums; padding-top: 2px; }
.opc-co__step { display: inline-flex; align-items: center; height: 24px; margin-top: 7px; border: 1px solid #e3e3e0; border-radius: 7px; background: #fff; overflow: hidden; }
.opc-co__step i { width: 23px; height: 22px; display: inline-flex; align-items: center; justify-content: center; font-style: normal; font-size: 14px; line-height: 1; color: #12141a; }
.opc-co__step i:first-child { color: #b9bdc4; }
.opc-co__step b { min-width: 22px; text-align: center; font-size: 11px; font-weight: 600; color: #12141a; border-inline: 1px solid #efefec; height: 22px; display: inline-flex; align-items: center; justify-content: center; }
.opc-co__coupon { display: flex; gap: 7px; margin: 15px 0; }
.opc-co__coupon .opc-co__f { flex: 1; height: 40px; padding: 12px 12px 3px; }
.opc-co__coupon button { height: 40px; padding: 0 15px; border: 1px solid #dcdfe3; border-radius: 8px; background: #fff; font-weight: 600; font-size: 12px; color: #6b7280; }
.opc-co__totals { border-top: 1px solid #e4e4e0; margin-top: 6px; padding-top: 13px; display: grid; gap: 8px; }
.opc-co__tr { display: flex; justify-content: space-between; font-size: 12.5px; color: #7a7f88; }
.opc-co__tr b { color: #12141a; font-weight: 500; font-variant-numeric: tabular-nums; }
.opc-co__tr--grand { border-top: 1px solid #e4e4e0; margin-top: 5px; padding-top: 12px; align-items: baseline; }
.opc-co__tr--grand span { font-size: 13.5px; color: #12141a; font-weight: 600; }
.opc-co__tr--grand b { font-family: var(--display); font-size: 20px; letter-spacing: -.02em; }
.opc-co__perks { margin-top: 17px; padding-top: 13px; border-top: 1px solid #e4e4e0; display: grid; gap: 8px; }
.opc-co__perk { display: flex; gap: 8px; align-items: center; font-size: 11.5px; color: #7a7f88; }
.opc-co__perk svg { width: 14px; height: 14px; color: var(--ok); flex: none; }
/* generic product swatches */
.sw1 { background: linear-gradient(135deg,#e9d9c3,#cdb490); }
.sw2 { background: linear-gradient(135deg,#cfe0e6,#a9c3cf); }
.sw3 { background: linear-gradient(135deg,#e6d4dc,#c8a9bb); }

/* interactive mock: clickable steppers, busy pay button, thank-you takeover */
.opc-co { position: relative; }
.opc-co__step i { cursor: pointer; transition: background .15s, color .15s; }
.opc-co__step i:hover { background: #f6f6f3; color: var(--a); }
.opc-co.is-holding .opc-co__caret { animation-play-state: paused; } /* hover-hold reads as "held", not broken */
.opc-co__tr--grand.is-tick { animation: opc-tickflash .7s ease; border-radius: 6px; }
@keyframes opc-tickflash { 0% { background: rgba(47,107,255,.12); } 100% { background: transparent; } }
.opc-co__pay.is-busy { pointer-events: none; filter: saturate(.85); }
.opc-co__spin { width: 15px; height: 15px; border-radius: 50%; border: 2px solid rgba(255,255,255,.35); border-top-color: #fff; flex: none; animation: opc-spin .7s linear infinite; }
@keyframes opc-spin { to { transform: rotate(360deg); } }

/* "this is clickable": while the tour's invite step is hot, the pay button
   breathes an accent halo and a cursor glyph performs a click */
.opc-co__pay { position: relative; transition: filter .15s, transform .15s; }
.opc-co__pay.is-invite { animation: opc-invitehalo 2.2s ease-out infinite; }
@keyframes opc-invitehalo { 0% { box-shadow: 0 0 0 0 rgba(47,107,255,.42); } 70% { box-shadow: 0 0 0 13px rgba(47,107,255,0); } 100% { box-shadow: 0 0 0 0 rgba(47,107,255,0); } }
.opc-co__pay.is-invite:hover { filter: brightness(1.1); transform: translateY(-1px); }
.opc-co__click { position: absolute; right: 17%; top: 52%; width: 19px; height: 19px; pointer-events: none; opacity: 0; filter: drop-shadow(0 2px 4px rgba(11,13,18,.35)); }
.opc-co__click svg { width: 100%; height: 100%; display: block; }
.opc-co__pay.is-invite .opc-co__click { animation: opc-click 3.4s ease-in-out infinite; }
@keyframes opc-click {
	0%, 10% { opacity: 0; transform: translate(24px, 20px); }
	28% { opacity: 1; transform: translate(0, 0); }
	38% { transform: translate(0, 0) scale(.8); }
	46% { transform: translate(0, 0) scale(1); }
	72% { opacity: 1; transform: translate(0, 0); }
	92%, 100% { opacity: 0; transform: translate(0, 0); }
}
/* the invite chip doubles as a button for the pointer */
.opc-chip.is-cta.is-hot { pointer-events: auto; cursor: pointer; }

/* thank-you: the form column swaps for a miniature of the plugin's real
   confirmation page; the summary aside flips to its post-purchase state */
.opc-co__done-main { display: none; padding: 24px 28px 30px; flex-direction: column; gap: 16px; min-width: 0; }
.opc-co.is-done .opc-co__main { display: none; }
.opc-co.is-done .opc-co__done-main { display: flex; animation: opc-donefade .4s ease both; }
@keyframes opc-donefade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.opc-co__done-hero { display: flex; gap: 15px; align-items: flex-start; }
.opc-co__done-check { width: 52px; height: 52px; border-radius: 50%; background: #e7f7ec; color: var(--ok); display: grid; place-items: center; flex: none; }
.opc-co.is-done .opc-co__done-check { animation: opc-checkpop .55s cubic-bezier(.2,1.4,.3,1) .1s both; }
@keyframes opc-checkpop { from { transform: scale(.4); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.opc-co__done-check svg { width: 24px; height: 24px; }
.opc-co__done-ord { font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: #9aa0a8; }
.opc-co__done-h { font-family: var(--display); font-weight: 600; font-size: 21px; letter-spacing: -.02em; color: #12141a; margin-top: 2px; }
.opc-co__done-sub { color: #7a7f88; font-size: 12.5px; line-height: 1.55; margin-top: 6px; max-width: 52ch; }
.opc-co__done-t { font-family: var(--display); font-weight: 600; font-size: 15px; color: #12141a; margin-top: 4px; }
.opc-co__dets { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.opc-co__det { border: 1px solid #e4e4e0; border-radius: 10px; padding: 12px 14px; display: grid; gap: 2px; align-content: start; }
.opc-co__det small { font-family: var(--mono); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; color: #b0b4bc; margin-bottom: 4px; }
.opc-co__det span { font-size: 12.5px; color: #12141a; line-height: 1.45; }
.opc-co__done-btn { margin-top: 6px; align-self: flex-start; border: 0; background: var(--a); color: #fff; font-family: var(--font); font-weight: 600; font-size: 13.5px; padding: 13px 26px; border-radius: 11px; cursor: pointer; transition: filter .15s, transform .15s; }
.opc-co__done-btn:hover { filter: brightness(1.08); transform: translateY(-1px); }
/* summary: steppers/coupon are checkout-only; qty badges are post-purchase */
.opc-co [data-qty-badge] { display: none; }
.opc-co.is-done .opc-co__step, .opc-co.is-done .opc-co__coupon { display: none; }
.opc-co.is-done [data-qty-badge] { display: grid; }
@media (prefers-reduced-motion: reduce) {
	.opc-co.is-done .opc-co__done-main, .opc-co.is-done .opc-co__done-check { animation: none; }
	.opc-chip, .opc-chip__tag { transition: none; }
	.opc-chip.is-hot .opc-chip__dot, .opc-co__caret, .opc-co__pay.is-pulse, .opc-co__tr--grand.is-tick,
	.opc-co__pay.is-invite, .opc-co__pay.is-invite .opc-co__click { animation: none; }
}

/* compact mock (bento tile): just option cards + pay */
.opc-co--mini { font-size: 13px; }
.opc-co--mini .opc-co__main { padding: 22px 24px; gap: 14px; }

/* thank-you mock (showcase) */
.opc-coty { font-family: var(--font); background: #fff; color: #12141a; text-align: left; padding: 30px 32px; }
.opc-coty__hero { display: flex; gap: 15px; align-items: center; margin-bottom: 22px; }
.opc-coty__check { width: 46px; height: 46px; border-radius: 50%; flex: none; background: #e7f7ec; color: var(--ok); display: grid; place-items: center; }
.opc-coty__check svg { width: 22px; height: 22px; }
.opc-coty__ord { font-family: var(--mono); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: #9aa0a8; }
.opc-coty__h { font-family: var(--display); font-weight: 600; font-size: 21px; letter-spacing: -.02em; color: #12141a; margin-top: 2px; }
.opc-coty__steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.opc-coty__step { border: 1px solid #e4e4e0; border-radius: 9px; padding: 12px 13px; }
.opc-coty__bar { height: 3px; border-radius: 2px; background: #e4e4e0; margin-bottom: 9px; }
.opc-coty__step.on .opc-coty__bar { background: var(--ok); }
.opc-coty__step small { font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; color: #b0b4bc; }
.opc-coty__step b { display: block; font-size: 12.5px; color: #12141a; margin-top: 2px; font-weight: 600; }
.opc-coty__step.off { opacity: .5; }

@media (max-width: 760px) {
	.opc-co__body { grid-template-columns: 1fr; }
	.opc-co__summary { display: none; }
	.opc-co__usps { display: none; }
}

/* ---------- macOS-style browser frame (base; overrides above set transform/shadow) ---------- */
.opc-browser { position: relative; z-index: 2; border-radius: 14px; overflow: hidden; background: #fff; transition: transform .55s cubic-bezier(.2,.8,.2,1); will-change: transform; }
.opc-browser__bar { height: 44px; background: #f1f1ee; display: flex; align-items: center; gap: 9px; padding: 0 16px; border-bottom: 1px solid #e6e6e2; position: relative; }
.opc-browser__dot { width: 12px; height: 12px; border-radius: 50%; flex: none; box-shadow: inset 0 0 0 .5px rgba(0,0,0,.08); }
.opc-browser__dot:nth-child(1) { background: #ff5f57; }
.opc-browser__dot:nth-child(2) { background: #febc2e; }
.opc-browser__dot:nth-child(3) { background: #28c840; }
.opc-browser__addr { position: absolute; left: 50%; transform: translateX(-50%); height: 26px; min-width: min(340px, 44%); max-width: 64%;
	background: #fff; border: 1px solid #e6e6e2; border-radius: 7px; font: 500 11.5px/26px var(--mono); color: #9aa0a8;
	padding: 0 12px; display: flex; align-items: center; justify-content: center; gap: 7px; white-space: nowrap; overflow: hidden; }
.opc-browser__addr::before { content: ""; width: 10px; height: 10px; flex: none; background: currentColor; opacity: .85;
	-webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.2"><rect x="4" y="11" width="16" height="10" rx="2"/><path d="M8 11V8a4 4 0 0 1 8 0v3"/></svg>') center/contain no-repeat;
	mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.2"><rect x="4" y="11" width="16" height="10" rx="2"/><path d="M8 11V8a4 4 0 0 1 8 0v3"/></svg>') center/contain no-repeat; }
.opc-browser__img { display: block; width: 100%; }

/* ---------- interior pages: prose + woocommerce framing ---------- */
.opc-prose { max-width: 760px; margin: 0 auto; }
.opc-prose h2 { font-size: 27px; letter-spacing: -.02em; margin: 40px 0 14px; }
.opc-prose h2:first-child { margin-top: 0; }
.opc-prose h3 { font-size: 19px; letter-spacing: -.01em; margin: 30px 0 10px; }
.opc-prose p { margin: 0 0 16px; color: var(--text); line-height: 1.75; }
.opc-prose ul, .opc-prose ol { margin: 0 0 18px; padding-left: 22px; }
.opc-prose li { margin: 0 0 9px; color: var(--text); line-height: 1.7; }
.opc-prose strong { color: var(--ink); font-weight: 600; }
.opc-prose a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.opc-prose table { width: 100%; border-collapse: collapse; margin: 0 0 20px; font-size: 15px; }
.opc-prose th, .opc-prose td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.opc-store { max-width: 1080px; margin: 0 auto; }
.opc-store a { color: var(--accent); }

/* ---------- WooCommerce My Account within the OPC theme ---------- */
.opc-store .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; }
.opc-store .lmfwc-myaccount-table, .opc-store table.shop_table { border-collapse: collapse; width: 100%; }
.opc-store .lmfwc-myaccount-table th, .opc-store .lmfwc-myaccount-table td { padding: 14px 12px; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.opc-store code, .opc-store .lmfwc-license-key { font-family: var(--mono); font-size: 13.5px; background: var(--accent-soft); color: var(--ink); padding: 3px 8px; border-radius: 6px; }
/* LMFWC action buttons: give the naked blue blocks an icon-button look */
.opc-store .lmfwc-icon, .opc-store .button.lmfwc { min-width: 36px; height: 34px; border-radius: 8px; }

/* closing CTA button pair */
.opc-cta__btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* live-demo banner: styles live inline with the wp_body_open injection in
   functions.php — the plugin dequeues theme CSS on its checkout, so rules
   here would never reach the page the banner renders on */

/* ============================================================
   Free vs Pro section
   ============================================================ */
.opc-fp { max-width: 860px; margin: 0 auto; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: var(--surface); box-shadow: var(--shadow); }
.opc-fp__head, .opc-fp__row { display: grid; grid-template-columns: 1fr 130px 150px; align-items: center; }
.opc-fp__head { background: var(--paper); border-bottom: 1px solid var(--line); }
.opc-fp__head > div { padding: 16px 22px; font-family: var(--display); font-weight: 600; font-size: 14px; text-align: center; }
.opc-fp__head > div:first-child { text-align: left; }
.opc-fp__row { border-top: 1px solid var(--line-2); }
.opc-fp__row:first-child { border-top: 0; }
.opc-fp__feat { padding: 15px 22px; font-size: 14.5px; color: var(--ink); font-weight: 500; }
.opc-fp__c { padding: 15px 22px; text-align: center; display: flex; align-items: center; justify-content: center; }
.opc-fp__c--pro { background: rgba(47,107,255,.04); }
.opc-fp__head .opc-fp__c--pro { background: var(--ink); color: #fff; border-radius: 0; }
.opc-fp__yes { color: var(--accent); display: inline-flex; }
.opc-fp__no { color: var(--faint); display: inline-flex; }
.opc-fp__txt { font-size: 12.5px; color: var(--muted); font-weight: 500; }
.opc-fp__c--pro .opc-fp__txt { color: var(--accent); font-weight: 600; }
.opc-fp__forever { max-width: 860px; margin: 24px auto 0; display: flex; gap: 18px; align-items: flex-start; background: var(--ink); color: #fff; border-radius: var(--r-lg); padding: 28px 30px; }
.opc-fp__forever-ic { width: 52px; height: 52px; border-radius: 14px; background: rgba(255,255,255,.1); color: #8fb0ff; display: grid; place-items: center; flex: none; }
.opc-fp__forever h3 { color: #fff; font-size: 20px; margin-bottom: 8px; }
.opc-fp__forever p { color: rgba(255,255,255,.72); font-size: 14.5px; line-height: 1.6; }
.opc-fp__ctas { max-width: 860px; margin: 26px auto 0; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.opc-pricing-free { max-width: 720px; margin: 0 auto 30px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: 12px 22px; font-size: 14px; box-shadow: var(--shadow-sm); }
.opc-pricing-free span { display: inline-flex; align-items: center; gap: 9px; color: var(--muted); }
.opc-pricing-free b { color: var(--ink); }
.opc-pricing-free a { color: var(--accent); font-weight: 600; white-space: nowrap; }
@media (max-width: 640px) { .opc-fp__head, .opc-fp__row { grid-template-columns: 1fr 72px 84px; } .opc-fp__feat, .opc-fp__c, .opc-fp__head > div { padding: 12px 12px; font-size: 13px; } .opc-fp__forever { flex-direction: column; } }

/* pricing free strip — real download CTA */
.opc-pricing-free__act { display: inline-flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.opc-pricing-free__act .opc-btn--sm { padding: 8px 16px; }
