:root{
  --bg:#0b0f14;
  --card:#111826;
  --muted:#94a3b8;
  --text:#e5e7eb;
  --brand:#ff3b30;
  --brand2:#ff6a00;
  --line:rgba(148,163,184,.18);
  --shadow: 0 10px 30px rgba(0,0,0,.35);
  --radius:18px;
  --max:1100px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;
  background: radial-gradient(1200px 600px at 20% -10%, rgba(255,59,48,.25), transparent 60%),
              radial-gradient(900px 500px at 90% 10%, rgba(255,106,0,.20), transparent 60%),
              var(--bg);
  color:var(--text);
  line-height:1.55;
}
a{color:inherit;text-decoration:none}
a:hover{opacity:.92}
img{max-width:100%;height:auto;display:block}
.container{max-width:var(--max);margin:0 auto;padding:0 18px}
.nav{
  position:sticky;top:0;z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(11,15,20,.75);
  border-bottom:1px solid var(--line);
}
.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:14px}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:.2px}
.logo{
  width:34px;height:34px;border-radius:10px;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  box-shadow: 0 10px 25px rgba(255,59,48,.25);
}
.menu{display:flex;gap:16px;flex-wrap:wrap;align-items:center;justify-content:flex-end}
.menu a{font-weight:600;color:rgba(229,231,235,.92);font-size:14px}
.menu a.active{color:#fff}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:11px 14px;border-radius:14px;border:1px solid rgba(255,59,48,.35);
  background: linear-gradient(135deg, rgba(255,59,48,.95), rgba(255,106,0,.90));
  color:#0b0f14;font-weight:800;box-shadow: var(--shadow);
}
.btn.secondary{
  background: transparent;color:var(--text);
  border:1px solid var(--line);box-shadow:none;
}
.hero{
  padding:48px 0 26px 0;
}
.hero-grid{
  display:grid;grid-template-columns: 1.12fr .88fr;gap:22px;align-items:stretch;
}
@media (max-width: 900px){.hero-grid{grid-template-columns:1fr}}
.h1{font-size:44px;line-height:1.08;margin:10px 0 12px 0;letter-spacing:-.6px}
@media (max-width: 540px){.h1{font-size:34px}}
.kicker{color:rgba(229,231,235,.9);font-weight:700}
.sub{color:var(--muted);font-size:16px;max-width:62ch}
.badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.badge{
  padding:8px 10px;border-radius:999px;font-weight:700;font-size:13px;
  border:1px solid var(--line);background: rgba(17,24,38,.75);
}
.card{
  background: linear-gradient(180deg, rgba(17,24,38,.95), rgba(17,24,38,.72));
  border:1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-card{padding:18px}
.hero-card h3{margin:2px 0 8px 0}
.hero-card p{margin:0;color:var(--muted)}
.hero-card .line{height:1px;background:var(--line);margin:14px 0}
.hero-card ul{margin:0;padding-left:18px;color:rgba(229,231,235,.92)}
.hero-card li{margin:6px 0}
.grid3{display:grid;grid-template-columns: repeat(3, 1fr);gap:14px}
@media (max-width: 900px){.grid3{grid-template-columns:1fr}}
.section{padding:26px 0}
.section h2{margin:0 0 10px 0;font-size:28px;letter-spacing:-.2px}
.section p.lead{margin:0 0 14px 0;color:var(--muted);max-width:80ch}
.tile{padding:16px}
.tile h3{margin:4px 0 6px 0}
.tile p{margin:0;color:var(--muted)}
.icon{
  width:38px;height:38px;border-radius:14px;
  background: rgba(255,59,48,.15);
  border:1px solid rgba(255,59,48,.25);
  display:flex;align-items:center;justify-content:center;
}
.icon svg{width:20px;height:20px;fill:rgba(255,255,255,.92)}
.split{
  display:grid;grid-template-columns: 1fr 1fr;gap:16px;align-items:start;
}
@media (max-width: 900px){.split{grid-template-columns:1fr}}
.form{padding:16px}
label{display:block;font-weight:700;margin:10px 0 6px 0}
input,textarea,select{
  width:100%;padding:12px 12px;border-radius:14px;
  border:1px solid var(--line);
  background: rgba(11,15,20,.55);
  color: var(--text);
  outline:none;
}
textarea{min-height:120px;resize:vertical}
.small{font-size:13px;color:var(--muted)}
.footer{
  padding:26px 0 34px 0;border-top:1px solid var(--line);
  color:var(--muted);margin-top:24px
}
.footer a{color:rgba(229,231,235,.9)}
.kit{
  display:flex;gap:10px;flex-wrap:wrap;margin-top:10px
}
.notice{
  padding:12px 14px;border-radius:16px;border:1px dashed rgba(148,163,184,.35);
  background: rgba(17,24,38,.55);
  color: rgba(229,231,235,.92);
}
.gallery{
  display:grid;grid-template-columns: repeat(3, 1fr);gap:12px
}
@media (max-width: 900px){.gallery{grid-template-columns:1fr 1fr}}
@media (max-width: 520px){.gallery{grid-template-columns:1fr}}
.ph{
  border-radius:18px;border:1px solid var(--line);
  background: linear-gradient(135deg, rgba(255,59,48,.16), rgba(255,106,0,.10));
  aspect-ratio: 4/3; display:flex; align-items:center; justify-content:center;
  color: rgba(229,231,235,.88);
  overflow:hidden;
}
.ph span{font-weight:800;letter-spacing:.2px}
.topbar{
  display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:14px
}
.pill{
  padding:8px 10px;border-radius:999px;border:1px solid var(--line);
  background: rgba(11,15,20,.35);font-weight:700;font-size:13px;color:rgba(229,231,235,.9)
}
