:root{
  --bg:#060812;
  --panel:rgba(16,21,37,.72);
  --panel-strong:#10162a;
  --text:#f7f8ff;
  --muted:#9ca8c7;
  --line:rgba(255,255,255,.1);
  --blue:#6f8cff;
  --cyan:#40d9ff;
  --purple:#9a67ff;
  --radius:26px;
  --shadow:0 30px 80px rgba(0,0,0,.36);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at 50% -20%,#121a35 0,#070a14 42%,#05070d 75%);color:var(--text);min-height:100vh;overflow-x:hidden}
a{color:inherit;text-decoration:none}
button,a{font:inherit}
.shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
.aurora{position:fixed;width:520px;height:520px;border-radius:50%;filter:blur(110px);opacity:.16;z-index:-1;pointer-events:none}
.aurora-one{background:#4775ff;left:-140px;top:110px}.aurora-two{background:#8c47ff;right:-180px;top:440px}
.site-header{width:min(1220px,calc(100% - 28px));height:74px;margin:18px auto 0;padding:0 22px;border:1px solid var(--line);background:rgba(7,10,19,.72);backdrop-filter:blur(20px);border-radius:22px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:14px;z-index:20;box-shadow:0 12px 35px rgba(0,0,0,.22)}
.brand{display:flex;align-items:center;gap:11px}.brand-mark{width:40px;height:40px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,var(--cyan),var(--blue) 45%,var(--purple));font-weight:800;font-size:20px;box-shadow:0 8px 28px rgba(92,116,255,.35)}
.brand-copy{display:flex;flex-direction:column;line-height:1.05}.brand-copy strong{font-size:15px;letter-spacing:.02em}.brand-copy small{font-size:11px;color:var(--muted);margin-top:4px;letter-spacing:.06em;text-transform:uppercase}
.nav{display:flex;align-items:center;gap:6px}.nav a{font-size:14px;color:#cbd3ea;padding:10px 13px;border-radius:12px;transition:.2s}.nav a:hover{background:rgba(255,255,255,.06);color:white}.nav .nav-cta{border:1px solid rgba(111,140,255,.35);background:rgba(111,140,255,.08)}
.menu-button{display:none;border:0;background:transparent;color:white;font-size:24px}
.hero{min-height:720px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px;padding:90px 0 70px}
.eyebrow,.kicker{text-transform:uppercase;letter-spacing:.13em;color:#9cadff;font-size:12px;font-weight:700}.eyebrow{display:flex;align-items:center;gap:8px;margin-bottom:22px}.eyebrow span{width:7px;height:7px;border-radius:50%;background:var(--cyan);box-shadow:0 0 17px var(--cyan)}
h1{font-size:clamp(48px,6.3vw,78px);line-height:.98;letter-spacing:-.055em;margin:0;max-width:780px}h1 em{font-style:normal;background:linear-gradient(90deg,#f5f7ff 5%,#87a1ff 52%,#65d8ff);-webkit-background-clip:text;color:transparent}
.hero-copy>p{font-size:18px;line-height:1.7;color:var(--muted);max-width:660px;margin:28px 0 0}.hero-actions,.product-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-actions{margin-top:34px}
.button{border:1px solid var(--line);border-radius:14px;min-height:48px;padding:0 19px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;cursor:pointer;transition:transform .2s,background .2s,border .2s}.button:hover{transform:translateY(-2px)}.button.primary{background:linear-gradient(135deg,#6e85ff,#6655f3 55%,#9258f8);border-color:transparent;box-shadow:0 14px 38px rgba(93,100,248,.26)}.button.ghost{background:rgba(255,255,255,.035)}.button.small{min-height:42px;padding:0 15px;font-size:13px}.button:disabled{opacity:.52;cursor:not-allowed;transform:none}
.hero-stats{margin-top:48px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;border-top:1px solid var(--line);padding-top:26px}.hero-stats div{display:flex;flex-direction:column;gap:7px}.hero-stats strong{font-size:16px}.hero-stats span{font-size:12px;color:var(--muted)}
.hero-visual{height:560px;position:relative;display:grid;place-items:center}.orb{position:absolute;border-radius:50%;filter:blur(30px)}.orb-a{width:320px;height:320px;background:rgba(61,115,255,.16);top:65px;left:55px}.orb-b{width:260px;height:260px;background:rgba(139,74,255,.18);bottom:20px;right:30px}
.device-card{position:absolute;border:1px solid rgba(255,255,255,.13);background:linear-gradient(160deg,rgba(31,39,69,.92),rgba(10,14,27,.88));backdrop-filter:blur(25px);box-shadow:var(--shadow)}.card-front{width:min(390px,84%);padding:22px;border-radius:32px;transform:rotate(3deg);z-index:2}.card-back{width:230px;height:145px;border-radius:24px;left:6px;top:80px;transform:rotate(-9deg);padding:18px;display:flex;flex-direction:column;gap:8px;justify-content:flex-end}.card-back span{font-weight:700}.card-back small{color:var(--muted)}
.mini-icon{position:absolute;top:18px;right:18px;width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#7d55f4,#ff70be);display:grid;place-items:center;font-size:12px;font-weight:800}.app-preview{display:flex;align-items:center;gap:14px}.app-preview div:last-child{display:flex;flex-direction:column;gap:4px}.app-preview strong{font-size:18px}.app-preview span{font-size:12px;color:var(--muted)}
.app-icon{width:52px;height:52px;border-radius:17px;display:grid;place-items:center;font-weight:800;box-shadow:inset 0 1px 1px rgba(255,255,255,.2),0 12px 28px rgba(0,0,0,.25)}.app-icon.large{width:62px;height:62px;border-radius:19px}.worktime-icon{background:linear-gradient(145deg,#46dfff,#4b6fff 52%,#7e54ff)}.montecar-icon{font-size:13px;background:linear-gradient(145deg,#5f49d8,#bf4fff 52%,#f277b7)}
.fake-screen{margin-top:24px;border-radius:24px;padding:26px 22px 22px;background:linear-gradient(180deg,#0a1020,#11182c);border:1px solid rgba(255,255,255,.08)}.screen-pill{display:inline-flex;padding:7px 10px;border-radius:999px;font-size:10px;color:#74e7ff;background:rgba(64,217,255,.08);border:1px solid rgba(64,217,255,.18)}.timer{font-size:42px;font-weight:800;letter-spacing:-.045em;margin:22px 0 14px}.progress{height:7px;border-radius:999px;background:#1c2540;overflow:hidden}.progress span{display:block;width:78%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--cyan),var(--blue),var(--purple))}.screen-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:19px}.screen-grid i{height:52px;border-radius:14px;background:rgba(255,255,255,.045)}
.section{padding:90px 0}.section-heading{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:end;margin-bottom:34px}.section-heading h2,.spotlight h2,.about h2,.contact-card h2{font-size:clamp(36px,4vw,54px);line-height:1.02;letter-spacing:-.045em;margin:11px 0 0}.section-heading p{color:var(--muted);line-height:1.7;margin:0;max-width:520px;justify-self:end}
.product-grid{display:grid;grid-template-columns:1.2fr 1fr .72fr;gap:16px}.product-card{min-height:430px;border:1px solid var(--line);border-radius:var(--radius);padding:26px;background:linear-gradient(145deg,rgba(20,27,49,.78),rgba(8,11,21,.88));display:flex;flex-direction:column;box-shadow:0 20px 50px rgba(0,0,0,.15)}.product-card.featured{background:radial-gradient(circle at 100% 0,rgba(76,105,255,.16),transparent 42%),linear-gradient(145deg,rgba(20,28,54,.92),rgba(8,11,21,.9))}.product-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.product-tags{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.product-tags span,.status-dot{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#a9b6d6;padding:7px 9px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid var(--line)}.product-card h3{font-size:29px;letter-spacing:-.035em;margin:26px 0 12px}.product-card>p{color:var(--muted);line-height:1.65;margin:0}.feature-list{list-style:none;padding:0;margin:24px 0;color:#cad3eb;font-size:13px;display:grid;gap:10px}.feature-list li:before{content:"✦";color:#6fcfff;margin-right:9px}.product-actions{margin-top:auto}.product-card.coming{justify-content:flex-end;background:linear-gradient(160deg,rgba(13,17,29,.8),rgba(9,10,16,.92))}.coming-symbol{margin-bottom:auto;width:48px;height:48px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:27px;color:var(--muted)}.status-dot{width:max-content;margin-top:24px;color:#b8c2dc}
.spotlight{display:grid;grid-template-columns:1.03fr .97fr;gap:60px;align-items:stretch}.spotlight-copy{padding:42px 0}.spotlight-copy>p{color:var(--muted);font-size:17px;line-height:1.72;max-width:670px}.release-line{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:30px 0}.release-line div{border-top:1px solid var(--line);padding-top:14px;display:flex;flex-direction:column;gap:6px}.release-line span{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.release-line strong{font-size:14px}.spotlight-panel{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(160deg,#111932,#0a0f1e);padding:30px}.panel-label{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#8fa4e6}.benefit{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:24px 0;border-bottom:1px solid var(--line)}.benefit:last-child{border-bottom:0}.benefit b{color:#65779f;font-size:12px}.benefit div{display:flex;flex-direction:column;gap:7px}.benefit strong{font-size:16px}.benefit span{font-size:13px;line-height:1.6;color:var(--muted)}
.ai-strip{border:1px solid var(--line);background:radial-gradient(circle at 85% 10%,rgba(152,76,255,.15),transparent 32%),rgba(12,16,29,.78);border-radius:var(--radius);padding:32px;display:grid;grid-template-columns:.85fr 1.15fr;gap:30px;align-items:center}.ai-copy h3{font-size:26px;margin:0 0 10px}.ai-copy p{color:var(--muted);line-height:1.7;margin:0}.pipeline{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.pipeline span{padding:12px 14px;border-radius:13px;border:1px solid var(--line);background:rgba(255,255,255,.04);font-size:13px;font-weight:700}.pipeline i{font-style:normal;color:#7382ad}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.service-grid article{border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.025);padding:26px;min-height:220px}.service-grid article>span{font-size:12px;color:#6d7da4}.service-grid h3{font-size:21px;margin:46px 0 10px}.service-grid p{color:var(--muted);line-height:1.6;font-size:14px;margin:0}.about{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:end;border-top:1px solid var(--line)}.about>p{font-size:20px;line-height:1.65;color:#bdc7df;margin:0}.contact-card{border:1px solid rgba(112,133,255,.2);border-radius:32px;background:radial-gradient(circle at 10% 30%,rgba(65,214,255,.11),transparent 30%),radial-gradient(circle at 90% 0,rgba(145,84,255,.15),transparent 35%),rgba(13,17,31,.9);padding:48px;display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:80px}.contact-card p{color:var(--muted);margin:14px 0 0}.footer{display:flex;align-items:center;justify-content:space-between;padding:25px 0 45px;border-top:1px solid var(--line);color:var(--muted)}.footer p{font-size:12px}.brand.compact .brand-mark{width:34px;height:34px;border-radius:11px}.brand.compact .brand-copy strong{font-size:13px}.brand.compact .brand-copy small{font-size:9px}
@media(max-width:980px){.nav{display:none}.nav.open{display:flex;position:absolute;top:82px;left:0;right:0;flex-direction:column;align-items:stretch;padding:14px;border:1px solid var(--line);background:rgba(7,10,19,.96);backdrop-filter:blur(20px);border-radius:18px}.nav.open a{text-align:center}.menu-button{display:block}.hero{grid-template-columns:1fr;gap:10px;padding-top:70px}.hero-visual{height:490px}.product-grid{grid-template-columns:1fr 1fr}.product-card.coming{grid-column:1/-1;min-height:250px}.spotlight{grid-template-columns:1fr;gap:20px}.section-heading,.about{grid-template-columns:1fr;gap:24px}.section-heading p{justify-self:start}.ai-strip{grid-template-columns:1fr}.pipeline{justify-content:flex-start}.service-grid{grid-template-columns:1fr}.contact-card{align-items:flex-start;flex-direction:column}}
@media(max-width:640px){.shell{width:min(100% - 28px,1180px)}.site-header{width:calc(100% - 20px);padding:0 15px}.hero{min-height:auto;padding-top:65px}.hero-copy>p{font-size:16px}.hero-stats{grid-template-columns:1fr;gap:18px}.hero-visual{height:410px}.card-front{width:92%;padding:16px}.card-back{width:185px;height:120px;left:0}.timer{font-size:34px}.product-grid{grid-template-columns:1fr}.product-card.coming{grid-column:auto}.section{padding:65px 0}.release-line{grid-template-columns:1fr}.contact-card{padding:30px}.footer{flex-direction:column;align-items:flex-start;gap:18px}.pipeline i{display:none}.pipeline span{flex:1;text-align:center;min-width:110px}}
