/* ============================================================
   QR Page Template — Landing page
   ============================================================ */

.landing-main { padding-top: 40px; }

/* ---- Hero ---- */
.hero { max-width: 820px; margin: 20px auto 0; text-align: center; padding-inline: var(--pad); }
.hero__headline {
  font-size: clamp(2.3rem, 6vw, 4rem);
  line-height: 1.05;
}
.hero__headline em { color: var(--amber-deep); }
.hero__subtitle {
  font-size: clamp(1.05rem, 2.4vw, 1.3rem);
  color: var(--ink-soft);
  max-width: 620px; margin: 22px auto 0;
}
.hero__cta { margin-top: 34px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.hero__cta-note { font-size: 0.9rem; color: var(--ink-faint); }

/* ---- Mockup do produto (prévia da página gerada) ---- */
.product-mockup { display: flex; justify-content: center; margin: 56px auto 0; padding-inline: var(--pad); }
.product-mockup__frame {
  width: 320px; height: 640px;
  background: var(--ink); border-radius: 44px; padding: 12px;
  box-shadow: var(--shadow-lg);
  position: relative;
}
.product-mockup__frame::before {
  content: ""; position: absolute; top: 20px; left: 50%; transform: translateX(-50%);
  width: 110px; height: 26px; background: var(--ink); border-radius: 999px; z-index: 3;
}
.product-mockup__screen {
  width: 100%; height: 100%; border-radius: 34px; overflow: hidden;
  position: relative; background: var(--ink);
}

/* barra de música */
.mkp-music {
  position: absolute; top: 16px; left: 16px; right: 16px; z-index: 4;
  display: flex; align-items: center; gap: 8px;
  background: rgba(0,0,0,.35); backdrop-filter: blur(8px);
  padding: 8px 12px; border-radius: 999px; color: #fff; font-size: 0.78rem;
}
.mkp-music__note { color: var(--amber-soft); }
.mkp-music__title { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mkp-music__wave { display: inline-flex; gap: 2px; align-items: flex-end; height: 12px; }
.mkp-music__wave span { width: 2px; background: var(--amber-soft); border-radius: 2px; animation: wave 1s ease-in-out infinite; }
.mkp-music__wave span:nth-child(1){height:5px;animation-delay:0s}
.mkp-music__wave span:nth-child(2){height:11px;animation-delay:.15s}
.mkp-music__wave span:nth-child(3){height:7px;animation-delay:.3s}
.mkp-music__wave span:nth-child(4){height:9px;animation-delay:.45s}
@keyframes wave { 0%,100%{transform:scaleY(.4)} 50%{transform:scaleY(1)} }

/* galeria com crossfade */
.mkp-photos { position: absolute; inset: 0; }
.mkp-photos__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.2s ease; }
.mkp-photos__img--active { opacity: 1; }
.product-mockup__screen::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(0,0,0,.78) 0%, rgba(0,0,0,.1) 45%, rgba(0,0,0,.25) 100%);
}

/* conteúdo sobreposto */
.mkp-content { position: absolute; bottom: 0; left: 0; right: 0; z-index: 4; padding: 20px; color: #fff; text-align: center; }
.mkp-icon { font-size: 1.4rem; margin-bottom: 4px; }
.mkp-names { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; margin: 0; }
.mkp-tagline { font-size: .78rem; opacity: .85; margin: 2px 0 14px; }
.mkp-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.mkp-cell { background: rgba(255,255,255,.14); border-radius: 12px; padding: 8px 4px; }
.mkp-cell span { display: block; font-family: var(--font-display); font-size: 1.25rem; font-weight: 600; }
.mkp-cell em { font-style: normal; font-size: .62rem; opacity: .8; text-transform: uppercase; letter-spacing: .05em; }

/* ---- Seções genéricas ---- */
.section { padding-block: clamp(60px, 9vw, 100px); }
.section__head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.section__title { font-size: clamp(1.9rem, 4vw, 2.8rem); }
.section__lead { color: var(--ink-soft); margin-top: 14px; font-size: 1.1rem; }

/* ---- Como funciona (3 passos) ---- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step { padding: 32px 26px; text-align: center; }
.step__num {
  width: 52px; height: 52px; margin: 0 auto 18px;
  display: grid; place-items: center;
  background: var(--amber-soft); color: var(--amber-deep);
  border-radius: 50%; font-family: var(--font-display); font-size: 1.4rem; font-weight: 600;
}
.step__title { font-size: 1.3rem; margin-bottom: 8px; }
.step__text { color: var(--ink-soft); font-size: 0.98rem; }

/* ---- Features ---- */
.features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 820px; margin: 0 auto; }
.feature { display: flex; gap: 14px; padding: 22px; }
.feature__icon { font-size: 1.6rem; line-height: 1; }
.feature__title { font-family: var(--font-body); font-size: 1.05rem; font-weight: 700; margin: 0 0 4px; }
.feature__text { color: var(--ink-soft); font-size: 0.94rem; margin: 0; }

/* ---- Prova social ---- */
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial { padding: 26px; }
.testimonial__text { font-size: 1rem; margin: 12px 0 18px; }
.testimonial__author { display: flex; align-items: center; gap: 12px; }
.testimonial__avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--amber-soft); display: grid; place-items: center; font-size: 1.2rem; }
.testimonial__name { font-weight: 700; font-size: 0.95rem; }
.testimonial__city { color: var(--ink-faint); font-size: 0.85rem; }

/* ---- Preço ---- */
.pricing { display: flex; justify-content: center; }
.price-card { max-width: 440px; width: 100%; padding: 40px 36px; text-align: center; }
.price-card__badge { display: inline-block; background: var(--moss-soft); color: var(--moss); font-weight: 700; font-size: .82rem; padding: 5px 14px; border-radius: 999px; margin-bottom: 18px; }
.price-card__value { font-family: var(--font-display); font-size: 3.4rem; font-weight: 600; line-height: 1; }
.price-card__value small { font-size: 1.1rem; color: var(--ink-faint); font-weight: 400; }
.price-card__old { color: var(--ink-faint); text-decoration: line-through; margin-top: 6px; }
.price-card__list { list-style: none; padding: 0; margin: 26px 0; text-align: left; display: grid; gap: 12px; }
.price-card__list li { display: flex; gap: 10px; align-items: flex-start; color: var(--ink-soft); }
.price-card__list li::before { content: "🎖️"; }

/* ---- FAQ ---- */
.faq { max-width: 720px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item { padding: 4px 24px; }
.faq-item summary { list-style: none; cursor: pointer; padding: 18px 0; font-weight: 600; font-size: 1.08rem; display: flex; justify-content: space-between; align-items: center; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.5rem; color: var(--amber-deep); transition: transform .2s ease; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { margin: 0 0 18px; color: var(--ink-soft); }

/* ---- CTA final ---- */
.final-cta { text-align: center; background: var(--ink); color: var(--cream); border-radius: var(--radius-xl); padding: clamp(48px,7vw,80px) var(--pad); max-width: var(--maxw); margin: 40px auto 0; }
.final-cta h2 { color: var(--cream); font-size: clamp(2rem,4.5vw,3rem); }
.final-cta p { color: rgba(251,246,239,.75); margin: 16px auto 30px; max-width: 480px; }

/* ---- Responsivo ---- */
@media (max-width: 780px) {
  .steps, .testimonials, .features { grid-template-columns: 1fr; }
  .final-cta { border-radius: 0; }
}
