:root {
  color-scheme: dark;
  --bg: #080a10;
  --surface: #11141c;
  --surface-raised: #171a24;
  --line: #292d39;
  --text: #f7f7fb;
  --muted: #a2a5b2;
  --pink: #ff2a58;
  --orange: #ff6b28;
  --green: #35d274;
  --gradient: linear-gradient(105deg, #ff285b 0%, #ff3e49 48%, #ff7527 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; scrollbar-width: none; background: var(--bg); }
* { scrollbar-width: none; }
*::-webkit-scrollbar { display: none; width: 0; height: 0; }
body { min-width: 320px; min-height: 100vh; margin: 0; padding-bottom: calc(74px + env(safe-area-inset-bottom)); background: var(--bg); color: var(--text); }
body.dialog-open { overflow: hidden; }
button, a { font: inherit; }
a { color: inherit; }
button { color: inherit; }
[hidden] { display: none !important; }

.site-header {
  position: sticky;
  z-index: 24;
  top: 0;
  display: flex;
  height: 64px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-bottom: 1px solid #252733;
  background: rgba(8, 10, 16, .96);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; background: var(--gradient); box-shadow: 0 4px 18px #ff385a40; font-size: 23px; font-weight: 900; }
.brand-name { color: #ff3159; font-size: 23px; font-weight: 900; letter-spacing: -.06em; }
.header-actions { position: relative; display: flex; width: 76px; align-items: center; gap: 0; }
.header-download { display: inline-flex; width: 76px; min-width: 76px; height: 36px; align-items: center; justify-content: center; gap: 6px; border-radius: 999px; background: var(--gradient); box-shadow: 0 4px 22px #ff31594a; font-size: 12px; font-weight: 900; text-decoration: none; }
.language-picker { position: absolute; z-index: 2; top: 0; right: -4px; align-self: flex-start; }
.language-trigger { display: inline-flex; min-width: 38px; height: 30px; align-items: center; justify-content: flex-end; gap: 3px; padding: 0; transform: translateY(-8px); border: 0; background: transparent; color: #fff; font-size: 13px; cursor: pointer; text-shadow: 0 1px 4px #000; }
.chevron { font-size: 17px; line-height: 1; }
.language-menu { position: absolute; top: 35px; right: -4px; width: min(265px, calc(100vw - 30px)); max-height: min(64vh, 440px); overflow: auto; padding: 7px; border: 1px solid var(--line); border-radius: 14px; background: #131620; box-shadow: 0 18px 55px #000a; }
.language-option { width: 100%; padding: 9px 11px; border: 0; border-radius: 8px; background: transparent; color: #e8e9f0; text-align: left; cursor: pointer; }
.language-option:hover, .language-option[aria-selected="true"] { background: #272b37; color: #ff536f; }

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 887px;
  justify-content: center;
  overflow: hidden;
  padding: 390px 20px 22px;
  background: radial-gradient(ellipse at 50% 46%, #181421 0%, #0b0d15 51%, #080a10 76%);
  text-align: center;
}
.hero::before { position: absolute; z-index: -2; top: -9%; left: 50%; width: min(1150px, 170vw); aspect-ratio: 1; transform: translateX(-50%); background: repeating-radial-gradient(ellipse at center, transparent 0 36px, #f1a74a0d 37px 38px), repeating-conic-gradient(from -14deg at center, #f0a64b0b 0deg 1deg, transparent 1deg 9deg); content: ""; mask-image: radial-gradient(ellipse at center, #000 17%, #0009 52%, transparent 72%); }
.hero::after { position: absolute; z-index: -1; top: -74px; left: -176px; width: 330px; height: 500px; transform: rotate(19deg); border-radius: 44%; background: linear-gradient(150deg, #a96112aa, #a35c1050 80%, #a35c1000 95%); filter: blur(1px); content: ""; }
.hero-orbit { position: absolute; z-index: -1; top: 306px; left: 50%; width: 12px; height: 12px; transform: translateX(-50%); border-radius: 50%; background: #fff1d1; box-shadow: 0 0 20px 7px #ff914866, 0 0 82px 26px #ff44201a; }
.hero-orbit span { position: absolute; top: 50%; left: 50%; width: min(420px, 100vw); height: min(420px, 100vw); transform: translate(-50%, -50%); border: 1px solid #c1a77215; border-radius: 50%; }
.hero-orbit i { position: absolute; top: 50%; left: 50%; width: min(560px, 128vw); height: min(560px, 128vw); transform: translate(-50%, -50%); border: 1px solid #c1a7720b; border-radius: 50%; }
.hero-content { width: min(100%, 590px); }
.eyebrow { display: inline-flex; min-height: 32px; align-items: center; gap: 8px; margin: 0 auto 22px; padding: 0 14px; border: 1px solid #38313e; border-radius: 99px; background: #070910b8; font-size: 12px; font-weight: 850; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px #35d27480; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin: 0; font-size: clamp(39px, 11vw, 44px); font-weight: 950; line-height: 1.04; letter-spacing: -.055em; }
.hero h1 span, .section-heading h2 span { color: #ff345c; }
.hero-copy { max-width: 410px; margin: 13px auto 25px; color: #d1d2da; font-size: 14px; line-height: 1.75; }
.primary-button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 9px; padding: 0 31px; border: 0; border-radius: 999px; background: var(--gradient); box-shadow: 0 12px 32px #f7315540; color: #fff; font-size: 16px; font-weight: 900; text-decoration: none; transition: transform .2s ease, filter .2s ease; }
.primary-button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.hero .primary-button { min-width: 274px; }
.primary-button:focus-visible, .sticky-button:focus-visible, .header-download:focus-visible, .language-trigger:focus-visible, .dialog-close:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.play-icon { font-size: 16px; }
.hero-note { max-width: 440px; margin: 16px auto 23px; color: #adb0bb; font-size: 11px; line-height: 1.65; }
.trust-row { display: flex; align-items: center; justify-content: center; gap: 0; }
.trust-row span { padding: 0 14px; color: #f1f1f4; font-size: 14px; font-weight: 850; }
.trust-row span + span { border-left: 1px solid #45434d; }

.metrics { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 103px; align-items: center; padding: 14px 8px; border-block: 1px solid #282b35; background: #10131a; text-align: center; }
.metrics div { display: grid; gap: 5px; }
.metrics strong { color: #ff3159; font-size: 23px; line-height: 1; font-weight: 900; }
.metrics span { color: #9295a2; font-size: 9px; letter-spacing: .04em; }

.section { padding: 45px 20px; }
.section-heading { width: min(100%, 560px); margin: 0 auto 23px; text-align: center; }
.section-heading h2 { margin: 0 0 9px; font-size: 24px; line-height: 1.2; font-weight: 950; letter-spacing: -.04em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.compact-heading { margin-bottom: 16px; }
.preview-section { padding-top: 49px; padding-bottom: 45px; }
.preview-section .section-heading { margin-bottom: 14px; }
.preview-track { display: flex; gap: 13px; overflow-x: auto; margin: 0 -20px; padding: 0 20px 5px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.preview-track::-webkit-scrollbar { display: none; }
.preview-card { flex: 0 0 140px; overflow: hidden; border: 1px solid #2b2e39; border-radius: 19px; background: #141721; scroll-snap-align: start; }
.preview-art { position: relative; display: grid; height: 180px; overflow: hidden; place-items: center; background: radial-gradient(circle at 55% 25%, color-mix(in srgb, var(--art) 70%, white), transparent 23%), linear-gradient(145deg, color-mix(in srgb, var(--art) 65%, #171723), #22212d 54%, #10121a); }
.preview-art::before, .preview-art::after { position: absolute; content: ""; }
.preview-art::before { right: -22px; bottom: -53px; width: 170px; height: 170px; border-radius: 45% 55% 0 0; background: linear-gradient(145deg, color-mix(in srgb, var(--art) 82%, #fff), color-mix(in srgb, var(--art) 70%, #151624)); opacity: .78; }
.preview-art::after { top: 20px; right: 17px; width: 30px; height: 30px; border: 1px solid #ffffff28; border-radius: 50%; background: #ffffff10; box-shadow: -79px 55px 0 -8px #ffffff14, -43px 109px 0 -4px #ffffff14; }
.portrait-head { position: relative; z-index: 1; width: 68px; height: 87px; margin-top: 12px; border: 5px solid #f7d2c4; border-radius: 46% 46% 43% 43%; background: linear-gradient(145deg, #ffe1d1, #b66c72); box-shadow: 0 8px 30px #07091065; }
.portrait-head::before { position: absolute; top: -11px; left: -5px; width: 69px; height: 37px; border-radius: 48% 48% 35% 18%; background: linear-gradient(130deg, #30202d, #66404c); content: ""; }
.portrait-head::after { position: absolute; bottom: -28px; left: -23px; width: 100px; height: 50px; border-radius: 50% 50% 0 0; background: linear-gradient(100deg, color-mix(in srgb, var(--art) 85%, #151827), color-mix(in srgb, var(--art) 58%, #262134) 49%, color-mix(in srgb, var(--art) 90%, #151827)); content: ""; }
.preview-card:nth-child(2n) .portrait-head { transform: rotate(-4deg); }
.preview-card:nth-child(3n) .portrait-head::before { left: -11px; width: 79px; border-radius: 48% 47% 45% 40%; }
.preview-label { position: absolute; z-index: 2; top: 9px; right: 7px; padding: 4px 8px; border-radius: 999px; background: #ff3159; font-size: 8px; font-weight: 900; }
.preview-info { padding: 10px 9px 15px; }
.preview-name { display: flex; align-items: center; gap: 5px; margin-bottom: 5px; font-size: 13px; font-weight: 900; }
.preview-name::before { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px #35d27470; content: ""; }
.preview-type { margin: 0 0 3px; color: #ff5675; font-size: 10px; }
.preview-detail { margin: 0; overflow: hidden; color: #a7aab5; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.swipe-hint { margin: 21px 0 0; color: #858895; font-size: 11px; text-align: center; }

.feature-section { padding-top: 43px; padding-bottom: 34px; background: #10131a; }
.feature-list, .safety-list, .feedback-list { display: grid; gap: 12px; width: min(100%, 680px); margin: 0 auto; }
.feature-card { display: flex; min-height: 96px; align-items: center; gap: 15px; padding: 16px; border: 1px solid #2b2e39; border-radius: 17px; background: #171a24; }
.feature-icon { display: grid; flex: 0 0 48px; width: 48px; height: 48px; place-items: center; border-radius: 14px; background: #3a2635; font-size: 23px; font-weight: 800; }
.icon-pink { color: #ff8a9f; background: #482739; }
.icon-yellow { color: #ffd75e; background: #403228; }
.icon-blue { color: #7fd8fa; background: #263644; }
.icon-violet { color: #d59aff; background: #34283f; }
.icon-orange { color: #ff9f47; background: #443024; }
.icon-gold { color: #ffda73; background: #443829; }
.feature-card h3 { margin: 0 0 5px; font-size: 14px; font-weight: 900; }
.feature-card p { margin: 0; color: #a6a8b4; font-size: 11px; line-height: 1.55; }

.feedback-section { padding-top: 55px; padding-bottom: 44px; }
.feedback-card { padding: 20px 18px 18px; border: 1px solid #272b36; border-radius: 19px; background: #141720; }
.feedback-top, .reviewer { display: flex; align-items: center; }
.feedback-top { justify-content: space-between; gap: 12px; }
.reviewer { gap: 10px; }
.review-avatar, .dialog-avatars i, .mini-avatars i { display: grid; place-items: center; border-radius: 50%; font-style: normal; font-weight: 900; }
.review-avatar { width: 42px; height: 42px; border: 2px solid #ffffff19; font-size: 13px; }
.avatar-a { background: linear-gradient(140deg, #f2a87a, #943f67); }
.avatar-b { background: linear-gradient(140deg, #86d8d1, #464d99); }
.avatar-c { background: linear-gradient(140deg, #f6ca68, #b34a67); }
.reviewer h3 { margin: 0 0 2px; font-size: 13px; font-weight: 900; }
.stars { color: #f6bf42; font-size: 13px; letter-spacing: .06em; }
.verified { flex: 0 0 auto; padding: 5px 8px; border-radius: 99px; background: #183528; color: #39d778; font-size: 9px; font-weight: 800; }
.feedback-card > p { margin: 15px 0 0; color: #b6b8c1; font-size: 12px; line-height: 1.65; }

.safety-section { padding-top: 48px; padding-bottom: 47px; background: #10131a; }
.install-section { display: flex; min-height: 390px; flex-direction: column; align-items: center; justify-content: center; padding: 60px 24px; border-bottom: 1px solid #252833; background: #10131a; text-align: center; }
.install-section h2 { margin: 0 0 13px; font-size: clamp(26px, 7vw, 32px); line-height: 1.2; font-weight: 950; letter-spacing: -.045em; }
.install-section > p { max-width: 520px; margin: 0 auto 26px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.install-section .primary-button { min-width: 220px; }
.install-benefits { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 23px; color: #999ba7; font-size: 10px; }
.site-footer { display: grid; gap: 11px; padding: 34px 20px 28px; }
.footer-card { padding: 16px; border: 1px solid #2b2e39; border-radius: 17px; background: #171a24; }
.footer-card h2 { margin: 0 0 6px; font-size: 14px; font-weight: 900; }
.footer-card p { margin: 0; color: #a2a5b0; font-size: 11px; line-height: 1.65; }
.footer-links { display: flex; justify-content: center; gap: 17px; padding: 8px 0 0; }
.footer-links a { color: #a8aab4; font-size: 11px; text-decoration: underline; text-underline-offset: 3px; }

.sticky-install { position: fixed; z-index: 21; right: 0; bottom: 0; left: 0; display: flex; min-height: 60px; align-items: center; justify-content: space-between; gap: 8px; padding: 6px 14px calc(6px + env(safe-area-inset-bottom)); border-top: 1px solid #2b2d38; background: rgba(8, 10, 16, .97); backdrop-filter: blur(18px); }
.sticky-branding { display: flex; min-width: 0; align-items: center; gap: 9px; }
.mini-avatars { display: flex; align-items: center; padding-left: 2px; }
.mini-avatars i { width: 22px; height: 22px; margin-left: -3px; border: 1px solid #11141b; background: linear-gradient(140deg, #f2a87a, #643b7c); color: #fff; font-size: 8px; }
.mini-avatars i:nth-child(2) { background: linear-gradient(140deg, #87dad0, #414c9f); }
.mini-avatars i:nth-child(3) { background: linear-gradient(140deg, #f8ce70, #ba4a6d); }
.mini-avatars b, .dialog-avatars b { display: grid; place-items: center; border-radius: 50%; background: #ff3159; color: #fff; font-weight: 900; }
.mini-avatars b { width: 29px; height: 29px; margin-left: -1px; font-size: 9px; }
.sticky-branding p { overflow: hidden; margin: 0; color: #b5b8c3; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.sticky-branding p strong { color: #36d77a; }
.sticky-button { display: inline-flex; min-width: 88px; height: 43px; align-items: center; justify-content: center; border-radius: 999px; background: var(--gradient); box-shadow: 0 5px 20px #ff31594a; font-size: 13px; font-weight: 900; text-decoration: none; }

.install-overlay { position: fixed; z-index: 30; inset: 0; display: flex; align-items: flex-end; justify-content: center; padding: 0; background: rgba(0, 0, 0, .62); backdrop-filter: blur(3px); }
.install-dialog { position: relative; width: 100%; max-height: min(88vh, 760px); overflow: auto; padding: 29px 20px calc(26px + env(safe-area-inset-bottom)); border: 1px solid #fe2f5c; border-bottom: 0; border-radius: 25px 25px 0 0; background: #151722; box-shadow: 0 -12px 70px #fa31513b; }
.dialog-close { position: absolute; top: 14px; right: 14px; display: grid; width: 34px; height: 34px; place-items: center; border: 0; border-radius: 50%; background: #272a36; color: #c6c8d1; font-size: 22px; line-height: 1; cursor: pointer; }
.dialog-kicker { display: flex; min-height: 28px; align-items: center; gap: 10px; margin: 0 44px 12px 0; color: #adb0bc; font-size: 11px; }
.dialog-kicker span:first-child { padding: 7px 12px; border-radius: 99px; background: #ff3159; color: white; font-size: 10px; font-weight: 900; }
.install-dialog h2 { margin: 0 0 5px; font-size: 22px; line-height: 1.2; font-weight: 950; letter-spacing: -.035em; }
.install-dialog > p { max-width: 440px; margin: 0; color: #c0c2cc; font-size: 12px; line-height: 1.7; }
.dialog-avatars { display: flex; align-items: center; margin: 12px 0; padding-left: 3px; }
.dialog-avatars i { width: 36px; height: 36px; margin-left: -3px; border: 2px solid #151722; background: linear-gradient(140deg, #f2a87a, #943f67); color: #fff; font-size: 9px; }
.dialog-avatars i:nth-child(2) { background: linear-gradient(140deg, #86d8d1, #464d99); }
.dialog-avatars i:nth-child(3) { background: linear-gradient(140deg, #f6ca68, #b34a67); }
.dialog-avatars b { width: 37px; height: 37px; margin-left: -3px; border: 2px solid #151722; font-size: 9px; }
.install-dialog ul { display: grid; gap: 7px; margin: 0 0 15px; padding: 0; list-style: none; }
.install-dialog li { color: #d5d6dd; font-size: 12px; }
.install-dialog li::before { margin-right: 8px; color: #38d479; font-size: 16px; font-weight: 900; content: "✓"; }
.install-dialog .primary-button { width: 100%; min-height: 56px; }
.install-dialog > small { display: block; margin-top: 10px; color: #8d909e; font-size: 10px; text-align: center; }

@media (min-width: 700px) {
  body { padding-bottom: 0; }
  .site-header { height: 72px; padding-inline: max(32px, calc((100vw - 1120px) / 2)); }
  .brand-mark { width: 42px; height: 42px; }
  .hero { min-height: 790px; align-items: center; padding: 220px 32px 58px; }
  .hero::before { top: -43%; width: min(1250px, 116vw); }
  .hero::after { left: -15%; width: min(450px, 40vw); height: 590px; }
  .hero-orbit { top: 45%; }
  .hero h1 { font-size: clamp(56px, 6vw, 76px); }
  .hero-copy { font-size: 16px; }
  .hero-note { font-size: 12px; }
  .metrics { min-height: 120px; }
  .metrics strong { font-size: 28px; }
  .metrics span { font-size: 10px; }
  .section { padding-inline: max(32px, calc((100vw - 1120px) / 2)); }
  .section-heading h2 { font-size: 30px; }
  .preview-track { gap: 18px; margin-inline: 0; padding: 0 0 8px; }
  .preview-card { flex-basis: 176px; }
  .preview-art { height: 220px; }
  .feature-list { grid-template-columns: repeat(2, minmax(0, 1fr)); width: min(100%, 1000px); }
  .safety-list { grid-template-columns: repeat(3, minmax(0, 1fr)); width: min(100%, 1000px); }
  .feedback-list { grid-template-columns: repeat(3, minmax(0, 1fr)); width: min(100%, 1080px); }
  .feature-card { min-height: 124px; }
  .feedback-card { min-height: 190px; padding: 20px; }
  .feedback-top { align-items: flex-start; }
  .verified { margin-top: 2px; }
  .install-section { min-height: 425px; }
  .site-footer { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; padding: 38px max(32px, calc((100vw - 1120px) / 2)) 26px; }
  .footer-card { min-height: 118px; padding: 20px; }
  .footer-links { grid-column: 1 / -1; padding: 7px 0; }
  .sticky-install { right: auto; left: 50%; bottom: 18px; width: min(450px, calc(100% - 40px)); min-height: 66px; transform: translateX(-50%); padding: 8px 12px 8px 17px; border: 1px solid #313440; border-radius: 999px; box-shadow: 0 15px 55px #0008; }
  .install-overlay { align-items: flex-end; padding: 24px; }
  .install-dialog { width: min(100%, 470px); max-height: 90vh; padding: 25px 24px 23px; border-bottom: 1px solid #fe2f5c; border-radius: 25px; }
}

@media (min-width: 1100px) {
  .hero { min-height: 825px; }
  .feature-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .feature-list .feature-card { min-height: 145px; align-items: flex-start; flex-direction: column; gap: 13px; }
  .preview-section, .feature-section, .feedback-section, .safety-section { padding-block: 74px; }
  .compact-heading { margin-bottom: 27px; }
}

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