
:root{
  --bg:#0b0d10;
  --bg-soft:#121821;
  --panel:rgba(255,255,255,.06);
  --panel-2:rgba(255,255,255,.04);
  --border:rgba(255,255,255,.10);
  --text:#f4f7fb;
  --muted:#b8c1cc;
  --red:#c91f2c;
  --red-bright:#e32d3b;
  --max:1220px;
  --radius:22px;
  --shadow:0 24px 60px rgba(0,0,0,.35);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:var(--text);
  background:
    radial-gradient(900px 500px at 20% 0%, rgba(227,45,59,.15), transparent 45%),
    linear-gradient(180deg, #090c10 0%, #0b0d10 100%);
  line-height:1.5;
}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
.container{width:min(var(--max), calc(100% - 40px)); margin:0 auto}
.topbar{
  position:sticky; top:0; z-index:100;
  background:rgba(11,13,16,.82);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  gap:18px; padding:14px 0;
}
.brand{display:flex; align-items:center; gap:14px}
.brand img{width:62px; height:auto}
.brand-title{font-weight:800; letter-spacing:.08em; font-size:18px}
.brand-sub{font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:.14em}
.nav-links{display:flex; gap:18px; flex-wrap:wrap; align-items:center}
.nav-links a{font-size:14px; color:var(--muted)}
.nav-links a:hover{color:#fff}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  min-height:48px; padding:0 18px; border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  color:#fff; font-weight:700;
  transition:.2s ease;
}
.btn:hover{transform:translateY(-1px); border-color:rgba(255,255,255,.24)}
.btn.primary{
  background:linear-gradient(180deg,var(--red-bright),var(--red));
  border-color:rgba(255,255,255,.08);
}
.hero, .page-hero{
  position:relative;
  background:#000;
  overflow:hidden;
}
.hero{min-height:88vh}
.page-hero{min-height:58vh}
.hero-media, .hero-overlay{position:absolute; inset:0}
.hero-media img{
  width:100%; height:100%; object-fit:cover;
}
.hero-overlay{
  background:
    linear-gradient(180deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.55) 45%, rgba(0,0,0,.82) 100%),
    radial-gradient(circle at 20% 20%, rgba(201,31,44,.32), transparent 35%);
}
.hero-inner, .page-hero-inner{
  position:relative; z-index:2; display:flex;
}
.hero-inner{align-items:center; min-height:88vh; padding:92px 0 70px}
.page-hero-inner{align-items:end; min-height:58vh; padding:80px 0 56px}
.eyebrow{
  display:inline-block; padding:8px 12px; border-radius:999px;
  background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12);
  color:var(--muted); font-size:12px; text-transform:uppercase; letter-spacing:.14em;
  margin-bottom:18px;
}
h1{margin:0 0 16px; font-size:clamp(42px, 7vw, 84px); line-height:1.02; letter-spacing:-.03em; max-width:950px}
h2{margin:0 0 12px; font-size:clamp(30px,4.5vw,48px); line-height:1.06; letter-spacing:-.02em}
h3{margin:0 0 10px; font-size:22px}
.lead{
  margin:0; max-width:760px; color:#d8dfe8; font-size:clamp(17px, 2vw, 22px);
}
.hero-actions{display:flex; gap:14px; flex-wrap:wrap; margin-top:28px}
.section{padding:84px 0}
.section-head{
  display:flex; align-items:end; justify-content:space-between;
  gap:20px; margin-bottom:28px;
}
.section-head p{margin:0; max-width:630px; color:var(--muted)}
.line{width:76px; height:4px; background:var(--red); border-radius:999px; margin:10px 0 0}
.grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:18px}
.grid-2{display:grid; grid-template-columns:repeat(2,1fr); gap:18px}
.card{
  background:var(--panel);
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:24px;
  box-shadow:var(--shadow);
}
.card p{margin:0; color:var(--muted)}
.service-card{
  overflow:hidden;
  padding:0;
  display:flex; flex-direction:column;
}
.service-card img{
  aspect-ratio: 16/10;
  object-fit:cover;
  width:100%;
}
.service-card .content{padding:22px}
.service-card .more{display:inline-block; margin-top:14px; font-weight:700}
.kpi-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px}
.kpi{
  background:var(--panel-2); border:1px solid rgba(255,255,255,.08);
  border-radius:18px; padding:20px;
}
.kpi b{display:block; margin-bottom:8px; font-size:18px}
.kpi span{color:var(--muted)}
.page-copy{max-width:820px}
.page-copy p{margin:0; color:#d8dfe8; font-size:18px}
.page-body{padding:42px 0 74px}
.bullets{margin:0; padding-left:18px; color:var(--muted)}
.bullets li{margin:8px 0}
.split-image{
  width:100%; border-radius:18px; aspect-ratio:16/10; object-fit:cover;
  border:1px solid rgba(255,255,255,.08);
}
.cta-band{
  padding:74px 0;
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.02));
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.cta-band .inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:20px; flex-wrap:wrap;
}
.quote-wrap{display:grid; grid-template-columns:1fr 1fr; gap:18px}
.contact-list{display:grid; gap:14px}
.contact-row{
  padding:14px 16px;
  border-radius:14px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}
label{display:block; margin-bottom:6px; font-size:13px; color:var(--muted)}
input, textarea{
  width:100%; padding:14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  color:#fff;
  font:inherit;
}
textarea{min-height:140px; resize:vertical}
form{display:grid; gap:12px}
.small{font-size:13px; color:var(--muted)}
footer{
  padding:28px 0;
  border-top:1px solid rgba(255,255,255,.08);
  color:var(--muted);
  font-size:13px;
}
.reveal{
  opacity:0; transform:translateY(26px);
  transition:opacity .65s ease, transform .65s ease;
}
.reveal.show{opacity:1; transform:none}
@media (max-width:980px){
  .nav{display:block}
  .brand{margin-bottom:12px}
  .grid-3,.grid-2,.quote-wrap,.kpi-grid{grid-template-columns:1fr}
}
