:root {
  --bg: #f6f9ff;
  --panel: #ffffff;
  --text: #08143a;
  --muted: #607092;
  --line: #dbe5f5;
  --blue: #1769ff;
  --blue-dark: #071850;
  --green: #18b974;
  --red: #f24b4b;
  --orange: #ff8a22;
  --violet: #7657ff;
  --cyan: #11a6c8;
  --shadow: 0 18px 50px rgba(23, 56, 126, 0.12);
  --page-max-width: 1680px;
  --page-gutter: clamp(24px, 5vw, 92px);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 32%, rgba(23, 105, 255, 0.11), transparent 24rem),
    radial-gradient(circle at 82% 14%, rgba(24, 185, 116, 0.08), transparent 22rem),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 58%, #ffffff 100%);
  font-family: "Aptos Display", "Avenir Next", "Segoe UI", sans-serif;
  overflow-x: hidden;
}

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

svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

img,
picture,
video,
canvas {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 74px;
  padding: 0 clamp(24px, 5vw, 92px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
}

.brand,
.hero-actions,
.hero-proof,
.hero-metric-strip,
.logo-bar,
.bottom-cta {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #1973ff, #0550df);
  box-shadow: 0 12px 24px rgba(23, 105, 255, 0.24);
}

.brand-mark svg {
  width: 24px;
  height: 24px;
}

.top-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 44px);
  font-weight: 600;
}

.top-nav a,
.header-cta {
  color: var(--blue-dark);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-width: 0;
}

.release-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 220px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #edf2ff;
  color: #39448c;
  font-size: 0.76rem;
  font-weight: 700;
  white-space: nowrap;
}

.release-pill b {
  padding: 2px 7px;
  border-radius: inherit;
  color: #fff;
  background: var(--violet);
  font-size: 0.64rem;
  text-transform: uppercase;
}

.header-cta {
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(8, 20, 58, 0.06);
}

.header-cta.secondary {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #2478ff, #0658ef);
}

main {
  width: min(var(--page-max-width), 100%);
  margin: 0 auto;
  padding: 34px var(--page-gutter) 42px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
  min-height: 560px;
}

.hero-copy,
.product-demo,
.session-card,
.feature-grid article,
.quote-grid article,
.bottom-cta,
.bottom-cta div {
  min-width: 0;
}

.hero h1,
.hero-subtitle,
.turn p,
.feature-grid h2,
.feature-grid p,
.hero-proof strong,
.hero-proof span,
.hero-metric-strip strong,
.hero-metric-strip span,
blockquote,
.quote-grid strong,
.quote-grid span,
.bottom-cta h2,
.bottom-cta p,
.cta-benefit-grid span {
  overflow-wrap: anywhere;
}

.eyebrow {
  display: inline-flex;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 7px 12px;
  border: 1px solid #b9cdf2;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 660px;
  margin: 0;
  color: #050d34;
  font-size: clamp(3.2rem, 5vw, 5.6rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero h1 span {
  display: block;
  color: var(--blue);
}

.hero-subtitle {
  max-width: 610px;
  margin: 28px 0 0;
  color: #42527b;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.55;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 12px;
  font-weight: 700;
}

.primary-action {
  color: #fff;
  background: linear-gradient(135deg, #2478ff, #0658ef);
  box-shadow: 0 18px 34px rgba(23, 105, 255, 0.26);
}

.secondary-action {
  min-width: 210px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--blue-dark);
  box-shadow: 0 14px 34px rgba(8, 20, 58, 0.08);
}

.primary-action svg,
.secondary-action svg {
  width: 20px;
  height: 20px;
}

.hero-proof {
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 44px;
}

.hero-proof div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  column-gap: 10px;
  min-width: 160px;
}

.mini-icon {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #edf4ff;
}

.mini-icon.green { background: #e8f8f0; }
.mini-icon.violet { background: #f0edff; }

.mini-icon svg {
  width: 18px;
  height: 18px;
}

.hero-proof strong {
  color: var(--blue-dark);
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-proof span:not(.mini-icon) {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
}

.hero-metric-strip {
  flex-wrap: wrap;
  gap: 0;
  margin-top: 46px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 42px rgba(8, 20, 58, 0.08);
}

.hero-metric-strip div {
  flex: 1 1 130px;
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 6px 16px;
  border-right: 1px solid var(--line);
  text-align: center;
}

.hero-metric-strip div:last-child {
  border-right: 0;
}

.hero-metric-strip strong,
.hero-metric-strip span {
  display: block;
}

.hero-metric-strip strong {
  color: var(--blue-dark);
  font-size: 1.28rem;
  font-weight: 700;
}

.hero-metric-strip span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.product-demo {
  position: relative;
  overflow: hidden;
  border: 1px solid #cbdaf2;
  border-radius: 18px;
  padding: 18px;
  background:
    radial-gradient(circle at 0 0, rgba(23, 105, 255, 0.09), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.96));
  box-shadow: var(--shadow);
}

.demo-title-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.demo-title-row h2 {
  margin: 0;
  font-size: 1rem;
}

.demo-title-row span {
  padding: 5px 10px;
  border-radius: 999px;
  background: #d9f8e9;
  color: #0b8b54;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-demo::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image: radial-gradient(rgba(23, 105, 255, 0.12) 1px, transparent 1px);
  background-size: 14px 14px;
  mask-image: linear-gradient(90deg, transparent, #000 16%, transparent 52%);
}

.agent-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(140px, 1fr);
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: thin;
}

.agent-pill {
  min-height: 54px;
  padding: 10px 12px;
  border: 1px solid currentColor;
  border-radius: 10px;
  background: #fff;
}

.agent-pill b,
.agent-pill span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.agent-pill b {
  font-size: 0.82rem;
  font-weight: 700;
}

.agent-pill span {
  margin-top: 2px;
  color: #526380;
  font-size: 0.68rem;
  font-weight: 500;
}

.blue { color: var(--blue); }
.green { color: var(--green); }
.red { color: var(--red); }
.orange { color: var(--orange); }
.violet { color: var(--violet); }
.cyan { color: var(--cyan); }

.demo-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 16px;
  margin-top: 4px;
}

.transcript-preview {
  display: grid;
  gap: 10px;
}

.demo-status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.demo-status i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(23, 105, 255, 0.1);
}

.turn {
  min-height: 70px;
  padding: 12px 16px;
  border: 1px solid currentColor;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.82);
}

.turn span {
  float: right;
  color: #7786a4;
  font-size: 0.7rem;
  font-weight: 600;
}

.turn h3 {
  margin: 0 0 4px;
  font-size: 0.82rem;
}

.turn p {
  margin: 0;
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.32;
}

.turn em {
  display: inline-block;
  margin-top: 6px;
  padding: 2px 8px;
  border: 1px solid currentColor;
  border-radius: 6px;
  background: #fff;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 600;
}

.session-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
}

.live-badge {
  position: absolute;
  top: -12px;
  right: 14px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #d9f8e9;
  color: #0b8b54;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.session-card h2 {
  margin: 0;
  font-size: 1rem;
}

.session-card dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.session-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.session-card dt {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 600;
}

.session-card dd {
  margin: 0;
  font-weight: 700;
}

.progress-block {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.progress-block div {
  grid-column: 1 / -1;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e6ecf7;
}

.progress-block i {
  display: block;
  width: 64%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), #24b5ff);
}

.progress-block strong {
  color: var(--text);
}

.theme-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.theme-tags span {
  padding: 5px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #375076;
  font-size: 0.72rem;
  font-weight: 600;
}

.logo-bar {
  margin: 12px calc(var(--page-gutter) * -1) 0;
  padding: 18px 0; /* Remove horizontal padding so scroll touches edges */
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line); /* Modify borders instead of full box */
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 34px rgba(8, 20, 58, 0.05);
  overflow: hidden;
  white-space: nowrap;
}

.marquee-content {
  display: inline-flex;
  align-items: center;
  gap: 36px;
  padding-left: 36px; /* Offset the gap */
  animation: scrollMarquee 30s linear infinite;
}

@keyframes scrollMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 18px)); } /* Shift by exactly half + half the gap */
}

.logo-bar span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.logo-bar b {
  flex: 0 0 auto;
  color: #142762;
  font-size: 1.08rem;
  letter-spacing: 0;
}

/* Add section container styles */
.section-container {
  margin-top: 72px;
  margin-bottom: 32px;
}

.section-kicker {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.section-title {
  text-align: center;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 700;
  margin: 0 0 12px;
  color: var(--blue-dark);
  letter-spacing: -0.02em;
}

.section-subtitle {
  max-width: 760px;
  margin: 0 auto 40px;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

/* Remove default top margin from grids when inside a section container */
.feature-grid,
.quote-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 0;
}

.feature-grid article,
.quote-grid article {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(8, 20, 58, 0.06);
}

.feature-grid article {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  gap: 16px;
  min-height: 300px;
  padding: 24px;
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  color: #fff;
  background: var(--icon-bg, var(--blue));
  font-weight: 700;
}

.feature-icon.blue { --icon-bg: var(--blue); }
.feature-icon.green { --icon-bg: var(--green); }
.feature-icon.violet { --icon-bg: var(--violet); }
.feature-icon.orange { --icon-bg: var(--orange); }

.feature-grid h2 {
  margin: 0 0 6px;
  font-size: 1rem;
}

.feature-grid p,
.bottom-cta p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.45;
}

.feature-visual {
  position: relative;
  align-self: end;
  min-height: 104px;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 45%, rgba(23, 105, 255, 0.1), transparent 6rem),
    linear-gradient(180deg, rgba(246, 249, 255, 0.2), rgba(246, 249, 255, 0.9));
}

.feature-visual i,
.feature-visual b,
.cta-network i {
  position: absolute;
  display: block;
}

.agent-network::before,
.cta-network::before {
  position: absolute;
  inset: 18px 26px;
  content: "";
  background:
    linear-gradient(25deg, transparent 48%, #c7d8f5 49%, #c7d8f5 51%, transparent 52%),
    linear-gradient(-28deg, transparent 48%, #c7d8f5 49%, #c7d8f5 51%, transparent 52%);
}

.agent-network i,
.cta-network i {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(23, 56, 126, 0.14);
}

.agent-network i:nth-child(1) { top: 20px; left: 48%; background: #edf4ff; }
.agent-network i:nth-child(2) { top: 62px; left: 22%; background: #e8f8f0; }
.agent-network i:nth-child(3) { top: 62px; right: 22%; background: #fff1e7; }
.agent-network i:nth-child(4) { top: 52px; left: 48%; background: #f0edff; }

.evidence-stack i {
  width: 45%;
  height: 54px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 24px rgba(23, 56, 126, 0.1);
}

.evidence-stack i:nth-child(1) { left: 14%; bottom: 26px; }
.evidence-stack i:nth-child(2) { left: 31%; bottom: 38px; }
.evidence-stack i:nth-child(3) { right: 13%; bottom: 18px; }

.playback-lines i {
  left: 18%;
  width: 58%;
  height: 14px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(23, 56, 126, 0.08);
}

.playback-lines i:nth-child(1) { top: 30px; }
.playback-lines i:nth-child(2) { top: 56px; width: 68%; }
.playback-lines i:nth-child(3) { top: 82px; width: 50%; }
.playback-lines b {
  right: 18%;
  top: 50px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 10px 20px rgba(23, 105, 255, 0.25);
}

.minutes-sheet i {
  left: 25%;
  width: 50%;
  height: 10px;
  border-radius: 999px;
  background: #dce7f7;
}

.minutes-sheet i:nth-child(1) { top: 28px; }
.minutes-sheet i:nth-child(2) { top: 48px; width: 60%; }
.minutes-sheet i:nth-child(3) { top: 68px; width: 44%; }
.minutes-sheet i:nth-child(4) { top: 88px; width: 56%; }

.quote-grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.quote-grid article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
}

.avatar-text {
  grid-row: span 3;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #244e9f, #0f2254);
  font-weight: 700;
}

blockquote {
  margin: 0;
  color: var(--text);
  font-weight: 600;
  line-height: 1.42;
}

.quote-grid strong,
.quote-grid span {
  display: block;
}

.quote-grid strong {
  color: var(--blue-dark);
}

.quote-grid span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 500;
}

.pricing-section {
  margin-top: 84px;
  padding-top: 10px;
}

.pricing-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 8px auto 30px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 30px rgba(8, 20, 58, 0.06);
}

.pricing-toggle-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
}

.pricing-save {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  padding: 2px 8px;
  border: 1px solid rgba(24, 185, 116, 0.35);
  border-radius: 999px;
  color: var(--green);
  background: #f0fbf6;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pricing-toggle-option {
  color: #8692b6;
  background: transparent;
}

.pricing-toggle-option.active {
  color: var(--blue);
  background: #edf4ff;
}

.pricing-toggle-option[aria-pressed="true"] {
  color: var(--blue);
  background: #edf4ff;
  box-shadow: 0 6px 16px rgba(23, 105, 255, 0.1);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 6px;
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 22px 20px 20px;
  border: 1px solid #e1eaf8;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 34px rgba(8, 20, 58, 0.06);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.pricing-card:hover {
  border-color: #a7bfff;
}

.pricing-card.popular {
  border-color: #8fb4ff;
  box-shadow: 0 18px 40px rgba(23, 105, 255, 0.12);
  transform: translateY(-6px);
}

.pricing-popular {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pricing-card-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.pricing-badge,
.pricing-mini-badge {
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #2478ff, #0658ef);
}

.pricing-badge {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  flex: 0 0 auto;
  font-size: 0.98rem;
  font-weight: 800;
}

.pricing-badge.violet,
.pricing-mini-badge.violet {
  background: linear-gradient(135deg, #7a5cff, #5d43ff);
}

.pricing-badge.green,
.pricing-mini-badge.green {
  background: linear-gradient(135deg, #1bc67a, #0ea65f);
}

.pricing-badge.slate,
.pricing-mini-badge.slate {
  background: linear-gradient(135deg, #5e83ff, #d8e6ff);
}

.pricing-badge svg,
.pricing-mini-badge svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.2;
}

.pricing-card-head h3 {
  margin: 0;
  color: var(--blue-dark);
  font-size: 1.02rem;
}

.pricing-card-head p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 22px;
}

.pricing-price strong {
  color: var(--blue-dark);
  font-size: 2.05rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.pricing-price span {
  color: #65779e;
  font-size: 0.9rem;
  font-weight: 700;
}

.pricing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-top: 16px;
  border: 1px solid #d9e4f8;
  border-radius: 10px;
  background: #eef4ff;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 800;
}

.pricing-button.primary {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, #2478ff, #0658ef);
}

.pricing-button.ghost {
  color: var(--blue);
  background: #eff4ff;
}

.pricing-note {
  margin: 10px 0 0;
  color: #8091b6;
  font-size: 0.72rem;
  font-weight: 600;
  text-align: center;
}

.pricing-billing-note {
  min-height: 1.1rem;
}

.pricing-feature-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.pricing-feature-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: #33456b;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.35;
}

.pricing-check {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  border-radius: 50%;
  border: 1px solid #d1ddf3;
  color: var(--blue);
  font-size: 0.66rem;
  font-weight: 800;
}

.pricing-table-wrap {
  margin-top: 24px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(8, 20, 58, 0.06);
}

.pricing-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.pricing-table th,
.pricing-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e5edf9;
  font-size: 0.82rem;
  vertical-align: middle;
}

.pricing-table thead th {
  color: var(--blue-dark);
  font-size: 0.84rem;
  font-weight: 800;
  text-align: center;
}

.pricing-table thead th:first-child {
  text-align: left;
  width: 26%;
}

.pricing-table tbody th {
  color: #38486d;
  font-weight: 600;
  text-align: left;
}

.pricing-table tbody td {
  color: #2f3f67;
  font-weight: 600;
  text-align: center;
}

.pricing-table tbody tr:last-child th,
.pricing-table tbody tr:last-child td {
  border-bottom: 0;
}

.pricing-table .featured-col {
  background: rgba(23, 105, 255, 0.04);
}

.pricing-table-tag {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #2478ff;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pricing-table small {
  display: block;
  margin-top: 5px;
  color: #5f7198;
  font-size: 0.74rem;
  font-weight: 700;
}

.pricing-mini-badge {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 6px;
  vertical-align: text-bottom;
}

.pricing-mini-badge svg {
  width: 12px;
  height: 12px;
  stroke-width: 2.4;
}

.pricing-footnote {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 18px 0 0;
  color: #5d6f95;
  font-size: 0.82rem;
  font-weight: 600;
  text-align: center;
}

.pricing-footnote-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border-radius: 999px;
  color: var(--blue);
  background: #eef4ff;
  box-shadow: 0 10px 20px rgba(23, 105, 255, 0.1);
}

.pricing-footnote-icon svg {
  width: 16px;
  height: 16px;
}

@media (min-width: 1366px) and (max-width: 1439px) {
  :root {
    --page-gutter: 42px;
  }

  .hero {
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
    gap: 40px;
  }

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

@media (min-width: 1440px) and (max-width: 1919px) {
  :root {
    --page-gutter: clamp(48px, 4.2vw, 78px);
  }

  .hero {
    grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  }
}

@media (min-width: 1920px) {
  :root {
    --page-max-width: 1680px;
    --page-gutter: 92px;
  }

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

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

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .top-nav,
  .release-pill {
    display: none;
  }

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

  .demo-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin-inline: auto;
  }

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

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

  .pricing-card.popular {
    transform: none;
  }

  .pricing-toggle {
    flex-wrap: wrap;
    justify-content: center;
  }

  .pricing-table-wrap {
    margin-top: 20px;
  }
}

/* Ensure feature-grid works nicely on mid-size screens */
@media (max-width: 900px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .quote-grid {
    grid-template-columns: 1fr;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: auto;
    padding: 14px 18px;
  }

  .brand {
    font-size: 1rem;
  }

  .header-cta {
    padding: 10px 12px;
  }

  main {
    padding: 26px 18px 30px;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.4rem);
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
  }

  .hero-proof,
  .hero-metric-strip,
  .bottom-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .bottom-cta { text-align: center; }

  .hero-metric-strip div {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-metric-strip div:last-child {
    border-bottom: 0;
  }

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

  .logo-bar {
    margin-right: -18px;
    margin-left: -18px;
    border-radius: 0;
  }

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

  .pricing-table th,
  .pricing-table td {
    padding: 10px 12px;
  }

  .pricing-footnote {
    flex-direction: column;
  }
}
