.elementor-2782 .elementor-element.elementor-element-8e01bf7{--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-b555966 *//* ==========================================================
   KODCRAFT AI - HIGH-PERFORMANCE WEBSITE DEVELOPMENT
   Elementor-ready stylesheet. Body content only.
   Fonts are referenced but not imported so Elementor/site-level
   font loading can control delivery.
   ========================================================== */

.kc-web-service-page {
  --kc-lime: #C7F32F;
  --kc-lime-bright: #D8FF4C;
  --kc-lime-soft: rgba(199, 243, 47, 0.10);
  --kc-lime-faint: rgba(199, 243, 47, 0.055);
  --kc-black: #070807;
  --kc-black-2: #0A0C0A;
  --kc-charcoal: #0E110E;
  --kc-charcoal-2: #121612;
  --kc-card: #101310;
  --kc-card-2: #151915;
  --kc-text: #F2F4ED;
  --kc-muted: #A5ACA1;
  --kc-muted-2: #747C72;
  --kc-border: rgba(255, 255, 255, 0.095);
  --kc-border-strong: rgba(255, 255, 255, 0.17);
  --kc-lime-border: rgba(199, 243, 47, 0.30);
  --kc-shadow: 0 24px 78px rgba(0, 0, 0, 0.34);
  --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-web-service-page *,
.kc-web-service-page *::before,
.kc-web-service-page *::after { box-sizing: border-box; }

.kc-web-service-page :where(h1, h2, h3, p, ul, ol, blockquote) { margin-top: 0; }
.kc-web-service-page :where(a, summary) { -webkit-tap-highlight-color: transparent; }
.kc-web-service-page a { color: inherit; }

.kc-web-service-page h1,
.kc-web-service-page h2,
.kc-web-service-page h3 {
  font-family: "Syne", Arial, sans-serif;
  color: var(--kc-text);
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.kc-web-service-page h1 {
  margin-bottom: 24px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.08em !important;
}

.kc-web-service-page h2 {
  margin-bottom: 24px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1em;
}

.kc-web-service-page h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
}

.kc-web-service-page p,
.kc-web-service-page li {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.kc-web-service-page p { margin-bottom: 16px; color: var(--kc-muted); }
.kc-web-service-page strong { color: var(--kc-text); font-weight: 600; }

.kc-web-container {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 48px), var(--kc-container));
  margin-inline: auto;
}

.kc-web-section {
  position: relative;
  padding-block: var(--kc-section-space);
  background: var(--kc-black);
}

.kc-web-section-alt { background: var(--kc-black-2); }
.kc-web-section-accented {
  background:
    linear-gradient(110deg, rgba(199, 243, 47, 0.065), transparent 38%),
    var(--kc-black);
  border-block: 1px solid rgba(199, 243, 47, 0.10);
}

.kc-web-accent { color: var(--kc-lime); }

.kc-web-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-web-eyebrow > span {
  width: 26px;
  height: 1px;
  background: var(--kc-lime);
  box-shadow: 0 0 18px rgba(199, 243, 47, 0.35);
}

.kc-web-lead {
  color: var(--kc-text) !important;
  font-size: 19px !important;
  line-height: 28px !important;
}

.kc-web-card-label {
  margin-bottom: 13px !important;
  color: var(--kc-lime) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.kc-web-section-heading,
.kc-web-process-heading { margin-bottom: clamp(46px, 5vw, 74px); }

.kc-web-heading-split,
.kc-web-process-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.55fr);
  gap: clamp(38px, 6vw, 92px);
  align-items: end;
}

.kc-web-heading-split > p,
.kc-web-heading-split > div:last-child,
.kc-web-process-heading > p {
  max-width: 500px;
  margin: 0 0 4px auto;
}

/* Buttons */
.kc-web-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.kc-web-actions-center { justify-content: center; }

.kc-web-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-color 260ms ease, color 260ms ease, box-shadow 260ms ease;
}

.kc-web-btn span,
.kc-web-text-link span { display: inline-block; transition: transform 240ms ease; }
.kc-web-btn:hover { transform: translateY(-2px); }
.kc-web-btn:hover span,
.kc-web-text-link:hover span { transform: translateX(4px); }

.kc-web-btn-primary {
  background: var(--kc-lime);
  color: #0A0C08 !important;
  box-shadow: 0 12px 34px rgba(199, 243, 47, 0.14);
}

.kc-web-btn-primary:hover {
  background: var(--kc-lime-bright);
  box-shadow: 0 16px 40px rgba(199, 243, 47, 0.21);
}

.kc-web-btn-secondary {
  border-color: var(--kc-border-strong);
  background: rgba(255, 255, 255, 0.025);
  color: var(--kc-text) !important;
}

.kc-web-btn-secondary:hover {
  border-color: var(--kc-lime-border);
  background: var(--kc-lime-faint);
}

.kc-web-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: var(--kc-text) !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none !important;
}

.kc-web-text-link:hover { color: var(--kc-lime) !important; }

.kc-web-service-page :where(a, summary):focus-visible {
  outline: 2px solid var(--kc-lime);
  outline-offset: 4px;
  border-radius: 6px;
}

/* Hero */
.kc-web-hero {
  min-height: 820px;
  display: flex;
  align-items: center;
  padding-top: clamp(205px, 10vw, 158px);
  background:
    radial-gradient(circle at 76% 38%, rgba(199, 243, 47, 0.075), transparent 26%),
    linear-gradient(180deg, #080A08 0%, #070807 100%);
}

.kc-web-grid-glow {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  pointer-events: none;
  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: 68px 68px;
  mask-image: linear-gradient(to bottom, black 0%, rgba(0,0,0,.6) 65%, transparent 100%);
}

.kc-web-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(480px, 0.95fr);
  gap: clamp(52px, 7vw, 100px);
  align-items: center;
}

.kc-web-hero-copy { max-width: 690px; }
.kc-web-hero-subtitle {
  max-width: 630px;
  margin-bottom: 26px !important;
  font-size: 30px !important;
  line-height: 1.05em !important;
}

.kc-web-hero-statements {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0 0 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--kc-border);
}

.kc-web-hero-statements p {
  position: relative;
  margin: 0;
  padding-left: 15px;
  color: var(--kc-text);
  font-size: 14px;
}

.kc-web-hero-statements p::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--kc-lime);
}

.kc-web-hero-visual {
  position: relative;
  min-width: 0;
  padding: 34px 0 20px;
}

.kc-web-visual-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 13px;
  color: #C7CDC0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.kc-web-visual-topline i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--kc-lime);
  box-shadow: 0 0 18px rgba(199,243,47,.5);
  animation: kcWebPulse 2.5s ease-in-out infinite;
}

.kc-web-browser {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--kc-border-strong);
  border-radius: 24px;
  background: #0C0F0C;
  box-shadow: var(--kc-shadow);
  transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
}

.kc-web-browser::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 30%, rgba(199,243,47,.045) 48%, transparent 65%);
  transform: translateX(-120%);
  animation: kcWebSweep 6.5s ease-in-out infinite;
}

.kc-web-browser-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 46px;
  padding: 0 15px;
  border-bottom: 1px solid var(--kc-border);
  background: #101310;
}

.kc-web-browser-bar > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3A4038;
}

.kc-web-browser-bar > span:first-child { background: var(--kc-lime); }

.kc-web-address {
  min-width: 0;
  flex: 1;
  margin-left: 10px;
  padding: 6px 11px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 8px;
  color: #798077;
  background: #090B09;
  font-size: 9px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.kc-web-browser-body {
  display: grid;
  grid-template-columns: 1.1fr .8fr;
  gap: 28px;
  min-height: 380px;
  padding: 44px 34px;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    #0A0C0A;
  background-size: 32px 32px;
}

.kc-web-browser-copy { padding-top: 12px; }
.kc-web-micro-label {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--kc-lime);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
}

.kc-web-mock-h1,
.kc-web-mock-p,
.kc-web-mock-actions i {
  display: block;
  border-radius: 5px;
  background: #E9ECE3;
}

.kc-web-mock-h1 { width: 92%; height: 19px; margin-bottom: 9px; }
.kc-web-mock-h1-short { width: 68%; }
.kc-web-mock-p { width: 94%; height: 7px; margin-top: 25px; background: #60675D; }
.kc-web-mock-p-short { width: 74%; margin-top: 8px; }
.kc-web-mock-actions { display: flex; gap: 9px; margin-top: 28px; }
.kc-web-mock-actions i { width: 82px; height: 30px; border-radius: 999px; background: var(--kc-lime); }
.kc-web-mock-actions i:last-child { width: 70px; border: 1px solid #3A4038; background: transparent; }

.kc-web-browser-panel {
  align-self: center;
  padding: 22px;
  border: 1px solid var(--kc-border);
  border-radius: 18px;
  background: rgba(255,255,255,.024);
}

.kc-web-speed-ring {
  width: 126px;
  height: 126px;
  display: grid;
  place-content: center;
  margin: 0 auto 22px;
  border: 1px solid rgba(199,243,47,.35);
  border-radius: 50%;
  background: conic-gradient(var(--kc-lime) 0 342deg, rgba(255,255,255,.06) 342deg 360deg);
  box-shadow: inset 0 0 0 11px #0D100D, 0 0 36px rgba(199,243,47,.08);
  text-align: center;
  animation: kcWebFloat 4.5s ease-in-out infinite;
}

.kc-web-speed-ring span {
  display: block;
  color: var(--kc-text);
  font-family: "Syne", Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.kc-web-speed-ring small { margin-top: 6px; color: var(--kc-muted); font-size: 9px; }

.kc-web-metric {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-top: 1px solid var(--kc-border);
  font-size: 10px;
}

.kc-web-metric span { color: var(--kc-muted); }
.kc-web-metric strong { font-size: 10px; }

.kc-web-browser-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--kc-border);
  background: #101310;
}

.kc-web-browser-footer span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  color: #C3C9BD;
  font-size: 9px;
  letter-spacing: .04em;
}

.kc-web-browser-footer span + span { border-left: 1px solid var(--kc-border); }
.kc-web-browser-footer i { width: 5px; height: 5px; border-radius: 50%; background: var(--kc-lime); }

.kc-web-data-path { width: 100%; height: auto; margin-top: -5px; overflow: visible; }
.kc-web-path-line {
  fill: none;
  stroke: rgba(199,243,47,.36);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-dasharray: 8 9;
  animation: kcWebDash 12s linear infinite;
}
.kc-web-path-node { fill: var(--kc-lime); filter: drop-shadow(0 0 8px rgba(199,243,47,.6)); }

/* Performance system */
.kc-web-performance-grid {
  display: grid;
  grid-template-columns: minmax(360px, .83fr) minmax(0, 1.17fr);
  gap: 20px;
}

.kc-web-performance-core,
.kc-web-performance-list,
.kc-web-type-card,
.kc-web-feature-panel,
.kc-web-rebuild-decision {
  border: 1px solid var(--kc-border);
  border-radius: var(--kc-radius);
  background: var(--kc-card);
}

.kc-web-performance-core { min-height: 430px; padding: clamp(28px, 4vw, 46px); }
.kc-web-performance-core h3 { max-width: 500px; }

.kc-web-core-orbit {
  position: relative;
  width: min(100%, 360px);
  aspect-ratio: 1;
  margin: 36px auto 0;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%;
}

.kc-web-core-orbit::before,
.kc-web-core-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(199,243,47,.12);
  border-radius: 50%;
}
.kc-web-core-orbit::before { inset: 19%; }
.kc-web-core-orbit::after { inset: 37%; }

.kc-web-orbit-center,
.kc-web-orbit-item {
  position: absolute;
  display: grid;
  place-content: center;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .09em;
}

.kc-web-orbit-center {
  top: 50%; left: 50%;
  width: 90px; height: 90px;
  transform: translate(-50%, -50%);
  border: 1px solid var(--kc-lime-border);
  color: #0A0C08;
  background: var(--kc-lime);
  box-shadow: 0 0 32px rgba(199,243,47,.12);
}

.kc-web-orbit-item {
  min-width: 88px;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid var(--kc-border-strong);
  color: var(--kc-text);
  background: #0A0C0A;
}
.kc-web-orbit-1 { top: -18px; left: 50%; transform: translateX(-50%); }
.kc-web-orbit-2 { right: -35px; top: 53%; transform: translateY(-50%); }
.kc-web-orbit-3 { bottom: 8px; left: 3%; }

.kc-web-performance-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}

.kc-web-performance-list span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 86px;
  padding: 22px 26px 22px 48px;
  border-bottom: 1px solid var(--kc-border);
  color: var(--kc-text);
  font-weight: 600;
}

.kc-web-performance-list span:nth-child(odd) { border-right: 1px solid var(--kc-border); }
.kc-web-performance-list span:nth-last-child(-n+2) { border-bottom: 0; }
.kc-web-performance-list span::before {
  content: "";
  position: absolute;
  left: 26px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--kc-lime);
  box-shadow: 0 0 15px rgba(199,243,47,.25);
}

/* Website type cards */
.kc-web-types-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 18px;
}

.kc-web-type-card {
  min-height: 370px;
  padding: 16px 16px 28px;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}
.kc-web-type-card:hover {
  transform: translateY(-5px);
  border-color: var(--kc-lime-border);
  box-shadow: 0 20px 55px rgba(0,0,0,.28);
}
.kc-web-type-wide { grid-column: span 2; }
.kc-web-type-tall { grid-row: span 2; min-height: 758px; }

.kc-web-type-card > p,
.kc-web-type-card > h3 { margin-inline: 12px; }

.kc-web-type-preview {
  position: relative;
  height: 210px;
  margin-bottom: 28px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px;
  background:
    linear-gradient(rgba(255,255,255,.016) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.016) 1px, transparent 1px),
    #090B09;
  background-size: 26px 26px;
}
.kc-web-type-tall .kc-web-type-preview { height: 570px; }

.kc-web-type-preview::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 30px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: #101310;
}
.kc-web-type-preview::after {
  content: "";
  position: absolute;
  top: 11px; left: 12px;
  width: 26px; height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--kc-lime) 0 6px, #3D443B 6px 15px, #3D443B 15px 21px, #3D443B 21px 26px);
}

.kc-web-preview-company i,
.kc-web-preview-startup i,
.kc-web-preview-custom i { position: absolute; left: 10%; right: 10%; height: 7px; border-radius: 4px; background: #454B43; }
.kc-web-preview-company i:nth-child(1) { top: 65px; right: 33%; height: 15px; background: #E6EAE0; }
.kc-web-preview-company i:nth-child(2) { top: 91px; right: 45%; }
.kc-web-preview-company i:nth-child(3) { top: 107px; right: 58%; }
.kc-web-preview-company span { position: absolute; left: 10%; top: 140px; width: 82px; height: 28px; border-radius: 999px; background: var(--kc-lime); }

.kc-web-preview-service i { position: absolute; left: 10%; top: 66px; width: 46%; height: 13px; border-radius: 4px; background: #E8ECE1; }
.kc-web-preview-service i:nth-child(2) { top: 90px; width: 31%; height: 7px; background: #50574E; }
.kc-web-preview-service span { position: absolute; left: 10%; width: 80%; height: 92px; border: 1px solid var(--kc-border); border-radius: 12px; background: #111511; }
.kc-web-preview-service span:nth-of-type(1) { top: 132px; }
.kc-web-preview-service span:nth-of-type(2) { top: 242px; }
.kc-web-preview-service span:nth-of-type(3) { top: 352px; }

.kc-web-preview-startup i:nth-child(1) { top: 70px; right: 30%; height: 15px; background: var(--kc-lime); }
.kc-web-preview-startup i:nth-child(2) { top: 101px; right: 48%; }
.kc-web-preview-startup i:nth-child(3) { top: 135px; width: 62%; right: auto; height: 38px; border: 1px solid var(--kc-border); background: #111411; }

.kc-web-preview-portfolio i { position: absolute; width: 34%; height: 55px; border-radius: 10px; border: 1px solid var(--kc-border); background: #151915; }
.kc-web-preview-portfolio i:nth-child(1) { left: 10%; top: 58px; }
.kc-web-preview-portfolio i:nth-child(2) { right: 10%; top: 58px; background: rgba(199,243,47,.09); }
.kc-web-preview-portfolio i:nth-child(3) { left: 10%; top: 130px; background: rgba(199,243,47,.06); }
.kc-web-preview-portfolio i:nth-child(4) { right: 10%; top: 130px; }

.kc-web-preview-listing span { position: absolute; left: 7%; right: 7%; height: 37px; border: 1px solid var(--kc-border); border-radius: 9px; background: #111411; }
.kc-web-preview-listing span:nth-child(1) { top: 53px; }
.kc-web-preview-listing span:nth-child(2) { top: 99px; }
.kc-web-preview-listing span:nth-child(3) { top: 145px; }
.kc-web-preview-listing i { position: absolute; right: 11%; width: 28px; height: 6px; border-radius: 999px; background: var(--kc-lime); }
.kc-web-preview-listing i:nth-of-type(1) { top: 69px; }
.kc-web-preview-listing i:nth-of-type(2) { top: 115px; opacity: .7; }
.kc-web-preview-listing i:nth-of-type(3) { top: 161px; opacity: .45; }

.kc-web-preview-shop i { position: absolute; top: 64px; width: 22%; height: 92px; border-radius: 10px; border: 1px solid var(--kc-border); background: #151915; }
.kc-web-preview-shop i:nth-child(1) { left: 9%; }
.kc-web-preview-shop i:nth-child(2) { left: 39%; }
.kc-web-preview-shop i:nth-child(3) { right: 9%; }
.kc-web-preview-shop span { position: absolute; left: 10%; top: 174px; width: 60px; height: 8px; border-radius: 4px; background: var(--kc-lime); }

.kc-web-preview-custom i:nth-child(1) { top: 57px; right: 12%; height: 13px; background: #E7EAE2; }
.kc-web-preview-custom i:nth-child(2) { top: 85px; right: 46%; }
.kc-web-preview-custom i:nth-child(3) { top: 126px; width: 35%; right: auto; height: 47px; border: 1px solid var(--kc-lime-border); background: rgba(199,243,47,.08); }
.kc-web-preview-custom i:nth-child(4) { top: 126px; left: 49%; right: 10%; height: 47px; border: 1px solid var(--kc-border); background: #131713; }
.kc-web-preview-custom span { position: absolute; right: 12%; top: 54px; width: 9px; height: 9px; border-radius: 50%; background: var(--kc-lime); }

/* Content structure */
.kc-web-structure-layout {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(460px, 1.1fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
}
.kc-web-structure-copy { max-width: 530px; }
.kc-web-structure-map {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--kc-border);
  border-radius: var(--kc-radius-lg);
  background: #0A0C0A;
  box-shadow: var(--kc-shadow);
}
.kc-web-map-row {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 64px;
  padding: 15px 18px;
  border: 1px solid var(--kc-border);
  border-radius: 12px;
  background: var(--kc-card);
}
.kc-web-map-row span {
  display: grid;
  place-content: center;
  width: 36px; height: 28px;
  flex: 0 0 auto;
  border-radius: 7px;
  color: #0A0C08;
  background: var(--kc-lime);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
}
.kc-web-map-row strong { font-size: 13px; }
.kc-web-map-main { width: 72%; margin: 0 auto; border-color: var(--kc-lime-border); }
.kc-web-map-branch { width: 1px; height: 36px; margin: 0 auto; background: linear-gradient(var(--kc-lime), rgba(199,243,47,.1)); }
.kc-web-map-columns { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.kc-web-map-columns::before { content: ""; position: absolute; left: 25%; right: 25%; top: -18px; height: 1px; background: rgba(199,243,47,.25); }
.kc-web-map-stack { display: grid; gap: 10px; }
.kc-web-map-small { min-height: 54px; background: #0D100D; }
.kc-web-map-small span { background: #20261D; color: var(--kc-lime); }

/* SEO */
.kc-web-seo-layout {
  display: grid;
  grid-template-columns: minmax(390px, .8fr) minmax(0, 1.2fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
}
.kc-web-seo-radar {
  position: relative;
  width: min(100%, 470px);
  aspect-ratio: 1;
  margin-inline: auto;
}
.kc-web-radar-ring {
  position: absolute;
  inset: 50%;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.kc-web-radar-ring-1 { width: 94%; height: 94%; }
.kc-web-radar-ring-2 { width: 64%; height: 64%; border-color: rgba(199,243,47,.12); }
.kc-web-radar-ring-3 { width: 34%; height: 34%; border-color: rgba(199,243,47,.22); }
.kc-web-radar-line { position: absolute; left: 50%; top: 50%; width: 45%; height: 1px; transform-origin: 0 50%; background: linear-gradient(90deg, rgba(199,243,47,.26), transparent); }
.kc-web-radar-line-1 { transform: rotate(-42deg); }
.kc-web-radar-line-2 { transform: rotate(68deg); }
.kc-web-radar-line-3 { transform: rotate(177deg); }
.kc-web-radar-node {
  position: absolute;
  padding: 7px 10px;
  border: 1px solid var(--kc-border);
  border-radius: 999px;
  background: #0E110E;
  color: #D9DDD3;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
}
.kc-web-radar-node-1 { left: 14%; top: 18%; }
.kc-web-radar-node-2 { right: 5%; top: 26%; }
.kc-web-radar-node-3 { right: 10%; bottom: 18%; }
.kc-web-radar-node-4 { left: 18%; bottom: 7%; }
.kc-web-radar-node-5 { left: -2%; top: 54%; }
.kc-web-seo-radar > strong {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  color: var(--kc-lime);
  font-family: "Syne", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.05;
  text-align: center;
}
.kc-web-seo-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--kc-border);
  border-radius: var(--kc-radius);
  overflow: hidden;
  background: var(--kc-card);
}
.kc-web-seo-points span {
  position: relative;
  min-height: 76px;
  display: flex;
  align-items: center;
  padding: 18px 22px 18px 45px;
  border-bottom: 1px solid var(--kc-border);
  font-size: 13px;
  font-weight: 600;
}
.kc-web-seo-points span:nth-child(odd) { border-right: 1px solid var(--kc-border); }
.kc-web-seo-points span:nth-last-child(-n+2) { border-bottom: 0; }
.kc-web-seo-points span::before { content: "+"; position: absolute; left: 22px; color: var(--kc-lime); font-weight: 800; }
.kc-web-context-note {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-top: 34px;
  padding: 22px 24px;
  border: 1px solid rgba(199,243,47,.15);
  border-radius: 14px;
  background: rgba(199,243,47,.045);
}
.kc-web-context-note > span { color: var(--kc-lime); font-size: 24px; line-height: 1; }
.kc-web-context-note p { margin: 0; }

/* Mobile and speed */
.kc-web-dual-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.kc-web-feature-panel { min-height: 690px; padding: clamp(30px, 4vw, 50px); }
.kc-web-device-stage { position: relative; height: 250px; margin: 42px 0 34px; }
.kc-web-device { position: absolute; overflow: hidden; border: 1px solid var(--kc-border-strong); background: #090B09; box-shadow: 0 16px 35px rgba(0,0,0,.2); }
.kc-web-device::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 22px; border-bottom: 1px solid var(--kc-border); background: #101310; }
.kc-web-device i { position: absolute; left: 12%; top: 45px; width: 55%; height: 8px; border-radius: 4px; background: var(--kc-lime); }
.kc-web-device span { position: absolute; left: 12%; right: 12%; top: 67px; height: 70px; border-radius: 9px; background: #151915; }
.kc-web-device-desktop { left: 4%; bottom: 20px; width: 72%; height: 185px; border-radius: 12px; }
.kc-web-device-tablet { right: 12%; bottom: 10px; width: 35%; height: 205px; border-radius: 14px; animation: kcWebFloat 5.4s ease-in-out infinite; }
.kc-web-device-phone { right: 0; bottom: 0; width: 18%; min-width: 72px; height: 155px; border-radius: 15px; animation: kcWebFloat 5.4s .4s ease-in-out infinite; }
.kc-web-device-phone::before { height: 18px; }
.kc-web-device-phone i { top: 35px; }
.kc-web-device-phone span { top: 52px; height: 54px; }
.kc-web-chip-list { display: flex; flex-wrap: wrap; gap: 8px; }
.kc-web-chip-list span { padding: 8px 10px; border: 1px solid var(--kc-border); border-radius: 999px; color: #C6CCC0; background: #0B0D0B; font-size: 10px; }
.kc-web-speed-bars { display: grid; gap: 22px; margin: 42px 0 30px; }
.kc-web-speed-bars > div { display: grid; gap: 10px; }
.kc-web-speed-bars span { color: #C8CEC2; font-size: 11px; font-weight: 700; }
.kc-web-speed-bars i { position: relative; display: block; height: 8px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.06); }
.kc-web-speed-bars b { display: block; width: var(--bar); height: 100%; border-radius: inherit; background: linear-gradient(90deg, rgba(199,243,47,.35), var(--kc-lime)); box-shadow: 0 0 18px rgba(199,243,47,.17); animation: kcWebBar 1.2s cubic-bezier(.2,.7,.2,1) both; transform-origin: left; }
.kc-web-note { margin-top: 38px; padding: 18px; border-left: 2px solid var(--kc-lime); background: rgba(199,243,47,.035); font-size: 13px !important; line-height: 19px !important; }

/* Conversion */
.kc-web-conversion-layout { display: grid; grid-template-columns: minmax(0, .68fr) minmax(480px, 1fr); gap: clamp(50px, 8vw, 120px); align-items: center; }
.kc-web-conversion-copy { max-width: 520px; }
.kc-web-conversion-flow { position: relative; padding: 40px; border: 1px solid var(--kc-border); border-radius: var(--kc-radius-lg); background: var(--kc-card); }
.kc-web-conversion-entry { width: 58%; margin: 0 auto; padding: 20px; border: 1px solid var(--kc-lime-border); border-radius: 14px; background: rgba(199,243,47,.05); text-align: center; }
.kc-web-conversion-entry span { display: block; margin-bottom: 7px; color: var(--kc-lime); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.kc-web-conversion-entry strong { font-size: 13px; }
.kc-web-conversion-line { position: relative; width: 1px; height: 44px; margin: 0 auto; background: rgba(199,243,47,.28); }
.kc-web-conversion-line i { position: absolute; left: -3px; bottom: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--kc-lime); animation: kcWebFlowDot 2s ease-in-out infinite; }
.kc-web-conversion-actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.kc-web-conversion-actions span { min-height: 52px; display: flex; align-items: center; padding: 14px 16px; border: 1px solid var(--kc-border); border-radius: 11px; color: #D6DBD0; background: #0B0D0B; font-size: 11px; font-weight: 700; }

/* Rebuild */
.kc-web-rebuild-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .6fr); gap: 20px; align-items: stretch; }
.kc-web-rebuild-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--kc-border); border-radius: var(--kc-radius); overflow: hidden; background: var(--kc-card); }
.kc-web-rebuild-list > div { display: grid; grid-template-columns: 40px 1fr; gap: 8px; align-items: center; min-height: 92px; padding: 20px 24px; border-bottom: 1px solid var(--kc-border); }
.kc-web-rebuild-list > div:nth-child(odd) { border-right: 1px solid var(--kc-border); }
.kc-web-rebuild-list > div:nth-last-child(-n+2) { border-bottom: 0; }
.kc-web-rebuild-list span { color: var(--kc-lime); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.kc-web-rebuild-list p { margin: 0; color: #D1D6CC; font-size: 13px; font-weight: 600; line-height: 18px; }
.kc-web-rebuild-decision { padding: clamp(30px, 4vw, 44px); background: linear-gradient(150deg, rgba(199,243,47,.06), transparent 40%), var(--kc-card); }
.kc-web-rebuild-decision h3 { margin-bottom: 34px; }
.kc-web-decision-path { display: grid; grid-template-columns: 1fr 34px 1fr; gap: 8px; align-items: center; margin: 28px 0; }
.kc-web-decision-path span { min-height: 64px; display: grid; place-content: center; padding: 12px; border: 1px solid var(--kc-border); border-radius: 10px; color: #C8CEC3; background: #0B0D0B; font-size: 10px; font-weight: 700; text-align: center; }
.kc-web-decision-path i { height: 1px; background: var(--kc-lime); }

/* Content questions */
.kc-web-content-layout { display: grid; grid-template-columns: minmax(0, .78fr) minmax(420px, .9fr); gap: clamp(48px, 8vw, 110px); align-items: center; }
.kc-web-content-questions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.kc-web-content-questions blockquote { min-height: 115px; display: flex; align-items: flex-end; margin: 0; padding: 20px; border: 1px solid var(--kc-border); border-radius: 13px; color: var(--kc-text); background: #0B0E0B; font-family: "Syne", Arial, sans-serif; font-size: 16px; font-weight: 600; line-height: 1.15; }
.kc-web-content-questions blockquote:nth-child(1),
.kc-web-content-questions blockquote:nth-child(6) { border-color: var(--kc-lime-border); background: rgba(199,243,47,.06); }

/* Process */
.kc-web-process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--kc-border); }
.kc-web-process-list li { position: relative; display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 30px; padding: 34px 0; border-bottom: 1px solid var(--kc-border); transition: padding-left 260ms ease, background-color 260ms ease; }
.kc-web-process-list li:hover { padding-left: 16px; background: linear-gradient(90deg, rgba(199,243,47,.035), transparent 55%); }
.kc-web-process-number { padding-top: 4px; color: var(--kc-lime); font-family: "Syne", Arial, sans-serif; font-size: 15px; font-weight: 700; letter-spacing: .1em; }
.kc-web-process-list li > div { display: grid; grid-template-columns: minmax(220px, .65fr) minmax(260px, 1fr); gap: 34px; align-items: start; }
.kc-web-process-list .kc-web-card-label { grid-column: 1 / -1; margin-bottom: -20px !important; }
.kc-web-process-list h3 { margin: 0; }
.kc-web-process-list p:last-child { margin: 0; max-width: 600px; }

/* Audience */
.kc-web-audience-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--kc-border); border-radius: var(--kc-radius); overflow: hidden; background: var(--kc-card); }
.kc-web-audience-grid article { min-height: 190px; padding: 28px; border-right: 1px solid var(--kc-border); border-bottom: 1px solid var(--kc-border); transition: background-color 240ms ease; }
.kc-web-audience-grid article:nth-child(4n) { border-right: 0; }
.kc-web-audience-grid article:nth-child(n+5) { border-bottom: 0; }
.kc-web-audience-grid article:last-child { grid-column: span 2; border-right: 0; background: linear-gradient(130deg, rgba(199,243,47,.05), transparent 70%); }
.kc-web-audience-grid article:hover { background-color: rgba(199,243,47,.035); }
.kc-web-audience-grid span { display: block; margin-bottom: 54px; color: var(--kc-lime); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.kc-web-audience-grid p { margin: 0; color: #D1D6CC; font-weight: 600; }

/* Resources */
.kc-web-resources-lead { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 50px; align-items: center; margin-bottom: 52px; }
.kc-web-resources-lead > div:first-child { max-width: 740px; }
.kc-web-resource-mark { position: relative; min-height: 190px; display: flex; flex-direction: column; justify-content: center; padding: 35px; overflow: hidden; border: 1px solid var(--kc-lime-border); border-radius: var(--kc-radius); background: radial-gradient(circle at 75% 30%, rgba(199,243,47,.13), transparent 36%), #0C0F0C; }
.kc-web-resource-mark span { color: var(--kc-muted); font-size: 11px; font-weight: 800; letter-spacing: .17em; }
.kc-web-resource-mark strong { color: var(--kc-lime); font-family: "Syne", Arial, sans-serif; font-size: 36px; line-height: 1; }
.kc-web-resource-mark i { position: absolute; right: -22px; bottom: -48px; width: 140px; height: 140px; border: 1px solid rgba(199,243,47,.22); border-radius: 50%; box-shadow: 0 0 0 24px rgba(199,243,47,.035), 0 0 0 48px rgba(199,243,47,.02); }
.kc-web-resource-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--kc-border); }
.kc-web-resource-grid a { display: grid; grid-template-columns: 42px 1fr auto; gap: 14px; align-items: center; min-height: 92px; padding: 20px 20px 20px 0; border-bottom: 1px solid var(--kc-border); text-decoration: none; transition: padding-left 240ms ease, background-color 240ms ease; }
.kc-web-resource-grid a:nth-child(odd) { margin-right: 28px; }
.kc-web-resource-grid a:hover { padding-left: 10px; background: rgba(199,243,47,.025); }
.kc-web-resource-grid span { color: var(--kc-lime); font-size: 10px; font-weight: 800; }
.kc-web-resource-grid strong { font-size: 13px; }
.kc-web-resource-grid i { color: var(--kc-muted); font-style: normal; transition: transform 240ms ease; }
.kc-web-resource-grid a:hover i { color: var(--kc-lime); transform: translateX(4px); }

/* FAQ */
.kc-web-faq-layout { display: grid; grid-template-columns: minmax(300px, .55fr) minmax(0, 1fr); gap: clamp(50px, 8vw, 110px); align-items: start; }
.kc-web-faq-intro { position: sticky; top: 30px; }
.kc-web-faq-list { border-top: 1px solid var(--kc-border); }
.kc-web-faq-list details { border-bottom: 1px solid var(--kc-border); }
.kc-web-faq-list summary { position: relative; list-style: none; cursor: pointer; padding: 27px 58px 27px 0; color: var(--kc-text); font-family: "Syne", Arial, sans-serif; font-size: 19px; font-weight: 600; line-height: 1.15; }
.kc-web-faq-list summary::-webkit-details-marker { display: none; }
.kc-web-faq-list summary span { position: absolute; right: 8px; top: 50%; width: 24px; height: 24px; transform: translateY(-50%); }
.kc-web-faq-list summary span::before,
.kc-web-faq-list summary span::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 1px; background: var(--kc-lime); transition: transform 260ms ease; }
.kc-web-faq-list summary span::before { transform: translate(-50%, -50%); }
.kc-web-faq-list summary span::after { transform: translate(-50%, -50%) rotate(90deg); }
.kc-web-faq-list details[open] summary span::after { transform: translate(-50%, -50%) rotate(0deg); }
.kc-web-faq-list details > div { padding: 0 70px 26px 0; animation: kcWebFaq 260ms ease both; }
.kc-web-faq-list details > div p { margin-bottom: 0; }

/* Final CTA */
.kc-web-final-cta {
  overflow: hidden;
  border-top: 1px solid rgba(199,243,47,.12);
  background:
    radial-gradient(circle at 50% 50%, rgba(199,243,47,.10), transparent 38%),
    #080A08;
}
.kc-web-final-lines { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(90deg, transparent 49.8%, rgba(199,243,47,.1) 50%, transparent 50.2%), linear-gradient(transparent 49.8%, rgba(199,243,47,.07) 50%, transparent 50.2%); background-size: 130px 130px; transform: rotate(10deg) scale(1.2); }
.kc-web-final-inner { max-width: 900px; text-align: center; }
.kc-web-final-inner .kc-web-eyebrow { justify-content: center; }
.kc-web-final-inner h2 { max-width: 820px; margin-inline: auto; }
.kc-web-final-inner > p { max-width: 660px; margin-inline: auto; }

/* Animations */
@keyframes kcWebPulse { 0%,100% { opacity:.45; transform: scale(.85); } 50% { opacity:1; transform: scale(1.2); } }
@keyframes kcWebSweep { 0%,55% { transform: translateX(-120%); } 76%,100% { transform: translateX(120%); } }
@keyframes kcWebFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes kcWebDash { to { stroke-dashoffset: -68; } }
@keyframes kcWebBar { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes kcWebFlowDot { 0%,100% { transform: translateY(-8px); opacity:.35; } 50% { transform: translateY(8px); opacity:1; } }
@keyframes kcWebFaq { from { opacity:0; transform: translateY(-4px); } to { opacity:1; transform: translateY(0); } }

/* Responsive */
@media (max-width: 1100px) {
  .kc-web-service-page h1 { font-size: 52px; }
  .kc-web-service-page h2 { font-size: 38px; }
  .kc-web-hero-grid { grid-template-columns: minmax(0, .95fr) minmax(420px, 1fr); gap: 46px; }
  .kc-web-browser-body { padding: 36px 26px; gap: 20px; }
  .kc-web-types-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kc-web-type-tall { grid-row: span 1; min-height: 400px; }
  .kc-web-type-tall .kc-web-type-preview { height: 230px; }
  .kc-web-type-wide { grid-column: span 1; }
  .kc-web-audience-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .kc-web-audience-grid article:nth-child(4n) { border-right: 1px solid var(--kc-border); }
  .kc-web-audience-grid article:nth-child(3n) { border-right: 0; }
  .kc-web-audience-grid article:nth-child(n+5) { border-bottom: 1px solid var(--kc-border); }
  .kc-web-audience-grid article:nth-child(n+7) { border-bottom: 0; }
  .kc-web-audience-grid article:last-child { grid-column: span 1; }
}

@media (max-width: 900px) {
  .kc-web-container { width: min(calc(100% - 40px), var(--kc-container)); }
  .kc-web-service-page h1 { font-size: 48px; }
  .kc-web-service-page h2 { font-size: 36px; }
  .kc-web-hero { min-height: auto; }
  .kc-web-hero-grid,
  .kc-web-heading-split,
  .kc-web-process-heading,
  .kc-web-performance-grid,
  .kc-web-structure-layout,
  .kc-web-seo-layout,
  .kc-web-dual-grid,
  .kc-web-conversion-layout,
  .kc-web-rebuild-grid,
  .kc-web-content-layout,
  .kc-web-faq-layout { grid-template-columns: 1fr; }
  .kc-web-hero-copy { max-width: 740px; }
  .kc-web-hero-visual { max-width: 720px; width: 100%; margin-inline: auto; }
  .kc-web-heading-split > p,
  .kc-web-heading-split > div:last-child,
  .kc-web-process-heading > p { max-width: 650px; margin-left: 0; }
  .kc-web-performance-core { min-height: auto; }
  .kc-web-structure-copy { max-width: 700px; }
  .kc-web-feature-panel { min-height: auto; }
  .kc-web-conversion-copy { max-width: 700px; }
  .kc-web-faq-intro { position: static; }
  .kc-web-resources-lead { grid-template-columns: 1fr 250px; }
  .kc-web-process-list li > div { grid-template-columns: minmax(210px, .6fr) 1fr; }
}

@media (max-width: 680px) {
  .kc-web-service-page { --kc-section-space: 78px; }
  .kc-web-container { width: min(calc(100% - 30px), var(--kc-container)); }
  .kc-web-service-page h1 { font-size: clamp(38px, 11vw, 46px); line-height: 1.02em; }
  .kc-web-service-page h2 { font-size: clamp(31px, 9vw, 38px); line-height: 1.02em; }
  .kc-web-service-page h3 { font-size: 22px; line-height: 1.05em; }
  .kc-web-hero { padding-top: 92px; }
  .kc-web-hero-subtitle { font-size: 25px !important; }
  .kc-web-hero-statements { display: grid; }
  .kc-web-actions { display: grid; grid-template-columns: 1fr; }
  .kc-web-btn { width: 100%; min-height: 54px; }
  .kc-web-browser { transform: none; border-radius: 18px; }
  .kc-web-browser-body { grid-template-columns: 1fr; min-height: 420px; padding: 30px 22px; }
  .kc-web-browser-panel { display: grid; grid-template-columns: 100px 1fr; column-gap: 16px; }
  .kc-web-speed-ring { width: 94px; height: 94px; grid-row: 1 / 3; margin: 0; box-shadow: inset 0 0 0 8px #0D100D; }
  .kc-web-speed-ring span { font-size: 27px; }
  .kc-web-browser-footer { grid-template-columns: 1fr; }
  .kc-web-browser-footer span + span { border-left: 0; border-top: 1px solid var(--kc-border); }
  .kc-web-data-path { display: none; }
  .kc-web-performance-list,
  .kc-web-seo-points,
  .kc-web-rebuild-list,
  .kc-web-content-questions,
  .kc-web-conversion-actions,
  .kc-web-map-columns,
  .kc-web-resource-grid { grid-template-columns: 1fr; }
  .kc-web-performance-list span:nth-child(odd),
  .kc-web-seo-points span:nth-child(odd),
  .kc-web-rebuild-list > div:nth-child(odd) { border-right: 0; }
  .kc-web-performance-list span:nth-last-child(-n+2),
  .kc-web-seo-points span:nth-last-child(-n+2),
  .kc-web-rebuild-list > div:nth-last-child(-n+2) { border-bottom: 1px solid var(--kc-border); }
  .kc-web-performance-list span:last-child,
  .kc-web-seo-points span:last-child,
  .kc-web-rebuild-list > div:last-child { border-bottom: 0; }
  .kc-web-types-grid { grid-template-columns: 1fr; }
  .kc-web-type-card,
  .kc-web-type-tall { min-height: auto; }
  .kc-web-type-preview,
  .kc-web-type-tall .kc-web-type-preview { height: 230px; }
  .kc-web-preview-service span:nth-of-type(3) { display: none; }
  .kc-web-map-main { width: 100%; }
  .kc-web-map-columns::before { display: none; }
  .kc-web-radar-node { font-size: 7px; }
  .kc-web-radar-node-5 { left: 2%; }
  .kc-web-feature-panel { padding: 28px 22px; }
  .kc-web-device-stage { height: 210px; }
  .kc-web-device-desktop { width: 78%; height: 160px; }
  .kc-web-device-tablet { width: 38%; height: 178px; right: 8%; }
  .kc-web-device-phone { min-width: 63px; height: 135px; }
  .kc-web-conversion-flow { padding: 28px 20px; }
  .kc-web-conversion-entry { width: 100%; }
  .kc-web-decision-path { grid-template-columns: 1fr; }
  .kc-web-decision-path i { width: 1px; height: 26px; margin: 0 auto; }
  .kc-web-process-list li { grid-template-columns: 52px 1fr; gap: 14px; padding: 28px 0; }
  .kc-web-process-list li > div { grid-template-columns: 1fr; gap: 12px; }
  .kc-web-process-list .kc-web-card-label { grid-column: auto; margin-bottom: 0 !important; }
  .kc-web-audience-grid { grid-template-columns: 1fr; }
  .kc-web-audience-grid article,
  .kc-web-audience-grid article:nth-child(3n),
  .kc-web-audience-grid article:nth-child(4n),
  .kc-web-audience-grid article:nth-child(n+7) { min-height: auto; border-right: 0; border-bottom: 1px solid var(--kc-border); }
  .kc-web-audience-grid article:last-child { border-bottom: 0; }
  .kc-web-audience-grid span { margin-bottom: 28px; }
  .kc-web-resources-lead { grid-template-columns: 1fr; }
  .kc-web-resource-mark { min-height: 155px; }
  .kc-web-resource-grid a:nth-child(odd) { margin-right: 0; }
  .kc-web-faq-list summary { padding-right: 44px; font-size: 18px; }
  .kc-web-faq-list details > div { padding-right: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .kc-web-service-page *,
  .kc-web-service-page *::before,
  .kc-web-service-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}/* End custom CSS */