.elementor-2894 .elementor-element.elementor-element-f9baaec{--display:flex;--margin-top:-10%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6248f4c *//* ==========================================================
   Kodcraft AI — Content Hub 3: Automation & Integrations
   Elementor-ready stylesheet
   Scoped to .kc-hub3 to minimize conflicts with Elementor.
   ========================================================== */

.kc-hub3 {
  --kc-accent: #C7F32F;
  --kc-accent-soft: rgba(199, 243, 47, 0.12);
  --kc-black: #070707;
  --kc-black-2: #0b0b0c;
  --kc-charcoal: #111214;
  --kc-charcoal-2: #17181b;
  --kc-card: #131416;
  --kc-card-2: #181a1d;
  --kc-text: #f3f4ef;
  --kc-muted: #a8aaa5;
  --kc-muted-2: #7c7f79;
  --kc-line: rgba(255, 255, 255, 0.10);
  --kc-line-strong: rgba(255, 255, 255, 0.17);
  --kc-shell: 1240px;
  --kc-radius-sm: 14px;
  --kc-radius: 20px;
  --kc-radius-lg: 28px;
  --kc-shadow: 0 26px 80px rgba(0, 0, 0, 0.24);
  position: relative;
  width: 100%;
  overflow: clip;
  background: var(--kc-black);
  color: var(--kc-text);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3125;
  isolation: isolate;
}

.kc-hub3 *,
.kc-hub3 *::before,
.kc-hub3 *::after {
  box-sizing: border-box;
}

.kc-hub3 :where(h1, h2, h3, p, ul, ol, blockquote, figure) {
  margin-top: 0;
}

.kc-hub3 h1,
.kc-hub3 h2,
.kc-hub3 h3 {
  color: var(--kc-text);
  font-family: "Syne", Arial, sans-serif;
  text-wrap: balance;
}

.kc-hub3 h1 {
  margin-bottom: 24px;
  font-size: clamp(46px, 5vw, 60px);
  font-weight: 700;
  line-height: 1.08 !important;
  letter-spacing: -0.04em;
}

.kc-hub3 h2 {
  margin-bottom: 22px;
  font-size: clamp(36px, 4vw, 44px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.035em;
}

.kc-hub3 h3 {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.kc-hub3 p,
.kc-hub3 li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.kc-hub3 p {
  color: var(--kc-muted);
  margin-bottom: 18px;
}

.kc-hub3 strong {
  color: var(--kc-text);
  font-weight: 600;
}

.kc-hub3 a {
  color: inherit;
  text-decoration: none;
}

.kc-hub3 a:focus-visible,
.kc-hub3 summary:focus-visible {
  outline: 2px solid var(--kc-accent);
  outline-offset: 4px;
  border-radius: 6px;
}

.kc-shell {
  width: min(calc(100% - 48px), var(--kc-shell));
  margin: 0 auto;
}

.kc-section {
  position: relative;
  padding: 110px 0;
  background: var(--kc-black);
}

.kc-section-charcoal {
  background: var(--kc-charcoal);
}

.kc-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.36;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.kc-section > .kc-shell {
  position: relative;
  z-index: 1;
}

.kc-eyebrow,
.kc-mini-label,
.kc-resource-kicker,
.kc-compare-type,
.kc-decision-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--kc-accent) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.kc-eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
}

.kc-muted {
  color: var(--kc-muted-2) !important;
}

.kc-lead-text {
  max-width: 600px;
  font-size: 18px !important;
  line-height: 1.55 !important;
}

/* Hero */
.kc-hero {
  min-height: 92vh;
  padding: 170px 0 120px;
  background:
    radial-gradient(circle at 83% 18%, rgba(199, 243, 47, 0.08), transparent 31%),
    radial-gradient(circle at 10% 74%, rgba(199, 243, 47, 0.04), transparent 24%),
    var(--kc-black);
}

.kc-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 76px;
  color: var(--kc-muted-2);
  font-size: 13px;
}

.kc-breadcrumb a {
  transition: color .25s ease;
}

.kc-breadcrumb a:hover {
  color: var(--kc-accent);
}

.kc-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: clamp(54px, 6vw, 96px);
  align-items: center;
}

.kc-hero-copy {
  max-width: 700px;
}

.kc-hero-subtitle {
  max-width: 650px;
  margin-bottom: 30px !important;
  color: #cfd0ca !important;
  font-size: clamp(25px, 2.7vw, 34px) !important;
  line-height: 1.12 !important;
  font-weight: 600 !important;
  letter-spacing: -0.03em !important;
}

.kc-prose-lead p:first-child {
  color: #d7d8d2;
  font-size: 18px;
  line-height: 1.58;
}

.kc-prose {
  max-width: 760px;
}

.kc-prose a,
.kc-section-note a,
.kc-inline-callout a {
  color: var(--kc-accent);
  text-decoration: underline;
  text-decoration-color: rgba(199, 243, 47, .45);
  text-underline-offset: 4px;
}

.kc-hero-actions,
.kc-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.kc-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: transform .25s ease, border-color .25s ease, background .25s ease, color .25s ease;
}

.kc-btn span {
  display: inline-block;
  transition: transform .25s ease;
}

.kc-btn:hover {
  transform: translateY(-2px);
}

.kc-btn:hover span {
  transform: translateX(3px);
}

.kc-btn-primary {
  background: var(--kc-accent);
  color: #0a0a0a !important;
  box-shadow: 0 12px 34px rgba(199, 243, 47, .12);
}

.kc-btn-primary:hover {
  background: #d3ff38;
}

.kc-btn-secondary {
  border-color: var(--kc-line-strong);
  background: rgba(255, 255, 255, .025);
  color: var(--kc-text) !important;
}

.kc-btn-secondary:hover {
  border-color: rgba(199, 243, 47, .42);
  background: rgba(199, 243, 47, .04);
}

.kc-trust-note {
  margin-top: 18px !important;
  margin-bottom: 0 !important;
  color: var(--kc-muted-2) !important;
  font-size: 13px !important;
}

/* Hero SVG visual */
.kc-hero-visual {
  position: relative;
  min-height: 610px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--kc-line);
  border-radius: var(--kc-radius-lg);
  background: linear-gradient(145deg, #111315, #0b0c0d 72%);
  box-shadow: var(--kc-shadow);
}

.kc-hero-visual::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  top: -100px;
  right: -80px;
  border-radius: 50%;
  background: rgba(199, 243, 47, .08);
  filter: blur(56px);
}

.kc-visual-topline,
.kc-visual-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--kc-muted-2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.kc-live-dot {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.kc-live-dot i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--kc-accent);
  box-shadow: 0 0 0 6px rgba(199, 243, 47, .08);
}

.kc-workflow-svg {
  display: block;
  width: 100%;
  height: auto;
  margin: 12px 0 2px;
}

.kc-svg-node rect {
  fill: #17191c;
  stroke: rgba(255,255,255,.11);
  stroke-width: 1.4;
}

.kc-svg-node-main rect {
  fill: #1a1c1f;
  stroke: rgba(199,243,47,.34);
}

.kc-svg-node text {
  fill: #f1f2ed;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.kc-svg-node .kc-svg-muted {
  fill: #7d807a;
  font-size: 12px;
  font-weight: 500;
}

.kc-svg-accent {
  fill: var(--kc-accent);
}

.kc-flow-line {
  fill: none;
  stroke: url(#kc-line-grad);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-dasharray: 9 11;
  animation: kcDash 8s linear infinite;
}

.kc-flow-line-delay {
  animation-delay: -3s;
}

.kc-flow-line-soft {
  stroke: rgba(199,243,47,.32);
  stroke-width: 1.2;
}

.kc-flow-pulse {
  fill: var(--kc-accent);
  animation: kcPulse 2.8s ease-in-out infinite;
}

.kc-flow-pulse-delay {
  animation-delay: 1.2s;
}

.kc-visual-footer {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.kc-visual-footer span {
  padding: 7px 9px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.02);
}

/* Reusable heading */
.kc-section-heading {
  max-width: 860px;
  margin-bottom: 54px;
}

.kc-section-heading > p:last-child {
  max-width: 700px;
  font-size: 18px;
  line-height: 1.55;
}

.kc-section-heading-split {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 60px;
  align-items: end;
  max-width: none;
}

.kc-section-heading-split > p {
  max-width: 420px;
  margin-bottom: 10px;
}

.kc-section-heading-numbered {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  max-width: 900px;
}

.kc-big-number {
  color: rgba(199, 243, 47, .2);
  font-family: "Syne", Arial, sans-serif;
  font-size: 86px;
  font-weight: 700;
  line-height: .8;
  letter-spacing: -.06em;
}

/* Definitions */
.kc-definition-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.kc-definition-card {
  position: relative;
  min-height: 260px;
  padding: 34px;
  border: 1px solid var(--kc-line);
  border-radius: var(--kc-radius);
  background: var(--kc-card);
  transition: transform .3s ease, border-color .3s ease;
}

.kc-definition-card:hover {
  transform: translateY(-4px);
  border-color: var(--kc-line-strong);
}

.kc-definition-card-accent {
  background: linear-gradient(145deg, rgba(199,243,47,.07), rgba(199,243,47,.015) 46%), var(--kc-card);
  border-color: rgba(199,243,47,.2);
}

.kc-card-index {
  position: absolute;
  top: 26px;
  right: 28px;
  color: var(--kc-muted-2);
  font-family: "Syne", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.kc-definition-card h3 {
  margin-top: 54px;
}

.kc-definition-card p {
  max-width: 510px;
}

.kc-definition-example {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--kc-line);
  color: #d5d6d0;
  font-size: 14px;
  line-height: 1.5;
}

.kc-flow-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 22px 0 34px;
  padding: 18px 20px;
  overflow-x: auto;
  border: 1px solid var(--kc-line);
  border-radius: var(--kc-radius-sm);
  background: #0d0e10;
  scrollbar-width: thin;
}

.kc-flow-strip span {
  flex: 0 0 auto;
  color: #dfe0da;
  font-size: 13px;
  font-weight: 700;
}

.kc-flow-strip i {
  flex: 0 0 auto;
  color: var(--kc-accent);
  font-style: normal;
}

.kc-quote-panel {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
  margin-top: 50px;
  padding: 34px 0;
  border-top: 1px solid var(--kc-line);
  border-bottom: 1px solid var(--kc-line);
}

.kc-quote-panel blockquote {
  margin-bottom: 0;
  color: var(--kc-text);
  font-family: "Syne", Arial, sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -.03em;
}

.kc-source-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 22px;
  padding-top: 28px;
}

.kc-source-label {
  color: var(--kc-muted-2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.kc-source-row a,
.kc-text-link {
  color: #d8d9d3;
  font-size: 14px;
  font-weight: 600;
  transition: color .25s ease;
}

.kc-source-row a:hover,
.kc-text-link:hover {
  color: var(--kc-accent);
}

/* Topic cards */
.kc-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.kc-topic-card {
  min-height: 280px;
  padding: 28px;
  border-top: 1px solid var(--kc-line-strong);
  border-bottom: 1px solid var(--kc-line);
  transition: transform .3s ease, border-color .3s ease;
}

.kc-topic-card:hover {
  transform: translateY(-5px);
  border-top-color: var(--kc-accent);
}

.kc-topic-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 52px;
  border: 1px solid rgba(199,243,47,.22);
  border-radius: 50%;
  background: rgba(199,243,47,.04);
}

.kc-topic-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: var(--kc-accent);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Featured */
.kc-featured-guide {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, .72fr);
  gap: 68px;
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid rgba(199,243,47,.22);
  border-radius: var(--kc-radius-lg);
  background:
    radial-gradient(circle at 90% 14%, rgba(199,243,47,.09), transparent 26%),
    linear-gradient(135deg, #151719 0%, #0f1012 100%);
  box-shadow: var(--kc-shadow);
}

.kc-featured-main h2 {
  max-width: 820px;
}

.kc-featured-intro {
  color: #d7d8d2 !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
}

.kc-featured-side {
  padding: 26px;
  align-self: stretch;
  border: 1px solid var(--kc-line);
  border-radius: var(--kc-radius);
  background: rgba(0,0,0,.18);
}

.kc-check-list {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.kc-check-list li {
  position: relative;
  padding-left: 24px;
  color: #d2d3cd;
  font-size: 14px;
}

.kc-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--kc-accent);
  font-weight: 800;
}

.kc-card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  color: var(--kc-accent);
  font-size: 14px;
  font-weight: 700;
}

.kc-card-link span {
  transition: transform .25s ease;
}

.kc-card-link-upcoming {
  color: #b5b7b0;
}

/* Editorial resource cards */
.kc-editorial-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
}

.kc-resource-card {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border: 1px solid var(--kc-line);
  border-radius: var(--kc-radius);
  background: var(--kc-card);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.kc-resource-card:nth-child(3) {
  grid-column: 2;
}

.kc-resource-card-large {
  grid-row: span 2;
  min-height: 578px;
  padding: 42px;
  background:
    linear-gradient(180deg, rgba(199,243,47,.055), transparent 42%),
    var(--kc-card);
}

.kc-resource-card-large h3 {
  margin-top: auto;
  font-size: clamp(30px, 3vw, 38px);
  line-height: 1.05;
}

.kc-resource-card:hover,
.kc-solve-card:hover,
.kc-compare-card:hover,
.kc-decision-card:hover {
  transform: translateY(-5px);
  border-color: rgba(199,243,47,.25);
  box-shadow: 0 18px 46px rgba(0,0,0,.2);
}

/* Automate first */
.kc-two-col {
  display: grid;
  gap: clamp(46px, 7vw, 96px);
  align-items: start;
}

.kc-two-col-wide-left {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr);
}

.kc-two-col-balanced {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kc-principle {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 38px;
  padding-top: 26px;
  border-top: 1px solid var(--kc-line);
}

.kc-principle-mark {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--kc-accent);
  color: #0a0a0a;
  font-size: 22px;
}

.kc-principle p {
  margin: 0;
  color: #dedfd9;
  font-family: "Syne", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.25;
}

.kc-signal-panel {
  padding: 28px;
  border: 1px solid var(--kc-line);
  border-radius: var(--kc-radius);
  background: #0d0e10;
}

.kc-signal-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.kc-signal-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid var(--kc-line);
  color: #d1d2cc;
  font-size: 14px;
}

.kc-signal-list li:last-child {
  border-bottom: 0;
}

.kc-signal-list span {
  color: var(--kc-accent);
  font-family: "Syne", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

/* Problem cards */
.kc-problem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.kc-problem-card {
  position: relative;
  min-height: 290px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--kc-line);
  border-radius: var(--kc-radius);
  background: var(--kc-card);
}

.kc-problem-card-wide {
  grid-column: span 2;
}

.kc-problem-no {
  display: inline-block;
  margin-bottom: 74px;
  color: var(--kc-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.kc-problem-card p {
  max-width: 520px;
}

.kc-status-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.kc-status-cloud span {
  padding: 7px 10px;
  border: 1px solid rgba(199,243,47,.16);
  border-radius: 999px;
  background: rgba(199,243,47,.04);
  color: #d5d6d0;
  font-size: 11px;
  font-weight: 700;
}

.kc-mini-flow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  color: #d8d9d3;
  font-size: 12px;
  font-weight: 700;
}

.kc-mini-flow span {
  padding: 7px 9px;
  border: 1px solid var(--kc-line);
  border-radius: 8px;
}

.kc-mini-flow i {
  color: var(--kc-accent);
  font-style: normal;
}

/* Solve */
.kc-solve-grid {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 18px;
}

.kc-solve-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  border: 1px solid var(--kc-line);
  border-radius: var(--kc-radius);
  background: #0c0d0f;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.kc-solve-card h3 {
  max-width: 560px;
  margin-top: 20px;
  font-size: clamp(27px, 3vw, 34px);
  line-height: 1.05;
}

.kc-solve-card-accent {
  background:
    radial-gradient(circle at 100% 0, rgba(199,243,47,.09), transparent 38%),
    #0c0d0f;
}

/* Compare */
.kc-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.kc-compare-card {
  min-height: 380px;
  padding: 34px;
  border: 1px solid var(--kc-line);
  border-radius: var(--kc-radius);
  background: var(--kc-card);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.kc-compare-labels {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 70px;
}

.kc-compare-labels span {
  padding: 7px 10px;
  border: 1px solid var(--kc-line);
  border-radius: 999px;
  color: #d9dad4;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.kc-compare-labels i {
  color: var(--kc-accent);
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
}

.kc-compare-card h3 {
  max-width: 560px;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.05;
}

/* Existing tools */
.kc-example-stack {
  display: grid;
  gap: 14px;
  padding-top: 12px;
}

.kc-example-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 22px;
  border: 1px solid var(--kc-line);
  border-radius: var(--kc-radius-sm);
  background: #0c0d0f;
}

.kc-example-flow span {
  padding: 9px 11px;
  border: 1px solid var(--kc-line);
  border-radius: 9px;
  color: #dbdcd6;
  font-size: 12px;
  font-weight: 700;
}

.kc-example-flow i {
  color: var(--kc-accent);
  font-style: normal;
}

.kc-example-flow-accent {
  border-color: rgba(199,243,47,.2);
  background: rgba(199,243,47,.025);
}

/* Steps */
.kc-step-list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--kc-line);
}

.kc-step-list li {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 26px;
  padding: 30px 0;
  border-bottom: 1px solid var(--kc-line);
  transition: padding-left .3s ease, border-color .3s ease;
}

.kc-step-list li:hover {
  padding-left: 10px;
  border-color: rgba(199,243,47,.25);
}

.kc-step-number {
  color: var(--kc-accent);
  font-family: "Syne", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.kc-step-list h3 {
  margin-bottom: 9px;
}

.kc-step-list p {
  max-width: 820px;
  margin-bottom: 0;
}

/* API / Webhooks */
.kc-tech-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.kc-tech-card {
  min-height: 500px;
  padding: 40px;
  border: 1px solid var(--kc-line);
  border-radius: var(--kc-radius-lg);
  background: #0c0d0f;
}

.kc-tech-card-offset {
  margin-top: 76px;
  margin-bottom: -76px;
  background:
    radial-gradient(circle at 80% 12%, rgba(199,243,47,.07), transparent 30%),
    #0c0d0f;
}

.kc-tech-card p {
  max-width: 600px;
}

.kc-code-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 34px 0 24px;
}

.kc-code-flow code {
  padding: 10px 12px;
  border: 1px solid var(--kc-line);
  border-radius: 9px;
  background: #17191c;
  color: #dfe0da;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
}

.kc-code-flow span {
  color: var(--kc-accent);
}

/* AI */
.kc-ai-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 52px;
}

.kc-ai-use-card {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  border: 1px solid var(--kc-line);
  border-radius: var(--kc-radius);
  background: var(--kc-card);
}

.kc-ai-task-cloud {
  position: relative;
  display: flex;
  min-height: 390px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 12px;
  padding: 40px;
  overflow: hidden;
  border: 1px solid var(--kc-line);
  border-radius: 50% 50% 22% 22% / 35% 35% 22% 22%;
  background: radial-gradient(circle at center, rgba(199,243,47,.08), transparent 52%), #0c0d0f;
}

.kc-ai-task-cloud::before {
  content: "AI";
  position: absolute;
  color: rgba(199,243,47,.06);
  font-family: "Syne", Arial, sans-serif;
  font-size: 150px;
  font-weight: 700;
  letter-spacing: -.08em;
}

.kc-ai-task-cloud span {
  position: relative;
  z-index: 1;
  padding: 10px 14px;
  border: 1px solid rgba(199,243,47,.17);
  border-radius: 999px;
  background: rgba(13,14,16,.78);
  color: #e0e1db;
  font-size: 12px;
  font-weight: 700;
  animation: kcFloat 5s ease-in-out infinite;
}

.kc-ai-task-cloud span:nth-child(2) { animation-delay: -.8s; }
.kc-ai-task-cloud span:nth-child(3) { animation-delay: -1.6s; }
.kc-ai-task-cloud span:nth-child(4) { animation-delay: -2.4s; }
.kc-ai-task-cloud span:nth-child(5) { animation-delay: -3.2s; }
.kc-ai-task-cloud span:nth-child(6) { animation-delay: -4s; }

.kc-rule-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--kc-line);
  border-radius: var(--kc-radius);
}

.kc-rule-compare article {
  padding: 34px;
  background: #0f1012;
}

.kc-rule-compare article + article {
  border-left: 1px solid var(--kc-line);
}

.kc-rule-compare-ai {
  background: linear-gradient(145deg, rgba(199,243,47,.055), transparent 45%), #0f1012 !important;
}

.kc-compare-type {
  margin-bottom: 34px;
}

.kc-section-note {
  max-width: 860px;
  margin: 30px 0 0 !important;
  padding-left: 18px;
  border-left: 2px solid var(--kc-accent);
}

/* Not right answer */
.kc-not-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--kc-line);
}

.kc-not-list > div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  align-items: start;
  padding: 15px 0;
  border-bottom: 1px solid var(--kc-line);
}

.kc-not-list span {
  color: var(--kc-accent);
  font-size: 18px;
  line-height: 1.2;
}

.kc-not-list p {
  margin: 0;
  color: #d2d3cd;
  font-size: 14px;
}

.kc-inline-callout {
  margin-top: 58px;
  padding: 28px 30px;
  border: 1px solid rgba(199,243,47,.2);
  border-radius: var(--kc-radius-sm);
  background: rgba(199,243,47,.035);
  color: #d9dad4;
  font-size: 15px;
  line-height: 1.6;
}

/* Decision */
.kc-decision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.kc-decision-card {
  min-height: 270px;
  padding: 30px;
  border: 1px solid var(--kc-line);
  border-radius: var(--kc-radius);
  background: var(--kc-card);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.kc-decision-card-wide {
  grid-column: 1 / -1;
  min-height: auto;
  background: linear-gradient(100deg, rgba(199,243,47,.065), transparent 42%), var(--kc-card);
}

.kc-decision-card h3 {
  margin-top: 70px;
  max-width: 720px;
}

.kc-decision-card-wide h3 {
  max-width: 930px;
  margin-top: 30px;
  font-size: clamp(26px, 3vw, 34px);
}

/* Service bridge */
.kc-service-bridge {
  background:
    radial-gradient(circle at 80% 30%, rgba(199,243,47,.10), transparent 34%),
    #0b0c0d;
}

.kc-service-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .75fr);
  gap: 70px;
  align-items: start;
}

.kc-service-copy {
  max-width: 760px;
}

.kc-service-list-wrap {
  padding: 30px;
  border: 1px solid rgba(199,243,47,.2);
  border-radius: var(--kc-radius);
  background: rgba(199,243,47,.03);
}

.kc-service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.kc-service-list li {
  position: relative;
  padding: 10px 0 10px 18px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  color: #d3d4ce;
  font-size: 13px;
}

.kc-service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--kc-accent);
}

.kc-related-service-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 70px;
  border-top: 1px solid var(--kc-line);
  border-bottom: 1px solid var(--kc-line);
}

.kc-related-service-links a {
  position: relative;
  display: flex;
  min-height: 180px;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border-right: 1px solid var(--kc-line);
  transition: background .3s ease, transform .3s ease;
}

.kc-related-service-links a:last-child {
  border-right: 0;
}

.kc-related-service-links a:hover {
  background: rgba(199,243,47,.035);
}

.kc-related-service-links strong {
  font-family: "Syne", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.1;
}

.kc-related-service-links span {
  color: var(--kc-muted);
  font-size: 13px;
  line-height: 1.5;
}

/* FAQ */
.kc-faq-shell {
  display: grid;
  grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
}

.kc-faq-intro {
  position: sticky;
  top: 32px;
}

.kc-faq-list {
  border-top: 1px solid var(--kc-line);
}

.kc-faq-list details {
  border-bottom: 1px solid var(--kc-line);
}

.kc-faq-list summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  gap: 18px;
  align-items: center;
  padding: 24px 0;
  cursor: pointer;
  color: var(--kc-text);
  font-family: "Syne", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  list-style: none;
}

.kc-faq-list summary::-webkit-details-marker {
  display: none;
}

.kc-faq-list summary span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--kc-line);
  border-radius: 50%;
  color: var(--kc-accent);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: transform .3s ease, background .3s ease;
}

.kc-faq-list details[open] summary span {
  transform: rotate(45deg);
  background: rgba(199,243,47,.06);
}

.kc-faq-list details > div {
  padding: 0 54px 24px 0;
}

.kc-faq-list details > div p {
  margin: 0;
}

/* Related hubs */
.kc-hub-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.kc-hub-link-grid a {
  position: relative;
  display: grid;
  min-height: 190px;
  grid-template-columns: 1fr auto;
  align-content: space-between;
  gap: 20px;
  padding: 28px;
  border: 1px solid var(--kc-line);
  border-radius: var(--kc-radius);
  background: var(--kc-card);
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}

.kc-hub-link-grid a:hover {
  transform: translateY(-4px);
  border-color: rgba(199,243,47,.28);
  background: #17191b;
}

.kc-hub-link-grid a > span {
  grid-column: 1 / -1;
  color: var(--kc-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.kc-hub-link-grid strong {
  max-width: 480px;
  font-family: "Syne", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.08;
}

.kc-hub-link-grid i {
  align-self: end;
  color: var(--kc-accent);
  font-style: normal;
}

/* Latest placeholder */
.kc-latest {
  background: #090a0b;
}

.kc-latest-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.kc-latest-placeholder {
  min-height: 250px;
  padding: 26px;
  border: 1px dashed rgba(255,255,255,.15);
  border-radius: var(--kc-radius);
  background: rgba(255,255,255,.015);
}

.kc-latest-placeholder > span {
  display: inline-block;
  margin-bottom: 76px;
  color: var(--kc-muted-2);
  font-family: "Syne", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.kc-latest-placeholder small {
  display: block;
  margin-bottom: 10px;
  color: var(--kc-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.kc-latest-placeholder h3 {
  color: #9b9e98;
  font-size: 20px;
}

/* CTA */
.kc-final-cta {
  padding: 100px 0;
  background: #0a0b0c;
}

.kc-cta-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 54px;
  align-items: center;
  min-height: 600px;
  padding: clamp(38px, 6vw, 74px);
  overflow: hidden;
  border: 1px solid rgba(199,243,47,.22);
  border-radius: 32px;
  background:
    radial-gradient(circle at 78% 50%, rgba(199,243,47,.09), transparent 34%),
    linear-gradient(135deg, #151719 0%, #0d0e10 70%);
  box-shadow: var(--kc-shadow);
}

.kc-cta-copy {
  position: relative;
  z-index: 3;
  max-width: 760px;
}

.kc-cta-copy h2 {
  max-width: 760px;
}

.kc-cta-orbit {
  position: relative;
  width: min(100%, 410px);
  aspect-ratio: 1;
  margin-inline: auto;
}

.kc-orbit-core {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border-radius: 50%;
  background: var(--kc-accent);
  color: #0a0a0a;
  font-family: "Syne", Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 18px rgba(199,243,47,.035), 0 0 70px rgba(199,243,47,.12);
}

.kc-orbit-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(199,243,47,.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.kc-orbit-ring-one {
  width: 250px;
  height: 250px;
  animation: kcSpin 18s linear infinite;
}

.kc-orbit-ring-two {
  width: 390px;
  height: 390px;
  border-style: dashed;
  border-color: rgba(255,255,255,.10);
  animation: kcSpinReverse 28s linear infinite;
}

.kc-orbit-node {
  position: absolute;
  display: grid;
  width: 64px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(199,243,47,.22);
  border-radius: 999px;
  background: #111315;
  color: #dcded7;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}

.kc-node-one { top: 6%; left: 43%; }
.kc-node-two { top: 46%; right: -2%; }
.kc-node-three { bottom: 4%; left: 44%; }
.kc-node-four { top: 46%; left: -2%; }

/* Motion */
@keyframes kcDash {
  to { stroke-dashoffset: -160; }
}

@keyframes kcPulse {
  0%, 100% { opacity: .4; transform: scale(.85); transform-origin: center; }
  50% { opacity: 1; transform: scale(1.45); transform-origin: center; }
}

@keyframes kcFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes kcSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes kcSpinReverse {
  from { transform: translate(-50%, -50%) rotate(360deg); }
  to { transform: translate(-50%, -50%) rotate(0deg); }
}

/* Tablet */
@media (max-width: 1024px) {
  .kc-section {
    padding: 88px 0;
  }

  .kc-hero {
    min-height: auto;
    padding-bottom: 96px;
  }

  .kc-breadcrumb {
    margin-bottom: 54px;
  }

  .kc-hero-grid,
  .kc-service-grid,
  .kc-faq-shell {
    grid-template-columns: 1fr;
  }

  .kc-hero-visual {
    min-height: 0;
    max-width: 720px;
  }

  .kc-section-heading-split {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .kc-section-heading-split > p {
    max-width: 700px;
  }

  .kc-topic-grid,
  .kc-problem-grid,
  .kc-related-service-links,
  .kc-latest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kc-problem-card-wide {
    grid-column: span 1;
  }

  .kc-featured-guide {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .kc-two-col-wide-left,
  .kc-ai-layout {
    grid-template-columns: 1fr;
  }

  .kc-ai-task-cloud {
    min-height: 300px;
    border-radius: var(--kc-radius-lg);
  }

  .kc-tech-card-offset {
    margin-top: 40px;
    margin-bottom: -40px;
  }

  .kc-related-service-links a:nth-child(2) {
    border-right: 0;
  }

  .kc-related-service-links a:nth-child(-n+2) {
    border-bottom: 1px solid var(--kc-line);
  }

  .kc-faq-intro {
    position: static;
    max-width: 760px;
  }

  .kc-cta-inner {
    grid-template-columns: 1fr;
  }

  .kc-cta-orbit {
    width: min(100%, 360px);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .kc-shell {
    width: min(calc(100% - 32px), var(--kc-shell));
  }

  .kc-section {
    padding: 72px 0;
  }

  .kc-section::before {
    background-size: 36px 36px;
  }

  .kc-hero {
    padding: 28px 0 76px;
  }

  .kc-breadcrumb {
    margin-bottom: 42px;
    font-size: 12px;
  }

  .kc-hub3 h1 {
    font-size: clamp(40px, 12vw, 50px);
  }

  .kc-hub3 h2 {
    font-size: clamp(32px, 9.5vw, 40px);
    line-height: 1.03;
  }

  .kc-hub3 h3 {
    font-size: 22px;
  }

  .kc-hero-subtitle {
    font-size: 25px !important;
  }

  .kc-prose-lead p:first-child,
  .kc-section-heading > p:last-child,
  .kc-lead-text,
  .kc-featured-intro {
    font-size: 16px !important;
  }

  .kc-hero-actions,
  .kc-cta-actions {
    display: grid;
  }

  .kc-btn {
    width: 100%;
  }

  .kc-hero-visual {
    padding: 16px;
    border-radius: 22px;
  }

  .kc-workflow-svg {
    min-width: 520px;
    width: 520px;
    transform: scale(.72);
    transform-origin: left center;
    margin-right: -145px;
    margin-bottom: -60px;
  }

  .kc-visual-footer {
    display: none;
  }

  .kc-section-heading,
  .kc-section-heading-split,
  .kc-section-heading-numbered {
    margin-bottom: 40px;
  }

  .kc-section-heading-numbered {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .kc-big-number {
    font-size: 54px;
  }

  .kc-definition-grid,
  .kc-topic-grid,
  .kc-editorial-grid,
  .kc-solve-grid,
  .kc-compare-grid,
  .kc-two-col-balanced,
  .kc-tech-grid,
  .kc-rule-compare,
  .kc-decision-grid,
  .kc-service-list,
  .kc-related-service-links,
  .kc-hub-link-grid,
  .kc-latest-grid {
    grid-template-columns: 1fr;
  }

  .kc-definition-card,
  .kc-resource-card,
  .kc-solve-card,
  .kc-compare-card,
  .kc-tech-card,
  .kc-ai-use-card,
  .kc-decision-card {
    min-height: 0;
    padding: 26px;
  }

  .kc-definition-card h3,
  .kc-decision-card h3 {
    margin-top: 42px;
  }

  .kc-resource-card-large {
    grid-row: auto;
    min-height: 0;
  }

  .kc-resource-card:nth-child(3) {
    grid-column: auto;
  }

  .kc-quote-panel {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .kc-quote-panel blockquote {
    font-size: 25px;
  }

  .kc-flow-strip {
    justify-content: flex-start;
  }

  .kc-topic-card {
    min-height: 0;
    padding: 26px 6px 28px;
  }

  .kc-topic-icon,
  .kc-problem-no,
  .kc-compare-labels {
    margin-bottom: 36px;
  }

  .kc-featured-guide {
    padding: 28px;
  }

  .kc-problem-grid {
    grid-template-columns: 1fr;
  }

  .kc-problem-card,
  .kc-problem-card-wide {
    grid-column: auto;
    min-height: 0;
    padding: 26px;
  }

  .kc-step-list li {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 24px 0;
  }

  .kc-tech-card-offset {
    margin: 0;
  }

  .kc-ai-task-cloud {
    min-height: 260px;
    padding: 28px 20px;
  }

  .kc-rule-compare article + article {
    border-left: 0;
    border-top: 1px solid var(--kc-line);
  }

  .kc-service-grid {
    gap: 38px;
  }

  .kc-related-service-links a {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--kc-line);
  }

  .kc-related-service-links a:last-child {
    border-bottom: 0;
  }

  .kc-faq-list summary {
    font-size: 18px;
  }

  .kc-faq-list details > div {
    padding-right: 0;
  }

  .kc-cta-inner {
    min-height: 0;
    padding: 30px 24px 42px;
    border-radius: 24px;
  }

  .kc-cta-orbit {
    width: min(100%, 300px);
    margin-top: 20px;
  }

  .kc-orbit-ring-one {
    width: 190px;
    height: 190px;
  }

  .kc-orbit-ring-two {
    width: 290px;
    height: 290px;
  }

  .kc-orbit-core {
    width: 78px;
    height: 78px;
    font-size: 32px;
  }

  .kc-node-two { right: -5%; }
  .kc-node-four { left: -5%; }
}

@media (max-width: 420px) {
  .kc-shell {
    width: min(calc(100% - 24px), var(--kc-shell));
  }

  .kc-section {
    padding: 62px 0;
  }

  .kc-workflow-svg {
    transform: scale(.64);
    margin-right: -185px;
    margin-bottom: -90px;
  }

  .kc-example-flow,
  .kc-flow-strip {
    padding: 16px;
  }

  .kc-source-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .kc-orbit-node {
    width: 55px;
    height: 31px;
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kc-hub3 *,
  .kc-hub3 *::before,
  .kc-hub3 *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}/* End custom CSS */