/*
Theme Name: Jornada do Ser
Theme URI: https://espacojornadadoser.com.br/
Author: Espaço Jornada do Ser
Description: Tema em blocos para o Espaço Jornada do Ser, com cabeçalho e rodapé globais e seções de página independentes e editáveis no editor de blocos do WordPress.
Version: 0.29.9
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 8.5
Text Domain: jornada-do-ser
*/

:root {
  --jds-teal: #073f43;
  --jds-teal-dark: #063438;
  --jds-teal-soft: #355a55;
  --jds-terracotta: #c65432;
  --jds-terracotta-dark: #a94327;
  --jds-gold: #d1a04a;
  --jds-olive: #637256;
  --jds-ink: #28231f;
  --jds-muted: #68615b;
  --jds-bg: #fbf9f6;
  --jds-surface: #ffffff;
  --jds-cream: #f7f3ed;
  --jds-border: #e8e0d7;
  --jds-shadow: 0 12px 30px rgba(66, 48, 34, 0.06);
  --jds-radius: 14px;
  --jds-radius-lg: 22px;
  --jds-content: 1180px;
}

/* Página 404 — caminho não encontrado */
.jds-404 {
  background: var(--jds-bg);
  max-width: 100%;
  overflow-x: clip;
  width: 100%;
}

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

.jds-404__hero {
  background:
    radial-gradient(circle at 78% 16%, rgba(255,255,255,.08) 0 4%, transparent 4.2%),
    linear-gradient(135deg, var(--jds-teal-dark) 0%, #07565b 100%);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.jds-404__hero::before {
  background: linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,.45), transparent 72%);
  mask-image: linear-gradient(90deg, rgba(0,0,0,.45), transparent 72%);
  pointer-events: none;
  position: absolute;
}

.jds-404__inner {
  align-items: center;
  display: grid;
  gap: clamp(36px, 6vw, 92px);
  grid-template-columns: minmax(0, 1.02fr) minmax(350px, .98fr);
  margin-inline: auto;
  min-height: clamp(570px, 68vh, 720px);
  padding: clamp(68px, 8vw, 118px) 0;
  position: relative;
  max-width: var(--jds-content);
  width: calc(100% - 40px);
  z-index: 1;
}

.jds-404__content {
  max-width: 650px;
  min-width: 0;
  width: 100%;
}

.jds-404__eyebrow {
  border-bottom: 2px solid rgba(255,255,255,.78);
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
  margin: 0 0 26px;
  padding-bottom: 8px;
}

.jds-404__number {
  color: rgba(255,255,255,.14);
  font-family: var(--wp--preset--font-family--heading, inherit);
  font-size: clamp(96px, 12vw, 176px);
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: .7;
  margin: 0 0 28px -8px;
}

.jds-404__title {
  color: #fff;
  font-size: clamp(38px, 4.2vw, 62px);
  line-height: 1.04;
  margin: 0;
  max-width: 620px;
  overflow-wrap: anywhere;
}

.jds-404__description {
  color: rgba(255,255,255,.86);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.65;
  margin: 26px 0 0;
  max-width: 610px;
  overflow-wrap: anywhere;
}

.jds-404__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.jds-404__button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: .035em;
  min-height: 50px;
  padding: 12px 25px;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.jds-404__button--primary {
  background: var(--jds-terracotta);
  color: #fff;
}

.jds-404__button--secondary {
  border-color: rgba(255,255,255,.66);
  color: #fff;
}

.jds-404__button:hover,
.jds-404__button:focus-visible {
  color: #fff;
  outline: none;
  transform: translateY(-2px);
}

.jds-404__button--primary:hover,
.jds-404__button--primary:focus-visible {
  background: var(--jds-terracotta-dark);
}

.jds-404__button--secondary:hover,
.jds-404__button--secondary:focus-visible {
  background: rgba(255,255,255,.1);
  border-color: #fff;
}

.jds-404__visual {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 440px;
  min-width: 0;
  max-width: 100%;
  position: relative;
}

.jds-404__sun {
  background: #d8a64e;
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(216,166,78,.1), 0 0 70px rgba(216,166,78,.24);
  height: 86px;
  position: absolute;
  right: 16%;
  top: 10%;
  width: 86px;
}

.jds-404__landscape {
  bottom: 28px;
  height: auto;
  left: 0;
  max-width: 620px;
  position: absolute;
  width: 100%;
}

.jds-404__hill--back {
  fill: #3e7772;
}

.jds-404__hill--front {
  fill: #274f4b;
}

.jds-404__path,
.jds-404__path-edge {
  fill: none;
  stroke-linecap: round;
}

.jds-404__path {
  stroke: #efe0c8;
  stroke-width: 48;
}

.jds-404__path-edge {
  opacity: .28;
  stroke: #fff;
  stroke-width: 2;
}

.jds-404__plants {
  fill: none;
  opacity: .78;
  stroke: #a6beb1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5;
}

.jds-404__visual-copy {
  bottom: 6px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  font-style: italic;
  letter-spacing: .025em;
  margin: 0;
  position: absolute;
  right: 0;
}

.jds-404__links {
  background: #fff;
  max-width: 100%;
  overflow-x: clip;
  padding: 24px 0 70px;
  width: 100%;
}

.jds-404__links-inner {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: -40px auto 0;
  position: relative;
  max-width: var(--jds-content);
  width: calc(100% - 40px);
  z-index: 2;
}

.jds-404__link-card {
  align-items: center;
  background: #fff;
  border: 1px solid var(--jds-border);
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(6,52,56,.11);
  color: var(--jds-ink);
  display: grid;
  gap: 15px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 132px;
  min-width: 0;
  padding: 24px;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.jds-404__link-card:hover,
.jds-404__link-card:focus-visible {
  border-color: rgba(7,63,67,.35);
  box-shadow: 0 20px 42px rgba(6,52,56,.15);
  color: var(--jds-ink);
  outline: none;
  transform: translateY(-4px);
}

.jds-404__link-number {
  color: var(--jds-terracotta);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.jds-404__link-copy {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.jds-404__link-copy strong {
  color: var(--jds-teal-dark);
  font-size: 18px;
}

.jds-404__link-copy small {
  color: var(--jds-muted);
  font-size: 13px;
  line-height: 1.5;
}

.jds-404__link-arrow {
  color: var(--jds-teal);
  font-size: 25px;
}

@media (max-width: 900px) {
  .jds-404__inner {
    gap: 22px;
    grid-template-columns: 1fr;
    padding-bottom: 38px;
  }

  .jds-404__content {
    max-width: 720px;
  }

  .jds-404__visual {
    margin-inline: auto;
    min-height: 330px;
    width: min(100%, 580px);
  }

  .jds-404__sun {
    height: 68px;
    width: 68px;
  }

  .jds-404__links-inner {
    grid-template-columns: 1fr;
    max-width: 720px;
  }
}

@media (max-width: 600px) {
  .jds-404__inner {
    min-height: 0;
    padding: 56px 0 34px;
    max-width: none;
    width: calc(100% - 28px);
  }

  .jds-404__eyebrow {
    font-size: 11px;
    letter-spacing: .14em;
  }

  .jds-404__number {
    margin-bottom: 24px;
  }

  .jds-404__actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
  }

  .jds-404__button {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .jds-404__visual {
    min-height: 270px;
    width: 100%;
  }

  .jds-404__visual-copy {
    font-size: 12px;
  }

  .jds-404__links {
    padding-bottom: 50px;
  }

  .jds-404__links-inner {
    margin-top: -24px;
    max-width: none;
    width: calc(100% - 28px);
  }

  .jds-404__link-card {
    max-width: 100%;
    min-height: 118px;
    min-width: 0;
    padding: 20px 18px;
    width: 100%;
  }
}

@media (max-width: 600px) and (orientation: portrait) {
  body.error404,
  body.error404 .wp-site-blocks,
  body.error404 .jds-404,
  body.error404 .jds-404__hero,
  body.error404 .jds-404__links {
    max-width: 100%;
    overflow-x: clip;
  }

  body.error404 .jds-404__number,
  body.error404 .jds-404__eyebrow,
  body.error404 .jds-404__title,
  body.error404 .jds-404__description,
  body.error404 .jds-404__visual-copy,
  body.error404 .jds-404__link-copy strong,
  body.error404 .jds-404__link-copy small {
    max-width: 100%;
    white-space: normal;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--jds-bg);
  color: var(--jds-ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  text-underline-offset: .2em;
}

/* Cabeçalho global */
.jds-site-header {
  background: rgba(251, 249, 246, .98);
  border-bottom: 1px solid var(--jds-border);
  position: relative;
  z-index: 50;
}

.jds-topbar {
  background: var(--jds-teal);
  color: #f4e7c9;
  font-size: 13px;
}

.jds-topbar__inner {
  min-height: 42px;
  gap: 24px;
}

.jds-topbar__item {
  margin: 0;
  white-space: nowrap;
}

.jds-topbar__item::before {
  color: var(--jds-gold);
  display: inline-block;
  margin-right: 8px;
}

.jds-topbar__item--location::before { content: "⌖"; }
.jds-topbar__item--service::before { content: "▣"; }
.jds-topbar__item--trust::before { content: "♢"; }

.jds-main-header {
  background: var(--jds-bg);
}

.jds-main-header__inner {
  min-height: 92px;
  gap: 28px;
}

.jds-brand {
  gap: 12px;
  min-width: 260px;
}

.jds-brand .wp-block-site-logo img {
  max-height: 56px;
  width: auto;
}

.jds-brand-copy {
  gap: 0;
}

.jds-brand .wp-block-site-title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .015em;
  text-transform: uppercase;
}

.jds-brand .wp-block-site-title a {
  color: var(--jds-ink);
  text-decoration: none;
}

.jds-brand .wp-block-site-tagline {
  color: var(--jds-muted);
  font-size: 10px;
  letter-spacing: .28em;
  margin: 7px 0 0;
  text-transform: uppercase;
}

.jds-nav {
  flex: 1 1 auto;
}

/* O autoatendimento permanece no botão independente no desktop e passa a
 * integrar a navegação recolhida no tablet/mobile. */
.jds-nav__auto {
  display: none !important;
}

.jds-nav .wp-block-navigation-item__content {
  color: var(--jds-ink);
  font-size: 14px;
  font-weight: 600;
  padding: 13px 4px;
  position: relative;
  text-decoration: none;
}

.jds-nav .wp-block-navigation-item__content::after {
  background: var(--jds-terracotta);
  bottom: 4px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) scaleX(0);
  transition: transform .2s ease;
  width: calc(100% - 8px);
}

.jds-nav .wp-block-navigation-item__content:hover::after,
.jds-nav .current-menu-item > .wp-block-navigation-item__content::after {
  transform: translateX(-50%) scaleX(1);
}

.jds-header-cta .wp-block-button__link,
.jds-button-primary .wp-block-button__link {
  background: var(--jds-terracotta);
  border: 1px solid var(--jds-terracotta);
  border-radius: 7px;
  box-shadow: 0 7px 16px rgba(198, 84, 50, .13);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 24px;
  transition: .2s ease;
}

.jds-header-cta .wp-block-button__link:hover,
.jds-button-primary .wp-block-button__link:hover {
  background: var(--jds-terracotta-dark);
  border-color: var(--jds-terracotta-dark);
  transform: translateY(-1px);
}

.jds-button-outline .wp-block-button__link {
  background: transparent;
  border: 1px solid var(--jds-terracotta);
  border-radius: 7px;
  color: var(--jds-ink);
  font-weight: 700;
  padding: 13px 23px;
}

/* Corpo: sistema de seções independentes */
.jds-page-content {
  margin-top: 0;
}

.jds-section {
  box-sizing: border-box;
  margin-block: 0;
  padding-block: clamp(42px, 6vw, 78px);
}

.jds-section + .jds-section {
  border-top: 1px solid rgba(232, 224, 215, .72);
}

.jds-section--compact {
  padding-block: clamp(24px, 4vw, 42px);
}

.jds-section--surface {
  background: var(--jds-surface);
}

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

.jds-section__inner {
  width: min(100% - 40px, var(--jds-content));
  margin-inline: auto;
}

.jds-eyebrow {
  color: var(--jds-terracotta);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: 10px;
}

.jds-title,
.jds-section h1,
.jds-section h2,
.jds-section h3,
.jds-footer-title {
  font-family: "Cormorant Garamond", Georgia, serif;
}

.jds-section h1,
.jds-section h2,
.jds-section h3 {
  color: var(--jds-ink);
}

.jds-section-title {
  font-size: clamp(34px, 4.6vw, 52px);
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.03;
}

.jds-section-title--center {
  text-align: center;
}

.jds-accent {
  color: var(--jds-terracotta);
}

.jds-lead {
  color: var(--jds-muted);
  font-size: 18px;
  line-height: 1.7;
}

.jds-card {
  background: rgba(255,255,255,.82);
  border: 1px solid var(--jds-border);
  border-radius: var(--jds-radius);
  box-shadow: var(--jds-shadow);
  overflow: hidden;
}

.jds-soft-panel {
  background: rgba(255,255,255,.56);
  border: 1px solid var(--jds-border);
  border-radius: var(--jds-radius-lg);
  padding: clamp(24px, 4vw, 42px);
}

.jds-info-strip {
  background: rgba(255,255,255,.6);
  border: 1px solid var(--jds-border);
  border-radius: var(--jds-radius);
  padding: 18px 24px;
}

.jds-info-strip .wp-block-column:not(:last-child) {
  border-right: 1px solid var(--jds-border);
}

.jds-cta-dark {
  background: linear-gradient(115deg, var(--jds-teal-dark), var(--jds-teal));
  border-radius: var(--jds-radius-lg);
  color: #fff;
  overflow: hidden;
  padding: clamp(30px, 5vw, 52px);
}

.jds-cta-dark h2,
.jds-cta-dark h3,
.jds-cta-dark p {
  color: #fff;
}

.jds-cta-dark h2,
.jds-cta-dark h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
}

.jds-grid-3,
.jds-grid-4,
.jds-grid-6 {
  gap: 18px;
}

.jds-image-rounded img {
  border-radius: var(--jds-radius);
}



/* Página Contato — banner principal */
.jds-contact-hero {
  background: linear-gradient(108deg, var(--jds-teal-dark) 0%, var(--jds-teal) 52%, #0b6670 100%);
  box-sizing: border-box;
  color: #fff;
  margin-block: 0;
  overflow: hidden;
  padding-block: clamp(48px, 6.2vw, 82px);
}

.jds-contact-hero__inner {
  margin-inline: auto;
  width: min(100% - 40px, var(--jds-content));
}

.jds-contact-hero__label {
  border-bottom: 3px solid rgba(255,255,255,.92);
  color: #fff;
  display: inline-block;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(18px, 1.7vw, 25px);
  font-weight: 700;
  letter-spacing: .22em;
  line-height: 1.1;
  max-width: 100%;
  margin: 0 0 clamp(34px, 4.2vw, 56px);
  padding-bottom: 13px;
  text-transform: uppercase;
}

.jds-contact-hero__headline {
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(40px, 5.1vw, 72px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.08;
  margin: 0;
  max-width: 1120px;
  text-transform: uppercase;
}

.jds-contact-hero__description {
  color: rgba(255,255,255,.94);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 400;
  line-height: 1.55;
  margin: clamp(28px, 3vw, 40px) 0 0;
  max-width: 1080px;
}

/* Normaliza o espaçamento vertical da seção principal quando ela é montada
 * com blocos nativos do Gutenberg (como em Contato). O WordPress adiciona
 * block-gap aos filhos de grupos constrained; estes seletores garantem que
 * Contato, Autoagendar e A Clínica tenham a mesma disposição visual. */
.jds-contact-hero__inner > .jds-contact-hero__label {
  margin: 0 0 clamp(34px, 4.2vw, 56px) !important;
}

.jds-contact-hero__inner > .jds-contact-hero__headline {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.jds-contact-hero__inner > .jds-contact-hero__description {
  margin: clamp(28px, 3vw, 40px) 0 0 !important;
}

@media (max-width: 700px) {
  .jds-contact-hero {
    padding-block: 42px 48px;
  }

  .jds-contact-hero__inner {
    width: min(100% - 28px, var(--jds-content));
  }

  .jds-contact-hero__label {
    font-size: 15px;
    letter-spacing: .12em;
    line-height: 1.35;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }

  .jds-contact-hero__headline {
    font-size: clamp(32px, 10vw, 46px);
    letter-spacing: -.025em;
    line-height: 1.1;
  }

  .jds-contact-hero__description {
    font-size: 17px;
    line-height: 1.55;
    margin-top: 24px;
  }

  .jds-contact-hero__inner > .jds-contact-hero__label {
    margin-bottom: 30px !important;
  }

  .jds-contact-hero__inner > .jds-contact-hero__description {
    margin-top: 24px !important;
  }
}

/* Rodapé global */
.jds-site-footer {
  background: var(--jds-teal-dark);
  color: rgba(255,255,255,.86);
  font-size: 13px;
}

.jds-site-footer a {
  color: #f0d690;
}

.jds-footer-main {
  padding-block: 38px 26px;
}

.jds-footer-main > .wp-block-columns {
  gap: 34px;
}

.jds-footer-brand-title {
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .05em;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.jds-footer-brand-subtitle {
  color: rgba(255,255,255,.7);
  font-size: 9px;
  letter-spacing: .23em;
  margin-top: 0;
  text-transform: uppercase;
}

.jds-footer-heading {
  color: var(--jds-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.jds-site-footer p {
  line-height: 1.65;
}

.jds-footer-legal {
  border-top: 1px solid rgba(255,255,255,.14);
  padding-block: 16px 20px;
}

.jds-footer-legal p,
.jds-footer-legal a {
  color: rgba(255,255,255,.7);
  font-size: 11px;
  margin: 0;
}

/* Gutenberg / utilitários */
.wp-site-blocks > * {
  margin-block-start: 0;
}

.wp-block-button__link {
  cursor: pointer;
}

@media (max-width: 1024px) {
  .jds-topbar__inner {
    justify-content: center !important;
  }

  .jds-topbar__item--trust {
    display: none;
  }

  .jds-main-header__inner {
    flex-wrap: wrap;
    min-height: 78px;
    padding-block: 14px;
  }

  .jds-brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  .jds-nav {
    order: 3;
  }

  .jds-info-strip .wp-block-column:not(:last-child) {
    border-right: 0;
  }
}

@media (max-width: 700px) {
  .jds-topbar__inner {
    min-height: 34px;
  }

  .jds-topbar__item {
    font-size: 11px;
  }

  .jds-topbar__item--service {
    display: none;
  }

  .jds-brand .wp-block-site-title {
    font-size: 17px;
  }

  .jds-brand .wp-block-site-tagline {
    font-size: 8px;
  }

  .jds-header-cta {
    display: none;
  }

  .jds-section__inner {
    width: min(100% - 28px, var(--jds-content));
  }

  .jds-section {
    padding-block: 38px;
  }

  .jds-footer-main > .wp-block-columns {
    gap: 20px;
  }
}

/* Ajuste do menu global com a inclusão da página Contato. */
.jds-nav .wp-block-navigation__container {
  column-gap: clamp(14px, 1.8vw, 26px);
}

@media (max-width: 1080px) {
  .jds-brand {
    min-width: 220px;
  }

  .jds-main-header__inner {
    gap: 18px;
  }

  .jds-nav .wp-block-navigation__container {
    column-gap: 14px;
  }
}

/* Contato — canais, carrossel e autoagendamento */
.jds-contact-options {
  background: var(--jds-bg);
  box-sizing: border-box;
  margin: 0;
  padding: clamp(28px, 4vw, 48px) 0 clamp(34px, 5vw, 58px);
}

.jds-contact-options__inner {
  margin-inline: auto;
  width: min(100% - 40px, var(--jds-content));
}

.jds-contact-carousel__viewport {
  overflow: visible;
}

.jds-contact-carousel__track {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jds-contact-card {
  -webkit-appearance: none;
  appearance: none;
  align-items: flex-start;
  background: linear-gradient(135deg, var(--jds-teal-dark), #0b5d63);
  border: 0;
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(7, 63, 67, .14);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 16px;
  grid-template-columns: 54px minmax(0, 1fr) 22px;
  min-height: 210px;
  padding: 28px 24px 24px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .2s ease, transform .2s ease;
  width: 100%;
}

.jds-contact-card--scheduler {
  background: linear-gradient(135deg, #0b6970 0%, #168b8f 100%);
}

.jds-contact-card:hover,
.jds-contact-card:focus-visible {
  box-shadow: 0 18px 34px rgba(7, 63, 67, .22);
  color: #fff;
  outline: none;
  transform: translateY(-3px);
}

.jds-contact-card:focus-visible {
  box-shadow: 0 0 0 3px rgba(209, 160, 74, .45), 0 18px 34px rgba(7, 63, 67, .22);
}

.jds-contact-card__icon {
  align-items: center;
  border: 1px solid rgba(255,255,255,.56);
  border-radius: 50%;
  display: inline-flex;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.jds-contact-card__icon svg {
  fill: currentColor;
  height: 26px;
  width: 26px;
}

.jds-contact-card__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.jds-contact-card--email {
  container-type: inline-size;
  gap: 8px;
  grid-template-columns: 44px minmax(0, 1fr) 14px;
}

.jds-contact-card--email .jds-contact-card__icon {
  height: 42px;
  width: 42px;
}

.jds-contact-card--email .jds-contact-card__arrow {
  font-size: 24px;
}

.jds-contact-card__eyebrow {
  color: rgba(255,255,255,.92);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.35;
  margin: 2px 0 10px;
  text-transform: uppercase;
}

.jds-contact-card__title {
  color: #fff;
  display: block;
  font-size: clamp(20px, 1.8vw, 25px);
  font-weight: 800;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.jds-contact-card__title--email,
.jds-contact-card--email .jds-contact-card__title {
  box-sizing: border-box;
  font-size: 8px;
  font-size: clamp(8px, 2.8cqi, 12px);
  letter-spacing: -.025em;
  line-height: 1.35;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: normal;
}

.jds-contact-card__text {
  color: rgba(255,255,255,.91);
  display: block;
  font-size: 15px;
  line-height: 1.55;
  margin-top: 14px;
}

.jds-contact-card__arrow {
  align-self: end;
  color: rgba(255,255,255,.92);
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

.jds-contact-carousel__controls {
  align-items: center;
  background: var(--jds-teal-dark);
  border-radius: 999px;
  display: none;
  gap: 13px;
  justify-content: center;
  margin: 18px auto 0;
  padding: 8px 13px;
  width: max-content;
}

.jds-contact-carousel__dots {
  align-items: center;
  display: flex;
  gap: 9px;
}

.jds-contact-carousel__dot,
.jds-contact-carousel__arrow {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
}

.jds-contact-carousel__dot {
  background: #fff;
  border-radius: 50%;
  height: 9px;
  opacity: .72;
  padding: 0;
  transition: background-color .24s ease, opacity .24s ease, transform .24s ease;
  width: 9px;
}

.jds-contact-carousel__dot.is-active {
  background: #a9d8c2;
  opacity: 1;
  transform: scale(1.32);
}

.jds-contact-carousel__arrow {
  align-items: center;
  background: transparent;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 22px;
  height: 30px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: background-color .2s ease, color .2s ease;
  width: 30px;
}

.jds-contact-carousel__arrow:hover,
.jds-contact-carousel__arrow:focus-visible {
  background: rgba(255,255,255,.12);
  color: #a9d8c2;
  outline: none;
}

/* Modal do Psicomanager */
html.jds-modal-open,
html.jds-modal-open body {
  overflow: hidden;
}

.jds-scheduler-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: clamp(14px, 3vw, 42px);
  pointer-events: none;
  position: fixed;
  transition: opacity .2s ease;
  visibility: hidden;
  z-index: 99999;
}

.jds-scheduler-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.jds-scheduler-modal__backdrop {
  -webkit-appearance: none;
  appearance: none;
  background: rgba(3, 29, 31, .82);
  backdrop-filter: blur(4px);
  border: 0;
  cursor: default;
  inset: 0;
  padding: 0;
  position: absolute;
}

.jds-scheduler-modal__dialog {
  background: #f3f3f1;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(0,0,0,.3);
  display: flex;
  flex-direction: column;
  max-height: min(880px, 90vh);
  max-width: 1140px;
  overflow: hidden;
  position: relative;
  transform: translateY(12px) scale(.985);
  transition: transform .2s ease;
  width: 100%;
  z-index: 1;
}

.jds-scheduler-modal.is-open .jds-scheduler-modal__dialog {
  transform: translateY(0) scale(1);
}

.jds-scheduler-modal__header {
  align-items: center;
  background: linear-gradient(108deg, var(--jds-teal-dark), #0b6670);
  color: #fff;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  min-height: 92px;
  padding: 19px 24px;
}

.jds-scheduler-modal__eyebrow {
  color: #f3d9a0;
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .17em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.jds-scheduler-modal__header h2 {
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
}

.jds-scheduler-modal__close {
  -webkit-appearance: none;
  appearance: none;
  align-items: center;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 31px;
  font-weight: 300;
  height: 48px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 3px;
  transition: background-color .2s ease, transform .2s ease;
  width: 48px;
}

.jds-scheduler-modal__close:hover,
.jds-scheduler-modal__close:focus-visible {
  background: rgba(255,255,255,.16);
  outline: none;
  transform: rotate(4deg);
}

.jds-scheduler-modal__body {
  background: #fff;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.jds-scheduler-modal__iframe {
  background: #fff;
  border: 0;
  display: block;
  height: min(650px, calc(90vh - 190px));
  min-height: 430px;
  width: 100%;
}

.jds-scheduler-modal__footer {
  align-items: center;
  background: #fff;
  border-top: 1px solid var(--jds-border);
  display: flex;
  flex: 0 0 auto;
  gap: 20px;
  justify-content: space-between;
  padding: 14px 20px;
}

.jds-scheduler-modal__footer p {
  color: var(--jds-muted);
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
}

.jds-scheduler-modal__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.jds-scheduler-modal__button {
  align-items: center;
  border-radius: 7px;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  min-height: 42px;
  padding: 9px 16px;
  text-decoration: none;
}

.jds-scheduler-modal__button--secondary {
  background: #fff;
  border: 1px solid var(--jds-teal);
  color: var(--jds-teal);
}

.jds-scheduler-modal__button--primary {
  background: var(--jds-terracotta);
  border: 1px solid var(--jds-terracotta);
  color: #fff;
}

.jds-scheduler-modal__button:hover,
.jds-scheduler-modal__button:focus-visible {
  filter: brightness(.95);
  outline: 2px solid rgba(209,160,74,.35);
  outline-offset: 2px;
}

/* Página completa de autoagendamento */
.jds-scheduler-full {
  background: var(--jds-bg);
  margin: 0;
  padding: 0;
  width: 100%;
}

.jds-scheduler-full__inner {
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

.jds-scheduler-full__frame-wrap {
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/*
 * O Psicomanager injeta atualmente um nó de texto `})();` depois da raiz do
 * próprio aplicativo. Por ser conteúdo de outro domínio, o WordPress não pode
 * removê-lo do DOM do iframe. Esta máscara cobre somente a faixa vazia final
 * criada pelo serviço externo, sem bloquear o formulário ou seus controles.
 */
.jds-scheduler-full__frame-wrap::after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 24px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 2;
}

.jds-scheduler-full__iframe {
  border: 0;
  display: block;
  min-height: 920px;
  width: 100%;
}

/* Aparência no editor */
.jds-contact-options--editor {
  padding: 24px;
}

.jds-contact-options--editor .jds-contact-options__inner {
  width: 100%;
}

.jds-contact-options--editor .jds-contact-card {
  cursor: default;
}

.jds-block-editor-note {
  color: #646970;
  font-size: 12px;
  margin: 14px 0 0;
}

.jds-scheduler-full--editor {
  border: 1px dashed #b9b9b9;
  border-radius: 12px;
  padding: 28px;
}

.jds-scheduler-full__placeholder {
  align-items: center;
  background: #f2f2f2;
  border-radius: 10px;
  color: #646970;
  display: flex;
  justify-content: center;
  min-height: 260px;
  padding: 20px;
  text-align: center;
}

@media (max-width: 1024px) {
  .jds-contact-options__inner {
    width: min(100% - 32px, 760px);
  }

  .jds-contact-carousel__viewport {
    border-radius: 14px;
    overflow: hidden;
    touch-action: none;
  }

  .jds-contact-carousel__track {
    display: flex;
    gap: 0;
    grid-template-columns: none;
    transition: transform .42s cubic-bezier(.22,.61,.36,1);
    will-change: transform;
  }

  .jds-contact-card {
    flex: 0 0 100%;
    min-height: 220px;
  }

  .jds-contact-carousel__controls {
    display: flex;
  }

  .jds-contact-options--editor .jds-contact-carousel__track {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    transform: none !important;
  }

  .jds-contact-options--editor .jds-contact-card {
    min-height: 190px;
  }
}

@media (max-width: 700px) {
  .jds-contact-options {
    padding: 22px 0 36px;
  }

  .jds-contact-options__inner,
  .jds-scheduler-full__inner {
    width: min(100% - 28px, var(--jds-content));
  }

  .jds-contact-card {
    gap: 14px;
    grid-template-columns: 48px minmax(0, 1fr) 18px;
    min-height: 208px;
    padding: 24px 19px 21px;
  }

  .jds-contact-card--email {
    gap: 8px;
    grid-template-columns: 44px minmax(0, 1fr) 14px;
  }

  .jds-contact-card__icon {
    height: 46px;
    width: 46px;
  }

  .jds-contact-card__icon svg {
    height: 23px;
    width: 23px;
  }

  .jds-contact-card__title {
    font-size: 22px;
  }

  .jds-contact-card__text {
    font-size: 14px;
  }

  .jds-scheduler-modal {
    align-items: stretch;
    padding: 0;
  }

  .jds-scheduler-modal__dialog {
    border: 0;
    border-radius: 0;
    height: 100dvh;
    max-height: 100dvh;
    max-width: none;
  }

  .jds-scheduler-modal__header {
    min-height: 76px;
    padding: 14px 16px;
  }

  .jds-scheduler-modal__close {
    height: 42px;
    width: 42px;
  }

  .jds-scheduler-modal__iframe {
    height: 100%;
    min-height: 0;
  }

  .jds-scheduler-modal__footer {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
  }

  .jds-scheduler-modal__footer p {
    display: none;
  }

  .jds-scheduler-modal__actions {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
  }

  .jds-scheduler-modal__button {
    padding-inline: 10px;
    text-align: center;
  }

  .jds-scheduler-full {
    padding: 30px 0 42px;
  }

  .jds-scheduler-full__iframe {
    min-height: 760px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jds-contact-carousel__track,
  .jds-contact-card,
  .jds-scheduler-modal,
  .jds-scheduler-modal__dialog {
    transition: none !important;
  }
}


/* Bloco: localização e formatos de atendimento */
{
  background: linear-gradient(180deg, #fff 0%, #f7faf9 100%);
  margin: 0;
  padding: clamp(38px, 5vw, 72px) 0 clamp(42px, 6vw, 78px);
}

.jds-location-formats__inner {
  margin-inline: auto;
  width: min(100% - 40px, var(--jds-content));
}

.jds-location-grid {
  align-items: stretch;
  display: grid;
  gap: clamp(30px, 5vw, 58px);
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
}

.jds-location-copy {
  min-width: 0;
  padding-top: 4px;
}

.jds-location-eyebrow,
.jds-formats-eyebrow {
  color: var(--jds-terracotta);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.jds-location-title {
  color: var(--jds-teal-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 600;
  line-height: .98;
  margin: 0 0 26px;
  max-width: 520px;
}

.jds-location-address-row {
  align-items: flex-start;
  display: grid;
  gap: 14px;
  grid-template-columns: 42px minmax(0, 1fr);
  padding-bottom: 24px;
}

.jds-location-address-row strong {
  color: var(--jds-teal);
  font-size: 16px;
  line-height: 1.55;
}

.jds-location-round-icon,
.jds-location-info-icon,
.jds-format-card__icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.jds-location-round-icon {
  background: var(--jds-teal);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(7,63,67,.12);
  height: 38px;
  width: 38px;
}

.jds-location-round-icon svg {
  fill: #fff;
  height: 19px;
  width: 19px;
}

.jds-location-info-list {
  border-top: 1px solid var(--jds-border);
  padding-top: 18px;
}

.jds-location-info-item {
  align-items: flex-start;
  display: grid;
  gap: 13px;
  grid-template-columns: 30px minmax(0, 1fr);
  margin: 0 0 15px;
}

.jds-location-info-item:last-child {
  margin-bottom: 0;
}

.jds-location-info-icon {
  border: 1px solid rgba(7,63,67,.28);
  border-radius: 50%;
  height: 28px;
  margin-top: 1px;
  width: 28px;
}

.jds-location-info-icon svg {
  fill: var(--jds-teal);
  height: 15px;
  width: 15px;
}

.jds-location-info-item p {
  color: var(--jds-muted);
  font-size: 14px;
  line-height: 1.58;
  margin: 0;
}

.jds-location-map-wrap {
  border: 1px solid var(--jds-border);
  border-radius: 18px;
  box-shadow: var(--jds-shadow);
  min-height: 360px;
  overflow: hidden;
  position: relative;
}

.jds-location-map {
  border: 0;
  display: block;
  height: 100%;
  min-height: 360px;
  width: 100%;
}

.jds-location-map-button {
  align-items: center;
  background: var(--jds-teal);
  border-radius: 8px;
  bottom: 18px;
  box-shadow: 0 10px 28px rgba(0,0,0,.17);
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 6px;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  position: absolute;
  right: 18px;
  text-decoration: none;
  transition: background-color .2s ease, transform .2s ease;
}

.jds-location-map-button:hover,
.jds-location-map-button:focus-visible {
  background: var(--jds-teal-dark);
  color: #fff;
  outline: none;
  transform: translateY(-1px);
}

.jds-formats-heading {
  margin: clamp(54px, 7vw, 82px) auto 28px;
  max-width: 760px;
  text-align: center;
}

.jds-formats-heading h2 {
  color: var(--jds-teal-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 5vw, 56px);
  font-weight: 600;
  line-height: .98;
  margin: 0;
}

.jds-formats-heading__line {
  background: var(--jds-gold);
  display: block;
  height: 3px;
  margin: 20px auto 0;
  width: 54px;
}

.jds-formats-viewport {
  overflow: visible;
}

.jds-formats-track {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jds-format-card {
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--jds-border);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(18,55,54,.05);
  display: grid;
  gap: 18px;
  grid-template-columns: 76px minmax(0, 1fr);
  min-height: 190px;
  padding: 28px;
}

.jds-format-card__icon {
  background: #e7f4ee;
  border: 1px solid #bdddcf;
  border-radius: 50%;
  height: 72px;
  width: 72px;
}

.jds-format-card__icon svg {
  fill: var(--jds-teal);
  height: 31px;
  width: 31px;
}

.jds-format-card__content h3 {
  color: var(--jds-teal-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.08;
  margin: 3px 0 8px;
}

.jds-format-card__content p {
  color: var(--jds-muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 16px;
}

.jds-format-card__badge {
  background: #eef3ef;
  border-radius: 5px;
  color: var(--jds-teal);
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  padding: 8px 11px;
}

.jds-format-card__more {
  align-items: center;
  color: var(--jds-terracotta-dark);
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: .88rem;
  font-weight: 800;
  gap: .5rem;
  margin-top: 18px;
  text-decoration: none;
  transition: color .2s ease, gap .2s ease;
  width: fit-content;
}

.jds-format-card__more:hover,
.jds-format-card__more:focus-visible {
  color: var(--jds-teal-dark);
  gap: .72rem;
  outline: none;
  text-decoration: underline;
  text-underline-offset: .24em;
}

.jds-formats-controls {
  align-items: center;
  display: none;
  gap: 14px;
  justify-content: center;
  margin-top: 18px;
}

.jds-formats-dots {
  align-items: center;
  display: flex;
  gap: 10px;
}

.jds-formats-dot,
.jds-formats-arrow {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.jds-formats-dot {
  background: #fff;
  border: 1px solid rgba(7,63,67,.25);
  border-radius: 50%;
  box-shadow: 0 3px 9px rgba(7,63,67,.08);
  height: 11px;
  padding: 0;
  transition: background-color .32s ease, border-color .32s ease, transform .32s ease;
  width: 11px;
}

.jds-formats-dot.is-active {
  background: #a9d8c5;
  border-color: #a9d8c5;
  transform: scale(1.18);
}

.jds-formats-arrow {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--jds-teal);
  display: inline-flex;
  font-size: 23px;
  height: 34px;
  justify-content: center;
  padding: 0 6px;
  width: 38px;
}

.jds-formats-arrow:hover,
.jds-formats-arrow:focus-visible {
  color: var(--jds-terracotta);
  outline: none;
}

/* Aparência do novo bloco no editor */
.jds-location-formats--editor {
  padding: 28px;
}

.jds-location-formats--editor .jds-location-formats__inner {
  width: 100%;
}

.jds-location-map--editor {
  align-items: center;
  background: #edf3f1;
  color: #646970;
  display: flex;
  justify-content: center;
  min-height: 280px;
  padding: 20px;
  text-align: center;
}

.jds-location-formats--editor .jds-formats-track {
  transform: none !important;
}

@media (max-width: 1024px) {
  .jds-location-grid {
    grid-template-columns: 1fr;
  }

  .jds-location-map-wrap,
  .jds-location-map {
    min-height: 340px;
  }

  .jds-formats-viewport {
    border-radius: 16px;
    overflow: hidden;
    touch-action: pan-y;
  }

  .jds-formats-track {
    display: flex;
    gap: 0;
    grid-template-columns: none;
    transition: transform .42s cubic-bezier(.22,.61,.36,1);
    will-change: transform;
  }

  .jds-format-card {
    flex: 0 0 100%;
    min-height: 200px;
  }

  .jds-formats-controls {
    display: flex;
  }

  .jds-location-formats--editor .jds-formats-track {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  {
    padding: 32px 0 46px;
  }

  .jds-location-formats__inner {
    width: min(100% - 28px, var(--jds-content));
  }

  .jds-location-title {
    font-size: clamp(38px, 12vw, 49px);
  }

  .jds-location-map-wrap,
  .jds-location-map {
    min-height: 300px;
  }

  .jds-location-map-button {
    bottom: 12px;
    font-size: 12px;
    min-height: 42px;
    padding: 9px 13px;
    right: 12px;
  }

  .jds-formats-heading {
    margin-top: 48px;
  }

  .jds-formats-heading h2 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .jds-format-card {
    gap: 14px;
    grid-template-columns: 60px minmax(0, 1fr);
    min-height: 220px;
    padding: 23px 19px;
  }

  .jds-format-card__icon {
    height: 58px;
    width: 58px;
  }

  .jds-format-card__icon svg {
    height: 26px;
    width: 26px;
  }

  .jds-format-card__content h3 {
    font-size: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jds-formats-track,
  .jds-formats-dot,
  .jds-location-map-button {
    transition: none !important;
  }
}

/* Contato — Informações importantes */
.jds-important-info {
  background: var(--jds-bg);
  box-sizing: border-box;
  margin: 0;
  padding: clamp(38px, 5vw, 64px) 0 clamp(44px, 6vw, 72px);
}

.jds-important-info__inner {
  margin-inline: auto;
  width: min(100% - 40px, var(--jds-content));
}

.jds-important-info__eyebrow {
  border: 1px solid rgba(7, 63, 67, .38);
  border-radius: 2px;
  color: var(--jds-teal);
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1;
  margin: 0 0 18px;
  padding: 7px 9px;
  text-transform: uppercase;
}

.jds-important-info__title {
  color: var(--jds-ink);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(30px, 3.1vw, 44px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.08;
  margin: 0;
}

.jds-important-info__title-line {
  background: var(--jds-teal);
  display: block;
  height: 3px;
  margin: 22px 0 26px;
  width: 54px;
}

.jds-important-info__list {
  display: grid;
  gap: 10px;
}

.jds-important-info__item {
  background: linear-gradient(135deg, var(--jds-teal-dark), #0b5d63);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(7, 63, 67, .08);
  color: #fff;
  overflow: hidden;
}

.jds-important-info__summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  list-style: none;
  min-height: 56px;
  padding: 15px 17px;
}

.jds-important-info__summary::-webkit-details-marker {
  display: none;
}

.jds-important-info__summary strong {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.jds-important-info__toggle {
  align-items: center;
  border: 1px solid rgba(255,255,255,.66);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 600;
  height: 25px;
  justify-content: center;
  line-height: 1;
  width: 25px;
}

.jds-important-info__toggle::before {
  content: "+";
  transform: translateY(-1px);
}

.jds-important-info__item[open] .jds-important-info__toggle::before,
.jds-important-info__item.is-editor-open .jds-important-info__toggle::before {
  content: "×";
  transform: none;
}

.jds-important-info__answer {
  border-top: 1px solid rgba(255,255,255,.28);
  margin: 0 17px;
  padding: 15px 0 17px;
}

.jds-important-info__answer p {
  color: rgba(255,255,255,.94);
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.jds-important-info__summary:hover,
.jds-important-info__summary:focus-visible {
  background: rgba(255,255,255,.055);
  outline: none;
}

.jds-important-info__item[open] {
  background: linear-gradient(135deg, #0b5157, #14727a);
}

.jds-important-info--editor .jds-important-info__summary {
  cursor: default;
}

.jds-important-info--editor .jds-important-info__item {
  margin: 0;
}

@media (max-width: 700px) {
  .jds-important-info__inner {
    width: min(100% - 28px, var(--jds-content));
  }

  .jds-important-info__title {
    font-size: clamp(28px, 8vw, 38px);
  }

  .jds-important-info__summary {
    min-height: 52px;
    padding: 14px;
  }

  .jds-important-info__summary strong {
    font-size: 13px;
  }

  .jds-important-info__answer {
    margin-inline: 14px;
    padding: 13px 0 15px;
  }

  .jds-important-info__answer p {
    font-size: 12.5px;
    line-height: 1.6;
  }
}

/* Contato — chamada final */
.jds-final-contact {
  background: var(--jds-bg);
  box-sizing: border-box;
  margin: 0;
  padding: clamp(24px, 3.5vw, 42px) 0 clamp(42px, 5.5vw, 68px);
}

.jds-final-contact__inner {
  margin-inline: auto;
  width: min(100% - 40px, 980px);
}

.jds-final-contact__panel {
  align-items: center;
  background: linear-gradient(105deg, #fff 0%, #fbfcfb 62%, #f3f8f6 100%);
  border: 1px solid rgba(7, 63, 67, .14);
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(7, 63, 67, .08);
  display: grid;
  gap: clamp(34px, 5vw, 64px);
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.15fr);
  overflow: hidden;
  padding: clamp(30px, 4vw, 42px);
  position: relative;
}

.jds-final-contact__panel::before {
  background: linear-gradient(90deg, var(--jds-teal-dark) 0%, #0d7378 58%, #42b8ad 100%);
  content: "";
  height: 5px;
  inset: 0 0 auto;
  position: absolute;
}

.jds-final-contact__copy {
  min-width: 0;
}

.jds-final-contact__title {
  color: var(--jds-teal-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: .98;
  margin: 0;
}

.jds-final-contact__description {
  color: var(--jds-teal);
  font-size: 14px;
  line-height: 1.55;
  margin: 18px 0 0;
}

.jds-final-contact__actions {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jds-final-contact__button {
  -webkit-appearance: none;
  appearance: none;
  align-items: center;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(7, 63, 67, .18);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  gap: 12px;
  justify-content: center;
  min-height: 54px;
  padding: 10px 22px;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .2s ease, filter .2s ease, transform .2s ease;
  width: 100%;
}

.jds-final-contact__button--whatsapp {
  background: linear-gradient(135deg, var(--jds-teal-dark), #0b5d63);
}

.jds-final-contact__button--scheduler {
  background: linear-gradient(135deg, #0b6970, #168b8f);
}

.jds-final-contact__button:hover,
.jds-final-contact__button:focus-visible {
  box-shadow: 0 16px 28px rgba(7, 63, 67, .24);
  color: #fff;
  filter: brightness(1.03);
  outline: none;
  transform: translateY(-2px);
}

.jds-final-contact__button:focus-visible {
  box-shadow: 0 0 0 3px rgba(209, 160, 74, .4), 0 16px 28px rgba(7, 63, 67, .24);
}

.jds-final-contact__button-icon {
  align-items: center;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.jds-final-contact__button-icon svg {
  fill: currentColor;
  height: 17px;
  width: 17px;
}

.jds-final-contact--editor .jds-final-contact__button {
  cursor: default;
}

.jds-final-contact--editor .jds-final-contact__button:hover {
  transform: none;
}

@media (max-width: 900px) {
  .jds-final-contact__panel {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .jds-final-contact__copy {
    max-width: 620px;
  }

  .jds-final-contact__actions {
    max-width: 620px;
    width: 100%;
  }
}

@media (max-width: 620px) {
  .jds-final-contact__inner {
    width: min(100% - 28px, 980px);
  }

  .jds-final-contact__panel {
    border-radius: 12px;
    padding: 30px 22px 24px;
  }

  .jds-final-contact__title {
    font-size: clamp(32px, 10vw, 42px);
  }

  .jds-final-contact__description {
    font-size: 13.5px;
    margin-top: 14px;
  }

  .jds-final-contact__actions {
    grid-template-columns: 1fr;
  }

  .jds-final-contact__button {
    min-height: 52px;
  }
}


/* Autoagendar — seção principal
 * Reutiliza a estrutura visual da seção principal de Contato,
 * mantendo a chamada em caixa normal conforme o layout aprovado.
 */
.jds-scheduler-hero .jds-contact-hero__headline {
  text-transform: none;
}

.jds-scheduler-hero--editor {
  margin-inline: 0;
}


/* A Clínica — seção principal */
.jds-contact-hero__headline {
  /* Mesma largura e quebra de linha das seções principais de Contato e Autoagendar. */
  max-width: 1120px;
  text-transform: none;
}

.jds-clinic-hero__description {
  /* Mantém a mesma coluna de texto de apoio usada nas demais seções principais. */
  max-width: 1080px;
}

/* A parte textual de A Clínica deve seguir exatamente o ritmo vertical comum
 * das seções principais. Os elementos extras (botões e informações) começam
 * somente depois do texto de apoio. */
.jds-clinic-hero__inner > .jds-contact-hero__label {
  margin: 0 0 clamp(34px, 4.2vw, 56px) !important;
}

.jds-clinic-hero__inner > .jds-contact-hero__headline {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.jds-clinic-hero__inner > .jds-contact-hero__description {
  margin: clamp(28px, 3vw, 40px) 0 0 !important;
}

.jds-clinic-hero__actions {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(28px, 3vw, 38px);
  max-width: 720px;
}

.jds-clinic-hero__button {
  -webkit-appearance: none;
  appearance: none;
  align-items: center;
  background: rgba(255,255,255,.04);
  border: 1.5px solid rgba(255,255,255,.92);
  border-radius: 999px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  gap: 12px;
  justify-content: center;
  min-height: 54px;
  padding: 10px 22px;
  text-align: center;
  text-decoration: none;
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
  width: 100%;
}

.jds-clinic-hero__button--scheduler {
  background: linear-gradient(135deg, #0b6970, #168b8f);
  border-color: rgba(255,255,255,.74);
}

.jds-clinic-hero__button:hover,
.jds-clinic-hero__button:focus-visible {
  background: rgba(255,255,255,.12);
  box-shadow: 0 12px 24px rgba(0,0,0,.16);
  color: #fff;
  outline: none;
  transform: translateY(-2px);
}

.jds-clinic-hero__button--scheduler:hover,
.jds-clinic-hero__button--scheduler:focus-visible {
  background: linear-gradient(135deg, #0c737a, #1a999d);
}

.jds-clinic-hero__button:focus-visible {
  box-shadow: 0 0 0 3px rgba(209,160,74,.4), 0 12px 24px rgba(0,0,0,.16);
}

.jds-clinic-hero__button-icon,
.jds-clinic-hero__fact-icon {
  align-items: center;
  border: 1px solid rgba(255,255,255,.52);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
}

.jds-clinic-hero__button-icon {
  height: 32px;
  width: 32px;
}

.jds-clinic-hero__button-icon svg,
.jds-clinic-hero__fact-icon svg {
  fill: currentColor;
}

.jds-clinic-hero__button-icon svg {
  height: 17px;
  width: 17px;
}

.jds-clinic-hero__facts {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  max-width: 760px;
}

.jds-clinic-hero__fact {
  align-items: center;
  color: rgba(255,255,255,.96);
  display: flex;
  font-size: 14px;
  gap: 12px;
  line-height: 1.45;
}

.jds-clinic-hero__fact strong {
  color: inherit;
  font-weight: 700;
}

.jds-clinic-hero__fact-icon {
  background: rgba(255,255,255,.12);
  height: 30px;
  width: 30px;
}

.jds-clinic-hero__fact-icon svg {
  height: 16px;
  width: 16px;
}

.jds-clinic-hero--editor .jds-clinic-hero__button {
  cursor: default;
}

.jds-clinic-hero--editor .jds-clinic-hero__button:hover {
  transform: none;
}

@media (max-width: 700px) {
  .jds-clinic-hero__inner > .jds-contact-hero__label {
    margin-bottom: 30px !important;
  }

  .jds-clinic-hero__inner > .jds-contact-hero__description {
    margin-top: 24px !important;
  }

  .jds-clinic-hero__actions {
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .jds-clinic-hero__button {
    min-height: 52px;
  }

  .jds-clinic-hero__facts {
    margin-top: 20px;
  }

  .jds-clinic-hero__fact {
    align-items: flex-start;
    font-size: 13.5px;
  }
}

/* A Clínica — espaço, propósito e história */
.jds-clinic-story {
  background: var(--jds-bg);
  box-sizing: border-box;
  margin: 0;
  padding: clamp(34px, 5vw, 66px) 0;
}

/*
 * No desktop, esta seção segue a proporção do layout de referência:
 * aproximadamente 43% para o texto e 57% para a fotografia.
 * A altura controlada evita que a foto fique visualmente "espremida".
 */
.jds-clinic-story__inner {
  display: grid;
  grid-template-columns: minmax(0, 43%) minmax(0, 57%);
  height: 470px;
  margin-inline: auto;
  max-width: var(--jds-content);
  overflow: hidden;
  width: min(100% - 40px, var(--jds-content));
}

.jds-clinic-story__copy {
  align-self: stretch;
  background: var(--jds-bg);
  box-sizing: border-box;
  height: 470px;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.jds-clinic-story__summary-panel,
.jds-clinic-story__expanded-scroll {
  box-sizing: border-box;
  padding: 44px 50px 42px 18px;
}

.jds-clinic-story__summary-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.jds-clinic-story__title {
  color: var(--jds-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 4vw, 50px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.04;
  margin: 0 0 24px;
  max-width: 430px;
}

.jds-clinic-story__title > span {
  display: inline;
}

.jds-clinic-story__title-accent {
  color: var(--jds-terracotta);
}

.jds-clinic-story__summary {
  color: var(--jds-muted);
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.62;
  margin: 0;
  max-width: 430px;
}

.jds-clinic-story__more-button,
.jds-clinic-story__less-button {
  -webkit-appearance: none;
  appearance: none;
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--jds-terracotta);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
  margin-top: 22px;
  padding: 7px 0;
  text-decoration: none;
  width: max-content;
}

.jds-clinic-story__more-button:hover,
.jds-clinic-story__more-button:focus-visible,
.jds-clinic-story__less-button:hover,
.jds-clinic-story__less-button:focus-visible {
  color: var(--jds-terracotta-dark);
  outline: 2px solid rgba(198,84,50,.24);
  outline-offset: 4px;
}

.jds-clinic-story__expanded {
  background: var(--jds-bg);
  inset: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  visibility: hidden;
  z-index: 2;
}

.jds-clinic-story.is-expanded .jds-clinic-story__expanded {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.jds-clinic-story__expanded-scroll {
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.jds-clinic-story__expanded-title {
  color: var(--jds-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.08;
  margin: 0 0 20px;
}

.jds-clinic-story__expanded-title > span {
  display: inline;
}

.jds-clinic-story__expanded-title > span + span::before {
  content: " ";
}

.jds-clinic-story__expanded-text p {
  color: var(--jds-muted);
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.62;
  margin: 0 0 16px;
}

.jds-clinic-story__expanded-text p:last-child {
  margin-bottom: 0;
}

.jds-clinic-story__media {
  background: #e8e1d8;
  height: 470px;
  margin: 0;
  min-width: 0;
  overflow: hidden;
}

.jds-clinic-story__media img {
  display: block;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.jds-clinic-story__default-image-note {
  align-items: center;
  background: var(--jds-cream);
  color: var(--jds-muted);
  display: flex;
  font-size: 14px;
  height: 100%;
  justify-content: center;
  min-height: 360px;
  padding: 30px;
  text-align: center;
}

.jds-clinic-story__editor-note {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .jds-clinic-story__inner {
    grid-template-columns: 1fr;
    height: auto;
    overflow: visible;
  }

  .jds-clinic-story__copy {
    height: 500px;
  }

  .jds-clinic-story__summary-panel,
  .jds-clinic-story__expanded-scroll {
    padding: 42px 40px;
  }

  .jds-clinic-story__summary-panel {
    justify-content: center;
  }

  .jds-clinic-story__title,
  .jds-clinic-story__summary {
    max-width: 680px;
  }

  .jds-clinic-story__media {
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 0;
  }

  .jds-clinic-story__media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}

@media (max-width: 700px) {
  .jds-clinic-story {
    padding: 28px 0 40px;
  }

  .jds-clinic-story__inner {
    width: min(100% - 28px, var(--jds-content));
  }

  .jds-clinic-story__copy {
    height: 560px;
  }

  .jds-clinic-story__summary-panel,
  .jds-clinic-story__expanded-scroll {
    padding: 32px 24px;
  }

  .jds-clinic-story__title {
    font-size: clamp(38px, 12vw, 48px);
    line-height: 1.04;
    margin-bottom: 22px;
  }

  .jds-clinic-story__summary {
    font-size: 15px;
    line-height: 1.6;
  }

  .jds-clinic-story__expanded-title {
    font-size: 32px;
  }

  .jds-clinic-story__expanded-text p {
    font-size: 14px;
    line-height: 1.6;
  }

  .jds-clinic-story__media {
    aspect-ratio: 16 / 10;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jds-clinic-story__expanded {
    transition: none;
  }
}

/* =========================================================
   A Clínica — fundador e direção
   ========================================================= */
.jds-founder-feature {
  background: #ffffff;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 clamp(34px, 5vw, 66px);
}

.jds-founder-feature__inner {
  display: grid;
  grid-template-columns: minmax(0, 43%) minmax(0, 57%);
  height: 470px;
  margin-inline: auto;
  max-width: var(--jds-content);
  overflow: hidden;
  width: min(100% - 40px, var(--jds-content));
}

.jds-founder-feature__media {
  background: #d7d0c7;
  height: 470px;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.jds-founder-feature__media img {
  display: block;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.jds-founder-feature__caption {
  background: #a8c4b3;
  border: 1px solid rgba(7,63,67,.16);
  border-radius: 20px 20px 20px 0;
  bottom: 18px;
  box-shadow: 0 18px 34px rgba(53,90,85,.18);
  color: var(--jds-teal-dark);
  left: auto;
  max-width: min(330px, calc(100% - 36px));
  padding: 15px 18px 14px;
  position: absolute;
  right: 18px;
  width: max-content;
}

.jds-founder-feature__caption-name {
  display: block;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.22;
  margin: 0 0 5px;
}

.jds-founder-feature__caption-role {
  color: rgba(6,52,56,.88);
  display: block;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 8px;
}

.jds-founder-feature__caption-separator {
  background: rgba(6,52,56,.44);
  display: block;
  height: 1px;
  margin-bottom: 9px;
  width: 62px;
}

.jds-founder-feature__caption-meta {
  color: rgba(6,52,56,.92);
  display: block;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.jds-founder-feature__copy {
  align-self: stretch;
  background: #ffffff;
  box-sizing: border-box;
  height: 470px;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.jds-founder-feature__summary-panel,
.jds-founder-feature__expanded-scroll {
  box-sizing: border-box;
  padding: 44px 18px 42px 50px;
}

.jds-founder-feature__summary-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.jds-founder-feature__eyebrow {
  color: var(--jds-terracotta);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.jds-founder-feature__title,
.jds-founder-feature__expanded-title {
  color: var(--jds-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 4vw, 50px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.04;
  margin: 0 0 22px;
  max-width: 430px;
}

.jds-founder-feature__summary {
  color: var(--jds-muted);
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.62;
  margin: 0;
  max-width: 465px;
}

.jds-founder-feature__more-button,
.jds-founder-feature__less-button {
  -webkit-appearance: none;
  appearance: none;
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--jds-terracotta);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
  margin-top: 22px;
  padding: 7px 0;
  text-decoration: none;
  width: max-content;
}

.jds-founder-feature__more-button:hover,
.jds-founder-feature__more-button:focus-visible,
.jds-founder-feature__less-button:hover,
.jds-founder-feature__less-button:focus-visible {
  color: var(--jds-terracotta-dark);
  outline: 2px solid rgba(198,84,50,.24);
  outline-offset: 4px;
}

.jds-founder-feature__expanded {
  background: #ffffff;
  inset: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  visibility: hidden;
  z-index: 2;
}

.jds-founder-feature.is-expanded .jds-founder-feature__expanded {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.jds-founder-feature__expanded-scroll {
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.jds-founder-feature__expanded-title {
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.08;
}

.jds-founder-feature__expanded-text p {
  color: var(--jds-muted);
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.62;
  margin: 0 0 16px;
}

.jds-founder-feature__expanded-text p:last-child {
  margin-bottom: 0;
}

.jds-founder-feature__default-image-note {
  align-items: center;
  background: var(--jds-cream);
  color: var(--jds-muted);
  display: flex;
  font-size: 14px;
  height: 100%;
  justify-content: center;
  min-height: 360px;
  padding: 30px;
  text-align: center;
}

.jds-founder-feature__editor-note {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .jds-founder-feature__inner {
    grid-template-columns: 1fr;
    height: auto;
    overflow: visible;
  }

  .jds-founder-feature__media {
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .jds-founder-feature__copy {
    height: 500px;
  }

  .jds-founder-feature__summary-panel,
  .jds-founder-feature__expanded-scroll {
    padding: 42px 40px;
  }

  .jds-founder-feature__title,
  .jds-founder-feature__summary,
  .jds-founder-feature__expanded-title {
    max-width: 680px;
  }

  .jds-founder-feature__caption {
    left: auto;
    max-width: min(330px, calc(100% - 40px));
    right: 20px;
    width: max-content;
  }
}

@media (max-width: 700px) {
  .jds-founder-feature {
    padding: 0 0 40px;
  }

  .jds-founder-feature__inner {
    width: min(100% - 28px, var(--jds-content));
  }

  .jds-founder-feature__media {
    aspect-ratio: 5 / 4;
  }

  .jds-founder-feature__caption {
    border-radius: 16px 16px 16px 0;
    bottom: 12px;
    left: auto;
    max-width: min(300px, calc(100% - 24px));
    padding: 13px 15px 12px;
    right: 12px;
    width: max-content;
  }

  .jds-founder-feature__caption-name {
    font-size: 13px;
  }

  .jds-founder-feature__caption-role {
    font-size: 12px;
    margin-bottom: 7px;
  }

  .jds-founder-feature__caption-meta {
    font-size: 11px;
  }

  .jds-founder-feature__copy {
    height: 560px;
  }

  .jds-founder-feature__summary-panel,
  .jds-founder-feature__expanded-scroll {
    padding: 32px 24px;
  }

  .jds-founder-feature__title {
    font-size: clamp(38px, 12vw, 48px);
    line-height: 1.04;
    margin-bottom: 22px;
  }

  .jds-founder-feature__summary {
    font-size: 15px;
    line-height: 1.6;
  }

  .jds-founder-feature__expanded-title {
    font-size: 32px;
  }

  .jds-founder-feature__expanded-text p {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jds-founder-feature__expanded {
    transition: none;
  }
}

/* 0.10.8 — Fundo branco definitivo do bloco do fundador. */
.jds-founder-feature,
.jds-founder-feature__inner,
.jds-founder-feature__copy,
.jds-founder-feature__summary-panel,
.jds-founder-feature__expanded,
.jds-founder-feature__expanded-scroll {
  background: #ffffff;
}

.jds-founder-feature__title,
.jds-founder-feature__expanded-title {
  color: var(--jds-ink);
}

.jds-founder-feature__summary,
.jds-founder-feature__expanded-text p {
  color: var(--jds-muted);
}

.jds-founder-feature__eyebrow {
  color: var(--jds-terracotta);
}

.jds-founder-feature__more-button,
.jds-founder-feature__less-button {
  color: var(--jds-terracotta);
}

.jds-founder-feature__more-button:hover,
.jds-founder-feature__more-button:focus-visible,
.jds-founder-feature__less-button:hover,
.jds-founder-feature__less-button:focus-visible {
  color: var(--jds-terracotta-dark);
  outline-color: rgba(198,84,50,.24);
}


/* A Clínica — forma de cuidar e espaços */
.jds-clinic-values-gallery {
  background: #FBF9F6;
  padding: clamp(54px, 6vw, 88px) 0;
}

.jds-clinic-values-gallery__inner {
  max-width: var(--jds-content);
  margin: 0 auto;
  padding: 0 24px;
}

.jds-clinic-values-gallery__section-heading {
  text-align: center;
  margin-bottom: 34px;
}

.jds-clinic-values-gallery__section-heading h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4vw, 3.25rem);
  line-height: .95;
  margin: 0;
  color: var(--jds-ink);
  font-weight: 500;
}

.jds-clinic-values-gallery__line {
  display: block;
  width: 70px;
  height: 3px;
  border-radius: 999px;
  margin: 12px auto 0;
  background: #d8b177;
}

.jds-clinic-values-gallery__divider {
  height: 1px;
  background: rgba(40,35,31,.1);
  margin: 28px 0 44px;
}

.jds-cvg-carousel { position: relative; }
.jds-cvg-viewport { overflow: hidden; }
.jds-cvg-track {
  display: grid;
  gap: 0;
}
.jds-cvg-track--values {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.jds-cvg-track--spaces {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.jds-care-value-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: start;
  gap: 22px;
  padding: 8px 36px 8px 10px;
  min-height: 170px;
}
.jds-care-value-card:not(:last-child) {
  border-right: 1px solid rgba(40,35,31,.10);
}

.jds-care-value-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(40,35,31,.12);
  color: var(--jds-terracotta);
  background: rgba(255,255,255,.55);
}
.jds-care-value-card__icon svg { width: 34px; height: 34px; }
.jds-care-value-card__icon--singularity { color: #5f7758; }
.jds-care-value-card__icon--presence { color: #4f745a; }

.jds-care-value-card__content h3,
.jds-care-space-card__content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  color: var(--jds-ink);
  margin: 0 0 10px;
  font-size: clamp(1.65rem, 2.2vw, 2rem);
  line-height: 1;
}

.jds-care-value-card__content p,
.jds-care-space-card__content p {
  margin: 0;
  color: var(--jds-muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.jds-care-space-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(40,35,31,.08);
  box-shadow: 0 8px 18px rgba(66, 48, 34, .03);
}
.jds-care-space-card__image-wrap {
  aspect-ratio: 1.36 / 1;
  overflow: hidden;
}
.jds-care-space-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.jds-care-space-card__content {
  padding: 14px 16px 18px;
}
.jds-care-space-card__content h3 {
  font-size: clamp(1.5rem, 2vw, 1.85rem);
  margin-bottom: 6px;
}
.jds-care-space-card__content p {
  font-size: .98rem;
  line-height: 1.55;
}

.jds-cvg-controls {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}
.jds-cvg-dots { display: inline-flex; align-items: center; gap: 10px; }
.jds-cvg-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid rgba(6,52,56,.35);
  background: #fff;
  padding: 0;
  transition: background-color .2s ease, transform .2s ease, border-color .2s ease;
}
.jds-cvg-dot.is-active {
  background: #6f8f72;
  border-color: #6f8f72;
  transform: scale(1.1);
}
.jds-cvg-arrow {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(6,52,56,.2);
  background: #fff;
  color: var(--jds-teal-dark);
  padding: 0;
  font-size: 1.1rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.jds-cvg-arrow:hover,
.jds-cvg-arrow:focus-visible,
.jds-cvg-dot:hover,
.jds-cvg-dot:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(111,143,114,.18);
}

.jds-clinic-values-gallery--editor .jds-care-values-grid,
.jds-clinic-values-gallery--editor .jds-care-spaces-grid {
  display: grid;
  gap: 18px;
}
.jds-clinic-values-gallery--editor .jds-care-values-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.jds-clinic-values-gallery--editor .jds-care-spaces-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 24px; }
.jds-care-space-card__placeholder {
  display: grid;
  place-items: center;
  min-height: 220px;
  background: linear-gradient(135deg, #f0ece6, #faf8f4);
  color: var(--jds-muted);
  font-weight: 600;
}

@media (max-width: 1024px) {
  .jds-cvg-track--values,
  .jds-cvg-track--spaces {
    display: flex;
    gap: 0;
    transition: transform .45s ease;
    will-change: transform;
  }
  .jds-care-value-card,
  .jds-care-space-card {
    flex: 0 0 100%;
    min-width: 100%;
  }
  .jds-care-value-card {
    background: #fff;
    border: 1px solid rgba(40,35,31,.08);
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(66,48,34,.04);
    padding: 22px 24px;
    min-height: auto;
  }
  .jds-care-value-card:not(:last-child) { border-right: 1px solid rgba(40,35,31,.08); }
  .jds-care-value-card__content h3 { font-size: 2rem; }
  .jds-cvg-controls { display: flex; }
  .jds-clinic-values-gallery__divider { margin: 32px 0 38px; }
  .jds-clinic-values-gallery--editor .jds-care-values-grid,
  .jds-clinic-values-gallery--editor .jds-care-spaces-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .jds-clinic-values-gallery__inner { padding: 0 18px; }
  .jds-care-value-card { grid-template-columns: 64px minmax(0, 1fr); gap: 16px; padding: 20px 18px; }
  .jds-care-value-card__icon { width: 56px; height: 56px; }
  .jds-care-value-card__icon svg { width: 30px; height: 30px; }
  .jds-care-value-card__content h3,
  .jds-care-space-card__content h3 { font-size: 1.72rem; }
  .jds-care-space-card__content { padding: 14px 14px 16px; }
}


/* =========================================================
   A Clínica — ambiente e registros
   ========================================================= */
.jds-clinic-environment {
  background: #ffffff;
  box-sizing: border-box;
  padding: clamp(54px, 6vw, 82px) 0;
}

.jds-clinic-environment__inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: var(--jds-content);
  padding: 0 24px;
}

.jds-clinic-environment__heading {
  margin-bottom: 34px;
  text-align: center;
}

.jds-clinic-environment__heading h2 {
  color: var(--jds-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3.25rem);
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.jds-clinic-environment__line {
  background: #d8b177;
  border-radius: 999px;
  display: block;
  height: 3px;
  margin: 12px auto 0;
  width: 70px;
}

.jds-clinic-environment__viewport {
  overflow: hidden;
}

.jds-clinic-environment__care-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.jds-clinic-environment__care-card {
  min-width: 0;
  padding: 8px 28px 14px;
  text-align: left;
}

.jds-clinic-environment__care-card:not(:last-child) {
  border-right: 1px solid rgba(40,35,31,.10);
}

.jds-clinic-environment__care-icon {
  align-items: center;
  color: #4f745a;
  display: inline-flex;
  height: 56px;
  justify-content: center;
  margin-bottom: 18px;
  width: 56px;
}

.jds-clinic-environment__care-icon svg {
  height: 50px;
  width: 50px;
}

.jds-clinic-environment__care-card h3 {
  color: var(--jds-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.05;
  margin: 0 0 10px;
}

.jds-clinic-environment__care-card p {
  color: var(--jds-muted);
  font-family: Inter, Arial, sans-serif;
  font-size: .98rem;
  line-height: 1.6;
  margin: 0;
}

.jds-clinic-environment__registry-shell {
  border: 1px solid rgba(40,35,31,.08);
  border-radius: 14px;
  margin-top: 46px;
  overflow: hidden;
}

.jds-clinic-environment__registry-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jds-clinic-environment__registry-card {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 54px minmax(0, 1fr);
  min-height: 130px;
  min-width: 0;
  padding: 24px 28px;
}

.jds-clinic-environment__registry-card:not(:last-child) {
  border-right: 1px solid rgba(40,35,31,.09);
}

.jds-clinic-environment__registry-icon {
  align-items: center;
  color: var(--jds-gold);
  display: inline-flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.jds-clinic-environment__registry-icon svg {
  height: 42px;
  width: 42px;
}

.jds-clinic-environment__registry-copy {
  min-width: 0;
}

.jds-clinic-environment__registry-copy strong,
.jds-clinic-environment__registry-copy span {
  display: block;
}

.jds-clinic-environment__registry-copy strong {
  color: var(--jds-ink);
  font-family: Inter, Arial, sans-serif;
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 6px;
}

.jds-clinic-environment__registry-copy span {
  color: var(--jds-muted);
  font-family: Inter, Arial, sans-serif;
  font-size: .94rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.jds-clinic-environment__controls {
  align-items: center;
  display: none;
  gap: 14px;
  justify-content: center;
  margin-top: 20px;
}

.jds-clinic-environment__dots {
  align-items: center;
  display: inline-flex;
  gap: 9px;
}

.jds-clinic-environment__dot {
  background: #ffffff;
  border: 1px solid rgba(6,52,56,.32);
  border-radius: 50%;
  height: 11px;
  padding: 0;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
  width: 11px;
}

.jds-clinic-environment__dot.is-active {
  background: #6f8f72;
  border-color: #6f8f72;
  transform: scale(1.12);
}

.jds-clinic-environment__arrow {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(6,52,56,.18);
  border-radius: 999px;
  color: var(--jds-teal-dark);
  display: inline-flex;
  font-size: 1.1rem;
  height: 40px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 40px;
}

.jds-clinic-environment__arrow:hover,
.jds-clinic-environment__arrow:focus-visible,
.jds-clinic-environment__dot:hover,
.jds-clinic-environment__dot:focus-visible {
  box-shadow: 0 0 0 3px rgba(111,143,114,.18);
  outline: none;
}

.jds-clinic-environment--editor .jds-clinic-environment__care-grid,
.jds-clinic-environment--editor .jds-clinic-environment__registry-grid {
  display: grid;
  gap: 14px;
}

.jds-clinic-environment--editor .jds-clinic-environment__care-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.jds-clinic-environment--editor .jds-clinic-environment__registry-grid {
  border: 1px solid rgba(40,35,31,.08);
  border-radius: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 44px;
}

@media (max-width: 1024px) {
  .jds-clinic-environment__care-track,
  .jds-clinic-environment__registry-track {
    display: flex;
    transition: transform .45s ease;
    will-change: transform;
  }

  .jds-clinic-environment__care-card,
  .jds-clinic-environment__registry-card {
    flex: 0 0 100%;
    min-width: 100%;
  }

  .jds-clinic-environment__care-card {
    background: #ffffff;
    border: 1px solid rgba(40,35,31,.08);
    border-radius: 16px;
    min-height: 240px;
    padding: 26px 28px;
  }

  .jds-clinic-environment__care-card:not(:last-child),
  .jds-clinic-environment__registry-card:not(:last-child) {
    border-right: 1px solid rgba(40,35,31,.08);
  }

  .jds-clinic-environment__care-card h3 {
    font-size: 2rem;
  }

  .jds-clinic-environment__registry-shell {
    border: 0;
    border-radius: 0;
  }

  .jds-clinic-environment__registry-card {
    background: #ffffff;
    border: 1px solid rgba(40,35,31,.08);
    border-radius: 16px;
    min-height: 150px;
    padding: 26px 28px;
  }

  .jds-clinic-environment__controls {
    display: flex;
  }

  .jds-clinic-environment--editor .jds-clinic-environment__care-grid,
  .jds-clinic-environment--editor .jds-clinic-environment__registry-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .jds-clinic-environment__inner {
    padding: 0 18px;
  }

  .jds-clinic-environment__care-card {
    min-height: 260px;
    padding: 24px 22px;
  }

  .jds-clinic-environment__care-card h3 {
    font-size: 1.8rem;
  }

  .jds-clinic-environment__registry-card {
    gap: 14px;
    grid-template-columns: 46px minmax(0, 1fr);
    min-height: 160px;
    padding: 22px 20px;
  }

  .jds-clinic-environment__registry-icon {
    height: 42px;
    width: 42px;
  }

  .jds-clinic-environment__registry-icon svg {
    height: 38px;
    width: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jds-clinic-environment__care-track,
  .jds-clinic-environment__registry-track {
    transition: none;
  }
}


/* Clínica — cópia de Localizações e formatos com fundo creme */
.jds-clinic-location-formats,
.jds-clinic-location-formats.jds-location-formats--editor {
  background: #FBF9F6;
}


/* Clínica - Contato Final */
.jds-clinic-final-contact__actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jds-clinic-final-contact__button--professionals {
  background: linear-gradient(135deg, var(--jds-terracotta-dark), var(--jds-terracotta));
}

@media (max-width: 1080px) {
  .jds-final-contact__panel {
    grid-template-columns: 1fr;
  }

  .jds-clinic-final-contact__actions {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .jds-clinic-final-contact__actions {
    grid-template-columns: 1fr;
  }
}


/* Clínica - Contato Final 0.14.1
 * Texto acima e botões em uma faixa própria logo abaixo, evitando compressão.
 */
.jds-final-contact__panel {
  align-items: initial;
  display: block;
}

.jds-final-contact__copy {
  max-width: 760px;
}

.jds-final-contact__title {
  max-width: 760px;
}

.jds-clinic-final-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  grid-template-columns: none;
  margin-top: 24px;
  max-width: 850px;
  width: 100%;
}

.jds-clinic-final-contact__actions .jds-final-contact__button {
  flex: 0 1 250px;
  min-width: 220px;
  width: auto;
}

@media (max-width: 820px) {
  .jds-clinic-final-contact__actions {
    max-width: 100%;
  }

  .jds-clinic-final-contact__actions .jds-final-contact__button {
    flex: 1 1 calc(50% - 8px);
    min-width: 240px;
  }
}

@media (max-width: 620px) {
  .jds-clinic-final-contact__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .jds-clinic-final-contact__actions .jds-final-contact__button {
    min-width: 0;
    width: 100%;
  }
}


/* =========================================================
   Gutenberg — fundos editáveis dos blocos Jornada do Ser
   A cor escolhida em Estilos > Cor > Fundo é aplicada no
   wrapper do bloco e deve permanecer visível em toda a seção.
   ========================================================= */
.jds-clinic-story__copy,
.jds-clinic-story__summary-panel,
.jds-clinic-story__expanded,
.jds-clinic-story__expanded-scroll,
.jds-founder-feature__copy,
.jds-founder-feature__summary-panel,
.jds-founder-feature__expanded,
.jds-founder-feature__expanded-scroll {
  background: transparent;
}

/* O estilo inline gerado pelo Gutenberg deve vencer fundos padrão/gradientes. */
.jds-contact-hero.has-background,
.jds-location-formats.has-background {
  background-image: none;
}


/* Contato - Contato Final 0.15.1
 * Mesma composição aprovada no bloco Clínica - Contato Final:
 * texto em cima e botões abaixo, sem comprimir o Autoagendamento.
 */
.jds-final-contact__panel {
  align-items: initial;
  display: block;
}

.jds-final-contact__copy,
.jds-final-contact__title {
  max-width: 760px;
}

.jds-final-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  grid-template-columns: none;
  justify-content: center;
  margin-top: 24px;
  margin-inline: auto;
  max-width: 650px;
  width: 100%;
}

.jds-final-contact__button {
  flex: 0 1 280px;
  min-width: 250px;
  width: auto;
}

.jds-final-contact__button > span:last-child {
  white-space: nowrap;
}

@media (max-width: 760px) {
  .jds-final-contact__actions {
    max-width: 100%;
  }

  .jds-final-contact__button {
    flex: 1 1 calc(50% - 8px);
    min-width: 250px;
  }
}

@media (max-width: 620px) {
  .jds-final-contact__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .jds-final-contact__button {
    min-width: 0;
    width: 100%;
  }
}


/* Serviços — seção principal */
.jds-contact-hero__headline {
  max-width: 1120px;
  text-transform: none;
}

.jds-services-hero__description {
  max-width: 1080px;
}

.jds-services-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: clamp(30px, 3vw, 40px);
}

.jds-services-hero__button {
  align-items: center;
  border-radius: 999px;
  box-sizing: border-box;
  display: inline-flex;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  gap: 12px;
  justify-content: center;
  min-height: 54px;
  min-width: 240px;
  padding: 10px 26px;
  text-align: center;
  text-decoration: none;
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
  white-space: nowrap;
}

.jds-services-hero__button--professionals {
  background: var(--jds-terracotta);
  border: 1.5px solid var(--jds-terracotta);
  color: #fff;
}

.jds-services-hero__button--whatsapp {
  background: rgba(255,255,255,.04);
  border: 1.5px solid rgba(255,255,255,.92);
  color: #fff;
}

.jds-services-hero__button:hover,
.jds-services-hero__button:focus-visible {
  box-shadow: 0 12px 24px rgba(0,0,0,.16);
  color: #fff;
  outline: none;
  transform: translateY(-2px);
}

.jds-services-hero__button--professionals:hover,
.jds-services-hero__button--professionals:focus-visible {
  background: var(--jds-terracotta-dark);
  border-color: var(--jds-terracotta-dark);
}

.jds-services-hero__button--whatsapp:hover,
.jds-services-hero__button--whatsapp:focus-visible {
  background: rgba(255,255,255,.12);
}

.jds-services-hero__button:focus-visible {
  box-shadow: 0 0 0 3px rgba(209,160,74,.4), 0 12px 24px rgba(0,0,0,.16);
}

.jds-services-hero__button-icon {
  align-items: center;
  border: 1px solid rgba(255,255,255,.52);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.jds-services-hero__button-icon svg {
  fill: currentColor;
  height: 17px;
  width: 17px;
}

.jds-services-hero--editor .jds-services-hero__button {
  cursor: default;
}

.jds-services-hero--editor .jds-services-hero__button:hover {
  transform: none;
}

@media (max-width: 700px) {
  .jds-services-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .jds-services-hero__button {
    min-width: 0;
    width: 100%;
  }
}


/* -------------------------------------------------------------------------- */
/* Serviços — cards de atendimento                                             */
/* -------------------------------------------------------------------------- */
.jds-services-cards {
  padding: clamp(3rem, 5vw, 4.5rem) 1.5rem;
  background: #fbf9f6;
}

.jds-services-cards.has-background {
  padding-top: clamp(3rem, 5vw, 4.5rem);
  padding-bottom: clamp(3rem, 5vw, 4.5rem);
}

.jds-services-cards__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.jds-services-cards__heading {
  text-align: center;
  margin-bottom: 2.5rem;
}

.jds-services-cards__heading h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 1.05;
  font-weight: 600;
  color: #1a1a1a;
}

.jds-services-cards__heading-line {
  display: inline-block;
  width: 58px;
  height: 3px;
  border-radius: 999px;
  background: #d8b36c;
  margin-top: 0.85rem;
}

.jds-services-cards__viewport {
  overflow: hidden;
}

.jds-services-cards__track {
  display: grid;
  gap: 1.4rem;
}

.jds-services-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  border: 1px solid rgba(14, 74, 118, 0.16);
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}

.jds-services-card.is-reverse .jds-services-card__content {
  order: 2;
}

.jds-services-card.is-reverse .jds-services-card__image-wrap {
  order: 1;
}

.jds-services-card__content {
  padding: clamp(1.35rem, 3vw, 1.9rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 240px;
}

.jds-services-card__title-row {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.jds-services-card__icon,
.jds-services-card__icon-placeholder {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(41, 134, 214, 0.35);
  color: #1b7cd9;
  background: #f6fbff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.jds-services-card__icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.jds-services-card__title-row h3 {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  line-height: 1.12;
  font-weight: 700;
  color: #0b4d9a;
}

.jds-services-card__content p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 0.98rem;
  line-height: 1.72;
  color: #24425e;
}

.jds-services-card__image-wrap {
  min-height: 240px;
}

.jds-services-card__image-wrap img,
.jds-services-card__placeholder {
  width: 100%;
  height: 100%;
  display: block;
}

.jds-services-card__image-wrap img {
  object-fit: cover;
}

.jds-services-card__placeholder {
  min-height: 240px;
  background: linear-gradient(135deg, #d9e9f7, #f7fbff);
  color: #0e4a76;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  text-align: center;
}

.jds-services-cards__controls {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.jds-services-cards__dots {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.jds-services-cards__dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 1px solid rgba(118, 159, 143, 0.85);
  background: #ffffff;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.jds-services-cards__dot.is-active {
  background: #a8cfa8;
  border-color: #8bb98b;
  transform: scale(1.05);
}

.jds-services-cards__arrow {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(14, 74, 118, 0.2);
  background: #ffffff;
  color: #0e4a76;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.jds-services-cards__arrow:hover,
.jds-services-cards__arrow:focus-visible,
.jds-services-cards__dot:hover,
.jds-services-cards__dot:focus-visible {
  box-shadow: 0 10px 24px rgba(14, 74, 118, 0.14);
}

.jds-services-cards__arrow:hover,
.jds-services-cards__arrow:focus-visible {
  transform: translateY(-1px);
  background: #f5faf7;
}

.jds-services-cards__arrow:focus-visible,
.jds-services-cards__dot:focus-visible {
  outline: 2px solid rgba(14, 74, 118, 0.28);
  outline-offset: 2px;
}

.jds-services-cards--editor .jds-services-cards__track {
  display: grid;
  gap: 1.4rem;
}

@media (max-width: 1024px) {
  .jds-services-cards__viewport {
    overflow: hidden;
  }

  .jds-services-cards__track {
    display: flex;
    gap: 0;
    transition: transform 0.35s ease;
    will-change: transform;
  }

  .jds-services-card {
    min-width: 100%;
    flex: 0 0 100%;
  }

  .jds-services-cards__controls {
    display: flex;
  }
}

@media (max-width: 820px) {
  .jds-services-card,
  .jds-services-card.is-reverse {
    grid-template-columns: 1fr;
  }

  .jds-services-card__content,
  .jds-services-card.is-reverse .jds-services-card__content,
  .jds-services-card__image-wrap,
  .jds-services-card.is-reverse .jds-services-card__image-wrap {
    order: initial;
  }

  .jds-services-card__image-wrap {
    min-height: 220px;
  }

  .jds-services-card__content {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .jds-services-cards {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .jds-services-cards__heading {
    margin-bottom: 1.8rem;
  }

  .jds-services-card__title-row {
    gap: 0.75rem;
  }

  .jds-services-card__title-row h3 {
    font-size: 1.18rem;
  }

  .jds-services-card__content p {
    font-size: 0.95rem;
    line-height: 1.62;
  }
}


/* -------------------------------------------------------------------------- */
/* Serviços — formatos de atendimento                                          */
/* -------------------------------------------------------------------------- */
.jds-services-formats {
  background: #fbf9f6;
  padding: clamp(3.5rem, 7vw, 6.5rem) 1.5rem;
}

.jds-services-formats__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.jds-services-formats__heading {
  max-width: 950px;
  margin: 0 auto clamp(2.5rem, 5vw, 3.6rem);
  text-align: center;
}

.jds-services-formats__eyebrow {
  margin: 0 0 1rem;
  color: var(--jds-terracotta);
  font-family: "Inter", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.jds-services-formats__heading h2 {
  margin: 0;
  color: var(--jds-teal-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 6vw, 5.6rem);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.025em;
}

.jds-services-formats__line {
  display: block;
  width: 58px;
  height: 3px;
  margin: 1.5rem auto 0;
  background: var(--jds-gold);
}

.jds-services-formats__viewport {
  overflow: visible;
}

.jds-services-formats__track {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}

.jds-services-format-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 1.55rem;
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(91,77,64,.16);
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(56, 45, 37, .06);
  padding: clamp(1.8rem, 3vw, 2.4rem);
  min-height: 390px;
}

.jds-services-format-card__icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e8f4ef;
  border: 1px solid #bdddcf;
  color: var(--jds-teal-dark);
}

.jds-services-format-card__icon svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.jds-services-format-card__content h3 {
  margin: 0 0 .85rem;
  color: var(--jds-teal-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3vw, 2.7rem);
  font-weight: 600;
  line-height: 1.04;
}

.jds-services-format-card__content > p {
  margin: 0 0 1.25rem;
  color: var(--jds-muted);
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}

.jds-services-format-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.35rem;
  display: grid;
  gap: .9rem;
}

.jds-services-format-card__list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: .72rem;
  color: #4f4a45;
  font-family: "Inter", sans-serif;
  font-size: .98rem;
  line-height: 1.45;
}

.jds-services-format-card__check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #5f7758;
  color: #fff;
  font-size: .76rem;
  font-weight: 900;
  line-height: 1;
  margin-top: .02rem;
}

.jds-services-format-card__badge {
  display: inline-block;
  background: #eef3ef;
  color: var(--jds-teal-dark);
  border-radius: 6px;
  padding: .72rem .9rem;
  font-family: "Inter", sans-serif;
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.3;
}

.jds-services-format-card__more {
  margin-top: 1.15rem;
}

.jds-services-formats__controls {
  display: none;
  align-items: center;
  justify-content: center;
  gap: .85rem;
  margin-top: 1.35rem;
}

.jds-services-formats__dots {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
}

.jds-services-formats__dot {
  width: 11px;
  height: 11px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(7,63,67,.28);
  background: #fff;
  box-shadow: 0 3px 9px rgba(7,63,67,.08);
  cursor: pointer;
  transition: background-color .3s ease, border-color .3s ease, transform .3s ease;
}

.jds-services-formats__dot.is-active {
  background: #a9d8c5;
  border-color: #a9d8c5;
  transform: scale(1.16);
}

.jds-services-formats__arrow {
  width: 38px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--jds-teal-dark);
  font-size: 1.35rem;
  cursor: pointer;
}

.jds-services-formats__arrow:hover,
.jds-services-formats__arrow:focus-visible {
  color: var(--jds-terracotta);
  outline: none;
}

.jds-services-formats--editor .jds-services-formats__track {
  transform: none !important;
}

@media (max-width: 1024px), (pointer: coarse) and (max-width: 1366px) {
  .jds-services-formats__viewport {
    overflow: hidden;
    border-radius: 18px;
    touch-action: pan-y;
  }

  .jds-services-formats__track {
    display: flex;
    gap: 0;
    transition: transform .42s cubic-bezier(.22,.61,.36,1);
    will-change: transform;
  }

  .jds-services-format-card {
    flex: 0 0 100%;
    min-width: 100%;
    min-height: 390px;
  }

  .jds-services-formats__controls {
    display: flex;
  }

  .jds-services-formats--editor .jds-services-formats__track {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
  }
}


/* -------------------------------------------------------------------------- */
/* 0.28.7 — Carrosséis isolados, títulos com /PE e botões no tablet           */
/* -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .jds-location-formats:not(.jds-location-formats--editor) .jds-formats-carousel,
  .jds-location-formats:not(.jds-location-formats--editor) .jds-formats-viewport,
  .jds-clinic-values-gallery:not(.jds-clinic-values-gallery--editor) .jds-cvg-carousel,
  .jds-clinic-values-gallery:not(.jds-clinic-values-gallery--editor) .jds-cvg-viewport,
  .jds-clinic-environment:not(.jds-clinic-environment--editor) .jds-clinic-environment__carousel,
  .jds-clinic-environment:not(.jds-clinic-environment--editor) .jds-clinic-environment__viewport,
  .jds-services-cards__viewport,
  .jds-services-formats:not(.jds-services-formats--editor) .jds-services-formats__viewport {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .jds-location-formats:not(.jds-location-formats--editor) .jds-formats-viewport,
  .jds-clinic-values-gallery:not(.jds-clinic-values-gallery--editor) .jds-cvg-viewport,
  .jds-clinic-environment:not(.jds-clinic-environment--editor) .jds-clinic-environment__viewport,
  .jds-services-cards__viewport,
  .jds-services-formats:not(.jds-services-formats--editor) .jds-services-formats__viewport {
    contain: paint;
    overflow: hidden !important;
    overflow: clip !important;
    touch-action: pan-y;
  }

  .jds-location-formats:not(.jds-location-formats--editor) .jds-formats-track,
  .jds-clinic-values-gallery:not(.jds-clinic-values-gallery--editor) .jds-cvg-track,
  .jds-clinic-environment:not(.jds-clinic-environment--editor) .jds-clinic-environment__care-track,
  .jds-clinic-environment:not(.jds-clinic-environment--editor) .jds-clinic-environment__registry-track,
  .jds-services-cards__track,
  .jds-services-formats:not(.jds-services-formats--editor) .jds-services-formats__track {
    backface-visibility: hidden;
    box-sizing: border-box;
    display: flex !important;
    gap: 0 !important;
    margin: 0 !important;
    min-width: 0;
    padding: 0 !important;
    width: 100% !important;
  }

  .jds-location-formats:not(.jds-location-formats--editor) .jds-format-card,
  .jds-clinic-values-gallery:not(.jds-clinic-values-gallery--editor) .jds-care-value-card,
  .jds-clinic-values-gallery:not(.jds-clinic-values-gallery--editor) .jds-care-space-card,
  .jds-clinic-environment:not(.jds-clinic-environment--editor) .jds-clinic-environment__care-card,
  .jds-clinic-environment:not(.jds-clinic-environment--editor) .jds-clinic-environment__registry-card,
  .jds-services-card,
  .jds-services-format-card {
    backface-visibility: hidden;
    box-sizing: border-box;
    flex: 0 0 100% !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-width: 100% !important;
    transform: translateZ(0);
    width: 100% !important;
  }

  .jds-location-formats:not(.jds-location-formats--editor) .jds-format-card__content,
  .jds-clinic-values-gallery:not(.jds-clinic-values-gallery--editor) .jds-care-value-card__content,
  .jds-clinic-values-gallery:not(.jds-clinic-values-gallery--editor) .jds-care-space-card__content,
  .jds-clinic-environment:not(.jds-clinic-environment--editor) .jds-clinic-environment__registry-copy,
  .jds-services-card__content,
  .jds-services-format-card__content {
    min-width: 0;
  }

  .jds-services-card__image-wrap,
  .jds-services-card__image-wrap img {
    backface-visibility: hidden;
  }

  .jds-services-hero .jds-contact-hero__label {
    font-size: clamp(6.8px, 1.7vw, 13px) !important;
    letter-spacing: .035em !important;
    line-height: 1.2 !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .jds-clinic-hero .jds-contact-hero__label {
    font-size: clamp(7.8px, 2.2vw, 11px) !important;
    letter-spacing: .045em !important;
    line-height: 1.2 !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .jds-clinic-final-contact__actions,
  .jds-services-final-contact__actions {
    align-items: center !important;
    display: grid !important;
    gap: 12px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    justify-content: stretch !important;
    margin-inline: auto !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .jds-clinic-final-contact__actions .jds-final-contact__button,
  .jds-services-final-contact__actions .jds-final-contact__button {
    flex: none !important;
    font-size: 11.5px !important;
    gap: 8px !important;
    min-width: 0 !important;
    padding-inline: 10px !important;
    width: 100% !important;
  }

  .jds-clinic-final-contact__actions .jds-final-contact__button-icon,
  .jds-services-final-contact__actions .jds-final-contact__button-icon {
    height: 28px;
    width: 28px;
  }
}

@media (max-width: 700px) {
  .jds-services-formats {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .jds-services-formats__heading h2 {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  .jds-services-format-card {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 1rem;
    padding: 1.35rem;
    min-height: 440px;
  }

  .jds-services-format-card__icon {
    width: 58px;
    height: 58px;
  }

  .jds-services-format-card__icon svg {
    width: 27px;
    height: 27px;
  }

  .jds-services-format-card__content h3 {
    font-size: 2rem;
  }

  .jds-services-format-card__content > p,
  .jds-services-format-card__list li {
    font-size: .94rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jds-services-formats__track {
    transition: none;
  }
}

/* -------------------------------------------------------------------------- */
/* Serviços — processo terapêutico dentro do bloco formatos                    */
/* -------------------------------------------------------------------------- */
.jds-services-formats {
  padding: 0;
}

.jds-services-formats__process {
  width: 100%;
  background: linear-gradient(110deg, #0b3764 0%, #0e467f 46%, #1d72b8 100%);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.jds-services-formats__process-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(3.8rem, 7vw, 6.5rem) 1.5rem clamp(4rem, 7vw, 6.8rem);
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.12fr);
  gap: clamp(3.2rem, 7vw, 6.8rem);
  align-items: start;
}

.jds-services-formats__process-intro {
  max-width: 500px;
}

.jds-services-formats__process-label {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin: 0 0 2rem;
  padding: .65rem 1.05rem;
  border: 1px solid rgba(255,255,255,.56);
  border-radius: 5px;
  background: rgba(255,255,255,.16);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .21em;
  line-height: 1;
  text-transform: uppercase;
}

.jds-services-formats__process-title {
  margin: 0;
  max-width: 500px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: clamp(3.15rem, 5.1vw, 4.8rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: .98;
}

.jds-services-formats__process-subtitle {
  margin: 2rem 0 0;
  max-width: 500px;
  color: rgba(255,255,255,.96);
  font-family: "Inter", sans-serif;
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  font-weight: 500;
  line-height: 1.55;
}

.jds-services-formats__process-line {
  display: block;
  width: 86px;
  height: 5px;
  margin-top: 2.15rem;
  border-radius: 999px;
  background: #72c7ef;
}

.jds-services-formats__process-copy {
  padding-top: .25rem;
}

.jds-services-formats__process-copy p {
  margin: 0;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 1.42vw, 1.2rem);
  font-weight: 500;
  line-height: 1.64;
}

.jds-services-formats > .jds-services-formats__inner {
  box-sizing: border-box;
  padding: clamp(3.5rem, 7vw, 6.5rem) 1.5rem;
}

.jds-services-formats--editor .jds-services-formats__process {
  margin-left: 0;
  width: 100%;
}

@media (max-width: 1024px) {
  .jds-services-formats__process-inner {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    padding-top: 3.8rem;
    padding-bottom: 4rem;
  }

  .jds-services-formats__process-intro,
  .jds-services-formats__process-title,
  .jds-services-formats__process-subtitle {
    max-width: 760px;
  }

  .jds-services-formats__process-copy {
    max-width: 800px;
    padding-top: 0;
  }
}

@media (max-width: 700px) {
  .jds-services-formats {
    padding-left: 0;
    padding-right: 0;
  }

  .jds-services-formats__process-inner {
    padding: 3.2rem 1rem 3.6rem;
    gap: 2rem;
  }

  .jds-services-formats__process-label {
    margin-bottom: 1.55rem;
    font-size: .76rem;
    letter-spacing: .18em;
  }

  .jds-services-formats__process-title {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .jds-services-formats__process-subtitle {
    margin-top: 1.5rem;
    font-size: 1.02rem;
  }

  .jds-services-formats__process-line {
    width: 70px;
    height: 4px;
    margin-top: 1.7rem;
  }

  .jds-services-formats__process-copy p {
    font-size: .98rem;
    line-height: 1.64;
  }

  .jds-services-formats > .jds-services-formats__inner {
    padding: 3.5rem 1rem 4rem;
  }
}

/* -------------------------------------------------------------------------- */
/* 0.18.3 — Processo terapêutico integrado ao estilo do bloco                 */
/* -------------------------------------------------------------------------- */
.jds-services-formats__process {
  background: transparent;
  color: inherit;
  border-bottom: 0;
}

.jds-services-formats__process-inner {
  padding: clamp(3.5rem, 7vw, 6rem) 1.5rem clamp(2.8rem, 5vw, 4.4rem);
  gap: clamp(2.8rem, 6vw, 5.5rem);
}

.jds-services-formats__process-label {
  display: block;
  min-height: 0;
  margin: 0 0 1rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--jds-terracotta);
  font-family: "Inter", sans-serif;
  font-size: .92rem;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.25;
  text-transform: uppercase;
}

.jds-services-formats__process-title {
  max-width: 520px;
  color: var(--jds-teal-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 5.3vw, 5rem);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: .98;
}

.jds-services-formats__process-subtitle {
  margin-top: 1.5rem;
  color: var(--jds-muted);
  font-family: "Inter", sans-serif;
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  font-weight: 500;
  line-height: 1.6;
}

.jds-services-formats__process-line {
  width: 58px;
  height: 3px;
  margin-top: 1.5rem;
  border-radius: 0;
  background: var(--jds-gold);
}

.jds-services-formats__process-copy {
  padding-top: 1.95rem;
}

.jds-services-formats__process-copy p {
  color: var(--jds-muted);
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 1.28vw, 1.12rem);
  font-weight: 400;
  line-height: 1.72;
}

.jds-services-formats > .jds-services-formats__inner {
  padding-top: clamp(2.5rem, 4.5vw, 4rem);
}

@media (max-width: 1024px) {
  .jds-services-formats__process-inner {
    gap: 1.8rem;
    padding-top: 3.4rem;
    padding-bottom: 2.6rem;
  }

  .jds-services-formats__process-copy {
    padding-top: 0;
  }
}

@media (max-width: 700px) {
  .jds-services-formats__process-inner {
    padding: 3rem 1rem 2.5rem;
  }

  .jds-services-formats__process-label {
    margin-bottom: .9rem;
    font-size: .78rem;
  }

  .jds-services-formats__process-title {
    font-size: clamp(2.6rem, 12vw, 3.8rem);
  }

  .jds-services-formats__process-subtitle {
    margin-top: 1.2rem;
    font-size: 1rem;
  }

  .jds-services-formats__process-line {
    width: 52px;
    height: 3px;
    margin-top: 1.35rem;
  }

  .jds-services-formats__process-copy p {
    font-size: .96rem;
    line-height: 1.68;
  }

  .jds-services-formats > .jds-services-formats__inner {
    padding-top: 2.6rem;
  }
}


/* 0.18.4 — correção da troca resumo/texto expandido em A Clínica.
   Os painéis expandidos permanecem transparentes para respeitar o fundo
   escolhido no Gutenberg; o resumo é ocultado enquanto o texto completo
   está ativo, evitando qualquer sobreposição visual. */
.jds-clinic-story__summary-panel,
.jds-founder-feature__summary-panel {
  opacity: 1;
  visibility: visible;
  transition: opacity .18s ease, visibility .18s ease;
}

.jds-clinic-story.is-expanded .jds-clinic-story__summary-panel,
.jds-founder-feature.is-expanded .jds-founder-feature__summary-panel {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .jds-clinic-story__summary-panel,
  .jds-founder-feature__summary-panel {
    transition: none;
  }
}


/* 0.25.26 — responsável técnico sem corte em Ambiente e registros */
@media (min-width: 1025px) {
  .jds-clinic-environment__registry-track {
    grid-template-columns: 0.95fr 0.95fr 0.95fr 1.25fr;
  }

  .jds-clinic-environment__registry-card--technical {
    grid-template-columns: 54px minmax(0, 1fr);
    padding-left: 24px;
    padding-right: 24px;
    align-items: center;
  }

  .jds-clinic-environment__registry-card--technical .jds-clinic-environment__registry-copy strong,
  .jds-clinic-environment__registry-card--technical .jds-clinic-environment__technical-name,
  .jds-clinic-environment__registry-card--technical .jds-clinic-environment__registry-copy > span {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .jds-clinic-environment__registry-card--technical .jds-clinic-environment__registry-copy {
    transform: none;
  }
}

.jds-clinic-environment__registry-card--technical .jds-clinic-environment__technical-name {
  display: block;
  max-width: 100%;
}


/* Contato — aviso abaixo de Canais e Agendamento */
.jds-contact-options__notice {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 18px;
  padding: 18px 22px;
  background: #ffffff;
  border-left: 4px solid #6f8f72;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(12, 61, 86, .08);
}

.jds-contact-options__notice-icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  color: #6f8f72;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.jds-contact-options__notice-icon svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: currentColor;
}

.jds-contact-options__notice-icon svg path {
  fill: #ffffff;
}

.jds-contact-options__notice p {
  margin: 0;
  color: #214b43;
  font-family: Inter, Arial, sans-serif;
  font-size: .98rem;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .jds-contact-options__notice {
    gap: 12px;
    padding: 15px 16px;
    margin-top: 16px;
  }

  .jds-contact-options__notice p {
    font-size: .92rem;
  }
}

/* -------------------------------------------------------------------------- */
/* 0.20.2 — cores granulares de texto                                         */
/* -------------------------------------------------------------------------- */
/*
 * Cada variável é aplicada apenas quando o usuário define uma cor no painel
 * “Cores” daquele bloco. Sem variável, o desenho original permanece intacto.
 */

/* A Clínica — ambiente e registros */
.jds-tc-has-section-title .jds-clinic-environment__heading h2 { color: var(--jds-tc-section-title) !important; }
.jds-tc-has-care-1-title .jds-clinic-environment__care-card:nth-child(1) h3 { color: var(--jds-tc-care-1-title) !important; }
.jds-tc-has-care-1-text .jds-clinic-environment__care-card:nth-child(1) p { color: var(--jds-tc-care-1-text) !important; }
.jds-tc-has-care-2-title .jds-clinic-environment__care-card:nth-child(2) h3 { color: var(--jds-tc-care-2-title) !important; }
.jds-tc-has-care-2-text .jds-clinic-environment__care-card:nth-child(2) p { color: var(--jds-tc-care-2-text) !important; }
.jds-tc-has-care-3-title .jds-clinic-environment__care-card:nth-child(3) h3 { color: var(--jds-tc-care-3-title) !important; }
.jds-tc-has-care-3-text .jds-clinic-environment__care-card:nth-child(3) p { color: var(--jds-tc-care-3-text) !important; }
.jds-tc-has-care-4-title .jds-clinic-environment__care-card:nth-child(4) h3 { color: var(--jds-tc-care-4-title) !important; }
.jds-tc-has-care-4-text .jds-clinic-environment__care-card:nth-child(4) p { color: var(--jds-tc-care-4-text) !important; }
.jds-tc-has-care-5-title .jds-clinic-environment__care-card:nth-child(5) h3 { color: var(--jds-tc-care-5-title) !important; }
.jds-tc-has-care-5-text .jds-clinic-environment__care-card:nth-child(5) p { color: var(--jds-tc-care-5-text) !important; }
.jds-tc-has-reg-1-label .jds-clinic-environment__registry-card:nth-child(1) strong { color: var(--jds-tc-reg-1-label) !important; }
.jds-tc-has-reg-1-value .jds-clinic-environment__registry-card:nth-child(1) span:not(.jds-clinic-environment__registry-icon) { color: var(--jds-tc-reg-1-value) !important; }
.jds-tc-has-reg-2-label .jds-clinic-environment__registry-card:nth-child(2) strong { color: var(--jds-tc-reg-2-label) !important; }
.jds-tc-has-reg-2-value .jds-clinic-environment__registry-card:nth-child(2) span:not(.jds-clinic-environment__registry-icon) { color: var(--jds-tc-reg-2-value) !important; }
.jds-tc-has-reg-3-label .jds-clinic-environment__registry-card:nth-child(3) strong { color: var(--jds-tc-reg-3-label) !important; }
.jds-tc-has-reg-3-value .jds-clinic-environment__registry-card:nth-child(3) span:not(.jds-clinic-environment__registry-icon) { color: var(--jds-tc-reg-3-value) !important; }
.jds-tc-has-tech-label .jds-clinic-environment__registry-card--technical strong { color: var(--jds-tc-tech-label) !important; }
.jds-tc-has-tech-name .jds-clinic-environment__registry-card--technical .jds-clinic-environment__technical-name { color: var(--jds-tc-tech-name) !important; }
.jds-tc-has-tech-crp .jds-clinic-environment__registry-card--technical .jds-clinic-environment__registry-copy > span:last-child { color: var(--jds-tc-tech-crp) !important; }

/* Contato final — Clínica */
.jds-tc-has-title .jds-final-contact__title { color: var(--jds-tc-title) !important; }
.jds-tc-has-description .jds-final-contact__description { color: var(--jds-tc-description) !important; }
.jds-tc-has-btn-1 .jds-clinic-final-contact__button--professionals > span:last-child { color: var(--jds-tc-btn-1) !important; }
.jds-tc-has-btn-2 .jds-final-contact__button--scheduler > span:last-child { color: var(--jds-tc-btn-2) !important; }
.jds-tc-has-btn-3 .jds-final-contact__button--whatsapp > span:last-child { color: var(--jds-tc-btn-3) !important; }
.jds-tc-has-modal-eyebrow .jds-scheduler-modal__eyebrow { color: var(--jds-tc-modal-eyebrow) !important; }
.jds-tc-has-modal-title .jds-scheduler-modal__header h2 { color: var(--jds-tc-modal-title) !important; }
.jds-tc-has-modal-footer .jds-scheduler-modal__footer p { color: var(--jds-tc-modal-footer) !important; }
.jds-tc-has-modal-secondary .jds-scheduler-modal__button--secondary { color: var(--jds-tc-modal-secondary) !important; }
.jds-tc-has-modal-primary .jds-scheduler-modal__button--primary { color: var(--jds-tc-modal-primary) !important; }

/* A Clínica — seção principal */
.jds-tc-has-label .jds-contact-hero__label { color: var(--jds-tc-label) !important; }
.jds-tc-has-headline .jds-clinic-hero__headline { color: var(--jds-tc-headline) !important; }
.jds-tc-has-description .jds-clinic-hero__description { color: var(--jds-tc-description) !important; }
.jds-tc-has-btn-1 .jds-clinic-hero__button--whatsapp > span:last-child { color: var(--jds-tc-btn-1) !important; }
.jds-tc-has-btn-2 .jds-clinic-hero__button--scheduler > span:last-child { color: var(--jds-tc-btn-2) !important; }
.jds-tc-has-fact-1 .jds-clinic-hero__fact:nth-child(1) strong { color: var(--jds-tc-fact-1) !important; }
.jds-tc-has-fact-2 .jds-clinic-hero__fact:nth-child(2) strong { color: var(--jds-tc-fact-2) !important; }
.jds-tc-has-modal-eyebrow .jds-scheduler-modal__eyebrow { color: var(--jds-tc-modal-eyebrow) !important; }
.jds-tc-has-modal-title .jds-scheduler-modal__header h2 { color: var(--jds-tc-modal-title) !important; }
.jds-tc-has-modal-footer .jds-scheduler-modal__footer p { color: var(--jds-tc-modal-footer) !important; }

/* Localização e formatos — Contato e Clínica */
.jds-tc-has-location-eyebrow .jds-location-eyebrow { color: var(--jds-tc-location-eyebrow) !important; }
.jds-tc-has-location-title .jds-location-title { color: var(--jds-tc-location-title) !important; }
.jds-tc-has-location-address .jds-location-address-row strong { color: var(--jds-tc-location-address) !important; }
.jds-tc-has-location-info-1 .jds-location-info-item:nth-child(1) p { color: var(--jds-tc-location-info-1) !important; }
.jds-tc-has-location-info-2 .jds-location-info-item:nth-child(2) p { color: var(--jds-tc-location-info-2) !important; }
.jds-tc-has-location-info-3 .jds-location-info-item:nth-child(3) p { color: var(--jds-tc-location-info-3) !important; }
.jds-tc-has-maps-button .jds-location-map-button { color: var(--jds-tc-maps-button) !important; }
.jds-tc-has-formats-eyebrow .jds-formats-eyebrow { color: var(--jds-tc-formats-eyebrow) !important; }
.jds-tc-has-formats-title .jds-formats-heading h2 { color: var(--jds-tc-formats-title) !important; }
.jds-tc-has-presential-title .jds-format-card:nth-child(1) h3 { color: var(--jds-tc-presential-title) !important; }
.jds-tc-has-presential-description .jds-format-card:nth-child(1) p { color: var(--jds-tc-presential-description) !important; }
.jds-tc-has-presential-badge .jds-format-card:nth-child(1) .jds-format-card__badge { color: var(--jds-tc-presential-badge) !important; }
.jds-tc-has-online-title .jds-format-card:nth-child(2) h3 { color: var(--jds-tc-online-title) !important; }
.jds-tc-has-online-description .jds-format-card:nth-child(2) p { color: var(--jds-tc-online-description) !important; }
.jds-tc-has-online-badge .jds-format-card:nth-child(2) .jds-format-card__badge { color: var(--jds-tc-online-badge) !important; }

/* A Clínica — espaço e propósito */
.jds-tc-has-title-lead .jds-clinic-story__title > span:first-child,
.jds-tc-has-title-lead .jds-clinic-story__expanded-title > span:first-child { color: var(--jds-tc-title-lead) !important; }
.jds-tc-has-title-accent .jds-clinic-story__title-accent { color: var(--jds-tc-title-accent) !important; }
.jds-tc-has-summary .jds-clinic-story__summary { color: var(--jds-tc-summary) !important; }
.jds-tc-has-more .jds-clinic-story__more-button > span:first-child { color: var(--jds-tc-more) !important; }
.jds-tc-has-expanded .jds-clinic-story__expanded-text,
.jds-tc-has-expanded .jds-clinic-story__expanded-text p { color: var(--jds-tc-expanded) !important; }
.jds-tc-has-less .jds-clinic-story__less-button > span:last-child { color: var(--jds-tc-less) !important; }

/* A Clínica — forma de cuidar e espaços */
.jds-tc-has-values-title .jds-clinic-values-gallery__section-heading:not(.jds-clinic-values-gallery__section-heading--spaces) h2 { color: var(--jds-tc-values-title) !important; }
.jds-tc-has-value-1-title .jds-cvg-track--values .jds-care-value-card:nth-child(1) h3 { color: var(--jds-tc-value-1-title) !important; }
.jds-tc-has-value-1-text .jds-cvg-track--values .jds-care-value-card:nth-child(1) p { color: var(--jds-tc-value-1-text) !important; }
.jds-tc-has-value-2-title .jds-cvg-track--values .jds-care-value-card:nth-child(2) h3 { color: var(--jds-tc-value-2-title) !important; }
.jds-tc-has-value-2-text .jds-cvg-track--values .jds-care-value-card:nth-child(2) p { color: var(--jds-tc-value-2-text) !important; }
.jds-tc-has-value-3-title .jds-cvg-track--values .jds-care-value-card:nth-child(3) h3 { color: var(--jds-tc-value-3-title) !important; }
.jds-tc-has-value-3-text .jds-cvg-track--values .jds-care-value-card:nth-child(3) p { color: var(--jds-tc-value-3-text) !important; }
.jds-tc-has-spaces-title .jds-clinic-values-gallery__section-heading--spaces h2 { color: var(--jds-tc-spaces-title) !important; }
.jds-tc-has-space-1-title .jds-cvg-track--spaces .jds-care-space-card:nth-child(1) h3 { color: var(--jds-tc-space-1-title) !important; }
.jds-tc-has-space-1-text .jds-cvg-track--spaces .jds-care-space-card:nth-child(1) p { color: var(--jds-tc-space-1-text) !important; }
.jds-tc-has-space-2-title .jds-cvg-track--spaces .jds-care-space-card:nth-child(2) h3 { color: var(--jds-tc-space-2-title) !important; }
.jds-tc-has-space-2-text .jds-cvg-track--spaces .jds-care-space-card:nth-child(2) p { color: var(--jds-tc-space-2-text) !important; }
.jds-tc-has-space-3-title .jds-cvg-track--spaces .jds-care-space-card:nth-child(3) h3 { color: var(--jds-tc-space-3-title) !important; }
.jds-tc-has-space-3-text .jds-cvg-track--spaces .jds-care-space-card:nth-child(3) p { color: var(--jds-tc-space-3-text) !important; }

/* Contato — contato final */
.jds-tc-has-title .jds-final-contact__title { color: var(--jds-tc-title) !important; }
.jds-tc-has-description .jds-final-contact__description { color: var(--jds-tc-description) !important; }
.jds-tc-has-btn-1 .jds-final-contact__button--whatsapp > span:last-child { color: var(--jds-tc-btn-1) !important; }
.jds-tc-has-btn-2 .jds-final-contact__button--scheduler > span:last-child { color: var(--jds-tc-btn-2) !important; }
.jds-tc-has-modal-eyebrow .jds-scheduler-modal__eyebrow { color: var(--jds-tc-modal-eyebrow) !important; }
.jds-tc-has-modal-title .jds-scheduler-modal__header h2 { color: var(--jds-tc-modal-title) !important; }
.jds-tc-has-modal-footer .jds-scheduler-modal__footer p { color: var(--jds-tc-modal-footer) !important; }

/* A Clínica — fundador */
.jds-tc-has-eyebrow .jds-founder-feature__eyebrow { color: var(--jds-tc-eyebrow) !important; }
.jds-tc-has-title .jds-founder-feature__title,
.jds-tc-has-title .jds-founder-feature__expanded-title { color: var(--jds-tc-title) !important; }
.jds-tc-has-summary .jds-founder-feature__summary { color: var(--jds-tc-summary) !important; }
.jds-tc-has-more .jds-founder-feature__more-button > span:first-child { color: var(--jds-tc-more) !important; }
.jds-tc-has-expanded .jds-founder-feature__expanded-text,
.jds-tc-has-expanded .jds-founder-feature__expanded-text p { color: var(--jds-tc-expanded) !important; }
.jds-tc-has-less .jds-founder-feature__less-button > span:last-child { color: var(--jds-tc-less) !important; }
.jds-tc-has-caption-name .jds-founder-feature__caption-name { color: var(--jds-tc-caption-name) !important; }
.jds-tc-has-caption-role .jds-founder-feature__caption-role { color: var(--jds-tc-caption-role) !important; }
.jds-tc-has-caption-meta .jds-founder-feature__caption-meta { color: var(--jds-tc-caption-meta) !important; }

/* Contato — informações importantes */
.jds-tc-has-eyebrow .jds-important-info__eyebrow { color: var(--jds-tc-eyebrow) !important; }
.jds-tc-has-title .jds-important-info__title { color: var(--jds-tc-title) !important; }
.jds-tc-has-q-1 .jds-important-info__item:nth-child(1) .jds-important-info__summary strong { color: var(--jds-tc-q-1) !important; }
.jds-tc-has-a-1 .jds-important-info__item:nth-child(1) .jds-important-info__answer p { color: var(--jds-tc-a-1) !important; }
.jds-tc-has-q-2 .jds-important-info__item:nth-child(2) .jds-important-info__summary strong { color: var(--jds-tc-q-2) !important; }
.jds-tc-has-a-2 .jds-important-info__item:nth-child(2) .jds-important-info__answer p { color: var(--jds-tc-a-2) !important; }
.jds-tc-has-q-3 .jds-important-info__item:nth-child(3) .jds-important-info__summary strong { color: var(--jds-tc-q-3) !important; }
.jds-tc-has-a-3 .jds-important-info__item:nth-child(3) .jds-important-info__answer p { color: var(--jds-tc-a-3) !important; }
.jds-tc-has-q-4 .jds-important-info__item:nth-child(4) .jds-important-info__summary strong { color: var(--jds-tc-q-4) !important; }
.jds-tc-has-a-4 .jds-important-info__item:nth-child(4) .jds-important-info__answer p { color: var(--jds-tc-a-4) !important; }
.jds-tc-has-q-5 .jds-important-info__item:nth-child(5) .jds-important-info__summary strong { color: var(--jds-tc-q-5) !important; }
.jds-tc-has-a-5 .jds-important-info__item:nth-child(5) .jds-important-info__answer p { color: var(--jds-tc-a-5) !important; }
.jds-tc-has-q-6 .jds-important-info__item:nth-child(6) .jds-important-info__summary strong { color: var(--jds-tc-q-6) !important; }
.jds-tc-has-a-6 .jds-important-info__item:nth-child(6) .jds-important-info__answer p { color: var(--jds-tc-a-6) !important; }
.jds-tc-has-q-7 .jds-important-info__item:nth-child(7) .jds-important-info__summary strong { color: var(--jds-tc-q-7) !important; }
.jds-tc-has-a-7 .jds-important-info__item:nth-child(7) .jds-important-info__answer p { color: var(--jds-tc-a-7) !important; }

/* Autoagendamento — seção principal */
.jds-tc-has-label .jds-contact-hero__label { color: var(--jds-tc-label) !important; }
.jds-tc-has-headline .jds-contact-hero__headline { color: var(--jds-tc-headline) !important; }
.jds-tc-has-description .jds-contact-hero__description { color: var(--jds-tc-description) !important; }

/* Serviços — cards */
.jds-tc-has-section-title .jds-services-cards__heading h2 { color: var(--jds-tc-section-title) !important; }
.jds-tc-has-service-1-title .jds-services-card:nth-child(1) h3 { color: var(--jds-tc-service-1-title) !important; }
.jds-tc-has-service-1-text .jds-services-card:nth-child(1) .jds-services-card__content > p { color: var(--jds-tc-service-1-text) !important; }
.jds-tc-has-service-2-title .jds-services-card:nth-child(2) h3 { color: var(--jds-tc-service-2-title) !important; }
.jds-tc-has-service-2-text .jds-services-card:nth-child(2) .jds-services-card__content > p { color: var(--jds-tc-service-2-text) !important; }
.jds-tc-has-service-3-title .jds-services-card:nth-child(3) h3 { color: var(--jds-tc-service-3-title) !important; }
.jds-tc-has-service-3-text .jds-services-card:nth-child(3) .jds-services-card__content > p { color: var(--jds-tc-service-3-text) !important; }
.jds-tc-has-service-4-title .jds-services-card:nth-child(4) h3 { color: var(--jds-tc-service-4-title) !important; }
.jds-tc-has-service-4-text .jds-services-card:nth-child(4) .jds-services-card__content > p { color: var(--jds-tc-service-4-text) !important; }
.jds-tc-has-service-5-title .jds-services-card:nth-child(5) h3 { color: var(--jds-tc-service-5-title) !important; }
.jds-tc-has-service-5-text .jds-services-card:nth-child(5) .jds-services-card__content > p { color: var(--jds-tc-service-5-text) !important; }
.jds-tc-has-service-6-title .jds-services-card:nth-child(6) h3 { color: var(--jds-tc-service-6-title) !important; }
.jds-tc-has-service-6-text .jds-services-card:nth-child(6) .jds-services-card__content > p { color: var(--jds-tc-service-6-text) !important; }

/* Serviços — processo e formatos */
.jds-tc-has-process-label .jds-services-formats__process-label { color: var(--jds-tc-process-label) !important; }
.jds-tc-has-process-title .jds-services-formats__process-title { color: var(--jds-tc-process-title) !important; }
.jds-tc-has-process-subtitle .jds-services-formats__process-subtitle { color: var(--jds-tc-process-subtitle) !important; }
.jds-tc-has-process-text .jds-services-formats__process-copy p { color: var(--jds-tc-process-text) !important; }
.jds-tc-has-formats-eyebrow .jds-services-formats__eyebrow { color: var(--jds-tc-formats-eyebrow) !important; }
.jds-tc-has-formats-title .jds-services-formats__heading h2 { color: var(--jds-tc-formats-title) !important; }
.jds-tc-has-presential-title .jds-services-format-card:nth-child(1) h3 { color: var(--jds-tc-presential-title) !important; }
.jds-tc-has-presential-description .jds-services-format-card:nth-child(1) .jds-services-format-card__content > p { color: var(--jds-tc-presential-description) !important; }
.jds-tc-has-presential-badge .jds-services-format-card:nth-child(1) .jds-services-format-card__badge { color: var(--jds-tc-presential-badge) !important; }
.jds-tc-has-presential-item-1 .jds-services-format-card:nth-child(1) li:nth-child(1) > span:last-child { color: var(--jds-tc-presential-item-1) !important; }
.jds-tc-has-presential-item-2 .jds-services-format-card:nth-child(1) li:nth-child(2) > span:last-child { color: var(--jds-tc-presential-item-2) !important; }
.jds-tc-has-presential-item-3 .jds-services-format-card:nth-child(1) li:nth-child(3) > span:last-child { color: var(--jds-tc-presential-item-3) !important; }
.jds-tc-has-presential-item-4 .jds-services-format-card:nth-child(1) li:nth-child(4) > span:last-child { color: var(--jds-tc-presential-item-4) !important; }
.jds-tc-has-online-title .jds-services-format-card:nth-child(2) h3 { color: var(--jds-tc-online-title) !important; }
.jds-tc-has-online-description .jds-services-format-card:nth-child(2) .jds-services-format-card__content > p { color: var(--jds-tc-online-description) !important; }
.jds-tc-has-online-badge .jds-services-format-card:nth-child(2) .jds-services-format-card__badge { color: var(--jds-tc-online-badge) !important; }
.jds-tc-has-online-item-1 .jds-services-format-card:nth-child(2) li:nth-child(1) > span:last-child { color: var(--jds-tc-online-item-1) !important; }
.jds-tc-has-online-item-2 .jds-services-format-card:nth-child(2) li:nth-child(2) > span:last-child { color: var(--jds-tc-online-item-2) !important; }
.jds-tc-has-online-item-3 .jds-services-format-card:nth-child(2) li:nth-child(3) > span:last-child { color: var(--jds-tc-online-item-3) !important; }
.jds-tc-has-online-item-4 .jds-services-format-card:nth-child(2) li:nth-child(4) > span:last-child { color: var(--jds-tc-online-item-4) !important; }

/* Serviços — seção principal */
.jds-tc-has-label .jds-contact-hero__label { color: var(--jds-tc-label) !important; }
.jds-tc-has-headline .jds-services-hero__headline { color: var(--jds-tc-headline) !important; }
.jds-tc-has-description .jds-services-hero__description { color: var(--jds-tc-description) !important; }
.jds-tc-has-btn-1 .jds-services-hero__button--professionals > span:last-child { color: var(--jds-tc-btn-1) !important; }
.jds-tc-has-btn-2 .jds-services-hero__button--whatsapp > span:last-child { color: var(--jds-tc-btn-2) !important; }

/* Modais de autoagendamento — controles granulares comuns */
.jds-tc-has-modal-eyebrow .jds-scheduler-modal__eyebrow { color: var(--jds-tc-modal-eyebrow) !important; }
.jds-tc-has-modal-title .jds-scheduler-modal__header h2 { color: var(--jds-tc-modal-title) !important; }
.jds-tc-has-modal-footer .jds-scheduler-modal__footer p { color: var(--jds-tc-modal-footer) !important; }
.jds-tc-has-modal-secondary .jds-scheduler-modal__button--secondary { color: var(--jds-tc-modal-secondary) !important; }
.jds-tc-has-modal-primary .jds-scheduler-modal__button--primary { color: var(--jds-tc-modal-primary) !important; }


/* -------------------------------------------------------------------------- */
/* 0.20.2 — alinhamentos granulares de texto                                         */
/* -------------------------------------------------------------------------- */
/*
 * Cada variável é aplicada apenas quando o usuário define um alinhamento no painel
 * “Alinhamento” daquele bloco. Sem variável, o desenho original permanece intacto.
 */

/* A Clínica — ambiente e registros */
.jds-ta-has-section-title .jds-clinic-environment__heading h2 { text-align: var(--jds-ta-section-title) !important; }
.jds-ta-has-care-1-title .jds-clinic-environment__care-card:nth-child(1) h3 { text-align: var(--jds-ta-care-1-title) !important; }
.jds-ta-has-care-1-text .jds-clinic-environment__care-card:nth-child(1) p { text-align: var(--jds-ta-care-1-text) !important; }
.jds-ta-has-care-2-title .jds-clinic-environment__care-card:nth-child(2) h3 { text-align: var(--jds-ta-care-2-title) !important; }
.jds-ta-has-care-2-text .jds-clinic-environment__care-card:nth-child(2) p { text-align: var(--jds-ta-care-2-text) !important; }
.jds-ta-has-care-3-title .jds-clinic-environment__care-card:nth-child(3) h3 { text-align: var(--jds-ta-care-3-title) !important; }
.jds-ta-has-care-3-text .jds-clinic-environment__care-card:nth-child(3) p { text-align: var(--jds-ta-care-3-text) !important; }
.jds-ta-has-care-4-title .jds-clinic-environment__care-card:nth-child(4) h3 { text-align: var(--jds-ta-care-4-title) !important; }
.jds-ta-has-care-4-text .jds-clinic-environment__care-card:nth-child(4) p { text-align: var(--jds-ta-care-4-text) !important; }
.jds-ta-has-care-5-title .jds-clinic-environment__care-card:nth-child(5) h3 { text-align: var(--jds-ta-care-5-title) !important; }
.jds-ta-has-care-5-text .jds-clinic-environment__care-card:nth-child(5) p { text-align: var(--jds-ta-care-5-text) !important; }
.jds-ta-has-reg-1-label .jds-clinic-environment__registry-card:nth-child(1) strong { text-align: var(--jds-ta-reg-1-label) !important; }
.jds-ta-has-reg-1-value .jds-clinic-environment__registry-card:nth-child(1) span:not(.jds-clinic-environment__registry-icon) { text-align: var(--jds-ta-reg-1-value) !important; }
.jds-ta-has-reg-2-label .jds-clinic-environment__registry-card:nth-child(2) strong { text-align: var(--jds-ta-reg-2-label) !important; }
.jds-ta-has-reg-2-value .jds-clinic-environment__registry-card:nth-child(2) span:not(.jds-clinic-environment__registry-icon) { text-align: var(--jds-ta-reg-2-value) !important; }
.jds-ta-has-reg-3-label .jds-clinic-environment__registry-card:nth-child(3) strong { text-align: var(--jds-ta-reg-3-label) !important; }
.jds-ta-has-reg-3-value .jds-clinic-environment__registry-card:nth-child(3) span:not(.jds-clinic-environment__registry-icon) { text-align: var(--jds-ta-reg-3-value) !important; }
.jds-ta-has-tech-label .jds-clinic-environment__registry-card--technical strong { text-align: var(--jds-ta-tech-label) !important; }
.jds-ta-has-tech-name .jds-clinic-environment__registry-card--technical .jds-clinic-environment__technical-name { text-align: var(--jds-ta-tech-name) !important; }
.jds-ta-has-tech-crp .jds-clinic-environment__registry-card--technical .jds-clinic-environment__registry-copy > span:last-child { text-align: var(--jds-ta-tech-crp) !important; }

/* Contato final — Clínica */
.jds-ta-has-title .jds-final-contact__title { text-align: var(--jds-ta-title) !important; }
.jds-ta-has-description .jds-final-contact__description { text-align: var(--jds-ta-description) !important; }
.jds-ta-has-btn-1 .jds-clinic-final-contact__button--professionals > span:last-child { text-align: var(--jds-ta-btn-1) !important; }
.jds-ta-has-btn-2 .jds-final-contact__button--scheduler > span:last-child { text-align: var(--jds-ta-btn-2) !important; }
.jds-ta-has-btn-3 .jds-final-contact__button--whatsapp > span:last-child { text-align: var(--jds-ta-btn-3) !important; }
.jds-ta-has-modal-eyebrow .jds-scheduler-modal__eyebrow { text-align: var(--jds-ta-modal-eyebrow) !important; }
.jds-ta-has-modal-title .jds-scheduler-modal__header h2 { text-align: var(--jds-ta-modal-title) !important; }
.jds-ta-has-modal-footer .jds-scheduler-modal__footer p { text-align: var(--jds-ta-modal-footer) !important; }
.jds-ta-has-modal-secondary .jds-scheduler-modal__button--secondary { text-align: var(--jds-ta-modal-secondary) !important; }
.jds-ta-has-modal-primary .jds-scheduler-modal__button--primary { text-align: var(--jds-ta-modal-primary) !important; }

/* A Clínica — seção principal */
.jds-ta-has-label .jds-contact-hero__label { text-align: var(--jds-ta-label) !important; }
.jds-ta-has-headline .jds-clinic-hero__headline { text-align: var(--jds-ta-headline) !important; }
.jds-ta-has-description .jds-clinic-hero__description { text-align: var(--jds-ta-description) !important; }
.jds-ta-has-btn-1 .jds-clinic-hero__button--whatsapp > span:last-child { text-align: var(--jds-ta-btn-1) !important; }
.jds-ta-has-btn-2 .jds-clinic-hero__button--scheduler > span:last-child { text-align: var(--jds-ta-btn-2) !important; }
.jds-ta-has-fact-1 .jds-clinic-hero__fact:nth-child(1) strong { text-align: var(--jds-ta-fact-1) !important; }
.jds-ta-has-fact-2 .jds-clinic-hero__fact:nth-child(2) strong { text-align: var(--jds-ta-fact-2) !important; }
.jds-ta-has-modal-eyebrow .jds-scheduler-modal__eyebrow { text-align: var(--jds-ta-modal-eyebrow) !important; }
.jds-ta-has-modal-title .jds-scheduler-modal__header h2 { text-align: var(--jds-ta-modal-title) !important; }
.jds-ta-has-modal-footer .jds-scheduler-modal__footer p { text-align: var(--jds-ta-modal-footer) !important; }

/* Localização e formatos — Contato e Clínica */
.jds-ta-has-location-eyebrow .jds-location-eyebrow { text-align: var(--jds-ta-location-eyebrow) !important; }
.jds-ta-has-location-title .jds-location-title { text-align: var(--jds-ta-location-title) !important; }
.jds-ta-has-location-address .jds-location-address-row strong { text-align: var(--jds-ta-location-address) !important; }
.jds-ta-has-location-info-1 .jds-location-info-item:nth-child(1) p { text-align: var(--jds-ta-location-info-1) !important; }
.jds-ta-has-location-info-2 .jds-location-info-item:nth-child(2) p { text-align: var(--jds-ta-location-info-2) !important; }
.jds-ta-has-location-info-3 .jds-location-info-item:nth-child(3) p { text-align: var(--jds-ta-location-info-3) !important; }
.jds-ta-has-maps-button .jds-location-map-button { text-align: var(--jds-ta-maps-button) !important; }
.jds-ta-has-formats-eyebrow .jds-formats-eyebrow { text-align: var(--jds-ta-formats-eyebrow) !important; }
.jds-ta-has-formats-title .jds-formats-heading h2 { text-align: var(--jds-ta-formats-title) !important; }
.jds-ta-has-presential-title .jds-format-card:nth-child(1) h3 { text-align: var(--jds-ta-presential-title) !important; }
.jds-ta-has-presential-description .jds-format-card:nth-child(1) p { text-align: var(--jds-ta-presential-description) !important; }
.jds-ta-has-presential-badge .jds-format-card:nth-child(1) .jds-format-card__badge { text-align: var(--jds-ta-presential-badge) !important; }
.jds-ta-has-online-title .jds-format-card:nth-child(2) h3 { text-align: var(--jds-ta-online-title) !important; }
.jds-ta-has-online-description .jds-format-card:nth-child(2) p { text-align: var(--jds-ta-online-description) !important; }
.jds-ta-has-online-badge .jds-format-card:nth-child(2) .jds-format-card__badge { text-align: var(--jds-ta-online-badge) !important; }

/* A Clínica — espaço e propósito */
.jds-ta-has-title-lead .jds-clinic-story__title > span:first-child,
.jds-ta-has-title-lead .jds-clinic-story__expanded-title > span:first-child { text-align: var(--jds-ta-title-lead) !important; }
.jds-ta-has-title-accent .jds-clinic-story__title-accent { text-align: var(--jds-ta-title-accent) !important; }
.jds-ta-has-summary .jds-clinic-story__summary { text-align: var(--jds-ta-summary) !important; }
.jds-ta-has-more .jds-clinic-story__more-button > span:first-child { text-align: var(--jds-ta-more) !important; }
.jds-ta-has-expanded .jds-clinic-story__expanded-text,
.jds-ta-has-expanded .jds-clinic-story__expanded-text p { text-align: var(--jds-ta-expanded) !important; }
.jds-ta-has-less .jds-clinic-story__less-button > span:last-child { text-align: var(--jds-ta-less) !important; }

/* A Clínica — forma de cuidar e espaços */
.jds-ta-has-values-title .jds-clinic-values-gallery__section-heading:not(.jds-clinic-values-gallery__section-heading--spaces) h2 { text-align: var(--jds-ta-values-title) !important; }
.jds-ta-has-value-1-title .jds-cvg-track--values .jds-care-value-card:nth-child(1) h3 { text-align: var(--jds-ta-value-1-title) !important; }
.jds-ta-has-value-1-text .jds-cvg-track--values .jds-care-value-card:nth-child(1) p { text-align: var(--jds-ta-value-1-text) !important; }
.jds-ta-has-value-2-title .jds-cvg-track--values .jds-care-value-card:nth-child(2) h3 { text-align: var(--jds-ta-value-2-title) !important; }
.jds-ta-has-value-2-text .jds-cvg-track--values .jds-care-value-card:nth-child(2) p { text-align: var(--jds-ta-value-2-text) !important; }
.jds-ta-has-value-3-title .jds-cvg-track--values .jds-care-value-card:nth-child(3) h3 { text-align: var(--jds-ta-value-3-title) !important; }
.jds-ta-has-value-3-text .jds-cvg-track--values .jds-care-value-card:nth-child(3) p { text-align: var(--jds-ta-value-3-text) !important; }
.jds-ta-has-spaces-title .jds-clinic-values-gallery__section-heading--spaces h2 { text-align: var(--jds-ta-spaces-title) !important; }
.jds-ta-has-space-1-title .jds-cvg-track--spaces .jds-care-space-card:nth-child(1) h3 { text-align: var(--jds-ta-space-1-title) !important; }
.jds-ta-has-space-1-text .jds-cvg-track--spaces .jds-care-space-card:nth-child(1) p { text-align: var(--jds-ta-space-1-text) !important; }
.jds-ta-has-space-2-title .jds-cvg-track--spaces .jds-care-space-card:nth-child(2) h3 { text-align: var(--jds-ta-space-2-title) !important; }
.jds-ta-has-space-2-text .jds-cvg-track--spaces .jds-care-space-card:nth-child(2) p { text-align: var(--jds-ta-space-2-text) !important; }
.jds-ta-has-space-3-title .jds-cvg-track--spaces .jds-care-space-card:nth-child(3) h3 { text-align: var(--jds-ta-space-3-title) !important; }
.jds-ta-has-space-3-text .jds-cvg-track--spaces .jds-care-space-card:nth-child(3) p { text-align: var(--jds-ta-space-3-text) !important; }

/* Contato — contato final */
.jds-ta-has-title .jds-final-contact__title { text-align: var(--jds-ta-title) !important; }
.jds-ta-has-description .jds-final-contact__description { text-align: var(--jds-ta-description) !important; }
.jds-ta-has-btn-1 .jds-final-contact__button--whatsapp > span:last-child { text-align: var(--jds-ta-btn-1) !important; }
.jds-ta-has-btn-2 .jds-final-contact__button--scheduler > span:last-child { text-align: var(--jds-ta-btn-2) !important; }
.jds-ta-has-modal-eyebrow .jds-scheduler-modal__eyebrow { text-align: var(--jds-ta-modal-eyebrow) !important; }
.jds-ta-has-modal-title .jds-scheduler-modal__header h2 { text-align: var(--jds-ta-modal-title) !important; }
.jds-ta-has-modal-footer .jds-scheduler-modal__footer p { text-align: var(--jds-ta-modal-footer) !important; }

/* A Clínica — fundador */
.jds-ta-has-eyebrow .jds-founder-feature__eyebrow { text-align: var(--jds-ta-eyebrow) !important; }
.jds-ta-has-title .jds-founder-feature__title,
.jds-ta-has-title .jds-founder-feature__expanded-title { text-align: var(--jds-ta-title) !important; }
.jds-ta-has-summary .jds-founder-feature__summary { text-align: var(--jds-ta-summary) !important; }
.jds-ta-has-more .jds-founder-feature__more-button > span:first-child { text-align: var(--jds-ta-more) !important; }
.jds-ta-has-expanded .jds-founder-feature__expanded-text,
.jds-ta-has-expanded .jds-founder-feature__expanded-text p { text-align: var(--jds-ta-expanded) !important; }
.jds-ta-has-less .jds-founder-feature__less-button > span:last-child { text-align: var(--jds-ta-less) !important; }
.jds-ta-has-caption-name .jds-founder-feature__caption-name { text-align: var(--jds-ta-caption-name) !important; }
.jds-ta-has-caption-role .jds-founder-feature__caption-role { text-align: var(--jds-ta-caption-role) !important; }
.jds-ta-has-caption-meta .jds-founder-feature__caption-meta { text-align: var(--jds-ta-caption-meta) !important; }

/* Contato — informações importantes */
.jds-ta-has-eyebrow .jds-important-info__eyebrow { text-align: var(--jds-ta-eyebrow) !important; }
.jds-ta-has-title .jds-important-info__title { text-align: var(--jds-ta-title) !important; }
.jds-ta-has-q-1 .jds-important-info__item:nth-child(1) .jds-important-info__summary strong { text-align: var(--jds-ta-q-1) !important; }
.jds-ta-has-a-1 .jds-important-info__item:nth-child(1) .jds-important-info__answer p { text-align: var(--jds-ta-a-1) !important; }
.jds-ta-has-q-2 .jds-important-info__item:nth-child(2) .jds-important-info__summary strong { text-align: var(--jds-ta-q-2) !important; }
.jds-ta-has-a-2 .jds-important-info__item:nth-child(2) .jds-important-info__answer p { text-align: var(--jds-ta-a-2) !important; }
.jds-ta-has-q-3 .jds-important-info__item:nth-child(3) .jds-important-info__summary strong { text-align: var(--jds-ta-q-3) !important; }
.jds-ta-has-a-3 .jds-important-info__item:nth-child(3) .jds-important-info__answer p { text-align: var(--jds-ta-a-3) !important; }
.jds-ta-has-q-4 .jds-important-info__item:nth-child(4) .jds-important-info__summary strong { text-align: var(--jds-ta-q-4) !important; }
.jds-ta-has-a-4 .jds-important-info__item:nth-child(4) .jds-important-info__answer p { text-align: var(--jds-ta-a-4) !important; }
.jds-ta-has-q-5 .jds-important-info__item:nth-child(5) .jds-important-info__summary strong { text-align: var(--jds-ta-q-5) !important; }
.jds-ta-has-a-5 .jds-important-info__item:nth-child(5) .jds-important-info__answer p { text-align: var(--jds-ta-a-5) !important; }
.jds-ta-has-q-6 .jds-important-info__item:nth-child(6) .jds-important-info__summary strong { text-align: var(--jds-ta-q-6) !important; }
.jds-ta-has-a-6 .jds-important-info__item:nth-child(6) .jds-important-info__answer p { text-align: var(--jds-ta-a-6) !important; }
.jds-ta-has-q-7 .jds-important-info__item:nth-child(7) .jds-important-info__summary strong { text-align: var(--jds-ta-q-7) !important; }
.jds-ta-has-a-7 .jds-important-info__item:nth-child(7) .jds-important-info__answer p { text-align: var(--jds-ta-a-7) !important; }

/* Autoagendamento — seção principal */
.jds-ta-has-label .jds-contact-hero__label { text-align: var(--jds-ta-label) !important; }
.jds-ta-has-headline .jds-contact-hero__headline { text-align: var(--jds-ta-headline) !important; }
.jds-ta-has-description .jds-contact-hero__description { text-align: var(--jds-ta-description) !important; }

/* Serviços — cards */
.jds-ta-has-section-title .jds-services-cards__heading h2 { text-align: var(--jds-ta-section-title) !important; }
.jds-ta-has-service-1-title .jds-services-card:nth-child(1) h3 { text-align: var(--jds-ta-service-1-title) !important; }
.jds-ta-has-service-1-text .jds-services-card:nth-child(1) .jds-services-card__content > p { text-align: var(--jds-ta-service-1-text) !important; }
.jds-ta-has-service-2-title .jds-services-card:nth-child(2) h3 { text-align: var(--jds-ta-service-2-title) !important; }
.jds-ta-has-service-2-text .jds-services-card:nth-child(2) .jds-services-card__content > p { text-align: var(--jds-ta-service-2-text) !important; }
.jds-ta-has-service-3-title .jds-services-card:nth-child(3) h3 { text-align: var(--jds-ta-service-3-title) !important; }
.jds-ta-has-service-3-text .jds-services-card:nth-child(3) .jds-services-card__content > p { text-align: var(--jds-ta-service-3-text) !important; }
.jds-ta-has-service-4-title .jds-services-card:nth-child(4) h3 { text-align: var(--jds-ta-service-4-title) !important; }
.jds-ta-has-service-4-text .jds-services-card:nth-child(4) .jds-services-card__content > p { text-align: var(--jds-ta-service-4-text) !important; }
.jds-ta-has-service-5-title .jds-services-card:nth-child(5) h3 { text-align: var(--jds-ta-service-5-title) !important; }
.jds-ta-has-service-5-text .jds-services-card:nth-child(5) .jds-services-card__content > p { text-align: var(--jds-ta-service-5-text) !important; }
.jds-ta-has-service-6-title .jds-services-card:nth-child(6) h3 { text-align: var(--jds-ta-service-6-title) !important; }
.jds-ta-has-service-6-text .jds-services-card:nth-child(6) .jds-services-card__content > p { text-align: var(--jds-ta-service-6-text) !important; }

/* Serviços — processo e formatos */
.jds-ta-has-process-label .jds-services-formats__process-label { text-align: var(--jds-ta-process-label) !important; }
.jds-ta-has-process-title .jds-services-formats__process-title { text-align: var(--jds-ta-process-title) !important; }
.jds-ta-has-process-subtitle .jds-services-formats__process-subtitle { text-align: var(--jds-ta-process-subtitle) !important; }
.jds-ta-has-process-text .jds-services-formats__process-copy p { text-align: var(--jds-ta-process-text) !important; }
.jds-ta-has-formats-eyebrow .jds-services-formats__eyebrow { text-align: var(--jds-ta-formats-eyebrow) !important; }
.jds-ta-has-formats-title .jds-services-formats__heading h2 { text-align: var(--jds-ta-formats-title) !important; }
.jds-ta-has-presential-title .jds-services-format-card:nth-child(1) h3 { text-align: var(--jds-ta-presential-title) !important; }
.jds-ta-has-presential-description .jds-services-format-card:nth-child(1) .jds-services-format-card__content > p { text-align: var(--jds-ta-presential-description) !important; }
.jds-ta-has-presential-badge .jds-services-format-card:nth-child(1) .jds-services-format-card__badge { text-align: var(--jds-ta-presential-badge) !important; }
.jds-ta-has-presential-item-1 .jds-services-format-card:nth-child(1) li:nth-child(1) > span:last-child { text-align: var(--jds-ta-presential-item-1) !important; }
.jds-ta-has-presential-item-2 .jds-services-format-card:nth-child(1) li:nth-child(2) > span:last-child { text-align: var(--jds-ta-presential-item-2) !important; }
.jds-ta-has-presential-item-3 .jds-services-format-card:nth-child(1) li:nth-child(3) > span:last-child { text-align: var(--jds-ta-presential-item-3) !important; }
.jds-ta-has-presential-item-4 .jds-services-format-card:nth-child(1) li:nth-child(4) > span:last-child { text-align: var(--jds-ta-presential-item-4) !important; }
.jds-ta-has-online-title .jds-services-format-card:nth-child(2) h3 { text-align: var(--jds-ta-online-title) !important; }
.jds-ta-has-online-description .jds-services-format-card:nth-child(2) .jds-services-format-card__content > p { text-align: var(--jds-ta-online-description) !important; }
.jds-ta-has-online-badge .jds-services-format-card:nth-child(2) .jds-services-format-card__badge { text-align: var(--jds-ta-online-badge) !important; }
.jds-ta-has-online-item-1 .jds-services-format-card:nth-child(2) li:nth-child(1) > span:last-child { text-align: var(--jds-ta-online-item-1) !important; }
.jds-ta-has-online-item-2 .jds-services-format-card:nth-child(2) li:nth-child(2) > span:last-child { text-align: var(--jds-ta-online-item-2) !important; }
.jds-ta-has-online-item-3 .jds-services-format-card:nth-child(2) li:nth-child(3) > span:last-child { text-align: var(--jds-ta-online-item-3) !important; }
.jds-ta-has-online-item-4 .jds-services-format-card:nth-child(2) li:nth-child(4) > span:last-child { text-align: var(--jds-ta-online-item-4) !important; }

/* Serviços — seção principal */
.jds-ta-has-label .jds-contact-hero__label { text-align: var(--jds-ta-label) !important; }
.jds-ta-has-headline .jds-services-hero__headline { text-align: var(--jds-ta-headline) !important; }
.jds-ta-has-description .jds-services-hero__description { text-align: var(--jds-ta-description) !important; }
.jds-ta-has-btn-1 .jds-services-hero__button--professionals > span:last-child { text-align: var(--jds-ta-btn-1) !important; }
.jds-ta-has-btn-2 .jds-services-hero__button--whatsapp > span:last-child { text-align: var(--jds-ta-btn-2) !important; }

/* Modais de autoagendamento — controles granulares comuns */
.jds-ta-has-modal-eyebrow .jds-scheduler-modal__eyebrow { text-align: var(--jds-ta-modal-eyebrow) !important; }
.jds-ta-has-modal-title .jds-scheduler-modal__header h2 { text-align: var(--jds-ta-modal-title) !important; }
.jds-ta-has-modal-footer .jds-scheduler-modal__footer p { text-align: var(--jds-ta-modal-footer) !important; }
.jds-ta-has-modal-secondary .jds-scheduler-modal__button--secondary { text-align: var(--jds-ta-modal-secondary) !important; }
.jds-ta-has-modal-primary .jds-scheduler-modal__button--primary { text-align: var(--jds-ta-modal-primary) !important; }


/* Ajustes específicos para elementos que precisam de alvo próprio no alinhamento */
.jds-ta-has-title .jds-clinic-story__title,
.jds-ta-has-title .jds-clinic-story__expanded-title { text-align: var(--jds-ta-title) !important; }

/* Contato — canais e agendamento: textos dos cards e aviso */
.jds-ta-has-whatsapp-label .jds-contact-card--whatsapp .jds-contact-card__eyebrow { text-align: var(--jds-ta-whatsapp-label) !important; }
.jds-ta-has-whatsapp-title .jds-contact-card--whatsapp .jds-contact-card__title { text-align: var(--jds-ta-whatsapp-title) !important; }
.jds-ta-has-whatsapp-description .jds-contact-card--whatsapp .jds-contact-card__text { text-align: var(--jds-ta-whatsapp-description) !important; }
.jds-ta-has-scheduler-label .jds-contact-card--scheduler .jds-contact-card__eyebrow { text-align: var(--jds-ta-scheduler-label) !important; }
.jds-ta-has-scheduler-title .jds-contact-card--scheduler .jds-contact-card__title { text-align: var(--jds-ta-scheduler-title) !important; }
.jds-ta-has-scheduler-description .jds-contact-card--scheduler .jds-contact-card__text { text-align: var(--jds-ta-scheduler-description) !important; }
.jds-ta-has-email-label .jds-contact-card--email .jds-contact-card__eyebrow { text-align: var(--jds-ta-email-label) !important; }
.jds-ta-has-email-title .jds-contact-card--email .jds-contact-card__title { text-align: var(--jds-ta-email-title) !important; }
.jds-ta-has-email-description .jds-contact-card--email .jds-contact-card__text { text-align: var(--jds-ta-email-description) !important; }
.jds-ta-has-notice-text .jds-contact-options__notice p { text-align: var(--jds-ta-notice-text) !important; }


/* -------------------------------------------------------------------------- */
/* 0.20.5 — Contato final: alinhamento visual do contêiner de texto           */
/* -------------------------------------------------------------------------- */
/*
 * text-align centraliza o conteúdo apenas dentro da caixa do texto. Este bloco
 * usa limite de leitura de 760px; portanto, a caixa também precisa acompanhar
 * o alinhamento escolhido para coincidir visualmente com os botões.
 */
.jds-final-contact__copy {
  max-width: none;
  width: 100%;
}

.jds-final-contact__title,
.jds-final-contact__description {
  max-width: 760px;
}

.jds-ta-title-center .jds-final-contact__title,
.jds-ta-description-center .jds-final-contact__description {
  margin-left: auto !important;
  margin-right: auto !important;
}

.jds-ta-title-right .jds-final-contact__title,
.jds-ta-description-right .jds-final-contact__description {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.jds-ta-title-left .jds-final-contact__title,
.jds-ta-description-left .jds-final-contact__description,
.jds-ta-title-justify .jds-final-contact__title,
.jds-ta-description-justify .jds-final-contact__description {
  margin-left: 0 !important;
  margin-right: auto !important;
}


/* -------------------------------------------------------------------------- */
/* 0.20.5 — Clínica - Contato Final: 3 botões centralizados na mesma linha    */
/* -------------------------------------------------------------------------- */
/*
 * No desktop, os três botões devem permanecer centralizados e na mesma linha.
 * Em larguras intermediárias e pequenas, o bloco volta a permitir quebra
 * progressiva para preservar leitura e responsividade.
 */
.jds-clinic-final-contact__actions {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-inline: auto;
  max-width: max-content;
  width: 100%;
}

.jds-clinic-final-contact__actions .jds-final-contact__button {
  flex: 0 0 auto;
  min-width: 0;
  width: auto;
}

.jds-clinic-final-contact__actions .jds-final-contact__button > span:last-child {
  white-space: nowrap;
}

@media (max-width: 980px) {
  .jds-clinic-final-contact__actions {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
  }

  .jds-clinic-final-contact__actions .jds-final-contact__button {
    flex: 0 1 280px;
    min-width: 250px;
  }
}

@media (max-width: 620px) {
  .jds-clinic-final-contact__actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .jds-clinic-final-contact__actions .jds-final-contact__button {
    min-width: 0;
    width: 100%;
  }
}


/* -------------------------------------------------------------------------- */
/* 0.20.6 — Serviços: alinhamento entre ícones e títulos dos cards            */
/* -------------------------------------------------------------------------- */
/*
 * Mantém o círculo do ícone verticalmente centralizado em relação ao bloco
 * do respectivo título. A regra é única para desktop, tablet e mobile, de modo
 * que a mudança de card para carrossel não altere o alinhamento interno.
 */
.jds-services-card__title-row {
  align-items: center;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: .9rem;
}

.jds-services-card__icon,
.jds-services-card__icon-placeholder {
  align-self: center;
  justify-self: center;
  margin: 0;
}

.jds-services-card__title-row h3 {
  align-self: center;
  min-width: 0;
}

@media (max-width: 640px) {
  .jds-services-card__title-row {
    column-gap: .75rem;
  }
}


/* -------------------------------------------------------------------------- */
/* 0.20.7 — Serviços: cards unidos, sem espaços entre si                     */
/* -------------------------------------------------------------------------- */
/*
 * No desktop, os cards formam uma sequência contínua: sem gap entre linhas,
 * sem duplicação da borda de encontro e com arredondamento apenas nas pontas
 * externas do conjunto. No tablet/mobile o carrossel já trabalha com gap zero;
 * cada slide mantém seu próprio arredondamento por ser exibido isoladamente.
 */
@media (min-width: 1025px) {
  .jds-services-cards__track {
    gap: 0;
  }

  .jds-services-card {
    border-radius: 0;
  }

  .jds-services-card + .jds-services-card {
    border-top: 0;
  }

  .jds-services-card:first-child {
    border-radius: 12px 12px 0 0;
  }

  .jds-services-card:last-child {
    border-radius: 0 0 12px 12px;
  }
}

/* O editor mostra os cards em sequência, portanto replica a união do desktop. */
.jds-services-cards--editor .jds-services-cards__track {
  gap: 0;
}

.jds-services-cards--editor .jds-services-card {
  border-radius: 0;
}

.jds-services-cards--editor .jds-services-card + .jds-services-card {
  border-top: 0;
}

.jds-services-cards--editor .jds-services-card:first-child {
  border-radius: 12px 12px 0 0;
}

.jds-services-cards--editor .jds-services-card:last-child {
  border-radius: 0 0 12px 12px;
}


/* -------------------------------------------------------------------------- */
/* 0.21.0 — Serviços: demandas atendidas                                      */
/* -------------------------------------------------------------------------- */
.jds-services-demands {
  background: var(--jds-bg);
  box-sizing: border-box;
  padding: clamp(48px, 6vw, 78px) 0;
}

.jds-services-demands__inner {
  margin-inline: auto;
  width: min(100% - 40px, var(--jds-content));
}

.jds-services-demands__heading {
  margin-bottom: 28px;
}

.jds-services-demands__eyebrow {
  display: block;
  font-family: Inter, Arial, sans-serif;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.3;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.jds-services-demands__heading h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 4.4vw, 58px);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.02;
  margin: 0;
}

.jds-services-demands__line {
  background: var(--jds-gold);
  border-radius: 999px;
  display: block;
  height: 3px;
  margin-top: 18px;
  width: 72px;
}

.jds-services-demands__viewport {
  overflow: hidden;
  touch-action: pan-y;
}

.jds-services-demands__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jds-services-demands__grid.is-refreshing {
  animation: jds-demands-refresh .28s ease;
}

@keyframes jds-demands-refresh {
  from { opacity: .35; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

.jds-services-demands__card {
  align-items: center;
  background: linear-gradient(145deg, #fff 0%, #fbfcfb 100%);
  border: 1px solid rgba(7,63,67,.13);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(7,63,67,.06);
  display: grid;
  gap: 14px;
  grid-template-columns: 48px minmax(0, 1fr);
  min-height: 118px;
  overflow: hidden;
  padding: 16px 17px;
  position: relative;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.jds-services-demands__card::before {
  background: rgba(66,184,173,.075);
  border-radius: 50%;
  content: "";
  height: 92px;
  position: absolute;
  right: -40px;
  top: -42px;
  width: 92px;
}

.jds-services-demands__card:hover {
  border-color: rgba(7,63,67,.25);
  box-shadow: 0 14px 30px rgba(7,63,67,.10);
  transform: translateY(-2px);
}

.jds-services-demands__card[hidden] { display: none !important; }

.jds-services-demands__icon {
  align-items: center;
  background: linear-gradient(135deg, var(--jds-teal-dark), #0b6970);
  border: 1px solid rgba(209,160,74,.45);
  border-radius: 50%;
  box-shadow: 0 7px 16px rgba(7,63,67,.16);
  color: #fff;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  position: relative;
  width: 46px;
  z-index: 1;
}

.jds-services-demands__icon svg {
  height: 25px;
  width: 25px;
}

.jds-services-demands__card-copy {
  min-width: 0;
  position: relative;
  z-index: 1;
}

.jds-services-demands__category {
  display: block;
  font-family: Inter, Arial, sans-serif;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.25;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.jds-services-demands__card h3 {
  font-family: Inter, Arial, sans-serif;
  font-size: .92rem;
  font-weight: 750;
  letter-spacing: -.01em;
  line-height: 1.32;
  margin: 0;
  overflow-wrap: anywhere;
}

.jds-services-demands__controls {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 18px;
}

.jds-services-demands__dots {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.jds-services-demands__dot,
.jds-services-demands__arrow {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.jds-services-demands__dot {
  background: #fff;
  border: 1px solid rgba(7,63,67,.30);
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(7,63,67,.08);
  height: 11px;
  padding: 0;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  width: 11px;
}

.jds-services-demands__dot.is-active {
  background: #8fb99b;
  border-color: #6f9879;
  box-shadow: 0 0 0 3px rgba(143,185,155,.19);
  transform: scale(1.15);
}

.jds-services-demands__arrow {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(7,63,67,.20);
  border-radius: 50%;
  color: var(--jds-teal);
  display: inline-flex;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  height: 38px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 2px;
  transition: background .2s ease, color .2s ease, transform .2s ease;
  width: 38px;
}

.jds-services-demands__arrow:hover,
.jds-services-demands__arrow:focus-visible {
  background: var(--jds-teal);
  color: #fff;
  outline: none;
  transform: translateY(-1px);
}

.jds-services-demands__dot:focus-visible {
  outline: 3px solid rgba(209,160,74,.35);
  outline-offset: 3px;
}

.jds-services-demands__notice {
  align-items: flex-start;
  background: #fff;
  border-left: 4px solid #6f8f72;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(7,63,67,.07);
  display: flex;
  gap: 14px;
  margin-top: 22px;
  padding: 18px 22px;
}

.jds-services-demands__notice-icon {
  color: #6f8f72;
  display: inline-flex;
  flex: 0 0 auto;
  height: 23px;
  margin-top: 1px;
  width: 23px;
}

.jds-services-demands__notice-icon svg { height: 100%; width: 100%; }

.jds-services-demands__notice p {
  font-family: Inter, Arial, sans-serif;
  font-size: .91rem;
  line-height: 1.58;
  margin: 0;
  width: 100%;
}

.jds-services-demands--editor .jds-services-demands__controls span.jds-services-demands__arrow {
  cursor: default;
}

.jds-services-demands__editor-glyph {
  font-size: 30px;
  line-height: 1;
  transform: translateY(-3px);
}

@media (max-width: 1024px) {
  .jds-services-demands__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jds-services-demands__card {
    min-height: 112px;
  }
}

@media (max-width: 620px) {
  .jds-services-demands {
    padding: 42px 0 52px;
  }

  .jds-services-demands__inner {
    width: min(100% - 28px, var(--jds-content));
  }

  .jds-services-demands__heading {
    margin-bottom: 24px;
  }

  .jds-services-demands__heading h2 {
    font-size: clamp(34px, 10vw, 45px);
  }

  .jds-services-demands__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .jds-services-demands__card {
    min-height: 94px;
    padding: 14px 15px;
  }

  .jds-services-demands__card h3 {
    font-size: .9rem;
  }

  .jds-services-demands__notice {
    gap: 11px;
    padding: 16px 17px;
  }

  .jds-services-demands__notice p {
    font-size: .84rem;
  }
}


/* -------------------------------------------------------------------------- */
/* 0.21.2 — Serviços / Formatos: espaçamento externo controlado pelo bloco    */
/* -------------------------------------------------------------------------- */
/*
 * O recuo visual do bloco era somado em três níveis: wrapper, processo e
 * área dos cards. Isso fazia o controle de margem/preenchimento do Gutenberg
 * parecer não obedecer ao valor escolhido. A partir daqui, o espaçamento das
 * bordas externas pertence somente ao wrapper do bloco. Os dois contêineres
 * internos conservam apenas o espaço necessário ENTRE as duas subseções.
 *
 * Como o Gutenberg escreve os valores escolhidos pelo usuário diretamente no
 * style do wrapper, qualquer margem/padding manual passa a substituir estes
 * valores padrão sem permanecer um segundo recuo oculto por dentro.
 */
.jds-services-formats {
  box-sizing: border-box;
  padding: clamp(3.5rem, 7vw, 6rem) 1.5rem clamp(3.5rem, 7vw, 6.5rem);
}

.jds-services-formats__process-inner {
  box-sizing: border-box;
  padding: 0 0 clamp(2.8rem, 5vw, 4.4rem);
  width: 100%;
}

.jds-services-formats > .jds-services-formats__inner {
  box-sizing: border-box;
  padding: clamp(2.5rem, 4.5vw, 4rem) 0 0;
  width: 100%;
}

@media (max-width: 1024px) {
  .jds-services-formats__process-inner {
    padding-top: 0;
    padding-bottom: 2.6rem;
  }
}

@media (max-width: 700px) {
  .jds-services-formats {
    padding: 3rem 1rem 4rem;
  }

  .jds-services-formats__process-inner {
    padding: 0 0 2.5rem;
  }

  .jds-services-formats > .jds-services-formats__inner {
    padding: 2.6rem 0 0;
  }
}


/* -------------------------------------------------------------------------- */
/* Serviços — como funciona                                                   */
/* -------------------------------------------------------------------------- */
.jds-how-it-works {
  padding: clamp(2.6rem, 5vw, 4.5rem) 0;
}

.jds-how-it-works__inner {
  box-sizing: border-box;
  width: min(100% - 48px, var(--jds-content));
  margin: 0 auto;
  padding: clamp(2.2rem, 4.8vw, 3.6rem) clamp(1.5rem, 3vw, 2.6rem);
  background: var(--jds-surface);
  border: 1px solid var(--jds-border);
  border-radius: var(--jds-radius-lg);
}

.jds-how-it-works__title {
  margin: 0;
  color: var(--jds-teal-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 3.45rem);
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.jds-how-it-works__line {
  display: block;
  width: 54px;
  height: 3px;
  margin: 1rem auto 0;
  background: var(--jds-gold);
}

.jds-how-it-works__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(2rem, 3vw, 2.6rem);
}

.jds-how-it-works__step {
  position: relative;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: start;
  column-gap: 1rem;
  padding: .4rem 1.2rem .35rem;
}

.jds-how-it-works__step::after {
  content: "";
  position: absolute;
  top: 1.18rem;
  right: -0.2rem;
  width: clamp(34px, 18%, 78px);
  border-top: 2px dotted rgba(125, 106, 87, .52);
}

.jds-how-it-works__step:last-child::after {
  display: none;
}

.jds-how-it-works__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  background: var(--jds-teal-dark);
  box-shadow: 0 5px 14px rgba(6, 52, 56, .14);
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
}

.jds-how-it-works__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  color: var(--jds-gold);
}

.jds-how-it-works__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.jds-how-it-works__copy {
  min-width: 0;
  padding-top: .05rem;
}

.jds-how-it-works__copy h3 {
  margin: 0 0 .55rem;
  color: var(--jds-ink);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(1.02rem, 1.45vw, 1.3rem);
  font-weight: 700;
  line-height: 1.28;
}

.jds-how-it-works__copy p {
  margin: 0;
  color: var(--jds-muted);
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.62;
}

.jds-how-it-works--editor .jds-how-it-works__step::after {
  right: -.45rem;
}

@media (max-width: 1024px) {
  .jds-how-it-works__inner {
    width: min(100% - 32px, var(--jds-content));
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .jds-how-it-works__steps {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .jds-how-it-works__step {
    padding: 0;
  }

  .jds-how-it-works__step::after {
    display: none;
  }
}

@media (max-width: 700px) {
  .jds-how-it-works {
    padding: 2.2rem 0 3.2rem;
  }

  .jds-how-it-works__inner {
    width: min(100% - 24px, var(--jds-content));
    padding: 1.8rem 1rem;
  }

  .jds-how-it-works__title {
    font-size: clamp(2.2rem, 11vw, 3rem);
  }

  .jds-how-it-works__steps {
    margin-top: 1.7rem;
  }

  .jds-how-it-works__step {
    grid-template-columns: auto auto minmax(0, 1fr);
    column-gap: .85rem;
  }

  .jds-how-it-works__number {
    width: 2.35rem;
    height: 2.35rem;
    font-size: .96rem;
  }

  .jds-how-it-works__icon {
    width: 3rem;
    height: 3rem;
  }

  .jds-how-it-works__copy h3 {
    font-size: 1rem;
  }

  .jds-how-it-works__copy p {
    font-size: .95rem;
    line-height: 1.58;
  }
}






/* -------------------------------------------------------------------------- */
/* 0.24.1 — Serviços - Contato Final (bloco independente)                    */
/* -------------------------------------------------------------------------- */
.jds-services-final-contact__button--professionals {
  background: linear-gradient(135deg, var(--jds-terracotta-dark), var(--jds-terracotta));
}

.jds-services-final-contact__actions {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  margin-inline: auto;
  max-width: max-content;
  width: 100%;
}

.jds-services-final-contact__actions .jds-final-contact__button {
  flex: 0 0 auto;
  min-width: 0;
  width: auto;
}

.jds-services-final-contact__actions .jds-final-contact__button > span:last-child {
  white-space: nowrap;
}

@media (max-width: 980px) {
  .jds-services-final-contact__actions {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
  }

  .jds-services-final-contact__actions .jds-final-contact__button {
    flex: 0 1 280px;
    min-width: 250px;
  }
}

@media (max-width: 620px) {
  .jds-services-final-contact__actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .jds-services-final-contact__actions .jds-final-contact__button {
    min-width: 0;
    width: 100%;
  }
}


/* -------------------------------------------------------------------------- */
/* 0.24.2 — Clínica - Contato Final: alinhamento e botões                     */
/* -------------------------------------------------------------------------- */
/*
 * O título e a descrição possuem largura máxima de leitura. Quando o usuário
 * escolhe centro/direita no Gutenberg, a própria caixa de texto acompanha o
 * alinhamento, além do conteúdo interno.
 */
.jds-clinic-final-contact.jds-ta-title-center .jds-final-contact__title,
.jds-clinic-final-contact .jds-ta-title-center .jds-final-contact__title,
.jds-clinic-final-contact.jds-ta-description-center .jds-final-contact__description,
.jds-clinic-final-contact .jds-ta-description-center .jds-final-contact__description {
  margin-left: auto !important;
  margin-right: auto !important;
}

.jds-clinic-final-contact.jds-ta-title-right .jds-final-contact__title,
.jds-clinic-final-contact .jds-ta-title-right .jds-final-contact__title,
.jds-clinic-final-contact.jds-ta-description-right .jds-final-contact__description,
.jds-clinic-final-contact .jds-ta-description-right .jds-final-contact__description {
  margin-left: auto !important;
  margin-right: 0 !important;
}

/* Auto Agendamento e Fale conosco permanecem rigorosamente do mesmo tamanho. */
.jds-clinic-final-contact__actions .jds-final-contact__button--scheduler,
.jds-clinic-final-contact__actions .jds-final-contact__button--whatsapp {
  box-sizing: border-box;
  flex: 0 0 250px;
  min-width: 250px;
  width: 250px;
}

@media (max-width: 980px) {
  .jds-clinic-final-contact__actions .jds-final-contact__button--scheduler,
  .jds-clinic-final-contact__actions .jds-final-contact__button--whatsapp {
    flex: 0 1 280px;
    min-width: 250px;
    width: 280px;
  }
}

@media (max-width: 620px) {
  .jds-clinic-final-contact__actions .jds-final-contact__button--scheduler,
  .jds-clinic-final-contact__actions .jds-final-contact__button--whatsapp {
    min-width: 0;
    width: 100%;
  }
}


/* -------------------------------------------------------------------------- */
/* 0.24.3 — Clínica - Contato Final: três botões com dimensões idênticas       */
/* -------------------------------------------------------------------------- */
/*
 * A largura não depende mais do comprimento do rótulo. Assim, alterações como
 * "Conhecer profissionais" para "Ver profissionais" não encolhem o botão.
 */
.jds-clinic-final-contact__actions .jds-final-contact__button {
  box-sizing: border-box;
  flex: 0 0 250px;
  min-width: 250px;
  width: 250px;
}

@media (max-width: 980px) {
  .jds-clinic-final-contact__actions .jds-final-contact__button {
    flex: 0 0 250px;
    min-width: 250px;
    width: 250px;
  }
}

@media (max-width: 620px) {
  .jds-clinic-final-contact__actions .jds-final-contact__button {
    flex: none;
    min-width: 0;
    width: 100%;
  }
}


/* Bloco Início — seção principal
 * O texto usa o mesmo padrão estrutural de A Clínica / Serviços / Contato.
 * A fotografia é apenas uma camada lateral adicional, sem reduzir a largura
 * normal da coluna textual mais do que o necessário para não sobrepor a foto.
 */
.jds-home-hero {
  position: relative;
  isolation: isolate;
  min-height: 0;
}

/* Mantém o mesmo container de 1180px das demais seções principais. */
.jds-home-hero__inner {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding-right: 0;
}

/* A largura da coluna volta a se aproximar do padrão das outras páginas.
 * O erro anterior vinha de reservar quase metade do container para a foto,
 * comprimindo título e descrição e aumentando artificialmente a altura. */
.jds-home-hero__inner > .jds-home-hero__label,
.jds-home-hero__inner > .jds-home-hero__headline,
.jds-home-hero__inner > .jds-home-hero__description,
.jds-home-hero__actions,
.jds-home-hero__facts {
  position: relative;
  z-index: 2;
}

.jds-home-hero__inner > .jds-home-hero__label {
  margin: 0 0 clamp(34px, 4.2vw, 56px) !important;
  white-space: nowrap;
}

.jds-home-hero__inner > .jds-home-hero__headline {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  max-width: 900px;
}

.jds-home-hero__inner > .jds-home-hero__description {
  margin: clamp(28px, 3vw, 40px) 0 0 !important;
  max-width: 850px;
}

.jds-home-hero__actions {
  max-width: 720px;
}

.jds-home-hero__facts {
  max-width: 760px;
}

.jds-home-hero__button--professionals {
  background: rgba(255,255,255,.04);
}

.jds-home-hero__button--whatsapp {
  background: linear-gradient(135deg, #0b6970, #168b8f);
  border-color: rgba(255,255,255,.74);
}

.jds-home-hero__button--whatsapp:hover,
.jds-home-hero__button--whatsapp:focus-visible {
  background: linear-gradient(135deg, #0c737a, #1a999d);
}

/* Foto lateral: não participa do fluxo e, portanto, não comprime o texto. */
.jds-home-hero__media {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: clamp(410px, 31vw, 640px);
  margin: 0;
  overflow: hidden;
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
  background: #d9d2c8;
}

.jds-home-hero__media::after {
  content: '';
  position: absolute;
  inset: 0;
  box-shadow: inset 18px 0 28px rgba(6,52,56,.10);
  pointer-events: none;
}

.jds-home-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  /* Reenquadra a fotografia para manter o casal no centro visual da moldura. */
  object-position: 84% 50%;
}

.jds-home-hero__default-image-note {
  display: grid;
  place-items: center;
  height: 100%;
  min-height: 360px;
  padding: 24px 34px 24px 80px;
  background: #e9e3d9;
  color: #2b3b46;
  font-family: Inter, Arial, sans-serif;
  text-align: center;
}

.jds-home-hero--editor .jds-home-hero__button {
  cursor: default;
}

.jds-home-hero--editor .jds-home-hero__button:hover {
  transform: none;
}

/* Em larguras intermediárias reduzimos apenas o comprimento das linhas,
 * preservando ainda uma coluna textual bem mais larga que na versão anterior. */
@media (max-width: 1600px) and (min-width: 1001px) {
  .jds-home-hero__inner > .jds-home-hero__headline {
    max-width: 760px;
  }

  .jds-home-hero__inner > .jds-home-hero__description {
    max-width: 720px;
  }

  .jds-home-hero__actions,
  .jds-home-hero__facts {
    max-width: 700px;
  }

  .jds-home-hero__media {
    width: clamp(400px, 31vw, 500px);
  }
}

/* Tablet: a fotografia passa para uma faixa própria. A área textual volta a
 * ocupar exatamente a largura habitual das seções principais. */
@media (max-width: 1000px) {
  .jds-home-hero {
    padding-bottom: 0;
  }

  .jds-home-hero__inner {
    padding-right: 0;
    padding-bottom: clamp(42px, 6vw, 58px);
  }

  .jds-home-hero__inner > .jds-home-hero__headline,
  .jds-home-hero__inner > .jds-home-hero__description,
  .jds-home-hero__actions,
  .jds-home-hero__facts {
    max-width: 100%;
  }

  .jds-home-hero__media {
    position: relative;
    inset: auto;
    width: 100%;
    height: clamp(270px, 48vw, 410px);
    clip-path: polygon(0 11%, 100% 0, 100% 100%, 0 100%);
  }

  .jds-home-hero__media img {
    object-position: 68% 52%;
  }

  .jds-home-hero__default-image-note {
    min-height: 270px;
    padding: 50px 24px 24px;
  }
}

@media (max-width: 700px) {
  .jds-home-hero__inner > .jds-home-hero__label {
    margin-bottom: 30px !important;
    white-space: normal;
  }

  .jds-home-hero__inner > .jds-home-hero__description {
    margin-top: 24px !important;
  }

  .jds-home-hero__actions {
    max-width: 100%;
  }

  .jds-home-hero__media {
    height: 250px;
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
  }

  .jds-home-hero__media img {
    object-position: 66% 50%;
  }
}

/* Cores granulares — seguem as mesmas variáveis do restante do tema. */
.jds-tc-has-label .jds-home-hero__label { color: var(--jds-tc-label) !important; border-color: var(--jds-tc-label) !important; }
.jds-tc-has-headline .jds-home-hero__headline { color: var(--jds-tc-headline) !important; }
.jds-tc-has-description .jds-home-hero__description { color: var(--jds-tc-description) !important; }
.jds-tc-has-btn-1 .jds-home-hero__button--professionals > span:last-child { color: var(--jds-tc-btn-1) !important; }
.jds-tc-has-btn-2 .jds-home-hero__button--whatsapp > span:last-child { color: var(--jds-tc-btn-2) !important; }
.jds-tc-has-fact-1 .jds-home-hero__fact:nth-child(1) strong { color: var(--jds-tc-fact-1) !important; }
.jds-tc-has-fact-2 .jds-home-hero__fact:nth-child(2) strong { color: var(--jds-tc-fact-2) !important; }

/* Alinhamentos granulares. */
.jds-ta-has-label .jds-home-hero__label { text-align: var(--jds-ta-label) !important; }
.jds-ta-has-headline .jds-home-hero__headline { text-align: var(--jds-ta-headline) !important; }
.jds-ta-has-description .jds-home-hero__description { text-align: var(--jds-ta-description) !important; }
.jds-ta-has-btn-1 .jds-home-hero__button--professionals > span:last-child { text-align: var(--jds-ta-btn-1) !important; }
.jds-ta-has-btn-2 .jds-home-hero__button--whatsapp > span:last-child { text-align: var(--jds-ta-btn-2) !important; }
.jds-ta-has-fact-1 .jds-home-hero__fact:nth-child(1) strong { text-align: var(--jds-ta-fact-1) !important; }
.jds-ta-has-fact-2 .jds-home-hero__fact:nth-child(2) strong { text-align: var(--jds-ta-fact-2) !important; }



/* 0.24.9 — símbolo oficial da Psicologia nas seções principais */
.jds-clinic-hero__psychology-symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-1px);
}

/* =========================================================
   0.25.0 — Profissionais: diretório, perfil e cadastro
   ========================================================= */
.jds-prof-directory,
.jds-prof-profile,
.jds-prof-submission {
  box-sizing: border-box;
  background: var(--jds-bg);
  color: var(--jds-ink);
  font-family: Inter, Arial, sans-serif;
}

/* Diretório */
.jds-prof-directory { padding: clamp(34px,5vw,66px) 0 clamp(48px,7vw,84px); }
.jds-prof-directory__inner { width:min(100% - 40px,var(--jds-content)); margin-inline:auto; }
.jds-prof-directory__filters-panel { background:#fff; border:1px solid var(--jds-border); border-radius:18px; box-shadow:var(--jds-shadow); padding:clamp(24px,3vw,34px); }
.jds-prof-directory__filter-title,
.jds-prof-directory__section-title { margin:0; color:var(--jds-teal-dark); font-family:"Cormorant Garamond",Georgia,serif; font-weight:700; letter-spacing:-.02em; }
.jds-prof-directory__filter-title { text-align:center; font-size:clamp(34px,4vw,48px); }
.jds-prof-directory__title-line { display:block; width:54px; height:3px; margin:14px auto 26px; background:var(--jds-gold); }
.jds-prof-directory__filters { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:14px; align-items:end; }
.jds-prof-directory__field { display:grid; gap:7px; min-width:0; }
.jds-prof-directory__field>span:first-child { color:var(--jds-muted); font-size:12px; font-weight:700; }
.jds-prof-directory__field select,
.jds-prof-directory__field input { width:100%; min-height:46px; border:1px solid var(--jds-border); border-radius:8px; background:#fff; color:var(--jds-ink); font:inherit; font-size:14px; padding:9px 12px; box-sizing:border-box; }
.jds-prof-directory__search-wrap { position:relative; display:block; }
.jds-prof-directory__search-wrap input { padding-right:42px; }
.jds-prof-directory__search-wrap svg { position:absolute; right:13px; top:50%; transform:translateY(-50%); width:19px; height:19px; fill:none; stroke:var(--jds-teal); stroke-width:1.7; }
.jds-prof-directory__clear { min-height:42px; border:0; background:transparent; color:var(--jds-terracotta); cursor:pointer; font-weight:800; padding:8px 4px; }
.jds-prof-directory__group-legend { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); margin-top:26px; border:1px solid var(--jds-border); border-radius:12px; overflow:hidden; background:var(--jds-cream); }
.jds-prof-directory__group-legend>div { display:grid; grid-template-columns:58px 1fr; gap:14px; align-items:center; padding:18px 20px; }
.jds-prof-directory__group-legend>div+div { border-left:1px solid var(--jds-border); }
.jds-prof-directory__legend-icon { display:grid; place-items:center; width:52px; height:52px; border:1px solid rgba(7,63,67,.22); border-radius:50%; color:var(--jds-teal); font-size:28px; }
.jds-prof-directory__group-legend strong { color:var(--jds-teal-dark); font-family:"Cormorant Garamond",Georgia,serif; font-size:22px; }
.jds-prof-directory__group-legend p { margin:4px 0 0; color:var(--jds-muted); font-size:13px; line-height:1.5; }
.jds-prof-directory__loading { display:flex; justify-content:center; align-items:center; gap:10px; padding:20px; color:var(--jds-teal); font-weight:700; }
.jds-prof-directory__loading span { width:18px; height:18px; border:2px solid rgba(7,63,67,.18); border-top-color:var(--jds-teal); border-radius:50%; animation:jds-prof-spin .8s linear infinite; }
@keyframes jds-prof-spin { to { transform:rotate(360deg); } }
.jds-prof-directory__group { margin-top:clamp(42px,6vw,70px); scroll-margin-top:100px; }
.jds-prof-directory__section-head { display:flex; justify-content:space-between; align-items:end; gap:20px; margin-bottom:24px; }
.jds-prof-directory__section-title { font-size:clamp(34px,4vw,48px); }
.jds-prof-directory__section-head p { margin:6px 0 0; color:var(--jds-muted); font-size:14px; }
.jds-prof-directory__count { color:var(--jds-teal); font-size:12px; font-weight:800; white-space:nowrap; }
.jds-prof-directory__grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.jds-prof-card { background:#fff; border:1px solid var(--jds-border); border-radius:16px; overflow:hidden; box-shadow:0 8px 24px rgba(66,48,34,.04); display:grid; grid-template-columns:132px minmax(0,1fr); min-height:224px; }
.jds-prof-card__photo-wrap { padding:16px 0 16px 16px; display:flex; align-items:center; justify-content:center; }
.jds-prof-card__photo,
.jds-prof-card__photo-placeholder { width:112px; height:150px; border-radius:50% / 44%; object-fit:cover; object-position:center top; background:var(--jds-cream); display:block; }
.jds-prof-card__photo-placeholder { display:grid; place-items:center; color:#8b927c; }
.jds-prof-card__photo-placeholder svg { width:80%; height:86%; fill:currentColor; opacity:.55; }
.jds-prof-card__body { min-width:0; padding:17px 16px 16px; display:flex; flex-direction:column; }
.jds-prof-card__name-row { display:flex; gap:8px; align-items:flex-start; }
.jds-prof-card__name-row h3 { margin:0; flex:1; color:var(--jds-teal-dark); font-family:"Cormorant Garamond",Georgia,serif; font-size:24px; line-height:1.05; font-weight:700; }
.jds-prof-card__whatsapp { flex:0 0 auto; width:32px; height:32px; border-radius:50%; display:grid; place-items:center; background:#eef5f1; color:var(--jds-teal); text-decoration:none; }
.jds-prof-card__whatsapp svg { width:18px; height:18px; fill:currentColor; }
.jds-prof-card__role { margin:7px 0 0; color:var(--jds-ink); font-size:13px; font-weight:700; }
.jds-prof-card__council { margin:3px 0 0; color:var(--jds-muted); font-size:12px; }
.jds-prof-card__chips { display:flex; flex-wrap:wrap; gap:6px; margin-top:10px; }
.jds-prof-card__chips--approach { margin-top:12px; }
.jds-prof-card__chip { display:inline-flex; align-items:center; min-height:24px; padding:4px 8px; border-radius:7px; background:var(--jds-cream); color:#5f5a54; font-size:10.5px; line-height:1.2; }
.jds-prof-card__chip--more { background:#eef5f1; color:var(--jds-teal); font-weight:800; }
.jds-prof-card__modalities { margin:9px 0 0; color:var(--jds-teal); font-size:11px; font-weight:700; }
.jds-prof-card__actions { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:9px; margin-top:auto; padding-top:14px; }
.jds-prof-card__actions:has(.jds-prof-card__button:only-child) { grid-template-columns:1fr; }
.jds-prof-card__button { min-height:39px; border-radius:7px; display:inline-flex; align-items:center; justify-content:center; text-decoration:none; text-align:center; font-size:12px; font-weight:800; padding:8px 12px; }
.jds-prof-card__button--profile { background:linear-gradient(135deg,var(--jds-teal-dark),#0b5d63); color:#fff; }
.jds-prof-card__button--schedule { background:linear-gradient(135deg,var(--jds-terracotta-dark),var(--jds-terracotta)); color:#fff; }
.jds-prof-directory__empty { margin:20px 0 0; padding:20px; border:1px solid var(--jds-border); border-radius:10px; color:var(--jds-muted); text-align:center; background:#fff; }
.jds-prof-directory__pagination { display:flex; justify-content:center; align-items:center; gap:8px; margin-top:24px; }
.jds-prof-directory__pagination button { width:38px; height:38px; border:1px solid var(--jds-border); border-radius:50%; background:#fff; color:var(--jds-teal); cursor:pointer; font-weight:800; }
.jds-prof-directory__pagination button.is-active { background:var(--jds-teal-dark); color:#fff; border-color:var(--jds-teal-dark); }
.jds-prof-directory__pagination button:disabled { opacity:.35; cursor:default; }
.jds-prof-directory__pagination span { color:var(--jds-muted); }

/* Perfil completo */
.jds-prof-profile { padding:clamp(26px,4vw,48px) 0 clamp(48px,7vw,84px); }
.jds-prof-profile__inner { width:min(100% - 40px,var(--jds-content)); margin-inline:auto; }
.jds-prof-profile__hero { display:grid; grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr); background:#fff; border:1px solid var(--jds-border); border-radius:18px; overflow:hidden; box-shadow:var(--jds-shadow); }
.jds-prof-profile__hero-photo { min-height:390px; background:var(--jds-cream); }
.jds-prof-profile__hero-photo img { display:block; width:100%; height:100%; object-fit:cover; object-position:center top; }
.jds-prof-profile__hero-photo .jds-prof-card__photo-placeholder { width:100%; height:100%; border-radius:0; }
.jds-prof-profile__hero-copy { padding:clamp(30px,4vw,52px); display:flex; flex-direction:column; justify-content:center; align-items:flex-start; }
.jds-prof-profile__eyebrow { margin:0 0 10px; color:var(--jds-terracotta); font-size:11px; font-weight:800; letter-spacing:.17em; }
.jds-prof-profile__name-row { width:100%; display:flex; gap:14px; align-items:center; }
.jds-prof-profile__name-row h1 { margin:0; color:var(--jds-teal-dark); font-family:"Cormorant Garamond",Georgia,serif; font-size:clamp(42px,5vw,64px); line-height:1; font-weight:700; }
.jds-prof-profile__whatsapp { flex:0 0 auto; display:grid; place-items:center; width:46px; height:46px; border-radius:50%; background:#eef5f1; color:var(--jds-teal); }
.jds-prof-profile__whatsapp svg { width:24px; height:24px; fill:currentColor; }
.jds-prof-profile__role { margin:14px 0 0; color:var(--jds-ink); font-size:22px; font-weight:600; }
.jds-prof-profile__council { margin:5px 0 0; color:var(--jds-muted); font-size:16px; }
.jds-prof-profile__hero-tags { display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
.jds-prof-profile__hero-tags span { padding:9px 14px; border:1px solid var(--jds-border); border-radius:8px; background:var(--jds-cream); color:#4f5549; font-size:12px; font-weight:700; }
.jds-prof-profile__hero-actions { display:flex; flex-wrap:wrap; gap:12px; width:100%; margin-top:26px; }
.jds-prof-profile__button { min-height:50px; min-width:210px; padding:10px 20px; border-radius:8px; display:inline-flex; align-items:center; justify-content:center; text-decoration:none; font-weight:800; }
.jds-prof-profile__button--schedule { background:linear-gradient(135deg,var(--jds-terracotta-dark),var(--jds-terracotta)); color:#fff; }
.jds-prof-profile__button--whatsapp { border:1.5px solid var(--jds-terracotta); color:var(--jds-terracotta-dark); background:#fff; }
.jds-prof-profile__layout { display:grid; grid-template-columns:minmax(0,1.45fr) minmax(280px,.72fr); gap:36px; margin-top:34px; }
.jds-prof-profile__section { margin-bottom:34px; }
.jds-prof-profile__section h2,
.jds-prof-profile__info-card h2,
.jds-prof-profile__schedule h2 { margin:0; color:var(--jds-teal-dark); font-family:"Cormorant Garamond",Georgia,serif; font-size:clamp(30px,3.3vw,42px); line-height:1.05; font-weight:700; }
.jds-prof-profile__section-line { display:block; width:42px; height:2px; background:var(--jds-gold); margin:9px 0 14px; }
.jds-prof-profile__richtext { color:var(--jds-muted); font-size:15px; line-height:1.72; }
.jds-prof-profile__richtext p { margin:0 0 14px; }
.jds-prof-profile__themes-viewport { overflow:hidden; touch-action:pan-y; }
.jds-prof-profile__themes-track { display:flex; transition:transform .42s cubic-bezier(.22,.61,.36,1); will-change:transform; }
.jds-prof-profile__theme-page { flex:0 0 100%; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
.jds-prof-profile__theme-card { min-height:120px; border:1px solid var(--jds-border); border-radius:12px; background:#fff; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; text-align:center; padding:16px; }
.jds-prof-profile__theme-icon { width:44px; height:44px; border-radius:50%; background:#edf0e6; color:#687456; display:grid; place-items:center; font-size:24px; }
.jds-prof-profile__theme-card strong { color:var(--jds-teal-dark); font-family:"Cormorant Garamond",Georgia,serif; font-size:18px; line-height:1.2; }
.jds-prof-profile__theme-controls { display:flex; justify-content:center; align-items:center; gap:12px; margin-top:16px; }
.jds-prof-profile__theme-controls>button { width:36px; height:36px; border:1px solid var(--jds-border); border-radius:50%; background:#fff; color:var(--jds-teal); cursor:pointer; }
.jds-prof-profile__theme-dots { display:flex; gap:7px; }
.jds-prof-profile__theme-dots button { width:9px; height:9px; border:0; border-radius:50%; background:#d6d4ce; padding:0; cursor:pointer; }
.jds-prof-profile__theme-dots button.is-active { background:var(--jds-teal); transform:scale(1.12); }
.jds-prof-profile__timeline { display:grid; gap:0; }
.jds-prof-profile__timeline-item { position:relative; display:grid; grid-template-columns:70px minmax(0,1fr); gap:14px; padding:0 0 20px 22px; border-left:1px solid var(--jds-gold); }
.jds-prof-profile__timeline-item:last-child { border-left-color:transparent; }
.jds-prof-profile__timeline-dot { position:absolute; left:-5px; top:3px; width:9px; height:9px; border:2px solid var(--jds-gold); background:var(--jds-bg); border-radius:50%; }
.jds-prof-profile__timeline-year { color:var(--jds-teal); font-size:13px; font-weight:800; }
.jds-prof-profile__timeline-item strong { display:block; color:var(--jds-ink); }
.jds-prof-profile__timeline-item p { margin:4px 0 0; color:var(--jds-muted); font-size:13px; line-height:1.5; }
.jds-prof-profile__education-type { display:inline-block; margin-top:4px; color:var(--jds-terracotta); font-size:10px; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.jds-prof-profile__quote { display:grid; grid-template-columns:44px 1fr; gap:12px; margin:22px 0 34px; padding:22px 24px; border:1px solid var(--jds-border); border-radius:12px; background:#fff; }
.jds-prof-profile__quote>span { color:var(--jds-terracotta); font-family:Georgia,serif; font-size:54px; line-height:.8; }
.jds-prof-profile__quote p { margin:0; color:var(--jds-teal-dark); font-family:"Cormorant Garamond",Georgia,serif; font-size:23px; line-height:1.25; }
.jds-prof-profile__info-card { background:#fff; border:1px solid var(--jds-border); border-radius:16px; padding:24px; }
.jds-prof-profile__info-card h2 { font-size:32px; }
.jds-prof-profile__info-row { display:grid; grid-template-columns:42px 1fr; gap:13px; align-items:start; padding:15px 0; border-bottom:1px solid #eee8df; }
.jds-prof-profile__info-row:last-child { border-bottom:0; }
.jds-prof-profile__info-icon { width:38px; height:38px; border-radius:50%; display:grid; place-items:center; background:#f3f2ea; color:#76805e; font-size:19px; }
.jds-prof-profile__info-row strong { color:var(--jds-ink); font-size:13px; }
.jds-prof-profile__info-row p { margin:4px 0 0; color:var(--jds-muted); font-size:13px; line-height:1.45; }
.jds-prof-profile__info-row small { display:block; margin-top:4px; color:#8b8279; line-height:1.4; }
.jds-prof-profile__environment { margin:18px 0 0; border-radius:16px; overflow:hidden; background:var(--jds-cream); }
.jds-prof-profile__environment img { display:block; width:100%; aspect-ratio:4/5; object-fit:cover; }
.jds-prof-profile__socials { display:flex; flex-wrap:wrap; gap:10px; }
.jds-prof-profile__socials a { min-height:44px; display:inline-flex; align-items:center; gap:8px; padding:9px 13px; border:1px solid var(--jds-border); border-radius:9px; background:#fff; color:var(--jds-teal); text-decoration:none; font-weight:700; font-size:12px; }
.jds-prof-profile__socials svg { width:20px; height:20px; fill:none; stroke:currentColor; stroke-width:1.7; }
.jds-prof-profile__socials svg path:not([fill="none"]),.jds-prof-profile__socials svg rect:not([fill="none"]),.jds-prof-profile__socials svg circle:not([fill="none"]) { fill:currentColor; stroke:none; }
.jds-prof-profile__other-links { margin-top:18px; }
.jds-prof-profile__other-links h3 { color:var(--jds-teal-dark); font-family:"Cormorant Garamond",Georgia,serif; font-size:24px; margin:0 0 10px; }
.jds-prof-profile__other-links a { display:grid; gap:3px; padding:12px 14px; margin-top:8px; border:1px solid var(--jds-border); border-radius:9px; background:#fff; color:var(--jds-teal); text-decoration:none; }
.jds-prof-profile__other-links a span { color:var(--jds-muted); font-size:12px; }
.jds-prof-profile__schedule { margin-top:22px; padding:22px 24px; background:#fff; border:1px solid var(--jds-border); border-radius:14px; }
.jds-prof-profile__schedule h2 { text-align:center; font-size:29px; }
.jds-prof-profile__schedule h2 span { color:var(--jds-muted); font-size:.7em; font-weight:500; }
.jds-prof-profile__schedule-grid { display:grid; grid-template-columns:repeat(7,minmax(0,1fr)); margin-top:16px; }
.jds-prof-profile__schedule-grid>div { padding:10px; border-right:1px solid var(--jds-border); text-align:center; display:grid; gap:5px; }
.jds-prof-profile__schedule-grid>div:last-child { border-right:0; }
.jds-prof-profile__schedule-grid strong { color:var(--jds-teal-dark); font-size:12px; }
.jds-prof-profile__schedule-grid span { color:var(--jds-muted); font-size:11px; }
.jds-prof-profile__schedule>p { margin:14px 0 0; color:var(--jds-muted); font-size:12px; text-align:center; }
.jds-prof-profile__cta { margin-top:26px; padding:22px 26px; border-radius:15px; background:linear-gradient(115deg,var(--jds-teal-dark),#0b5d63); color:#fff; display:flex; justify-content:space-between; gap:24px; align-items:center; }
.jds-prof-profile__cta>div:first-child { display:flex; gap:16px; align-items:center; }
.jds-prof-profile__cta-icon { width:62px; height:62px; border:1px solid rgba(255,255,255,.45); border-radius:50%; display:grid; place-items:center; color:#f3c86b; font-size:32px; }
.jds-prof-profile__cta h2 { margin:0; color:#fff; font-family:"Cormorant Garamond",Georgia,serif; font-size:clamp(26px,3vw,36px); }
.jds-prof-profile__cta p { margin:5px 0 0; color:rgba(255,255,255,.86); font-size:13px; }
.jds-prof-profile__cta-actions { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:10px; }
.jds-prof-profile__cta-button { min-height:46px; padding:10px 16px; border-radius:8px; display:inline-flex; align-items:center; justify-content:center; text-decoration:none; font-weight:800; font-size:12px; }
.jds-prof-profile__cta-button--schedule { background:var(--jds-terracotta); color:#fff; }
.jds-prof-profile__cta-button--whatsapp { background:#fff; color:var(--jds-teal-dark); }
.jds-prof-profile__editor-placeholder { padding:22px; border:1px dashed var(--jds-border); background:#fff; border-radius:10px; color:var(--jds-muted); }

/* Cadastro por convite */
.jds-prof-submission { padding:clamp(34px,5vw,64px) 0 clamp(48px,7vw,82px); }
.jds-prof-submission__inner { width:min(100% - 40px,980px); margin-inline:auto; }
.jds-prof-submission__title { margin:0; color:var(--jds-teal-dark); font-family:"Cormorant Garamond",Georgia,serif; font-size:clamp(42px,5vw,60px); text-align:center; }
.jds-prof-submission__intro { max-width:760px; margin:14px auto 26px; color:var(--jds-muted); text-align:center; line-height:1.6; }
.jds-prof-submission__message { padding:22px; border-left:5px solid var(--jds-gold); border-radius:10px; background:#fff; border-top:1px solid var(--jds-border); border-right:1px solid var(--jds-border); border-bottom:1px solid var(--jds-border); }
.jds-prof-submission__message--success { border-left-color:#6f8f72; }
.jds-prof-submission__message p { margin:5px 0 0; color:var(--jds-muted); }
.jds-prof-submission__invite-badge { margin-bottom:18px; padding:12px 14px; border-radius:8px; background:#edf3ee; color:var(--jds-teal); text-align:center; }
.jds-prof-submission__form { display:grid; gap:18px; }
.jds-prof-submission__form fieldset { margin:0; padding:20px; border:1px solid var(--jds-border); border-radius:12px; background:#fff; }
.jds-prof-submission__form legend { padding:0 8px; color:var(--jds-teal-dark); font-family:"Cormorant Garamond",Georgia,serif; font-size:26px; font-weight:700; }
.jds-prof-submission__form label { display:grid; gap:6px; color:var(--jds-ink); font-size:13px; font-weight:700; }
.jds-prof-submission__form input[type=text],.jds-prof-submission__form input[type=email],.jds-prof-submission__form input[type=url],.jds-prof-submission__form input[type=file],.jds-prof-submission__form select,.jds-prof-submission__form textarea { width:100%; box-sizing:border-box; border:1px solid var(--jds-border); border-radius:8px; background:#fff; color:var(--jds-ink); font:inherit; padding:10px 11px; }
.jds-prof-submission__grid { display:grid; gap:14px; }
.jds-prof-submission__grid--2 { grid-template-columns:repeat(2,minmax(0,1fr)); }
.jds-prof-submission__tax-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.jds-prof-submission__tax { margin-top:12px; border:1px solid #ede7de; border-radius:9px; padding:12px; }
.jds-prof-submission__tax>div:last-child { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:7px 10px; max-height:220px; overflow:auto; margin-top:9px; }
.jds-prof-submission__tax label { display:flex; align-items:flex-start; gap:7px; font-weight:500; }
.jds-prof-submission__tax-head { display:flex!important; justify-content:space-between; gap:12px; max-height:none!important; overflow:visible!important; margin:0!important; }
.jds-prof-submission__checks { display:flex; flex-wrap:wrap; gap:16px; margin-bottom:14px; }
.jds-prof-submission__checks label { display:flex; gap:7px; align-items:center; }
.jds-prof-submission__schedule { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; margin-top:16px; }
.jds-prof-submission .jds-prof-admin-repeater { display:grid; grid-template-columns:150px 110px 1.2fr 1fr; gap:9px; border:1px solid #ebe4da; border-radius:8px; padding:12px; margin:10px 0; background:#fbfaf7; }
.jds-prof-submission .jds-prof-admin-repeater textarea { grid-column:1/-2; }
.jds-prof-submission .jds-prof-admin-repeater--link { grid-template-columns:190px 1fr 1fr auto; }
.jds-prof-submission .button-link-delete { border:0; background:none; color:#b32d2e; cursor:pointer; }
.jds-prof-submission__add { margin-top:8px; border:1px solid var(--jds-teal); border-radius:7px; background:#fff; color:var(--jds-teal); min-height:40px; padding:8px 13px; cursor:pointer; font-weight:800; }
.jds-prof-submission__consent { padding:14px; border-radius:8px; background:var(--jds-cream); color:var(--jds-muted); font-size:12px; line-height:1.5; }
.jds-prof-submission__consent p { margin:0; }
.jds-prof-submission__submit { min-height:54px; border:0; border-radius:999px; background:linear-gradient(135deg,var(--jds-teal-dark),#0b5d63); color:#fff; cursor:pointer; font:inherit; font-weight:800; padding:12px 24px; }
.jds-prof-submission__honeypot { position:absolute!important; left:-9999px!important; width:1px!important; height:1px!important; overflow:hidden!important; }
.jds-prof-submission__editor-note { margin-top:16px; padding:14px; border-radius:8px; background:#fff; border:1px solid var(--jds-border); color:var(--jds-muted); }

/* Cores e alinhamentos granulares do diretório */
.jds-tc-has-filter-title .jds-prof-directory__filter-title { color:var(--jds-tc-filter-title)!important; }
.jds-tc-has-clinical-title [data-jds-prof-group="clinical"] .jds-prof-directory__section-title { color:var(--jds-tc-clinical-title)!important; }
.jds-tc-has-referral-title [data-jds-prof-group="referral"] .jds-prof-directory__section-title { color:var(--jds-tc-referral-title)!important; }
.jds-tc-has-card-name .jds-prof-card__name-row h3 { color:var(--jds-tc-card-name)!important; }
.jds-tc-has-card-council .jds-prof-card__council { color:var(--jds-tc-card-council)!important; }
.jds-tc-has-card-meta .jds-prof-card__role,.jds-tc-has-card-meta .jds-prof-card__modalities { color:var(--jds-tc-card-meta)!important; }
.jds-tc-has-profile-button .jds-prof-card__button--profile { color:var(--jds-tc-profile-button)!important; }
.jds-tc-has-schedule-button .jds-prof-card__button--schedule { color:var(--jds-tc-schedule-button)!important; }
.jds-tc-has-empty-text .jds-prof-directory__empty { color:var(--jds-tc-empty-text)!important; }
.jds-ta-has-filter-title .jds-prof-directory__filter-title { text-align:var(--jds-ta-filter-title)!important; }
.jds-ta-has-clinical-title [data-jds-prof-group="clinical"] .jds-prof-directory__section-title { text-align:var(--jds-ta-clinical-title)!important; }
.jds-ta-has-referral-title [data-jds-prof-group="referral"] .jds-prof-directory__section-title { text-align:var(--jds-ta-referral-title)!important; }
.jds-ta-has-card-name .jds-prof-card__name-row h3 { text-align:var(--jds-ta-card-name)!important; }
.jds-ta-has-card-council .jds-prof-card__council { text-align:var(--jds-ta-card-council)!important; }
.jds-ta-has-card-meta .jds-prof-card__role,.jds-ta-has-card-meta .jds-prof-card__modalities { text-align:var(--jds-ta-card-meta)!important; }
.jds-ta-has-profile-button .jds-prof-card__button--profile { text-align:var(--jds-ta-profile-button)!important; }
.jds-ta-has-schedule-button .jds-prof-card__button--schedule { text-align:var(--jds-ta-schedule-button)!important; }
.jds-ta-has-empty-text .jds-prof-directory__empty { text-align:var(--jds-ta-empty-text)!important; }

@media(max-width:1100px){
  .jds-prof-directory__filters{grid-template-columns:repeat(3,minmax(0,1fr))}
  .jds-prof-directory__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .jds-prof-profile__layout{grid-template-columns:1fr}
  .jds-prof-profile__aside{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}
  .jds-prof-profile__environment{margin:0}
  .jds-prof-profile__schedule-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--jds-border)}
  .jds-prof-profile__schedule-grid>div{background:#fff;border:0}
}
@media(max-width:820px){
  .jds-prof-directory__filters{grid-template-columns:repeat(2,minmax(0,1fr))}
  .jds-prof-directory__group-legend{grid-template-columns:1fr}.jds-prof-directory__group-legend>div+div{border-left:0;border-top:1px solid var(--jds-border)}
  .jds-prof-card{grid-template-columns:118px minmax(0,1fr)}
  .jds-prof-card__photo,.jds-prof-card__photo-placeholder{width:98px;height:136px}
  .jds-prof-profile__hero{grid-template-columns:1fr}
  .jds-prof-profile__hero-photo{min-height:340px;max-height:520px}
  .jds-prof-profile__theme-page{grid-template-columns:repeat(2,minmax(0,1fr))}
  .jds-prof-profile__aside{grid-template-columns:1fr}
  .jds-prof-profile__cta{align-items:flex-start;flex-direction:column}.jds-prof-profile__cta-actions{justify-content:flex-start}
  .jds-prof-submission__tax-grid{grid-template-columns:1fr}
  .jds-prof-submission__schedule{grid-template-columns:repeat(2,minmax(0,1fr))}
  .jds-prof-submission .jds-prof-admin-repeater,.jds-prof-submission .jds-prof-admin-repeater--link{grid-template-columns:1fr 1fr}.jds-prof-submission .jds-prof-admin-repeater textarea{grid-column:1/-1}
}
@media(max-width:620px){
  .jds-prof-directory__inner,.jds-prof-profile__inner,.jds-prof-submission__inner{width:min(100% - 28px,var(--jds-content))}
  .jds-prof-directory__filters{grid-template-columns:1fr}
  .jds-prof-directory__section-head{align-items:flex-start;flex-direction:column}
  .jds-prof-directory__grid{grid-template-columns:1fr}
  .jds-prof-card{grid-template-columns:105px minmax(0,1fr);min-height:210px}.jds-prof-card__photo-wrap{padding-left:12px}.jds-prof-card__photo,.jds-prof-card__photo-placeholder{width:88px;height:126px}.jds-prof-card__body{padding-left:12px}
  .jds-prof-card__name-row h3{font-size:21px}
  .jds-prof-profile__hero-copy{padding:26px 20px}.jds-prof-profile__name-row{align-items:flex-start}.jds-prof-profile__name-row h1{font-size:clamp(38px,12vw,50px)}
  .jds-prof-profile__hero-actions,.jds-prof-profile__cta-actions{width:100%;flex-direction:column}.jds-prof-profile__button,.jds-prof-profile__cta-button{width:100%;box-sizing:border-box}
  .jds-prof-profile__theme-page{grid-template-columns:1fr 1fr}.jds-prof-profile__theme-card{min-height:100px;padding:12px}.jds-prof-profile__theme-card strong{font-size:16px}
  .jds-prof-profile__schedule-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .jds-prof-profile__cta>div:first-child{align-items:flex-start}.jds-prof-profile__cta-icon{width:50px;height:50px}
  .jds-prof-submission__grid--2,.jds-prof-submission__schedule{grid-template-columns:1fr}
  .jds-prof-submission__tax>div:last-child{grid-template-columns:1fr}
  .jds-prof-submission .jds-prof-admin-repeater,.jds-prof-submission .jds-prof-admin-repeater--link{grid-template-columns:1fr}
}

@media(prefers-reduced-motion:reduce){.jds-prof-profile__themes-track{transition:none}.jds-prof-directory__loading span{animation:none}}
.jds-tc-has-title .jds-prof-submission__title { color:var(--jds-tc-title)!important; }
.jds-tc-has-intro .jds-prof-submission__intro { color:var(--jds-tc-intro)!important; }
.jds-ta-has-title .jds-prof-submission__title { text-align:var(--jds-ta-title)!important; }
.jds-ta-has-intro .jds-prof-submission__intro { text-align:var(--jds-ta-intro)!important; }

/* -------------------------------------------------------------------------- */
/* 0.25.1 — refinamentos do sistema de profissionais                          */
/* -------------------------------------------------------------------------- */

/* Perfil: botões no padrão do site e modal de autoagendamento. */
.jds-prof-profile__hero-actions{
  max-width:720px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.jds-prof-profile__button{
  -webkit-appearance:none;
  appearance:none;
  width:100%;
  min-width:0;
  min-height:54px;
  border:0;
  border-radius:999px;
  box-sizing:border-box;
  padding:10px 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  cursor:pointer;
  font:inherit;
  font-size:14px;
  font-weight:800;
  text-align:center;
  text-decoration:none;
  box-shadow:0 12px 24px rgba(7,63,67,.18);
  transition:box-shadow .2s ease,filter .2s ease,transform .2s ease;
}
.jds-prof-profile__button--schedule{
  background:linear-gradient(135deg,#0b6970,#168b8f);
  color:#fff;
}
.jds-prof-profile__button--whatsapp{
  background:linear-gradient(135deg,var(--jds-teal-dark),#0b5d63);
  color:#fff;
  border:0;
}
.jds-prof-profile__button:hover,.jds-prof-profile__button:focus-visible{
  color:#fff;
  filter:brightness(1.03);
  transform:translateY(-2px);
  box-shadow:0 16px 28px rgba(7,63,67,.24);
  outline:none;
}
.jds-prof-profile__button:focus-visible{box-shadow:0 0 0 3px rgba(209,160,74,.4),0 16px 28px rgba(7,63,67,.24)}
.jds-prof-profile__button-icon{
  width:30px;
  height:30px;
  flex:0 0 30px;
  border:1px solid rgba(255,255,255,.48);
  border-radius:50%;
  display:grid;
  place-items:center;
}
.jds-prof-profile__button-icon svg{width:17px;height:17px;fill:currentColor}

/* Conselhos múltiplos. */
.jds-prof-profile__council{line-height:1.55}

/* Endereços múltiplos. */
.jds-prof-profile__addresses{display:grid;gap:11px;margin-top:5px}
.jds-prof-profile__addresses>div+div{padding-top:10px;border-top:1px dashed #ddd6cc}
.jds-prof-profile__addresses b{display:block;color:var(--jds-teal-dark);font-size:12px}
.jds-prof-profile__addresses p{margin:3px 0 0!important}
.jds-prof-profile__addresses small{display:block;margin-top:3px!important}

/* Formação extensa: duas colunas, seis itens iniciais e expansão sob demanda. */
.jds-prof-profile__education-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.jds-prof-profile__education-item{
  position:relative;
  display:grid;
  grid-template-columns:62px minmax(0,1fr);
  gap:13px;
  min-width:0;
  padding:16px 16px 16px 20px;
  border:1px solid var(--jds-border);
  border-left:3px solid var(--jds-gold);
  border-radius:11px;
  background:#fff;
}
.jds-prof-profile__education-item::before{
  content:"";
  position:absolute;
  left:-6px;
  top:19px;
  width:8px;
  height:8px;
  border:2px solid var(--jds-gold);
  border-radius:50%;
  background:var(--jds-bg);
}
.jds-prof-profile__education-year{color:var(--jds-teal);font-size:13px;font-weight:800;line-height:1.35}
.jds-prof-profile__education-copy{min-width:0}
.jds-prof-profile__education-copy>strong{display:block;color:var(--jds-ink);font-size:14px;line-height:1.35}
.jds-prof-profile__education-copy p{margin:5px 0 0;color:var(--jds-muted);font-size:12px;line-height:1.5}
.jds-prof-profile__education-grid.is-collapsed .jds-prof-profile__education-item.is-extra{display:none}
.jds-prof-profile__education-toggle{
  margin:16px auto 0;
  min-height:44px;
  padding:9px 18px;
  border:1px solid var(--jds-teal);
  border-radius:999px;
  background:#fff;
  color:var(--jds-teal);
  cursor:pointer;
  display:flex;
  align-items:center;
  gap:10px;
  font:inherit;
  font-size:13px;
  font-weight:800;
}
.jds-prof-profile__education-toggle:hover,.jds-prof-profile__education-toggle:focus-visible{background:var(--jds-cream);outline:none}

/* CTA final sem coração/círculo decorativo. */
.jds-prof-profile__cta{padding:24px 28px}
.jds-prof-profile__cta-copy{min-width:0}
.jds-prof-profile__cta-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-width:min(100%,420px)}
.jds-prof-profile__cta-button{
  -webkit-appearance:none;
  appearance:none;
  border:0;
  border-radius:999px;
  cursor:pointer;
  min-height:50px;
  padding:10px 18px;
  font:inherit;
  font-size:13px;
  font-weight:800;
}
.jds-prof-profile__cta-button--schedule{background:var(--jds-terracotta);color:#fff}
.jds-prof-profile__cta-button--whatsapp{background:#fff;color:var(--jds-teal-dark)}

/* Formulário público: novos repetidores, agenda e prevenção de cortes. */
.jds-prof-submission__form *{box-sizing:border-box}
.jds-prof-submission__section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:18px}
.jds-prof-submission__section-head .jds-prof-submission__add{margin-top:0}
.jds-prof-submission__help{margin:7px 0 10px;color:var(--jds-muted);font-size:12px;line-height:1.5}
.jds-prof-submission__subheading{margin:20px 0 8px;color:var(--jds-teal-dark);font-size:17px}
.jds-prof-submission__tax>div:last-child{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));max-height:none;overflow:visible}
.jds-prof-submission__tax[data-jds-max-select] > div:last-child{max-height:360px;overflow:auto}
.jds-prof-submission__tax label{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:8px;min-width:0;line-height:1.4}
.jds-prof-submission__tax input[type=checkbox]{width:20px;height:20px;min-width:20px;margin:0}
.jds-prof-submission__tax label span{min-width:0;white-space:normal;overflow-wrap:anywhere}
.jds-prof-submission__manual-approaches{margin-top:14px;padding:14px;border:1px solid #ede7de;border-radius:9px}
.jds-prof-submission__manual-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;margin-top:8px}
.jds-prof-submission__schedule{grid-template-columns:repeat(4,minmax(0,1fr))}
.jds-prof-submission__schedule-day{margin:0;padding:12px;border:1px solid var(--jds-border);border-radius:9px;background:#fbfaf7;min-width:0}
.jds-prof-submission__schedule-day legend{padding:0 5px;color:var(--jds-teal-dark);font-size:13px;font-weight:800}
.jds-prof-submission__schedule-day label{display:flex;align-items:center;gap:8px;margin:7px 0;font-weight:500}
.jds-prof-submission__schedule-day input[type=checkbox]{width:20px;height:20px;margin:0}
.jds-prof-submission .jds-prof-admin-repeater--council{grid-template-columns:minmax(160px,.75fr) minmax(220px,1fr) auto}
.jds-prof-submission .jds-prof-admin-repeater--address{grid-template-columns:minmax(170px,.7fr) minmax(190px,.8fr) minmax(260px,1.4fr) auto}
.jds-prof-submission .jds-prof-admin-repeater--social{grid-template-columns:minmax(170px,.7fr) minmax(260px,1.4fr) auto}

@media(max-width:1024px){
  .jds-prof-profile__education-grid{grid-template-columns:1fr}
  .jds-prof-submission__schedule{grid-template-columns:repeat(2,minmax(0,1fr))}
  .jds-prof-submission .jds-prof-admin-repeater--address{grid-template-columns:1fr 1fr}
  .jds-prof-submission .jds-prof-admin-repeater--council,.jds-prof-submission .jds-prof-admin-repeater--social{grid-template-columns:1fr 1fr auto}
}
@media(max-width:700px){
  .jds-prof-profile__hero-actions{grid-template-columns:1fr}
  .jds-prof-profile__education-item{grid-template-columns:54px minmax(0,1fr);padding:14px 12px 14px 17px}
  .jds-prof-profile__cta-actions{grid-template-columns:1fr;width:100%;min-width:0}
  .jds-prof-submission__schedule{grid-template-columns:1fr}
  .jds-prof-submission__manual-row,.jds-prof-submission .jds-prof-admin-repeater--council,.jds-prof-submission .jds-prof-admin-repeater--address,.jds-prof-submission .jds-prof-admin-repeater--social{grid-template-columns:1fr}
}
.jds-prof-profile__cta>.jds-prof-profile__cta-copy{display:block!important;min-width:0}

/* -------------------------------------------------------------------------- */
/* 0.25.2 — perfil profissional: alinhamento, formação e avaliações            */
/* -------------------------------------------------------------------------- */
.jds-prof-profile__richtext[style*="justify"],
.jds-prof-profile__quote p[style*="justify"]{text-align:justify;text-justify:inter-word;hyphens:auto}

/* Formação em páginas de até 9 itens: 3 colunas x até 3 linhas. */
.jds-prof-profile__education-viewport{overflow:hidden;touch-action:pan-y}
.jds-prof-profile__education-track{display:flex;width:100%;transition:transform .42s cubic-bezier(.22,.61,.36,1);will-change:transform}
.jds-prof-profile__education-page{flex:0 0 100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-content:start}
.jds-prof-profile__education-controls{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:18px}
.jds-prof-profile__education-controls>button{width:38px;height:38px;border:1px solid var(--jds-border);border-radius:50%;background:#fff;color:var(--jds-teal);cursor:pointer;font-size:18px;display:grid;place-items:center}
.jds-prof-profile__education-dots{display:flex;align-items:center;justify-content:center;gap:8px}
.jds-prof-profile__education-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#d8d1c8;cursor:pointer;transition:transform .2s ease,background .2s ease}
.jds-prof-profile__education-dots button.is-active{background:var(--jds-teal);transform:scale(1.22)}

/* Avaliações do Google Places abaixo da frase de destaque. */
.jds-prof-profile__google-reviews{margin:0 0 34px;padding:22px;border:1px solid var(--jds-border);border-radius:14px;background:#fff;box-shadow:0 10px 22px rgba(7,63,67,.05)}
.jds-prof-profile__google-reviews-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px 16px;margin-bottom:18px}
.jds-prof-profile__google-g{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--jds-cream);color:var(--jds-terracotta);font:800 19px/1 Inter,Arial,sans-serif}
.jds-prof-profile__google-title strong{display:block;color:var(--jds-teal-dark);font-size:15px}
.jds-prof-profile__google-title span{display:block;margin-top:3px;color:var(--jds-muted);font-size:12px}
.jds-prof-profile__google-summary{display:grid;grid-template-columns:auto auto;align-items:center;justify-items:end;gap:3px 8px;text-align:right}
.jds-prof-profile__google-summary>strong{color:var(--jds-teal-dark);font-size:24px;line-height:1}
.jds-prof-profile__google-summary>span:last-child{grid-column:1/-1;color:var(--jds-muted);font-size:11px}
.jds-prof-google-stars{display:inline-flex;gap:1px;white-space:nowrap;line-height:1}
.jds-prof-google-stars>span{color:#d7d0c7;font-size:14px}
.jds-prof-google-stars>span.is-filled{color:var(--jds-gold)}
.jds-prof-profile__google-review-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.jds-prof-profile__google-review{min-width:0;padding:15px;border:1px solid #eee7de;border-radius:12px;background:var(--jds-bg)}
.jds-prof-profile__google-review header{display:flex;align-items:center;gap:10px;margin-bottom:9px}
.jds-prof-profile__google-review header img,.jds-prof-profile__google-avatar{width:34px;height:34px;flex:0 0 34px;border-radius:50%;object-fit:cover}
.jds-prof-profile__google-avatar{display:grid;place-items:center;background:#fff;color:var(--jds-terracotta);border:1px solid var(--jds-border);font:800 14px/1 Inter,Arial,sans-serif}
.jds-prof-profile__google-review header>div{min-width:0}
.jds-prof-profile__google-review header a,.jds-prof-profile__google-review header strong{display:block;overflow:hidden;color:var(--jds-teal-dark);font-size:12px;font-weight:800;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}
.jds-prof-profile__google-review header span{display:block;margin-top:2px;color:var(--jds-muted);font-size:10px}
.jds-prof-profile__google-review p{margin:10px 0 0;color:var(--jds-muted);font-size:12px;line-height:1.55}
.jds-prof-profile__google-review-link{display:inline-block;margin-top:9px;color:var(--jds-teal);font-size:10px;font-weight:700;text-decoration:none}
.jds-prof-profile__google-all{display:inline-flex;margin-top:16px;color:var(--jds-teal);font-size:12px;font-weight:800;text-decoration:none}
.jds-prof-profile__google-review-link:hover,.jds-prof-profile__google-review-link:focus-visible,.jds-prof-profile__google-all:hover,.jds-prof-profile__google-all:focus-visible{text-decoration:underline;outline:none}
.jds-prof-profile__google-error{margin:0 0 24px;padding:12px 14px;border-left:4px solid var(--jds-terracotta);background:#fff7f2;color:var(--jds-ink);font-size:12px}

/* CTA final usa exatamente a linguagem visual dos botões principais. */
.jds-prof-profile__cta-actions{gap:16px;min-width:min(100%,500px)}
.jds-prof-profile__cta-button{min-height:54px;padding:10px 22px;border-radius:999px;gap:12px;box-shadow:0 12px 24px rgba(7,63,67,.18);transition:box-shadow .2s ease,filter .2s ease,transform .2s ease}
.jds-prof-profile__cta-button--schedule{background:linear-gradient(135deg,#0b6970,#168b8f);color:#fff}
.jds-prof-profile__cta-button--whatsapp{background:#fff;color:var(--jds-teal-dark)}
.jds-prof-profile__cta-button:hover,.jds-prof-profile__cta-button:focus-visible{filter:brightness(1.03);transform:translateY(-2px);box-shadow:0 16px 28px rgba(7,63,67,.24);outline:none}
.jds-prof-profile__cta-button .jds-prof-profile__button-icon{width:30px;height:30px;flex:0 0 30px}
.jds-prof-profile__cta-button--whatsapp .jds-prof-profile__button-icon{border-color:rgba(7,63,67,.28)}
.jds-prof-profile__cta-button--whatsapp .jds-prof-profile__button-icon svg{fill:var(--jds-teal-dark)}

/* Formulário público: alinhamento e temas manuais. */
.jds-prof-submission__text-setting{display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:14px;align-items:end;margin-bottom:14px}
.jds-prof-submission__text-setting>label{min-width:0}
.jds-prof-submission__text-setting select{width:100%}
.jds-prof-submission [data-jds-manual-theme]{margin-top:14px}
.jds-prof-submission [data-jds-themes-list]{display:grid;gap:8px}

@media(max-width:1100px){
  .jds-prof-profile__education-page{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .jds-prof-profile__education-page{grid-template-columns:1fr}
  .jds-prof-profile__education-controls{gap:8px}
  .jds-prof-submission__text-setting{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){.jds-prof-profile__education-track{transition:none!important}}

/* Corrige o limite visual do seletor de temas após a inclusão de temas manuais. */
.jds-prof-submission__tax[data-jds-max-select] > div:nth-child(2){max-height:360px;overflow:auto;padding-right:6px}
.jds-prof-submission__tax[data-jds-max-select] > div:last-child{max-height:none;overflow:visible}

@media(max-width:760px){
  .jds-prof-profile__google-reviews-head{grid-template-columns:auto minmax(0,1fr)}
  .jds-prof-profile__google-summary{grid-column:1/-1;grid-template-columns:auto auto auto;justify-content:start;justify-items:start;text-align:left}
  .jds-prof-profile__google-summary>span:last-child{grid-column:auto}
  .jds-prof-profile__google-review-list{grid-template-columns:1fr}
}

/* -------------------------------------------------------------------------- */
/* 0.25.4 — cards do diretório e registros profissionais                       */
/* -------------------------------------------------------------------------- */

/* Diretório: cada profissional passa a ocupar um cartão quadrado, vertical e
   independente. A fotografia também usa moldura quadrada acima do nome. */
.jds-prof-directory__grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  align-items:start;
}
.jds-prof-card{
  position:relative;
  isolation:isolate;
  aspect-ratio:1 / 1;
  min-height:0;
  padding:16px;
  overflow:visible;
  display:flex;
  flex-direction:column;
  box-sizing:border-box;
  background:#fff;
  border:1px solid var(--jds-border);
  border-radius:18px;
  box-shadow:0 10px 28px rgba(66,48,34,.055);
}
.jds-prof-card__photo-wrap{
  flex:0 0 auto;
  width:100%;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.jds-prof-card__photo,
.jds-prof-card__photo-placeholder{
  width:clamp(102px,31%,118px);
  height:auto;
  aspect-ratio:1 / 1;
  border-radius:12px;
  object-fit:cover;
  object-position:center top;
  background:var(--jds-cream);
  display:block;
  box-shadow:0 5px 16px rgba(7,63,67,.08);
}
.jds-prof-card__photo-placeholder{
  display:grid;
  place-items:center;
  color:#8b927c;
  overflow:hidden;
}
.jds-prof-card__photo-placeholder svg{width:76%;height:86%;fill:currentColor;opacity:.52}
.jds-prof-card__body{
  flex:1 1 auto;
  min-width:0;
  min-height:0;
  padding:11px 0 0;
  display:flex;
  flex-direction:column;
}
.jds-prof-card__name-row{display:block;min-width:0}
.jds-prof-card__name-row h3{
  width:100%;
  margin:0;
  color:var(--jds-teal-dark);
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(15px,1.45vw,19px);
  font-weight:700;
  line-height:1.05;
  letter-spacing:-.012em;
  text-align:left;
  white-space:nowrap;
}
.jds-prof-card__role{margin:5px 0 0;color:var(--jds-ink);font-size:11.5px;font-weight:700;line-height:1.25}
.jds-prof-card__council-row{
  position:relative;
  display:flex;
  align-items:center;
  gap:6px;
  min-width:0;
  margin-top:3px;
}
.jds-prof-card__council{margin:0;min-width:0;color:var(--jds-muted);font-size:10.8px;line-height:1.25}
.jds-prof-card__chips{display:flex;flex-wrap:wrap;align-items:center;gap:5px;margin-top:7px;min-width:0}
.jds-prof-card__chips--approach{margin-top:8px}
.jds-prof-card__chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:21px;
  max-width:100%;
  padding:3px 7px;
  border-radius:999px;
  background:var(--jds-cream);
  color:#5f5a54;
  font-size:9.5px;
  line-height:1.2;
}
.jds-prof-card__chip--more{background:#eef5f1;color:var(--jds-teal);font-weight:800}
.jds-prof-card__modalities{margin:7px 0 0;color:var(--jds-teal);font-size:10.5px;font-weight:800;line-height:1.2}

/* Botões +: mantêm o cartão quadrado e exibem os itens restantes como popover. */
.jds-prof-card__disclosure{position:relative;display:inline-flex;flex:0 0 auto;margin:0;z-index:5}
.jds-prof-card__disclosure[open]{z-index:30}
.jds-prof-card__disclosure>summary{
  list-style:none;
  cursor:pointer;
  user-select:none;
  display:grid;
  place-items:center;
  box-sizing:border-box;
  margin:0;
}
.jds-prof-card__disclosure>summary::-webkit-details-marker{display:none}
.jds-prof-card__disclosure--councils>summary{
  width:22px;
  height:22px;
  border:1px solid rgba(7,63,67,.22);
  border-radius:50%;
  background:#eef5f1;
  color:var(--jds-teal);
  font-size:15px;
  font-weight:900;
  line-height:1;
}
.jds-prof-card__disclosure--chips>summary.jds-prof-card__chip{
  min-width:22px;
  width:22px;
  height:22px;
  padding:0;
  border:0;
}
.jds-prof-card__disclosure-menu{
  position:absolute;
  top:calc(100% + 7px);
  left:0;
  z-index:40;
  width:max-content;
  min-width:160px;
  max-width:min(270px,72vw);
  padding:9px;
  display:grid;
  gap:6px;
  border:1px solid var(--jds-border);
  border-radius:10px;
  background:#fff;
  box-shadow:0 14px 34px rgba(7,63,67,.16);
}
.jds-prof-card__disclosure-menu span{
  display:block;
  color:var(--jds-ink);
  font-size:10.5px;
  line-height:1.35;
}

/* Ações: linguagem de pílula já usada nas demais seções do site. */
.jds-prof-card__actions{
  width:100%;
  margin-top:auto;
  padding-top:9px;
  display:grid;
  gap:7px;
}
.jds-prof-card__action-row{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}
.jds-prof-card__action-row:has(.jds-prof-card__button:only-child){grid-template-columns:1fr}
.jds-prof-card__button{
  -webkit-appearance:none;
  appearance:none;
  width:100%;
  min-width:0;
  min-height:37px;
  box-sizing:border-box;
  border:0;
  border-radius:999px;
  padding:7px 11px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  color:#fff;
  text-align:center;
  text-decoration:none;
  font-size:10.5px;
  font-weight:800;
  line-height:1.15;
  box-shadow:0 7px 16px rgba(7,63,67,.10);
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.jds-prof-card__button:hover,.jds-prof-card__button:focus-visible{
  color:#fff;
  filter:brightness(1.03);
  transform:translateY(-1px);
  box-shadow:0 10px 20px rgba(7,63,67,.16);
  outline:none;
}
.jds-prof-card__button--profile{background:linear-gradient(135deg,var(--jds-teal-dark),#0b5d63);color:#fff}
.jds-prof-card__button--schedule{background:linear-gradient(135deg,var(--jds-terracotta-dark),var(--jds-terracotta));color:#fff}
.jds-prof-card__button--whatsapp{background:linear-gradient(135deg,#0b6970,#168b8f);color:#fff}
.jds-prof-card__button--wide{width:100%}
.jds-prof-card__button-icon{width:18px;height:18px;flex:0 0 18px;display:grid;place-items:center}
.jds-prof-card__button-icon svg{width:15px;height:15px;fill:currentColor}

/* Perfil individual: no máximo dois registros visíveis; os demais ficam no +. */
.jds-prof-profile__council-row{
  position:relative;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin-top:5px;
}
.jds-prof-profile__council-row .jds-prof-profile__council{margin:0}
.jds-prof-profile__council-disclosure{position:relative;display:inline-flex;z-index:5}
.jds-prof-profile__council-disclosure[open]{z-index:30}
.jds-prof-profile__council-disclosure>summary{
  list-style:none;
  width:27px;
  height:27px;
  box-sizing:border-box;
  border:1px solid rgba(7,63,67,.22);
  border-radius:50%;
  background:#eef5f1;
  color:var(--jds-teal);
  cursor:pointer;
  display:grid;
  place-items:center;
  font-size:17px;
  font-weight:900;
  line-height:1;
  user-select:none;
}
.jds-prof-profile__council-disclosure>summary::-webkit-details-marker{display:none}
.jds-prof-profile__council-menu{
  position:absolute;
  top:calc(100% + 8px);
  left:0;
  width:max-content;
  min-width:180px;
  max-width:min(320px,78vw);
  padding:10px 12px;
  display:grid;
  gap:7px;
  border:1px solid var(--jds-border);
  border-radius:10px;
  background:#fff;
  box-shadow:0 16px 34px rgba(7,63,67,.16);
}
.jds-prof-profile__council-menu span{color:var(--jds-ink);font-size:12px;line-height:1.35}

@media(max-width:1100px){
  .jds-prof-directory__grid{grid-template-columns:repeat(2,minmax(0,420px));justify-content:center}
  .jds-prof-card__name-row h3{font-size:18px}
}
@media(max-width:820px){
  .jds-prof-card{grid-template-columns:none;min-height:0}
  .jds-prof-card__photo,.jds-prof-card__photo-placeholder{width:clamp(106px,31%,122px);height:auto}
  .jds-prof-card__body{padding:11px 0 0}
}
@media(max-width:620px){
  .jds-prof-directory__grid{grid-template-columns:minmax(0,420px);justify-content:center}
  .jds-prof-card{
    aspect-ratio:auto;
    min-height:430px;
    padding:17px;
  }
  .jds-prof-card__photo-wrap{padding:0}
  .jds-prof-card__photo,.jds-prof-card__photo-placeholder{width:132px;height:132px}
  .jds-prof-card__body{padding:12px 0 0}
  .jds-prof-card__name-row h3{font-size:17px;white-space:normal;line-height:1.08}
  .jds-prof-card__button{min-height:40px;font-size:11px}
  .jds-prof-card__disclosure-menu{left:auto;right:0}
}
.jds-prof-card__actions{grid-template-columns:1fr}


/* -------------------------------------------------------------------------- */
/* 0.25.5 — diretório mais amplo e cards no padrão visual de referência       */
/* -------------------------------------------------------------------------- */

/* O diretório ganha área útil maior para que os três cards não pareçam
   excessivamente recuados dentro da página. */
.jds-prof-directory__inner{
  width:min(100% - 48px,1320px);
}

.jds-prof-directory__grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

/* Mantém o cartão quadrado, porém com aproveitamento muito maior da área. */
.jds-prof-card{
  aspect-ratio:1 / 1;
  padding:10px;
  border-radius:16px;
}

/* Foto no padrão do segundo anexo: larga, acima do conteúdo e quase ocupando
   toda a largura útil do cartão. */
.jds-prof-card__photo-wrap{
  width:100%;
  display:block;
}
.jds-prof-card__photo,
.jds-prof-card__photo-placeholder{
  width:100%;
  height:auto;
  aspect-ratio:2.15 / 1;
  border-radius:12px;
  object-fit:cover;
  object-position:center 28%;
  box-shadow:none;
}

.jds-prof-card__body{
  padding:10px 4px 2px;
}

/* Nome no estilo compacto do anexo de referência: fonte sem serifa, peso
   forte, tamanho contido e sem transformação para caixa alta. */
.jds-prof-card__name-row h3{
  font-family:Inter,Arial,sans-serif;
  font-size:16px;
  font-weight:800;
  line-height:1.22;
  letter-spacing:-.015em;
  white-space:normal;
  overflow-wrap:anywhere;
  color:var(--jds-ink);
}
.jds-prof-card__role{
  margin-top:3px;
  font-size:11px;
  font-weight:500;
  color:var(--jds-muted);
}
.jds-prof-card__council-row{margin-top:3px}
.jds-prof-card__council{font-size:10.5px}
.jds-prof-card__chips{margin-top:6px}
.jds-prof-card__chips--approach{margin-top:7px}
.jds-prof-card__chip{
  min-height:20px;
  padding:3px 7px;
  border-radius:6px;
  font-size:9px;
}
.jds-prof-card__modalities{margin-top:6px;font-size:10px}
.jds-prof-card__actions{padding-top:7px;gap:6px}
.jds-prof-card__action-row{gap:7px}
.jds-prof-card__button{
  min-height:36px;
  font-size:10px;
}

@media(max-width:1100px){
  .jds-prof-directory__inner{width:min(100% - 40px,960px)}
  .jds-prof-directory__grid{grid-template-columns:repeat(2,minmax(0,430px));justify-content:center}
}
@media(max-width:620px){
  .jds-prof-directory__inner{width:min(100% - 24px,460px)}
  .jds-prof-directory__grid{grid-template-columns:1fr}
  .jds-prof-card{
    aspect-ratio:auto;
    min-height:0;
    padding:10px;
  }
  .jds-prof-card__photo,
  .jds-prof-card__photo-placeholder{
    width:100%;
    height:auto;
    aspect-ratio:1.75 / 1;
  }
  .jds-prof-card__body{padding:11px 5px 3px}
  .jds-prof-card__name-row h3{font-size:16px;line-height:1.22}
}


/* -------------------------------------------------------------------------- */
/* 0.25.6 — diretório de profissionais: legenda e alinhamento                  */
/* -------------------------------------------------------------------------- */
.jds-prof-directory__inner{
  width:min(100% - 24px,1380px);
}

.jds-prof-directory__group-legend{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:26px;
  border:0;
  border-radius:0;
  overflow:visible;
  background:transparent;
}

.jds-prof-directory__group-legend>div,
.jds-prof-directory__legend-card{
  display:grid;
  grid-template-columns:72px minmax(0,1fr);
  gap:18px;
  align-items:center;
  min-width:0;
  padding:24px 26px;
  border:1px solid var(--jds-border);
  border-radius:18px;
  background:var(--jds-cream);
  box-shadow:0 8px 18px rgba(66,48,34,.04);
}

.jds-prof-directory__group-legend>div+div{border-left:1px solid var(--jds-border)}
.jds-prof-directory__legend-card+ .jds-prof-directory__legend-card{border-left:1px solid var(--jds-border)}
.jds-prof-directory__group-legend>div+div,
.jds-prof-directory__legend-card+ .jds-prof-directory__legend-card{border-left:1px solid var(--jds-border)}
.jds-prof-directory__group-legend > div + div{border-left:0}

.jds-prof-directory__legend-icon{
  width:72px;
  height:72px;
  display:grid;
  place-items:center;
  border:1px solid rgba(7,63,67,.22);
  border-radius:50%;
  background:#f8f6f1;
  color:var(--jds-teal);
  font-size:0;
}
.jds-prof-directory__legend-icon svg{
  width:34px;
  height:34px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.jds-prof-directory__section-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:20px;
  margin-bottom:24px;
}
.jds-prof-directory__section-head > div{
  min-width:0;
  width:100%;
  max-width:780px;
  margin-inline:auto;
  text-align:center;
}
.jds-prof-directory__section-head p{
  margin:6px 0 0;
  text-align:inherit;
}
.jds-ta-has-clinical-title .jds-prof-directory__group[data-jds-prof-group="clinical"] .jds-prof-directory__section-head > div{
  text-align:var(--jds-ta-clinical-title)!important;
}
.jds-ta-has-referral-title .jds-prof-directory__group[data-jds-prof-group="referral"] .jds-prof-directory__section-head > div{
  text-align:var(--jds-ta-referral-title)!important;
}
.jds-prof-directory__count{
  justify-self:end;
  align-self:center;
}

.jds-prof-directory__grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
  gap:24px;
  justify-items:center;
  align-items:start;
}
.jds-prof-card{
  width:100%;
  max-width:430px;
  justify-self:center;
}

@media(max-width:1100px){
  .jds-prof-directory__inner{width:min(100% - 24px,1080px)}
}
@media(max-width:860px){
  .jds-prof-directory__group-legend{grid-template-columns:1fr}
  .jds-prof-directory__section-head{
    grid-template-columns:1fr;
    justify-items:center;
  }
  .jds-prof-directory__count{justify-self:center}
}
@media(max-width:620px){
  .jds-prof-directory__inner{width:min(100% - 20px,520px)}
  .jds-prof-directory__group-legend>div,
  .jds-prof-directory__legend-card{
    grid-template-columns:60px minmax(0,1fr);
    gap:14px;
    padding:18px 18px;
  }
  .jds-prof-directory__legend-icon{width:60px;height:60px}
}


/* -------------------------------------------------------------------------- */
/* 0.25.7 — diretório: cards compactos, modal de agenda e ícones do perfil    */
/* -------------------------------------------------------------------------- */
.jds-prof-directory__grid{
  grid-template-columns:repeat(auto-fit,minmax(300px,400px));
  justify-content:center;
  justify-items:stretch;
  gap:18px;
}
.jds-prof-card{
  width:100%;
  max-width:400px;
  justify-self:stretch;
}
.jds-prof-card__button{font-family:Inter,Arial,sans-serif;cursor:pointer}

.jds-prof-profile__info-icon{
  font-size:0;
}
.jds-prof-profile__info-icon svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

@media(max-width:900px){
  .jds-prof-directory__grid{grid-template-columns:repeat(auto-fit,minmax(290px,380px));gap:16px}
}
@media(max-width:620px){
  .jds-prof-directory__grid{grid-template-columns:minmax(0,1fr)}
  .jds-prof-card{max-width:430px;justify-self:center}
}


/* -------------------------------------------------------------------------- */
/* 0.25.8 — diretório: espaçamento Gutenberg, alinhamento e cards compactos   */
/* -------------------------------------------------------------------------- */

/* O bloco não impõe mais recuo vertical próprio. Margem e padding passam a
   ser determinados pelo próprio Gutenberg (supports.spacing). */
.jds-prof-directory{
  padding:0;
}
.jds-prof-directory__inner{
  width:min(100% - 32px,1280px);
  margin-inline:auto;
}

/* O estado de carregamento continua existindo internamente para a requisição,
   mas não exibe mensagem permanente ao visitante. */
.jds-prof-directory__loading,
.jds-prof-directory__loading[hidden]{
  display:none!important;
}

/* Cabeçalhos das duas listas ocupam toda a largura. Assim os controles de
   alinhamento realmente deslocam título e subtítulo para esquerda/centro/direita. */
.jds-prof-directory__section-head{
  display:block;
  width:100%;
  margin-bottom:22px;
  text-align:center;
}
.jds-prof-directory__section-head>div{
  width:100%;
  max-width:none;
  margin:0;
  text-align:inherit;
}
.jds-prof-directory__section-title,
.jds-prof-directory__section-head p{
  width:100%;
  text-align:inherit;
}
.jds-prof-directory__count{
  display:none;
}

/* O alinhamento do título também move o conjunto da seção; o subtítulo pode
   ter alinhamento independente caso o usuário o configure. */
.jds-ta-has-clinical-title .jds-prof-directory__group[data-jds-prof-group="clinical"] .jds-prof-directory__section-head{
  text-align:var(--jds-ta-clinical-title)!important;
}
.jds-ta-has-referral-title .jds-prof-directory__group[data-jds-prof-group="referral"] .jds-prof-directory__section-head{
  text-align:var(--jds-ta-referral-title)!important;
}
.jds-ta-has-clinical-description .jds-prof-directory__group[data-jds-prof-group="clinical"] .jds-prof-directory__section-head p{
  text-align:var(--jds-ta-clinical-description)!important;
}
.jds-ta-has-referral-description .jds-prof-directory__group[data-jds-prof-group="referral"] .jds-prof-directory__section-head p{
  text-align:var(--jds-ta-referral-description)!important;
}
.jds-tc-has-clinical-description .jds-prof-directory__group[data-jds-prof-group="clinical"] .jds-prof-directory__section-head p{
  color:var(--jds-tc-clinical-description)!important;
}
.jds-tc-has-referral-description .jds-prof-directory__group[data-jds-prof-group="referral"] .jds-prof-directory__section-head p{
  color:var(--jds-tc-referral-description)!important;
}

/* Cards próximos do exemplo de referência: três colunas compactas no desktop,
   sem forçar quadrado 1:1. O fundo branco passa a envolver todo o conteúdo. */
.jds-prof-directory__grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(270px,330px));
  justify-content:center;
  justify-items:stretch;
  align-items:start;
  gap:18px;
}
.jds-prof-card{
  width:100%;
  max-width:330px;
  min-height:0;
  height:auto;
  aspect-ratio:auto;
  padding:9px;
  border-radius:14px;
  overflow:visible;
  display:block;
  background:#fff;
  border:1px solid var(--jds-border);
  box-shadow:0 8px 20px rgba(66,48,34,.045);
}
.jds-prof-card__photo-wrap{
  width:100%;
  padding:0;
  display:block;
}
.jds-prof-card__photo,
.jds-prof-card__photo-placeholder{
  width:100%;
  height:auto;
  aspect-ratio:2.15 / 1;
  border-radius:10px;
  object-fit:cover;
  object-position:center 28%;
}
.jds-prof-card__body{
  min-width:0;
  padding:8px 3px 2px;
  display:flex;
  flex-direction:column;
}
.jds-prof-card__name-row h3{
  font-size:14px;
  line-height:1.18;
}
.jds-prof-card__role{
  margin-top:2px;
  font-size:10px;
}
.jds-prof-card__council-row{margin-top:2px}
.jds-prof-card__council{font-size:9.5px}
.jds-prof-card__chips{gap:4px;margin-top:5px}
.jds-prof-card__chips--approach{margin-top:6px}
.jds-prof-card__chip{
  min-height:18px;
  padding:3px 6px;
  font-size:8.3px;
}
.jds-prof-card__modalities{
  margin-top:5px;
  font-size:9px;
}
.jds-prof-card__actions{
  margin-top:0;
  padding-top:6px;
  gap:5px;
}
.jds-prof-card__action-row{gap:6px}
.jds-prof-card__button{
  min-height:34px;
  padding:7px 10px;
  font-size:9.5px;
}
.jds-prof-card__button-icon{
  width:16px;
  height:16px;
  flex-basis:16px;
}
.jds-prof-card__button-icon svg{width:14px;height:14px}

@media(max-width:1050px){
  .jds-prof-directory__inner{width:min(100% - 28px,940px)}
  .jds-prof-directory__grid{
    grid-template-columns:repeat(auto-fit,minmax(270px,320px));
    gap:16px;
  }
  .jds-prof-card{max-width:320px}
}
@media(max-width:700px){
  .jds-prof-directory__inner{width:min(100% - 22px,520px)}
  .jds-prof-directory__grid{grid-template-columns:minmax(0,1fr)}
  .jds-prof-card{max-width:390px;justify-self:center}
  .jds-prof-card__name-row h3{font-size:15px}
}

/* -------------------------------------------------------------------------- */
/* 0.25.9 — alinhamento do conselho profissional nos cards                   */
/* -------------------------------------------------------------------------- */
/* O texto do conselho ficava com largura apenas do próprio conteúdo dentro
   de uma linha flexível. Assim, text-align era aplicado, mas visualmente não
   havia espaço para o texto se deslocar. A linha agora ocupa toda a largura
   e o alinhamento escolhido no Gutenberg controla também sua distribuição. */
.jds-prof-card__council-row{
  width:100%;
}
.jds-prof-card__council{
  flex:1 1 auto;
  width:100%;
}
.jds-ta-card-council-left .jds-prof-card__council-row{
  justify-content:flex-start;
}
.jds-ta-card-council-center .jds-prof-card__council-row{
  justify-content:center;
}
.jds-ta-card-council-center .jds-prof-card__council{
  flex:0 1 auto;
  width:auto;
  text-align:center!important;
}
.jds-ta-card-council-right .jds-prof-card__council-row{
  justify-content:flex-end;
}
.jds-ta-card-council-right .jds-prof-card__council{
  flex:0 1 auto;
  width:auto;
  text-align:right!important;
}
.jds-ta-card-council-justify .jds-prof-card__council{
  flex:1 1 100%;
  width:100%;
  text-align:justify!important;
  text-align-last:left;
}

/* -------------------------------------------------------------------------- */
/* 0.25.11 — botão + do conselho no formato quadrado dos chips              */
/* -------------------------------------------------------------------------- */
/* O + deve acompanhar o conselho principal, sem ocupar a extremidade do card
   e sem aumentar a altura da linha. O alinhamento escolhido no Gutenberg é
   aplicado à linha inteira (conselho + botão), preservando os dois juntos. */
.jds-prof-card__council-row{
  width:100%;
  display:flex;
  align-items:center;
  gap:4px;
  margin-top:1px;
  line-height:1.15;
}
.jds-prof-card__council{
  flex:0 1 auto;
  width:auto;
  margin:0;
  line-height:1.15;
}
.jds-prof-card__disclosure--councils{
  align-self:center;
}
.jds-prof-card__disclosure--councils>summary{
  min-width:22px;
  width:22px;
  height:22px;
  padding:0;
  border:0;
  border-radius:7px;
  background:#eef5f1;
  color:var(--jds-teal);
  font-size:11px;
  font-weight:800;
  line-height:1;
}
.jds-ta-card-council-left .jds-prof-card__council-row{
  justify-content:flex-start;
}
.jds-ta-card-council-center .jds-prof-card__council-row{
  justify-content:center;
}
.jds-ta-card-council-right .jds-prof-card__council-row{
  justify-content:flex-end;
}
.jds-ta-card-council-justify .jds-prof-card__council-row{
  justify-content:flex-start;
}
.jds-ta-card-council-left .jds-prof-card__council,
.jds-ta-card-council-center .jds-prof-card__council,
.jds-ta-card-council-right .jds-prof-card__council,
.jds-ta-card-council-justify .jds-prof-card__council{
  flex:0 1 auto;
  width:auto;
}


/* -------------------------------------------------------------------------- */
/* 0.25.12 — cards profissionais com ritmo vertical e altura uniforme          */
/* -------------------------------------------------------------------------- */
/* O botão + do conselho usa exatamente a mesma caixa dos demais chips +,
   porém todos os controles de expansão ficam menores para não alterar a
   altura da linha de metadados. */
.jds-prof-card__disclosure--councils>summary,
.jds-prof-card__disclosure--chips>summary.jds-prof-card__chip{
  box-sizing:border-box;
  min-width:18px;
  width:18px;
  height:18px;
  min-height:18px;
  padding:0;
  border:0;
  border-radius:6px;
  background:#eef5f1;
  color:var(--jds-teal);
  font-size:9px;
  font-weight:800;
  line-height:1;
}
.jds-prof-card__council-row{
  min-height:18px;
  margin-top:1px;
  gap:4px;
}
.jds-prof-card__council{
  font-size:9.5px;
  line-height:18px;
}

/* Cada cartão reserva as mesmas linhas, ainda que determinado profissional
   não tenha auto agendamento ou algum metadado opcional. */
.jds-prof-directory__grid{
  align-items:stretch;
}
.jds-prof-card{
  display:flex;
  flex-direction:column;
  min-height:425px;
  height:100%;
}
.jds-prof-card__body{
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
  min-height:0;
}
.jds-prof-card__name-row{
  min-height:34px;
  display:flex;
  align-items:flex-start;
}
.jds-prof-card__name-row h3{
  display:-webkit-box;
  min-height:34px;
  max-height:34px;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  line-clamp:2;
  font-size:14px;
  line-height:17px;
}
.jds-prof-card__role{
  min-height:15px;
  margin:0;
  font-size:10px;
  line-height:15px;
}
.jds-prof-card__council-row{
  flex:0 0 18px;
}
.jds-prof-card__chips--approach{
  min-height:24px;
  margin-top:5px;
  align-content:flex-start;
}
.jds-prof-card__chips--audience{
  min-height:24px;
  margin-top:4px;
  align-content:flex-start;
}
.jds-prof-card__modalities{
  min-height:14px;
  margin:4px 0 0;
  font-size:9px;
  line-height:14px;
}
.jds-prof-card .is-empty{
  visibility:hidden;
}
.jds-prof-card__chip--placeholder{
  width:1px!important;
  min-width:1px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}

/* A área de ações sempre reserva duas linhas. Quem não possui Auto
   agendamento mantém apenas Ver perfil + Fale comigo na linha inferior,
   mas o card conserva exatamente a mesma altura dos demais. */
.jds-prof-card__actions{
  min-height:75px;
  margin-top:auto;
  padding-top:6px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:6px;
}
.jds-prof-card__actions>.jds-prof-card__button--wide{
  flex:0 0 34px;
}
.jds-prof-card__action-row{
  flex:0 0 34px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:6px;
}
.jds-prof-card__action-row:has(.jds-prof-card__button:only-child){
  grid-template-columns:1fr;
}
.jds-prof-card__button{
  min-height:34px;
  height:34px;
}

@media(max-width:700px){
  .jds-prof-card{
    min-height:425px;
  }
}


/* -------------------------------------------------------------------------- */
/* 0.25.13 — enquadramento individual da foto de cada card                    */
/* -------------------------------------------------------------------------- */
.jds-prof-card__photo-wrap{
  width:100%;
  aspect-ratio:1 / 1;
  overflow:hidden;
  border-radius:18px;
  background:#f4f1eb;
}
.jds-prof-card__photo,
.jds-prof-card__photo-placeholder{
  width:100%;
  height:100%;
  aspect-ratio:auto;
  border-radius:0;
  object-fit:contain;
  display:block;
}
.jds-prof-card__photo{
  will-change:transform;
  transition:transform .18s ease,object-position .18s ease;
}


/* -------------------------------------------------------------------------- */
/* 0.25.14 — foto do card com afastamento abaixo de 100%                      */
/* -------------------------------------------------------------------------- */
.jds-prof-card__photo{
  background:#f4f1eb;
}


/* -------------------------------------------------------------------------- */
/* 0.25.15 — card com moldura quadrada arredondada                            */
/* -------------------------------------------------------------------------- */
.jds-prof-card__photo-placeholder{
  display:grid;
  place-items:center;
  padding:10%;
}
.jds-prof-card__photo-placeholder svg{
  width:72%;
  height:72%;
}

/* -------------------------------------------------------------------------- */
/* 0.25.17 — refinamentos do perfil profissional                              */
/* -------------------------------------------------------------------------- */

/* Cabeçalho do perfil: registros -> abordagens -> público -> modalidade. */
.jds-prof-profile__council-row{
  width:100%;
  margin-top:8px;
}
.jds-prof-profile__council{
  margin:0;
  line-height:1.5;
}
.jds-prof-profile__hero-tags{
  width:100%;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:8px;
}
.jds-prof-profile__hero-tags--approaches{margin-top:18px}
.jds-prof-profile__hero-tags span{
  padding:8px 13px;
  border-radius:8px;
}

/* Experiência clínica frequente: mantém o desenho, porém mais compacto. */
.jds-prof-profile__themes .jds-prof-profile__section-line{margin-bottom:12px}
.jds-prof-profile__theme-page{
  gap:10px;
}
.jds-prof-profile__theme-card{
  min-height:88px;
  padding:10px 12px;
  gap:7px;
  border-radius:10px;
}
.jds-prof-profile__theme-icon{
  width:34px;
  height:34px;
  font-size:18px;
}
.jds-prof-profile__theme-card strong{
  font-size:15px;
  line-height:1.15;
}
.jds-prof-profile__theme-controls{margin-top:12px}

/* Endereços são acionadores do mapa, preservando a aparência textual. */
.jds-prof-profile__address-button{
  -webkit-appearance:none;
  appearance:none;
  display:block;
  width:100%;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
  color:inherit;
  cursor:pointer;
  font:inherit;
  text-align:left;
}
.jds-prof-profile__address-button b{
  display:block;
  color:var(--jds-teal-dark);
  font-size:12px;
}
.jds-prof-profile__address-button span{
  display:block;
  margin-top:3px;
  color:var(--jds-muted);
  font-size:13px;
  line-height:1.45;
}
.jds-prof-profile__address-button small{
  display:block;
  margin-top:3px;
  color:#8b8279;
  font-size:11px;
  line-height:1.4;
}
.jds-prof-profile__address-button:hover b,
.jds-prof-profile__address-button:focus-visible b{
  text-decoration:underline;
  text-underline-offset:3px;
}
.jds-prof-profile__address-button:focus-visible{
  outline:2px solid rgba(7,63,67,.24);
  outline-offset:5px;
  border-radius:4px;
}
.jds-prof-profile__phone-link{
  color:var(--jds-muted);
  text-decoration:none;
}
.jds-prof-profile__phone-link:hover,
.jds-prof-profile__phone-link:focus-visible{
  color:var(--jds-teal-dark);
  text-decoration:underline;
  text-underline-offset:3px;
  outline:none;
}

/* O modal de localização reutiliza o padrão do Auto agendamento. */
.jds-prof-map-modal__iframe{
  height:min(610px,calc(90vh - 190px));
  min-height:440px;
}

@media(max-width:700px){
  .jds-prof-profile__theme-card{min-height:76px;padding:9px 10px}
  .jds-prof-profile__theme-card strong{font-size:14px}
  .jds-prof-map-modal__iframe{min-height:390px}
}
.jds-prof-profile__addresses .jds-prof-profile__address-button + .jds-prof-profile__address-button{
  margin-top:10px;
  padding-top:10px;
  border-top:1px dashed #ddd6cc;
}

/* -------------------------------------------------------------------------- */
/* 0.25.19 — diretório: recuos, 4 colunas e controles independentes          */
/* -------------------------------------------------------------------------- */

/* O bloco deixa de herdar folgas verticais visuais indesejadas. Se o usuário
   definir margem/padding pelo Gutenberg, o estilo inline do bloco continua
   prevalecendo. Os espaços internos passam a ser controlados por variáveis
   próprias expostas no painel "Recuos internos do diretório". */
.jds-prof-directory{
  margin-block-start:0;
  margin-block-end:0;
  padding-block-start:0;
  padding-block-end:0;
}
.jds-prof-directory__filters-panel{
  margin-top:var(--jds-prof-filter-top-gap,0px);
}
.jds-prof-directory__group[data-jds-prof-group="clinical"]{
  margin-top:var(--jds-prof-results-top-gap,26px);
}
.jds-prof-directory__group[data-jds-prof-group="referral"]{
  margin-top:var(--jds-prof-groups-gap,48px);
}

/* Quatro profissionais por linha no desktop. A grade ocupa a mesma largura
   visual da caixa de filtros, deixando início e fim alinhados. */
.jds-prof-directory__inner{
  width:min(100% - 32px,1180px);
}
.jds-prof-directory__grid{
  width:100%;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  justify-content:stretch;
  justify-items:stretch;
}
.jds-prof-card{
  width:100%;
  max-width:none;
}

/* Alinhamentos independentes para cada informação do card. O controle antigo
   "Informações do card" passa a agir apenas sobre o título profissional. */
.jds-ta-has-card-meta .jds-prof-card__role{
  text-align:var(--jds-ta-card-meta)!important;
}
.jds-ta-has-card-meta .jds-prof-card__modalities{
  text-align:left!important;
}
.jds-ta-has-card-modality .jds-prof-card__modalities{
  text-align:var(--jds-ta-card-modality)!important;
}
.jds-ta-has-card-approach .jds-prof-card__chips--approach{
  justify-content:flex-start;
}
.jds-ta-card-approach-center .jds-prof-card__chips--approach{justify-content:center}
.jds-ta-card-approach-right .jds-prof-card__chips--approach{justify-content:flex-end}
.jds-ta-has-card-audience .jds-prof-card__chips--audience{
  justify-content:flex-start;
}
.jds-ta-card-audience-center .jds-prof-card__chips--audience{justify-content:center}
.jds-ta-card-audience-right .jds-prof-card__chips--audience{justify-content:flex-end}

/* Cores independentes das informações dos cards. */
.jds-tc-has-card-meta .jds-prof-card__role{color:var(--jds-tc-card-meta)!important}
.jds-tc-has-card-meta .jds-prof-card__modalities{color:var(--jds-teal)!important}
.jds-tc-has-card-modality .jds-prof-card__modalities{color:var(--jds-tc-card-modality)!important}
.jds-tc-has-card-approach .jds-prof-card__chips--approach .jds-prof-card__chip{color:var(--jds-tc-card-approach)!important}
.jds-tc-has-card-audience .jds-prof-card__chips--audience .jds-prof-card__chip{color:var(--jds-tc-card-audience)!important}
.jds-tc-has-whatsapp-button .jds-prof-card__button--whatsapp{color:var(--jds-tc-whatsapp-button)!important}

/* Textos e cores dos filtros/legendas também ficam sob controle granular. */
.jds-prof-directory__legend-card strong{display:block;width:100%}
.jds-tc-has-filter-labels .jds-prof-directory__field>span:first-child{color:var(--jds-tc-filter-labels)!important}
.jds-ta-has-filter-labels .jds-prof-directory__field>span:first-child{text-align:var(--jds-ta-filter-labels)!important}
.jds-tc-has-clear-filters .jds-prof-directory__clear{color:var(--jds-tc-clear-filters)!important}
.jds-ta-has-clear-filters .jds-prof-directory__clear{text-align:var(--jds-ta-clear-filters)!important}
.jds-tc-has-legend-clinical-title .jds-prof-directory__legend-card:first-child strong{color:var(--jds-tc-legend-clinical-title)!important}
.jds-tc-has-legend-clinical-description .jds-prof-directory__legend-card:first-child p{color:var(--jds-tc-legend-clinical-description)!important}
.jds-tc-has-legend-referral-title .jds-prof-directory__legend-card:last-child strong{color:var(--jds-tc-legend-referral-title)!important}
.jds-tc-has-legend-referral-description .jds-prof-directory__legend-card:last-child p{color:var(--jds-tc-legend-referral-description)!important}
.jds-ta-has-legend-clinical-title .jds-prof-directory__legend-card:first-child strong{text-align:var(--jds-ta-legend-clinical-title)!important}
.jds-ta-has-legend-clinical-description .jds-prof-directory__legend-card:first-child p{text-align:var(--jds-ta-legend-clinical-description)!important}
.jds-ta-has-legend-referral-title .jds-prof-directory__legend-card:last-child strong{text-align:var(--jds-ta-legend-referral-title)!important}
.jds-ta-has-legend-referral-description .jds-prof-directory__legend-card:last-child p{text-align:var(--jds-ta-legend-referral-description)!important}

/* Cores do modal do diretório. */
.jds-prof-directory.jds-tc-has-modal-eyebrow .jds-scheduler-modal__eyebrow{color:var(--jds-tc-modal-eyebrow)!important}
.jds-prof-directory.jds-tc-has-modal-title .jds-scheduler-modal__header h2{color:var(--jds-tc-modal-title)!important}
.jds-prof-directory.jds-tc-has-modal-footer .jds-scheduler-modal__footer p{color:var(--jds-tc-modal-footer)!important}
.jds-prof-directory.jds-tc-has-modal-close .jds-scheduler-modal__button--secondary{color:var(--jds-tc-modal-close)!important}
.jds-prof-directory.jds-tc-has-modal-open .jds-scheduler-modal__button--primary{color:var(--jds-tc-modal-open)!important}

@media(max-width:1080px){
  .jds-prof-directory__inner{width:min(100% - 28px,940px)}
  .jds-prof-directory__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
}
@media(max-width:820px){
  .jds-prof-directory__inner{width:min(100% - 24px,680px)}
  .jds-prof-directory__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
}
@media(max-width:560px){
  .jds-prof-directory__inner{width:min(100% - 20px,430px)}
  .jds-prof-directory__grid{grid-template-columns:1fr}
}

/* -------------------------------------------------------------------------- */
/* 0.25.20 — controle universal de textos e cores em todos os blocos JDS      */
/* -------------------------------------------------------------------------- */
/* Quando o usuário escolhe uma cor geral de texto no Gutenberg, ela deve
   prevalecer sobre as cores editoriais internas do bloco. Sem uma cor geral
   escolhida, os estilos granulares existentes continuam funcionando. */
[class*="wp-block-jornada-do-ser-"][class~="has-text-color"] :where(h1,h2,h3,h4,h5,h6,p,li,dt,dd,strong,b,em,small,label,summary,span,a,button){
  color:inherit!important;
}
/* O suporte nativo a cor de links é habilitado para todos os blocos. */
[class*="wp-block-jornada-do-ser-"][class~="has-link-color"] a{
  color:var(--wp--style--color--link,inherit)!important;
}


/* -------------------------------------------------------------------------- */
/* 0.25.21 — enquadramento idêntico entre cadastro e card público             */
/* -------------------------------------------------------------------------- */
/*
 * Há regras históricas do diretório que ainda definem foto retangular e
 * object-fit: cover. Esta regra final é intencionalmente mais específica para
 * que a moldura pública use exatamente o mesmo palco quadrado da prévia do
 * cadastro profissional.
 */
.jds-prof-directory .jds-prof-card__photo-wrap{
  position:relative!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:1 / 1!important;
  overflow:hidden!important;
  padding:0!important;
  border-radius:18px!important;
  background:#f4f1eb!important;
}
.jds-prof-directory .jds-prof-card__photo,
.jds-prof-directory .jds-prof-card__photo-placeholder{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  border-radius:0!important;
  object-fit:contain!important;
  box-sizing:border-box!important;
}
.jds-prof-directory .jds-prof-card__photo-placeholder{
  display:grid!important;
  place-items:center!important;
}

/* -------------------------------------------------------------------------- */
/* 0.25.22 — Profissionais: contato final                                     */
/* -------------------------------------------------------------------------- */
.jds-professionals-final-contact{
  box-sizing:border-box;
  margin:0;
  padding:clamp(20px,3vw,34px) 0;
  background:var(--jds-bg);
  color:#fff;
}
.jds-professionals-final-contact__inner{
  width:min(100% - 40px,var(--jds-content));
  margin-inline:auto;
}
.jds-professionals-final-contact__panel{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);
  align-items:center;
  gap:clamp(34px,5vw,72px);
  min-height:180px;
  padding:clamp(28px,3.5vw,44px) clamp(30px,4.5vw,58px);
  border-radius:14px;
  background:linear-gradient(105deg,#063438 0%,#07545a 66%,#075e63 100%);
  box-shadow:0 14px 32px rgba(7,63,67,.12);
}
.jds-professionals-final-contact__panel::after{
  content:"";
  position:absolute;
  z-index:-1;
  right:-18px;
  top:50%;
  width:220px;
  height:220px;
  transform:translateY(-50%);
  opacity:.22;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220' fill='none' stroke='%23D1A04A' stroke-width='2'%3E%3Cpath d='M205 22c-58 18-108 60-137 113-16 29-22 51-24 68'/%3E%3Cpath d='M155 54c20 0 37-9 48-26-21-4-39 5-48 26Zm-31 24c18 3 35-3 48-17-18-8-38-1-48 17Zm-25 31c16 5 34 2 48-10-16-10-36-6-48 10Zm-18 35c14 7 31 7 46-2-13-12-32-12-46 2Zm-11 35c12 8 28 10 42 4-10-13-27-15-42-4Z'/%3E%3Cpath d='M169 67c-4 18 0 36 12 49 10-17 7-36-12-49Zm-31 27c-4 17 0 34 11 47 10-16 7-34-11-47Zm-24 34c-3 16 2 32 13 43 8-16 4-32-13-43Z'/%3E%3C/svg%3E");
}
.jds-professionals-final-contact__copy{
  min-width:0;
  max-width:690px;
}
.jds-professionals-final-contact__title{
  margin:0;
  color:#fff;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(34px,4vw,48px);
  font-weight:700;
  letter-spacing:-.025em;
  line-height:1;
}
.jds-professionals-final-contact__description{
  max-width:660px;
  margin:16px 0 0;
  color:rgba(255,255,255,.94);
  font-family:Inter,Arial,sans-serif;
  font-size:clamp(14px,1.4vw,17px);
  line-height:1.55;
}
.jds-professionals-final-contact__action-area{
  position:relative;
  z-index:2;
  display:grid;
  gap:14px;
  min-width:0;
}
.jds-professionals-final-contact__button{
  -webkit-appearance:none;
  appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  width:100%;
  min-height:54px;
  padding:10px 22px;
  box-sizing:border-box;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,var(--jds-teal-dark),#0b5d63);
  box-shadow:0 12px 24px rgba(7,63,67,.18);
  color:#fff;
  cursor:pointer;
  font:inherit;
  font-size:14px;
  font-weight:800;
  text-align:center;
  text-decoration:none;
  transition:box-shadow .2s ease,filter .2s ease,transform .2s ease;
}
.jds-professionals-final-contact__button:hover,
.jds-professionals-final-contact__button:focus-visible{
  color:#fff;
  filter:brightness(1.03);
  transform:translateY(-2px);
  box-shadow:0 16px 28px rgba(7,63,67,.24);
  outline:none;
}
.jds-professionals-final-contact__button:focus-visible{
  box-shadow:0 0 0 3px rgba(209,160,74,.4),0 16px 28px rgba(7,63,67,.24);
}
.jds-professionals-final-contact__button-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  flex:0 0 32px;
  border:1px solid rgba(255,255,255,.5);
  border-radius:50%;
}
.jds-professionals-final-contact__button-icon svg{
  width:17px;
  height:17px;
  fill:currentColor;
}
.jds-professionals-final-contact__support{
  margin:0;
  color:rgba(255,255,255,.9);
  font-family:Inter,Arial,sans-serif;
  font-size:12px;
  line-height:1.45;
  text-align:center;
}
.jds-professionals-final-contact--editor .jds-professionals-final-contact__button{
  cursor:default;
}
.jds-professionals-final-contact--editor .jds-professionals-final-contact__button:hover{
  transform:none;
}

.jds-tc-has-title .jds-professionals-final-contact__title{color:var(--jds-tc-title)!important}
.jds-tc-has-description .jds-professionals-final-contact__description{color:var(--jds-tc-description)!important}
.jds-tc-has-btn-1 .jds-professionals-final-contact__button>span:last-child{color:var(--jds-tc-btn-1)!important}
.jds-tc-has-support .jds-professionals-final-contact__support{color:var(--jds-tc-support)!important}
.jds-ta-has-title .jds-professionals-final-contact__title{text-align:var(--jds-ta-title)!important}
.jds-ta-has-description .jds-professionals-final-contact__description{text-align:var(--jds-ta-description)!important}
.jds-ta-has-btn-1 .jds-professionals-final-contact__button>span:last-child{text-align:var(--jds-ta-btn-1)!important}
.jds-ta-has-support .jds-professionals-final-contact__support{text-align:var(--jds-ta-support)!important}

@media(max-width:900px){
  .jds-professionals-final-contact__panel{
    grid-template-columns:1fr;
    gap:26px;
  }
  .jds-professionals-final-contact__action-area{
    width:min(100%,620px);
  }
}
@media(max-width:620px){
  .jds-professionals-final-contact__inner{width:min(100% - 28px,var(--jds-content))}
  .jds-professionals-final-contact__panel{
    min-height:0;
    padding:28px 22px;
    border-radius:12px;
  }
  .jds-professionals-final-contact__panel::after{
    width:150px;
    height:150px;
    opacity:.14;
  }
  .jds-professionals-final-contact__button{min-height:54px}
}


/* -------------------------------------------------------------------------- */
/* 0.25.24 — ícones específicos para todos os temas atendidos                 */
/* -------------------------------------------------------------------------- */
.jds-prof-profile__theme-icon{
  color:var(--jds-olive);
}
.jds-prof-profile__theme-icon .jds-prof-theme-icon-svg{
  width:25px;
  height:25px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* -------------------------------------------------------------------------- */
/* 0.25.25 — Início: dados institucionais da clínica                          */
/* -------------------------------------------------------------------------- */
.jds-home-clinic-records{
  box-sizing:border-box;
  background:#fff;
  padding:clamp(28px,4vw,48px) 0;
}
.jds-home-clinic-records__inner{
  box-sizing:border-box;
  margin:0 auto;
}
.jds-home-clinic-records .jds-clinic-environment__registry-shell{
  margin-top:0;
}
.jds-home-clinic-records__registry-grid{
  margin-top:0!important;
}

@media(max-width:700px){
  .jds-home-clinic-records{
    padding:28px 0;
  }
}


/* -------------------------------------------------------------------------- */
/* 0.25.27 — registros institucionais sem quebra e com alinhamento uniforme   */
/* -------------------------------------------------------------------------- */
/* Aplica-se tanto a A Clínica — ambientes e registros quanto a
   Início — dados da clínica, pois ambos reutilizam a mesma estrutura. */
.jds-clinic-environment__registry-copy{
  display:grid;
  grid-template-rows:1.35em 1.5em 1.5em;
  align-content:center;
  min-width:0;
}

.jds-clinic-environment__registry-copy strong,
.jds-clinic-environment__registry-copy span{
  margin:0;
  white-space:nowrap;
  overflow:visible;
  overflow-wrap:normal;
  word-break:normal;
  text-overflow:clip;
}

.jds-clinic-environment__registry-copy strong{
  align-self:end;
  line-height:1.35;
}

.jds-clinic-environment__registry-copy > span{
  align-self:start;
  line-height:1.5;
}

/* O título e a primeira linha de valor de todos os quatro cards passam a
   ocupar exatamente as mesmas linhas da grade interna. */
.jds-clinic-environment__registry-card{
  align-items:center;
}

@media (min-width:1025px){
  .jds-clinic-environment__registry-track,
  .jds-home-clinic-records .jds-clinic-environment__registry-track{
    grid-template-columns:1fr .8fr .9fr 1.5fr;
  }

  .jds-clinic-environment__registry-card,
  .jds-home-clinic-records .jds-clinic-environment__registry-card{
    grid-template-columns:48px minmax(0,1fr);
    gap:14px;
    padding-left:20px;
    padding-right:20px;
  }

  .jds-clinic-environment__registry-card--technical .jds-clinic-environment__registry-copy,
  .jds-home-clinic-records .jds-clinic-environment__registry-card--technical .jds-clinic-environment__registry-copy{
    transform:none;
  }

  .jds-clinic-environment__registry-card--technical .jds-clinic-environment__technical-name,
  .jds-home-clinic-records .jds-clinic-environment__registry-card--technical .jds-clinic-environment__technical-name{
    white-space:nowrap;
    font-size:.90rem;
  }
}

@media (max-width:1024px){
  .jds-clinic-environment__registry-copy{
    grid-template-rows:1.35em 1.5em 1.5em;
  }
  .jds-clinic-environment__registry-copy strong,
  .jds-clinic-environment__registry-copy span{
    white-space:nowrap;
  }
}

@media (max-width:520px){
  .jds-clinic-environment__registry-copy strong{font-size:.88rem}
  .jds-clinic-environment__registry-copy span{font-size:.84rem}
  .jds-clinic-environment__registry-card--technical .jds-clinic-environment__technical-name{font-size:.80rem}
}

/* -------------------------------------------------------------------------- */
/* 0.25.28 — Início: Como podemos acolher você?                               */
/* -------------------------------------------------------------------------- */
.jds-home-audiences{box-sizing:border-box;background:var(--jds-bg);padding-block:clamp(48px,5vw,72px)}
.jds-home-audiences__inner{width:min(100% - 40px,var(--jds-content));margin-inline:auto}
.jds-home-audiences__heading{text-align:center;margin:0 0 28px}
.jds-home-audiences__heading h2{margin:0;color:var(--jds-tc-section-title,var(--jds-ink));font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(34px,3.2vw,50px);font-weight:600;line-height:1.08;text-align:var(--jds-ta-section-title,center)}
.jds-home-audiences__heading>span{display:block;width:42px;height:2px;margin:12px auto 0;background:var(--jds-gold)}
.jds-home-audiences__viewport{overflow:hidden;touch-action:pan-y}
.jds-home-audiences__track{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.jds-home-audiences__card{box-sizing:border-box;min-width:0;min-height:260px;padding:28px 16px 24px;border:1px solid var(--jds-border);border-radius:16px;background:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-shadow:0 8px 22px rgba(66,48,34,.035)}
.jds-home-audiences__icon{width:64px;height:64px;flex:0 0 64px;border-radius:50%;display:grid;place-items:center;background:#eef2e8;color:#718066;margin-bottom:17px}
.jds-home-audiences__icon svg{width:43px;height:43px}
.jds-home-audiences__card h3{margin:0;color:var(--jds-teal-dark);font-family:"Cormorant Garamond",Georgia,serif;font-size:22px;font-weight:700;line-height:1.15}
.jds-home-audiences__card p{margin:13px 0 0;color:var(--jds-muted);font-family:Inter,Arial,sans-serif;font-size:13px;line-height:1.55;text-wrap:pretty}
.jds-home-audiences__card-title--adult{color:var(--jds-tc-adult-title,var(--jds-teal-dark))!important;text-align:var(--jds-ta-adult-title,center)}
.jds-home-audiences__card-text--adult{color:var(--jds-tc-adult-text,var(--jds-muted))!important;text-align:var(--jds-ta-adult-text,center)}
.jds-home-audiences__card-title--children{color:var(--jds-tc-children-title,var(--jds-teal-dark))!important;text-align:var(--jds-ta-children-title,center)}
.jds-home-audiences__card-text--children{color:var(--jds-tc-children-text,var(--jds-muted))!important;text-align:var(--jds-ta-children-text,center)}
.jds-home-audiences__card-title--teens{color:var(--jds-tc-teens-title,var(--jds-teal-dark))!important;text-align:var(--jds-ta-teens-title,center)}
.jds-home-audiences__card-text--teens{color:var(--jds-tc-teens-text,var(--jds-muted))!important;text-align:var(--jds-ta-teens-text,center)}
.jds-home-audiences__card-title--couples{color:var(--jds-tc-couples-title,var(--jds-teal-dark))!important;text-align:var(--jds-ta-couples-title,center)}
.jds-home-audiences__card-text--couples{color:var(--jds-tc-couples-text,var(--jds-muted))!important;text-align:var(--jds-ta-couples-text,center)}
.jds-home-audiences__card-title--elderly{color:var(--jds-tc-elderly-title,var(--jds-teal-dark))!important;text-align:var(--jds-ta-elderly-title,center)}
.jds-home-audiences__card-text--elderly{color:var(--jds-tc-elderly-text,var(--jds-muted))!important;text-align:var(--jds-ta-elderly-text,center)}
.jds-home-audiences__card-title--family{color:var(--jds-tc-family-title,var(--jds-teal-dark))!important;text-align:var(--jds-ta-family-title,center)}
.jds-home-audiences__card-text--family{color:var(--jds-tc-family-text,var(--jds-muted))!important;text-align:var(--jds-ta-family-text,center)}
.jds-home-audiences__controls{align-items:center;justify-content:center;gap:12px;margin-top:20px}
.jds-home-audiences__controls:not([hidden]){display:flex}
.jds-home-audiences__arrow{width:42px;height:42px;padding:0;border:1px solid var(--jds-border);border-radius:50%;background:#fff;color:var(--jds-teal);font-size:18px;cursor:pointer;display:grid;place-items:center}
.jds-home-audiences__dots{display:flex;gap:8px;align-items:center;justify-content:center}
.jds-home-audiences__dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#d8d5cf;cursor:pointer}
.jds-home-audiences__dots button.is-active{background:var(--jds-teal);transform:scale(1.2)}
.jds-home-audiences--editor .jds-home-audiences__track{grid-template-columns:repeat(3,minmax(0,1fr))}
.jds-home-audiences--editor .jds-home-audiences__icon--editor{font:800 16px/1 Inter,Arial,sans-serif}
@media(max-width:1024px){
 .jds-home-audiences__inner{width:min(100% - 28px,900px)}
 .jds-home-audiences__track{display:flex;gap:0;transition:transform .42s cubic-bezier(.22,.61,.36,1)}
 .jds-home-audiences__card{flex:0 0 calc(100% / var(--jds-audience-per-view,2));padding-inline:18px;border-radius:16px;min-height:250px}
}
@media(max-width:639px){
 .jds-home-audiences{padding-block:42px}
 .jds-home-audiences__inner{width:min(100% - 24px,520px)}
 .jds-home-audiences__heading{margin-bottom:22px}
 .jds-home-audiences__card{min-height:235px;padding:26px 22px 22px}
}
@media(prefers-reduced-motion:reduce){.jds-home-audiences__track{transition:none!important}}


/* -------------------------------------------------------------------------- */
/* 0.25.29 — públicos da home: largura padrão e ordem visual                  */
/* -------------------------------------------------------------------------- */
.jds-home-audiences__inner{
  width:min(100% - 40px,var(--jds-content));
  margin-inline:auto;
}
.jds-home-audiences__viewport{
  width:100%;
  margin-inline:auto;
}
.jds-home-audiences__track{
  width:100%;
}
@media(max-width:700px){
  .jds-home-audiences__inner{width:min(100% - 28px,520px)}
}

/* -------------------------------------------------------------------------- */
/* 0.25.30 — Início: profissionais do corpo clínico                           */
/* -------------------------------------------------------------------------- */
.jds-home-clinicians{
  box-sizing:border-box;
  background:#fff;
  padding-block:clamp(46px,5vw,72px);
}
.jds-home-clinicians__inner{
  width:min(100% - 40px,var(--jds-content));
  margin-inline:auto;
  display:grid;
  grid-template-columns:minmax(230px,.78fr) minmax(0,2.22fr);
  gap:clamp(28px,4vw,54px);
  align-items:center;
}
.jds-home-clinicians__intro{min-width:0}
.jds-home-clinicians__eyebrow{
  margin:0 0 15px;
  color:var(--jds-tc-eyebrow,var(--jds-gold));
  font-family:Inter,Arial,sans-serif;
  font-size:12px;
  font-weight:800;
  letter-spacing:.02em;
  line-height:1.4;
  text-align:var(--jds-ta-eyebrow,left);
}
.jds-home-clinicians__title{
  margin:0;
  max-width:360px;
  color:var(--jds-tc-title,var(--jds-ink));
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(34px,3.1vw,48px);
  font-weight:650;
  line-height:1.02;
  letter-spacing:-.025em;
  text-wrap:balance;
  text-align:var(--jds-ta-title,left);
}
.jds-home-clinicians__description{
  margin:22px 0 0;
  max-width:350px;
  color:var(--jds-tc-description,var(--jds-muted));
  font-family:Inter,Arial,sans-serif;
  font-size:14px;
  line-height:1.6;
  text-align:var(--jds-ta-description,left);
}
.jds-home-clinicians__all-link{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-top:24px;
  color:var(--jds-tc-all-link,var(--jds-terracotta));
  font-family:Inter,Arial,sans-serif;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
}
.jds-home-clinicians__all-link:hover,.jds-home-clinicians__all-link:focus-visible{text-decoration:underline;outline:none}
.jds-home-clinicians__carousel{min-width:0}
.jds-home-clinicians__viewport{overflow:hidden;touch-action:pan-y}
.jds-home-clinicians__track{display:flex;width:100%;will-change:transform}
.jds-home-clinicians__page{
  flex:0 0 100%;
  min-width:0;
  display:grid;
  grid-template-columns:repeat(var(--jds-clinicians-per-view,3),minmax(0,1fr));
  gap:18px;
  padding:3px;
  box-sizing:border-box;
}
.jds-home-clinicians__card{
  min-width:0;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid var(--jds-border);
  border-radius:14px;
  background:#fff;
  box-shadow:0 8px 22px rgba(66,48,34,.045);
}
.jds-home-clinicians__photo-wrap{
  width:100%;
  aspect-ratio:1.28 / 1;
  overflow:hidden;
  background:var(--jds-cream);
}
.jds-home-clinicians__photo,.jds-home-clinicians__photo-placeholder{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
}
.jds-home-clinicians__photo-placeholder{display:grid;place-items:center;color:var(--jds-olive)}
.jds-home-clinicians__photo-placeholder svg{width:54%;height:54%;fill:none;stroke:currentColor;stroke-width:2}
.jds-home-clinicians__card-body{
  flex:1;
  min-width:0;
  padding:13px 14px 14px;
  display:flex;
  flex-direction:column;
}
.jds-home-clinicians__card-name{
  margin:0;
  min-height:2.7em;
  color:var(--jds-tc-card-name,var(--jds-ink));
  font-family:Inter,Arial,sans-serif;
  font-size:14px;
  font-weight:800;
  line-height:1.35;
  text-align:var(--jds-ta-card-name,left);
}
.jds-home-clinicians__card-role,
.jds-home-clinicians__card-council{
  margin:5px 0 0;
  color:var(--jds-tc-card-meta,var(--jds-muted));
  font-family:Inter,Arial,sans-serif;
  font-size:11px;
  line-height:1.35;
  text-align:var(--jds-ta-card-meta,left);
}
.jds-home-clinicians__card-council{margin-top:2px}
.jds-home-clinicians__tags{
  min-height:26px;
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:9px;
}
.jds-home-clinicians__tags span{
  display:inline-flex;
  align-items:center;
  min-height:22px;
  max-width:100%;
  padding:3px 8px;
  border-radius:999px;
  background:var(--jds-cream);
  color:var(--jds-tc-card-tag,#635d57);
  font-family:Inter,Arial,sans-serif;
  font-size:9px;
  line-height:1.2;
  text-align:var(--jds-ta-card-tag,left);
}
.jds-home-clinicians__profile-button{
  width:100%;
  min-height:38px;
  margin-top:auto;
  border-radius:999px;
  background:var(--jds-teal-dark);
  color:var(--jds-tc-profile-button,#fff);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 14px;
  box-sizing:border-box;
  font-family:Inter,Arial,sans-serif;
  font-size:11px;
  font-weight:800;
  text-decoration:none;
  transition:transform .18s ease,filter .18s ease;
}
.jds-home-clinicians__profile-button:hover,.jds-home-clinicians__profile-button:focus-visible{transform:translateY(-1px);filter:brightness(1.06);outline:none}
.jds-home-clinicians__controls{align-items:center;justify-content:center;gap:12px;margin-top:18px}
.jds-home-clinicians__controls:not([hidden]){display:flex}
.jds-home-clinicians__arrow{
  width:38px;height:38px;padding:0;border:1px solid var(--jds-border);border-radius:50%;background:#fff;color:var(--jds-teal);font-size:17px;cursor:pointer;display:grid;place-items:center
}
.jds-home-clinicians__dots{display:flex;align-items:center;justify-content:center;gap:8px}
.jds-home-clinicians__dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#d8d5cf;cursor:pointer}
.jds-home-clinicians__dots button.is-active{background:var(--jds-teal);transform:scale(1.2)}
.jds-home-clinicians__empty{margin:0;padding:28px;border:1px solid var(--jds-border);border-radius:14px;background:var(--jds-bg);color:var(--jds-tc-empty,var(--jds-muted));font-family:Inter,Arial,sans-serif;font-size:14px;text-align:var(--jds-ta-empty,center)}
.jds-home-clinicians--editor .jds-home-clinicians__editor-note{padding:28px;border:1px dashed var(--jds-border);border-radius:14px;background:var(--jds-bg);color:var(--jds-muted);font-family:Inter,Arial,sans-serif;line-height:1.55}
.jds-home-clinicians--editor .jds-home-clinicians__editor-note strong{display:block;color:var(--jds-teal-dark);margin-bottom:6px}
.jds-home-clinicians--editor .jds-home-clinicians__editor-note p{margin:0}
@media(max-width:1024px){
  .jds-home-clinicians__inner{width:min(100% - 28px,760px);grid-template-columns:1fr;gap:28px}
  .jds-home-clinicians__intro{text-align:center}
  .jds-home-clinicians__title,.jds-home-clinicians__description{max-width:620px;margin-left:auto;margin-right:auto}
  .jds-home-clinicians__all-link{justify-content:center}
  .jds-home-clinicians__page{grid-template-columns:1fr;gap:0}
  .jds-home-clinicians__card{width:min(100%,430px);margin-inline:auto}
  .jds-home-clinicians__photo-wrap{aspect-ratio:1.18 / 1}
}
@media(max-width:620px){
  .jds-home-clinicians{padding-block:42px}
  .jds-home-clinicians__inner{width:min(100% - 24px,520px)}
  .jds-home-clinicians__title{font-size:36px}
}
@media(prefers-reduced-motion:reduce){.jds-home-clinicians__track{transition:none!important}.jds-home-clinicians__profile-button{transition:none!important}}


/* -------------------------------------------------------------------------- */
/* 0.25.31 — Início: enquadramento idêntico ao cadastro + rotação justa       */
/* -------------------------------------------------------------------------- */
/* O card da home agora usa exatamente o mesmo palco quadrado salvo no ajuste
   individual do profissional. Assim posição X/Y e zoom produzem o mesmo
   enquadramento da página Profissionais, sem recorte retangular concorrente. */
.jds-home-clinicians .jds-home-clinicians__photo-wrap{
  position:relative!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:1 / 1!important;
  overflow:hidden!important;
  padding:0!important;
  border-radius:14px 14px 0 0!important;
  background:#f4f1eb!important;
}
.jds-home-clinicians .jds-home-clinicians__photo,
.jds-home-clinicians .jds-home-clinicians__photo-placeholder{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  border-radius:0!important;
  object-fit:contain!important;
  box-sizing:border-box!important;
}
.jds-home-clinicians .jds-home-clinicians__photo-placeholder{
  display:grid!important;
  place-items:center!important;
}


/* -------------------------------------------------------------------------- */
/* 0.25.32 — Home: dados completos nos cards do corpo clínico                 */
/* -------------------------------------------------------------------------- */
.jds-home-clinicians__card-body{
  min-height:0;
}
.jds-home-clinicians__card-role{
  color:var(--jds-tc-card-role,var(--jds-muted));
  text-align:var(--jds-ta-card-role,left);
}
.jds-home-clinicians__card-council{
  color:var(--jds-tc-card-council,var(--jds-muted));
  text-align:var(--jds-ta-card-council,left);
}
.jds-home-clinicians__tags{
  min-height:22px;
  align-content:flex-start;
}
.jds-home-clinicians__tags--approach{
  margin-top:9px;
}
.jds-home-clinicians__tags--audience{
  margin-top:6px;
}
.jds-home-clinicians__tags--approach span{
  color:var(--jds-tc-card-approach,var(--jds-tc-card-tag,#635d57));
  text-align:var(--jds-ta-card-approach,left);
}
.jds-home-clinicians__tags--audience span{
  color:var(--jds-tc-card-audience,var(--jds-tc-card-tag,#635d57));
  text-align:var(--jds-ta-card-audience,left);
}
.jds-home-clinicians__card-modality{
  min-height:1.35em;
  margin:7px 0 10px;
  color:var(--jds-tc-card-modality,var(--jds-teal));
  font-family:Inter,Arial,sans-serif;
  font-size:10px;
  font-weight:800;
  line-height:1.35;
  text-align:var(--jds-ta-card-modality,left);
}
.jds-home-clinicians .is-empty{
  visibility:hidden;
}
.jds-home-clinicians__profile-button{
  margin-top:auto;
}


/* -------------------------------------------------------------------------- */
/* 0.25.33 — regras de "+" nos cards da Home                                 */
/* -------------------------------------------------------------------------- */
.jds-home-clinicians__card{overflow:visible}
.jds-home-clinicians__council-row{
  min-height:18px;
  display:flex;
  align-items:center;
  gap:5px;
  margin-top:2px;
  justify-content:flex-start;
}
.jds-home-clinicians__council-row .jds-home-clinicians__card-council{margin:0}
.jds-home-clinicians__more{
  position:relative;
  display:inline-flex;
  flex:0 0 auto;
  margin:0;
  z-index:10;
}
.jds-home-clinicians__more[open]{z-index:40}
.jds-home-clinicians__more>summary{
  list-style:none;
  display:grid;
  place-items:center;
  width:18px;
  height:18px;
  min-width:18px;
  padding:0;
  border:0;
  border-radius:6px;
  background:#eef5f1;
  color:var(--jds-teal);
  cursor:pointer;
  font:800 10px/1 Inter,Arial,sans-serif;
  box-sizing:border-box;
  user-select:none;
}
.jds-home-clinicians__more>summary::-webkit-details-marker{display:none}
.jds-home-clinicians__more--chip>summary{
  width:22px;
  height:22px;
  min-width:22px;
  border-radius:7px;
}
.jds-home-clinicians__more-menu{
  position:absolute;
  top:calc(100% + 6px);
  left:0;
  width:max-content;
  max-width:min(240px,70vw);
  display:grid;
  gap:5px;
  padding:9px;
  border:1px solid var(--jds-border);
  border-radius:10px;
  background:#fff;
  box-shadow:0 12px 26px rgba(7,63,67,.14);
  color:var(--jds-ink);
  text-align:left;
}
.jds-home-clinicians__more-menu span{
  display:block!important;
  min-height:0!important;
  padding:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:inherit!important;
  font:500 10px/1.35 Inter,Arial,sans-serif!important;
  white-space:normal;
}
.jds-home-clinicians__tags .jds-home-clinicians__more{align-self:center}
.jds-home-clinicians__tags--audience,
.jds-home-clinicians__tags--approach{overflow:visible}


/* Início — sobre a clínica */
.jds-home-clinic-about {
  width: min(var(--jds-content), calc(100% - 48px));
  margin: 48px auto;
}

.jds-home-clinic-about__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.92fr);
  gap: 48px;
  align-items: center;
  background: var(--jds-surface);
  border: 1px solid var(--jds-border);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--jds-shadow);
}

.jds-home-clinic-about__media {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  min-height: 460px;
  background: var(--jds-cream);
}

.jds-home-clinic-about__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.jds-home-clinic-about__placeholder {
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  color: var(--jds-muted);
  background: var(--jds-cream);
  border-radius: 22px;
}

.jds-home-clinic-about__eyebrow {
  margin: 0 0 14px;
  color: var(--jds-gold);
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
}

.jds-home-clinic-about__title {
  margin: 0 0 22px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.8rem, 5.2vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: var(--jds-ink);
}

.jds-home-clinic-about__body {
  color: var(--jds-muted);
  font-size: 1.5rem;
  line-height: 1.72;
}

.jds-home-clinic-about__body p {
  margin: 0 0 1em;
}

.jds-home-clinic-about__body p:last-child {
  margin-bottom: 0;
}

.jds-home-clinic-about__list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 18px;
}

.jds-home-clinic-about__list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: var(--jds-ink);
  font-size: 1.45rem;
  line-height: 1.5;
  font-weight: 500;
}

.jds-home-clinic-about__check {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  color: #5f6f51;
  margin-top: 0.08em;
}

.jds-home-clinic-about__check svg {
  width: 100%;
  height: 100%;
  display: block;
}

.jds-home-clinic-about--editor .jds-home-clinic-about__inner {
  min-height: 100%;
}

@media (max-width: 1024px) {
  .jds-home-clinic-about__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .jds-home-clinic-about__media,
  .jds-home-clinic-about__media img,
  .jds-home-clinic-about__placeholder {
    min-height: 340px;
  }
}

@media (max-width: 640px) {
  .jds-home-clinic-about {
    width: min(var(--jds-content), calc(100% - 24px));
    margin: 32px auto;
  }

  .jds-home-clinic-about__inner {
    padding: 16px;
    gap: 22px;
  }

  .jds-home-clinic-about__media,
  .jds-home-clinic-about__media img,
  .jds-home-clinic-about__placeholder {
    min-height: 240px;
    border-radius: 18px;
  }

  .jds-home-clinic-about__eyebrow {
    margin-bottom: 10px;
    font-size: 1.25rem;
  }

  .jds-home-clinic-about__title {
    margin-bottom: 16px;
    font-size: clamp(2.4rem, 9vw, 3.4rem);
  }

  .jds-home-clinic-about__body {
    font-size: 1.3rem;
    line-height: 1.65;
  }

  .jds-home-clinic-about__list {
    margin-top: 22px;
    gap: 14px;
  }

  .jds-home-clinic-about__list li {
    gap: 12px;
    font-size: 1.3rem;
  }

  .jds-home-clinic-about__check {
    flex-basis: 22px;
    width: 22px;
    height: 22px;
  }
}


/* -------------------------------------------------------------------------- */
/* 0.25.35 — Início: bloco Sobre a clínica com carrossel de 3 fotos           */
/* -------------------------------------------------------------------------- */
.jds-home-clinic-about__media-shell{
  min-width:0;
}
.jds-home-clinic-about__viewport{
  overflow:hidden;
  border-radius:22px;
  background:var(--jds-cream);
}
.jds-home-clinic-about__track{
  display:flex;
  transition:transform .42s ease;
  will-change:transform;
}
.jds-home-clinic-about__media{
  margin:0;
  flex:0 0 100%;
  min-width:100%;
  min-height:460px;
  background:var(--jds-cream);
}
.jds-home-clinic-about__media img{
  display:block;
  width:100%;
  height:100%;
  min-height:460px;
  object-fit:cover;
}
.jds-home-clinic-about__controls{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-top:18px;
}
.jds-home-clinic-about__arrow{
  width:42px;
  height:42px;
  padding:0;
  border:1px solid var(--jds-border);
  border-radius:50%;
  background:#fff;
  color:var(--jds-teal);
  font-size:18px;
  line-height:1;
  display:grid;
  place-items:center;
  cursor:pointer;
  transition:transform .18s ease, background-color .18s ease, color .18s ease;
}
.jds-home-clinic-about__arrow:hover,
.jds-home-clinic-about__arrow:focus-visible{
  background:var(--jds-teal);
  color:#fff;
  transform:translateY(-1px);
  outline:none;
}
.jds-home-clinic-about__dots{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}
.jds-home-clinic-about__dot{
  width:10px;
  height:10px;
  padding:0;
  border:0;
  border-radius:50%;
  background:#d8d5cf;
  cursor:pointer;
  transition:transform .18s ease, background-color .18s ease;
}
.jds-home-clinic-about__dot.is-active{
  background:var(--jds-teal);
  transform:scale(1.18);
}
.jds-home-clinic-about__editor-gallery{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  padding:0;
}
.jds-home-clinic-about__editor-frame{
  margin:0;
  min-height:170px;
  border-radius:18px;
  overflow:hidden;
  background:var(--jds-cream);
}
.jds-home-clinic-about__editor-frame img{
  display:block;
  width:100%;
  height:100%;
  min-height:170px;
  object-fit:cover;
}
@media (max-width: 1024px) {
  .jds-home-clinic-about__media,
  .jds-home-clinic-about__media img {
    min-height:340px;
  }
}
@media (max-width: 640px) {
  .jds-home-clinic-about__viewport {
    border-radius:18px;
  }
  .jds-home-clinic-about__media,
  .jds-home-clinic-about__media img {
    min-height:240px;
  }
  .jds-home-clinic-about__controls {
    margin-top:14px;
    gap:10px;
  }
  .jds-home-clinic-about__arrow{
    width:38px;
    height:38px;
    font-size:17px;
  }
  .jds-home-clinic-about__editor-gallery{
    grid-template-columns:1fr;
  }
  .jds-home-clinic-about__editor-frame,
  .jds-home-clinic-about__editor-frame img{
    min-height:210px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .jds-home-clinic-about__track,
  .jds-home-clinic-about__arrow,
  .jds-home-clinic-about__dot {
    transition:none !important;
  }
}


/* -------------------------------------------------------------------------- */
/* 0.25.36 — Ajuste visual do bloco Início: Sobre a clínica (retangular)      */
/* -------------------------------------------------------------------------- */
.jds-home-clinic-about {
  margin: 56px auto;
}

.jds-home-clinic-about__inner {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.88fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.jds-home-clinic-about__media-shell {
  align-self: stretch;
}

.jds-home-clinic-about__viewport {
  border-radius: 10px;
  background: var(--jds-cream);
}

.jds-home-clinic-about__media,
.jds-home-clinic-about__media img {
  min-height: 0;
  height: auto;
}

.jds-home-clinic-about__media {
  aspect-ratio: 16 / 9;
}

.jds-home-clinic-about__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jds-home-clinic-about__eyebrow {
  margin-bottom: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
}

.jds-home-clinic-about__title {
  margin-bottom: 18px;
  font-size: clamp(2.8rem, 4.2vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: -0.02em;
}

.jds-home-clinic-about__body {
  font-size: 1.32rem;
  line-height: 1.62;
}

.jds-home-clinic-about__list {
  margin-top: 24px;
  gap: 14px;
}

.jds-home-clinic-about__list li {
  gap: 12px;
  font-size: 1.25rem;
  line-height: 1.45;
}

.jds-home-clinic-about__check {
  flex-basis: 22px;
  width: 22px;
  height: 22px;
}

.jds-home-clinic-about__controls {
  justify-content: center;
  margin-top: 14px;
}

.jds-home-clinic-about__arrow {
  width: 40px;
  height: 40px;
}

.jds-home-clinic-about--editor .jds-home-clinic-about__inner {
  min-height: auto;
}

@media (max-width: 1024px) {
  .jds-home-clinic-about {
    margin: 42px auto;
  }

  .jds-home-clinic-about__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .jds-home-clinic-about__media {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 640px) {
  .jds-home-clinic-about {
    width: min(var(--jds-content), calc(100% - 24px));
    margin: 32px auto;
  }

  .jds-home-clinic-about__media {
    aspect-ratio: 4 / 3;
  }

  .jds-home-clinic-about__viewport {
    border-radius: 10px;
  }

  .jds-home-clinic-about__title {
    font-size: clamp(2.5rem, 8.4vw, 3.8rem);
    margin-bottom: 14px;
  }

  .jds-home-clinic-about__body {
    font-size: 1.2rem;
    line-height: 1.58;
  }

  .jds-home-clinic-about__list {
    margin-top: 20px;
    gap: 12px;
  }

  .jds-home-clinic-about__list li {
    font-size: 1.18rem;
  }

  .jds-home-clinic-about__controls {
    margin-top: 12px;
  }
}


/* -------------------------------------------------------------------------- */
/* 0.25.37 — Cabeçalho superior no bloco Início: Sobre a clínica              */
/* -------------------------------------------------------------------------- */
.jds-home-clinic-about__header {
  width: 100%;
  margin: 0 0 22px;
}

.jds-home-clinic-about__header .jds-home-clinic-about__eyebrow {
  margin-bottom: 10px;
}

.jds-home-clinic-about__header .jds-home-clinic-about__title {
  margin-bottom: 0;
  max-width: none;
  width: 100%;
}

.jds-home-clinic-about__copy .jds-home-clinic-about__body > :first-child {
  margin-top: 0;
}

@media (max-width: 640px) {
  .jds-home-clinic-about__header {
    margin-bottom: 18px;
  }

  .jds-home-clinic-about__header .jds-home-clinic-about__title {
    max-width: none;
  }
}


/* -------------------------------------------------------------------------- */
/* 0.25.40 — alinhamento granular + ajuste vertical das fotos                 */
/* -------------------------------------------------------------------------- */
.jds-home-clinic-about__eyebrow {
  color: var(--jds-tc-eyebrow, var(--jds-gold));
  text-align: var(--jds-ta-eyebrow, left);
}

.jds-home-clinic-about__title {
  color: var(--jds-tc-title, var(--jds-ink));
  text-align: var(--jds-ta-title, left);
}

.jds-home-clinic-about__body {
  color: var(--jds-tc-body, var(--jds-muted));
  text-align: var(--jds-ta-body, left);
}

.jds-home-clinic-about__list li > span:last-child {
  flex: 1 1 auto;
  min-width: 0;
}

.jds-home-clinic-about__list li:nth-child(1) > span:last-child {
  color: var(--jds-tc-item-1, var(--jds-ink));
  text-align: var(--jds-ta-item-1, left);
}
.jds-home-clinic-about__list li:nth-child(2) > span:last-child {
  color: var(--jds-tc-item-2, var(--jds-ink));
  text-align: var(--jds-ta-item-2, left);
}
.jds-home-clinic-about__list li:nth-child(3) > span:last-child {
  color: var(--jds-tc-item-3, var(--jds-ink));
  text-align: var(--jds-ta-item-3, left);
}
.jds-home-clinic-about__list li:nth-child(4) > span:last-child {
  color: var(--jds-tc-item-4, var(--jds-ink));
  text-align: var(--jds-ta-item-4, left);
}

@media (min-width: 1025px) {
  .jds-home-clinic-about__media-shell {
    margin-top: var(--jds-home-about-media-offset, 28px);
  }
}

@media (min-width: 641px) and (max-width: 1024px) {
  .jds-home-clinic-about__media-shell {
    margin-top: calc(var(--jds-home-about-media-offset, 28px) * .55);
  }
}

@media (max-width: 640px) {
  .jds-home-clinic-about__media-shell {
    margin-top: 0;
  }
}


/* -------------------------------------------------------------------------- */
/* 0.25.41 — Início: avaliações Google                                       */
/* -------------------------------------------------------------------------- */
.jds-home-google-reviews{
  width:min(var(--jds-content),calc(100% - 48px));
  margin:56px auto;
}
.jds-home-google-reviews__inner{
  padding:clamp(28px,4vw,48px);
  border:1px solid var(--jds-border);
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 42px rgba(7,63,67,.06);
  overflow:hidden;
}
.jds-home-google-reviews__head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:end;
  margin-bottom:28px;
}
.jds-home-google-reviews__eyebrow{
  margin:0 0 8px;
  color:var(--jds-tc-eyebrow,var(--jds-gold));
  text-align:var(--jds-ta-eyebrow,left);
  font:800 13px/1.2 Inter,Arial,sans-serif;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.jds-home-google-reviews__title{
  margin:0;
  color:var(--jds-tc-title,var(--jds-teal-dark));
  text-align:var(--jds-ta-title,left);
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(38px,4vw,60px);
  font-weight:600;
  line-height:.98;
  letter-spacing:-.025em;
}
.jds-home-google-reviews__description{
  max-width:760px;
  margin:14px 0 0;
  color:var(--jds-tc-description,var(--jds-muted));
  text-align:var(--jds-ta-description,left);
  font:400 16px/1.65 Inter,Arial,sans-serif;
}
.jds-home-google-reviews__summary{
  display:grid;
  grid-template-columns:auto auto;
  align-items:center;
  gap:3px 10px;
  min-width:215px;
  padding:16px 18px;
  border:1px solid #ebe4da;
  border-radius:16px;
  background:var(--jds-bg);
}
.jds-home-google-reviews__google-mark,
.jds-home-google-reviews__button-mark{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#fff;
  color:#4285f4;
  font:800 19px/1 Inter,Arial,sans-serif;
  box-shadow:0 2px 8px rgba(0,0,0,.08);
}
.jds-home-google-reviews__summary>strong{
  color:var(--jds-teal-dark);
  font:800 28px/1 Inter,Arial,sans-serif;
}
.jds-home-google-reviews__summary .jds-prof-google-stars{
  grid-column:1 / -1;
  margin-top:3px;
}
.jds-home-google-reviews__summary>span:last-child{
  grid-column:1 / -1;
  color:var(--jds-muted);
  font:500 12px/1.4 Inter,Arial,sans-serif;
}
.jds-home-google-reviews__carousel{--jds-google-per-view:3;min-width:0}
.jds-home-google-reviews__viewport{overflow:hidden}
.jds-home-google-reviews__track{
  display:flex;
  align-items:stretch;
  transition:transform .42s ease;
  will-change:transform;
}
.jds-home-google-reviews__card{
  flex:0 0 calc(100% / var(--jds-google-per-view));
  min-width:0;
  box-sizing:border-box;
  padding:18px;
  border:8px solid #fff;
  outline:1px solid #ebe4da;
  outline-offset:-8px;
  border-radius:22px;
  background:var(--jds-bg);
}
.jds-home-google-reviews__card header{
  display:flex;
  align-items:center;
  gap:11px;
  min-width:0;
  margin-bottom:12px;
}
.jds-home-google-reviews__card header img,
.jds-home-google-reviews__avatar{
  width:40px;
  height:40px;
  flex:0 0 40px;
  border-radius:50%;
  object-fit:cover;
}
.jds-home-google-reviews__avatar{
  display:grid;
  place-items:center;
  background:#fff;
  color:#4285f4;
  font:800 18px/1 Inter,Arial,sans-serif;
  box-shadow:0 2px 7px rgba(0,0,0,.07);
}
.jds-home-google-reviews__card header>div{min-width:0}
.jds-home-google-reviews__card header a,
.jds-home-google-reviews__card header strong{
  display:block;
  overflow:hidden;
  color:var(--jds-teal-dark);
  font:800 13px/1.35 Inter,Arial,sans-serif;
  text-decoration:none;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.jds-home-google-reviews__card header span{
  display:block;
  margin-top:2px;
  color:var(--jds-muted);
  font:500 11px/1.35 Inter,Arial,sans-serif;
}
.jds-home-google-reviews .jds-prof-google-stars{display:inline-flex;gap:2px;color:#d7d3cc;font-size:16px;line-height:1}
.jds-home-google-reviews .jds-prof-google-stars .is-filled{color:#f4b400}
.jds-home-google-reviews__card>p{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:5;
  min-height:7.2em;
  margin:12px 0 0;
  color:var(--jds-muted);
  font:400 13px/1.55 Inter,Arial,sans-serif;
}
.jds-home-google-reviews__review-link{
  display:inline-block;
  margin-top:12px;
  color:var(--jds-teal);
  font:700 11px/1.3 Inter,Arial,sans-serif;
  text-decoration:none;
}
.jds-home-google-reviews__review-link:hover,
.jds-home-google-reviews__review-link:focus-visible{text-decoration:underline;outline:none}
.jds-home-google-reviews__controls{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-top:20px;
}
.jds-home-google-reviews__arrow{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  padding:0;
  border:1px solid var(--jds-border);
  border-radius:50%;
  background:#fff;
  color:var(--jds-teal);
  font-size:18px;
  cursor:pointer;
}
.jds-home-google-reviews__dots{display:flex;align-items:center;gap:8px}
.jds-home-google-reviews__dot{
  width:10px;
  height:10px;
  padding:0;
  border:0;
  border-radius:50%;
  background:#d7d4cf;
  cursor:pointer;
}
.jds-home-google-reviews__dot.is-active{background:var(--jds-teal);transform:scale(1.15)}
.jds-home-google-reviews__footer{display:flex;justify-content:center;margin-top:24px}
.jds-home-google-reviews__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  min-height:54px;
  padding:8px 24px;
  border:1px solid var(--jds-teal);
  border-radius:999px;
  background:var(--jds-teal);
  color:var(--jds-tc-button-label,#fff);
  text-align:var(--jds-ta-button-label,center);
  font:800 13px/1.2 Inter,Arial,sans-serif;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(7,63,67,.12);
}
.jds-home-google-reviews__button:hover,
.jds-home-google-reviews__button:focus-visible{background:var(--jds-teal-dark);outline:none}
.jds-home-google-reviews__button-mark{width:30px;height:30px;font-size:17px}
.jds-home-google-reviews__admin-error{
  padding:16px;
  border:1px solid #e6b4aa;
  border-radius:12px;
  background:#fff7f5;
  color:#8d341f;
  font:500 13px/1.5 Inter,Arial,sans-serif;
}
.jds-home-google-reviews__grid-preview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.jds-home-google-reviews--editor .jds-home-google-reviews__card{border-width:1px;outline:0}
.jds-home-google-reviews--editor .jds-home-google-reviews__card>p{min-height:auto}
@media(max-width:900px){
  .jds-home-google-reviews__head{grid-template-columns:1fr;align-items:start}
  .jds-home-google-reviews__summary{width:max-content;max-width:100%}
  .jds-home-google-reviews__grid-preview{grid-template-columns:1fr}
}
@media(max-width:640px){
  .jds-home-google-reviews{width:min(var(--jds-content),calc(100% - 24px));margin:36px auto}
  .jds-home-google-reviews__inner{padding:22px 16px;border-radius:18px}
  .jds-home-google-reviews__head{gap:20px;margin-bottom:20px}
  .jds-home-google-reviews__title{font-size:clamp(34px,11vw,46px)}
  .jds-home-google-reviews__description{font-size:14px}
  .jds-home-google-reviews__summary{min-width:0;padding:14px}
  .jds-home-google-reviews__card{padding:16px;border-width:5px;outline-offset:-5px;border-radius:18px}
  .jds-home-google-reviews__controls{margin-top:14px}
  .jds-home-google-reviews__button{width:100%;padding-inline:18px}
}
@media(prefers-reduced-motion:reduce){.jds-home-google-reviews__track{transition:none!important}}


/* -------------------------------------------------------------------------- */
/* 0.25.42 — Início: avaliações Google em formato compacto                   */
/* -------------------------------------------------------------------------- */
.jds-home-google-reviews{
  width:min(var(--jds-content),calc(100% - 48px));
  margin:34px auto;
}
.jds-home-google-reviews__inner{
  display:grid;
  grid-template-columns:minmax(245px,.78fr) minmax(0,1.72fr);
  gap:24px;
  align-items:stretch;
  padding:20px 22px;
  border:1px solid var(--jds-border);
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 32px rgba(7,63,67,.045);
  overflow:hidden;
}
.jds-home-google-reviews__summary-panel{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  padding:4px 8px 4px 6px;
}
.jds-home-google-reviews__title{
  margin:0;
  color:var(--jds-tc-title,var(--jds-ink));
  text-align:var(--jds-ta-title,left);
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(29px,2.35vw,38px);
  font-weight:600;
  line-height:1;
  letter-spacing:-.018em;
}
.jds-home-google-reviews__accent{
  display:block;
  width:48px;
  height:2px;
  margin:10px 0 12px;
  background:var(--jds-gold);
}
.jds-home-google-reviews__rating-row{
  display:flex;
  align-items:center;
  gap:16px;
}
.jds-home-google-reviews__rating{
  color:var(--jds-ink);
  font:700 clamp(42px,3.7vw,56px)/.95 Inter,Arial,sans-serif;
  letter-spacing:-.045em;
}
.jds-home-google-reviews__rating-copy{
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:6px;
}
.jds-home-google-reviews__rating-copy .jds-prof-google-stars,
.jds-home-google-reviews__rating-copy .jds-home-google-reviews__stars{
  display:inline-flex;
  gap:2px;
  color:#f4b400;
  font-size:24px;
  line-height:1;
  white-space:nowrap;
}
.jds-home-google-reviews__rating-copy>span:last-child{
  color:var(--jds-muted);
  font:500 12px/1.35 Inter,Arial,sans-serif;
}
.jds-home-google-reviews__button{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  align-self:flex-start;
  gap:10px;
  min-height:0;
  margin-top:18px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:var(--jds-tc-button-label,var(--jds-terracotta));
  text-align:var(--jds-ta-button-label,left);
  font:800 13px/1.35 Inter,Arial,sans-serif;
  text-decoration:none;
  box-shadow:none;
}
.jds-home-google-reviews__button:hover,
.jds-home-google-reviews__button:focus-visible{
  background:transparent;
  color:var(--jds-terracotta-dark);
  text-decoration:underline;
  outline:none;
}
.jds-home-google-reviews__button-arrow{
  font-size:18px;
  line-height:1;
}
.jds-home-google-reviews__carousel{
  --jds-google-per-view:1;
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.jds-home-google-reviews__viewport{
  min-width:0;
  overflow:hidden;
  border-radius:16px;
}
.jds-home-google-reviews__track{
  display:flex;
  align-items:stretch;
  transition:transform .42s ease;
  will-change:transform;
}
.jds-home-google-reviews__card{
  flex:0 0 100%;
  min-width:100%;
  box-sizing:border-box;
  min-height:150px;
  padding:18px 22px;
  border:1px solid #eee7de;
  outline:0;
  border-radius:16px;
  background:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.jds-home-google-reviews__review-top{
  display:flex;
  align-items:center;
  gap:18px;
  margin-bottom:8px;
}
.jds-home-google-reviews__google-mark{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  flex:0 0 42px;
  border:0;
  border-radius:50%;
  background:#fff;
  font:900 29px/1 Inter,Arial,sans-serif;
  letter-spacing:-.08em;
  color:#4285f4;
  box-shadow:0 1px 7px rgba(0,0,0,.05);
}
.jds-home-google-reviews__review-top .jds-prof-google-stars,
.jds-home-google-reviews__review-top .jds-home-google-reviews__stars{
  display:inline-flex;
  gap:2px;
  color:#f4b400;
  font-size:22px;
  line-height:1;
}
.jds-home-google-reviews__review-text{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  min-height:0;
  margin:0 0 10px 60px;
  color:var(--jds-ink);
  font:600 15px/1.48 Inter,Arial,sans-serif;
}
.jds-home-google-reviews__review-meta{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  margin-left:60px;
  color:var(--jds-muted);
  font:500 12px/1.35 Inter,Arial,sans-serif;
}
.jds-home-google-reviews__review-meta strong{
  color:var(--jds-ink);
  font-weight:700;
}
.jds-home-google-reviews__controls{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  margin-top:8px;
  padding-right:6px;
}
.jds-home-google-reviews__arrow{
  width:28px;
  height:28px;
  padding:0;
  border:1px solid var(--jds-border);
  border-radius:50%;
  background:#fff;
  color:var(--jds-teal);
  font-size:13px;
  line-height:1;
}
.jds-home-google-reviews__dots{
  display:flex;
  align-items:center;
  gap:5px;
}
.jds-home-google-reviews__dot{
  width:7px;
  height:7px;
  padding:0;
  border:0;
  border-radius:50%;
  background:#d7d4cf;
}
.jds-home-google-reviews__dot.is-active{
  background:var(--jds-teal);
  transform:scale(1.12);
}
.jds-home-google-reviews--editor .jds-home-google-reviews__inner{
  min-height:190px;
}
.jds-home-google-reviews--editor .jds-home-google-reviews__card{
  border:1px solid #eee7de;
  min-height:150px;
}
.jds-home-google-reviews--editor .jds-home-google-reviews__stars{
  color:#f4b400;
}
@media(max-width:900px){
  .jds-home-google-reviews__inner{
    grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr);
    gap:16px;
    padding:18px;
  }
  .jds-home-google-reviews__review-text,
  .jds-home-google-reviews__review-meta{margin-left:0}
}
@media(max-width:700px){
  .jds-home-google-reviews{
    width:min(var(--jds-content),calc(100% - 24px));
    margin:28px auto;
  }
  .jds-home-google-reviews__inner{
    grid-template-columns:1fr;
    gap:18px;
    padding:18px 16px;
    border-radius:18px;
  }
  .jds-home-google-reviews__summary-panel{padding:0 2px}
  .jds-home-google-reviews__title{font-size:32px}
  .jds-home-google-reviews__rating{font-size:44px}
  .jds-home-google-reviews__rating-copy .jds-prof-google-stars,
  .jds-home-google-reviews__rating-copy .jds-home-google-reviews__stars{font-size:21px}
  .jds-home-google-reviews__card{min-height:145px;padding:16px}
  .jds-home-google-reviews__review-text{margin-left:0;font-size:14px}
  .jds-home-google-reviews__review-meta{margin-left:0}
  .jds-home-google-reviews__controls{justify-content:center;margin-top:10px}
}
@media(prefers-reduced-motion:reduce){.jds-home-google-reviews__track{transition:none!important}}


/* -------------------------------------------------------------------------- */
/* 0.25.43 — Rodapé global em quatro colunas                                  */
/* -------------------------------------------------------------------------- */
.jds-site-footer{
  background:linear-gradient(110deg,var(--jds-teal-dark) 0%,var(--jds-teal) 62%,#07545a 100%);
  color:rgba(255,255,255,.88);
  margin:0;
  width:100%;
}
.jds-footer-main{
  padding:clamp(34px,4vw,48px) 0 clamp(26px,3vw,36px);
}
.jds-footer-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0!important;
  margin-inline:auto;
  width:min(100% - 40px,var(--jds-content));
}
.jds-footer-column{
  box-sizing:border-box;
  min-width:0;
  padding:0 clamp(22px,2.4vw,34px);
}
.jds-footer-column:first-child{padding-left:0}
.jds-footer-column:last-child{padding-right:0}
.jds-footer-column + .jds-footer-column{
  border-left:1px solid rgba(255,255,255,.14);
}
.jds-footer-brand-title{
  color:#fff!important;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:18px;
  font-weight:700;
  letter-spacing:.04em;
  line-height:1.1!important;
  margin:0 0 4px!important;
  text-transform:uppercase;
}
.jds-footer-brand-subtitle{
  color:rgba(255,255,255,.74)!important;
  font-size:9px;
  font-weight:600;
  letter-spacing:.23em;
  line-height:1.3!important;
  margin:0 0 18px!important;
  text-transform:uppercase;
}
.jds-footer-heading{
  color:var(--jds-gold)!important;
  font-family:Inter,Arial,sans-serif;
  font-size:12px;
  font-weight:800;
  letter-spacing:.06em;
  line-height:1.25!important;
  margin:0 0 16px!important;
  text-transform:uppercase;
}
.jds-site-footer p{
  color:rgba(255,255,255,.84);
  font-size:12px;
  line-height:1.65;
  margin-top:0;
  overflow-wrap:anywhere;
}
.jds-site-footer strong{color:#fff;font-weight:700}
.jds-site-footer a{
  color:rgba(255,255,255,.9);
  text-decoration:none;
  text-underline-offset:3px;
}
.jds-site-footer a:hover,
.jds-site-footer a:focus-visible{
  color:#fff;
  text-decoration:underline;
}
.jds-footer-link a,
.jds-footer-social a{color:#f0d690;font-weight:700}
.jds-footer-records{color:rgba(255,255,255,.72)!important}
.jds-footer-legal-wrap{
  border-top:1px solid rgba(255,255,255,.14);
}
.jds-footer-legal{
  box-sizing:border-box;
  margin-inline:auto;
  min-height:56px;
  padding:14px 0 16px;
  width:min(100% - 40px,var(--jds-content));
}
.jds-footer-legal p,
.jds-footer-legal a{
  color:rgba(255,255,255,.66)!important;
  font-size:10px;
  line-height:1.5;
  margin:0!important;
}
@media (max-width:1024px){
  .jds-footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    row-gap:30px!important;
  }
  .jds-footer-column{
    padding-inline:24px;
  }
  .jds-footer-column:nth-child(odd){padding-left:0;border-left:0}
  .jds-footer-column:nth-child(even){padding-right:0;border-left:1px solid rgba(255,255,255,.14)}
  .jds-footer-column:nth-child(n+3){padding-top:4px}
}
@media (max-width:640px){
  .jds-footer-main{padding:32px 0 22px}
  .jds-footer-grid{
    grid-template-columns:1fr;
    row-gap:0!important;
    width:min(100% - 28px,var(--jds-content));
  }
  .jds-footer-column,
  .jds-footer-column:first-child,
  .jds-footer-column:last-child,
  .jds-footer-column:nth-child(odd),
  .jds-footer-column:nth-child(even){
    border-left:0;
    border-top:1px solid rgba(255,255,255,.12);
    padding:22px 0;
  }
  .jds-footer-column:first-child{border-top:0;padding-top:0}
  .jds-footer-legal{
    align-items:flex-start!important;
    flex-direction:column;
    gap:8px;
    width:min(100% - 28px,var(--jds-content));
  }
}

/* -------------------------------------------------------------------------- */
/* 0.25.46 — Rodapé: primeira coluna institucional + consentimento            */
/* -------------------------------------------------------------------------- */
.jds-footer-grid{
  grid-template-columns:minmax(300px,1.45fr) minmax(0,.85fr) minmax(0,1fr) minmax(0,.95fr);
}
.jds-footer-column--brand{
  padding-right:clamp(28px,3vw,42px);
}
.jds-footer-column--brand .jds-footer-brand-title{
  font-family:Inter,Arial,sans-serif;
  font-size:clamp(18px,1.4vw,23px);
  font-weight:800;
  letter-spacing:0;
  line-height:1.2!important;
  margin:0 0 3px!important;
  text-transform:none;
}
.jds-footer-column--brand .jds-footer-brand-subtitle{
  color:rgba(255,255,255,.88)!important;
  font-family:Inter,Arial,sans-serif;
  font-size:13px;
  font-weight:500;
  letter-spacing:0;
  line-height:1.45!important;
  margin:0 0 10px!important;
  text-transform:none;
}
.jds-footer-brand-records,
.jds-footer-technical{
  color:rgba(255,255,255,.88)!important;
  font-size:12px!important;
  line-height:1.55!important;
  margin:0 0 6px!important;
}
.jds-footer-technical a{
  color:#fff!important;
  font-weight:700;
  text-decoration:underline!important;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}
.jds-footer-social-heading{
  color:#fff!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.02em;
  line-height:1.4!important;
  margin:28px 0 14px!important;
}
.jds-footer-social-icons{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 18px;
}
.jds-footer-social-icon{
  align-items:center;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.28);
  border-radius:50%;
  box-sizing:border-box;
  color:#fff!important;
  display:inline-flex;
  height:42px;
  justify-content:center;
  text-decoration:none!important;
  transition:background-color .18s ease,border-color .18s ease,transform .18s ease;
  width:42px;
}
.jds-footer-social-icon svg{
  display:block;
  fill:currentColor;
  height:20px;
  width:20px;
}
.jds-footer-social-icon:hover,
.jds-footer-social-icon:focus-visible{
  background:rgba(255,255,255,.16);
  border-color:rgba(255,255,255,.62);
  outline:none;
  transform:translateY(-2px);
}
.jds-footer-consent{
  margin-top:24px;
  width:100%;
}
.jds-footer-consent__actions{
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.jds-footer-privacy-button{
  align-items:center;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.5);
  border-radius:999px;
  color:#fff!important;
  display:inline-flex;
  font-size:11px;
  font-weight:800;
  justify-content:center;
  min-height:42px;
  padding:7px 18px;
  text-decoration:none!important;
  transition:background-color .18s ease,border-color .18s ease,transform .18s ease;
}
.jds-footer-privacy-button:hover,
.jds-footer-privacy-button:focus-visible{
  background:rgba(255,255,255,.16);
  border-color:#fff;
  outline:none;
  transform:translateY(-1px);
}
.jds-tracking-switch{
  align-items:center;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.5);
  border-radius:999px;
  color:#fff;
  cursor:pointer;
  display:inline-flex;
  gap:7px;
  min-height:42px;
  padding:5px 7px 5px 11px;
  transition:background-color .18s ease,border-color .18s ease;
}
.jds-tracking-switch:focus-visible{
  outline:2px solid #fff;
  outline-offset:2px;
}
.jds-tracking-switch__word{
  font-size:10px;
  font-weight:900;
  letter-spacing:.06em;
  min-width:24px;
  text-align:center;
}
.jds-tracking-switch__track{
  background:rgba(255,255,255,.18);
  border-radius:999px;
  display:block;
  height:28px;
  padding:3px;
  position:relative;
  transition:background-color .2s ease;
  width:48px;
}
.jds-tracking-switch__knob{
  background:#fff;
  border-radius:50%;
  box-shadow:0 2px 7px rgba(0,0,0,.22);
  display:block;
  height:22px;
  transform:translateX(0);
  transition:transform .2s ease;
  width:22px;
}
.jds-tracking-switch[aria-checked="true"]{
  background:rgba(22,139,143,.6);
  border-color:rgba(255,255,255,.72);
}
.jds-tracking-switch[aria-checked="true"] .jds-tracking-switch__track{
  background:#168b8f;
}
.jds-tracking-switch[aria-checked="true"] .jds-tracking-switch__knob{
  transform:translateX(20px);
}
.jds-tracking-status{
  color:rgba(255,255,255,.72)!important;
  font-size:10px!important;
  font-weight:600;
  line-height:1.4!important;
  margin:8px 0 0!important;
}
@media (max-width:1024px){
  .jds-footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .jds-footer-column--brand{
    padding-right:24px;
  }
}
@media (max-width:640px){
  .jds-footer-column--brand{
    padding-right:0;
  }
  .jds-footer-social-icons{
    gap:9px;
  }
  .jds-footer-social-icon{
    height:40px;
    width:40px;
  }
  .jds-footer-consent__actions{
    align-items:stretch;
  }
}


/* -------------------------------------------------------------------------- */
/* 0.25.47 — Rodapé: compactação e centralização da primeira coluna          */
/* -------------------------------------------------------------------------- */
.jds-footer-column--brand .jds-footer-brand-subtitle{
  margin:0 0 2px!important;
}
.jds-footer-column--brand .jds-footer-brand-records{
  margin:0 0 2px!important;
}
.jds-footer-column--brand .jds-footer-technical{
  margin:0!important;
}
.jds-footer-column--brand .jds-footer-social-heading{
  margin:24px 0 14px!important;
  text-align:center;
  width:100%;
}
.jds-footer-column--brand .jds-footer-social-icons{
  justify-content:center;
  width:100%;
}
.jds-footer-column--brand .jds-footer-consent{
  width:100%;
}
.jds-footer-column--brand .jds-footer-consent__actions{
  justify-content:center;
  width:100%;
}
.jds-footer-column--brand .jds-tracking-status{
  margin:8px 0 0!important;
  text-align:center;
  width:100%;
}
@media (max-width:640px){
  .jds-footer-column--brand .jds-footer-social-heading,
  .jds-footer-column--brand .jds-footer-social-icons,
  .jds-footer-column--brand .jds-footer-consent__actions,
  .jds-footer-column--brand .jds-tracking-status{
    text-align:center;
    justify-content:center;
  }
}


/* -------------------------------------------------------------------------- */
/* 0.25.48 — Consentimento de cookies na faixa legal do rodapé                */
/* -------------------------------------------------------------------------- */
.jds-footer-column--brand .jds-footer-consent{
  display:none!important;
}
.jds-footer-legal-controls{
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-end;
}
.jds-footer-legal-privacy,
.jds-footer-cookie-label{
  color:rgba(255,255,255,.72)!important;
  font:600 10px/1.5 Inter,Arial,sans-serif;
}
.jds-footer-legal-privacy{
  text-decoration:none;
  text-underline-offset:3px;
}
.jds-footer-legal-privacy:hover,
.jds-footer-legal-privacy:focus-visible{
  color:#fff!important;
  text-decoration:underline;
}
.jds-footer-cookie-label{
  margin-left:4px;
  white-space:nowrap;
}
.jds-tracking-switch--legal{
  min-height:34px;
  padding:3px 5px 3px 9px;
}
.jds-tracking-switch--legal .jds-tracking-switch__word{
  font-size:9px;
  min-width:22px;
}
.jds-tracking-switch--legal .jds-tracking-switch__track{
  height:24px;
  width:42px;
}
.jds-tracking-switch--legal .jds-tracking-switch__knob{
  height:18px;
  width:18px;
}
.jds-tracking-switch--legal[aria-checked="true"] .jds-tracking-switch__knob{
  transform:translateX(18px);
}
@media (max-width:640px){
  .jds-footer-legal-controls{
    align-items:flex-start;
    justify-content:flex-start;
    gap:8px 10px;
  }
  .jds-footer-cookie-label{
    margin-left:0;
    white-space:normal;
  }
}


/* 0.25.49 — Segunda coluna do rodapé: Responsável técnico */
.jds-footer-column--technical .jds-footer-technical-details{
  margin-top:0;
  line-height:1.6;
}
.jds-footer-column--technical .jds-footer-technical-details strong{
  display:inline;
}

/* -------------------------------------------------------------------------- */
/* 0.25.50 — Rodapé: terceira coluna Informações + mapa em modal             */
/* -------------------------------------------------------------------------- */
.jds-footer-grid{
  grid-template-columns:minmax(300px,1.35fr) minmax(0,.82fr) minmax(330px,1.35fr) minmax(0,.9fr);
}
.jds-footer-column--information .jds-footer-heading{
  color:#fff!important;
  font-size:18px;
  letter-spacing:0;
  margin-bottom:18px!important;
  text-transform:none;
}
.jds-footer-info-list{
  display:grid;
  gap:13px;
}
.jds-footer-info-item{
  align-items:flex-start;
  background:transparent;
  border:0;
  color:rgba(255,255,255,.9)!important;
  display:flex;
  font-family:Inter,Arial,sans-serif;
  font-size:12px;
  gap:11px;
  line-height:1.5;
  margin:0;
  min-width:0;
  padding:0;
  text-align:left;
  text-decoration:none!important;
  width:100%;
}
a.jds-footer-info-item,
button.jds-footer-info-item{
  cursor:pointer;
}
a.jds-footer-info-item:hover,
a.jds-footer-info-item:focus-visible,
button.jds-footer-info-item:hover,
button.jds-footer-info-item:focus-visible{
  color:#fff!important;
  text-decoration:none!important;
  outline:none;
}
.jds-footer-info-icon{
  align-items:center;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.3);
  border-radius:50%;
  box-sizing:border-box;
  color:#fff;
  display:inline-flex;
  flex:0 0 34px;
  height:34px;
  justify-content:center;
  transition:background-color .18s ease,border-color .18s ease,transform .18s ease;
  width:34px;
}
a.jds-footer-info-item:hover .jds-footer-info-icon,
a.jds-footer-info-item:focus-visible .jds-footer-info-icon,
button.jds-footer-info-item:hover .jds-footer-info-icon,
button.jds-footer-info-item:focus-visible .jds-footer-info-icon{
  background:rgba(255,255,255,.15);
  border-color:rgba(255,255,255,.65);
  transform:translateY(-1px);
}
.jds-footer-info-icon svg{
  display:block;
  height:18px;
  width:18px;
}
.jds-footer-info-copy{
  min-width:0;
  overflow-wrap:anywhere;
  padding-top:5px;
}
.jds-footer-info-copy strong{
  color:#fff;
  font-weight:800;
}
.jds-footer-info-item--button{
  appearance:none;
  -webkit-appearance:none;
}

.jds-footer-map-modal[hidden]{display:none!important}
.jds-footer-map-modal{
  inset:0;
  position:fixed;
  z-index:999999;
}
.jds-footer-map-modal__backdrop{
  background:rgba(3,28,31,.74);
  inset:0;
  position:absolute;
}
.jds-footer-map-modal__dialog{
  background:#fff;
  border-radius:22px;
  box-shadow:0 28px 80px rgba(0,0,0,.28);
  box-sizing:border-box;
  left:50%;
  max-height:calc(100vh - 48px);
  overflow:hidden;
  position:absolute;
  top:50%;
  transform:translate(-50%,-50%);
  width:min(900px,calc(100% - 36px));
}
.jds-footer-map-modal__header{
  align-items:center;
  display:flex;
  gap:18px;
  justify-content:space-between;
  padding:20px 22px 16px;
}
.jds-footer-map-modal__eyebrow{
  color:var(--jds-terracotta)!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.12em;
  margin:0 0 4px!important;
  text-transform:uppercase;
}
.jds-footer-map-modal__header h2{
  color:var(--jds-teal)!important;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(28px,4vw,38px);
  line-height:1;
  margin:0;
}
.jds-footer-map-modal__close{
  align-items:center;
  background:#f7f3ed;
  border:1px solid #e6ddd3;
  border-radius:50%;
  color:var(--jds-teal);
  cursor:pointer;
  display:inline-flex;
  flex:0 0 42px;
  font-size:28px;
  height:42px;
  justify-content:center;
  line-height:1;
  padding:0 0 3px;
  width:42px;
}
.jds-footer-map-modal__close:hover,
.jds-footer-map-modal__close:focus-visible{
  background:var(--jds-teal);
  border-color:var(--jds-teal);
  color:#fff;
  outline:none;
}
.jds-footer-map-modal__body{
  aspect-ratio:16/9;
  background:#f2eee8;
  min-height:360px;
  width:100%;
}
.jds-footer-map-modal__body iframe{
  border:0;
  display:block;
  height:100%;
  width:100%;
}
html.jds-footer-modal-open,
html.jds-footer-modal-open body{
  overflow:hidden!important;
}
@media (max-width:1024px){
  .jds-footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:640px){
  .jds-footer-column--information .jds-footer-heading{
    font-size:16px;
  }
  .jds-footer-info-item{
    font-size:12px;
  }
  .jds-footer-map-modal__dialog{
    border-radius:16px;
    max-height:calc(100vh - 24px);
    width:calc(100% - 20px);
  }
  .jds-footer-map-modal__header{
    padding:16px;
  }
  .jds-footer-map-modal__body{
    aspect-ratio:auto;
    height:min(66vh,520px);
    min-height:360px;
  }
}


/* -------------------------------------------------------------------------- */
/* 0.25.51 — Rodapé: quarta coluna Navegação                                  */
/* -------------------------------------------------------------------------- */
.jds-footer-column--navigation .jds-footer-heading{
  color:#fff!important;
  font-size:18px;
  letter-spacing:0;
  margin-bottom:18px!important;
  text-transform:none;
}
.jds-footer-navigation{
  margin:0!important;
}
.jds-footer-navigation .wp-block-navigation__container{
  align-items:flex-start!important;
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
  width:100%;
}
.jds-footer-navigation .wp-block-navigation-item{
  margin:0!important;
  width:100%;
}
.jds-footer-navigation .wp-block-navigation-item__content{
  color:rgba(255,255,255,.88)!important;
  display:inline-flex;
  font-family:Inter,Arial,sans-serif;
  font-size:12px;
  font-weight:600;
  line-height:1.45;
  padding:2px 0!important;
  text-decoration:none!important;
  transition:color .18s ease,transform .18s ease;
}
.jds-footer-navigation .wp-block-navigation-item__content:hover,
.jds-footer-navigation .wp-block-navigation-item__content:focus-visible{
  color:#f0d690!important;
  transform:translateX(3px);
  outline:none;
}
.jds-footer-navigation .wp-block-navigation__responsive-container,
.jds-footer-navigation .wp-block-navigation__responsive-container-content{
  display:block!important;
  position:static!important;
  padding:0!important;
}
.jds-footer-navigation .wp-block-navigation__responsive-container-open,
.jds-footer-navigation .wp-block-navigation__responsive-container-close{
  display:none!important;
}


/* -------------------------------------------------------------------------- */
/* 0.25.52 — Rodapé: alinhamento geral das quatro colunas                    */
/* -------------------------------------------------------------------------- */
@media (min-width:1025px){
  .jds-footer-grid{
    grid-template-columns:minmax(315px,1.35fr) minmax(315px,1.25fr) minmax(410px,1.6fr) minmax(180px,.8fr)!important;
    width:min(calc(100% - 56px),1480px)!important;
  }
}

.jds-footer-column{
  align-self:start;
  padding-top:0!important;
}

/* Todos os títulos partem da mesma linha e usam a mesma linguagem visual. */
.jds-footer-column--brand .jds-footer-brand-title,
.jds-footer-column .jds-footer-heading{
  color:#fff!important;
  font-family:Inter,Arial,sans-serif!important;
  font-size:20px!important;
  font-weight:800!important;
  letter-spacing:0!important;
  line-height:1.2!important;
  text-transform:none!important;
  padding:0!important;
}
.jds-footer-column--brand .jds-footer-brand-title{
  margin:0 0 3px!important;
}
.jds-footer-column .jds-footer-heading{
  margin:0 0 16px!important;
}

/* Primeira coluna: evita que os dados institucionais quebrem no desktop. */
@media (min-width:1025px){
  .jds-footer-column--brand .jds-footer-brand-subtitle,
  .jds-footer-column--brand .jds-footer-brand-records,
  .jds-footer-column--brand .jds-footer-technical{
    white-space:nowrap;
  }
}

/* Segunda coluna: mesma aparência das demais e linhas estáveis. */
.jds-footer-column--technical .jds-footer-technical-details{
  color:rgba(255,255,255,.88)!important;
  display:grid;
  gap:2px;
  font-family:Inter,Arial,sans-serif;
  font-size:12px!important;
  font-weight:500;
  line-height:1.48!important;
  margin:0!important;
}
.jds-footer-column--technical .jds-footer-technical-row{
  display:block;
  white-space:nowrap;
}
.jds-footer-column--technical .jds-footer-technical-details strong{
  color:#fff!important;
  font-weight:700;
}

/* Terceira coluna: ícones centralizados verticalmente com cada conteúdo. */
.jds-footer-info-list{
  gap:13px;
}
.jds-footer-info-item{
  align-items:center!important;
  min-height:34px;
}
.jds-footer-info-icon{
  align-self:center;
}
.jds-footer-info-copy{
  line-height:1.45!important;
  padding-top:0!important;
}
.jds-footer-info-item:first-child .jds-footer-info-copy,
.jds-footer-info-item[href^="tel:"] .jds-footer-info-copy,
.jds-footer-info-item[href^="mailto:"] .jds-footer-info-copy{
  white-space:nowrap;
}
.jds-footer-info-item--button{
  align-items:center!important;
}
.jds-footer-info-item--button .jds-footer-info-copy{
  hyphens:auto;
  text-align:justify!important;
  text-align-last:left;
}

/* Quarta coluna: mantém os itens de navegação em uma única linha. */
.jds-footer-navigation .wp-block-navigation-item__content{
  white-space:nowrap;
}

@media (max-width:1024px){
  .jds-footer-column--technical .jds-footer-technical-row,
  .jds-footer-column--brand .jds-footer-brand-subtitle,
  .jds-footer-column--brand .jds-footer-brand-records,
  .jds-footer-column--brand .jds-footer-technical,
  .jds-footer-info-item:first-child .jds-footer-info-copy,
  .jds-footer-info-item[href^="mailto:"] .jds-footer-info-copy{
    white-space:normal;
  }
}


/* -------------------------------------------------------------------------- */
/* 0.25.53 — Rodapé: alinhamento vertical da primeira coluna                  */
/* -------------------------------------------------------------------------- */
@media (min-width:1025px){
  .jds-footer-column--brand{
    padding-top:18px!important;
  }
}


/* -------------------------------------------------------------------------- */
/* 0.25.54 — Rodapé: redes sociais sempre em uma única linha                  */
/* -------------------------------------------------------------------------- */
.jds-footer-column--brand .jds-footer-social-icons{
  display:flex;
  flex-wrap:nowrap!important;
  justify-content:center;
  align-items:center;
  gap:8px;
  width:100%;
}
.jds-footer-column--brand .jds-footer-social-icon{
  flex:0 0 39px;
  width:39px;
  height:39px;
}
.jds-footer-column--brand .jds-footer-social-icon svg{
  width:19px;
  height:19px;
}
@media (max-width:640px){
  .jds-footer-column--brand .jds-footer-social-icons{
    gap:7px;
  }
  .jds-footer-column--brand .jds-footer-social-icon{
    flex-basis:37px;
    width:37px;
    height:37px;
  }
}


/* -------------------------------------------------------------------------- */
/* 0.25.55 — Faixa de atenção + faixa legal branca do rodapé                 */
/* -------------------------------------------------------------------------- */
.jds-footer-crisis{
  background:#fff;
  color:#111;
  border-top:1px solid #e6e6e6;
  border-bottom:1px solid #e6e6e6;
}
.jds-footer-crisis__inner{
  box-sizing:border-box;
  width:min(100% - 40px,var(--jds-content));
  margin-inline:auto;
  padding:22px 0;
  display:flex;
  align-items:center;
  gap:18px;
}
.jds-footer-crisis__icon{
  flex:0 0 54px;
  width:54px;
  height:54px;
  border:1px solid #222;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#111;
}
.jds-footer-crisis__icon svg{
  width:28px;
  height:28px;
  display:block;
}
.jds-footer-crisis__text{
  margin:0!important;
  color:#111!important;
  font-family:Inter,Arial,sans-serif;
  font-size:14px!important;
  line-height:1.55!important;
}
.jds-footer-crisis__text strong{
  color:#111!important;
}
.jds-footer-crisis__text a{
  color:#111!important;
  text-decoration:underline!important;
  text-underline-offset:2px;
}
.jds-footer-crisis__text a:hover,
.jds-footer-crisis__text a:focus-visible{
  color:#111!important;
  text-decoration-thickness:2px!important;
}

.jds-footer-legal-wrap{
  background:#fff!important;
  border-top:1px solid #dedede!important;
}
.jds-footer-legal{
  color:#111!important;
}
.jds-footer-legal p,
.jds-footer-legal a,
.jds-footer-legal-privacy,
.jds-footer-cookie-label{
  color:#111!important;
}
.jds-footer-legal a:hover,
.jds-footer-legal a:focus-visible,
.jds-footer-legal-privacy:hover,
.jds-footer-legal-privacy:focus-visible{
  color:#111!important;
}
.jds-tracking-switch--legal{
  background:#fff!important;
  border-color:#222!important;
  color:#111!important;
}
.jds-tracking-switch--legal:focus-visible{
  outline:2px solid #111!important;
  outline-offset:2px;
}
.jds-tracking-switch--legal .jds-tracking-switch__word{
  color:#111!important;
}
.jds-tracking-switch--legal .jds-tracking-switch__track{
  background:#d7d7d7;
}
.jds-tracking-switch--legal[aria-checked="true"]{
  background:#fff!important;
  border-color:#111!important;
}
.jds-tracking-switch--legal[aria-checked="true"] .jds-tracking-switch__track{
  background:#168b8f!important;
}

@media (max-width:640px){
  .jds-footer-crisis__inner{
    width:min(100% - 28px,var(--jds-content));
    padding:18px 0;
    align-items:flex-start;
    gap:14px;
  }
  .jds-footer-crisis__icon{
    flex-basis:44px;
    width:44px;
    height:44px;
  }
  .jds-footer-crisis__icon svg{
    width:23px;
    height:23px;
  }
  .jds-footer-crisis__text{
    font-size:12px!important;
  }
}


/* -------------------------------------------------------------------------- */
/* 0.25.56 — Rodapé: chamada das redes sociais em uma única linha             */
/* -------------------------------------------------------------------------- */
@media (min-width: 641px) {
  .jds-footer-column--brand .jds-footer-social-heading {
    display: block;
    width: max-content;
    max-width: none;
    margin-left: auto !important;
    margin-right: auto !important;
    white-space: nowrap;
    text-align: center;
  }
}


/* -------------------------------------------------------------------------- */
/* 0.25.57 — Cabeçalho global: topbar, navegação e Auto Atendimento           */
/* -------------------------------------------------------------------------- */
@media (min-width: 1025px) {
  .jds-topbar__inner {
    flex-wrap: nowrap !important;
  }

  .jds-main-header__inner {
    display: grid !important;
    grid-template-columns: minmax(220px, auto) minmax(0, 1fr) auto;
    align-items: center;
    column-gap: clamp(24px, 3vw, 46px);
  }

  .jds-brand {
    min-width: 220px;
  }

  .jds-nav {
    min-width: 0;
    justify-self: end;
  }

  .jds-header-cta {
    justify-self: end;
    margin-left: clamp(18px, 2.4vw, 40px);
  }
}

.jds-topbar__inner {
  min-height: 42px;
  gap: clamp(20px, 3vw, 44px);
}

.jds-topbar__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  line-height: 1.2;
}

.jds-topbar__item::before {
  content: "" !important;
  display: inline-block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}

.jds-topbar__item--location::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23d1a04a' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.6'/%3E%3C/svg%3E");
}

.jds-topbar__item--service::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23d1a04a' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='13' rx='2'/%3E%3Cpath d='M8 21h8M12 17v4'/%3E%3Cpath d='M7 8h10'/%3E%3C/svg%3E");
}

.jds-topbar__item--trust::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23d1a04a' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 19 6v5c0 4.7-2.9 8.2-7 10-4.1-1.8-7-5.3-7-10V6l7-3Z'/%3E%3Cpath d='m9.2 12 1.9 1.9 3.8-4.1'/%3E%3C/svg%3E");
}

.jds-nav .wp-block-navigation__container {
  flex-wrap: nowrap !important;
  column-gap: clamp(15px, 1.65vw, 25px);
}

.jds-nav .wp-block-navigation-item,
.jds-nav .wp-block-navigation-item__content {
  white-space: nowrap;
}

.jds-nav .wp-block-navigation-item__content {
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.jds-header-cta,
.jds-header-cta .wp-block-button,
.jds-header-cta .wp-block-button__link {
  white-space: nowrap;
}

.jds-header-cta .wp-block-button__link {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 24px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.72);
  background: linear-gradient(135deg, #0b6970, #168b8f);
  box-shadow: 0 10px 24px rgba(7,63,67,.18);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.jds-header-cta .wp-block-button__link::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%;
  background: center/12px 12px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 11h18'/%3E%3Cpath d='m9 16 2 2 4-4'/%3E%3C/svg%3E");
}

.jds-header-cta .wp-block-button__link:hover,
.jds-header-cta .wp-block-button__link:focus-visible {
  background: linear-gradient(135deg, #095b61, #117b80);
  border-color: rgba(255,255,255,.9);
  box-shadow: 0 12px 28px rgba(7,63,67,.24);
}

@media (max-width: 1180px) and (min-width: 1025px) {
  .jds-main-header__inner {
    column-gap: 18px;
  }

  .jds-brand {
    min-width: 190px;
  }

  .jds-nav .wp-block-navigation__container {
    column-gap: 12px;
  }

  .jds-nav .wp-block-navigation-item__content {
    font-size: 12px;
  }

  .jds-header-cta {
    margin-left: 8px;
  }

  .jds-header-cta .wp-block-button__link {
    padding-inline: 18px;
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .jds-topbar__inner {
    flex-wrap: wrap !important;
  }

  .jds-nav .wp-block-navigation-item__content {
    text-transform: uppercase;
    white-space: nowrap;
  }
}


/* -------------------------------------------------------------------------- */
/* 0.25.58 — Cabeçalho: logotipo institucional editável                       */
/* -------------------------------------------------------------------------- */
.jds-brand {
  min-width: 0;
  width: min(330px, 28vw);
  flex: 0 0 auto;
}

.jds-brand .wp-block-site-logo,
.jds-brand .wp-block-site-logo a {
  display: block;
  width: 100%;
}

.jds-brand .wp-block-site-logo img,
.jds-brand .jds-brand-logo img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: 330px;
  max-height: none !important;
  object-fit: contain;
}

@media (min-width: 1181px) {
  .jds-main-header__inner {
    grid-template-columns: minmax(290px, 330px) minmax(0, 1fr) auto !important;
  }
}

@media (max-width: 1180px) and (min-width: 1025px) {
  .jds-main-header__inner {
    grid-template-columns: minmax(245px, 285px) minmax(0, 1fr) auto !important;
  }

  .jds-brand {
    width: min(285px, 26vw);
  }

  .jds-brand .wp-block-site-logo img,
  .jds-brand .jds-brand-logo img {
    max-width: 285px;
  }
}

@media (max-width: 1024px) {
  .jds-brand {
    width: min(300px, 66vw);
    max-width: 300px;
  }

  .jds-brand .wp-block-site-logo img,
  .jds-brand .jds-brand-logo img {
    max-width: 300px;
  }
}

@media (max-width: 700px) {
  .jds-brand {
    width: min(245px, 72vw);
    max-width: 245px;
  }

  .jds-brand .wp-block-site-logo img,
  .jds-brand .jds-brand-logo img {
    max-width: 245px;
  }
}


/* -------------------------------------------------------------------------- */
/* 0.25.61 — Profissionais: Contato final — botão no padrão verde do site    */
/* -------------------------------------------------------------------------- */
.jds-professionals-final-contact__button{
  background:var(--jds-teal)!important;
  border:1.5px solid var(--jds-teal)!important;
  box-shadow:0 10px 22px rgba(7,63,67,.16);
}
.jds-professionals-final-contact__button:hover,
.jds-professionals-final-contact__button:focus-visible{
  background:var(--jds-teal-dark)!important;
  border-color:var(--jds-teal-dark)!important;
  box-shadow:0 14px 26px rgba(7,63,67,.22);
  filter:none;
}
.jds-professionals-final-contact__button-icon{
  border-color:rgba(255,255,255,.58);
}

/* -------------------------------------------------------------------------- */
/* 0.26.1 — Páginas especializadas de serviços e navegação SEO                */
/* -------------------------------------------------------------------------- */
.jds-service-page-hero {
  background:
    radial-gradient(circle at 88% 14%, rgba(209, 160, 74, .2), transparent 28%),
    linear-gradient(112deg, var(--jds-teal-dark), var(--jds-teal) 58%, #0b6670);
  box-sizing: border-box;
  color: #fff;
  margin-block: 0;
  overflow: hidden;
  padding-block: clamp(54px, 7vw, 92px);
}

.jds-service-page-hero__inner {
  margin-inline: auto;
  width: min(100% - 40px, var(--jds-content));
}

.jds-service-page-hero__eyebrow {
  color: #f0d690;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  margin: 0 0 18px !important;
  text-transform: uppercase;
}

.jds-service-page-hero__title {
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.02;
  margin: 0 !important;
  max-width: 980px;
}

.jds-service-page-hero__lead {
  color: rgba(255, 255, 255, .92);
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.65;
  margin: 26px 0 0 !important;
  max-width: 880px;
}

.jds-service-page-hero__actions {
  gap: 14px;
  margin-top: 32px !important;
}

.jds-service-page-hero .jds-button-outline .wp-block-button__link {
  border-color: rgba(255, 255, 255, .78);
  color: #fff;
}

.jds-service-page-hero .jds-button-outline .wp-block-button__link:hover {
  background: rgba(255, 255, 255, .1);
  border-color: #fff;
}

.jds-service-detail__columns {
  gap: clamp(34px, 6vw, 78px);
  margin-inline: auto;
  width: min(100% - 40px, var(--jds-content));
}

.jds-service-detail__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 3.6vw, 44px);
  font-weight: 600;
  line-height: 1.08;
  margin: 0 0 22px !important;
}

.jds-service-detail__copy,
.jds-service-detail__modalities,
.jds-service-detail__list {
  color: var(--jds-muted);
  font-size: 17px;
  line-height: 1.75;
}

.jds-service-detail__list {
  margin: 0;
  padding-left: 1.25em;
}

.jds-service-detail__list li {
  margin-bottom: 12px;
  padding-left: 5px;
}

.jds-service-detail__list li::marker {
  color: var(--jds-terracotta);
}

.jds-service-detail__modalities {
  background: var(--jds-cream);
  border-left: 4px solid var(--jds-gold);
  border-radius: 0 var(--jds-radius) var(--jds-radius) 0;
  margin-top: 24px !important;
  padding: 18px 20px;
}

.jds-service-faq__list {
  margin-top: 30px !important;
  max-width: 900px;
}

.jds-service-faq__item {
  background: rgba(255, 255, 255, .86);
  border: 1px solid var(--jds-border);
  border-radius: var(--jds-radius);
  margin: 0 0 12px;
  padding: 20px 22px;
}

.jds-service-faq__item summary {
  color: var(--jds-ink);
  cursor: pointer;
  font-size: 17px;
  font-weight: 750;
}

.jds-service-faq__item p {
  color: var(--jds-muted);
  line-height: 1.7;
  margin: 14px 0 0;
}

.jds-service-page__review {
  border-top: 1px solid var(--jds-border);
  color: var(--jds-muted);
  font-size: 13px;
  line-height: 1.6;
  margin-top: 30px !important;
  padding-top: 18px;
}

.jds-service-page-cta .jds-cta-dark {
  margin-inline: auto;
  width: min(100% - 40px, var(--jds-content));
}

.jds-service-page-cta__secondary .wp-block-button__link {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 7px;
  color: #fff;
  font-weight: 700;
  padding: 13px 23px;
}

.jds-service-page-cta__secondary .wp-block-button__link:hover {
  background: rgba(255, 255, 255, .1);
  border-color: #fff;
}

@media (max-width: 700px) {
  .jds-service-page-hero {
    padding-block: 44px 52px;
  }

  .jds-service-page-hero__inner,
  .jds-service-detail__columns,
  .jds-service-page-cta .jds-cta-dark {
    width: min(100% - 28px, var(--jds-content));
  }

  .jds-service-page-hero__title {
    font-size: clamp(36px, 11vw, 50px);
  }

  .jds-service-page-hero__actions .wp-block-button {
    width: 100%;
  }

  .jds-service-page-hero__actions .wp-block-button__link {
    box-sizing: border-box;
    width: 100%;
  }
}

/* -------------------------------------------------------------------------- */
/* 0.26.2 — Serviços: Saiba mais com modal responsivo                         */
/* -------------------------------------------------------------------------- */
.jds-services-card__actions {
  align-items: center;
  display: flex;
  margin-top: 22px;
}

.jds-services-card__more {
  align-items: center;
  align-self: flex-start;
  background: var(--jds-teal);
  border: 1px solid var(--jds-teal);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(7, 63, 67, .14);
  color: #fff;
  display: inline-flex;
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  min-height: 46px;
  padding: 10px 20px;
  text-decoration: none;
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.jds-services-card__more:hover,
.jds-services-card__more:focus-visible {
  background: var(--jds-teal-dark);
  border-color: var(--jds-teal-dark);
  box-shadow: 0 11px 22px rgba(7, 63, 67, .2);
  color: #fff;
  transform: translateY(-1px);
}

.jds-services-card__more:focus-visible {
  outline: 3px solid rgba(209, 160, 74, .42);
  outline-offset: 3px;
}

.jds-services-card__more-icon {
  font-size: 18px;
  line-height: 1;
  transition: transform .2s ease;
}

.jds-services-card__more:hover .jds-services-card__more-icon {
  transform: translateX(3px);
}

.jds-services-card__more--editor {
  cursor: default;
  margin-top: 22px;
  pointer-events: none;
}

html.jds-service-modal-open {
  overflow: hidden;
}

.jds-service-modal[hidden] {
  display: none !important;
}

.jds-service-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 24px;
  position: fixed;
  transition: opacity .22s ease;
  z-index: 10000;
}

.jds-service-modal.is-open {
  opacity: 1;
}

.jds-service-modal__backdrop {
  background: rgba(4, 30, 32, .78);
  border: 0;
  cursor: default;
  inset: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}

.jds-service-modal__dialog {
  background: var(--jds-bg);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 20px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .32);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  max-height: calc(100dvh - 48px);
  max-width: 920px;
  overflow: hidden;
  position: relative;
  transform: translateY(18px) scale(.985);
  transition: transform .22s ease;
  width: 100%;
  z-index: 1;
}

.jds-service-modal.is-open .jds-service-modal__dialog {
  transform: translateY(0) scale(1);
}

.jds-service-modal__header {
  align-items: center;
  background: linear-gradient(112deg, var(--jds-teal-dark), var(--jds-teal));
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 104px;
  padding: 22px 26px;
  position: relative;
}

.jds-service-modal__handle {
  display: none;
}

.jds-service-modal__heading p {
  color: #f0d690;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.jds-service-modal__heading h2 {
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 600;
  line-height: 1.05;
  margin: 0;
}

.jds-service-modal__close {
  align-items: center;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  margin-left: 20px;
  padding: 0;
  transition: background .2s ease;
  width: 44px;
}

.jds-service-modal__close:hover,
.jds-service-modal__close:focus-visible {
  background: rgba(255, 255, 255, .2);
}

.jds-service-modal__close svg {
  height: 22px;
  width: 22px;
}

.jds-service-modal__body {
  background: var(--jds-bg);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: clamp(24px, 4vw, 42px);
  scrollbar-gutter: stable;
}

.jds-service-modal__loading {
  align-items: center;
  color: var(--jds-muted);
  display: flex;
  justify-content: center;
  min-height: 220px;
}

.jds-service-modal__intro {
  border-bottom: 1px solid var(--jds-border);
  margin-bottom: 30px;
  padding-bottom: 28px;
}

.jds-service-modal__intro .jds-service-page-hero__lead {
  color: var(--jds-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(23px, 3vw, 32px);
  font-weight: 500;
  line-height: 1.35;
  margin: 0 !important;
  max-width: none;
}

.jds-service-modal .jds-service-detail__columns,
.jds-service-modal .jds-section__inner {
  margin-inline: 0;
  width: 100%;
}

.jds-service-modal .jds-service-detail__title {
  font-size: clamp(27px, 3vw, 36px);
}

.jds-service-modal .jds-service-detail__copy,
.jds-service-modal .jds-service-detail__modalities,
.jds-service-modal .jds-service-detail__list {
  font-size: 16px;
}

.jds-service-modal__faq {
  border-top: 1px solid var(--jds-border);
  margin-top: 36px;
  padding-top: 34px;
}

.jds-service-modal__faq .jds-section-title {
  font-size: clamp(30px, 3.6vw, 40px);
}

.jds-service-modal__footer {
  align-items: center;
  background: #fff;
  border-top: 1px solid var(--jds-border);
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  padding: 16px 24px;
}

.jds-service-modal__professionals,
.jds-service-modal__footer-close {
  align-items: center;
  border-radius: 999px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 10px 20px;
  text-decoration: none;
}

.jds-service-modal__professionals {
  background: var(--jds-teal);
  border: 1px solid var(--jds-teal);
  color: #fff;
}

.jds-service-modal__footer-close {
  background: #fff;
  border: 1px solid var(--jds-border);
  color: var(--jds-ink);
}

@media (max-width: 1024px) {
  .jds-service-modal {
    align-items: flex-end;
    padding: 0;
  }

  .jds-service-modal__dialog {
    border: 0;
    border-radius: 22px 22px 0 0;
    height: min(96dvh, 960px);
    max-height: 100dvh;
    max-width: none;
    transform: translateY(100%);
  }

  .jds-service-modal__header {
    cursor: grab;
    min-height: 112px;
    padding: 30px 22px 18px;
    touch-action: pan-y;
  }

  .jds-service-modal__handle {
    background: rgba(255, 255, 255, .58);
    border-radius: 999px;
    display: block;
    height: 4px;
    left: 50%;
    position: absolute;
    top: 11px;
    transform: translateX(-50%);
    width: 54px;
  }

  .jds-service-modal__body {
    padding: 28px 22px;
  }

  .jds-service-modal__footer {
    padding-bottom: max(16px, env(safe-area-inset-bottom));
  }
}

@media (max-width: 640px) {
  .jds-services-card__more {
    min-height: 48px;
    width: 100%;
  }

  .jds-service-modal__dialog {
    border-radius: 0;
    height: 100dvh;
  }

  .jds-service-modal__header {
    min-height: 104px;
    padding-inline: 18px;
  }

  .jds-service-modal__heading h2 {
    font-size: 28px;
  }

  .jds-service-modal__close {
    height: 42px;
    margin-left: 12px;
    width: 42px;
  }

  .jds-service-modal__body {
    padding: 24px 18px;
  }

  .jds-service-modal .jds-service-detail__columns {
    gap: 30px;
  }

  .jds-service-modal__footer {
    display: grid;
    grid-template-columns: 1fr auto;
    padding-inline: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jds-service-modal,
  .jds-service-modal__dialog,
  .jds-services-card__more,
  .jds-services-card__more-icon {
    transition: none !important;
  }
}

/* -------------------------------------------------------------------------- */
/* 0.26.3 — Páginas de serviços no padrão visual global                       */
/* -------------------------------------------------------------------------- */
/* A seção principal das páginas editoriais passa a seguir exatamente a mesma
 * linguagem visual das páginas Contato, A Clínica e Serviços: verde-petróleo
 * contínuo, primeiro texto sublinhado, tipografia Inter e sem reflexos dourados. */
.jds-service-page-hero {
  background: linear-gradient(108deg, var(--jds-teal-dark) 0%, var(--jds-teal) 52%, #0b6670 100%);
  color: #fff;
  padding-block: clamp(48px, 6.2vw, 82px);
}

.jds-service-page-hero__inner {
  margin-inline: auto;
  width: min(100% - 40px, var(--jds-content));
}

.jds-service-page-hero__eyebrow {
  border-bottom: 3px solid rgba(255,255,255,.92);
  color: #fff;
  display: inline-block;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(18px, 1.7vw, 25px);
  font-weight: 700;
  letter-spacing: .22em;
  line-height: 1.1;
  margin: 0 0 clamp(34px, 4.2vw, 56px) !important;
  padding-bottom: 13px;
  text-transform: uppercase;
}

.jds-service-page-hero__title {
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(40px, 5.1vw, 72px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.08;
  margin: 0 !important;
  max-width: 1120px;
  text-transform: none;
}

.jds-service-page-hero__lead {
  color: rgba(255,255,255,.94);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 400;
  line-height: 1.55;
  margin: clamp(28px, 3vw, 40px) 0 0 !important;
  max-width: 1080px;
}

.jds-service-page-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start !important;
  margin-top: clamp(30px, 3vw, 40px) !important;
  margin-right: auto !important;
  margin-left: 0 !important;
  width: 100%;
}

.jds-service-page-hero__actions.is-content-justification-center,
.jds-service-page-hero__actions.is-content-justification-right,
.jds-service-page-hero__actions.is-content-justification-space-between {
  justify-content: flex-start !important;
}

.jds-service-page-hero__actions > .wp-block-button {
  margin: 0 !important;
}

/* Botões da seção principal: mesmo formato arredondado e mesma paleta da
 * seção principal de Serviços. O texto continua sendo o conteúdo salvo pelo
 * usuário no Gutenberg. */
.jds-service-page-hero__actions .wp-block-button__link {
  align-items: center;
  border-radius: 999px;
  box-sizing: border-box;
  display: inline-flex;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 54px;
  min-width: 240px;
  padding: 10px 26px;
  text-align: center;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  white-space: nowrap;
}

.jds-service-page-hero .jds-button-primary .wp-block-button__link {
  background: var(--jds-terracotta);
  border: 1.5px solid var(--jds-terracotta);
  box-shadow: none;
  color: #fff;
}

.jds-service-page-hero .jds-button-primary .wp-block-button__link:hover,
.jds-service-page-hero .jds-button-primary .wp-block-button__link:focus-visible {
  background: var(--jds-terracotta-dark);
  border-color: var(--jds-terracotta-dark);
  box-shadow: 0 12px 24px rgba(0,0,0,.16);
  color: #fff;
  transform: translateY(-2px);
}

.jds-service-page-hero .jds-button-outline .wp-block-button__link {
  background: rgba(255,255,255,.04);
  border: 1.5px solid rgba(255,255,255,.92);
  box-shadow: none;
  color: #fff;
}

.jds-service-page-hero .jds-button-outline .wp-block-button__link:hover,
.jds-service-page-hero .jds-button-outline .wp-block-button__link:focus-visible {
  background: rgba(255,255,255,.12);
  border-color: #fff;
  box-shadow: 0 12px 24px rgba(0,0,0,.16);
  color: #fff;
  transform: translateY(-2px);
}

/* Contato final das oito páginas: elimina os botões retangulares criados na
 * primeira versão dessas páginas e reaplica o padrão arredondado do site. */
.jds-service-page-cta .wp-block-buttons {
  gap: 16px;
}

.jds-service-page-cta .wp-block-button__link {
  align-items: center;
  border-radius: 999px;
  box-sizing: border-box;
  display: inline-flex;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 54px;
  min-width: 220px;
  padding: 10px 26px;
  text-align: center;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  white-space: nowrap;
}

.jds-service-page-cta .jds-button-primary .wp-block-button__link {
  background: var(--jds-terracotta);
  border: 1.5px solid var(--jds-terracotta);
  box-shadow: none;
  color: #fff;
}

.jds-service-page-cta .jds-button-primary .wp-block-button__link:hover,
.jds-service-page-cta .jds-button-primary .wp-block-button__link:focus-visible {
  background: var(--jds-terracotta-dark);
  border-color: var(--jds-terracotta-dark);
  box-shadow: 0 12px 24px rgba(0,0,0,.16);
  color: #fff;
  transform: translateY(-2px);
}

.jds-service-page-cta .jds-service-page-cta__secondary .wp-block-button__link {
  background: rgba(255,255,255,.04);
  border: 1.5px solid rgba(255,255,255,.92);
  color: #fff;
}

.jds-service-page-cta .jds-service-page-cta__secondary .wp-block-button__link:hover,
.jds-service-page-cta .jds-service-page-cta__secondary .wp-block-button__link:focus-visible {
  background: rgba(255,255,255,.12);
  border-color: #fff;
  box-shadow: 0 12px 24px rgba(0,0,0,.16);
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 700px) {
  .jds-service-page-hero {
    padding-block: 42px 48px;
  }

  .jds-service-page-hero__inner {
    width: min(100% - 28px, var(--jds-content));
  }

  .jds-service-page-hero__eyebrow {
    font-size: 16px;
    letter-spacing: .18em;
    margin-bottom: 30px !important;
    padding-bottom: 10px;
  }

  .jds-service-page-hero__title {
    font-size: clamp(32px, 10vw, 46px);
    letter-spacing: -.025em;
    line-height: 1.1;
  }

  .jds-service-page-hero__lead {
    font-size: 17px;
    line-height: 1.55;
    margin-top: 24px !important;
  }

  .jds-service-page-hero__actions,
  .jds-service-page-cta .wp-block-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .jds-service-page-hero__actions .wp-block-button,
  .jds-service-page-cta .wp-block-button,
  .jds-service-page-hero__actions .wp-block-button__link,
  .jds-service-page-cta .wp-block-button__link {
    min-width: 0;
    width: 100%;
  }
}



/* -------------------------------------------------------------------------- */
/* 0.26.4 — Serviços: “Saiba mais” no mesmo padrão de A Clínica              */
/* -------------------------------------------------------------------------- */
.jds-services-card__actions {
  align-items: flex-start;
  display: flex;
  margin-top: 22px;
}

.jds-services-card__more {
  -webkit-appearance: none;
  appearance: none;
  align-items: center;
  align-self: flex-start;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--jds-terracotta);
  display: inline-flex;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
  justify-content: flex-start;
  line-height: normal;
  margin: 0;
  min-height: 0;
  padding: 7px 0;
  text-decoration: none;
  transition: color .2s ease;
  width: max-content;
}

.jds-services-card__more:hover,
.jds-services-card__more:focus-visible {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: var(--jds-terracotta-dark);
  outline: 2px solid rgba(198,84,50,.24);
  outline-offset: 4px;
  transform: none;
}

.jds-services-card__more-icon {
  font-size: 14px;
  line-height: 1;
  transition: none;
}

.jds-services-card__more:hover .jds-services-card__more-icon,
.jds-services-card__more:focus-visible .jds-services-card__more-icon {
  transform: none;
}

.jds-services-card__more--editor {
  margin-top: 22px;
}

@media (max-width: 640px) {
  .jds-services-card__more {
    min-height: 0;
    width: max-content;
  }
}


/* -------------------------------------------------------------------------- */
/* 0.28.3 — Cabeçalho responsivo: painel compacto e topbar rotativa           */
/* -------------------------------------------------------------------------- */
@keyframes jds-topbar-mobile-rotation {
  0%, 26% {
    opacity: 1;
    transform: translateY(0);
  }
  32%, 94% {
    opacity: 0;
    transform: translateY(-7px);
  }
  95% {
    opacity: 0;
    transform: translateY(7px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px), (pointer: coarse) and (max-width: 1366px) {
  .jds-topbar {
    overflow: hidden;
  }

  .jds-topbar__inner {
    display: block !important;
    height: 38px;
    min-height: 38px !important;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
  }

  .jds-topbar__item,
  .jds-topbar__item--service,
  .jds-topbar__item--trust {
    align-items: center;
    animation: jds-topbar-mobile-rotation 12s infinite both;
    display: flex !important;
    font-size: clamp(9.5px, 2.55vw, 12px);
    gap: 7px;
    inset: 0;
    justify-content: center;
    margin: 0 !important;
    max-width: 100%;
    opacity: 0;
    overflow: hidden;
    padding: 0 6px;
    position: absolute;
    text-align: center;
    text-overflow: clip;
    white-space: nowrap;
    width: 100%;
  }

  .jds-topbar__item:nth-child(1) {
    animation-delay: 0s;
  }

  .jds-topbar__item:nth-child(2) {
    animation-delay: -8s;
  }

  .jds-topbar__item:nth-child(3) {
    animation-delay: -4s;
  }

  .jds-main-header__inner {
    align-items: center;
    box-sizing: border-box;
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: minmax(44px, 1fr) minmax(0, auto) minmax(44px, 1fr);
    min-height: 82px;
    padding-block: 10px;
  }

  .jds-brand {
    grid-column: 2;
    justify-self: center;
    margin: 0 !important;
    max-width: 300px;
    min-width: 0 !important;
    width: min(300px, calc(100vw - 128px));
  }

  .jds-nav {
    flex: 0 0 auto;
    grid-column: 3;
    justify-self: end;
    margin: 0 !important;
    min-width: 44px;
    order: initial;
  }

  .jds-header-cta {
    display: none !important;
  }

  .jds-nav .wp-block-navigation__responsive-container-open {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 44px;
    justify-content: center;
    margin: 0;
    padding: 8px;
    width: 44px;
  }

  .jds-nav .wp-block-navigation__responsive-container-open svg {
    height: 28px;
    width: 28px;
  }

  .jds-nav .wp-block-navigation__responsive-container.is-menu-open {
    background: var(--jds-bg);
    border-bottom: 1px solid rgba(7,63,67,.12);
    bottom: auto;
    box-sizing: border-box;
    box-shadow: 0 18px 38px rgba(7,63,67,.18);
    color: var(--jds-ink);
    display: block;
    height: auto !important;
    left: 0;
    max-height: calc(100dvh - 12px);
    min-height: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 !important;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 100000;
  }

  .jds-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close,
  .jds-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
    box-sizing: border-box;
    height: auto !important;
    min-height: 0 !important;
    width: 100%;
  }

  .jds-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
    padding: 0 16px 26px;
    position: relative;
  }

  .jds-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog::before {
    background: left center / contain no-repeat url("assets/images/header-logo-jornada-do-ser.webp");
    content: "";
    display: block;
    height: 54px;
    left: 50%;
    max-width: calc(100% - 132px);
    pointer-events: none;
    position: absolute;
    top: 14px;
    transform: translateX(-50%);
    width: 245px;
  }

  .jds-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
    align-items: center;
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(7,63,67,.12);
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(7,63,67,.08);
    color: var(--jds-teal);
    display: flex;
    height: 48px;
    justify-content: center;
    padding: 10px;
    position: absolute;
    right: 16px;
    top: 14px;
    width: 48px;
    z-index: 2;
  }

  .jds-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close svg {
    height: 26px;
    width: 26px;
  }

  .jds-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    align-items: stretch !important;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    padding: 84px 0 0 !important;
    width: 100% !important;
  }

  .jds-nav .wp-block-navigation__responsive-container.is-menu-open ul.wp-block-navigation__container {
    align-items: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 3px !important;
    justify-content: flex-start !important;
    margin: 0 auto !important;
    max-width: 560px;
    padding: 0 !important;
    width: 100% !important;
  }

  .jds-nav .wp-block-navigation__responsive-container.is-menu-open ul.wp-block-navigation__container > .wp-block-navigation-item:not(.jds-nav__auto) {
    align-items: stretch !important;
    display: flex !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    width: 100% !important;
  }

  .jds-nav .wp-block-navigation__responsive-container.is-menu-open ul.wp-block-navigation__container > .wp-block-navigation-item:not(.jds-nav__auto) > .wp-block-navigation-item__content {
    align-items: center;
    border-radius: 12px;
    box-sizing: border-box;
    color: var(--jds-ink);
    display: flex;
    font-size: 15px;
    font-weight: 750;
    justify-content: flex-start;
    letter-spacing: 0;
    min-height: 48px;
    padding: 12px 16px;
    text-align: left;
    text-transform: none;
    width: 100%;
  }

  .jds-nav .wp-block-navigation__responsive-container.is-menu-open ul.wp-block-navigation__container > .wp-block-navigation-item:not(.jds-nav__auto) > .wp-block-navigation-item__content::after {
    display: none !important;
  }

  .jds-nav .wp-block-navigation__responsive-container.is-menu-open ul.wp-block-navigation__container > .current-menu-item > .wp-block-navigation-item__content,
  .jds-nav .wp-block-navigation__responsive-container.is-menu-open ul.wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content[aria-current="page"] {
    background: rgba(11,105,112,.09);
    color: #0b6970;
  }

  .jds-nav .wp-block-navigation__responsive-container.is-menu-open ul.wp-block-navigation__container > .jds-nav__auto {
    align-self: center !important;
    display: flex !important;
    justify-content: center !important;
    margin: 13px auto 0 !important;
    max-width: 230px !important;
    width: min(100%, 230px) !important;
  }

  .jds-nav .wp-block-navigation__responsive-container.is-menu-open ul.wp-block-navigation__container > .jds-nav__auto > .wp-block-navigation-item__content {
    align-items: center;
    background: linear-gradient(135deg, #0b6970, #168b8f);
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 999px !important;
    box-shadow: 0 10px 24px rgba(7,63,67,.18);
    box-sizing: border-box;
    color: #fff !important;
    display: flex;
    font-size: 13px !important;
    font-weight: 800;
    gap: 10px;
    justify-content: center !important;
    letter-spacing: .035em;
    min-height: 48px !important;
    padding: 10px 18px !important;
    text-align: center;
    text-transform: uppercase;
    width: 100% !important;
  }

  .jds-nav .jds-nav__auto > .wp-block-navigation-item__content::before {
    background: center / 12px 12px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 11h18'/%3E%3Cpath d='m9 16 2 2 4-4'/%3E%3C/svg%3E");
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 50%;
    content: "";
    flex: 0 0 22px;
    height: 22px;
    width: 22px;
  }

  .jds-nav .jds-nav__auto > .wp-block-navigation-item__content::after {
    display: none;
  }

  .jds-nav .jds-nav__auto > .wp-block-navigation-item__content:hover,
  .jds-nav .jds-nav__auto > .wp-block-navigation-item__content:focus-visible {
    background: linear-gradient(135deg, #095b61, #117b80);
    box-shadow: 0 12px 28px rgba(7,63,67,.24);
  }
}

@media (max-width: 700px) {
  .jds-brand {
    max-width: 245px;
    width: min(245px, calc(100vw - 112px));
  }
}

@media (max-width: 1024px) and (prefers-reduced-motion: reduce) {
  .jds-topbar__item {
    animation: none;
    opacity: 0;
    transform: none;
  }

  .jds-topbar__item:first-child {
    opacity: 1;
  }
}


/* -------------------------------------------------------------------------- */
/* 0.28.4 — Rodapé móvel em coluna única                                      */
/* -------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .jds-footer-crisis__inner {
    align-items: start;
    display: grid;
    gap: 12px;
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 16px 0;
    width: min(calc(100% - 32px), var(--jds-content));
  }

  .jds-footer-crisis__icon {
    flex-basis: 36px;
    height: 36px;
    width: 36px;
  }

  .jds-footer-crisis__icon svg {
    height: 19px;
    width: 19px;
  }

  .jds-footer-crisis__text {
    font-size: 12px !important;
    line-height: 1.55 !important;
    min-width: 0;
  }

  .jds-footer-main {
    padding: 28px 0 18px;
  }

  .jds-footer-grid {
    display: grid !important;
    gap: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    row-gap: 0 !important;
    width: min(calc(100% - 36px), var(--jds-content)) !important;
  }

  .jds-footer-column,
  .jds-footer-column:first-child,
  .jds-footer-column:last-child,
  .jds-footer-column:nth-child(odd),
  .jds-footer-column:nth-child(even) {
    border-left: 0 !important;
    border-top: 1px solid rgba(255,255,255,.14);
    box-sizing: border-box;
    min-width: 0;
    padding: 24px 0 !important;
    width: 100%;
  }

  .jds-footer-column:first-child {
    border-top: 0;
    padding-top: 0 !important;
  }

  .jds-footer-column--brand {
    text-align: left;
  }

  .jds-footer-column--brand .jds-footer-brand-title {
    font-size: clamp(21px, 6.3vw, 25px) !important;
    line-height: 1.18 !important;
    text-align: left;
  }

  .jds-footer-column--brand .jds-footer-brand-subtitle {
    font-size: 14px !important;
    margin-bottom: 4px !important;
    text-align: left;
  }

  .jds-footer-column--brand .jds-footer-brand-records,
  .jds-footer-column--brand .jds-footer-technical {
    font-size: 12.5px !important;
    line-height: 1.55 !important;
    overflow-wrap: anywhere;
    text-align: left;
    white-space: normal !important;
  }

  .jds-footer-column--brand .jds-footer-social-heading {
    font-size: 10.5px !important;
    margin: 22px 0 12px !important;
    max-width: 100%;
    text-align: center;
    white-space: normal;
  }

  .jds-footer-column--brand .jds-footer-social-icons {
    flex-wrap: nowrap !important;
    gap: clamp(5px, 1.7vw, 8px);
    justify-content: center;
    margin: 0;
    max-width: 100%;
    overflow: visible;
  }

  .jds-footer-column--brand .jds-footer-social-icon {
    flex: 0 0 36px;
    height: 36px;
    width: 36px;
  }

  .jds-footer-column--brand .jds-footer-social-icon svg {
    height: 18px;
    width: 18px;
  }

  .jds-footer-column .jds-footer-heading {
    font-size: 21px !important;
    margin-bottom: 18px !important;
  }

  .jds-footer-column--technical .jds-footer-technical-details {
    font-size: 13.5px !important;
    gap: 5px;
    line-height: 1.5 !important;
  }

  .jds-footer-column--technical .jds-footer-technical-row {
    overflow-wrap: anywhere;
    white-space: normal !important;
  }

  .jds-footer-info-list {
    gap: 16px;
  }

  .jds-footer-info-item {
    align-items: center !important;
    display: grid !important;
    font-size: 13.5px;
    gap: 12px;
    grid-template-columns: 40px minmax(0, 1fr);
    line-height: 1.5;
    min-height: 40px;
    width: 100%;
  }

  .jds-footer-info-icon {
    align-self: start;
    flex-basis: 40px;
    height: 40px;
    width: 40px;
  }

  .jds-footer-info-copy,
  .jds-footer-info-item:first-child .jds-footer-info-copy,
  .jds-footer-info-item[href^="tel:"] .jds-footer-info-copy,
  .jds-footer-info-item[href^="mailto:"] .jds-footer-info-copy {
    hyphens: none;
    min-width: 0;
    overflow-wrap: anywhere;
    text-align: left !important;
    white-space: normal !important;
    word-break: normal;
  }

  .jds-footer-info-item--button .jds-footer-info-copy {
    hyphens: none;
    text-align: left !important;
    text-align-last: auto;
  }

  .jds-footer-navigation .wp-block-navigation__container {
    display: grid !important;
    gap: 8px 10px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .jds-footer-navigation .wp-block-navigation-item {
    min-width: 0;
    width: 100%;
  }

  .jds-footer-navigation .wp-block-navigation-item__content {
    align-items: center;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    font-size: 12.5px;
    min-height: 42px;
    padding: 9px 11px !important;
    white-space: normal;
    width: 100%;
  }

  .jds-footer-legal {
    align-items: center !important;
    gap: 12px;
    justify-content: center !important;
    padding: 20px 0 24px;
    text-align: center;
    width: min(calc(100% - 32px), var(--jds-content));
  }

  .jds-footer-legal > p {
    text-align: center;
    width: 100%;
  }

  .jds-footer-legal-controls {
    align-items: center;
    display: grid;
    gap: 10px 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    justify-content: stretch;
    text-align: left;
    width: 100%;
  }

  .jds-footer-legal-privacy {
    grid-column: 1 / -1;
    text-align: center;
  }

  .jds-footer-cookie-label {
    margin: 0;
    min-width: 0;
    white-space: normal;
  }

  .jds-tracking-switch--legal {
    justify-self: end;
  }
}


/* -------------------------------------------------------------------------- */
/* 0.28.5 — Tablet: cabeçalho recolhido e rodapé estável                      */
/* -------------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1024px), (pointer: coarse) and (min-width: 768px) and (max-width: 1366px) {
  .jds-nav .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none !important;
  }

  .jds-nav .wp-block-navigation__responsive-container-open {
    display: flex !important;
  }

  .jds-nav .wp-block-navigation__responsive-container.is-menu-open {
    display: block !important;
  }

  .jds-footer-main {
    padding: 32px 0 20px;
  }

  .jds-footer-grid {
    display: grid !important;
    gap: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    row-gap: 0 !important;
    width: min(calc(100% - 56px), var(--jds-content)) !important;
  }

  .jds-footer-column,
  .jds-footer-column:first-child,
  .jds-footer-column:last-child,
  .jds-footer-column:nth-child(odd),
  .jds-footer-column:nth-child(even) {
    border-left: 0 !important;
    border-top: 1px solid rgba(255,255,255,.14);
    box-sizing: border-box;
    min-width: 0;
    padding: 28px 0 !important;
    width: 100%;
  }

  .jds-footer-column:first-child {
    border-top: 0;
    padding-top: 0 !important;
  }

  .jds-footer-column--brand,
  .jds-footer-column--brand .jds-footer-brand-title,
  .jds-footer-column--brand .jds-footer-brand-subtitle,
  .jds-footer-column--brand .jds-footer-brand-records,
  .jds-footer-column--brand .jds-footer-technical {
    text-align: left;
    white-space: normal !important;
  }

  .jds-footer-column--technical .jds-footer-technical-row,
  .jds-footer-info-copy,
  .jds-footer-info-item:first-child .jds-footer-info-copy,
  .jds-footer-info-item[href^="tel:"] .jds-footer-info-copy,
  .jds-footer-info-item[href^="mailto:"] .jds-footer-info-copy {
    overflow-wrap: anywhere;
    white-space: normal !important;
  }

  .jds-footer-navigation .wp-block-navigation__container {
    display: grid !important;
    gap: 10px 12px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .jds-footer-navigation .wp-block-navigation-item {
    min-width: 0;
    width: 100%;
  }

  .jds-footer-navigation .wp-block-navigation-item__content {
    align-items: center;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    min-height: 44px;
    padding: 10px 13px !important;
    white-space: normal;
    width: 100%;
  }
}


/* -------------------------------------------------------------------------- */
/* 0.28.6 — Mobile: títulos, Psicomanager e carrosséis de Serviços            */
/* -------------------------------------------------------------------------- */

/* Mascara a faixa residual do Psicomanager em todos os modais de agenda. */
.jds-scheduler-modal__body {
  position: relative;
}

.jds-scheduler-modal__body::after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 24px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .jds-scheduler-hero .jds-contact-hero__label,
  .jds-services-hero .jds-contact-hero__label,
  .jds-contact-hero:not(.jds-clinic-hero):not(.jds-scheduler-hero):not(.jds-services-hero) .jds-contact-hero__label {
    line-height: 1.2 !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    width: 100% !important;
  }

  .jds-scheduler-hero .jds-contact-hero__label {
    font-size: clamp(9px, 2.45vw, 12px) !important;
    letter-spacing: .08em !important;
  }

  .jds-contact-hero:not(.jds-clinic-hero):not(.jds-scheduler-hero):not(.jds-services-hero) .jds-contact-hero__label {
    font-size: clamp(8px, 2.2vw, 11px) !important;
    letter-spacing: .065em !important;
  }

  .jds-services-hero .jds-contact-hero__label {
    font-size: clamp(7.5px, 1.9vw, 9.5px) !important;
    letter-spacing: .04em !important;
  }
}

@media (max-width: 1024px) {
  .jds-services-cards__viewport {
    contain: paint;
    max-width: 100%;
    overflow: hidden !important;
    overflow: clip !important;
    touch-action: pan-y;
    width: 100%;
  }

  .jds-services-cards__track {
    box-sizing: border-box;
    gap: 0 !important;
    margin: 0 !important;
    min-width: 0;
    padding: 0 !important;
    width: 100% !important;
  }

  .jds-services-card,
  .jds-services-card.is-reverse,
  .jds-services-card + .jds-services-card {
    border-radius: 12px !important;
    box-sizing: border-box;
    flex: 0 0 100% !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 1024px), (pointer: coarse) and (max-width: 1366px) {
  .jds-services-formats__carousel,
  .jds-services-formats__viewport {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .jds-services-formats__viewport {
    contain: paint;
    overflow: hidden !important;
    overflow: clip !important;
    touch-action: pan-y;
  }

  .jds-services-formats__track {
    box-sizing: border-box;
    gap: 0 !important;
    margin: 0 !important;
    min-width: 0;
    padding: 0 !important;
    width: 100% !important;
  }

  .jds-services-format-card,
  .jds-services-format-card + .jds-services-format-card {
    box-sizing: border-box;
    flex: 0 0 100% !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
  }
}

/* Mantém o novo título de Serviços dentro da largura após o acréscimo de /PE. */
@media (max-width: 1024px) {
  .jds-services-hero .jds-contact-hero__label {
    font-size: clamp(6.8px, 1.7vw, 13px) !important;
    letter-spacing: .035em !important;
    line-height: 1.2 !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    width: 100% !important;
  }
}

/* -------------------------------------------------------------------------- */
/* 0.28.8 — Página Início: título, carrosséis e contato final                 */
/* -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .jds-home-clinic-about__media-shell,
  .jds-home-clinic-about__viewport,
  .jds-home-clinic-records .jds-clinic-environment__carousel,
  .jds-home-clinic-records .jds-clinic-environment__viewport {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .jds-home-clinic-about__viewport,
  .jds-home-clinic-records .jds-clinic-environment__viewport {
    contain: paint;
    overflow: hidden !important;
    overflow: clip !important;
    touch-action: pan-y;
  }

  .jds-home-clinic-about__track,
  .jds-home-clinic-records .jds-clinic-environment__registry-track {
    backface-visibility: hidden;
    box-sizing: border-box;
    display: flex !important;
    gap: 0 !important;
    margin: 0 !important;
    min-width: 0;
    padding: 0 !important;
    width: 100% !important;
  }

  .jds-home-clinic-about__media,
  .jds-home-clinic-records .jds-clinic-environment__registry-card {
    backface-visibility: hidden;
    box-sizing: border-box;
    flex: 0 0 100% !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-width: 100% !important;
    transform: translateZ(0);
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .jds-home-hero .jds-contact-hero__label {
    font-size: clamp(7px, 1.95vw, 10px) !important;
    letter-spacing: .03em !important;
    line-height: 1.2 !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  body.home .jds-contact-final-contact .jds-final-contact__actions {
    display: grid !important;
    gap: 14px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    justify-content: stretch !important;
    margin-inline: auto !important;
    max-width: 650px !important;
    width: 100% !important;
  }

  body.home .jds-contact-final-contact .jds-final-contact__button {
    flex: none !important;
    min-width: 0 !important;
    width: 100% !important;
  }
}

/* -------------------------------------------------------------------------- */
/* 0.28.9 — Responsividade: paisagem, registros e perfis profissionais        */
/* -------------------------------------------------------------------------- */

/* O menu compacto deve permanecer recolhido em celulares e tablets, inclusive
   em paisagem. Evita que o menu desktop ocupe a mesma faixa visual do logotipo. */
@media (max-width: 1024px), (pointer: coarse) and (max-width: 1366px) {
  .jds-nav .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none !important;
  }

  .jds-nav .wp-block-navigation__responsive-container-open {
    display: flex !important;
  }

  .jds-nav .wp-block-navigation__responsive-container.is-menu-open {
    display: block !important;
  }
}

/* Serviços usa a mesma escala tipográfica dos demais títulos de seção. */
@media (min-width: 768px) and (max-width: 1024px), (pointer: coarse) and (min-width: 768px) and (max-width: 1366px) {
  .jds-services-hero .jds-contact-hero__label {
    font-size: clamp(18px, 1.7vw, 25px) !important;
    letter-spacing: .22em !important;
    line-height: 1.2 !important;
    max-width: 100% !important;
    white-space: normal !important;
    width: auto !important;
  }
}

@media (max-width: 767px) {
  .jds-services-hero .jds-contact-hero__label {
    font-size: clamp(7.8px, 2.2vw, 11px) !important;
    letter-spacing: .045em !important;
    line-height: 1.2 !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    width: 100% !important;
  }
}

/* Em paisagem, os CTAs finais permanecem lado a lado e centralizados. */
@media (orientation: landscape) and (max-width: 1024px),
       (orientation: landscape) and (pointer: coarse) and (max-width: 1366px) {
  .jds-clinic-final-contact__actions,
  .jds-services-final-contact__actions {
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    justify-content: center !important;
    margin-inline: auto !important;
    max-width: 920px !important;
    width: 100% !important;
  }

  .jds-clinic-final-contact__actions .jds-final-contact__button,
  .jds-services-final-contact__actions .jds-final-contact__button {
    box-sizing: border-box;
    font-size: clamp(10px, 1.45vw, 13px) !important;
    min-width: 0 !important;
    padding-inline: clamp(10px, 1.8vw, 18px) !important;
    width: 100% !important;
  }

  .jds-clinic-final-contact__actions .jds-final-contact__button-icon,
  .jds-services-final-contact__actions .jds-final-contact__button-icon {
    flex-basis: 28px !important;
    height: 28px !important;
    width: 28px !important;
  }

  body.home .jds-contact-final-contact .jds-final-contact__actions {
    display: grid !important;
    gap: 12px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    justify-content: center !important;
    margin-inline: auto !important;
    max-width: 650px !important;
    width: 100% !important;
  }

  body.home .jds-contact-final-contact .jds-final-contact__button {
    box-sizing: border-box;
    min-width: 0 !important;
    width: 100% !important;
  }
}

/* Registros institucionais deixam de funcionar como um slide único em telas
   touch e passam a ser quatro cartões independentes, centralizados e 2 x 2. */
@media (max-width: 1024px), (pointer: coarse) and (max-width: 1366px) {
  .jds-clinic-environment__carousel--registry,
  .jds-clinic-environment__carousel--registry .jds-clinic-environment__viewport {
    box-sizing: border-box;
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .jds-clinic-environment__carousel--registry .jds-clinic-environment__viewport {
    contain: none !important;
    overflow: visible !important;
    touch-action: auto !important;
  }

  .jds-clinic-environment__carousel--registry .jds-clinic-environment__registry-track,
  .jds-home-clinic-records .jds-clinic-environment__carousel--registry .jds-clinic-environment__registry-track {
    display: grid !important;
    gap: 14px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    width: 100% !important;
  }

  .jds-clinic-environment__carousel--registry .jds-clinic-environment__registry-card,
  .jds-home-clinic-records .jds-clinic-environment__carousel--registry .jds-clinic-environment__registry-card {
    align-items: center !important;
    box-sizing: border-box;
    display: flex !important;
    flex: none !important;
    flex-direction: column !important;
    justify-content: center !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-height: 154px !important;
    min-width: 0 !important;
    padding: 20px 16px !important;
    text-align: center !important;
    transform: none !important;
    width: 100% !important;
  }

  .jds-clinic-environment__carousel--registry .jds-clinic-environment__registry-icon {
    margin: 0 auto 10px !important;
  }

  .jds-clinic-environment__carousel--registry .jds-clinic-environment__registry-copy {
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    grid-template-rows: none !important;
    justify-content: center !important;
    min-width: 0 !important;
    text-align: center !important;
    width: 100% !important;
  }

  .jds-clinic-environment__carousel--registry .jds-clinic-environment__registry-copy strong,
  .jds-clinic-environment__carousel--registry .jds-clinic-environment__registry-copy span {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    text-align: center !important;
    white-space: normal !important;
    width: 100% !important;
  }

  .jds-clinic-environment__carousel--registry .jds-clinic-environment__controls {
    display: none !important;
  }
}

@media (max-width: 430px) {
  .jds-clinic-environment__carousel--registry .jds-clinic-environment__registry-track {
    gap: 10px !important;
  }

  .jds-clinic-environment__carousel--registry .jds-clinic-environment__registry-card {
    min-height: 142px !important;
    padding: 15px 10px !important;
  }

  .jds-clinic-environment__carousel--registry .jds-clinic-environment__registry-copy strong {
    font-size: 12px !important;
  }

  .jds-clinic-environment__carousel--registry .jds-clinic-environment__registry-copy span {
    font-size: 11px !important;
  }
}

/* Perfil profissional: layout fluido próprio para tablet e celular. Todas as
   áreas textuais podem encolher sem provocar largura maior que a viewport. */
@media (max-width: 1100px), (pointer: coarse) and (max-width: 1366px) {
  .jds-prof-profile {
    max-width: 100%;
    overflow-x: clip;
  }

  .jds-prof-profile,
  .jds-prof-profile * {
    box-sizing: border-box;
  }

  .jds-prof-profile__inner {
    margin-inline: auto !important;
    max-width: 1040px !important;
    width: min(calc(100% - 32px), 1040px) !important;
  }

  .jds-prof-profile__hero,
  .jds-prof-profile__hero-copy,
  .jds-prof-profile__name-row,
  .jds-prof-profile__layout,
  .jds-prof-profile__main,
  .jds-prof-profile__aside,
  .jds-prof-profile__section,
  .jds-prof-profile__info-card,
  .jds-prof-profile__quote,
  .jds-prof-profile__google-reviews,
  .jds-prof-profile__schedule,
  .jds-prof-profile__cta,
  .jds-prof-profile__cta-copy,
  .jds-prof-profile__cta-actions {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .jds-prof-profile__layout {
    gap: 24px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    margin-top: 24px !important;
  }

  .jds-prof-profile__section h2,
  .jds-prof-profile__info-card h2,
  .jds-prof-profile__schedule h2 {
    font-size: clamp(28px, 4.2vw, 38px) !important;
    overflow-wrap: anywhere;
  }

  .jds-prof-profile__richtext,
  .jds-prof-profile__richtext p,
  .jds-prof-profile__quote p,
  .jds-prof-profile__info-row > div,
  .jds-prof-profile__info-row p,
  .jds-prof-profile__info-row small,
  .jds-prof-profile__info-row a,
  .jds-prof-profile__address-button,
  .jds-prof-profile__address-button b,
  .jds-prof-profile__address-button span,
  .jds-prof-profile__address-button small,
  .jds-prof-profile__education-copy,
  .jds-prof-profile__education-copy strong,
  .jds-prof-profile__education-copy p,
  .jds-prof-profile__google-title,
  .jds-prof-profile__google-title span,
  .jds-prof-profile__google-review,
  .jds-prof-profile__google-review header > div,
  .jds-prof-profile__google-review p,
  .jds-prof-profile__google-all {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
  }

  .jds-prof-profile__richtext {
    font-size: 15px !important;
    line-height: 1.7 !important;
    width: 100% !important;
  }

  .jds-prof-profile__themes,
  .jds-prof-profile__education,
  .jds-prof-profile__themes-viewport,
  .jds-prof-profile__education-viewport {
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .jds-prof-profile__themes-viewport,
  .jds-prof-profile__education-viewport {
    contain: paint;
    overflow: hidden !important;
  }

  .jds-prof-profile__themes-track,
  .jds-prof-profile__education-track {
    box-sizing: border-box;
    min-width: 0 !important;
    width: 100% !important;
  }

  .jds-prof-profile__theme-page,
  .jds-prof-profile__education-page {
    box-sizing: border-box;
    flex: 0 0 100% !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .jds-prof-profile__theme-page {
    gap: 10px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .jds-prof-profile__theme-card {
    min-height: 88px !important;
    min-width: 0 !important;
    overflow: hidden;
    padding: 11px !important;
    width: 100% !important;
  }

  .jds-prof-profile__theme-card strong {
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .jds-prof-profile__education-page {
    gap: 12px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .jds-prof-profile__education-item {
    grid-template-columns: 56px minmax(0, 1fr) !important;
    min-width: 0 !important;
    overflow: hidden;
    padding: 14px 12px 14px 17px !important;
    width: 100% !important;
  }

  .jds-prof-profile__quote {
    gap: 10px !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    margin: 20px 0 28px !important;
    overflow: hidden;
    padding: 18px !important;
    width: 100% !important;
  }

  .jds-prof-profile__quote > span {
    font-size: 44px !important;
  }

  .jds-prof-profile__quote p {
    font-size: clamp(18px, 2.8vw, 22px) !important;
  }

  .jds-prof-profile__google-reviews {
    overflow: hidden;
    padding: 18px !important;
    width: 100% !important;
  }

  .jds-prof-profile__google-reviews-head {
    gap: 10px 12px !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    width: 100% !important;
  }

  .jds-prof-profile__google-summary {
    grid-column: 1 / -1 !important;
    justify-content: start !important;
    justify-items: start !important;
    max-width: 100%;
    text-align: left !important;
  }

  .jds-prof-profile__google-review-list {
    grid-template-columns: minmax(0, 1fr) !important;
    max-width: 100%;
    width: 100%;
  }

  .jds-prof-profile__google-review header a,
  .jds-prof-profile__google-review header strong {
    max-width: 100% !important;
    overflow-wrap: anywhere;
    text-overflow: clip !important;
    white-space: normal !important;
  }

  .jds-prof-profile__aside {
    align-items: start !important;
    display: grid !important;
    gap: 18px !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(220px, .85fr) !important;
    width: 100% !important;
  }

  .jds-prof-profile__info-card {
    padding: 20px !important;
    width: 100% !important;
  }

  .jds-prof-profile__info-row {
    grid-template-columns: 40px minmax(0, 1fr) !important;
    min-width: 0 !important;
  }

  .jds-prof-profile__environment {
    align-self: start;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .jds-prof-profile__environment img {
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    max-height: 320px !important;
    object-fit: cover !important;
    width: 100% !important;
  }

  .jds-prof-profile__schedule-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    max-width: 100%;
  }
}

/* Retrato: fluxo vertical confortável, sem fotos ou cards extrapolando. */
@media (orientation: portrait) and (max-width: 1100px) {
  .jds-prof-profile__hero {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .jds-prof-profile__hero-photo {
    aspect-ratio: 16 / 10 !important;
    max-height: 440px !important;
    min-height: 0 !important;
  }

  .jds-prof-profile__hero-photo img {
    height: 100% !important;
  }

  .jds-prof-profile__aside {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .jds-prof-profile__environment {
    margin-inline: auto !important;
    max-width: 720px !important;
  }
}

/* Paisagem: aproveita a largura sem reativar o layout desktop rígido. */
@media (orientation: landscape) and (max-width: 1100px),
       (orientation: landscape) and (pointer: coarse) and (max-width: 1366px) {
  .jds-prof-profile__inner {
    width: min(calc(100% - 36px), 1120px) !important;
  }

  .jds-prof-profile__hero {
    grid-template-columns: minmax(210px, .72fr) minmax(0, 1.28fr) !important;
  }

  .jds-prof-profile__hero-photo {
    min-height: 300px !important;
  }

  .jds-prof-profile__hero-copy {
    padding: clamp(20px, 3vw, 32px) !important;
  }

  .jds-prof-profile__name-row h1 {
    font-size: clamp(34px, 4.4vw, 50px) !important;
    overflow-wrap: anywhere;
  }

  .jds-prof-profile__role {
    font-size: clamp(17px, 2vw, 21px) !important;
  }

  .jds-prof-profile__hero-actions {
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 620px !important;
    width: 100% !important;
  }

  .jds-prof-profile__button {
    min-width: 0 !important;
    width: 100% !important;
  }

  .jds-prof-profile__aside {
    grid-template-columns: minmax(0, 1.2fr) minmax(220px, .8fr) !important;
  }

  .jds-prof-profile__environment img {
    aspect-ratio: 16 / 9 !important;
    max-height: 280px !important;
  }

  .jds-prof-profile__cta {
    align-items: center !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 22px !important;
    text-align: center !important;
  }

  .jds-prof-profile__cta-copy,
  .jds-prof-profile__cta-copy h2,
  .jds-prof-profile__cta-copy p {
    text-align: center !important;
    width: 100% !important;
  }

  .jds-prof-profile__cta-actions {
    display: grid !important;
    gap: 12px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    justify-content: center !important;
    margin-inline: auto !important;
    min-width: 0 !important;
    width: min(100%, 560px) !important;
  }

  .jds-prof-profile__cta-button {
    min-width: 0 !important;
    width: 100% !important;
  }
}

@media (max-width: 700px) and (orientation: portrait) {
  .jds-prof-profile__inner {
    width: min(calc(100% - 24px), 620px) !important;
  }

  .jds-prof-profile__hero-photo {
    aspect-ratio: 4 / 3 !important;
    max-height: 360px !important;
  }

  .jds-prof-profile__education-page {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .jds-prof-profile__google-reviews,
  .jds-prof-profile__info-card,
  .jds-prof-profile__schedule {
    padding: 15px !important;
  }

  .jds-prof-profile__schedule-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (orientation: landscape) and (min-width: 560px) and (max-width: 1100px) {
  .jds-prof-profile__education-page {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}



/* -------------------------------------------------------------------------- */
/* 0.28.10 — Padronização mobile/tablet: títulos, cabeçalho, rodapé e perfil */
/* -------------------------------------------------------------------------- */

/*
 * Títulos das seções principais.
 * A mesma escala é usada em todas as páginas. No retrato de celular a
 * tipografia permanece em uma única linha; o título mais comprido de Serviços
 * recebe apenas compactação de espaçamento, sem reduzir a altura da fonte.
 */
@media (max-width: 767px) and (orientation: portrait) {
  .jds-contact-hero .jds-contact-hero__label {
    box-sizing: border-box;
    font-size: clamp(11.5px, 3.33vw, 13px) !important;
    letter-spacing: 0 !important;
    line-height: 1.18 !important;
    max-width: 100% !important;
    overflow: visible !important;
    white-space: nowrap !important;
    width: 100% !important;
  }

  .jds-services-hero .jds-contact-hero__label {
    letter-spacing: -.13em !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .jds-contact-hero .jds-contact-hero__label {
    box-sizing: border-box;
    font-size: 18px !important;
    letter-spacing: .07em !important;
    line-height: 1.2 !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    width: 100% !important;
  }
}

@media (orientation: landscape) and (max-width: 1366px) {
  .jds-contact-hero .jds-contact-hero__label {
    box-sizing: border-box;
    font-size: clamp(13px, 2vw, 18px) !important;
    letter-spacing: .05em !important;
    line-height: 1.2 !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    width: 100% !important;
  }
}

/*
 * Cabeçalho de tablets e celulares em paisagem.
 * O breakpoint depende somente da área útil da tela, evitando que navegadores
 * que reportam pointer:fine exibam o menu desktop sobre o logotipo.
 */
@media (orientation: landscape) and (max-width: 1366px) {
  .jds-main-header__inner {
    align-items: center !important;
    box-sizing: border-box;
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: minmax(48px, 1fr) minmax(0, auto) minmax(48px, 1fr) !important;
    min-height: 78px !important;
    padding: 9px clamp(16px, 3vw, 30px) !important;
  }

  .jds-brand {
    grid-column: 2 !important;
    justify-self: center !important;
    margin: 0 !important;
    max-width: 320px !important;
    min-width: 0 !important;
    width: min(320px, calc(100vw - 150px)) !important;
  }

  .jds-brand .wp-block-site-logo,
  .jds-brand .wp-block-site-logo a,
  .jds-brand .wp-block-site-logo img {
    display: block !important;
    max-width: 100% !important;
  }

  .jds-brand .wp-block-site-logo img {
    height: auto !important;
    max-height: 58px !important;
    width: auto !important;
  }

  .jds-nav {
    grid-column: 3 !important;
    justify-self: end !important;
    margin: 0 !important;
    min-width: 48px !important;
    order: initial !important;
  }

  .jds-header-cta {
    display: none !important;
  }

  .jds-nav .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none !important;
  }

  .jds-nav .wp-block-navigation__responsive-container-open {
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    color: var(--jds-teal-dark) !important;
    display: flex !important;
    height: 48px !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 8px !important;
    width: 48px !important;
  }

  .jds-nav .wp-block-navigation__responsive-container-open svg {
    height: 30px !important;
    width: 30px !important;
  }

  .jds-nav .wp-block-navigation__responsive-container.is-menu-open {
    display: block !important;
  }
}

/*
 * Rodapé em paisagem: duas colunas equilibradas, com divisórias coerentes e
 * início das duas colunas superiores na mesma linha visual.
 */
@media (orientation: landscape) and (min-width: 640px) and (max-width: 1366px) {
  .jds-footer-main {
    padding: 30px 0 22px !important;
  }

  .jds-footer-grid {
    display: grid !important;
    gap: 0 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-inline: auto !important;
    row-gap: 0 !important;
    width: min(calc(100% - 48px), var(--jds-content)) !important;
  }

  .jds-footer-column,
  .jds-footer-column:first-child,
  .jds-footer-column:last-child,
  .jds-footer-column:nth-child(odd),
  .jds-footer-column:nth-child(even) {
    border-left: 0 !important;
    border-top: 1px solid rgba(255,255,255,.14) !important;
    box-sizing: border-box;
    min-width: 0 !important;
    padding: 26px 28px !important;
    width: 100% !important;
  }

  .jds-footer-column:nth-child(odd) {
    padding-left: 0 !important;
  }

  .jds-footer-column:nth-child(even) {
    border-left: 1px solid rgba(255,255,255,.14) !important;
    padding-right: 0 !important;
  }

  .jds-footer-column:nth-child(-n+2) {
    border-top: 0 !important;
    padding-top: 0 !important;
  }

  .jds-footer-column--brand,
  .jds-footer-column--brand .jds-footer-brand-title,
  .jds-footer-column--brand .jds-footer-brand-subtitle,
  .jds-footer-column--brand .jds-footer-brand-records,
  .jds-footer-column--brand .jds-footer-technical,
  .jds-footer-column--technical,
  .jds-footer-column--technical .jds-footer-heading,
  .jds-footer-column--technical .jds-footer-technical-details {
    text-align: left !important;
  }

  .jds-footer-column--brand .jds-footer-social-heading {
    margin-top: 24px !important;
    text-align: center !important;
  }

  .jds-footer-column--brand .jds-footer-social-icons {
    justify-content: center !important;
  }

  .jds-footer-navigation .wp-block-navigation__container {
    display: grid !important;
    gap: 8px 10px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
  }
}

/*
 * Contatos finais em paisagem. Início reutiliza o bloco de Serviços, portanto
 * a regra é aplicada à classe real do bloco e não depende da classe do body.
 */
@media (orientation: landscape) and (max-width: 1366px) {
  .jds-clinic-final-contact__actions,
  .jds-services-final-contact__actions {
    align-items: center !important;
    display: grid !important;
    gap: 12px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    justify-content: center !important;
    margin-inline: auto !important;
    max-width: 980px !important;
    width: 100% !important;
  }

  .jds-clinic-final-contact__actions .jds-final-contact__button,
  .jds-services-final-contact__actions .jds-final-contact__button {
    box-sizing: border-box !important;
    flex: none !important;
    font-size: clamp(11px, 1.35vw, 14px) !important;
    min-width: 0 !important;
    padding-inline: clamp(10px, 1.8vw, 22px) !important;
    width: 100% !important;
  }

  .jds-clinic-final-contact__actions .jds-final-contact__button > span:last-child,
  .jds-services-final-contact__actions .jds-final-contact__button > span:last-child {
    white-space: nowrap !important;
  }
}

/*
 * Registros institucionais em A Clínica e Início. A centralização prevalece
 * inclusive sobre alinhamentos granulares salvos anteriormente no Gutenberg.
 */
@media (max-width: 1024px),
       (orientation: landscape) and (max-width: 1366px) {
  .jds-clinic-environment__carousel--registry .jds-clinic-environment__registry-track,
  .jds-home-clinic-records .jds-clinic-environment__carousel--registry .jds-clinic-environment__registry-track {
    display: grid !important;
    gap: 14px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    transform: none !important;
    width: 100% !important;
  }

  .jds-clinic-environment__carousel--registry .jds-clinic-environment__registry-card,
  .jds-home-clinic-records .jds-clinic-environment__carousel--registry .jds-clinic-environment__registry-card {
    align-items: center !important;
    display: flex !important;
    flex: none !important;
    flex-direction: column !important;
    justify-content: center !important;
    max-width: 100% !important;
    min-width: 0 !important;
    text-align: center !important;
    width: 100% !important;
  }

  .jds-clinic-environment__carousel--registry .jds-clinic-environment__registry-copy,
  .jds-home-clinic-records .jds-clinic-environment__carousel--registry .jds-clinic-environment__registry-copy {
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-width: 0 !important;
    text-align: center !important;
    transform: none !important;
    width: 100% !important;
  }

  .jds-clinic-environment__carousel--registry .jds-clinic-environment__registry-card .jds-clinic-environment__registry-copy strong,
  .jds-clinic-environment__carousel--registry .jds-clinic-environment__registry-card .jds-clinic-environment__registry-copy span:not(.jds-clinic-environment__registry-icon),
  .jds-home-clinic-records .jds-clinic-environment__carousel--registry .jds-clinic-environment__registry-card .jds-clinic-environment__registry-copy strong,
  .jds-home-clinic-records .jds-clinic-environment__carousel--registry .jds-clinic-environment__registry-card .jds-clinic-environment__registry-copy span:not(.jds-clinic-environment__registry-icon) {
    display: block !important;
    margin-inline: auto !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    text-align: center !important;
    white-space: normal !important;
    width: 100% !important;
  }

  .jds-clinic-environment__carousel--registry .jds-clinic-environment__registry-icon,
  .jds-home-clinic-records .jds-clinic-environment__carousel--registry .jds-clinic-environment__registry-icon {
    margin-inline: auto !important;
  }

  .jds-clinic-environment__carousel--registry .jds-clinic-environment__controls,
  .jds-home-clinic-records .jds-clinic-environment__carousel--registry .jds-clinic-environment__controls {
    display: none !important;
  }
}

/*
 * Profissionais — botão final igual ao padrão verde do site, com dimensões
 * idênticas aos CTAs de WhatsApp dos demais blocos.
 */
.jds-professionals-final-contact__action-area {
  justify-items: center;
}

.jds-professionals-final-contact__button {
  background: linear-gradient(135deg, var(--jds-teal-dark), #0b5d63) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 12px 24px rgba(7,63,67,.18) !important;
  box-sizing: border-box !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  min-height: 54px !important;
  padding: 10px 22px !important;
  width: min(100%, 360px) !important;
}

.jds-professionals-final-contact__button:hover,
.jds-professionals-final-contact__button:focus-visible {
  box-shadow: 0 16px 28px rgba(7,63,67,.24) !important;
  filter: brightness(1.03);
}

/*
 * Perfil profissional — disponibilidade em paisagem.
 * Em larguras confortáveis, os seis dias ficam na mesma linha. Em aparelhos
 * muito estreitos, passa automaticamente para 3 + 3 para preservar leitura.
 */
@media (orientation: landscape) and (min-width: 760px) and (max-width: 1366px) {
  .jds-prof-profile__schedule {
    overflow: hidden !important;
    padding: clamp(18px, 2.4vw, 28px) !important;
  }

  .jds-prof-profile__schedule-grid {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .jds-prof-profile__schedule-grid > div {
    min-width: 0 !important;
    padding: 14px 8px !important;
    text-align: center !important;
  }

  .jds-prof-profile__schedule-grid strong {
    font-size: clamp(12px, 1.45vw, 15px) !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
  }

  .jds-prof-profile__schedule-grid span {
    font-size: clamp(10.5px, 1.22vw, 13px) !important;
    line-height: 1.35 !important;
    overflow-wrap: normal !important;
    white-space: normal !important;
  }
}

@media (orientation: landscape) and (max-width: 759px) {
  .jds-prof-profile__schedule-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .jds-prof-profile__schedule-grid > div {
    min-width: 0 !important;
    padding: 12px 8px !important;
    text-align: center !important;
  }
}


/* -------------------------------------------------------------------------- */
/* 0.28.13 — correções definitivas para paisagem em tablet/celular           */
/* -------------------------------------------------------------------------- */

/* A Clínica: registros não são mais um carrossel. A grade estática garante
   que CNPJ, CNES, CRP PJ e Responsável Técnico permaneçam simultaneamente visíveis. */
.jds-clinic-environment__registry-static {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr .8fr .9fr 1.5fr;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.jds-clinic-environment__registry-static .jds-clinic-environment__registry-card {
  box-sizing: border-box;
  min-width: 0;
}

@media (max-width: 1024px),
       (orientation: landscape) and (max-width: 1366px),
       (orientation: landscape) and (max-height: 900px) {
  body .jds-clinic-environment:not(.jds-clinic-environment--editor) .jds-clinic-environment__registry-shell {
    border: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
  }

  body .jds-clinic-environment:not(.jds-clinic-environment--editor) .jds-clinic-environment__registry-static {
    display: grid !important;
    gap: 14px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    transform: none !important;
    width: 100% !important;
  }

  body .jds-clinic-environment:not(.jds-clinic-environment--editor) .jds-clinic-environment__registry-static > .jds-clinic-environment__registry-card {
    align-items: center !important;
    background: #fff !important;
    border: 1px solid rgba(40,35,31,.08) !important;
    border-radius: 16px !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex: none !important;
    flex-direction: column !important;
    gap: 8px !important;
    justify-content: center !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-height: 154px !important;
    min-width: 0 !important;
    padding: 18px 14px !important;
    text-align: center !important;
    width: 100% !important;
  }

  body .jds-clinic-environment:not(.jds-clinic-environment--editor) .jds-clinic-environment__registry-static .jds-clinic-environment__registry-copy {
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    justify-content: center !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    text-align: center !important;
    transform: none !important;
    width: 100% !important;
  }

  body .jds-clinic-environment:not(.jds-clinic-environment--editor) .jds-clinic-environment__registry-static .jds-clinic-environment__registry-copy strong,
  body .jds-clinic-environment:not(.jds-clinic-environment--editor) .jds-clinic-environment__registry-static .jds-clinic-environment__registry-copy span {
    display: block !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    overflow: visible !important;
    overflow-wrap: anywhere !important;
    text-align: center !important;
    white-space: normal !important;
    width: 100% !important;
  }

  body .jds-clinic-environment:not(.jds-clinic-environment--editor) .jds-clinic-environment__registry-static .jds-clinic-environment__registry-icon {
    margin: 0 auto 7px !important;
  }
}

/* 0.28.14 fallback crítico — A Clínica e CTA Profissionais */
@media (max-width:1280px){
  body .jds-clinic-environment:not(.jds-clinic-environment--editor) .jds-clinic-environment__registry-track,
  body .jds-clinic-environment:not(.jds-clinic-environment--editor) .jds-clinic-environment__registry-fixed{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;transform:none!important;width:100%!important}
  body .jds-clinic-environment:not(.jds-clinic-environment--editor) .jds-clinic-environment__registry-track>.jds-clinic-environment__registry-card,
  body .jds-clinic-environment:not(.jds-clinic-environment--editor) .jds-clinic-environment__registry-fixed>.jds-clinic-environment__registry-card{display:flex!important;flex:none!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;min-width:0!important;width:100%!important;max-width:100%!important;text-align:center!important}
  body .jds-clinic-environment:not(.jds-clinic-environment--editor) .jds-clinic-environment__registry-copy{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:100%!important;text-align:center!important;transform:none!important;grid-template-rows:none!important}
  body .jds-clinic-environment:not(.jds-clinic-environment--editor) .jds-clinic-environment__registry-copy strong,
  body .jds-clinic-environment:not(.jds-clinic-environment--editor) .jds-clinic-environment__registry-copy span{text-align:center!important;width:100%!important;white-space:normal!important}
  body .jds-clinic-environment:not(.jds-clinic-environment--editor) .jds-clinic-environment__carousel--registry .jds-clinic-environment__controls{display:none!important}
}
/* 0.28.16 — largura do CTA definida pelo texto de apoio, sem medida fixa. */
@media (orientation:landscape) and (max-width:1366px){
  body .jds-professionals-final-contact .jds-professionals-final-contact__action-area{display:inline-grid!important;align-items:stretch!important;justify-items:stretch!important;justify-self:center!important;width:max-content!important;max-width:100%!important;text-align:center!important}
  body .jds-professionals-final-contact .jds-professionals-final-contact__button.jds-final-contact__button.jds-final-contact__button--whatsapp{display:inline-flex!important;flex:0 0 auto!important;align-self:stretch!important;justify-self:stretch!important;width:100%!important;max-width:100%!important;min-width:0!important;min-height:40px!important;margin:0!important;padding:5px 12px!important;gap:8px!important;font-size:13px!important;white-space:nowrap!important;border-radius:999px!important;background:linear-gradient(90deg,#21a6a2 0%,#0b6970 52%,#063438 100%)!important}
  body .jds-professionals-final-contact .jds-professionals-final-contact__support{width:max-content!important;max-width:100%!important;margin:0!important;white-space:nowrap!important;text-align:center!important}
}

/* -------------------------------------------------------------------------- */
/* 0.29.0 — página reservada de Promoções                                    */
/* -------------------------------------------------------------------------- */
.jds-promotions-page {
  background: var(--jds-bg);
  margin: 0;
  overflow: hidden;
  width: 100%;
}

.jds-promotions-hero-block {
  margin-bottom: var(--jds-promo-hero-margin-bottom, 0px);
  margin-top: var(--jds-promo-hero-margin-top, 0px);
}

.jds-promotions-results-block {
  margin-bottom: var(--jds-promo-archive-margin-bottom, 0px);
  margin-top: var(--jds-promo-archive-margin-top, 0px);
}

.jds-promotions-hero {
  background:
    radial-gradient(circle at 85% 15%, rgba(255,255,255,.08) 0 7%, transparent 7.2%),
    linear-gradient(135deg, var(--jds-teal-dark) 0%, #07565b 100%);
  color: #fff;
  position: relative;
}

.jds-promotions-hero::after {
  background: linear-gradient(90deg, transparent, rgba(209,160,74,.85), transparent);
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}

.jds-promotions-hero__inner,
.jds-promotions-archive__inner {
  box-sizing: border-box;
  margin-inline: auto;
  width: min(calc(100% - 40px), var(--jds-content));
}

.jds-promotions-hero__inner {
  padding: var(--jds-promo-hero-padding-top, 70px) min(var(--jds-promo-hero-indent, 0px), 12vw) var(--jds-promo-hero-padding-bottom, 76px);
}

.jds-promotions-hero__label {
  border-bottom: 3px solid rgba(255,255,255,.88);
  color: var(--jds-tc-label, #fff);
  font-size: var(--jds-promo-hero-label-size, 17px);
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.25;
  margin: 0 0 48px;
  padding: 0 0 18px;
  text-align: var(--jds-ta-label, left);
  text-transform: uppercase;
  width: 100%;
}

.jds-promotions-hero__headline {
  color: var(--jds-tc-headline, #fff);
  font-size: var(--jds-promo-hero-headline-size, 58px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.02;
  margin: 0;
  max-width: 980px;
  text-align: var(--jds-ta-headline, left);
}

.jds-promotions-hero__description {
  color: var(--jds-tc-description, rgba(255,255,255,.9));
  font-size: var(--jds-promo-hero-description-size, 19px);
  line-height: 1.7;
  margin: 30px 0 0;
  max-width: 820px;
  text-align: var(--jds-ta-description, left);
}

.jds-promotions-archive {
  background:
    radial-gradient(circle at 8% 0, rgba(209,160,74,.11), transparent 28%),
    var(--jds-cream);
}

.jds-promotions-archive__inner {
  padding: var(--jds-promo-archive-padding-top, 72px) min(var(--jds-promo-archive-indent, 0px), 12vw) var(--jds-promo-archive-padding-bottom, 84px);
}

.jds-promotions-archive__header {
  margin: 0 auto 32px;
  max-width: 820px;
  text-align: center;
}

.jds-promotions-archive__eyebrow,
.jds-promotion-card__eyebrow {
  color: var(--jds-tc-archive-eyebrow, var(--jds-terracotta));
  display: block;
  font-size: var(--jds-promo-archive-eyebrow-size, 13px);
  font-weight: 800;
  letter-spacing: .17em;
  line-height: 1.3;
  margin: 0 0 14px;
  text-align: var(--jds-ta-archive-eyebrow, center);
}

.jds-promotion-card__eyebrow {
  font-size: var(--jds-promo-promotion-eyebrow-size, 13px);
}

.jds-promotions-archive__title {
  color: var(--jds-tc-archive-title, var(--jds-teal-dark));
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: var(--jds-promo-archive-title-size, 48px);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.05;
  margin: 0;
  text-align: var(--jds-ta-archive-title, center);
}

.jds-promotions-archive__title::after {
  background: var(--jds-gold);
  content: "";
  display: block;
  height: 3px;
  margin: 20px auto 0;
  width: 74px;
}

.jds-promotions-archive__description {
  color: var(--jds-tc-archive-description, var(--jds-muted));
  font-size: var(--jds-promo-archive-description-size, 17px);
  line-height: 1.75;
  margin: 24px auto 0;
  max-width: 720px;
  text-align: var(--jds-ta-archive-description, center);
}

.jds-promotions-archive__list {
  display: grid;
  gap: var(--jds-promo-cards-gap, 30px);
}

.jds-promotion-card {
  background: #fff;
  border: 1px solid rgba(40,35,31,.09);
  border-radius: 24px;
  box-shadow: 0 20px 55px rgba(50,43,36,.08);
  box-sizing: border-box;
  color: var(--jds-tc-promotion-body, var(--jds-ink));
  font-size: var(--jds-promo-card-body-size, 16px);
  overflow: hidden;
  padding: clamp(26px, 5vw, 56px);
  position: relative;
  text-align: var(--jds-promo-card-align, var(--jds-ta-promotion-body, left));
}

.jds-promotion-card::before {
  background: linear-gradient(180deg, var(--jds-gold), var(--jds-terracotta));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 6px;
}

.jds-promotion-card__topline,
.jds-promotion-card__title,
.jds-promotion-card__summary,
.jds-promotion-card__prize,
.jds-promotion-card__rules,
.jds-promotion-card__result {
  margin-left: min(var(--jds-promo-card-indent, 0px), 10vw);
  margin-right: min(var(--jds-promo-card-indent, 0px), 10vw);
}

.jds-promotion-card__topline {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.jds-promotion-card__status {
  background: #eaf5f3;
  border: 1px solid rgba(7,63,67,.12);
  border-radius: 999px;
  color: var(--jds-teal-dark);
  display: inline-flex;
  font-size: var(--jds-promo-promotion-status-size, 12px);
  font-weight: 800;
  letter-spacing: .08em;
  padding: 9px 14px;
  text-transform: uppercase;
  text-align: var(--jds-promo-card-align, left);
}

.jds-promotion-card--planned .jds-promotion-card__status {
  color: var(--jds-tc-status-planned, var(--jds-teal-dark));
  text-align: var(--jds-ta-status-planned, var(--jds-promo-card-align, left));
}

.jds-promotion-card--active .jds-promotion-card__status {
  background: #edf5e9;
  color: var(--jds-tc-status-active, #46633d);
  text-align: var(--jds-ta-status-active, var(--jds-promo-card-align, left));
}

.jds-promotion-card--closed .jds-promotion-card__status {
  color: var(--jds-tc-status-closed, var(--jds-teal-dark));
  text-align: var(--jds-ta-status-closed, var(--jds-promo-card-align, left));
}

.jds-promotion-card--result .jds-promotion-card__status {
  color: var(--jds-tc-status-result, var(--jds-teal-dark));
  text-align: var(--jds-ta-status-result, var(--jds-promo-card-align, left));
}

.jds-promotion-card__period {
  color: var(--jds-tc-promotion-meta, var(--jds-muted));
  font-size: var(--jds-promo-promotion-meta-size, 14px);
  text-align: var(--jds-ta-period-label, var(--jds-promo-card-align, left));
}

.jds-promotion-card__period strong {
  color: var(--jds-tc-period-label, currentColor);
}

.jds-promotion-card__title {
  color: var(--jds-tc-promotion-title, var(--jds-teal-dark));
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: var(--jds-promo-card-title-size, 42px);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.06;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: var(--jds-ta-promotion-title, var(--jds-promo-card-align, left));
}

.jds-promotion-card__summary {
  color: var(--jds-tc-promotion-body, var(--jds-muted));
  font-size: 1em;
  line-height: 1.78;
  text-align: var(--jds-ta-promotion-body, var(--jds-promo-card-align, left));
}

.jds-promotion-card__summary > :first-child,
.jds-promotion-card__rules-content > :first-child,
.jds-promotion-card__result-text > :first-child {
  margin-top: 0;
}

.jds-promotion-card__summary > :last-child,
.jds-promotion-card__rules-content > :last-child,
.jds-promotion-card__result-text > :last-child {
  margin-bottom: 0;
}

.jds-promotion-card__prize {
  align-items: center;
  background: #fbf6eb;
  border: 1px solid rgba(209,160,74,.3);
  border-radius: 16px;
  display: flex;
  gap: 12px 20px;
  justify-content: space-between;
  margin-top: 28px;
  padding: 17px 20px;
}

.jds-promotion-card__prize span {
  color: var(--jds-tc-prize-label, var(--jds-tc-promotion-meta, var(--jds-muted)));
  font-size: var(--jds-promo-promotion-prize-label-size, 12px);
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-align: var(--jds-ta-prize-label, var(--jds-promo-card-align, left));
}

.jds-promotion-card__prize strong {
  color: var(--jds-tc-prize-value, var(--jds-teal-dark));
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: var(--jds-promo-promotion-prize-value-size, 24px);
  font-weight: 600;
  text-align: var(--jds-ta-prize-value, var(--jds-promo-card-align, left));
}

.jds-promotion-card__rules,
.jds-promotion-card__result {
  border-top: 1px solid var(--jds-border);
  margin-top: 34px;
  padding-top: 32px;
}

.jds-promotion-card__rules .jds-promotion-card__eyebrow {
  color: var(--jds-tc-rules-label, var(--jds-terracotta));
  text-align: var(--jds-ta-rules-label, var(--jds-promo-card-align, left));
}

.jds-promotion-card__rules-content,
.jds-promotion-card__result-text {
  color: var(--jds-tc-promotion-body, var(--jds-muted));
  line-height: 1.78;
  text-align: var(--jds-ta-promotion-body, var(--jds-promo-card-align, left));
}

.jds-promotion-card__rules-content ul,
.jds-promotion-card__rules-content ol {
  padding-left: 1.35em;
}

.jds-promotion-card__result {
  background: linear-gradient(135deg, #f0f7f5, #f8fbfa);
  border: 1px solid rgba(7,63,67,.1);
  border-radius: 20px;
  padding: clamp(24px, 4vw, 38px);
}

.jds-promotion-card__result .jds-promotion-card__eyebrow {
  color: var(--jds-tc-result-label, var(--jds-terracotta));
  text-align: var(--jds-ta-result-label, var(--jds-promo-card-align, left));
}

.jds-promotion-card__result-title {
  color: var(--jds-tc-result-title, var(--jds-teal-dark));
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: var(--jds-promo-promotion-result-title-size, 40px);
  font-weight: 600;
  line-height: 1.08;
  margin: 0 0 18px;
  text-align: var(--jds-ta-result-title, var(--jds-promo-card-align, left));
}

.jds-promotion-card__result-meta {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 26px 0 0;
}

.jds-promotion-card__result-meta > div {
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(7,63,67,.09);
  border-radius: 14px;
  padding: 15px 17px;
}

.jds-promotion-card__result-meta dt {
  color: var(--jds-tc-promotion-meta, var(--jds-muted));
  font-size: min(var(--jds-promo-promotion-meta-size, 14px), 16px);
  font-weight: 800;
  letter-spacing: .1em;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.jds-promotion-card__winner dt {
  color: var(--jds-tc-winner-label, var(--jds-tc-promotion-meta, var(--jds-muted)));
  text-align: var(--jds-ta-winner-label, var(--jds-promo-card-align, left));
}

.jds-promotion-card__draw-date dt {
  color: var(--jds-tc-draw-date-label, var(--jds-tc-promotion-meta, var(--jds-muted)));
  text-align: var(--jds-ta-draw-date-label, var(--jds-promo-card-align, left));
}

.jds-promotion-card__result-meta dd {
  color: var(--jds-teal-dark);
  font-size: var(--jds-promo-promotion-meta-size, 14px);
  font-weight: 700;
  margin: 0;
  text-align: var(--jds-ta-promotion-meta, var(--jds-promo-card-align, left));
}

.jds-promotion-card__winner dd {
  color: var(--jds-tc-winner-value, var(--jds-teal-dark));
  text-align: var(--jds-ta-winner-value, var(--jds-promo-card-align, left));
}

.jds-promotion-card__winner--multiple {
  grid-column: 1 / -1;
}

.jds-promotion-card__winners-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 1.4em;
}

.jds-promotion-card__winners-list li {
  padding-left: .25em;
}

.jds-promotion-card__winners-list span,
.jds-promotion-card__winner-detail {
  display: block;
}

.jds-promotion-card__winners-list small,
.jds-promotion-card__winner-detail {
  color: var(--jds-tc-promotion-meta, var(--jds-muted));
  font-size: .88em;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 2px;
}

.jds-promotion-card__draw-date dd {
  color: var(--jds-tc-draw-date-value, var(--jds-teal-dark));
  text-align: var(--jds-ta-draw-date-value, var(--jds-promo-card-align, left));
}

.jds-promotion-card__video {
  margin-top: 30px;
}

.jds-promotion-card__video-title {
  color: var(--jds-tc-video-title, var(--jds-teal-dark));
  display: block;
  font-size: var(--jds-promo-promotion-video-title-size, 18px);
  font-weight: 800;
  margin: 0 0 7px;
  text-align: var(--jds-ta-video-title, var(--jds-promo-card-align, left));
}

.jds-promotion-card__video-description {
  color: var(--jds-tc-video-description, var(--jds-muted));
  font-size: var(--jds-promo-promotion-video-description-size, 13px);
  line-height: 1.6;
  margin: 0 0 15px;
  text-align: var(--jds-ta-video-description, var(--jds-promo-card-align, left));
}

.jds-promotion-card__video-frame {
  align-items: center;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at center, rgba(255,255,255,.12), transparent 32%),
    linear-gradient(135deg, var(--jds-teal-dark), #0b6970);
  border-radius: 18px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.jds-promotion-card__video-button {
  align-items: center;
  appearance: none;
  background: #fff;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0,0,0,.16);
  color: var(--jds-tc-video-button, var(--jds-teal-dark));
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: var(--jds-promo-promotion-video-button-size, 14px);
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  max-width: calc(100% - 32px);
  padding: 12px 20px;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}

.jds-promotion-card__video-button:hover,
.jds-promotion-card__video-button:focus-visible {
  box-shadow: 0 16px 34px rgba(0,0,0,.2);
  transform: translateY(-2px);
}

.jds-promotion-card__play {
  align-items: center;
  background: var(--jds-terracotta);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 30px;
  font-size: 11px;
  height: 30px;
  justify-content: center;
  padding-left: 2px;
  width: 30px;
}

.jds-promotion-card__video-iframe {
  border: 0;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.jds-promotion-card__external-video a {
  color: var(--jds-tc-external-video, var(--jds-teal-dark));
  font-weight: 800;
}

.jds-promotion-card__external-video {
  text-align: var(--jds-ta-external-video, var(--jds-promo-card-align, left));
}

.jds-promotions-archive__empty {
  color: var(--jds-tc-empty, var(--jds-muted));
  font-size: var(--jds-promo-empty-text-size, 17px);
  margin: 0;
  padding: 40px 20px;
  text-align: var(--jds-ta-empty, center);
}

.jds-promotions-page--editor .jds-promotions-hero__inner,
.jds-promotions-page--editor .jds-promotions-archive__inner {
  width: min(calc(100% - 32px), 980px);
}

.jds-promotions-page--editor .jds-promotion-card {
  pointer-events: none;
}

@media (max-width: 767px) {
  .jds-promotions-hero__inner,
  .jds-promotions-archive__inner {
    width: min(calc(100% - 30px), var(--jds-content));
  }

  .jds-promotions-hero__inner {
    padding-bottom: min(var(--jds-promo-hero-padding-bottom, 76px), 68px);
    padding-top: min(var(--jds-promo-hero-padding-top, 70px), 62px);
  }

  .jds-promotions-hero__label {
    font-size: min(var(--jds-promo-hero-label-size, 17px), 14px);
    letter-spacing: .1em;
    margin-bottom: 34px;
    padding-bottom: 14px;
    white-space: nowrap;
  }

  .jds-promotions-hero__headline {
    font-size: min(var(--jds-promo-hero-headline-size, 58px), 42px);
    line-height: 1.04;
  }

  .jds-promotions-hero__description {
    font-size: min(var(--jds-promo-hero-description-size, 19px), 17px);
    line-height: 1.65;
    margin-top: 24px;
  }

  .jds-promotions-archive__inner {
    padding-bottom: min(var(--jds-promo-archive-padding-bottom, 84px), 70px);
    padding-top: min(var(--jds-promo-archive-padding-top, 72px), 60px);
  }

  .jds-promotions-archive__title {
    font-size: min(var(--jds-promo-archive-title-size, 48px), 38px);
  }

  .jds-promotion-card {
    border-radius: 19px;
    padding: 28px 21px 24px;
  }

  .jds-promotion-card__topline {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 21px;
  }

  .jds-promotion-card__title {
    font-size: min(var(--jds-promo-card-title-size, 42px), 36px);
  }

  .jds-promotion-card__prize {
    align-items: flex-start;
    flex-direction: column;
  }

  .jds-promotion-card__result {
    border-radius: 16px;
    padding: 23px 18px;
  }

  .jds-promotion-card__result-meta {
    grid-template-columns: 1fr;
  }

  .jds-promotion-card__video-frame {
    border-radius: 14px;
  }

  .jds-promotion-card__video-button {
    font-size: 12px;
    padding: 10px 14px;
  }
}

/* -------------------------------------------------------------------------- */
/* 0.29.6 — Botão flutuante global do WhatsApp                               */
/* -------------------------------------------------------------------------- */

.jds-floating-whatsapp {
  align-items: center;
  background: transparent;
  border: 0;
  bottom: max(22px, env(safe-area-inset-bottom));
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  padding: 0;
  position: fixed;
  right: clamp(14px, 2vw, 30px);
  text-decoration: none;
  transition: transform .2s ease, filter .2s ease;
  width: max-content;
  z-index: 9998;
}

.jds-floating-whatsapp__icon {
  align-items: center;
  background: #25d366;
  border: 2px solid rgba(255,255,255,.38);
  border-radius: 50%;
  box-shadow: 0 6px 10px rgba(4,63,46,.36), 0 0 0 1px rgba(7,63,67,.14);
  box-sizing: border-box;
  display: inline-flex;
  height: 68px;
  justify-content: center;
  transition: box-shadow .2s ease;
  width: 68px;
}

.jds-floating-whatsapp__icon svg {
  display: block;
  fill: currentColor;
  height: 42px;
  width: 42px;
}

.jds-floating-whatsapp__label {
  background: #fff;
  border: 1px solid rgba(7,63,67,.22);
  border-radius: 5px;
  box-shadow: 0 3px 8px rgba(4,31,34,.2);
  color: #111;
  display: block;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  padding: 5px 8px;
  white-space: nowrap;
}

.jds-floating-whatsapp:hover,
.jds-floating-whatsapp:focus-visible {
  color: #fff;
  filter: saturate(1.08);
  outline: none;
  transform: translateY(-2px);
}

.jds-floating-whatsapp:hover .jds-floating-whatsapp__icon,
.jds-floating-whatsapp:focus-visible .jds-floating-whatsapp__icon {
  box-shadow: 0 9px 18px rgba(4,63,46,.4), 0 0 0 1px rgba(7,63,67,.14);
}

.jds-floating-whatsapp:focus-visible .jds-floating-whatsapp__icon {
  outline: 3px solid rgba(213,170,79,.82);
  outline-offset: 3px;
}

.jds-floating-whatsapp:active {
  transform: translateY(0);
}

@media (max-width: 700px) {
  .jds-floating-whatsapp {
    bottom: max(14px, env(safe-area-inset-bottom));
    right: 12px;
  }

  .jds-floating-whatsapp__icon {
    height: 58px;
    width: 58px;
  }

  .jds-floating-whatsapp__icon svg {
    height: 36px;
    width: 36px;
  }

  .jds-floating-whatsapp__label {
    font-size: 12px;
    padding: 4px 7px;
  }
}

@media (orientation: landscape) and (max-height: 600px) {
  .jds-floating-whatsapp {
    bottom: max(10px, env(safe-area-inset-bottom));
    right: 10px;
  }

  .jds-floating-whatsapp__icon {
    height: 54px;
    width: 54px;
  }

  .jds-floating-whatsapp__icon svg {
    height: 34px;
    width: 34px;
  }

  .jds-floating-whatsapp__label {
    font-size: 11px;
    padding: 4px 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jds-floating-whatsapp {
    transition: none;
  }
}

@media print {
  .jds-floating-whatsapp {
    display: none !important;
  }
}
