/* =========================================================
   Marina Trevizan — Nutricionista
   Paleta: tons terrosos. Tipografia: Fraunces (títulos) + Jost (texto).
   Mobile-first.
   ========================================================= */

/* ---------- Fontes locais ---------- */
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("assets/fonts/fraunces-normal-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: "Fraunces";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("assets/fonts/fraunces-normal-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;
}
@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url("assets/fonts/fraunces-italic-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: "Fraunces";
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url("assets/fonts/fraunces-italic-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;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("assets/fonts/jost-normal-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: "Jost";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("assets/fonts/jost-normal-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;
}
@font-face {
  font-family: "Jost";
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url("assets/fonts/jost-italic-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: "Jost";
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url("assets/fonts/jost-italic-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 {
  --terracota: #b0603a;
  --argila: #c98b5e;
  --oliva: #6f7348;
  --salvia: #9a9c78;
  --cafe: #3a2a22;
  --areia: #e6dac6;
  --creme: #f5efe6;

  --creme-2: #fbf8f3;      /* superfície mais clara */
  --areia-2: #f0e7d9;      /* superfície alternada */
  --line: rgb(58 42 34 / 0.1);
  --muted: rgb(58 42 34 / 0.68);
  --muted-2: rgb(58 42 34 / 0.5);

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

  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 28px;
  --radius-xl: 36px;

  --shadow-soft: 0 10px 30px -14px rgb(58 42 34 / 0.18);
  --shadow-card: 0 6px 24px -12px rgb(58 42 34 / 0.14);

  --header-h: 68px;
  --mobile-cta-h: 72px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html:focus-within { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--cafe);
  background: var(--creme);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  padding-bottom: calc(var(--mobile-cta-h) + env(safe-area-inset-bottom));
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin: 0; }
:focus-visible { outline: 2px solid var(--terracota); outline-offset: 3px; border-radius: 6px; }
::selection { background: rgb(201 139 94 / 0.35); }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.hidden { display: none !important; }
.icon { width: 1.1em; height: 1.1em; flex: 0 0 auto; }
.rotate-90 { transform: rotate(90deg); }
.rotate-270 { transform: rotate(-90deg); }
.center { display: flex; justify-content: center; margin-top: 2.5rem; }

.skip-link {
  position: absolute; top: -100px; left: 1rem; z-index: 100;
  padding: 0.6rem 1rem; background: var(--cafe); color: var(--creme); border-radius: var(--radius-sm);
}
.skip-link:focus { top: 1rem; }

/* ---------- Layout ---------- */
.container {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  padding-left: clamp(1.1rem, 4vw, 2rem);
  padding-right: clamp(1.1rem, 4vw, 2rem);
}
.container-narrow { max-width: 50rem; }

.section { padding: clamp(3.5rem, 9vw, 6.5rem) 0; }
.section-tight { padding-top: 0; }
.section-alt {
  background: var(--areia-2);
  position: relative;
}

.section-head { max-width: 40rem; margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.section-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.75rem, 1.2rem + 2.4vw, 2.6rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-top: 0.9rem;
  text-wrap: balance;
}
.section-title em { font-style: italic; color: var(--terracota); }
.section-sub { margin-top: 0.9rem; color: var(--muted); font-size: 1.05rem; max-width: 36rem; }

/* ---------- Typography helpers ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--terracota);
}
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--terracota); }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  min-height: 48px;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  font-weight: 500;
  font-size: 0.98rem;
  line-height: 1.2;
  border: 1.5px solid transparent;
  transition: transform 0.25s var(--ease), background-color 0.25s, color 0.25s, border-color 0.25s, box-shadow 0.25s;
  -webkit-tap-highlight-color: transparent;
}
.btn:active { transform: translateY(1px) scale(0.99); }
.btn-lg { min-height: 54px; padding: 0.9rem 1.6rem; font-size: 1.02rem; }
.btn-sm { min-height: 42px; padding: 0.5rem 1.05rem; font-size: 0.9rem; }
.btn-block { width: 100%; }

.btn-primary {
  background: var(--terracota); color: var(--creme);
  box-shadow: 0 10px 24px -12px rgb(176 96 58 / 0.7);
}
.btn-primary:hover { background: #a3562f; box-shadow: 0 14px 30px -12px rgb(176 96 58 / 0.75); transform: translateY(-1px); }

.btn-ghost { background: transparent; color: var(--cafe); border-color: rgb(58 42 34 / 0.18); }
.btn-ghost:hover { border-color: var(--cafe); background: rgb(58 42 34 / 0.04); }

.btn-outline { background: transparent; color: var(--terracota); border-color: rgb(176 96 58 / 0.45); }
.btn-outline:hover { background: rgb(176 96 58 / 0.08); border-color: var(--terracota); }

.btn-creme { background: var(--creme); color: var(--cafe); }
.btn-creme:hover { background: #fff; transform: translateY(-1px); }
.btn-ghost-creme { background: transparent; color: var(--creme); border-color: rgb(245 239 230 / 0.35); }
.btn-ghost-creme:hover { border-color: var(--creme); background: rgb(245 239 230 / 0.08); }

.icon-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%;
  border: 1.5px solid rgb(58 42 34 / 0.14);
  color: var(--cafe); background: rgb(255 255 255 / 0.5);
  transition: background-color 0.2s, border-color 0.2s;
}
.icon-btn:hover { border-color: var(--cafe); background: #fff; }
.icon-btn .icon { width: 1.25rem; height: 1.25rem; }

/* ---------- Check bullets ---------- */
.check {
  display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto;
  width: 22px; height: 22px; border-radius: 50%;
  background: rgb(111 115 72 / 0.14); color: var(--oliva);
}
.check .icon { width: 12px; height: 12px; }
.check-terracota { background: rgb(176 96 58 / 0.14); color: var(--terracota); }

/* ---------- Header ---------- */
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  transition: background-color 0.3s, box-shadow 0.3s, backdrop-filter 0.3s;
}
.header.is-scrolled, .header.is-open {
  background: rgb(245 239 230 / 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  min-height: var(--header-h);
}
.brand { display: inline-flex; align-items: center; }
.brand-horizontal { height: 38px; width: auto; }
.brand-symbol { height: 40px; width: auto; display: none; }
@media (max-width: 379px) {
  .brand-horizontal { display: none; }
  .brand-symbol { display: block; }
}

.nav-links { display: none; align-items: center; gap: 0.25rem; }
.nav-link {
  padding: 0.55rem 0.85rem; border-radius: 999px; font-size: 0.95rem; color: var(--muted);
  transition: color 0.2s, background-color 0.2s;
}
.nav-link:hover, .nav-link.is-active { color: var(--cafe); background: rgb(58 42 34 / 0.05); }

.header-actions { display: flex; align-items: center; gap: 0.5rem; }
.header-cta { display: none; }

.mobile-menu { padding: 0 clamp(1.1rem, 4vw, 2rem) 1rem; }
.mobile-menu-panel {
  background: var(--creme-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 0.75rem;
  box-shadow: var(--shadow-soft);
  display: grid; gap: 0.25rem;
  animation: menu-in 0.25s var(--ease);
}
@keyframes menu-in { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.mobile-link {
  display: flex; align-items: center; min-height: 48px; padding: 0.6rem 1rem;
  border-radius: var(--radius-sm); font-size: 1.02rem;
}
.mobile-link:hover { background: rgb(58 42 34 / 0.05); }
.mobile-menu-panel .btn { margin-top: 0.5rem; }
.mobile-ig {
  display: flex; align-items: center; justify-content: center; gap: 0.5rem;
  min-height: 44px; margin-top: 0.25rem; color: var(--muted); font-size: 0.95rem;
}

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  padding-top: calc(var(--header-h) + 2rem);
  padding-bottom: clamp(2.5rem, 7vw, 5rem);
}
.hero-blob {
  position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none; opacity: 0.55;
}
.hero-blob-a { width: 60vw; height: 60vw; max-width: 520px; max-height: 520px; top: -10%; right: -15%; background: var(--areia); }
.hero-blob-b { width: 50vw; height: 50vw; max-width: 420px; max-height: 420px; bottom: -20%; left: -15%; background: rgb(154 156 120 / 0.45); }

.hero-grid { position: relative; display: grid; gap: 2.5rem; align-items: center; }
.hero-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.1rem, 1.3rem + 4.2vw, 3.7rem);
  line-height: 1.08;
  letter-spacing: -0.015em;
  margin-top: 1.1rem;
  text-wrap: balance;
}
.hero-title em { font-style: italic; color: var(--terracota); }
.hero-sub { margin-top: 1.25rem; font-size: clamp(1.02rem, 0.95rem + 0.4vw, 1.2rem); color: var(--muted); max-width: 34rem; }
.hero-actions { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 1.75rem; }
.hero-actions .btn { width: 100%; }

.trust-row { display: grid; gap: 0.6rem; margin-top: 1.75rem; font-size: 0.92rem; color: var(--muted); }
.trust-row li { display: flex; align-items: center; gap: 0.6rem; }

.hero-visual { position: relative; max-width: 30rem; margin: 0 auto; width: 100%; }
.hero-photo {
  position: relative; overflow: hidden;
  border-radius: 46% 54% 52% 48% / 42% 40% 60% 58%;
  aspect-ratio: 1 / 1;
  background: var(--areia);
  box-shadow: var(--shadow-soft);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-leaf {
  position: absolute; top: -12px; left: -6px; width: 64px; height: 64px;
  transform: rotate(-18deg); opacity: 0.9;
}

.float-card {
  position: absolute; display: flex; align-items: center; gap: 0.7rem;
  padding: 0.7rem 0.9rem; border-radius: var(--radius);
  background: rgb(251 248 243 / 0.92); border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  max-width: 230px;
}
.float-icon {
  display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgb(176 96 58 / 0.12); color: var(--terracota);
}
.float-label { font-size: 0.72rem; color: var(--muted-2); letter-spacing: 0.02em; }
.float-value { font-size: 0.86rem; font-weight: 500; line-height: 1.3; }
.float-card-a { right: -4px; bottom: 14%; }
.float-card-b { left: -4px; bottom: -6px; }
@media (max-width: 420px) {
  .float-card { max-width: 190px; padding: 0.55rem 0.7rem; }
  .float-card-a { bottom: 22%; }
}

/* ---------- Callout ---------- */
.callout {
  border-radius: var(--radius-xl);
  padding: clamp(1.5rem, 5vw, 3rem);
  display: grid; gap: 1.5rem;
}
.callout-areia { background: var(--areia); }
.callout-title {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(1.45rem, 1.1rem + 1.6vw, 2.1rem); line-height: 1.2; margin-top: 0.75rem;
  text-wrap: balance;
}
.pain-list { display: grid; gap: 0.85rem; }
.pain-list li { display: flex; align-items: flex-start; gap: 0.75rem; line-height: 1.5; }
.pain-list .check { margin-top: 2px; }
.callout-foot {
  padding: 1.1rem 1.25rem; border-radius: var(--radius);
  background: rgb(251 248 243 / 0.7); border: 1px solid rgb(58 42 34 / 0.06);
  line-height: 1.6;
}
.callout-foot em { font-style: italic; }

/* ---------- Sobre ---------- */
.about-grid { display: grid; gap: 2.5rem; align-items: start; }
.about-card {
  background: var(--creme-2); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: clamp(1.5rem, 4vw, 2.25rem);
  box-shadow: var(--shadow-card);
}
.about-logo { max-width: 220px; margin: 0 auto 1.5rem; }
.cred-list { display: grid; gap: 1rem; }
.cred-list > div { padding-top: 1rem; border-top: 1px solid var(--line); }
.cred-list dt { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--terracota); font-weight: 500; }
.cred-list dd { margin-top: 0.25rem; line-height: 1.5; }

.about-copy p { margin-top: 1rem; color: var(--muted); line-height: 1.7; }
.about-copy .section-title { margin-top: 0.9rem; }
.about-copy .section-title + p { margin-top: 1.25rem; }
.values { display: grid; gap: 1.1rem; margin-top: 1.75rem; }
.values li { display: flex; gap: 0.9rem; align-items: flex-start; }
.values h3 { font-size: 1.02rem; font-weight: 500; }
.values p { margin-top: 0.2rem; font-size: 0.95rem; }
.value-icon {
  display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto;
  width: 42px; height: 42px; border-radius: 14px;
  background: rgb(111 115 72 / 0.12); color: var(--oliva);
}
.value-icon .icon { width: 1.25rem; height: 1.25rem; }

/* ---------- Cards (para quem é) ---------- */
.cards-grid { display: grid; gap: 1rem; }
.card {
  background: var(--creme-2); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 1.5rem;
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); }
.card-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 16px;
  background: rgb(176 96 58 / 0.1); color: var(--terracota);
}
.card-icon .icon { width: 1.4rem; height: 1.4rem; }
.card h3 { margin-top: 1.1rem; font-size: 1.12rem; font-weight: 500; }
.card p { margin-top: 0.5rem; color: var(--muted); font-size: 0.97rem; }

/* ---------- Steps ---------- */
.steps { display: grid; gap: 1rem; counter-reset: step; }
.step {
  position: relative;
  background: var(--creme-2); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 1.6rem 1.5rem 1.5rem;
}
.step-num {
  position: absolute; top: 1.1rem; right: 1.25rem;
  font-family: var(--font-display); font-style: italic; font-size: 1.6rem; color: var(--argila);
  opacity: 0.8;
}
.step-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 50%;
  background: rgb(154 156 120 / 0.2); color: var(--oliva);
}
.step-icon .icon { width: 1.3rem; height: 1.3rem; }
.step h3 { margin-top: 1.1rem; font-size: 1.12rem; font-weight: 500; }
.step p { margin-top: 0.5rem; color: var(--muted); font-size: 0.97rem; }

/* ---------- Planos ---------- */
.plans { display: grid; gap: 1.1rem; align-items: stretch; }
.plan {
  position: relative; display: flex; flex-direction: column;
  background: var(--creme-2); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 1.75rem 1.5rem 1.5rem;
}
.plan-featured {
  background: var(--cafe); color: var(--creme);
  border-color: transparent;
  box-shadow: 0 24px 48px -24px rgb(58 42 34 / 0.55);
}
.plan-featured .plan-desc, .plan-featured .plan-period { color: rgb(245 239 230 / 0.7); }
.plan-featured .plan-list li .icon { color: var(--argila); }
.plan-badge {
  position: absolute; top: -13px; left: 1.5rem;
  padding: 0.3rem 0.85rem; border-radius: 999px;
  background: var(--terracota); color: var(--creme);
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
}
.plan-save {
  position: absolute; top: -13px; left: 1.5rem;
  padding: 0.3rem 0.85rem; border-radius: 999px;
  background: rgb(111 115 72 / 0.15); color: var(--oliva);
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
}
.plan-name { font-family: var(--font-display); font-weight: 400; font-size: 1.45rem; }
.plan-desc { margin-top: 0.4rem; color: var(--muted); font-size: 0.95rem; min-height: 3em; }
.plan-price {
  margin-top: 1.25rem;
  font-family: var(--font-display); font-weight: 400;
  font-size: 3rem; line-height: 1; letter-spacing: -0.02em;
  display: flex; align-items: baseline; gap: 0.2rem;
}
.plan-currency { font-size: 1.1rem; font-family: var(--font-body); font-weight: 500; align-self: flex-start; margin-top: 0.4rem; }
.plan-per { font-size: 1rem; font-family: var(--font-body); color: var(--muted); margin-left: 0.15rem; }
.plan-featured .plan-per { color: rgb(245 239 230 / 0.7); }
.plan-period { margin-top: 0.35rem; font-size: 0.85rem; color: var(--muted-2); }
.plan-list { display: grid; gap: 0.6rem; margin: 1.5rem 0 1.75rem; flex: 1; }
.plan-list li { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.95rem; line-height: 1.45; }
.plan-list li .icon { width: 1rem; height: 1rem; margin-top: 3px; color: var(--oliva); }

.plan-notes { display: grid; gap: 0.85rem; margin-top: 2rem; }
.note {
  display: flex; gap: 0.85rem; align-items: flex-start;
  padding: 1rem 1.1rem; border-radius: var(--radius);
  background: rgb(251 248 243 / 0.8); border: 1px solid var(--line);
  font-size: 0.93rem; color: var(--muted); line-height: 1.5;
}
.note strong { color: var(--cafe); font-weight: 500; }
.note-icon {
  display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgb(176 96 58 / 0.1); color: var(--terracota);
}

/* ---------- Depoimentos (scroll-snap) ---------- */
.slider { position: relative; }
.slider-track {
  display: flex; gap: 1rem;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
  margin: 0 calc(-1 * clamp(1.1rem, 4vw, 2rem));
  padding-left: clamp(1.1rem, 4vw, 2rem); padding-right: clamp(1.1rem, 4vw, 2rem);
}
.slider-track::-webkit-scrollbar { display: none; }
.testimonial {
  flex: 0 0 min(86%, 24rem); scroll-snap-align: start;
  display: flex; flex-direction: column;
  background: var(--creme-2); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 1.6rem 1.5rem;
}
.quote-icon { width: 1.6rem; height: 1.6rem; color: var(--argila); opacity: 0.8; }
.testimonial blockquote {
  margin-top: 0.9rem; flex: 1;
  font-family: var(--font-display); font-size: 1.12rem; line-height: 1.5; font-weight: 300;
}
.testimonial figcaption { margin-top: 1.25rem; display: grid; gap: 0.15rem; font-size: 0.9rem; color: var(--muted); }
.testimonial figcaption strong { color: var(--cafe); font-weight: 500; font-size: 0.98rem; }
.stars { display: inline-block; height: 14px; width: 82px; margin-bottom: 0.3rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23C98B5E'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E") 0 0 / 16px 14px repeat-x;
}
.slider-controls { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 1.25rem; }
.slider-dots { display: flex; gap: 0.4rem; }
.slider-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgb(58 42 34 / 0.18); transition: background-color 0.2s, transform 0.2s;
  padding: 0; min-width: 8px;
}
.slider-dot::before { content: ""; display: block; width: 24px; height: 24px; margin: -8px; }
.slider-dot.is-active { background: var(--terracota); transform: scale(1.25); }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 0.6rem; }
.faq-item {
  background: var(--creme-2); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden;
  transition: border-color 0.2s;
}
.faq-item.is-open { border-color: rgb(176 96 58 / 0.35); }
.faq-btn {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.05rem 1.25rem; text-align: left; font-size: 1rem; font-weight: 500; line-height: 1.4;
  min-height: 56px;
}
.faq-chevron { width: 1.1rem; height: 1.1rem; color: var(--terracota); transition: transform 0.3s var(--ease); flex: 0 0 auto; }
.faq-item.is-open .faq-chevron { transform: rotate(180deg); }
.faq-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.35s var(--ease); }
.faq-item.is-open .faq-panel { grid-template-rows: 1fr; }
.faq-panel > .faq-content { overflow: hidden; }
.faq-content { padding: 0 1.25rem; color: var(--muted); line-height: 1.65; }
.faq-item.is-open .faq-content { padding-bottom: 1.25rem; }

/* ---------- CTA final ---------- */
.cta-banner {
  position: relative; overflow: hidden;
  background: var(--cafe); color: var(--creme);
  border-radius: var(--radius-xl);
  padding: clamp(2.25rem, 7vw, 4.5rem) clamp(1.5rem, 5vw, 4rem);
  text-align: center;
  display: grid; justify-items: center; gap: 1rem;
}
.cta-leaf {
  position: absolute; width: 280px; height: 280px; right: -70px; bottom: -90px;
  opacity: 0.08; transform: rotate(-20deg); pointer-events: none;
}
.cta-logo { height: 40px; width: auto; opacity: 0.9; }
.cta-title {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(1.9rem, 1.2rem + 3vw, 3rem); line-height: 1.12; letter-spacing: -0.01em;
  margin-top: 0.5rem; text-wrap: balance; max-width: 22ch;
}
.cta-title em { font-style: italic; color: var(--argila); }
.cta-sub { color: rgb(245 239 230 / 0.75); max-width: 34rem; font-size: 1.05rem; }
.cta-actions { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 0.75rem; width: 100%; max-width: 26rem; }
.cta-foot { font-size: 0.85rem; color: rgb(245 239 230 / 0.55); }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--line); padding: 3rem 0 2rem; }
.footer-grid { display: grid; gap: 2rem; }
.footer-brand img { height: 42px; width: auto; }
.footer-brand p { margin-top: 1rem; font-size: 0.93rem; color: var(--muted); max-width: 22rem; line-height: 1.6; }
.footer-title { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--terracota); font-weight: 500; }
.footer-links { display: grid; gap: 0.35rem; margin-top: 0.9rem; font-size: 0.95rem; color: var(--muted); }
.footer-links a, .footer-links span { display: inline-flex; align-items: center; gap: 0.5rem; min-height: 32px; }
.footer-links a:hover { color: var(--cafe); }
.footer-links .icon { width: 1rem; height: 1rem; color: var(--oliva); }
.footer-bottom {
  margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid var(--line);
  display: grid; gap: 0.35rem; font-size: 0.8rem; color: var(--muted-2);
}

/* ---------- WhatsApp flutuante / barra mobile ---------- */
.wa-float {
  display: none;
  position: fixed; right: 1.5rem; bottom: 1.5rem; z-index: 40;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; color: #fff;
  align-items: center; justify-content: center;
  box-shadow: 0 14px 30px -12px rgb(37 211 102 / 0.7);
  transition: transform 0.25s var(--ease);
}
.wa-float:hover { transform: translateY(-2px) scale(1.04); }
.wa-float .icon { width: 30px; height: 30px; position: relative; }
.wa-pulse {
  position: absolute; inset: 0; border-radius: 50%;
  background: rgb(37 211 102 / 0.45); animation: pulse 2.2s ease-out infinite;
}
@keyframes pulse { 0% { transform: scale(1); opacity: 0.7; } 100% { transform: scale(1.7); opacity: 0; } }

.mobile-cta {
  position: fixed; inset: auto 0 0 0; z-index: 45;
  padding: 0.6rem clamp(1.1rem, 4vw, 2rem) calc(0.6rem + env(safe-area-inset-bottom));
  background: rgb(245 239 230 / 0.92);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--line);
  transform: translateY(0);
  transition: transform 0.3s var(--ease);
}
.mobile-cta.is-hidden { transform: translateY(110%); }

/* ---------- Reveal ---------- */
[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }
.no-js [data-reveal] { opacity: 1; transform: none; }

/* ---------- Breakpoints ---------- */
@media (min-width: 560px) {
  .hero-actions { flex-direction: row; }
  .hero-actions .btn { width: auto; }
  .trust-row { grid-template-columns: 1fr 1fr; }
  .cards-grid { grid-template-columns: 1fr 1fr; }
  .cta-actions { flex-direction: row; justify-content: center; max-width: none; }
  .cta-actions .btn { width: auto; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-bottom { grid-template-columns: 1fr auto; }
}

@media (min-width: 768px) {
  :root { --header-h: 76px; }
  body { padding-bottom: 0; }
  .mobile-cta { display: none; }
  .wa-float { display: inline-flex; }
  .brand-horizontal { height: 44px; }
  .header-cta { display: inline-flex; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .plan-notes { grid-template-columns: repeat(3, 1fr); }
  .callout { grid-template-columns: 1.1fr 1fr; align-items: start; }
  .callout-head { grid-row: span 2; }
  .about-grid { grid-template-columns: 0.9fr 1.3fr; gap: 3rem; }
  .testimonial { flex-basis: calc(50% - 0.5rem); }
}

@media (min-width: 1024px) {
  .nav-links { display: flex; }
  .menu-toggle { display: none; }
  .hero { padding-top: calc(var(--header-h) + 3.5rem); }
  .hero-grid { grid-template-columns: 1.1fr 0.9fr; gap: 3rem; }
  .hero-visual { max-width: 32rem; margin: 0 0 0 auto; }
  .trust-row { display: flex; flex-wrap: wrap; gap: 0.6rem 1.5rem; }
  .trust-row li { white-space: nowrap; }
  .cards-grid { grid-template-columns: repeat(4, 1fr); }
  .plans { grid-template-columns: repeat(3, 1fr); }
  .plan-featured { margin-top: -10px; margin-bottom: 10px; }
  .testimonial { flex-basis: calc(33.333% - 0.667rem); }
  .slider-track { margin: 0; padding-left: 0; padding-right: 0; }
}

/* ---------- Movimento reduzido ---------- */
@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; }
  [data-reveal] { opacity: 1; transform: none; }
}
