*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --primary: #945CFF;
  --primary-2: #B98BFF;
  --secondary: #FE01D4;
  --bg: #07070D;
  --bg2: #0E0B1C;
  --bg3: #150C26;
  --text: #E6E7EE;
  --text-muted: #9094A6;
  --card: rgba(255,255,255,0.045);
  --card-2: rgba(255,255,255,0.07);
  --border: rgba(255,255,255,0.09);
  --radius: 18px;
  --font: 'Cairo', sans-serif;
  --maxw: 1180px;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
  min-height: 100vh;
}

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

/* ===== Loader ===== */
.loader {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  background: radial-gradient(circle at 50% 40%, #1a1033, #07070d 70%);
  transition: opacity .6s ease, visibility .6s ease;
}
.loader.hidden { opacity: 0; visibility: hidden; }
.loader-inner { text-align: center; }
.loader-logo { width: 92px; height: 92px; object-fit: contain; animation: logoPulse 1.6s ease-in-out infinite; filter: drop-shadow(0 0 24px rgba(148,92,255,.6)); }
.loader-bar { width: 190px; height: 4px; border-radius: 4px; background: rgba(255,255,255,.1); margin: 26px auto 16px; overflow: hidden; }
.loader-bar span { display: block; height: 100%; width: 40%; border-radius: 4px; background: linear-gradient(90deg, var(--primary), var(--secondary)); animation: loadSlide 1.1s ease-in-out infinite; }
.loader-sub { color: var(--text-muted); font-size: .9rem; letter-spacing: .3px; }
@keyframes logoPulse { 0%,100%{ transform: scale(1); opacity:.9 } 50%{ transform: scale(1.08); opacity:1 } }
@keyframes loadSlide { 0%{ transform: translateX(-120%) } 100%{ transform: translateX(330%) } }

/* ===== Ambient background ===== */
.bg-grid {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: .4;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 50% 0%, #000 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(circle at 50% 0%, #000 0%, transparent 70%);
}
.bg-glow { position: fixed; border-radius: 50%; filter: blur(140px); pointer-events: none; z-index: 0; }
.bg-glow-1 { width: 520px; height: 520px; background: rgba(148,92,255,.22); top: -160px; inset-inline-end: -120px; }
.bg-glow-2 { width: 460px; height: 460px; background: rgba(254,1,212,.14); top: 40%; inset-inline-start: -160px; }
.bg-glow-3 { width: 420px; height: 420px; background: rgba(148,92,255,.12); bottom: -120px; inset-inline-end: 20%; }

section, header, footer { position: relative; z-index: 1; }

/* ===== Navbar ===== */
.navbar { position: fixed; top: 0; inset-inline: 0; z-index: 100; padding: 18px 0; transition: all .35s ease; }
.navbar.scrolled { padding: 12px 0; background: rgba(8,8,14,.78); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
.navbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #fff; font-weight: 900; font-size: 1.4rem; letter-spacing: .5px; }
.logo-img { width: 34px; height: 34px; object-fit: contain; filter: drop-shadow(0 0 10px rgba(148,92,255,.5)); }
.nav-links { display: flex; gap: 26px; }
.nav-links a { color: var(--text-muted); text-decoration: none; font-size: .92rem; font-weight: 600; transition: color .2s; position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: -6px; inset-inline-start: 0; width: 0; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--primary), var(--secondary)); transition: width .25s; }
.nav-links a:hover { color: #fff; }
.nav-links a:hover::after { width: 100%; }
.nav-links a.nav-deck { color: var(--primary-2); border: 1px solid rgba(148,92,255,.4); padding: 5px 14px; border-radius: 30px; background: rgba(148,92,255,.1); }
.nav-links a.nav-deck::after { display: none; }
.nav-links a.nav-deck:hover { background: rgba(148,92,255,.2); color: #fff; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.lang-btn { background: var(--card); border: 1px solid var(--border); color: var(--text); padding: 7px 14px; border-radius: 10px; cursor: pointer; font-family: var(--font); font-weight: 800; font-size: .82rem; transition: border-color .2s; }
.lang-btn:hover { border-color: var(--primary); }
.menu-toggle { display: none; background: none; border: none; color: #fff; font-size: 1.6rem; cursor: pointer; }

/* ===== Buttons ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 15px 30px; border-radius: 14px; font-family: var(--font); font-weight: 800; font-size: .96rem; text-decoration: none; cursor: pointer; border: none; transition: transform .22s ease, box-shadow .22s ease, background .22s; }
.btn-primary { background: linear-gradient(120deg, var(--primary), var(--secondary)); color: #fff; box-shadow: 0 10px 34px rgba(148,92,255,.4); }
.btn-primary:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 16px 44px rgba(254,1,212,.45); }
.btn-ghost { background: rgba(255,255,255,.05); color: #fff; border: 1px solid var(--border); }
.btn-ghost:hover { transform: translateY(-3px); border-color: var(--primary); background: rgba(148,92,255,.12); }
.btn-sm { padding: 10px 20px; font-size: .85rem; border-radius: 11px; }

/* ===== Eyebrow / badge ===== */
.eyebrow { display: inline-block; padding: 6px 16px; border-radius: 30px; background: rgba(148,92,255,.12); border: 1px solid rgba(148,92,255,.35); color: var(--primary-2); font-size: .82rem; font-weight: 800; margin-bottom: 18px; letter-spacing: .3px; }
.badge { display: inline-flex; align-items: center; gap: 9px; padding: 8px 18px; border-radius: 30px; background: rgba(254,1,212,.1); border: 1px solid rgba(254,1,212,.4); color: #fff; font-size: .88rem; font-weight: 800; margin-bottom: 26px; }
.badge-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--secondary); box-shadow: 0 0 0 0 rgba(254,1,212,.6); animation: pulse 1.8s infinite; }
@keyframes pulse { 0%{ box-shadow: 0 0 0 0 rgba(254,1,212,.6) } 70%{ box-shadow: 0 0 0 10px rgba(254,1,212,0) } 100%{ box-shadow: 0 0 0 0 rgba(254,1,212,0) } }

/* ===== Hero ===== */
.hero { padding: 170px 0 90px; min-height: 100vh; display: flex; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; width: 100%; }
.hero h1 { font-size: clamp(2.1rem, 5.2vw, 3.7rem); font-weight: 900; line-height: 1.18; margin-bottom: 22px; }
.hero h1 span { display: block; }
.gradient-text { background: linear-gradient(90deg, var(--primary-2), var(--secondary)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-desc { color: var(--text-muted); font-size: 1.08rem; margin-bottom: 34px; max-width: 520px; }
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 44px; }
.stats-bar { display: flex; gap: 40px; flex-wrap: wrap; }
.stat strong { display: block; font-size: 2rem; font-weight: 900; color: #fff; line-height: 1; }
.stat span { font-size: .82rem; color: var(--text-muted); }

/* Hero poster cloud */
.hero-visual { position: relative; height: 540px; }
.poster-cloud { position: absolute; inset: 0; display: flex; gap: 16px; justify-content: center; transform: perspective(1200px) rotateY(-16deg) rotateX(4deg); transform-style: preserve-3d; transition: transform .2s ease-out; }
.pc-col { display: flex; flex-direction: column; gap: 16px; width: 31%; }
.pc-poster { border-radius: 14px; overflow: hidden; box-shadow: 0 18px 40px rgba(0,0,0,.55); border: 1px solid rgba(255,255,255,.08); }
.pc-poster img { width: 100%; aspect-ratio: 2/3; object-fit: cover; display: block; }
.pc-col-1 { animation: floatY 7s ease-in-out infinite; }
.pc-col-2 { margin-top: -56px; animation: floatY 9s ease-in-out infinite reverse; }
.pc-col-3 { animation: floatY 8s ease-in-out infinite; }
@keyframes floatY { 0%,100%{ transform: translateY(0) } 50%{ transform: translateY(-22px) } }
.hero-visual::after { content: ''; position: absolute; inset: -10% -5%; background: radial-gradient(circle at 50% 50%, rgba(148,92,255,.28), transparent 65%); filter: blur(30px); z-index: -1; }
.hero-play { position: absolute; inset: 0; margin: auto; width: 76px; height: 76px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: linear-gradient(120deg, var(--primary), var(--secondary)); color: #fff; font-size: 1.5rem; box-shadow: 0 0 0 0 rgba(148,92,255,.5); animation: playPulse 2.2s infinite; cursor: pointer; z-index: 3; }
.hero-play span { margin-inline-start: 4px; }
@keyframes playPulse { 0%{ box-shadow: 0 0 0 0 rgba(148,92,255,.5) } 70%{ box-shadow: 0 0 0 26px rgba(148,92,255,0) } 100%{ box-shadow: 0 0 0 0 rgba(148,92,255,0) } }

.scroll-cue { position: absolute; bottom: 26px; inset-inline: 0; display: flex; justify-content: center; }
.scroll-cue span { width: 26px; height: 42px; border: 2px solid rgba(255,255,255,.25); border-radius: 14px; position: relative; }
.scroll-cue span::after { content: ''; position: absolute; top: 8px; inset-inline: 0; margin: auto; width: 4px; height: 8px; border-radius: 4px; background: var(--primary-2); animation: scrollDot 1.6s infinite; }
@keyframes scrollDot { 0%{ transform: translateY(0); opacity: 1 } 100%{ transform: translateY(14px); opacity: 0 } }

/* ===== Marquee ===== */
.marquee-section { padding: 30px 0; overflow: hidden; display: flex; flex-direction: column; gap: 16px; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee { overflow: hidden; }
.marquee-track { display: flex; gap: 16px; width: max-content; animation: marquee 50s linear infinite; }
.marquee-reverse .marquee-track { animation-direction: reverse; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track img { height: 150px; aspect-ratio: 2/3; object-fit: cover; border-radius: 12px; border: 1px solid var(--border); opacity: .85; transition: opacity .25s, transform .25s; }
.marquee-track img:hover { opacity: 1; transform: scale(1.05); }
@keyframes marquee { 0%{ transform: translateX(0) } 100%{ transform: translateX(-50%) } }

/* ===== Sections ===== */
.section { padding: 100px 0; }
.section-alt { background: linear-gradient(180deg, rgba(255,255,255,.018), transparent); }
.section-header { text-align: center; margin-bottom: 56px; }
.section-header h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 900; margin-bottom: 14px; }
.section-header p { color: var(--text-muted); max-width: 620px; margin: 0 auto; }

/* Category grid */
.cat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.cat-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px 28px; transition: transform .28s ease, border-color .28s, background .28s; position: relative; overflow: hidden; }
.cat-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 100% 0%, rgba(148,92,255,.16), transparent 60%); opacity: 0; transition: opacity .3s; }
.cat-card:hover { transform: translateY(-8px); border-color: rgba(148,92,255,.4); background: var(--card-2); }
.cat-card:hover::before { opacity: 1; }
.cat-ic { font-size: 2.3rem; margin-bottom: 16px; }
.cat-card h3 { font-size: 1.2rem; font-weight: 800; margin-bottom: 10px; }
.cat-card p { color: var(--text-muted); font-size: .92rem; }

/* ===== Partner ===== */
.partner-section { padding: 100px 0; }
.partner-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; }
.partner-text h2 { font-size: clamp(1.9rem, 4vw, 2.6rem); font-weight: 900; margin-bottom: 18px; }
.partner-text > p { color: var(--text-muted); margin-bottom: 24px; }
.partner-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.partner-list li { display: flex; align-items: center; gap: 12px; font-weight: 600; color: var(--text); }
.partner-list li::before { content: '✓'; flex: none; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: rgba(148,92,255,.18); color: var(--primary-2); font-weight: 900; font-size: .85rem; }
.partner-visual { display: flex; justify-content: center; }
.channel-card { width: 100%; max-width: 380px; aspect-ratio: 16/10; border-radius: 22px; background: linear-gradient(145deg, rgba(148,92,255,.22), rgba(254,1,212,.14)); border: 1px solid var(--border); position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,.5); }
.channel-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 120%, rgba(254,1,212,.35), transparent 60%); }
.live-pill { position: absolute; top: 16px; inset-inline-start: 16px; display: inline-flex; align-items: center; gap: 7px; padding: 5px 12px; border-radius: 20px; background: rgba(0,0,0,.45); color: #fff; font-size: .78rem; font-weight: 800; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #ff3b5c; animation: pulse 1.4s infinite; }
.channel-logo { position: relative; text-align: center; font-size: 1.9rem; font-weight: 900; color: #fff; line-height: 1.2; text-shadow: 0 2px 18px rgba(0,0,0,.4); }
.channel-logo span { font-size: .9rem; font-weight: 700; color: var(--primary-2); letter-spacing: 2px; }
.channel-bars { position: relative; display: flex; align-items: flex-end; gap: 5px; height: 38px; }
.channel-bars i { width: 6px; background: linear-gradient(180deg, var(--primary-2), var(--secondary)); border-radius: 4px; animation: eq 1s ease-in-out infinite; }
.channel-bars i:nth-child(1){ animation-delay:0s } .channel-bars i:nth-child(2){ animation-delay:.15s } .channel-bars i:nth-child(3){ animation-delay:.3s } .channel-bars i:nth-child(4){ animation-delay:.45s } .channel-bars i:nth-child(5){ animation-delay:.2s } .channel-bars i:nth-child(6){ animation-delay:.35s } .channel-bars i:nth-child(7){ animation-delay:.1s }
@keyframes eq { 0%,100%{ height: 10px } 50%{ height: 36px } }

/* ===== Features ===== */
.feat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 22px; }
.feat-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 30px 28px; transition: transform .28s ease, border-color .28s; }
.feat-card:hover { transform: translateY(-6px); border-color: rgba(254,1,212,.35); }
.feat-ic { width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center; font-size: 1.7rem; background: linear-gradient(135deg, rgba(148,92,255,.2), rgba(254,1,212,.14)); margin-bottom: 18px; }
.feat-card h3 { font-size: 1.15rem; font-weight: 800; margin-bottom: 10px; }
.feat-card p { color: var(--text-muted); font-size: .92rem; }

/* ===== Devices ===== */
.devices-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.devices-text h2 { font-size: clamp(1.9rem, 4vw, 2.6rem); font-weight: 900; margin-bottom: 16px; }
.devices-text > p { color: var(--text-muted); margin-bottom: 26px; }
.dev-chips { display: flex; flex-wrap: wrap; gap: 12px; }
.dev-chip { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 30px; background: var(--card); border: 1px solid var(--border); font-weight: 700; font-size: .9rem; }
.devices-visual { position: relative; height: 360px; display: flex; align-items: center; justify-content: center; }
.device-tv { width: 78%; }
.device-tv-screen { aspect-ratio: 16/9; border-radius: 14px; overflow: hidden; border: 3px solid #1c1830; box-shadow: 0 26px 60px rgba(0,0,0,.6), inset 0 0 0 1px rgba(255,255,255,.05); background: #000; }
.device-tv-screen img { width: 100%; height: 100%; object-fit: cover; display: block; }
.device-tv-stand { width: 110px; height: 12px; margin: 10px auto 0; border-radius: 0 0 10px 10px; background: linear-gradient(180deg, #2a2440, #15101f); }
.device-phone { position: absolute; bottom: 0; inset-inline-end: 4%; width: 110px; aspect-ratio: 9/19; border-radius: 18px; border: 3px solid #221c38; overflow: hidden; box-shadow: 0 22px 44px rgba(0,0,0,.6); background: #000; animation: floatY 6s ease-in-out infinite; }
.device-phone-screen { width: 100%; height: 100%; }
.device-phone-screen img { width: 100%; height: 100%; object-fit: cover; }

/* ===== Tech ===== */
.section-tech { background: linear-gradient(180deg, rgba(148,92,255,.05), transparent); }
.tech-diagram { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; margin-bottom: 56px; padding: 32px 18px; border: 1px solid var(--border); border-radius: 22px; background: var(--card); }
.tnode { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; min-width: 96px; }
.tnode span { font-weight: 800; font-size: .92rem; color: #fff; }
.tnode small { color: var(--text-muted); font-size: .72rem; }
.tnode-ic { width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center; font-size: 1.6rem; background: linear-gradient(135deg, rgba(148,92,255,.22), rgba(254,1,212,.14)); border: 1px solid var(--border); box-shadow: 0 0 22px rgba(148,92,255,.25); animation: nodeGlow 3s ease-in-out infinite; }
@keyframes nodeGlow { 0%,100%{ box-shadow: 0 0 18px rgba(148,92,255,.2) } 50%{ box-shadow: 0 0 30px rgba(254,1,212,.4) } }
.tflow { flex: 1 1 30px; min-width: 30px; height: 2px; background: linear-gradient(90deg, var(--primary), var(--secondary)); background-size: 200% 100%; border-radius: 2px; position: relative; opacity: .6; animation: flow 2s linear infinite; }
@keyframes flow { 0%{ background-position: 200% 0 } 100%{ background-position: -200% 0 } }
.tech-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.tech-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; transition: transform .28s, border-color .28s; }
.tech-card:hover { transform: translateY(-6px); border-color: rgba(148,92,255,.4); }
.tech-card h3 { font-size: 1.08rem; font-weight: 800; margin-bottom: 10px; color: #fff; }
.tech-card p { color: var(--text-muted); font-size: .9rem; }

/* ===== Stats band ===== */
.stats-band { padding: 70px 0; background: linear-gradient(120deg, rgba(148,92,255,.14), rgba(254,1,212,.1)); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.stats-band-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.sb strong { display: block; font-size: clamp(2rem, 5vw, 3rem); font-weight: 900; color: #fff; line-height: 1; background: linear-gradient(90deg, #fff, var(--primary-2)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.sb span { color: var(--text-muted); font-size: .9rem; font-weight: 600; }

/* ===== Download ===== */
.download-section { padding: 110px 0; text-align: center; }
.download-section h2 { font-size: clamp(1.9rem, 4vw, 2.6rem); font-weight: 900; margin-bottom: 14px; }
.download-section > .container > p { color: var(--text-muted); margin-bottom: 34px; }
.store-badges { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; }
.store-badge { display: flex; align-items: center; gap: 13px; padding: 14px 26px; background: var(--card); border: 1px solid var(--border); border-radius: 16px; text-decoration: none; color: #fff; transition: transform .22s, border-color .22s; }
.store-badge:hover { transform: translateY(-3px); border-color: var(--primary); }
.store-badge span { font-size: 1.7rem; }
.store-badge small { display: block; font-size: .7rem; color: var(--text-muted); }
.store-badge strong { font-size: 1.05rem; }

/* ===== FAQ ===== */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { background: var(--card); border: 1px solid var(--border); border-radius: 14px; margin-bottom: 14px; overflow: hidden; }
.faq-item summary { padding: 20px 22px; cursor: pointer; font-weight: 700; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--primary-2); font-size: 1.4rem; flex: none; transition: transform .25s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { padding: 0 22px 20px; color: var(--text-muted); font-size: .92rem; }

/* ===== Footer ===== */
.footer { border-top: 1px solid var(--border); padding: 56px 0 30px; }
.footer-inner { display: flex; flex-wrap: wrap; gap: 30px; justify-content: space-between; align-items: center; }
.footer-brand { max-width: 320px; }
.footer-brand p { color: var(--text-muted); font-size: .88rem; margin-top: 12px; }
.footer-links, .footer-social { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-links a, .footer-social a { color: var(--text-muted); text-decoration: none; font-size: .88rem; font-weight: 600; transition: color .2s; }
.footer-links a:hover, .footer-social a:hover { color: var(--primary-2); }
.copyright { text-align: center; color: var(--text-muted); font-size: .8rem; margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--border); }

/* ===== Reveal animations ===== */
.reveal { opacity: 0; transition: opacity .8s cubic-bezier(.2,.65,.3,1), transform .8s cubic-bezier(.2,.65,.3,1); will-change: opacity, transform; }
.reveal[data-rv="up"] { transform: translateY(40px); }
.reveal[data-rv="right"] { transform: translateX(40px); }
.reveal[data-rv="left"] { transform: translateX(-40px); }
.reveal[data-rv="zoom"] { transform: scale(.92); }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; }
  * { animation: none !important; }
}

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .hero-grid, .partner-grid, .devices-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 130px; }
  .hero-visual { height: 460px; order: -1; }
  .stats-band-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 24px; }
  .nav-links { display: none; position: fixed; top: 64px; inset-inline: 16px; background: rgba(10,9,18,.97); backdrop-filter: blur(16px); flex-direction: column; padding: 22px; border-radius: var(--radius); border: 1px solid var(--border); gap: 16px; }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }
  .nav-actions .btn-sm { display: none; }
  .tflow { flex-basis: 16px; min-width: 16px; }
}
@media (max-width: 560px) {
  .container { padding: 0 18px; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { width: 100%; }
  .stats-bar { gap: 24px; }
  .hero-visual { height: 400px; }
  .poster-cloud { transform: perspective(1000px) rotateY(-10deg); }
  .tech-diagram { flex-direction: column; }
  .tflow { width: 2px; height: 22px; flex: none; }
}
