.pricing-page {
  min-height: 100vh;
  overflow-x: hidden;
}

.pricing-main {
  width: min(1160px, calc(100% - 40px));
  min-height: 70vh;
  margin: 0 auto;
  padding: 98px 0 86px;
}

.pricing-hero {
  display: grid;
  max-width: 760px;
  justify-items: center;
  margin: 0 auto;
  padding: 34px 0 48px;
  text-align: center;
}

.pricing-hero h1 {
  margin: 0 0 16px;
  color: var(--foreground);
  font-size: clamp(44px, 7vw, 74px);
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.pricing-premium-word {
  background: linear-gradient(115deg, hsl(0 0% 100%), hsl(0 0% 54%));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pricing-hero p {
  max-width: 610px;
  margin: 0;
  color: hsl(0 0% 61%);
  font-size: clamp(15px, 2vw, 17px);
  line-height: 1.7;
}

.pricing-layout,
.pricing-partners {
  display: grid;
  align-items: stretch;
  gap: 18px;
}

.pricing-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

.pricing-partners {
  margin-top: 18px;
  grid-template-columns: 1fr;
}

.pricing-card {
  position: relative;
  overflow: hidden;
  border: 1px solid hsl(0 0% 100% / 0.09);
  border-radius: 24px;
  background:
    linear-gradient(145deg, hsl(0 0% 100% / 0.05), transparent 42%),
    hsl(0 0% 4% / 0.86);
  box-shadow:
    inset 0 1px 0 hsl(0 0% 100% / 0.04),
    0 26px 70px rgb(0 0 0 / 0.28);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.pricing-premium-card,
.pricing-methods-card,
.pricing-partner-card {
  padding: 28px;
}

.pricing-premium-card {
  display: grid;
  gap: 26px;
}

.pricing-heading,
.pricing-actions,
.pricing-method-list,
.pricing-benefits,
.pricing-partner-content,
.pricing-partner-actions {
  position: relative;
  z-index: 1;
}

.pricing-heading h2,
.pricing-partner-card h2 {
  margin: 0 0 7px;
  color: var(--foreground);
  font-size: clamp(27px, 4vw, 39px);
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.pricing-heading p,
.pricing-partner-card p {
  margin: 0;
  color: hsl(0 0% 58%);
  font-size: 13px;
  line-height: 1.65;
}

.pricing-plans {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-plan {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 64px;
  align-content: center;
  justify-items: center;
  gap: 4px;
  padding: 7px 9px;
  border: 1px solid hsl(0 0% 100% / 0.08);
  border-radius: 15px;
  background: hsl(0 0% 100% / 0.025);
  text-align: center;
  isolation: isolate;
}

.pricing-plan span {
  color: hsl(0 0% 57%);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.pricing-plan strong {
  color: var(--foreground);
  font-size: 23px;
  letter-spacing: -0.04em;
}

.pricing-plan.is-featured {
  border-color: hsl(0 0% 100% / 0.42);
  background:
    radial-gradient(90% 80% at 50% 0%, hsl(0 0% 100% / 0.14), transparent 72%),
    linear-gradient(180deg, hsl(0 0% 100% / 0.115), hsl(0 0% 100% / 0.035));
  box-shadow:
    inset 0 1px 0 hsl(0 0% 100% / 0.16),
    0 0 0 1px hsl(0 0% 0% / 0.62),
    0 14px 32px hsl(0 0% 0% / 0.32),
    0 0 28px hsl(0 0% 100% / 0.065);
  transform: translateY(-4px);
}

.pricing-plan.is-featured::before {
  position: absolute;
  top: 0;
  right: 16px;
  left: 16px;
  z-index: -1;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, hsl(0 0% 100% / 0.9), transparent);
  box-shadow: 0 0 14px hsl(0 0% 100% / 0.42);
}

.pricing-plan.is-featured span {
  color: hsl(0 0% 82%);
}

.pricing-plan.is-featured strong {
  color: hsl(0 0% 100%);
  font-size: 25px;
  text-shadow: 0 0 18px hsl(0 0% 100% / 0.18);
}

.pricing-plan.is-featured span::after {
  display: inline-block;
  margin-left: 7px;
  padding: 3px 7px;
  border-radius: 999px;
  background: white;
  color: black;
  content: "Best value";
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.045em;
  vertical-align: 1px;
}

.pricing-benefits {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 11px 17px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
}

.pricing-benefits li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: hsl(0 0% 72%);
  font-size: 12px;
  line-height: 1.45;
}

.pricing-check {
  display: grid;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  place-items: center;
  border: 1px solid hsl(0 0% 100% / 0.14);
  border-radius: 50%;
  background: hsl(0 0% 100% / 0.05);
}

.pricing-check svg {
  width: 10px;
  height: 10px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.pricing-actions,
.pricing-partner-actions {
  display: flex;
  gap: 9px;
}

.pricing-button {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 17px;
  border: 1px solid hsl(0 0% 100% / 0.1);
  border-radius: 11px;
  background: hsl(0 0% 100% / 0.04);
  color: hsl(0 0% 84%);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: 180ms ease;
}

.pricing-button:hover {
  border-color: hsl(0 0% 100% / 0.2);
  background: hsl(0 0% 100% / 0.075);
  color: white;
  transform: translateY(-1px);
}

.pricing-button.is-primary {
  border-color: hsl(0 0% 100% / 0.9);
  background: hsl(0 0% 96%);
  color: hsl(0 0% 5%);
}

.pricing-button.is-primary:hover {
  background: white;
  color: black;
}

.pricing-button.is-grow {
  flex: 1;
}

.pricing-button svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.pricing-methods-card {
  display: grid;
  align-content: stretch;
  grid-template-rows: auto 1fr;
}

.pricing-methods-card .pricing-heading h2 {
  margin-top: 0;
  font-size: 22px;
}

.pricing-method-list {
  display: grid;
  margin-top: 10px;
  gap: 12px;
  grid-template-rows: minmax(0, 1fr);
}

.pricing-method {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 13px;
  padding: 18px 21px;
  border: 1px solid hsl(0 0% 100% / 0.1);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, hsl(0 0% 100% / 0.08), transparent 37%),
    linear-gradient(145deg, hsl(0 0% 100% / 0.045), hsl(0 0% 100% / 0.015));
  transition: 180ms ease;
}

.pricing-method:hover {
  border-color: hsl(0 0% 100% / 0.14);
  background:
    radial-gradient(circle at 100% 0%, hsl(0 0% 100% / 0.1), transparent 39%),
    linear-gradient(145deg, hsl(0 0% 100% / 0.055), hsl(0 0% 100% / 0.02));
  transform: translateY(-1px);
}

.pricing-method h3 {
  margin: 0;
  color: white;
  font-size: 23px;
  letter-spacing: -0.045em;
}

.pricing-method-description {
  margin: 0;
  color: hsl(0 0% 62%);
  font-size: 12px;
  line-height: 1.65;
}

.pricing-product-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
}

.pricing-product-list li {
  padding: 10px 12px;
  border: 1px solid hsl(0 0% 100% / 0.07);
  border-radius: 10px;
  background: hsl(0 0% 100% / 0.025);
  color: hsl(0 0% 72%);
  font-size: 12px;
  font-weight: 650;
  text-align: center;
}

.pricing-payment-block {
  padding-top: 2px;
}

.pricing-payment-label {
  display: block;
  margin-bottom: 9px;
  color: hsl(0 0% 46%);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-payment-icons {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 7px;
}

.pricing-payment-icons img {
  width: 39px;
  height: 39px;
  padding: 4px;
  border: 1px solid hsl(0 0% 100% / 0.07);
  border-radius: 9px;
  background: hsl(0 0% 100% / 0.025);
  object-fit: contain;
  transition: 160ms ease;
}

.pricing-payment-icons img:hover {
  border-color: hsl(0 0% 100% / 0.15);
  background: hsl(0 0% 100% / 0.055);
  transform: translateY(-1px);
}

.pricing-method > .pricing-method-button {
  display: inline-flex;
  width: min(100%, 270px);
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 1px auto 0;
  padding: 0 18px;
  border: 1px solid hsl(0 0% 100% / 0.9);
  border-radius: 12px;
  background: hsl(0 0% 96%);
  box-shadow: 0 10px 28px hsl(0 0% 0% / 0.28);
  color: hsl(0 0% 5%);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: 180ms ease;
}

.pricing-method-button svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.pricing-method > .pricing-method-button:hover {
  border-color: white;
  background: white;
  color: black;
  transform: translateY(-2px);
}
.pricing-partner-card {
  display: grid;
  min-height: 285px;
  align-content: space-between;
  gap: 22px;
}

.pricing-partner-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.pricing-partner-mark {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid hsl(0 0% 100% / 0.11);
  border-radius: 15px;
  background:
    radial-gradient(circle at 30% 20%, hsl(0 0% 100% / 0.14), transparent 55%),
    hsl(0 0% 100% / 0.04);
  color: white;
  font-size: 14px;
  font-weight: 800;
}

.pricing-partner-points {
  display: grid;
  margin: 17px 0 0;
  padding: 0;
  gap: 7px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
}

.pricing-partner-points li {
  padding: 10px;
  border: 1px solid hsl(0 0% 100% / 0.06);
  border-radius: 10px;
  background: hsl(0 0% 100% / 0.022);
}

.pricing-partner-points strong,
.pricing-partner-points span {
  display: block;
}

.pricing-partner-points strong {
  margin-bottom: 3px;
  color: hsl(0 0% 80%);
  font-size: 13px;
}

.pricing-partner-points span {
  color: hsl(0 0% 49%);
  font-size: 12px;
  line-height: 1.4;
}

.pricing-partner-actions .pricing-button {
  min-height: 48px;
  font-size: 14px;
}

.pricing-payment-strip {
  margin: 18px auto 0;
  padding: 10px 16px 4px;
  text-align: center;
}

.pricing-payment-strip h2 {
  margin: 0 0 10px;
  color: hsl(0 0% 63%);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
}

.pricing-payment-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
}

.pricing-payment-pills span {
  display: inline-flex;
  min-height: 23px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid hsl(0 0% 100% / 0.045);
  border-radius: 999px;
  background: hsl(0 0% 15%);
  box-shadow: inset 0 1px 0 hsl(0 0% 100% / 0.035);
  color: hsl(0 0% 84%);
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}

.pricing-robux-note,
.pricing-payment-help {
  margin-right: auto;
  margin-left: auto;
  color: hsl(0 0% 45%);
  font-size: 10px;
  line-height: 1.55;
  text-align: center;
}

.pricing-robux-note {
  max-width: 1000px;
  margin-top: 12px;
  margin-bottom: 0;
}

.pricing-payment-help {
  max-width: 760px;
  margin-top: 9px;
  margin-bottom: 0;
}
.pricing-faq-section {
  width: 100%;
  min-width: 0;
  margin-top: 54px;
  justify-self: stretch;
}

.pricing-faq-heading {
  margin-bottom: 22px;
}

.pricing-faq-list {
  display: grid;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  gap: 11px;
  grid-template-columns: minmax(0, 1fr);
}

.pricing-faq-item {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid hsl(0 0% 100% / 0.075);
  border-radius: 17px;
  background:
    linear-gradient(145deg, hsl(0 0% 100% / 0.035), transparent 45%),
    hsl(0 0% 4% / 0.82);
  box-shadow: inset 0 1px 0 hsl(0 0% 100% / 0.025);
  transition: 180ms ease;
}

.pricing-faq-item:hover,
.pricing-faq-item.is-expanded {
  border-color: hsl(0 0% 100% / 0.14);
  background:
    linear-gradient(145deg, hsl(0 0% 100% / 0.05), transparent 48%),
    hsl(0 0% 4% / 0.9);
}

.pricing-faq-item summary {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  box-sizing: border-box;
  padding: 17px 52px 17px 20px;
  color: hsl(0 0% 88%);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}

.pricing-faq-item summary::-webkit-details-marker {
  display: none;
}

.pricing-faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-right: 2px solid hsl(0 0% 55%);
  border-bottom: 2px solid hsl(0 0% 55%);
  content: "";
  transform: translateY(-65%) rotate(45deg);
  transition: transform 220ms ease;
}

.pricing-faq-item.is-expanded summary::after {
  transform: translateY(-35%) rotate(225deg);
}

.pricing-faq-answer {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 20px;
  opacity: 0;
  transform: translateY(-4px);
  transition:
    max-height 360ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 220ms ease,
    transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pricing-faq-item.is-expanded .pricing-faq-answer {
  opacity: 1;
  transform: translateY(0);
}

.pricing-faq-answer p {
  margin: 0;
  padding: 0 0 18px;
  color: hsl(0 0% 52%);
  font-size: 14px;
  line-height: 1.7;
}

.pricing-faq-answer p strong {
  color: hsl(0 0% 72%);
  font-weight: 700;
}
.pricing-note {
  margin: 10px 0 0;
  color: hsl(0 0% 43%);
  font-size: 10px;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 960px) {
  .pricing-layout,
  .pricing-partners {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 640px) {
  .pricing-main {
    width: calc(100% - 24px);
    max-width: calc(100vw - 24px);
    padding: 78px 0 58px;
  }

  .pricing-hero {
    width: 100%;
    min-width: 0;
    padding: 18px 8px 36px;
  }

  .pricing-hero h1 {
    max-width: 100%;
    font-size: clamp(36px, 11vw, 44px);
    overflow-wrap: anywhere;
  }

  .pricing-layout,
  .pricing-partners,
  .pricing-card,
  .pricing-plans,
  .pricing-plan {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .pricing-premium-card,
  .pricing-methods-card,
  .pricing-partner-card,
  .pricing-payment-strip {
  margin: 18px auto 0;
  padding: 10px 16px 4px;
  text-align: center;
}

.pricing-payment-strip h2 {
  margin: 0 0 10px;
  color: hsl(0 0% 63%);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
}

.pricing-payment-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
}

.pricing-payment-pills span {
  display: inline-flex;
  min-height: 23px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid hsl(0 0% 100% / 0.045);
  border-radius: 999px;
  background: hsl(0 0% 15%);
  box-shadow: inset 0 1px 0 hsl(0 0% 100% / 0.035);
  color: hsl(0 0% 84%);
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}

.pricing-robux-note,
.pricing-payment-help {
  margin-right: auto;
  margin-left: auto;
  color: hsl(0 0% 45%);
  font-size: 10px;
  line-height: 1.55;
  text-align: center;
}

.pricing-robux-note {
  max-width: 1000px;
  margin-top: 12px;
  margin-bottom: 0;
}

.pricing-payment-help {
  max-width: 760px;
  margin-top: 9px;
  margin-bottom: 0;
}
.pricing-faq-section {
    margin-top: 42px;
  }

  .pricing-faq-item summary {
    min-height: 56px;
    padding: 15px 46px 15px 16px;
    font-size: 15px;
  }

  .pricing-faq-answer {
    padding: 0 16px;
  }

  .pricing-plans,
  .pricing-benefits,
  .pricing-partner-points {
    grid-template-columns: 1fr;
  }

  .pricing-plan {
    min-height: 60px;
    align-items: center;
    justify-items: stretch;
    grid-template-columns: 1fr auto;
    text-align: left;
  }

  .pricing-plan.is-featured {
    transform: none;
  }

  .pricing-actions,
  .pricing-partner-actions {
    flex-direction: column;
  }

  .pricing-product-list {
    grid-template-columns: 1fr;
  }

  .pricing-button {
    width: 100%;
  }
}
