@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --bg: #121212;
  --bg-raised: #1e1e1e;
  --bg-soft: #181818;
  --line: rgba(255, 255, 255, .12);
  --line-strong: rgba(255, 255, 255, .2);
  --text: #f7f7f7;
  --muted: #a5a5a5;
  --muted-dark: #737373;
  --red: #e53935;
  --red-bright: #ff4d57;
  --green: #55c878;
  --blue: #7c86f5;
  --gold: #e8c451;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: var(--font); font-size: 15px; line-height: 1.55; overflow-x: hidden; }
body::before { position: fixed; z-index: -1; inset: 0; pointer-events: none; background: radial-gradient(circle at 50% 18%, rgba(229, 57, 53, .09), transparent 31%), linear-gradient(180deg, #121212 0%, #121212 56%, #171314 100%); content: ""; }
body.drawer-open, body.gallery-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--red-bright); outline-offset: 4px; }

.site-shell { width: min(1440px, calc(100% - 72px)); margin: 0 auto; }
.site-header { position: sticky; z-index: 10; top: 0; display: flex; align-items: center; justify-content: space-between; min-height: 73px; border-bottom: 1px solid var(--line); background: rgba(18, 18, 18, .9); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 150px; }
.brand-mark-image { display: block; width: 31px; height: 31px; object-fit: contain; }
.brand-symbol { position: relative; display: inline-block; width: 30px; height: 29px; }
.brand-symbol::before, .brand-symbol::after { position: absolute; top: 3px; display: block; width: 13px; height: 23px; border-left: 5px solid var(--red); border-bottom: 5px solid var(--red); content: ""; }
.brand-symbol::before { left: 1px; transform: skew(28deg) rotate(-38deg); }
.brand-symbol::after { right: 1px; transform: skew(-28deg) rotate(38deg); }
.brand-symbol span { display: none; }
.brand-name { font-size: 14px; font-weight: 800; letter-spacing: .12em; }
.main-nav { display: flex; align-items: center; gap: 7px; margin-left: auto; margin-right: auto; }
.main-nav a { display: inline-flex; align-items: center; min-height: 47px; padding: 0 18px; border: 1px solid transparent; border-radius: 12px; color: #d1d1d1; font-size: 15px; font-weight: 500; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.main-nav a:hover, .main-nav a.active { border-color: rgba(229, 57, 53, .33); color: #fff; background: rgba(229, 57, 53, .08); box-shadow: 0 10px 25px rgba(229, 57, 53, .07); }
.main-nav a.active { position: relative; }
.main-nav a.active::after { position: absolute; right: 15px; bottom: -1px; left: 15px; height: 2px; border-radius: 2px; background: var(--red); content: ""; }
.account-link { display: inline-flex; align-items: center; min-height: 36px; margin-left: 8px; padding: 0 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; color: #c9c9c9; font-size: 12px; font-weight: 700; transition: border-color .2s ease, color .2s ease, background .2s ease; }
.account-link:hover { border-color: rgba(229,57,53,.55); background: rgba(229,57,53,.1); color: #fff; }
.cart-button { display: inline-flex; align-items: center; gap: 9px; min-width: 150px; justify-content: flex-end; padding: 9px 0 9px 14px; border: 0; background: transparent; cursor: pointer; color: #e7e7e7; font-size: 14px; font-weight: 600; }
.cart-glyph { display: grid; width: 24px; height: 24px; place-items: center; border: 1px solid var(--muted-dark); border-radius: 50%; color: var(--muted); font-size: 19px; line-height: 1; transition: border-color .2s ease, color .2s ease; }
.cart-button:hover .cart-glyph { border-color: var(--red); color: var(--red); }
.cart-button b { display: grid; min-width: 21px; height: 21px; padding: 0 6px; place-items: center; border-radius: 50%; background: var(--red); color: #fff; font-size: 11px; }

.hero { position: relative; display: flex; min-height: 0; align-items: stretch; flex-direction: column; overflow: hidden; padding: 104px 0 76px; border-bottom: 1px solid var(--line); text-align: left; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr); align-items: center; gap: clamp(36px, 6vw, 92px); width: 100%; }
.hero-kicker { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 22px; color: #b9b9b9; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.hero-kicker span { width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(229, 57, 53, .14), 0 0 22px rgba(229, 57, 53, .5); }
.hero h1 { max-width: 760px; margin: 0; color: #fafafa; font-size: clamp(52px, 5.8vw, 84px); font-weight: 800; letter-spacing: -.07em; line-height: .98; }
.hero h1 em { color: var(--red-bright); font-style: normal; }
.hero-copy { max-width: 590px; margin: 29px 0 0; color: #aaa; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 31px; margin-top: 39px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 12px; cursor: pointer; font-size: 16px; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span, .hero-link span { font-size: 21px; line-height: 1; transition: transform .2s ease; }
.button:hover span, .hero-link:hover span { transform: translateX(4px); }
.button-primary { background: var(--red); color: #fff; box-shadow: 0 14px 30px rgba(229, 57, 53, .22); }
.button-primary:hover { background: var(--red-bright); box-shadow: 0 16px 36px rgba(229, 57, 53, .35); }
.hero-link { display: inline-flex; align-items: center; gap: 8px; color: #cfcfcf; font-size: 16px; font-weight: 600; }
.hero-link:hover { color: #fff; }
.hero-collage { position: relative; min-height: 430px; }
.hero-collage-label { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--line-strong); color: #777; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.hero-collage-label b { color: var(--red-bright); font-size: 10px; letter-spacing: .08em; }
.hero-collage figure { position: absolute; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.2); background: #181818; box-shadow: 0 28px 60px rgba(0,0,0,.32); }
.hero-collage figure::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(0,0,0,.86)); content: ""; }
.hero-collage img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-collage-main { top: 50px; right: 0; z-index: 1; width: 78%; height: 310px; transform: rotate(2.5deg); }
.hero-collage-main img { object-position: 52% center; }
figure.hero-collage-main figcaption { top: 18px; right: 18px; bottom: auto; left: auto; justify-content: flex-end; gap: 8px; white-space: nowrap; }
.hero-collage-secondary { bottom: 14px; left: 0; z-index: 2; width: 48%; height: 174px; transform: rotate(-4deg); }
.hero-collage-secondary img { object-position: 46% center; }
.hero-collage figcaption { position: absolute; z-index: 1; right: 18px; bottom: 17px; left: 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.hero-collage figcaption strong { color: #f0d45d; font-size: 10px; }
.hero-collage-secondary figcaption strong { color: var(--red-bright); }
.hero-collage-mark { position: absolute; z-index: 2; top: 16px; left: 16px; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 10px; background: rgba(12,12,12,.46); color: #fff; font-size: 17px; font-style: normal; font-weight: 800; }
.hero-collage-index { position: absolute; right: 0; bottom: -1px; color: #696969; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.trust-pills { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; width: 100%; margin-top: 84px; }
.trust-pills > div { display: flex; align-items: center; gap: 13px; min-height: 59px; padding: 0 24px; border: 1px solid var(--line-strong); border-radius: 12px; background: rgba(255, 255, 255, .018); text-align: left; }
.pill-icon { display: grid; width: 25px; height: 25px; place-items: center; color: var(--red); line-height: 1; }
.pill-svg { display: block; width: 23px; height: 23px; }
.trust-pills strong { color: #ddd; font-size: 14px; font-weight: 600; }

.catalog-section, .gallery-section, .testimonials-section, .how-section, .faq-section { padding: 96px 0; border-top: 1px solid var(--line); }
.section-title { margin-bottom: 39px; text-align: center; }
.section-title h2 { margin: 0; color: #eee; font-size: 37px; font-weight: 800; letter-spacing: -.045em; line-height: 1.2; }
.section-title p { margin: 10px 0 0; color: var(--muted); font-size: 15px; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.filter-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-button { display: inline-flex; align-items: center; gap: 7px; min-height: 34px; padding: 0 12px; border: 1px solid transparent; border-radius: 8px; background: transparent; cursor: pointer; color: #999; font-size: 12px; font-weight: 600; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.filter-button span { color: #666; font-size: 10px; }
.filter-button:hover, .filter-button.active { border-color: rgba(229, 57, 53, .36); background: rgba(229, 57, 53, .09); color: #f3f3f3; }
.filter-button.active span { color: #ff8b89; }
.catalog-count { color: var(--muted-dark); font-size: 12px; white-space: nowrap; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 31px; }
.product-card { position: relative; min-height: 400px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 20px; background: var(--bg-raised); isolation: isolate; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.product-card:hover { border-color: rgba(255, 255, 255, .35); transform: translateY(-6px); box-shadow: 0 18px 45px rgba(0, 0, 0, .28); }
.product-art { position: absolute; z-index: -2; inset: 0; overflow: hidden; background: linear-gradient(145deg, #353b3e 0%, #111316 63%, #070708 100%); background-position: center; background-size: cover; }
.product-art::before { position: absolute; inset: 0; background: radial-gradient(ellipse at 67% 33%, rgba(255, 255, 255, .26), transparent 29%), linear-gradient(150deg, transparent 35%, rgba(0, 0, 0, .2) 36%, transparent 37%), repeating-linear-gradient(107deg, transparent 0 37px, rgba(255, 255, 255, .05) 38px 39px, transparent 40px 70px); content: ""; }
.product-art::after { position: absolute; right: -15%; bottom: -18%; width: 72%; height: 65%; border-radius: 48% 50% 0 0; background: linear-gradient(145deg, rgba(255, 255, 255, .24), rgba(0, 0, 0, .75) 63%); clip-path: polygon(18% 0, 77% 6%, 100% 34%, 91% 100%, 0 100%, 8% 40%); content: ""; opacity: .75; }
.art-eft-pro .product-art, .art-eft-lite .product-art, .art-eft-chams .product-art { background-image: url("assets/vanta-game-eft.png"); background-position: center; }
.art-eft-lite .product-art { background-position: 38% center; }
.art-eft-chams .product-art { background-position: 66% center; }
.art-dayz .product-art { background-image: url("assets/vanta-game-dayz.png"); background-position: center; }
.art-war-thunder .product-art { background-image: url("assets/vanta-game-war-thunder.png"); background-position: center; }
.art-ark .product-art { background-image: url("assets/vanta-game-ark.png"); background-position: center; }
.art-scum .product-art { background-image: url("assets/vanta-game-scum.png"); background-position: center; }
.product-card-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .08) 10%, rgba(0, 0, 0, .15) 35%, rgba(0, 0, 0, .88) 100%); }
.art-mark { position: absolute; top: 24px; left: 24px; display: grid; width: 59px; height: 59px; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 14px; background: rgba(255,255,255,.09); color: var(--red); font-size: 30px; font-weight: 800; box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }
.art-mark img { display: block; width: 31px; height: 31px; object-fit: contain; }
.product-tag { position: absolute; top: 24px; right: 24px; padding: 7px 14px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; background: rgba(229, 57, 53, .18); color: #ffc1be; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.art-eft-pro .product-tag { border-color: rgba(232,196,81,.55); background: rgba(232,196,81,.18); color: #f4dc78; }
.art-eft-lite .product-tag { border-color: rgba(124,134,245,.65); background: rgba(124,134,245,.2); color: #b3b8ff; }
.art-eft-chams .product-tag { border-color: rgba(85,200,120,.58); background: rgba(85,200,120,.17); color: #79e09a; }
.art-horizon { position: absolute; right: 8%; bottom: 29%; left: 5%; height: 1px; background: rgba(255,255,255,.23); box-shadow: 0 9px 0 rgba(255,255,255,.06), 0 18px 0 rgba(255,255,255,.04); transform: rotate(-6deg); }
.art-shape { position: absolute; bottom: 17%; display: block; background: rgba(14, 16, 17, .73); }
.shape-one { right: 21%; width: 23%; height: 34%; border-radius: 50% 50% 12% 12%; clip-path: polygon(50% 0, 88% 20%, 100% 100%, 0 100%, 12% 20%); }
.shape-two { right: 7%; width: 15%; height: 26%; border-radius: 50% 50% 4% 4%; clip-path: polygon(50% 0, 91% 28%, 100% 100%, 0 100%, 9% 28%); opacity: .65; }
.art-lines { position: absolute; right: -5%; bottom: 10%; width: 60%; height: 42%; border: 1px solid rgba(255,255,255,.13); border-radius: 50% 50% 0 0; transform: rotate(-11deg); }
.product-card-content { position: absolute; right: 24px; bottom: 24px; left: 24px; }
.product-card h3 { margin: 0 0 8px; color: #fff; font-size: 22px; font-weight: 800; letter-spacing: -.035em; line-height: 1.18; }
.product-card h3 span { margin-left: 6px; color: var(--red-bright); font-size: 15px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
.product-muted { min-height: 24px; margin: 0 0 16px; color: #d0d0d0; font-size: 13px; line-height: 1.45; }
.product-card-bottom { display: grid; gap: 14px; }
.price-row { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.price-label { color: #c9c9c9; font-size: 11px; text-transform: uppercase; }
.price { color: #fff; font-size: 26px; font-weight: 800; letter-spacing: -.035em; }
.save-pill { padding: 4px 8px; border-radius: 999px; background: rgba(85, 200, 120, .22); color: #6ee294; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.product-card-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.product-action, .product-gallery-trigger { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 40px; padding: 0 16px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(0,0,0,.15); cursor: pointer; color: #eee; font-size: 13px; font-weight: 600; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.product-action span { font-size: 19px; line-height: 1; }
.product-gallery-trigger { border-color: rgba(255,255,255,.14); color: #aaa; }
.product-gallery-trigger span { color: var(--red-bright); font-size: 16px; }
.product-action:hover { border-color: var(--red); background: var(--red); color: #fff; }
.product-gallery-trigger:hover { border-color: rgba(229,57,53,.65); background: rgba(229,57,53,.12); color: #fff; }

.gallery-section { padding: 68px 0; border-top: 1px solid var(--line); }
.gallery-layout { display: block; }
.gallery-feature, .gallery-thumb { border: 1px solid var(--line-strong); background: rgba(255,255,255,.025); }
.gallery-feature { overflow: hidden; border-radius: 20px; }
.gallery-feature-media { position: relative; width: 100%; height: clamp(240px, 28vw, 360px); overflow: hidden; background: #17191b; }
.gallery-feature-media::after { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.12) 48%, rgba(0,0,0,.76)); content: ""; }
.gallery-feature-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-feature:hover .gallery-feature-media img { transform: scale(1.025); }
.gallery-counter { position: absolute; z-index: 1; top: 18px; left: 20px; padding: 6px 9px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(0,0,0,.35); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .08em; backdrop-filter: blur(8px); }
.gallery-expand { position: absolute; z-index: 1; right: 22px; bottom: 20px; display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; padding: 0; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(0,0,0,.35); cursor: pointer; color: #fff; font-size: 20px; font-weight: 700; backdrop-filter: blur(8px); }
.gallery-expand:hover { border-color: var(--red); background: var(--red); }
.gallery-expand span { font-size: 17px; line-height: 1; }
.gallery-rail { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-top: 10px; }
.gallery-thumb { display: block; width: 100%; padding: 6px; border-radius: 14px; cursor: pointer; line-height: 0; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.gallery-thumb:hover { border-color: rgba(229,57,53,.55); transform: translateX(-3px); }
.gallery-thumb.active { border-color: rgba(229,57,53,.72); background: rgba(229,57,53,.1); box-shadow: inset 3px 0 0 var(--red); }
.gallery-thumb img { display: block; width: 100%; aspect-ratio: 16 / 9; border-radius: 9px; object-fit: cover; }

.gallery-modal { position: fixed; z-index: 45; inset: 0; display: grid; place-items: center; padding: 24px; visibility: hidden; pointer-events: none; opacity: 0; transition: opacity .2s ease, visibility .2s ease; }
.gallery-modal.is-open { visibility: visible; pointer-events: auto; opacity: 1; }
.gallery-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.82); backdrop-filter: blur(7px); }
.gallery-modal-panel { position: relative; width: min(960px, 100%); overflow: hidden; border: 1px solid var(--line-strong); border-radius: 20px; background: #191919; box-shadow: 0 24px 90px rgba(0,0,0,.55); transform: translateY(12px) scale(.98); transition: transform .25s ease; }
.gallery-modal.is-open .gallery-modal-panel { transform: translateY(0) scale(1); }
.gallery-modal-close { position: absolute; z-index: 2; top: 16px; right: 16px; background: rgba(0,0,0,.52); backdrop-filter: blur(8px); }
.gallery-modal-image-wrap { max-height: 80vh; background: #101112; }
.gallery-modal-image-wrap img { display: block; width: 100%; max-height: 68vh; object-fit: contain; }
.product-open { overflow: hidden; }
.product-modal { position: fixed; z-index: 40; inset: 0; display: grid; place-items: center; padding: 24px; visibility: hidden; pointer-events: none; opacity: 0; transition: opacity .2s ease, visibility .2s ease; }
.product-modal.is-open { visibility: visible; pointer-events: auto; opacity: 1; }
.product-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.78); backdrop-filter: blur(8px); }
.product-modal-panel { position: relative; width: min(850px, 100%); overflow: hidden; border: 1px solid var(--line-strong); border-radius: 20px; background: #191919; box-shadow: 0 26px 100px rgba(0,0,0,.55); transform: translateY(12px) scale(.98); transition: transform .25s ease; }
.product-modal.is-open .product-modal-panel { transform: translateY(0) scale(1); }
.product-modal-close { position: absolute; z-index: 2; top: 16px; right: 16px; background: rgba(0,0,0,.52); backdrop-filter: blur(8px); }
.product-modal-grid { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 450px; }
.product-modal-art { position: relative; min-height: 450px; overflow: hidden; background: #121416; }
.product-modal-art::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.02) 28%, rgba(0,0,0,.88) 100%); content: ""; }
.product-modal-art img { display: block; width: 100%; height: 100%; object-fit: cover; }
.product-modal-art-label { position: absolute; z-index: 1; right: 22px; bottom: 22px; left: 22px; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.product-modal-content { display: flex; flex-direction: column; padding: 54px 44px 40px; }
.product-modal-kicker { color: #ff8986; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.product-modal-content h2 { max-width: 320px; margin: 18px 0 11px; color: #f6f6f6; font-size: 36px; font-weight: 800; letter-spacing: -.055em; line-height: 1.05; }
.product-modal-content > p { max-width: 390px; margin: 0; color: #a8a8a8; font-size: 14px; line-height: 1.65; }
.product-modal-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 30px 0 16px; }
.product-modal-meta > div { padding: 13px 14px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.025); }
.product-modal-meta small, .product-modal-option small { display: block; margin-bottom: 5px; color: #747474; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-modal-meta strong { color: #eee; font-size: 15px; }
.product-modal-meta > div:last-child strong { color: var(--red-bright); }
.product-modal-plan-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 5px 0 9px; color: #eee; font-size: 12px; font-weight: 700; }
.product-modal-plan-heading small { color: #777; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.product-modal-plans { display: grid; gap: 8px; margin-bottom: 18px; }
.product-modal-plan { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 51px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.025); cursor: pointer; color: #eee; font-family: inherit; text-align: left; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.product-modal-plan:hover { border-color: rgba(229,57,53,.5); background: rgba(229,57,53,.06); transform: translateX(2px); }
.product-modal-plan.selected { border-color: rgba(229,57,53,.72); background: rgba(229,57,53,.1); box-shadow: inset 3px 0 0 var(--red); }
.product-plan-copy strong, .product-plan-copy small, .product-plan-price strong, .product-plan-price s { display: block; }
.product-plan-copy strong { font-size: 13px; }
.product-plan-copy small { margin-top: 3px; color: #6ee294; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-plan-price { flex-shrink: 0; text-align: right; }
.product-plan-price s { margin-bottom: 2px; color: #777; font-size: 10px; }
.product-plan-price strong { color: #fff; font-size: 15px; }
.product-modal-option { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; padding: 16px; border: 1px solid rgba(229,57,53,.42); border-radius: 12px; background: rgba(229,57,53,.07); }
.product-modal-option strong { display: block; color: #f1f1f1; font-size: 14px; }
.product-modal-option > strong { flex-shrink: 0; color: #fff; font-size: 22px; letter-spacing: -.04em; }
.product-modal-option span { display: block; margin-top: 5px; color: #888; font-size: 11px; line-height: 1.45; }
.product-modal-note { margin-top: 15px !important; color: #727272 !important; font-size: 11px !important; line-height: 1.55 !important; }

.testimonials-section { background: rgba(255,255,255,.012); }
.value-panel { display: grid; grid-template-columns: .82fr 1.18fr; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 20px; background: linear-gradient(125deg, rgba(229,57,53,.13), rgba(255,255,255,.028) 47%, rgba(255,255,255,.015)); box-shadow: 0 20px 70px rgba(0,0,0,.16); }
.value-panel-intro { position: relative; overflow: hidden; padding: 38px 40px; border-right: 1px solid var(--line); background: radial-gradient(circle at 10% 10%, rgba(229,57,53,.2), transparent 42%); }
.value-panel-intro::after { position: absolute; right: -60px; bottom: -85px; width: 210px; height: 210px; border: 1px solid rgba(229,57,53,.2); border-radius: 50%; box-shadow: 0 0 0 22px rgba(229,57,53,.035), 0 0 0 44px rgba(229,57,53,.02); content: ""; }
.value-panel-kicker { color: #ff8986; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.value-panel-intro h3 { position: relative; z-index: 1; max-width: 320px; margin: 20px 0 13px; color: #f5f5f5; font-size: 31px; font-weight: 800; letter-spacing: -.055em; line-height: 1.08; }
.value-panel-intro > p { position: relative; z-index: 1; max-width: 330px; margin: 0; color: #a8a8a8; font-size: 14px; line-height: 1.65; }
.value-panel-signal { position: relative; z-index: 1; display: flex; align-items: center; flex-wrap: wrap; gap: 7px 9px; margin-top: 42px; color: #d7d7d7; font-size: 11px; }
.value-panel-signal > span { width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(229,57,53,.13); }
.value-panel-signal strong { font-size: 11px; font-weight: 700; }
.value-panel-signal small { flex-basis: 100%; margin-left: 16px; color: #737373; font-size: 10px; }
.value-list { padding: 12px 28px; }
.value-item { display: grid; grid-template-columns: 43px minmax(0, 1fr) 26px; align-items: center; gap: 17px; min-height: 93px; border-bottom: 1px solid var(--line); }
.value-item:last-child { border-bottom: 0; }
.value-index { display: grid; width: 37px; height: 37px; place-items: center; border: 1px solid rgba(229,57,53,.48); border-radius: 11px; background: rgba(229,57,53,.1); color: #ff8884; font-size: 11px; font-weight: 800; letter-spacing: .05em; }
.value-item h3 { margin: 0 0 4px; color: #eee; font-size: 16px; font-weight: 700; }
.value-item p { margin: 0; color: #8f8f8f; font-size: 13px; line-height: 1.45; }
.value-arrow { color: #666; font-size: 21px; transition: color .2s ease, transform .2s ease; }
.value-item:hover .value-arrow { color: var(--red-bright); transform: translate(2px, -2px); }

.steps-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line-strong); border-radius: 20px; background: #181818; box-shadow: 0 20px 70px rgba(0,0,0,.14); }
.steps-grid::before { position: absolute; z-index: 0; top: 65px; right: 16%; left: 16%; height: 1px; background: linear-gradient(90deg, rgba(229,57,53,.55), rgba(255,255,255,.2), rgba(229,57,53,.55)); content: ""; }
.step { position: relative; z-index: 1; min-height: 250px; padding: 28px 30px 30px; border-right: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.025), transparent 62%); transition: background .2s ease; }
.step:last-child { border-right: 0; }
.step:hover { background: linear-gradient(180deg, rgba(229,57,53,.1), transparent 68%); }
.step-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 54px; }
.step-number { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(229,57,53,.68); border-radius: 50%; background: #191919; color: #ff8986; font-size: 12px; font-weight: 800; box-shadow: 0 0 0 7px rgba(229,57,53,.06); }
.step-label { color: #727272; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.step h3 { margin: 0 0 8px; color: #eee; font-size: 18px; font-weight: 700; }
.step p { max-width: 245px; margin: 0; color: #999; font-size: 14px; line-height: 1.65; }
.step-mark { position: absolute; right: 30px; bottom: 27px; color: #666; font-size: 20px; }
.step:hover .step-mark { color: var(--red-bright); }

.faq-list { max-width: 850px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 22px 0; cursor: pointer; color: #eee; font-size: 16px; font-weight: 600; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red); font-size: 24px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -5px 0 22px; color: #9b9b9b; font-size: 14px; line-height: 1.7; }

.support-strip { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin: 0 0 48px; padding: 36px 42px; border: 1px solid rgba(229,57,53,.36); border-radius: 18px; background: linear-gradient(100deg, rgba(229,57,53,.14), rgba(255,255,255,.025)); }
.support-kicker { display: block; margin-bottom: 5px; color: #ff8986; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.support-strip h2 { margin: 0; color: #fff; font-size: 27px; letter-spacing: -.04em; }
.button-light { background: #fff; color: #171717; }
.button-light:hover { background: #ffcecc; }
.legal-note { display: flex; align-items: center; justify-content: space-between; gap: 26px; margin-bottom: 0; padding: 27px 0; border-top: 1px solid var(--line); color: #8e8e8e; }
.legal-note > span { color: #d4d4d4; font-size: 12px; font-weight: 700; white-space: nowrap; }
.legal-note p { max-width: 610px; margin: 0; font-size: 11px; line-height: 1.55; }
.legal-note strong { color: var(--red); font-size: 10px; letter-spacing: .06em; white-space: nowrap; }
.site-footer { display: grid; grid-template-columns: 1.4fr 1.2fr 1fr auto; align-items: center; gap: 30px; min-height: 120px; border-top: 1px solid var(--line); color: #8b8b8b; }
.footer-brand { color: #f7f7f7; }
.site-footer p { margin: 0; font-size: 12px; line-height: 1.55; }
.footer-links { display: flex; gap: 18px; font-size: 12px; }
.footer-links a:hover { color: var(--red); }
.site-footer > small { color: #666; font-size: 11px; white-space: nowrap; }

.cart-drawer { position: fixed; z-index: 30; inset: 0; visibility: hidden; pointer-events: none; }
.cart-drawer.is-open { visibility: visible; pointer-events: auto; }
.drawer-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.7); opacity: 0; transition: opacity .25s ease; }
.cart-drawer.is-open .drawer-backdrop { opacity: 1; }
.drawer-panel { position: absolute; top: 0; right: 0; bottom: 0; display: flex; width: min(430px, 100%); flex-direction: column; border-left: 1px solid var(--line-strong); background: #191919; box-shadow: -20px 0 60px rgba(0,0,0,.35); transform: translateX(102%); transition: transform .3s ease; }
.cart-drawer.is-open .drawer-panel { transform: translateX(0); }
.drawer-header { display: flex; align-items: flex-start; justify-content: space-between; padding: 30px; border-bottom: 1px solid var(--line); }
.drawer-header small { color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.drawer-header h2 { margin: 5px 0 0; font-size: 28px; letter-spacing: -.04em; }
.icon-button { display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; background: transparent; cursor: pointer; color: #bbb; font-size: 22px; line-height: 1; }
.icon-button:hover { border-color: var(--red); color: #fff; }
.drawer-body { flex: 1; overflow-y: auto; padding: 10px 30px; }
.empty-cart { display: grid; min-height: 220px; place-content: center; justify-items: center; color: #aaa; text-align: center; }
.empty-cart span { margin-bottom: 16px; color: var(--red); font-size: 30px; }
.empty-cart p { margin: 0 0 4px; color: #eee; font-weight: 700; }
.empty-cart small { color: #777; font-size: 12px; }
.cart-row { display: flex; align-items: center; justify-content: space-between; gap: 17px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-row-main strong, .cart-row-main small { display: block; }
.cart-row-main strong { color: #eee; font-size: 13px; }
.cart-row-main small { margin-top: 4px; color: #777; font-size: 11px; }
.cart-row-side { flex-shrink: 0; text-align: right; }
.cart-row-side strong { display: block; margin-bottom: 4px; font-size: 14px; }
.remove-item { border: 0; background: transparent; cursor: pointer; color: var(--red); font-size: 11px; }
.drawer-footer { padding: 25px 30px 30px; border-top: 1px solid var(--line); }
.drawer-total { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; color: #aaa; font-size: 14px; }
.drawer-total strong { color: #fff; font-size: 25px; }
.full-width { width: 100%; }
.drawer-footer > p { margin: 14px 0 0; color: #777; font-size: 11px; line-height: 1.5; text-align: center; }
.button:disabled { cursor: not-allowed; opacity: .55; transform: none; }
.toast { position: fixed; z-index: 40; right: 24px; bottom: 24px; max-width: 350px; padding: 13px 17px; border: 1px solid rgba(229,57,53,.48); border-radius: 10px; background: #272020; box-shadow: 0 12px 35px rgba(0,0,0,.25); color: #fff; font-size: 13px; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease; }
.toast.show { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-shell { width: min(100% - 36px, 700px); }
  .site-header { min-height: 68px; }
  .main-nav { gap: 0; }
  .main-nav a { padding: 0 9px; font-size: 12px; }
  .account-link { margin-left: 0; padding: 0 9px; font-size: 11px; }
  .cart-button { min-width: auto; }
  .hero { min-height: 570px; padding-top: 75px; }
  .hero-layout { grid-template-columns: 1fr; gap: 58px; }
  .hero-copy-block { max-width: 760px; }
  .hero h1 { font-size: clamp(48px, 7vw, 72px); }
  .hero-collage { width: min(100%, 560px); justify-self: center; }
  .trust-pills { gap: 12px; }
  .trust-pills > div { padding: 0 13px; }
  .trust-pills strong { font-size: 12px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card:last-child { grid-column: span 2; }
  .gallery-rail { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .value-panel { grid-template-columns: 1fr; }
  .value-panel-intro { border-right: 0; border-bottom: 1px solid var(--line); }
  .site-footer { grid-template-columns: 1fr 1fr; padding: 25px 0; }
  .site-footer > small { text-align: right; }
}

@media (max-width: 620px) {
  .site-shell { width: min(100% - 28px, 430px); }
  .site-header { flex-wrap: wrap; gap: 12px; padding: 10px 0; }
  .brand { min-width: auto; }
  .main-nav { order: 3; width: 100%; justify-content: space-between; margin: 0; border-top: 1px solid var(--line); }
  .main-nav a { min-height: 39px; padding: 0 5px; font-size: 10px; }
  .main-nav a.active::after { right: 5px; left: 5px; }
  .cart-button { margin-left: auto; font-size: 12px; }
  .account-link { order: 2; margin-left: auto; }
  .hero { min-height: auto; padding: 72px 0 62px; }
  .hero-layout { gap: 42px; }
  .hero-copy-block { text-align: center; }
  .hero-kicker { justify-content: center; }
  .hero h1 { font-size: 46px; }
  .hero-copy { font-size: 15px; }
  .hero-actions { gap: 20px; margin-top: 30px; }
  .button { min-height: 48px; padding: 0 17px; font-size: 13px; }
  .hero-link { font-size: 13px; }
  .hero-collage { min-height: 310px; }
  .hero-collage-main { top: 42px; height: 226px; }
  .hero-collage-secondary { height: 128px; }
  .hero-collage figcaption { right: 12px; bottom: 12px; left: 12px; font-size: 8px; }
  .hero-collage-mark { top: 11px; left: 11px; width: 29px; height: 29px; font-size: 14px; }
  .trust-pills { grid-template-columns: 1fr; gap: 9px; margin-top: 47px; }
  .trust-pills > div { min-height: 52px; }
  .catalog-section, .gallery-section, .testimonials-section, .how-section, .faq-section { padding: 70px 0; }
  .section-title h2 { font-size: 31px; }
  .catalog-toolbar { display: block; }
  .filter-tabs { margin-bottom: 13px; }
  .filter-button { font-size: 10px; padding: 0 8px; }
  .product-grid, .testimonial-grid, .steps-grid { grid-template-columns: 1fr; }
  .product-card, .product-card:last-child { grid-column: auto; min-height: 390px; }
  .product-card h3 { font-size: 21px; }
  .value-panel-intro { padding: 30px 24px; }
  .value-panel-intro h3 { font-size: 28px; }
  .value-list { padding: 6px 20px; }
  .value-item { min-height: 82px; gap: 12px; }
  .steps-grid::before { display: none; }
  .step { min-height: auto; padding: 24px; border-right: 0; border-bottom: 1px solid var(--line); }
  .step:last-child { border-bottom: 0; }
  .step-top { margin-bottom: 26px; }
  .gallery-feature-media { height: auto; aspect-ratio: 16 / 9; }
  .gallery-rail { display: flex; grid-template-columns: none; gap: 8px; overflow-x: auto; padding-bottom: 4px; }
  .gallery-thumb { flex: 0 0 112px; }
  .gallery-modal { padding: 12px; }
  .gallery-modal-header { padding: 18px; }
  .gallery-modal-header h2 { font-size: 20px; }
  .gallery-modal-panel > p { padding-right: 18px; padding-left: 18px; }
  .product-modal { align-items: start; overflow-y: auto; padding: 12px; }
  .product-modal-panel { margin: 12px 0; }
  .product-modal-grid { grid-template-columns: 1fr; }
  .product-modal-art { min-height: 205px; max-height: 240px; }
  .product-modal-content { padding: 30px 22px 24px; }
  .product-modal-content h2 { font-size: 30px; }
  .product-modal-meta { margin-top: 23px; }
  .support-strip { align-items: flex-start; flex-direction: column; padding: 28px; }
  .support-strip h2 { font-size: 24px; }
  .legal-note { align-items: flex-start; flex-direction: column; gap: 12px; }
  .site-footer { grid-template-columns: 1fr; gap: 15px; padding: 28px 0; }
  .site-footer > small { text-align: left; }
  .footer-links { order: 3; }
  .drawer-header, .drawer-body, .drawer-footer { padding-right: 22px; padding-left: 22px; }
}

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