body {
  background: #f7f7f4;
}

.page-shell {
  background:
    radial-gradient(circle at 14% 8%, rgba(216, 170, 76, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7f7f4 38%, #08111d 38%, #08111d 100%);
}

.page-main {
  position: relative;
  z-index: 2;
}

.page-hero {
  padding: 86px 0 44px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,247,244,0.96)),
    radial-gradient(circle at 76% 0%, rgba(216,170,76,0.14), transparent 34%);
  color: #101114;
}

.page-content {
  padding: 48px 0 86px;
  background:
    radial-gradient(circle at 85% 12%, rgba(108,231,255,0.08), transparent 30%),
    linear-gradient(180deg, #08111d, #091523);
  color: #f6fbff;
}

.pricing-page .page-shell {
  background:
    radial-gradient(circle at 14% 8%, rgba(216, 170, 76, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7f7f4 100%);
}

.pricing-page .page-content {
  position: relative;
  background:
    radial-gradient(circle at 18% 4%, rgba(216,170,76,0.12), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(216,170,76,0.08), transparent 34%),
    linear-gradient(180deg, #f7f7f4 0%, #ffffff 46%, #f1f0eb 100%);
  color: #111318;
  overflow: hidden;
}

.pricing-page .page-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(17,19,24,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,19,24,0.035) 1px, transparent 1px);
  background-size: 68px 68px;
  opacity: 0.42;
  pointer-events: none;
}

.pricing-page .page-content > .container {
  position: relative;
  z-index: 1;
}

.pricing-page .tier-card,
.pricing-page .card {
  border-color: rgba(17,19,24,0.10);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,255,255,0.72));
  color: #111318;
  box-shadow: 0 18px 46px rgba(17,19,24,0.08);
  backdrop-filter: none;
}

.pricing-page .tier-featured {
  padding-top: clamp(34px, 3.8vw, 44px);
  border-color: rgba(177,132,49,0.34);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,250,238,0.90));
  box-shadow: 0 24px 58px rgba(177,132,49,0.14);
}

.pricing-page .tier-name,
.pricing-page .tier-price-amount,
.pricing-page .tier-price-now,
.pricing-page .price {
  color: #111318;
}

.pricing-page .tier-desc,
.pricing-page .tier-price-per,
.pricing-page .plan-billing-note,
.pricing-page .faq-answer,
.pricing-page .muted,
.pricing-page .footer-help {
  color: #606873;
}

.pricing-page .tier-features {
  color: #293240;
}

.pricing-page .tier-features .accent,
.pricing-page .checks strong,
.pricing-page [data-plan-card="shop"] .tier-features li:not(:first-child) {
  color: #b18431;
}

.pricing-page .h2,
.pricing-page .h3 {
  color: #111318;
}

.pricing-page .pricing-tax-blurb {
  color: #5c6470;
}

.pricing-page .faq-list details {
  border-color: rgba(17,19,24,0.10);
  background: rgba(255,255,255,0.72);
}

.pricing-page .faq-list summary {
  color: #111318;
}

.pricing-page .faq-answer,
.pricing-page .faq-answer p {
  color: #606873;
}

.page-title {
  margin: 18px 0 0;
  max-width: 920px;
  color: #101114;
  font-size: clamp(2.65rem, 6vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.lede {
  margin: 18px 0 0;
  max-width: 760px;
  color: #57606c;
  font-size: clamp(1.04rem, 1.8vw, 1.22rem);
  line-height: 1.65;
}

.page-content a {
  color: #f0cd76;
  text-decoration: none;
}

.page-content a:hover {
  color: #ffe2a0;
}

.card,
.tier-card {
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 8px;
  background: rgba(255,255,255,0.055);
  box-shadow: 0 24px 70px rgba(0,0,0,0.25);
  backdrop-filter: blur(12px);
}

.pad {
  padding: clamp(22px, 3vw, 34px);
}

.callout {
  border-color: rgba(216,170,76,0.28);
  background:
    linear-gradient(135deg, rgba(216,170,76,0.13), rgba(255,255,255,0.045));
}

.h2,
.h3 {
  color: #f8fcff;
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 800;
}

.h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.h3 {
  font-size: clamp(1.22rem, 2vw, 1.55rem);
}

.muted,
.prose,
.faq-answer,
.tier-desc,
.tier-price-per,
.footer-help {
  color: #a6b8c9;
}

.grid-2,
.pricing-grid,
.addons-grid,
.docs-grid,
.tier-grid {
  display: grid;
  gap: 18px;
}

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

.pricing-grid,
.tier-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.pricing-page .tier-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
}

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

.addons-wrap {
  margin-top: 22px;
}

.addons-card {
  display: flex;
  flex-direction: column;
}

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

.doc-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
  transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.doc-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(216,170,76,0.92), transparent);
  opacity: 0.78;
}

.doc-card::after {
  content: "Guide";
  position: absolute;
  top: 18px;
  right: 18px;
  min-height: 26px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(216,170,76,0.38);
  border-radius: 999px;
  background: rgba(216,170,76,0.14);
  color: #f0cd76;
  font-size: 0.72rem;
  font-weight: 800;
}

.doc-card:hover {
  border-color: rgba(216,170,76,0.42);
  background:
    linear-gradient(180deg, rgba(216,170,76,0.12), rgba(255,255,255,0.055));
  box-shadow: 0 28px 78px rgba(0,0,0,0.30);
  transform: translateY(-2px);
}

.doc-card .h3 {
  padding-right: 68px;
}

.doc-card .btn {
  margin-top: auto;
  width: fit-content;
}

.doc-card button {
  font: inherit;
  cursor: pointer;
}

.docs-support-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
}

.docs-support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.docs-modal-open {
  overflow: hidden;
}

.docs-modal[hidden] {
  display: none;
}

.docs-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.docs-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 8, 14, 0.72);
  backdrop-filter: blur(8px);
}

.docs-modal-panel {
  position: relative;
  width: min(820px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 12px;
  background:
    radial-gradient(circle at 82% 0%, rgba(216,170,76,0.16), transparent 34%),
    linear-gradient(180deg, #101927, #08111d);
  color: #f6fbff;
  box-shadow: 0 36px 100px rgba(0,0,0,0.46);
}

.docs-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  cursor: pointer;
  font-size: 1.55rem;
  line-height: 1;
}

.docs-modal-panel h2 {
  margin: 18px 48px 0 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.docs-modal-purpose {
  margin: 16px 0 0;
  max-width: 680px;
  color: #b7c7d5;
  font-size: 1.05rem;
  line-height: 1.65;
}

.docs-video-placeholder {
  display: grid;
  place-items: center;
  min-height: clamp(190px, 34vw, 320px);
  margin-top: 24px;
  border: 1px solid rgba(216,170,76,0.58);
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 0%, rgba(240,205,118,0.16), transparent 42%),
    linear-gradient(135deg, rgba(216,170,76,0.16), rgba(255,255,255,0.04)),
    rgba(255,255,255,0.04);
  color: #f0cd76;
  font-weight: 800;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.docs-modal-learn {
  margin-top: 24px;
}

.docs-modal-learn ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  padding-left: 1.1rem;
  color: #d9e7f2;
  line-height: 1.55;
}

.docs-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.tier-card,
.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(24px, 3vw, 34px);
  overflow: hidden;
}

.tier-card::before,
.price-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(216,170,76,0.92), transparent);
  opacity: 0.78;
}

.tier-featured,
.price-card.featured {
  overflow: visible;
  padding-top: clamp(34px, 3.8vw, 44px);
  border-color: rgba(216,170,76,0.48);
  background:
    linear-gradient(180deg, rgba(216,170,76,0.14), rgba(255,255,255,0.06));
}

.tier-name,
.price,
.tier-price-amount {
  color: #fff;
}

.tier-name {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1;
  letter-spacing: -0.045em;
  text-align: center;
}

.tier-card .tier-desc {
  text-align: center;
}

.plan-trial-subtext {
  margin: -6px 0 14px;
  color: #f0cd76;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.price-card .plan-trial-subtext {
  margin: 4px 0 12px;
  text-align: left;
}

.tier-desc {
  margin: 0;
  line-height: 1.62;
}

.tier-features,
.checks,
.prose ul,
.muted ul {
  padding-left: 1.1rem;
}

.tier-features {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  color: #d9e7f2;
  line-height: 1.45;
}

.tier-features .accent,
.checks strong {
  color: #f0cd76;
}

.pricing-page [data-plan-card="shop"] .tier-features li:not(:first-child) {
  color: #b18431;
}

.tier-bottom,
.tier-bottom-pro {
  margin-top: auto;
  display: grid;
  gap: 16px;
  justify-items: center;
}

.plan-action-stack {
  display: grid;
  gap: 8px;
  justify-items: center;
  width: 100%;
}

.price-card .plan-action-stack {
  justify-items: start;
}

.plan-billing-note {
  max-width: 24rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
  text-align: center;
}

.price-card .plan-billing-note {
  max-width: none;
  text-align: left;
}

.tier-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
}

.tier-price-promo,
.price-promo {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 6px 8px;
}

.price-card .price-promo {
  justify-content: flex-start;
}

.tier-price-was {
  flex-basis: 100%;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.price-card .tier-price-was {
  text-align: left;
}

.pricing-page .tier-price-was {
  color: #747b86;
}

.tier-price-now {
  color: #fff;
  font-size: clamp(2.7rem, 5vw, 4rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.055em;
}

.price-promo small {
  color: var(--muted);
  font-size: 1rem;
  letter-spacing: 0;
}

.pricing-page .price-promo small {
  color: #606873;
}

.tier-price-amount,
.price {
  font-size: clamp(2.15rem, 4vw, 3.2rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.tier-badge,
.price-tag,
.tier-scheduled {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(216,170,76,0.35);
  border-radius: 999px;
  background: rgba(216,170,76,0.12);
  color: #f0cd76;
  font-size: 0.78rem !important;
  font-weight: 800;
}

.tier-card .tier-badge {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  background: #d8aa4c;
  border-color: #d8aa4c;
  color: #111318;
  box-shadow: 0 10px 24px rgba(0,0,0,0.24);
}

.tier-cta,
.btn-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background: linear-gradient(135deg, #f0cd76 0%, #d8aa4c 100%);
  color: #111 !important;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(216,170,76,0.24);
}

.tier-cta:hover,
.btn-primary:hover {
  color: #111 !important;
  transform: translateY(-1px);
}

.tier-cta.disabled,
.btn[aria-disabled="true"],
[data-beta-disabled="1"] {
  opacity: 0.55 !important;
  cursor: not-allowed !important;
}

.btn-secondary {
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
  color: #fff !important;
}

.addon-options,
.meta-row {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.addon-option,
.pill {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  color: #d9e7f2;
}

.addon-option {
  width: 100%;
  padding: 14px;
  cursor: pointer;
  text-align: left;
}

.addon-option.is-selected {
  border-color: rgba(216,170,76,0.55);
  background: rgba(216,170,76,0.12);
}

.addon-option-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.addon-option-price,
.addon-option-qty {
  font-weight: 800;
}

.pill {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  font-size: 0.85rem;
}

.faq-wrap {
  margin-top: 14px;
}

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

.faq-list details {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  background: rgba(255,255,255,0.045);
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 20px;
  color: #f8fcff;
  font-weight: 800;
}

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

.faq-answer {
  padding: 0 20px 18px;
  line-height: 1.65;
}

.faq-answer p {
  margin: 0 0 10px;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.prose {
  max-width: 940px;
  line-height: 1.72;
}

.prose h2,
.prose h3 {
  color: #f8fcff;
  letter-spacing: -0.02em;
}

.prose h2 {
  margin-top: 34px;
  font-size: clamp(1.5rem, 2.3vw, 2rem);
}

.prose h3 {
  margin-top: 24px;
  font-size: 1.2rem;
}

.prose p,
.prose li {
  color: #c2d0dc;
}

.prose strong {
  color: #fff;
}

.form input,
.form select,
.form textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background: rgba(255,255,255,0.07);
  color: #fff;
  padding: 13px 14px;
  outline: none;
}

.form input:focus,
.form select:focus,
.form textarea:focus {
  border-color: rgba(216,170,76,0.7);
  box-shadow: 0 0 0 3px rgba(216,170,76,0.14);
}

.form option {
  color: #111;
}

.notice {
  border-radius: 8px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,0.12);
}

.notice.success {
  background: rgba(34,197,94,0.12);
  color: #bbf7d0;
}

.notice.error {
  background: rgba(239,68,68,0.12);
  color: #fecaca;
}

.sep {
  margin: 24px 0;
  border: 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.inventory-callout {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(216,170,76,0.26);
  border-radius: 8px;
  background: rgba(216,170,76,0.1);
}

.inventory-callout .title {
  color: #fff;
  font-weight: 800;
}

.upgraded-footer {
  background: #08111d;
}

.footer-branding {
  flex-direction: column;
}

.footer-branding small,
.footer-right {
  color: #a6b8c9;
}

.footer-right {
  display: grid;
  gap: 10px;
  justify-items: end;
}

@media (max-width: 1020px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }

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

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

  .docs-support-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .docs-support-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 860px) {
  .tier-grid,
  .pricing-page .tier-grid {
    grid-template-columns: 1fr;
  }

  .pricing-page [data-plan-card="shop"] {
    order: 1;
  }

  .pricing-page [data-plan-card="solo"] {
    order: 2;
  }

  .pricing-page [data-plan-card="pro"] {
    order: 3;
  }
}

@media (max-width: 720px) {
  .page-hero {
    padding: 64px 0 34px;
  }

  .page-content {
    padding: 34px 0 64px;
  }

  .footer-right {
    justify-items: start;
  }
}

@media (max-width: 680px) {
  .addons-grid {
    grid-template-columns: 1fr;
  }

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

  .docs-modal {
    padding: 14px;
  }

  .docs-modal-learn ul {
    grid-template-columns: 1fr;
  }
}
