:root {
  --navy: #03284d;
  --navy-2: #061a30;
  --orange: #ff7208;
  --cyan: #18a7d4;
  --green: #15ad74;
  --graphite: #243242;
  --muted: #647386;
  --line: #dfe7ee;
  --soft: #f4f8fb;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(3, 40, 77, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--graphite);
  background: var(--white);
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(3, 40, 77, 0.1);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 26px;
}

.brand img {
  width: min(314px, 52vw);
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 800;
}

.nav a {
  transition: color 160ms ease;
}

.nav a:hover,
.nav a:focus {
  color: var(--orange);
}

.nav-cta {
  padding: 11px 16px;
  border-radius: var(--radius);
  color: #fff !important;
  background: var(--navy);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  content: "";
  background: var(--navy);
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(3, 40, 77, 0.97), rgba(6, 26, 48, 0.96)),
    var(--navy);
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.17;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 86%);
}

.hero::after {
  position: absolute;
  right: -180px;
  top: 80px;
  width: 520px;
  height: 520px;
  content: "";
  border: 36px solid rgba(255, 114, 8, 0.25);
  border-left-color: rgba(24, 167, 212, 0.24);
  border-radius: 50%;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: 58px;
  min-height: 720px;
  padding: 78px 0 70px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy h1,
.section-heading h2,
.split h2,
.comparison-intro h2,
.feature-panel h2,
.resource-copy h2,
.contact-copy h2 {
  margin: 0;
  color: inherit;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-copy h1 {
  max-width: 760px;
  font-size: clamp(2.55rem, 5vw, 4.5rem);
}

.hero-subtitle {
  max-width: 670px;
  margin: 24px 0 32px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.04rem, 1.4vw, 1.25rem);
}

.hero-actions {
  display: grid;
  gap: 10px;
  justify-items: start;
}

.hero-actions span {
  max-width: 540px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--orange), #ff9b22);
  box-shadow: 0 16px 34px rgba(255, 114, 8, 0.28);
}

.button-primary:hover,
.button-primary:focus {
  transform: translateY(-1px);
  box-shadow: 0 20px 42px rgba(255, 114, 8, 0.34);
}

.hero-panel {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(18px);
}

.panel-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.panel-top img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
}

.panel-top strong,
.panel-top span {
  display: block;
}

.panel-top strong {
  font-size: 1.18rem;
  font-weight: 900;
}

.panel-top span {
  color: rgba(255, 255, 255, 0.74);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.metric-grid div,
.alert-card {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
}

.metric-grid div {
  padding: 18px 12px;
}

.metric-grid strong {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
}

.metric-grid span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
}

.alert-card {
  display: flex;
  gap: 14px;
  margin: 16px 0;
  padding: 18px;
}

.status-dot {
  width: 12px;
  height: 12px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 8px rgba(21, 173, 116, 0.16);
  flex: 0 0 auto;
}

.alert-card strong {
  display: block;
  color: #fff;
  font-weight: 900;
}

.alert-card p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.75);
}

.signal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.signal-list span,
.source-list span {
  padding: 9px 11px;
  border-radius: var(--radius);
  font-weight: 850;
}

.signal-list span {
  color: #fff;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.section {
  padding: 88px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.section-heading.centered {
  max-width: 840px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-heading p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.products {
  background: linear-gradient(180deg, #fff, var(--soft));
}

.intelligence-map {
  background: #fff;
}

.map-grid,
.proof-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: 58px;
  align-items: center;
}

.map-copy h2,
.proof-card h2 {
  margin: 0 0 20px;
  color: var(--navy);
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.map-copy p,
.proof-card p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 1.05rem;
}

.ecosystem-flow {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(244, 248, 251, 0.76), #fff);
  box-shadow: var(--shadow);
}

.flow-sources,
.flow-outputs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.flow-sources span,
.flow-outputs span {
  display: grid;
  place-items: center;
  min-height: 48px;
  padding: 10px;
  border: 1px solid rgba(3, 40, 77, 0.12);
  border-radius: var(--radius);
  color: var(--navy);
  background: #fff;
  font-size: 0.88rem;
  font-weight: 850;
  text-align: center;
}

.flow-sources::after,
.flow-core::after {
  display: block;
  grid-column: 1 / -1;
  margin: 4px auto -4px;
  color: var(--orange);
  content: "↓";
  font-size: 1.8rem;
  font-weight: 900;
}

.flow-core {
  display: grid;
  place-items: center;
  min-height: 132px;
  padding: 24px;
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(145deg, var(--navy), var(--navy-2));
  text-align: center;
}

.flow-core small {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 800;
  text-transform: uppercase;
}

.flow-core strong {
  display: block;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 950;
  line-height: 1.1;
}

.flow-core span {
  color: var(--orange);
  font-weight: 900;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.product-card,
.benefit-card,
.feature-panel,
.feature-list,
.resource-card,
.contact-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 32px rgba(3, 40, 77, 0.06);
}

.product-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: 26px 22px;
}

.product-card::before {
  display: block;
  width: 44px;
  height: 4px;
  margin-bottom: 20px;
  content: "";
  border-radius: 999px;
  background: var(--orange);
}

.product-card.featured {
  color: #fff;
  background: linear-gradient(145deg, var(--navy), var(--navy-2));
  border-color: rgba(3, 40, 77, 0.4);
}

.product-card.featured::after {
  position: absolute;
  right: -48px;
  top: -52px;
  width: 150px;
  height: 150px;
  content: "";
  border: 18px solid rgba(255, 114, 8, 0.24);
  border-radius: 50%;
}

.product-tag {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 10px;
  border-radius: var(--radius);
  color: var(--orange);
  background: rgba(255, 114, 8, 0.1);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.featured .product-tag {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
}

.product-card h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 1.55rem;
  line-height: 1.12;
}

.product-card.featured h3 {
  color: #fff;
}

.product-card p {
  margin: 0 0 18px;
  color: var(--muted);
}

.product-card.featured p,
.product-card.featured li {
  color: rgba(255, 255, 255, 0.78);
}

.product-card ul,
.feature-list ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-card li,
.feature-list li {
  position: relative;
  padding-left: 26px;
  font-weight: 700;
}

.product-card li::before,
.feature-list li::before {
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 50%;
  background: var(--orange);
}

.about,
.contact {
  background: var(--soft);
}

.split,
.comparison-intro,
.feature-grid,
.resources-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: 58px;
}

.split h2,
.section-heading h2,
.comparison-intro h2,
.feature-panel h2,
.resource-copy h2,
.contact-copy h2 {
  color: var(--navy);
  font-size: clamp(2rem, 3.2vw, 3.2rem);
}

.text-stack {
  display: grid;
  gap: 18px;
}

.text-stack p,
.comparison-intro p,
.feature-panel p,
.resource-copy p,
.contact-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.benefit-card {
  min-height: 270px;
  padding: 26px 22px;
}

.benefit-card span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 50%;
  color: var(--orange);
  background: rgba(255, 114, 8, 0.1);
  font-weight: 900;
}

.benefit-card h3,
.feature-list h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 1.14rem;
  line-height: 1.25;
}

.benefit-card p {
  margin: 0;
  color: var(--muted);
}

.dark-section {
  color: #fff;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 114, 8, 0.16), transparent 30%),
    linear-gradient(120deg, var(--navy-2), var(--navy));
}

.dark-section .eyebrow,
.dark-section h2 {
  color: #fff;
}

.comparison-intro {
  align-items: end;
  margin-bottom: 34px;
}

.comparison-intro p {
  color: rgba(255, 255, 255, 0.78);
}

.comparison-table {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.table-row {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.table-row:first-child {
  border-top: 0;
}

.table-row div {
  padding: 18px;
  color: rgba(255, 255, 255, 0.8);
}

.table-row div:first-child,
.table-row div:last-child {
  font-weight: 800;
}

.table-row div:last-child {
  color: #fff;
  background: rgba(21, 173, 116, 0.14);
}

.table-head div {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 900;
}

.compliance {
  background: linear-gradient(180deg, #fff, var(--soft));
}

.feature-panel,
.feature-list,
.resource-card {
  padding: 34px;
}

.resources-grid {
  align-items: stretch;
}

.source-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.source-list span {
  color: var(--navy);
  background: var(--soft);
  border: 1px solid rgba(3, 40, 77, 0.14);
}

.resource-card strong {
  display: block;
  margin-bottom: 18px;
  color: var(--navy);
  font-size: 1.24rem;
  font-weight: 900;
}

.case-section {
  padding: 42px 0;
  background: var(--navy);
}

.case-card {
  display: grid;
  grid-template-columns: 88px 1fr 0.58fr;
  align-items: center;
  gap: 30px;
  color: #fff;
}

.case-card img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #fff;
}

blockquote {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 800;
  line-height: 1.35;
}

.case-card strong {
  color: var(--orange);
  font-weight: 900;
  text-transform: uppercase;
}

.case-card p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.proof-platform {
  background: linear-gradient(180deg, #fff, var(--soft));
}

.proof-card,
.platform-preview {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 32px rgba(3, 40, 77, 0.06);
}

.proof-card {
  padding: 34px;
}

.proof-card ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.proof-card li {
  position: relative;
  padding-left: 26px;
  color: var(--graphite);
  font-weight: 750;
}

.proof-card li::before {
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 50%;
  background: var(--orange);
}

.platform-preview {
  overflow: hidden;
  background: var(--navy-2);
}

.preview-top {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 22px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.preview-top span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 20px 0 0 rgba(255, 255, 255, 0.28), 40px 0 0 rgba(21, 173, 116, 0.8);
}

.preview-top strong {
  margin-left: 42px;
  font-weight: 900;
}

.preview-body {
  display: grid;
  grid-template-columns: 150px 1fr;
  min-height: 330px;
}

.preview-sidebar {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.06);
}

.preview-sidebar span {
  padding: 10px;
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
  font-weight: 800;
}

.preview-sidebar .active {
  color: #fff;
  background: rgba(255, 114, 8, 0.22);
}

.preview-content {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 22px;
}

.preview-alert,
.preview-row {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.preview-alert {
  padding: 18px;
}

.preview-alert strong {
  display: block;
  color: #fff;
  font-size: 1.1rem;
}

.preview-alert p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.preview-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.78);
}

.preview-row b {
  color: var(--orange);
  white-space: nowrap;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 28px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 900;
}

.contact-form label:nth-child(3),
.contact-form label:nth-child(4),
.contact-form label:nth-child(5),
.contact-form label:nth-child(6),
.contact-form button,
.privacy {
  grid-column: 1 / -1;
}

input,
select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #cfd9e2;
  border-radius: var(--radius);
  color: var(--graphite);
  background: #fff;
  font: inherit;
}

input:focus,
select:focus {
  outline: 3px solid rgba(255, 114, 8, 0.18);
  border-color: var(--orange);
}

.contact-form button {
  width: 100%;
  min-height: 56px;
  margin-top: 6px;
  text-transform: uppercase;
}

.privacy {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.footer {
  padding: 34px 0;
  background: #fff;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer img {
  width: 260px;
}

.footer p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  text-align: right;
}

@media (max-width: 1080px) {
  .product-grid,
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 980px) {
  .menu-toggle {
    display: block;
  }

  .nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 10px);
    display: none;
    align-items: stretch;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
    flex-direction: column;
  }

  .nav.is-open {
    display: flex;
  }

  .hero-grid,
  .map-grid,
  .split,
  .comparison-intro,
  .feature-grid,
  .resources-grid,
  .proof-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
  }

  .case-card {
    grid-template-columns: 72px 1fr;
  }

  .case-card div {
    grid-column: 2;
  }

  .table-row {
    grid-template-columns: 1fr;
  }

  .table-row div {
    padding: 14px 18px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1140px);
  }

  .header-inner {
    min-height: 74px;
  }

  .brand img {
    width: min(230px, 66vw);
  }

  .hero-grid {
    padding: 56px 0;
  }

  .hero-actions {
    justify-items: stretch;
  }

  .button {
    width: 100%;
    padding: 0 16px;
  }

  .hero-panel,
  .ecosystem-flow,
  .feature-panel,
  .feature-list,
  .resource-card,
  .proof-card,
  .contact-form {
    padding: 20px;
  }

  .metric-grid,
  .flow-sources,
  .flow-outputs,
  .product-grid,
  .benefit-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .preview-body {
    grid-template-columns: 1fr;
  }

  .preview-sidebar {
    grid-template-columns: repeat(2, 1fr);
  }

  .preview-row {
    flex-direction: column;
  }

  .product-card {
    min-height: auto;
  }

  .section {
    padding: 62px 0;
  }

  .case-card {
    grid-template-columns: 1fr;
  }

  .case-card div {
    grid-column: auto;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer p {
    text-align: left;
  }
}
