@import url('/google-fonts/css/elms-sans.css');
/* Self-host: Space Grotesk + IBM Plex (google-webfonts-helper), bez CDN. Elms Sans pierwszy w stacku. */
@font-face{font-family:'Space Grotesk';font-style:normal;font-weight:300;font-display:swap;src:url('/google-fonts/fonts/space-grotesk-v22-latin-300.woff2') format('woff2');}
@font-face{font-family:'Space Grotesk';font-style:normal;font-weight:400;font-display:swap;src:url('/google-fonts/fonts/space-grotesk-v22-latin-regular.woff2') format('woff2');}
@font-face{font-family:'Space Grotesk';font-style:normal;font-weight:500;font-display:swap;src:url('/google-fonts/fonts/space-grotesk-v22-latin-500.woff2') format('woff2');}
@font-face{font-family:'Space Grotesk';font-style:normal;font-weight:600;font-display:swap;src:url('/google-fonts/fonts/space-grotesk-v22-latin-600.woff2') format('woff2');}
@font-face{font-family:'Space Grotesk';font-style:normal;font-weight:700;font-display:swap;src:url('/google-fonts/fonts/space-grotesk-v22-latin-700.woff2') format('woff2');}
@font-face{font-family:'IBM Plex Sans';font-style:normal;font-weight:400;font-display:swap;src:url('/google-fonts/fonts/ibm-plex-sans-v23-latin-regular.woff2') format('woff2');}
@font-face{font-family:'IBM Plex Sans';font-style:normal;font-weight:600;font-display:swap;src:url('/google-fonts/fonts/ibm-plex-sans-v23-latin-600.woff2') format('woff2');}
@font-face{font-family:'IBM Plex Sans';font-style:normal;font-weight:700;font-display:swap;src:url('/google-fonts/fonts/ibm-plex-sans-v23-latin-700.woff2') format('woff2');}
@font-face{font-family:'IBM Plex Mono';font-style:normal;font-weight:400;font-display:swap;src:url('/google-fonts/fonts/ibm-plex-mono-v20-latin-regular.woff2') format('woff2');}
@font-face{font-family:'IBM Plex Mono';font-style:normal;font-weight:500;font-display:swap;src:url('/google-fonts/fonts/ibm-plex-mono-v20-latin-500.woff2') format('woff2');}
/* ==========================================================================
Studio VSS.net — redesign 2026
SoftwareStudio Group Sp. z o.o.
Marka: pomarańcz #ff6a13 + granat. Typografia techniczna: Space Grotesk + IBM Plex.
========================================================================== */

:root {
--ss-orange: #ff6a13;
--ss-orange-600: #e85d09;
--ss-orange-300: #ff9a5c;
--ss-amber: #f59e1b;
--ss-ink: #0c1320;
--ss-ink-700: #122036;
--ss-navy: #16243f;
--ss-navy-600: #1b2d4f;
--ss-blue: #2b5fa3;
--ss-blue-light: #e9f1fc;
--ss-text: #14202f;
--ss-muted: #5a6a7e;
--ss-faint: #8a97a8;
--ss-border: #e4e9f2;
--ss-border-soft: #eef2f8;
--ss-white: #ffffff;
--ss-bg-alt: #f5f7fb;
--ss-bg-warm: #f8f6f3;
--r-sm: 8px;
--r: 14px;
--r-lg: 22px;
--r-xl: 30px;
--sh-sm: 0 1px 3px rgba(16,28,48,.06), 0 1px 2px rgba(16,28,48,.05);
--sh: 0 8px 28px -12px rgba(16,28,48,.18);
--sh-md: 0 18px 48px -18px rgba(16,28,48,.28);
--sh-lg: 0 32px 70px -24px rgba(12,19,32,.40);
--sh-orange: 0 16px 40px -16px rgba(255,106,19,.5);
--f-head: 'Elms Sans', 'Space Grotesk', 'Segoe UI', system-ui, sans-serif;
--f-body: 'Elms Sans', 'IBM Plex Sans', 'Segoe UI', system-ui, sans-serif;
--f-mono: 'IBM Plex Mono', ui-monospace, 'SFMono-Regular', monospace;
--maxw: 1200px;
--ease: cubic-bezier(.22,.61,.36,1);
--t: .25s var(--ease);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--f-body); color: var(--ss-text); background: var(--ss-white); line-height: 1.7; font-weight: 400; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden; }
img, svg { max-width: 100%; display: block; }
img { height: auto; }
a { color: var(--ss-blue); text-decoration: none; transition: color var(--t); }
a:hover { color: var(--ss-orange); }
h1, h2, h3, h4, h5 { font-family: var(--f-head); color: var(--ss-navy-600); line-height: 1.12; font-weight: 600; letter-spacing: -.018em; text-wrap: balance; }
p { text-wrap: pretty; }
::selection { background: var(--ss-orange); color: #fff; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(64px, 8vw, 110px) 0; }
.section--alt { background: var(--ss-bg-alt); }
.section--warm { background: var(--ss-bg-warm); }
.section--tight { padding-top: 0; }
.wide-section { padding: clamp(64px, 8vw, 110px) 0; }
.wide-section.section--alt { background: var(--ss-bg-alt); }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--f-mono); font-size: .72rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--ss-orange); }
.eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--ss-orange); opacity: .8; }
.eyebrow--center { justify-content: center; }

.section-head { max-width: 720px; margin-bottom: clamp(40px, 5vw, 60px); }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }
.section-title { font-size: clamp(1.85rem, 1.2rem + 2.6vw, 3rem); margin: 16px 0 0; }
.section-title em { font-style: normal; color: var(--ss-orange); }
.section-lead { margin-top: 18px; font-size: clamp(1.02rem, .98rem + .3vw, 1.18rem); color: var(--ss-muted); line-height: 1.7; }
.section-head--center .section-lead { margin-left: auto; margin-right: auto; }

/* PRZYCISKI */
.btn { display: inline-flex; align-items: center; gap: 9px; padding: 14px 26px; border-radius: 999px; font-family: var(--f-head); font-size: .95rem; font-weight: 600; letter-spacing: -.01em; border: 1.5px solid transparent; cursor: pointer; transition: transform var(--t), background var(--t), border-color var(--t), color var(--t), box-shadow var(--t); white-space: nowrap; line-height: 1; }
.btn svg { width: 18px; height: 18px; }
.btn--primary { background: var(--ss-orange); color: #fff; box-shadow: var(--sh-orange); }
.btn--primary:hover { background: var(--ss-orange-600); color: #fff; transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--ss-navy-600); border-color: var(--ss-border); }
.btn--ghost:hover { border-color: var(--ss-orange); color: var(--ss-orange); transform: translateY(-2px); }
.btn--on-dark { background: rgba(255,255,255,.06); color: #fff; border-color: rgba(255,255,255,.28); backdrop-filter: blur(6px); }
.btn--on-dark:hover { background: #fff; color: var(--ss-navy-600); border-color: #fff; transform: translateY(-2px); }
.btn--lg { padding: 17px 32px; font-size: 1rem; }
.btn .arr { transition: transform var(--t); }
.btn:hover .arr { transform: translateX(4px); }

/* HEADER */
.site-header { position: sticky; top: 0; z-index: 600; background: rgba(255,255,255,.82); backdrop-filter: saturate(180%) blur(16px); border-bottom: 1px solid var(--ss-border-soft); transition: box-shadow var(--t), border-color var(--t); }
.site-header.is-stuck { box-shadow: 0 8px 30px -16px rgba(16,28,48,.25); border-color: var(--ss-border); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: 74px; }
.logo-link { display: flex; align-items: center; flex-shrink: 0; }
.logo-link img { height: 40px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 2px; }
.main-nav a { padding: 9px 14px; font-family: var(--f-head); font-size: .92rem; font-weight: 500; color: var(--ss-text); border-radius: var(--r-sm); transition: background var(--t), color var(--t); }
.main-nav a:hover { background: var(--ss-bg-alt); color: var(--ss-orange); }
.main-nav .btn--demo { margin-left: 8px; background: var(--ss-orange); color: #fff; padding: 10px 20px; border-radius: 999px; display: inline-flex; align-items: center; gap: 7px; }
.main-nav .btn--demo:hover { background: var(--ss-orange-600); color: #fff; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 1px solid var(--ss-border); border-radius: var(--r-sm); padding: 10px 11px; cursor: pointer; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ss-navy-600); border-radius: 2px; transition: var(--t); }

/* HERO */
.hero { position: relative; background: radial-gradient(120% 120% at 85% -10%, rgba(255,106,19,.22), transparent 46%), radial-gradient(90% 90% at 8% 110%, rgba(43,95,163,.28), transparent 55%), linear-gradient(160deg, var(--ss-ink) 0%, var(--ss-ink-700) 60%, var(--ss-navy) 100%); color: #fff; overflow: hidden; padding: clamp(56px, 7vw, 96px) 0 clamp(48px, 6vw, 80px); }
.hero-grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 54px 54px; mask-image: radial-gradient(120% 90% at 50% 0%, #000 35%, transparent 78%); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; font-family: var(--f-mono); font-size: .72rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #ffd9bd; background: rgba(255,106,19,.14); border: 1px solid rgba(255,106,19,.34); padding: 7px 14px; border-radius: 999px; }
.hero-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ss-orange); box-shadow: 0 0 0 0 rgba(255,106,19,.6); animation: pulse 2.4s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(255,106,19,.55);} 70%{box-shadow:0 0 0 9px rgba(255,106,19,0);} 100%{box-shadow:0 0 0 0 rgba(255,106,19,0);} }
.hero h1 { color: #fff; font-size: clamp(2.15rem, 1.3rem + 3.8vw, 3.85rem); font-weight: 600; line-height: 1.04; letter-spacing: -.03em; margin: 22px 0 0; }
.hero h1 em { font-style: normal; color: var(--ss-orange); }
.hero-lead { margin: 22px 0 0; max-width: 540px; color: rgba(255,255,255,.74); font-size: clamp(1.02rem, .98rem + .35vw, 1.18rem); line-height: 1.7; }
.hero-lead strong { color: #fff; font-weight: 600; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.hero-stats { display: grid; grid-template-columns: repeat(4, auto); gap: clamp(20px, 3vw, 40px); margin-top: 40px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.12); }
.stat-num { font-family: var(--f-head); font-size: clamp(1.5rem, 1.1rem + 1vw, 2rem); font-weight: 700; color: #fff; line-height: 1; font-variant-numeric: tabular-nums; }
.stat-num span { color: var(--ss-orange); }
.stat-label { font-size: .76rem; color: rgba(255,255,255,.55); margin-top: 8px; line-height: 1.4; max-width: 150px; }

.hero-visual { position: relative; z-index: 2; }
.hero-quick { position: relative; z-index: 2; margin-top: clamp(40px, 5vw, 64px); display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.hero-qcard { display: flex; align-items: center; gap: 13px; padding: 16px 18px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r); color: #fff; transition: var(--t); }
.hero-qcard:hover { background: rgba(255,255,255,.1); border-color: rgba(255,106,19,.5); transform: translateY(-3px); color: #fff; }
.hero-qcard .ic { flex-shrink: 0; width: 42px; height: 42px; border-radius: 11px; background: linear-gradient(150deg, var(--ss-orange), var(--ss-orange-600)); display: flex; align-items: center; justify-content: center; }
.hero-qcard .ic svg { width: 22px; height: 22px; stroke: #fff; }
.hero-qcard b { font-family: var(--f-head); font-size: .9rem; font-weight: 600; display: block; }
.hero-qcard span { font-size: .74rem; color: rgba(255,255,255,.55); line-height: 1.35; display: block; margin-top: 2px; }

/* TRUST STRIP */
.trust { background: var(--ss-orange); }
.trust-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding: 16px 0; }
.trust-item { display: flex; align-items: center; gap: 9px; color: #fff; font-family: var(--f-head); font-size: .9rem; font-weight: 500; }
.trust-item svg { flex-shrink: 0; width: 18px; height: 18px; opacity: .92; }

/* MODUŁY */
.modules-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mcard { position: relative; background: var(--ss-white); border: 1px solid var(--ss-border); border-radius: var(--r-lg); padding: 30px 28px 28px; display: flex; flex-direction: column; transition: transform var(--t), box-shadow var(--t), border-color var(--t); overflow: hidden; }
.mcard::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: linear-gradient(90deg, var(--ss-orange), var(--ss-amber)); transform: scaleX(0); transform-origin: left; transition: transform var(--t); }
.mcard:hover { transform: translateY(-5px); box-shadow: var(--sh-md); border-color: transparent; }
.mcard:hover::before { transform: scaleX(1); }
.mcard-ic { width: 56px; height: 56px; border-radius: 15px; background: linear-gradient(150deg, rgba(255,106,19,.14), rgba(245,158,27,.1)); border: 1px solid rgba(255,106,19,.2); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.mcard-ic svg { width: 28px; height: 28px; stroke: var(--ss-orange); fill: none; }
.mcard .tag { font-family: var(--f-mono); font-size: .66rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--ss-orange); margin-bottom: 9px; }
.mcard h3 { font-size: 1.18rem; margin-bottom: 10px; }
.mcard p { font-size: .92rem; color: var(--ss-muted); margin: 0 0 8px; }
.mcard .benefit { font-size: .86rem; color: var(--ss-text); margin-top: auto; padding-top: 14px; }
.mcard .benefit strong { color: var(--ss-orange); }
.mcard .product-link { margin-top: 16px; font-family: var(--f-head); font-size: .88rem; font-weight: 600; color: var(--ss-orange); display: inline-flex; align-items: center; gap: 6px; }
.mcard .product-link .arr { transition: transform var(--t); }
.mcard:hover .product-link .arr { transform: translateX(4px); }

/* FEATURE ROWS */
.featurerows { display: flex; flex-direction: column; gap: clamp(40px, 6vw, 80px); }
.frow { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.frow--rev .frow-media { order: 2; }
.frow-body .feature-label { font-family: var(--f-mono); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ss-orange); }
.frow-body .feature-title { font-family: var(--f-head); font-size: clamp(1.3rem, 1.1rem + 1vw, 1.7rem); font-weight: 600; color: var(--ss-navy-600); margin: 12px 0 14px; line-height: 1.15; }
.frow-body p { color: var(--ss-muted); font-size: 1rem; margin: 0; }
.frow-body .feature-points { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.frow-body .feature-points li { position: relative; padding-left: 28px; font-size: .92rem; color: var(--ss-text); }
.frow-body .feature-points li svg { position: absolute; left: 0; top: 2px; width: 18px; height: 18px; stroke: var(--ss-orange); }

/* SHOT (ramka zrzutu) */
.shot { position: relative; margin: 0; border: 1px solid var(--ss-border); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-md); background: var(--ss-white); transition: transform var(--t), box-shadow var(--t); }
.shot:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }
.shot-bar { display: flex; align-items: center; gap: 7px; padding: 11px 14px; background: var(--ss-bg-alt); border-bottom: 1px solid var(--ss-border); }
.shot-bar i { width: 10px; height: 10px; border-radius: 50%; background: #d3dae6; }
.shot-bar i:nth-child(1){ background:#ff6058; } .shot-bar i:nth-child(2){ background:#ffbd2e; } .shot-bar i:nth-child(3){ background:#28c840; }
.shot-bar .url { margin-left: 10px; font-family: var(--f-mono); font-size: .7rem; color: var(--ss-faint); background: #fff; border: 1px solid var(--ss-border); border-radius: 6px; padding: 3px 10px; flex: 1; max-width: 320px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.shot-canvas { position: relative; aspect-ratio: 16/10; background: var(--ss-bg-alt); }
.shot-canvas img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top left; }
.shot-ph { position: absolute; inset: 0; display: flex; flex-direction: column; gap: 9px; padding: 18px; background: linear-gradient(135deg, #fdfefe, #eef2f8); }
.shot-ph .ph-row { display: flex; gap: 9px; }
.shot-ph .ph-line { height: 11px; border-radius: 4px; background: rgba(43,95,163,.1); }
.shot-ph .ph-block { flex: 1; border-radius: 8px; background: #fff; border: 1px solid var(--ss-border); box-shadow: var(--sh-sm); }
.shot-ph .ph-accent { background: linear-gradient(135deg, rgba(255,106,19,.16), rgba(255,106,19,.06)); border-color: rgba(255,106,19,.2); }
.shot-cap { padding: 13px 16px; font-size: .82rem; color: var(--ss-muted); border-top: 1px solid var(--ss-border); background: var(--ss-white); }
.shot-tag { position: absolute; top: 12px; right: 12px; z-index: 3; font-family: var(--f-mono); font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; color: #fff; background: rgba(12,19,32,.7); border-radius: 6px; padding: 4px 9px; backdrop-filter: blur(4px); }

/* feature-row (artykuł) */
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; margin: 32px 0; }
.feature-row .feature-media { border: 1px solid var(--ss-border); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh); }
.feature-row .shot-frame { aspect-ratio: 16/10; overflow: hidden; }
.feature-row .shot-frame img { width: 100%; height: 100%; object-fit: cover; }
.feature-row figcaption { padding: 10px 14px; font-size: .8rem; color: var(--ss-muted); border-top: 1px solid var(--ss-border); }
.feature-row .feature-body { }
.feature-row .feature-label { font-family: var(--f-mono); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ss-orange); margin-bottom: 8px; }
.feature-row .feature-title { font-family: var(--f-head); font-size: 1.3rem; font-weight: 600; color: var(--ss-navy-600); margin: 0 0 12px; }
@media(max-width:720px){ .feature-row { grid-template-columns: 1fr; } }

/* TECHNOLOGIA */
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.why-item { display: flex; gap: 18px; padding: 26px; background: var(--ss-white); border: 1px solid var(--ss-border); border-radius: var(--r-lg); transition: transform var(--t), box-shadow var(--t); }
.why-item:hover { transform: translateY(-3px); box-shadow: var(--sh); }
.why-ic { flex-shrink: 0; width: 50px; height: 50px; border-radius: 13px; background: rgba(255,106,19,.1); display: flex; align-items: center; justify-content: center; }
.why-ic svg { width: 26px; height: 26px; stroke: var(--ss-orange); fill: none; }
.why-item h3 { font-size: 1.05rem; margin-bottom: 7px; }
.why-item p { font-size: .9rem; color: var(--ss-muted); margin: 0; }
.why-item p strong { color: var(--ss-navy-600); }

.specs { margin-top: 28px; background: var(--ss-ink); border-radius: var(--r-lg); padding: 32px clamp(24px,4vw,40px); color: #fff; position: relative; overflow: hidden; }
.specs::before { content:""; position:absolute; inset:0; background-image: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); background-size:40px 40px; mask-image: radial-gradient(80% 120% at 100% 0%,#000,transparent 70%);}
.specs h3 { color: #fff; display: flex; align-items: center; gap: 11px; font-size: 1.1rem; margin-bottom: 22px; position: relative; }
.specs h3 svg { width: 22px; height: 22px; stroke: var(--ss-orange); }
.specs dl { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px,1fr)); gap: 22px 32px; margin: 0; position: relative; }
.specs dt { font-family: var(--f-mono); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; color: var(--ss-orange-300); margin-bottom: 6px; }
.specs dd { margin: 0; color: rgba(255,255,255,.9); font-size: .94rem; font-weight: 500; }

/* PROZA */
.prose { max-width: 860px; margin: 0 auto; }
.prose h2 { font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2rem); margin: 1.6em 0 .5em; padding-bottom: .35em; border-bottom: 2px solid var(--ss-orange); display: inline-block; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: clamp(1.2rem, 1rem + .7vw, 1.45rem); color: var(--ss-navy); margin: 1.5em 0 .4em; border-left: 3px solid var(--ss-orange); padding-left: 14px; }
.prose p { font-size: 1.06rem; color: var(--ss-text); margin: 0 0 1.15em; line-height: 1.8; }
.prose p strong { font-weight: 600; color: var(--ss-navy-600); }
.prose a { color: var(--ss-blue); text-decoration: underline; text-underline-offset: 2px; }
.prose a:hover { color: var(--ss-orange); }

/* SIMPLE GRID (branże, blog itp.) */
.simple-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.scard { background: var(--ss-white); border: 1px solid var(--ss-border); border-radius: var(--r-lg); padding: 28px 26px; transition: transform var(--t), box-shadow var(--t), border-color var(--t); display: flex; flex-direction: column; }
.scard:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: transparent; }
.scard-ic { width: 52px; height: 52px; border-radius: 14px; background: rgba(43,95,163,.08); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.scard-ic svg { width: 28px; height: 28px; stroke: var(--ss-blue); fill: none; }
.scard .tag { font-family: var(--f-mono); font-size: .66rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--ss-orange); margin-bottom: 9px; }
.scard h3 { font-size: 1.1rem; margin-bottom: 9px; }
.scard p { font-size: .9rem; color: var(--ss-muted); margin: 0; flex: 1; }
.scard .product-link { margin-top: 16px; font-family: var(--f-head); font-size: .86rem; font-weight: 600; color: var(--ss-orange); display: inline-flex; align-items: center; gap: 6px; }
.scard .product-link .arr { transition: transform var(--t); }
.scard:hover .product-link .arr { transform: translateX(4px); }
.center-cta { text-align: center; margin-top: 44px; }

/* CTA BAND */
.cta-band { position: relative; overflow: hidden; background: radial-gradient(100% 140% at 90% 0%, rgba(255,106,19,.3), transparent 50%), linear-gradient(150deg, var(--ss-ink), var(--ss-navy)); color: #fff; text-align: center; }
.cta-band .container { position: relative; z-index: 2; }
.cta-band h2 { color: #fff; font-size: clamp(1.8rem, 1.3rem + 2vw, 2.8rem); }
.cta-band p { color: rgba(255,255,255,.76); font-size: 1.12rem; max-width: 580px; margin: 18px auto 0; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 36px; }
.cta-grid-bg { position:absolute; inset:0; background-image: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); background-size:54px 54px; mask-image: radial-gradient(80% 100% at 50% 100%,#000,transparent 75%); }

/* art-cta (artykuł) */
.art-cta { position: relative; background: radial-gradient(100% 140% at 90% 0%, rgba(255,106,19,.3), transparent 50%), linear-gradient(150deg, var(--ss-ink), var(--ss-navy)); color: #fff; border-radius: var(--r-xl); padding: clamp(40px,5vw,64px) clamp(32px,4vw,56px); text-align: center; overflow: hidden; }
.art-cta h2 { color: #fff; font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.4rem); }
.art-cta p { color: rgba(255,255,255,.76); font-size: 1.05rem; max-width: 520px; margin: 14px auto 0; }
.art-cta .cta-actions { margin-top: 28px; }

/* FOOTER */
.site-footer { background: var(--ss-ink); color: rgba(255,255,255,.6); }
.footer-bar { height: 4px; background: linear-gradient(90deg, var(--ss-orange), var(--ss-amber) 55%, transparent); }
.footer-inner { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 2.5rem; padding: 4rem 24px 3rem; max-width: var(--maxw); margin: 0 auto; }
.footer-brand img { height: 34px; width: auto; filter: brightness(0) invert(1); margin-bottom: 16px; }
.footer-brand p { font-size: .88rem; line-height: 1.75; margin-bottom: 18px; max-width: 420px; }
.footer-brand address { font-style: normal; font-size: .85rem; color: rgba(255,255,255,.5); line-height: 1.9; }
.footer-brand address a { color: var(--ss-amber); }
.footer-col h4 { color: #fff; font-family: var(--f-head); font-size: .82rem; letter-spacing: .04em; margin-bottom: 1rem; padding-bottom: .6rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-col a { color: rgba(255,255,255,.58); font-size: .88rem; }
.footer-col a:hover { color: var(--ss-amber); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); padding: 1.1rem 24px; max-width: var(--maxw); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .75rem; font-size: .8rem; color: rgba(255,255,255,.4); }
.footer-bottom a { color: rgba(255,255,255,.5); margin-left: 1.2rem; }
.footer-bottom a:hover { color: var(--ss-amber); }

/* REVEAL ANIMATIONS */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); will-change: opacity, transform; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; }
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}

/* KONTAKT */
.contact-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.contact-card { display: flex; flex-direction: column; gap: 4px; padding: 26px 24px; background: var(--ss-white); border: 1px solid var(--ss-border); border-radius: var(--r-lg); transition: transform var(--t), box-shadow var(--t); color: var(--ss-text); }
a.contact-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); color: var(--ss-text); }
.cc-ic { width: 48px; height: 48px; border-radius: 13px; background: var(--ss-ink); display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.cc-ic svg { width: 24px; height: 24px; stroke: var(--ss-orange); fill: none; }
.cc-label { font-family: var(--f-mono); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; color: var(--ss-faint); }
.cc-val { font-family: var(--f-head); font-weight: 600; color: var(--ss-navy-600); font-size: .98rem; line-height: 1.35; }
.contact-foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--ss-border); }
.contact-foot .reg { font-size: .82rem; color: var(--ss-muted); margin: 0; }
.contact-social { display: flex; gap: 11px; }
.social-link { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 11px; background: var(--ss-white); border: 1px solid var(--ss-border); color: var(--ss-navy-600); transition: var(--t); }
.social-link:hover { color: #fff; transform: translateY(-2px); }
.social-link[aria-label="Facebook"]:hover { background: #1877F2; border-color: #1877F2; }
.social-link[aria-label="LinkedIn"]:hover { background: #0077B5; border-color: #0077B5; }
.social-link[aria-label="YouTube"]:hover { background: #FF0000; border-color: #FF0000; }

/* FAQ MASTER-DETAIL */
.fa { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: start; max-width: 1040px; margin: 0 auto; }
.fa-list { display: flex; flex-direction: column; gap: 4px; }
.fa-q { text-align: left; background: none; border: none; cursor: pointer; font-family: var(--f-body); font-size: .98rem; font-weight: 500; color: var(--ss-muted); padding: 15px 18px; border-radius: var(--r-sm); display: flex; gap: 13px; align-items: flex-start; line-height: 1.4; transition: background var(--t), color var(--t); }
.fa-q .qn { font-family: var(--f-mono); font-size: .72rem; color: var(--ss-faint); padding-top: 2px; transition: color var(--t); }
.fa-q:hover { background: var(--ss-bg-alt); color: var(--ss-navy-600); }
.fa-q.on { background: var(--ss-ink); color: #fff; }
.fa-q.on .qn { color: var(--ss-orange-300); }
.fa-panel { background: linear-gradient(160deg, var(--ss-bg-alt), #fff); border: 1px solid var(--ss-border); border-radius: var(--r-lg); padding: 34px 34px 36px; min-height: 248px; position: relative; overflow: hidden; }
.fa-panel::before { content: ""; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: linear-gradient(var(--ss-orange), var(--ss-amber)); }
.fa-panel .big { font-family: var(--f-head); font-size: 3rem; font-weight: 700; color: rgba(255,106,19,.16); line-height: 1; }
.fa-panel h3 { font-size: 1.3rem; color: var(--ss-navy-600); margin: 8px 0 14px; }
.fa-panel p { color: var(--ss-muted); font-size: 1rem; line-height: 1.75; margin: 0; }
.fa-ans { display: none; }
.fa-ans.on { display: block; animation: faIn .35s var(--ease); }
@keyframes faIn { from{ opacity:0; transform:translateY(8px);} to{ opacity:1; transform:none;} }

/* GLOSARIUSZ */
.glossary-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr)); gap: 18px; }
.gloss-card { background: var(--ss-white); border: 1px solid var(--ss-border); border-radius: var(--r-lg); padding: 22px 24px; transition: transform var(--t), box-shadow var(--t); }
.gloss-card:hover { transform: translateY(-3px); box-shadow: var(--sh); }
.gloss-card dt { font-family: var(--f-head); font-weight: 700; color: var(--ss-navy-600); margin-bottom: 8px; display: flex; align-items: center; gap: 10px; }
.gloss-card dt .gi { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 7px; background: var(--ss-orange); color: #fff; font-size: .85rem; font-weight: 700; flex-shrink: 0; }
.gloss-card dd { color: var(--ss-muted); font-size: .9rem; line-height: 1.6; margin: 0; }

/* def-box */
.def-box { background: var(--ss-blue-light); border-left: 4px solid var(--ss-blue); border-radius: 0 var(--r) var(--r) 0; padding: 18px 22px; margin: 0 0 28px; }
.def-label { font-family: var(--f-mono); font-size: .68rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--ss-blue); display: block; margin-bottom: 8px; }
.def-box p { font-size: 1rem; color: var(--ss-text); margin: 0; line-height: 1.7; }

/* CMP TABLE */
.cmp-table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: .92rem; }
.cmp-table th { background: var(--ss-ink); color: #fff; padding: 12px 16px; text-align: left; font-family: var(--f-head); font-weight: 600; }
.cmp-table td { padding: 11px 16px; border-bottom: 1px solid var(--ss-border); color: var(--ss-text); }
.cmp-table tr:last-child td { border-bottom: none; }
.cmp-table tr:nth-child(even) td { background: var(--ss-bg-alt); }

/* KARTY (listingi) */
.cat-grid, .mod-grid, .products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px,1fr)); gap: 20px; }
.cat-card, .mod-card, .product-card { display: flex; gap: 14px; align-items: flex-start; padding: 22px; background: var(--ss-white); border: 1px solid var(--ss-border); border-top: 3px solid var(--ss-border); border-radius: var(--r); text-decoration: none; color: inherit; transition: transform var(--t), box-shadow var(--t), border-color var(--t); }
.cat-card:hover, .mod-card:hover, .product-card:hover { transform: translateY(-3px); box-shadow: var(--sh); border-top-color: var(--ss-orange); }
.cat-card-ico svg { width: 34px; height: 34px; color: var(--ss-orange); }
.cat-card-title { font-family: var(--f-head); font-weight: 700; color: var(--ss-ink); font-size: 1.05rem; display: block; margin-bottom: 5px; }
.cat-card-desc { color: var(--ss-muted); font-size: .9rem; line-height: 1.6; }
.product-link { display: inline-flex; align-items: center; gap: 6px; color: var(--ss-orange); font-weight: 600; font-family: var(--f-head); text-decoration: none; margin-top: auto; }
.product-link:hover { text-decoration: underline; }

/* LIGHTBOX */
.gallery-item { cursor: zoom-in; }
#lb { position: fixed; inset: 0; z-index: 9999; background: rgba(12,19,32,.92); display: flex; align-items: center; justify-content: center; backdrop-filter: blur(8px); }
#lb img { max-width: min(960px, 94vw); max-height: 640px; border-radius: var(--r-lg); box-shadow: var(--sh-lg); display: block; }
#lb-close { position: absolute; top: 20px; right: 24px; background: none; border: none; color: #fff; font-size: 2rem; cursor: pointer; line-height: 1; }
#lb-cap { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.8); font-size: .9rem; text-align: center; max-width: 640px; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 44px; }
  .hero-visual { order: -1; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .modules-grid, .simple-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .contact-cards { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 860px) {
  .frow { grid-template-columns: 1fr; gap: 24px; }
  .frow--rev .frow-media { order: 0; }
  .hero-quick { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .fa { grid-template-columns: 1fr; gap: 20px; }
  .fa-panel { min-height: 0; }
}
@media (max-width: 720px) {
  .main-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; flex-direction: column; background: #fff; border-bottom: 2px solid var(--ss-orange); box-shadow: var(--sh-md); padding: 12px; gap: 4px; }
  .main-nav.is-open { display: flex; }
  .main-nav a { width: 100%; padding: 13px 16px; }
  .main-nav .btn--demo { margin: 8px 0 0; justify-content: center; }
  .nav-toggle { display: flex; }
  .site-header { position: relative; }
  .modules-grid, .simple-grid { grid-template-columns: 1fr; }
  .hero-quick { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .contact-cards { grid-template-columns: 1fr; }
  .contact-foot { flex-direction: column; align-items: flex-start; }
}

/* === FAILSAFE — zapobiega renderowaniu SVG jako 300x150 gdy CSS z opóźnieniem === */
svg { max-width: 100%; overflow: visible; }
.mcard-ic svg,.why-ic svg,.scard-ic svg,.cc-ic svg,.hero-qcard .ic svg,.specs h3 svg { width:24px;height:24px;flex-shrink:0;display:block; }
.mcard-ic { display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,var(--ss-orange),var(--ss-orange-600));flex-shrink:0; }
.mcard-ic svg { stroke:#fff; }
.why-ic { display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:var(--ss-blue-light);flex-shrink:0; }
.why-ic svg { stroke:var(--ss-blue); }
.scard-ic { display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;flex-shrink:0; }
.cc-ic { display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:var(--ss-blue-light);flex-shrink:0; }
.cc-ic svg { stroke:var(--ss-blue); }
