/* ============================================================
   Nossa Melodia: design system (vanilla, sem build step)
   Tipografia: Playfair Display (títulos) + Inter (texto)
   ============================================================ */
:root {
  --plum: #241019;
  --plum-soft: #4a2740;
  --rose: #e35d80;
  --rose-deep: #c33a61;
  --gold: #e0aa5c;
  --cream: #fdf7f3;
  --cream-2: #f6e7dd;
  --line: #efdcd0;
  --ink: #35202c;
  --muted: #93808b;
  --white: #ffffff;
  --ok: #2fb37a;
  --shadow: 0 30px 70px -20px rgba(60, 20, 40, 0.28);
  --shadow-sm: 0 12px 30px -12px rgba(60, 20, 40, 0.18);
  --shadow-xs: 0 2px 10px rgba(60, 20, 40, 0.06);
  --radius: 22px;
  --radius-sm: 14px;
  --maxw: 1080px;
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.section { padding: 84px 0; }
.section--tight { padding: 52px 0; }
.center { text-align: center; }

h1, h2, h3 { font-family: var(--serif); line-height: 1.12; color: var(--plum); font-weight: 800; letter-spacing: -0.01em; }
h1 { font-size: clamp(33px, 7.5vw, 56px); }
h2 { font-size: clamp(27px, 5vw, 42px); }
h3 { font-size: clamp(19px, 2.6vw, 24px); font-weight: 700; }
.lead { font-size: clamp(17px, 2.2vw, 20px); color: var(--plum-soft); line-height: 1.6; }
.eyebrow {
  display: inline-block; font-family: var(--sans); font-weight: 700;
  font-size: 12.5px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--rose-deep); margin-bottom: 16px;
}
.script { font-family: var(--serif); font-style: italic; color: var(--rose-deep); }

/* Botões */
.btn {
  display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px;
  font-family: var(--sans); font-weight: 800; font-size: 17px; line-height: 1.2;
  padding: 17px 34px; border-radius: 999px; border: none; cursor: pointer;
  background: linear-gradient(135deg, var(--rose), var(--rose-deep));
  color: #fff; box-shadow: 0 14px 30px -8px rgba(195, 58, 97, 0.6);
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease; text-align: center;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 20px 40px -10px rgba(195, 58, 97, 0.7); filter: saturate(1.05); }
.btn:active { transform: translateY(0); }
.btn--lg { font-size: 19px; padding: 21px 44px; }
.btn--block { display: flex; width: 100%; }
.btn--ghost {
  background: transparent; color: var(--rose-deep); flex-direction: row; gap: 8px;
  box-shadow: none; border: 1.5px solid var(--rose); padding: 14px 28px; font-size: 16px;
}
.btn--ghost:hover { background: rgba(227, 93, 128, 0.06); box-shadow: none; }
.btn__sub { display: block; font-weight: 500; font-size: 12.5px; opacity: .85; letter-spacing: .2px; }

/* Header */
.header {
  position: sticky; top: 0; z-index: 50; background: rgba(253, 247, 243, 0.82);
  backdrop-filter: saturate(1.4) blur(14px); border-bottom: 1px solid var(--line);
}
.header__row { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.logo { display: flex; align-items: center; gap: 10px; font-family: var(--serif); font-weight: 800; font-size: 22px; color: var(--plum); letter-spacing: -0.01em; }
.logo__mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px;
  background: linear-gradient(135deg, var(--rose), var(--rose-deep)); color: #fff; font-size: 19px; box-shadow: var(--shadow-xs); }
.logo__img { height: 30px; width: auto; display: block; }
.logo__img--light { filter: brightness(0) invert(1); opacity: .95; }
.header .btn { padding: 12px 22px; font-size: 15px; }
@media (max-width: 640px){ .header .btn { padding: 11px 17px; font-size: 13.5px; } .logo { font-size: 18px; } .logo__mark{ width:32px;height:32px; } .logo__img{ height: 26px; } }

/* Hero */
.hero { position: relative; background:
  radial-gradient(900px 420px at 78% -8%, rgba(227,93,128,0.16), transparent 60%),
  radial-gradient(700px 360px at 10% 8%, rgba(224,170,92,0.10), transparent 55%),
  linear-gradient(180deg, var(--cream), var(--cream-2)); overflow: hidden; }
.hero__media { position: relative; width: 100%; height: clamp(260px, 52vh, 560px); overflow: hidden; background: #1a0d14; }
.hero__video { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero__fade { position: absolute; left: 0; right: 0; bottom: 0; height: 42%; pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(36,16,25,.5)); }
.hero__sound { position: absolute; right: 16px; bottom: 16px; display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.93); color: var(--plum); border: none; border-radius: 999px; padding: 12px 20px;
  font-family: var(--sans); font-weight: 800; font-size: 15px; cursor: pointer; box-shadow: var(--shadow-sm);
  backdrop-filter: blur(6px); transition: transform .15s, background .15s; }
.hero__sound:hover { transform: translateY(-1px); }
.hero__sound.is-on { background: var(--rose-deep); color: #fff; }
.hero__sound-ico { font-size: 12px; }
.hero__content { max-width: 720px; padding: 42px 22px 56px; }
.hero__content .lead { margin: 18px auto 28px; max-width: 620px; }
.hero__content .btn--lg { width: 100%; max-width: 460px; margin: 0 auto; }
.trust--center { justify-content: center; flex-direction: column; gap: 10px; margin-top: 24px; }
.hero h1 span { color: var(--rose-deep); }
.hero h1 { margin-bottom: 4px; }
.hero .lead { margin: 20px 0 30px; }
.trust { display: flex; align-items: center; gap: 14px; margin-top: 26px; flex-wrap: wrap; }
.stars { color: var(--gold); font-size: 18px; letter-spacing: 3px; }
.trust__txt { font-size: 14px; color: var(--muted); }
.trust__txt strong { color: var(--ink); }
.avatars { display: flex; }
.avatars span { width: 36px; height: 36px; border-radius: 50%; border: 2.5px solid var(--cream);
  margin-left: -11px; display: grid; place-items: center; font-size: 16px; box-shadow: var(--shadow-xs);
  background: linear-gradient(135deg, #ffd6c4, #ffb0c6); }
.avatars span:first-child { margin-left: 0; }
.avatars img { width: 38px; height: 38px; border-radius: 50%; border: 2.5px solid var(--cream);
  margin-left: -11px; object-fit: cover; box-shadow: var(--shadow-xs); }
.avatars img:first-child { margin-left: 0; }

/* Audio card */
.audiocard { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 24px; border: 1px solid rgba(255,255,255,.6); }
.audiocard__top { display: flex; align-items: center; gap: 15px; margin-bottom: 16px; }
.audiocard__cover { width: 70px; height: 70px; border-radius: 16px; flex: none;
  background: linear-gradient(135deg, var(--plum), var(--rose-deep)); display: grid; place-items: center; color: #fff; font-size: 30px; box-shadow: var(--shadow-sm); }
.audiocard__meta small { color: var(--muted); font-size: 12.5px; letter-spacing: .3px; }
.audiocard__meta strong { display: block; font-family: var(--serif); font-size: 20px; color: var(--plum); font-weight: 700; margin: 1px 0; }
audio { width: 100%; margin-top: 6px; }
.audiocard__note { font-size: 12.5px; color: var(--muted); margin-top: 12px; text-align: center; line-height: 1.5; }

@media (max-width: 640px){
  .hero__content { padding: 32px 20px 44px; }
  .hero__sound { right: 12px; bottom: 12px; padding: 10px 16px; font-size: 14px; }
}

/* Vídeo */
.video { background: var(--plum); color: #fff; }
.video h2 { color: #fff; }
.video .eyebrow { color: var(--gold); }
.video__sub { color: rgba(255,255,255,.72); max-width: 560px; margin: 12px auto 0; }
.video__frame { position: relative; max-width: 760px; margin: 34px auto 0; aspect-ratio: 16 / 9;
  border-radius: var(--radius); overflow: hidden; box-shadow: 0 40px 80px -24px rgba(0,0,0,.6);
  background: radial-gradient(120% 120% at 50% 20%, var(--rose-deep), var(--plum)); border: 1px solid rgba(255,255,255,.08); }
.video__frame video, .video__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; }
.video__poster { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; }
.video__play { width: 78px; height: 78px; border-radius: 50%; background: rgba(255,255,255,.95); color: var(--rose-deep);
  display: grid; place-items: center; font-size: 30px; padding-left: 6px; box-shadow: 0 12px 30px rgba(0,0,0,.35); }
.video__poster small { display:block; margin-top: 16px; color: rgba(255,255,255,.85); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; }
.video__ph-note { position: absolute; bottom: 12px; left: 0; right: 0; text-align: center; font-size: 12px; color: rgba(255,255,255,.5); }

/* Strip */
.strip { background: linear-gradient(90deg, var(--plum), var(--plum-soft)); color: #fff; }
.strip .wrap { display: flex; flex-wrap: wrap; gap: 16px 44px; justify-content: center; align-items: center; padding: 22px; }
.strip__item { display: flex; align-items: center; gap: 8px; font-size: 14px; opacity: .95; }
.strip__item b { color: var(--gold); font-weight: 700; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 48px; }
.step { background: var(--white); border-radius: var(--radius); padding: 34px 28px; box-shadow: var(--shadow-sm); position: relative; border: 1px solid var(--line); text-align: left; transition: transform .2s ease; }
.step:hover { transform: translateY(-4px); }
.step__num { position: absolute; top: -18px; left: 28px; width: 42px; height: 42px; border-radius: 50%;
  background: linear-gradient(135deg, var(--rose), var(--rose-deep)); color: #fff; display: grid; place-items: center; font-weight: 800; font-family: var(--serif); box-shadow: var(--shadow-sm); }
.step__ico { font-size: 32px; margin: 10px 0 12px; }
.step h3 { margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 15px; }
@media (max-width: 760px){ .steps { grid-template-columns: 1fr; gap: 30px; } }

/* Showcase */
.showcase { background: linear-gradient(180deg, var(--cream-2), var(--cream)); }
.showcase__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; }
.feat { list-style: none; margin-top: 24px; display: grid; gap: 15px; }
.feat li { display: flex; gap: 13px; align-items: flex-start; font-size: 16px; }
.feat li i { color: var(--rose-deep); font-style: normal; font-size: 20px; line-height: 1.4; flex: none; }

/* Phone mockup */
.phone { width: 300px; max-width: 100%; margin: 0 auto; background: var(--plum); border-radius: 42px; padding: 13px; box-shadow: var(--shadow); }
.phone__screen { background: #fff; border-radius: 30px; overflow: hidden; }
.cp-hero { background: linear-gradient(160deg, var(--rose-deep), var(--plum)); color: #fff; padding: 28px 20px 24px; text-align: center; }
.cp-hero small { opacity: .85; letter-spacing: 2px; text-transform: uppercase; font-size: 10px; }
.cp-hero h4 { font-family: var(--serif); font-size: 24px; margin: 7px 0; font-weight: 700; }
.cp-timer { display: flex; justify-content: center; gap: 8px; margin-top: 12px; }
.cp-timer div { background: rgba(255,255,255,.16); border-radius: 11px; padding: 7px 9px; min-width: 46px; }
.cp-timer b { display: block; font-size: 17px; font-family: var(--serif); }
.cp-timer span { font-size: 9px; opacity: .8; }
.cp-body { padding: 17px; }
.cp-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 14px; }
.cp-photos div { aspect-ratio: 1; border-radius: 13px; background: linear-gradient(135deg,#ffd6c4,#ffb0c6); display:grid; place-items:center; font-size: 24px; overflow: hidden; }
.cp-photos img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cp-letter { background: var(--cream); border-radius: 13px; padding: 13px; font-family: var(--serif); font-size: 13px; color: var(--ink); font-style: italic; line-height: 1.6; }
.cp-player { margin-top: 12px; background: var(--plum); color:#fff; border-radius: 13px; padding: 11px 13px; display:flex; align-items:center; gap:11px; }
.cp-player .play { width: 34px; height: 34px; border-radius: 50%; background: var(--rose); display:grid; place-items:center; flex:none; border:none; cursor:pointer; color:#fff; font-size:13px; }
.cp-player .bar { flex:1; height: 4px; background: rgba(255,255,255,.25); border-radius: 4px; overflow:hidden; }
.cp-player .bar i { display:block; height:100%; width:0; background: var(--rose); border-radius:4px; transition: width .2s linear; }
@media (max-width: 860px){ .showcase__grid { grid-template-columns: 1fr; gap: 40px; } .showcase__grid .phone { order: 2; } }

/* Chips */
.chips { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 34px; }
.chip { background: var(--white); border: 1px solid var(--line); border-radius: 999px; padding: 12px 21px;
  font-weight: 600; font-size: 15px; box-shadow: var(--shadow-xs); transition: all .15s; }
.chip:hover { border-color: var(--rose); color: var(--rose-deep); }

/* Pricing */
.pricing { background: linear-gradient(180deg, var(--cream), var(--cream-2)); }
.pricecard { max-width: 470px; margin: 40px auto 0; background: var(--white); border-radius: 26px; box-shadow: var(--shadow);
  overflow: hidden; border: 1.5px solid var(--rose); }
.pricecard__head { background: linear-gradient(135deg, var(--rose), var(--rose-deep)); color:#fff; padding: 24px; text-align:center; }
.pricecard__head h3 { color:#fff; font-family: var(--serif); }
.pricecard__head small { opacity: .9; }
.pricecard__body { padding: 30px 28px; }
.price { text-align: center; margin-bottom: 8px; }
.price__from { color: var(--muted); text-decoration: line-through; font-size: 17px; }
.price__now { font-family: var(--serif); font-size: 54px; color: var(--plum); font-weight: 800; line-height: 1; }
.price__now sup { font-size: 22px; top: -18px; }
.price__badge { display:inline-block; background: var(--gold); color: var(--plum); font-weight: 800; font-size: 12.5px;
  padding: 5px 12px; border-radius: 999px; margin-left: 8px; vertical-align: middle; }
.price__inst { text-align: center; color: var(--muted); font-size: 14px; margin: 6px 0 18px; }
.plan-feat { list-style: none; display: grid; gap: 12px; margin: 24px 0; }
.plan-feat li { display:flex; gap:11px; font-size: 15px; align-items: flex-start; }
.plan-feat li i { color: var(--ok); font-style: normal; font-weight: 800; flex: none; }
.pay-badges { display:flex; gap: 16px; justify-content:center; margin-top: 18px; color: var(--muted); font-size: 13px; flex-wrap: wrap; }

/* Comparison */
.compare { overflow-x: auto; margin-top: 40px; -webkit-overflow-scrolling: touch; }
.compare table { width: 100%; border-collapse: collapse; min-width: 520px; background:#fff; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-sm); }
.compare th, .compare td { padding: 16px; text-align: center; border-bottom: 1px solid var(--line); font-size: 15px; }
.compare th { background: var(--plum); color:#fff; font-family: var(--sans); font-weight: 700; }
.compare th.hl { background: var(--rose-deep); }
.compare td:first-child, .compare th:first-child { text-align: left; font-weight: 600; }
.compare .yes { color: var(--ok); font-weight: 800; }
.compare .no { color: #d4c7cd; }
.compare tr:last-child td { border-bottom: none; }
.compare td.hl { background: rgba(227,93,128,.08); font-weight: 700; }

/* Testimonials */
.tgrid3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 42px; }
.quote { background: var(--white); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); text-align: left; }
.quote .stars { font-size: 16px; margin-bottom: 12px; }
.quote p { font-style: italic; color: var(--ink); font-family: var(--serif); font-size: 16px; line-height: 1.6; }
.quote__who { display:flex; align-items:center; gap: 11px; margin-top: 18px; }
.quote__who span { width: 42px; height:42px; border-radius: 50%; background: linear-gradient(135deg,#ffd6c4,#ffb0c6); display:grid; place-items:center; flex: none; }
.quote__who img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; flex: none; }
.quote__who b { display:block; font-size: 15px; } .quote__who small { color: var(--muted); }
@media (max-width: 760px){ .tgrid3 { grid-template-columns: 1fr; } }

/* Guarantee */
.guarantee { background: linear-gradient(160deg, var(--plum), var(--plum-soft)); color:#fff; text-align:center; }
.guarantee h2 { color:#fff; }
.guarantee .seal { width: 104px; height:104px; border-radius:50%; border: 2.5px solid var(--gold); color: var(--gold);
  display:grid; place-items:center; margin: 0 auto 22px; font-family: var(--serif); font-weight:800; line-height:1.05; font-size: 22px; }
.guarantee p { max-width: 620px; margin: 0 auto; opacity: .9; }
.guarantee span { color: var(--gold); font-weight: 700; }

/* FAQ */
.faq { max-width: 780px; margin: 40px auto 0; }
.faq details { background:#fff; border-radius: var(--radius-sm); box-shadow: var(--shadow-xs); margin-bottom: 12px; padding: 2px 22px; border: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 700; color: var(--plum); padding: 18px 0; list-style: none; display:flex; justify-content: space-between; gap: 12px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--rose-deep); font-size: 24px; font-weight: 700; line-height: 1; }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { padding: 0 0 18px; color: var(--muted); }

/* CTA final */
.finalcta { background: linear-gradient(135deg, var(--rose-deep), var(--plum)); color:#fff; text-align:center; position: relative; overflow: hidden; }
.finalcta::before { content:""; position:absolute; inset:0; background: radial-gradient(600px 300px at 50% 0%, rgba(255,255,255,.08), transparent 60%); }
.finalcta h2 { color:#fff; position: relative; }
.finalcta p { opacity: .92; margin: 16px auto 28px; max-width: 560px; position: relative; }
.finalcta .btn { background:#fff; color: var(--rose-deep); box-shadow: 0 16px 40px rgba(0,0,0,.3); position: relative; }

/* Footer */
.footer { background: var(--plum); color: rgba(255,255,255,.6); padding: 44px 0; font-size: 13.5px; }
.footer .wrap { display:flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items:center; }
.footer a { color: rgba(255,255,255,.82); }
.footer a:hover { color: #fff; }

/* Sticky mobile CTA */
.sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(253,247,243,.94); backdrop-filter: blur(12px); border-top: 1px solid var(--line); display: none; box-shadow: 0 -8px 24px rgba(60,20,40,.08); }
.sticky .btn { width: 100%; padding: 16px; }
@media (max-width: 760px){ .sticky { display: block; } body { padding-bottom: 88px; } }

/* Utilidades */
.mt8{margin-top:8px}.mt16{margin-top:16px}.mt24{margin-top:24px}.mb0{margin-bottom:0}
@media(max-width:760px){ .hide-mobile{display:none} .section { padding: 60px 0; } }
@media(max-width:520px){ .wrap { padding: 0 18px; } }
