/* Frozen copy of the site stylesheet (assets/theme.css at bc89381) that the dashboard, links page and
   menu page are built on. The storefront redesigns its own theme.css freely; this copy keeps admin/owner
   pages and customer taps from breaking. Change here on purpose only. */
/* Tapfour theme — dark, lime accent. Ported from the Tapfour Site v3 design. */
@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('instrument-sans-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('instrument-sans-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'JetBrains Mono'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('jetbrains-mono-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'JetBrains Mono'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('jetbrains-mono-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
:root {
  --bg: #0a0a0b; --fg: #f2f0eb; --lime: #c8f23c;
  --m1: #d6d4ce; --m2: #b5b3ad; --m3: #8a8883; --m4: #6f6c66; --m5: #5d5c59;
  --card: #121214; --l1: #1f1f22; --l2: #232326; --l3: #26262a; --l4: #2a2a2d;
  --mono: 'JetBrains Mono', ui-monospace, monospace;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--fg); font-family: 'Instrument Sans', system-ui, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: var(--lime); text-decoration: none; }
a:hover { color: var(--fg); }
img { max-width: 100%; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; text-align: inherit; }
button:disabled { cursor: default; }
[hidden] { display: none !important; }
input, select, textarea { font: inherit; }
:focus-visible { outline: 2px solid var(--lime); outline-offset: 2px; }
h1, h2, h3, p { margin: 0; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link:focus { position: fixed !important; width: auto; height: auto; clip: auto; top: 8px; left: 8px; z-index: 99; padding: 10px 14px; background: var(--lime); color: var(--bg); border-radius: 99px; }
@keyframes tfMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes tfPulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
@media (prefers-reduced-motion: reduce) { .marquee { animation: none !important; } html { scroll-behavior: auto; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } }
.marquee:hover { animation-play-state: paused; }

/* utilities */
.mono { font-family: var(--mono); }
.mono-11 { font: 500 11px var(--mono); }
.mono-12 { font: 500 12px var(--mono); }
.lime { color: var(--lime); } .fg { color: var(--fg); }
.m2 { color: var(--m2); } .m3 { color: var(--m3); } .m5 { color: var(--m5); }
.b6 { font-weight: 600; } .b7 { font-weight: 700; }
.s11 { font-size: 11px; font-weight: 600; } .s13 { font-size: 13px; font-weight: 600; }
.ta-r { text-align: right; } .rel { position: relative; }
.row-between { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.row-between.wrap, .row-wrap { flex-wrap: wrap; }
.row-wrap { display: flex; gap: 12px; align-items: center; }
.stack-10 { display: flex; flex-direction: column; gap: 10px; }
.stack-14 { display: flex; flex-direction: column; gap: 14px; }
.tag { font: 700 10px var(--mono); letter-spacing: .04em; padding: 5px 9px; border-radius: 99px; white-space: nowrap; }
.tag--lime { background: var(--lime); color: var(--bg); padding: 3px 7px; }
.tag--glass { background: rgba(10,10,11,.75); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); color: var(--fg); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }

/* logo mark */
.tf-mark { position: relative; display: inline-block; width: 1em; height: 1em; flex-shrink: 0; }
.tf-mark::before, .tf-mark::after { content: ""; position: absolute; width: .458em; height: .667em; background: var(--leaf, var(--lime)); }
.tf-mark::before { left: 0; top: .25em; border-radius: 0 80% 0 80%; }
.tf-mark::after { left: .5em; top: .083em; border-radius: 80% 0 80% 0; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 24px; border-radius: 99px; font-size: 16px; font-weight: 700; white-space: nowrap; transition: filter .15s, background .15s; }
.btn--lg { padding: 16px 26px; }
.btn--block { width: 100%; }
.btn--light { background: var(--fg); color: var(--bg); }
.btn--light:hover { background: #fff; color: var(--bg); }
.btn--lime { background: var(--lime); color: var(--bg); }
.btn--lime:hover { color: var(--bg); filter: brightness(1.06); }
.btn--dark { background: var(--bg); color: var(--fg); }
.btn--dark:hover { color: var(--lime); }
.btn--ghost { box-shadow: inset 0 0 0 1px #3a3a3d; color: var(--fg); font-weight: 600; }
.btn--ghost:hover { box-shadow: inset 0 0 0 1px var(--fg); }
.btn--ghost-dark { box-shadow: inset 0 0 0 1px rgba(10,10,11,.35); color: var(--bg); font-weight: 600; }
.btn:disabled { opacity: .5; }

/* sale marquee */
.sale-bar { background: var(--lime); color: var(--bg); overflow: hidden; height: 40px; display: flex; align-items: center; }
.marquee { display: flex; width: max-content; animation: tfMarquee 28s linear infinite; }
.marquee__run { display: flex; align-items: center; gap: 28px; padding-right: 28px; }
.sale-bar__item { display: flex; align-items: center; gap: 28px; font: 700 13px var(--mono); letter-spacing: .06em; white-space: nowrap; }
.sale-bar__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--bg); animation: tfPulse 1.2s ease-in-out infinite; flex-shrink: 0; }
.sale-bar__sep { opacity: .4; }

/* header */
.sticky-header { position: sticky; top: 0; z-index: 20; }
.site-header { background: rgba(10,10,11,.6); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.site-header__in { max-width: 1320px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 32px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--fg); font-size: 26px; font-weight: 700; letter-spacing: -.045em; }
.brand:hover { color: var(--fg); }
.nav { display: flex; gap: 40px; font-size: 17px; }
.nav a, .mobile-nav__panel a { color: var(--m2); }
.nav a:hover, .nav a[aria-current] { color: var(--fg); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.cart-link { position: relative; width: 46px; height: 46px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: inset 0 0 0 1px #2e2e31; color: var(--fg); }
.cart-link svg { fill: none; }
.cart-link__count { position: absolute; top: -4px; right: -4px; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 99px; background: var(--lime); color: var(--bg); font: 700 11px/20px var(--mono); text-align: center; }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { list-style: none; width: 46px; height: 46px; border-radius: 50%; box-shadow: inset 0 0 0 1px #2e2e31; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; cursor: pointer; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary span { width: 16px; height: 2px; background: var(--fg); border-radius: 2px; }
.mobile-nav__panel { position: absolute; right: 0; top: 56px; min-width: 220px; display: flex; flex-direction: column; gap: 4px; padding: 10px; border-radius: 20px; background: var(--card); box-shadow: inset 0 0 0 1px var(--l2), 0 30px 60px -20px #000; }
.mobile-nav__panel a { padding: 10px 12px; border-radius: 12px; font-size: 16px; }
.mobile-nav__panel a:hover { background: #1a1a1d; color: var(--fg); }
@media (max-width: 1080px) { .nav { display: none; } .mobile-nav { display: block; } }
@media (max-width: 600px) {
  .site-header__in { padding: 14px 16px; gap: 10px; }
  .brand { font-size: 22px; }
  .header-actions .btn--light { padding: 11px 16px; font-size: 14px; }
}

/* sections */
.sec { max-width: 1320px; margin: 0 auto; padding: 110px 32px 40px; display: flex; flex-direction: column; gap: 40px; }
.sec--tight { padding-top: 56px; padding-bottom: 60px; }
.sec__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; }
.sec__titles { display: flex; flex-direction: column; gap: 14px; }
.sec__aside { font-size: 16px; color: var(--m3); max-width: 360px; line-height: 1.5; }
.sec__lead { font-size: 17px; color: var(--m3); line-height: 1.5; max-width: 560px; }
.eyebrow { font: 500 13px var(--mono); color: var(--lime); letter-spacing: .06em; }
.h2 { font-size: clamp(40px, 5vw, 68px); font-weight: 700; letter-spacing: -.055em; line-height: .92; max-width: 760px; }
@media (max-width: 600px) { .sec { padding: 72px 16px 24px; gap: 28px; } .sec--tight { padding-top: 32px; } }

/* hero */
.hero { position: relative; margin-top: -90px; padding-top: 90px; overflow: hidden; }
.glow { position: absolute; border-radius: 50%; background: var(--lime); pointer-events: none; }
.hero__glow1 { width: 900px; height: 900px; filter: blur(240px); opacity: .13; right: -120px; top: -160px; }
.hero__in { max-width: 1320px; margin: 0 auto; padding: 56px 32px 40px; display: flex; flex-direction: column; gap: 40px; position: relative; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { display: flex; align-items: center; gap: 8px; padding: 7px 12px; border-radius: 99px; background: #141416; box-shadow: inset 0 0 0 1px var(--l3); font-size: 13px; font-weight: 600; }
.chip--g { padding-left: 7px; }
.chip__g { width: 20px; height: 20px; padding: 3px; background: #fff; border-radius: 50%; }
.chip--lime { background: #16170f; box-shadow: inset 0 0 0 1px rgba(200,242,60,.35); color: var(--lime); }
.stars { color: #fbbc04; letter-spacing: 1px; }
.hero__title { font-size: clamp(52px, 6.4vw, 88px); font-weight: 700; letter-spacing: -.065em; line-height: .88; }
.hero__title span { color: var(--lime); }
.hero__sub { font-size: 20px; line-height: 1.45; color: var(--m2); max-width: 520px; }

.mini-tabs { display: flex; gap: 4px; }
.mini-tabs span { padding: 4px 9px; border-radius: 99px; background: #e6e2da; font-size: 9px; font-weight: 600; }
.mini-tabs span.on { background: var(--bg); color: var(--lime); font-weight: 700; }
.mini-tabs--lg { gap: 6px; }
.mini-tabs--lg span { padding: 5px 10px; font-size: 10px; background: #e3e0d9; }
.mi { display: flex; align-items: center; gap: 8px; padding: 7px 0; border-bottom: 1px solid #e3e0d9; }
.mi__img { width: 34px; height: 34px; border-radius: 9px; background: repeating-linear-gradient(45deg, #dcd7cd 0 4px, #e7e3db 4px 8px); flex-shrink: 0; }
.mi__txt { flex: 1; display: flex; flex-direction: column; min-width: 0; }
.mi__txt b { font-size: 11px; }
.mi__txt span { font-size: 9px; color: var(--m4); }
.mi__p { font: 700 10px var(--mono); }
.mi__end { display: flex; flex-direction: column; align-items: flex-end; gap: 3px; }
.mi__add { width: 16px; height: 16px; border-radius: 50%; background: var(--bg); color: var(--lime); font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; line-height: 1; }
.mi--pv { border-color: #dcd8cf; }
.mi--pv .mi__img { width: 30px; height: 30px; border-radius: 8px; background: repeating-linear-gradient(45deg, #d8d3c9 0 4px, #e3dfd6 4px 8px); }
.mi--pv .mi__txt b { font-size: 10px; }
.mi--pv .mi__txt span { font-size: 8px; }
.mi--pv .mi__p { font-size: 9px; }
.tgl { width: 30px; height: 17px; border-radius: 99px; background: var(--l4); position: relative; flex-shrink: 0; transition: background .15s; }
.tgl::after { content: ""; position: absolute; left: 2px; top: 2px; width: 13px; height: 13px; border-radius: 50%; background: #fff; transition: left .15s; }
.tgl.on { background: var(--lime); }
.tgl.on::after { left: 15px; }
.tgl--lg { width: 44px; height: 26px; }
.tgl--lg::after { left: 3px; top: 3px; width: 20px; height: 20px; }
.tgl--lg.on::after { left: 21px; }
@media (max-width: 700px) {
  .hero__in { padding: 32px 16px 24px; }
  .hero__sub { font-size: 18px; }
}

/* live taps */
.live-taps { border-top: 1px solid #1c1c1f; border-bottom: 1px solid #1c1c1f; display: flex; align-items: stretch; overflow: hidden; margin-top: 24px; }
.live-taps__label { display: flex; align-items: center; gap: 10px; padding: 0 22px; background: var(--lime); color: var(--bg); font: 700 12px var(--mono); letter-spacing: .06em; white-space: nowrap; flex-shrink: 0; }
.live-taps__track { flex: 1; overflow: hidden; position: relative; padding: 18px 0; }
.live-taps__fade { position: absolute; right: 0; top: 0; bottom: 0; width: 100px; background: linear-gradient(270deg, var(--bg), rgba(10,10,11,0)); z-index: 2; }
.ticker__run { display: flex; gap: 14px; padding-right: 14px; }
.tap-ev { display: flex; align-items: center; gap: 10px; padding: 8px 14px 8px 8px; border-radius: 99px; background: var(--card); box-shadow: inset 0 0 0 1px var(--l2); white-space: nowrap; font-size: 14px; }
.tap-ev__ic { width: 28px; height: 28px; border-radius: 50%; background: #1c1c1f; display: flex; align-items: center; justify-content: center; }
.tap-ev__txt { color: var(--m2); }
.tap-ev__ago { font: 500 11px var(--mono); color: var(--m5); }

/* builder */
.presets { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr)); gap: 12px; }
.preset { border-radius: 24px; padding: 10px; display: flex; flex-direction: column; background: var(--card); box-shadow: inset 0 0 0 1px var(--l2); transition: box-shadow .2s, background .2s; }
.preset:hover { background: #16161a; }
.preset.rec { box-shadow: inset 0 0 0 1px rgba(200,242,60,.35); }
.preset.on { box-shadow: inset 0 0 0 2px var(--lime); }
.preset__img { position: relative; height: 176px; border-radius: 16px; overflow: hidden; background: radial-gradient(90% 90% at 50% 30%, #232327, #0c0c0d); display: block; }
.preset__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.preset__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,10,11,0) 55%, rgba(10,10,11,.7) 100%); }
.preset__tags { position: absolute; left: 10px; top: 10px; right: 10px; display: flex; justify-content: space-between; gap: 6px; }
.preset__tags .tag--lime { padding: 5px 9px; }
.preset__body { padding: 16px 10px 8px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.preset__name { font-size: 20px; font-weight: 700; letter-spacing: -.035em; line-height: 1.1; text-wrap: balance; }
.preset__desc { font-size: 14px; color: var(--m3); line-height: 1.4; text-wrap: pretty; }
.preset__foot { margin: 8px 4px 4px; padding: 12px 12px 12px 14px; border-radius: 16px; background: var(--bg); display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.preset__prices { display: flex; flex-direction: column; gap: 1px; }
.preset__row { display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; }
.preset__row b { font-size: 26px; font-weight: 700; letter-spacing: -.05em; line-height: 1; }
.preset__row s { font: 500 13px var(--mono); color: var(--m4); }
.preset__row small { font: 500 11px var(--mono); color: var(--m3); }
.preset__mo { font: 500 11px var(--mono); color: var(--lime); }
.preset__btn { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; flex-shrink: 0; background: #1c1c1f; }
.preset.on .preset__btn { background: var(--lime); color: var(--bg); }

.builder { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 520px), 1fr)); gap: 20px; align-items: start; }
.preview { position: sticky; top: 100px; border-radius: 28px; background: radial-gradient(90% 70% at 50% 20%, #1d1d20 0%, #0c0c0d 70%); box-shadow: inset 0 0 0 1px var(--l1); min-height: 680px; display: flex; flex-direction: column; overflow: hidden; padding-bottom: 8px; }
.pv-top { display: flex; justify-content: space-between; padding: 20px 24px; font: 500 12px var(--mono); color: var(--m3); }
.pv-stage { flex: 1; display: flex; align-items: center; justify-content: center; padding: 20px 20px 60px; position: relative; }
.pv-glow { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); width: 70%; height: 40px; border-radius: 50%; background: var(--lime); opacity: .3; filter: blur(30px); }
.pv-photo { position: relative; width: 380px; max-width: 78%; aspect-ratio: 4 / 5; border-radius: 22px; overflow: hidden; box-shadow: 0 0 0 1px var(--l3), 0 40px 80px -30px #000; transition: transform .4s cubic-bezier(.2,.8,.2,1); }
.pv-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pv-cap { position: absolute; left: 12px; bottom: 12px; padding: 6px 11px; border-radius: 99px; background: rgba(10,10,11,.8); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); font: 500 10px var(--mono); color: var(--m1); }
.pv-url { display: flex; justify-content: center; padding: 0 20px 14px; }
.pv-url > span { display: flex; align-items: center; gap: 10px; padding: 9px 14px; border-radius: 99px; background: #141416; box-shadow: inset 0 0 0 1px var(--l3); font: 500 12px var(--mono); color: var(--m2); max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ring { border-radius: 50%; box-shadow: 0 0 0 2px var(--lime); display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--lime); flex-shrink: 0; }
.ring--sm { width: 32px; height: 32px; font-size: 11px; }
.ring--xs { width: 26px; height: 26px; font-size: 9px; box-shadow: 0 0 0 1.5px var(--lime); }
.shine { position: absolute; inset: 0; background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.07) 42%, transparent 54%); }
.quad__id { display: flex; align-items: center; gap: 10px; }
.quad__id small { display: block; font: 500 8px var(--mono); color: var(--m3); }
.pv-phone { position: absolute; right: 18px; bottom: 30px; width: 188px; height: 380px; border-radius: 32px; background: #000; padding: 6px; box-shadow: 0 0 0 1px #2e2e31, 0 40px 60px -20px #000; transform: rotate(4deg); z-index: 2; }
.pv-phone__screen { width: 100%; height: 100%; border-radius: 27px; background: var(--fg); color: var(--bg); overflow: hidden; display: flex; flex-direction: column; }
.pv-phone__head { background: var(--bg); color: var(--fg); padding: 12px; display: flex; flex-direction: column; gap: 8px; }
.pv-phone__head b { font-size: 12px; letter-spacing: -.02em; }
.pv-phone__island { width: 54px; height: 15px; border-radius: 10px; background: #000; box-shadow: 0 0 0 1px var(--l1); align-self: center; }
.pv-phone__tabs { display: flex; gap: 4px; padding: 9px 9px 4px; }
.pv-phone__tabs button { padding: 4px 8px; border-radius: 99px; font-size: 9px; font-weight: 700; background: #e3e0d9; color: var(--bg); }
.pv-phone__tabs button.on { background: var(--bg); color: var(--lime); }
.pv-phone__list { padding: 2px 10px; display: flex; flex-direction: column; flex: 1; }
.pv-phone__cta { margin: 8px; padding: 8px 10px; border-radius: 10px; background: var(--bg); color: var(--fg); font-size: 9px; font-weight: 600; display: flex; justify-content: space-between; align-items: center; }
.pv-phone__cta--lime { background: var(--lime); color: var(--bg); }
.pv-phone__cta--lime span { display: flex; flex-direction: column; }
.pv-phone__cta--lime small { font: 700 7px var(--mono); }
.pv-phone__cta--lime b { font-size: 10px; }
@media (max-width: 900px) { .preview { position: relative; top: 0; min-height: 560px; } }
@media (max-width: 560px) { .pv-phone { zoom: .7; right: 8px; } .preview { min-height: 480px; } }

.panel { border-radius: 24px; background: var(--card); box-shadow: inset 0 0 0 1px var(--l1); padding: 24px; display: flex; flex-direction: column; gap: 16px; }
.panel__head { display: flex; justify-content: space-between; gap: 12px; font: 500 12px var(--mono); color: var(--m3); }
.fields { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 10px; }
.field { display: flex; flex-direction: column; gap: 6px; font-size: 12px; color: var(--m3); }
.field input, .field__in { background: var(--bg); border: 1px solid var(--l4); border-radius: 12px; padding: 13px 14px; color: var(--fg); font-size: 16px; outline: none; width: 100%; }
.field input:focus, .field__in:focus { border-color: var(--lime); }
.field--dark { color: var(--bg); font-weight: 600; }
.hw-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; }
.opt { border-radius: 16px; padding: 16px; display: flex; flex-direction: column; gap: 6px; background: var(--bg); transition: background .15s; }
.opt:hover { background: #141416; }
.opt.on { background: #1a1c12; box-shadow: inset 0 0 0 1.5px var(--lime); }
.opt b { font-size: 16px; letter-spacing: -.02em; }
.opt > span { font-size: 13px; color: var(--m3); line-height: 1.35; }
.opt .opt__price { display: flex; align-items: baseline; gap: 8px; margin-top: 4px; flex-wrap: wrap; }
.opt__price em { font: 700 14px var(--mono); color: var(--lime); font-style: normal; }
.opt__price s { font: 500 12px var(--mono); color: var(--m4); }
.qty { display: flex; align-items: center; gap: 4px; background: var(--bg); border-radius: 99px; padding: 4px; box-shadow: inset 0 0 0 1px var(--l4); }
.qty button { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; background: #1a1a1d; }
.qty button.on { background: var(--lime); color: var(--bg); }
.qty output { min-width: 44px; text-align: center; font: 700 16px var(--mono); }
.modes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.mode { border-radius: 16px; padding: 14px 12px 12px; display: flex; flex-direction: column; gap: 10px; background: var(--bg); box-shadow: inset 0 0 0 1px var(--l2); position: relative; }
.mode:hover { background: #141416; }
.mode.on { background: #1a1c12; box-shadow: inset 0 0 0 1.5px var(--lime); }
.mode > span:nth-child(2) { display: flex; flex-direction: column; gap: 3px; }
.mode b { font-size: 15px; letter-spacing: -.02em; line-height: 1.15; }
.mode em { font: 700 10px var(--mono); color: var(--lime); font-style: normal; }
.mode__g { height: 30px; display: flex; align-items: center; }
.g-stand, .g-quad { display: flex; flex-direction: column; align-items: center; }
.g-stand i:first-child { width: 16px; height: 22px; border-radius: 4px 4px 1px 1px; box-shadow: inset 0 0 0 1.5px var(--lime); }
.g-stand i:last-child { width: 22px; height: 5px; border-radius: 2px; background: var(--lime); }
.g-quad i:first-child { width: 40px; height: 18px; border-radius: 4px; box-shadow: inset 0 0 0 1.5px var(--lime); display: flex; align-items: center; justify-content: space-evenly; }
.g-quad b { width: 5px; height: 5px; border-radius: 50%; background: var(--lime); }
.g-quad i:last-child { width: 46px; height: 5px; border-radius: 2px; background: var(--lime); }
.check { position: absolute; top: 10px; right: 10px; width: 18px; height: 18px; border-radius: 50%; background: var(--lime); color: var(--bg); font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.mode-info { border-radius: 14px; background: var(--bg); box-shadow: inset 0 0 0 1px var(--l1); padding: 14px 16px; display: flex; flex-direction: column; gap: 10px; }
.mode-info p { font-size: 13px; color: var(--m2); line-height: 1.45; }
.points { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 6px 14px; }
.points div { display: flex; gap: 8px; font-size: 12px; color: var(--m1); line-height: 1.35; }
.points .lime { font-weight: 700; }
.lbl { font-size: 13px; color: var(--m2); }
.chips-row { display: flex; gap: 8px; flex-wrap: wrap; }
.pchip { display: flex; align-items: center; gap: 10px; padding: 11px 16px; border-radius: 99px; font-size: 14px; font-weight: 600; color: var(--m3); background: var(--bg); box-shadow: inset 0 0 0 1px var(--l4); }
.pchip:hover { color: var(--fg); }
.pchip.on { background: var(--fg); color: var(--bg); }
#tf-website { font-size: 15px; font-family: var(--mono); }
#tf-mode, #tf-mode-after { display: flex; flex-direction: column; gap: 16px; }
.flat { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 16px; border-radius: 14px; background: #16170f; box-shadow: inset 0 0 0 1px rgba(200,242,60,.3); flex-wrap: wrap; }
.flat > div:first-child { display: flex; flex-direction: column; gap: 3px; }
.flat b { font-size: 15px; }
.flat span { font-size: 12px; color: var(--m3); }
.flat__p { display: flex; align-items: baseline; gap: 6px; }
.flat__p b { font-size: 24px; letter-spacing: -.04em; color: var(--lime); }
.flat__p span { font: 500 11px var(--mono); }
.slots { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.slot { border-radius: 14px; padding: 12px 8px; background: var(--bg); box-shadow: inset 0 0 0 1px var(--l4); display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; }
.slot:hover { box-shadow: inset 0 0 0 1.5px var(--lime); }
.slot .mono { font-size: 10px; font-weight: 700; }
.slot > b { font-size: 13px; }
.slot__dot { width: 34px; height: 34px; border-radius: 50%; background: var(--fg); color: var(--bg); display: flex; align-items: center; justify-content: center; }
.note { font-size: 13px; color: var(--m3); line-height: 1.45; border-top: 1px solid var(--l1); padding-top: 12px; }
.feat { display: flex; align-items: flex-start; gap: 16px; padding: 16px; border-radius: 16px; background: var(--bg); box-shadow: inset 0 0 0 1px var(--l2); width: 100%; }
.feat.on { background: #16170f; }
.feat__body { display: flex; flex-direction: column; gap: 6px; flex: 1; }
.feat__name { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.feat__name b { font-size: 16px; font-weight: 600; }
.feat__desc { font-size: 13px; color: var(--m3); line-height: 1.4; }
.feat__pts { display: flex; flex-direction: column; gap: 4px; }
.feat__pts span { display: flex; gap: 8px; font-size: 12px; color: var(--m1); }
.feat__pts i { color: var(--lime); font-style: normal; }
.feat__p { font: 700 13px var(--mono); color: var(--lime); white-space: nowrap; }
#tf-extra { gap: 14px; }
.seg { display: flex; gap: 4px; background: var(--card); border-radius: 99px; padding: 4px; box-shadow: inset 0 0 0 1px var(--l2); }
.seg button { padding: 10px 20px; border-radius: 99px; font-size: 14px; font-weight: 700; color: var(--m2); }
.seg button.on { background: var(--lime); color: var(--bg); }
.seg--sm { background: var(--bg); box-shadow: inset 0 0 0 1px var(--l4); }
.seg--sm button { padding: 8px 14px; font-size: 13px; }
.summary { border-radius: 24px; background: var(--lime); color: var(--bg); padding: 26px; display: flex; flex-direction: column; gap: 14px; }
.summary__totals { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; }
.summary__totals > div { display: flex; flex-direction: column; gap: 4px; }
.summary__big { font-size: 56px; font-weight: 700; letter-spacing: -.06em; line-height: .9; }
.summary__mid { font-size: 36px; font-weight: 700; letter-spacing: -.05em; line-height: .9; }
.summary__save { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; padding: 10px 12px; border-radius: 14px; background: var(--bg); color: var(--lime); font: 700 11px var(--mono); }
.summary__line { font-size: 14px; line-height: 1.45; border-top: 1px solid rgba(10,10,11,.2); padding-top: 12px; }
.summary__err { padding: 10px 12px; border-radius: 12px; background: var(--bg); color: #f27fa8; font-size: 13px; font-weight: 600; }
@media (max-width: 560px) {
  .panel, .summary { padding: 18px; }
  .modes, .slots { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .summary__big { font-size: 44px; }
}

/* app showcase */
.app-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 16px; }
.app-card { border-radius: 28px; background: var(--card); box-shadow: inset 0 0 0 1px var(--l1); padding: 28px; display: flex; flex-direction: column; gap: 24px; }
.app-card__txt, .app-photo__txt { display: flex; flex-direction: column; gap: 8px; }
.app-card h3, .app-photo h3 { font-size: 24px; letter-spacing: -.03em; }
.app-card p { font-size: 15px; color: var(--m3); line-height: 1.5; }
.phone { width: 230px; height: 440px; border-radius: 38px; background: #000; padding: 7px; box-shadow: 0 0 0 1px var(--l4); align-self: center; }
.phone__screen { width: 100%; height: 100%; border-radius: 32px; overflow: hidden; display: flex; flex-direction: column; }
.phone__screen--light { background: var(--fg); color: var(--bg); }
.phone__screen--dark { background: var(--bg); padding: 18px 14px; gap: 12px; }
.phone__hero { height: 90px; background: repeating-linear-gradient(45deg, #2a2622 0 7px, #312c27 7px 14px); display: flex; align-items: flex-end; padding: 12px; font: 500 9px var(--mono); color: var(--m2); }
.phone__body { padding: 12px; display: flex; flex-direction: column; gap: 9px; }
.pm { display: flex; justify-content: space-between; align-items: center; padding: 9px 0; border-bottom: 1px solid #dcd8cf; }
.pm b { display: block; font-size: 13px; }
.pm span { font-size: 10px; color: var(--m4); }
.pm i { font: 700 12px var(--mono); font-style: normal; }
.pm-cta { margin-top: 6px; padding: 10px; border-radius: 12px; background: var(--bg); color: #fff; font-size: 11px; font-weight: 600; display: flex; justify-content: space-between; }
.kn { margin-top: 16px; width: 58px; height: 58px; border-radius: 50%; box-shadow: 0 0 0 2px var(--lime); display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--lime); align-self: center; }
.kn-q { text-align: center; font-size: 18px; font-weight: 700; letter-spacing: -.03em; }
.kn-stars { text-align: center; font-size: 26px; letter-spacing: 4px; color: var(--lime); }
.kn-links { display: flex; flex-direction: column; gap: 7px; margin-top: 6px; }
.kn-link { display: flex; align-items: center; gap: 10px; padding: 10px; border-radius: 12px; background: #1a1a1d; font-size: 12px; font-weight: 600; }
.kn-link.on { background: var(--lime); color: var(--bg); font-weight: 700; }
.app-photo { border-radius: 28px; overflow: hidden; position: relative; min-height: 560px; box-shadow: inset 0 0 0 1px var(--l1); }
.app-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.app-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,10,11,0) 40%, rgba(10,10,11,.95) 85%); }
.app-photo__txt { position: absolute; left: 28px; right: 28px; bottom: 28px; z-index: 1; }
.app-photo p { font-size: 15px; color: var(--m2); line-height: 1.5; }

/* dashboard */
.dash { border-radius: 28px; background: #0f0f11; box-shadow: inset 0 0 0 1px var(--l1), 0 60px 120px -60px rgba(200,242,60,.2); overflow: hidden; }
.dash__top { display: flex; align-items: center; justify-content: space-between; padding: 16px 22px; border-bottom: 1px solid var(--l1); gap: 16px; flex-wrap: wrap; font-size: 15px; }
.dash__body { padding: 22px; display: flex; flex-direction: column; gap: 16px; }
.dash__body[hidden] { display: none; }
.kpis { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; }
.kpi { border-radius: 18px; background: #161619; padding: 18px; display: flex; flex-direction: column; gap: 6px; }
.kpi > span { font: 500 11px var(--mono); color: var(--m3); }
.kpi > b { font-size: 38px; letter-spacing: -.05em; }
.kpi > em { font-size: 12px; color: var(--m3); font-style: normal; }
.kpi > em.lime { color: var(--lime); }
.kpi--lime { background: #16170f; box-shadow: inset 0 0 0 1px #2a2e17; }
.kpi--lime > span { color: var(--lime); }
.dash__charts { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); gap: 12px; }
.bars { height: 180px; display: flex; align-items: flex-end; gap: 6px; margin-top: 8px; }
.bars i { flex: 1; border-radius: 6px 6px 2px 2px; background: #2e2e33; }
.bars i.on { background: var(--lime); }
.split { display: flex; flex-direction: column; gap: 6px; font-size: 14px; font-weight: 600; }
.split__bar { height: 8px; border-radius: 4px; background: var(--l2); }
.split__bar i { display: block; height: 8px; border-radius: 4px; }
.pipe { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; }
.pipe__col { border-radius: 18px; background: #141417; padding: 14px; display: flex; flex-direction: column; gap: 10px; min-height: 340px; }
.pipe__name { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; }
.pipe__name i { width: 8px; height: 8px; border-radius: 50%; }
.deal { border-radius: 14px; background: #1c1c20; padding: 12px; display: flex; flex-direction: column; gap: 8px; box-shadow: inset 0 0 0 1px var(--l3); }
.deal > b { font-size: 14px; font-weight: 600; }
.deal span { font-size: 11px; color: var(--m3); }
.deal em { font: 700 11px var(--mono); color: var(--lime); font-style: normal; }
.deal button { font-size: 11px; font-weight: 600; color: var(--m2); padding: 6px 8px; border-radius: 8px; background: #141417; text-align: center; }
.deal button:hover { background: var(--lime); color: var(--bg); }

/* plans */
.plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 16px; }
.plan { cursor: pointer; border-radius: 28px; padding: 30px; display: flex; flex-direction: column; gap: 22px; background: var(--card); color: var(--fg); --line: #26262a; box-shadow: inset 0 0 0 1px var(--line); transition: background .2s, color .2s; }
.plan.on { background: var(--lime); color: var(--bg); --line: rgba(10,10,11,.25); }
.plan h3 { font-size: 22px; letter-spacing: -.03em; }
.plan__tag { font: 700 11px var(--mono); padding: 5px 10px; border-radius: 99px; box-shadow: inset 0 0 0 1px var(--line); }
.plan__price { display: flex; align-items: baseline; gap: 6px; }
.plan__price b { font-size: 64px; letter-spacing: -.065em; line-height: .9; }
.plan__price span, .plan p { font-size: 15px; line-height: 1.45; }
.plan ul { list-style: none; margin: 0; padding: 18px 0 0; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 10px; }
.plan li { display: flex; gap: 10px; font-size: 14px; font-weight: 500; }
.plan li::before { content: "✓"; font-weight: 700; }
.plan__cta { margin-top: auto; padding: 15px; border-radius: 99px; text-align: center; font-size: 15px; font-weight: 700; background: #1f1f22; color: var(--fg); }
.plan.on .plan__cta { background: var(--bg); }

/* services */
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 12px; }
.svc { border-radius: 24px; padding: 24px; display: flex; flex-direction: column; gap: 14px; background: var(--card); min-height: 200px; transition: background .15s; }
.svc:hover { background: #16161a; }
.svc.on { background: #16170f; box-shadow: inset 0 0 0 1.5px var(--lime); }
.svc:disabled { opacity: .5; }
.svc__mark { width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; background: #1f1f22; }
.svc.on .svc__mark { background: var(--lime); color: var(--bg); }
.svc__name { font-size: 22px; font-weight: 700; letter-spacing: -.03em; }
.svc__desc { font-size: 14px; color: var(--m3); line-height: 1.45; flex: 1; }
.svc__price { font: 700 15px var(--mono); color: var(--lime); }

/* reseller */
.sec--tight .reseller { margin-top: 20px; }
.reseller { border-radius: 36px; position: relative; overflow: hidden; min-height: 420px; display: flex; align-items: flex-end; box-shadow: inset 0 0 0 1px var(--l2); }
.reseller > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.reseller__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,10,11,.96) 0%, rgba(10,10,11,.7) 45%, rgba(10,10,11,0) 75%); }
.reseller__in { position: relative; padding: 48px; display: flex; flex-direction: column; gap: 22px; max-width: 560px; }
.reseller__in .h2 { font-size: clamp(40px, 5vw, 64px); }
.reseller__in p { font-size: 17px; color: var(--m2); line-height: 1.5; }
@media (max-width: 600px) { .reseller__in { padding: 28px; } .reseller__shade { background: linear-gradient(0deg, rgba(10,10,11,.96) 20%, rgba(10,10,11,.4) 100%); } }

/* footer */
.site-footer { border-top: 1px solid #1c1c1f; margin-top: 40px; }
.site-footer__in { max-width: 1320px; margin: 0 auto; padding: 32px; display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; font-size: 14px; color: var(--m4); }
.site-footer__brand { font-size: 18px; font-weight: 700; letter-spacing: -.04em; color: var(--fg); }
.site-footer a:not(.site-footer__brand) { color: var(--m3); }
.site-footer a:hover { color: var(--fg); }

/* commerce pages */
.p-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr)); gap: 16px; }
.p-card { border-radius: 24px; padding: 10px; background: var(--card); box-shadow: inset 0 0 0 1px var(--l2); color: var(--fg); display: flex; flex-direction: column; transition: background .15s; }
.p-card:hover { background: #16161a; color: var(--fg); }
.p-card__media { position: relative; aspect-ratio: 4 / 5; border-radius: 16px; overflow: hidden; background: radial-gradient(90% 90% at 50% 30%, #232327, #0c0c0d); }
.p-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.p-card__ph { width: 100%; height: 100%; fill: #2a2a2d; }
.p-card__tag { position: absolute; left: 10px; top: 10px; padding: 5px 9px; }
.p-card__body { padding: 14px 8px 8px; display: flex; flex-direction: column; gap: 6px; }
.p-card__title { font-size: 18px; font-weight: 700; letter-spacing: -.03em; }
.price { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.price__now { font: 700 15px var(--mono); color: var(--lime); }
.price__was { font: 500 13px var(--mono); color: var(--m4); }
.price__note { font: 500 11px var(--mono); color: var(--m3); }
.pdp { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 40px; align-items: start; }
.pdp__media { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pdp__img { border-radius: 24px; overflow: hidden; background: var(--card); aspect-ratio: 1; }
.pdp__img--main { grid-column: 1 / -1; aspect-ratio: 4 / 5; }
.pdp__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pdp__info { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 20px; }
.pdp__info .price__now { font-size: 28px; }
.pdp__info .price__was { font-size: 16px; }
.pdp__form { display: flex; flex-direction: column; gap: 14px; padding: 24px; border-radius: 24px; background: var(--card); box-shadow: inset 0 0 0 1px var(--l1); }
select.field__in { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--m3) 50%), linear-gradient(135deg, var(--m3) 50%, transparent 50%); background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%; background-size: 5px 5px; background-repeat: no-repeat; }
.rte { font-size: 16px; line-height: 1.6; color: var(--m2); }
.rte a { text-decoration: underline; }
.rte img { border-radius: 16px; height: auto; }
.narrow { max-width: 720px; }
@media (max-width: 900px) { .pdp { grid-template-columns: 1fr; } .pdp__info { position: static; } }
.cart { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 20px; align-items: start; }
.cart__lines { display: flex; flex-direction: column; gap: 12px; }
.line { display: grid; grid-template-columns: 96px minmax(0, 1fr) auto auto; gap: 18px; align-items: start; padding: 14px; border-radius: 24px; background: var(--card); box-shadow: inset 0 0 0 1px var(--l1); }
.line__img { display: block; width: 96px; aspect-ratio: 1; border-radius: 14px; overflow: hidden; background: #0c0c0d; }
.line__img img, .line__img svg { width: 100%; height: 100%; object-fit: cover; display: block; }
.line__info { display: flex; flex-direction: column; gap: 4px; font-size: 13px; }
.line__title { font-size: 17px; font-weight: 700; color: var(--fg); letter-spacing: -.02em; }
.line__prop { color: var(--m2); }
.line__prop span { color: var(--m3); }
.line__qty { display: flex; flex-direction: column; gap: 6px; align-items: center; font-size: 12px; }
.line__qty .field__in { width: 72px; padding: 9px 10px; text-align: center; }
.line__price { font: 700 15px var(--mono); color: var(--lime); display: flex; flex-direction: column; align-items: flex-end; }
.cart__sum { position: sticky; top: 100px; }
.cart__sum .summary__big { font-size: 44px; }
.cart__sum .field__in { background: rgba(10,10,11,.08); border-color: rgba(10,10,11,.25); color: var(--bg); resize: vertical; }
@media (max-width: 900px) {
  .cart { grid-template-columns: 1fr; }
  .cart__sum { position: static; }
  .line { grid-template-columns: 72px minmax(0, 1fr); }
  .line__img { width: 72px; }
  .line__qty { flex-direction: row; grid-column: 2; }
  .line__price { grid-column: 2; align-items: flex-start; }
}
.empty { display: flex; flex-direction: column; gap: 22px; align-items: flex-start; }
.pager { font: 500 14px var(--mono); display: flex; gap: 10px; }
.pager .current { color: var(--lime); }

/* ================= polish: anchors, reveal, order bar, mobile menu ================= */
section[id] { scroll-margin-top: 84px; }
.site-footer__nav { display: flex; gap: 20px; flex-wrap: wrap; }
.rv { opacity: 0; transform: translateY(18px); transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1); }
.rv.in { opacity: 1; transform: none; }
.order-bar { display: none; }
@keyframes sheetIn { from { opacity: 0; transform: translateY(-8px) scale(.98); } }
.mobile-nav summary span { transition: transform .2s; }
.mobile-nav[open] summary span:first-child { transform: translateY(3.5px) rotate(45deg); }
.mobile-nav[open] summary span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-nav__panel { animation: sheetIn .25s cubic-bezier(.2,.8,.2,1); }

@media (max-width: 900px) {
  .order-bar { display: flex; position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); z-index: 30; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 10px 10px 18px; border-radius: 22px; background: rgba(18,18,20,.88); backdrop-filter: blur(18px) saturate(1.4); -webkit-backdrop-filter: blur(18px) saturate(1.4); box-shadow: inset 0 0 0 1px rgba(255,255,255,.09), 0 20px 50px -10px rgba(0,0,0,.85); transform: translateY(150%); opacity: 0; pointer-events: none; transition: transform .35s cubic-bezier(.2,.8,.2,1), opacity .25s; }
  .order-bar.on { transform: none; opacity: 1; pointer-events: auto; }
  .order-bar__sum { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
  .order-bar__sum span { font: 500 10px var(--mono); color: var(--m3); letter-spacing: .06em; }
  .order-bar__sum b { font-size: 20px; letter-spacing: -.04em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .order-bar .btn { padding: 12px 18px; font-size: 15px; }
}
@media (max-width: 1080px) {
  .mobile-nav__panel { right: -4px; top: 58px; width: calc(100vw - 24px); max-width: 420px; min-width: 0; padding: 10px; gap: 2px; border-radius: 24px; background: #121214; }
  .mobile-nav__panel a { display: flex; justify-content: space-between; align-items: center; padding: 15px 14px; font-size: 21px; font-weight: 600; letter-spacing: -.03em; color: var(--fg); }
  .mobile-nav__panel a::after { content: "→"; color: var(--m4); font-size: 18px; }
  .mobile-nav__panel a + a { border-top: 1px solid var(--l1); }
}

/* hardware options with product photos */
.hw-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.opt__img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 10px; display: block; margin-bottom: 6px; background: #0c0c0d; transition: transform .4s cubic-bezier(.2,.8,.2,1); }
.opt--img { padding: 10px 10px 14px; }
.opt--img > b, .opt--img > span { padding: 0 4px; }
.opt.on .opt__img { box-shadow: 0 0 0 1px rgba(200,242,60,.35); }
.opt:hover .opt__img { transform: scale(1.02); }

/* ================= mobile (≤640px) ================= */
@media (max-width: 640px) {
  .sec { padding: 64px 20px 16px; gap: 24px; }
  .sec--tight { padding-top: 28px; }
  .h2 { font-size: clamp(36px, 10.5vw, 46px); line-height: .95; letter-spacing: -.05em; }
  .sec__head { gap: 18px; }
  .sec__aside, .sec__lead { font-size: 15px; }
  .eyebrow { font-size: 11px; }
  .seg button { padding: 9px 16px; font-size: 13px; }

  /* swipeable rows instead of long stacks */
  .presets, .app-grid, .plans, .pipe { display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 84%; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding: 0 20px; margin: 0 -20px; padding: 4px 20px 10px; scrollbar-width: none; overscroll-behavior-x: contain; }
  .presets::-webkit-scrollbar, .app-grid::-webkit-scrollbar, .plans::-webkit-scrollbar, .pipe::-webkit-scrollbar, .chips::-webkit-scrollbar { display: none; }
  .presets > *, .app-grid > *, .plans > *, .pipe > * { scroll-snap-align: start; }
  .pipe { grid-auto-columns: 74%; margin: 0 -14px; padding: 0 14px 4px; scroll-padding: 0 14px; }

  /* hero */
  .hero { margin-top: -74px; padding-top: 74px; }
  .hero__in { padding: 22px 20px 16px; gap: 24px; }
  .chips { flex-wrap: nowrap; overflow-x: auto; margin: 0 -20px; padding: 0 20px; scrollbar-width: none; }
  .chip { flex-shrink: 0; }
  .hero__title { font-size: clamp(46px, 14vw, 60px); }
  .hero__sub { font-size: 17px; }

  /* ticker */
  .live-taps { margin-top: 8px; }
  .live-taps__label { padding: 0 12px; font-size: 10px; gap: 8px; }
  .live-taps__track { padding: 12px 0; }
  .tap-ev { font-size: 13px; }

  /* builder */
  #build .stack-14 > .row-between > span:last-child { display: none; }
  .preset__img { height: 170px; }
  .builder { gap: 12px; }
  .preview { min-height: 0; border-radius: 24px; }
  .pv-top { padding: 16px 18px; font-size: 10px; }
  .pv-stage { padding: 6px 16px 40px; min-height: 340px; }
  .pv-photo { width: 62%; max-width: 250px; border-radius: 18px; }
  .pv-url { padding: 0 14px 14px; }
  .pv-url > span { font-size: 10px; }
  .panel, .summary { padding: 18px; border-radius: 22px; gap: 14px; }
  .panel__head { font-size: 10px; }
  .fields { grid-template-columns: 1fr; }
  .hw-grid { grid-template-columns: 1fr; gap: 8px; }
  .opt { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 12px; row-gap: 2px; padding: 14px 16px; }
  .opt > b, .opt > span:not(.opt__price) { grid-column: 1; }
  .opt .opt__price { grid-column: 2; grid-row: 1 / span 2; align-self: center; flex-direction: column; align-items: flex-end; gap: 2px; margin: 0; }
  .opt--img { grid-template-columns: 60px minmax(0, 1fr) auto; padding: 10px 14px 10px 10px; column-gap: 12px; }
  .opt--img .opt__img { grid-column: 1; grid-row: 1 / span 2; width: 60px; height: 60px; aspect-ratio: 1; margin: 0; border-radius: 12px; }
  .opt--img > b, .opt--img > span:not(.opt__price) { grid-column: 2; padding: 0; align-self: end; }
  .opt--img > span:not(.opt__price) { align-self: start; }
  .opt--img .opt__price { grid-column: 3; }
  .modes { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
  .mode { padding: 12px 10px 10px; gap: 8px; }
  .mode b { font-size: 13px; }
  .mode em { font-size: 9px; }
  .check { top: 8px; right: 8px; width: 16px; height: 16px; font-size: 10px; }
  .points { grid-template-columns: 1fr; }
  .slots { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; }
  .slot { padding: 10px 4px; gap: 6px; }
  .slot > b { font-size: 11px; }
  .slot .mono { font-size: 8px; }
  .feat { gap: 12px; padding: 14px; }
  .feat__p { font-size: 12px; }
  .summary__big { font-size: 46px; }
  .summary__mid { font-size: 28px; }

  /* app showcase */
  .app-card { padding: 20px; gap: 18px; border-radius: 24px; }
  .phone { zoom: .86; }
  .app-photo { min-height: 0; border-radius: 24px; }
  .app-card h3, .app-photo h3 { font-size: 21px; }
  .app-card p, .app-photo p { font-size: 14px; }

  /* dashboard */
  .dash { border-radius: 22px; }
  .dash__top { padding: 14px 16px; font-size: 14px; }
  .dash__body { padding: 12px; gap: 8px; }
  .kpis { grid-template-columns: 1fr 1fr; gap: 8px; }
  .kpi { padding: 14px; border-radius: 14px; gap: 4px; }
  .kpi > b { font-size: 28px; }
  .kpi > span { font-size: 9.5px; }
  .kpi > em { font-size: 11px; }
  .dash__charts { grid-template-columns: 1fr; gap: 8px; }
  .bars { height: 120px; gap: 4px; }
  .pipe__col { min-height: 280px; }

  /* plans */
  .plan { padding: 24px; gap: 16px; border-radius: 24px; }
  .plan__price b { font-size: 52px; }

  /* services: compact cards */
  .svc-grid { gap: 8px; }
  .svc { position: relative; min-height: 0; padding: 18px; gap: 6px; border-radius: 20px; }
  .svc > .row-between { position: absolute; top: 16px; right: 16px; }
  .svc > .row-between .mono { display: none; }
  .svc__name { font-size: 19px; padding-right: 40px; }
  .svc__desc { font-size: 13px; }
  .svc__price { font-size: 13px; margin-top: 4px; }

  /* reseller: photo on top, copy below so text never sits on the printed stand */
  .reseller { flex-direction: column; align-items: stretch; min-height: 0; border-radius: 26px; background: #0f0f11; }
  .reseller > img { position: relative; inset: auto; height: 240px; }
  .reseller__shade { background: linear-gradient(180deg, rgba(15,15,17,0) 0, rgba(15,15,17,0) 130px, #0f0f11 240px); }
  .reseller__in { padding: 0 22px 24px; margin-top: -24px; gap: 16px; max-width: none; }
  .reseller__in .h2 { font-size: 36px; }
  .reseller__in p { font-size: 15px; }
  .reseller .row-wrap > * { flex: 1; }
  .reseller .btn { width: 100%; padding: 15px 18px; }

  /* footer */
  .site-footer { margin-top: 24px; }
  .site-footer__in { flex-direction: column; align-items: flex-start; gap: 18px; padding: 32px 20px calc(96px + env(safe-area-inset-bottom)); }
  .site-footer__nav { gap: 12px 20px; font-size: 15px; }
}

/* ================= nav bar: layered glass gradient + lime hairline ================= */
.site-header { position: relative; background: linear-gradient(180deg, rgba(10,10,11,.92) 0%, rgba(10,10,11,.62) 100%); backdrop-filter: blur(16px) saturate(1.3); -webkit-backdrop-filter: blur(16px) saturate(1.3); transition: background .3s, box-shadow .3s; }
.site-header::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(60% 140% at 12% 0%, rgba(200,242,60,.09), transparent 60%), radial-gradient(40% 120% at 92% 0%, rgba(200,242,60,.05), transparent 60%); }
.site-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(200,242,60,.35) 30%, rgba(242,240,235,.14) 60%, transparent); opacity: .6; transition: opacity .3s; }
.site-header.is-scrolled { background: linear-gradient(180deg, rgba(12,12,13,.97), rgba(12,12,13,.88)); box-shadow: 0 18px 40px -24px rgba(0,0,0,.9); }
.site-header.is-scrolled::after { opacity: 1; }
.site-header__in { position: relative; transition: padding .3s; }
.site-header.is-scrolled .site-header__in { padding-top: 14px; padding-bottom: 14px; }
.nav { gap: 6px; }
.nav a { position: relative; padding: 9px 16px; border-radius: 99px; transition: color .2s, background .2s; }
.nav a::after { content: ""; position: absolute; left: 16px; right: 16px; bottom: 4px; height: 1.5px; border-radius: 2px; background: var(--lime); transform: scaleX(0); transform-origin: left; transition: transform .3s cubic-bezier(.2,.8,.2,1); }
.nav a:hover { background: rgba(242,240,235,.06); color: var(--fg); }
.nav a:hover::after { transform: scaleX(1); }
.brand .tf-mark::before, .brand .tf-mark::after { transition: transform .4s cubic-bezier(.3,1.6,.5,1); }
.brand:hover .tf-mark::before { transform: rotate(-12deg) translateY(-1px); }
.brand:hover .tf-mark::after { transform: rotate(12deg) translateY(-2px); }
.cart-link { transition: box-shadow .2s, background .2s, transform .2s; }
.cart-link:hover { background: rgba(200,242,60,.1); box-shadow: inset 0 0 0 1px var(--lime); color: var(--lime); transform: translateY(-1px); }

/* ================= hover motion (pointer devices only) ================= */
@media (hover: hover) and (pointer: fine) {
  .btn, .cta-main, .cta-alt, .plan__cta, .preset__btn { transition: transform .2s cubic-bezier(.2,.8,.2,1), box-shadow .25s, filter .2s, background .2s, color .2s; }
  .btn:hover, .cta-main:hover, .cta-alt:hover { transform: translateY(-2px); }
  .btn--lime:hover, .cta-main:hover { box-shadow: 0 14px 34px -12px rgba(200,242,60,.65); }
  .btn--light:hover { box-shadow: 0 14px 34px -14px rgba(242,240,235,.5); }
  .btn:active, .cta-main:active, .cta-alt:active { transform: translateY(0) scale(.98); }
  .preset, .opt, .mode, .svc, .plan, .app-card, .kpi, .p-card, .deal, .tap-ev, .pchip, .slot { transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s, background .2s, color .2s, opacity .7s cubic-bezier(.2,.8,.2,1); }
  .preset:hover, .svc:hover, .plan:hover, .app-card:hover, .p-card:hover { transform: translateY(-4px); box-shadow: inset 0 0 0 1px rgba(200,242,60,.28), 0 24px 48px -28px rgba(200,242,60,.35); }
  .preset.on:hover { box-shadow: inset 0 0 0 2px var(--lime), 0 24px 48px -28px rgba(200,242,60,.45); }
  .plan.on:hover { box-shadow: 0 30px 60px -30px rgba(200,242,60,.7); }
  .opt:hover, .mode:hover, .slot:hover, .kpi:hover { transform: translateY(-2px); }
  .preset:hover .preset__btn { transform: translateX(3px); background: var(--lime); color: var(--bg); }
  .preset:hover .sc > *:not(.sc-ring) { transform: translateY(-3px) scale(1.03); }
  .pchip:hover { transform: translateY(-1px); }
  .tap-ev:hover { background: #18181b; box-shadow: inset 0 0 0 1px rgba(200,242,60,.3); }
  .live-taps:hover .marquee { animation-play-state: paused; }
  .app-photo img, .reseller > img { transition: transform 1.2s cubic-bezier(.2,.8,.2,1); }
  .app-photo:hover img, .reseller:hover > img { transform: scale(1.04); }
  .deal:hover { transform: translateY(-2px); box-shadow: inset 0 0 0 1px rgba(200,242,60,.35); }
}

/* ================= live preview note ================= */
.pv-photo--wide { width: 480px; max-width: 94%; aspect-ratio: 3 / 2; }
.pv-stage { flex-direction: column; gap: 14px; }
.pv-note { position: relative; z-index: 3; max-width: 88%; padding: 7px 12px; border-radius: 99px; background: rgba(18,18,20,.9); box-shadow: inset 0 0 0 1px var(--l3); font: 500 10.5px var(--mono); color: var(--m2); text-align: center; }

/* ================= quick-pick scenes ================= */
.sc { position: absolute; inset: 0; padding-top: 26px; display: flex; align-items: center; justify-content: center; gap: 12px; overflow: hidden; background: radial-gradient(120% 100% at 50% 0%, #20231a 0%, #111113 55%, #0b0b0c 100%); }
.sc::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(242,240,235,.07) 1px, transparent 1px); background-size: 14px 14px; mask-image: radial-gradient(80% 80% at 50% 40%, #000, transparent); -webkit-mask-image: radial-gradient(80% 80% at 50% 40%, #000, transparent); }
.sc > * { position: relative; transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.sc-ring { position: absolute !important; width: 120px; height: 120px; border-radius: 50%; border: 1.5px solid rgba(200,242,60,.45); animation: scRing 2.8s ease-out infinite; }
.sc-ring--2 { animation-delay: 1.4s; }
@keyframes scRing { from { transform: scale(.55); opacity: .9; } to { transform: scale(1.6); opacity: 0; } }
.sc-card { width: 152px; padding: 11px 12px; border-radius: 14px; background: #fff; color: var(--bg); display: flex; flex-direction: column; gap: 6px; box-shadow: 0 22px 40px -14px #000; rotate: -3deg; }
.sc-card__h { display: flex; align-items: center; gap: 6px; font-size: 11px; }
.sc-card__h b { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sc-stars { color: #fbbc04; font-size: 15px; letter-spacing: 2px; line-height: 1; }
.sc-card__txt { font-size: 9.5px; color: var(--m5); padding: 6px 8px; border-radius: 8px; background: #f0eee9; }
.sc-card__btn { padding: 6px; border-radius: 99px; background: #1a73e8; color: #fff; text-align: center; font-size: 10px; font-weight: 700; }
.sc-tag { position: absolute !important; right: 12px; bottom: 12px; padding: 4px 8px; border-radius: 99px; background: var(--lime); color: var(--bg); font: 700 9px var(--mono); }
.sc-tile { width: 92px; height: 108px; border-radius: 16px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; box-shadow: 0 18px 36px -14px #000; }
.sc-tile small { font: 700 8.5px var(--mono); letter-spacing: .04em; }
.sc-tile--qr { background: #fff; color: var(--bg); rotate: -4deg; }
.sc-tile--qr svg { width: 60px; height: 60px; border-radius: 4px; }
.sc-tile--tap { background: linear-gradient(160deg, #1d1d20, #08080a); box-shadow: 0 0 0 1.5px var(--lime), 0 0 26px -6px var(--lime), 0 18px 36px -14px #000; color: var(--fg); rotate: 4deg; }
.sc-tile--tap small { color: var(--lime); }
.sc-nfc { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 0 2px var(--lime); font-weight: 700; letter-spacing: -2px; font-size: 14px; }
.sc-tile--tap > svg { position: absolute; top: 8px; right: 8px; width: 14px; height: 14px; }
.sc-plus { font-size: 20px; font-weight: 700; color: var(--lime); }
.sc--links { flex-direction: column; gap: 0; }
.sc-nfccard__top { display: flex; align-items: center; gap: 8px; font-weight: 700; letter-spacing: -2px; font-size: 13px; }
.sc-nfccard__top b { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; letter-spacing: -.02em; }
.sc-dot { width: 34px; height: 34px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 20px -8px #000; transition: transform .45s cubic-bezier(.3,1.5,.5,1); }
.sc-ticket { width: 150px; padding: 11px; border-radius: 14px; background: var(--fg); color: var(--bg); display: flex; flex-direction: column; gap: 5px; box-shadow: 0 22px 40px -14px #000; rotate: -3deg; }
.sc-ticket small { font: 700 8px var(--mono); color: var(--m4); }
.sc-ticket > span:not(.sc-ticket__btn) { display: flex; justify-content: space-between; font-size: 10px; padding-bottom: 4px; border-bottom: 1px solid #dcd8cf; }
.sc-ticket em { font: 700 9.5px var(--mono); font-style: normal; }
.sc-ticket__btn { margin-top: 3px; padding: 6px 8px; border-radius: 8px; background: var(--lime); font-size: 10px; font-weight: 700; text-align: center; }
.sc-bars { width: 54px; height: 70px; display: flex; align-items: flex-end; gap: 4px; padding: 8px; border-radius: 12px; background: #161619; box-shadow: inset 0 0 0 1px var(--l3); }
.sc-bars i { flex: 1; border-radius: 3px 3px 1px 1px; background: #34343a; }
.sc-bars i:last-child { background: var(--lime); }
.preset__shade { background: linear-gradient(180deg, rgba(10,10,11,0) 70%, rgba(10,10,11,.45) 100%); }

/* ================= checkout panel ================= */
.co-lock { overflow: hidden; }
.co { position: fixed; inset: 0; z-index: 60; }
.co[hidden] { display: none; }
.co__scrim { position: absolute; inset: 0; background: rgba(5,5,6,.6); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); opacity: 0; transition: opacity .3s; }
.co__panel { position: absolute; top: 12px; right: 12px; bottom: 12px; width: min(460px, calc(100% - 24px)); display: flex; flex-direction: column; border-radius: 28px; background: linear-gradient(180deg, #151517, #0d0d0e); box-shadow: inset 0 0 0 1px var(--l2), 0 40px 80px -30px #000; transform: translateX(calc(100% + 24px)); transition: transform .4s cubic-bezier(.2,.8,.2,1); overflow: hidden; }
.co.on .co__scrim { opacity: 1; }
.co.on .co__panel { transform: none; }
.co__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; padding: 22px 22px 14px; }
.co__head h3 { font-size: 26px; letter-spacing: -.04em; margin-top: 4px; }
.co__x { width: 40px; height: 40px; border-radius: 50%; font-size: 22px; line-height: 1; display: flex; align-items: center; justify-content: center; box-shadow: inset 0 0 0 1px var(--l4); transition: background .2s, transform .2s; }
.co__x:hover { background: #1c1c1f; transform: rotate(90deg); }
.co-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding: 0 22px 14px; }
.co-steps span { display: flex; flex-direction: column; gap: 6px; font: 500 10px var(--mono); color: var(--m5); letter-spacing: .04em; }
.co-steps i { height: 3px; border-radius: 3px; background: var(--l3); transition: background .3s; }
.co-steps span.on { color: var(--lime); }
.co-steps span.on i { background: var(--lime); }
.co__body { flex: 1; overflow-y: auto; padding: 4px 22px 22px; display: flex; flex-direction: column; gap: 14px; overscroll-behavior: contain; }
.co-item { display: grid; grid-template-columns: 84px minmax(0, 1fr) auto; gap: 14px; align-items: start; padding: 12px; border-radius: 20px; background: var(--card); box-shadow: inset 0 0 0 1px var(--l1); }
.co-item img, .co-item__ph { width: 84px; height: 104px; border-radius: 14px; object-fit: cover; background: #0c0c0d; }
.co-item__ph { display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--lime); box-shadow: inset 0 0 0 1.5px var(--lime); }
.co-item__txt { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.co-item__txt b { font-size: 16px; letter-spacing: -.02em; }
.co-item__txt small { font-size: 12px; color: var(--m3); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.co-item__txt small.lime { font-family: var(--mono); font-size: 10.5px; color: var(--lime); }
.co-item > em, .co-line em { font: 700 14px var(--mono); color: var(--fg); font-style: normal; white-space: nowrap; }
.qty--sm { align-self: flex-start; margin-top: 6px; }
.qty--sm button { width: 28px; height: 28px; font-size: 16px; }
.qty--sm output { min-width: 30px; font-size: 13px; }
.co-lines { display: flex; flex-direction: column; border-radius: 18px; background: var(--card); box-shadow: inset 0 0 0 1px var(--l1); }
.co-line { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 14px; }
.co-line + .co-line { border-top: 1px solid var(--l1); }
.co-line span { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.co-line b { font-size: 14px; font-weight: 600; }
.co-line small { font-size: 11px; color: var(--m3); }
.co-line em { font-size: 13px; color: var(--lime); }
.co-totals { display: flex; flex-direction: column; gap: 8px; padding: 16px; border-radius: 18px; background: #16170f; box-shadow: inset 0 0 0 1px rgba(200,242,60,.22); }
.co-totals div { display: flex; justify-content: space-between; align-items: baseline; font-size: 14px; }
.co-totals div:first-child b { font-size: 26px; letter-spacing: -.04em; }
.co-totals span { color: var(--m2); }
.co-totals .lime span, .co-totals .lime b { color: var(--lime); font-family: var(--mono); font-size: 12px; }
.co-edit { align-self: flex-start; font-size: 13px; color: var(--m2); padding: 6px 2px; }
.co-edit:hover { color: var(--lime); }
.co-form { display: flex; flex-direction: column; gap: 12px; }
.co-field input, .co-field textarea { background: var(--bg); border: 1px solid var(--l4); border-radius: 12px; padding: 13px 14px; color: var(--fg); font-size: 16px; outline: none; width: 100%; resize: vertical; }
.co-field input:focus, .co-field textarea:focus { border-color: var(--lime); }
.co-pay { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 2px; }
.co-pay__opt input { position: absolute; opacity: 0; pointer-events: none; }
.co-pay__opt span { display: block; padding: 12px; border-radius: 12px; text-align: center; font-size: 14px; font-weight: 600; color: var(--m2); background: var(--bg); box-shadow: inset 0 0 0 1px var(--l4); cursor: pointer; transition: all .2s; }
.co-pay__opt input:checked + span { background: #1a1c12; color: var(--fg); box-shadow: inset 0 0 0 1.5px var(--lime); }
.co-pay__opt input:focus-visible + span { outline: 2px solid var(--lime); outline-offset: 2px; }
.co-review { display: flex; flex-direction: column; gap: 12px; }
.co-block { display: flex; flex-direction: column; gap: 4px; padding: 14px 16px; border-radius: 18px; background: var(--card); box-shadow: inset 0 0 0 1px var(--l1); font-size: 14px; line-height: 1.45; }
.co-block__h { display: flex; justify-content: space-between; font: 500 10px var(--mono); color: var(--m3); letter-spacing: .06em; margin-bottom: 4px; }
.co-block__h button { color: var(--lime); font: 600 12px 'Instrument Sans', sans-serif; letter-spacing: 0; }
.co-hint { font-size: 12.5px; color: var(--m3); line-height: 1.5; }
.co-foot { display: flex; flex-wrap: wrap; gap: 10px; padding: 14px 22px calc(18px + env(safe-area-inset-bottom)); border-top: 1px solid var(--l1); background: rgba(13,13,14,.95); }
.co-foot .summary__err { flex-basis: 100%; }
.co-cta { flex: 1; }
.co-done { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; padding-top: 20px; }
.co-done__check { width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 30px; font-weight: 700; background: var(--lime); color: var(--bg); box-shadow: 0 0 0 10px rgba(200,242,60,.12); animation: coPop .5s cubic-bezier(.3,1.6,.5,1); }
@keyframes coPop { from { transform: scale(.4); opacity: 0; } }
.co-done h4 { font-size: 26px; letter-spacing: -.04em; margin: 0; }
.co-done p { font-size: 15px; color: var(--m2); line-height: 1.5; margin: 0; }
@media (max-width: 640px) {
  .co__panel { top: auto; left: 0; right: 0; bottom: 0; width: 100%; max-height: 92vh; border-radius: 26px 26px 0 0; transform: translateY(105%); }
  .co__panel::before { content: ""; position: absolute; top: 8px; left: 50%; width: 40px; height: 4px; margin-left: -20px; border-radius: 4px; background: var(--l4); }
  .co__head { padding: 24px 18px 12px; }
  .co__head h3 { font-size: 23px; }
  .co-steps { padding: 0 18px 12px; }
  .co__body { padding: 4px 18px 18px; }
  .co-foot { padding: 12px 18px calc(14px + env(safe-area-inset-bottom)); }
  .co-item { grid-template-columns: 68px minmax(0, 1fr) auto; }
  .co-item img, .co-item__ph { width: 68px; height: 84px; }
}

/* checkout: menu step */
.co-menu-intro { display: flex; gap: 14px; align-items: center; padding: 14px; border-radius: 18px; background: #16170f; box-shadow: inset 0 0 0 1px rgba(200,242,60,.25); }
.co-menu-intro__qr { flex-shrink: 0; width: 56px; height: 56px; padding: 5px; border-radius: 12px; background: #fff; }
.co-menu-intro__qr svg { width: 100%; height: 100%; display: block; }
.co-menu-intro div { display: flex; flex-direction: column; gap: 4px; }
.co-menu-intro b { font-size: 16px; letter-spacing: -.02em; }
.co-menu-intro span { font-size: 13px; color: var(--m2); line-height: 1.45; }
.co-check { display: flex; align-items: center; gap: 12px; padding: 14px; border-radius: 14px; background: var(--bg); box-shadow: inset 0 0 0 1px var(--l4); font-size: 14px; font-weight: 600; cursor: pointer; transition: box-shadow .2s, background .2s; }
.co-check input { position: absolute; opacity: 0; pointer-events: none; }
.co-check span { flex-shrink: 0; width: 22px; height: 22px; border-radius: 7px; box-shadow: inset 0 0 0 1.5px var(--m4); display: flex; align-items: center; justify-content: center; transition: all .2s; }
.co-check input:checked + span { background: var(--lime); box-shadow: none; }
.co-check input:checked + span::after { content: "✓"; color: var(--bg); font-size: 14px; font-weight: 800; }
.co-check:has(input:checked) { background: #1a1c12; box-shadow: inset 0 0 0 1.5px var(--lime); }
.co-check input:focus-visible + span { outline: 2px solid var(--lime); outline-offset: 2px; }
.co-pre { white-space: pre-line; color: var(--m1); }

/* checkout: menu upload */
.co-drop { position: relative; display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 22px 16px; border-radius: 18px; text-align: center; background: repeating-linear-gradient(135deg, rgba(200,242,60,.03) 0 10px, transparent 10px 20px), var(--bg); border: 1.5px dashed rgba(200,242,60,.45); cursor: pointer; transition: border-color .2s, background-color .2s, transform .2s; }
.co-drop:hover, .co-drop:has(input:focus-visible) { border-color: var(--lime); background-color: #121409; transform: translateY(-1px); }
.co-drop input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.co-drop__ic { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--lime); color: var(--bg); font-size: 20px; font-weight: 800; box-shadow: 0 0 0 6px rgba(200,242,60,.12); }
.co-drop b { font-size: 15px; }
.co-drop small { font-size: 12px; color: var(--m3); }
.co-files { display: flex; flex-direction: column; gap: 6px; }
.co-file { display: flex; align-items: center; gap: 12px; padding: 10px 10px 10px 12px; border-radius: 14px; background: var(--card); box-shadow: inset 0 0 0 1px var(--l2); }
.co-file__ic { flex-shrink: 0; width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font: 700 10px var(--mono); background: #1c1c1f; color: var(--m2); }
.co-file.is-done .co-file__ic { background: #1a1c12; color: var(--lime); box-shadow: inset 0 0 0 1px rgba(200,242,60,.4); }
.co-file.is-error .co-file__ic { color: #f27fa8; }
.co-file.is-uploading .co-file__ic { background: linear-gradient(90deg, #1c1c1f 0%, #2a2d1a 50%, #1c1c1f 100%); background-size: 200% 100%; animation: coShimmer 1.2s linear infinite; }
@keyframes coShimmer { to { background-position: -200% 0; } }
.co-file__n { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.co-file__n b { font-size: 13.5px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.co-file__n small { font-size: 11.5px; color: var(--m3); }
.co-file.is-done small { color: var(--lime); }
.co-file.is-error small { color: #f27fa8; }
.co-file button { width: 30px; height: 30px; border-radius: 50%; font-size: 18px; color: var(--m3); transition: background .2s, color .2s; }
.co-file button:hover { background: #26262a; color: var(--fg); }

/* Google review link: check + guide */
.url-check { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 6px 12px; margin-top: -2px; padding: 9px 12px; border-radius: 12px; font-size: 12.5px; line-height: 1.4; color: #f2c94c; background: rgba(242,201,76,.08); box-shadow: inset 0 0 0 1px rgba(242,201,76,.25); }
.url-check.ok { color: var(--lime); background: #16170f; box-shadow: inset 0 0 0 1px rgba(200,242,60,.3); }
.url-check a { color: var(--fg); font-weight: 600; white-space: nowrap; }
.guide { border-radius: 14px; background: var(--bg); box-shadow: inset 0 0 0 1px var(--l2); overflow: hidden; }
.guide summary { list-style: none; display: flex; align-items: center; gap: 10px; padding: 11px 14px; font-size: 13px; font-weight: 600; color: var(--m1); cursor: pointer; transition: background .2s, color .2s; }
.guide summary::-webkit-details-marker { display: none; }
.guide summary:hover { background: #121214; color: var(--fg); }
.guide summary em { margin-left: auto; font: 500 10px var(--mono); color: var(--m4); font-style: normal; }
.guide summary::after { content: "+"; font-size: 18px; line-height: 1; color: var(--lime); transition: transform .25s; }
.guide[open] summary::after { transform: rotate(45deg); }
.guide__ic { width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; background: #1a1c12; color: var(--lime); font: 700 12px var(--mono); box-shadow: inset 0 0 0 1px rgba(200,242,60,.4); }
.guide__steps { margin: 0; padding: 4px 16px 4px 16px; list-style: none; counter-reset: g; display: flex; flex-direction: column; gap: 10px; }
.guide__steps li { counter-increment: g; position: relative; padding-left: 32px; font-size: 13px; line-height: 1.5; color: var(--m2); }
.guide__steps li::before { content: counter(g); position: absolute; left: 0; top: 0; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--lime); color: var(--bg); font: 700 11px var(--mono); }
.guide__steps b { color: var(--fg); }
.guide__steps a { color: var(--lime); font-weight: 600; }
.guide__steps code { font: 500 11.5px var(--mono); color: var(--fg); background: #1c1c1f; padding: 2px 6px; border-radius: 6px; word-break: break-all; }
.guide__links { display: flex; flex-wrap: wrap; gap: 8px; padding: 12px 16px 14px; }
.guide__links a { padding: 7px 11px; border-radius: 99px; font-size: 12px; font-weight: 600; color: var(--m1); box-shadow: inset 0 0 0 1px var(--l4); transition: box-shadow .2s, color .2s; }
.guide__links a:hover { color: var(--lime); box-shadow: inset 0 0 0 1px var(--lime); }
.guide__note { margin: 10px 16px 0; font-size: 12.5px; line-height: 1.5; color: var(--m3); }


/* ================= TAP4.1: design picker, mini-stand scene ================= */
.panel[hidden] { display: none; }
.designs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.design { position: relative; display: flex; flex-direction: column; gap: 4px; padding: 8px 8px 12px; border-radius: 16px; background: var(--bg); box-shadow: inset 0 0 0 1px var(--l2); text-align: left; transition: background .2s, box-shadow .2s, transform .3s cubic-bezier(.2,.8,.2,1); }
.design:hover { background: #141416; }
.design.on { background: #1a1c12; box-shadow: inset 0 0 0 1.5px var(--lime); }
.design img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 10px; margin-bottom: 6px; background: #0c0c0d; }
.design b { padding: 0 4px; font-size: 14px; letter-spacing: -.02em; line-height: 1.2; }
.design span { padding: 0 4px; font-size: 11.5px; line-height: 1.35; color: var(--m3); }
.design em { padding: 2px 4px 0; font: 700 11px var(--mono); font-style: normal; color: var(--lime); }
.design .check { top: 14px; right: 14px; }
@media (hover: hover) and (pointer: fine) { .design:hover { transform: translateY(-2px); } }
@media (max-width: 640px) { .designs { gap: 6px; } .design { padding: 6px 6px 10px; } .design span { display: none; } .design b { font-size: 12px; } }
.sc-mini { width: 100px; height: 126px; padding: 11px 8px 8px; border-radius: 10px; display: flex; flex-direction: column; align-items: center; gap: 7px; background: linear-gradient(160deg, #1c1c1f, #050506); box-shadow: 0 0 0 1px rgba(255,255,255,.14), 0 22px 36px -12px #000; rotate: -4deg; }
.sc-mini::after { content: ""; position: absolute; left: 8px; right: -10px; bottom: -11px; height: 12px; border-radius: 0 0 7px 7px; background: linear-gradient(180deg, #19191c, #050506); box-shadow: 0 0 0 1px rgba(255,255,255,.08); transform: skewX(-24deg); }
.sc-mini b { font-size: 9.5px; letter-spacing: -.02em; }
.sc-mini__grid { display: grid; grid-template-columns: repeat(2, 26px); gap: 6px; }
.sc-mini .sc-dot { width: 26px; height: 26px; }
.sc-mini small { margin-top: auto; font: 700 5px var(--mono); letter-spacing: .12em; color: var(--m3); }


/* ================= hero 1b: TAP4.1 offer up front ================= */
.hero--tap4 .hero__in { padding-top: 48px; padding-bottom: 56px; }
.h4 { display: grid; grid-template-columns: minmax(0, 460px) minmax(0, 1fr); grid-template-areas: "copy stage" "offer stage"; column-gap: 64px; row-gap: 28px; align-items: start; }
.h4__copy { grid-area: copy; display: flex; flex-direction: column; gap: 20px; position: relative; z-index: 2; }
.h4__copy .chips { flex-wrap: nowrap; }
.h4__copy .chip { white-space: nowrap; flex: none; }
.hero--tap4 .hero__title { font-size: clamp(52px, 5.3vw, 76px); letter-spacing: -.06em; line-height: .9; }
.hero--tap4 .hero__sub { font-size: 19px; }
.h4__stage { grid-area: stage; align-self: end; display: flex; flex-direction: column; gap: 22px; min-width: 0; }
.h4__faces { position: relative; display: flex; gap: 16px; align-items: flex-end; min-height: 560px; }
.h4-face { position: relative; flex: 1; height: 480px; border-radius: 28px; overflow: hidden; background: #0c0c0d; box-shadow: 0 0 0 1px var(--l2), 0 50px 100px -40px #000; transition: flex .35s cubic-bezier(.2,.8,.2,1), height .35s cubic-bezier(.2,.8,.2,1), box-shadow .3s, width .35s cubic-bezier(.2,.8,.2,1); }
.h4-face.on { flex: 1.25; height: 560px; box-shadow: 0 0 0 2px var(--lime), 0 50px 100px -40px #000; }
.h4-face img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; transition: transform 1s cubic-bezier(.2,.8,.2,1); }
.h4-face__tag { position: absolute; left: 14px; top: 14px; padding: 6px 10px; border-radius: 99px; background: rgba(10,10,11,.78); color: var(--fg); font: 700 11px var(--mono); letter-spacing: .06em; }
.h4-face__foot { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px; display: flex; justify-content: space-between; align-items: flex-end; gap: 10px; background: linear-gradient(180deg, rgba(10,10,11,0), rgba(10,10,11,.92)); }
.h4-face__foot > span { display: flex; flex-direction: column; gap: 2px; text-align: left; }
.h4-face__foot b { font-size: 18px; letter-spacing: -.02em; }
.h4-face__foot em { font: 500 12px var(--mono); font-style: normal; color: var(--lime); }
.h4-face__dot { width: 36px; height: 36px; border-radius: 50%; flex: none; display: flex; align-items: center; justify-content: center; font-style: normal; font-weight: 700; background: #1f1f22; color: var(--fg); transition: background .2s, color .2s, transform .2s; }
.h4-face.on .h4-face__dot { background: var(--lime); color: var(--bg); }
.h4__dots { display: none; }
.h4-sub--mob { display: none; }
.h4__finish { align-self: flex-start; }
.h4__finish button { padding: 8px 16px; font-size: 13px; }
.h4__offer { grid-area: offer; border-radius: 24px; background: #141416; box-shadow: inset 0 0 0 1px var(--l3); overflow: hidden; position: relative; z-index: 2; }
.h4-offer__body { padding: 20px 20px 18px; display: flex; flex-direction: column; gap: 14px; }
.h4-offer__top { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.h4-offer__top > div { display: flex; flex-direction: column; gap: 4px; }
.h4-offer__lbl { font: 500 11px var(--mono); letter-spacing: .12em; color: var(--m3); }
.h4-offer__top b[data-offer-name] { font-size: 20px; letter-spacing: -.02em; }
.h4-offer__price { align-items: flex-end; }
.h4-offer__price b { font-size: 32px; letter-spacing: -.05em; line-height: 1; color: var(--lime); }
.h4-offer__price s { font: 500 12px var(--mono); color: var(--m4); }
.h4__offer p { font-size: 14px; line-height: 1.45; color: var(--m3); }
.h4-offer__cta { height: 54px; }
.h4-offer__checks { display: flex; justify-content: space-between; gap: 8px; flex-wrap: wrap; font-size: 12.5px; color: var(--m2); }
.h4-offer__checks span { display: flex; align-items: center; gap: 6px; }
.h4-offer__checks i { width: 16px; height: 16px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #1f2412; color: var(--lime); font-size: 10px; font-weight: 700; font-style: normal; }
.h4-offer__app { display: flex; align-items: center; gap: 12px; padding: 14px 20px; background: #0f0f11; border-top: 1px solid var(--l2); color: var(--fg); transition: background .2s; }
.h4-offer__app:hover { background: #16170f; color: var(--fg); }
.h4-offer__app > span:not(.tf-mark) { flex: 1; display: flex; flex-direction: column; gap: 1px; }
.h4-offer__app small { font-size: 13px; color: var(--m1); }
.h4-offer__app b { font-size: 14px; color: var(--lime); }
.h4-offer__app > i { width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-style: normal; font-weight: 700; color: var(--lime); box-shadow: inset 0 0 0 1px #2e2e31; transition: transform .2s; }
@media (hover: hover) and (pointer: fine) {
  .h4-face:not(.on):hover { box-shadow: 0 0 0 1px rgba(200,242,60,.5), 0 50px 100px -40px #000; }
  .h4-face:hover img { transform: scale(1.04); }
  .h4-face:hover .h4-face__dot { transform: translateX(2px); }
  .h4-offer__app:hover > i { transform: translateX(3px); }
}
@media (max-width: 1100px) {
  .h4 { grid-template-columns: minmax(0, 1fr); grid-template-areas: "copy" "stage" "offer"; }
  .h4__copy .chips { overflow-x: auto; scrollbar-width: none; margin: 0 -20px; padding: 0 20px; }
  .h4__copy .chips::-webkit-scrollbar { display: none; }
  .h4__faces { min-height: 460px; }
  .h4-face { height: 390px; }
  .h4-face.on { height: 460px; }
  .h4__offer { max-width: 560px; }
}
@media (max-width: 640px) {
  .hero--tap4 .hero__in { padding: 18px 20px 28px; }
  .h4 { row-gap: 0; }
  .h4__copy { gap: 16px; }
  .hero--tap4 .hero__title { font-size: clamp(40px, 11.5vw, 48px); }
  .hero--tap4 .hero__sub { font-size: 15px; }
  .h4__stage { gap: 0; }
  .h4__faces { min-height: 0; margin: 0 -20px; padding: 24px 60px 8px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; gap: 12px; }
  .h4__faces::-webkit-scrollbar { display: none; }
  .h4-face { flex: none; width: 236px; height: 296px; border-radius: 24px; scroll-snap-align: center; }
  .h4-face.on { flex: none; width: 270px; height: 338px; }
  .h4-face__tag { left: 12px; top: 12px; font-size: 10px; padding: 5px 9px; }
  .h4-face__foot { padding: 14px; }
  .h4-face__foot b { font-size: 17px; }
  .h4-face__dot { width: 32px; height: 32px; }
  .h4__dots { display: flex; justify-content: center; gap: 6px; padding: 6px 0 18px; }
  .h4__dots i { width: 6px; height: 6px; border-radius: 3px; background: #3a3a3d; transition: width .3s, background .3s; }
  .h4__dots i.on { width: 20px; background: var(--lime); }
  .h4__finish { align-self: stretch; display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 14px; }
  .h4__finish button { height: 44px; font-size: 14px; }
  .h4__offer { max-width: none; }
  .h4-offer__checks { font-size: 11.5px; gap: 4px; flex-wrap: nowrap; }
  .h4-offer__checks span { gap: 4px; white-space: nowrap; }
  .h4-offer__checks i { width: 14px; height: 14px; font-size: 9px; }
}

/* hero 1b on phones: one full screen — header + headline + faces + finish + price + order + app teaser */
@media (max-width: 640px) {
  :root { --h4-card: clamp(200px, calc(100svh - var(--hero-top, 114px) - 501px), 400px); }
  .h4-sub--desk { display: none; }
  .h4-sub--mob { display: inline; }
  .hero--tap4 .hero__in { padding: 10px 20px 14px; }
  .h4 { display: flex; flex-direction: column; min-height: calc(100svh - var(--hero-top, 114px) - 24px); }
  .h4, .h4 > * { min-width: 0; }
  .h4 { width: 100%; align-items: stretch; }
  .h4__copy { gap: 10px; }
  .hero--tap4 .hero__title { font-size: clamp(38px, 11vw, 46px); }
  .hero--tap4 .hero__sub { font-size: 13px; line-height: 1.45; }
  .h4__stage { flex: 1; justify-content: center; align-self: stretch; }
  .h4__faces { padding: 10px 60px 4px; }
  .h4-face { width: calc(var(--h4-card) * .704); height: calc(var(--h4-card) * .88); }
  .h4-face.on { width: calc(var(--h4-card) * .8); height: var(--h4-card); }
  .h4__dots { padding: 2px 0 8px; }
  .h4__finish { margin-bottom: 8px; }
  .h4__offer { background: none; box-shadow: none; border-radius: 0; overflow: visible; }
  .h4-offer__body { padding: 0 0 10px; gap: 8px; }
  .h4-offer__top b[data-offer-name] { font-size: 19px; }
  .h4-offer__price b { font-size: 30px; }
  .h4__offer p { font-size: 13px; }
  .h4-offer__cta { height: 50px; }
  .h4-face__foot { padding: 12px; }
  .h4-face__foot b { font-size: 15px; white-space: nowrap; }
  .h4-face__foot em { font-size: 11px; }
  .h4-face__dot { width: 28px; height: 28px; font-size: 13px; }
  .h4-offer__app { padding: 10px 14px; border: 0; border-radius: 16px; box-shadow: inset 0 0 0 1px var(--l2); }
}
@media (max-width: 640px) and (max-height: 800px) {
  .hero--tap4 .hero__sub { display: none; }
  :root { --h4-card: clamp(190px, calc(100svh - var(--hero-top, 114px) - 460px), 400px); }
}
@media (max-width: 640px) and (max-height: 700px) {
  .h4-offer__app, .h4__offer p { display: none; }
  :root { --h4-card: clamp(180px, calc(100svh - var(--hero-top, 114px) - 370px), 400px); }
}
