/* MinerCore unified corporate hero system. Loaded after page-specific CSS. */
:root{
  --mc-hero-bg:linear-gradient(135deg,#071b31 0%,#0a3559 64%,#0c5963 100%);
  --mc-hero-title:#fff;
  --mc-hero-copy:#d3e2ec;
  --mc-hero-accent:#55dfd0;
  --mc-hero-border:rgba(255,255,255,.18);
  --mc-hero-glass:rgba(255,255,255,.075);
}

:is(
  .official-hero,.shop-hero,.wholesale-hero,.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,.scam-alert-hero,.policy-page-hero
){
  position:relative;
  isolation:isolate;
  overflow:hidden;
  border-top:0!important;
  border-bottom:1px solid rgba(85,223,208,.16)!important;
  background-color:#071b31!important;
  background-image:
    radial-gradient(circle at 82% 18%,rgba(45,212,191,.15),transparent 31%),
    var(--mc-hero-bg)!important;
  background-size:cover!important;
  background-position:center!important;
  color:var(--mc-hero-title)!important;
}

:is(
  .official-hero,.wholesale-hero,.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,.scam-alert-hero,.policy-page-hero
) { padding-top:clamp(46px,5vw,72px)!important;padding-bottom:clamp(46px,5vw,72px)!important; }

.shop-hero{padding:0!important}

:is(
  .official-hero,.shop-hero,.wholesale-hero,.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,.policy-page-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,.wholesale-hero,.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,.scam-alert-hero
) h1{
  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,.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,
.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:#d3e2ec!important;opacity:1!important
}

/* Eyebrows and section labels. */
:is(
  .official-hero,.shop-hero,.wholesale-hero,.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,.scam-alert-hero
) :is(.official-kicker,[class$="-eyebrow"],[class$="__eyebrow"],.scam-kicker){color:#55dfd0!important}

.wholesale-hero__inner>div>span,.support-center-hero>.container>span,
.contact-hero>.container>span,.distributors-hero>.container>span,
.faq-hero>.container>span,.hosting-terms-hero>.container>span,
.hosted-hero__copy>span,.secure-payment-hero__inner>div>span,.scam-alert-hero span{
  color:#55dfd0!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 timer follows the same global corporate palette. */
.official-hero{--hero-title:#fff;--hero-copy:#d3e2ec;--hero-kicker:#55dfd0;--hero-link:#7fe7dc;--mbt-primary:#5eead4;--mbt-accent:#f6c85f}
.official-hero{
  min-height:calc(100vh - var(--header-height) - var(--topbar-height))!important;
  min-height:calc(100svh - var(--header-height) - var(--topbar-height))!important;
  display:flex!important;align-items:center;box-sizing:border-box;
  background-color:#061a2d!important;
  background-image:
    linear-gradient(90deg,rgba(4,18,33,.97) 0%,rgba(4,22,39,.93) 34%,rgba(5,27,45,.76) 56%,rgba(4,22,37,.56) 76%,rgba(3,17,30,.7) 100%),
    linear-gradient(180deg,rgba(4,17,31,.18) 0%,rgba(4,18,31,.05) 48%,rgba(3,15,27,.44) 100%),
    var(--hero-custom-image,url("../images/hero-mining-facility-v1.webp"))!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  box-shadow:inset 0 -80px 100px rgba(2,14,25,.22)
}
.official-hero>.container{width:100%}
.official-hero::before{
  opacity:.5;
  background-size:72px 72px;
  -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,.22)
}
.official-hero__visual{
  position:relative;
  z-index:2
}
.official-hero__visual img{
  filter:drop-shadow(0 28px 30px rgba(0,0,0,.42)) drop-shadow(0 0 24px rgba(62,208,197,.12))!important
}
.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)}
.official-hero .mbt-banner .mbt-digit-value,
.official-hero .mbt-banner .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:500!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:600!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,#d3e2ec)!important
}
.official-hero.hero-style-custom .official-kicker,
.official-hero.hero-style-custom .official-text-link{
  color:var(--hero-custom-kicker-color,#55dfd0)!important
}

@media(max-width:760px){
  :is(
    .shop-hero,.wholesale-hero,.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
  ) h1{font-size:clamp(1.6rem,8vw,2.2rem)!important;line-height:1.08!important}
  .official-hero h1, .official-hero h1 span, .official-hero__pyramid-title span {
      font-size: clamp(1.5rem, 6vw, 1.95rem) !important;
      line-height: 1.15 !important;
      text-align: left !important;
  }
  .official-hero{
    background-image:
      linear-gradient(180deg,rgba(3,17,30,.74) 0%,rgba(3,19,33,.84) 46%,rgba(3,17,30,.96) 100%),
      linear-gradient(90deg,rgba(3,17,30,.7),rgba(4,28,43,.5)),
      var(--hero-custom-image,url("../images/hero-mining-facility-v1.webp"))!important;
    background-position:72% center!important;
    box-shadow:inset 0 -90px 100px rgba(2,13,23,.35)
  }
  .official-hero::before{opacity:.28;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,20,35,.74),rgba(4,28,43,.48));
    box-shadow:0 18px 44px rgba(0,0,0,.2);
    -webkit-backdrop-filter:blur(7px);
    backdrop-filter:blur(7px)
  }
  :is(
    .official-hero,.shop-hero,.wholesale-hero,.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
  ){padding:40px 14px!important}
  .shop-hero{padding:0!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(85,223,208,.16);background-color:#071b31!important;
  background-image:radial-gradient(circle at 82% 18%,rgba(45,212,191,.15),transparent 31%),var(--mc-hero-bg)!important;
  color:#fff!important
}
.unified-legacy-hero{margin-top:-60px!important}
.miner-archive-hero,.compare-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(85,223,208,.25)!important;background:rgba(85,223,208,.08)!important}
@media(max-width:760px){
  .unified-legacy-hero,.unified-taxonomy-hero{padding:36px 14px!important}
  .unified-legacy-hero h1,.unified-taxonomy-hero h1{font-size:clamp(1.85rem,9vw,2.5rem)!important;line-height:1.1!important}
}

/* ============================================================
   Compact Single Product Top Hero & Sales Counter Bar
   ============================================================ */
.single-product-top-hero {
    position: relative;
    background: linear-gradient(135deg, #071b31 0%, #0a3559 60%, #0c5963 100%) !important;
    border-bottom: 1px solid rgba(85, 223, 208, 0.25) !important;
    padding: 20px 0 16px !important;
    color: #ffffff !important;
    box-shadow: inset 0 -8px 18px rgba(0, 0, 0, 0.15);
}

.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: 900 !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: 800 !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: 500 !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: 600 !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: 800;
}

.product-trust-counter .trust-item span {
    display: block;
    color: #b5cedf;
    font-size: 0.67rem;
    font-weight: 600;
}

@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: 700;
    font-size: 0.88rem;
}
.policy-rich-content a {
    color: #0d9488;
    font-weight: 700;
    text-decoration: underline;
}
