/* ============================================================
   Skybet365 India — Static Site Stylesheet (neon-arena theme)
   Generated to match the actual class names used in /static-site/*.html
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Manrope:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap');

:root {
  --background: 250 38% 5%;
  --foreground: 240 20% 96%;
  --card: 250 28% 9%;
  --primary: 152 76% 48%;
  --primary-foreground: 250 38% 5%;
  --secondary: 250 24% 15%;
  --muted: 240 12% 64%;
  --accent: 268 86% 66%;
  --border: 250 22% 17%;
  --neon: 188 96% 54%;
  --gold: 38 96% 58%;
  --radius: 0.9rem;
  --maxw: 1280px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Manrope', sans-serif;
  color: hsl(var(--foreground));
  background-color: hsl(var(--background));
  background-image:
    radial-gradient(ellipse 70% 50% at 12% -8%, hsl(152 76% 48% / 0.14), transparent 60%),
    radial-gradient(ellipse 60% 45% at 92% 0%, hsl(268 86% 66% / 0.14), transparent 55%),
    linear-gradient(180deg, hsl(250 38% 5%), hsl(250 40% 4%));
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
::selection { background: hsl(152 76% 48% / 0.32); color: #fff; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: hsl(250 38% 5%); }
::-webkit-scrollbar-thumb { background: hsl(250 24% 18%); border-radius: 999px; border: 2px solid hsl(250 38% 5%); }
::-webkit-scrollbar-thumb:hover { background: hsl(152 76% 48% / 0.6); }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
h1, h2, h3, h4 { font-family: 'Outfit', sans-serif; font-weight: 700; line-height: 1.15; color: #fff; }

/* ---------- Typography helpers ---------- */
.mono { font-family: 'JetBrains Mono', monospace; }
.data-tag { font-family: 'JetBrains Mono', monospace; font-size: 11px; text-transform: uppercase; letter-spacing: 0.32em; color: hsl(var(--primary)); }
.muted { color: hsl(var(--muted)); }
.lead { max-width: 48rem; font-size: 1rem; line-height: 1.7; color: hsl(var(--muted)); }
.gradient-text {
  background-image: linear-gradient(120deg, hsl(152 76% 55%) 0%, hsl(188 96% 58%) 35%, hsl(268 86% 70%) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.gold-text {
  background-image: linear-gradient(135deg, hsl(152 76% 55%), hsl(268 86% 70%));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.gradient-text-anim {
  background-image: linear-gradient(120deg, hsl(152 76% 55%), hsl(188 96% 58%), hsl(268 86% 70%), hsl(152 76% 55%));
  background-size: 300% 100%; -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: gradient-pan 6s linear infinite;
}

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 1rem; }
.container.wide { max-width: var(--maxw); }
.container.narrow { max-width: 48rem; }
@media (min-width: 1024px) { .container { padding: 0 2rem; } }

.section-pad { padding: 5rem 0; }
@media (min-width: 1024px) { .section-pad { padding: 7rem 0; } }
.bg-card-soft { background: hsl(var(--card) / 0.2); }

.sec-h2 { margin-top: 1rem; font-size: 1.875rem; }
@media (min-width: 1024px) { .sec-h2 { font-size: 2.25rem; } }

.section-title-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.section-title-row h2 { margin-top: 0.5rem; font-size: 1.5rem; }
@media (min-width: 1024px) { .section-title-row h2 { font-size: 1.875rem; } }

.neon-divider { height: 1px; background: linear-gradient(90deg, transparent, hsl(152 76% 48% / 0.5), transparent); }
.grid-overlay {
  background-image:
    linear-gradient(hsl(152 76% 48% / 0.06) 1px, transparent 1px),
    linear-gradient(90deg, hsl(152 76% 48% / 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  animation: grid-pan 22s linear infinite;
}

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.65s cubic-bezier(0.22,1,0.36,1), transform 0.65s cubic-bezier(0.22,1,0.36,1); }
.reveal.in { opacity: 1; transform: translateY(0); }

/* ---------- Section label ---------- */
.section-label { display: inline-flex; align-items: center; gap: 0.75rem; font-family: 'JetBrains Mono', monospace; font-size: 11px; text-transform: uppercase; letter-spacing: 0.32em; color: hsl(var(--primary)); }
.section-label .dot { position: relative; display: flex; width: 8px; height: 8px; }
.section-label .dot::before { content: ""; position: absolute; inset: 0; border-radius: 999px; background: hsl(var(--primary) / 0.6); animation: ping 1.6s cubic-bezier(0,0,0.2,1) infinite; }
.section-label .dot::after { content: ""; position: relative; width: 8px; height: 8px; border-radius: 999px; background: hsl(var(--primary)); }

/* ---------- Buttons ---------- */
.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; border-radius: 999px; font-weight: 600; font-size: 0.875rem; padding: 0.75rem 1.75rem; transition: all 0.3s; will-change: transform; }
.btn:active { transform: scale(0.95); }
.btn-sm { padding: 0.5rem 1.25rem; font-size: 0.8125rem; }
.btn-lg { padding: 1rem 2.25rem; font-size: 1rem; }
.btn-block { width: 100%; }
.btn-gold {
  color: hsl(var(--primary-foreground));
  background-image: linear-gradient(to right, hsl(152 76% 52%), hsl(152 76% 48%), hsl(152 76% 58%));
  background-size: 200% 100%;
  animation: gradient-pan 5s linear infinite;
  box-shadow: 0 0 30px -6px hsl(152 76% 48% / 0.7);
}
.btn-gold:hover { box-shadow: 0 0 46px -4px hsl(152 76% 48% / 0.9); transform: translateY(-2px); }
.btn-outline { border: 1px solid hsl(var(--primary) / 0.5); color: hsl(var(--primary)); }
.btn-outline:hover { background: hsl(var(--primary) / 0.1); border-color: hsl(var(--primary)); transform: translateY(-2px); }

/* ---------- Cards ---------- */
.neon-card {
  position: relative; border-radius: 1rem; border: 1px solid hsl(0 0% 100% / 0.1);
  background: hsl(var(--card) / 0.5); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  overflow: hidden; transition: all 0.3s;
  box-shadow: 0 18px 50px -26px rgba(0,0,0,0.75);
}
.neon-card::before { content: ""; position: absolute; inset: 0; opacity: 0; transition: opacity 0.3s; background: radial-gradient(120% 120% at 50% 0%, hsl(152 76% 48% / 0.16), transparent 60%); pointer-events: none; }
.neon-card:hover::before { opacity: 1; }
.neon-card:hover { transform: translateY(-4px); border-color: hsl(152 76% 48% / 0.45); box-shadow: 0 0 0 1px hsl(152 76% 48% / 0.25), 0 0 40px -8px hsl(152 76% 48% / 0.4), 0 28px 60px -24px rgba(0,0,0,0.8); }
.neon-card > * { position: relative; z-index: 1; }
.neon-card.violet:hover { border-color: hsl(268 86% 66% / 0.5); box-shadow: 0 0 0 1px hsl(268 86% 66% / 0.3), 0 0 40px -8px hsl(268 86% 66% / 0.45), 0 28px 60px -24px rgba(0,0,0,0.8); }
.neon-card.violet:hover::before { background: radial-gradient(120% 120% at 50% 0%, hsl(268 86% 66% / 0.18), transparent 60%); }

.glass-card {
  border-radius: 1rem; border: 1px solid hsl(0 0% 100% / 0.1);
  background: hsl(var(--card) / 0.5); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  box-shadow: 0 0 0 1px hsl(152 76% 48% / 0.06), 0 28px 70px -28px rgba(0,0,0,0.8);
}

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; }
.site-header .bar { border-bottom: 1px solid hsl(152 76% 48% / 0.1); background: hsl(250 38% 5% / 0.6); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); transition: all 0.3s; }
.site-header.scrolled .bar { border-color: hsl(152 76% 48% / 0.2); background: hsl(250 38% 5% / 0.85); box-shadow: 0 8px 30px -12px rgba(0,0,0,0.6); }
.bar-inner { max-width: var(--maxw); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0.875rem 1rem; }
@media (min-width: 1024px) { .bar-inner { padding: 0.875rem 2rem; } }
.brand { display: flex; align-items: center; gap: 0.625rem; }
.brand img { height: 2.5rem; width: 2.5rem; border-radius: 0.75rem; box-shadow: 0 0 0 1px hsl(152 76% 48% / 0.3); }
.brand .name { font-family: 'Outfit', sans-serif; font-size: 1.25rem; font-weight: 800; letter-spacing: -0.025em; line-height: 1; }
.main-nav { display: none; align-items: center; gap: 1.75rem; }
.main-nav a { font-size: 0.875rem; font-weight: 500; color: hsl(var(--muted)); transition: color 0.3s; }
.main-nav a:hover { color: #fff; }
.main-nav a.active { color: hsl(var(--primary)); }
.header-cta { display: none; align-items: center; gap: 0.75rem; }
.menu-toggle { display: block; color: #fff; line-height: 0; }
.menu-toggle svg { width: 1.5rem; height: 1.5rem; }
@media (min-width: 1024px) {
  .main-nav { display: flex; }
  .header-cta { display: flex; }
  .menu-toggle { display: none; }
}
.anchor-nav { border-bottom: 1px solid hsl(152 76% 48% / 0.1); background: hsl(250 38% 5% / 0.55); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); }
.anchor-nav .inner { max-width: var(--maxw); margin: 0 auto; display: flex; gap: 1.5rem; overflow-x: auto; padding: 0.5rem 1rem; }
@media (min-width: 1024px) { .anchor-nav .inner { justify-content: center; padding: 0.5rem 2rem; } }
.anchor-nav button { white-space: nowrap; font-family: 'JetBrains Mono', monospace; font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: hsl(var(--muted)); transition: color 0.3s; }
.anchor-nav button:hover { color: hsl(var(--primary)); }
.mobile-menu { display: none; border-bottom: 1px solid hsl(152 76% 48% / 0.15); background: hsl(250 38% 5% / 0.95); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); padding: 1rem; }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 0.5rem 0; font-size: 0.875rem; color: hsl(var(--muted)); }
.mobile-menu a:hover { color: #fff; }
.m-anchors { display: flex; flex-wrap: wrap; gap: 0.75rem 1.5rem; border-top: 1px solid hsl(152 76% 48% / 0.1); margin-top: 0.5rem; padding-top: 0.75rem; }
.m-anchors button { font-family: 'JetBrains Mono', monospace; font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: hsl(var(--muted)); }
.m-anchors button:hover { color: hsl(var(--primary)); }
.m-cta { display: flex; gap: 0.75rem; margin-top: 0.75rem; }
.m-cta .btn { flex: 1; }

/* ---------- Marquee ---------- */
.marquee { position: relative; overflow: hidden; border-top: 1px solid hsl(152 76% 48% / 0.15); border-bottom: 1px solid hsl(152 76% 48% / 0.15); background: hsl(var(--card) / 0.4); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); }
.marquee-track { display: flex; width: max-content; align-items: center; gap: 2.5rem; padding: 0.625rem 2.5rem 0.625rem 0; animation: marquee 30s linear infinite; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-item { display: flex; flex-shrink: 0; align-items: center; gap: 0.625rem; font-size: 0.875rem; }
.marquee-item .emo { font-size: 1rem; }
.marquee-item .lbl { font-weight: 500; color: rgba(255,255,255,0.9); }
.marquee-item .odd { display: inline-flex; align-items: center; gap: 0.25rem; border-radius: 0.375rem; background: hsl(152 76% 48% / 0.15); padding: 0.125rem 0.5rem; font-family: 'JetBrains Mono', monospace; font-size: 0.75rem; font-weight: 600; color: hsl(var(--primary)); }
.marquee-item .sep { margin-left: 1.5rem; height: 1rem; width: 1px; background: hsl(152 76% 48% / 0.2); }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; }
.hero-bg .ov1 { position: absolute; inset: 0; background: linear-gradient(to right, hsl(250 38% 5%), hsl(250 38% 5% / 0.85), hsl(250 38% 5% / 0.5)); }
.hero-bg .ov2 { position: absolute; inset: 0; background: linear-gradient(to bottom, hsl(250 38% 5% / 0.3), transparent, hsl(250 38% 5%)); }

.aviator { position: absolute; inset: 0; pointer-events: none; opacity: 0.9; }
.aviator .blob { position: absolute; border-radius: 999px; filter: blur(100px); }
.aviator .blob.b1 { left: -5rem; top: 0; width: 28rem; height: 28rem; background: radial-gradient(circle, hsl(152 76% 48% / 0.32), transparent 70%); animation: float-a 16s ease-in-out infinite; }
.aviator .blob.b2 { right: -6rem; top: -2rem; width: 26rem; height: 26rem; background: radial-gradient(circle, hsl(268 86% 66% / 0.30), transparent 70%); animation: float-b 19s ease-in-out infinite; }
.aviator .blob.b3 { bottom: -6rem; left: 33%; width: 22rem; height: 22rem; background: radial-gradient(circle, hsl(188 96% 54% / 0.22), transparent 70%); animation: float-c 14s ease-in-out infinite; }
.aviator .grid-overlay { position: absolute; inset: 0; opacity: 0.4; }
.aviator .ember { position: absolute; border-radius: 999px; animation: ember-rise linear infinite; opacity: 0; }
.aviator .spark { position: absolute; width: 4px; height: 4px; border-radius: 999px; background: #fff; box-shadow: 0 0 8px rgba(255,255,255,0.9); animation: spark-twinkle ease-in-out infinite; }

.hero-inner { position: relative; max-width: var(--maxw); margin: 0 auto; display: grid; gap: 3rem; padding: 4rem 1rem; }
@media (min-width: 1024px) { .hero-inner { grid-template-columns: 1fr 1fr; padding: 7rem 2rem; align-items: start; } }
.hero h1 { margin-top: 1.25rem; font-size: 2.25rem; font-weight: 700; line-height: 1.05; color: #fff; }
@media (min-width: 1024px) { .hero h1 { font-size: 3.75rem; } }
.hero-lead { margin-top: 1.5rem; display: flex; flex-direction: column; gap: 1rem; }
.hero-lead p { max-width: 36rem; font-size: 1.125rem; line-height: 1.625; color: hsl(var(--muted)); }

.hero-panel { display: flex; flex-direction: column; padding: 1.5rem; }
@media (min-width: 1024px) { .hero-panel { padding: 2rem; } }
.hero-panel .cats { margin-top: 1.25rem; display: grid; gap: 1rem; }
@media (min-width: 640px) { .hero-panel .cats { grid-template-columns: 1fr 1fr; } }
.cat { padding: 1.25rem; }
.cat .ico { font-size: 1.5rem; }
.cat .t { margin-top: 0.75rem; font-family: 'Outfit', sans-serif; font-size: 1.125rem; font-weight: 700; color: #fff; }
.cat .s { font-size: 0.875rem; color: hsl(var(--muted)); }

.bonus-card { margin-top: 1.25rem; padding: 1.5rem; }
.bonus-card .top { display: flex; align-items: center; justify-content: space-between; }
.bonus-card .spark-ico { width: 1rem; height: 1rem; color: hsl(var(--primary)); }
.bonus-card .big { margin-top: 0.75rem; font-family: 'Outfit', sans-serif; font-size: 2.25rem; font-weight: 700; }
.bonus-card > p { margin-top: 0.5rem; font-size: 0.875rem; color: hsl(var(--muted)); }
.bonus-card .btn-block { margin-top: 1.25rem; }

/* ---------- Trust strip ---------- */
.trust { position: relative; border-top: 1px solid hsl(152 76% 48% / 0.15); border-bottom: 1px solid hsl(152 76% 48% / 0.15); background: hsl(var(--card) / 0.3); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.trust .row { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; }
@media (min-width: 1024px) { .trust .row { grid-template-columns: repeat(4, 1fr); } }
.trust .stat { display: flex; align-items: center; gap: 0.75rem; padding: 1.5rem 1.25rem; }
@media (min-width: 1024px) { .trust .stat { padding: 1.5rem 2rem; } }
.trust .stat svg { width: 1.75rem; height: 1.75rem; flex-shrink: 0; color: hsl(var(--primary)); filter: drop-shadow(0 0 12px hsl(152 76% 48% / 0.6)); }
.trust .stat .v { font-family: 'Outfit', sans-serif; font-size: 1.25rem; font-weight: 700; color: #fff; }
.trust .stat .l { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; color: hsl(var(--muted)); }

/* ---------- Game preview (trending) ---------- */
.games4 { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .games4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .games4 { grid-template-columns: repeat(4, 1fr); } }
.game-card { display: block; }
.game-card .thumb { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.game-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease-out; }
.game-card:hover .thumb img { transform: scale(1.1); }
.game-card .thumb .ov { position: absolute; inset: 0; background: linear-gradient(to top, hsl(250 38% 5%), hsl(250 38% 5% / 0.3), transparent); }
.game-card .badge { position: absolute; left: 0.75rem; top: 0.75rem; border-radius: 0.375rem; background: hsl(var(--primary)); padding: 0.25rem 0.5rem; font-family: 'JetBrains Mono', monospace; font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; color: hsl(var(--primary-foreground)); box-shadow: 0 0 18px -4px hsl(152 76% 48% / 0.9); }
.game-card .meta { position: absolute; bottom: 0; left: 0; right: 0; padding: 1rem; }
.game-card .meta .t { font-family: 'Outfit', sans-serif; font-size: 1.125rem; font-weight: 700; color: #fff; }
.game-card .meta .s { font-size: 0.875rem; color: hsl(var(--muted)); }

/* ---------- Featured tiles ---------- */
.tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
@media (min-width: 640px) { .tiles { grid-template-columns: repeat(3, 1fr); gap: 1rem; } }
@media (min-width: 1024px) { .tiles { grid-template-columns: repeat(5, 1fr); } }
.tile { position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 0.75rem; border: 1px solid hsl(0 0% 100% / 0.1); background-color: hsl(var(--card) / 0.4); background-size: 500% 300%; background-repeat: no-repeat; transition: all 0.3s; }
.tile:hover { transform: translateY(-4px); border-color: hsl(152 76% 48% / 0.5); box-shadow: 0 0 0 1px hsl(152 76% 48% / 0.25), 0 0 34px -8px hsl(152 76% 48% / 0.45); }
.tile .t-ov { position: absolute; inset: 0; background: linear-gradient(to top, hsl(250 38% 5% / 0.85), transparent); opacity: 0.6; transition: opacity 0.3s; }
.tile:hover .t-ov { opacity: 0.9; }
.tile .t-name { position: absolute; left: 0; right: 0; bottom: 0; padding: 0.625rem; font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 600; line-height: 1.1; color: #fff; }
@media (min-width: 640px) { .tile .t-name { font-size: 0.75rem; } }
.tile .play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s; pointer-events: none; }
.tile .play span { border-radius: 999px; background: hsl(var(--primary)); padding: 0.375rem 0.75rem; font-size: 0.75rem; font-weight: 600; color: hsl(var(--primary-foreground)); box-shadow: 0 8px 16px rgba(0,0,0,0.3); }
.tile:hover .play { opacity: 1; }

/* ---------- Info table ---------- */
.info-table { overflow-x: auto; border-radius: 1rem; border: 1px solid hsl(0 0% 100% / 0.1); background: hsl(var(--card) / 0.4); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); }
.info-table table { width: 100%; border-collapse: collapse; text-align: left; font-size: 0.875rem; }
.info-table thead tr { border-bottom: 1px solid hsl(152 76% 48% / 0.15); background: hsl(152 76% 48% / 0.06); }
.info-table th { white-space: nowrap; padding: 1rem 1.25rem; font-family: 'JetBrains Mono', monospace; font-size: 11px; text-transform: uppercase; letter-spacing: 0.28em; color: hsl(var(--primary)); text-align: left; }
.info-table tbody tr { border-top: 1px solid hsl(0 0% 100% / 0.05); transition: background 0.2s; }
.info-table tbody tr:hover { background: hsl(152 76% 48% / 0.06); }
.info-table td { padding: 1rem 1.25rem; color: hsl(var(--muted)); }
.info-table td:first-child { font-weight: 600; color: #fff; }

/* ---------- Chip ---------- */
.chip { display: inline-flex; align-items: center; gap: 0.5rem; border-radius: 999px; border: 1px solid hsl(0 0% 100% / 0.1); background: hsl(0 0% 100% / 0.03); padding: 0.375rem 0.875rem; font-size: 0.75rem; font-weight: 500; color: hsl(var(--muted)); transition: all 0.3s; }
.chip:hover { border-color: hsl(152 76% 48% / 0.5); color: #fff; transform: translateY(-2px); }

/* ---------- Steps ---------- */
.steps-grid { display: grid; gap: 1.25rem; }
@media (min-width: 640px) { .steps-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .steps-grid { grid-template-columns: repeat(3, 1fr); } }
.step { padding: 1.5rem; }
.step .row { display: flex; align-items: center; gap: 1rem; }
.step .num { position: relative; display: flex; width: 3rem; height: 3rem; flex-shrink: 0; align-items: center; justify-content: center; border-radius: 0.75rem; border: 1px solid hsl(152 76% 48% / 0.3); background: hsl(152 76% 48% / 0.1); font-family: 'Outfit', sans-serif; font-size: 1.25rem; font-weight: 700; color: hsl(var(--primary)); }
.step h3 { font-family: 'Outfit', sans-serif; font-size: 1.125rem; font-weight: 700; color: #fff; }
.step .desc { margin-top: 1rem; font-size: 0.875rem; line-height: 1.625; color: hsl(var(--muted)); }

/* ---------- CTA card (inline) ---------- */
.cta-card { margin-top: 2rem; padding: 2rem; display: flex; flex-direction: column; align-items: center; gap: 1rem; text-align: center; }
@media (min-width: 640px) { .cta-card { flex-direction: row; justify-content: space-between; text-align: left; } }
.cta-card .t { font-family: 'Outfit', sans-serif; font-size: 1.25rem; font-weight: 700; color: #fff; }

/* ---------- Links ---------- */
.more-link { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 500; color: hsl(var(--primary)); }
.more-link:hover { text-decoration: underline; }
.text-link { font-weight: 500; color: hsl(var(--primary)); }
.text-link:hover { text-decoration: underline; }

/* ---------- Pros / cons ---------- */
.pros-grid { display: grid; gap: 1.5rem; }
@media (min-width: 768px) { .pros-grid { grid-template-columns: repeat(2, 1fr); } }
.pc-card { padding: 1.75rem; }
.pc-card h3 { font-family: 'Outfit', sans-serif; font-size: 1.25rem; font-weight: 700; color: #fff; }
.pc-list { margin-top: 1rem; list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
.pc-list li { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.875rem; color: hsl(var(--muted)); }
.pc-list .plus { margin-top: 0.125rem; font-weight: 700; color: hsl(var(--primary)); }
.pc-list .minus { margin-top: 0.125rem; font-weight: 700; color: hsl(var(--accent)); }

/* ---------- Generic grids ---------- */
.grid-2 { display: grid; gap: 1.25rem; }
@media (min-width: 640px) { .grid-2 { grid-template-columns: repeat(2, 1fr); } }
.grid-3 { display: grid; gap: 1.25rem; }
@media (min-width: 640px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }
.grid-4 { display: grid; gap: 1.25rem; }
@media (min-width: 640px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .grid-4 { grid-template-columns: repeat(4, 1fr); } }

/* ---------- Card body (content card) ---------- */
.card-body { padding: 1.5rem; }
.card-body h3 { margin-top: 0.75rem; font-family: 'Outfit', sans-serif; font-size: 1.125rem; font-weight: 700; color: #fff; }
.card-body p { margin-top: 0.5rem; font-size: 0.875rem; line-height: 1.625; color: hsl(var(--muted)); }

/* ---------- Check list ---------- */
.check-list { list-style: none; margin-top: 1rem; display: flex; flex-direction: column; gap: 0.75rem; }
.check-list li { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.875rem; line-height: 1.625; color: hsl(var(--muted)); }
.check-list svg { width: 1.25rem; height: 1.25rem; flex-shrink: 0; margin-top: 0.125rem; color: hsl(var(--primary)); }

/* ---------- FAQ ---------- */
.faq-wrap { display: flex; flex-direction: column; gap: 0.75rem; }
.faq-item { overflow: hidden; }
.faq-item .q { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem; text-align: left; }
.faq-item .q span { font-family: 'Outfit', sans-serif; font-size: 1rem; font-weight: 600; color: #fff; }
.faq-item .q svg { width: 1.25rem; height: 1.25rem; flex-shrink: 0; color: hsl(var(--primary)); transition: transform 0.3s; }
.faq-item.open .q svg { transform: rotate(180deg); }
.faq-item .a-wrap { display: grid; grid-template-rows: 0fr; opacity: 0; transition: all 0.3s; }
.faq-item.open .a-wrap { grid-template-rows: 1fr; opacity: 1; }
.faq-item .a-ov { overflow: hidden; }
.faq-item .a { padding: 0 1.25rem 1.25rem; font-size: 0.875rem; line-height: 1.625; color: hsl(var(--muted)); }
.faq-item.open { border-color: hsl(268 86% 66% / 0.5); box-shadow: 0 0 0 1px hsl(268 86% 66% / 0.3), 0 0 40px -8px hsl(268 86% 66% / 0.4), 0 28px 60px -24px rgba(0,0,0,0.8); }

/* ---------- Page header ---------- */
.page-header { position: relative; overflow: hidden; border-bottom: 1px solid hsl(152 76% 48% / 0.15); }
.page-header .glow { position: absolute; inset: 0; background: radial-gradient(ellipse at top, hsl(152 76% 48% / 0.1), transparent 60%); }
.page-header .img { position: absolute; inset: 0; }
.page-header .img img { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; }
.page-header .img .ov1 { position: absolute; inset: 0; background: linear-gradient(to right, hsl(250 38% 5%), hsl(250 38% 5% / 0.8), hsl(250 38% 5% / 0.4)); }
.page-header .img .ov2 { position: absolute; inset: 0; background: linear-gradient(to bottom, hsl(250 38% 5% / 0.5), hsl(250 38% 5%)); }
.page-header .inner { position: relative; max-width: var(--maxw); margin: 0 auto; padding: 4rem 1rem; }
@media (min-width: 1024px) { .page-header .inner { padding: 6rem 2rem; } }
.page-header h1 { margin-top: 1rem; font-size: 2.25rem; line-height: 1.1; color: #fff; }
@media (min-width: 1024px) { .page-header h1 { font-size: 3rem; } }
.page-header .sub { margin-top: 1rem; max-width: 42rem; font-size: 1.125rem; line-height: 1.625; color: hsl(var(--muted)); }

/* ---------- Intro grid + phone mock ---------- */
.intro-grid { display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 1024px) { .intro-grid { grid-template-columns: 1fr 1fr; } }
.phone-mock { position: relative; justify-self: center; }
.phone-mock .glow { position: absolute; inset: -2rem; z-index: -1; filter: blur(60px); background: radial-gradient(circle, hsl(152 76% 48% / 0.2), transparent 70%); }
.phone-mock .phone { position: relative; max-width: 18rem; margin: 0 auto; border-radius: 2rem; border: 1px solid hsl(0 0% 100% / 0.1); background: hsl(var(--card) / 0.6); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); padding: 0.75rem; box-shadow: 0 30px 80px -20px rgba(0,0,0,0.8); }
.phone-mock .notch { position: absolute; top: 0.75rem; left: 50%; transform: translateX(-50%); width: 6rem; height: 1.25rem; border-radius: 0 0 0.75rem 0.75rem; background: #000; }
.phone-mock .p-pad { padding: 1.75rem 0.5rem 0.75rem; display: flex; flex-direction: column; gap: 0.75rem; }
.phone-mock .p-welcome { border-radius: 0.75rem; border: 1px solid hsl(152 76% 48% / 0.2); background: hsl(152 76% 48% / 0.06); padding: 0.75rem; }
.phone-mock .p-welcome .data-tag { font-size: 10px; }
.phone-mock .p-welcome .gold-text { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1rem; }
.phone-mock .p-row { display: flex; align-items: center; gap: 0.75rem; border-radius: 0.75rem; border: 1px solid hsl(0 0% 100% / 0.08); background: hsl(0 0% 100% / 0.02); padding: 0.625rem 0.75rem; }
.phone-mock .p-ico { width: 2rem; height: 2rem; flex-shrink: 0; border-radius: 0.5rem; background: hsl(152 76% 48% / 0.15); }
.phone-mock .p-bar { flex: 1; display: flex; flex-direction: column; gap: 0.375rem; }
.phone-mock .p-bar i { display: block; height: 0.5rem; border-radius: 999px; background: hsl(0 0% 100% / 0.1); }
.phone-mock .p-bar i.short { width: 60%; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; border-top: 1px solid hsl(152 76% 48% / 0.15); }
.cta-band .bg { position: absolute; inset: 0; background: radial-gradient(ellipse at center, hsl(152 76% 48% / 0.14), transparent 60%); }
.cta-band .grid-overlay { position: absolute; inset: 0; opacity: 0.3; }
.cta-band .inner { position: relative; max-width: 56rem; margin: 0 auto; padding: 6rem 1rem; text-align: center; }
@media (min-width: 1024px) { .cta-band .inner { padding: 6rem 2rem; } }
.cta-band h2 { font-size: 1.875rem; font-weight: 700; color: #fff; }
@media (min-width: 1024px) { .cta-band h2 { font-size: 3rem; } }
.cta-band p { margin: 1rem auto 0; max-width: 36rem; font-size: 1.125rem; color: hsl(var(--muted)); }
.cta-band .actions { margin-top: 2rem; display: flex; flex-direction: column; align-items: center; gap: 1rem; }
@media (min-width: 640px) { .cta-band .actions { flex-direction: row; justify-content: center; } }
.cta-band .link { font-weight: 500; color: hsl(var(--primary)); }
.cta-band .link:hover { text-decoration: underline; }

/* ---------- Footer ---------- */
.site-footer { position: relative; border-top: 1px solid hsl(152 76% 48% / 0.15); background: hsl(var(--background)); overflow: hidden; }
.site-footer .top-line { position: absolute; left: 0; right: 0; top: 0; height: 1px; }
.site-footer .blob { position: absolute; top: -10rem; left: 50%; transform: translateX(-50%); width: 40rem; height: 20rem; border-radius: 999px; filter: blur(120px); background: hsl(152 76% 48% / 0.1); pointer-events: none; }
.site-footer .inner { position: relative; max-width: var(--maxw); margin: 0 auto; padding: 3.5rem 1rem; }
@media (min-width: 1024px) { .site-footer .inner { padding: 3.5rem 2rem; } }
.site-footer .grid { display: grid; gap: 2.5rem; }
@media (min-width: 768px) { .site-footer .grid { grid-template-columns: 2fr 1fr 1fr; } }
.site-footer .brand-row { display: flex; align-items: center; gap: 0.625rem; font-family: 'Outfit', sans-serif; font-size: 1.5rem; font-weight: 800; }
.site-footer .brand-row img { height: 2.25rem; width: 2.25rem; border-radius: 0.75rem; box-shadow: 0 0 0 1px hsl(152 76% 48% / 0.3); }
.site-footer .desc { margin-top: 1rem; max-width: 28rem; font-size: 0.875rem; line-height: 1.625; color: hsl(var(--muted)); }
.site-footer .badge { margin-top: 1.25rem; display: inline-flex; align-items: center; gap: 0.5rem; border-radius: 999px; border: 1px solid hsl(152 76% 48% / 0.3); padding: 0.25rem 0.75rem; font-family: 'JetBrains Mono', monospace; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: hsl(var(--primary)); }
.site-footer h4 { font-family: 'JetBrains Mono', monospace; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: hsl(var(--primary)); }
.site-footer ul { list-style: none; margin-top: 1rem; display: flex; flex-direction: column; gap: 0.5rem; }
.site-footer ul a { font-size: 0.875rem; color: hsl(var(--muted)); transition: color 0.3s; }
.site-footer ul a:hover { color: #fff; }
.site-footer .legal { margin-top: 3rem; border-top: 1px solid hsl(0 0% 100% / 0.05); padding-top: 1.5rem; font-size: 0.75rem; line-height: 1.625; color: hsl(var(--muted)); }
.site-footer .legal .chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1rem; }
.site-footer .legal .chip-l { display: inline-flex; align-items: center; gap: 0.375rem; border-radius: 0.375rem; border: 1px solid hsl(0 0% 100% / 0.1); background: hsl(0 0% 100% / 0.03); padding: 0.25rem 0.625rem; font-size: 11px; color: hsl(var(--muted)); }
.site-footer .legal .chip-l svg { width: 0.875rem; height: 0.875rem; color: hsl(var(--primary)); }
.site-footer .legal p { margin-top: 0.75rem; }
.site-footer .legal p:first-of-type { margin-top: 0; }

/* ---------- Sticky bottom bar ---------- */
.bottom-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 50; transform: translateY(100%); transition: transform 0.3s; border-top: 1px solid hsl(152 76% 48% / 0.2); background: hsl(250 38% 5% / 0.95); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); }
.bottom-bar.show { transform: translateY(0); }
.bottom-bar .inner { max-width: var(--maxw); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.75rem 1rem; }
@media (min-width: 1024px) { .bottom-bar .inner { padding: 0.75rem 2rem; } }
.bottom-bar p { font-size: 0.875rem; color: #fff; }

/* ---------- Keyframes ---------- */
@keyframes gradient-pan { 0% { background-position: 0% 50%; } 100% { background-position: 300% 50%; } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes ping { 75%, 100% { transform: scale(2); opacity: 0; } }
@keyframes grid-pan { from { background-position: 0 0; } to { background-position: 56px 56px; } }
@keyframes float-a { 0%, 100% { transform: translate(0,0) scale(1); } 50% { transform: translate(60px,40px) scale(1.15); } }
@keyframes float-b { 0%, 100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-50px,50px) scale(1.2); } }
@keyframes float-c { 0%, 100% { transform: translate(0,0) scale(1); } 50% { transform: translate(40px,0) scale(1.25); } }
@keyframes ember-rise { 0% { bottom: -5%; opacity: 0; transform: scale(0.6); } 50% { opacity: 0.9; transform: scale(1.1); } 100% { bottom: 110%; opacity: 0; transform: scale(0.6); } }
@keyframes spark-twinkle { 0%, 100% { opacity: 0; transform: scale(0); } 50% { opacity: 1; transform: scale(1.6); } }
