:root {
  --apd-kh-bg: #09031c;
  --apd-kh-bg-soft: #0d0724;
  --apd-kh-panel: #1f2140;
  --apd-kh-panel-deep: #151634;
  --apd-kh-line: rgba(255, 255, 255, 0.14);
  --apd-kh-line-soft: rgba(255, 255, 255, 0.08);
  --apd-kh-text: #f8f7ff;
  --apd-kh-text-soft: rgba(241, 240, 255, 0.78);
  --apd-kh-text-fade: rgba(241, 240, 255, 0.48);
  --apd-kh-accent: #1d90f4;
  --apd-kh-accent-2: #64dbff;
  --apd-kh-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
  --apd-kh-radius-xl: 32px;
  --apd-kh-radius-lg: 24px;
  --apd-kh-radius-md: 18px;
}

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

body {
  overflow-x: hidden;
}

.elementor-widget-apd_krezine_homepage,
.elementor-widget-apd_krezine_homepage .elementor-widget-container {
  width: 100%;
}

.elementor-section.elementor-element-apdkhsec1 {
  width: 100% !important;
  max-width: none !important;
}

.elementor-section.elementor-element-apdkhsec1 > .elementor-container {
  width: 100% !important;
  max-width: 100% !important;
}

.elementor-section.elementor-element-apdkhsec1 .elementor-column,
.elementor-section.elementor-element-apdkhsec1 .elementor-widget-wrap,
.elementor-section.elementor-element-apdkhsec1 .elementor-widget-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.apd-kh-homepage {
  position: relative;
  background:
    radial-gradient(circle at 15% 0%, rgba(112, 126, 255, 0.18), transparent 34%),
    radial-gradient(circle at 85% 0%, rgba(54, 144, 255, 0.16), transparent 30%),
    linear-gradient(180deg, #0d0824 0%, #08021a 24%, #09031c 100%);
  color: var(--apd-kh-text);
  font-family: "Plus Jakarta Sans", sans-serif;
}

.apd-kh-homepage *,
.apd-kh-homepage *::before,
.apd-kh-homepage *::after {
  box-sizing: border-box;
}

.apd-kh-shell {
  width: 100%;
  margin: 0 auto;
  padding-inline: 18px;
}

.apd-kh-section {
  position: relative;
  padding: 88px 0;
}

.apd-kh-section--tight {
  padding-top: 54px;
}

.apd-kh-section--about {
  padding-top: 42px;
}

.apd-kh-section--pitch {
  padding-top: 18px;
}

.apd-kh-section--process {
  margin-top: 40px;
  padding: 118px 0 86px;
  background: linear-gradient(180deg, rgba(5, 12, 31, 0.98), rgba(4, 12, 27, 0.92));
  border-radius: 34px 34px 0 0;
}

.apd-kh-section--process::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  width: 36px;
  height: 36px;
  background: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateX(-50%);
}

.apd-kh-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(12, 7, 36, 0.76);
  backdrop-filter: blur(18px);
  border-top: 1px solid var(--apd-kh-line);
  border-bottom: 1px solid var(--apd-kh-line);
}

.apd-kh-header::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 34%;
  width: 22%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  filter: blur(18px);
  opacity: 0.55;
  pointer-events: none;
}

.apd-kh-header__inner {
  display: grid;
  grid-template-columns: 248px 1fr auto;
  align-items: center;
  min-height: 80px;
  gap: 18px;
}

.apd-kh-brand {
  display: inline-flex;
  align-items: center;
  min-height: 80px;
  border-right: 1px solid var(--apd-kh-line-soft);
}

.apd-kh-brand img {
  width: auto;
  max-width: 220px;
  height: 30px;
  object-fit: contain;
}

.apd-kh-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 2vw, 42px);
}

.apd-kh-nav__link {
  position: relative;
  padding: 8px 0;
  color: var(--apd-kh-text);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.apd-kh-nav__link:first-child::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 84px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  transform: translateX(-50%);
}

.apd-kh-header__cta {
  justify-self: end;
}

.apd-kh-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--apd-kh-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  color: var(--apd-kh-text);
}

.apd-kh-menu-toggle svg,
.apd-kh-pill__icon svg,
.apd-kh-round-button svg,
.apd-kh-inline-link svg,
.apd-kh-backtotop svg,
.apd-kh-process-card__icon svg,
.apd-kh-footer-list svg,
.apd-kh-accordion__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.apd-kh-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 56px;
  padding: 12px 22px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--apd-kh-text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.apd-kh-pill:hover,
.apd-kh-pill:focus-visible,
.apd-kh-round-button:hover,
.apd-kh-round-button:focus-visible,
.apd-kh-inline-link:hover,
.apd-kh-inline-link:focus-visible {
  transform: translateY(-2px);
}

.apd-kh-pill--ghost {
  background: rgba(255, 255, 255, 0.02);
}

.apd-kh-pill--primary {
  background: linear-gradient(180deg, rgba(47, 111, 225, 0.38), rgba(20, 43, 120, 0.62));
  border-color: rgba(76, 149, 255, 0.8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.apd-kh-pill__icon {
  width: 18px;
  height: 18px;
}

.apd-kh-eyebrow {
  margin: 0 0 18px;
  color: rgba(246, 244, 255, 0.9);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.apd-kh-eyebrow--light {
  color: #fff;
}

.apd-kh-title {
  margin: 0;
  font-size: clamp(56px, 7vw, 84px);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.apd-kh-title--xl {
  font-size: clamp(56px, 6.4vw, 68px);
}

.apd-kh-title--center {
  text-align: center;
}

.apd-kh-title--cta {
  font-size: clamp(44px, 5vw, 72px);
  line-height: 0.98;
}

.apd-kh-copy {
  margin: 0;
  color: var(--apd-kh-text-soft);
  font-size: 18px;
  line-height: 1.8;
}

.apd-kh-copy strong,
.apd-kh-title strong,
.apd-kh-pitch strong {
  font-weight: 700;
}

.apd-kh-copy--large {
  font-size: 22px;
}

.apd-kh-copy--center {
  max-width: 780px;
  margin: 22px auto 0;
  text-align: center;
}

.is-accent {
  color: var(--apd-kh-accent-2);
}

.is-subtle {
  color: rgba(215, 215, 236, 0.62);
}

.apd-kh-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.apd-kh-heading-row--slider {
  align-items: flex-start;
}

.apd-kh-hero {
  position: relative;
  overflow: hidden;
  padding: 94px 0 124px;
  background:
    radial-gradient(circle at 50% 8%, rgba(163, 184, 255, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(46, 60, 122, 0.98) 0%, rgba(41, 52, 108, 0.95) 32%, rgba(12, 6, 34, 0) 32%);
}

.apd-kh-hero::before,
.apd-kh-hero::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 50%;
  pointer-events: none;
}

.apd-kh-hero::before {
  top: -110px;
  right: 5%;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15), transparent 70%);
  filter: blur(14px);
}

.apd-kh-hero::after {
  bottom: 84px;
  left: 50%;
  width: 920px;
  height: 260px;
  background: radial-gradient(circle, rgba(57, 140, 255, 0.62), rgba(57, 140, 255, 0) 70%);
  transform: translateX(-50%);
  filter: blur(62px);
}

.apd-kh-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 38px;
  text-align: center;
}

.apd-kh-hero__title {
  margin: 0;
  max-width: 1220px;
  font-size: clamp(72px, 7.8vw, 108px);
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: -0.072em;
}

.apd-kh-hero .apd-kh-pill--primary {
  min-width: 294px;
  min-height: 72px;
  margin-bottom: -34px;
  border-radius: 18px;
  font-size: 19px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 18px 30px rgba(8, 21, 79, 0.18);
}

.apd-kh-hero__arc {
  position: relative;
  z-index: 1;
  width: min(1980px, 126vw);
  height: min(790px, 57vw);
  margin: 0 auto 0;
  border: 6px solid rgba(255, 255, 255, 0.62);
  border-top: 0;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  background:
    radial-gradient(circle at 52% 84%, rgba(35, 89, 224, 0.24), rgba(35, 89, 224, 0) 34%),
    linear-gradient(180deg, rgba(11, 4, 31, 0.98) 0%, rgba(10, 4, 29, 0.99) 58%, rgba(9, 3, 28, 0.56) 100%);
  box-shadow:
    inset 0 -28px 80px rgba(0, 0, 0, 0.45),
    0 14px 40px rgba(0, 0, 0, 0.28);
}

.apd-kh-logo-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 32px;
  margin-top: -128px;
  align-items: center;
}

.apd-kh-logo-strip__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
}

.apd-kh-logo-strip__item img {
  max-height: 54px;
  width: auto;
  opacity: 0.72;
  filter: grayscale(1);
}

.apd-kh-expertise-top,
.apd-kh-expertise-bottom {
  display: grid;
  gap: 18px;
}

.apd-kh-expertise-top {
  grid-template-columns: 1.3fr 1fr;
  margin-bottom: 18px;
}

.apd-kh-expertise-bottom {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}

.apd-kh-expertise-bottom__slot--1,
.apd-kh-expertise-bottom__slot--3 {
  grid-row: span 2;
}

.apd-kh-expertise-card {
  height: 100%;
  min-height: 260px;
  padding: 44px 32px 36px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(31, 33, 64, 1), rgba(31, 33, 64, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.apd-kh-expertise-card.is-accent {
  background: linear-gradient(180deg, rgba(28, 139, 243, 1), rgba(31, 53, 102, 1));
}

.apd-kh-expertise-card h3 {
  margin: 0 0 18px;
  font-size: clamp(32px, 2.8vw, 54px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.apd-kh-expertise-card p {
  margin: 0;
  max-width: 560px;
  color: rgba(247, 247, 255, 0.92);
  font-size: 17px;
  line-height: 1.65;
}

.apd-kh-about {
  display: grid;
  grid-template-columns: minmax(320px, 440px) minmax(0, 1fr);
  gap: 84px;
  align-items: center;
}

.apd-kh-about__shape img {
  width: 100%;
  max-width: 430px;
  filter: drop-shadow(0 18px 38px rgba(0, 0, 0, 0.26));
}

.apd-kh-about__content {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.apd-kh-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.apd-kh-inline-link svg {
  width: 18px;
  height: 18px;
}

.apd-kh-inline-link--footer svg {
  width: 28px;
  height: 16px;
}

.apd-kh-pitch {
  padding-bottom: 44px;
  border-bottom: 1px solid var(--apd-kh-line);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: -0.05em;
  text-align: center;
}

.apd-kh-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 52px;
}

.apd-kh-stat {
  padding: 12px 18px;
  text-align: center;
}

.apd-kh-stat + .apd-kh-stat {
  border-left: 1px solid var(--apd-kh-line);
}

.apd-kh-stat__number {
  font-size: clamp(44px, 4.6vw, 60px);
  font-weight: 700;
  line-height: 1;
}

.apd-kh-stat__number span {
  color: var(--apd-kh-accent);
  font-size: 0.48em;
  vertical-align: top;
}

.apd-kh-stat__label {
  margin-top: 10px;
  color: var(--apd-kh-text-soft);
  font-size: 17px;
}

.apd-kh-slider-arrows {
  display: flex;
  gap: 14px;
}

.apd-kh-round-button {
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid var(--apd-kh-line-soft);
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
}

.apd-kh-round-button svg {
  width: 18px;
  height: 18px;
  margin: auto;
}

.apd-kh-slider {
  position: relative;
}

.apd-kh-slider--works {
  margin-top: 24px;
}

.apd-kh-slider__track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.apd-kh-slider__track::-webkit-scrollbar {
  display: none;
}

.apd-kh-work-card,
.apd-kh-testimonial-card,
.apd-kh-insight-card {
  scroll-snap-align: start;
}

.apd-kh-work-card {
  flex: 0 0 min(84vw, 1340px);
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  min-height: 600px;
  padding: 28px 0 16px;
  transition: opacity 220ms ease, transform 220ms ease;
}

.apd-kh-work-card__content {
  max-width: 360px;
  padding-left: 12px;
}

.apd-kh-work-card__content h3 {
  margin: 0 0 34px;
  font-size: clamp(40px, 3.4vw, 54px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.06em;
  color: #fff;
  transition: color 220ms ease, opacity 220ms ease;
}

.apd-kh-work-card:not(.is-active) .apd-kh-work-card__content h3 {
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.7);
  opacity: 0.92;
}

.apd-kh-work-card .apd-kh-inline-link {
  gap: 16px;
}

.apd-kh-work-card .apd-kh-inline-link svg {
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
}

.apd-kh-work-card__media {
  overflow: hidden;
  height: 500px;
  border-radius: 22px;
  transition: opacity 220ms ease, transform 220ms ease;
}

.apd-kh-work-card:not(.is-active) .apd-kh-work-card__media {
  opacity: 0.9;
  transform: scale(0.985);
}

.apd-kh-work-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.apd-kh-slider__track--works {
  gap: 10px;
  padding-bottom: 18px;
}

.apd-kh-slider-progress {
  position: relative;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.apd-kh-slider-progress > span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 18%;
  background: rgba(255, 255, 255, 0.96);
  border-radius: inherit;
  transition: width 220ms ease, transform 220ms ease;
}

.apd-kh-slider-progress--works {
  margin-inline: 24px;
}

.apd-kh-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 54px;
  align-items: start;
}

.apd-kh-accordion__item {
  border-top: 1px solid var(--apd-kh-line-soft);
}

.apd-kh-accordion__item:last-child {
  border-bottom: 1px solid var(--apd-kh-line-soft);
}

.apd-kh-accordion__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 22px 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: clamp(24px, 2.2vw, 28px);
  font-weight: 500;
  text-align: left;
}

.apd-kh-accordion__icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

.apd-kh-accordion__content {
  display: none;
  padding: 0 0 26px;
  color: var(--apd-kh-text-soft);
  font-size: 17px;
  line-height: 1.8;
}

.apd-kh-accordion__item.is-open .apd-kh-accordion__content {
  display: block;
}

.apd-kh-showcase {
  position: sticky;
  top: 110px;
  padding-top: 72px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.apd-kh-showcase__line {
  position: relative;
  width: 100%;
  margin: 0;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.apd-kh-showcase__line + .apd-kh-showcase__line {
  margin-top: 10px;
}

.apd-kh-showcase__line .is-accent {
  color: inherit;
}

.apd-kh-showcase__line:nth-child(1) {
  font-size: clamp(42px, 3.8vw, 68px);
  font-weight: 500;
  letter-spacing: -0.018em;
  color: #1299ff;
}

.apd-kh-showcase__line:nth-child(2),
.apd-kh-showcase__line:nth-child(4),
.apd-kh-showcase__line:nth-child(5) {
  font-size: clamp(96px, 8.1vw, 180px);
  line-height: 0.86;
  background: linear-gradient(90deg, #1098ff 0%, #2a4ea9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.apd-kh-showcase__line:nth-child(3) {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: clamp(62px, 5vw, 104px);
  font-weight: 500;
  letter-spacing: -0.022em;
}

.apd-kh-showcase__line:nth-child(3)::after {
  content: "";
  flex: 1 1 auto;
  height: 4px;
  background: linear-gradient(90deg, #1098ff 0%, #2a4ea9 100%);
}

.apd-kh-showcase__line:nth-child(4) {
  padding-bottom: 14px;
  border-bottom: 4px solid rgba(23, 148, 255, 0.85);
}

.apd-kh-showcase__line:nth-child(5) {
  margin-top: 14px;
}

.apd-kh-process-header {
  margin-bottom: 56px;
}

.apd-kh-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;
}

.apd-kh-process-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #1d90f4, #1568dd);
  color: #fff;
}

.apd-kh-process-card h3 {
  margin: 0 0 14px;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.apd-kh-process-card p {
  margin: 0;
  color: var(--apd-kh-text-soft);
  font-size: 16px;
  line-height: 1.7;
}

.apd-kh-testimonial-card {
  flex: 0 0 calc(33.333% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 340px;
  padding: 42px 40px 0;
  border: 1px solid var(--apd-kh-line-soft);
  border-radius: 22px;
  background: rgba(11, 7, 31, 0.35);
}

.apd-kh-testimonial-card__tag {
  margin-bottom: 22px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.apd-kh-testimonial-card blockquote {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: -0.03em;
}

.apd-kh-testimonial-card__person {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
  padding: 20px 0 20px;
  border-top: 1px solid var(--apd-kh-line-soft);
}

.apd-kh-testimonial-card__person img {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  object-fit: cover;
}

.apd-kh-testimonial-card__person strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

.apd-kh-testimonial-card__person span {
  display: block;
  margin-top: 6px;
  color: var(--apd-kh-text-fade);
  font-size: 16px;
}

.apd-kh-insight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.apd-kh-insight-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  height: 380px;
  border-radius: 22px;
  text-decoration: none;
}

.apd-kh-insight-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.apd-kh-insight-card__tag {
  position: absolute;
  top: 8px;
  left: 16px;
  z-index: 2;
  padding: 8px 14px;
  border-radius: 999px;
  background: #1d90f4;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.apd-kh-insight-card h3 {
  margin: 26px 0 16px;
  font-size: clamp(28px, 2.8vw, 42px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.05em;
}

.apd-kh-insight-card h3 a {
  color: #fff;
  text-decoration: none;
}

.apd-kh-insight-card__date {
  color: var(--apd-kh-text-fade);
  font-size: 14px;
  font-weight: 600;
}

.apd-kh-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 42px;
  align-items: center;
  padding-bottom: 54px;
  border-bottom: 1px solid var(--apd-kh-line-soft);
}

.apd-kh-footer {
  position: relative;
  overflow: hidden;
  padding: 10px 0 92px;
}

.apd-kh-footer::after {
  content: attr(data-watermark);
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: -24px;
  z-index: 0;
  color: rgba(39, 21, 108, 0.58);
  font-size: clamp(210px, 22vw, 390px);
  font-weight: 800;
  line-height: 0.82;
  letter-spacing: -0.06em;
  text-align: center;
  pointer-events: none;
}

.apd-kh-footer__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 0.94fr) minmax(520px, 1.06fr);
  gap: 56px 72px;
  padding-bottom: 10px;
  align-items: start;
}

.apd-kh-footer__lead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 620px;
}

.apd-kh-footer__title {
  margin: 18px 0 36px;
  font-size: clamp(86px, 10vw, 156px);
  font-weight: 300;
  line-height: 0.8;
  letter-spacing: -0.08em;
}

.apd-kh-footer__title .is-accent {
  font-weight: 800;
}

.apd-kh-inline-link--footer {
  gap: 12px;
  margin-top: 2px;
  font-size: 18px;
}

.apd-kh-footer__copyright {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 16px;
  font-weight: 600;
}

.apd-kh-footer__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px 72px;
  padding-top: 6px;
  align-content: start;
}

.apd-kh-footer-card__title {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 18px;
  margin-bottom: 22px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(22, 93, 206, 0.95), rgba(9, 53, 135, 0.95));
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.apd-kh-footer-list,
.apd-kh-link-grid {
  display: grid;
  gap: 18px;
}

.apd-kh-footer-list a,
.apd-kh-footer-list div,
.apd-kh-link-grid a {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--apd-kh-text-soft);
  font-size: 18px;
  text-decoration: none;
}

.apd-kh-footer-list div {
  align-items: flex-start;
}

.apd-kh-footer-list svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.82);
}

.apd-kh-link-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.apd-kh-backtotop {
  position: fixed;
  right: 28px;
  bottom: 26px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  background: rgba(10, 5, 31, 0.76);
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(10px);
}

.apd-kh-backtotop svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 1200px) {
  .apd-kh-about,
  .apd-kh-faq-layout,
  .apd-kh-footer__layout {
    grid-template-columns: 1fr;
  }

  .apd-kh-showcase {
    position: relative;
    top: 0;
    padding-top: 16px;
  }

  .apd-kh-process-grid,
  .apd-kh-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .apd-kh-stat:nth-child(3) {
    border-left: 0;
  }

  .apd-kh-stat:nth-child(n + 3) {
    margin-top: 18px;
    padding-top: 28px;
    border-top: 1px solid var(--apd-kh-line);
  }

  .apd-kh-footer__meta {
    padding-top: 0;
  }
}

@media (max-width: 1024px) {
  .apd-kh-header__inner {
    grid-template-columns: 1fr auto auto;
  }

  .apd-kh-brand {
    border-right: 0;
  }

  .apd-kh-menu-toggle {
    display: inline-flex;
  }

  .apd-kh-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    border: 1px solid var(--apd-kh-line);
    border-radius: 18px;
    background: rgba(10, 5, 28, 0.96);
    box-shadow: var(--apd-kh-shadow);
  }

  .apd-kh-header.is-open .apd-kh-nav {
    display: flex;
  }

  .apd-kh-nav__link:first-child::after {
    display: none;
  }

  .apd-kh-header__cta {
    display: none;
  }

  .apd-kh-hero__arc {
    width: 130vw;
  }

  .apd-kh-logo-strip,
  .apd-kh-insight-grid,
  .apd-kh-cta {
    grid-template-columns: 1fr;
  }

  .apd-kh-logo-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: -44px;
  }

  .apd-kh-expertise-top,
  .apd-kh-expertise-bottom,
  .apd-kh-footer__meta {
    grid-template-columns: 1fr;
  }

  .apd-kh-expertise-bottom__slot--1,
  .apd-kh-expertise-bottom__slot--3 {
    grid-row: auto;
  }

  .apd-kh-work-card {
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: 32px;
    min-height: 500px;
  }

  .apd-kh-work-card__media {
    height: 360px;
  }

  .apd-kh-insight-card__image {
    height: 320px;
  }

  .apd-kh-slider__track,
  .apd-kh-work-card,
  .apd-kh-testimonial-card {
    flex-basis: 88%;
  }

  .apd-kh-footer__meta,
  .apd-kh-link-grid {
    grid-template-columns: 1fr 1fr;
  }

  .apd-kh-footer {
    padding-bottom: 82px;
  }

  .apd-kh-footer::after {
    bottom: -18px;
    font-size: clamp(168px, 24vw, 320px);
  }
}

@media (max-width: 767px) {
  .apd-kh-shell {
    padding-inline: 12px;
  }

  .apd-kh-section {
    padding: 64px 0;
  }

  .apd-kh-title,
  .apd-kh-title--xl,
  .apd-kh-hero__title {
    font-size: clamp(42px, 12vw, 54px);
    letter-spacing: -0.06em;
  }

  .apd-kh-copy--large,
  .apd-kh-pitch {
    font-size: 18px;
    line-height: 1.65;
  }

  .apd-kh-heading-row,
  .apd-kh-heading-row--slider,
  .apd-kh-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .apd-kh-hero {
    padding-top: 52px;
    padding-bottom: 72px;
  }

  .apd-kh-hero__arc {
    width: 168vw;
    height: 240px;
    margin-top: 8px;
  }

  .apd-kh-logo-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: -34px;
  }

  .apd-kh-logo-strip__item {
    min-height: 54px;
  }

  .apd-kh-expertise-card {
    min-height: 220px;
    padding: 28px 22px;
  }

  .apd-kh-about {
    gap: 34px;
  }

  .apd-kh-stats,
  .apd-kh-process-grid,
  .apd-kh-footer__meta,
  .apd-kh-link-grid {
    grid-template-columns: 1fr;
  }

  .apd-kh-stat + .apd-kh-stat {
    border-left: 0;
  }

  .apd-kh-stat:not(:first-child) {
    margin-top: 16px;
    padding-top: 24px;
    border-top: 1px solid var(--apd-kh-line);
  }

  .apd-kh-slider__track,
  .apd-kh-work-card,
  .apd-kh-testimonial-card {
    flex-basis: 92%;
  }

  .apd-kh-work-card {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: auto;
    padding-top: 18px;
  }

  .apd-kh-work-card__content {
    max-width: 100%;
    padding-left: 0;
  }

  .apd-kh-work-card__content h3 {
    font-size: clamp(36px, 9vw, 48px);
  }

  .apd-kh-work-card .apd-kh-inline-link svg {
    width: 52px;
    height: 52px;
  }

  .apd-kh-work-card__media {
    height: 300px;
  }

  .apd-kh-slider-progress--works {
    margin-inline: 0;
  }

  .apd-kh-accordion__toggle {
    font-size: 22px;
  }

  .apd-kh-showcase__line {
    font-size: clamp(42px, 14vw, 72px);
  }

  .apd-kh-showcase__line:nth-child(1) {
    font-size: clamp(30px, 8vw, 44px);
  }

  .apd-kh-showcase__line:nth-child(2),
  .apd-kh-showcase__line:nth-child(4),
  .apd-kh-showcase__line:nth-child(5) {
    font-size: clamp(62px, 14.5vw, 106px);
  }

  .apd-kh-showcase__line:nth-child(3) {
    gap: 10px;
    font-size: clamp(44px, 10vw, 72px);
  }

  .apd-kh-showcase__line:nth-child(3)::after {
    height: 3px;
  }

  .apd-kh-showcase__line:nth-child(4) {
    padding-bottom: 10px;
    border-bottom-width: 3px;
  }

  .apd-kh-testimonial-card {
    padding: 28px 24px 0;
    min-height: 280px;
  }

  .apd-kh-testimonial-card blockquote {
    font-size: 18px;
    line-height: 1.6;
  }

  .apd-kh-footer__title {
    font-size: clamp(62px, 22vw, 92px);
  }

  .apd-kh-footer {
    padding-bottom: 74px;
  }

  .apd-kh-footer::after {
    left: 10px;
    right: 10px;
    bottom: -8px;
    font-size: clamp(128px, 30vw, 230px);
  }

  .apd-kh-backtotop {
    right: 18px;
    bottom: 18px;
  }
}
