/* Prices and Session Times — page-specific layout */

.st-h1 {
  font-size: 54px;
  line-height: 1.06;
}
.st-opening {
  font-family: var(--tt-serif);
  font-size: 24px;
  color: var(--tt-clay);
  margin-top: 8px;
}
.st-hero-p {
  max-width: 720px;
  margin: 22px auto 14px;
}
.st-hero-strong {
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--tt-cocoa);
  font-weight: 700;
  max-width: 720px;
  margin: 0 auto 30px;
}

/* key prices */
.st-prices {
  padding: 64px 40px 30px;
}
.st-prices-head {
  text-align: center;
  margin-bottom: 18px;
}
.st-prices-eyebrow {
  margin-bottom: 0;
}
.st-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.st-stat {
  background: var(--tt-page);
  border: 1px solid var(--tt-hairline);
  border-radius: 10px;
  padding: 34px 28px;
  text-align: center;
}
.st-stat-num {
  font-family: var(--tt-serif);
  font-size: 52px;
  color: var(--tt-clay);
  font-weight: 600;
  line-height: 1;
}
.st-stat-label {
  font-size: 14px;
  color: var(--tt-body);
  margin-top: 8px;
}

/* session times + good to know */
.st-times {
  padding: 30px 40px 64px;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}
.st-sessions {
  background: var(--tt-cream);
  border-radius: 12px;
  padding: 34px;
}
.st-sessions-h3 {
  font-family: var(--tt-serif);
  font-weight: 600;
  font-size: 28px;
  color: var(--tt-espresso);
  margin-bottom: 20px;
}
.st-row {
  display: flex;
  justify-content: space-between;
  padding: 13px 0;
  border-bottom: 1px solid var(--tt-hairline-2);
}
.st-row--last {
  border-bottom: none;
}
.st-row-name {
  font-weight: 600;
  color: var(--tt-cocoa);
}
.st-row-time {
  color: var(--tt-body);
}
.st-note {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--tt-muted);
  margin-top: 18px;
}
.st-gtk-h3 {
  font-family: var(--tt-serif);
  font-weight: 600;
  font-size: 28px;
  color: var(--tt-espresso);
  margin-bottom: 16px;
}
.st-gtk {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.st-gtk-item {
  display: flex;
  gap: 12px;
}
.st-gtk-item i {
  color: var(--tt-clay);
  margin-top: 3px;
}
.st-gtk-item p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--tt-body);
}
.st-gtk-item--star p {
  color: var(--tt-cocoa);
  font-weight: 600;
}

/* extras */
.st-extras-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px;
}
.st-extras-h2 {
  font-size: 38px;
  margin-bottom: 16px;
}
.st-extras-lead {
  font-size: 15px;
  line-height: 1.7;
  color: var(--tt-body);
}
.st-extras-h3 {
  font-family: var(--tt-serif);
  font-weight: 600;
  font-size: 26px;
  color: var(--tt-espresso);
  margin-bottom: 14px;
}

.st-table-wrap {
  overflow-x: auto;
}
.st-table-wrap--gap {
  margin-bottom: 40px;
}
.st-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--tt-page);
  border-radius: 8px;
  overflow: hidden;
}
.st-table thead tr {
  background: var(--tt-cocoa);
}
.st-table th {
  text-align: left;
  padding: 15px 20px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.st-th-cost {
  width: 140px;
}
.st-table td {
  padding: 15px 20px;
}
.st-table tbody tr {
  border-bottom: 1px solid #f0e7db;
}
.st-table tbody tr:last-child {
  border-bottom: none;
}
.st-table tbody tr:nth-child(even) {
  background: #fdfaf5;
}
.st-cost {
  font-family: var(--tt-serif);
  font-size: 22px;
  color: var(--tt-clay);
  font-weight: 600;
}
.st-desc {
  font-size: 14px;
  color: var(--tt-body);
  line-height: 1.55;
}

/* affordable */
.st-afford-h2 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 36px;
}
.st-afford {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 34px;
}
.st-afford-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--tt-cream);
  border-radius: 8px;
  padding: 18px 22px;
}
.st-afford-item i {
  color: var(--tt-clay);
  margin-top: 3px;
}
.st-afford-item p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--tt-cocoa);
}
.st-afford-cta {
  text-align: center;
}

@media (max-width: 980px) {
  .st-h1 {
    font-size: 48px !important;
  }
  .st-stats {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 620px) {
  .st-h1 {
    font-size: 38px !important;
  }
}
