:root {
  --navy: #14284a;
  --ink: #0d1b33;
  --petrol: #1d3a5f;
  --gold: #c7a45a;
  --gold-soft: #e8d6a3;
  --gray: #eef1f3;
  --mist: #f2f8fa;
  --cream: #faf9f5;
  --white: #ffffff;
  --text: #102033;
  --muted: #5d6775;
  --line: rgba(20, 40, 74, 0.12);
  --shadow: 0 20px 55px rgba(13, 27, 51, 0.12);
  --card-shadow: 0 10px 30px rgba(13, 27, 51, 0.08);
  --radius: 8px;
}

/* =====================================================================
   HOME · SOBRE E MÉTODO (REDESENHO 2026)
   Componentes claros, editoriais e com contraste explícito.
   ===================================================================== */

body[data-page="home"] .home-about {
  position: relative;
  background:
    radial-gradient(circle at 92% 8%, rgba(112, 167, 168, 0.12), transparent 28%),
    linear-gradient(180deg, #fff 0%, #faf9f5 100%);
}

body[data-page="home"] #sobre .about-heading {
  max-width: 820px;
  margin-bottom: 46px;
}

body[data-page="home"] #sobre .about-heading h2 {
  max-width: 720px;
  font-size: clamp(2.4rem, 4.2vw, 4.25rem);
  line-height: 1.02;
}

body[data-page="home"] #sobre .about-heading > p {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--text);
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.75;
}

body[data-page="home"] #sobre .about-story {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(330px, 0.78fr);
  gap: clamp(28px, 4vw, 52px);
  align-items: stretch;
}

body[data-page="home"] #sobre .about-media {
  min-width: 0;
}

body[data-page="home"] #sobre .about-media::after {
  inset: 18px -12px -12px 20px;
  border-radius: 28px 28px 88px 28px;
}

body[data-page="home"] #sobre .about-media > img {
  width: 100%;
  height: clamp(400px, 43vw, 530px);
  object-fit: cover;
  object-position: center 45%;
  border-radius: 28px 28px 88px 28px;
}

body[data-page="home"] #sobre .about-media-note {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-self: start;
  height: auto;
  min-height: 0;
  width: min(440px, calc(100% - 42px));
  margin: -38px 0 0 22px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: linear-gradient(135deg, #102743, #1f4a62);
}

body[data-page="home"] #sobre .about-media-note strong {
  color: #fff;
  font-size: 1.08rem;
}

body[data-page="home"] #sobre .about-media-note span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.76rem;
}

body[data-page="home"] #sobre .about-media-note > img {
  width: 50px;
  height: 30px;
  min-height: 0;
  border-radius: 0;
  box-shadow: none;
  filter: none;
}

body[data-page="home"] #sobre .about-narrative {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 4vw, 52px);
  overflow: hidden;
  border: 1px solid rgba(20, 40, 74, 0.1);
  border-radius: 28px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 65px -52px rgba(13, 27, 51, 0.72);
}

body[data-page="home"] #sobre .about-narrative::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(32px, 4vw, 52px);
  width: 72px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), #d7c07f);
}

body[data-page="home"] #sobre .about-kicker {
  color: #8a6a28;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

body[data-page="home"] #sobre .about-lead {
  margin: 20px 0 0;
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  line-height: 1.18;
}

body[data-page="home"] #sobre .about-narrative > p:not(.about-lead) {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.78;
}

body[data-page="home"] #sobre .about-narrative .cta-actions {
  margin-top: 30px;
}

body[data-page="home"] #sobre .about-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
  border: 0;
}

body[data-page="home"] #sobre .about-pillars article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 17px;
  min-height: 205px;
  padding: 28px;
  border: 1px solid rgba(20, 40, 74, 0.1);
  border-radius: 22px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 46px -42px rgba(13, 27, 51, 0.78);
}

body[data-page="home"] #sobre .about-pillars article:nth-child(2) {
  background: linear-gradient(145deg, #f1f7f7, #fff);
}

body[data-page="home"] #sobre .about-pillars article::before {
  display: none;
}

body[data-page="home"] #sobre .about-index {
  width: 42px;
  height: 42px;
  color: #78591c;
  background: #f8f1df;
  font-size: 0.68rem;
}

body[data-page="home"] #sobre .about-pillars h3 {
  color: var(--navy);
  font-size: 1.28rem;
}

body[data-page="home"] #sobre .about-pillars p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.68;
}

body[data-page="home"] #metodo {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 5% 4%, rgba(196, 164, 100, 0.12), transparent 24%),
    linear-gradient(180deg, #f3f8f9 0%, #fff 100%);
}

body[data-page="home"] #metodo .home-method-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr);
  gap: 26px 64px;
  align-items: end;
  margin-bottom: 44px;
}

body[data-page="home"] #metodo .home-method-heading .eyebrow {
  grid-column: 1 / -1;
  justify-self: start;
}

body[data-page="home"] #metodo .home-method-heading h2 {
  color: var(--navy);
  font-size: clamp(2.35rem, 4.25vw, 4.3rem);
  line-height: 1.01;
  letter-spacing: -0.03em;
}

body[data-page="home"] #metodo .home-method-heading h2 em {
  color: #3c7880;
  font-style: normal;
}

body[data-page="home"] #metodo .home-method-heading > p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

body[data-page="home"] #metodo .home-method-layout {
  display: grid;
  grid-template-columns: minmax(285px, 0.72fr) minmax(0, 1.48fr);
  gap: 18px;
  align-items: stretch;
}

body[data-page="home"] #metodo .home-method-manifesto {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 520px;
  padding: clamp(32px, 4vw, 48px);
  overflow: hidden;
  border-radius: 28px 28px 80px 28px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(196, 164, 100, 0.28), transparent 34%),
    linear-gradient(145deg, #0d213b, #1d4960);
  box-shadow: 0 30px 70px -48px rgba(8, 26, 47, 0.9);
}

body[data-page="home"] #metodo .home-method-brand {
  display: grid;
  justify-items: start;
}

body[data-page="home"] #metodo .home-method-brand img {
  width: 76px;
  height: 44px;
  margin-bottom: 22px;
  object-fit: contain;
}

body[data-page="home"] #metodo .home-method-brand span {
  color: var(--gold-soft);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

body[data-page="home"] #metodo .home-method-brand strong {
  margin-top: 4px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.65rem, 4vw, 4rem);
  line-height: 0.95;
}

body[data-page="home"] #metodo .home-method-brand small {
  margin-top: 6px;
  color: var(--gold-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

body[data-page="home"] #metodo .home-method-manifesto > p {
  margin: 54px 0 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.42rem, 2vw, 1.9rem);
  line-height: 1.32;
}

body[data-page="home"] #metodo .home-method-line {
  width: 100%;
  height: 1px;
  margin-top: 34px;
  background: rgba(255, 255, 255, 0.18);
}

body[data-page="home"] #metodo .home-method-signature {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.55;
  text-transform: uppercase;
}

body[data-page="home"] #metodo .home-method-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body[data-page="home"] #metodo .home-method-card {
  position: relative;
  min-height: 166px;
  padding: 26px 26px 24px;
  border: 1px solid rgba(20, 40, 74, 0.1);
  border-radius: 22px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 50px -44px rgba(13, 27, 51, 0.82);
}

body[data-page="home"] #metodo .home-method-card:last-child {
  grid-column: 1 / -1;
}

body[data-page="home"] #metodo .home-method-card-number {
  color: #9a7935;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

body[data-page="home"] #metodo .home-method-card-icon {
  position: absolute;
  top: 22px;
  right: 22px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #39747c;
  background: #edf5f5;
}

body[data-page="home"] #metodo .home-method-card-icon svg {
  width: 19px;
  height: 19px;
}

body[data-page="home"] #metodo .home-method-card h3 {
  margin-top: 24px;
  color: var(--navy);
  font-size: 1.3rem;
}

body[data-page="home"] #metodo .home-method-card p {
  max-width: 520px;
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.62;
}

body[data-page="home"] #metodo .home-method-path {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 22px;
  padding: 20px 24px;
  border: 1px solid rgba(20, 40, 74, 0.1);
  border-radius: 18px;
  color: var(--petrol);
  background: rgba(255, 255, 255, 0.76);
}

body[data-page="home"] #metodo .home-method-path span {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

body[data-page="home"] #metodo .home-method-path i {
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), rgba(196, 164, 100, 0.2));
}

/* O infográfico do Método também aparece em páginas internas. A regra
   universal de palco claro deixava seus textos brancos sem contraste. */
.mfig {
  color: #fff;
  background:
    radial-gradient(circle at 86% 10%, rgba(196, 164, 100, 0.18), transparent 34%),
    var(--grad-deep);
}

.mfig .mfig-mid h3,
.mfig .mfig-mid .tagline,
.mfig .mfig-bar span {
  color: #fff;
}

@media (max-width: 900px) {
  body[data-page="home"] #sobre .about-story,
  body[data-page="home"] #metodo .home-method-layout {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] #sobre .about-narrative {
    min-height: 0;
  }

  body[data-page="home"] #sobre .about-pillars {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] #sobre .about-pillars article {
    min-height: 0;
  }

  body[data-page="home"] #metodo .home-method-heading {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] #metodo .home-method-manifesto {
    min-height: 430px;
  }
}

@media (max-width: 620px) {
  body[data-page="home"] #sobre .about-heading {
    margin-bottom: 32px;
  }

  body[data-page="home"] #sobre .about-heading h2,
  body[data-page="home"] #metodo .home-method-heading h2 {
    font-size: clamp(2.1rem, 10vw, 2.8rem);
  }

  body[data-page="home"] #sobre .about-media > img {
    height: 350px;
    border-radius: 22px 22px 60px 22px;
  }

  body[data-page="home"] #sobre .about-media-note {
    width: calc(100% - 24px);
    margin: -26px 12px 0;
  }

  body[data-page="home"] #sobre .about-narrative,
  body[data-page="home"] #sobre .about-pillars article,
  body[data-page="home"] #metodo .home-method-manifesto,
  body[data-page="home"] #metodo .home-method-card {
    padding: 24px;
  }

  body[data-page="home"] #metodo .home-method-cards {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] #metodo .home-method-card:last-child {
    grid-column: auto;
  }

  body[data-page="home"] #metodo .home-method-path {
    align-items: stretch;
    flex-direction: column;
    gap: 9px;
  }

  body[data-page="home"] #metodo .home-method-path i {
    width: 1px;
    height: 14px;
    margin-left: 6px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--cream);
  font-family: "Manrope", Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: 100px 0;
}

.white {
  background: var(--white);
}

.cream {
  background: var(--cream);
}

.mist {
  background: var(--mist);
}

.dark {
  color: var(--white);
  background: radial-gradient(circle at 15% 20%, rgba(232, 214, 163, 0.12), transparent 25%),
    linear-gradient(135deg, var(--ink), var(--navy));
}

.dark h2,
.dark h3,
.dark p {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(250, 249, 245, 0.88);
  backdrop-filter: blur(22px);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: max-content;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 6px 18px rgba(13, 27, 51, 0.08);
}

.brand-mark img {
  width: 39px;
  height: 39px;
  object-fit: contain;
}

.brand strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.26rem;
  line-height: 1;
  color: var(--navy);
}

.brand small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.8vw, 24px);
  margin-left: auto;
}

.main-nav a {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  transition: color 0.25s ease;
}

.main-nav a:hover {
  color: var(--navy);
}

.main-nav a.active {
  color: var(--navy);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--navy);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.9rem;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--white);
  background: var(--navy);
  box-shadow: var(--card-shadow);
}

.btn-primary:hover {
  background: var(--ink);
}

.btn-secondary {
  color: var(--navy);
  border-color: var(--line);
  background: var(--white);
  box-shadow: 0 5px 18px rgba(13, 27, 51, 0.06);
}

.btn-secondary:hover {
  border-color: rgba(199, 164, 90, 0.7);
}

.btn-gold {
  color: var(--ink);
  background: var(--gold);
  box-shadow: var(--card-shadow);
}

.btn-gold:hover {
  background: var(--gold-soft);
}

.btn-outline-light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 88px;
  background:
    radial-gradient(circle at 14% 24%, rgba(232, 214, 163, 0.24), transparent 30%),
    radial-gradient(circle at 90% 12%, rgba(29, 58, 95, 0.08), transparent 32%),
    linear-gradient(180deg, #fffdfa 0%, #f8fbfb 62%, var(--cream) 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.28)),
    radial-gradient(circle at 78% 42%, rgba(29, 58, 95, 0.1), transparent 26%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 74px;
  align-items: center;
  min-height: 520px;
}

.eyebrow,
.links-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border: 1px solid rgba(199, 164, 90, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--petrol);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 6px 18px rgba(13, 27, 51, 0.06);
}

.dark-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: var(--gold-soft);
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.08;
}

.hero h1 {
  margin-top: 24px;
  max-width: 600px;
  font-size: clamp(2.6rem, 5vw, 4rem);
  letter-spacing: 0;
}

.hero p,
.section-copy p,
.section-title p {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.85;
}

.hero p {
  max-width: 430px;
  margin: 20px 0 0;
}

.brand-line {
  display: inline-block;
  margin-top: 20px;
  padding-left: 16px;
  border-left: 2px solid var(--gold);
  color: var(--petrol);
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 32px;
}

.not-found {
  max-width: 720px;
  min-height: calc(100vh - 276px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0;
}

.not-found h1 {
  margin-top: 22px;
  font-size: clamp(2.6rem, 6vw, 4.6rem);
}

.not-found p {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.benefit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 30px;
}

.benefit-row span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--petrol);
  font-size: 0.88rem;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  max-width: 560px;
  margin-left: auto;
}

.image-panel img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  object-position: top;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-logo-visual {
  width: 100%;
  max-width: 500px;
}

.hero-logo-card {
  position: relative;
  display: grid;
  min-height: 360px;
  place-items: center;
  align-content: center;
  padding: 34px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 43%, rgba(232, 214, 163, 0.32), transparent 38%),
    radial-gradient(circle at 50% 43%, rgba(255, 255, 255, 0.78), transparent 54%);
  box-shadow: none;
}

.hero-logo-card::before {
  content: "";
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  border: 1px solid rgba(199, 164, 90, 0.24);
  border-radius: 50%;
}

.hero-logo-card img {
  position: relative;
  width: min(430px, 100%);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 36px rgba(13, 27, 51, 0.1));
}

.hero-logo-card span {
  position: relative;
  margin-top: 28px;
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.28em;
}

.hero-logo-card p {
  position: relative;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
  text-align: center;
}

.floating-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--card-shadow);
  backdrop-filter: blur(14px);
}

.floating-card strong {
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
}

.floating-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.site-map-section {
  padding: 72px 0 88px;
  background: linear-gradient(180deg, var(--cream), var(--white));
}

.home-pathways {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

.home-pathways h2 {
  max-width: 620px;
  margin-top: 16px;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
}

.site-map-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: 18px;
  margin-top: 26px;
}

.site-map-card,
.page-card,
.review-card,
.course-card {
  display: block;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--card-shadow);
}

.site-map-card {
  min-height: 160px;
  padding: 26px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border 0.25s ease;
}

.site-map-card.featured {
  color: var(--white);
  border-color: rgba(199, 164, 90, 0.54);
  background:
    linear-gradient(135deg, rgba(13, 27, 51, 0.96), rgba(20, 40, 74, 0.9)),
    radial-gradient(circle at 84% 18%, rgba(199, 164, 90, 0.22), transparent 30%);
}

.site-map-card:hover {
  transform: translateY(-4px);
  border-color: rgba(199, 164, 90, 0.55);
  box-shadow: var(--shadow);
}

.site-map-card span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-map-card strong {
  display: block;
  margin-top: 12px;
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.15;
}

.site-map-card small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.site-map-card.featured strong,
.site-map-card.featured small {
  color: var(--white);
}

.site-map-card.featured span {
  color: var(--gold-soft);
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 92px;
  background:
    radial-gradient(circle at 16% 18%, rgba(199, 164, 90, 0.12), transparent 28%),
    linear-gradient(180deg, #fffdfa 0%, #f7fbfb 58%, var(--cream) 100%);
}

.page-hero::before {
  content: none;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 54px;
  align-items: center;
}

.page-hero-copy h1 {
  margin-top: 22px;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
}

.page-hero-copy p {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.85;
}

.page-hero-copy .btn {
  margin-top: 30px;
}

.page-hero-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: top;
  border-radius: 18px;
  box-shadow: 0 24px 68px rgba(13, 27, 51, 0.12);
}

.page-card-grid,
.review-grid,
.course-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.page-card,
.review-card,
.course-card {
  padding: 28px;
}

.page-card h3,
.course-card h3 {
  font-size: 1.55rem;
}

.page-card p,
.review-card p,
.course-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.75;
}

.review-card span,
.course-card span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.course-card {
  min-height: 235px;
  background: linear-gradient(180deg, var(--white), var(--mist));
}

.compact-footer {
  margin-top: 0;
}

.footer-mini-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 28px 0 0;
}

.footer-mini-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
}

.footer-mini-nav a:hover {
  color: var(--white);
  border-color: rgba(199, 164, 90, 0.46);
}

.split {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 56px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: 1.1fr 0.9fr;
}

.section-copy h2,
.section-title h2 {
  margin-top: 20px;
  font-size: clamp(2rem, 4vw, 3.55rem);
}

.section-copy p,
.section-title p {
  margin: 20px 0 0;
}

.section-title {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.mini-card-grid,
.company-grid,
.method-grid,
.service-grid,
.plan-grid,
.team-grid,
.audience-grid,
.compare-grid,
.stats-grid {
  display: grid;
  gap: 20px;
}

.mini-card-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
}

.mini-card-grid article,
.service-card,
.plan-card,
.team-card,
.method-grid article,
.compare-card,
.stats-grid article,
.wide-cta {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--card-shadow);
}

.mini-card-grid article {
  padding: 22px;
}

.mini-card-grid h3,
.image-card h3,
.service-card h3,
.plan-card h3,
.team-card h3,
.method-grid h3,
.company-grid h3 {
  font-size: 1.45rem;
}

.mini-card-grid p,
.image-card p,
.service-card p,
.plan-card p,
.team-card p,
.method-grid p,
.company-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.75;
}

.audience-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 52px;
}

.image-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--card-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border 0.25s ease;
}

.image-card:hover,
.service-card:hover,
.plan-card:hover,
.team-card:hover {
  transform: translateY(-4px);
  border-color: rgba(199, 164, 90, 0.56);
  box-shadow: var(--shadow);
}

.image-card img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  object-position: top;
}

.image-card div {
  padding: 26px;
}

.image-card a {
  display: inline-block;
  margin-top: 18px;
  color: var(--petrol);
  font-weight: 900;
}

.service-grid {
  grid-template-columns: repeat(5, 1fr);
  margin-top: 52px;
}

.service-card {
  min-height: 248px;
  padding: 24px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border 0.25s ease;
}

.service-icon,
.bio-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  color: var(--petrol);
  background: var(--mist);
  font-size: 1.05rem;
  font-weight: 900;
}

.wide-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 48px;
  padding: 30px;
}

.wide-cta h3 {
  font-size: 1.8rem;
}

.wide-cta p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.plan-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 52px;
}

.plan-card {
  padding: 30px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border 0.25s ease;
}

.plan-card.featured {
  color: var(--white);
  border-color: rgba(199, 164, 90, 0.75);
  background: var(--navy);
}

.plan-card.featured h3,
.plan-card.featured p,
.plan-card.featured li {
  color: var(--white);
}

.plan-card ul,
.compare-card ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.plan-card li,
.compare-card li {
  position: relative;
  padding-left: 25px;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.65;
}

.plan-card li::before,
.compare-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
}

.plan-card .btn {
  width: 100%;
  margin-top: 28px;
}

.note,
.stats-note {
  max-width: 860px;
  margin: 28px auto 0;
  padding: 16px 20px;
  border: 1px solid rgba(199, 164, 90, 0.34);
  border-radius: var(--radius);
  background: var(--cream);
  color: var(--muted);
  text-align: center;
  line-height: 1.75;
}

.company-grid {
  grid-template-columns: repeat(2, 1fr);
  margin: 34px 0;
}

.company-grid article {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.09);
}

.company-grid span {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--white);
  font-weight: 900;
}

.company-grid p {
  color: rgba(255, 255, 255, 0.74);
}

.method-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 52px;
}

.method-grid article {
  padding: 28px;
}

.method-grid span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.team-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 52px;
}

.team-card {
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border 0.25s ease;
}

.team-card img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  object-position: top;
}

.team-card div {
  padding: 26px;
}

.team-card small {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.team-card strong {
  display: block;
  margin-top: 8px;
  color: var(--petrol);
  font-size: 0.9rem;
}

.team-card .btn {
  width: 100%;
  margin-top: 20px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 52px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border-radius: var(--radius);
  box-shadow: var(--card-shadow);
}

.gallery-item:nth-child(1),
.gallery-item:nth-child(4) {
  grid-column: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  object-position: top;
  transition: transform 0.35s ease;
}

.gallery-item:hover img {
  transform: scale(1.045);
}

.gallery-item span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  color: var(--white);
  font-weight: 900;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 50%;
  background: linear-gradient(180deg, transparent, rgba(13, 27, 51, 0.75));
}

.compare-grid {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 52px;
}

.compare-card {
  padding: 34px;
}

.compare-card h3 {
  font-size: 1.85rem;
}

.compare-card.deep {
  color: var(--white);
  background: var(--navy);
}

.compare-card.deep h3,
.compare-card.deep li {
  color: var(--white);
}

.statement {
  margin: 24px 0 0;
  padding: 26px;
  border: 1px solid rgba(199, 164, 90, 0.36);
  border-radius: var(--radius);
  background: var(--mist);
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 700;
  text-align: center;
}

.stats-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 52px;
}

.stats-grid article {
  padding: 28px;
  text-align: center;
}

.stats-grid strong {
  display: block;
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.6rem;
}

.stats-grid span {
  color: var(--muted);
  font-weight: 800;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-list p {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--cream);
}

.map-panel {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--mist);
  box-shadow: var(--shadow);
}

.map-panel img {
  width: 100%;
  height: 510px;
  object-fit: cover;
  opacity: 0.56;
}

.map-panel div {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  padding: 26px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--card-shadow);
  backdrop-filter: blur(12px);
}

.map-panel span {
  display: block;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.map-panel strong {
  display: block;
  margin-top: 10px;
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.2;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 60px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 5px 18px rgba(13, 27, 51, 0.05);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  border: 0;
  background: transparent;
  color: var(--navy);
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.faq-question span {
  color: var(--gold);
  font-size: 1.35rem;
  transition: transform 0.25s ease;
}

.faq-item.active .faq-question span {
  transform: rotate(45deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease;
}

.faq-item.active .faq-answer {
  grid-template-rows: 1fr;
}

.faq-answer div {
  overflow: hidden;
}

.faq-answer p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.75;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  color: var(--white);
  background: var(--ink);
}

.final-cta > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
}

.final-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 27, 51, 0.78);
}

.final-cta-content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 40px));
}

.final-cta-card {
  max-width: 850px;
  padding: clamp(30px, 5vw, 56px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(20, 40, 74, 0.92), rgba(13, 27, 51, 0.84));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

.final-cta-card span {
  color: var(--gold);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.final-cta-card h2 {
  margin-top: 18px;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.final-cta-card p {
  max-width: 680px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
  line-height: 1.8;
}

.site-footer {
  color: rgba(255, 255, 255, 0.68);
  background: var(--ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 0.9fr 0.9fr;
  gap: 44px;
  padding: 64px 0;
}

.footer-brand strong {
  color: var(--white);
}

.footer-brand small {
  color: rgba(255, 255, 255, 0.62);
}

.footer-tagline {
  color: var(--gold-soft);
  font-size: 1.1rem;
  font-weight: 800;
}

.site-footer h3 {
  margin-bottom: 20px;
  color: var(--white);
  font-size: 1.25rem;
}

.site-footer a:not(.brand):not(.btn),
.site-footer p {
  display: block;
  margin: 0 0 12px;
  font-size: 0.92rem;
  line-height: 1.65;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  margin: 0;
  font-size: 0.78rem;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.links-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% -10%, rgba(199, 164, 90, 0.22), transparent 30%),
    radial-gradient(circle at 88% 0%, rgba(29, 58, 95, 0.18), transparent 34%),
    linear-gradient(180deg, #f7fbfc 0%, var(--mist) 48%, var(--cream) 100%);
}

.links-shell {
  min-height: 100vh;
  padding: 28px 20px 34px;
}

.links-container {
  width: min(760px, 100%);
  margin: 0 auto;
}

.links-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 50px rgba(13, 27, 51, 0.08);
  backdrop-filter: blur(18px);
}

.links-brand strong {
  color: var(--navy);
}

.links-brand small {
  color: var(--muted);
}

.links-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--navy);
  background: var(--mist);
  font-size: 0.84rem;
  font-weight: 900;
  transition: transform 0.25s ease, background 0.25s ease;
}

.links-back:hover {
  transform: translateY(-2px);
  background: var(--gold-soft);
}

.links-hero-card {
  position: relative;
  overflow: hidden;
  margin-top: 18px;
  padding: clamp(30px, 6vw, 52px);
  border-radius: 18px;
  color: var(--white);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(13, 27, 51, 0.95), rgba(20, 40, 74, 0.9)),
    url("assets/about-praxis.png") center 40% / cover;
  box-shadow: 0 24px 70px rgba(13, 27, 51, 0.18);
}

.links-hero-card::before {
  content: none;
  position: absolute;
  inset: 0;
}

.links-hero-card > * {
  position: relative;
  z-index: 1;
}

.links-eyebrow {
  color: var(--gold-soft);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.links-hero-card h1 {
  margin-top: 18px;
  color: var(--white);
  font-size: clamp(2.5rem, 8vw, 4.2rem);
}

.links-hero-card p {
  margin: 12px auto 0;
  max-width: 430px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.links-hero-card > strong {
  display: block;
  margin-top: 8px;
  color: var(--gold-soft);
  font-size: 0.94rem;
}

.bio-banner-list {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.bio-banner {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(13, 27, 51, 0.12);
  text-align: left;
  isolation: isolate;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border 0.28s ease;
}

.bio-banner:hover {
  transform: translateY(-5px);
  border-color: rgba(199, 164, 90, 0.86);
  box-shadow: 0 28px 70px rgba(13, 27, 51, 0.24);
}

.bio-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transform: scale(1.02);
  transition: transform 0.45s ease;
  z-index: -2;
}

.bio-banner:hover img {
  transform: scale(1.08);
}

.bio-banner-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 27, 51, 0.92) 0%, rgba(20, 40, 74, 0.78) 48%, rgba(20, 40, 74, 0.22) 100%),
    linear-gradient(180deg, rgba(13, 27, 51, 0.1), rgba(13, 27, 51, 0.44));
  z-index: -1;
}

.bio-banner.featured .bio-banner-overlay {
  background:
    linear-gradient(90deg, rgba(13, 27, 51, 0.94) 0%, rgba(20, 40, 74, 0.82) 50%, rgba(199, 164, 90, 0.16) 100%),
    linear-gradient(180deg, rgba(13, 27, 51, 0.04), rgba(13, 27, 51, 0.48));
}

.bio-banner-content {
  min-height: 190px;
  width: min(72%, 460px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}

.bio-banner-content small {
  color: var(--gold-soft);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bio-banner-content strong {
  margin-top: 8px;
  color: var(--white);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 4vw, 2rem);
  line-height: 1.08;
}

.bio-banner-content em {
  max-width: 430px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.93rem;
  font-style: normal;
  line-height: 1.55;
}

.bio-banner-content span {
  display: inline-flex;
  width: fit-content;
  margin-top: 16px;
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--gold);
  font-size: 0.84rem;
  font-weight: 900;
}

.links-footer {
  padding: 34px 0 6px;
  text-align: center;
}

.links-footer p {
  margin: 0;
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.links-footer small {
  display: block;
  max-width: 480px;
  margin: 8px auto 0;
  color: var(--muted);
  line-height: 1.6;
}

@media (max-width: 1180px) {
  .header-cta {
    display: none;
  }
}

@media (max-width: 1100px) {
  .service-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .method-grid,
  .stats-grid,
  .site-map-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1060px) {
  .section {
    padding: 76px 0;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    display: grid;
    gap: 4px;
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    border-bottom: 1px solid transparent;
    background: var(--white);
    transition: max-height 0.25s ease, padding 0.25s ease, border 0.25s ease;
  }

  .main-nav.open {
    max-height: 520px;
    padding: 16px 20px 20px;
    border-bottom-color: var(--line);
  }

  .main-nav a {
    padding: 13px;
    border-radius: var(--radius);
  }

  .main-nav a:hover {
    background: var(--mist);
  }

  .hero-grid,
  .split,
  .split.reverse,
  .faq-layout,
  .page-hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
  }

  .hero-visual {
    max-width: 100%;
    margin: 0;
  }

  .audience-grid,
  .plan-grid,
  .team-grid,
  .compare-grid,
  .page-card-grid,
  .review-grid,
  .course-grid {
    grid-template-columns: 1fr;
  }

  .mini-card-grid,
  .company-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-pathways {
    display: block;
  }

  .home-pathways .btn {
    margin-top: 22px;
  }

  .bio-banner-content {
    width: 82%;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(1180px, calc(100% - 28px));
  }

  .hero {
    padding: 54px 0 70px;
  }

  .hero h1 {
    font-size: 2.45rem;
  }

  .image-panel img,
  .page-hero-image img {
    height: 500px;
  }

  .hero-logo-card {
    min-height: 330px;
    padding: 34px 22px;
  }

  .hero-logo-card img {
    width: min(340px, 94%);
  }

  .floating-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .final-cta {
    padding: 72px 0;
  }

  .final-cta-content {
    width: min(1120px, calc(100% - 28px));
  }

  .final-cta-card {
    padding: 28px 20px;
  }

  .service-grid,
  .method-grid,
  .stats-grid,
  .gallery-grid,
  .site-map-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item:nth-child(1),
  .gallery-item:nth-child(4) {
    grid-column: span 1;
  }

  .wide-cta,
  .footer-bottom {
    display: block;
  }

  .wide-cta .cta-actions {
    margin-top: 22px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    padding: 48px 0;
  }

  .btn,
  .cta-actions .btn,
  .hero-actions .btn {
    width: 100%;
  }

  .brand strong {
    font-size: 1.08rem;
  }

  .links-shell {
    padding: 28px 14px;
  }

  .bio-banner {
    min-height: 230px;
  }

  .bio-banner-overlay,
  .bio-banner.featured .bio-banner-overlay {
    background:
      linear-gradient(180deg, rgba(13, 27, 51, 0.2) 0%, rgba(13, 27, 51, 0.9) 72%),
      linear-gradient(90deg, rgba(20, 40, 74, 0.38), rgba(20, 40, 74, 0.1));
  }

  .bio-banner-content {
    min-height: 230px;
    width: 100%;
    justify-content: flex-end;
    padding: 22px;
  }

  .bio-banner-content em {
    max-width: 100%;
  }
}

/* =====================================================================
   PRÁXIS HEALTH — CAMADA V2
   Navegação com submenus, carrossel de banners, infográficos e novos
   componentes. Escrita depois da base para vencer na cascata.
   ===================================================================== */

:root {
  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 26px;
  --ring: 0 0 0 3px rgba(199, 164, 90, 0.35);
  --lift: 0 26px 60px -24px rgba(13, 27, 51, 0.35);
  --glass: rgba(252, 251, 248, 0.82);
  --grad-gold: linear-gradient(120deg, #c7a45a, #e8d6a3 55%, #c7a45a);
  --grad-deep: linear-gradient(140deg, #0d1b33 0%, #14284a 48%, #1d3a5f 100%);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html {
  scroll-padding-top: 96px;
}

[id] {
  scroll-margin-top: 96px;
}

:focus-visible {
  outline: none;
  box-shadow: var(--ring);
  border-radius: 6px;
}

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

/* ---------------------------------------------------------------- header */

.hdr {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--glass);
  backdrop-filter: blur(20px) saturate(140%);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease),
    background 0.3s var(--ease);
}

.hdr.is-stuck {
  border-bottom-color: var(--line);
  box-shadow: 0 12px 34px -22px rgba(13, 27, 51, 0.5);
}

.hdr-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 82px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.logo-flor {
  width: 58px;
  height: 34px;
  object-fit: contain;
  transition: transform 0.4s var(--ease);
}

.logo:hover .logo-flor {
  transform: scale(1.07) rotate(-2deg);
}

.logo-txt strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.22rem;
  line-height: 1;
  color: var(--navy);
  letter-spacing: 0.01em;
}

.logo-txt small {
  display: block;
  margin-top: 4px;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(4px, 1vw, 14px);
  margin-left: auto;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.875rem;
  font-weight: 800;
  white-space: nowrap;
  transition: color 0.22s var(--ease), background 0.22s var(--ease);
}

.nav-link:hover,
.nav-item:focus-within > .nav-link {
  color: var(--navy);
  background: rgba(20, 40, 74, 0.06);
}

.nav-link.is-active {
  color: var(--navy);
}

.nav-link.is-active::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 2px;
  height: 2px;
  border-radius: 2px;
  background: var(--grad-gold);
}

.nav-caret {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  transition: transform 0.25s var(--ease);
  opacity: 0.7;
}

.nav-item.is-open .nav-caret {
  transform: rotate(180deg);
}

.nav-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 10;
  width: max-content;
  min-width: 262px;
  max-width: 320px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: #fff;
  box-shadow: 0 30px 70px -28px rgba(13, 27, 51, 0.45);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -8px);
  transition: opacity 0.24s var(--ease), transform 0.24s var(--ease),
    visibility 0.24s;
}

.nav-item.is-open .nav-panel {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.nav-panel a {
  display: block;
  padding: 11px 14px;
  border-radius: var(--r-sm);
  color: var(--petrol);
  font-size: 0.88rem;
  font-weight: 700;
  transition: background 0.2s var(--ease), color 0.2s var(--ease),
    padding-left 0.2s var(--ease);
}

.nav-panel a:hover,
.nav-panel a.is-active {
  padding-left: 20px;
  color: var(--navy);
  background: var(--mist);
}

.hdr-cta {
  flex: 0 0 auto;
}

.burger {
  display: none;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
}

.burger span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 2px;
  background: var(--navy);
  transition: transform 0.3s var(--ease), opacity 0.2s var(--ease);
}

.burger.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.burger.is-open span:nth-child(2) {
  opacity: 0;
}
.burger.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 1140px) {
  .burger {
    display: block;
    margin-left: auto;
  }

  .hdr-cta {
    display: none;
  }

  .nav {
    position: fixed;
    inset: 82px 0 auto;
    display: block;
    max-height: 0;
    margin: 0;
    overflow: hidden auto;
    padding: 0 18px;
    background: #fff;
    border-bottom: 1px solid transparent;
    transition: max-height 0.36s var(--ease), padding 0.36s var(--ease);
  }

  .nav.is-open {
    max-height: calc(100dvh - 82px);
    padding: 12px 18px 28px;
    border-bottom-color: var(--line);
  }

  .nav-link {
    width: 100%;
    justify-content: space-between;
    padding: 15px 12px;
    border-radius: var(--r-sm);
    font-size: 1rem;
  }

  .nav-link.is-active::after {
    display: none;
  }

  .nav-panel {
    position: static;
    width: auto;
    max-width: none;
    min-width: 0;
    display: grid;
    grid-template-rows: 0fr;
    padding: 0 0 0 12px;
    border: 0;
    border-left: 2px solid var(--line);
    margin: 0 0 6px 14px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: grid-template-rows 0.32s var(--ease);
  }

  .nav-item.is-open .nav-panel {
    grid-template-rows: 1fr;
    transform: none;
  }

  .nav-panel-inner {
    overflow: hidden;
  }

  .nav-mob-cta {
    display: block;
    margin-top: 14px;
  }
}

.nav-mob-cta {
  display: none;
  width: 100%;
}

/* --------------------------------------------------------- hero / slider */

.hero-slider {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fffdfa, var(--cream));
}

.hs-viewport {
  overflow: hidden;
}

.hs-track {
  display: flex;
  will-change: transform;
  transition: transform 0.75s var(--ease);
}

.hs-slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 100%;
  min-height: clamp(460px, 62vh, 620px);
  display: grid;
  align-items: center;
}

.hs-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hs-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
  padding: 64px 0;
}

.hs-slide[data-layout="center"] .hs-inner {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.hs-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hs-title {
  margin: 22px 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.1rem, 4.4vw, 3.7rem);
  line-height: 1.06;
}

.hs-text {
  max-width: 520px;
  margin: 20px 0 0;
  font-size: 1.03rem;
  line-height: 1.8;
}

.hs-slide[data-layout="center"] .hs-text {
  max-width: 720px;
}

.hs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hs-slide[data-layout="center"] .hs-actions {
  justify-content: center;
}

.hs-media {
  position: relative;
  display: grid;
  place-items: center;
}

.hs-media img {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
  object-position: center 18%;
  border-radius: var(--r-lg);
  box-shadow: var(--lift);
}

.hs-media.is-logo img {
  max-width: 380px;
  max-height: 380px;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 26px 40px rgba(13, 27, 51, 0.14));
}

.hs-media.is-logo::before {
  content: "";
  position: absolute;
  width: min(400px, 90%);
  aspect-ratio: 1;
  border: 1px solid rgba(199, 164, 90, 0.3);
  border-radius: 50%;
}

/* variantes de tema por banner */
.hs-slide.t-light {
  background:
    radial-gradient(circle at 12% 22%, rgba(232, 214, 163, 0.3), transparent 34%),
    radial-gradient(circle at 88% 14%, rgba(29, 58, 95, 0.09), transparent 36%),
    linear-gradient(180deg, #fffdfa, #f7fbfb);
}
.hs-slide.t-light .hs-eyebrow {
  color: var(--petrol);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(199, 164, 90, 0.34);
}
.hs-slide.t-light .hs-title {
  color: var(--navy);
}
.hs-slide.t-light .hs-text {
  color: var(--muted);
}

.hs-slide.t-dark {
  color: #fff;
  background: var(--grad-deep);
}
.hs-slide.t-dark::before {
  background: radial-gradient(circle at 82% 24%, rgba(199, 164, 90, 0.22), transparent 42%);
}
.hs-slide.t-dark .hs-eyebrow {
  color: var(--gold-soft);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.hs-slide.t-dark .hs-title {
  color: #fff;
}
.hs-slide.t-dark .hs-text {
  color: rgba(255, 255, 255, 0.8);
}

.hs-slide.t-mist {
  background:
    radial-gradient(circle at 84% 76%, rgba(199, 164, 90, 0.2), transparent 40%),
    linear-gradient(140deg, #eef6f8, #f7fbfb 60%, #fffdfa);
}
.hs-slide.t-mist .hs-eyebrow {
  color: var(--petrol);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(199, 164, 90, 0.3);
}
.hs-slide.t-mist .hs-title {
  color: var(--navy);
}
.hs-slide.t-mist .hs-text {
  color: var(--muted);
}

.hs-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--navy);
  cursor: pointer;
  box-shadow: 0 12px 30px -14px rgba(13, 27, 51, 0.45);
  transition: transform 0.25s var(--ease), background 0.25s var(--ease);
}

.hs-arrow:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.08);
}

.hs-arrow.prev {
  left: max(14px, calc(50vw - 640px));
}
.hs-arrow.next {
  right: max(14px, calc(50vw - 640px));
}

.hs-arrow svg {
  width: 17px;
  height: 17px;
}

.hs-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 9px;
}

.hs-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(20, 40, 74, 0.24);
  cursor: pointer;
  transition: width 0.3s var(--ease), background 0.3s var(--ease);
}

.hs-dot.is-active {
  width: 30px;
  background: var(--gold);
}

@media (max-width: 900px) {
  .hs-inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 52px 0 64px;
    text-align: center;
    justify-items: center;
  }
  .hs-text {
    max-width: 100%;
  }
  .hs-actions {
    justify-content: center;
    width: 100%;
  }
  .hs-media {
    order: -1;
  }
  .hs-media img {
    max-height: 250px;
  }
  .hs-media.is-logo img {
    max-width: 210px;
    max-height: 210px;
  }
  .hs-media.is-logo::before {
    width: 240px;
  }
  .hs-arrow {
    width: 40px;
    height: 40px;
  }
  .hs-arrow.prev {
    left: 8px;
  }
  .hs-arrow.next {
    right: 8px;
  }
}

/* ------------------------------------------------------------- marquee */

.marquee {
  position: relative;
  overflow: hidden;
  padding: 8px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 16px;
  animation: marquee-run 38s linear infinite;
}

.marquee:hover .marquee-track {
  animation-play-state: paused;
}

@keyframes marquee-run {
  to {
    transform: translateX(-50%);
  }
}

.partner {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 26px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: #fff;
  box-shadow: 0 10px 26px -18px rgba(13, 27, 51, 0.4);
}

.partner-logo {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 12px;
  background: var(--mist);
  color: var(--petrol);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.95rem;
  font-weight: 700;
}

.partner-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}

.partner span {
  color: var(--navy);
  font-size: 0.94rem;
  font-weight: 800;
  white-space: nowrap;
}

/* --------------------------------------------------- cards de serviço */

.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 52px;
}

.svc-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--r-md);
  background: var(--navy);
  box-shadow: var(--card-shadow);
  isolation: isolate;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.svc-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--lift);
}

.svc-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center 25%;
  filter: grayscale(1) contrast(1.05);
  transition: transform 0.6s var(--ease), filter 0.4s var(--ease);
}

.svc-card:hover img {
  transform: scale(1.06);
  filter: grayscale(0.15) contrast(1);
}

.svc-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 27, 51, 0.1) 30%, rgba(13, 27, 51, 0.88));
}

.svc-body {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  padding: 24px;
  color: #fff;
}

.svc-body strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.15;
}

.svc-body small {
  display: block;
  margin-top: 8px;
  max-height: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  line-height: 1.6;
  opacity: 0;
  transition: max-height 0.4s var(--ease), opacity 0.3s var(--ease);
}

.svc-card:hover .svc-body small {
  max-height: 90px;
  opacity: 1;
}

.svc-body em {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  color: var(--gold-soft);
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .svc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .svc-grid {
    grid-template-columns: 1fr;
  }
  .svc-card img {
    height: 230px;
  }
  .svc-body small {
    max-height: 90px;
    opacity: 1;
  }
}

/* ------------------------------------------------------ avaliações */

.rev-wrap {
  position: relative;
  margin-top: 46px;
}

.rev-viewport {
  overflow: hidden;
  padding: 6px;
}

.rev-track {
  display: flex;
  gap: 20px;
  transition: transform 0.6s var(--ease);
}

.rev-card {
  flex: 0 0 calc((100% - 40px) / 3);
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: #fff;
  box-shadow: var(--card-shadow);
}

.rev-stars {
  display: flex;
  gap: 3px;
  color: var(--gold);
}

.rev-stars svg {
  width: 17px;
  height: 17px;
}

.rev-card p {
  flex: 1;
  margin: 18px 0 0;
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.75;
}

.rev-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.rev-avatar {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--grad-deep);
  color: var(--gold-soft);
  font-weight: 900;
}

.rev-meta strong {
  display: block;
  color: var(--navy);
  font-size: 0.92rem;
}

.rev-meta small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.78rem;
}

.rev-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.rev-btn {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  transition: background 0.25s var(--ease), transform 0.25s var(--ease);
}

.rev-btn:hover {
  background: var(--mist);
  transform: translateY(-2px);
}

.rev-btn svg {
  width: 16px;
  height: 16px;
}

.rev-source {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 26px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

@media (max-width: 980px) {
  .rev-card {
    flex-basis: calc((100% - 20px) / 2);
  }
}
@media (max-width: 640px) {
  .rev-card {
    flex-basis: 100%;
  }
}

/* ----------------------------------------------- pilares (Método) */

.pillars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 54px;
}

.pillar {
  position: relative;
  padding: 34px 24px 28px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: linear-gradient(180deg, #fff, var(--mist));
  text-align: center;
  transition: transform 0.32s var(--ease), box-shadow 0.32s var(--ease),
    border-color 0.32s var(--ease);
}

.pillar:hover {
  transform: translateY(-6px);
  border-color: rgba(199, 164, 90, 0.6);
  box-shadow: var(--lift);
}

.pillar-num {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--grad-deep);
  color: var(--gold-soft);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.95rem;
  font-weight: 700;
}

.pillar-ico {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 8px auto 18px;
  border: 1px solid rgba(199, 164, 90, 0.45);
  border-radius: 999px;
  color: var(--petrol);
  background: #fff;
}

.pillar-ico svg {
  width: 27px;
  height: 27px;
}

.pillar h3 {
  font-size: 1.24rem;
}

.pillar p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.pillar-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 26px;
  margin-top: 34px;
  padding: 20px 26px;
  border: 1px solid rgba(199, 164, 90, 0.34);
  border-radius: 999px;
  background: var(--cream);
}

.pillar-bar span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 800;
}

.pillar-bar span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--gold);
}

@media (max-width: 1100px) {
  .pillars {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .pillars {
    grid-template-columns: 1fr;
  }
  .pillar-bar {
    border-radius: var(--r-md);
  }
}

/* --------------------------------------------- propósitos (flor) */

.purpose {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
  margin-top: 48px;
}

.purpose-card {
  position: relative;
  overflow: hidden;
  padding: 30px 26px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--accent, var(--gold));
  border-radius: var(--r-md);
  background: #fff;
  box-shadow: var(--card-shadow);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.purpose-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--lift);
}

.purpose-card::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--accent, var(--gold));
  opacity: 0.07;
}

.purpose-ico {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  border-radius: 16px;
  color: var(--accent, var(--gold));
  background: color-mix(in srgb, var(--accent, #c7a45a) 12%, #fff);
}

.purpose-ico svg {
  width: 25px;
  height: 25px;
}

.purpose-card h3 {
  font-size: 1.3rem;
}

.purpose-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.72;
}

/* -------------------------------------------- missão / visão arcos */

.mv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 44px;
}

.mv-card {
  position: relative;
  padding: 44px 34px 38px;
  border: 1px solid var(--line);
  border-radius: 200px 200px var(--r-md) var(--r-md);
  background: linear-gradient(180deg, #fff, var(--mist));
  text-align: center;
  box-shadow: var(--card-shadow);
}

.mv-card .mv-flor {
  width: 62px;
  height: 36px;
  margin: 0 auto 18px;
  object-fit: contain;
  opacity: 0.9;
}

.mv-card span {
  display: block;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.mv-card p {
  max-width: 380px;
  margin: 14px auto 0;
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.75;
}

@media (max-width: 760px) {
  .mv-grid {
    grid-template-columns: 1fr;
  }
}

/* --------------------------------------------- mapa de estrutura */

.smap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas:
    "a hub b"
    "c hub d"
    "e e e";
  gap: 20px;
  align-items: center;
  margin-top: 48px;
}

.smap-hub {
  grid-area: hub;
  display: grid;
  place-items: center;
  align-content: center;
  width: 230px;
  height: 230px;
  padding: 24px;
  border-radius: 50%;
  background: var(--grad-deep);
  color: #fff;
  text-align: center;
  box-shadow: 0 0 0 12px rgba(199, 164, 90, 0.1), var(--lift);
}

.smap-hub img {
  width: 66px;
  height: 38px;
  margin-bottom: 12px;
  object-fit: contain;
}

.smap-hub strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.3rem;
  line-height: 1.1;
  color: #fff;
}

.smap-hub small {
  display: block;
  margin-top: 8px;
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.smap-node {
  display: flex;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: #fff;
  box-shadow: var(--card-shadow);
  transition: transform 0.3s var(--ease), border-color 0.3s var(--ease),
    box-shadow 0.3s var(--ease);
}

.smap-node:hover {
  transform: translateY(-4px);
  border-color: rgba(199, 164, 90, 0.6);
  box-shadow: var(--lift);
}

.smap-node:nth-of-type(1) {
  grid-area: a;
}
.smap-node:nth-of-type(2) {
  grid-area: b;
}
.smap-node:nth-of-type(3) {
  grid-area: c;
}
.smap-node:nth-of-type(4) {
  grid-area: d;
}
.smap-node:nth-of-type(5) {
  grid-area: e;
  max-width: 560px;
  margin: 0 auto;
}

.smap-ico {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border: 1px solid rgba(199, 164, 90, 0.4);
  border-radius: 15px;
  color: var(--petrol);
  background: var(--mist);
}

.smap-ico svg {
  width: 24px;
  height: 24px;
}

.smap-node h3 {
  display: flex;
  align-items: baseline;
  gap: 9px;
  font-size: 1.14rem;
}

.smap-node h3 i {
  color: var(--gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.95rem;
  font-style: normal;
}

.smap-node p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.89rem;
  line-height: 1.65;
}

@media (max-width: 1000px) {
  .smap {
    grid-template-columns: 1fr;
    grid-template-areas: "hub" "a" "b" "c" "d" "e";
    justify-items: center;
  }
  .smap-node {
    width: 100%;
  }
}

/* -------------------------------------------------- especialidades */

.spec-block {
  margin-top: 34px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: #fff;
  box-shadow: var(--card-shadow);
  overflow: hidden;
}

.spec-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 22px 28px;
  background: var(--grad-deep);
  color: #fff;
}

.spec-head h3 {
  color: #fff;
  font-size: 1.3rem;
}

.spec-head small {
  color: var(--gold-soft);
  font-size: 0.8rem;
  font-weight: 700;
}

.spec-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
}

.spec-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 28px;
  background: #fff;
  transition: background 0.2s var(--ease);
}

.spec-item:hover {
  background: var(--mist);
}

.spec-item.is-lead {
  background: var(--cream);
}

.spec-item strong {
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 700;
}

.spec-item.is-lead strong {
  font-weight: 900;
}

.modes {
  display: flex;
  gap: 7px;
}

.mode {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.mode svg {
  width: 13px;
  height: 13px;
}

.mode.pres {
  color: #1d3a5f;
  background: rgba(29, 58, 95, 0.09);
}

.mode.tele {
  color: #8a6a1f;
  background: rgba(199, 164, 90, 0.18);
}

@media (max-width: 820px) {
  .spec-list {
    grid-template-columns: 1fr;
  }
  .spec-item {
    padding: 15px 20px;
  }
  .spec-head {
    padding: 20px;
  }
}

/* ------------------------------------------------------ áreas equipe */

.area-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 48px;
}

.area-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 250px;
  border-radius: var(--r-md);
  background: var(--navy);
  box-shadow: var(--card-shadow);
  transition: transform 0.32s var(--ease), box-shadow 0.32s var(--ease);
}

.area-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--lift);
}

.area-card img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  object-position: center 20%;
  filter: grayscale(1);
  opacity: 0.55;
  transition: transform 0.55s var(--ease), opacity 0.35s var(--ease);
}

.area-card:hover img {
  transform: scale(1.07);
  opacity: 0.72;
}

.area-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 40, 74, 0.35), rgba(13, 27, 51, 0.9));
}

.area-body {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  padding: 22px;
}

.area-body strong {
  display: block;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.15;
}

.area-body span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 9px;
  color: var(--gold-soft);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  .area-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .area-grid {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------------------ lista profissionais */

.pro-block + .pro-block {
  margin-top: 34px;
}

.pro-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.pro-title h3 {
  font-size: 1.4rem;
  white-space: nowrap;
}

.pro-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}

.pro-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.pro-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  background: #fff;
  transition: border-color 0.25s var(--ease), transform 0.25s var(--ease);
}

.pro-item:hover {
  transform: translateX(3px);
  border-color: rgba(199, 164, 90, 0.6);
}

.pro-item.is-lead {
  border-color: rgba(199, 164, 90, 0.55);
  background: var(--cream);
}

.pro-item b {
  color: var(--navy);
  font-size: 0.95rem;
}

.pro-item i {
  color: var(--muted);
  font-size: 0.88rem;
  font-style: normal;
}

.pro-item .modes {
  margin-left: auto;
}

.pro-tbd {
  color: var(--muted);
  font-size: 0.88rem;
}

@media (max-width: 820px) {
  .pro-grid {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------------------------- unidades */

.unit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 48px;
}

.unit-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: #fff;
  box-shadow: var(--card-shadow);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease),
    border-color 0.3s var(--ease);
}

.unit-card:hover {
  transform: translateY(-5px);
  border-color: rgba(199, 164, 90, 0.6);
  box-shadow: var(--lift);
}

.unit-city {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.unit-card h3 {
  margin-top: 12px;
  font-size: 1.24rem;
}

.unit-card address {
  flex: 1;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-style: normal;
  line-height: 1.65;
}

.unit-card .btn {
  margin-top: 22px;
}

.unit-soon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  padding: 30px 34px;
  border-radius: var(--r-md);
  background: var(--grad-deep);
  color: #fff;
}

.unit-soon h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 1.5rem;
}

.unit-soon .tag {
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(199, 164, 90, 0.22);
  color: var(--gold-soft);
  font-family: "Manrope", sans-serif;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.unit-soon p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

@media (max-width: 1000px) {
  .unit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .unit-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------------------------------------------------------- fluxo */

.flow {
  display: grid;
  gap: 0;
  margin-top: 46px;
  counter-reset: flow;
}

.flow-step {
  position: relative;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 24px;
  padding: 0 0 34px;
}

.flow-step::before {
  content: "";
  position: absolute;
  top: 56px;
  bottom: -6px;
  left: 30px;
  width: 2px;
  background: linear-gradient(180deg, rgba(199, 164, 90, 0.55), rgba(199, 164, 90, 0.08));
}

.flow-step:last-child {
  padding-bottom: 0;
}

.flow-step:last-child::before {
  display: none;
}

.flow-num {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(199, 164, 90, 0.45);
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.4rem;
  font-weight: 700;
  box-shadow: var(--card-shadow);
}

.flow-body {
  padding-top: 8px;
}

.flow-body h3 {
  font-size: 1.35rem;
}

.flow-body p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.97rem;
  line-height: 1.78;
}

@media (max-width: 620px) {
  .flow-step {
    grid-template-columns: 48px 1fr;
    gap: 16px;
  }
  .flow-num {
    width: 48px;
    height: 48px;
    font-size: 1.1rem;
  }
  .flow-step::before {
    top: 44px;
    left: 23px;
  }
}

/* --------------------------------------------------------- callout */

.callout {
  position: relative;
  margin-top: 40px;
  padding: 38px 42px;
  border-radius: var(--r-md);
  background: var(--grad-deep);
  color: #fff;
  overflow: hidden;
}

.callout::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -60px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(199, 164, 90, 0.3), transparent 70%);
}

.callout p {
  position: relative;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  line-height: 1.45;
}

.callout p strong {
  color: var(--gold-soft);
}

.callout.soft {
  background: var(--cream);
  border: 1px solid rgba(199, 164, 90, 0.36);
}

.callout.soft::before {
  background: radial-gradient(circle, rgba(199, 164, 90, 0.16), transparent 70%);
}

.callout.soft p {
  color: var(--navy);
}

.callout.soft p strong {
  color: var(--petrol);
}

@media (max-width: 620px) {
  .callout {
    padding: 28px 24px;
  }
}

/* --------------------------------------------------- prosa / vídeo */

.prose {
  max-width: 780px;
}

.prose p {
  margin: 0 0 20px;
  color: var(--text);
  font-size: 1.03rem;
  line-height: 1.9;
}

.prose p:last-child {
  margin-bottom: 0;
}

.prose strong {
  color: var(--navy);
}

.prose .lead {
  color: var(--navy);
  font-size: 1.14rem;
  font-weight: 700;
}

.prose-split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: start;
}

.video-card {
  position: sticky;
  top: 104px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: #fff;
  box-shadow: var(--card-shadow);
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 10;
  display: grid;
  place-items: center;
  background: var(--grad-deep);
  color: #fff;
  overflow: hidden;
}

.video-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}

.video-frame iframe,
.video-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-play {
  position: relative;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(6px);
}

.video-play::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  animation: pulse-ring 2.6s ease-out infinite;
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.9);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

.video-play svg {
  width: 26px;
  height: 26px;
  margin-left: 4px;
}

.video-card figcaption {
  padding: 22px 24px;
}

.video-card figcaption strong {
  display: block;
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.15rem;
}

.video-card figcaption small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .prose-split {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .video-card {
    position: static;
  }
}

/* -------------------------------------------------------- chips */

.chip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.chip {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  background: #fff;
  color: var(--navy);
  font-size: 0.93rem;
  font-weight: 700;
  transition: border-color 0.25s var(--ease), transform 0.25s var(--ease);
}

.chip:hover {
  transform: translateY(-3px);
  border-color: rgba(199, 164, 90, 0.6);
}

.chip::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--grad-gold);
}

.chip-grid.audience .chip {
  justify-content: center;
  padding: 22px 18px;
  text-align: center;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.05rem;
}

/* ------------------------------------------------ cards em coluna */

.duo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.duo-card {
  display: flex;
  flex-direction: column;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: #fff;
  box-shadow: var(--card-shadow);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease),
    border-color 0.3s var(--ease);
}

.duo-card:hover {
  transform: translateY(-5px);
  border-color: rgba(199, 164, 90, 0.6);
  box-shadow: var(--lift);
}

.duo-card.is-featured {
  color: #fff;
  border-color: rgba(199, 164, 90, 0.6);
  background: var(--grad-deep);
}

.duo-card.is-featured h3,
.duo-card.is-featured p,
.duo-card.is-featured li {
  color: #fff;
}

.duo-card.is-featured p,
.duo-card.is-featured li {
  color: rgba(255, 255, 255, 0.8);
}

.duo-ico {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border: 1px solid rgba(199, 164, 90, 0.42);
  border-radius: 16px;
  color: var(--petrol);
  background: var(--mist);
}

.duo-card.is-featured .duo-ico {
  color: var(--gold-soft);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.2);
}

.duo-ico svg {
  width: 25px;
  height: 25px;
}

.duo-card h3 {
  font-size: 1.32rem;
}

.duo-card > p {
  flex: 1;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.75;
}

.duo-list {
  display: grid;
  gap: 11px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.duo-list li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.duo-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gold);
}

.duo-card .btn {
  width: 100%;
  margin-top: 24px;
}

.duo-tag {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(199, 164, 90, 0.16);
  color: #8a6a1f;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.duo-card.is-featured .duo-tag {
  background: rgba(199, 164, 90, 0.26);
  color: var(--gold-soft);
}

/* --------------------------------------------- lista com link (CTA) */

.linked-grid {
  display: grid;
  gap: 16px;
  margin-top: 40px;
}

.linked-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px 28px;
  align-items: center;
  padding: 28px 32px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: #fff;
  box-shadow: var(--card-shadow);
  transition: border-color 0.3s var(--ease), transform 0.3s var(--ease),
    box-shadow 0.3s var(--ease);
}

.linked-card:hover {
  transform: translateY(-4px);
  border-color: rgba(199, 164, 90, 0.6);
  box-shadow: var(--lift);
}

.linked-card h3 {
  font-size: 1.28rem;
}

.linked-card p {
  margin: 10px 0 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.72;
}

@media (max-width: 760px) {
  .linked-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .linked-card .btn {
    width: 100%;
  }
}

/* ------------------------------------------------------ sub-nav local */

.subnav {
  position: sticky;
  top: 82px;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
}

.subnav-inner {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 12px 0;
  scrollbar-width: none;
}

.subnav-inner::-webkit-scrollbar {
  display: none;
}

.subnav a {
  padding: 9px 16px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
  white-space: nowrap;
  transition: background 0.22s var(--ease), color 0.22s var(--ease);
}

.subnav a:hover,
.subnav a.is-active {
  color: var(--navy);
  background: var(--mist);
}

/* ---------------------------------------------------- CTA final v2 */

.endcta {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  color: #fff;
  background: var(--grad-deep);
}

.endcta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 22%, rgba(199, 164, 90, 0.22), transparent 42%),
    radial-gradient(circle at 12% 88%, rgba(199, 164, 90, 0.12), transparent 38%);
}

.endcta-inner {
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
}

.endcta img.flor {
  width: 90px;
  height: 52px;
  margin-bottom: 22px;
  object-fit: contain;
}

.endcta h2 {
  max-width: 860px;
  color: #fff;
  font-size: clamp(1.9rem, 4vw, 3.1rem);
}

.endcta p {
  max-width: 620px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.8;
}

.endcta .cta-actions {
  justify-content: center;
}

.endcta-meta {
  margin-top: 40px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  width: min(760px, 100%);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  line-height: 1.7;
}

.ig-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  padding: 11px 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  transition: background 0.25s var(--ease), transform 0.25s var(--ease);
}

.ig-pill:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.ig-pill svg {
  width: 18px;
  height: 18px;
}

/* -------------------------------------------------------- rodapé v2 */

.ftr {
  color: rgba(255, 255, 255, 0.66);
  background: var(--ink);
}

.ftr-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 0.85fr);
  gap: 44px;
  padding: 66px 0 44px;
}

.ftr-brand .logo-txt strong {
  color: #fff;
}

.ftr-brand .logo-txt small {
  color: rgba(255, 255, 255, 0.55);
}

.ftr-tagline {
  margin: 22px 0 12px;
  color: var(--gold-soft);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.15rem;
}

.ftr-brand p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.72;
}

.ftr-col h3 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

.ftr-col a,
.ftr-col p {
  display: block;
  margin: 0 0 11px;
  font-size: 0.88rem;
  line-height: 1.6;
  transition: color 0.2s var(--ease), padding-left 0.2s var(--ease);
}

.ftr-col a:hover {
  padding-left: 5px;
  color: var(--gold-soft);
}

.ftr-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.78rem;
}

.ftr-bottom p {
  margin: 0;
  max-width: 640px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .ftr-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
  }
}
@media (max-width: 560px) {
  .ftr-grid {
    grid-template-columns: 1fr;
  }
}

/* --------------------------------------------------- utilitários */

.section-title.left {
  margin: 0;
  text-align: left;
  max-width: 820px;
}

.stack-lg > * + * {
  margin-top: 56px;
}

.muted-note {
  margin-top: 26px;
  padding: 16px 22px;
  border-left: 3px solid var(--gold);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  background: var(--cream);
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.soon-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 15px;
  border-radius: 999px;
  background: rgba(199, 164, 90, 0.16);
  color: #8a6a1f;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wa-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 150;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 14px 34px -10px rgba(37, 211, 102, 0.7);
  transition: transform 0.3s var(--ease);
}

.wa-float:hover {
  transform: scale(1.09);
}

.wa-float svg {
  width: 28px;
  height: 28px;
}

@media (max-width: 680px) {
  .wa-float {
    width: 50px;
    height: 50px;
    right: 14px;
    bottom: 14px;
  }
}

/* revelação escalonada */
.reveal[data-delay="1"] { transition-delay: 0.08s; }
.reveal[data-delay="2"] { transition-delay: 0.16s; }
.reveal[data-delay="3"] { transition-delay: 0.24s; }
.reveal[data-delay="4"] { transition-delay: 0.32s; }

/* ---------------------------- variante de tile com ícone (sem foto) */

.svc-card.is-ico,
.area-card.is-ico {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 268px;
  padding: 28px;
  background: var(--grad-deep);
}

.svc-card.is-ico::after,
.area-card.is-ico::after {
  background: radial-gradient(circle at 78% 12%, rgba(199, 164, 90, 0.26), transparent 46%);
}

.svc-card.is-ico .svc-body,
.area-card.is-ico .area-body {
  position: static;
  padding: 0;
}

.tile-ico {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: auto;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--gold-soft);
  backdrop-filter: blur(4px);
  transition: transform 0.4s var(--ease), background 0.3s var(--ease);
}

.svc-card:hover .tile-ico,
.area-card:hover .tile-ico {
  transform: translateY(-4px) scale(1.05);
  background: rgba(199, 164, 90, 0.2);
}

.tile-ico svg {
  width: 29px;
  height: 29px;
}

.tile-deco {
  position: absolute;
  right: -40px;
  bottom: -40px;
  z-index: 1;
  width: 190px;
  height: 190px;
  opacity: 0.09;
  color: #fff;
  pointer-events: none;
  transition: transform 0.6s var(--ease), opacity 0.4s var(--ease);
}

.svc-card:hover .tile-deco,
.area-card:hover .tile-deco {
  transform: rotate(-8deg) scale(1.08);
  opacity: 0.14;
}

.tile-deco svg {
  width: 100%;
  height: 100%;
}

.area-card.is-ico {
  min-height: 218px;
  padding: 24px;
}

.area-card.is-ico .tile-ico {
  width: 52px;
  height: 52px;
  border-radius: 15px;
}

.area-card.is-ico .tile-ico svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 620px) {
  .svc-card.is-ico {
    min-height: 230px;
  }
}

/* ------------------------------------------- bloco "Onde estamos" */

.where-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.where-grid .image-panel img {
  height: 520px;
}

.where-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 52px 42px 44px;
  border: 1px solid var(--line);
  border-radius: 240px 240px var(--r-md) var(--r-md);
  background: linear-gradient(180deg, #fff, var(--mist));
  text-align: center;
  box-shadow: var(--lift);
}

.where-card span {
  display: block;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.where-card strong {
  display: block;
  margin-top: 14px;
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  line-height: 1.2;
}

.where-card p {
  max-width: 380px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.75;
}

.where-card .btn {
  margin-top: 28px;
}

@media (max-width: 980px) {
  .where-grid {
    grid-template-columns: 1fr;
  }
  .where-grid .image-panel img {
    height: 340px;
  }
  .where-card {
    border-radius: 180px 180px var(--r-md) var(--r-md);
    padding: 44px 26px 34px;
  }
}

/* botão com ícone dentro */
.btn svg {
  width: 17px;
  height: 17px;
}

/* ------------------------------------------------------- correções */

/* a flor decorativa tem tamanho próprio onde quer que apareça */
.mv-flor {
  display: block;
  width: 62px;
  height: 36px;
  margin: 0 auto 18px;
  object-fit: contain;
}

.where-card .mv-flor {
  width: 72px;
  height: 42px;
  margin-bottom: 22px;
}

/* dots do carrossel legíveis sobre banners claros e escuros */
.hs-dots {
  bottom: 20px;
  padding: 9px 14px;
  width: fit-content;
  margin: 0 auto;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}

.hs-dot {
  background: rgba(20, 40, 74, 0.32);
}

.hs-dot:hover {
  background: rgba(20, 40, 74, 0.55);
}

.hs-dot.is-active {
  background: var(--navy);
}

/* logo do banner: sem moldura, o SVG já é transparente */
.hs-media.is-logo img {
  background: transparent;
}

.rev-source svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: var(--gold);
}

.rev-source {
  justify-content: center;
}

/* No mobile as setas cobriam o título — dots + swipe bastam */
@media (max-width: 700px) {
  .hs-arrow {
    display: none;
  }
  .hs-dots {
    bottom: 14px;
  }
}

/* menu mobile aberto ganha sombra para separar do conteúdo */
@media (max-width: 1140px) {
  .nav.is-open {
    box-shadow: 0 24px 40px -20px rgba(13, 27, 51, 0.4);
  }
}

.svc-body em,
.area-body span {
  white-space: nowrap;
}

/* 5 propósitos cabem em uma linha em telas grandes */
.purpose {
  grid-template-columns: repeat(auto-fit, minmax(218px, 1fr));
}

@media (max-width: 1180px) {
  .purpose {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

/* linha de apoio sob o posicionamento da home */
.home-pathways-sub {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

/* a subnav da Equipe fica logo abaixo do header fixo */
.subnav {
  top: 82px;
}

@media (max-width: 1140px) {
  .subnav {
    top: 82px;
  }
}

/* =====================================================================
   FIGURAS / INFOGRÁFICOS — reproduzem os layouts do slide de alterações
   ===================================================================== */

/* ---------------------------------------------- 1. FLOR DE LÓTUS
   Slide 26: 5 pétalas em torno de um núcleo + trilha de 5 etapas.     */

.lotus-fig {
  margin-top: 56px;
}

.lotus-stage {
  position: relative;
  width: min(760px, 100%);
  aspect-ratio: 760 / 700;
  margin: 0 auto;
}

.petal {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 268px;
  height: 268px;
  margin: -134px 0 0 -134px;
  transform: translate(var(--x), var(--y));
}

/* camada externa = contorno colorido; ::after = preenchimento */
.petal-shape {
  position: absolute;
  inset: 0;
  clip-path: url(#praxisPetal);
  transform: rotate(var(--a));
  background: var(--c);
  opacity: 0.55;
}

.petal-shape::after {
  content: "";
  position: absolute;
  inset: 2px;
  clip-path: url(#praxisPetal);
  background: color-mix(in srgb, var(--c) 14%, #fff);
}

.petal-in {
  position: absolute;
  inset: 16% 13% 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.petal-ico {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 10px;
  color: var(--c);
}

.petal-ico svg {
  width: 30px;
  height: 30px;
  stroke-width: 1.4;
}

.petal-in h3 {
  color: var(--c);
  font-size: 1.06rem;
  line-height: 1.2;
  filter: brightness(0.72);
}

.petal-in p {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 0.74rem;
  line-height: 1.5;
  opacity: 0.86;
}

.lotus-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: grid;
  place-content: center;
  width: 208px;
  height: 208px;
  margin: -104px 0 0 -104px;
  padding: 22px;
  border-radius: 50%;
  background: var(--grad-deep);
  color: #fff;
  text-align: center;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.55), var(--lift);
}

.lotus-core img {
  width: 62px;
  height: 36px;
  margin: 0 auto 6px;
  object-fit: contain;
}

.lotus-core strong {
  display: block;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.5rem;
  line-height: 1;
}

.lotus-core span {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  line-height: 1.45;
}

/* anel decorativo entre núcleo e pétalas */
.lotus-stage::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 330px;
  height: 330px;
  margin: -165px 0 0 -165px;
  border: 1px solid rgba(199, 164, 90, 0.3);
  border-radius: 50%;
}

/* trilha inferior */
.lotus-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 40px;
  padding: 26px 20px;
  border: 1px solid rgba(199, 164, 90, 0.3);
  border-radius: var(--r-md);
  background: var(--cream);
}

.lt-step {
  position: relative;
  text-align: center;
}

.lt-step + .lt-step::before {
  content: "";
  position: absolute;
  left: -50%;
  top: 26px;
  width: 100%;
  border-top: 2px dotted rgba(199, 164, 90, 0.5);
}

.lt-ico {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  border: 1px solid var(--lc, var(--gold));
  border-radius: 50%;
  background: #fff;
  color: var(--lc, var(--gold));
}

.lt-ico svg {
  width: 23px;
  height: 23px;
}

.lt-step b {
  display: block;
  color: var(--navy);
  font-size: 0.94rem;
}

.lt-step i {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.8rem;
  font-style: normal;
}

@media (max-width: 940px) {
  .lotus-stage {
    width: 100%;
    aspect-ratio: auto;
    display: grid;
    gap: 14px;
  }
  .lotus-stage::before {
    display: none;
  }
  .petal {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    transform: none;
    min-height: 0;
  }
  .petal-shape {
    inset: 0;
    clip-path: none;
    border-radius: var(--r-md);
    transform: none;
    opacity: 1;
    background: color-mix(in srgb, var(--c) 38%, #fff);
  }
  .petal-shape::after {
    clip-path: none;
    border-radius: calc(var(--r-md) - 2px);
  }
  .petal-in {
    position: relative;
    inset: auto;
    padding: 26px 22px;
  }
  .lotus-core {
    position: static;
    order: -1;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 30px;
    border-radius: var(--r-md);
    box-shadow: var(--card-shadow);
  }
  .lotus-track {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 10px;
  }
  .lt-step + .lt-step::before {
    display: none;
  }
}

@media (max-width: 520px) {
  .lotus-track {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------------- 2. FIGURA DO MÉTODO
   Slide 30: painel navy, 5 cards ornamentados em torno do lockup.    */

.mfig {
  position: relative;
  overflow: hidden;
  margin-top: 12px;
  padding: 56px clamp(20px, 4vw, 54px) 30px;
  border-radius: var(--r-lg);
  background: var(--grad-deep);
}

.mfig::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 42%;
  width: 620px;
  height: 620px;
  margin: -310px 0 0 -310px;
  border: 1px solid rgba(199, 164, 90, 0.28);
  border-radius: 50%;
  pointer-events: none;
}

.mfig-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  grid-template-areas:
    "c1 mid c3"
    "c2 mid c4"
    "c5 c5 c5";
  gap: 26px 34px;
  align-items: center;
}

.mfig-mid {
  grid-area: mid;
  text-align: center;
  padding: 10px;
}

.mfig-mid img {
  width: 96px;
  height: 56px;
  margin: 0 auto 14px;
  object-fit: contain;
}

.mfig-mid h3 {
  color: #fff;
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
  line-height: 1.05;
}

.mfig-mid h3 em {
  display: block;
  color: var(--gold);
  font-size: 0.62em;
  font-style: normal;
}

.mfig-rule {
  width: 120px;
  height: 1px;
  margin: 16px auto;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.mfig-mid .tagline {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.06rem;
  font-style: italic;
}

.mfig-mid p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
  line-height: 1.7;
}

.mcard {
  position: relative;
  margin-top: 34px;
  padding: 44px 22px 24px;
  border-radius: 20px;
  background: #fbf9f4;
  box-shadow: inset 0 0 0 1px rgba(199, 164, 90, 0.55), 0 18px 40px -22px rgba(0, 0, 0, 0.6);
  text-align: center;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.mcard:hover {
  transform: translateY(-5px);
  box-shadow: inset 0 0 0 1px rgba(199, 164, 90, 0.9), 0 26px 50px -20px rgba(0, 0, 0, 0.7);
}

.mcard-ico {
  position: absolute;
  left: 50%;
  top: -32px;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin-left: -34px;
  border-radius: 50%;
  background: #fbf9f4;
  box-shadow: inset 0 0 0 1px rgba(199, 164, 90, 0.7);
  color: #a8823a;
}

.mcard-ico svg {
  width: 30px;
  height: 30px;
  stroke-width: 1.4;
}

.mcard-num {
  display: block;
  color: #a8823a;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.05rem;
}

.mcard h4 {
  margin: 2px 0 0;
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.mcard p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.6;
}

.mfig-grid .mcard:nth-of-type(1) { grid-area: c1; }
.mfig-grid .mcard:nth-of-type(2) { grid-area: c2; }
.mfig-grid .mcard:nth-of-type(3) { grid-area: c3; }
.mfig-grid .mcard:nth-of-type(4) { grid-area: c4; }
.mfig-grid .mcard:nth-of-type(5) {
  grid-area: c5;
  width: min(330px, 100%);
  margin-inline: auto;
}

.mfig-bar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 22px;
  margin-top: 38px;
  padding: 18px 26px;
  border: 1px solid rgba(199, 164, 90, 0.45);
  border-radius: 999px;
}

.mfig-bar img {
  width: 42px;
  height: 24px;
  object-fit: contain;
  opacity: 0.9;
}

.mfig-bar span {
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
}

.mfig-bar span + span::before {
  content: "•";
  margin-right: 22px;
  color: var(--gold);
}

@media (max-width: 1000px) {
  .mfig-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "mid mid"
      "c1 c3"
      "c2 c4"
      "c5 c5";
  }
  .mfig::before {
    display: none;
  }
}

@media (max-width: 620px) {
  .mfig-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "mid" "c1" "c2" "c3" "c4" "c5";
  }
  .mfig-bar {
    border-radius: var(--r-md);
  }
  .mfig-bar span + span::before {
    display: none;
  }
}

/* -------------------------------------------- 3. FIGURA DA EQUIPE
   Slide 42: pentágono de ícones + texto ao lado.                     */

.tfig {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 40px;
  align-items: center;
  margin-top: 12px;
  padding: clamp(26px, 4vw, 48px);
  border-radius: var(--r-lg);
  background: var(--grad-deep);
}

.tfig-stage {
  position: relative;
  width: min(420px, 100%);
  aspect-ratio: 1;
  margin: 0 auto;
}

.tfig-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.tfig-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 116px;
  height: 116px;
  margin: -58px 0 0 -58px;
  background: #eef1f3;
  color: var(--navy);
  clip-path: polygon(50% 0%, 100% 38%, 81% 100%, 19% 100%, 0% 38%);
}

.tfig-core svg {
  width: 46px;
  height: 46px;
  stroke-width: 1.3;
}

.tnode {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  margin: -46px 0 0 -46px;
  border-radius: 50%;
  background: #eef1f3;
  color: var(--petrol);
  transform: translate(var(--x), var(--y));
  transition: transform 0.35s var(--ease), background 0.3s var(--ease);
}

.tnode:hover {
  background: #fff;
}

.tnode svg {
  width: 38px;
  height: 38px;
  stroke-width: 1.3;
}

.tfig-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  line-height: 1.85;
}

.tfig-copy p + p {
  margin-top: 14px;
}

@media (max-width: 900px) {
  .tfig {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .tfig-stage {
    width: min(320px, 100%);
  }
  .tnode {
    width: 72px;
    height: 72px;
    margin: -36px 0 0 -36px;
  }
  .tnode svg {
    width: 30px;
    height: 30px;
  }
}

/* --------------------------------------- 4. HUB + FAIXA DE GANHOS
   Slides 46, 47, 48 e 50.                                            */

.hfig {
  margin-top: 46px;
}

.hfig-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas:
    "n1 hub n2"
    "n3 hub n4";
  gap: 20px 26px;
  align-items: center;
}

.hfig-hub {
  grid-area: hub;
  display: grid;
  place-items: center;
  align-content: center;
  width: 216px;
  height: 216px;
  padding: 24px;
  border-radius: 50%;
  background: var(--grad-deep);
  color: #fff;
  text-align: center;
  box-shadow: 0 0 0 10px rgba(199, 164, 90, 0.12), var(--lift);
}

.hfig-hub img {
  width: 60px;
  height: 35px;
  margin-bottom: 10px;
  object-fit: contain;
}

.hfig-hub strong {
  display: block;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.18rem;
  line-height: 1.15;
}

.hfig-hub small {
  display: block;
  margin-top: 8px;
  color: var(--gold-soft);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hnode {
  display: flex;
  gap: 15px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: #fff;
  box-shadow: var(--card-shadow);
  transition: transform 0.3s var(--ease), border-color 0.3s var(--ease),
    box-shadow 0.3s var(--ease);
}

.hnode:hover {
  transform: translateY(-4px);
  border-color: rgba(199, 164, 90, 0.6);
  box-shadow: var(--lift);
}

.hfig-grid .hnode:nth-of-type(1) { grid-area: n1; }
.hfig-grid .hnode:nth-of-type(2) { grid-area: n2; }
.hfig-grid .hnode:nth-of-type(3) { grid-area: n3; }
.hfig-grid .hnode:nth-of-type(4) { grid-area: n4; }

.hnode-num {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--grad-deep);
  color: var(--gold-soft);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.05rem;
}

.hnode h4 {
  margin: 0;
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.12rem;
  line-height: 1.2;
}

.hnode p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.87rem;
  line-height: 1.6;
}

.hfig-gains {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 26px;
  padding: 26px;
  border: 1px solid rgba(199, 164, 90, 0.32);
  border-radius: var(--r-md);
  background: var(--cream);
}

.hgain {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.hgain + .hgain {
  border-left: 1px solid var(--line);
  padding-left: 14px;
}

.hgain-ico {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 50%;
  border: 1px solid rgba(199, 164, 90, 0.45);
  color: var(--petrol);
  background: #fff;
}

.hgain-ico svg {
  width: 19px;
  height: 19px;
}

.hgain b {
  display: block;
  color: var(--navy);
  font-size: 0.9rem;
}

.hgain span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.79rem;
  line-height: 1.5;
}

@media (max-width: 1000px) {
  .hfig-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "hub" "n1" "n2" "n3" "n4";
    justify-items: center;
  }
  .hnode {
    width: 100%;
  }
  .hfig-gains {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .hgain + .hgain {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 560px) {
  .hfig-gains {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------- 5. CTA FINAL COM FOTO/LOGO
   Slides 27 e 32.                                                    */

.endcta > .endcta-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.16;
  filter: grayscale(0.3);
}

.endcta-logo {
  width: min(230px, 62%);
  height: auto;
  margin: 26px auto 4px;
}

.endcta h2 em {
  font-style: normal;
  color: var(--gold-soft);
}

/* ---- ajustes finos da lótus e do lockup do Método ---- */

.lotus-stage {
  width: min(790px, 100%);
  aspect-ratio: 1;
}

.lotus-stage::before {
  width: 372px;
  height: 372px;
  margin: -186px 0 0 -186px;
}

/* empurra o texto para a parte larga da pétala, longe do núcleo */
.petal-in {
  inset: 14% 12% 18%;
  transform: translate(calc(var(--x) * 0.11), calc(var(--y) * 0.11));
}

.lotus-core {
  width: 196px;
  height: 196px;
  margin: -98px 0 0 -98px;
}

@media (max-width: 940px) {
  .petal-in {
    transform: none;
  }
}

/* lockup "Método / PRÁXIS / Health" */
.mfig-mid h3 i {
  display: block;
  color: var(--gold);
  font-size: 0.56em;
  font-style: normal;
  line-height: 1.1;
}

.mfig-mid h3 em {
  display: block;
  color: var(--gold);
  font-size: 0.5em;
  font-style: normal;
  line-height: 1.2;
}

/* ---- correção do posicionamento dos nós da figura da Equipe ---- */

.tnode {
  margin: 0;
  transform: translate(-50%, -50%);
}

.tnode:hover {
  transform: translate(-50%, -50%) scale(1.08);
}

.tfig-core {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  margin: 0;
}

@media (max-width: 900px) {
  .tnode {
    width: 68px;
    height: 68px;
    margin: 0;
  }
}

/* rótulo acessível apenas para leitores de tela */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* ---- CTA final: foto escurecida + lockup legível sobre o navy ---- */

.endcta > .endcta-bg {
  opacity: 0.2;
}

/* véu sólido para o texto sempre ganhar da foto */
.endcta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 27, 51, 0.82), rgba(13, 27, 51, 0.9));
}

.endcta-inner {
  z-index: 1;
}

.endcta-lockup {
  display: grid;
  justify-items: center;
  margin: 30px 0 6px;
}

.endcta-lockup img {
  width: 104px;
  height: 60px;
  object-fit: contain;
}

.endcta-lockup i {
  margin-top: 10px;
  color: var(--gold-soft);
  font-family: "Manrope", sans-serif;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.endcta-lockup b {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.9rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

.endcta-lockup u {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 6px;
  color: var(--gold);
  font-family: "Manrope", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.42em;
  text-decoration: none;
  text-transform: uppercase;
}

.endcta-lockup u::before,
.endcta-lockup u::after {
  content: "";
  width: 46px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.endcta-lockup u::after {
  background: linear-gradient(90deg, var(--gold), transparent);
}

/* ---- reaplica o modo empilhado da lótus DEPOIS dos ajustes finos
       (media query não soma especificidade: quem vem por último vence) ---- */

@media (max-width: 940px) {
  .lotus-stage {
    width: 100%;
    aspect-ratio: auto;
  }
  .lotus-stage::before {
    display: none;
  }
  .lotus-core {
    width: 100%;
    height: auto;
  }
  .petal-in {
    transform: none;
    inset: auto;
  }
}

@media (max-width: 940px) {
  /* a pétala precisa continuar sendo o contexto de posicionamento da forma */
  .petal {
    position: relative;
  }
  .petal-shape {
    position: absolute;
    inset: 0;
  }
  .petal-in {
    position: relative;
    inset: auto;
    padding: 28px 24px;
  }
  .lotus-stage {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 940px) {
  /* zera o posicionamento polar: no mobile a lótus vira lista */
  .petal {
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    margin: 0;
    transform: none;
  }
  .lotus-core {
    left: auto;
    top: auto;
    margin: 0;
  }
}

/* =====================================================================
   TILE FOTO + LEGENDA (slides 6 e 40)
   Foto em cima, rótulo embaixo. Enquanto não houver foto real, o quadro
   mostra um marcador da marca — o layout já fica no lugar certo.
   ===================================================================== */

.ptile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px 22px;
  margin-top: 52px;
}

.ptile-grid.cols-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
}

.ptile {
  display: block;
  text-align: center;
  transition: transform 0.32s var(--ease);
}

.ptile:hover {
  transform: translateY(-5px);
}

.ptile-img {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--r-sm);
  background: linear-gradient(160deg, #eef4f6, #e3ecef);
  box-shadow: 0 14px 34px -20px rgba(13, 27, 51, 0.55);
}

.ptile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.04);
  transition: transform 0.6s var(--ease), filter 0.4s var(--ease);
}

.ptile:hover .ptile-img img {
  transform: scale(1.05);
  filter: grayscale(0.2) contrast(1);
}

/* marcador quando não há foto */
.ptile-img.is-empty {
  border: 1px dashed rgba(20, 40, 74, 0.2);
}

.ptile-img.is-empty svg {
  width: 46px;
  height: 46px;
  color: var(--petrol);
  opacity: 0.5;
  transition: transform 0.4s var(--ease), opacity 0.3s var(--ease);
}

.ptile:hover .ptile-img.is-empty svg {
  transform: scale(1.1);
  opacity: 0.8;
}

.ptile-cap {
  display: block;
  margin-top: 16px;
  color: var(--navy);
  font-family: "Manrope", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ptile-cap::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin: 9px auto 0;
  border-radius: 2px;
  background: var(--gold);
  transition: width 0.32s var(--ease);
}

.ptile:hover .ptile-cap::after {
  width: 62px;
}

.ptile-sub {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.6;
  text-transform: none;
  letter-spacing: 0;
}

/* painel navy que envolve a grade (slide 40) */
.ptile-panel {
  margin-top: 48px;
  padding: clamp(24px, 3.5vw, 44px);
  border-radius: var(--r-lg);
  background: var(--grad-deep);
}

.ptile-panel .ptile-grid {
  margin-top: 0;
}

.ptile-panel .ptile-cap {
  color: var(--gold-soft);
}

.ptile-panel .ptile-img {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
}

.ptile-panel .ptile-img.is-empty {
  border-color: rgba(255, 255, 255, 0.24);
}

.ptile-panel .ptile-img.is-empty svg {
  color: var(--gold-soft);
  opacity: 0.75;
}

@media (max-width: 1000px) {
  .ptile-grid,
  .ptile-grid.cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .ptile-grid,
  .ptile-grid.cols-4 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* =====================================================================
   PRÁXIS HEALTH — REFINAMENTO VISUAL 2026
   Sistema editorial contemporâneo aplicado à home e a todas as páginas.
   Esta camada unifica a base antiga sem apagar os infográficos autorais.
   ===================================================================== */

:root {
  --navy: #102a49;
  --ink: #081a2f;
  --petrol: #244f69;
  --gold: #c4a464;
  --gold-soft: #ead9ad;
  --cream: #f8f5ef;
  --mist: #edf5f4;
  --text: #183047;
  --muted: #667482;
  --line: rgba(16, 42, 73, 0.11);
  --line-strong: rgba(16, 42, 73, 0.18);
  --surface: rgba(255, 255, 255, 0.86);
  --r-sm: 16px;
  --r-md: 24px;
  --r-lg: 36px;
  --shadow: 0 30px 80px -42px rgba(8, 26, 47, 0.42);
  --card-shadow: 0 18px 48px -34px rgba(8, 26, 47, 0.36);
  --lift: 0 38px 82px -38px rgba(8, 26, 47, 0.48);
  --glass: rgba(250, 248, 243, 0.86);
  --grad-deep: linear-gradient(142deg, #081a2f 0%, #102a49 54%, #28566e 115%);
  --page-accent: #79aeb0;
  --page-accent-soft: color-mix(in srgb, var(--page-accent) 22%, transparent);
}

body[data-page="instituto"],
body[data-page="metodo"] { --page-accent: #c4a464; }
body[data-page="responsavel"],
body[data-page="consultas"],
body[data-page="planos"] { --page-accent: #d29a7b; }
body[data-page="especialidades"],
body[data-page="equipe"],
body[data-page="servicos"] { --page-accent: #70a7a8; }
body[data-page="estrutura"],
body[data-page="unidades"],
body[data-page="local"],
body[data-page="exames"] { --page-accent: #86a9c4; }
body[data-page="social"],
body[data-page="educacao"] { --page-accent: #8fae78; }
body[data-page="vacinas"],
body[data-page="telemedicina"],
body[data-page="ateVoce"] { --page-accent: #77b7ae; }
body[data-page="empresas"] { --page-accent: #7692bd; }
body[data-page="agendamento"],
body[data-page="avaliacoes"] { --page-accent: #c7a45a; }

html {
  background: var(--cream);
  scroll-padding-top: 104px;
}

body {
  overflow-x: hidden;
  color: var(--text);
  background: var(--cream);
  text-rendering: optimizeLegibility;
}

::selection {
  color: #fff;
  background: var(--petrol);
}

.container {
  width: min(1240px, calc(100% - 56px));
}

.section {
  position: relative;
  padding: clamp(86px, 8vw, 126px) 0;
}

.section.white { background: #fff; }
.section.cream { background: var(--cream); }
.section.mist {
  background:
    radial-gradient(circle at 8% 10%, rgba(112, 167, 168, 0.1), transparent 25%),
    var(--mist);
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

.eyebrow,
.links-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(196, 164, 100, 0.3);
  border-radius: 999px;
  color: #8c6d2b;
  background: rgba(255, 255, 255, 0.62);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-copy h2,
.section-title h2 {
  margin-top: 22px;
  color: var(--navy);
  font-size: clamp(2.15rem, 4.4vw, 4.15rem);
  line-height: 1.03;
  letter-spacing: -0.025em;
}

.section-copy p,
.section-title p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.82;
}

.section-title {
  max-width: 850px;
}

.section-title::after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  margin: 25px auto 0;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--gold), color-mix(in srgb, var(--page-accent) 64%, var(--gold)));
}

.section-title.left::after {
  margin-left: 0;
}

.dark .section-copy h2,
.dark .section-title h2,
.dark .section-copy p,
.dark .section-title p {
  color: #fff;
}

.dark .section-copy p,
.dark .section-title p {
  color: rgba(255, 255, 255, 0.74);
}

.dark .eyebrow,
.dark-eyebrow,
.links-hero-card .links-eyebrow {
  color: var(--gold-soft);
  border-color: rgba(255, 255, 255, 0.17);
  background: rgba(255, 255, 255, 0.08);
}

.btn {
  min-height: 50px;
  padding: 0 25px;
  border-radius: 999px;
  font-size: 0.86rem;
  letter-spacing: 0.01em;
  box-shadow: none;
  transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease),
    color 0.28s var(--ease), background 0.28s var(--ease), border-color 0.28s var(--ease);
}

.btn:hover {
  transform: translateY(-3px);
}

.btn-primary {
  background: linear-gradient(135deg, #17395d, var(--navy));
  box-shadow: 0 15px 32px -20px rgba(8, 26, 47, 0.75);
}

.btn-primary:hover {
  background: var(--ink);
  box-shadow: 0 20px 42px -22px rgba(8, 26, 47, 0.8);
}

.btn-secondary {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);
}

.btn-secondary:hover {
  color: var(--ink);
  border-color: rgba(196, 164, 100, 0.65);
  background: #fff;
}

.btn-gold {
  background: linear-gradient(135deg, #d4b978, var(--gold));
  box-shadow: 0 16px 34px -22px rgba(196, 164, 100, 0.9);
}

.cta-actions {
  gap: 12px;
}

/* Cabeçalho mais leve, com navegação em uma superfície contínua. */
.hdr {
  background: rgba(250, 248, 243, 0.82);
  border-bottom-color: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(24px) saturate(145%);
}

.hdr.is-stuck {
  background: rgba(255, 255, 255, 0.9);
  border-bottom-color: var(--line);
  box-shadow: 0 18px 45px -36px rgba(8, 26, 47, 0.65);
}

.hdr-inner {
  min-height: 88px;
}

.logo {
  gap: 11px;
}

.logo-flor {
  width: 62px;
  height: 38px;
}

.logo-txt strong {
  font-size: 1.28rem;
  letter-spacing: -0.015em;
}

.nav {
  gap: 2px;
  padding: 5px;
  border: 1px solid rgba(16, 42, 73, 0.07);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
}

.nav-link {
  padding: 11px 13px;
  color: #526273;
  font-size: 0.82rem;
}

.nav-link:hover,
.nav-item:focus-within > .nav-link {
  background: #fff;
  box-shadow: 0 10px 24px -18px rgba(8, 26, 47, 0.55);
}

.nav-link.is-active {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.86);
}

.nav-link.is-active::after {
  bottom: 4px;
  left: 17px;
  right: 17px;
}

.nav-panel {
  top: calc(100% + 15px);
  padding: 12px;
  border-radius: 22px;
  box-shadow: 0 30px 75px -32px rgba(8, 26, 47, 0.55);
}

.nav-panel a {
  padding: 12px 15px;
  border-radius: 13px;
}

.hdr-cta {
  min-height: 46px;
  padding-inline: 20px;
}

/* Home: primeiro impacto editorial, com mais escala e presença. */
.hero-slider {
  background: var(--cream);
}

.hs-slide {
  min-height: clamp(600px, 72vh, 760px);
}

.hs-slide::after {
  content: "";
  position: absolute;
  inset: auto -8% -48% auto;
  width: 520px;
  aspect-ratio: 1;
  border: 1px solid rgba(196, 164, 100, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.hs-inner {
  grid-template-columns: 1.03fr 0.97fr;
  gap: clamp(48px, 7vw, 90px);
  padding: 76px 0 92px;
}

.hs-copy {
  max-width: 670px;
}

.hs-eyebrow {
  min-height: 34px;
  padding: 0 15px;
  letter-spacing: 0.18em;
}

.hs-title {
  margin-top: 25px;
  font-size: clamp(2.8rem, 5vw, 5.35rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.hs-text {
  max-width: 590px;
  margin-top: 24px;
  font-size: clamp(1rem, 1.25vw, 1.13rem);
  line-height: 1.82;
}

.hs-actions {
  margin-top: 34px;
}

.hs-media img {
  max-height: 520px;
  border-radius: 38px 38px 110px 38px;
  box-shadow: 0 44px 92px -45px rgba(8, 26, 47, 0.7);
}

.hs-media:not(.is-logo)::after {
  content: "";
  position: absolute;
  inset: 22px -18px -18px 26px;
  z-index: -1;
  border: 1px solid color-mix(in srgb, var(--gold) 42%, transparent);
  border-radius: 38px 38px 110px 38px;
}

.hs-media.is-logo::before {
  width: min(470px, 96%);
  border-color: rgba(196, 164, 100, 0.34);
  box-shadow: inset 0 0 80px rgba(196, 164, 100, 0.08);
}

.hs-arrow {
  width: 50px;
  height: 50px;
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(14px);
}

.hs-dots {
  bottom: 27px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 12px 32px -24px rgba(8, 26, 47, 0.8);
}

.site-map-section {
  padding: 98px 0 112px;
  background:
    linear-gradient(180deg, #fff 0%, var(--cream) 100%);
}

.home-pathways {
  align-items: center;
  padding-bottom: 34px;
}

.home-pathways h2 {
  max-width: 820px;
  margin-top: 18px;
  color: var(--navy);
  font-size: clamp(2.15rem, 3.8vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.site-map-grid {
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.site-map-card {
  position: relative;
  min-height: 205px;
  overflow: hidden;
  padding: 30px;
  border-radius: 25px;
  box-shadow: none;
}

.site-map-card::after {
  content: "↗";
  position: absolute;
  right: 24px;
  bottom: 20px;
  color: var(--gold);
  font-size: 1.2rem;
  transition: transform 0.3s var(--ease);
}

.site-map-card:hover::after {
  transform: translate(3px, -3px);
}

.site-map-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--lift);
}

.site-map-card strong {
  margin-top: 14px;
  font-size: 1.55rem;
}

.site-map-card small {
  max-width: 240px;
  margin-top: 13px;
  font-size: 0.86rem;
  line-height: 1.65;
}

.site-map-card.featured {
  background:
    radial-gradient(circle at 90% 12%, rgba(196, 164, 100, 0.28), transparent 36%),
    var(--grad-deep);
}

/* Heróis internos: um palco escuro e reconhecível em todas as páginas. */
.page-hero {
  padding: 42px 0 78px;
  background:
    linear-gradient(180deg, #fff 0 42px, var(--cream) 42px 100%);
}

.page-hero-grid {
  position: relative;
  isolation: isolate;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
  min-height: 590px;
  gap: clamp(38px, 6vw, 78px);
  overflow: hidden;
  padding: clamp(48px, 6vw, 78px);
  border-radius: 42px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 12%, var(--page-accent-soft), transparent 34%),
    linear-gradient(140deg, #081a2f 0%, #102a49 62%, color-mix(in srgb, var(--page-accent) 30%, #102a49));
  box-shadow: 0 48px 100px -54px rgba(8, 26, 47, 0.72);
}

.page-hero-grid::before {
  content: "";
  position: absolute;
  inset: auto auto -150px -110px;
  z-index: -1;
  width: 360px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.page-hero-glow {
  position: absolute;
  inset: -120px -100px auto auto;
  z-index: -1;
  width: 390px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, var(--page-accent-soft), transparent 68%);
  filter: blur(8px);
}

.page-hero-copy {
  position: relative;
  z-index: 2;
}

.page-hero-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
}

.page-hero-kicker .eyebrow {
  color: var(--gold-soft);
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.page-hero-kicker > i {
  width: 44px;
  height: 1px;
  background: linear-gradient(90deg, var(--page-accent), transparent);
}

.page-hero-copy h1 {
  max-width: 720px;
  margin-top: 28px;
  color: #fff;
  font-size: clamp(2.65rem, 5vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.page-hero-copy p,
.page-hero-copy .page-hero-lead {
  max-width: 670px;
  margin-top: 23px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.02rem;
  line-height: 1.8;
}

.page-hero-copy .page-hero-subtitle {
  margin-top: 18px;
  color: var(--gold-soft);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.page-hero-copy .page-hero-tag {
  margin-top: 17px;
}

.page-hero-actions {
  margin-top: 32px;
}

.page-hero-copy .btn {
  margin-top: 0;
}

.page-hero .btn-primary {
  color: var(--ink);
  background: linear-gradient(135deg, #ead9ad, var(--gold));
}

.page-hero .btn-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.page-hero .btn-secondary:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.14);
}

.page-hero-image {
  position: relative;
  z-index: 2;
}

.page-hero-image::before {
  content: "";
  position: absolute;
  inset: 20px -16px -16px 24px;
  z-index: -1;
  border: 1px solid color-mix(in srgb, var(--page-accent) 60%, transparent);
  border-radius: 30px 30px 92px 30px;
}

.page-hero-image img {
  height: 470px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px 30px 92px 30px;
  box-shadow: 0 34px 70px -32px rgba(0, 0, 0, 0.7);
  filter: saturate(0.92) contrast(1.02);
}

.page-hero-image-mark {
  position: absolute;
  right: -4px;
  bottom: -5px;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: var(--gold-soft);
  background: rgba(8, 26, 47, 0.82);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px -20px rgba(0, 0, 0, 0.8);
}

.page-hero-image-mark svg {
  width: 24px;
  height: 24px;
}

/* Fotografias e blocos editoriais da home. */
.split,
.where-grid {
  gap: clamp(48px, 7vw, 90px);
}

.image-panel {
  position: relative;
}

.image-panel::after {
  content: "";
  position: absolute;
  inset: 20px -14px -14px 20px;
  z-index: 0;
  border: 1px solid rgba(196, 164, 100, 0.38);
  border-radius: 32px 32px 100px 32px;
  pointer-events: none;
}

.image-panel img,
.where-grid .image-panel img {
  position: relative;
  z-index: 1;
  min-height: 480px;
  border-radius: 32px 32px 100px 32px;
  box-shadow: 0 38px 82px -45px rgba(8, 26, 47, 0.65);
  filter: saturate(0.9) contrast(1.015);
}

.mini-card-grid {
  gap: 14px;
  margin-top: 38px;
}

.mini-card-grid article {
  position: relative;
  overflow: hidden;
  padding: 25px;
  border-radius: 20px;
  box-shadow: none;
}

.mini-card-grid article::before {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  margin-bottom: 18px;
  border-radius: 99px;
  background: var(--gold);
}

.company-grid article {
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.company-grid article:hover {
  border-color: rgba(196, 164, 100, 0.46);
  background: rgba(255, 255, 255, 0.1);
}

.where-card {
  padding: 52px 42px 44px;
  border-radius: 32px 32px 105px 32px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
}

/* Cartões universais: mesma linguagem em serviços, equipe e conteúdo. */
.ptile-grid {
  gap: 22px;
  margin-top: 48px;
}

.ptile {
  position: relative;
  padding: 10px 10px 23px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--card-shadow);
  text-align: left;
}

.ptile:hover {
  transform: translateY(-7px);
  border-color: rgba(196, 164, 100, 0.52);
  box-shadow: var(--lift);
}

.ptile-img {
  border-radius: 19px 19px 56px 19px;
  box-shadow: none;
}

.ptile-img img {
  filter: saturate(0.88) contrast(1.02);
}

.ptile:hover .ptile-img img {
  filter: saturate(1) contrast(1.02);
}

.ptile-cap {
  margin: 20px 12px 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.17rem;
  letter-spacing: -0.01em;
  line-height: 1.2;
  text-transform: none;
}

.ptile-cap::after {
  width: 34px;
  margin: 12px 0 0;
}

.ptile-sub {
  margin-top: 10px;
  font-family: "Manrope", sans-serif;
  font-size: 0.84rem;
  line-height: 1.64;
}

.ptile-panel {
  padding: clamp(26px, 4vw, 52px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 36px;
  background:
    radial-gradient(circle at 92% 8%, rgba(196, 164, 100, 0.2), transparent 30%),
    var(--grad-deep);
  box-shadow: var(--shadow);
}

.ptile-panel .ptile {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.ptile-panel .ptile:hover {
  background: rgba(255, 255, 255, 0.11);
}

.area-grid {
  gap: 18px;
}

.area-card,
.area-card.is-ico {
  min-height: 238px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px 26px 70px 26px;
  background:
    radial-gradient(circle at 90% 8%, var(--page-accent-soft), transparent 42%),
    var(--grad-deep);
}

.area-card.is-ico {
  padding: 28px;
}

.area-body strong {
  font-size: 1.3rem;
}

.tile-ico {
  border-radius: 17px;
}

.duo-grid {
  gap: 18px;
}

.duo-card,
.purpose-card,
.unit-card,
.rev-card,
.linked-card,
.spec-block,
.video-card {
  border-radius: 24px;
  box-shadow: var(--card-shadow);
}

.duo-card,
.purpose-card,
.unit-card,
.rev-card {
  padding: 32px;
}

.duo-card:hover,
.purpose-card:hover,
.unit-card:hover,
.linked-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--lift);
}

.duo-card.is-featured {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, var(--page-accent-soft), transparent 38%),
    var(--grad-deep);
}

.duo-ico,
.purpose-ico {
  border-radius: 17px;
}

.linked-grid {
  gap: 14px;
}

.linked-card {
  padding: 30px 32px;
  box-shadow: none;
}

.linked-card:hover {
  border-color: rgba(196, 164, 100, 0.5);
}

.chip-grid {
  gap: 13px;
}

.chip {
  min-height: 58px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.84);
}

.chip:hover {
  transform: translateY(-4px);
  box-shadow: var(--card-shadow);
}

.spec-head {
  padding: 24px 30px;
  background:
    radial-gradient(circle at 90% 0%, var(--page-accent-soft), transparent 42%),
    var(--grad-deep);
}

.spec-item {
  min-height: 64px;
}

.pro-title h3 {
  color: var(--navy);
  font-size: 1.55rem;
}

.pro-item {
  min-height: 64px;
  padding: 17px 21px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.84);
}

.pro-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--card-shadow);
}

.flow-step {
  grid-template-columns: 66px 1fr;
  gap: 27px;
  padding-bottom: 38px;
}

.flow-num {
  width: 66px;
  height: 66px;
  border-color: rgba(196, 164, 100, 0.5);
  background: linear-gradient(145deg, #fff, var(--cream));
}

.flow-body {
  padding: 15px 22px 20px 0;
  border-bottom: 1px solid var(--line);
}

.callout {
  padding: clamp(34px, 5vw, 56px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 10%, var(--page-accent-soft), transparent 40%),
    var(--grad-deep);
  box-shadow: var(--shadow);
}

.callout p {
  max-width: 980px;
  font-size: clamp(1.42rem, 2.5vw, 2rem);
}

.prose {
  max-width: 820px;
}

.prose p {
  font-size: 1.04rem;
  line-height: 1.92;
}

.prose .lead {
  padding-left: 22px;
  border-left: 3px solid var(--gold);
  font-size: 1.18rem;
}

.wide-cta {
  position: relative;
  overflow: hidden;
  padding: 34px 38px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 12%, rgba(112, 167, 168, 0.16), transparent 32%),
    linear-gradient(135deg, #fff, #f3f8f7);
  box-shadow: none;
}

.wide-cta::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--gold), var(--page-accent));
}

.wide-cta h3 {
  color: var(--navy);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.compare-grid {
  gap: 18px;
}

.compare-card {
  padding: 34px;
  border-radius: 26px;
  box-shadow: none;
}

.compare-card.deep {
  background:
    radial-gradient(circle at 92% 8%, var(--page-accent-soft), transparent 38%),
    var(--grad-deep);
}

.mv-card {
  padding: 46px 38px;
  border-radius: 28px 28px 86px 28px;
  background: linear-gradient(145deg, #fff, #f2f8f7);
}

.unit-grid {
  gap: 16px;
}

.unit-card {
  min-height: 260px;
}

.unit-soon {
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 10%, var(--page-accent-soft), transparent 40%),
    var(--grad-deep);
}

.rev-wrap {
  margin-top: 52px;
}

.rev-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
}

.rev-card::before {
  content: "“";
  position: absolute;
  top: 8px;
  right: 24px;
  color: rgba(196, 164, 100, 0.15);
  font-family: Georgia, serif;
  font-size: 6rem;
  line-height: 1;
}

.rev-card p {
  position: relative;
  font-size: 1rem;
}

.rev-avatar {
  background: linear-gradient(145deg, var(--petrol), var(--navy));
}

.rev-btn {
  width: 48px;
  height: 48px;
  border-color: var(--line-strong);
}

.faq-item {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: none;
}

.faq-item.active {
  border-color: rgba(196, 164, 100, 0.46);
  box-shadow: var(--card-shadow);
}

.partner {
  padding: 19px 27px;
  border-radius: 18px;
  box-shadow: none;
}

.partner-logo {
  border-radius: 14px;
  background: linear-gradient(145deg, var(--mist), #fff);
}

/* Infográficos recebem um palco comum, preservando suas formas próprias. */
.mfig,
.lotus-fig,
.hfig,
.tfig,
.smap {
  position: relative;
}

.mfig,
.hfig {
  padding: clamp(22px, 3vw, 38px);
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--card-shadow);
}

.pillar,
.mcard,
.hnode,
.smap-node {
  border-radius: 20px;
}

.subnav {
  top: 88px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 32px -30px rgba(8, 26, 47, 0.8);
}

.subnav-inner {
  padding: 13px 0;
}

.subnav a {
  padding: 10px 17px;
}

.subnav a:hover,
.subnav a.is-active {
  background: var(--navy);
  color: #fff;
}

/* Encerramento e rodapé com transição menos abrupta. */
.endcta {
  padding: clamp(92px, 9vw, 132px) 0;
  background: var(--grad-deep);
}

.endcta::before {
  background:
    radial-gradient(circle at 82% 18%, rgba(196, 164, 100, 0.22), transparent 38%),
    radial-gradient(circle at 12% 88%, rgba(112, 167, 168, 0.14), transparent 34%);
}

.endcta::after {
  background: linear-gradient(180deg, rgba(8, 26, 47, 0.82), rgba(8, 26, 47, 0.92));
}

.endcta h2 {
  max-width: 980px;
  font-size: clamp(2.25rem, 4.7vw, 4.25rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.endcta p {
  max-width: 680px;
}

.endcta-lockup {
  margin-top: 36px;
}

.ftr {
  background:
    radial-gradient(circle at 12% 0%, rgba(112, 167, 168, 0.09), transparent 24%),
    #071628;
}

.ftr-grid {
  gap: clamp(34px, 5vw, 64px);
  padding: 80px 0 52px;
}

.ftr-col h3 {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ftr-col a,
.ftr-col p {
  margin-bottom: 13px;
}

.ftr-bottom {
  padding: 26px 0;
}

.wa-float {
  width: 58px;
  height: 58px;
  right: 22px;
  bottom: 22px;
  border: 3px solid rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 38px -18px rgba(8, 26, 47, 0.62);
}

/* Página de links e erro 404 seguem a mesma linguagem do restante do site. */
.links-body {
  background:
    radial-gradient(circle at 12% -8%, rgba(196, 164, 100, 0.18), transparent 30%),
    radial-gradient(circle at 92% 10%, rgba(112, 167, 168, 0.16), transparent 30%),
    linear-gradient(180deg, #f5f8f7, var(--cream));
}

.links-shell {
  padding: 34px 22px 46px;
}

.links-container {
  width: min(800px, 100%);
}

.links-topbar {
  padding: 14px 16px;
  border-radius: 22px;
}

.links-hero-card {
  min-height: 360px;
  display: grid;
  place-content: center;
  margin-top: 22px;
  padding: clamp(40px, 7vw, 72px);
  border-radius: 30px 30px 90px 30px;
  background:
    linear-gradient(135deg, rgba(8, 26, 47, 0.96), rgba(16, 42, 73, 0.82)),
    url("assets/about-praxis.png") center 38% / cover;
}

.links-hero-card h1 {
  font-size: clamp(3rem, 9vw, 5.2rem);
  letter-spacing: -0.035em;
}

.bio-banner-list {
  gap: 20px;
  margin-top: 22px;
}

.bio-banner {
  min-height: 220px;
  border-radius: 26px 26px 70px 26px;
}

.bio-banner-content {
  min-height: 220px;
  padding: 36px;
}

.not-found {
  min-height: 70vh;
  display: grid;
  place-content: center;
  justify-items: center;
  padding: 70px;
  border-radius: 40px;
  text-align: center;
  background:
    radial-gradient(circle at 86% 14%, rgba(196, 164, 100, 0.2), transparent 32%),
    var(--grad-deep);
  box-shadow: var(--shadow);
}

.not-found h1,
.not-found p {
  color: #fff;
}

.not-found .eyebrow {
  color: var(--gold-soft);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.not-found p {
  color: rgba(255, 255, 255, 0.74);
}

.not-found .btn-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1140px) {
  .hdr-inner {
    min-height: 82px;
  }

  .nav {
    inset: 82px 0 auto;
    padding-inline: 22px;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.97);
  }

  .nav.is-open {
    max-height: calc(100dvh - 82px);
    padding: 14px 22px 30px;
  }

  .nav-link {
    padding: 16px 13px;
    font-size: 0.98rem;
  }

  .subnav {
    top: 82px;
  }

  .page-hero-grid {
    grid-template-columns: 1fr 0.82fr;
    min-height: 540px;
    padding: 54px;
  }

  .page-hero-image img {
    height: 400px;
  }

  .site-map-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-map-card.featured {
    grid-column: span 2;
  }
}

@media (max-width: 900px) {
  .container {
    width: min(760px, calc(100% - 40px));
  }

  .hs-slide {
    min-height: 690px;
  }

  .hs-inner {
    gap: 38px;
    padding: 62px 0 88px;
  }

  .hs-media:not(.is-logo) img {
    width: min(430px, 100%);
    max-height: 270px;
  }

  .page-hero {
    padding: 28px 0 58px;
  }

  .page-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 44px;
    padding: 52px;
    border-radius: 34px;
  }

  .page-hero-copy {
    max-width: 680px;
  }

  .page-hero-image {
    width: min(560px, 100%);
  }

  .page-hero-image img {
    height: 380px;
  }

  .split,
  .split.reverse,
  .where-grid,
  .prose-split {
    grid-template-columns: 1fr;
  }

  .image-panel img,
  .where-grid .image-panel img {
    min-height: 0;
    height: 420px;
  }

  .image-panel {
    width: min(620px, 100%);
  }

  .video-card {
    position: relative;
    top: auto;
  }

  .rev-card {
    flex-basis: calc((100% - 20px) / 2);
  }
}

@media (max-width: 680px) {
  .container {
    width: min(560px, calc(100% - 28px));
  }

  .section {
    padding: 76px 0;
  }

  .section-copy h2,
  .section-title h2 {
    font-size: clamp(2rem, 10.5vw, 3.1rem);
  }

  .home-pathways {
    display: grid;
    align-items: start;
  }

  .home-pathways .btn {
    width: 100%;
  }

  .site-map-section {
    padding: 76px 0 84px;
  }

  .site-map-grid,
  .mini-card-grid {
    grid-template-columns: 1fr;
  }

  .site-map-card.featured {
    grid-column: auto;
  }

  .site-map-card {
    min-height: 180px;
  }

  .hs-slide {
    min-height: 660px;
  }

  .hs-title {
    font-size: clamp(2.45rem, 13vw, 3.45rem);
  }

  .hs-media:not(.is-logo) img {
    max-height: 235px;
    border-radius: 25px 25px 70px 25px;
  }

  .hs-media:not(.is-logo)::after {
    display: none;
  }

  .hs-actions .btn,
  .page-hero-actions .btn,
  .wide-cta .btn {
    width: 100%;
  }

  .page-hero-grid {
    gap: 38px;
    padding: 40px 24px 46px;
    border-radius: 28px;
  }

  .page-hero-copy h1 {
    font-size: clamp(2.4rem, 12vw, 3.75rem);
  }

  .page-hero-image::before {
    display: none;
  }

  .page-hero-image img {
    height: 300px;
    border-radius: 24px 24px 65px 24px;
  }

  .page-hero-image-mark {
    right: 5px;
    width: 56px;
    height: 56px;
  }

  .image-panel::after {
    display: none;
  }

  .image-panel img,
  .where-grid .image-panel img {
    height: 320px;
    border-radius: 24px 24px 70px 24px;
  }

  .wide-cta,
  .unit-soon {
    display: grid;
    padding: 28px 24px;
  }

  .wide-cta .cta-actions {
    width: 100%;
  }

  .duo-card,
  .purpose-card,
  .unit-card,
  .rev-card,
  .linked-card {
    padding: 26px 24px;
  }

  .rev-card {
    flex-basis: 100%;
    min-height: 320px;
  }

  .flow-step {
    grid-template-columns: 50px 1fr;
    gap: 16px;
  }

  .flow-num {
    width: 50px;
    height: 50px;
  }

  .flow-body {
    padding-top: 7px;
  }

  .not-found {
    min-height: 64vh;
    padding: 46px 24px;
    border-radius: 28px;
  }

  .links-shell {
    padding: 18px 14px 34px;
  }

  .links-topbar {
    padding: 11px 12px;
  }

  .links-topbar .logo-txt small {
    display: none;
  }

  .links-hero-card {
    min-height: 330px;
    padding: 42px 22px;
    border-radius: 25px 25px 70px 25px;
  }

  .bio-banner,
  .bio-banner-content {
    min-height: 235px;
  }

  .bio-banner-content {
    width: 88%;
    padding: 26px;
  }

  .ftr-grid {
    padding-top: 64px;
  }
}

/* =====================================================================
   HOME · HIERARQUIA E REFINAMENTO DA INTERFACE
   Escala mais serena e ritmos próprios para a página inicial.
   Todos os ajustes abaixo ficam isolados da experiência interna do site.
   ===================================================================== */

body[data-page="home"] {
  --home-section-space: clamp(78px, 7vw, 104px);
  --home-heading: clamp(2.05rem, 3.2vw, 3.25rem);
  --home-display: clamp(2.65rem, 4.15vw, 4.35rem);
  background: #fff;
}

body[data-page="home"] .section {
  padding: var(--home-section-space) 0;
}

body[data-page="home"] .section-copy h2,
body[data-page="home"] .section-title h2 {
  margin-top: 18px;
  font-size: var(--home-heading);
  line-height: 1.08;
  letter-spacing: -0.022em;
}

body[data-page="home"] .section-copy h2 {
  max-width: 620px;
}

body[data-page="home"] .section-title {
  max-width: 760px;
}

body[data-page="home"] .section-title p {
  max-width: 650px;
  margin: 17px auto 0;
}

body[data-page="home"] .section-copy p,
body[data-page="home"] .section-title p {
  font-size: 0.98rem;
  line-height: 1.75;
}

body[data-page="home"] .section-title::after {
  width: 42px;
  height: 2px;
  margin-top: 20px;
}

body[data-page="home"] .eyebrow {
  min-height: 28px;
  padding-inline: 11px;
  font-size: 0.63rem;
  letter-spacing: 0.17em;
}

/* Primeiro impacto: menos volume tipográfico, mais espaço e legibilidade. */
body[data-page="home"] .hero-slider {
  padding: 14px 0 34px;
  background: linear-gradient(180deg, #fff 0%, var(--cream) 100%);
}

body[data-page="home"] .hs-viewport {
  width: min(1460px, calc(100% - 24px));
  margin: 0 auto;
  border: 1px solid rgba(16, 42, 73, 0.08);
  border-radius: 34px;
  box-shadow: 0 32px 80px -56px rgba(8, 26, 47, 0.72);
}

body[data-page="home"] .hs-slide {
  min-height: clamp(550px, 67vh, 690px);
}

body[data-page="home"] .hs-inner {
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
  gap: clamp(40px, 6vw, 72px);
  padding: 64px 0 78px;
}

body[data-page="home"] .hs-copy {
  max-width: 630px;
}

body[data-page="home"] .hs-title {
  max-width: 16ch;
  margin-top: 22px;
  font-size: var(--home-display);
  line-height: 1.025;
  letter-spacing: -0.03em;
}

body[data-page="home"] .hs-slide[data-layout="center"] .hs-copy {
  max-width: 860px;
}

body[data-page="home"] .hs-slide[data-layout="center"] .hs-title {
  max-width: 20ch;
  margin-inline: auto;
}

body[data-page="home"] .hs-text {
  max-width: 560px;
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.72;
}

body[data-page="home"] .hs-actions {
  margin-top: 28px;
}

body[data-page="home"] .hs-media img {
  max-height: 455px;
  border-radius: 30px 30px 82px 30px;
  box-shadow: 0 38px 76px -42px rgba(8, 26, 47, 0.7);
}

body[data-page="home"] .hs-media:not(.is-logo)::after {
  inset: 17px -13px -13px 20px;
  border-radius: 30px 30px 82px 30px;
}

body[data-page="home"] .hs-media.is-logo::before {
  display: none;
}

body[data-page="home"] .hs-brand-lockup {
  position: relative;
  isolation: isolate;
  display: grid;
  justify-items: center;
  width: min(410px, 100%);
  overflow: visible;
  padding: 24px 20px;
  text-align: center;
}

body[data-page="home"] .hs-brand-lockup::before {
  display: none;
}

body[data-page="home"] .hs-brand-lockup > img {
  width: 94px;
  height: 55px;
  margin-bottom: 16px;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}

body[data-page="home"] .hs-brand-lockup > span {
  color: var(--gold-soft);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

body[data-page="home"] .hs-brand-lockup > strong {
  margin-top: 5px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3rem, 4.5vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

body[data-page="home"] .hs-brand-lockup > em {
  margin-top: 4px;
  color: var(--gold-soft);
  font-family: "Manrope", sans-serif;
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.48em;
  text-transform: uppercase;
  transform: translateX(0.24em);
}

body[data-page="home"] .hs-brand-lockup > small {
  width: min(260px, 100%);
  margin-top: 19px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.55;
  text-transform: uppercase;
}

/* Navegação reunida em uma barra inferior: não invade texto nem fotos. */
body[data-page="home"] .hs-controls {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 46px;
  padding: 5px 7px;
  border: 1px solid rgba(16, 42, 73, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 38px -24px rgba(8, 26, 47, 0.7);
  backdrop-filter: blur(16px) saturate(140%);
  transform: translateX(-50%);
}

body[data-page="home"] .hs-controls .hs-arrow {
  position: static;
  width: 34px;
  height: 34px;
  border: 0;
  color: var(--navy);
  background: transparent;
  box-shadow: none;
  transform: none;
}

body[data-page="home"] .hs-controls .hs-arrow:hover {
  color: #fff;
  background: var(--navy);
  transform: none;
}

body[data-page="home"] .hs-controls .hs-dots {
  position: static;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 4px;
  background: transparent;
  box-shadow: none;
}

body[data-page="home"] .hs-controls .hs-dot {
  width: 7px;
  height: 7px;
  background: rgba(16, 42, 73, 0.2);
}

body[data-page="home"] .hs-controls .hs-dot.is-active {
  width: 22px;
  background: var(--gold);
}

/* Entrada da home: navegação clara, sem competir com o banner. */
body[data-page="home"] .site-map-section {
  padding: 82px 0 94px;
}

body[data-page="home"] .home-pathways {
  padding-bottom: 28px;
}

body[data-page="home"] .home-pathways h2 {
  max-width: 720px;
  margin-top: 16px;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.022em;
}

body[data-page="home"] .home-pathways-sub {
  max-width: 520px;
  margin-top: 13px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

body[data-page="home"] .site-map-grid {
  gap: 14px;
  margin-top: 26px;
}

body[data-page="home"] .site-map-card {
  min-height: 190px;
  padding: 26px;
  border-radius: 22px;
}

body[data-page="home"] .site-map-card strong {
  font-size: 1.35rem;
}

body[data-page="home"] .site-map-card small {
  margin-top: 10px;
  font-size: 0.82rem;
  line-height: 1.58;
}

/* Sobre: fotografia inteira e pilares organizados como uma lista editorial. */
body[data-page="home"] .home-about {
  overflow: hidden;
  background:
    radial-gradient(circle at 6% 12%, rgba(196, 164, 100, 0.1), transparent 27%),
    var(--cream);
}

body[data-page="home"] .home-about::before {
  content: "";
  position: absolute;
  right: -170px;
  bottom: -220px;
  width: 430px;
  aspect-ratio: 1;
  border: 1px solid rgba(36, 79, 105, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

body[data-page="home"] #sobre .about-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: clamp(54px, 7vw, 88px);
  align-items: center;
}

body[data-page="home"] #sobre .about-media {
  width: 100%;
}

body[data-page="home"] #sobre .about-media::after {
  inset: 16px -12px -12px 18px;
  border-radius: 28px 28px 84px 28px;
}

body[data-page="home"] #sobre .about-media > img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 28px 28px 84px 28px;
}

body[data-page="home"] #sobre .about-media-note {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 15px;
  width: calc(100% - 46px);
  margin: -30px 23px 0;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 10%, rgba(196, 164, 100, 0.18), transparent 40%),
    var(--grad-deep);
  box-shadow: 0 24px 54px -34px rgba(8, 26, 47, 0.8);
}

body[data-page="home"] #sobre .about-media-note > img {
  width: 50px;
  height: 30px;
  flex: 0 0 auto;
  object-fit: contain;
}

body[data-page="home"] #sobre .about-media-note p {
  margin: 0;
}

body[data-page="home"] #sobre .about-media-note strong,
body[data-page="home"] #sobre .about-media-note span {
  display: block;
}

body[data-page="home"] #sobre .about-media-note strong {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.03rem;
  line-height: 1.2;
}

body[data-page="home"] #sobre .about-media-note span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.72rem;
  line-height: 1.5;
}

body[data-page="home"] #sobre .about-copy > p:first-of-type {
  color: var(--text);
  font-size: 1.03rem;
  line-height: 1.78;
}

body[data-page="home"] #sobre .about-copy > p + p {
  margin-top: 14px;
}

body[data-page="home"] #sobre .about-pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 30px;
  border-top: 1px solid var(--line);
}

body[data-page="home"] #sobre .about-pillars article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  align-items: start;
  padding: 17px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-page="home"] #sobre .about-pillars article::before {
  display: none;
}

body[data-page="home"] #sobre .about-index {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(196, 164, 100, 0.38);
  border-radius: 50%;
  color: #8c6d2b;
  background: rgba(255, 255, 255, 0.56);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

body[data-page="home"] #sobre .about-pillars h3 {
  color: var(--navy);
  font-size: 1.08rem;
}

body[data-page="home"] #sobre .about-pillars p {
  margin-top: 5px;
  font-size: 0.82rem;
  line-height: 1.58;
}

body[data-page="home"] #sobre .cta-actions {
  margin-top: 28px;
}

/* Serviços: fotografia com proporção mais horizontal e cards menos pesados. */
body[data-page="home"] #servicos .ptile-grid {
  gap: 18px;
  margin-top: 40px;
}

body[data-page="home"] #servicos .ptile {
  padding: 8px 8px 20px;
  border-radius: 22px;
}

body[data-page="home"] #servicos .ptile-img {
  aspect-ratio: 16 / 10;
  border-radius: 16px 16px 46px 16px;
}

body[data-page="home"] #servicos .ptile-cap {
  margin: 16px 10px 0;
  font-size: 1.08rem;
}

body[data-page="home"] #servicos .ptile-sub {
  font-size: 0.82rem;
  line-height: 1.58;
}

body[data-page="home"] #servicos .wide-cta {
  margin-top: 36px;
}

/* Seções densas: mais ordem entre título, conteúdo e chamada. */
body[data-page="home"] #metodo .mfig {
  margin-top: 38px;
  padding-top: 48px;
  border-radius: 30px;
}

body[data-page="home"] .compare-grid {
  gap: 16px;
  margin-top: 40px;
}

body[data-page="home"] .compare-card {
  padding: 30px;
}

body[data-page="home"] .statement {
  margin-top: 18px;
  padding: 22px 26px;
  border-radius: 18px;
  font-size: clamp(1.28rem, 2vw, 1.68rem);
  line-height: 1.35;
}

body[data-page="home"] #planos .duo-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1050px;
  gap: 16px;
  margin: 40px auto 0;
}

body[data-page="home"] #planos .duo-card {
  padding: 28px;
}

body[data-page="home"] #equipe .area-grid {
  gap: 16px;
  margin-top: 40px;
}

body[data-page="home"] #equipe .area-card,
body[data-page="home"] #equipe .area-card.is-ico {
  min-height: 215px;
}

/* Empresas: cards compactos para a fotografia e o texto respirarem juntos. */
body[data-page="home"] #empresas .company-grid {
  gap: 10px;
  margin: 28px 0 32px;
}

body[data-page="home"] #empresas .company-grid article {
  padding: 18px;
  border-radius: 16px;
}

body[data-page="home"] #empresas .company-grid span {
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  font-size: 0.78rem;
}

body[data-page="home"] #empresas .company-grid h3 {
  font-size: 1.05rem;
}

body[data-page="home"] #empresas .company-grid p {
  margin-top: 7px;
  font-size: 0.8rem;
  line-height: 1.55;
}

body[data-page="home"] #unidades .where-card {
  padding: 46px 38px 40px;
  border-radius: 30px 30px 88px 30px;
}

body[data-page="home"] #avaliacoes .rev-wrap {
  margin-top: 42px;
}

body[data-page="home"] #avaliacoes .rev-card {
  min-height: 305px;
  padding: 28px;
}

body[data-page="home"] #faq .faq-layout {
  gap: clamp(42px, 6vw, 72px);
}

body[data-page="home"] #faq .faq-item {
  border-radius: 16px;
}

body[data-page="home"] #parceiros .partner {
  padding: 16px 22px;
  border-radius: 16px;
}

body[data-page="home"] .endcta {
  padding: clamp(80px, 8vw, 108px) 0;
}

body[data-page="home"] .endcta h2 {
  max-width: 840px;
  font-size: clamp(2.2rem, 3.7vw, 3.55rem);
  line-height: 1.07;
}

/* Estados de foco mantêm a interface elegante também no teclado. */
body[data-page="home"] :where(a, button):focus-visible {
  outline: 3px solid color-mix(in srgb, var(--gold) 78%, #fff);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  body[data-page="home"] .hs-inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 54px 0 76px;
  }

  body[data-page="home"] .hs-title,
  body[data-page="home"] .hs-slide[data-layout="center"] .hs-title {
    max-width: 18ch;
    margin-inline: auto;
  }

  body[data-page="home"] .hs-text {
    max-width: 620px;
    margin-inline: auto;
  }

  body[data-page="home"] #sobre .image-panel {
    width: 100%;
  }

  body[data-page="home"] #sobre .about-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  body[data-page="home"] #sobre .about-media {
    width: min(680px, 100%);
    margin: 0 auto;
  }

  body[data-page="home"] #empresas .image-panel {
    width: min(620px, 100%);
  }
}

@media (max-width: 680px) {
  body[data-page="home"] {
    --home-section-space: 68px;
    --home-heading: clamp(1.9rem, 8.6vw, 2.55rem);
    --home-display: clamp(2.15rem, 10.5vw, 2.9rem);
  }

  body[data-page="home"] .section-copy h2,
  body[data-page="home"] .section-title h2 {
    line-height: 1.11;
  }

  body[data-page="home"] .section-copy p,
  body[data-page="home"] .section-title p {
    font-size: 0.94rem;
    line-height: 1.68;
  }

  body[data-page="home"] .hs-slide {
    min-height: 620px;
  }

  body[data-page="home"] .hero-slider {
    padding: 8px 0 28px;
  }

  body[data-page="home"] .hs-viewport {
    width: calc(100% - 16px);
    border-radius: 24px;
  }

  body[data-page="home"] .hs-inner {
    padding: 44px 0 72px;
  }

  body[data-page="home"] .hs-eyebrow {
    min-height: 30px;
    padding: 0 12px;
    font-size: 0.61rem;
  }

  body[data-page="home"] .hs-title {
    margin-top: 18px;
    line-height: 1.06;
  }

  body[data-page="home"] .hs-text {
    margin-top: 16px;
    font-size: 0.94rem;
    line-height: 1.65;
  }

  body[data-page="home"] .hs-actions {
    margin-top: 24px;
  }

  body[data-page="home"] .hs-media:not(.is-logo) img {
    max-height: 220px;
  }

  body[data-page="home"] .hs-brand-lockup {
    width: min(310px, 92%);
    padding: 18px 16px;
  }

  body[data-page="home"] .hs-brand-lockup::before {
    inset: 13px;
    border-radius: 19px 19px 54px 19px;
  }

  body[data-page="home"] .hs-brand-lockup > img {
    width: 72px;
    height: 42px;
    margin-bottom: 11px;
  }

  body[data-page="home"] .hs-brand-lockup > strong {
    font-size: 2.6rem;
  }

  body[data-page="home"] .hs-brand-lockup > small {
    margin-top: 13px;
    padding-top: 11px;
    font-size: 0.58rem;
  }

  body[data-page="home"] .hs-controls {
    bottom: 7px;
    min-height: 42px;
    padding: 4px 6px;
  }

  body[data-page="home"] .hs-controls .hs-arrow {
    display: grid;
    width: 32px;
    height: 32px;
  }

  body[data-page="home"] .site-map-section {
    padding: 68px 0 74px;
  }

  body[data-page="home"] .home-pathways h2 {
    font-size: clamp(1.9rem, 8.6vw, 2.55rem);
  }

  body[data-page="home"] .site-map-card {
    min-height: 164px;
    padding: 23px;
  }

  body[data-page="home"] #sobre .about-pillars article {
    padding: 16px 0;
  }

  body[data-page="home"] #servicos .ptile-grid {
    margin-top: 34px;
  }

  body[data-page="home"] #metodo .mfig {
    margin-top: 32px;
    padding: 38px 18px 24px;
    border-radius: 24px;
  }

  body[data-page="home"] #planos .duo-grid,
  body[data-page="home"] #empresas .company-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] #planos .duo-card,
  body[data-page="home"] .compare-card,
  body[data-page="home"] #avaliacoes .rev-card {
    padding: 24px;
  }

  body[data-page="home"] #unidades .where-card {
    padding: 38px 24px 34px;
    border-radius: 26px 26px 68px 26px;
  }

  body[data-page="home"] .endcta h2 {
    font-size: clamp(2rem, 9vw, 2.7rem);
  }
}

/* =====================================================================
   PÁGINA O INSTITUTO · SISTEMA EDITORIAL
   Hierarquia, fotografia e componentes exclusivos da página Sobre.
   ===================================================================== */

body[data-page="instituto"] {
  --institute-space: clamp(80px, 7vw, 108px);
  background: var(--cream);
}

body[data-page="instituto"] .section {
  padding: var(--institute-space) 0;
}

body[data-page="instituto"] .section-title {
  max-width: 760px;
}

body[data-page="instituto"] .section-title h2 {
  margin-top: 18px;
  font-size: clamp(2.05rem, 3.25vw, 3.25rem);
  line-height: 1.09;
  letter-spacing: -0.022em;
}

body[data-page="instituto"] .section-title::after {
  width: 42px;
  height: 2px;
  margin-top: 20px;
}

body[data-page="instituto"] .section-title.left::after {
  margin-left: 0;
}

body[data-page="instituto"] .eyebrow {
  min-height: 28px;
  padding-inline: 11px;
  font-size: 0.63rem;
  letter-spacing: 0.17em;
}

/* Hero: título longo com escala controlada e fotografia sem recorte vertical. */
body[data-page="instituto"] .page-hero {
  padding: 26px 0 72px;
  background: linear-gradient(180deg, #fff 0 26px, var(--cream) 26px 100%);
}

body[data-page="instituto"] .page-hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  min-height: 540px;
  gap: clamp(42px, 6vw, 72px);
  padding: clamp(46px, 5.5vw, 68px);
  border-radius: 36px;
  background:
    radial-gradient(circle at 90% 8%, rgba(196, 164, 100, 0.2), transparent 34%),
    radial-gradient(circle at 8% 94%, rgba(112, 167, 168, 0.12), transparent 34%),
    linear-gradient(140deg, #081a2f 0%, #102a49 64%, #214b64 112%);
}

body[data-page="instituto"] .page-hero-copy h1 {
  max-width: 17ch;
  margin-top: 24px;
  font-size: clamp(2.55rem, 4vw, 3.9rem);
  line-height: 1.035;
  letter-spacing: -0.03em;
}

body[data-page="instituto"] .page-hero-copy .page-hero-lead {
  max-width: 610px;
  margin-top: 21px;
  font-size: 0.98rem;
  line-height: 1.75;
}

body[data-page="instituto"] .page-hero-actions {
  margin-top: 28px;
}

body[data-page="instituto"] .page-hero-image::before {
  inset: 16px -12px -12px 18px;
  border-color: rgba(196, 164, 100, 0.48);
  border-radius: 26px 26px 76px 26px;
}

body[data-page="instituto"] .page-hero-image img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 15 / 13;
  object-fit: cover;
  object-position: center;
  border-radius: 26px 26px 76px 26px;
}

body[data-page="instituto"] .page-hero-image-mark {
  right: 2px;
  bottom: 1px;
  width: 60px;
  height: 60px;
}

/* Quem somos: leitura confortável e vídeo tratado como peça editorial. */
body[data-page="instituto"] .section-title.left + .prose-split {
  margin-top: 40px;
}

body[data-page="instituto"] .prose-split {
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  gap: clamp(44px, 6vw, 70px);
}

body[data-page="instituto"] .prose {
  max-width: 700px;
}

body[data-page="instituto"] .prose p {
  margin-bottom: 17px;
  font-size: 0.98rem;
  line-height: 1.82;
}

body[data-page="instituto"] .prose .lead {
  padding: 2px 0 2px 20px;
  border-left: 3px solid var(--gold);
  color: var(--navy);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.76;
}

body[data-page="instituto"] .video-card {
  top: 112px;
  overflow: hidden;
  border-color: rgba(16, 42, 73, 0.1);
  border-radius: 26px 26px 72px 26px;
  box-shadow: 0 30px 70px -44px rgba(8, 26, 47, 0.6);
}

body[data-page="instituto"] .video-frame {
  aspect-ratio: 4 / 3;
  background: var(--grad-deep);
}

body[data-page="instituto"] .video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 26, 47, 0.02), rgba(8, 26, 47, 0.42));
}

body[data-page="instituto"] .video-frame img {
  opacity: 0.72;
  object-position: center 24%;
}

body[data-page="instituto"] .video-play {
  z-index: 1;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.18);
}

body[data-page="instituto"] .video-card figcaption {
  padding: 22px 24px 24px;
}

body[data-page="instituto"] .video-card figcaption strong {
  font-size: 1.08rem;
}

/* Manifesto curto entre a história e os valores. */
body[data-page="instituto"] .callout {
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(34px, 4vw, 48px);
  border-radius: 24px;
  box-shadow: 0 28px 70px -48px rgba(8, 26, 47, 0.8);
  text-align: center;
}

body[data-page="instituto"] .callout p {
  max-width: 880px;
  margin: 0 auto;
  font-size: clamp(1.35rem, 2.15vw, 1.85rem);
  line-height: 1.46;
}

/* Missão e visão: removemos os arcos altos e criamos cards horizontais. */
body[data-page="instituto"] .mv-grid {
  max-width: 1060px;
  gap: 16px;
  margin: 40px auto 0;
}

body[data-page="instituto"] .mv-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  grid-template-rows: auto 1fr;
  gap: 5px 18px;
  align-items: start;
  padding: 32px;
  border-radius: 24px;
  background: linear-gradient(145deg, #fff, #f5f9f8);
  text-align: left;
  box-shadow: 0 18px 48px -38px rgba(8, 26, 47, 0.45);
}

body[data-page="instituto"] .mv-card:first-child {
  border-top: 3px solid var(--gold);
}

body[data-page="instituto"] .mv-card:last-child {
  border-top: 3px solid #70a7a8;
}

body[data-page="instituto"] .mv-card .mv-flor {
  grid-row: 1 / 3;
  width: 58px;
  height: 34px;
  margin: 2px 0 0;
}

body[data-page="instituto"] .mv-card span {
  font-size: 0.65rem;
  letter-spacing: 0.19em;
}

body[data-page="instituto"] .mv-card p {
  max-width: none;
  margin: 6px 0 0;
  font-size: 0.94rem;
  line-height: 1.7;
}

/* Propósitos: o infográfico autoral ganha um palco mais limpo. */
body[data-page="instituto"] .lotus-fig {
  max-width: 1120px;
  margin: 44px auto 0;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(16, 42, 73, 0.09);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 28px 70px -50px rgba(8, 26, 47, 0.55);
}

body[data-page="instituto"] .petal-shape {
  opacity: 0.42;
}

body[data-page="instituto"] .lotus-core {
  box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.72), 0 26px 58px -28px rgba(8, 26, 47, 0.72);
}

body[data-page="instituto"] .lotus-track {
  gap: 8px;
  margin-top: 32px;
  padding: 22px 16px;
  border-color: rgba(16, 42, 73, 0.1);
  border-radius: 20px;
  background: #fff;
}

body[data-page="instituto"] .lt-ico {
  width: 46px;
  height: 46px;
  margin-bottom: 10px;
}

body[data-page="instituto"] .lt-step b {
  font-size: 0.88rem;
}

body[data-page="instituto"] .lt-step i {
  font-size: 0.75rem;
}

/* Encerramento: a frase continua forte sem repetir a escala do hero. */
body[data-page="instituto"] .endcta {
  padding: clamp(82px, 8vw, 110px) 0;
}

body[data-page="instituto"] .endcta h2 {
  max-width: 850px;
  font-size: clamp(2.1rem, 3.7vw, 3.45rem);
  line-height: 1.08;
}

@media (max-width: 980px) {
  body[data-page="instituto"] .prose-split {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  body[data-page="instituto"] .prose {
    max-width: 760px;
  }

  body[data-page="instituto"] .video-card {
    position: relative;
    top: auto;
    width: min(640px, 100%);
  }
}

@media (max-width: 900px) {
  body[data-page="instituto"] .page-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 42px;
    padding: 48px;
  }

  body[data-page="instituto"] .page-hero-copy h1 {
    max-width: 19ch;
  }

  body[data-page="instituto"] .page-hero-image {
    width: min(680px, 100%);
  }
}

@media (max-width: 940px) {
  body[data-page="instituto"] .lotus-fig {
    padding: 30px;
  }

  body[data-page="instituto"] .petal {
    border-radius: 18px;
  }

  body[data-page="instituto"] .petal-shape,
  body[data-page="instituto"] .petal-shape::after {
    border-radius: 18px;
  }

  body[data-page="instituto"] .petal-shape {
    opacity: 1;
  }

  body[data-page="instituto"] .lotus-core {
    border-radius: 20px;
  }
}

@media (max-width: 680px) {
  body[data-page="instituto"] {
    --institute-space: 68px;
  }

  body[data-page="instituto"] .section-title h2 {
    font-size: clamp(1.95rem, 8.7vw, 2.5rem);
    line-height: 1.12;
  }

  body[data-page="instituto"] .page-hero {
    padding: 14px 0 52px;
  }

  body[data-page="instituto"] .page-hero-grid {
    gap: 34px;
    padding: 36px 24px 40px;
    border-radius: 26px;
  }

  body[data-page="instituto"] .page-hero-copy h1 {
    margin-top: 20px;
    font-size: clamp(2.25rem, 10.5vw, 2.85rem);
    line-height: 1.07;
  }

  body[data-page="instituto"] .page-hero-copy .page-hero-lead {
    font-size: 0.93rem;
    line-height: 1.68;
  }

  body[data-page="instituto"] .page-hero-image img {
    height: auto;
    border-radius: 22px 22px 58px 22px;
  }

  body[data-page="instituto"] .section-title.left + .prose-split {
    margin-top: 32px;
  }

  body[data-page="instituto"] .prose .lead {
    padding-left: 16px;
    font-size: 1.02rem;
  }

  body[data-page="instituto"] .prose p {
    font-size: 0.94rem;
    line-height: 1.75;
  }

  body[data-page="instituto"] .video-card {
    border-radius: 22px 22px 58px 22px;
  }

  body[data-page="instituto"] .callout {
    padding: 30px 22px;
    border-radius: 20px;
  }

  body[data-page="instituto"] .callout p {
    font-size: 1.3rem;
  }

  body[data-page="instituto"] .mv-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="instituto"] .mv-card {
    grid-template-columns: 52px 1fr;
    padding: 26px 22px;
    border-radius: 20px;
  }

  body[data-page="instituto"] .mv-card .mv-flor {
    width: 48px;
    height: 28px;
  }

  body[data-page="instituto"] .lotus-fig {
    padding: 18px;
    border-radius: 24px;
  }

  body[data-page="instituto"] .lotus-track {
    padding: 20px 14px;
  }

body[data-page="instituto"] .endcta h2 {
    font-size: clamp(2rem, 9vw, 2.7rem);
  }
}

/* Mantém o redesenho da home acima das camadas legadas deste arquivo. */
body[data-page="home"] .home-about {
  background:
    radial-gradient(circle at 92% 8%, rgba(112, 167, 168, 0.12), transparent 28%),
    linear-gradient(180deg, #fff 0%, #faf9f5 100%);
}

body[data-page="home"] #sobre .about-media::after {
  inset: 18px -12px -12px 20px;
  border-radius: 28px 28px 88px 28px;
}

body[data-page="home"] #sobre .about-media > img {
  width: 100%;
  height: clamp(400px, 43vw, 530px);
  object-fit: cover;
  object-position: center 45%;
  border-radius: 28px 28px 88px 28px;
}

body[data-page="home"] #sobre .about-media-note {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-self: start;
  height: auto;
  min-height: 0;
  width: min(440px, calc(100% - 42px));
  margin: -38px 0 0 22px;
  padding: 20px 22px;
  color: #fff;
  background: linear-gradient(135deg, #102743, #1f4a62);
}

body[data-page="home"] #sobre .about-media-note span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.76rem;
}

body[data-page="home"] #sobre .about-media-note > img {
  width: 50px;
  height: 30px;
  min-height: 0;
  border-radius: 0;
  box-shadow: none;
  filter: none;
}

body[data-page="home"] #sobre .about-pillars {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
  border: 0;
}

body[data-page="home"] #sobre .about-pillars article {
  grid-template-columns: 44px 1fr;
  gap: 17px;
  min-height: 205px;
  padding: 28px;
  border: 1px solid rgba(20, 40, 74, 0.1);
  border-radius: 22px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 46px -42px rgba(13, 27, 51, 0.78);
}

body[data-page="home"] #sobre .about-pillars article:nth-child(2) {
  background: linear-gradient(145deg, #f1f7f7, #fff);
}

body[data-page="home"] #sobre .about-index {
  width: 42px;
  height: 42px;
  color: #78591c;
  background: #f8f1df;
  font-size: 0.68rem;
}

body[data-page="home"] #sobre .about-pillars h3 {
  color: var(--navy);
  font-size: 1.28rem;
}

body[data-page="home"] #sobre .about-pillars p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.68;
}

.mfig {
  color: #fff;
  background:
    radial-gradient(circle at 86% 10%, rgba(196, 164, 100, 0.18), transparent 34%),
    var(--grad-deep);
}

@media (max-width: 900px) {
  body[data-page="home"] #sobre .about-pillars {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] #sobre .about-pillars article {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  body[data-page="home"] #sobre .about-media > img {
    height: 350px;
    border-radius: 22px 22px 60px 22px;
  }

  body[data-page="home"] #sobre .about-media-note {
    width: calc(100% - 24px);
    margin: -26px 12px 0;
  }

  body[data-page="home"] #sobre .about-pillars article {
    padding: 24px;
  }
}

/* =====================================================================
   BANNERS INTERNOS · PADRÃO UNIFICADO
   Mesma moldura, ritmo e proporção em todas as páginas internas.
   ===================================================================== */

body:not([data-page="home"]) .page-hero {
  padding: 26px 0 66px;
  background: linear-gradient(180deg, #fff 0 26px, var(--cream) 26px 100%);
}

body:not([data-page="home"]) .page-hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(42px, 5vw, 70px);
  width: 100%;
  min-height: 548px;
  height: 548px;
  padding: clamp(46px, 4.6vw, 64px);
  border-radius: 36px;
  background:
    radial-gradient(circle at 92% 10%, var(--page-accent-soft), transparent 34%),
    radial-gradient(circle at 7% 96%, rgba(112, 167, 168, 0.1), transparent 30%),
    linear-gradient(140deg, #081a2f 0%, #102a49 64%, #214b64 112%);
}

body:not([data-page="home"]) .page-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  max-width: 680px;
}

body:not([data-page="home"]) .page-hero-kicker {
  gap: 12px;
}

body:not([data-page="home"]) .page-hero-kicker .eyebrow {
  min-height: 28px;
  padding: 7px 12px;
  font-size: 0.63rem;
  letter-spacing: 0.17em;
  box-shadow: none;
}

body:not([data-page="home"]) .page-hero-kicker > i {
  width: 36px;
}

body:not([data-page="home"]) .page-hero-copy h1 {
  max-width: 17ch;
  margin-top: 22px;
  color: #fff;
  font-size: clamp(2.75rem, 3.7vw, 3.85rem);
  line-height: 1.035;
  letter-spacing: -0.027em;
  text-wrap: balance;
}

body:not([data-page="home"]) .page-hero-copy h1.is-medium {
  max-width: 18ch;
  font-size: clamp(2.55rem, 3.35vw, 3.48rem);
  line-height: 1.055;
}

body:not([data-page="home"]) .page-hero-copy h1.is-long {
  max-width: 20ch;
  font-size: clamp(2.25rem, 2.9vw, 3.05rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

body:not([data-page="home"]) .page-hero-copy p,
body:not([data-page="home"]) .page-hero-copy .page-hero-lead {
  max-width: 590px;
  margin: 19px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.94rem, 1.05vw, 1.02rem);
  line-height: 1.72;
}

body:not([data-page="home"]) .page-hero-copy .page-hero-subtitle {
  margin-top: 15px;
  color: var(--gold-soft);
  font-size: 0.87rem;
  line-height: 1.55;
}

body:not([data-page="home"]) .page-hero-copy .page-hero-tag {
  margin-top: 14px;
}

body:not([data-page="home"]) .page-hero-actions {
  gap: 11px;
  margin-top: 26px;
}

body:not([data-page="home"]) .page-hero-actions .btn {
  min-height: 46px;
  padding: 0 20px;
}

body:not([data-page="home"]) .page-hero-image {
  align-self: center;
  width: 100%;
  min-width: 0;
}

body:not([data-page="home"]) .page-hero-image::before {
  inset: 15px -12px -12px 18px;
  border-radius: 26px 26px 74px 26px;
}

body:not([data-page="home"]) .page-hero-image img {
  width: 100%;
  height: 398px;
  min-height: 0;
  object-fit: cover;
  object-position: center 34%;
  border-radius: 26px 26px 74px 26px;
}

body:not([data-page="home"]) .page-hero-image-mark {
  right: -2px;
  bottom: -3px;
  width: 58px;
  height: 58px;
}

/* Botões da chamada final: aparência mais leve e coerente com o banner. */
.endcta .cta-actions {
  gap: 12px;
  margin-top: 28px;
}

.endcta .cta-actions .btn {
  min-height: 49px;
  padding: 0 23px;
  border-radius: 999px;
}

.endcta .btn-gold {
  color: var(--ink);
  border: 1px solid #dcc47f;
  background: linear-gradient(135deg, #f0dfb2, #c7a45a);
  box-shadow: 0 16px 34px -22px rgba(0, 0, 0, 0.72);
}

.endcta .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
}

/* CTA do rodapé: discreto, alinhado e sem o bloco dourado pesado. */
.ftr .ftr-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(228px, 100%);
  min-height: 49px;
  margin-top: 19px;
  padding: 0 10px 0 17px;
  border: 1px solid rgba(232, 214, 163, 0.38);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
}

.ftr .ftr-cta svg {
  width: 32px;
  height: 32px;
  padding: 8px;
  border-radius: 50%;
  color: var(--ink);
  background: var(--gold-soft);
}

.ftr .ftr-cta:hover {
  border-color: rgba(232, 214, 163, 0.72);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

@media (max-width: 1040px) {
  body:not([data-page="home"]) .page-hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(310px, 0.82fr);
    gap: 38px;
    padding: 48px;
  }

  body:not([data-page="home"]) .page-hero-copy h1.is-long {
    font-size: clamp(2.15rem, 3.3vw, 2.75rem);
  }
}

@media (max-width: 820px) {
  body:not([data-page="home"]) .page-hero {
    padding: 16px 0 48px;
    background: linear-gradient(180deg, #fff 0 16px, var(--cream) 16px 100%);
  }

  body:not([data-page="home"]) .page-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    height: auto;
    min-height: 0;
    padding: 44px;
    border-radius: 30px;
  }

  body:not([data-page="home"]) .page-hero-copy {
    max-width: 650px;
  }

  body:not([data-page="home"]) .page-hero-copy h1,
  body:not([data-page="home"]) .page-hero-copy h1.is-medium,
  body:not([data-page="home"]) .page-hero-copy h1.is-long {
    max-width: 19ch;
    font-size: clamp(2.35rem, 6.3vw, 3.25rem);
    line-height: 1.06;
  }

  body:not([data-page="home"]) .page-hero-image {
    width: min(560px, 100%);
  }

  body:not([data-page="home"]) .page-hero-image img {
    height: 330px;
  }
}

@media (max-width: 560px) {
  body:not([data-page="home"]) .page-hero-grid {
    gap: 30px;
    padding: 34px 22px 28px;
    border-radius: 25px;
  }

  body:not([data-page="home"]) .page-hero-kicker > i {
    display: none;
  }

  body:not([data-page="home"]) .page-hero-copy h1,
  body:not([data-page="home"]) .page-hero-copy h1.is-medium,
  body:not([data-page="home"]) .page-hero-copy h1.is-long {
    max-width: none;
    margin-top: 19px;
    font-size: clamp(2.05rem, 9.8vw, 2.65rem);
    line-height: 1.08;
  }

  body:not([data-page="home"]) .page-hero-copy p,
  body:not([data-page="home"]) .page-hero-copy .page-hero-lead {
    margin-top: 16px;
    font-size: 0.92rem;
    line-height: 1.68;
  }

  body:not([data-page="home"]) .page-hero-actions {
    width: 100%;
    margin-top: 23px;
  }

  body:not([data-page="home"]) .page-hero-actions .btn {
    width: 100%;
  }

  body:not([data-page="home"]) .page-hero-image img {
    height: 245px;
    border-radius: 21px 21px 58px 21px;
  }

  body:not([data-page="home"]) .page-hero-image-mark {
    width: 48px;
    height: 48px;
  }

  .endcta .cta-actions {
    width: 100%;
  }

  .endcta .cta-actions .btn,
  .ftr .ftr-cta {
    width: 100%;
  }
}

/* Ajuste de direção: banners internos mais compactos e editoriais. */
@media (min-width: 821px) {
  body:not([data-page="home"]) .page-hero {
    padding: 22px 0 58px;
    background: linear-gradient(180deg, #fff 0 22px, var(--cream) 22px 100%);
  }

  body:not([data-page="home"]) .page-hero-grid {
    grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.94fr);
    gap: clamp(40px, 4.5vw, 62px);
    height: 470px;
    min-height: 470px;
    padding: 44px clamp(46px, 4.6vw, 62px);
    border-radius: 32px;
  }

  body:not([data-page="home"]) .page-hero-copy h1 {
    max-width: 19ch;
    margin-top: 18px;
    font-size: clamp(2.5rem, 3vw, 3.2rem);
    line-height: 1.055;
    letter-spacing: -0.022em;
  }

  body:not([data-page="home"]) .page-hero-copy h1.is-medium {
    max-width: 21ch;
    font-size: clamp(2.28rem, 2.7vw, 2.85rem);
    line-height: 1.07;
  }

  body:not([data-page="home"]) .page-hero-copy h1.is-long {
    max-width: 24ch;
    font-size: clamp(2rem, 2.35vw, 2.48rem);
    line-height: 1.1;
    letter-spacing: -0.015em;
  }

  body:not([data-page="home"]) .page-hero-copy .page-hero-lead {
    max-width: 610px;
    margin-top: 17px;
    padding-top: 17px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 0.92rem;
    line-height: 1.65;
  }

  body:not([data-page="home"]) .page-hero-actions {
    margin-top: 22px;
  }

  body:not([data-page="home"]) .page-hero-actions .btn {
    min-height: 43px;
    padding-inline: 18px;
    font-size: 0.82rem;
  }

  body:not([data-page="home"]) .page-hero-image::before {
    inset: 12px -10px -10px 15px;
    border-radius: 24px 24px 64px 24px;
  }

  body:not([data-page="home"]) .page-hero-image img {
    height: 330px;
    border-radius: 24px 24px 64px 24px;
  }

  body:not([data-page="home"]) .page-hero-image-mark {
    width: 50px;
    height: 50px;
  }

  body:not([data-page="home"]) .page-hero-image-mark svg {
    width: 19px;
    height: 19px;
  }
}

@media (max-width: 820px) {
  body:not([data-page="home"]) .page-hero-grid {
    padding: 38px 32px 32px;
  }

  body:not([data-page="home"]) .page-hero-copy h1,
  body:not([data-page="home"]) .page-hero-copy h1.is-medium,
  body:not([data-page="home"]) .page-hero-copy h1.is-long {
    max-width: 22ch;
    font-size: clamp(2.15rem, 6vw, 2.9rem);
    line-height: 1.08;
  }

  body:not([data-page="home"]) .page-hero-copy .page-hero-lead {
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
}

@media (max-width: 560px) {
  body:not([data-page="home"]) .page-hero-grid {
    padding: 32px 20px 24px;
  }

  body:not([data-page="home"]) .page-hero-copy h1,
  body:not([data-page="home"]) .page-hero-copy h1.is-medium,
  body:not([data-page="home"]) .page-hero-copy h1.is-long {
    font-size: clamp(1.95rem, 9vw, 2.4rem);
  }

  body:not([data-page="home"]) .page-hero-image img {
    height: 220px;
  }
}

.ftr .ftr-cta {
  justify-content: center;
  width: fit-content;
  min-height: 46px;
  padding: 0 18px;
  color: var(--ink);
  border-color: rgba(232, 214, 163, 0.75);
  background: var(--gold-soft);
}

.ftr .ftr-cta svg {
  width: 17px;
  height: 17px;
  padding: 0;
  border-radius: 0;
  color: var(--ink);
  background: transparent;
}

.ftr .ftr-cta:hover {
  color: var(--ink);
  border-color: #f1e2bb;
  background: #f1e2bb;
}

@media (max-width: 560px) {
  .ftr .ftr-cta {
    width: 100%;
  }
}

/* Direção final dos banners internos: mesma arquitetura visual da home. */
body:not([data-page="home"]) .page-hero {
  padding: 14px 0 34px;
  background: linear-gradient(180deg, #fff 0%, var(--cream) 100%);
}

body:not([data-page="home"]) .page-hero-frame {
  position: relative;
  isolation: isolate;
  width: min(1460px, calc(100% - 24px));
  min-height: 550px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(16, 42, 73, 0.08);
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 10%, var(--page-accent-soft), transparent 34%),
    linear-gradient(140deg, #081a2f 0%, #102a49 64%, #214b64 112%);
  box-shadow: 0 32px 80px -56px rgba(8, 26, 47, 0.72);
}

body:not([data-page="home"]) .page-hero-frame::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -260px;
  z-index: -1;
  width: 520px;
  aspect-ratio: 1;
  border: 1px solid rgba(196, 164, 100, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

body:not([data-page="home"]) .page-hero-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
  gap: clamp(40px, 6vw, 72px);
  width: min(1240px, calc(100% - 56px));
  height: auto;
  min-height: 550px;
  padding: 64px 0 72px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
}

body:not([data-page="home"]) .page-hero-grid::before {
  display: none;
}

body:not([data-page="home"]) .page-hero-copy {
  justify-content: center;
  max-width: 630px;
}

body:not([data-page="home"]) .page-hero-copy h1,
body:not([data-page="home"]) .page-hero-copy h1.is-short {
  max-width: 16ch;
  margin-top: 22px;
  font-size: clamp(2.8rem, 4vw, 4rem);
  line-height: 1.025;
  letter-spacing: -0.03em;
}

body:not([data-page="home"]) .page-hero-copy h1.is-medium {
  max-width: 18ch;
  font-size: clamp(2.65rem, 3.55vw, 3.55rem);
  line-height: 1.045;
}

body:not([data-page="home"]) .page-hero-copy h1.is-long {
  max-width: 21ch;
  font-size: clamp(2.4rem, 3.05vw, 3.05rem);
  line-height: 1.07;
  letter-spacing: -0.022em;
}

body:not([data-page="home"]) .page-hero-copy .page-hero-lead {
  max-width: 590px;
  margin-top: 20px;
  padding-top: 0;
  border-top: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  line-height: 1.72;
}

body:not([data-page="home"]) .page-hero-actions {
  margin-top: 28px;
}

body:not([data-page="home"]) .page-hero-actions .btn {
  min-height: 48px;
  padding: 0 22px;
  font-size: 0.86rem;
}

body:not([data-page="home"]) .page-hero-image {
  align-self: center;
}

body:not([data-page="home"]) .page-hero-image::before {
  inset: 17px -13px -13px 20px;
  border-radius: 30px 30px 82px 30px;
}

body:not([data-page="home"]) .page-hero-image img {
  width: 100%;
  height: 410px;
  min-height: 0;
  object-fit: cover;
  object-position: center 34%;
  border-radius: 30px 30px 82px 30px;
  box-shadow: 0 38px 76px -42px rgba(8, 26, 47, 0.7);
}

body:not([data-page="home"]) .page-hero-image-mark {
  right: -2px;
  bottom: -4px;
  width: 58px;
  height: 58px;
}

@media (max-width: 900px) {
  body:not([data-page="home"]) .page-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: 0;
    padding: 54px 0 66px;
  }

  body:not([data-page="home"]) .page-hero-copy {
    max-width: 680px;
  }

  body:not([data-page="home"]) .page-hero-copy h1,
  body:not([data-page="home"]) .page-hero-copy h1.is-short,
  body:not([data-page="home"]) .page-hero-copy h1.is-medium,
  body:not([data-page="home"]) .page-hero-copy h1.is-long {
    max-width: 19ch;
    font-size: clamp(2.45rem, 7vw, 3.45rem);
    line-height: 1.06;
  }

  body:not([data-page="home"]) .page-hero-image {
    width: min(560px, 100%);
  }

  body:not([data-page="home"]) .page-hero-image img {
    height: 340px;
  }
}

@media (max-width: 620px) {
  body:not([data-page="home"]) .page-hero {
    padding: 8px 0 28px;
  }

  body:not([data-page="home"]) .page-hero-frame {
    width: calc(100% - 16px);
    min-height: 0;
    border-radius: 24px;
  }

  body:not([data-page="home"]) .page-hero-grid {
    width: calc(100% - 32px);
    gap: 30px;
    padding: 42px 0 48px;
  }

  body:not([data-page="home"]) .page-hero-copy h1,
  body:not([data-page="home"]) .page-hero-copy h1.is-short,
  body:not([data-page="home"]) .page-hero-copy h1.is-medium,
  body:not([data-page="home"]) .page-hero-copy h1.is-long {
    max-width: none;
    font-size: clamp(2.1rem, 10vw, 2.75rem);
    line-height: 1.07;
  }

  body:not([data-page="home"]) .page-hero-copy .page-hero-lead {
    font-size: 0.94rem;
    line-height: 1.68;
  }

  body:not([data-page="home"]) .page-hero-actions {
    width: 100%;
    margin-top: 24px;
  }

  body:not([data-page="home"]) .page-hero-actions .btn {
    width: 100%;
  }

  body:not([data-page="home"]) .page-hero-image img {
    height: 245px;
    border-radius: 22px 22px 60px 22px;
  }

  body:not([data-page="home"]) .page-hero-image::before {
    display: none;
  }
}
