:root {
  color-scheme: light;
  --a-ink: #071225;
  --a-muted: #5b6575;
  --a-line: #dce4ee;
  --a-panel: #f8fbff;
  --a-soft: #eef6f0;
  --a-green: #22a861;
  --a-blue: #286fe8;
  --a-warn: #d9822b;
  --a-danger: #d94b55;
  --a-shell: #fbfcf8;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--a-shell);
  color: var(--a-ink);
  font-family: Aptos, "Segoe UI", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
}

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

button,
input {
  font: inherit;
}

.skip-link {
  background: var(--a-ink);
  color: #f7faf6;
  left: 1rem;
  padding: 0.7rem 1rem;
  position: fixed;
  top: -100px;
  z-index: 40;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(251, 252, 248, 0.92);
  border-bottom: 1px solid var(--a-line);
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  min-height: 68px;
  padding: 0.85rem 5vw;
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 0.96rem;
  font-weight: 800;
  gap: 0.65rem;
  white-space: nowrap;
}

.brand-mark {
  align-items: center;
  background: #f0f7ff;
  border: 1px solid #b8c9e5;
  border-radius: 0.35rem;
  color: #133565;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.nav-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  justify-content: center;
}

.nav-links a {
  color: #273142;
  font-size: 0.88rem;
  font-weight: 650;
}

.nav-cta,
.button {
  align-items: center;
  border-radius: 0.45rem;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1.1;
  min-height: 46px;
  padding: 0.85rem 1.25rem;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nav-cta {
  background: var(--a-ink);
  color: #f7faf6;
}

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

.button-dark {
  background: var(--a-ink);
  box-shadow: 0 14px 30px rgba(7, 18, 37, 0.18);
  color: #f7faf6;
}

.button-light {
  background: #f9fbf7;
  border: 1px solid #bbc7d6;
  color: var(--a-ink);
}

.button-outline {
  border: 1px solid rgba(247, 250, 246, 0.55);
  color: #f7faf6;
}

.landing-hero {
  min-height: 670px;
  overflow: hidden;
  position: relative;
}

.hero-a {
  background:
    linear-gradient(95deg, rgba(251, 252, 248, 0.98) 0%, rgba(251, 252, 248, 0.88) 46%, rgba(237, 246, 255, 0.46) 100%),
    repeating-linear-gradient(90deg, rgba(31, 65, 110, 0.05) 0 1px, transparent 1px 82px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 2rem;
  padding: 5.6rem 5vw 3rem;
}

.hero-copy {
  align-self: center;
  max-width: 630px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--a-blue);
  font-size: 0.76rem;
  font-weight: 900;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

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

h1 {
  font-size: 4rem;
  line-height: 1.02;
  margin-bottom: 1.2rem;
  max-width: 780px;
}

h2 {
  font-size: 2.05rem;
  line-height: 1.12;
  margin-bottom: 0.9rem;
}

h3 {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.45rem;
}

p {
  color: var(--a-muted);
  line-height: 1.65;
}

.hero-lede {
  font-size: 1.08rem;
  max-width: 620px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.hero-proof span {
  background: #edf8ef;
  border: 1px solid #c7e6d0;
  border-radius: 999px;
  color: #1f693f;
  font-size: 0.82rem;
  font-weight: 850;
  padding: 0.48rem 0.75rem;
}

.supporting-note {
  border-left: 3px solid var(--a-green);
  font-size: 0.93rem;
  margin: 1.7rem 0 0;
  padding-left: 0.85rem;
}

.pipeline-board {
  align-self: center;
  background: rgba(255, 255, 253, 0.94);
  border: 1px solid #c8d4e3;
  border-radius: 0.65rem;
  box-shadow: 0 28px 80px rgba(20, 37, 63, 0.18);
  min-height: 430px;
  padding: 1.3rem;
  position: relative;
  z-index: 1;
}

.board-topline,
.pipeline-steps,
.board-lower {
  display: flex;
  justify-content: space-between;
}

.board-topline {
  align-items: center;
  font-weight: 850;
  margin-bottom: 1.3rem;
}

.live-dot {
  align-items: center;
  color: var(--a-green);
  display: inline-flex;
  font-size: 0.78rem;
  gap: 0.35rem;
}

.live-dot::before {
  background: var(--a-green);
  border-radius: 50%;
  content: "";
  height: 8px;
  width: 8px;
}

.pipeline-steps {
  align-items: center;
  color: #526071;
  font-size: 0.74rem;
  gap: 0.55rem;
  margin-bottom: 1.4rem;
  position: relative;
}

.pipeline-steps::before {
  background: #9bd2ac;
  content: "";
  height: 2px;
  left: 4%;
  position: absolute;
  right: 4%;
  top: 26px;
}

.pipeline-steps span {
  align-items: center;
  display: inline-flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 0.35rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.pipeline-steps span::after {
  background: #ebf8ee;
  border: 2px solid var(--a-green);
  border-radius: 50%;
  content: "";
  height: 15px;
  width: 15px;
}

.metric-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(4, 1fr);
}

.metric-grid article {
  background: #f6f8fb;
  border: 1px solid #e4eaf2;
  border-radius: 0.55rem;
  min-width: 0;
  padding: 1rem;
}

.metric-grid span,
.metric-grid small {
  color: #6b7380;
  display: block;
  font-size: 0.75rem;
}

.metric-grid strong {
  display: block;
  font-size: 1.55rem;
  margin: 0.35rem 0 0.25rem;
}

.board-lower {
  gap: 1.2rem;
  margin-top: 1.4rem;
}

.board-lower > div {
  flex: 1 1 0;
  min-width: 0;
}

.board-lower h2 {
  font-size: 0.86rem;
  margin-bottom: 0.7rem;
}

.activity-list {
  display: grid;
  gap: 0.55rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.activity-list li {
  align-items: center;
  display: grid;
  font-size: 0.74rem;
  gap: 0.45rem;
  grid-template-columns: 1fr auto auto;
}

.activity-list span {
  color: #273142;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.activity-list em {
  color: var(--a-green);
  font-style: normal;
  font-weight: 750;
}

.domain-bars {
  display: grid;
  gap: 0.62rem;
}

.domain-bars span {
  color: #4b5565;
  display: grid;
  font-size: 0.74rem;
  gap: 0.5rem;
  grid-template-columns: 86px 1fr;
}

.domain-bars span::after {
  align-self: center;
  background: linear-gradient(90deg, var(--a-blue) var(--bar), #e0e8f2 var(--bar));
  border-radius: 20px;
  content: "";
  height: 6px;
}

.proof-rail {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  padding: 2.2rem 5vw;
}

.proof-rail article {
  display: grid;
  gap: 0.45rem;
  grid-template-columns: 38px 1fr;
}

.proof-rail p {
  font-size: 0.86rem;
  grid-column: 2;
  margin: 0;
}

.conversion-strip {
  align-items: center;
  background: #071225;
  color: #f7faf6;
  display: grid;
  gap: 1.4rem;
  grid-template-columns: minmax(260px, 0.9fr) minmax(300px, 1.2fr) auto;
  margin: 0 5vw;
  padding: 1.5rem 2rem;
}

.conversion-strip .eyebrow {
  color: #a5d6ff;
}

.conversion-strip h2 {
  font-size: 1.35rem;
  margin: 0;
}

.conversion-steps {
  display: grid;
  gap: 0.5rem;
}

.conversion-steps span {
  color: #dfe9f5;
  font-size: 0.9rem;
  font-weight: 750;
  padding-left: 1.2rem;
  position: relative;
}

.conversion-steps span::before {
  color: #57e38f;
  content: "+";
  left: 0;
  position: absolute;
}

.mini-icon {
  align-items: center;
  background: #f0f7ff;
  border: 1px solid #c7d8f2;
  border-radius: 0.4rem;
  color: #123b74;
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 950;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.section {
  padding: 4.7rem 5vw;
}

.workflow-section {
  align-items: center;
  background: #f3f7fb;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  margin: 1rem 5vw 0;
  padding-left: 3vw;
  padding-right: 3vw;
}

.section-copy p {
  max-width: 620px;
}

.numbered-grid {
  display: grid;
  gap: 0.85rem 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.4rem;
}

.numbered-grid span {
  align-items: center;
  color: #263244;
  display: flex;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 0.6rem;
}

.numbered-grid b {
  align-items: center;
  background: #eaf3ff;
  border: 1px solid #c8dcf5;
  border-radius: 50%;
  color: var(--a-blue);
  display: inline-flex;
  font-size: 0.8rem;
  height: 27px;
  justify-content: center;
  width: 27px;
}

.flow-map {
  background: #081226;
  border-radius: 0.7rem;
  color: #dfe9f5;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  min-height: 300px;
  padding: 2.2rem;
}

.flow-map div {
  align-items: center;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.6rem;
  display: flex;
  font-weight: 800;
  justify-content: center;
  min-height: 92px;
  position: relative;
  text-align: center;
}

.flow-map div::after {
  color: #57e38f;
  content: "->";
  position: absolute;
  right: -1.05rem;
}

.flow-map div:nth-child(4)::after,
.flow-map div:nth-child(8)::after {
  content: "";
}

.center-heading {
  margin: 0 auto 2rem;
  max-width: 760px;
  text-align: center;
}

.feature-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-grid article {
  background: #fbfcff;
  border: 1px solid #dce4ee;
  border-radius: 0.65rem;
  min-height: 136px;
  padding: 1.1rem;
}

.feature-grid span {
  align-items: center;
  background: var(--a-soft);
  border-radius: 0.4rem;
  color: #167343;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 950;
  height: 34px;
  justify-content: center;
  margin-bottom: 0.8rem;
  width: 40px;
}

.feature-grid p {
  font-size: 0.86rem;
  margin-bottom: 0;
}

.compare-section {
  padding-top: 2rem;
}

.comparison-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

.comparison-grid article {
  background: #fbfcff;
  border: 1px solid #d7e0eb;
  border-radius: 0.65rem;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 1.35rem;
}

.comparison-grid h3 {
  text-align: center;
}

.comparison-grid ul,
.license-grid ul {
  display: grid;
  gap: 0.65rem;
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}

.comparison-grid li,
.license-grid li {
  color: #344054;
  font-size: 0.9rem;
  line-height: 1.45;
  padding-left: 1.4rem;
  position: relative;
}

.comparison-grid li::before,
.license-grid li::before {
  color: var(--a-green);
  content: "+";
  font-weight: 950;
  left: 0;
  position: absolute;
}

.comparison-grid p {
  border-top: 1px solid #dde5ee;
  margin: auto -1.35rem -1.35rem;
  padding: 1rem 1.35rem;
  text-align: center;
}

.preferred-card {
  border-color: #071225 !important;
  box-shadow: 0 12px 30px rgba(7, 18, 37, 0.12);
  transform: translateY(-0.7rem);
}

.preferred-card h3 {
  background: var(--a-ink);
  border-radius: 0.55rem 0.55rem 0 0;
  color: #f7faf6;
  margin: -1.35rem -1.35rem 1rem;
  padding: 1rem;
}

.product-callout {
  align-items: center;
  background: #071225;
  color: #f7faf6;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  margin: 1rem 5vw 0;
  padding: 3vw;
}

.product-callout p {
  color: #cad7e6;
}

.product-callout .eyebrow {
  color: #a5d6ff;
}

.check-columns {
  display: grid;
  gap: 0.75rem 1.1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.3rem;
}

.check-columns span {
  color: #e7f0fb;
  font-size: 0.92rem;
  font-weight: 750;
  padding-left: 1.4rem;
  position: relative;
}

.check-columns span::before {
  color: #57e38f;
  content: "+";
  left: 0;
  position: absolute;
}

.dashboard-shot {
  background: #f7f9fc;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.65rem;
  display: grid;
  grid-template-columns: 120px 1fr;
  min-height: 340px;
  overflow: hidden;
}

.dash-sidebar {
  background: #101a2d;
  color: #d7e2f2;
  display: grid;
  gap: 0.8rem;
  padding: 1.2rem 0.8rem;
}

.dash-sidebar span {
  font-size: 0.8rem;
}

.dash-main {
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
}

.dash-stat-row {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(4, 1fr);
}

.dash-stat-row b {
  background: #f0f5fb;
  border: 1px solid #dce4ef;
  border-radius: 0.45rem;
  color: #172033;
  padding: 1rem 0.6rem;
  text-align: center;
}

.chart-line {
  background:
    linear-gradient(145deg, transparent 0 18%, rgba(34, 168, 97, 0.18) 18% 100%),
    linear-gradient(90deg, #e5ecf4 1px, transparent 1px),
    linear-gradient(#e5ecf4 1px, transparent 1px);
  background-size: auto, 54px 54px, 54px 54px;
  border: 1px solid #dde6ef;
  border-radius: 0.55rem;
  min-height: 145px;
  position: relative;
}

.chart-line::after {
  border: solid #22a861;
  border-width: 0 0 4px 0;
  clip-path: polygon(0 52%, 16% 48%, 27% 62%, 42% 35%, 58% 58%, 75% 47%, 88% 66%, 100% 30%, 100% 36%, 88% 72%, 75% 53%, 58% 64%, 42% 41%, 27% 68%, 16% 54%, 0 58%);
  content: "";
  inset: 20px;
  position: absolute;
}

.job-table {
  color: #182335;
  display: grid;
  font-size: 0.84rem;
  gap: 0.55rem;
  grid-template-columns: 1fr auto;
}

.job-table em {
  color: var(--a-green);
  font-style: normal;
  font-weight: 750;
}

.faq-grid {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-item {
  background: #fbfcff;
  border: 1px solid #dbe4ef;
  border-radius: 0.5rem;
}

.faq-item button {
  background: transparent;
  border: 0;
  color: var(--a-ink);
  cursor: pointer;
  display: flex;
  font-weight: 750;
  justify-content: space-between;
  padding: 1rem;
  text-align: left;
  width: 100%;
}

.faq-item button::after {
  content: "+";
  font-weight: 900;
}

.faq-item.is-open button::after {
  content: "-";
}

.faq-item p {
  display: none;
  margin: 0;
  padding: 0 1rem 1rem;
}

.faq-item.is-open p {
  display: block;
}

.final-cta {
  align-items: center;
  background: #edf8ef;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin: 0 5vw 4rem;
  padding: 2rem 3vw;
}

.final-cta h2 {
  margin-bottom: 0;
  max-width: 680px;
}

.site-footer {
  background: #071225;
  color: #f7faf6;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  padding: 3rem 5vw;
}

.site-footer p,
.site-footer a,
.site-footer label {
  color: #c9d6e4;
}

.footer-brand span:last-child {
  color: #f7faf6;
}

.site-footer nav {
  display: grid;
  gap: 0.75rem;
}

.subscribe-form {
  display: grid;
  gap: 0.8rem;
}

.subscribe-form div {
  display: flex;
  gap: 0.5rem;
}

.subscribe-form input {
  background: #101a2d;
  border: 1px solid #33435a;
  color: #f7faf6;
  min-height: 44px;
  min-width: 0;
  padding: 0 0.85rem;
  width: 100%;
}

.subscribe-form button {
  background: #f7faf6;
  border: 0;
  border-radius: 0.35rem;
  color: #071225;
  cursor: pointer;
  font-weight: 850;
  min-height: 44px;
  padding: 0 0.9rem;
}

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

  h1 {
    font-size: 3.2rem;
  }

  .hero-a,
  .workflow-section,
  .product-callout,
  .conversion-strip {
    grid-template-columns: 1fr;
  }

  .pipeline-board {
    max-width: 840px;
    width: 100%;
  }

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

}

@media (max-width: 760px) {
  .site-header {
    align-items: stretch;
    flex-direction: column;
    gap: 0.8rem;
  }

  .brand {
    white-space: normal;
  }

  .nav-cta {
    width: 100%;
  }

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

  .hero-a {
    padding-top: 3rem;
  }

  h1 {
    font-size: 2.35rem;
    line-height: 1.06;
  }

  h2 {
    font-size: 1.75rem;
  }

  .hero-actions,
  .final-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .metric-grid,
  .board-lower,
  .numbered-grid,
  .feature-grid,
  .comparison-grid,
  .faq-grid,
  .proof-rail,
  .check-columns,
  .dash-stat-row,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .flow-map {
    grid-template-columns: repeat(2, 1fr);
    padding: 1rem;
  }

  .flow-map div::after {
    content: "";
  }

  .workflow-section,
  .product-callout,
  .final-cta,
  .conversion-strip {
    margin-left: 0;
    margin-right: 0;
  }

  .conversion-strip {
    padding: 1.5rem 5vw;
  }

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

  .dash-sidebar {
    display: flex;
    flex-wrap: wrap;
  }

  .preferred-card {
    transform: none;
  }

  .subscribe-form div {
    flex-direction: column;
  }
}
