:root {
  --bg: #070908;
  --surface: #0d110f;
  --surface-2: #121713;
  --line: rgba(255, 255, 255, 0.09);
  --text: #f4f7f5;
  --muted: #9ba59f;
  --green: #61ee61;
  --green-deep: #1b9f45;
  --orange: #ff8a2b;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: Manrope, system-ui, sans-serif; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.ambient { position: fixed; z-index: -1; width: 480px; height: 480px; border-radius: 50%; filter: blur(130px); pointer-events: none; opacity: .09; }
.ambient-one { top: 60px; right: -160px; background: var(--green); }
.ambient-two { top: 650px; left: -250px; background: #27bd68; }

.demo-note { min-height: 34px; padding: 8px 24px; display: flex; justify-content: center; gap: 12px; text-align: center; background: #152219; border-bottom: 1px solid rgba(97,238,97,.18); color: var(--green); font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.demo-note__muted { color: #b5c1b9; font-weight: 500; }
.site-header { position: sticky; top: 0; z-index: 20; height: 78px; padding: 0 max(20px, calc((100vw - 1180px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 28px; background: rgba(7,9,8,.82); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; flex-direction: column; align-items: flex-start; }
.brand__mark { display: inline-flex; align-items: center; font-size: 22px; line-height: 1; font-weight: 800; letter-spacing: -.07em; }
.brand__mark span { color: var(--green); }
.brand__mark i { width: 7px; height: 7px; margin: 0 5px 0 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 15px rgba(97,238,97,.8); }
.brand__mark b { font: inherit; color: #f8fbf9; position: relative; }
.brand__mark b::after { content: ""; position: absolute; right: -11px; top: 0; width: 8px; height: 8px; border: 2px solid var(--orange); border-top-color: transparent; border-radius: 50%; }
.brand__sub { margin-top: 5px; color: #79847d; font-size: 7px; letter-spacing: .25em; font-weight: 700; }
.desktop-nav { display: flex; align-items: center; gap: 28px; color: #b8c1bb; font-size: 13px; font-weight: 600; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: var(--green); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-button, .cart-button, .close-button { border: 0; cursor: pointer; }
.icon-button { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 12px; background: #111512; border: 1px solid var(--line); }
.icon-button svg, .cart-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.cart-button { height: 43px; padding: 0 8px 0 15px; display: flex; align-items: center; gap: 9px; border-radius: 12px; background: var(--green); color: #071008; font-size: 12px; font-weight: 800; }
.cart-button b { min-width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; background: rgba(0,0,0,.16); }

.hero { min-height: 690px; padding-block: 64px 80px; display: grid; grid-template-columns: 1.04fr .96fr; gap: 50px; align-items: center; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 20px; height: 2px; background: currentColor; box-shadow: 0 0 12px currentColor; }
.hero h1, .section-heading h2, .selection h2, .order-modal h2 { margin: 0; letter-spacing: -.055em; line-height: .99; }
.hero h1 { max-width: 690px; font-size: clamp(48px, 5.2vw, 78px); font-weight: 800; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero__lead { max-width: 600px; margin: 25px 0 32px; color: #aab4ae; font-size: 17px; line-height: 1.7; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; padding: 0 20px; border: 1px solid transparent; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; cursor: pointer; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--green); color: #071008; box-shadow: 0 12px 34px rgba(62,221,82,.14); }
.button--primary:hover { background: #77f477; }
.button--ghost { background: #0e120f; border-color: var(--line); }
.button--ghost:hover { border-color: rgba(97,238,97,.35); }
.hero__proof { margin-top: 46px; padding-top: 24px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.hero__proof div { display: flex; flex-direction: column; gap: 4px; }
.hero__proof strong { font-size: 13px; }
.hero__proof span { color: #758079; font-size: 11px; }

.hero__visual { position: relative; height: 520px; display: grid; place-items: center; }
.hero__visual::before { content: ""; position: absolute; width: 390px; height: 390px; border: 1px solid rgba(97,238,97,.13); border-radius: 50%; box-shadow: inset 0 0 80px rgba(97,238,97,.03), 0 0 80px rgba(97,238,97,.04); }
.hero__visual::after { content: ""; position: absolute; width: 310px; height: 80px; bottom: 65px; border-radius: 50%; background: rgba(52,255,96,.2); filter: blur(42px); transform: rotate(-5deg); }
.signal { position: absolute; border: 1px dashed rgba(97,238,97,.18); border-radius: 50%; }
.signal--one { width: 455px; height: 455px; animation: spin 24s linear infinite; }
.signal--two { width: 510px; height: 510px; border-color: rgba(255,255,255,.055); animation: spin 34s linear infinite reverse; }
@keyframes spin { to { transform: rotate(360deg); } }
.product-stage { position: relative; z-index: 2; width: 410px; height: 330px; }
.stage-pill { position: absolute; right: 15px; top: 25px; padding: 7px 10px; border: 1px solid rgba(97,238,97,.25); border-radius: 20px; background: rgba(10,16,12,.72); color: var(--green); font-size: 9px; letter-spacing: .14em; font-weight: 800; }
.tv-box { position: absolute; left: 15px; bottom: 45px; width: 300px; height: 205px; transform: rotate(-8deg) skewY(3deg); filter: drop-shadow(0 35px 25px rgba(0,0,0,.45)); }
.tv-box__top { position: absolute; inset: 0 0 38px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.12); border-radius: 42px 42px 22px 22px; background: radial-gradient(circle at 45% 35%, #263129, #101511 55%, #090b0a); color: var(--green); font-weight: 800; font-size: 31px; letter-spacing: -.08em; box-shadow: inset 0 1px 1px rgba(255,255,255,.07); }
.tv-box__top i { width: 9px; height: 9px; margin: 0 7px 0 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px var(--green); }
.tv-box__top b { color: #fff; font: inherit; }
.tv-box__edge { position: absolute; left: 3px; right: 3px; bottom: 18px; height: 35px; border-radius: 0 0 18px 18px; background: linear-gradient(#151b16,#060706); border: 1px solid rgba(255,255,255,.07); display: flex; align-items: center; justify-content: flex-end; gap: 8px; padding-right: 26px; }
.tv-box__edge i { width: 5px; height: 5px; margin-right: auto; margin-left: 25px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.tv-box__edge span { width: 18px; height: 4px; border-radius: 4px; background: #262d27; }
.remote { position: absolute; z-index: 3; right: 23px; bottom: 23px; width: 74px; height: 260px; padding-top: 22px; transform: rotate(13deg); border: 1px solid rgba(255,255,255,.12); border-radius: 37px; background: linear-gradient(100deg,#101310,#222923 48%,#0a0c0a); box-shadow: 0 25px 35px rgba(0,0,0,.55); display: flex; flex-direction: column; align-items: center; gap: 15px; }
.remote__power { width: 14px; height: 14px; border: 2px solid var(--orange); border-radius: 50%; box-shadow: 0 0 10px rgba(255,138,43,.35); }
.remote__ring { width: 47px; height: 47px; border: 5px solid #2d352f; border-radius: 50%; }
.remote__key { width: 34px; height: 7px; border-radius: 8px; background: #303832; }
.floating-card { position: absolute; z-index: 4; padding: 12px 15px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(14,18,15,.84); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.floating-card > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; background: rgba(97,238,97,.12); color: var(--green); font-size: 13px; }
.floating-card div { display: flex; flex-direction: column; gap: 2px; }
.floating-card small { color: #79847d; font-size: 8px; }
.floating-card strong { font-size: 10px; }
.floating-card--speed { top: 83px; left: 1px; }
.floating-card--apps { right: -2px; bottom: 48px; }

.marquee { overflow: hidden; border-block: 1px solid rgba(97,238,97,.12); background: rgba(25,46,30,.35); }
.marquee div { min-width: max-content; height: 52px; padding-inline: 24px; display: flex; align-items: center; justify-content: center; gap: 34px; color: #cbd4ce; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.marquee i { color: var(--green); font-style: normal; }

.catalog, .benefits, .faq { padding-block: 110px; }
.section-heading { margin-bottom: 38px; display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.section-heading h2, .selection h2 { max-width: 720px; font-size: clamp(34px, 4vw, 52px); }
.catalog-controls { padding: 5px; display: flex; gap: 4px; border: 1px solid var(--line); border-radius: 13px; background: #0b0e0c; }
.filter { padding: 10px 14px; border: 0; border-radius: 9px; background: transparent; color: #89948d; cursor: pointer; font-size: 11px; font-weight: 700; }
.filter.is-active { background: #1b241d; color: var(--green); }
.search-panel { max-height: 0; margin-bottom: 0; overflow: hidden; opacity: 0; transition: max-height .35s ease, opacity .25s ease, margin .35s ease; }
.search-panel.is-open { max-height: 100px; margin-bottom: 26px; opacity: 1; }
.search-panel label { display: block; margin-bottom: 8px; color: #89938d; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.search-panel div { height: 48px; padding-inline: 15px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(97,238,97,.22); border-radius: 12px; background: #0b0f0c; }
.search-panel svg { width: 18px; fill: none; stroke: var(--green); stroke-width: 1.8; }
.search-panel input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--text); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.product-card { min-width: 0; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg,#101511,#0a0d0b); transition: transform .25s ease, border-color .25s ease; }
.product-card:hover { transform: translateY(-5px); border-color: rgba(97,238,97,.25); }
.product-card__visual { height: 250px; position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at center,rgba(97,238,97,.08),transparent 59%), linear-gradient(145deg,#131914,#0b0e0c); }
.product-card__visual::before { content: ""; position: absolute; width: 170px; height: 170px; border: 1px solid rgba(97,238,97,.1); border-radius: 50%; }
.product-card__badge { position: absolute; z-index: 2; top: 15px; left: 15px; padding: 6px 9px; border-radius: 7px; background: var(--green); color: #091009; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.product-card__badge--orange { background: var(--orange); }
.product-figure { position: relative; z-index: 1; filter: drop-shadow(0 20px 20px rgba(0,0,0,.55)); }
.product-figure--box { width: 154px; height: 105px; border-radius: 24px 24px 13px 13px; transform: rotate(-8deg) skewY(3deg); background: radial-gradient(circle at 45% 30%,#2b352d,#111611 55%,#070807); border: 1px solid rgba(255,255,255,.12); }
.product-figure--box::before { content: "MIXX · E"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--green); font-size: 16px; font-weight: 800; }
.product-figure--box::after { content: ""; position: absolute; left: 8px; right: 8px; bottom: -11px; height: 18px; border-radius: 0 0 10px 10px; background: #070907; }
.product-figure--soullink::before { content: "SOULLINK S1"; color: #e7ece9; font-size: 12px; letter-spacing: .06em; }
.product-figure--mini::before { content: "X96 MAX+"; color: #e7ece9; font-size: 11px; letter-spacing: .05em; }
.product-figure--remote { width: 45px; height: 160px; border-radius: 24px; background: linear-gradient(100deg,#0c0f0c,#2b322c 55%,#090b09); border: 1px solid rgba(255,255,255,.13); transform: rotate(12deg); }
.product-figure--remote::before { content: ""; position: absolute; top: 25px; left: 10px; width: 23px; height: 23px; border: 4px solid #3d4740; border-radius: 50%; }
.product-figure--remote::after { content: ""; position: absolute; bottom: 44px; left: 13px; width: 19px; height: 5px; border-radius: 5px; background: #4c554f; box-shadow: 0 14px #4c554f, 0 28px #4c554f; }
.product-figure--cable { width: 112px; height: 112px; border: 12px solid #202621; border-radius: 50%; }
.product-figure--cable::after { content: ""; position: absolute; right: -25px; top: 27px; width: 34px; height: 18px; border-radius: 3px; background: #353e37; box-shadow: inset -7px 0 #b09345; }
.product-figure--adapter { width: 86px; height: 106px; border-radius: 15px; background: linear-gradient(120deg,#252b26,#0c0e0c); border: 1px solid rgba(255,255,255,.14); }
.product-figure--adapter::before { content: "MiXX-E"; position: absolute; inset: 0; display: grid; place-items: center; color: #8e9891; font-size: 10px; font-weight: 700; }
.product-figure--adapter::after { content: ""; position: absolute; top: -15px; left: 22px; width: 7px; height: 17px; background: #aab0ac; box-shadow: 30px 0 #aab0ac; }
.product-figure--airmouse { width: 62px; height: 165px; border-radius: 25px 25px 20px 20px; background: linear-gradient(100deg,#171c18,#333b34,#0c0e0c); transform: rotate(-9deg); }
.product-figure--airmouse::before { content: "OK"; position: absolute; top: 29px; left: 12px; width: 38px; height: 38px; display: grid; place-items: center; border: 5px solid #4b554e; border-radius: 50%; color: #89928c; font-size: 8px; }
.product-card__body { padding: 22px; }
.product-card__type { color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-card h3 { margin: 8px 0 9px; font-size: 18px; letter-spacing: -.03em; }
.product-card__specs { min-height: 36px; margin: 0 0 20px; color: #7f8a83; font-size: 11px; line-height: 1.6; }
.product-card__kit { min-height: 52px; margin: -8px 0 12px; color: #9aa59e; font-size: 10px; line-height: 1.55; }
.product-card__kit strong { color: #cbd3ce; }
.product-card__stock { display: block; margin-bottom: 14px; color: var(--green); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.product-card__bottom { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.product-card__price { display: flex; flex-direction: column; }
.product-card__price strong { font-size: 19px; }
.product-card__price del { color: #626b65; font-size: 10px; }
.add-button { width: 42px; height: 42px; border: 1px solid rgba(97,238,97,.22); border-radius: 11px; background: rgba(97,238,97,.08); color: var(--green); cursor: pointer; font-size: 22px; transition: .2s ease; }
.add-button:hover { background: var(--green); color: #071008; }
.empty-state { display: none; padding: 40px; text-align: center; color: var(--muted); }

.apps { padding-block: 30px 100px; }
.apps .section-heading { align-items: end; }
.apps__lead { max-width: 450px; margin: 0; color: #89948d; font-size: 12px; line-height: 1.75; }
.app-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.app-card { min-height: 220px; padding: 26px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: 1fr auto; gap: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg,#101511,#0a0d0b); }
.app-card__icon { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 18px; color: #fff; font-size: 20px; font-weight: 900; letter-spacing: -.04em; box-shadow: 0 14px 30px rgba(0,0,0,.28); }
.app-card__icon--ott { background: linear-gradient(145deg,#ff9d35,#ed651a); }
.app-card__icon--youtube { background: linear-gradient(145deg,#ff3b3b,#bf1010); }
.app-card__category { color: var(--green); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.app-card h3 { margin: 7px 0 8px; font-size: 21px; }
.app-card p { margin: 0; color: #89948d; font-size: 11px; line-height: 1.65; }
.app-card__status { display: block; margin-top: 12px; color: #6f7872; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.app-download { grid-column: 1 / -1; min-height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 11px; background: var(--green); color: #071008; font-size: 11px; font-weight: 800; text-decoration: none; }
.app-download.is-disabled { border: 1px solid var(--line); background: #151a16; color: #69716c; cursor: not-allowed; }
.install-guide { margin-top: 16px; padding: 22px 26px; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; border: 1px solid rgba(97,238,97,.15); border-radius: var(--radius); background: rgba(97,238,97,.035); }
.install-guide > div { display: flex; align-items: center; gap: 15px; }
.install-guide b { color: var(--green); font-size: 11px; }
.install-guide span { display: flex; flex-direction: column; gap: 4px; }
.install-guide strong { font-size: 11px; }
.install-guide small { color: #78827c; font-size: 9px; line-height: 1.4; }

.selection { padding-bottom: 40px; }
.selection__card { min-height: 360px; padding: 52px; position: relative; overflow: hidden; display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; border: 1px solid rgba(97,238,97,.18); border-radius: 30px; background: radial-gradient(circle at 85% 30%,rgba(97,238,97,.12),transparent 40%),#101511; }
.selection__card::after { content: ""; position: absolute; right: -70px; top: -70px; width: 250px; height: 250px; border: 1px dashed rgba(97,238,97,.18); border-radius: 50%; }
.selection__card p:not(.eyebrow) { max-width: 590px; margin: 22px 0 28px; color: #9da8a1; font-size: 14px; line-height: 1.8; }
.selection__steps { position: relative; z-index: 2; display: flex; flex-direction: column; }
.selection__steps div { padding: 20px 0; display: flex; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
.selection__steps b { color: var(--green); font-size: 11px; }
.selection__steps span { font-size: 13px; font-weight: 700; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.benefit-grid article { min-height: 245px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.benefit-grid article > span { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(97,238,97,.2); border-radius: 12px; background: rgba(97,238,97,.08); color: var(--green); }
.benefit-grid h3 { margin: 35px 0 12px; font-size: 16px; }
.benefit-grid p { margin: 0; color: #89948d; font-size: 12px; line-height: 1.75; }
.faq { padding-top: 35px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 25px 4px; list-style: none; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 15px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { color: var(--green); font-size: 22px; font-style: normal; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list p { max-width: 760px; margin: -7px 0 25px 4px; color: #8f9a93; font-size: 13px; line-height: 1.8; }

footer { border-top: 1px solid var(--line); background: #050706; }
.footer-inner { padding-block: 65px; display: grid; grid-template-columns: 1.35fr .7fr .9fr 1.1fr; gap: 50px; }
.footer-inner > div:first-child p { color: #6f7973; font-size: 11px; }
.footer-inner h3 { margin: 0 0 19px; font-size: 12px; }
.footer-inner > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-inner a, .footer-link { padding: 0; border: 0; background: none; color: #7d8881; cursor: pointer; font-size: 11px; }
.footer-inner a:hover, .footer-link:hover { color: var(--green); }
.footer-contact p { margin: 0 0 5px; color: #7d8881; font-size: 11px; line-height: 1.6; }
.footer-bottom { padding-block: 18px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #4f5752; font-size: 9px; }

.drawer-backdrop, .modal-backdrop { position: fixed; inset: 0; z-index: 49; background: rgba(0,0,0,.67); opacity: 0; pointer-events: none; transition: opacity .25s ease; backdrop-filter: blur(4px); }
.drawer-backdrop.is-open, .modal-backdrop.is-open { opacity: 1; pointer-events: auto; }
.cart-drawer { position: fixed; z-index: 50; top: 0; right: 0; width: min(430px, 100%); height: 100dvh; padding: 28px; transform: translateX(100%); background: #0b0e0c; border-left: 1px solid var(--line); box-shadow: -20px 0 60px rgba(0,0,0,.5); transition: transform .3s ease; display: flex; flex-direction: column; }
.cart-drawer.is-open { transform: translateX(0); }
.drawer-head { display: flex; justify-content: space-between; align-items: flex-start; }
.drawer-head p { margin: 0 0 4px; color: var(--green); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.drawer-head h2 { margin: 0; font-size: 28px; }
.close-button { width: 40px; height: 40px; border-radius: 11px; background: #161b17; color: #9aa49d; font-size: 24px; }
.cart-items { margin: 24px -5px 0; overflow-y: auto; }
.cart-item { padding: 13px 5px; display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); }
.cart-item__visual { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 12px; background: #151a16; color: var(--green); font-size: 17px; font-weight: 800; }
.cart-item h3 { margin: 0 0 4px; font-size: 12px; }
.cart-item p { margin: 0; color: #78827c; font-size: 10px; }
.cart-item__actions { display: flex; align-items: center; gap: 6px; }
.cart-item__actions button { width: 25px; height: 25px; border: 0; border-radius: 7px; background: #1c231e; cursor: pointer; }
.cart-item__actions button:last-child { margin-left: 4px; color: #e17b64; }
.cart-item__actions span { min-width: 18px; text-align: center; font-size: 11px; }
.cart-empty { margin: auto 0; text-align: center; }
.cart-empty > span { width: 58px; height: 58px; margin: 0 auto 18px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 17px; color: var(--green); font-size: 25px; }
.cart-empty h3 { margin: 0 0 7px; font-size: 16px; }
.cart-empty p { margin: 0 0 20px; color: #78827c; font-size: 11px; }
.cart-footer { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.cart-footer > div { display: flex; align-items: center; justify-content: space-between; }
.cart-footer > div span { color: #929c96; font-size: 12px; }
.cart-footer > div strong { font-size: 23px; }
.cart-footer small { display: block; margin: 6px 0 18px; color: #667069; font-size: 9px; }
.cart-footer .button { width: 100%; }

.order-modal { position: fixed; z-index: 51; top: 50%; left: 50%; width: min(520px, calc(100% - 30px)); max-height: calc(100dvh - 30px); overflow-y: auto; padding: 36px; transform: translate(-50%,-47%) scale(.97); opacity: 0; pointer-events: none; border: 1px solid rgba(97,238,97,.17); border-radius: 25px; background: #0d110e; box-shadow: var(--shadow); transition: .25s ease; }
.order-modal.is-open { transform: translate(-50%,-50%) scale(1); opacity: 1; pointer-events: auto; }
.order-modal > .close-button { position: absolute; right: 20px; top: 20px; }
.order-modal > p:not(.eyebrow) { margin: 14px 0 24px; color: #8f9993; font-size: 12px; line-height: 1.7; }
.order-modal form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.order-modal label { display: flex; flex-direction: column; gap: 7px; color: #aeb7b1; font-size: 10px; font-weight: 700; }
.order-modal label:nth-child(3), .order-modal label:nth-child(4), .order-modal form .button, .order-modal form small { grid-column: 1 / -1; }
.order-modal input, .order-modal textarea { width: 100%; border: 1px solid var(--line); border-radius: 11px; outline: 0; background: #141915; color: var(--text); padding: 13px; resize: vertical; }
.order-modal input:focus, .order-modal textarea:focus { border-color: rgba(97,238,97,.5); }
.order-modal form small { color: #5e6861; font-size: 8px; line-height: 1.5; }
.success-state { display: none; padding: 20px 0 5px; text-align: center; }
.success-state > span { width: 58px; height: 58px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; background: rgba(97,238,97,.12); color: var(--green); font-size: 24px; }
.success-state .button { margin-top: 10px; }
.toast { position: fixed; z-index: 70; left: 50%; bottom: 28px; padding: 12px 18px; transform: translate(-50%,30px); border: 1px solid rgba(97,238,97,.22); border-radius: 11px; background: #172019; box-shadow: var(--shadow); color: #dff5e2; opacity: 0; pointer-events: none; font-size: 11px; font-weight: 700; transition: .25s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%,0); }
body.locked { overflow: hidden; }

@media (max-width: 920px) {
  .desktop-nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 54px; }
  .hero__copy { text-align: center; }
  .hero__copy .eyebrow, .hero__actions { justify-content: center; }
  .hero__lead { margin-inline: auto; }
  .hero__visual { height: 470px; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .app-grid { grid-template-columns: 1fr; }
  .selection__card { grid-template-columns: 1fr; gap: 25px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 190px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .section-shell { width: min(100% - 28px, 1180px); }
  .demo-note { align-items: center; flex-direction: column; gap: 1px; }
  .site-header { height: 66px; padding-inline: 14px; }
  .brand__mark { font-size: 19px; }
  .search-toggle { display: none; }
  .cart-button span { display: none; }
  .hero { padding-block: 45px 55px; gap: 25px; }
  .hero h1 { font-size: 43px; }
  .hero__lead { font-size: 14px; }
  .hero__actions { flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__proof { gap: 10px; }
  .hero__proof strong { font-size: 11px; }
  .hero__proof span { font-size: 9px; }
  .hero__visual { height: 355px; transform: scale(.85); margin-inline: -30px; }
  .signal--two { width: 430px; height: 430px; }
  .signal--one { width: 380px; height: 380px; }
  .product-stage { transform: scale(.83); }
  .floating-card--speed { left: 25px; }
  .floating-card--apps { right: 20px; }
  .catalog, .benefits, .faq { padding-block: 78px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .section-heading h2, .selection h2 { font-size: 34px; }
  .catalog-controls { width: 100%; overflow-x: auto; }
  .filter { flex: 1 0 auto; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card__visual { height: 220px; }
  .app-card { grid-template-columns: 58px 1fr; padding: 20px; }
  .app-card__icon { width: 58px; height: 58px; border-radius: 15px; font-size: 16px; }
  .install-guide { grid-template-columns: 1fr; }
  .selection__card { padding: 34px 24px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
  .order-modal { padding: 30px 20px; }
  .order-modal form { grid-template-columns: 1fr; }
  .order-modal label, .order-modal label:nth-child(3), .order-modal label:nth-child(4), .order-modal form .button, .order-modal form small { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
