:root {
  --lp-hero-ink: #12081f;
  --lp-hero-ink-2: #24103a;
  --lp-border: rgba(43, 27, 46, 0.14);
  --lp-soft: rgba(255, 255, 255, 0.78);
}

.lp {
  display: grid;
  gap: 18px;
  padding-bottom: 90px;
}

/* Hero (full-bleed) */
.lp-hero-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 34px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 111, 174, 0.33), transparent 44%),
    radial-gradient(circle at 86% 8%, rgba(183, 232, 255, 0.25), transparent 48%),
    linear-gradient(180deg, var(--lp-hero-ink-2) 0%, var(--lp-hero-ink) 100%);
  box-shadow: 0 22px 60px rgba(18, 8, 31, 0.28);
}

.lp-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 20px 0;
  position: relative;
}

.lp-hero-word {
  position: absolute;
  left: -6px;
  top: -18px;
  font-family: "Bungee", "Trebuchet MS", sans-serif;
  font-size: clamp(3rem, 18vw, 8rem);
  letter-spacing: 0.02em;
  opacity: 0.12;
  transform: rotate(-6deg);
  pointer-events: none;
  user-select: none;
  filter: blur(0.2px);
  line-height: 0.9;
}

.lp-hero-grid {
  display: grid;
  gap: 18px;
  align-items: start;
  padding-bottom: 10px;
}

.lp-badge {
  justify-self: start;
  box-shadow: 0 0 24px rgba(255, 111, 174, 0.35);
}

.lp-h1 {
  margin-top: 10px;
  font-family: "Bungee", "Trebuchet MS", sans-serif;
  font-size: clamp(1.95rem, 6.2vw, 3.1rem);
  line-height: 1.06;
  letter-spacing: 0.02em;
  text-shadow: 0 10px 0 rgba(255, 111, 174, 0.14);
}

.lp-sub {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
  font-weight: 650;
  line-height: 1.45;
  max-width: 48ch;
}

.lp-bullets {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.lp-bullet {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 750;
}

.lp-dot {
  width: 12px;
  height: 12px;
  margin-top: 6px;
  border-radius: 999px;
  background: var(--peach);
  box-shadow: 0 0 0 3px rgba(255, 193, 139, 0.18);
}

.lp-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.lp-primary {
  padding: 14px 26px;
}

.lp-meta {
  margin-top: 8px;
  display: grid;
  gap: 6px;
}

.lp-price {
  font-weight: 900;
}

.lp-mini {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

/* Product proof */
.lp-hero-proof {
  display: grid;
  justify-items: center;
}

.lp-product-wrap {
  width: min(420px, 100%);
  position: relative;
  display: grid;
  gap: 10px;
  justify-items: center;
}

.lp-callout {
  width: 100%;
  max-width: 260px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  padding: 10px 14px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-align: center;
}

.lp-callout-title {
  font-weight: 950;
  letter-spacing: 0.02em;
}

.lp-callout-body {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  font-size: 0.92rem;
}

.lp-arrow {
  display: none;
}

.lp-product {
  width: 100%;
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  padding: 14px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.22);
  transform: rotate(-6deg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.lp-proof-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.lp-proof-title {
  font-family: "Bungee", "Trebuchet MS", sans-serif;
  letter-spacing: 0.02em;
  font-size: 1rem;
}

.lp-proof-pill {
  padding: 6px 10px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.18);
  font-weight: 900;
  font-size: 0.85rem;
}

.lp-proof-paper {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 2px dashed rgba(43, 27, 46, 0.22);
  padding: 10px;
  color: var(--ink);
}

.lp-cert-link {
  display: grid;
  place-items: center;
  height: 240px;
  padding: 10px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(43, 27, 46, 0.12);
  background: #fff;
}

.lp-cert-img {
  display: block;
  width: auto;
  height: 100%;
  max-width: 100%;
}

.lp-cert-hint {
  margin-top: 8px;
  font-size: 0.85rem;
  font-weight: 800;
  color: rgba(43, 27, 46, 0.62);
}

.lp-proof-bottom {
  margin-top: 12px;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.86);
}

.lp-avatars {
  display: flex;
  gap: 10px;
}

.lp-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.88);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.22);
  box-shadow: 0 0 0 3px rgba(255, 111, 174, 0.18);
}

.lp-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-proof-note {
  font-weight: 800;
}

/* Wave separator */
.lp-wave {
  display: block;
  width: 100%;
  height: 86px;
}

.lp-wave path {
  fill: var(--cream);
}

/* About + stats */
.lp-about {
  margin-top: -26px;
  position: relative;
  z-index: 2;
}

.lp-about-grid {
  display: grid;
  gap: 16px;
}

.lp-h2 {
  font-family: "Bungee", "Trebuchet MS", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}

.lp-about-sub {
  margin-top: 8px;
  color: var(--ink-soft);
  font-weight: 700;
  line-height: 1.4;
}

.lp-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.lp-stat {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(43, 27, 46, 0.12);
  border-radius: 18px;
  padding: 12px;
  text-align: center;
}

.lp-stat-big {
  font-family: "Bungee", "Trebuchet MS", sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
}

.lp-stat-label {
  margin-top: 4px;
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  color: var(--ink-soft);
}

/* Tone tiles (reference “flavors” energy) */
.lp-tones {
  display: grid;
  gap: 12px;
  padding: 0 2px;
}

.lp-tones-head {
  display: grid;
  gap: 6px;
}

.lp-tones-sub {
  color: var(--ink-soft);
  font-weight: 700;
}

.lp-tones-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.lp-tone {
  border-radius: 20px;
  padding: 16px;
  border: 2px solid rgba(43, 27, 46, 0.14);
  box-shadow: 0 18px 38px rgba(43, 27, 46, 0.12);
  position: relative;
  overflow: hidden;
}

.lp-tone::after {
  content: "";
  position: absolute;
  inset: -30px -40px auto auto;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  transform: rotate(12deg);
}

.lp-tone-title {
  font-family: "Bungee", "Trebuchet MS", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

.lp-tone-body {
  margin-top: 8px;
  font-weight: 800;
  color: rgba(43, 27, 46, 0.9);
}

.tone-playful {
  background: linear-gradient(180deg, rgba(255, 111, 174, 0.92) 0%, rgba(255, 111, 174, 0.72) 100%);
}

.tone-romantic {
  background: linear-gradient(180deg, rgba(183, 232, 255, 0.95) 0%, rgba(183, 232, 255, 0.72) 100%);
}

.tone-spicy {
  background: linear-gradient(180deg, rgba(255, 193, 139, 0.95) 0%, rgba(255, 193, 139, 0.74) 100%);
}

.tone-wholesome {
  background: linear-gradient(180deg, rgba(168, 255, 212, 0.95) 0%, rgba(168, 255, 212, 0.72) 100%);
}

/* Sections reused from Love ER page style */
.lp-section {
  padding: 24px;
}

.lp-steps {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.lp-step {
  background: rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  border: 1px dashed rgba(43, 27, 46, 0.18);
  padding: 14px;
  display: grid;
  gap: 8px;
}

.lp-step-num {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
}

.lp-step-title {
  font-weight: 950;
  font-size: 1.02rem;
}

.lp-step-body {
  color: var(--ink-soft);
  font-weight: 750;
  line-height: 1.35;
}

.lp-final-cta {
  margin-top: 14px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 2px solid rgba(43, 27, 46, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.lp-final-title {
  font-family: "Bungee", "Trebuchet MS", sans-serif;
  font-size: 1.05rem;
}

.lp-final-sub {
  margin-top: 6px;
  color: var(--ink-soft);
  font-weight: 750;
}

.lp-faq {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.lp-faq-item {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(43, 27, 46, 0.14);
  border-radius: 18px;
  padding: 10px 12px;
}

.lp-faq-item summary {
  cursor: pointer;
  font-weight: 950;
}

.lp-faq-body {
  margin-top: 8px;
  color: var(--ink-soft);
  font-weight: 750;
  line-height: 1.4;
}

.lp-footer {
  padding: 6px 4px 16px;
  color: var(--ink-soft);
  text-align: center;
  display: grid;
  gap: 6px;
}

.lp-footer-title {
  font-family: "Bungee", "Trebuchet MS", sans-serif;
  color: var(--ink);
}

.lp-footer-sub {
  font-weight: 750;
}

/* Landing-specific header polish */
.lp-topbar {
  position: relative;
  padding: 16px 18px;
  border-radius: 34px;
  border: 2px solid rgba(43, 27, 46, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.72) 100%);
  box-shadow: 0 18px 50px rgba(43, 27, 46, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
}

.lp-topbar::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 111, 174, 0.26), transparent 48%),
    radial-gradient(circle at 92% 30%, rgba(183, 232, 255, 0.3), transparent 56%);
  pointer-events: none;
}

.lp-topbar > * {
  position: relative;
  z-index: 1;
}

.lp-topbar .title {
  text-shadow: 0 7px 0 rgba(255, 111, 174, 0.22);
}

.lp-header-actions {
  align-items: center;
}

.lp-header-btn {
  font-family: "Bungee", "Trebuchet MS", sans-serif;
  padding: 12px 22px;
  border-radius: 999px;
  border: 3px solid rgba(43, 27, 46, 0.82);
  background: rgba(255, 255, 255, 0.92);
  color: rgba(43, 27, 46, 0.95);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  box-shadow: 0 12px 26px rgba(43, 27, 46, 0.12);
  transition: transform 0.12s ease, filter 0.12s ease, background 0.12s ease;
}

.lp-header-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
}

.lp-header-btn:active {
  transform: translateY(1px);
  filter: brightness(0.99);
}

@media (max-width: 720px) {
  .lp-topbar {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .lp-header-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .lp-header-btn {
    width: 100%;
    display: grid;
    place-items: center;
    padding: 14px 18px;
  }
}

/* Sticky CTA (mobile only) */
.lp-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 12px;
  z-index: 90;
  pointer-events: none;
  display: none;
}

.lp-sticky.show {
  display: block;
}

.lp-sticky-inner {
  pointer-events: auto;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 18px;
  border: 2px solid rgba(43, 27, 46, 0.14);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 40px rgba(43, 27, 46, 0.16);
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.lp-sticky-text {
  font-weight: 900;
  color: var(--ink);
}

.lp-sticky-btn {
  padding: 10px 18px;
}

@media (min-width: 980px) {
  .lp {
    padding-bottom: 36px;
  }

  .lp-hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    padding-bottom: 24px;
  }

  .lp-product-wrap {
    width: min(520px, 100%);
    justify-items: end;
    gap: 0;
  }

  .lp-callout {
    position: absolute;
    max-width: 210px;
    text-align: left;
  }

  .lp-callout-a {
    left: -6px;
    top: 34px;
  }

  .lp-callout-b {
    right: -10px;
    top: 110px;
  }

  .lp-arrow {
    display: block;
    position: absolute;
    pointer-events: none;
    opacity: 0.9;
  }

  .lp-arrow-a {
    left: 62px;
    top: 58px;
    width: 150px;
    height: 90px;
    transform: rotate(-6deg);
  }

  .lp-arrow-b {
    right: 62px;
    top: 132px;
    width: 150px;
    height: 90px;
    transform: rotate(8deg);
  }

  .lp-product {
    margin-top: 26px;
    width: 460px;
  }

  .lp-cert-link {
    height: 280px;
  }

  .lp-about-grid {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
  }

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

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

  .lp-sticky {
    display: none !important;
  }
}

@media (max-width: 420px) {
  .lp-stat-label {
    letter-spacing: 0.06em;
  }

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

  .lp-sticky-inner {
    justify-content: center;
  }

  .lp-sticky-text {
    text-align: center;
  }
}
