html, body { margin: 0; padding: 0; background: #070707; scroll-behavior: smooth; }
* { box-sizing: border-box; }
::selection { background: #c6f542; color: #0e1200; }
a { color: #c6f542; text-decoration: none; }
a:hover { color: #d8ff6b; }
body { font-family: 'Space Grotesk', sans-serif; min-height: 100vh; background: #070707; color: #f5f5f5; overflow-x: hidden; }
button { font-family: inherit; border: none; background: none; cursor: pointer; }

@keyframes dFloat { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-12px) rotate(2deg); } }
@keyframes dPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } }
@keyframes ringOut { 0% { transform: scale(.5); opacity: .5; } 70% { opacity: 0; } 100% { transform: scale(2); opacity: 0; } }
@keyframes twinkle { 0%, 100% { opacity: .2; } 50% { opacity: 1; } }
@keyframes orbFloat { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(-18px, 22px) scale(1.08); } }
@keyframes orbFloat2 { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(24px, -18px) scale(1.1); } }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes chipFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
@keyframes btnPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(198, 245, 66, .5), 0 12px 34px rgba(198, 245, 66, .28); } 50% { box-shadow: 0 0 0 16px rgba(198, 245, 66, 0), 0 16px 46px rgba(198, 245, 66, .42); } }
@keyframes revealUp { from { opacity: 0; transform: translateY(34px); } to { opacity: 1; transform: translateY(0); } }
@keyframes revealFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes arrowBob { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(5px); } }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

.page { display: none; }
.page.active { display: block; }

.container { max-width: 1440px; margin: 0 auto; padding: 0 26px; }

/* ---------- NAV ---------- */
.nav { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); background: rgba(7, 7, 7, .72); border-bottom: 1px solid #171717; }
.nav-inner { max-width: 1440px; margin: 0 auto; padding: 14px 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.logo { display: flex; align-items: center; gap: 10px; cursor: pointer; }
.logo-mark { width: 36px; height: 36px; border-radius: 10px; background: linear-gradient(150deg, #d4ff5e, #c6f542); display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 18px rgba(198, 245, 66, .3); flex-shrink: 0; }
.logo-mark-inner { position: relative; width: 20px; height: 22px; }
.logo-mark-bar { position: absolute; right: 1px; top: 0; width: 6px; height: 22px; border-radius: 3px; background: #0e1200; }
.logo-mark-circle { position: absolute; left: 0; bottom: 0; width: 16px; height: 16px; border-radius: 50%; background: #0e1200; display: flex; align-items: center; justify-content: center; }
.logo-text { font-family: 'Unbounded', sans-serif; font-weight: 800; font-size: 20px; color: #fff; letter-spacing: -.02em; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 15px; color: #c8c8c8; font-weight: 500; }
.nav-links span, .nav-links a { cursor: pointer; color: #c8c8c8; }
.nav-cta { cursor: pointer; padding: 11px 22px; border-radius: 30px; background: #c6f542; color: #0e1200; font-weight: 700; font-size: 15px; }

@media (max-width: 760px) {
  .nav-links { display: none; }
}

/* ---------- HERO ---------- */
.hero { position: relative; padding: 70px 26px 40px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; overflow: hidden; }
.hero-orb-a { position: absolute; top: -120px; left: -100px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(150, 200, 40, .22), transparent 62%); filter: blur(10px); animation: orbFloat 12s ease-in-out infinite; pointer-events: none; }
.hero-orb-b { position: absolute; top: 40px; right: -120px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(140, 90, 255, .18), transparent 64%); filter: blur(10px); animation: orbFloat2 14s ease-in-out infinite; pointer-events: none; }
.star { position: absolute; border-radius: 50%; background: #fff; animation: twinkle 3s ease-in-out infinite; }
.hero-copy { position: relative; z-index: 2; animation: revealUp .9s cubic-bezier(.2, .7, .2, 1) both; }
.pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 30px; border: 1px solid #262626; background: #101010; font-size: 13px; color: #c6f542; font-weight: 600; margin-bottom: 24px; }
.pill-dot { width: 7px; height: 7px; border-radius: 50%; background: #c6f542; box-shadow: 0 0 10px #c6f542; animation: twinkle 1.6s ease-in-out infinite; }
h1.hero-title { font-family: 'Unbounded', sans-serif; font-weight: 800; font-size: 60px; line-height: 1.02; letter-spacing: -.03em; margin: 0 0 22px; color: #fff; }
h1.hero-title .accent { color: #c6f542; }
.hero-sub { font-size: 18px; line-height: 1.55; color: #a6a6a6; max-width: 460px; margin: 0 0 32px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.btn-primary { cursor: pointer; display: flex; align-items: center; gap: 10px; padding: 16px 30px; border-radius: 34px; background: #c6f542; color: #0e1200; font-weight: 700; font-size: 17px; animation: btnPulse 2s ease-in-out infinite; }
.btn-primary svg { animation: arrowBob 1.4s ease-in-out infinite; }
.btn-secondary { cursor: pointer; padding: 16px 28px; border-radius: 34px; border: 1px solid #2a2a2a; color: #f5f5f5; font-weight: 600; font-size: 17px; }
.hero-rating { display: flex; align-items: center; gap: 12px; margin-top: 30px; color: #8c8c8c; font-size: 14px; }
.hero-stars { color: #c6f542; font-size: 16px; }

.hero-phone-wrap { position: relative; z-index: 2; display: flex; justify-content: center; animation: revealFade 1.2s ease both; }
.hero-phone-float { position: relative; animation: dFloat 6s ease-in-out infinite; }
.hero-phone { position: relative; width: 272px; height: 600px; border-radius: 42px; background: #000; border: 8px solid #131313; box-shadow: 0 40px 90px rgba(0, 0, 0, .7), 0 0 0 1px #1c1c1c; overflow: hidden; }
.hero-phone img { width: 100%; height: 100%; object-fit: cover; display: block; }
.reaction-chip { position: absolute; border-radius: 50%; background: #141414; border: 1px solid #262626; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 24px rgba(0, 0, 0, .5); animation: chipFloat 3.4s ease-in-out infinite; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  h1.hero-title { font-size: 42px; }
  .hero-phone { width: 220px; height: 486px; }
}

/* ---------- MARQUEE ---------- */
.marquee-band { border-top: 1px solid #151515; border-bottom: 1px solid #151515; background: #0b0b0b; overflow: hidden; padding: 16px 0; margin-top: 20px; }
.marquee-track { display: flex; white-space: nowrap; width: max-content; animation: marquee 26s linear infinite; font-family: 'Unbounded', sans-serif; font-weight: 700; font-size: 19px; }
.marquee-set { display: flex; gap: 0; }
.marquee-set span.word { padding: 0 26px; color: #fff; }
.marquee-set span.dot { color: #c6f542; }

/* ---------- SECTION HEADERS ---------- */
.section { padding: 90px 26px 40px; }
.section-tight { padding: 70px 26px 40px; }
.eyebrow { font-size: 14px; letter-spacing: .2em; color: #c6f542; font-weight: 600; margin-bottom: 14px; }
h2.section-title { font-family: 'Unbounded', sans-serif; font-weight: 700; font-size: 42px; letter-spacing: -.02em; margin: 0 0 12px; color: #fff; }
.section-sub { font-size: 17px; color: #9a9a9a; max-width: 520px; margin: 0 0 44px; }

/* ---------- HOW IT WORKS ---------- */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { padding: 32px 28px; border-radius: 24px; background: #101010; border: 1px solid #1c1c1c; animation: revealUp .8s ease both; }
.step-num { font-family: 'Unbounded', sans-serif; font-weight: 800; font-size: 15px; color: #c6f542; margin-bottom: 26px; }
.step-icon { width: 52px; height: 52px; border-radius: 15px; background: #161d02; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.step-title { font-family: 'Unbounded', sans-serif; font-weight: 700; font-size: 21px; color: #fff; margin-bottom: 8px; }
.step-desc { font-size: 15px; color: #9a9a9a; line-height: 1.5; margin: 0; }

@media (max-width: 900px) {
  .steps-grid, .bento-grid { grid-template-columns: 1fr !important; }
  .bento-big { grid-column: span 1 !important; }
}

/* ---------- FEATURES BENTO ---------- */
.bento-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: 20px; }
.bento-big { grid-column: span 2; position: relative; overflow: hidden; padding: 36px; border-radius: 26px; background: linear-gradient(150deg, #141a02, #0d0d0d 60%); border: 1px solid #232d06; animation: revealUp .8s ease both; }
.bento-big-orb { position: absolute; top: -60px; right: -40px; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(198, 245, 66, .18), transparent 65%); animation: orbFloat 10s ease-in-out infinite; }
.bento-big-content { position: relative; }
.bento-emoji-lg { font-size: 32px; margin-bottom: 16px; }
.bento-title-lg { font-family: 'Unbounded', sans-serif; font-weight: 700; font-size: 26px; color: #fff; margin-bottom: 10px; }
.bento-desc-lg { font-size: 16px; color: #b6c98a; line-height: 1.5; max-width: 420px; margin: 0; }
.bento-card { padding: 30px; border-radius: 26px; background: #101010; border: 1px solid #1c1c1c; animation: revealUp .8s ease both; }
.bento-emoji { font-size: 28px; margin-bottom: 14px; }
.bento-title { font-family: 'Unbounded', sans-serif; font-weight: 700; font-size: 19px; color: #fff; margin-bottom: 8px; }
.bento-desc { font-size: 15px; color: #9a9a9a; line-height: 1.5; margin: 0; }

/* ---------- SCREENS SHOWCASE ---------- */
.showcase-head { text-align: center; }
.showcase-row { display: flex; justify-content: center; align-items: flex-end; gap: 30px; flex-wrap: wrap; }
.showcase-item { text-align: center; animation: revealUp .9s ease both; }
.showcase-phone { border-radius: 38px; background: #000; border: 8px solid #131313; box-shadow: 0 30px 70px rgba(0, 0, 0, .6); overflow: hidden; animation: bob 6s ease-in-out infinite; }
.showcase-phone img { width: 100%; height: 100%; object-fit: cover; display: block; }
.showcase-caption { margin-top: 18px; font-family: 'Unbounded', sans-serif; font-weight: 600; font-size: 16px; color: #fff; }

/* ---------- STATS ---------- */
.stats-band { margin: 60px auto 0; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 44px 34px; border-radius: 28px; background: linear-gradient(150deg, #101010, #0b0b0b); border: 1px solid #1c1c1c; text-align: center; animation: revealUp .8s ease both; }
.stats-grid > div:nth-child(2) { border-left: 1px solid #1c1c1c; border-right: 1px solid #1c1c1c; }
.stat-num { font-family: 'Unbounded', sans-serif; font-weight: 800; font-size: 44px; color: #fff; }
.stat-num.accent { color: #c6f542; }
.stat-label { color: #9a9a9a; font-size: 15px; margin-top: 6px; }

@media (max-width: 700px) {
  .stats-grid { grid-template-columns: 1fr; }
  .stats-grid > div:nth-child(2) { border-left: none; border-right: none; border-top: 1px solid #1c1c1c; border-bottom: 1px solid #1c1c1c; padding: 16px 0; }
}

/* ---------- SAFETY ---------- */
.safety-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.safety-title { font-family: 'Unbounded', sans-serif; font-weight: 700; font-size: 40px; letter-spacing: -.02em; margin: 0 0 16px; color: #fff; }
.safety-desc { font-size: 17px; color: #9a9a9a; line-height: 1.6; margin: 0 0 26px; }
.safety-list { display: flex; flex-direction: column; gap: 14px; }
.safety-item { display: flex; gap: 13px; align-items: flex-start; }
.safety-check { flex: 0 0 auto; width: 26px; height: 26px; border-radius: 8px; background: #161d02; display: flex; align-items: center; justify-content: center; }
.safety-item b { color: #fff; }
.safety-item span.body { color: #9a9a9a; }
.soon { color: #c6f542; font-size: 13px; font-weight: 600; }
.safety-visual { position: relative; display: flex; justify-content: center; animation: revealFade 1s ease both; }
.safety-shield-box { width: 200px; height: 200px; border-radius: 34px; background: linear-gradient(150deg, #141a02, #0d0d0d); border: 1px solid #232d06; display: flex; align-items: center; justify-content: center; position: relative; }
.ring { position: absolute; width: 150px; height: 150px; border: 2px solid rgba(198, 245, 66, .5); border-radius: 38px; animation: ringOut 3s ease-out infinite; }
.shield-icon { animation: dPulse 2.6s ease-in-out infinite; }

@media (max-width: 900px) {
  .safety-grid { grid-template-columns: 1fr; }
}

/* ---------- DOWNLOAD CTA ---------- */
.download-band { margin: 70px auto 0; }
.download-inner { position: relative; overflow: hidden; border-radius: 34px; background: linear-gradient(135deg, #c6f542, #a9df1f); padding: 60px 50px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; align-items: center; }
.download-orb-a { position: absolute; top: -80px; left: -40px; width: 260px; height: 260px; border-radius: 50%; background: rgba(255, 255, 255, .16); animation: orbFloat 11s ease-in-out infinite; }
.download-orb-b { position: absolute; bottom: -90px; right: 20%; width: 200px; height: 200px; border-radius: 50%; background: rgba(14, 18, 0, .08); animation: orbFloat2 13s ease-in-out infinite; }
.download-copy { position: relative; z-index: 2; }
.download-title { font-family: 'Unbounded', sans-serif; font-weight: 800; font-size: 46px; letter-spacing: -.02em; margin: 0 0 12px; color: #0e1200; }
.download-desc { font-size: 18px; color: #26320a; line-height: 1.5; margin: 0 0 28px; max-width: 400px; }
.store-badges { display: flex; gap: 14px; flex-wrap: wrap; }
.store-badge { cursor: pointer; display: flex; align-items: center; gap: 11px; padding: 13px 22px; border-radius: 16px; background: #0e1200; color: #fff; }
.store-badge-text-small { font-size: 11px; }
.store-badge-text-big { font-family: 'Unbounded', sans-serif; font-weight: 700; font-size: 16px; }
.download-mark-wrap { position: relative; z-index: 2; display: flex; justify-content: center; }
.download-mark { width: 150px; height: 150px; border-radius: 36px; background: #0e1200; display: flex; align-items: center; justify-content: center; box-shadow: 0 24px 50px rgba(14, 18, 0, .4); animation: dFloat 5s ease-in-out infinite; }

@media (max-width: 900px) {
  .download-inner { grid-template-columns: 1fr; text-align: center; }
  .download-mark-wrap { justify-content: center; }
  .store-badges { justify-content: center; }
}

/* ---------- SIMPLE PAGES (support/terms/privacy/delete) ---------- */
.simple-page { max-width: 820px; margin: 0 auto; padding: 80px 26px; }
.simple-page.narrow { max-width: 780px; }
h1.page-title { font-family: 'Unbounded', sans-serif; font-weight: 800; font-size: 48px; letter-spacing: -.02em; margin: 0 0 14px; color: #fff; }
.page-sub { font-size: 18px; color: #a6a6a6; margin: 0 0 44px; max-width: 560px; }
.legal-date { color: #6f6f6f; font-size: 14px; margin: 0 0 40px; }
.faq-list { display: flex; flex-direction: column; gap: 14px; }
.faq-item { padding: 24px 26px; border-radius: 20px; background: #101010; border: 1px solid #1c1c1c; }
.faq-q { font-family: 'Unbounded', sans-serif; font-weight: 600; font-size: 18px; color: #fff; margin-bottom: 8px; }
.faq-a { margin: 0; color: #9a9a9a; font-size: 15px; line-height: 1.6; }
.contact-card { margin-top: 34px; padding: 30px; border-radius: 22px; background: linear-gradient(150deg, #141a02, #0d0d0d); border: 1px solid #232d06; }
.contact-title { font-family: 'Unbounded', sans-serif; font-weight: 600; font-size: 19px; color: #fff; margin-bottom: 6px; }
.contact-desc { margin: 0 0 16px; color: #9a9a9a; font-size: 15px; }
.contact-email-btn { display: inline-flex; align-items: center; gap: 9px; padding: 13px 24px; border-radius: 28px; background: #c6f542; color: #0e1200; font-weight: 700; }

.legal-sections { display: flex; flex-direction: column; gap: 28px; color: #b0b0b0; font-size: 15.5px; line-height: 1.7; }
.legal-sections h3 { font-family: 'Unbounded', sans-serif; font-weight: 600; font-size: 19px; color: #fff; margin: 0 0 8px; }
.legal-sections p { margin: 0; }

.delete-card { padding: 30px; border-radius: 22px; background: #101010; border: 1px solid #1c1c1c; margin-bottom: 20px; }
.delete-card-title { font-family: 'Unbounded', sans-serif; font-weight: 600; font-size: 20px; color: #fff; margin-bottom: 18px; }
.delete-steps { display: flex; flex-direction: column; gap: 14px; }
.delete-step { display: flex; gap: 14px; align-items: flex-start; }
.delete-step-num { flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%; background: #c6f542; color: #0e1200; font-weight: 700; font-size: 13px; display: flex; align-items: center; justify-content: center; }
.delete-step p { margin: 0; color: #b0b0b0; font-size: 15.5px; line-height: 1.6; }
.delete-step p b { color: #fff; }
.email-form { display: flex; flex-direction: column; gap: 12px; max-width: 440px; }
.email-form input, .email-form textarea { padding: 14px 16px; border-radius: 14px; background: #0a0a0a; border: 1px solid #262626; color: #fff; font-family: 'Space Grotesk', sans-serif; font-size: 15px; outline: none; }
.email-form textarea { resize: vertical; }
.email-form .submit-btn { cursor: pointer; text-align: center; padding: 15px; border-radius: 28px; background: #ff4b7d; color: #fff; font-weight: 700; font-size: 16px; border: none; font-family: inherit; }
.form-status { font-size: 14px; color: #c6f542; margin-top: 4px; min-height: 1em; }
.delete-warning { padding: 26px 30px; border-radius: 22px; background: linear-gradient(150deg, #1a0d12, #0d0d0d); border: 1px solid #3a1622; }
.delete-warning-title { font-family: 'Unbounded', sans-serif; font-weight: 600; font-size: 17px; color: #fff; margin-bottom: 12px; }
.delete-warning p { margin: 0; color: #c99; font-size: 15px; line-height: 1.7; }

@media (max-width: 700px) {
  h1.page-title, h1.hero-title, .download-title { font-size: 34px; }
  .bento-big { grid-column: span 1; }
}

/* ---------- FOOTER ---------- */
.footer { border-top: 1px solid #151515; margin-top: 90px; background: #090909; }
.footer-grid { max-width: 1440px; margin: 0 auto; padding: 56px 26px 40px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.footer-brand-desc { color: #7a7a7a; font-size: 14.5px; line-height: 1.6; max-width: 250px; margin: 0 0 18px; }
.social-row { display: flex; gap: 12px; }
.social-btn { width: 38px; height: 38px; border-radius: 11px; background: #141414; border: 1px solid #232323; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #c8c8c8; }
.footer-col-title { font-size: 13px; letter-spacing: .14em; color: #6f6f6f; font-weight: 600; margin-bottom: 16px; }
.footer-col-links { display: flex; flex-direction: column; gap: 11px; font-size: 14.5px; }
.footer-col-links span, .footer-col-links a { cursor: pointer; color: #b0b0b0; }
.footer-bottom { border-top: 1px solid #151515; }
.footer-bottom-inner { max-width: 1440px; margin: 0 auto; padding: 20px 26px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; color: #6f6f6f; font-size: 13.5px; }

@media (max-width: 760px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
