:root {
            --bg: #07111f;
            --bg-soft: #0d1a2b;
            --card: rgba(255, 255, 255, .075);
            --card-strong: rgba(255, 255, 255, .12);
            --text: #f7fbff;
            --muted: #aebbd0;
            --blue: #08c7ff;
            --blue-deep: #096cf6;
            --pink: #ff2c8d;
            --orange: #ff9f43;
            --line: rgba(255, 255, 255, .14);
            --shadow: 0 24px 80px rgba(0, 0, 0, .36);
            --radius: 28px;
            --container: 1160px;
        }

        * { box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body {
            margin: 0;
            color: var(--text);
            font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
            background:
                radial-gradient(circle at 16% 8%, rgba(255, 44, 141, .22), transparent 30%),
                radial-gradient(circle at 86% 4%, rgba(8, 199, 255, .28), transparent 32%),
                linear-gradient(180deg, #07111f 0%, #0b1321 48%, #07111f 100%);
            min-height: 100vh;
            overflow-x: hidden;
        }
        body::before {
            content: "";
            position: fixed;
            inset: 0;
            pointer-events: none;
            background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
            background-size: 44px 44px;
            mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 72%);
        }
        a { color: inherit; text-decoration: none;}
        img { max-width: 100%; height: auto; vertical-align: middle; }
        .container { width: min(100% - 32px, var(--container)); margin: 0 auto; }
        .section { padding: 46px 0; position: relative; }
        .section-title { margin: 0 0 18px; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.05; letter-spacing: -.04em; }
        .section-lead { margin: 0 auto 38px; max-width: 760px; color: var(--muted); font-size: 1.1rem; line-height: 1.75; }
        .eyebrow { color: var(--blue); font-weight: 800; letter-spacing: .16em; text-transform: uppercase; font-size: .78rem; }
        .gradient-text { background: linear-gradient(100deg, #fff, var(--blue) 45%, var(--pink)); -webkit-background-clip: text; background-clip: text; color: transparent; }

        .site-header {
            position: sticky;
            top: 0;
            z-index: 50;
            border-bottom: 1px solid rgba(255,255,255,.08);
            background: rgba(7, 17, 31, .78);
            backdrop-filter: blur(18px);
        }
        .nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
        .brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 900; letter-spacing: -.02em; }
        .brand img { width: 48px; height: 48px; border-radius: 14px; box-shadow: 0 0 28px rgba(8,199,255,.38); }
        .brand span { font-size: 1.05rem; }
        .nav-links { display: flex; align-items: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
        .nav-links a { display: block; padding: 10px 14px; color: var(--muted); text-decoration: none; border-radius: 999px; font-weight: 700; transition: .2s ease; }
        .nav-links a:hover { color: #fff; background: rgba(255,255,255,.09); }
        .menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.08); color: #fff; cursor: pointer; }
        .menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: currentColor; border-radius: 4px; }

        .hero { padding: 78px 0 94px; }
        .hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
        h1 { margin: 18px 0 20px; font-size: clamp(2.6rem, 7vw, 6rem); line-height: .95; letter-spacing: -.07em; }
        .hero-text { color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.28rem); line-height: 1.75; margin: 0 0 30px; }
        .hero-actions, .download-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
        .btn-link, .btn, .store-card {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            min-height: 54px;
            padding: 15px 22px;
            border: 0;
            border-radius: 18px;
            text-decoration: none;
            color: #fff;
            font-weight: 900;
            cursor: pointer;
            transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
        }
        .btn-primary { background: linear-gradient(135deg, var(--blue-deep), var(--blue) 52%, var(--pink)); box-shadow: 0 18px 44px rgba(8,199,255,.24); }
        .btn-secondary { background: rgba(255,255,255,.09); border: 1px solid var(--line); }
        .btn-link:hover, .btn:hover, .store-card:hover { transform: translateY(-3px); }
        .hero-card { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: 38px; background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.045)); box-shadow: var(--shadow); overflow: hidden; }
        .hero-card::before { content: ""; position: absolute; width: 280px; height: 280px; right: -80px; top: -60px; background: radial-gradient(circle, rgba(8,199,255,.5), transparent 65%); filter: blur(6px); }
        .hero-collage { position: relative; min-height: 360px; margin: 0 0 26px; perspective: 1200px; }
        .hero-collage__glow { position: absolute; inset: 12% 4% 4%; border-radius: 999px; background: radial-gradient(circle at 55% 45%, rgba(8,199,255,.38), transparent 58%), radial-gradient(circle at 25% 70%, rgba(255,44,141,.28), transparent 54%); filter: blur(14px); }
        .hero-collage img { position: absolute; display: block; object-fit: cover; border: 1px solid rgba(255,255,255,.22); background: #111827; box-shadow: 0 28px 70px rgba(0,0,0,.42), 0 0 50px rgba(8,199,255,.18); }
        .hero-collage__tv { width: min(92%, 470px); left: 50%; top: 36px; aspect-ratio: 16 / 9; border-radius: 28px; transform: translateX(-50%) rotateX(6deg) rotateZ(-2deg); }
        .hero-collage__phone { width: min(34%, 155px); right: 18px; bottom: 8px; aspect-ratio: 9 / 16; border-radius: 26px; transform: rotateZ(8deg); z-index: 2; }
        .stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; position: relative; z-index: 2; }
        .stat { padding: 18px; border-radius: 22px; background: rgba(0,0,0,.22); border: 1px solid var(--line); }
        .stat strong { display: block; font-size: 1.45rem; color: #fff; }
        .stat span { color: var(--muted); font-size: .88rem; }

        .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
        .feature-card, .review-card, .info-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); box-shadow: 0 18px 60px rgba(0,0,0,.18); }
        .feature-icon { width: 46px; height: 46px; display: inline-grid; place-items: center; margin: 0 12px 16px 0; border-radius: 16px; background: linear-gradient(135deg, rgba(8,199,255,.2), rgba(255,44,141,.16)); font-size: 1.45rem; vertical-align: middle; }
        .feature-card h3, .info-card h3 { margin: 0 0 10px; font-size: 1.18rem; }
        .feature-card h3 { display: inline; vertical-align: middle; }
        .feature-card p, .info-card p, .info-card li { color: var(--muted); line-height: 1.65; }
        .feature-card p { margin-top: 0; }

        .download { background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02)); border-block: 1px solid rgba(255,255,255,.08); }
        .download-panel { padding: 32px; border-radius: 34px; background: linear-gradient(135deg, rgba(9,108,246,.2), rgba(255,44,141,.12)); border: 1px solid var(--line); }
        .store-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
        .store-card { min-height: 92px; background: rgba(255,255,255,.1); border: 1px solid var(--line); justify-content: flex-start; padding: 18px; }
        .store-card img { width: 44px; max-height: 44px; object-fit: contain; border-radius: 10px; }
        .store-card small { display: block; color: var(--muted); font-weight: 700; }

        .carousel-shell { position: relative; }
        .carousel-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 54px) / 4); gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 8px 2px 22px; }
        .carousel-track::-webkit-scrollbar { display: none; }
        .screenshot-card { scroll-snap-align: start; display: block; padding: 10px; border-radius: 30px; background: rgba(255,255,255,.08); border: 1px solid var(--line); text-decoration: none; }
        .screenshot-card img { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; border-radius: 22px; background: #111827; }
        .screenshots-subsection { margin-top: 46px; }
        .screenshots-subtitle { margin: 0 0 18px; font-size: clamp(1.55rem, 3vw, 2.25rem); line-height: 1.12; letter-spacing: -.03em; }
        .tv-screenshots-track { grid-auto-columns: calc((100% - 18px) / 2); }
        .screenshot-card.tv-screenshot img { aspect-ratio: 16 / 9; }
        .carousel-btn { position: absolute; top: 44%; transform: translateY(-50%); width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: rgba(7,17,31,.9); color: #fff; cursor: pointer; z-index: 3; box-shadow: 0 14px 35px rgba(0,0,0,.32); }
        .carousel-btn.prev { left: -18px; }
        .carousel-btn.next { right: -18px; }

        .license { background: linear-gradient(180deg, #ffffff 0%, #f8fbff 48%, #eef7ff 100%); color: #142033; }
        .license .section-lead, .license li, .license p { color: #46556b; }
        .license-grid { display: grid; grid-template-columns: 1fr 420px; gap: 28px; align-items: start; }
        .info-card { background: rgba(255,255,255,.78); border-color: rgba(20,32,51,.08); }
        .info-card ul { margin: 12px 0 24px; padding-left: 20px; }
        .changelog { color: #096cf6; cursor: pointer; font-weight: 800; text-decoration: none; }
        .changelog_text { text-align: left; }
        .payment-container { background:#fff; padding:2rem; border-radius:24px; box-shadow:0 18px 55px rgba(20,32,51,.14); width:100%; max-width:420px; border:1px solid rgba(20,32,51,.08); }
        .form-group { margin-bottom:1.5rem; }
        label { display:block; font-size:1rem; margin-bottom:.5rem; color:#333; }
        input[type="email"] { width:100%; padding:.9rem 1rem; font-size:1rem; border:1px solid #cbd5e1; border-radius:14px; box-sizing:border-box; transition:border-color .3s, box-shadow .3s; }
        input[type="email"]:focus { border-color:#096cf6; outline:none; box-shadow:0 0 0 4px rgba(9,108,246,.12); }
        .radio-group { display:flex; flex-direction:column; gap:.75rem; margin-bottom:1.5rem; }
        .radio-group label { display:flex; align-items:center; font-size:1rem; cursor:pointer; }
        input[type="radio"] { margin-right:.5rem; }
        .btn { width:100%; padding:1rem; font-size:1.1rem; background:linear-gradient(135deg, #096cf6, #08c7ff); color:#fff; border:none; border-radius:16px; cursor:pointer; transition:background-color .3s, transform .2s; }
        .btn:hover { transform:translateY(-2px); box-shadow:0 14px 30px rgba(9,108,246,.24); }
        .buy-extra { display:none; margin-top: 22px; padding: 20px; border-radius: 20px; background: rgba(9,108,246,.08); }

        .reviews-track { grid-auto-columns: calc((100% - 36px) / 3); }
        .review-card { min-height: 210px; }
        .review-card p { color: var(--muted); line-height: 1.7; }
        .stars { color: var(--orange); letter-spacing: .08em; }
        .review-author { display: flex; align-items: center; gap: 12px; margin-top: 20px; font-weight: 900; }
        .avatar { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, var(--blue), var(--pink)); }

        footer { padding: 42px 0 84px; color: var(--muted); text-align: center; }
        footer a { color: #fff; }
        #cookie-banner { position: fixed; bottom: 0; left: 0; width: 100%; background: rgba(0,0,0,0.92); color: #fff; padding: 10px 16px; font-size: 13px; display: none; z-index: 9999; }
        .cookie-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
        .cookie-actions { display:flex; gap:8px; flex-wrap:wrap; }
        .cookie-actions button { background:#555; color:#fff; border:none; padding:8px 14px; cursor:pointer; border-radius:8px; font-size:13px; line-height:1.2; }


        @media (min-width: 961px) and (max-height: 850px) {
            .nav { min-height: 64px; }
            .brand img { width: 40px; height: 40px; border-radius: 12px; }
            .hero { padding: 42px 0 54px; }
            .hero-grid { gap: 38px; }
            h1 { margin: 14px 0 16px; font-size: clamp(2.45rem, 5.7vw, 4.8rem); }
            .hero-text { margin-bottom: 22px; line-height: 1.6; }
            .btn-link, .btn, .store-card { min-height: 48px; padding: 12px 18px; }
            .hero-card { padding: 24px; border-radius: 30px; }
            .hero-collage { min-height: 280px; margin-bottom: 18px; }
            .hero-collage__tv { top: 22px; width: min(88%, 420px); border-radius: 24px; }
            .hero-collage__phone { width: min(30%, 130px); bottom: 0; }
            .stat { padding: 14px; border-radius: 18px; }
            .stat strong { font-size: 1.25rem; }
        }

        @media (max-width: 960px) {
            .hero-grid, .license-grid { grid-template-columns: 1fr; }
            .features-grid { grid-template-columns: repeat(2, 1fr); }
            .carousel-track { grid-auto-columns: calc((100% - 18px) / 2); }
            .reviews-track { grid-auto-columns: calc((100% - 18px) / 2); }
            .payment-container { max-width: none; }
        }
        @media (max-width: 720px) {
            .nav { min-height: 68px; }
            .menu-toggle { display: block; }
            .nav-links { position: absolute; top: 68px; left: 16px; right: 16px; display: none; flex-direction: column; align-items: stretch; padding: 14px; border: 1px solid var(--line); border-radius: 22px; background: rgba(7,17,31,.96); box-shadow: var(--shadow); }
            .nav-links.is-open { display: flex; }
            .nav-links a { text-align: center; }
            .hero { padding-top: 48px; }
            .section { padding: 64px 0; }
            .features-grid, .store-grid, .stats { grid-template-columns: 1fr; }
            .download-panel, .hero-card, .feature-card, .info-card { border-radius: 22px; }
            .hero-collage { min-height: 300px; }
            .hero-collage__phone { right: 4px; width: min(38%, 135px); }
            .carousel-track, .reviews-track, .tv-screenshots-track { grid-auto-columns: 82%; }
            .carousel-btn.prev { left: 4px; }
            .carousel-btn.next { right: 4px; }
            .brand span { max-width: 170px; }
        }