/**
 * Landing page — loaded on home only (cache-busted).
 * Uses explicit colors so it works even if other brand CSS fails.
 */

.bodyContainer:has(.landing-page),
.bodyContainer .landing-page {
  background: #fffaf5 !important;
}

.landing-page {
  font-size: 16px;
  line-height: 1.5;
  color: #3d2e1f;
  width: 100%;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
}

/* Brand links — override Bootstrap's default blue across landing pages */
.landing-page a:not(.lp-btn):not(.footer-social__link) {
  color: #b34f28;
  text-decoration-color: rgba(179, 79, 40, 0.45);
}

.landing-page a:not(.lp-btn):not(.footer-social__link):hover,
.landing-page a:not(.lp-btn):not(.footer-social__link):focus-visible {
  color: #8f3c1c;
  text-decoration-color: rgba(143, 60, 28, 0.7);
}

.landing-page .container {
  max-width: 1140px;
}

.landing-page h1,
.landing-page h2,
.landing-page h3 {
  font-family: inherit;
  color: #3d2e1f;
}

.lp-text-accent {
  color: #b34f28;
}

/* Section rhythm */
.lp-section {
  padding: 2.25rem 0;
}

.lp-section--tight {
  padding: 1.75rem 0;
}

.lp-hero {
  padding: 1.5rem 0 2.25rem !important;
}

.lp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #b34f28;
  background: #fff;
  border: 1px solid #f0d4c4;
  border-radius: 6px;
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.35rem;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none !important;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s;
  border: none;
  cursor: pointer;
}

.lp-btn--primary {
  background: #b34f28;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(179, 79, 40, 0.28);
}

.lp-btn--primary:hover {
  background: #9a3f1c;
  color: #fff !important;
  transform: translateY(-1px);
}

.lp-btn--ghost {
  background: #fff;
  color: #3d2e1f !important;
  border: 1px solid #ecd9c8;
}

.lp-btn--ghost:hover {
  border-color: #d96c3d;
  color: #d96c3d !important;
}

.lp-btn--lg {
  padding: 0.85rem 1.75rem;
  font-size: 1rem;
}

.lp-section-head {
  margin-bottom: 2rem;
}

.lp-section-head__title {
  margin: 0 0 0.4rem;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.lp-section-head__sub {
  margin: 0;
  font-size: 0.95rem;
  color: #6b5c4f;
}

.lp-hero__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.lp-hero__desc {
  margin: 0 0 1.1rem;
  max-width: 32rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #6b5c4f;
}

.lp-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.85rem;
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: #5a8f6e;
}

.lp-hero__trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.lp-hero__trust li::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #5a8f6e;
}

.lp-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lp-hero__tags li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.7rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: #6b5c4f;
  background: #fff;
  border: 1px solid #ecd9c8;
  border-radius: 6px;
}

.lp-hero__tags li em {
  color: #d96c3d;
  font-size: 0.75rem;
}

/* Hero graphics */
.lp-hero.lp-section {
  position: relative;
  overflow: hidden;
}

.lp-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 10% 20%, rgba(212, 232, 212, 0.45) 0%, transparent 55%),
    radial-gradient(ellipse 60% 40% at 90% 80%, rgba(255, 235, 220, 0.6) 0%, transparent 50%);
  pointer-events: none;
}

.lp-hero__visual {
  position: relative;
  width: 100%;
  max-width: min(420px, 52vh);
}

.lp-hero__video {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  background: #fffaf5;
  border: 4px solid #fff;
  box-shadow: 0 24px 48px rgba(92, 64, 51, 0.15);
}

.lp-hero__video--square {
  aspect-ratio: 1 / 1;
}

.lp-hero__video--square video {
  object-fit: cover;
  object-position: center center;
}

.lp-hero__sound {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  background: rgba(26, 18, 12, 0.55);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: background 0.2s, transform 0.15s;
}

.lp-hero__sound:hover {
  background: rgba(26, 18, 12, 0.75);
  transform: scale(1.04);
}

.lp-hero__sound:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.lp-hero__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #3d2e1f;
  background: #fff;
  border: 1px solid #ecd9c8;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(92, 64, 51, 0.1);
}

.lp-hero__badge em {
  color: #5a8f6e;
}

.lp-hero__video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #fffaf5;
}

.lp-photo--about {
  width: 100%;
  max-width: 320px;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(92, 64, 51, 0.1);
}

.lp-founder {
  margin: 0;
  max-width: 280px;
  text-align: center;
}

.lp-founder__photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(92, 64, 51, 0.12);
  background: #f3e8dc;
}

.lp-founder__caption {
  margin-top: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-size: 0.95rem;
  line-height: 1.35;
  color: #6b5c4f;
}

.lp-founder__caption strong {
  font-size: 1.05rem;
  color: #3d2e1f;
}

.lp-founder-sign {
  font-size: 0.95rem;
  line-height: 1.45;
  color: #6b5c4f;
}

.lp-founder-sign strong {
  color: #3d2e1f;
}

.lp-proof {
  background: #fff8f0;
  border-top: 1px solid #ecd9c8;
  border-bottom: 1px solid #ecd9c8;
  text-align: center;
}

.lp-proof__text {
  font-size: 1.05rem;
  color: #6b5c4f;
}

.lp-proof__text strong {
  color: #3d2e1f;
  font-weight: 800;
}

.lp-pricing-card {
  position: relative;
}

.lp-pricing-card__badge {
  display: inline-block;
  margin: 0 0 0.65rem;
  padding: 0.28rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: #d96c3d;
  border-radius: 999px;
}

.lp-pricing-card__savings {
  margin: 0.15rem 0 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #2f6b4f;
}

.lp-pricing-anchor {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  color: #6b5c4f;
}

.lp-compare-table {
  width: 100%;
  max-width: 52rem;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 0.92rem;
  color: #3d2e1f;
  background: #fff;
}

.lp-compare-table th,
.lp-compare-table td {
  padding: 0.75rem 0.85rem;
  border: 1px solid #ecd9c8;
  text-align: left;
  vertical-align: top;
}

.lp-compare-table thead th {
  background: #fff8f0;
  font-weight: 700;
}

.lp-compare-table tbody th {
  font-weight: 600;
  width: 32%;
}

.lp-quote {
  margin: 0;
  padding: 1.35rem;
  background: #fff;
  border: 1px solid #ecd9c8;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(92, 64, 51, 0.05);
  text-align: left;
}

.lp-quote__text {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.55;
  color: #3d2e1f;
}

.lp-quote__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.88rem;
  color: #6b5c4f;
}

.lp-quote__meta strong {
  display: block;
  color: #3d2e1f;
}

.lp-quote__photo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.lp-step__graphic {
  width: 112px;
  height: 112px;
  margin-bottom: 0.65rem;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(92, 64, 51, 0.08);
}

.lp-step__graphic picture {
  display: block;
  width: 100%;
  height: 100%;
}

.lp-photo--step {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-showcase {
  background: #fff;
  border-top: 1px solid #ecd9c8;
  border-bottom: 1px solid #ecd9c8;
}

.lp-showcase__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.35rem;
  padding: 1.25rem 1rem;
  background: #fffaf5;
  border: 1px solid #ecd9c8;
  border-radius: 12px;
  height: 100%;
}

.lp-showcase__card--accent {
  background: linear-gradient(145deg, #fff5eb, #fff);
  border-color: #e8c4b0;
  box-shadow: 0 8px 24px rgba(217, 108, 61, 0.1);
}

.lp-showcase__icon {
  font-size: 1.75rem;
  color: #d96c3d;
  margin-bottom: 0.25rem;
}

.lp-showcase__card strong {
  font-size: 0.95rem;
  color: #3d2e1f;
}

.lp-showcase__card span {
  font-size: 0.82rem;
  color: #6b5c4f;
}

.lp-latest__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 44rem;
  margin: 0 auto;
}

.lp-latest__item {
  display: block;
  padding: 0.95rem 0;
  border-bottom: 1px solid #ecd9c8;
  text-decoration: none;
  color: inherit;
  transition: color 0.15s;
}

.lp-latest__item:first-child {
  padding-top: 0;
}

.lp-latest__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.lp-latest__item:hover .lp-latest__title {
  color: #d96c3d;
}

.lp-latest__meta {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #6b5c4f;
  margin-bottom: 0.25rem;
}

.lp-latest__title {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  color: #3d2e1f;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.lp-latest__excerpt {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #6b5c4f;
}

.lp-photos__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  aspect-ratio: 1;
  background: #f3ebe3;
}

.lp-photos picture {
  display: block;
}

.lp-cta__icon {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.lp-about {
  background: #fff;
  border-top: 1px solid #ecd9c8;
  border-bottom: 1px solid #ecd9c8;
}

.lp-about__title {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
  font-weight: 700;
}

.lp-about__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #6b5c4f;
}

.lp-step {
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #ecd9c8;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(92, 64, 51, 0.06);
}

.lp-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  font-weight: 800;
  color: #fff;
  background: #d96c3d;
  border-radius: 8px;
}

.lp-step__title {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  font-weight: 700;
}

.lp-step__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #6b5c4f;
}

.lp-features {
  background: linear-gradient(180deg, transparent 0%, #fff8f0 100%);
}

.lp-feature {
  padding: 1.35rem;
  background: #fff;
  border: 1px solid #ecd9c8;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(92, 64, 51, 0.05);
  height: 100%;
}

.lp-feature__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.85rem;
  font-size: 1.1rem;
  color: #d96c3d;
  background: #fff5eb;
  border-radius: 8px;
}

.lp-feature__title {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.lp-feature__text {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.55;
  color: #6b5c4f;
}

.lp-cta__inner {
  padding: 2.5rem 2rem;
  background: linear-gradient(135deg, #5a8f6e, #4a7c59);
  border-radius: 16px;
  color: #fff;
}

.lp-cta__inner .lp-cta__title,
.landing-page .lp-cta__inner h2.lp-cta__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 800;
  color: #fff;
}

.lp-cta__inner .lp-cta__text,
.lp-cta__inner .lp-cta__trust {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  color: #fff;
  opacity: 0.95;
}

.lp-cta__inner .lp-cta__trust {
  margin-bottom: 0;
  font-size: 0.9rem;
  opacity: 0.85;
}

.lp-cta__inner a:not(.lp-btn) {
  color: #fff !important;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.7);
}

.lp-cta__inner a:not(.lp-btn):hover,
.lp-cta__inner a:not(.lp-btn):focus-visible {
  color: #fff8f0 !important;
  text-decoration-color: #fff;
}

.lp-cta .lp-btn--primary {
  background: #fff;
  color: #d96c3d !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.lp-cta .lp-btn--primary:hover {
  background: #fff8f0;
  color: #c45a2e !important;
}

@media (max-width: 991px) {
  .lp-hero__visual {
    max-width: min(360px, 48vh);
  }
}

@media (max-width: 576px) {
  .lp-hero__visual {
    max-width: min(300px, 42vh);
  }

  .lp-hero__video {
    border-width: 3px;
    border-radius: 12px;
  }

  .lp-hero__badge {
    top: 8px;
    left: 8px;
    padding: 0.35rem 0.7rem;
    font-size: 0.72rem;
  }
}

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

@media (max-width: 767.98px) {
  .landing-page:has(.lp-sticky-cta) {
    padding-bottom: 5.75rem;
  }

  .lp-sticky-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom, 0px));
    background: #fffaf5;
    border-top: 1px solid #ecd9c8;
  }

  .lp-sticky-cta__note {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 600;
    color: #5a8f6e;
    max-width: 7.5rem;
    line-height: 1.3;
  }

  .lp-sticky-cta__btn {
    flex: 1 1 auto;
    min-width: 0;
  }
}

.lp-faq {
  margin: 0;
}

.lp-faq__item {
  margin: 0 0 1.25rem;
  padding: 1rem 1.15rem;
  background: #fff;
  border: 1px solid #f0d4c4;
  border-radius: 10px;
}

.lp-faq__item dt {
  margin: 0 0 0.4rem;
  font-weight: 700;
  color: #3d2e1f;
}

.lp-faq__item dd {
  margin: 0;
  color: #5c4a3a;
}

.lp-pricing-card__price {
  margin: 0.25rem 0 0;
  font-size: 1.65rem;
  color: #b34f28;
}

.lp-pricing-card__price span {
  font-size: 0.95rem;
  font-weight: 600;
  color: #5c4a3a;
}

.lp-pricing-card__yearly {
  margin: 0.15rem 0 0.75rem;
  font-size: 0.9rem;
  color: #5a8f6e;
  font-weight: 600;
}

.lp-pricing-card__list {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.lp-pricing-card__list li {
  position: relative;
  padding: 0.25rem 0 0.25rem 1.2rem;
  color: #5c4a3a;
}

.lp-pricing-card__list li::before {
  content: "•";
  position: absolute;
  left: 0.25rem;
  color: #b34f28;
}

.lp-pricing-card--featured {
  border: 2px solid #d96c3d;
}

/* Override dark-mode / legacy green page background */
@media (prefers-color-scheme: dark) {
  .bodyContainer:has(.landing-page),
  .bodyContainer .landing-page {
    background: #fffaf5 !important;
  }
}
