.elementor-3264 .elementor-element.elementor-element-12f244a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-9%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-a69f882 */.kc-platforms {
  --kc-lime: #C7F32F;
  --kc-bg: #080909;
  --kc-bg-2: #0d0f0f;
  --kc-card: #111313;
  --kc-card-2: #151717;
  --kc-line: rgba(255, 255, 255, 0.10);
  --kc-line-strong: rgba(199, 243, 47, 0.36);
  --kc-text: #f2f1ec;
  --kc-muted: #a5aaa5;
  --kc-muted-2: #777d78;
  --kc-black: #070808;
  --kc-radius: 18px;
  --kc-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  background: var(--kc-bg);
  color: var(--kc-text);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3125;
  overflow: clip;
  position: relative;
}

.kc-platforms *,
.kc-platforms *::before,
.kc-platforms *::after {
  box-sizing: border-box;
}

.kc-platforms a {
  color: inherit;
  text-decoration: none;
}

.kc-platforms p {
  color: var(--kc-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin: 0 0 18px;
}

.kc-platforms strong {
  color: var(--kc-text);
  font-weight: 500;
}

.kc-platforms h1,
.kc-platforms h2,
.kc-platforms h3 {
  color: var(--kc-text);
  font-family: "Syne", Arial, sans-serif;
  margin: 0;
  text-wrap: balance;
}

.kc-platforms h1 {
  font-size: clamp(52px, 5.2vw, 60px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.08 !important;
}

.kc-platforms h2 {
  font-size: clamp(38px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}

.kc-platforms h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1;
}

.kc-platforms h1 span,
.kc-platforms h2 span {
  color: var(--kc-lime);
}

.kc-shell {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.kc-section {
  padding: 118px 0;
  position: relative;
}

.kc-section--charcoal {
  background: var(--kc-bg-2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.kc-section--compact {
  padding-bottom: 92px;
  padding-top: 92px;
}

.kc-section--rule::before {
  background: linear-gradient(90deg, transparent, var(--kc-line), transparent);
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: min(1240px, calc(100% - 64px));
}

.kc-eyebrow {
  align-items: center;
  color: #d0d3ce;
  display: inline-flex;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  gap: 10px;
  letter-spacing: 0.16em;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.kc-eyebrow > span {
  background: var(--kc-lime);
  border-radius: 100px;
  box-shadow: 0 0 18px rgba(199, 243, 47, 0.42);
  height: 7px;
  width: 7px;
}

.kc-lead {
  color: var(--kc-text) !important;
  font-family: "Syne", Arial, sans-serif;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  margin-top: 30px !important;
  max-width: 630px;
}

.kc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.kc-btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 10px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 14px;
  justify-content: center;
  line-height: 1;
  min-height: 50px;
  padding: 0 20px;
  transition: border-color 260ms ease, background-color 260ms ease, color 260ms ease, transform 260ms ease, box-shadow 260ms ease;
}

.kc-btn > span,
.kc-card-link > span,
.kc-text-link > span {
  transition: transform 260ms ease;
}

.kc-btn:hover > span,
.kc-card-link:hover > span,
.kc-text-link:hover > span {
  transform: translate(3px, -2px);
}

.kc-btn--primary {
  background: var(--kc-lime);
  color: var(--kc-black) !important;
  box-shadow: 0 12px 30px rgba(199, 243, 47, 0.08);
}

.kc-btn--primary:hover {
  box-shadow: 0 14px 38px rgba(199, 243, 47, 0.16);
  transform: translateY(-2px);
}

.kc-btn--ghost {
  background: rgba(255, 255, 255, 0.02);
  border-color: var(--kc-line);
  color: var(--kc-text) !important;
}

.kc-btn--ghost:hover {
  border-color: rgba(255, 255, 255, 0.24);
  transform: translateY(-2px);
}

.kc-btn:focus-visible,
.kc-card-link:focus-visible,
.kc-text-link:focus-visible {
  outline: 3px solid var(--kc-lime);
  outline-offset: 4px;
}

/* Hero */
.kc-hero {
  background:
    linear-gradient(180deg, rgba(199, 243, 47, 0.018), transparent 34%),
    radial-gradient(circle at 82% 30%, rgba(199, 243, 47, 0.075), transparent 24%),
    var(--kc-bg);
  min-height: 820px;
  padding-bottom: 142px;
  padding-top: 210px;
}

.kc-hero::after {
  background-image:
    linear-gradient(rgba(255,255,255,0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.026) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.78), transparent 82%);
  pointer-events: none;
  position: absolute;
}

.kc-hero__grid {
  align-items: center;
  display: grid;
  gap: 62px;
  grid-template-columns: minmax(0, 1.06fr) minmax(390px, 0.94fr);
}

.kc-hero__copy {
  max-width: 730px;
}

.kc-hero__copy > p:not(.kc-lead) {
  max-width: 690px;
}

.kc-hero__visual {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 590px;
  position: relative;
}

.kc-tech-map {
  aspect-ratio: 1 / 1;
  max-width: 590px;
  position: relative;
  width: 100%;
}

.kc-tech-map__svg {
  height: 100%;
  inset: 0;
  overflow: visible;
  position: absolute;
  width: 100%;
}

.kc-tech-map__core {
  align-items: center;
  background: #0d0f0f;
  border: 1px solid rgba(199, 243, 47, 0.42);
  border-radius: 50%;
  box-shadow: 0 0 55px rgba(199, 243, 47, 0.08), inset 0 0 35px rgba(199, 243, 47, 0.04);
  display: flex;
  flex-direction: column;
  height: 150px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
}

.kc-tech-map__core span {
  color: var(--kc-muted-2);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  margin-bottom: 7px;
}

.kc-tech-map__core strong {
  font-family: "Syne", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.15;
  max-width: 94px;
  text-align: center;
}

.kc-tech-label {
  align-items: center;
  background: rgba(12, 14, 14, .96);
  border: 1px solid var(--kc-line);
  border-radius: 10px;
  color: #d8dbd5;
  display: flex;
  font-family: "Syne", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  justify-content: center;
  min-height: 40px;
  min-width: 82px;
  padding: 0 14px;
  position: absolute;
  transition: border-color 240ms ease, transform 240ms ease;
}

.kc-tech-label::before {
  background: var(--kc-lime);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(199, 243, 47, .42);
  content: "";
  height: 5px;
  margin-right: 8px;
  width: 5px;
}

.kc-tech-label--lovable { left: 17%; top: 15%; }
.kc-tech-label--replit { right: 9%; top: 19%; }
.kc-tech-label--bolt { bottom: 16%; right: 6%; }
.kc-tech-label--github { bottom: 14%; left: 12%; }
.kc-tech-label--api { left: 0; top: 47%; }
.kc-tech-label--data { right: 0; top: 47%; }

.kc-tech-map__caption {
  bottom: 1%;
  color: var(--kc-muted-2);
  font-size: 11px;
  left: 50%;
  letter-spacing: .12em;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}

.kc-orb {
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
  position: absolute;
}

.kc-orb--hero {
  background: var(--kc-lime);
  box-shadow: 0 0 110px 65px rgba(199, 243, 47, .035);
  height: 7px;
  right: 7%;
  top: 19%;
  width: 7px;
}

.kc-node-dot {
  transform-box: fill-box;
  transform-origin: center;
  animation: kcPulse 2.4s ease-in-out infinite;
}

.kc-node-dot--2 { animation-delay: .35s; }
.kc-node-dot--3 { animation-delay: .7s; }
.kc-node-dot--4 { animation-delay: 1.05s; }
.kc-node-dot--5 { animation-delay: 1.4s; }
.kc-node-dot--6 { animation-delay: 1.75s; }

@keyframes kcPulse {
  0%, 100% { opacity: .45; transform: scale(.8); }
  50% { opacity: 1; transform: scale(1.25); }
}

/* Human oversight */
.kc-human-grid {
  align-items: start;
  display: grid;
  gap: 92px;
  grid-template-columns: .78fr 1.22fr;
}

.kc-sticky-copy {
  position: sticky;
  top: 72px;
}

.kc-sticky-copy h2 {
  margin-bottom: 30px;
}

.kc-sticky-copy p {
  max-width: 490px;
}

.kc-text-link,
.kc-card-link {
  align-items: center;
  color: var(--kc-text) !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 10px;
  margin-top: 14px;
  position: relative;
}

.kc-text-link::after,
.kc-card-link::after {
  background: var(--kc-lime);
  bottom: -6px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(.25);
  transform-origin: left;
  transition: transform 260ms ease;
  width: 100%;
}

.kc-text-link:hover::after,
.kc-card-link:hover::after {
  transform: scaleX(1);
}

.kc-control-stack {
  border-top: 1px solid var(--kc-line);
}

.kc-control-card {
  align-items: start;
  border-bottom: 1px solid var(--kc-line);
  display: grid;
  gap: 24px;
  grid-template-columns: 54px 1fr;
  padding: 28px 0 29px;
  transition: border-color 260ms ease, padding-left 260ms ease;
}

.kc-control-card:hover {
  border-color: rgba(199, 243, 47, .34);
  padding-left: 8px;
}

.kc-control-card__num {
  color: var(--kc-lime);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  padding-top: 5px;
}

.kc-control-card h3 {
  font-size: 21px;
  margin-bottom: 8px;
}

.kc-control-card p {
  margin: 0;
  max-width: 620px;
}

.kc-note {
  border-left: 2px solid var(--kc-lime);
  color: #d2d5d0 !important;
  margin: 30px 0 0 !important;
  padding: 3px 0 3px 18px;
}

/* Platform cards */
.kc-section-heading {
  max-width: 790px;
}

.kc-section-heading h2 {
  margin-bottom: 24px;
}

.kc-section-heading > p {
  max-width: 720px;
}

.kc-section-heading--split {
  align-items: end;
  display: grid;
  gap: 52px;
  grid-template-columns: 1.1fr .9fr;
  max-width: none;
}

.kc-section-heading--split > p {
  margin: 0 0 5px;
  max-width: 500px;
}

.kc-platform-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.08fr .96fr .96fr;
  margin-top: 56px;
}

.kc-platform-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,.018), transparent 42%),
    var(--kc-card);
  border: 1px solid var(--kc-line);
  border-radius: var(--kc-radius);
  display: flex;
  flex-direction: column;
  min-height: 610px;
  overflow: hidden;
  padding: 28px;
  position: relative;
  transition: border-color 300ms ease, transform 300ms ease, box-shadow 300ms ease;
}

.kc-platform-card::before {
  background: radial-gradient(circle, rgba(199, 243, 47, .11), transparent 68%);
  content: "";
  height: 220px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: -90px;
  top: -100px;
  transition: opacity 300ms ease;
  width: 220px;
}

.kc-platform-card:hover {
  border-color: rgba(255, 255, 255, .19);
  box-shadow: 0 18px 50px rgba(0,0,0,.20);
  transform: translateY(-6px);
}

.kc-platform-card:hover::before {
  opacity: 1;
}

.kc-platform-card--featured {
  border-color: rgba(199, 243, 47, .25);
}

.kc-platform-card__top {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 42px;
}

.kc-platform-card__index {
  color: var(--kc-muted-2);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
}

.kc-pill {
  background: rgba(199, 243, 47, .055);
  border: 1px solid rgba(199, 243, 47, .17);
  border-radius: 999px;
  color: #d8e5a8;
  font-size: 10px;
  padding: 7px 10px;
  white-space: nowrap;
}

.kc-platform-card__icon {
  align-items: center;
  background: #0b0d0d;
  border: 1px solid var(--kc-line);
  border-radius: 14px;
  display: flex;
  height: 68px;
  justify-content: center;
  margin-bottom: 34px;
  width: 68px;
}

.kc-platform-card__icon svg {
  fill: var(--kc-lime);
  height: 31px;
  width: 31px;
}

.kc-platform-card h3 {
  margin-bottom: 18px;
}

.kc-platform-card p {
  font-size: 15px;
  line-height: 21px;
}

.kc-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 9px 0 25px;
}

.kc-chip-row span {
  border: 1px solid var(--kc-line);
  border-radius: 7px;
  color: var(--kc-muted);
  font-size: 10px;
  letter-spacing: .02em;
  padding: 7px 9px;
}

.kc-card-link {
  margin-top: auto;
  width: fit-content;
}

/* Traditional stack */
.kc-traditional-grid {
  align-items: center;
  display: grid;
  gap: 88px;
  grid-template-columns: .96fr 1.04fr;
}

.kc-code-panel {
  background: #0b0d0d;
  border: 1px solid var(--kc-line);
  border-radius: var(--kc-radius);
  box-shadow: var(--kc-shadow);
  overflow: hidden;
}

.kc-code-panel__bar {
  align-items: center;
  background: #101212;
  border-bottom: 1px solid var(--kc-line);
  display: flex;
  gap: 7px;
  height: 46px;
  padding: 0 16px;
}

.kc-code-panel__bar > span {
  background: #373a38;
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.kc-code-panel__bar > span:first-child {
  background: var(--kc-lime);
  box-shadow: 0 0 12px rgba(199, 243, 47, .35);
}

.kc-code-panel__bar small {
  color: var(--kc-muted-2);
  font-size: 10px;
  margin-left: auto;
}

.kc-code-panel pre {
  margin: 0;
  overflow: auto;
  padding: 34px 32px 38px;
}

.kc-code-panel code {
  color: #d7dbd5;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  line-height: 1.9;
}

.kc-code-muted { color: #5f6660; }
.kc-code-accent { color: var(--kc-lime); }

.kc-traditional-copy h2 {
  margin-bottom: 29px;
}

.kc-traditional-copy p {
  max-width: 580px;
}

.kc-callout-line {
  border-top: 1px solid var(--kc-line);
  color: #e5e5df !important;
  font-family: "Syne", Arial, sans-serif;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  margin-top: 31px !important;
  padding-top: 24px;
}

/* Decision framework */
.kc-decision-layout {
  align-items: start;
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 310px;
  margin-top: 52px;
}

.kc-question-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.kc-question-grid li {
  align-items: start;
  background: var(--kc-card);
  border: 1px solid var(--kc-line);
  display: grid;
  gap: 16px;
  grid-template-columns: 32px 1fr;
  min-height: 114px;
  padding: 25px 24px;
  transition: background-color 240ms ease, border-color 240ms ease;
}

.kc-question-grid li:nth-child(1) { border-radius: 14px 0 0 0; }
.kc-question-grid li:nth-child(2) { border-radius: 0 14px 0 0; }
.kc-question-grid li:nth-child(9) { border-radius: 0 0 0 14px; }
.kc-question-grid li:nth-child(10) { border-radius: 0 0 14px 0; }

.kc-question-grid li:hover {
  background: #151818;
  border-color: rgba(199, 243, 47, .18);
}

.kc-question-grid li span {
  color: var(--kc-lime);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  padding-top: 2px;
}

.kc-question-grid li p {
  color: #d5d8d2;
  font-family: "Syne", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  margin: 0;
}

.kc-decision-aside {
  background: var(--kc-lime);
  border-radius: 16px;
  color: var(--kc-black);
  padding: 28px;
  position: sticky;
  top: 72px;
}

.kc-decision-aside__mark {
  font-family: "Syne", Arial, sans-serif;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 64px;
}

.kc-decision-aside h3 {
  color: var(--kc-black);
  font-size: 23px;
  line-height: 1.04;
  margin-bottom: 18px;
}

.kc-decision-aside p {
  color: rgba(7,8,8,.72);
  font-size: 14px;
  line-height: 20px;
}

.kc-decision-aside .kc-text-link {
  color: var(--kc-black) !important;
  margin-top: 9px;
}

.kc-decision-aside .kc-text-link::after {
  background: var(--kc-black);
}

/* Build value */
.kc-build-intro {
  align-items: end;
  display: grid;
  gap: 72px;
  grid-template-columns: 1.03fr .97fr;
}

.kc-build-intro > div:last-child {
  max-width: 520px;
}

.kc-value-flow {
  align-items: stretch;
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 42px 1fr 42px 1fr 42px 1fr 42px 1fr;
  margin-top: 62px;
}

.kc-value-step {
  background: linear-gradient(180deg, rgba(255,255,255,.018), transparent), var(--kc-card);
  border: 1px solid var(--kc-line);
  border-radius: 14px;
  min-height: 170px;
  padding: 23px 20px;
}

.kc-value-step > span {
  color: var(--kc-lime);
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  margin-bottom: 41px;
}

.kc-value-step strong {
  display: block;
  font-family: "Syne", Arial, sans-serif;
  font-size: 19px;
  margin-bottom: 8px;
}

.kc-value-step small {
  color: var(--kc-muted-2);
  display: block;
  font-size: 11px;
  line-height: 1.35;
}

.kc-value-arrow {
  align-items: center;
  color: #485047;
  display: flex;
  font-size: 18px;
  justify-content: center;
}

/* Quick answer */
.kc-answer-card {
  align-items: stretch;
  background:
    linear-gradient(110deg, rgba(199,243,47,.095), transparent 32%),
    var(--kc-card-2);
  border: 1px solid rgba(199, 243, 47, .22);
  border-radius: 20px;
  display: grid;
  gap: 36px;
  grid-template-columns: 120px 1fr 96px;
  overflow: hidden;
  padding: 40px;
  position: relative;
}

.kc-answer-card__label {
  color: var(--kc-lime);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  padding-top: 5px;
  text-transform: uppercase;
}

.kc-answer-card__content h2 {
  font-size: 32px;
  line-height: 1.05;
  margin-bottom: 20px;
}

.kc-answer-card__content p {
  color: #c0c4be;
  margin: 0;
  max-width: 820px;
}

.kc-answer-card__signal {
  align-items: end;
  display: flex;
  gap: 5px;
  justify-content: flex-end;
}

.kc-answer-card__signal span {
  animation: kcSignal 1.8s ease-in-out infinite;
  background: var(--kc-lime);
  border-radius: 999px;
  height: 24px;
  opacity: .32;
  width: 4px;
}

.kc-answer-card__signal span:nth-child(2) { animation-delay: .15s; height: 39px; }
.kc-answer-card__signal span:nth-child(3) { animation-delay: .3s; height: 56px; }
.kc-answer-card__signal span:nth-child(4) { animation-delay: .45s; height: 35px; }
.kc-answer-card__signal span:nth-child(5) { animation-delay: .6s; height: 19px; }

@keyframes kcSignal {
  0%,100% { opacity: .22; transform: scaleY(.7); transform-origin: bottom; }
  50% { opacity: .88; transform: scaleY(1); transform-origin: bottom; }
}

/* Final CTA */
.kc-final-cta {
  background: var(--kc-lime);
  color: var(--kc-black);
  overflow: hidden;
  padding-bottom: 108px;
  padding-top: 108px;
}

.kc-final-cta__grid {
  background-image:
    linear-gradient(rgba(7,8,8,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7,8,8,.08) 1px, transparent 1px);
  background-size: 58px 58px;
  inset: 0;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.7), transparent 80%);
  position: absolute;
}

.kc-orb--cta {
  background: var(--kc-black);
  box-shadow: 0 0 120px 68px rgba(7,8,8,.08);
  height: 9px;
  right: 11%;
  top: 20%;
  width: 9px;
}

.kc-final-cta__inner {
  max-width: 1030px;
}

.kc-eyebrow--dark {
  color: rgba(7,8,8,.68);
}

.kc-eyebrow--dark > span {
  background: var(--kc-black);
  box-shadow: none;
}

.kc-final-cta h2,
.kc-final-cta h2 span {
  color: var(--kc-black);
}

.kc-final-cta h2 {
  font-size: clamp(42px, 5vw, 58px);
  max-width: 760px;
}

.kc-final-cta p {
  color: rgba(7,8,8,.69);
  max-width: 680px;
}

.kc-final-cta h2 + p {
  color: var(--kc-black);
  font-family: "Syne", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  margin-top: 28px;
}

.kc-btn--dark {
  background: var(--kc-black);
  color: var(--kc-text) !important;
  margin-top: 20px;
}

.kc-btn--dark:hover {
  box-shadow: 0 12px 28px rgba(7,8,8,.18);
  transform: translateY(-2px);
}

.kc-final-cta__meta {
  border-top: 1px solid rgba(7,8,8,.18);
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 54px;
  padding-top: 21px;
}

.kc-final-cta__meta span {
  color: rgba(7,8,8,.65);
  font-size: 11px;
  font-weight: 500;
  position: relative;
}

.kc-final-cta__meta span:not(:last-child)::after {
  color: rgba(7,8,8,.27);
  content: "/";
  position: absolute;
  right: -16px;
}

/* Progressive scroll reveal: modern browsers only, no JS dependency */
@supports (animation-timeline: view()) {
  .kc-reveal {
    animation: kcReveal linear both;
    animation-range: entry 8% cover 24%;
    animation-timeline: view();
  }

  @keyframes kcReveal {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .kc-platforms h1 {
    font-size: 50px;
  }

  .kc-platforms h2 {
    font-size: 38px;
  }

  .kc-shell {
    padding-left: 26px;
    padding-right: 26px;
  }

  .kc-section {
    padding-bottom: 96px;
    padding-top: 96px;
  }

  .kc-hero {
    min-height: auto;
    padding-bottom: 110px;
    padding-top: 210px;
  }

  .kc-hero__grid {
    gap: 38px;
    grid-template-columns: 1fr .82fr;
  }

  .kc-hero__visual {
    min-height: 450px;
  }

  .kc-human-grid {
    gap: 52px;
    grid-template-columns: .9fr 1.1fr;
  }

  .kc-platform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kc-platform-card:first-child {
    grid-column: 1 / -1;
    min-height: 490px;
  }

  .kc-traditional-grid {
    gap: 52px;
  }

  .kc-decision-layout {
    grid-template-columns: 1fr 280px;
  }

  .kc-value-flow {
    gap: 12px;
    grid-template-columns: repeat(5, 1fr);
  }

  .kc-value-arrow {
    display: none;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .kc-platforms {
    overflow: hidden;
  }

  .kc-platforms h1 {
    font-size: clamp(39px, 12vw, 48px);
    letter-spacing: -0.045em;
    line-height: 1.02;
  }

  .kc-platforms h2 {
    font-size: clamp(34px, 10vw, 40px);
    line-height: 1.02;
  }

  .kc-platforms h3 {
    font-size: 22px;
  }

  .kc-platforms p {
    line-height: 22px;
  }

  .kc-shell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .kc-section,
  .kc-section--compact {
    padding-bottom: 78px;
    padding-top: 78px;
  }

  .kc-section--rule::before {
    width: calc(100% - 40px);
  }

  .kc-hero {
    padding-bottom: 88px;
    padding-top: 210px;
  }

  .kc-hero__grid {
    grid-template-columns: 1fr;
  }

  .kc-lead {
    font-size: 19px !important;
    margin-top: 25px !important;
  }

  .kc-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .kc-btn {
    justify-content: space-between;
    width: 100%;
  }

  .kc-hero__visual {
    min-height: auto;
    padding-top: 10px;
  }

  .kc-tech-map {
    max-width: 430px;
  }

  .kc-tech-label {
    font-size: 11px;
    min-height: 36px;
    min-width: 70px;
    padding: 0 10px;
  }

  .kc-tech-label--api { left: 2%; }
  .kc-tech-label--data { right: 2%; }

  .kc-tech-map__core {
    height: 126px;
    width: 126px;
  }

  .kc-tech-map__core strong {
    font-size: 15px;
  }

  .kc-human-grid,
  .kc-section-heading--split,
  .kc-traditional-grid,
  .kc-build-intro {
    grid-template-columns: 1fr;
  }

  .kc-human-grid,
  .kc-traditional-grid,
  .kc-build-intro {
    gap: 42px;
  }

  .kc-sticky-copy,
  .kc-decision-aside {
    position: static;
  }

  .kc-control-card {
    gap: 12px;
    grid-template-columns: 38px 1fr;
  }

  .kc-section-heading--split {
    align-items: start;
    gap: 15px;
  }

  .kc-section-heading--split > p {
    margin-top: 0;
  }

  .kc-platform-grid {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .kc-platform-card,
  .kc-platform-card:first-child {
    grid-column: auto;
    min-height: auto;
    padding: 24px;
  }

  .kc-platform-card__top {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 32px;
  }

  .kc-code-panel pre {
    padding: 26px 21px 30px;
  }

  .kc-code-panel code {
    font-size: 11px;
    line-height: 1.8;
  }

  .kc-decision-layout {
    gap: 28px;
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .kc-question-grid {
    grid-template-columns: 1fr;
  }

  .kc-question-grid li,
  .kc-question-grid li:nth-child(1),
  .kc-question-grid li:nth-child(2),
  .kc-question-grid li:nth-child(9),
  .kc-question-grid li:nth-child(10) {
    border-radius: 0;
  }

  .kc-question-grid li:first-child {
    border-radius: 14px 14px 0 0;
  }

  .kc-question-grid li:last-child {
    border-radius: 0 0 14px 14px;
  }

  .kc-decision-aside__mark {
    margin-bottom: 42px;
  }

  .kc-value-flow {
    gap: 10px;
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .kc-value-step {
    min-height: 130px;
  }

  .kc-value-step > span {
    margin-bottom: 27px;
  }

  .kc-answer-card {
    gap: 22px;
    grid-template-columns: 1fr;
    padding: 28px 24px;
  }

  .kc-answer-card__content h2 {
    font-size: 28px;
  }

  .kc-answer-card__signal {
    align-items: center;
    height: 40px;
    justify-content: flex-start;
  }

  .kc-answer-card__signal span,
  .kc-answer-card__signal span:nth-child(2),
  .kc-answer-card__signal span:nth-child(3),
  .kc-answer-card__signal span:nth-child(4),
  .kc-answer-card__signal span:nth-child(5) {
    height: 4px;
    transform-origin: left;
    width: 22px;
  }

  .kc-final-cta {
    padding-bottom: 84px;
    padding-top: 84px;
  }

  .kc-final-cta h2 {
    font-size: 42px;
    line-height: 1.02;
  }

  .kc-final-cta h2 + p {
    font-size: 18px;
  }

  .kc-final-cta__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .kc-final-cta__meta span::after {
    display: none;
  }
}

@media (max-width: 430px) {
  .kc-tech-label {
    min-width: auto;
  }

  .kc-tech-label--lovable { left: 12%; top: 11%; }
  .kc-tech-label--replit { right: 5%; top: 18%; }
  .kc-tech-label--bolt { bottom: 13%; right: 4%; }
  .kc-tech-label--github { bottom: 12%; left: 5%; }
  .kc-tech-label--api { left: 0; top: 47%; }
  .kc-tech-label--data { right: 0; top: 47%; }

  .kc-tech-map__caption {
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kc-platforms *,
  .kc-platforms *::before,
  .kc-platforms *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}/* End custom CSS */