.l2l-page {
  --l2l-orange: #ff9900;
  --l2l-header: #a87324;
  --l2l-ink: #151221;
  --l2l-muted: #64697d;
  --l2l-soft: #f6f8fb;
  --l2l-blue: #cfe9ff;
  --l2l-white: #ffffff;
  color: var(--l2l-ink);
  line-height: 1.65;
  overflow: hidden;
}

.l2l-page *,
.l2l-page *::before,
.l2l-page *::after {
  box-sizing: border-box;
}

.l2l-page p {
  margin: 0;
}

.l2l-page p + p {
  margin-top: 18px;
}

.l2l-page h1,
.l2l-page h2,
.l2l-page h3,
.l2l-page h4 {
  margin: 0;
  color: inherit;
  line-height: 1.14;
}

.l2l-page h1 {
  max-width: 760px;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 800;
}

.l2l-page h2 {
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
}

.l2l-page h3 {
  font-size: 19px;
  font-weight: 800;
}

.l2l-page h4 {
  font-size: 16px;
  font-weight: 800;
}

.l2l-inner {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.l2l-section {
  padding: 80px 20px;
}

.l2l-hero {
  min-height: 440px;
  display: flex;
  align-items: center;
  padding: 120px 20px 150px;
  position: relative;
  color: var(--l2l-white);
  background: var(--l2l-header);
}

.l2l-hero::after {
  content: "";
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: -1px;
  height: 90px;
  background: var(--l2l-white);
  clip-path: polygon(0 42%, 16% 65%, 31% 48%, 48% 72%, 64% 45%, 82% 66%, 100% 37%, 100% 100%, 0 100%);
}

.l2l-hero__content {
  position: relative;
  z-index: 1;
}

.l2l-eyebrow {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
}

.l2l-split {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: 48px;
  align-items: start;
}

.l2l-copy {
  color: var(--l2l-muted);
  font-size: 17px;
}

.l2l-measure {
  max-width: 780px;
}

.l2l-action {
  margin-top: 24px;
}

.l2l-grid {
  display: grid;
  gap: 24px;
}

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

.l2l-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.l2l-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.l2l-card {
  min-height: 100%;
  padding: 26px;
  background: var(--l2l-soft);
  border: 1px solid #e7ecf1;
  border-radius: 8px;
}

.l2l-card--white {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(255, 255, 255, 0.8);
}

.l2l-card__title {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 800;
  color: var(--l2l-ink);
}

.l2l-card__meta {
  display: block;
  margin-top: 4px;
  color: #527086;
  font-size: 13px;
  font-style: italic;
}

.l2l-card__text {
  color: var(--l2l-muted);
  font-size: 14px;
}

.l2l-card__link {
  display: inline-block;
  margin-top: 14px;
  font-size: 14px;
}

.l2l-link-stack {
  display: grid;
  gap: 14px;
}

.l2l-link-card {
  display: block;
  padding: 18px 20px;
  background: var(--l2l-soft);
  border: 1px solid #e7ecf1;
  border-radius: 8px;
  text-decoration: none;
}

.l2l-link-card strong {
  display: block;
  color: var(--l2l-ink);
  font-size: 15px;
}

.l2l-link-card span {
  display: block;
  margin-top: 4px;
  color: var(--l2l-muted);
  font-size: 14px;
  font-weight: 500;
}

.l2l-product-card {
  display: flex;
  min-height: 132px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  background: var(--l2l-white);
  border: 1px solid #e7ecf1;
  border-radius: 8px;
}

.l2l-product-card h3 {
  font-size: 17px;
}

.l2l-product-card__price {
  margin-top: 18px;
  color: #527086;
  font-size: 15px;
  font-weight: 800;
}

.l2l-blue-band {
  background: var(--l2l-blue);
}

.l2l-right-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 48px;
  align-items: end;
  margin-bottom: 42px;
}

.l2l-right-head > div {
  grid-column: 2;
}

.l2l-right-head p {
  color: #40556a;
  font-size: 16px;
}

.l2l-cta {
  padding: 54px 20px;
  background: var(--l2l-orange);
  color: var(--l2l-white);
}

.l2l-cta__inner {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}

.l2l-cta p {
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.25;
  font-weight: 800;
}

.l2l-cta__content {
  max-width: 720px;
}

.l2l-cta__title {
  margin: 0;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.25;
  font-weight: 800;
}

.l2l-cta .l2l-cta__text {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.l2l-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  color: var(--l2l-white);
  border-radius: 0;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 160ms ease, color 160ms ease;
}

.l2l-button:hover,
.l2l-button:focus {
  background: var(--l2l-white);
  color: var(--l2l-orange);
}

.l2l-page a:not(.l2l-button) {
  color: var(--l2l-orange);
  font-weight: 700;
}

@media (max-width: 980px) {
  .l2l-section {
    padding: 64px 20px;
  }

  .l2l-split,
  .l2l-right-head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .l2l-right-head > div {
    grid-column: auto;
  }

  .l2l-grid--3,
  .l2l-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .l2l-hero {
    min-height: 420px;
    padding: 92px 20px 120px;
  }

  .l2l-grid--2,
  .l2l-grid--3,
  .l2l-grid--4 {
    grid-template-columns: 1fr;
  }

  .l2l-cta__inner {
    display: block;
  }

  .l2l-button {
    width: 100%;
    margin-top: 22px;
    white-space: normal;
    text-align: center;
  }
}
