
:root{
  --bg:#08111f;
  --bg-2:#0d1b32;
  --panel:#101d35;
  --panel-2:#132544;
  --line:rgba(255,255,255,.1);
  --text:#eef4ff;
  --muted:#b1c1dd;
  --blue:#2d8cff;
  --blue-2:#63b3ff;
  --accent:#ff5b5b;
  --shadow:0 20px 50px rgba(0,0,0,.28);
  --radius:24px;
  --max:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top right, rgba(45,140,255,.22), transparent 25%),
    linear-gradient(180deg, #07101c 0%, #091525 45%, #0b1629 100%);
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(calc(100% - 2rem),var(--max));margin:0 auto}

.header{
  position:sticky;top:0;z-index:30;
  backdrop-filter:blur(12px);
  background:rgba(7,16,28,.78);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.nav{
  display:flex;justify-content:space-between;align-items:center;gap:1rem;
  padding:1rem 0;
}
.brand-wrap{display:flex;align-items:center;gap:.9rem}
.brand-logo{
  width:52px;height:52px;border-radius:18px;background:#fff;padding:.35rem;
  box-shadow:var(--shadow);object-fit:contain
}
.brand-name{font-weight:800;font-size:1.15rem}
.brand-tag{font-size:.92rem;color:var(--muted)}
.menu{display:flex;gap:1.1rem;align-items:center;flex-wrap:wrap}
.menu a{color:var(--muted)}
.menu a:hover{color:#fff}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:1rem 1.2rem;border-radius:999px;font-weight:800;
  background:linear-gradient(135deg,var(--blue),var(--blue-2));
  color:#fff;box-shadow:var(--shadow);border:none;cursor:pointer
}
.btn.alt{
  background:transparent;border:1px solid var(--line);box-shadow:none
}
.btn.small{padding:.7rem 1rem}

.hero{padding:4.8rem 0 3rem}
.hero-grid{
  display:grid;grid-template-columns:1.15fr .85fr;gap:2rem;align-items:center
}
.eyebrow{
  color:var(--blue-2);text-transform:uppercase;letter-spacing:.08em;
  font-size:.82rem;font-weight:800;margin-bottom:1rem
}
h1,h2,h3{margin-top:0}
h1{font-size:clamp(2.3rem,5vw,4.6rem);line-height:1.02;margin-bottom:1rem}
h2{font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.08;margin-bottom:.8rem}
h3{font-size:1.2rem;margin-bottom:.6rem}
.lead,.muted,.card p,.footer p,.footer a,.list li,.steps p,.copy p,.quote-text,.promo-note{
  color:var(--muted);line-height:1.7
}
.hero-card,.card,.feature,.promo-card,.panel,.quote-box,.gallery-item,.info-card{
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.035));
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow)
}
.hero-card{padding:1.2rem}
.hero-card .grid{
  display:grid;grid-template-columns:1fr 1fr;gap:.8rem
}
.hero-card img{
  border-radius:18px;aspect-ratio:1/1;object-fit:cover;background:#0b1322
}
.section{padding:4.4rem 0}
.section.alt{background:rgba(255,255,255,.02)}
.section-head{max-width:800px;margin-bottom:2rem}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}
.card{padding:1.35rem}
.card .icon{
  width:42px;height:42px;border-radius:14px;display:grid;place-items:center;
  background:rgba(45,140,255,.14);margin-bottom:.9rem;font-size:1.2rem
}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.feature{padding:1.15rem}
.gallery{
  display:grid;grid-template-columns:repeat(3,1fr);gap:1rem
}
.gallery-item{overflow:hidden}
.gallery-item img{width:100%;height:100%;aspect-ratio:4/5;object-fit:cover}
.gallery-item .cap{padding:.9rem 1rem;font-weight:700}
.promo{
  display:grid;grid-template-columns:.95fr 1.05fr;gap:1.4rem;align-items:center
}
.promo-card{padding:1.4rem}
.promo img{border-radius:22px;box-shadow:var(--shadow)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}
.steps{display:grid;gap:1rem}
.step{
  padding:1.1rem 1.2rem;border-radius:20px;background:rgba(255,255,255,.04);
  border:1px solid var(--line)
}
.quote-box{padding:1.4rem}
.quote-text{font-size:1.05rem}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.input{
  width:100%;padding:.95rem 1rem;border-radius:16px;border:1px solid var(--line);
  background:rgba(255,255,255,.04);color:var(--text);font:inherit
}
textarea.input{min-height:160px;resize:vertical}
.note{
  margin-top:1rem;padding:1rem 1.1rem;border-left:4px solid var(--blue);
  background:rgba(45,140,255,.08);border-radius:14px;color:var(--muted)
}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.info-card{padding:1.2rem}
.footer{
  padding:2rem 0 3rem;border-top:1px solid rgba(255,255,255,.08)
}
.footer-wrap{
  display:grid;grid-template-columns:1.1fr .9fr;gap:1.5rem;align-items:start
}
.list{padding-left:1.1rem;margin:.2rem 0 0}
.badge{
  display:inline-flex;padding:.45rem .7rem;border-radius:999px;
  background:rgba(255,91,91,.12);color:#ffd2d2;font-size:.85rem;font-weight:800;
  border:1px solid rgba(255,91,91,.18)
}
.kicker{
  display:flex;flex-wrap:wrap;gap:.6rem;margin:1rem 0 1.4rem
}
.page-hero{padding:3.2rem 0 2rem}
.copy{max-width:900px}
.cta-band{
  margin-top:2rem;padding:1.2rem;border-radius:24px;
  background:linear-gradient(135deg, rgba(45,140,255,.18), rgba(99,179,255,.08));
  border:1px solid var(--line)
}

@media (max-width:980px){
  .hero-grid,.promo,.split,.footer-wrap,.cards,.feature-grid,.gallery,.info-grid{grid-template-columns:1fr 1fr}
  .menu{display:none}
}
@media (max-width:680px){
  .hero-grid,.promo,.split,.cards,.feature-grid,.gallery,.form-grid,.info-grid,.footer-wrap{grid-template-columns:1fr}
  .hero{padding-top:4rem}
  .section{padding:3.5rem 0}
}
