/* Page sections — homepage & content (AmeeraWellnessr look) */

.hero {
  position: relative;
  min-height: calc(100dvh - var(--header-h) - var(--tab-h) - 1rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  color: #fff;
  overflow: hidden;
  margin: 0.65rem;
  border-radius: var(--radius-xl);
  background: #2a1f2d;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.5));
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding: 1.5rem 1.25rem 1.75rem;
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
}

.hero-panel {
  padding: 1.35rem 1.2rem 1.45rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.hero h1 {
  font-size: clamp(2rem, 8vw, 3.2rem);
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 0.55rem;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.hero .lead {
  font-size: 0.98rem;
  color: #fff;
  opacity: 1;
  margin-bottom: 1.15rem;
  max-width: 28rem;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}

.hero .eyebrow {
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  border-color: rgba(255, 255, 255, 0.35);
  text-shadow: none;
}

.page-hero {
  background: var(--header-grad);
  padding: 2rem 0 1.75rem;
  border-radius: 0 0 var(--radius-xl) var(--radius-xl);
  margin-bottom: 0.5rem;
}

.page-hero h1 {
  font-size: clamp(1.65rem, 5vw, 2.35rem);
  color: #111;
  letter-spacing: -0.02em;
  margin-bottom: 0.45rem;
}

.page-hero p {
  color: rgba(0, 0, 0, 0.65);
  max-width: 36rem;
}

/* Grids */
.offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.offer-grid .card-link:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  max-width: 280px;
  margin-inline: auto;
  width: 100%;
}

.audience-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.split {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.split-copy .detail-list {
  display: grid;
  gap: 0.85rem;
}

.detail-item {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.1rem 1.15rem;
  box-shadow: var(--shadow-soft);
  border-left: 4px solid var(--pink);
}

.detail-item h3 {
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
  color: var(--ink-on-light);
}

.detail-item p {
  font-size: 0.92rem;
  color: var(--muted-on-light);
}

.split-media {
  display: flex;
  justify-content: center;
  min-height: 12rem;
  background: transparent;
}

.split-media picture {
  display: contents;
}

.split-media img {
  max-height: 360px;
  width: auto;
  height: auto;
  margin-inline: auto;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 12px 28px rgba(65, 43, 71, 0.12));
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.approach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.about-card {
  background: #fff;
  padding: 1.75rem 1.35rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  border-top: 4px solid var(--hot);
  max-width: 860px;
  margin-inline: auto;
}

.about-card h2 {
  text-align: center;
  font-size: clamp(1.4rem, 4vw, 1.85rem);
  margin-bottom: 0.85rem;
  color: var(--ink-on-light);
}

.about-lead {
  font-size: 1.08rem;
  font-weight: 650;
  color: var(--ink-on-light);
  margin-bottom: 0.85rem;
}

.about-card p {
  margin-bottom: 0.85rem;
  color: var(--text-on-light);
}

.about-card ul {
  margin: 0.5rem 0 1rem 1.1rem;
  list-style: disc;
  color: var(--text-on-light);
}

.about-card li {
  margin-bottom: 0.35rem;
}

.about-closing {
  font-weight: 600;
  color: var(--mauve);
}

.pro-invite {
  background: linear-gradient(135deg, #412b47 0%, #7b4d74 55%, #d63384 120%);
  color: #fff;
  border-radius: var(--radius-xl);
  padding: 1.75rem 1.35rem;
  box-shadow: var(--shadow-card);
}

.pro-invite h2 {
  font-size: clamp(1.35rem, 4vw, 1.75rem);
  margin: 0.5rem 0 0.55rem;
  color: #fff;
}

.pro-invite p {
  color: #fff;
  margin-bottom: 1.15rem;
  max-width: 32rem;
}

.pro-invite .eyebrow {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

/* Homepage FAQ (kept here so index can skip treatment-page.css) */
.tx-faq {
  display: grid;
  gap: 0.65rem;
  max-width: 42rem;
}

.tx-faq-item {
  border-radius: var(--radius);
  border: 1px solid rgba(214, 51, 132, 0.12);
  background: rgba(255, 255, 255, 0.82);
  overflow: hidden;
}

.tx-faq-item summary {
  padding: 1rem 1.15rem;
  font-weight: 650;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: var(--mauve);
}

.tx-faq-item summary::-webkit-details-marker {
  display: none;
}

.tx-faq-item summary::after {
  content: "+";
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--pink-deep);
  transition: transform var(--dur) var(--ease);
}

.tx-faq-item[open] summary::after {
  transform: rotate(45deg);
}

.tx-faq-item .tx-faq-body {
  padding: 0 1.15rem 1rem;
  line-height: 1.6;
  color: var(--text-on-light);
}

.contact-layout {
  display: grid;
  gap: 1.25rem;
}

.contact-info {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 1.35rem;
  box-shadow: var(--shadow-soft);
}

.contact-info h3 {
  margin-bottom: 1rem;
  color: var(--ink);
}

.info-row {
  margin-bottom: 0.95rem;
}

.info-row .label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pink-deep);
  margin-bottom: 0.2rem;
}

.info-row a {
  color: var(--ink);
  font-weight: 550;
}

.info-row a:hover {
  color: var(--pink-deep);
}

@media (min-width: 640px) {
  .audience-grid {
    grid-template-columns: 1fr 1fr;
  }

  .offer-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .offer-grid .card-link:last-child:nth-child(odd) {
    grid-column: auto;
    max-width: none;
  }
}

@media (min-width: 900px) {
  .hero {
    margin: 1rem auto;
    width: min(100% - 2rem, var(--max));
    min-height: min(78dvh, 640px);
    justify-content: center;
  }

  .hero-inner {
    padding: 3rem 2rem;
  }

  .hero-panel {
    max-width: 480px;
  }

  .split {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2.5rem;
  }

  .split.reverse {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .split.reverse .split-media {
    order: -1;
  }

  .feature-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .approach-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .contact-layout {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: start;
  }

  .about-card {
    padding: 2.5rem;
  }
}
