:root {
  --navy-950: #071426;
  --navy-900: #0b1d36;
  --navy-800: #102b4c;
  --blue-700: #2467b2;
  --blue-600: #2c78cf;
  --teal-600: #0f9f8f;
  --teal-500: #18b7a7;
  --teal-100: #dff8f5;
  --slate-700: #334155;
  --slate-600: #526174;
  --slate-200: #dbe4ee;
  --slate-100: #eef4f8;
  --white: #ffffff;
  --off-white: #f8fbfd;
  --shadow: 0 24px 80px rgba(7, 20, 38, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--navy-950);
  background: var(--off-white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 8% 12%, rgba(44, 120, 207, 0.10), transparent 30%),
    radial-gradient(circle at 92% 4%, rgba(15, 159, 143, 0.11), transparent 28%),
    linear-gradient(180deg, #ffffff, var(--off-white));
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 86px;
  padding: 14px clamp(18px, 4vw, 58px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(219, 228, 238, 0.9);
  box-shadow: 0 12px 36px rgba(7, 20, 38, 0.06);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: min(275px, 58vw);
  text-decoration: none;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--slate-600);
  font-size: 0.94rem;
  font-weight: 700;
}

.nav-links a,
.site-footer a {
  text-decoration: none;
}

.nav-links a:hover,
.site-footer a:hover {
  color: var(--blue-700);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 0;
  border-radius: var(--radius);
  font: inherit;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.header-cta,
.button.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-700), var(--teal-600));
  box-shadow: 0 14px 30px rgba(36, 103, 178, 0.24);
}

.button.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.section-shell,
.section,
.contact-section {
  padding: clamp(62px, 9vw, 116px) clamp(18px, 5vw, 72px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.78fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: center;
  min-height: calc(100vh - 86px);
  color: var(--white);
  background:
    linear-gradient(125deg, rgba(7, 20, 38, 0.96), rgba(16, 43, 76, 0.92) 48%, rgba(15, 159, 143, 0.72)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='900' viewBox='0 0 1600 900'%3E%3Crect width='1600' height='900' fill='%23071426'/%3E%3Cg fill='none' stroke='%232d5f95' stroke-width='2' opacity='.36'%3E%3Cpath d='M120 150h300v180H120zM500 150h420v180H500zM1000 150h470v180h-470zM120 410h540v190H120zM740 410h730v190H740zM120 680h360v120H120zM560 680h410v120H560zM1050 680h420v120h-420z'/%3E%3Cpath d='M220 240h150M600 240h260M1110 240h250M220 505h350M850 505h500M220 740h180M660 740h220M1150 740h230'/%3E%3C/g%3E%3Cg fill='%2318b7a7' opacity='.9'%3E%3Ccircle cx='420' cy='240' r='7'/%3E%3Ccircle cx='920' cy='240' r='7'/%3E%3Ccircle cx='1470' cy='505' r='7'/%3E%3Ccircle cx='970' cy='740' r='7'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
}

.hero-copy {
  max-width: 790px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue-700);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow,
.navy .eyebrow,
.contact-section .eyebrow {
  color: var(--teal-100);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 860px;
  margin-bottom: 22px;
  font-size: clamp(2.65rem, 5.1vw, 4.9rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  line-height: 1.22;
}

.hero-text {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.trust-row span {
  padding: 8px 12px;
  color: var(--teal-100);
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-weight: 800;
}

.hero-card {
  padding: clamp(24px, 4vw, 34px);
  color: var(--navy-950);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.card-kicker {
  color: var(--slate-600);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.risk-score {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin: 14px 0 16px;
}

.risk-score span {
  color: var(--slate-600);
  font-weight: 800;
}

.risk-score strong {
  color: var(--blue-700);
  font-size: 4rem;
  line-height: 0.9;
}

.score-track {
  height: 12px;
  overflow: hidden;
  background: var(--slate-200);
  border-radius: 999px;
}

.score-track span {
  display: block;
  width: 68%;
  height: 100%;
  background: linear-gradient(90deg, #f5b84b, var(--teal-500));
}

.signal-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.signal-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--slate-700);
}

.status {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.status.high {
  background: #ef7d4f;
}

.status.medium {
  background: #f5b84b;
}

.status.low {
  background: var(--teal-500);
}

.light {
  background: var(--white);
}

.navy {
  color: var(--white);
  background: var(--navy-950);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 36px;
}

.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading p {
  color: var(--slate-600);
  font-size: 1.06rem;
}

.navy .section-heading p {
  color: rgba(255, 255, 255, 0.76);
}

.service-grid,
.proof-grid,
.results-grid,
.pricing-grid {
  display: grid;
  gap: 18px;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card,
.proof-card,
.result-card,
.price-card {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius);
  box-shadow: 0 16px 46px rgba(7, 20, 38, 0.06);
}

.service-card p,
.proof-card p,
.result-card span,
.price-card p,
.price-card li {
  color: var(--slate-600);
}

.icon {
  position: relative;
  display: inline-grid;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  place-items: center;
  background: linear-gradient(135deg, rgba(36, 103, 178, 0.12), rgba(15, 159, 143, 0.16));
  border: 1px solid rgba(36, 103, 178, 0.18);
  border-radius: var(--radius);
}

.icon::before,
.icon::after {
  position: absolute;
  content: "";
}

.icon.shield::before {
  width: 18px;
  height: 22px;
  border: 3px solid var(--blue-700);
  border-top-width: 5px;
  border-radius: 12px 12px 8px 8px;
  transform: perspective(40px) rotateX(18deg);
}

.icon.cloud::before {
  width: 25px;
  height: 14px;
  border: 3px solid var(--blue-700);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom: 3px solid var(--blue-700);
}

.icon.radar::before {
  width: 22px;
  height: 22px;
  border: 3px solid var(--blue-700);
  border-radius: 999px;
}

.icon.radar::after {
  width: 3px;
  height: 18px;
  background: var(--teal-600);
  transform: rotate(42deg);
  transform-origin: bottom center;
}

.icon.lock::before {
  width: 20px;
  height: 16px;
  bottom: 9px;
  background: var(--blue-700);
  border-radius: 5px;
}

.icon.lock::after {
  width: 16px;
  height: 14px;
  top: 9px;
  border: 3px solid var(--blue-700);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}

.icon.document::before {
  width: 18px;
  height: 24px;
  border: 3px solid var(--blue-700);
  border-radius: 3px;
}

.icon.chart::before {
  width: 24px;
  height: 20px;
  border-left: 3px solid var(--blue-700);
  border-bottom: 3px solid var(--blue-700);
}

.icon.chart::after {
  width: 22px;
  height: 12px;
  border-top: 3px solid var(--teal-600);
  border-right: 3px solid var(--teal-600);
  transform: rotate(-18deg);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.timeline-step {
  position: relative;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
}

.timeline-step span {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--teal-100);
  font-size: 0.88rem;
  font-weight: 900;
}

.timeline-step p {
  color: rgba(255, 255, 255, 0.76);
}

.why-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.proof-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.proof-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy-900);
  font-size: 1.05rem;
}

.results-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.result-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 245px;
}

.result-card p {
  color: var(--navy-900);
  font-size: 1.05rem;
  font-weight: 700;
}

.result-card span {
  display: block;
  margin-top: 18px;
  font-size: 0.9rem;
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.price-card {
  position: relative;
}

.price-card.featured {
  border-color: rgba(15, 159, 143, 0.48);
  box-shadow: 0 24px 70px rgba(15, 159, 143, 0.14);
}

.badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 10px;
  color: var(--teal-600);
  background: var(--teal-100);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.price {
  margin-bottom: 10px;
  color: var(--blue-700) !important;
  font-size: 2rem;
  font-weight: 900;
}

.price-card ul {
  margin: 22px 0 0;
  padding-left: 20px;
}

li + li {
  margin-top: 10px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 6vw, 70px);
  align-items: start;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy-950), var(--navy-800));
}

.contact-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.email-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--teal-100);
  font-weight: 900;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 32px);
  color: var(--navy-950);
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 7px;
  color: var(--navy-900);
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--navy-950);
  background: var(--off-white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius);
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--blue-600);
  outline: 3px solid rgba(44, 120, 207, 0.16);
}

.site-footer {
  display: grid;
  grid-template-columns: 1.1fr auto auto;
  gap: 22px;
  align-items: center;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--slate-600);
  background: var(--white);
  border-top: 1px solid var(--slate-200);
}

.site-footer strong {
  display: block;
  color: var(--navy-950);
}

.site-footer p {
  max-width: 520px;
  margin: 4px 0 0;
  font-size: 0.9rem;
}

.site-footer nav {
  display: flex;
  gap: 16px;
  font-weight: 800;
}

.reveal {
  animation: reveal 0.7s ease both;
}

@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .reveal {
      animation-timeline: view();
      animation-range: entry 0% cover 22%;
    }
  }
}

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

@media (max-width: 1100px) {
  .nav-links {
    display: none;
  }

  .hero,
  .why-layout,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 840px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .header-cta {
    width: 100%;
  }

  .service-grid,
  .proof-grid,
  .results-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .site-header {
    position: static;
    min-height: 0;
  }

  .brand {
    width: min(235px, 100%);
  }

  .hero-actions,
  .trust-row,
  .risk-score,
  .site-footer,
  .site-footer nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .button,
  .header-cta {
    width: 100%;
  }

  .timeline {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}
