:root {
  --ink: #08111f;
  --muted: #6d7a8e;
  --line: #e7edf4;
  --blue: #2368ef;
  --blue-dark: #1551d2;
  --cyan: #53b9f7;
  --gold: #bf8a35;
  --surface: #ffffff;
  --soft: #f5f8fc;
  --shadow: 0 24px 60px rgba(20, 43, 80, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #f7faff; font-family: "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; background: linear-gradient(180deg, #f6faff 0%, #fff 54%, #f6f9fd 100%); }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { border: 0; cursor: pointer; }

.site-glow { position: fixed; z-index: -1; width: 500px; height: 500px; border-radius: 50%; filter: blur(40px); opacity: .18; pointer-events: none; }
.site-glow-one { top: 60px; left: -240px; background: #7db9ff; }
.site-glow-two { top: 640px; right: -260px; background: #d6adff; }

.topbar { width: min(1180px, calc(100% - 48px)); height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: white; border-radius: 13px; background: linear-gradient(135deg, #1253d6, #53b9f7); box-shadow: 0 10px 25px rgba(35, 104, 239, .25); }
.brand-mark svg { width: 28px; height: 28px; }
.brand strong { display: block; font-size: 18px; letter-spacing: .05em; }
.brand small { display: block; margin-top: 1px; color: #9aa6b7; font-size: 10px; letter-spacing: .12em; }
.topnav { display: flex; gap: 34px; margin-left: 110px; color: #7a8799; font-size: 13px; }
.topnav a { position: relative; padding: 28px 0; transition: color .2s ease; }
.topnav a:hover, .topnav a.active { color: var(--ink); }
.topnav a.active::after { content: ""; position: absolute; bottom: 18px; left: 50%; width: 4px; height: 4px; border-radius: 50%; background: var(--blue); transform: translateX(-50%); }
.account-area { position: relative; z-index: 8; }
.user-chip { display: flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 99px; background: rgba(255,255,255,.78); color: #536174; font-size: 12px; box-shadow: 0 5px 18px rgba(44, 65, 90, .04); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #31c38a; box-shadow: 0 0 0 4px rgba(49, 195, 138, .12); }
.user-id { color: #a0aaba; }
.account-caret { color: #8b99aa; font-size: 14px; line-height: 1; transition: transform .2s ease; }.account-area.menu-open .account-caret { transform: rotate(180deg); }
.wallet-menu { position: absolute; top: calc(100% + 10px); right: 0; display: none; width: 236px; padding: 15px; border: 1px solid #dce6f2; border-radius: 14px; background: rgba(255,255,255,.98); box-shadow: 0 18px 45px rgba(30, 58, 95, .16); }.wallet-menu.open { display: block; }.wallet-menu-head, .wallet-balance { display: flex; align-items: center; justify-content: space-between; }.wallet-menu-head strong { color: var(--ink); font-size: 13px; }.wallet-menu-head span { color: #8d9aab; font-size: 10px; }.wallet-balance { margin-top: 15px; padding: 12px; border-radius: 10px; background: #f2f6fd; }.wallet-balance > span { color: #7f8da0; font-size: 10px; }.wallet-balance strong { color: var(--blue); font-size: 23px; letter-spacing: -.04em; }.wallet-balance small { margin-left: 2px; color: #8493a7; font-size: 10px; font-weight: 500; letter-spacing: 0; }.wallet-expiry { margin: 11px 2px 14px; color: #8c99aa; font-size: 10px; }.wallet-logout { width: 100%; padding: 10px; border: 1px solid #e3eaf3; border-radius: 8px; color: #d66b72; background: #fff; font-size: 11px; font-weight: 700; }.wallet-logout:hover { border-color: #f0c4c8; background: #fff7f7; }

.page-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.hero-section { min-height: 485px; padding: 72px 0 76px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 84px; }
.eyebrow, .section-label { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.eyebrow { display: flex; align-items: center; gap: 8px; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(35, 104, 239, .10); }
.hero-copy h1 { margin: 20px 0 20px; font-size: clamp(42px, 5vw, 64px); line-height: 1.12; letter-spacing: -.055em; font-weight: 750; }
.hero-copy h1 em { color: var(--blue); font-style: normal; }
.hero-lede { max-width: 530px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 30px; }
.primary-button { display: inline-flex; align-items: center; gap: 18px; padding: 14px 20px; color: #fff; border-radius: 10px; background: var(--blue); font-size: 13px; font-weight: 700; box-shadow: 0 10px 24px rgba(35, 104, 239, .22); transition: transform .2s ease, background .2s ease; }
.primary-button:hover { background: var(--blue-dark); transform: translateY(-2px); }
.primary-button span { font-size: 16px; }
.text-link { color: #7a8799; font-size: 13px; }
.text-link span { color: var(--blue); margin-left: 5px; }
.hero-proof { display: flex; align-items: center; gap: 12px; margin-top: 38px; color: #9aa6b7; font-size: 11px; }
.hero-proof strong { color: #4b5a70; }
.avatar-stack { display: flex; padding-left: 7px; }
.avatar { width: 26px; height: 26px; display: grid; place-items: center; margin-left: -7px; border: 2px solid #f8fbff; border-radius: 50%; color: white; font-size: 9px; font-weight: 800; }
.avatar-a { background: #81a5d6; }.avatar-b { background: #d59675; }.avatar-c { background: #5c7cd5; }.avatar-d { background: #b0bdcd; }

.account-card { position: relative; padding: 26px; overflow: hidden; border: 1px solid rgba(255,255,255,.86); border-radius: 22px; background: linear-gradient(145deg, #0a1930, #122f54); color: #fff; box-shadow: 0 30px 70px rgba(9, 28, 55, .18); }
.account-card::after { content: ""; position: absolute; width: 220px; height: 220px; right: -70px; bottom: -115px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 30px rgba(255,255,255,.03), 0 0 0 60px rgba(255,255,255,.025); }
.account-card-top, .account-main, .account-metrics, .account-note { position: relative; z-index: 1; }
.account-card-top { display: flex; align-items: center; justify-content: space-between; color: #94aac6; font-size: 11px; }
.card-kicker { letter-spacing: .14em; text-transform: uppercase; }
.account-state { display: flex; align-items: center; gap: 6px; color: #7fe0bc; }.account-state i { width: 5px; height: 5px; display: inline-block; border-radius: 50%; background: #53d59d; }
.account-main { display: flex; align-items: center; gap: 14px; margin: 28px 0; }
.account-avatar { width: 47px; height: 47px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.26); border-radius: 15px; color: #b9d7ff; background: linear-gradient(145deg, rgba(119,187,255,.28), rgba(255,255,255,.05)); font-size: 21px; font-weight: 800; }
.account-main strong { display: block; font-size: 16px; }.account-main span { display: block; margin-top: 5px; color: #93a8c3; font-size: 11px; }
.account-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.account-metrics span, .account-metrics strong { display: block; }.account-metrics span { color: #8299b8; font-size: 10px; }.account-metrics strong { margin-top: 8px; font-size: 14px; }.account-metrics small { color: #8fa4be; font-size: 10px; font-weight: 400; }
.account-note { margin-top: 18px; color: #9bb0ca; font-size: 11px; }.sparkle { margin-right: 6px; color: #6ebcff; }

.section-block { padding: 42px 0 92px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 26px; }.section-heading h2, .benefit-panel h2, .faq-section h2 { margin: 10px 0 0; font-size: 29px; letter-spacing: -.04em; }.section-heading p { margin: 0 0 3px; color: #9aa6b7; font-size: 11px; line-height: 1.7; text-align: right; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.plan-card { position: relative; min-height: 376px; padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.84); box-shadow: 0 8px 26px rgba(38, 68, 106, .04); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }.plan-card:hover, .plan-card.selected { border-color: #a9c6ff; box-shadow: 0 18px 40px rgba(35, 104, 239, .11); transform: translateY(-4px); }.plan-card.featured { border-color: #9cbcff; background: linear-gradient(155deg, #fff, #f6f9ff); }
.popular-badge { position: absolute; top: -11px; right: 18px; padding: 5px 10px; border-radius: 99px; color: #fff; background: var(--blue); font-size: 10px; font-weight: 700; box-shadow: 0 5px 12px rgba(35,104,239,.24); }.popular-badge span { margin-left: 4px; color: #b9ddff; }
.plan-card-head { display: flex; align-items: center; justify-content: space-between; }.plan-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; font-size: 19px; }.icon-slate { color: #62738a; background: #edf1f6; }.icon-blue { color: #fff; background: var(--blue); }.icon-gold { color: #b17a25; background: #fbf3df; }.plan-tag { padding: 5px 8px; color: #8b98a9; border-radius: 5px; background: #f0f3f7; font-size: 10px; }.blue-tag { color: var(--blue); background: #e9f0ff; }.gold-tag { color: var(--gold); background: #fbf3df; }
.plan-card h3 { margin: 24px 0 8px; font-size: 19px; letter-spacing: -.03em; }.plan-desc { min-height: 36px; margin: 0; color: #8a97a8; font-size: 11px; line-height: 1.65; }.price { display: flex; align-items: baseline; margin-top: 21px; color: var(--ink); font-size: 36px; font-weight: 800; letter-spacing: -.06em; }.price span { margin-right: 3px; color: var(--blue); font-size: 17px; letter-spacing: 0; }.price sup { top: -.55em; position: relative; font-size: 19px; }.price small { margin-left: 6px; color: #a2adbc; font-size: 10px; font-weight: 500; letter-spacing: 0; }.plan-save { min-height: 15px; margin-top: 3px; color: #45ab86; font-size: 10px; }.plan-divider { height: 1px; margin: 19px 0 15px; background: var(--line); }.plan-features { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; color: #68778b; font-size: 11px; }.plan-features li::before { content: "✓"; margin-right: 8px; color: #52b692; font-weight: 800; }.plan-select { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 19px; padding: 0; color: var(--blue); background: transparent; font-size: 11px; font-weight: 700; }.plan-select span { font-size: 17px; transition: transform .2s ease; }.plan-select:hover span { transform: translateX(4px); }

.checkout-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 92px; align-items: start; padding: 22px 0 86px; }.benefit-panel { padding-top: 14px; }.benefit-panel > p { max-width: 390px; margin: 18px 0 28px; color: #7e8b9d; font-size: 13px; line-height: 1.85; }.benefit-list { display: grid; gap: 18px; }.benefit-item { display: flex; align-items: center; gap: 15px; }.benefit-number { color: #b1bdcc; font-size: 11px; font-weight: 700; }.benefit-item strong, .benefit-item span { display: block; }.benefit-item strong { margin-bottom: 4px; font-size: 13px; }.benefit-item div span { color: #97a3b2; font-size: 11px; }
.order-card { padding: 26px; border: 1px solid #dce6f2; border-radius: 17px; background: #fff; box-shadow: var(--shadow); }.order-card-heading { display: flex; align-items: start; justify-content: space-between; }.order-card-heading h3 { margin: 8px 0 0; font-size: 20px; }.secure-badge { padding: 6px 8px; color: #54aa88; border-radius: 5px; background: #effaf5; font-size: 10px; }.selected-plan-row { display: flex; align-items: center; gap: 12px; margin: 25px 0 20px; padding: 15px; border-radius: 10px; background: #f6f9fd; }.mini-plan-icon { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: var(--blue); font-size: 15px; }.selected-plan-row div { flex: 1; }.selected-plan-row strong, .selected-plan-row span { display: block; }.selected-plan-row strong { font-size: 13px; }.selected-plan-row div span { margin-top: 4px; color: #9aa6b7; font-size: 10px; }.selected-plan-row > strong { font-size: 16px; }.order-lines { padding: 2px 0 17px; border-bottom: 1px solid var(--line); }.order-lines div, .total-line { display: flex; align-items: center; justify-content: space-between; font-size: 11px; }.order-lines div + div { margin-top: 11px; }.order-lines span { color: #8794a6; }.order-lines strong { color: #56657a; font-weight: 600; }.order-lines .discount-line strong { color: #51ae88; }.total-line { padding: 18px 0 17px; }.total-line span { color: #526174; font-size: 13px; font-weight: 700; }.total-line strong { color: var(--blue); font-size: 25px; letter-spacing: -.04em; }.pay-button, .demo-pay-button { display: flex; align-items: center; justify-content: center; gap: 24px; width: 100%; padding: 14px; border-radius: 9px; color: #fff; background: var(--blue); font-size: 13px; font-weight: 700; box-shadow: 0 10px 22px rgba(35, 104, 239, .2); transition: background .2s ease, transform .2s ease; }.pay-button:hover, .demo-pay-button:hover { background: var(--blue-dark); transform: translateY(-1px); }.pay-button span { font-size: 17px; }.order-footnote { margin: 13px 0 0; color: #abb5c1; font-size: 9px; text-align: center; }

.faq-section { padding: 18px 0 80px; }.faq-section h2 { margin-bottom: 22px; }.faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.faq-grid details { min-height: 88px; padding: 17px 18px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.7); }.faq-grid summary { display: flex; justify-content: space-between; cursor: pointer; list-style: none; font-size: 12px; font-weight: 700; }.faq-grid summary::-webkit-details-marker { display: none; }.faq-grid summary span { color: var(--blue); font-size: 17px; line-height: 10px; }.faq-grid details[open] summary span { transform: rotate(45deg); }.faq-grid p { margin: 13px 0 0; color: #8b97a7; font-size: 11px; line-height: 1.7; }
.footer { width: min(1180px, calc(100% - 48px)); display: flex; justify-content: space-between; margin: 0 auto; padding: 25px 0 31px; border-top: 1px solid var(--line); color: #a3adba; font-size: 10px; }

.modal-backdrop { position: fixed; inset: 0; z-index: 10; display: grid; place-items: center; padding: 20px; background: rgba(4, 13, 27, .52); opacity: 0; pointer-events: none; transition: opacity .2s ease; }.modal-backdrop.open { opacity: 1; pointer-events: auto; }.payment-modal { position: relative; width: min(420px, 100%); padding: 31px; border: 1px solid rgba(255,255,255,.5); border-radius: 18px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.22); transform: translateY(12px); transition: transform .2s ease; }.modal-backdrop.open .payment-modal { transform: translateY(0); }.modal-close { position: absolute; top: 13px; right: 15px; width: 28px; height: 28px; border-radius: 50%; color: #8a97a7; background: #f3f6fa; font-size: 20px; line-height: 1; }.modal-eyebrow { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .16em; }.payment-modal h2 { margin: 10px 0 5px; font-size: 24px; letter-spacing: -.04em; }.modal-description { margin: 0; color: #8c99aa; font-size: 11px; }.demo-order { display: flex; justify-content: space-between; margin-top: 21px; padding: 11px 13px; border-radius: 8px; background: #f6f8fb; color: #8b98a8; font-size: 10px; }.demo-order strong { color: #536276; font-size: 10px; }.mock-payment-box { display: flex; align-items: center; gap: 20px; margin: 17px 0; padding: 17px; border: 1px solid #e7edf4; border-radius: 11px; }.mock-payment-box strong, .mock-payment-box span, .mock-payment-box small { display: block; }.mock-payment-box strong { font-size: 13px; }.mock-payment-box span { margin-top: 6px; color: #8a97a8; font-size: 10px; }.mock-payment-box small { margin-top: 12px; color: #e1a25a; font-size: 9px; }.payment-qr { width: 104px; height: 104px; flex: 0 0 104px; border-radius: 4px; background: #fff; object-fit: contain; }.demo-pay-button { margin-top: 7px; }.modal-tip { margin: 13px 0 0; color: #abb5c1; font-size: 9px; text-align: center; }.toast { position: fixed; z-index: 20; right: 22px; bottom: 22px; padding: 12px 15px; border-radius: 9px; color: #fff; background: #172940; box-shadow: 0 15px 35px rgba(11, 25, 45, .2); font-size: 12px; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }.toast.show { opacity: 1; transform: translateY(0); }

@media (max-width: 860px) { .topnav { margin-left: 0; gap: 18px; }.hero-section, .checkout-layout { grid-template-columns: 1fr; gap: 35px; }.hero-section { padding-top: 46px; }.account-card { max-width: 560px; }.plan-grid, .faq-grid { grid-template-columns: 1fr; }.plan-card { min-height: auto; }.checkout-layout { padding-top: 0; }.benefit-panel { padding-top: 0; } }
@media (max-width: 600px) { .topbar, .page-shell, .footer { width: min(100% - 30px, 540px); }.topbar { height: 68px; }.topnav { display: none; }.user-chip { padding: 8px 10px; }.user-id { display: none; }.hero-section { padding: 37px 0 55px; }.hero-copy h1 { font-size: 40px; }.hero-lede { font-size: 13px; }.section-heading { align-items: start; flex-direction: column; gap: 12px; }.section-heading p { text-align: left; }.section-heading h2, .benefit-panel h2, .faq-section h2 { font-size: 25px; }.section-block { padding-bottom: 64px; }.checkout-layout { gap: 48px; }.footer { gap: 14px; flex-direction: column; }.payment-modal { padding: 26px 20px; } }

.user-chip:hover { border-color: #b9cdf1; background: #fff; }
.auth-form { display: grid; gap: 8px; margin-top: 22px; }
.auth-form label { color: #69778a; font-size: 11px; font-weight: 700; }
.auth-form input { width: 100%; padding: 12px 13px; border: 1px solid #dce6f2; border-radius: 9px; outline: none; color: var(--ink); background: #fbfdff; font-size: 13px; }
.auth-form input:focus { border-color: #8eb2f7; box-shadow: 0 0 0 3px rgba(35,104,239,.10); }
.code-field { display: grid; gap: 8px; margin-top: 8px; }
.code-row { display: grid; grid-template-columns: 1fr 112px; gap: 8px; }
.code-button { border: 1px solid #cfe0fb; border-radius: 9px; color: var(--blue); background: #f1f6ff; font-size: 11px; font-weight: 700; }
.code-button:disabled { cursor: not-allowed; color: #9aa6b7; background: #f4f6f9; }
.auth-submit { margin-top: 13px; }
.auth-message { min-height: 16px; margin: 4px 0 0; color: #54aa88; font-size: 10px; text-align: center; }
.auth-message.error { color: #d86c6c; }

/* 2026 product-center direction: structured editorial surfaces, not a generic
   pricing landing page.  The three coloured rails are the visual key. */
:root { --ink: #10233f; --muted: #60708a; --line: #dce5f0; --blue: #246bfe; --blue-dark: #1558dc; --surface: #fff; --soft: #f3f7fb; --orange: #ef8d55; --violet: #7b6bf2; }
body { background: #f5f8fc; }
body::before { background: linear-gradient(180deg, #f8fbff 0, #f5f8fc 55%, #fff 100%); }
.site-glow { display: none; }
.topbar { position: sticky; top: 0; z-index: 30; width: 100%; height: 76px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid rgba(220, 229, 240, .86); background: rgba(248,251,255,.88); backdrop-filter: blur(16px); }
.brand-mark { border-radius: 11px; background: #10233f; box-shadow: none; }
.topnav { margin-left: 72px; gap: 29px; }
.topnav a { padding: 28px 0; font-weight: 650; }
.topnav a.active::after { width: 20px; height: 2px; bottom: 17px; border-radius: 0; transform: translateX(-50%); }
.user-chip { border-color: #cfdae8; background: #fff; font-weight: 650; }
.status-dot { background: #32bd91; }
.page-shell { width: min(1180px, calc(100% - 48px)); }

.product-rail.hero-section { min-height: 460px; padding: 64px 0 56px; gap: 72px; }
.hero-copy h1 { max-width: 640px; margin: 17px 0 18px; font-size: clamp(44px, 5.5vw, 70px); line-height: 1.03; letter-spacing: -.075em; }
.hero-copy h1 em { color: #1f5ddd; }
.hero-lede { max-width: 545px; color: #60708a; font-size: 15px; line-height: 1.85; }
.eyebrow { color: #246bfe; letter-spacing: .15em; }
.hero-actions { margin-top: 27px; }
.primary-button { padding: 14px 19px; border-radius: 8px; background: #10233f; box-shadow: 0 10px 22px rgba(16,35,63,.16); }
.primary-button:hover { background: #1d3760; }
.product-track-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; max-width: 540px; margin-top: 41px; padding-top: 16px; border-top: 1px solid #dbe4ee; }
.product-track-list span { color: #263b59; font-size: 12px; font-weight: 750; white-space: nowrap; }
.product-track-list small { display: block; margin: 5px 0 0 14px; color: #8090a5; font-size: 10px; font-weight: 500; }
.track-dot { display: inline-block; width: 8px; height: 8px; margin-right: 6px; border-radius: 50%; }
.track-dot.replay { background: #246bfe; }.track-dot.comic { background: #ef8d55; }.track-dot.operation { background: #7b6bf2; }
.account-card { padding: 25px; border: 1px solid #263e62; border-radius: 13px; background: #10233f; box-shadow: 0 24px 50px rgba(19,45,82,.16); }
.account-card::after { width: 270px; height: 270px; right: -94px; bottom: -145px; border-color: rgba(137,179,255,.22); }
.account-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #246bfe 0 33.33%, #ef8d55 33.33% 66.66%, #7b6bf2 66.66%); }
.account-main { margin: 31px 0 27px; }.account-avatar { border-radius: 11px; }.account-note { color: #a6b7d0; }

.section-block { padding: 43px 0 66px; }.section-heading h2, .benefit-panel h2, .faq-section h2 { font-size: 31px; }.section-heading p { color: #7c8da3; }
.plan-grid { gap: 14px; }
.plan-card { min-height: 372px; padding: 24px; overflow: hidden; border: 1px solid #d8e2ef; border-radius: 12px; background: #fff; box-shadow: none; }
.plan-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: #97a8bd; }
.plan-card[data-plan="replay_shrimp"]::before, .plan-card.featured::before { background: #246bfe; }
.plan-card[data-plan="comic_shrimp"]::before { background: #ef8d55; }
.plan-card[data-plan="operation_shrimp"]::before { background: #7b6bf2; }
.plan-card:hover, .plan-card.selected { border-color: #9db8e1; box-shadow: 0 16px 34px rgba(23, 54, 98, .10); transform: translateY(-3px); }
.plan-card.featured { border-color: #aac4f6; background: #fff; }
.popular-badge { top: 15px; right: 15px; border-radius: 5px; background: #10233f; box-shadow: none; }
.plan-card h3 { margin-top: 25px; }.plan-select { margin-top: 21px; }.icon-blue { background: #246bfe; }.icon-gold { color: #bd6531; background: #fff0e8; }.icon-slate { color: #6555cc; background: #efedff; }

.download-section { padding: 48px 0 80px; border-top: 1px solid #dce5f0; }
.download-heading { margin-bottom: 22px; }
.download-security-note { display: flex; flex-wrap: wrap; gap: 0; margin-bottom: 15px; padding: 11px 14px; border: 1px solid #dbe5f1; border-radius: 8px; background: #f9fbfe; color: #708197; font-size: 11px; }
.download-security-note span { padding: 0 14px; border-left: 1px solid #dbe5f1; }.download-security-note span:first-child { padding-left: 0; border-left: 0; color: #2e4567; font-weight: 750; }
.download-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.download-card { position: relative; min-height: 214px; padding: 21px; overflow: hidden; border: 1px solid #d8e2ef; border-radius: 12px; background: #fff; }
.download-card::before { content: ""; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: #246bfe; }.download-card.comic::before { background: #ef8d55; }.download-card.operation::before { background: #7b6bf2; }
.download-card-heading { display: flex; align-items: center; gap: 11px; }.download-mark { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: #246bfe; font-size: 17px; font-weight: 800; }.comic .download-mark { background: #ef8d55; }.operation .download-mark { background: #7b6bf2; }
.download-card h3 { margin: 0; color: #193252; font-size: 16px; letter-spacing: -.03em; }.download-card-heading p { margin: 3px 0 0; color: #8090a5; font-size: 10px; }
.download-meta { margin: 19px 0 14px; color: #63758c; font-size: 11px; }.download-action { display: block; width: 100%; padding: 10px; border: 1px solid #d6e0ec; border-radius: 7px; color: #8b9bb0; background: #f8fafd; font-size: 11px; font-weight: 750; text-align: center; }.download-action:not(:disabled) { border-color: #246bfe; color: #fff; background: #246bfe; }.download-action:disabled { cursor: not-allowed; }
.download-checksum { display: block; overflow: hidden; margin-top: 13px; color: #99a7b7; font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }

.checkout-layout { padding: 52px 0 72px; border-top: 1px solid #dce5f0; }.order-card { border-radius: 12px; box-shadow: 0 18px 38px rgba(28,61,103,.10); }.pay-button, .demo-pay-button { border-radius: 8px; background: #10233f; box-shadow: none; }.pay-button:hover, .demo-pay-button:hover { background: #1d3760; }.total-line strong, .plan-select { color: #246bfe; }
.faq-section { padding: 20px 0 80px; }.faq-grid details { border-radius: 9px; background: #fff; }
.footer { color: #8493a7; }

@media (max-width: 860px) { .topbar { padding: 0 24px; }.product-rail.hero-section { gap: 35px; }.download-grid { grid-template-columns: 1fr; }.download-card { min-height: 176px; }.product-track-list { max-width: 100%; }.checkout-layout { padding-top: 42px; } }
@media (max-width: 600px) { .topbar { padding: 0 15px; }.product-rail.hero-section { padding-top: 43px; }.hero-copy h1 { font-size: 43px; }.product-track-list { grid-template-columns: 1fr; gap: 13px; }.product-track-list small { display: inline; margin-left: 7px; }.download-security-note { display: grid; gap: 7px; }.download-security-note span { padding: 0; border: 0; }.download-heading { margin-bottom: 17px; } }

/* Deliberately quieter second pass: the product is the page, not the chrome. */
.minimal-hero { max-width: 760px; padding: 88px 0 58px; text-align: center; }
.minimal-hero .eyebrow { justify-content: center; }
.minimal-hero h1 { margin: 18px 0 12px; color: #10233f; font-size: clamp(40px, 5vw, 62px); line-height: 1.08; letter-spacing: -.07em; }
.minimal-hero h1 em { color: #246bfe; font-style: normal; }
.minimal-hero > p { margin: 0; color: #75869b; font-size: 14px; }
.minimal-hero .product-track-list { margin: 30px auto 0; padding: 0; border: 0; text-align: left; }
.minimal-hero .product-track-list span { padding: 11px 14px; border: 1px solid #dce5ef; border-radius: 7px; background: #fff; text-align: center; }
.minimal-hero .product-track-list small { display: none; }
.section-block { padding: 18px 0 68px; }
.section-heading { align-items: center; margin-bottom: 20px; }.section-heading h2 { margin-top: 7px; font-size: 27px; }.section-heading p { margin: 0; }
.plan-grid { gap: 12px; }.plan-card { min-height: 338px; padding: 21px; }.plan-card h3 { margin: 20px 0 6px; font-size: 18px; }.plan-desc { min-height: 31px; }.price { margin-top: 18px; font-size: 32px; }.plan-divider { margin: 15px 0 13px; }.plan-features { gap: 6px; }.plan-select { margin-top: 15px; }
.checkout-launcher { margin: 18px 0 0; color: #91a0b2; font-size: 11px; text-align: center; }
.download-section { padding: 48px 0 60px; }.download-security-note { justify-content: center; margin-bottom: 13px; }.download-grid { gap: 10px; }.download-card { min-height: 166px; padding: 18px; }.download-meta { margin: 15px 0 11px; }.download-checksum { margin-top: 10px; }
.faq-section { padding: 20px 0 60px; border-top: 1px solid #dce5f0; }.faq-section h2 { font-size: 25px; }.faq-grid details { min-height: 0; padding: 14px 15px; }.faq-grid p { margin-top: 9px; }
.checkout-modal-card { position: relative; width: min(410px, 100%); margin: 20px; padding: 27px; transform: translateY(12px); transition: transform .2s ease; }.modal-backdrop.open .checkout-modal-card { transform: translateY(0); }.checkout-modal-card .modal-close { top: 12px; right: 13px; }.checkout-modal-card .selected-plan-row { margin-top: 23px; }.checkout-modal-card .total-line { padding-bottom: 15px; }
@media (max-width: 600px) { .minimal-hero { padding: 58px 0 42px; text-align: left; }.minimal-hero .eyebrow { justify-content: flex-start; }.minimal-hero h1 { font-size: 42px; }.minimal-hero .product-track-list { grid-template-columns: 1fr; text-align: left; }.minimal-hero .product-track-list span { padding: 10px 12px; }.section-heading { align-items: flex-start; }.section-heading p { display: none; }.plan-card { min-height: 0; }.checkout-modal-card { margin: 14px; } }

/* Downloads are part of the product shelf, not a separate customer-facing modal. */
.product-shelf .download-section { margin-top: 34px; padding: 22px 0 4px; border-top: 1px solid #e1e8f1; }
.download-section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.download-section-head h3 { margin: 0; color: #193252; font-size: 17px; letter-spacing: -.03em; }
.download-section-head span { color: #8997aa; font-size: 11px; }
.product-shelf .download-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.product-shelf .download-card { min-height: 0; padding: 16px; }
@media (max-width: 860px) {
  .product-shelf .download-grid { grid-template-columns: 1fr; }
  .download-section-head { align-items: flex-start; flex-direction: column; gap: 6px; }
}

/* Finishing pass: calmer header, deliberate spacing and more distinct product cards. */
.topbar { height: 82px; border-bottom-color: rgba(214, 225, 239, .72); background: rgba(250,252,255,.93); }
.brand { gap: 10px; }.brand small { letter-spacing: .08em; }.topnav { margin-left: 88px; }.topnav a { color: #718097; font-size: 12px; }.topnav a.active { color: #142b4b; }
.user-chip { gap: 7px; padding: 8px 11px; border-radius: 10px; color: #40526b; box-shadow: 0 7px 18px rgba(32,66,110,.06); }.status-dot { width: 6px; height: 6px; }.account-status-copy { color: #9aa7b8; font-size: 10px; }.account-caret { margin-left: 1px; }
.minimal-hero { position: relative; max-width: none; padding: 92px 0 64px; overflow: hidden; text-align: left; }.minimal-hero::before { content: ""; position: absolute; top: 37px; right: 4%; width: 280px; height: 132px; border: 1px solid #dce7f4; border-radius: 18px; background: repeating-linear-gradient(90deg, transparent 0 48px, rgba(36,107,254,.06) 48px 49px), repeating-linear-gradient(0deg, transparent 0 42px, rgba(36,107,254,.06) 42px 43px); transform: rotate(-4deg); }.minimal-hero > * { position: relative; z-index: 1; }.minimal-hero .eyebrow { justify-content: flex-start; }.minimal-hero h1 { max-width: 670px; font-size: clamp(44px, 5vw, 66px); }.minimal-hero > p { max-width: 490px; font-size: 15px; line-height: 1.75; }.minimal-hero .product-track-list { max-width: 500px; margin: 31px 0 0; }.minimal-hero .product-track-list span { border-radius: 8px; background: rgba(255,255,255,.86); }
.section-block { padding-top: 25px; }.plan-card { border-radius: 14px; }.plan-card[data-plan="replay_shrimp"] { background: linear-gradient(145deg, #fff 65%, #f0f5ff); }.plan-card[data-plan="comic_shrimp"] { background: linear-gradient(145deg, #fff 65%, #fff5ef); }.plan-card[data-plan="operation_shrimp"] { background: linear-gradient(145deg, #fff 65%, #f4f2ff); }.plan-card:hover { transform: translateY(-5px); }.plan-select { padding-top: 4px; }.checkout-launcher { margin-top: 16px; }
.download-section { position: relative; }.download-card { border-radius: 11px; background: #fff; transition: transform .18s ease, box-shadow .18s ease; }.download-card:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(31,58,99,.08); }.faq-grid details { transition: border-color .18s ease, box-shadow .18s ease; }.faq-grid details:hover { border-color: #c6d8f2; box-shadow: 0 8px 18px rgba(31,58,99,.05); }
@media (max-width: 860px) { .minimal-hero::before { opacity: .55; right: -65px; }.topnav { margin-left: 0; } }
@media (max-width: 600px) { .account-status-copy { display: none; }.minimal-hero { padding-top: 58px; }.minimal-hero::before { display: none; } }

/* 2026-07-16 combined storefront direction: account first, product second, checkout on demand. */
body { background: #f7f9fc; color: #12233f; }
.topbar { height: 72px; background: rgba(255,255,255,.96); border-bottom-color: #e2e8f0; }
.brand-mark { width: 36px; height: 36px; border-radius: 10px; }
.brand strong { font-size: 17px; }
.brand small { letter-spacing: .08em; }
.topnav { gap: 31px; }
.topnav a { padding: 26px 0; }
.page-shell { width: min(1180px, calc(100% - 48px)); }
.overview-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr); gap: 70px; align-items: center; min-height: 448px; padding: 64px 0 58px; }
.overview-copy h1 { max-width: 600px; margin: 18px 0 15px; font-size: clamp(42px, 5vw, 62px); line-height: 1.08; letter-spacing: -.065em; }
.overview-copy h1 em { color: #246bfe; font-style: normal; }
.overview-copy > p { max-width: 500px; margin: 0; color: #64748b; font-size: 15px; line-height: 1.85; }
.overview-actions { display: flex; align-items: center; gap: 25px; margin-top: 28px; }
.overview-actions .primary-button { background: #10233f; box-shadow: 0 10px 22px rgba(16,35,63,.14); }
.overview-actions .primary-button:hover { background: #1d3760; }
.overview-points { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: #718096; font-size: 11px; }
.overview-points span { display: inline-flex; align-items: center; gap: 6px; }
.overview-points i { display: grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; color: #fff; background: #36b98a; font-size: 10px; font-style: normal; }
.overview-account { padding: 23px; border: 1px solid #d9e3ef; border-radius: 16px; background: #fff; box-shadow: 0 20px 46px rgba(30,58,95,.08); }
.overview-account-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.account-overline { color: #8493a7; font-size: 11px; }
.overview-account h2 { margin: 8px 0 4px; color: #172c4b; font-size: 21px; letter-spacing: -.03em; }
.overview-account-head p { margin: 0; color: #8997aa; font-size: 11px; }
.overview-account-action { flex: 0 0 auto; padding: 9px 12px; border: 1px solid #cadcf7; border-radius: 8px; color: #246bfe; background: #f3f7ff; font-size: 11px; font-weight: 750; }
.overview-account-action:hover { border-color: #8bb0f8; background: #eaf1ff; }
.overview-account-list { display: grid; gap: 9px; margin-top: 24px; }
.overview-account-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 13px; border-radius: 9px; background: #f7f9fc; }
.overview-account-row span { color: #7f8da0; font-size: 11px; }
.overview-account-row strong { color: #2d4261; font-size: 12px; font-weight: 700; text-align: right; }
.overview-download-link { display: flex; justify-content: space-between; margin-top: 14px; padding-top: 14px; border-top: 1px solid #e8edf4; color: #246bfe; font-size: 11px; font-weight: 700; }
.overview-download-link span:first-child { color: #53657d; }
.section-block { padding: 46px 0 72px; border-top: 1px solid #e1e8f1; }
.section-heading { margin-bottom: 21px; }
.section-heading h2 { color: #172c4b; font-size: 28px; }
.section-heading p { color: #8a98aa; }
.plan-grid { gap: 14px; }
.plan-card { min-height: 342px; padding: 22px; border-radius: 14px; box-shadow: 0 8px 24px rgba(38,68,106,.04); }
.plan-card:hover, .plan-card.selected { box-shadow: 0 15px 32px rgba(35,104,239,.10); }
.plan-card h3 { font-size: 19px; }
.price { font-size: 34px; }
.download-section { padding: 56px 0 74px; }
.download-security-note { justify-content: flex-start; padding-left: 0; border: 0; background: transparent; }
.download-security-note span { padding-left: 14px; }
.download-grid { gap: 14px; }
.download-card { min-height: 190px; padding: 20px; }
.download-meta { margin: 17px 0 13px; }
.trust-strip { width: min(1180px, calc(100% - 48px)); display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 auto; padding: 22px 0; border-top: 1px solid #e1e8f1; border-bottom: 1px solid #e1e8f1; }
.trust-strip > div { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; border-left: 1px solid #e6ebf2; }
.trust-strip > div:first-child { border-left: 0; }
.trust-icon { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #d8e3f0; border-radius: 50%; color: #246bfe; background: #f7faff; font-size: 16px; font-weight: 750; }
.trust-strip strong, .trust-strip small { display: block; }
.trust-strip strong { color: #2a4162; font-size: 12px; }
.trust-strip small { margin-top: 4px; color: #8997aa; font-size: 10px; }
.trust-link { padding: 0; color: #246bfe; background: transparent; font-size: inherit; font-weight: 700; }
.trust-link:hover { text-decoration: underline; }
.support-info { display: grid; gap: 7px; margin: 20px 0 14px; padding: 13px 14px; border-radius: 9px; background: #f5f8fc; color: #53657d; font-size: 11px; }
.support-info strong { color: #253c5d; font-size: 12px; }
.footer { width: min(1180px, calc(100% - 48px)); padding: 22px 0 28px; }
.footer span:last-child { display: flex; gap: 20px; }
.footer a { color: #7b8ba1; }
.footer a:hover { color: #246bfe; }
.checkout-modal-card { width: min(520px, calc(100% - 32px)); padding: 30px; }
.checkout-modal-card .selected-plan-row { margin-top: 25px; }
@media (max-width: 860px) {
  .overview-hero { grid-template-columns: 1fr; gap: 30px; padding: 52px 0 46px; }
  .overview-account { max-width: 600px; }
  .trust-strip { grid-template-columns: 1fr; gap: 10px; }
  .trust-strip > div { justify-content: flex-start; padding: 8px 15px; border-left: 0; }
}
@media (max-width: 600px) {
  .topbar { height: 66px; }
  .overview-hero { padding: 42px 0 36px; }
  .overview-copy h1 { font-size: 42px; }
  .overview-copy > p { font-size: 13px; }
  .overview-actions { gap: 16px; }
  .overview-points { display: grid; gap: 10px; }
  .overview-account { padding: 19px; }
  .section-block { padding-top: 38px; }
  .download-security-note { display: block; }
  .download-security-note span { display: block; margin-bottom: 6px; padding: 0; }
  .footer { align-items: flex-start; gap: 14px; }
  .footer span:last-child { flex-wrap: wrap; gap: 14px; }
}

/* 2026-07-16 spacious single-page polish. */
.page-shell { width: min(1260px, calc(100% - 80px)); }
.page-panel-overview, .page-panel-overview.page-active { min-height: 440px; padding: 72px 0 64px; column-gap: 82px; }
.overview-copy h1 { max-width: 700px; margin: 15px 0 18px; font-size: clamp(46px, 5vw, 68px); line-height: 1.06; }
.overview-copy > p { max-width: 590px; font-size: 15px; line-height: 1.9; }
.overview-points { gap: 26px; margin-top: 31px; font-size: 12px; }
.overview-account { padding: 28px; border-radius: 13px; }
.overview-account h2 { margin-top: 10px; font-size: 23px; }
.overview-account-head p { font-size: 12px; }
.overview-account-list { gap: 11px; margin-top: 24px; }
.overview-account-row { padding: 14px 15px; }
.overview-account-row span, .overview-account-row strong { font-size: 12px; }
.overview-download-link { margin-top: 17px; padding-top: 16px; font-size: 12px; }
.page-panel-products, .page-panel-products.page-active { padding: 86px 0 98px; }
.product-shelf-heading h2 { font-size: clamp(36px, 4vw, 48px); }
.product-shelf-heading p { margin-top: 14px; font-size: 15px; }
.shelf-points { gap: 36px; margin-top: 25px; font-size: 12px; }
.product-shelf .plan-grid { gap: 22px; margin-top: 39px; }
.plan-card { min-height: 420px; padding: 29px 30px; border-radius: 16px; }
.plan-card h3 { margin: 23px 0 9px; font-size: 24px; }
.plan-desc { min-height: 49px; font-size: 12px; line-height: 1.7; }
.price { margin-top: 27px; font-size: 38px; }
.plan-divider { margin: 20px 0 17px; }
.plan-features { gap: 11px; font-size: 12px; line-height: 1.5; }
.plan-select { margin-top: 25px; padding: 13px 14px; font-size: 12px; }
.popular-badge { top: 20px; right: 20px; }
@media (max-width: 860px) {
  .page-shell { width: min(100% - 48px, 680px); }
  .page-panel-overview, .page-panel-overview.page-active { padding: 60px 0 54px; }
  .page-panel-products, .page-panel-products.page-active { padding: 70px 0 78px; }
  .product-shelf .plan-grid { gap: 17px; }
  .plan-card { padding: 25px; }
}
@media (max-width: 600px) {
  .page-shell { width: min(100% - 30px, 540px); }
  .page-panel-overview, .page-panel-overview.page-active { padding: 48px 0 45px; }
  .overview-copy h1 { font-size: 43px; }
  .overview-copy > p { font-size: 13px; }
  .overview-points { gap: 11px; margin-top: 23px; font-size: 11px; }
  .overview-account { padding: 22px; }
  .page-panel-products, .page-panel-products.page-active { padding: 58px 0 65px; }
  .product-shelf-heading h2 { font-size: 34px; }
  .product-shelf-heading p { font-size: 13px; line-height: 1.7; }
  .shelf-points { display: grid; justify-content: start; gap: 10px; margin-left: 12px; text-align: left; }
  .product-shelf .plan-grid { gap: 15px; margin-top: 30px; }
  .plan-card { min-height: 0; padding: 24px; }
  .plan-card h3 { font-size: 22px; }
}

/* 2026-07-16 rollback: return to a relaxed single-page storefront. */
html { scroll-snap-type: none; scroll-behavior: smooth; }
.page-progress { display: none; }
.page-panel, .page-panel.page-active { display: block; min-height: 0; scroll-snap-align: none; scroll-snap-stop: normal; }
.page-panel-overview, .page-panel-overview.page-active { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(350px, .82fr); align-content: center; min-height: 390px; padding: 55px 0 48px; }
.page-panel-products, .page-panel-products.page-active { display: block; padding: 72px 0 72px; }
.checkout-stage, .checkout-stage.page-active { display: none; min-height: 0; padding: 50px 0 65px; }
.checkout-stage.open, .checkout-stage.page-active.open { display: block; }
.purchase-footer, .purchase-footer.page-footer-active { display: grid; scroll-snap-align: none; }
.scroll-hint, .page-back-button { display: none; }
@media (max-width: 860px) {
  .page-panel-overview, .page-panel-overview.page-active { grid-template-columns: 1fr; gap: 28px; min-height: 0; padding: 54px 0 52px; }
  .page-panel-products, .page-panel-products.page-active { padding: 58px 0 65px; }
}
@media (max-width: 600px) {
  .page-panel-overview, .page-panel-overview.page-active { min-height: 0; padding: 42px 0 42px; }
  .page-panel-products, .page-panel-products.page-active { padding: 48px 0 55px; }
  .checkout-stage, .checkout-stage.page-active { padding: 42px 0 52px; }
}

/* Customer-facing copy/layout: keep the first screen calm and scannable. */
.page-panel-overview, .page-panel-overview.page-active { min-height: 390px; padding: 54px 0 48px; column-gap: 58px; }
.overview-copy h1 { max-width: 640px; margin: 12px 0 15px; font-size: clamp(40px, 4.3vw, 58px); line-height: 1.12; letter-spacing: -.065em; }
.overview-copy h1 em { display: inline-block; white-space: nowrap; }
.overview-copy > p { max-width: 520px; font-size: 14px; line-height: 1.75; }
.overview-points { gap: 18px; margin-top: 23px; font-size: 11px; }
.overview-account { padding: 23px; }
.overview-account-list { margin-top: 18px; }
.overview-account-row { padding: 11px 13px; }
.product-shelf, .page-panel-products, .page-panel-products.page-active { padding: 65px 0 78px; }
.product-shelf-heading h2 { font-size: clamp(32px, 3.6vw, 43px); }
.product-shelf-heading p { margin-top: 10px; font-size: 13px; }
.product-shelf .plan-grid { gap: 18px; margin-top: 29px; }
.plan-card { min-height: 360px; padding: 24px 25px; }
.plan-card h3 { margin: 20px 0 8px; font-size: 22px; }
.plan-desc { min-height: 37px; font-size: 11px; }
.price { margin-top: 20px; font-size: 34px; }
.plan-divider { margin: 16px 0 14px; }
.plan-features { gap: 8px; font-size: 11px; }
.plan-select { margin-top: 19px; padding: 11px 13px; }
.trust-strip { padding: 19px 0; }
.trust-strip small { max-width: 190px; line-height: 1.45; }
@media (max-width: 600px) {
  .overview-copy h1 { font-size: 39px; }
  .overview-copy h1 em { white-space: normal; }
  .product-shelf, .page-panel-products, .page-panel-products.page-active { padding: 48px 0 58px; }
  .plan-card { min-height: 0; padding: 22px; }
}

/* Final precedence for the relaxed single-page layout. */
html { scroll-snap-type: none; scroll-behavior: smooth; }
.page-progress { display: none; }
.page-panel, .page-panel.page-active { display: block; min-height: 0; scroll-snap-align: none; scroll-snap-stop: normal; }
.page-panel-overview, .page-panel-overview.page-active { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(350px, .82fr); align-content: center; min-height: 390px; padding: 55px 0 48px; }
.page-panel-products, .page-panel-products.page-active { display: block; padding: 72px 0; }
.checkout-stage, .checkout-stage.page-active { display: none; min-height: 0; padding: 50px 0 65px; }
.checkout-stage.open, .checkout-stage.page-active.open { display: block; }
.purchase-footer, .purchase-footer.page-footer-active { display: grid; scroll-snap-align: none; }
.scroll-hint, .page-back-button { display: none; }
@media (max-width: 860px) {
  .page-panel-overview, .page-panel-overview.page-active { grid-template-columns: 1fr; gap: 28px; min-height: 0; padding: 54px 0 52px; }
  .page-panel-products, .page-panel-products.page-active { padding: 58px 0 65px; }
}
@media (max-width: 600px) {
  .page-panel-overview, .page-panel-overview.page-active { min-height: 0; padding: 42px 0; }
  .page-panel-products, .page-panel-products.page-active { padding: 48px 0 55px; }
  .checkout-stage, .checkout-stage.page-active { padding: 42px 0 52px; }
}

/* Final precedence for the wheel-driven three-screen layout. */
html { scroll-snap-type: y mandatory; }
.page-panel, .page-panel.page-active { display: block; scroll-snap-align: start; scroll-snap-stop: always; min-height: calc(100vh - 72px); }
.page-panel-overview, .page-panel-overview.page-active { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(350px, .82fr); align-content: center; }
.page-panel-products, .page-panel-products.page-active { display: block; padding-top: 14vh; }
.checkout-stage, .checkout-stage.page-active, .checkout-stage.page-active.open { display: block; padding-top: 13vh; }
.purchase-footer, .purchase-footer.page-footer-active { display: grid; scroll-snap-align: none; }
@media (max-width: 860px) {
  .page-panel-overview, .page-panel-overview.page-active { grid-template-columns: 1fr; align-content: center; }
  .page-panel-products, .page-panel-products.page-active { padding-top: 10vh; }
  .checkout-stage, .checkout-stage.page-active, .checkout-stage.page-active.open { padding-top: 9vh; }
}
@media (max-width: 600px) {
  .page-panel, .page-panel.page-active { min-height: calc(100vh - 66px); }
  .page-panel-overview, .page-panel-overview.page-active { grid-template-columns: 1fr; }
  .page-panel-products, .page-panel-products.page-active { padding-top: 8vh; }
  .checkout-stage, .checkout-stage.page-active, .checkout-stage.page-active.open { padding-top: 7vh; }
}

/* Final precedence for the relaxed single-page layout. */
html { scroll-snap-type: none; scroll-behavior: smooth; }
.page-progress { display: none; }
.page-panel, .page-panel.page-active { display: block; min-height: 0; scroll-snap-align: none; scroll-snap-stop: normal; }
.page-panel-overview, .page-panel-overview.page-active { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(350px, .82fr); align-content: center; min-height: 390px; padding: 55px 0 48px; }
.page-panel-products, .page-panel-products.page-active { display: block; padding: 72px 0; }
.checkout-stage, .checkout-stage.page-active { display: none; min-height: 0; padding: 50px 0 65px; }
.checkout-stage.open, .checkout-stage.page-active.open { display: block; }
.purchase-footer, .purchase-footer.page-footer-active { display: grid; scroll-snap-align: none; }
.scroll-hint, .page-back-button { display: none; }
@media (max-width: 860px) {
  .page-panel-overview, .page-panel-overview.page-active { grid-template-columns: 1fr; gap: 28px; min-height: 0; padding: 54px 0 52px; }
  .page-panel-products, .page-panel-products.page-active { padding: 58px 0 65px; }
}
@media (max-width: 600px) {
  .page-panel-overview, .page-panel-overview.page-active { min-height: 0; padding: 42px 0; }
  .page-panel-products, .page-panel-products.page-active { padding: 48px 0 55px; }
  .checkout-stage, .checkout-stage.page-active { padding: 42px 0 52px; }
}

/* Scroll-snap pages: the three screens remain in the document and advance with the wheel. */
html { scroll-snap-type: y mandatory; scroll-behavior: smooth; }
body { min-height: 100vh; overflow-y: auto; }
.page-shell { width: min(1120px, calc(100% - 48px)); }
.page-progress { position: sticky; top: 0; z-index: 8; padding: 12px 0; background: rgba(247,249,252,.93); backdrop-filter: blur(9px); }
.page-panel, .page-panel.page-active { display: grid; scroll-snap-align: start; scroll-snap-stop: always; min-height: calc(100vh - 72px); align-content: center; }
.page-panel-overview.page-active { grid-template-columns: minmax(0, 1.1fr) minmax(350px, .82fr); }
.page-panel-products.page-active { display: block; align-content: initial; padding-top: 14vh; }
.checkout-stage, .checkout-stage.page-active, .checkout-stage.page-active.open { display: block; align-content: initial; padding-top: 13vh; }
.purchase-footer, .purchase-footer.page-footer-active { display: grid; scroll-snap-align: start; }
.scroll-hint { display: flex; align-items: center; gap: 7px; margin-top: 33px; color: #9aa8b9; font-size: 11px; letter-spacing: .04em; }
.scroll-hint span { display: grid; place-items: center; width: 20px; height: 20px; border: 1px solid #cfdae8; border-radius: 50%; color: #246bfe; font-size: 13px; animation: scrollHint 1.7s ease-in-out infinite; }
@keyframes scrollHint { 0%, 100% { transform: translateY(0); opacity: .62; } 50% { transform: translateY(4px); opacity: 1; } }
@media (max-width: 860px) {
  .page-panel-overview.page-active { grid-template-columns: 1fr; align-content: center; }
  .page-panel-products.page-active { padding-top: 10vh; }
  .checkout-stage, .checkout-stage.page-active, .checkout-stage.page-active.open { padding-top: 9vh; }
}
@media (max-width: 600px) {
  .page-shell { width: min(100% - 30px, 540px); }
  .page-progress { padding: 9px 0; }
  .page-panel, .page-panel.page-active { min-height: calc(100vh - 66px); }
  .page-panel-products.page-active { padding-top: 8vh; }
  .checkout-stage, .checkout-stage.page-active, .checkout-stage.page-active.open { padding-top: 7vh; }
  .scroll-hint { margin-top: 22px; }
}

/* 2026-07-16 three-page purchase flow. */
.page-progress { display: grid; grid-template-columns: 1fr 34px 1fr 34px 1fr; align-items: center; max-width: 620px; margin: 23px auto 0; }
.page-step { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 9px 12px; border: 0; border-radius: 7px; color: #9aa8b9; background: transparent; font-size: 11px; font-weight: 700; }
.page-step span { color: #abb7c6; font-family: ui-monospace, Consolas, monospace; font-size: 10px; }
.page-step.active { color: #18345c; background: #edf4ff; }
.page-step.active span { color: #246bfe; }
.page-progress > i { height: 1px; background: #dbe4ef; }
.page-panel { display: none; }
.page-panel.page-active { display: block; }
.page-panel-overview.page-active { display: grid; }
.overview-actions { display: flex; margin-top: 24px; }
.overview-actions .primary-button { padding: 11px 20px; border: 0; border-radius: 7px; color: #fff; background: #246bfe; box-shadow: 0 8px 18px rgba(36,107,254,.15); font-size: 12px; font-weight: 750; }
.overview-actions .primary-button:hover { background: #1559e4; }
.page-back-button { display: inline-flex; margin-top: 22px; padding: 9px 0; border: 0; color: #71839a; background: transparent; font-size: 11px; }
.page-back-button:hover { color: #246bfe; }
.purchase-footer { display: none; }
.purchase-footer.page-footer-active { display: grid; }
.purchase-trust.page-footer-active { display: grid; }
.checkout-stage.page-active { display: block; }
.checkout-stage.page-active.open { display: block; }
@media (max-width: 600px) {
  .page-progress { grid-template-columns: 1fr 15px 1fr 15px 1fr; margin-top: 15px; }
  .page-step { gap: 4px; padding: 8px 3px; font-size: 10px; }
  .page-step span { display: none; }
  .overview-actions { margin-top: 18px; }
}

/* 2026-07-16 final customer flow: only the four approved sections remain visible. */
.site-glow, .overview-actions { display: none; }
.page-shell { width: min(1120px, calc(100% - 48px)); }
.overview-hero { min-height: 292px; padding: 42px 0 34px; grid-template-columns: minmax(0, 1.1fr) minmax(350px, .82fr); gap: 54px; }
.overview-copy h1 { margin: 10px 0 12px; font-size: clamp(39px, 4.5vw, 58px); }
.overview-copy > p { max-width: 560px; font-size: 13px; line-height: 1.7; }
.overview-points { margin-top: 24px; gap: 20px; }
.overview-account { padding: 20px; border-radius: 10px; box-shadow: 0 10px 28px rgba(30,58,95,.05); }
.overview-account h2 { font-size: 18px; }
.overview-account-list { margin-top: 17px; gap: 7px; }
.overview-account-row { padding: 10px 12px; }
.overview-download-link { margin-top: 10px; padding-top: 10px; }
.product-shelf { padding: 49px 0 42px; border-top: 0; }
.product-shelf-heading { text-align: center; }
.product-shelf-heading h2 { margin: 0; color: #10233f; font-size: clamp(31px, 3.4vw, 43px); letter-spacing: -.06em; }
.product-shelf-heading h2 em { color: #246bfe; font-style: normal; }
.product-shelf-heading p { margin: 11px 0 0; color: #72839a; font-size: 13px; }
.shelf-points { display: flex; justify-content: center; flex-wrap: wrap; gap: 29px; margin-top: 20px; color: #53657d; font-size: 11px; }
.shelf-points span { display: inline-flex; align-items: center; gap: 6px; }
.shelf-points i { display: grid; place-items: center; width: 15px; height: 15px; border-radius: 50%; color: #fff; background: #246bfe; font-size: 9px; font-style: normal; }
.product-shelf .plan-grid { margin-top: 29px; }
.plan-card { min-height: 337px; padding: 21px 22px; }
.plan-card h3 { margin-top: 18px; font-size: 23px; }
.plan-desc { color: #71839a; }
.price { margin-top: 22px; font-size: 32px; }
.plan-features { margin-top: 0; }
.plan-select { width: 100%; margin-top: 17px; padding: 10px 12px; border-radius: 7px; color: #fff; background: #246bfe; text-align: center; }
.plan-card[data-plan="comic_shrimp"] .plan-select { background: #ff6d25; }
.plan-card[data-plan="operation_shrimp"] .plan-select { background: #6d50e8; }
.checkout-launcher { display: none; }
.checkout-stage { display: none; padding: 12px 0 45px; border-top: 1px solid #e1e8f1; }
.checkout-stage.open { display: block; }
.checkout-stage-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 13px; }
.checkout-product-tab { padding: 13px 16px; border: 1px solid #e0e7f0; border-radius: 9px; color: #53657d; background: #fff; font-size: 13px; font-weight: 700; text-align: left; }
.checkout-product-tab.selected { border-color: #72a4ff; color: #173f87; box-shadow: 0 5px 15px rgba(36,107,254,.08); }
.checkout-stage-body { display: grid; grid-template-columns: 1.05fr .95fr; gap: 42px; align-items: center; padding: 29px 30px; border: 1px solid #e1e8f1; border-radius: 12px; background: #fff; }
.checkout-stage-copy h2 { margin: 10px 0 8px; color: #10233f; font-size: 31px; letter-spacing: -.05em; }
.checkout-stage-copy > p { max-width: 460px; margin: 0; color: #72839a; font-size: 13px; line-height: 1.75; }
.checkout-benefits { display: grid; gap: 10px; margin-top: 22px; color: #72839a; font-size: 12px; }
.checkout-benefits span::first-letter { color: #36b98a; }
.checkout-stage-card { width: auto; margin: 0; padding: 24px; box-shadow: none; border: 1px solid #dbe5f0; border-radius: 10px; }
.checkout-stage-card .selected-plan-row { margin-top: 20px; }
.checkout-stage-card .pay-button { width: 100%; background: #246bfe; }
.trust-strip { width: min(1120px, calc(100% - 48px)); margin-top: 0; padding: 25px 0; }
.trust-strip > div { gap: 13px; }
.trust-icon { width: 30px; height: 30px; color: #53657d; background: #fff; }
.footer { width: min(1120px, calc(100% - 48px)); padding: 18px 0 25px; font-size: 11px; }
.utility-modal { z-index: 24; }
.utility-modal .payment-modal { width: min(760px, calc(100% - 32px)); max-height: min(680px, calc(100vh - 40px)); overflow: auto; }
.utility-modal .download-grid { grid-template-columns: repeat(3, 1fr); }
.support-contact { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; padding: 15px 16px; border: 1px solid #d8e6fb; border-radius: 10px; background: #f4f8ff; color: #53657d; font-size: 12px; }
.support-contact strong { color: #246bfe; font-size: 17px; letter-spacing: .04em; }
@media (max-width: 860px) {
  .overview-hero { grid-template-columns: 1fr; gap: 25px; }
  .checkout-stage-body { grid-template-columns: 1fr; gap: 27px; }
  .utility-modal .download-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .page-shell { width: min(100% - 30px, 540px); }
  .overview-hero { min-height: 0; padding: 35px 0 28px; }
  .overview-copy h1 { font-size: 39px; }
  .overview-points { display: grid; gap: 9px; }
  .product-shelf { padding-top: 37px; }
  .product-shelf-heading h2 { font-size: 32px; }
  .shelf-points { display: grid; justify-content: start; gap: 9px; margin-left: 14px; text-align: left; }
  .checkout-stage-tabs { grid-template-columns: 1fr; }
  .checkout-stage-body { padding: 23px 18px; }
  .trust-strip { width: min(100% - 30px, 540px); }
  .support-contact strong { font-size: 14px; }
}

/* Final precedence: relaxed single-page storefront (scroll-snap rollback). */
html { scroll-snap-type: none; scroll-behavior: smooth; }
.page-progress { display: none; }
.page-panel, .page-panel.page-active { display: block; min-height: 0; scroll-snap-align: none; scroll-snap-stop: normal; }
.page-shell { width: min(1260px, calc(100% - 80px)); }
.page-panel-overview, .page-panel-overview.page-active { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(350px, .82fr); align-content: center; min-height: 440px; padding: 72px 0 64px; column-gap: 82px; }
.overview-copy h1 { max-width: 700px; margin: 15px 0 18px; font-size: clamp(46px, 5vw, 68px); line-height: 1.06; }
.overview-copy > p { max-width: 590px; font-size: 15px; line-height: 1.9; }
.overview-points { gap: 26px; margin-top: 31px; font-size: 12px; }
.overview-account { padding: 28px; border-radius: 13px; }
.overview-account h2 { margin-top: 10px; font-size: 23px; }
.overview-account-head p { font-size: 12px; }
.overview-account-list { gap: 11px; margin-top: 24px; }
.overview-account-row { padding: 14px 15px; }
.overview-account-row span, .overview-account-row strong { font-size: 12px; }
.overview-download-link { margin-top: 17px; padding-top: 16px; font-size: 12px; }
.page-panel-products, .page-panel-products.page-active { display: block; padding: 86px 0 98px; }
.product-shelf-heading h2 { font-size: clamp(36px, 4vw, 48px); }
.product-shelf-heading p { margin-top: 14px; font-size: 15px; }
.shelf-points { gap: 36px; margin-top: 25px; font-size: 12px; }
.product-shelf .plan-grid { gap: 22px; margin-top: 39px; }
.plan-card { min-height: 420px; padding: 29px 30px; border-radius: 16px; }
.plan-card h3 { margin: 23px 0 9px; font-size: 24px; }
.plan-desc { min-height: 49px; font-size: 12px; line-height: 1.7; }
.price { margin-top: 27px; font-size: 38px; }
.plan-divider { margin: 20px 0 17px; }
.plan-features { gap: 11px; font-size: 12px; line-height: 1.5; }
.plan-select { margin-top: 25px; padding: 13px 14px; font-size: 12px; }
.popular-badge { top: 20px; right: 20px; }
.checkout-stage, .checkout-stage.page-active { display: none; min-height: 0; padding: 50px 0 65px; }
.checkout-stage.open, .checkout-stage.page-active.open { display: block; }
.purchase-footer, .purchase-footer.page-footer-active { display: grid; scroll-snap-align: none; }
.scroll-hint, .page-back-button { display: none; }
@media (max-width: 860px) {
  .page-shell { width: min(100% - 48px, 680px); }
  .page-panel-overview, .page-panel-overview.page-active { grid-template-columns: 1fr; gap: 28px; min-height: 0; padding: 60px 0 54px; }
  .page-panel-products, .page-panel-products.page-active { padding: 70px 0 78px; }
  .product-shelf .plan-grid { gap: 17px; }
  .plan-card { padding: 25px; }
}
@media (max-width: 600px) {
  .page-shell { width: min(100% - 30px, 540px); }
  .page-panel-overview, .page-panel-overview.page-active { min-height: 0; padding: 48px 0 45px; }
  .overview-copy h1 { font-size: 43px; }
  .overview-copy > p { font-size: 13px; }
  .overview-points { gap: 11px; margin-top: 23px; font-size: 11px; }
  .overview-account { padding: 22px; }
  .page-panel-products, .page-panel-products.page-active { padding: 58px 0 65px; }
  .product-shelf-heading h2 { font-size: 34px; }
  .product-shelf-heading p { font-size: 13px; line-height: 1.7; }
  .shelf-points { display: grid; justify-content: start; gap: 10px; margin-left: 12px; text-align: left; }
  .product-shelf .plan-grid { gap: 15px; margin-top: 30px; }
  .plan-card { min-height: 0; padding: 24px; }
  .plan-card h3 { font-size: 22px; }
  .checkout-stage, .checkout-stage.page-active { padding: 42px 0 52px; }
}
