:root {
  --bg: #020617;
  --bg-2: #071124;
  --panel: rgba(5, 16, 34, 0.82);
  --panel-2: rgba(15, 23, 42, 0.72);
  --line: rgba(148, 163, 184, 0.18);
  --text: #ffffff;
  --muted: #cbd5e1;
  --muted-2: #94a3b8;
  --blue: #1683f4;
  --blue-2: #38bdf8;
  --blue-3: #0ea5e9;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.site-header {
  min-height: 118px;
  padding: 18px 72px 16px;
  display: grid;
  grid-template-columns: 300px 1fr auto;
  align-items: center;
  gap: 28px;
  background: rgba(2, 6, 23, 0.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
}
.brand {
  width: 250px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
}
.brand-logo {
  width: 230px;
  height: 86px;
  object-fit: contain;
  object-position: left center;
  display: block;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  font-weight: 700;
}
.nav a { color: #f8fafc; opacity: .95; position: relative; }
.nav a:hover { color: var(--blue-2); }
.header-cta, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
  transition: .2s ease;
}
.header-cta {
  background: linear-gradient(135deg, #0d6be8, #2497ff);
  padding: 17px 28px;
  min-width: 160px;
  box-shadow: 0 14px 35px rgba(30, 144, 255, .25);
}
.header-cta:hover, .btn.primary:hover { transform: translateY(-2px); box-shadow: 0 18px 45px rgba(30, 144, 255, .35); }
.menu-toggle { display: none; }
.section-pad { padding: 88px 72px; }
.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 450px;
  gap: 50px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 85% 25%, rgba(30, 144, 255, .34), transparent 34%), linear-gradient(90deg, #020617 0%, #031127 44%, #083d7f 100%);
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; opacity: .95; }
.grid-lines {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(56,189,248,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(56,189,248,.08) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(90deg, transparent 0%, black 44%, black 100%);
}
.skyline {
  position: absolute; right: 0; bottom: 0; width: 68%; height: 62%;
  background: radial-gradient(ellipse at bottom, rgba(255, 183, 77, .30), transparent 24%), linear-gradient(to top, rgba(0,0,0,.58), transparent 70%);
  clip-path: polygon(0 75%, 6% 72%, 8% 44%, 10% 72%, 17% 67%, 20% 36%, 22% 72%, 28% 70%, 31% 28%, 34% 71%, 42% 64%, 45% 35%, 48% 70%, 56% 76%, 62% 62%, 65% 45%, 68% 72%, 78% 64%, 80% 38%, 83% 68%, 92% 60%, 95% 45%, 100% 71%, 100% 100%, 0 100%);
}
.chart-line {
  position: absolute; right: 0; top: 16%; width: 58%; height: 44%;
  background: linear-gradient(135deg, transparent 0 15%, rgba(56,189,248,.55) 16% 17%, transparent 18% 28%, rgba(56,189,248,.65) 29% 30%, transparent 31% 39%, rgba(56,189,248,.9) 40% 41%, transparent 42% 100%);
  filter: drop-shadow(0 0 8px rgba(56,189,248,.55));
  opacity: .78;
}
.line-two { top: 25%; opacity: .35; transform: scaleY(.74) translateX(4%); }
.bar { position: absolute; bottom: 190px; width: 18px; background: linear-gradient(to top, rgba(37,99,235,.15), rgba(56,189,248,.7)); right: 12%; opacity: .72; }
.bar-1 { height: 110px; right: 7%; }.bar-2 { height: 175px; right: 10%; }.bar-3 { height: 135px; right: 13%; }.bar-4 { height: 230px; right: 16%; }.bar-5 { height: 160px; right: 19%; }.bar-6 { height: 90px; right: 22%; }
.hero-content, .coverage-card { position: relative; z-index: 2; }
.eyebrow {
  color: var(--blue-2);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 900;
  font-size: .9rem;
  margin: 0 0 22px;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(3.1rem, 5.5vw, 6rem);
  line-height: .98;
  letter-spacing: -.06em;
  max-width: 820px;
  margin-bottom: 26px;
}
h1 span { color: var(--blue); display: block; }
.lead { color: #f8fafc; font-size: 1.18rem; max-width: 720px; margin-bottom: 18px; }
.lead-second { color: #e2e8f0; }
.hero-actions { display: flex; gap: 18px; margin-top: 32px; flex-wrap: wrap; }
.btn { padding: 16px 28px; font-size: 1rem; min-width: 190px; }
.btn.primary { background: linear-gradient(135deg, #0d6be8, #2497ff); color: white; }
.btn.secondary { border-color: rgba(56,189,248,.75); color: var(--blue-2); background: rgba(2,6,23,.25); }
.btn.secondary:hover { background: rgba(56,189,248,.1); transform: translateY(-2px); }
.coverage-card {
  background: rgba(2, 10, 24, .88);
  border: 1px solid rgba(56, 189, 248, .25);
  border-radius: 22px;
  padding: 34px;
  box-shadow: var(--shadow);
  max-width: 460px;
}
.coverage-card:after { content: ''; position: absolute; right: 28px; top: 34px; width: 14px; height: 14px; border-radius: 999px; background: var(--blue-2); box-shadow: 0 0 22px var(--blue-2); }
.coverage-card p { color: var(--muted-2); font-weight: 600; margin-bottom: 4px; }
.coverage-card h2 { font-size: 1.65rem; border-bottom: 1px solid rgba(56,189,248,.45); padding-bottom: 18px; margin-bottom: 18px; }
.coverage-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.coverage-card li { color: #f8fafc; font-size: 1.05rem; }
.coverage-card li:before { content: '✓'; color: var(--blue-2); border: 1px solid var(--blue-2); border-radius: 50%; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 12px; font-size: .75rem; }
.trust-strip {
  margin: -34px 72px 0;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(2, 10, 24, .90);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.trust-strip article { padding: 30px; display: grid; grid-template-columns: 62px 1fr; column-gap: 18px; border-right: 1px solid var(--line); }
.trust-strip article:last-child { border-right: 0; }
.icon, .small-icon { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: rgba(37,99,235,.32); color: white; font-size: 1.45rem; font-weight: 900; }
.trust-strip h3 { margin-bottom: 6px; font-size: 1.25rem; }
.trust-strip p { color: var(--muted); margin: 0; grid-column: 2; }
.section { background: var(--bg); }
.section-heading { max-width: 850px; margin-bottom: 42px; }
.section-heading.narrow { max-width: 760px; }
.section-heading h2, .about-copy h2, .contact-panel h2 { font-size: clamp(2.1rem, 4vw, 4rem); line-height: 1.05; letter-spacing: -.04em; margin-bottom: 18px; }
.section-heading p, .about-copy p, .contact-panel p { color: var(--muted); font-size: 1.08rem; }
.cards { display: grid; gap: 22px; }
.services-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card, .why-grid article {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(15, 23, 42, .78), rgba(2, 6, 23, .88));
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 16px 50px rgba(0,0,0,.18);
}
.card h3, .why-grid h3 { font-size: 1.12rem; margin: 18px 0 10px; }
.card p, .why-grid p { color: var(--muted); margin: 0; }
.small-icon { width: 44px; height: 44px; font-size: 1rem; color: var(--blue-2); }
.dark-panel { background: radial-gradient(circle at 80% 10%, rgba(30,144,255,.22), transparent 34%), #061126; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.expertise-list { display: flex; flex-wrap: wrap; gap: 12px; }
.expertise-list span { border: 1px solid rgba(56,189,248,.25); background: rgba(2,6,23,.45); padding: 12px 15px; border-radius: 999px; color: #e2e8f0; font-weight: 700; }
.expertise-list span:before { content:'✓'; color: var(--blue-2); margin-right: 8px; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 44px; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.stats div { padding: 28px; border-right: 1px solid var(--line); }
.stats div:last-child { border-right: 0; }
.stats strong { display: block; color: var(--blue); font-size: 2.3rem; line-height: 1; }
.stats span { color: var(--muted); }
.about-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; align-items: start; }
.about-copy { background: linear-gradient(180deg, rgba(37,99,235,.15), rgba(2,6,23,.6)); border: 1px solid rgba(56,189,248,.22); border-radius: 22px; padding: 36px; }
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.contact-section { background: #030b1a; }
.contact-panel { display: grid; grid-template-columns: 1fr 460px; gap: 42px; border: 1px solid var(--line); border-radius: 24px; padding: 44px; background: linear-gradient(135deg, rgba(13,107,232,.33), rgba(2,6,23,.94)); box-shadow: var(--shadow); }
.contact-details { display: grid; gap: 12px; margin-top: 26px; }
.contact-details a, .contact-details span { color: #e0f2fe; font-weight: 800; }
.contact-form { display: grid; gap: 14px; }
.contact-form label { color: var(--muted); font-weight: 700; font-size: .9rem; }
.contact-form input, .contact-form textarea { margin-top: 7px; width: 100%; border: 1px solid rgba(203,213,225,.24); background: rgba(2,6,23,.5); color: white; border-radius: 12px; padding: 14px 15px; font: inherit; }
.contact-form textarea { resize: vertical; }
.footer { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 30px 72px; color: var(--muted-2); border-top: 1px solid var(--line); background: #020617; }
.footer strong { color: white; }
.footer p { margin: 0; }
@media (max-width: 1150px) {
  .site-header { grid-template-columns: 260px 1fr auto; padding-left: 34px; padding-right: 34px; }
  .nav { gap: 22px; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .coverage-card { max-width: 100%; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip { grid-template-columns: repeat(2, 1fr); margin-left: 34px; margin-right: 34px; }
  .about-section, .contact-panel { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .site-header { min-height: 92px; padding: 12px 20px; grid-template-columns: 1fr auto; gap: 12px; }
  .brand { width: 180px; height: 68px; }
  .brand-logo { width: 170px; height: 68px; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; color: white; border-radius: 10px; font-size: 1.4rem; }
  .nav { display: none; grid-column: 1 / -1; width: 100%; flex-direction: column; align-items: flex-start; gap: 0; padding-top: 8px; }
  .nav.open { display: flex; }
  .nav a { width: 100%; padding: 12px 0; border-top: 1px solid var(--line); }
  .header-cta { display: none; }
  .section-pad { padding: 58px 20px; }
  .hero { padding-top: 62px; }
  h1 { font-size: clamp(2.55rem, 14vw, 3.8rem); }
  .lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .coverage-card { padding: 24px; }
  .trust-strip { grid-template-columns: 1fr; margin: 0 20px; border-radius: 16px; }
  .trust-strip article { grid-template-columns: 54px 1fr; padding: 22px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip article:last-child { border-bottom: 0; }
  .services-grid, .why-grid, .stats { grid-template-columns: 1fr; }
  .stats div { border-right: 0; border-bottom: 1px solid var(--line); }
  .stats div:last-child { border-bottom: 0; }
  .contact-panel { padding: 24px; }
  .footer { flex-direction: column; align-items: flex-start; padding: 26px 20px; }
}
