:root {
  color-scheme: light;
  --bg: #f6f9ff;
  --bg-soft: #eef3fb;
  --panel: #ffffff;
  --panel-strong: #ffffff;
  --text: #0b1626;
  --muted: #56657c;
  --line: rgba(15, 23, 42, 0.10);
  --blue: #2f6df6;
  --violet: #7c3aed;
  --cyan: #0e7490;
  --green: #16a34a;
  --red: #e11d48;
  --shadow: 0 22px 60px rgba(15, 23, 42, 0.10);
  --content-max: 1680px;
  --page-pad: max(24px, calc((100vw - var(--content-max)) / 2));
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 0%, rgba(124, 58, 237, 0.10), transparent 40rem),
    radial-gradient(circle at 88% 6%, rgba(47, 109, 246, 0.10), transparent 42rem),
    linear-gradient(180deg, #f7faff 0%, #eef3fb 100%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  margin: 0 auto;
  padding: 14px var(--page-pad);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  backdrop-filter: blur(18px);
}

.brand,
.mini-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.site-header .brand {
  color: #0b1626;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  box-shadow: 0 12px 34px rgba(47, 109, 246, 0.4);
}

nav {
  display: flex;
  gap: 24px;
  color: #4a5a70;
  font-size: 14px;
}

nav a:hover {
  color: #0b1626;
}

.header-cta,
.secondary-btn,
.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 14px;
  padding: 0 18px;
  font-weight: 750;
}

.header-cta,
.secondary-btn {
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: #ffffff;
  color: #1e2a3c;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}

.primary-btn {
  background: linear-gradient(135deg, var(--blue), var(--violet));
  box-shadow: 0 18px 48px rgba(47, 109, 246, 0.32);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(520px, 0.92fr);
  gap: clamp(28px, 4vw, 68px);
  align-items: center;
  width: min(var(--content-max), calc(100% - 48px));
  margin: clamp(22px, 4vh, 48px) auto clamp(28px, 5vh, 48px);
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(34, 211, 238, 0.2);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(34, 211, 238, 0.08);
  color: #79e8ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin: clamp(14px, 2.2vh, 22px) 0 clamp(14px, 2vh, 20px);
  font-size: clamp(42px, min(4.1vw, 7.1vh), 72px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

h2 {
  margin-bottom: 18px;
  color: inherit;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1;
  letter-spacing: -0.045em;
}

h3 {
  font-size: 21px;
  letter-spacing: -0.02em;
}

.hero-lead,
.section p,
.cta-section p {
  color: var(--muted);
  font-size: clamp(16px, 1.08vw, 18px);
  line-height: 1.75;
}

.hero-lead {
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(18px, 3vh, 26px);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(14px, 2.4vh, 22px);
}

.trust-row span {
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  padding: 9px 12px;
  color: #44556b;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
  font-size: 13px;
}

.hero-product {
  overflow: hidden;
  width: 100%;
  max-width: 620px;
  justify-self: end;
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.window-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--line);
  padding: 14px 16px;
  color: var(--muted);
}

.window-bar span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ef4444;
}

.window-bar span:nth-child(2) {
  background: #f59e0b;
}

.window-bar span:nth-child(3) {
  background: #22c55e;
}

.window-bar strong {
  margin-left: 10px;
  font-size: 13px;
}

.product-grid {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  min-height: clamp(300px, 44vh, 390px);
}

.product-sidebar {
  border-right: 1px solid var(--line);
  padding: clamp(14px, 2vh, 18px);
  background: #f5f8fe;
}

.product-sidebar p {
  margin: clamp(8px, 1.4vh, 12px) 0;
  border-radius: 12px;
  padding: clamp(8px, 1.4vh, 10px) 12px;
  color: var(--muted);
  font-size: 13px;
}

.product-sidebar .active {
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--violet));
}

.product-main {
  min-width: 0;
  padding: clamp(14px, 2vh, 22px);
}

.status-line {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(34, 197, 94, 0.25);
  border-radius: 999px;
  padding: 8px 12px;
  color: #83f5ad;
  background: rgba(34, 197, 94, 0.08);
  font-size: 13px;
}

.connected {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.12);
}

.product-main h3 {
  margin: clamp(14px, 2.6vh, 22px) 0;
  font-size: clamp(22px, min(2.1vw, 3.4vh), 30px);
  line-height: 1.08;
}

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

.flow div,
.finding-card,
.deploy-card,
.cards article,
.steps div {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.flow div {
  padding: 14px;
  color: var(--muted);
  font-size: 13px;
}

.flow b {
  display: block;
  margin-top: 6px;
  color: #0b1626;
}

.finding-card {
  margin-top: clamp(10px, 2vh, 16px);
  padding: clamp(14px, 2vh, 18px);
  border-color: rgba(22, 163, 74, 0.28);
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.12), rgba(240, 249, 244, 0.9));
}

.finding-card span {
  color: #15803d;
  font-size: 13px;
  font-weight: 800;
}

.finding-card h4 {
  margin: 8px 0 6px;
  font-size: clamp(19px, min(1.7vw, 2.8vh), 22px);
}

.finding-card p {
  color: #45566b;
}

.actions-row {
  display: flex;
  gap: 10px;
  margin-top: clamp(12px, 2vh, 18px);
}

.actions-row button {
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 12px;
  padding: 10px 14px;
  color: #1e2a3c;
  background: #f5f8fe;
  font-weight: 600;
}

.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--page-pad) clamp(34px, 5vh, 54px);
  color: #56657c;
}

.logos span {
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 999px;
  padding: 12px 18px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}

.section,
.cta-section {
  width: 100%;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  padding: clamp(44px, 5vw, 68px) var(--page-pad);
  color: #07111e;
  background: #f8fbff;
  box-shadow: none;
}

.section + .section,
.section + .cta-section {
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(32px, 4vw, 48px);
  align-items: center;
}

.reverse {
  grid-template-columns: 1fr 0.95fr;
}

.section .eyebrow,
.cta-section .eyebrow {
  border-color: rgba(47, 109, 246, 0.16);
  color: var(--blue);
  background: rgba(47, 109, 246, 0.08);
}

.section p,
.cta-section p {
  color: #53637a;
}

.steps {
  display: grid;
  gap: 12px;
}

.steps div {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  background: #f7fbff;
}

.steps strong {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 14px;
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--violet));
}

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

.cards {
  display: grid;
  gap: 18px;
}

.cards.three {
  grid-template-columns: repeat(3, 1fr);
}

.cards.four {
  grid-template-columns: repeat(4, 1fr);
}

.cards article {
  padding: 24px;
  background: #f8fbff;
}

.cards article p {
  font-size: 15px;
  line-height: 1.65;
}

.icon {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: #edf4ff;
  font-size: 22px;
}

.deploy-card {
  padding: 22px;
  color: #0b1626;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background:
    radial-gradient(circle at 80% 0%, rgba(124, 58, 237, 0.10), transparent 20rem),
    #ffffff;
  box-shadow: var(--shadow);
}

.deploy-header {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 850;
}

.deploy-step {
  margin: 10px 0;
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 14px;
  padding: 12px;
  color: #56657c;
  background: #f7faff;
}

.deploy-step.active {
  color: #1b3a7a;
  background: rgba(47, 109, 246, 0.10);
  border-color: rgba(47, 109, 246, 0.32);
}

.tool-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.tool-grid span {
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 14px;
  padding: 14px;
  background: #f5f8fe;
  font-weight: 600;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  color: #26364a;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  font-weight: 650;
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--green);
  content: "✓";
}

.security {
  background: #eef3fb;
  color: #0b1626;
}

.security p {
  color: #56657c;
}

.security .cards article {
  color: #0b1626;
  background: #ffffff;
}

.cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background:
    radial-gradient(circle at 18% 20%, rgba(47, 109, 246, 0.14), transparent 24rem),
    #ffffff;
}

.cta-section > div {
  max-width: 780px;
}

footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin: 0 auto;
  padding: 40px var(--page-pad) 54px;
  color: #607087;
  background: #ffffff;
}

footer p {
  margin: 0;
  text-align: right;
}

.legal-line {
  display: block;
  margin-top: 6px;
  color: #7b8ba2;
  font-size: 13px;
}

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-product {
    max-width: 100%;
    justify-self: stretch;
  }
}

@media (max-width: 980px) {
  nav {
    display: none;
  }

  .hero,
  .split,
  .reverse {
    grid-template-columns: 1fr;
  }

  .hero {
    margin-top: 38px;
  }

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

  .product-sidebar {
    display: none;
  }

  .cards.three,
  .cards.four {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .header-cta {
    display: none;
  }

  .hero,
  .logos {
    width: min(100% - 28px, 1180px);
  }

  .section,
  .cta-section,
  footer {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .logos {
    padding-right: 0;
    padding-left: 0;
  }

  h1 {
    font-size: clamp(42px, 13vw, 52px);
  }

  .flow,
  .cards.three,
  .cards.four,
  .tool-grid {
    grid-template-columns: 1fr;
  }

  .cta-section,
  footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Large desktops & 2K/4K: scale the layout and type up so the page fills big screens
   instead of stranding a narrow column in a sea of whitespace. */
@media (min-width: 1800px) {
  :root {
    --content-max: 1820px;
  }
  .hero-product {
    max-width: 720px;
  }
}

@media (min-width: 2400px) {
  :root {
    --content-max: 2100px;
  }
  h1 {
    max-width: 900px;
    font-size: 88px;
  }
  h2 {
    font-size: 66px;
  }
  h3 {
    font-size: 24px;
  }
  .hero-lead,
  .section p,
  .cta-section p {
    font-size: 20px;
  }
  .hero-lead {
    max-width: 820px;
  }
  .hero-product {
    max-width: 820px;
  }
  .section,
  .cta-section {
    padding-top: clamp(64px, 4.5vw, 96px);
    padding-bottom: clamp(64px, 4.5vw, 96px);
  }
  .cards article {
    padding: 30px;
  }
}
