:root {
  --bg: #08131e;
  --bg-soft: #0e1c2a;
  --panel: rgba(14, 28, 42, 0.78);
  --panel-solid: #102131;
  --card: #0f2132;
  --line: rgba(255,255,255,0.08);
  --text: #e7eef6;
  --muted: #9cb0c3;
  --accent: #35b6ff;
  --accent-2: #7be0ff;
  --shadow: 0 24px 80px rgba(0,0,0,0.35);
  --radius: 20px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 20%, rgba(53,182,255,0.14), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(123,224,255,0.10), transparent 22%),
    linear-gradient(180deg, #07111a 0%, #0a1722 50%, #08131e 100%);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; color: var(--muted); }
h1,h2,h3 { line-height: 1.1; margin: 0 0 1rem; }
h1 { font-size: clamp(2.6rem, 5vw, 4.8rem); letter-spacing: -0.04em; }
h2 { font-size: clamp(2rem, 3vw, 3rem); letter-spacing: -0.03em; }
h3 { font-size: 1.2rem; }

.container { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; }
.section { padding: 5rem 0; }
.alt { background: rgba(255,255,255,0.02); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.eyebrow {
  display: inline-flex;
  margin-bottom: 1rem;
  font-size: 0.83rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-2);
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(7,17,26,0.72);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
..brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo {
  height: 100px;
  width: auto;
}
.brand strong { display: block; font-size: 1rem; }
.brand small { display: block; color: var(--muted); font-size: 0.75rem; }
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--accent), #195b8d);
  color: white;
  font-weight: 800;
  box-shadow: var(--shadow);
}
.site-nav {
  display: flex;
  gap: 1.4rem;
  color: var(--muted);
  font-weight: 500;
}
.site-nav a:hover { color: var(--text); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.25rem;
  border-radius: 999px;
  font-weight: 700;
  transition: 0.2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(135deg, var(--accent), #167dc1);
  color: white;
  box-shadow: 0 16px 40px rgba(53,182,255,0.24);
}
.btn-secondary,
.btn-outline {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
  color: var(--text);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 5.5rem 0 4.5rem;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
   background: linear-gradient(rgba(10,20,30,0.7), rgba(10,20,30,0.7)),
              url('images/banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;00%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='900' viewBox='0 0 1600 900'%3E%3Cg fill='none' stroke='%2335b6ff' stroke-opacity='.18'%3E%3Cpath d='M0 580c185-104 297-97 456-17s290 84 433 4 288-117 711 56'/%3E%3Cpath d='M0 462c150-82 272-83 421-14s326 108 503 17 347-90 676 40'/%3E%3Cpath d='M0 346c112-53 232-68 420 1 186 68 338 90 503 15 171-77 358-74 677 25'/%3E%3C/g%3E%3Cg fill='%23ffffff' fill-opacity='.08'%3E%3Ccircle cx='260' cy='200' r='2'/%3E%3Ccircle cx='460' cy='160' r='2'/%3E%3Ccircle cx='700' cy='260' r='2'/%3E%3Ccircle cx='980' cy='180' r='2'/%3E%3Ccircle cx='1230' cy='290' r='2'/%3E%3Ccircle cx='1410' cy='190' r='2'/%3E%3C/g%3E%3C/svg%3E") center/cover no-repeat;
  z-index: -2;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
}
.lede { font-size: 1.12rem; max-width: 60ch; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin: 1.75rem 0; }
.hero-points {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 1.4rem 0 0;
}
.hero-points li {
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255,255,255,0.04);
  font-size: 0.92rem;
}

.status-card,
.panel,
.service-card,
.team-card,
.cta-card,
blockquote {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.status-card { padding: 1.5rem; }
.status-head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--accent-2);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  margin-bottom: 1rem;
}
.pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6df29f;
  box-shadow: 0 0 0 8px rgba(109,242,159,0.12);
}
.metric-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1rem;
  margin-top: 1.4rem;
}
.metric-grid div {
  padding: 1rem;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
}
.metric-grid strong { display: block; margin-bottom: 0.35rem; }
.metric-grid span { color: var(--muted); font-size: 0.92rem; }

.trust-strip { padding: 2rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,0.02); }
.trust-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: center;
}

.section-intro { max-width: 760px; margin-bottom: 2rem; }
.card-grid.four-up {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.service-card { padding: 1.5rem; }
.icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(53,182,255,0.14);
  color: var(--accent-2);
  font-weight: 800;
  margin-bottom: 1rem;
}

.split-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: start;
}
.panel { padding: 1.5rem; }
.check-list,
.panel ol {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: var(--muted);
}
.check-list li,
.panel li { margin-bottom: 0.7rem; }

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.process-grid article {
  padding: 1.4rem;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.035);
  border: 1px solid var(--line);
}
.process-grid span {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(53,182,255,0.14);
  color: var(--accent-2);
  font-weight: 800;
  margin-bottom: 1rem;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.team-card { padding: 1.4rem; }
.team-card.featured { grid-column: span 3; }
.role { color: var(--accent-2); font-weight: 600; }

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
blockquote { margin: 0; padding: 1.4rem; }
blockquote p { color: var(--text); font-size: 1.02rem; }
blockquote footer { color: var(--muted); font-size: 0.92rem; }

.cta-card {
  padding: 2rem;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}
.contact-stack {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  align-items: flex-start;
}
.contact-stack a:not(.btn),
.contact-stack span {
  color: var(--text);
  font-size: 1.02rem;
}

.site-footer {
  padding: 2rem 0 3rem;
  border-top: 1px solid var(--line);
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
}
.footer-wrap p:last-child { margin: 0; }

@media (max-width: 1100px) {
  .card-grid.four-up,
  .process-grid,
  .team-grid,
  .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .team-card.featured { grid-column: span 2; }
}

@media (max-width: 900px) {
  .site-nav { display: none; }
  .hero-grid,
  .trust-grid,
  .split-grid,
  .cta-card { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .card-grid.four-up,
  .process-grid,
  .team-grid,
  .testimonial-grid { grid-template-columns: 1fr; }
  .team-card.featured { grid-column: span 1; }
  .nav-wrap { min-height: 74px; }
  .btn { width: 100%; }
  .hero-actions { flex-direction: column; }
  .footer-wrap { flex-direction: column; align-items: flex-start; }
}
