*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Inter", -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #6B5B4A;
  background-color: #FAF7F2;
  overflow-x: hidden;
}

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

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

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-tag {
  font-family: "Inter", -apple-system, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #C4A882;
  margin-bottom: 16px;
}
.section-tag--center {
  text-align: center;
}

.section-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 500;
  line-height: 1.2;
  color: #3D3228;
  margin-bottom: 24px;
}
.section-title--center {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

[data-animate] {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0, 0, 0.2, 1), transform 0.8s cubic-bezier(0, 0, 0.2, 1);
}

[data-animate=fade-up] {
  transform: translateY(40px);
}

[data-animate=fade-right] {
  transform: translateX(-40px);
}

[data-animate=fade-left] {
  transform: translateX(40px);
}

[data-animate=fade-in] {
  transform: scale(0.97);
}

[data-animate].visible {
  opacity: 1;
  transform: translateY(0) translateX(0) scale(1);
}

@keyframes heroFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes contatoFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.parallax-section {
  will-change: transform;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Inter", -apple-system, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 16px 32px;
  border-radius: 4px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
.btn--primary {
  background-color: #3D3228;
  color: #FAF7F2;
}
.btn--primary:hover {
  background-color: #C9A84C;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(61, 50, 40, 0.15);
}
.btn--secondary {
  background: transparent;
  color: #3D3228;
  border: 1.5px solid #C4A882;
}
.btn--secondary:hover {
  background-color: #C4A882;
  color: #FFFFFF;
  transform: translateY(-2px);
}
.btn--whatsapp {
  background-color: #25D366;
  color: #FFFFFF;
  font-size: 14px;
  padding: 18px 36px;
  border-radius: 6px;
}
.btn--whatsapp:hover {
  background-color: #1fb855;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.3);
}

.pilar-card {
  position: relative;
  text-align: center;
  padding: 48px 32px 40px;
  border-radius: 12px;
  background: #FAF7F2;
  border: 1px solid rgba(196, 168, 130, 0.22);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 380px;
}
.pilar-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 60px;
  height: 2px;
  background: #C9A84C;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.pilar-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 168, 76, 0.5);
  box-shadow: 0 24px 50px rgba(61, 50, 40, 0.12);
}
.pilar-card:hover::before {
  transform: translateX(-50%) scaleX(1);
}
.pilar-card__bg-num {
  position: absolute;
  top: -22px;
  right: -8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: 180px;
  line-height: 1;
  color: #C9A84C;
  opacity: 0.08;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.pilar-card:hover .pilar-card__bg-num {
  opacity: 0.14;
}
.pilar-card__icon {
  position: relative;
  z-index: 1;
  color: #C9A84C;
  margin-bottom: 32px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pilar-card:hover .pilar-card__icon {
  transform: scale(1.06) rotate(-2deg);
}
.pilar-card__eyebrow {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Inter", -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #C4A882;
  margin-bottom: 12px;
}
.pilar-card__rule {
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #C9A84C;
}
.pilar-card__title {
  position: relative;
  z-index: 1;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(22px, 2.4vw, 26px);
  font-weight: 600;
  color: #3D3228;
  margin-bottom: 16px;
}
.pilar-card__text {
  position: relative;
  z-index: 1;
  font-size: 15px;
  line-height: 1.75;
  color: #6B5B4A;
  max-width: 280px;
}
.pilar-card--dark {
  background: linear-gradient(180deg, #3D3228 0%, #2A2118 100%);
  border-color: transparent;
  box-shadow: 0 24px 60px rgba(61, 50, 40, 0.22);
  transform: translateY(-8px);
}
.pilar-card--dark .pilar-card__bg-num {
  color: #C9A84C;
  opacity: 0.14;
}
.pilar-card--dark .pilar-card__title {
  color: #FAF7F2;
}
.pilar-card--dark .pilar-card__text {
  color: rgba(250, 247, 242, 0.78);
}
.pilar-card--dark .pilar-card__eyebrow {
  color: #C9A84C;
}
.pilar-card--dark::before {
  background: #C9A84C;
  transform: translateX(-50%) scaleX(1);
}
.pilar-card--dark:hover {
  transform: translateY(-14px);
  box-shadow: 0 32px 70px rgba(61, 50, 40, 0.32);
  border-color: transparent;
}
.pilar-card--dark:hover .pilar-card__bg-num {
  opacity: 0.22;
}

.depoimento-card {
  background: #FAF7F2;
  padding: 40px;
  border-radius: 8px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.depoimento-card:hover {
  transform: translateY(-4px);
}
.depoimento-card__aspas {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 64px;
  line-height: 1;
  color: #C9A84C;
  margin-bottom: 8px;
}
.depoimento-card__text {
  font-size: 15px;
  font-style: italic;
  line-height: 1.7;
  color: #6B5B4A;
}

.carousel {
  position: relative;
  margin-top: 48px;
  padding: 20px 0 0;
}
.carousel__viewport {
  perspective: 1200px;
  overflow: visible;
  max-width: 100%;
  margin: 0 auto;
}
.carousel__track {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 500px;
  transform-style: preserve-3d;
}
@media (max-width: 768px) {
  .carousel__track {
    height: 460px;
  }
}
.carousel__card {
  position: absolute;
  width: 340px;
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(61, 50, 40, 0.1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.15, 1);
  cursor: pointer;
  transform-style: preserve-3d;
  will-change: transform, opacity;
}
.carousel__card--active {
  transform: translateX(0) scale(1) rotateY(0deg);
  z-index: 4;
  opacity: 1;
}
.carousel__card--prev {
  transform: translateX(-320px) scale(0.85) rotateY(12deg);
  z-index: 3;
  opacity: 0.7;
  filter: brightness(0.92);
}
.carousel__card--next {
  transform: translateX(320px) scale(0.85) rotateY(-12deg);
  z-index: 3;
  opacity: 0.7;
  filter: brightness(0.92);
}
.carousel__card--far-prev {
  transform: translateX(-560px) scale(0.7) rotateY(20deg);
  z-index: 2;
  opacity: 0.35;
  filter: brightness(0.85);
  pointer-events: none;
}
.carousel__card--far-next {
  transform: translateX(560px) scale(0.7) rotateY(-20deg);
  z-index: 2;
  opacity: 0.35;
  filter: brightness(0.85);
  pointer-events: none;
}
.carousel__card--hidden {
  transform: translateX(0) scale(0.5);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.carousel__card-img {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.carousel__card-illustration {
  width: 100%;
  height: 100%;
  display: block;
}
.carousel__card-body {
  padding: 28px 32px 32px;
}
.carousel__card-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(19px, 2vw, 24px);
  font-weight: 600;
  color: #3D3228;
  margin-bottom: 10px;
}
.carousel__card-text {
  font-size: 14px;
  line-height: 1.7;
  color: #8B7B6A;
}
.carousel__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
}
.carousel__btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid #C4A882;
  color: #3D3228;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  background: #FFFFFF;
}
.carousel__btn:hover {
  background: #3D3228;
  border-color: #3D3228;
  color: #FFFFFF;
  transform: scale(1.08);
}
.carousel__dots {
  display: flex;
  gap: 10px;
}
.carousel__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #C4A882;
  opacity: 0.3;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: none;
}
.carousel__dot--active {
  opacity: 1;
  background: #C9A84C;
  transform: scale(1.2);
}

.faq {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .faq {
    padding: 72px 0;
  }
}
.faq {
  background-color: #FAF7F2;
}
.faq__list {
  max-width: 760px;
  margin: 48px auto 0;
}
.faq__cta {
  text-align: center;
  margin-top: 48px;
}
.faq__cta p {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  color: #3D3228;
  margin-bottom: 16px;
}

.faq-item {
  border-bottom: 1px solid rgba(196, 168, 130, 0.25);
}
.faq-item__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  font-weight: 500;
  color: #3D3228;
  text-align: left;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-item__question:hover {
  color: #C9A84C;
}
.faq-item__icon {
  flex-shrink: 0;
  color: #C4A882;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-item.active .faq-item__icon {
  transform: rotate(180deg);
}
.faq-item__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-item__answer p {
  padding: 0 0 24px;
  font-size: 15px;
  line-height: 1.8;
  color: #8B7B6A;
}
.faq-item.active .faq-item__answer {
  max-height: 300px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(250, 247, 242, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(196, 168, 130, 0.15);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.header--scrolled {
  box-shadow: 0 2px 20px rgba(61, 50, 40, 0.06);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__logo-img {
  height: 52px;
  width: auto;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 768px) {
  .header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    background: #FAF7F2;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 48px 32px;
    gap: 24px;
    box-shadow: -8px 0 32px rgba(61, 50, 40, 0.1);
    transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header__nav.open {
    right: 0;
  }
}
.header__link {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #6B5B4A;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.header__link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: #C9A84C;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.header__link:hover::after {
  width: 100%;
}
.header__link:hover {
  color: #3D3228;
}
@media (max-width: 768px) {
  .header__link {
    font-size: 16px;
  }
}
.header__cta {
  font-size: 11px;
  padding: 12px 24px;
}
@media (max-width: 768px) {
  .header__cta {
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin-top: 16px;
  }
}
.header__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 28px;
  padding: 4px 0;
}
@media (max-width: 768px) {
  .header__hamburger {
    display: flex;
  }
}
.header__hamburger span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: #3D3228;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}
.header__hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 5px);
}
.header__hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -5px);
}

.hero {
  padding: 140px 0 80px;
  background-color: #FAF7F2;
  min-height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero {
    padding: 120px 0 60px;
    min-height: auto;
  }
}
.hero__inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1024px) {
  .hero__inner {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .hero__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .hero__eyebrow {
    justify-content: center;
  }
}
.hero__rule {
  width: 40px;
  height: 1px;
  background: #C9A84C;
  flex: none;
}
.hero__tag {
  font-family: "Inter", -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #C4A882;
}
.hero__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 500;
  line-height: 1.15;
  color: #3D3228;
  margin-bottom: 24px;
}
.hero__title em {
  font-style: italic;
  color: #6B5B4A;
}
.hero__subtitle {
  font-size: clamp(16px, 1.2vw, 17px);
  font-weight: 300;
  line-height: 1.8;
  color: #8B7B6A;
  margin-bottom: 40px;
  max-width: 480px;
}
@media (max-width: 768px) {
  .hero__subtitle {
    margin-left: auto;
    margin-right: auto;
  }
}
.hero__cta-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .hero__cta-group {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .hero__cta-group {
    flex-direction: column;
    align-items: stretch;
  }
  .hero__cta-group .btn {
    width: 100%;
    justify-content: center;
  }
}
.hero__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .hero__meta {
    align-items: center;
  }
}
.hero__credentials {
  font-size: 11.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #C4A882;
  font-weight: 500;
  opacity: 0.9;
}
.hero__signature {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 17px;
  color: #3D3228;
  letter-spacing: 0.3px;
}
@media (max-width: 768px) {
  .hero__content {
    order: 1;
    text-align: center;
  }
}
.hero__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .hero__image {
    order: 0;
  }
}
.hero__image-depth {
  position: relative;
  width: 100%;
  max-width: 460px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .hero__image-depth {
    max-width: 320px;
    margin: 0 auto;
  }
}
.hero__image-glow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 55%;
  background: radial-gradient(ellipse at center bottom, rgba(201, 168, 76, 0.14) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
  filter: blur(40px);
}
.hero__image-circle {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: linear-gradient(160deg, rgba(196, 168, 130, 0.22) 0%, rgba(196, 168, 130, 0.06) 100%);
  z-index: 1;
}
@media (max-width: 1024px) {
  .hero__image-circle {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 768px) {
  .hero__image-circle {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 480px) {
  .hero__image-circle {
    width: 240px;
    height: 240px;
  }
}
.hero__image-cutout {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 420px;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(61, 50, 40, 0.18));
  animation: heroFloat 6s ease-in-out infinite;
}

.pilares {
  padding: 100px 0;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .pilares {
    padding: 80px 0;
  }
}
.pilares__intro {
  text-align: center;
  margin-bottom: 60px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.pilares__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 768px) {
  .pilares__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.sobre {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .sobre {
    padding: 72px 0;
  }
}
.sobre {
  background-color: #FAF7F2;
}
.sobre__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 1024px) {
  .sobre__inner {
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .sobre__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.sobre__image-frame {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(61, 50, 40, 0.12);
}
.sobre__image-frame img {
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .sobre__image-frame img {
    max-height: 480px;
    object-position: top;
  }
}
.sobre__image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(201, 168, 76, 0.25);
  pointer-events: none;
}
.sobre__image-mark {
  position: absolute;
  bottom: -28px;
  right: -28px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #FAF7F2;
  border: 1px solid rgba(201, 168, 76, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 56px;
  color: #C9A84C;
  box-shadow: 0 12px 32px rgba(61, 50, 40, 0.1);
  z-index: 2;
}
@media (max-width: 768px) {
  .sobre__image-mark {
    width: 80px;
    height: 80px;
    font-size: 40px;
    bottom: -20px;
    right: -10px;
  }
}
.sobre .section-title em {
  font-style: italic;
  color: #C9A84C;
}
.sobre__lead {
  font-family: "Inter", -apple-system, sans-serif;
  font-size: 16.5px;
  line-height: 1.8;
  color: #6B5B4A;
  margin-bottom: 32px;
  font-weight: 400;
}
.sobre__text {
  font-size: 16px;
  line-height: 1.8;
  color: #6B5B4A;
  margin-bottom: 16px;
}
.sobre__text em {
  font-style: normal;
  font-weight: inherit;
  color: inherit;
}
.sobre__text--emphasis {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(20px, 2.2vw, 24px);
  font-style: italic;
  font-weight: 500;
  color: #3D3228;
  line-height: 1.5;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 24px;
  border-left: 2px solid #C9A84C;
}
.sobre__text--emphasis em {
  font-size: inherit;
  color: #C9A84C;
  font-style: italic;
}
.sobre__personal {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.7;
  color: #8B7B6A;
  margin-bottom: 32px;
}
.sobre__personal em {
  font-style: italic;
  color: #3D3228;
  font-weight: 500;
}
.sobre__credentials {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 0;
  margin-bottom: 32px;
  border-top: 1px solid rgba(196, 168, 130, 0.25);
  border-bottom: 1px solid rgba(196, 168, 130, 0.25);
}

.credential {
  display: flex;
  gap: 16px;
  font-size: 14px;
}
.credential__label {
  font-weight: 500;
  color: #3D3228;
  min-width: 100px;
}
.credential__value {
  color: #8B7B6A;
}

.atuacao {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .atuacao {
    padding: 72px 0;
  }
}
.atuacao {
  background-color: #F0E6D8;
  overflow: hidden;
}

.abordagem {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .abordagem {
    padding: 72px 0;
  }
}
.abordagem {
  background-color: #FAF7F2;
}
.abordagem__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 1024px) {
  .abordagem__inner {
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .abordagem__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.abordagem__title {
  font-style: italic;
  font-size: clamp(26px, 3.5vw, 36px);
  color: #3D3228;
}
.abordagem__text {
  font-size: 16px;
  line-height: 1.8;
  color: #6B5B4A;
  margin-bottom: 16px;
}
.abordagem__text--emphasis {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: 500;
  color: #3D3228;
  font-style: italic;
  line-height: 1.5;
  margin-top: 24px;
  margin-bottom: 32px;
  padding-left: 24px;
  border-left: 2px solid #C9A84C;
}
@media (max-width: 768px) {
  .abordagem__image {
    order: -1;
  }
}
.abordagem__image img {
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center 40%;
}
@media (max-width: 768px) {
  .abordagem__image img {
    max-height: 360px;
    width: 100%;
    object-position: center;
  }
}

.depoimentos {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .depoimentos {
    padding: 72px 0;
  }
}
.depoimentos {
  background-color: #FFFFFF;
}
.depoimentos__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .depoimentos__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.contato {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .contato {
    padding: 72px 0;
  }
}
.contato {
  background-color: #F0E6D8;
}
.contato__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1024px) {
  .contato__inner {
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .contato__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.contato__title {
  font-size: clamp(28px, 4vw, 40px);
}
.contato__title em {
  font-style: italic;
  color: #C9A84C;
}
.contato__text {
  font-size: clamp(16px, 1.2vw, 17px);
  line-height: 1.8;
  color: #6B5B4A;
  margin-bottom: 32px;
}
.contato__actions {
  margin-bottom: 40px;
}
.contato__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contato__info-item {
  display: flex;
  gap: 16px;
  font-size: 14px;
}
.contato__info-item strong {
  color: #3D3228;
  min-width: 80px;
}
.contato__info-item span {
  color: #8B7B6A;
}
.contato__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .contato__image {
    order: -1;
  }
}
.contato__image-depth {
  position: relative;
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contato__image-depth {
    max-width: 360px;
  }
}
.contato__image-glow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 55%;
  background: radial-gradient(ellipse at center bottom, rgba(201, 168, 76, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
  filter: blur(40px);
}
.contato__image-circle {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: linear-gradient(160deg, rgba(196, 168, 130, 0.22) 0%, rgba(196, 168, 130, 0.06) 100%);
  z-index: 1;
}
@media (max-width: 768px) {
  .contato__image-circle {
    width: 280px;
    height: 280px;
  }
}
.contato__image-cutout {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 480px;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(61, 50, 40, 0.18));
  animation: contatoFloat 6s ease-in-out infinite;
}
@media (max-width: 768px) {
  .contato__image-cutout {
    max-width: 340px;
  }
}

.integrativa {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .integrativa {
    padding: 72px 0;
  }
}
.integrativa {
  background-color: #FFFFFF;
  position: relative;
}
.integrativa::before, .integrativa::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.6), transparent);
}
.integrativa::before {
  top: 40px;
}
.integrativa::after {
  bottom: 40px;
}
.integrativa__inner {
  display: grid;
  gap: 60px;
}
.integrativa__intro {
  max-width: 720px;
}
.integrativa__intro .section-tag {
  margin-bottom: 16px;
}
.integrativa__intro .section-title em {
  font-style: italic;
  color: #C9A84C;
}
.integrativa__lead {
  font-size: clamp(16px, 1.2vw, 17px);
  line-height: 1.85;
  color: #6B5B4A;
  margin-top: 16px;
  margin-bottom: 32px;
  max-width: 620px;
}
.integrativa__quote {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: clamp(20px, 2.5vw, 26px);
  line-height: 1.5;
  color: #3D3228;
  padding: 24px 0 24px 32px;
  border-left: 2px solid #C9A84C;
  max-width: 640px;
  position: relative;
}
@media (max-width: 768px) {
  .integrativa__quote {
    padding-left: 24px;
  }
}
.integrativa__quote-mark {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 64px;
  line-height: 1;
  color: #C9A84C;
  margin-right: 8px;
  vertical-align: -20px;
  opacity: 0.5;
}
.integrativa__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .integrativa__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .integrativa__grid {
    grid-template-columns: 1fr;
  }
}

.protocol-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  background: #FAF7F2;
  border: 1px solid rgba(196, 168, 130, 0.18);
  min-height: 420px;
}
.protocol-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(61, 50, 40, 0.14);
}
.protocol-card__art {
  width: 100%;
  height: 160px;
  overflow: hidden;
  position: relative;
}
.protocol-card__art svg {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.protocol-card:hover .protocol-card__art svg {
  transform: scale(1.04);
}
.protocol-card__body {
  padding: 32px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.protocol-card__num {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #C9A84C;
  display: inline-block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 2px;
}
.protocol-card__num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 1px;
  background: #C9A84C;
}
.protocol-card__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  color: #3D3228;
  line-height: 1.3;
}
.protocol-card__text {
  font-size: 14.5px;
  line-height: 1.7;
  color: #6B5B4A;
}
.protocol-card__link {
  margin-top: auto;
  padding-top: 16px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #C9A84C;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
}
.protocol-card__link:hover {
  color: #3D3228;
  transform: translateX(4px);
}
.protocol-card--cream {
  background: #FAF7F2;
  border-color: rgba(196, 168, 130, 0.22);
}
.protocol-card--cream:hover {
  background: #FFFFFF;
  border-color: rgba(201, 168, 76, 0.45);
}
.protocol-card--dark {
  background: linear-gradient(180deg, #3D3228 0%, #2A2118 100%);
  border-color: transparent;
}
.protocol-card--dark .protocol-card__title {
  color: #FAF7F2;
}
.protocol-card--dark .protocol-card__text {
  color: rgba(250, 247, 242, 0.78);
}
.protocol-card--dark .protocol-card__num {
  color: #C9A84C;
}
.protocol-card--dark .protocol-card__num::before {
  background: #C9A84C;
}
.protocol-card--dark:hover {
  box-shadow: 0 24px 50px rgba(61, 50, 40, 0.3);
}
.protocol-card--gold {
  background: linear-gradient(180deg, #C9A84C 0%, #8A7028 100%);
  border-color: transparent;
  box-shadow: 0 16px 40px rgba(201, 168, 76, 0.25);
}
.protocol-card--gold .protocol-card__title {
  color: #3D3228;
}
.protocol-card--gold .protocol-card__text {
  color: rgba(61, 50, 40, 0.85);
}
.protocol-card--gold .protocol-card__num {
  color: #3D3228;
}
.protocol-card--gold .protocol-card__num::before {
  background: #3D3228;
}
.protocol-card--gold .protocol-card__link {
  color: #3D3228;
  font-weight: 600;
}
.protocol-card--gold .protocol-card__link:hover {
  color: #FAF7F2;
}
.protocol-card--gold:hover {
  box-shadow: 0 28px 60px rgba(201, 168, 76, 0.4);
}

.dor {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .dor {
    padding: 72px 0;
  }
}
.dor {
  background: linear-gradient(180deg, #F0E6D8 0%, rgb(235.75, 222.9166666667, 204.95) 100%);
  position: relative;
  overflow: hidden;
}
.dor::before {
  content: "";
  position: absolute;
  top: 10%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.08) 0%, transparent 60%);
  border-radius: 50%;
  pointer-events: none;
}
.dor__inner {
  position: relative;
  z-index: 1;
}
.dor__badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}
.dor__badge-rule {
  width: 32px;
  height: 1px;
  background: #C9A84C;
}
.dor__badge-text {
  font-family: "Inter", -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #C9A84C;
}
.dor__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 1024px) {
  .dor__grid {
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .dor__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.dor__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 500;
  line-height: 1.2;
  color: #3D3228;
  margin-bottom: 24px;
  max-width: 540px;
}
.dor__title em {
  font-style: italic;
  color: #C9A84C;
}
.dor__text {
  font-size: clamp(16px, 1.2vw, 17px);
  line-height: 1.85;
  color: #6B5B4A;
  margin-bottom: 32px;
  max-width: 540px;
}
.dor__list {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 540px;
}
.dor__list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #6B5B4A;
}
.dor__list-dot {
  flex: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C9A84C;
  margin-top: 9px;
  box-shadow: 0 0 0 4px rgba(201, 168, 76, 0.15);
}
.dor__quote-card {
  background: #FFFFFF;
  padding: 48px 40px;
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(61, 50, 40, 0.1);
  position: relative;
  border: 1px solid rgba(196, 168, 130, 0.18);
}
@media (max-width: 768px) {
  .dor__quote-card {
    padding: 32px 24px;
  }
}
.dor__quote-mark {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 96px;
  line-height: 0.8;
  color: #C9A84C;
  opacity: 0.35;
  position: absolute;
  top: 16px;
  left: 24px;
}
.dor__quote-text {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: clamp(20px, 2.5vw, 26px);
  line-height: 1.5;
  color: #3D3228;
  margin: 32px 0 24px;
  position: relative;
  z-index: 1;
}
.dor__quote-author {
  font-family: "Inter", -apple-system, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C4A882;
  padding-top: 16px;
  border-top: 1px solid rgba(196, 168, 130, 0.25);
}

.footer {
  padding: 60px 0 32px;
  background-color: #3D3228;
  color: rgba(250, 247, 242, 0.7);
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.footer__logo-img {
  height: 100px;
  width: auto;
  margin: 0 auto;
  filter: brightness(1.5);
}
.footer__specialty {
  font-size: 13px;
  margin-top: 8px;
  color: rgba(250, 247, 242, 0.5);
}
.footer__nav {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .footer__nav {
    gap: 16px;
  }
}
.footer__nav a {
  font-size: 13px;
  letter-spacing: 0.5px;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer__nav a:hover {
  color: #C9A84C;
}
.footer__social a {
  color: #C4A882;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer__social a:hover {
  color: #C9A84C;
}
.footer__legal {
  font-size: 12px;
  color: rgba(250, 247, 242, 0.4);
  line-height: 1.8;
}
