@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:wght@300;400;500&display=swap');
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bg: #050a14; --bg2: #090f1e; --surface: rgba(255,255,255,0.04);
  --border: rgba(255,255,255,0.08); --accent: #3b70e8; --accent2: #7c5ce8;
  --text: #d8e4f8; --muted: #6a80a8; --white: #ffffff;
}
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: 'DM Sans', sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; min-height: 100vh; }
.bg-stars { position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(1px 1px at 8% 15%, rgba(255,255,255,.55) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 38% 6%, rgba(255,255,255,.45) 0%, transparent 100%),
    radial-gradient(1px 1px at 58% 28%, rgba(255,255,255,.5) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 90% 10%, rgba(255,255,255,.45) 0%, transparent 100%),
    radial-gradient(1px 1px at 4% 72%, rgba(255,255,255,.35) 0%, transparent 100%),
    radial-gradient(1px 1px at 48% 82%, rgba(255,255,255,.28) 0%, transparent 100%),
    radial-gradient(1px 1px at 82% 35%, rgba(255,255,255,.3) 0%, transparent 100%); }
.bg-glow { position: fixed; top: -250px; right: -150px; z-index: 0; pointer-events: none; width: 700px; height: 700px; border-radius: 50%;
  background: radial-gradient(circle, rgba(59,112,232,.1) 0%, rgba(124,92,232,.05) 40%, transparent 70%); }
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 500; display: flex; align-items: center; justify-content: space-between; padding: 1rem 2.5rem; background: rgba(5,10,20,.88); backdrop-filter: blur(18px); border-bottom: 1px solid var(--border); }
.nav-logo { font-family: 'Syne', sans-serif; font-size: 1.25rem; font-weight: 800; color: var(--white); text-decoration: none; letter-spacing: -.025em; display: flex; align-items: center; gap: .5rem; }
.nav-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px var(--accent); animation: dotPulse 2.5s ease-in-out infinite; }
@keyframes dotPulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(.8)} }
.nav-links { display: flex; gap: 1.8rem; align-items: center; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: .88rem; transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--white); }
.page { position: relative; z-index: 1; padding-top: 5rem; min-height: 100vh; }
.hero { display: flex; align-items: center; justify-content: center; min-height: calc(100vh - 5rem); padding: 4rem 2rem; text-align: center; }
.hero-inner { max-width: 760px; }
.badge { display: inline-flex; align-items: center; gap: .45rem; background: rgba(59,112,232,.1); border: 1px solid rgba(59,112,232,.25); border-radius: 100px; padding: .35rem .95rem; font-size: .75rem; font-weight: 500; color: #7aaaff; letter-spacing: .07em; text-transform: uppercase; margin-bottom: 1.8rem; animation: fadeUp .5s ease both; }
h1.big { font-family: 'Syne', sans-serif; font-size: clamp(2.6rem, 6.5vw, 5rem); font-weight: 800; line-height: 1.08; letter-spacing: -.035em; color: var(--white); margin-bottom: 1.4rem; animation: fadeUp .5s .08s ease both; }
.grad-text { background: linear-gradient(130deg, #3b70e8, #a78bfa); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero p { font-size: 1.1rem; color: var(--muted); max-width: 500px; margin: 0 auto 2.2rem; font-weight: 300; animation: fadeUp .5s .16s ease both; }
.ctas { display: flex; gap: .9rem; justify-content: center; flex-wrap: wrap; animation: fadeUp .5s .24s ease both; }
.btn { display: inline-flex; align-items: center; gap: .45rem; padding: .8rem 1.6rem; border-radius: 12px; font-size: .9rem; font-weight: 500; text-decoration: none; cursor: pointer; border: none; font-family: 'DM Sans', sans-serif; transition: opacity .2s, transform .2s; }
.btn:hover { opacity: .85; transform: translateY(-2px); }
.btn-blue { background: var(--accent); color: #fff; }
.btn-outline { background: transparent; color: var(--text); border: 1px solid var(--border); }
.btn-outline:hover { background: var(--surface); border-color: rgba(255,255,255,.18); }
.stats-bar { position: relative; z-index: 1; display: flex; justify-content: center; gap: 3.5rem; flex-wrap: wrap; padding: 2.2rem 2rem; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(255,255,255,.015); }
.stat-num { font-family: 'Syne', sans-serif; font-size: 2rem; font-weight: 700; color: var(--white); letter-spacing: -.03em; display: block; }
.stat-label { font-size: .78rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.section { position: relative; z-index: 1; max-width: 1080px; margin: 0 auto; padding: 5rem 2rem; }
.section-tag { font-size: .73rem; font-weight: 500; color: #7aaaff; letter-spacing: .1em; text-transform: uppercase; margin-bottom: .7rem; }
h2.section-title { font-family: 'Syne', sans-serif; font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 700; letter-spacing: -.03em; color: var(--white); line-height: 1.15; margin-bottom: 1rem; }
.section-sub { font-size: 1rem; color: var(--muted); max-width: 480px; font-weight: 300; margin-bottom: 2.8rem; }
.grid { display: grid; gap: 1.2rem; }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.card { background: var(--surface); border: 1px solid var(--border); border-radius: 18px; padding: 1.7rem; transition: border-color .25s, transform .25s; }
.card:hover { border-color: rgba(59,112,232,.3); transform: translateY(-3px); }
.card-icon { width: 42px; height: 42px; border-radius: 11px; background: rgba(59,112,232,.12); display: flex; align-items: center; justify-content: center; font-size: 1.15rem; margin-bottom: 1.1rem; }
.card h3 { font-family: 'Syne', sans-serif; font-size: 1rem; font-weight: 600; color: var(--white); margin-bottom: .45rem; }
.card p { font-size: .875rem; color: var(--muted); line-height: 1.6; }
.app-card { display: flex; flex-direction: column; gap: .8rem; }
.app-tag { font-size: .7rem; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; color: #7aaaff; }
.app-name { font-family: 'Syne', sans-serif; font-size: 1.3rem; font-weight: 700; color: var(--white); }
.app-desc { font-size: .88rem; color: var(--muted); line-height: 1.6; }
.app-link { display: inline-flex; align-items: center; gap: .4rem; font-size: .82rem; color: var(--accent); text-decoration: none; font-weight: 500; transition: gap .2s; }
.app-link:hover { gap: .7rem; }
.content { max-width: 700px; }
.content p { color: var(--muted); margin-bottom: 1.2rem; font-weight: 300; font-size: 1rem; }
.content h3 { font-family: 'Syne', sans-serif; font-size: 1.15rem; font-weight: 700; color: var(--white); margin: 2rem 0 .6rem; }
footer { position: relative; z-index: 1; border-top: 1px solid var(--border); padding: 1.6rem 2.5rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .8rem; background: rgba(255,255,255,.01); }
footer p, footer a { font-size: .8rem; color: var(--muted); text-decoration: none; }
footer a:hover { color: var(--text); }
@keyframes fadeUp { from{opacity:0;transform:translateY(14px)} to{opacity:1;transform:translateY(0)} }
@media (max-width: 640px) { nav{padding:1rem 1.2rem} .nav-links{gap:1rem} .stats-bar{gap:1.5rem} }
