:root {
  --navy: #111c45;
  --navy-deep: #07112e;
  --navy-mid: #1c2a5a;
  --red: #eb2430;
  --red-dark: #c91824;
  --ink: #10182f;
  --muted: #68718a;
  --line: #dfe4ef;
  --white: #ffffff;
  --soft: #f4f6fa;
  --shadow: 0 30px 80px rgba(7, 17, 46, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: #eef1f7;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
svg { display: block; }

.page-shell {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  padding: 30px clamp(24px, 5vw, 76px) 24px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background:
    radial-gradient(circle at 88% 12%, rgba(235, 36, 48, .12), transparent 27%),
    radial-gradient(circle at 7% 84%, rgba(28, 42, 90, .11), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f8f9fc 52%, #eef1f7 100%);
}

.grid-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .44;
  background-image:
    linear-gradient(rgba(17, 28, 69, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 28, 69, .035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.ambient {
  position: absolute;
  border-radius: 50%;
  filter: blur(3px);
  pointer-events: none;
}
.ambient-one {
  width: 360px;
  height: 360px;
  right: -170px;
  top: 20%;
  border: 1px solid rgba(235, 36, 48, .15);
  box-shadow: 0 0 0 54px rgba(235,36,48,.025), 0 0 0 108px rgba(235,36,48,.018);
}
.ambient-two {
  width: 250px;
  height: 250px;
  left: -150px;
  bottom: 8%;
  border: 1px solid rgba(17, 28, 69, .12);
  box-shadow: 0 0 0 50px rgba(17,28,69,.02);
}

.site-header,
.hero,
.site-footer { position: relative; z-index: 2; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  width: clamp(225px, 24vw, 340px);
  text-decoration: none;
}
.brand img { display: block; width: 100%; height: auto; }

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 15px;
  border: 1px solid rgba(17, 28, 69, .11);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 10px 30px rgba(17,28,69,.06);
  backdrop-filter: blur(10px);
  color: var(--navy);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .02em;
}
.status-pill span {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(235,36,48,.11);
}
.status-pill span::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 1px solid rgba(235,36,48,.38);
  animation: pulse 2.2s ease-out infinite;
}

.hero {
  width: min(1450px, 100%);
  margin: 0 auto;
  padding: clamp(58px, 8vh, 104px) 0 clamp(45px, 6vh, 72px);
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(400px, .8fr);
  align-items: center;
  gap: clamp(60px, 8vw, 130px);
}

.hero-copy { max-width: 760px; min-width: 0; width: 100%; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  color: var(--navy-mid);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow-mark {
  display: inline-grid;
  place-items: center;
  min-width: 54px;
  height: 28px;
  padding: 0 10px;
  border-radius: 7px;
  color: #fff;
  background: var(--red);
  font-size: 11px;
  letter-spacing: .05em;
  box-shadow: 0 8px 18px rgba(235,36,48,.22);
}

h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(54px, 6.3vw, 102px);
  line-height: .96;
  letter-spacing: -.057em;
  font-weight: 850;
}
h1 span {
  position: relative;
  display: inline-block;
  color: var(--red);
}
h1 span::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 4%;
  bottom: -.09em;
  height: .055em;
  min-height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--red), rgba(235,36,48,.12));
}

.intro {
  max-width: 680px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.75;
}

.service-list {
  margin-top: 29px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.service-list span {
  position: relative;
  padding: 9px 13px 9px 28px;
  border: 1px solid rgba(17,28,69,.09);
  border-radius: 999px;
  color: #46506a;
  background: rgba(255,255,255,.68);
  font-size: 12px;
  font-weight: 700;
}
.service-list span::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
  transform: translateY(-50%);
}

.actions {
  margin-top: 37px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
}
.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 23px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.button:hover { transform: translateY(-3px); }
.button svg { width: 21px; height: 21px; fill: currentColor; }
.button-primary {
  color: #fff;
  background: linear-gradient(135deg, #ef2f3a, #d81622);
  box-shadow: 0 16px 36px rgba(235,36,48,.25);
}
.button-primary:hover { box-shadow: 0 22px 42px rgba(235,36,48,.31); }
.button-secondary {
  color: var(--navy);
  border: 1px solid rgba(17,28,69,.14);
  background: rgba(255,255,255,.84);
  box-shadow: 0 14px 30px rgba(17,28,69,.07);
}
.button-secondary:hover { border-color: rgba(17,28,69,.28); }
.button-secondary svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.visual-panel {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}
.shield-orbit {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.orbit-one {
  width: min(460px, 88%);
  aspect-ratio: 1;
  border: 1px solid rgba(17,28,69,.09);
  animation: slow-spin 22s linear infinite;
}
.orbit-one::before,
.orbit-one::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 8px rgba(235,36,48,.08);
}
.orbit-one::before { top: 12%; left: 12%; }
.orbit-one::after { right: 2%; bottom: 33%; width: 7px; height: 7px; background: var(--navy); box-shadow: 0 0 0 8px rgba(17,28,69,.06); }
.orbit-two {
  width: min(350px, 66%);
  aspect-ratio: 1;
  border: 1px dashed rgba(235,36,48,.17);
  animation: slow-spin-reverse 28s linear infinite;
}

.shield-card {
  position: relative;
  z-index: 3;
  width: min(355px, 72vw);
  aspect-ratio: .77;
  padding: 37px 34px 27px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 10%, rgba(235,36,48,.45), transparent 28%),
    linear-gradient(150deg, #22336a 0%, #111c45 46%, #07112e 100%);
  box-shadow: 0 45px 100px rgba(7,17,46,.31);
  transform: rotate(2.5deg);
  animation: card-float 5s ease-in-out infinite;
}
.shield-card::before {
  content: "";
  position: absolute;
  inset: -40% 15% 35% -35%;
  border-radius: 50%;
  background: rgba(255,255,255,.05);
  transform: rotate(-30deg);
}
.shield-card::after {
  content: "+";
  position: absolute;
  right: 22px;
  bottom: 55px;
  color: rgba(255,255,255,.045);
  font-size: 190px;
  font-weight: 900;
  line-height: .5;
}
.shield-icon {
  position: relative;
  z-index: 2;
  width: 120px;
  height: 140px;
}
.shield-icon svg { width: 100%; height: 100%; overflow: visible; }
.shield-icon path:first-child {
  fill: rgba(255,255,255,.04);
  stroke: #fff;
  stroke-width: 5;
  stroke-linejoin: round;
}
.shield-icon path:last-child {
  fill: none;
  stroke: var(--red);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.card-copy { position: relative; z-index: 2; margin-top: 28px; }
.card-copy small {
  display: block;
  margin-bottom: 11px;
  color: rgba(255,255,255,.62);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
}
.card-copy strong {
  display: block;
  font-size: 31px;
  line-height: 1.18;
  letter-spacing: -.035em;
}
.card-line {
  position: relative;
  z-index: 2;
  height: 1px;
  margin: 31px 0 20px;
  background: linear-gradient(90deg, rgba(255,255,255,.68), rgba(255,255,255,.04));
}
.card-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255,255,255,.7);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.mini-bars { display: flex; align-items: end; gap: 3px; height: 17px; }
.mini-bars i { display: block; width: 3px; border-radius: 3px; background: var(--red); }
.mini-bars i:nth-child(1) { height: 7px; }
.mini-bars i:nth-child(2) { height: 11px; }
.mini-bars i:nth-child(3) { height: 16px; }
.mini-bars i:nth-child(4) { height: 10px; }

.floating-note {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 205px;
  padding: 12px 14px;
  border: 1px solid rgba(17,28,69,.09);
  border-radius: 15px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 18px 44px rgba(7,17,46,.14);
  backdrop-filter: blur(12px);
}
.note-one { top: 9%; right: -4%; animation: note-float 4.7s ease-in-out infinite; }
.note-two { left: -5%; bottom: 10%; animation: note-float 5.2s ease-in-out .7s infinite; }
.note-icon {
  min-width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #168256;
  background: #e7f7ef;
  font-size: 14px;
  font-weight: 900;
}
.note-icon.red { color: var(--red); background: #ffeaec; font-size: 10px; }
.floating-note strong,
.floating-note small { display: block; }
.floating-note strong { margin-bottom: 3px; color: var(--navy); font-size: 12px; }
.floating-note small { color: var(--muted); font-size: 9px; }

.site-footer {
  width: min(1450px, 100%);
  margin: 0 auto;
  padding-top: 22px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  border-top: 1px solid rgba(17,28,69,.09);
  color: #778096;
  font-size: 11px;
}
.site-footer a {
  justify-self: start;
  color: var(--navy);
  font-weight: 750;
  text-decoration: none;
}
.site-footer a:hover { color: var(--red); }
.site-footer p { margin: 0; text-align: center; }
.footer-tag {
  justify-self: end;
  color: var(--navy-mid);
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

@keyframes pulse {
  0% { opacity: 1; transform: scale(.75); }
  75%,100% { opacity: 0; transform: scale(1.8); }
}
@keyframes slow-spin { to { transform: rotate(360deg); } }
@keyframes slow-spin-reverse { to { transform: rotate(-360deg); } }
@keyframes card-float {
  0%,100% { transform: rotate(2.5deg) translateY(0); }
  50% { transform: rotate(1.3deg) translateY(-12px); }
}
@keyframes note-float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@media (max-width: 1100px) {
  .page-shell { padding-inline: clamp(22px, 4vw, 44px); }
  .hero { grid-template-columns: 1fr minmax(350px, .75fr); gap: 35px; }
  .floating-note { transform: scale(.92); }
  .note-one { right: -1%; }
  .note-two { left: -1%; }
}

@media (max-width: 860px) {
  .page-shell { min-height: auto; }
  .hero {
    padding-top: 70px;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-copy { margin: 0 auto; }
  .eyebrow, .service-list, .actions { justify-content: center; }
  .intro { margin-inline: auto; }
  .visual-panel { min-height: 510px; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; gap: 11px; }
  .site-footer a, .footer-tag { justify-self: center; }
}

@media (max-width: 580px) {
  .page-shell { padding: 22px 18px 20px; }
  .site-header { align-items: flex-start; }
  .brand { width: 205px; }
  .status-pill { width: 34px; min-width: 34px; height: 34px; padding: 0; justify-content: center; font-size: 0; }
  .status-pill::after { content: none; }
  .hero { padding-top: 56px; gap: 34px; }
  h1 { font-size: clamp(37px, 9.9vw, 43px); letter-spacing: -.06em; }
  .intro { margin-top: 27px; font-size: 16px; line-height: 1.65; }
  .service-list { gap: 7px; width: 100%; }
  .service-list span { font-size: 10px; padding: 8px 10px 8px 24px; }
  .service-list span::before { left: 10px; }
  .actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; min-height: 54px; }
  .visual-panel { min-height: 430px; }
  .shield-card { width: min(300px, 78vw); padding: 30px 28px 23px; border-radius: 28px; }
  .shield-icon { width: 95px; height: 112px; }
  .card-copy { margin-top: 20px; }
  .card-copy strong { font-size: 26px; }
  .card-line { margin: 24px 0 17px; }
  .floating-note { min-width: 175px; padding: 10px 11px; }
  .note-one { top: 3%; right: 0; }
  .note-two { left: -8px; bottom: 3%; }
  .floating-note small { display: none; }
  .site-footer { margin-top: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
