body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: transparent;
}

body::-webkit-scrollbar-thumb {
  background-color: #FBF1EB;
  border-radius: 20px;
  border: 3px solid #FBF1EB;
}

.owl-theme .owl-dots {
  display: none;
}

.fonte-verde-escuro {
  color: #0c5029;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  cursor: url(https://lp.clinicalotus.es/wp-content/themes/lotus/img/cursor.png), pointer;
  font-family: "Nunito", sans-serif;
}

h2{
    color: #676767;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


h3,
h4,
h5 {
 color: #676767;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

p,
li,
a,
.fonte-padrao {
  color: #676767;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

body strong {
  font-weight: 800 !important;
}

.p-relative {
  position: relative;
}

.f-right {
  float: right;
}

.color-rose {
  color: #845537;
}

.color-black {
  color: #4A4A4A;
}

.color-blue {
  color: #1A1A44;
}

.color-gold {
  background: linear-gradient(180deg, #F3E8A8 0%, #AD7C23 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fonte-gold {
  background: linear-gradient(180deg, #404040 0%, #AD7C23 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fonte-bold {
  font-weight: bold;
}

.color-white {
  color: white;
}

.color-green {
  color: #383B34;
}

.color-pink {
  color: #8F3846;
}

.size-16 {
  font-size: 16px;
}

.size-24 {
  font-size: 24px;
}

@media(min-width: 991.99px) {
  .esconde-desktop {
    display: none;
  }
}

@media(max-width: 991.98px) {
  .esconde-mobile {
    display: none;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}

.centraliza {
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.center {
  align-items: center !important;
  justify-content: center !important;
  display: flex;
}

.centraliza-desk-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta-container-2 {
  position: fixed;
  right: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  bottom: 45px;
  z-index: 1000;
}

.cta-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 2px #888;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
}

.cta-button {
  background-color: #25d366;
}

.cta-button:hover {
  background: #005CA3;
  color: white;
  transition: all 0.3s ease-in
}

.cta-text {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 1;
  transform: translateX(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.cta-container:hover .cta-text {
  opacity: 1;
  transform: translateX(0);
}

.word {
  position: relative;
}

.word::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1.5px;
  background-color: #FF8731;
  bottom: 0;
  left: 0;
  transform-origin: bottom;
  animation: infinite-line 2s linear infinite;
}

.botao-fixo-rodape-1,
.botao-fixo-rodape-2 {
  position: fixed;
  bottom: -100px;
  /* Inicialmente fora da tela */
  left: 0;
  width: 100%;
  transition: bottom 0.5s ease-in-out;
  z-index: 1000;
}

/* Botão WhatsApp */
.botao-fixo-rodape-1 {
  bottom: 38.5px;
  /* Espaço para o segundo botão */
}

.botao-fixo-rodape-1 a {
  color: white;
  background-color: #DFA116;
  width: 100%;
}

/* Botão Telefone */
.botao-fixo-rodape-2 {
  bottom: 0px;
}

.botao-fixo-rodape-2 a {
  color: black;
  background-color: #F8F2F4;
  width: 100%;
}

@media(min-width: 991.99px) {
  .esconde-desktop {
    display: none;
  }
}

@media(max-width: 991.98px) {
  .esconde-mobile {
    display: none;
  }
}
  
  
  :root {
      --legcare-blue: #2f6f8f;
      --legcare-text: #6f7478;
      --legcare-light: #f8fbfc;
      --legcare-border: #edf2f4;
    }

    .color-black{
        color: #676767;
    }

    .color-green{
         color: #5C818F;
    }

    body {
      margin: 0;
      font-family: "Montserrat", sans-serif;
      color: var(--legcare-text);
      background-color: #fff;
    }
/* ================================
   HEADER LEGCARE
================================ */

.legcare-header {
  width: 100%;
  min-height: 72px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(78, 113, 126, 0.08);
  position: relative;
  z-index: 99;
}

.legcare-navbar {
  min-height: 72px;
  position: relative;
  gap: 48px;
}

/* ================================
   LOGO CENTRAL
================================ */

.legcare-logo-desktop {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
}

.legcare-logo-desktop img {
  width: auto;
  max-height: 44px;
  display: block;
}

/* ================================
   MENUS DESKTOP
================================ */

.legcare-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 0;
  margin: 0;
}

.legcare-menu-left,
.legcare-menu-right {
  flex: 0 0 auto;
}

.legcare-menu .nav-item {
  position: relative;
}

.legcare-menu .nav-link {
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  color: #6d7780;
  text-decoration: none;
  padding: 29px 0;
  transition: color 0.25s ease;
}

.legcare-menu .nav-link:hover,
.legcare-menu .nav-link.active {
  color: #5f8190;
}

.legcare-menu .dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: middle;
  border-top-color: currentColor;
  opacity: 0.7;
}

/* ================================
   DROPDOWN DESKTOP HOVER
================================ */

.legcare-dropdown {
  min-width: 245px;
  padding: 10px;
  margin-top: 0;
  border: 0;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(31, 61, 72, 0.14);
}

.legcare-dropdown .dropdown-item {
  font-size: 13px;
  color: #63737b;
  padding: 11px 14px;
  border-radius: 10px;
  transition: all 0.25s ease;
}

.legcare-dropdown .dropdown-item:hover {
  color: #ffffff;
  background: #668997;
}

/* Abre no hover apenas desktop */
@media (min-width: 992px) {
  .legcare-hover-dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .legcare-hover-dropdown > .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all 0.25s ease;
    left: 50%;
    top: 100%;
    translate: -50% 0;
  }

  .legcare-hover-dropdown:hover > .dropdown-toggle {
    color: #5f8190;
  }
}

/* ================================
   MOBILE
================================ */

.legcare-mobile-navbar {
  min-height: 72px;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(78, 113, 126, 0.08);
}

.legcare-logo-mobile img {
  max-height: 42px;
  width: auto;
}

.legcare-mobile-navbar .navbar-toggler {
  border: 0;
  box-shadow: none;
  padding: 0;
  color: #5f8190;
  font-size: 32px;
}

.legcare-mobile-navbar .navbar-toggler:focus {
  box-shadow: none;
}

.mobile-menu-wrapper {
  padding: 18px 0 22px;
}

.legcare-mobile-navbar .navbar-nav {
  gap: 4px;
}

.legcare-mobile-navbar .nav-link {
  color: #5f6f77;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 0;
  border-bottom: 1px solid rgba(78, 113, 126, 0.08);
}

.legcare-mobile-navbar .nav-link.active,
.legcare-mobile-navbar .nav-link:hover {
  color: #5f8190;
}

.legcare-mobile-navbar .dropdown-menu {
  border: 0;
  padding: 6px 0 12px;
  margin: 0;
  background: transparent;
}

.legcare-mobile-navbar .dropdown-item {
  font-size: 14px;
  color: #66777f;
  padding: 9px 14px;
  border-radius: 8px;
}

.legcare-mobile-navbar .dropdown-item:hover {
  color: #ffffff;
  background: #668997;
}

/* ================================
   AJUSTES RESPONSIVOS
================================ */

@media (max-width: 1199px) {
  .legcare-navbar {
    gap: 34px;
  }

  .legcare-menu {
    gap: 24px;
  }

  .legcare-menu .nav-link {
    font-size: 12px;
  }
}
/* ================================
   HERO LEGCARE
================================ */
/* ================================
   HERO LEGCARE
================================ */

.legcare-hero-home {
  width: 100%;
  min-height: 860px;
  padding-top: 76px;
  background-image: url("/wp-content/themes/legcare/src/img/full-banner-inicio.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}

.legcare-hero-title {
  margin: 0;
  padding: 0;
  line-height: 1.05;
  letter-spacing: -1.4px;
}


.legcare-hero-title .title-strong {
  color: #5C818F;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.08;
}

.legcare-hero-title .title-light {
  color: #6C757D;
  font-size: 57px;
  font-weight: 400;
  line-height: 1.08;
}

.legcare-hero-subtitle {
  margin: 22px 0 0;
  color: #6C757D;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: -0.1px;
}

/* Botões */
.legcare-hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.legcare-hero-actions .cta-wpp {
  min-width: 265px;
  height: 45px;
  padding: 0 22px;
  border-radius: 999px;
  background: #0D4554;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  box-shadow: 0 12px 24px rgba(13, 69, 84, 0.18);
  transition: all 0.25s ease;
}

.legcare-hero-actions .cta-wpp:hover {
  background: #5C818F;
  color: #ffffff;
  transform: translateY(-2px);
}

.legcare-hero-actions .cta-wpp i {
  font-size: 19px;
}

.cta-secondary {
  min-width: 205px;
  height: 45px;
  padding: 0 22px;
  border: 1px solid #5C818F;
  border-radius: 999px;
  color: #5C818F;
  background: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.cta-secondary:hover {
  background: #5C818F;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Card */
.legcare-hero-card {
  width: 100%;
  margin-top: 38px;
  padding: 45px 52px;
  background-image: url("/wp-content/themes/legcare/src/img/card-white.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media(min-width: 992px){
  .legcare-hero-card p{
    width: 60%;
  }
}

.legcare-card-text h2 {
  margin: 0 0 12px;
  color: #676767;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.legcare-card-text p {
  margin: 0;
  color: #676767;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

/* Responsivo */
@media (max-width: 1199.98px) {
  .legcare-hero-home {
    min-height: 700px;
    padding-top: 80px;
  }

  .legcare-hero-title .title-strong {
    font-size: 50px;
  }

  .legcare-hero-title .title-light {
    font-size: 49px;
  }
}

@media (max-width: 991.98px) {
  .legcare-hero-home {
    min-height: auto;
    padding: 70px 0;
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.96) 0%,
        rgba(255, 255, 255, 0.90) 48%,
        rgba(255, 255, 255, 0.58) 100%
      ),
      url("/wp-content/themes/legcare/src/img/full-banner-inicio.png");
    background-size: cover;
    background-position: center right;
  }

  .legcare-hero-title .title-strong {
    font-size: 42px;
  }

  .legcare-hero-title .title-light {
    font-size: 41px;
  }

  .legcare-hero-card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 16px 36px rgba(70, 78, 92, 0.10);
  }
}

@media (max-width: 575.98px) {
  .legcare-hero-home {
    padding: 55px 0;
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.98) 0%,
        rgba(255, 255, 255, 0.92) 62%,
        rgba(255, 255, 255, 0.75) 100%
      ),
      url("/wp-content/themes/legcare/src/img/full-banner-inicio.png");
    background-size: cover;
    background-position: 66% center;
  }

  .legcare-hero-title {
    letter-spacing: -0.8px;
  }

  .legcare-hero-title .title-strong,
  .legcare-hero-title .title-light {
    font-size: 33px;
    line-height: 1.13;
  }

  .legcare-hero-subtitle {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.6;
  }

  .legcare-hero-actions {
    gap: 12px;
    margin-top: 26px;
  }

  .legcare-hero-actions .cta-wpp,
  .cta-secondary {
    width: 100%;
    min-width: initial;
  }

  .legcare-hero-card {
    margin-top: 30px;
    padding: 28px 22px;
  }

  .legcare-card-text h2 {
    font-size: 17px;
  }

  .legcare-card-text p {
    font-size: 13px;
    line-height: 1.55;
  }
}

/* ================================
   PARTE 8 - Tratamentos LegCare
================================ */

.bg-pt-2 {
  position: relative;
  padding: 90px 0;
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
  overflow: visible !important;
}

/* Importante: o row precisa esticar as colunas */
.legcare-sticky-row {
  align-items: stretch !important;
  overflow: visible !important;
}

.bg-pt-2 .container,
.bg-pt-2 .row,
.bg-pt-2 [class*="col-"] {
  overflow: visible !important;
}

/* A coluna precisa ter a mesma altura da lista lateral */
.legcare-sticky-col {
  position: relative;
  align-self: stretch !important;
  display: block;
}

/* Conteúdo que fica preso no scroll */
.legcare-sticky-content {
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
  z-index: 2;
  padding-top: 12px;
}

.color-blue {
  color: #5C818F;
}

.legcare-sticky-content h2 {
  margin: 0 0 18px;
  color: #676767;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.legcare-sticky-content h2 .color-blue {
  color: #5C818F;
  font-weight: 700;
}

.legcare-sticky-content p {
  margin: 0 0 28px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px; /* 150% */
}

@media(min-width: 992px){
  .legcare-sticky-content p{
    width: 85%;
  } 
}

/* CTA */
.cta-wpp {
  width: fit-content;
  width: 443px;
  padding: 20px 40px;
  border-radius: 999px;
  background: linear-gradient(90deg, #5C818F 0%, #0D3A4B 100%);
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  box-shadow: 0 10px 22px rgba(11, 92, 122, 0.18);
  transition: all 0.25s ease;
}

.cta-wpp:hover {
  background: #084d66;
  color: #ffffff;
  transform: translateY(-2px);
}

.cta-wpp i {
  font-size: 20px;
  margin-left: 40px;
}

.legcare-treatments-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.legcare-treatment-card {
  width: 100%;
  padding: 7px;
  border-radius: 5px;
  background: #EEEAE4;
  transition: all 0.25s ease;
}

.legcare-treatment-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(70, 78, 92, 0.12);
}

.treatment-card-img {
  width: 100%;
  height: 236px;
  border-radius: 4px;
  overflow: hidden;
}

.treatment-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.treatment-card-content {
  padding: 20px 24px;
}

.treatment-card-content span {
  display: block;
  margin-bottom: 6px;
    color: #676767;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.treatment-card-content h3 {
  margin: 0 0 16px;
    color: #5C818F;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.treatment-card-content a {
  width: fit-content;
  min-width: 100px;
  padding: 10px 20px;
  border: 1px solid #5C818F;
  border-radius: 999px;
  color: #5C818F;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  transition: all 0.25s ease;
}

.treatment-card-content a i {
  font-size: 8px;
  transform: rotate(-35deg);
}

.treatment-card-content a:hover {
  background: #5C818F;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .treatment-card-img {
    height: 200px;
  }

  .treatment-card-content {
    padding: 18px 14px 14px;
  }
}

/* ================================
   FOOTER LEGCARE
================================ */

.legcare-footer {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
}

.legcare-footer a {
  text-decoration: none;
}

/* Parte superior */
.legcare-footer-main {
  background: #0D4554;
  padding: 78px 0 72px;
}

.footer-block h2 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.footer-block p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}

.footer-buttons {
  max-width: 330px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-pill {
  width: 100%;
  min-height: 33px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.25s ease;
}

.footer-pill i {
  font-size: 11px;
  transform: rotate(-35deg);
}

.footer-pill:hover {
  background: #ffffff;
  color: #0D4554;
}

/* Mapa */
.footer-map {
  padding-left: 30px;
}

.footer-map ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-map li {
  margin-bottom: 9px;
  line-height: 1.15;
}

.footer-map a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 500;
  transition: all 0.25s ease;
}

.footer-map a:hover {
  color: #ffffff;
  padding-left: 4px;
}

/* Parte intermediária */
.legcare-footer-info {
  background: #2F383A;
  padding: 42px 0;
}

.footer-info-block h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.footer-info-block p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.5;
}

.footer-appointment-btn {
  min-width: 210px;
  height: 35px;
  padding: 0 22px;
  border: 1px solid #ffffff;
  border-radius: 999px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  transition: all 0.25s ease;
}

.footer-appointment-btn i {
  font-size: 10px;
  transform: rotate(-35deg);
}

.footer-appointment-btn:hover {
  background: #ffffff;
  color: #2F383A;
}

.footer-social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.privacy-link {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 400;
  transition: all 0.25s ease;
}

.privacy-link:hover {
  color: #ffffff;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 14px;
}

.social-icons a {
  width: 18px;
  height: 18px;
  color: #ffffff;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.social-icons a:hover {
  transform: translateY(-2px);
  opacity: 0.8;
}

/* Copyright */
.legcare-footer-copy {
  background: #2F383A;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 31px 0;
  text-align: center;
}

.legcare-footer-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 400;
}

.legcare-footer-copy strong {
  font-weight: 700;
}

.legcare-footer-copy span {
  margin-left: 14px;
}

.legcare-footer-copy a {
  color: #ffffff;
  font-weight: 700;
}

.legcare-footer-copy a:hover {
  opacity: 0.8;
}

/* Responsivo */
@media (max-width: 991.98px) {
  .legcare-footer-main {
    padding: 60px 0;
  }

  .footer-map {
    padding-left: 0;
  }

  .footer-buttons {
    max-width: 100%;
  }

  .footer-social {
    align-items: flex-start;
  }

  .legcare-footer-copy p {
    line-height: 1.7;
  }

  .legcare-footer-copy span {
    display: block;
    margin-left: 0;
    margin-top: 4px;
  }
}

@media (max-width: 575.98px) {
  .legcare-footer-main {
    padding: 50px 0;
  }

  .legcare-footer-info {
    padding: 36px 0;
  }

  .footer-block h2,
  .footer-info-block h3 {
    font-size: 14px;
  }

  .footer-block p,
  .footer-map a,
  .footer-info-block p,
  .privacy-link {
    font-size: 12px;
  }

  .footer-pill {
    min-height: 38px;
  }

  .footer-appointment-btn {
    width: 100%;
  }

  .legcare-footer-copy {
    padding: 24px 0;
  }
}   

/* ================================
   PARTE 3 - LegCare: Sua Clínica de Angiologia e Cirurgia Vascular em SP
================================ */
.bg-pt-3{
    background: linear-gradient(90deg, #5C818F 0.23%, #103D4D 99.78%);
    padding: 90px 0;
    color: white;
}

.bg-pt-3 h2{
    margin-bottom: 25px;
}

.bg-pt-3 h3{
    margin-top: 25px;
    margin-bottom: 25px;
}

.btn-pt-3{
    width: 385px;
    padding: 20px 40px;
    display: inline-block;
    margin-top: 25px;
    border-radius: 999px;
    color: #5C818F;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.4px; /* 165% */
    text-decoration: none;
    background: linear-gradient(90deg, #EDEAE4 0%, #FFF 100%);
}

.btn-pt-3 i{
    font-size: 20px;
    margin-left: 30px; 
}

.btn-pt-3:hover{
    background: transparent;
    color: white;
    font-weight: 700;
    border: 2px solid white;
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

/* ================================
   PARTE 4 - Unidades
================================ */

.bg-pt-4 {
  padding: 95px 0;
  background: #ffffff;
}


.legcare-unidades-content h2 {
  margin: 0 0 14px;
}

.legcare-unidades-subtitle {
  margin: 0 0 32px;
}

.legcare-unidade-item {
  margin-bottom: 34px;
}

.legcare-unidade-item h3 {
  margin: 0 0 16px;
}

.legcare-unidade-address {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.legcare-unidade-address i {
  margin-top: 3px;
  color: #5C818F;
  font-size: 15px;
}

.legcare-unidade-address p {
  margin: 0;
}

.legcare-unidades-btn {
  width: fit-content;
  min-width: 280px;
  margin-top: 14px;
  padding: 20px 26px;
  border-radius: 999px;
  background: linear-gradient(90deg, #386E80 0%, #0D4554 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  transition: all 0.25s ease;
}

.legcare-unidades-btn i {
  font-size: 20px;
  transform: rotate(-35deg);
}

.legcare-unidades-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(13, 69, 84, 0.18);
}

/* Mapas com iframe */
.legcare-maps-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.legcare-map-card {
  width: 100%;
  height: 220px;
  border-radius: 7px;
  overflow: hidden;
  background: #eef2f4;
  transition: all 0.25s ease;
}

.legcare-map-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: saturate(0.95);
}

.legcare-map-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(70, 78, 92, 0.14);
}

.legcare-unidade-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.25s ease;
}

.legcare-unidade-link:hover {
  transform: translateX(4px);
}

.legcare-unidade-link:hover h3,
.legcare-unidade-link:hover i {
  color: #0D4554;
}

.legcare-unidade-link:hover p {
  color: #5C818F;
}

/* Responsivo */
@media (max-width: 991.98px) {
  .bg-pt-4 {
    padding: 70px 0;
  }

  .legcare-unidades-content {
    max-width: 100%;
  }

  .legcare-map-card {
    height: 240px;
  }
}

@media (max-width: 575.98px) {
  .bg-pt-4 {
    padding: 55px 0;
  }

  .legcare-unidades-content h2 {
    font-size: 29px;
  }

  .legcare-unidade-item h3 {
    font-size: 18px;
  }

  .legcare-unidade-address p br {
    display: none;
  }

  .legcare-unidades-btn {
    width: 100%;
    min-width: initial;
  }

  .legcare-map-card {
    height: 220px;
  }
}

/* ================================
   PARTE 5 - Blog
================================ */

.bg-pt-5 {
  padding: 85px 0 95px;
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
}

.legcare-blog-title {
  margin: 0 0 48px;
}

.legcare-blog-card {
  width: 100%;
}

.legcare-blog-img {
  width: 100%;
  height: 255px;
  border-radius: 7px;
  overflow: hidden;
  display: block;
  background: #eef2f4;
  margin-bottom: 18px;
}

.legcare-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.35s ease;
}

.legcare-blog-card:hover .legcare-blog-img img {
  transform: scale(1.04);
}

.legcare-blog-content h3 {
  margin: 0 0 20px;
  color: #676767;
  font-weight: 800;
  font-size: 22px;
}

.legcare-blog-content h3 a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
  transition: all 0.25s ease;
}

.legcare-blog-content h3 a:hover {
  color: #5C818F;
}

.legcare-blog-date {
  margin: 0 0 22px;
  color: #8A8F96;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.legcare-blog-btn {
  width: fit-content;
  min-width: 120px;
  padding: 10px 20px;
  border: 1px solid #5C818F;
  border-radius: 999px;
  color: #5C818F;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  transition: all 0.25s ease;
}

.legcare-blog-btn i {
  font-size: 8px;
  transform: rotate(-35deg);
}

.legcare-blog-btn:hover {
  background: #5C818F;
  color: #ffffff;
}

/* Responsivo */
@media (max-width: 991.98px) {
  .bg-pt-5 {
    padding: 70px 0;
  }

  .legcare-blog-title {
    margin-bottom: 38px;
  }

  .legcare-blog-img {
    height: 210px;
  }
}

@media (max-width: 575.98px) {
  .bg-pt-5 {
    padding: 55px 0;
  }

  .legcare-blog-title {
    font-size: 29px;
  }

  .legcare-blog-img {
    height: 190px;
  }

  .legcare-blog-content h3 {
    min-height: initial;
    font-size: 16px;
  }
}

/* ================================
   FAQ HOME - LegCare
================================ */

.legcare-faq-home {
  padding: 90px 0;
  background: #F7FAFB;
  font-family: "Montserrat", sans-serif;
}

.legcare-faq-home .section-label {
  display: inline-block;
  margin-bottom: 14px;
  color: #5C818F;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legcare-faq-home h2 {
  max-width: 760px;
  margin: 0 auto 18px;
  color: #5C818F;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.7px;
}

.legcare-faq-home .row > div > p {
  max-width: 610px;
  margin: 0 auto;
  color: #6C757D;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

/* Accordion */
.legcare-faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.legcare-faq-accordion .accordion-item {
  border: 1px solid rgba(92, 129, 143, 0.16);
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(70, 78, 92, 0.06);
}

.legcare-faq-accordion .accordion-header {
  margin: 0;
}

.legcare-faq-accordion .accordion-button {
  padding: 22px 26px;
  background: #ffffff;
  color: #5C818F;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  box-shadow: none;
  border: 0;
}

.legcare-faq-accordion .accordion-button:not(.collapsed) {
  background: #ffffff;
  color: #0D4554;
  box-shadow: none;
}

.legcare-faq-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.legcare-faq-accordion .accordion-button::after {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background-color: #EAF1F3;
  background-position: center;
  background-size: 14px;
  transition: all 0.25s ease;
}

.legcare-faq-accordion .accordion-button:not(.collapsed)::after {
  background-color: #5C818F;
  filter: brightness(0) invert(1);
}

.legcare-faq-accordion .accordion-body {
  padding: 0 26px 24px;
  color: #6C757D;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  max-width: 920px;
}

/* Hover */
.legcare-faq-accordion .accordion-item:hover {
  border-color: rgba(92, 129, 143, 0.32);
  box-shadow: 0 16px 34px rgba(70, 78, 92, 0.09);
}

.legcare-faq-accordion .accordion-button:hover {
  color: #0D4554;
}

/* Responsivo */
@media (max-width: 991.98px) {
  .legcare-faq-home {
    padding: 70px 0;
  }

  .legcare-faq-home h2 {
    font-size: 30px;
  }
}

@media (max-width: 575.98px) {
  .legcare-faq-home {
    padding: 55px 0;
  }

  .legcare-faq-home h2 {
    font-size: 27px;
  }

  .legcare-faq-accordion .accordion-button {
    padding: 18px 18px;
    font-size: 15px;
  }

  .legcare-faq-accordion .accordion-body {
    padding: 0 18px 20px;
    font-size: 13px;
  }

  .legcare-faq-accordion .accordion-button::after {
    width: 28px;
    height: 28px;
    min-width: 28px;
    background-size: 12px;
  }
}

/* ================================
   MÉDICOS VASCULARES - HOME
================================ */

.legcare-medicos-home {
  padding: 95px 0;
  background: white;
  font-family: "Montserrat", sans-serif;
}

.legcare-medicos-home .section-label {
  display: inline-block;
  margin-bottom: 14px;
  color: #5C818F;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legcare-medicos-home h2 {
  max-width: 760px;
  margin: 0 auto 18px;
  color: #5C818F;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.7px;
}

.legcare-medicos-home .row > div > p {
  max-width: 720px;
  margin: 0 auto 28px;
  color: #6C757D;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}

/* Card médico */
.legcare-medico-card {
  height: 100%;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(92, 129, 143, 0.14);
  box-shadow: 0 14px 34px rgba(70, 78, 92, 0.07);
  transition: all 0.25s ease;
}

.legcare-medico-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(70, 78, 92, 0.11);
  border-color: rgba(92, 129, 143, 0.28);
}

.legcare-medico-img {
  width: 100%;
  height: 360px;
  background: #eef2f4;
  overflow: hidden;
}

.legcare-medico-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: all 0.35s ease;
}

.legcare-medico-card:hover .legcare-medico-img img {
  transform: scale(1.03);
}

.legcare-medico-content {
  padding: 28px 30px 30px;
}

.legcare-medico-content span {
  display: block;
  margin-bottom: 10px;
  color: #8A8F96;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.legcare-medico-content h3 {
  margin: 0 0 14px;
  color: #5C818F;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.legcare-medico-content p {
  margin: 0 0 24px;
  color: #6C757D;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
}

.legcare-medico-content a {
  width: fit-content;
  min-height: 32px;
  padding: 0 16px;
  border: 1px solid #5C818F;
  border-radius: 999px;
  color: #5C818F;
  background: transparent;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.25s ease;
}

.legcare-medico-content a i {
  font-size: 9px;
  transform: rotate(-35deg);
}

.legcare-medico-content a:hover {
  background: #5C818F;
  color: #ffffff;
}

/* Responsivo */
@media (max-width: 991.98px) {
  .legcare-medicos-home {
    padding: 70px 0;
  }

  .legcare-medicos-home h2 {
    font-size: 30px;
  }

  .legcare-medico-img {
    height: 330px;
  }
}

@media (max-width: 575.98px) {
  .legcare-medicos-home {
    padding: 55px 0;
  }

  .legcare-medicos-home h2 {
    font-size: 27px;
  }

  .legcare-medicos-home .row > div > p {
    font-size: 13px;
  }

  .legcare-medico-img {
    height: 300px;
  }

  .legcare-medico-content {
    padding: 24px 22px 26px;
  }

  .legcare-medico-content h3 {
    font-size: 22px;
  }

  .legcare-medico-content a {
    width: 100%;
  }
}

/* ================================
   SINTOMAS - HOME
================================ */

.legcare-sintomas-home {
  padding: 95px 0;
  background: #F7FAFB;
  font-family: "Montserrat", sans-serif;
}

.legcare-sintomas-home .section-label {
  display: inline-block;
  margin-bottom: 14px;
  color: #5C818F;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legcare-sintomas-home h2 {
  margin: 0 0 18px;
}

.legcare-sintomas-home p {
  max-width: 430px;
  margin: 0 0 28px;
}

/* Card de sintoma */
.legcare-sintoma-item {
  height: 100%;
  min-height: 86px;
  padding: 22px 24px;
  background: #ffffff;
  border: 1px solid rgba(92, 129, 143, 0.14);
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(70, 78, 92, 0.06);
  display: flex;
  align-items: center;
  gap: 14px;
  transition: all 0.25s ease;
}

.legcare-sintoma-item i {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: #EAF1F3;
  color: #5C818F;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.legcare-sintoma-item span {
  color: #5E6268;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.legcare-sintoma-item:hover {
  transform: translateY(-3px);
  border-color: rgba(92, 129, 143, 0.32);
  box-shadow: 0 16px 34px rgba(70, 78, 92, 0.09);
}

.legcare-sintoma-item:hover i {
  background: #5C818F;
  color: #ffffff;
}

/* Responsivo */
@media (max-width: 991.98px) {
  .legcare-sintomas-home {
    padding: 70px 0;
  }

  .legcare-sintomas-content {
    max-width: 100%;
  }

  .legcare-sintomas-home h2 {
    font-size: 30px;
  }

  .legcare-sintomas-home p {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .legcare-sintomas-home {
    padding: 55px 0;
  }

  .legcare-sintomas-home h2 {
    font-size: 27px;
  }

  .legcare-sintomas-home p {
    font-size: 13px;
  }

  .legcare-sintoma-item {
    min-height: auto;
    padding: 18px;
  }

  .legcare-sintoma-item span {
    font-size: 14px;
  }
}

/* ================================
   CTA FINAL - LegCare
================================ */

.legcare-cta-final {
  padding: 85px 0;
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
}

.legcare-cta-final-box {
  padding: 56px 62px;
  border-radius: 14px;
  background:
    linear-gradient(
      135deg,
      rgba(13, 69, 84, 0.98) 0%,
      rgba(47, 110, 128, 0.96) 100%
    );
  position: relative;
  overflow: hidden;
  box-shadow: 0 22px 50px rgba(13, 69, 84, 0.18);
}

.legcare-cta-final-box::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -90px;
  top: -120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.legcare-cta-final-box::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: 120px;
  bottom: -110px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.legcare-cta-final-box .row {
  position: relative;
  z-index: 2;
}

.legcare-cta-final .section-label {
  display: inline-block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legcare-cta-final h2 {
  max-width: 760px;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.7px;
}

.legcare-cta-final p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}

.legcare-cta-final-btn {
  width: fit-content;
  min-width: 205px;
  height: 47px;
  padding: 0 24px;
  border-radius: 999px;
  background: #ffffff;
  color: #0D4554;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  transition: all 0.25s ease;
}

.legcare-cta-final-btn i {
  font-size: 10px;
  transform: rotate(-35deg);
}

.legcare-cta-final-btn:hover {
  color: #ffffff;
  background: #0D4554;
  transform: translateY(-2px);
}

/* Responsivo */
@media (max-width: 991.98px) {
  .legcare-cta-final {
    padding: 70px 0;
  }

  .legcare-cta-final-box {
    padding: 46px 38px;
  }

  .legcare-cta-final h2 {
    font-size: 30px;
  }

  .legcare-cta-final-btn {
    margin-top: 4px;
  }
}

@media (max-width: 575.98px) {
  .legcare-cta-final {
    padding: 55px 0;
  }

  .legcare-cta-final-box {
    padding: 36px 24px;
    border-radius: 12px;
  }

  .legcare-cta-final h2 {
    font-size: 27px;
  }

  .legcare-cta-final p {
    font-size: 13px;
  }

  .legcare-cta-final-btn {
    width: 100%;
  }
}

@media(min-width: 992px) and (max-width: 1199.98px) {
  .legcare-hero-home{
    background-position-x: 50%; 
    padding-top: 60px;
  }

   .legcare-hero-home h1 span{
    font-size: 38px !important;
  }

   .legcare-hero-title p{
    font-size: 16px;
   }

  .legcare-card-text h2{
    width: 70%;
  }

  .legcare-sticky-content h2{
    font-size: 30px;
  }

  .treatment-card-content h3 {
    font-size: 18px;
  }
}

@media(max-width: 600px){
  

      .legcare-hero-home {
        padding: 55px 0;
        background: url(/wp-content/themes/legcare/src/img/banner-mobile.png);
        background-size: cover;
        background-position: 66% center;
      }

      .legcare-sticky-content h2, h2{
        font-size: 28px;
      }

      .bg-pt-2{
        padding: 55px 0;
      }

      .cta-wpp{
        width: 100%;
      }

.cta-wpp i {
    font-size: 20px;
    margin-left: 15px;
}      

      .bg-pt-2 .cta-wpp{
        width: 100%;
        margin-bottom: 30px;
      }

      .legcare-medicos-home .row > div > p{
        margin-bottom: 0;
      }

      .legcare-medicos-home .mt-5{
        margin-top: 20px !important;
      }
    }


/* ================================
   SOBRE - LEGCARE
================================ */

.legcare-sobre-page {
  font-family: "Montserrat", sans-serif;
}

/* Topo */
.bg-padrao-topo {
  min-height: 360px;
  padding: 90px 0 140px;
  background: #E1E4ED;
  display: flex;
  text-align: center;
  align-items: center;
}

.bg-padrao-topo h1 {
  margin: 0 0 18px;
  color: #5C818F;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.bg-padrao-topo p {
  margin: 0;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Intro */
.legcare-sobre-intro {
  padding: 0 0 90px;
  background: #ffffff;
}

.legcare-sobre-img {
  margin-top: -90px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(70, 78, 92, 0.16);
}

.legcare-sobre-img img {
  width: 100%;
  display: block;
}

.legcare-sobre-content {
  padding-left: 28px;
}

.section-label {
  display: inline-block;
  margin-bottom: 14px;
  color: #5C818F;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.color-green {
  color: #5C818F;
}

.legcare-sobre-content h2,
.legcare-sobre-medicos h2,
.legcare-sobre-estrutura h2,
.legcare-sobre-valores h2 {
  margin: 0 0 18px;
  color: #5C818F;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.7px;
}

.legcare-sobre-content p,
.legcare-sobre-medicos .text-center p,
.legcare-sobre-estrutura .text-center p {
  margin: 0 0 18px;
  color: #6C757D;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

/* Médicos */
.legcare-sobre-medicos {
  padding: 90px 0;
  background: #F7FAFB;
}

.legcare-sobre-medico-card {
  height: 100%;
  padding: 34px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(92, 129, 143, 0.14);
  box-shadow: 0 14px 34px rgba(70, 78, 92, 0.07);
  transition: all 0.25s ease;
}

.legcare-sobre-medico-card:hover {
  transform: translateY(-4px);
  border-color: rgba(92, 129, 143, 0.30);
  box-shadow: 0 18px 42px rgba(70, 78, 92, 0.11);
}

.legcare-sobre-medico-card h3 {
  margin: 0 0 10px;
  color: #5C818F;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
}

.legcare-sobre-medico-card h4 {
  margin: 0 0 16px;
  color: #2F383A;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.legcare-sobre-medico-card p {
  margin: 0 0 24px;
  color: #6C757D;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
}

.legcare-sobre-medico-card a {
  min-height: 34px;
  padding: 0 16px;
  border: 1px solid #5C818F;
  border-radius: 999px;
  color: #5C818F;
  background: transparent;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.25s ease;
}

.legcare-sobre-medico-card a i {
  font-size: 9px;
  transform: rotate(-35deg);
}

.legcare-sobre-medico-card a:hover {
  background: #5C818F;
  color: #ffffff;
}

/* Estrutura */
.legcare-sobre-estrutura {
  padding: 90px 0;
  background: #ffffff;
}

.legcare-local-splide .splide__slide {
  height: 360px;
  border-radius: 12px;
  overflow: hidden;
  background: #eef2f4;
}

.legcare-local-splide .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.legcare-local-splide .splide__arrow {
  width: 42px;
  height: 42px;
  background: #ffffff;
  opacity: 1;
  box-shadow: 0 10px 24px rgba(70, 78, 92, 0.16);
}

.legcare-local-splide .splide__arrow svg {
  fill: #5C818F;
}

.legcare-local-splide .splide__pagination {
  bottom: -28px;
}

.legcare-local-splide .splide__pagination__page {
  background: rgba(92, 129, 143, 0.28);
  opacity: 1;
}

.legcare-local-splide .splide__pagination__page.is-active {
  background: #5C818F;
  transform: scale(1.2);
}

/* Valores */
.legcare-sobre-valores {
  padding: 90px 0;
  background: #F7FAFB;
}

.legcare-valores-text p {
  margin: 0 0 18px;
  color: #6C757D;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.legcare-valores-text strong {
  color: #2F383A;
}

.legcare-valores-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.legcare-valor-item {
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid rgba(92, 129, 143, 0.14);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 12px 28px rgba(70, 78, 92, 0.05);
}

.legcare-valor-item i {
  color: #5C818F;
  font-size: 18px;
}

.legcare-valor-item span {
  color: #5E6268;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

/* Responsivo */
@media (max-width: 991.98px) {
  .bg-padrao-topo {
    min-height: auto;
    padding: 70px 0 120px;
  }

  .bg-padrao-topo h1 {
    font-size: 38px;
  }

  .bg-padrao-topo p {
    font-size: 16px;
  }

  .legcare-sobre-content {
    padding-left: 0;
  }

  .legcare-sobre-intro,
  .legcare-sobre-medicos,
  .legcare-sobre-estrutura,
  .legcare-sobre-valores {
    padding-bottom: 70px;
  }

  .legcare-sobre-medicos,
  .legcare-sobre-estrutura,
  .legcare-sobre-valores {
    padding-top: 70px;
  }

  .legcare-local-splide .splide__slide {
    height: 300px;
  }
}

@media (max-width: 575.98px) {
  .bg-padrao-topo {
    padding: 55px 0 95px;
  }

  .bg-padrao-topo h1 {
    font-size: 32px;
  }

  .bg-padrao-topo p {
    font-size: 14px;
  }

  .legcare-sobre-img {
    margin-top: -65px;
  }

  .legcare-sobre-content h2,
  .legcare-sobre-medicos h2,
  .legcare-sobre-estrutura h2,
  .legcare-sobre-valores h2 {
    font-size: 27px;
  }

  .legcare-sobre-medico-card {
    padding: 26px 22px;
  }

  .legcare-sobre-medico-card a {
    width: 100%;
    justify-content: center;
  }

  .legcare-local-splide .splide__slide {
    height: 240px;
  }
}

.legcare-sobre-medico-card {
  height: 100%;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(92, 129, 143, 0.14);
  box-shadow: 0 14px 34px rgba(70, 78, 92, 0.07);
  overflow: hidden;
  transition: all 0.25s ease;
}

.legcare-sobre-medico-card:hover {
  transform: translateY(-4px);
  border-color: rgba(92, 129, 143, 0.30);
  box-shadow: 0 18px 42px rgba(70, 78, 92, 0.11);
}

.legcare-sobre-medico-img {
  width: 100%;
  height: 360px;
  background: #eef2f4;
  overflow: hidden;
}

.legcare-sobre-medico-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: all 0.35s ease;
}

.legcare-sobre-medico-card:hover .legcare-sobre-medico-img img {
  transform: scale(1.03);
}

.legcare-sobre-medico-content {
  padding: 34px;
}

.legcare-sobre-medico-card h3 {
  margin: 0 0 10px;
  color: #5C818F;
  font-weight: 700;
  line-height: 1.25;
}

.legcare-sobre-medico-card h4 {
  margin: 0 0 16px;
  color: #2F383A;
  font-weight: 700;
  line-height: 1.3;
}

.legcare-sobre-medico-card p {
  margin: 0 0 24px;
  color: #6C757D;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
}

.legcare-sobre-medico-card a {
  padding: 17px 36px;
  border: 1px solid #5C818F;
  border-radius: 999px;
  color: #5C818F;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.25s ease;
}

.legcare-sobre-medico-card a i {
  font-size: 19px;
  transform: rotate(-35deg);
}

.legcare-sobre-medico-card a:hover {
  background: #5C818F;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .legcare-sobre-medico-img {
    height: 330px;
  }
}

@media (max-width: 575.98px) {
  .legcare-sobre-medico-img {
    height: 300px;
  }

  .legcare-sobre-medico-content {
    padding: 26px 22px;
  }

  .legcare-sobre-medico-card a {
    width: 100%;
    justify-content: center;
  }
}

/* ================================
   PADRÃO PÁGINAS INTERNAS LEGCARE
================================ */

.legcare-page {
  font-family: "Montserrat", sans-serif;
  color: #6C757D;
}

:root {
  --legcare-green: #5C818F;
  --legcare-dark: #0D4554;
  --legcare-text: #6C757D;
  --legcare-gray: #F7FAFB;
  --legcare-white: #ffffff;
}

/* Topo padrão */
.lc-page-hero {
  padding: 95px 0;
  background: #F7FAFB;
}

.lc-page-hero h1 {
  margin: 0;
  color: var(--legcare-green);
  font-size: 46px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1px;
}

.lc-page-hero p {
  margin: 18px 0 0;
  color: var(--legcare-text);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}

/* Seções padrão */
.lc-section {
  padding: 90px 0;
  background: #ffffff;
}

.lc-section-soft {
  padding: 90px 0;
  background: var(--legcare-gray);
}

.lc-section-dark {
  padding: 85px 0;
  background: var(--legcare-dark);
}

/* Textos padrão */
.lc-label {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--legcare-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lc-title {
  margin: 0 0 18px;
  color: var(--legcare-green);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.7px;
}

.lc-subtitle {
  margin: 0 0 18px;
  color: #2F383A;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

.lc-text {
  margin: 0 0 18px;
  color: var(--legcare-text);
}

.lc-text strong {
  color: #2F383A;
  font-weight: 700;
}

/* Imagem padrão */
.lc-media {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: #eef2f4;
  box-shadow: 0 18px 42px rgba(70, 78, 92, 0.11);
}

.lc-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Vídeo padrão */
.lc-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  background: #eef2f4;
  box-shadow: 0 18px 42px rgba(70, 78, 92, 0.11);
}

.lc-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Botão padrão */
.lc-btn {
  width: fit-content;
  min-width: 3cqb;
  padding: 20px 32px;
  border-radius: 999px;
  background: var(--legcare-dark);
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  transition: all 0.25s ease;
}

.lc-btn i {
  font-size: 20px;
  transform: rotate(-35deg);
  margin-left: 20px;
}

.lc-btn:hover {
  background: var(--legcare-green);
  color: #ffffff;
  transform: translateY(-2px);
}

.lc-btn-outline {
  background: transparent;
  color: var(--legcare-green);
  border: 1px solid var(--legcare-green);
}

.lc-btn-outline:hover {
  background: var(--legcare-green);
  color: #ffffff;
}

/* CTA escuro reaproveitável */
.lc-cta-box {
  padding: 56px 62px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0D4554 0%, #386E80 100%);
  box-shadow: 0 22px 50px rgba(13, 69, 84, 0.18);
}

.lc-cta-box .lc-label,
.lc-cta-box .lc-title,
.lc-cta-box .lc-text {
  color: #ffffff;
}

.lc-cta-box .lc-text {
  opacity: 0.84;
}

.lc-cta-box .lc-btn {
  background: #ffffff;
  color: var(--legcare-dark);
}

.lc-cta-box .lc-btn:hover {
  background: var(--legcare-dark);
  color: #ffffff;
}

/* Mapa/unidade padrão */
.lc-location-card {
  padding: 26px;
  background: #ffffff;
  border: 1px solid rgba(92, 129, 143, 0.14);
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(70, 78, 92, 0.07);
}

.lc-map {
  width: 100%;
  height: 360px;
  border-radius: 12px;
  overflow: hidden;
  background: #eef2f4;
}

.lc-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.lc-contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

/* Responsivo */
@media (max-width: 991.98px) {
  .lc-page-hero {
    padding: 70px 0;
  }

  .lc-page-hero h1 {
    font-size: 38px;
  }

  .lc-section,
  .lc-section-soft,
  .lc-section-dark {
    padding: 70px 0;
  }

  .lc-title {
    font-size: 30px;
  }

  .lc-cta-box {
    padding: 46px 38px;
  }
}

@media (max-width: 575.98px) {
  .lc-page-hero {
    padding: 55px 0;
  }

  .lc-page-hero h1 {
    font-size: 31px;
  }

  .lc-page-hero p {
    font-size: 14px;
  }

  .lc-section,
  .lc-section-soft,
  .lc-section-dark {
    padding: 55px 0;
  }

  .lc-title {
    font-size: 27px;
  }

  .lc-btn {
    width: 100%;
  }

  .lc-cta-box {
    padding: 36px 24px;
  }

  .lc-map {
    height: 280px;
  }
}

/* ================================
   CONTEÚDO INTERNO / ARTIGOS
================================ */

.lc-article-content h2 {
  margin: 42px 0 18px;
  color: var(--legcare-green);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.lc-article-content h2:first-of-type {
  margin-top: 0;
}

.lc-article-content p {
  margin: 0 0 18px;
  color: var(--legcare-text);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}

.lc-article-content strong {
  color: #2F383A;
  font-weight: 700;
}

.lc-article-content a {
  color: var(--legcare-green);
  font-weight: 700;
  text-decoration: none;
}

.lc-article-content a:hover {
  text-decoration: underline;
}

.lc-list {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lc-list li {
  position: relative;
  padding-left: 30px;
  color: var(--legcare-text);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}

.lc-list li::before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 1px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--legcare-green);
  font-size: 15px;
}

/* CTA com links dentro */
.lc-cta-box a:not(.lc-btn) {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
}

/* Faixa de unidades */
.lc-unidades-strip {
  padding: 70px 0;
  background: linear-gradient(135deg, #0D4554 0%, #386E80 100%);
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  overflow: hidden;
}

.lc-unidades-strip .lc-label,
.lc-unidades-strip .lc-title,
.lc-unidades-strip .lc-text {
  color: #ffffff;
}

.lc-unidades-strip .lc-text {
  opacity: 0.86;
}

.lc-unidades-img {
  margin-top: -110px;
  margin-bottom: -70px;
}

.lc-unidades-img img {
  width: 100%;
  height: auto;
  display: block;
}

.lc-btn-outline-white {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.lc-btn-outline-white:hover {
  background: #ffffff;
  color: var(--legcare-dark);
}

/* Responsivo */
@media (max-width: 991.98px) {
  .lc-article-content h2 {
    font-size: 27px;
  }

  .lc-unidades-img {
    margin: 0;
  }
}

@media (max-width: 575.98px) {
  .lc-article-content h2 {
    font-size: 24px;
  }

  .lc-article-content p,
  .lc-list li {
    font-size: 14px;
  }

  .lc-unidades-strip {
    padding: 55px 0;
  }
}

/* ================================
   CARDS DE TRATAMENTOS
================================ */

.lc-treatment-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(92, 129, 143, 0.14);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(70, 78, 92, 0.07);
  transition: all 0.25s ease;
}

.lc-treatment-card:hover {
  transform: translateY(-4px);
  border-color: rgba(92, 129, 143, 0.30);
  box-shadow: 0 18px 42px rgba(70, 78, 92, 0.11);
}

.lc-treatment-img {
  width: 100%;
  height: 230px;
  background: #eef2f4;
  overflow: hidden;
}

.lc-treatment-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.35s ease;
}

.lc-treatment-card:hover .lc-treatment-img img {
  transform: scale(1.04);
}

.lc-treatment-content {
  padding: 28px;
}

.lc-treatment-content span {
  display: block;
  margin-bottom: 10px;
  color: #8A8F96;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lc-treatment-content h3 {
  margin: 0 0 14px;
  color: var(--legcare-green);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
}

.lc-treatment-content p {
  margin: 0 0 24px;
  color: var(--legcare-text);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
}

.lc-card-btn {
  min-height: 34px;
  padding: 0 16px;
  border: 1px solid var(--legcare-green);
  border-radius: 999px;
  color: var(--legcare-green);
  background: transparent;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.25s ease;
}

.lc-card-btn i {
  font-size: 9px;
  transform: rotate(-35deg);
}

.lc-card-btn:hover {
  background: var(--legcare-green);
  color: #ffffff;
}

@media (max-width: 575.98px) {
  .lc-treatment-img {
    height: 210px;
  }

  .lc-treatment-content {
    padding: 24px 22px;
  }

  .lc-card-btn {
    width: 100%;
    justify-content: center;
  }
}

.lc-cta-box a:not(.lc-btn) {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
}

.lc-cta-box a:not(.lc-btn):hover {
  opacity: 0.8;
}

/* ========================================
   COMPONENTES GLOBAIS DAS PÁGINAS INTERNAS
======================================== */

/* ========================================
   CARD GENÉRICO
   Usado em credenciais, tecnologias,
   opções de cirurgia e informações.
======================================== */

.lc-card {
  width: 100%;
  height: 100%;
  padding: 28px;
  border: 1px solid rgba(92, 129, 143, 0.16);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(70, 78, 92, 0.06);
  display: flex;
  flex-direction: column;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.lc-card:hover {
  transform: translateY(-4px);
  border-color: rgba(92, 129, 143, 0.34);
  box-shadow: 0 18px 40px rgba(70, 78, 92, 0.11);
}

.lc-card .lc-label {
  margin-bottom: 10px;
}

.lc-card h3 {
  margin: 0 0 14px;
  color: var(--legcare-green);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.lc-card p {
  margin: 0 0 22px;
  color: var(--legcare-text);
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
  flex: 1;
}

.lc-card .lc-card-btn {
  margin-top: auto;
  align-self: flex-start;
}


/* ========================================
   GRID DE LINKS
   Usado para tratamentos relacionados,
   médicos, procedimentos e páginas internas.
======================================== */

.lc-grid-links {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.lc-link-card {
  width: 100%;
  height: 100%;
  padding: 24px;
  border: 1px solid rgba(92, 129, 143, 0.16);
  border-radius: 11px;
  background: #ffffff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(70, 78, 92, 0.05);
  display: flex;
  flex-direction: column;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

a.lc-link-card:hover,
article.lc-link-card:hover {
  transform: translateY(-3px);
  border-color: rgba(92, 129, 143, 0.34);
  box-shadow: 0 16px 34px rgba(70, 78, 92, 0.1);
}

.lc-link-card h3 {
  margin: 0 0 12px;
  color: var(--legcare-green);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  transition: color 0.25s ease;
}

.lc-link-card p {
  margin: 0;
  color: var(--legcare-text);
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
  flex: 1;
}

a.lc-link-card:hover h3 {
  color: var(--legcare-dark);
}

/* Link dentro dos cards de médicos */
article.lc-link-card > a {
  width: fit-content;
  margin-top: 20px;
  color: var(--legcare-green);
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition:
    color 0.25s ease,
    gap 0.25s ease;
}

article.lc-link-card > a i {
  font-size: 9px;
  transform: rotate(-35deg);
}

article.lc-link-card > a:hover {
  color: var(--legcare-dark);
  gap: 14px;
}


/* ========================================
   GRID DE SINTOMAS, BENEFÍCIOS E ETAPAS
======================================== */

.lc-sintomas-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lc-sintoma-item {
  width: 100%;
  min-height: 82px;
  padding: 20px;
  border: 1px solid rgba(92, 129, 143, 0.15);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(70, 78, 92, 0.05);
  display: flex;
  align-items: center;
  gap: 14px;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.lc-sintoma-item:hover {
  transform: translateY(-3px);
  border-color: rgba(92, 129, 143, 0.32);
  box-shadow: 0 15px 32px rgba(70, 78, 92, 0.09);
}

.lc-sintoma-item i {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: rgba(92, 129, 143, 0.12);
  color: var(--legcare-green);
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    color 0.25s ease,
    background 0.25s ease;
}

.lc-sintoma-item span {
  color: #5e6268;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.lc-sintoma-item:hover i {
  background: var(--legcare-green);
  color: #ffffff;
}


/* ========================================
   FAQ ESTÁTICO
   As páginas atuais não usam accordion.
======================================== */

.lc-faq-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lc-faq-item {
  width: 100%;
  padding: 24px 26px;
  border: 1px solid rgba(92, 129, 143, 0.16);
  border-left: 4px solid var(--legcare-green);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(70, 78, 92, 0.05);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.lc-faq-item:hover {
  transform: translateX(3px);
  border-color: rgba(92, 129, 143, 0.32);
  border-left-color: var(--legcare-dark);
  box-shadow: 0 14px 30px rgba(70, 78, 92, 0.08);
}

.lc-faq-item h3 {
  margin: 0 0 10px;
  color: var(--legcare-green);
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}

.lc-faq-item p {
  margin: 0;
  color: var(--legcare-text);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}


/* ========================================
   SUMÁRIO DO GUIA DE VARIZES
======================================== */

.lc-summary {
  width: 100%;
  margin: 36px 0;
  padding: 28px;
  border: 1px solid rgba(92, 129, 143, 0.18);
  border-radius: 12px;
  background: #f7fafb;
  box-shadow: 0 12px 28px rgba(70, 78, 92, 0.05);
}

.lc-article-content .lc-summary h2 {
  margin: 0 0 18px;
  color: var(--legcare-green);
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.lc-summary ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
}

.lc-summary li {
  margin: 0;
}

.lc-summary a {
  position: relative;
  padding-left: 20px;
  color: var(--legcare-text);
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.lc-summary a::before {
  content: "\f061";
  position: absolute;
  top: 2px;
  left: 0;
  color: var(--legcare-green);
  font-family: "Font Awesome 6 Free";
  font-size: 10px;
  font-weight: 900;
  transform: rotate(-35deg);
}

.lc-summary a:hover {
  color: var(--legcare-green);
  transform: translateX(3px);
}


/* ========================================
   LINKS DENTRO DOS TEXTOS
======================================== */

.lc-text a,
.lc-article-content p a {
  color: var(--legcare-green);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.25s ease;
}

.lc-text a:hover,
.lc-article-content p a:hover {
  color: var(--legcare-dark);
}

/* Links dentro do CTA escuro */
.lc-cta-box .lc-text a {
  color: #ffffff;
}

.lc-cta-box .lc-text a:hover {
  color: rgba(255, 255, 255, 0.78);
}


/* ========================================
   BOTÃO COM TEXTO EM DUAS LINHAS
======================================== */

.lc-btn-stacked {
  height: auto;
  min-height: 74px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.lc-btn-stacked > span {
  flex: 1;
}

.lc-btn-stacked span span {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
}

.lc-btn-stacked strong {
  margin-top: 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.lc-btn-stacked > i {
  flex: 0 0 auto;
}


/* ========================================
   ÂNCORAS COM HEADER FIXO
======================================== */

.lc-article-content h2[id],
.legcare-page section[id] {
  scroll-margin-top: 120px;
}


/* ========================================
   RESPONSIVO
======================================== */

@media (max-width: 991.98px) {
  .lc-card {
    padding: 25px;
  }

  .lc-link-card {
    padding: 22px;
  }

  .lc-faq-item {
    padding: 22px;
  }
}

@media (max-width: 767.98px) {
  .lc-grid-links,
  .lc-sintomas-grid,
  .lc-summary ul {
    grid-template-columns: 1fr;
  }

  .lc-sintoma-item {
    min-height: auto;
  }
}

@media (max-width: 575.98px) {
  .lc-card,
  .lc-link-card {
    padding: 22px 20px;
  }

  .lc-card h3 {
    font-size: 18px;
  }

  .lc-link-card h3 {
    font-size: 17px;
  }

  .lc-sintoma-item {
    padding: 17px;
  }

  .lc-sintoma-item span {
    font-size: 13px;
  }

  .lc-faq-item {
    padding: 20px 18px;
  }

  .lc-faq-item h3 {
    font-size: 16px;
  }

  .lc-faq-item p {
    font-size: 13px;
  }

  .lc-summary {
    margin: 30px 0;
    padding: 22px 20px;
  }

  .lc-article-content .lc-summary h2 {
    font-size: 19px;
  }
}