/*
Theme Name: PROTON Sklep
Description: Czarno-żółty motyw sklepu PROTON oparty na projekcie właściciela, z obsługą WooCommerce.
Version: 1.0.0
Requires at least: 6.6
Requires PHP: 8.1
Author: PROTON
Text Domain: proton
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
:root{
  --bg:#06090d;
  --bg-2:#0b1016;
  --card:#ffffff;
  --soft:#f5f6f7;
  --line:#e4e7eb;
  --text:#101418;
  --muted:#6b737d;
  --yellow:#f4cd38;
  --yellow-2:#dcbc1d;
  --yellow-3:#ffe27a;
  --max:1320px;
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;background:#eef0f2;color:var(--text)}
a{text-decoration:none;color:inherit}
button,input,select{font:inherit}
button{cursor:pointer}
.shell{width:min(var(--max),calc(100% - 40px));margin-inline:auto}

.top-strip{background:#030507;color:#b8c0c9;font-size:12px}
.top-strip__inner{height:34px;display:flex;align-items:center;justify-content:space-between}
.top-strip__links{display:flex;gap:24px}
.top-strip a:hover{color:#fff}

.header{background:#fff;position:sticky;top:0;z-index:50;box-shadow:0 1px 0 rgba(0,0,0,.08)}
.header__main{min-height:84px;display:grid;grid-template-columns:200px 1fr auto;gap:24px;align-items:center}
.brand{display:inline-flex;align-items:center;font-family:Montserrat,sans-serif;font-size:28px;font-weight:800;letter-spacing:-1.5px;width:max-content}
.brand__pro{color:#111}
.brand__on{background:var(--yellow);padding:3px 6px 4px;margin-left:2px;border-radius:5px;color:#050505}
.search{display:grid;grid-template-columns:170px 1fr 100px;border:2px solid #1a1d21;border-radius:10px;overflow:hidden;height:48px}
.search select,.search input{border:0;outline:0;background:#fff;padding:0 14px}
.search select{border-right:1px solid var(--line);font-size:13px;color:#525963}
.search input{min-width:0}
.search button{border:0;background:#111;color:#fff;font-weight:700}
.search button:hover{background:#25282c}
.actions{display:flex;gap:6px}
.icon-btn{position:relative;border:0;background:none;padding:7px 10px;display:grid;place-items:center;gap:3px}
.icon{font-size:22px;line-height:1}
.icon-label{font-size:11px;color:#515862}
.cart-count,.mobile-nav b{position:absolute;background:var(--yellow);color:#111;font-weight:800;border-radius:99px;min-width:18px;height:18px;display:grid;place-items:center;font-size:10px;top:0;right:2px}
.category-nav{border-top:1px solid #edf0f2}
.category-nav__inner{height:48px;display:flex;align-items:center;gap:30px;font-size:14px;font-weight:600}
.all-categories{border:0;background:#111;color:#fff;height:100%;padding:0 18px;font-weight:700}
.category-nav a:hover{color:#a27d00}
.nav-highlight{color:#9a7600}

.hero{margin-top:24px;background:linear-gradient(115deg,#040608 0%,#0a0e13 65%,#141b24 100%);border-radius:26px;min-height:460px;color:#fff;display:grid;grid-template-columns:1.06fr .94fr;overflow:hidden;position:relative}
.hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.08) 1px,transparent 1px);background-size:24px 24px;mask-image:linear-gradient(90deg,#000,transparent 70%)}
.hero__content{padding:58px 0 54px 62px;position:relative;z-index:2}
.eyebrow,.section-kicker{display:block;font-size:12px;font-weight:800;letter-spacing:.12em;color:var(--yellow);margin-bottom:14px}
.eyebrow.dark{color:#111}
.hero h1{font-family:Montserrat,sans-serif;font-size:clamp(38px,4vw,62px);line-height:.98;letter-spacing:-2.6px;margin:0 0 20px}
.hero h1 span{color:var(--yellow)}
.hero p{max-width:600px;font-size:17px;line-height:1.6;color:#c4cbd2;margin:0 0 28px}
.hero__actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:10px;font-weight:800;font-size:14px}
.btn-primary{background:var(--yellow);color:#111}
.btn-primary:hover{background:#ffe16b}
.btn-ghost{border:1px solid #363d45;color:#fff;background:rgba(255,255,255,.03)}
.hero__trust{display:flex;gap:22px;margin-top:32px;color:#9fa8b2;font-size:12px}
.hero__visual{position:relative;min-height:420px}
.visual-glow{position:absolute;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(244,205,56,.35),transparent 68%);right:8%;top:9%}
.laptop-card{position:absolute;right:9%;top:24%;width:76%;transform:perspective(1000px) rotateY(-10deg) rotateX(4deg)}
.laptop-screen{aspect-ratio:16/10;background:#111;border:9px solid #2c3035;border-radius:12px 12px 5px 5px;box-shadow:0 24px 60px rgba(0,0,0,.45)}
.screen-top{height:20px;display:flex;gap:5px;align-items:center;padding:0 8px}
.screen-dot{width:5px;height:5px;background:#5b626a;border-radius:50%}
.screen-content{height:calc(100% - 20px);display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at 65% 35%,#253240,#0c1014 55%,#050608)}
.screen-content strong{font-family:Montserrat;font-size:clamp(28px,4vw,50px);line-height:.9;text-align:center;letter-spacing:-2px}
.screen-content small{color:#aab3bc;margin-top:12px}
.mini-brand{color:#111;background:var(--yellow);padding:4px 8px;font-weight:800;font-size:11px;border-radius:4px;margin-bottom:14px}
.laptop-base{height:16px;background:linear-gradient(#c9ccd0,#666b71);clip-path:polygon(4% 0,96% 0,100% 70%,62% 100%,38% 100%,0 70%);border-radius:0 0 18px 18px}
.hero-badge{position:absolute;right:8%;bottom:14%;width:118px;height:118px;background:var(--yellow);color:#111;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(7deg);box-shadow:0 18px 40px rgba(0,0,0,.35)}
.hero-badge small{font-weight:800}.hero-badge strong{font-size:23px}.hero-badge span{font-size:11px}

.quick-categories{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:18px}
.quick-categories article{background:#fff;border-radius:14px;padding:17px;display:flex;align-items:center;gap:12px;min-width:0;transition:.2s}
.quick-categories article:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,0,0,.07)}
.cat-icon{width:38px;height:38px;border-radius:9px;background:#f7f1ce;display:grid;place-items:center;font-size:20px;flex:0 0 auto}
.quick-categories strong,.quick-categories span{display:block}
.quick-categories strong{font-size:14px}
.quick-categories span{font-size:11px;color:#77808a;margin-top:4px}

.promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}
.promo-card{min-height:260px;border-radius:22px;padding:36px;position:relative;overflow:hidden}
.promo-card h2{font-family:Montserrat;font-size:32px;line-height:1.05;letter-spacing:-1.4px;margin:0 0 12px}
.promo-card p{max-width:450px;line-height:1.6;margin-bottom:24px}
.promo-card a{font-weight:800}
.promo-card--yellow{background:linear-gradient(135deg,var(--yellow),#ffe984)}
.promo-card--dark{background:#0a0d11;color:#fff}
.promo-card--dark p{color:#aeb6bf}
.promo-card:after{content:"";position:absolute;width:220px;height:220px;border:1px solid rgba(255,255,255,.15);border-radius:50%;right:-50px;bottom:-70px}

.section{padding:62px 0 0}
.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}
.section h2,.deal h2,.service h2{font-family:Montserrat;font-size:34px;letter-spacing:-1.3px;margin:0}
.section-kicker{color:#8b6b00;margin-bottom:7px}
.text-link{font-size:13px;font-weight:800}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.product-card{background:#fff;border-radius:18px;overflow:hidden;position:relative;border:1px solid #e8ebee;transition:.22s}
.product-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(0,0,0,.08)}
.product-badge{position:absolute;top:12px;left:12px;background:var(--yellow);font-size:10px;font-weight:800;padding:7px 9px;border-radius:7px;z-index:2}
.product-badge--black{background:#111;color:#fff}
.product-badge--outline{background:#fff;border:1px solid #111}
.fav{position:absolute;top:12px;right:12px;border:0;background:#fff;width:34px;height:34px;border-radius:50%;font-size:20px;z-index:2;box-shadow:0 2px 10px rgba(0,0,0,.08)}
.product-image{height:220px;background:linear-gradient(#f7f8f9,#eceff2);display:grid;place-items:center;padding:25px}
.device{position:relative;background:#1d2228;box-shadow:0 20px 30px rgba(0,0,0,.18);color:#b5bdc7;display:grid;place-items:center;font-size:11px;font-weight:800;letter-spacing:.15em}
.device-laptop{width:78%;aspect-ratio:16/10;border:7px solid #2b3137;border-radius:7px}
.device-laptop:after{content:"";position:absolute;width:116%;height:8px;background:#8e949b;left:-8%;bottom:-13px;border-radius:1px 1px 6px 6px}
.device-pc{width:34%;height:78%;border-radius:7px}
.device-monitor{width:76%;aspect-ratio:16/10;border:8px solid #2b3137}
.device-monitor:after{content:"";position:absolute;width:8px;height:38px;background:#626970;bottom:-40px}
.product-body{padding:18px}
.product-type{font-size:11px;color:#7b838d}
.product-card h3{font-size:16px;margin:7px 0 8px}
.specs{font-size:12px;color:#5f6771;line-height:1.55;min-height:38px}
.rating{font-size:12px;color:#d0a500;margin:12px 0}.rating span{color:#69717a}
.price-row{display:flex;align-items:baseline;gap:7px}.price-row strong{font-size:24px;letter-spacing:-1px}.price-row small{color:#737b84}
.shipping{font-size:11px;color:#27864c;font-weight:700;margin-top:5px}
.add-cart{width:100%;border:0;background:#111;color:#fff;border-radius:9px;padding:12px;margin-top:14px;font-weight:800}
.add-cart:hover{background:#2a2d31}

.deal{margin-top:62px;background:#0b0f14;border-radius:24px;color:#fff;padding:52px 58px;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}
.deal h2{font-size:40px}.deal h2 span{color:var(--yellow)}
.deal p{color:#aeb6bf;max-width:620px;line-height:1.6;margin-bottom:24px}
.deal-stats{display:flex;gap:14px}
.deal-stats div{background:#11171f;border:1px solid #242d37;border-radius:16px;min-width:128px;padding:20px}
.deal-stats strong,.deal-stats span{display:block}
.deal-stats strong{font-size:25px;color:var(--yellow)}
.deal-stats span{font-size:11px;color:#89939e;margin-top:5px}

.use-cases{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.use-cases article{background:#fff;border-radius:16px;padding:24px;min-height:220px}
.use-cases article>span{color:#b08a00;font-weight:800;font-size:12px}
.use-cases h3{font-family:Montserrat;font-size:19px;margin:38px 0 10px}
.use-cases p{font-size:13px;line-height:1.55;color:#69717a}
.use-cases a{font-size:12px;font-weight:800}

.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:62px}
.benefits article{background:#fff;border-radius:16px;padding:26px}
.benefits article>div{width:42px;height:42px;border-radius:10px;background:#f8f0c7;display:grid;place-items:center;font-weight:900}
.benefits h3{font-size:15px;margin:18px 0 8px}
.benefits p{font-size:12px;color:#6b737d;line-height:1.55;margin:0}

.service{margin-top:18px;margin-bottom:62px;background:linear-gradient(135deg,#f4cd38,#ffe98b);border-radius:22px;padding:38px 42px;display:flex;justify-content:space-between;align-items:center;gap:30px}
.service p{max-width:780px;line-height:1.6}
.service .btn{background:#111;color:#fff;white-space:nowrap}

footer{background:#05070a;color:#c6ccd2;padding:48px 0 20px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:40px}
.brand--footer .brand__pro{color:#fff}
.footer-grid h4{color:#fff;margin:0 0 15px}
.footer-grid a,.footer-grid p{display:block;font-size:12px;color:#9aa3ad;line-height:1.7;margin:4px 0}
.footer-grid>div:first-child p{max-width:330px;margin-top:18px}
.footer-bottom{border-top:1px solid #1d232a;margin-top:34px;padding-top:18px;display:flex;justify-content:space-between;font-size:11px;color:#6f7882}
.mobile-nav{display:none}
.drawer{position:fixed;inset:0;background:rgba(0,0,0,.52);z-index:100;opacity:0;pointer-events:none;transition:.2s}
.drawer.open{opacity:1;pointer-events:auto}
.drawer__panel{width:min(360px,88vw);height:100%;background:#fff;padding:28px;transform:translateX(-100%);transition:.25s}
.drawer.open .drawer__panel{transform:translateX(0)}
.drawer__close{float:right;border:0;background:none;font-size:30px}
.drawer h3{font-family:Montserrat;margin-top:44px}
.drawer a{display:block;padding:14px 0;border-bottom:1px solid #edf0f2;font-weight:700}
.toast{position:fixed;left:50%;bottom:32px;transform:translate(-50%,30px);background:#111;color:#fff;padding:12px 18px;border-radius:10px;font-size:13px;opacity:0;pointer-events:none;transition:.25s;z-index:150}
.toast.show{opacity:1;transform:translate(-50%,0)}

@media(max-width:1080px){
  .header__main{grid-template-columns:160px 1fr auto}
  .search{grid-template-columns:1fr 90px}
  .search select{display:none}
  .category-nav__inner{gap:20px;overflow:auto}
  .quick-categories{grid-template-columns:repeat(3,1fr)}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .use-cases{grid-template-columns:repeat(2,1fr)}
  .benefits{grid-template-columns:repeat(2,1fr)}
  .deal{grid-template-columns:1fr}
}
@media(max-width:760px){
  body{padding-bottom:66px}
  .shell{width:min(100% - 24px,var(--max))}
  .top-strip,.category-nav,.actions{display:none}
  .header{position:sticky;top:0}
  .header__main{min-height:66px;grid-template-columns:auto 1fr;gap:14px}
  .brand{font-size:22px}
  .search{height:40px;grid-template-columns:1fr 44px;border-width:1px}
  .search button{font-size:0}.search button:after{content:"⌕";font-size:20px}
  .hero{margin-top:12px;grid-template-columns:1fr;min-height:auto;border-radius:20px}
  .hero__content{padding:34px 24px 10px}
  .hero h1{font-size:38px;letter-spacing:-1.8px}
  .hero p{font-size:14px}
  .hero__trust{gap:10px;flex-wrap:wrap}
  .hero__visual{min-height:280px}
  .laptop-card{width:78%;right:12%;top:20%}
  .hero-badge{width:92px;height:92px;right:5%;bottom:12%}.hero-badge strong{font-size:18px}
  .quick-categories{grid-template-columns:repeat(2,1fr);gap:8px}
  .quick-categories article{padding:13px}
  .quick-categories article:nth-child(n+5){display:none}
  .promo-grid{grid-template-columns:1fr}
  .promo-card{padding:28px;min-height:220px}.promo-card h2{font-size:28px}
  .section{padding-top:46px}
  .section h2{font-size:27px}
  .section-head{align-items:center}.text-link{display:none}
  .product-grid{grid-template-columns:1fr 1fr;gap:9px}
  .product-image{height:150px;padding:16px}
  .product-body{padding:13px}
  .product-card h3{font-size:14px}
  .specs{font-size:11px;min-height:52px}
  .price-row strong{font-size:19px}
  .product-badge{font-size:8px;padding:5px 6px}
  .fav{width:29px;height:29px;font-size:16px}
  .add-cart{font-size:11px;padding:10px}
  .deal{margin-top:46px;padding:34px 24px;border-radius:20px}.deal h2{font-size:31px}
  .deal-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
  .deal-stats div{min-width:0;padding:12px}.deal-stats strong{font-size:17px}
  .use-cases{grid-template-columns:1fr}
  .use-cases article{min-height:180px}.use-cases h3{margin-top:24px}
  .benefits{grid-template-columns:1fr 1fr;gap:8px;margin-top:46px}.benefits article{padding:18px}
  .service{margin-bottom:0;padding:28px 24px;display:block}.service .btn{margin-top:12px;width:100%}
  .footer-grid{grid-template-columns:1fr 1fr;gap:26px}.footer-grid>div:first-child{grid-column:1/-1}
  .footer-bottom{display:block;line-height:1.8}
  .mobile-nav{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;left:0;right:0;bottom:0;height:64px;background:#fff;border-top:1px solid #dfe3e7;z-index:90}
  .mobile-nav a,.mobile-nav button{position:relative;border:0;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:18px}
  .mobile-nav span{font-size:9px;color:#5f6770}
  .mobile-nav b{top:6px;right:16%}
}
@media(max-width:430px){
  .product-grid{grid-template-columns:1fr}
  .product-image{height:210px}
  .benefits{grid-template-columns:1fr}
  .deal-stats{grid-template-columns:1fr 1fr 1fr}
}
