@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@import url("https://api.fontshare.com/v2/css?f[]=satoshi@400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&display=swap");

#kaw-home {
  --color-bg: #ffffff;
  --color-surface: #f7fbfb;
  --color-surface-soft: #edf8f7;
  --color-text: #1d1d1d;
  --color-text-soft: rgba(29, 29, 29, 0.74);
  --color-text-muted: rgba(29, 29, 29, 0.58);
  --color-primary: #005953;
  --color-primary-soft: #d9f5f3;
  --color-accent: #ff6400;
  --color-accent-dark: #e75b00;
  --color-line: #dceff0;
  --color-line-strong: #c5e9ea;
  --shadow-soft: 0 22px 56px rgba(0, 89, 83, 0.12);
  --shadow-card: 0 18px 50px rgba(10, 13, 11, 0.08);
  --radius-xl: 36px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1200px;
  --font-heading: "Satoshi", "Helvetica Neue", Arial, sans-serif;
  --font-body: "DM Sans", Arial, sans-serif;
}

#kaw-home,

#kaw-home * {
  box-sizing: border-box;
}

#kaw-home {
  scroll-behavior: smooth;
}

#kaw-home {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-body);
}

#kaw-home h1,
#kaw-home h2,
#kaw-home h3,
#kaw-home h4,
#kaw-home h5,
#kaw-home h6 {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-heading);
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
}

#kaw-home p,
#kaw-home li,
#kaw-home span,
#kaw-home a,
#kaw-home button {
  color: inherit;
  font-style: normal;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  word-spacing: normal;
  text-transform: none;
}

#kaw-home img {
  display: block;
  max-width: 100%;
}

#kaw-home a {
  color: inherit;
  text-decoration: none;
}

#kaw-home button {
  font: inherit;
}

#kaw-home .page-shell {
  overflow: clip;
}

#kaw-home .container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

#kaw-home .section {
  padding: 96px 0;
}

@media (max-width: 991px) {
  #kaw-home .paths,
  #kaw-home .journey,
  #kaw-home .opportunities,
  #kaw-home .experts,
  #kaw-home .ai-feature,
  #kaw-home .partners,
  #kaw-home .cta {
    content-visibility: auto;
    contain-intrinsic-size: 900px;
  }
}

#kaw-home .section__header {
  max-width: 860px;
  margin: 0 auto 56px;
  text-align: center;
}

#kaw-home .section__eyebrow {
  margin: 0 0 14px;
  font-size: 0.95rem;
  font-weight: 700 !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-accent);
}

#kaw-home .custom_section__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.03;
  letter-spacing: -0.05em;
}

#kaw-home .section__copy {
  margin: 18px auto 0;
  max-width: 880px;
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--color-text-soft);
}

#kaw-home .mobile-slider-nav {
  display: none;
}

#kaw-home .mobile-slider-nav__buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

#kaw-home .mobile-slider-nav__label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700 !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-primary);
}

#kaw-home .mobile-slider-nav__button {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
  background: linear-gradient(180deg, #00a095 0%, #005953 100%);
  box-shadow:
    inset 0 3px 4px rgba(0, 193, 183, 0.32),
    inset 0 -3px 4px rgba(0, 74, 69, 0.58),
    0 10px 20px rgba(0, 89, 83, 0.16);
  transition:
    transform 0.18s ease,
    opacity 0.18s ease,
    box-shadow 0.18s ease;
}

#kaw-home .mobile-slider-nav__button:hover {
  transform: translateY(-1px);
}

#kaw-home .mobile-slider-nav__button:disabled {
  color: #7ea39e;
  cursor: default;
  opacity: 0.56;
  background: #edf8f7;
  box-shadow:
    inset 0 0 0 1px rgba(0, 89, 83, 0.12),
    0 6px 14px rgba(0, 89, 83, 0.06);
}

#kaw-home .mobile-slider-nav__button svg {
  width: 14px;
  height: 14px;
  display: block;
}

#kaw-home .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 14px;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 500 !important;
  letter-spacing: -0.02em;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease,
    border-color 0.18s ease;
}

#kaw-home .button:hover {
  transform: translateY(-1px);
}

#kaw-home .button--primary {
  color: #ffffff;
  background: linear-gradient(180deg, #00a095 0%, #005953 100%);
  box-shadow:
    inset 0 4px 6px rgba(0, 193, 183, 0.35),
    inset 0 -5px 7px rgba(0, 74, 69, 0.75),
    0 16px 30px rgba(0, 89, 83, 0.18);
}

#kaw-home .button--secondary {
  color: #0f172a;
  background: #ffffff;
  border: 1px solid #e8ecef;
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.96),
    inset 0 -6px 9px rgba(15, 23, 42, 0.04),
    0 10px 24px rgba(15, 23, 42, 0.06);
}

#kaw-home .button--accent {
  min-height: 52px;
  padding: 0 20px;
  border-radius: 10px;
  color: #ffffff;
  background: var(--color-accent);
  box-shadow: 0 14px 28px rgba(255, 100, 0, 0.22);
}

#kaw-home .button__icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

#kaw-home a.button.button--primary,
#kaw-home a.button.button--primary:visited,
#kaw-home a.button.button--primary:hover,
#kaw-home a.button.button--primary:focus {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
  background-color: #005953 !important;
  background-image: linear-gradient(
    180deg,
    rgba(1, 89, 83, 1) 0%,
    rgba(0, 160, 149, 1) 100%
  ) !important;
  border-color: transparent !important;
}

#kaw-home a.button.button--secondary,
#kaw-home a.button.button--secondary:visited,
#kaw-home a.button.button--secondary:hover,
#kaw-home a.button.button--secondary:focus {
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a;
  background-color: #ffffff !important;
  background-image: none !important;
  border-color: #e8ecef !important;
}

#kaw-home a.button.button--accent,
#kaw-home a.button.button--accent:visited,
#kaw-home a.button.button--accent:hover,
#kaw-home a.button.button--accent:focus {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
  background-color: #ff6400 !important;
  background-image: none !important;
  border-color: transparent !important;
}

#kaw-home.motion-ready .scroll-reveal {
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(0, 34px, 0) scale(0.985)
    var(--reveal-base-transform, translateZ(0));
  transition:
    opacity 0.78s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms),
    transform 0.78s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms),
    filter 0.78s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

#kaw-home.motion-ready .scroll-reveal--left {
  transform: translate3d(-42px, 18px, 0) scale(0.985)
    var(--reveal-base-transform, translateZ(0));
}

#kaw-home.motion-ready .scroll-reveal--right {
  transform: translate3d(42px, 18px, 0) scale(0.985)
    var(--reveal-base-transform, translateZ(0));
}

#kaw-home.motion-ready .scroll-reveal--up {
  transform: translate3d(0, 34px, 0) scale(0.985)
    var(--reveal-base-transform, translateZ(0));
}

#kaw-home.motion-ready .scroll-reveal--scale {
  transform: translate3d(0, 20px, 0) scale(0.94)
    var(--reveal-base-transform, translateZ(0));
}

#kaw-home.motion-ready .scroll-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: var(--reveal-base-transform, translateZ(0));
}

@media (prefers-reduced-motion: reduce) {
  #kaw-home.motion-ready .scroll-reveal,
  #kaw-home.motion-ready .scroll-reveal--left,
  #kaw-home.motion-ready .scroll-reveal--right,
  #kaw-home.motion-ready .scroll-reveal--up,
  #kaw-home.motion-ready .scroll-reveal--scale {
    opacity: 1;
    filter: none;
    transform: var(--reveal-base-transform, translateZ(0));
    transition: none;
  }
}

#kaw-home .hero {
  position: relative;
  overflow: hidden;
  padding: 0 0 168px;
  background:
    linear-gradient(180deg, #ecfbfb 0%, #ffffff 78%),
    linear-gradient(
      120deg,
      rgba(0, 193, 183, 0.06),
      rgba(255, 100, 0, 0.04)
    );
}

#kaw-home .hero .container {
  width: min(100%, 1492px);
  max-width: 1492px;
}

#kaw-home .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(0, 89, 83, 0.08) 1px,
    transparent 1px
  );
  background-size: 18px 18px;
  opacity: 0.18;
  pointer-events: none;
}

#kaw-home .hero__inner {
  position: relative;
  z-index: 1;
  min-height: 800px;
}

#kaw-home .hero__content {
  position: absolute;
  top: 229px;
  /* left: 120px; */
  left: 60px;
  width: 622px;
  max-width: none;
  padding: 0;
  z-index: 4;
}

#kaw-home .hero__brand {
  margin: 0 0 18px;
  font-family: "Inter", var(--font-heading);
  font-size: 55.5px;
  font-weight: 600 !important;
  line-height: 1;
  letter-spacing: -2.24px;
  color: var(--color-accent);
}

#kaw-home .hero__title_custom {
  margin: 0;
  max-width: none;
  font-family: "Inter", var(--font-heading);
  font-size: 55.5px;
  font-weight: 600 !important;
  line-height: 1.08;
  letter-spacing: -2.24px;
}

#kaw-home .hero__description {
  max-width: none;
  margin: 26px 0 0;
  font-family: "Inter", var(--font-heading);
  font-size: 17.5px;
  line-height: 1.5;
  letter-spacing: -0.18px;
  color: var(--color-text-soft);
}

#kaw-home .hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

#kaw-home .hero__actions .button {
  height: 52px;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 12px;
  gap: 8px;
  font-family: "Inter", var(--font-heading);
  font-size: 17.5px;
  line-height: 26.1px;
  font-weight: 400 !important;
  letter-spacing: -0.18px;
}

#kaw-home .hero__actions .button--primary {
  border: 0;
  box-shadow:
    inset 0 4px 4px #019389,
    inset 0 -4px 4px #015a54;
  background: linear-gradient(
    180deg,
    rgba(1, 89, 83, 1) 0%,
    rgba(0, 160, 149, 1) 100%
  );
}

#kaw-home .hero__actions .button--secondary {
  border: 0;
  box-shadow:
    inset 0 4px 4px #eeeeee,
    inset 0 -4px 4px #e3e3e3;
  background: #ffffff;
}

#kaw-home .hero__meta {
  margin: 20px 0 0;
  font-family: "Inter", var(--font-heading);
  font-size: 17.5px;
  line-height: 26.1px;
  font-weight: 400 !important;
  letter-spacing: -0.18px;
  color: var(--color-primary);
}

#kaw-home .hero__media {
  position: absolute;
  inset: 0;
  min-height: 0;
}

#kaw-home .hero__figure {
  position: absolute;
  top: 54px;
  left: 625px;
  width: 841px;
  height: 829px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    180deg,
    #000 0%,
    #000 64%,
    rgba(0, 0, 0, 0.95) 76%,
    rgba(0, 0, 0, 0.55) 88%,
    transparent 100%
  );
  mask-image: linear-gradient(
    180deg,
    #000 0%,
    #000 64%,
    rgba(0, 0, 0, 0.95) 76%,
    rgba(0, 0, 0, 0.55) 88%,
    transparent 100%
  );
  z-index: 1;
}

#kaw-home .hero__glow {
  display: none;
  position: absolute;
  left: 640px;
  right: -12px;
  top: 648px;
  height: 116px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.22) 52%,
    rgba(255, 255, 255, 0.78) 82%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: blur(6px);
  pointer-events: none;
  z-index: 2;
}

#kaw-home .hero__photo {
  position: absolute;
  top: -15%;
  bottom: 0;
  left: 2%;
  /* width: 147.68%;
  height: 100%;
  max-width: none; */
}

#kaw-home .hero__quote {
  position: absolute;
  left: 757px;
  top: 547px;
  width: 335px;
  min-height: 196px;
  padding: 13px;
  border-radius: 9.52px;
  background: rgba(255, 255, 255, 0.96);
  border: 0.68px solid #f7f7f7;
  box-shadow: -26px 25px 56.2px rgba(7, 101, 123, 0.11);
  backdrop-filter: blur(10px);
  z-index: 3;
}

#kaw-home .hero__quote-head {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

#kaw-home .hero__quote-mark {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  flex: 0 0 auto;
}

#kaw-home .hero__quote-title {
  margin: 0;
  font-family: "Inter", var(--font-heading);
  font-size: 16.26px;
  font-weight: 600 !important;
  line-height: 1.35;
  letter-spacing: -0.5px;
}

#kaw-home .hero__quote-copy {
  margin: 10px 0 0;
  font-family: "DM Sans", var(--font-body);
  font-size: 12.9px;
  line-height: 1.65;
  letter-spacing: -0.27px;
  color: var(--color-text-soft);
}

#kaw-home .hero__quote-meta {
  margin: 12px 0 0;
  font-family: "Inter", var(--font-heading);
  font-size: 12.9px;
  line-height: 1.45;
  letter-spacing: -0.27px;
  color: var(--color-text-muted);
}

#kaw-home .hero__quote-meta strong {
  font-family: "Inter", var(--font-heading);
  font-size: 14.58px;
  font-weight: 600 !important;
  letter-spacing: -0.6px;
  color: var(--color-text);
}

#kaw-home .stats {
  position: relative;
  margin-top: 0;
  z-index: 2;
}

#kaw-home .stats__frame {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border-radius: 22px;
  background: rgba(0, 193, 183, 0.14);
}

#kaw-home .stats__card {
  min-height: 164px;
  padding: 24px;
  border-radius: 18px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#kaw-home .stats__number_custom {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(3rem, 5.2vw, 4.5rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  color: var(--color-accent);
  font-weight: 700;
}

#kaw-home .stats__label {
  margin: 14px 0 0;
  font-size: 1.08rem;
  line-height: 1.4;
  color: var(--color-text-soft);
}

#kaw-home .paths__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 860px;
  margin: 0 auto;
}

#kaw-home .path-card {
  min-height: 350px;
  padding: 28px;
  border-radius: 12px;
  border: 1px solid var(--color-line-strong);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

#kaw-home .path-card--soft {
  background: var(--color-surface-soft);
}

#kaw-home .path-card__icon {
  display: block;
  width: 76px;
  height: 76px;
}

#kaw-home .path-card__icon--image {
  object-fit: contain;
}

#kaw-home .path-card__title_custom {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 2rem;
  line-height: 1.05;
  letter-spacing: -0.05em;
  font-weight: 500;
}

#kaw-home .path-card__copy {
  margin: 12px 0 0;
  font-size: 1.06rem;
  line-height: 1.6;
  color: var(--color-text-soft);
}

#kaw-home .path-card__body {
  width: 100%;
}

#kaw-home .path-card__actions {
  margin-top: auto;
}

#kaw-home .journey__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

#kaw-home .journey-step {
  position: relative;
  padding-top: 16px;
}

#kaw-home .journey-step::after {
  content: "";
  position: absolute;
  top: 46px;
  left: 86px;
  right: -14px;
  border-top: 2px dotted var(--color-line-strong);
}

#kaw-home .journey-step:last-child::after {
  display: none;
}

#kaw-home .journey-step__icon {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #52c7c1;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(82, 199, 193, 0.24);
}

#kaw-home .journey-step__icon svg {
  width: 24px;
  height: 24px;
}

#kaw-home .journey-step__title_custom {
  margin: 22px 0 0;
  font-family: var(--font-heading);
  font-size: 1.42rem;
  line-height: 1.18;
  letter-spacing: -0.04em;
}

#kaw-home .journey-step__title_custom span {
  color: var(--color-text-muted);
  font-weight: 500 !important;
}

#kaw-home .journey-step__copy {
  margin: 10px 0 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-text-soft);
}

#kaw-home .opportunities {
  background:
    linear-gradient(180deg, rgba(237, 248, 247, 0.68) 0%, #ffffff 100%);
}

#kaw-home .opportunities__toolbar {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 20px auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

#kaw-home .opportunities .nav-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #e4e3df;
  background: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  color: rgba(29, 29, 29, 0.58);
}

#kaw-home .opportunities .nav-btn:hover {
  background: #005754;
  border-color: #005754;
  color: #ffffff;
  transform: scale(1.05);
}

#kaw-home .opportunities .nav-btn:disabled {
  cursor: default;
  opacity: 0.45;
  transform: none;
  color: rgba(29, 29, 29, 0.34);
  background: rgba(255, 255, 255, 0.72);
}

#kaw-home .opportunities .nav-btn svg {
  width: 15px;
  height: 15px;
  display: block;
}

#kaw-home .opportunities .nav-count {
  min-width: 34px;
  text-align: center;
  font-size: 12px;
  color: rgba(29, 29, 29, 0.4);
  font-variant-numeric: tabular-nums;
}

#kaw-home .opportunities .carousel-wrapper {
  width: 100%;
  overflow: hidden;
}

#kaw-home .opportunities .carousel-track {
  display: flex;
  gap: 16px;
  transition: transform 0.58s cubic-bezier(0.77, 0, 0.18, 1);
  will-change: transform;
}

#kaw-home .opportunities .job-card {
  flex: 0 0 calc(33.333% - 11px);
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  background: #003d3a;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#kaw-home .opportunities .job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(0, 40, 38, 0.18);
}

#kaw-home .opportunities .card-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: #f4f8f7;
}

#kaw-home .opportunities .card-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  display: block;
}

#kaw-home .opportunities .card-placeholder {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 1.25rem;
  background:
    radial-gradient(circle at 50% 30%, rgba(0, 189, 182, 0.34), transparent 24%),
    linear-gradient(180deg, rgba(0, 189, 182, 0.12) 0%, rgba(0, 30, 29, 0.08) 100%),
    linear-gradient(160deg, #004845 0%, #002e2c 100%);
}

#kaw-home .opportunities .card-placeholder__texture {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 189, 182, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 189, 182, 0.06) 1px, transparent 1px);
  background-size: 80px 106px;
  opacity: 0.42;
}

#kaw-home .opportunities .card-placeholder__mark,
#kaw-home .opportunities .card-placeholder__label {
  position: relative;
  z-index: 1;
}

#kaw-home .opportunities .card-placeholder__mark {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700 !important;
  color: rgba(255, 255, 255, 0.95);
  background: radial-gradient(circle at 30% 30%, rgba(0, 189, 182, 0.35), rgba(0, 189, 182, 0.14));
  border: 1px solid rgba(0, 189, 182, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

#kaw-home .opportunities .card-placeholder__label {
  display: block;
  max-width: 70%;
  font-size: 0.78rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.72);
}

#kaw-home .opportunities .card-overlay {
  display: none;
}

#kaw-home .opportunities .card-top {
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  z-index: 3;
}

#kaw-home .opportunities .company-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: calc(100% - 52px);
  min-width: 0;
  padding: 4px 10px 4px 4px;
  border-radius: 100px;
  border: 0.5px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

#kaw-home .opportunities .company-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ffffff;
  background: #ff7029;
}

#kaw-home .opportunities .company-dot svg {
  width: 11px;
  height: 11px;
  display: block;
}

#kaw-home .opportunities .company-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.92);
}

#kaw-home .opportunities .deadline-pill {
  flex-shrink: 0;
  white-space: nowrap;
  padding: 3px 9px;
  border-radius: 100px;
  border: 0.5px solid rgba(255, 112, 41, 0.35);
  background: rgba(255, 112, 41, 0.22);
  font-size: 9px;
  font-weight: 500 !important;
  color: rgba(255, 200, 150, 0.95);
}

#kaw-home .opportunities .card-body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 1rem 1.1rem 1.15rem;
  /* background: linear-gradient(180deg, rgba(0, 61, 58, 0) 0%, rgba(0, 61, 58, 0.78) 34%, rgba(0, 61, 58, 0.96) 100%); */
}

#kaw-home .opportunities .card-domain-line {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

#kaw-home .opportunities .domain-bar {
  width: 18px;
  height: 2px;
  flex-shrink: 0;
  border-radius: 2px;
  background: #00bdb6;
}

#kaw-home .opportunities .card-domain {
  font-size: 10px;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: #00bdb6;
  opacity: 0.9;
}

#kaw-home .opportunities .card-title {
  margin-bottom: 9px;
  font-size: 13px;
  font-weight: 500 !important;
  line-height: 1.38;
  color: rgba(255, 255, 255, 0.95);
}

#kaw-home .opportunities .card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 10px;
}

#kaw-home .opportunities .meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 7px;
  border-radius: 5px;
  border: 0.5px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
}

#kaw-home .opportunities .meta-chip svg {
  width: 9px;
  height: 9px;
  flex-shrink: 0;
  opacity: 0.7;
}

#kaw-home .opportunities .card-divider {
  height: 0.5px;
  margin-bottom: 9px;
  background: rgba(255, 255, 255, 0.1);
}

#kaw-home .opportunities .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

#kaw-home .opportunities .contract-badge {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.42);
}

#kaw-home .opportunities .contract-badge svg {
  width: 9px;
  height: 9px;
  flex-shrink: 0;
  opacity: 0.5;
}

#kaw-home .opportunities .apply-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  white-space: nowrap;
  padding: 6px 14px;
  border-radius: 100px;
  background: #ff7029;
  font-size: 11px;
  font-weight: 500 !important;
  color: #ffffff !important;
  letter-spacing: 0.02em;
  transition: background 0.15s, transform 0.15s;
}

#kaw-home .opportunities .apply-link:hover {
  background: #e05e1a;
  transform: scale(1.04);
}

#kaw-home .opportunities .apply-link svg {
  width: 10px;
  height: 10px;
  display: block;
}

#kaw-home .opportunities .progress-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  margin-top: 2rem;
}

#kaw-home .opportunities .dot {
  width: 10px;
  height: 3px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: #e4e3df;
  transition: all 0.4s ease;
  cursor: pointer;
}

#kaw-home .opportunities .dot.active {
  width: 28px;
  background: #005754;
}

#kaw-home .opportunities__empty {
  max-width: 720px;
  margin: 0 auto;
  padding: 26px 28px;
  border: 1px dashed rgba(0, 89, 83, 0.24);
  border-radius: 24px;
  text-align: center;
  color: var(--color-text-soft);
  background: rgba(255, 255, 255, 0.86);
}

#kaw-home .opportunities__empty p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

#kaw-home .experts {
  background: #ffffff;
}

#kaw-home .experts__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

#kaw-home .expert-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#kaw-home .expert-card__media {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #f4f6f8;
  aspect-ratio: 0.83;
}

#kaw-home .expert-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#kaw-home .expert-card__badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 500 !important;
  color: var(--color-text);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

#kaw-home .expert-card__badge-dot {
  width: 10px;
  height: 10px;
  display: block;
  color: var(--color-primary);
}

#kaw-home .expert-card__name {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.7rem;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

#kaw-home .expert-card__role {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.55;
  color: var(--color-text-muted);
}

#kaw-home .ai-feature {
  padding: 28px 0 80px;
}

#kaw-home .ai-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) 240px;
  gap: 28px;
  align-items: center;
  padding: 36px 38px;
  border-radius: 28px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.18),
      transparent 34%
    ),
    linear-gradient(135deg, #628d86 0%, #61c1bf 55%, #4d817a 100%);
  box-shadow: var(--shadow-soft);
}

#kaw-home .ai-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.18) 1px,
    transparent 1px
  );
  background-size: 20px 20px;
  opacity: 0.24;
  pointer-events: none;
}

#kaw-home .ai-panel > * {
  position: relative;
  z-index: 1;
}

#kaw-home .ai-panel__visual {
  display: flex;
  justify-content: center;
}

#kaw-home .ai-avatar {
  position: relative;
  width: 190px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 30% 28%,
      rgba(255, 255, 255, 0.24),
      transparent 32%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.18),
      rgba(0, 89, 83, 0.24)
    );
  border: 8px solid rgba(255, 255, 255, 0.15);
  box-shadow:
    inset 0 0 0 8px rgba(255, 255, 255, 0.08),
    0 24px 50px rgba(0, 73, 69, 0.24);
}

#kaw-home .ai-avatar::before {
  content: none;
  position: absolute;
  top: 18px;
  right: 22px;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700 !important;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.72);
}

#kaw-home .ai-avatar__inner {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
}

#kaw-home .ai-avatar__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#kaw-home .ai-avatar__name {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 2.6rem;
  line-height: 0.94;
  letter-spacing: -0.05em;
}

#kaw-home .ai-avatar__sub {
  margin: 10px 0 0;
  font-size: 1rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.78);
}

#kaw-home .ai-panel__eyebrow {
  margin: 0 0 12px;
  font-size: 0.9rem;
  font-weight: 700 !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 238, 221, 0.88);
}

#kaw-home .ai-panel__title_custom {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2.6rem, 4vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

#kaw-home .ai-panel__title_custom span {
  display: block;
  color: #ffd5b1;
}

#kaw-home .ai-panel__copy {
  margin: 18px 0 0;
  max-width: 560px;
  font-size: 1.06rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

#kaw-home .ai-panel__features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

#kaw-home .ai-pill {
  display: inline-flex;
  align-items: center;
  /* gap: 8px; */
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 0.92rem;
  font-weight: 500 !important;
  color: #ffffff;
}

#kaw-home .ai-pill--accent {
  background: rgba(255, 100, 0, 0.92);
}

#kaw-home .ai-pill__dot {
  width: 8px;
  height: 8px;
  display: block;
}

#kaw-home .ai-chat {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#kaw-home .ai-chat__bubble {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  color: #0a1615;
  box-shadow: 0 14px 30px rgba(16, 35, 35, 0.14);
}

#kaw-home .ai-chat__speaker {
  margin: 0 0 6px;
  font-size: 0.8rem;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #63827b;
}

#kaw-home .ai-chat__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
}

#kaw-home .partners {
  padding: 26px 0 82px;
}

#kaw-home .partners__title {
  margin: 0;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 500 !important;
}

#kaw-home .partners__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
  margin-top: 28px;
}

#kaw-home .partner-logo {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#kaw-home .partner-logo img {
  display: block;
  width: auto;
  height: 60px;
  object-fit: contain;
}

#kaw-home .partner-logo--google img {
  width: 70px;
}

#kaw-home .partner-logo--jobpaw img {
  width: 114px;
}

#kaw-home .partner-logo--microsoft img {
  width: 160px;
}

#kaw-home .partner-logo--inno img {
  width: 100px;
}

#kaw-home .partner-logo--harvard img {
  width: 150px;
}

#kaw-home .cta {
  padding: 0 0 96px;
}

#kaw-home .cta .container {
  width: min(calc(100% - 64px), 1269px);
}

#kaw-home .cta__panel {
  position: relative;
  overflow: hidden;
  min-height: 521px;
  height: 521px;
  padding: 0;
  border-radius: 12px;
  background: #ff6400;
  box-shadow: none;
}

#kaw-home .cta__panel::before,
#kaw-home .cta__panel::after {
  display: none;
}

#kaw-home .cta__content {
  position: absolute;
  left: 100px;
  top: 96px;
  width: 586px;
  max-width: calc(100% - 140px);
  z-index: 4;
}

#kaw-home .cta__title_custom {
  margin: 0;
  font-family: var(--font-heading);
  max-width: 533px;
  font-size: 55.5px;
  line-height: 1.2;
  letter-spacing: -0.06em;
  color: #ffffff;
}

#kaw-home .cta__copy {
  margin: 18px 0 0;
  max-width: 467px;
  font-size: 17.5px;
  line-height: 1.49;
  color: rgba(255, 255, 255, 0.88);
}

#kaw-home .cta__actions {
  margin-top: 32px;
}

#kaw-home .cta__media {
  position: absolute;
  inset: 0;
}

#kaw-home .cta__shape-top,
#kaw-home .cta__shape-bottom {
  position: absolute;
  z-index: 1;
  opacity: 0.37;
}

#kaw-home .cta__shape-top {
  top: 74px;
  left: 974px;
  width: 272px;
  height: 211px;
}

#kaw-home .cta__shape-bottom {
  left: 0;
  top: 371px;
  width: 198px;
  height: 150px;
}

#kaw-home .cta__backdrop {
  position: absolute;
  left: 653px;
  top: 0;
  bottom: 0;
  width: 616px;
  height: 493px;
  z-index: 2;
  object-fit: cover;
  object-position: left top;
}

#kaw-home .cta__person {
  position: absolute;
  left: 633px;
  top: 0;
  bottom: 0;
  width: 636px;
  height: 521px;
  z-index: 3;
  object-fit: cover;
  object-position: left top;
}

#kaw-home .cta .button--secondary {
  min-height: 0;
  padding: 16px 20px;
  border-radius: 8px;
  border: 1px solid rgba(118, 118, 123, 0.15);
  box-shadow: none;
}

@media (max-width: 1120px) {
  #kaw-home .hero__inner,
  #kaw-home .ai-panel {
    display: grid;
    grid-template-columns: 1fr;
  }

  #kaw-home .hero__inner {
    min-height: 0;
  }

  #kaw-home .hero__content {
    position: relative;
    top: auto;
    left: auto;
    max-width: 690px;
    width: auto;
    padding-top: 10px;
  }

  #kaw-home .hero__media {
    position: relative;
    min-height: 620px;
  }

  #kaw-home .hero__figure {
    left: 50%;
    right: auto;
    top: 0;
    width: min(calc(100% + 68px), 620px);
    height: 620px;
    transform: translateX(-50%);
    --reveal-base-transform: translateX(-50%);
  }

  #kaw-home .hero__photo {
    /* top: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%; */
    transform: none;
    object-fit: cover;
    object-position: center top;
  }

  #kaw-home .hero__glow {
    display: block;
    left: -54px;
    right: -54px;
    bottom: 0;
    height: 230px;
  }

  #kaw-home .hero__quote {
    left: 50%;
    transform: translateX(-50%);
    --reveal-base-transform: translateX(-50%);
    bottom: 64px;
  }

  #kaw-home .journey__steps,
  #kaw-home .experts__grid,
  #kaw-home .partners__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #kaw-home .paths__grid {
    max-width: none;
  }

  #kaw-home .ai-panel {
    gap: 24px;
  }

  #kaw-home .ai-panel__visual,
  #kaw-home .ai-chat {
    justify-content: flex-start;
  }

  #kaw-home .cta .container {
    width: min(calc(100% - 32px), 1269px);
  }
}

@media (max-width: 820px) {
  #kaw-home .section {
    padding: 72px 0;
  }

  #kaw-home .stats__frame,
  #kaw-home .paths__grid,
  #kaw-home .journey__steps,
  #kaw-home .experts__grid,
  #kaw-home .partners__grid {
    grid-template-columns: 1fr;
  }

  #kaw-home .journey-step::after {
    display: none;
  }

  #kaw-home .hero {
    padding-top: 22px;
  }

  #kaw-home .hero__content {
    padding-top: 10px;
  }

  #kaw-home .hero__actions {
    flex-direction: column;
  }

  #kaw-home .hero__actions .button {
    width: 100%;
  }

  #kaw-home .hero__media {
    min-height: 452px;
  }

  #kaw-home .hero__figure {
    top: 4px;
    width: min(100%, 438px);
    height: 420px;
    transform: translateX(-50%);
    --reveal-base-transform: translateX(-50%);
  }

  #kaw-home .hero__glow {
    left: -28px;
    right: -28px;
    height: 150px;
  }

  #kaw-home .hero__quote {
    width: min(calc(100% - 16px), 320px);
    bottom: 20px;
  }

  #kaw-home .path-card {
    min-height: 0;
  }

  #kaw-home .ai-panel {
    padding: 26px 22px;
  }

  #kaw-home .ai-panel__features {
    gap: 10px;
  }

  #kaw-home .partner-logo {
    min-height: 60px;
  }

  #kaw-home .cta .container {
    width: min(calc(100% - 32px), 1269px);
  }

  #kaw-home .cta__panel {
    min-height: auto;
    height: auto;
    padding: 38px 22px 320px;
    border-radius: 24px;
  }

  #kaw-home .cta__content {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
  }

  #kaw-home .cta__title_custom {
    max-width: 100%;
    font-size: clamp(2.9rem, 11vw, 4rem);
  }

  #kaw-home .cta__copy {
    max-width: 100%;
  }

  #kaw-home .cta__media {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    height: 320px;
  }

  #kaw-home .cta__shape-top {
    left: auto;
    right: 10px;
    top: 36px;
    width: 104px;
    height: auto;
  }

  #kaw-home .cta__shape-bottom {
    left: 6px;
    top: auto;
    bottom: 0;
    width: 92px;
    height: auto;
  }

  #kaw-home .cta__backdrop {
    left: 50%;
    top: auto;
    bottom: 0;
    width: 320px;
    height: auto;
    transform: translateX(-30%);
  }

  #kaw-home .cta__person {
    left: 50%;
    top: auto;
    bottom: 0;
    width: 340px;
    height: auto;
    transform: translateX(-32%);
  }
}

@media (min-width: 521px) and (max-width: 1120px) {
  #kaw-home .container {
    width: min(calc(100% - 48px), 960px);
  }

  #kaw-home .section {
    padding: 76px 0;
  }

  #kaw-home .section__header {
    max-width: 760px;
    margin-bottom: 40px;
  }

  #kaw-home .section__copy {
    max-width: 720px;
  }

  #kaw-home .hero {
    padding: 28px 0 64px;
  }

  #kaw-home .hero .container {
    width: min(calc(100% - 48px), 960px);
  }

  #kaw-home .hero__content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    padding-top: 14px;
  }

  #kaw-home .hero__brand {
    font-size: clamp(2.5rem, 5.3vw, 4rem);
    line-height: 1.02;
  }

  #kaw-home .hero__title_custom {
    max-width: 760px;
    margin: 0 auto;
    font-size: clamp(3rem, 6.1vw, 4.45rem);
    line-height: 1.05;
  }

  #kaw-home .hero__description {
    max-width: 690px;
    margin: 18px auto 0;
    font-size: 1.02rem;
    line-height: 1.58;
  }

  #kaw-home .hero__actions {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
  }

  #kaw-home .hero__actions .button {
    flex: 0 1 auto;
    width: auto;
    min-width: 0;
  }

  #kaw-home .hero__meta {
    margin-top: 16px;
    text-align: center;
  }

  #kaw-home .hero__media {
    min-height: 590px;
    margin-top: 8px;
  }

  #kaw-home .hero__figure {
    top: 4px;
    left: 50%;
    width: min(calc(100% + 20px), 560px);
    height: 560px;
    transform: translateX(-50%);
  }

  #kaw-home .hero__glow {
    display: block;
    left: 50%;
    right: auto;
    top: auto;
    bottom: 0;
    width: min(calc(100% + 120px), 760px);
    height: 180px;
    transform: translateX(-50%);
    filter: blur(8px);
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.28) 48%,
      rgba(255, 255, 255, 0.92) 82%,
      rgba(255, 255, 255, 1) 100%
    );
  }

  #kaw-home .hero__quote {
    top: auto;
    left: 50%;
    bottom: 54px;
    width: min(100%, 325px);
    transform: translateX(-60%);
  }

  #kaw-home .stats {
    margin-top: 18px;
  }

  #kaw-home .stats__frame {
    gap: 10px;
    padding: 10px;
    border-radius: 24px;
  }

  #kaw-home .stats__card {
    min-height: 152px;
  }

  #kaw-home .paths__grid {
    gap: 20px;
    max-width: 100%;
  }

  #kaw-home .path-card {
    min-height: 320px;
    padding: 24px;
    gap: 22px;
  }

  #kaw-home .path-card__title_custom {
    font-size: 1.7rem;
  }

  #kaw-home .path-card__copy {
    font-size: 1rem;
  }

  #kaw-home .journey__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 32px;
  }

  #kaw-home .journey-step {
    padding-top: 0;
  }

  #kaw-home .journey-step::after {
    display: none;
  }

  #kaw-home .journey-step__title_custom {
    font-size: 1.3rem;
  }

  #kaw-home .journey-step__copy {
    font-size: 0.96rem;
  }

  #kaw-home .opportunities__toolbar {
    margin-bottom: 18px;
  }

  #kaw-home .opportunities .job-card {
    flex: 0 0 calc(50% - 8px);
  }

  #kaw-home .opportunities .card-body {
    padding: 0.95rem 1rem 1rem;
  }

  #kaw-home .opportunities .card-title {
    font-size: 13px;
  }

  #kaw-home .opportunities .meta-chip,
  #kaw-home .opportunities .contract-badge {
    font-size: 9.5px;
  }

  #kaw-home .experts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  #kaw-home .expert-card__name {
    font-size: 1.5rem;
  }

  #kaw-home .expert-card__role {
    font-size: 0.9rem;
  }

  #kaw-home .ai-feature {
    padding: 24px 0 64px;
  }

  #kaw-home .ai-panel {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 34px 28px;
    text-align: center;
  }

  #kaw-home .ai-panel__visual,
  #kaw-home .ai-chat {
    justify-content: center;
  }

  #kaw-home .ai-panel__content {
    text-align: center;
  }

  #kaw-home .ai-panel__copy {
    margin-left: auto;
    margin-right: auto;
  }

  #kaw-home .ai-panel__features {
    justify-content: center;
  }

  #kaw-home .ai-chat {
    max-width: 460px;
    margin: 0 auto;
  }

  #kaw-home .partners {
    padding: 24px 0 72px;
  }

  #kaw-home .partners__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
  }

  #kaw-home .partner-logo {
    min-height: 56px;
  }

  #kaw-home .partner-logo img {
    height: auto;
    max-height: 52px;
  }

  #kaw-home .cta {
    padding: 0 0 72px;
  }

  #kaw-home .cta .container {
    width: min(calc(100% - 48px), 960px);
  }

  #kaw-home .cta__panel {
    min-height: auto;
    height: auto;
    padding: 46px 32px 360px;
    border-radius: 18px;
  }

  #kaw-home .cta__content {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 560px;
  }

  #kaw-home .cta__title_custom {
    max-width: 100%;
    font-size: clamp(3rem, 6.2vw, 4.2rem);
    line-height: 1.08;
  }

  #kaw-home .cta__copy {
    max-width: 480px;
  }

  #kaw-home .cta__media {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    height: 360px;
  }

  #kaw-home .cta__shape-top {
    right: 18px;
    left: auto;
    top: 42px;
    width: 132px;
    height: auto;
  }

  #kaw-home .cta__shape-bottom {
    left: 10px;
    top: auto;
    bottom: 0;
    width: 110px;
    height: auto;
  }

  #kaw-home .cta__backdrop {
    left: 50%;
    top: auto;
    bottom: 0;
    width: 360px;
    height: auto;
    transform: translateX(-18%);
  }

  #kaw-home .cta__person {
    left: 50%;
    top: auto;
    bottom: 0;
    width: 384px;
    height: auto;
    transform: translateX(-20%);
  }
}

@media (max-width: 520px) {
  #kaw-home .container {
    width: min(calc(100% - 24px), 360px);
  }

  #kaw-home .section {
    padding: 56px 0;
  }

  #kaw-home .section__header {
    max-width: 100%;
    margin: 0 auto 28px;
  }

  #kaw-home .custom_section__title {
    font-size: clamp(2rem, 10vw, 2.6rem);
    line-height: 1.06;
  }

  #kaw-home .section__copy {
    max-width: 320px;
    margin-top: 12px;
    font-size: 0.92rem;
    line-height: 1.56;
  }

  #kaw-home .hero {
    padding: 18px 0 36px;
  }

  #kaw-home .hero .container {
    width: min(calc(100% - 28px), 360px);
  }

  #kaw-home .hero__content {
    max-width: 100%;
    text-align: center;
    padding-top: 0;
  }

  #kaw-home .hero__brand {
    margin-bottom: 10px;
    font-size: 1.55rem;
    line-height: 1.08;
    letter-spacing: -0.06em;
  }

  #kaw-home .hero__title_custom {
    max-width: 320px;
    margin: 0 auto;
    font-size: 2.05rem;
    line-height: 1.09;
    letter-spacing: -0.06em;
  }

  #kaw-home .hero__description {
    max-width: 320px;
    margin: 14px auto 0;
    font-size: 0.92rem;
    line-height: 1.52;
  }

  #kaw-home .hero__actions {
    margin-top: 16px;
    align-items: center;
    gap: 10px;
  }

  #kaw-home .hero__actions .button {
    width: min(100%, 302px);
    height: 44px;
    min-height: 44px;
    padding: 10px 14px;
    font-size: 0.95rem;
    line-height: 1.2;
  }

  #kaw-home .hero__meta {
    max-width: 320px;
    margin: 12px auto 0;
    font-size: 0.9rem;
    line-height: 1.45;
    text-align: center;
  }

  #kaw-home .hero__media {
    min-height: 590px;
    margin-top: 10px;
  }

  #kaw-home .hero__figure {
    top: -10px;
    left: 50%;
    width: calc(100% + 72px);
    max-width: none;
    height: 466px;
    transform: translateX(-50%);
    --reveal-base-transform: translateX(-50%);
  }

  #kaw-home .hero__photo {
    top: 0;
    bottom: auto;
    /* left: -19%;
    width: 138%;
    height: 100%;
    max-width: none; */
    object-fit: fill;
    object-position: initial;
  }

  #kaw-home .hero__glow {
    display: block;
    left: 50%;
    right: auto;
    top: auto;
    bottom: 0;
    width: min(100%, 356px);
    height: 122px;
    transform: translateX(-50%);
    filter: blur(8px);
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.35) 56%,
      rgba(255, 255, 255, 1) 100%
    );
  }

  #kaw-home .hero__quote {
    top: auto;
    left: 18px;
    bottom: 125px;
    width: min(calc(100% - 36px), 204px);
    min-height: 0;
    padding: 12px 12px 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 40px rgba(22, 26, 27, 0.12);
    transform: none;
    --reveal-base-transform: translateZ(0);
  }

  #kaw-home .hero__quote-head {
    gap: 8px;
  }

  #kaw-home .hero__quote-mark {
    width: 14px;
    height: 14px;
    margin-top: 2px;
  }

  #kaw-home .hero__quote-title {
    font-size: 0.6rem;
    line-height: 1.25;
    letter-spacing: -0.03em;
  }

  #kaw-home .hero__quote-copy {
    margin-top: 8px;
    font-size: 0.68rem;
    line-height: 1.5;
    letter-spacing: -0.01em;
  }

  #kaw-home .hero__quote-meta {
    margin-top: 8px;
    font-size: 0.72rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
  }

  #kaw-home .hero__quote-meta strong {
    font-size: 0.77rem;
    letter-spacing: -0.01em;
  }

  #kaw-home .stats {
    margin-top: 12px;
  }

  #kaw-home .stats__frame {
    gap: 10px;
    padding: 6px;
    border-radius: 16px;
  }

  #kaw-home .stats__card {
    min-height: 136px;
    padding: 18px;
    border-radius: 12px;
  }

  #kaw-home .stats__number_custom {
    font-size: clamp(2.9rem, 18vw, 4rem);
  }

  #kaw-home .stats__label {
    margin-top: 10px;
    font-size: 0.98rem;
  }

  #kaw-home .paths {
    padding-top: 52px;
  }

  #kaw-home .paths__grid {
    gap: 14px;
  }

  #kaw-home .path-card {
    padding: 18px 16px;
    gap: 16px;
    border-radius: 14px;
  }

  #kaw-home .path-card__icon {
    width: 52px;
    height: 52px;
  }

  #kaw-home .path-card__title_custom {
    font-size: 1.32rem;
    line-height: 1.1;
  }

  #kaw-home .path-card__copy {
    margin-top: 10px;
    font-size: 0.92rem;
    line-height: 1.55;
  }

  #kaw-home .path-card__actions .button--accent {
    width: auto;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 8px;
    font-size: 0.92rem;
  }

  #kaw-home .path-card__actions .button__icon {
    width: 14px;
    height: 14px;
  }

  #kaw-home .journey .section__header {
    margin-bottom: 24px;
  }

  #kaw-home .mobile-slider-nav {
    width: fit-content;
    max-width: 100%;
    margin: 0 0 16px auto;
    padding: 8px 10px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(82, 199, 193, 0.28);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 26px rgba(0, 89, 83, 0.08);
  }

  #kaw-home .partners .mobile-slider-nav {
    margin-top: 12px;
  }

  #kaw-home .journey__steps {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 6px 2px 10px;
    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  #kaw-home .journey__steps::-webkit-scrollbar {
    display: none;
  }

  #kaw-home .journey-step {
    flex: 0 0 170px;
    padding-top: 10px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  #kaw-home .journey-step::after {
    display: block;
    top: 24px;
    left: 46px;
    right: -18px;
  }

  #kaw-home .journey-step__icon {
    width: 38px;
    height: 38px;
  }

  #kaw-home .journey-step__icon svg {
    width: 18px;
    height: 18px;
  }

  #kaw-home .journey-step__title_custom {
    margin-top: 14px;
    font-size: 1.02rem;
    line-height: 1.25;
  }

  #kaw-home .journey-step__copy {
    margin-top: 8px;
    font-size: 0.88rem;
    line-height: 1.5;
  }

  #kaw-home .opportunities__toolbar {
    margin: 0 0 14px auto;
  }

  #kaw-home .opportunities .job-card {
    flex: 0 0 calc(100vw - 2.2rem);
    max-width: 100%;
  }

  #kaw-home .opportunities .card-body {
    padding: 0.9rem 1rem 1rem;
  }

  #kaw-home .opportunities .card-title {
    font-size: 14px;
  }

  #kaw-home .opportunities .card-meta {
    gap: 5px;
    margin-bottom: 9px;
  }

  #kaw-home .opportunities .meta-chip {
    font-size: 10.5px;
    padding: 3px 8px;
  }

  #kaw-home .opportunities .contract-badge {
    font-size: 10.5px;
  }

  #kaw-home .opportunities .apply-link {
    padding: 7px 16px;
    font-size: 12px;
  }

  #kaw-home .opportunities .dot {
    height: 4px;
  }

  #kaw-home .opportunities__empty {
    padding: 20px 18px;
    border-radius: 18px;
  }

  #kaw-home .opportunities__empty p {
    font-size: 0.9rem;
  }

  #kaw-home .experts__grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 0 8px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  #kaw-home .experts__grid::-webkit-scrollbar {
    display: none;
  }

  #kaw-home .expert-card {
    flex: 0 0 100%;
    min-width: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  #kaw-home .expert-card__media {
    border-radius: 12px;
  }

  #kaw-home .expert-card__badge {
    left: 10px;
    bottom: 10px;
    gap: 6px;
    padding: 6px 10px;
    font-size: 0.68rem;
  }

  #kaw-home .expert-card__badge-dot {
    width: 8px;
    height: 8px;
  }

  #kaw-home .expert-card__name {
    font-size: 1.5rem;
  }

  #kaw-home .expert-card__role {
    font-size: 0.82rem;
    line-height: 1.45;
  }

  #kaw-home .ai-feature {
    padding: 18px 0 44px;
  }

  #kaw-home .ai-feature .container {
    width: 100%;
  }

  #kaw-home .ai-panel {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 18px 24px;
    /* border-radius: 0; */
  }

  #kaw-home .ai-panel__visual {
    justify-content: center;
  }

  #kaw-home .ai-avatar {
    width: 170px;
    border-width: 5px;
  }

  #kaw-home .ai-avatar::before {
    top: 12px;
    right: 16px;
    font-size: 0.72rem;
  }

  #kaw-home .ai-avatar__name {
    font-size: 2.1rem;
  }

  #kaw-home .ai-avatar__sub {
    margin-top: 8px;
    font-size: 0.78rem;
  }

  #kaw-home .ai-panel__content {
    text-align: center;
  }

  #kaw-home .ai-panel__eyebrow {
    margin: 0 auto 10px;
    font-size: 0.62rem;
    letter-spacing: 0.16em;
  }

  #kaw-home .ai-panel__title_custom {
    font-size: clamp(2.25rem, 11vw, 3rem);
    line-height: 1.02;
  }

  #kaw-home .ai-panel__copy {
    max-width: 286px;
    margin: 12px auto 0;
    font-size: 0.84rem;
    line-height: 1.55;
  }

  #kaw-home .ai-panel__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
  }

  #kaw-home .ai-pill {
    width: 100%;
    justify-content: center;
    min-height: 32px;
    padding: 8px 10px;
    font-size: 0.68rem;
    line-height: 1.2;
  }

  #kaw-home .ai-chat {
    display: none;
  }

  #kaw-home .partners {
    padding: 24px 0 48px;
  }

  #kaw-home .partners__title {
    font-size: 1.08rem;
  }

  #kaw-home .partners__grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 0 8px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    margin-top: 20px;
  }

  #kaw-home .partners__grid::-webkit-scrollbar {
    display: none;
  }

  #kaw-home .partner-slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 104px;
    padding: 0 6px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  #kaw-home .partner-logo {
    flex: 0 1 calc(50% - 7px);
    max-width: calc(50% - 7px);
    min-height: 58px;
  }

  #kaw-home .partner-slide .partner-logo,
  #kaw-home .partner-slide .partner-logo img {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    visibility: visible !important;
  }

  #kaw-home .partner-logo img {
    height: auto;
    max-height: 38px;
    max-width: 100%;
  }

  #kaw-home .partner-logo--google,
  #kaw-home .partner-logo--jobpaw,
  #kaw-home .partner-logo--microsoft {
    grid-column: auto;
  }

  #kaw-home .partner-logo--inno,
  #kaw-home .partner-logo--harvard {
    grid-column: auto;
  }

  #kaw-home .partner-logo--google img {
    width: 52px;
  }

  #kaw-home .partner-logo--jobpaw img {
    width: 84px;
  }

  #kaw-home .partner-logo--microsoft img {
    width: 44px;
  }

  #kaw-home .partner-logo--inno img {
    width: 88px;
  }

  #kaw-home .partner-logo--harvard img {
    width: 86px;
  }

  #kaw-home .cta {
    padding: 0 0 48px;
  }

  #kaw-home .cta .container {
    width: min(calc(100% - 24px), 360px);
  }

  #kaw-home .cta__panel {
    padding: 26px 18px 318px;
    border-radius: 10px;
  }

  #kaw-home .cta__content {
    text-align: center;
  }

  #kaw-home .cta__title_custom {
    max-width: 100%;
    font-size: clamp(2.2rem, 10.8vw, 3rem);
    line-height: 1.08;
  }

  #kaw-home .cta__copy {
    max-width: 260px;
    margin: 14px auto 0;
    font-size: 0.96rem;
    line-height: 1.55;
  }

  #kaw-home .cta__actions {
    margin-top: 18px;
    display: flex;
    justify-content: center;
  }

  #kaw-home .cta__actions .button--secondary {
    width: min(100%, 236px);
    min-height: 46px;
    padding: 12px 16px;
    border-radius: 10px;
  }

  #kaw-home .cta__media {
    height: 320px;
  }

  #kaw-home .cta__shape-top {
    right: 18px;
    top: 44px;
    width: 96px;
  }

  #kaw-home .cta__shape-bottom {
    left: 8px;
    bottom: 78px;
    width: 82px;
  }

  #kaw-home .cta__backdrop {
    left: 50%;
    width: 246px;
    transform: translateX(-50%);
  }

  #kaw-home .cta__person {
    left: 50%;
    width: 255px;
    transform: translateX(-50%);
  }
}
