/* Lash Training Pro — Landing Page styles */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

body {
  background: #1A0D10;
  color: #fafafa;
  font-family: 'Geist', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --bg: #ffffff;
  --bg-alt: #FEF2F5;
  --bg-dark: #1A0D10;
  --ink: #1A0D10;
  --ink-2: #5C3048;
  --ink-3: #9A7888;
  --hot: #E8547A;
  --hot-deep: #C23660;
  --hot-soft: #FADADF;
  --cream: #FEF2F5;
  --gold: #c8a96a;
  --green: #16a34a;
  --green-deep: #0f7a37;
  --line: #F0D5DC;
  --serif: 'Bricolage Grotesque', 'Bodoni Moda', 'Times New Roman', serif;
  --sans: 'Geist', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --mono: 'JetBrains Mono', 'SF Mono', Menlo, monospace;
}

/* ======================== Page shell ======================== */
.stage {
  min-height: 100vh;
  background:
    radial-gradient(1200px 600px at 12% -10%, rgba(232,84,122,0.12), transparent 60%),
    radial-gradient(1000px 500px at 90% 100%, rgba(232,84,122,0.08), transparent 60%),
    #1A0D10;
  padding: 56px 32px 80px;
}
.stage-header {
  max-width: 1640px;
  margin: 0 auto 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.stage-header h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 34px;
  letter-spacing: -0.02em;
  margin: 0;
  color: #fafafa;
}
.stage-header .eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(232,84,122,0.9);
  margin-bottom: 6px;
}
.stage-header .meta {
  display: flex;
  gap: 20px;
  font-family: var(--mono);
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.stage-header .meta b { color: rgba(255,255,255,0.85); font-weight: 500; }

.devices {
  max-width: 1640px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 402px 1fr;
  gap: 56px;
  align-items: start;
}
@media (max-width: 1100px) {
  .devices { grid-template-columns: 1fr; }
}
.device-label {
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.4);
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.device-label .dot {
  display: inline-block;
  width: 6px; height: 6px; border-radius: 50%;
  background: #E8547A;
  box-shadow: 0 0 10px #E8547A;
  margin-right: 6px;
}

/* Scrollable phone viewport */
.phone-scroll {
  height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
}
.phone-scroll::-webkit-scrollbar { width: 4px; }
.phone-scroll::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.15); border-radius: 4px; }

/* Browser inner scroll */
.browser-scroll {
  height: 100%;
  overflow-y: auto;
}
.browser-scroll::-webkit-scrollbar { width: 8px; }
.browser-scroll::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.18); border-radius: 8px; }

/* ======================== Page (shared) ======================== */
.page {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.page--mobile { font-size: 16px; text-align: center; }
.page--mobile .hero-inner,
.page--mobile .section { text-align: center; }
.page--mobile .pain-list li,
.page--mobile .trust-bullets li,
.page--mobile .bullets li,
.page--mobile .anchor-rows .row { text-align: left; }
.page--mobile .pain-list li,
.page--mobile .trust-bullets li { justify-content: flex-start; }
.page--mobile p { margin-left: auto; margin-right: auto; }
.section { background: #FFFFFF; }
.section--cream { background: #FEF2F5; color: var(--ink); }
.section--dark { background: #1A0D10; color: white; }

.section {
  padding: 64px 32px;
  position: relative;
  background: var(--bg);
}
.page--mobile .section { padding: 44px 20px; }

.section--dark { background: #1A0D10; color: white; }
.section--cream { background: #FEF2F5; color: var(--ink); }
.section--hot { background: var(--hot); color: #1a1a1a; }

.eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(232,84,122,0.1);
  color: var(--hot-deep);
  border-radius: 999px;
  border: 1px solid rgba(232,84,122,0.25);
}
.section--dark .eyebrow {
  background: rgba(232,84,122,0.15);
  color: #F4A0B8;
  border-color: rgba(232,84,122,0.4);
}

/* ======================== Tarja superior de urgência ======================== */
.urgency-bar {
  background: linear-gradient(90deg, #E8547A, #C23660);
  color: white;
  padding: 10px 20px;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.urgency-bar-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-align: center;
}
.urgency-attn {
  font-weight: 500;
  color: white;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.04em;
}
.urgency-divider { opacity: 0.4; }
.page--mobile .urgency-bar { padding: 8px 14px; }
.page--mobile .urgency-bar-inner { font-size: 10.5px; gap: 8px; }
.page--mobile .urgency-attn { font-size: 10px; }
.urgency-bar .countdown { color: rgba(255,255,255,0.95); margin-bottom: 0; }
.urgency-bar .countdown-blocks .blk { background: rgba(0,0,0,0.25); border-color: rgba(255,255,255,0.18); }
.urgency-bar .countdown-blocks .blk .l { color: rgba(255,255,255,0.7); }
.urgency-bar .countdown-blocks .blk .n { color: white; }

/* ======================== Social proof number strip ======================== */
.proof-numbers {
  display: flex;
  justify-content: center;
  gap: 0;
  margin: 40px auto 0;
  max-width: 720px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.proof-num-item {
  flex: 1;
  padding: 24px 16px;
  text-align: center;
  background: #FFFFFF;
  border-right: 1px solid var(--line);
}
.proof-num-item:last-child { border-right: none; }
.proof-num-item .num {
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--hot-deep);
  line-height: 1;
  display: block;
}
.proof-num-item .lbl {
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink-3);
  margin-top: 6px;
  display: block;
  line-height: 1.4;
}
.page--mobile .proof-numbers { border-radius: 12px; }
.page--mobile .proof-num-item { padding: 18px 10px; }
.page--mobile .proof-num-item .num { font-size: 26px; }
.page--mobile .proof-num-item .lbl { font-size: 9px; }

/* ======================== Bullets de confiança ======================== */
.trust-bullets {
  list-style: none;
  padding: 0;
  margin: 28px 0 32px;
  display: grid;
  gap: 12px;
}
.trust-bullets li {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 16px;
  color: rgba(255,255,255,0.92);
  font-weight: 500;
}
.page--mobile .trust-bullets { max-width: 320px; margin-left: auto; margin-right: auto; }
.page--mobile .trust-bullets li { font-size: 15px; text-align: left; }
.trust-bullets .check {
  flex-shrink: 0;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: linear-gradient(180deg, #1ec85a, #16a34a);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 4px 10px -2px rgba(22,163,74,0.5);
}

/* ======================== CTA pulsante ======================== */
.cta--pulse {
  animation: ctaPulse 1.8s infinite;
}
@keyframes ctaPulse {
  0%   { box-shadow:
    0 1px 0 rgba(255,255,255,0.3) inset,
    0 -2px 0 rgba(0,0,0,0.15) inset,
    0 12px 24px -8px rgba(22,163,74,0.5),
    0 0 0 0 rgba(30,200,90,0.55); }
  70%  { box-shadow:
    0 1px 0 rgba(255,255,255,0.3) inset,
    0 -2px 0 rgba(0,0,0,0.15) inset,
    0 12px 24px -8px rgba(22,163,74,0.5),
    0 0 0 14px rgba(30,200,90,0); }
  100% { box-shadow:
    0 1px 0 rgba(255,255,255,0.3) inset,
    0 -2px 0 rgba(0,0,0,0.15) inset,
    0 12px 24px -8px rgba(22,163,74,0.5),
    0 0 0 0 rgba(30,200,90,0); }
}

/* ======================== Hero ======================== */
.hero {
  background: #1A0D10;
  color: white;
  padding: 56px 24px 48px;
  position: relative;
  overflow: hidden;
}
.page--mobile .hero { padding: 36px 20px 32px; }
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(600px 400px at 80% 0%, rgba(232,84,122,0.35), transparent 60%),
    radial-gradient(500px 400px at 0% 100%, rgba(232,84,122,0.18), transparent 60%);
  pointer-events: none;
}
.hero-inner { position: relative; max-width: 720px; margin: 0 auto; text-align: center; }
.hero h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 20px 0 18px;
  text-wrap: balance;
  color: white;
}
.page--mobile .hero h1 { font-size: 26px; line-height: 1.08; font-weight: 700; }
.hero h1 .accent {
  color: var(--hot);
  font-style: italic;
}
.hero h1 .strike {
  text-decoration: line-through;
  text-decoration-color: rgba(255,255,255,0.35);
  text-decoration-thickness: 2px;
  color: rgba(255,255,255,0.55);
  font-style: italic;
  font-size: 0.7em;
}
.hero .lead {
  font-size: 17px;
  line-height: 1.45;
  color: rgba(255,255,255,0.78);
  max-width: 640px;
  margin: 0 0 32px;
}
.page--mobile .hero .lead { font-size: 15px; margin: 0 auto 24px; }

/* ======================== Countdown ======================== */
.countdown {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.countdown .pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: #E8547A;
  box-shadow: 0 0 0 0 rgba(232,84,122,0.7);
  animation: pulse 1.6s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(232,84,122,0.7); }
  70% { box-shadow: 0 0 0 10px rgba(232,84,122,0); }
  100% { box-shadow: 0 0 0 0 rgba(232,84,122,0); }
}
.countdown-blocks {
  display: inline-flex;
  gap: 8px;
  margin-left: 6px;
}
.countdown-blocks .blk {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 6px 10px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 44px;
}
.countdown-blocks .blk .n {
  font-family: var(--mono);
  font-weight: 600;
  font-size: 18px;
  color: white;
  font-variant-numeric: tabular-nums;
}
.countdown-blocks .blk .l {
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.12em;
}

/* ======================== CTA buttons ======================== */
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 28px;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  border-radius: 14px;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  user-select: none;
  position: relative;
  overflow: hidden;
}
.page--mobile .cta { padding: 18px 20px; font-size: 15px; width: 100%; font-weight: 700; }
.cta--green {
  background: linear-gradient(180deg, #1ec85a, #16a34a);
  color: white;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.3) inset,
    0 -2px 0 rgba(0,0,0,0.15) inset,
    0 12px 24px -8px rgba(22,163,74,0.5),
    0 4px 8px rgba(0,0,0,0.15);
}
.cta--green:hover { transform: translateY(-1px); box-shadow:
    0 1px 0 rgba(255,255,255,0.3) inset,
    0 -2px 0 rgba(0,0,0,0.15) inset,
    0 16px 32px -8px rgba(22,163,74,0.65),
    0 6px 12px rgba(0,0,0,0.2); }
.cta--green:active { transform: translateY(1px); }
.cta--green::after {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  animation: shine 3.2s infinite;
}
@keyframes shine {
  0%, 60% { left: -100%; }
  100% { left: 200%; }
}
.cta--hot {
  background: linear-gradient(180deg, #F07090, #C23660);
  color: white;
  box-shadow: 0 12px 24px -8px rgba(232,84,122,0.55);
}
.cta--ghost {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--ink);
}

.microcopy {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 12px;
  font-family: var(--mono);
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.02em;
}
.section--cream .microcopy, .page .section:not(.section--dark):not(.hero) .microcopy { color: var(--ink-3); }
.page--mobile .microcopy { justify-content: center; }
.microcopy span { display: inline-flex; align-items: center; gap: 6px; }

/* ======================== Section 2: Pain ======================== */
h2.kicker {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 44px;
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin: 14px 0 22px;
  text-wrap: balance;
}
.page--mobile h2.kicker { font-size: 28px; }

.pain-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.pain-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  background: #FFFFFF;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 15px;
}
.pain-list li .x {
  flex-shrink: 0;
  width: 24px; height: 24px; border-radius: 50%;
  background: #FAD5DF;
  color: var(--hot-deep);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

/* ======================== Product carousel ======================== */
.prod-carousel {
  position: relative;
  margin: 32px 0 0;
  overflow: hidden;
  border-radius: 18px;
}
.prod-track {
  display: flex;
  transition: transform .5s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
}
.prod-slide {
  flex: 0 0 100%;
  min-width: 0;
  padding: 0 4px;
}
.prod-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(254,242,245,0.97);
  border: 1px solid var(--line);
  color: var(--hot-deep);
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 0 0 4px;
}
.prod-arrow--l { left: 8px; }
.prod-arrow--r { right: 8px; }
.prod-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
}
.prod-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: rgba(232,84,122,0.25);
  cursor: pointer;
  transition: all .3s ease;
}
.prod-dot.on {
  width: 24px;
  background: var(--hot);
  border-radius: 99px;
}

/* product section bg subtle */
.section--product { background: linear-gradient(180deg, #FFFFFF, #FEF2F5 60%, #FFFFFF); }
.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}
.page--mobile .product-grid { grid-template-columns: 1fr; }
.product-card {
  background: linear-gradient(180deg, #FFFFFF, #FEF2F5);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.page--mobile .product-card { text-align: center; }
.page--mobile .product-card .bullets li { text-align: left; }
.product-card .num {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--hot-deep);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.product-card h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.02em;
  margin: 8px 0 12px;
  line-height: 1.1;
}
.product-card p { color: var(--ink-2); font-size: 14px; margin: 0; }

/* PDF mockup */
.pdf-mock {
  position: relative;
  height: 200px;
  margin: 18px 0 16px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  perspective: 800px;
}
.pdf-page {
  position: absolute;
  width: 130px;
  height: 180px;
  background: white;
  border-radius: 4px;
  box-shadow:
    0 1px 0 rgba(0,0,0,0.05),
    0 12px 28px -10px rgba(232,84,122,0.4),
    0 8px 20px rgba(0,0,0,0.12);
  transform-origin: bottom center;
  border: 1px solid #f0e0e6;
}
.pdf-page--back {
  transform: rotate(-8deg) translateY(-4px);
  background: linear-gradient(135deg, #FADADF, #F4A0B8);
}
.pdf-page--mid {
  transform: rotate(4deg) translateY(-2px);
  background: linear-gradient(180deg, #FEF2F5, #FADADF);
}
.pdf-page--front {
  transform: rotate(-2deg);
  background: white;
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pdf-page--front .ttl {
  font-family: var(--serif);
  font-size: 11px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.1;
  margin-bottom: 4px;
}
.pdf-page--front .ln {
  height: 4px;
  background: #FAD5DF;
  border-radius: 2px;
  width: 100%;
}
.pdf-page--front .ln.short { width: 60%; }
.pdf-page--front .stamp {
  margin-top: auto;
  font-family: var(--mono);
  font-size: 7px;
  color: var(--hot-deep);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.pdf-page--front .ttl { color: #1a1a1a; }

/* Mapping placeholder for product 2 */
.lash-map {
  background: white;
  border: 1px solid #f0e0e6;
  border-radius: 4px;
  padding: 14px 12px;
}
.lash-map .ttl {
  font-family: var(--serif);
  font-size: 10px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
}
.lash-map svg { width: 100%; height: auto; }

.bullets {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  display: grid;
  gap: 8px;
}
.bullets li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 13px;
  color: var(--ink-2);
  text-align: left;
}
.bullets li::before {
  content: '✓';
  color: var(--green);
  font-weight: 700;
  flex-shrink: 0;
}

/* ======================== Section 4: Authority ======================== */
.authority {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 36px;
  align-items: center;
  margin-top: 28px;
}
.page--mobile .authority { grid-template-columns: 1fr; gap: 20px; }
.expert-photo {
  aspect-ratio: 4/5;
  background:
    repeating-linear-gradient(135deg, rgba(232,84,122,0.06) 0 8px, transparent 8px 16px),
    linear-gradient(180deg, #FEF2F5, #FADADF);
  border-radius: 8px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  position: relative;
}
.expert-photo .label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hot-deep);
}
.expert-photo .name {
  font-family: var(--serif);
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-top: 8px;
}
.expert-photo .placeholder-note {
  position: absolute;
  bottom: 12px;
  font-family: var(--mono);
  font-size: 9px;
  color: var(--ink-3);
  letter-spacing: 0.05em;
}
.authority blockquote {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 19px;
  line-height: 1.45;
  letter-spacing: -0.01em;
  color: var(--ink);
  position: relative;
}
.page--mobile .authority blockquote { font-size: 16px; }
.authority blockquote i { font-style: italic; color: var(--ink-2); }
.authority blockquote b { font-weight: 600; color: var(--ink); }
.authority .bq-mark {
  font-family: var(--serif);
  font-size: 64px;
  color: var(--hot);
  line-height: 0;
  position: relative;
  top: 16px;
  margin-right: 4px;
  font-style: italic;
}
.authority .sig {
  margin-top: 20px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.authority .sig b { color: var(--ink); font-weight: 600; }

/* ======================== Section 5: Social proof ======================== */
.proof-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}
.page--mobile .proof-rail { grid-template-columns: 1fr; }
.wa {
  background: #e7ffdb;
  border-radius: 14px;
  padding: 14px 14px 12px;
  font-family: 'Helvetica Neue', system-ui, sans-serif;
  font-size: 13px;
  color: #111b21;
  position: relative;
  box-shadow: 0 1px 2px rgba(0,0,0,0.08);
  line-height: 1.4;
}
.wa::before {
  content: '';
  position: absolute;
  top: 12px;
  left: -8px;
  width: 0; height: 0;
  border-style: solid;
  border-width: 0 12px 8px 0;
  border-color: transparent #e7ffdb transparent transparent;
}
.wa .nm {
  font-weight: 600;
  color: #06cf9c;
  font-size: 12px;
  margin-bottom: 4px;
}
.wa .tm {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  align-items: center;
  font-size: 10px;
  color: #667781;
  margin-top: 6px;
}
.wa .tm .checks { color: #34b7f1; font-weight: 600; }

/* Insta cards */
.ig {
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ig .img {
  aspect-ratio: 4/5;
  background: #f0e8ea;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ig .img .lbl {
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--hot-deep);
  background: rgba(255,255,255,0.85);
  padding: 4px 8px;
  border-radius: 4px;
}
.ig .meta {
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: var(--ink-2);
  font-family: var(--mono);
}
.ig .meta .heart { color: var(--hot); }

/* ======================== Section 6: Anchoring/price ======================== */
.anchor-red {
  margin-top: 32px;
  background: linear-gradient(180deg, rgba(220,38,38,0.18), rgba(220,38,38,0.08));
  border: 1px solid rgba(248,113,113,0.3);
  border-radius: 18px;
  padding: 24px 28px;
  position: relative;
}
.anchor-red .anchor-rows { margin: 14px 0 0; }
.anchor-red .row .price-text {
  font-family: var(--mono);
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.02em;
}

.offer-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hot);
  background: rgba(232,84,122,0.12);
  border: 1px solid rgba(232,84,122,0.35);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.dot-blink {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--hot);
  animation: pulse 1.4s infinite;
}

.cta--max {
  width: 100%;
  font-size: 17px;
  padding: 22px 28px;
  margin-top: 22px;
}

.roi-callout {
  display: flex;
  gap: 12px;
  background: rgba(22,163,74,0.12);
  border: 1px solid rgba(22,163,74,0.35);
  border-radius: 14px;
  padding: 16px 18px;
  margin-top: 22px;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  line-height: 1.5;
  font-style: italic;
}
.roi-callout .roi-icon {
  font-size: 22px;
  flex-shrink: 0;
}

.pay-methods { margin-top: 18px; }
.pm-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}
.pm {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  padding: 5px 9px;
  border-radius: 6px;
}
.pay-note {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  color: rgba(255,255,255,0.65);
}

.price-card {
  background: linear-gradient(180deg, #1A0D10, #2D1420);
  color: white;
  border-radius: 24px;
  padding: 40px 32px;
  margin-top: 32px;
  border: 1px solid rgba(232,84,122,0.3);
  position: relative;
  overflow: hidden;
}
.page--mobile .price-card { padding: 28px 22px; }
.price-card::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(232,84,122,0.4), transparent 70%);
  pointer-events: none;
}
.anchor-rows {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}
.anchor-rows .row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(255,255,255,0.12);
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}
.anchor-rows .row .price {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  text-decoration: line-through;
  text-decoration-color: rgba(255,255,255,0.4);
}
.price-final {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.price-final .was {
  font-family: var(--mono);
  text-decoration: line-through;
  color: rgba(255,255,255,0.45);
  font-size: 18px;
}
.price-final .now {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 72px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: white;
}
.page--mobile .price-final .now { font-size: 52px; }
.price-final .now .cents {
  font-size: 0.45em;
  vertical-align: super;
  color: var(--hot);
}
.price-final .now .cur {
  font-size: 0.45em;
  vertical-align: super;
  color: rgba(255,255,255,0.7);
  margin-right: 4px;
}
.installments {
  font-family: var(--mono);
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  margin-top: 6px;
}
.installments b { color: white; font-weight: 600; }

/* ======================== Section 7: Guarantee ======================== */
.guarantee {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 28px;
  align-items: center;
}
.page--mobile .guarantee { grid-template-columns: 100px 1fr; gap: 18px; }
.seal {
  width: 140px; height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff3a8, #c8a96a 60%, #8a6f3a);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  box-shadow: 0 8px 20px rgba(200,169,106,0.4);
  border: 4px solid white;
  outline: 1px solid rgba(0,0,0,0.08);
}
.page--mobile .seal { width: 100px; height: 100px; }
.seal-inner {
  font-family: var(--serif);
  font-weight: 600;
  color: #3a2a10;
  line-height: 1;
}
.seal-inner .big { font-size: 32px; display: block; letter-spacing: -0.02em; }
.page--mobile .seal-inner .big { font-size: 24px; }
.seal-inner .small { font-size: 10px; font-family: var(--mono); letter-spacing: 0.14em; text-transform: uppercase; margin-top: 4px; display: block; }

/* ======================== Section 8: FAQ ======================== */
.faq-list { margin-top: 24px; display: grid; gap: 10px; }
.faq-item {
  background: #FFFFFF;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}
.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 16px;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.page--mobile .faq-q { font-size: 14px; padding: 16px; }
.faq-q .icon {
  flex-shrink: 0;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--hot-soft);
  color: var(--hot-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  transition: transform .25s ease;
}
.faq-item.open .faq-q .icon { transform: rotate(45deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
  padding: 0 20px;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.55;
}
.faq-item.open .faq-a {
  max-height: 240px;
  padding: 0 20px 18px;
}

/* ======================== Footer ======================== */
.footer {
  background: #1A0D10;
  color: rgba(255,255,255,0.5);
  padding: 32px 24px;
  text-align: center;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.footer .brand { color: white; font-family: var(--serif); font-size: 18px; letter-spacing: -0.01em; margin-bottom: 8px; font-weight: 500; }

/* ======================== Sticky bar (mobile) ======================== */
.sticky-bar {
  position: sticky;
  bottom: 0;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 5;
}
.sticky-bar .price-mini {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 18px;
  color: var(--ink);
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.sticky-bar .price-mini s { color: var(--ink-3); font-size: 13px; margin-right: 4px; }
.sticky-bar .cta { padding: 12px 16px; font-size: 13px; flex: 1; }

/* ======================== Reveal anim ======================== */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.in { opacity: 1; transform: translateY(0); }

/* ======================== Modal ======================== */
.modal-bg {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  animation: fadein .25s ease;
}
@keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
.modal {
  background: #FFFFFF;
  color: var(--ink);
  border-radius: 20px;
  padding: 32px 28px;
  max-width: 420px;
  width: 100%;
  position: relative;
  font-family: var(--sans);
  animation: pop .28s cubic-bezier(.2,1.2,.4,1);
}
@keyframes pop { from { transform: scale(0.92); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.modal .x {
  position: absolute;
  top: 14px; right: 14px;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: #f4f4f5;
  border: 0;
  font-size: 16px;
  cursor: pointer;
  color: var(--ink-2);
}
.modal h3 {
  font-family: var(--serif);
  font-size: 26px;
  margin: 0 0 6px;
  letter-spacing: -0.02em;
  font-weight: 500;
}
.modal .summary {
  background: #FEF2F5;
  border-radius: 12px;
  padding: 14px 16px;
  margin: 18px 0;
  font-size: 13px;
}
.modal .summary .row { display: flex; justify-content: space-between; padding: 4px 0; }
.modal .summary .row.total { border-top: 1px dashed var(--line); margin-top: 6px; padding-top: 10px; font-weight: 600; }
.modal .field {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-family: var(--sans);
  font-size: 14px;
  margin-bottom: 10px;
  outline: none;
}
.modal .field:focus { border-color: var(--hot); }

/* highlight strip in dark hero */
.benefits-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.benefits-strip span {
  font-family: var(--mono);
  font-size: 11px;
  background: rgba(212,175,106,0.08);
  border: 1px solid rgba(212,175,106,0.2);
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--ink-2);
  letter-spacing: 0.02em;
}
.page--mobile .benefits-strip { justify-content: center; }

/* CTA gradients (rose-gold variant + green) */
.cta--green::after { background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent); }
.cta--gold {
  background: linear-gradient(180deg, #e8c98a, #b8954f);
  color: #1a1a1a;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.3) inset,
    0 -2px 0 rgba(0,0,0,0.15) inset,
    0 12px 24px -8px rgba(212,175,106,0.5);
}
@keyframes ctaPulseGold {
  0%   { box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset, 0 -2px 0 rgba(0,0,0,0.15) inset, 0 12px 24px -8px rgba(212,175,106,0.5), 0 0 0 0 rgba(212,175,106,0.55); }
  70%  { box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset, 0 -2px 0 rgba(0,0,0,0.15) inset, 0 12px 24px -8px rgba(212,175,106,0.5), 0 0 0 14px rgba(212,175,106,0); }
  100% { box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset, 0 -2px 0 rgba(0,0,0,0.15) inset, 0 12px 24px -8px rgba(212,175,106,0.5), 0 0 0 0 rgba(212,175,106,0); }
}

/* dot divider */
.divider {
  text-align: center;
  font-family: var(--mono);
  color: var(--ink-3);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 8px 0;
}
