/* ============================================================
   CoinPulse KR — Landing Page Styles (pure CSS, no frameworks)
   ============================================================ */

:root {
  --bg: #05080d;
  --bg-soft: #0a1017;
  --card: rgba(255, 255, 255, 0.045);
  --card-strong: rgba(255, 255, 255, 0.08);
  --border: rgba(255, 255, 255, 0.1);
  --text: #eef4f8;
  --muted: #93a3b3;
  --brand: #16e3a5;
  --brand-2: #17b6ff;
  --gold: #ffc24b;
  --up: #16e3a5;
  --down: #ff5f6d;
  --grad-cta: linear-gradient(100deg, #16e3a5 0%, #17b6ff 55%, #6f7bff 100%);
  --grad-gold: linear-gradient(100deg, #ffd76a 0%, #ffab2e 50%, #ff7a45 100%);
  --grad-text: linear-gradient(95deg, #16e3a5, #17b6ff 60%, #9aa7ff);
  --radius: 20px;
  --shadow: 0 24px 60px -24px rgba(0, 0, 0, 0.85);
  --glow: 0 0 40px -6px rgba(22, 227, 165, 0.55);
  --max: 1200px;
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic",
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  letter-spacing: -0.015em;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 20px; }

section { position: relative; padding: 92px 0; }

.icon { width: 22px; height: 22px; flex: 0 0 auto; stroke-width: 1.8; }
.icon-lg { width: 28px; height: 28px; }

/* ---------- Headings ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.02em;
  padding: 7px 14px; border-radius: 999px;
  background: rgba(22, 227, 165, 0.1);
  border: 1px solid rgba(22, 227, 165, 0.28);
  color: var(--brand);
}

h1 { font-size: clamp(30px, 5.4vw, 58px); line-height: 1.18; font-weight: 800; letter-spacing: -0.03em; }
h2 { font-size: clamp(26px, 4.2vw, 42px); line-height: 1.25; font-weight: 800; letter-spacing: -0.03em; }
h3 { font-size: clamp(18px, 2.4vw, 22px); font-weight: 700; }

.grad-text {
  background: var(--grad-text);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

.section-head { text-align: center; max-width: 720px; margin: 0 auto 52px; }
.section-head p { color: var(--muted); margin-top: 14px; font-size: clamp(14px, 1.6vw, 17px); }

/* ---------- Top bar ---------- */
.topbar {
  position: relative; z-index: 5;
  text-align: center; padding: 11px 16px;
  font-size: clamp(12px, 2.6vw, 14px); font-weight: 700;
  background: linear-gradient(90deg, rgba(22,227,165,.16), rgba(23,182,255,.16), rgba(111,123,255,.16));
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(8px);
}
.topbar span { display: inline-flex; align-items: center; gap: 8px; justify-content: center; }
.flag {
  width: 22px; height: 15px; border-radius: 3px; overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255,255,255,.18);
}

/* ---------- Buttons: gradient + breathing + magnetic ---------- */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 17px 34px; border: 0; border-radius: 999px; cursor: pointer;
  font-family: inherit; font-size: clamp(15px, 2vw, 17px); font-weight: 800; letter-spacing: -0.01em;
  color: #04120e; background: var(--grad-cta);
  animation: breathe 2.8s ease-in-out infinite, sheen 6s linear infinite;
  transition: transform .18s cubic-bezier(.2,.8,.3,1.2), filter .25s ease;
  will-change: transform;
  overflow: hidden;
}
.btn::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.55) 50%, transparent 70%);
  transform: translateX(-120%);
  animation: shine 3.4s ease-in-out infinite;
}
.btn:hover { filter: brightness(1.08); }
.btn:active { transform: scale(.97) !important; }
.btn--gold { background: var(--grad-gold); color: #21140a; animation-name: breathe-gold, sheen; }
.btn--ghost {
  background: rgba(255,255,255,.05); color: var(--text);
  border: 1px solid var(--border); animation: breathe-soft 3.2s ease-in-out infinite;
}
.btn--ghost::after { display: none; }
.btn--lg { padding: 20px 46px; font-size: clamp(16px, 2.2vw, 19px); }
.btn--block { width: 100%; }

@keyframes breathe {
  0%, 100% { box-shadow: 0 0 0 0 rgba(22,227,165,.42), 0 14px 34px -14px rgba(23,182,255,.7); transform: scale(1); }
  50% { box-shadow: 0 0 0 16px rgba(22,227,165,0), 0 18px 42px -14px rgba(23,182,255,.85); transform: scale(1.035); }
}
@keyframes breathe-gold {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,190,80,.45), 0 14px 34px -14px rgba(255,150,60,.7); transform: scale(1); }
  50% { box-shadow: 0 0 0 16px rgba(255,190,80,0), 0 18px 42px -14px rgba(255,150,60,.85); transform: scale(1.035); }
}
@keyframes breathe-soft {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,.14); }
  50% { box-shadow: 0 0 0 12px rgba(255,255,255,0); }
}
@keyframes sheen { to { background-position: 200% 50%; } }
@keyframes shine {
  0% { transform: translateX(-120%); }
  55%, 100% { transform: translateX(220%); }
}

/* ---------- HERO ---------- */
.hero { padding: 84px 0 90px; overflow: hidden; text-align: center; }
.hero__bg {
  position: absolute; inset: 0; z-index: 0;
  background: url("images/hero-bg.jpg") center/cover no-repeat;
  opacity: .5; animation: slowpan 26s ease-in-out infinite alternate;
}
.hero__veil {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(900px 520px at 50% 30%, rgba(22,227,165,.16), transparent 65%),
    radial-gradient(700px 460px at 50% 70%, rgba(23,182,255,.16), transparent 65%),
    linear-gradient(180deg, rgba(5,8,13,.55) 0%, rgba(5,8,13,.85) 60%, var(--bg) 100%);
}
@keyframes slowpan { from { transform: scale(1.05) translate3d(0,0,0);} to { transform: scale(1.16) translate3d(-2%,-2%,0);} }

.hero__inner {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  max-width: 820px; margin: 0 auto; text-align: center;
}
.hero h1 { margin: 20px 0 16px; text-align: center; }
.hero__sub { color: #c6d3de; font-size: clamp(16px, 2.1vw, 20px); max-width: 640px; margin: 0 auto; text-align: center; }

.hero__tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 24px 0 28px; }
.tag {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 16px; border-radius: 12px; font-size: 14px; font-weight: 700;
  background: var(--card); border: 1px solid var(--border); color: #d6e2ec;
}
.tag svg { color: var(--brand); }

.hero__cta { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; margin: 0 auto; }
.hero__note { color: var(--muted); font-size: 14px; display: inline-flex; align-items: center; gap: 7px; }

.hero__proof {
  display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap;
  margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--border); width: 100%;
}
.stars { display: inline-flex; gap: 2px; color: var(--gold); }
.stars svg { width: 17px; height: 17px; fill: currentColor; stroke: none; }
.proof__val { font-size: 24px; font-weight: 800; line-height: 1.1; }
.proof__lbl { font-size: 13px; color: var(--muted); }

/* animated ticker chips */
.ticks { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 6px; }
.tick {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px; border-radius: 999px; font-size: 13px; font-weight: 800;
  background: rgba(22,227,165,.08); border: 1px solid rgba(22,227,165,.25);
}
.tick .sym { color: #fff; }
.tick .pct { color: var(--up); font-variant-numeric: tabular-nums; }
.tick svg { width: 15px; height: 15px; color: var(--up); }

/* ---------- APP SHOWCASE (SECOND SCREEN) ---------- */
.app-showcase {
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%);
  padding: 100px 0; border-top: 1px solid var(--border);
}
.showcase__grid {
  display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 64px; align-items: center;
}
.showcase__left { display: flex; justify-content: center; align-items: center; }
.showcase__left .phone-wrap img {
  width: min(340px, 92%); max-height: 580px; object-fit: contain;
  animation: float 6s ease-in-out infinite; filter: drop-shadow(0 35px 60px rgba(0,0,0,.85));
}
.showcase__right h2 { margin: 16px 0 14px; }
.showcase__desc { color: var(--muted); font-size: clamp(15px, 1.8vw, 17px); margin-bottom: 32px; line-height: 1.6; }

.advantage-list { display: flex; flex-direction: column; gap: 16px; }
.advantage-card {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 20px 24px; border-radius: var(--radius);
  background: var(--card); border: 1px solid var(--border);
  transition: transform .35s cubic-bezier(.2,.8,.3,1), border-color .3s ease, background .3s ease;
}
.advantage-card:hover {
  transform: translateX(8px); border-color: rgba(22,227,165,.45); background: var(--card-strong);
}
.advantage-card__icon {
  width: 46px; height: 46px; flex: 0 0 auto; border-radius: 14px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(22,227,165,.22), rgba(23,182,255,.18));
  color: var(--brand); margin-top: 2px;
}
.advantage-card__content h3 { font-size: 17.5px; margin-bottom: 4px; color: var(--text); font-weight: 700; }
.advantage-card__content p { font-size: 14px; color: var(--muted); line-height: 1.55; }

/* phone wrap */
.phone-wrap { position: relative; display: flex; justify-content: center; }
.phone-wrap::before {
  content: ""; position: absolute; width: 85%; height: 85%; border-radius: 50%;
  background: radial-gradient(circle, rgba(22,227,165,.32), transparent 68%);
  filter: blur(38px); animation: pulseGlow 4s ease-in-out infinite;
}
@keyframes pulseGlow { 0%,100% { opacity:.6; transform: scale(.94);} 50% { opacity:1; transform: scale(1.06);} }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-.6deg);} 50% { transform: translateY(-16px) rotate(.6deg);} }

.hero__perks { position: relative; z-index: 2; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 46px; }
.perk {
  display: inline-flex; align-items: center; gap: 9px; padding: 12px 18px; border-radius: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  border: 1px solid var(--border); font-size: 14px; font-weight: 700;
}
.perk svg { color: var(--brand); width: 19px; height: 19px; }

/* ---------- Scenes ---------- */
.scenes { background: linear-gradient(180deg, var(--bg), var(--bg-soft)); }
.scene-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.scene {
  position: relative; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--border); background: var(--card); box-shadow: var(--shadow);
  transition: transform .45s cubic-bezier(.2,.8,.3,1), border-color .3s ease;
}
.scene:hover { transform: translateY(-8px); border-color: rgba(22,227,165,.45); }
.scene__img { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.scene__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.3,1); }
.scene:hover .scene__img img { transform: scale(1.09); }
.scene__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(5,8,13,.9)); }
.scene__no {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 13px; border-radius: 999px;
  background: rgba(5,8,13,.6); border: 1px solid var(--border); backdrop-filter: blur(6px);
  font-size: 12px; font-weight: 800; color: var(--brand);
}
.scene__body { padding: 22px 22px 26px; }
.scene__body h3 { margin-bottom: 10px; }
.scene__body p { color: var(--muted); font-size: 14.5px; }

/* ---------- Features (interactive tabs) ---------- */
.features { background: var(--bg-soft); }
.feat-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.feat-list { display: flex; flex-direction: column; gap: 14px; }
.feat {
  position: relative; display: flex; gap: 16px; text-align: left; width: 100%;
  padding: 22px; border-radius: var(--radius); cursor: pointer; color: inherit; font-family: inherit;
  background: var(--card); border: 1px solid var(--border);
  transition: transform .3s ease, background .3s ease, border-color .3s ease;
}
.feat:hover { transform: translateX(6px); background: var(--card-strong); }
.feat[aria-selected="true"] { border-color: rgba(22,227,165,.55); background: rgba(22,227,165,.08); box-shadow: var(--glow); }
.feat__icon {
  width: 46px; height: 46px; flex: 0 0 auto; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(140deg, rgba(22,227,165,.22), rgba(23,182,255,.18)); color: var(--brand);
}
.feat h3 { font-size: 17px; margin-bottom: 4px; }
.feat p { color: var(--muted); font-size: 14px; }
.feat__bar { position: absolute; left: 0; bottom: 0; height: 2px; width: 0; background: var(--grad-cta); border-radius: 2px; }
.feat[aria-selected="true"] .feat__bar { animation: grow 5s linear forwards; }
@keyframes grow { to { width: 100%; } }

.feat-panel {
  position: sticky; top: 24px;
  border-radius: 26px; padding: 30px; min-height: 420px;
  background: linear-gradient(160deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  border: 1px solid var(--border); box-shadow: var(--shadow);
}
.panel-pane { display: none; animation: fadeUp .45s ease both; }
.panel-pane.is-active { display: block; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px);} to { opacity: 1; transform: none;} }
.panel-pane h3 { margin-bottom: 6px; }
.panel-pane > p { color: var(--muted); font-size: 14.5px; margin-bottom: 20px; }

.mini-rows { display: flex; flex-direction: column; gap: 10px; }
.mini-row {
  display: grid; grid-template-columns: 34px 1fr auto; gap: 12px; align-items: center;
  padding: 13px 15px; border-radius: 14px; background: rgba(255,255,255,.05); border: 1px solid var(--border);
}
.coin-dot { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-size: 12px; font-weight: 800; color: #05080d; }
.mini-row b { display: block; font-size: 14px; }
.mini-row small { color: var(--muted); font-size: 12px; }
.mini-row .val { text-align: right; font-variant-numeric: tabular-nums; font-weight: 700; font-size: 14px; }
.up { color: var(--up); } .down { color: var(--down); }

.spark { width: 100%; height: 130px; margin-bottom: 18px; }
.spark path.line { fill: none; stroke: url(#sparkGrad); stroke-width: 2.4; stroke-linecap: round; }

.alert-card {
  display: flex; gap: 13px; padding: 16px; border-radius: 16px; margin-bottom: 10px;
  background: rgba(255,255,255,.05); border: 1px solid var(--border);
  animation: fadeUp .5s ease both;
}
.alert-card .ic { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: rgba(22,227,165,.16); color: var(--brand); }
.alert-card b { font-size: 14px; }
.alert-card p { color: var(--muted); font-size: 13px; }

/* ---------- Trending ---------- */
.trend-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.coin-card {
  padding: 22px 18px; border-radius: var(--radius); text-align: left;
  background: linear-gradient(170deg, rgba(255,255,255,.075), rgba(255,255,255,.02));
  border: 1px solid var(--border);
  transition: transform .35s cubic-bezier(.2,.8,.3,1.1), border-color .3s, box-shadow .3s;
}
.coin-card:hover { transform: translateY(-10px) scale(1.02); border-color: rgba(22,227,165,.5); box-shadow: var(--glow); }
.coin-card__top { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.coin-card__top b { font-size: 15px; }
.coin-card__top small { color: var(--muted); font-size: 12px; display: block; }
.coin-card .price { font-size: clamp(17px, 2vw, 21px); font-weight: 800; font-variant-numeric: tabular-nums; }
.chg { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 800; margin-top: 4px; }
.chg svg { width: 14px; height: 14px; }
.coin-card svg.mini { width: 100%; height: 44px; margin-top: 12px; }

.trend-more { text-align: center; margin-top: 40px; }
.trend-more p { color: var(--muted); font-size: 14px; margin-top: 14px; }
.arrow-down { display: block; margin: 16px auto 0; color: var(--brand); animation: bob 1.6s ease-in-out infinite; }
@keyframes bob { 0%,100% { transform: translateY(0);} 50% { transform: translateY(9px);} }

/* ---------- Why ---------- */
.why { background: var(--bg-soft); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.why-card {
  position: relative; padding: 30px 24px; border-radius: var(--radius); overflow: hidden;
  background: var(--card); border: 1px solid var(--border);
  transition: transform .35s ease, border-color .3s;
}
.why-card:hover { transform: translateY(-8px); border-color: rgba(23,182,255,.5); }
.why-card::before {
  content: ""; position: absolute; inset: -1px; opacity: 0; transition: opacity .35s;
  background: radial-gradient(320px 180px at var(--mx, 50%) var(--my, 0%), rgba(22,227,165,.18), transparent 70%);
}
.why-card:hover::before { opacity: 1; }
.why-card__ic { width: 50px; height: 50px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 16px;
  background: linear-gradient(140deg, rgba(23,182,255,.22), rgba(111,123,255,.18)); color: var(--brand-2); }
.why-card h3 { margin-bottom: 8px; position: relative; }
.why-card p { color: var(--muted); font-size: 14.5px; position: relative; }

/* ---------- VIP ---------- */
.vip { padding: 0; }
.vip__inner {
  position: relative; min-height: 100vh; display: grid; place-items: center; text-align: center; padding: 90px 20px;
  background: url("images/vip-bg.jpg") center/cover fixed no-repeat;
}
.vip__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,8,13,.86), rgba(5,8,13,.62) 45%, rgba(5,8,13,.92)); }
.vip__content { position: relative; z-index: 2; max-width: 940px; width: 100%; }
.vip h2 { margin: 16px 0 10px; }
.vip__big { font-size: clamp(46px, 11vw, 118px); font-weight: 900; line-height: .95; letter-spacing: -.05em;
  background: var(--grad-gold); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.vip__big span { display: block; font-size: clamp(15px, 2.4vw, 22px); letter-spacing: .35em; font-weight: 800;
  -webkit-text-fill-color: var(--gold); color: var(--gold); margin-bottom: 6px; }
.vip-perks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 36px 0 38px; }
.vip-perk {
  padding: 20px 16px; border-radius: 16px; backdrop-filter: blur(8px);
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,196,90,.3);
}
.vip-perk svg { color: var(--gold); margin: 0 auto 10px; }
.vip-perk b { display: block; font-size: 15px; }
.vip-perk small { color: #cbb994; font-size: 12.5px; }
.vip__sub { color: #e8d9b8; font-size: clamp(14px, 2vw, 17px); margin-bottom: 24px; font-weight: 700; }

/* ---------- Reviews ---------- */
.reviews-marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; gap: 16px; width: max-content; animation: marquee 34s linear infinite; }
.reviews-marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.review {
  width: 320px; padding: 24px; border-radius: var(--radius); flex: 0 0 auto;
  background: var(--card); border: 1px solid var(--border);
}
.review .stars { margin-bottom: 12px; }
.review p { font-size: 15px; font-weight: 600; }
.review .who { margin-top: 14px; color: var(--muted); font-size: 12.5px; }

/* ---------- Final CTA ---------- */
.final { padding: 0; }
.final__inner {
  position: relative; min-height: 100vh; display: grid; place-items: center; text-align: center; padding: 90px 20px;
  background: url("images/final-cta-bg.jpg") center/cover fixed no-repeat;
}
.final__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,8,13,.8), rgba(5,8,13,.55) 40%, rgba(5,8,13,.95)); }
.final__content { position: relative; z-index: 2; max-width: 820px; }
.final h2 { margin-bottom: 18px; }
.final p { color: #c9d6e1; font-size: clamp(15px, 2.2vw, 20px); margin-bottom: 32px; }

/* ---------- Footer ---------- */
footer { border-top: 1px solid var(--border); padding: 52px 0 40px; background: var(--bg); }
.foot-top { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; font-size: 18px; letter-spacing: -.02em; }
.brand__mark { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: var(--grad-cta); color: #05120e; }
.foot-links { display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 14px; color: var(--muted); }
.foot-links a { transition: color .2s; }
.foot-links a:hover { color: var(--brand); }
.disclaimer {
  margin-top: 28px; padding: 20px; border-radius: 14px; font-size: 12.5px; line-height: 1.75; color: #7d8b99;
  background: rgba(255,255,255,.03); border: 1px solid var(--border);
}
.copyright { margin-top: 18px; font-size: 12.5px; color: #62707d; }

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: none;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, rgba(5,8,13,.4), rgba(5,8,13,.96));
  backdrop-filter: blur(10px); border-top: 1px solid var(--border);
}

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.3,1); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero__inner { text-align: center; }
  .showcase__grid { grid-template-columns: 1fr; gap: 44px; }
  .feat-layout { grid-template-columns: 1fr; }
  .feat-panel { position: static; min-height: 0; }
  .trend-grid { grid-template-columns: repeat(3, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .scene-grid { grid-template-columns: 1fr; }
  .vip__inner, .final__inner { background-attachment: scroll; }
}

@media (max-width: 640px) {
  section { padding: 66px 0; }
  .wrap { padding: 0 16px; }
  .hero { padding: 34px 0 58px; }
  .hero h1 { font-size: 40px; }
  .hero__cta { flex-direction: column; align-items: stretch; }
  .hero__cta .btn { width: 100%; }
  .hero__note { justify-content: center; }
  .hero__proof { justify-content: space-between; gap: 16px; }
  .trend-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .vip-perks { grid-template-columns: 1fr; }
  .vip__inner, .final__inner { min-height: auto; padding: 74px 18px; }
  .review { width: 268px; }
  .sticky-cta { display: block; }
  body { padding-bottom: 84px; }
  .foot-top { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}