:root {
  --bg: #eeeff2;
  --bg-soft: #f5f5f7;
  --surface: #ffffff;
  --surface-soft: #ffffff;
  --ink: #121218;
  --ink-soft: #585865;
  --line: #d9d9e0;
  --line-strong: #c8c8d1;
  --accent-blue: #3a74ff;
  --accent-blue-soft: #edf2ff;
  --accent-teal: #1ba285;
  --accent-teal-soft: #e8f7f3;
  --accent-warm: #e7a737;
  --button-dark: #15161c;
  --button-dark-hover: #242632;
  --focus-ring: rgba(45, 58, 77, 0.35);
  --shadow-sm: 0 4px 12px rgba(20, 22, 35, 0.08);
  --shadow-md: 0 16px 40px rgba(20, 22, 35, 0.11);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(920px 420px at 100% -10%, rgba(58, 116, 255, 0.08), transparent 62%),
    radial-gradient(760px 360px at 0% 12%, rgba(27, 162, 133, 0.06), transparent 60%),
    var(--bg);
  line-height: 1.5;
}

.bg-grid {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(145, 149, 165, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(145, 149, 165, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at 50% 0%, #000 20%, transparent 80%);
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  line-height: 1.14;
  letter-spacing: -0.01em;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.section {
  padding: 5rem 0;
}

.badge,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  color: #28417a;
  margin-bottom: 0.9rem;
  background: var(--accent-blue-soft);
  border: 1px solid #cfdcff;
  border-radius: 999px;
  padding: 0.2rem 0.58rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2.2rem;
}

.section-heading h2 {
  font-size: clamp(1.7rem, 2.9vw, 2.75rem);
  margin-bottom: 0.7rem;
  color: #1a2338;
}

.section-heading p {
  color: var(--ink-soft);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(71, 74, 88, 0.18);
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(22, 28, 42, 0.05);
}

.header-inner {
  min-height: 4.8rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 140px;
  height: auto;
}

.menu-toggle {
  display: none;
  border: 1px solid #5f6371;
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font-weight: 700;
  padding: 0.43rem 0.88rem;
}

.nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.nav a {
  color: #343847;
  font-size: 0.92rem;
  font-weight: 600;
}

.nav a:hover {
  color: var(--accent-blue);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.64rem 1.14rem;
  font-weight: 700;
  transition: transform 170ms ease, background 170ms ease, border-color 170ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, #2f64e4, #3a74ff);
  color: #f5f5fb;
  border-color: #2f64e4;
  box-shadow: 0 8px 22px rgba(58, 116, 255, 0.24);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #2958cb, #356be8);
}

.btn-ghost {
  border-color: #747889;
  color: #1f2330;
  background: transparent;
}

.btn-ghost:hover {
  border-color: #5876bf;
  color: #233a72;
  background: #f1f5ff;
}

.hero {
  padding-top: 4.6rem;
  padding-bottom: 4.4rem;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 1.4rem;
  align-items: stretch;
}

.hero-copy h1 {
  font-size: clamp(2rem, 4.2vw, 3.8rem);
  margin-bottom: 1rem;
  max-width: 16ch;
}

.lead {
  font-size: 1.05rem;
  color: var(--ink-soft);
  max-width: 62ch;
}

.hero-actions {
  margin-top: 1.4rem;
  display: flex;
  gap: 0.72rem;
  flex-wrap: wrap;
}

.hero-metrics {
  margin-top: 1.65rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.hero-metrics li {
  border: 1px solid #d8dff0;
  border-radius: 0.9rem;
  background: linear-gradient(180deg, #ffffff, #f9fbff);
  padding: 0.84rem;
  box-shadow: inset 0 2px 0 var(--accent-blue-soft);
}

.hero-metrics strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1.02rem;
}

.hero-metrics span {
  font-size: 0.84rem;
  color: var(--ink-soft);
}

.hero-visual {
  align-self: stretch;
}

.cyber-graphic {
  height: 100%;
  min-height: 470px;
  border: 1px solid var(--line-strong);
  border-radius: 1.1rem;
  background: #f6f7fb;
  color: var(--ink);
  padding: 0.9rem;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.graphic-headline h3 {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 1.18rem;
  line-height: 1.2;
  margin-bottom: 0.2rem;
}

.graphic-headline p {
  color: #5f677b;
  font-size: 0.83rem;
}

.graphic-layout {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 0.7rem;
}

.endpoint-panel {
  border: 1px solid #d8deea;
  border-radius: 0.95rem;
  background: #eef1f7;
  padding: 0.58rem;
}

.endpoint-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.52rem;
}

.endpoint-bar strong {
  font-size: 0.97rem;
}

.endpoint-bar span {
  font-size: 0.74rem;
  color: #546078;
  background: #f7f8fc;
  border: 1px solid #dde3f0;
  border-radius: 999px;
  padding: 0.15rem 0.5rem;
}

.endpoint-cards {
  display: grid;
  gap: 0.52rem;
}

.endpoint-card {
  border: 1px solid #d9dfea;
  border-radius: 0.84rem;
  background: #ffffff;
  padding: 0.55rem 0.58rem;
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.42rem;
}

.status-pill {
  border-radius: 999px;
  padding: 0.12rem 0.45rem;
  font-size: 0.7rem;
  font-weight: 700;
  border: 1px solid transparent;
}

.status-pill.resolved {
  color: #257246;
  background: #e8f8ee;
  border-color: #b9e5c7;
}

.status-pill.open {
  color: #8b2f2f;
  background: #fdeaea;
  border-color: #f2bcbc;
}

.card-time {
  color: #68728a;
  font-size: 0.7rem;
}

.endpoint-card h4 {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 0.95rem;
  margin-bottom: 0.16rem;
}

.card-subtle {
  color: #717b93;
  font-size: 0.7rem;
  margin-bottom: 0.32rem;
}

.card-line {
  font-size: 0.73rem;
  color: #374156;
  margin-bottom: 0.18rem;
  line-height: 1.35;
}

.card-category {
  margin-top: 0.4rem;
  border: 1px solid #e0e5f0;
  border-radius: 0.5rem;
  background: #f7f8fc;
  color: #4a5470;
  font-size: 0.72rem;
  padding: 0.22rem 0.45rem;
}

.status-panel {
  display: grid;
  gap: 0.52rem;
  align-content: start;
}

.panel-card {
  border: 1px solid #d8deea;
  border-radius: 0.84rem;
  background: #ffffff;
  padding: 0.56rem 0.58rem;
}

.panel-card h4 {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 0.84rem;
  margin-bottom: 0.5rem;
  color: #24345e;
}

.donut-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.donut-chart {
  width: 84px;
  height: 84px;
  border-radius: 999px;
  background: conic-gradient(
    #4fa252 0deg 180deg,
    #d13d33 180deg 240deg,
    #e7a737 240deg 300deg,
    #535f74 300deg 360deg
  );
  position: relative;
}

.donut-chart::after {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 999px;
  background: #ffffff;
}

.legend-grid {
  display: grid;
  gap: 0.28rem;
}

.legend-grid p {
  margin: 0;
  font-size: 0.72rem;
  color: #4c556a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.4rem;
}

.legend-grid strong {
  color: #212b3f;
  font-weight: 700;
}

.legend-dot {
  display: inline-block;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 999px;
  margin-right: 0.34rem;
}

.dot-open {
  background: #d13d33;
}

.dot-investigating {
  background: #e7a737;
}

.dot-resolved {
  background: #4fa252;
}

.dot-no-action {
  background: #535f74;
}

.big-stat {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 700;
  color: #1d273a;
}

.timeline-row {
  border: 1px solid #e0e5f1;
  border-radius: 0.55rem;
  background: #f7f9fc;
  padding: 0.35rem 0.45rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.76rem;
  color: #4d5871;
}

.timeline-row strong {
  color: #1f293d;
}

.stance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.stance-card {
  border: 1px solid var(--line-strong);
  border-radius: 1.2rem;
  background: var(--surface);
  padding: 1.35rem;
  box-shadow: var(--shadow-sm);
  transition: border-color 180ms ease, transform 180ms ease;
}

.stance-card h3 {
  font-size: 1.34rem;
  margin-bottom: 0.7rem;
  color: #1f2d50;
}

.stance-card p {
  color: #3f434f;
  line-height: 1.56;
}

.stance-card:hover {
  border-color: #bfd0ff;
  transform: translateY(-2px);
}

.solution-section {
  padding-top: 1rem;
}

.solution-shell {
  border: 1px solid #d8deea;
  border-radius: 1.4rem;
  background:
    radial-gradient(520px 220px at 100% 0%, rgba(58, 116, 255, 0.08), transparent 70%),
    linear-gradient(180deg, #ffffff, #f7faff);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
}

.solution-intro {
  max-width: 760px;
  margin-bottom: 1.25rem;
}

.solution-intro h2 {
  font-size: clamp(1.7rem, 2.9vw, 2.7rem);
  margin-bottom: 0.75rem;
  color: #1a2338;
}

.solution-intro p:last-child {
  color: #4b5364;
  line-height: 1.6;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.solution-card {
  border: 1px solid #d4dceb;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.88);
  padding: 1.1rem;
}

.solution-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.8rem;
  border-radius: 999px;
  background: linear-gradient(140deg, #2f64e4, #3f7cff);
  color: #f5f7ff;
  font-size: 0.82rem;
  font-weight: 800;
}

.solution-card h3 {
  font-size: 1.08rem;
  margin-bottom: 0.45rem;
  color: #1f2d50;
}

.solution-card p {
  color: #404857;
  font-size: 0.92rem;
  line-height: 1.55;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.86rem;
}

.feature-card {
  border: 1px solid var(--line);
  border-radius: 0.98rem;
  background: var(--surface-soft);
  padding: 1rem;
  min-height: 10.2rem;
  transition: border-color 180ms ease, transform 180ms ease;
}

.feature-card h3 {
  margin-bottom: 0.48rem;
  font-size: 1.08rem;
  color: #1f2d50;
}

.feature-card p {
  color: #3f444f;
  font-size: 0.92rem;
  line-height: 1.52;
}

.feature-card:hover {
  border-color: #bdd0ff;
  transform: translateY(-2px);
}

.workflow-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.74rem;
}

.workflow-list li {
  border: 1px solid var(--line-strong);
  border-radius: 0.95rem;
  background: var(--surface);
  padding: 0.95rem;
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  gap: 0.75rem;
  align-items: start;
}

.workflow-list span {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: linear-gradient(140deg, #2f64e4, #3f7cff);
  color: #f5f7ff;
  font-size: 0.84rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.workflow-list h3 {
  margin-bottom: 0.3rem;
  font-size: 1.02rem;
}

.workflow-list p {
  color: #424754;
  font-size: 0.91rem;
}

.security-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.95rem;
  align-items: start;
}

.security-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
}

.security-cards article {
  border: 1px solid var(--line);
  border-radius: 0.96rem;
  background: var(--surface-soft);
  padding: 0.9rem;
  transition: border-color 180ms ease;
}

.security-cards h3 {
  margin-bottom: 0.3rem;
  color: #1f2d50;
}

.security-cards p {
  color: #404552;
  font-size: 0.9rem;
  line-height: 1.5;
}

.security-cards article:hover {
  border-color: #bfe5dc;
}

.faq-list {
  display: grid;
  gap: 0.66rem;
}

.faq-list details {
  border: 1px solid var(--line-strong);
  border-radius: 0.9rem;
  background: var(--surface);
  padding: 0.78rem 0.92rem;
  transition: border-color 180ms ease;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list details p {
  margin-top: 0.55rem;
  color: #424754;
}

.faq-list details[open] {
  border-color: #c4d6ff;
}

.contact {
  padding-bottom: 6rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: start;
}

.contact-grid > div p {
  color: var(--ink-soft);
  margin-bottom: 1.2rem;
}

.contact-form {
  border: 1px solid var(--line-strong);
  border-radius: 1rem;
  background: var(--surface);
  padding: 1rem;
  display: grid;
  gap: 0.72rem;
  box-shadow: inset 0 3px 0 var(--accent-teal-soft);
}

.contact-form label {
  display: grid;
  gap: 0.33rem;
  font-size: 0.86rem;
  color: #282c39;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid #b8bcc9;
  border-radius: 0.62rem;
  background: #fff;
  color: #151822;
  font: inherit;
  padding: 0.62rem 0.72rem;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--focus-ring);
}

.form-note {
  min-height: 1.2rem;
  color: #1f6a3c;
  font-size: 0.84rem;
}

.site-footer {
  border-top: 1px solid #d7dbe7;
  background: #ffffff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.footer-logo {
  width: 126px;
  height: auto;
  object-fit: contain;
  margin-bottom: 0.72rem;
}

.footer-grid h3 {
  color: #1d2230;
  margin-bottom: 0.62rem;
  font-size: 1rem;
}

.footer-grid p,
.footer-grid a {
  color: #4f566a;
  font-size: 0.9rem;
}

.footer-grid a {
  display: block;
  margin-bottom: 0.4rem;
}

.footer-grid a:hover {
  color: #2d56bf;
}

.footer-meta {
  margin-top: 1.15rem;
  border-top: 1px solid #dfe3ef;
  padding-top: 0.95rem;
}

.footer-meta p {
  color: #6b7387;
  font-size: 0.84rem;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 450ms ease, transform 450ms ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hero-layout,
  .security-layout,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .stance-grid,
  .solution-grid,
  .feature-grid,
  .security-cards,
  .workflow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header-inner {
    grid-template-columns: auto auto 1fr auto;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav {
    position: absolute;
    left: 4vw;
    right: 4vw;
    top: 4.95rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    border: 1px solid #bfc4d3;
    border-radius: 0.9rem;
    background: #f7f7fa;
    padding: 0.76rem;
    box-shadow: var(--shadow-md);
  }

  .nav.open {
    display: flex;
  }

  .header-actions .btn-ghost {
    display: none;
  }
}

@media (max-width: 760px) {
  .section {
    padding: 3.9rem 0;
  }

  .stance-grid,
  .solution-grid,
  .feature-grid,
  .security-cards,
  .workflow-list,
  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .header-inner {
    grid-template-columns: auto auto 1fr;
  }

  .header-actions {
    display: none;
  }

  .hero {
    padding-top: 3.9rem;
  }

  .hero-copy h1 {
    max-width: 18ch;
  }

  .cyber-graphic {
    min-height: 420px;
    padding: 0.86rem;
  }

  .graphic-layout {
    grid-template-columns: 1fr;
  }

  .status-panel {
    grid-template-columns: 1fr;
  }

  .endpoint-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .legend-grid {
    grid-template-columns: 1fr;
  }

  .big-stat {
    font-size: 1.28rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .btn {
    transition: none;
  }
}
