
:root{--brand-500:#7aa2ff;--brand-600:#5f86ff;--purple-500:#8b5cf6;--purple-600:#7c3aed;--cyan-500:#06b6d4;--fuchsia-500:#d946ef;--indigo-500:#6366f1;--bg:#020617;--text:#e5e7eb;--text-300:#cbd5e1;--text-400:#94a3b8;}
*{box-sizing:border-box}html,body{height:100%}html{background-color:var(--bg)}body{min-height:100%;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul{margin:0;padding:0;list-style:none}
.hidden{display:none}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.grid{display:grid}.center-between{align-items:center;justify-content:space-between}
.sticky-top{position:sticky;top:0;z-index:50}.rounded-sm{border-radius:.5rem}.rounded{border-radius:.75rem}.rounded-lg{border-radius:1rem}.rounded-xl{border-radius:1.5rem}
.border-weak{border:1px solid rgba(255,255,255,.15)}.border-mid{border:1px solid rgba(255,255,255,.2)}.shadow{box-shadow:0 18px 40px rgba(0,0,0,.45)}.shadow-strong{box-shadow:0 30px 90px rgba(0,0,0,.65),0 0 60px rgba(122,162,255,.2)}
.glass{background:rgba(255,255,255,0.06);backdrop-filter:blur(14px)}.gradient-soft{background-image:linear-gradient(135deg,rgba(99,102,241,.26),rgba(122,162,255,.18),rgba(6,182,212,.18))}.gradient-strong{background-image:linear-gradient(135deg,rgba(99,102,241,.32),rgba(122,162,255,.22),rgba(6,182,212,.22))}
.text-dim{color:var(--text-300)}.text-muted{color:var(--text-400)}.text-brand{color:var(--brand-500)}.text-white{color:#fff}
.fw-semibold{font-weight:600}.fw-bold{font-weight:700}.fw-extrabold{font-weight:800}.title-1{font-size:2.25rem;line-height:2.5rem}.title-2{font-size:1.875rem;line-height:2.25rem}.title-3{font-size:1.5rem;line-height:2rem}
.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-10{margin-top:2.5rem}.mb-2{margin-bottom:.5rem}
.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-10{padding:2.5rem}
.container{max-width:80rem;margin-inline:auto}.page{min-height:100%;background:var(--bg);color:var(--text)}.main{padding:2.5rem 1rem}
.section{border:1px solid rgba(255,255,255,.2);border-radius:1.5rem;padding:2.5rem;box-shadow:0 28px 70px rgba(0,0,0,.6)}
.section--soft{background:rgba(255,255,255,0.06);backdrop-filter:blur(14px);background-image:linear-gradient(135deg,rgba(99,102,241,.26),rgba(122,162,255,.18),rgba(6,182,212,.18))}
.section--strong{background:rgba(255,255,255,0.06);backdrop-filter:blur(14px);background-image:linear-gradient(135deg,rgba(99,102,241,.32),rgba(122,162,255,.22),rgba(6,182,212,.22));box-shadow:0 30px 90px rgba(0,0,0,.65),0 0 60px rgba(122,162,255,.2)}
.card{border:1px solid rgba(255,255,255,.15);border-radius:1rem;overflow:hidden;background:rgba(255,255,255,0.06);box-shadow:0 18px 40px rgba(0,0,0,.45)}.card--p{padding:1.5rem}
.media{border:1px solid rgba(255,255,255,.15);border-radius:1rem;overflow:hidden;box-shadow:0 18px 40px rgba(0,0,0,.45)}
.media--h32{height:8rem}.media--h40{height:10rem}.media--h48{height:12rem}.media--h64{height:16rem}.media--h72{height:18rem}.object-cover{object-fit:cover;width:100%;height:100%}
.grid-2{display:grid;grid-template-columns:1fr;gap:1.5rem}.grid-3{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,0.06);backdrop-filter:blur(14px)}.header__row{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem}
.brand{display:flex;align-items:center;gap:.5rem;font-weight:800;color:#fff}.brand__logo{display:grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:.75rem;background-image:linear-gradient(to bottom right,var(--brand-500),var(--indigo-500));box-shadow:0 10px 25px rgba(0,0,0,.35)}
.nav{display:none;gap:.5rem}.nav--desktop{display:none}.nav__link{padding:.5rem .75rem;border-radius:.5rem}.nav__link:hover{background:rgba(255,255,255,.1)}.nav__link--cta{margin-left:.5rem;background-image:linear-gradient(to bottom right,var(--brand-500),var(--indigo-500))}
.active-nav{background-image:linear-gradient(135deg,rgba(122,162,255,.35),rgba(99,102,241,.35));box-shadow:0 10px 28px rgba(0,0,0,.45)}
.menu-btn{display:inline-flex;flex-direction:column;gap:.375rem}.menu-btn__bar{width:1.5rem;height:.125rem;background:#fff}
@media (min-width:1024px){.nav--desktop{display:flex}.nav--mobile{display:none}}
.footer{background:rgba(255,255,255,0.06);backdrop-filter:blur(14px);margin-top:2.5rem}.footer__grid{display:grid;gap:1.5rem;padding:2rem 1rem}@media (min-width:768px){.footer__grid{grid-template-columns:repeat(3,1fr)}}
.btn{display:inline-block;border-radius:.9rem;padding:.6rem 1rem;color:#fff}.btn--primary{background-image:linear-gradient(to bottom right,var(--brand-500),var(--indigo-500))}
.form label{display:block;margin-bottom:.25rem}.form input,.form select,.form textarea{width:100%;padding:.5rem .75rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.06);color:var(--text)}
.lead{color:var(--text-300)}.small{font-size:.875rem;color:var(--text-400)}.list{display:flex;gap:2rem;font-size:.9rem;color:rgba(203,213,225,.8)}
.wrap{padding:0 1rem}.mt-grid{margin-top:1.5rem}.mt-section{margin-top:2.5rem}
.menu{display:none}.menu.open{display:block}.menu a{display:block;padding:.5rem .75rem;border-radius:.5rem}.menu a:hover{background:rgba(255,255,255,.1)}.menu a.cta{background-image:linear-gradient(to bottom right,var(--brand-500),var(--indigo-500))}
