/**
 * PixronTheme — Refine layer (v2.30)
 *
 * Loaded last on every page. Pulls the site away from the "generated"
 * look (glow gradients, gradient text, mono ALL-CAPS pills everywhere,
 * tinted icon tiles, endless decorative animation, hover lift on
 * non-interactive cards) toward a calmer Swiss / trust-first language:
 *   - accent colour reserved for primary actions and links
 *   - flat surfaces separated by 1px borders, one shadow scale
 *   - sentence-case labels in the body face; mono only for data
 *   - motion only where it explains something (loading, state change)
 */

:root {
  --px-elev-1: 0 1px 2px rgba(var(--px-dark-rgb), 0.06);
  --px-elev-2: 0 4px 12px -2px rgba(var(--px-dark-rgb), 0.1);
  --px-elev-3: 0 16px 32px -12px rgba(var(--px-dark-rgb), 0.22);
  --px-line: #e2e8f0;
  --px-line-dark: rgba(255, 255, 255, 0.1);
  --px-ease: cubic-bezier(0.2, 0, 0, 1);
}

/* ---------------------------------------------------------
   1. Labels / eyebrows — sentence case, body face, no pill
   --------------------------------------------------------- */
body.pixron-theme .px-slide-tag,
body.pixron-theme .px-page-hero-eyebrow,
body.pixron-theme .px-about-kicker,
body.pixron-theme .px-ct-kicker,
body.pixron-theme .px-prefooter-eyebrow,
body.pixron-theme .px-cms-eyebrow,
body.pixron-theme .px-home-domain-eyebrow,
body.pixron-theme .px-editorial-eyebrow,
body.pixron-theme .px-domain-eyebrow,
body.pixron-theme .px-domain-privileges-eyebrow,
body.pixron-theme .px-story-eyebrow,
body.pixron-theme .px-page-related-eyebrow,
body.pixron-theme .px-home-tech-label,
body.pixron-theme .px-home-domain-tlds-label,
body.pixron-theme .px-contact-trust-badge,
body.pixron-theme .px-about-entity-flag,
body.pixron-theme .px-doc-aside-title,
body.pixron-theme .px-about-stack-label {
  display: inline-flex !important;
  align-items: center;
  gap: 8px !important;
  padding: 0 !important;
  margin-bottom: 12px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  font-family: var(--px-font-sans) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: var(--px-accent-strong) !important;
}
body.pixron-theme .px-slide-tag svg { display: none !important; }
body.pixron-theme .px-about-kicker::before,
body.pixron-theme .px-ct-kicker::before,
body.pixron-theme .px-page-hero-eyebrow::before,
body.pixron-theme .px-cms-pro .px-cms-intro .px-cms-eyebrow::before { display: none !important; }
/* Muted meta labels (not headings-in-waiting) */
body.pixron-theme .px-about-entity-flag,
body.pixron-theme .px-doc-aside-title,
body.pixron-theme .px-about-stack-label,
body.pixron-theme .px-home-domain-tlds-label,
body.pixron-theme .px-home-tech-label {
  color: #64748b !important;
  font-size: 13px !important;
}
/* On dark surfaces */
body.pixron-theme .px-slider-section .px-slide-tag,
body.pixron-theme .px-cta-banner .px-slide-tag,
body.pixron-theme .px-slide-tag--light,
body.pixron-theme .px-page-hero-eyebrow,
body.pixron-theme .px-prefooter-eyebrow,
body.pixron-theme .px-contact-trust-badge,
body.pixron-theme .px-doc-help .px-doc-aside-title {
  color: var(--px-accent-light) !important;
}
body.pixron-theme .px-section .px-slide-tag--light { color: var(--px-accent-strong) !important; }
body.pixron-theme .px-contact-trust-dot { display: none !important; }

/* ---------------------------------------------------------
   2. No gradient text
   --------------------------------------------------------- */
body.pixron-theme .px-slider-title span,
body.pixron-theme .px-about-display em,
body.pixron-theme .px-footer-ci--phone strong,
body.pixron-theme .px-footer-phone strong {
  background: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: currentColor !important;
}
body.pixron-theme .px-slider-title span { color: var(--px-accent) !important; }
body.pixron-theme .px-about-display em { color: var(--px-accent-strong) !important; }
body.pixron-theme .px-footer-ci--phone strong,
body.pixron-theme .px-footer-phone strong { color: #fff !important; }

/* ---------------------------------------------------------
   3. Flat dark surfaces — no radial glow, no grid texture
   --------------------------------------------------------- */
body.pixron-theme .px-page-hero--pro::before,
body.pixron-theme .px-page-hero--pro::after,
body.pixron-theme .px-prefooter-inner::after { display: none !important; }
body.pixron-theme .px-page-hero--pro .px-page-hero-overlay { background: var(--px-dark) !important; }
body.pixron-theme .px-page-hero--pro { border-bottom: 1px solid var(--px-line-dark) !important; }
body.pixron-theme .px-page-hero--pro .px-page-hero-container::after { display: none !important; }

body.pixron-theme .px-prefooter-inner,
body.pixron-theme .px-about-stats,
body.pixron-theme .px-doc-help,
body.pixron-theme .px-ct-channel.is-primary,
body.pixron-theme .px-ct .px-ct-trust,
body.pixron-theme .px-cms-pro .px-cms-band,
body.pixron-theme .px-cms-pro:not(.px-about) .px-cms-metrics li,
body.pixron-theme .px-cms-panel-side,
body.pixron-theme .px-cta-banner,
body.pixron-theme .px-contact-trust-card {
  background: var(--px-dark) !important;
  background-image: none !important;
  border: 1px solid var(--px-line-dark) !important;
  box-shadow: none !important;
}
body.pixron-theme .px-slider-section {
  background-image: none !important;
  background-color: var(--px-dark) !important;
}
/* Page background: plain, not a tinted wash */
body.pixron-theme:has(#wrapper.px-cms-page),
body.pixron-theme:has(#wrapper.px-normal-page),
body.pixron-theme:has(.px-cms-pro) {
  background: #f8fafc !important;
}

/* ---------------------------------------------------------
   4. Buttons — solid fills, no glow
   --------------------------------------------------------- */
body.pixron-theme .px-btn-primary,
body.pixron-theme .px-ct .px-contact-submit,
body.pixron-theme .px-doc-help-btn {
  background: var(--px-accent) !important;
  background-image: none !important;
  color: var(--px-accent-contrast) !important;
  box-shadow: none !important;
  filter: none !important;
  transition: background-color 0.15s var(--px-ease), transform 0.1s var(--px-ease) !important;
}
body.pixron-theme .px-btn-primary:hover,
body.pixron-theme .px-ct .px-contact-submit:hover,
body.pixron-theme .px-doc-help-btn:hover {
  background: var(--px-accent-dark) !important;
  transform: none !important;
  box-shadow: none !important;
}
body.pixron-theme .px-btn-primary:active,
body.pixron-theme .px-ct .px-contact-submit:active { transform: scale(0.98) !important; }

/* ---------------------------------------------------------
   5. Icon tiles — neutral, not tinted amber on every card
   --------------------------------------------------------- */
body.pixron-theme .px-about-ico,
body.pixron-theme .px-ct-channel-ico,
body.pixron-theme .px-404-link-ico,
body.pixron-theme .px-cms-card-icon,
body.pixron-theme .px-srv-trust-ico,
body.pixron-theme .px-home-tech-ico,
body.pixron-theme .px-service-card-icon,
body.pixron-theme .px-domain-trust-ico,
body.pixron-theme .px-al-feat-ico {
  background: #f1f5f9 !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--px-dark) !important;
}
body.pixron-theme .px-about-ico--dark { background: var(--px-dark) !important; color: #fff !important; }
body.pixron-theme .px-ct-channel.is-primary .px-ct-channel-ico,
body.pixron-theme .px-footer-support-ico,
body.pixron-theme .px-footer-ci-ico {
  background: rgba(255, 255, 255, 0.08) !important;
  background-image: none !important;
  border: 0 !important;
  color: #fff !important;
}

/* ---------------------------------------------------------
   6. Cards — border first, one elevation scale.
      Only links/buttons react to hover; static cards stay still.
   --------------------------------------------------------- */
body.pixron-theme .px-cms-pro:not(.px-about) .px-cms-card,
body.pixron-theme .px-cms-pro:not(.px-about) .px-cms-step,
body.pixron-theme .px-about-value,
body.pixron-theme .px-about-entity,
body.pixron-theme .px-ct .px-ct-form-card,
body.pixron-theme .px-doc-body.px-normal-prose,
body.pixron-theme .px-404-card,
body.pixron-theme .px-cms-pro:not(.px-about) .px-cms-intro {
  box-shadow: var(--px-elev-1) !important;
  border-color: var(--px-line) !important;
}
body.pixron-theme .px-cms-pro:not(.px-about) .px-cms-step:hover,
body.pixron-theme .px-cms-pro:not(.px-about) div.px-cms-card-lift:hover,
body.pixron-theme .px-cms-pro:not(.px-about) article.px-cms-card-lift:hover {
  transform: none !important;
  box-shadow: var(--px-elev-1) !important;
  border-color: var(--px-line) !important;
}
body.pixron-theme .px-about-service,
body.pixron-theme .px-ct-channel,
body.pixron-theme .px-404-link,
body.pixron-theme .px-page-related-card {
  box-shadow: var(--px-elev-1) !important;
  transition: border-color 0.15s var(--px-ease), box-shadow 0.15s var(--px-ease) !important;
}
body.pixron-theme .px-about-service:hover,
body.pixron-theme .px-ct-channel:hover,
body.pixron-theme .px-404-link:hover,
body.pixron-theme #wrapper.px-normal-page .px-page-related-card:hover {
  transform: none !important;
  border-color: var(--px-dark) !important;
  box-shadow: var(--px-elev-2) !important;
}
body.pixron-theme .px-ct-channel.is-primary:hover { border-color: rgba(255, 255, 255, 0.35) !important; }
body.pixron-theme .px-about-service::before { display: none !important; }
body.pixron-theme .px-about-photo,
body.pixron-theme .px-cms-pro:not(.px-about) .px-cms-media,
body.pixron-theme .px-cms-pro:not(.px-about) .px-cms-media-hero,
body.pixron-theme .px-cms-pro:not(.px-about) .px-cms-media-tile { box-shadow: none !important; }
body.pixron-theme .px-about-float { box-shadow: var(--px-elev-2) !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important; }

/* Numbers read better in white than in three different accent colours */
body.pixron-theme .px-about-stat:nth-child(2) strong,
body.pixron-theme .px-cms-pro:not(.px-about) .px-cms-metrics li:first-child strong { color: #fff !important; }

/* ---------------------------------------------------------
   7. Hero trust strip — plain dot-separated line
   --------------------------------------------------------- */
body.pixron-theme .px-page-hero-trust { gap: 6px 0 !important; }
body.pixron-theme .px-page-hero-trust svg { display: none !important; }
body.pixron-theme .px-page-hero-trust li { color: #cbd5e1 !important; font-size: 14px !important; }
body.pixron-theme .px-page-hero-trust li + li::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 12px;
  border-radius: 50%;
  background: #64748b;
  vertical-align: middle;
}

/* ---------------------------------------------------------
   8. Footer — quieter labels
   --------------------------------------------------------- */
body.pixron-theme .px-footer-col h4 {
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 15px !important;
}
body.pixron-theme .px-footer-col h4::after,
body.pixron-theme .px-footer-col h4::before { display: none !important; }
body.pixron-theme .px-footer-company {
  text-transform: none !important;
  letter-spacing: 0 !important;
  color: #fff !important;
  font-size: 14px !important;
}
body.pixron-theme .px-footer-copy { font-family: var(--px-font-sans) !important; }

/* ---------------------------------------------------------
   9. Motion — only loading indicators loop
   --------------------------------------------------------- */
body.pixron-theme .px-status-dot,
body.pixron-theme .px-live-dot,
body.pixron-theme .px-home-disk,
body.pixron-theme .px-home-port,
body.pixron-theme .px-home-led--pwr,
body.pixron-theme .px-home-led--uid,
body.pixron-theme .px-home-led--hlt,
body.pixron-theme .px-home-lcd,
body.pixron-theme .px-al-srv-stack,
body.pixron-theme .px-al-srv-shadow,
body.pixron-theme .px-al-disk-led,
body.pixron-theme .px-al-led--pwr,
body.pixron-theme .px-al-led--uid,
body.pixron-theme .px-al-led--net,
body.pixron-theme .px-al-led--health,
body.pixron-theme .px-al-led--disk,
body.pixron-theme .px-al-fan rect,
body.pixron-theme .px-al-gold-badge,
body.pixron-theme .px-al-lcd,
body.pixron-theme .px-coloc-aisle,
body.pixron-theme .px-coloc-led,
body.pixron-theme .px-coloc-pdu,
body.pixron-theme .px-coloc-fan,
body.pixron-theme .px-cloud-drift--a,
body.pixron-theme .px-cloud-drift--b,
body.pixron-theme .px-cloud-ring,
body.pixron-theme .px-cloud-vm,
body.pixron-theme .px-cloud-disk,
body.pixron-theme .px-cloud-led,
body.pixron-theme .px-cloud-vm-dot,
body.pixron-theme .px-cloud-host {
  animation: none !important;
}
/* AOS-style entrance: content is visible immediately, no fade-up on every block */
body.pixron-theme [data-aos] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

@media (hover: none) {
  body.pixron-theme .px-ct-channel:hover,
  body.pixron-theme .px-about-service:hover,
  body.pixron-theme .px-404-link:hover { box-shadow: var(--px-elev-1) !important; }
}

/* Home already closes with its own migration banner */
body.pixron-theme:has(.px-cta-banner) .px-prefooter-cta { display: none !important; }

/* ---------------------------------------------------------
   10. Pricing cards
   --------------------------------------------------------- */
body.pixron-theme .px-plan-badge,
body.pixron-theme .tablepopular {
  background: var(--px-dark) !important;
  background-image: none !important;
  color: #fff !important;
  box-shadow: none !important;
  font-family: var(--px-font-sans) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
}
body.pixron-theme .px-plan-sub {
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 13px !important;
  color: #64748b !important;
}
body.pixron-theme .px-plan-divider { background: var(--px-line) !important; }
body.pixron-theme .px-plan-featured .px-plan-btn {
  background: var(--px-accent) !important;
  background-image: none !important;
  box-shadow: none !important;
  color: var(--px-accent-contrast) !important;
}
body.pixron-theme .px-plan-featured .px-plan-btn:hover { background: var(--px-accent-dark) !important; box-shadow: none !important; }
body.pixron-theme .px-plan-card,
body.pixron-theme .tablepaket {
  box-shadow: var(--px-elev-1) !important;
}
body.pixron-theme .px-plan-card:hover,
body.pixron-theme .tablepaket:hover { transform: none !important; box-shadow: var(--px-elev-2) !important; }
body.pixron-theme .px-plan-featured,
body.pixron-theme .tablepaket.active {
  border: 2px solid var(--px-accent) !important;
  box-shadow: var(--px-elev-2) !important;
  background: #fff !important;
  background-image: none !important;
}

/* ---------------------------------------------------------
   11. Domain search card (home + /alan-adi)
   --------------------------------------------------------- */
body.pixron-theme .px-home-domain-card {
  background: #fff !important;
  box-shadow: var(--px-elev-3) !important;
}
body.pixron-theme .px-home-domain-card::before { display: none !important; }
body.pixron-theme .px-home-domain-submit { box-shadow: none !important; }

/* ---------------------------------------------------------
   12. Footer surface — flat, single hairline on top
   --------------------------------------------------------- */
body.pixron-theme .px-footer {
  background: var(--px-dark) !important;
  background-image: none !important;
}
body.pixron-theme .px-footer::before {
  background: var(--px-line-dark) !important;
  height: 1px !important;
  opacity: 1 !important;
}
body.pixron-theme .px-footer::after { display: none !important; }
body.pixron-theme .px-footer-support-copy em,
body.pixron-theme .px-footer-ci-copy em {
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 12.5px !important;
  color: #94a3b8 !important;
}
body.pixron-theme .px-footer-support-item,
body.pixron-theme .px-footer-contact-card {
  background: rgba(255, 255, 255, 0.03) !important;
  background-image: none !important;
  box-shadow: none !important;
}

/* Legacy WISECP pricing tables (category pages) */
body.pixron-theme .tablepaket.active .gonderbtn {
  background: var(--px-accent) !important;
  background-image: none !important;
  box-shadow: none !important;
  color: var(--px-accent-contrast) !important;
}
body.pixron-theme .tablepaket.active .gonderbtn:hover { background: var(--px-accent-dark) !important; }
/* Feature ticks: neutral, the accent stays for the buy button */
body.pixron-theme .tablepaket .px-plan-features li::before,
body.pixron-theme .px-plan-features li::before {
  background: #f1f5f9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%230f172a' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 10px no-repeat !important;
  border: 0 !important;
}
body.pixron-theme .tablepaket .amount_spot_view i,
body.pixron-theme .tablepaket .currposleft,
body.pixron-theme .tablepaket .currposright { color: var(--px-dark) !important; }

/* ---------------------------------------------------------
   13. Auth pages (sign-in / sign-up / reset)
   --------------------------------------------------------- */
body.px-auth-page .px-auth-aside-eyebrow {
  font-family: var(--px-font-sans) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 14px !important;
  color: #94a3b8 !important;
}
body.px-auth-page .px-auth-aside-rule { display: none !important; }
body.px-auth-page .px-auth-features-ico {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
  border: 0 !important;
}
body.px-auth-page .px-auth-features li,
body.px-auth-page .px-auth-features > * {
  background: transparent !important;
  box-shadow: none !important;
}
body.px-auth-page .px-auth-form::before,
body.px-auth-page .clean-theme-signinup-right .padding50::before { display: none !important; }
body.px-auth-page .clean-theme-signinup-right .padding50,
body.px-auth-page .px-auth-form {
  box-shadow: var(--px-elev-2) !important;
  animation: none !important;
}

/* ---------------------------------------------------------
   14. Accent gradient hairlines on cards — removed everywhere
   --------------------------------------------------------- */
body.pixron-theme .alanadisorgu.px-domain-search-card::before,
body.pixron-theme .px-feature-card::before,
body.pixron-theme .px-editorial-featured::before,
body.pixron-theme .px-srv-card::before,
#mio-cookie-popup .mio-cookie-popup__card::before,
#mio-cookie-popup .px-cookie-card::before { display: none !important; }

/* ---------------------------------------------------------
   15. Editorial (news / articles / KB)
   --------------------------------------------------------- */
body.pixron-theme:has(.px-editorial) { background: #f8fafc !important; }
body.pixron-theme .px-editorial-eyebrow,
body.pixron-theme .px-editorial-aside-eyebrow,
body.pixron-theme .px-editorial-share > span,
body.pixron-theme .px-editorial-list-badge,
body.pixron-theme .px-editorial-media-fallback {
  font-family: var(--px-font-sans) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
/* Image placeholders: quiet neutral block instead of a glowing gradient */
body.pixron-theme .px-editorial-featured-media,
body.pixron-theme .px-editorial-list-thumb {
  background: #e2e8f0 !important;
  background-image: none !important;
}
body.pixron-theme .px-editorial-featured-media img,
body.pixron-theme .px-editorial-list-thumb img { background: transparent; }
body.pixron-theme .px-editorial-media-fallback { color: #64748b !important; font-weight: 600 !important; }

/* ---------------------------------------------------------
   16. Editorial: news / articles / knowledgebase
   --------------------------------------------------------- */
/* Placeholder cover — brand mark on a quiet surface */
body.pixron-theme .px-editorial-featured-media.is-empty,
body.pixron-theme .px-editorial-list-thumb.is-empty {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #f1f5f9 !important;
}
body.pixron-theme .px-editorial-placeholder {
  width: 34% !important;
  max-width: 140px;
  height: auto !important;
  object-fit: contain !important;
  opacity: 0.28;
}

/* In-article table of contents (built by JS from h2s) */
.px-editorial-toc {
  margin: 0 0 28px;
  padding: 18px 20px;
  border: 1px solid var(--px-line);
  border-radius: var(--px-radius-md);
  background: #f8fafc;
  max-width: 72ch;
}
.px-editorial-toc[hidden] { display: none; }
.px-editorial-toc ol { margin: 0; padding: 0; list-style: none; counter-reset: pxtoc; display: grid; gap: 4px; }
.px-editorial-toc li { counter-increment: pxtoc; }
.px-editorial-toc a {
  display: flex;
  gap: 10px;
  padding: 4px 0;
  color: #334155 !important;
  font-size: 15px;
  text-decoration: none !important;
}
.px-editorial-toc a::before {
  content: counter(pxtoc) ".";
  min-width: 18px;
  color: #94a3b8;
  font-variant-numeric: tabular-nums;
}
.px-editorial-toc a:hover { color: var(--px-dark) !important; text-decoration: underline !important; }
.px-editorial-toc a.is-active { color: var(--px-dark) !important; font-weight: 700; }

/* Prose details that matter for technical posts */
body.pixron-theme .px-editorial-content h2,
body.pixron-theme .px-editorial-content h3 { scroll-margin-top: 110px; }
body.pixron-theme .px-editorial-content h2 { font-size: clamp(21px, 2vw, 25px); margin-top: 2em; }
body.pixron-theme .px-editorial-content h3 { font-size: 18px; margin-top: 1.6em; }
body.pixron-theme .px-editorial-content a {
  color: var(--px-accent-strong);
  text-decoration: underline;
  text-decoration-color: rgba(var(--px-accent-rgb), 0.45);
  text-underline-offset: 3px;
}
body.pixron-theme .px-editorial-content code {
  padding: 2px 6px;
  border-radius: 6px;
  background: #f1f5f9;
  color: var(--px-dark);
  font-family: var(--px-font-mono);
  font-size: 0.88em;
}
body.pixron-theme .px-editorial-content pre {
  margin: 1.4em 0;
  padding: 16px 18px;
  border-radius: var(--px-radius-md);
  background: var(--px-dark);
  color: #e2e8f0;
  overflow-x: auto;
  font-size: 14px;
  line-height: 1.6;
}
body.pixron-theme .px-editorial-content pre code { padding: 0; background: none; color: inherit; font-size: inherit; }
body.pixron-theme .px-editorial-content table {
  width: 100%;
  margin: 1.4em 0;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--px-line);
  border-radius: var(--px-radius-md);
  overflow: hidden;
  font-size: 15px;
}
@media (max-width: 640px) {
  body.pixron-theme .px-editorial-content table { display: block; overflow-x: auto; }
}
body.pixron-theme .px-editorial-content th,
body.pixron-theme .px-editorial-content td { padding: 11px 14px; border-bottom: 1px solid #f1f5f9; text-align: left; vertical-align: top; }
body.pixron-theme .px-editorial-content th { background: #f8fafc; color: var(--px-dark); font-size: 13.5px; }
body.pixron-theme .px-editorial-content tr:last-child td { border-bottom: 0; }
body.pixron-theme .px-editorial-content blockquote {
  border-left: 3px solid var(--px-accent) !important;
  background: #f8fafc !important;
  color: var(--px-dark);
  border-radius: 0 var(--px-radius-md) var(--px-radius-md) 0;
}
body.pixron-theme .px-editorial-content img { border-radius: var(--px-radius-md); height: auto; }

/* Meta line: date · reading time · views */
body.pixron-theme .px-editorial-meta { gap: 6px 18px !important; color: #64748b !important; font-size: 14px !important; }

/* Empty state */
body.pixron-theme .px-editorial-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(40px, 6vw, 72px) 24px !important;
  border: 1px dashed #cbd5e1;
  border-radius: var(--px-radius-lg);
  background: #fff;
}
.px-editorial-empty-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  border-radius: 16px;
  background: #f1f5f9;
  color: var(--px-dark);
}
body.pixron-theme .px-editorial-empty h2 { margin: 0 0 8px; font-size: 20px; color: var(--px-dark); }
body.pixron-theme .px-editorial-empty p { margin: 0 auto; max-width: 46ch; color: #64748b; font-size: 15px; line-height: 1.6; }
.px-editorial-empty-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 18px; align-items: center; margin-top: 22px; }
.px-editorial-empty-actions .px-btn { display: inline-flex; align-items: center; min-height: 44px; padding: 0 20px; }
.px-editorial-empty-link { color: var(--px-dark) !important; font-weight: 600; text-decoration: underline !important; text-underline-offset: 3px; }

/* Cards: whole card is the link — show it on hover without lifting */
body.pixron-theme .px-editorial-list-card,
body.pixron-theme .px-editorial-featured {
  box-shadow: var(--px-elev-1) !important;
  transition: border-color 0.15s var(--px-ease), box-shadow 0.15s var(--px-ease) !important;
}
body.pixron-theme .px-editorial-list-card:hover,
body.pixron-theme .px-editorial-featured:hover {
  transform: none !important;
  border-color: var(--px-dark) !important;
  box-shadow: var(--px-elev-2) !important;
}
body.pixron-theme .px-editorial-list-card:hover .px-editorial-card-title,
body.pixron-theme .px-editorial-featured:hover .px-editorial-card-title { text-decoration: underline; text-underline-offset: 3px; }
body.pixron-theme .px-editorial-list-card img,
body.pixron-theme .px-editorial-featured img { transition: none !important; transform: none !important; }
body.pixron-theme .px-editorial-list-grid { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important; }
body.pixron-theme .px-editorial-featured-media { width: 100%; min-height: 300px !important; height: 100%; overflow: hidden; }
body.pixron-theme .px-editorial-featured > .px-editorial-card-link { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important; }
@media (max-width: 900px) { body.pixron-theme .px-editorial-featured > .px-editorial-card-link { grid-template-columns: 1fr !important; } body.pixron-theme .px-editorial-featured-media { aspect-ratio: 16 / 9; min-height: 0 !important; } }
body.pixron-theme .px-editorial-featured-media img { min-height: 0 !important; width: 100%; height: 100% !important; object-fit: cover; }
body.pixron-theme .px-editorial-featured-body { justify-content: center; gap: 12px; }
body.pixron-theme .px-editorial-featured-body .px-editorial-list-more { margin-top: 8px; }
body.pixron-theme .px-editorial-featured .px-editorial-card-title { font-size: clamp(22px, 2.2vw, 30px) !important; line-height: 1.2 !important; }
body.pixron-theme .px-editorial-list-date {
  font-family: var(--px-font-sans) !important;
  letter-spacing: 0 !important;
  color: #64748b !important;
  font-size: 13.5px !important;
}
body.pixron-theme .px-editorial-list-body p,
body.pixron-theme .px-editorial-featured-body p {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  line-clamp: 3;
  overflow: hidden !important;
}
body.pixron-theme .px-editorial-list-body .px-editorial-card-title { margin-bottom: 6px !important; }

/* Single-column articles: centre a readable column instead of a wide empty card */
body.pixron-theme .px-editorial--articles .px-editorial-layout:not(.has-aside),
body.pixron-theme .px-editorial--news .px-editorial-layout:not(.has-aside),
body.pixron-theme .px-editorial--articles > .px-editorial-related,
body.pixron-theme .px-editorial--news > .px-editorial-related {
  max-width: 860px;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* Related posts: light link cards */
body.pixron-theme .px-editorial-related {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
body.pixron-theme .px-editorial-related-card {
  background: #fff !important;
  background-image: none !important;
  border: 1px solid var(--px-line) !important;
  box-shadow: var(--px-elev-1) !important;
}
body.pixron-theme .px-editorial-related-card strong { color: var(--px-dark) !important; }
body.pixron-theme .px-editorial-related-card span { color: var(--px-accent-strong) !important; }
body.pixron-theme .px-editorial-related-card:hover { transform: none !important; border-color: var(--px-dark) !important; box-shadow: var(--px-elev-2) !important; }
body.pixron-theme .px-editorial-related-head a { color: var(--px-dark) !important; text-decoration: underline; text-underline-offset: 3px; }

/* Screen-reader-only text */
.px-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ---------------------------------------------------------
   17. Knowledgebase
   --------------------------------------------------------- */
/* The site hero already names the page — the search panel becomes a light card */
body.pixron-theme .px-kb-hero {
  background: #fff !important;
  background-image: none !important;
  color: var(--px-dark) !important;
  border: 1px solid var(--px-line);
  box-shadow: var(--px-elev-1) !important;
  padding: clamp(24px, 3.5vw, 40px) !important;
}
body.pixron-theme .px-kb-hero::before,
body.pixron-theme .px-kb-hero::after { display: none !important; }
body.pixron-theme .px-kb-hero h1,
body.pixron-theme .px-kb-hero .px-kb-hero-title { color: var(--px-dark) !important; font-size: clamp(22px, 2.4vw, 28px) !important; }
body.pixron-theme .px-kb-hero p { color: #64748b !important; }
body.pixron-theme .px-kb-search-box {
  border: 1.5px solid #cbd5e1 !important;
  box-shadow: none !important;
}
body.pixron-theme .px-kb-search-box:focus-within { border-color: var(--px-accent) !important; box-shadow: 0 0 0 4px rgba(var(--px-accent-rgb), 0.16) !important; }
body.pixron-theme .px-kb-search-box input { font-size: 16px !important; }
body.pixron-theme .px-kb-search-box button:hover { color: var(--px-accent-contrast) !important; }
.px-kb-topics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 14px;
}
.px-kb-topics > span { color: #64748b; margin-right: 4px; }
.px-kb-topics a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--px-line);
  background: #f8fafc;
  color: #334155 !important;
  font-weight: 600;
  text-decoration: none !important;
  white-space: nowrap;
}
.px-kb-topics a:hover { border-color: var(--px-dark); color: var(--px-dark) !important; }
.px-kb-topics--inline { margin: 16px 0 0; }
.px-kb-empty { text-align: center; padding: 36px 16px; }
.px-kb-empty h4 { margin: 0 0 8px; font-size: 18px; color: var(--px-dark); overflow-wrap: anywhere; }
.px-kb-empty p { margin: 0 auto; max-width: 48ch; color: #64748b; font-size: 15px; }
.px-kb-empty .px-kb-empty-help { margin-top: 18px; }
.px-kb-empty-help a { color: var(--px-accent-strong) !important; font-weight: 700; text-decoration: underline !important; text-underline-offset: 3px; }
body.pixron-theme .px-kb-badge { display: inline-flex; align-items: center; gap: 5px; }
body.pixron-theme .px-kb-cta-box {
  background: var(--px-dark) !important;
  background-image: none !important;
  border: 0 !important;
  color: #cbd5e1;
}
body.pixron-theme .px-kb-cta-box h4 { color: #fff !important; }
body.pixron-theme .px-kb-cta-box p { color: #cbd5e1 !important; }

/* ---------------------------------------------------------
   18. Policy pages built on the document layout
   --------------------------------------------------------- */
.px-policy .px-doc { margin-top: 4px; }
.px-policy-updated {
  display: inline-block;
  margin: 0 0 20px !important;
  padding: 4px 10px;
  border-radius: 6px;
  background: #f1f5f9;
  color: #475569;
  font-size: 13.5px !important;
}
.px-policy-entity { color: #64748b; font-size: 14.5px; }

/* ---------------------------------------------------------
   19. Bank accounts — copyable values
   --------------------------------------------------------- */
body.pixron-theme .px-cms-bank dd[data-copy-row] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}
.px-copy-value {
  min-width: 0;
  font-family: var(--px-font-mono);
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}
.px-copy-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid var(--px-line);
  border-radius: 8px;
  background: #fff;
  color: #334155;
  font: inherit;
  font-family: var(--px-font-sans);
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s var(--px-ease), background-color 0.15s var(--px-ease);
}
.px-copy-btn:hover { border-color: var(--px-dark); color: var(--px-dark); }
.px-copy-btn.is-copied { border-color: #059669; background: #ecfdf5; color: #047857; }
ol.px-cms-steps { list-style: none; margin: 0; padding: 0; }
.px-bank-steps { margin-top: clamp(40px, 5vw, 64px) !important; }
@media (max-width: 560px) {
  .px-copy-btn span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .px-copy-btn { min-width: 40px; min-height: 40px; justify-content: center; }
}
body.pixron-theme .px-cms-pro:not(.px-about) .px-cms-metrics strong {
  font-family: var(--px-font-sans) !important;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em !important;
}
body.pixron-theme .px-cms-bank-tag {
  background: #f1f5f9 !important;
  color: #334155 !important;
  border: 0 !important;
  font-family: var(--px-font-mono);
}
body.pixron-theme .px-cms-bank dt,
body.pixron-theme .px-cms-legal dt {
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 13px !important;
  color: #64748b !important;
}

/* ---------------------------------------------------------
   20. References
   --------------------------------------------------------- */
body.pixron-theme .px-ref-card { box-shadow: var(--px-elev-1) !important; }
body.pixron-theme .px-ref-card:hover { transform: none !important; border-color: var(--px-dark) !important; box-shadow: var(--px-elev-2) !important; }
body.pixron-theme .px-ref-img { height: auto !important; aspect-ratio: 16 / 10; object-fit: cover; background: #f1f5f9; }
body.pixron-theme .px-ref-filter select { min-height: 44px; font-size: 15px; }
.px-cms-footnote { margin: 14px 0 0; color: #64748b; font-size: 14.5px; }
.px-cms-faq-block { margin: 0 0 clamp(48px, 6vw, 80px); }
.px-cms-faq-block .px-about-head h2 { font-size: clamp(24px, 2.4vw, 32px); color: var(--px-dark); margin: 0; }
.px-cms-faq-block .px-about-head p { margin-top: 10px; color: #64748b; }
.px-cms-faq-block .px-about-head a { color: var(--px-accent-strong); font-weight: 700; }
body.pixron-theme .px-cms-pro .px-cms-faq-block .px-about-faq details { padding: 0 !important; margin: 0 !important; }
body.pixron-theme .px-cms-pro .px-cms-faq-block .px-about-faq details[open] summary { color: var(--px-dark); margin-bottom: 0; }
body.pixron-theme .px-cms-pro .px-cms-faq-block .px-about-faq p { font-size: 15px; color: #475569; }
.px-colo-checklist .px-cms-card h3 { margin-top: 0; }
body.pixron-theme .px-cms-checklist li::before {
  background: #f1f5f9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f172a' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 9px no-repeat !important;
  border: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 640px) {
  body.pixron-theme .px-page-hero-trust { gap: 4px 16px !important; }
  body.pixron-theme .px-page-hero-trust li + li::before { display: none; }
}
