/* ==========================================================================
   200 Receitas Zero Açúcar e Zero Glúten — folha de estilo única
   Paleta e tipografia espelhadas da página de referência.
   ========================================================================== */

/* ---------- Fontes (self-hosted, sem request externo) ---------- */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/poppins-v24-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../fonts/poppins-v24-latin-500.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../fonts/poppins-v24-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../fonts/poppins-v24-latin-700.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../../fonts/poppins-v24-latin-800.woff2") format("woff2");
}
@font-face {
  font-family: "Grand Hotel";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/grand-hotel-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Grand Hotel";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/grand-hotel-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------- Tokens ---------- */
:root {
  --cream: #faebbb;
  --cream-soft: #fdf6e2;
  --terracotta: #b85a3d;
  --terracotta-dark: #9c4830;
  --navy: #264f76;
  --green: #2cac43;
  --green-dark: #218a35;
  --gray-bg: #ececec;
  --text: #3f444b;
  --muted: #69727d;
  --white: #fff;
  --radius: 10px;
  --shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 4px 24px rgba(0, 0, 0, 0.1);
  --maxw: 1140px;
}

/* ---------- Reset ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  min-width: 320px;
  background: var(--white);
  color: var(--text);
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
a {
  color: inherit;
}
button {
  font: inherit;
}

/* ---------- Layout ---------- */
.section {
  padding: 56px 20px;
}
.section--cream {
  background: var(--cream);
}
.section--white {
  background: var(--white);
}
.section--navy {
  background: var(--navy);
  color: var(--white);
}
.section--gray {
  background: var(--gray-bg);
}
.section--terracotta {
  background: var(--terracotta);
  color: var(--white);
}
.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
}
.wrap--narrow {
  max-width: 760px;
}
.center {
  text-align: center;
}

/* ---------- Tipografia ---------- */
h1,
h2,
h3 {
  margin: 0 0 0.6em;
  line-height: 1.2;
  font-weight: 700;
}
.h-hero {
  font-size: clamp(1.6rem, 4.4vw, 2.7rem);
  font-weight: 700;
  color: var(--terracotta);
  text-align: center;
  max-width: 880px;
  margin: 0 auto 28px;
  text-wrap: balance;
}
.h-section {
  font-size: clamp(1.5rem, 4vw, 2.4rem);
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  text-wrap: balance;
}
.h-section--navy {
  color: var(--navy);
}
.h-section--terracotta {
  color: var(--terracotta);
}
.h-section--white {
  color: var(--white);
}
.h-script {
  font-family: "Grand Hotel", cursive;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

/* Assinatura "+de 200 Receitas / por Tia Márcia" */
.signature {
  text-align: center;
  margin: 26px 0 30px;
}
.signature__line {
  font-family: "Grand Hotel", cursive;
  font-size: clamp(2.6rem, 9vw, 5.4rem);
  line-height: 1;
  color: var(--terracotta);
}
.signature__num {
  color: var(--navy);
}
.signature__by {
  font-size: clamp(1rem, 2.6vw, 1.5rem);
  color: var(--text);
  margin-top: 6px;
}

/* ---------- Botões ---------- */
.btn {
  display: inline-block;
  border: 0;
  border-radius: 999px;
  padding: 16px 34px;
  font-size: clamp(0.82rem, 2.1vw, 1rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-align: center;
  color: var(--white);
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  max-width: 100%;
}
.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}
.btn:focus-visible {
  outline: 3px solid var(--navy);
  outline-offset: 3px;
}
.btn--terracotta {
  background: var(--terracotta);
}
.btn--terracotta:hover {
  background: var(--terracotta-dark);
}
.btn--green {
  background: var(--green);
}
.btn--green:hover {
  background: var(--green-dark);
}
.btn-row {
  text-align: center;
  margin-top: 30px;
}

/* Pulsação sutil no CTA principal */
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.035);
  }
}
.btn--pulse {
  animation: pulse 2.4s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .btn--pulse {
    animation: none;
  }
  .btn:hover {
    transform: none;
  }
}

/* ---------- Hero ---------- */
.hero__img {
  max-width: 540px;
  margin: 0 auto;
}

/* ---------- Galeria de fotos ---------- */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 30px 0 40px;
}
.gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 600px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ---------- Card "o que você vai receber" ---------- */
.card-receber {
  background: var(--white);
  border: 1px solid #e4e4e4;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 28px 26px 32px;
  max-width: 640px;
  margin: 0 auto;
}
.card-receber h3 {
  color: var(--terracotta);
  font-size: clamp(1.1rem, 3vw, 1.4rem);
  text-align: center;
  margin-bottom: 20px;
}
.list-check {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-check li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 7px 0;
  color: var(--navy);
  font-size: 0.95rem;
  line-height: 1.45;
}
.list-check li::before {
  content: attr(data-icon);
  flex: 0 0 auto;
  font-size: 1.05rem;
  line-height: 1.4;
}

/* ---------- Cards de receita ---------- */
.recipes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 700px;
  margin: 32px auto 0;
}
.recipe {
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}
.recipe img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}
.recipe__body {
  padding: 16px 14px 20px;
  text-align: center;
}
.recipe__name {
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.35;
  margin: 0 0 12px;
}
.recipe__name span {
  display: block;
}
.recipe__meta {
  font-size: 0.7rem;
  line-height: 1.7;
  color: var(--navy);
}
.recipe__meta .zero {
  color: var(--terracotta);
  font-weight: 600;
}
@media (max-width: 520px) {
  .recipes {
    grid-template-columns: 1fr;
    max-width: 340px;
  }
}

.more-recipes {
  text-align: center;
  margin-top: 32px;
  color: var(--terracotta);
  font-weight: 700;
  font-size: clamp(0.9rem, 2.4vw, 1.05rem);
}

/* ---------- Persona ---------- */
.persona {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 28px;
  align-items: start;
  max-width: 880px;
  margin: 0 auto;
}
.persona img {
  width: 100%;
  border-radius: 6px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.persona h2 {
  font-size: clamp(1.05rem, 2.8vw, 1.3rem);
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 12px;
}
.persona p {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.7;
}
@media (max-width: 720px) {
  .persona {
    grid-template-columns: 1fr;
    max-width: 420px;
    text-align: center;
  }
}

/* ---------- Categorias ---------- */
.cats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 900px;
  margin: 34px auto 0;
}
.cat {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px 16px;
  text-align: center;
}
.cat h3 {
  color: var(--terracotta);
  font-size: clamp(0.95rem, 2.4vw, 1.15rem);
  margin-bottom: 14px;
}
.cat__strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.cat__strip img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 4px;
}
.cat--wide {
  grid-column: 1 / -1;
  max-width: 430px;
  justify-self: center;
}
@media (max-width: 640px) {
  .cats {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
  .cat--wide {
    max-width: none;
  }
}

/* ---------- Bônus ---------- */
.bonus {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 800px;
  margin: 30px auto 0;
}
.bonus__item {
  background: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
  text-align: center;
  padding-bottom: 16px;
}
.bonus__item img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}
.bonus__name {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--navy);
  padding: 14px 10px 6px;
  line-height: 1.4;
}
.bonus__price {
  font-size: 0.78rem;
  font-weight: 600;
}
.bonus__price s {
  color: #d9534f;
}
.bonus__price .free {
  color: var(--green);
  font-weight: 700;
}
@media (max-width: 640px) {
  .bonus {
    grid-template-columns: 1fr;
    max-width: 300px;
  }
}

/* ---------- Para pessoas que enfrentam ---------- */
.audience {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  max-width: 820px;
  margin: 0 auto;
}
.audience h2 {
  color: var(--terracotta);
  font-size: clamp(1.05rem, 2.8vw, 1.3rem);
  text-transform: uppercase;
  text-align: right;
  margin: 0;
}
.audience .list-check li {
  color: var(--navy);
  font-size: 0.88rem;
  padding: 4px 0;
}
@media (max-width: 640px) {
  .audience {
    grid-template-columns: 1fr;
    max-width: 360px;
    gap: 16px;
  }
  .audience h2 {
    text-align: center;
  }
}

/* ---------- Depoimentos (slots para prova real) ---------- */
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 860px;
  margin: 30px auto 0;
}
.tslot {
  background: rgba(255, 255, 255, 0.14);
  border: 2px dashed rgba(255, 255, 255, 0.55);
  border-radius: 10px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 16px;
  text-align: center;
  color: var(--white);
}
.tslot__icon {
  font-size: 1.6rem;
}
.tslot__label {
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.5;
  opacity: 0.95;
}
.testimonials-note {
  max-width: 620px;
  margin: 24px auto 0;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 700px) {
  .testimonials {
    grid-template-columns: 1fr 1fr;
    max-width: 420px;
  }
}

/* ---------- Caixa de preço ---------- */
.pricebox {
  background: var(--white);
  border-radius: 14px;
  box-shadow: var(--shadow-lg);
  max-width: 420px;
  margin: 0 auto;
  padding: 32px 28px 34px;
  text-align: center;
}
.pricebox img {
  max-width: 240px;
  margin: 0 auto 20px;
}
.pricebox__title {
  color: var(--terracotta);
  font-size: clamp(1.05rem, 3vw, 1.35rem);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 14px;
}
.pricebox__includes {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1.9;
  margin-bottom: 18px;
}
.pricebox__from {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--navy);
}
.pricebox__from s {
  color: #d9534f;
}
.pricebox__now {
  font-size: clamp(2rem, 7vw, 2.9rem);
  font-weight: 700;
  color: var(--green);
  line-height: 1.15;
  margin: 4px 0 2px;
}
.pricebox__note {
  font-size: 0.78rem;
  color: var(--muted);
  margin-bottom: 20px;
}
.pricebox__expira {
  margin-top: 14px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--terracotta);
}

/* ---------- Como recebo ---------- */
.delivery-list {
  max-width: 560px;
  margin: 0 auto 34px;
}
.delivery-list li {
  border-bottom: 1px solid #eee;
  color: var(--navy);
  font-size: 0.88rem;
}
.devices {
  max-width: 620px;
  margin: 0 auto;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

/* ---------- Garantia ---------- */
.guarantee {
  position: relative;
  background: var(--cream-soft);
  border: 1px solid #e8dcae;
  border-radius: 14px;
  max-width: 640px;
  margin: 60px auto 0;
  padding: 70px 28px 34px;
  text-align: center;
}
.guarantee__seal {
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
  width: 116px;
  height: 116px;
}
.guarantee h2 {
  color: var(--navy);
  font-size: clamp(1.05rem, 3vw, 1.35rem);
  font-weight: 600;
  text-transform: none;
}
.guarantee p {
  font-size: 0.85rem;
  color: var(--muted);
  max-width: 460px;
  margin: 0 auto 24px;
}
.guarantee p strong {
  color: var(--text);
}
.badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 460px;
  margin: 0 auto;
}
.badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #cfc7a8;
  border-radius: 8px;
  padding: 12px 10px;
  font-size: 0.85rem;
  color: #5a5a4e;
}
.badge svg {
  flex: 0 0 auto;
}
@media (max-width: 520px) {
  .badges {
    grid-template-columns: 1fr;
  }
}

/* ---------- FAQ ---------- */
.faq {
  max-width: 660px;
  margin: 30px auto 0;
}
.faq details {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin-bottom: 8px;
  overflow: hidden;
}
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 13px 16px 13px 32px;
  position: relative;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--navy);
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::before {
  content: "▸";
  position: absolute;
  left: 14px;
  color: var(--terracotta);
  transition: transform 0.2s ease;
  display: inline-block;
}
.faq details[open] summary::before {
  transform: rotate(90deg);
}
.faq summary:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: -2px;
}
.faq__answer {
  padding: 0 16px 15px 32px;
  font-size: 0.82rem;
  line-height: 1.65;
  color: var(--muted);
}

/* ---------- Footer ---------- */
.footer {
  background: var(--cream);
  padding: 34px 20px 40px;
  text-align: center;
  font-size: 0.75rem;
  color: var(--muted);
  line-height: 1.9;
}
.footer a {
  color: var(--muted);
}
.footer__legal {
  max-width: 680px;
  margin: 16px auto 0;
  font-size: 0.68rem;
  line-height: 1.7;
  opacity: 0.85;
}

/* ---------- Acessibilidade ---------- */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
