:root {
  --lf-paper: #f4efe6;
  --lf-paper-2: #ebe0d0;
  --lf-panel: #fffaf2;
  --lf-ink: #252320;
  --lf-muted: #6a6259;
  --lf-line: rgba(37, 35, 32, .14);
  --lf-earth: #6f4f38;
  --lf-earth-2: #9a7251;
  --lf-clay: #c9855c;
  --lf-mist: #d8ddd2;
  --lf-shadow: 0 26px 70px rgba(72, 54, 38, .14);
  --lf-radius: 26px;
  --lf-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--lf-paper);
  color: var(--lf-ink);
  font-family: var(--lf-font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.lf-menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

svg {
  display: block;
  max-width: 100%;
}

.lf-wrap {
  width: min(1120px, calc(100% - 44px));
  margin-inline: auto;
}

.lf-sr,
.lf-skip:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lf-skip:focus {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 999;
  padding: 10px 14px;
  border-radius: 12px;
  background: var(--lf-ink);
  color: white;
  text-decoration: none;
}

.lf-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  padding: 18px 0;
  transition: background .2s ease, border-color .2s ease, padding .2s ease;
}

.lf-header.is-scrolled,
.lf-header--solid {
  padding: 12px 0;
  border-bottom: 1px solid var(--lf-line);
  background: rgba(244, 239, 230, .93);
  backdrop-filter: blur(18px);
}

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

.lf-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--lf-earth);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.05;
  text-decoration: none;
}

.lf-logo em {
  display: block;
  font-style: normal;
  font-weight: 600;
}

.lf-logo__mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(111, 79, 56, .28);
  border-radius: 50%;
  background: rgba(255, 250, 242, .68);
}

.lf-logo__mark svg {
  width: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.lf-logo--light {
  color: #fff7ea;
}

.lf-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.lf-nav a {
  color: var(--lf-muted);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.lf-nav a:hover {
  color: var(--lf-earth);
}

.lf-menu {
  display: none;
  width: 44px;
  height: 44px;
  padding: 12px;
  border: 1px solid var(--lf-line);
  border-radius: 50%;
  background: transparent;
}

.lf-menu span:not(.lf-sr) {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: var(--lf-ink);
}

.lf-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 92px;
  background:
    radial-gradient(circle at 10% 18%, rgba(201, 133, 92, .18), transparent 32%),
    linear-gradient(135deg, #f8f1e8 0%, #eee2d1 100%);
}

.lf-hero::after {
  position: absolute;
  right: -80px;
  bottom: -90px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(111, 79, 56, .16);
  border-radius: 38% 62% 46% 54%;
  content: "";
}

.lf-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 470px;
  align-items: center;
  gap: 74px;
}

.lf-label {
  margin: 0 0 16px;
  color: var(--lf-earth-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.lf-hero h1,
.lf-heading h2,
.lf-modules h2,
.lf-flow h2,
.lf-offer h2,
.lf-faq h2,
.lf-legal-hero h1,
.lf-legal__content h2 {
  margin: 0;
  color: var(--lf-ink);
  font-weight: 780;
  line-height: .98;
  letter-spacing: -.055em;
}

.lf-hero h1 {
  max-width: 690px;
  font-size: clamp(50px, 7vw, 88px);
}

.lf-lead {
  max-width: 640px;
  margin: 28px 0 0;
  color: var(--lf-muted);
  font-size: 19px;
}

.lf-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.lf-badges li {
  padding: 10px 14px;
  border: 1px solid var(--lf-line);
  border-radius: 999px;
  background: rgba(255, 250, 242, .72);
  color: var(--lf-earth);
  font-size: 13px;
  font-weight: 800;
}

.lf-hero-facts {
  display: grid;
  max-width: 560px;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 28px 0 0;
}

.lf-hero-facts div {
  padding: 16px;
  border: 1px solid rgba(111, 79, 56, .16);
  border-radius: 18px;
  background: rgba(255, 250, 242, .52);
}

.lf-hero-facts dt {
  margin: 0 0 3px;
  color: var(--lf-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.lf-hero-facts dd {
  margin: 0;
  color: var(--lf-earth);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -.03em;
}

.lf-preview {
  position: relative;
  min-height: 520px;
}

.lf-preview__sheet {
  position: absolute;
  inset: 32px 18px auto auto;
  display: flex;
  width: 370px;
  min-height: 452px;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 34px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, .18), transparent 42%),
    #493728;
  color: #fff7ea;
  box-shadow: var(--lf-shadow);
  transform: rotate(2deg);
}

.lf-preview__sheet::before {
  position: absolute;
  inset: 20px auto 20px 22px;
  width: 1px;
  background: rgba(255, 247, 234, .2);
  content: "";
}

.lf-preview__tag {
  align-self: flex-end;
  color: rgba(255, 247, 234, .72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.lf-preview__icon {
  width: 100%;
  margin: 28px 0;
  fill: none;
  stroke: #e3b47c;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.lf-preview__sheet span:not(.lf-preview__tag) {
  display: block;
  color: #e3b47c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.lf-preview__sheet strong {
  display: block;
  margin-top: 9px;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -.04em;
}

.lf-note {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  border: 1px solid rgba(37, 35, 32, .08);
  border-radius: 18px;
  background: var(--lf-panel);
  box-shadow: 0 18px 45px rgba(72, 54, 38, .12);
  color: var(--lf-earth);
  font-size: 13px;
  font-weight: 800;
}

.lf-note strong {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--lf-earth);
  color: white;
}

.lf-note--one {
  top: 0;
  left: 10px;
}

.lf-note--two {
  right: 0;
  bottom: 52px;
}

.lf-note--two strong {
  background: var(--lf-clay);
}

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

.lf-section--sand {
  background: var(--lf-panel);
}

.lf-heading {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.lf-heading--left {
  margin: 0;
  text-align: left;
}

.lf-heading h2,
.lf-modules h2,
.lf-flow h2,
.lf-offer h2,
.lf-faq h2,
.lf-rhythm h2 {
  font-size: clamp(36px, 5vw, 58px);
}

.lf-heading p:not(.lf-label),
.lf-modules p,
.lf-offer p,
.lf-faq p,
.lf-flow p,
.lf-rhythm p {
  color: var(--lf-muted);
}

.lf-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.lf-card {
  min-height: 280px;
  padding: 30px;
  border: 1px solid var(--lf-line);
  border-radius: var(--lf-radius);
  background: var(--lf-panel);
  box-shadow: 0 12px 34px rgba(72, 54, 38, .06);
}

.lf-card span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--lf-mist);
  color: var(--lf-earth);
  font-size: 13px;
  font-weight: 900;
}

.lf-card h3,
.lf-flow h3 {
  margin: 24px 0 10px;
  font-size: 22px;
  line-height: 1.1;
}

.lf-card p {
  margin: 0;
  color: var(--lf-muted);
}

.lf-included-section {
  background:
    radial-gradient(circle at 90% 0%, rgba(216, 221, 210, .65), transparent 34%),
    var(--lf-paper);
}

.lf-included-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.lf-included-grid article {
  padding: 24px;
  border: 1px solid var(--lf-line);
  border-radius: 24px;
  background: rgba(255, 250, 242, .78);
  box-shadow: 0 10px 30px rgba(72, 54, 38, .05);
}

.lf-included-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--lf-mist);
  color: var(--lf-earth);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.lf-included-grid h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.12;
  letter-spacing: -.03em;
}

.lf-included-grid p {
  margin: 0;
  color: var(--lf-muted);
  font-size: 14px;
}

.lf-modules {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 64px;
  align-items: start;
}

.lf-module-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: lf-mod;
}

.lf-module-list li {
  position: relative;
  padding: 22px 24px 22px 70px;
  border: 1px solid var(--lf-line);
  border-radius: 20px;
  background: #fffdf8;
}

.lf-module-list li::before {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--lf-earth);
  color: white;
  content: counter(lf-mod, decimal-leading-zero);
  counter-increment: lf-mod;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 900;
}

.lf-module-list strong,
.lf-module-list span {
  display: block;
}

.lf-module-list span {
  margin-top: 3px;
  color: var(--lf-muted);
}

.lf-rhythm-section {
  background: linear-gradient(180deg, var(--lf-paper) 0%, #f8f1e8 100%);
}

.lf-rhythm {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 58px;
  align-items: center;
}

.lf-rhythm-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.lf-rhythm-list article {
  min-height: 170px;
  padding: 24px;
  border: 1px solid var(--lf-line);
  border-radius: 24px;
  background: var(--lf-panel);
}

.lf-rhythm-list strong {
  display: block;
  margin-bottom: 10px;
  color: var(--lf-earth);
  font-size: 18px;
  line-height: 1.15;
}

.lf-rhythm-list p {
  margin: 0;
  font-size: 14px;
}

.lf-flow {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 54px;
}

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

.lf-flow__items article {
  padding: 24px;
  border-left: 5px solid var(--lf-clay);
  border-radius: 18px;
  background: var(--lf-panel);
}

.lf-flow__items span {
  color: var(--lf-clay);
  font-size: 13px;
  font-weight: 900;
}

.lf-flow__items h3 {
  margin-top: 10px;
}

.lf-fit-section {
  background: var(--lf-panel);
}

.lf-fit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.lf-fit-card {
  padding: 32px;
  border: 1px solid rgba(111, 79, 56, .18);
  border-radius: 28px;
  background: var(--lf-paper);
}

.lf-fit-card--quiet {
  background: #f7f3ec;
}

.lf-fit-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lf-fit-card li {
  position: relative;
  padding-left: 28px;
  color: var(--lf-muted);
}

.lf-fit-card li::before {
  position: absolute;
  top: .2em;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--lf-earth);
  color: white;
  content: "✓";
  font-size: 11px;
  font-weight: 900;
}

.lf-fit-card--quiet li::before {
  background: var(--lf-clay);
  content: "!";
}

.lf-offer {
  background: #31281f;
  color: #fff7ea;
}

.lf-offer h2,
.lf-offer .lf-label {
  color: #fff7ea;
}

.lf-offer p {
  color: rgba(255, 247, 234, .72);
}

.lf-offer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 58px;
  align-items: center;
}

.lf-offer-points {
  display: grid;
  gap: 10px;
  max-width: 640px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.lf-offer-points li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 247, 234, .78);
}

.lf-offer-points li::before {
  position: absolute;
  top: .15em;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 247, 234, .44);
  border-radius: 50%;
  color: #fff7ea;
  content: "✓";
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 900;
}

.lf-guarantee {
  display: grid;
  max-width: 640px;
  grid-template-columns: auto 1fr;
  gap: 18px;
  margin-top: 30px;
  padding: 22px;
  border: 1px solid rgba(255, 247, 234, .18);
  border-radius: 22px;
  background: rgba(255, 247, 234, .07);
}

.lf-guarantee strong {
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border-radius: 50%;
  background: #fff7ea;
  color: var(--lf-earth);
  text-align: center;
  line-height: 1.1;
}

.lf-guarantee a {
  color: #fff7ea;
  font-weight: 800;
}

.lf-price {
  padding: 34px;
  border-radius: 30px;
  background: var(--lf-panel);
  color: var(--lf-ink);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .18);
}

.lf-price__label {
  color: var(--lf-earth-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.lf-price h3 {
  margin: 10px 0 0;
  font-size: 28px;
}

.lf-price__value {
  margin: 18px 0;
  color: var(--lf-ink) !important;
  font-size: 74px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.06em;
}

.lf-price__value span {
  margin-right: 4px;
  font-size: 30px;
  vertical-align: super;
}

.lf-price ul {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.lf-price li {
  color: var(--lf-muted);
  font-size: 14px;
}

.lf-price li::before {
  margin-right: 8px;
  color: var(--lf-clay);
  content: "✓";
  font-weight: 900;
}

.lf-checkout {
  display: inline-flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 20px;
  border-radius: 999px;
  background: var(--lf-clay);
  color: #221c17;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(201, 133, 92, .25);
  transition: transform .18s ease, box-shadow .18s ease;
}

.lf-checkout:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(201, 133, 92, .34);
}

.lf-checkout svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.lf-safe {
  margin: 14px 0 0 !important;
  color: var(--lf-muted) !important;
  font-size: 12px;
  text-align: center;
}

.lf-faq {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 58px;
  align-items: start;
}

.lf-faq a,
.lf-legal a {
  color: var(--lf-earth);
  font-weight: 800;
}

.lf-accordion {
  display: grid;
  gap: 12px;
}

.lf-accordion article {
  border: 1px solid var(--lf-line);
  border-radius: 18px;
  background: var(--lf-panel);
  overflow: hidden;
}

.lf-accordion button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  border: 0;
  background: transparent;
  color: var(--lf-ink);
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  text-align: left;
}

.lf-accordion button span {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.lf-accordion button span::before,
.lf-accordion button span::after {
  position: absolute;
  inset: 8px 0 auto;
  height: 2px;
  background: var(--lf-earth);
  content: "";
}

.lf-accordion button span::after {
  transform: rotate(90deg);
  transition: transform .18s ease;
}

.lf-accordion button[aria-expanded="true"] span::after {
  transform: rotate(0deg);
}

.lf-accordion div {
  padding: 0 22px 20px;
}

.lf-accordion p {
  margin: 0;
}

.lf-support-strip {
  padding: 34px 0;
  background: var(--lf-mist);
}

.lf-support-strip p {
  margin: 0;
  color: var(--lf-earth);
  font-weight: 700;
  text-align: center;
}

.lf-support-strip a {
  font-weight: 900;
}

.lf-footer {
  padding: 66px 0 26px;
  background: #2b241c;
  color: rgba(255, 247, 234, .7);
}

.lf-footer__grid {
  display: grid;
  grid-template-columns: 1.15fr .8fr .8fr;
  gap: 48px;
}

.lf-footer h2 {
  margin: 0 0 14px;
  color: #fff7ea;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.lf-footer nav a {
  display: block;
  margin: 8px 0;
  color: rgba(255, 247, 234, .72);
  font-size: 14px;
  text-decoration: none;
}

.lf-footer nav a:hover {
  color: white;
}

.lf-company {
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 247, 234, .12);
}

.lf-company p,
.lf-footer__bottom p {
  margin: 0;
  font-size: 13px;
}

.lf-company p + p {
  margin-top: 4px;
}

.lf-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 247, 234, .12);
}

.lf-inner-page {
  background: var(--lf-panel);
}

.lf-legal-hero {
  padding: 150px 0 70px;
  background:
    radial-gradient(circle at 80% 20%, rgba(216, 221, 210, .8), transparent 32%),
    var(--lf-paper);
}

.lf-breadcrumb {
  margin: 0 0 18px;
  color: var(--lf-muted);
  font-size: 13px;
  font-weight: 750;
}

.lf-breadcrumb a {
  color: var(--lf-earth);
}

.lf-legal-hero h1 {
  max-width: 860px;
  font-size: clamp(44px, 6vw, 72px);
}

.lf-legal-hero p:last-child {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--lf-muted);
  font-size: 18px;
}

.lf-legal {
  display: grid;
  width: min(1080px, calc(100% - 44px));
  grid-template-columns: 250px minmax(0, 760px);
  gap: 68px;
  margin-inline: auto;
  padding: 76px 0 108px;
}

.lf-legal__nav {
  position: sticky;
  top: 108px;
  align-self: start;
  padding: 22px;
  border: 1px solid var(--lf-line);
  border-radius: 22px;
  background: var(--lf-paper);
}

.lf-legal__nav h2 {
  margin: 0 0 14px;
  color: var(--lf-earth);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.lf-legal__nav a {
  display: block;
  padding: 8px 0;
  color: var(--lf-muted);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.lf-legal__content section {
  scroll-margin-top: 110px;
  padding-bottom: 34px;
}

.lf-legal__content section + section {
  padding-top: 34px;
  border-top: 1px solid var(--lf-line);
}

.lf-legal__content h2 {
  margin-bottom: 16px;
  font-size: 30px;
}

.lf-legal__content p,
.lf-legal__content li {
  color: var(--lf-muted);
  font-size: 15px;
}

.lf-legal__content p {
  margin: 0 0 14px;
}

.lf-legal__content ul,
.lf-legal__content ol {
  display: grid;
  gap: 8px;
  margin: 12px 0 16px;
  padding-left: 22px;
}

.lf-info-box {
  padding: 20px;
  border: 1px solid rgba(111, 79, 56, .18);
  border-radius: 18px;
  background: var(--lf-paper);
}

.lf-info-box p:last-child {
  margin-bottom: 0;
}

.lf-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 18px;
}

.lf-contact-grid a {
  display: block;
  padding: 20px;
  border: 1px solid var(--lf-line);
  border-radius: 18px;
  background: var(--lf-paper);
  text-decoration: none;
}

.lf-contact-grid span,
.lf-contact-grid small {
  display: block;
}

.lf-contact-grid span {
  color: var(--lf-earth-2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.lf-contact-grid strong {
  display: block;
  margin: 8px 0 6px;
  color: var(--lf-ink);
  word-break: break-word;
}

.lf-contact-grid small {
  color: var(--lf-muted);
  font-size: 13px;
}

@media (max-width: 960px) {
  .lf-hero__grid,
  .lf-modules,
  .lf-rhythm,
  .lf-flow,
  .lf-offer__grid,
  .lf-faq,
  .lf-footer__grid,
  .lf-legal {
    grid-template-columns: 1fr;
  }

  .lf-hero__grid {
    gap: 40px;
  }

  .lf-preview {
    min-height: 500px;
  }

  .lf-preview__sheet {
    right: 50%;
    transform: translateX(50%) rotate(2deg);
  }

  .lf-card-grid {
    grid-template-columns: 1fr;
  }

  .lf-included-grid,
  .lf-fit {
    grid-template-columns: repeat(2, 1fr);
  }

  .lf-legal__nav {
    position: static;
  }
}

@media (max-width: 760px) {
  .lf-wrap {
    width: min(100% - 30px, 1120px);
  }

  .lf-menu {
    display: block;
  }

  .lf-nav {
    position: fixed;
    inset: 72px 15px auto;
    display: grid;
    gap: 0;
    padding: 14px;
    border: 1px solid var(--lf-line);
    border-radius: 22px;
    background: var(--lf-panel);
    box-shadow: var(--lf-shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: .18s ease;
  }

  .lf-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .lf-nav a {
    padding: 13px 10px;
  }

  .lf-hero {
    padding: 126px 0 72px;
  }

  .lf-hero h1 {
    font-size: 47px;
  }

  .lf-lead {
    font-size: 17px;
  }

  .lf-hero-facts {
    grid-template-columns: 1fr;
  }

  .lf-preview {
    min-height: 430px;
  }

  .lf-preview__sheet {
    width: min(320px, 90vw);
    min-height: 390px;
    padding: 28px;
  }

  .lf-note {
    font-size: 12px;
  }

  .lf-note--one {
    left: 0;
  }

  .lf-note--two {
    right: 0;
    bottom: 20px;
  }

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

  .lf-heading h2,
  .lf-modules h2,
  .lf-flow h2,
  .lf-offer h2,
  .lf-faq h2,
  .lf-rhythm h2 {
    font-size: 38px;
  }

  .lf-included-grid,
  .lf-rhythm-list,
  .lf-fit {
    grid-template-columns: 1fr;
  }

  .lf-guarantee {
    grid-template-columns: 1fr;
  }

  .lf-guarantee strong {
    width: 82px;
    height: 82px;
  }

  .lf-price {
    padding: 26px;
  }

  .lf-contact-grid {
    grid-template-columns: 1fr;
  }

  .lf-footer__bottom {
    flex-direction: column;
  }

  .lf-legal {
    width: min(100% - 30px, 1080px);
    padding: 54px 0 82px;
  }

  .lf-legal-hero {
    padding: 126px 0 56px;
  }

  .lf-legal-hero h1 {
    font-size: 42px;
  }
}
