:root {
  color-scheme: dark;
  --navy: #0b1120;
  --navy-2: #101827;
  --surface: #111827;
  --surface-soft: #172033;
  --ink: #f5f7fb;
  --muted: #9aa8ba;
  --line: #334155;
  --brand: #f8bf00;
  --brand-hover: #ffd34d;
  --brand-ink: #17120a;
  --brand-soft: #332800;
  --brand-strong: #fff2b3;
  --green: #6ee7b7;
  --shadow: 0 24px 70px rgba(0, 0, 0, .34);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--navy);
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--navy); }
body { min-width: 320px; min-height: 100vh; margin: 0; background: var(--navy); }
a { color: inherit; }

.topbar {
  position: relative;
  z-index: 10;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 clamp(20px, 4vw, 56px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(11, 17, 32, .92);
  backdrop-filter: blur(16px);
}

.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(248, 191, 0, .42);
  border-radius: 12px;
  background: var(--navy-2);
  box-shadow: 0 8px 24px rgba(248, 191, 0, .16);
}
.brand-mark img { width: 76%; height: 76%; display: block; object-fit: contain; }
.brand-copy strong, .brand-copy span { display: block; }
.brand-copy strong { font-size: 15px; }
.brand-copy span { margin-top: 2px; color: #9eabc4; font-size: 11px; }

.service-state { display: inline-flex; align-items: center; gap: 8px; color: #c8d3e6; font-size: 11px; font-weight: 750; }
.service-state i, .service-detail strong i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(110, 231, 183, .10); }

main { overflow: hidden; }
.hero {
  position: relative;
  min-height: 600px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .62fr);
  align-items: center;
  gap: clamp(46px, 8vw, 120px);
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(72px, 10vw, 126px) clamp(24px, 5vw, 64px) 82px;
}
.hero-glow {
  position: absolute;
  z-index: 0;
  width: 620px;
  height: 620px;
  top: -280px;
  left: -250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 191, 0, .17), rgba(248, 191, 0, 0) 68%);
  pointer-events: none;
}
.hero-copy, .service-card { position: relative; z-index: 1; }
.eyebrow { color: var(--brand); font-size: 11px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
h1 { max-width: 790px; margin: 16px 0 22px; font-size: clamp(44px, 6vw, 76px); line-height: .98; letter-spacing: -.055em; }
.hero-copy > p { max-width: 680px; margin: 0; color: #b3bfd1; font-size: clamp(16px, 1.6vw, 19px); line-height: 1.7; }
.actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 34px; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 17px; border: 1px solid var(--line); border-radius: 10px; font-size: 13px; font-weight: 800; text-decoration: none; transition: .16s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible { outline: 3px solid rgba(248, 191, 0, .28); outline-offset: 3px; }
.button.primary { border-color: var(--brand); color: var(--brand-ink); background: var(--brand); box-shadow: 0 10px 28px rgba(248, 191, 0, .18); }
.button.primary:hover { background: var(--brand-hover); }
.button.secondary { color: #e6ecf7; background: #19243a; }
.button.secondary:hover { border-color: #52617a; background: #21304c; }

.service-card { padding: 29px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(155deg, rgba(25, 36, 58, .98), rgba(14, 22, 38, .98)); box-shadow: var(--shadow); }
.service-card::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(135deg, rgba(248, 191, 0, .08), transparent 38%); pointer-events: none; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 24px; border: 1px solid rgba(248, 191, 0, .4); border-radius: 14px; color: var(--brand); background: var(--brand-soft); }
.service-icon svg { width: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h2 { margin: 11px 0 10px; font-size: 23px; letter-spacing: -.025em; }
.service-card > p { margin: 0 0 25px; color: #aebacc; font-size: 13px; line-height: 1.7; }
.service-detail { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 0; border-top: 1px solid rgba(255, 255, 255, .09); font-size: 11px; }
.service-detail span { color: var(--muted); }
.service-detail strong { display: flex; align-items: center; gap: 8px; color: #e6ecf7; font-weight: 750; text-align: right; }

.capabilities { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1240px; margin: 0 auto; padding: 0 clamp(24px, 5vw, 64px) 86px; }
.capabilities article { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 16px; padding: 25px 28px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.capabilities article:last-child { border-right: 0; }
.capability-number { color: var(--brand); font-size: 10px; font-weight: 850; letter-spacing: .08em; }
.capabilities h2 { margin: 0 0 8px; font-size: 15px; }
.capabilities p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px clamp(24px, 5vw, 64px); border-top: 1px solid rgba(255, 255, 255, .07); color: #728096; font-size: 10px; }

@media (max-width: 850px) {
  .hero { grid-template-columns: 1fr; min-height: auto; gap: 48px; padding-top: 78px; }
  .service-card { max-width: 620px; }
  .capabilities { grid-template-columns: 1fr; }
  .capabilities article { border-right: 0; }
}

@media (max-width: 520px) {
  .topbar { padding-inline: 18px; }
  .brand-copy span { display: none; }
  .service-state { font-size: 10px; }
  h1 { font-size: 42px; }
  .actions { display: grid; }
  .button { width: 100%; }
  .service-card { padding: 24px; }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
