.lf-page {
  background: var(--body-bg);
}

.lf-page .edge-lock-layer {
  z-index: 15;
  opacity: calc(var(--edge-opacity) * 1.2);
}

.lf-page main {
  margin-top: 62px;
  position: relative;
  z-index: 10;
}

.lf-page .hero-header,
.lf-page .site-footer {
  position: relative;
  z-index: 30;
}

.lf-page .site-footer {
  margin-top: 0;
}

.lf-shell {
  width: min(1320px, 92vw);
  margin: 0 auto;
}

.lf-section {
  position: relative;
  padding: clamp(52px, 6vw, 92px) 0;
  overflow: hidden;
}

.lf-section--light {
  background: transparent;
  color: #535962;
}

.lf-section--light h2,
.lf-section--light h3 {
  color: #515862;
}

.lf-section--dark {
  background: linear-gradient(98deg, #242628 0%, #1b1d20 56%, #242628 100%);
  color: #eef3f8;
}

.lf-header {
  z-index: 200;
}

.lf-hero {
  position: relative;
  min-height: clamp(520px, 64vh, 720px);
  display: grid;
  align-items: center;
  color: #ffffff;
  background: #0e1218;
}

.lf-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.lf-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgb(6 10 16 / 0.78) 0%, rgb(6 10 16 / 0.5) 50%, rgb(6 10 16 / 0.75) 100%);
}

.lf-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.lf-hero__content h1 {
  margin: 0 auto;
  max-width: 1040px;
  font-family: "MyriadProBold", "Segoe UI", sans-serif;
  font-size: clamp(2.1rem, 4.2vw, 4.5rem);
  line-height: 1.06;
}

.lf-hero__content p {
  margin: 20px auto 0;
  max-width: 860px;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  line-height: 1.46;
  color: rgb(243 248 253 / 0.94);
}

.lf-wave-divider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 44px;
  z-index: 4;
  background: var(--story-bg);
  clip-path: polygon(0 30%, 10% 42%, 24% 34%, 35% 45%, 50% 32%, 65% 46%, 80% 35%, 92% 43%, 100% 32%, 100% 100%, 0 100%);
}

.lf-media {
  position: relative;
  background: linear-gradient(145deg, rgb(226 232 239 / 0.9), rgb(201 210 220 / 0.96));
  border: 1px solid rgb(118 132 148 / 0.35);
  overflow: hidden;
}

.lf-section--dark .lf-media {
  background: linear-gradient(145deg, rgb(54 63 74 / 0.75), rgb(39 45 53 / 0.88));
  border-color: rgb(169 186 206 / 0.28);
}

.lf-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.lf-media--cover img {
  object-fit: cover;
}

.lf-media--contain img {
  object-fit: contain;
}

.lf-media__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 16px;
  font-family: "MyriadProBold", "Segoe UI", sans-serif;
  font-size: clamp(0.85rem, 1.1vw, 1.1rem);
  color: #31455f;
  line-height: 1.35;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 0.36) 25%, transparent 25%) -16px 0 / 32px 32px,
    linear-gradient(225deg, rgb(255 255 255 / 0.36) 25%, transparent 25%) -16px 0 / 32px 32px,
    linear-gradient(315deg, rgb(255 255 255 / 0.36) 25%, transparent 25%) 0 0 / 32px 32px,
    linear-gradient(45deg, rgb(255 255 255 / 0.36) 25%, transparent 25%) 0 0 / 32px 32px;
}

.lf-media__placeholder code {
  display: inline-block;
  margin-top: 6px;
  color: #1f3b5b;
}

.lf-section--dark .lf-media__placeholder {
  color: #e9f2ff;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 0.08) 25%, transparent 25%) -16px 0 / 32px 32px,
    linear-gradient(225deg, rgb(255 255 255 / 0.08) 25%, transparent 25%) -16px 0 / 32px 32px,
    linear-gradient(315deg, rgb(255 255 255 / 0.08) 25%, transparent 25%) 0 0 / 32px 32px,
    linear-gradient(45deg, rgb(255 255 255 / 0.08) 25%, transparent 25%) 0 0 / 32px 32px;
}

.lf-section--dark .lf-media__placeholder code {
  color: #ca0d00;
}

.lf-media.has-media .lf-media__placeholder {
  display: none;
}

.lf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "MyriadProBold", "Segoe UI", sans-serif;
  letter-spacing: 0.02em;
  border: 1px solid var(--accent-blue);
  padding: 12px 22px;
}

.lf-btn--solid {
  color: #ffffff;
  background: #ca0d00;
}

.lf-benefits {
  text-align: center;
}

.lf-benefits h2 {
  margin: 0;
  font-family: "MyriadProBold", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 3.15vw, 3.6rem);
  line-height: 1.1;
}

.lf-benefits__lead {
  margin: 18px auto 0;
  width: min(980px, 92%);
  font-size: clamp(1rem, 1.18vw, 1.34rem);
  line-height: 1.5;
}

.lf-benefits__grid {
  margin-top: clamp(36px, 4vw, 60px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 3vw, 48px) clamp(40px, 4vw, 74px);
}

.lf-benefits__grid article {
  max-width: 520px;
  margin: 0 auto;
}

.lf-benefits__grid h3 {
  margin: 14px 0 0;
  font-family: "MyriadProBold", "Segoe UI", sans-serif;
  font-size: clamp(1.25rem, 1.8vw, 2rem);
  line-height: 1.25;
}

.lf-benefits__grid p {
  margin: 10px 0 0;
  font-size: clamp(0.95rem, 1.1vw, 1.2rem);
  line-height: 1.5;
}

.lf-icon {
  width: clamp(68px, 6.4vw, 92px);
  height: clamp(68px, 6.4vw, 92px);
  margin: 0 auto;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgb(202 13 0 / 0.12);
  border: 2px solid rgb(202 13 0 / 0.56);
  color: #ca0d00;
  font-family: "MyriadProBold", "Segoe UI", sans-serif;
}

.lf-icon svg {
  width: 58%;
  height: 58%;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lf-split__grid {
  display: grid;
  grid-template-columns: minmax(320px, 48%) 1fr;
  gap: clamp(34px, 3.8vw, 64px);
  align-items: center;
}

.lf-split .lf-media {
  min-height: clamp(260px, 28vw, 420px);
}

.lf-split__copy h2 {
  margin: 0;
  font-family: "MyriadProBold", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.9rem);
  line-height: 1.08;
}

.lf-split__copy p {
  margin: 20px 0 0;
  font-size: clamp(1rem, 1.2vw, 1.38rem);
  line-height: 1.55;
}

.lf-split__copy .lf-btn {
  margin-top: 22px;
}

.lf-posters h2 {
  margin: 0;
  text-align: center;
  font-family: "MyriadProBold", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 3.25vw, 3.65rem);
  line-height: 1.1;
}

.lf-posters p {
  margin: 16px auto 0;
  width: min(1060px, 92%);
  text-align: center;
  font-size: clamp(1rem, 1.16vw, 1.34rem);
  line-height: 1.5;
}

.lf-posters__grid {
  margin-top: clamp(28px, 3vw, 44px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.lf-poster-card {
  position: relative;
}

.lf-poster-card .lf-media {
  min-height: clamp(320px, 36vw, 560px);
}

.lf-poster-card h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 14px 12px;
  text-align: center;
  color: #ffffff;
  font-family: "MyriadProBold", "Segoe UI", sans-serif;
  font-size: clamp(1.08rem, 1.4vw, 1.5rem);
  background: rgb(10 16 24 / 0.68);
  z-index: 2;
}

.lf-materials__divider {
  margin: 0 auto;
  width: min(1100px, 100%);
  height: 2px;
  background: rgb(94 112 132 / 0.25);
}

.lf-materials h2 {
  margin: 28px auto 0;
  width: min(980px, 94%);
  text-align: center;
  font-family: "MyriadProBold", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.65rem);
  line-height: 1.1;
}

.lf-materials__lead {
  margin: 18px auto 0;
  width: min(1060px, 94%);
  text-align: center;
  font-size: clamp(1rem, 1.16vw, 1.32rem);
  line-height: 1.5;
}

.lf-materials__grid {
  margin-top: clamp(34px, 3.5vw, 54px);
  display: grid;
  grid-template-columns: 1fr minmax(360px, 52%);
  gap: clamp(28px, 3.2vw, 54px);
  align-items: center;
}

.lf-materials__lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 34px);
}

.lf-materials__lists ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lf-materials__lists li {
  margin: 0;
  padding: 10px 0;
  font-size: clamp(1rem, 1.2vw, 1.42rem);
  line-height: 1.3;
}

.lf-materials__lists li::before {
  content: "\2713";
  color: #6b8948;
  margin-right: 10px;
  font-family: "MyriadProBold", "Segoe UI", sans-serif;
}

.lf-materials__grid .lf-media {
  min-height: clamp(300px, 32vw, 520px);
}

.lf-materials h3 {
  margin: clamp(44px, 4.5vw, 66px) auto 0;
  width: min(980px, 94%);
  text-align: center;
  font-family: "MyriadProBold", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 3.1vw, 3.42rem);
  line-height: 1.1;
}

.lf-materials__foot {
  margin: 18px auto 0;
  width: min(1100px, 94%);
  text-align: center;
  font-size: clamp(1rem, 1.16vw, 1.32rem);
  line-height: 1.5;
}

.lf-install-wrap {
  padding: 0;
}

.lf-install-wrap__notch {
  position: absolute;
  top: -1px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 20px solid var(--story-bg);
  transform: translateX(-50%);
  z-index: 5;
}

.lf-install-wrap__banner {
  min-height: clamp(220px, 22vw, 340px);
}

.lf-install {
  padding: clamp(44px, 4.5vw, 72px) 0;
}

.lf-install .lf-media {
  min-height: clamp(360px, 38vw, 560px);
}

.lf-print-types {
  padding-top: clamp(52px, 5vw, 74px);
  padding-bottom: clamp(52px, 5vw, 74px);
}

.lf-print-types h2 {
  margin: 0;
  text-align: center;
  font-family: "MyriadProBold", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  line-height: 1.1;
}

.lf-print-types__list {
  margin: clamp(30px, 3.2vw, 48px) auto 0;
  width: min(860px, 100%);
  display: grid;
  gap: clamp(28px, 3.2vw, 44px);
}

.lf-print-types__list article {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: clamp(18px, 1.8vw, 30px);
  align-items: start;
}

.lf-print-types__list h3 {
  margin: 2px 0 0;
  font-family: "MyriadProBold", "Segoe UI", sans-serif;
  font-size: clamp(1.3rem, 1.8vw, 2rem);
  line-height: 1.2;
}

.lf-print-types__list p {
  margin: 10px 0 0;
  font-size: clamp(1rem, 1.16vw, 1.3rem);
  line-height: 1.5;
}

@media (max-width: 1160px) {
  .lf-benefits__grid,
  .lf-posters__grid,
  .lf-materials__lists,
  .lf-materials__grid,
  .lf-split__grid {
    grid-template-columns: 1fr;
  }

  .lf-benefits__grid article {
    max-width: 620px;
  }

  .lf-materials__grid .lf-media,
  .lf-split .lf-media {
    max-width: 100%;
  }
}

@media (max-width: 780px) {
  .lf-page main {
    margin-top: 44px;
  }

  .lf-section {
    padding: 42px 0;
  }

  .lf-hero {
    min-height: 460px;
  }

  .lf-hero__content h1,
  .lf-benefits h2,
  .lf-split__copy h2,
  .lf-posters h2,
  .lf-materials h2,
  .lf-materials h3,
  .lf-print-types h2 {
    font-size: clamp(1.6rem, 8vw, 2.5rem);
  }

  .lf-hero__content p,
  .lf-benefits__lead,
  .lf-split__copy p,
  .lf-posters p,
  .lf-materials__lead,
  .lf-materials__foot,
  .lf-benefits__grid p,
  .lf-print-types__list p {
    font-size: clamp(0.95rem, 4.2vw, 1.1rem);
  }

  .lf-benefits__grid,
  .lf-posters__grid,
  .lf-materials__lists,
  .lf-materials__grid,
  .lf-print-types__list article {
    grid-template-columns: 1fr;
  }

  .lf-print-types__list article {
    text-align: center;
  }

  .lf-wave-divider {
    height: 28px;
  }
}
