.landing-page {
  --lp-ink: #171717;
  --lp-muted: #66615b;
  --lp-paper: #fffdf9;
  --lp-cream: #f6f0e8;
  --lp-line: #e3ddd4;
  --lp-red: #be202b;
  --lp-red-dark: #921820;
  --lp-green: #16864a;
  --lp-gold: #d6a437;
  background: var(--lp-paper);
  color: var(--lp-ink);
}

.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page p {
  margin-top: 0;
}

.landing-page h1,
.landing-page h2 {
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.lp-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.lp-topbar {
  background: #191715;
  color: #f9f5ef;
  font-size: 0.82rem;
}

.lp-topbar .lp-container {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.lp-topbar a {
  font-weight: 750;
}

.lp-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 253, 249, 0.96);
  border-bottom: 1px solid var(--lp-line);
  backdrop-filter: blur(18px);
}

.lp-nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.lp-header .brand img,
.lp-footer .brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.lp-header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.lp-text-link,
.lp-inline-link {
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.lp-header-cta {
  padding: 12px 20px;
}

.lp-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(190, 32, 43, 0.08), transparent 28%),
    linear-gradient(135deg, #fffdf9 0%, #f5eee5 100%);
}

.lp-hero-grid {
  min-height: 660px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 68px;
  padding-top: 68px;
  padding-bottom: 76px;
}

.lp-kicker {
  margin-bottom: 15px;
  color: var(--lp-red);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.lp-hero h1 {
  margin-bottom: 24px;
  max-width: 680px;
  font-size: clamp(3rem, 5.2vw, 5.4rem);
  font-weight: 800;
}

.lp-hero h1 span {
  color: var(--lp-red);
}

.lp-lead {
  max-width: 630px;
  margin-bottom: 30px;
  color: #4f4a45;
  font-size: 1.18rem;
  line-height: 1.65;
}

.lp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

.lp-primary-cta {
  min-height: 56px;
  padding: 16px 25px;
  font-size: 1.02rem;
  box-shadow: 0 14px 30px rgba(22, 134, 74, 0.23);
}

.lp-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.lp-proof-row span {
  padding: 8px 12px;
  border: 1px solid #dfd6ca;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #57514b;
  font-size: 0.82rem;
  font-weight: 700;
}

.lp-hero-visual {
  position: relative;
  min-height: 560px;
}

.lp-hero-visual > img {
  height: 560px;
  object-fit: cover;
  border-radius: 26px 6px 26px 6px;
  box-shadow: 0 26px 70px rgba(44, 33, 22, 0.2);
}

.lp-floating-card {
  position: absolute;
  right: -24px;
  bottom: 38px;
  width: 210px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  background: rgba(255, 253, 249, 0.95);
  box-shadow: 0 20px 55px rgba(25, 18, 12, 0.22);
  backdrop-filter: blur(15px);
}

.lp-floating-card span,
.lp-floating-card small {
  display: block;
  color: var(--lp-muted);
}

.lp-floating-card strong {
  display: block;
  margin: 2px 0;
  color: var(--lp-red);
  font-size: 1.8rem;
  line-height: 1.1;
}

.lp-photo-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(22, 22, 22, 0.82);
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
}

.lp-trust-band {
  border-top: 1px solid var(--lp-line);
  border-bottom: 1px solid var(--lp-line);
  background: #fff;
}

.lp-trust-band-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.lp-rating-pill {
  min-height: 98px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 30px;
  border-right: 1px solid var(--lp-line);
  transition: background 0.2s ease;
}

.lp-rating-pill:first-child {
  border-left: 1px solid var(--lp-line);
}

.lp-rating-pill:hover {
  background: #faf7f2;
}

.lp-platform-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  font-size: 1.25rem;
  font-weight: 850;
}

.lp-google {
  background: linear-gradient(135deg, #4285f4 0 25%, #34a853 25% 50%, #fbbc05 50% 75%, #ea4335 75%);
}

.lp-carousell {
  background: #ff2636;
}

.lp-facebook {
  background: #1877f2;
  font-family: Arial, sans-serif;
}

.lp-rating-pill strong,
.lp-rating-pill small {
  display: block;
}

.lp-rating-pill strong {
  font-size: 1rem;
}

.lp-rating-pill small {
  margin-top: 2px;
  color: var(--lp-muted);
  font-size: 0.78rem;
}

.lp-section {
  padding: 92px 0;
}

.lp-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 42px;
}

.lp-section-heading h2,
.lp-included-grid h2,
.lp-faq-layout h2,
.lp-final-cta h2 {
  margin-bottom: 0;
  font-size: clamp(2.25rem, 4.2vw, 4rem);
}

.lp-section-heading > p,
.lp-section-heading > div + p {
  max-width: 500px;
  margin-bottom: 3px;
  color: var(--lp-muted);
}

.lp-centered {
  display: block;
  text-align: center;
}

.lp-centered > p {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  color: var(--lp-muted);
}

.lp-package-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.lp-package-card {
  position: relative;
  padding: 28px 24px 24px;
  border: 1px solid var(--lp-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(30, 24, 18, 0.06);
}

.lp-package-card > div:not(.lp-popular) {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.lp-package-card > div span {
  font-size: 1.15rem;
  font-weight: 800;
}

.lp-package-card > div small {
  color: var(--lp-muted);
}

.lp-package-card > strong {
  display: block;
  margin: 24px 0 6px;
  font-size: 2.65rem;
  line-height: 1;
}

.lp-package-card > strong sup {
  font-size: 1rem;
  vertical-align: top;
}

.lp-package-card > p {
  margin-bottom: 24px;
  color: var(--lp-muted);
}

.lp-package-card > a {
  display: block;
  padding-top: 16px;
  border-top: 1px solid var(--lp-line);
  color: var(--lp-green);
  font-weight: 800;
}

.lp-package-featured {
  border-color: var(--lp-red);
  box-shadow: 0 18px 50px rgba(190, 32, 43, 0.12);
}

.lp-price-promise {
  max-width: 880px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin: 30px auto 0;
  padding: 24px 26px;
  border: 1px solid rgba(22, 134, 74, 0.28);
  border-radius: 12px;
  background: rgba(22, 134, 74, 0.06);
  box-shadow: 0 14px 34px rgba(22, 134, 74, 0.08);
}

.lp-price-promise-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--lp-green);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
}

.lp-price-promise-kicker {
  margin-bottom: 6px;
  color: var(--lp-green);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.lp-price-promise h3 {
  margin-bottom: 8px;
  font-size: 1.25rem;
  line-height: 1.25;
}

.lp-price-promise div > p:last-child {
  margin-bottom: 0;
  color: var(--lp-muted);
  line-height: 1.6;
}

.lp-popular {
  position: absolute;
  top: -12px;
  right: 18px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--lp-red);
  color: white;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.lp-fineprint {
  margin: 22px auto 0;
  max-width: 880px;
  color: var(--lp-muted);
  font-size: 0.79rem;
  text-align: center;
}

.lp-soft-section,
.lp-process-section {
  background: var(--lp-cream);
}

.lp-included-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.lp-section-intro {
  margin: 24px 0 28px;
  color: var(--lp-muted);
  font-size: 1.02rem;
}

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

.lp-check-grid article {
  padding: 24px;
  border: 1px solid #ded4c8;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
}

.lp-check-grid article > span {
  color: var(--lp-red);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.lp-check-grid h3,
.lp-benefit-grid h3,
.lp-process-grid h3 {
  margin: 10px 0 8px;
  font-size: 1.08rem;
}

.lp-check-grid p,
.lp-benefit-grid p,
.lp-process-grid p {
  margin-bottom: 0;
  color: var(--lp-muted);
  font-size: 0.9rem;
}

.lp-project-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 285px;
  gap: 14px;
}

.lp-project {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background: #ece7df;
}

.lp-project-wide {
  grid-column: span 2;
}

.lp-project img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.lp-project:hover img {
  transform: scale(1.035);
}

.lp-project figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px 12px;
  border-radius: 6px;
  background: rgba(19, 18, 17, 0.78);
  color: white;
  font-size: 0.82rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.lp-gallery-action {
  margin-top: 30px;
}

.lp-dark-section {
  background: #1b1917;
  color: white;
}

.lp-dark-heading > p,
.lp-dark-heading > div + p {
  color: #c4bdb5;
}

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

.lp-benefit-grid article {
  padding: 25px 22px;
  border: 1px solid #3d3934;
  border-radius: 10px;
  background: #211f1c;
}

.lp-benefit-grid article > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--lp-green);
  font-weight: 850;
}

.lp-benefit-grid p {
  color: #bdb7af;
}

.lp-warranty-note {
  max-width: 920px;
  margin: 18px 0 0;
  color: #918a82;
  font-size: 0.78rem;
  line-height: 1.55;
}

.lp-review-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 20px;
}

.lp-review-summary > a {
  min-height: 120px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--lp-line);
  border-radius: 10px;
  background: #fff;
}

.lp-review-summary strong,
.lp-review-summary small,
.lp-review-link {
  display: block;
}

.lp-review-summary strong {
  font-size: 1.05rem;
}

.lp-review-summary small {
  margin-top: 2px;
  color: var(--lp-muted);
  font-size: 0.76rem;
}

.lp-review-link {
  color: #1877f2;
  font-size: 0.82rem;
  font-weight: 750;
}

.lp-stars {
  color: var(--lp-gold);
  letter-spacing: 0.06em;
}

.lp-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.lp-review-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--lp-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(34, 29, 24, 0.05);
}

.lp-review-card-top {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: var(--lp-muted);
  font-size: 0.78rem;
  font-weight: 750;
}

.lp-review-card blockquote {
  margin: 25px 0;
  font-size: 1rem;
  line-height: 1.7;
}

.lp-review-card footer {
  margin-top: auto;
}

.lp-review-card footer strong,
.lp-review-card footer span {
  display: block;
}

.lp-review-card footer span {
  margin-top: 2px;
  color: var(--lp-muted);
  font-size: 0.75rem;
}

.lp-process-grid {
  counter-reset: steps;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.lp-process-grid li {
  position: relative;
  padding: 26px;
  border: 1px solid #ded4c8;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
}

.lp-process-grid li > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--lp-red);
  color: white;
  font-weight: 850;
}

.lp-faq-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 80px;
}

.lp-faq-list {
  border-top: 1px solid var(--lp-line);
}

.lp-faq-list .faq-item {
  border-bottom: 1px solid var(--lp-line);
}

.lp-faq-list .faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  border: 0;
  background: transparent;
  color: var(--lp-ink);
  font: inherit;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.lp-faq-list .faq-question b {
  font-size: 1.35rem;
  font-weight: 400;
  transition: transform 0.2s ease;
}

.lp-faq-list .faq-answer {
  display: none;
  padding: 0 40px 22px 0;
  color: var(--lp-muted);
}

.lp-faq-list .faq-answer p {
  margin-bottom: 0;
}

.lp-faq-list .faq-item.open .faq-answer {
  display: block;
}

.lp-faq-list .faq-item.open .faq-question b {
  transform: rotate(45deg);
}

.lp-final-cta {
  padding: 76px 0;
  background: var(--lp-red);
  color: white;
}

.lp-final-cta .lp-kicker {
  color: #ffd9dc;
}

.lp-final-cta h2 {
  margin-bottom: 14px;
}

.lp-final-cta p {
  max-width: 640px;
  margin-bottom: 0;
  color: #ffe9eb;
}

.lp-final-cta-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.lp-final-button {
  flex: 0 0 auto;
  padding: 17px 25px;
  background: white;
  color: #126f3e;
}

.lp-footer {
  padding-top: 64px;
}

.lp-footer .footer-grid > div:first-child p {
  max-width: 300px;
}

.lp-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 44px;
  padding: 18px 0 24px;
  border-top: 1px solid #39342f;
  color: #aaa29a;
  font-size: 0.78rem;
}

.lp-mobile-cta {
  display: none;
}

@media (max-width: 980px) {
  .lp-hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 44px;
    padding-top: 56px;
  }

  .lp-hero-copy {
    max-width: 760px;
  }

  .lp-hero-visual {
    min-height: 500px;
  }

  .lp-hero-visual > img {
    height: 500px;
  }

  .lp-package-grid,
  .lp-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-included-grid,
  .lp-faq-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .lp-project-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-review-grid {
    grid-template-columns: 1fr;
  }

  .lp-review-card {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .landing-page {
    padding-bottom: 74px;
  }

  .lp-container {
    width: min(100% - 28px, 1180px);
  }

  .lp-topbar .lp-container {
    justify-content: center;
    text-align: center;
  }

  .lp-topbar span {
    display: none;
  }

  .lp-nav {
    min-height: 66px;
  }

  .lp-header .brand img {
    width: 42px;
    height: 42px;
  }

  .lp-header .brand > span > span,
  .lp-text-link,
  .lp-header-cta {
    display: none;
  }

  .lp-hero-grid {
    gap: 34px;
    padding-top: 42px;
    padding-bottom: 52px;
  }

  .lp-hero h1 {
    margin-bottom: 20px;
    font-size: clamp(2.65rem, 13.2vw, 4.35rem);
  }

  .lp-lead {
    font-size: 1.02rem;
  }

  .lp-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 17px;
  }

  .lp-hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .lp-hero-visual,
  .lp-hero-visual > img {
    min-height: 0;
    height: 420px;
  }

  .lp-floating-card {
    right: 12px;
    bottom: 16px;
    width: 184px;
  }

  .lp-photo-tag {
    top: 14px;
    left: 14px;
  }

  .lp-trust-band-grid,
  .lp-review-summary {
    grid-template-columns: 1fr;
  }

  .lp-rating-pill {
    min-height: 82px;
    padding: 14px 18px;
    border-right: 1px solid var(--lp-line);
    border-bottom: 1px solid var(--lp-line);
    border-left: 1px solid var(--lp-line);
  }

  .lp-rating-pill:last-child {
    border-bottom: 0;
  }

  .lp-section {
    padding: 68px 0;
  }

  .lp-section-heading {
    display: block;
    margin-bottom: 30px;
  }

  .lp-section-heading > p,
  .lp-section-heading > div + p {
    margin-top: 16px;
  }

  .lp-section-heading h2,
  .lp-included-grid h2,
  .lp-faq-layout h2,
  .lp-final-cta h2 {
    font-size: clamp(2.2rem, 10.5vw, 3.4rem);
  }

  .lp-package-grid,
  .lp-check-grid,
  .lp-benefit-grid,
  .lp-process-grid {
    grid-template-columns: 1fr;
  }

  .lp-package-card > strong {
    font-size: 2.35rem;
  }

  .lp-project-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 320px;
  }

  .lp-project-wide {
    grid-column: span 1;
  }

  .lp-review-summary > a {
    min-height: 100px;
  }

  .lp-final-cta-grid {
    align-items: stretch;
    flex-direction: column;
    gap: 28px;
  }

  .lp-final-button {
    justify-content: center;
  }

  .lp-footer .footer-grid {
    grid-template-columns: 1fr;
  }

  .lp-footer-bottom {
    flex-direction: column;
  }

  .lp-mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    display: block;
    padding: 9px 12px max(9px, env(safe-area-inset-bottom));
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    background: var(--lp-green);
    box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.16);
  }

  .lp-mobile-cta a {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: white;
  }

  .lp-mobile-cta span {
    padding-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 0.75rem;
  }

  .lp-mobile-cta strong {
    font-size: 0.9rem;
  }
}
