/* Site pages: index, legal */
.site-main {
  flex: 1;
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem 1rem 3rem;
  width: 100%;
}

@media (min-width: 768px) {
  .site-main {
    padding: 2.5rem 2rem 4rem;
  }
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.site-header__left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.site-header__nav--brand ul {
  gap: 1.25rem;
}

@media (max-width: 767px) {
  .site-header__left {
    gap: 0.75rem;
  }

  .site-header__nav--brand ul {
    gap: 0.75rem;
  }

  .site-header__nav--brand a {
    font-size: 0.75rem;
  }
}

.site-header__lang {
  display: flex;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
}

.site-header__lang a {
  color: var(--text-muted);
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}

.site-header__lang a.active {
  color: var(--dark-purple);
  background: rgba(153, 137, 164, 0.15);
}

.site-header__lang a:hover {
  color: var(--purple);
  text-decoration: none;
}

.hero {
  text-align: center;
  margin-bottom: 2.5rem;
}

.hero__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--dark-purple);
  margin: 0 0 1rem;
}

@media (min-width: 768px) {
  .hero__title {
    font-size: 2.25rem;
  }
}

.hero__subtitle {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 42rem;
  margin: 0 auto 1.5rem;
}

.hero__cta {
  display: inline-block;
  background: var(--purple);
  color: #fff !important;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none !important;
}

.hero__cta:hover {
  background: var(--dark-purple);
  color: #fff !important;
}

.hero__pricing-link {
  margin: 1rem 0 0;
  font-size: 0.9375rem;
}

.hero__pricing-link a {
  font-weight: 600;
}

.decks {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .decks {
    grid-template-columns: repeat(3, 1fr);
  }
}

.deck-card {
  background: var(--card-bg);
  border-radius: 12px;
  padding: 1.25rem;
  box-shadow: var(--shadow);
}

.deck-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark-purple);
  margin: 0 0 0.75rem;
}

.deck-card__text {
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--text-muted);
  margin: 0;
}

.shop-note {
  margin-top: 2rem;
  font-size: 0.875rem;
  color: var(--text-muted);
  text-align: center;
}

.section-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--dark-purple);
  margin: 0 0 1rem;
}

.section-title--center {
  text-align: center;
  margin-bottom: 1.25rem;
}

.section-subtitle {
  font-size: 1rem;
  font-weight: 600;
  color: var(--dark-purple);
  margin: 1.5rem 0 0.75rem;
}

.section-note {
  font-size: 0.9375rem;
  color: var(--text-muted);
  margin: 0 0 1.25rem;
  line-height: 1.5;
}

.pricing-section {
  margin-top: 2.5rem;
}

.pricing-table-wrap {
  overflow-x: auto;
  margin-bottom: 0.5rem;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--card-bg);
  border-radius: 12px;
  box-shadow: var(--shadow);
  font-size: 0.875rem;
}

.pricing-table th,
.pricing-table td {
  padding: 0.875rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(84, 81, 102, 0.12);
  vertical-align: top;
}

.pricing-table thead th {
  font-weight: 700;
  color: var(--dark-purple);
  background: rgba(153, 137, 164, 0.08);
}

.pricing-table tbody tr:last-child td {
  border-bottom: none;
}

.pricing-table__price {
  font-weight: 700;
  color: var(--purple);
  white-space: nowrap;
}

.pricing-tax-note {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--text-muted);
  margin: 1rem 0 0;
}

.deliverables-list {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}

.buy-section {
  margin-top: 2.5rem;
  text-align: center;
}

.buy-section__text {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 42rem;
  margin: 0 auto 1.25rem;
}

.compliance {
  margin-top: 2.5rem;
  padding: 1.25rem 1.5rem;
  background: var(--card-bg);
  border-radius: 12px;
  box-shadow: var(--shadow);
  font-size: 0.875rem;
  line-height: 1.6;
}

.compliance__legal {
  margin: 0 0 0.75rem;
}

.compliance__legal a {
  font-weight: 600;
}

.compliance__seller {
  margin: 0;
  color: var(--text-muted);
}

.legal-page .compliance {
  margin-top: 2rem;
}

.legal-page__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--dark-purple);
  text-align: center;
  margin: 0 0 1.5rem;
}

.legal-body {
  background: var(--card-bg);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: var(--shadow);
  font-size: 0.875rem;
  line-height: 1.6;
  white-space: pre-wrap;
  margin: 0;
}

.site-footer__legal-cards {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__legal-cards li {
  margin-bottom: 0.35rem;
}

.site-footer__legal-cards a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8125rem;
}

.site-footer__seller {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 1rem;
}
