/*
Theme Name: MD Le Parfum Secret
Theme URI: https://md-leparfumsecret.es/
Description: Tema hijo de Astra para la captacion y acompanamiento del Equipo Miriam.
Author: MD Le Parfum Secret
Template: astra
Version: 1.7.1
Text Domain: md-lps
*/

:root {
  --lps-ink: #191816;
  --lps-muted: #68635b;
  --lps-paper: #f7f5f0;
  --lps-white: #ffffff;
  --lps-line: #ded8ce;
  --lps-gold: #a98243;
  --lps-gold-dark: #82652f;
  --lps-green: #34554d;
  --lps-green-deep: #203b35;
  --lps-coral: #a95642;
  --lps-shadow: 0 18px 55px rgba(49, 40, 27, 0.09);
  --lps-radius: 8px;
  --lps-container: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

#ast-scroll-top {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body {
  margin: 0;
  background: var(--lps-paper);
  color: var(--lps-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open::before {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(18, 17, 15, 0.34);
  content: "";
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

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

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

.lps-container {
  width: min(calc(100% - 40px), var(--lps-container));
  margin-inline: auto;
}

.lps-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(222, 216, 206, 0.78);
  background: rgba(250, 249, 246, 0.92);
  backdrop-filter: blur(18px);
}

.admin-bar .lps-site-header {
  top: 32px;
}

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

.lps-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  text-decoration: none;
}

.lps-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.lps-brand-copy {
  display: grid;
  line-height: 1.15;
}

.lps-brand-copy strong {
  font-size: 15px;
  font-weight: 750;
}

.lps-brand-copy small {
  margin-top: 4px;
  color: var(--lps-muted);
  font-size: 11px;
  text-transform: uppercase;
}

.lps-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.lps-nav a {
  color: #4f4b45;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  transition: color 160ms ease;
}

.lps-nav a:hover,
.lps-nav a:focus-visible {
  color: var(--lps-ink);
}

.lps-nav-blog {
  position: relative;
}

.lps-nav-blog > a {
  display: block;
  padding-block: 24px;
}

.lps-nav-submenu {
  width: 230px;
  display: none;
  position: absolute;
  top: calc(100% - 8px);
  left: -18px;
  z-index: 140;
  padding: 8px;
  border: 1px solid var(--lps-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--lps-shadow);
}

.lps-nav-blog:hover .lps-nav-submenu,
.lps-nav-blog:focus-within .lps-nav-submenu {
  display: grid;
}

.lps-nav-submenu a {
  padding: 10px 11px;
  border-radius: 5px;
  font-size: 13px;
}

.lps-nav-submenu a:hover,
.lps-nav-submenu a:focus-visible {
  background: #f3f0eb;
}

.lps-nav .lps-nav-private {
  padding: 8px 12px;
  border: 1px solid #d9cda9;
  border-radius: 6px;
  color: #57491f;
}

.lps-nav .lps-nav-private:hover,
.lps-nav .lps-nav-private:focus-visible {
  border-color: #b89a45;
  background: #faf7ef;
  color: var(--lps-ink);
}

.lps-nav .lps-nav-cta {
  padding: 10px 16px;
  border-radius: 6px;
  background: var(--lps-ink);
  color: var(--lps-white);
}

.lps-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--lps-line);
  border-radius: 6px;
  background: var(--lps-white);
  color: var(--lps-ink);
  cursor: pointer;
}

.lps-menu-toggle span,
.lps-menu-toggle span::before,
.lps-menu-toggle span::after {
  width: 19px;
  height: 2px;
  display: block;
  position: relative;
  background: currentColor;
  transition: transform 180ms ease;
}

.lps-menu-toggle span::before,
.lps-menu-toggle span::after {
  position: absolute;
  left: 0;
  content: "";
}

.lps-menu-toggle span::before {
  top: -6px;
}

.lps-menu-toggle span::after {
  top: 6px;
}

.lps-menu-toggle[aria-expanded="true"] span {
  background: transparent;
}

.lps-menu-toggle[aria-expanded="true"] span::before {
  top: 0;
  transform: rotate(45deg);
}

.lps-menu-toggle[aria-expanded="true"] span::after {
  top: 0;
  transform: rotate(-45deg);
}

.lps-hero {
  min-height: min(760px, calc(100svh - 72px));
  display: grid;
  position: relative;
  align-items: center;
  overflow: hidden;
  background-color: #eee1d2;
  background-image: url("assets/images/formatos-lps.webp");
  background-position: center bottom;
  background-size: cover;
}

.lps-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(247, 245, 240, 0.99) 0%, rgba(247, 245, 240, 0.93) 36%, rgba(247, 245, 240, 0.42) 62%, rgba(247, 245, 240, 0.08) 100%);
}

.lps-hero-content {
  width: min(620px, 58%);
  position: relative;
  z-index: 1;
  padding-block: 76px 90px;
}

.lps-kicker {
  margin: 0 0 18px;
  color: var(--lps-gold-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.lps-hero h1,
.lps-section-title,
.lps-page-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: 0;
}

.lps-hero h1 {
  max-width: 690px;
  font-size: clamp(42px, 5.2vw, 66px);
}

.lps-hero-lead {
  max-width: 570px;
  margin: 24px 0 0;
  color: #4e4942;
  font-size: clamp(18px, 2vw, 21px);
}

.lps-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.lps-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.lps-button:hover,
.lps-button:focus-visible {
  transform: translateY(-1px);
}

.lps-button-primary {
  background: var(--lps-ink);
  color: var(--lps-white);
}

.lps-button-primary:hover,
.lps-button-primary:focus-visible {
  background: #35312c;
  color: var(--lps-white);
}

.lps-button-secondary {
  border-color: rgba(25, 24, 22, 0.24);
  background: rgba(255, 255, 255, 0.68);
  color: var(--lps-ink);
}

.lps-hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.lps-hero-notes li {
  position: relative;
  padding-left: 18px;
  color: #514c45;
  font-size: 13px;
  font-weight: 650;
}

.lps-hero-notes li::before {
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0.62em;
  left: 0;
  border-radius: 50%;
  background: var(--lps-gold);
  content: "";
}

.lps-proof {
  background: var(--lps-green-deep);
  color: var(--lps-white);
}

.lps-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.lps-proof-item {
  min-height: 106px;
  display: grid;
  align-content: center;
  padding: 24px 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.lps-proof-item:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.lps-proof-item strong {
  font-size: 18px;
}

.lps-proof-item span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.lps-section {
  padding-block: 96px;
}

.lps-section-white {
  background: var(--lps-white);
}

.lps-section-soft {
  background: #f0ede7;
}

.lps-section-dark {
  background: var(--lps-ink);
  color: var(--lps-white);
}

.lps-section-heading {
  max-width: 760px;
  margin-bottom: 46px;
}

.lps-section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.lps-section-title {
  font-size: clamp(34px, 4.2vw, 52px);
}

.lps-section-heading p,
.lps-copy p {
  color: var(--lps-muted);
}

.lps-section-heading > p:last-child {
  max-width: 670px;
  margin: 20px 0 0;
  font-size: 18px;
}

.lps-section-heading.center > p:last-child {
  margin-inline: auto;
}

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

.lps-card {
  min-height: 245px;
  padding: 30px;
  border: 1px solid var(--lps-line);
  border-radius: var(--lps-radius);
  background: var(--lps-white);
  box-shadow: 0 8px 30px rgba(60, 50, 35, 0.04);
}

.lps-card-number {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 34px;
  border-radius: 50%;
  background: #efe6d5;
  color: var(--lps-gold-dark);
  font-size: 13px;
  font-weight: 850;
}

.lps-card h3,
.lps-step h3,
.lps-support-list h3 {
  margin: 0;
  color: inherit;
  font-size: 21px;
  line-height: 1.25;
}

.lps-card p,
.lps-step p {
  margin: 12px 0 0;
  color: var(--lps-muted);
}

.lps-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--lps-line);
}

.lps-step {
  padding: 34px 28px 0 0;
  position: relative;
}

.lps-step::before {
  width: 12px;
  height: 12px;
  position: absolute;
  top: -6px;
  left: 0;
  border: 3px solid var(--lps-paper);
  border-radius: 50%;
  background: var(--lps-gold);
  box-shadow: 0 0 0 1px var(--lps-gold);
  content: "";
}

.lps-step-label {
  display: block;
  margin-bottom: 22px;
  color: var(--lps-gold-dark);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.lps-welcome-packs {
  overflow: hidden;
}

.lps-pack-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  align-items: stretch;
  gap: clamp(28px, 4vw, 58px);
}

.lps-pack-visual {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--lps-line);
  border-radius: var(--lps-radius);
  background: #f1eee8;
  box-shadow: 0 18px 50px rgba(53, 44, 31, 0.09);
}

.lps-pack-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.lps-pack-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.lps-pack-option {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--lps-line);
  border-radius: var(--lps-radius);
  background: #fbfaf7;
  box-shadow: 0 12px 34px rgba(53, 44, 31, 0.06);
}

.lps-pack-option-accent {
  background: #efede7;
}

.lps-pack-type {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--lps-gold-dark);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.lps-pack-option h3 {
  margin: 0;
  font-size: clamp(25px, 2.2vw, 34px);
  line-height: 1.08;
}

.lps-pack-option p {
  color: var(--lps-muted);
}

.lps-pack-option ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.lps-pack-option li {
  position: relative;
  padding-left: 20px;
  color: #48423b;
  font-size: 15px;
}

.lps-pack-option li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--lps-gold-dark);
  content: "\2022";
}

.lps-pack-footer {
  padding-top: 24px;
  border-top: 1px solid var(--lps-line);
}

.lps-pack-price {
  display: grid;
  gap: 2px;
  margin: 0 0 20px;
}

.lps-pack-price span,
.lps-pack-price small {
  font-size: 13px;
  font-weight: 750;
}

.lps-pack-price span {
  color: var(--lps-gold-dark);
  text-transform: uppercase;
}

.lps-pack-price strong {
  color: var(--lps-ink);
  font-size: clamp(40px, 4vw, 54px);
  line-height: 1;
}

.lps-pack-option .lps-button {
  width: 100%;
}

.lps-pack-note {
  max-width: 780px;
  margin: 24px auto 0;
  color: var(--lps-muted);
  font-size: 13px;
  text-align: center;
}

.lps-split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: center;
  gap: clamp(40px, 7vw, 90px);
}

.lps-feature-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--lps-radius);
  box-shadow: var(--lps-shadow);
}

.lps-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lps-copy .lps-section-title {
  margin-bottom: 22px;
}

.lps-check-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.lps-check-list li {
  position: relative;
  padding-left: 28px;
  color: #3f3b36;
}

.lps-check-list li::before {
  position: absolute;
  left: 0;
  color: var(--lps-green);
  font-weight: 900;
  content: "\2713";
}

.lps-video-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(42px, 7vw, 86px);
}

.lps-video-note {
  margin: 22px 0;
  padding-left: 14px;
  border-left: 2px solid var(--lps-gold);
  font-size: 13px;
}

.lps-video-player {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(25, 24, 22, 0.12);
  border-radius: var(--lps-radius);
  background: #171715;
  box-shadow: var(--lps-shadow);
}

.lps-video-player iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.lps-video-launch {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #171715;
  color: #fff;
  cursor: pointer;
}

.lps-video-launch::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 8, 7, 0.02), rgba(8, 8, 7, 0.52));
  content: "";
  transition: background 180ms ease;
}

.lps-video-launch:hover::after,
.lps-video-launch:focus-visible::after {
  background: linear-gradient(180deg, rgba(8, 8, 7, 0), rgba(8, 8, 7, 0.42));
}

.lps-video-launch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lps-video-play {
  width: 68px;
  height: 68px;
  display: grid;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.lps-video-play::before {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid var(--lps-ink);
  content: "";
}

.lps-video-launch:hover .lps-video-play,
.lps-video-launch:focus-visible .lps-video-play {
  transform: translate(-50%, -50%) scale(1.06);
}

.lps-video-label {
  position: absolute;
  right: 22px;
  bottom: 18px;
  left: 22px;
  z-index: 2;
  font-size: 13px;
  font-weight: 750;
  text-align: left;
}

.lps-support-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(48px, 9vw, 120px);
}

.lps-section-dark .lps-kicker {
  color: #d8b975;
}

.lps-section-dark .lps-section-title {
  color: var(--lps-white);
}

.lps-section-dark .lps-section-heading p,
.lps-section-dark .lps-copy p {
  color: rgba(255, 255, 255, 0.68);
}

.lps-support-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, 0.13);
}

.lps-support-list article {
  min-height: 180px;
  padding: 28px;
  background: var(--lps-ink);
}

.lps-support-list h3 {
  color: var(--lps-white);
  font-size: 18px;
}

.lps-support-list p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.lps-earning-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.lps-earning-item {
  padding-top: 22px;
  border-top: 2px solid var(--lps-gold);
}

.lps-earning-item strong {
  display: block;
  font-size: 20px;
}

.lps-earning-item p {
  margin: 10px 0 0;
  color: var(--lps-muted);
}

.lps-disclaimer {
  margin-top: 34px;
  padding: 18px 20px;
  border-left: 3px solid var(--lps-gold);
  background: #eee9df;
  color: #59534b;
  font-size: 13px;
}

.lps-faq {
  max-width: 860px;
  margin-inline: auto;
  border-top: 1px solid var(--lps-line);
}

.lps-faq details {
  border-bottom: 1px solid var(--lps-line);
}

.lps-faq summary {
  padding: 24px 42px 24px 0;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  font-weight: 750;
  list-style: none;
}

.lps-faq summary::-webkit-details-marker {
  display: none;
}

.lps-faq summary::after {
  position: absolute;
  top: 24px;
  right: 4px;
  color: var(--lps-gold-dark);
  font-size: 24px;
  font-weight: 400;
  content: "+";
}

.lps-faq details[open] summary::after {
  content: "\2212";
}

.lps-faq details > div {
  max-width: 760px;
  padding: 0 0 25px;
  color: var(--lps-muted);
}

.lps-lead-band {
  background: var(--lps-green);
  color: var(--lps-white);
}

.lps-lead-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: start;
  gap: clamp(46px, 8vw, 100px);
}

.lps-lead-copy {
  position: sticky;
  top: 112px;
}

.lps-lead-copy .lps-kicker {
  color: #f0d899;
}

.lps-lead-copy .lps-section-title {
  color: var(--lps-white);
}

.lps-lead-copy > p:last-of-type {
  color: rgba(255, 255, 255, 0.72);
}

.lps-response-time {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.lps-form {
  padding: clamp(24px, 4vw, 42px);
  border-radius: var(--lps-radius);
  background: var(--lps-white);
  color: var(--lps-ink);
  box-shadow: 0 25px 60px rgba(8, 29, 24, 0.24);
}

.lps-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.lps-field {
  display: grid;
  gap: 7px;
}

.lps-field-full {
  grid-column: 1 / -1;
}

.lps-field label,
.lps-field > span:first-child {
  color: #3f3a34;
  font-size: 13px;
  font-weight: 750;
}

.lps-field input,
.lps-field select,
.lps-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #d7d0c5;
  border-radius: 5px;
  background: #fff;
  color: var(--lps-ink);
  outline: 0;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.lps-field textarea {
  min-height: 108px;
  resize: vertical;
}

.lps-field input:focus,
.lps-field select:focus,
.lps-field textarea:focus {
  border-color: var(--lps-gold);
  box-shadow: 0 0 0 3px rgba(169, 130, 67, 0.14);
}

.lps-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 20px 0;
  color: #5e5850;
  font-size: 12px;
}

.lps-consent input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 2px;
}

.lps-form .lps-button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.lps-form-note {
  margin: 13px 0 0;
  color: #756e65;
  font-size: 11px;
  text-align: center;
}

.lps-form-status {
  margin-bottom: 20px;
  padding: 13px 15px;
  border-radius: 5px;
  font-size: 14px;
}

.lps-form-status.success {
  border: 1px solid #b8d3c3;
  background: #eaf5ee;
  color: #21563c;
}

.lps-form-status.error {
  border: 1px solid #e1b9b0;
  background: #fff0ed;
  color: #7d3326;
}

.lps-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.lps-site-footer {
  padding-block: 52px 26px;
  background: #11110f;
  color: rgba(255, 255, 255, 0.74);
}

.lps-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.8fr;
  gap: 50px;
}

.lps-footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lps-footer-brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: grayscale(1) brightness(2.6);
}

.lps-footer-brand strong {
  display: block;
  color: #fff;
}

.lps-footer-brand span {
  display: block;
  margin-top: 3px;
  font-size: 12px;
}

.lps-footer-copy {
  max-width: 430px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}

.lps-footer-column strong {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.lps-footer-links {
  display: grid;
  gap: 9px;
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

.lps-footer-links a {
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  text-decoration: none;
}

.lps-footer-links a:hover,
.lps-footer-links a:focus-visible {
  color: #fff;
}

.lps-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
}

.lps-text-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 24px;
}

.lps-text-links a {
  color: var(--lps-gold-dark);
  font-size: 15px;
  font-weight: 750;
}

.lps-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lps-resource-link {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  border: 1px solid var(--lps-line);
  border-radius: var(--lps-radius);
  background: #fbfaf7;
  color: var(--lps-ink);
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.lps-resource-link:hover,
.lps-resource-link:focus-visible {
  border-color: #c7b98d;
  box-shadow: 0 14px 34px rgba(49, 40, 27, 0.08);
  transform: translateY(-2px);
}

.lps-resource-link span {
  margin-bottom: auto;
  color: var(--lps-gold-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.lps-resource-link strong {
  display: block;
  margin-top: 26px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.2;
}

.lps-resource-link small {
  display: block;
  margin-top: 10px;
  color: var(--lps-muted);
  font-size: 14px;
  line-height: 1.55;
}

.lps-seo-page {
  width: min(100%, 900px);
  margin-inline: auto;
}

.lps-seo-page h2 {
  margin: 54px 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.18;
}

.lps-seo-page h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.lps-seo-page p,
.lps-seo-page li {
  color: #4f4a43;
}

.lps-seo-page a:not(.lps-button) {
  color: var(--lps-gold-dark);
  font-weight: 700;
}

.lps-content-lead {
  max-width: 780px;
  margin: 0 0 32px;
  color: var(--lps-ink) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 3vw, 29px);
  line-height: 1.42;
}

.lps-content-note {
  margin: 30px 0;
  padding: 20px 22px;
  border-left: 3px solid var(--lps-gold);
  background: #f1ece2;
  color: #4f493f;
}

.lps-content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-block: 24px;
}

.lps-content-grid > div {
  padding: 22px;
  border: 1px solid var(--lps-line);
  border-radius: var(--lps-radius);
  background: #fff;
}

.lps-content-grid p {
  margin: 0;
  font-size: 15px;
}

.lps-content-steps {
  display: grid;
  gap: 14px;
  margin: 24px 0;
  padding: 0;
  counter-reset: lps-content-step;
  list-style: none;
}

.lps-content-steps li {
  position: relative;
  padding: 4px 0 4px 48px;
  counter-increment: lps-content-step;
}

.lps-content-steps li::before {
  width: 32px;
  height: 32px;
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
  place-items: center;
  border: 1px solid #d5c69c;
  border-radius: 50%;
  color: var(--lps-gold-dark);
  content: counter(lps-content-step);
  font-size: 13px;
  font-weight: 800;
}

.lps-faq-page {
  margin-bottom: 36px;
}

.lps-whatsapp-float {
  min-height: 62px;
  display: inline-flex;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 85;
  align-items: center;
  gap: 12px;
  padding: 10px 18px 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  background: #22aa82;
  box-shadow: 0 14px 36px rgba(17, 74, 58, 0.28);
  color: #fff;
  text-decoration: none;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.lps-whatsapp-float:hover,
.lps-whatsapp-float:focus-visible {
  background: #178e6b;
  box-shadow: 0 18px 44px rgba(17, 74, 58, 0.34);
  color: #fff;
  transform: translateY(-2px);
}

.lps-whatsapp-icon {
  width: 42px;
  height: 42px;
  display: grid;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.lps-whatsapp-copy {
  display: grid;
  line-height: 1.2;
}

.lps-whatsapp-copy strong {
  font-size: 15px;
}

.lps-whatsapp-copy small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
}

.lps-page-hero {
  padding-block: 82px 58px;
  border-bottom: 1px solid var(--lps-line);
  background: #f0ede7;
}

.lps-page-title {
  max-width: 830px;
  font-size: clamp(40px, 6vw, 64px);
}

.lps-page-intro {
  max-width: 700px;
  margin: 20px 0 0;
  color: var(--lps-muted);
  font-size: 18px;
}

.lps-topic-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.lps-topic-nav a {
  padding: 9px 13px;
  border: 1px solid #d8d0c4;
  border-radius: 999px;
  color: #514b43;
  background: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.lps-topic-nav a:hover,
.lps-topic-nav a:focus-visible {
  border-color: var(--lps-gold);
  background: #fff;
}

.lps-topic-nav a.is-active {
  border-color: var(--lps-gold-dark);
  background: var(--lps-ink);
  color: #fff;
}

.lps-blog-hubs {
  padding-block: 52px;
  border-bottom: 1px solid var(--lps-line);
  background: #fff;
}

.lps-blog-hubs-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 24px;
}

.lps-blog-hubs-heading .lps-kicker {
  margin: 0;
}

.lps-blog-hubs-heading h2,
.lps-blog-list-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
}

.lps-blog-hubs-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--lps-line);
  border-bottom: 1px solid var(--lps-line);
}

.lps-blog-hubs-grid > a {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  padding: 26px 24px;
  border-right: 1px solid var(--lps-line);
  color: var(--lps-ink);
  text-decoration: none;
  transition: background-color 160ms ease;
}

.lps-blog-hubs-grid > a:last-child {
  border-right: 0;
}

.lps-blog-hubs-grid > a:hover,
.lps-blog-hubs-grid > a:focus-visible {
  background: #f5f1ea;
}

.lps-blog-hubs-grid > a > span {
  color: var(--lps-gold-dark);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.lps-blog-hubs-grid strong {
  display: block;
  margin-top: 18px;
  font-size: 21px;
  line-height: 1.22;
}

.lps-blog-hubs-grid small {
  display: block;
  margin-top: 12px;
  color: var(--lps-muted);
  font-size: 14px;
  line-height: 1.55;
}

.lps-blog-hubs-grid b {
  display: inline-flex;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  color: var(--lps-green);
  font-size: 13px;
}

.lps-blog-list-heading {
  margin-bottom: 28px;
}

.lps-blog-list-heading .lps-kicker {
  margin-bottom: 8px;
}

.lps-page-content {
  max-width: 840px;
  margin-inline: auto;
  padding-block: 70px 100px;
}

.lps-page-content h2,
.lps-page-content h3 {
  margin: 2em 0 0.55em;
  color: var(--lps-ink);
  line-height: 1.2;
}

.lps-page-content h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 500;
}

.lps-page-content h3 {
  font-size: 22px;
}

.lps-page-content p,
.lps-page-content li {
  color: #4f4a43;
}

.lps-page-content a {
  color: var(--lps-green);
}

.lps-article-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lps-article-meta a {
  color: inherit;
  text-decoration: none;
}

.lps-article-content > .lps-feature-image {
  margin-bottom: 10px;
  aspect-ratio: 3 / 2;
}

.lps-image-credit {
  margin: 0 0 40px;
  color: #777066 !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

.lps-image-credit a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lps-post-card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: var(--lps-green) !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.lps-post-card-link span {
  transition: transform 160ms ease;
}

.lps-post-card-link:hover span {
  transform: translateX(3px);
}

.lps-article-content > p:first-of-type {
  color: #302c27;
  font-size: 20px;
  line-height: 1.7;
}

.lps-article-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin: 42px 0;
  padding: 28px;
  border: 1px solid #d8ccb4;
  border-left: 4px solid var(--lps-gold);
  border-radius: var(--lps-radius);
  background: #f4efe6;
  box-shadow: 0 12px 34px rgba(55, 45, 31, 0.06);
}

.lps-article-cta span {
  display: block;
  margin-bottom: 8px;
  color: var(--lps-gold-dark);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.lps-article-cta strong {
  display: block;
  color: var(--lps-ink);
  font-size: 22px;
  line-height: 1.25;
}

.lps-article-cta p {
  margin: 8px 0 0;
  font-size: 15px;
}

.lps-article-cta .lps-button {
  white-space: nowrap;
}

.lps-page-content .lps-article-cta .lps-button-primary,
.lps-page-content .lps-article-cta .lps-button-primary:visited {
  background: var(--lps-ink);
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
}

.lps-page-content .lps-article-cta .lps-button-primary:hover,
.lps-page-content .lps-article-cta .lps-button-primary:focus-visible {
  background: #35312c;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
}

.lps-source-list {
  margin-top: 44px;
  padding: 24px;
  border: 1px solid var(--lps-line);
  border-radius: var(--lps-radius);
  background: #faf8f4;
}

.lps-source-list h2 {
  margin-top: 0;
  font-size: 25px;
}

.lps-source-list li {
  font-size: 14px;
}

.lps-related-posts .lps-post-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
}

.lps-related-posts .lps-post-card h3 a {
  color: var(--lps-ink);
  text-decoration: none;
}

.lps-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.lps-post-card {
  overflow: hidden;
  border: 1px solid var(--lps-line);
  border-radius: var(--lps-radius);
  background: #fff;
}

.lps-post-card-image {
  display: block;
  aspect-ratio: 16 / 10;
  background: #e9e4dc;
}

.lps-post-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lps-post-card-body {
  padding: 24px;
}

.lps-post-card-meta {
  color: var(--lps-gold-dark);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.lps-post-card-meta a {
  color: inherit;
  text-decoration: none;
}

.lps-post-card-meta i {
  margin-inline: 6px;
  font-style: normal;
}

.lps-post-card h2 {
  margin: 10px 0 0;
  font-size: 21px;
  line-height: 1.25;
}

.lps-post-card h2 a {
  text-decoration: none;
}

.lps-post-card p {
  margin: 12px 0 0;
  color: var(--lps-muted);
  font-size: 14px;
}

.lps-empty {
  padding: 40px;
  border: 1px dashed #cdc5b8;
  border-radius: var(--lps-radius);
  color: var(--lps-muted);
  text-align: center;
}

.screen-reader-text {
  width: 1px;
  height: 1px;
  position: absolute;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 1025px) {
  body.menu-open::before {
    display: none;
  }
}

@media (max-width: 1024px) {
  .lps-blog-hubs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lps-blog-hubs-grid > a:nth-child(2) {
    border-right: 0;
  }

  .lps-blog-hubs-grid > a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--lps-line);
  }

  .lps-nav {
    gap: 15px;
  }

  .lps-nav > a:not(.lps-nav-cta) {
    display: none;
  }

  .lps-nav-blog {
    display: none;
  }

  .lps-menu-toggle {
    display: inline-flex;
  }

  .lps-nav.is-open {
    width: min(360px, calc(100vw - 30px));
    display: flex;
    position: fixed;
    top: 82px;
    right: 15px;
    z-index: 120;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 12px;
    border: 1px solid var(--lps-line);
    border-radius: var(--lps-radius);
    background: #fff;
    box-shadow: var(--lps-shadow);
  }

  .lps-nav.is-open > a:not(.lps-nav-cta) {
    display: block;
    padding: 13px 14px;
    border-radius: 5px;
  }

  .lps-nav.is-open .lps-nav-blog {
    display: block;
    padding: 4px 0 6px;
  }

  .lps-nav.is-open .lps-nav-blog > a {
    display: block;
    padding: 11px 14px;
    border-radius: 5px;
  }

  .lps-nav.is-open .lps-nav-submenu,
  .lps-nav.is-open .lps-nav-blog:hover .lps-nav-submenu,
  .lps-nav.is-open .lps-nav-blog:focus-within .lps-nav-submenu {
    width: auto;
    display: grid;
    position: static;
    margin: 0 8px;
    padding: 3px 0 3px 13px;
    border: 0;
    border-left: 1px solid #ded7cb;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .lps-nav.is-open .lps-nav-submenu a {
    padding: 9px 11px;
    color: #686158;
    font-size: 13px;
  }

  .lps-nav.is-open .lps-nav-private {
    border-color: #e5dbc0;
  }

  .lps-nav.is-open > a:hover {
    background: #f3f0eb;
  }

  .lps-nav.is-open .lps-nav-cta {
    margin-top: 4px;
  }

  .lps-hero-content {
    width: min(650px, 70%);
  }

  .lps-proof-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .lps-proof-item:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }

  .lps-proof-item:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .lps-steps,
  .lps-earning-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px 24px;
  }

  .lps-step:nth-child(n + 3) {
    margin-top: 4px;
  }

  .lps-support-layout,
  .lps-lead-layout,
  .lps-video-layout,
  .lps-pack-layout {
    grid-template-columns: 1fr;
  }

  .lps-pack-visual {
    width: min(100%, 520px);
    max-height: 680px;
    margin-inline: auto;
  }

  .lps-lead-copy {
    position: static;
  }
}

@media (max-width: 760px) {
  .lps-blog-hubs {
    padding-block: 36px;
  }

  .lps-blog-hubs-heading {
    display: block;
  }

  .lps-blog-hubs-heading h2,
  .lps-blog-list-heading h2 {
    margin-top: 8px;
    font-size: 29px;
  }

  .lps-blog-hubs-grid {
    grid-template-columns: 1fr;
  }

  .lps-blog-hubs-grid > a,
  .lps-blog-hubs-grid > a:nth-child(2) {
    min-height: 0;
    padding: 22px 4px;
    border-right: 0;
    border-bottom: 1px solid var(--lps-line);
  }

  .lps-blog-hubs-grid > a:last-child {
    border-bottom: 0;
  }

  .lps-blog-hubs-grid b {
    margin-top: 18px;
    padding-top: 0;
  }

  body {
    font-size: 16px;
  }

  .lps-site-header {
    background: #faf9f6;
    backdrop-filter: none;
  }

  .admin-bar .lps-site-header {
    top: 46px;
  }

  .lps-container {
    width: min(calc(100% - 32px), var(--lps-container));
  }

  .lps-header-inner {
    min-height: 64px;
  }

  .lps-brand img {
    width: 37px;
    height: 37px;
  }

  .lps-brand-copy strong {
    max-width: 190px;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lps-nav .lps-nav-cta {
    display: none;
  }

  .lps-nav.is-open .lps-nav-cta {
    display: inline-flex;
  }

  .lps-nav.is-open {
    top: 72px;
  }

  .lps-hero {
    min-height: 690px;
    align-items: start;
    background-position: 67% bottom;
  }

  .lps-hero::before {
    background: linear-gradient(180deg, rgba(247, 245, 240, 0.99) 0%, rgba(247, 245, 240, 0.94) 52%, rgba(247, 245, 240, 0.5) 70%, rgba(247, 245, 240, 0.1) 100%);
  }

  .lps-hero-content {
    width: 100%;
    padding-block: 44px 135px;
  }

  .lps-hero h1 {
    font-size: clamp(38px, 10.5vw, 46px);
  }

  .lps-hero-lead {
    font-size: 16px;
  }

  .lps-actions {
    margin-top: 24px;
    align-items: stretch;
    flex-direction: column;
  }

  .lps-actions .lps-button {
    width: 100%;
  }

  .lps-hero-notes {
    display: flex;
    gap: 6px 16px;
    margin-top: 22px;
  }

  .lps-hero-notes li {
    font-size: 12px;
  }

  .lps-proof-grid,
  .lps-card-grid,
  .lps-steps,
  .lps-pack-options,
  .lps-split,
  .lps-support-list,
  .lps-earning-grid,
  .lps-form-grid,
  .lps-footer-grid,
  .lps-blog-grid,
  .lps-resource-grid,
  .lps-content-grid {
    grid-template-columns: 1fr;
  }

  .lps-resource-link {
    min-height: 158px;
    padding: 22px;
  }

  .lps-seo-page h2 {
    margin-top: 42px;
  }

  .lps-whatsapp-float {
    min-height: 56px;
    right: 12px;
    bottom: 12px;
    padding: 8px 14px 8px 9px;
  }

  .lps-whatsapp-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .lps-whatsapp-copy strong {
    font-size: 14px;
  }

  .lps-whatsapp-copy small {
    font-size: 12px;
  }

  .lps-video-layout {
    gap: 34px;
  }

  .lps-video-player {
    order: -1;
  }

  .lps-video-play {
    width: 58px;
    height: 58px;
  }

  .lps-proof-item,
  .lps-proof-item:last-child,
  .lps-proof-item:nth-child(2) {
    min-height: 88px;
    padding: 20px 4px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .lps-proof-item:last-child {
    border-bottom: 0;
  }

  .lps-section {
    padding-block: 72px;
  }

  .lps-section-heading {
    margin-bottom: 34px;
  }

  .lps-card {
    min-height: 0;
    padding: 25px;
  }

  .lps-card-number {
    margin-bottom: 24px;
  }

  .lps-steps {
    gap: 0;
    border-top: 0;
  }

  .lps-step,
  .lps-step:nth-child(n + 3) {
    margin: 0;
    padding: 24px 0 24px 42px;
    border-left: 1px solid var(--lps-line);
  }

  .lps-step::before {
    top: 30px;
    left: -6px;
  }

  .lps-step-label {
    margin-bottom: 10px;
  }

  .lps-pack-layout {
    gap: 28px;
  }

  .lps-pack-visual {
    width: 100%;
    max-height: none;
  }

  .lps-pack-option {
    gap: 24px;
    padding: 24px;
  }

  .lps-pack-option h3 {
    font-size: 29px;
  }

  .lps-split {
    gap: 36px;
  }

  .lps-feature-image {
    aspect-ratio: 4 / 3;
  }

  .lps-support-list {
    gap: 0;
  }

  .lps-support-list article {
    min-height: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .lps-earning-grid {
    gap: 26px;
  }

  .lps-faq summary {
    padding-block: 20px;
    font-size: 16px;
  }

  .lps-faq summary::after {
    top: 19px;
  }

  .lps-form {
    padding: 22px;
  }

  .lps-field-full {
    grid-column: auto;
  }

  .lps-footer-grid {
    gap: 32px;
  }

  .lps-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .lps-page-hero {
    padding-block: 62px 44px;
  }

  .lps-page-content {
    padding-block: 52px 76px;
  }

  .lps-article-cta {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px;
  }

  .lps-article-cta .lps-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
