/* Web Development page — scoped styles (kc-wd-*) */
.kc-wd-page{
  overflow-x: clip;
  overflow-x: hidden;
}

/* HERO (dark) */
.kc-wd-hero{
  background:
    radial-gradient(900px 420px at 15% 20%, rgba(17,141,201,.26), rgba(7,10,18,0) 60%),
    radial-gradient(780px 420px at 75% 10%, rgba(249,178,22,.22), rgba(7,10,18,0) 60%),
    linear-gradient(180deg, #070A12, #0A0F1C 60%, #0B1220);
  color: rgba(233,238,248,.92);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.kc-wd-hero__breadcrumbs{
  padding-top: 26px;
  opacity: .95;
}

.kc-wd-hero__grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(18px, 3vw, 32px);
  padding: clamp(18px, 3vw, 34px) 0 34px;
  align-items: start;
}
.kc-wd-hero__grid > *{ min-width: 0; }

.kc-wd-eyebrow{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(233,238,248,.78);
}
.kc-wd-eyebrow::before{
  content:"";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(249,178,22,.9), rgba(17,141,201,.7));
  box-shadow: 0 0 18px rgba(249,178,22,.18);
}

.kc-wd-h1{
  margin: 10px 0 10px;
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.02em;
  font-size: clamp(30px, 3.2vw, 46px);
  color: rgba(255,255,255,.96);
}
.kc-wd-lead{
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(233,238,248,.80);
  max-width: 62ch;
}

.kc-wd-ctaRow{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 14px 0 12px;
}

/* chips: mobile swipe */
.kc-wd-chips{ margin: 10px 0 14px; max-width: 100%; }
.kc-wd-chips__track{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 100%;
}
.kc-wd-chip{
  display:inline-flex;
  align-items:center;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  color: rgba(233,238,248,.86);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.kc-wd-bullets{
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display:grid;
  gap: 10px;
}
.kc-wd-bullets li{
  display:flex;
  align-items:flex-start;
  gap: 10px;
  color: rgba(233,238,248,.82);
  line-height: 1.55;
}
.kc-wd-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  margin-top: 7px;
  background: radial-gradient(circle at 30% 30%, rgba(249,178,22,.95), rgba(17,141,201,.6));
  box-shadow: 0 0 16px rgba(249,178,22,.18);
  flex: 0 0 auto;
}

/* hero panel */
.kc-wd-panel{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  box-shadow: 0 26px 74px rgba(0,0,0,.42);
  overflow:hidden;
  padding: 16px;
}
.kc-wd-panel__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 12px;
  padding: 4px 4px 12px;
}
.kc-wd-panel__badge{
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(233,238,248,.82);
}
.kc-wd-panel__title{
  font-weight: 900;
  color: rgba(255,255,255,.92);
}
.kc-wd-panel__grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.kc-wd-mini{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(7,10,18,.22);
  padding: 12px 12px 11px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.kc-wd-mini:hover{
  transform: translateY(-2px);
  border-color: rgba(249,178,22,.20);
  box-shadow: 0 18px 46px rgba(0,0,0,.44), 0 0 0 4px rgba(249,178,22,.06);
}
.kc-wd-mini__icon{
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  border: 1px solid rgba(255,255,255,.10);
  background: radial-gradient(circle at 30% 30%, rgba(249,178,22,.18), rgba(17,141,201,.10));
  color: rgba(233,238,248,.90);
  margin-bottom: 10px;
}
.kc-wd-mini__head{
  font-weight: 900;
  color: rgba(255,255,255,.92);
  margin-bottom: 4px;
}
.kc-wd-mini__text{
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(233,238,248,.76);
}

.kc-wd-panel__foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  padding: 12px 4px 2px;
  flex-wrap: wrap;
}
.kc-wd-link{
  color: rgba(233,238,248,.86);
  font-weight: 800;
  text-decoration: none;
}
.kc-wd-link:hover{ text-decoration: underline; }

/* LIGHT SECTIONS */
.kc-wd-light{
  background: #fff;
}
.kc-wd-head{
  padding: 18px 0 14px;
}
.kc-wd-h2{
  margin: 0 0 8px;
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.15;
  color: rgba(12,18,28,.96);
}
.kc-wd-sub{
  margin: 0;
  max-width: 74ch;
  color: rgba(14,23,38,.70);
  line-height: 1.75;
}

/* outcomes cards */
.kc-wd-outcomes{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
  padding: 8px 0 6px;
}
.kc-wd-card{
  border-radius: 22px;
  border: 1px solid rgba(16,24,40,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,252,255,.96));
  box-shadow: 0 18px 42px rgba(16,24,40,.08);
  padding: 16px 16px 14px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.kc-wd-card:hover{
  transform: translateY(-2px);
  border-color: rgba(17,141,201,.22);
  box-shadow: 0 22px 54px rgba(16,24,40,.10);
}
.kc-wd-card__icon{
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  border: 1px solid rgba(16,24,40,.10);
  background: radial-gradient(circle at 30% 30%, rgba(17,141,201,.14), rgba(249,178,22,.08));
  color: rgba(12,18,28,.92);
  margin-bottom: 10px;
}
.kc-wd-h3{
  margin: 0 0 6px;
  font-weight: 900;
  color: rgba(12,18,28,.95);
  letter-spacing: -0.01em;
}
.kc-wd-text{
  margin: 0;
  color: rgba(14,23,38,.70);
  line-height: 1.65;
}

/* workflow */
.kc-wd-steps{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
  padding: 12px 0 6px;
}
.kc-wd-step{
  border-radius: 22px;
  border: 1px solid rgba(16,24,40,.10);
  background: #fff;
  box-shadow: 0 18px 42px rgba(16,24,40,.08);
  padding: 16px 16px 14px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
  position: relative;
  overflow: hidden;
}
.kc-wd-step::before{
  content:"";
  position:absolute;
  inset:-1px -1px auto -1px;
  height: 1px;
  background: linear-gradient(90deg, rgba(17,141,201,.35), rgba(249,178,22,.25));
}
.kc-wd-step:hover{
  transform: translateY(-2px);
  border-color: rgba(249,178,22,.20);
  box-shadow: 0 22px 54px rgba(16,24,40,.10);
}
.kc-wd-step__num{
  font-weight: 950;
  letter-spacing: .08em;
  font-size: 12px;
  color: rgba(17,141,201,.82);
  margin-bottom: 10px;
}

/* stack pills */
.kc-wd-stack{ margin-top: 12px; }
.kc-wd-stack__track{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}
.kc-wd-pill{
  display:inline-flex;
  align-items:center;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(16,24,40,.10);
  background: rgba(255,255,255,.90);
  color: rgba(12,18,28,.85);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.kc-wd-note{
  margin-top: 14px;
  display:flex;
  gap: 12px;
  border-radius: 22px;
  border: 1px solid rgba(16,24,40,.10);
  background: linear-gradient(180deg, rgba(249,178,22,.06), rgba(17,141,201,.05));
  padding: 14px 14px;
  box-shadow: 0 18px 42px rgba(16,24,40,.08);
}
.kc-wd-note__icon{
  width: 44px; height: 44px; border-radius: 16px;
  display:flex; align-items:center; justify-content:center;
  border: 1px solid rgba(16,24,40,.10);
  background: rgba(255,255,255,.90);
  color: rgba(12,18,28,.88);
  flex: 0 0 auto;
}
.kc-wd-note__title{ font-weight: 950; color: rgba(12,18,28,.95); margin-bottom: 2px; }
.kc-wd-note__text{ color: rgba(14,23,38,.72); line-height: 1.65; }

/* pricing */
.kc-wd-pricing{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
  padding: 12px 0 6px;
}
.kc-wd-price{
  border-radius: 22px;
  border: 1px solid rgba(16,24,40,.10);
  background: #fff;
  box-shadow: 0 18px 42px rgba(16,24,40,.08);
  padding: 16px 16px 14px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
  display:flex;
  flex-direction: column;
  gap: 12px;
}
.kc-wd-price:hover{
  transform: translateY(-2px);
  border-color: rgba(17,141,201,.22);
  box-shadow: 0 22px 54px rgba(16,24,40,.10);
}
.kc-wd-price--hot{
  border-color: rgba(249,178,22,.30);
  box-shadow: 0 26px 64px rgba(16,24,40,.12);
}
.kc-wd-price__badge{
  display:inline-flex;
  align-items:center;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(16,24,40,.12);
  background: rgba(255,255,255,.92);
  font-weight: 900;
  font-size: 12px;
  color: rgba(12,18,28,.86);
  margin-bottom: 10px;
  width: fit-content;
}
.kc-wd-price__badge--hot{
  border-color: rgba(249,178,22,.32);
  background: rgba(249,178,22,.10);
}
.kc-wd-list{
  margin: 0;
  padding-left: 18px;
  color: rgba(14,23,38,.74);
  line-height: 1.75;
}
.kc-wd-price .kc-btn{ margin-top: auto; }

/* FAQ */
.kc-wd-faq{
  display:grid;
  gap: 10px;
  padding: 12px 0 6px;
}
.kc-wd-faq__item{
  border-radius: 18px;
  border: 1px solid rgba(16,24,40,.10);
  background: #fff;
  box-shadow: 0 18px 42px rgba(16,24,40,.08);
  overflow:hidden;
}
.kc-wd-faq__q{
  cursor:pointer;
  padding: 14px 14px;
  font-weight: 900;
  color: rgba(12,18,28,.95);
  list-style: none;
}
.kc-wd-faq__q::-webkit-details-marker{ display:none; }

/* FAQ toggle icon */
.kc-wd-faq__q{
  position: relative;
  padding-right: 54px;
}
.kc-wd-faq__q::after{
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 14px;
  border: 1px solid rgba(16,24,40,.12);
  background: radial-gradient(circle at 30% 30%, rgba(17,141,201,.12), rgba(249,178,22,.08));
  box-shadow: 0 18px 42px rgba(16,24,40,.06);
}
.kc-wd-faq__q::before{
  content: "+";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  font-weight: 950;
  font-size: 18px;
  color: rgba(12,18,28,.82);
  letter-spacing: -0.02em;
}
.kc-wd-faq__item[open] .kc-wd-faq__q::before{
  content: "–";
}
.kc-wd-faq__q:hover::after{
  border-color: rgba(17,141,201,.22);
}
.kc-wd-faq__q:focus-visible{
  outline: 3px solid rgba(17,141,201,.22);
  outline-offset: 3px;
  border-radius: 14px;
}
.kc-wd-faq__a{
  padding: 0 14px 14px;
  color: rgba(14,23,38,.72);
  line-height: 1.75;
}
.kc-wd-faq__item[open]{
  border-color: rgba(17,141,201,.22);
}

/* CTA (dark) */
.kc-wd-cta{
  background:
    radial-gradient(900px 420px at 75% 30%, rgba(17,141,201,.22), rgba(7,10,18,0) 60%),
    radial-gradient(760px 420px at 20% 15%, rgba(249,178,22,.18), rgba(7,10,18,0) 60%),
    linear-gradient(180deg, #070A12, #0A0F1C 70%, #0B1220);
  border-top: 1px solid rgba(255,255,255,.10);
  color: rgba(233,238,248,.92);
}
.kc-wd-ctaBox{
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  box-shadow: 0 26px 74px rgba(0,0,0,.44);
  padding: clamp(16px, 3vw, 22px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.kc-wd-ctaBox__h{
  margin: 0 0 8px;
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 1.12;
  font-size: clamp(20px, 2.1vw, 28px);
  color: rgba(255,255,255,.96);
}
.kc-wd-ctaBox__p{
  margin: 0;
  color: rgba(233,238,248,.82);
  line-height: 1.7;
  max-width: 72ch;
}
.kc-wd-ctaBox__actions{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items:center;
}

/* Mobile + responsive */
@media (max-width: 980px){
  .kc-wd-hero__grid{ grid-template-columns: 1fr; }
  .kc-wd-panel__grid{ grid-template-columns: 1fr 1fr; }
  .kc-wd-outcomes{ grid-template-columns: 1fr; }
  .kc-wd-steps{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .kc-wd-pricing{ grid-template-columns: 1fr; }
}

@media (max-width: 680px){
  /* chips swipe */
  .kc-wd-chips__track{
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .kc-wd-chip{
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
  .kc-wd-chips__track::-webkit-scrollbar{ display:none; }
  .kc-wd-chips__track{ scrollbar-width:none; -ms-overflow-style:none; }

  /* stack swipe */
  .kc-wd-stack__track{
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .kc-wd-pill{ flex: 0 0 auto; scroll-snap-align: start; }
  .kc-wd-stack__track::-webkit-scrollbar{ display:none; }
  .kc-wd-stack__track{ scrollbar-width:none; -ms-overflow-style:none; }


  /* outcomes swipe */
  .kc-wd-outcomes{
    display:flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .kc-wd-card{
    flex: 0 0 86%;
    scroll-snap-align: start;
  }
  .kc-wd-outcomes::-webkit-scrollbar{ display:none; }
  .kc-wd-outcomes{ scrollbar-width:none; -ms-overflow-style:none; }
  /* pricing swipe (keep cards not too tall) */
  .kc-wd-pricing{
    display:flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .kc-wd-price{ flex: 0 0 86%; scroll-snap-align: start; }
  .kc-wd-pricing::-webkit-scrollbar{ display:none; }
  .kc-wd-pricing{ scrollbar-width:none; -ms-overflow-style:none; }

  /* CTA box */
  .kc-wd-ctaBox{ align-items: stretch; }

  /* CTA actions one-row */
  .kc-wd-ctaBox__actions{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .kc-wd-ctaBox__actions .kc-btn{
    width: 100%;
    justify-content: center;
    white-space: nowrap;
  }
  /* make LG buttons fit in one row */
  .kc-wd-ctaBox__actions .kc-btn--lg{
    padding: 12px 14px;
    font-size: 14px;
  }
}

/* Swipe hint (2s then fade) */
.kc-wd-swipeHint{
  position:absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  display:flex;
  gap: 6px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(7,10,18,.55);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 46px rgba(0,0,0,.42);
  pointer-events:none;
  opacity: 0;
  transition: opacity .25s ease;
  z-index: 5;
}
.kc-wd-swipeHint.is-on{ opacity: 1; }
.kc-wd-swipeHint i{
  width: 6px; height: 6px; border-radius: 999px;
  background: rgba(233,238,248,.35);
}
.kc-wd-swipeHint i:nth-child(2){ background: rgba(249,178,22,.75); }