.pricing-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 110px 20px 60px;
}

.pricing-hero {
  border: 1px solid rgba(59, 73, 75, 0.75);
  border-radius: 24px;
  padding: clamp(22px, 4vw, 44px);
  background:
    radial-gradient(circle at 90% 0%, rgba(0, 240, 255, 0.14), transparent 35%),
    linear-gradient(160deg, #1b1b1d, #131416);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
  margin-bottom: 26px;
}

.pricing-eyebrow {
  margin: 0 0 8px;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #67e8f9;
  font-weight: 700;
}

.pricing-hero h1 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(2rem, 6vw, 3.6rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.pricing-subcopy {
  margin: 0;
  max-width: 76ch;
  color: #b9cacb;
}

.pricing-toggle {
  margin-top: 20px;
  background: #0f1112;
  border: 1px solid rgba(59, 73, 75, 0.75);
  border-radius: 999px;
  padding: 4px;
  display: inline-flex;
  gap: 4px;
}

.pricing-toggle__btn {
  border: none;
  border-radius: 999px;
  background: transparent;
  color: #9aa0a6;
  padding: 10px 16px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  cursor: pointer;
}

.pricing-toggle__btn.is-active {
  background: linear-gradient(120deg, #67e8f9, #5eead4);
  color: #02252d;
}

.pricing-toggle__btn:focus-visible {
  outline: 2px solid #67e8f9;
  outline-offset: 2px;
}

.pricing-panel {
  margin-top: 18px;
}

.pricing-grid {
  display: grid;
  gap: 16px;
}

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

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

.plan-card {
  border: 1px solid rgba(59, 73, 75, 0.75);
  border-radius: 20px;
  padding: 20px;
  background: linear-gradient(170deg, rgba(32, 31, 32, 0.98), rgba(19, 19, 20, 0.98));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25);
  position: relative;
}

.plan-card--featured {
  border-color: rgba(0, 240, 255, 0.52);
  box-shadow:
    0 0 0 1px rgba(0, 240, 255, 0.18),
    0 24px 48px rgba(0, 0, 0, 0.36);
  transform: translateY(-2px);
}

.plan-badge {
  position: absolute;
  top: -10px;
  right: 14px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #bef264;
  color: #1a2b05;
  font-size: 0.64rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
}

.plan-card__kicker {
  margin: 0 0 8px;
  color: #67e8f9;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
}

.plan-card h2,
.plan-card h3 {
  margin: 0;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  line-height: 1;
}

.plan-card h2 span,
.plan-card h3 span {
  font-size: 0.9rem;
  color: #9aa0a6;
}

.plan-price-alt {
  margin: 8px 0 0;
  font-size: 0.82rem;
  color: #9aa0a6;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.pro-billing-toggle {
  border: 1px solid rgba(59, 73, 75, 0.9);
  background: rgba(255, 255, 255, 0.03);
  color: #b9cacb;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 700;
  cursor: pointer;
}

.plan-card__headline {
  margin: 12px 0;
  color: #dce7e8;
  font-weight: 600;
}

.plan-limit {
  margin: 0 0 12px;
  font-size: 0.8rem;
  color: #9aa0a6;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.plan-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
  color: #b9cacb;
  font-size: 0.9rem;
}

.plan-card ul li {
  position: relative;
  padding-left: 16px;
}

.plan-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #67e8f9;
}

.plan-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  padding: 11px 16px;
  border-radius: 999px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-weight: 800;
}

.plan-cta--primary {
  background: #67e8f9;
  color: #072932;
}

.plan-cta--accent {
  background: linear-gradient(125deg, #67e8f9, #5eead4);
  color: #04242a;
}

.plan-cta--ghost {
  border: 1px solid rgba(59, 73, 75, 0.9);
  color: #b9cacb;
}

.plan-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.host-tip {
  display: inline-block;
  margin-left: 4px;
  border: 1px solid rgba(59, 73, 75, 0.8);
  border-radius: 999px;
  padding: 1px 6px;
  font-size: 0.62rem;
  color: #9aa0a6;
  cursor: help;
}

.trial-banner {
  margin-bottom: 14px;
  border-radius: 16px;
  border: 1px solid rgba(190, 242, 100, 0.45);
  background: linear-gradient(140deg, rgba(190, 242, 100, 0.18), rgba(190, 242, 100, 0.07));
  padding: 18px;
}

.trial-banner h2 {
  margin: 0 0 8px;
  font-family: "Space Grotesk", Inter, sans-serif;
}

.trial-banner p {
  margin: 0;
  color: #d4e3cb;
}

.matrix-wrap,
.faq-wrap {
  margin-top: 18px;
  border: 1px solid rgba(59, 73, 75, 0.75);
  border-radius: 16px;
  background: linear-gradient(170deg, rgba(32, 31, 32, 0.96), rgba(19, 19, 20, 0.96));
  padding: 14px;
}

.collapsible-trigger {
  border: none;
  background: transparent;
  color: #e5e2e3;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.collapsible-panel {
  margin-top: 12px;
}

.matrix-scroll {
  overflow: auto;
  border: 1px solid rgba(59, 73, 75, 0.6);
  border-radius: 12px;
}

.feature-matrix {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.feature-matrix th,
.feature-matrix td {
  border-bottom: 1px solid rgba(59, 73, 75, 0.62);
  padding: 10px 12px;
  text-align: left;
  font-size: 0.85rem;
}

.feature-matrix th {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9aa0a6;
}

.faq-wrap h2 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", Inter, sans-serif;
}

.faq-list {
  display: grid;
  gap: 8px;
}

.faq-item {
  border: 1px solid rgba(59, 73, 75, 0.7);
  border-radius: 12px;
  background: rgba(18, 20, 22, 0.52);
}

.faq-q {
  width: 100%;
  text-align: left;
  border: none;
  background: transparent;
  color: #e5e2e3;
  padding: 12px 14px;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
}

.faq-a {
  padding: 0 14px 12px;
  color: #b9cacb;
  font-size: 0.88rem;
  line-height: 1.55;
}

.pricing-currency-approx {
  display: block;
  margin-top: 6px;
  color: #9aa0a6;
  font-size: 0.75rem;
}

@media (max-width: 980px) {
  .pricing-grid--clubs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .pricing-page {
    padding-top: 94px;
  }

  .pricing-grid--individuals,
  .pricing-grid--clubs {
    grid-template-columns: 1fr;
  }
}
