:root {
  color-scheme: light;
  --landing-ink: #101916;
  --landing-muted: #65726d;
  --landing-line: #dce4df;
  --landing-paper: #f5f7f4;
  --landing-card: #ffffff;
  --landing-dark: #07110e;
  --landing-dark-soft: #0d1c17;
  --landing-green: #31d494;
  --landing-green-deep: #117653;
  --landing-green-soft: #dff8ed;
  --landing-amber: #ffcb70;
  --landing-radius: 24px;
  --landing-shadow: 0 28px 80px rgba(12, 27, 21, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--landing-ink);
  background: var(--landing-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

button,
input,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.section {
  padding: 112px 0;
}

.section-dark {
  position: relative;
  overflow: hidden;
  color: #f4faf7;
  background: var(--landing-dark);
}

.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  transition: background 180ms ease, box-shadow 180ms ease, backdrop-filter 180ms ease;
}

.site-header.scrolled,
.site-header-solid {
  position: fixed;
  color: var(--landing-ink);
  background: rgba(248, 250, 247, 0.9);
  box-shadow: 0 1px 0 rgba(15, 30, 24, 0.08);
  backdrop-filter: blur(18px);
}

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

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 790;
  letter-spacing: -0.025em;
  text-decoration: none;
}

.site-brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  overflow: hidden;
  border-radius: 11px;
  background: #ffffff;
}

.site-brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 0.87rem;
  font-weight: 670;
}

.site-nav>a {
  color: inherit;
  text-decoration: none;
  opacity: 0.76;
  transition: opacity 160ms ease;
}

.site-nav>a:hover,
.site-nav>a.active-link {
  opacity: 1;
}

.site-nav .header-cta {
  display: inline-flex;
  height: 43px;
  align-items: center;
  gap: 8px;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 11px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.08);
}

.site-header.scrolled .site-nav .header-cta,
.site-header-solid .site-nav .header-cta {
  color: white;
  border-color: var(--landing-green-deep);
  background: var(--landing-green-deep);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
}

.menu-toggle>span:not(.sr-only) {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  border-radius: 2px;
  background: currentColor;
}

.hero {
  min-height: 820px;
  padding: 170px 0 112px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}

.hero-orb-one {
  width: 500px;
  height: 500px;
  top: -260px;
  left: 17%;
  background: radial-gradient(circle, rgba(49, 212, 148, 0.23), transparent 67%);
}

.hero-orb-two {
  width: 460px;
  height: 460px;
  right: -180px;
  bottom: -230px;
  background: radial-gradient(circle, rgba(255, 203, 112, 0.12), transparent 68%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(480px, 1.07fr);
  gap: 76px;
  align-items: center;
}

.hero-kicker,
.section-label {
  margin: 0 0 20px;
  color: var(--landing-green-deep);
  font-size: 0.73rem;
  font-weight: 820;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #9debc9;
}

.pulse-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--landing-green);
  box-shadow: 0 0 0 5px rgba(49, 212, 148, 0.12);
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 7.6vw, 7rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.89;
}

.hero h1 span {
  color: var(--landing-green);
}

.hero-lede {
  max-width: 635px;
  margin: 32px 0 0;
  color: #aebbb5;
  font-size: 1.13rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 35px;
}

.button {
  display: inline-flex;
  min-height: 51px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 780;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.button-primary {
  color: #06100c;
  background: var(--landing-green);
}

.button-primary:hover {
  background: #57dfa9;
}

.button-secondary {
  color: inherit;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
}

.hero-proof {
  display: flex;
  gap: 28px;
  margin-top: 45px;
  color: #8c9a94;
  font-size: 0.75rem;
}

.hero-proof span {
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.hero-proof strong {
  color: white;
  font-family: Georgia, serif;
  font-size: 1.65rem;
  font-weight: 500;
}

.router-visual {
  position: relative;
  padding: 32px 0 22px;
}

.visual-window {
  position: relative;
  z-index: 2;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(19, 37, 30, 0.96), rgba(9, 20, 16, 0.98));
  box-shadow: 0 44px 110px rgba(0, 0, 0, 0.45);
}

.visual-window::after {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  border-radius: 22px;
  background: linear-gradient(120deg, rgba(49, 212, 148, 0.18), transparent 30%, transparent 70%, rgba(255, 203, 112, 0.08));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  padding: 1px;
}

.visual-titlebar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 3px 2px 17px;
  color: #7f9088;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

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

.window-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3b4a44;
}

.live-pill {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #8ee6bf;
}

.live-pill i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--landing-green);
  box-shadow: 0 0 0 4px rgba(49, 212, 148, 0.1);
}

.request-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 6px 0 20px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: #b9c5c0;
  background: rgba(255, 255, 255, 0.035);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.7rem;
}

.request-chip span {
  color: #7ce2b6;
  font-weight: 800;
}

.route-model {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.route-model small,
.attempt-name small,
.response-row small,
.floating-card small {
  display: block;
  margin-top: 4px;
  color: #788b82;
  font-size: 0.68rem;
}

.route-model strong {
  font-size: 1.08rem;
}

.strategy-pill {
  padding: 6px 9px;
  border-radius: 999px;
  color: #9debc9;
  background: rgba(49, 212, 148, 0.09);
  font-size: 0.65rem;
  font-weight: 750;
}

.route-line {
  width: 1px;
  height: 25px;
  margin-left: 39px;
  background: rgba(255, 255, 255, 0.12);
}

.provider-attempt {
  display: grid;
  grid-template-columns: 27px 34px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.028);
}

.provider-attempt+.provider-attempt {
  margin-top: 10px;
}

.provider-attempt img {
  width: 31px;
  height: 31px;
  padding: 5px;
  border-radius: 8px;
  background: white;
  object-fit: contain;
}

.attempt-number {
  color: #607168;
  font-family: ui-monospace, monospace;
  font-size: 0.65rem;
}

.attempt-name strong {
  font-size: 0.78rem;
}

.attempt-status {
  padding: 6px 8px;
  border-radius: 7px;
  font-family: ui-monospace, monospace;
  font-size: 0.61rem;
}

.failed .attempt-status {
  color: #f5a8a0;
  background: rgba(239, 103, 93, 0.1);
}

.success {
  border-color: rgba(49, 212, 148, 0.22);
}

.success .attempt-status {
  color: #8de6bd;
  background: rgba(49, 212, 148, 0.1);
}

.response-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
  padding: 16px;
  border-radius: 13px;
  color: #dce8e2;
  background: rgba(49, 212, 148, 0.08);
}

.response-check {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: #07110e;
  background: var(--landing-green);
  font-weight: 900;
}

.response-row strong {
  font-size: 0.78rem;
}

.response-row code {
  color: #789087;
  font-size: 0.65rem;
}

.floating-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  background: rgba(17, 32, 26, 0.92);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(14px);
}

.floating-card strong {
  font-size: 0.76rem;
}

.floating-health {
  right: -34px;
  top: 8px;
}

.floating-capability {
  left: -40px;
  bottom: -2px;
}

.health-icon,
.capability-icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 9px;
  color: var(--landing-green);
  background: rgba(49, 212, 148, 0.11);
}

.provider-section {
  padding: 48px 0 56px;
  border-bottom: 1px solid var(--landing-line);
  background: #fff;
}

.section-label.centered {
  text-align: center;
  color: #75817c;
}

.provider-cloud {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.provider-logo {
  display: flex;
  height: 46px;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid #e4e9e6;
  border-radius: 11px;
  background: #fafbf9;
  color: #4a5752;
  font-size: 0.73rem;
  font-weight: 720;
}

.provider-logo img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.provider-more {
  margin: 17px 0 0;
  color: #89928e;
  font-size: 0.73rem;
  text-align: center;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.7fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 48px;
}

.section-heading h2,
.workflow-copy h2,
.observability-copy h2,
.compatibility-card h2,
.cta-inner h2,
.docs-section h2,
.docs-next h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.section-heading>p,
.workflow-copy>p,
.observability-copy>p,
.compatibility-card>div>p,
.cta-inner>p {
  margin: 0;
  color: var(--landing-muted);
  line-height: 1.7;
}

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

.feature-card {
  position: relative;
  min-height: 310px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--landing-line);
  border-radius: var(--landing-radius);
  background: var(--landing-card);
}

.feature-card-wide {
  grid-column: span 2;
}

.feature-card-dark {
  color: white;
  border-color: #12241d;
  background: #0d1d17;
}

.feature-card-accent {
  border-color: #bce8d5;
  background: var(--landing-green-soft);
}

.feature-index {
  position: absolute;
  top: 24px;
  right: 25px;
  color: #a2aca7;
  font-family: ui-monospace, monospace;
  font-size: 0.7rem;
}

.feature-icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 42px;
  place-items: center;
  border-radius: 13px;
  color: var(--landing-green-deep);
  background: var(--landing-green-soft);
  font-size: 1.35rem;
}

.feature-card-dark .feature-icon {
  color: var(--landing-green);
  background: rgba(49, 212, 148, 0.1);
}

.feature-card-accent .feature-icon {
  background: rgba(255, 255, 255, 0.65);
}

.feature-card h3 {
  margin: 0 0 12px;
  font-size: 1.22rem;
  letter-spacing: -0.025em;
}

.feature-card p {
  max-width: 540px;
  margin: 0;
  color: var(--landing-muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.feature-card-dark p {
  color: #93a49c;
}

.feature-card code {
  padding: 2px 5px;
  border-radius: 4px;
  background: #edf1ee;
  font-size: 0.78rem;
}

.mini-route {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  color: #8ea198;
  font-size: 0.7rem;
}

.mini-route span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}

.mini-route i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.mini-route .bad {
  background: #ef766d;
}

.mini-route .good {
  background: var(--landing-green);
}

.quota-visual {
  margin-top: 32px;
}

.quota-visual>span {
  display: block;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(17, 118, 83, 0.12);
}

.quota-visual i {
  display: block;
  width: 74%;
  height: 100%;
  border-radius: inherit;
  background: var(--landing-green-deep);
}

.quota-visual strong {
  display: block;
  margin-top: 10px;
  color: var(--landing-green-deep);
  font-family: Georgia, serif;
  font-size: 1.7rem;
  font-weight: 500;
}

.quota-visual small {
  font-family: Inter, sans-serif;
  font-size: 0.72rem;
  font-weight: 650;
}

.workflow-section {
  color: white;
  background: #10221b;
}

.workflow-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  gap: 85px;
  align-items: center;
}

.workflow-copy .section-label {
  color: #8be4bd;
}

.workflow-copy>p {
  margin-top: 22px;
  color: #99aaa2;
}

.workflow-list {
  display: grid;
  gap: 0;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}

.workflow-list li {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding-bottom: 26px;
}

.workflow-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 38px;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.workflow-list li>span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  color: var(--landing-green);
  font-family: ui-monospace, monospace;
  font-size: 0.68rem;
  background: rgba(255, 255, 255, 0.035);
}

.workflow-list strong {
  font-size: 0.9rem;
}

.workflow-list p {
  margin: 5px 0 0;
  color: #84968d;
  font-size: 0.78rem;
  line-height: 1.55;
}

.code-demo {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  background: #07110e;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.25);
}

.code-tabs {
  display: flex;
  gap: 2px;
  padding: 12px 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.code-tabs button {
  padding: 10px 13px 12px;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #6e8178;
  background: transparent;
  font-size: 0.7rem;
  font-weight: 720;
}

.code-tabs button.active {
  color: white;
  border-bottom-color: var(--landing-green);
}

.code-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 16px;
  color: #6f8178;
  font-size: 0.68rem;
  font-weight: 700;
}

.code-heading button {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  color: #9eb0a7;
  background: transparent;
  font-size: 0.62rem;
}

.code-panel pre,
.docs-code pre {
  min-height: 275px;
  margin: 0;
  padding: 7px 25px 30px;
  overflow: auto;
  color: #c4d2cc;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.75rem;
  line-height: 1.75;
}

.code-footer {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 14px 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #72857b;
  font-size: 0.65rem;
}

.observability-section {
  background: #fff;
}

.observability-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(350px, 0.88fr);
  gap: 82px;
  align-items: center;
}

.analytics-preview {
  padding: 25px;
  border: 1px solid var(--landing-line);
  border-radius: 23px;
  background: #fbfcfa;
  box-shadow: var(--landing-shadow);
}

.preview-topline {
  display: flex;
  justify-content: space-between;
  color: #7b8781;
  font-size: 0.67rem;
  font-weight: 750;
}

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

.metric-row>div {
  padding: 14px;
  border: 1px solid #e6ebe8;
  border-radius: 11px;
  background: white;
}

.metric-row small {
  display: block;
  color: #89938e;
  font-size: 0.6rem;
}

.metric-row strong {
  display: block;
  margin: 8px 0 4px;
  font-family: Georgia, serif;
  font-size: 1.45rem;
  font-weight: 500;
}

.metric-row span {
  color: var(--landing-green-deep);
  font-size: 0.59rem;
  font-weight: 750;
}

.chart-area {
  position: relative;
  height: 205px;
  overflow: hidden;
  border: 1px solid #e8ece9;
  border-radius: 12px;
  background: white;
}

.chart-grid-lines {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#edf1ee 1px, transparent 1px), linear-gradient(90deg, #edf1ee 1px, transparent 1px);
  background-size: 100% 44px, 70px 100%;
}

.chart-area svg {
  position: absolute;
  inset: 16px 8px 0;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
}

.chart-fill {
  fill: rgba(17, 118, 83, 0.08);
}

.chart-line {
  fill: none;
  stroke: var(--landing-green-deep);
  stroke-width: 3;
  stroke-linecap: round;
}

.provider-bars {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.provider-bars>span {
  display: grid;
  grid-template-columns: 86px 1fr 32px;
  gap: 10px;
  align-items: center;
  font-size: 0.62rem;
}

.provider-bars b {
  font-weight: 720;
}

.provider-bars i {
  display: block;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: #e9eeeb;
}

.provider-bars em {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--landing-green-deep);
}

.bar-42 {
  width: 78%;
}

.bar-31 {
  width: 57%;
}

.bar-18 {
  width: 34%;
}

.provider-bars small {
  color: #84908a;
  text-align: right;
}

.observability-copy .section-label {
  margin-bottom: 18px;
}

.observability-copy>p {
  margin-top: 24px;
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
  color: #44534d;
  font-size: 0.83rem;
}

.check-list li {
  position: relative;
  padding-left: 27px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 50%;
  color: var(--landing-green-deep);
  background: var(--landing-green-soft);
  font-size: 0.62rem;
  font-weight: 900;
}

.text-link {
  display: inline-flex;
  gap: 8px;
  color: var(--landing-green-deep);
  font-size: 0.83rem;
  font-weight: 780;
  text-decoration: none;
}

.compatibility-section {
  padding-top: 20;
  background: #fff;
}

.compatibility-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  gap: 72px;
  align-items: center;
  padding: 60px;
  border-radius: 28px;
  color: white;
  background: #10221b;
}

.compatibility-card .section-label {
  color: #8be4bd;
}

.compatibility-card>div>p {
  margin-top: 22px;
  color: #92a49b;
}

.api-format-list {
  display: grid;
}

.api-format-list>div {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.api-format-list>div:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.api-format-list span {
  color: #61756b;
  font-family: ui-monospace, monospace;
  font-size: 0.62rem;
}

.api-format-list strong {
  font-size: 0.82rem;
}

.api-format-list code {
  color: #8de1bc;
  font-size: 0.66rem;
}

.cta-section {
  padding: 110px 0;
}

.cta-grid-lines {
  position: absolute;
  inset: 0;
  opacity: 0.13;
  background-image: linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
}

.cta-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.cta-inner .section-label {
  color: #8be4bd;
}

.cta-inner h2 {
  max-width: 780px;
  margin: auto;
}

.cta-inner>p {
  max-width: 630px;
  margin: 24px auto 0;
  color: #8fa198;
}

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

.site-footer {
  padding: 32px 0;
  border-top: 1px solid var(--landing-line);
  background: #fff;
}

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

.footer-brand {
  font-size: 0.86rem;
}

.footer-brand .site-brand-mark {
  width: 30px;
  height: 30px;
  border-radius: 9px;
}

.footer-inner p {
  margin: 0;
  color: #7f8a85;
  font-size: 0.7rem;
}

.footer-inner nav {
  display: flex;
  gap: 22px;
}

.footer-inner nav a {
  color: #56645e;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
}

/* Public docs */
.docs-body {
  background: #fff;
}

.docs-main {
  padding-top: 0;
}

.docs-hero {
  padding: 158px 0 82px;
}

.docs-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(to bottom, black, transparent);
}

.docs-hero-inner {
  position: relative;
  z-index: 1;
}

.docs-hero h1 {
  max-width: 820px;
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(3.3rem, 7vw, 6rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.93;
}

.docs-hero p:last-child {
  max-width: 700px;
  margin: 25px 0 0;
  color: #9cacA4;
  font-size: 1rem;
  line-height: 1.7;
}

.docs-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 760px);
  gap: 85px;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 110px;
}

.docs-sidebar {
  position: sticky;
  top: 105px;
  align-self: start;
  display: grid;
  gap: 10px;
  padding-right: 25px;
  border-right: 1px solid var(--landing-line);
}

.docs-sidebar strong {
  margin: 19px 0 3px;
  color: #2f3d37;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.docs-sidebar strong:first-child {
  margin-top: 0;
}

.docs-sidebar a {
  color: #79837f;
  font-size: 0.73rem;
  text-decoration: none;
}

.docs-sidebar a:hover {
  color: var(--landing-green-deep);
}

.docs-content {
  min-width: 0;
}

.docs-section {
  padding: 0 0 64px;
  margin-bottom: 64px;
  border-bottom: 1px solid var(--landing-line);
  scroll-margin-top: 110px;
}

.docs-section h2 {
  font-size: clamp(2.4rem, 4.5vw, 3.7rem);
}

.docs-section h3 {
  margin: 35px 0 12px;
  font-size: 1.05rem;
}

.docs-section>p:not(.section-label) {
  color: var(--landing-muted);
  font-size: 0.92rem;
  line-height: 1.75;
}

.docs-section a {
  color: var(--landing-green-deep);
  font-weight: 700;
}

.docs-callout,
.docs-note {
  margin-top: 24px;
  padding: 17px 19px;
  border: 1px solid #cbe8db;
  border-radius: 12px;
  color: #315348;
  background: #effaf5;
  font-size: 0.8rem;
  line-height: 1.6;
}

.docs-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.docs-callout code,
.docs-note code {
  padding: 3px 7px;
  border-radius: 5px;
  background: rgba(17, 118, 83, 0.08);
  font-size: 0.72rem;
}

.docs-code {
  margin: 22px 0;
  overflow: hidden;
  border-radius: 15px;
  color: white;
  background: #0b1712;
}

.docs-code .code-heading {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.docs-code pre {
  min-height: auto;
  padding-top: 19px;
}

.docs-steps {
  display: grid;
  gap: 12px;
  margin: 26px 0;
  padding: 0;
  list-style: none;
}

.docs-steps li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid #edf0ee;
}

.docs-steps li>span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  color: var(--landing-green-deep);
  background: var(--landing-green-soft);
  font-family: ui-monospace, monospace;
  font-size: 0.67rem;
  font-weight: 800;
}

.docs-steps p {
  margin: 5px 0 0;
  color: #5e6c66;
  font-size: 0.83rem;
  line-height: 1.55;
}

.docs-table-wrap {
  margin-top: 24px;
  overflow-x: auto;
}

.docs-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.76rem;
}

.docs-table-wrap th,
.docs-table-wrap td {
  padding: 14px 12px;
  border-bottom: 1px solid var(--landing-line);
  text-align: left;
}

.docs-table-wrap th {
  color: #77817d;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.docs-table-wrap code {
  color: var(--landing-green-deep);
}

.docs-list {
  display: grid;
  gap: 12px;
  padding-left: 19px;
  color: #5b6963;
  font-size: 0.84rem;
  line-height: 1.65;
}

.docs-next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
  border-radius: 20px;
  color: white;
  background: #10221b;
}

.docs-next .section-label {
  color: #8be4bd;
}

.docs-next h2 {
  font-size: 2.2rem;
}

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

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

  .router-visual {
    width: min(700px, 100%);
    margin: 0 auto;
  }

  .workflow-grid,
  .observability-grid,
  .compatibility-card {
    grid-template-columns: 1fr;
  }

  .workflow-grid {
    gap: 55px;
  }

  .observability-grid {
    gap: 60px;
  }

  .compatibility-card {
    gap: 45px;
  }
}

@media (max-width: 800px) {
  .shell {
    width: min(100% - 32px, 1180px);
  }

  .section {
    padding: 82px 0;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 68px;
    right: 16px;
    left: 16px;
    display: none;
    align-items: stretch;
    gap: 2px;
    padding: 12px;
    border: 1px solid var(--landing-line);
    border-radius: 14px;
    color: var(--landing-ink);
    background: #fff;
    box-shadow: 0 18px 55px rgba(8, 22, 16, 0.18);
  }

  .site-nav.open {
    display: grid;
  }

  .site-nav>a {
    padding: 11px 12px;
  }

  .site-nav .header-cta {
    justify-content: center;
    color: white;
    border-color: var(--landing-green-deep);
    background: var(--landing-green-deep);
  }

  .hero {
    min-height: auto;
    padding: 145px 0 85px;
  }

  .hero-grid {
    gap: 60px;
  }

  .hero h1 {
    font-size: clamp(3.6rem, 17vw, 6rem);
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .feature-card-wide {
    grid-column: span 2;
  }

  .floating-card {
    display: none;
  }

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

  .api-format-list>div {
    grid-template-columns: 30px 1fr;
  }

  .api-format-list code {
    grid-column: 2;
  }

  .docs-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .docs-sidebar {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    padding: 0 0 25px;
    border-right: 0;
    border-bottom: 1px solid var(--landing-line);
  }

  .docs-sidebar strong {
    flex-basis: 100%;
    margin-top: 15px;
  }

  .docs-sidebar a {
    padding: 7px 9px;
    border-radius: 7px;
    background: #f2f5f3;
  }
}

@media (max-width: 560px) {
  .hero-proof {
    gap: 14px;
    justify-content: space-between;
  }

  .hero-proof span {
    display: grid;
    gap: 0;
  }

  .hero-actions .button {
    width: 100%;
  }

  .visual-window {
    padding: 12px;
  }

  .visual-titlebar {
    grid-template-columns: 1fr 1fr;
  }

  .visual-titlebar>span:nth-child(2) {
    display: none;
  }

  .provider-attempt {
    grid-template-columns: 24px 31px 1fr;
  }

  .attempt-status {
    grid-column: 3;
    justify-self: start;
  }

  .response-row {
    grid-template-columns: 30px 1fr;
  }

  .response-row code {
    display: none;
  }

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

  .feature-card,
  .feature-card-wide {
    grid-column: auto;
    min-height: auto;
  }

  .mini-route {
    flex-wrap: wrap;
  }

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

  .code-tabs {
    overflow-x: auto;
  }

  .code-tabs button {
    white-space: nowrap;
  }

  .code-panel pre,
  .docs-code pre {
    font-size: 0.67rem;
  }

  .analytics-preview {
    padding: 16px;
  }

  .compatibility-card {
    padding: 35px 25px;
  }

  .footer-inner {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .docs-callout {
    display: grid;
  }

  .docs-next {
    display: grid;
  }

  .docs-next .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Interactive landing experience */
.scroll-progress {
  position: fixed;
  z-index: 120;
  inset: 0 0 auto;
  height: 3px;
  pointer-events: none;
  background: rgba(49, 212, 148, 0.08);
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--landing-green-deep), var(--landing-green), var(--landing-amber));
  box-shadow: 0 0 16px rgba(49, 212, 148, 0.55);
  will-change: transform;
}

.site-brand-mark {
  transition: transform 260ms cubic-bezier(.2, .8, .2, 1), box-shadow 260ms ease;
}

.site-brand:hover .site-brand-mark {
  transform: rotate(-6deg) scale(1.06);
  box-shadow: 0 10px 24px rgba(17, 118, 83, 0.22);
}

.site-nav>a:not(.header-cta) {
  position: relative;
}

.site-nav>a:not(.header-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  border-radius: 99px;
  transform: scaleX(0);
  transform-origin: right;
  background: currentColor;
  transition: transform 220ms cubic-bezier(.2, .8, .2, 1);
}

.site-nav>a:not(.header-cta):hover::after,
.site-nav>a.active-link:not(.header-cta)::after {
  transform: scaleX(1);
  transform-origin: left;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.58;
  background: radial-gradient(560px circle at var(--hero-pointer-x, 67%) var(--hero-pointer-y, 43%), rgba(49, 212, 148, 0.09), transparent 66%);
  transition: opacity 280ms ease;
}

.hero-orb-one {
  animation: orbDriftOne 13s ease-in-out infinite alternate;
}

.hero-orb-two {
  animation: orbDriftTwo 16s ease-in-out infinite alternate;
}

.pulse-dot {
  animation: livePulse 2.15s ease-out infinite;
}

.hero h1 span {
  color: transparent;
  background: linear-gradient(105deg, #31d494 10%, #a1f1ce 45%, #31d494 76%);
  background-size: 220% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  animation: headlineShimmer 6s ease-in-out infinite;
}

.button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -40%;
  bottom: -40%;
  left: -55%;
  width: 32%;
  transform: skewX(-20deg);
  opacity: 0;
  background: rgba(255, 255, 255, 0.28);
}

.button:hover::before {
  animation: buttonSweep 700ms ease;
}

.button:focus-visible,
.trace-replay:focus-visible,
.code-tabs button:focus-visible,
.code-heading button:focus-visible {
  outline: 3px solid rgba(49, 212, 148, 0.35);
  outline-offset: 3px;
}

.router-visual {
  perspective: 1200px;
}

.router-visual .visual-window {
  transform: translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0) rotateX(var(--parallax-rx, 0deg)) rotateY(var(--parallax-ry, 0deg));
  transform-style: preserve-3d;
  transition: transform 220ms ease-out;
  will-change: transform;
}

.visual-window::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 10% 12%;
  border-radius: 28px;
  opacity: 0.32;
  filter: blur(38px);
  background: rgba(49, 212, 148, 0.19);
}

.visual-titlebar {
  grid-template-columns: 1fr auto auto auto;
  gap: 12px;
}

.trace-replay {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 7px;
  color: #92a49b;
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.58rem;
  font-weight: 760;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.trace-replay:hover {
  color: #dce8e2;
  border-color: rgba(49, 212, 148, 0.25);
  background: rgba(49, 212, 148, 0.07);
}

.trace-replay.is-replaying span {
  animation: replaySpin 700ms linear infinite;
}

.live-pill i {
  animation: livePulse 2s ease-out infinite;
}

.route-line {
  position: relative;
  overflow: hidden;
}

.route-line::after {
  content: "";
  position: absolute;
  inset: -9px -2px auto;
  height: 10px;
  border-radius: 50%;
  opacity: 0;
  background: var(--landing-green);
  box-shadow: 0 0 14px rgba(49, 212, 148, 0.8);
}

.route-playing .route-line::after {
  animation: routePulse 1.2s 700ms ease-in-out infinite;
}

.route-playing [data-route-step] {
  opacity: 0.13;
  transform: translateY(7px) scale(0.99);
  filter: saturate(0.35);
  transition: opacity 300ms ease, transform 380ms cubic-bezier(.2, .8, .2, 1), filter 300ms ease, box-shadow 300ms ease;
}

.route-playing [data-route-step].route-step-visible {
  opacity: 1;
  transform: none;
  filter: none;
}

.route-playing .provider-attempt.route-step-visible,
.route-playing .response-row.route-step-visible {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.route-complete .success {
  animation: successGlow 900ms ease both;
}

.route-complete .response-check {
  animation: responsePop 600ms cubic-bezier(.2, 1.7, .4, 1) both;
}

.floating-health {
  animation: floatingCardOne 4.8s ease-in-out infinite;
}

.floating-capability {
  animation: floatingCardTwo 5.4s ease-in-out infinite;
}

.motion-ready [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 28px, 0) scale(0.988);
  transition: opacity 720ms ease var(--reveal-delay, 0ms), transform 820ms cubic-bezier(.2, .8, .2, 1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.motion-ready [data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}

.provider-cloud.is-revealed .provider-logo {
  animation: providerRise 580ms cubic-bezier(.2, .8, .2, 1) both;
  animation-delay: calc(var(--provider-index, 0) * 34ms);
}

.provider-logo {
  position: relative;
  transition: transform 220ms cubic-bezier(.2, .8, .2, 1), border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.provider-logo::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: -5px;
  left: 12px;
  height: 8px;
  border-radius: 50%;
  opacity: 0;
  filter: blur(7px);
  background: rgba(17, 118, 83, 0.2);
  transition: opacity 220ms ease;
}

.provider-logo:hover {
  z-index: 2;
  transform: translateY(-5px) scale(1.035);
  border-color: #b9dfcf;
  background: #fff;
  box-shadow: 0 14px 28px rgba(17, 72, 50, 0.12);
}

.provider-logo:hover::after {
  opacity: 1;
}

.provider-logo:hover img {
  animation: providerIconPop 460ms cubic-bezier(.2, 1.7, .4, 1);
}

.feature-card {
  transform-style: preserve-3d;
  transition: transform 220ms ease-out, border-color 240ms ease, box-shadow 240ms ease;
}

.feature-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(360px circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(49, 212, 148, 0.12), transparent 62%);
  transition: opacity 220ms ease;
}

.feature-card>* {
  position: relative;
  z-index: 1;
}

.feature-card.is-revealed.is-pointed {
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-5px);
  border-color: #bbddcf;
  box-shadow: 0 24px 55px rgba(16, 50, 37, 0.12);
}

.feature-card-dark::before {
  background: radial-gradient(380px circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(49, 212, 148, 0.16), transparent 64%);
}

.feature-card-accent::before {
  background: radial-gradient(380px circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(255, 255, 255, 0.7), transparent 62%);
}

.feature-card.is-pointed::before {
  opacity: 1;
}

.feature-card:hover .feature-icon {
  transform: rotate(-7deg) scale(1.08);
}

.feature-icon {
  transition: transform 280ms cubic-bezier(.2, 1.5, .4, 1), box-shadow 280ms ease;
}

.feature-card:hover .feature-icon {
  box-shadow: 0 10px 26px rgba(17, 118, 83, 0.13);
}

.mini-route b {
  animation: routeArrow 1.4s ease-in-out infinite;
}

.mini-route .bad {
  animation: statusBad 1.8s ease-in-out infinite;
}

.mini-route .good {
  animation: statusGood 1.8s 400ms ease-in-out infinite;
}

.motion-ready .quota-visual i {
  transform: scaleX(0);
  transform-origin: left;
}

.motion-ready .feature-card.is-revealed .quota-visual i {
  animation: quotaFill 1.2s 480ms cubic-bezier(.2, .8, .2, 1) forwards;
}

.workflow-list li {
  transition: transform 220ms ease, color 220ms ease;
}

.workflow-list li:hover {
  transform: translateX(6px);
}

.workflow-list li:hover>span {
  border-color: rgba(49, 212, 148, 0.45);
  background: rgba(49, 212, 148, 0.1);
  box-shadow: 0 0 0 5px rgba(49, 212, 148, 0.04);
}

.workflow-list li>span {
  transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.code-demo {
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.code-demo:hover {
  transform: translateY(-5px);
  border-color: rgba(49, 212, 148, 0.22);
  box-shadow: 0 42px 100px rgba(0, 0, 0, 0.34);
}

.code-tabs button {
  position: relative;
  transition: color 180ms ease, background 180ms ease;
}

.code-tabs button:hover {
  color: #aabbb3;
  background: rgba(255, 255, 255, 0.025);
}

.code-panel.is-switching {
  animation: codePanelIn 360ms cubic-bezier(.2, .8, .2, 1);
}

.code-heading button {
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.code-heading button:hover,
.code-heading button.copy-success {
  color: #c4f5df;
  border-color: rgba(49, 212, 148, 0.28);
  background: rgba(49, 212, 148, 0.08);
}

.code-heading button:active {
  transform: scale(0.94);
}

.analytics-preview {
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.analytics-preview:hover {
  transform: translateY(-5px);
  border-color: #c6dfd4;
  box-shadow: 0 34px 90px rgba(12, 27, 21, 0.16);
}

.metric-row>div {
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.metric-row>div:hover {
  transform: translateY(-3px);
  border-color: #c8e2d7;
  box-shadow: 0 10px 22px rgba(17, 72, 50, 0.08);
}

.motion-ready .analytics-preview .chart-line {
  stroke-dasharray: 980;
  stroke-dashoffset: 980;
}

.motion-ready .analytics-preview.is-revealed .chart-line {
  animation: chartDraw 1.65s 320ms cubic-bezier(.2, .8, .2, 1) forwards;
}

.motion-ready .analytics-preview .chart-fill {
  opacity: 0;
}

.motion-ready .analytics-preview.is-revealed .chart-fill {
  animation: chartFill 900ms 1.15s ease forwards;
}

.motion-ready .analytics-preview .provider-bars em {
  transform: scaleX(0);
  transform-origin: left;
}

.motion-ready .analytics-preview.is-revealed .provider-bars em {
  animation: providerBarFill 900ms 760ms cubic-bezier(.2, .8, .2, 1) forwards;
}

.chart-grid-lines {
  animation: chartGridDrift 18s linear infinite;
}

.check-list li::before {
  transition: transform 220ms ease, background 220ms ease;
}

.check-list li:hover::before {
  transform: scale(1.15) rotate(-8deg);
  background: #c8f2df;
}

.text-link span {
  display: inline-block;
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(5px);
}

.compatibility-card {
  position: relative;
  overflow: hidden;
}

.compatibility-card::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  top: -260px;
  right: -80px;
  border-radius: 50%;
  opacity: 0.55;
  background: radial-gradient(circle, rgba(49, 212, 148, 0.18), transparent 68%);
  animation: compatibilityGlow 7s ease-in-out infinite alternate;
}

.compatibility-card>* {
  position: relative;
  z-index: 1;
}

.api-format-list>div {
  transition: transform 220ms ease, background 220ms ease, padding 220ms ease;
}

.api-format-list>div:hover {
  transform: translateX(7px);
  padding-right: 12px;
  padding-left: 12px;
  background: rgba(255, 255, 255, 0.025);
}

.api-format-list>div:hover span {
  color: var(--landing-green);
}

.cta-grid-lines {
  animation: gridPan 22s linear infinite;
}

.cta-inner .button-primary {
  box-shadow: 0 14px 36px rgba(49, 212, 148, 0.18);
}

@keyframes livePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(49, 212, 148, 0.38);
  }

  70% {
    box-shadow: 0 0 0 9px rgba(49, 212, 148, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(49, 212, 148, 0);
  }
}

@keyframes orbDriftOne {
  to {
    transform: translate3d(90px, 38px, 0) scale(1.12);
  }
}

@keyframes orbDriftTwo {
  to {
    transform: translate3d(-80px, -52px, 0) scale(1.08);
  }
}

@keyframes headlineShimmer {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes buttonSweep {
  0% {
    left: -55%;
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    left: 125%;
    opacity: 0;
  }
}

@keyframes replaySpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes routePulse {
  0% {
    transform: translateY(-2px);
    opacity: 0;
  }

  35% {
    opacity: 1;
  }

  100% {
    transform: translateY(34px);
    opacity: 0;
  }
}

@keyframes successGlow {
  0% {
    box-shadow: 0 0 0 rgba(49, 212, 148, 0);
  }

  45% {
    box-shadow: 0 0 0 4px rgba(49, 212, 148, 0.12), 0 14px 35px rgba(49, 212, 148, 0.08);
  }

  100% {
    box-shadow: none;
  }
}

@keyframes responsePop {
  0% {
    transform: scale(0.45);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes floatingCardOne {

  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-1deg);
  }

  50% {
    transform: translate3d(0, -9px, 0) rotate(1deg);
  }
}

@keyframes floatingCardTwo {

  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(1deg);
  }

  50% {
    transform: translate3d(0, 8px, 0) rotate(-1deg);
  }
}

@keyframes providerRise {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes providerIconPop {
  50% {
    transform: scale(1.18) rotate(-5deg);
  }
}

@keyframes routeArrow {

  0%,
  100% {
    transform: translateX(0);
    opacity: 0.55;
  }

  50% {
    transform: translateX(3px);
    opacity: 1;
  }
}

@keyframes statusBad {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(239, 118, 109, 0);
  }

  50% {
    box-shadow: 0 0 0 4px rgba(239, 118, 109, 0.11);
  }
}

@keyframes statusGood {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(49, 212, 148, 0);
  }

  50% {
    box-shadow: 0 0 0 4px rgba(49, 212, 148, 0.12);
  }
}

@keyframes quotaFill {
  to {
    transform: scaleX(1);
  }
}

@keyframes codePanelIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes chartDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes chartFill {
  to {
    opacity: 1;
  }
}

@keyframes providerBarFill {
  to {
    transform: scaleX(1);
  }
}

@keyframes chartGridDrift {
  to {
    background-position: 0 44px, 70px 0;
  }
}

@keyframes compatibilityGlow {
  to {
    transform: translate3d(-75px, 65px, 0) scale(1.12);
  }
}

@keyframes gridPan {
  to {
    background-position: 52px 52px, 52px 52px;
  }
}

@media (max-width: 800px) {
  .scroll-progress {
    height: 2px;
  }

  .site-nav>a:not(.header-cta)::after {
    display: none;
  }

  .visual-titlebar {
    grid-template-columns: 1fr auto auto;
  }

  .trace-title {
    display: none;
  }

  .feature-card.is-revealed.is-pointed {
    transform: none;
  }
}

@media (max-width: 560px) {
  .trace-replay {
    padding: 5px 7px;
    font-size: 0;
  }

  .trace-replay span {
    font-size: 0.78rem;
  }

  .provider-logo:hover {
    transform: translateY(-2px);
  }
}

@media (prefers-reduced-motion: reduce) {

  .motion-ready [data-reveal],
  .motion-ready [data-reveal].is-revealed,
  .router-visual .visual-window,
  .feature-card.is-revealed.is-pointed {
    opacity: 1 !important;
    transform: none !important;
  }

  .route-playing [data-route-step] {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .motion-ready .quota-visual i,
  .motion-ready .analytics-preview .provider-bars em {
    transform: scaleX(1);
  }

  .motion-ready .analytics-preview .chart-line {
    stroke-dashoffset: 0;
  }

  .motion-ready .analytics-preview .chart-fill {
    opacity: 1;
  }
}