/* Experience Total Health — Wellness Week Celebration */

.eth-ww-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #86efac;
  margin-bottom: 8px;
}

.eth-ww-sale-card,
.eth-ww-overview-banner {
  position: relative;
  margin: 0 0 1.5rem;
  padding: 1.35rem 1.5rem 1.5rem;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(145deg, #0d2818 0%, #14532d 38%, #228b22 100%);
  box-shadow: 0 16px 48px rgba(20, 83, 45, 0.35);
}

.eth-ww-sale-card h3,
.eth-ww-overview-banner h3,
.eth-ww-checkout-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 10px;
}

.eth-ww-sale-card .eth-ww-sub,
.eth-ww-overview-banner p,
.eth-ww-checkout-desc {
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 10px;
  line-height: 1.55;
}

.eth-ww-overview-banner .eth-ww-pay-btn {
  display: inline-flex;
  margin-top: 12px;
}

.eth-ww-perks-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.eth-ww-perks-list li {
  position: relative;
  padding: 8px 0 8px 28px;
  color: #333;
  line-height: 1.5;
}

.eth-ww-perks-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #228b22;
  font-weight: 700;
}

.eth-ww-overview-badge {
  display: inline-block;
  background: #228b22;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.eth-ww-sale-card-outline {
  border: 2px solid #228b22 !important;
}

.eth-ww-checkout {
  background: #0d2818 !important;
  color: #fff;
  border: none !important;
  border-radius: 16px !important;
  padding: 24px !important;
}

.eth-ww-checkout-eyebrow {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #86efac;
  margin-bottom: 6px;
}

.eth-ww-picker {
  display: grid;
  gap: 14px;
}

.eth-ww-picker-steps {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.5;
  font-size: 14px;
}

.eth-ww-second-hint {
  display: block;
  margin-top: 6px;
  color: #86efac;
  font-size: 13px;
  line-height: 1.4;
}

.eth-ww-field select:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  background: #e5e7eb;
}

.eth-ww-field span {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #f7fee7;
}

.eth-ww-field select {
  width: 100%;
  border: 1px solid rgba(134, 239, 172, 0.35);
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
  color: #111;
}

.eth-ww-picker-hint,
.eth-ww-quote-save {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

.eth-ww-quote {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px 16px;
}

.eth-ww-quote-row,
.eth-ww-quote-total {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.eth-ww-quote-row em {
  color: #86efac;
  font-style: normal;
  font-weight: 700;
}

.eth-ww-quote-row s {
  opacity: 0.7;
  margin-right: 6px;
}

.eth-ww-quote-total {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
  margin-top: 4px;
  font-size: 18px;
}

a.eth-ww-pay-btn,
a.eth-ww-pay-btn:link,
a.eth-ww-pay-btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #228b22;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 10px;
  padding: 12px 18px;
  border: 2px solid #86efac;
  transition: background 0.2s ease, transform 0.2s ease;
}

a.eth-ww-pay-btn:hover {
  background: #166534;
  color: #fff !important;
}

a.eth-ww-pay-btn.is-disabled,
a.eth-ww-pay-btn.is-disabled:hover {
  background: #4b5563;
  border-color: #6b7280;
  cursor: not-allowed;
  transform: none;
}

.eth-ww-schedule {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.eth-ww-day {
  background: #fff;
  border-left: 4px solid #228b22;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(34, 139, 34, 0.08);
  height: 100%;
}

.eth-ww-day h4 {
  color: #14532d;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
}

.eth-ww-day .eth-ww-day-date {
  color: #228b22;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

.eth-ww-day p {
  margin: 0;
  color: #444;
  line-height: 1.55;
}

/* Keep Wellness Week content above the services-section pattern overlay */
.services-section-six > .auto-container {
  position: relative;
  z-index: 1;
}

.eth-ww-specials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  position: relative;
  z-index: 2;
}

.eth-ww-special a.eth-ww-pay-btn {
  position: relative;
  z-index: 3;
  pointer-events: auto;
}

.eth-ww-special {
  background: #f7fee7;
  border: 1px solid rgba(34, 139, 34, 0.2);
  border-radius: 12px;
  padding: 18px;
}

.eth-ww-special h4 {
  color: #14532d;
  margin: 0 0 8px;
}

.eth-ww-special.eth-ww-special-promo {
  background: linear-gradient(160deg, #f7fee7 0%, #ecfdf5 100%);
  border: 1px solid rgba(34, 139, 34, 0.28);
}

.eth-ww-promo-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #228b22;
  margin-bottom: 8px;
}

.eth-ww-promo-link {
  display: inline-block;
  margin-top: 10px;
  padding: 0;
  border: none;
  background: none;
  color: #14532d;
  font-weight: 700;
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.eth-ww-promo-link:hover {
  color: #228b22;
}

.eth-ww-day-gate-note {
  margin: 0 0 10px;
  color: #14532d;
  font-size: 14px;
  font-weight: 600;
}

.eth-ww-special a.eth-ww-pay-btn.is-disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

#eth-wellness-home-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100000;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 4vw, 32px);
  background: radial-gradient(ellipse at center, rgba(20, 83, 45, 0.4) 0%, rgba(13, 40, 24, 0.82) 100%);
  backdrop-filter: blur(5px);
  opacity: 0;
}

#eth-wellness-home-modal.eth-anniversary-modal-visible {
  display: flex;
}

#eth-ww-offline-notice {
  background: #f8fafc;
  border: 1px dashed #228b22;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}

.service-detail .content-box .eth-ww-sale-card h3,
.service-detail .content-box .eth-ww-checkout .eth-ww-checkout-title {
  color: #ffffff !important;
}

.service-detail .content-box .eth-ww-sale-card p,
.service-detail .content-box .eth-ww-checkout p,
.service-detail .content-box .eth-ww-checkout .eth-ww-checkout-desc,
.service-detail .content-box .eth-ww-quote,
.service-detail .content-box .eth-ww-quote-save,
.service-detail .content-box .eth-ww-field span {
  color: #f7fee7 !important;
}

.eth-ww-special .eth-ww-pay-btn {
  margin: 10px 8px 0 0;
}
