
.ltk-why {
  --ltk-why-blue: #008cce;
  --ltk-why-blue-dark: #0075ad;
  --ltk-why-ink: #071326;
  --ltk-why-text: #405065;
  --ltk-why-card: rgba(255, 255, 255, .76);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 94px 24px;
  background-color: #f4fbff;
  color: var(--ltk-why-ink);
  font-family: inherit;
}

.ltk-why,
.ltk-why * { box-sizing: border-box; }
.ltk-why a { color: inherit; text-decoration: none; }

.ltk-why::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -5;
  background:
    radial-gradient(circle at 14% 18%, rgba(0, 140, 206, .16), transparent 27%),
    radial-gradient(circle at 84% 16%, rgba(0, 140, 206, .10), transparent 25%),
    radial-gradient(circle at 52% 92%, rgba(0, 140, 206, .12), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f6fcff 44%, #e9f8ff 100%);
}

.ltk-why::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -4;
  opacity: .48;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(0,140,206,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,140,206,.05) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.8) 16%, rgba(0,0,0,.8) 84%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.8) 16%, rgba(0,0,0,.8) 84%, transparent 100%);
}

.ltk-why__inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.ltk-why__top {
  max-width: 820px;
  margin: 0 auto 58px;
  text-align: center;
}

.ltk-why__badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  margin-bottom: 22px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.92);
  background: rgba(255,255,255,.80);
  color: var(--ltk-why-blue);
  box-shadow: 0 14px 32px rgba(8, 64, 101, .10), inset 0 1px 0 rgba(255,255,255,.95);
  backdrop-filter: blur(16px) saturate(165%);
  -webkit-backdrop-filter: blur(16px) saturate(165%);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.ltk-why__badge span { font-size: 17px; }

.ltk-why__title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ltk-why-ink);
  font-size: clamp(42px, 5.2vw, 76px);
  line-height: .95;
  font-weight: 900;
  letter-spacing: -.065em;
  text-wrap: balance;
}

.ltk-why__title span { color: var(--ltk-why-blue); }

.ltk-why__line {
  position: relative;
  z-index: 1;
  display: block;
  width: 64px;
  height: 4px;
  margin: 24px auto 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0,140,206,0), var(--ltk-why-blue), rgba(0,140,206,0));
  box-shadow: 0 10px 24px rgba(0,140,206,.26);
}

.ltk-why__description {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
  color: var(--ltk-why-text);
  font-size: 16px;
  line-height: 1.78;
  font-weight: 500;
}

.ltk-why__stage {
  display: grid;
  grid-template-columns: minmax(300px, .43fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}

.ltk-why__panel {
  position: relative;
  overflow: hidden;
  border-radius: 38px;
  border: 1px solid rgba(255,255,255,.92);
  background: linear-gradient(160deg, rgba(255,255,255,.88), rgba(255,255,255,.60));
  box-shadow: 0 30px 78px rgba(8, 64, 101, .13), inset 0 1px 0 rgba(255,255,255,.96);
  backdrop-filter: blur(24px) saturate(170%);
  -webkit-backdrop-filter: blur(24px) saturate(170%);
}

.ltk-why__promise {
  min-height: 548px;
  padding: clamp(30px, 3.5vw, 52px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.ltk-why__promise::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 30px;
  border: 1px dashed rgba(0, 140, 206, .24);
  pointer-events: none;
}

.ltk-why__promise::after {
  content: "";
  position: absolute;
  left: -90px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,140,206,.18), transparent 70%);
  pointer-events: none;
}

.ltk-why__compass {
  position: relative;
  z-index: 2;
  width: min(250px, 72vw);
  height: min(250px, 72vw);
  margin: 0 auto 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 48%, rgba(255,255,255,.92) 0 38%, rgba(255,255,255,.52) 39% 100%),
    conic-gradient(from 20deg, rgba(0,140,206,.10), rgba(0,140,206,.34), rgba(0,140,206,.06), rgba(0,140,206,.26), rgba(0,140,206,.10));
  border: 1px solid rgba(255,255,255,.96);
  box-shadow: 0 30px 70px rgba(0, 140, 206, .18), inset 0 1px 0 rgba(255,255,255,.98);
  animation: ltk-why-float 7s ease-in-out infinite;
}

.ltk-why__compass-ring {
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  border: 1px solid rgba(0, 140, 206, .20);
}

.ltk-why__compass-ring::before,
.ltk-why__compass-ring::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  background: rgba(0, 140, 206, .22);
  transform: translate(-50%, -50%);
}

.ltk-why__compass-ring::before { width: 1px; height: 100%; }
.ltk-why__compass-ring::after { width: 100%; height: 1px; }

.ltk-why__compass strong {
  position: relative;
  z-index: 2;
  color: var(--ltk-why-blue);
  font-size: clamp(72px, 8vw, 118px);
  line-height: .82;
  font-weight: 950;
  letter-spacing: -.08em;
}

.ltk-why__compass em {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  color: var(--ltk-why-ink);
  font-size: 13px;
  line-height: 1;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .20em;
  text-transform: uppercase;
}

.ltk-why__promise-content {
  position: relative;
  z-index: 2;
}

.ltk-why__promise-label {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--ltk-why-blue);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ltk-why__quote {
  position: relative;
  z-index: 1;
  max-width: 390px;
  margin: 0 auto;
  padding: 24px 26px 24px 74px;
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 24px;
  background: rgba(255,255,255,.70);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.96), 0 16px 34px rgba(8, 64, 101, .08);
  text-align: left;
}

.ltk-why__quote-icon {
  position: absolute;
  left: 24px;
  top: 13px;
  color: var(--ltk-why-blue);
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
  opacity: .86;
}

.ltk-why__quote-text {
  margin: 0;
  color: var(--ltk-why-text);
  font-size: 17px;
  line-height: 1.48;
  font-weight: 800;
}

.ltk-why__button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 60px;
  margin-top: 28px;
  padding: 18px 24px 18px 32px;
  border-radius: 999px;
  color: #fff;
  background: var(--ltk-why-blue);
  box-shadow: 0 20px 42px rgba(0,140,206,.30), inset 0 1px 0 rgba(255,255,255,.38);
  border: 1px solid rgba(255,255,255,.56);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  transition: transform .34s ease, box-shadow .34s ease, background .34s ease;
}

.ltk-why__button:hover {
  transform: translateY(-3px);
  background: var(--ltk-why-blue-dark);
  color: #fff;
  box-shadow: 0 26px 54px rgba(0,140,206,.36), inset 0 1px 0 rgba(255,255,255,.45);
}

.ltk-why__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: -8px;
  border-radius: 50%;
  color: var(--ltk-why-blue);
  background: #fff;
  font-size: 19px;
  font-weight: 900;
}

.ltk-why__grid {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 8px 0;
}

.ltk-why__grid::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 34px;
  bottom: 34px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(0,140,206,0), rgba(0,140,206,.55), rgba(0,140,206,0));
  box-shadow: 0 0 0 6px rgba(0,140,206,.06);
}

.ltk-why__feature {
  position: relative;
  overflow: visible;
  min-height: 122px;
  margin-left: 66px;
  padding: 22px 56px 22px 52px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.92);
  background: var(--ltk-why-card);
  box-shadow: 0 20px 48px rgba(8, 64, 101, .10), inset 0 1px 0 rgba(255,255,255,.96);
  backdrop-filter: blur(18px) saturate(165%);
  -webkit-backdrop-filter: blur(18px) saturate(165%);
  transition: transform .38s cubic-bezier(.2,.8,.2,1), box-shadow .38s ease, border-color .38s ease, background .38s ease;
}

.ltk-why__feature:nth-child(even) { margin-left: 116px; }

.ltk-why__feature::before {
  content: "";
  position: absolute;
  left: -36px;
  top: 50%;
  width: 36px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0,140,206,.42), rgba(0,140,206,.0));
  transform: translateY(-50%);
}

.ltk-why__feature::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0;
  background: linear-gradient(135deg, rgba(0,140,206,.13), rgba(255,255,255,0) 48%);
  transition: opacity .38s ease;
}

.ltk-why__feature:hover {
  transform: translateX(8px);
  border-color: rgba(0,140,206,.26);
  background: rgba(255,255,255,.88);
  box-shadow: 0 32px 72px rgba(8, 64, 101, .16), inset 0 1px 0 rgba(255,255,255,1);
}

.ltk-why__feature:hover::after { opacity: 1; }

.ltk-why__step {
  position: absolute;
  left: -66px;
  top: 50%;
  z-index: 3;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--ltk-why-blue);
  box-shadow: 0 18px 34px rgba(0,140,206,.28), inset 0 1px 0 rgba(255,255,255,.38);
  border: 7px solid rgba(255,255,255,.88);
  font-size: 15px;
  font-weight: 900;
  transform: translateY(-50%);
}

.ltk-why__feature-icon {
  position: absolute;
  left: 18px;
  top: 22px;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--ltk-why-blue);
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(255,255,255,.96);
  box-shadow: 0 12px 24px rgba(0,140,206,.10), inset 0 1px 0 rgba(255,255,255,.98);
}

.ltk-why__feature-icon i { font-size: 19px; }
.ltk-why__feature-icon svg { width: 19px; height: 19px; fill: currentColor; }

.ltk-why__feature-content {
  position: relative;
  z-index: 2;
  padding-left: 24px;
}

.ltk-why__feature-title {
  margin: 0;
  color: var(--ltk-why-ink);
  font-size: 21px;
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: -.035em;
}

.ltk-why__feature-text {
  margin: 8px 0 0;
  color: var(--ltk-why-text);
  font-size: 14px;
  line-height: 1.56;
  font-weight: 500;
}

.ltk-why__check {
  position: absolute;
  right: 22px;
  top: 50%;
  z-index: 2;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: var(--ltk-why-blue);
  box-shadow: 0 12px 22px rgba(0,140,206,.24);
  font-size: 15px;
  font-weight: 900;
  transform: translateY(-50%);
}

.ltk-why__shape {
  position: absolute;
  z-index: -2;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(2px);
  animation: ltk-why-float 8s ease-in-out infinite;
}

.ltk-why__shape--one {
  left: 7%;
  bottom: 10%;
  width: 190px;
  height: 190px;
  background: radial-gradient(circle, rgba(0,140,206,.18), transparent 72%);
}

.ltk-why__shape--two {
  right: 6%;
  top: 12%;
  width: 230px;
  height: 230px;
  background: radial-gradient(circle, rgba(0,140,206,.12), transparent 72%);
  animation-delay: -3s;
}

.ltk-why__dots {
  position: absolute;
  right: 5%;
  bottom: 12%;
  z-index: -1;
  width: 126px;
  height: 126px;
  opacity: .28;
  pointer-events: none;
  background-image: radial-gradient(circle, var(--ltk-why-blue) 1.8px, transparent 2.3px);
  background-size: 18px 18px;
}

.ltk-why__route-line {
  position: absolute;
  left: 9%;
  top: 48%;
  width: 82%;
  height: 180px;
  opacity: .16;
  border: 2px dashed var(--ltk-why-blue);
  border-color: transparent transparent var(--ltk-why-blue) transparent;
  border-radius: 0 0 50% 50%;
  transform: rotate(-4deg);
  pointer-events: none;
}

@keyframes ltk-why-float {
  0%, 100% { transform: translate3d(0,0,0) scale(1); }
  50% { transform: translate3d(0,-18px,0) scale(1.04); }
}

.ltk-why--js.ltk-why--animate:not(.is-visible) .ltk-why__top,
.ltk-why--js.ltk-why--animate:not(.is-visible) .ltk-why__panel,
.ltk-why--js.ltk-why--animate:not(.is-visible) .ltk-why__feature {
  opacity: 0;
  transform: translateY(30px);
}

.ltk-why--js.ltk-why--animate.is-visible .ltk-why__top,
.ltk-why--js.ltk-why--animate.is-visible .ltk-why__panel,
.ltk-why--js.ltk-why--animate.is-visible .ltk-why__feature {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1), box-shadow .38s ease, border-color .38s ease, background .38s ease;
}

.ltk-why--js.ltk-why--animate.is-visible .ltk-why__feature {
  transition-delay: var(--ltk-why-delay, 0ms);
}

.elementor-editor-active .ltk-why--animate .ltk-why__top,
.elementor-editor-active .ltk-why--animate .ltk-why__panel,
.elementor-editor-active .ltk-why--animate .ltk-why__feature {
  opacity: 1 !important;
  transform: none !important;
}

@media (max-width: 1100px) {
  .ltk-why__stage { grid-template-columns: 1fr; }
  .ltk-why__promise { min-height: auto; }
  .ltk-why__compass { width: 220px; height: 220px; }
  .ltk-why__grid { max-width: 820px; margin: 0 auto; }
}

@media (max-width: 767px) {
  .ltk-why { padding: 60px 14px; }
  .ltk-why__top { margin-bottom: 34px; }
  .ltk-why__title { font-size: clamp(38px, 12vw, 54px); }
  .ltk-why__description { font-size: 15px; line-height: 1.65; }
  .ltk-why__promise { border-radius: 28px; padding: 28px 20px; }
  .ltk-why__promise::before { inset: 12px; border-radius: 22px; }
  .ltk-why__compass { width: 180px; height: 180px; margin-bottom: 22px; }
  .ltk-why__quote { padding: 20px 20px 20px 58px; }
  .ltk-why__quote-icon { left: 18px; top: 14px; font-size: 48px; }
  .ltk-why__button { width: 100%; padding-left: 22px; padding-right: 18px; }
  .ltk-why__grid { gap: 16px; padding-left: 0; }
  .ltk-why__grid::before { left: 25px; top: 26px; bottom: 26px; }
  .ltk-why__feature,
  .ltk-why__feature:nth-child(even) {
    min-height: auto;
    margin-left: 56px;
    padding: 20px 48px 20px 42px;
    border-radius: 22px;
  }
  .ltk-why__feature::before { left: -28px; width: 28px; }
  .ltk-why__step {
    left: -56px;
    width: 58px;
    height: 58px;
    border-width: 6px;
    font-size: 13px;
  }
  .ltk-why__feature-icon {
    position: relative;
    left: auto;
    top: auto;
    width: 42px;
    height: 42px;
    margin: 0 0 12px;
  }
  .ltk-why__feature-content { padding-left: 0; }
  .ltk-why__feature-title { font-size: 20px; }
  .ltk-why__check { right: 16px; top: 22px; transform: none; }
  .ltk-why__dots,
  .ltk-why__route-line { display: none; }
}


/* v3 white background update */
.ltk-why {
  background-color: #ffffff !important;
}

.ltk-why::before {
  background: #ffffff !important;
}

.ltk-why::after {
  display: none !important;
}

.ltk-why__shape,
.ltk-why__dots,
.ltk-why__route-line {
  display: none !important;
}
