.page--home .hero--home {
  grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.85fr);
  align-items: center;
  margin-top: 0;
  padding: clamp(2.4rem, 6vw, 4.8rem);
  border-color: rgba(15, 23, 40, 0.08);
  background: linear-gradient(145deg, #0f1728, #18253b 62%, #21385a 100%);
  box-shadow: 0 40px 90px rgba(15, 23, 40, 0.22);
}

.page--home .hero__copy {
  display: grid;
  gap: 1.2rem;
  max-width: 38rem;
}

.page--home .hero__lead {
  max-width: 42rem;
  font-size: 1.08rem;
  color: rgba(234, 241, 252, 0.78);
}

.page--home .hero--home h1 {
  color: #ffffff;
}

.page--home .hero--home .eyebrow {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: #cfe0ff;
}

.hero__signals,
.audience-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.signal-pill,
.audience-list li {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  font-weight: 600;
}

.signal-pill {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.12);
  color: #eef4ff;
}

.audience-list {
  list-style: none;
  padding: 0;
}

.hero__panel,
.page-hero__panel,
.value-stack,
.contact-intro {
  display: grid;
  gap: 1rem;
}

.hero-card,
.value-card {
  display: grid;
  gap: 0.45rem;
  padding: 1.35rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow-sm);
}

.hero-card--accent {
  background: linear-gradient(145deg, rgba(23, 104, 255, 0.16), rgba(255, 255, 255, 0.88));
}

.hero-card__label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-card strong {
  font-family: var(--font-display);
  font-size: 1.32rem;
}

.hero__panel--product {
  align-self: stretch;
}

.product-stage {
  position: relative;
  min-height: 32rem;
  border-radius: 32px;
}

.product-stage__tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #eaf1fc;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-stage__halo {
  position: absolute;
  border-radius: 999px;
  filter: blur(22px);
  opacity: 0.9;
}

.product-stage__halo--blue {
  top: 3rem;
  right: 2rem;
  width: 14rem;
  height: 14rem;
  background: rgba(58, 136, 255, 0.24);
}

.product-stage__halo--mint {
  bottom: 1.5rem;
  left: 0.5rem;
  width: 11rem;
  height: 11rem;
  background: rgba(20, 147, 107, 0.24);
}

.product-stage__screen {
  position: absolute;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 32px 60px rgba(0, 0, 0, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.product-stage__screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-stage__screen--main {
  inset: 3.2rem 0 5.8rem 3rem;
  transform: rotate(-4deg);
}

.product-stage__screen--side {
  right: 1.5rem;
  bottom: 1.2rem;
  width: 42%;
  height: 46%;
  transform: rotate(7deg);
}

.product-stage__chips {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  max-width: 28rem;
}

.product-stage__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #eef4ff;
  font-size: 0.88rem;
  font-weight: 600;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: -1.5rem;
}

.proof-strip__item {
  display: grid;
  gap: 0.35rem;
  padding: 1.1rem 1.2rem;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow-sm);
}

.proof-strip__item span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-strip__item strong {
  font-size: 1rem;
  line-height: 1.35;
}

.section-shell--compact {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.section-shell--overview {
  display: grid;
  gap: 1.2rem;
}

.section-shell--soft {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(241, 245, 252, 0.84));
}

.section-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  font-weight: 600;
}

.overview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.overview-card {
  position: relative;
  padding: 1.2rem 1.25rem;
  border-radius: 24px;
  border: 1px solid rgba(19, 34, 56, 0.08);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(236, 242, 251, 0.82));
  min-height: 5.5rem;
  display: flex;
  align-items: end;
  box-shadow: var(--shadow-sm);
}

.overview-card h3 {
  font-size: 1.25rem;
}

.overview-card__meta {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: rgba(19, 34, 56, 0.35);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.value-card {
  grid-template-columns: auto 1fr;
  align-items: start;
  padding: 1.1rem 1.2rem;
  min-height: 5.2rem;
}

.value-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(23, 104, 255, 0.1);
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 700;
}

.pricing-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pricing-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.module-pricing-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.page--pricing {
  gap: clamp(2rem, 4vw, 3rem);
}

.page--pricing .page-hero,
.page--pricing .section-shell {
  border: 0;
  box-shadow: none;
  background: transparent;
  backdrop-filter: none;
}

.page--pricing .page-hero::before,
.page--pricing .section-shell::before {
  display: none;
}

.page-hero--pricing {
  grid-template-columns: minmax(0, 1.12fr) minmax(21rem, 0.88fr);
  align-items: center;
  gap: 2rem;
  padding: 0.35rem 0 1.25rem;
  border-bottom: 1px solid rgba(19, 34, 56, 0.08);
}

.page-hero--pricing h1 {
  max-width: 8ch;
  font-size: clamp(3rem, 5vw, 4.6rem);
}

.page-hero--pricing .section__lead {
  max-width: 31rem;
  font-size: 1rem;
  line-height: 1.5;
}

.page-hero--pricing .eyebrow,
.page--pricing .section-kicker {
  padding: 0.3rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--accent);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
}

.page-hero--pricing .page-hero__actions {
  margin-top: 1.35rem;
}

.page--pricing .section-shell {
  padding: 0;
}

.pricing-hero-panel {
  display: grid;
  gap: 0;
  border: 1px solid rgba(19, 34, 56, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
}

.pricing-hero-panel__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.1rem;
}

.pricing-hero-panel__row + .pricing-hero-panel__row {
  border-top: 1px solid rgba(19, 34, 56, 0.08);
}

.pricing-hero-panel__row--accent {
  background: rgba(23, 104, 255, 0.03);
}

.pricing-hero-panel__label {
  display: inline-flex;
  margin-bottom: 0.2rem;
  color: var(--muted);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pricing-hero-panel__row p {
  font-size: 0.88rem;
  line-height: 1.4;
}

.pricing-hero-panel__row strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  line-height: 1.05;
  text-align: right;
}

.section-shell--pricing-ladder {
  padding-top: 0.15rem;
}

.pricing-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.64fr);
  align-items: start;
  gap: 0.9rem 2rem;
  margin-bottom: 1rem;
}

.pricing-section-head__title {
  display: grid;
  gap: 0.3rem;
}

.pricing-section-head__title h2 {
  max-width: 9ch;
  font-size: clamp(2.05rem, 3vw, 2.7rem);
  line-height: 0.96;
}

.pricing-section-head__lead {
  max-width: 22rem;
  padding-top: 0.15rem;
  font-size: 0.84rem;
  line-height: 1.42;
}

.pricing-section-head--addons .pricing-section-head__title h2 {
  max-width: none;
  font-size: clamp(1.8rem, 2.8vw, 2.35rem);
}

.pricing-billing-bar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 1rem 1.5rem;
  margin-bottom: 1rem;
  padding: 0.85rem 0 1rem;
  border-top: 1px solid rgba(19, 34, 56, 0.08);
  border-bottom: 1px solid rgba(19, 34, 56, 0.08);
  border-radius: 0;
  background: transparent;
}

.billing-toggle {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem;
  width: min(100%, 16.75rem);
  padding: 0.2rem;
  border-radius: 999px;
  background: rgba(19, 34, 56, 0.05);
}

.billing-toggle__option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.3rem;
  padding: 0.48rem 0.8rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-weight: 700;
}

.billing-toggle__option.is-active {
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(19, 34, 56, 0.08);
}

.billing-toggle__badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.35rem;
  padding: 0.14rem 0.45rem;
  border-radius: 999px;
  background: rgba(20, 147, 107, 0.12);
  color: var(--accent-2);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.billing-copy {
  display: grid;
  gap: 0.14rem;
  align-content: center;
}

.billing-copy__note,
.billing-copy__meta {
  color: var(--muted);
}

.billing-copy__note {
  font-weight: 600;
  font-size: 0.95rem;
}

.billing-copy__meta {
  font-size: 0.83rem;
}

.section-shell--pricing-addons {
  padding-top: 0.25rem;
}

.pricing-matrix-shell {
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid rgba(19, 34, 56, 0.08);
  background: #fff;
  box-shadow: none;
}

.pricing-matrix {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}

.pricing-matrix thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 0.74rem 0.6rem;
  border-bottom: 1px solid var(--line);
  background: #fafbfd;
  color: var(--ink);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
  backdrop-filter: none;
}

.pricing-matrix thead th:first-child,
.pricing-matrix tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
  background: #fff;
  text-align: left;
}

.pricing-matrix thead th:first-child {
  z-index: 3;
}

.pricing-matrix tbody th,
.pricing-matrix tbody td {
  padding: 0.82rem 0.72rem;
  border-bottom: 1px solid rgba(19, 34, 56, 0.06);
  vertical-align: middle;
}

.pricing-matrix tbody tr:last-child th,
.pricing-matrix tbody tr:last-child td {
  border-bottom: none;
}

.pricing-matrix tbody th {
  width: 30%;
  min-width: 0;
}

.pricing-matrix tbody th strong {
  display: block;
  color: var(--ink);
  font-family: inherit;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.2;
}

.pricing-matrix tbody th .pricing-row-toggle__copy > span:not(.pricing-row-toggle__headline) {
  display: block;
  margin-top: 0.18rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.35;
}

.pricing-matrix tbody td {
  width: 17.5%;
  text-align: center;
  color: var(--ink);
}

.pricing-matrix tbody tr:nth-child(even) td,
.pricing-matrix tbody tr:nth-child(even) th {
  background: #fcfcfd;
}

.pricing-summary-row:hover th,
.pricing-summary-row:hover td {
  background: #f7f9fc;
}

.pricing-summary-row.is-open th,
.pricing-summary-row.is-open td {
  background: #f4f7fb;
}

.pricing-row-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.pricing-row-toggle__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.95rem;
  height: 0.95rem;
  color: rgba(19, 34, 56, 0.48);
  flex: 0 0 auto;
}

.pricing-row-toggle__icon svg {
  width: 100%;
  height: 100%;
}

.pricing-row-toggle__copy {
  display: grid;
  gap: 0.08rem;
  min-width: 0;
}

.pricing-row-toggle__headline {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
}

.pricing-row-toggle__copy strong {
  display: inline-block;
  line-height: 1.12;
}

.pricing-row-toggle__copy > span:not(.pricing-row-toggle__headline) {
  display: block;
}

.pricing-row-toggle__chevron {
  position: relative;
  flex: 0 0 auto;
  width: 0.7rem;
  height: 0.7rem;
  color: var(--muted);
}

.pricing-row-toggle__chevron::before,
.pricing-row-toggle__chevron::after {
  content: "";
  position: absolute;
  top: 0.3rem;
  width: 0.48rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease;
}

.pricing-row-toggle__chevron::before {
  left: 0;
  transform: rotate(45deg);
}

.pricing-row-toggle__chevron::after {
  right: 0;
  transform: rotate(-45deg);
}

.pricing-summary-row.is-open .pricing-row-toggle__chevron::before {
  transform: rotate(-45deg);
}

.pricing-summary-row.is-open .pricing-row-toggle__chevron::after {
  transform: rotate(45deg);
}

.pricing-detail-row td {
  padding: 0.12rem 0.22rem 0.28rem;
  background: #fff;
}

.module-detail-panel {
  overflow-x: auto;
  border-top: 1px solid rgba(19, 34, 56, 0.05);
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.pricing-feature-matrix {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}

.pricing-feature-matrix th,
.pricing-feature-matrix td {
  padding: 0.52rem 0.44rem;
  border-bottom: 1px solid rgba(19, 34, 56, 0.06);
  vertical-align: middle;
}

.pricing-feature-matrix thead th {
  background: #fafbfd;
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
  backdrop-filter: none;
}

.pricing-feature-matrix thead th:first-child {
  z-index: 1;
}

.pricing-feature-matrix thead th:first-child,
.pricing-feature-matrix tbody th,
.pricing-feature-matrix tbody tr:nth-child(even) th {
  background: #fff;
  text-align: left;
}

.pricing-feature-matrix tbody tr:last-child th,
.pricing-feature-matrix tbody tr:last-child td {
  border-bottom: none;
}

.pricing-feature-matrix tbody th {
  width: 25%;
  min-width: 0;
  color: var(--ink);
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 650;
  line-height: 1.3;
}

.pricing-feature-matrix tbody td {
  width: 18.75%;
  text-align: center;
}

.pricing-feature-matrix tbody tr:nth-child(even) td {
  background: #fcfcfd;
}

.tier-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35rem;
  min-height: 1.35rem;
  padding: 0.05rem 0.26rem;
  border-radius: 999px;
  border: 1px solid rgba(19, 34, 56, 0.08);
  background: #fff;
  color: var(--ink);
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1;
}

.tier-mark--yes {
  border-color: rgba(20, 147, 107, 0.18);
  background: rgba(20, 147, 107, 0.12);
  color: var(--accent-2);
}

.tier-mark--no {
  border-color: rgba(19, 34, 56, 0.08);
  background: rgba(19, 34, 56, 0.04);
  color: var(--muted);
}

.tier-mark--text {
  border-color: rgba(19, 34, 56, 0.06);
  background: rgba(19, 34, 56, 0.025);
  padding-inline: 0.42rem;
  text-align: center;
}

.pricing-card,
.addon-card {
  display: grid;
  align-content: start;
  gap: 0.5rem;
}

.pricing-card__note,
.pricing-section-note {
  color: var(--muted);
}

.billing-price__value,
.billing-price__sub,
.billing-price__meta {
  display: block;
}

.billing-price__value {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.02rem;
  line-height: 1.2;
}

.billing-price__sub,
.billing-price__meta {
  color: var(--muted);
  line-height: 1.35;
}

.billing-price__sub {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.billing-price__meta {
  margin-top: 0.28rem;
  font-size: 0.82rem;
}

.price .billing-price__value {
  font-size: inherit;
}

.price-stack {
  display: grid;
  gap: 0.65rem;
  margin: 0.35rem 0 0.2rem;
}

.price-stack__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 0.72rem 0.85rem;
  border-radius: 14px;
  border: 1px solid rgba(19, 34, 56, 0.08);
  background: rgba(19, 34, 56, 0.04);
}

.price-stack__row span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-stack__row strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.1;
  text-align: right;
}

.pricing-matrix--addons {
  min-width: 0;
}

.pricing-group-row th {
  padding: 0.72rem 0.95rem;
  border-bottom: 1px solid rgba(19, 34, 56, 0.08);
  background: #f5f7fa;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: left;
}

.pricing-matrix--addons thead th:first-child,
.pricing-matrix--addons tbody th {
  width: 22%;
}

.pricing-matrix--addons tbody td:nth-child(2) {
  width: 33%;
  text-align: left;
}

.pricing-matrix--addons tbody td:nth-child(3) {
  width: 45%;
  text-align: left;
}

.pricing-inline-list {
  display: grid;
  gap: 0.28rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-inline-list li {
  margin: 0;
}

.pricing-card.highlight .price-stack__row {
  background: rgba(23, 104, 255, 0.06);
  border-color: rgba(23, 104, 255, 0.12);
}

.pricing-section-note {
  margin-top: 0.8rem;
  font-size: 0.83rem;
}

.page--pricing .cta-banner {
  margin-top: 0.5rem;
  border-radius: 20px;
}

.pricing-note {
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.contact-layout {
  align-items: start;
}

.form-panel {
  min-height: 100%;
}

.contact-side {
  display: grid;
  gap: 1rem;
}

.info-panel {
  display: grid;
  gap: 0.75rem;
}

.club-spotlight {
  min-height: 100%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(233, 239, 248, 0.82));
}

.proof-card,
.mission-card,
.belief-card {
  padding: 1.4rem;
}

.mission-card h3 {
  font-size: 1.3rem;
}

.belief-layout {
  align-items: stretch;
}

.belief-card {
  display: grid;
  gap: 0.8rem;
}

@media (max-width: 960px) {
  .page--home .hero--home,
  .pricing-grid,
  .pricing-grid--three,
  .proof-strip {
    grid-template-columns: 1fr;
  }

  .overview-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-stage {
    min-height: 26rem;
  }

  .product-stage__screen--main {
    inset: 3rem 0.5rem 5rem 1.2rem;
  }

  .product-stage__screen--side {
    width: 46%;
    height: 42%;
  }

  .pricing-matrix,
  .pricing-feature-matrix,
  .pricing-matrix--addons {
    min-width: 820px;
  }

  .page-hero--pricing,
  .pricing-section-head,
  .pricing-billing-bar {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .page-hero--pricing {
    padding-bottom: 1rem;
  }

  .pricing-section-head__title h2 {
    max-width: none;
    font-size: clamp(2.2rem, 7vw, 3.2rem);
  }

  .pricing-section-head__lead {
    max-width: none;
    padding-top: 0;
  }

  .pricing-matrix tbody th {
    min-width: 14rem;
  }

  .pricing-row-toggle__icon {
    width: 0.95rem;
    height: 0.95rem;
  }

  .pricing-feature-matrix tbody th {
    min-width: 12rem;
  }

  .billing-toggle {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .product-stage {
    min-height: 20rem;
  }

  .product-stage__tag {
    position: static;
    margin-bottom: 0.9rem;
  }

  .product-stage__screen--main {
    inset: 3.8rem 0 4.6rem 0.2rem;
    transform: rotate(-3deg);
  }

  .product-stage__screen--side {
    right: 0;
    bottom: 0.6rem;
    width: 48%;
    height: 38%;
  }

  .product-stage__chips {
    position: static;
    margin-top: 14.5rem;
    max-width: none;
  }

  .overview-grid {
    grid-template-columns: 1fr;
  }
}
