.page-template-template-lf-homepage-preview-php .site-header,
.page-template-template-lf-homepage-preview-php .site-footer,
.page-template-template-lf-homepage-preview-php .storefront-breadcrumb,
.page-template-template-lf-homepage-preview-php .widget-area,
.page-template-template-lf-homepage-preview-php .site-info,
.page-template-template-lf-homepage-preview-php .footer-widgets,
.page-template-template-lf-homepage-preview-php .col-full > .woocommerce-breadcrumb {
  display: none !important;
}

.page-template-template-lf-homepage-preview-php .content-area,
.page-template-template-lf-homepage-preview-php .site-main,
.page-template-template-lf-homepage-preview-php .site-content > .col-full {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.page-template-template-lf-homepage-preview-php .site-content {
  padding-top: 0;
}

.lf-preview {
  --lf-bg: #020617;
  --lf-bg-soft: #0f172a;
  --lf-line: rgba(148, 163, 184, 0.16);
  --lf-text: #ffffff;
  --lf-text-soft: #cbd5e1;
  --lf-text-muted: #94a3b8;
  --lf-heading-dark: #0f172a;
  --lf-copy-dark: #475569;
  --lf-green: #3a7d34;
  --lf-green-bright: #4a9d42;
  --lf-panel: #0b1120;
  background: var(--lf-bg);
  color: var(--lf-text);
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
}

.lf-preview,
.lf-preview *:not(strong):not(a) {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  letter-spacing: normal !important;
}

.lf-preview *,
.lf-preview *::before,
.lf-preview *::after {
  box-sizing: border-box;
}

.lf-preview__shell {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.lf-preview__shell--wide {
  width: min(1520px, calc(100% - 48px));
}

.lf-preview__nav {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(51, 65, 85, 0.5);
  background: rgba(2, 6, 23, 0.9);
  backdrop-filter: blur(14px);
}

.lf-preview__nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 24px;
}

.lf-preview__brand img {
  height: 42px;
  width: auto;
}

.lf-preview__brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.lf-preview__brand img {
  width: auto;
  height: 40px;
  max-width: 260px;
}

.lf-preview__menu {
  display: flex;
  align-items: center;
  gap: 18px;
}

.lf-preview__menu a {
  color: #cbd5e1;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease;
}

.lf-preview__menu a:hover,
.lf-preview__menu a:focus {
  color: #fff;
}

.lf-preview__login {
  position: relative;
  padding-left: 18px;
}

.lf-preview__login::before {
  content: "↗";
  position: absolute;
  left: 0;
  top: 0;
  color: #cbd5e1;
}

.lf-preview__report {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--lf-green);
  color: #fff !important;
  font-weight: 700 !important;
}

.lf-preview__hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #020617 0%, #0f172a 55%, #020617 100%);
}

.lf-preview__grid {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 60px 60px;
}

.lf-preview__hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 0.95fr);
  gap: 56px;
  align-items: start;
  min-height: calc(100vh - 72px);
  padding-top: 88px;
  padding-bottom: 64px;
}

.lf-preview__eyebrow {
  margin: 0 0 22px;
  color: var(--lf-green-bright);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.lf-preview__eyebrow--green {
  color: var(--lf-green);
}

.lf-preview__hero-title,
.lf-preview__contact h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 5.8vw, 72px);
  line-height: 1.06;
  letter-spacing: -0.045em;
  font-weight: 700;
}

.lf-preview__intro h2 {
  margin: 0;
  color: var(--lf-heading-dark);
  font-size: clamp(36px, 4.3vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 700;
}

.lf-preview__hero-title span {
  display: block;
  margin-top: 10px;
  color: var(--lf-green);
}

.lf-preview__hero-text,
.lf-preview__intro p,
.lf-preview__contact p,
.lf-preview__feature-card p,
.lf-preview__solution-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}

.lf-preview__hero-text {
  max-width: 720px;
  margin-top: 28px;
  color: var(--lf-text-soft);
  font-size: 18px;
}

.lf-preview__hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 42px;
}

.lf-preview__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 10px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

.lf-preview__button:hover,
.lf-preview__button:focus {
  transform: translateY(-1px);
}

.lf-preview__button--primary {
  background: var(--lf-green);
  color: #fff;
}

.lf-preview__button--primary:hover,
.lf-preview__button--primary:focus {
  background: var(--lf-green-bright);
  color: #fff;
}

.lf-preview__button--secondary {
  border-color: #64748b;
  color: #e2e8f0;
  background: rgba(15, 23, 42, 0.85);
}

.lf-preview__button--secondary:hover,
.lf-preview__button--secondary:focus {
  background: #1e293b;
  color: #fff;
}

.lf-preview__hero-note {
  margin: 22px 0 0;
  color: var(--lf-text-muted);
  font-size: 15px;
}

.lf-preview__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 60px;
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid rgba(71, 85, 105, 0.45);
}

.lf-preview__stat strong {
  display: block;
  color: #fff;
  font-size: 46px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.lf-preview__stat span {
  display: block;
  margin-top: 8px;
  color: var(--lf-text-muted);
  font-size: 14px;
}

.lf-preview__hero-media {
  padding-top: 40px;
}

.lf-preview__hero-media img,
.lf-preview__image-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.lf-preview__hero-media img {
  height: 520px;
  object-fit: cover;
  object-position: top;
  border: 1px solid rgba(71, 85, 105, 0.5);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.lf-preview__section {
  position: relative;
  padding: 104px 0;
}

.lf-preview__section--light {
  background: #fff;
  color: var(--lf-heading-dark);
}

.lf-preview__section--light-alt {
  background: #f8fafc;
  color: var(--lf-heading-dark);
}

.lf-preview__section--dark {
  overflow: hidden;
  background: var(--lf-bg);
  color: var(--lf-text);
}

.lf-preview__section--compact {
  padding-top: 70px;
  padding-bottom: 70px;
}

.lf-preview__solution-background {
  position: absolute;
  left: 50%;
  right: 0;
  bottom: -20px;
  width: min(980px, 72vw);
  pointer-events: none;
  transform: translateX(-4%);
  opacity: 0.38;
  z-index: 0;
}

.lf-preview__solution-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 6, 23, 0.92) 0%, rgba(2, 6, 23, 0.5) 36%, rgba(2, 6, 23, 0.96) 100%),
    linear-gradient(90deg, rgba(2, 6, 23, 1) 0%, rgba(2, 6, 23, 0.5) 20%, rgba(2, 6, 23, 0.15) 48%, rgba(2, 6, 23, 0.45) 100%);
}

.lf-preview__solution-background img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
  filter: saturate(1.15) brightness(0.9);
}

.lf-preview__section > .lf-preview__shell {
  position: relative;
  z-index: 1;
}

.lf-preview__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
  gap: 56px;
  align-items: start;
  margin-bottom: 48px;
}

.lf-preview__intro {
  max-width: 760px;
}

.lf-preview__intro p {
  margin-top: 28px;
  color: var(--lf-copy-dark);
  font-size: 18px;
}

.lf-preview__pdf-copy {
  max-width: 980px;
}

.lf-preview__pdf-copy strong {
  color: var(--lf-heading-dark);
}

.lf-preview__pdf-pill {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
  padding: 14px 22px;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.lf-preview__pdf-pill-brand {
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
}

.lf-preview__pdf-pill-brand--accent {
  color: var(--lf-green);
}

.lf-preview__pdf-pill-sep {
  color: #cbd5e1;
  font-size: 20px;
  line-height: 1;
}

.lf-preview__pdf-pill-note {
  color: #64748b;
  font-size: 13px;
  font-weight: 500;
}

.lf-preview__pdf-image {
  overflow: hidden;
  margin-top: 34px;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}

.lf-preview__pdf-image img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
}

.lf-preview__pdf-card-grid {
  margin-top: 42px;
  width: 100%;
  gap: 24px;
}

.lf-preview__feature-card--pdf {
  min-width: 0;
  min-height: 292px;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.lf-preview__intro--dark h2,
.lf-preview__intro--dark p {
  color: var(--lf-text);
}

.lf-preview__intro--dark p {
  color: var(--lf-text-soft);
  max-width: 980px;
}

.lf-preview__intro--center {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.lf-preview__section--dark .lf-preview__intro {
  margin-bottom: 56px;
}

.lf-preview__image-card {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.12);
}

.lf-preview__card-grid {
  display: grid;
  gap: 28px;
}

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

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

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

.lf-preview__feature-card,
.lf-preview__solution-card {
  border-radius: 24px;
}

.lf-preview__feature-card {
  padding: 32px;
  border: 1px solid #e2e8f0;
  background: rgba(248, 250, 252, 0.72);
  transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.lf-preview__feature-card:hover {
  background: #fff;
  border-color: #cbd5e1;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.lf-preview__feature-card h3,
.lf-preview__solution-card h3 {
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.lf-preview__solution-card h3 {
  color: #f8fafc;
}

.lf-preview__feature-card p {
  color: var(--lf-copy-dark);
}

.lf-preview__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  border-radius: 16px;
  background: rgba(58, 125, 52, 0.1);
  color: var(--lf-green);
}

.lf-preview__icon-wrap svg {
  width: 24px;
  height: 24px;
}

.lf-preview__icon-wrap--dark {
  background: rgba(90, 179, 79, 0.18);
  color: #ffffff;
  margin-bottom: 0;
}

.lf-preview__icon-wrap--dark svg,
.lf-preview__icon-wrap--dark svg path,
.lf-preview__icon-wrap--dark svg circle,
.lf-preview__icon-wrap--dark svg rect,
.lf-preview__icon-wrap--dark svg line {
  stroke: #ffffff !important;
  fill: none;
}

.lf-preview__solution-card {
  position: relative;
  min-height: 336px;
  padding: 32px;
  border: 1px solid rgba(51, 65, 85, 0.7);
  background: #0b1120;
}

.lf-preview__solution-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.lf-preview__step-number {
  color: rgba(125, 223, 103, 0.5);
  font-size: 58px;
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 800;
}

.lf-preview__solution-card p {
  color: var(--lf-text-soft);
}

.lf-preview__contact {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.lf-preview__contact h2 {
  font-size: clamp(34px, 4vw, 52px);
}

.lf-preview__contact p {
  margin-top: 18px;
  color: var(--lf-text-soft);
}

.lf-preview__how-grid,
.lf-preview__outcomes-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
  gap: 42px;
  align-items: start;
}

.lf-preview__how-grid {
  margin-top: 48px;
}

.lf-preview__how-steps {
  display: grid;
  gap: 10px;
}

.lf-preview__how-step {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.lf-preview__how-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.lf-preview__how-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: rgba(58, 125, 52, 0.12);
  color: var(--lf-green);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  font-feature-settings: normal;
  text-rendering: geometricPrecision;
  letter-spacing: normal !important;
}

.lf-preview__how-line {
  width: 1px;
  flex: 1;
  min-height: 58px;
  background: linear-gradient(180deg, rgba(148, 163, 184, 0.5) 0%, rgba(226, 232, 240, 0.2) 100%);
}

.lf-preview__how-copy {
  padding-top: 4px;
}

.lf-preview__how-copy h3 {
  margin: 0 0 8px;
  color: var(--lf-heading-dark);
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.lf-preview__how-copy p {
  margin: 0;
  color: var(--lf-copy-dark);
  font-size: 16px;
  line-height: 1.45;
}

.lf-preview__section--dark .lf-preview__how-copy h3 {
  color: #ffffff;
}

.lf-preview__section--dark .lf-preview__how-copy p {
  color: var(--lf-text-soft);
}

.lf-preview__section--dark .lf-preview__how-number {
  background: rgba(90, 179, 79, 0.18);
  color: #7ddf67;
}

.lf-preview__section--dark .lf-preview__how-line {
  background: linear-gradient(180deg, rgba(71, 85, 105, 0.85) 0%, rgba(51, 65, 85, 0.3) 100%);
}

.lf-preview__section--dark .lf-preview__image-card--sticky {
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.lf-preview__image-card--sticky {
  position: sticky;
  top: 110px;
}

.lf-preview__outcomes-grid {
  margin-top: 56px;
}

.lf-preview__final-cta {
  margin-top: 52px;
  padding: 48px;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
  text-align: center;
}

.lf-preview__final-cta h3 {
  margin: 0;
  color: var(--lf-heading-dark);
  font-size: clamp(28px, 3.2vw, 36px);
  line-height: 1.1;
  letter-spacing: -0.05em;
  font-weight: 700;
}

.lf-preview__final-cta p {
  max-width: 760px;
  margin: 18px auto 28px;
  color: var(--lf-copy-dark);
  font-size: 16px;
}

.lf-preview__trusted {
  margin-bottom: 84px;
  text-align: center;
}

.lf-preview__trusted h2 {
  margin: 0 0 40px;
  color: #94a3b8;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

.lf-preview__logo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px;
  align-items: center;
  justify-items: center;
}

.lf-preview__logo-item img {
  max-width: 100%;
  width: auto;
  height: 64px;
  object-fit: contain;
  opacity: 0.32;
  filter: grayscale(1);
}

.lf-preview__intro--testimonials {
  margin-bottom: 56px;
}

.lf-preview__intro--testimonials h2 {
  margin-bottom: 18px;
}

.lf-preview__intro--testimonials p {
  color: #64748b;
  font-size: 18px;
}

.lf-preview__testimonial-grid {
  gap: 34px;
}

.lf-preview__testimonial-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.lf-preview__testimonial-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 26px;
  color: #fbbf24;
  font-size: 22px;
  line-height: 1;
}

.lf-preview__testimonial-stars,
.lf-preview__testimonial-stars span {
  color: #fbbf24 !important;
}

.lf-preview__testimonial-quote {
  flex: 1;
  margin: 0;
  padding-bottom: 26px;
  border-bottom: 1px solid #e2e8f0;
  color: #475569;
  font-size: 16px;
  line-height: 1.65;
}

.lf-preview__testimonial-meta {
  padding-top: 24px;
}

.lf-preview__testimonial-meta h3 {
  margin: 0 0 6px;
  color: #0f172a;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

.lf-preview__testimonial-meta p {
  margin: 0 0 6px;
  color: #64748b;
  font-size: 15px;
}

.lf-preview__testimonial-meta strong {
  color: #4a9d42;
  font-size: 15px;
  font-weight: 700;
}

.lf-preview__report-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.96fr);
  gap: 72px;
  align-items: start;
}

.lf-preview__report-grid h2 {
  color: #ffffff;
  font-size: clamp(38px, 4.4vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.lf-preview__report-copy {
  margin-top: 28px;
  max-width: 720px;
  color: var(--lf-text-soft);
  font-size: 18px;
  line-height: 1.7;
}

.lf-preview__report-list {
  margin-top: 44px;
}

.lf-preview__report-list-title {
  margin: 0 0 22px;
  color: #94a3b8;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lf-preview__report-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.lf-preview__report-item span {
  color: var(--lf-text-soft);
  font-size: 16px;
}

.lf-preview__report-icon,
.lf-preview__report-email-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(74, 157, 66, 0.12);
  color: #4a9d42;
}

.lf-preview__report-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
}

.lf-preview__report-icon svg,
.lf-preview__report-email-icon svg {
  width: 18px;
  height: 18px;
}

.lf-preview__report-icon svg,
.lf-preview__report-icon svg path,
.lf-preview__report-icon svg circle,
.lf-preview__report-icon svg rect,
.lf-preview__report-icon svg line,
.lf-preview__report-email-icon svg,
.lf-preview__report-email-icon svg path,
.lf-preview__report-email-icon svg circle,
.lf-preview__report-email-icon svg rect,
.lf-preview__report-email-icon svg line {
  stroke: #4a9d42 !important;
  fill: none;
}

.lf-preview__report-email {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 42px 0 34px;
}

.lf-preview__report-email-icon {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
}

.lf-preview__report-email-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.lf-preview__report-email-copy {
  margin-top: 4px;
  color: var(--lf-text-soft);
  font-size: 16px;
}

.lf-preview__signup-card {
  padding: 28px;
  border: 1px solid rgba(51, 65, 85, 0.9);
  border-radius: 20px;
  background: #111827;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.lf-preview__signup-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.lf-preview__signup-card > p {
  margin: 8px 0 24px;
  color: #94a3b8;
  font-size: 14px;
}

.lf-preview__signup-form {
  display: grid;
  gap: 16px;
}

.lf-preview__signup-form label span {
  display: block;
  margin-bottom: 8px;
  color: #cbd5e1;
  font-size: 14px;
  font-weight: 600;
}

.lf-preview__signup-form input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #334155;
  border-radius: 10px;
  background: #1e293b;
  color: #ffffff;
  font-size: 15px;
}

.lf-preview__signup-form input::placeholder {
  color: #64748b;
}

.lf-preview__signup-form input:focus {
  outline: 2px solid #3a7d34;
  outline-offset: 0;
}

.lf-preview__button--full {
  width: 100%;
  justify-content: center;
}

.lf-preview__signup-note {
  margin: 2px 0 0;
  color: #64748b;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 1200px) {
  .lf-preview__hero-inner,
  .lf-preview__split,
  .lf-preview__card-grid--four,
  .lf-preview__how-grid,
  .lf-preview__outcomes-grid,
  .lf-preview__report-grid {
    grid-template-columns: 1fr;
  }

  .lf-preview__hero-media {
    padding-top: 0;
  }

  .lf-preview__solution-background {
    left: 30%;
    width: min(820px, 86vw);
    opacity: 0.28;
  }

  .lf-preview__image-card--sticky {
    position: relative;
    top: auto;
  }
}

@media (max-width: 920px) {
  .lf-preview__menu {
    display: none;
  }

  .lf-preview__shell {
    width: min(100% - 28px, 1280px);
  }

  .lf-preview__shell--wide {
    width: min(100% - 28px, 1520px);
  }

  .lf-preview__hero-inner {
    min-height: auto;
    padding-top: 56px;
  }

  .lf-preview__hero-actions,
  .lf-preview__stats,
  .lf-preview__contact {
    flex-direction: column;
    align-items: stretch;
  }

  .lf-preview__how-step {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 18px;
  }

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

  .lf-preview__how-number {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }

  .lf-preview__how-copy h3 {
    font-size: 24px;
  }

  .lf-preview__card-grid--three,
  .lf-preview__card-grid--four,
  .lf-preview__card-grid--two {
    grid-template-columns: 1fr;
  }

  .lf-preview__report-grid h2 {
    font-size: clamp(40px, 12vw, 54px);
  }

  .lf-preview__solution-background {
    left: 0;
    bottom: 24px;
    width: 100%;
    transform: none;
    opacity: 0.2;
  }

  .lf-preview__hero-title,
  .lf-preview__intro h2 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .lf-preview__hero-media img {
    height: auto;
  }

  .lf-preview__pdf-image img {
    height: 360px;
  }

  .lf-preview__final-cta {
    padding: 36px 24px;
  }
}
