/* =========================================================
   Jaciara Godoi — Orientação Nutricional
   Fontes: hospedadas localmente (subset latin) em vez do
   <link> do Google Fonts — elimina a viagem extra até
   fonts.googleapis.com/fonts.gstatic.com antes do download
   real da fonte, reduzindo o Render Delay do LCP.
   ========================================================= */
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/fraunces-normal-variable.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: "Fraunces";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/fraunces-normal-variable.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: "Fraunces";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/fraunces-normal-variable.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: "Fraunces";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/fraunces-italic-500.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: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/inter-normal-variable.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: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/inter-normal-variable.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: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/inter-normal-variable.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: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/inter-normal-variable.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;
}

/* =========================================================
   Jaciara Godoi — Orientação Nutricional
   Design tokens
   ========================================================= */
:root {
  /* Paleta de marca */
  --color-primary: #9A0161;     /* magenta profundo — CTAs, títulos de destaque */
  --color-secondary: #A668A6;   /* roxo médio — gradientes, badges, acentos */
  --color-light: #C8A2C8;       /* lilás claro — fundos suaves, alternância de seções */
  --color-ink: #201820;         /* "preto" levemente aquecido — mais confortável que #000 */
  --color-paper: #FFFFFF;
  --color-tint: #FBF6FB;        /* branco com leve tom lilás para seções alternadas */
  --color-border: #EBDDEB;

  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 28px;

  --shadow-sm: 0 2px 8px rgba(32, 24, 32, 0.06);
  --shadow-md: 0 12px 32px rgba(154, 1, 97, 0.14);
  --shadow-lg: 0 20px 48px rgba(154, 1, 97, 0.18);

  --container-w: 1180px;
  --header-h: 76px;

  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

/* =========================================================
   Reset básico
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 12px);
}
body, h1, h2, h3, p, ul, ol, dl, dd, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
svg { display: block; }

/* Sprite de ícones: nunca renderizado, apenas serve de fonte para <use> */
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { flex-shrink: 0; color: currentColor; }

body {
  font-family: var(--font-body);
  color: var(--color-ink);
  background: var(--color-paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

/* Foco visível e consistente para navegação por teclado */
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--color-secondary);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  background: var(--color-primary);
  color: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: var(--radius-sm);
  z-index: 1000;
  transform: translateY(-150%);
  transition: transform 0.2s var(--ease);
}
.skip-link:focus { transform: translateY(0); }

.container {
  width: 100%;
  max-width: var(--container-w);
  margin-inline: auto;
  padding-inline: 1.5rem;
}

/* =========================================================
   Tipografia
   ========================================================= */
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.15;
  color: var(--color-ink);
}
h1 { font-size: clamp(2.4rem, 5vw + 1rem, 4rem); font-weight: 700; }
h2 { font-size: clamp(1.8rem, 3vw + 1rem, 2.6rem); }
h3 { font-size: 1.15rem; }

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 0.6rem;
}
.eyebrow.center { text-align: center; }
h2.center { text-align: center; margin-bottom: 0.75rem; }
.section-lead {
  max-width: 640px;
  margin-inline: auto;
  color: #4a3f4a;
  margin-bottom: 3rem;
}
.section-lead.center { text-align: center; }

.section { padding-block: clamp(4rem, 7vw, 6.5rem); }

/* =========================================================
   Botões
   ========================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem 1.7rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.98rem;
  transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease), background-color 0.18s var(--ease);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--color-primary);
  color: #fff;
  box-shadow: var(--shadow-md);
}
.btn-primary:hover { background: #7d014f; }
.btn-outline {
  background: transparent;
  color: var(--color-primary);
  border: 1.5px solid var(--color-primary);
}
.btn-outline:hover { background: var(--color-primary); color: #fff; }
.btn-whatsapp {
  background: #25D366;
  color: #0b3b1e;
  box-shadow: var(--shadow-sm);
}
.btn-whatsapp:hover { background: #1ebd59; }

/* =========================================================
   Header
   ========================================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 500;
  border-bottom: 1px solid transparent;
  transition: box-shadow 0.25s var(--ease), border-color 0.25s var(--ease);
}
/* O fundo/blur fica numa camada própria (::before) em vez de direto no .site-header:
   backdrop-filter no elemento que envolve o menu criaria um novo "containing block"
   para o menu mobile (position:fixed) e voltaria a quebrar a altura da gaveta no celular. */
.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(180%) blur(10px);
}
.site-header.is-scrolled {
  box-shadow: var(--shadow-sm);
  border-bottom-color: var(--color-border);
}
.header-inner {
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.logo-full {
  height: 38px;
  width: auto;
  display: block;
}

.primary-nav ul {
  display: flex;
  align-items: center;
  gap: 1.9rem;
}
.primary-nav a {
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--color-ink);
  position: relative;
  padding-block: 0.3rem;
}
.primary-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 2px;
  background: var(--color-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s var(--ease);
}
.primary-nav a:hover::after { transform: scaleX(1); }
.primary-nav .nav-cta {
  background: var(--color-primary);
  color: #fff;
  padding: 0.55rem 1.2rem;
  border-radius: 999px;
}
.primary-nav .nav-cta::after { display: none; }
.primary-nav .nav-cta:hover { background: #7d014f; }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  border-radius: 8px;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--color-ink);
  transition: transform 0.25s var(--ease), opacity 0.25s var(--ease);
  margin-inline: auto;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =========================================================
   Hero
   ========================================================= */
.hero {
  position: relative;
  min-height: clamp(560px, 78vh, 760px);
  display: flex;
  align-items: center;
  padding-block: clamp(3rem, 6vw, 5rem);
  overflow: hidden;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
}
.hero-grid {
  position: relative;
  z-index: 1;
  width: 100%;
}
.hero-copy {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: clamp(2rem, 4vw, 3rem);
  max-width: 560px;
}
.hero-lead {
  font-size: 1.15rem;
  color: #4a3f4a;
  max-width: 46ch;
  margin-block: 1.3rem 1.8rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 2rem;
}
.hero-credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-border);
}
.hero-credentials li {
  font-size: 0.85rem;
  font-weight: 600;
  color: #5c4c5c;
  position: relative;
  padding-left: 1.1rem;
}
.hero-credentials li::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  translate: 0 -50%;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--color-secondary);
}
/* =========================================================
   Sobre
   ========================================================= */
.about-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.about-media img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  aspect-ratio: 8 / 9;
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: auto;
}
.about-copy h2 { margin-bottom: 1.2rem; }
.about-copy p { margin-bottom: 1rem; color: #3a303a; }
.about-copy .mission {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--color-primary);
  border-left: 3px solid var(--color-secondary);
  padding-left: 1rem;
  margin-top: 1.4rem;
}

/* =========================================================
   Diferenciais
   ========================================================= */
.benefits { background: var(--color-tint); }
.benefits-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.benefit-card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 1.8rem 1.6rem;
  box-shadow: var(--shadow-sm);
}
.benefit-icon { display: block; margin-bottom: 1rem; color: var(--color-primary); }
.benefit-card h3 { margin-bottom: 0.5rem; }
.benefit-card p { color: #5c4c5c; font-size: 0.95rem; }

/* =========================================================
   Tabs (Como funciona / Serviços)
   ========================================================= */
.tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.3rem;
  margin: 2.5rem auto 2.5rem;
  width: fit-content;
  max-width: 100%;
  background: var(--color-tint);
  border-radius: 999px;
  padding: 0.4rem;
}
.tab-btn {
  padding: 0.7rem 1.3rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.92rem;
  background: transparent;
  color: #9a016147;
  border: none;
  transition: background-color 0.2s var(--ease), color 0.2s var(--ease);
}
.tab-btn:hover { color: var(--color-primary); }
.tab-btn.is-active {
  background: var(--color-primary);
  color: #fff;
  box-shadow: var(--shadow-sm);
}
.tab-btn.is-active:hover { color: #fff; }
.tab-panel[hidden] { display: none; }
.tab-intro {
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
  font-size: 1.05rem;
  color: #3a303a;
  margin-bottom: 2.5rem;
}
.tab-note {
  text-align: left;
  max-width: 720px;
  margin: 2.5rem auto 0;
  background: var(--color-tint);
  border-radius: var(--radius-md);
  padding: 1.3rem 1.6rem;
  color: #4a3f4a;
  font-size: 0.95rem;
}
.tab-note.center { text-align: center; margin-bottom: 2rem; }

/* Passo a passo */
#consultoria-online { background: var(--color-tint); }
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.6rem;
  counter-reset: step;
}
.steps li {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 1.5rem;
}
.step-head {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 0.7rem;
}
.step-num {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps h3 { font-size: 1rem; margin: 0; }
.steps p { font-size: 0.9rem; color: #5c4c5c; }

/* =========================================================
   Preços
   ========================================================= */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  align-items: stretch;
}
.pricing-grid--single { grid-template-columns: minmax(280px, 420px); justify-content: center; }
.pricing-grid--duo { grid-template-columns: repeat(2, minmax(280px, 1fr)); max-width: 900px; margin-inline: auto; }

.price-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 2.2rem 1.9rem;
  box-shadow: var(--shadow-sm);
  position: relative;
}
.price-card--featured {
  background: linear-gradient(160deg, #fff 0%, #fdf3fa 100%);
  border-color: var(--color-primary);
  box-shadow: var(--shadow-lg);
}
.price-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  translate: -50% 0;
  background: var(--color-primary);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  white-space: nowrap;
}
.price-name {
  font-size: 1.5rem;
  color: var(--color-primary);
  margin-bottom: 0.4rem;
}
.price-desc { color: #5c4c5c; font-size: 0.92rem; margin-bottom: 1.1rem; }
.price-value {
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--color-ink);
  margin-bottom: 1.5rem;
}
.price-value span {
  display: block;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  color: #7a6a7a;
  margin-top: 0.2rem;
}
.price-features {
  flex-grow: 1;
  margin-bottom: 1.8rem;
}
.price-features li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.7rem;
  font-size: 0.92rem;
  color: #3a303a;
  line-height: 1.45;
}
.price-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--color-primary);
  font-weight: 700;
}
.price-features li.price-feature--gift {
  color: #7d014f;
  font-weight: 600;
}
.price-features li.price-feature--gift::before { content: "🎁"; }
.price-copy {
  flex-grow: 1;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.02rem;
  color: #4a3f4a;
  margin-bottom: 1.8rem;
}
.price-card .btn { justify-content: center; width: 100%; margin-bottom: 1.8rem; }

/* =========================================================
   FAQ
   ========================================================= */
.faq-list {
  max-width: 760px;
  margin-top: 2.5rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.faq-item {
  background: var(--color-tint);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
}
.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.5rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-size: 1.3rem;
  color: var(--color-primary);
  flex-shrink: 0;
  transition: transform 0.2s var(--ease);
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p {
  margin-top: -0.2rem;
  padding: 0 1.5rem 1.1rem;
  color: #4a3f4a;
  font-size: 0.95rem;
}

/* =========================================================
   Contato
   ========================================================= */
.contact { background: linear-gradient(180deg, #fff 0%, var(--color-tint) 100%); }
.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.contact-media img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 25%;
}
.contact-copy h2 { margin-bottom: 1.8rem; }
.contact-details {
  display: grid;
  gap: 1.1rem;
  margin-bottom: 2rem;
}
.contact-details dt {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-secondary);
  margin-bottom: 0.2rem;
}
.contact-details dd {
  font-size: 1.05rem;
  font-weight: 500;
}
.contact-details a:hover { color: var(--color-primary); }

.copy-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font: inherit;
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--color-ink);
  border-radius: var(--radius-sm);
  padding: 0.1rem 0.4rem;
  margin-inline-start: -0.4rem;
  transition: background-color 0.18s var(--ease), color 0.18s var(--ease);
}
/* Área de toque real de 44px, sem alterar o tamanho visual do botão (Lei de Fitts) */
.copy-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 44px;
  height: 44px;
}
.copy-btn:hover { background: var(--color-tint); color: var(--color-primary); }
.copy-btn .icon { color: var(--color-secondary); }
.copy-feedback {
  display: inline-block;
  margin-left: 0.6rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--color-primary);
  opacity: 0;
  transition: opacity 0.2s var(--ease);
}
.copy-feedback.is-visible { opacity: 1; }

/* =========================================================
   Rodapé
   ========================================================= */
.site-footer {
  background: var(--color-ink);
  color: #e7dee7;
  padding-block: 3rem;
}
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 2.5rem;
}
.footer-brand {
  display: flex;
  align-items: center;
}
.footer-brand .logo-full {
  height: 30px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.footer-nav a { font-size: 0.9rem; color: #d7c9d7; }
.footer-nav a:hover { color: #fff; }
.footer-social {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-light);
}
.footer-social:hover { color: #fff; }
.footer-bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1.5rem;
  border-top: 1px solid #3a303a;
  padding-top: 1.5rem;
  margin-top: 0.5rem;
}
.footer-copy { font-size: 0.8rem; color: #9a8a9a; }
.footer-credit {
  font-size: 0.8rem;
  color: #9a8a9a;
  margin-left: auto;
}
.footer-credit a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer-credit a:hover { color: #e7dee7; }

/* =========================================================
   Botões flutuantes (voltar ao topo + WhatsApp)
   ========================================================= */
.whatsapp-fab {
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
  z-index: 400;
  transition: transform 0.2s var(--ease);
}

.scrolltop-fab {
  position: fixed;
  right: 1.4rem;
  bottom: calc(1.4rem + 58px + 0.75rem);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  color: var(--color-primary);
  border: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
  z-index: 400;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s var(--ease), transform 0.2s var(--ease);
}
.scrolltop-fab.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.scrolltop-fab:hover { background: var(--color-tint); }
.whatsapp-fab:hover { transform: scale(1.08); }

/* =========================================================
   Scroll reveal (progressivo, opcional via JS)
   ========================================================= */
[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}
[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; }
}

/* =========================================================
   Responsivo
   ========================================================= */
@media (max-width: 960px) {
  .hero { display: flex; flex-direction: column; min-height: 0; padding-block: 0; }
  .hero-media { position: relative; inset: auto; order: -1; aspect-ratio: 4 / 3; }
  .hero-copy {
    background: linear-gradient(180deg, var(--color-tint) 0%, #fff 100%);
    border-radius: 0;
    box-shadow: none;
    max-width: none;
    padding-block: clamp(1.75rem, 6vw, 2.5rem);
    padding-inline: 1.5rem;
  }
  .about-grid { grid-template-columns: 1fr; }
  .about-media { max-width: 420px; margin-inline: auto; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-media { order: -1; max-width: 380px; margin-inline: auto; }
  .pricing-grid,
  .pricing-grid--duo { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
}

@media (max-width: 760px) {
  :root { --header-h: 68px; }

  .nav-toggle { display: flex; }

  .primary-nav {
    position: fixed;
    top: var(--header-h);
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 490;
    width: min(78vw, 320px);
    height: calc(100vh - var(--header-h));
    height: calc(100dvh - var(--header-h));
    overflow-y: auto;
    background: #fff;
    box-shadow: -12px 0 32px rgba(32, 24, 32, 0.12);
    transform: translateX(100%);
    transition: transform 0.28s var(--ease);
    padding: 2rem 1.75rem;
  }
  .primary-nav.is-open { transform: translateX(0); }
  .primary-nav ul { flex-direction: column; align-items: flex-start; gap: 1.4rem; }
  .primary-nav .nav-cta { width: 100%; text-align: center; }

  .steps { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .container { padding-inline: 1.15rem; }
  h1 { font-size: 2.2rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { justify-content: center; }
  .whatsapp-fab { width: 52px; height: 52px; right: 1rem; bottom: 1rem; }
  .scrolltop-fab { width: 52px; height: 52px; right: 1rem; bottom: calc(1rem + 52px + 0.6rem); }

  .tab-list {
    width: 100%;
    flex-wrap: nowrap;
    gap: 0.2rem;
    padding: 0.3rem;
  }
  .tab-btn {
    flex: 1 1 0;
    padding: 0.55rem 0.35rem;
    font-size: 0.78rem;
    line-height: 1.25;
    white-space: normal;
    text-align: center;
  }
}
