
/* AliOne 3.5 — final dark-only readability layer */
:root,html,html.dark,body.alione-dark-mode{
  color-scheme:dark!important;
  --al-bg:#061321;--al-bg-soft:#091a2b;--al-card:#0b1f33;--al-card-2:#102942;
  --al-border:#294763;--al-text:#f7faff;--al-muted:#a9bbcf;--al-cyan:#5ee5ff;--al-purple:#7d5cff;
}
html,body.alione-dark-mode,body.alione-dark-mode .site-main,body.alione-dark-mode .hero,
body.alione-dark-mode .services,body.alione-dark-mode .features,body.alione-dark-mode .cta-section,
body.alione-dark-mode .alione-home-storefront,body.alione-dark-mode .alione-home-live-services{
  background:linear-gradient(118deg,#061321 0%,#071726 46%,#17153d 100%) fixed!important;color:var(--al-text)!important;
}
html[data-theme="light"],body[data-theme="light"]{color-scheme:dark!important}
body[data-theme="light"],html[data-theme="light"] body{background:linear-gradient(118deg,#061321 0%,#071726 46%,#17153d 100%) fixed!important;color:var(--al-text)!important}
.theme-toggle,.alione-theme-toggle{display:none!important}
.alione-global-header{background:rgba(5,17,29,.96)!important;border-color:rgba(94,229,255,.16)!important;box-shadow:0 12px 35px rgba(0,0,0,.22)!important}
.alione-global-header a,.alione-global-header button{color:#f7faff!important}
.alione-header-container{width:min(1400px,calc(100% - 44px))!important;max-width:none!important}
.hero .container,.services .container,.features .container,.cta-section .container,.alione-home-storefront>.container,.alione-home-live-services>.container{
  width:min(1400px,calc(100% - 44px))!important;max-width:none!important;
}
.hero-title,.section-title,.service-title,.feature-title,.cta-title{color:#f7faff!important;text-shadow:none!important}
.hero-subtitle,.section-subtitle,.service-description,.feature-description,.stat-label,.cta-description{color:#aebed1!important}
.hero-badge{background:rgba(33,198,176,.13)!important;color:#62f0d8!important;border-color:rgba(98,240,216,.35)!important}
.stat-item,.service-card,.feature-card,.cta-card,.dashboard-mockup,.smm-storefront-pane,.smm-storefront-platforms,.smm-storefront-toolbar{
  background:linear-gradient(145deg,rgba(11,31,51,.97),rgba(7,22,38,.98))!important;border-color:var(--al-border)!important;color:var(--al-text)!important;box-shadow:0 18px 48px rgba(0,0,0,.22)!important;
}
.smm-storefront-intro h2,.smm-storefront-service__main h3,.smm-storefront-service__main h3 a,.smm-storefront-table-head{color:#f7faff!important}
.smm-storefront-intro p,.smm-storefront-service__main p,.smm-storefront-service__range{color:#a9bbcf!important}
.smm-storefront-service{background:#0a1d30!important;border-color:#294763!important}
.smm-storefront-service:hover{background:#102942!important}
.smm-storefront-platform,.smm-storefront-subset button{background:#10263c!important;color:#eaf2ff!important;border-color:#294763!important}
.smm-storefront-platform.is-active,.smm-storefront-subset button.is-active{background:#173a55!important;border-color:#5ee5ff!important;color:#fff!important}
.smm-storefront-search,.smm-storefront-search input{background:#0a1d30!important;color:#f7faff!important;border-color:#294763!important}
.site-footer,.footer{background:#05111e!important;border-color:#294763!important;color:#a9bbcf!important}.site-footer h2,.site-footer h3,.site-footer h4,.footer h2,.footer h3,.footer h4{color:#f7faff!important}.site-footer a,.footer a{color:#66e4ff!important}
@media (min-width:1200px){.hero-content{gap:72px!important}.hero-text{max-width:650px!important}.hero-visual{max-width:620px!important}.services-grid,.features-grid{gap:26px!important}}
@media (max-width:900px){.alione-header-container{width:calc(100% - 24px)!important}.hero .container,.services .container,.features .container,.cta-section .container,.alione-home-storefront>.container,.alione-home-live-services>.container{width:calc(100% - 28px)!important}.hero-content{grid-template-columns:1fr!important;gap:36px!important}.hero-text{text-align:left!important}.hero-buttons{justify-content:flex-start!important}.hero-visual{max-width:620px!important;margin-inline:auto!important}}
@media (max-width:640px){
  .hero{padding:110px 0 52px!important}.hero-title{font-size:clamp(2.45rem,14vw,4rem)!important;line-height:1.02!important;overflow-wrap:anywhere}.hero-subtitle{font-size:1rem!important;line-height:1.7!important}.hero-buttons{display:grid!important;grid-template-columns:1fr!important}.hero-buttons a{width:100%!important}.hero-stats{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.stat-item{padding:15px 8px!important;min-width:0!important}.stat-number{font-size:1.45rem!important}.stat-label{font-size:.7rem!important}.dashboard-mockup{transform:none!important;width:100%!important}.services,.features,.cta-section{padding:54px 0!important}.section-title{font-size:2rem!important}.smm-storefront-platforms{overflow-x:auto!important;display:flex!important;flex-wrap:nowrap!important}.smm-storefront-platform{flex:0 0 auto!important}.smm-storefront-service{grid-template-columns:1fr!important;gap:12px!important}.smm-storefront-service__actions{justify-content:stretch!important}.smm-storefront-service__actions a{flex:1!important;text-align:center!important}}
