/* =========================
   SCANNER PAGE ONLY
========================= */

.scanner-page{
background:#06101c;
color:white;
min-height:100vh;
}

/* HERO */

.scanner-hero-clean{
max-width:1400px;
margin:120px auto 80px;
padding:40px;
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:center;
}

.scanner-badge{
display:inline-block;
padding:10px 18px;
border-radius:999px;
background:rgba(0,210,255,0.08);
border:1px solid rgba(0,210,255,0.18);
color:#00d2ff;
font-size:14px;
font-weight:700;
letter-spacing:1px;
margin-bottom:25px;
}

.scanner-title-clean{
font-size:72px;
line-height:1;
font-weight:900;
margin-bottom:30px;
}

.scanner-title-clean span{
color:#00d2ff;
}

.scanner-desc-clean{
font-size:20px;
line-height:1.8;
color:#9fb3c8;
max-width:650px;
margin-bottom:30px;
}

.scanner-proof-clean{
color:#00d2ff;
font-weight:700;
margin-bottom:40px;
font-size:15px;
}

.scanner-buttons-clean{
display:flex;
gap:20px;
flex-wrap:wrap;
}

.scanner-btn-clean{
padding:18px 34px;
border-radius:16px;
text-decoration:none;
font-weight:800;
transition:0.3s;
font-size:16px;
}

.scanner-btn-clean.primary{
background:linear-gradient(135deg,#00d2ff,#007bff);
color:white;
box-shadow:0 0 30px rgba(0,210,255,0.25);
}

.scanner-btn-clean.primary:hover{
transform:translateY(-4px);
box-shadow:0 0 40px rgba(0,210,255,0.45);
}

.scanner-btn-clean.secondary{
background:rgba(255,255,255,0.04);
border:1px solid rgba(255,255,255,0.08);
color:white;
}

.scanner-btn-clean.secondary:hover{
background:rgba(255,255,255,0.08);
transform:translateY(-4px);
}

/* IMAGE */

.scanner-image-box{
background:#0b1625;
padding:25px;
border-radius:28px;
border:1px solid rgba(255,255,255,0.05);
box-shadow:0 20px 60px rgba(0,0,0,0.45);
}

.scanner-image-box img{
width:100%;
display:block;
border-radius:18px;
}

/* FEATURES */

.scanner-features-clean{
max-width:1300px;
margin:120px auto;
padding:0 30px;
}

.scanner-features-clean h2{
text-align:center;
font-size:46px;
margin-bottom:60px;
}

.features-grid-clean{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:28px;
}

.feature-clean{
background:#0b1625;
padding:35px;
border-radius:24px;
border:1px solid rgba(255,255,255,0.05);
transition:0.3s;
}

.feature-clean:hover{
transform:translateY(-6px);
border-color:rgba(0,210,255,0.25);
}

.feature-clean h3{
font-size:24px;
margin-bottom:16px;
color:white;
}

.feature-clean p{
color:#9fb3c8;
line-height:1.7;
}

/* SHOWCASE */

.scanner-showcase{
max-width:1400px;
margin:120px auto;
padding:0 30px;
text-align:center;
}

.scanner-showcase h2{
font-size:46px;
margin-bottom:60px;
}

.showcase-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:30px;
}

.showcase-card{
background:#0b1625;
padding:18px;
border-radius:24px;
border:1px solid rgba(255,255,255,0.05);
}

.showcase-card img{
width:100%;
border-radius:14px;
display:block;
}

/* PRICING */

.scanner-pricing-clean{
max-width:1400px;
margin:120px auto;
padding:0 30px;
text-align:center;
}

.scanner-pricing-clean h2{
font-size:46px;
margin-bottom:60px;
}

.pricing-grid-clean{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:30px;
}

.pricing-clean{
background:#0b1625;
padding:45px 35px;
border-radius:28px;
border:1px solid rgba(255,255,255,0.05);
position:relative;
}

.pricing-clean h3{
font-size:30px;
margin-bottom:25px;
}

.pricing-clean ul{
list-style:none;
padding:0;
margin:0 0 30px;
}

.pricing-clean li{
margin-bottom:14px;
color:#9fb3c8;
}

.price-clean{
font-size:34px;
font-weight:900;
color:#00d2ff;
margin-bottom:35px;
}

.buy-clean{
display:block;
padding:18px;
border-radius:16px;
background:linear-gradient(135deg,#00d2ff,#007bff);
text-decoration:none;
color:white;
font-weight:800;
transition:0.3s;
}

.buy-clean:hover{
transform:translateY(-4px);
box-shadow:0 0 35px rgba(0,210,255,0.35);
}

.premium-clean{
border:1px solid rgba(0,210,255,0.35);
box-shadow:0 0 40px rgba(0,210,255,0.08);
}

.premium-tag{
position:absolute;
top:-14px;
left:50%;
transform:translateX(-50%);
background:#00d2ff;
color:#06101c;
padding:8px 18px;
border-radius:999px;
font-size:13px;
font-weight:900;
}

/* DEMO */

.demo-section-clean{
max-width:1000px;
margin:140px auto;
padding:70px 40px;
text-align:center;
background:#0b1625;
border-radius:32px;
border:1px solid rgba(255,255,255,0.05);
}

.demo-section-clean h2{
font-size:52px;
margin-bottom:20px;
}

.demo-section-clean p{
font-size:18px;
color:#9fb3c8;
margin-bottom:40px;
line-height:1.8;
}

.demo-clean-btn{
display:inline-block;
padding:20px 40px;
border-radius:18px;
background:linear-gradient(135deg,#00d2ff,#007bff);
color:white;
text-decoration:none;
font-weight:900;
font-size:18px;
transition:0.3s;
}

.demo-clean-btn:hover{
transform:translateY(-4px);
box-shadow:0 0 35px rgba(0,210,255,0.35);
}

/* FOOTER */

.site-footer{
padding:40px 20px;
text-align:center;
color:#7f93a8;
margin-top:100px;
}

/* MOBILE */

@media(max-width:1000px){

.scanner-hero-clean{
grid-template-columns:1fr;
}

.scanner-title-clean{
font-size:54px;
}

}

@media(max-width:700px){

.scanner-title-clean{
font-size:42px;
}

.scanner-desc-clean{
font-size:17px;
}

.scanner-features-clean h2,
.scanner-showcase h2,
.scanner-pricing-clean h2,
.demo-section-clean h2{
font-size:34px;
}

.scanner-hero-clean{
padding:20px;
}

}
.scanner-page{
background:#06101c;
width:100%;
overflow:hidden;
}

/* SHOWCASE FIX */

.scanner-page .scanner-showcase{
background:#06101c;
padding-bottom:120px;
}

.scanner-page .showcase-card{
background:#08111f;
display:flex;
justify-content:center;
align-items:center;
padding:25px;
min-height:420px;
overflow:hidden;
}

.scanner-page .showcase-card img{
max-width:100%;
height:auto;
border-radius:12px;
display:block;
object-fit:contain;
}

/* USUWA BIAŁE PASY */

body{
background:#06101c;
}
.pricing-note{
margin-top:45px;
text-align:center;
color:#8ea4bb;
font-size:16px;
line-height:1.7;
}

.pricing-contact-btn{
display:inline-block;
margin-top:25px;
padding:16px 34px;
border-radius:14px;
background:rgba(255,255,255,0.04);
border:1px solid rgba(0,210,255,0.2);
color:#00d2ff;
text-decoration:none;
font-weight:800;
transition:0.3s;
}

.pricing-contact-btn:hover{
background:#00d2ff;
color:#06101c;
transform:translateY(-3px);
}
/* SCANNERS */

.scanner-systems{
padding:120px 8%;
background:#0d1117;
}

.scanner-systems h2{
text-align:center;
font-size:48px;
margin-bottom:60px;
color:#fff;
}

.systems-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:30px;
max-width:1200px;
margin:0 auto;
}

.system-card{
background:rgba(255,255,255,0.03);
border:1px solid rgba(255,255,255,0.08);
border-radius:20px;
padding:40px;
backdrop-filter:blur(10px);
transition:0.3s;
}

.system-card:hover{
transform:translateY(-8px);
border-color:#3b82f6;
box-shadow:0 0 30px rgba(59,130,246,0.2);
}

.system-card h3{
font-size:32px;
margin-bottom:20px;
color:#fff;
}

.system-card p{
color:#b8c0cc;
line-height:1.7;
margin-bottom:25px;
}

.system-card ul{
list-style:none;
padding:0;
margin-bottom:30px;
}

.system-card ul li{
padding:10px 0;
color:#d1d5db;
border-bottom:1px solid rgba(255,255,255,0.05);
}

.system-card ul li:last-child{
border-bottom:none;
}
/* SCANNERS HUB */

.scanner-system{
max-width:1400px;
margin:140px auto;
padding:0 40px;
display:grid;
grid-template-columns:420px 1fr;
gap:60px;
align-items:center;
}

.system-image img{
width:100%;
max-width:350px;
display:block;
margin:auto;
}

.system-content h2{
font-size:72px;
font-weight:900;
margin-bottom:20px;
line-height:1;
}

.cerberus-title{
color:#00d2ff;
}

.nexus-title{
color:#8b5cf6;
}

.system-content p{
font-size:18px;
line-height:1.8;
color:#9fb3c8;
margin-bottom:30px;
max-width:500px;
}

.system-content ul{
list-style:none;
padding:0;
margin:0 0 35px;
}

.system-content li{
margin-bottom:14px;
color:#d8e6f4;
}

.system-badge{
display:inline-block;
padding:8px 16px;
border-radius:999px;
background:rgba(0,210,255,0.08);
border:1px solid rgba(0,210,255,0.15);
color:#00d2ff;
font-size:13px;
font-weight:700;
margin-bottom:20px;
}

.system-preview{
background:#0b1625;
padding:25px;
border-radius:24px;
border:1px solid rgba(255,255,255,0.06);
box-shadow:0 20px 60px rgba(0,0,0,0.4);
}

.system-preview img{
width:100%;
display:block;
border-radius:14px;
}
.features-section{
max-width:1400px;
margin:120px auto;
padding:0 40px;
text-align:center;
}

.features-section h2{
font-size:48px;
margin-bottom:60px;
}

.features-grid{
display:grid;
grid-template-columns:repeat(6,1fr);
gap:25px;
}

.feature-box{
background:#0b1625;
padding:30px;
border-radius:20px;
border:1px solid rgba(255,255,255,0.05);
}
.cta-section{
max-width:1200px;
margin:140px auto;
text-align:center;
padding:80px 40px;
}

.cta-section h2{
font-size:64px;
margin-bottom:20px;
}

.cta-section p{
color:#9fb3c8;
font-size:20px;
margin-bottom:40px;
}

.cta-buttons{
display:flex;
justify-content:center;
gap:20px;
}
/* =========================
   SCANNERS HUB UPGRADE
========================= */

.hero-scanners{
max-width:1400px;
margin:120px auto;
padding:40px;
display:grid;
grid-template-columns:1fr 1fr;
gap:80px;
align-items:center;
min-height:80vh;
}

.hero-left h1{
font-size:96px;
line-height:1;
font-weight:900;
margin-bottom:25px;
}

.hero-left h1 span{
color:#00d2ff;
}

.hero-left p{
font-size:22px;
line-height:1.8;
color:#9fb3c8;
margin-bottom:35px;
max-width:650px;
}

.hero-features{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
margin-bottom:40px;
color:white;
font-weight:600;
}

.hero-right img{
width:100%;
border-radius:24px;
border:1px solid rgba(0,210,255,.2);
box-shadow:0 0 60px rgba(0,210,255,.15);
}

/* CERBUS + NEXUS */

.scanner-system{
max-width:1400px;
margin:140px auto;
padding:0 40px;
display:grid;
grid-template-columns:420px 1fr 500px;
gap:50px;
align-items:center;
}

.system-image img{
width:100%;
max-width:420px;
display:block;
margin:auto;
filter:drop-shadow(0 0 40px rgba(0,210,255,.35));
}

.nexus .system-image img{
filter:drop-shadow(0 0 40px rgba(168,85,247,.45));
max-width:300px;
}

.system-badge{
display:inline-block;
padding:10px 18px;
border-radius:999px;
background:rgba(0,210,255,.08);
border:1px solid rgba(0,210,255,.15);
color:#00d2ff;
font-size:13px;
font-weight:700;
margin-bottom:20px;
}

.cerbus-title{
font-size:72px;
font-weight:900;
color:#00d2ff;
margin-bottom:20px;
}

.nexus-title{
font-size:72px;
font-weight:900;
color:#a855f7;
margin-bottom:20px;
}

.system-content p{
font-size:18px;
line-height:1.8;
color:#9fb3c8;
margin-bottom:30px;
}

.system-content ul{
list-style:none;
padding:0;
margin-bottom:35px;
}

.system-content ul li{
padding:8px 0;
color:white;
}

/* DASHBOARD */

.system-preview{
background:#08111f;
padding:20px;
border-radius:24px;
border:1px solid rgba(255,255,255,.05);
overflow:hidden;
box-shadow:0 20px 60px rgba(0,0,0,.45);
}

.system-preview img{
width:100%;
display:block;
border-radius:12px;
}

/* FEATURES */

.features-section{
max-width:1400px;
margin:120px auto;
padding:0 40px;
text-align:center;
}

.features-section h2{
font-size:48px;
margin-bottom:60px;
}

.features-grid{
display:grid;
grid-template-columns:repeat(6,1fr);
gap:25px;
}

.feature-box{
background:#0b1625;
padding:30px;
border-radius:20px;
border:1px solid rgba(255,255,255,.05);
transition:.3s;
}

.feature-box:hover{
transform:translateY(-6px);
border-color:#00d2ff;
}

/* CTA */

.cta-section{
max-width:1200px;
margin:140px auto;
text-align:center;
padding:80px 40px;
}

.cta-section h2{
font-size:64px;
margin-bottom:20px;
}

.cta-section p{
font-size:20px;
color:#9fb3c8;
margin-bottom:40px;
}

.cta-buttons{
display:flex;
justify-content:center;
gap:20px;
}

/* MOBILE */

@media(max-width:1200px){

.scanner-system{
grid-template-columns:1fr;
text-align:center;
}

.features-grid{
grid-template-columns:repeat(2,1fr);
}

.hero-scanners{
grid-template-columns:1fr;
text-align:center;
}

.hero-features{
grid-template-columns:1fr;
}
}

@media(max-width:700px){

.hero-left h1{
font-size:58px;
}

.cerbus-title,
.nexus-title{
font-size:48px;
}

.features-grid{
grid-template-columns:1fr;
}
}
.system-preview{
background:#08111f;
padding:18px;
border-radius:24px;
border:1px solid rgba(255,255,255,.05);
overflow:hidden;
box-shadow:0 20px 60px rgba(0,0,0,.45);
}

.system-preview img{
width:100%;
display:block;
border-radius:14px;
transition:.3s;
}

.system-preview:hover img{
transform:scale(1.02);
}
.nexus-example{
margin-top:30px;
}

.nexus-example h3{
margin-bottom:20px;
font-size:24px;
color:#a855f7;
}

.example-box{
background:#08111f;
border:1px solid rgba(168,85,247,.15);
border-radius:18px;
padding:25px;
line-height:1.9;
color:#d8e6f4;
box-shadow:0 0 25px rgba(168,85,247,.08);
}
/* =========================
   NEXUS FIX
========================= */

.nexus .btn-primary{
display:inline-block;
margin-top:20px;
}.
example-box{
background:#08111f;
border:1px solid rgba(168,85,247,.25);
border-radius:20px;
padding:30px;
box-shadow:0 0 40px rgba(168,85,247,.12);
font-size:14px;
}
.nexus{
display:grid;
grid-template-columns:320px 1fr 380px;
gap:40px;
align-items:center;
}

@media(max-width:1200px){

.nexus{
grid-template-columns:1fr;
}

}
#nexusPreview{
width:100%;
display:block;
border-radius:18px;
transition:opacity .5s ease;
}

.btn-nexus{
display:inline-block;
padding:18px 34px;
border-radius:16px;
text-decoration:none;
font-weight:800;
color:white;

background:linear-gradient(
135deg,
#a855f7,
#7c3aed
);

box-shadow:0 0 30px rgba(168,85,247,.35);
transition:.3s;
}

.btn-nexus:hover{
transform:translateY(-4px);
box-shadow:0 0 45px rgba(168,85,247,.55);
}
.cerbus{
display:grid;
grid-template-columns:320px 1fr 380px;
gap:40px;
align-items:center;
}

@media(max-width:1200px){

.cerbus{
grid-template-columns:1fr;
text-align:center;
}

.cerbus .system-preview{
max-width:600px;
margin:auto;
}

}
.cerbus-highlights,
.nexus-highlights{
margin:30px 0;
display:grid;
gap:12px;
}

.highlight-item{
background:rgba(255,255,255,.04);
border:1px solid rgba(255,255,255,.08);
padding:14px 18px;
border-radius:12px;
color:#e5e7eb;
}
.cerbus-title{
font-size:72px;
font-weight:900;
color:#00d2ff !important;
text-shadow:0 0 20px rgba(0,210,255,.5);
margin-bottom:20px;
}

.btn-primary{
display:inline-block;
padding:18px 34px;
border-radius:16px;
text-decoration:none;
font-weight:800;
color:white;

background:linear-gradient(
135deg,
#00d2ff,
#008cff
);

box-shadow:0 0 30px rgba(0,210,255,.35);
transition:.3s;
}

.btn-primary:hover{
transform:translateY(-4px);
box-shadow:0 0 45px rgba(0,210,255,.6);
}
.cta-section{
max-width:1200px;
margin:140px auto;
text-align:center;
padding:80px 40px;
}

.cta-section h2{
font-size:64px;
margin-bottom:20px;
}

.cta-section p{
font-size:20px;
color:#9fb3c8;
margin-bottom:0;
}

@media(max-width:768px){

.scanner-system,
.cerbus,
.nexus{
display:flex !important;
flex-direction:column !important;
align-items:center;
text-align:center;
gap:25px;
padding:0 20px;
}

.system-content{
width:100%;
max-width:100%;
}

.cerbus-title,
.nexus-title{
font-size:42px !important;
line-height:1;
word-break:break-word;
}

.system-image img{
max-width:220px;
}

.system-preview{
width:100%;
max-width:350px;
margin:auto;
}

}
/* MOBILE */

@media (max-width: 768px) {

.nav-container{
flex-direction:column;
gap:15px;
padding:15px;
}

.nav-links{
flex-wrap:wrap;
justify-content:center;
gap:15px;
}

.hero,
.hero-content,
.scanner-hero-clean,
.bots-hero{
padding-top:120px;
text-align:center;
}

.hero h1,
.scanner-title-clean,
.bots-hero h1{
font-size:48px !important;
line-height:1.1;
}

.hero p,
.scanner-desc-clean,
.bots-hero p{
font-size:18px;
}

.features-grid,
.cards,
.pricing-grid,
.trust-grid,
.seller-grid{
grid-template-columns:1fr !important;
}

.hero-buttons,
.scanner-buttons-clean{
flex-direction:column;
align-items:center;
}

.hero-image img,
.scanner-image-box img,
.showcase-image img{
width:100%;
height:auto;
}

.panel-video{
max-width:100%;
}

table{
display:block;
overflow-x:auto;
}

}@media (max-width:768px){

.hero{
grid-template-columns:1fr !important;
}

.hero-image,
.scanner-right{
display:none;
}

.showcase-image img,
.panel-video img,
.panel-video video{
width:100%;
height:auto;
}

}