/* Strona główna SoftwareStudio - dopełnienie /assets/vss.css.
   Zawiera wyłącznie to, czego brak w bazowym systemie rodziny:
   rozwijane menu, chipy branż, warianty siatek i pas AI. */

/* --- Rozwijane menu (Aplikacje / Usługi / Firma) --- */
.has-dropdown { position: relative; }
.dropdown-toggle { display: inline-flex; align-items: center; gap: 5px; padding: 9px 11px; font-family: var(--f-head); font-size: .88rem; font-weight: 500; color: var(--ss-text); background: none; border: none; border-radius: var(--r-sm); cursor: pointer; }
.dropdown-toggle:hover { background: var(--ss-bg-alt); color: var(--ss-orange); }
.dropdown-toggle .chev { font-size: .8em; transition: transform var(--t); }
.dropdown-menu { position: absolute; top: 100%; margin-top: 8px; left: 0; min-width: 248px; background: var(--ss-white); border: 1px solid var(--ss-border); border-radius: var(--r); box-shadow: var(--sh-md); padding: 8px; display: flex; flex-direction: column; gap: 1px; opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity var(--t), transform var(--t), visibility var(--t); z-index: 50; }
.dropdown-menu a { padding: 10px 12px; border-radius: var(--r-sm); font-size: .88rem; color: var(--ss-text); white-space: nowrap; }
.dropdown-menu a:hover { background: var(--ss-bg-alt); color: var(--ss-orange); }
/* Mostek przykrywajacy 8px odstepu miedzy przyciskiem a lista.
   Bez niego kursor w drodze w dol opuszcza .has-dropdown i menu sie zamyka.
   Pojawia sie dopiero przy najechaniu, wiec nie przechwytuje klikniec, gdy menu jest zwiniete. */
.has-dropdown:hover::after,
.has-dropdown:focus-within::after,
.has-dropdown.is-open::after { content: ""; position: absolute; left: 0; right: 0; top: 100%; height: 10px; }

.has-dropdown:hover .dropdown-menu,
.has-dropdown:focus-within .dropdown-menu,
.has-dropdown.is-open .dropdown-menu { opacity: 1; visibility: visible; transform: none; }
.has-dropdown:hover .chev,
.has-dropdown:focus-within .chev,
.has-dropdown.is-open .chev { transform: rotate(180deg); }
@media (max-width: 900px) {
  .has-dropdown { width: 100%; }
  .dropdown-toggle { width: 100%; justify-content: space-between; padding: 13px 16px; }
  .dropdown-menu { position: static; box-shadow: none; border: none; background: var(--ss-bg-alt); border-radius: var(--r-sm); margin: 2px 0 6px; opacity: 1; visibility: visible; transform: none; display: none; }
  .has-dropdown.is-open .dropdown-menu { display: flex; }
}

/* --- Chipy branż --- */
.chip-row { display: flex; flex-wrap: wrap; gap: 12px; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 13px 24px; border: 1.5px solid var(--ss-border); border-radius: 999px; font-family: var(--f-head); font-size: .92rem; font-weight: 600; color: var(--ss-navy-600); background: var(--ss-white); box-shadow: var(--sh-sm); cursor: default; transition: transform var(--t), box-shadow var(--t), border-color var(--t), color var(--t), background var(--t); }
.chip::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--ss-orange); flex-shrink: 0; transition: transform var(--t); }
.chip:hover { transform: translateY(-4px); border-color: var(--ss-orange); color: var(--ss-orange-600); background: rgba(255,106,19,.07); box-shadow: var(--sh-md); }
.chip:hover::before { transform: scale(1.3); }

/* --- Wariant siatki "dlaczego SoftwareStudio" na 3 kolumny --- */
.why-grid--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 860px) { .why-grid--3 { grid-template-columns: 1fr; } }

/* --- Pas AI (ciemny, jak .hero, ale sekcja h2 zamiast h1) --- */
.ai-band { position: relative; background: 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, 88px) 0; border-radius: var(--r-xl); }
.ai-band .hero-grid-bg { opacity: .7; }
.ai-band h2 { color: #fff; }
.ai-band .section-lead { color: rgba(255,255,255,.74); }
.ai-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
@media (max-width: 900px) { .ai-inner { grid-template-columns: 1fr; } }
.ai-nodes { display: flex; flex-direction: column; gap: 14px; }
.ai-node { display: flex; gap: 16px; padding: 16px 20px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r); align-items: center; }
.ai-node .ic { flex-shrink: 0; width: 44px; height: 44px; border-radius: 11px; background: #fff; display: flex; align-items: center; justify-content: center; padding: 6px; }
.ai-node .ic img { width: 100%; height: 100%; }
.ai-node h4 { color: #fff; font-size: .95rem; margin: 0 0 4px; }
.ai-node p { font-size: .85rem; color: rgba(255,255,255,.6); margin: 0; }

/* --- Ilustracja urządzeń w hero: monitor, laptop i telefon z żywymi pulpitami --- */
.dcx { position: relative; width: 100%; max-width: 580px; margin: 0 auto; aspect-ratio: 13 / 10; filter: drop-shadow(0 24px 40px rgba(0,0,0,.35)); }

.dcx-monitor { position: absolute; right: 4%; top: 0; width: 62%; z-index: 2; }
.dcx-laptop { position: absolute; left: 0; bottom: 0; width: 54%; z-index: 1; opacity: .97; }
.dcx-phone { position: absolute; right: 0; bottom: 6%; width: 25%; z-index: 3; }

.dcx-monitor .dcx-screen, .dcx-laptop .dcx-screen { position: relative; background: #fff; border: 9px solid #1b2d4f; border-radius: 15px; overflow: hidden; box-shadow: 0 24px 44px -18px rgba(0,0,0,.55); }
.dcx-laptop .dcx-screen { border-color: #293852; border-bottom-width: 4px; border-radius: 12px 12px 3px 3px; }
.dcx-monitor .dcx-neck { width: 12%; height: 14px; background: #1b2d4f; margin: 0 auto; }
.dcx-monitor .dcx-foot { width: 32%; height: 8px; background: #1b2d4f; border-radius: 0 0 5px 5px; margin: 0 auto; }
.dcx-laptop .dcx-base { height: 9px; background: #16243f; border-radius: 0 0 7px 7px; position: relative; }
.dcx-laptop .dcx-base::after { content: ""; position: absolute; left: 50%; top: 0; transform: translateX(-50%); width: 22%; height: 100%; background: #0c1320; opacity: .5; border-radius: 0 0 3px 3px; }

.dcx-topbar { display: flex; align-items: center; justify-content: space-between; padding: 7% 8%; border-bottom: 1px solid #eef1f6; }
.dcx-logo { font-family: var(--f-head); font-weight: 700; font-size: clamp(.5rem, 1.6vw, .68rem); color: var(--ss-navy); white-space: nowrap; }
.dcx-logo em { color: var(--ss-orange); font-style: normal; }
.dcx-tabs { display: flex; gap: 3px; flex-shrink: 0; }
.dcx-tabs i { width: 10px; height: 4px; border-radius: 2px; background: #e4e9f2; display: block; }
.dcx-tabs i.on { background: var(--ss-orange); width: 16px; }

.dcx-body { display: flex; align-items: flex-end; gap: 4%; padding: 8px 10px 10px; height: 58px; }
.dcx-body--sm { height: 46px; }
.dcx-side { display: flex; flex-direction: column; gap: 8%; width: 12%; align-self: stretch; padding-top: 2%; flex-shrink: 0; }
.dcx-side i { height: 9%; border-radius: 2px; background: #e4e9f2; display: block; }
.dcx-side i.on { background: var(--ss-orange); }
.dcx-bars { flex: 1; display: flex; align-items: flex-end; gap: 6%; height: 100%; }
.dcx-bars span { flex: 1; background: #d7deea; border-radius: 2px 2px 0 0; }
.dcx-bars span:nth-child(odd) { background: var(--ss-orange); }
.dcx-bars span:nth-child(1) { height: 38%; }
.dcx-bars span:nth-child(2) { height: 55%; }
.dcx-bars span:nth-child(3) { height: 46%; }
.dcx-bars span:nth-child(4) { height: 70%; }
.dcx-bars span:nth-child(5) { height: 60%; }
.dcx-bars span:nth-child(6) { height: 92%; }
.dcx-bars span:nth-child(7) { height: 80%; }
.dcx-bars--sm span:nth-child(1) { height: 45%; }
.dcx-bars--sm span:nth-child(2) { height: 65%; }
.dcx-bars--sm span:nth-child(3) { height: 55%; }
.dcx-bars--sm span:nth-child(4) { height: 85%; }
.dcx-bars--sm span:nth-child(5) { height: 72%; }
.dcx-kpi { flex-shrink: 0; display: flex; flex-direction: column; justify-content: flex-end; height: 100%; padding-bottom: 4%; }
.dcx-kpi b { font-family: var(--f-head); font-size: clamp(.6rem, 2vw, .85rem); color: var(--ss-navy); line-height: 1; }
.dcx-kpi i { display: block; width: 100%; height: 3px; background: var(--ss-orange); border-radius: 2px; margin-top: 6px; }
.dcx-donut { flex-shrink: 0; width: 15%; aspect-ratio: 1; border-radius: 50%; background: conic-gradient(var(--ss-orange) 0% 62%, #e4e9f2 62% 100%); position: relative; align-self: flex-end; margin-bottom: 2%; }
.dcx-donut::after { content: ""; position: absolute; inset: 24%; background: #fff; border-radius: 50%; }
.dcx-donut--sm { width: 18%; }

.dcx-ticker { height: 76px; overflow: hidden; border-top: 1px solid #eef1f6; position: relative; }
.dcx-ticker--sm { height: 58px; }
.dcx-ticker-inner { display: flex; flex-direction: column; animation: dcxScroll 9s linear infinite; }
.dcx-row { display: flex; align-items: center; justify-content: space-between; gap: 6px; padding: 4% 8%; font-family: var(--f-mono); font-size: clamp(.42rem, 1.3vw, .56rem); color: var(--ss-text); border-bottom: 1px solid #f5f7fb; white-space: nowrap; }
.dcx-row span:last-child { font-weight: 600; flex-shrink: 0; }
.dcx-row .ok { color: #16a34a; }
.dcx-row .wip { color: var(--ss-orange-600); }
.dcx-row .queue { color: var(--ss-muted); }
@keyframes dcxScroll { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }

.dcx-sync { position: absolute; left: 6%; bottom: 4%; display: inline-flex; align-items: center; gap: 5px; background: var(--ss-orange); color: #fff; font-family: var(--f-mono); font-size: clamp(.4rem, 1.2vw, .52rem); padding: 3px 8px; border-radius: 999px; }
.dcx-sync .dot { width: 5px; height: 5px; border-radius: 50%; background: #fff; }

.dcx-phone-inner { position: relative; background: #fff; border: 7px solid #16243f; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 40px -16px rgba(0,0,0,.55); padding: 9% 8%; display: flex; flex-direction: column; gap: 7%; aspect-ratio: 9 / 18; }
.dcx-phone-status { font-family: var(--f-mono); font-size: clamp(.4rem, 1.3vw, .5rem); color: var(--ss-muted); }
.dcx-phone-top { font-family: var(--f-head); font-weight: 700; font-size: clamp(.5rem, 1.7vw, .64rem); color: var(--ss-navy); }
.dcx-phone-top em { color: var(--ss-orange); font-style: normal; }
.dcx-phone-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 5%; }
.dcx-phone-stat { background: var(--ss-bg-alt); border-radius: 6px; padding: 6% 8%; }
.dcx-phone-stat span { display: block; font-family: var(--f-mono); font-size: clamp(.34rem, 1vw, .4rem); letter-spacing: .04em; text-transform: uppercase; color: var(--ss-muted); }
.dcx-phone-stat b { font-family: var(--f-head); font-size: clamp(.5rem, 1.6vw, .68rem); color: var(--ss-navy); }
.dcx-phone-label { font-family: var(--f-mono); font-size: clamp(.34rem, 1vw, .4rem); letter-spacing: .06em; text-transform: uppercase; color: var(--ss-muted); }
.dcx-phone-barcode { display: flex; gap: 1px; height: 8%; background: #0c1320; border-radius: 3px; padding: 3%; }
.dcx-phone-barcode span { flex: 1; background: #fff; }
.dcx-phone-barcode span:nth-child(3n) { flex-grow: 1.8; }
.dcx-phone-barcode span:nth-child(5n) { flex-grow: .5; }
.dcx-phone-code { font-family: var(--f-mono); font-size: clamp(.4rem, 1.3vw, .5rem); font-weight: 700; color: var(--ss-navy); }
.dcx-phone-btn { display: block; text-align: center; background: var(--ss-orange); color: #fff; font-family: var(--f-head); font-size: clamp(.4rem, 1.3vw, .5rem); font-weight: 700; padding: 5% 0; border-radius: 999px; }
.dcx-phone-list { display: flex; flex-direction: column; gap: 4%; }
.dcx-phone-list div { font-family: var(--f-mono); font-size: clamp(.36rem, 1.1vw, .46rem); color: var(--ss-text); background: var(--ss-bg-alt); padding: 4% 8%; border-radius: 4px; }

@media (prefers-reduced-motion: reduce) { .dcx-ticker-inner { animation: none; } .dcx-sync .dot { animation: none; } }

/* --- Etykieta produktu w kafelce mcard: większa i czytelna od razu (magazyn, awizacje, reklamacje...) --- */
.mcard .tag { font-size: .82rem; font-weight: 700; letter-spacing: .04em; }

/* --- Cała kafelka mcard klikalna (stretched link) + przycisk CTA zamiast zwykłego linku --- */
.mcard .product-link::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.mcard .product-link {
  margin-top: 18px;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255,106,19,.08);
  border: 1.5px solid rgba(255,106,19,.25);
  color: var(--ss-orange-600);
  font-family: var(--f-head);
  font-size: .85rem;
  font-weight: 600;
  transition: background var(--t), border-color var(--t), color var(--t), box-shadow var(--t);
}
.mcard:hover .product-link {
  background: var(--ss-orange);
  border-color: var(--ss-orange);
  color: #fff;
  box-shadow: var(--sh-orange);
}

/* --- Ikony produktów w kafelkach (styl przeniesiony z demo.softwarestudio.com.pl) --- */
.mcard-ic--product { width: 64px; height: 64px; border-radius: 18px; background: linear-gradient(150deg, var(--ss-navy), var(--ss-ink)); box-shadow: 0 10px 22px -10px rgba(22,36,63,.55); margin-bottom: 22px; }
.mcard-ic--product svg { width: 32px; height: 32px; stroke: none; }

/* --- Usługi: chipy technologii poza siatką scard --- */
.tech-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.tech-chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border: 1px solid var(--ss-border); border-radius: var(--r-sm); font-size: .82rem; font-weight: 500; color: var(--ss-text); background: var(--ss-white); }
.tech-chip .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ss-orange); flex-shrink: 0; }

/* --- Kontakt: formularz, karta boczna, oddziały --- */
.contact-grid { display: grid; grid-template-columns: 1.3fr .9fr; gap: 40px; align-items: stretch; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-form { background: var(--ss-white); border: 1px solid var(--ss-border); border-radius: var(--r-lg); padding: clamp(24px, 3vw, 36px); box-shadow: var(--sh-sm); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
.field { margin-bottom: 18px; }
.field label { display: block; font-family: var(--f-head); font-size: .84rem; font-weight: 600; color: var(--ss-navy-600); margin-bottom: 7px; }
.field label .opt { font-weight: 400; color: var(--ss-faint); }
.field input, .field select, .field textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--ss-border); border-radius: var(--r-sm); font-family: var(--f-body); font-size: .95rem; color: var(--ss-text); background: var(--ss-white); transition: border-color var(--t), box-shadow var(--t); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--ss-orange); box-shadow: 0 0 0 3px rgba(255,106,19,.12); }
.field textarea { resize: vertical; min-height: 120px; }
.field-consent { display: flex; gap: 10px; align-items: flex-start; font-size: .82rem; color: var(--ss-muted); line-height: 1.55; margin: 20px 0; }
.field-consent input { margin-top: 3px; flex-shrink: 0; }
.form-status { display: none; padding: 12px 16px; border-radius: var(--r-sm); font-size: .88rem; margin-bottom: 18px; background: var(--ss-bg-alt); border: 1px solid var(--ss-border); color: var(--ss-text); }
.form-status.show { display: block; }

.contact-side { display: flex; flex-direction: column; gap: 20px; height: 100%; }
/* Po usunieciu osadzonej mapy karta wypelnia kolumne, zeby nie zostawala
   pusta przestrzen obok wyzszego formularza. */
.contact-side .contact-card { flex: 1 1 auto; }

.contact-card { background: linear-gradient(160deg, var(--ss-navy), var(--ss-ink)); color: #fff; border-radius: var(--r-lg); padding: clamp(24px, 3vw, 32px); }
.contact-card h3 { color: #fff; font-size: 1.1rem; margin-bottom: 18px; }
.contact-card .row { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 16px; font-size: .92rem; color: rgba(255,255,255,.85); }
.contact-card .row svg { flex-shrink: 0; width: 20px; height: 20px; stroke: var(--ss-orange); margin-top: 1px; }
.contact-card a { color: #fff; }
.contact-card a:hover { color: var(--ss-orange-300); }

@media (max-width: 900px) { .contact-side { height: auto; }   }

/* --- Baner promujący kalkulator ROI na stronach produktowych --- */
.roi-promo { background: linear-gradient(160deg, var(--ss-navy), var(--ss-ink)); border-radius: var(--r-xl); padding: clamp(32px, 4vw, 48px); }
.roi-promo h2 { color: #fff; margin: 12px 0 14px; font-size: clamp(1.4rem, 1.1rem + 1.2vw, 1.9rem); }
.roi-promo p { color: rgba(255,255,255,.72); max-width: 620px; margin-bottom: 24px; line-height: 1.6; }
.roi-promo-stats { display: flex; gap: clamp(20px, 3vw, 40px); flex-wrap: wrap; list-style: none; margin: 0 0 28px; padding: 0; }
.roi-promo-stats li { display: flex; flex-direction: column; gap: 4px; }
.roi-promo-stats b { font-family: var(--f-head); font-size: 1.7rem; font-weight: 700; color: var(--ss-orange-300); }
.roi-promo-stats span { font-size: .8rem; color: rgba(255,255,255,.55); max-width: 160px; line-height: 1.35; }

.branch-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 980px) { .branch-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .branch-grid { grid-template-columns: 1fr; } }
.branch-card { background: var(--ss-white); border: 1px solid var(--ss-border); border-radius: var(--r); padding: 22px; transition: transform var(--t), box-shadow var(--t); }
.branch-card:hover { transform: translateY(-3px); box-shadow: var(--sh); }
.branch-card .tag { font-family: var(--f-mono); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ss-orange); margin-bottom: 9px; display: block; }
.branch-card h3 { font-size: 1rem; margin-bottom: 10px; }
.branch-card address { font-style: normal; font-size: .87rem; color: var(--ss-muted); line-height: 1.6; margin-bottom: 12px; }
.branch-card a.contact-link { display: block; font-size: .85rem; color: var(--ss-blue); margin-bottom: 4px; }
.branch-card a.contact-link:hover { color: var(--ss-orange); }
.contact-link--map { margin-top: 12px; font-weight: 500; }

/* --- Kalendarium / oś czasu (Historia firmy) --- */
.timeline { position: relative; max-width: 780px; margin: 0 auto; padding-left: 36px; border-left: 2px solid var(--ss-border); display: flex; flex-direction: column; gap: 40px; }
.timeline-item { position: relative; }
.timeline-item::before { content: ""; position: absolute; left: -43.5px; top: 5px; width: 13px; height: 13px; border-radius: 50%; background: var(--ss-orange); box-shadow: 0 0 0 4px var(--ss-white); }
.timeline-year { font-family: var(--f-mono); font-size: .8rem; font-weight: 700; color: var(--ss-orange); letter-spacing: .06em; margin-bottom: 6px; }
.timeline-item h3 { font-size: 1.08rem; margin-bottom: 8px; }
.timeline-item p { font-size: .93rem; color: var(--ss-muted); margin: 0; }
@media (max-width: 640px) { .timeline { padding-left: 26px; } .timeline-item::before { left: -33.5px; width: 11px; height: 11px; } }

/* --- Siatka wpisów blogowych --- */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 980px) { .post-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .post-grid { grid-template-columns: 1fr; } }
.post-card { position: relative; display: flex; flex-direction: column; background: var(--ss-white); border: 1px solid var(--ss-border); border-radius: var(--r-lg); padding: 26px 24px; transition: transform var(--t), box-shadow var(--t), border-color var(--t); cursor: pointer; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: transparent; }
/* cały kafel klikalny - nakładka rozciąga link "czytaj artykuł" na całą kartę */
.post-card .product-link::after { content: ""; position: absolute; inset: 0; border-radius: var(--r-lg); }
.post-card:focus-within { border-color: var(--ss-orange); box-shadow: 0 0 0 3px rgba(255,106,19,.15); }
.post-card .product-link:focus-visible { outline: none; }
.post-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.post-meta .tag { font-family: var(--f-mono); font-size: .66rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--ss-orange); }
.post-meta time { font-size: .78rem; color: var(--ss-faint); }
.post-card h2, .post-card h3 { font-size: 1.08rem; line-height: 1.3; margin-bottom: 10px; }
.post-card p { font-size: .89rem; color: var(--ss-muted); margin: 0; flex: 1; }
.post-card .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; }
.post-card .product-link .arr { transition: transform var(--t); }
.post-card:hover .product-link .arr { transform: translateX(4px); }

/* --- Spis treści / mapa witryny --- */
.sitemap-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px,1fr)); gap: 28px 32px; }
.sitemap-col h2 { font-family: var(--f-head); font-size: 1rem; color: var(--ss-navy); margin: 0 0 14px; padding-bottom: 10px; border-bottom: 1px solid var(--ss-border); }
.sitemap-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; margin: 0; padding: 0; }
.sitemap-col a { font-size: .89rem; line-height: 1.4; color: var(--ss-muted); }
.sitemap-col a:hover { color: var(--ss-orange); }

/* --- Branże: nagłówek dwukolumnowy (tytuł + lead obok) i siatka kart zamiast pigułek --- */
.section-head--split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 32px 48px; align-items: end; max-width: none; }
.section-head--split .section-lead { margin-top: 0; }
@media (max-width: 900px) { .section-head--split { grid-template-columns: 1fr; } }

.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 1100px) { .industry-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .industry-grid { grid-template-columns: 1fr; } }

.industry-card { background: var(--ss-white); border: 1.5px solid var(--ss-border); border-radius: var(--r-lg); padding: 28px 24px; transition: transform var(--t), box-shadow var(--t), border-color var(--t); }
.industry-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: var(--ss-orange); }
.industry-num { display: block; font-family: var(--f-mono); font-size: .8rem; font-weight: 600; color: var(--ss-orange); margin-bottom: 16px; }
.industry-card h3 { font-size: 1.12rem; margin: 0 0 8px; color: var(--ss-navy); }
.industry-card p { font-size: .87rem; color: var(--ss-muted); margin: 0; line-height: 1.55; }

.industry-card--cta { background: var(--ss-ink); border-color: var(--ss-ink); }
.industry-card--cta h3 { color: #fff; }
.industry-card--cta p { color: rgba(255,255,255,.62); margin-bottom: 16px; }
.industry-card--cta a { display: inline-flex; align-items: center; gap: 6px; font-family: var(--f-head); font-size: .87rem; font-weight: 600; color: var(--ss-orange); }
.industry-card--cta .arr { transition: transform var(--t); }
.industry-card--cta:hover .arr { transform: translateX(4px); }

/* --- Hero produktowe: panel skanu terminala + dziennik operacji na żywo --- */
@keyframes pulseGreen { 0% { box-shadow: 0 0 0 0 rgba(74,222,128,.55); } 70% { box-shadow: 0 0 0 8px rgba(74,222,128,0); } 100% { box-shadow: 0 0 0 0 rgba(74,222,128,0); } }

.hero-quick--strip { grid-column: 1 / -1; grid-template-columns: repeat(4, 1fr); max-width: none; margin-top: clamp(28px, 3vw, 40px); }
@media (max-width: 900px) { .hero-quick--strip { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .hero-quick--strip { grid-template-columns: 1fr; } }

.hero-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: clamp(36px, 4vw, 52px); }
@media (max-width: 640px) { .hero-panels { grid-template-columns: 1fr; } }

.scan-panel, .feed-panel { background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-lg); padding: 18px; display: flex; flex-direction: column; }

.sp-head, .fp-head { display: flex; align-items: center; justify-content: space-between; font-family: var(--f-mono); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.42); padding-bottom: 12px; margin-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.08); }
.fp-head span:first-child { color: rgba(255,255,255,.62); }
.fp-pill { display: inline-flex; align-items: center; gap: 6px; color: #4ade80; }
.fp-pill::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #4ade80; animation: pulseGreen 2.4s infinite; }

.sp-label { font-family: var(--f-mono); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ss-orange-300); }

.sp-barcode { display: flex; align-items: stretch; gap: 2px; height: 44px; margin: 14px 0 12px; position: relative; overflow: hidden; border-radius: 4px; background: #fff; padding: 5px; }
.sp-barcode span { flex: 1 1 auto; background: #0c1320; }
.sp-barcode span:nth-child(3n) { flex-grow: 1.8; }
.sp-barcode span:nth-child(5n) { flex-grow: .6; }
.sp-barcode::after { content: ""; position: absolute; left: 0; right: 0; height: 2px; background: var(--ss-orange); box-shadow: 0 0 8px var(--ss-orange); animation: sweepScan 2.6s ease-in-out infinite; }
@keyframes sweepScan { 0%, 100% { top: 8%; } 50% { top: 86%; } }
@media (prefers-reduced-motion: reduce) { .sp-barcode::after { animation: none; top: 50%; } .fp-pill::before, .sp-status .dot { animation: none; } }

.sp-code { font-family: var(--f-mono); font-size: 1.05rem; font-weight: 600; color: #fff; letter-spacing: .02em; }
.sp-loc { font-size: .78rem; color: rgba(255,255,255,.5); margin-top: 6px; }
.sp-loc b { color: var(--ss-orange-300); font-weight: 600; }

.sp-btn { margin-top: 16px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 16px; border-radius: 999px; background: var(--ss-orange); color: #fff; font-family: var(--f-head); font-size: .82rem; font-weight: 600; text-align: center; }

.sp-status { margin-top: 12px; display: inline-flex; align-items: center; gap: 7px; font-family: var(--f-mono); font-size: .72rem; color: #4ade80; align-self: flex-start; }
.sp-status .dot { width: 6px; height: 6px; border-radius: 50%; background: #4ade80; animation: pulseGreen 2.4s infinite; }

.fp-list { list-style: none; margin: 0 0 14px; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.fp-list li { display: flex; align-items: center; gap: 10px; font-size: .78rem; }
.fp-doc { font-family: var(--f-mono); color: #fff; flex: 0 0 auto; min-width: 116px; }
.fp-loc { color: rgba(255,255,255,.45); flex: 1; }
.fp-state { font-family: var(--f-mono); font-size: .72rem; flex: 0 0 auto; text-align: right; }
.fp-state--progress { color: var(--ss-orange-300); }
.fp-state--queue { color: rgba(255,255,255,.38); }
.fp-state--done { color: #4ade80; }

.fp-stats { display: flex; align-items: flex-end; justify-content: space-between; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.08); }
.fp-stats-label { display: block; font-family: var(--f-mono); font-size: .64rem; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.4); }
.fp-stats-num { display: block; font-family: var(--f-head); font-size: 1.7rem; font-weight: 700; color: #fff; margin-top: 2px; }
.fp-bars { display: flex; align-items: flex-end; gap: 3px; height: 30px; }
.fp-bars span { width: 5px; background: var(--ss-orange); border-radius: 2px 2px 0 0; opacity: .85; }
.fp-bars span:nth-child(1) { height: 40%; }
.fp-bars span:nth-child(2) { height: 65%; }
.fp-bars span:nth-child(3) { height: 50%; }
.fp-bars span:nth-child(4) { height: 85%; }
.fp-bars span:nth-child(5) { height: 70%; }
.fp-bars span:nth-child(6) { height: 95%; }
.fp-bars span:nth-child(7) { height: 55%; }

/* --- Hero produktowe: przepływ procesu (awizacja -> etapy -> WMS) --- */
.hero-flow { position: relative; z-index: 2; margin-top: clamp(28px, 3vw, 40px); background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-lg); padding: clamp(20px, 2.4vw, 28px) clamp(20px, 2.6vw, 32px); }

@keyframes hfTravel { 0% { left: 2%; } 100% { left: 98%; } }
.hf-track { position: relative; height: 1px; margin: 4px 0 26px; border-top: 1px dashed rgba(255,255,255,.25); }
.hf-badge { position: absolute; top: 50%; left: 2%; transform: translate(-50%, -50%); display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; padding: 6px 13px; border-radius: 999px; background: var(--ss-orange); color: #fff; font-family: var(--f-mono); font-size: .72rem; font-weight: 600; letter-spacing: .03em; box-shadow: 0 4px 16px -4px rgba(255,106,19,.6); animation: hfTravel 10s linear infinite; }
.hf-badge .dot { width: 6px; height: 6px; border-radius: 50%; background: #fff; flex-shrink: 0; }

.hf-stages { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
@media (max-width: 900px) { .hf-stages { grid-template-columns: repeat(2, 1fr); } .hf-track { display: none; } }
@media (max-width: 480px) { .hf-stages { grid-template-columns: 1fr; } }

@keyframes hfPulse { 0%, 20% { border-color: var(--ss-orange); box-shadow: 0 0 0 1px rgba(255,106,19,.22), 0 0 26px -6px rgba(255,106,19,.55); } 20.01%, 100% { border-color: rgba(255,255,255,.08); box-shadow: none; } }
.hf-stage { padding: 16px 14px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08); border-radius: var(--r); animation: hfPulse 10s ease-in-out infinite; }
.hf-stage:nth-child(1) { animation-delay: 0s; }
.hf-stage:nth-child(2) { animation-delay: 2s; }
.hf-stage:nth-child(3) { animation-delay: 4s; }
.hf-stage:nth-child(4) { animation-delay: 6s; }
.hf-stage:nth-child(5) { animation-delay: 8s; }
.hf-tag { display: block; font-family: var(--f-mono); font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; color: var(--ss-orange-300); margin-bottom: 8px; }
.hf-stage h3 { margin: 0 0 4px; font-size: .98rem; color: #fff; font-family: var(--f-head); font-weight: 600; }
.hf-stage p { margin: 0; font-size: .76rem; color: rgba(255,255,255,.5); line-height: 1.4; }

@media (prefers-reduced-motion: reduce) { .hf-badge { animation: none; left: 50%; } .hf-stage { animation: none; border-color: rgba(255,255,255,.08); box-shadow: none; } .mp-cell { animation: none !important; } }

.hf-foot { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-top: 20px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.08); }
.hf-stack { font-family: var(--f-mono); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.4); }
.hf-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.hf-pills span { padding: 5px 12px; border-radius: 999px; font-family: var(--f-mono); font-size: .68rem; letter-spacing: .04em; text-transform: uppercase; color: rgba(255,255,255,.55); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); }
.hf-pills .hf-pill--accent { color: var(--ss-orange-300); background: rgba(255,106,19,.12); border-color: rgba(255,106,19,.4); }

/* --- Hero produktowe: mapa magazynu na żywo (lokacje + wózek + statystyki hali) --- */
.map-panel { grid-column: 1 / -1; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-lg); padding: 18px; }
.mp-head { display: flex; align-items: center; justify-content: space-between; font-family: var(--f-mono); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.62); padding-bottom: 12px; margin-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.08); }
.mp-live { display: inline-flex; align-items: center; gap: 6px; color: #4ade80; text-transform: lowercase; }
.mp-live .dot { width: 6px; height: 6px; border-radius: 50%; background: #4ade80; animation: pulseGreen 2.4s infinite; }

.mp-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; margin-bottom: 4px; }
.mp-cell { aspect-ratio: 1; border-radius: 5px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.07); }
.mp-grid .mp-cell:nth-child(3), .mp-grid .mp-cell:nth-child(7), .mp-grid .mp-cell:nth-child(9), .mp-grid .mp-cell:nth-child(12), .mp-grid .mp-cell:nth-child(15), .mp-grid .mp-cell:nth-child(20) { background: rgba(255,106,19,.16); border-color: rgba(255,106,19,.22); }
@keyframes mpPulse { 0%, 100% { background: rgba(255,106,19,.16); border-color: rgba(255,106,19,.22); box-shadow: none; } 50% { background: var(--ss-orange); border-color: var(--ss-orange); box-shadow: 0 0 14px -2px rgba(255,106,19,.65); } }
.mp-grid .mp-cell:nth-child(1), .mp-grid .mp-cell:nth-child(5), .mp-grid .mp-cell:nth-child(10), .mp-grid .mp-cell:nth-child(14), .mp-grid .mp-cell:nth-child(18) { animation: mpPulse 4s ease-in-out infinite; }
.mp-grid .mp-cell:nth-child(1) { animation-delay: 0s; }
.mp-grid .mp-cell:nth-child(5) { animation-delay: .8s; }
.mp-grid .mp-cell:nth-child(10) { animation-delay: 1.6s; }
.mp-grid .mp-cell:nth-child(14) { animation-delay: 2.4s; }
.mp-grid .mp-cell:nth-child(18) { animation-delay: 3.2s; }

.mp-stats { display: grid; grid-template-columns: 1.5fr 1fr; gap: 10px; margin-top: 16px; }
.mp-stat { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08); border-radius: var(--r); padding: 12px 14px; }
.mp-stat-label { display: block; font-family: var(--f-mono); font-size: .64rem; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 9px; }
.mp-bar-row { display: flex; align-items: center; gap: 10px; }
.mp-bar { flex: 1; height: 6px; border-radius: 999px; background: rgba(255,255,255,.08); overflow: hidden; }
.mp-bar span { display: block; height: 100%; width: 86%; background: var(--ss-orange); border-radius: 999px; }
.mp-bar-row b { font-family: var(--f-head); font-size: 1rem; color: var(--ss-orange-300); font-weight: 700; }
.mp-stat-big { display: block; font-family: var(--f-head); font-size: 1.7rem; font-weight: 700; color: #fff; }

/* --- Hero produktowe: panel zgłoszenia RMA (stepper statusu + dziennik) --- */
.claim-panel { background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-lg); padding: 18px; display: flex; flex-direction: column; }
.cp-head { display: flex; align-items: center; justify-content: space-between; font-family: var(--f-mono); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.62); padding-bottom: 12px; margin-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.08); }
.cp-live { display: inline-flex; align-items: center; gap: 6px; color: var(--ss-orange-300); text-transform: lowercase; }
.cp-live .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ss-orange); animation: pulseOrange 2.4s infinite; }
.cp-product { font-family: var(--f-head); font-size: .98rem; font-weight: 600; color: #fff; margin-bottom: 18px; }
@keyframes pulseOrange { 0% { box-shadow: 0 0 0 0 rgba(255,106,19,.55); } 70% { box-shadow: 0 0 0 8px rgba(255,106,19,0); } 100% { box-shadow: 0 0 0 0 rgba(255,106,19,0); } }

.cp-steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; margin-bottom: 18px; }
.cp-steps::before { content: ""; position: absolute; top: 6px; left: 12%; right: 12%; height: 1px; background: rgba(255,255,255,.14); z-index: 0; }
.cp-step { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; }
.cp-dot { width: 13px; height: 13px; border-radius: 50%; background: rgba(255,255,255,.12); border: 2px solid rgba(255,255,255,.2); }
.cp-step b { font-family: var(--f-mono); font-size: .64rem; letter-spacing: .03em; color: rgba(255,255,255,.4); font-weight: 500; }
.cp-step--done .cp-dot { background: var(--ss-orange); border-color: var(--ss-orange); }
.cp-step--done b { color: rgba(255,255,255,.72); }
.cp-step--active .cp-dot { background: var(--ss-orange); border-color: var(--ss-orange); animation: cpActive 1.8s ease-in-out infinite; }
.cp-step--active b { color: #fff; }
@keyframes cpActive { 0%, 100% { box-shadow: 0 0 0 0 rgba(255,106,19,.5); } 50% { box-shadow: 0 0 0 6px rgba(255,106,19,0); } }

.cp-sla { margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.08); font-family: var(--f-mono); font-size: .7rem; }
.cp-sla span { color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: .06em; }
.cp-sla b { color: var(--ss-orange-300); font-weight: 600; }

/* --- Hero produktowe: panel narzędziowni (radialny wskaźnik wykorzystania + lista wydań) --- */
.rack-panel { grid-column: 1 / -1; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-lg); padding: 18px; }
.rk-head { display: flex; align-items: center; justify-content: space-between; font-family: var(--f-mono); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.62); padding-bottom: 12px; margin-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.08); }
.rk-live { display: inline-flex; align-items: center; gap: 6px; color: #4ade80; text-transform: lowercase; }
.rk-live .dot { width: 6px; height: 6px; border-radius: 50%; background: #4ade80; animation: pulseGreen 2.4s infinite; }
.rk-body { display: flex; align-items: center; gap: 22px; }
.rk-gauge { position: relative; flex-shrink: 0; width: 112px; height: 112px; }
.rk-ring { width: 100%; height: 100%; transform: rotate(-90deg); }
.rk-ring-bg { fill: none; stroke: rgba(255,255,255,.08); stroke-width: 9; }
.rk-ring-fill { fill: none; stroke: var(--ss-orange); stroke-width: 9; stroke-linecap: round; stroke-dasharray: 326.7; stroke-dashoffset: 104.5; filter: drop-shadow(0 0 6px rgba(255,106,19,.55)); }
.rk-gauge-orbit { position: absolute; top: 50%; left: 50%; width: 6px; height: 6px; margin: -3px 0 0 -3px; border-radius: 50%; background: #fff; box-shadow: 0 0 8px 2px rgba(255,255,255,.8); offset-path: circle(56px at 56px 56px); animation: rkOrbit 6s linear infinite; }
@keyframes rkOrbit { 0% { offset-distance: 0%; } 100% { offset-distance: 100%; } }
.rk-gauge-label { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.rk-gauge-label b { font-family: var(--f-head); font-size: 1.3rem; font-weight: 700; color: #fff; }
.rk-gauge-label span { font-family: var(--f-mono); font-size: .58rem; letter-spacing: .04em; text-transform: uppercase; color: rgba(255,255,255,.4); margin-top: 2px; }
.rk-list { flex: 1; list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.rk-list li { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: .78rem; color: rgba(255,255,255,.7); }
.rk-list li span:first-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rk-tag { flex-shrink: 0; font-family: var(--f-mono); font-size: .66rem; letter-spacing: .02em; padding: 3px 9px; border-radius: 999px; }
.rk-tag--out { color: var(--ss-orange-300); background: rgba(255,106,19,.12); }
.rk-tag--in { color: #4ade80; background: rgba(74,222,128,.12); }
.rk-foot { display: flex; align-items: center; gap: 26px; margin-top: 18px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.08); }
.rk-foot span { display: block; font-family: var(--f-mono); font-size: .64rem; letter-spacing: .04em; text-transform: uppercase; color: rgba(255,255,255,.4); }
.rk-foot b { display: block; font-family: var(--f-head); font-size: 1.1rem; color: #fff; margin-top: 2px; }

/* --- Hero produktowe: panel wagi sieciowej (wskaźnik ustabilizowanej wagi + skup) --- */
.scale-panel { grid-column: 1 / -1; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-lg); padding: 18px; display: flex; flex-direction: column; }
.sc-head { display: flex; align-items: center; justify-content: space-between; font-family: var(--f-mono); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.62); padding-bottom: 12px; margin-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.08); }
.sc-live { display: inline-flex; align-items: center; gap: 6px; color: #4ade80; text-transform: lowercase; }
.sc-live .dot { width: 6px; height: 6px; border-radius: 50%; background: #4ade80; animation: pulseGreen 2.4s infinite; }
.sc-weight { display: flex; align-items: baseline; gap: 8px; }
.sc-weight b { font-family: var(--f-head); font-size: 2rem; font-weight: 700; color: #fff; letter-spacing: -.01em; }
.sc-weight span { font-size: .74rem; color: rgba(255,255,255,.45); }
.sc-meter { position: relative; height: 6px; border-radius: 999px; background: rgba(255,255,255,.08); margin: 14px 0 16px; }
.sc-meter-fill { position: absolute; inset: 0; width: 62%; border-radius: 999px; background: linear-gradient(90deg, var(--ss-orange-600), var(--ss-orange)); }
.sc-meter-needle { position: absolute; top: 50%; left: 62%; width: 12px; height: 12px; margin: -6px 0 0 -6px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 3px rgba(255,106,19,.35); animation: scaleSettle 3.2s ease-out infinite; }
@keyframes scaleSettle { 0% { left: 18%; } 35% { left: 78%; } 52% { left: 54%; } 68% { left: 66%; } 82% { left: 60%; } 100% { left: 62%; } }
.sc-price { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.sc-price span { font-family: var(--f-mono); font-size: .68rem; letter-spacing: .04em; text-transform: uppercase; color: rgba(255,255,255,.4); }
.sc-price b { font-family: var(--f-head); font-size: .92rem; color: var(--ss-orange-300); font-weight: 600; }
.sc-list { list-style: none; margin: 0 0 14px; padding: 0; display: flex; flex-direction: column; gap: 10px; border-top: 1px solid rgba(255,255,255,.08); padding-top: 14px; }
.sc-list li { display: flex; align-items: center; gap: 10px; font-size: .76rem; }
.sc-doc { font-family: var(--f-mono); color: #fff; flex: 0 0 auto; }
.sc-type { color: rgba(255,255,255,.42); flex: 1; }
.sc-val { font-family: var(--f-mono); color: #4ade80; flex: 0 0 auto; }
.sc-total { margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.08); }
.sc-total span { font-family: var(--f-mono); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.4); }
.sc-total b { font-family: var(--f-head); font-size: 1.15rem; color: #fff; font-weight: 700; }

/* --- Hero produktowe: panel asystenta AI (dymki konwersacji + routing modeli) --- */
.chat-panel { grid-column: 1 / -1; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-lg); padding: 18px; display: flex; flex-direction: column; }
.cht-head { display: flex; align-items: center; justify-content: space-between; font-family: var(--f-mono); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.62); padding-bottom: 12px; margin-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.08); }
.cht-live { display: inline-flex; align-items: center; gap: 6px; color: #4ade80; text-transform: lowercase; }
.cht-live .dot { width: 6px; height: 6px; border-radius: 50%; background: #4ade80; animation: pulseGreen 2.4s infinite; }
.cht-thread { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.cht-bubble { max-width: 82%; padding: 9px 13px; border-radius: 13px; font-size: .78rem; line-height: 1.4; }
.cht-bubble--user { align-self: flex-end; background: rgba(255,255,255,.1); color: #fff; border-bottom-right-radius: 4px; }
.cht-bubble--ai { align-self: flex-start; background: rgba(255,106,19,.14); border: 1px solid rgba(255,106,19,.25); border-bottom-left-radius: 4px; padding: 12px 14px; }
.cht-typing { display: inline-flex; gap: 4px; }
.cht-typing span { width: 6px; height: 6px; border-radius: 50%; background: var(--ss-orange-300); animation: typingBounce 1.2s ease-in-out infinite; }
.cht-typing span:nth-child(2) { animation-delay: .18s; }
.cht-typing span:nth-child(3) { animation-delay: .36s; }
@keyframes typingBounce { 0%, 60%, 100% { transform: translateY(0); opacity: .5; } 30% { transform: translateY(-4px); opacity: 1; } }
.cht-routing { list-style: none; margin: 0 0 16px; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.cht-routing li { display: flex; align-items: center; gap: 7px; font-family: var(--f-mono); font-size: .68rem; color: rgba(255,255,255,.42); padding: 7px 10px; border-radius: 8px; border: 1px solid rgba(255,255,255,.08); }
.cht-routing li .dot { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.25); flex-shrink: 0; }
.cht-routing li.cht-routing--active { color: #fff; border-color: rgba(255,106,19,.4); background: rgba(255,106,19,.1); }
.cht-routing li.cht-routing--active .dot { background: var(--ss-orange); animation: pulseOrange 1.8s infinite; }
.cht-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.08); font-family: var(--f-mono); font-size: .68rem; letter-spacing: .04em; text-transform: uppercase; color: rgba(255,255,255,.4); }
.cht-foot b { font-family: var(--f-head); font-size: .82rem; text-transform: none; letter-spacing: 0; color: var(--ss-orange-300); }

@media (max-width: 640px) { .rk-body { flex-direction: column; } .cht-routing { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .cp-live .dot, .cp-step--active .cp-dot, .rk-gauge-orbit, .sc-meter-needle, .cht-typing span, .cht-routing li.cht-routing--active .dot { animation: none; } .sc-meter-needle { left: 62%; } }

/* --- Słownik pojęć: nawigacja A-Z i sekcje liter --- */
.az-nav { position: sticky; top: 74px; z-index: 10; display: flex; flex-wrap: wrap; gap: 6px; padding: 14px 0; background: var(--ss-white); border-bottom: 1px solid var(--ss-border); }
.az-nav a, .az-nav .az-off { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 8px; font-family: var(--f-mono); font-size: .82rem; font-weight: 600; }
.az-nav a { background: var(--ss-bg-alt); color: var(--ss-navy-600); transition: background var(--t), color var(--t); }
.az-nav a:hover { background: var(--ss-orange); color: #fff; }
.az-nav .az-off { color: var(--ss-faint); }
.glossary-letter { scroll-margin-top: 130px; padding-top: 8px; }
.glossary-letter + .glossary-letter { margin-top: 44px; }
.glossary-letter-h { font-family: var(--f-head); font-size: 1.6rem; color: var(--ss-navy); margin: 0 0 18px; padding-bottom: 10px; border-bottom: 2px solid var(--ss-orange); display: inline-block; }
.gloss-card { display: flex; flex-direction: column; scroll-margin-top: 130px; }
.gloss-card dd { flex: 1; }
.gloss-src { margin-top: 12px; display: inline-flex; align-items: center; gap: 6px; font-family: var(--f-head); font-size: .8rem; font-weight: 600; color: var(--ss-orange-600); }
.gloss-src .arr { transition: transform var(--t); }
.gloss-src:hover .arr { transform: translateX(3px); }
@media (max-width: 640px) { .az-nav { position: static; } }

/* --- Infografika "Co oferuje {Produkt}?": centralny okrąg + płatki ekosystemu --- */
.radial-section { padding-bottom: clamp(8px, 1vw, 16px); }
.radial-wrap { display: flex; justify-content: center; margin-bottom: clamp(24px, 3vw, 40px); }
.radial-diagram { position: relative; width: 560px; height: 560px; max-width: 100%; }
.radial-ring { position: absolute; top: 50%; left: 50%; width: 340px; height: 340px; margin: -170px 0 0 -170px; border-radius: 50%; border: 2px dashed var(--ss-border); }
.radial-center { position: absolute; top: 50%; left: 50%; width: 172px; height: 172px; margin: -86px 0 0 -86px; border-radius: 50%; background: linear-gradient(155deg, var(--ss-navy), var(--ss-ink)); box-shadow: var(--sh-lg); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff; z-index: 3; }
.radial-center span { font-family: var(--f-head); font-size: .82rem; color: rgba(255,255,255,.6); }
.radial-center b { font-family: var(--f-head); font-size: 1.28rem; font-weight: 700; margin-top: 2px; }

.radial-petal { position: absolute; top: 50%; left: 50%; width: 150px; height: 150px; margin: -75px 0 0 -75px; transform: rotate(calc(360deg / var(--n) * var(--i))) translateY(-244px) rotate(calc(-360deg / var(--n) * var(--i))); clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%); background: var(--c, var(--ss-navy-600)); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 30px 20px 26px; z-index: 2; transition: transform var(--t); }
.radial-petal:hover { transform: rotate(calc(360deg / var(--n) * var(--i))) translateY(-252px) rotate(calc(-360deg / var(--n) * var(--i))); }
.radial-petal .radial-ic { width: 34px; height: 34px; margin-bottom: 10px; }
.radial-petal .radial-ic svg { width: 100%; height: 100%; stroke: #fff; fill: none; }
.radial-petal b { font-family: var(--f-head); font-size: .82rem; font-weight: 600; color: #fff; line-height: 1.25; }

.radial-lead { max-width: 760px; margin: clamp(16px,2vw,24px) auto 0; text-align: center; color: var(--ss-muted); font-size: 1.02rem; line-height: 1.7; }
.radial-lead strong { color: var(--ss-navy); }

@media (max-width: 900px) {
  .radial-diagram { width: 460px; height: 460px; }
  .radial-ring { width: 280px; height: 280px; margin: -140px 0 0 -140px; }
  .radial-center { width: 148px; height: 148px; margin: -74px 0 0 -74px; }
  .radial-petal { width: 128px; height: 128px; margin: -64px 0 0 -64px; transform: rotate(calc(360deg / var(--n) * var(--i))) translateY(-198px) rotate(calc(-360deg / var(--n) * var(--i))); padding: 24px 14px 20px; }
  .radial-petal:hover { transform: rotate(calc(360deg / var(--n) * var(--i))) translateY(-198px) rotate(calc(-360deg / var(--n) * var(--i))); }
  .radial-petal b { font-size: .74rem; }
}
@media (max-width: 560px) {
  .radial-diagram { display: none; }
  .radial-fallback { display: grid !important; }
}
.radial-fallback { display: none; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 24px; }
.radial-fallback .rf-card { display: flex; align-items: center; gap: 10px; padding: 14px; border-radius: var(--r); color: #fff; background: var(--c, var(--ss-navy-600)); }
.radial-fallback .rf-card .radial-ic { width: 26px; height: 26px; flex-shrink: 0; }
.radial-fallback .rf-card .radial-ic svg { width: 100%; height: 100%; stroke: #fff; fill: none; }
.radial-fallback .rf-card b { font-family: var(--f-head); font-size: .78rem; font-weight: 600; }

/* Honeypot - pole niewidoczne dla ludzi, wypelnione oznacza bota. Poza ekranem,
   a nie display:none, bo czesc botow pomija pola ukryte tym drugim sposobem. */
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status--ok { background: #e8f6ee; border-color: #2e7d51; color: #1c5c39; }
.form-status--err { background: #fdecea; border-color: #b3261e; color: #8c1d18; }

/* ---------------------------------------------------------------
   Formularze wyceny: grupy parametrow wdrozenia
   Kontrolki wyboru sa etykietami owijajacymi input - caly kafelek
   jest klikalny, a :focus-within daje obrys widoczny z klawiatury.
   --------------------------------------------------------------- */
.form-fieldset { border: 1px solid var(--ss-border); border-radius: var(--r); padding: 18px 18px 6px; margin: 0 0 18px; }
.form-fieldset > legend {
  font-family: var(--f-head); font-size: .82rem; font-weight: 600; letter-spacing: .02em;
  color: var(--ss-orange); padding: 0 8px; margin-left: -8px;
}
.form-fieldset .field, .form-fieldset .form-row { margin-bottom: 14px; }

.choice-label { display: block; font-size: .88rem; font-weight: 500; margin: 0 0 8px; color: var(--ss-text); }
.choice-grid { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; }
.choice {
  display: inline-flex; align-items: center; gap: 8px; cursor: pointer;
  border: 1px solid var(--ss-border); border-radius: 999px; padding: 7px 14px;
  font-size: .86rem; line-height: 1.2; background: #fff; transition: border-color .15s, background .15s;
}
.choice:hover { border-color: var(--ss-orange); }
.choice:focus-within { outline: 2px solid var(--ss-orange); outline-offset: 2px; }
.choice input { accent-color: var(--ss-orange); margin: 0; flex: none; }
.choice:has(input:checked) { border-color: var(--ss-orange); background: #fff4ec; }

/* Pole doprecyzowujace pokazywane po wybraniu "Tak" - domyslnie schowane,
   odslaniane przez skrypt, wiec bez JS formularz nadal jest kompletny. */
.follow-up[hidden] { display: none; }
.follow-up { margin: -6px 0 16px; padding-left: 2px; }

@media (max-width: 560px) {
  .choice-grid { gap: 6px; }
  .choice { padding: 7px 11px; font-size: .82rem; }
}

/* Klauzula informacyjna RODO pod formularzem. Nie jest zgoda - nie ma checkboxa,
   bo podstawa przetwarzania jest art. 6 ust. 1 lit. b, a nie zgoda uzytkownika. */
.form-legal { border-top: 1px solid var(--ss-border); margin: 22px 0 18px; padding-top: 14px; }
.form-legal p { font-size: .78rem; line-height: 1.6; color: var(--ss-muted, #5b6b80); margin: 0 0 8px; }
.form-legal p:last-child { margin-bottom: 0; }
.form-legal a { color: var(--ss-orange); }

/* ---------------------------------------------------------------
   Kafelki wyboru systemu na /wycena/ - wejscie do formularzy wyceny
   --------------------------------------------------------------- */
.quote-tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 14px; }
.quote-tile {
  display: flex; align-items: flex-start; gap: 14px; padding: 20px;
  background: var(--ss-white); border: 1px solid var(--ss-border); border-radius: var(--r);
  text-decoration: none; color: inherit; box-shadow: var(--sh-sm);
  transition: border-color var(--t), box-shadow var(--t), transform var(--t);
}
.quote-tile:hover { border-color: var(--ss-orange); box-shadow: var(--sh-md); transform: translateY(-2px); }
.quote-tile:focus-visible { outline: 2px solid var(--ss-orange); outline-offset: 3px; }
.quote-tile-ico {
  flex: none; width: 46px; height: 46px; border-radius: var(--r-sm);
  display: grid; place-items: center; background: var(--ss-bg-alt); color: var(--ss-orange);
  transition: background var(--t);
}
.quote-tile-ico svg { width: 26px; height: 26px; }
.quote-tile:hover .quote-tile-ico { background: #fff1e7; }
.quote-tile-body { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.quote-tile-name { font-family: var(--f-head); font-weight: 700; font-size: 1rem; color: var(--ss-text); }
.quote-tile-kind { font-size: .86rem; color: var(--ss-text); }
.quote-tile-what { font-size: .8rem; color: var(--ss-muted); line-height: 1.5; margin-top: 4px; }
.quote-tile-go { flex: none; align-self: center; color: var(--ss-border); transition: color var(--t), transform var(--t); }
.quote-tile-go svg { width: 20px; height: 20px; display: block; }
.quote-tile:hover .quote-tile-go { color: var(--ss-orange); transform: translateX(3px); }
.quote-picker-alt { margin: 18px 0 0; font-size: .9rem; color: var(--ss-muted); }
.quote-picker-alt a { color: var(--ss-orange); font-weight: 600; }
@media (prefers-reduced-motion: reduce) {
  .quote-tile, .quote-tile-go { transition: none; }
  .quote-tile:hover { transform: none; }
  .quote-tile:hover .quote-tile-go { transform: none; }
}

.char-count { display: block; text-align: right; font-size: .74rem; color: var(--ss-muted); margin-top: 4px; min-height: 1em; }
.char-count--low { color: var(--ss-orange); font-weight: 600; }

/* ---------------------------------------------------------------
   Mapa serwisu na stronie glownej - linkowanie wewnetrzne
   Teksty odnosnikow sa opisowe, bo w raporcie GSC caly profil
   anchorow zdominowaly "kontakt", "o firmie" i "praca".
   --------------------------------------------------------------- */
.hub-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 26px 30px; }
.hub-col-title {
  font-family: var(--f-head); font-size: .95rem; font-weight: 700; color: var(--ss-text);
  margin: 0 0 6px; padding-bottom: 8px; border-bottom: 2px solid var(--ss-orange); display: inline-block;
}
.hub-col-desc { font-size: .82rem; color: var(--ss-muted); line-height: 1.55; margin: 0 0 12px; }
.hub-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 7px; }
.hub-list a {
  display: block; font-size: .87rem; line-height: 1.45; color: var(--ss-text);
  text-decoration: none; padding-left: 14px; position: relative; transition: color .18s ease;
}
.hub-list a::before {
  content: ""; position: absolute; left: 0; top: .55em;
  width: 5px; height: 5px; border-radius: 50%; background: var(--ss-border); transition: background .18s ease;
}
.hub-list a:hover { color: var(--ss-orange); }
.hub-list a:hover::before { background: var(--ss-orange); }
.hub-list a:focus-visible { outline: 2px solid var(--ss-orange); outline-offset: 3px; border-radius: 2px; }
@media (prefers-reduced-motion: reduce) { .hub-list a, .hub-list a::before { transition: none; } }
