/* Mundo Pets — clone fiel da referência (plrpremium.site/mundo-pets/).
   Paleta e tipografia extraídas por inspeção visual/pixel da página real:
   fundo laranja quente, blocos de texto escuro, acentos em teal/dourado,
   card de oferta quase preto com detalhes amarelos, FAQ em caixas oliva. */
:root {
  --laranja: #f5a623;
  --laranja-2: #e8901c;
  --laranja-clara: #ffdaa0;
  --creme: #fdecc8;
  --marrom: #3a2c14;
  --marrom-escuro: #241a0a;
  --teal: #0f8a6e;
  --teal-escuro: #0b6b55;
  --dourado: #f3c700;
  --dourado-escuro: #d9a900;
  --oliva: #5c5233;
  --texto: #2a1f0e;
  --muted: #6b5c3d;
  --card-preto: #1c150a;
  --radius: 16px;
  --shadow: 0 14px 34px -14px rgba(30,20,5,.4);
  --font: "Montserrat", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; max-width: 100%; }
body {
  margin: 0; background: var(--creme); color: var(--texto);
  font-family: var(--font); line-height: 1.55; -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
h1, h2, h3 { font-family: var(--font); font-weight: 900; margin: 0 0 14px; line-height: 1.2; text-transform: uppercase; }
.center { text-align: center; }
.wrap { max-width: 760px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 2; }
.wrap-lg { max-width: 1100px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 2; }
section { padding: 50px 0; position: relative; }
@media (min-width: 700px) { section { padding: 76px 0; } }

/* Botões */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font); font-weight: 800; font-size: 15px; text-transform: uppercase; letter-spacing: .01em;
  text-decoration: none; padding: 18px 30px; border-radius: 10px; border: none; cursor: pointer;
  box-shadow: var(--shadow); transition: transform .12s ease, filter .15s ease;
}
.btn:active { transform: scale(.98); }
.btn-escuro { background: var(--marrom); color: var(--dourado); }
.btn-escuro:hover { filter: brightness(1.15); }
.btn-amarelo { background: var(--dourado); color: var(--marrom-escuro); }
.btn-amarelo:hover { filter: brightness(1.08); }
.btn-block { display: flex; width: 100%; }

/* Header/hero */
.hero {
  position: relative; overflow: hidden; padding: 34px 0 50px;
  background: radial-gradient(120% 100% at 15% 0%, #ffd27a 0%, var(--laranja) 45%, var(--laranja-2) 100%);
}
.hero-content { position: relative; z-index: 2; text-align: center; padding: 0 20px; }
.hero-photo { position: absolute; z-index: 1; pointer-events: none; opacity: .95; }
.hero-photo.dir { right: -60px; top: 0; width: 46%; max-width: 620px; }
.hero-photo.esq { display: none; }
.hero .logo { width: 220px; margin: 0 auto 16px; }
.hero h1 { color: #1a1305; text-align: center; max-width: 620px; margin: 0 auto 14px; font-size: 24px; }
.hero h1 span { color: var(--marrom); }
.hero .lead { color: #3a2c14; font-weight: 700; text-align: center; max-width: 560px; margin: 0 auto 26px; font-size: 15.5px; }
@media (min-width: 700px) { .hero h1 { font-size: 34px; } }

/* Desktop: layout vira coluna à esquerda (igual à referência), não mais centralizado */
@media (min-width: 900px) {
  .hero-photo.dir { right: 0; top: 0; bottom: 0; width: 44%; max-width: 680px; height: 100%; object-fit: cover; object-position: 70% center; }
  .hero-photo.esq {
    display: block; left: -60px; top: 50%; transform: translateY(-50%); width: 420px; height: 420px;
    object-fit: cover; object-position: 22% 35%; opacity: .95;
    -webkit-mask-image: linear-gradient(to right, #000 70%, transparent 98%);
    mask-image: linear-gradient(to right, #000 70%, transparent 98%);
  }
  .hero-content { text-align: left; padding: 0; margin-left: 20%; max-width: 700px; }
  .hero .logo { margin: 0 0 16px; }
  .hero h1, .hero .lead { text-align: left; margin-left: 0; margin-right: 0; max-width: none; }
  .video-box, .pagamentos { margin-left: 0; margin-right: 0; }
  .hero .btn { margin-left: 0; }
}

/* Vídeo com overlay estilo "aperte o play" */
.video-box { position: relative; max-width: 680px; margin: 0 auto; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: #000; }
.video-box video { width: 100%; display: block; }
.video-play-hint {
  position: absolute; right: 22px; bottom: 60px; z-index: 3; display: flex; flex-direction: column; align-items: center;
  gap: 6px; pointer-events: none; opacity: .97;
}
.video-play-hint .anel {
  width: 68px; height: 68px; border-radius: 50%; background: var(--dourado);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 8px rgba(243,199,0,.22), 0 0 0 16px rgba(243,199,0,.12);
}
.video-play-hint .anel::after { content: ""; border-style: solid; border-width: 12px 0 12px 20px; border-color: transparent transparent transparent var(--marrom-escuro); margin-left: 5px; }
.video-play-hint .fita-1 {
  font-family: "Dancing Script", cursive; font-weight: 700; font-size: 24px; color: #fff;
  background: rgba(20,15,5,.55); padding: 2px 14px 6px; border-radius: 10px;
  white-space: nowrap; margin-top: 2px;
}
.video-play-hint .fita-2 {
  background: var(--dourado); color: var(--marrom-escuro); font-weight: 800; font-size: 11px; text-transform: uppercase;
  letter-spacing: .02em; padding: 6px 16px; border-radius: 999px; white-space: nowrap; box-shadow: var(--shadow);
}
.video-box[data-tocando] .video-play-hint { display: none; }

/* Ícones de pagamento — fundo branco, símbolo/wordmark com cor de marca
   (representação simplificada, mesmo princípio visual da referência) */
.pagamentos { display: flex; gap: 7px; flex-wrap: wrap; justify-content: center; margin: 28px auto 0; max-width: 720px; }
.pagamentos span {
  background: #fff; display: flex; align-items: center; justify-content: center; gap: 4px;
  height: 40px; padding: 0 11px; border-radius: 7px; box-shadow: 0 4px 10px rgba(0,0,0,.2);
  font-size: 12px; font-weight: 800; letter-spacing: -.01em; font-style: normal;
}
.pg-master { gap: 0; padding: 0 12px; }
.pg-master .c1, .pg-master .c2 { width: 18px; height: 18px; border-radius: 50%; display: inline-block; }
.pg-master .c1 { background: #eb001b; margin-right: -7px; z-index: 1; }
.pg-master .c2 { background: #f79e1b; mix-blend-mode: multiply; }
.pg-visa { color: #1434cb; font-style: italic; font-size: 17px; font-weight: 900; letter-spacing: -.02em; }
.pg-elo { color: #ef4123; font-size: 16px; font-weight: 900; font-style: italic; }
.pg-elo::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #ffce00; display: inline-block; margin-right: 1px; }
.pg-hiper { color: #ff5f00; font-style: italic; font-weight: 900; font-size: 14px; }
.pagamentos span.pg-amex { color: #fff; background: #016fd0; font-weight: 800; font-size: 9px; text-transform: uppercase; letter-spacing: .01em; line-height: 1.15; text-align: center; padding: 0 8px; }
.pg-diners { color: #0079be; font-weight: 800; font-size: 13px; }
.pg-diners::before { content: ""; width: 15px; height: 15px; border-radius: 50%; border: 2.5px solid #0079be; display: inline-block; }
.pg-paypal { color: #003087; font-weight: 900; font-size: 14px; }
.pg-paypal::before { content: "P"; background: #009cde; color: #fff; width: 17px; height: 17px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 10px; font-style: normal; }
.pg-boleto { color: var(--marrom); letter-spacing: 1.2px; font-size: 13px; }

/* Conteúdo do e-book (bloco 2) */
.secao-conteudo { position: relative; background: linear-gradient(160deg, var(--laranja-clara), var(--laranja)); overflow: hidden; }
.secao-conteudo-bg { position: absolute; inset: 0; z-index: 0; opacity: .5; }
.secao-conteudo-bg img { width: 100%; height: 100%; object-fit: cover; }
.conteudo-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr; gap: 20px; align-items: center; overflow: visible; }
@media (min-width: 860px) { .conteudo-grid { grid-template-columns: 1.1fr 1fr; gap: 10px; } }
.conteudo-col h2 { color: #fff; font-size: 24px; }
.conteudo-col h2 b { color: var(--marrom); }
.lista-check { list-style: none; padding: 0; margin: 20px 0; display: flex; flex-direction: column; gap: 12px; }
.lista-check li { display: flex; gap: 10px; align-items: flex-start; font-weight: 700; color: var(--marrom); font-size: 15px; }
.lista-check .tick { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: var(--teal); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 900; }
.conteudo-img { text-align: center; overflow: visible; }
.conteudo-img img { max-width: 420px; width: 100%; margin: 0 auto; filter: drop-shadow(0 20px 30px rgba(0,0,0,.35)); }
@media (min-width: 860px) {
  .conteudo-img { text-align: left; margin-left: -60px; }
  .conteudo-img img { max-width: 560px; }
}

/* Quem precisa */
.quem-precisa { position: relative; background: var(--laranja-clara); }
.quem-precisa-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.quem-precisa-bg img { width: 100%; height: 100%; object-fit: cover; }
.quem-precisa-card {
  position: relative; z-index: 2; background: rgba(50,38,18,.82); color: #f4e9d3; border-radius: 20px;
  padding: 30px 28px; max-width: 480px; box-shadow: var(--shadow);
}
.quem-precisa-card h2 { color: #fff; font-size: 21px; }
.quem-precisa-card h2 b { color: var(--dourado); }
.lista-check-amarelo { list-style: none; padding: 0; margin: 18px 0; display: flex; flex-direction: column; gap: 10px; text-align: left; }
.lista-check-amarelo li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; font-weight: 500; }
.lista-check-amarelo .tick { flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; background: var(--dourado); color: var(--marrom-escuro); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 900; }
.quem-precisa-card .callout { font-weight: 700; text-align: center; margin-top: 18px; }
.quem-precisa-card .callout b { color: var(--dourado); }
.badge-completo { max-width: 240px; margin: 18px auto 0; transform: rotate(-4deg); }

/* Bônus */
.secao-bonus { background: var(--laranja-clara); }
.bonus-titulo { font-size: 22px; }
.bonus-titulo .b1 { color: var(--teal); }
.bonus-grid { display: grid; grid-template-columns: 1fr; gap: 22px; max-width: 700px; margin: 30px auto 0; }
@media (min-width: 640px) { .bonus-grid { grid-template-columns: 1fr 1fr; } }
.bonus-card {
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); text-align: center;
  background: linear-gradient(180deg, var(--teal), var(--oliva) 55%, #7a5a12);
}
.bonus-card img { max-width: 190px; margin: 22px auto 6px; }
.bonus-card .pill {
  display: inline-block; border: 1.5px solid var(--dourado); color: var(--dourado); font-weight: 800;
  font-size: 15px; padding: 6px 22px; border-radius: 999px; margin: 10px 0 12px;
}
.bonus-card h3 { color: var(--dourado); font-size: 17px; margin: 0 0 10px; padding: 0 18px; }
.bonus-card p { color: #f4ecd9; font-size: 13px; font-weight: 500; padding: 0 20px 24px; margin: 0; text-transform: none; }

/* Depoimentos */
.secao-depo { background: var(--laranja-clara); }
.depo-titulo .d1 { color: var(--teal); }
.depo-sub { color: var(--teal-escuro); font-weight: 700; max-width: 560px; margin: 0 auto; text-transform: none; font-size: 14.5px; }
.depo-scroll { display: flex; gap: 16px; overflow-x: auto; padding: 30px 4px 10px; scroll-snap-type: x mandatory; margin: 0 -20px; padding-left: 20px; padding-right: 20px; justify-content: center; }
.depo-scroll img { flex: 0 0 auto; width: 230px; border-radius: 14px; scroll-snap-align: start; box-shadow: var(--shadow); }

/* Oferta */
.secao-oferta { background: linear-gradient(160deg, var(--laranja-clara), var(--laranja) 60%, var(--laranja-2)); overflow: hidden; }
.oferta-grid { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.oferta-mockup { display: none; }
@media (min-width: 900px) {
  .oferta-grid { flex-direction: row; justify-content: center; align-items: center; gap: 0; }
  .oferta-mockup { display: block; max-width: 480px; width: 46%; margin-right: -40px; filter: drop-shadow(0 25px 35px rgba(0,0,0,.4)); position: relative; z-index: 1; }
}
.oferta-card {
  background: linear-gradient(180deg, var(--card-preto), #2a2008); color: #fff; border-radius: 22px;
  padding: 34px 28px; max-width: 400px; margin: 0 auto; box-shadow: var(--shadow); text-align: center;
  position: relative; z-index: 2; flex-shrink: 0;
}
.oferta-card h2 { font-size: 22px; color: #fff; margin-bottom: 12px; }
.oferta-tarja { display: inline-block; background: var(--dourado); color: var(--marrom-escuro); font-weight: 800; font-size: 12.5px; padding: 6px 14px; border-radius: 6px; margin-bottom: 18px; text-transform: uppercase; }
.contador { display: flex; justify-content: center; gap: 14px; margin-bottom: 22px; }
.contador .box { border: 2px solid var(--dourado); border-radius: 12px; padding: 12px 20px; min-width: 74px; }
.contador .box strong { display: block; font-family: var(--font); font-size: 34px; line-height: 1; font-weight: 900; }
.contador .box span { font-size: 11px; text-transform: uppercase; opacity: .85; font-weight: 600; }
.preco-de { font-size: 14px; font-weight: 700; margin: 0; opacity: .9; }
.preco-por { font-family: var(--font); font-size: 46px; font-weight: 900; margin: 4px 0 22px; color: #fff; }
.preco-por small { font-size: 20px; }
.selos-confianca { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); text-align: left; }
.selo-item { display: flex; align-items: center; gap: 10px; }
.selo-item .ico { font-size: 18px; flex-shrink: 0; }
.selo-item strong { display: block; font-size: 11.5px; text-transform: uppercase; color: var(--dourado); }
.selo-item span { display: block; font-size: 11px; color: #cbb98a; font-weight: 500; text-transform: none; }
.seguranca-linha { display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 11.5px; color: #cbb98a; margin-top: 16px; text-transform: none; font-weight: 500; }

/* Garantia */
.secao-garantia { background: var(--laranja-clara); }
.garantia-box { max-width: 700px; margin: 0 auto; text-align: center; }
.garantia-box img { width: 130px; margin: 0 auto 20px; }
.garantia-box h2 { font-size: 22px; }
.garantia-box p { font-size: 15px; color: var(--marrom); font-weight: 500; text-transform: none; line-height: 1.7; }
.garantia-box p b { color: var(--teal-escuro); }

/* FAQ */
.faq-lista { max-width: 700px; margin: 26px auto 0; display: flex; flex-direction: column; gap: 10px; }
.faq-lista details { background: var(--oliva); color: #f4ecd9; border-radius: 10px; overflow: hidden; }
.faq-lista summary { cursor: pointer; font-weight: 700; font-size: 14.5px; list-style: none; display: flex; align-items: center; gap: 12px; padding: 16px 20px; }
.faq-lista summary::-webkit-details-marker { display: none; }
.faq-lista summary::before { content: "▸"; color: var(--dourado); flex-shrink: 0; transition: transform .15s ease; }
.faq-lista details[open] summary::before { transform: rotate(90deg); }
.faq-lista p { margin: 0 20px 16px; font-size: 13.5px; color: #e5d9b8; font-weight: 500; text-transform: none; line-height: 1.6; }

/* Footer */
footer { position: relative; background: var(--laranja-2); color: #3a2c14; padding: 40px 0; font-size: 12.5px; text-align: center; overflow: hidden; }
footer .footer-bg { position: absolute; inset: 0; opacity: .35; }
footer .footer-bg img { width: 100%; height: 100%; object-fit: cover; }
footer .wrap { z-index: 2; }
footer .footer-logo { width: 220px; margin: 0 auto 20px; }
footer .links { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin: 0 0 16px; font-weight: 800; }
footer .links a { color: var(--dourado-escuro); text-decoration: none; }
footer .disclaimer { max-width: 900px; margin: 0 auto 16px; line-height: 1.7; color: #4a3819; }
footer .copy { font-weight: 800; color: var(--dourado-escuro); }

@media (prefers-reduced-motion: reduce) { * { transition: none !important; animation: none !important; } }
