:root{
  --bg:#071225;
  --bg-soft:#0d1730;
  --panel:#0f1d3d;
  --panel-2:#132654;
  --text:#f5f7fb;
  --muted:#b9c3d9;
  --line:rgba(255,255,255,.08);
  --primary:#ea0d27;
  --primary-2:#0d3b91;
  --white:#fff;
  --shadow:0 18px 45px rgba(0,0,0,.28);
  --radius:22px;
  --radius-sm:16px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Segoe UI,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top right, rgba(234,13,39,.22), transparent 22%),
    radial-gradient(circle at top left, rgba(13,59,145,.25), transparent 28%),
    linear-gradient(180deg, #050b18 0%, #081224 35%, #091326 100%);
  line-height:1.65;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.topbar{
  display:flex;justify-content:space-between;gap:18px;align-items:center;
  padding:10px 18px;background:rgba(255,255,255,.04);border-bottom:1px solid var(--line);
  font-size:14px;color:var(--muted)
}
.topbar a{color:#fff}
.site-header{
  position:sticky;top:0;z-index:20;backdrop-filter:blur(12px);
  display:flex;justify-content:space-between;align-items:center;gap:18px;
  padding:16px 22px;background:rgba(7,18,37,.78);border-bottom:1px solid var(--line)
}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;font-size:18px}
.brand img{width:34px;height:34px;border-radius:10px}
.main-nav{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}
.main-nav a{padding:9px 12px;border-radius:999px;color:var(--muted)}
.main-nav a:hover,.ghost-btn:hover{background:rgba(255,255,255,.06);color:#fff}
.header-actions{display:flex;align-items:center}
.page-wrap{max-width:var(--max);margin:0 auto;padding:22px 18px 120px}
.breadcrumbs{font-size:14px;color:var(--muted);margin:10px 0 18px}
.breadcrumbs a:hover{color:#fff}
.sep{opacity:.6}
.hero{
  display:grid;grid-template-columns:1.3fr .9fr;gap:30px;align-items:center;
  padding:28px;border-radius:32px;background:linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border:1px solid var(--line);box-shadow:var(--shadow)
}
.eyebrow{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.06);color:#d6def2;font-size:14px;margin-bottom:14px}
.hero h1{font-size:clamp(34px,5vw,56px);line-height:1.08;margin:0 0 14px}
.lead{font-size:18px;color:#d7def0;margin:0 0 20px;max-width:760px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}
.cta-btn,.ghost-btn,.footer-cta{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:48px;padding:0 18px;border-radius:999px;font-weight:800;transition:.2s ease;box-shadow:var(--shadow)
}
.cta-btn,.footer-cta{background:linear-gradient(135deg, var(--primary), #ff3852);color:#fff}
.cta-btn:hover,.footer-cta:hover{transform:translateY(-1px)}
.ghost-btn{background:rgba(255,255,255,.07);color:#fff}
.keyword-chips{display:flex;flex-wrap:wrap;gap:10px}
.keyword-chips span{
  padding:8px 12px;border:1px solid var(--line);border-radius:999px;color:#d7def0;background:rgba(255,255,255,.03);font-size:14px
}
.hero-visual{display:grid;gap:16px}
.logo-shell{
  background:linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.03));
  border:1px solid var(--line);border-radius:28px;padding:24px;display:flex;align-items:center;justify-content:center;min-height:330px
}
.logo-shell img{width:min(420px,100%);filter:drop-shadow(0 20px 30px rgba(0,0,0,.35))}
.stats-card{
  display:grid;gap:10px;padding:20px;border-radius:24px;background:linear-gradient(180deg, rgba(13,59,145,.35), rgba(13,59,145,.12));border:1px solid rgba(255,255,255,.08)
}
.stats-card strong{font-size:18px}
.stats-card span{padding:10px 12px;background:rgba(255,255,255,.05);border-radius:14px;color:#d9e1f4}
.content-section{
  margin-top:24px;padding:24px 24px 26px;border-radius:26px;background:rgba(255,255,255,.03);border:1px solid var(--line)
}
.content-section.alt{background:rgba(255,255,255,.045)}
.section-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.section-head h2{margin:0;font-size:28px;line-height:1.2}
.icon-badge{
  width:42px;height:42px;border-radius:14px;display:grid;place-items:center;
  background:linear-gradient(135deg, rgba(234,13,39,.26), rgba(13,59,145,.33));
  border:1px solid var(--line);font-size:20px
}
.inline-cta{margin-top:18px;display:flex;flex-wrap:wrap;gap:12px}
.block-cta{margin-top:24px;margin-bottom:0}
.check-list,.bullet-grid,.cluster-card ul{padding-left:20px}
.check-list li,.bullet-grid li,.cluster-card li{margin:8px 0;color:#e3e9f8}
.card-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px
}
.card,.value-card,.cluster-card{
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025));
  border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:var(--shadow)
}
.link-card{display:block;position:relative;min-height:180px}
.link-card:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.14)}
.link-card h3{margin:10px 0 8px;font-size:22px;line-height:1.2}
.link-card p{margin:0;color:var(--muted)}
.mini-icon{
  width:32px;height:32px;border-radius:10px;background:rgba(255,255,255,.07);
  display:grid;place-items:center;color:#fff
}
.value-grid,.cluster-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px
}
.value-card strong,.cluster-card h3{display:block;font-size:22px;margin-bottom:8px}
.value-card p,.cluster-card p{margin:0;color:var(--muted)}
.faq-item{
  border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.03);padding:0 16px;margin-top:12px
}
.faq-item summary{list-style:none;cursor:pointer;padding:16px 0;font-weight:700}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item p{margin:0 0 16px;color:#d8e0f5}
.sticky-cta{
  position:fixed;right:16px;bottom:16px;z-index:15;display:flex;gap:14px;align-items:center;
  background:rgba(7,18,37,.92);border:1px solid var(--line);box-shadow:var(--shadow);padding:14px 16px;border-radius:22px
}
.sticky-cta span{display:block;color:var(--muted);font-size:14px}
.site-footer{
  border-top:1px solid var(--line);padding:34px 18px 26px;background:rgba(0,0,0,.25)
}
.footer-grid{
  max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:20px
}
.footer-grid h3,.footer-grid h4{margin:0 0 12px}
.footer-grid p,.footer-grid a{display:block;margin:0 0 10px;color:var(--muted)}
.footer-grid a:hover{color:#fff}
.footer-bottom{
  max-width:var(--max);margin:26px auto 0;padding-top:18px;border-top:1px solid var(--line);
  display:flex;justify-content:space-between;gap:14px;color:var(--muted);font-size:14px
}
@media (max-width:980px){
  .hero,.footer-grid{grid-template-columns:1fr}
  .card-grid,.value-grid,.cluster-grid{grid-template-columns:1fr 1fr}
  .site-header{flex-wrap:wrap}
  .main-nav{order:3;width:100%;justify-content:flex-start}
}
@media (max-width:720px){
  .topbar{display:none}
  .hero{padding:20px}
  .content-section{padding:20px}
  .hero h1{font-size:34px}
  .lead{font-size:16px}
  .card-grid,.value-grid,.cluster-grid{grid-template-columns:1fr}
  .sticky-cta{left:12px;right:12px;bottom:12px;flex-direction:column;align-items:stretch}
  .footer-bottom{flex-direction:column}
}