:root {
  color-scheme: light;
  --ink: #111329;
  --muted: #5e6278;
  --paper: #fbf8f1;
  --paper-strong: #fffdf8;
  --line: rgba(17, 19, 41, 0.12);
  --navy: #121027;
  --plum: #412044;
  --teal: #0d8c91;
  --cyan: #41d8d2;
  --gold: #f4c76f;
  --warm: #f2e7d6;
  --shadow: 0 28px 80px rgba(17, 19, 41, 0.16);
  --radius: 8px;
  --max: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Refinamento editorial: atendimento, especialistas, comunidade e encerramento */
#atendimentos h2 {
  max-width: 660px;
  font-size: clamp(2.75rem, 4.15vw, 4.35rem);
  line-height: 0.98;
}

.care-visual {
  min-height: 560px;
  padding: 14px;
  isolation: isolate;
  border-color: rgba(13, 140, 145, 0.24);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(215, 244, 240, 0.72));
  box-shadow:
    0 30px 80px rgba(17, 19, 41, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.care-visual img {
  border-radius: calc(var(--radius) - 6px);
  object-position: 50% 42%;
}

.care-visual-label {
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 30px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(18, 16, 39, 0.78);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.care-visual figcaption {
  position: absolute;
  z-index: 3;
  right: 34px;
  bottom: 34px;
  left: 34px;
  display: grid;
  gap: 5px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: linear-gradient(120deg, rgba(18, 16, 39, 0.9), rgba(10, 63, 72, 0.88));
  color: #fff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.care-visual figcaption strong {
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2vw, 1.85rem);
}

.care-visual figcaption span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
}

#especialistas h2 {
  max-width: 680px;
  font-size: clamp(2.7rem, 4vw, 4.2rem);
  line-height: 0.98;
}

.experts-gallery {
  position: relative;
  min-height: 620px;
  margin: 0;
  isolation: isolate;
}

.experts-gallery::before {
  content: "";
  position: absolute;
  inset: 8% 4% 8% 8%;
  z-index: -1;
  border: 1px solid rgba(13, 140, 145, 0.2);
  border-radius: 48% 52% 46% 54% / 40% 44% 56% 60%;
  background: linear-gradient(145deg, rgba(65, 216, 210, 0.17), rgba(244, 199, 111, 0.15));
}

.experts-photo {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(17, 19, 41, 0.12);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 26px 74px rgba(17, 19, 41, 0.17);
}

.experts-photo img {
  width: 100%;
  height: 100%;
  display: block;
}

.experts-photo-main {
  top: 2%;
  left: 1%;
  width: 72%;
  height: 72%;
  padding: 12px;
  transform: rotate(-1.5deg);
}

.experts-photo-main img {
  object-fit: contain;
  border-radius: calc(var(--radius) - 6px);
}

.experts-photo-detail {
  right: 1%;
  bottom: 3%;
  width: 52%;
  height: 64%;
  padding: 9px;
  transform: rotate(1.8deg);
}

.experts-photo-detail img {
  object-fit: cover;
  object-position: 50% 28%;
  border-radius: calc(var(--radius) - 6px);
}

.experts-gallery figcaption {
  position: absolute;
  z-index: 4;
  right: 8%;
  bottom: 4%;
  left: 10%;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 17px 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: linear-gradient(120deg, rgba(18, 16, 39, 0.94), rgba(20, 74, 82, 0.92));
  color: #fff;
  box-shadow: 0 18px 46px rgba(17, 19, 41, 0.28);
  backdrop-filter: blur(12px);
}

.experts-gallery figcaption img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex: 0 0 auto;
}

.experts-gallery figcaption span,
.experts-gallery figcaption strong {
  display: block;
}

.experts-gallery figcaption strong {
  margin-bottom: 3px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.15rem;
}

.experts-gallery figcaption span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
}

.bio-grid article {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  padding: 28px 24px 24px;
  border-color: rgba(13, 140, 145, 0.2);
}

.bio-grid article::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -54px;
  width: 150px;
  aspect-ratio: 1;
  border: 1px solid rgba(13, 140, 145, 0.12);
  border-radius: 50%;
}

.bio-grid article:nth-child(2) {
  border-color: rgba(244, 199, 111, 0.32);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(255, 242, 211, 0.58));
}

.bio-number {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 900;
}

.bio-grid h3 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}

.bio-grid p {
  margin-bottom: 18px;
  font-size: 0.94rem;
  line-height: 1.55;
}

.bio-grid small {
  display: block;
  padding-top: 14px;
  border-top: 1px solid rgba(17, 19, 41, 0.1);
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

#comunidade h2 {
  max-width: 620px;
  font-size: clamp(2.8rem, 4.3vw, 4.6rem);
  line-height: 0.98;
}

.community-layout {
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
}

.community-visual {
  max-width: 470px;
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: 148px 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.12), rgba(65, 216, 210, 0.08));
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.18);
}

.community-visual img {
  width: 148px;
  height: 148px;
  object-fit: cover;
}

.community-visual figcaption {
  padding: 20px;
}

.community-visual strong,
.community-visual span {
  display: block;
}

.community-visual strong {
  margin-bottom: 7px;
  color: #fff;
  font-family: var(--serif);
  font-size: 1.18rem;
}

.community-visual span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}

.community-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.community-links a {
  min-height: 148px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 22px;
}

.community-link-mark {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(65, 216, 210, 0.14);
  color: var(--aqua);
  font-size: 0.76rem;
  font-weight: 900;
}

.community-links a > span:last-child,
.community-links a strong,
.community-links a small {
  display: block;
}

.community-links a strong {
  color: #fff;
  line-height: 1.2;
}

.community-links a small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  line-height: 1.45;
}

#contato {
  color: #fff;
  background:
    radial-gradient(circle at 12% 20%, rgba(65, 216, 210, 0.2), transparent 30%),
    radial-gradient(circle at 90% 76%, rgba(244, 199, 111, 0.18), transparent 28%),
    linear-gradient(135deg, #111027 0%, #20143d 52%, #123a43 100%);
}

#contato::before {
  width: min(440px, 42vw);
  opacity: 0.055;
}

#contato h2 {
  max-width: 620px;
  color: #fff;
  font-size: clamp(2.7rem, 4.25vw, 4.55rem);
  line-height: 0.98;
}

#contato p {
  color: rgba(255, 255, 255, 0.72);
}

.contact {
  grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
  gap: clamp(44px, 6vw, 84px);
}

.contact-brand {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  padding: 10px 16px 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.contact-brand img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.24));
}

.contact-brand span,
.contact-brand strong,
.contact-brand small {
  display: block;
}

.contact-brand strong {
  color: #fff;
  font-family: var(--serif);
  font-size: 1.3rem;
}

.contact-brand small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.62);
}

.contact-values {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.contact-values span {
  padding: 9px 12px;
  border: 1px solid rgba(65, 216, 210, 0.24);
  border-radius: 999px;
  background: rgba(65, 216, 210, 0.08);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}

.newsletter-card {
  padding: clamp(26px, 4vw, 44px);
  border-color: rgba(65, 216, 210, 0.24);
  background:
    radial-gradient(circle at 100% 0%, rgba(65, 216, 210, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(244, 249, 246, 0.96));
  color: var(--ink);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.26);
}

.newsletter-card h3 {
  max-width: 560px;
  margin: 8px 0 4px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3vw, 2.65rem);
  line-height: 1.02;
}

.newsletter-card > p {
  margin: 0 0 8px;
  color: var(--muted) !important;
  font-size: 0.96rem;
}

.newsletter-label {
  color: var(--teal);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.newsletter-form {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.newsletter-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.newsletter-form label:not(.newsletter-consent) {
  display: grid;
  gap: 7px;
}

.newsletter-form label > span {
  color: #37435a;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.newsletter-form input[type="text"],
.newsletter-form input[type="email"],
.newsletter-form input[type="tel"] {
  width: 100%;
  min-height: 50px;
  padding: 0 15px;
  border: 1px solid rgba(17, 19, 41, 0.15);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.newsletter-form input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(65, 216, 210, 0.12);
}

.newsletter-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  align-items: start;
}

.newsletter-consent input {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  accent-color: var(--teal);
}

.newsletter-consent span {
  color: var(--muted) !important;
  font-size: 0.74rem !important;
  line-height: 1.45;
  text-transform: none !important;
}

.newsletter-form .button {
  width: 100%;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.newsletter-status {
  min-height: 20px;
  margin: 0;
  color: var(--muted) !important;
  font-size: 0.8rem !important;
  font-weight: 800;
}

.newsletter-status.is-success {
  color: #087b67 !important;
}

.newsletter-status.is-error {
  color: #a63d3d !important;
}

.newsletter-whatsapp {
  width: fit-content;
  margin-top: 4px;
  color: var(--teal) !important;
  font-size: 0.82rem;
  font-weight: 900;
}

.site-footer {
  background: #0f1024;
  color: rgba(255, 255, 255, 0.58);
}

.site-footer strong,
.site-footer a {
  color: #fff;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

@media (max-width: 1020px) {
  .experts-gallery {
    width: min(100%, 640px);
    min-height: 590px;
    margin-inline: auto;
  }

  .community-layout,
  .contact {
    grid-template-columns: 1fr;
  }

  .community-copy {
    max-width: 720px;
  }

  .community-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  #atendimentos h2,
  #especialistas h2,
  #comunidade h2,
  #contato h2 {
    font-size: clamp(2.25rem, 11vw, 3.25rem);
  }

  .care-visual {
    min-height: 430px;
    aspect-ratio: 4 / 5;
    padding: 9px;
  }

  .care-visual-label {
    top: 20px;
    left: 20px;
  }

  .care-visual figcaption {
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding: 16px;
  }

  .experts-gallery {
    min-height: 500px;
  }

  .experts-photo-main {
    width: 76%;
    height: 66%;
  }

  .experts-photo-detail {
    width: 58%;
    height: 60%;
  }

  .experts-gallery figcaption {
    right: 3%;
    bottom: 1%;
    left: 3%;
    padding: 14px;
  }

  .bio-grid {
    grid-template-columns: 1fr;
  }

  .bio-grid article {
    min-height: auto;
  }

  .community-visual {
    grid-template-columns: 112px 1fr;
  }

  .community-visual img {
    width: 112px;
    height: 112px;
  }

  .community-links {
    grid-template-columns: 1fr;
  }

  .community-links a {
    min-height: 116px;
  }

  .contact {
    gap: 34px;
  }

  .contact-brand {
    border-radius: var(--radius);
  }

  .newsletter-form-row {
    grid-template-columns: 1fr;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section,
.project-card {
  scroll-margin-top: 112px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 4%, rgba(65, 216, 210, 0.14), transparent 26%),
    radial-gradient(circle at 94% 18%, rgba(244, 199, 111, 0.14), transparent 24%),
    var(--paper);
  font-size: 16px;
  line-height: 1.6;
}

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

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

.site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  width: min(var(--max), calc(100% - 32px));
  min-height: 72px;
  margin: 14px auto -86px;
  padding: 10px 12px 10px 18px;
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(18, 16, 39, 0.9);
  color: #fff;
  box-shadow: 0 20px 60px rgba(10, 8, 28, 0.2);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 220px;
}

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

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
}

.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  font-weight: 750;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--gold));
  opacity: 0;
  transform: scaleX(0.32);
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-nav a:hover {
  color: #fff;
}

.site-nav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: var(--radius);
  font-weight: 850;
  letter-spacing: 0;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.header-cta {
  border-radius: 999px;
  background: linear-gradient(135deg, #ffe3a2, #f4c76f);
  color: #111329;
  white-space: nowrap;
  box-shadow: 0 16px 34px rgba(244, 199, 111, 0.22);
}

.menu-button {
  display: none;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: 760px;
  padding: 142px max(24px, calc((100vw - var(--max)) / 2)) 104px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.74fr);
  gap: 46px;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 46%, rgba(65, 216, 210, 0.16), transparent 28%),
    radial-gradient(circle at 17% 76%, rgba(244, 199, 111, 0.12), transparent 24%),
    linear-gradient(112deg, rgba(12, 10, 31, 0.98) 0%, rgba(18, 16, 39, 0.92) 44%, rgba(18, 16, 39, 0.76) 100%),
    linear-gradient(150deg, rgba(13, 140, 145, 0.2), rgba(244, 199, 111, 0.12) 54%, rgba(65, 32, 68, 0.38)),
    var(--navy);
  color: #fff;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.hero::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 16, 39, 0.96) 0%, rgba(18, 16, 39, 0.84) 42%, rgba(18, 16, 39, 0.42) 100%),
    url("assets/home/jose-rosana-hero.webp") right center / min(760px, 54vw) auto no-repeat;
  opacity: 0.32;
  filter: saturate(1.08);
}

.hero::after {
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0%, rgba(65, 216, 210, 0.06) 42%, transparent 62%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.038) 0 1px, transparent 1px 118px);
  mix-blend-mode: screen;
  opacity: 0.76;
  animation: heroLightSweep 13s ease-in-out infinite alternate;
}

.hero-logo-mark {
  position: absolute;
  left: clamp(20px, 4vw, 82px);
  top: 50%;
  z-index: 1;
  width: clamp(230px, 25vw, 470px);
  height: auto;
  opacity: 0.14;
  transform: translateY(-48%) rotate(-7deg);
  filter: drop-shadow(0 28px 80px rgba(65, 216, 210, 0.18)) saturate(1.18);
  mix-blend-mode: screen;
  pointer-events: none;
  user-select: none;
}

.hero > :not(.hero-logo-mark) {
  position: relative;
  z-index: 2;
}

.hero-copy {
  position: relative;
  max-width: 680px;
}

.hero-brand-chip {
  width: fit-content;
  margin-bottom: 22px;
  padding: 10px 14px 10px 10px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(65, 216, 210, 0.24);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(18, 16, 39, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 18px 48px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
}

.hero-brand-chip img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  border-radius: 50%;
  filter: drop-shadow(0 10px 22px rgba(65, 216, 210, 0.28));
  mix-blend-mode: screen;
}

.hero-brand-chip span,
.hero-brand-chip strong,
.hero-brand-chip small {
  display: block;
}

.hero-brand-chip strong {
  color: #fff;
  font-size: 0.94rem;
  line-height: 1.1;
}

.hero-brand-chip small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.76rem;
  line-height: 1.2;
}

.hero-copy::before {
  content: "AMPARAR";
  position: absolute;
  left: -10px;
  top: -58px;
  z-index: -1;
  color: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 6.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  opacity: 0.16;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.34);
  text-stroke: 1px rgba(255, 255, 255, 0.34);
}

.hero-title {
  position: relative;
  max-width: 620px;
  margin-bottom: 24px;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.25);
}

.hero-title span {
  display: block;
}

.hero-title::after {
  content: "";
  display: block;
  width: 142px;
  height: 3px;
  margin-top: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--gold));
}

.kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: 0.95;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 4.5vw, 4.8rem);
  line-height: 1;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
  line-height: 1.2;
}

.hero p,
.section-heading p,
.split-copy p,
.community-layout p,
.contact p {
  color: var(--muted);
  font-size: 1.08rem;
}

.hero p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.82);
}

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

.button-primary {
  background: linear-gradient(135deg, #ffe2a0, #f2c469);
  color: #111329;
  box-shadow:
    0 16px 34px rgba(244, 199, 111, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.44);
}

.button-primary:hover {
  box-shadow: 0 20px 44px rgba(244, 199, 111, 0.28);
}

.button-secondary {
  border: 1px solid rgba(13, 140, 145, 0.45);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(65, 216, 210, 0.045));
  color: inherit;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 30px rgba(13, 140, 145, 0.12);
}

.button-secondary:hover {
  border-color: rgba(65, 216, 210, 0.72);
  background: rgba(65, 216, 210, 0.1);
}

.hero-study-links {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 690px;
  margin: 38px 0 0;
}

.hero-study-links a {
  position: relative;
  min-height: 126px;
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.045));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 44px rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hero-study-links a::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--gold), transparent);
  opacity: 0.7;
}

.hero-study-links a:hover {
  transform: translateY(-3px);
  border-color: rgba(65, 216, 210, 0.34);
  background:
    linear-gradient(145deg, rgba(65, 216, 210, 0.14), rgba(255, 255, 255, 0.055));
}

.hero-study-links span {
  color: var(--cyan);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-study-links strong {
  margin-top: 8px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
  font-weight: 900;
  line-height: 1.08;
}

.hero-study-links small {
  margin-top: auto;
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  line-height: 1.35;
}

.hero-image {
  position: relative;
  margin: 0;
  justify-self: end;
  width: min(100%, 520px);
  min-height: 540px;
  max-height: 620px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.35),
    0 0 0 12px rgba(255, 255, 255, 0.035);
}

.hero-image::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: calc(var(--radius) - 2px);
  pointer-events: none;
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 16, 39, 0.02), rgba(18, 16, 39, 0.62)),
    linear-gradient(90deg, rgba(65, 216, 210, 0.12), transparent 40%);
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(1.04) contrast(1.04);
}

.hero-image figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(18, 16, 39, 0.84), rgba(65, 32, 68, 0.62));
  backdrop-filter: blur(14px);
}

.hero-image figcaption strong,
.hero-image figcaption span {
  display: block;
}

.hero-image figcaption span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

@keyframes heroLightSweep {
  from {
    background-position: -120px 0, 0 0;
  }

  to {
    background-position: 120px 0, 36px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero::after {
    animation: none;
  }
}

.hero-transition {
  position: relative;
  z-index: 2;
  height: 34px;
  margin-top: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 0%, rgba(65, 216, 210, 0.08) 38%, rgba(255, 250, 241, 0.54) 72%, rgba(241, 231, 217, 0.98) 100%),
    linear-gradient(90deg, rgba(65, 216, 210, 0.22), rgba(255, 250, 241, 0.64) 46%, rgba(244, 199, 111, 0.22));
}

.hero-transition::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse at 10% 100%, rgba(65, 216, 210, 0.26), transparent 42%),
    radial-gradient(ellipse at 78% 96%, rgba(244, 199, 111, 0.22), transparent 44%),
    linear-gradient(90deg, rgba(65, 216, 210, 0.22), transparent 30%, rgba(244, 199, 111, 0.18) 74%, transparent),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 96px);
  opacity: 0.58;
}

.hero-transition::after {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  bottom: -18px;
  z-index: 0;
  height: 64px;
  background: linear-gradient(90deg, rgba(65, 216, 210, 0.2), rgba(255, 250, 241, 0.78) 48%, rgba(244, 199, 111, 0.22));
  filter: blur(18px);
  opacity: 0.78;
}

.hero-transition svg {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  filter:
    drop-shadow(0 -20px 42px rgba(65, 216, 210, 0.14))
    drop-shadow(0 12px 30px rgba(244, 199, 111, 0.12));
}

.hero-transition-fill {
  fill: url(#heroTransitionFill);
}

.hero-transition-line {
  fill: none;
  stroke: url(#heroTransitionLine);
  stroke-width: 3;
  stroke-linecap: round;
  opacity: 0.92;
}

.intro-band {
  position: relative;
  padding: 24px max(24px, calc((100vw - var(--max)) / 2)) 38px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(18, 16, 39, 0.06), transparent 110px),
    linear-gradient(118deg, rgba(65, 216, 210, 0.2), transparent 34%),
    linear-gradient(298deg, rgba(244, 199, 111, 0.2), transparent 36%),
    linear-gradient(135deg, #f7fbf7 0%, #fffaf1 45%, #f1e7d9 100%);
  border-bottom: 1px solid rgba(17, 19, 41, 0.1);
}

.intro-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.42) 36%, transparent 64%),
    linear-gradient(rgba(17, 19, 41, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 19, 41, 0.026) 1px, transparent 1px);
  background-size: auto, 84px 84px, 84px 84px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.28) 78%, transparent);
  opacity: 0.92;
  pointer-events: none;
}

.intro-band::after {
  content: "";
  position: absolute;
  right: max(20px, calc((100vw - var(--max)) / 2 - 60px));
  top: 48px;
  width: clamp(210px, 24vw, 380px);
  height: clamp(210px, 24vw, 380px);
  background: url("assets/livro/logo-amparar.webp") center / contain no-repeat;
  filter: blur(1px) saturate(1.15);
  opacity: 0.04;
  transform: rotate(-8deg);
  pointer-events: none;
}

.intro-panel {
  position: relative;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: clamp(28px, 4vw, 44px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  gap: clamp(26px, 4vw, 48px);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(13, 140, 145, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 241, 0.82)),
    linear-gradient(145deg, rgba(65, 216, 210, 0.08), rgba(244, 199, 111, 0.08)),
    var(--paper-strong);
  box-shadow:
    0 34px 94px rgba(17, 19, 41, 0.12),
    0 18px 44px rgba(13, 140, 145, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
}

.intro-panel::before,
.intro-panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.intro-panel::before {
  right: 0;
  top: 0;
  width: 48%;
  height: 100%;
  background: linear-gradient(145deg, rgba(65, 216, 210, 0.11), rgba(244, 199, 111, 0.1));
}

.intro-panel::after {
  left: 0;
  bottom: 0;
  width: 42%;
  height: 4px;
  background: linear-gradient(90deg, var(--cyan), var(--gold), transparent);
}

.intro-logo-mark {
  position: absolute;
  right: clamp(8px, 4vw, 52px);
  bottom: -92px;
  z-index: 0;
  width: clamp(260px, 24vw, 420px);
  height: auto;
  opacity: 0.08;
  filter: saturate(1.2) drop-shadow(0 24px 80px rgba(65, 216, 210, 0.14));
  mix-blend-mode: multiply;
  pointer-events: none;
  user-select: none;
}

.intro-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
}

.intro-copy h2 {
  max-width: 620px;
  margin-bottom: 14px;
  font-size: clamp(2.5rem, 4.2vw, 4.15rem);
}

.intro-copy p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.intro-values {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.intro-values span {
  min-height: 38px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(13, 140, 145, 0.18);
  border-radius: 999px;
  background: rgba(233, 251, 247, 0.76);
  color: #19464b;
  font-size: 0.78rem;
  font-weight: 850;
}

.intro-values span::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--gold));
  box-shadow: 0 0 0 4px rgba(65, 216, 210, 0.1);
}

.intro-side {
  position: relative;
  z-index: 1;
  min-height: 390px;
  display: grid;
  align-items: center;
}

.intro-photo {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--radius);
  background: #132f35;
  box-shadow:
    0 24px 70px rgba(17, 19, 41, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.intro-photo::before,
.intro-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.intro-photo::before {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(18, 16, 39, 0.06) 0%, transparent 42%, rgba(18, 16, 39, 0.52) 100%),
    linear-gradient(90deg, rgba(13, 140, 145, 0.12), transparent 58%);
}

.intro-photo::after {
  z-index: 2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.038) 1px, transparent 1px);
  background-size: 68px 68px;
  mix-blend-mode: screen;
  opacity: 0.7;
}

.intro-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  filter: saturate(1.04) contrast(1.03);
}

.intro-photo-label {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  min-height: 34px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(18, 16, 39, 0.72);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.intro-photo figcaption {
  position: absolute;
  left: 18px;
  right: auto;
  bottom: 18px;
  z-index: 3;
  width: min(76%, 460px);
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(18, 16, 39, 0.82), rgba(13, 70, 77, 0.62));
  color: #fff;
  backdrop-filter: blur(12px);
}

.intro-photo figcaption strong,
.intro-photo figcaption span {
  display: block;
}

.intro-photo figcaption span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  line-height: 1.4;
}

.intro-highlights {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 500px);
  margin-left: auto;
  padding: 24px;
}

.intro-highlights a {
  position: relative;
  min-height: 132px;
  padding: 20px;
  display: grid;
  align-content: space-between;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(227, 253, 249, 0.78));
  color: #24263d;
  box-shadow:
    0 18px 42px rgba(7, 8, 26, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(10px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.intro-highlights a::before {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 199, 111, 0.22), transparent 66%);
}

.intro-highlights a::after {
  content: "";
  position: absolute;
  inset: auto 18px 14px auto;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
  opacity: 0.6;
}

.intro-highlights a:hover {
  transform: translateY(-4px);
  border-color: rgba(13, 140, 145, 0.42);
  box-shadow: 0 24px 54px rgba(13, 140, 145, 0.18);
}

.intro-highlights strong {
  color: var(--teal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
  line-height: 1;
}

.intro-highlights span {
  font-weight: 850;
  line-height: 1.25;
}

.intro-highlights small {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.section {
  padding: 88px max(24px, calc((100vw - var(--max)) / 2));
}

.section-light {
  background: var(--paper);
}

#caminhos {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(112deg, rgba(65, 216, 210, 0.16), transparent 30%),
    linear-gradient(292deg, rgba(244, 199, 111, 0.16), transparent 30%),
    linear-gradient(115deg, rgba(229, 250, 246, 0.94) 0%, rgba(255, 250, 241, 0.98) 44%, rgba(241, 231, 217, 1) 100%);
  padding-top: 72px;
  padding-bottom: 80px;
}

#caminhos::before {
  content: "";
  position: absolute;
  top: 58px;
  right: max(18px, calc((100vw - var(--max)) / 2 - 72px));
  width: clamp(230px, 30vw, 430px);
  aspect-ratio: 1;
  background: url("assets/livro/logo-amparar.webp") center / contain no-repeat;
  opacity: 0.08;
  filter: blur(2px) saturate(1.2);
  transform: rotate(-8deg);
  pointer-events: none;
}

#caminhos::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.55), transparent 36%, rgba(65, 216, 210, 0.08) 74%, transparent),
    linear-gradient(rgba(17, 19, 41, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 19, 41, 0.022) 1px, transparent 1px);
  background-size: auto, 96px 96px, 96px 96px;
  mask-image: linear-gradient(180deg, transparent, #000 14%, #000 88%, transparent);
  opacity: 0.84;
  pointer-events: none;
}

#caminhos > * {
  position: relative;
  z-index: 1;
}

#caminhos .section-heading {
  max-width: 900px;
  margin-bottom: 36px;
}

#caminhos .section-heading h2 {
  max-width: 780px;
  color: #111329;
}

#caminhos .section-heading p {
  max-width: 760px;
  color: #49536a;
}

.section-dark {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, #111027 0%, #26174b 52%, #153944 100%);
  color: #fff;
}

.section-warm {
  background: linear-gradient(180deg, #f9f1e4, #fff8ed);
}

.section-dark .section-heading p,
.section-dark p {
  color: rgba(255, 255, 255, 0.76);
}

.section-heading {
  max-width: 800px;
  margin-bottom: 44px;
}

.path-grid,
.project-grid,
.thoughts-preview,
.bio-grid {
  display: grid;
  gap: 18px;
}

.path-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.path-card,
.project-card,
.thoughts-preview article,
.bio-grid article,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-strong);
}

.path-card {
  --card-accent: var(--teal);
  --card-accent-2: var(--cyan);
  --card-glow: rgba(65, 216, 210, 0.18);
  --card-media: linear-gradient(135deg, rgba(65, 216, 210, 0.18), rgba(255, 250, 241, 0.88));
  --card-button: linear-gradient(135deg, #ffe3a2, #f4c76f);
  position: relative;
  min-height: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  border-color: rgba(17, 19, 41, 0.12);
  border-top: 4px solid var(--card-accent);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 241, 0.9)),
    var(--paper-strong);
  overflow: hidden;
  box-shadow:
    0 22px 58px rgba(17, 19, 41, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  isolation: isolate;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.path-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, var(--card-glow), transparent 46%),
    linear-gradient(180deg, transparent 58%, rgba(255, 255, 255, 0.42));
  opacity: 0.95;
}

.path-card::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -82px;
  z-index: -1;
  width: 190px;
  aspect-ratio: 1;
  background: url("assets/livro/logo-amparar.webp") center / contain no-repeat;
  filter: blur(1px);
  opacity: 0.045;
  transform: rotate(-10deg);
  pointer-events: none;
}

.path-care {
  --card-accent: #0d8c91;
  --card-accent-2: #41d8d2;
  --card-glow: rgba(65, 216, 210, 0.22);
  --card-media: linear-gradient(135deg, rgba(65, 216, 210, 0.22), rgba(255, 250, 241, 0.8));
}

.path-club {
  --card-accent: #5d61d8;
  --card-accent-2: #41d8d2;
  --card-glow: rgba(93, 97, 216, 0.2);
  --card-media: linear-gradient(135deg, rgba(93, 97, 216, 0.2), rgba(65, 216, 210, 0.16), rgba(255, 250, 241, 0.84));
}

.path-books {
  --card-accent: #b6741d;
  --card-accent-2: #0d8c91;
  --card-glow: rgba(244, 199, 111, 0.26);
  --card-media: linear-gradient(135deg, rgba(255, 226, 160, 0.42), rgba(231, 251, 247, 0.82));
}

.path-community {
  --card-accent: #6a57d8;
  --card-accent-2: #41d8d2;
  --card-glow: rgba(106, 87, 216, 0.22);
  --card-media: linear-gradient(135deg, rgba(106, 87, 216, 0.28), rgba(65, 216, 210, 0.16), rgba(255, 250, 241, 0.82));
}

.path-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--card-accent), white 48%);
  box-shadow:
    0 28px 68px rgba(17, 19, 41, 0.16),
    0 0 0 1px color-mix(in srgb, var(--card-accent), white 72%);
}

.path-card-media {
  position: relative;
  height: 230px;
  overflow: hidden;
  background: var(--card-media);
  isolation: isolate;
}

.path-card-media::before,
.path-card-media::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.path-card-media::before {
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, #000, transparent 88%);
}

.path-card-media::after {
  inset: auto 0 0;
  z-index: 2;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(17, 19, 41, 0.12));
}

.path-card-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease, filter 240ms ease;
}

.path-card-index {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(18, 16, 39, 0.74);
  color: #fff !important;
  font-family: Georgia, serif;
  font-size: 0.85rem !important;
  font-weight: 900;
  letter-spacing: 0 !important;
  box-shadow: 0 12px 28px rgba(17, 19, 41, 0.18);
  backdrop-filter: blur(10px);
}

.path-books .path-card-media img,
.path-club .path-card-media img {
  object-fit: contain;
  padding: 22px 42px;
  filter: drop-shadow(0 18px 20px rgba(17, 19, 41, 0.18));
}

.path-community .path-card-media::before {
  background:
    linear-gradient(90deg, rgba(18, 16, 39, 0.52), rgba(18, 16, 39, 0.14)),
    url("assets/home/dialogos-bert-hellinger.webp") center / cover no-repeat;
  filter: blur(10px);
  transform: scale(1.08);
  opacity: 0.72;
  mask-image: none;
}

.path-community .path-card-media img {
  object-fit: contain;
  padding: 16px;
  filter: drop-shadow(0 18px 22px rgba(17, 19, 41, 0.28));
}

.path-care .path-card-media img {
  object-position: center 36%;
}

.path-card-body {
  min-height: 0;
  padding: 24px;
  display: flex;
  flex: 1;
  flex-direction: column;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.32), transparent),
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 250, 241, 0.36));
}

.path-club .path-card-body {
  background: linear-gradient(150deg, rgba(235, 234, 255, 0.96), rgba(255, 255, 255, 0.86));
}

.path-books .path-card-body {
  background: linear-gradient(150deg, rgba(255, 247, 225, 0.96), rgba(255, 255, 255, 0.88));
}

.path-community .path-card-body {
  background: linear-gradient(150deg, rgba(241, 237, 255, 0.96), rgba(234, 252, 249, 0.88));
}

.path-care .path-card-body {
  background: linear-gradient(150deg, rgba(231, 251, 247, 0.96), rgba(255, 255, 255, 0.88));
}

.path-destination {
  width: fit-content;
  margin-top: 14px;
  padding: 7px 10px;
  border-left: 2px solid var(--card-accent);
  background: color-mix(in srgb, var(--card-accent), white 92%);
  color: color-mix(in srgb, var(--card-accent), #111329 48%);
  font-size: 0.73rem;
  font-weight: 850;
  line-height: 1.35;
}

.path-card-body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.path-card-body li {
  padding: 6px 8px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--card-accent), white 88%);
  color: color-mix(in srgb, var(--card-accent), #111329 44%);
  font-size: 0.76rem;
  font-weight: 850;
}

.path-card-body strong {
  width: fit-content;
  min-height: 42px;
  margin-top: auto;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--card-accent), white 58%);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent),
    var(--card-button);
  color: var(--ink);
  font-size: 0.88rem;
  box-shadow: 0 12px 28px color-mix(in srgb, var(--card-accent), transparent 78%);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.path-card:hover .path-card-media img {
  transform: scale(1.015);
  filter: saturate(1.06) contrast(1.04);
}

.path-club:hover .path-card-media img,
.path-books:hover .path-card-media img,
.path-community:hover .path-card-media img {
  filter: saturate(1.06) contrast(1.04) drop-shadow(0 20px 24px rgba(17, 19, 41, 0.22));
}

.path-card:hover .path-card-body strong {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px color-mix(in srgb, var(--card-accent), transparent 70%);
}

.path-club .path-card-body strong,
.path-community .path-card-body strong {
  --card-button: linear-gradient(135deg, color-mix(in srgb, var(--card-accent), white 26%), color-mix(in srgb, var(--card-accent-2), white 12%));
  color: #fff;
}

.path-books .path-card-body strong {
  --card-button: linear-gradient(135deg, #ffe2a0, #f4c76f);
}

.path-card span {
  color: var(--card-accent);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tag {
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.path-card h3 {
  color: color-mix(in srgb, var(--card-accent), #111329 70%);
  font-size: 1.27rem;
  line-height: 1.15;
}

.path-card-body p {
  margin-top: 12px;
  font-size: 0.94rem;
  line-height: 1.5;
}

.path-card:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--card-accent), white 18%);
  outline-offset: 4px;
}

.path-card p,
.project-card p,
.thoughts-preview p,
.bio-grid p {
  color: var(--muted);
}

.path-card.accent {
  background: #102f35;
  color: #fff;
}

.path-card.accent p,
.path-card.deep p {
  color: rgba(255, 255, 255, 0.76);
}

.path-card.deep {
  background: #3c1f3f;
  color: #fff;
}

.project-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

#projetos {
  background:
    radial-gradient(circle at 10% 18%, rgba(65, 216, 210, 0.2), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(244, 199, 111, 0.18), transparent 28%),
    linear-gradient(138deg, #111027 0%, #21134b 48%, #0f3442 100%);
}

#projetos::before,
#projetos::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

#projetos::before {
  right: max(24px, calc((100vw - var(--max)) / 2 - 120px));
  top: 64px;
  width: min(440px, 38vw);
  aspect-ratio: 1;
  background: url("assets/livro/logo-amparar.webp") center / contain no-repeat;
  opacity: 0.045;
  filter: blur(1px) saturate(1.25);
  transform: rotate(8deg);
}

#projetos::after {
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 86%, transparent);
  opacity: 0.46;
}

#projetos > * {
  position: relative;
  z-index: 1;
}

#projetos .section-heading {
  max-width: 900px;
}

.project-card {
  --project-accent: var(--teal);
  --project-accent-2: var(--gold);
  min-height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  color: #fff;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.15);
  background:
    radial-gradient(circle at 84% 0%, color-mix(in srgb, var(--project-accent), transparent 74%), transparent 34%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(10, 10, 31, 0.76);
  box-shadow:
    0 26px 72px rgba(5, 6, 24, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease;
  isolation: isolate;
}

.project-card:nth-child(1) {
  --project-accent: #5d61d8;
  --project-accent-2: #41d8d2;
}

.project-card:nth-child(2) {
  --project-accent: #d78f2f;
  --project-accent-2: #41d8d2;
}

.project-card:nth-child(3) {
  --project-accent: #9f513e;
  --project-accent-2: #f4c76f;
}

.project-card::before {
  content: "";
  height: 4px;
  background: linear-gradient(90deg, var(--project-accent), var(--project-accent-2));
}

.project-card:hover {
  transform: translateY(-5px);
  box-shadow:
    0 34px 84px rgba(5, 6, 24, 0.38),
    0 0 0 1px color-mix(in srgb, var(--project-accent), white 52%);
}

.section-dark .project-card {
  border-color: rgba(255, 255, 255, 0.15);
  background:
    radial-gradient(circle at 84% 0%, color-mix(in srgb, var(--project-accent), transparent 74%), transparent 34%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(10, 10, 31, 0.76);
}

.project-media {
  margin: 0;
  padding: 16px;
  height: 246px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 14%, color-mix(in srgb, var(--project-accent-2), transparent 74%), transparent 38%),
    linear-gradient(135deg, color-mix(in srgb, var(--project-accent), #101027 58%), #12142e);
}

.project-media-dark {
  padding: 0;
  background: linear-gradient(135deg, #0e1026, #173d45);
}

.project-media-contain {
  padding: 18px;
  background:
    radial-gradient(circle at 68% 20%, rgba(65, 216, 210, 0.22), transparent 40%),
    linear-gradient(135deg, #372737, #123b43);
}

.project-media img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
  background: transparent;
}

.project-media-contain img,
.project-media-dark img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.project-media-dark img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}

.project-media-contain img {
  width: auto;
  height: auto;
  max-width: 96%;
  max-height: 210px;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.32));
}

.project-body {
  padding: 24px;
  display: flex;
  flex: 1;
  flex-direction: column;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    rgba(7, 8, 25, 0.38);
}

.project-body h3 {
  min-height: 84px;
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(1.28rem, 1.8vw, 1.62rem);
  line-height: 1.08;
}

.project-body .tag {
  color: var(--project-accent-2);
}

.section-dark .project-card p,
.project-card p {
  color: rgba(255, 255, 255, 0.72);
}

.project-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.project-points span {
  padding: 7px 9px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--project-accent-2), transparent 68%);
  background: color-mix(in srgb, var(--project-accent), transparent 76%);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 850;
}

.project-body .text-link {
  margin-top: auto;
  padding-top: 0;
  min-width: 178px;
  margin-top: 24px;
  border-color: color-mix(in srgb, var(--project-accent-2), white 18%);
  background: linear-gradient(135deg, var(--project-accent), var(--project-accent-2));
  color: #fff;
  box-shadow: 0 14px 34px color-mix(in srgb, var(--project-accent), transparent 76%);
}

.project-body .text-link:hover {
  background: linear-gradient(135deg, color-mix(in srgb, var(--project-accent), white 14%), color-mix(in srgb, var(--project-accent-2), white 10%));
  box-shadow: 0 18px 42px color-mix(in srgb, var(--project-accent), transparent 68%);
}

.text-link {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  margin-top: 18px;
  padding: 0 16px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(65, 216, 210, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, #0d8c91, #133c47);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(13, 140, 145, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.text-link:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #109fa5, #0e323e);
  box-shadow: 0 18px 42px rgba(13, 140, 145, 0.25);
}

.ebooks-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 22%, rgba(65, 216, 210, 0.2), transparent 30%),
    radial-gradient(circle at 90% 8%, rgba(244, 199, 111, 0.18), transparent 28%),
    linear-gradient(145deg, #121027 0%, #1b1740 46%, #113847 100%);
  color: #fff;
}

.ebooks-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  opacity: 0.42;
  pointer-events: none;
}

.ebooks-section::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -130px;
  width: min(540px, 52vw);
  aspect-ratio: 1;
  border: 1px solid rgba(65, 216, 210, 0.18);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(65, 216, 210, 0.13), transparent 64%);
  pointer-events: none;
}

.ebooks-section > * {
  position: relative;
  z-index: 1;
}

.ebooks-logo-watermark {
  position: absolute;
  left: -110px;
  top: 62px;
  z-index: 0;
  width: min(460px, 42vw);
  opacity: 0.055;
  filter: blur(1px);
  transform: rotate(-10deg);
  pointer-events: none;
}

.ebooks-heading {
  max-width: 780px;
  margin-bottom: 36px;
}

.ebooks-heading h2 {
  color: #fff;
}

.ebooks-heading p {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.76);
}

.ebooks-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ebook-card {
  --ebook-accent: var(--cyan);
  --ebook-accent-2: var(--gold);
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 26px 70px rgba(6, 8, 24, 0.26);
  backdrop-filter: blur(8px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  isolation: isolate;
}

.ebook-card::before {
  content: "";
  height: 4px;
  background: linear-gradient(90deg, var(--ebook-accent), var(--ebook-accent-2));
}

.ebook-card:hover {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--ebook-accent), #fff 20%);
  box-shadow: 0 34px 88px rgba(6, 8, 24, 0.36);
}

.ebook-card figure {
  position: relative;
  margin: 0;
  padding: 12px;
  min-height: 0;
  height: clamp(154px, 12.4vw, 190px);
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 20%, color-mix(in srgb, var(--ebook-accent), transparent 56%), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
}

.ebook-card figure::after {
  content: "";
  position: absolute;
  inset: auto 14px 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ebook-accent), transparent);
}

.ebook-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border-radius: calc(var(--radius) - 2px);
  object-fit: contain;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.04);
}

.ebook-card-body {
  padding: 22px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.ebook-card-body > span {
  color: var(--ebook-accent);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ebook-card h3 {
  margin: 8px 0 10px;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.05;
}

.ebook-card p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.72);
}

.ebook-meta {
  margin-top: auto;
  padding-top: 10px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.ebook-meta strong {
  color: var(--ebook-accent-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  line-height: 1;
}

.ebook-meta small {
  color: rgba(255, 255, 255, 0.62);
  font-weight: 800;
}

.ebook-button {
  min-height: 44px;
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--ebook-accent), #fff 14%);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ebook-accent), color-mix(in srgb, var(--ebook-accent), #111329 55%));
  color: #fff;
  font-weight: 950;
  box-shadow: 0 16px 34px color-mix(in srgb, var(--ebook-accent), transparent 72%);
}

.ebook-card-lilac {
  --ebook-accent: #8f94ff;
  --ebook-accent-2: #f4c76f;
}

.ebook-card-coral {
  --ebook-accent: #e97961;
  --ebook-accent-2: #ffd37b;
}

.ebook-card-teal {
  --ebook-accent: #41d8d2;
  --ebook-accent-2: #f4c76f;
}

.ebook-card-gold {
  --ebook-accent: #f4c76f;
  --ebook-accent-2: #41d8d2;
}

.split {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 54px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: 0.82fr 1fr;
}

.split-copy {
  max-width: 650px;
}

.split-image {
  margin: 0;
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(17, 19, 41, 0.1);
  box-shadow: var(--shadow);
}

.split-image img {
  width: 100%;
  height: 100%;
  max-height: 650px;
  object-fit: cover;
}

#atendimentos {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 18%, rgba(65, 216, 210, 0.2), transparent 32%),
    radial-gradient(circle at 88% 78%, rgba(244, 199, 111, 0.18), transparent 28%),
    linear-gradient(135deg, #fffdf8 0%, #f5efe4 48%, #e8fbf7 100%);
}

#atendimentos::before {
  content: "";
  position: absolute;
  right: max(12px, calc((100vw - var(--max)) / 2 - 88px));
  bottom: -96px;
  width: min(390px, 36vw);
  aspect-ratio: 1;
  background: url("assets/livro/logo-amparar.webp") center / contain no-repeat;
  opacity: 0.055;
  filter: blur(1px);
  pointer-events: none;
}

#atendimentos::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(17, 19, 41, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 19, 41, 0.022) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 86%, transparent);
  pointer-events: none;
}

#atendimentos > * {
  position: relative;
  z-index: 1;
}

#atendimentos .split-copy {
  padding: clamp(22px, 3vw, 38px);
  border: 1px solid rgba(13, 140, 145, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 24px 70px rgba(17, 19, 41, 0.08);
  backdrop-filter: blur(12px);
}

#atendimentos .split-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 48%, rgba(18, 16, 39, 0.22)),
    linear-gradient(90deg, rgba(65, 216, 210, 0.16), transparent 42%);
  pointer-events: none;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0 18px;
}

.service-detail-grid article {
  min-height: 188px;
  padding: 18px;
  border: 1px solid rgba(13, 140, 145, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(229, 250, 246, 0.66));
  box-shadow:
    0 16px 38px rgba(17, 19, 41, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.service-detail-grid article:nth-child(2) {
  border-color: rgba(244, 199, 111, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 244, 216, 0.68));
}

.service-detail-grid span {
  color: var(--teal);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-detail-grid h3 {
  margin: 7px 0 9px;
  color: var(--ink);
  font-size: 1.06rem;
  line-height: 1.18;
}

.service-detail-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.52;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 30px;
}

.service-list span {
  padding: 10px 12px;
  border: 1px solid rgba(13, 140, 145, 0.2);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(231, 251, 247, 0.72));
  color: #223348;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(13, 140, 145, 0.08);
}

.thoughts-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 20%, rgba(244, 199, 111, 0.2), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(65, 216, 210, 0.2), transparent 28%),
    linear-gradient(135deg, #fff8ed 0%, #f2eadb 46%, #e6f8f5 100%);
}

.thoughts-section::before {
  content: "";
  position: absolute;
  left: -88px;
  top: 44px;
  width: min(400px, 42vw);
  aspect-ratio: 1;
  background: url("assets/livro/logo-amparar.webp") center / contain no-repeat;
  opacity: 0.045;
  filter: blur(1px);
  pointer-events: none;
}

.thoughts-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.62), transparent 42%, rgba(65, 216, 210, 0.08)),
    linear-gradient(rgba(17, 19, 41, 0.022) 1px, transparent 1px);
  background-size: auto, 86px 86px;
  mask-image: linear-gradient(180deg, transparent, #000 14%, #000 88%, transparent);
  pointer-events: none;
}

.thoughts-section > * {
  position: relative;
  z-index: 1;
}

.thoughts-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.thoughts-layout .section-heading {
  margin-bottom: 0;
}

.thoughts-layout .button {
  margin-top: 18px;
}

.thoughts-note {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 90% 12%, rgba(244, 199, 111, 0.18), transparent 36%),
    linear-gradient(145deg, rgba(18, 16, 39, 0.94), rgba(21, 57, 68, 0.9));
  color: #fff;
  box-shadow: 0 24px 64px rgba(17, 19, 41, 0.15);
}

.thoughts-note span {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.thoughts-note p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.thoughts-preview {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.thoughts-preview article {
  position: relative;
  min-height: 260px;
  padding: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(65, 216, 210, 0.09), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 241, 0.88));
  box-shadow: 0 18px 48px rgba(17, 19, 41, 0.1);
}

.thoughts-preview article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
}

.thoughts-preview span {
  display: inline-flex;
  margin-bottom: 20px;
  color: var(--teal);
  font-weight: 900;
}

.bio-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 26px;
}

.bio-grid article {
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(231, 251, 247, 0.5));
  box-shadow: 0 16px 42px rgba(17, 19, 41, 0.08);
}

#especialistas {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 16%, rgba(65, 216, 210, 0.16), transparent 28%),
    radial-gradient(circle at 84% 78%, rgba(244, 199, 111, 0.18), transparent 28%),
    linear-gradient(135deg, #fffdf8 0%, #f4ebdd 100%);
}

#especialistas::before {
  content: "";
  position: absolute;
  left: max(14px, calc((100vw - var(--max)) / 2 - 92px));
  bottom: -116px;
  width: min(420px, 40vw);
  aspect-ratio: 1;
  background: url("assets/livro/logo-amparar.webp") center / contain no-repeat;
  opacity: 0.045;
  filter: blur(1px);
  pointer-events: none;
}

#especialistas > * {
  position: relative;
  z-index: 1;
}

#especialistas .split-image {
  box-shadow:
    0 28px 84px rgba(17, 19, 41, 0.16),
    0 0 0 12px rgba(255, 255, 255, 0.48);
}

#especialistas .split-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 56%, rgba(18, 16, 39, 0.18));
  pointer-events: none;
}

.community-layout {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 46px;
  align-items: center;
}

#comunidade {
  background:
    radial-gradient(circle at 12% 22%, rgba(65, 216, 210, 0.18), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(244, 199, 111, 0.16), transparent 26%),
    linear-gradient(135deg, #111027 0%, #241442 48%, #113845 100%);
}

#comunidade::before {
  content: "";
  position: absolute;
  right: max(18px, calc((100vw - var(--max)) / 2 - 80px));
  bottom: -120px;
  width: min(440px, 44vw);
  aspect-ratio: 1;
  background: url("assets/home/dialogos-bert-hellinger.webp") center / contain no-repeat;
  opacity: 0.07;
  filter: blur(1px) saturate(1.12);
  pointer-events: none;
}

#comunidade > * {
  position: relative;
  z-index: 1;
}

.community-links {
  display: grid;
  gap: 12px;
}

.community-links a {
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(65, 216, 210, 0.055));
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.community-links a:hover {
  transform: translateX(4px);
  border-color: rgba(65, 216, 210, 0.38);
  background:
    linear-gradient(135deg, rgba(65, 216, 210, 0.16), rgba(255, 255, 255, 0.08));
}

.contact {
  display: grid;
  grid-template-columns: 1fr 0.65fr;
  gap: 40px;
  align-items: center;
}

#contato {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 22%, rgba(65, 216, 210, 0.16), transparent 30%),
    radial-gradient(circle at 90% 72%, rgba(244, 199, 111, 0.22), transparent 30%),
    linear-gradient(135deg, #fffdf8 0%, #f5ebdb 100%);
}

#contato::before {
  content: "";
  position: absolute;
  right: max(12px, calc((100vw - var(--max)) / 2 - 70px));
  top: 34px;
  width: min(320px, 34vw);
  aspect-ratio: 1;
  background: url("assets/livro/logo-amparar.webp") center / contain no-repeat;
  opacity: 0.05;
  pointer-events: none;
}

#contato > * {
  position: relative;
  z-index: 1;
}

.contact-card {
  padding: 28px;
  display: grid;
  gap: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(231, 251, 247, 0.58));
  box-shadow: 0 24px 62px rgba(17, 19, 41, 0.1);
}

.contact-card strong {
  font-size: 1.35rem;
}

.contact-card span {
  color: var(--muted);
}

.contact-card a:not(.button) {
  color: var(--teal);
  font-weight: 900;
}

.site-footer {
  padding: 34px max(24px, calc((100vw - var(--max)) / 2));
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
}

.site-footer strong {
  color: var(--ink);
}

.site-footer a {
  color: var(--teal);
  font-weight: 800;
}

@media (max-width: 1100px) and (min-width: 721px) {
  .path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1020px) {
  .site-header {
    align-items: flex-start;
    border-radius: 24px;
  }

  .menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    padding: 0 16px;
  }

  .site-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 74px;
    display: none;
    padding: 16px;
    border-radius: 16px;
    background: rgba(18, 16, 39, 0.96);
    flex-direction: column;
    align-items: flex-start;
  }

  .site-header.menu-open .site-nav {
    display: flex;
  }

  .header-cta {
    display: none;
  }

  .hero,
  .intro-panel,
  .split,
  .split.reverse,
  .thoughts-layout,
  .community-layout,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 140px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(12, 10, 31, 0.98) 0%, rgba(18, 16, 39, 0.9) 48%, rgba(18, 16, 39, 0.78) 100%),
      url("assets/home/jose-rosana-hero.webp") right top / min(680px, 92vw) auto no-repeat;
    opacity: 0.24;
  }

  .hero-logo-mark {
    left: auto;
    right: 28px;
    top: 198px;
    width: min(300px, 42vw);
    opacity: 0.09;
    transform: none;
  }

  .hero-image {
    justify-self: stretch;
    width: 100%;
  }

  .intro-logo-mark {
    right: -48px;
    bottom: -96px;
    width: 320px;
  }

  .intro-side {
    min-height: 360px;
  }

  .intro-highlights {
    width: 100%;
    padding: 22px;
  }

  .path-grid,
  .project-grid,
  .ebooks-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ebooks-heading {
    max-width: 100%;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 15px;
  }

  .site-header {
    top: 8px;
    width: calc(100% - 18px);
    min-height: 64px;
    margin-top: 8px;
    margin-bottom: -78px;
    padding: 8px 10px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 124px 18px 72px;
    gap: 30px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(12, 10, 31, 0.97) 0%, rgba(18, 16, 39, 0.9) 100%),
      url("assets/home/jose-rosana-hero.webp") center top / 120% auto no-repeat;
    opacity: 0.22;
  }

  .hero::after {
    opacity: 0.48;
  }

  .hero-copy::before {
    top: -32px;
    font-size: 4rem;
  }

  .hero-brand-chip {
    max-width: 100%;
  }

  .hero-brand-chip small {
    display: none;
  }

  .hero-logo-mark {
    right: -42px;
    top: 146px;
    width: 230px;
    opacity: 0.07;
  }

  h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  h2 {
    font-size: clamp(2.1rem, 11vw, 3.2rem);
  }

  .hero-actions,
  .section-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-study-links,
  .path-grid,
  .project-grid,
  .ebooks-grid,
  .thoughts-preview,
  .bio-grid {
    grid-template-columns: 1fr;
  }

  .hero-study-links {
    max-width: 100%;
    margin-top: 30px;
  }

  .hero-study-links a {
    min-height: 108px;
  }

  .hero-image {
    min-height: 360px;
    max-height: 520px;
  }

  .hero-image figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .hero-transition {
    height: 30px;
    margin-top: 0;
  }

  .hero-transition-line {
    stroke-width: 2;
  }

  .section {
    padding: 66px 18px;
  }

  .intro-band {
    padding: 20px 18px 34px;
  }

  .intro-band::after {
    right: -72px;
    top: 32px;
    width: 190px;
    height: 190px;
    opacity: 0.035;
  }

  .intro-panel {
    padding: 24px;
  }

  .intro-logo-mark {
    right: -74px;
    bottom: -76px;
    width: 240px;
    opacity: 0.06;
  }

  .intro-side {
    min-height: auto;
    gap: 14px;
  }

  .intro-photo {
    position: relative;
    min-height: 300px;
  }

  .intro-photo-label {
    top: 12px;
    left: 12px;
  }

  .intro-photo figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
  }

  .intro-highlights {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .intro-highlights a {
    min-height: 116px;
  }

  .path-card {
    min-height: auto;
  }

  .path-card-media {
    height: 220px;
  }

  .path-card-body {
    min-height: 0;
  }

  #caminhos {
    padding-top: 58px;
    padding-bottom: 66px;
  }

  #caminhos::before {
    right: -96px;
    opacity: 0.035;
  }

  .project-media {
    height: 224px;
  }

  .project-body h3 {
    min-height: auto;
  }

  .project-body .text-link {
    width: 100%;
  }

  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-grid article {
    min-height: auto;
  }

  .ebooks-logo-watermark {
    left: -76px;
    top: 22px;
    width: 260px;
  }

  .ebook-card figure {
    height: auto;
    aspect-ratio: 16 / 9;
    min-height: 0;
    padding: 12px;
  }

  .ebook-card-body {
    padding: 20px;
  }

  .ebook-meta {
    display: grid;
    gap: 4px;
  }

  .thoughts-preview article {
    min-height: auto;
  }

  .contact-card {
    padding: 22px;
  }
}

/* Mantém os refinamentos acima das regras estruturais legadas. */
.care-visual {
  min-height: 560px;
  padding: 14px;
  border-color: rgba(13, 140, 145, 0.24);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(215, 244, 240, 0.72));
  box-shadow: 0 30px 80px rgba(17, 19, 41, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.care-visual img {
  object-position: 50% 42%;
}

.bio-grid article {
  min-height: 260px;
  padding: 28px 24px 24px;
  border-color: rgba(13, 140, 145, 0.2);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(231, 251, 247, 0.5));
}

.bio-grid article:nth-child(2) {
  border-color: rgba(244, 199, 111, 0.32);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(255, 242, 211, 0.58));
}

.community-layout {
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
}

.community-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.community-links a {
  min-height: 148px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 22px;
}

.contact {
  grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
  gap: clamp(44px, 6vw, 84px);
}

#contato {
  color: #fff;
  background: radial-gradient(circle at 12% 20%, rgba(65, 216, 210, 0.2), transparent 30%), radial-gradient(circle at 90% 76%, rgba(244, 199, 111, 0.18), transparent 28%), linear-gradient(135deg, #111027 0%, #20143d 52%, #123a43 100%);
}

.newsletter-card {
  padding: clamp(26px, 4vw, 44px);
  border-color: rgba(65, 216, 210, 0.24);
  background: radial-gradient(circle at 100% 0%, rgba(65, 216, 210, 0.16), transparent 34%), linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(244, 249, 246, 0.96));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.26);
}

.site-footer {
  background: #0f1024;
  color: rgba(255, 255, 255, 0.58);
}

.site-footer strong,
.site-footer a {
  color: #fff;
}

@media (max-width: 1020px) {
  .community-layout,
  .contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .care-visual {
    min-height: 430px;
    padding: 9px;
  }

  .bio-grid {
    grid-template-columns: 1fr;
  }

  .bio-grid article {
    min-height: auto;
  }

  .community-links {
    grid-template-columns: 1fr;
  }

  .community-links a {
    min-height: 116px;
  }

  .contact {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .newsletter-form-row {
    grid-template-columns: 1fr;
  }
}

/* Acabamento final: fotografias profissionais, comunidade e captação. */
#atendimentos.split {
  grid-template-columns: minmax(0, 0.8fr) minmax(510px, 1.2fr);
  gap: clamp(42px, 5vw, 72px);
}

.care-visual {
  min-height: 660px;
}

.care-visual img {
  object-position: 50% 56%;
}

#especialistas.split {
  grid-template-columns: minmax(530px, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(48px, 6vw, 82px);
}

.experts-gallery {
  min-height: 690px;
}

.experts-photo-main {
  width: 75%;
  height: 80%;
}

.experts-photo-main img {
  object-fit: cover;
  object-position: 50% 55%;
}

.experts-photo-detail {
  width: 57%;
  height: 69%;
}

.experts-photo-detail img {
  object-position: 50% 48%;
}

.community-copy {
  align-self: center;
}

.community-links .community-link-featured {
  grid-column: 1 / -1;
  min-height: 144px;
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 20px;
  align-items: center;
  padding: 14px;
  border-color: rgba(65, 216, 210, 0.34);
  background: linear-gradient(120deg, rgba(65, 216, 210, 0.15), rgba(255, 255, 255, 0.08));
}

.community-link-image {
  width: 116px;
  height: 116px;
  display: block;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

#contato {
  isolation: isolate;
}

#contato::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: url("assets/home/autores-retrato.webp") right 8% center / min(58vw, 820px) auto no-repeat;
  opacity: 0.13;
  filter: saturate(0.72) contrast(1.08);
  -webkit-mask-image: linear-gradient(90deg, transparent 34%, #000 64%);
  mask-image: linear-gradient(90deg, transparent 34%, #000 64%);
}

#contato > * {
  position: relative;
  z-index: 1;
}

.newsletter-card {
  border-width: 1px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.3);
}

.newsletter-trust {
  display: block;
  margin-top: -5px;
  color: #667085;
  font-size: 0.72rem;
  line-height: 1.45;
}

@media (max-width: 1100px) {
  #atendimentos.split,
  #especialistas.split {
    grid-template-columns: 1fr;
  }

  .care-visual {
    width: min(100%, 720px);
    min-height: 600px;
    margin-inline: auto;
  }

  .experts-gallery {
    width: min(100%, 690px);
    min-height: 650px;
    margin-inline: auto;
  }
}

@media (max-width: 720px) {
  .care-visual {
    min-height: 500px;
    aspect-ratio: 4 / 5;
  }

  .care-visual img {
    object-position: 50% 54%;
  }

  .experts-gallery {
    min-height: 570px;
  }

  .experts-photo-main {
    width: 78%;
    height: 70%;
  }

  .experts-photo-detail {
    width: 61%;
    height: 63%;
  }

  .community-links .community-link-featured {
    min-height: 116px;
    grid-template-columns: 88px 1fr;
    gap: 14px;
    padding: 12px;
  }

  .community-link-image {
    width: 88px;
    height: 88px;
  }

  #contato::after {
    background-position: center bottom;
    background-size: auto 72%;
    opacity: 0.075;
    -webkit-mask-image: linear-gradient(180deg, transparent 24%, #000 78%);
    mask-image: linear-gradient(180deg, transparent 24%, #000 78%);
  }
}

/* Ajustes finais de leitura, enquadramento e consistencia visual. */
#atendimentos.split {
  grid-template-columns: minmax(0, 0.96fr) minmax(500px, 1.04fr);
  gap: clamp(34px, 4vw, 58px);
}

#atendimentos h2 {
  max-width: 580px;
  font-size: clamp(2.75rem, 3.75vw, 4rem);
  line-height: 0.96;
}

.experts-photo-main {
  top: 1%;
  left: 0;
  width: 68%;
  height: 84%;
}

.experts-photo-main img {
  object-position: 50% 52%;
}

.experts-photo-detail {
  right: -2%;
  bottom: 2%;
  width: 46%;
  height: 68%;
}

.experts-photo-detail img {
  object-position: 50% 48%;
}

.community-links .community-link-featured {
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
}

.community-link-image {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

@media (max-width: 1100px) {
  #atendimentos.split {
    grid-template-columns: 1fr;
  }

  #atendimentos h2 {
    max-width: 720px;
  }
}

@media (max-width: 720px) {
  #atendimentos h2 {
    max-width: 100%;
    font-size: clamp(2.45rem, 11vw, 3.2rem);
    line-height: 0.98;
  }

  .experts-photo-main {
    width: 70%;
    height: 76%;
  }

  .experts-photo-detail {
    right: -1%;
    width: 47%;
    height: 62%;
  }

  .community-links .community-link-featured {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 20px;
  }

  .community-link-image {
    width: 46px;
    height: 46px;
  }
}

/* Refinamento final: profundidade, enquadramento e ritmo visual. */
.intro-band {
  background:
    linear-gradient(180deg, rgba(18, 16, 39, 0.08), transparent 122px),
    linear-gradient(118deg, rgba(65, 216, 210, 0.26), transparent 38%),
    linear-gradient(298deg, rgba(244, 199, 111, 0.24), transparent 40%),
    linear-gradient(135deg, #edf9f7 0%, #fffaf1 48%, #f3e4cf 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -26px 70px rgba(244, 199, 111, 0.1);
}

.intro-band::before {
  background:
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.56) 36%, transparent 64%),
    linear-gradient(90deg, rgba(13, 140, 145, 0.08), transparent 22%, transparent 76%, rgba(244, 199, 111, 0.1)),
    linear-gradient(rgba(17, 19, 41, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 19, 41, 0.026) 1px, transparent 1px);
  background-size: auto, auto, 72px 72px, 72px 72px;
}

.intro-band::after {
  opacity: 0.065;
}

.intro-panel {
  box-shadow:
    0 38px 100px rgba(17, 19, 41, 0.15),
    0 20px 48px rgba(13, 140, 145, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.path-books .path-card-media {
  background:
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(135deg, #fff1c9, #e9faf6 72%);
  background-size: 44px 44px, 44px 44px, auto;
}

.path-books .path-card-media::before,
.path-books .path-card-media::after {
  display: none;
}

.path-books .path-card-media img {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-fit: fill;
  object-position: center;
  border-radius: 0;
  clip-path: none;
  transform: scale(1.22);
  filter: drop-shadow(0 18px 24px rgba(17, 19, 41, 0.2));
}

.path-books:hover .path-card-media img {
  transform: scale(1.245);
}

.community-links .community-link-wide {
  grid-column: 1 / -1;
  min-height: 144px;
  align-items: center;
  border-color: rgba(65, 216, 210, 0.28);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.1), rgba(65, 216, 210, 0.08));
}

#contact-title span {
  display: block;
}

@media (min-width: 1021px) {
  #contact-title span {
    white-space: nowrap;
  }
}

@media (max-width: 720px) {
  .community-links .community-link-wide {
    grid-column: auto;
    min-height: 116px;
  }

  .path-books .path-card-media img {
    width: 100%;
    height: 100%;
  }

  #contato h2 {
    font-size: clamp(2.55rem, 12vw, 3.45rem);
  }
}
/* Performance: postpone below-the-fold rendering without changing the layout. */
.intro-band,
#caminhos,
#projetos,
#ebooks,
#atendimentos,
#pensamentos,
#especialistas,
#comunidade,
#contato {
  content-visibility: auto;
  contain-intrinsic-size: auto 800px;
}
