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 .pricing-hero .page-title {
  max-width: 980px;
  font-size: 4.25rem;
  line-height: 1.04;
  letter-spacing: 0;
}

.pricing-page .pricing-hero .lede {
  max-width: 820px;
}

.pricing-page .pricing-hero .pricing-hero-sublede {
  margin-top: 10px;
}

.pricing-workflow-bridge {
  margin-bottom: 34px;
}

.pricing-section-intro {
  max-width: 880px;
}

.pricing-section-intro h2 {
  margin: 10px 0 0;
  color: #111318;
  font-size: 2.4rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.pricing-section-intro p {
  margin: 12px 0 0;
  color: #5c6470;
  line-height: 1.65;
}

.workflow-depth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.workflow-depth-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(17,19,24,0.10);
  border-radius: 8px;
  background: rgba(255,255,255,0.82);
  box-shadow: 0 18px 46px rgba(17,19,24,0.07);
}

.workflow-depth-card-shop {
  border-color: rgba(177,132,49,0.28);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,250,238,0.84));
}

.workflow-depth-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.workflow-depth-card h3 {
  margin: 0;
  color: #111318;
  font-size: 1.28rem;
  line-height: 1.18;
  letter-spacing: 0;
}

.workflow-depth-card-top span,
.tier-plan-label {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  width: fit-content;
  padding: 0 10px;
  border: 1px solid rgba(216,170,76,0.30);
  border-radius: 999px;
  background: rgba(216,170,76,0.12);
  color: #92681a;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.workflow-pill-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
}

.workflow-pill {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid rgba(17,19,24,0.10);
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  color: #293240;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
}

.workflow-pill-expanded {
  border-color: rgba(177,132,49,0.24);
  background: rgba(216,170,76,0.11);
  color: #805b1b;
}

.workflow-arrow {
  color: #89919c;
  font-weight: 800;
}

.workflow-depth-card p {
  margin: 20px 0 0;
  color: #606873;
  line-height: 1.6;
}

.pricing-plan-grid {
  margin-top: 0;
}

.pricing-page .tier-name {
  letter-spacing: 0;
}

.pricing-page .tier-price-amount,
.pricing-page .tier-price-now {
  letter-spacing: 0;
}

.tier-plan-label {
  margin: 0 auto 16px;
}

.tier-best-for {
  padding: 14px 0 0;
  border-top: 1px solid rgba(17,19,24,0.08);
  text-align: center;
}

.tier-best-for span {
  color: #7a828d;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tier-best-for p {
  margin: 6px 0 0;
  color: #606873;
  line-height: 1.55;
}

.tier-feature-section {
  margin-top: 22px;
}

.tier-feature-section-workflow {
  margin-bottom: 24px;
}

.tier-feature-section h3 {
  margin: 0;
  color: #111318;
  font-size: 0.9rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tier-feature-section .tier-features {
  gap: 8px;
  margin: 10px 0 0;
}

.monthly-cut-plan-note {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(17,19,24,0.10);
  border-left: 4px solid rgba(216,170,76,0.86);
  border-radius: 8px;
  background: rgba(255,255,255,0.78);
  color: #4f5965;
  line-height: 1.62;
  box-shadow: 0 14px 36px rgba(17,19,24,0.06);
}

.shop-workflow-adds {
  margin-top: 40px;
}

.shop-workflow-adds-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.shop-workflow-card {
  min-width: 0;
  min-height: 168px;
  padding: 22px;
  border: 1px solid rgba(17,19,24,0.10);
  border-radius: 8px;
  background: rgba(255,255,255,0.80);
  box-shadow: 0 16px 42px rgba(17,19,24,0.07);
}

.shop-workflow-card h3 {
  margin: 0;
  color: #111318;
  font-size: 1.12rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.shop-workflow-card p {
  margin: 10px 0 0;
  color: #606873;
  line-height: 1.62;
}

.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 {
  color: #b18431;
}

.pricing-page [data-plan-card="shop"] .tier-feature-section-includes .tier-features li {
  color: #293240;
}

.pricing-page [data-plan-card="shop"] .tier-feature-section-workflow .tier-features li {
  color: #b18431;
}

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

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

.pricing-feature-guide {
  margin-top: clamp(26px, 4vw, 42px);
  padding: clamp(24px, 3.5vw, 40px);
  border: 1px solid rgba(17,19,24,0.10);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.92), rgba(244,247,249,0.92)),
    radial-gradient(circle at 14% 18%, rgba(216,170,76,0.14), transparent 32%);
  box-shadow: 0 22px 64px rgba(17,19,24,0.10);
}

.pricing-feature-guide-intro {
  max-width: 820px;
}

.pricing-feature-guide-intro h2 {
  margin: 8px 0 0;
  color: #111318;
  font-size: 2.4rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.pricing-feature-guide-intro p {
  margin: 14px 0 0;
  color: #5c6470;
  line-height: 1.7;
}

.pricing-feature-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(22px, 3vw, 32px);
  overflow: hidden;
  border: 1px solid rgba(17,19,24,0.10);
  border-radius: 8px;
  background: rgba(17,19,24,0.10);
}

.pricing-feature-group {
  min-height: 238px;
  padding: 22px;
  background: rgba(255,255,255,0.82);
}

.pricing-feature-group span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(216,170,76,0.30);
  border-radius: 999px;
  background: rgba(216,170,76,0.12);
  color: #92681a;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pricing-feature-group h3 {
  margin: 14px 0 0;
  color: #111318;
  font-size: 1.06rem;
  line-height: 1.25;
}

.pricing-feature-group p {
  margin: 10px 0 0;
  color: #606873;
  font-size: 0.94rem;
  line-height: 1.65;
}

.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-feature-section-workflow .tier-features li {
  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;
}

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

.learning-page .page-content {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 10%, rgba(216,170,76,0.11), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(108,231,255,0.07), transparent 34%),
    linear-gradient(180deg, #08111d 0%, #0a1522 58%, #08111d 100%);
}

.learning-page .page-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.16;
  pointer-events: none;
}

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

.learning-article-page .page-shell {
  background:
    radial-gradient(circle at 16% 8%, rgba(216,170,76,0.12), transparent 30%),
    linear-gradient(180deg, #05080d 0%, #0b111a 36%, #f7f5ef 36%, #ffffff 100%);
}

.learning-article-page .article-hero {
  padding: clamp(42px, 6vw, 76px) 0 clamp(46px, 6vw, 82px);
  background:
    radial-gradient(circle at 18% 4%, rgba(216,170,76,0.16), transparent 32%),
    radial-gradient(circle at 82% 14%, rgba(108,231,255,0.08), transparent 34%),
    linear-gradient(180deg, #070b11 0%, #0d1420 100%);
  color: #f7f2e7;
}

.article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 5vw, 60px);
  align-items: stretch;
}

.article-hero-copy {
  align-items: flex-start;
  display: flex;
  min-height: 100%;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.learning-article-page .article-hero .breadcrumb {
  color: rgba(247,242,231,0.58);
}

.learning-article-page .article-hero .breadcrumb a {
  color: #f0cd76;
}

.learning-article-page .article-hero .breadcrumb a:hover {
  color: #ffe2a0;
}

.learning-article-page .article-hero .premium-eyebrow {
  color: #f0cd76;
  border-color: rgba(216,170,76,0.38);
  background: rgba(216,170,76,0.10);
}

.learning-article-page .article-hero .page-title {
  max-width: 820px;
  color: #fff;
  font-size: clamp(2.1rem, 3.8vw, 3.65rem);
  line-height: 1.08;
  letter-spacing: -0.024em;
}

.learning-article-page .article-hero .lede {
  max-width: 680px;
  color: rgba(247,242,231,0.72);
}

.learning-article-page .article-hero .article-meta span {
  border-color: rgba(216,170,76,0.30);
  background: rgba(216,170,76,0.11);
  color: #f4d686;
}

.article-hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  margin: 0;
  padding: clamp(10px, 1.4vw, 18px);
  overflow: hidden;
  min-height: 0;
  border: 1px solid rgba(216,170,76,0.28);
  border-radius: 8px;
  background: #111318;
  box-shadow: 0 30px 90px rgba(0,0,0,0.36);
}

.article-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 7px;
  pointer-events: none;
}

.article-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}

.article-hero-photo img {
  object-fit: cover;
}

.learning-article-page .page-content {
  background:
    radial-gradient(circle at 16% 10%, rgba(216,170,76,0.10), transparent 30%),
    linear-gradient(180deg, #f7f5ef 0%, #ffffff 50%, #f1f0eb 100%);
  color: #111318;
}

.learning-article-page .page-content::before {
  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);
  opacity: 0.45;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #6c7580;
  font-size: 0.88rem;
  font-weight: 700;
}

.breadcrumb a {
  color: #8a6a21;
}

.breadcrumb a:hover {
  color: #5d4615;
}

.article-meta,
.learning-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.article-meta span,
.learning-card-meta span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(177,132,49,0.26);
  border-radius: 999px;
  background: rgba(216,170,76,0.10);
  color: #835f1e;
  font-size: 0.78rem;
  font-weight: 800;
}

.learning-index-hero {
  padding: 72px 0 58px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(250,251,252,0.96) 52%, rgba(235,239,240,0.92) 100%),
    radial-gradient(circle at 18% 4%, rgba(216,170,76,0.16), transparent 32%),
    radial-gradient(circle at 82% 18%, rgba(108,231,255,0.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4f6f7 100%);
  color: #111318;
}

.learning-index-hero .breadcrumb {
  color: #6b7480;
}

.learning-index-hero .breadcrumb a {
  color: #8a6a21;
}

.learning-index-hero .breadcrumb a:hover {
  color: #5d4615;
}

.learning-index-hero .premium-eyebrow {
  color: #8a641d;
  border-color: rgba(177,132,49,0.34);
  background: rgba(216,170,76,0.10);
}

.learning-index-hero .page-title {
  max-width: 820px;
  color: #111318;
  font-size: 3.55rem;
  line-height: 1.02;
  letter-spacing: 0;
}

.learning-index-hero .lede {
  max-width: 760px;
  color: #4f5b68;
}

.learning-index-hero .learning-hero-demo-btn {
  color: #fff !important;
  border-color: rgba(17,19,24,0.88);
  background: #111318;
  box-shadow: 0 16px 34px rgba(17,19,24,0.16);
}

.learning-index-hero .learning-hero-demo-btn:hover {
  border-color: rgba(17,19,24,1);
  background: #1a1d22;
}

.learning-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.64fr);
  gap: 52px;
  align-items: center;
}

.learning-hero-copy {
  min-width: 0;
}

.learning-hero-actions,
.learning-product-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.learning-hero-visual {
  min-width: 0;
  position: relative;
}

.learning-hero-photo-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(17,19,24,0.10);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(17,19,24,0.14);
}

.learning-hero-photo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 1px solid rgba(255,255,255,0.42);
  border-radius: 7px;
  pointer-events: none;
}

.learning-hero-photo-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.learning-hero-photo-card figcaption {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 15px 18px;
  border-top: 1px solid rgba(17,19,24,0.08);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.96), rgba(255,250,238,0.90));
  color: #364252;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
}

.article-kicker {
  color: #f0cd76;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.learning-index-container {
  display: grid;
  gap: 22px;
}

.learning-section {
  scroll-margin-top: 92px;
}

.learning-start-section,
.learning-path-section,
.learning-featured-section,
.learning-article-list,
.learning-product-cta {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(216,170,76,0.18);
  border-radius: 8px;
  background: rgba(255,255,255,0.045);
  box-shadow: 0 18px 52px rgba(0,0,0,0.22);
}

.learning-section-heading {
  max-width: 800px;
}

.learning-section-heading h2,
.article-related-card h2,
.article-faq-card h2,
.article-bottom-cta h2 {
  scroll-margin-top: 92px;
  margin: 12px 0 0;
  color: #fff;
  font-size: 2.05rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.learning-section-heading p {
  margin: 12px 0 0;
  color: #a6b8c9;
  line-height: 1.65;
}

.learning-start-grid,
.learning-path-grid,
.learning-article-card-grid {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

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

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

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

.learning-resource-card,
.learning-path-card,
.learning-article-card {
  min-width: 0;
  min-height: 100%;
  padding: 22px;
  border: 1px solid rgba(216,170,76,0.18);
  border-radius: 8px;
  background: rgba(255,255,255,0.055);
}

.learning-resource-card h3,
.learning-path-card h3,
.learning-article-card h3,
.learning-featured-guide h3 {
  margin: 14px 0 0;
  color: #fff;
  font-size: 1.18rem;
  line-height: 1.22;
  letter-spacing: 0;
}

.learning-resource-card h3 a,
.learning-article-card h3 a,
.learning-featured-guide h3 a,
.related-learning-grid h3 a {
  color: inherit;
  text-decoration: none;
}

.learning-resource-card h3 a:hover,
.learning-article-card h3 a:hover,
.learning-featured-guide h3 a:hover,
.related-learning-grid h3 a:hover {
  color: #f0cd76;
}

.learning-resource-card p,
.learning-path-card p,
.learning-article-card p,
.learning-featured-guide p,
.article-related-card p {
  margin: 12px 0 0;
  color: #a6b8c9;
  line-height: 1.58;
}

.learning-text-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  color: #f0cd76 !important;
  font-weight: 800;
}

.learning-text-link:hover {
  color: #ffe2a0 !important;
}

.learning-path-card {
  display: flex;
  flex-direction: column;
}

.learning-path-card-head {
  display: grid;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.learning-path-card-head h3 {
  margin: 0;
}

.learning-path-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.learning-path-tags span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 8px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 999px;
  background: rgba(255,255,255,0.055);
  color: #d8e4ef;
  font-size: 0.7rem;
  font-weight: 800;
}

.learning-path-status {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  margin-top: auto;
  padding: 0 11px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  color: #d8e4ef;
  font-size: 0.78rem;
  font-weight: 800;
}

.learning-path-card .learning-text-link {
  margin-top: auto;
  padding-top: 18px;
}

.learning-path-card.is-coming-soon {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.032));
}

.learning-featured-guide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(216,170,76,0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 0%, rgba(216,170,76,0.14), transparent 34%),
    rgba(255,255,255,0.055);
}

.learning-featured-copy {
  padding: clamp(24px, 3vw, 34px);
}

.learning-featured-copy .learning-card-meta {
  margin-top: 0;
}

.learning-featured-guide h3 {
  max-width: 720px;
  font-size: 2rem;
}

.learning-featured-guide .btn {
  width: fit-content;
  margin-top: 24px;
}

.learning-featured-media {
  min-height: 300px;
  margin: 0;
  background: #111318;
}

.learning-featured-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.learning-article-card {
  display: flex;
  flex-direction: column;
}

.learning-article-card .learning-card-meta {
  margin-top: 0;
}

.learning-article-card .learning-text-link {
  margin-top: auto;
  padding-top: 18px;
}

.learning-product-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border-color: rgba(216,170,76,0.30);
  background:
    radial-gradient(circle at 92% 10%, rgba(216,170,76,0.16), transparent 34%),
    linear-gradient(135deg, #111318 0%, #171a1f 58%, #282115 100%);
}

.learning-product-cta h2 {
  scroll-margin-top: 92px;
  margin: 12px 0 0;
  color: #fff;
  font-size: 2.05rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.learning-product-cta p {
  max-width: 760px;
  margin: 12px 0 0;
  color: #a6b8c9;
  line-height: 1.65;
}

.learning-product-cta-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.learning-article,
.article-related-card,
.article-faq-card {
  border-color: rgba(216,170,76,0.22);
}

.article-layout {
  display: block;
  max-width: 960px;
}

.learning-article {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.072), rgba(255,255,255,0.048));
}

.learning-article-page .learning-article,
.learning-article-page .article-related-card,
.learning-article-page .article-faq-card {
  border-color: rgba(17,19,24,0.10);
  background: rgba(255,255,255,0.88);
  color: #111318;
  box-shadow: 0 20px 58px rgba(17,19,24,0.08);
  backdrop-filter: none;
}

.article-prose {
  max-width: 820px;
  margin-inline: auto;
  color: #c2d0dc;
  font-size: 1.04rem;
  line-height: 1.78;
}

.article-prose::after {
  content: "";
  display: block;
  clear: both;
}

.article-prose p {
  margin: 0 0 18px;
}

.learning-article-page .article-prose,
.learning-article-page .article-prose p,
.learning-article-page .article-prose li {
  color: #4e5a67;
}

.article-prose .article-intro {
  color: #fff;
  font-size: clamp(1.24rem, 2vw, 1.55rem);
  line-height: 1.45;
  font-weight: 700;
}

.learning-article-page .article-prose .article-intro {
  color: #111318;
}

.article-prose h2 {
  scroll-margin-top: 92px;
  margin: 42px 0 16px;
  color: #fff;
  font-size: clamp(1.55rem, 2.6vw, 2.2rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.learning-article-page .article-prose h2 {
  color: #111318;
}

.article-float-figure {
  float: right;
  width: min(42%, 330px);
  margin: 6px 0 20px 30px;
}

.article-float-figure.article-float-landscape {
  width: min(48%, 380px);
}

.article-float-figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(17,19,24,0.10);
  border-radius: 8px;
  background: #e8e2d6;
  box-shadow: 0 18px 40px rgba(17,19,24,0.10);
}

.article-float-figure.article-float-landscape img {
  aspect-ratio: 4 / 3;
  object-position: center;
}

.article-float-figure figcaption {
  margin: 10px 0 0;
  color: #68717c;
  font-size: 0.84rem;
  line-height: 1.48;
}

.article-product-example {
  float: left;
  width: min(45%, 360px);
  margin: 6px 30px 22px 0;
}

.article-product-example.article-product-example-wide {
  float: none;
  width: min(100%, 720px);
  margin: 30px auto 34px;
  text-align: center;
}

.article-product-example img {
  display: block;
  width: 100%;
  border: 1px solid rgba(17,19,24,0.10);
  border-radius: 8px;
  background: #f7f7f4;
  box-shadow: 0 18px 40px rgba(17,19,24,0.10);
}

.article-product-example figcaption {
  margin: 10px 0 0;
  color: #68717c;
  font-size: 0.84rem;
  line-height: 1.48;
}

.article-product-example.article-product-example-wide figcaption {
  text-align: left;
}

.article-product-example .btn {
  width: 100%;
  min-height: 44px;
  margin-top: 12px;
}

.article-product-example .btn-primary {
  border: 1px solid rgba(216,170,76,0.60);
  border-radius: 14px;
  background: linear-gradient(135deg, #efdcae 0%, #d8aa4c 58%, #b18431 100%);
  box-shadow: 0 14px 28px rgba(216,170,76,0.26), inset 0 1px 0 rgba(255,255,255,0.34);
  color: #081018 !important;
}

.article-product-example.article-product-example-wide .btn {
  display: flex;
  width: fit-content;
  min-width: 180px;
  margin-right: auto;
  margin-left: auto;
}

.article-product-example .btn-primary:hover {
  border-color: rgba(200,148,57,0.64);
  background: linear-gradient(135deg, #f6e7bd 0%, #e2b95f 58%, #c89439 100%);
  box-shadow: 0 18px 36px rgba(216,170,76,0.34), inset 0 1px 0 rgba(255,255,255,0.42);
  color: #081018 !important;
}

.learning-after-article {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 960px;
  gap: 18px;
  margin-top: 22px;
}

.related-learning-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.related-learning-grid article {
  min-height: 180px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  background: rgba(255,255,255,0.045);
}

.learning-article-page .related-learning-grid article {
  border-color: rgba(17,19,24,0.09);
  background: rgba(247,248,249,0.82);
}

.related-learning-grid h3 {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25;
}

.learning-article-page .article-related-card h2,
.learning-article-page .article-faq-card h2,
.learning-article-page .article-bottom-cta h2,
.learning-article-page .related-learning-grid h3 {
  color: #111318;
}

.related-learning-grid p {
  margin: 12px 0 0;
  font-size: 0.92rem;
}

.learning-article-page .article-related-card p,
.learning-article-page .related-learning-grid p {
  color: #65717f;
}

.article-faq-card .faq-list {
  margin-top: 22px;
}

.learning-article-page .article-faq-card .faq-list details {
  border-color: rgba(17,19,24,0.10);
  background: rgba(247,248,249,0.86);
  box-shadow: none;
}

.learning-article-page .article-faq-card .faq-list summary {
  color: #111318;
}

.learning-article-page .article-faq-card .faq-answer,
.learning-article-page .article-faq-card .faq-answer p {
  color: #5f6872;
}

.article-bottom-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(216,170,76,0.30);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 10%, rgba(216,170,76,0.16), transparent 34%),
    linear-gradient(135deg, #111318 0%, #171a1f 58%, #282115 100%);
  box-shadow: 0 28px 80px rgba(0,0,0,0.30);
}

.learning-article-page .article-bottom-cta {
  border-color: rgba(177,132,49,0.24);
  background:
    radial-gradient(circle at 90% 10%, rgba(216,170,76,0.14), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,250,238,0.82));
  box-shadow: 0 18px 52px rgba(17,19,24,0.08);
}

.learning-article-page .article-bottom-cta .btn-secondary {
  border-color: rgba(17,19,24,0.14);
  background: rgba(255,255,255,0.74);
  color: #111318 !important;
}

.learning-article-page .article-bottom-cta .btn-secondary:hover {
  background: #fff;
}

.article-bottom-cta h2 {
  max-width: 720px;
}

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

.article-bottom-actions .btn {
  white-space: nowrap;
}

.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-page .pricing-hero .page-title {
    font-size: 3.55rem;
  }

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

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

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

  .pricing-feature-groups {
    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;
  }

  .learning-hero-grid,
  .learning-featured-guide,
  .learning-product-cta,
  .article-hero-grid {
    grid-template-columns: 1fr;
  }

  .learning-product-cta-actions {
    justify-content: flex-start;
  }

  .learning-start-grid,
  .learning-path-grid,
  .learning-article-card-grid,
  .related-learning-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .workflow-depth-grid {
    grid-template-columns: 1fr;
  }

  .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;
  }

  .pricing-feature-groups {
    grid-template-columns: 1fr;
  }

  .pricing-feature-group {
    min-height: 0;
  }
}

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

  .pricing-page .pricing-hero .page-title {
    font-size: 2.55rem;
    line-height: 1.1;
  }

  .pricing-section-intro h2,
  .pricing-feature-guide-intro h2 {
    font-size: 1.85rem;
    line-height: 1.14;
  }

  .workflow-depth-card,
  .shop-workflow-card {
    padding: 18px;
  }

  .workflow-depth-card-top {
    flex-direction: column;
  }

  .shop-workflow-adds-grid {
    grid-template-columns: 1fr;
  }

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

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

  .article-meta span,
  .learning-card-meta span {
    border-radius: 8px;
  }

  .article-bottom-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .article-bottom-actions {
    justify-content: flex-start;
  }

  .learning-article-page .article-hero .page-title {
    font-size: clamp(2rem, 6.8vw, 2.65rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
  }

  .learning-index-hero {
    padding: 58px 0 42px;
  }

  .learning-index-hero .page-title {
    font-size: 2.55rem;
    line-height: 1.08;
  }

  .learning-section-heading h2,
  .learning-product-cta h2 {
    font-size: 1.65rem;
  }

  .article-hero-visual {
    min-height: 440px;
  }
}

@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;
  }

  .learning-start-grid,
  .learning-path-grid,
  .learning-article-card-grid,
  .related-learning-grid {
    grid-template-columns: 1fr;
  }

  .learning-hero-actions .btn,
  .learning-product-cta-actions .btn {
    width: 100%;
  }

  .article-hero-visual {
    min-height: 360px;
  }
}

@media (max-width: 520px) {
  .article-float-figure,
  .article-product-example {
    float: none;
    width: 100%;
    margin: 26px 0 28px;
  }

  .article-float-figure img {
    aspect-ratio: 16 / 10;
    object-position: center 30%;
  }

  .article-float-figure figcaption {
    text-align: center;
  }

  .article-product-example figcaption {
    text-align: center;
  }
}

@media (max-width: 440px) {
  .pricing-page .pricing-hero .page-title {
    font-size: 2.2rem;
  }

  .article-hero-visual {
    min-height: 300px;
  }
}
