:root {
  --bg: #07110f;
  --panel: rgba(17, 34, 30, .72);
  --line: rgba(255, 255, 255, .11);
  --text: #f4f7f5;
  --muted: #a6b6b0;
  --accent: #58f5a8;
  --accent-dark: #09281a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: "Be Vietnam Pro", sans-serif; overflow-x: hidden; }
body.intro-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
.glow { position: fixed; width: 460px; height: 460px; border-radius: 50%; filter: blur(110px); opacity: .11; pointer-events: none; z-index: -1; }
.glow-one { background: var(--accent); top: -180px; right: -80px; }
.glow-two { background: #2f75ff; bottom: -220px; left: -180px; }

.intro { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 22px; background: radial-gradient(circle at 50% 35%, #183b2d 0, #08120f 48%, #030806 100%); transition: opacity .9s ease, visibility .9s ease; }
.intro::before, .intro::after { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(88,245,168,.18); pointer-events: none; }
.intro::after { inset: 29px; border-color: rgba(255,255,255,.06); }
.intro.hidden { opacity: 0; visibility: hidden; }
.intro-frame { width: min(620px, 100%); text-align: center; animation: introFloat 4s ease-in-out infinite alternate; }
.intro-kicker { color: var(--accent); font-size: 11px; letter-spacing: 5px; }
.intro-logo { width: 116px; height: 116px; margin: 34px auto 24px; display: grid; place-items: center; border: 1px solid rgba(88,245,168,.45); border-radius: 50%; color: var(--accent); font-family: Georgia, serif; font-size: 31px; box-shadow: inset 0 0 35px rgba(88,245,168,.09), 0 0 50px rgba(88,245,168,.08); }
.intro h1 { margin: 0; font-family: Georgia, serif; font-weight: 400; font-size: clamp(42px, 8vw, 82px); letter-spacing: 8px; }
.intro p { margin: 20px 0 30px; color: var(--muted); }
.intro button { min-width: 210px; padding: 14px 20px; border: 1px solid rgba(88,245,168,.4); border-radius: 999px; color: var(--accent); background: rgba(88,245,168,.06); font: inherit; cursor: pointer; transition: .25s ease; }
.intro button:hover { background: var(--accent); color: var(--accent-dark); transform: translateY(-2px); }
.intro button b { margin-left: 13px; }
.intro small { display: block; margin-top: 18px; color: #64746e; font-size: 10px; letter-spacing: 1px; }
@keyframes introFloat { to { transform: translateY(-8px); } }

.site-header, main, footer { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.3px; }
.brand-mark { width: 36px; height: 36px; border-radius: 9px; display: block; object-fit: contain; background: #000; }
nav { display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: 14px; }
nav a:hover { color: var(--text); }
.nav-cta { padding: 10px 17px; border: 1px solid var(--line); border-radius: 999px; }

.hero { position: relative; min-height: calc(100vh - 82px); display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; padding: 70px 0 110px; }
.eyebrow { color: var(--accent); font-size: 12px; font-weight: 700; letter-spacing: 1.8px; }
h1 { font-size: clamp(52px, 7vw, 86px); line-height: .99; letter-spacing: -5px; margin: 22px 0 28px; }
h1 span { color: var(--accent); }
.hero-copy > p { max-width: 650px; font-size: 18px; line-height: 1.75; color: var(--muted); }
.hero-actions { display: flex; gap: 12px; margin: 34px 0; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; border-radius: 14px; font-weight: 700; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.primary { background: var(--accent); color: var(--accent-dark); box-shadow: 0 12px 35px rgba(88, 245, 168, .18); }
.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.03); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-size: 13px; }
.hero-card { padding: 24px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg, rgba(88,245,168,.12), rgba(255,255,255,.02)); box-shadow: 0 30px 80px rgba(0,0,0,.25); overflow: hidden; }
.card-label { font-size: 11px; letter-spacing: 1.5px; color: var(--muted); }
.hero-orb { width: 170px; height: 170px; margin: 42px auto; border-radius: 50%; display: grid; place-items: center; font-size: 42px; font-weight: 800; color: var(--accent-dark); background: radial-gradient(circle at 35% 30%, #d4ffe8, var(--accent) 45%, #19a563); box-shadow: 0 0 70px rgba(88,245,168,.2); }
.hero-visual { display: block; width: calc(100% + 48px); margin: 18px -24px 24px; aspect-ratio: 4 / 3; object-fit: cover; }
.hero-card h2 { font-size: 28px; margin-bottom: 8px; }
.hero-card p, .section-heading p { color: var(--muted); line-height: 1.7; }
.hero-card a { color: var(--accent); font-weight: 700; }
.offer-visual { aspect-ratio: 4 / 3; object-position: center; }
.offer-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 4px 0 20px; padding: 0; list-style: none; }
.offer-list li { display: flex; flex-direction: column; gap: 3px; padding: 11px 12px; border: 1px solid rgba(88,245,168,.18); border-radius: 11px; background: rgba(88,245,168,.055); }
.offer-list strong { color: var(--text); font-size: 14px; }
.offer-list span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .7px; }
.scroll-cue { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); color: #6e817a; font-size: 9px; letter-spacing: 2px; white-space: nowrap; }
.scroll-cue b { display: block; margin-top: 8px; color: var(--accent); font-size: 18px; text-align: center; animation: bounce 1.5s infinite; }
@keyframes bounce { 50% { transform: translateY(7px); } }

.story { max-width: 850px; margin: 80px auto 100px; padding: 80px 25px; text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.story blockquote { margin: 30px 0; font-family: "Be Vietnam Pro", Arial, sans-serif; font-size: clamp(30px, 5vw, 52px); font-weight: 600; line-height: 1.35; letter-spacing: normal; font-kerning: normal; }
.story p { max-width: 650px; margin: auto; color: var(--muted); line-height: 1.8; }
.reveal { opacity: 0; transform: translateY(45px); transition: opacity 1s ease, transform 1s ease; }
.reveal.visible { opacity: 1; transform: none; }

.section { padding: 80px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 34px; }
.section-heading h2, .cta-panel h2 { font-size: clamp(32px, 4vw, 48px); letter-spacing: -2px; margin: 10px 0 0; }
.section-heading p { max-width: 460px; margin: 0; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { padding: 18px; border-radius: 22px; border: 1px solid var(--line); background: var(--panel); }
.product-image { aspect-ratio: 4/3; border-radius: 15px; display: grid; place-items: center; font-size: 52px; background: linear-gradient(135deg, rgba(88,245,168,.16), rgba(47,117,255,.12)); overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-card h3 { margin: 20px 0 8px; font-size: 20px; }
.product-card p { min-height: 48px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.product-bottom { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: 22px; }
.price { color: var(--accent); font-weight: 800; }
.order-link { padding: 10px 14px; border-radius: 10px; background: rgba(88,245,168,.1); color: var(--accent); font-size: 13px; font-weight: 700; }

.benefits { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; }
.benefits article { padding: 34px; background: rgba(255,255,255,.02); }
.benefits article + article { border-left: 1px solid var(--line); }
.benefits span { color: var(--accent); font-weight: 800; }
.benefits h3 { margin: 30px 0 8px; }
.benefits p { margin: 0; color: var(--muted); line-height: 1.65; }
.cta-panel { margin: 100px 0; padding: 48px; border-radius: 28px; display: flex; justify-content: space-between; align-items: center; gap: 30px; background: linear-gradient(120deg, rgba(88,245,168,.13), rgba(47,117,255,.09)); border: 1px solid var(--line); }
footer { min-height: 120px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 13px; }
.music-button { position: fixed; right: 20px; bottom: 20px; z-index: 10; display: flex; gap: 8px; align-items: center; padding: 12px 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--text); background: rgba(7,17,15,.88); backdrop-filter: blur(15px); cursor: pointer; }
.music-button.playing #musicIcon { animation: pulse 1s infinite alternate; color: var(--accent); }
@keyframes pulse { to { transform: scale(1.25); } }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding-inline: 18px;
  background: rgba(7, 17, 15, .88);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, .08);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .2);
}

@media (max-width: 820px) {
  nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 20px; padding-top: 80px; }
  h1 { letter-spacing: -3px; }
  .hero-card { max-width: 520px; }
  .product-grid { grid-template-columns: 1fr; }
  .section-heading, .cta-panel { align-items: flex-start; flex-direction: column; }
  .benefits { grid-template-columns: 1fr; }
  .benefits article + article { border-left: 0; border-top: 1px solid var(--line); }
}
@media (max-width: 520px) {
  .site-header, main, footer { width: min(100% - 28px, 1160px); }
  .hero { min-height: auto; }
  h1 { font-size: 49px; }
  .hero-actions { flex-direction: column; }
  .trust-row { flex-direction: column; gap: 8px; }
  .section { padding: 60px 0; }
  .cta-panel { margin: 70px 0; padding: 30px 24px; }
  footer { padding: 30px 0 90px; flex-direction: column; align-items: flex-start; gap: 18px; }
  .intro::before { inset: 10px; }
  .intro::after { inset: 16px; }
  .intro h1 { letter-spacing: 4px; }
}
