.elementor-2865 .elementor-element.elementor-element-b32cd66{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2865 .elementor-element.elementor-element-df0e603{margin:-10% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-df0e603 *//*
KODCRAFT AI — APP DEVELOPMENT CONTENT HUB
Scoped to .kc-hub to reduce conflicts with Elementor/global theme CSS.

Typography:
- Headings: Syne
- Body: Roboto

If these fonts are already configured globally in Elementor, no additional font request is needed.
*/

:root {
  --kc-lime: #C7F32F;
  --kc-bg: #070807;
  --kc-bg-2: #0B0D0B;
  --kc-bg-3: #101310;
  --kc-card: #111411;
  --kc-card-2: #141814;
  --kc-text: #F2F4EE;
  --kc-muted: #A8AEA3;
  --kc-muted-2: #7F877B;
  --kc-border: rgba(255,255,255,.10);
  --kc-border-strong: rgba(199,243,47,.34);
  --kc-max: 1200px;
  --kc-radius: 18px;
  --kc-radius-lg: 26px;
  --kc-shadow: 0 18px 50px rgba(0,0,0,.22);
}

.kc-hub,
.kc-hub * {
  box-sizing: border-box;
}

.kc-hub {
  width: 100%;
  overflow: clip;
  background: var(--kc-bg);
  color: var(--kc-text);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.kc-hub img,
.kc-hub svg {
  max-width: 100%;
}

.kc-hub a {
  color: inherit;
  text-decoration: none;
}

.kc-hub p,
.kc-hub li {
  color: var(--kc-muted);
}

.kc-hub h1,
.kc-hub h2,
.kc-hub h3,
.kc-hub h4,
.kc-hub strong {
  color: var(--kc-text);
}

.kc-hub h1,
.kc-hub h2,
.kc-hub h3,
.kc-hub h4 {
  margin: 0;
  font-family: "Syne", Arial, sans-serif;
}

.kc-hub h1 {
  max-width: 920px;
  font-size: 60px;
  line-height: 1.08em !important;
  font-weight: 700;
  letter-spacing: -0.045em;
}

.kc-hub h2 {
  font-size: 44px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.kc-hub h3 {
  font-size: 24px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.kc-hub p {
  margin: 0;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}

.kc-accent {
  color: var(--kc-lime);
}

.kc-section {
  position: relative;
  padding: 112px 24px;
  background: var(--kc-bg);
}

.kc-section-alt {
  background: var(--kc-bg-2);
}

.kc-shell {
  width: min(100%, var(--kc-max));
  margin: 0 auto;
}

.kc-narrow {
  max-width: 940px;
}

.kc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--kc-lime) !important;
  font-family: "Syne", Arial, sans-serif;
  font-size: 12px !important;
  line-height: 1;
  font-weight: 700 !important;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.kc-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--kc-lime);
}

.kc-lead {
  max-width: 820px;
  margin-top: 26px !important;
  color: #D6DBD0 !important;
  font-size: 19px !important;
  line-height: 1.55 !important;
}

.kc-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 52px;
  color: var(--kc-muted-2);
  font-size: 13px;
}

.kc-breadcrumb a {
  transition: color .25s ease;
}

.kc-breadcrumb a:hover {
  color: var(--kc-lime);
}

.kc-hero {
  min-height: 86vh;
  padding-top: 20vh;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    var(--kc-bg);
  background-size: 48px 48px;
}

.kc-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(199,243,47,.35), transparent);
}

.kc-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  gap: 78px;
  align-items: center;
}

.kc-hero-copy > p:not(.kc-eyebrow):not(.kc-lead) {
  max-width: 760px;
  margin-top: 20px;
}

.kc-answer-box {
  max-width: 760px;
  margin-top: 32px;
  padding: 20px 22px;
  border: 1px solid var(--kc-border-strong);
  border-radius: 14px;
  background: rgba(199,243,47,.055);
}

.kc-answer-label {
  display: block;
  margin-bottom: 8px;
  color: var(--kc-lime);
  font-family: "Syne", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.kc-answer-box p {
  color: #DCE2D6;
}

.kc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.kc-actions-center {
  justify-content: center;
}

.kc-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 19px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-family: "Syne", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
  transition:
    transform .25s ease,
    border-color .25s ease,
    background-color .25s ease,
    color .25s ease;
}

.kc-btn span {
  transition: transform .25s ease;
}

.kc-btn:hover span {
  transform: translateX(3px);
}

.kc-btn-primary {
  background: var(--kc-lime);
  color: #0A0B09 !important;
}

.kc-btn-primary:hover {
  transform: translateY(-2px);
  background: #D2FA44;
}

.kc-btn-ghost {
  border-color: var(--kc-border);
  background: rgba(255,255,255,.025);
  color: var(--kc-text) !important;
}

.kc-btn-ghost:hover {
  transform: translateY(-2px);
  border-color: rgba(199,243,47,.52);
}

.kc-hub a:focus-visible,
.kc-hub summary:focus-visible {
  outline: 2px solid var(--kc-lime);
  outline-offset: 4px;
  border-radius: 6px;
}

.kc-hero-visual {
  min-width: 0;
}

.kc-visual-frame {
  position: relative;
  padding: 14px;
  border: 1px solid var(--kc-border);
  border-radius: 22px;
  background: #0D100D;
  box-shadow: var(--kc-shadow);
}

.kc-visual-frame::before {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border: 1px solid rgba(199,243,47,.08);
  border-radius: 15px;
}

.kc-visual-topbar {
  position: relative;
  z-index: 2;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  border-bottom: 1px solid var(--kc-border);
}

.kc-visual-topbar > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #333933;
}

.kc-visual-title {
  margin-left: auto;
  color: var(--kc-muted-2);
  font-family: "Syne", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}

.kc-flow-svg {
  display: block;
  width: 100%;
  height: auto;
  min-height: 360px;
}

.kc-flow-line {
  fill: none;
  stroke: rgba(199,243,47,.36);
  stroke-width: 1.6;
  stroke-dasharray: 7 8;
  animation: kc-dash 12s linear infinite;
}

.kc-flow-node rect {
  fill: #141814;
  stroke: rgba(255,255,255,.14);
  stroke-width: 1;
}

.kc-flow-node circle {
  fill: var(--kc-lime);
}

.kc-flow-node rect:not(:first-child) {
  fill: rgba(255,255,255,.15);
  stroke: none;
}

.kc-flow-node-core rect {
  fill: rgba(199,243,47,.09);
  stroke: rgba(199,243,47,.55);
}

.kc-flow-node-core circle {
  fill: var(--kc-lime);
}

.kc-flow-node-core path {
  fill: none;
  stroke: #0A0B09;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kc-flow-pulse {
  fill: none;
  stroke: rgba(199,243,47,.42);
  stroke-width: 1;
  transform-origin: 310px 205px;
  animation: kc-pulse 2.8s ease-out infinite;
}

.kc-flow-node-a,
.kc-flow-node-d {
  animation: kc-float-a 5s ease-in-out infinite;
}

.kc-flow-node-b,
.kc-flow-node-c {
  animation: kc-float-b 6s ease-in-out infinite;
}

.kc-visual-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 10px 10px;
}

.kc-visual-tags span,
.kc-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border: 1px solid var(--kc-border);
  border-radius: 999px;
  color: var(--kc-muted);
  font-size: 11px;
  line-height: 1;
}

.kc-intro-section .kc-prose {
  margin-top: 32px;
}

.kc-prose {
  display: grid;
  gap: 18px;
}

.kc-prose-lg p {
  color: #BDC4B8;
  font-size: 17px;
  line-height: 1.65;
}

.kc-section-heading {
  max-width: 850px;
  margin-bottom: 46px;
}

.kc-section-heading > p:not(.kc-eyebrow) {
  max-width: 700px;
  margin-top: 20px;
}

.kc-heading-split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  gap: 54px;
  align-items: end;
}

.kc-heading-split > p {
  margin: 0 !important;
  padding-bottom: 4px;
}

.kc-feature-card {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  border: 1px solid var(--kc-border);
  border-radius: var(--kc-radius-lg);
  overflow: hidden;
  background: var(--kc-card);
  box-shadow: var(--kc-shadow);
}

.kc-feature-copy {
  padding: 46px;
}

.kc-card-kicker {
  display: block;
  margin-bottom: 14px;
  color: var(--kc-lime);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.kc-feature-copy h3 {
  max-width: 690px;
  font-size: 34px;
  line-height: 1.05;
}

.kc-feature-copy > p {
  max-width: 700px;
  margin-top: 20px;
}

.kc-check-list,
.kc-line-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.kc-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
}

.kc-check-list li {
  position: relative;
  padding-left: 24px;
}

.kc-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--kc-lime);
  font-weight: 700;
}

.kc-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  color: var(--kc-text) !important;
  font-family: "Syne", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.kc-text-link span {
  color: var(--kc-lime);
  transition: transform .25s ease;
}

.kc-text-link:hover span {
  transform: translateX(4px);
}

.kc-feature-aside {
  display: grid;
  align-content: stretch;
  border-left: 1px solid var(--kc-border);
  background:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px),
    #0C0F0C;
  background-size: 28px 28px;
}

.kc-metric {
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-template-rows: auto auto;
  column-gap: 16px;
  align-content: center;
  min-height: 118px;
  padding: 24px 30px;
  border-bottom: 1px solid var(--kc-border);
}

.kc-metric:last-child {
  border-bottom: 0;
}

.kc-metric > span {
  grid-row: 1 / span 2;
  color: var(--kc-lime);
  font-family: "Syne", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.kc-metric strong {
  font-family: "Syne", Arial, sans-serif;
  font-size: 16px;
}

.kc-metric small {
  margin-top: 4px;
  color: var(--kc-muted-2);
  font-size: 12px;
}

.kc-card-grid {
  display: grid;
  gap: 18px;
}

.kc-card-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kc-resource-card,
.kc-link-card,
.kc-authority-card,
.kc-compare-card {
  position: relative;
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--kc-border);
  border-radius: var(--kc-radius);
  background: var(--kc-card);
  transition:
    transform .3s ease,
    border-color .3s ease,
    background-color .3s ease;
}

.kc-resource-card:hover,
.kc-link-card:hover,
.kc-authority-card:hover,
.kc-compare-card:hover {
  transform: translateY(-4px);
  border-color: rgba(199,243,47,.34);
  background: var(--kc-card-2);
}

.kc-resource-card h3,
.kc-link-card h3,
.kc-authority-card h3 {
  margin-top: 18px;
}

.kc-resource-card p,
.kc-link-card p,
.kc-authority-card p {
  margin-top: 16px;
}

.kc-resource-card .kc-text-link,
.kc-link-card .kc-text-link,
.kc-authority-card .kc-text-link {
  margin-top: 24px;
}

.kc-resource-no {
  color: var(--kc-lime);
  font-family: "Syne", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
}

.kc-resource-card-tall {
  min-height: 330px;
  display: flex;
  flex-direction: column;
}

.kc-resource-card-tall .kc-text-link {
  margin-top: auto;
  padding-top: 24px;
}

.kc-icon-box {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(199,243,47,.28);
  border-radius: 12px;
  background: rgba(199,243,47,.055);
}

.kc-icon-box svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--kc-lime);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kc-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.kc-compare-card {
  padding: 38px;
}

.kc-compare-card-accent {
  border-color: rgba(199,243,47,.28);
  background: rgba(199,243,47,.045);
}

.kc-compare-head h3 {
  margin-top: 18px;
  font-size: 28px;
  line-height: 1.05;
}

.kc-line-list {
  display: grid;
  gap: 14px;
}

.kc-line-list li {
  position: relative;
  padding: 0 0 14px 22px;
  border-bottom: 1px solid var(--kc-border);
}

.kc-line-list li:last-child {
  border-bottom: 0;
}

.kc-line-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--kc-lime);
}

.kc-center-link {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.kc-planning-layout {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 52px;
  align-items: start;
}

.kc-planning-sticky {
  position: sticky;
  top: 28px;
}

.kc-sticky-card {
  padding: 32px;
  border: 1px solid var(--kc-border-strong);
  border-radius: var(--kc-radius);
  background: rgba(199,243,47,.045);
}

.kc-sticky-quote {
  margin: 12px 0 18px !important;
  color: var(--kc-text) !important;
  font-family: "Syne", Arial, sans-serif;
  font-size: 28px !important;
  line-height: 1.12 !important;
  font-weight: 700 !important;
  letter-spacing: -.03em;
}

.kc-steps {
  border-top: 1px solid var(--kc-border);
}

.kc-step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 22px;
  padding: 28px 0;
  border-bottom: 1px solid var(--kc-border);
}

.kc-step-no {
  padding-top: 2px;
  color: var(--kc-lime);
  font-family: "Syne", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.kc-step p {
  margin-top: 11px;
  max-width: 730px;
}

.kc-authority-type {
  display: inline-block;
  color: var(--kc-lime);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.kc-authority-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
}

.kc-authority-card .kc-text-link {
  margin-top: auto;
  padding-top: 24px;
}

.kc-approach {
  background:
    linear-gradient(135deg, rgba(199,243,47,.03), transparent 46%),
    var(--kc-bg);
}

.kc-approach-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  gap: 64px;
  align-items: start;
  padding: 54px;
  border: 1px solid var(--kc-border);
  border-radius: var(--kc-radius-lg);
  background: #0B0D0B;
}

.kc-approach-copy > p:not(.kc-eyebrow) {
  margin-top: 20px;
}

.kc-strong-line {
  color: #DDE2D8 !important;
  font-weight: 500 !important;
}

.kc-approach-links {
  display: grid;
  gap: 10px;
}

.kc-approach-links a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 20px;
  padding: 20px;
  border: 1px solid var(--kc-border);
  border-radius: 14px;
  background: rgba(255,255,255,.018);
  transition: transform .25s ease, border-color .25s ease;
}

.kc-approach-links a:hover {
  transform: translateX(4px);
  border-color: rgba(199,243,47,.35);
}

.kc-approach-links span {
  grid-column: 1;
  color: var(--kc-muted-2);
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.kc-approach-links strong {
  grid-column: 1;
  font-family: "Syne", Arial, sans-serif;
  font-size: 16px;
}

.kc-approach-links em {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--kc-lime);
  font-style: normal;
}

.kc-faq-list {
  border-top: 1px solid var(--kc-border);
}

.kc-faq-item {
  border-bottom: 1px solid var(--kc-border);
}

.kc-faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 82px;
  padding: 22px 58px 22px 0;
  color: var(--kc-text);
  cursor: pointer;
  list-style: none;
  font-family: "Syne", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

.kc-faq-item summary::-webkit-details-marker {
  display: none;
}

.kc-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--kc-border);
  border-radius: 50%;
  color: var(--kc-lime);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
  transition: transform .25s ease, border-color .25s ease;
}

.kc-faq-item[open] summary::after {
  transform: rotate(45deg);
  border-color: var(--kc-border-strong);
}

.kc-faq-answer {
  max-width: 900px;
  padding: 0 58px 26px 0;
  animation: kc-faq-in .25s ease;
}

.kc-faq-answer .kc-text-link {
  margin-top: 14px;
}

.kc-service-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(290px, .8fr);
  gap: 56px;
  align-items: center;
  padding: 54px;
  border: 1px solid var(--kc-border-strong);
  border-radius: var(--kc-radius-lg);
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    #0D100D;
  background-size: 36px 36px;
}

.kc-service-panel h2 {
  max-width: 720px;
}

.kc-service-panel p:not(.kc-eyebrow) {
  max-width: 760px;
  margin-top: 18px;
}

.kc-service-proof {
  display: grid;
  gap: 10px;
}

.kc-service-proof div {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  min-height: 72px;
  padding: 14px 18px;
  border: 1px solid var(--kc-border);
  border-radius: 12px;
  background: rgba(8,9,8,.75);
}

.kc-service-proof span {
  color: var(--kc-lime);
  font-family: "Syne", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.kc-service-proof strong {
  font-family: "Syne", Arial, sans-serif;
  font-size: 15px;
}

.kc-link-card {
  min-height: 275px;
  display: flex;
  flex-direction: column;
}

.kc-link-card .kc-text-link {
  margin-top: auto;
  padding-top: 24px;
}

.kc-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--kc-border);
  border-radius: var(--kc-radius);
  overflow: hidden;
}

.kc-path-grid a {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border-right: 1px solid var(--kc-border);
  background: var(--kc-card);
  transition: background-color .25s ease, transform .25s ease;
}

.kc-path-grid a:last-child {
  border-right: 0;
}

.kc-path-grid a:hover {
  background: var(--kc-card-2);
}

.kc-path-grid span {
  margin-bottom: auto;
  color: var(--kc-lime);
  font-family: "Syne", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.kc-path-grid strong {
  font-family: "Syne", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.15;
}

.kc-path-grid em {
  margin-top: 8px;
  color: var(--kc-muted-2);
  font-size: 12px;
  line-height: 1.4;
  font-style: normal;
}

.kc-final-cta {
  padding-top: 82px;
  padding-bottom: 82px;
  background: var(--kc-bg-2);
}

.kc-cta-panel {
  position: relative;
  overflow: hidden;
  padding: 68px 50px;
  border: 1px solid var(--kc-border-strong);
  border-radius: var(--kc-radius-lg);
  background:
    linear-gradient(145deg, rgba(199,243,47,.055), transparent 42%),
    #0D100D;
  text-align: center;
}

.kc-cta-panel::before,
.kc-cta-panel::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(199,243,47,.13);
  border-radius: 50%;
}

.kc-cta-panel::before {
  top: -90px;
  left: -70px;
}

.kc-cta-panel::after {
  right: -70px;
  bottom: -90px;
}

.kc-cta-panel h2 {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.kc-cta-panel > p:not(.kc-eyebrow):not(.kc-reassurance) {
  position: relative;
  z-index: 1;
  max-width: 790px;
  margin: 24px auto 0;
}

.kc-reassurance {
  margin-top: 22px !important;
  color: var(--kc-muted-2) !important;
  font-size: 13px !important;
}

/* Motion */
@keyframes kc-dash {
  to { stroke-dashoffset: -120; }
}

@keyframes kc-pulse {
  0% { opacity: .7; transform: scale(.75); }
  75%, 100% { opacity: 0; transform: scale(1.35); }
}

@keyframes kc-float-a {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes kc-float-b {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}

@keyframes kc-faq-in {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Tablet */
@media (max-width: 1024px) {
  .kc-hub h1 {
    font-size: 50px;
  }

  .kc-hub h2 {
    font-size: 38px;
  }

  .kc-section {
    padding: 88px 22px;
  }

  .kc-hero {
    min-height: auto;
    padding-top: 80px;
  }

  .kc-hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .kc-hero-visual {
    max-width: 720px;
  }

  .kc-card-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kc-card-grid-3 > :last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .kc-feature-card,
  .kc-service-panel,
  .kc-approach-panel {
    grid-template-columns: 1fr;
  }

  .kc-feature-aside {
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--kc-border);
    border-left: 0;
  }

  .kc-metric:nth-child(odd) {
    border-right: 1px solid var(--kc-border);
  }

  .kc-metric:nth-child(3),
  .kc-metric:nth-child(4) {
    border-bottom: 0;
  }

  .kc-planning-layout {
    grid-template-columns: 1fr;
  }

  .kc-planning-sticky {
    position: static;
  }

  .kc-path-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .kc-path-grid a {
    border-bottom: 1px solid var(--kc-border);
  }

  .kc-path-grid a:nth-child(2) {
    border-right: 0;
  }

  .kc-path-grid a:nth-child(3),
  .kc-path-grid a:nth-child(4) {
    border-bottom: 0;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .kc-hub h1 {
    font-size: 40px;
    line-height: 1.03em;
    letter-spacing: -.04em;
  }

  .kc-hub h2 {
    font-size: 32px;
    line-height: 1.02em;
  }

  .kc-hub h3 {
    font-size: 22px;
    line-height: 1.05em;
  }

  .kc-hub p,
  .kc-hub li {
    font-size: 15px;
    line-height: 1.5;
  }

  .kc-section {
    padding: 70px 18px;
  }

  .kc-hero {
    padding-top: 56px;
  }

  .kc-breadcrumb {
    margin-bottom: 36px;
  }

  .kc-lead {
    font-size: 17px !important;
  }

  .kc-actions {
    flex-direction: column;
  }

  .kc-btn {
    width: 100%;
  }

  .kc-flow-svg {
    min-height: 260px;
  }

  .kc-visual-title {
    display: none;
  }

  .kc-section-heading {
    margin-bottom: 34px;
  }

  .kc-heading-split {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .kc-card-grid-3,
  .kc-compare-grid,
  .kc-feature-aside,
  .kc-path-grid {
    grid-template-columns: 1fr;
  }

  .kc-card-grid-3 > :last-child:nth-child(odd) {
    grid-column: auto;
  }

  .kc-feature-copy,
  .kc-compare-card,
  .kc-resource-card,
  .kc-link-card,
  .kc-authority-card {
    padding: 24px;
  }

  .kc-feature-copy h3 {
    font-size: 28px;
  }

  .kc-check-list {
    grid-template-columns: 1fr;
  }

  .kc-feature-aside {
    border-top: 1px solid var(--kc-border);
  }

  .kc-metric,
  .kc-metric:nth-child(odd) {
    border-right: 0;
    border-bottom: 1px solid var(--kc-border);
  }

  .kc-metric:last-child {
    border-bottom: 0;
  }

  .kc-resource-card-tall {
    min-height: 0;
  }

  .kc-sticky-card {
    padding: 24px;
  }

  .kc-sticky-quote {
    font-size: 24px !important;
  }

  .kc-step {
    grid-template-columns: 38px 1fr;
    gap: 14px;
  }

  .kc-approach-panel,
  .kc-service-panel,
  .kc-cta-panel {
    padding: 32px 24px;
  }

  .kc-faq-item summary {
    min-height: 72px;
    padding: 18px 48px 18px 0;
    font-size: 18px;
  }

  .kc-faq-answer {
    padding-right: 0;
  }

  .kc-path-grid a,
  .kc-path-grid a:nth-child(2),
  .kc-path-grid a:nth-child(3) {
    min-height: 155px;
    border-right: 0;
    border-bottom: 1px solid var(--kc-border);
  }

  .kc-path-grid a:last-child {
    border-bottom: 0;
  }

  .kc-final-cta {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}

/* Very small screens */
@media (max-width: 420px) {
  .kc-hub h1 {
    font-size: 36px;
  }

  .kc-hub h2 {
    font-size: 29px;
  }

  .kc-visual-frame {
    padding: 10px;
  }

  .kc-flow-svg {
    min-height: 220px;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .kc-hub *,
  .kc-hub *::before,
  .kc-hub *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}/* End custom CSS */