.section-heading {
  max-width: 800px;
  margin-bottom: 65px;
}

.eyebrow,
.card-index {
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.section-heading h2,
.workflow-copy h2,
.release-copy h2,
.download-content h2 {
  margin: 19px 0 22px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.section-heading p,
.workflow-copy > p,
.release-copy > p,
.download-content > p {
  max-width: 670px;
  margin: 0;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.8;
}

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

.feature-card {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.028), transparent 38%),
    rgba(10, 20, 35, 0.7);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025);
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 90% 10%, rgba(46, 169, 243, 0.1), transparent 42%);
}

.card-performance {
  grid-column: span 12;
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(330px, 0.8fr) minmax(560px, 1.2fr);
  align-items: center;
  gap: 58px;
  padding: 48px;
}

.card-performance::after {
  background:
    radial-gradient(circle at 20% 15%, rgba(46, 169, 243, 0.12), transparent 38%),
    radial-gradient(circle at 85% 80%, rgba(75, 216, 200, 0.07), transparent 36%);
}

.card-agent { grid-column: span 7; }
.card-markdown { grid-column: span 5; }
.card-docs { grid-column: span 5; }
.card-models { grid-column: span 7; }
.card-remote { grid-column: span 7; }
.card-code { grid-column: span 5; }

.card-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  max-width: 460px;
}

.card-copy.compact {
  max-width: 380px;
}

.card-agent .card-copy {
  max-width: 340px;
}

.card-models .card-copy {
  max-width: 280px;
}

.card-remote .card-copy {
  max-width: 320px;
}

.performance-copy {
  max-width: 490px;
}

.performance-copy > p {
  max-width: 470px;
}

.performance-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 27px;
}

.performance-points span {
  padding: 9px 11px;
  border: 1px solid rgba(110, 203, 255, 0.16);
  border-radius: 8px;
  color: #7891a8;
  background: rgba(8, 20, 34, 0.62);
  font-size: 11px;
}

.performance-points i {
  color: var(--teal);
  font-style: normal;
  font-weight: 800;
}

.comparison-board {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr);
  align-items: stretch;
}

.comparison-product {
  min-width: 0;
  padding: 23px;
  border: 1px solid #1c334b;
  border-radius: 16px;
  background: rgba(6, 15, 27, 0.88);
  box-shadow: 0 24px 50px rgba(0, 4, 14, 0.25);
}

.comparison-rovercode {
  border-color: rgba(75, 190, 245, 0.38);
  background:
    linear-gradient(145deg, rgba(33, 115, 177, 0.19), transparent 52%),
    rgba(7, 18, 31, 0.94);
  box-shadow: 0 25px 60px rgba(11, 84, 145, 0.13);
}

.comparison-vscode {
  opacity: 0.76;
}

.comparison-title {
  min-height: 38px;
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 10px;
}

.comparison-logo {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid #28435d;
  border-radius: 11px;
  background: #0d2034;
}

.comparison-logo img {
  width: 29px;
  height: 29px;
}

.generic-logo {
  color: #93a9bd;
  font-size: 17px;
  font-weight: 700;
}

.comparison-title small,
.comparison-title b {
  display: block;
}

.comparison-title small {
  margin-bottom: 3px;
  color: #5f7991;
  font-size: 10.4px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.comparison-title b {
  color: #dceaf6;
  font-size: 15.6px;
}

.comparison-title em {
  padding: 5px 7px;
  border-radius: 6px;
  color: #07151e;
  background: var(--teal);
  font-size: 7.8px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.comparison-number {
  display: block;
  margin-top: 28px;
  color: #f0f8ff;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.comparison-number small {
  color: var(--teal);
  font-size: 14.3px;
  letter-spacing: 0;
}

.comparison-number.comparison-text {
  margin-top: 31px;
  font-size: 17px;
  letter-spacing: -0.02em;
}

.comparison-caption {
  display: block;
  margin-top: 8px;
  color: #627a91;
  font-size: 11.7px;
}

.comparison-product ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 17px 0 0;
  border-top: 1px solid #192e43;
  list-style: none;
}

.comparison-product li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
  color: #6f859b;
  font-size: 11.7px;
  line-height: 1.5;
}

.comparison-product li i {
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  color: var(--teal);
  background: rgba(75, 216, 200, 0.09);
  font-size: 11.7px;
  font-style: normal;
}

.comparison-vscode li i {
  color: #71879d;
  background: rgba(126, 151, 174, 0.08);
}

.comparison-product li b {
  display: block;
  margin-bottom: 2px;
  color: #b6cadd;
  font-size: 13px;
}

.comparison-axis {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}

.comparison-axis i {
  width: 1px;
  flex: 1;
  background: linear-gradient(transparent, #26445f, transparent);
}

.comparison-axis span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid #2a435a;
  border-radius: 50%;
  color: #678097;
  background: #0a1727;
  font-size: 9.1px;
  font-weight: 900;
}

.card-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  border: 1px solid rgba(110, 203, 255, 0.18);
  border-radius: 13px;
  background: rgba(46, 169, 243, 0.08);
}

.card-icon svg {
  width: 22px;
  fill: none;
  stroke: var(--blue-bright);
  stroke-width: 1.5;
}

.feature-card h3 {
  margin: 14px 0 15px;
  font-size: 30px;
  line-height: 1.16;
  letter-spacing: -0.045em;
}

.feature-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.model-notes {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.model-notes p {
  position: relative;
  padding-left: 14px;
  color: var(--text-muted);
  font-size: 11px;
  line-height: 1.65;
}

.model-notes p::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--teal);
}

.trajectory-visual {
  position: absolute;
  z-index: 1;
  top: 50px;
  right: 33px;
  bottom: 42px;
  width: 268px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.trajectory-line {
  position: absolute;
  top: 21%;
  bottom: 21%;
  left: 18px;
  width: 1px;
  background: linear-gradient(var(--teal), var(--blue), rgba(85, 112, 143, 0.2));
}

.trajectory-step {
  position: relative;
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 13px 12px;
  border: 1px solid rgba(142, 184, 226, 0.12);
  border-radius: 12px;
  background: rgba(7, 16, 29, 0.82);
}

.trajectory-step > i {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid #28425e;
  border-radius: 10px;
  color: #6e849a;
  background: #0a1727;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.trajectory-step.active > i {
  color: #06131e;
  border-color: var(--teal);
  background: var(--teal);
}

.trajectory-step.current {
  border-color: rgba(110, 203, 255, 0.34);
  box-shadow: 0 10px 35px rgba(30, 118, 206, 0.1);
}

.trajectory-step.current > i {
  color: var(--blue-bright);
  border-color: var(--blue-bright);
}

.trajectory-step div b,
.trajectory-step div span {
  display: block;
}

.trajectory-step div b {
  color: #d9e8f6;
  font-size: 11px;
}

.trajectory-step div span {
  margin-top: 3px;
  color: #647c94;
  font-size: 8px;
}

.trajectory-step em {
  color: #62788e;
  font-size: 8px;
  font-style: normal;
}

.trajectory-step.active em { color: var(--teal); }
.trajectory-step.current em { color: var(--blue-bright); }

.markdown-visual {
  position: absolute;
  right: 30px;
  bottom: -20px;
  width: 56%;
  min-width: 280px;
  transform: rotate(-2deg);
  border: 1px solid #243b55;
  border-radius: 14px 14px 0 0;
  background: #f4f7fa;
  box-shadow: 0 24px 50px rgba(0, 4, 14, 0.34);
}

.format-bar {
  height: 36px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 14px;
  border-bottom: 1px solid #d8e0e8;
  color: #5b6d7f;
  background: #eaf0f5;
  font: 10px Georgia, serif;
}

.format-bar i { font-family: Georgia, serif; }
.format-bar em { flex: 1; }

.format-bar span {
  padding-bottom: 2px;
  border-bottom: 2px solid #ef7070;
}

.markdown-page {
  padding: 25px 26px 40px;
  color: #14263a;
}

.markdown-page > span {
  color: #3a8fcb;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.markdown-page h4 {
  margin: 9px 0 7px;
  font-size: 20px;
  letter-spacing: -0.04em;
}

.markdown-page p {
  color: #6d7e8e;
  font-size: 9px;
  line-height: 1.6;
}

.task {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 9px;
  color: #526474;
  font-size: 8px;
}

.task i {
  width: 13px;
  height: 13px;
  display: grid;
  place-items: center;
  border: 1px solid #b3bec8;
  border-radius: 3px;
  font-size: 8px;
  font-style: normal;
}

.task.checked i {
  color: #fff;
  border-color: #218f83;
  background: #218f83;
}

.doc-stack {
  position: absolute;
  right: 10px;
  bottom: 12px;
  width: 300px;
  height: 250px;
}

.doc-sheet {
  position: absolute;
  width: 180px;
  height: 215px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  box-shadow: 0 25px 50px rgba(0, 4, 14, 0.35);
}

.doc-sheet > span {
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.sheet-pdf {
  left: 0;
  bottom: 3px;
  z-index: 1;
  transform: rotate(-10deg);
  color: #27384d;
  background: #e8eef5;
}

.sheet-pdf > span { color: #e05158; }

.sheet-pdf b {
  display: block;
  margin: 18px 0;
  font-size: 19px;
  line-height: 1.08;
}

.sheet-pdf i {
  display: block;
  width: 95%;
  height: 4px;
  margin-top: 9px;
  border-radius: 2px;
  background: #bdc9d5;
}

.sheet-pdf i:last-child { width: 62%; }

.sheet-xlsx {
  left: 60px;
  bottom: 15px;
  z-index: 2;
  transform: rotate(-2deg);
  color: #eefaf7;
  background: #164b43;
}

.sheet-xlsx > span { color: #7be5c8; }

.mini-sheet {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  margin-top: 20px;
}

.mini-sheet i {
  height: 28px;
  border: 1px solid rgba(140, 235, 211, 0.22);
  background: rgba(255, 255, 255, 0.04);
}

.mini-sheet i:nth-child(2),
.mini-sheet i:nth-child(4),
.mini-sheet i:nth-child(9) {
  background: rgba(75, 216, 200, 0.18);
}

.sheet-map {
  right: -3px;
  bottom: 0;
  z-index: 3;
  transform: rotate(7deg);
  color: #cce3f8;
  background: #10243b;
}

.sheet-map > span { color: #67bff5; }

.map-center,
.node {
  position: absolute;
  z-index: 2;
  border: 1px solid #3976a7;
  border-radius: 6px;
  background: #163b5a;
  font-size: 7px;
}

.map-center {
  top: 95px;
  left: 62px;
  padding: 9px 12px;
}

.node {
  padding: 6px 8px;
  font-weight: 500;
}

.node-a { top: 57px; right: 15px; }
.node-b { right: 11px; bottom: 37px; }

.branch {
  position: absolute;
  left: 101px;
  width: 42px;
  height: 1px;
  transform-origin: left center;
  background: #4fa8de;
}

.branch-a { top: 99px; transform: rotate(-29deg); }
.branch-b { top: 112px; transform: rotate(29deg); }

.model-console {
  position: absolute;
  right: 32px;
  bottom: 29px;
  width: 360px;
  overflow: hidden;
  border: 1px solid #1b3652;
  border-radius: 15px;
  background: rgba(6, 15, 27, 0.92);
  box-shadow: 0 25px 60px rgba(0, 5, 16, 0.35);
}

.console-head {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  border-bottom: 1px solid #172a40;
  color: #b7c9da;
  font-size: 9px;
}

.provider-row {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  align-items: center;
  gap: 10px;
  margin: 8px 10px;
  padding: 9px 10px;
  border: 1px solid transparent;
  border-radius: 9px;
}

.provider-row.selected {
  border-color: rgba(64, 162, 226, 0.25);
  background: rgba(34, 115, 177, 0.1);
}

.provider-orb {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #08131f;
  font-size: 9px;
  font-weight: 900;
}

.provider-orb.blue { background: #74cdf7; }
.provider-orb.amber { background: var(--amber); }

.provider-row b,
.provider-row small {
  display: block;
}

.provider-row b {
  color: #d2e2f1;
  font-size: 9px;
}

.provider-row small {
  margin-top: 3px;
  color: #5f758c;
  font-size: 7px;
}

.provider-row em {
  color: var(--teal);
  font-size: 7px;
  font-style: normal;
}

.context-meter {
  margin: 17px 20px 14px;
}

.context-meter > div {
  display: flex;
  justify-content: space-between;
  color: #71879e;
  font-size: 8px;
}

.context-meter > div b {
  color: #c5d9eb;
}

.context-meter > i {
  display: block;
  height: 5px;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #15293d;
}

.context-meter > i em {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--teal));
}

.model-tags {
  display: flex;
  gap: 6px;
  padding: 0 20px 18px;
}

.model-tags span {
  padding: 5px 7px;
  border: 1px solid #1d3349;
  border-radius: 5px;
  color: #667d94;
  font-size: 7px;
}

.phone-scene {
  position: absolute;
  top: 20px;
  right: 44px;
  width: 270px;
  height: 430px;
}

.phone-ring {
  position: absolute;
  inset: 60px -50px -100px;
  border: 1px solid rgba(75, 216, 200, 0.15);
  border-radius: 50%;
  box-shadow: inset 0 0 80px rgba(75, 216, 200, 0.045), 0 0 80px rgba(37, 144, 196, 0.08);
}

.phone {
  position: relative;
  z-index: 1;
  width: 218px;
  height: 430px;
  margin: 0 auto;
  padding: 14px 12px;
  border: 6px solid #162a3e;
  border-radius: 34px;
  background: #08121f;
  box-shadow: 0 35px 70px rgba(0, 4, 14, 0.5);
}

.phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px 12px;
  color: #71869b;
  font-size: 7px;
}

.phone-top i {
  position: absolute;
  top: 7px;
  left: 50%;
  width: 61px;
  height: 16px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #03070c;
}

.phone-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 5px 16px;
}

.phone-brand img {
  width: 29px;
  height: 29px;
}

.phone-brand b,
.phone-brand span {
  display: block;
}

.phone-brand b { font-size: 8px; }
.phone-brand span { margin-top: 3px; color: #657b91; font-size: 6px; }

.remote-card {
  display: grid;
  grid-template-columns: 8px 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border: 1px solid #1d3953;
  border-radius: 10px;
  background: #0d1e31;
}

.remote-card > i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 10px var(--teal);
}

.remote-card b,
.remote-card span {
  display: block;
}

.remote-card b { color: #d3e3f0; font-size: 7px; }
.remote-card span { margin-top: 3px; color: #64798d; font-size: 5px; }
.remote-card em { color: var(--teal); font-size: 6px; font-style: normal; }

.phone-message {
  margin: 36px 0 13px 29px;
  padding: 10px;
  border-radius: 10px 10px 3px 10px;
  color: #bed0df;
  background: #12324e;
  font-size: 7px;
  line-height: 1.6;
}

.phone-reply {
  width: 66px;
  display: flex;
  gap: 5px;
  padding: 10px 12px;
  border-radius: 3px 10px 10px 10px;
  background: #101f30;
}

.phone-reply span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5d7790;
  animation: typing 1.4s ease infinite;
}

.phone-reply span:nth-child(2) { animation-delay: 150ms; }
.phone-reply span:nth-child(3) { animation-delay: 300ms; }

.phone-input {
  position: absolute;
  right: 12px;
  bottom: 15px;
  left: 12px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 7px 0 10px;
  border: 1px solid #20374d;
  border-radius: 10px;
  color: #536a80;
  font-size: 7px;
}

.phone-input b {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #05131d;
  background: var(--teal);
  font-size: 10px;
}

.language-marquee {
  position: absolute;
  right: -35px;
  bottom: 26px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  transform: rotate(-4deg);
}

.language-marquee div {
  display: flex;
  gap: 10px;
  white-space: nowrap;
}

.language-marquee div:nth-child(2) { transform: translateX(-45px); }
.language-marquee div:nth-child(3) { transform: translateX(20px); }

.language-marquee span {
  padding: 11px 16px;
  border: 1px solid #1d354e;
  border-radius: 9px;
  color: #8197ac;
  background: #0a1727;
  font: 9px "Cascadia Code", Consolas, monospace;
}

.language-marquee div:first-child span:nth-child(1),
.language-marquee div:first-child span:nth-child(2),
.language-marquee div:nth-child(3) span:nth-child(4) {
  color: #bfeaff;
  border-color: rgba(77, 174, 235, 0.38);
  background: rgba(28, 96, 146, 0.18);
}
