/* ═══════════════════════════════════════════════════════════════
   SPACE STUDIO — Landing Page v3  ·  Professional Dark
   ═══════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Cairo:wght@400;500;600;700;800;900&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ─── BASE ───────────────────────────────────────────────────── */
.landing-body {
  font-family: 'Inter', system-ui, sans-serif;
  background: #05040f;
  color: rgba(255,255,255,0.65);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ─── SPACE BG ───────────────────────────────────────────────── */
.space-bg {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden;
  background:
    radial-gradient(ellipse 70% 55% at 50%  0%,   rgba(110,40,240,0.50) 0%, transparent 65%),
    radial-gradient(ellipse 45% 45% at 92%  90%,  rgba(30,70,240,0.28)  0%, transparent 60%),
    radial-gradient(ellipse 40% 50% at  0%  55%,  rgba(160,20,180,0.22) 0%, transparent 58%),
    #05040f;
}
#starsCanvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.nebula { position: absolute; border-radius: 50%; pointer-events: none; animation: nbDrift 20s ease-in-out infinite; }
.n1 { width: 1000px; height: 600px; background: radial-gradient(ellipse, rgba(120,45,255,0.42) 0%, transparent 70%); top: -200px; left: 50%; transform: translateX(-50%); animation-name: nbDriftC; animation-duration: 24s; }
.n2 { width: 550px; height: 450px; background: radial-gradient(ellipse, rgba(35,90,255,0.32) 0%, transparent 70%); bottom: 0; right: -100px; animation-delay: -8s; animation-duration: 26s; }
.n3 { width: 480px; height: 480px; background: radial-gradient(ellipse, rgba(180,25,190,0.26) 0%, transparent 70%); top: 35%; left: -120px; animation-delay: -14s; animation-duration: 18s; }
.n4 { width: 420px; height: 320px; background: radial-gradient(ellipse, rgba(20,170,200,0.18) 0%, transparent 70%); top: 50%; right: 3%; animation-delay: -6s; animation-duration: 22s; }
@keyframes nbDrift  { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-24px) scale(1.04); } }
@keyframes nbDriftC { 0%,100% { transform: translateX(-50%) translateY(0) scale(1); } 50% { transform: translateX(-50%) translateY(-22px) scale(1.05); } }
.orbital-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(120,50,240,0.12); pointer-events: none; }
.r1 { width: 800px; height: 320px; top: 50%; left: 50%; transform: translate(-50%,-50%) rotateX(72deg) rotateZ(18deg); }
.r2 { width: 560px; height: 220px; top: 50%; left: 50%; transform: translate(-50%,-50%) rotateX(72deg) rotateZ(78deg); border-color: rgba(130,50,255,0.08); }
.r3 { width: 1100px; height: 440px; top: 50%; left: 50%; transform: translate(-50%,-50%) rotateX(78deg) rotateZ(38deg); border-color: rgba(90,35,200,0.05); }

/* ─── NAV ────────────────────────────────────────────────────── */
.landing-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 300; height: 64px;
  display: flex; align-items: center; overflow: visible;
  background: rgba(5,4,15,0.78);
  backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background .3s, border-color .3s;
}
/* clip the stars canvas only — not the dropdown */
#navStarsCanvas { clip-path: inset(0); }
.landing-nav.scrolled {
  background: rgba(5,4,15,0.94);
  border-bottom-color: rgba(139,92,246,0.22);
  box-shadow: 0 8px 32px rgba(0,0,0,0.45);
}
#navStarsCanvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; }
.landing-nav-inner {
  position: relative; z-index: 1;
  max-width: 1320px; margin: 0 auto; padding: 0 32px;
  width: 100%;
  display: flex; align-items: center;
  gap: 32px;
}
.lnav-logo {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; flex-shrink: 0;
}
.lnav-logo img { height: 30px; }
.lnav-logo-text { font-size: 16px; font-weight: 800; letter-spacing: -0.04em; color: #fff; }
.lnav-logo-plus { color: #8b5cf6; }
.lnav-links {
  display: flex; align-items: center; gap: 4px;
  flex: 1 1 auto;
  justify-content: flex-start;
}
.lnav-link {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 14px; font-size: 13px; font-weight: 600;
  color: rgba(255,255,255,0.62); text-decoration: none;
  border-radius: 8px;
  transition: color .15s, background .15s;
  position: relative;
  white-space: nowrap;
}
.lnav-link:hover {
  color: #fff;
  background: rgba(139,92,246,0.08);
}
.lnav-link--active {
  color: #fff !important;
  background: rgba(139,92,246,0.15);
  box-shadow: inset 0 0 0 1px rgba(139,92,246,0.28);
}
.nav-new-badge {
  display: inline-block; font-size: 8px; font-weight: 800;
  letter-spacing: .8px; text-transform: uppercase; color: #86efac;
  background: rgba(134,239,172,0.10);
  border: 1px solid rgba(134,239,172,0.25);
  padding: 2px 5px; border-radius: 4px;
  vertical-align: middle; line-height: 1;
  text-shadow: 0 0 6px rgba(134,239,172,0.5);
}
.lnav-actions {
  display: flex; align-items: center; gap: 10px;
  flex-shrink: 0;
}
/* Avatar ring (credit indicator) */
.lnav-avatar-ring {
  position: relative;
  width: 42px; height: 42px;
  display: flex; align-items: center; justify-content: center;
}
.lnav-ring-svg {
  position: absolute; inset: 0;
  pointer-events: none;
}
.lnav-ring-progress {
  transition: stroke-dasharray 0.5s ease;
}
.lnav-avatar-ring .lnav-avatar {
  position: relative; z-index: 2;
  width: 32px; height: 32px;
}
.lnav-btn-ghost {
  color: rgba(255,255,255,0.55); font-size: 13px; font-weight: 500;
  padding: 6px 14px; border-radius: 7px; text-decoration: none;
  border: 1px solid rgba(255,255,255,0.10); transition: all .15s;
}
.lnav-btn-ghost:hover { color: #fff; border-color: rgba(255,255,255,0.58); }
.lnav-btn {
  background: linear-gradient(135deg, #6d28d9, #8b5cf6);
  color: #fff; font-size: 13px; font-weight: 700;
  padding: 7px 18px; border-radius: 8px; text-decoration: none;
  box-shadow: 0 4px 14px rgba(109,40,217,0.35);
  transition: opacity .15s, transform .1s;
}
.lnav-btn:hover { opacity: .88; transform: translateY(-1px); }

/* ─── NAV AVATAR DROPDOWN ───────────────────────────────────── */
.lnav-avatar-wrap { position: relative; }
.lnav-avatar {
  width: 34px; height: 34px; border-radius: 50%;
  background: linear-gradient(135deg, #6d28d9, #8b5cf6);
  color: #fff; font-size: 13px; font-weight: 800;
  border: 2px solid rgba(139,92,246,0.50);
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: border-color .15s, transform .15s, box-shadow .15s;
  box-shadow: 0 0 0 0 rgba(139,92,246,0.4);
}
.lnav-avatar:hover {
  border-color: rgba(139,92,246,0.85);
  transform: scale(1.07);
  box-shadow: 0 0 0 4px rgba(139,92,246,0.18);
}
.lnav-dropdown {
  position: absolute; top: calc(100% + 10px); left: 0;
  min-width: 220px;
  background: rgba(12,7,30,0.96); border: 1px solid rgba(139,92,246,0.22);
  border-radius: 12px; padding: 6px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6), 0 4px 16px rgba(80,20,180,0.30);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  opacity: 0; visibility: hidden; transform: translateY(-6px) scale(0.97);
  transition: opacity .18s, transform .18s, visibility .18s;
  z-index: 400;
}
.lnav-dropdown.open {
  opacity: 1; visibility: visible; transform: translateY(0) scale(1);
}
.lnav-dropdown-user { padding: 10px 12px 8px; }
.lnav-dropdown-name { font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 2px; }
.lnav-dropdown-email { font-size: 11px; color: rgba(255,255,255,0.58); }
.lnav-dropdown-sep { height: 1px; background: rgba(139,92,246,0.15); margin: 4px 0; }
/* ── Credits remaining indicator ── */
.lnav-credits-block {
  padding: 10px 12px 12px;
  border-top: 1px solid rgba(139,92,246,0.15);
  background: rgba(139,92,246,0.04);
}
.lnav-credits-row {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 11px; margin-bottom: 6px;
}
.lnav-credits-pct { font-weight: 700; color: rgba(255,255,255,0.85); }
.lnav-credits-val { color: var(--gold, #c8a24e); font-weight: 700; }
.lnav-credits-bar {
  height: 6px; background: rgba(255,255,255,0.06); border-radius: 999px;
  overflow: hidden; position: relative;
}
.lnav-credits-fill {
  height: 100%; border-radius: 999px;
  background: linear-gradient(90deg, #c8a24e, #f59e0b);
  transition: width .4s ease;
  box-shadow: 0 0 8px rgba(200,162,78,0.45);
}
.lnav-credits-fill.low { background: linear-gradient(90deg, #f59e0b, #ef4444); }
.lnav-credits-buy {
  display: block; text-align: center; margin-top: 8px;
  background: linear-gradient(135deg, #6d28d9, #8b5cf6);
  color: #fff; font-size: 11px; font-weight: 700;
  padding: 7px 12px; border-radius: 7px; text-decoration: none;
  transition: opacity .15s, transform .12s;
}
.lnav-credits-buy:hover { opacity: .9; transform: translateY(-1px); }
.lnav-dropdown-item {
  display: flex; align-items: center; gap: 9px;
  padding: 9px 12px; border-radius: 8px;
  color: rgba(255,255,255,0.65); font-size: 13px; font-weight: 500;
  text-decoration: none; transition: background .12s, color .12s;
}
.lnav-dropdown-item:hover { background: rgba(139,92,246,0.12); color: #fff; }
.lnav-dropdown-item svg { flex-shrink: 0; color: rgba(255,255,255,0.58); }
.lnav-dropdown-danger { color: rgba(248,113,113,0.75); }
.lnav-dropdown-danger:hover { background: rgba(239,68,68,0.12); color: #f87171; }

/* ─── HERO ───────────────────────────────────────────────────── */
.landing-hero {
  position: relative; z-index: 1;
  padding: 130px 24px 60px;
  text-align: center;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(139,92,246,0.10); border: 1px solid rgba(139,92,246,0.28);
  color: #a78bfa; font-size: 11px; font-weight: 700;
  padding: 5px 14px; border-radius: 20px; margin-bottom: 28px;
  letter-spacing: 1.8px; text-transform: uppercase;
}
.hero-eyebrow-dot {
  width: 6px; height: 6px; border-radius: 50%; background: #a78bfa;
  animation: dotPulse 2s ease-in-out infinite;
}
@keyframes dotPulse {
  0%,100% { opacity: 1; box-shadow: 0 0 0 0 rgba(167,139,250,.5); }
  50%      { opacity: .6; box-shadow: 0 0 0 5px rgba(167,139,250,0); }
}
.hero-title {
  font-size: clamp(38px, 5.5vw, 72px);
  font-weight: 900; letter-spacing: -2px; line-height: 1.06;
  margin-bottom: 20px;
  background: linear-gradient(140deg, #ffffff 0%, rgba(255,255,255,0.88) 45%, #c4b5fd 75%, #a78bfa 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-sub {
  font-size: clamp(14px, 1.8vw, 17px);
  color: rgba(255,255,255,0.58); max-width: 480px;
  margin: 0 auto 36px; line-height: 1.8;
}
.hero-actions {
  display: flex; align-items: center; justify-content: center;
  gap: 10px; flex-wrap: wrap; margin-bottom: 52px;
}
.hero-btn-primary {
  display: inline-flex; align-items: center; gap: 7px;
  background: linear-gradient(135deg, #6d28d9, #8b5cf6);
  color: #fff; font-size: 15px; font-weight: 700;
  padding: 13px 30px; border-radius: 11px; text-decoration: none;
  box-shadow: 0 8px 28px rgba(109,40,217,0.38), 0 2px 8px rgba(0,0,0,0.25);
  transition: opacity .15s, transform .12s;
}
.hero-btn-primary:hover { opacity: .88; transform: translateY(-2px); }
.hero-btn-ghost {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.11);
  color: rgba(255,255,255,0.7); font-size: 15px; font-weight: 600;
  padding: 12px 26px; border-radius: 11px; text-decoration: none;
  transition: all .15s;
}
.hero-btn-ghost:hover { background: rgba(255,255,255,0.09); border-color: rgba(255,255,255,0.58); color: #fff; }

/* Stats */
.hero-stats {
  display: inline-flex; align-items: center;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px; overflow: hidden;
  background: rgba(255,255,255,0.025);
}
.h-stat { padding: 14px 28px; display: flex; flex-direction: column; align-items: center; }
.h-num { font-size: 24px; font-weight: 800; color: #fff; line-height: 1; }
.h-num span { color: #8b5cf6; }
.h-lbl { font-size: 10px; color: rgba(255,255,255,0.58); margin-top: 4px; letter-spacing: 1px; text-transform: uppercase; font-weight: 600; }
.h-div { width: 1px; background: rgba(255,255,255,0.07); align-self: stretch; }

/* ─── SHOWCASE STRIP ─────────────────────────────────────────── */
.showcase-strip { position: relative; z-index: 1; }
.strip-wrapper { position: relative; }
.strip-cards {
  display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
  scrollbar-width: none; gap: 10px; padding: 8px 20px 20px;
}
.strip-cards::-webkit-scrollbar { display: none; }
.strip-card {
  flex: 0 0 calc(33.333% - 8px); min-width: 240px; scroll-snap-align: start;
  display: flex; flex-direction: column; text-decoration: none;
  background: rgba(15,10,35,0.85); border-radius: 12px; overflow: hidden;
  border: 1px solid rgba(139,92,246,0.14);
  transition: transform .25s cubic-bezier(.22,.68,0,1.2), border-color .25s, box-shadow .25s;
  backdrop-filter: blur(8px);
}
.strip-card:hover { transform: translateY(-4px) scale(1.02); border-color: rgba(139,92,246,0.50); box-shadow: 0 12px 36px rgba(80,20,180,0.35); }
.strip-card-media { position: relative; width: 100%; aspect-ratio: 16/9; overflow: hidden; flex-shrink: 0; }
.strip-media-el { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; display: block; }
.strip-card-tint { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 55%, rgba(5,3,15,0.6) 100%); pointer-events: none; }
.strip-play-btn {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 42px; height: 42px; border-radius: 50%;
  background: rgba(0,0,0,0.45); border: 1.5px solid rgba(255,255,255,0.58);
  backdrop-filter: blur(6px); display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .2s; z-index: 4; pointer-events: none;
}
.strip-card:hover .strip-play-btn { opacity: 1; }
.strip-card-info { padding: 12px 14px 14px; flex: 1; }
.strip-card-title { font-size: 12px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: .6px; margin-bottom: 4px; }
.strip-card-sub { font-size: 11px; color: rgba(255,255,255,0.58); line-height: 1.5; }
.strip-media-loader { position: absolute; bottom: 7px; right: 7px; display: flex; align-items: center; gap: 4px; background: rgba(5,2,20,0.75); border: 1px solid rgba(139,92,246,0.28); border-radius: 20px; padding: 3px 8px 3px 5px; z-index: 4; backdrop-filter: blur(4px); }
.strip-media-loader.hidden { opacity: 0; }
.loader-ring { width: 7px; height: 7px; border-radius: 50%; background: #a78bfa; animation: ldPulse 1s ease-in-out infinite; flex-shrink: 0; }
.loader-err-dot { width: 7px; height: 7px; border-radius: 50%; background: #a78bfa; flex-shrink: 0; }
@keyframes ldPulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .35; transform: scale(.65); } }
.loader-lbl { font-size: 8px; font-weight: 700; letter-spacing: .5px; color: rgba(167,139,250,0.85); white-space: nowrap; }
.loader-bar-wrap { position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: rgba(255,255,255,0.05); z-index: 4; pointer-events: none; }
.loader-bar { height: 100%; width: 0%; background: linear-gradient(90deg, #6d28d9, #a78bfa); transition: width .25s linear; }
.strip-arrow { position: absolute; top: 0; bottom: 0; width: 48px; z-index: 20; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.strip-arrow-left  { left: 0;  background: linear-gradient(to right, rgba(5,3,15,.9) 0%, transparent 100%); display: none; }
.strip-arrow-right { right: 0; background: linear-gradient(to left,  rgba(5,3,15,.9) 0%, transparent 100%); }
.strip-arrow svg { color: rgba(255,255,255,0.6); }

/* ─── HERO BANNER ────────────────────────────────────────────── */
.hero-banner--stacked { border-top: 1px solid rgba(139,92,246,0.12); }
.hero-banner {
  position: relative; display: flex; min-height: 360px;
  background: linear-gradient(135deg, #07021e 0%, #0c0328 60%, #060118 100%);
  border-bottom: 1px solid rgba(139,92,246,0.10); overflow: hidden;
  transition: border-color .25s;
}
.hero-banner:hover { border-color: rgba(139,92,246,0.40); }
.hero-banner-body { flex: 0 0 38%; display: flex; flex-direction: column; justify-content: center; padding: 48px 36px 48px 44px; position: relative; z-index: 5; gap: 14px; }
.hero-banner-badge { display: inline-flex; align-self: flex-start; align-items: center; gap: 5px; font-size: 9px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 4px 10px; border-radius: 20px; border-width: 1px; border-style: solid; margin-bottom: -2px; }
.hero-banner-badge::before { content: '✦'; font-size: 7px; opacity: .8; }
.hero-banner-title { font-weight: 900; letter-spacing: -1px; line-height: 1.06; }
.hero-banner-sub { font-size: 13px; line-height: 1.7; max-width: 320px; }
.hero-banner-btn { display: inline-flex; align-items: center; gap: 7px; color: #fff; font-size: 14px; font-weight: 700; padding: 12px 28px; border-radius: 9px; text-decoration: none; justify-content: center; transition: opacity .15s, transform .1s; }
.hero-banner-btn:hover { opacity: .86; transform: translateY(-2px); }
.hero-banner-media { flex: 1; min-height: 320px; position: relative; overflow: hidden; background: #040114; }
.hero-banner-media-main { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; display: block; }
.hero-banner-media-fade { position: absolute; inset: 0; background: linear-gradient(to right, #06021a 0%, rgba(8,3,26,0.90) 10%, rgba(12,5,35,0.65) 22%, rgba(18,7,48,0.35) 38%, transparent 65%); z-index: 2; pointer-events: none; }

/* ─── SECTION ────────────────────────────────────────────────── */
.land-section { position: relative; z-index: 1; padding: 68px 24px; }
.land-dark { background: rgba(8,5,22,0.80); backdrop-filter: blur(10px); }
.land-dark::before, .land-dark::after { content: ''; position: absolute; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(139,92,246,0.20), transparent); }
.land-dark::before { top: 0; }
.land-dark::after  { bottom: 0; }
.land-container { max-width: 1180px; margin: 0 auto; }

.sec-header { text-align: center; margin-bottom: 48px; }
.sec-eyebrow {
  display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: #8b5cf6; margin-bottom: 10px;
  padding: 3px 12px; border-radius: 20px;
  background: rgba(139,92,246,0.10); border: 1px solid rgba(139,92,246,0.22);
}
.sec-title { font-size: clamp(24px, 3.8vw, 40px); font-weight: 800; color: #fff; letter-spacing: -0.5px; line-height: 1.18; margin-bottom: 10px; }
.sec-sub { font-size: 15px; color: rgba(255,255,255,0.58); max-width: 420px; margin: 0 auto; line-height: 1.8; }

/* ─── TOOLS ROW ─────────────────────────────────────────────── */
.tools-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.tool-card {
  position: relative; display: flex; align-items: center; gap: 18px;
  padding: 26px 28px; border-radius: 16px; text-decoration: none; overflow: hidden;
  background: rgba(15,9,36,0.80); border: 1px solid rgba(255,255,255,0.07);
  backdrop-filter: blur(10px);
  transition: transform .22s, border-color .22s, box-shadow .22s;
}
.tool-card:hover { transform: translateY(-3px); }
.tool-card-video:hover { border-color: rgba(139,92,246,0.45); box-shadow: 0 16px 40px rgba(100,20,200,0.25); }
.tool-card-image:hover { border-color: rgba(167,139,250,0.40); box-shadow: 0 16px 40px rgba(139,92,246,0.20); }
.tool-glow { position: absolute; width: 220px; height: 220px; border-radius: 50%; right: -60px; top: -60px; opacity: 0; transition: opacity .3s; pointer-events: none; }
.tool-card:hover .tool-glow { opacity: 1; }
.tool-glow-v { background: radial-gradient(circle, rgba(139,92,246,0.20) 0%, transparent 70%); }
.tool-glow-i { background: radial-gradient(circle, rgba(167,139,250,0.16) 0%, transparent 70%); }
.tool-icon { width: 60px; height: 60px; border-radius: 15px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; position: relative; z-index: 1; }
.tool-icon-v { background: rgba(109,40,217,0.15); border: 1px solid rgba(109,40,217,0.32); color: #a78bfa; }
.tool-icon-i { background: rgba(139,92,246,0.12); border: 1px solid rgba(139,92,246,0.28); color: #c4b5fd; }
.tool-body { flex: 1; position: relative; z-index: 1; }
.tool-label { font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #8b5cf6; margin-bottom: 5px; }
.tool-title { font-size: 19px; font-weight: 800; color: #fff; letter-spacing: -.3px; margin-bottom: 5px; }
.tool-desc { font-size: 12px; color: rgba(255,255,255,0.58); line-height: 1.6; }
.tool-arrow { color: rgba(255,255,255,0.58); position: relative; z-index: 1; flex-shrink: 0; transition: color .2s, transform .2s; }
.tool-card:hover .tool-arrow { color: #8b5cf6; transform: translateX(5px); }
.tool-tags { display: flex; gap: 5px; margin-top: 10px; flex-wrap: wrap; }
.tool-tag { font-size: 9px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; padding: 2px 8px; border-radius: 4px; background: rgba(139,92,246,0.12); border: 1px solid rgba(139,92,246,0.20); color: rgba(167,139,250,0.8); }

/* ─── STEPS ──────────────────────────────────────────────────── */
.steps-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; position: relative; }
.steps-row::before { content: ''; position: absolute; top: 34px; left: calc(100%/6 + 26px); right: calc(100%/6 + 26px); height: 1px; background: linear-gradient(90deg, rgba(139,92,246,.5), rgba(139,92,246,.15)); z-index: 0; }
.step-item {
  background: rgba(14,8,32,0.75); border: 1px solid rgba(139,92,246,0.12);
  border-radius: 14px; padding: 26px 22px; text-align: center;
  position: relative; z-index: 1; backdrop-filter: blur(8px);
  transition: border-color .2s, transform .2s;
}
.step-item:hover { border-color: rgba(139,92,246,0.36); transform: translateY(-3px); }
.step-num { width: 48px; height: 48px; border-radius: 50%; margin: 0 auto 18px; background: rgba(109,40,217,0.14); border: 1.5px solid rgba(109,40,217,0.32); display: flex; align-items: center; justify-content: center; font-size: 20px; }
.step-title { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 7px; }
.step-desc { font-size: 12px; color: rgba(255,255,255,0.58); line-height: 1.7; }

/* ─── FEATURES ───────────────────────────────────────────────── */
.features-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.feat-card {
  background: rgba(14,8,32,0.75); border: 1px solid rgba(139,92,246,0.10);
  border-radius: 14px; padding: 24px 20px;
  backdrop-filter: blur(8px); transition: border-color .2s, transform .2s;
}
.feat-card:hover { border-color: rgba(139,92,246,0.32); transform: translateY(-2px); }
.feat-icon { width: 44px; height: 44px; border-radius: 11px; margin-bottom: 16px; background: rgba(109,40,217,0.12); border: 1px solid rgba(109,40,217,0.22); display: flex; align-items: center; justify-content: center; font-size: 20px; }
.feat-title { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 7px; }
.feat-desc { font-size: 12px; color: rgba(255,255,255,0.58); line-height: 1.7; }

/* ─── MODELS ─────────────────────────────────────────────────── */
.models-scroll { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 8px; scrollbar-width: none; }
.models-scroll::-webkit-scrollbar { display: none; }
.model-chip {
  flex-shrink: 0; background: rgba(14,8,32,0.80); border: 1px solid rgba(139,92,246,0.13);
  border-radius: 12px; padding: 16px 18px; min-width: 190px;
  backdrop-filter: blur(8px); transition: border-color .18s, transform .18s;
  cursor: default;
}
.model-chip:hover { border-color: rgba(139,92,246,0.35); transform: translateY(-2px); }
.model-chip.featured { border-color: rgba(139,92,246,0.35); background: rgba(109,40,217,0.08); }
.model-chip-cat { font-size: 9px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #8b5cf6; margin-bottom: 8px; padding: 2px 8px; border-radius: 4px; background: rgba(139,92,246,0.10); display: inline-block; }
.model-chip-name { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.model-chip-tags { display: flex; gap: 4px; flex-wrap: wrap; margin-bottom: 10px; }
.model-chip-tags span { font-size: 9px; font-weight: 600; padding: 2px 7px; border-radius: 4px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); color: rgba(255,255,255,0.45); }
.model-chip-price { font-size: 15px; font-weight: 800; color: #a78bfa; }

/* ─── PROOF STRIP ────────────────────────────────────────────── */
.proof-strip {
  position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: center;
  gap: 0; flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  background: rgba(8,5,22,0.60); backdrop-filter: blur(8px);
}
.proof-item { padding: 28px 44px; text-align: center; }
.proof-num { font-size: 30px; font-weight: 900; color: #fff; letter-spacing: -1px; line-height: 1; }
.proof-num span { color: #8b5cf6; }
.proof-lbl { font-size: 10px; color: rgba(255,255,255,0.58); margin-top: 4px; text-transform: uppercase; letter-spacing: 1.2px; font-weight: 600; }
.proof-divider { width: 1px; height: 44px; background: rgba(255,255,255,0.07); }

/* ─── CTA ────────────────────────────────────────────────────── */
.land-cta { position: relative; z-index: 1; padding: 100px 24px; text-align: center; overflow: hidden; }
.cta-orb { position: absolute; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(109,40,217,0.16) 0%, transparent 65%); top: 50%; left: 50%; transform: translate(-50%,-50%); animation: nbDrift 10s ease-in-out infinite; pointer-events: none; }
.cta-eyebrow { display: inline-flex; align-items: center; gap: 7px; background: rgba(139,92,246,0.10); border: 1px solid rgba(139,92,246,0.25); color: #a78bfa; font-size: 10px; font-weight: 700; padding: 5px 14px; border-radius: 20px; margin-bottom: 20px; letter-spacing: 1.8px; text-transform: uppercase; }
.cta-title { font-size: clamp(28px, 4.5vw, 52px); font-weight: 900; letter-spacing: -1px; color: #fff; margin-bottom: 14px; line-height: 1.12; }
.cta-sub { font-size: 15px; color: rgba(255,255,255,0.58); max-width: 360px; margin: 0 auto 40px; line-height: 1.8; }

/* ─── FOOTER ─────────────────────────────────────────────────── */
.land-footer { background: rgba(4,2,14,0.95); border-top: 1px solid rgba(255,255,255,0.05); padding: 28px 24px; position: relative; z-index: 1; }
.footer-inner { max-width: 1180px; margin: 0 auto; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.footer-logo { display: flex; align-items: center; gap: 8px; text-decoration: none; }
.footer-logo img { height: 26px; }
.footer-logo-text { font-size: 14px; font-weight: 700; color: #fff; }
.footer-links { display: flex; gap: 1px; flex: 1; flex-wrap: wrap; }
.footer-links a { padding: 5px 10px; font-size: 12px; color: rgba(255,255,255,0.58); text-decoration: none; border-radius: 5px; transition: color .15s; }
.footer-links a:hover { color: rgba(255,255,255,0.70); }
.footer-copy { font-size: 11px; color: rgba(255,255,255,0.18); }

/* ─── PLATFORM INTRO (replaces landing-hero) ──────────────────── */
.plat-intro {
  position: relative; z-index: 1;
  display: flex; align-items: center; gap: 40px;
  padding: 100px 60px 60px;
  max-width: 1280px; margin: 0 auto;
  min-height: 520px;
}
.plat-intro-text {
  flex: 0 0 38%; display: flex; flex-direction: column; gap: 0;
}
.plat-title {
  font-size: clamp(44px, 5.5vw, 72px);
  font-weight: 900; color: #fff;
  line-height: 1.0; letter-spacing: -2.5px;
  margin: 20px 0 18px;
}
.plat-title em {
  font-style: normal;
  background: linear-gradient(135deg, #8b5cf6, #a78bfa);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.plat-sub {
  font-size: 15px; color: rgba(255,255,255,0.45);
  line-height: 1.7; margin-bottom: 28px; max-width: 340px;
}
.plat-model-tags {
  display: flex; flex-wrap: wrap; gap: 6px; margin-top: 20px;
}
.plat-model-tag {
  font-size: 10px; font-weight: 600; letter-spacing: .5px;
  padding: 4px 10px; border-radius: 20px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.58);
}
.plat-intro-media {
  flex: 1; position: relative; border-radius: 18px; overflow: hidden;
  background: rgba(14,8,32,0.80);
  border: 1px solid rgba(139,92,246,0.20);
  aspect-ratio: 16/9;
  box-shadow: 0 24px 80px rgba(80,20,180,0.30);
}
.plat-intro-media video,
.plat-intro-media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.plat-intro-media-placeholder {
  width: 100%; height: 100%; min-height: 300px;
  background: linear-gradient(135deg, rgba(109,40,217,0.15) 0%, rgba(30,20,80,0.4) 100%);
  display: flex; align-items: center; justify-content: center;
  font-size: 80px;
}

/* ─── SHOWCASE GRID ─────────────────────────────────────────────── */
.plat-showcase {
  position: relative; z-index: 1;
  padding: 0 24px 60px;
  max-width: 1280px; margin: 0 auto;
}
.showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 6px;
}
.showcase-card {
  position: relative; overflow: hidden;
  border-radius: 10px; cursor: pointer;
  background: rgba(14,8,32,0.80);
  text-decoration: none; display: block;
}
.showcase-card--wide { grid-column: span 2; }
.showcase-card--hero { grid-column: span 2; grid-row: span 2; }
.showcase-card video,
.showcase-card img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  display: block; transition: transform .4s ease;
}
.showcase-card:hover video,
.showcase-card:hover img { transform: scale(1.04); }
.showcase-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(5,3,15,0.85) 0%, transparent 55%);
  opacity: 0; transition: opacity .25s; z-index: 2;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 14px;
}
.showcase-card:hover .showcase-card-overlay { opacity: 1; }
.showcase-card-caption {
  font-size: 12px; font-weight: 700; color: #fff;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.showcase-card-model {
  font-size: 10px; color: rgba(167,139,250,0.8); margin-top: 2px;
  letter-spacing: .5px;
}
.showcase-card-placeholder {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 40px; opacity: .3;
}

/* ═══════════════════════════════════════════════════════════════
   HIGGSFIELD-STYLE PLATFORM LAYOUT
   ═══════════════════════════════════════════════════════════════ */

/* ── Top Slider ── */
.hf-top-slider-wrap {
  position: relative; z-index: 1; margin-top: 60px;
  overflow: hidden;
}
.hf-top-track {
  display: flex; gap: 6px;
  transition: transform .38s cubic-bezier(.4,0,.2,1);
}
.hf-top-card {
  flex: 0 0 calc(33.333% - 4px);
  display: flex; flex-direction: column; text-decoration: none;
  cursor: pointer;
  border-radius: 12px; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.hf-top-card:hover {
  transform: translateY(-4px);
  border-color: rgba(124,58,237,0.55);
  box-shadow: 0 12px 36px rgba(109,40,217,0.35);
}
.hf-slider-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 10; width: 38px; height: 38px; border-radius: 50%;
  background: rgba(10,6,30,0.82); backdrop-filter: blur(8px);
  border: 1px solid rgba(139,92,246,0.35);
  color: #a78bfa; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: opacity .2s, background .15s, border-color .15s;
}
.hf-slider-btn:hover { background: rgba(109,40,217,0.5); border-color: rgba(139,92,246,0.7); }
.hf-slider-prev { right: auto; left: 8px; }
.hf-slider-next { left: auto; right: 8px; }
.hf-top-card--empty { cursor: default; }
.hf-top-media {
  width: 100%; aspect-ratio: 16/9; overflow: hidden;
  background: #0a0a18; position: relative; max-height: 340px;
}
.hf-top-media video, .hf-top-media img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; transition: transform .5s ease; display: block;
}
.hf-top-card:hover .hf-top-media video,
.hf-top-card:hover .hf-top-media img { transform: scale(1.04); }
.hf-top-ph {
  position: absolute; inset: 0; display: flex; align-items: center;
  justify-content: center; font-size: 52px; opacity: .22;
  background: linear-gradient(135deg, #0d0630 0%, #1a0a4a 100%);
}

/* ── Card Overlay System (htc) ── */
/* Type badge — top-left */
.htc-type-badge {
  position: absolute; top: 10px; left: 10px; z-index: 4;
  font-size: 9px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase;
  padding: 3px 8px; border-radius: 5px;
  backdrop-filter: blur(6px);
}
.htc-video { background: rgba(124,58,237,0.75); color: #e9d5ff; border: 1px solid rgba(167,139,250,0.4); }
.htc-image { background: rgba(20,100,220,0.75); color: #bfdbfe; border: 1px solid rgba(96,165,250,0.4); }

/* Info overlay — always visible at bottom */
.htc-info-overlay {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 3;
  background: linear-gradient(to top, rgba(0,0,0,0.90) 0%, rgba(0,0,0,0.45) 55%, transparent 100%);
  padding: 28px 12px 12px;
  transition: opacity .25s;
}
.hf-top-card:hover .htc-info-overlay { opacity: 0; }
.htc-title {
  font-size: 13px; font-weight: 600; color: #fff;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  margin-bottom: 2px;
}
.htc-sub {
  font-size: 11px; color: rgba(255,255,255,0.50);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* Hover overlay — appears on hover */
.htc-hover-overlay {
  position: absolute; inset: 0; z-index: 5;
  background: rgba(8,8,20,0.70);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 10px;
  opacity: 0; transition: opacity .22s;
}
.hf-top-card:hover .htc-hover-overlay { opacity: 1; }

/* Action buttons row */
.htc-actions {
  display: flex; gap: 12px; align-items: center;
}
.htc-btn {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.85);
  font-size: 16px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .15s, border-color .15s, color .15s, transform .12s;
  flex-shrink: 0;
}
.htc-btn:hover {
  background: rgba(124,58,237,0.60);
  border-color: rgba(167,139,250,0.6);
  color: #fff; transform: scale(1.12);
}

/* Model badge at bottom of hover */
.htc-model-badge {
  position: absolute; bottom: 10px; left: 0; right: 0;
  text-align: center;
  font-size: 10px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase;
  color: #a78bfa;
}

/* ── Info bar (below media, inside card) ── */
.hf-top-info {
  padding: 10px 14px 12px;
  background: rgba(12,8,28,0.97);
  border-top: 1px solid rgba(139,92,246,0.10);
}
.hf-top-title {
  font-size: 13px; font-weight: 600; color: #fff;
  margin-bottom: 2px; letter-spacing: -.2px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.hf-top-sub {
  font-size: 11px; color: rgba(255,255,255,0.58); line-height: 1.4;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* ── MIXED ── */
.hf-mixed {
  display: grid; grid-template-columns: 1fr 2fr;
  gap: 3px; margin-top: 3px; position: relative; z-index: 1;
}
.hf-promo {
  background: linear-gradient(145deg, #0d0630 0%, #180b4a 55%, #080220 100%);
  padding: 0; display: flex; flex-direction: column;
  justify-content: space-between; position: relative; overflow: hidden; min-height: 500px;
}
.hf-promo-top {
  flex: 1; display: flex; flex-direction: column;
  align-items: flex-start; justify-content: flex-start;
  padding: 28px 36px 0; position: relative; z-index: 1;
}
.hf-promo-top-img {
  max-width: 100%; max-height: 200px; border-radius: 10px;
  object-fit: cover; margin-bottom: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}
.hf-promo-top-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 1.5px;
  color: rgba(196,181,253,0.8); padding: 4px 10px;
  background: rgba(139,92,246,0.12); border: 1px solid rgba(139,92,246,0.25);
  border-radius: 20px; display: inline-block;
}
.hf-promo-bottom {
  padding: 28px 36px 36px; position: relative; z-index: 1;
  display: flex; flex-direction: column;
}
.hf-promo-orb {
  position: absolute; width: 360px; height: 360px; border-radius: 50%;
  background: radial-gradient(circle, rgba(109,40,217,0.40) 0%, transparent 70%);
  top: -100px; left: -60px; pointer-events: none;
}
.hf-promo-label {
  font-size: 9px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  color: rgba(167,139,250,0.60); margin-bottom: 14px;
}
.hf-promo-title {
  font-size: clamp(34px, 3.8vw, 52px); font-weight: 900; color: #fff;
  line-height: 0.95; letter-spacing: -2px; margin-bottom: 16px;
}
.hf-promo-title span {
  background: linear-gradient(135deg, #8b5cf6, #c4b5fd);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hf-promo-desc {
  font-size: 13px; color: rgba(255,255,255,0.58); line-height: 1.75;
  margin-bottom: 30px; max-width: 240px;
}
.hf-promo-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, #6d28d9, #8b5cf6);
  color: #fff; font-size: 13px; font-weight: 700;
  padding: 12px 22px; border-radius: 8px; text-decoration: none;
  align-self: flex-start; box-shadow: 0 6px 20px rgba(109,40,217,0.45);
  transition: opacity .15s, transform .1s; margin-bottom: 22px;
}
.hf-promo-btn:hover { opacity: .88; transform: translateY(-2px); }
.hf-promo-models { display: flex; flex-wrap: wrap; gap: 5px; }
.hf-promo-models span {
  font-size: 9px; font-weight: 600; letter-spacing: .4px; padding: 3px 9px;
  border-radius: 20px; background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08); color: rgba(255,255,255,0.58);
}
.hf-mini-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr); gap: 6px;
}
.hf-mini-card {
  position: relative; overflow: hidden;
  background: #0a0a18; text-decoration: none; cursor: pointer; display: block;
  min-height: 120px; border-radius: 8px;
}
.hf-mini-card video, .hf-mini-card img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; transition: transform .35s ease; display: block;
}
.hf-mini-card:hover video, .hf-mini-card:hover img { transform: scale(1.06); }
.hf-mini-ph {
  position: absolute; inset: 0; display: flex; align-items: center;
  justify-content: center; font-size: 24px; opacity: .2;
  background: linear-gradient(135deg, #0d0630, #1a0a4a);
}

/* ── BOTTOM ROW ── */
.hf-bottom-row {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 3px; margin-top: 3px; position: relative; z-index: 1;
}
.hf-bottom-card {
  position: relative; overflow: hidden; aspect-ratio: 16/9;
  background: #0a0a18; text-decoration: none; cursor: pointer; display: block;
}
.hf-bottom-card video, .hf-bottom-card img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; transition: transform .35s ease; display: block;
}
.hf-bottom-card:hover video, .hf-bottom-card:hover img { transform: scale(1.06); }

/* ─── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 900px) {
  .hf-top-card   { flex: 0 0 calc(50% - 3px); }
  .hf-mixed      { grid-template-columns: 1fr; }
  .hf-mini-grid  { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(4, 1fr); }
  .hf-bottom-row { grid-template-columns: repeat(3, 1fr); }
  .strip-card    { flex: 0 0 calc(50% - 6px); }
  .tools-row     { grid-template-columns: 1fr; }
  .features-row  { grid-template-columns: 1fr 1fr; }
  .steps-row     { grid-template-columns: 1fr; }
  .steps-row::before { display: none; }
  .hero-banner   { flex-direction: column; min-height: auto; }
  .hero-banner-body  { flex: none; padding: 32px 22px 22px; }
  .hero-banner-media { min-height: 220px; }
  .plat-intro { flex-direction: column; padding: 80px 24px 40px; min-height: auto; }
  .plat-intro-text { flex: none; }
  .plat-intro-media { width: 100%; }
  .showcase-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .showcase-card--hero { grid-column: span 2; }
  .showcase-card--wide { grid-column: span 2; }
}
/* ──────────────────────────────────────────────────────────────
   MOBILE / TABLET NAV
   Hamburger drawer kicks in at ≤1024px so tablet overflow is gone.
   ────────────────────────────────────────────────────────────── */
.lnav-hamburger {
  display: none;
  width: 44px; height: 44px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  align-items: center; justify-content: center;
  cursor: pointer;
  transition: background 0.15s;
  flex-shrink: 0;
}
.lnav-hamburger:hover { background: rgba(255,255,255,0.06); }
.lnav-hamburger svg { width: 20px; height: 20px; }

/* Drawer itself — hidden by default, slides in from the right (RTL) */
.mobile-drawer {
  display: none;
  position: fixed;
  top: 0; bottom: 0; right: 0;
  width: 82%; max-width: 320px;
  background: linear-gradient(180deg, #0e0828 0%, #06021a 100%);
  border-left: 1px solid rgba(124,58,237,0.25);
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  flex-direction: column;
  overflow-y: auto;
}
.mobile-drawer.open {
  display: flex;
  transform: translateX(0);
}
.mobile-drawer-backdrop {
  display: none;
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
  z-index: 9998;
}
.mobile-drawer-backdrop.show { display: block; }

.md-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.md-logo {
  font-size: 14px; font-weight: 900; color: #fff;
  letter-spacing: 1px;
}
.md-logo span { color: #a78bfa; }
.md-close {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.75);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 24px; font-weight: 300;
}
.md-close:hover { background: rgba(239,68,68,0.12); color: #fca5a5; }

.md-nav {
  display: flex; flex-direction: column;
  padding: 14px 0;
  flex: 1;
}
.md-nav-section {
  font-size: 10px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.58);
  padding: 14px 22px 8px;
}
.md-link {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 22px;
  color: rgba(255,255,255,0.85);
  font-size: 15px; font-weight: 600;
  min-height: 48px;
  transition: background 0.12s, color 0.12s;
  text-decoration: none;
}
.md-link:hover, .md-link--active {
  background: rgba(124,58,237,0.12);
  color: #fff;
  border-right: 3px solid #7c3aed;
}
.md-link .md-icon { font-size: 18px; opacity: 0.85; }
.md-link .md-new {
  margin-right: auto;
  font-size: 9px; font-weight: 800;
  padding: 2px 8px; border-radius: 999px;
  background: linear-gradient(90deg, #7c3aed, #a78bfa);
  color: #fff;
}

.md-foot {
  padding: 16px 20px 22px;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex; flex-direction: column; gap: 10px;
}
.md-foot .md-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 16px;
  border-radius: 10px;
  font-size: 14px; font-weight: 700;
  text-decoration: none;
  min-height: 48px;
}
.md-btn--primary {
  background: linear-gradient(90deg, #7c3aed, #9333ea);
  color: #fff;
  box-shadow: 0 6px 20px rgba(124,58,237,0.35);
}
.md-btn--ghost {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.85);
}

/* Show hamburger + hide inline links below 1024px (covers tablet overflow) */
@media (max-width: 1024px) {
  .lnav-hamburger { display: flex; }
  .lnav-links     { display: none !important; }
  .lnav-actions .lnav-btn-ghost { display: none; }  /* keep only the primary action */
}

@media (max-width: 600px) {
  .hf-top-card   { flex: 0 0 100%; }
  .hf-promo      { min-height: 380px; padding: 36px 24px; }
  /* Instead of hiding, let the row scroll horizontally like strip-cards */
  .hf-bottom-row {
    flex-wrap: nowrap; overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .hf-bottom-row > * { scroll-snap-align: start; flex: 0 0 80%; }
  .strip-card    { flex: 0 0 calc(82% - 6px); }
  .land-section  { padding: 52px 18px; }
  .features-row  { grid-template-columns: 1fr; }
  .proof-item    { padding: 22px 24px; }
  .proof-divider { display: none; }
  .footer-inner  { flex-direction: column; align-items: flex-start; gap: 14px; }
  .r1, .r2       { display: none; }
}
