:root {
  --primary: #4B1D6D;
  --secondary: #7B4BA0;
  --lavender: #E9E1F2;
  --gold: #D4AF37;
  --background: #FAFAF7;
  --ink: #24172e;
  --muted: #6f6675;
  --white: #fff;
  --container: 1240px;
  --header-h: 82px;
  --radius: 24px;
  --shadow: 0 24px 60px rgba(56, 24, 73, .12);
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--background);
  color: var(--ink);
  font-family: "Montserrat", sans-serif;
  line-height: 1.65;
  overflow-x: hidden
}

img {
  display: block;
  max-width: 100%
}

a {
  color: inherit;
  text-decoration: none
}

button {
  font: inherit
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  z-index: 9999;
  background: #fff;
  padding: 12px 16px;
  border-radius: 8px
}

.skip-link:focus {
  top: 16px
}

.topbar {
  background: var(--primary);
  color: #fff;
  font-size: .74rem
}

.topbar__inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px
}

.topbar p {
  margin: 0;
  opacity: .88
}

.site-header {
  height: var(--header-h);
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  transition: .35s ease
}

.site-header.is-scrolled {
  position: fixed;
  top: 0;
  background: rgba(250, 250, 247, .94);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 30px rgba(42, 22, 54, .08);
  border-color: rgba(75, 29, 109, .08)
}

.nav-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px
}

.brand {
  width: 185px;
  flex: none;
  filter: brightness(0) invert(1)
}

.is-scrolled .brand {
  filter: none
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #fff;
  font-size: .83rem;
  font-weight: 500
}

.is-scrolled .main-nav {
  color: var(--ink)
}

.main-nav>a:not(.btn) {
  position: relative
}

.main-nav>a:not(.btn)::after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  background: var(--gold);
  transition: .3s
}

.main-nav>a:hover::after {
  right: 0
}

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 8px
}

.nav-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: currentColor;
  margin: 5px
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: .79rem;
  font-weight: 700;
  letter-spacing: .02em;
  transition: transform .25s, box-shadow .25s, background .25s
}

.btn:hover {
  transform: translateY(-2px)
}

.btn--primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 12px 28px rgba(75, 29, 109, .22)
}

.btn--glass {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .5);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(8px)
}

.btn--gold {
  background: var(--gold);
  color: #24172e
}

.nav-cta {
  min-height: 42px;
  background: #fff;
  color: var(--primary);
  box-shadow: none
}

.is-scrolled .nav-cta {
  background: var(--primary);
  color: #fff
}

.hero {
  min-height: 100svh;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  isolation: isolate;
  overflow: hidden
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: -4;
  background-image: url('../assets/images/hero-recepcao.png');
  background-size: cover;
  background-position: center 44%;
  transform: scale(1.03)
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(31, 13, 43, .9) 0%, rgba(57, 24, 75, .7) 38%, rgba(75, 29, 109, .23) 67%, rgba(19, 15, 24, .08) 100%), linear-gradient(0deg, rgba(16, 10, 20, .3), transparent 50%)
}

#hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .55;
  pointer-events: none
}

.hero__content {
  padding-top: 145px;
  padding-bottom: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh
}

.hero__copy {
  max-width: 760px
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #fff
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--gold)
}

.eyebrow--dark {
  color: var(--primary)
}

.hero h1,
.section-heading h2,
.about h2,
.cta h2 {
  font-family: "Cinzel", serif;
  letter-spacing: -.035em
}

.hero h1 {
  margin: 22px 0 20px;
  font-size: clamp(3rem, 6vw, 6.2rem);
  line-height: .98;
  font-weight: 700;
  max-width: 950px
}

.hero h1 span {
  color: #f1d980
}

.hero__copy>p {
  max-width: 660px;
  font-weight: 300;
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  color: rgba(255, 255, 255, .86)
}

.hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px
}

.hero__services {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 830px;
  border-top: 1px solid rgba(255, 255, 255, .28);
  padding-top: 24px
}

.hero__services article {
  padding-right: 26px
}

.hero__services article+article {
  border-left: 1px solid rgba(255, 255, 255, .22);
  padding-left: 26px
}

.hero__services strong,
.hero__services span {
  display: block
}

.hero__services strong {
  font-size: .88rem
}

.hero__services span {
  font-size: .72rem;
  opacity: .68;
  margin-top: 4px
}

.scroll-hint {
  position: absolute;
  bottom: 28px;
  right: 4vw;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .65rem;
  letter-spacing: .14em;
  text-transform: uppercase
}

.scroll-hint span {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 50%;
  position: relative
}

.scroll-hint span:after {
  content: "↓";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center
}

.section {
  padding: 120px 0
}

.section-heading {
  max-width: 720px;
  margin-bottom: 50px
}

.section-heading.center {
  text-align: center;
  margin-inline: auto;
  margin-bottom: 60px
}

.section-heading.center .eyebrow {
  justify-content: center
}

.section-heading h2,
.about h2 {
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  line-height: 1.08;
  margin: 15px 0 18px
}

.section-heading h2 em,
.about h2 em,
.cta h2 em {
  font-style: normal;
  color: var(--secondary)
}

.section-heading p {
  color: var(--muted);
  max-width: 620px
}

.center p {
  margin-inline: auto
}

.specialties {
  background: #fff
}

.specialties-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.specialty-card {
  min-height: 480px;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  background-image: var(--card-img);
  background-size: cover;
  background-position: center;
  box-shadow: 0 10px 40px rgba(52, 29, 67, .08);
  transition: transform .45s, box-shadow .45s
}

.specialty-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow)
}

.specialty-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(42, 15, 60, .93), rgba(75, 29, 109, .1) 70%)
}

.specialty-card__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 32px;
  color: #fff
}

.specialty-card__content>span {
  color: var(--gold);
  font-size: .75rem;
  letter-spacing: .12em
}

.specialty-card h3 {
  font-family: "Cinzel";
  font-size: 1.55rem;
  margin: 8px 0
}

.specialty-card p {
  font-size: .86rem;
  opacity: .84
}

.specialty-card a {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-top: 12px;
  color: #f4dc83;
  font-size: .76rem;
  font-weight: 700
}

.team {
  background: linear-gradient(180deg, var(--background), #f3eef7)
}

.specialists-slider {
  overflow: hidden
}

.specialist-slide {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  min-height: 530px;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow)
}

.specialist-slide__photo {
  min-height: 530px;
  background-size: cover;
  background-position: center
}

.photo-1 {
  background-image: url('https://images.unsplash.com/photo-1559839734-2b71ea197ec2?auto=format&fit=crop&w=1200&q=85')
}

.photo-2 {
  background-image: url('../assets/images/profissional-medicina.jpg')
}

.photo-3 {
  background-image: url('https://images.unsplash.com/photo-1612349317150-e413f6a5b16d?auto=format&fit=crop&w=1200&q=85')
}

.specialist-slide__body {
  padding: 65px 70px;
  align-self: center
}

.specialist-slide__area {
  font-size: .72rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--secondary);
  font-weight: 700
}

.specialist-slide h3 {
  font-family: "Cinzel";
  font-size: clamp(2rem, 3vw, 3.5rem);
  line-height: 1.05;
  margin: 12px 0 6px
}

.specialist-slide .role {
  color: var(--gold);
  font-weight: 600;
  margin-top: 0
}

.specialist-slide__body>p:not(.role) {
  color: var(--muted);
  max-width: 520px
}

.specialist-meta {
  display: flex;
  gap: 35px;
  margin: 28px 0
}

.specialist-meta span {
  font-size: .75rem;
  color: var(--muted)
}

.specialist-meta b {
  display: block;
  font-size: 1.05rem;
  color: var(--primary)
}

.text-link {
  color: var(--primary);
  font-weight: 700;
  font-size: .78rem
}

.slider-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px
}

.swiper-pagination {
  position: static !important;
  text-align: left !important
}

.swiper-pagination-bullet-active {
  background: var(--primary) !important
}

.slider-arrows {
  display: flex;
  gap: 10px
}

.slider-arrows button {
  position: static !important;
  margin: 0 !important;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(75, 29, 109, .16);
  border-radius: 50%;
  background: #fff;
  color: var(--primary);
  font-size: 1.2rem
}

.slider-arrows button::after {
  display: none
}

.about {
  background: #fff
}

.about-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 8vw;
  align-items: center
}

.about-media {
  position: relative;
  min-width: 0
}

.about-media__image {
  height: min(680px, 70vw);
  min-height: 520px;
  border-radius: 28px;
  background: url('https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?auto=format&fit=crop&w=1400&q=85') center/cover;
  box-shadow: var(--shadow)
}

.about-media__badge {
  position: absolute;
  right: -30px;
  bottom: 42px;
  background: var(--primary);
  color: #fff;
  padding: 24px 28px;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(75, 29, 109, .25)
}

.about-media__badge strong,
.about-media__badge span {
  display: block
}

.about-media__badge strong {
  font-family: "Cinzel";
  color: #f1d980;
  letter-spacing: .08em
}

.about-media__badge span {
  font-size: .72rem
}

.about-content>p {
  color: var(--muted);
  font-size: 1rem
}

.about-values {
  margin-top: 32px
}

.about-values article {
  display: flex;
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid #ebe5ee
}

.about-values article>span {
  color: var(--gold);
  font-size: 1.2rem
}

.about-values h3 {
  margin: 0;
  color: var(--primary);
  font-size: 1rem
}

.about-values p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: .84rem
}

.stats {
  padding: 70px 0 45px;
  background: var(--primary);
  color: #fff
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr)
}

.stats article {
  text-align: center;
  padding: 16px 25px;
  border-right: 1px solid rgba(255, 255, 255, .18)
}

.stats article:last-child {
  border: 0
}

.stats strong {
  display: block;
  font-family: "Cinzel";
  font-size: clamp(2.4rem, 4.5vw, 5rem);
  line-height: 1;
  color: #f1d980
}

.stats span {
  font-size: .75rem;
  opacity: .82
}

.stats-note {
  text-align: center;
  font-size: .62rem;
  opacity: .55;
  margin: 24px 0 0
}

.news {
  background: var(--background)
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.news-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(58, 30, 74, .07);
  transition: .35s
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow)
}

.news-card__image {
  height: 250px;
  background-size: cover;
  background-position: center
}

.news-1 {
  background-image: url('https://images.unsplash.com/photo-1579684385127-1ef15d508118?auto=format&fit=crop&w=1000&q=85')
}

.news-2 {
  background-image: url('https://images.unsplash.com/photo-1519415510236-718bdfcd89c8?auto=format&fit=crop&w=1000&q=85')
}

.news-3 {
  background-image: url('https://images.unsplash.com/photo-1584515933487-779824d29309?auto=format&fit=crop&w=1000&q=85')
}

.news-card__content {
  padding: 28px
}

.news-card__content>span {
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--secondary);
  font-weight: 700
}

.news-card h3 {
  font-family: "Cinzel";
  font-size: 1.18rem;
  line-height: 1.3;
  margin: 10px 0
}

.news-card p {
  font-size: .82rem;
  color: var(--muted)
}

.news-card a {
  font-size: .73rem;
  font-weight: 700;
  color: var(--primary)
}

.cta {
  min-height: 620px;
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  isolation: isolate;
  overflow: hidden
}

.cta__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url('https://images.unsplash.com/photo-1538108149393-fbbd81895907?auto=format&fit=crop&w=2200&q=85') center/cover
}

.cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(53, 20, 73, .9)
}

.cta__content {
  padding: 90px 0
}

.cta .eyebrow {
  justify-content: center
}

.cta h2 {
  font-size: clamp(2.5rem, 5vw, 5.4rem);
  line-height: 1.05;
  margin: 18px 0
}

.cta h2 em {
  color: #f1d980
}

.cta p {
  opacity: .78;
  margin-bottom: 30px
}

.footer {
  background: #201428;
  color: #fff;
  padding: 70px 0 26px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 55px
}

.footer-brand img {
  width: 200px;
  filter: brightness(0) invert(1);
  margin-bottom: 18px
}

.footer h3 {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #f1d980;
  margin: 0 0 18px
}

.footer p,
.footer a {
  display: block;
  font-size: .75rem;
  color: rgba(255, 255, 255, .66);
  margin: 7px 0
}

.footer a:hover {
  color: #fff
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 24px;
  margin-top: 45px
}

.footer-bottom div {
  display: flex;
  gap: 20px
}

.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #25d366;
    color: white;
    font-size: 1.8rem;
    box-shadow: 0 12px 25px rgba(37, 211, 102, .35);
    z-index: 1000
}

.reveal {
  will-change: transform, opacity
}