:root {
  --bg: #090711;
  --bg-2: #0f0b1b;
  --card: rgba(22, 16, 37, .72);
  --card-solid: #151023;
  --text: #f8f4ff;
  --muted: #b8adc9;
  --gold: #f0bd64;
  --gold-2: #ffe0a1;
  --purple: #9e4dff;
  --pink: #ff4db3;
  --line: rgba(255,255,255,.1);
  --shadow: 0 30px 80px rgba(0,0,0,.48);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 4%, rgba(120, 38, 214, .2), transparent 33rem),
    radial-gradient(circle at 88% 18%, rgba(255, 80, 171, .11), transparent 27rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; background: white; color: black; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 10; border-bottom: 1px solid rgba(255,255,255,.06); background: rgba(9,7,17,.62); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 820; letter-spacing: .01em; font-size: 1.16rem; }
.brand img { border-radius: 12px; box-shadow: 0 8px 24px rgba(112, 37, 197, .3); }
.nav-download { text-decoration: none; font-size: .94rem; font-weight: 750; padding: 10px 16px; border: 1px solid rgba(240,189,100,.35); border-radius: 999px; color: var(--gold-2); background: rgba(240,189,100,.06); }
.nav-download:hover { background: rgba(240,189,100,.13); }

.hero { min-height: 740px; padding-block: 76px 88px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.eyebrow, .kicker { margin: 0 0 16px; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; font-size: .76rem; color: var(--gold); }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 1px; background: var(--gold); box-shadow: 0 0 12px var(--gold); }
h1 { margin: 0; font-size: clamp(3.2rem, 6.7vw, 6.15rem); line-height: .96; letter-spacing: -.065em; max-width: 760px; }
h1 em { font-style: normal; color: transparent; background: linear-gradient(100deg, var(--gold-2), var(--gold) 34%, #e382ff 76%); -webkit-background-clip: text; background-clip: text; }
.lead { margin: 28px 0 0; max-width: 610px; font-size: clamp(1.05rem, 1.8vw, 1.28rem); color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 34px; }
.download-button { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-width: 218px; min-height: 66px; padding: 12px 22px; border-radius: 17px; color: #1a1004; text-decoration: none; font-weight: 850; background: linear-gradient(135deg, #ffe2a5 0%, #f2bb5c 52%, #d68b2e 100%); box-shadow: 0 18px 50px rgba(221, 145, 47, .24), inset 0 1px rgba(255,255,255,.65); transition: transform .2s ease, box-shadow .2s ease; }
.download-button::after { content: ""; position: absolute; inset: 1px; border-radius: 16px; border: 1px solid rgba(255,255,255,.32); pointer-events: none; }
.download-button:hover { transform: translateY(-2px); box-shadow: 0 22px 58px rgba(221,145,47,.32), inset 0 1px rgba(255,255,255,.7); }
.download-button:focus-visible, .nav-download:focus-visible { outline: 3px solid white; outline-offset: 3px; }
.download-button svg, .safety-note svg, .trust-row svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.download-button span { display: grid; line-height: 1.1; font-size: 1.05rem; }
.download-button small { font-size: .67rem; text-transform: uppercase; letter-spacing: .12em; opacity: .72; }
.release-meta { display: grid; gap: 1px; }
.release-meta strong { font-size: .96rem; }
.release-meta span { color: var(--muted); font-size: .86rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 25px; color: #d5cce1; font-size: .85rem; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row svg { width: 17px; height: 17px; color: var(--gold); }

.hero-visual { position: relative; min-height: 600px; display: grid; place-items: center; }
.orb { position: absolute; border-radius: 50%; filter: blur(4px); }
.orb-one { width: 420px; height: 420px; background: radial-gradient(circle at 35% 30%, rgba(197,93,255,.5), rgba(93,25,172,.18) 45%, transparent 70%); animation: float 7s ease-in-out infinite; }
.orb-two { width: 250px; height: 250px; right: -20px; bottom: 30px; background: radial-gradient(circle, rgba(244,180,82,.26), transparent 68%); animation: float 9s ease-in-out infinite reverse; }
@keyframes float { 50% { transform: translateY(-16px) scale(1.03); } }
.phone { position: relative; z-index: 2; width: 292px; padding: 9px; border-radius: 47px; background: linear-gradient(145deg, #4d425b, #100d16 34%, #31273a 78%, #75637e); box-shadow: var(--shadow), 0 0 0 1px rgba(255,255,255,.17), 0 0 90px rgba(124,45,212,.18); transform: rotate(3deg); }
.phone::before { content: ""; position: absolute; inset: -9px; border: 1px solid rgba(240,189,100,.24); border-radius: 55px; pointer-events: none; }
.phone-top { position: absolute; top: 17px; left: 50%; transform: translateX(-50%); z-index: 4; width: 86px; height: 24px; background: #050407; border-radius: 999px; display: grid; place-items: center; }
.phone-top span { width: 7px; height: 7px; border-radius: 50%; background: #151824; box-shadow: inset 0 0 0 2px #272b3e; }
.phone-screen { position: relative; overflow: hidden; min-height: 584px; border-radius: 39px; background: linear-gradient(180deg, #100c19, #09070e); border: 1px solid rgba(255,255,255,.06); }
.status { height: 39px; padding: 11px 19px 0; display: flex; justify-content: space-between; font-size: 9px; color: #ddd5e7; }
.appbar { height: 53px; display: flex; align-items: center; gap: 8px; padding: 0 15px; border-bottom: 1px solid rgba(255,255,255,.06); }
.appbar img { width: 28px; height: 28px; border-radius: 8px; }
.appbar span { font-size: 13px; font-weight: 850; flex: 1; }
.appbar b { font-size: 20px; color: var(--gold); }
.stories { display: flex; gap: 9px; padding: 14px 14px 12px; overflow: hidden; }
.story { flex: 0 0 43px; height: 43px; border-radius: 50%; border: 2px solid #d659ff; background: #21182f; box-shadow: inset 0 0 0 3px #0d0a12; }
.story.add { display: grid; place-items: center; color: var(--gold); font-style: normal; font-size: 21px; border-color: #564563; }
.story.s1 { background: radial-gradient(circle at 50% 28%, #f4c5b4 0 19%, transparent 20%), linear-gradient(140deg,#613ca0,#f489b5); }
.story.s2 { background: radial-gradient(circle at 50% 28%, #e8a67b 0 19%, transparent 20%), linear-gradient(140deg,#1e7f86,#90ddd0); }
.story.s3 { background: radial-gradient(circle at 50% 28%, #815539 0 19%, transparent 20%), linear-gradient(140deg,#c17b2d,#f3d071); }
.post-card { margin: 0 11px; border: 1px solid rgba(255,255,255,.07); border-radius: 17px; overflow: hidden; background: rgba(255,255,255,.025); }
.post-user { height: 48px; display: flex; align-items: center; gap: 8px; padding: 0 11px; }
.post-user i { width: 28px; height: 28px; border-radius: 50%; background: linear-gradient(135deg,#f2bd64,#9947ff); }
.post-user span { display: grid; line-height: 1.15; flex: 1; }
.post-user b { font-size: 9px; }
.post-user small { font-size: 7px; color: #9e94aa; }
.post-user strong { font-size: 10px; color: #8e8498; }
.post-image { height: 245px; position: relative; display: grid; place-items: center; background: radial-gradient(circle at center, #271238 0, #0b0910 68%); overflow: hidden; }
.post-image img { width: 125px; border-radius: 28px; position: relative; z-index: 2; box-shadow: 0 22px 60px rgba(0,0,0,.5); }
.post-image::before, .post-image::after { content:""; position:absolute; width:180px; height:180px; border-radius:50%; border:1px solid rgba(205,103,255,.19); }
.post-image::after { width:230px; height:230px; }
.shine { position:absolute; width:110px; height:300px; background:rgba(255,255,255,.07); transform:rotate(35deg); filter:blur(15px); }
.post-actions { display: flex; gap: 15px; padding: 10px 12px 3px; font-size: 17px; }
.post-actions b { margin-left: auto; }
.post-text { padding: 0 12px 14px; font-size: 8px; color: #d9cfdf; }
.post-text span { color: #a99caf; }
.bottom-nav { position: absolute; left: 0; right: 0; bottom: 0; height: 49px; display: flex; align-items: center; justify-content: space-around; border-top: 1px solid rgba(255,255,255,.08); background: rgba(8,6,12,.9); font-size: 16px; }

.feature-strip { padding: 38px 0; border-block: 1px solid var(--line); background: rgba(255,255,255,.018); }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.feature-grid article { padding: 17px 22px; border-left: 1px solid rgba(240,189,100,.28); }
.feature-grid span { color: var(--gold); font: 800 .72rem/1 monospace; letter-spacing: .14em; }
.feature-grid h2 { font-size: 1.13rem; margin: 9px 0 5px; }
.feature-grid p { margin: 0; color: var(--muted); font-size: .92rem; }

.install { padding-block: 112px; }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading h2, .cta-card h2 { font-size: clamp(2.2rem,4vw,3.7rem); line-height: 1.02; letter-spacing: -.045em; margin: 0; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.04rem; margin-top: 18px; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.steps article { min-height: 220px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); }
.step-number { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: rgba(240,189,100,.11); color: var(--gold); border: 1px solid rgba(240,189,100,.25); font-weight: 900; }
.steps h3 { margin: 21px 0 8px; font-size: 1.18rem; }
.steps p { margin: 0; color: var(--muted); }
.safety-note { margin-top: 20px; display: flex; align-items: flex-start; gap: 16px; padding: 20px 22px; border-radius: 18px; color: #e7ddf0; background: rgba(131,68,205,.09); border: 1px solid rgba(168,94,255,.18); }
.safety-note svg { flex: 0 0 27px; width: 27px; height: 27px; color: #c989ff; }
.safety-note strong { display:block; margin-bottom: 2px; }
.safety-note p { margin:0; color: var(--muted); font-size:.93rem; }
.safety-note b { color:#e9ddf3; }

.final-cta { padding: 0 0 100px; }
.cta-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; padding: 42px; border: 1px solid rgba(240,189,100,.2); border-radius: var(--radius); background: radial-gradient(circle at 10% 20%, rgba(154,64,255,.19), transparent 35%), linear-gradient(135deg,#171021,#100c18); box-shadow: var(--shadow); }
.cta-card > img { border-radius: 27px; box-shadow: 0 20px 50px rgba(0,0,0,.45); }
.cta-card h2 { font-size: clamp(2rem,3.4vw,3.2rem); }
.cta-card p:not(.kicker) { color: var(--muted); margin: 11px 0 0; }
.download-button.compact { min-width: 177px; min-height: 56px; padding: 10px 18px; font-size: .95rem; }

footer { border-top: 1px solid var(--line); padding: 28px 0; color: #988da4; }
.footer-wrap { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; font-size: .82rem; }
.footer-brand { font-size: .98rem; color: white; }
.footer-tagline { text-align: right; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 62px; text-align: center; gap: 34px; }
  .hero-copy { display: grid; justify-items: center; }
  .lead { max-width: 680px; }
  .hero-actions { justify-content: center; }
  .hero-visual { min-height: 610px; }
  .feature-grid, .steps { grid-template-columns: 1fr; }
  .feature-grid article { border-left: 0; border-top: 1px solid rgba(240,189,100,.22); padding-inline: 4px; }
  .cta-card { grid-template-columns: auto 1fr; }
  .cta-card .download-button { grid-column: 1 / -1; width: 100%; }
  .footer-wrap { grid-template-columns: 1fr 1fr; }
  .footer-wrap > p:nth-child(2) { text-align: right; }
  .footer-tagline { grid-column: 1/-1; text-align:center; margin-top:0; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 1160px); }
  .site-header { position: static; }
  .nav-wrap { min-height: 68px; }
  .nav-download { font-size: .82rem; padding: 8px 12px; }
  .hero { min-height: auto; padding-block: 52px 70px; }
  h1 { font-size: clamp(2.75rem,14vw,4.35rem); }
  .lead { font-size: 1rem; }
  .hero-actions { width: 100%; flex-direction: column; }
  .download-button { width: 100%; }
  .release-meta { text-align: center; }
  .trust-row { justify-content: center; gap: 12px 16px; }
  .hero-visual { min-height: 530px; transform: scale(.88); margin: -28px 0; }
  .install { padding-block: 82px; }
  .steps article { min-height: 0; }
  .cta-card { grid-template-columns: 1fr; text-align: center; padding: 30px 22px; }
  .cta-card > img { width: 94px; margin-inline: auto; }
  .footer-wrap { display: flex; flex-direction: column; text-align:center; }
  .footer-tagline { text-align:center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
