.ls-page {
  background: linear-gradient(180deg, #e7edf5 0%, #dfe7f0 100%);
}

.ls-narrow {
  width: min(1140px, 92%);
  margin: 0 auto;
}

.ls-section {
  padding: 90px 0;
}

.ls-centered {
  text-align: center;
}

.ls-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(29, 47, 135, 0.08);
  color: #2340a3;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.ls-kicker-light,
.ls-kicker-inline {
  background: rgba(29, 47, 135, 0.08);
  color: #2340a3;
}

.ls-kicker-dark {
  background: rgba(255, 255, 255, 0.08);
  color: #f3c53c;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ls-heading-light h2,
.ls-heading-light p {
  color: #ffffff;
}

.ls-section-heading {
  margin-bottom: 38px;
}

.ls-section-heading h2,
.ls-support-card h2,
.ls-final-box h2,
.ls-band-intro h2 {
  color: #142c88;
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}

.ls-section-heading p,
.ls-support-card p,
.ls-final-box p,
.ls-band-intro p {
  color: #29426a;
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 920px;
  margin: 0 auto;
}

.ls-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid rgba(18, 44, 136, 0.16);
  background: rgba(255, 255, 255, 0.88);
  color: #183596;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(20, 43, 120, 0.08);
}

.ls-btn-secondary:hover {
  background: #ffffff;
  transform: translateY(-1px);
}

.ls-image-placeholder {
  width: 100%;
  border-radius: 28px;
  border: 1.5px dashed rgba(29, 47, 135, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(232, 239, 248, 0.98) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #2441a5;
  font-weight: 800;
  padding: 24px;
  overflow: hidden;
  position: relative;
}

.ls-image-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(36, 65, 165, 0.06) 0%, rgba(36, 65, 165, 0) 28%),
    radial-gradient(circle at 80% 80%, rgba(243, 197, 60, 0.14) 0%, rgba(243, 197, 60, 0) 22%);
  pointer-events: none;
}

.ls-image-placeholder span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(190, 205, 225, 0.88);
  color: #163595;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(18, 37, 100, 0.08);
}

/* HERO */

.ls-hero {
  position: relative;
  overflow: hidden;
  min-height: 780px;
  background: linear-gradient(135deg, #0a1c67 0%, #133698 100%);
}

.ls-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.ls-hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(90deg,
      #0a1c67 0%,
      #0a1c67 14%,
      rgba(10, 28, 103, 0.98) 24%,
      rgba(10, 28, 103, 0.92) 32%,
      rgba(10, 28, 103, 0.76) 40%,
      rgba(10, 28, 103, 0.44) 49%,
      rgba(10, 28, 103, 0.16) 58%,
      rgba(10, 28, 103, 0) 68%);
  pointer-events: none;
}

.ls-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 15% 18%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 22%),
    radial-gradient(circle at 88% 8%, rgba(243, 197, 60, 0.12) 0%, rgba(243, 197, 60, 0) 16%);
  pointer-events: none;
}

.ls-hero-image-frame {
  position: absolute;
  top: 34px;
  right: 34px;
  bottom: 34px;
  width: min(72%, 1080px);
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.18);
}

.ls-hero-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(7, 21, 71, 0.08) 0%, rgba(7, 21, 71, 0.14) 45%, rgba(7, 21, 71, 0.34) 100%),
    linear-gradient(135deg, #c9d4e3 0%, #eff4fb 100%);
  box-shadow: none;
}

.ls-hero-image-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 21, 71, 0.08) 0%, rgba(7, 21, 71, 0.14) 45%, rgba(7, 21, 71, 0.34) 100%),
    radial-gradient(circle at 75% 30%, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 24%);
}

.ls-hero-shell {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 560px) 1fr;
  gap: 24px;
  align-items: center;
  min-height: 780px;
}

.ls-hero-copy {
  padding: 46px 0 40px;
  color: #ffffff;
}

.ls-hero .ls-kicker {
  background: rgba(255, 255, 255, 0.08);
  color: #f3c53c;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ls-hero-copy h1 {
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  margin-bottom: 24px;
  max-width: 560px;
}

.ls-hero-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08rem;
  line-height: 1.8;
  max-width: 560px;
}

.ls-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.ls-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
  max-width: 1000px;
}

.ls-point-card {
  padding: 18px 18px;
  border-radius: 18px;
  background: rgba(27, 52, 143, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.ls-point-card strong {
  display: block;
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 6px;
}

.ls-point-card span {
  display: block;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

.ls-hero-spacer {
  min-height: 1px;
}

.ls-floating-card {
  position: absolute;
  z-index: 5;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 50px rgba(7, 17, 58, 0.2);
  max-width: 250px;
}

.ls-floating-top {
  top: 56px;
  left: calc(50% - 40px);
}

.ls-floating-bottom {
  right: 18px;
  bottom: 48px;
}

.ls-floating-label {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 6px;
  font-weight: 800;
}

.ls-floating-value {
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 800;
}

/* INTRO */

.ls-intro {
  padding-top: 92px;
}

.ls-feature-media {
  min-height: 460px;
}

.ls-feature-media {
  min-height: 460px;
}

.ls-feature-banner {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(18, 37, 100, 0.08);
  background: #eef3f9;
}

.ls-feature-banner img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 28px;
}

.ls-feature-showcase {
  margin-top: 34px;
}

/* PILLARS */

.ls-pillars-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.ls-pillar-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(183, 203, 228, 0.95);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(18, 37, 100, 0.06);
}

.ls-card-media-box {
  min-height: 250px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.ls-pillar-body {
  padding: 30px 30px 34px;
}

.ls-pillar-body h3,
.ls-process-card h3,
.ls-mini-card h3,
.ls-trust-point h3 {
  color: #142c88;
  font-size: clamp(1.55rem, 2.1vw, 2.05rem);
  line-height: 1.18;
  margin-bottom: 12px;
}

.ls-pillar-body p,
.ls-process-card p,
.ls-mini-card p,
.ls-trust-point p {
  color: #29426a;
  font-size: 1rem;
  line-height: 1.7;
}

/* SUPPORT */

.ls-support-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: stretch;
}

.ls-support-card {
  padding: 34px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(246, 249, 253, 0.96) 100%);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 18px 40px rgba(18, 37, 100, 0.06);
}

.ls-support-card h2 {
  margin-bottom: 16px;
}

.ls-support-intro {
  color: #29426a;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0;
}

.ls-support-feature-grid {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.ls-support-feature {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 18px 18px 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(237, 244, 255, 0.92) 0%, rgba(255, 255, 255, 0.96) 100%);
  border: 1px solid rgba(193, 211, 235, 0.92);
}

.ls-support-feature h3 {
  color: #163595;
  font-size: 1.12rem;
  line-height: 1.25;
  margin-bottom: 8px;
}

.ls-support-feature p {
  color: #29426a;
  font-size: 0.98rem;
  line-height: 1.65;
  margin: 0;
}

.ls-support-icon {
  width: 68px;
  height: 68px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #173594 0%, #244cb6 100%);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 16px 30px rgba(20, 43, 120, 0.16);
}

.ls-benefit-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.ls-benefit-chips span,
.ls-band-chips span {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: #eef4ff;
  border: 1px solid #d5e2f5;
  color: #183596;
  font-weight: 800;
  font-size: 0.92rem;
}

.ls-support-actions,
.ls-final-actions {
  margin-top: 28px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.ls-support-visual {
  min-height: 540px;
  height: 100%;
}

.ls-support-image-frame {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 540px;
  padding: 0;
  border-radius: 30px;
  background:
    radial-gradient(circle at 14% 14%, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 88% 18%, rgba(243, 197, 60, 0.22) 0%, rgba(243, 197, 60, 0) 20%),
    linear-gradient(160deg, #0b1d63 0%, #15389e 54%, #0d2d83 100%);
  box-shadow: 0 24px 56px rgba(10, 24, 77, 0.16);
  overflow: hidden;
}

.ls-support-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 504px;
  border-radius: 24px;
  border: 0;
  background:
    linear-gradient(180deg, rgba(5, 12, 36, 0.18) 0%, rgba(5, 12, 36, 0.3) 100%),
    linear-gradient(135deg, #d7e1ee 0%, #f3f7fc 100%);
}

.ls-support-image-frame::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  pointer-events: none;
}

.ls-support-image-frame::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -26px;
  bottom: -26px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 197, 60, 0.92) 0%, rgba(243, 197, 60, 0.18) 58%, rgba(243, 197, 60, 0) 100%);
  filter: blur(8px);
  opacity: 0.9;
  pointer-events: none;
}

/* PROCESS */

.ls-process-section {
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 24%),
    linear-gradient(180deg, #0a174d 0%, #132d7a 100%);
}

.ls-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 38px;
}

.ls-process-card {
  min-height: 255px;
  padding: 28px 24px 30px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(220, 230, 244, 0.9);
  box-shadow: 0 16px 34px rgba(4, 13, 42, 0.08);
}

.ls-step-number {
  width: 68px;
  height: 68px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #bcd3f6;
  color: #173593;
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 20px;
}

.ls-process-cta {
  text-align: center;
  margin-top: 48px;
}

.ls-process-cta h3 {
  color: #ffffff;
  margin-bottom: 22px;
  font-size: clamp(2rem, 3vw, 3rem);
}

/* TRUST */

.ls-trust-stage {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 28px;
  align-items: stretch;
}

.ls-trust-media {
  position: relative;
  min-height: 620px;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 22%),
    radial-gradient(circle at 88% 82%, rgba(243, 197, 60, 0.16) 0%, rgba(243, 197, 60, 0) 20%),
    linear-gradient(160deg, #0a1c67 0%, #14379b 56%, #0c2d82 100%);
  box-shadow: 0 24px 56px rgba(10, 24, 77, 0.16);
}

.ls-trust-image-shell {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 620px;
  padding: 18px;
  overflow: hidden;
}

.ls-trust-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 620px;
  border-radius: 26px;
  border: 0;
  background:
    linear-gradient(180deg, rgba(8, 12, 26, 0.34) 0%, rgba(8, 12, 26, 0.12) 40%, rgba(8, 12, 26, 0.26) 100%),
    linear-gradient(135deg, #c4cfdd 0%, #eff4fb 100%);
}

.ls-trust-image-shell::before {
  content: "";
  position: absolute;
  inset: 26px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%),
    linear-gradient(135deg, rgba(220, 228, 240, 0.18) 0%, rgba(255, 255, 255, 0.06) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.ls-trust-image-shell::after {
  content: "";
  position: absolute;
  inset: 26px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(6, 12, 34, 0.04) 0%, rgba(6, 12, 34, 0.18) 100%);
  pointer-events: none;
}

.ls-trust-content-card {
  padding: 36px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(246, 249, 253, 0.98) 100%);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 24px 50px rgba(18, 37, 100, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ls-trust-kicker {
  display: inline-flex;
  align-self: flex-start;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  align-items: center;
  background: #edf3ff;
  color: #183596;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.ls-trust-content-card blockquote {
  color: #122b84;
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  line-height: 1.16;
  letter-spacing: -0.04em;
  font-weight: 300;
  margin-bottom: 26px;
}

.ls-trust-points {
  display: grid;
  gap: 14px;
}

.ls-trust-point {
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(237, 244, 255, 0.9) 0%, rgba(255, 255, 255, 0.96) 100%);
  border: 1px solid rgba(193, 211, 235, 0.92);
}

.ls-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.ls-mini-card {
  padding: 26px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 16px 34px rgba(18, 37, 100, 0.06);
}

.ls-mini-card h3 {
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 10px;
}

.ls-mini-card p {
  font-size: 0.98rem;
  line-height: 1.68;
}

/* BAND */

.ls-band-section {
  padding-top: 0;
}

.ls-band-inner {
  padding: 38px 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 18%, rgba(243, 197, 60, 0.18) 0%, rgba(243, 197, 60, 0) 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(245, 248, 252, 0.98) 100%);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 24px 50px rgba(18, 37, 100, 0.08);
}

.ls-band-intro {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 22px;
}

.ls-band-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* FINAL CTA */

.ls-final-cta {
  padding-top: 74px;
  padding-bottom: 98px;
}

.ls-final-box {
  position: relative;
  overflow: hidden;
  padding: 56px 34px;
  border-radius: 34px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(243, 197, 60, 0.18) 0%, rgba(243, 197, 60, 0) 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(245, 248, 252, 0.98) 100%);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 24px 50px rgba(18, 37, 100, 0.08);
}

.ls-final-actions {
  justify-content: center;
}

/* RESPONSIVE */

@media (max-width: 1180px) {

  .ls-pillars-grid,
  .ls-support-layout,
  .ls-trust-stage,
  .ls-mini-grid {
    grid-template-columns: 1fr;
  }

  .ls-hero-shell {
    grid-template-columns: 1fr;
    min-height: 720px;
  }

  .ls-hero-image-frame {
    width: min(82%, 880px);
  }

  .ls-floating-top {
    left: auto;
    right: 80px;
  }

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

  .ls-trust-media,
  .ls-trust-image-shell,
  .ls-trust-image-placeholder {
    min-height: 480px;
  }

  .ls-trust-image {
    min-height: 480px;
  }
}

@media (max-width: 820px) {
  .ls-section {
    padding: 64px 0;
  }

  .ls-hero {
    min-height: auto;
    padding: 42px 0 42px;
  }

  .ls-hero-shell {
    min-height: auto;
    gap: 0;
  }

  .ls-hero-copy {
    padding: 16px 0 0;
  }

  .ls-hero-image-frame {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 360px;
    margin-top: 26px;
  }

  .ls-hero-bg {
    position: static;
  }

  .ls-hero-bg::before {
    background:
      linear-gradient(180deg,
        rgba(10, 28, 103, 0.18) 0%,
        rgba(10, 28, 103, 0.08) 100%);
  }

  .ls-hero-points,
  .ls-process-grid {
    grid-template-columns: 1fr;
  }

  .ls-floating-card {
    display: none;
  }

  .ls-support-card,
  .ls-trust-content-card,
  .ls-band-inner,
  .ls-final-box {
    padding: 24px 20px;
  }

  .ls-support-feature {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .ls-support-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
  }

  .ls-support-actions,
  .ls-final-actions,
  .ls-hero-actions {
    display: grid;
  }

  .ls-trust-content-card blockquote {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .ls-trust-media,
  .ls-trust-image-shell,
  .ls-trust-image-placeholder {
    min-height: 380px;
  }

  .ls-trust-image-shell::before,
  .ls-trust-image-shell::after {
    inset: 16px;
  }

  .ls-band-section {
    padding-top: 0;
  }

  .ls-feature-media {
    min-height: 320px;
  }

  .ls-support-image-frame {
    min-height: 380px;
    padding: 14px;
  }

  .ls-support-image-frame::before {
    inset: 0;
  }

  .ls-support-image-placeholder {
    min-height: 352px;
  }

  .ls-support-image {
    min-height: 352px;
  }

  .ls-trust-image {
    min-height: 380px;
  }
}

@media (max-width: 640px) {

  .ls-hero-copy h1,
  .ls-section-heading h2,
  .ls-support-card h2,
  .ls-final-box h2,
  .ls-band-intro h2 {
    letter-spacing: -0.03em;
  }

  .ls-pillar-body,
  .ls-process-card,
  .ls-mini-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ls-step-number {
    width: 60px;
    height: 60px;
    font-size: 1.3rem;
  }

  .ls-hero-copy h1 {
    font-size: clamp(2.3rem, 10vw, 3.6rem);
  }
}

/* Licensing Support spacing cleanup - one pass */
.ls-intro {
  padding-top: 36px;
  padding-bottom: 24px;
}

.ls-pillars-section,
.ls-support-section,
.ls-process-section,
.ls-trust-section,
.ls-band-section,
.ls-final-cta {
  padding-top: 36px;
  padding-bottom: 36px;
}

.ls-section-heading {
  margin-bottom: 24px;
}

.ls-feature-showcase,
.ls-support-feature-grid,
.ls-mini-grid {
  margin-top: 18px;
}

.ls-process-cta,
.ls-support-actions,
.ls-final-actions,
.ls-hero-actions {
  margin-top: 20px;
}

.ls-band-inner {
  padding-top: 24px;
  padding-bottom: 24px;
}

.ls-band-intro {
  margin: 0 auto 16px;
}

.ls-hero-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.ls-card-media-box {
  height: 250px;
  min-height: 250px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.ls-card-image {
  overflow: hidden;
  background: #eef3f9;
  height: 250px;
}

.ls-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
}

.ls-support-image {
  width: 100%;
  height: 100%;
  min-height: 504px;
  display: block;
  object-fit: fill;
  object-position: center;
  border-radius: 24px;
}

.ls-trust-image {
  width: 100%;
  height: 100%;
  min-height: 620px;
  display: block;
  object-fit: fill;
  object-position: center;
  border-radius: 26px;
}
@media (max-width: 820px) {
  .ls-feature-showcase {
    margin-top: 20px;
  }

  .ls-feature-media {
    min-height: 0;
  }

  .ls-feature-banner {
    padding: 10px;
    border-radius: 22px;
    background: #eef3f9;
  }

  .ls-feature-banner img {
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
    object-position: center;
    border-radius: 16px;
    background: #eef3f9;
  }

  .ls-card-media-box,
  .ls-card-image {
    min-height: 0;
    height: auto;
  }

  .ls-card-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    object-position: center;
    background: #eef3f9;
    padding: 10px;
  }

  .ls-support-image-frame {
    min-height: 380px;
    padding: 14px;
  }

  .ls-support-image-frame::before {
    inset: 14px;
  }

  .ls-support-image {
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
    object-position: center;
    background: #eef3f9;
  }

  .ls-trust-image-shell {
    min-height: 380px;
    padding: 14px;
  }

  .ls-trust-image-shell::before,
  .ls-trust-image-shell::after {
    inset: 14px;
  }

  .ls-trust-image {
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
    object-position: center;
    background: #eef3f9;
  }
}