/* =========================================================
   Live TV — Ultra-Modern & Clean Professional Stylesheet
   Designed for High Aesthetic Value & 100% Responsiveness
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --bg-main: #07090e;
  --bg-card: #0e131f;
  --bg-card-hover: #141b2d;
  --bg-sub: #0a0d16;
  --border: rgba(255, 255, 255, 0.08);
  --border-focus: rgba(0, 149, 255, 0.4);
  --border-gold: rgba(245, 166, 35, 0.35);
  
  --primary: #0084ff;
  --primary-glow: rgba(0, 132, 255, 0.25);
  --primary-gradient: linear-gradient(135deg, #0084ff 0%, #00d2ff 100%);
  
  --gold: #f5a623;
  --gold-glow: rgba(245, 166, 35, 0.25);
  --gold-gradient: linear-gradient(135deg, #f5a623 0%, #ffcf00 100%);
  
  --text-main: #ffffff;
  --text-muted: #94a3b8;
  --text-dim: #64748b;
  
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 32px;
  --radius-full: 9999px;
  
  --font-en: 'Plus Jakarta Sans', sans-serif;
  --font-bn: 'Hind Siliguri', var(--font-en);
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-bn);
  background-color: var(--bg-main);
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.25s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.wrap {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

/* ==================== HEADER ==================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  background: rgba(7, 9, 14, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  z-index: 100;
  transition: all 0.3s ease;
}

.header.scrolled {
  background: rgba(7, 9, 14, 0.96);
  border-bottom-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.hdr-inner {
  max-width: 1200px;
  margin-inline: auto;
  height: 100%;
  padding-inline: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 1.35rem;
  color: #fff;
  letter-spacing: -0.5px;
}

.logo img {
  width: 38px;
  height: 38px;
  border-radius: var(--radius-sm);
  box-shadow: 0 4px 12px var(--primary-glow);
}

.desk-nav {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.desk-nav a {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-muted);
}

.desk-nav a:hover {
  color: #fff;
}

.desk-nav .tg-link {
  color: #38bdf8;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.desk-nav .tg-link:hover {
  color: #7dd3fc;
}

.hdr-btn {
  background: var(--primary-gradient);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.55rem 1.35rem;
  border-radius: var(--radius-full);
  box-shadow: 0 4px 16px var(--primary-glow);
  display: inline-block;
}

.hdr-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(0, 132, 255, 0.4);
}

.hmenu {
  display: none;
  background: none;
  border: 1px solid var(--border);
  color: #fff;
  font-size: 1.25rem;
  padding: 0.4rem 0.7rem;
  border-radius: var(--radius-sm);
  cursor: pointer;
}

.mob-menu {
  display: none;
  flex-direction: column;
  background: var(--bg-card);
  border-bottom: 1px solid var(--border);
  padding: 1rem 1.5rem 1.5rem;
  gap: 0.85rem;
}

.mob-menu.active {
  display: flex;
}

.mob-menu a {
  color: var(--text-muted);
  font-size: 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.mob-menu .mob-dl {
  background: var(--primary-gradient);
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 0.75rem;
  border-radius: var(--radius-md);
  border-bottom: none;
  margin-top: 0.5rem;
}

/* ==================== HERO ==================== */
.hero {
  position: relative;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.45;
}

.b1 {
  width: 500px;
  height: 500px;
  background: #0055ff;
  top: -100px;
  left: -150px;
}

.b2 {
  width: 450px;
  height: 450px;
  background: #7000ff;
  bottom: -50px;
  right: -100px;
}

.hero-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 3.5rem;
}

.badge-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  background: rgba(0, 132, 255, 0.12);
  border: 1px solid rgba(0, 132, 255, 0.3);
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 600;
  color: #38bdf8;
  margin-bottom: 1.5rem;
}

.dot-live {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 10px #22c55e;
  animation: pulse 1.8s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

.hero-text h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  letter-spacing: -0.5px;
}

.hero-text .accent {
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lead {
  font-size: 1.15rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 1.75rem;
  max-width: 540px;
}

.lead strong {
  color: #fff;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2.25rem;
}

.tag {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-sm);
  font-size: 0.85rem;
  color: var(--text-muted);
  font-family: var(--font-en);
  font-weight: 500;
}

.btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.btn-dl {
  background: var(--primary-gradient);
  color: #fff;
  padding: 0.85rem 1.75rem;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 6px 24px var(--primary-glow);
}

.btn-dl:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(0, 132, 255, 0.45);
}

.ver-tag {
  font-size: 0.75rem;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.25);
  padding: 0.15rem 0.5rem;
  border-radius: var(--radius-full);
  margin-left: 0.35rem;
}

.btn-tg {
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.25);
  color: #38bdf8;
  padding: 0.85rem 1.5rem;
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
}

.btn-tg:hover {
  background: rgba(56, 189, 248, 0.2);
  border-color: rgba(56, 189, 248, 0.5);
  transform: translateY(-2px);
}

.fine-text {
  font-size: 0.85rem;
  color: var(--text-dim);
}

/* ==================== PHONE MOCKUP ==================== */
.hero-phone {
  position: relative;
  display: flex;
  justify-content: center;
}

.phone-shell {
  width: 290px;
  height: 580px;
  background: #030407;
  border: 4px solid #1e293b;
  border-radius: 40px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.75), 0 0 40px rgba(0, 132, 255, 0.15);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.p-notch {
  width: 90px;
  height: 18px;
  background: #1e293b;
  margin: 6px auto 0;
  border-radius: 10px;
}

.p-screen {
  flex: 1;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}

.ps-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 2px;
}

.ps-bar-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ps-icon {
  width: 26px;
  height: 26px;
  border-radius: 6px;
}

.ps-title {
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

.ps-sub {
  font-size: 0.65rem;
  color: var(--text-dim);
}

.ps-search {
  font-size: 0.85rem;
}

.ps-tabs {
  display: flex;
  gap: 6px;
}

.ps-tab {
  font-size: 0.7rem;
  font-weight: 600;
  padding: 3px 8px;
  background: #0e131f;
  border-radius: 12px;
  color: var(--text-muted);
}

.ps-tab.active {
  background: var(--primary);
  color: #fff;
}

.ps-channels {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ps-ch {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 10px;
}

.ps-ch-active {
  background: rgba(0, 132, 255, 0.12);
  border-color: rgba(0, 132, 255, 0.3);
}

.ps-ch-logo {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.8rem;
  color: #fff;
  flex-shrink: 0;
}

.ps-ch-info {
  flex: 1;
}

.ps-ch-name {
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
}

.ps-ch-meta {
  font-size: 0.6rem;
  color: var(--text-dim);
}

.ps-badge {
  font-size: 0.55rem;
  font-weight: 800;
  padding: 2px 5px;
  border-radius: 4px;
  font-family: var(--font-en);
}

.ps-badge.red {
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
}

.ps-badge.blue {
  background: rgba(0, 132, 255, 0.2);
  color: #38bdf8;
}

.ps-player {
  margin-top: auto;
  background: #0a0e17;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}

.ps-player-screen {
  height: 64px;
  background: linear-gradient(135deg, #091a33, #020712);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ps-player-info {
  width: 100%;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ps-now-live {
  font-size: 0.6rem;
  font-weight: 700;
  color: #ef4444;
}

.ps-controls {
  font-size: 0.7rem;
  color: #fff;
  letter-spacing: 2px;
}

.ps-player-meta {
  padding: 6px 10px 8px;
}

.ps-now-title {
  font-size: 0.7rem;
  font-weight: 700;
  color: #fff;
}

.ps-now-sub {
  font-size: 0.6rem;
  color: var(--text-dim);
}

.p-home-bar {
  width: 80px;
  height: 3px;
  background: #475569;
  border-radius: 2px;
  margin: 6px auto;
}

.floater {
  position: absolute;
  padding: 0.5rem 1rem;
  background: rgba(14, 19, 31, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.f-tv {
  top: 40px;
  right: -25px;
  border-color: rgba(0, 132, 255, 0.3);
  color: #38bdf8;
  animation: float 4s ease-in-out infinite;
}

.f-hd {
  bottom: 80px;
  left: -25px;
  border-color: rgba(245, 166, 35, 0.3);
  color: #fbbf24;
  animation: float 4s ease-in-out infinite 2s;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* ==================== STATS STRIP ==================== */
.stats-strip {
  background: var(--bg-sub);
  border-block: 1px solid var(--border);
  padding: 1.75rem 0;
}

.stats-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.stat strong {
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  font-family: var(--font-bn);
  line-height: 1.1;
}

.stat span {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 0.2rem;
}

.stat-line {
  width: 1px;
  height: 35px;
  background: var(--border);
}

/* ==================== SECTIONS ==================== */
.section {
  padding: 6rem 0;
}

.sec-hd {
  text-align: center;
  max-width: 650px;
  margin-inline: auto;
  margin-bottom: 3.5rem;
}

.sec-chip {
  display: inline-block;
  padding: 0.35rem 0.9rem;
  background: rgba(0, 132, 255, 0.1);
  border: 1px solid rgba(0, 132, 255, 0.25);
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 700;
  color: #38bdf8;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.gold-chip {
  background: rgba(245, 166, 35, 0.1);
  border-color: rgba(245, 166, 35, 0.3);
  color: var(--gold);
}

.sec-hd h2 {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 0.85rem;
  letter-spacing: -0.5px;
}

.sec-hd p {
  font-size: 1.05rem;
  color: var(--text-muted);
}

/* ==================== FEATURES ==================== */
.feat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.feat-big {
  grid-column: span 4;
  background: linear-gradient(135deg, #0e172a 0%, #080d1a 100%);
  border: 1px solid rgba(0, 132, 255, 0.2);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 2.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

.feat-big-content .feat-emoji {
  font-size: 2.2rem;
  margin-bottom: 0.75rem;
}

.feat-big-content h3 {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.feat-big-content p {
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.feat-tags-sm {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.feat-tags-sm span {
  font-size: 0.8rem;
  font-weight: 600;
  background: rgba(0, 132, 255, 0.1);
  border: 1px solid rgba(0, 132, 255, 0.25);
  color: #38bdf8;
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-full);
}

/* TV Mockup */
.tv-mockup {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tv-screen {
  width: 100%;
  max-width: 340px;
  height: 190px;
  background: #020617;
  border: 3px solid #334155;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.75);
  padding: 1rem;
  position: relative;
  overflow: hidden;
}

.tv-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tv-now {
  font-size: 0.75rem;
  font-weight: 700;
  color: #ef4444;
}

.tv-ch-row {
  display: flex;
  gap: 0.5rem;
}

.tv-ch-item {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.4rem 0.2rem;
  text-align: center;
  font-size: 0.65rem;
  font-weight: 600;
  border-radius: 6px;
  color: var(--text-muted);
}

.tv-ch-item.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  box-shadow: 0 0 12px var(--primary-glow);
}

.tv-remote-hint {
  font-size: 0.65rem;
  color: var(--text-dim);
  text-align: center;
}

.tv-stand {
  width: 60px;
  height: 12px;
  background: #334155;
  border-radius: 0 0 8px 8px;
}

/* Feature Cards */
.feat-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1.75rem 1.5rem;
  transition: all 0.3s ease;
}

.feat-card:hover {
  background: var(--bg-card-hover);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.feat-card .feat-emoji {
  font-size: 1.8rem;
  margin-bottom: 0.85rem;
}

.feat-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.feat-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ==================== PREMIUM ==================== */
.prem-section {
  background: var(--bg-sub);
}

.plans-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 900px;
  margin-inline: auto;
}

.plan-box {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.25rem 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease;
}

.plan-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.plan-box-gold {
  background: linear-gradient(160deg, #181408 0%, #0e131f 100%);
  border-color: var(--border-gold);
  box-shadow: 0 10px 35px rgba(245, 166, 35, 0.08);
}

.plan-box-gold:hover {
  box-shadow: 0 20px 50px rgba(245, 166, 35, 0.18);
  border-color: rgba(245, 166, 35, 0.6);
}

.plan-crown-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold-gradient);
  color: #000;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.3rem 1.1rem;
  border-radius: var(--radius-full);
  letter-spacing: 0.5px;
}

.plan-head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.plan-ico {
  font-size: 2rem;
}

.plan-title {
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.2;
}

.plan-subtitle {
  font-size: 0.8rem;
  color: var(--text-dim);
}

.plan-price {
  margin-left: auto;
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  font-family: var(--font-en);
}

.gold-price {
  color: var(--gold);
  font-size: 1.25rem;
}

.plan-hr {
  border: none;
  height: 1px;
  background: var(--border);
  margin: 1.5rem 0;
}

.gold-hr {
  background: rgba(245, 166, 35, 0.2);
}

.plan-ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 2rem;
  flex: 1;
}

.plan-ul li {
  font-size: 0.95rem;
  color: var(--text-muted);
}

.plan-ul .li-yes {
  color: #e2e8f0;
}

.plan-ul .li-no {
  color: var(--text-dim);
  opacity: 0.5;
}

.plan-ul .li-gold {
  color: #fff;
  font-weight: 600;
}

.plan-btn {
  text-align: center;
  padding: 0.85rem;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.95rem;
  display: block;
}

.plan-btn-free {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border);
  color: #fff;
}

.plan-btn-free:hover {
  background: rgba(255, 255, 255, 0.12);
}

.plan-btn-gold {
  background: var(--gold-gradient);
  color: #000;
  box-shadow: 0 4px 18px var(--gold-glow);
}

.plan-btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(245, 166, 35, 0.4);
}

.plan-note {
  font-size: 0.75rem;
  color: var(--text-dim);
  text-align: center;
  margin-top: 0.85rem;
  line-height: 1.4;
}

/* ==================== INSTALL ==================== */
.steps-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  max-width: 1050px;
  margin-inline: auto;
  margin-bottom: 2.5rem;
}

.step-item {
  flex: 1;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 2rem 1.25rem;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}

.step-item:hover {
  border-color: rgba(0, 132, 255, 0.3);
  transform: translateY(-4px);
}

.step-num {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--text-dim);
  font-family: var(--font-en);
}

.step-emo {
  font-size: 2.2rem;
  margin-bottom: 0.75rem;
}

.step-item h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.step-item p {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.step-arrow {
  font-size: 1.5rem;
  color: var(--text-dim);
  font-weight: 700;
}

.install-note {
  max-width: 750px;
  margin-inline: auto;
  background: rgba(245, 166, 35, 0.08);
  border: 1px solid rgba(245, 166, 35, 0.2);
  border-radius: var(--radius-md);
  padding: 1rem 1.5rem;
  font-size: 0.9rem;
  color: #fed7aa;
  text-align: center;
}

.install-note a {
  color: #38bdf8;
  text-decoration: underline;
}

/* ==================== DOWNLOAD CTA ==================== */
.dl-section {
  position: relative;
  background: var(--bg-sub);
  border-top: 1px solid var(--border);
  padding: 6rem 0;
  text-align: center;
  overflow: hidden;
}

.dl-glow1, .dl-glow2 {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  opacity: 0.3;
}

.dl-glow1 {
  background: #0084ff;
  top: -50px;
  left: 20%;
}

.dl-glow2 {
  background: #a855f7;
  bottom: -50px;
  right: 20%;
}

.dl-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dl-appicon {
  width: 80px;
  height: 80px;
  border-radius: var(--radius-md);
  margin-bottom: 1.25rem;
  box-shadow: 0 10px 30px var(--primary-glow);
}

.dl-section h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.dl-section p {
  font-size: 1.05rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

.dl-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2rem;
}

.dl-meta-row span {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  padding: 0.35rem 0.9rem;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  color: var(--text-muted);
}

.big-dl-btn {
  background: var(--primary-gradient);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  padding: 1rem 2.5rem;
  border-radius: var(--radius-full);
  box-shadow: 0 8px 30px var(--primary-glow);
  margin-bottom: 1.25rem;
}

.big-dl-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0, 132, 255, 0.5);
}

.tg-big-btn {
  color: #38bdf8;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.tg-big-btn:hover {
  text-decoration: underline;
}

.dl-fine {
  font-size: 0.85rem;
  color: var(--text-dim) !important;
  line-height: 1.6;
}

.dl-fine a {
  color: var(--text-muted);
}

/* ==================== FOOTER ==================== */
.footer {
  background: #030508;
  border-top: 1px solid var(--border);
  padding-top: 4rem;
}

.ftr-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
}

.ftr-brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ftr-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 1.2rem;
}

.ftr-logo img {
  width: 32px;
  height: 32px;
  border-radius: 6px;
}

.ftr-brand p {
  color: var(--text-dim);
  font-size: 0.9rem;
  line-height: 1.6;
}

.ftr-links-social {
  display: flex;
  gap: 1rem;
}

.ftr-links-social a {
  font-size: 0.85rem;
  color: #38bdf8;
}

.visitor-box {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  padding: 0.4rem 0.85rem;
  border-radius: var(--radius-full);
  width: fit-content;
  margin-top: 0.25rem;
}

.v-dot {
  width: 7px;
  height: 7px;
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 8px #22c55e;
  animation: pulse 2s infinite;
}

.v-txt {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.v-num {
  font-family: var(--font-en);
  font-size: 0.85rem;
  font-weight: 800;
  color: #38bdf8;
  letter-spacing: 0.5px;
}

.ftr-col {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.ftr-col h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.35rem;
}

.ftr-col a {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.ftr-col a:hover {
  color: #fff;
}

.ftr-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 0;
  font-size: 0.85rem;
  color: var(--text-dim);
}

.ftr-bot-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ftr-bottom a {
  color: var(--text-muted);
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1024px) {
  .hero-wrap {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 3rem;
  }
  
  .badge-chip, .lead, .tag-row, .btns {
    margin-inline: auto;
    justify-content: center;
  }
  
  .feat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .feat-big {
    grid-column: span 2;
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .feat-tags-sm {
    justify-content: center;
  }
  
  .ftr-inner {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .desk-nav, .hdr-btn {
    display: none;
  }
  
  .hmenu {
    display: block;
  }
  
  .hero-text h1 {
    font-size: 2.4rem;
  }
  
  .plans-wrap {
    grid-template-columns: 1fr;
  }
  
  .steps-grid {
    flex-direction: column;
  }
  
  .step-arrow {
    transform: rotate(90deg);
  }
  
  .feat-grid {
    grid-template-columns: 1fr;
  }
  
  .feat-big {
    grid-column: span 1;
    padding: 1.5rem;
  }
  
  .ftr-inner {
    grid-template-columns: 1fr;
  }
}
