/* ============================================================
   THAINÁ MARCON — Main Stylesheet
   Mobile-first | Bootstrap 5 grid | HTML+CSS puro
   ============================================================ */

/* ── RESET / BASE ───────────────────────────────────────── */

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  margin: 0;
  background-color: var(--color-cream);
  color: var(--color-brown);
  font-family: var(--font-sans);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

p {
  margin: 0;
}


/* ── NAVEGAÇÃO ──────────────────────────────────────────── */

.site-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: var(--color-overlay-nav);
}

.site-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav-logo {
  padding: 20px 0;
}

.nav-logo img {
  height: 38px;
  width: auto;
}

.nav-cta {
  display: none;
  font-size: 14px;
  padding: 10.4px 21.6px;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .nav-cta {
    display: block;
  }
}

/* ── S1 — HERO ──────────────────────────────────────────── */

.section-hero {
  position: relative;
  padding: 65px 0 0;
  background: var(--color-cream);
}

.hero-content {
  position: relative;
  padding-top: 40px;
  padding-bottom: 48px;
}

.hero-content .eyebrow {
  margin-bottom: 10px;
}

.hero-title {
  font-family: var(--font-serif);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.10;
  letter-spacing: -0.5px;
  color: var(--color-navy);
  margin-bottom: 16px;
}

.hero-title em {
  font-style: italic;
  color: var(--color-gold);
}

.hero-subtitle {
  font-size: var(--fs-body-lg);
  line-height: 1.4;
  color: var(--color-brown);
  margin-bottom: 24px;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.hero-proof {
  display: flex;
  align-items: center;
  gap: 14.4px;
  padding-top: 24px;
  border-top: 1px solid var(--color-border);
}

@media (min-width: 768px) {
  .section-hero {
    padding-top: 72px;
  }

  .hero-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero-title {
    font-size: 44px;
    letter-spacing: -0.8px;
    margin-bottom: 20px;
  }

  .hero-subtitle {
    font-size: var(--fs-body-xl);
    margin-bottom: 28px;
  }
}

@media (min-width: 992px) {
  .section-hero {
    padding-top: 80px;
    background-image: url(../images/hero.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-title {
    font-size: var(--fs-hero-h);
    letter-spacing: -1px;
    margin-bottom: 24px;
  }

  .hero-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .hero-ctas {
    margin-bottom: 40px;
  }

  .hero-proof {
    padding-top: 32px;
  }
}

.hero-proof .stars {
  font-size: 14.4px;
  letter-spacing: var(--ls-stars);
  color: var(--color-gold);
}

.hero-proof-text strong {
  display: block;
  font-size: 12.8px;
  font-weight: 700;
  color: var(--color-navy);
  letter-spacing: 0.16px;
}

.hero-proof-text span {
  font-size: 12.5px;
  color: var(--color-brown);
  opacity: 0.75;
}

/* ── S2 — FRASE ÂNCORA ──────────────────────────────────── */

.section-anchor {
  background-color: var(--color-navy);
  padding-block: 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .section-anchor {
    padding-block: 72px;
  }
}

@media (min-width: 992px) {
  .section-anchor {
    padding-block: 88px;
  }
}

.section-anchor::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(155,137,107,0.08), transparent 70%);
  pointer-events: none;
}

.anchor-quote {
  font-family: var(--font-serif);
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.30;
  letter-spacing: -0.45px;
  color: var(--color-cream);
  margin: 0 0 20px;
  padding: 0;
  border: none;
}

@media (min-width: 768px) {
  .anchor-quote {
    font-size: 42px;
  }
}

.anchor-quote strong {
  font-weight: 600;
  color: var(--color-gold-light);
}

.anchor-sub {
  font-size: var(--fs-body);
  color: var(--color-beige);
  letter-spacing: 0.3px;
  max-width: 640px;
  margin-inline: auto;
}

/* ── S3 — MODALIDADES ───────────────────────────────────── */

.section-modalidades {
  background-color: var(--color-cream);
  padding-block: var(--section-pt);
}

.modalidades-header {
  margin-bottom: 24px;
}

.modalidades-header .section-title {
  margin-top: 8px;
}

@media (min-width: 768px) {
  .modalidades-header {
    margin-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .modalidades-header {
    margin-bottom: 40px;
  }
}

.modal-card {
  background-color: var(--color-cream-md);
  border: var(--border-card);
  border-radius: var(--radius-card);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.modal-card__image {
  position: relative;
  aspect-ratio: 526 / 296;
  overflow: hidden;
  flex-shrink: 0;
}

.modal-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.modal-card__body {
  padding: 22px 22px 26px;
}

@media (min-width: 768px) {
  .modal-card__body {
    padding: 28px 28px 32px;
  }
}

@media (min-width: 992px) {
  .modal-card__body {
    padding: 32px 32px 36px;
  }
}

.modal-card__tag {
  display: inline-block;
  background-color: rgba(25, 36, 55, 0.08);
  font-size: 10.4px;
  font-weight: 400;
  letter-spacing: 1.56px;
  text-transform: uppercase;
  color: var(--color-navy);
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 17.6px;
  width: fit-content;
}

.modal-card__title {
  font-family: var(--font-serif);
  font-size: 19px;
  font-weight: 700;
  color: var(--color-navy);
  line-height: 1.2;
  margin-bottom: 6.4px;
}

@media (min-width: 768px) {
  .modal-card__title {
    font-size: 21px;
  }
}

@media (min-width: 992px) {
  .modal-card__title {
    font-size: var(--fs-modal-h);
  }
}

.modal-card__subtitle {
  font-style: italic;
  font-size: var(--fs-card-sub);
  color: var(--color-navy-dark);
  margin-bottom: 16px;
}

.modal-card__text {
  font-size: var(--fs-body);
  color: var(--color-brown);
  line-height: 1.70;
  margin-bottom: 24px;
  flex: 1;
}

.modal-card__location {
  display: flex;
  align-items: center;
  gap: 6.4px;
  font-size: 13.1px;
  font-weight: 700;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  color: var(--color-navy-dark);
  margin-bottom: 20px;
}

.modal-card__location svg {
  flex-shrink: 0;
  color: var(--color-gold);
}

/* ── S4 — ESPECIALIDADES ────────────────────────────────── */

.section-especialidades {
  background-color: var(--color-cream-md);
  border-top: var(--border-card);
  border-bottom: var(--border-card);
  padding-block: var(--section-pt);
}

.especialidades-header {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .especialidades-header {
    margin-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .especialidades-header {
    margin-bottom: 40px;
  }
}

.especialidades-header .row > div:last-child p {
  color: var(--color-brown);
  font-size: var(--fs-body);
  line-height: 1.70;
}

.specialty-card {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .specialty-card {
    aspect-ratio: 1 / 1.26;
  }
}

.specialty-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.specialty-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.specialty-card__body {
  position: relative;
  z-index: 1;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 6.4px;
  color: #fff;
}

.specialty-card__title {
  font-family: var(--font-serif);
  font-size: var(--fs-card-h);
  font-weight: 700;
  line-height: 1.30;
  margin: 0;
}

.specialty-card__desc {
  font-style: italic;
  font-size: 15px;
  line-height: 1.40;
  margin: 0;
  opacity: 0.92;
}

@media (min-width: 992px) {
  .specialty-card__body {
    padding: 24px 20px;
  }
}

/* ── S5 — DEPOIMENTOS ───────────────────────────────────── */

.section-depoimentos {
  background-color: var(--color-navy);
  padding-block: var(--section-pt);
  position: relative;
  overflow: hidden;
}

.section-depoimentos::after {
  content: '';
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(155,137,107,0.05), transparent 70%);
  pointer-events: none;
}

.dep-carousel-wrap {
  max-width: 640px;
  margin-inline: auto;
  padding-inline: 44px;
}

@media (min-width: 768px) {
  .dep-carousel-wrap {
    padding-inline: 56px;
  }
}

.dep-carousel-wrap--desktop {
  max-width: 100%;
  padding-inline: 0;
}

.dep-carousel-wrap .carousel-item {
  padding-inline: 6px;
}

.dep-track-viewport {
  overflow: hidden;
}

.dep-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.dep-track__item {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-inline: 12px;
}

.dep-carousel-wrap .carousel-control-prev,
.dep-carousel-wrap .carousel-control-next {
  width: 36px;
  opacity: 0.7;
}

.dep-carousel-wrap .carousel-control-prev {
  left: -44px;
}

.dep-carousel-wrap .carousel-control-next {
  right: -44px;
}

.dep-carousel-wrap .carousel-control-prev:hover,
.dep-carousel-wrap .carousel-control-next:hover {
  opacity: 1;
}

.dep-carousel-wrap .carousel-control-prev-icon,
.dep-carousel-wrap .carousel-control-next-icon {
  width: 1.6rem;
  height: 1.6rem;
}

.dep-carousel-wrap .carousel-indicators {
  position: static;
  margin-top: 24px;
  margin-bottom: 0;
}

.dep-carousel-wrap .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-white-07);
  border: none;
  opacity: 1;
}

.dep-carousel-wrap .carousel-indicators .active {
  background-color: var(--color-gold);
}

.dep-card {
  background-color: var(--color-white-04);
  border: 1px solid var(--color-white-07);
  border-radius: var(--radius-card);
  padding: 22px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .dep-card {
    padding: 28px;
  }
}

@media (min-width: 992px) {
  .dep-card {
    padding: 32px;
  }
}

.dep-card__stars {
  font-size: 13.6px;
  letter-spacing: var(--ls-stars);
  color: var(--color-gold);
  margin-bottom: 20px;
}

.dep-card__quote {
  font-family: var(--font-sans);
  font-size: var(--fs-body);
  font-weight: 500;
  color: var(--color-cream);
  line-height: 1.75;
  flex: 1;
  margin-bottom: 28px;
}

.dep-card__footer {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--color-white-07);
  padding-top: 17.6px;
}

.dep-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-badge);
  background-color: var(--color-navy-md);
  border: 1px solid #243349;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 14.4px;
  color: var(--color-gold);
}

.dep-card__name {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-cream);
  line-height: 1.2;
}

.dep-card__tag {
  font-size: 12px;
  color: var(--color-gold);
  opacity: 0.85;
}

.dep-cta-wrap {
  text-align: center;
  margin-top: 48px;
}

/* ── S6 — COMO FUNCIONA ─────────────────────────────────── */

.section-processo {
  background-color: var(--color-cream);
  padding-block: var(--section-pt);
}

.processo-header {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .processo-header {
    margin-bottom: 44px;
  }
}

@media (min-width: 992px) {
  .processo-header {
    margin-bottom: 56px;
  }
}

.processo-steps {
  position: relative;
}

.processo-divider {
  display: none;
}

@media (min-width: 992px) {
  .processo-divider {
    display: block;
    position: absolute;
    top: 48px; /* align with center of step circles */
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(to right, var(--color-border), var(--color-gold) 50%, var(--color-border));
    z-index: 0;
  }
}

.step-item {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-inline: 12px;
}

.step-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--color-cream-md);
  border: var(--border-card);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  margin-bottom: 16px;
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
  color: var(--color-gold);
  line-height: 1;
}

@media (min-width: 768px) {
  .step-num {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .step-num {
    width: 56px;
    height: 56px;
    margin-bottom: 24px;
    font-size: var(--fs-step-num);
  }
}

.step-title {
  font-size: var(--fs-body);
  font-weight: 600;
  color: var(--color-navy);
  margin-bottom: 9.6px;
  line-height: 1.35;
}

.step-desc {
  font-size: var(--fs-body-sm);
  color: var(--color-brown);
  line-height: 1.65;
  opacity: 0.85;
}

/* ── S7 — EQUIPE ────────────────────────────────────────── */

.section-equipe {
  background-color: var(--color-cream-md);
  border-top: var(--border-card);
  padding-block: var(--section-pt);
}

.equipe-header {
  margin-bottom: 28px;
}

@media (min-width: 768px) {
  .equipe-header {
    margin-bottom: 36px;
  }
}

@media (min-width: 992px) {
  .equipe-header {
    margin-bottom: 44px;
  }
}

.equipe-header .section-title {
  margin-bottom: 12px;
}

.equipe-header p {
  font-size: var(--fs-body);
  color: var(--color-brown);
  line-height: 1.70;
}

.team-card {
  background-color: var(--color-cream);
  border: var(--border-card);
  border-radius: var(--radius-card);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.team-card__photo {
  position: relative;
  height: 220px;
  overflow: hidden;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .team-card__photo {
    height: 240px;
  }
}

@media (min-width: 992px) {
  .team-card__photo {
    height: 260px;
  }
}

.team-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.team-card__body {
  padding: 20px 20px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .team-card__body {
    padding: 22px 24px 28px;
  }
}

@media (min-width: 992px) {
  .team-card__body {
    padding: 24px 28px 32px;
  }
}

.team-card__role {
  font-family: var(--font-sans);
  font-size: var(--fs-team-role);
  font-weight: 400;
  letter-spacing: 1.45px;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 8px;
}

.team-card__name {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-navy);
  margin-bottom: 0;
  line-height: 1.30;
}

@media (min-width: 768px) {
  .team-card__name {
    font-size: 19.5px;
  }
}

@media (min-width: 992px) {
  .team-card__name {
    font-size: var(--fs-team-h);
  }
}

.team-card__specialty {
  font-size: 12.5px;
  color: var(--color-brown);
  opacity: 0.8;
  padding-block: 11.2px;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 16px;
}

.team-card__bio {
  font-size: var(--fs-body-sm);
  color: var(--color-brown);
  line-height: 1.70;
  flex: 1;
}

/* ── S8 — FAQ ───────────────────────────────────────────── */

.section-faq {
  background-color: var(--color-navy);
  padding-block: var(--section-pt);
}

.faq-header {
  margin-bottom: 28px;
}

@media (min-width: 768px) {
  .faq-header {
    margin-bottom: 36px;
  }
}

@media (min-width: 992px) {
  .faq-header {
    margin-bottom: 44px;
  }
}

.faq-list {
  max-width: 720px;
  margin-inline: auto;
}

.accordion-item {
  background: transparent !important;
  border: none !important;
  border-top: 1px solid var(--color-white-07) !important;
}

.accordion-item:last-child {
  border-bottom: 1px solid var(--color-white-07) !important;
}

.accordion-button {
  background: transparent !important;
  color: var(--color-cream) !important;
  font-family: var(--font-sans);
  font-size: var(--fs-faq-q) !important;
  font-weight: 500 !important;
  padding: 16px 0 !important;
  padding-right: 28px !important;
  box-shadow: none !important;
  border: none !important;
  line-height: 1.50;
}

@media (min-width: 768px) {
  .accordion-button {
    padding: 19px 0 !important;
    padding-right: 30px !important;
  }
}

@media (min-width: 992px) {
  .accordion-button {
    padding: 21.6px 0 !important;
    padding-right: 32px !important;
  }
}

.accordion-button::after {
  content: '+';
  font-family: var(--font-sans);
  font-size: 22.4px;
  font-weight: 300;
  color: var(--color-gold);
  background-image: none !important;
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) !important;
  transition: transform 0.25s;
}

.accordion-button:not(.collapsed)::after {
  content: '−';
  transform: translateY(-50%) !important;
}

.accordion-body {
  color: var(--color-beige) !important;
  font-size: var(--fs-body-sm);
  line-height: 1.70;
  padding: 0 0 24px !important;
}

/* ── S9 — CTA FINAL ─────────────────────────────────────── */

.section-cta-final {
  background-image: url(../images/bg-cta.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 48px 0;
}

@media (min-width: 768px) {
  .section-cta-final {
    padding: 54px 0;
  }
}

@media (min-width: 992px) {
  .section-cta-final {
    padding: 60px 0;
  }
}

.cta-final-content {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin-inline: auto;
}

.cta-final-content .eyebrow {
  color: var(--color-gold);
  margin-bottom: 20px;
}

.cta-final-title {
  font-family: var(--font-serif);
  font-size: clamp(32px, 5.5vw, var(--fs-cta-h));
  font-weight: 700;
  color: var(--color-navy);
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.cta-final-sub {
  font-size: var(--fs-body-lg);
  color: var(--color-brown);
  line-height: 1.70;
  margin-bottom: 32px;
}

.cta-final-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .cta-final-badges {
    gap: 8px 16px;
    margin-top: 24px;
  }
}

.cta-badge {
  font-size: 12.5px;
  color: var(--color-brown);
  letter-spacing: 0.62px;
  opacity: 0.8;
}

.cta-badge-dot {
  color: var(--color-brown);
  opacity: 0.3;
}

/* ── FOOTER ─────────────────────────────────────────────── */

.site-footer {
  background-color: var(--color-navy);
  border-top: 1px solid #2e4060;
  padding-top: 36px;
  padding-bottom: 24px;
}

.footer-logo {
  margin-bottom: 20px;
  display: flex !important;
  justify-content: center;
}

.footer-logo img {
  height: 72px;
  width: auto;
}

@media (min-width: 768px) {
  .site-footer {
    padding-top: 42px;
    padding-bottom: 26px;
  }

  .footer-logo {
    margin-bottom: 22px;
    justify-content: flex-start;
  }

  .footer-logo img {
    height: 78px;
  }
}

@media (min-width: 992px) {
  .site-footer {
    padding-top: 48px;
    padding-bottom: 28px;
  }

  .footer-logo {
    margin-bottom: 24px;
  }

  .footer-logo img {
    height: 90px;
  }
}

.footer-eyebrow {
  font-family: var(--font-sans);
  font-size: var(--fs-eyebrow);
  font-weight: 400;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 14.4px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13.1px;
  color: var(--color-beige);
  line-height: 1.50;
  margin-bottom: 6.4px;
}

.footer-contact-item svg {
  margin-top: 2px;
  flex-shrink: 0;
  color: var(--color-gold);
}

.footer-phone-link {
  color: var(--color-beige);
}

.footer-hours-row {
  display: flex;
  justify-content: space-between;
  font-size: 12.5px;
  padding-block: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.footer-hours-row span:first-child {
  color: var(--color-beige);
}

.footer-hours-row span:last-child {
  color: var(--color-gold);
}

.footer-hours-row:last-child {
  border-bottom: none;
}

.footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
  }
}

.footer-copy {
  font-size: 12px;
  color: rgba(200,190,168,0.40);
}
