:root {
  --choco: #312822;
  --pastel: #e0bba2;
  --pearl: #eed9ca;
  --ivory: #f5e6dd;
  --nude: #eac2bd;
  --petal: #ffcdad;
  --peach: #ffb478;
  --mocha: #6a4c4c;
  --blush: #c67f74;
  --almond: #cc9e80;
  --ink: var(--choco);
  --cacao: var(--choco);
  --cacao-2: var(--mocha);
  --paper: var(--ivory);
  --surface: #fffaf6;
  --mist: var(--pearl);
  --sage: var(--blush);
  --sage-dark: var(--mocha);
  --clay: var(--mocha);
  --rose: var(--nude);
  --gold: var(--almond);
  --muted: var(--mocha);
  --muted-dark: var(--pastel);
  --line: rgba(106, 76, 76, 0.24);
  --line-dark: rgba(255, 255, 255, 0.18);
  --shadow: 0 18px 48px rgba(49, 40, 34, 0.14);
  --font-sans: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-serif: "Playfair Display", Georgia, serif;
  --container: 1180px;
  --gutter: 20px;
  --header-h: 64px;
  --section-y: 72px;
  --radius: 8px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open {
  overflow: hidden;
}
img,
svg {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
:focus-visible {
  outline: 3px solid rgba(198, 127, 116, 0.78);
  outline-offset: 4px;
}
::selection {
  color: var(--surface);
  background: var(--mocha);
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 2000;
  padding: 10px 14px;
  color: var(--surface);
  background: var(--ink);
  border-radius: 999px;
  transform: translateY(-140%);
}
.skip-link:focus {
  transform: translateY(0);
}
.container {
  width: min(100% - (var(--gutter) * 2), var(--container));
  margin-inline: auto;
}
.section {
  padding-block: var(--section-y);
}
.section-head {
  margin-bottom: 36px;
}
.section-head h2,
.section-kicker h2,
.proof-copy h2,
.faq-head h2,
.closing h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 2.35rem;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}
.section-kicker h2 {
  max-width: 14ch;
}
.section-head p,
.intro-copy p,
.proof-copy p,
.closing p {
  margin: 0;
  color: var(--muted);
}
.section-head > p,
.centered > p,
.split-head > p {
  max-width: 640px;
  font-size: 1.05rem;
}
.centered {
  max-width: 760px;
  text-align: center;
}
.centered > p {
  margin-inline: auto;
}
.split-head {
  display: grid;
  gap: 22px;
}
.eyebrow {
  margin: 0 0 12px;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--clay);
}
.eyebrow--statement {
  margin-bottom: 1.05rem;
  color: var(--almond);
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}
.eyebrow-light {
  color: rgba(238, 217, 202, 0.88);
}
.hero .eyebrow {
  letter-spacing: 0.125em;
}
.clinical-stat {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 50%, rgba(204, 158, 128, 0.18), transparent 30%),
    linear-gradient(90deg, #e8d9ce 0%, #f0e4da 54%, #f5ede5 100%);
  border-top: 1px solid rgba(106, 76, 76, 0.14);
  border-bottom: 1px solid rgba(106, 76, 76, 0.1);
}
.clinical-stat::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(49, 40, 34, 0.03));
  pointer-events: none;
}
.clinical-stat-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr);
  gap: clamp(1.1rem, 4vw, 3.2rem);
  align-items: center;
  min-height: unset;
  padding-block: clamp(1rem, 2.5vw, 1.6rem);
}
.clinical-stat-number {
  color: var(--petal);
  font-family: var(--font-serif);
  font-size: clamp(5.2rem, 12vw, 9.5rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.9;
}
.clinical-stat-copy {
  display: grid;
  gap: 0.38rem;
  max-width: 920px;
}
.clinical-stat-copy p {
  margin: 0;
  color: rgba(255, 250, 246, 0.82);
  font-size: clamp(1.05rem, 2vw, 1.55rem);
  font-weight: 600;
  line-height: 1.36;
}
.clinical-stat-copy small {
  margin-top: 0.9rem;
  color: rgba(255, 205, 173, 0.7);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}
.button:hover {
  transform: translateY(-1px);
}
.button-primary {
  color: var(--surface);
  background: var(--sage-dark);
  border-color: var(--sage-dark);
  box-shadow: 0 10px 26px rgba(106, 76, 76, 0.22);
}
.button-primary:hover {
  background: var(--almond);
  border-color: var(--almond);
}
.button-secondary {
  color: var(--ink);
  background: rgba(245, 230, 221, 0.82);
  border-color: rgba(49, 40, 34, 0.18);
}
.button-secondary:hover {
  background: var(--surface);
  border-color: rgba(31, 23, 19, 0.32);
}
.button-quiet {
  color: var(--surface);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
}
.button-quiet:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.42);
}
.button-light {
  color: var(--cacao);
  background: var(--surface);
  border-color: var(--surface);
}
.button-outline-light {
  color: var(--surface);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.75);
}
.sticky-mobile-cta {
  display: none;
}
.text-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  color: var(--sage-dark);
  font-weight: 700;
  border-bottom: 1px solid currentColor;
}
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  min-height: var(--header-h);
  color: var(--surface);
  background: rgba(28, 18, 12, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease, backdrop-filter 180ms ease;
}
.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(245, 230, 221, 0.92);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(16px);
}
.header-inner {
  display: flex;
  min-height: var(--header-h);
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}
.brand-logo-wrap {
  position: relative;
  display: grid;
  width: 132px;
  height: 42px;
  align-items: center;
}
.brand-logo {
  grid-area: 1 / 1;
  width: 132px;
  height: auto;
}
.brand-logo-dark {
  display: none;
}
.site-header.is-scrolled .brand-logo-light {
  display: none;
}
.site-header.is-scrolled .brand-logo-dark {
  display: block;
}
.brand-divider {
  width: 1px;
  height: 20px;
  background: currentColor;
  opacity: 0.25;
}
.brand-program {
  color: currentColor;
  font-family: var(--font-serif);
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1;
}
.desktop-nav {
  display: none;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-cta {
  display: none;
}
.menu-toggle,
.menu-close {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: currentColor;
  background: transparent;
  border: 0;
  border-radius: var(--radius);
}
.menu-toggle {
  flex-direction: column;
  gap: 5px;
}
.menu-toggle span {
  width: 23px;
  height: 2px;
  background: currentColor;
  border-radius: 99px;
}
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 1500;
  display: none;
  padding: 12px;
  background: rgba(31, 23, 19, 0.54);
}
.mobile-menu.is-open {
  display: block;
}
.mobile-menu-panel {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 22px;
  background: var(--paper);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.mobile-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.mobile-menu-brand img {
  width: 134px;
  height: auto;
}
.mobile-menu-brand span {
  padding-left: 12px;
  color: var(--mocha);
  font-family: var(--font-serif);
  font-size: 1.12rem;
  border-left: 1px solid rgba(106, 76, 76, 0.28);
}
.mobile-nav {
  display: grid;
  gap: 0;
  margin-block: 32px;
  border-top: 1px solid var(--line);
}
.mobile-nav a {
  padding-block: 16px;
  font-family: var(--font-serif);
  font-size: 1.55rem;
  line-height: 1.1;
  border-bottom: 1px solid var(--line);
}
.mobile-menu-cta {
  margin-top: auto;
}
.mobile-menu-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  text-align: center;
}
.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: var(--surface);
  background: var(--cacao);
}
.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}
.hero-shade {
  background:
    linear-gradient(180deg, rgba(31, 23, 19, 0.42) 0%, rgba(31, 23, 19, 0.72) 100%),
    linear-gradient(90deg, rgba(31, 23, 19, 0.94) 0%, rgba(31, 23, 19, 0.78) 46%, rgba(31, 23, 19, 0.18) 100%);
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  justify-content: flex-end;
  gap: 34px;
  padding-block: calc(var(--header-h) + 70px) 30px;
}
.hero-copy {
  max-width: 660px;
}
.hero h1 {
  max-width: 12.5ch;
  margin: 0 0 22px;
  font-family: var(--font-serif);
  font-size: 3.35rem;
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}
.hero h1 span {
  color: var(--pearl);
  display: inline-block;
  padding-top: 0.04em;
}
.hero-subtitle {
  margin: 0 0 18px;
  color: rgba(255, 253, 248, 0.72);
  font-family: var(--font-sans);
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
.hero-lead {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 253, 248, 0.82);
  font-size: 1.08rem;
  line-height: 1.58;
}
.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 28px;
}
.editorial-strip {
  color: var(--surface);
  background: var(--choco);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.editorial-strip-inner {
  display: grid;
  gap: 18px;
  padding-block: 34px;
}
.editorial-strip .eyebrow {
  margin: 0;
  color: var(--almond);
}
.editorial-strip-copy {
  display: grid;
  gap: 10px;
}
.editorial-strip h2 {
  max-width: 680px;
  margin: 0;
  color: var(--surface);
  font-family: var(--font-serif);
  font-size: clamp(1.55rem, 3vw, 2.3rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.16;
}
.editorial-strip p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 250, 246, 0.74);
  font-size: 1rem;
  line-height: 1.65;
}
.section-intro {
  background: var(--surface);
}
.intro-grid {
  display: grid;
  gap: 28px;
}
.intro-copy {
  display: grid;
  gap: 16px;
}
.summary-grid {
  display: grid;
  gap: 12px;
  margin-top: 42px;
}
.summary-card,
.pathway-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.summary-card {
  padding: 22px;
  background: var(--paper);
}
.summary-card span {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--clay);
  font-size: 0.82rem;
  font-weight: 700;
}
.summary-card h3,
.pathway-card h3,
.tool-card h3 {
  margin: 0 0 10px;
  font-family: var(--font-serif);
  font-size: 1.42rem;
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: 0;
}
.summary-card p,
.pathway-card p,
.tool-card p,
.faq-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}
.section-dark {
  color: var(--surface);
  background: var(--cacao);
}
.section-dark .section-head h2,
.section-proof .proof-copy h2,
.closing h2 {
  color: var(--surface);
}
.section-dark .section-head p,
.closing p {
  color: rgba(255, 253, 248, 0.72);
}
.section-proof .proof-copy p {
  color: rgba(255, 253, 248, 0.72);
  line-height: 1.75;
  margin-top: 1rem;
}
/* Para quem é — v7 match */
/* Para quem é — v7 match */
#para-quem {
  position: relative;
  padding-block: 6rem;
  background:
    linear-gradient(180deg, rgba(40, 26, 16, 0.78) 0%, rgba(28, 17, 8, 0.90) 100%),
    url("assets/hero-mulher.png") center / cover no-repeat;
}
#para-quem .section-head {
  max-width: 860px;
  margin-bottom: 2rem;
}
#para-quem .eyebrow,
#para-quem .eyebrow-light {
  color: rgba(200, 168, 130, 0.85);
  letter-spacing: 0.14em;
}
#para-quem .section-head h2 {
  font-size: clamp(1.875rem, 3.5vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--surface);
  margin-bottom: 1.5rem;
}
#para-quem .section-head > p {
  max-width: 60ch;
  font-size: clamp(1.125rem, 1.5vw, 1.25rem);
  font-weight: 300;
  line-height: 1.65;
  color: rgba(250, 247, 242, 0.75);
}
/* Carrossel — Para quem é */
/* Carrossel — Para quem é */
.condition-carousel-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-inline: 24px;
  margin-top: 24px;
}
.carousel-viewport {
  flex: 1;
  overflow: hidden;
}
.condition-carousel {
  display: flex;
  gap: 12px;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}
.condition-carousel article {
  flex: 0 0 clamp(220px, 26vw, 295px);
  padding: 18px 20px;
  background: rgba(30, 18, 10, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
}
.condition-carousel h3 {
  color: var(--surface);
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.condition-carousel p {
  color: rgba(255, 253, 248, 0.68);
  font-size: 0.92rem;
  line-height: 1.6;
}
.carousel-btn {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--surface);
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.carousel-btn:hover {
  background: rgba(255, 255, 255, 0.18);
}
.carousel-btn:disabled {
  opacity: 0.3;
  cursor: default;
}
/* ── Section Method — editorial de leitura rápida ── */

/* ── Section Method — editorial de leitura rápida ── */

.section-method {
  background: var(--choco);
  color: var(--pearl);
}
.eyebrow--blush {
  color: var(--blush);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 600;
}
.method-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 56px;
  display: grid;
  gap: 12px;
}
.method-heading {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 500;
  color: var(--ivory);
  line-height: 1.08;
  margin: 0;
}
.method-subtitle {
  color: var(--pastel);
  font-size: 0.97rem;
  line-height: 1.65;
  margin: 0;
}
.blocos-list {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.bloco-item {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 28px 32px;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.bloco-num {
  font-family: var(--font-serif);
  font-size: clamp(3rem, 5.5vw, 4.8rem);
  font-weight: 400;
  color: var(--blush);
  opacity: 0.65;
  line-height: 1;
  display: block;
  letter-spacing: -0.02em;
}
.bloco-body {
  display: grid;
  gap: 6px;
}
.bloco-meta {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(238, 217, 202, 0.75);
  margin: 0;
}
.bloco-title {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 500;
  color: #fff8f2;
  margin: 0;
  line-height: 1.1;
}
.bloco-desc {
  font-size: 0.88rem;
  color: rgba(238, 217, 202, 0.88);
  margin: 0;
  max-width: 460px;
  line-height: 1.65;
}
.bloco-price-col {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-end;
  justify-content: center;
  min-width: 120px;
}
.bloco-from-label {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(238, 217, 202, 0.6);
  margin: 0;
}
.bloco-price-single {
  font-family: var(--font-serif);
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  font-weight: 500;
  color: #fff8f2;
  margin: 0;
  white-space: nowrap;
  line-height: 1.1;
}
.bloco-price-single small {
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 400;
  color: rgba(238, 217, 202, 0.75);
}
.method-footnote {
  text-align: center;
  font-size: 0.75rem;
  color: var(--pastel);
  opacity: 0.72;
  margin-top: 28px;
  line-height: 1.6;
}
.method-footnote-link {
  color: var(--petal);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.method-footnote-link:hover {
  opacity: 1;
  color: var(--surface);
}
/* pathway-card bullet mantido (era partilhado) */
/* pathway-card bullet mantido (era partilhado) */
.pathway-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pathway-card li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
}
.pathway-card li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--sage);
  border-radius: 50%;
}
/* Mobile */
/* Mobile */
@media (max-width: 640px) {
  .bloco-item {
    grid-template-columns: 56px 1fr;
    grid-template-rows: auto auto;
    gap: 4px 18px;
    padding: 32px 0;
  }

  .bloco-num {
    grid-row: 1 / 3;
    align-self: start;
    padding-top: 4px;
  }

  .bloco-price-col {
    grid-column: 2;
    align-items: flex-start;
    text-align: left;
    margin-top: 12px;
    flex-direction: row;
    gap: 20px;
  }

  .bloco-percurso-row {
    align-items: flex-start;
  }
}
#percursos {
  padding-block: 8rem;
}
#percursos .section-head h2 {
  margin-bottom: 1.25rem;
}
.glp-callout {
  margin-top: 2rem;
  padding: 20px 24px;
  background: var(--ivory);
  border-left: 3px solid var(--almond);
  border-radius: 0 var(--radius) var(--radius) 0;
  max-width: 72ch;
}
.glp-callout-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--almond);
  margin-bottom: 8px;
}
.glp-callout p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.65;
}
.pathway-grid {
  display: grid;
  gap: 14px;
}
.pathway-card {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 24px;
  background: var(--surface);
}
.pathway-card-accent {
  background: var(--ivory);
  border-color: rgba(168, 114, 85, 0.32);
}
.pathway-card-small {
  align-self: start;
}
.pathway-eligibility-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--almond);
  margin-bottom: 20px;
  margin-bottom: 6px;
}
.pathway-eligibility-note {
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(49, 40, 34, 0.68);
  margin: 0;
}
.pathway-label,
.tool-label,
.team-role {
  margin: 0;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}
.pathway-note {
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
}
.section-proof {
  color: var(--surface);
  background:
    linear-gradient(135deg, rgba(20, 10, 4, 0.88) 0%, rgba(44, 26, 14, 0.78) 55%, rgba(28, 16, 8, 0.92) 100%),
    url("assets/dexa.jpg") center 30% / cover no-repeat;
  background-attachment: fixed;
}
/* Ferramentas — layout simplificado */
/* Ferramentas — layout simplificado */
.tools-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
/* Ferramentas — v7 layout */
/* Ferramentas — v7 layout */
.section-proof .sec-head {
  margin-bottom: 3rem;
}
.section-proof .sec-head h2 {
  color: var(--surface);
}
.section-proof .lead--light {
  color: rgba(250, 247, 242, 0.72);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.65;
  margin-top: 1rem;
}
.tool-primary-img {
  overflow: hidden;
  aspect-ratio: 3/4;
  min-height: 0;
  max-height: 440px;
}
.tool-primary-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.tool-primary-body {
  padding: 2.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.tools-secondary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
  align-items: start;
}
.tool-card {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(20, 10, 4, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  animation: toolFadeIn 0.28s ease;
}
@keyframes toolFadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}
.tool-img {
  overflow: hidden;
}
.tool-img--product {
  aspect-ratio: 4/3;
  max-height: 220px;
}
.tool-img--product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tool-body,
.tool-primary-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}
.tool-body { padding: 2rem; }
.tool-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--almond);
  opacity: .85;
}
.tool-title {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 500;
  color: var(--pearl);
  letter-spacing: -.02em;
  line-height: 1.1;
}
.tool-desc {
  font-size: 0.9rem;
  color: rgba(250,247,242,.7);
  line-height: 1.65;
}
.tool-proof {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: calc(var(--radius) / 2);
  padding: 1.25rem;
}
.tool-proof strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--pearl);
  margin-bottom: 0.5rem;
}
.tool-proof p {
  font-size: 0.8rem;
  color: rgba(250,247,242,.6);
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.tool-proof small {
  font-size: 11px;
  color: rgba(200,168,130,.65);
  letter-spacing: .02em;
}
.tool-note {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem;
  background: rgba(200,168,130,.1);
  border: 1px solid rgba(200,168,130,.2);
  border-radius: calc(var(--radius) / 2);
}
.tool-note-icon {
  color: var(--almond);
  flex-shrink: 0;
  margin-top: 2px;
}
.tool-note-main {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--pearl);
  margin-bottom: 0.25rem;
}
.tool-note-sub {
  display: block;
  font-size: 0.78rem;
  color: rgba(250,247,242,.6);
  line-height: 1.5;
}
/* Evidência clínica */
/* Evidência clínica */
.ev-highlight {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 2.5rem;
  align-items: center;
  padding: 2.5rem 3rem;
  background: rgba(200,168,130,.12);
  border: 1px solid rgba(200,168,130,.2);
  border-radius: var(--radius);
  margin-bottom: 2rem;
  color: var(--surface);
}
.ev-highlight-num { text-align: center; }
.ev-prefix,
.ev-suffix {
  font-size: 0.72rem;
  font-weight: 500;
  color: rgba(200,168,130,.7);
  text-transform: uppercase;
  letter-spacing: .1em;
}
.ev-num-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.25rem;
  line-height: 1;
}
.ev-num {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 500;
  color: var(--pearl);
  letter-spacing: -.04em;
}
.ev-unit {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--almond);
  padding-top: 8px;
}
.ev-lede {
  font-size: 1rem;
  color: rgba(250,247,242,.85);
  line-height: 1.6;
  margin-bottom: 1rem;
}
.ev-context {
  font-size: 0.875rem;
  color: rgba(250,247,242,.65);
  line-height: 1.6;
  margin-bottom: 0.75rem;
  padding: 0.75rem 1rem;
  background: rgba(255,255,255,.05);
  border-radius: calc(var(--radius) / 2);
}
.ev-note {
  font-size: 0.78rem;
  color: rgba(200,168,130,.6);
  line-height: 1.6;
}
/* ─── 57% stat — Para quem é ───────────────────────── */
/* ─── 57% stat — Para quem é ───────────────────────── */
.pq-stat {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
  padding: 1.75rem 2rem;
  border-top: 1px solid rgba(255,255,255,.15);
}
.pq-num {
  font-family: var(--font-serif);
  font-size: clamp(2.8rem, 5vw, 4rem);
  font-weight: 500;
  color: var(--pearl);
  letter-spacing: -.04em;
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
}
.pq-stat-body p {
  font-size: 0.95rem;
  color: rgba(255,253,248,.75);
  line-height: 1.6;
  margin: 0 0 0.4rem;
}
.pq-stat-body small {
  font-size: 0.72rem;
  color: rgba(255,253,248,.45);
  letter-spacing: .06em;
  text-transform: uppercase;
}
/* ─── 21,
6% banda — entre equipa e preços ────────────── */
/* ─── 21,
6% banda — entre equipa e preços ────────────── */
.glp-band {
  background: var(--choco);
  padding: 5rem 0;
}
.glp-band-inner {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.glp-num-wrap {
  flex-shrink: 0;
}
.glp-num {
  font-family: var(--font-serif);
  font-size: clamp(4.5rem, 10vw, 8rem);
  font-weight: 500;
  color: var(--almond);
  letter-spacing: -.04em;
  line-height: 1;
}
.glp-copy {
  border-left: 2px solid rgba(204,158,128,.3);
  padding-left: 2.5rem;
}
.glp-body {
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  color: rgba(250,247,242,.85);
  line-height: 1.65;
  margin: 0 0 0.75rem;
  max-width: 560px;
}
.glp-src {
  font-size: 0.72rem;
  color: rgba(204,158,128,.6);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ev-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.stat-editorial {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 2rem;
  background: rgba(20, 10, 4, 0.55);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.stat-num {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
  color: var(--almond);
  letter-spacing: -.04em;
  line-height: 1;
  white-space: nowrap;
}
.stat-body {
  font-size: 0.875rem;
  color: rgba(250,247,242,.7);
  line-height: 1.65;
  margin-bottom: 0.5rem;
}
.stat-src {
  font-size: 0.72rem;
  color: rgba(200,168,130,.5);
  letter-spacing: .04em;
}
.section-team {
  background: var(--surface);
}
.sec-head {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.sec-head h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 2.35rem;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}
.sec-head p {
  margin: 0;
}
.sec-head .lead {
  font-size: 1.05rem;
  max-width: 640px;
  line-height: 1.55;
}
.sec-head--dark h2 { color: var(--choco); }
.sec-head--dark .lead { color: var(--muted); }
/* Card featured — Kadosh */
/* Card featured — Kadosh */
.eq-card--featured {
  display: grid;
  grid-template-columns: 240px 1fr;
  max-height: 240px;
  gap: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--ivory);
  margin-bottom: 2rem;
}
.eq-card--featured .eq-img {
  overflow: hidden;
}
.eq-card--featured .eq-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.eq-card--featured .eq-body {
  padding: 2.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
/* Grid de especialistas */
/* Grid de especialistas */
.eq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.eq-card--spec {
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.eq-img--square {
  overflow: hidden;
  aspect-ratio: 3/4;
  max-height: 280px;
}
.eq-img--square img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.eq-card--spec .eq-body {
  padding: 1.1rem 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
}
.eq-tag {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--almond);
}
.eq-name {
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 600;
  color: var(--choco);
  line-height: 1.2;
}
.eq-cred {
  font-size: 0.75rem;
  color: var(--muted);
  line-height: 1.55;
}
.eq-desc {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.7;
}
/* Maria Raimundo — layout split */
/* Maria Raimundo — layout split */
.mr-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: #f6f3eb;
  align-items: center;
  max-height: 240px;
}
.mr-content {
  padding: 1.75rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.mr-photo {
  overflow: hidden;
  align-self: stretch;
}
.mr-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.mr-tag {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--almond);
}
.mr-name {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 500;
  color: var(--choco);
  letter-spacing: -.02em;
  line-height: 1.05;
  margin: 0;
}
.mr-cred {
  font-size: 0.85rem;
  font-style: italic;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}
.mr-body {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 0.1rem;
}
.mr-body p {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}
/* ============================================================
   PREÇOS (v7 layout)
   ============================================================ */

/* ============================================================
   PREÇOS (v7 layout)
   ============================================================ */

.precos { background: #F3EDE4; }
.sec-head--center { text-align: center; }
.sec-head--center .lead { margin: 0 auto; }
.eyebrow--dark {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--almond);
  margin-bottom: 0.75rem;
}
/* Btn (v7) */
/* Btn (v7) */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 2rem;
  border-radius: 100px;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: .02em;
  transition: all .2s ease;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  text-decoration: none;
}
.btn--primary {
  background: var(--choco);
  color: #FAF7F2;
  border: 1.5px solid var(--choco);
}
.btn--primary:hover {
  background: #1A0E06;
  border-color: #1A0E06;
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}
.pi-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.pi-value {
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 500;
  color: var(--choco);
  letter-spacing: -.04em;
  line-height: 1;
}
.pi-label {
  font-size: 0.75rem;
  color: var(--muted);
  font-weight: 500;
  text-align: center;
}
/* Fase 0 — entrada comum */
/* Fase 0 — entrada comum */
.fase0-entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background: #FAF7F2;
  border: 1px solid #E2D8CC;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1rem;
}
/* Tabela */
/* Tabela */
.precos-table-wrap {
  overflow-x: auto;
  margin-bottom: 2rem;
  -webkit-overflow-scrolling: touch;
}
.precos-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  min-width: 480px;
}
.precos-table thead tr {
  border-bottom: 2px solid #E2D8CC;
}
.pt-th-fase {
  width: 44%;
  padding: 1rem 1.5rem 1rem 0;
  text-align: left;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
}
.pt-th {
  width: 28%;
  padding: 1rem 1.5rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--choco);
  vertical-align: bottom;
  line-height: 1.3;
}
.pt-th--a {
  color: var(--mocha);
  background: rgba(106, 76, 76, 0.05);
  border-top: 3px solid var(--mocha);
}
.pt-th--b {
  color: var(--choco);
  background: rgba(204, 158, 128, 0.14);
  border-top: 3px solid var(--almond);
}
.pt-hcell-sub {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--almond);
  margin-top: 0.25rem;
  letter-spacing: .04em;
  text-transform: none;
}
.precos-table tbody tr {
  border-bottom: 1px solid #E2D8CC;
}
.precos-table tbody tr:last-child { border-bottom: none; }
.pt-fase {
  padding: 1.25rem 1.5rem 1.25rem 0;
  vertical-align: middle;
  text-align: left;
}
.pt-fase-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--almond);
  margin-bottom: 0.25rem;
}
.pt-fase-name {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--choco);
  letter-spacing: -.02em;
  line-height: 1.1;
  margin-bottom: 0.25rem;
}
.pt-fase-dur {
  display: block;
  font-size: 0.75rem;
  color: var(--muted);
  font-weight: 400;
}
.pt-price {
  padding: 1.25rem 1.5rem;
  text-align: center;
  vertical-align: middle;
}
.pt-price.is-a { background: rgba(106, 76, 76, 0.05); }
.pt-price.is-b { background: rgba(204, 158, 128, 0.10); }
.pt-price.is-a .pt-amount { color: var(--mocha); }
.pt-price.is-b .pt-amount { color: var(--choco); }
.pt-amount {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -.02em;
}
.pt-slash {
  font-size: 0.875rem;
  color: var(--muted);
  font-weight: 400;
}
/* Packs */
/* Packs */
.precos-packs {
  background: #FAF7F2;
  border: 1px solid #E2D8CC;
  border-radius: 16px;
  padding: 1.5rem 2rem;
  margin-bottom: 1.5rem;
}
.precos-packs-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--almond);
  margin-bottom: 0.75rem;
}
.precos-packs-desc {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 0.6rem;
}
.precos-packs-desc:last-child { margin-bottom: 0; }
/* Nota e CTA */
/* Nota e CTA */
.precos-nota {
  font-size: 0.75rem;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 2.5rem;
}
.precos-cta {
  text-align: center;
}
.precos-cta-sub {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  color: var(--muted);
  letter-spacing: .04em;
}
/* FAQ (v7 layout) */
/* FAQ (v7 layout) */
.faq { background: #FAF7F2; }
.faq-container { max-width: 800px; }
.faq-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #E2D8CC;
}
.faq-item {
  border-bottom: 1px solid #E2D8CC;
}
.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem 0;
  cursor: pointer;
  list-style: none;
  font-size: 1rem;
  font-weight: 500;
  color: var(--choco);
  line-height: 1.4;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-q span { flex: 1; }
.faq-chevron {
  color: var(--almond);
  flex-shrink: 0;
  transition: transform .25s ease;
}
.faq-item[open] > .faq-q .faq-chevron {
  transform: rotate(180deg);
}
.faq-a {
  padding: 0 0 1.5rem 0;
}
.faq-a p {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}
.closing {
  padding-block: 86px;
  color: var(--surface);
  background:
    linear-gradient(180deg, rgba(45, 29, 22, 0.76), rgba(45, 29, 22, 0.94)),
    url("assets/closing-cozinha360.webp") center 20% / cover;
}
.closing-inner {
  max-width: 740px;
  text-align: center;
  margin-inline: auto;
}
.closing h2 {
  line-height: 1.18;
  margin-bottom: 1.5rem;
}
.closing p {
  max-width: 620px;
  margin-inline: auto;
  line-height: 1.65;
}
.closing .eyebrow-light {
  color: var(--almond);
}
.closing-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 2rem;
}
.closing-meta {
  margin-top: 22px;
  color: rgba(255, 253, 248, 0.62);
  font-size: 0.9rem;
}
.footer {
  padding-block: 56px 28px;
  background: var(--choco);
  color: rgba(255, 253, 248, 0.62);
}
.foot-grid {
  display: grid;
  gap: 40px;
}
.foot-brand {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--surface);
  margin: 0 0 1.25rem;
  letter-spacing: -.01em;
}
.foot-brand-plus {
  color: var(--almond);
}
.foot-addr {
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(255, 253, 248, 0.55);
}
.foot-col {
  display: flex;
  flex-direction: column;
}
.foot-col-heading {
  margin: 0 0 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--almond);
}
.foot-link {
  font-size: 0.92rem;
  color: rgba(255, 253, 248, 0.62);
  text-decoration: none;
  padding-block: 0.3rem;
  transition: color .2s;
}
.foot-link:hover {
  color: var(--surface);
}
.foot-bottom {
  display: grid;
  gap: 8px;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.foot-copy,
.foot-legal {
  margin: 0;
  font-size: 0.8rem;
  color: rgba(255, 253, 248, 0.38);
  line-height: 1.6;
}
.foot-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.foot-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 253, 248, 0.55);
  transition: color .2s, border-color .2s, background .2s;
}
.foot-social-link:hover {
  color: var(--surface);
  border-color: rgba(204, 158, 128, 0.5);
  background: rgba(204, 158, 128, 0.08);
}
@media (min-width: 560px) {
:root {
    --gutter: 28px;
    --section-y: 86px;
  }
.hero-actions,
.closing-actions {
    flex-direction: row;
  }
.summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 760px) {
:root {
    --header-h: 72px;
    --section-y: 104px;
  }
.section-head h2,
.section-kicker h2,
.proof-copy h2,
.faq-head h2,
.closing h2 {
    font-size: 3.15rem;
  }
.split-head {
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.72fr);
    align-items: end;
  }
.header-cta {
    display: inline-flex;
  }
.hero h1 {
    font-size: 4.55rem;
  }
.hero-inner {
    gap: 54px;
    padding-bottom: 44px;
  }
.editorial-strip-inner {
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: start;
    gap: 48px;
    padding-block: 42px;
  }
.editorial-strip .eyebrow {
    padding-top: 0.18rem;
  }
.intro-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.9fr);
    align-items: start;
  }
.summary-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.pathway-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.tools-grid {
    grid-template-columns: repeat(3, 1fr);
  }
.ev-stats {
    grid-template-columns: repeat(3, 1fr);
  }
.team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
/* Equipa — responsive (≥760px) */
/* Equipa — responsive (≥760px) */
  .eq-card--featured {
    grid-template-columns: 260px 1fr;
  }
.mr-section {
    min-height: 460px;
  }
.faq-layout {
    grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1fr);
    align-items: start;
  }
.faq-head {
    position: sticky;
    top: calc(var(--header-h) + 24px);
  }
.foot-grid {
    grid-template-columns: 1.4fr 0.8fr 0.8fr;
    gap: 0;
  }
.foot-bottom {
    grid-template-columns: 1fr 1.4fr;
    align-items: start;
  }
}
@media (min-width: 1024px) {
:root {
    --gutter: 36px;
    --section-y: 118px;
  }
.desktop-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 0.92rem;
    font-weight: 600;
  }
.desktop-nav a {
    opacity: 0.82;
  }
.desktop-nav a:hover {
    opacity: 1;
  }
.menu-toggle {
    display: none;
  }
.hero-shade {
    background:
      linear-gradient(90deg, rgba(31, 23, 19, 0.96) 0%, rgba(31, 23, 19, 0.82) 38%, rgba(31, 23, 19, 0.22) 70%, rgba(31, 23, 19, 0.08) 100%),
      linear-gradient(180deg, rgba(31, 23, 19, 0.1) 0%, rgba(31, 23, 19, 0.38) 100%);
  }
.hero-inner {
    justify-content: center;
    padding-block: calc(var(--header-h) + 30px) 54px;
  }
.hero h1 {
    font-size: 5.4rem;
  }
.tool-primary-img {
    aspect-ratio: 16/9;
    max-height: 240px;
  }
.tool-primary-body {
    padding: 1.5rem;
  }
.tools-secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.tools-grid {
    grid-template-columns: 1fr;
  }
.tool-img--product {
    aspect-ratio: 16/9;
    max-height: 180px;
  }
.tool-body { padding: 1.5rem; }
.ev-highlight {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 1.5rem;
  }
.ev-stats { grid-template-columns: 1fr; }
.pq-stat {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
.glp-band-inner {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }
.glp-copy {
    border-left: none;
    border-top: 2px solid rgba(204,158,128,.3);
    padding-left: 0;
    padding-top: 1.5rem;
  }
.stat-editorial {
    padding: 1.5rem;
  }
}
@media (min-width: 1280px) {
.hero h1 {
    font-size: 5.9rem;
  }
.hero-media img {
    object-position: center center;
  }
}
@media (max-width: 759px) {
body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }
body.menu-open {
    padding-bottom: 0;
  }
.sticky-mobile-cta {
    position: fixed;
    inset: auto 0 0;
    z-index: 960;
    display: flex;
    gap: 10px;
    padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom));
    background: rgba(49, 40, 34, 0.94);
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 -16px 34px rgba(49, 40, 34, 0.2);
    backdrop-filter: blur(16px);
  }
body.menu-open .sticky-mobile-cta {
    display: none;
  }
.hero-actions .button-primary {
    display: none;
  }
.sticky-mobile-main,
.sticky-mobile-phone {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1;
  }
.sticky-mobile-main {
    flex: 1 1 auto;
    color: var(--surface);
    background: var(--blush);
    border: 1px solid rgba(255, 255, 255, 0.14);
  }
.sticky-mobile-phone {
    flex: 0 0 82px;
    color: var(--surface);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.32);
  }
.eq-card--featured {
    grid-template-columns: 1fr;
  }
.eq-card--featured .eq-img {
    height: 240px;
  }
.eq-card--featured .eq-body {
    padding: 1.75rem 1.5rem;
  }
.eq-grid {
    grid-template-columns: 1fr;
  }
.mr-section {
    grid-template-columns: 1fr;
  }
.mr-photo {
    max-height: 360px;
  }
.mr-content {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 420px) {
.section-head h2,
.section-kicker h2,
.proof-copy h2,
.faq-head h2,
.closing h2 {
    font-size: 2rem;
  }
.hero h1 {
    max-width: 11ch;
    font-size: 2.85rem;
  }
.button {
    width: 100%;
  }
}
/* Camada de ritmo visual — mais editorial,
sem comprometer a sobriedade clínica */
.section-intro,
.section-method,
#percursos,
.section-team,
.precos,
.faq {
  position: relative;
  overflow: hidden;
}
.section-intro::before,
.section-method::before,
#percursos::before,
.precos::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.section-intro::before {
  background:
    linear-gradient(125deg, rgba(224, 187, 162, 0.14) 0 18%, transparent 18% 100%),
    linear-gradient(180deg, rgba(255, 250, 246, 0) 0%, rgba(238, 217, 202, 0.3) 100%);
}
.section-intro > .container,
.section-method > .container,
#percursos > .container,
.precos > .container,
.faq > .container,
.section-team > .container {
  position: relative;
  z-index: 1;
}
.summary-grid {
  gap: 16px;
}
.summary-card {
  position: relative;
  min-height: 218px;
  overflow: hidden;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(255, 250, 246, 0.96), rgba(245, 230, 221, 0.9));
  box-shadow: 0 18px 42px rgba(49, 40, 34, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.summary-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--blush), var(--almond));
}
.summary-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px auto;
  width: 46px;
  height: 1px;
  background: var(--almond);
  opacity: 0.55;
}
.summary-card span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  color: var(--cacao);
  background: rgba(255, 250, 246, 0.76);
  border: 1px solid rgba(106, 76, 76, 0.18);
  border-radius: 999px;
}
.summary-card:hover,
.pathway-card:hover,
.tool-card:hover {
  transform: translateY(-4px);
}
.summary-card:hover {
  border-color: rgba(198, 127, 116, 0.38);
  box-shadow: 0 24px 54px rgba(49, 40, 34, 0.12);
}
.condition-carousel-wrap {
  isolation: isolate;
}
.condition-carousel-wrap::before,
.condition-carousel-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 56px;
  pointer-events: none;
}
.condition-carousel-wrap::before {
  left: 24px;
  background: linear-gradient(90deg, rgba(49, 40, 34, 0.72), rgba(49, 40, 34, 0));
}
.condition-carousel-wrap::after {
  right: 24px;
  background: linear-gradient(270deg, rgba(49, 40, 34, 0.72), rgba(49, 40, 34, 0));
}
.carousel-btn {
  position: relative;
  z-index: 2;
  backdrop-filter: blur(12px);
}
.condition-carousel article {
  position: relative;
  display: grid;
  min-height: 180px;
  align-content: end;
  overflow: hidden;
  padding: 20px 22px;
  background:
    linear-gradient(180deg, rgba(255, 250, 246, 0.12), rgba(20, 10, 4, 0.62)),
    rgba(30, 18, 10, 0.48);
  box-shadow: 0 18px 40px rgba(20, 10, 4, 0.18);
  transition: transform 0.28s ease, background 0.28s ease, border-color 0.28s ease;
}
.condition-carousel article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--almond), rgba(255, 255, 255, 0));
  opacity: 0.72;
}
.condition-carousel article:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.26);
  background:
    linear-gradient(180deg, rgba(255, 250, 246, 0.16), rgba(20, 10, 4, 0.52)),
    rgba(30, 18, 10, 0.56);
}
.section-method::before {
  background:
    linear-gradient(112deg, rgba(255, 250, 246, 0.72) 0 34%, transparent 34% 100%),
    linear-gradient(180deg, rgba(238, 217, 202, 0.44), rgba(224, 187, 162, 0.2));
}
#percursos::before {
  background:
    linear-gradient(90deg, rgba(238, 217, 202, 0.36) 0 1px, transparent 1px 100%) 50% 0 / 96px 96px,
    linear-gradient(180deg, rgba(255, 250, 246, 0), rgba(238, 217, 202, 0.28));
  opacity: 0.72;
}
.pathway-grid {
  gap: 18px;
}
.pathway-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 30px;
  background:
    linear-gradient(150deg, rgba(255, 250, 246, 0.98), rgba(245, 230, 221, 0.84));
  box-shadow: 0 18px 44px rgba(49, 40, 34, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.pathway-card::after {
  position: absolute;
  right: -0.04em;
  bottom: -0.26em;
  color: rgba(106, 76, 76, 0.07);
  font-family: var(--font-serif);
  font-size: clamp(7rem, 18vw, 15rem);
  line-height: 1;
  pointer-events: none;
}
.pathway-card:first-child::after {
  content: "A";
}
.pathway-card-accent::after {
  content: "B";
  color: rgba(198, 127, 116, 0.12);
}
.pathway-card:hover {
  border-color: rgba(198, 127, 116, 0.36);
  box-shadow: 0 28px 62px rgba(49, 40, 34, 0.13);
}
.pathway-card > * {
  position: relative;
  z-index: 1;
}
.glp-callout {
  box-shadow: 0 16px 42px rgba(49, 40, 34, 0.08);
}
.section-proof {
  position: relative;
  overflow: hidden;
}
.tools-grid {
  align-items: start;
}
.tool-card {
  position: relative;
  min-height: 350px;
  box-shadow: 0 22px 54px rgba(20, 10, 4, 0.22);
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}
.tool-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--almond), rgba(255, 255, 255, 0));
}
.tool-card:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(20, 10, 4, 0.68);
}
.tool-note {
  margin-top: auto;
}
.precos::before {
  background:
    linear-gradient(135deg, rgba(255, 250, 246, 0.5), transparent 44%),
    linear-gradient(180deg, rgba(238, 217, 202, 0.22), rgba(255, 250, 246, 0.18));
}
.precos-table-wrap,
.precos-packs {
  box-shadow: 0 18px 46px rgba(49, 40, 34, 0.08);
}
.precos-table-wrap {
  border-radius: 24px;
  background: rgba(255, 250, 246, 0.78);
}
.precos-table tbody tr {
  transition: background 0.22s ease;
}
.precos-table tbody tr:hover {
  background: rgba(255, 250, 246, 0.72);
}
.pt-price.is-a,
.pt-price.is-b {
  position: relative;
  overflow: hidden;
}
.pt-price.is-a::before,
.pt-price.is-b::before {
  content: "";
  position: absolute;
  inset: 14px 10px;
  border-radius: 14px;
  pointer-events: none;
}
.pt-price.is-a::before {
  background: rgba(106, 76, 76, 0.045);
}
.pt-price.is-b::before {
  background: rgba(204, 158, 128, 0.1);
}
.pt-price .pt-amount,
.pt-price .pt-slash {
  position: relative;
  z-index: 1;
}
.faq {
  background:
    linear-gradient(180deg, #FAF7F2, rgba(238, 217, 202, 0.54));
}
.faq-item {
  padding-inline: 18px;
  transition: background 0.22s ease, box-shadow 0.22s ease;
}
.faq-item[open] {
  background: rgba(255, 250, 246, 0.76);
  box-shadow: inset 3px 0 0 var(--almond);
}
.closing {
  position: relative;
  overflow: hidden;
}
.closing::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 250, 246, 0.08) 0 28%, transparent 28% 100%);
  pointer-events: none;
}
.closing-inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 760px) {
.summary-card:nth-child(2),
.tools-grid .tool-card:nth-child(2) {
    margin-top: 28px;
  }
.summary-card:nth-child(3),
.tools-grid .tool-card:nth-child(3) {
    margin-top: 56px;
  }
.pathway-card-accent {
    margin-top: 32px;
  }
}
@media (max-width: 759px) {
.section-intro::before,
.section-method::before,
#percursos::before,
.precos::before {
    opacity: 0.72;
  }
.summary-card,
.pathway-card,
.tool-card {
    min-height: auto;
  }
.summary-card,
.pathway-card {
    padding: 24px;
  }
.condition-carousel-wrap {
    margin-inline: calc(var(--gutter) * -1);
    padding-inline: var(--gutter);
  }
.condition-carousel-wrap::before,
.condition-carousel-wrap::after {
    display: none;
  }
.condition-carousel article {
    flex-basis: min(82vw, 330px);
    min-height: 240px;
  }
.tools-grid {
    gap: 16px;
  }
.tool-card {
    min-height: 300px;
  }
.precos-table-wrap {
    border-radius: 18px;
  }
.faq-item {
    padding-inline: 14px;
  }
}
/* Refinamento editorial: cards rectos,
alinhados e fundos sem traços decorativos */
/* Refinamento editorial: cards rectos,
alinhados e fundos sem traços decorativos */
:root {
  --radius: 0;
}
.section-intro::before,
.section-method::before,
#percursos::before,
.precos::before,
.closing::after,
.summary-card::before,
.summary-card::after,
.condition-carousel article::before,
.pathway-card::after,
.tool-card::before {
  content: none;
  display: none;
}
.section-intro,
.section-method,
#percursos,
.precos,
.faq {
  overflow: clip;
}
.summary-card,
.condition-carousel article,
.pathway-card,
.tool-card,
.eq-card,
.mr-section,
.glp-callout,
.glp-band-inner,
.precos-table-wrap,
.precos-packs,
.tool-proof,
.tool-note,
.faq-item[open] {
  border-radius: 0;
}
.summary-card,
.pathway-card,
.tool-card {
  transform: none;
}
.summary-card:hover,
.pathway-card:hover,
.tool-card:hover,
.condition-carousel article:hover {
  transform: none;
}
.summary-grid,
.pathway-grid,
.tools-grid {
  align-items: stretch;
}
.summary-card {
  min-height: 0;
  padding: 28px;
  background: rgba(255, 250, 246, 0.86);
  box-shadow: 0 14px 36px rgba(49, 40, 34, 0.07);
}
.summary-card span {
  border-radius: 0;
}
.condition-carousel article {
  background: rgba(30, 18, 10, 0.52);
}
#percursos {
  background: var(--surface);
}
.pathway-card {
  min-height: 0;
  background: rgba(255, 250, 246, 0.88);
  box-shadow: 0 14px 36px rgba(49, 40, 34, 0.07);
}
.pathway-card-accent {
  background: var(--ivory);
}
.tool-card {
  min-height: 0;
}
.precos {
  background: #F3EDE4;
}
.precos-table-wrap {
  background: rgba(255, 250, 246, 0.88);
}
.pt-price.is-a::before,
.pt-price.is-b::before {
  border-radius: 0;
}
.faq-item[open] {
  box-shadow: none;
}
.glp-callout {
  border-left: 1px solid var(--line);
}
.glp-copy {
  border-left-color: rgba(255, 255, 255, 0.16);
}
.pt-th--a,
.pt-th--b {
  border-top: 0;
}
@media (min-width: 760px) {
.summary-card:nth-child(2),
.summary-card:nth-child(3),
.tools-grid .tool-card:nth-child(2),
.tools-grid .tool-card:nth-child(3),
.pathway-card-accent {
    margin-top: 0;
    margin-left: 0;
  }
}
@media (max-width: 759px) {
.summary-card,
.pathway-card {
    padding: 24px;
  }
.tool-card {
    min-height: 0;
  }
.precos-table-wrap {
    border-radius: 0;
  }
}
/* Revisão final de UX visual: equilíbrio entre cards rectos,
suavidade e comportamento */
/* Revisão final de UX visual: equilíbrio entre cards rectos,
suavidade e comportamento */
:root {
  --radius: 8px;
}
.summary-card,
.condition-carousel article,
.pathway-card,
.tool-card,
.eq-card,
.mr-section,
.precos-table-wrap,
.precos-packs,
.glp-callout,
.glp-band-inner,
.tool-note,
.tool-proof,
.faq-item[open] {
  border-radius: var(--radius);
}
.summary-card,
.pathway-card,
.tool-card,
.eq-card,
.mr-section,
.precos-table-wrap,
.precos-packs {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}
.summary-card:hover,
.pathway-card:hover,
.tool-card:hover,
.eq-card:hover,
.precos-packs:hover {
  transform: translateY(-2px);
}
.summary-card,
.pathway-card,
.precos-table-wrap,
.precos-packs {
  box-shadow: 0 16px 42px rgba(49, 40, 34, 0.08);
}
.summary-card:hover,
.pathway-card:hover,
.precos-packs:hover {
  box-shadow: 0 22px 56px rgba(49, 40, 34, 0.12);
}
.hero-media img {
  object-position: 54% center;
}
/* Ferramentas: menos catálogo,
mais prova clínica editorial */
/* Ferramentas: menos catálogo,
mais prova clínica editorial */
.section-proof {
  background:
    linear-gradient(135deg, rgba(20, 10, 4, 0.92) 0%, rgba(49, 40, 34, 0.84) 58%, rgba(20, 10, 4, 0.94) 100%),
    url("assets/dexa.jpg") center 35% / cover no-repeat;
}
.section-proof .sec-head {
  max-width: 780px;
  margin-bottom: 2.4rem;
}
.tools-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  margin-bottom: 0;
}
.tool-card {
  display: grid;
  grid-template-rows: 190px 1fr;
  min-height: 0;
  overflow: hidden;
  background: rgba(255, 250, 246, 0.08);
  border: 1px solid rgba(255, 250, 246, 0.16);
  box-shadow: 0 22px 58px rgba(20, 10, 4, 0.22);
  backdrop-filter: blur(14px);
}
.tool-card:hover {
  background: rgba(255, 250, 246, 0.12);
  border-color: rgba(255, 250, 246, 0.26);
  box-shadow: 0 28px 70px rgba(20, 10, 4, 0.28);
}
.tool-body {
  padding: 1.55rem;
  gap: 0.85rem;
}
.tool-title {
  color: var(--surface);
}
.tool-desc {
  font-size: 0.93rem;
  line-height: 1.66;
}
.tool-note {
  padding: 0.95rem;
  background: rgba(255, 250, 246, 0.08);
  border-color: rgba(255, 250, 246, 0.12);
}
/* Equipa: descrição visível,
hierarquia controlada e convidada externa menos dominante */
/* Equipa: descrição visível,
hierarquia controlada e convidada externa menos dominante */
.eq-card--featured {
  grid-template-columns: minmax(220px, 30%) 1fr;
  max-height: none;
  min-height: 320px;
  background: linear-gradient(135deg, var(--ivory), rgba(255, 250, 246, 0.92));
  box-shadow: 0 18px 46px rgba(49, 40, 34, 0.08);
}
.eq-card--featured .eq-img {
  min-height: 320px;
}
.eq-card--featured .eq-body {
  justify-content: center;
  gap: 0.78rem;
  padding: clamp(1.65rem, 3vw, 2.65rem);
}
.eq-grid {
  gap: 18px;
  align-items: stretch;
  margin-bottom: 1.25rem;
}
.eq-card--spec {
  background: rgba(255, 250, 246, 0.78);
  box-shadow: 0 14px 34px rgba(49, 40, 34, 0.06);
}
.eq-card--spec .eq-body {
  gap: 0.55rem;
  padding: 1.2rem 1.25rem 1.35rem;
}
.eq-img--square {
  aspect-ratio: 1 / 1.02;
  max-height: none;
}
.eq-tag,
.mr-tag {
  line-height: 1.35;
}
.eq-name {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.22;
}
.eq-cred,
.eq-desc {
  margin: 0;
  max-width: 68ch;
}
.eq-cred {
  line-height: 1.48;
}
.eq-desc {
  line-height: 1.62;
}
.mr-section {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.72fr);
  max-height: none;
  min-height: 0;
  align-items: stretch;
  background: rgba(245, 230, 221, 0.7);
  border: 1px solid var(--line);
  box-shadow: 0 14px 34px rgba(49, 40, 34, 0.06);
}
.mr-content {
  padding: clamp(1.4rem, 2.6vw, 2rem);
  gap: 0.55rem;
}
.mr-photo {
  min-height: 250px;
  background: rgba(255, 250, 246, 0.52);
}
.mr-photo img {
  object-fit: cover;
  object-position: center top;
}
.mr-name {
  font-size: clamp(1.4rem, 2vw, 1.85rem);
}
.mr-cred {
  line-height: 1.48;
}
.mr-body {
  gap: 0.5rem;
}
.mr-body p {
  line-height: 1.58;
}
.pi-item {
  align-items: flex-start;
  padding: 0.9rem;
  background: rgba(255, 250, 246, 0.7);
  border: 1px solid rgba(106, 76, 76, 0.12);
  border-radius: calc(var(--radius) - 2px);
}
.pi-value {
  font-size: clamp(2rem, 4vw, 2.65rem);
}
.pi-label {
  text-align: left;
  line-height: 1.3;
}
.precos-table-wrap {
  overflow: visible;
  padding: 0;
  border: 1px solid #E2D8CC;
}
.precos-table {
  min-width: 0;
}
.precos-table thead th {
  position: sticky;
  top: var(--header-h);
  z-index: 2;
}
.pt-th-fase,
.pt-th,
.pt-fase,
.pt-price {
  padding: 1.2rem 1.25rem;
}
.pt-th-fase {
  padding-left: 1.25rem;
}
.precos-table tbody tr:hover {
  background: rgba(255, 250, 246, 0.76);
}
.pt-amount {
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
}
.precos-packs {
  display: grid;
  gap: 0.45rem;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
@media (max-width: 980px) {
.tools-grid,
.eq-grid {
    grid-template-columns: 1fr;
  }
.tool-card {
    grid-template-columns: minmax(180px, 0.38fr) 1fr;
    grid-template-rows: auto;
  }
}
@media (max-width: 759px) {
:root {
    --radius: 7px;
  }
.hero-media img {
    object-position: 58% center;
  }
.tool-card {
    grid-template-columns: 1fr;
    grid-template-rows: 180px auto;
  }
.tool-body {
    padding: 1.35rem;
  }
.eq-card--featured {
    grid-template-columns: 1fr;
    min-height: 0;
  }
.eq-card--featured .eq-img {
    min-height: 260px;
    height: auto;
  }
.eq-card--featured .eq-body {
    padding: 1.45rem;
  }
.eq-img--square {
    aspect-ratio: 1 / 0.88;
  }
.mr-section {
    grid-template-columns: 1fr;
  }
.mr-photo {
    min-height: 220px;
    max-height: 280px;
  }
.precos-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
.precos-table,
.precos-table thead,
.precos-table tbody,
.precos-table tr,
.precos-table th,
.precos-table td {
    display: block;
    width: 100%;
  }
.precos-table {
    min-width: 0;
  }
.precos-table thead {
    display: none;
  }
.precos-table tbody {
    display: grid;
    gap: 12px;
  }
.precos-table tbody tr {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    overflow: hidden;
    background: rgba(255, 250, 246, 0.86);
    border: 1px solid #E2D8CC;
    border-radius: var(--radius);
    box-shadow: 0 14px 34px rgba(49, 40, 34, 0.07);
  }
.pt-fase {
    padding: 1.1rem 1.15rem 0.85rem;
    border-bottom: 1px solid #E2D8CC;
  }
.pt-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0.95rem 1.15rem;
    text-align: right;
  }
.pt-price::before {
    content: attr(data-label);
    color: var(--muted);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: left;
    text-transform: uppercase;
  }
.pt-price.is-a,
.pt-price.is-b {
    background: transparent;
  }
.pt-price.is-b {
    background: rgba(204, 158, 128, 0.12);
  }
}
/* Ajustes finais pedidos: ferramentas sem fotos,
percursos mais ricos,
equipa e preços afinados */
/* Ajustes finais pedidos: ferramentas sem fotos,
equipa e preços afinados */
:root {
  --radius: 10px;
}
.summary-card:hover {
  background:
    linear-gradient(145deg, rgba(234, 194, 189, 0.72), rgba(238, 217, 202, 0.9));
  border-color: rgba(198, 127, 116, 0.42);
}
.summary-card:hover span {
  color: var(--surface);
  background: var(--blush);
  border-color: var(--blush);
}
.condition-carousel-wrap::before,
.condition-carousel-wrap::after {
  content: none;
  display: none;
}
.condition-carousel article {
  background: rgba(49, 40, 34, 0.58);
}
.condition-carousel article:hover {
  background: rgba(106, 76, 76, 0.58);
  border-color: rgba(255, 250, 246, 0.28);
}
.pathway-card {
  min-height: 0;
  padding: clamp(1.45rem, 2.5vw, 2rem);
  background:
    linear-gradient(135deg, rgba(255, 250, 246, 0.96), rgba(238, 217, 202, 0.7));
}
.pathway-card-accent {
  background:
    linear-gradient(135deg, rgba(255, 250, 246, 0.96), rgba(234, 194, 189, 0.5));
}
.pathway-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.pathway-token {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  color: var(--surface);
  background: var(--mocha);
  border-radius: 999px;
  font-family: var(--font-serif);
  font-size: 1.55rem;
  line-height: 1;
}
.pathway-card-accent .pathway-token {
  background: var(--blush);
}
.pathway-points {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}
.pathway-points span {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 7px 10px;
  color: var(--choco);
  background: rgba(255, 250, 246, 0.72);
  border: 1px solid rgba(106, 76, 76, 0.14);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.2;
}
.pathway-card-accent .pathway-points span {
  background: rgba(255, 205, 173, 0.34);
  border-color: rgba(198, 127, 116, 0.22);
}
.glp-callout {
  display: grid;
  grid-template-columns: minmax(160px, 0.24fr) minmax(0, 1fr);
  gap: 18px;
  max-width: none;
  margin-top: 24px;
  padding: clamp(1.1rem, 2vw, 1.45rem);
  background: rgba(255, 250, 246, 0.74);
  border: 1px solid rgba(106, 76, 76, 0.18);
  border-left: 1px solid rgba(106, 76, 76, 0.18);
  box-shadow: 0 14px 34px rgba(49, 40, 34, 0.07);
}
.glp-callout-label {
  margin: 0;
  color: var(--blush);
}
.glp-callout p {
  max-width: 82ch;
}
.section-proof {
  background:
    radial-gradient(circle at 12% 22%, rgba(255, 205, 173, 0.18), transparent 28%),
    linear-gradient(135deg, #231913 0%, #312822 52%, #4c3734 100%);
  background-attachment: scroll;
}
.section-proof .sec-head {
  max-width: 860px;
  margin-bottom: 1.6rem;
}
.tools-nav {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}
.tools-nav button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 9px 14px;
  color: rgba(255, 250, 246, 0.72);
  background: rgba(255, 250, 246, 0.06);
  border: 1px solid rgba(255, 250, 246, 0.14);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.tools-nav button:hover,
.tools-nav button:focus-visible {
  color: var(--surface);
  background: rgba(198, 127, 116, 0.22);
  border-color: rgba(255, 205, 173, 0.36);
}
.tools-nav button.is-active {
  color: var(--surface);
  background: rgba(198, 127, 116, 0.38);
  border-color: rgba(255, 205, 173, 0.56);
}
.tools-nav button span {
  color: var(--petal);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
}
.tools-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}
.tool-card--hidden {
  display: none;
}
.tool-card {
  display: grid;
  grid-template-rows: 1fr;
  min-height: 360px;
  background:
    linear-gradient(160deg, rgba(255, 250, 246, 0.96), rgba(245, 230, 221, 0.9));
  border: 1px solid rgba(255, 250, 246, 0.28);
  box-shadow: 0 20px 54px rgba(20, 10, 4, 0.24);
  backdrop-filter: none;
}
.tool-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px auto;
  width: 54px;
  height: 54px;
  background: radial-gradient(circle, rgba(198, 127, 116, 0.18), transparent 68%);
  border-radius: 999px;
  pointer-events: none;
}
.tool-body {
  position: relative;
  display: grid;
  gap: 0.95rem;
  align-content: start;
  padding: clamp(1.35rem, 2.2vw, 1.8rem);
}
.tool-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.tool-number {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: var(--choco);
  background: var(--petal);
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
}
.tool-card:nth-child(2) .tool-number {
  background: var(--almond);
  color: var(--surface);
}
.tool-card:nth-child(3) .tool-number {
  background: var(--blush);
  color: var(--surface);
}
.tool-label {
  max-width: 18ch;
  text-align: right;
  color: var(--mocha);
  opacity: 1;
  line-height: 1.35;
}
.tool-title {
  margin-top: 0.55rem;
  color: var(--choco);
  font-size: clamp(1.85rem, 3.4vw, 2.55rem);
}
.tool-desc {
  color: rgba(49, 40, 34, 0.82);
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.66;
}
.tool-note {
  align-self: end;
  margin-top: auto;
  background: rgba(224, 187, 162, 0.26);
  border-color: rgba(106, 76, 76, 0.14);
}
.tool-note-main {
  color: var(--choco);
  font-weight: 700;
}
.tool-note-sub {
  color: rgba(49, 40, 34, 0.68);
}
.tool-card:hover {
  background:
    linear-gradient(160deg, rgba(255, 250, 246, 0.98), rgba(234, 194, 189, 0.72));
  border-color: rgba(198, 127, 116, 0.32);
}
.exercise-tech {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(200px, 0.38fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-top: clamp(1rem, 2vw, 1.6rem);
  padding: clamp(1rem, 2vw, 1.5rem);
  color: rgba(255, 250, 246, 0.9);
  background:
    linear-gradient(135deg, rgba(255, 250, 246, 0.09), rgba(255, 205, 173, 0.08) 54%, rgba(255, 250, 246, 0.04)),
    rgba(38, 27, 22, 0.74);
  border: 1px solid rgba(255, 250, 246, 0.16);
  box-shadow: 0 22px 64px rgba(18, 10, 7, 0.24);
}
.exercise-tech-copy {
  display: grid;
  align-content: start;
  gap: 0.95rem;
  max-width: 920px;
}
.exercise-tech-copy .eyebrow {
  margin-bottom: 0;
}
.exercise-tech-copy h3 {
  max-width: 26ch;
  color: var(--surface);
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
  line-height: 1.2;
  font-weight: 600;
}
.exercise-tech-copy p:not(.eyebrow) {
  max-width: 56ch;
  color: rgba(255, 250, 246, 0.72);
  font-size: clamp(0.9rem, 1.05vw, 0.98rem);
  line-height: 1.68;
}
.exercise-tech-media {
  position: relative;
  min-height: 0;
  max-height: 280px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 246, 0.16);
  background: rgba(255, 250, 246, 0.06);
}
.exercise-tech-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(47, 35, 29, 0.05), rgba(47, 35, 29, 0.18));
  pointer-events: none;
}
.exercise-tech-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.86) contrast(0.96);
}
.exercise-tech-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}
.exercise-tech-grid article {
  display: grid;
  align-content: start;
  grid-template-rows: auto auto auto auto;
  gap: 0.5rem;
  min-height: 0;
  padding: clamp(0.9rem, 1.5vw, 1.1rem);
  color: var(--choco);
  background:
    linear-gradient(180deg, rgba(255, 250, 246, 0.98), rgba(245, 230, 221, 0.92));
  border: 1px solid rgba(255, 250, 246, 0.3);
  box-shadow: 0 18px 42px rgba(20, 10, 4, 0.18);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}
.exercise-tech-grid article:hover {
  transform: translateY(-3px);
  background:
    linear-gradient(180deg, rgba(255, 250, 246, 1), rgba(255, 237, 226, 0.98));
  border-color: rgba(255, 205, 173, 0.48);
}
.exercise-tech-grid span {
  color: var(--blush);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}
.exercise-tech-grid h4 {
  color: var(--choco);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
}
.exercise-tech-grid p {
  color: rgba(49, 40, 34, 0.74);
  font-size: 0.94rem;
  line-height: 1.62;
}
.exercise-tech-grid small {
  align-self: end;
  display: block;
  margin-top: 0.4rem;
  padding-top: 0.5rem;
  color: rgba(106, 76, 76, 0.78);
  border-top: 1px solid rgba(106, 76, 76, 0.14);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
}
.exercise-tech-note {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 0.85rem;
  color: rgba(255, 250, 246, 0.56);
  border-top: 1px solid rgba(255, 250, 246, 0.14);
  font-size: 0.88rem;
  font-style: italic;
  line-height: 1.5;
}
@media (max-width: 1040px) {
  .exercise-tech {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 759px) {
  .exercise-tech {
    padding: 1rem;
  }
  .exercise-tech-grid {
    grid-template-columns: 1fr;
  }
  .exercise-tech-grid article {
    min-height: 0;
  }
}
.eq-img,
.eq-img--square {
  position: relative;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 205, 173, 0.5), transparent 38%),
    linear-gradient(180deg, rgba(238, 217, 202, 0.8), rgba(255, 250, 246, 0.9));
}
.eq-card--featured .eq-img img {
  object-fit: contain;
  object-position: center bottom;
  transform: scale(1.16) translateY(5%);
  transform-origin: center bottom;
}
.eq-img--square img {
  object-fit: contain;
  object-position: center 30%;
  transform: scale(1.18) translateY(-4%);
  transform-origin: center center;
}
.mr-photo img {
  object-fit: cover;
  object-position: 58% center;
}
.precos {
  background:
    linear-gradient(180deg, #F3EDE4, rgba(238, 217, 202, 0.74));
}
.precos-table-wrap {
  margin-top: 0;
  background: rgba(255, 250, 246, 0.94);
}
.precos-packs {
  background: rgba(255, 250, 246, 0.82);
}
@media (max-width: 980px) {
.tools-grid {
    grid-template-columns: 1fr;
  }
.tool-card {
    min-height: 0;
  }
.tool-label {
    max-width: none;
  }
}
@media (max-width: 759px) {
.tools-nav {
    margin-inline: calc(var(--gutter) * -1);
    padding-inline: var(--gutter);
  }
.tool-card {
    min-height: 0;
  }
.tool-card-head {
    align-items: center;
  }
.tool-label {
    text-align: left;
  }
.glp-callout {
    grid-template-columns: 1fr;
  }
.pathway-token,
.tool-number {
    width: 38px;
    height: 38px;
  }
.eq-card--featured .eq-img img {
    transform: scale(1.08) translateY(4%);
  }
.eq-img--square img {
    transform: scale(1.1) translateY(-3%);
  }
}
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
    scroll-behavior: auto;
    transition: none;
    animation: none;
  }
}
/* Refinamento final: marcas de agua nos percursos e hover sem blush dominante */
/* Refinamento final: marcas de agua nos percursos e hover sem blush dominante */
.pathway-card {
  position: relative;
  overflow: hidden;
}
.pathway-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--mocha), var(--almond), var(--petal));
  opacity: 0.7;
  pointer-events: none;
}
.pathway-card-accent::before {
  background: linear-gradient(180deg, var(--almond), var(--petal), var(--mocha));
}
.pathway-card-head {
  position: relative;
  display: block;
}
.pathway-token {
  position: absolute;
  top: -1.55rem;
  right: -0.55rem;
  z-index: 0;
  display: block;
  width: auto;
  height: auto;
  color: transparent;
  background: linear-gradient(135deg, rgba(106, 76, 76, 0.2), rgba(204, 158, 128, 0.18), rgba(255, 205, 173, 0.22));
  border-radius: 0;
  font-family: var(--font-serif);
  font-size: clamp(7.2rem, 14vw, 10rem);
  font-weight: 500;
  line-height: 0.82;
  letter-spacing: -0.08em;
  opacity: 0.55;
  pointer-events: none;
  -webkit-background-clip: text;
  background-clip: text;
}
.pathway-card-accent .pathway-token {
  background: linear-gradient(135deg, rgba(204, 158, 128, 0.28), rgba(255, 205, 173, 0.3), rgba(106, 76, 76, 0.16));
  -webkit-background-clip: text;
  background-clip: text;
}
.pathway-card > * {
  position: relative;
  z-index: 1;
}
.pathway-card,
.pathway-card-accent {
  background:
    linear-gradient(135deg, rgba(255, 250, 246, 0.97), rgba(238, 217, 202, 0.72));
}
.pathway-card-accent {
  background:
    linear-gradient(135deg, rgba(255, 250, 246, 0.98), rgba(255, 205, 173, 0.28), rgba(204, 158, 128, 0.16));
}
.pathway-card:hover,
.tool-card:hover {
  background:
    linear-gradient(145deg, rgba(255, 250, 246, 0.98), rgba(255, 205, 173, 0.34), rgba(204, 158, 128, 0.22));
  border-color: rgba(106, 76, 76, 0.22);
}
.pathway-card-accent .pathway-points span {
  background: rgba(255, 205, 173, 0.24);
  border-color: rgba(204, 158, 128, 0.28);
}
.tool-card::after {
  background: radial-gradient(circle, rgba(255, 205, 173, 0.22), transparent 58%);
}
.tool-number {
  background: linear-gradient(135deg, var(--petal), rgba(204, 158, 128, 0.58));
  color: var(--choco);
}
.tool-card:nth-child(2) .tool-number {
  background: linear-gradient(135deg, var(--almond), var(--petal));
  color: var(--choco);
}
.tool-card:nth-child(3) .tool-number {
  background: linear-gradient(135deg, var(--mocha), var(--almond));
  color: var(--surface);
}
.tool-card:hover .tool-number {
  background: linear-gradient(135deg, var(--mocha), var(--almond), var(--petal));
  color: var(--surface);
}
@media (max-width: 759px) {
.pathway-token {
    top: -0.9rem;
    right: -0.25rem;
    font-size: clamp(5.6rem, 29vw, 7.6rem);
    opacity: 0.46;
  }
}
/* Ajustes finais: investimento e card Maria Raimundo */
/* Ajustes finais: investimento e card Maria Raimundo */
.precos-table thead th {
  position: static;
  top: auto;
  z-index: auto;
}
.precos-table-wrap {
  overflow: clip;
}
.precos-table {
  isolation: isolate;
}
.precos-table :is(.pt-th--a, .pt-price.is-a) {
  background: rgba(106, 76, 76, 0.07);
}
.precos-table :is(.pt-th--b, .pt-price.is-b) {
  background: rgba(198, 127, 116, 0.13);
}
.precos-table tbody tr:hover {
  background: transparent;
}
.pt-price-box {
  border: 0;
  background: transparent;
  transition: none;
}
.pt-price:hover .pt-price-box,
.pt-price-box:focus-visible {
  background: transparent;
  border-color: transparent;
  transform: none;
}
.pt-price-box:focus-visible {
  outline: 2px solid rgba(198, 127, 116, 0.7);
  outline-offset: 5px;
}
.pt-total {
  margin-top: 0.16rem;
}
.mr-section {
  width: min(100%, 980px);
  margin-inline: auto;
  grid-template-columns: minmax(0, 1.12fr) minmax(210px, 0.58fr);
  background: #F7F3EC;
  border-color: rgba(106, 76, 76, 0.16);
}
.mr-content {
  padding: clamp(1.2rem, 2vw, 1.6rem);
  gap: 0.42rem;
}
.mr-photo {
  min-height: 220px;
  max-height: 300px;
  background: #F7F3EC;
}
.mr-photo img {
  object-fit: contain;
  object-position: center bottom;
}
.mr-name {
  font-size: clamp(1.28rem, 1.75vw, 1.6rem);
}
.mr-body {
  gap: 0.36rem;
}
.mr-body p {
  line-height: 1.5;
}
@media (max-width: 759px) {
.precos-table-wrap {
    overflow: visible;
  }
.precos-table th,
.precos-table td {
    border-bottom: 0;
  }
.precos-table tbody {
    gap: 14px;
  }
.precos-table tbody tr {
    display: grid;
    overflow: hidden;
    border: 1px solid rgba(106, 76, 76, 0.18);
    background: rgba(255, 250, 246, 0.9);
  }
.precos-table tbody tr:hover {
    background: rgba(255, 250, 246, 0.9);
  }
.pt-fase {
    border-bottom: 1px solid rgba(106, 76, 76, 0.16);
  }
.pt-price {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: start;
    gap: 1rem;
    min-height: 4.6rem;
    text-align: right;
  }
.pt-price::before {
    content: attr(data-label);
    align-self: start;
    padding-top: 0.2rem;
    line-height: 1.35;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--mocha);
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: left;
  }
.pt-price-box {
    display: flex;
    max-width: 10rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    justify-self: end;
    text-align: right;
  }
.pt-total {
    display: block;
    flex-basis: 100%;
    font-size: 0.68rem;
    line-height: 1.25;
  }
.mr-section {
    width: 100%;
    grid-template-columns: 1fr;
  }
.mr-photo {
    min-height: 230px;
    max-height: 260px;
    order: -1;
  }
.mr-photo img {
    object-fit: contain;
    object-position: center bottom;
  }
}
/* Afinacao: carrossel alinhado e tabela de investimento com totais por fase */
/* Afinacao: carrossel alinhado e tabela de investimento com totais por fase */
.condition-carousel article {
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: start;
  align-items: start;
  min-height: 232px;
}
.condition-carousel h3 {
  display: flex;
  align-items: flex-start;
  min-height: 3.1rem;
  margin: 0 0 12px;
  line-height: 1.25;
}
.condition-carousel p {
  margin: 0;
}
.precos-table {
  border-collapse: separate;
  border-spacing: 0;
}
.precos-table thead tr,
.precos-table tbody tr {
  border-bottom: 0;
}
.precos-table th,
.precos-table td {
  border-bottom: 1px solid rgba(106, 76, 76, 0.16);
}
.precos-table tbody tr:last-child th,
.precos-table tbody tr:last-child td {
  border-bottom: 0;
}
.precos-table :is(.pt-th--a, .pt-price.is-a) {
  background: rgba(245, 230, 221, 0.72);
}
.precos-table :is(.pt-th--b, .pt-price.is-b) {
  background: rgba(204, 158, 128, 0.24);
}
.pt-th--a,
.pt-th--b {
  border-top: 0;
}
.pt-th--a {
  color: var(--mocha);
}
.pt-th--b {
  color: var(--choco);
}
.pt-price {
  overflow: visible;
}
@media (min-width: 760px) {
.pt-price.is-a::before,
.pt-price.is-b::before {
    content: none;
    display: none;
  }
}
.pt-price-box {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-width: min(100%, 9.8rem);
  min-height: 4.8rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 0.16rem;
  row-gap: 0;
  padding: 0.55rem 0.5rem;
  border: 1px solid transparent;
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}
.pt-price-box:focus-visible {
  outline: 3px solid rgba(198, 127, 116, 0.78);
  outline-offset: 3px;
}
.pt-price:hover .pt-price-box,
.pt-price-box:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 250, 246, 0.68);
  border-color: rgba(106, 76, 76, 0.14);
}
.pt-total {
  display: block;
  flex: 0 0 100%;
  margin-top: 0.2rem;
  color: rgba(49, 40, 34, 0.7);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(-3px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.pt-price:hover .pt-total,
.pt-price-box:focus-visible .pt-total {
  opacity: 1;
  transform: translateY(0);
}
.pt-price.is-a .pt-total {
  color: rgba(106, 76, 76, 0.8);
}
.pt-price.is-b .pt-total {
  color: rgba(128, 66, 56, 0.86);
}
@media (max-width: 759px) {
.condition-carousel article {
    min-height: 210px;
  }
.condition-carousel h3 {
    min-height: 2.8rem;
  }
.pt-price {
    align-items: flex-start;
  }
.pt-price::before {
    content: attr(data-label);
    display: block;
  }
.pt-price.is-a {
    background: rgba(245, 230, 221, 0.72);
  }
.pt-price.is-b {
    background: rgba(204, 158, 128, 0.24);
  }
.pt-price-box {
    min-width: auto;
    min-height: 0;
    justify-content: flex-end;
    padding: 0;
    border: 0;
  }
.pt-price:hover .pt-price-box,
.pt-price-box:focus-visible {
    background: transparent;
    transform: none;
  }
.pt-total {
    opacity: 1;
    transform: none;
  }
}
/* Overrides finais pedidos: sem total na Fase 0,
watermark A/B e degradés sem blush */
/* Overrides finais pedidos: sem total na Fase 0,
watermark A/B e degradés sem blush */
.pathway-card {
  position: relative;
  overflow: hidden;
}
.pathway-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  display: block;
  width: 5px;
  background: linear-gradient(180deg, var(--mocha), var(--almond), var(--petal));
  opacity: 0.68;
  pointer-events: none;
}
.pathway-card-accent::before {
  background: linear-gradient(180deg, var(--almond), var(--petal), var(--mocha));
}
.pathway-card-head {
  position: relative;
  display: block;
}
.pathway-token,
.pathway-card-accent .pathway-token {
  position: absolute;
  top: -1.55rem;
  right: -0.55rem;
  z-index: 0;
  display: block;
  width: auto;
  height: auto;
  color: transparent;
  background: linear-gradient(135deg, rgba(106, 76, 76, 0.2), rgba(204, 158, 128, 0.2), rgba(255, 205, 173, 0.24));
  border-radius: 0;
  font-family: var(--font-serif);
  font-size: clamp(7.2rem, 14vw, 10rem);
  font-weight: 500;
  line-height: 0.82;
  letter-spacing: -0.08em;
  opacity: 0.55;
  pointer-events: none;
  -webkit-background-clip: text;
  background-clip: text;
}
.pathway-card-accent .pathway-token {
  background: linear-gradient(135deg, rgba(204, 158, 128, 0.28), rgba(255, 205, 173, 0.32), rgba(106, 76, 76, 0.16));
  -webkit-background-clip: text;
  background-clip: text;
}
.pathway-card > * {
  position: relative;
  z-index: 1;
}
.pathway-card {
  background: linear-gradient(135deg, rgba(255, 250, 246, 0.97), rgba(238, 217, 202, 0.72));
}
.pathway-card-accent {
  background: linear-gradient(135deg, rgba(255, 250, 246, 0.98), rgba(255, 205, 173, 0.3), rgba(204, 158, 128, 0.16));
}
.pathway-card:hover,
.tool-card:hover {
  background: linear-gradient(145deg, rgba(255, 250, 246, 0.98), rgba(255, 205, 173, 0.34), rgba(204, 158, 128, 0.22));
  border-color: rgba(106, 76, 76, 0.22);
}
.pathway-card-accent .pathway-points span {
  background: rgba(255, 205, 173, 0.24);
  border-color: rgba(204, 158, 128, 0.28);
}
.tool-card::after {
  background: radial-gradient(circle, rgba(255, 205, 173, 0.22), transparent 58%);
}
.tool-number {
  background: linear-gradient(135deg, var(--petal), rgba(204, 158, 128, 0.58));
  color: var(--choco);
}
.tool-card:nth-child(2) .tool-number {
  background: linear-gradient(135deg, var(--almond), var(--petal));
  color: var(--choco);
}
.tool-card:nth-child(3) .tool-number {
  background: linear-gradient(135deg, var(--mocha), var(--almond));
  color: var(--surface);
}
.tool-card:hover .tool-number {
  background: linear-gradient(135deg, var(--mocha), var(--almond), var(--petal));
  color: var(--surface);
}
.precos-table :is(.pt-th--b, .pt-price.is-b) {
  background: rgba(204, 158, 128, 0.24);
}
.pt-th--b {
  color: var(--mocha);
}
.pt-price:hover .pt-price-box,
.pt-price-box:focus-visible {
  background: transparent;
  border-color: transparent;
  transform: none;
}
@media (max-width: 759px) {
.pathway-token,
.pathway-card-accent .pathway-token {
    top: -0.9rem;
    right: -0.25rem;
    font-size: clamp(5.6rem, 29vw, 7.6rem);
    opacity: 0.46;
  }
.pt-price.is-b {
    background: rgba(204, 158, 128, 0.14);
  }
}
/* Ajustes de leitura: ferramentas,
Maria Raimundo e tabela mobile */
/* Ajustes de leitura: ferramentas,
Maria Raimundo e tabela mobile */
.tool-card:hover {
  background: linear-gradient(160deg, rgba(255, 250, 246, 0.98), rgba(245, 230, 221, 0.9));
  border-color: rgba(106, 76, 76, 0.2);
}
.tool-card:hover::after {
  opacity: 0.22;
}
.mr-content {
  gap: 0.72rem;
}
.mr-tag {
  margin-bottom: 0.08rem;
  line-height: 1.45;
}
.mr-name {
  margin-top: 0.08rem;
  margin-bottom: 0.08rem;
  line-height: 1.12;
}
.mr-cred {
  margin-top: 0.12rem;
  margin-bottom: 0.18rem;
  line-height: 1.72;
}
.mr-body {
  gap: 0.78rem;
  margin-top: 0.28rem;
}
.mr-body p {
  line-height: 1.7;
}
@media (max-width: 759px) {
.pt-price,
.pt-price.is-a,
.pt-price.is-b,
.precos-table :is(.pt-price.is-a, .pt-price.is-b) {
    background: transparent;
    box-shadow: none;
  }
.pt-price + .pt-price {
    border-top: 1px solid rgba(106, 76, 76, 0.12);
  }
.pt-price::before {
    background: transparent;
  }
.pt-price-box {
    background: transparent;
    box-shadow: none;
  }
}

/* v8.5 agency lens: clearer decision path, editorial cadence, intentional motion */
.decision-spine {
  position: relative;
  margin-top: -1px;
  color: var(--surface);
  background:
    radial-gradient(circle at 74% 26%, rgba(255, 205, 173, 0.12), transparent 32%),
    linear-gradient(135deg, #352923 0%, rgba(74, 55, 51, 0.98) 48%, rgba(106, 76, 76, 0.9) 100%);
  border-top: 0;
  border-bottom: 1px solid rgba(255, 250, 246, 0.1);
}
.decision-spine-inner {
  display: grid;
  gap: 0;
  padding-block: clamp(34px, 4.5vw, 58px) clamp(54px, 6vw, 78px);
  row-gap: 0;
}
.decision-stat {
  display: grid;
  grid-template-columns: minmax(120px, 0.22fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2.4rem);
  align-items: center;
  padding-block: clamp(0.8rem, 1.5vw, 1.2rem) clamp(2.8rem, 4vw, 4rem);
  margin-bottom: clamp(0.8rem, 1.2vw, 1.2rem);
  border-bottom: 1px solid rgba(255, 250, 246, 0.16);
}
.decision-stat .clinical-stat-number {
  font-size: clamp(4rem, 9vw, 7rem);
}
.decision-stat .clinical-stat-copy p {
  color: rgba(255, 250, 246, 0.7);
  font-size: clamp(0.95rem, 1.4vw, 1.15rem);
  font-weight: 400;
}
.decision-stat .clinical-stat-copy small {
  color: rgba(255, 205, 173, 0.6);
  margin-top: 0.5rem;
}
.decision-intro {
  max-width: 660px;
  align-self: center;
}
.decision-intro .eyebrow {
  color: var(--petal);
  margin-bottom: 0.6rem;
}
.decision-intro h2,
.field-note-copy h2,
.ready-check h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}
.decision-steps {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 250, 246, 0.16);
}
.decision-steps li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 10px 16px;
  padding-block: 22px;
  border-bottom: 1px solid rgba(255, 250, 246, 0.16);
}
.decision-steps span {
  grid-row: 1 / 3;
  color: var(--almond);
  font-family: var(--font-serif);
  font-size: 1.55rem;
  line-height: 1;
}
.decision-steps h3 {
  margin: 0;
  color: var(--surface);
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.12;
}
.decision-steps p {
  margin: 0;
  max-width: 34ch;
  color: rgba(255, 250, 246, 0.72);
  font-size: 0.95rem;
  line-height: 1.62;
}
.decision-steps li {
  transition: padding-left 0.2s ease, background-color 0.2s ease;
}
@media (hover: hover) {
  .decision-steps li:hover {
    padding-left: 12px;
    background: rgba(255, 250, 246, 0.045);
  }
}

.tool-card,
.tool-card:hover {
  background: rgba(255, 250, 246, 0.96);
}
.tool-card {
  position: relative;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}
.tool-card:hover {
  transform: translateY(-5px);
  border-color: rgba(204, 158, 128, 0.58);
  box-shadow: 0 26px 62px rgba(20, 10, 4, 0.28);
}
.tool-decision {
  display: grid;
  gap: 7px;
  padding-top: 1rem;
  border-top: 1px solid rgba(106, 76, 76, 0.16);
}
.tool-decision span {
  color: var(--almond);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}
.tool-decision p {
  color: rgba(49, 40, 34, 0.76);
  font-size: 0.88rem;
  line-height: 1.58;
}

.field-note {
  background: var(--surface);
  padding-block: clamp(58px, 8vw, 118px);
}
.field-note-grid {
  display: grid;
  gap: 30px;
}
.field-note-right {
  display: grid;
  align-content: center;
  gap: clamp(22px, 3vw, 34px);
}
.field-note-media {
  margin: 0;
  overflow: hidden;
  min-height: 360px;
  border: 1px solid rgba(106, 76, 76, 0.14);
  border-radius: var(--radius);
  background: var(--ivory);
}
.field-note-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center 56%;
  transition: transform 0.65s ease;
}
.field-note-grid:hover .field-note-media img {
  transform: scale(1.035);
}
.field-note-copy {
  display: grid;
  align-content: center;
  gap: 16px;
}
.field-note-copy .eyebrow {
  color: var(--almond);
}
.field-note-copy p:not(.eyebrow) {
  margin: 0;
  max-width: 58ch;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.ready-check {
  padding-block: clamp(54px, 6vw, 82px);
  color: var(--surface);
  background:
    linear-gradient(125deg, rgba(49, 40, 34, 0.98), rgba(49, 40, 34, 0.84)),
    url("assets/healthy-life.jpg") center center / cover;
}
.ready-check-inner {
  display: grid;
  gap: 30px;
}
.ready-check .eyebrow {
  color: var(--petal);
}
.ready-check-copy {
  max-width: 680px;
}
.ready-check-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 246, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 250, 246, 0.18);
}
.ready-check-list article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 20px;
  background: rgba(49, 40, 34, 0.72);
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.ready-check-list article:hover {
  background: rgba(106, 76, 76, 0.62);
}
.ready-check-list span {
  color: var(--almond);
  font-family: var(--font-serif);
  font-size: 1.35rem;
  line-height: 1;
}
.ready-check-list p {
  margin: 0;
  color: rgba(255, 250, 246, 0.78);
  font-size: 0.98rem;
  line-height: 1.62;
}
.ready-check-cta {
  display: grid;
  gap: 0.9rem;
  justify-content: flex-start;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 250, 246, 0.16);
}
.ready-check-cta p {
  margin: 0;
  color: rgba(255, 250, 246, 0.78);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.45;
}

@media (min-width: 760px) {
  .decision-spine-inner {
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    align-items: center;
    column-gap: clamp(1.5rem, 4vw, 3rem);
    row-gap: clamp(1.5rem, 3vw, 2.4rem);
  }
  .decision-stat {
    grid-column: 1 / -1;
    grid-template-columns: minmax(120px, 0.18fr) minmax(0, 1fr);
  }
  .decision-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-left: 1px solid rgba(255, 250, 246, 0.16);
  }
  .decision-steps li {
    padding: 24px;
    border-right: 1px solid rgba(255, 250, 246, 0.16);
  }
  .field-note-grid {
    grid-template-columns: minmax(320px, 0.76fr) minmax(0, 1fr);
    align-items: center;
  }
  .field-note-media {
    min-height: 520px;
  }
  .field-note-media img {
    min-height: 520px;
  }
  .ready-check-inner {
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1fr);
    align-items: center;
  }
  .ready-check-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ready-check-list article {
    grid-template-columns: 1fr;
    min-height: 170px;
    align-content: space-between;
  }
  .ready-check-cta {
    grid-column: 2;
    justify-content: start;
    margin-top: -2px;
  }
}

@media (max-width: 759px) {
  .clinical-stat {
    background:
      radial-gradient(circle at 18% 18%, rgba(204, 158, 128, 0.18), transparent 36%),
      linear-gradient(180deg, #e8d9ce 0%, #f5ede5 100%);
  }
  .clinical-stat-inner {
    grid-template-columns: 1fr;
    gap: 1rem;
    align-content: center;
    min-height: unset;
    padding-block: clamp(1rem, 3vw, 1.5rem);
  }
  .clinical-stat-number {
    font-size: clamp(4.7rem, 22vw, 6.7rem);
  }
  .clinical-stat-copy {
    max-width: 34rem;
  }
  .clinical-stat-copy p {
    font-size: 1.08rem;
    line-height: 1.42;
  }
  .clinical-stat-copy small {
    margin-top: 0.75rem;
    font-size: 0.7rem;
  }
  .decision-steps li:hover {
    padding-left: 0;
  }
  .tool-card:hover {
    transform: none;
  }
  .field-note-media,
  .field-note-media img {
    min-height: 430px;
  }
  .ready-check-list article:hover {
    background: rgba(49, 40, 34, 0.72);
  }
}

/* Refinamento editorial v8-5: percursos, GLP, Maria Raimundo e CTA final */
#percursos .section-head {
  margin-bottom: clamp(32px, 4.5vw, 54px);
}
#percursos .eyebrow--statement {
  margin-bottom: clamp(1.35rem, 2.2vw, 1.9rem);
}
#percursos .section-head h2 {
  max-width: 13ch;
  margin-inline: auto;
  line-height: 1.02;
}
#percursos .section-head > p {
  max-width: 56ch;
  color: rgba(106, 76, 76, 0.9);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.72;
}
.pathway-grid {
  gap: clamp(18px, 2.2vw, 28px);
  align-items: stretch;
}
.pathway-card {
  min-height: 0;
  padding: clamp(1.55rem, 2.8vw, 2.4rem);
  gap: 1.15rem;
  color: var(--choco);
  background: rgba(255, 250, 246, 0.88);
  border: 1px solid rgba(106, 76, 76, 0.16);
  box-shadow: 0 18px 48px rgba(49, 40, 34, 0.08);
}
.pathway-card-accent {
  background: rgba(255, 250, 246, 0.9);
}
.pathway-card::before {
  width: 4px;
  opacity: 0.58;
}
.pathway-card h3 {
  max-width: 16ch;
  margin-bottom: 0.2rem;
  font-size: clamp(1.55rem, 2.6vw, 2.05rem);
  line-height: 1.14;
}
.pathway-card p:not(.pathway-label):not(.pathway-eligibility-label) {
  color: rgba(49, 40, 34, 0.78);
  font-size: clamp(0.96rem, 1.15vw, 1.04rem);
  line-height: 1.74;
}
.pathway-label {
  margin-bottom: 0.55rem;
  color: var(--mocha);
  letter-spacing: 0.1em;
}
.pathway-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0.55rem;
}
.pathway-points span,
.pathway-card-accent .pathway-points span {
  padding: 0.52rem 0.78rem;
  color: var(--choco);
  background: rgba(255, 250, 246, 0.72);
  border: 1px solid rgba(106, 76, 76, 0.13);
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.25;
}
.pathway-eligibility-label {
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(106, 76, 76, 0.15);
  color: var(--mocha);
  letter-spacing: 0.16em;
}
.pathway-card ul {
  gap: 0.48rem;
  padding-top: 0.15rem;
}
.pathway-card li {
  color: rgba(49, 40, 34, 0.76);
  line-height: 1.55;
}
.pathway-token,
.pathway-card-accent .pathway-token {
  top: -1.1rem;
  right: -0.15rem;
  opacity: 0.32;
}
.pathway-card:hover {
  background: rgba(255, 250, 246, 0.96);
  border-color: rgba(204, 158, 128, 0.36);
  box-shadow: 0 22px 56px rgba(49, 40, 34, 0.11);
}

.glp-band {
  padding-block: clamp(2.25rem, 4vw, 3.6rem);
}
.glp-band-inner {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.3rem, 3vw, 3.2rem);
  max-width: 980px;
  margin-inline: auto;
  text-align: left;
}
.glp-num {
  font-size: clamp(3.55rem, 7.6vw, 6.35rem);
  letter-spacing: -0.035em;
}
.glp-copy {
  padding-left: clamp(1.35rem, 3vw, 2.4rem);
  border-left: 1px solid rgba(204, 158, 128, 0.34);
}
.glp-body {
  max-width: 620px;
  margin-bottom: 0.75rem;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.58;
  text-align: left;
}
.glp-equivalent {
  max-width: 620px;
  margin: 0 0 0.7rem;
  color: rgba(255, 250, 246, 0.76);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.55;
}
.glp-src {
  display: block;
  line-height: 1.45;
}

.field-note .mr-section--cozinha {
  max-width: none;
  margin: 0;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 1fr);
  align-items: stretch;
  min-height: 300px;
  background: #f6f3eb;
}
.mr-section--cozinha .mr-content {
  gap: 0.82rem;
  justify-content: center;
  padding: clamp(1.45rem, 2.5vw, 2.2rem);
}
.mr-section--cozinha .mr-photo {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
  align-self: stretch;
  background: #f6f3eb;
}
.mr-section--cozinha .mr-photo img {
  width: auto;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: right bottom;
  transform: none;
}
.mr-section--cozinha .mr-cred {
  line-height: 1.72;
}
.mr-section--cozinha .mr-body {
  gap: 0.82rem;
}
.mr-section--cozinha .mr-body p {
  font-size: 0.9rem;
  line-height: 1.72;
}
.closing {
  background:
    linear-gradient(180deg, rgba(45, 29, 22, 0.76), rgba(45, 29, 22, 0.94)),
    url("assets/closing-cozinha360.webp") center 20% / cover;
}
@media (max-width: 759px) {
  #percursos {
    padding-block: 3.5rem;
  }
  #percursos .section-head h2 {
    max-width: none;
    font-size: clamp(1.65rem, 6.5vw, 2.05rem);
  }
  .pathway-card {
    padding: 1.35rem;
  }
  .pathway-token,
  .pathway-card-accent .pathway-token {
    top: -0.45rem;
    right: 0;
    opacity: 0.26;
  }
  .glp-band-inner {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
  .glp-copy {
    padding-left: 0;
    padding-top: 1rem;
    border-left: 0;
    border-top: 1px solid rgba(204, 158, 128, 0.3);
  }
  .mr-section--cozinha .mr-content {
    padding: 1.35rem;
  }
  .field-note .mr-section--cozinha {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .mr-section--cozinha .mr-photo {
    min-height: 300px;
  }
  .mr-section--cozinha .mr-photo img {
    object-position: center 15%;
    transform: none;
  }
  .closing {
    background:
      linear-gradient(180deg, rgba(45, 29, 22, 0.76), rgba(45, 29, 22, 0.94)),
      url("assets/closing-cozinha360.webp") 67% center / cover;
  }
}

/* Equipa principal: Maria Ana com hierarquia própria */
.section-team .eq-card--featured {
  grid-template-columns: minmax(340px, 38%) minmax(0, 1fr);
  min-height: 430px;
  background:
    linear-gradient(135deg, rgba(49, 40, 34, 0.98), rgba(106, 76, 76, 0.86));
  border-color: rgba(204, 158, 128, 0.24);
  box-shadow: 0 24px 64px rgba(49, 40, 34, 0.18);
}
.section-team .eq-card--featured .eq-img {
  min-height: 430px;
  background:
    radial-gradient(circle at 48% 46%, rgba(255, 205, 173, 0.38), transparent 42%),
    linear-gradient(180deg, rgba(238, 217, 202, 0.94), rgba(255, 250, 246, 0.92));
}
.section-team .eq-card--featured .eq-img img {
  object-fit: contain;
  object-position: center bottom;
  transform: scale(1.28) translateY(8%);
  transform-origin: center bottom;
}
.section-team .eq-card--featured .eq-body {
  gap: 0.95rem;
  padding: clamp(2rem, 4vw, 3.4rem);
}
.section-team .eq-card--featured .eq-tag {
  color: var(--petal);
}
.section-team .eq-card--featured .eq-name {
  color: var(--surface);
  font-family: var(--font-serif);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 500;
  line-height: 1.08;
}
.section-team .eq-card--featured .eq-cred,
.section-team .eq-card--featured .eq-desc {
  color: rgba(255, 250, 246, 0.76);
}
.section-team .eq-card--featured .eq-desc {
  max-width: 64ch;
  font-size: 0.98rem;
  line-height: 1.72;
}
.mr-section--cozinha .mr-cred {
  max-width: 50ch;
}
@media (max-width: 980px) {
  .section-team .eq-card--featured {
    grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  }
}
@media (max-width: 759px) {
  .section-team .eq-card--featured {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .section-team .eq-card--featured .eq-img {
    min-height: 340px;
  }
  .section-team .eq-card--featured .eq-img img {
    transform: scale(1.12) translateY(5%);
  }
}

/* Ajustes finais v8-5: ferramentas, Maria Raimundo, preços e CTAs */
.section-proof .exercise-tech {
  margin-top: clamp(1.4rem, 3vw, 2.4rem);
}
.section-proof .exercise-tech-grid article {
  border-radius: var(--radius-sm);
}
.field-note .mr-section--cozinha,
.field-note .mr-section--cozinha .mr-photo {
  background: #f6f3eb;
}
.field-note .mr-section--cozinha .mr-photo img {
  width: auto;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center 18%;
  transform: none;
}
.field-note .mr-section--cozinha .mr-tag {
  color: var(--almond);
}
.field-note .mr-section--cozinha .mr-cred {
  max-width: 38ch;
}
.precos-table :is(.pt-th--a, .pt-price.is-a) {
  background: rgba(245, 230, 221, 0.72);
}
.precos-table :is(.pt-th--b, .pt-price.is-b) {
  background: rgba(204, 158, 128, 0.24);
}
.ready-check {
  padding-block: clamp(54px, 6vw, 82px);
  background:
    linear-gradient(125deg, rgba(49, 40, 34, 0.98), rgba(49, 40, 34, 0.84)),
    url("assets/healthy-life.jpg") center center / cover;
}
.ready-check-cta {
  display: grid;
  gap: 0.9rem;
  justify-content: flex-start;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 250, 246, 0.16);
}
.closing {
  background:
    linear-gradient(180deg, rgba(45, 29, 22, 0.76), rgba(45, 29, 22, 0.94)),
    url("assets/closing-cozinha360.webp") center 20% / cover;
}
@media (min-width: 760px) {
  .ready-check-list article {
    min-height: 170px;
  }
  .ready-check-cta {
    grid-column: 2;
    justify-content: start;
    margin-top: -2px;
  }
}
@media (max-width: 1040px) {
  .exercise-tech {
    grid-template-columns: 1fr;
  }
  .exercise-tech-media {
    min-height: 360px;
  }
  .exercise-tech-media img {
    min-height: 360px;
    object-position: center 18%;
  }
  .exercise-tech-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .exercise-tech-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 759px) {
  .exercise-tech-grid {
    grid-template-columns: 1fr;
  }
  .exercise-tech-media {
    min-height: 330px;
  }
  .exercise-tech-media img {
    min-height: 330px;
    object-position: center 15%;
  }
}

/* ── Tools tabs — mobile only, desktop shows all 3 cards ── */

/* Desktop: tabs ocultos, grid de 3 colunas */
@media (min-width: 760px) {
  #prova .tools-nav {
    display: none;
  }
  #prova .tools-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
  }
}

/* Mobile: tabs visíveis, 1 card de cada vez */
@media (max-width: 759px) {
  #prova .tools-grid {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 12px;
    margin-inline: calc(var(--gutter) * -1);
    padding-inline: var(--gutter);
    padding-bottom: 4px;
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(to right, black 0%, black 88%, transparent 100%);
    mask-image: linear-gradient(to right, black 0%, black 88%, transparent 100%);
  }
  #prova .tools-grid::-webkit-scrollbar {
    display: none;
  }
  #prova .tool-card {
    flex: 0 0 88vw;
    max-width: 340px;
    scroll-snap-align: start;
    grid-template-columns: 1fr;
    min-height: unset;
    display: grid !important;
  }
  #prova .tool-note {
    min-width: unset;
    max-width: unset;
    margin: 0.5rem 0 0;
  }
}

.tool-card--hidden {
  display: none !important;
}

@media (max-width: 759px) {
  #prova .tool-card--hidden {
    display: grid !important;
  }
}

/* Pagamento — sem card */
.precos-packs {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  transform: none !important;
  margin-bottom: 1.25rem;
}

/* Maria Raimundo — foto a preencher a coluna completa */
.field-note .mr-section--cozinha .mr-photo {
  position: relative !important;
  overflow: hidden !important;
  max-height: none !important;
  min-height: 280px !important;
  background: #f6f3eb !important;
  align-self: stretch !important;
}
.field-note .mr-section--cozinha .mr-photo img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 58% 12% !important;
  max-height: none !important;
  transform: none !important;
}

/* Decision spine — mobile breathing */
@media (max-width: 759px) {
  .decision-intro {
    margin-bottom: 2rem;
  }
  .decision-stat {
    margin-bottom: 1.5rem;
  }
  .decision-steps {
    margin-top: 0.5rem;
  }
}

/* Exercise-tech — foto como fundo (desktop e mobile) */
.exercise-tech {
  position: relative;
  background:
    linear-gradient(180deg, rgba(28, 18, 12, 0.68) 0%, rgba(28, 18, 12, 0.80) 100%),
    url("assets/cozinha.jpg") center top / cover no-repeat !important;
  border: none !important;
}
.exercise-tech-media {
  display: none !important;
}
.exercise-tech-grid {
  grid-column: 1 / -1;
}
.exercise-tech-grid article {
  background: rgba(28, 18, 12, 0.55) !important;
  border-color: rgba(255, 250, 246, 0.14) !important;
}
.exercise-tech-grid article span {
  color: rgba(255, 250, 246, 0.55) !important;
}
.exercise-tech-grid article h4 {
  color: var(--surface) !important;
}
.exercise-tech-grid article p {
  color: rgba(255, 250, 246, 0.72) !important;
}
.exercise-tech-grid article small {
  color: rgba(255, 250, 246, 0.52) !important;
}
.exercise-tech-grid article:hover {
  background: rgba(28, 18, 12, 0.72) !important;
  border-color: rgba(255, 250, 246, 0.24) !important;
  transform: translateY(-3px);
}

@media (max-width: 759px) {
  .exercise-tech {
    border-radius: var(--radius);
    overflow: hidden;
    padding: 2rem var(--gutter) 1.25rem;
  }
  .exercise-tech-media {
    display: none;
  }
  .exercise-tech-grid article {
    background: rgba(28, 18, 12, 0.65) !important;
    border-color: rgba(255, 250, 246, 0.14) !important;
    padding: 0.75rem 0.9rem !important;
    gap: 0.25rem !important;
  }
  .exercise-tech-grid article span {
    color: rgba(255, 250, 246, 0.55);
    font-size: 0.68rem !important;
  }
  .exercise-tech-grid article h4 {
    color: var(--surface);
    font-size: 1rem !important;
  }
  .exercise-tech-grid article p {
    color: rgba(255, 250, 246, 0.72);
    font-size: 0.84rem !important;
    line-height: 1.5 !important;
  }
  .exercise-tech-grid article small {
    font-size: 0.76rem !important;
    margin-top: 0.2rem !important;
    color: rgba(255, 250, 246, 0.52) !important;
  }
}

/* Cozinha360 — compacto em mobile */
@media (max-width: 759px) {
  .field-note {
    padding-block: 2.5rem !important;
  }
  .field-note-grid {
    gap: 16px !important;
  }
  .field-note-media,
  .field-note-media img {
    min-height: 220px !important;
    max-height: 260px !important;
  }
  .field-note-right {
    gap: 14px !important;
  }
  .field-note-copy {
    gap: 8px !important;
  }
  .field-note-copy p:not(.eyebrow) {
    font-size: 0.9rem !important;
    line-height: 1.55 !important;
  }
  .mr-section--cozinha {
    min-height: 0 !important;
  }
  .mr-section--cozinha .mr-photo {
    min-height: 180px !important;
    max-height: 200px !important;
  }
  .mr-section--cozinha .mr-content {
    padding: 1rem 1.1rem !important;
    gap: 0.35rem !important;
  }
  .mr-section--cozinha .mr-body p {
    font-size: 0.86rem !important;
    line-height: 1.52 !important;
  }
}

/* Preços — padding inferior compacto em mobile */
@media (max-width: 759px) {
  #precos {
    padding-bottom: 2.5rem !important;
  }
}

/* Tools-nav — scroll lateral em mobile */
@media (max-width: 759px) {
  .tools-nav {
    scroll-snap-type: x mandatory;
    -webkit-mask-image: linear-gradient(to right, black 0%, black 82%, transparent 100%);
    mask-image: linear-gradient(to right, black 0%, black 82%, transparent 100%);
    scrollbar-width: none;
    padding-right: 2.5rem;
  }
  .tools-nav::-webkit-scrollbar {
    display: none;
  }
  .tools-nav button {
    scroll-snap-align: start;
  }
}

/* Ready-check CTA — centrado em mobile */
@media (max-width: 759px) {
  .ready-check-cta {
    text-align: center !important;
    justify-content: center !important;
    justify-items: center !important;
  }
}

/* Footer — logo */
.foot-logo-link {
  display: inline-block;
  margin-bottom: 1.25rem;
}
.foot-logo {
  display: block;
  width: 160px;
  height: auto;
}

/* ----------------------------------------------------------------
   Acompanhamento clinico -- A vs B por percurso
   ---------------------------------------------------------------- */

/* ================================================================
   ACOMPANHAMENTO CLINICO  --  Timeline v4
   ================================================================ */

/* Section wrapper */
/* ================================================================
   ACOMPANHAMENTO CLINICO  --  Timeline v5
   ================================================================ */

.section-accomp {
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.accomp-intro {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.95rem;
}

/* ---------------------------------------------------------------
   SCROLLABLE GRID SHELL
--------------------------------------------------------------- */
.tl-wrap {
  margin-top: 40px;
}

/* Wrapper: clips rounded corners without blocking sticky */
.tl-scroll-wrap {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: clip;
}

/* Sticky header: phases + months */
.tl-head-scroll {
  overflow: hidden;
  position: sticky;
  top: var(--header-h);
  z-index: 10;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.tl-head-scroll .tl-inner {
  border: none;
  border-radius: 0;
}

/* Scrollable body */
.tl-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
}

.tl-inner {
  display: grid;
  grid-template-columns: 150px repeat(12, minmax(44px, 1fr));
  min-width: 680px;
  border: none;
  border-radius: 0;
  overflow: visible;
}

/* Body inner removes top border (header has bottom border) */
.tl-inner--body {
  border-top: none;
}

/* ---------------------------------------------------------------
   PHASE BANDS ROW
--------------------------------------------------------------- */
.tl-row--phases {
  display: contents;
}

.tl-row--phases .tl-lbl {
  background: var(--surface);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.tl-band {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 8px 4px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  border-bottom: 1px solid var(--line);
}

.tl-band span {
  font-weight: 400;
  font-size: 0.65rem;
  opacity: 0.75;
  letter-spacing: 0;
}

.tl-band--1 {
  grid-column: span 3;
  background: rgba(106, 76, 76, 0.07);
  color: var(--choco);
  border-right: 1px solid rgba(106,76,76,0.12);
}
.tl-band--2 {
  grid-column: span 4;
  background: rgba(198, 127, 116, 0.08);
  color: var(--mocha);
  border-right: 1px solid rgba(198,127,116,0.15);
}
.tl-band--3 {
  grid-column: span 5;
  background: rgba(233, 210, 200, 0.25);
  color: var(--clay);
}

/* ---------------------------------------------------------------
   MONTH NUMBERS ROW
--------------------------------------------------------------- */
.tl-row--months {
  display: contents;
}

.tl-row--months .tl-lbl {
  background: var(--surface);
  border-right: 1px solid var(--line);
  border-bottom: 2px solid rgba(106,76,76,0.14);
}

.tl-lbl--month {
  font-size: 0.65rem !important;
  font-weight: 500 !important;
  color: var(--muted) !important;
  text-transform: uppercase;
  letter-spacing: 0.08em !important;
}

.tl-row--months > div:not(.tl-lbl) {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 2px;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--choco);
  background: var(--surface);
  border-bottom: 2px solid rgba(106,76,76,0.14);
}

/* ---------------------------------------------------------------
   SECTION HEADER ROWS (Consultas / Avaliacao)
--------------------------------------------------------------- */
.tl-section-row,
.tl-divider-row {
  display: contents;
}

.tl-section-row .tl-lbl,
.tl-divider-row .tl-lbl {
  grid-column: 1 / -1;
  background: rgba(106,76,76,0.04);
  border-top: 1px solid rgba(106,76,76,0.12);
  border-right: none;
  border-bottom: none;
  min-height: 28px;
}

.tl-section-line,
.tl-divider-line {
  display: none;
}

/* first section row has no top border (sits right after month row) */
.tl-section-row:first-of-type .tl-lbl,
.tl-section-row:first-of-type .tl-section-line {
  border-top: none;
  background: rgba(106,76,76,0.03);
}

/* ---------------------------------------------------------------
   STANDARD ROWS
--------------------------------------------------------------- */
.tl-row {
  display: contents;
}

.tl-lbl {
  display: flex;
  align-items: center;
  padding: 0 14px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--choco);
  letter-spacing: 0.02em;
  background: var(--surface);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid rgba(106,76,76,0.06);
  min-height: 44px;
  white-space: normal;
  line-height: 1.3;
}

.tl-lbl--section {
  font-size: 0.62rem !important;
  font-weight: 600 !important;
  color: var(--muted) !important;
  text-transform: uppercase;
  letter-spacing: 0.09em !important;
  white-space: nowrap;
}

.tl-c {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(106,76,76,0.06);
  min-height: 44px;
}

/* ---------------------------------------------------------------
   DOTS
--------------------------------------------------------------- */
.tl-dot::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--mocha);
  box-shadow: 0 1px 4px rgba(106,76,76,0.25);
}

.tl-dot--b::after {
  background: var(--blush);
  box-shadow: 0 1px 4px rgba(198,127,116,0.30);
}

.tl-dot--tool::after {
  width: 9px;
  height: 9px;
  background: transparent;
  border: 2px solid var(--mocha);
  box-shadow: none;
}

/* ---------------------------------------------------------------
   TOOL ROWS (DEXA / InBody)
--------------------------------------------------------------- */
.tl-row--tool .tl-lbl,
.tl-row--tool .tl-c {
  min-height: 36px;
}

/* ---------------------------------------------------------------
   LEGEND
--------------------------------------------------------------- */
.tl-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 12px;
  padding: 0 4px;
}

.tl-totals {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 24px;
}

.tl-total {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  padding: 10px 22px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--surface);
  min-width: 110px;
  text-align: center;
}

.tl-total-label {
  font-size: 0.62rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.tl-total-n {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: var(--mocha);
  margin: 3px 0 1px;
}

.tl-total--b .tl-total-n {
  color: var(--blush);
}

.tl-total-sub {
  font-size: 0.65rem;
  color: var(--muted);
}

.tl-leg {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  color: var(--muted);
}

.tl-leg-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}

.tl-leg-dot--base {
  background: var(--mocha);
  box-shadow: 0 1px 4px rgba(106,76,76,0.25);
}

.tl-leg-dot--b {
  background: var(--blush);
  box-shadow: 0 1px 4px rgba(198,127,116,0.30);
}

.tl-leg-dot--tool {
  width: 9px;
  height: 9px;
  background: transparent;
  border: 2px solid var(--mocha);
  margin: 0 1.5px;
}

/* ---------------------------------------------------------------
   RESPONSIVE
--------------------------------------------------------------- */
@media (max-width: 760px) {
  .tl-inner {
    grid-template-columns: 120px repeat(12, minmax(36px, 1fr));
    min-width: 570px;
  }
  .tl-lbl {
    padding: 0 10px;
    font-size: 0.7rem;
  }
  .tl-lbl--section {
    white-space: normal;
    line-height: 1.3;
  }
  .tl-totals {
    gap: 8px;
  }
  .tl-total {
    flex: 1;
    min-width: 0;
    padding: 10px 12px;
  }
}
