/*
Theme Name: NoRust
Theme URI: https://norust.pl
Author: Go Design Jarosław Grzelak
Author URI: https://godesign.com.pl
Description: Motyw WordPress dla firmy NoRust – zabezpieczenia antykorozyjne.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: norust
*/

:root{ --bg:#0b1120; --panel:#0f172a; --muted:#64748b; --text:#e2e8f0; --acc:#22d3ee; --acc-2:#06b6d4; }
*{box-sizing:border-box}
html,body{margin:0;background:linear-gradient(180deg,var(--bg),#020617 60%);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial,sans-serif;line-height:1.6}
a{color:var(--acc)}
.wrap{max-width:1120px;margin-inline:auto;padding:20px}
header.site-header{position:sticky;top:0;background:rgba(2,6,23,.75);backdrop-filter:saturate(160%) blur(10px);border-bottom:1px solid rgba(148,163,184,.15);z-index:50}
.nav{display:flex;align-items:center;gap:20px;justify-content:space-between}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:.2px}
.brand svg{width:42px;height:42px}
.tag{font-size:12px;color:#a5b4fc;background:rgba(99,102,241,.12);padding:2px 8px;border:1px solid rgba(99,102,241,.25);border-radius:999px}
.menu{display:flex;gap:18px}
.menu a{color:#cbd5e1;text-decoration:none;font-weight:600;opacity:.9}
.menu a:hover{opacity:1}
footer.site-footer{border-top:1px solid rgba(148,163,184,.15);padding:28px 0;color:#94a3b8;font-size:14px}
.footer-brand{display:flex;align-items:center;gap:12px;font-weight:700}
.footer-brand svg{width:32px;height:32px}
.hero{padding:56px 0 24px;border-bottom:1px solid rgba(148,163,184,.15);background:radial-gradient(1200px 400px at 80% -10%, rgba(34,211,238,.08), transparent 60%)}
.hero h1{font-size:clamp(28px,4.5vw,48px);line-height:1.15;margin:8px 0}
.hero p{max-width:760px;color:#cbd5e1;font-size:18px}
.btn{appearance:none;border:none;border-radius:14px;padding:12px 18px;font-weight:700;cursor:pointer;transition:.2s transform,.2s box-shadow}
.btn-primary{background:linear-gradient(180deg,var(--acc),var(--acc-2));color:#00202a}
.btn-ghost{background:transparent;border:1px solid rgba(148,163,184,.25);color:#cbd5e1}
.grid{display:grid;gap:16px}
@media(min-width:900px){.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}}
.card{background:linear-gradient(180deg,rgba(148,163,184,.08),rgba(148,163,184,.04));border:1px solid rgba(148,163,184,.18);border-radius:18px;padding:20px}
.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
@media(min-width:900px){.gallery{grid-template-columns:repeat(4,1fr)}}
.gallery a{display:block;border-radius:12px;overflow:hidden;border:1px solid rgba(148,163,184,.2)}
.gallery img{display:block;aspect-ratio:4/3;object-fit:cover}
