:root {
  --pricing-bg: #0d1730;
  --pricing-panel: #111f3e;
  --pricing-panel-strong: #15294f;
  --pricing-line: #28446f;
  --pricing-text: #f7f9ff;
  --pricing-muted: #aebbd3;
  --pricing-orange: #ff7a18;
  --pricing-blue: #2298e8;
}

body.pricing-page {
  background: radial-gradient(circle at 10% 0, #392126 0, transparent 35%),
    radial-gradient(circle at 90% 0, #16305a 0, transparent 40%), var(--pricing-bg);
  color: var(--pricing-text);
  min-height: 100vh;
}

.pricing-shell { margin: 0 auto; max-width: 1320px; padding: 28px 24px 80px; }
.pricing-header { align-items: center; display: flex; justify-content: space-between; }
.pricing-header nav { align-items: center; display: flex; gap: 18px; }
.pricing-header a {
  color: var(--pricing-text);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  border-radius: 8px;
  padding: 6px 10px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.pricing-header a:focus-visible {
  outline: 3px solid #80c9ff;
  outline-offset: 2px;
}
.pricing-header a::before {
  content: "←";
  font-size: 1.15rem;
  line-height: 1;
  opacity: .7;
  transition: opacity 0.2s ease;
}
.pricing-header a:hover::before {
  opacity: 1;
}
.pricing-header .quick-support-link::before {
  content: none;
}
.pricing-header .quick-support-link {
  align-items: center;
  background: linear-gradient(135deg, var(--poly-primary-alpha), var(--talk-primary-alpha));
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(255, 122, 24, 0.3);
  color: #ffffff;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  padding: 0;
  transition: transform 0.2s, box-shadow 0.2s;
  width: 36px;
}
.pricing-header .quick-support-link:hover {
  background: linear-gradient(135deg, var(--poly-primary-alpha), var(--talk-primary-alpha));
  /* re-apply to match base rule and prevent any framework a:hover overrides */
  box-shadow: 0 5px 20px var(--poly-primary-glow);
  transform: scale(1.05);
}
.pricing-header .quick-support-link:focus-visible {
  box-shadow: 0 5px 20px var(--poly-primary-glow);
  outline: 3px solid var(--talk-primary);
  outline-offset: 2px;
  transform: scale(1.05);
}
.pricing-header .quick-support-icon,
.pricing-header .quick-support-icon svg {
  display: block;
  height: 20px;
  width: 20px;
}
.pricing-header .pricing-brand { display: grid; font-size: 1.5rem; font-weight: 800; line-height: 1; padding: 0; }
.pricing-header .pricing-brand::before,
.pricing-header .pricing-cta::before { content: none; }
.pricing-brand span { background: linear-gradient(90deg, var(--pricing-orange), var(--pricing-blue)); background-clip: text; color: transparent; }
.pricing-brand small { color: var(--pricing-muted); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.pricing-intro { margin: 80px auto 38px; max-width: 850px; text-align: center; }
.eyebrow { color: var(--pricing-orange); font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.pricing-intro h1 { font-size: clamp(2.2rem, 6vw, 4.3rem); line-height: 1.05; margin: 12px 0 18px; }
.pricing-intro > p:not(.eyebrow):not(.tax-note) { color: var(--pricing-muted); font-size: 1.1rem; }
.go-live-banner { align-items: center; background: linear-gradient(105deg, rgb(255 122 24 / .2), rgb(34 152 232 / .18) 55%, rgb(114 217 160 / .14)); border: 1px solid rgb(255 173 112 / .65); border-radius: 24px; box-shadow: 0 18px 48px rgb(0 0 0 / .2), 0 0 36px rgb(255 122 24 / .1); display: grid; gap: 20px; grid-template-columns: auto 1fr auto; margin: 0 0 34px; overflow: hidden; padding: 22px 28px; position: relative; }
.go-live-banner::after { background: linear-gradient(90deg, transparent, rgb(255 255 255 / .16), transparent); content: ""; inset: 0; pointer-events: none; position: absolute; transform: translateX(-100%); }
.go-live-icon { align-items: center; background: linear-gradient(145deg, var(--pricing-orange), #ffb35f); border-radius: 16px; color: #241305; display: flex; font-size: 1rem; font-weight: 800; height: 64px; justify-content: center; width: 64px; }
.go-live-icon::before { content: "✦"; font-size: 2rem; }
.go-live-banner h2 { font-size: clamp(1.25rem, 3vw, 1.8rem); margin: 4px 0 6px; }
.go-live-banner p:not(.eyebrow) { color: var(--pricing-muted); margin: 0; }
.go-live-date { background: #0d1933; border: 1px solid var(--pricing-blue); border-radius: 16px; color: #fff; display: grid; font-size: 1.8rem; font-weight: 850; line-height: .9; min-width: 72px; padding: 14px 10px; place-items: center; position: relative; text-align: center; z-index: 1; }
.go-live-date small { color: #80c9ff; font-size: .62rem; letter-spacing: .12em; }
@keyframes go-live-shimmer { 0%, 35% { transform: translateX(-100%); } 65%, 100% { transform: translateX(100%); } }
@media (prefers-reduced-motion: no-preference) { .go-live-banner::after { animation: go-live-shimmer 5s ease-in-out infinite; } }
.pricing-controls { align-items: end; display: flex; gap: 20px; justify-content: center; margin-top: 32px; }
.pricing-controls label { color: var(--pricing-muted); display: grid; gap: 8px; text-align: start; }
.pricing-controls select, .segmented { background: #0d1933; border: 1px solid var(--pricing-line); border-radius: 12px; color: var(--pricing-text); }
.pricing-controls select { min-height: 46px; padding: 0 42px 0 14px; }
.segmented { display: flex; padding: 4px; }
.segmented button { background: transparent; border: 0; border-radius: 9px; color: var(--pricing-muted); cursor: pointer; font: inherit; min-height: 38px; padding: 0 18px; }
.segmented button[aria-pressed="true"] { background: linear-gradient(90deg, #c55d1c, #176aa9); color: white; }
.tax-note { color: var(--pricing-muted); font-size: .86rem; }
.pricing-trial { align-items: center; background: linear-gradient(110deg, rgb(255 122 24 / .12), rgb(34 152 232 / .14)); border: 1px solid rgb(91 157 225 / .42); border-radius: 24px; display: grid; gap: 24px; grid-template-columns: auto 1fr auto; margin: 0 0 34px; overflow: hidden; padding: 24px 28px; position: relative; }
.pricing-trial[hidden] { display: none; }
.trial-orbit { align-items: center; aspect-ratio: 1; background: radial-gradient(circle, #183a67, #0d1933); border: 1px solid var(--pricing-blue); border-radius: 50%; display: flex; flex-direction: column; justify-content: center; min-width: 92px; }
.trial-orbit span { color: var(--pricing-orange); font-size: .67rem; font-weight: 850; letter-spacing: .12em; }
.trial-orbit strong { font-size: 1.8rem; }
.pricing-trial-copy h2 { font-size: 1.55rem; margin: 5px 0 7px; }
.pricing-trial-copy > p:not(.eyebrow) { color: var(--pricing-muted); margin: 0; }
.trial-status { color: #72d9a0 !important; font-size: .86rem; font-weight: 750; margin-top: 8px !important; }
.trial-cta { background: linear-gradient(90deg, var(--pricing-orange), var(--pricing-blue)); border-color: transparent; color: white !important; cursor: pointer; font: inherit; min-width: 210px; text-shadow: 0 1px 2px rgb(0 0 0 / .3); }
.trial-cta:disabled { cursor: wait; opacity: .65; }
.pricing-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.price-card { background: linear-gradient(155deg, var(--pricing-panel-strong), var(--pricing-panel)); border: 1px solid color-mix(in srgb, var(--pricing-blue) 82%, transparent); border-radius: 20px; box-shadow: 0 12px 32px color-mix(in srgb, var(--pricing-blue) 11%, transparent); display: flex; flex-direction: column; min-height: 480px; padding: 28px; position: relative; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.price-card.is-actionable { cursor: pointer; }
.price-card.is-actionable:hover { border-color: #6bc4ff; box-shadow: 0 24px 54px color-mix(in srgb, var(--pricing-blue) 32%, transparent), 0 0 0 1px color-mix(in srgb, var(--pricing-blue) 72%, white); transform: translateY(-9px) scale(1.02); }
.price-card.recommended { border-color: var(--pricing-orange); box-shadow: 0 16px 42px color-mix(in srgb, var(--pricing-orange) 13%, transparent); }
.price-card.recommended.is-actionable:hover { border-color: #ffad70; box-shadow: 0 24px 54px color-mix(in srgb, var(--pricing-orange) 32%, transparent), 0 0 0 1px color-mix(in srgb, var(--pricing-orange) 72%, white); }
.plan-badge { background: linear-gradient(90deg, var(--pricing-orange), var(--pricing-blue)); border-radius: 999px; color: white; font-size: .72rem; font-weight: 800; padding: 6px 11px; position: absolute; right: 20px; top: -13px; }
.price-card h2 { font-size: 1.5rem; margin: 6px 0 10px; }
.plan-description { color: var(--pricing-muted); min-height: 64px; }
.plan-original-price { color: var(--pricing-muted); margin: 14px 0 -12px; text-decoration: line-through; }
.plan-price { font-size: 2.15rem; font-weight: 800; margin: 18px 0 6px; }
.plan-price small { color: var(--pricing-muted); font-size: .85rem; font-weight: 500; }
.plan-hours { color: #dce7fb; font-weight: 700; }
.plan-saving { color: #72d9a0; font-size: .86rem; font-weight: 750; margin: 4px 0; }
.plan-policy { color: var(--pricing-muted); font-size: .82rem; margin: 4px 0; }
.price-card ul { border-top: 1px solid var(--pricing-line); color: #dbe5f7; flex: 1; list-style: none; margin: 18px 0; padding: 18px 0 0; }
.price-card li { margin: 10px 0; padding-left: 22px; position: relative; }
.price-card li::before { color: var(--pricing-blue); content: "✓"; left: 0; position: absolute; }
.pricing-cta, .secondary-cta { border-radius: 10px; display: inline-flex; font-weight: 750; justify-content: center; padding: 12px 18px; text-decoration: none; }
.price-card.is-actionable .plan-action::after { border-radius: 20px; content: ""; inset: 0; position: absolute; }
.pricing-cta { background: linear-gradient(90deg, var(--pricing-orange), var(--pricing-blue)); color: white !important; }
.secondary-cta { border: 1px solid var(--pricing-line); color: var(--pricing-text); }
.primary-cta { background: linear-gradient(90deg, var(--pricing-orange), var(--pricing-blue)); border: 0; border-radius: 10px; color: white; cursor: pointer; font: inherit; font-weight: 750; justify-content: center; padding: 14px 18px; width: 100%; }
.primary-cta:disabled { cursor: wait; opacity: .65; }
.pricing-cta:focus-visible, .secondary-cta:focus-visible, button:focus-visible, select:focus-visible { outline: 3px solid #80c9ff; outline-offset: 3px; }
.pricing-status { color: var(--pricing-muted); padding: 36px; text-align: center; }
.pricing-status.error { background: #411f2e; border: 1px solid #9d3b54; border-radius: 12px; color: #ffd8e1; overflow-wrap: break-word; word-wrap: break-word; padding: 16px 24px; margin-bottom: 24px; }
.impact-card { align-items: center; background: var(--pricing-panel); border: 1px solid var(--pricing-line); border-radius: 20px; display: flex; justify-content: space-between; margin-top: 28px; padding: 28px; }
.impact-card h2 { margin: 8px 0; }
.impact-card p { color: var(--pricing-muted); }

.checkout-shell { max-width: 880px; }
.checkout-card { background: var(--pricing-panel); border: 1px solid var(--pricing-line); border-radius: 22px; margin-top: 70px; padding: clamp(24px, 5vw, 48px); }
.checkout-card h1 { font-size: clamp(2rem, 5vw, 3.4rem); margin: 10px 0 28px; }
#payment-preloader { text-align: center; }
.payment-spinner { width: 48px; height: 48px; margin: 0 auto 20px; border: 4px solid var(--pricing-line); border-top-color: var(--pricing-orange); border-radius: 50%; animation: payment-spin 0.8s linear infinite; }
@keyframes payment-spin { to { transform: rotate(360deg); } }
.payment-warn { color: var(--pricing-orange); font-size: .92rem; font-weight: 600; margin: 12px 0 0; }
.checkout-summary { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.checkout-summary > div { background: #0d1933; border: 1px solid var(--pricing-line); border-radius: 12px; display: grid; gap: 6px; padding: 16px; }
.checkout-summary span { color: var(--pricing-muted); font-size: .82rem; }
.recurring-consent { align-items: start; background: #0d1933; border: 1px solid var(--pricing-line); border-radius: 12px; cursor: pointer; display: flex; gap: 12px; margin: 24px 0; padding: 16px; }
.recurring-consent input { height: 20px; margin: 2px 0 0; width: 20px; }
.recurring-consent span { display: grid; gap: 5px; }
.recurring-consent small { color: var(--pricing-muted); }
.checkout-primary { border: 0; cursor: pointer; font: inherit; width: 100%; }
.checkout-primary:disabled, .checkout-providers button:disabled { cursor: wait; opacity: .65; }
.checkout-totals { display: grid; gap: 12px; margin: 22px 0; }
.checkout-totals > div { display: flex; justify-content: space-between; }
.checkout-totals dd { font-weight: 750; margin: 0; }
.checkout-total { border-top: 1px solid var(--pricing-line); font-size: 1.2rem; padding-top: 14px; }
.checkout-providers { display: grid; gap: 12px; }
.checkout-provider { display: grid; gap: 16px; }
.checkout-payment-methods { border: 0; display: grid; gap: 10px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; }
.checkout-payment-methods legend { font-size: 1rem; font-weight: 750; grid-column: 1 / -1; margin-bottom: 2px; padding: 0; }
.checkout-payment-methods label { align-items: center; background: #0d1933; border: 1px solid var(--pricing-line); border-radius: 12px; cursor: pointer; display: flex; gap: 10px; padding: 14px; }
.checkout-payment-methods label:has(input:checked) { border-color: var(--pricing-orange); box-shadow: inset 0 0 0 1px var(--pricing-orange); }
.checkout-payment-methods label:has(input:focus-visible) { outline: 2px solid #80c9ff; outline-offset: 2px; }
.checkout-payment-methods input { accent-color: var(--pricing-orange); flex: 0 0 auto; height: 18px; margin: 0; width: 18px; }
.checkout-payment-methods span { font-size: .9rem; font-weight: 700; overflow-wrap: anywhere; }
.checkout-providers button { border: 0; cursor: pointer; font: inherit; width: 100%; }
.checkout-provider-notice { background: #0d1933; border: 1px solid var(--pricing-line); border-radius: 12px; color: var(--pricing-muted); line-height: 1.5; margin-bottom: 20px; padding: 18px; text-align: center; }
.profile-intro { color: var(--pricing-muted); margin: -14px 0 28px; }
.profile-form { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.profile-form label { align-content: start; color: var(--pricing-text); display: grid; font-weight: 700; gap: 8px; }
.profile-form input, .profile-form select { background: #0d1933; border: 1px solid var(--pricing-line); border-radius: 10px; color: var(--pricing-text); font: inherit; min-height: 46px; padding: 10px 12px; width: 100%; }
.profile-form input[readonly] { color: var(--pricing-muted); cursor: not-allowed; }
.profile-form small { color: var(--pricing-muted); font-size: .78rem; font-weight: 400; }
.required-mark::before { color: #ffad6e; content: "*"; font-weight: 800; }
.required-mark { display: inline; }
.label-text { display: inline-flex; align-items: baseline; gap: 4px; }
.profile-actions { align-items: center; display: flex; gap: 12px; grid-column: 1 / -1; justify-content: end; margin-top: 8px; }
.profile-actions button { border: 0; cursor: pointer; font: inherit; }
.narrow-commercial-page { max-width: 980px; }
.commercial-form-card { background: linear-gradient(155deg, var(--pricing-panel-strong), var(--pricing-panel)); border: 1px solid var(--pricing-line); border-radius: 20px; padding: 28px; margin-top: 28px; }
.commercial-form-card form, .commercial-form-card label { display: grid; gap: 8px; }
.commercial-form-card form { gap: 18px; }
.commercial-form-card input, .commercial-form-card select, .commercial-form-card textarea { background: #0d1933; border: 1px solid var(--pricing-line); border-radius: 10px; color: var(--pricing-text); font: inherit; min-height: 44px; padding: 10px 12px; }
.commercial-form-card textarea { min-height: 110px; resize: vertical; }
.commercial-form-grid, .support-layout { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.support-layout > *, .support-layout form, .support-layout label { min-width: 0; }
.support-layout .commercial-form-card { margin-top: 0; }
.support-page .commercial-form-card input, .support-page .commercial-form-card select, .support-page .commercial-form-card textarea { min-width: 0; width: 100%; }
.support-page .commercial-form-card input[type="file"] { max-width: 100%; overflow: hidden; }
.support-heading { margin: 55px 0 24px; text-align: center; }
.support-ticket-list {
  display: grid;
  gap: 10px;
  max-height: 85vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--pricing-line) transparent;
}
.support-ticket { background: #0d1933; border: 1px solid var(--pricing-line); border-radius: 12px; color: var(--pricing-text); cursor: pointer; display: grid; gap: 5px; padding: 14px; text-align: start; }
.support-ticket:focus-visible { border-color: #80c9ff; outline: none; box-shadow: inset 0 0 0 2px #80c9ff; }
.support-ticket span, .support-safe-note { color: var(--pricing-muted); font-size: .85rem; }
.support-dialog { background: var(--pricing-panel); position: relative; border: 1px solid var(--pricing-line); border-radius: 18px; color: var(--pricing-text); max-height: 85vh; max-width: 720px; padding: 28px; width: calc(100% - 32px); }
.support-dialog::backdrop { background: rgb(3 8 20 / .78); }
.support-dialog-dismiss { align-items: center; background: transparent; border: 0; color: var(--pricing-muted); cursor: pointer; display: inline-flex; font-size: 1.65rem; height: 34px; justify-content: center; line-height: 1; padding: 0; position: absolute; right: 16px; top: 14px; width: 34px; }
.support-dialog-dismiss:hover, .support-dialog-dismiss:focus-visible { color: var(--pricing-text); outline: 2px solid var(--pricing-accent); outline-offset: 2px; }
.support-dialog form { display: flex; flex-direction: column; gap: 14px; }
.support-dialog form[hidden] { display: none; }
.support-dialog label { display: grid; gap: 8px; }
.support-dialog textarea { background: #0d1933; border: 1px solid var(--pricing-line); border-radius: 10px; color: var(--pricing-text); font: inherit; min-height: 100px; padding: 10px 12px; resize: vertical; width: 100%; box-sizing: border-box; }
.support-dialog .reply-actions { display: flex; gap: 10px; justify-content: space-between; flex-wrap: wrap; }
.support-close-ticket { background: transparent; border: 1px solid #9b4150; border-radius: 10px; color: #ffc0c8; cursor: pointer; font: inherit; padding: 12px 18px; }
.support-close-ticket:hover, .support-close-ticket:focus-visible { background: #4b1f2c; border-color: #e16a78; outline: 2px solid #e16a78; outline-offset: 2px; }
.support-dialog .reply-actions button { flex: 0 0 auto; width: auto; }
.support-dialog .reopen-actions { margin-top: 4px; }
.invoice-list { display: grid; gap: 10px; }
.invoice-row { align-items: center; background: #0d1933; border: 1px solid var(--pricing-line); border-radius: 12px; display: grid; gap: 16px; grid-template-columns: 1fr auto auto; padding: 14px; }
.invoice-row > div { display: grid; gap: 5px; }
.invoice-row span { color: var(--pricing-muted); font-size: .85rem; }
.support-thread-entry { border: 1px solid var(--pricing-line); border-radius: 10px; margin: 12px 0; padding: 12px; }
.support-thread-entry header { align-items: center; color: var(--pricing-muted); display: flex; font-size: .82rem; justify-content: space-between; margin-bottom: 8px; }
.support-thread-entry header strong { color: var(--pricing-text); }
.support-thread-entry p { margin: 0; white-space: pre-wrap; overflow-wrap: break-word; }
.support-thread-entry--original { background: #0d1933; border-color: #245f9f; }
.support-thread-entry--customer { background: #12274a; border-color: #2d6196; }
.support-thread-entry--support { background: #14223f; border-color: #5a6686; }
.support-attachments { color: var(--pricing-muted); display: grid; font-size: .85rem; gap: 6px; margin: 14px 0; padding-inline-start: 22px; }
.support-dialog input[type="file"] { color: var(--pricing-muted); font: inherit; max-width: 100%; }
.support-dialog input[type="file"]::file-selector-button { background: #14264a; border: 1px solid var(--pricing-line); border-radius: 8px; color: var(--pricing-text); cursor: pointer; font: inherit; margin-inline-end: 10px; padding: 8px 10px; }

/* Prevent long titles from overflowing modal/dialog containers */
button.support-ticket > strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  display: block;
}

#support-ticket-dialog #support-ticket-detail > h2 {
  overflow-wrap: break-word;
  max-width: 100%;
  margin: 0 0 4px;
}

#support-ticket-dialog #support-ticket-detail > p.meta {
  overflow-wrap: break-word;
  max-width: 100%;
  margin: 0 0 8px;
}
.form-status { color: #72d9a0; min-height: 1.2em; }

@media (max-width: 1050px) { .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) {
  .pricing-shell { padding: 20px 16px 50px; }
  .pricing-header nav > a:first-child { display: none; }
  .support-page { overflow-x: hidden; }
  .support-page .pricing-header nav > a:first-child { display: inline-flex; }
  .invoices-page .pricing-header nav > a:first-child { display: inline-flex; }
  .support-page .pricing-header { gap: 12px; }
  .support-page .pricing-header nav { gap: 8px; }
  .support-page .pricing-header a { padding-inline: 6px; }
  .support-page .support-heading { margin: 36px 0 20px; }
  .support-page .support-heading h1 { font-size: clamp(1.7rem, 9vw, 2.1rem); }
  .support-page .commercial-form-card { border-radius: 16px; padding: 20px; }
  .support-page .support-layout { gap: 16px; }
  .pricing-intro { margin-top: 52px; }
  .go-live-banner { grid-template-columns: auto 1fr; padding: 20px; }
  .go-live-date { grid-column: 2; grid-row: 1; justify-self: end; }
  .pricing-controls { align-items: stretch; flex-direction: column; }
  .segmented button { flex: 1; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: auto; }
  .impact-card { align-items: stretch; flex-direction: column; gap: 18px; }
  .pricing-trial { grid-template-columns: 1fr; text-align: center; }
  .trial-orbit { justify-self: center; }
  .trial-cta { width: 100%; }
  .checkout-summary { grid-template-columns: 1fr; }
  .checkout-payment-methods { grid-template-columns: 1fr; }
  .profile-form { grid-template-columns: 1fr; }
  .commercial-form-grid, .support-layout, .invoice-row { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .payment-spinner, .go-live-banner::after { animation: none; }
  .pricing-header .quick-support-link:hover,
  .pricing-header .quick-support-link:focus-visible {
    transform: none;
  }
}

.pricing-footer {
  margin-top: 60px;
  padding: 24px 0;
  text-align: center;
}

.pricing-footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.pricing-footer-links a {
  color: #42a5f5;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.pricing-footer-links a:hover,
.pricing-footer-links a:focus-visible {
  color: #64b5f6;
  text-shadow: 0 0 8px rgba(66, 165, 245, 0.5);
}

.pricing-footer-links span {
  color: var(--pricing-muted);
  user-select: none;
}

.pricing-footer-credit {
  color: #ff9e40;
  font-size: 13px;
  text-decoration: none;
  display: block;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.pricing-footer-credit:hover,
.pricing-footer-credit:focus-visible {
  color: #ffb775;
  text-shadow: 0 0 8px rgba(255, 158, 64, 0.5);
}
