:root{
  --bg:#07111F;
  --bg2:#0E1B2D;
  --panel:#0B1626;
  --card:#111C2D;
  --card2:#0C1523;
  --line:#1D2C43;
  --blue:#1F6FFF;
  --blue2:#00A3FF;
  --orange:#FF7A00;
  --text:#F5F7FB;
  --muted:#91A0B8;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:Inter,Arial,sans-serif;
  color:var(--text);
  background:var(--bg);
  overflow-x:hidden;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background:
    radial-gradient(circle at 8% 0%, rgba(31,111,255,.18), transparent 30%),
    radial-gradient(circle at 84% 16%, rgba(0,163,255,.10), transparent 28%),
    radial-gradient(circle at 82% 92%, rgba(255,122,0,.10), transparent 30%);
}
body::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  opacity:.34;
  background-image:
    linear-gradient(rgba(255,255,255,.016) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.016) 1px, transparent 1px);
  background-size:60px 60px;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{width:92%;max-width:1380px;margin:0 auto}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:14px 24px;
  border-radius:12px;
  border:1px solid transparent;
  font-size:13px;
  font-weight:800;
  letter-spacing:.7px;
  text-transform:uppercase;
  transition:.25s;
}
.btn-primary{
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  box-shadow:0 0 30px rgba(31,111,255,.28);
}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 42px rgba(31,111,255,.42)}
.btn-outline{
  background:rgba(255,255,255,.035);
  border-color:rgba(255,255,255,.12);
}
.btn-outline:hover{background:rgba(255,255,255,.08)}
.topbar{
  background:#081321;
  border-bottom:1px solid rgba(255,255,255,.055);
}
.topbar-inner{
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  color:var(--muted);
  font-size:12px;
}
.topbar span{color:#DCE5F3}
nav{
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(7,17,31,.86);
  backdrop-filter:blur(15px);
  border-bottom:1px solid rgba(255,255,255,.065);
}
.nav-wrap{
  height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.logo{
  display:flex;
  align-items:center;
}
.brand-wordmark{display:inline-flex;align-items:center;color:#F5F7FB;font-size:22px;font-weight:800;letter-spacing:0;text-transform:none;line-height:1.1;white-space:nowrap}
.footer-logo .brand-wordmark{font-size:24px}

.logo img{
  width:180px;
  height:auto;
}
.nav-links{display:flex;align-items:center;gap:28px}
.nav-links a{
  color:#DCE5F3;
  font-size:13px;
  font-weight:700;
  letter-spacing:.5px;
}
.nav-links a:hover,
.nav-links a.active{color:var(--blue2)}
.page-head{
  padding:68px 0 52px;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.breadcrumbs{
  color:var(--muted);
  font-size:13px;
  margin-bottom:34px;
}
.breadcrumbs a{color:#DCE5F3}
.breadcrumbs span{color:var(--blue2)}
.head-grid{
  display:grid;
  grid-template-columns:1fr 420px;
  gap:48px;
  align-items:end;
}
.eyebrow{
  color:var(--blue2);
  font-size:13px;
  font-weight:800;
  letter-spacing:1.4px;
  text-transform:uppercase;
  margin-bottom:18px;
}
h1{
  font-size:58px;
  line-height:1.02;
  letter-spacing:-1.2px;
  margin-bottom:22px;
}
h1 span{color:var(--orange)}
.lead{
  max-width:880px;
  color:var(--muted);
  font-size:18px;
  line-height:1.85;
}
.head-panel{
  padding:26px;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(17,28,45,.94),rgba(12,21,35,.94));
  border:1px solid rgba(255,255,255,.075);
}
.head-panel strong{
  display:block;
  font-size:26px;
  margin-bottom:8px;
}
.head-panel p{
  color:var(--muted);
  line-height:1.7;
  font-size:14px;
}
.about-area{padding:58px 0 96px}
.story-grid{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:34px;
  align-items:stretch;
  margin-bottom:38px;
}
.story-media{
  min-height:460px;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.075);
  background:#0B1626;
}
.story-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.story-copy{
  padding:36px;
  border-radius:24px;
  background:linear-gradient(180deg,#111C2D,#0C1523);
  border:1px solid rgba(255,255,255,.075);
}
.story-copy h2,
.section-title h2{
  font-size:34px;
  line-height:1.18;
  letter-spacing:-.5px;
}
.story-copy h2{margin-bottom:18px}
.story-copy p{
  color:var(--muted);
  font-size:16px;
  line-height:1.82;
  margin-bottom:16px;
}
.stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-bottom:64px;
}
.stat-card,
.capability-card,
.process-card{
  background:linear-gradient(180deg,#101B2D,#0C1523);
  border:1px solid rgba(255,255,255,.07);
  border-radius:22px;
}
.stat-card{
  padding:24px;
}
.stat-card strong{
  display:block;
  color:#fff;
  font-size:28px;
  margin-bottom:8px;
}
.stat-card span{
  color:var(--muted);
  font-size:13px;
  line-height:1.6;
}
.relationship-panel{
  padding:34px;
  border-radius:26px;
  background:
    linear-gradient(135deg,rgba(31,111,255,.15),rgba(255,122,0,.08)),
    linear-gradient(180deg,#111C2D,#0C1523);
  border:1px solid rgba(255,255,255,.08);
  margin-bottom:64px;
}
.relationship-panel h2{
  font-size:34px;
  line-height:1.18;
  letter-spacing:-.5px;
  margin-bottom:18px;
}
.relationship-copy{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px 24px;
}
.relationship-copy p{
  color:var(--muted);
  font-size:15px;
  line-height:1.78;
}
.section-title{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:24px;
}
.section-title p{
  max-width:560px;
  color:var(--muted);
  line-height:1.75;
}
.capability-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-bottom:64px;
}
.capability-card{
  overflow:hidden;
  transition:.3s;
}
.capability-card:hover{
  transform:translateY(-6px);
  border-color:rgba(31,111,255,.42);
}
.capability-image{
  height:230px;
  background:#0B1626;
}
.capability-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.capability-body{
  padding:24px;
}
.tag{
  display:inline-flex;
  color:#DCE5F3;
  background:rgba(31,111,255,.16);
  border:1px solid rgba(0,163,255,.18);
  border-radius:999px;
  padding:7px 10px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.7px;
  text-transform:uppercase;
  margin-bottom:15px;
}
.tag.orange{
  background:rgba(255,122,0,.14);
  border-color:rgba(255,122,0,.22);
}
.capability-body h3{
  font-size:22px;
  margin-bottom:12px;
}
.capability-body p{
  color:var(--muted);
  line-height:1.72;
  font-size:14px;
}
.process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-bottom:64px;
}
.process-card{
  padding:24px;
}
.process-card strong{
  display:block;
  color:var(--blue2);
  font-size:13px;
  font-weight:800;
  letter-spacing:1px;
  margin-bottom:20px;
}
.process-card h3{
  font-size:20px;
  margin-bottom:12px;
}
.process-card p{
  color:var(--muted);
  font-size:14px;
  line-height:1.7;
}
.quality-band{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);
  gap:30px;
  align-items:center;
  padding:34px;
  border-radius:26px;
  background:
    linear-gradient(135deg,rgba(31,111,255,.18),rgba(255,122,0,.08)),
    linear-gradient(180deg,#111C2D,#0C1523);
  border:1px solid rgba(255,255,255,.08);
  margin-bottom:64px;
}
.quality-band h2{
  font-size:34px;
  margin-bottom:16px;
}
.quality-band p{
  color:var(--muted);
  line-height:1.78;
  max-width:780px;
}
.quality-list{
  display:grid;
  gap:12px;
}
.quality-list span{
  padding:14px 16px;
  border-radius:14px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.075);
  color:#DCE5F3;
  font-size:14px;
  font-weight:700;
}
.cta-panel{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding:34px;
  border-radius:26px;
  background:linear-gradient(180deg,#111C2D,#0C1523);
  border:1px solid rgba(255,255,255,.075);
}
.cta-panel h2{
  font-size:34px;
  margin-bottom:12px;
}
.cta-panel p{
  color:var(--muted);
  line-height:1.75;
  max-width:780px;
}
footer{
  padding:28px 0;
  border-top:1px solid rgba(255,255,255,.07);
  background:#081321;
}
.footer-wrap{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  color:var(--muted);
  font-size:13px;
}
.footer-wrap strong{color:#fff;font-size:15px}
.footer-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:18px;
}
.footer-links a:hover{color:var(--blue2)}
@media(max-width:1050px){
  .head-grid,
  .story-grid,
  .quality-band{
    grid-template-columns:1fr;
  }
  .stats-grid,
  .process-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .capability-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:760px){
  .topbar-inner{align-items:flex-start;flex-direction:column;padding:10px 0}
  .nav-wrap{height:70px}
  .logo strong{font-size:18px}
  .nav-links{display:none}
  .page-head{padding:46px 0 34px}
  h1{font-size:40px}
  .lead{font-size:16px}
  .story-media{min-height:280px}
  .story-copy,
  .relationship-panel,
  .quality-band,
  .cta-panel{padding:24px}
  .stats-grid,
  .relationship-copy,
  .capability-grid,
  .process-grid{
    grid-template-columns:1fr;
  }
  .section-title,
  .cta-panel,
  .footer-wrap{
    align-items:flex-start;
    flex-direction:column;
  }
  .footer-links{justify-content:flex-start}
}