/* MinerCore unified corporate hero system. Loaded after page-specific CSS. */
:root{
  --mc-hero-pages-bg: url("../images/hero/hero-pages-default.webp");
  --mc-hero-home-bg: url("../images/hero/hero-home-default.webp");
  --mc-hero-bg-black: linear-gradient(180deg, rgba(7, 12, 22, 0.86) 0%, rgba(3, 6, 12, 0.96) 100%), var(--mc-hero-pages-bg, url("../images/hosted-datacenter-aisle.jpg"));
  --mc-hero-bg: var(--mc-hero-bg-black);
  --mc-hero-title: #ffffff;
  --mc-hero-copy: #c9d8e5;
  --mc-hero-accent: var(--color-accent, #38bdf8);
  --mc-hero-border: rgba(255,255,255,.14);
  --mc-hero-glass: rgba(255,255,255,.06);
}

:is(
  .official-hero, .hero-section, .shop-hero, .mc-shop-hero, .shop-hero-enterprise,
  .wholesale-hero, .quote-hero, .about-hero, .careers-hero, .jobs-hero,
  .support-center-hero, .support-hero-section, .contact-hero, .cnt-hero-section,
  .distributors-hero, .faq-hero, .faq-hero-section, .finder-hero, .firmware-hero,
  .hosting-terms-hero, .hosted-hero, .hm-hero-section, .cloud-builder-hero, .cm-hero,
  .manuals-hero, .secure-payment-hero, .certificate-hero, .repair-hero, .serial-hero,
  .shipping-hero, .warranty-hero, .tracking-hero, .scam-alert-hero, .scam-alert__hero,
  .policy-page-hero, .after-sales-hero, .agreement-hero, .account-unified-hero,
  .unified-legacy-hero, .miner-archive-hero, .unified-taxonomy-hero,
  .resource-library-hero, .resource-domain-hero, .mining-library__hero,
  .single-product-top-hero,
  .asic-about__section--hero, #about-hero, .connected-hero
){
  position: relative !important;
  isolation: isolate;
  overflow: hidden !important;
  border-top: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background-color: #060a12 !important;
  background-image: var(--mc-hero-bg-black) !important;
  background-size: cover !important;
  background-position: center 35% !important;
  background-repeat: no-repeat !important;
  color: var(--mc-hero-title) !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  width: 100% !important;
}

.ht-hero {
  position: relative !important;
  isolation: isolate;
  overflow: hidden !important;
  border-top: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  background-color: #06070a !important;
  background-image: 
    linear-gradient(180deg, #06070a 0%, rgba(6, 7, 10, 0.88) 15%, rgba(6, 7, 10, 0.82) 50%, rgba(6, 7, 10, 0.9) 85%, #06070a 100%),
    radial-gradient(ellipse 90% 70% at 50% 50%, rgba(14, 165, 233, 0.07) 0%, transparent 70%),
    var(--mc-hero-home-bg, var(--ht-hero-bg, var(--mc-hero-bg-black))) !important;
  background-position: center center !important;
  background-size: 100% 100%, 100% 100%, cover !important;
  background-repeat: no-repeat !important;
  color: var(--mc-hero-title) !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  width: 100% !important;
}

.ht-hero .ht-container {
  max-width: 1320px !important;
}

@media (min-width: 769px) {
  .ht-hero .ht-hero__grid {
    grid-template-columns: 1.15fr 1fr !important;
    gap: 40px !important;
    align-items: center !important;
  }
  .ht-hero .ht-hero__content {
    max-width: 680px !important;
  }
  .ht-hero .ht-hero__title {
    font-size: clamp(2rem, 3.2vw, 2.85rem) !important;
    line-height: 1.2 !important;
  }
  .ht-hero .ht-hero__desc {
    max-width: 640px !important;
  }
}

.official-hero__bg-video,
.official-hero__video-shade,
.ht-hero__video,
.ht-hero__video-overlay {
  display: none !important;
}

/* Remove square box frame from homepage hero image */
.ht-hero__visual {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
}

.ht-hero__image-card {
  position: relative !important;
  width: 100% !important;
  max-width: 580px !important;
  border: none !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.ht-hero__product-img {
  width: auto !important;
  max-width: 100% !important;
  max-height: 460px !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
  filter: drop-shadow(0 25px 35px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 25px rgba(56, 189, 248, 0.15)) !important;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.ht-hero__product-img:hover {
  transform: translateY(-4px) scale(1.02) !important;
}

.ht-hero__tag {
  display: none !important;
}

:is(
  .official-hero, .hero-section, .shop-hero, .mc-shop-hero, .shop-hero-enterprise,
  .wholesale-hero, .quote-hero, .about-hero, .careers-hero, .jobs-hero,
  .support-center-hero, .support-hero-section, .contact-hero, .cnt-hero-section,
  .distributors-hero, .faq-hero, .faq-hero-section, .finder-hero, .firmware-hero,
  .hosting-terms-hero, .hosted-hero, .hm-hero-section, .cloud-builder-hero, .cm-hero,
  .manuals-hero, .secure-payment-hero, .certificate-hero, .repair-hero, .serial-hero,
  .shipping-hero, .warranty-hero, .tracking-hero, .scam-alert-hero, .scam-alert__hero,
  .policy-page-hero, .after-sales-hero, .agreement-hero, .account-unified-hero,
  .unified-legacy-hero, .miner-archive-hero, .unified-taxonomy-hero,
  .resource-library-hero, .resource-domain-hero, .mining-library__hero,
  .asic-about__section--hero, #about-hero, .connected-hero
) {
  padding-top: clamp(46px, 4.5vw, 62px) !important;
  padding-bottom: clamp(48px, 4.5vw, 62px) !important;
  min-height: auto !important;
}

:is(
  .official-hero, .shop-hero, .mc-shop-hero, .wholesale-hero, .quote-hero,
  .about-hero, .careers-hero, .jobs-hero, .support-center-hero, .contact-hero,
  .distributors-hero, .faq-hero, .faq-hero-section, .finder-hero, .firmware-hero,
  .hosting-terms-hero, .hosted-hero, .cloud-builder-hero, .manuals-hero,
  .secure-payment-hero, .certificate-hero, .repair-hero, .serial-hero,
  .shipping-hero, .warranty-hero, .tracking-hero, .scam-alert-hero,
  .policy-page-hero, .account-unified-hero, .unified-legacy-hero,
  .miner-archive-hero, .unified-taxonomy-hero, .resource-library-hero,
  .resource-domain-hero, .ht-hero
)::before{
  content:"";position:absolute;z-index:-1;inset:0;pointer-events:none;
  background:
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:64px 64px;
  -webkit-mask-image:linear-gradient(90deg,transparent,rgba(0,0,0,.6),transparent);
  mask-image:linear-gradient(90deg,transparent,rgba(0,0,0,.6),transparent)
}

:is(
  .official-hero, .shop-hero, .mc-shop-hero, .wholesale-hero, .quote-hero,
  .about-hero, .careers-hero, .jobs-hero, .support-center-hero, .contact-hero,
  .distributors-hero, .faq-hero, .faq-hero-section, .finder-hero, .firmware-hero,
  .hosting-terms-hero, .hosted-hero, .cloud-builder-hero, .cm-hero, .manuals-hero,
  .secure-payment-hero, .certificate-hero, .repair-hero, .serial-hero,
  .shipping-hero, .warranty-hero, .tracking-hero, .scam-alert-hero,
  .policy-page-hero, .account-unified-hero, .unified-legacy-hero,
  .miner-archive-hero, .unified-taxonomy-hero, .resource-library-hero,
  .resource-domain-hero, .ht-hero, .asic-about__section--hero, #about-hero, .connected-hero
) :is(h1, .asic-hero__title, .cm-hero-title){
  color:#ffffff!important;
  background:none!important;
  -webkit-background-clip:initial!important;
  background-clip:initial!important;
  -webkit-text-fill-color:#ffffff!important;
  text-shadow:none!important;
}

/* Introductory copy only; side cards keep their own readable palettes. */
.official-hero__copy>p,.official-hero__desc,.shop-hero__content>p,.wholesale-hero__inner>div>p,
.about-hero__content>p,.careers-hero__content>p,.support-center-hero>.container>p,
.contact-hero>.container>p,.distributors-hero>.container>p,.faq-hero>.container>p,
.faq-hero-subtitle,.mc-shop-hero-content>p,.account-hero-desc,
.asic-hero__desc,.asic-hero__subtext,
.finder-hero__content>p,.firmware-hero__content>p,.hosting-terms-hero>.container>p,
.hosted-hero__copy>p,.jobs-hero__content>p,.manuals-hero__content>p,
.secure-payment-hero__inner>div>p,.certificate-hero__content>p,.repair-hero__content>p,
.serial-hero__inner>div>p,.shipping-hero__content>p,.warranty-hero__content>p,
.tracking-hero__copy>p,.scam-alert-hero p{
  color:#c9d8e5!important;opacity:1!important;font-weight:300!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale
}

/* Eyebrows and section labels. */
:is(
  .official-hero, .shop-hero, .mc-shop-hero, .wholesale-hero, .quote-hero,
  .about-hero, .careers-hero, .jobs-hero, .support-center-hero, .contact-hero,
  .distributors-hero, .faq-hero, .faq-hero-section, .finder-hero, .firmware-hero,
  .hosting-terms-hero, .hosted-hero, .cloud-builder-hero, .manuals-hero,
  .secure-payment-hero, .certificate-hero, .repair-hero, .serial-hero,
  .shipping-hero, .warranty-hero, .tracking-hero, .scam-alert-hero,
  .policy-page-hero, .account-unified-hero, .unified-legacy-hero,
  .miner-archive-hero, .unified-taxonomy-hero, .resource-library-hero,
  .resource-domain-hero, .ht-hero
) :is(.official-kicker,[class$="-eyebrow"],[class$="__eyebrow"],[class$="-tag"],.scam-kicker,.faq-hero-eyebrow){color:var(--color-accent,#38bdf8)!important}

.wholesale-hero__inner>div>span,.support-center-hero>.container>span,
.contact-hero>.container>span,.distributors-hero>.container>span,
.faq-hero>.container>span,.faq-hero-section span.faq-hero-eyebrow,
.hosting-terms-hero>.container>span,.account-hero-eyebrow,
.hosted-hero__copy>span,.secure-payment-hero__inner>div>span,.scam-alert-hero span{
  color:var(--color-accent,#38bdf8)!important
}

/* Pills, facts, points and proof lines share one glass treatment. */
:is(
  .official-hero,.wholesale-hero,.about-hero,.careers-hero,.contact-hero,
  .distributors-hero,.hosting-terms-hero,.hosted-hero,.jobs-hero,
  .manuals-hero,.certificate-hero,.repair-hero,.serial-hero,
  .shipping-hero,.warranty-hero,.tracking-hero,.finder-hero,.scam-alert-hero
) :is(
  [class$="__points"],[class$="__trust"],[class$="__facts"],
  [class$="__proof"],[class$="__benefits"],.scam-hero-proof
) :is(span,b,li),
.wholesale-hero__inner>div>div b,.contact-hero>.container>div b,
.distributors-hero>.container>div b,.hosting-terms-hero>.container>div b{
  color:#eef8fb!important;border-color:var(--mc-hero-border)!important;
  background:var(--mc-hero-glass)!important
}

/* Outlined hero buttons must remain legible on navy. */
:is(
  .official-hero,.about-hero,.careers-hero,.hosted-hero
) .btn-outline{
  border-color:rgba(255,255,255,.34)!important;background:rgba(255,255,255,.07)!important;
  color:#fff!important
}

/* Supporting visual panels become restrained glass where appropriate. */
.wholesale-hero aside,.firmware-hero__panel,.warranty-hero__shield,
.certificate-hero__seal,.jobs-profile-card,.repair-chip,
.secure-payment-hero aside{
  border-color:var(--mc-hero-border)!important;
  background:rgba(255,255,255,.09)!important;
  box-shadow:0 22px 55px rgba(0,0,0,.2)!important;
  -webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)
}
.wholesale-hero aside,.wholesale-hero aside *,
.firmware-hero__panel,.firmware-hero__panel *,
.secure-payment-hero aside,.secure-payment-hero aside *{color:#f4fbff!important}

/* Homepage hero follows the unified corporate black datacenter background & compact height. */
.official-hero{--hero-title:#fff;--hero-copy:#c9d8e5;--hero-kicker:var(--color-accent,#38bdf8);--hero-link:var(--color-accent,#38bdf8);--mbt-primary:#5eead4;--mbt-accent:#f6c85f}
.official-hero{
  min-height:auto!important;
  display:flex!important;align-items:center;box-sizing:border-box;
  background-color:#060a12!important;
  background-image:var(--mc-hero-bg-black)!important;
  background-size:cover!important;
  background-position:center 35%!important;
  background-repeat:no-repeat!important;
  padding-top:clamp(46px, 4.5vw, 62px)!important;
  padding-bottom:clamp(48px, 4.5vw, 62px)!important;
  box-shadow:inset 0 -40px 60px rgba(0,0,0,.35);
}
.official-hero>.container{width:100%}
.official-hero::before{
  opacity:.35;
  background-size:64px 64px;
  -webkit-mask-image:linear-gradient(90deg,transparent 4%,rgba(0,0,0,.28) 46%,rgba(0,0,0,.58) 100%);
  mask-image:linear-gradient(90deg,transparent 4%,rgba(0,0,0,.28) 46%,rgba(0,0,0,.58) 100%)
}
.official-hero__copy{
  position:relative;
  z-index:2;
  text-shadow:0 2px 18px rgba(0,0,0,.4)
}
.official-hero__visual{
  position:relative;
  z-index:2
}
.official-hero__visual img{
  filter:drop-shadow(0 28px 30px rgba(0,0,0,.5)) drop-shadow(0 0 24px rgba(56,189,248,.12))!important;
  max-height:360px;
  object-fit:contain;
}
.official-hero .mbt-banner{--mbt-glass:linear-gradient(145deg,rgba(255,255,255,.15),rgba(255,255,255,.055));--mbt-glass-border:rgba(255,255,255,.2);--mbt-glass-shadow:0 15px 34px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.2)}
.ht-hero .mbt-banner{--mbt-glass:transparent!important;--mbt-glass-border:transparent!important;--mbt-glass-shadow:none!important;background:transparent!important;border:none!important;box-shadow:none!important}
:is(.official-hero, .ht-hero) .mbt-banner .mbt-digit-value,
:is(.official-hero, .ht-hero) .mbt-banner .mbt-digits-sec .mbt-digit-value,
:is(.official-hero, .ht-hero) .mbt--hero .mbt-digit-value,
:is(.official-hero, .ht-hero) .mbt--hero .mbt-digits-sec .mbt-digit-value{
  color:#fff!important;-webkit-text-fill-color:#fff!important;
}
:is(.official-hero, .ht-hero) .mbt-banner .mbt-hero-note,
:is(.official-hero, .ht-hero) .mbt-banner .mbt-hero-content p,
:is(.official-hero, .ht-hero) .mbt-banner .mbt-hero-content .mbt-hero-note,
:is(.official-hero, .ht-hero) .mbt-hero-note,
:is(.official-hero, .ht-hero) .mbt-hero-content p{
  color:#fff!important;opacity:1!important;text-shadow:none!important
}
:is(.official-hero, .ht-hero) .mbt-hero-note *{
  color:#fff!important
}
:is(.official-hero, .ht-hero) .mbt-hero-content .mbt-hero-note:before{
  background:#fff!important;box-shadow:0 0 0 3px rgba(255,255,255,.2)!important
}
.official-hero .mbt-banner .mbt-digits-row{
  width:min(100%,290px)!important;
  grid-template-columns:repeat(4,minmax(56px,66px))!important;
  justify-content:start!important;gap:7px!important
}
.official-hero .mbt-banner .mbt-digit-block{
  min-height:64px!important;padding:9px 5px 7px!important;border-radius:10px!important
}
.official-hero .mbt-banner .mbt-digit-label{margin-top:5px!important;font-weight:var(--fw-semibold)!important}
.official-hero.hero-style-custom h1{
  color:var(--hero-custom-title-color,#fff)!important;
  -webkit-text-fill-color:var(--hero-custom-title-color,#fff)!important
}
.official-hero.hero-style-custom .official-hero__copy>p{
  color:var(--hero-custom-desc-color,#c9d8e5)!important
}
.official-hero.hero-style-custom .official-kicker,
.official-hero.hero-style-custom .official-text-link{
  color:var(--hero-custom-kicker-color,var(--color-accent,#38bdf8))!important
}

@media(max-width:768px){
  :is(
    .official-hero, .shop-hero, .mc-shop-hero, .wholesale-hero, .quote-hero,
    .about-hero, .careers-hero, .jobs-hero, .support-center-hero, .contact-hero,
    .distributors-hero, .faq-hero, .faq-hero-section, .finder-hero, .firmware-hero,
    .hosting-terms-hero, .hosted-hero, .cloud-builder-hero, .manuals-hero,
    .secure-payment-hero, .certificate-hero, .repair-hero, .serial-hero,
    .shipping-hero, .warranty-hero, .tracking-hero, .scam-alert-hero,
    .policy-page-hero, .account-unified-hero, .unified-legacy-hero,
    .miner-archive-hero, .unified-taxonomy-hero, .resource-library-hero,
    .resource-domain-hero, .ht-hero
  ) h1{font-size:clamp(1.5rem,6vw,2.1rem)!important;line-height:1.15!important}
  .official-hero h1, .official-hero h1 span, .official-hero__pyramid-title span {
      font-size: clamp(1.4rem, 5.5vw, 1.85rem) !important;
      line-height: 1.18 !important;
      text-align: left !important;
  }
  .official-hero{
    background-image:var(--mc-hero-bg-black)!important;
    background-position:center center!important;
    box-shadow:inset 0 -50px 70px rgba(0,0,0,.35)
  }
  .official-hero::before{opacity:.2;background-size:56px 56px}
  .official-hero__copy{
    padding:18px 16px 20px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:16px;
    background:linear-gradient(145deg,rgba(4,10,18,.82),rgba(3,7,14,.6));
    box-shadow:0 18px 44px rgba(0,0,0,.3);
    -webkit-backdrop-filter:blur(7px);
    backdrop-filter:blur(7px)
  }
  :is(
    .official-hero, .shop-hero, .mc-shop-hero, .wholesale-hero, .quote-hero,
    .about-hero, .careers-hero, .jobs-hero, .support-center-hero, .contact-hero,
    .distributors-hero, .faq-hero, .faq-hero-section, .finder-hero, .firmware-hero,
    .hosting-terms-hero, .hosted-hero, .cloud-builder-hero, .manuals-hero,
    .secure-payment-hero, .certificate-hero, .repair-hero, .serial-hero,
    .shipping-hero, .warranty-hero, .tracking-hero, .scam-alert-hero,
    .policy-page-hero, .account-unified-hero, .unified-legacy-hero,
    .miner-archive-hero, .unified-taxonomy-hero, .resource-library-hero,
    .resource-domain-hero, .ht-hero
  ){padding:38px 16px!important}

  .ht-hero .ht-hero__grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }
  .ht-hero .ht-hero__visual {
    order: -1 !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .ht-hero .ht-hero__content {
    order: 2 !important;
    width: 100% !important;
  }
  .ht-hero .ht-hero__image-card {
    max-width: 380px !important;
    width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .ht-hero .ht-hero__product-img {
    max-height: 280px !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.6)) !important;
  }
}

@media(max-width:540px){
  .ht-hero .ht-hero__image-card {
    max-width: min(100%, 340px) !important;
  }
  .ht-hero .ht-hero__product-img {
    max-height: 220px !important;
  }
  :is(
    .official-hero, .shop-hero, .mc-shop-hero, .wholesale-hero, .quote-hero,
    .about-hero, .careers-hero, .jobs-hero, .support-center-hero, .contact-hero,
    .distributors-hero, .faq-hero, .faq-hero-section, .finder-hero, .firmware-hero,
    .hosting-terms-hero, .hosted-hero, .cloud-builder-hero, .manuals-hero,
    .secure-payment-hero, .certificate-hero, .repair-hero, .serial-hero,
    .shipping-hero, .warranty-hero, .tracking-hero, .scam-alert-hero,
    .policy-page-hero, .account-unified-hero, .unified-legacy-hero,
    .miner-archive-hero, .unified-taxonomy-hero, .resource-library-hero,
    .resource-domain-hero, .ht-hero
  ){
    padding:32px 14px 38px!important;
  }
  :is(
    .official-hero, .shop-hero, .mc-shop-hero, .wholesale-hero, .quote-hero,
    .about-hero, .careers-hero, .jobs-hero, .support-center-hero, .contact-hero,
    .distributors-hero, .faq-hero, .faq-hero-section, .finder-hero, .firmware-hero,
    .hosting-terms-hero, .hosted-hero, .cloud-builder-hero, .manuals-hero,
    .secure-payment-hero, .certificate-hero, .repair-hero, .serial-hero,
    .shipping-hero, .warranty-hero, .tracking-hero, .scam-alert-hero,
    .policy-page-hero, .account-unified-hero, .unified-legacy-hero,
    .miner-archive-hero, .unified-taxonomy-hero, .resource-library-hero,
    .resource-domain-hero, .ht-hero
  ) h1 {
    font-size:clamp(1.45rem,6.8vw,1.9rem)!important;
    line-height:1.2!important;
  }
  :is(
    .ht-hero, .official-hero, .hero-section, .shop-hero, .mc-shop-hero, .shop-hero-enterprise,
    .wholesale-hero, .quote-hero, .about-hero, .careers-hero, .jobs-hero,
    .support-center-hero, .support-hero-section, .contact-hero, .cnt-hero-section,
    .distributors-hero, .faq-hero, .faq-hero-section, .finder-hero, .firmware-hero,
    .hosting-terms-hero, .hosted-hero, .hm-hero-section, .cloud-builder-hero, .cm-hero,
    .manuals-hero, .secure-payment-hero, .certificate-hero, .repair-hero, .serial-hero,
    .shipping-hero, .warranty-hero, .tracking-hero, .scam-alert-hero, .scam-alert__hero,
    .policy-page-hero, .after-sales-hero, .agreement-hero, .account-unified-hero,
    .unified-legacy-hero, .miner-archive-hero, .unified-taxonomy-hero,
    .resource-library-hero, .resource-domain-hero, .mining-library__hero
  ) > .container,
  :is(
    .ht-hero, .official-hero, .hero-section, .shop-hero, .mc-shop-hero, .shop-hero-enterprise,
    .wholesale-hero, .quote-hero, .about-hero, .careers-hero, .jobs-hero,
    .support-center-hero, .support-hero-section, .contact-hero, .cnt-hero-section,
    .distributors-hero, .faq-hero, .faq-hero-section, .finder-hero, .firmware-hero,
    .hosting-terms-hero, .hosted-hero, .hm-hero-section, .cloud-builder-hero, .cm-hero,
    .manuals-hero, .secure-payment-hero, .certificate-hero, .repair-hero, .serial-hero,
    .shipping-hero, .warranty-hero, .tracking-hero, .scam-alert-hero, .scam-alert__hero,
    .policy-page-hero, .after-sales-hero, .agreement-hero, .account-unified-hero,
    .unified-legacy-hero, .miner-archive-hero, .unified-taxonomy-hero,
    .resource-library-hero, .resource-domain-hero, .mining-library__hero
  ) :is([class$="__grid"],[class$="__inner"],[class$="-container"]) {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* Homepage hero actions use the live Brand Settings identity colors. */
.official-hero .official-actions .btn-neon{
  border:1px solid color-mix(in srgb,var(--color-primary) 78%,#fff)!important;
  background:linear-gradient(135deg,var(--color-primary),color-mix(in srgb,var(--color-primary) 72%,#061a31))!important;
  color:#fff!important;
  box-shadow:0 13px 30px color-mix(in srgb,var(--color-primary) 34%,transparent)!important
}
.official-hero .official-actions .btn-neon:hover{
  border-color:color-mix(in srgb,var(--color-primary) 58%,#fff)!important;
  background:linear-gradient(135deg,color-mix(in srgb,var(--color-primary) 84%,#fff),var(--color-primary))!important;
  transform:translateY(-2px)
}
.official-hero .official-actions .btn-outline{
  border:1px solid color-mix(in srgb,var(--color-accent) 65%,#fff)!important;
  background:color-mix(in srgb,var(--color-accent) 88%,#06291a)!important;
  color:#fff!important;
  box-shadow:0 12px 27px color-mix(in srgb,var(--color-accent) 27%,transparent),inset 0 1px 0 rgba(255,255,255,.1)!important;
  -webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)
}
.official-hero .official-actions .btn-outline:hover{
  border-color:color-mix(in srgb,var(--color-accent) 65%,#fff)!important;
  background:color-mix(in srgb,var(--color-accent) 88%,#06291a)!important;
  color:#fff!important;
  box-shadow:0 15px 31px color-mix(in srgb,var(--color-accent) 34%,transparent)!important;
  transform:translateY(-2px)
}
.official-hero .official-actions .btn:focus-visible{
  outline:3px solid rgba(255,255,255,.9)!important;outline-offset:3px
}

@media(prefers-reduced-motion:reduce){
  :is(.official-hero,.shop-hero,.wholesale-hero,.about-hero,.careers-hero,.hosted-hero) *{animation:none!important}
}

/* Style all internal pages hero buttons to match homepage actions layout */
:is(
  .about-hero, .careers-hero, .support-center-hero, .contact-hero, 
  .distributors-hero, .faq-hero, .finder-hero, .firmware-hero, 
  .hosting-terms-hero, .hosted-hero, .jobs-hero, .manuals-hero, 
  .secure-payment-hero, .certificate-hero, .repair-hero, .serial-hero, 
  .shipping-hero, .warranty-hero, .tracking-hero, .shop-hero
) :is(.btn-neon, .btn-primary) {
  border:1px solid color-mix(in srgb,var(--color-primary) 78%,#fff)!important;
  background:linear-gradient(135deg,var(--color-primary),color-mix(in srgb,var(--color-primary) 72%,#061a31))!important;
  color:#fff!important;
  box-shadow:0 13px 30px color-mix(in srgb,var(--color-primary) 34%,transparent)!important;
}

:is(
  .about-hero, .careers-hero, .support-center-hero, .contact-hero, 
  .distributors-hero, .faq-hero, .finder-hero, .firmware-hero, 
  .hosting-terms-hero, .hosted-hero, .jobs-hero, .manuals-hero, 
  .secure-payment-hero, .certificate-hero, .repair-hero, .serial-hero, 
  .shipping-hero, .warranty-hero, .tracking-hero, .shop-hero
) :is(.btn-neon, .btn-primary):hover {
  border-color:color-mix(in srgb,var(--color-primary) 58%,#fff)!important;
  background:linear-gradient(135deg,color-mix(in srgb,var(--color-primary) 84%,#fff),var(--color-primary))!important;
  transform:translateY(-2px);
}

:is(
  .about-hero, .careers-hero, .support-center-hero, .contact-hero, 
  .distributors-hero, .faq-hero, .finder-hero, .firmware-hero, 
  .hosting-terms-hero, .hosted-hero, .jobs-hero, .manuals-hero, 
  .secure-payment-hero, .certificate-hero, .repair-hero, .serial-hero, 
  .shipping-hero, .warranty-hero, .tracking-hero, .shop-hero
) .btn-outline {
  border:1px solid color-mix(in srgb,var(--color-accent) 65%,#fff)!important;
  background:color-mix(in srgb,var(--color-accent) 88%,#06291a)!important;
  color:#fff!important;
  box-shadow:0 12px 27px color-mix(in srgb,var(--color-accent) 27%,transparent),inset 0 1px 0 rgba(255,255,255,.1)!important;
  -webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);
}

:is(
  .about-hero, .careers-hero, .support-center-hero, .contact-hero, 
  .distributors-hero, .faq-hero, .finder-hero, .firmware-hero, 
  .hosting-terms-hero, .hosted-hero, .jobs-hero, .manuals-hero, 
  .secure-payment-hero, .certificate-hero, .repair-hero, .serial-hero, 
  .shipping-hero, .warranty-hero, .tracking-hero, .shop-hero
) .btn-outline:hover {
  border-color:color-mix(in srgb,var(--color-accent) 65%,#fff)!important;
  background:color-mix(in srgb,var(--color-accent) 88%,#06291a)!important;
  color:#fff!important;
  box-shadow:0 15px 31px color-mix(in srgb,var(--color-accent) 34%,transparent)!important;
  transform:translateY(-2px);
}

@media(max-height:720px) and (min-width:761px){
  .official-hero{padding-top:34px!important;padding-bottom:34px!important}
  .official-hero__visual{min-height:330px!important}
  .official-hero__visual img{height:285px!important}
}

/* Legacy archives and taxonomy headings now participate in the same system. */
.unified-legacy-hero,.unified-taxonomy-hero{
  position:relative;isolation:isolate;width:100vw;margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;padding:44px max(20px,calc((100vw - var(--container-width))/2 + 20px))!important;
  border-bottom:1px solid rgba(255,255,255,.1)!important;background-color:#060a12!important;
  background-image:var(--mc-hero-bg-black)!important;
  background-size:cover!important;
  background-position:center 35%!important;
  color:#fff!important
}
.unified-legacy-hero{margin-top:-60px!important}
.miner-archive-hero{margin-top:-40px!important}
.unified-taxonomy-hero{margin-top:0!important;margin-bottom:0!important}
.unified-legacy-hero h1,.unified-taxonomy-hero h1{color:#fff!important}
.unified-legacy-hero p,.unified-taxonomy-hero p{color:var(--mc-hero-copy)!important}
.unified-legacy-hero .hero-badge,.unified-taxonomy-hero .hero-badge{color:var(--mc-hero-accent)!important;border-color:rgba(255,255,255,.16)!important;background:rgba(255,255,255,.06)!important}
@media(max-width:768px){
  .unified-legacy-hero,.unified-taxonomy-hero{padding:36px 14px!important}
  .unified-legacy-hero h1,.unified-taxonomy-hero h1{font-size:clamp(1.6rem,7vw,2.2rem)!important;line-height:1.15!important}
}

/* ============================================================
   Compact Single Product Top Hero & Sales Counter Bar
   ============================================================ */
.single-product-top-hero {
    position: relative;
    background-color: #060a12 !important;
    background-image: var(--mc-hero-bg-black) !important;
    background-size: cover !important;
    background-position: center 35% !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 20px 0 16px !important;
    color: #ffffff !important;
    box-shadow: inset 0 -8px 18px rgba(0, 0, 0, 0.25);
}

.single-product-top-hero .container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 16px;
}

.product-top-kicker {
    display: inline-block;
    color: #55dfd0 !important;
    font-size: 0.72rem !important;
    font-weight: var(--fw-semibold) !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    margin-bottom: 4px !important;
}

.product-top-title {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: clamp(1.3rem, 3vw, 1.95rem) !important;
    font-weight: var(--fw-semibold) !important;
    line-height: 1.25 !important;
    margin: 0 0 12px 0 !important;
    letter-spacing: -0.01em;
}

/* Sales Counter & Trust Bar (Homepage Style) */
.product-trust-counter {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    overflow: hidden;
}

/* Product hero: exact homepage batch-timer palette and glass treatment. */
.single-product-top-hero .product-hero-batch-timer {
    --mbt-primary: #5eead4;
    --mbt-accent: #f6c85f;
    --mbt-glass: linear-gradient(145deg, rgba(255,255,255,.15), rgba(255,255,255,.055));
    --mbt-glass-border: rgba(255,255,255,.2);
    --mbt-glass-shadow: 0 15px 34px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.2);
    max-width: 520px;
    margin: 0;
}

.single-product-top-hero .product-hero-batch-timer .mbt-digit-value,
.single-product-top-hero .product-hero-batch-timer .mbt-digits-sec .mbt-digit-value {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: clamp(1.3rem, 2vw, 1.65rem) !important;
    font-weight: var(--fw-medium) !important;
}

.single-product-top-hero .product-hero-batch-timer .mbt-digits-row {
    width: min(100%, 290px) !important;
    grid-template-columns: repeat(4, minmax(56px, 66px)) !important;
    justify-content: start !important;
    gap: 7px !important;
}

.single-product-top-hero .product-hero-batch-timer .mbt-digit-block {
    min-height: 64px !important;
    padding: 9px 5px 7px !important;
    border-radius: 10px !important;
}

.single-product-top-hero .product-hero-batch-timer .mbt-digit-label {
    margin-top: 5px !important;
    font-weight: var(--fw-semibold) !important;
}

.product-trust-counter .trust-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 8px 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.product-trust-counter .trust-item:last-child {
    border-right: none;
}

.product-trust-counter .trust-item i {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(85, 223, 208, 0.15);
    border-radius: 8px;
    flex-shrink: 0;
}

.product-trust-counter .trust-item svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #55dfd0;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-trust-counter .trust-item p {
    margin: 0;
    line-height: 1.25;
}

.product-trust-counter .trust-item strong {
    display: block;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: var(--fw-semibold);
}

.product-trust-counter .trust-item span {
    display: block;
    color: #b5cedf;
    font-size: 0.67rem;
    font-weight: var(--fw-semibold);
}

@media (max-width: 900px) {
    .product-trust-counter {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-snap-type: x mandatory !important;
        scroll-padding: 0 12px !important;
        padding: 8px 24px 8px 10px !important;
        gap: 6px !important;
        scrollbar-width: thin !important;
        scrollbar-color: rgba(85, 223, 208, 0.3) transparent !important;
    }
    .product-trust-counter::-webkit-scrollbar {
        height: 3px !important;
        display: block !important;
    }
    .product-trust-counter::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.05) !important;
        border-radius: 4px !important;
    }
    .product-trust-counter::-webkit-scrollbar-thumb {
        background: rgba(85, 223, 208, 0.4) !important;
        border-radius: 4px !important;
    }
    .product-trust-counter .trust-item {
        flex: 0 0 auto !important;
        scroll-snap-align: start !important;
        padding: 6px 10px !important;
        border-right: 1px solid rgba(255, 255, 255, 0.12) !important;
        border-bottom: none !important;
    }
}

@media (max-width: 620px) {
    .single-product-top-hero {
        padding: 14px 0 12px !important;
    }
    .product-top-title {
        font-size: 1.15rem !important;
        margin-bottom: 8px !important;
    }
    .product-trust-counter {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        position: relative !important;
    }
    .product-trust-counter .trust-item {
        flex: 0 0 78% !important; /* Peeking Cue: exposes 22% of next card to signal swipe */
        max-width: 220px !important;
        scroll-snap-align: start !important;
        padding: 6px 10px !important;
        white-space: nowrap !important;
    }
    .product-trust-counter .trust-item strong {
        font-size: 0.8rem !important;
    }
    .product-trust-counter .trust-item span {
        font-size: 0.64rem !important;
    }
}

/* Policy Rich Content Styling */
.policy-rich-content {
    color: #334155;
    font-size: 0.92rem;
    line-height: 1.65;
}
.policy-rich-content p {
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: #0f172a;
}
.policy-rich-content ul {
    margin: 0;
    padding-left: 20px;
    list-style-type: disc;
}
.policy-rich-content li {
    margin-bottom: 8px;
    color: #334155;
}
.policy-rich-content strong {
    color: #0f172a;
}
.policy-rich-content code {
    background: #f1f5f9;
    color: #0d9488;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: var(--fw-semibold);
    font-size: 0.88rem;
}
.policy-rich-content a {
    color: #0d9488;
    font-weight: var(--fw-semibold);
    text-decoration: underline;
}

/* ============================================================
   Hero Elements & Batch Countdown Timer Ultra-Thin Typography
   ============================================================ */
/* 1. Hero Description Paragraph */
.official-hero__desc,
.official-hero__copy > p,
.official-hero p:not(.official-hero__pyramid-title) {
    font-size: 0.88rem !important;
    font-weight: 200 !important;
    line-height: 1.65 !important;
    letter-spacing: 0.01em !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* 2. Hero Batch Timer Box Sizing (Borderless & Seamless) */
.mbt-banner--hero {
    width: fit-content !important;
    max-width: 440px !important;
    margin: 16px 0 18px !important;
}

.mbt--hero {
    width: 100% !important;
    max-width: 440px !important;
    border-radius: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

/* Phrases Above the Timer (Batch Status & Ships Date) */
.mbt-hero-topline {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 0 6px 0 !important;
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.mbt-hero-status,
.mbt-hero-ship,
.mbt-hero-topline span {
    font-size: 0.74rem !important;
    font-weight: 200 !important;
    letter-spacing: 0.02em !important;
    color: #94a3b8 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.mbt-hero-status {
    color: #38bdf8 !important;
}

.mbt-hero-ship strong {
    font-size: 0.74rem !important;
    font-weight: 300 !important;
    color: #ffffff !important;
}

/* Timer Digits Grid & Digits Values (Ultra-Thin Numbers) */
.mbt-hero-content {
    padding: 8px 0 !important;
    gap: 8px !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

.mbt--hero .mbt-digits-row {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 6px !important;
    width: 100% !important;
    justify-content: stretch !important;
}

.mbt--hero .mbt-digit-block {
    min-width: 0 !important;
    flex: 1 1 0 !important;
    padding: 7px 6px !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    text-align: center !important;
}

.mbt--hero .mbt-digit-value {
    font-size: 1.25rem !important;
    font-weight: 200 !important;
    line-height: 1.15 !important;
    color: #38bdf8 !important;
    letter-spacing: 0.03em !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.mbt--hero .mbt-digit-label {
    font-size: 0.55rem !important;
    font-weight: 200 !important;
    color: #94a3b8 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    margin-top: 2px !important;
    -webkit-font-smoothing: antialiased !important;
}

/* 3. Phrase Below the Timer (Single Line, Crisp & Thin) */
.mbt-hero-content .mbt-hero-note {
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 4px 0 0 !important;
    padding: 5px 0 0 8px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    font-size: 0.52rem !important;
    font-weight: 200 !important;
    line-height: 1.3 !important;
    color: #94a3b8 !important;
    letter-spacing: 0.02em !important;
    white-space: nowrap !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.mbt-hero-content .mbt-hero-note:before {
    background: #38bdf8 !important;
    box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.15) !important;
    width: 3px !important;
    height: 3px !important;
    top: calc(5px + .42em) !important;
}

/* 4. Hero CTA Buttons */
.official-actions .btn {
    font-weight: var(--fw-regular) !important;
    font-size: 0.82rem !important;
    letter-spacing: 0.02em !important;
    -webkit-font-smoothing: antialiased !important;
}

/* 5. Bottom Wholesale Link */
.official-text-link {
    font-weight: 300 !important;
    font-size: 0.75rem !important;
    color: #5eead4 !important;
    letter-spacing: 0.02em !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    transition: var(--transition-fast) !important;
}

.official-text-link:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

@media (max-width: 620px) {
    .mbt-banner--hero,
    .mbt--hero {
        width: 100% !important;
        max-width: 100% !important;
    }
    .mbt-hero-content .mbt-hero-note {
        white-space: normal !important;
    }
}

/* Hosting Agreement Page Header & Identity White Typography */
.hosting-agreement-page .agreement-hero strong,
.hosting-agreement-page .agreement-identity strong,
.hosting-agreement-page .agreement-identity div strong,
.hosting-agreement-page .agreement-document > header strong,
.hosting-agreement-page .agreement-document > header p strong {
    color: #ffffff !important;
}

/* Cloud Mining Hero White Outline Button & Blue Hover */
.cloud-builder-hero .btn.btn-outline {
    border-color: rgba(255, 255, 255, 0.75) !important;
    color: #ffffff !important;
    background: transparent !important;
    transition: all 0.25s ease !important;
}

.cloud-builder-hero .btn.btn-outline:hover,
.cloud-builder-hero .btn.btn-outline:focus-visible {
    border-color: #38bdf8 !important;
    color: #38bdf8 !important;
    background: rgba(56, 189, 248, 0.08) !important;
    box-shadow: 0 0 16px rgba(56, 189, 248, 0.2) !important;
}

/* Warranty Hero Shield White Typography */
.warranty-hero__shield strong {
    color: #ffffff !important;
}
.warranty-hero__shield small {
    color: #d3e2ec !important;
}

/* ==========================================================================
   Homepage Hero Desktop Viewport Fit (Hero + Trust Cards = 100vh)
   ========================================================================== */
@media (min-width: 1025px) {
  :root {
    --ht-header-total-height: 102px;
    --ht-trust-total-height: 196px;
  }
  body.admin-bar {
    --ht-header-total-height: 134px;
  }

  .ht-hero.ht-hero--custom-bg {
    min-height: calc(100vh - var(--ht-header-total-height, 102px) - var(--ht-trust-total-height, 196px)) !important;
    min-height: calc(100dvh - var(--ht-header-total-height, 102px) - var(--ht-trust-total-height, 196px)) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding-top: clamp(32px, 4vh, 60px) !important;
    padding-bottom: clamp(32px, 4vh, 60px) !important;
    box-sizing: border-box !important;
  }

  .ht-hero.ht-hero--custom-bg .ht-container {
    width: 100% !important;
    max-width: 1320px !important;
  }

  .ht-hero.ht-hero--custom-bg .ht-hero__grid {
    width: 100% !important;
    align-items: center !important;
  }

  .ht-hero.ht-hero--custom-bg .ht-hero__product-img {
    max-height: clamp(380px, 50vh, 520px) !important;
  }
}






