.lhead__locale--static {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 28px;
  background: rgba(17, 59, 52, 0.08);
}
.lhead__locale--static .localization-current {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: -0.28px;
}
.chondrelis-solicitud-cta .patc__btn {
  text-decoration: none;
  color: inherit;
}
.chondrelis-page {
  font-family: 'Inter Tight', 'League Spartan', system-ui, sans-serif;
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 24px 80px;
  color: #113b34;
  line-height: 1.6;
}
.chondrelis-page h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.chondrelis-page h2 {
  font-size: 1.25rem;
  margin-top: 2rem;
}
.chondrelis-page a {
  color: #113b34;
}
.chondrelis-header {
  background: #f9fcfd;
  border-bottom: 1px solid rgba(17, 59, 52, 0.1);
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chondrelis-header a {
  text-decoration: none;
  color: #113b34;
  font-weight: 600;
}
.chondrelis-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
.chondrelis-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 500;
  font-size: 14px;
}
.chondrelis-form input,
.chondrelis-form select,
.chondrelis-form textarea {
  padding: 12px 14px;
  border: 1px solid rgba(17, 59, 52, 0.2);
  border-radius: 12px;
  font-size: 16px;
  font-family: inherit;
}
.chondrelis-form textarea {
  min-height: 100px;
  resize: vertical;
}
.chondrelis-form button {
  margin-top: 8px;
  padding: 16px 24px;
  background: #113b34;
  color: #fff;
  border: none;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.chondrelis-form button:hover {
  background: #202e4f;
}
.chondrelis-contact-card {
  background: #f4f4f2;
  border-radius: 12px;
  padding: 20px;
  margin: 24px 0;
}
.chondrelis-thanks {
  text-align: center;
  padding: 60px 24px;
}
.chondrelis-thanks h1 {
  color: #113b34;
}
.patc__sticky .patc__btn {
  cursor: pointer;
}
.review-image-container,
.carousel-review-image {
  display: none !important;
}
.lpg__arrow {
  display: none !important;
}
.lpg__track {
  overflow-x: hidden !important;
  scroll-snap-type: none !important;
}
.lhead__desk-account,
.lhead__account {
  display: none !important;
}
