:root{
  --bg:#04101b;
  --bg-2:#061b2b;
  --bg-3:#0b2740;
  --panel:#0a1d2d;
  --panel-2:#10273a;
  --line:rgba(255,255,255,.11);
  --text:#f5f8fb;
  --muted:#b6c4cf;
  --muted-2:#7e92a1;
  --copper:#c48754;
  --copper-2:#d7a06b;
  --card-shadow:0 20px 60px rgba(0,0,0,.28);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  font-family:Inter,system-ui,sans-serif;
  background:
    radial-gradient(circle at 15% 20%, rgba(196,135,84,.08), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(255,255,255,.03), transparent 20%),
    linear-gradient(180deg, #03111c 0%, #041724 35%, #03111c 100%);
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{width:min(1380px, calc(100% - 40px)); margin:0 auto}
.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(3,13,22,.82); backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line);
}
.header-row{display:flex; align-items:center; justify-content:space-between; gap:20px; min-height:84px}
.brand img{height:54px; width:auto}
.nav{display:flex; gap:28px; color:#d5dee5; font-size:15px}
.nav a:hover{color:#fff}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  min-height:50px; padding:0 24px; border-radius:999px;
  background:linear-gradient(135deg,var(--copper),var(--copper-2));
  color:#091724; font-weight:800; border:1px solid rgba(255,255,255,.15);
  box-shadow:0 14px 34px rgba(196,135,84,.22);
}
.btn-small{min-height:40px; padding:0 18px; font-size:14px}
.btn-ghost{background:transparent; color:#fff; box-shadow:none; border:1px solid rgba(255,255,255,.18)}
.hero{padding:92px 0 60px}
.hero-grid{display:grid; grid-template-columns:1fr .95fr; gap:48px; align-items:center}
.eyebrow,.section-kicker{
  display:inline-block; margin-bottom:16px; color:var(--copper-2);
  text-transform:uppercase; letter-spacing:.18em; font-size:12px; font-weight:900
}
.hero h1, h2{font-family:Sora,Inter,sans-serif; letter-spacing:-.05em}
.hero h1{margin:0; font-size:clamp(44px,6.2vw,82px); line-height:1.02; max-width:780px}
.hero p{max-width:700px; color:#cfdae2; font-size:20px; line-height:1.65; margin:22px 0 0}
.hero-actions{display:flex; gap:14px; margin-top:32px; flex-wrap:wrap}
.hero-points{display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:34px}
.hero-points div{padding:18px; border:1px solid var(--line); border-radius:20px; background:rgba(255,255,255,.04)}
.hero-points strong{display:block; font-size:14px; color:#fff; text-transform:uppercase; letter-spacing:.08em}
.hero-points span{display:block; margin-top:8px; color:var(--muted); line-height:1.45}
.hero-visual .image-shell{
  border-radius:32px; overflow:hidden; border:1px solid rgba(255,255,255,.16);
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  box-shadow:var(--card-shadow); aspect-ratio: 4 / 3;
}
.hero-visual img{width:100%; height:100%; object-fit:cover; background:#0c2235}
.visual-note,.media-note{display:block; margin-top:10px; color:var(--muted-2); font-size:12px}
code{color:var(--copper-2)}
.section-tight{padding:10px 0 10px}
.intro-box{
  display:grid; grid-template-columns:.9fr 1.1fr; gap:34px; align-items:start;
  padding:34px 36px; border-radius:28px; background:linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,255,255,.02)); border:1px solid var(--line)
}
.intro-box h2,.section-head h2,.coverage-copy h2,.why-copy h2,.form-copy h2{margin:0; font-size:clamp(32px,4.2vw,58px); line-height:1.05}
.intro-box p,.section-head p,.coverage-copy p,.why-copy p,.form-copy p{color:#c5d2db; font-size:18px; line-height:1.7; margin:10px 0 0}
.section{padding:90px 0}
.section-alt{background:rgba(255,255,255,.025); border-top:1px solid rgba(255,255,255,.04); border-bottom:1px solid rgba(255,255,255,.04)}
.section-head{margin-bottom:44px}
.center{text-align:center; margin-left:auto; margin-right:auto; max-width:900px}
.narrow{max-width:760px}
.cards{display:grid; gap:24px}
.cards-3{grid-template-columns:repeat(3,1fr)}
.cards-2{grid-template-columns:repeat(2,1fr)}
.service-card,.mini-card,.process-item,.coverage-box,.request-form, .faq-list details{
  border:1px solid var(--line); background:linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.028));
}
.service-card{border-radius:28px; overflow:hidden; box-shadow:var(--card-shadow)}
.service-media{position:relative; aspect-ratio: 16 / 10; background:#0b2234}
.service-media img{width:100%; height:100%; object-fit:cover}
.service-body{padding:24px 24px 26px}
.service-body h3,.mini-card h3,.process-item h3{margin:0; font-size:26px; letter-spacing:-.02em}
.service-body p,.mini-card p,.process-item p{margin:12px 0 0; color:#c3d0d8; line-height:1.65}
.process-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:16px}
.process-item{padding:28px; border-radius:24px}
.process-item span,.mini-card span{display:inline-block; color:var(--copper-2); font-size:12px; font-weight:900; letter-spacing:.16em; margin-bottom:18px}
.coverage-box{
  display:grid; grid-template-columns:1.2fr .8fr; gap:34px; padding:42px; border-radius:32px;
  background:linear-gradient(135deg, rgba(196,135,84,.12), rgba(255,255,255,.035));
}
.stats{display:grid; grid-template-columns:repeat(3,1fr); gap:14px; align-self:end}
.stats div{padding:24px 16px; text-align:center; border:1px solid var(--line); border-radius:22px; background:rgba(255,255,255,.04)}
.stats strong{display:block; font-family:Sora; font-size:42px}
.stats span{display:block; margin-top:6px; color:var(--muted)}
.why-grid{display:grid; grid-template-columns:.85fr 1.15fr; gap:34px; align-items:start}
.compact .mini-card{padding:26px; border-radius:24px}
.section-form{background:rgba(255,255,255,.02)}
.form-grid{display:grid; grid-template-columns:.82fr 1.18fr; gap:34px; align-items:start}
.contact-list{display:grid; gap:12px; margin-top:28px}
.contact-list a,.contact-list span{padding:16px 18px; border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.035)}
.request-form{padding:30px; border-radius:30px; background:#f6f8fa; color:#102234; box-shadow:var(--card-shadow)}
.form-row{display:grid; grid-template-columns:1fr 1fr; gap:16px}
label{display:grid; gap:8px; margin-bottom:16px; font-weight:700; color:#243747}
input,select,textarea{width:100%; border:1px solid #d2dce4; border-radius:14px; padding:14px; font:inherit}
textarea{resize:vertical}
.form-btn{width:100%; border:0}
.form-note{margin:12px 0 0; color:#6c7a84; font-size:13px; line-height:1.5}
.faq-wrap{max-width:980px}
.faq-list{display:grid; gap:12px}
.faq-list details{padding:20px 22px; border-radius:18px}
.faq-list summary{cursor:pointer; font-weight:800; font-size:18px}
.faq-list p{margin:14px 0 0; color:#c2cfd7; line-height:1.65}
.site-footer{padding:34px 0 52px; border-top:1px solid rgba(255,255,255,.08); background:#020d16}
.footer-grid{display:grid; grid-template-columns:1.15fr .9fr .9fr 1fr; gap:28px}
.footer-brand{display:block; font-family:Sora; font-size:30px; letter-spacing:.12em}
.footer-brand span{color:var(--copper)}
.site-footer p,.site-footer a{color:#b7c3cc; line-height:1.65}
.site-footer h3{margin:0 0 12px; color:#fff}

@media (max-width: 1120px){
  .hero-grid,.intro-box,.coverage-box,.why-grid,.form-grid{grid-template-columns:1fr}
  .cards-3,.process-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 820px){
  .nav,.btn-small{display:none}
  .container{width:min(100% - 28px, 1380px)}
  .hero{padding-top:56px}
  .hero-points,.cards-3,.cards-2,.process-grid,.stats,.form-row,.footer-grid{grid-template-columns:1fr}
  .section{padding:68px 0}
  .request-form,.coverage-box,.intro-box,.process-item,.service-body,.mini-card{padding-left:20px; padding-right:20px}
  .brand img{height:46px}
}
