/**
 * LifeLoveMe — Life / Love / Me / Practice & Play gateway landing layouts.
 * Complements lifeloveme-sacred-text.css and lifeloveme-lll-wisdom-hooks.css.
 */

.gateway-main {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1rem 2.5rem;
}

.gateway-intro {
  margin: 0 0 1.25rem;
  font-size: clamp(0.92rem, 1.2vw, 1.02rem);
  line-height: 1.55;
  color: var(--muted, #556070);
  max-width: 52rem;
}

.gateway-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 17.5rem), 1fr));
  gap: 1rem 1.1rem;
}

.gateway-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 10.5rem;
  padding: 1.15rem 1.2rem 1.25rem;
  border-radius: 1.25rem;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.94) 0%, rgba(248, 249, 252, 0.92) 100%);
  border: 1px solid rgba(22, 34, 56, 0.08);
  box-shadow: 0 10px 32px rgba(22, 34, 56, 0.07), 0 2px 8px rgba(22, 34, 56, 0.04);
  text-decoration: none;
  color: inherit;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

a.gateway-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(22, 34, 56, 0.1), 0 4px 12px rgba(22, 34, 56, 0.06);
}

.gateway-card__icon {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.45rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.5rem;
}

.gateway-card__title {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  color: var(--text, #171a21);
}

.gateway-card__desc {
  margin: 0.4rem 0 0;
  font-size: 0.84rem;
  line-height: 1.48;
  color: var(--muted, #556070);
  flex: 1;
}

.gateway-card__cta {
  margin-top: 0.85rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(31, 98, 234, 0.92);
}

.gateway-card--placeholder .gateway-card__cta {
  color: var(--soon, #8b96a3);
}

.gateway-card--placeholder {
  opacity: 0.92;
}

.site-nav--wrap {
  flex-wrap: wrap;
  row-gap: 0.35rem;
}

.gateway-section-title {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted, #556070);
}

.gateway-section-title--spaced {
  margin-top: 2rem;
}
