.elementor-2746 .elementor-element.elementor-element-537cea0{--display:flex;--margin-top:-8%;--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-acb4c58 *//* ==========================================================
   KODCRAFT AI - SERVICES ARCHIVE
   Elementor-ready stylesheet
   Fonts are declared but not imported so Elementor/site-level
   font loading can remain optimized.
   ========================================================== */

.kc-services-page {
  --kc-lime: #C7F32F;
  --kc-lime-soft: rgba(199, 243, 47, 0.12);
  --kc-black: #070807;
  --kc-black-2: #0b0d0b;
  --kc-charcoal: #101310;
  --kc-charcoal-2: #151815;
  --kc-card: #111411;
  --kc-text: #f2f3ed;
  --kc-muted: #a6ada2;
  --kc-border: rgba(255, 255, 255, 0.10);
  --kc-border-strong: rgba(255, 255, 255, 0.18);
  --kc-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
  --kc-radius-sm: 14px;
  --kc-radius: 20px;
  --kc-radius-lg: 28px;
  --kc-container: 1240px;
  --kc-section-space: clamp(84px, 9vw, 144px);

  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--kc-black);
  color: var(--kc-text);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.kc-services-page *,
.kc-services-page *::before,
.kc-services-page *::after {
  box-sizing: border-box;
}

.kc-services-page :where(h1, h2, h3, p, ul, ol, blockquote) {
  margin-top: 0;
}

.kc-services-page :where(a, button, summary) {
  -webkit-tap-highlight-color: transparent;
}

.kc-services-page a {
  color: inherit;
}

.kc-services-page h1,
.kc-services-page h2,
.kc-services-page h3 {
  font-family: "Syne", Arial, sans-serif;
  color: var(--kc-text);
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.kc-services-page h1 {
  margin-bottom: 26px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.08em !important;
}

.kc-services-page h2 {
  margin-bottom: 24px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1em;
}

.kc-services-page h3 {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
}

.kc-services-page p,
.kc-services-page li {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.kc-services-page p {
  margin-bottom: 16px;
  color: var(--kc-muted);
}

.kc-services-page strong {
  color: var(--kc-text);
  font-weight: 600;
}

.kc-container {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 48px), var(--kc-container));
  margin-inline: auto;
}

.kc-section {
  position: relative;
  padding-block: var(--kc-section-space);
  background: var(--kc-black);
}

.kc-section-alt {
  background: var(--kc-black-2);
}

.kc-section-accented {
  background:
    linear-gradient(90deg, rgba(199, 243, 47, 0.055) 0, rgba(199, 243, 47, 0.00) 38%),
    var(--kc-black);
  border-block: 1px solid rgba(199, 243, 47, 0.12);
}

.kc-accent {
  color: var(--kc-lime);
}

.kc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px !important;
  color: #d8dccf !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kc-eyebrow > span {
  display: inline-block;
  width: 26px;
  height: 1px;
  background: var(--kc-lime);
  box-shadow: 0 0 16px rgba(199, 243, 47, 0.35);
}

.kc-lead {
  color: var(--kc-text) !important;
  font-size: 19px !important;
  line-height: 27px !important;
}

/* Buttons */
.kc-actions,
.kc-final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.kc-actions {
  margin-top: 34px;
}

.kc-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 19px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  transition: transform 260ms ease, border-color 260ms ease, background 260ms ease, color 260ms ease, box-shadow 260ms ease;
}

.kc-btn span,
.kc-text-link span,
.kc-card-links span {
  display: inline-block;
  transition: transform 240ms ease;
}

.kc-btn:hover span,
.kc-text-link:hover span,
.kc-card-links a:hover span {
  transform: translateX(4px);
}

.kc-btn:hover {
  transform: translateY(-2px);
}

.kc-btn-primary {
  background: var(--kc-lime);
  color: #090b08 !important;
  box-shadow: 0 10px 32px rgba(199, 243, 47, 0.10);
}

.kc-btn-primary:hover {
  background: #d3ff3a;
  box-shadow: 0 14px 38px rgba(199, 243, 47, 0.18);
}

.kc-btn-secondary {
  border-color: var(--kc-border-strong);
  background: rgba(255, 255, 255, 0.025);
  color: var(--kc-text) !important;
}

.kc-btn-secondary:hover {
  border-color: rgba(199, 243, 47, 0.48);
  background: rgba(199, 243, 47, 0.045);
}

.kc-btn:focus-visible,
.kc-text-link:focus-visible,
.kc-card-links a:focus-visible,
.kc-services-page summary:focus-visible {
  outline: 2px solid var(--kc-lime);
  outline-offset: 4px;
}

/* Hero */
.kc-hero {
  min-height: 760px;
  display: flex;
  align-items: center;
  padding-top: clamp(110px, 10vw, 168px);
  padding-bottom: clamp(92px, 9vw, 140px);
  isolation: isolate;
}

.kc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 85%);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 85%);
}

.kc-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.23fr) minmax(360px, 0.77fr);
  gap: clamp(54px, 7vw, 104px);
  align-items: center;
}

.kc-hero-copy {
  max-width: 770px;
}

.kc-hero-kicker {
  max-width: 680px;
  margin-bottom: 28px !important;
  color: #d7dbd2 !important;
  font-size: 26px !important;
  line-height: 1.05 !important;
  letter-spacing: -0.025em !important;
}

.kc-orbit {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(199, 243, 47, 0.13);
  border-radius: 50%;
  pointer-events: none;
}

.kc-orbit-a {
  width: 520px;
  height: 520px;
  top: 45px;
  right: -210px;
}

.kc-orbit-b {
  width: 340px;
  height: 340px;
  top: 136px;
  right: -120px;
  border-color: rgba(255, 255, 255, 0.07);
}

.kc-hero-panel {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid var(--kc-border);
  border-radius: var(--kc-radius-lg);
  background:
    radial-gradient(circle at 55% 44%, rgba(199, 243, 47, 0.09), transparent 31%),
    linear-gradient(160deg, #151915, #0c0f0c 72%);
  box-shadow: var(--kc-shadow);
}

.kc-panel-topline {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--kc-border);
  color: #c9cec4;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kc-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--kc-lime);
  box-shadow: 0 0 18px rgba(199, 243, 47, 0.55);
}

.kc-panel-index {
  color: #6f776b;
}

.kc-hero-visual {
  position: relative;
  height: 310px;
  margin: 18px 0 10px;
}

.kc-hero-visual::before,
.kc-hero-visual::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.kc-hero-visual::before {
  width: 230px;
  height: 230px;
}

.kc-hero-visual::after {
  width: 150px;
  height: 150px;
  border-color: rgba(199,243,47,.18);
}

.kc-visual-core,
.kc-node {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 1px solid var(--kc-border-strong);
  background: #101310;
  font-family: "Syne", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.kc-visual-core {
  left: 50%;
  top: 50%;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: var(--kc-lime);
  color: #080a07;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 10px rgba(199, 243, 47, 0.035), 0 0 46px rgba(199, 243, 47, 0.11);
}

.kc-node {
  min-width: 58px;
  min-height: 36px;
  padding: 8px 10px;
  border-radius: 999px;
  color: #d5d9d0;
  font-size: 10px;
}

.kc-node-app { left: 7%; top: 25%; }
.kc-node-auto { right: 6%; top: 19%; }
.kc-node-web { left: 3%; bottom: 24%; }
.kc-node-ai { right: 9%; bottom: 19%; }
.kc-node-mvp { left: 50%; bottom: 3%; transform: translateX(-50%); }

.kc-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--kc-border);
  border-radius: var(--kc-radius-sm);
  background: var(--kc-border);
}

.kc-proof-grid > div {
  min-height: 72px;
  padding: 14px;
  background: #0e110e;
}

.kc-proof-label {
  display: block;
  margin-bottom: 7px;
  color: #747d71;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.kc-proof-grid strong {
  font-family: "Syne", Arial, sans-serif;
  font-size: 14px;
}

/* Shared section heading */
.kc-section-heading {
  margin-bottom: clamp(46px, 5vw, 72px);
}

.kc-heading-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.52fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: end;
}

.kc-heading-split > p {
  max-width: 520px;
  margin: 0 0 7px auto;
}

/* Service bento */
.kc-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.kc-service-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid var(--kc-border);
  border-radius: var(--kc-radius);
  background: linear-gradient(145deg, rgba(255,255,255,.018), transparent 55%), var(--kc-card);
  transition: transform 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

.kc-service-card::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  top: -76px;
  right: -66px;
  border: 1px solid rgba(199, 243, 47, 0.09);
  border-radius: 50%;
  transition: transform 420ms ease, border-color 300ms ease;
}

.kc-service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(199, 243, 47, 0.27);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
}

.kc-service-card:hover::before {
  transform: scale(1.12);
  border-color: rgba(199, 243, 47, 0.18);
}

.kc-service-card-wide {
  grid-column: span 2;
}

.kc-service-card-wide > h3 {
  max-width: 680px;
}

.kc-service-card-wide > .kc-card-intro,
.kc-service-card-wide > p {
  max-width: 820px;
}

.kc-service-card-accent {
  background:
    linear-gradient(145deg, rgba(199, 243, 47, 0.075), transparent 52%),
    var(--kc-card);
}

.kc-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 44px;
}

.kc-card-number,
.kc-card-type {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.kc-card-number {
  color: var(--kc-lime);
}

.kc-card-type {
  padding: 8px 10px;
  border: 1px solid var(--kc-border);
  border-radius: 999px;
  color: #8f988b;
}

.kc-card-intro {
  margin-bottom: 14px !important;
  color: #d9ddd4 !important;
}

.kc-feature-list {
  display: grid;
  gap: 8px;
  margin: 24px 0 34px;
  padding: 0;
  list-style: none;
}

.kc-feature-list-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 890px;
  column-gap: 30px;
}

.kc-feature-list li {
  position: relative;
  padding-left: 17px;
  color: #b6bcb2;
}

.kc-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--kc-lime);
  box-shadow: 0 0 10px rgba(199, 243, 47, .28);
}

.kc-text-link,
.kc-card-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: auto;
  color: var(--kc-text) !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
}

.kc-text-link:hover,
.kc-card-links a:hover {
  color: var(--kc-lime) !important;
}

.kc-card-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin-top: auto;
  padding-top: 6px;
}

.kc-card-split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .75fr);
  gap: clamp(38px, 7vw, 108px);
  align-items: end;
}

.kc-feature-stack {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--kc-border);
  list-style: none;
}

.kc-feature-stack li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid var(--kc-border);
  color: #c1c7bd;
}

.kc-feature-stack span {
  color: #6f776c;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
}

/* Problem router */
.kc-router-layout {
  display: grid;
  grid-template-columns: minmax(290px, .62fr) minmax(0, 1.38fr);
  gap: clamp(52px, 8vw, 122px);
  align-items: start;
}

.kc-router-intro {
  position: sticky;
  top: 40px;
}

.kc-router-intro .kc-btn {
  margin-top: 15px;
}

.kc-problem-list {
  border-top: 1px solid var(--kc-border);
}

.kc-problem-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid var(--kc-border);
}

.kc-problem-row p {
  margin: 0;
  color: var(--kc-text);
  font-family: "Syne", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.24;
  letter-spacing: -.02em;
}

.kc-solution-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
  max-width: 260px;
}

.kc-solution-tags span {
  padding: 7px 9px;
  border: 1px solid rgba(199, 243, 47, 0.24);
  border-radius: 999px;
  background: rgba(199, 243, 47, 0.055);
  color: #d9e7a8;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em;
  text-transform: uppercase;
}

/* Combination */
.kc-combination-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr);
  gap: clamp(58px, 9vw, 132px);
  align-items: center;
}

.kc-combination-copy {
  max-width: 570px;
}

.kc-combination-map {
  position: relative;
  padding: clamp(28px, 4vw, 50px);
  border: 1px solid var(--kc-border);
  border-radius: var(--kc-radius-lg);
  background: #0e110e;
  box-shadow: var(--kc-shadow);
}

.kc-combination-map::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(255,255,255,.055);
  border-radius: calc(var(--kc-radius-lg) - 9px);
  pointer-events: none;
}

.kc-map-row {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.kc-map-row span {
  display: grid;
  min-height: 74px;
  place-items: center;
  padding: 14px;
  border: 1px solid var(--kc-border);
  border-radius: 14px;
  background: #141714;
  color: #d9ddd4;
  font-family: "Syne", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.kc-map-connector {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  min-height: 48px;
}

.kc-map-connector span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(199,243,47,.2), transparent);
}

.kc-map-connector strong {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid rgba(199,243,47,.24);
  border-radius: 50%;
  color: var(--kc-lime);
  font-size: 14px;
}

.kc-map-result {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  padding: 17px 22px;
  border: 1px solid rgba(199, 243, 47, 0.36);
  border-radius: 14px;
  background: var(--kc-lime);
  color: #090b08;
  font-family: "Syne", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

/* Process */
.kc-process-intro {
  max-width: 780px;
  margin: -26px 0 42px;
}

.kc-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-block: 1px solid var(--kc-border);
  list-style: none;
}

.kc-process-step {
  position: relative;
  min-height: 290px;
  padding: 30px 24px 34px;
  border-right: 1px solid var(--kc-border);
}

.kc-process-step-last {
  border-right: 0;
}

.kc-process-step::before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -1px;
  height: 2px;
  background: var(--kc-lime);
  transition: right 360ms ease;
}

.kc-process-step:hover::before {
  right: 0;
}

.kc-step-no {
  display: block;
  margin-bottom: 74px;
  color: var(--kc-lime);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
}

.kc-process-step h3 {
  font-size: 20px;
  line-height: 1.05;
}

.kc-process-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-top: 28px;
}

.kc-process-footer p,
.kc-process-footer .kc-text-link {
  margin: 0;
}

/* Practical */
.kc-practical-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .8fr);
  gap: clamp(58px, 9vw, 140px);
  align-items: start;
}

.kc-practical-copy blockquote {
  margin: 38px 0 0;
  padding: 26px 0 4px 24px;
  border-left: 2px solid var(--kc-lime);
  color: #d4d8d0;
  font-family: "Syne", Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -.02em;
}

.kc-practical-copy blockquote strong {
  display: block;
  margin-top: 8px;
  color: var(--kc-lime);
}

.kc-value-list {
  display: grid;
  border-top: 1px solid var(--kc-border);
}

.kc-value-list > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  border-bottom: 1px solid var(--kc-border);
}

.kc-value-list span {
  color: #65705f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}

.kc-value-list strong {
  font-family: "Syne", Arial, sans-serif;
  font-size: 17px;
}

/* Audience */
.kc-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--kc-border);
  border-left: 1px solid var(--kc-border);
}

.kc-audience-grid article {
  min-height: 240px;
  padding: 28px;
  border-right: 1px solid var(--kc-border);
  border-bottom: 1px solid var(--kc-border);
  background: rgba(255,255,255,.006);
  transition: background 260ms ease, transform 260ms ease;
}

.kc-audience-grid article:hover {
  background: rgba(199, 243, 47, 0.028);
  transform: translateY(-3px);
}

.kc-audience-grid article > span {
  display: block;
  margin-bottom: 76px;
  color: var(--kc-lime);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}

.kc-audience-grid h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.kc-audience-grid p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

/* FAQ */
.kc-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, .62fr) minmax(0, 1.38fr);
  gap: clamp(52px, 8vw, 126px);
  align-items: start;
}

.kc-faq-heading {
  position: sticky;
  top: 40px;
}

.kc-faq-heading .kc-text-link {
  margin-top: 22px;
}

.kc-faq-list {
  border-top: 1px solid var(--kc-border);
}

.kc-faq-list details {
  border-bottom: 1px solid var(--kc-border);
}

.kc-faq-list summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 82px;
  padding: 20px 0;
  color: var(--kc-text);
  font-family: "Syne", Arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -.02em;
  cursor: pointer;
  list-style: none;
}

.kc-faq-list summary::-webkit-details-marker {
  display: none;
}

.kc-faq-list summary span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--kc-border-strong);
  border-radius: 50%;
  color: var(--kc-lime);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: transform 260ms ease, border-color 260ms ease;
}

.kc-faq-list details[open] summary span {
  transform: rotate(45deg);
  border-color: rgba(199, 243, 47, 0.38);
}

.kc-faq-answer {
  overflow: hidden;
  padding: 0 54px 24px 0;
}

.kc-faq-answer p {
  max-width: 720px;
  margin: 0;
}

/* Final CTA */
.kc-final-cta {
  padding-top: 0;
  background: var(--kc-black);
}

.kc-final-cta-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .68fr);
  gap: clamp(46px, 7vw, 100px);
  align-items: end;
  overflow: hidden;
  padding: clamp(40px, 6vw, 76px);
  border: 1px solid rgba(199, 243, 47, 0.18);
  border-radius: var(--kc-radius-lg);
  background:
    radial-gradient(circle at 83% 20%, rgba(199,243,47,.11), transparent 30%),
    #101310;
}

.kc-final-cta-inner::before {
  content: "";
  position: absolute;
  width: 290px;
  height: 290px;
  right: -110px;
  top: -145px;
  border: 1px solid rgba(199,243,47,.16);
  border-radius: 50%;
}

.kc-final-cta-copy,
.kc-final-cta-actions {
  position: relative;
  z-index: 2;
}

.kc-final-cta-copy p:last-child {
  margin-bottom: 0;
}

.kc-final-cta-actions {
  align-content: end;
}

.kc-reassurance {
  flex-basis: 100%;
  margin: 10px 0 0 !important;
  color: #7f897b !important;
  font-size: 12px !important;
  line-height: 18px !important;
}

/* Initial entrance motion - CSS only, no JS dependency */
@media (prefers-reduced-motion: no-preference) {
  .kc-hero-copy,
  .kc-hero-panel {
    animation: kc-rise-in 560ms cubic-bezier(.2,.7,.2,1) both;
  }

  .kc-hero-panel {
    animation-delay: 90ms;
  }

  @keyframes kc-rise-in {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .kc-services-page {
    --kc-section-space: 96px;
  }

  .kc-services-page h1 {
    font-size: 50px;
  }

  .kc-services-page h2 {
    font-size: 38px;
  }

  .kc-hero-grid,
  .kc-combination-grid,
  .kc-practical-grid {
    grid-template-columns: 1fr;
  }

  .kc-hero {
    min-height: auto;
  }

  .kc-hero-copy {
    max-width: 850px;
  }

  .kc-hero-panel {
    max-width: 680px;
    min-height: 500px;
  }

  .kc-heading-split {
    grid-template-columns: 1fr .72fr;
    gap: 42px;
  }

  .kc-card-split {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }

  .kc-router-layout,
  .kc-faq-layout {
    grid-template-columns: .7fr 1.3fr;
    gap: 52px;
  }

  .kc-router-intro,
  .kc-faq-heading {
    position: static;
  }

  .kc-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-left: 1px solid var(--kc-border);
  }

  .kc-process-step {
    min-height: 250px;
    border-bottom: 1px solid var(--kc-border);
  }

  .kc-process-step:nth-child(2n) {
    border-right: 0;
  }

  .kc-process-step-last {
    border-right: 1px solid var(--kc-border);
  }

  .kc-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kc-final-cta-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .kc-services-page {
    --kc-section-space: 76px;
  }

  .kc-container {
    width: min(calc(100% - 30px), var(--kc-container));
  }

  .kc-services-page h1 {
    margin-bottom: 22px;
    font-size: clamp(38px, 12vw, 48px);
    line-height: 1.02em;
  }

  .kc-services-page h2 {
    font-size: clamp(32px, 9.2vw, 38px);
    line-height: 1.02em;
  }

  .kc-services-page h3 {
    font-size: 22px;
    line-height: 1.05em;
  }

  .kc-services-page p,
  .kc-services-page li {
    font-size: 16px;
    line-height: 22px;
  }

  .kc-hero {
    padding-top: 94px;
    padding-bottom: 76px;
  }

  .kc-hero-grid {
    gap: 48px;
  }

  .kc-hero-kicker {
    font-size: 22px !important;
    line-height: 1.08 !important;
  }

  .kc-lead {
    font-size: 18px !important;
    line-height: 26px !important;
  }

  .kc-actions,
  .kc-final-cta-actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }

  .kc-btn {
    width: 100%;
  }

  .kc-hero-panel {
    min-height: 450px;
    padding: 16px;
    border-radius: 22px;
  }

  .kc-panel-topline {
    grid-template-columns: auto 1fr;
  }

  .kc-panel-index {
    display: none;
  }

  .kc-hero-visual {
    height: 278px;
  }

  .kc-hero-visual::before {
    width: 205px;
    height: 205px;
  }

  .kc-node-app { left: 1%; }
  .kc-node-auto { right: 1%; }
  .kc-node-web { left: 0; }
  .kc-node-ai { right: 1%; }

  .kc-heading-split,
  .kc-service-grid,
  .kc-card-split,
  .kc-router-layout,
  .kc-combination-grid,
  .kc-practical-grid,
  .kc-faq-layout,
  .kc-final-cta-inner {
    grid-template-columns: 1fr;
  }

  .kc-heading-split {
    gap: 12px;
  }

  .kc-heading-split > p {
    margin-left: 0;
  }

  .kc-service-card-wide {
    grid-column: auto;
  }

  .kc-service-card {
    padding: 26px 22px 28px;
    border-radius: 17px;
  }

  .kc-card-meta {
    margin-bottom: 34px;
  }

  .kc-card-type {
    max-width: 63%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .kc-feature-list-two {
    grid-template-columns: 1fr;
  }

  .kc-card-links {
    display: grid;
    gap: 14px;
  }

  .kc-card-split {
    gap: 34px;
  }

  .kc-problem-row {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px 0;
  }

  .kc-problem-row p {
    font-size: 18px;
  }

  .kc-solution-tags {
    justify-content: flex-start;
    max-width: none;
  }

  .kc-combination-map {
    padding: 22px;
    border-radius: 20px;
  }

  .kc-map-row {
    grid-template-columns: 1fr;
  }

  .kc-map-connector {
    min-height: 34px;
  }

  .kc-process-intro {
    margin-top: -10px;
  }

  .kc-process-grid {
    grid-template-columns: 1fr;
  }

  .kc-process-step,
  .kc-process-step:nth-child(2n),
  .kc-process-step-last {
    min-height: 0;
    padding: 26px 20px;
    border-right: 0;
    border-bottom: 1px solid var(--kc-border);
  }

  .kc-step-no {
    margin-bottom: 42px;
  }

  .kc-process-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .kc-practical-copy blockquote {
    padding-left: 18px;
    font-size: 19px;
  }

  .kc-audience-grid {
    grid-template-columns: 1fr;
  }

  .kc-audience-grid article {
    min-height: auto;
    padding: 24px;
  }

  .kc-audience-grid article > span {
    margin-bottom: 42px;
  }

  .kc-faq-list summary {
    min-height: 76px;
    padding: 18px 0;
    font-size: 17px;
  }

  .kc-faq-answer {
    padding-right: 0;
  }

  .kc-final-cta-inner {
    padding: 34px 24px;
    border-radius: 20px;
  }
}

/* Very small screens */
@media (max-width: 390px) {
  .kc-hero-panel {
    min-height: 430px;
  }

  .kc-node {
    min-width: 51px;
    padding-inline: 8px;
    font-size: 9px;
  }

  .kc-visual-core {
    width: 76px;
    height: 76px;
  }

  .kc-hero-visual::before {
    width: 186px;
    height: 186px;
  }

  .kc-hero-visual::after {
    width: 126px;
    height: 126px;
  }
}

/* Motion/accessibility */
@media (prefers-reduced-motion: reduce) {
  .kc-services-page *,
  .kc-services-page *::before,
  .kc-services-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}/* End custom CSS */