:root {
  --bg: #07071a;
  --bg-deep: #03030e;
  --surface: rgba(18, 18, 48, .72);
  --surface-solid: #11112c;
  --text: #f7f7ff;
  --muted: #aaaac2;
  --line: rgba(255, 255, 255, .12);
  --cyan: #27d9ff;
  --pink: #ff42ca;
  --yellow: #ffe24a;
  --violet: #9d63ff;
  --radius: 28px;
  --shadow: 0 28px 80px rgba(0, 0, 0, .42);
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; scroll-behavior: smooth; scroll-padding-top: 88px; overflow-x: hidden; }
body { position: relative; width: 100%; max-width: 100%; margin: 0; color: var(--text); background: var(--bg); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; overflow-x: hidden; }
main, .site-footer { width: 100%; max-width: 100%; overflow-x: hidden; }
img, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; position: relative; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; transform: translateY(-150%); background: white; color: black; padding: 10px 14px; border-radius: 10px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; background: rgba(7, 7, 26, .68); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: .25s ease; }
.site-header.scrolled { border-color: var(--line); background: rgba(7, 7, 26, .92); }
.nav-wrap { position: relative; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: .075em; }
.brand img { border-radius: 12px; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .92rem; color: #d7d7e6; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: white; }
.main-nav .language-link { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; font-size: .76rem; font-weight: 900; letter-spacing: .08em; }
.main-nav .nav-cta { padding: 9px 18px; border: 1px solid rgba(39,217,255,.5); border-radius: 999px; color: var(--cyan); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 12px; background: rgba(255,255,255,.07); color: white; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; background: currentColor; margin: 5px 0; transition: .2s ease; }

.hero { min-height: 100svh; display: grid; align-items: center; padding: 128px 0 96px; overflow: hidden; background: radial-gradient(circle at 75% 22%, rgba(159, 50, 255, .22), transparent 30%), radial-gradient(circle at 10% 65%, rgba(0, 202, 255, .15), transparent 30%), linear-gradient(180deg, #080820, #050514); }
.hero::before, .hero::after { content: ""; position: absolute; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,.055); transform: rotate(34deg); border-radius: 80px; }
.hero::before { left: -210px; top: 180px; }
.hero::after { right: -230px; bottom: 100px; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 84px; }
.eyebrow { margin: 0 0 18px; color: #cecee2; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 23px; height: 3px; margin-right: 9px; border-radius: 8px; vertical-align: middle; background: linear-gradient(90deg, var(--cyan), var(--pink)); }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; font-size: clamp(3.5rem, 7vw, 7rem); line-height: .92; letter-spacing: -.065em; text-transform: uppercase; }
h1 em, h2 em { color: transparent; font-style: normal; background: linear-gradient(100deg, var(--cyan), #83f6ff 42%, var(--pink) 86%); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 630px; margin: 30px 0; color: #c5c5d7; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 22px; border-radius: 15px; border: 1px solid transparent; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #02030a; background: linear-gradient(105deg, var(--cyan), #72efff); box-shadow: 0 14px 40px rgba(39,217,255,.18); }
.button-secondary { background: rgba(255,255,255,.055); border-color: var(--line); }
.button-secondary:hover { border-color: rgba(255,255,255,.3); }
.hero-visual { position: relative; min-height: 650px; display: grid; place-items: center; }
.tablet-card { position: relative; z-index: 2; width: min(390px, 82vw); padding: 9px; border: 1px solid rgba(255,255,255,.25); border-radius: 38px; background: #111; box-shadow: var(--shadow), 0 0 70px rgba(126,52,255,.2); transform: rotate(3deg); }
.tablet-card img { width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: contain; border-radius: 29px; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); }
.orbit-one { width: 510px; height: 510px; border-color: rgba(39,217,255,.2); }
.orbit-two { width: 640px; height: 640px; border-color: rgba(255,66,202,.12); }
.float-card { position: absolute; z-index: 3; padding: 13px 17px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(12,12,35,.83); box-shadow: 0 14px 35px rgba(0,0,0,.3); backdrop-filter: blur(14px); }
.float-card b, .float-card span { display: block; }
.float-card b { color: var(--cyan); }
.float-card span { color: #aaaac0; font-size: .72rem; }
.float-card-top { top: 130px; right: -20px; }
.float-card-bottom { bottom: 120px; left: -26px; }

.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .video-copy h2, .moment-copy h2, .privacy-card h2, .cta-card h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.7rem); line-height: 1; letter-spacing: -.055em; text-transform: uppercase; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.intro { background: linear-gradient(180deg, var(--bg), #090920); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card { min-height: 275px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.02)); transition: transform .25s ease, border-color .25s ease; }
.feature-card:hover { transform: translateY(-6px); border-color: rgba(255,255,255,.25); }
.feature-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 50px; border-radius: 15px; color: #02030a; font-weight: 950; }
.feature-card.cyan .feature-icon { background: var(--cyan); }.feature-card.pink .feature-icon { background: var(--pink); }.feature-card.yellow .feature-icon { background: var(--yellow); }.feature-card.violet .feature-icon { background: var(--violet); color: white; }
.feature-card h3, .mode-card h3 { margin: 0 0 8px; font-size: 1.45rem; }
.feature-card p, .mode-card p { margin: 0; color: var(--muted); }

.video-section { background: #050512; }
.video-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: center; }
.video-copy > p:not(.eyebrow) { color: var(--muted); }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; }
.check-list li { position: relative; padding: 12px 0 12px 30px; border-bottom: 1px solid var(--line); color: #d5d5e2; }
.check-list li::before { content: "✓"; position: absolute; left: 2px; color: var(--cyan); font-weight: 900; }
.video-shell { position: relative; padding: 10px; border-radius: 30px; border: 1px solid rgba(255,255,255,.2); background: linear-gradient(135deg, rgba(39,217,255,.28), rgba(255,66,202,.23)); box-shadow: var(--shadow); }
.video-shell::before { content: ""; position: absolute; inset: -40px; z-index: -1; background: radial-gradient(circle, rgba(120,41,255,.26), transparent 65%); filter: blur(22px); }
.video-shell video { width: 100%; border-radius: 21px; background: black; aspect-ratio: 16/9; }

.modes-section { overflow: hidden; background: radial-gradient(circle at 100% 50%, rgba(255,66,202,.1), transparent 32%), var(--bg); }
.modes-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.mode-card { min-height: 190px; display: flex; align-items: flex-end; gap: 28px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.mode-card:nth-child(1) { background: linear-gradient(120deg, rgba(39,217,255,.14), transparent 65%), var(--surface); }
.mode-card:nth-child(4) { background: linear-gradient(120deg, rgba(255,66,202,.14), transparent 65%), var(--surface); }
.mode-number { align-self: flex-start; color: var(--cyan); font-size: .82rem; font-weight: 900; letter-spacing: .13em; }

.screenshots-section { width: 100%; max-width: 100%; padding-bottom: 50px; background: #050512; overflow: hidden; }
.screenshot-rail { display: flex; gap: 22px; width: 100%; max-width: 100vw; padding: 0 max(22px, calc((100vw - 1180px) / 2)) 18px; overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; scroll-snap-type: inline proximity; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.24) transparent; }
.screenshot-rail figure { width: clamp(245px, 22vw, 340px); margin: 0; flex: 0 0 auto; scroll-snap-align: start; }
.screenshot-rail img { width: 100%; border-radius: 24px; border: 1px solid rgba(255,255,255,.15); box-shadow: 0 22px 50px rgba(0,0,0,.35); }
.screenshot-rail figcaption { padding-top: 12px; color: #bdbdce; font-size: .82rem; text-align: center; letter-spacing: .1em; text-transform: uppercase; }

.moments-section { background: linear-gradient(180deg, #050512, #0a0922); }
.moments-grid { display: grid; grid-template-columns: 1.1fr .9fr; grid-template-rows: auto auto; gap: 22px; align-items: stretch; }
.moment-image { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.moment-image img { width: 100%; height: 100%; object-fit: cover; }
.moment-main { grid-row: 1 / span 2; min-height: 730px; }
.moment-copy { padding: 52px 44px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, rgba(157,99,255,.15), rgba(255,66,202,.05)); }
.moment-copy p:not(.eyebrow) { color: var(--muted); }
.mini-stats { display: flex; gap: 34px; margin-top: 35px; }
.mini-stats b, .mini-stats span { display: block; }.mini-stats b { font-size: 1.55rem; color: var(--cyan); }.mini-stats span { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.moment-small { display: none; }

.privacy-section { padding-block: 70px; background: #0a0922; }
.privacy-card { display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: center; padding: 42px; border: 1px solid rgba(39,217,255,.24); border-radius: 34px; background: linear-gradient(110deg, rgba(39,217,255,.1), rgba(157,99,255,.08)); }
.privacy-mark { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 22px; background: var(--cyan); color: #061018; font-size: 2rem; font-weight: 950; }
.privacy-card h2 { font-size: clamp(2rem, 4vw, 3.5rem); }.privacy-card p:not(.eyebrow) { margin-bottom: 0; color: var(--muted); }

.faq-section { background: #07071a; }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 23px 46px 23px 0; list-style: none; cursor: pointer; font-weight: 800; font-size: 1.08rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 17px; color: var(--cyan); font-size: 1.55rem; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { margin: -5px 35px 23px 0; color: var(--muted); }

.cta-section { background: radial-gradient(circle at 50% 100%, rgba(255,66,202,.14), transparent 45%), var(--bg); }
.cta-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; padding: 55px; border-radius: 36px; border: 1px solid rgba(255,255,255,.16); background: linear-gradient(125deg, rgba(39,217,255,.1), rgba(157,99,255,.15) 52%, rgba(255,66,202,.12)); box-shadow: var(--shadow); }
.cta-card > img { border-radius: 28px; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.cta-card h2 { font-size: clamp(2.2rem, 4.5vw, 4rem); }
.cta-actions { display: grid; justify-items: center; gap: 12px; }
.store-button { display: inline-flex; align-items: center; gap: 12px; padding: 10px 18px; border-radius: 14px; color: white; background: #030303; border: 1px solid rgba(255,255,255,.35); min-width: 174px; }
.store-button b { font-size: 1.8rem; }.store-button span span, .store-button small { display: block; }.store-button small { font-size: .65rem; line-height: 1; }.store-button > span { font-size: 1.05rem; font-weight: 700; line-height: 1.25; }
.cta-actions > a { color: var(--cyan); font-size: .88rem; font-weight: 800; }

.site-footer { padding: 72px 0 24px; border-top: 1px solid var(--line); background: var(--bg-deep); }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; }
.footer-brand p { max-width: 300px; color: var(--muted); }
.footer-grid h2 { margin: 0 0 16px; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: #787893; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; font-size: .9rem; }
.footer-grid a:hover { color: var(--cyan); }.footer-grid span { color: var(--muted); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 54px; padding-top: 22px; border-top: 1px solid var(--line); color: #74748c; font-size: .75rem; }

.legal-hero { padding: 150px 0 65px; background: radial-gradient(circle at 80% 20%, rgba(157,99,255,.18), transparent 35%), #07071a; }
.legal-hero h1 { font-size: clamp(3rem, 7vw, 6rem); }
.legal-hero p:last-child { max-width: 720px; color: var(--muted); font-size: 1.08rem; }
.legal-main { background: #09091e; }
.legal-layout { display: grid; grid-template-columns: 240px 1fr; gap: 70px; align-items: start; }
.legal-nav { position: sticky; top: 110px; display: grid; gap: 10px; }
.legal-nav a { padding: 10px 14px; border-left: 2px solid var(--line); color: var(--muted); font-size: .88rem; }.legal-nav a:hover { color: white; border-color: var(--cyan); }
.legal-content { max-width: 820px; }
.legal-content section { margin-bottom: 48px; scroll-margin-top: 110px; }
.legal-content h2 { margin: 0 0 14px; font-size: 1.65rem; }.legal-content h3 { margin: 24px 0 8px; font-size: 1.05rem; }
.legal-content p, .legal-content li { color: #b9b9ca; }.legal-content a { color: var(--cyan); text-decoration: underline; text-underline-offset: 3px; }
.legal-content ul { padding-left: 20px; }
.notice { padding: 20px 22px; border: 1px solid rgba(255,226,74,.35); border-radius: 16px; background: rgba(255,226,74,.07); color: #f4e8a6 !important; }
.support-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 38px 0 58px; }
.support-card { padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }.support-card b { display: block; margin-bottom: 8px; color: var(--cyan); font-size: 1.2rem; }.support-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.contact-box { padding: 36px; border: 1px solid rgba(39,217,255,.25); border-radius: 26px; background: linear-gradient(120deg, rgba(39,217,255,.09), rgba(157,99,255,.09)); }.contact-box h2 { margin-top: 0; }
.support-contact { margin-top: 70px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }.reveal-delay { transition-delay: .12s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 1280px) and (min-width: 1021px) {
  .hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(350px, .95fr); gap: 44px; }
  .hero-copy h1 { font-size: clamp(3.5rem, 6.4vw, 5.4rem); }
  .hero-visual { min-height: 600px; }
  .float-card-top { right: -5px; }.float-card-bottom { left: -5px; }
}

@media (max-width: 1020px) {
  .hero-grid, .video-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }.hero-lead { margin-inline: auto; }.hero-actions { justify-content: center; }
  .hero-visual { min-height: 570px; }.float-card-top { right: 5%; }.float-card-bottom { left: 5%; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .video-grid { gap: 42px; }.video-copy { max-width: 760px; }
  .privacy-card, .cta-card { grid-template-columns: 1fr; text-align: center; justify-items: center; }.privacy-card p { max-width: 700px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }.footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 680px); }.section { padding: 82px 0; }
  .site-header { overflow: visible; }
  .nav-toggle { position: relative; z-index: 102; display: block; }.main-nav { position: absolute; z-index: 101; left: 0; right: 0; top: calc(100% - 4px); display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: #09091e; box-shadow: var(--shadow); }.main-nav.open { display: flex; }.main-nav a { padding: 11px 13px; }.main-nav .nav-cta { text-align: center; }
  .hero { min-height: auto; padding: 125px 0 0; }.hero-grid { gap: 32px; }.hero-visual { min-height: 500px; }.orbit-one { width: 390px; height: 390px; }.orbit-two { width: 480px; height: 480px; }.float-card { display: none; }
  h1 { font-size: clamp(3.25rem, 17vw, 5.4rem); }.section-heading h2, .video-copy h2, .moment-copy h2, .cta-card h2 { font-size: clamp(2.4rem, 12vw, 4rem); }
  .feature-grid, .modes-grid, .moments-grid { grid-template-columns: 1fr; }.feature-card { min-height: 235px; }.feature-icon { margin-bottom: 35px; }
  .mode-card { min-height: 165px; }.moment-main { grid-row: auto; min-height: 580px; }.moment-copy { padding: 34px 26px; }.mini-stats { gap: 20px; justify-content: space-between; }.moment-small { display: block; height: 340px; }.moments-grid .one { display: none; }
  .privacy-card, .cta-card { padding: 34px 22px; }.privacy-card { gap: 22px; }
  .legal-layout { grid-template-columns: 1fr; gap: 36px; }.legal-nav { position: static; display: flex; flex-wrap: wrap; }.legal-nav a { border-left: 0; border-bottom: 2px solid var(--line); padding-inline: 5px; }
  .support-cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1/-1; }.footer-grid > div:last-child { grid-column: auto; }.footer-bottom { flex-direction: column; }
}

@media (max-width: 470px) {
  .brand span { font-size: .9rem; }.hero-actions .button { width: 100%; }
  .hero-visual { min-height: 430px; }.tablet-card { width: min(300px, 82vw); border-radius: 29px; }.tablet-card img { border-radius: 21px; }.orbit-one { width: 320px; height: 320px; }.orbit-two { width: 390px; height: 390px; }
  .feature-grid { grid-template-columns: 1fr; }.screenshot-rail figure { width: 245px; }
  .mini-stats { display: grid; grid-template-columns: repeat(3, 1fr); text-align: center; }.cta-card > img { width: 100px; }
  .footer-grid { grid-template-columns: 1fr; }.footer-grid > div:last-child { grid-column: auto; }
}
