/* Landing page: Under-Eye No Filler v4 (loaded after ../styles.css)
   Adds explicit “What you get” offer section + total value anchor.
*/

.lp-header{
  position: sticky;
  top: 0;
  z-index: 1200;
  background: rgba(247,242,234,0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(20,20,20,0.08);
}

.lp-header-inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
}

.lp-brand{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  color:inherit;
}

.lp-brand-full{ height: 44px; width:auto; object-fit:contain; display:block; }
.lp-brand-mark{ display:none; height:34px; width:34px; object-fit:cover; border-radius:10px; }

.lp-header-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 42px;
  padding: 0 14px;
  border-radius:12px;
  text-decoration:none;
  color:#fff;
  background:#141414;
  font-weight:700;
  font-size:14px;
  box-shadow:0 14px 30px rgba(0,0,0,0.16);
}

@media (max-width: 820px){
  .lp-brand-full{ display:none; }
  .lp-brand-mark{ display:block; }
}

.lp-inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 18px;
}

/* HERO */
.lp-hero{
  background: var(--bg-main);
  padding: clamp(40px, 6vw, 74px) 0 clamp(34px, 5vw, 56px);
  position: relative;
}

.lp-hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(1100px 520px at 18% 0%, rgba(255,255,255,0.34), rgba(255,255,255,0) 62%),
    radial-gradient(900px 420px at 92% 20%, rgba(255,255,255,0.18), rgba(255,255,255,0) 58%);
  opacity: .95;
}

.lp-hero-inner{
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 18px;
  display:grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(18px, 3vw, 34px);
  align-items:center;
}

@media (max-width: 980px){
  .lp-hero-inner{ grid-template-columns: 1fr; }
}

.lp-kicker{
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(20,20,20,0.72);
  font-weight: 700;
}

.lp-hero-copy h1{
  font-family: var(--serif);
  font-size: clamp(36px, 6vw, 62px);
  line-height: 1.02;
  margin: 0 0 12px;
}

.lp-subhead{
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
  max-width: 72ch;
}

/* Offer band */
.lp-offer-band{
  margin: 14px 0 16px;
  padding: 16px 16px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.70);
  border: 1px solid rgba(20,20,20,0.10);
  box-shadow: 0 18px 48px rgba(0,0,0,0.06);
  display: grid;
  gap: 10px;
}

.lp-offer-price{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap: 14px;
}

.lp-offer-now{
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.2px;
  color: rgba(20,20,20,0.95);
}

.lp-offer-note{
  font-size: 13px;
  font-weight: 700;
  color: rgba(20,20,20,0.75);
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.lp-offer-compare{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  color: rgba(20,20,20,0.74);
  font-size: 14px;
}

.lp-offer-was{ text-decoration: line-through; opacity: 0.8; }
.lp-offer-save{ font-weight: 700; color: rgba(20,20,20,0.86); }

.lp-offer-micro{
  display:flex;
  align-items:center;
  gap: 10px;
  font-size: 12px;
  color: rgba(20,20,20,0.62);
}

.dot{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(156,107,78,0.9);
}

/* Bullets */
.lp-bullets{
  list-style:none;
  margin: 0 0 18px;
  padding: 0;
  display:grid;
  gap: 10px;
}

.lp-bullets li{
  position: relative;
  padding-left: 22px;
  color: rgba(20,20,20,0.78);
  line-height: 1.6;
  font-size: 15px;
  font-weight: 500;
}

.lp-bullets li::before{
  content:"";
  position:absolute;
  left:0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(156,107,78,0.9);
}

.lp-cta-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap: 14px;
  margin: 16px 0 10px;
}

.lp-cta{ min-width: 260px; }

.lp-secondary{
  color: rgba(20,20,20,0.82);
  text-decoration:none;
  font-weight: 700;
  border-bottom: 1px solid rgba(20,20,20,0.24);
  padding-bottom: 2px;
}

.lp-secondary:hover{ border-bottom-color: rgba(20,20,20,0.44); }

.lp-fine{
  margin: 10px 0 0;
  color: rgba(20,20,20,0.62);
  font-size: 13px;
  line-height: 1.5;
}

/* Hero media */
.lp-hero-media{ display:grid; gap: 12px; }

.lp-media-card{
  border-radius: 20px;
  overflow:hidden;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(20,20,20,0.10);
  box-shadow: 0 22px 55px rgba(0,0,0,0.08);
}

.lp-media-card img{
  width: 100%;
  height: auto;
  display:block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 50% 28%;
}

.lp-media-note{
  padding: 10px 12px 12px;
  font-size: 12px;
  color: rgba(20,20,20,0.62);
  background: rgba(255,255,255,0.65);
  border-top: 1px solid rgba(20,20,20,0.08);
}

/* Sections */
.lp-section{
  background: var(--bg-main);
  padding: clamp(52px, 6vw, 82px) 0;
}

.lp-section-alt{ background: var(--bg-section); }

.lp-section h2{
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 40px);
  margin: 0 0 14px;
  letter-spacing: 0.2px;
}

.lp-lede{
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.75;
  max-width: 85ch;
  font-size: 16px;
}

.lp-card{
  background: var(--surface);
  border: 1px solid var(--stroke);
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
  padding: 18px 16px 16px;
}

.lp-check{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.lp-check li{
  position: relative;
  padding-left: 18px;
  color: rgba(20,20,20,0.78);
  line-height: 1.55;
  font-size: 15px;
}

.lp-check li::before{
  content:"";
  position:absolute;
  left:0;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(156,107,78,0.85);
}

.lp-center-cta{
  margin-top: 18px;
  display:grid;
  gap: 10px;
  justify-items:start;
}

/* Offer clarity */
.lp-value-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}

@media (max-width: 980px){
  .lp-value-grid{ grid-template-columns: 1fr; }
}

.lp-value-kicker{
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: rgba(20,20,20,0.72);
  font-weight: 800;
}

.lp-value-title{
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.1;
}

.lp-value-price{
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(20,20,20,0.12);
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: baseline;
  color: rgba(20,20,20,0.78);
}

.lp-value-price .tag{
  display:inline-flex;
  align-items:center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(20,20,20,0.10);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.lp-value-price .price{
  font-size: 20px;
  font-weight: 900;
  color: rgba(20,20,20,0.92);
}

.lp-value-price .note{
  font-size: 13px;
  color: rgba(20,20,20,0.62);
}

.lp-value-total{
  margin-top: 18px;
  padding: 18px 16px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.70);
  border: 1px solid rgba(20,20,20,0.10);
  box-shadow: 0 18px 48px rgba(0,0,0,0.06);
}

.lp-total-title{
  font-weight: 900;
  color: rgba(20,20,20,0.90);
  margin-bottom: 10px;
}

.lp-total-row{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

@media (max-width: 720px){
  .lp-total-row{ grid-template-columns: 1fr; }
}

.lp-total-item{
  background: var(--surface);
  border: 1px solid var(--stroke);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
  padding: 12px 12px 10px;
  display:flex;
  justify-content:space-between;
  gap: 10px;
  color: rgba(20,20,20,0.72);
  font-size: 14px;
}

.lp-total-item strong{
  color: rgba(20,20,20,0.92);
  font-weight: 900;
  white-space: nowrap;
}

.lp-total-item.total{
  border-color: rgba(156,107,78,0.28);
}


/* Payment clarity card (v5) */
.lp-pay-card{
  margin-top: 16px;
  padding: 18px 16px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.70);
  border: 1px solid rgba(20,20,20,0.10);
  box-shadow: 0 18px 48px rgba(0,0,0,0.06);
}

.lp-pay-title{
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 900;
  color: rgba(20,20,20,0.90);
}

.lp-pay-list{
  margin: 0;
  padding-left: 18px;
  color: rgba(20,20,20,0.74);
  line-height: 1.7;
  font-size: 15px;
}

.lp-pay-list li{ margin: 8px 0; }


/* Works-for-me section (v6) */
.lp-wfm-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: start;
  margin: 14px auto 0;
  max-width: 960px;
}

@media (max-width: 820px){
  .lp-wfm-grid{ grid-template-columns: 1fr; }
}

.lp-wfm-note{
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(20,20,20,0.12);
}

/* ----------------------------
   v6 updates requested
----------------------------- */

/* "Why salmon DNA" keywords chips */
.lp-chip-wrap{
  margin-top: 12px;
  display:flex;
  align-items:center;
  gap: 10px;
  flex-wrap: wrap;
}

.lp-chip-label{
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: rgba(20,20,20,0.62);
}

.lp-chip-list{
  list-style:none;
  margin: 0;
  padding: 0;
  display:flex;
  gap: 8px;
  flex-wrap: wrap;
}

.lp-chip-list li{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(20,20,20,0.10);
  background: rgba(255,255,255,0.62);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.3px;
}

/* Regenerative sequence: phases side-by-side */
.lp-phase-grid{
  margin-top: 12px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 820px){
  .lp-phase-grid{ grid-template-columns: 1fr; }
}

/* Ensure phases read as boxes (safe even if already styled elsewhere) */
.lp-phase{
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(20,20,20,0.10);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
  padding: 14px 14px 12px;
}

.lp-phase-title{
  font-weight: 900;
  color: rgba(20,20,20,0.90);
}

.lp-phase .lp-list{
  list-style:none;
  margin: 10px 0 0;
  padding: 0;
  display:grid;
  gap: 8px;
}

.lp-phase .lp-list li{
  position: relative;
  padding-left: 18px;
  color: rgba(20,20,20,0.74);
  line-height: 1.55;
  font-size: 14px;
}

.lp-phase .lp-list li::before{
  content:"";
  position:absolute;
  left:0;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(156,107,78,0.85);
}

/* What you get: equal-height cards */
.lp-card.lp-value{
  display:flex;
  flex-direction: column;
}

.lp-card.lp-value .lp-value-price{
  margin-top: auto;
}

/* Will this work: icon lists */
.lp-icon-list{
  list-style:none;
  margin: 0;
  padding: 0;
  display:grid;
  gap: 10px;
}

.lp-icon-list li{
  position: relative;
  padding-left: 26px;
  color: rgba(20,20,20,0.78);
  line-height: 1.55;
  font-size: 15px;
}

.lp-icon-list li::before{
  position:absolute;
  left:0;
  top: 0.15em;
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
}

.lp-icon-list-good li::before{
  content:"✓";
  color: rgba(34,140,74,0.95);
}

.lp-icon-list-bad li{
  color: rgba(20,20,20,0.72);
}

.lp-icon-list-bad li::before{
  content:"✕";
  color: rgba(176,27,27,0.95);
}

/* Video section */
.lp-video-card{
  margin-top: 14px;
  border-radius: 20px;
  overflow:hidden;
  background: rgba(255,255,255,0.70);
  border: 1px solid rgba(20,20,20,0.10);
  box-shadow: 0 18px 48px rgba(0,0,0,0.06);
}

.lp-video{
  width:100%;
  height:auto;
  display:block;
  background: #141414;
  aspect-ratio: 16 / 9;
}

.lp-video-note{
  padding: 10px 12px 12px;
  font-size: 12px;
  color: rgba(20,20,20,0.62);
  background: rgba(255,255,255,0.65);
  border-top: 1px solid rgba(20,20,20,0.08);
}

/* No-Pressure Start section */
.lp-guarantee{
  padding: 22px 18px 18px;
}

.lp-guarantee-kicker{
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: rgba(20,20,20,0.72);
  font-weight: 800;
}

.lp-guarantee-title{
  margin: 0 0 12px;
}

/* Makes the body feel “one piece” instead of chopped */
.lp-guarantee-lines{
  margin-top: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(20,20,20,0.12);
  color: rgba(20,20,20,0.74);
  line-height: 1.7;
  font-size: 15px;
}

.lp-guarantee-lines p{
  margin: 10px 0;
}

.lp-guarantee-cta{
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(20,20,20,0.12);
  display: grid;
  gap: 8px;
}

/* Tighten spacing between Will-this-work-for-me and No-Pressure sections */
#worksforme {
  padding-bottom: clamp(24px, 3vw, 36px);
}

#worksforme + .lp-section {
  padding-top: clamp(24px, 3vw, 36px);
}

/* Timeline & Expectations */
#timeline .lp-card{
  max-width: 72ch;
}

#timeline p{
  line-height: 1.7;
  color: rgba(20,20,20,0.75);
}

#timeline .lp-fine{
  margin-top: 10px;
}


/* Bring timeline section closer to the Risk Reduction box */
#no-pressure { padding-bottom: 28px; }
#timeline { padding-top: 28px; }

/* If your section padding is larger, this overrides just these two */
@media (max-width: 820px){
  #no-pressure { padding-bottom: 22px; }
  #timeline { padding-top: 22px; }
}

/* Timeline card minor polish */
.lp-timeline-card { max-width: 860px; }
.lp-timeline-title { margin: 0 0 10px; }
.lp-timeline-lede { margin: 0 0 14px; }
.lp-timeline-body p { margin: 0 0 12px; }
.lp-timeline-body p:last-child { margin-bottom: 0; }


/* Final CTA */
.lp-final-cta{
  background: #0b0b0b;
  color: rgba(255,255,255,0.92);
  padding: clamp(60px, 7vw, 92px) 0;
  position: relative;
}

.lp-final-cta::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(1000px 520px at 20% 0%, rgba(255,255,255,0.06), rgba(255,255,255,0) 60%),
    radial-gradient(900px 420px at 80% 30%, rgba(255,255,255,0.05), rgba(255,255,255,0) 58%);
  opacity: 1;
}

.lp-final-cta .lp-inner{
  position: relative;
  z-index: 1;
  display:grid;
  gap: 14px;
}

.lp-final-title{
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(34px, 5.5vw, 56px);
  line-height: 1.06;
  letter-spacing: 0.2px;
  color: rgba(255,255,255,0.95);
}

.lp-final-sub{
  margin: 0;
  color: rgba(255,255,255,0.72);
  line-height: 1.7;
  font-size: 16px;
  max-width: 70ch;
}

.lp-final-button{
  display:flex;
  align-items:center;
  justify-content:center;
  height: 56px;
  width: min(860px, 100%);
  border-radius: 16px;
  text-decoration:none;
  color:#fff;
  font-weight: 900;
  font-size: 15px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 20px 56px rgba(0,0,0,0.40);
}

.lp-final-button:hover{
  background: rgba(255,255,255,0.14);
}


/* ===== v9: Conversion-focused polish (premium pop, same palette) ===== */

.lp-offer-band{
  position: relative;
  overflow: hidden;
  border-color: rgba(156,107,78,0.22);
  box-shadow: 0 22px 60px rgba(0,0,0,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.78), rgba(255,255,255,0.62));
}

.lp-offer-band::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius: 18px;
  pointer-events:none;
  background: linear-gradient(90deg, rgba(156,107,78,0.10), rgba(255,255,255,0), rgba(156,107,78,0.10));
  opacity: 0.75;
}

.lp-cta{
  box-shadow: 0 22px 60px rgba(0,0,0,0.22);
}

.lp-cta-help{
  margin: 10px 0 0;
  font-size: 13px;
  color: rgba(20,20,20,0.62);
  line-height: 1.45;
}

.lp-section-alt{
  background: #ece2d6;
}

#worksforme{
  padding-bottom: clamp(28px, 3.2vw, 44px);
}

#worksforme + .lp-section{
  padding-top: clamp(28px, 3.2vw, 44px);
}

/* ===== v10: Fix large gap between #no-pressure and #timeline ===== */
/* The gap is caused by stacked section paddings. Override only these two edges. */
#no-pressure{
  padding-bottom: clamp(10px, 1.6vw, 16px) !important;
}

#timeline{
  padding-top: clamp(10px, 1.6vw, 16px) !important;
}

/* Mobile: slightly tighter */
@media (max-width: 820px){
  #no-pressure{ padding-bottom: 10px !important; }
  #timeline{ padding-top: 10px !important; }
}

.lp-trust-footer{
  background:#F3EEE6;
  border-top: 1px solid rgba(20,20,20,0.08);
  padding: 34px 0 26px;
}

.lp-trust-footer-inner{
  display:grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 900px){
  .lp-trust-footer-inner{
    grid-template-columns: 1.2fr 1.2fr 1fr;
    gap: 28px;
  }
}

.lp-trust-title{
  margin:0 0 6px;
  font-size:13px;
  font-weight:800;
  color: rgba(20,20,20,0.9);
}

.lp-trust-text{
  margin:0;
  font-size:14px;
  line-height:1.55;
  color: rgba(62,62,62,0.85);
}

/* === FIX: Timeline card width === */
#timeline .lp-card,
#timeline .lp-timeline-card {
  max-width: 100% !important;
}

/* If you want it to visually match the card above exactly */
#timeline .lp-card {
  margin-left: 0;
  margin-right: 0;
}

.lp-authority{
  margin: 6px 0 10px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(20,20,20,0.72);
}

/* === Mobile: center CTAs only (do NOT change body text alignment) === */
@media (max-width: 820px){

  /* 1) Hero CTA row is flex — center its contents */
  .lp-cta-row{
    justify-content: center;
  }

  /* 2) CTA wrappers that are grid — center their items */
  .lp-center-cta,
  .lp-guarantee-cta{
    justify-items: center;
  }

  /* 3) Make CTA buttons center themselves without affecting text */
  .cta,
  .lp-cta,
  .lp-header-cta,
  .lp-final-button{
    margin-left: auto;
    margin-right: auto;
  }
}
