/* ============================================================
   LippyLipo — Section / component styles
   Urgency bar, hero glow, checks list, x-list, step numbers,
   VSL frame, soft cards, image placeholders, FAQ accordion,
   before/after gallery, sticky CTA, mobile refinements
   ============================================================ */

/* ---------- Urgency bar ---------- */
.urgency-bar {
  background: linear-gradient(90deg, #f6f3ec 0%, #fdfcfa 100%);
  border-bottom: 1px solid var(--line);
  padding: 10px 16px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  color: var(--mute);
}
.urgency-bar strong {
  color: var(--rg-1);
  font-weight: 600;
}

/* ---------- Hero glow ---------- */
.glow {
  position: absolute;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(212,167,138,0.22), rgba(183,110,121,0.08) 40%, transparent 70%);
  pointer-events: none;
  filter: blur(20px);
  z-index: 0;
}

/* ---------- Section divider ---------- */
.section-divider {
  display: flex; align-items: center; justify-content: center;
  gap: 14px; padding: 36px 0;
  color: var(--mute); font-size: 11px;
  letter-spacing: 0.32em; text-transform: uppercase;
}
.section-divider .line { flex: 1; height: 1px; background: var(--line); max-width: 80px; }

/* ---------- Checks list ---------- */
.checks { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.checks li {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 16px 18px;
  background: rgba(245,212,193,0.04);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  font-size: 16px; line-height: 1.5;
}
.checks li .ck {
  width: 28px; height: 28px;
  border-radius: 999px;
  background: var(--rose-gold);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-weight: 700;
}
.checks li strong { color: var(--rg-1); font-weight: 600; }

/* ---------- X list (pain points) ---------- */
.xlist { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.xlist li {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 14px 16px;
  background: rgba(255,255,255,0.02);
  border-left: 3px solid rgba(183,110,121,0.6);
  border-radius: 4px;
  font-size: 16px; line-height: 1.5;
  color: var(--text);
}
.xlist li::before { content: '✕'; color: #e6b8a0; font-weight: 700; flex-shrink: 0; }

/* ---------- Step number ---------- */
.step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 90px; line-height: 0.9; font-weight: 500;
  background: var(--rose-gold);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}

/* ---------- Soft card ---------- */
.soft { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; }
.soft.rose { background: linear-gradient(180deg, rgba(245,212,193,0.06), rgba(183,110,121,0.02)); border-color: var(--line-strong); }

/* ---------- VSL frame ---------- */
.vsl-wrap {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: var(--ink-2);
  box-shadow: 0 30px 80px -30px rgba(124, 63, 48, 0.35), 0 0 0 1px rgba(31, 24, 18, 0.05);
  aspect-ratio: 16 / 9;
}
.vsl-wrap::before {
  content: '';
  position: absolute; inset: -2px;
  background: var(--rose-gold);
  z-index: -1;
  border-radius: var(--r-lg);
  opacity: 0.4;
  filter: blur(20px);
}

/* ---------- Image placeholder (img-ph) ---------- */
.img-ph {
  position: relative;
  background:
    repeating-linear-gradient(135deg, rgba(178,106,82,0.10) 0 14px, rgba(178,106,82,0.04) 14px 28px),
    #ece2d6;
  border: 1px solid rgba(31,24,18,0.10);
  border-radius: var(--r-md);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  color: #8c6f60;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px; letter-spacing: 0.08em;
  text-transform: uppercase; text-align: center;
  padding: 16px;
}
.img-ph .ph-label {
  background: rgba(255,255,255,0.75);
  padding: 6px 10px;
  border-radius: 4px;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(31,24,18,0.10);
  color: #6b5347;
}

/* ---------- Bone (light) section variant ---------- */
.bone { background: var(--bone); color: var(--text); }
.bone .eyebrow { color: #8c6f60; }
.bone .lede { color: rgba(31,24,21,0.65); }
.bone .hairline { background: rgba(31,24,21,0.10); }

/* ---------- Marquee ---------- */
.marquee {
  display: flex; gap: 64px;
  animation: marquee 40s linear infinite;
  white-space: nowrap; width: max-content;
}
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta {
  position: fixed;
  left: 12px; right: 12px;
  bottom: 12px; z-index: 60;
  display: flex; gap: 8px;
  padding: 10px;
  background: rgba(255, 250, 243, 0.92);
  backdrop-filter: blur(14px);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-pill);
  box-shadow: 0 18px 50px -15px rgba(124, 63, 48, 0.25);
}
.sticky-cta .btn { flex: 1; padding: 14px 18px; font-size: 14px; }
@media (min-width: 900px) { .sticky-cta { display: none; } }

/* ---------- FAQ accordion ---------- */
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-btn {
  width: 100%;
  padding: 20px 4px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
}
.faq-q {
  font-size: 17px; line-height: 1.3;
  font-weight: 500;
  color: var(--text);
  transition: color 0.3s ease;
  flex: 1;
}
.faq-toggle {
  width: 32px; height: 32px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  background: transparent;
  color: var(--mute);
  transition: background 0.3s ease, color 0.3s ease;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-answer p {
  color: var(--mute);
  padding-bottom: 22px;
  margin: 0;
  line-height: 1.65;
  font-size: 15px;
}
.faq-item.open .faq-q { color: var(--rg-1); }
.faq-item.open .faq-toggle { background: var(--rose-gold); color: #fff; }
.faq-item.open .faq-answer { max-height: 600px; }
.faq-item .faq-icon-minus { display: none; }
.faq-item.open .faq-icon-plus { display: none; }
.faq-item.open .faq-icon-minus { display: block; }

/* ---------- Before/After masonry gallery ---------- */
.ba-wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
.ba-grid {
  column-count: 1;
  column-gap: 18px;
}
@media (min-width: 600px) { .ba-grid { column-count: 2; } }
@media (min-width: 960px) { .ba-grid { column-count: 3; } }
.ba-tile {
  break-inside: avoid;
  margin: 0 0 18px;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--ink-2);
  border: 1px solid var(--line);
  box-shadow: 0 14px 36px -22px rgba(0,0,0,0.20);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ba-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px -22px rgba(0,0,0,0.28);
}
.ba-tile img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---------- Mobile typography refinements ---------- */
@media (max-width: 480px) {
  .urgency-bar { font-size: 10px; letter-spacing: 0.05em; padding: 10px 10px; }
  .urgency-bar strong { white-space: nowrap; }
  .chip { font-size: 10px; letter-spacing: 0.08em; padding: 7px 12px; white-space: nowrap; }
  .headline-xl { font-size: 34px; line-height: 1.08; }
  .headline-xl br { display: none; }
}
