:root {
  --rose: #e85d75;
  --rose-dark: #c23a56;
  --rose-light: #fbe4e9;
  --gold: #cf9d4f;
  --gold-light: #f4e6c9;
  --cream: #fff8f3;
  --ink: #3b2430;
  --ink-muted: #8b6f78;
  --white: #ffffff;
  --radius: 18px;
  --shadow: 0 12px 32px -12px rgba(59, 36, 48, 0.25);
  --font-display: "Fraunces", "Georgia", serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
.wrap { max-width: 1080px; margin: 0 auto; padding-inline: 20px; }

h1, h2, h3 { font-family: var(--font-display); font-weight: 600; text-wrap: balance; margin: 0 0 0.5em; color: var(--ink); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn--primary {
  background: linear-gradient(135deg, #0e7833, #21862a);
  color: var(--white);
  box-shadow: 0 10px 24px -8px rgba(23, 126, 48, 0.45);
}
.btn--primary:hover { transform: translateY(-1px); box-shadow: 0 14px 28px -8px rgba(23, 126, 48, 0.5); }
.btn--ghost { background: transparent; color: var(--ink-muted); border: 1px solid #e6d8dc; }
.btn--lg { padding: 16px 32px; font-size: 1.05rem; }
.btn:not(.btn--lg) { padding: 12px 22px; font-size: 0.95rem; }
.btn:disabled { opacity: 0.55; cursor: not-allowed; transform: none; }

/* ---------- topbar ---------- */
.topbar { padding-block: 18px; }
.brand__logo { display: block; width: min(140px, 39vw); height: auto; }

/* ---------- hero ---------- */
.hero {
  padding-block: 32px 48px;
  background:
    radial-gradient(60% 60% at 85% 0%, var(--gold-light) 0%, transparent 60%),
    radial-gradient(70% 70% at 10% 10%, var(--rose-light) 0%, transparent 55%);
}
.hero__inner { text-align: center; }
.hero__headline { font-size: clamp(2rem, 6vw, 3.2rem); line-height: 1.15; margin-bottom: 20px; }
.hero__subtitle {
  max-width: 680px;
  margin: -4px auto 24px;
  color: var(--ink-muted);
  font-size: 1rem;
  line-height: 1.6;
}
.chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 28px; }
.chip {
  background: var(--white);
  border: 1px solid var(--rose-light);
  color: var(--ink);
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 500;
}
.hero__video {
  width: min(100%, 304px);
  aspect-ratio: 536 / 480;
  margin: 0 auto 24px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #241b1e;
}
.hero__video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__cta { width: min(100%, 420px); min-height: 56px; }
.hero__micro { margin: 12px 0 0; color: var(--ink-muted); font-size: 0.9rem; }
.hero__proof { display: grid; gap: 8px; margin-top: 12px; }
.hero__rating { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; margin: 0; font-size: 0.82rem; line-height: 1.4; }
.hero__stars { padding: 5px 7px; border-radius: 4px; background: linear-gradient(135deg, #0e7833, #21862a); color: var(--white); font-size: 0.74rem; line-height: 1; white-space: nowrap; }
.hero__rating strong { color: var(--ink); }
.hero__delivery { max-width: 540px; margin: 0 auto; color: var(--ink-muted); font-size: 0.78rem; line-height: 1.5; }

/* ---------- social proof ---------- */
/* ---------- generic section ---------- */
.section { padding-block: 56px; }
.section--alt { background: var(--rose-light); }
.section__title { text-align: center; font-size: clamp(1.5rem, 4vw, 2.1rem); margin-bottom: 32px; }

/* ---------- steps ---------- */
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 20px; grid-template-columns: repeat(4, 1fr); }
.steps__item { background: var(--white); border-radius: var(--radius); padding: 22px 18px; box-shadow: var(--shadow); }
.steps__num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--rose); color: var(--white); font-weight: 700; margin-bottom: 12px;
}
.steps__item h3 { font-size: 1.05rem; }
.steps__item p { margin: 0; color: var(--ink-muted); font-size: 0.9rem; }

/* ---------- audiences ---------- */
.audiences { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.audience { background: var(--white); border-radius: var(--radius); padding: 20px; text-align: center; box-shadow: var(--shadow); }
.audience__icon { font-size: 1.8rem; display: block; margin-bottom: 8px; }
.audience h3 { font-size: 1rem; margin-bottom: 6px; }
.audience p { margin: 0; font-size: 0.85rem; color: var(--ink-muted); }

/* ---------- testimonials ---------- */
.testimonials { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); margin-bottom: 28px; }
.testimonial { margin: 0; background: var(--white); border-left: 3px solid var(--gold); border-radius: 0 var(--radius) var(--radius) 0; padding: 18px 20px; box-shadow: var(--shadow); }
.testimonial p { margin: 0 0 8px; font-style: italic; }
.testimonial cite { font-size: 0.8rem; color: var(--ink-muted); font-style: normal; }
.sample-player { text-align: center; }
.sample-player__label { font-weight: 600; margin-bottom: 8px; }
.sample-player audio { width: 100%; max-width: 420px; }

/* ---------- trust ---------- */
.trust__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); max-width: 640px; margin-inline: auto; }
.trust__list li { background: var(--white); border-radius: 12px; padding: 12px 16px; font-size: 0.9rem; }

/* ---------- pricing ---------- */
.pricing__inner { text-align: center; }
.pricing__amount { font-family: var(--font-display); font-size: 2.6rem; color: var(--rose-dark); margin: 0 0 20px; }
.pricing__whatsapp { margin-top: 16px; font-size: 0.9rem; color: var(--ink-muted); }
.pricing__whatsapp a { color: var(--rose-dark); font-weight: 600; }

.footer { padding-block: 28px; text-align: center; color: var(--ink-muted); font-size: 0.85rem; }

/* ---------- wizard ---------- */
.wizard[hidden] { display: none; }
.wizard {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(59, 36, 48, 0.55);
  display: flex; align-items: flex-end;
  backdrop-filter: blur(2px);
}
.wizard__panel {
  background: var(--cream);
  width: 100%;
  max-height: 92vh;
  border-radius: 24px 24px 0 0;
  padding: 20px 20px calc(20px + env(safe-area-inset-bottom));
  display: flex; flex-direction: column;
  box-shadow: 0 -12px 40px rgba(0,0,0,0.25);
  position: relative;
  overflow: hidden;
}
.wizard__close {
  position: absolute; top: 14px; right: 16px;
  background: none; border: none; font-size: 1.1rem; color: var(--ink-muted); cursor: pointer;
}
.wizard__progress { height: 6px; background: var(--rose-light); border-radius: 999px; overflow: hidden; margin: 8px 34px 6px 0; }
.wizard__progress-bar { height: 100%; background: linear-gradient(90deg, var(--rose), var(--gold)); transition: width 0.25s ease; width: 11%; }
.wizard__step-label { font-size: 0.78rem; color: var(--ink-muted); margin: 0 0 14px; }
.wizard__body { overflow-y: auto; flex: 1; padding-bottom: 12px; }
.wizard__nav { display: flex; justify-content: space-between; gap: 10px; padding-top: 12px; border-top: 1px solid var(--rose-light); }

.field-label { display: block; font-weight: 700; margin-bottom: 10px; font-size: 1.05rem; }
.field-hint { color: var(--ink-muted); font-size: 0.85rem; margin: -4px 0 14px; }

.card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.card-option {
  background: var(--white); border: 2px solid var(--rose-light); border-radius: 14px;
  padding: 14px 10px; text-align: center; cursor: pointer; font-size: 0.9rem; font-weight: 600;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.card-option .card-option__icon { font-size: 1.4rem; display: block; margin-bottom: 6px; }
.card-option[aria-pressed="true"] { border-color: var(--rose); background: var(--rose-light); }

textarea, input[type="text"], input[type="email"], input[type="tel"], select {
  width: 100%; border: 1.5px solid var(--rose-light); border-radius: 12px;
  padding: 12px 14px; font-family: var(--font-body); font-size: 0.95rem; background: var(--white); color: var(--ink);
}
textarea { min-height: 130px; resize: vertical; }
textarea:focus, input:focus, select:focus { outline: 2px solid var(--rose); outline-offset: 1px; }

details.inspiration { margin-top: 14px; }
details.inspiration summary { cursor: pointer; color: var(--rose-dark); font-weight: 600; font-size: 0.9rem; }
details.inspiration ul { margin: 10px 0 0; padding-left: 20px; color: var(--ink-muted); font-size: 0.88rem; }

.lyrics-section { background: var(--white); border-radius: 14px; padding: 14px 16px; margin-bottom: 10px; box-shadow: var(--shadow); }
.lyrics-section__label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--gold); font-weight: 700; margin-bottom: 6px; }
.lyrics-section__text { white-space: pre-wrap; font-size: 0.95rem; cursor: text; border-radius: 8px; padding: 4px; }
.lyrics-section__text:focus { outline: 2px solid var(--rose); background: var(--rose-light); }
.lyrics-actions { display: flex; justify-content: center; margin: 14px 0; }

.loading { text-align: center; padding: 40px 10px; }
.loading__spinner { width: 46px; height: 46px; border-radius: 50%; border: 4px solid var(--rose-light); border-top-color: var(--rose); margin: 0 auto 16px; animation: spin 0.9s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.player-block { text-align: center; }
.player-block audio { width: 100%; margin-bottom: 16px; }
.reaction-buttons { display: flex; gap: 10px; justify-content: center; margin-top: 16px; }

.error-box { background: #fdecef; border: 1px solid #f3b8c4; color: var(--rose-dark); padding: 12px 14px; border-radius: 12px; font-size: 0.88rem; margin-bottom: 12px; }

.confirm-icons { display: flex; flex-direction: column; gap: 8px; margin-top: 18px; font-size: 0.85rem; color: var(--ink-muted); }

@media (min-width: 640px) {
  .wizard { align-items: center; justify-content: center; }
  .wizard__panel { max-width: 560px; border-radius: 24px; max-height: 88vh; }
}

@media (max-width: 780px) {
  .steps { grid-template-columns: repeat(2, 1fr); }
  .audiences { grid-template-columns: repeat(2, 1fr); }
  .testimonials { grid-template-columns: 1fr; }
  .trust__list { grid-template-columns: 1fr; }
}
