:root {
  --bg: #09090b;
  --fg: #f4f4f5;
  --muted: #a1a1aa;
  --brand: #e11d2e;
  --brand-deep: #b81221;
  --atom: #3adfff;
  --radius: 1.5rem;
  --font: "Manrope", ui-sans-serif, system-ui, sans-serif;
  --display: "Unbounded", ui-sans-serif, system-ui, sans-serif;
  --max: 72rem;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font);
  min-height: 100dvh;
  overflow-x: clip;
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button:not(:disabled), [role="button"]:not(:disabled) { cursor: pointer; }

.liquid-stage {
  position: fixed; inset: 0; overflow: hidden; z-index: 0; pointer-events: none; background: #070709;
}
.liquid-stage::after {
  content: "";
  position: absolute; inset: 0; opacity: 0.055;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  mix-blend-mode: overlay;
}
.orb {
  position: absolute; filter: blur(72px); mix-blend-mode: screen;
  will-change: transform, border-radius; animation: liquid-morph 28s ease-in-out infinite;
}
.orb-brand { width: min(72vw, 820px); height: min(72vw, 820px); background: #e11d2e; opacity: 0.28; top: -18%; left: -16%; }
.orb-atom { width: min(58vw, 680px); height: min(58vw, 680px); background: #3adfff; opacity: 0.16; bottom: -22%; right: -18%; animation-delay: -10s; }
.orb-core { width: min(42vw, 460px); height: min(42vw, 460px); background: #fff; opacity: 0.07; top: 34%; left: 38%; animation-delay: -18s; }

@keyframes liquid-morph {
  0%, 100% { transform: translate3d(0,0,0) scale(1); border-radius: 42% 58% 37% 63% / 53% 37% 63% 47%; }
  33% { transform: translate3d(7%,5%,0) scale(1.08); border-radius: 37% 63% 56% 44% / 48% 52% 46% 54%; }
  66% { transform: translate3d(-6%,9%,0) scale(0.94); border-radius: 62% 38% 44% 56% / 36% 64% 38% 62%; }
}

.page-shell { position: relative; z-index: 2; overflow-x: clip; isolation: isolate; }
.wrap { width: min(var(--max), calc(100% - 2.5rem)); margin-inline: auto; }

.liquid-break {
  height: 1px;
  width: min(var(--max), calc(100% - 2.5rem));
  margin: 0 auto;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), rgba(58,223,255,.35), rgba(225,29,46,.35), rgba(255,255,255,.28), transparent);
  box-shadow: 0 0 48px 6px rgba(225,29,46,.12);
}

.nav-shell { position: sticky; top: 0.75rem; z-index: 30; padding: 0 0.75rem; }
.nav-inner {
  max-width: var(--max); margin: 0 auto; display: flex; height: 3.5rem;
  align-items: center; justify-content: space-between; gap: 1rem;
  padding: 0 0.85rem 0 1.1rem; border-radius: 999px; overflow: hidden;
}
.nav-meta { display: none; align-items: center; gap: 1.25rem; font-size: 0.875rem; font-weight: 600; color: var(--muted); }
.brand { display: flex; min-width: 0; align-items: center; gap: 0.6rem; }
.logo-ad1 { font-family: var(--display); font-weight: 700; letter-spacing: -0.03em; font-size: 0.95rem; }
.logo-ad1 .brand-red { color: var(--brand); }
.logo-atom { font-family: var(--display); font-weight: 600; color: var(--atom); text-shadow: 0 0 18px rgba(58,223,255,.45); font-size: 0.95rem; }
.x { color: var(--muted); }

.glass {
  background: linear-gradient(180deg, rgba(255,255,255,.09) 0%, rgba(255,255,255,.035) 100%);
  backdrop-filter: blur(28px) saturate(160%);
  -webkit-backdrop-filter: blur(28px) saturate(160%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), inset 0 -1px 0 rgba(255,255,255,.04), 0 0 0 1px rgba(255,255,255,.08), 0 24px 48px rgba(0,0,0,.28);
  border-radius: var(--radius);
}
.glass-nav {
  background: rgba(8,8,10,.48);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 0 0 1px rgba(255,255,255,.08);
}
.glass-strong {
  background: linear-gradient(165deg, rgba(255,255,255,.14) 0%, rgba(255,255,255,.04) 55%, rgba(225,29,46,.08) 100%);
  backdrop-filter: blur(36px) saturate(170%);
  -webkit-backdrop-filter: blur(36px) saturate(170%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 0 0 1px rgba(255,255,255,.1), 0 30px 70px rgba(0,0,0,.4);
  border-radius: calc(var(--radius) + 0.25rem);
}
.glass-dark {
  background: linear-gradient(180deg, rgba(20,20,24,.72) 0%, rgba(10,10,12,.78) 100%);
  backdrop-filter: blur(32px) saturate(140%);
  -webkit-backdrop-filter: blur(32px) saturate(140%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 0 0 1px rgba(255,255,255,.07);
  border-radius: var(--radius);
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  min-height: 2.75rem; padding: 0.75rem 1.25rem; border-radius: 999px;
  font-weight: 700; letter-spacing: -0.01em; border: 0; font-family: inherit;
  transition: transform 150ms ease-out, background 150ms ease-out;
}
.btn:active { transform: scale(0.96); }
.btn-primary {
  background: var(--brand); color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 10px 24px rgba(225,29,46,.32);
}
.btn-primary:hover { background: var(--brand-deep); }
.btn-ghost {
  color: var(--fg); font-weight: 650;
  background: rgba(255,255,255,.04);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 0 0 1px rgba(255,255,255,.1);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
}
.btn-ghost:hover { background: rgba(255,255,255,.08); }
.btn-xl { min-height: 3.75rem; padding: 1.05rem 2rem; font-size: 1.125rem; width: min(100%, 28rem); }
.btn svg { width: 1rem; height: 1rem; flex-shrink: 0; }
.btn-xl svg { width: 1.25rem; height: 1.25rem; }

.display { font-family: var(--display); letter-spacing: -0.035em; overflow-wrap: break-word; }

.hero {
  position: relative; isolation: isolate; min-height: 100dvh;
  display: flex; flex-direction: column; justify-content: flex-start; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.hero-veil {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(105deg, rgba(7,7,9,.88) 0%, rgba(7,7,9,.62) 42%, rgba(7,7,9,.28) 100%),
    linear-gradient(180deg, rgba(7,7,9,.18) 0%, rgba(7,7,9,.72) 100%);
}
.hero-copy { position: relative; z-index: 2; width: min(var(--max), calc(100% - 2.5rem)); margin: 0 auto; padding: 5.5rem 0 11rem; }
.hero-copy-inner { max-width: 48rem; }
.hero-title { color: #fafafa; text-shadow: 0 2px 24px rgba(0,0,0,.45); font-size: 1.875rem; line-height: 1.15; margin-bottom: 1.25rem; }
.hero-lead { color: rgba(250,250,250,.88); text-shadow: 0 1px 12px rgba(0,0,0,.4); max-width: 42rem; font-size: 1rem; margin-bottom: 2rem; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem; border-radius: 999px;
  padding: 0.4rem 0.75rem; font-size: 0.75rem; font-weight: 700; margin-bottom: 1.25rem;
}
.pulse-dot { width: 0.375rem; height: 0.375rem; border-radius: 999px; background: var(--brand); box-shadow: 0 0 0 4px rgba(225,29,46,.22); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 2rem; }
.meta-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0.5rem; max-width: 36rem; }
.meta { padding: 0.75rem; }
.meta b { display: block; font-size: 0.875rem; letter-spacing: -0.02em; }
.meta span { display: block; font-size: 0.75rem; color: var(--muted); }

.hero-bar {
  position: absolute; left: 50%; bottom: 1.25rem; z-index: 2;
  width: min(var(--max), calc(100% - 2.5rem)); transform: translateX(-50%);
  display: grid; grid-template-columns: 1fr; gap: 0.75rem;
}
.hero-bar .glass { padding: 0.75rem 1rem; }
.kicker { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.hero-bar p:last-child { font-weight: 700; }

.section { width: min(var(--max), calc(100% - 2.5rem)); margin: 0 auto; padding: 4rem 0;     position: relative; }
.section-sm { padding: 2.5rem 0; }
.h2 { font-size: 1.5rem; margin-bottom: 0.75rem; }
.lead { color: var(--muted); max-width: 40rem; margin-bottom: 2.5rem; }
.label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.75rem; }

.stats { display: grid; overflow: hidden; }
.stat { background: rgba(9,9,11,.3); padding: 1.5rem; }
.stat .n { font-family: var(--display); font-size: 1.875rem; color: var(--brand); margin-bottom: 0.5rem; }
.stat p { font-size: 0.875rem; color: var(--muted); }

.cards { display: grid; gap: 1rem; }
.card { padding: 1.25rem; }
.card-row { display: flex; gap: 1rem; }
.ico { width: 2.75rem; height: 2.75rem; flex-shrink: 0; display: grid; place-items: center; border-radius: 1rem; }
.ico svg { width: 1.25rem; height: 1.25rem; }
.num { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; color: var(--muted); margin-bottom: 0.25rem; }
.card h3 { font-size: 1.125rem; margin-bottom: 0.5rem; letter-spacing: -0.02em; }
.card p { font-size: 0.875rem; color: var(--muted); }

.gift { padding: 1.5rem; display: grid; gap: 2rem; align-items: center; }
.tag {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--brand); color: var(--fg); border-radius: 999px;
  padding: 0.25rem 0.75rem; font-size: 0.75rem; font-weight: 800; margin-bottom: 0.75rem;
}
.tag svg { width: 0.9rem; height: 0.9rem; }
.price { font-family: var(--display); font-size: 2.25rem; }
.price span { font-size: 1.125rem; font-weight: 500; color: var(--muted); }
.gift-list { padding: 0.5rem; list-style: none; }
.gift-list li { padding: 0.85rem 1rem; font-size: 0.875rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.gift-list li:last-child { border-bottom: 0; }

.facts { display: grid; gap: 1rem; }
.fact { padding: 1.25rem; }
.fact svg { width: 1.25rem; height: 1.25rem; margin-bottom: 1rem; }

.cta { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 5rem 0 7rem; }
.cta h2 { max-width: 40rem; margin-bottom: 1rem; }
.cta .muted { color: var(--muted); margin-bottom: 2rem; }

.site-footer {
  position: relative; z-index: 2; width: min(var(--max), calc(100% - 2.5rem));
  margin: 0 auto 5.5rem; display: flex; flex-wrap: wrap; justify-content: space-between;
  gap: 1rem; padding: 1.25rem 1.5rem;
}
.site-footer .muted { color: var(--muted); font-size: 0.875rem; }
.site-footer .contacts { font-size: 0.875rem; font-weight: 600; }

.mobile-cta { position: fixed; left: 0.75rem; right: 0.75rem; bottom: 0.75rem; z-index: 40; }
.mobile-cta .btn { width: 100%; box-shadow: 0 12px 30px rgba(0,0,0,.4); }

@media (min-width: 640px) {
  .hero-title { font-size: 2.25rem; }
  .hero-lead { font-size: 1.125rem; }
  .h2 { font-size: 1.875rem; }
  .card { padding: 1.5rem; }
  .gift { padding: 2.5rem; }
  .logo-ad1, .logo-atom { font-size: 1rem; }
}
@media (min-width: 768px) {
  .hero-bar { grid-template-columns: 1fr 1fr 1fr; }
  .stats { grid-template-columns: 1fr 1fr 1fr; }
  .cards { grid-template-columns: 1fr 1fr; }
  .card.full { grid-column: 1 / -1; }
  .facts { grid-template-columns: 1fr 1fr 1fr; }
}
@media (min-width: 900px) {
  .nav-meta { display: flex; }
  .mobile-cta { display: none; }
  .cta { padding-bottom: 6rem; }
}
@media (min-width: 1024px) {
  .hero-title { font-size: 3rem; }
  .gift { grid-template-columns: 1.2fr 0.8fr; }
}
@media (max-width: 899px) {
  .hero-copy { padding-bottom: 18rem; }
  .hero-bar { bottom: 5.25rem; }
}
@media (max-width: 599px) {
  .hero-copy { padding-bottom: 23rem; }
}
@media (prefers-reduced-motion: reduce) {
  .orb { animation: none; }
  html { scroll-behavior: auto; }
}
