:root {
  --bg: #050816;
  --bg-2: #090d1f;
  --panel: rgba(255,255,255,.055);
  --panel-2: rgba(255,255,255,.085);
  --text: #f5f7ff;
  --muted: #a8b3c9;
  --line: rgba(255,255,255,.115);
  --accent: #7a5cff;
  --accent-2: #28d8ff;
  --accent-3: #ff4fd8;
  --good: #5af0b3;
  --shadow: 0 30px 100px rgba(0,0,0,.38);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 34px)); margin: 0 auto; }
.muted-copy { color: var(--muted); max-width: 680px; }

.ambient { position: fixed; width: 52rem; height: 52rem; border-radius: 50%; filter: blur(80px); opacity: .16; pointer-events: none; z-index: -3; }
.ambient-one { background: #663dff; top: -24rem; left: -18rem; animation: drift 18s ease-in-out infinite alternate; }
.ambient-two { background: #00d9ff; top: 28rem; right: -28rem; animation: drift 22s ease-in-out infinite alternate-reverse; }
.grid-bg { position: fixed; inset: 0; z-index: -4; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 75%); }
@keyframes drift { to { transform: translate3d(80px, 80px, 0) scale(1.1); } }

.nav-wrap { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(20px); background: rgba(5,8,22,.72); border-bottom: 1px solid rgba(255,255,255,.07); }
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; letter-spacing: -.03em; }
.brand-mark { width: 40px; height: 40px; border-radius: 13px; display: grid; place-items: center; background: linear-gradient(135deg, var(--accent), var(--accent-2)); box-shadow: 0 0 34px rgba(73,151,255,.34); font-size: 14px; }
.beta-pill { font-size: 9px; letter-spacing: .14em; font-weight: 900; color: #9aeaff; padding: 4px 7px; border: 1px solid rgba(40,216,255,.24); border-radius: 999px; background: rgba(40,216,255,.06); }
.nav-links { display: flex; align-items: center; gap: 20px; color: #c7d0e2; font-size: 13px; }
.nav-links a:hover { color: #fff; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 20px; border-radius: 14px; border: 1px solid var(--line); font-weight: 800; transition: .2s ease; cursor: pointer; position: relative; overflow: hidden; }
.btn::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.18), transparent 70%); transform: translateX(-130%); transition: .55s ease; }
.btn:hover::after { transform: translateX(130%); }
.btn-primary { background: linear-gradient(135deg, #7a5cff, #5d76ff 48%, #16bfe9); border-color: transparent; box-shadow: 0 14px 44px rgba(83,97,255,.30); }
.btn-primary:hover { transform: translateY(-2px); filter: brightness(1.08); }
.btn-secondary { background: rgba(255,255,255,.05); }
.btn-secondary:hover { background: rgba(255,255,255,.09); transform: translateY(-2px); }
.btn-large { min-height: 56px; padding: 0 24px; }
.btn.disabled { opacity: .52; cursor: not-allowed; pointer-events: none; }
.full-btn { width: 100%; margin-top: 18px; }

.hero { min-height: 730px; padding: 110px 0 78px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 40px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.04); color: #d8e1f3; font-size: 12px; margin-bottom: 23px; letter-spacing: .04em; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--good); box-shadow: 0 0 18px var(--good); }
h1 { margin: 0; max-width: 780px; font-size: clamp(52px, 7.5vw, 96px); line-height: .94; letter-spacing: -.06em; }
.gradient-text, .soft-gradient { background: linear-gradient(90deg, #fff 0%, #b8c1ff 43%, #74e9ff 78%, #f49be5 110%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lead { max-width: 760px; margin: 27px 0 0; color: var(--muted); font-size: clamp(17px, 2vw, 21px); }
.hero-actions { justify-content: flex-start; margin-top: 32px; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; }
.left-actions { justify-content: flex-start; margin-top: 28px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 24px; color: #8190aa; font-size: 12px; }
.trust-row span::first-letter { color: #7ae9ff; }

.ai-core-wrap { position: relative; min-height: 500px; display: grid; place-items: center; }
.ai-core { width: 190px; height: 190px; border-radius: 50%; display: grid; place-items: center; position: relative; background: radial-gradient(circle at 34% 28%, #d9e0ff 0 2%, #8c7bff 10%, #3f46ba 36%, #161c56 62%, #0a0d27 78%); border: 1px solid rgba(255,255,255,.28); box-shadow: 0 0 55px rgba(105,87,255,.42), inset 0 0 40px rgba(255,255,255,.12); animation: breathe 4s ease-in-out infinite; }
.ai-core span { font-size: 54px; font-weight: 950; letter-spacing: -.08em; text-shadow: 0 0 28px #9feeff; }
.core-glow { position: absolute; inset: -34px; border-radius: 50%; border: 1px solid rgba(104,223,255,.25); box-shadow: 0 0 48px rgba(58,209,255,.12); }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(137,164,255,.18); }
.orbit::before { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; top: 50%; left: -4px; background: #75e8ff; box-shadow: 0 0 18px #75e8ff; }
.orbit-1 { width: 285px; height: 285px; animation: rotate 11s linear infinite; }
.orbit-2 { width: 370px; height: 370px; animation: rotate 17s linear infinite reverse; border-style: dashed; }
.orbit-3 { width: 455px; height: 455px; animation: rotate 25s linear infinite; opacity: .55; }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes breathe { 50% { transform: scale(1.035); box-shadow: 0 0 80px rgba(105,87,255,.5), inset 0 0 44px rgba(255,255,255,.14); } }
.float-chip { position: absolute; min-width: 118px; padding: 10px 13px; border-radius: 14px; border: 1px solid var(--line); background: rgba(13,18,42,.77); backdrop-filter: blur(12px); box-shadow: 0 14px 40px rgba(0,0,0,.22); }
.float-chip b { display: block; font-size: 11px; letter-spacing: .15em; color: #b3eeff; }
.float-chip small { color: #8390a7; }
.chip-one { left: 6%; top: 23%; animation: float 4.6s ease-in-out infinite; }
.chip-two { right: 0; top: 35%; animation: float 5.2s ease-in-out infinite reverse; }
.chip-three { left: 16%; bottom: 18%; animation: float 4.9s ease-in-out infinite .4s; }
@keyframes float { 50% { transform: translateY(-10px); } }

.stats-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; padding: 1px; border-radius: 20px; overflow: hidden; background: var(--line); box-shadow: var(--shadow); }
.stats-strip > div { background: rgba(9,13,31,.96); padding: 20px; display: flex; align-items: baseline; gap: 10px; }
.stats-strip strong { font-size: 23px; background: linear-gradient(90deg,#fff,#8eeeff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stats-strip span { color: #8e9bb1; font-size: 12px; }

.section { padding: 92px 0; }
.section.compact { padding: 58px 0; }
.alt-section { background: linear-gradient(180deg, rgba(255,255,255,.018), transparent); border-top: 1px solid rgba(255,255,255,.04); border-bottom: 1px solid rgba(255,255,255,.04); }
.section-title { max-width: 800px; margin-bottom: 40px; }
.section-title.centered { text-align: center; margin-left: auto; margin-right: auto; }
.kicker, .mini-label { color: #8feaff; text-transform: uppercase; font-size: 11px; letter-spacing: .18em; font-weight: 900; }
h2 { font-size: clamp(34px, 5vw, 56px); letter-spacing: -.045em; line-height: 1.04; margin: 10px 0 14px; }
.section-title p { color: var(--muted); margin: 0; font-size: 17px; }

.platform-switcher { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 900px; margin: 0 auto 14px; }
.platform-select { color: var(--text); text-align: left; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; border: 1px solid var(--line); background: rgba(255,255,255,.04); border-radius: 20px; padding: 18px; cursor: pointer; transition: .2s ease; }
.platform-select:hover { background: rgba(255,255,255,.075); transform: translateY(-2px); }
.platform-select.active { border-color: rgba(113,121,255,.7); background: linear-gradient(135deg, rgba(122,92,255,.16), rgba(40,216,255,.07)); box-shadow: 0 0 38px rgba(102,89,255,.14); }
.platform-select b { display: block; font-size: 17px; }
.platform-select small { display: block; color: #8795ae; }
.platform-symbol { width: 42px; height: 42px; border-radius: 13px; background: rgba(122,92,255,.14); border: 1px solid rgba(122,92,255,.22); display: grid; place-items: center; font-size: 21px; }
.drop-arrow { font-size: 24px; color: #8feaff; transition: .2s ease; }
.platform-select.active .drop-arrow { transform: rotate(180deg); }
.platform-drop { max-width: 1080px; margin: 0 auto; padding: 28px; border-radius: 26px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.025)); box-shadow: var(--shadow); animation: dropIn .28s ease; }
@keyframes dropIn { from { opacity: 0; transform: translateY(-8px); } to { opacity:1; transform:none; } }
.platform-drop-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 15px; margin-bottom: 24px; }
.platform-drop-head h3 { font-size: 30px; margin: 4px 0 0; letter-spacing: -.03em; }
.status-pill { white-space: nowrap; font-size: 11px; color: #aeefff; border: 1px solid rgba(74,219,255,.24); background: rgba(52,196,255,.07); padding: 7px 10px; border-radius: 999px; }
.feature-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.feature-group { padding: 19px; border-radius: 18px; background: rgba(5,8,22,.38); border: 1px solid rgba(255,255,255,.075); }
.feature-group h4 { margin: 0 0 12px; font-size: 15px; color: #d8ddff; text-transform: uppercase; letter-spacing: .08em; }
.feature-list { list-style: none; margin: 0; padding: 0; }
.feature-list li { display: grid; grid-template-columns: 1fr; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.055); }
.feature-list li:first-child { border-top: 0; padding-top: 0; }
.feature-list b { font-size: 14px; }
.feature-list span { color: #8d9bb2; font-size: 12.5px; line-height: 1.45; margin-top: 2px; }
.roadmap-note { margin: 13px 0 0; color: #7f8ca3; font-size: 11.5px; border-top: 1px solid rgba(255,255,255,.055); padding-top: 11px; }

.link-banner { margin-top: 22px; border: 1px solid rgba(95,208,255,.17); background: linear-gradient(110deg, rgba(98,78,255,.12), rgba(32,205,255,.055)); border-radius: 24px; padding: 28px; display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 28px; }
.link-banner h3 { font-size: 28px; margin: 6px 0 5px; }
.link-banner p { color: var(--muted); margin: 0; }
.link-animation { min-height: 110px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.link-animation span { width: 76px; height: 76px; border-radius: 20px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.055); font-weight: 900; font-size: 11px; letter-spacing: .08em; box-shadow: 0 0 30px rgba(93,113,255,.12); }
.link-animation span:nth-of-type(2) { background: linear-gradient(135deg, rgba(122,92,255,.34), rgba(40,216,255,.24)); }
.link-animation i { width: 34px; height: 1px; background: linear-gradient(90deg, #826dff, #71e4ff); box-shadow: 0 0 10px #6ccfff; position: relative; }
.link-animation i::after { content:""; position:absolute; width:6px; height:6px; border-radius:50%; background:#a8f0ff; top:-3px; animation:pulse-line 1.5s ease-in-out infinite; }
@keyframes pulse-line { from { left:0; opacity:.2;} 50%{opacity:1;} to{left:100%; opacity:.2;} }

.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card { padding: 24px; border-radius: var(--radius); background: var(--panel); border: 1px solid var(--line); transition: .2s ease; }
.card:hover { transform: translateY(-4px); background: var(--panel-2); border-color: rgba(137,147,255,.24); }
.icon { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; background: rgba(122,92,255,.13); border: 1px solid rgba(122,92,255,.25); margin-bottom: 18px; font-size: 21px; color: #b8ecff; }
.card h3 { margin: 0 0 7px; font-size: 20px; }
.card p { margin: 0; color: var(--muted); font-size: 14px; }
.glow-card { position: relative; overflow: hidden; min-height: 205px; }
.glow-card::before { content:""; position:absolute; width:150px; height:150px; border-radius:50%; background:rgba(112,86,255,.1); filter:blur(30px); right:-50px; top:-65px; }
.card-tag { position:absolute; right:18px; bottom:15px; font-size:9px; letter-spacing:.18em; color:#77859d; font-weight:900; }

.download-panel { display: grid; grid-template-columns: 1.1fr .9fr; gap: 30px; align-items: center; padding: 38px; border-radius: 30px; border: 1px solid var(--line); background: linear-gradient(135deg, rgba(122,92,255,.12), rgba(40,216,255,.055)); box-shadow: var(--shadow); overflow: hidden; }
.device-stack { position: relative; min-height: 280px; display: grid; place-items: center; }
.desktop-shape { width: 320px; max-width: 90%; transform: translateX(-20px); }
.desktop-screen { height: 190px; border-radius: 16px; border: 1px solid rgba(255,255,255,.2); background: radial-gradient(circle at 50% 30%, rgba(117,92,255,.38), transparent 46%), #090d23; display:grid; place-items:center; align-content:center; box-shadow:0 25px 65px rgba(0,0,0,.35), 0 0 45px rgba(86,104,255,.14); }
.desktop-screen span,.phone-shape span { font-weight:950; font-size:42px; letter-spacing:-.08em; }
.desktop-screen small,.phone-shape small { color:#84e6ff; letter-spacing:.14em; font-size:8px; }
.desktop-stand { width:90px; height:40px; margin:0 auto; border-bottom:8px solid rgba(255,255,255,.18); border-left:18px solid transparent; border-right:18px solid transparent; }
.phone-shape { position:absolute; width:105px; height:210px; right:5%; bottom:12px; border-radius:24px; border:1px solid rgba(255,255,255,.22); background:radial-gradient(circle at 50% 30%, rgba(40,216,255,.22), transparent 45%), #0a0e28; display:grid; place-items:center; align-content:center; box-shadow:0 18px 50px rgba(0,0,0,.42); }
.phone-shape span { font-size:30px; }.phone-notch{position:absolute;top:8px;width:36px;height:5px;border-radius:99px;background:rgba(255,255,255,.18)}

.pricing { grid-template-columns: repeat(4, 1fr); }
.price-card { position: relative; display: flex; flex-direction: column; }
.price-card.featured { outline: 1px solid rgba(122,92,255,.7); background: linear-gradient(180deg, rgba(122,92,255,.13), rgba(255,255,255,.045)); box-shadow: 0 0 50px rgba(110,82,255,.11); }
.badge { position: absolute; top: 15px; right: 15px; font-size: 9px; letter-spacing:.12em; padding: 5px 8px; border-radius: 999px; background: rgba(122,92,255,.2); color: #e1dcff; }
.plan-top { display:flex; align-items:center; gap:9px; }.plan-top h3{margin:0}.plan-dot{width:8px;height:8px;border-radius:50%;background:#6ee9ff;box-shadow:0 0 12px #6ee9ff}
.price { font-size: 32px; font-weight: 900; letter-spacing: -.04em; margin: 15px 0 0; }
.price span { font-size: 13px; color: var(--muted); font-weight: 500; }
.price-sub { color:#7f8da5; font-size:11px; margin-bottom:14px; }
.list { list-style: none; margin: 0; padding: 0; color: #cbd5e4; font-size: 13px; flex:1; }
.list li { padding: 7px 0; border-top:1px solid rgba(255,255,255,.045); }.list li:first-child{border-top:0}
.list li::before { content: "✓"; margin-right: 8px; color: var(--good); }
.pricing-note { color:#6f7d95; text-align:center; font-size:11px; max-width:760px; margin:20px auto 0; }

.contact-panel { display:grid; grid-template-columns:1.15fr .85fr; gap:24px; align-items:stretch; padding:34px; border-radius:30px; border:1px solid var(--line); background:radial-gradient(circle at 10% 0%, rgba(122,92,255,.18), transparent 42%), radial-gradient(circle at 100% 100%, rgba(40,216,255,.1), transparent 38%), rgba(255,255,255,.035); box-shadow:var(--shadow); overflow:hidden; position:relative; }
.contact-panel::before { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(110deg, transparent 35%, rgba(255,255,255,.035), transparent 65%); transform:translateX(-100%); animation:contactSweep 7s linear infinite; }
@keyframes contactSweep { to { transform:translateX(100%); } }
.contact-copy { position:relative; z-index:1; }
.contact-copy h2 { font-size:clamp(30px,4vw,46px); margin:8px 0 14px; }
.contact-copy p { color:var(--muted); max-width:720px; margin:0; }
.social-card { position:relative; z-index:1; display:grid; grid-template-columns:auto 1fr auto; gap:18px; align-items:center; padding:24px; border-radius:24px; border:1px solid rgba(255,255,255,.13); background:linear-gradient(145deg, rgba(255,79,216,.08), rgba(122,92,255,.12) 48%, rgba(40,216,255,.07)); transition:.22s ease; min-height:210px; }
.social-card:hover { transform:translateY(-4px); border-color:rgba(171,126,255,.45); box-shadow:0 20px 55px rgba(55,31,130,.18); }
.social-card small { display:block; color:#bba8ff; letter-spacing:.18em; font-weight:900; font-size:9px; margin-bottom:5px; }
.social-card strong { display:block; font-size:22px; letter-spacing:-.025em; }
.social-card p { color:var(--muted); margin:7px 0 0; font-size:13px; }
.social-orbit { width:72px; height:72px; border-radius:23px; display:grid; place-items:center; background:radial-gradient(circle at 32% 28%, #ff8de5, #805dff 52%, #18d1f2); box-shadow:0 0 32px rgba(164,80,255,.24); position:relative; }
.social-orbit::after { content:""; position:absolute; inset:-7px; border:1px solid rgba(163,128,255,.24); border-radius:27px; animation:breathe 4s ease-in-out infinite; }
.social-orbit span { font-weight:950; letter-spacing:-.04em; }
.social-arrow { font-size:28px; color:#9deaff; }

.creator-wrap { max-width: 980px; }
.creator-details { border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(135deg, rgba(122,92,255,.08), rgba(40,216,255,.035)); padding: 0; overflow: hidden; }
.creator-details summary { list-style: none; cursor: pointer; padding: 24px 26px; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.creator-details summary::-webkit-details-marker { display:none; }
.creator-details summary small { display:block; color:#8feaff; letter-spacing:.18em; font-weight:900; font-size:10px; }.creator-details summary b{display:block;font-size:26px;letter-spacing:-.03em;margin-top:3px}
.summary-plus { width:40px;height:40px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);color:#9deaff;font-size:24px;transition:.2s ease; }
.creator-details[open] .summary-plus { transform:rotate(45deg); }
.creator-story { border-top:1px solid var(--line); padding:28px 26px 30px; display:grid; grid-template-columns:120px 1fr; gap:28px; }
.creator-avatar { width:110px;height:110px;border-radius:30px;display:grid;place-items:center;background:linear-gradient(135deg,#765cff,#21ccec);font-size:38px;font-weight:950;letter-spacing:-.07em;box-shadow:0 0 40px rgba(88,118,255,.25); }
.creator-story h3 { margin:0 0 10px;font-size:27px;letter-spacing:-.03em; }.creator-story p{color:#a7b3c9;margin:10px 0}.creator-story strong{color:#fff}

.faq { max-width: 860px; }
details { border-top: 1px solid var(--line); padding: 18px 2px; }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-weight: 750; }
details p { color: var(--muted); margin-bottom: 0; }

.final-cta { margin-top: 28px; margin-bottom: 90px; padding: 34px; border-radius: 28px; border: 1px solid var(--line); background: radial-gradient(circle at 15% 0%, rgba(122,92,255,.18), transparent 40%), rgba(255,255,255,.035); display:flex; justify-content:space-between; align-items:center; gap:30px; }
.final-cta h2{font-size:clamp(30px,4vw,45px);margin:7px 0}.final-cta p{color:var(--muted);margin:0}

.page-hero { padding: 76px 0 28px; }.page-hero h1 { font-size: clamp(40px, 7vw, 68px); margin: 0; text-align: left; }
.prose { max-width: 850px; padding-bottom: 84px; }.prose h2 { font-size: 26px; margin-top: 34px; }.prose h3 { font-size: 18px; margin-top: 26px; }.prose p, .prose li { color: #b8c5d4; }.prose a { color: #9ee8ff; text-decoration: underline; }.notice { padding: 16px 18px; border-radius: 14px; background: rgba(50,214,255,.06); border: 1px solid rgba(50,214,255,.15); color: #cceef5; }

footer { border-top: 1px solid var(--line); padding: 42px 0 48px; color: #7f90a4; font-size: 13px; }
.footer-row { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 28px; }.footer-brand{color:#fff}.footer-row p{margin:8px 0 0}.footer-links { display: flex; gap: 16px; flex-wrap: wrap; }.footer-links a:hover{color:#fff}.copyright{white-space:nowrap}

@media (max-width: 980px) {
  .nav-links a:not(.nav-cta) { display:none; }
  .hero { grid-template-columns: 1fr; text-align:center; padding-top:88px; }
  .hero-copy { display:flex; flex-direction:column; align-items:center; }.hero-actions{justify-content:center}.trust-row{justify-content:center}.ai-core-wrap{min-height:430px}
  .stats-strip { grid-template-columns:1fr 1fr; }
  .pricing { grid-template-columns:1fr 1fr; }
  .download-panel { grid-template-columns:1fr; }.device-stack{min-height:250px}
  .footer-row { grid-template-columns:1fr; text-align:center }.footer-links{justify-content:center}
}
@media (max-width: 720px) {
  .container { width:min(100% - 24px,1180px); }
  .hero { min-height:auto; padding:74px 0 54px; }.hero h1{font-size:clamp(47px,14vw,72px)}.hero-lead{font-size:16px}.ai-core-wrap{min-height:350px;transform:scale(.83);margin:-25px 0}
  .stats-strip { grid-template-columns:1fr 1fr; }.stats-strip>div{padding:15px;display:block}.stats-strip span{display:block;margin-top:1px}
  .section { padding:68px 0; }.section-title p{font-size:15px}
  .platform-switcher { gap:8px; }.platform-select{grid-template-columns:auto 1fr;padding:13px;gap:9px}.platform-select .drop-arrow{display:none}.platform-symbol{width:36px;height:36px}.platform-select b{font-size:14px}.platform-select small{font-size:10px}
  .platform-drop{padding:18px;border-radius:20px}.platform-drop-head{display:block}.status-pill{display:inline-block;margin-top:10px}.platform-drop-head h3{font-size:25px}.feature-columns{grid-template-columns:1fr}.feature-group{padding:16px}
  .link-banner { grid-template-columns:1fr;padding:20px;text-align:center }.link-animation{min-height:85px}.link-animation span{width:60px;height:60px;border-radius:16px}.link-banner h3{font-size:24px}
  .grid,.pricing { grid-template-columns:1fr; }.feature-grid{grid-template-columns:1fr 1fr}.glow-card{min-height:180px;padding:18px}.glow-card p{font-size:12px}.glow-card h3{font-size:17px}.icon{width:38px;height:38px;margin-bottom:13px}
  .download-panel { padding:22px }.desktop-shape{width:260px}.desktop-screen{height:155px}.phone-shape{height:175px;width:88px}
  .contact-panel { grid-template-columns:1fr; padding:22px; }
  .social-card { min-height:auto; }
  .creator-story { grid-template-columns:1fr }.creator-avatar{width:82px;height:82px;border-radius:23px}.creator-details summary{padding:20px}.creator-details summary b{font-size:22px}.creator-story{padding:22px 20px}
  .final-cta { margin-bottom:60px; padding:24px; display:block; text-align:center }.final-cta .btn{margin-top:20px}
}
@media (max-width: 470px) {
  .beta-pill{display:none}.nav{min-height:66px}.nav-cta{min-height:42px;padding:0 14px}
  .hero-actions .btn{width:100%}.trust-row{gap:8px 12px}.trust-row span{font-size:10px}
  .feature-grid{grid-template-columns:1fr}.stats-strip{border-radius:16px}
  .platform-select{padding:12px 10px}.platform-select small{display:none}.platform-symbol{width:32px;height:32px}.platform-select b{font-size:13px}
  .contact-panel { padding:20px; }
  .social-card { grid-template-columns:auto 1fr; padding:18px; }
  .social-arrow { display:none; }
  .social-orbit { width:56px; height:56px; border-radius:18px; }
  .left-actions .btn{width:100%}.device-stack{min-height:220px}.desktop-shape{transform:translateX(-10px)}
}


/* V4 official LJ AI logo + availability */
.brand-logo { width: 44px; height: 44px; object-fit: contain; filter: drop-shadow(0 0 14px rgba(40,216,255,.28)); flex: 0 0 auto; }
.footer-brand .brand-logo { width: 46px; height: 46px; }
.logo-core { width: 310px; height: 310px; border-radius: 34%; background: transparent; border: 0; box-shadow: none; overflow: visible; animation: logoPulse 4s ease-in-out infinite; }
.logo-core .core-glow { inset: -55px; border-radius: 50%; border: 1px solid rgba(40,216,255,.18); box-shadow: 0 0 90px rgba(40,216,255,.12), inset 0 0 60px rgba(122,92,255,.08); }
.hero-logo { width: 100%; height: 100%; object-fit: contain; position: relative; z-index: 2; filter: drop-shadow(0 0 24px rgba(23,213,255,.22)) drop-shadow(0 0 54px rgba(67,91,255,.18)); }
@keyframes logoPulse { 50% { transform: scale(1.035); filter: brightness(1.08); } }
.available-text { color: #78f0bd; font-weight: 800; }
.soon-text { color: #b8c5da; font-weight: 800; }
.availability-pill { display: inline-flex; gap: 10px; align-items: center; }
.availability-pill b { color: #75f0ba; }
.availability-pill span { color: #aab7cc; font-size: 10px; letter-spacing: .08em; }
.availability-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.availability-chip { display: inline-flex; align-items: center; min-height: 34px; padding: 0 12px; border-radius: 999px; font-size: 10px; font-weight: 900; letter-spacing: .08em; border: 1px solid var(--line); }
.availability-chip.available { color: #8bf5c7; background: rgba(90,240,179,.07); border-color: rgba(90,240,179,.22); box-shadow: 0 0 20px rgba(90,240,179,.06); }
.availability-chip.soon { color: #c0cbda; background: rgba(255,255,255,.035); }
.download-note { margin: 12px 0 0; color: #718099; font-size: 11px; }
@media (max-width: 720px) { .brand-logo { width: 40px; height: 40px; } .logo-core { width: 285px; height: 285px; } }
@media (max-width: 470px) { .logo-core { width: 260px; height: 260px; } .availability-row { justify-content: center; } .download-note { text-align: center; } }


/* V6 — fast futuristic startup sequence */
.boot-screen {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #030611;
  color: #f6fbff;
  transition: opacity .42s ease, visibility .42s ease;
}
.boot-screen.boot-complete {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.boot-grid {
  position: absolute;
  inset: -15%;
  opacity: .45;
  background-image:
    linear-gradient(rgba(59,220,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59,220,255,.07) 1px, transparent 1px);
  background-size: 42px 42px;
  transform: perspective(700px) rotateX(62deg) translateY(32%);
  transform-origin: center bottom;
  mask-image: radial-gradient(circle at center, black 12%, transparent 70%);
  animation: bootGridMove 1.8s linear infinite;
}
.boot-glow { position:absolute; width:42rem; height:42rem; border-radius:50%; filter:blur(90px); opacity:.19; }
.boot-glow-one { background:#7357ff; top:-24rem; left:-18rem; }
.boot-glow-two { background:#22d9ff; right:-22rem; bottom:-25rem; }
.boot-console {
  position: relative;
  width: min(600px, calc(100% - 34px));
  padding: 34px 28px 28px;
  text-align: center;
  border: 1px solid rgba(105,224,255,.20);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(11,17,39,.84), rgba(5,9,24,.74));
  box-shadow: 0 30px 120px rgba(0,0,0,.5), 0 0 55px rgba(40,216,255,.09), inset 0 0 38px rgba(122,92,255,.06);
  backdrop-filter: blur(18px);
}
.boot-console::before {
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:inherit;
  padding:1px;
  background:linear-gradient(105deg, rgba(107,89,255,.65), rgba(40,216,255,.65), rgba(255,255,255,.08));
  -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
}
.boot-logo {
  width: 112px;
  height: 112px;
  object-fit: contain;
  filter: drop-shadow(0 0 22px rgba(40,216,255,.34));
  animation: bootLogoPulse 1.05s ease-in-out infinite alternate;
}
.boot-kicker { margin-top:12px; color:#77eaff; font-size:10px; font-weight:900; letter-spacing:.22em; }
.boot-title { margin:8px 0 18px; font-size:clamp(28px,6vw,44px); line-height:1.05; letter-spacing:-.04em; }
.boot-dots { display:inline-flex; gap:4px; margin-left:7px; vertical-align:middle; }
.boot-dots i { width:5px; height:5px; border-radius:50%; background:#75e8ff; opacity:.25; animation:bootDot .9s ease-in-out infinite; }
.boot-dots i:nth-child(2){animation-delay:.15s}.boot-dots i:nth-child(3){animation-delay:.3s}
.boot-statuses { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; margin:0 0 16px; }
.boot-statuses span { min-height:34px; display:flex; align-items:center; justify-content:center; gap:7px; padding:0 8px; border-radius:10px; border:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.025); color:#8090aa; font-size:9px; font-weight:850; letter-spacing:.08em; transition:.25s ease; }
.boot-statuses span b { width:6px; height:6px; border-radius:50%; background:#506078; box-shadow:none; transition:.25s ease; }
.boot-statuses span.online { color:#aef8d7; border-color:rgba(90,240,179,.22); background:rgba(90,240,179,.055); }
.boot-statuses span.online b { background:#5af0b3; box-shadow:0 0 12px rgba(90,240,179,.9); }
.boot-progress { height:4px; border-radius:999px; overflow:hidden; background:rgba(255,255,255,.075); }
.boot-progress span { display:block; width:0; height:100%; border-radius:inherit; background:linear-gradient(90deg,#745dff,#24d9ff,#75f0ba); box-shadow:0 0 16px rgba(40,216,255,.55); transition:width .22s ease; }
.boot-message { margin:11px 0 0; min-height:18px; color:#8fa1ba; font-size:11px; letter-spacing:.045em; }
.boot-screen.boot-success .boot-title { color:#ecfff7; text-shadow:0 0 22px rgba(90,240,179,.22); }
.boot-screen.boot-success .boot-console { border-color:rgba(90,240,179,.24); box-shadow:0 30px 120px rgba(0,0,0,.5), 0 0 62px rgba(90,240,179,.08), inset 0 0 38px rgba(90,240,179,.05); }
@keyframes bootGridMove { to { background-position:0 42px,42px 0; } }
@keyframes bootLogoPulse { to { transform:scale(1.045); filter:drop-shadow(0 0 30px rgba(40,216,255,.48)) brightness(1.08); } }
@keyframes bootDot { 0%,100%{opacity:.2;transform:translateY(0)} 50%{opacity:1;transform:translateY(-2px)} }
@media (max-width:600px) {
  .boot-console { padding:28px 18px 22px; border-radius:23px; }
  .boot-logo { width:92px; height:92px; }
  .boot-statuses { grid-template-columns:1fr 1fr; }
  .boot-title { font-size:31px; }
}
@media (prefers-reduced-motion: reduce) {
  .boot-grid,.boot-logo,.boot-dots i { animation:none !important; }
}
