@font-face {
  font-family: "Circular Std";
  src: url("/assets/CircularStd-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circular Std";
  src: url("/assets/CircularStd-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --wa8-blue: #2563ff;
  --wa8-blue-deep: #1939b7;
  --wa8-green: #8bd43b;
  --wa8-ink: #0b1020;
  --wa8-text: #111831;
  --wa8-muted: #59617a;
  --wa8-soft: #eef3ff;
  --wa8-panel: #ffffff;
  --wa8-bg: #f6f8fd;
  --wa8-line: rgba(16, 24, 48, 0.08);
  --wa8-shadow: 0 32px 80px rgba(16, 24, 48, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Circular Std", "Avenir Next", "Segoe UI", sans-serif;
  color: var(--wa8-text);
  background:
    radial-gradient(circle at top left, rgba(37, 99, 255, 0.12), transparent 30%),
    radial-gradient(circle at 85% 15%, rgba(139, 212, 59, 0.14), transparent 22%),
    linear-gradient(180deg, #fbfcff 0%, #f4f7fd 100%);
}

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

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

.site-shell {
  width: min(1440px, calc(100% - 32px));
  margin: 16px auto;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 24px 60px rgba(9, 16, 34, 0.08);
  backdrop-filter: blur(18px);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 28px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(10, 18, 36, 0.06);
}

.brand img,
.footer-brand img {
  width: 190px;
}

.topnav {
  display: flex;
  gap: 22px;
  color: var(--wa8-muted);
  font-size: 15px;
}

.topnav a:hover {
  color: var(--wa8-blue);
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.nav-cta,
.btn-primary,
.btn-white {
  background: linear-gradient(135deg, var(--wa8-blue), var(--wa8-blue-deep));
  color: #fff;
  box-shadow: 0 18px 40px rgba(37, 99, 255, 0.22);
}

.btn-secondary,
.btn-ghost {
  border: 1.5px solid var(--wa8-line);
  background: rgba(255, 255, 255, 0.82);
  color: var(--wa8-text);
}

.btn-white {
  background: #fff;
  color: var(--wa8-blue-deep);
}

.btn:hover,
.nav-cta:hover {
  transform: translateY(-2px);
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: center;
  padding: 64px 34px 40px;
  background:
    radial-gradient(circle at 20% 15%, rgba(37, 99, 255, 0.08), transparent 28%),
    radial-gradient(circle at 80% 22%, rgba(139, 212, 59, 0.12), transparent 24%),
    #f6f8fd;
}

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

.eyebrow,
.section-kicker,
.mini-label,
.signal-tag,
.ai-badge,
.section-kicker.light {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow,
.section-kicker,
.mini-label,
.signal-tag,
.ai-badge {
  background: rgba(37, 99, 255, 0.08);
  color: var(--wa8-blue);
  border: 1px solid rgba(37, 99, 255, 0.12);
}

.section-kicker.light {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.hero h1,
.section h2 {
  margin: 18px 0 16px;
  font-size: clamp(38px, 5vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 900;
  color: var(--wa8-ink);
}

.hero h1 span,
.section h2 span {
  background: linear-gradient(135deg, var(--wa8-blue), #6da8ff 65%, var(--wa8-green));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-sub,
.section-sub,
.split-copy p,
.proof-card p,
.footer-brand p,
.industry-grid article span,
.service-card p,
.checklist li,
.workflow-lines div,
.board-stack article span {
  color: var(--wa8-muted);
  font-size: 16px;
  line-height: 1.78;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 28px 0 24px;
}

.hero-actions.centered {
  justify-content: center;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-pills span {
  padding: 8px 14px;
  border-radius: 12px;
  border: 1px solid rgba(37, 99, 255, 0.12);
  background: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  color: var(--wa8-muted);
}

.hero-visual {
  position: relative;
}

.dashboard {
  border-radius: 26px;
  overflow: hidden;
  background: var(--wa8-panel);
  border: 1px solid rgba(16, 24, 48, 0.08);
  box-shadow: var(--wa8-shadow);
}

.dashboard-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--wa8-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(245, 248, 255, 0.9)),
    url("/assets/hero-bg.jpg") center/cover;
}

.dots {
  display: flex;
  gap: 6px;
}

.dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.dots span:nth-child(1) { background: #ff5f57; }
.dots span:nth-child(2) { background: #febc2e; }
.dots span:nth-child(3) { background: #28c840; }

.dash-title {
  flex: 1;
  font-size: 12px;
  color: var(--wa8-muted);
  text-align: center;
}

.live-pill {
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(139, 212, 59, 0.14);
  color: #4d8f08;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dashboard-body {
  display: grid;
  grid-template-columns: 58px 1.1fr 0.9fr;
  min-height: 520px;
}

.dash-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 18px 0;
  background: #f7f9fe;
  border-right: 1px solid var(--wa8-line);
}

.rail-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #79829d;
  background: transparent;
}

.rail-icon.active {
  background: rgba(37, 99, 255, 0.12);
  color: var(--wa8-blue);
}

.dash-panel {
  padding: 20px;
}

.dash-panel-ops {
  border-left: 1px solid var(--wa8-line);
  background: linear-gradient(180deg, rgba(247, 250, 255, 0.86), #fff);
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.panel-head strong {
  font-size: 15px;
}

.panel-head span {
  font-size: 11px;
  color: var(--wa8-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.metric-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.metric-grid article,
.board-stack article,
.proof-card,
.industry-grid article,
.service-card,
.proof-card,
.board-card,
.ops-row,
.signal-card {
  border: 1px solid var(--wa8-line);
  background: #fff;
  border-radius: 18px;
}

.metric-grid article {
  padding: 18px;
}

.metric-value {
  font-size: 30px;
  font-weight: 900;
  color: var(--wa8-blue-deep);
  line-height: 1;
}

.metric-label {
  margin-top: 7px;
  font-size: 12px;
  color: var(--wa8-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.signal-card {
  margin-top: 16px;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(37, 99, 255, 0.06), rgba(109, 168, 255, 0.04)),
    #fff;
}

.signal-copy h3 {
  margin: 12px 0 8px;
  font-size: 23px;
  line-height: 1.15;
}

.signal-copy p {
  margin: 0;
  color: var(--wa8-muted);
  line-height: 1.65;
}

.signal-flow {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.signal-flow span {
  position: relative;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(37, 99, 255, 0.1);
  font-size: 13px;
  color: var(--wa8-text);
}

.ops-list {
  display: grid;
  gap: 10px;
}

.ops-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
}

.ops-row.current {
  border-color: rgba(37, 99, 255, 0.18);
  box-shadow: 0 8px 20px rgba(37, 99, 255, 0.08);
}

.ops-avatar {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
}

.ops-avatar.blue { background: linear-gradient(135deg, var(--wa8-blue), #6da8ff); }
.ops-avatar.mint { background: linear-gradient(135deg, #39dca2, #119d73); }
.ops-avatar.violet { background: linear-gradient(135deg, #8468ff, #ab6dff); }

.ops-copy {
  flex: 1;
}

.ops-copy b {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}

.ops-copy small,
.ops-state {
  color: var(--wa8-muted);
  font-size: 12px;
}

.ai-recommendation {
  margin-top: 14px;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0f1734, #142157);
  color: rgba(255, 255, 255, 0.78);
}

.ai-recommendation p {
  margin: 12px 0 10px;
  line-height: 1.7;
}

.ai-recommendation a {
  color: #c9d8ff;
  font-weight: 700;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(16, 24, 48, 0.06);
}

.trust-strip div {
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.88);
  text-align: center;
  font-size: 13px;
  color: var(--wa8-muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section {
  padding: 92px 34px;
}

.section-centered {
  text-align: center;
}

.section h2 {
  font-size: clamp(30px, 4vw, 58px);
  margin-bottom: 14px;
}

.section-sub {
  max-width: 780px;
  margin: 0 auto;
}

.card-grid.three,
.industry-grid,
.proof-grid {
  display: grid;
  gap: 18px;
  margin-top: 42px;
}

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

.service-card,
.proof-card,
.industry-grid article {
  padding: 24px;
  text-align: left;
}

.icon-wrap {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  margin-bottom: 18px;
  font-size: 24px;
}

.icon-wrap.blue { background: rgba(37, 99, 255, 0.12); }
.icon-wrap.mint { background: rgba(57, 220, 162, 0.14); }
.icon-wrap.violet { background: rgba(132, 104, 255, 0.14); }

.service-card h3,
.board-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
}

.split-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: center;
}

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

.checklist li {
  position: relative;
  padding-left: 28px;
}

.checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(37, 99, 255, 0.12);
  color: var(--wa8-blue);
  font-size: 11px;
  font-weight: 700;
}

.system-board {
  display: grid;
  gap: 16px;
}

.board-card {
  padding: 24px;
}

.board-accent {
  background:
    radial-gradient(circle at top right, rgba(139, 212, 59, 0.16), transparent 22%),
    linear-gradient(145deg, rgba(37, 99, 255, 0.07), rgba(109, 168, 255, 0.04)),
    #fff;
}

.workflow-lines {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.workflow-lines div {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(37, 99, 255, 0.08);
}

.board-stack {
  display: grid;
  gap: 14px;
}

.board-stack article {
  padding: 18px;
}

.board-stack strong,
.industry-grid strong,
.proof-value {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  color: var(--wa8-ink);
}

.alt {
  background: linear-gradient(180deg, rgba(238, 243, 255, 0.48), transparent);
}

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

.proof-head {
  text-align: center;
}

.proof-card {
  min-height: 100%;
}

.proof-value {
  font-size: 26px;
}

.cta-zone {
  color: #fff;
  background:
    radial-gradient(circle at 20% 20%, rgba(139, 212, 59, 0.22), transparent 20%),
    radial-gradient(circle at 80% 0%, rgba(109, 168, 255, 0.26), transparent 24%),
    linear-gradient(145deg, #10205d, #1738ad 55%, #2058ff);
}

.cta-zone h2 {
  color: #fff;
}

.light-sub {
  color: rgba(255, 255, 255, 0.78);
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 34px 34px;
  background: #fff;
  border-top: 1px solid rgba(16, 24, 48, 0.06);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--wa8-muted);
  font-size: 14px;
}

@media (max-width: 1100px) {
  .hero,
  .split-section,
  .card-grid.three,
  .industry-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-body {
    grid-template-columns: 58px 1fr;
  }

  .dash-panel-ops {
    border-left: 0;
    border-top: 1px solid var(--wa8-line);
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .site-shell {
    width: calc(100% - 16px);
    margin: 8px auto;
    border-radius: 20px;
  }

  .topbar,
  .hero,
  .section,
  .footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .topbar {
    flex-wrap: wrap;
  }

  .topnav {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    font-size: 13px;
    overflow-x: auto;
  }

  .brand img,
  .footer-brand img {
    width: 168px;
  }

  .hero {
    padding-top: 36px;
  }

  .hero h1 {
    font-size: 42px;
  }

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

  .dash-rail {
    display: none;
  }

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

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