/* Camada visual compartilhada pelas páginas geográficas piloto. */
.geo-page main {
  text-align: left;
}

.geo-page figure {
  margin: 0;
}

.geo-page h1,
.geo-page h2,
.geo-page h3 {
  font-weight: 700;
  text-wrap: pretty;
}

.geo-page p {
  text-wrap: pretty;
}

.geo-page h1 {
  max-width: 720px;
  font-size: clamp(2.55rem, 3.8vw, 3.65rem);
  line-height: 1.08;
}

.geo-page h2 {
  font-size: clamp(2rem, 2.8vw, 2.8rem);
  line-height: 1.16;
}

.geo-page h3 {
  font-size: 1.18rem;
}

.geo-page .geo-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(34, 201, 90, .18), transparent 24%),
    linear-gradient(135deg, #f6f9f7 0%, #e9f2ed 100%);
}

.geo-hero-inner {
  padding-top: 25px;
  padding-bottom: 28px;
}

.geo-hero-grid {
  display: grid;
  min-height: 535px;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: 58px;
  align-items: center;
  margin-top: 20px;
}

.geo-hero-copy {
  min-width: 0;
  padding: 34px 0;
}

.geo-location-label {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-bottom: 15px;
  color: #5f6963;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.geo-location-label span {
  color: var(--green-dark);
}

.geo-focus {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 19px;
  color: #176833;
  font-size: .69rem;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.geo-focus::before {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(34, 201, 90, .13);
  content: "";
}

.geo-hero-copy h1 {
  margin-bottom: 23px;
}

.geo-hero-lead {
  max-width: 660px;
  margin-bottom: 29px;
  color: #4d5751;
  font-size: 1.05rem;
  line-height: 1.68;
}

.geo-hero-lead strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 1.08em;
  font-weight: 800;
  line-height: 1.5;
}

.geo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.geo-hero-reassurance {
  max-width: 610px;
  margin: 14px 0 0;
  color: #5e6962;
  font-size: .72rem;
  font-weight: 600;
  line-height: 1.55;
}

.geo-hero-visual {
  position: relative;
  min-width: 0;
  height: 535px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #171918;
  box-shadow: 0 30px 70px rgba(20, 29, 24, .18);
}

.geo-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 25% center;
}

.geo-hero-visual::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  content: "";
  background: linear-gradient(transparent, rgba(14, 20, 16, .76));
  pointer-events: none;
}

.geo-visual-note {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: grid;
  gap: 4px;
  color: var(--white);
}

.geo-visual-note span {
  color: #baf1ca;
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.geo-visual-note strong {
  font-size: 1rem;
  line-height: 1.4;
}

.geo-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 19px 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #303632;
  border-radius: var(--radius-sm);
  background: var(--ink);
  box-shadow: 0 18px 45px rgba(27, 38, 31, .12);
  list-style: none;
}

.geo-trust li {
  min-width: 0;
  padding: 15px 20px;
  border-right: 1px solid #303632;
  color: var(--white);
  background: #1d211f;
}

.geo-trust li:last-child {
  border-right: 0;
}

.geo-trust span {
  display: block;
  margin-bottom: 2px;
  color: #91a097;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.geo-trust strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: .77rem;
  line-height: 1.35;
}

.geo-section {
  padding: 105px 0;
}

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

.geo-section-dark {
  color: var(--white);
  background: #1d201e;
}

.geo-heading {
  max-width: 820px;
  margin-bottom: 52px;
}

.geo-heading > p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.04rem;
}

.geo-section-dark .geo-heading > p:not(.eyebrow) {
  color: #bbc5bf;
}

.geo-answer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
  gap: 72px;
  align-items: start;
}

.geo-answer-title {
  position: sticky;
  top: calc(var(--header-height) + 36px);
}

.geo-answer-title .geo-index {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  place-items: center;
  border: 1px solid rgba(14, 145, 67, .24);
  border-radius: 50%;
  color: var(--green-dark);
  background: #e7f8ed;
  box-shadow: 0 9px 22px rgba(14, 145, 67, .1);
  font-size: .88rem;
  font-weight: 900;
  letter-spacing: .03em;
}

.geo-answer-copy {
  max-width: 650px;
}

.geo-answer-copy .geo-lead {
  color: var(--ink);
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.6;
}

.geo-answer-copy p {
  color: var(--muted);
}

.geo-answer-copy .geo-inline-cta {
  margin-top: 10px;
}

.geo-section-action {
  display: flex;
  justify-content: flex-start;
  margin-top: 34px;
}

.geo-howto-action {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding: 24px 26px;
  border: 1px solid #cfe3d6;
  border-radius: var(--radius-sm);
  background: var(--white);
}

.geo-howto-action p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.6;
}

.geo-howto-action strong {
  color: var(--ink);
}

.geo-howto-action .button {
  flex: 0 0 auto;
}

.geo-note {
  margin-top: 28px;
  padding: 23px 24px;
  border-left: 4px solid var(--green);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  color: #38413b;
  background: var(--green-soft);
  font-size: .91rem;
}

.geo-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 54px;
  align-items: start;
}

.geo-map-card {
  align-self: start;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow);
}

.geo-map-card iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.geo-map-caption {
  margin: 0;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px 18px;
  border-top: 1px solid var(--line);
  color: #48544c;
  background: linear-gradient(135deg, #f5faf7, #edf7f1);
  font-size: .76rem;
  font-weight: 600;
  line-height: 1.45;
}

.geo-map-caption::before {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(14, 145, 67, .2);
  border-radius: 50%;
  color: var(--green-dark);
  background: var(--white);
  box-shadow: 0 6px 14px rgba(14, 145, 67, .08);
  content: "i";
  font-size: .82rem;
  font-weight: 900;
}

.geo-local-copy {
  align-self: center;
}

.geo-local-copy h2 {
  margin-bottom: 22px;
}

.geo-local-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.geo-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 30px 0 21px;
}

.geo-fact {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
}

.geo-fact strong {
  display: block;
  margin-bottom: 3px;
  overflow-wrap: anywhere;
  font-size: 1rem;
  line-height: 1.35;
}

.geo-fact span {
  color: var(--muted);
  font-size: .7rem;
  font-weight: 650;
  line-height: 1.45;
}

.geo-source-link {
  color: var(--green-dark);
  font-size: .75rem;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.geo-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.geo-card {
  min-width: 0;
  min-height: 255px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
}

.geo-card-number {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 34px;
  place-items: center;
  border: 1px solid rgba(14, 145, 67, .24);
  border-radius: 50%;
  color: var(--green-dark);
  background: #e7f8ed;
  box-shadow: 0 8px 20px rgba(14, 145, 67, .09);
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .04em;
}

.geo-card h3 {
  margin-bottom: 11px;
}

.geo-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: .9rem;
}

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

.geo-region-card {
  min-width: 0;
  padding: 25px;
  border: 1px solid #3a3f3c;
  border-radius: var(--radius-sm);
  background: #232725;
}

.geo-region-card span {
  display: block;
  margin-bottom: 34px;
  color: var(--green);
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.geo-region-card h3 {
  margin-bottom: 10px;
}

.geo-region-card p {
  color: #b9c2bc;
  font-size: .84rem;
}

.geo-region-card a {
  display: inline-flex;
  margin-top: 9px;
  color: var(--green);
  font-size: .76rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.geo-gout-shell {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 60px;
  padding: 56px;
  border-radius: var(--radius-lg);
  color: var(--white);
  background:
    radial-gradient(circle at 95% 10%, rgba(34, 201, 90, .24), transparent 25%),
    #171918;
}

.geo-gout-copy h2 {
  font-size: clamp(1.9rem, 2.35vw, 2.45rem);
}

.geo-gout-copy > p:not(.eyebrow) {
  color: #c0c8c3;
}

.geo-gout-copy .button {
  margin-top: 14px;
}

.geo-clinical-source {
  margin-top: 22px;
  color: #8f9b94 !important;
  font-size: .69rem;
  line-height: 1.55;
}

.geo-clinical-source a {
  color: #b8f0c8;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.geo-clinical-source a:hover {
  color: var(--green);
}

.geo-gout-signals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: center;
  align-content: start;
  gap: 10px;
}

.geo-gout-signals article {
  min-width: 0;
  min-height: 220px;
  padding: 23px;
  border: 1px solid #343a36;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, .035);
}

.geo-gout-signals span {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  place-items: center;
  border: 1px solid rgba(34, 201, 90, .3);
  border-radius: 50%;
  color: var(--green);
  background: rgba(34, 201, 90, .1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .14);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .03em;
}

.geo-gout-signals h3 {
  margin-bottom: 9px;
  overflow-wrap: anywhere;
}

.geo-gout-signals p {
  color: #b9c2bc;
  font-size: .82rem;
}

.geo-concepts-intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
  align-items: end;
  margin-bottom: 38px;
}

.geo-concepts-intro .geo-heading {
  margin-bottom: 0;
}

.geo-concepts-summary {
  padding: 4px 0 4px 28px;
  border-left: 3px solid var(--green);
}

.geo-concepts-summary p {
  max-width: 690px;
  margin: 0;
  color: var(--muted);
}

.geo-concepts-summary strong {
  color: var(--ink);
}

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

.geo-concept-card {
  min-width: 0;
  min-height: 250px;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
  box-shadow: 0 12px 32px rgba(20, 51, 32, .045);
}

.geo-term {
  display: inline-flex;
  margin-bottom: 35px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--green-dark);
  background: var(--green-soft);
  font-size: .61rem;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.geo-concept-card h3 {
  margin-bottom: 11px;
  overflow-wrap: anywhere;
}

.geo-concept-card p {
  margin: 0;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.65;
}

.geo-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.geo-process li {
  min-width: 0;
  min-height: 270px;
  padding: 27px 25px;
  border-right: 1px solid var(--line);
}

.geo-process li:last-child {
  border-right: 0;
}

.geo-process span {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 34px;
  place-items: center;
  border: 1px solid rgba(14, 145, 67, .24);
  border-radius: 50%;
  color: var(--green-dark);
  background: #e7f8ed;
  box-shadow: 0 9px 22px rgba(14, 145, 67, .1);
  font-size: .88rem;
  font-weight: 900;
  letter-spacing: .03em;
}

.geo-process h3 {
  margin-bottom: 10px;
}

.geo-process p {
  color: var(--muted);
  font-size: .84rem;
}

.geo-comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.geo-mode-card {
  min-width: 0;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
}

.geo-mode-card.is-online {
  border-color: #86dea4;
  background: #effbf3;
}

.geo-mode-card h3 {
  margin-bottom: 9px;
  font-size: 1.45rem;
}

.geo-mode-card > p {
  color: var(--muted);
}

.geo-mode-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.geo-mode-card li {
  position: relative;
  padding-left: 19px;
  color: #465049;
  font-size: .88rem;
}

.geo-mode-card li::before {
  position: absolute;
  top: .62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  content: "";
}

.geo-doctor {
  overflow: hidden;
  color: var(--white);
  background: #171918;
}

.geo-doctor-grid {
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: center;
}

.geo-doctor-image {
  width: min(100%, 520px);
  height: auto;
  aspect-ratio: 1;
  justify-self: start;
  overflow: visible;
}

.geo-doctor-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.geo-doctor-copy {
  max-width: 650px;
}

.geo-doctor-copy h2 {
  font-size: clamp(1.95rem, 2.6vw, 2.65rem);
}

.geo-doctor-copy > p:not(.eyebrow) {
  color: #c1c9c4;
}

.geo-credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.geo-credentials li {
  padding: 8px 12px;
  border: 1px solid #3b413d;
  border-radius: 999px;
  color: #dbe2dd;
  font-size: .68rem;
  font-weight: 750;
}

.geo-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: start;
}

.geo-faq-title {
  position: sticky;
  top: calc(var(--header-height) + 36px);
}

.geo-faq-title h2 {
  font-size: clamp(1.95rem, 2.55vw, 2.55rem);
}

.geo-faq-list {
  border-top: 2px solid var(--ink);
}

.geo-faq-group-title {
  margin: 34px 0 0;
  padding: 0 0 14px;
  border-bottom: 1px solid var(--line);
  color: var(--green-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.geo-faq-group-title:first-child {
  margin-top: 24px;
}

.geo-faq-list details {
  border-bottom: 1px solid var(--line);
}

.geo-faq-list summary {
  display: grid;
  grid-template-columns: 1fr 30px;
  gap: 20px;
  align-items: center;
  padding: 25px 0;
  cursor: pointer;
  font-size: .98rem;
  font-weight: 750;
  list-style: none;
}

.geo-faq-list summary::-webkit-details-marker {
  display: none;
}

.geo-faq-list summary::after {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--green-soft);
  content: "+";
  font-size: 1.2rem;
  line-height: 1;
}

.geo-faq-list details[open] summary::after {
  content: "−";
}

.geo-faq-list details > div {
  max-width: 730px;
  padding: 0 48px 24px 0;
  color: var(--muted);
  font-size: .91rem;
}

.geo-sources {
  padding: 55px 0;
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.geo-reviewed {
  max-width: 320px;
  margin-top: 14px;
  color: var(--muted);
  font-size: .78rem;
}

.geo-reviewed time {
  color: var(--ink);
  font-weight: 750;
}

.geo-sources-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 56px;
}

.geo-sources h2 {
  font-size: 1.35rem;
}

.geo-sources-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.geo-sources-list a {
  display: block;
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
}

.geo-sources-list strong,
.geo-sources-list span {
  display: block;
  overflow-wrap: anywhere;
}

.geo-sources-list strong {
  margin-bottom: 5px;
  font-size: .83rem;
}

.geo-sources-list span {
  color: var(--muted);
  font-size: .68rem;
}

.geo-page .final-cta h2 {
  font-size: clamp(2rem, 3vw, 2.85rem);
}

.geo-city-directory {
  background:
    radial-gradient(circle at 92% 8%, rgba(34, 201, 90, .09), transparent 24%),
    #f3f7f5;
}

.geo-directory-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 42px;
  align-items: end;
  margin-bottom: 42px;
}

.geo-directory-header .geo-heading {
  margin-bottom: 0;
}

.geo-directory-total {
  display: grid;
  min-width: 190px;
  padding: 20px 22px;
  border: 1px solid rgba(14, 145, 67, .18);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 12px 30px rgba(20, 51, 32, .06);
}

.geo-directory-total strong {
  color: var(--ink);
  font-size: 1.35rem;
}

.geo-directory-total span {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 650;
}

.geo-city-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}

.geo-city-group {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
  box-shadow: 0 8px 24px rgba(20, 51, 32, .04);
}

.geo-city-group[open] {
  grid-column: 1 / -1;
}

.geo-city-group summary {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 28px;
  gap: 13px;
  align-items: center;
  padding: 15px 16px;
  cursor: pointer;
  list-style: none;
}

.geo-city-group summary::-webkit-details-marker {
  display: none;
}

.geo-city-letter {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(14, 145, 67, .2);
  border-radius: 50%;
  color: var(--green-dark);
  background: #e7f8ed;
  font-size: .9rem;
  font-weight: 900;
}

.geo-city-group summary strong {
  color: var(--ink);
  font-size: .9rem;
}

.geo-city-group summary strong small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: .68rem;
  font-weight: 650;
}

.geo-city-group summary::after {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: var(--green-dark);
  background: var(--green-soft);
  content: "+";
  font-size: 1rem;
  font-weight: 850;
}

.geo-city-group[open] summary::after {
  content: "−";
}

.geo-city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 5px 16px 18px;
  border-top: 1px solid #edf1ef;
}

.geo-city-group[open] .geo-city-list {
  padding-top: 16px;
}

.geo-city-list a,
.geo-city-list span {
  display: inline-flex;
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid #e0e7e3;
  border-radius: 999px;
  color: #536058;
  background: #f8faf9;
  font-size: .71rem;
  font-weight: 650;
  line-height: 1.2;
}

.geo-city-list a {
  border-color: rgba(14, 145, 67, .3);
  color: var(--green-dark);
  background: #eaf9ef;
  font-weight: 800;
  text-decoration: none;
}

.geo-city-list a:hover {
  border-color: var(--green-dark);
  color: var(--white);
  background: var(--green-dark);
}

.geo-nearby-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.geo-nearby-list a {
  display: flex;
  min-height: 58px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
  background: var(--white);
  font-size: .9rem;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

.geo-nearby-list a:hover {
  border-color: var(--green-dark);
  color: var(--green-dark);
  transform: translateY(-2px);
}

.geo-directory-note {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: .75rem;
  line-height: 1.55;
}

/* Legibilidade reforçada para o público das páginas estaduais e municipais. */
.geo-page main {
  font-size: 1.0625rem;
}

.geo-page main p,
.geo-page main li,
.geo-page main summary {
  line-height: 1.72;
}

.geo-page h3 {
  font-size: 1.25rem;
  line-height: 1.35;
}

.geo-page .primary-nav > a:not(.button) {
  font-size: .92rem;
}

.geo-page .button-small {
  font-size: .88rem;
}

.geo-page .breadcrumb ol {
  font-size: .86rem;
}

.geo-location-label,
.geo-focus {
  font-size: .8rem;
}

.geo-hero-lead {
  font-size: 1.12rem;
}

.geo-hero-reassurance {
  font-size: .88rem;
  line-height: 1.65;
}

.geo-visual-note span {
  font-size: .74rem;
}

.geo-visual-note strong {
  font-size: 1.08rem;
}

.geo-trust span {
  font-size: .7rem;
}

.geo-trust strong {
  font-size: .9rem;
  line-height: 1.5;
}

.geo-heading > p:not(.eyebrow),
.geo-local-copy > p:not(.eyebrow),
.geo-concepts-summary p,
.geo-answer-copy p,
.geo-gout-copy > p:not(.eyebrow),
.geo-doctor-copy > p:not(.eyebrow) {
  font-size: 1.05rem;
  line-height: 1.75;
}

.geo-answer-copy .geo-lead {
  font-size: 1.22rem;
}

.geo-howto-action p,
.geo-card p,
.geo-region-card p,
.geo-gout-signals p,
.geo-concept-card p,
.geo-process p,
.geo-mode-card > p,
.geo-mode-card li,
.geo-faq-list details > div {
  font-size: 1rem;
  line-height: 1.72;
}

.geo-map-caption {
  font-size: .9rem;
  line-height: 1.6;
}

.geo-fact strong {
  font-size: 1.15rem;
}

.geo-fact span {
  font-size: .86rem;
  line-height: 1.55;
}

.geo-source-link,
.geo-region-card a {
  font-size: .88rem;
}

.geo-term,
.geo-region-card span {
  font-size: .72rem;
}

.geo-faq-list summary {
  font-size: 1.06rem;
  line-height: 1.5;
}

.geo-reviewed,
.geo-sources-list span,
.geo-directory-note {
  font-size: .88rem;
  line-height: 1.6;
}

.geo-sources-list strong {
  font-size: 1rem;
}

.geo-city-group summary strong {
  font-size: 1rem;
}

.geo-city-group summary strong small {
  font-size: .82rem;
}

.geo-city-list a,
.geo-city-list span {
  font-size: .86rem;
  line-height: 1.35;
}

.geo-page .results-heading .section-heading > p:not(.eyebrow),
.geo-page .testimonials-heading .section-heading > p:not(.eyebrow) {
  font-size: 1.05rem;
  line-height: 1.75;
}

.geo-page .results-position,
.geo-page .result-card figcaption {
  font-size: .9rem;
}

.geo-page .result-card figcaption strong,
.geo-page .result-label {
  font-size: .8rem;
}

.geo-page .results-education p,
.geo-page .results-action > p,
.geo-page .testimonials-action > p {
  font-size: 1rem;
  line-height: 1.7;
}

.geo-page .testimonials-source strong {
  font-size: 1rem;
}

.geo-page .testimonials-source small,
.geo-page .testimonials-toolbar > p,
.geo-page .testimonials-controls > span {
  font-size: .86rem;
  line-height: 1.55;
}

.geo-page .testimonial-card blockquote {
  font-size: 1.05rem;
  line-height: 1.75;
}

.geo-page .testimonial-card cite {
  font-size: .92rem;
}

.geo-page .testimonial-card footer div span {
  font-size: .78rem;
}

.geo-proof-link {
  display: inline-flex;
  align-items: center;
  color: #d5ddd8;
  font-size: .95rem;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.geo-proof-link:hover {
  color: var(--green);
}

@media (max-width: 1080px) {
  .geo-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(370px, .8fr);
    gap: 35px;
  }

  .geo-page h1 {
    font-size: clamp(2.6rem, 4.8vw, 3.6rem);
  }

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

  .geo-answer-grid,
  .geo-concepts-intro,
  .geo-sources-grid {
    grid-template-columns: 1fr;
  }

  .geo-answer-grid,
  .geo-concepts-intro {
    gap: 42px;
  }

  .geo-answer-title {
    position: static;
  }

  .geo-sources-grid {
    gap: 34px;
  }

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

  .geo-gout-shell {
    gap: 45px;
    padding: 45px;
  }
}

@media (max-width: 900px) {
  .geo-section {
    padding: 86px 0;
  }

  .geo-hero-grid,
  .geo-map-layout,
  .geo-answer-grid,
  .geo-gout-shell,
  .geo-doctor-grid,
  .geo-faq-grid,
  .geo-sources-grid {
    grid-template-columns: 1fr;
  }

  .geo-hero-grid {
    min-height: 0;
    gap: 0;
  }

  .geo-hero-visual {
    height: 500px;
  }

  .geo-answer-grid,
  .geo-concepts-intro,
  .geo-faq-grid {
    gap: 42px;
  }

  .geo-concepts-intro {
    grid-template-columns: 1fr;
  }

  .geo-answer-title,
  .geo-faq-title {
    position: static;
  }

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

  .geo-nearby-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .geo-card:last-child {
    grid-column: 1 / -1;
  }

  .geo-gout-shell {
    gap: 40px;
  }

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

  .geo-process li:nth-child(2) {
    border-right: 0;
  }

  .geo-process li:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .geo-doctor-image {
    width: min(100%, 520px);
    height: auto;
  }

  .geo-city-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .geo-nearby-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .geo-page h1 {
    max-width: 100%;
    font-size: clamp(2rem, 8.4vw, 2.45rem);
  }

  .geo-page h2 {
    font-size: clamp(1.75rem, 7.2vw, 2.2rem);
  }

  .geo-hero-inner {
    padding-top: 18px;
    padding-bottom: 23px;
  }

  .geo-hero-grid {
    margin-top: 14px;
  }

  .geo-hero-copy {
    padding: 22px 0 30px;
  }

  .geo-page .breadcrumb ol {
    flex-wrap: wrap;
    row-gap: 4px;
    line-height: 1.45;
  }

  .geo-focus {
    position: relative;
    display: block;
    max-width: 100%;
    padding-left: 17px;
  }

  .geo-focus::before {
    position: absolute;
    top: .38em;
    left: 0;
  }

  .geo-hero-actions {
    display: grid;
  }

  .geo-hero-actions .button {
    width: 100%;
  }

  .geo-howto-action {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
    padding: 22px;
  }

  .geo-howto-action .button {
    width: 100%;
  }

  .geo-hero-visual {
    height: clamp(360px, 105vw, 470px);
  }

  .geo-trust {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .geo-trust li,
  .geo-trust li:last-child {
    border-right: 0;
    border-bottom: 1px solid #303632;
  }

  .geo-trust li:last-child {
    border-bottom: 0;
  }

  .geo-section {
    padding: 70px 0;
  }

  .geo-heading {
    margin-bottom: 38px;
  }

  .geo-map-layout {
    gap: 38px;
  }

  .geo-map-card iframe {
    height: 340px;
  }

  .geo-facts,
  .geo-card-grid,
  .geo-concept-grid,
  .geo-region-grid,
  .geo-gout-signals,
  .geo-process,
  .geo-comparison,
  .geo-sources-list {
    grid-template-columns: 1fr;
  }

  .geo-card:last-child {
    grid-column: auto;
  }

  .geo-card {
    min-height: 0;
  }

  .geo-card-number {
    margin-bottom: 30px;
  }

  .geo-gout-shell {
    padding: 31px 25px;
    border-radius: var(--radius-md);
  }

  .geo-gout-signals article {
    min-height: 0;
  }

  .geo-process li,
  .geo-process li:nth-child(n) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .geo-process li:last-child {
    border-bottom: 0;
  }

  .geo-process span {
    margin-bottom: 32px;
  }

  .geo-mode-card {
    padding: 28px;
  }

  .geo-doctor-image {
    height: auto;
  }

  .geo-sources {
    padding: 44px 0;
  }

  .geo-directory-header {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .geo-directory-total {
    min-width: 0;
    width: 100%;
  }

  .geo-city-groups {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .geo-fact strong {
    font-size: 1.05rem;
  }

  .geo-map-caption {
    padding: 14px 16px;
  }
}

/* Densidade visual, legibilidade e consistência de alinhamento. */
.geo-page {
  font-size: 18px;
}

.geo-page p,
.geo-page li {
  line-height: 1.68;
}

.geo-card,
.geo-gout-signals article,
.geo-mode-card {
  overflow-wrap: break-word;
}

.geo-card-number,
.geo-process span {
  color: var(--green-dark);
  font-size: 1.32rem;
  font-weight: 900;
  letter-spacing: -.02em;
}

.geo-process {
  align-items: stretch;
}

.geo-process li {
  min-height: 245px;
  padding: 28px 24px;
}

.geo-process span {
  margin-bottom: 24px;
}

.geo-process h3 {
  font-size: 1.2rem;
  line-height: 1.25;
}

.geo-process p,
.geo-card p,
.geo-mode-card p,
.geo-map-caption,
.geo-directory-note {
  font-size: 1rem;
}

.geo-section-action:empty {
  display: none;
}

@media (max-width: 760px) {
  .geo-page {
    font-size: 17px;
  }

  .geo-hero-actions {
    padding-right: 74px;
  }

  .geo-section {
    padding: 62px 0;
  }

  .geo-process li {
    min-height: 0;
    padding: 26px 20px;
  }

  .geo-process span,
  .geo-card-number {
    margin-bottom: 18px;
    font-size: 1.25rem;
  }

  .geo-process p,
  .geo-card p,
  .geo-mode-card p,
  .geo-map-caption,
  .geo-directory-note {
    font-size: 1.02rem;
  }
}

@media (max-width: 420px) {
  .geo-hero-actions {
    padding-right: 70px;
  }

  .geo-credentials li {
    font-size: .82rem;
    line-height: 1.4;
  }

  .geo-location-label,
  .geo-focus,
  .geo-visual-note span {
    font-size: .76rem;
  }
}
