.page-subtitle {
  color: rgba(226, 232, 240, .82);
  margin: -27px auto 2.5rem;
  text-align: center;
}

.elite-detail-section {
  background: var(--elite-surface);
  border: 1px solid rgba(111, 132, 163, .35);
  border-radius: 1rem;
  box-shadow: 0 16px 36px rgba(2, 8, 23, .22);
  padding: 17px 2rem 5px;
}

.elite-detail-section + .elite-detail-section {
  margin-top: 1.5rem;
}

.elite-detail-section h2,
.feature-cards-group--standard .services-highlight-section__title {
  color: #f8fafc;
  font-size: clamp(1rem, 3vw, 1.35rem);
  font-weight: 800;
  letter-spacing: -.03em;
  text-align: center;
}

.section-list-heading {
  color: #f8fafc;
  font-size: clamp(1rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -.03em;
  text-align: center;
}

.elite-detail-section p {
  color: rgba(226, 232, 240, .8);
}

.elite-info-card {
  background: transparent;
  border-radius: 1rem;
  height: 100%;
  padding: .5rem 1rem 0;
}

.elite-info-card h3 {
  color: #f7a61a;
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: .75rem;
  text-align: center;
}

.elite-info-card p:last-child {
  margin-bottom: 0;
  text-align: center;
}

.elite-contact-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.elite-contact-card {
  background: var(--elite-surface-soft);
  border-radius: 1rem;
  height: 100%;
  padding: 1rem 1.25rem;
}

.elite-contact-card__label {
  color: var(--elite-text);
  font-weight: 750;
  margin-bottom: .35rem;
}

.elite-contact-card__value,
.elite-contact-card__value a {
  color: var(--elite-muted);
  text-decoration: none;
}

.elite-contact-card__value a:hover {
  color: var(--elite-orange);
}

@media (max-width: 767.98px) {
  .elite-contact-grid {
    grid-template-columns: 1fr;
  }
}

.elite-area-list {
  color: var(--elite-muted);
  display: grid;
  gap: .75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.elite-area-list li {
  align-items: center;
  display: flex;
  gap: .75rem;
}

.elite-area-list li::before {
  background: var(--elite-orange);
  border-radius: 50%;
  content: "";
  flex: 0 0 .5rem;
  height: .5rem;
}

.elite-contact-action {
  align-items: center;
  background: transparent;
  border-radius: 0;
  color: #f8fafc;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease;
}

.elite-contact-action + .elite-contact-action {
  border-top: 1px solid rgba(148, 163, 184, .24);
  margin-top: 1rem;
}

.elite-contact-action:hover {
  color: #fff;
  transform: translateY(-2px);
}

.elite-contact-action strong {
  align-items: center;
  color: #f8fafc;
  display: inline-flex;
  font-size: 1.3rem;
  font-weight: 800;
  gap: .6rem;
}

.elite-contact-action--whatsapp strong::before,
.elite-contact-action[href*='wa.me'] strong::before {
  content: '?';
  color: #22c55e;
  font-size: 1.25rem;
}

.elite-contact-action--phone strong::before,
.elite-contact-action[href^='tel:'] strong::before {
  content: '?';
  color: #f7a61a;
  font-size: 1.25rem;
}

.elite-contact-action span {
  color: rgba(226, 232, 240, .78);
  font-size: 1rem;
  margin-top: .15rem;
}

.elite-contact-action em {
  background: #f7a61a;
  border-radius: .7rem;
  color: #111827;
  display: inline-block;
  font-size: 0.97rem;
  font-style: normal;
  font-weight: 700;
  margin-top: 1rem;
  min-width: 216px;
  padding: .5rem 0.5rem;
}

.elite-contact-action[href*='wa.me'] em {
  background: #22c55e;
  color: #fff;
}

.elite-contact-list {
  display: grid;
  margin: 0;
}

.elite-contact-list dt {
  align-items: center;
  color: #f8fafc;
  display: flex;
  font-size: 1rem;
  font-weight: 800;
  gap: .9rem;
  margin: 0 0 .35rem;
  margin-left: -8px;
  margin-bottom: -18px;
}

.elite-contact-list dd {
  color: rgba(226, 232, 240, .9);
  margin: 0 0 0 3rem;
}

.elite-contact-list dd small {
  color: rgba(203, 213, 225, .55);
  display: block;
  font-size: .92rem;
  margin-top: .15rem;
}

.elite-contact-list dt::before {
  align-items: center;
  background: rgba(247, 166, 26, .2);
  border-radius: 999px;
  color: #f7a61a;
  display: inline-flex;
  flex: 0 0 38px;
  font-size: 1rem;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.elite-contact-list dt:nth-of-type(1)::before {
  content: '?';
}

.elite-contact-list dt:nth-of-type(2)::before {
  content: '?';
}

.elite-contact-list dt:nth-of-type(3)::before {
  content: '?';
}

.contact-page {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

.contact-page__container {
  max-width: 1220px;
}

.contact-page__hero {
  max-width: 66rem;
  margin-bottom: 2rem;
}

.contact-page__subtitle {
  color: rgba(226, 232, 240, 0.82);
  font-size: 1.08rem;
  line-height: 1.7;
  margin: 0;
}

.contact-page__grid {
  margin-bottom: 1rem;
}

.contact-card {
  width: 100%;
  background: rgba(18, 27, 45, 0.9);
  border: 1px solid rgba(95, 119, 159, 0.28);
  border-radius: 14px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  padding: 1.9rem 2rem;
}

.contact-card--services {
  margin-top: 1rem;
}

.contact-card__title {
  color: #f8fafc;
  font-size: 1.95rem;
  font-weight: 800;
  text-align: center;
  margin: 0 0 1.4rem;
}

.contact-card__divider {
  border-color: rgba(148, 163, 184, 0.24);
  margin: 1rem 0 1.2rem;
}

.contact-method {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 216px;
}

.contact-method__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  margin-bottom: 0.8rem;
}

.contact-method__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.contact-method__icon--whatsapp {
  color: #22c55e;
}

.contact-method__icon--phone {
  color: #f6a90b;
}

.contact-method__title {
  color: #f8fafc;
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0 0 0.65rem;
}

.contact-method__text {
  color: rgba(226, 232, 240, 0.8);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 0 1.25rem;
}

.contact-method__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 215px;
  min-height: 40px;
  border-radius: 9px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.8rem 1.4rem;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.contact-method__button:hover,
.contact-method__button:focus {
  transform: translateY(-1px);
  text-decoration: none;
}

.contact-method__button--whatsapp {
  background: #22c55e;
  color: #fff;
  box-shadow: 0 12px 30px rgba(34, 197, 94, 0.25);
}

.contact-method__button--whatsapp:hover,
.contact-method__button--whatsapp:focus {
  color: #fff;
  background: #1fad52;
}

.contact-method__button--phone,
.contact-method__button--services {
  background: linear-gradient(135deg, #f7b51c 0%, #f59f0b 100%);
  color: #101828;
  box-shadow: 0 14px 32px rgba(245, 159, 11, 0.22);
}

.contact-method__button--phone:hover,
.contact-method__button--phone:focus,
.contact-method__button--services:hover,
.contact-method__button--services:focus {
  color: #101828;
  background: linear-gradient(135deg, #ffc745 0%, #f5a30d 100%);
}

.contact-method__button--services {
  margin-top: 0.6rem;
  min-width: 228px;
}

.contact-info-list {
  display: grid;
  gap: 1.45rem;
  padding: 0.2rem 0;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.contact-info-item__icon {
  flex: 0 0 auto;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(245, 159, 11, 0.22);
  color: #f7b51c;
}

.contact-info-item__icon svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: currentColor;
}

.contact-info-item__body h3 {
  color: #f8fafc;
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0 0 0.15rem;
}

.contact-info-item__body p {
  color: #e5e7eb;
  line-height: 1.45;
  margin: 0;
}

.contact-info-item__body span {
  color: rgba(148, 163, 184, 0.92);
  display: inline-block;
  margin-top: 0.15rem;
}

.service-mini-card {
  padding: 0.4rem 0;
}

.service-mini-card h3 {
  color: #f7b51c;
  font-size: 1.12rem;
  font-weight: 800;
  margin: 0 0 0.7rem;
}

.service-mini-card p {
  color: rgba(226, 232, 240, 0.8);
  line-height: 1.65;
  margin: 0;
}

.contact-card--services .col-md-6:last-child .service-mini-card h3 {
  color: #f8fafc;
}

@media (max-width: 991.98px) {
  .contact-page__title {
    font-size: 2.4rem;
  }

  .contact-card {
    padding: 1.6rem 1.4rem;
  }

  .contact-method {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .contact-page__hero {
    margin-bottom: 1.5rem;
  }

  .contact-method__button {
    width: 100%;
    min-width: 0;
  }

  .contact-info-item {
    gap: 0.85rem;
  }
}

/* Contact page icon overrides for node 19 and its translations. */
.elite-contact-action--whatsapp strong::before,
.elite-contact-action[href*='wa.me'] strong::before,
.elite-contact-action--phone strong::before,
.elite-contact-action[href^='tel:'] strong::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  content: '';
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
}

.elite-contact-action--whatsapp strong::before,
.elite-contact-action[href*='wa.me'] strong::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2322c55e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-1.9 5.36A8.5 8.5 0 0 1 5.4 19L3 21l.64-2.28A8.5 8.5 0 1 1 21 11.5Z'/%3E%3Cpath d='M8.5 10.5c.33 1.67 2 3.33 3.67 3.67M14.5 14.5l1.5 1.5M8 8l1.5 1.5'/%3E%3C/svg%3E");
}

.elite-contact-action--phone strong::before,
.elite-contact-action[href^='tel:'] strong::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f7a61a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.95.36 1.88.7 2.77a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.31-1.27a2 2 0 0 1 2.11-.45c.89.34 1.82.58 2.77.7A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E");
}

.elite-contact-list dt::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  content: '';
}

.elite-contact-list dt:nth-of-type(1)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f7a61a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.95.36 1.88.7 2.77a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.31-1.27a2 2 0 0 1 2.11-.45c.89.34 1.82.58 2.77.7A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E");
}

.elite-contact-list dt:nth-of-type(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f7a61a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s-6-4.35-6-10a6 6 0 1 1 12 0c0 5.65-6 10-6 10Z'/%3E%3Ccircle cx='12' cy='11' r='2.5'/%3E%3C/svg%3E");
}

.elite-contact-list dt:nth-of-type(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f7a61a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");
}

/* Contact info text alignment override for node 19 and translations. */
.contact-card--info,
.contact-info-list,
.contact-info-item,
.contact-info-item__body,
.contact-info-item__body h3,
.contact-info-item__body p,
.contact-info-item__body span {
  text-align: left;
}

/* Strong left alignment for contact info card content. */
.contact-card--info .contact-info-item {
  align-items: flex-start;
  justify-content: flex-start;
}

.contact-card--info .contact-info-item__body {
  flex: 1 1 auto;
  text-align: left !important;
}

.contact-card--info .contact-info-item__body h3,
.contact-card--info .contact-info-item__body p,
.contact-card--info .contact-info-item__body span {
  display: block;
  margin-left: 0;
  margin-right: auto;
  text-align: left !important;
  width: 100%;
}
