.elementor-265887 .elementor-element.elementor-element-ab88e78{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-265887 .elementor-element.elementor-element-0b7d558{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}body.elementor-page-265887:not(.elementor-motion-effects-element-type-background), body.elementor-page-265887 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1D1D30;}@media(min-width:768px){.elementor-265887 .elementor-element.elementor-element-ab88e78{--content-width:1445px;}}/* Start custom CSS for html, class: .elementor-element-4cd73df */:root {
  --kc-bg-dark: #161625;
  --kc-bg-darker: #1D1D30;
  --kc-yellow: #F6FE8C;
  --kc-orange: #FF743B;
  --kc-text-main: #EBECFF;
  --kc-text-muted: #9FA0B0;
  --kc-border: rgba(235, 236, 255, 0.12);
  --kc-light: #F5F3EF;
  --kc-dark-text: #161625;
  --kc-white: #FFFFFF;
}

* {
  box-sizing: border-box;
}

.kc-bcorp,
.kc-bcorp * {
  box-sizing: border-box;
}

.kc-bcorp {
  width: 100%;
  overflow: hidden;
  background: var(--kc-bg-dark);
  color: var(--kc-text-main);
  font-family: inherit;
}

.kc-bcorp img,
.kc-bcorp video {
  display: block;
  max-width: 100%;
}

.kc-bcorp a {
  color: inherit;
}

.kc-container {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.kc-section {
  position: relative;
  padding: clamp(4rem, 7vw, 6rem) 0;
}

.kc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
  padding: 0.62rem 1rem;
  border: 1px solid rgba(246, 254, 140, 0.24);
  border-radius: 999px;
  background: rgba(246, 254, 140, 0.08);
  color: var(--kc-yellow);
  font-size: clamp(1rem, 0.96rem + 0.18vw, 1.125rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.kc-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 14px rgba(246, 254, 140, 0.35);
}

.kc-title {
  margin: 0;
  color: var(--kc-text-main);
  font-size: clamp(2.5rem, 2.339rem + 0.734vw, 3rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.kc-title--dark {
  color: var(--kc-dark-text);
}

.kc-subtitle {
  margin: 1.5rem 0 0;
  max-width: 760px;
  color: rgba(235, 236, 255, 0.86);
  font-size: clamp(1.25rem, 1.19rem + 0.275vw, 1.438rem);
  font-weight: 500;
  line-height: 1.55;
}

.kc-subtitle--dark {
  color: rgba(22, 22, 37, 0.82);
}

.kc-btn,
.kc-btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.65rem 1.25rem;
  border: 0;
  border-radius: 0;
  background: var(--kc-yellow);
  color: #1D1D30 !important;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.kc-btn:hover {
  transform: translateY(-2px);
  background: var(--kc-white);
  color: #1D1D30 !important;
  box-shadow: 0 12px 30px rgba(246, 254, 140, 0.18);
}

.kc-btn--ghost,
.kc-btn--ghost:visited {
  background: rgba(22, 22, 37, 0.28);
  border: 1px solid rgba(235, 236, 255, 0.24);
  color: var(--kc-text-main) !important;
  backdrop-filter: blur(10px);
}

.kc-btn--ghost:hover {
  color: var(--kc-yellow) !important;
  background: rgba(246, 254, 140, 0.06);
  box-shadow: none;
}

.kc-reveal,
.kc-reveal-left,
.kc-reveal-right {
  opacity: 0;
  transition: opacity 0.78s ease, transform 0.78s ease;
  transition-delay: var(--kc-delay, 0s);
  will-change: opacity, transform;
}

.kc-reveal {
  transform: translateY(34px);
}

.kc-reveal-left {
  transform: translateX(-38px);
}

.kc-reveal-right {
  transform: translateX(38px);
}

.kc-reveal.is-visible,
.kc-reveal-left.is-visible,
.kc-reveal-right.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

.kc-delay-1 { --kc-delay: 0.08s; }
.kc-delay-2 { --kc-delay: 0.16s; }
.kc-delay-3 { --kc-delay: 0.24s; }
.kc-delay-4 { --kc-delay: 0.32s; }
.kc-delay-5 { --kc-delay: 0.4s; }

.kc-image-zoom img {
  transform: scale(1.055);
  transition: transform 1.1s ease, filter 0.45s ease;
  will-change: transform;
}

.kc-image-zoom.is-visible img {
  transform: scale(1);
}

.kc-image-zoom:hover img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.04);
}

.kc-hero {
  position: relative;
  min-height: clamp(720px, 92vh, 920px);
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background: var(--kc-bg-dark);
}

.kc-hero__video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.6;
  filter: saturate(1.05) contrast(1.08) brightness(0.7);
}

.kc-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(22, 22, 37, 0.8) 0%, rgba(22, 22, 37, 0.7) 42%, rgba(22, 22, 37, 0.96) 100%);
  pointer-events: none;
}

.kc-hero__content {
  position: relative;
  z-index: 3;
  width: min(1000px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(5rem, 7vw, 7rem) 0;
  text-align: center;
}

.kc-hero__title {
  margin: 0;
  color: var(--kc-text-main);
  font-size: clamp(3rem, 2.4rem + 3vw, 5.7rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.kc-hero__title strong {
  display: block;
  color: var(--kc-orange);
  font-weight: 800;
}

.kc-hero__claim {
  margin: 1.35rem auto 0;
  max-width: 860px;
  color: var(--kc-yellow);
  font-size: clamp(1.6rem, 1.5rem + 0.5vw, 1.9rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.kc-hero__lead {
  margin: 1.2rem auto 0;
  max-width: 860px;
  color: rgba(235, 236, 255, 0.92);
  font-size: clamp(1.25rem, 1.19rem + 0.275vw, 1.438rem);
  font-weight: 500;
  line-height: 1.55;
}

.kc-hero__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.kc-hero__badge-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.kc-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(235, 236, 255, 0.94);
  font-size: clamp(1rem, 0.96rem + 0.18vw, 1.125rem);
  backdrop-filter: blur(10px);
}

.kc-hero__badge::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--kc-yellow);
}

.kc-image-strip {
  background: var(--kc-bg-dark);
  padding: 0 0 clamp(4rem, 7vw, 6rem);
}

.kc-image-strip__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
  align-items: stretch;
}

.kc-image-strip__image {
  min-height: 440px;
  border-radius: 2rem;
  overflow: hidden;
  background: var(--kc-bg-darker);
}

.kc-image-strip__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kc-image-strip__side {
  display: grid;
  gap: 1rem;
}

.kc-image-strip__side .kc-image-strip__image {
  min-height: 210px;
}

.kc-manifesto {
  background: var(--kc-light);
  color: var(--kc-dark-text);
}

.kc-manifesto .kc-eyebrow {
  background: rgba(255, 116, 59, 0.12);
  border-color: rgba(255, 116, 59, 0.22);
  color: var(--kc-orange);
}

.kc-manifesto__grid,
.kc-score__layout,
.kc-diploma__grid,
.kc-challenge__grid,
.kc-purpose__layout,
.kc-beyond__layout,
.kc-apply__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.kc-manifesto__statement {
  margin: 0;
  color: var(--kc-dark-text);
  font-size: clamp(2.4rem, 2rem + 2vw, 4.2rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.kc-manifesto__statement span {
  color: var(--kc-orange);
}

.kc-manifesto__text {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  color: rgba(22, 22, 37, 0.82);
  font-size: clamp(1.25rem, 1.19rem + 0.275vw, 1.438rem);
  line-height: 1.55;
}

.kc-score {
  background: var(--kc-bg-darker);
}

.kc-score__number-card {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 4vw, 3rem);
  border: 1px solid var(--kc-border);
  border-radius: 2rem;
  background: #161625;
  overflow: hidden;
}

.kc-score__label {
  color: var(--kc-text-muted);
  font-size: clamp(1rem, 0.96rem + 0.18vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kc-score__number {
  margin: 0.8rem 0;
  color: var(--kc-yellow);
  font-size: clamp(5rem, 10vw, 9rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.kc-score__small {
  color: rgba(235, 236, 255, 0.78);
  font-size: clamp(1.125rem, 1.105rem + 0.092vw, 1.188rem);
  line-height: 1.5;
}

.kc-impact-tabs {
  margin-top: 2rem;
}

.kc-impact-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.kc-impact-tabs__btn {
  appearance: none;
  border: 1px solid rgba(235, 236, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: var(--kc-text-main);
  padding: 0.8rem 1rem;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.kc-impact-tabs__btn:hover,
.kc-impact-tabs__btn.is-active {
  background: rgba(246, 254, 140, 0.08);
  border-color: rgba(246, 254, 140, 0.32);
  color: var(--kc-yellow);
  transform: translateY(-2px);
}

.kc-impact-tabs__panel-wrap {
  position: relative;
  min-height: 150px;
  border: 1px solid var(--kc-border);
  background: #161625;
  padding: 1.35rem;
  overflow: hidden;
}

.kc-impact-tabs__panel {
  position: absolute;
  inset: 1.35rem;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.kc-impact-tabs__panel.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.kc-impact-tabs__panel p {
  margin: 0;
  color: rgba(235, 236, 255, 0.88);
  font-size: clamp(1.05rem, 1rem + 0.18vw, 1.125rem);
  line-height: 1.6;
}

.kc-impact-tabs__panel strong {
  color: var(--kc-yellow);
}

.kc-score__note {
  margin-top: 1.5rem;
  color: rgba(235, 236, 255, 0.82);
  font-size: clamp(1.125rem, 1.105rem + 0.092vw, 1.188rem);
  line-height: 1.55;
}

.kc-diploma {
  background: var(--kc-light);
  color: var(--kc-dark-text);
}

.kc-diploma .kc-eyebrow {
  background: rgba(255, 116, 59, 0.12);
  border-color: rgba(255, 116, 59, 0.22);
  color: var(--kc-orange);
}

.kc-diploma__note {
  margin-top: 1.25rem;
  color: rgba(22, 22, 37, 0.62);
  font-size: clamp(1rem, 0.96rem + 0.18vw, 1.125rem);
  line-height: 1.5;
  font-weight: 700;
}

.kc-diploma__image {
  border-radius: 2rem;
  overflow: hidden;
  border: 1px solid rgba(22, 22, 37, 0.1);
  background: #FFFFFF;
  box-shadow: 0 24px 60px rgba(22, 22, 37, 0.12);
  padding: 55px;
}

.kc-diploma__image img {
  width: 100%;
  height: auto;
  

  object-fit: cover;
}



.kc-challenge {
  background: var(--kc-yellow);
  color: #161625;
}

.kc-challenge__lines {
  display: grid;
  gap: 1rem;
}

.kc-challenge__intro {
  max-width: 35rem;
  color: rgba(22, 22, 37, 0.82);
  font-size: clamp(1.25rem, 1.19rem + 0.275vw, 1.438rem);
  line-height: 1.35;
  font-weight: 800;
}

.kc-challenge__line {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(22, 22, 37, 0.16);
}

.kc-challenge__line:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.kc-challenge__line-number {
  flex: 0 0 auto;
  width: 3rem;
  color: rgba(22, 22, 37, 0.34);
  font-size: clamp(1.5rem, 1.3rem + 0.7vw, 2rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.kc-challenge__line-text {
  display: block;
  color: #161625;
  font-size: clamp(2.3rem, 1.8rem + 2vw, 4rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.kc-challenge__line--muted .kc-challenge__line-text {
  color: rgba(22, 22, 37, 0.42);
}

.kc-challenge__copy {
  color: rgba(22, 22, 37, 0.84);
  font-size: clamp(1.25rem, 1.19rem + 0.275vw, 1.438rem);
  line-height: 1.55;
}

.kc-challenge__copy p + p {
  margin-top: 1rem;
}

.kc-challenge__closing {
  font-weight: 800;
  color: #161625;
}

.kc-programs-box {
  margin: 2rem 0;
  padding: 1.8rem 1.5rem;
  border: 1px solid rgba(22, 22, 37, 0.14);
  background: rgba(255, 255, 255, 0.18);
}

.kc-programs-box__title {
  margin: 0 0 1.25rem;
  color: #161625;
  font-size: clamp(1.35rem, 1.28rem + 0.32vw, 1.6rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.kc-programs-box__list {
  display: grid;
  gap: 0.75rem;
}

.kc-programs-box__item {
  position: relative;
  padding: 0.95rem 1rem 0.95rem 1.75rem;
  background: rgba(22, 22, 37, 0.06);
  color: rgba(22, 22, 37, 0.88);
  font-size: clamp(1rem, 0.96rem + 0.18vw, 1.08rem);
  line-height: 1.45;
}

.kc-programs-box__item::before {
  content: "";
  position: absolute;
  left: 0.8rem;
  top: 1.2rem;
  width: 7px;
  height: 7px;
  background: #161625;
}

.kc-full-image {
  background: var(--kc-yellow);
  padding-bottom: clamp(4rem, 7vw, 6rem);
}

.kc-full-image__frame {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(22, 22, 37, 0.22);
}

.kc-full-image__frame img {
  width: 100%;
  height: clamp(340px, 52vw, 620px);
  object-fit: cover;
}

.kc-impact {
  background: var(--kc-bg-dark);
}

.kc-impact__header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 3rem;
}

.kc-impact__header .kc-subtitle {
  margin-left: auto;
  margin-right: auto;
}

.kc-impact__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--kc-border);
  border-radius: 2rem;
  overflow: hidden;
  background: var(--kc-border);
}

.kc-impact__item {
  min-height: 260px;
  padding: 1.5rem;
  background: var(--kc-bg-darker);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.25s ease, background 0.25s ease;
}

.kc-impact__item:hover {
  transform: translateY(-5px);
  background: #202038;
}

.kc-impact__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(246, 254, 140, 0.1);
  color: var(--kc-yellow);
  font-size: 1.6rem;
  font-weight: 800;
  transition: transform 0.25s ease, background 0.25s ease;
}

.kc-impact__item:hover .kc-impact__icon {
  transform: rotate(-8deg) scale(1.08);
  background: rgba(246, 254, 140, 0.16);
}

.kc-impact__text {
  margin: 0;
  color: var(--kc-text-main);
  font-size: clamp(1.25rem, 1.19rem + 0.275vw, 1.438rem);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.kc-impact__closing {
  margin: 2rem auto 0;
  max-width: 820px;
  color: var(--kc-yellow);
  text-align: center;
  font-size: clamp(1.6rem, 1.5rem + 0.5vw, 1.9rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.kc-purpose {
  background: var(--kc-bg-darker);
}

.kc-purpose__layout {
  align-items: start;
}

.kc-purpose__big {
  margin: 0;
  color: var(--kc-text-main);
  font-size: clamp(2.7rem, 2rem + 3vw, 5.4rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.kc-purpose__big span {
  color: var(--kc-orange);
}

.kc-purpose__content {
  color: rgba(235, 236, 255, 0.86);
  font-size: clamp(1.25rem, 1.19rem + 0.275vw, 1.438rem);
  line-height: 1.55;
}

.kc-purpose__content p + p {
  margin-top: 1rem;
}

.kc-detail {
  border: 1px solid var(--kc-border);
  background: var(--kc-bg-dark);
  border-radius: 1.25rem;
  overflow: hidden;
}

.kc-detail summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 1rem 3rem 1rem 1rem;
  color: var(--kc-text-main);
  font-size: clamp(1.125rem, 1.105rem + 0.092vw, 1.188rem);
  font-weight: 800;
  line-height: 1.25;
}

.kc-detail summary::-webkit-details-marker {
  display: none;
}

.kc-detail summary::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--kc-yellow);
  font-size: 1.4rem;
  font-weight: 800;
}

.kc-detail[open] summary::after {
  content: "–";
}

.kc-detail p,
.kc-detail li {
  color: rgba(235, 236, 255, 0.84);
  font-size: 1rem;
  line-height: 1.5;
}

.kc-detail p {
  padding: 0 1rem 1rem;
  margin: 0;
}

.kc-detail ul {
  padding: 0 1rem 1rem 2.2rem;
  margin: 0;
}

.kc-detail--dark {
  margin: 1.5rem 0;
}

.kc-purpose__quote {
  margin-top: 2rem;
  color: var(--kc-yellow);
  font-size: clamp(1.6rem, 1.5rem + 0.5vw, 1.9rem);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.kc-purpose__quote--secondary {
  margin-top: 1rem;
  color: var(--kc-orange);
}

.kc-two-images {
  background: var(--kc-bg-darker);
  padding-bottom: clamp(4rem, 7vw, 6rem);
}

.kc-two-images__grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 1rem;
  align-items: stretch;
}

.kc-two-images__image {
  min-height: 520px;
  border-radius: 2rem;
  overflow: hidden;
  background: var(--kc-bg-dark);
}

.kc-two-images__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kc-beyond {
  background: var(--kc-bg-dark);
  color: var(--kc-text-main);
  overflow: hidden;
}

.kc-beyond__layout {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
}

.kc-beyond .kc-subtitle {
  color: rgba(235, 236, 255, 0.72);
}

.kc-beyond__steps {
  display: grid;
}

.kc-beyond__step {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1.25rem;
  align-items: center;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--kc-border);
  background: transparent;
  transition: background 0.22s ease, transform 0.22s ease, padding-left 0.22s ease;
}

.kc-beyond__step:last-child {
  border-bottom: none;
}

.kc-beyond__step:hover {
  background: rgba(255, 255, 255, 0.03);
  transform: translateX(6px);
  padding-left: 0.5rem;
}

.kc-beyond__num {
  color: var(--kc-orange);
  font-size: clamp(2rem, 1.8rem + 0.8vw, 2.8rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
  text-align: right;
  transition: transform 0.22s ease, color 0.22s ease;
}

.kc-beyond__step:hover .kc-beyond__num {
  color: var(--kc-yellow);
  transform: scale(1.08);
}

.kc-beyond__title {
  margin: 0;
  color: var(--kc-text-main);
  font-size: clamp(1.4rem, 1.3rem + 0.4vw, 1.7rem);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.kc-beyond__image {
  margin-top: clamp(2rem, 5vw, 4rem);
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(22, 22, 37, 0.22);
}

.kc-beyond__image img {
  width: 100%;
  height: clamp(300px, 42vw, 520px);
  object-fit: cover;
}

.kc-apply {
  background: var(--kc-bg-dark);
}

.kc-apply__cards {
  display: grid;
  gap: 1rem;
}

.kc-apply__card {
  padding: 1.5rem;
  border: 1px solid var(--kc-border);
  border-radius: 1.5rem;
  background: var(--kc-bg-darker);
  transition: transform 0.25s ease, background 0.25s ease;
}

.kc-apply__card:hover {
  transform: translateY(-4px);
  background: #202038;
}

.kc-apply__card h3 {
  margin: 0 0 0.8rem;
  color: var(--kc-yellow);
  font-size: clamp(1.6rem, 1.5rem + 0.5vw, 1.9rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.kc-apply__card p {
  margin: 0;
  color: rgba(235, 236, 255, 0.82);
  font-size: clamp(1.125rem, 1.105rem + 0.092vw, 1.188rem);
  line-height: 1.5;
}

.kc-future {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--kc-bg-dark);
}

.kc-future__image {
  position: absolute;
  top: -29% !important;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.52;
  filter: saturate(1.02) contrast(1.05) brightness(0.72);
}

.kc-future__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(22, 22, 37, 0.95) 0%, rgba(22, 22, 37, 0.78) 52%, rgba(22, 22, 37, 0.9) 100%);
  pointer-events: none;
}

.kc-future__content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: clamp(4rem, 7vw, 6rem) 0;
}

.kc-future__intro {
  margin: 1.5rem 0 0;
  color: var(--kc-yellow);
  font-size: clamp(1.125rem, 1.105rem + 0.092vw, 1.188rem);
  font-weight: 800;
  line-height: 1.4;
}

.kc-future__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 2rem;
}

.kc-future__item {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(235, 236, 255, 0.9);
  font-size: clamp(1rem, 0.96rem + 0.18vw, 1.125rem);
  font-weight: 700;
  line-height: 1.35;
  backdrop-filter: blur(10px);
  transition: transform 0.25s ease, background 0.25s ease;
}

.kc-future__item:hover {
  transform: translateY(-4px);
  background: rgba(246, 254, 140, 0.08);
}

.kc-closing {
  background: var(--kc-bg-darker);
  text-align: center;
}

.kc-closing--network {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 116, 59, 0.12) 0%, transparent 34%),
    radial-gradient(circle at 80% 30%, rgba(246, 254, 140, 0.08) 0%, transparent 28%),
    linear-gradient(180deg, #1D1D30 0%, #161625 100%);
}

.kc-closing__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(29, 29, 48, 0.18) 0%, rgba(22, 22, 37, 0.78) 100%);
  z-index: 1;
}

.kc-closing__content {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
}

.kc-closing__title {
  margin: 0;
  color: var(--kc-text-main);
  font-size: clamp(2.7rem, 2rem + 3vw, 5.2rem);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.kc-closing__title span {
  color: var(--kc-orange);
}

.kc-closing__text {
  display: grid;
  gap: 1rem;
  margin: 1.5rem auto 0;
  max-width: 780px;
  color: rgba(235, 236, 255, 0.88);
  font-size: clamp(1.25rem, 1.19rem + 0.275vw, 1.438rem);
  line-height: 1.55;
}

.kc-closing__actions {
  margin-top: 1.5rem;
}

.kc-closing__network {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.9;
}

.kc-closing__dot,
.kc-closing__line {
  position: absolute;
  animation: kcNetworkFloat 10s ease-in-out infinite;
}

.kc-closing__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(246, 254, 140, 0.85);
  box-shadow: 0 0 14px rgba(246, 254, 140, 0.28);
}

.kc-closing__dot--1 { top: 18%; left: 14%; animation-delay: 0s; }
.kc-closing__dot--2 { top: 28%; left: 30%; animation-delay: 1s; }
.kc-closing__dot--3 { top: 20%; right: 24%; animation-delay: 2s; }
.kc-closing__dot--4 { top: 46%; right: 12%; animation-delay: 0.5s; }
.kc-closing__dot--5 { bottom: 24%; left: 18%; animation-delay: 1.4s; }
.kc-closing__dot--6 { bottom: 18%; right: 28%; animation-delay: 2.4s; }

.kc-closing__line {
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(246, 254, 140, 0.35), rgba(255, 255, 255, 0.08));
}

.kc-closing__line--1 {
  top: 20%;
  left: 14%;
  width: 17%;
  transform: rotate(12deg);
}

.kc-closing__line--2 {
  top: 29%;
  left: 30%;
  width: 22%;
  transform: rotate(-10deg);
}

.kc-closing__line--3 {
  top: 23%;
  right: 24%;
  width: 15%;
  transform: rotate(28deg);
}

.kc-closing__line--4 {
  bottom: 25%;
  left: 18%;
  width: 18%;
  transform: rotate(-12deg);
}

.kc-closing__line--5 {
  bottom: 21%;
  right: 28%;
  width: 15%;
  transform: rotate(14deg);
}

@keyframes kcNetworkFloat {
  0%, 100% {
    transform: translateY(0) translateX(0);
    opacity: 0.8;
  }

  50% {
    transform: translateY(-8px) translateX(4px);
    opacity: 1;
  }
}

@media (max-width: 980px) {
  .kc-image-strip__grid,
  .kc-manifesto__grid,
  .kc-score__layout,
  .kc-diploma__grid,
  .kc-challenge__grid,
  .kc-purpose__layout,
  .kc-two-images__grid,
  .kc-beyond__layout,
  .kc-apply__layout {
    grid-template-columns: 1fr;
  }

  .kc-impact__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kc-two-images__image {
    min-height: 360px;
  }
}

@media (max-width: 720px) {
  .kc-hero {
    min-height: 760px;
  }

  .kc-hero__actions {
    flex-direction: column;
  }

  .kc-btn {
    width: 100%;
  }

  .kc-impact__grid,
  .kc-future__list {
    grid-template-columns: 1fr;
  }

  .kc-impact-tabs__nav {
    display: grid;
    grid-template-columns: 1fr;
  }

  .kc-impact-tabs__panel-wrap {
    min-height: 210px;
  }

  .kc-programs-box {
    padding: 1.4rem 1rem;
  }

  .kc-image-strip__image,
  .kc-image-strip__side .kc-image-strip__image,
  .kc-diploma__image img {
    min-height: 280px;
    height: 320px;
  }

  .kc-challenge__line {
    gap: 0.75rem;
  }

  .kc-challenge__line-number {
    width: 2.2rem;
  }

  .kc-challenge__line-text {
    font-size: clamp(2rem, 12vw, 3.2rem);
  }

  .kc-beyond__step {
    grid-template-columns: 2.5rem 1fr;
    gap: 0.75rem;
  }

  .kc-closing__line {
    opacity: 0.55;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kc-bcorp *,
  .kc-bcorp *::before,
  .kc-bcorp *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .kc-reveal,
  .kc-reveal-left,
  .kc-reveal-right {
    opacity: 1;
    transform: none;
  }
}/* End custom CSS */