:root {
  --ink: #14201f;
  --ink-2: #263432;
  --muted: #66726f;
  --canvas: #f6f7f3;
  --warm: #f3f0e8;
  --surface: #ffffff;
  --line: #dfe5df;
  --line-strong: #c7d0c9;
  --lime: #b8df3d;
  --lime-dark: #90b91f;
  --lime-soft: #eef7d1;
  --blue: #4668e8;
  --blue-soft: #e9edff;
  --violet: #6556c7;
  --amber: #a46312;
  --amber-soft: #fff3d5;
  --danger: #b33b35;
  --danger-soft: #fff0ee;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --radius-xl: 44px;
  --shadow-sm: 0 8px 28px rgba(20, 32, 31, .07);
  --shadow-md: 0 20px 54px rgba(20, 32, 31, .12);
  --shell: 1240px;
  --font-sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --control-height: 44px;
  --control-radius: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-family: var(--font-sans); }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; }
button, select { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .55; }
::selection { background: var(--lime); color: var(--ink); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; line-height: 1.04; }
h1 { font-size: clamp(2.55rem, 5.5vw, 5.3rem); margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 3.5vw, 3.35rem); margin-bottom: 18px; }
h3 { font-size: 1.25rem; }

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section { padding: 92px 0; }
.section--tight { padding: 62px 0 82px; }
.section--soft { background: #edf1ed; }
.section--ink { background: var(--ink); color: #fff; }
.section--ink .eyebrow, .section--ink .section-heading p { color: #b9c7c2; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 12px 16px; background: #fff; transform: translateY(-150%); border-radius: 10px; box-shadow: var(--shadow-md); }
.skip-link:focus { transform: none; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #43514e; font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--lime-dark); }

.concept-bar { background: var(--ink); color: #e8efec; font-size: .77rem; }
.concept-bar__inner { min-height: 36px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.concept-bar strong { color: var(--lime); text-transform: uppercase; letter-spacing: .08em; }
body.menu-open { overflow: hidden; }
.site-header { position: sticky; z-index: 90; top: 0; border-bottom: 1px solid rgba(20,32,31,.08); background: rgba(246,247,243,.94); color: var(--ink); font-family: var(--font-sans); backdrop-filter: blur(18px); }
.header-row { min-height: 76px; display: flex; align-items: center; gap: 22px; }
.site-brand, .footer-logo { flex: 0 0 auto; display: inline-flex; align-items: center; color: inherit; }
.brand-logo { display: inline-flex; align-items: center; gap: 11px; }
.brand-logo__mark { width: 42px; height: 42px; flex: 0 0 42px; }
.brand-logo__wordmark { color: var(--ink); font-size: 1.03rem; font-weight: 900; line-height: 1; letter-spacing: -.055em; }
.brand-logo__wordmark span { color: var(--blue); }
.brand-logo__custom { display: block; width: auto; max-width: 190px; max-height: 52px; }
.brand-logo__lockup { display: block; width: 190px; height: auto; }
.brand-logo--footer .brand-logo__lockup { width: 210px; }
.header-nav-band { border-top: 1px solid rgba(20,32,31,.07); background: rgba(255,255,255,.72); }
.header-nav-row { min-height: 56px; display: flex; align-items: center; }
.site-navigation { width: 100%; display: flex; align-items: center; }
.primary-menu { width: 100%; }
.primary-menu > ul { display: flex; align-items: center; gap: clamp(18px,2.5vw,34px); margin: 0; padding: 0; list-style: none; }
.primary-menu li { position: relative; margin: 0; padding: 0; list-style: none; }
.primary-menu > ul > li > a { min-height: 48px; display: inline-flex; align-items: center; gap: 6px; padding: 0; color: var(--ink-2); font-size: .9rem; font-weight: 740; white-space: nowrap; }
.primary-menu > ul > li.menu-item-has-children > a::after { content: ""; width: 7px; height: 7px; margin: -4px 1px 0 2px; border-right: 1.7px solid currentColor; border-bottom: 1.7px solid currentColor; transform: rotate(45deg); transition: transform .18s ease; }
.primary-menu > ul > li > a::before { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 2px; background: var(--lime-dark); transition: right .18s ease; }
.primary-menu > ul > li:hover > a::before, .primary-menu > ul > li:focus-within > a::before, .primary-menu .current-menu-item > a::before, .primary-menu .current-menu-ancestor > a::before { right: 0; }
.primary-menu .sub-menu { visibility: hidden; opacity: 0; position: absolute; z-index: 20; top: calc(100% - 2px); left: -20px; width: min(330px,calc(100vw - 32px)); display: grid; gap: 2px; margin: 0; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-md); transform: translateY(8px); transition: opacity .16s ease, transform .16s ease, visibility .16s; }
.primary-menu > ul > li:nth-last-child(-n+2) .sub-menu { right: -20px; left: auto; }
.primary-menu li:hover > .sub-menu, .primary-menu li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.primary-menu .sub-menu a { min-height: 42px; display: flex; align-items: center; padding: 8px 11px; border-radius: 10px; color: var(--ink-2); font-size: .84rem; font-weight: 690; }
.primary-menu .sub-menu a .menu-item__image{width:38px;height:38px;flex:0 0 38px;margin-right:9px;border-radius:10px;background:var(--paper);object-fit:contain}.primary-menu .sub-menu a>span{min-width:0}
.primary-menu .sub-menu a:hover, .primary-menu .sub-menu a:focus-visible, .primary-menu .sub-menu .current-menu-item > a { background: var(--lime-soft); color: var(--ink); }
.primary-menu .sub-menu--mega, .primary-menu .menu-item--catalog-mega > .sub-menu { width: min(900px,calc(100vw - 40px)); grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px 20px; padding: 18px; }
.primary-menu .menu-featured-link { grid-column: 1 / -1; }
.primary-menu .menu-featured-link > a { min-height: 60px; display: grid; align-content: center; gap: 2px; padding: 10px 14px; background: var(--ink); color: #fff; }
.primary-menu .menu-featured-link > a:hover, .primary-menu .menu-featured-link > a:focus-visible { background: var(--blue); color: #fff; }
.primary-menu .menu-featured-link span { color: rgba(255,255,255,.7); font-size: .72rem; font-weight: 600; }
.primary-menu .menu-group { min-width: 0; padding: 8px 4px 2px; }
.primary-menu .menu-group__label { display: block; margin: 0 10px 7px; color: var(--muted); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.primary-menu .menu-group ul { display: grid; gap: 2px; margin: 0; padding: 0; }
.submenu-toggle { display: none; }
.primary-menu > ul > .menu-item--promotions > a{min-height:48px;padding:0;border:0;border-radius:0;background:transparent;color:var(--ink-2);gap:8px;display:inline-flex;align-items:center;text-decoration:none}
.primary-menu > ul > .menu-item--promotions > a::after{content:"%";display:inline-grid;place-items:center;flex:0 0 24px;width:24px;height:24px;border-radius:8px;background:var(--lime);color:var(--ink);font-size:12px;font-weight:850;line-height:1}
.primary-menu > ul > .menu-item--promotions > a:hover{background:transparent;box-shadow:none;color:var(--ink)}
.primary-menu > ul > .menu-item--promotions > a:focus-visible{outline:3px solid var(--blue);outline-offset:4px}
.header-actions { display: flex; align-items: center; gap: 10px; margin-left:auto; }
.header-phone { display: grid; min-width: 184px; padding: 8px 12px; border-left: 1px solid var(--line-strong); line-height: 1.16; }
.header-phone strong { font-size: .98rem; letter-spacing: -.02em; }
.header-phone__label { display: block; margin-bottom: 3px; color: var(--muted); font-size: .64rem; font-weight: 700; letter-spacing: .025em; white-space: nowrap; }
.header-calculator {
  min-height: 44px;
  padding-inline: 17px;
  font-size: .84rem;
}
.header-call-link, .mobile-menu-actions, .menu-overlay { display: none; }
.menu-button { display: none; position: relative; width: 46px; min-height: 44px; padding: 9px; border: 1px solid var(--line-strong); border-radius: 999px; background: #fff; font-weight: 750; cursor: pointer; }
.menu-button span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--ink); transition: transform .18s ease, opacity .18s ease; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.menu-button b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { min-width: 0; max-width: 100%; min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 10px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 780; line-height: 1.2; text-align: center; overflow-wrap: anywhere; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--lime); color: var(--ink); box-shadow: 0 9px 22px rgba(144,185,31,.18); }
.button--primary:hover { background: #c4ea50; box-shadow: 0 13px 28px rgba(144,185,31,.26); }
.button--secondary { background: transparent; border-color: var(--line-strong); }
.button--secondary:hover { background: #fff; border-color: var(--ink); }
.button--ghost { border-color: rgba(255,255,255,.28); color: #fff; }
.button--light { background: #fff; color: var(--ink); }
.button--block { width: 100%; }
.text-link { color: #3158dc; font-weight: 780; }
.round-link { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: 1.25rem; transition: transform .18s ease, background .18s ease; }
.round-link:hover { transform: translateX(3px); background: var(--blue); }

.hero { overflow: hidden; position: relative; min-height: 700px; display: grid; align-items: center; background: radial-gradient(circle at 76% 15%, #eef6d4 0, rgba(238,246,212,0) 38%), linear-gradient(135deg,#f7f7f3 0%,#edf1ec 100%); }
.hero::after { content: ""; position: absolute; right: -120px; bottom: -230px; width: 580px; height: 580px; border: 1px solid rgba(20,32,31,.07); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; padding-block: 70px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 800px; margin-top: 20px; }
.hero-copy > p { max-width: 650px; color: var(--muted); font-size: 1.16rem; margin-bottom: 32px; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--line-strong); }
.hero-facts div { display: grid; }
.hero-facts strong { font-size: 1rem; }
.hero-facts span { color: var(--muted); font-size: .78rem; }
.hero-facts .hero-hours > span { display: block; color: inherit; font: inherit; }
.hero-facts .hero-hours__time { white-space: nowrap; }
.hero-visual { isolation: isolate; position: relative; min-height: 520px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; z-index: -2; width: min(450px, 95%); aspect-ratio: 1; border-radius: 42% 58% 55% 45%; background: var(--blue); transform: rotate(-7deg); box-shadow: var(--shadow-md); }
.hero-visual img { z-index: 2; width: min(470px, 95%); filter: drop-shadow(0 30px 28px rgba(20,32,31,.25)); animation: hero-float 5s ease-in-out infinite; }
.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }
.hero-orbit--one { width: 440px; height: 440px; }
.hero-orbit--two { width: 520px; height: 310px; transform: rotate(35deg); }
.hero-price-card { position: absolute; z-index: 3; right: -8px; bottom: 55px; display: grid; min-width: 210px; padding: 18px 20px; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.8); border-radius: 20px; box-shadow: var(--shadow-md); backdrop-filter: blur(12px); }
.hero-price-card span { color: var(--muted); font-size: .8rem; }
.hero-price-card strong { font-size: 1.8rem; letter-spacing: -.05em; }
.hero-price-card small { max-width: 170px; color: var(--amber); font-size: .67rem; }
.hero-visual:has(.hero-brand-scene){min-height:520px;place-items:stretch}.hero-visual:has(.hero-brand-scene)::before{display:none}.hero-visual .hero-brand-scene{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:36px;filter:none;animation:none;box-shadow:var(--shadow-md);z-index:1}.hero-visual:has(.hero-brand-scene) .hero-price-card{right:16px;top:16px;bottom:auto}.hero-brand-label{position:absolute;z-index:3;left:18px;bottom:18px;padding:8px 12px;border-radius:999px;background:#14201fd9;color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.03em;backdrop-filter:blur(8px)}
@keyframes hero-float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-12px) rotate(1deg); } }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.section-heading h2 { max-width: 800px; margin: 11px 0 0; font-size: clamp(2rem,3.4vw,3.35rem); line-height: 1.02; }
.section-heading p { max-width: 680px; margin: 12px 0 0; color: var(--muted); }
.section-heading__action { flex: 0 0 auto; padding-bottom: 7px; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.category-card { position: relative; overflow: hidden; min-height: 260px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.category-card:hover { transform: translateY(-5px); border-color: var(--line-strong); box-shadow: var(--shadow-sm); }
.category-card > div { position: relative; z-index: 2; }
.category-card span { color: var(--muted); font-size: .78rem; }
.category-card h3 { margin: 5px 0 12px; font-size: 1.45rem; }
.category-card b { color: var(--blue); font-size: .8rem; }
.category-card img { position: absolute; right: -24px; bottom: -24px; width: 66%; height: 62%; object-fit: contain; }
.catalog-directions-section { padding-top: 54px; }
.category-grid--catalog-directions { margin-bottom: 32px; }
.catalog-direction-card--video-games img, .catalog-direction-card--board-games img { right: -8%; bottom: -10%; width: 64%; height: 62%; border-radius: 24px 0 0 0; object-fit: cover; opacity: .92; }
.catalog-direction-card--video-games { background: linear-gradient(145deg,#edf3ff,#fff); }
.catalog-direction-card--board-games { background: linear-gradient(145deg,#f2ecff,#fff); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.product-grid--three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.product-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.product-card__media { isolation: isolate; position: relative; height: 265px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(140deg,#eef1ec,#f8f6ef); }
.product-card__media::before { display: none; }
.product-card__media img { width: 92%; height: 92%; object-fit: contain; transition: transform .25s ease; }
.product-card__media .product-image-placeholder { width: 82%; height: 82%; display: grid; place-items: center; padding: 30px; text-align: center; border-radius: 50%; background: rgba(255,255,255,.72); color: var(--muted); font-weight: 800; }
.product-card:hover .product-card__media img { transform: scale(1.04); }
.product-card__tag { position: absolute; top: 14px; left: 14px; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.92); font-size: .69rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.product-card__identity{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:28px}.product-card__brand-logo{display:block;width:auto;max-width:92px;height:24px;object-fit:contain}.product-card__brand-fallback,.product-brand-fallback{color:var(--muted);font-size:.72rem;font-weight:850}.product-identity-row{display:flex;align-items:center;justify-content:space-between;gap:18px}.product-brand-logo{display:block;width:auto;max-width:132px;height:32px;object-fit:contain}.compatibility-chips{display:flex;flex-wrap:wrap;gap:6px;margin:4px 0 14px}.compatibility-chip{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:5px 9px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink-2);font-size:.68rem;font-weight:750;line-height:1.2}.compatibility-chip--primary{border-color:#bfd0ff;background:var(--blue-soft);color:#173b80}.compatibility-chip img{width:20px;height:16px;object-fit:contain}.product-compatibility{display:grid;gap:8px;padding:12px;border:1px solid var(--line);border-radius:14px;background:var(--paper)}.product-compatibility>.compatibility-chips{margin:0}
.product-card__promo { position: absolute; right: 14px; bottom: 14px; padding: 9px 12px; border-radius: 999px; background: var(--lime); color: var(--ink); font-size: .72rem; font-weight: 900; box-shadow: 0 8px 24px rgba(20,32,31,.16); }
.product-card__promo--blue{background:#dce8ff;color:#173b80}.product-card__promo--violet{background:#eadfff;color:#4b2682}.product-card__promo--amber{background:#ffe6b5;color:#704400}.product-card__promo--image{background:#172033;color:#fff}
.product-card__body { flex: 1; display: flex; flex-direction: column; padding: 22px; }
.product-card__eyebrow { color: var(--muted); font-size: .72rem; font-weight: 700; }
.product-card h3 { margin: 6px 0 10px; min-height: 2.5em; }
.product-card__description { color: var(--muted); font-size: .9rem; }
.product-card__status { width: fit-content; margin: 0 0 10px; padding: 6px 9px; border-radius: 999px; background: #f7e7df; color: #8c4029; font-size: .72rem; font-weight: 800; }
.product-card__kit { flex: 1; margin-bottom: 20px; color: var(--ink-2); font-size: .82rem; }
.product-card__footer { display: flex; align-items: end; justify-content: space-between; gap: 12px; padding-top: 18px; border-top: 1px solid var(--line); }
.product-card__footer div { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px; }
.product-card__footer span, .product-card__footer small { color: var(--muted); font-size: .72rem; }
.product-card__footer strong { font-size: 1.38rem; letter-spacing: -.04em; }
.data-note { margin: 10px 0 0; color: var(--amber); font-size: .67rem; }
.legal-submit-note,
.support-chat__legal { margin: 10px 0; color: var(--muted); font-size: .7rem; line-height: 1.45; }
.legal-submit-note a,
.support-chat__legal a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.product-card--compact .product-card__media { height: 220px; }
.promotion-banner { display: grid; gap: 3px; margin: 18px 0; padding: 16px 18px; border: 1px solid #9cbc35; border-radius: 18px; background: var(--lime-soft); }
.promotion-banner--blue{border-color:#98b8f2;background:#edf3ff}.promotion-banner--violet{border-color:#bea4eb;background:#f5efff}.promotion-banner--amber{border-color:#e5b65c;background:#fff5df}.promotion-banner--image{border-color:#35445f;background:#172033;color:#fff}
.promotion-banner strong { font-size: 1rem; }
.promotion-banner span { color: var(--muted); font-size: .78rem; }

.bundle-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.bundle-card { position: relative; overflow: hidden; min-height: 390px; padding: 36px; border-radius: var(--radius-xl); color: var(--ink); }
.bundle-card > div { position: relative; z-index: 2; width: 56%; }
.bundle-card h3 { margin: 20px 0 12px; font-size: 2rem; }
.bundle-card p { color: rgba(20,32,31,.72); }
.bundle-card img { position: absolute; right: -7%; bottom: -8%; width: 57%; height: 90%; object-fit: contain; }
.bundle-card--green { background: #dff09b; }
.bundle-card--blue { background: #bfcdfd; }
.bundle-index { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(20,32,31,.25); border-radius: 50%; font-size: .78rem; font-weight: 800; }
.split-heading { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 70px; }
.split-heading .section-heading { position: sticky; top: 130px; display: block; }
.mini-products { display: grid; gap: 12px; }
.mini-product { min-height: 124px; display: grid; grid-template-columns: 105px 1fr 44px; align-items: center; gap: 18px; padding: 12px 18px 12px 12px; border: 1px solid var(--line); border-radius: 22px; background: #fff; transition: transform .18s ease, box-shadow .18s ease; }
.mini-product:hover { transform: translateX(5px); box-shadow: var(--shadow-sm); }
.mini-product img { width: 100%; height: 100px; object-fit: contain; border-radius: 15px; background: #eff2ed; }
.mini-product span { display: grid; }
.mini-product small { color: var(--muted); }
.mini-product strong { font-size: 1.2rem; }
.mini-product b { margin-top: 6px; color: var(--blue); }
.mini-product i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-style: normal; }

.steps-grid { counter-reset: steps; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; padding: 0; margin: 0; list-style: none; }
.steps-grid li { min-height: 215px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.steps-grid li > span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 35px; border-radius: 50%; background: var(--ink); color: var(--lime); font-size: .76rem; font-weight: 800; }
.steps-grid h3 { margin-bottom: 9px; }
.steps-grid p { margin: 0; color: var(--muted); font-size: .88rem; }
.benefit-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.benefit-layout > div:first-child { padding-top: 16px; }
.benefit-layout > div:first-child p { max-width: 420px; color: var(--muted); }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.benefit-grid article { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.benefit-grid article > span { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 12px; background: var(--lime-soft); font-weight: 900; }
.benefit-grid h3 { margin-bottom: 9px; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: .88rem; }
.section--conditions { background: var(--warm); }
.conditions-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.condition-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-strong); }
.condition-list > div { padding: 24px 16px 24px 0; border-bottom: 1px solid var(--line-strong); }
.condition-list strong { display: block; font-size: 1.2rem; }
.condition-list p { margin: 7px 0 0; color: var(--muted); font-size: .86rem; }
.delivery-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.delivery-copy > p { color: var(--muted); }
.zone-card { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); }
.zone-card > div { min-height: 58px; display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); }
.zone-card > small { display: block; padding-top: 16px; color: var(--muted); }
.zone-dot { width: 14px; height: 14px; display: inline-block; border-radius: 50%; background: var(--line-strong); box-shadow: 0 0 0 4px rgba(20,32,31,.04); }
.zone-dot--green { background: #69b934; }
.zone-dot--yellow { background: #e7bd2f; }
.zone-dot--red { background: #dc5b52; }
.zone-dot--pickup { background: var(--blue); }
.notice { display: grid; gap: 3px; margin-top: 20px; padding: 16px 18px; border: 1px solid #b9cafb; border-radius: var(--radius-sm); background: var(--blue-soft); font-size: .84rem; }
.notice--amber { border-color: #eed293; background: var(--amber-soft); }
.notice--amber strong { color: #71450d; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.faq-layout > div:first-child > p { color: var(--muted); }
.faq-layout > div:first-child > h2 { font-size: clamp(2rem,3.4vw,3.35rem); line-height: 1.02; }
.faq-layout > div:first-child > .text-link { display: inline-flex; min-height: 48px; align-items: center; margin-top: 14px; padding: 0 22px; border: 1px solid var(--line-strong); border-radius: 999px; color: transparent; font-size: 0; text-decoration: none; }
.faq-layout > div:first-child > .text-link::before { content: "Позвонить"; color: var(--ink); font-size: .9rem; font-weight: 850; }
.faq-layout > div:first-child > .text-link:hover { border-color: var(--ink); background: #fff; }
.faq-list details { border-bottom: 1px solid var(--line-strong); }
.faq-list summary { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-weight: 760; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-toggle { position: relative; flex: 0 0 30px; width: 30px; height: 30px; border-radius: 50%; background: #fff; color: var(--ink); transition: background .2s ease; }
.faq-toggle::before,.faq-toggle::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; border-radius: 2px; background: currentColor; transform: translate(-50%,-50%); transform-origin: center; }
.faq-toggle::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform .2s ease; }
.faq-list details[open] .faq-toggle { background: var(--lime); }
.faq-list details[open] .faq-toggle::after { transform: translate(-50%,-50%) rotate(0deg); }
.faq-list details p { max-width: 690px; padding: 0 45px 18px 0; color: var(--muted); font-size: .9rem; }
.cta-section { background: var(--canvas); }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 48px 54px; border-radius: var(--radius-xl); background: var(--ink); color: #fff; }
.cta-panel h2 { margin: 10px 0; }
.cta-panel p { margin-bottom: 0; color: #b8c4c0; }

.footer { padding: 72px 0 24px; background: #0d1514; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .9fr .9fr 1.15fr; gap: clamp(30px,4vw,58px); }
.footer h2 { margin-bottom: 19px; color: #a8b6b1; font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }
.footer a { color: #e7eeeb; }
.footer a:hover { color: var(--lime); }
.footer-brand { display: grid; align-content: start; justify-items: start; }
.footer-logo { margin-bottom: 22px; }
.brand-logo--footer .brand-logo__wordmark { color: #fff; }
.brand-logo--footer .brand-logo__wordmark span { color: var(--lime); }
.footer-brand p { max-width: 310px; margin: 0 0 18px; color: #a8b6b1; }
.footer-status { display: inline-flex; align-items: flex-start; gap: 9px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; color: #d6dfdc !important; font-size: .78rem; }
.footer-status span { width: 8px; height: 8px; flex: 0 0 8px; margin-top: .36em; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(184,223,61,.12); }
.footer nav ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.footer nav li { margin: 0; list-style: none; }
.footer-column a { color: #dce5e1; font-size: .84rem; line-height: 1.35; }
.footer-contacts { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-contacts p { margin: 0; color: #a8b6b1; font-size: .82rem; }
.footer-contacts > a { color: #dce5e1; font-size: .84rem; }
.footer-phone { margin-bottom: 1px; color: #fff !important; font-size: 1.25rem !important; font-weight: 850; letter-spacing: -.035em; }
.footer-socials { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 9px; }
.footer-socials a { padding: 7px 9px; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; font-size: .73rem; }
.footer-b2b { margin-top: 10px; color: var(--lime) !important; font-weight: 760; }
.concept-pill, .demo-badge, .status-chip { display: inline-flex; width: fit-content; align-items: center; min-height: 28px; padding: 4px 10px; border-radius: 999px; font-size: .68rem; font-weight: 800; letter-spacing: .04em; }
.concept-pill { background: var(--lime); color: var(--ink); text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 52px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #889690; font-size: .72rem; }
.footer-bottom p { margin: 0; }
.footer-legal ul { display: flex !important; flex-wrap: wrap; gap: 16px !important; }
.footer-legal a { color: #a8b6b1; font-size: .72rem; }

/* Inner pages */
.page-hero { padding: 92px 0 78px; background: radial-gradient(circle at 82% 12%, var(--lime-soft), transparent 38%), var(--warm); }
.page-hero--calculator { background: radial-gradient(circle at 82% 20%, var(--blue-soft), transparent 40%), var(--warm); }
.page-hero--compact { padding: 65px 0 52px; }
.page-hero h1 { max-width: 900px; margin: 16px 0 16px; font-size: clamp(2.35rem,4.2vw,4rem); line-height: 1; }
.product-configurator h1 { font-size: clamp(2.15rem,3.2vw,3.35rem) !important; line-height: 1 !important; }
.page-hero p { max-width: 700px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.section--catalog { padding-top: 54px; }
.catalog-toolbar { display: grid; grid-template-columns: minmax(260px,1fr) 220px 220px auto; gap: 14px; align-items: stretch; }
.catalog-toolbar > .button { min-width: 138px; }
.search-field, .select-field { min-height: 54px; display: flex; align-items: center; gap: 12px; padding: 0 17px; border: 1px solid var(--line-strong); border-radius: 15px; background: #fff; }
.search-field:focus-within, .select-field:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(70,104,232,.12); }
.search-field b { font-size: 1.3rem; }
.search-field input, .select-field select { width: 100%; border: 0; outline: 0; background: transparent; }
.filter-row { display: grid; grid-template-columns: repeat(auto-fit,minmax(145px,1fr)); gap: 9px; padding: 22px 0; }
.filter-chip { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 8px 14px; border: 1px solid var(--line-strong); border-radius: var(--control-radius); background: #fff; font-weight: 720; line-height: 1.2; text-align: center; }
.filter-chip:hover, .filter-chip.is-active { border-color: var(--ink); background: var(--ink); color: #fff; }
.catalog-summary { min-height: 46px; display: flex; align-items: baseline; gap: 6px; margin-bottom: 22px; }
.catalog-summary strong { font-size: 1.35rem; }
.catalog-summary > .data-note { margin-left: auto; }
.catalog-pagination, .navigation.pagination { margin-top: 34px; }
.catalog-pagination ul, .navigation.pagination .nav-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.catalog-pagination a.page-numbers, .catalog-pagination span.page-numbers, .navigation.pagination a.page-numbers, .navigation.pagination span.page-numbers { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 14px; border: 1px solid var(--line-strong); border-radius: 12px; background: #fff; color: var(--ink); font-weight: 780; text-decoration: none; }
.catalog-pagination a.page-numbers:hover, .catalog-pagination a.page-numbers:focus-visible, .navigation.pagination a.page-numbers:hover, .navigation.pagination a.page-numbers:focus-visible { border-color: var(--ink); background: var(--ink); color: #fff; outline: none; }
.catalog-pagination .page-numbers.current, .navigation.pagination .page-numbers.current { border-color: var(--lime-dark); background: var(--lime); color: var(--ink); }
.product-grid--catalog { grid-template-columns: repeat(4,minmax(0,1fr)); }
.empty-state { padding: 80px 20px; text-align: center; border: 1px dashed var(--line-strong); border-radius: var(--radius-lg); }
.empty-state > span { font-size: 2.5rem; }
.empty-state h2 { margin: 15px 0 8px; }
.empty-state p { color: var(--muted); }

.breadcrumbs { min-height: 58px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .78rem; }
.breadcrumbs a:hover { color: var(--blue); }
.product-hero { padding: 26px 0 78px; }
.product-hero__grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.product-gallery { position: relative; min-height: 590px; display: grid; place-items: center; overflow: hidden; border-radius: var(--radius-xl); background: linear-gradient(145deg,#e7ece6 0%,#f5f2ea 100%); }
.product-gallery::before { content: ""; position: absolute; width: 70%; aspect-ratio: 1; border-radius: 50%; background: var(--blue-soft); }
.product-gallery img { position: relative; width: 82%; height: 500px; object-fit: contain; filter: drop-shadow(0 28px 28px rgba(20,32,31,.2)); }
.product-gallery .product-image-placeholder { position: relative; width: 70%; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.72); color: var(--muted); font-weight: 850; }
.product-gallery__label { position: absolute; z-index: 2; left: 20px; top: 20px; padding: 8px 11px; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--muted); font-size: .68rem; font-weight: 720; }
.product-summary h1 { margin: 13px 0 18px; font-size: clamp(3rem,5vw,5rem); }
.product-lead { color: var(--muted); font-size: 1.08rem; }
.kit-panel { margin: 24px 0; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.kit-panel > span { color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.kit-panel ul { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 20px; padding: 0; margin: 14px 0 0; list-style: none; font-size: .86rem; }
.kit-panel li::before { content: "✓"; margin-right: 8px; color: var(--lime-dark); font-weight: 900; }
.product-price { display: grid; margin-bottom: 22px; }
.product-price > span { color: var(--muted); font-size: .8rem; }
.product-price > strong { font-size: 2.6rem; letter-spacing: -.06em; }
.microcopy { margin: 14px 0 0; color: var(--muted); font-size: .75rem; }
.rate-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 15px; }
.rate-card { position: relative; min-height: 180px; display: flex; flex-direction: column; justify-content: end; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.rate-card--accent { border-color: #a7c747; background: var(--lime-soft); }
.rate-card > span { position: absolute; top: 17px; left: 17px; padding: 5px 8px; border-radius: 999px; background: var(--lime); font-size: .64rem; font-weight: 800; }
.rate-card h3 { margin-bottom: 8px; }
.rate-card strong { font-size: 1.85rem; letter-spacing: -.05em; }
.rate-card small { color: var(--muted); }
.product-detail-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.product-detail-grid > div:first-child p { color: var(--muted); }
.addon-preview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.addon-preview-grid article { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.addon-preview-grid article > span { color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.addon-preview-grid h3 { margin: 11px 0; }
.addon-preview-grid p { color: var(--muted); font-size: .84rem; }
.addon-preview-grid a { color: var(--blue); font-weight: 760; font-size: .82rem; }
.game-library { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.game-library p { color: #b7c4c0; }
.game-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.game-tags span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.06); }
.game-tags small { width: 100%; margin-top: 10px; color: #9ba9a4; }
.info-columns { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.info-columns article { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.info-icon { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: 40px; border-radius: 50%; background: var(--ink); color: var(--lime); font-size: .72rem; font-weight: 850; }
.info-columns p { color: var(--muted); font-size: .88rem; }
.prose { max-width: 820px; }
.prose p { color: var(--muted); font-size: 1.02rem; }
.section--related { padding-top: 70px; border-top: 1px solid var(--line); }
.mobile-sticky { display: none; }

/* Calculator and booking */
.calculator-section { padding-top: 55px; }
.calculator-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(340px,.65fr); align-items: start; gap: 28px; }
.calculator-form { display: grid; gap: 16px; }
.calculator-form fieldset { margin: 0; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.calculator-form legend { padding: 0 10px 0 0; font-size: 1.18rem; font-weight: 820; }
.calculator-form legend span { width: 35px; height: 35px; display: inline-grid; place-items: center; margin-right: 10px; border-radius: 50%; background: var(--ink); color: var(--lime); font-size: .7rem; }
.field-label { display: block; margin: 15px 0 7px; color: var(--ink-2); font-size: .78rem; font-weight: 780; }
.form-control { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid var(--line-strong); border-radius: 13px; background: #fff; outline: 0; }
.form-control:hover { border-color: #9ba8a1; }
.form-control:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(70,104,232,.12); }
textarea.form-control { resize: vertical; }
.form-control.is-error { border-color: var(--danger); background: var(--danger-soft); }
.selected-equipment { display: grid; grid-template-columns: 110px 1fr; align-items: center; gap: 18px; margin-top: 15px; padding: 12px; border-radius: 17px; background: #f0f2ee; }
.selected-equipment img { width: 100%; height: 90px; object-fit: contain; }
.selected-equipment > div { display: grid; }
.selected-equipment span, .selected-equipment small { color: var(--muted); font-size: .74rem; }
.stepper { width: 148px; min-height: 48px; display: grid; grid-template-columns: 44px 1fr 44px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 999px; }
.stepper button { border: 0; background: #f2f4f0; font-size: 1.25rem; }
.stepper output { display: grid; place-items: center; font-weight: 850; }
.choice-grid { display: grid; gap: 10px; }
.choice-grid--duration { grid-template-columns: repeat(5,minmax(0,1fr)); }
.choice-card { position: relative; width: 100%; min-height: 118px; display: flex; flex-direction: column; justify-content: center; padding: 15px; border: 1px solid var(--line); border-radius: 15px; background: #fff; color: var(--ink); font: inherit; text-align: left; cursor: pointer; }
.choice-card:hover, .choice-card.is-selected { border-color: var(--ink); background: var(--lime-soft); box-shadow: inset 0 0 0 1px var(--ink); }
.choice-card input, .addon-row input, .delivery-choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card span { color: var(--muted); font-size: .74rem; }
.choice-card strong { margin-top: 5px; }
.choice-card small { color: var(--amber); font-size: .65rem; }
.addon-list, .delivery-choices { display: grid; gap: 9px; }
.addon-row, .delivery-choice { position: relative; min-height: 66px; display: grid; align-items: center; gap: 12px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; }
.addon-row { grid-template-columns: 22px minmax(0,1fr) auto; }
.addon-row .addon-row__control { position: static; width: 20px; height: 20px; margin: 0; opacity: 1; pointer-events: auto; accent-color: var(--blue); }
.delivery-choice { grid-template-columns: 20px 1fr auto; }
.addon-row:hover, .addon-row:has(input:checked), .delivery-choice:hover, .delivery-choice.is-selected { border-color: var(--blue); background: var(--blue-soft); }
.addon-row:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(70,104,232,.16); }
.addon-row > span, .delivery-choice > span:not(.zone-dot) { display: grid; }
.addon-row small, .delivery-choice small { color: var(--muted); font-size: .7rem; }
.addon-row b, .delivery-choice b { font-size: .83rem; }
.form-help { margin: 12px 0 0; color: var(--muted); font-size: .73rem; }
.order-summary { position: sticky; top: 122px; padding: 28px; border-radius: var(--radius-lg); background: var(--ink); color: #fff; box-shadow: var(--shadow-md); }
.order-summary__head { display: grid; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.13); }
.order-summary__head span, .order-summary__head small { color: #a9b7b2; font-size: .74rem; }
.order-summary__head strong { margin: 5px 0; font-size: 1.5rem; }
.summary-lines { display: grid; gap: 11px; padding: 20px 0; }
.summary-lines > div { display: flex; justify-content: space-between; gap: 14px; color: #cbd5d1; font-size: .83rem; }
.summary-lines strong { color: #fff; }
.summary-discount strong { color: var(--lime); }
.demo-discount { display: grid; grid-template-columns: 20px 1fr; gap: 11px; padding: 15px; border: 1px solid rgba(184,223,61,.33); border-radius: 13px; background: rgba(184,223,61,.08); cursor: pointer; }
.demo-discount input { accent-color: var(--lime); }
.demo-discount span { display: grid; }
.demo-discount small { color: #a9b7b2; font-size: .68rem; }
.summary-total { display: flex; align-items: end; justify-content: space-between; gap: 15px; margin: 22px 0; }
.summary-total span { color: #a9b7b2; }
.summary-total strong { color: var(--lime); font-size: 2.2rem; letter-spacing: -.055em; }
.order-summary > p { color: #a9b7b2; font-size: .72rem; }
.order-summary__actions { display: grid; gap: 12px; margin-top: 16px; }
.summary-phone { display: block; margin-top: 14px; color: #cbd5d1; text-align: center; font-size: .74rem; }
.booking-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: start; gap: 28px; max-width: 1020px; }
.booking-form { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.form-banner { display: grid; padding: 15px; border-radius: 13px; background: var(--blue-soft); }
.form-banner span { color: var(--muted); font-size: .74rem; }
.form-row, .profile-grid, .ui-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.consent-row { display: grid; grid-template-columns: 20px 1fr; gap: 10px; margin: 18px 0; color: var(--muted); font-size: .77rem; cursor: pointer; }
.consent-row input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--lime-dark); }
.form-error, .form-success { margin: 8px 0 12px; padding: 10px 12px; border-radius: 10px; font-size: .77rem; }
.form-error { background: var(--danger-soft); color: var(--danger); }
.form-success { background: var(--lime-soft); color: #3e5b08; }
.booking-summary { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--warm); }
.booking-summary__eyebrow { color: var(--muted); font-size: .74rem; }
.booking-quote { margin: -7px -7px 25px; padding: 22px; border: 1px solid var(--line-strong); border-radius: 16px; background: #fff; }
.booking-quote h2 { margin: 6px 0 0; font-size: 1.35rem; }
.booking-quote__lines { display: grid; gap: 11px; padding: 18px 0; }
.booking-quote__lines > div { display: flex; justify-content: space-between; gap: 14px; font-size: .83rem; }
.booking-quote__lines span { display: grid; min-width: 0; }
.booking-quote__lines small, .booking-quote__note { color: var(--muted); font-size: .72rem; }
.booking-quote__total { display: flex; align-items: end; justify-content: space-between; gap: 14px; padding-top: 16px; border-top: 1px solid var(--line); }
.booking-quote__total span { color: var(--muted); font-size: .78rem; }
.booking-quote__total strong { color: var(--ink); font-size: 1.8rem; letter-spacing: -.045em; }
.booking-quote__note { margin: 13px 0 0; }
.booking-steps { display: grid; gap: 14px; margin: 22px 0; padding: 0; list-style: none; }
.booking-steps li { display: grid; grid-template-columns: 38px 1fr; align-items: start; gap: 12px; }
.booking-steps li > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--lime); color: var(--ink); font-weight: 850; }
.booking-steps p { margin: 5px 0 0; color: var(--muted); font-size: .83rem; }
.booking-summary > .booking-summary__notice { display: grid; padding: 15px; border: 1px solid var(--line-strong); border-radius: 13px; }
.booking-readonly { display: flex; align-items: center; background: var(--canvas); }
.booking-form .form-control[readonly] { background: var(--canvas); color: var(--ink); cursor: default; }
.booking-edit-selection { margin: 8px 0 0; font-size: .76rem; }
.booking-edit-selection a { color: var(--blue); font-weight: 760; }
.booking-selection { margin: 16px 0; }
.order-summary > .notice { color: var(--ink); }
.order-summary > .notice span { color: var(--muted); }

/* Auth, account and system pages */
.auth-page { min-height: 760px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--warm); }
.auth-visual { position: relative; overflow: hidden; min-height: 760px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(45px,6vw,90px); background: var(--blue); color: #fff; }
.auth-visual::after { content: ""; position: absolute; right: -24%; bottom: -28%; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.auth-visual > div { position: relative; z-index: 2; max-width: 620px; }
.auth-visual .eyebrow { color: #dfe5ff; }
.auth-visual .eyebrow::before { background: var(--lime); }
.auth-visual h1 { margin-top: 20px; font-size: clamp(2.5rem,4.5vw,4.8rem); }
.auth-visual p { max-width: 540px; color: #d9e0ff; }
.auth-visual img { position: relative; z-index: 2; align-self: center; width: min(430px,75%); max-height: 390px; object-fit: contain; filter: drop-shadow(0 28px 25px rgba(10,20,70,.3)); }
.auth-panel { display: grid; place-items: center; padding: 45px; }
.auth-panel > form, .auth-success { width: min(100%,480px); padding: 36px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); }
.auth-panel h2 { margin: 10px 0 12px; font-size: 2rem; }
.auth-panel p { color: var(--muted); }
.step-label { color: var(--blue); font-size: .7rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.otp-input { text-align: center; font-size: 1.65rem; font-weight: 850; letter-spacing: .4em; }
.auth-legal { margin: 14px 0 0; text-align: center; font-size: .68rem; }
.back-button, .resend-button { min-height: 44px; padding: 0; border: 0; background: none; color: var(--blue); font-weight: 760; }
.resend-button { width: 100%; margin-top: 8px; text-align: center; }
.auth-success { text-align: center; }
.success-mark { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 22px; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 1.8rem; font-weight: 900; }
.state-page { min-height: 650px; display: grid; place-items: center; padding: 70px 20px; background: radial-gradient(circle at 50% 20%,var(--lime-soft),transparent 38%), var(--canvas); }
.state-card { width: min(100%,650px); padding: 48px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow-md); text-align: center; }
.state-card h1 { margin: 12px 0 16px; font-size: clamp(2.25rem,5vw,3.8rem); }
.state-card > p { color: var(--muted); }
.state-card .button-row { justify-content: center; }
.state-card .notice { text-align: left; }

.account-hero { padding: 66px 0 54px; background: var(--ink); color: #fff; }
.account-hero__inner { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.account-hero h1 { margin: 13px 0 8px; font-size: clamp(2.6rem,5vw,4.6rem); }
.account-hero p { margin: 0; color: #afbbb7; }
.demo-badge { background: var(--amber-soft); color: #73480d; }
.status-chip { background: var(--lime-soft); color: #3e5b08; }
.status-chip--neutral { background: #edf0ed; color: #53605c; }
.account-section { padding-top: 46px; }
.account-grid { display: grid; grid-template-columns: 210px 1fr; align-items: start; gap: 38px; }
.account-nav { position: sticky; top: 125px; display: grid; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.account-nav { scrollbar-width: none; }
.account-nav::-webkit-scrollbar { display: none; }
.account-nav > strong { padding: 9px 10px 16px; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.account-nav a { min-height: 44px; display: flex; align-items: center; padding: 0 10px; border-radius: 10px; color: var(--muted); font-size: .84rem; font-weight: 700; }
.account-nav a:hover, .account-nav a.is-active { background: var(--lime-soft); color: var(--ink); }
.account-content { min-width: 0; display: grid; gap: 28px; }
.account-top-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; }
.discount-card, .account-help, .account-block { border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.discount-card { padding: 30px; background: linear-gradient(135deg,var(--lime-soft),#f7faeb); }
.discount-card > span, .account-help > span { color: var(--muted); font-size: .73rem; font-weight: 760; }
.discount-card > strong { display: block; margin: 5px 0; font-size: 4rem; letter-spacing: -.08em; }
.discount-card p { color: var(--muted); font-size: .78rem; }
.discount-card a { color: var(--blue); font-weight: 780; }
.account-help { padding: 30px; }
.account-help h2 { margin: 9px 0; font-size: clamp(1.35rem,2.4vw,2rem); }
.account-help p { color: var(--muted); }
.account-block { padding: 28px; }
.account-block .section-heading { margin-bottom: 20px; }
.account-block .section-heading h2 { font-size: 1.75rem; }
.booking-list { display: grid; gap: 10px; }
.booking-list article { min-height: 100px; display: grid; grid-template-columns: 94px 1fr auto; align-items: center; gap: 18px; padding: 10px; border: 1px solid var(--line); border-radius: 16px; }
.booking-image { height: 78px; padding: 6px; border-radius: 13px; background: #eff2ed; }
.booking-image img { width: 100%; height: 100%; object-fit: contain; }
.booking-list h3 { margin: 8px 0 3px; }
.booking-list p, .booking-list article > div:last-child span { margin: 0; color: var(--muted); font-size: .74rem; }
.booking-list article > div:last-child { display: grid; text-align: right; }
.profile-grid label { display: grid; }
.profile-grid label > span { margin-bottom: 7px; font-size: .76rem; font-weight: 760; }

.ui-stack { display: grid; gap: 70px; }
.ui-stack > section { padding-bottom: 60px; border-bottom: 1px solid var(--line); }
.ui-stack > section:last-child { border-bottom: 0; }
.swatch-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.swatch { display: grid; gap: 5px; }
.swatch > span { height: 120px; border: 1px solid var(--line); border-radius: 18px; }
.swatch small { color: var(--muted); }
.swatch--ink { background: var(--ink); }
.swatch--warm { background: var(--warm); }
.swatch--lime { background: var(--lime); }
.swatch--blue { background: var(--blue); }
.swatch--white { background: #fff; }
.type-spec { display: grid; gap: 24px; }
.type-spec small { color: var(--muted); }
.type-spec p { margin: 5px 0 0; }
.type-display { font-size: clamp(2.7rem,6vw,5rem); font-weight: 820; letter-spacing: -.06em; line-height: .98; }
.type-heading { font-size: clamp(2rem,4vw,3.2rem); font-weight: 760; letter-spacing: -.045em; }
.type-body { max-width: 700px; font-size: 1.1rem; }
.ui-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.ui-fields { align-items: start; }
.card-state-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.card-state-grid article { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.card-state-grid h3 { margin: 20px 0 9px; }
.card-state-grid p { margin: 0; color: var(--muted); font-size: .84rem; }
.ui-control-grid { display: grid; grid-template-columns: 1fr 1fr .65fr; align-items: end; gap: 18px; }
.ui-control-grid .filter-row { padding: 0; }
.ui-commerce-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; align-items: stretch; gap: 16px; }
.ui-price-card, .ui-profile-card { display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.ui-price-card > span, .ui-price-card > small, .ui-profile-card > p, .ui-profile-card > small { color: var(--muted); font-size: .76rem; }
.ui-price-card > strong { margin: 6px 0; font-size: 2.7rem; letter-spacing: -.06em; }
.ui-price-card > div { display: flex; justify-content: space-between; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); font-size: .82rem; }
.ui-profile-card h3 { margin: 30px 0 5px; font-size: 1.7rem; }
.ui-profile-card > strong { margin-top: auto; padding-top: 26px; color: var(--blue); }
.booking-status { min-height: 36px; display: inline-flex; align-items: center; padding: 0 12px; border-radius: 999px; font-size: .75rem; font-weight: 800; }
.booking-status--success { background: var(--lime-soft); color: #3d5d07; }
.booking-status--pending { background: var(--amber-soft); color: #70440b; }
.booking-status--draft { background: #edf0ed; color: #53605c; }
.token-demo-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.token-demo-grid article { min-height: 210px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.spacing-token { display: flex; align-items: center; gap: 10px; margin: 9px 0; color: var(--muted); font-size: .73rem; }
.spacing-token span { height: 8px; border-radius: 999px; background: var(--blue); }
.radius-token-row, .shadow-token-row, .icon-token-row { display: flex; gap: 10px; flex-wrap: wrap; }
.radius-token-row span { width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid var(--line); background: var(--lime-soft); }
.radius-token-row span:nth-child(1) { border-radius: 12px; }
.radius-token-row span:nth-child(2) { border-radius: 20px; }
.radius-token-row span:nth-child(3) { border-radius: 30px; }
.shadow-token-row span { width: 85px; height: 70px; display: grid; place-items: center; border-radius: 14px; background: #fff; }
.shadow-token-row span:first-child { box-shadow: var(--shadow-sm); }
.shadow-token-row span:last-child { box-shadow: var(--shadow-md); }
.icon-token-row span { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; font-weight: 900; }
.modal-backdrop { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(8,17,15,.62); backdrop-filter: blur(5px); }
.modal-card { position: relative; width: min(100%,560px); padding: 38px; border-radius: var(--radius-lg); background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.modal-card h2 { margin: 15px 0; font-size: 2rem; }
.modal-card > p { color: var(--muted); }
.modal-close { position: absolute; top: 14px; right: 14px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #edf0ed; font-size: 1.5rem; }

/* Responsive behavior */
@media (max-width: 1280px) {
  .site-header { background: rgba(246,247,243,.98); backdrop-filter: none; }
  .header-row { min-height: 74px; gap: 12px; }
	.header-nav-band { min-height: 0; border-top: 0; background: transparent; }
	.header-nav-row { min-height: 0; }
  .site-brand { margin-right: auto; }
  .header-actions { display: none; }
  .header-call-link, .menu-button { display: inline-grid; place-items: center; }
  .header-call-link { width: 44px; height: 44px; border: 1px solid var(--line-strong); border-radius: 50%; background: #fff; color: var(--ink); }
  .site-navigation { display: none; position: fixed; z-index: 95; top: 74px; right: 0; bottom: 0; width: min(440px,100%); margin: 0; padding: 14px 20px calc(24px + env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain; border-top: 1px solid var(--line); background: var(--canvas); box-shadow: -20px 30px 60px rgba(20,32,31,.18); }
  .site-navigation.is-open { display: flex; flex-direction: column; }
  .no-js .header-row { flex-wrap: wrap; }
  .no-js .menu-button { display: none; }
  .no-js .site-navigation { position: static; width: 100%; flex: 1 0 100%; display: block; padding: 0 0 14px; border: 0; box-shadow: none; }
	.no-js .header-nav-band { border-top: 1px solid var(--line); background: var(--canvas); }
	.no-js .header-nav-row { display: block; }
  .no-js .primary-menu .sub-menu, .no-js .primary-menu li:hover > .sub-menu, .no-js .primary-menu li:focus-within > .sub-menu { display: grid; }
  .no-js .primary-menu .sub-menu { padding-bottom: 8px; }
  .primary-menu > ul { display: grid; gap: 0; }
  .primary-menu > ul > li { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--line); }
  .primary-menu > ul > li > a { min-height: 54px; font-size: 1rem; }
  .primary-menu > ul > li > a::before, .primary-menu > ul > li.menu-item-has-children > a::after { display: none; }
  /* Keep the mobile promotion link in the menu rhythm; accent only its small badge. */
  .primary-menu > ul > .menu-item--promotions > a { display:flex; min-height:54px; margin:0; padding:0; border:0; border-radius:0; background:transparent; color:var(--ink-2); box-shadow:none; font-size:1rem; gap:10px; }
  .primary-menu > ul > .menu-item--promotions > a:hover { background:transparent; color:var(--ink); box-shadow:none; }
  .primary-menu > ul > .menu-item--promotions > a::after { content:"%"; display:inline-grid; place-items:center; flex:0 0 28px; width:28px; height:28px; margin:0; border-radius:9px; background:var(--lime); color:var(--ink); font-size:14px; font-weight:850; line-height:1; }
  .submenu-toggle { width: 46px; min-height: 46px; align-self: center; display: grid; place-items: center; border: 0; border-radius: 12px; background: transparent; }
  .submenu-toggle span { width: 9px; height: 9px; margin-top: -4px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform .18s ease; }
  .submenu-toggle[aria-expanded="true"] span { margin-top: 4px; transform: rotate(225deg); }
  .primary-menu .sub-menu { visibility: visible; opacity: 1; position: static; grid-column: 1 / -1; width: auto; display: none; gap: 2px; padding: 0 0 12px 12px; border: 0; border-radius: 0; background: transparent; box-shadow: none; transform: none; transition: none; }
  .primary-menu li:hover > .sub-menu, .primary-menu li:focus-within > .sub-menu { display: none; }
  .primary-menu li.is-submenu-open > .sub-menu { display: grid; }
  .primary-menu .sub-menu a { min-height: 46px; padding: 8px 12px; border-radius: 11px; background: #fff; }
	.primary-menu .sub-menu--mega,
	.primary-menu .menu-item--catalog-mega > .sub-menu {
		width: 100%;
		max-width: none;
		grid-template-columns: minmax(0,1fr);
		gap: 8px;
		padding: 2px 0 14px;
	}
	.primary-menu .menu-item--catalog-mega > .sub-menu > li { min-width: 0; }
	.primary-menu .menu-featured-link { grid-column: 1; }
	.primary-menu .menu-featured-link > a {
		min-height: 50px;
		display: flex;
		align-items: center;
		padding: 10px 12px;
		background: var(--ink);
		color: #fff;
	}
	.primary-menu .menu-featured-link > a::before {
		content: "\2192";
		order: 2;
		margin-left: auto;
		font-size: 1.1rem;
	}
	.primary-menu .menu-featured-link span { display: none; }
	.primary-menu .menu-group { width: 100%; min-width: 0; padding: 8px 0 0; }
	.primary-menu .menu-group__label { margin: 0 12px 5px; }
	.primary-menu .menu-group ul { width: 100%; min-width: 0; display: grid; grid-template-columns: minmax(0,1fr); gap: 4px; }
	.primary-menu .menu-group li,
	.primary-menu .menu-group a,
	.primary-menu .sub-menu a > span { min-width: 0; }
	.primary-menu .menu-group a { width: 100%; overflow-wrap: anywhere; }
	.primary-menu .menu-group .menu-item__image { width: 44px; height: 44px; flex-basis: 44px; }
  .mobile-menu-actions { display: grid; gap: 14px; margin-top: auto; padding-top: 24px; }
  .mobile-menu-contact { display: grid; gap: 3px; padding: 15px 16px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
  .mobile-menu-contact span { color: var(--muted); font-size: .74rem; }
  .mobile-menu-contact__hours { display: block; white-space: nowrap; }
  .mobile-menu-contact strong { font-size: 1.2rem; }
  .menu-overlay.is-open { display: block; position: fixed; z-index: 84; inset: 74px 0 0; border: 0; background: rgba(13,21,20,.38); backdrop-filter: blur(3px); }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .hero-visual { min-height: 450px; }
  .product-grid, .product-grid--catalog { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .category-grid { grid-template-columns: repeat(2,1fr); }
  .product-hero__grid { gap: 35px; }
  .product-gallery { min-height: 500px; }
  .rate-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .catalog-toolbar { grid-template-columns: minmax(240px,1fr) minmax(190px,.7fr); }
  .calculator-grid { grid-template-columns: 1fr 350px; }
  .choice-grid--duration { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 820px) {
  .section { padding: 68px 0; }
  .hero { min-height: auto; }
  .hero-grid, .product-hero__grid, .benefit-layout, .conditions-grid, .delivery-layout, .faq-layout, .product-detail-grid, .game-library, .calculator-grid, .booking-grid, .account-grid, .split-heading { grid-template-columns: 1fr; }
  .hero-grid { padding-block: 58px 70px; }
  .hero-copy { grid-row: 1; }
  .hero-visual { grid-row: 2; min-height: 430px; }
  .hero-price-card { right: 4%; }
  .bundle-grid { grid-template-columns: 1fr; }
  .split-heading .section-heading, .order-summary, .account-nav { position: static; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
  .product-gallery { min-height: 470px; }
  .product-summary { padding-top: 10px; }
  .rate-grid { grid-template-columns: 1fr 1fr; }
  .info-columns { grid-template-columns: 1fr; }
  .calculator-grid { gap: 16px; }
  .choice-grid--duration { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .order-summary { margin-top: 10px; }
  .auth-page { grid-template-columns: 1fr; }
  .auth-visual { min-height: 480px; }
  .auth-visual img { position: absolute; right: -8%; bottom: -8%; width: 55%; }
  .account-top-grid { grid-template-columns: 1fr; }
  .account-nav { display: flex; overflow-x: auto; }
  .account-nav > strong { display: none; }
  .account-nav a { flex: 0 0 auto; padding-inline: 14px; }
  .swatch-grid { grid-template-columns: repeat(3,1fr); }
  .card-state-grid { grid-template-columns: 1fr; }
  .ui-control-grid, .ui-commerce-grid { grid-template-columns: 1fr; }
  .token-demo-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .section { padding: 54px 0; }
  .section--tight { padding: 45px 0 54px; }
  .concept-bar__inner { justify-content: center; min-height: 32px; text-align: center; }
  .concept-bar__inner span:last-child { display: none; }
  .header-row { min-height: 68px; gap: 8px; }
  .site-navigation { top: 68px; padding-inline: 14px; }
  .no-js .site-navigation { padding-inline: 0; }
  .menu-overlay.is-open { inset-block-start: 68px; }
  .brand-logo { gap: 8px; }
  .brand-logo__mark { width: 36px; height: 36px; flex-basis: 36px; }
  .brand-logo__wordmark { font-size: .87rem; }
  .brand-logo__custom { max-width: 150px; max-height: 42px; }
  .brand-logo__lockup { width: 156px; }
  .hero-grid { gap: 22px; padding-block: 34px 52px; }
  .hero-visual { min-height: 330px; }
  .hero-visual::before { width: 310px; }
  .hero-visual img { width: 320px; }
  .hero-orbit--one { width: 310px; height: 310px; }
  .hero-orbit--two { width: 350px; height: 220px; }
  .hero-price-card { right: 0; bottom: 18px; min-width: 180px; padding: 14px; }
  .hero-copy h1 { font-size: clamp(2.55rem,13vw,4rem); }
  .hero-copy > p { font-size: 1rem; }
  .hero-copy .button-row .button { width: 100%; }
  .hero-facts { grid-template-columns: minmax(0, 1.55fr) minmax(0, .75fr); gap: 14px; margin-top: 34px; }
  .hero-facts div:first-child strong { font-size: .92rem; }
  .hero-facts div:last-child { grid-column: 1 / -1; }
  .section-heading { display: block; margin-bottom: 28px; }
  .section-heading__action { margin-top: 14px; }
  .category-grid, .product-grid, .product-grid--three, .product-grid--catalog, .benefit-grid, .condition-list, .addon-preview-grid, .choice-grid--duration, .form-row, .profile-grid, .ui-fields { grid-template-columns: 1fr; }
  .category-card { min-height: 220px; }
  .product-card__media { height: 290px; }
	.footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .bundle-card { min-height: 480px; padding: 26px; }
  .bundle-card > div { width: 100%; }
  .bundle-card img { right: -5%; bottom: -10%; width: 75%; height: 58%; }
  .mini-product { grid-template-columns: 84px 1fr 38px; gap: 12px; padding-right: 12px; }
  .mini-product img { height: 80px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid li { min-height: 175px; }
  .steps-grid li > span { margin-bottom: 26px; }
  .conditions-grid, .delivery-layout, .faq-layout { gap: 28px; }
  .cta-panel { display: block; padding: 32px 24px; border-radius: var(--radius-lg); }
  .cta-panel .button-row { margin-top: 24px; }
  .cta-panel .button { width: 100%; }
  .footer { padding-top: 54px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand, .footer-contact { grid-column: auto; }
  .footer-bottom { display: grid; }
  .page-hero { padding: 58px 0 48px; }
  .catalog-toolbar { grid-template-columns: 1fr; }
  .filter-row { display: flex; overflow-x: auto; flex-wrap: nowrap; margin-inline: -14px; padding: 18px 14px 22px; scrollbar-width: thin; scroll-padding-inline: 14px; }
  .filter-chip { flex: 0 0 auto; min-width: max-content; }
  .catalog-summary { flex-wrap: wrap; }
  .catalog-summary > .data-note { width: 100%; margin-left: 0; }
  .breadcrumbs { overflow-x: auto; white-space: nowrap; }
  .product-hero { padding-bottom: 45px; }
  .product-gallery { min-height: 360px; }
  .product-gallery img { height: 330px; }
  .product-gallery__label { left: 12px; top: 12px; }
  .kit-panel ul { grid-template-columns: 1fr; }
  .product-summary .button { width: 100%; }
  .rate-grid { gap: 9px; }
  .rate-card { min-height: 155px; padding: 18px; }
  .product-detail-grid, .game-library { gap: 30px; }
  .mobile-sticky { position: fixed; z-index: 70; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255,255,255,.96); box-shadow: 0 -10px 30px rgba(20,32,31,.1); backdrop-filter: blur(14px); }
  .mobile-sticky > div { display: grid; }
  .mobile-sticky span { color: var(--muted); font-size: .68rem; }
  .mobile-sticky strong { font-size: 1.05rem; }
  .mobile-sticky .button { min-height: 44px; padding: 0 18px; }
  .calculator-form fieldset, .booking-form, .order-summary, .account-block { padding: 20px; border-radius: 22px; }
  .selected-equipment { grid-template-columns: 85px 1fr; }
  .choice-grid--duration { grid-template-columns: 1fr 1fr; }
  .choice-card { min-height: 105px; }
  .addon-row { grid-template-columns: 22px minmax(0,1fr) auto; }
  .delivery-choice { grid-template-columns: 16px 1fr; }
  .delivery-choice b { grid-column: 2; }
  .mobile-sticky--calculator { display: flex; }
  .auth-visual { min-height: 390px; padding: 45px 22px; }
  .auth-visual h1 { font-size: 2.75rem; }
  .auth-visual img { width: 62%; opacity: .65; }
  .auth-panel { padding: 28px 14px 55px; }
  .auth-panel > form, .auth-success { padding: 24px; }
  .state-card { padding: 32px 22px; }
  .account-hero__inner { align-items: start; flex-direction: column; }
  .account-grid { gap: 20px; }
  .account-nav { margin-inline: -14px; padding-inline: 14px; border-inline: 0; border-radius: 0; }
  .booking-list article { grid-template-columns: 70px 1fr; }
  .booking-list article > div:last-child { grid-column: 2; text-align: left; }
  .swatch-grid { grid-template-columns: 1fr 1fr; }
  .swatch > span { height: 95px; }
  .ui-stack { gap: 45px; }
  .ui-stack > section { padding-bottom: 45px; }
  .token-demo-grid { grid-template-columns: 1fr; }
  .modal-card { padding: 30px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
/* V2 round 2: catalog, support and administrator chat */
.chat-widget{position:fixed;right:24px;bottom:24px;z-index:80;display:grid;justify-items:end;gap:12px}.chat-launcher{border:0;border-radius:999px;background:var(--ink,#14201f);color:#fff;padding:12px 18px;display:flex;gap:10px;align-items:center;box-shadow:0 16px 50px #14201f33;cursor:pointer}.chat-launcher span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--lime,#b7e43a);color:#14201f}.chat-panel{width:min(380px,calc(100vw - 32px));background:#fff;border:1px solid #14201f22;border-radius:24px;box-shadow:0 24px 80px #14201f33;overflow:hidden}.chat-panel__head{background:#14201f;color:#fff;padding:18px;display:flex;justify-content:space-between;gap:16px}.chat-panel__head div{display:grid;gap:4px}.chat-panel__head span{font-size:12px;opacity:.75}.chat-panel__head button{background:transparent;border:0;color:#fff;font-size:24px;cursor:pointer}.chat-panel form,.chat-panel__success{padding:18px;display:grid;gap:14px}.chat-panel label{display:grid;gap:6px}.chat-panel label>span{font-weight:700}.chat-panel small{color:#66706f}.games-grid,.help-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}.game-card,.help-grid article{background:#fff;border:1px solid #14201f1a;border-radius:22px;padding:24px}.game-card>span,.help-grid article>span{font-size:12px;font-weight:800;color:#597000;text-transform:uppercase;letter-spacing:.08em}.game-card h2,.help-grid h2{font-size:22px;margin:12px 0}.game-card a,.help-grid a{font-weight:800;color:#14201f}.contact-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.contact-page-grid>div{padding:32px;border-radius:24px;background:#fff;border:1px solid #14201f1a}.map-card{max-width:1240px;margin:24px auto 0;padding:0!important;overflow:hidden}.map-card iframe{display:block;width:100%;height:420px;border:0}.direction-grid,.subscription-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:32px}.direction-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.direction-grid>a,.subscription-grid>article{display:block;padding:24px;border-radius:22px;background:#14201f;color:#fff;text-decoration:none}.direction-grid span,.subscription-grid span{color:#b7e43a;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.direction-grid h2,.subscription-grid h2{font-size:22px;margin:12px 0}.direction-grid p,.subscription-grid p{color:#ffffffb8}.direction-grid b,.subscription-grid a{color:#b7e43a}.subscription-warning{background:#fff7e3!important;color:#14201f!important}.subscription-warning p{color:#5e625e!important}.kit-panel>p{margin:8px 0 0}.choice-card{font:inherit;text-align:left;cursor:pointer}.choice-card span,.choice-card strong{display:block}.notice+.catalog-toolbar{margin-top:24px}
@media(max-width:800px){.games-grid,.help-grid,.contact-page-grid,.direction-grid,.subscription-grid{grid-template-columns:1fr}.chat-widget{right:12px;bottom:76px}.chat-launcher strong{display:none}.chat-launcher{padding:10px}.chat-panel{width:calc(100vw - 24px)}}

/* Administrator concept */
.admin-app{min-height:100vh;display:grid;grid-template-columns:250px minmax(0,1fr);background:#f3f5f7;color:#172033}.admin-sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:24px 18px;background:#172033;color:#fff}.admin-brand{display:grid;gap:8px;margin:0 8px 34px;color:#fff;text-decoration:none}.admin-brand img{width:154px;filter:brightness(0) invert(1)}.admin-brand span{color:#ffffff99;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.admin-sidebar nav{display:grid;gap:6px}.admin-sidebar nav a{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;color:#d7ddea;text-decoration:none;font-size:.88rem;font-weight:700}.admin-sidebar nav a:hover,.admin-sidebar nav a.is-active{background:#ffffff14;color:#fff}.admin-sidebar nav a.is-active{box-shadow:inset 3px 0 0 #c7f36b}.admin-sidebar nav a span{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:#ffffff10;color:#c7f36b}.admin-sidebar__bottom{display:grid;gap:10px;margin-top:auto;padding:18px 10px 4px;border-top:1px solid #ffffff1c}.admin-sidebar__bottom span{color:#ffffff80;font-size:.68rem}.admin-sidebar__bottom a{color:#fff;font-size:.82rem;font-weight:800;text-decoration:none}.admin-main{min-width:0;padding:34px clamp(24px,4vw,58px) 70px}.admin-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;margin-bottom:28px}.admin-topbar h1{margin:4px 0 6px;font-size:clamp(2rem,3vw,3rem);letter-spacing:-.05em}.admin-topbar p{max-width:710px;margin:0;color:#677080}.admin-kicker{color:#49617f;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.admin-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px}.admin-stat-grid article{display:grid;gap:6px;padding:22px;border:1px solid #dfe4ea;border-radius:18px;background:#fff}.admin-stat-grid span,.admin-stat-grid small{color:#717b89;font-size:.75rem}.admin-stat-grid strong{font-size:1.6rem;letter-spacing:-.04em}.admin-panel{border:1px solid #dfe4ea;border-radius:22px;background:#fff;box-shadow:0 8px 28px rgba(26,39,55,.04)}.admin-welcome{display:grid;grid-template-columns:1.1fr 1fr;gap:35px;align-items:center;margin-bottom:20px;padding:30px}.admin-welcome h2{margin:8px 0 10px;font-size:1.75rem}.admin-welcome p{color:#677080}.admin-flow{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;padding:24px;border-radius:18px;background:#172033;color:#fff}.admin-flow span{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:#c7f36b;color:#172033;font-weight:900}.admin-flow b{font-size:.78rem}.admin-flow i{color:#ffffff70;font-style:normal}.admin-two-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px}.admin-two-columns>.admin-panel{padding:26px}.admin-panel__head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px}.admin-panel__head>div{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.admin-panel__head h2{margin:0;font-size:1.28rem}.admin-panel__head p{width:100%;margin:2px 0 0;color:#78818e;font-size:.8rem}.admin-panel__head>small{color:#78818e}.admin-panel__head>div>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#eaf4d1;color:#526e08;font-weight:900}.admin-action-list{display:grid}.admin-action-list a{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:13px;padding:15px 0;border-top:1px solid #edf0f3;color:#172033;text-decoration:none}.admin-action-list a>span{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#eef1f7;color:#3454d1;font-size:1.1rem;font-weight:900}.admin-action-list div{display:grid;gap:3px}.admin-action-list small{color:#78818e}.admin-action-list i{font-style:normal}.admin-source-card{display:grid;place-items:center;gap:8px;padding:20px;text-align:center;border-radius:16px;background:#f6f8fa}.admin-source-card strong{font-size:1.2rem}.admin-source-card span,.admin-source-card p{color:#677080;font-size:.82rem}.admin-source-card div{color:#3454d1;font-size:1.4rem}.admin-source-card p{margin:0}.admin-success{display:flex;gap:10px;margin:-8px 0 22px;padding:14px 18px;border:1px solid #a4cc4b;border-radius:14px;background:#eef8d8}.admin-success span{color:#5d6750}.admin-editor-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);gap:22px;align-items:start}.admin-editor-stack,.admin-preview-stack{display:grid;gap:20px}.admin-preview-stack{position:sticky;top:22px}.admin-form-section{padding:26px}.admin-section-copy{margin:-8px 0 20px;color:#677080;font-size:.88rem}.admin-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.admin-field{display:grid;align-content:start;gap:7px}.admin-field--wide{grid-column:1/-1}.admin-field>span{font-size:.78rem;font-weight:800}.admin-field>small{color:#78818e;font-size:.7rem;line-height:1.4}.admin-form-section .form-control,.admin-quote-preview .form-control{border-color:#ccd3dc;background:#fbfcfd}.admin-price-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.currency-input{display:grid;grid-template-columns:1fr auto;align-items:center;border:1px solid #ccd3dc;border-radius:12px;background:#fbfcfd;overflow:hidden}.currency-input:focus-within{border-color:#3454d1;box-shadow:0 0 0 3px #3454d11c}.currency-input input{min-width:0;width:100%;height:48px;padding:0 12px;border:0;outline:0;background:transparent;font:inherit;font-weight:900}.currency-input b{padding:0 12px;color:#78818e;font-size:.7rem}.admin-special-prices{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}.admin-special-prices>div{display:grid;grid-template-columns:54px 1fr;gap:14px;padding:17px;border:1px solid #d7dfbd;border-radius:16px;background:#f6faeb}.admin-special-icon{width:50px;height:50px;display:grid;place-items:center;border-radius:15px;background:#c7f36b;font-weight:900}.admin-long-rule{margin-top:18px;padding-top:18px;border-top:1px solid #edf0f3}.admin-text-button{border:0;background:transparent;color:#3454d1;font-weight:900;cursor:pointer}.admin-empty-state{display:grid;place-items:center;gap:8px;padding:34px;text-align:center;border:1px dashed #cfd6df;border-radius:17px;background:#fafbfc}.admin-empty-state p{max-width:500px;margin:0 0 8px;color:#78818e;font-size:.84rem}.admin-quote-preview,.admin-card-preview,.admin-badge-preview{padding:24px}.admin-quote-preview h2,.admin-badge-preview h2{margin:5px 0 20px}.admin-promo-switch{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:18px 0;padding:14px;border-radius:14px;background:#eff7dc}.admin-promo-switch>div{display:grid;gap:2px}.admin-promo-switch span{color:#66705c;font-size:.72rem}.switch{position:relative;width:50px;height:28px;padding:0;border:0;border-radius:999px;background:#adb5bf;cursor:pointer;transition:.2s}.switch span{position:absolute;top:4px;left:4px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #0002;transition:.2s}.switch.is-on{background:#6f9212}.switch.is-on span{left:26px}.admin-quote-total{display:grid;gap:5px;padding:20px;border-radius:16px;background:#172033;color:#fff}.admin-quote-total span,.admin-quote-total small{color:#ffffffa8;font-size:.75rem}.admin-quote-total strong{font-size:2rem;letter-spacing:-.05em}.admin-calculation{display:grid;gap:7px;margin-top:18px;padding-top:16px;border-top:1px solid #e6e9ed}.admin-calculation span{display:flex;justify-content:space-between;color:#687280;font-size:.78rem}.admin-card-preview .product-card{max-width:360px;margin:0 auto}.admin-card-preview .product-card:hover{transform:none}.admin-card-preview .product-card__media{height:210px}.admin-card-preview .product-card__body{padding:17px}.admin-card-preview .product-card h3{min-height:0}.admin-editor-grid--settings{grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr)}.admin-rule-explanation{margin-top:18px;padding:18px;border-left:4px solid #3454d1;border-radius:4px 14px 14px 4px;background:#eef1f8}.admin-rule-explanation p{margin:7px 0 0;color:#596677;font-size:.86rem}.admin-preview-product{position:relative;display:grid;place-items:center;min-height:280px;margin-top:15px;padding:20px;border-radius:18px;background:linear-gradient(145deg,#eef1ec,#f7f8f4)}.admin-preview-product img{width:78%;height:190px;object-fit:contain}.admin-preview-product>b{position:absolute;top:14px;right:14px;padding:9px 12px;border-radius:999px;background:#c7f36b;font-size:.72rem}.admin-preview-product>span{justify-self:start;font-weight:900}.admin-preview-product>strong{justify-self:start;margin-top:4px;font-size:1.25rem}.admin-badge-preview>p{color:#677080;font-size:.82rem}
@media(max-width:1100px){.admin-app{grid-template-columns:82px minmax(0,1fr)}.admin-sidebar{padding-inline:12px}.admin-brand{margin-inline:0}.admin-brand img{width:58px}.admin-brand span,.admin-sidebar nav a:not(.is-active){font-size:0}.admin-sidebar nav a{justify-content:center;padding:10px}.admin-sidebar nav a.is-active{font-size:0}.admin-sidebar__bottom span{display:none}.admin-sidebar__bottom a{font-size:0}.admin-sidebar__bottom a::before{content:"←";font-size:1.2rem}.admin-stat-grid{grid-template-columns:1fr 1fr}.admin-price-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.admin-app{display:block}.admin-sidebar{position:static;width:100%;height:auto;padding:12px 14px;display:flex;flex-direction:row;align-items:center;overflow-x:auto}.admin-brand{min-width:120px;margin:0 12px 0 0}.admin-brand img{width:112px}.admin-sidebar nav{display:flex}.admin-sidebar nav a{white-space:nowrap}.admin-sidebar__bottom{display:none}.admin-main{padding:24px 14px 60px}.admin-topbar{display:grid}.admin-topbar .button-row{width:100%}.admin-topbar .button{flex:1}.admin-stat-grid,.admin-welcome,.admin-two-columns,.admin-editor-grid,.admin-editor-grid--settings{grid-template-columns:1fr}.admin-preview-stack{position:static}.admin-form-grid,.admin-special-prices{grid-template-columns:1fr}.admin-price-grid{grid-template-columns:1fr 1fr}.admin-flow{justify-content:flex-start}}
@media(max-width:460px){.admin-stat-grid,.admin-price-grid{grid-template-columns:1fr}.admin-special-prices>div{grid-template-columns:44px 1fr}.admin-special-icon{width:42px;height:42px}.admin-form-section,.admin-quote-preview,.admin-card-preview,.admin-badge-preview{padding:19px}}
