/*
 * Kitemi School content adaptation for the original PrimeFolio export.
 * The export remains responsible for the grid, section rhythm, interactions
 * and core components. This layer only adapts those components to the course.
 */

html[data-ks-ready="false"] body {
  opacity: 0;
}

html[data-ks-ready="true"] body {
  opacity: 1;
  transition: opacity 180ms ease-out;
}

html {
  scroll-padding-top: 96px;
}

.kitemi-school-page {
  --ks-type-display: clamp(52px, 5.7vw, 82px);
  --ks-type-section: clamp(42px, 4.45vw, 64px);
  --ks-type-panel: clamp(28px, 2.5vw, 36px);
  --ks-type-card: clamp(22px, 2.1vw, 30px);
  --ks-type-body-lg: clamp(16px, 1.2vw, 18px);
  --ks-type-body: 16px;
  --ks-type-label: 12px;
  --ks-radius-tool-panel: 14px;
  --ks-radius-preview: 20px;
  --ks-preview-surface-blue: #e6eaf8;
  --ks-preview-surface-neutral: #ececef;
  --ks-preview-surface-soft: #dfe6fb;
  overflow-x: clip;
}

.kitemi-school-page .w-webflow-badge {
  display: none !important;
}

.kitemi-school-page a,
.kitemi-school-page button,
.kitemi-school-page summary {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.kitemi-school-page .primary-button,
.kitemi-school-page .secondary-button,
.kitemi-school-page .ks-video-button {
  min-height: 44px;
}

.kitemi-school-page .primary-button,
.kitemi-school-page .secondary-button {
  gap: 10px;
  justify-content: center;
  padding-inline: 14px;
}

.kitemi-school-page a:focus-visible,
.kitemi-school-page button:focus-visible,
.kitemi-school-page summary:focus-visible {
  outline: 3px solid var(--k-color-coral);
  outline-offset: 4px;
}

.kitemi-school-page .section {
  scroll-margin-top: 88px;
}

.ks-waitlist-section {
  background: var(--k-color-paper);
  padding: clamp(72px, 10vw, 132px) 0;
}

.ks-waitlist-wrapper {
  align-items: start;
  display: grid;
  gap: clamp(36px, 7vw, 96px);
  grid-template-columns: minmax(0, .8fr) minmax(360px, 1fr);
}

.ks-waitlist-heading .section-subtitle-block {
  margin-bottom: 22px;
}

.ks-waitlist-heading .section-title {
  font-size: var(--ks-type-section);
  letter-spacing: -.05em;
  line-height: .94;
  margin: 0;
}

.ks-waitlist-heading > p {
  color: var(--k-color-ink-soft);
  font-size: var(--ks-type-body-lg);
  line-height: 1.55;
  margin: 24px 0 0;
  max-width: 480px;
}

.ks-waitlist-form {
  background: #fff;
  border: 1px solid rgb(16 17 20 / 12%);
  border-radius: 20px;
  padding: clamp(22px, 3vw, 36px);
}

.ks-waitlist-fields {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ks-waitlist-field {
  min-width: 0;
}

.ks-waitlist-field label,
.ks-waitlist-consent label {
  color: var(--k-color-ink);
  display: block;
  font-family: var(--k-font-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.ks-waitlist-field input {
  background: var(--k-color-paper);
  border: 1px solid rgb(16 17 20 / 18%);
  border-radius: 10px;
  color: var(--k-color-ink);
  font: inherit;
  font-size: 16px;
  height: 48px;
  margin-top: 8px;
  outline: none;
  padding: 0 12px;
  width: 100%;
}

.ks-waitlist-field input:focus {
  border-color: var(--k-color-blue);
  box-shadow: 0 0 0 3px rgb(60 91 212 / 16%);
}

.ks-waitlist-field input[aria-invalid="true"] {
  border-color: #b13c3c;
}

.ks-waitlist-error {
  color: #9b2d2d;
  font-size: 13px;
  line-height: 1.35;
  margin: 6px 0 0;
  min-height: 18px;
}

.ks-waitlist-honeypot {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.ks-waitlist-consent {
  align-items: start;
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.ks-waitlist-consent input {
  accent-color: var(--k-color-blue);
  flex: 0 0 auto;
  height: 18px;
  margin: 1px 0 0;
  width: 18px;
}

.ks-waitlist-consent label {
  color: var(--k-color-ink-soft);
  font-family: var(--k-font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

.ks-waitlist-consent a {
  color: var(--k-color-ink);
  font-weight: 700;
  text-underline-offset: 3px;
}

.ks-waitlist-status {
  color: #9b2d2d;
  font-size: 14px;
  line-height: 1.45;
  margin: 4px 0 0;
}

.ks-waitlist-submit {
  align-items: center;
  background: var(--k-color-blue);
  border: 0;
  border-radius: 8px;
  color: var(--k-color-paper);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--k-font-display);
  font-size: 16px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
  min-height: 48px;
  padding: 12px 18px;
  transition: background-color 180ms ease-out, transform 180ms ease-out;
}

.ks-waitlist-submit > span:first-child {
  background: var(--k-color-paper);
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.ks-waitlist-submit:hover:not(:disabled) {
  background: #2548b7;
  transform: translateY(-1px);
}

.ks-waitlist-submit:disabled {
  cursor: wait;
  opacity: .64;
}

.ks-waitlist-success {
  color: var(--k-color-ink);
  padding: 8px 0;
}

.ks-waitlist-success strong {
  display: block;
  font-family: var(--k-font-display);
  font-size: 24px;
  letter-spacing: -.04em;
}

.ks-waitlist-success p {
  color: var(--k-color-ink-soft);
  font-size: 16px;
  line-height: 1.5;
  margin: 10px 0 0;
}

/* One typographic hierarchy for the whole landing. Components keep their
 * visual treatment, but elements with the same semantic role share a size. */
.section.capabilities .section-title.capalilities,
.section.review .section-title.review,
.section.pricing .section-title,
.section.faq .section-title.faq {
  font-size: var(--ks-type-section);
  letter-spacing: -.05em;
  line-height: .94;
}

.cta-title {
  font-size: var(--ks-type-display);
  letter-spacing: -.055em;
  line-height: 1;
}

.ks-member-link {
  color: var(--k-color-ink-soft);
  font-family: var(--k-font-display);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-button-block {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  min-width: 0;
}

/* The navigation CTA is the same primary action as the hero CTA, so both
 * share the exact same color hierarchy and hover treatment. */
.navbar-button-block .secondary-button {
  background-color: var(--k-color-blue) !important;
  box-shadow: inset 0 0 0 1px var(--k-color-blue);
  color: var(--k-color-paper) !important;
}

.navbar-button-block .secondary-button .button-text {
  color: var(--k-color-paper) !important;
}

.navbar-button-block .secondary-button .button-dot.black {
  background-color: var(--k-color-paper) !important;
}

.navbar-button-block .secondary-button .button-bg.black {
  background-color: var(--k-color-blue-hover) !important;
}

/* Header layout, keep the navigation and the two actions in separate
 * flex items. The exported Webflow rule leaves the action wrapper as a
 * block, so its children can touch or overlap when the viewport narrows. */
.navbar-wrapper {
  align-items: center;
  column-gap: clamp(18px, 2.2vw, 34px);
  min-width: 0;
}

.navbar-manu-block {
  flex: 1 1 auto;
  justify-content: flex-start;
  min-width: 0;
}

.menu-link-wrap {
  column-gap: clamp(16px, 2.25vw, 32px);
  min-width: 0;
}

.ks-member-link,
.navbar-button-block .secondary-button {
  flex: 0 0 auto;
}

@media screen and (min-width: 1181px) {
  .section.work .section-title.work .gray-color-text {
    white-space: nowrap;
  }

  .section.capabilities .section-title.capalilities {
    max-width: none;
    white-space: nowrap;
  }

  /* Direct section links already occupy the desktop header; the theme's
   * extra “+ Menu” trigger is reserved for the compact navigation only. */
  .navbar-manu-block .menu-open-block {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .navbar-button-block {
    display: none;
  }

  /* Keep the compact menu control usable without letting its label consume
   * the limited header width. Its aria-label remains available to assistive
   * technology and the side navigation remains unchanged. */
  .menu-open-block .menu-open {
    display: none;
  }

  .menu-open-block {
    justify-content: center;
    width: 44px;
  }
}

.ks-menu-bottom-link {
  color: var(--k-color-paper) !important;
  display: inline-flex;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 8px;
  text-decoration: none;
}

/* Hero, original split layout with original full-width video. */
.section.hero .hero-title {
  font-size: var(--ks-type-display);
  line-height: .92;
  max-width: 820px;
}

.section.hero .hero-details {
  max-width: 650px;
  margin-top: clamp(20px, 2vw, 28px);
}

.section.hero .ks-title-tag {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.section.hero .ks-hero-title-line {
  display: block;
  white-space: nowrap;
}

.section.hero .ks-title-tag::after {
  background: var(--k-color-ink);
  border-radius: 4px;
  bottom: -22px;
  color: var(--k-color-paper);
  content: "DE LA NICHE AU CLIENT";
  font-family: var(--k-font-display);
  font-size: clamp(10px, .85vw, 13px);
  font-weight: 700;
  left: 9%;
  letter-spacing: .09em;
  line-height: 1;
  padding: 10px 13px 9px;
  position: absolute;
  transform: rotate(-2deg);
  white-space: nowrap;
}

.hero-button-block {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
}

.ks-hero-actions-meta {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-height: 46px;
  padding-top: 2px;
}

.ks-hero-actions-meta strong {
  color: var(--k-color-ink);
  font-size: 13px;
  line-height: 1.25;
}

.ks-hero-actions-meta a {
  color: var(--k-color-blue-dark);
  font-family: var(--k-font-display);
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.ks-hero-stats {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-width: min(100%, 440px);
}

.ks-hero-stats > div {
  border-left: 1px solid var(--k-color-line-strong);
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-left: 12px;
}

.ks-hero-stats strong {
  color: var(--k-color-blue);
  font-family: var(--k-font-display);
  font-size: clamp(28px, 2.2vw, 34px);
  letter-spacing: -.04em;
  line-height: 1;
}

.ks-hero-stats span {
  color: var(--k-color-ink-soft);
  font-size: clamp(12px, .95vw, 14px);
  line-height: 1.3;
}

.hero-video-block {
  background: var(--k-color-blue-dark);
  margin-top: calc(var(--_gap---gap-2xl) + 40px);
}

.ks-youtube-shell::after {
  background: linear-gradient(180deg, transparent 52%, rgb(0 0 0 / 72%) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  opacity: 1;
  transition: opacity 220ms ease-out;
  z-index: 1;
}

.ks-youtube-shell.is-playing::after {
  opacity: 0;
}

.ks-youtube-shell {
  background: var(--k-color-ink);
  isolation: isolate;
  position: relative;
}

.ks-youtube-poster {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  transform: scale(1.01);
  transition: opacity 220ms ease-out, transform 420ms cubic-bezier(.22, 1, .36, 1);
  width: 100%;
  z-index: 0;
}

.ks-youtube-play {
  align-items: center;
  background: var(--k-color-paper);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 16px 42px rgb(4 10 28 / 28%);
  color: var(--k-color-ink);
  cursor: pointer;
  display: inline-flex;
  height: clamp(60px, 6vw, 78px);
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 180ms ease, color 180ms ease, transform 220ms cubic-bezier(.22, 1, .36, 1);
  width: clamp(60px, 6vw, 78px);
  z-index: 3;
}

.ks-youtube-play span {
  border-bottom: 8px solid transparent;
  border-left: 13px solid currentColor;
  border-top: 8px solid transparent;
  display: block;
  margin-left: 4px;
  width: 0;
}

.ks-youtube-play:hover {
  background: var(--k-color-coral);
  transform: translate(-50%, -50%) scale(1.06);
}

.ks-youtube-play:active {
  transform: translate(-50%, -50%) scale(.97);
}

.ks-youtube-player {
  background: var(--k-color-ink);
  border: 0;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
}

.ks-youtube-shell.is-playing .ks-youtube-poster,
.ks-youtube-shell.is-playing .ks-youtube-play,
.ks-youtube-shell.is-playing .hero-video-content-block {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.ks-youtube-shell:not(.is-playing):hover .ks-youtube-poster {
  transform: scale(1.025);
}

.hero-video-content-block,
.video-play-button {
  z-index: 2;
}

.hero-video-content-block {
  pointer-events: none;
  transition: opacity 220ms ease-out;
}

.hero-video-content-block a,
.hero-video-content-block button {
  pointer-events: auto;
}

/* The template originally placed a client-logo strip beneath the video title.
 * It competes with the course copy and caused the two bottom rows to overlap. */
.hero-video-content-block .video-icon-wrapper,
.hero-video-content-block .video-right-wrap {
  display: none !important;
}

.hero-video-content-block .avatar-image-wrap,
.hero-video-content-block .avatar-images-wrap,
.hero-video-content-block .video-avatar-wrap {
  display: none !important;
}

.hero-video-content-block .video-bottom-wrap {
  align-items: flex-end;
  margin-bottom: 86px;
}

.hero-video-content-block .video-left-wrap {
  max-width: 430px;
  width: auto;
}

.hero-video-content-block .video-left-title {
  line-height: .94;
}

.ks-video-presentation {
  align-items: flex-end;
  border-top: 1px solid rgb(255 255 255 / 20%);
  bottom: 28px;
  display: flex;
  gap: 22px;
  justify-content: space-between;
  left: 28px;
  padding-top: 18px;
  position: absolute;
  right: 28px;
}

.ks-video-presentation p {
  color: rgb(255 255 255 / 76%);
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  max-width: 540px;
}

.ks-video-button {
  align-items: center;
  background: var(--k-color-paper);
  border: 0;
  border-radius: 6px;
  color: var(--k-color-blue-dark);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: var(--k-font-display);
  font-size: 14px;
  font-weight: 700;
  gap: 24px;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 17px;
  transition: transform 180ms ease, background-color 180ms ease;
}

.ks-video-button:hover {
  background: var(--k-color-blue-pale);
  transform: translateY(-2px);
}

/* Shared copy helpers that sit inside original section-title wrappers. */
.ks-section-intro,
.ks-section-copy {
  color: var(--k-color-ink-soft);
  font-size: var(--ks-type-body-lg);
  line-height: 1.55;
  margin: 24px 0 0;
  max-width: 720px;
}

.ks-section-copy {
  display: grid;
  gap: 12px;
}

.ks-section-copy p {
  margin: 0;
}

/* Problem, a compact editorial diagnostic rather than another card grid. */
.section.value.ks-problem-section {
  background: var(--k-color-canvas);
  overflow: hidden;
  padding-block: clamp(88px, 9vw, 136px);
  position: relative;
  text-align: left;
}

.ks-problem-layout {
  align-items: center;
  display: grid;
  gap: clamp(48px, 7vw, 104px);
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
}

.ks-problem-story {
  max-width: 540px;
}

.ks-problem-eyebrow {
  align-items: center;
  color: var(--k-color-blue-dark);
  display: inline-flex;
  font-family: var(--k-font-display);
  font-size: var(--ks-type-label);
  font-weight: 700;
  gap: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ks-problem-eyebrow-mark {
  align-items: center;
  background: var(--k-color-ink);
  border-radius: 50%;
  color: var(--k-color-paper);
  display: inline-flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.ks-problem-eyebrow-mark svg {
  height: 13px;
  width: 13px;
}

.ks-problem-eyebrow-mark path {
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-width: 1.6;
}

.ks-problem-title {
  color: var(--k-color-ink);
  font-family: var(--k-font-display);
  font-size: var(--ks-type-section);
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: .94;
  margin: clamp(24px, 2.8vw, 38px) 0 0;
}

.ks-problem-title span {
  color: var(--k-color-blue);
  display: block;
  margin-top: 10px;
}

.ks-problem-lead {
  color: var(--k-color-ink-soft);
  font-size: var(--ks-type-body-lg);
  line-height: 1.55;
  margin: clamp(24px, 2.5vw, 34px) 0 0;
  max-width: 520px;
}

.ks-problem-answer {
  align-items: start;
  border-top: 1px solid var(--k-color-line-strong);
  display: grid;
  gap: 12px;
  grid-template-columns: 10px minmax(0, 1fr);
  margin-top: clamp(28px, 3vw, 42px);
  padding-top: 22px;
}

.ks-problem-answer-dot {
  background: var(--k-color-coral);
  border-radius: 50%;
  height: 8px;
  margin-top: 7px;
  width: 8px;
}

.ks-problem-answer p {
  color: var(--k-color-ink);
  font-family: var(--k-font-display);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  max-width: 470px;
}

.ks-problem-panel {
  background: var(--k-color-blue-dark);
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: var(--k-radius-md);
  box-shadow: 0 28px 70px rgb(8 21 70 / 14%);
  color: var(--k-color-paper);
  isolation: isolate;
  overflow: hidden;
  padding: clamp(22px, 2.6vw, 38px);
  position: relative;
}

.ks-problem-panel::before {
  background-image:
    linear-gradient(rgb(255 255 255 / 6%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 6%) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  inset: 0 0 0 42%;
  mask-image: linear-gradient(90deg, transparent, black);
  opacity: .6;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.ks-problem-panel-head {
  align-items: center;
  border-bottom: 1px solid rgb(255 255 255 / 16%);
  color: rgb(255 255 255 / 52%);
  display: flex;
  font-family: var(--k-font-display);
  font-size: 11px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: .1em;
  padding-bottom: 18px;
  text-transform: uppercase;
}

.ks-problem-panel-head span:first-child {
  color: var(--k-color-coral);
}

.ks-problem-step {
  align-items: center;
  border-bottom: 1px solid rgb(255 255 255 / 14%);
  display: grid;
  gap: 18px;
  grid-template-columns: 42px minmax(0, 1fr) 28px;
  padding: 22px 0;
  position: relative;
}

.ks-problem-step:last-child {
  border-bottom: 0;
}

.ks-problem-step::before {
  background: rgb(255 255 255 / 5%);
  border-radius: 10px;
  content: "";
  inset: 6px -12px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: scale(.98);
  transition: opacity 220ms ease, transform 220ms ease;
}

.ks-problem-step > * {
  position: relative;
  z-index: 1;
}

.ks-problem-step-number {
  color: var(--k-color-coral);
  font-family: var(--k-font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
}

.ks-problem-step-copy h3 {
  color: var(--k-color-paper);
  font-family: var(--k-font-display);
  font-size: clamp(19px, 1.6vw, 23px);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.1;
  margin: 0;
  transition: transform 220ms ease;
}

.ks-problem-step-copy p {
  color: rgb(255 255 255 / 66%);
  font-size: 15px;
  line-height: 1.45;
  margin: 7px 0 0;
  max-width: 500px;
}

.ks-problem-step-arrow {
  align-items: center;
  color: rgb(255 255 255 / 60%);
  display: inline-flex;
  height: 24px;
  justify-content: center;
  opacity: .65;
  transition: opacity 220ms ease, transform 220ms ease;
  width: 24px;
}

.ks-problem-step-arrow svg {
  height: 16px;
  overflow: visible;
  width: 16px;
}

.ks-problem-step-arrow path {
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

@media (hover: hover) and (pointer: fine) {
  .ks-problem-step:hover::before {
    opacity: 1;
    transform: scale(1);
  }

  .ks-problem-step:hover .ks-problem-step-copy h3 {
    transform: translateX(4px);
  }

  .ks-problem-step:hover .ks-problem-step-arrow {
    opacity: 1;
    transform: translateX(3px);
  }
}

/* Programme, the theme's project cards become the five course modules. */
.section.work .section-title-wrap.work {
  background: transparent;
  margin: 0 auto clamp(48px, 6vw, 84px);
  max-width: 1040px;
  padding-bottom: 0;
  position: static !important;
  text-align: center;
  top: auto !important;
  width: 100%;
  z-index: auto;
}

.section.work .section-subtitle-block.center,
.section.work .section-subtitle-block.work {
  justify-content: center;
}

.section.work .section-title.work {
  font-size: var(--ks-type-section);
  letter-spacing: -.05em;
  line-height: .94;
  margin: 0;
  max-width: none;
  text-align: center;
}

.section.work .section-title.work .gray-color-text {
  color: var(--k-color-blue);
  display: block;
}

.section.work .ks-section-intro {
  color: var(--k-color-ink-soft);
  font-size: var(--ks-type-body-lg);
  line-height: 1.55;
  margin: clamp(20px, 2vw, 28px) auto 0;
  max-width: 680px;
  text-align: center;
}

.section.work .work-single-block {
  cursor: pointer;
}

.section.work .work-image-wrap {
  background-color: var(--k-color-blue-dark);
  background-image: url("../kitemi/assets/textures/grid-dark.svg");
  background-size: 120px 120px;
  overflow: hidden;
}

.section.work .work-image {
  display: block;
  filter: none;
  height: 110%;
  max-height: none;
  object-fit: cover !important;
  object-position: center;
  padding: 0;
  transition: transform 420ms cubic-bezier(.22, 1, .36, 1);
  width: 100%;
}

.section.work .work-single-block:hover .work-image {
  transform: scale(1.025);
}

.section.work .work-image-hover {
  display: none;
}

.section.work .work-item-title {
  font-size: var(--ks-type-card);
  justify-self: end;
  line-height: 1.06;
  max-width: none;
  text-align: right;
  white-space: nowrap;
  width: auto;
}

.section.work .work-content-wrap {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 16px;
  position: relative;
  width: 100%;
}

.section.work .work-title-wrap {
  align-items: center;
  display: grid;
  gap: clamp(16px, 1.6vw, 24px);
  grid-template-columns: max-content minmax(0, 1fr);
  min-width: 0;
  width: 100%;
}

.section.work .work-number-block {
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.section.work .work-arrow-button {
  display: none;
}

.section.work .work-dot {
  background-color: var(--k-color-ink);
  display: block;
  height: 7px;
  min-width: 7px;
  width: 7px;
}

.section.work .work-number {
  color: var(--k-color-blue);
  font-family: var(--k-font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1;
  text-transform: uppercase;
}

.ks-programme-transition {
  align-items: center;
  background:
    radial-gradient(circle at 92% 12%, rgb(66 93 225 / 12%), transparent 32%),
    var(--k-color-blue-pale);
  border: 1px solid rgb(66 93 225 / 14%);
  border-radius: 20px;
  display: flex;
  gap: 36px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1120px;
  padding: clamp(24px, 3vw, 34px);
  text-align: left;
}

.ks-programme-transition-copy {
  max-width: 650px;
}

.ks-programme-transition-copy > span {
  color: var(--k-color-blue-dark);
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.ks-programme-transition p {
  color: var(--k-color-ink-soft);
  font-size: 17px;
  line-height: 1.45;
  margin: 0;
}

.ks-programme-transition p strong {
  color: var(--k-color-ink);
}

.ks-programme-transition-action {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 9px;
}

.ks-programme-cta {
  align-items: center;
  background: var(--k-color-blue);
  border-radius: 10px;
  color: var(--k-color-paper) !important;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  min-height: 52px;
  min-width: 240px;
  padding: 0 16px;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
}

.ks-programme-cta:hover {
  background: var(--k-color-blue-dark);
  transform: translateY(-2px);
}

.ks-programme-cta-dot {
  background: var(--k-color-paper);
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.ks-programme-cta-arrow {
  font-size: 17px;
  margin-left: auto;
  transition: transform 180ms ease;
}

.ks-programme-cta:hover .ks-programme-cta-arrow {
  transform: translate(2px, -2px);
}

.ks-programme-transition-action small {
  color: var(--k-color-ink-soft);
  font-size: 10px;
  text-align: center;
}

/* Tools, keep the original expanding capabilities list. */
.section.capabilities .ks-section-intro {
  margin-left: 0;
  margin-right: 0;
  max-width: 650px;
  text-align: left;
}

.section.capabilities .capabilities-item-block {
  align-items: flex-start;
  padding-block: 14px;
}

.section.capabilities .capabilities-button-wrap {
  align-self: flex-start;
  margin-left: auto;
}

.section.capabilities .secondary-button.capalilities {
  border-radius: 999px !important;
  min-height: 44px;
  min-width: 126px;
  white-space: nowrap;
}

.section.capabilities .capabilities-item-block:focus-within
  .secondary-button.capalilities {
  opacity: 1 !important;
}

.section.capabilities .capabilities-content-wrap {
  align-items: baseline;
  display: grid;
  gap: 24px;
  grid-template-columns: 82px minmax(0, 1fr);
}

.section.capabilities .capabilities-year-block {
  max-width: none;
  width: auto;
}

.section.capabilities .capabilities-title-block {
  max-width: 620px;
}

.section.capabilities .capabilities-year {
  color: var(--k-color-blue) !important;
  font-family: var(--k-font-display) !important;
  font-weight: 700;
  line-height: 1;
}

.section.capabilities .capabilities-title {
  font-size: var(--ks-type-card);
  line-height: 1.05;
}

.section.capabilities .capabilities-hover-wrap,
.section.capabilities .capabilities-hover-content {
  max-width: 560px;
}

.section.capabilities .capabilities-hover-content {
  border-radius: var(--ks-radius-tool-panel) !important;
  gap: 16px;
  overflow: hidden;
  padding: 14px;
}

.section.capabilities .capabilities-overview {
  gap: 10px;
  max-width: 338px;
}

.section.capabilities .overview-image-wrap {
  background-color: var(--k-color-blue);
  background-image: url("../kitemi/assets/textures/grid-dark.svg");
  background-size: 108px 108px;
  height: 140px;
  max-width: 140px;
}

.section.capabilities .overview-image {
  object-fit: contain;
  padding: 18px;
}

.section.capabilities .overview-subtitle {
  color: var(--k-color-coral);
  font-family: var(--k-font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.section.capabilities .overview-details {
  color: rgb(255 255 255 / 78%);
  font-size: 15px;
  line-height: 1.5;
}

/* Method, same image and counter composition with clearer proof hierarchy. */
.section.about .about-image-wrap {
  background-color: var(--k-color-blue-dark);
  background-image:
    radial-gradient(circle at 28% 18%, rgb(82 107 226 / 32%), transparent 34%),
    linear-gradient(rgb(255 255 255 / 5%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 5%) 1px, transparent 1px);
  background-size: auto, 72px 72px, 72px 72px;
  min-height: 700px;
}

.section.about .about-image {
  filter: drop-shadow(0 20px 36px rgb(0 0 0 / 24%));
  object-fit: contain;
  padding: clamp(44px, 5vw, 88px);
}

.ks-platform-stage {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 42px 18px 216px;
  perspective: 1150px;
  position: absolute;
}

.ks-platform-copy {
  align-items: end;
  background: rgb(9 16 42 / 88%);
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 16px;
  bottom: 22px;
  color: var(--k-color-paper);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  left: 22px;
  padding: 18px;
  position: absolute;
  right: 22px;
  z-index: 4;
}

.ks-platform-copy strong {
  display: block;
  font-family: var(--k-font-display);
  font-size: 18px;
  line-height: 1.1;
}

.ks-platform-copy p {
  color: rgb(255 255 255 / 70%);
  font-size: 12px;
  line-height: 1.45;
  margin: 8px 0 0;
}

.section.about .ks-platform-copy .about-button {
  padding: 0;
  position: static;
}

.ks-platform-device {
  animation: ks-platform-float 7s cubic-bezier(.45, 0, .25, 1) infinite alternate;
  background: #101522;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 17px;
  box-shadow:
    -18px 28px 52px rgb(0 0 0 / 32%),
    0 4px 0 rgb(255 255 255 / 10%) inset;
  overflow: hidden;
  position: relative;
  transform-style: preserve-3d;
  width: 92%;
  will-change: transform;
}

.ks-platform-device::after {
  background: linear-gradient(125deg, rgb(255 255 255 / 22%), transparent 28%, transparent 68%, rgb(73 98 221 / 10%));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.ks-platform-bar {
  align-items: center;
  color: rgb(255 255 255 / 44%);
  display: grid;
  font-size: 8px;
  grid-template-columns: 1fr auto 1fr;
  height: 34px;
  letter-spacing: .06em;
  padding: 0 13px;
  text-transform: uppercase;
}

.ks-platform-dots {
  display: flex;
  gap: 5px;
}

.ks-platform-dots i {
  background: rgb(255 255 255 / 28%);
  border-radius: 50%;
  height: 5px;
  width: 5px;
}

.ks-platform-dots i:first-child {
  background: var(--k-color-coral);
}

.ks-platform-status {
  align-items: center;
  display: flex;
  gap: 5px;
  justify-self: end;
}

.ks-platform-status i {
  background: #69d98e;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgb(105 217 142 / 12%);
  height: 5px;
  width: 5px;
}

.ks-platform-viewport {
  aspect-ratio: 4 / 3;
  background: var(--k-color-paper);
  overflow: hidden;
  position: relative;
}

.ks-platform-viewport img {
  height: 100%;
  object-fit: cover;
  object-position: 82% center;
  width: 100%;
}

@keyframes ks-platform-float {
  from {
    transform: rotateX(6deg) rotateY(-12deg) rotateZ(-1.2deg) translate3d(-18px, 6px, 0);
  }
  to {
    transform: rotateX(6deg) rotateY(-12deg) rotateZ(-1.2deg) translate3d(-18px, -5px, 0);
  }
}

.section.about .about-top-title {
  display: grid;
  gap: 14px;
}

.section.about .ks-about-heading {
  color: var(--k-color-ink);
  font-family: var(--k-font-display);
  font-size: var(--ks-type-section);
  letter-spacing: -.05em;
  line-height: .94;
  margin: 0;
}

.section.about .about-top-title p {
  color: var(--k-color-ink-soft);
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.section.about .about-counter-wrap {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ks-proof-item {
  align-items: flex-start;
  border-left: 1px solid var(--k-color-line-strong);
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding-left: 14px;
}

.ks-proof-value {
  color: var(--k-color-blue);
  font-family: var(--k-font-display);
  font-size: clamp(30px, 3.3vw, 48px);
  letter-spacing: -.055em;
  line-height: .95;
}

.ks-proof-item .about-item-title {
  color: var(--k-color-ink-soft);
  font-size: 13px;
  line-height: 1.25;
  margin: 8px 0 0;
}

.ks-proof-note {
  color: var(--k-color-ink-soft);
  font-size: 12px;
  line-height: 1.45;
  margin: 18px 0 0;
  max-width: 560px;
}

/* Product preview, bright, precisely framed screenshots on the front and
 * structured product notes on the reverse. */
.section.review .review-single-block {
  border-radius: var(--ks-radius-preview);
  cursor: pointer;
  perspective: 1200px;
  transition: transform 420ms cubic-bezier(.22, 1, .36, 1) !important;
  transform-style: preserve-3d;
}

.section.review .review-single-block::before,
.section.review .review-single-block::after {
  content: none;
}

.section.review .review-front-wrap,
.section.review .review-back-wrap {
  backface-visibility: hidden;
  border-radius: var(--ks-radius-preview) !important;
  overflow: hidden;
  transition: transform 420ms cubic-bezier(.22, 1, .36, 1);
}

.section.review .review-front-wrap {
  background-color: var(--ks-preview-surface-blue);
  border: 1px solid rgb(20 35 88 / 10%);
  transform: rotateY(0deg) !important;
}

.section.review [data-preview="02"] .review-front-wrap {
  background-color: var(--ks-preview-surface-neutral);
}

.section.review [data-preview="03"] .review-front-wrap {
  background-color: var(--ks-preview-surface-soft);
}

.section.review .review-front-wrap::before {
  background-image:
    linear-gradient(rgb(27 43 100 / 6%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(27 43 100 / 6%) 1px, transparent 1px);
  background-size: 38px 38px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(180deg, black, transparent 62%);
  opacity: .6;
  pointer-events: none;
  position: absolute;
}

.section.review .review-front-wrap::after {
  border: 1px solid rgb(255 255 255 / 52%);
  border-radius: inherit;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 4;
}

.section.review .review-logo-wrap,
.section.review .review-item-overlay {
  display: none;
}

.section.review .ks-preview-number {
  color: var(--k-color-blue);
  font-family: var(--k-font-display);
  font-size: 12px;
  font-weight: 700;
  left: 24px;
  letter-spacing: .08em;
  position: absolute;
  top: 22px;
  z-index: 3;
}

.section.review .review-content-wrap {
  align-items: center;
  justify-content: flex-start;
  padding: 28px 58px 0;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

.section.review .review-counter-title {
  color: var(--k-color-ink);
  font-family: var(--k-font-display);
  font-size: clamp(23px, 2vw, 29px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.02;
  max-width: 270px;
  text-align: center;
}

.section.review .review-image {
  border: 1px solid rgb(18 31 80 / 12%);
  border-radius: 12px;
  bottom: 18px;
  box-shadow: 0 18px 38px rgb(18 31 80 / 16%);
  height: 248px;
  left: 15px;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  transition: transform 320ms cubic-bezier(.22, 1, .36, 1);
  width: calc(100% - 30px);
  z-index: 2;
}

.section.review .review-back-wrap {
  align-items: stretch;
  color: var(--k-color-paper);
  display: flex;
  justify-content: space-between;
  padding: 28px;
  text-align: center;
  transform: rotateY(180deg) !important;
}

.section.review .ks-preview-back--01 {
  background: var(--k-color-blue) !important;
}

.section.review .ks-preview-back--02 {
  background: var(--k-color-ink) !important;
}

.section.review .ks-preview-back--03 {
  background: var(--k-color-blue-dark) !important;
}

.ks-preview-back::before {
  background-image:
    linear-gradient(rgb(255 255 255 / 7%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 7%) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(180deg, black, transparent 70%);
  opacity: .5;
  pointer-events: none;
  position: absolute;
}

.ks-preview-back > * {
  position: relative;
  z-index: 1;
}

.ks-preview-back-head {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: var(--k-font-display);
  font-size: 10px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ks-preview-back-icon {
  align-items: center;
  background: rgb(255 255 255 / 12%);
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 12px;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.ks-preview-back-icon svg {
  fill: none;
  height: 23px;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  width: 23px;
}

.ks-preview-back-body {
  margin-inline: auto;
  max-width: 315px;
}

.ks-preview-back-label {
  color: rgb(255 255 255 / 64%);
  font-family: var(--k-font-display);
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: .08em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.ks-preview-back-body h3 {
  color: var(--k-color-paper);
  font-family: var(--k-font-display);
  font-size: clamp(27px, 2.2vw, 34px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1;
  margin: 0;
}

.ks-preview-back-body > p:last-child {
  color: rgb(255 255 255 / 78%);
  font-size: 15px;
  line-height: 1.45;
  margin: 18px 0 0;
}

.ks-preview-back-footer {
  align-items: center;
  border-top: 1px solid rgb(255 255 255 / 22%);
  display: flex;
  font-family: var(--k-font-display);
  font-size: 10px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: .08em;
  padding-top: 16px;
  text-transform: uppercase;
}

.section.review .review-single-block.is-flipped {
  transform: rotateY(180deg) !important;
}

/* Qualification, two panels in the original founder marquee area. */
.section.founder .founder-title {
  font-size: var(--ks-type-section);
  letter-spacing: -.05em;
  line-height: .94;
  max-width: 850px;
}

.section.founder .founder-wrap {
  align-items: stretch;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: visible;
}

.ks-fit-card {
  background: var(--k-color-paper);
  border: 1px solid var(--k-color-line);
  border-radius: var(--k-radius-md);
  min-height: 100%;
  padding: clamp(24px, 3vw, 42px);
}

.ks-fit-card--yes {
  background: var(--k-color-blue-dark);
  border-color: var(--k-color-blue-dark);
  color: var(--k-color-paper);
}

.ks-fit-label {
  color: var(--k-color-blue);
  font-family: var(--k-font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ks-fit-card--yes .ks-fit-label {
  color: var(--k-color-coral);
}

.ks-fit-card h3 {
  color: var(--k-color-ink);
  font-family: var(--k-font-display);
  font-size: var(--ks-type-panel);
  letter-spacing: -.045em;
  line-height: .98;
  margin: 24px 0 32px;
}

.ks-fit-card--yes h3 {
  color: var(--k-color-paper);
}

.ks-fit-card ul {
  display: grid;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ks-fit-card li {
  align-items: flex-start;
  color: var(--k-color-ink-soft);
  display: grid;
  font-size: 15px;
  gap: 10px;
  grid-template-columns: 18px 1fr;
  line-height: 1.45;
}

.ks-fit-card--yes li {
  color: rgb(255 255 255 / 78%);
}

.ks-fit-card li span {
  color: var(--k-color-blue);
  font-weight: 700;
}

.ks-fit-card--yes li span {
  color: var(--k-color-coral);
}

/* Offer, a single readable purchase decision without repeated copy. */
.section.pricing .section-title-wrap {
  margin-inline: auto;
  max-width: 920px;
}

.section.pricing .section-details.pricing {
  max-width: 620px;
}

.section.pricing .pricing-wrap {
  background: transparent;
  display: block;
  margin-inline: auto;
  max-width: 1120px;
  padding: 0;
}

.ks-offer-card {
  background: rgb(255 255 255 / 78%);
  border: 1px solid rgb(18 31 80 / 10%);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgb(18 31 80 / 9%);
  display: grid;
  grid-template-columns: minmax(310px, .82fr) minmax(0, 1.18fr);
  overflow: hidden;
}

.ks-offer-summary {
  background:
    linear-gradient(rgb(255 255 255 / 5%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 5%) 1px, transparent 1px),
    radial-gradient(circle at 82% 18%, rgb(69 98 219 / 42%), transparent 34%),
    #121f50;
  background-size: 48px 48px, 48px 48px, auto, auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: clamp(30px, 4vw, 52px);
}

.ks-offer-brand-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}

.ks-offer-brand,
.ks-offer-badge,
.ks-offer-content-label,
.ks-offer-group-number {
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .09em;
  line-height: 1;
}

.ks-offer-badge {
  background: rgb(255 255 255 / 10%);
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 999px;
  color: rgb(255 255 255 / 72%);
  padding: 9px 11px 8px;
}

.ks-offer-price-wrap {
  align-items: flex-end;
  display: flex;
  gap: 12px;
  margin-top: clamp(64px, 8vw, 100px);
}

.ks-offer-price {
  font-size: clamp(72px, 7vw, 104px);
  font-weight: 700;
  letter-spacing: -.075em;
  line-height: .78;
}

.ks-offer-tax {
  color: rgb(255 255 255 / 64%);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 3px;
}

.ks-offer-summary-copy {
  color: rgb(255 255 255 / 72%);
  font-size: 16px;
  line-height: 1.5;
  margin: 28px 0 0;
  max-width: 390px;
}

.ks-offer-summary-bottom {
  margin-top: auto;
  padding-top: 42px;
}

.ks-offer-purchase {
  align-items: center;
  background: #fff;
  border-radius: 12px;
  color: var(--k-color-blue-dark);
  display: grid;
  font-size: 15px;
  font-weight: 750;
  gap: 11px;
  grid-template-columns: auto 1fr auto;
  min-height: 58px;
  padding: 12px 16px;
  text-decoration: none;
  transition: transform 220ms var(--ks-ease-out), box-shadow 220ms var(--ks-ease-out);
}

.ks-offer-purchase:hover {
  box-shadow: 0 14px 30px rgb(0 0 0 / 20%);
  transform: translateY(-2px);
}

.ks-offer-purchase-dot {
  background: var(--k-color-blue);
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.ks-offer-purchase-arrow {
  font-size: 18px;
  transition: transform 220ms var(--ks-ease-out);
}

.ks-offer-purchase:hover .ks-offer-purchase-arrow {
  transform: translate(2px, -2px);
}

.ks-offer-access {
  color: rgb(255 255 255 / 56%);
  font-size: 11px;
  letter-spacing: .02em;
  margin: 12px 0 0;
  text-align: center;
}

.ks-offer-access span {
  margin-inline: 5px;
}

.ks-offer-content {
  display: flex;
  flex-direction: column;
  padding: clamp(34px, 4.4vw, 58px);
}

.ks-offer-content-label {
  color: var(--k-color-blue);
}

.ks-offer-content-head h3 {
  font-size: clamp(30px, 3vw, 44px);
  letter-spacing: -.045em;
  line-height: 1;
  margin: 18px 0 0;
  max-width: 470px;
}

.ks-offer-groups {
  margin-top: clamp(38px, 5vw, 62px);
}

.ks-offer-group {
  align-items: start;
  border-top: 1px solid rgb(18 31 80 / 12%);
  display: grid;
  gap: clamp(18px, 2vw, 28px);
  grid-template-columns: 36px 1fr;
  padding: 22px 0;
}

.ks-offer-group-number {
  color: var(--k-color-blue);
  padding-top: 5px;
}

.ks-offer-group h4 {
  font-size: 20px;
  letter-spacing: -.025em;
  line-height: 1.1;
  margin: 0;
}

.ks-offer-group-title {
  align-items: center;
  display: flex;
  gap: 9px;
}

.ks-notion-logo {
  display: block;
  height: 21px;
  width: 21px;
}

.ks-offer-group p {
  color: var(--k-color-ink-soft);
  font-size: 14px;
  line-height: 1.45;
  margin: 7px 0 0;
  max-width: 520px;
}

.ks-offer-note {
  align-items: center;
  background: rgb(69 98 219 / 7%);
  border-radius: 12px;
  color: var(--k-color-ink-soft);
  display: flex;
  font-size: 12px;
  gap: 9px;
  line-height: 1.4;
  margin: auto 0 0;
  padding: 13px 15px;
}

.ks-offer-note span {
  align-items: center;
  background: var(--k-color-blue);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 18px;
  font-size: 11px;
  height: 18px;
  justify-content: center;
}

/* Accessible FAQ accordions inside the original two-column FAQ section. */
.ks-faq-list {
  display: grid;
  gap: 8px;
}

.ks-faq-list .faq-single-item {
  display: block;
  height: auto;
  padding: 0;
  width: 100%;
}

.ks-faq-list .faq-question-wrap {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 22px;
  min-height: 72px;
  padding: 20px 22px;
}

.ks-faq-list summary::-webkit-details-marker {
  display: none;
}

.ks-faq-list .faq-question {
  font-size: 16px;
  line-height: 1.35;
}

.ks-faq-icon {
  height: 18px;
  position: relative;
  width: 18px;
}

.ks-faq-icon::before,
.ks-faq-icon::after {
  background: var(--k-color-ink);
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.ks-faq-icon::before {
  height: 2px;
  width: 16px;
}

.ks-faq-icon::after {
  height: 16px;
  width: 2px;
}

.ks-faq-list details[open] .ks-faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.ks-faq-list .faq-answer-wrap {
  display: block;
  height: auto !important;
  overflow: visible !important;
  padding: 0 22px 22px;
}

.ks-faq-list .faq-answer {
  color: var(--k-color-ink-soft);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
  max-width: 680px;
}

.section.faq .faq-right {
  position: sticky;
  top: 110px;
}

.section.faq .faq-image {
  background: transparent;
  border-radius: 0;
  display: block;
  height: auto;
  object-fit: contain;
  padding: 0;
  width: 100%;
}

.section.faq .faq-image-wrap {
  height: auto;
  width: clamp(120px, 10vw, 160px);
}

/* Replace the export's slow 100px Webflow entrances with a short, stable
 * reveal. The original motion could visually cross the following paragraph
 * for more than a second after an anchor jump. */
.ks-safe-reveal {
  opacity: 0 !important;
  transform: translate3d(0, 16px, 0) !important;
  transition: opacity 360ms ease-out, transform 420ms cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}

.ks-safe-reveal.is-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

.ks-problem-step.ks-safe-reveal:nth-child(1) {
  transition-delay: 60ms;
}

.ks-problem-step.ks-safe-reveal:nth-child(2) {
  transition-delay: 120ms;
}

.ks-problem-step.ks-safe-reveal:nth-child(3) {
  transition-delay: 180ms;
}

.ks-problem-step.ks-safe-reveal:nth-child(4) {
  transition-delay: 240ms;
}

.ks-stable-opacity {
  opacity: 1 !important;
}

/* Final conversion block + original dark footer. */
.ks-cta-copy {
  color: rgb(255 255 255 / 76%) !important;
  font-size: var(--ks-type-body-lg);
  line-height: 1.5;
  margin: 24px auto 0;
  max-width: 650px;
  text-align: center;
}

.ks-cta-price {
  color: var(--k-color-paper) !important;
  font-family: var(--k-font-display);
  font-size: 13px;
  font-weight: 700;
  margin: 12px auto 0;
  text-align: center;
}

.footer-section {
  background-color: #11182a !important;
  background-image:
    radial-gradient(circle at 78% 8%, rgb(67 93 224 / 18%), transparent 34%),
    linear-gradient(rgb(255 255 255 / 2%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 2%) 1px, transparent 1px) !important;
  background-position: center;
  background-size: auto, 88px 88px, 88px 88px;
  overflow: hidden;
  padding: 80px 0 32px;
}

.ks-footer-conversion {
  align-items: stretch;
  display: grid;
  gap: clamp(42px, 7vw, 110px);
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
  padding-bottom: 74px;
}

.ks-footer-message {
  align-self: center;
}

.ks-footer-logo {
  height: auto;
  margin-bottom: 56px;
  width: 144px;
}

.ks-footer-eyebrow {
  align-items: center;
  color: rgb(255 255 255 / 64%);
  display: flex;
  font-size: 11px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: .12em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.ks-footer-eyebrow span {
  background: var(--k-color-coral);
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.ks-footer-message .footer-title {
  color: var(--k-color-paper) !important;
  font-size: clamp(50px, 5.6vw, 82px);
  line-height: .9;
  margin: 0;
  max-width: 760px;
}

.ks-footer-message > p {
  color: rgb(255 255 255 / 66%) !important;
  font-size: 16px;
  line-height: 1.55;
  margin: 28px 0 0;
  max-width: 600px;
}

.ks-footer-offer {
  align-self: stretch;
  background: rgb(248 248 246 / 98%);
  border: 1px solid rgb(255 255 255 / 72%);
  border-radius: 24px;
  box-shadow: 0 24px 80px rgb(0 0 0 / 18%);
  color: var(--k-color-ink);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 3vw, 38px);
}

.ks-footer-offer-head {
  align-items: center;
  border-bottom: 1px solid rgb(23 26 29 / 12%);
  color: var(--k-color-ink-soft);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: .08em;
  padding-bottom: 18px;
  text-transform: uppercase;
}

.ks-footer-price {
  align-items: flex-end;
  display: flex;
  gap: 9px;
  margin: 28px 0 24px;
}

.ks-footer-price strong {
  color: var(--k-color-blue);
  font-family: var(--k-font-display);
  font-size: clamp(56px, 5vw, 72px);
  letter-spacing: -.065em;
  line-height: .8;
}

.ks-footer-price span {
  color: var(--k-color-ink-soft);
  font-size: 12px;
  font-weight: 700;
}

.ks-footer-benefits {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.ks-footer-benefits li {
  align-items: center;
  color: var(--k-color-ink);
  display: flex;
  font-size: 14px;
  gap: 10px;
}

.ks-footer-benefits li::before {
  align-items: center;
  background: var(--k-color-blue-pale);
  border-radius: 50%;
  color: var(--k-color-blue-dark);
  content: "✓";
  display: inline-flex;
  flex: 0 0 20px;
  font-size: 11px;
  height: 20px;
  justify-content: center;
}

.ks-footer-cta {
  align-items: center;
  background: var(--k-color-blue);
  border-radius: 10px;
  color: var(--k-color-paper) !important;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  justify-content: flex-start;
  min-height: 56px;
  padding: 0 18px;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
}

.ks-footer-cta:hover {
  background: var(--k-color-blue-dark);
  transform: translateY(-2px);
}

.ks-footer-cta-dot {
  background: var(--k-color-paper);
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.ks-footer-cta-arrow {
  font-size: 18px;
  margin-left: auto;
  transition: transform 180ms ease;
}

.ks-footer-cta:hover .ks-footer-cta-arrow {
  transform: translate(2px, -2px);
}

.footer-section .ks-footer-reassurance {
  color: var(--k-color-ink-soft) !important;
  font-size: 11px;
  line-height: 1.4;
  margin: 13px 0 0;
  text-align: center;
}

.ks-footer-links {
  border-top: 1px solid rgb(255 255 255 / 12%);
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1.3fr;
  padding: 48px 0 56px;
}

.ks-footer-links > div {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ks-footer-links .footer-item-title {
  color: var(--k-color-coral) !important;
  font-size: 11px;
  letter-spacing: .1em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.ks-footer-links a {
  color: rgb(255 255 255 / 76%) !important;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  transition: color 160ms ease;
}

.ks-footer-links a:hover {
  color: var(--k-color-paper) !important;
}

.ks-footer-bottom {
  align-items: center;
  border-top: 1px solid rgb(255 255 255 / 16%);
  color: rgb(255 255 255 / 48%);
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  padding: 22px 0 0;
}

.ks-footer-bottom a {
  color: var(--k-color-paper) !important;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .ks-member-link {
    display: none;
  }

  .ks-video-presentation {
    align-items: flex-start;
    flex-direction: column;
  }

  .section.founder .founder-wrap {
    grid-template-columns: 1fr;
  }

  .ks-offer-card {
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  }

  .ks-problem-layout {
    gap: 48px;
    grid-template-columns: 1fr;
  }

  .ks-problem-story {
    max-width: 720px;
  }

  .section.capabilities .capabilities-hover-wrap {
    height: auto !important;
    margin-top: 16px;
    width: 100% !important;
  }

  .section.capabilities .capabilities-button-wrap {
    display: none;
  }

  .section.capabilities .capabilities-hover-content {
    display: grid;
    grid-template-columns: 1fr 180px;
    opacity: 1 !important;
    position: relative;
    transform: none !important;
    visibility: visible !important;
  }

  .section.capabilities .overview-image-wrap {
    display: block;
  }

  .section.faq .faq-right {
    position: relative;
    top: auto;
  }

  .section.about .about-image-wrap {
    min-height: 650px;
  }

  .ks-platform-device {
    width: min(92%, 660px);
  }

  .ks-footer-conversion {
    gap: 42px;
    grid-template-columns: 1fr;
  }

  .ks-footer-offer {
    max-width: 560px;
  }
}

@media screen and (max-width: 1180px) and (min-width: 992px) {
  .navbar-manu-block .menu-link-wrap,
  .ks-member-link {
    display: none;
  }

  .navbar-manu-block {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .ks-waitlist-wrapper {
    grid-template-columns: 1fr;
  }

  .ks-waitlist-fields {
    grid-template-columns: 1fr;
  }

  .ks-waitlist-submit {
    width: 100%;
  }

  html {
    scroll-padding-top: 72px;
  }

  .section.hero .ks-title-tag::after {
    bottom: -18px;
    left: 2%;
    padding: 8px 10px 7px;
  }

  .hero-button-block {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-button-block .primary-button {
    justify-content: center;
    width: 100%;
  }

  .ks-hero-actions-meta {
    min-height: 0;
  }

  .ks-hero-stats {
    min-width: 0;
  }

  .ks-hero-stats strong {
    font-size: 22px;
  }

  .ks-hero-stats span {
    font-size: 11px;
  }

  .menu-open-block {
    align-items: center;
    min-height: 44px;
  }

  .hero-video-content-block {
    padding: 18px;
  }

  .hero-video-content-block .video-avatar-block {
    display: none;
  }

  .hero-video-content-block .video-bottom-wrap {
    display: block !important;
    left: 18px;
    margin: 0;
    position: absolute;
    right: 18px;
    top: 18px;
    width: auto;
  }

  .hero-video-content-block .video-left-wrap {
    display: block !important;
    max-width: 260px;
  }

  .hero-video-content-block .video-left-title {
    font-size: 28px;
  }

  .ks-video-presentation {
    bottom: 18px;
    border-top-color: rgb(255 255 255 / 18%);
    gap: 14px;
    left: 18px;
    padding-top: 14px;
    right: 18px;
  }

  .ks-video-presentation p {
    font-size: 13px;
  }

  .ks-video-button {
    width: 100%;
  }

  .section.about .about-counter-wrap {
    grid-template-columns: 1fr;
  }

  .ks-offer-card {
    border-radius: 20px;
    grid-template-columns: 1fr;
  }

  .ks-offer-summary {
    min-height: 440px;
  }

  .ks-offer-price-wrap {
    margin-top: 56px;
  }

  .section.about .about-image-wrap {
    height: 620px;
    min-height: 620px;
  }

  .ks-platform-stage {
    padding: 38px 12px 254px;
  }

  .ks-platform-copy {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .ks-platform-device {
    width: 90%;
  }

  .section.value.ks-problem-section {
    padding-block: 72px;
  }

  .ks-problem-layout {
    gap: 36px;
  }

  .ks-problem-title span {
    margin-top: 7px;
  }

  .ks-problem-lead {
    font-size: 16px;
  }

  .ks-problem-panel {
    padding: 20px;
  }

  .ks-problem-panel-head {
    padding-bottom: 16px;
  }

  .ks-problem-step {
    gap: 12px;
    grid-template-columns: 30px minmax(0, 1fr) 24px;
    padding: 18px 0;
  }

  .ks-problem-step-copy h3 {
    font-size: 20px;
  }

  .ks-problem-step-copy p {
    font-size: 14px;
    margin-top: 6px;
  }

  .ks-problem-answer p {
    font-size: 15px;
  }

  .section.work .work-image {
    height: 108%;
  }

  .section.work .section-title-wrap.work {
    margin-bottom: 40px;
    position: static !important;
    top: auto !important;
  }

  .section.work .section-title.work {
    font-size: var(--ks-type-section);
    line-height: .94;
  }

  .section.work .ks-section-intro {
    font-size: 16px;
    line-height: 1.55;
    margin-top: 20px;
  }

  .ks-programme-transition {
    align-items: stretch;
    flex-direction: column;
    gap: 22px;
  }

  .ks-programme-transition-action {
    align-items: stretch;
  }

  .ks-programme-cta {
    min-width: 0;
    width: 100%;
  }

  .section.work .work-content-wrap {
    grid-template-columns: 1fr;
    margin-top: 14px;
  }

  .section.work .work-title-wrap {
    align-items: center;
    gap: 8px;
  }

  .section.work .work-item-title {
    font-size: clamp(14px, 4vw, 18px);
    line-height: 1.08;
  }

  .section.work .work-number-block {
    padding-top: 0;
  }

  .section.work .work-number {
    font-size: 11px;
  }

  .section.work .work-arrow-button {
    display: none;
  }

  .section.capabilities .capabilities-hover-content {
    grid-template-columns: 1fr;
  }

  .section.capabilities .capabilities-content-wrap {
    gap: 12px;
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .section.capabilities .capabilities-year {
    font-size: 20px;
  }

  .section.capabilities .capabilities-title {
    font-size: var(--ks-type-card);
  }

  .section.capabilities .overview-image-wrap {
    display: none;
  }

  .ks-faq-list .faq-question-wrap {
    min-height: 64px;
    padding: 17px 18px;
  }

  .ks-faq-list .faq-answer-wrap {
    padding: 0 18px 18px;
  }

  .section.review .review-counter-title {
    font-size: var(--ks-type-card);
    max-width: 210px;
  }

  .section.founder .founder-button-wrap {
    margin-top: 24px;
  }

  .ks-footer-links {
    grid-template-columns: 1fr 1fr;
  }

  .footer-section {
    background-size: auto, 64px 64px, 64px 64px;
    padding-top: 64px;
  }

  .ks-footer-conversion {
    padding-bottom: 56px;
  }

  .ks-footer-logo {
    margin-bottom: 42px;
  }
}

@media screen and (max-width: 479px) {
  .section.hero .hero-title {
    font-size: 40px;
  }

  .ks-hero-stats {
    gap: 8px;
  }

  .ks-hero-stats > div {
    padding-left: 8px;
  }

  .ks-hero-stats span {
    font-size: 10px;
  }

  .ks-footer-links {
    gap: 34px;
    grid-template-columns: 1fr;
    padding: 42px 0 48px;
  }

  .ks-programme-transition {
    border-radius: 16px;
    padding: 20px;
  }

  .ks-programme-transition p {
    font-size: 15px;
  }

  .section.about .about-image-wrap {
    height: 620px;
    min-height: 620px;
  }

  .ks-platform-stage {
    padding: 34px 8px 264px;
  }

  .ks-platform-device {
    border-radius: 13px;
    width: 94%;
  }

  .ks-footer-message .footer-title {
    font-size: 44px;
  }

  .ks-footer-message > p {
    font-size: 15px;
  }

  .ks-footer-offer {
    border-radius: 18px;
    padding: 24px 20px;
  }

  .ks-footer-offer-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .ks-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .ks-safe-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
