/*
Theme: StalTechGlobal
File: assets/css/style.css
Purpose: główny arkusz motywu - style bazowe, sekcje, animacje i responsywność.
Optimization: scalone powtarzające się @media, usunięte duplikaty reguł, zachowane istniejące klasy i selektory HTML.
*/

:root {
  --st-dark: #020b14;
  --st-dark-2: #001a2f;
  --st-dark-3: #041f35;
  --st-dark-solid: #030d18;
  --st-navy: #041626;
  --st-navy-2: #061a2e;
  --st-blue: #1689ff;
  --st-blue-2: #0088ff;
  --st-blue-dark: #006fd6;
  --st-white: #ffffff;
  --st-text: #1f2937;
  --st-muted: #64748b;
  --st-muted-dark: #5d6b7a;
  --st-light: #f4f7fb;
  --st-soft: #f3f7fb;
  --st-soft-2: #eef4fa;
  --st-border: #e5eaf2;
  --st-border-light: rgba(8, 28, 48, .10);
  --st-line: rgba(10, 27, 44, .10);
  --st-muted-light: rgba(255,255,255,.72);
  --st-muted-soft: rgba(255,255,255,.56);
  --st-border-dark: rgba(255,255,255,.12);
  --st-shadow: 0 24px 70px rgba(3, 16, 30, .08);
  --st-font-head: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --st-font-body: Inter, Arial, sans-serif;
  --stg-cookie-bg: rgba(3, 13, 28, .96);
  --stg-cookie-bg-2: rgba(8, 26, 52, .94);
  --stg-cookie-border: rgba(255,255,255,.12);
  --stg-cookie-line: rgba(255,255,255,.10);
  --stg-cookie-blue: #1689ff;
  --stg-cookie-blue-dark: #006fd6;
  --stg-cookie-white: #ffffff;
  --stg-cookie-muted: rgba(255,255,255,.72);
  --stg-cookie-soft: rgba(255,255,255,.06);
}

.stg-cookie-backdrop,
    .stg-cookie-panel,
    .stg-cookie-manage {
  box-sizing: border-box;
  font-family: inherit;
}

.stg-cookie-backdrop {
  position: fixed;
  inset: 0;
  z-index: 99998;
  display: none;
  background: rgba(0, 8, 18, .46);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.stg-cookie-panel {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 99999;
  display: none;
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  color: var(--stg-cookie-white);
  border: 1px solid var(--stg-cookie-border);
  border-radius: 22px;
  background: radial-gradient(circle at 10% 20%, rgba(22,137,255,.18), transparent 36%),
        linear-gradient(135deg, var(--stg-cookie-bg), var(--stg-cookie-bg-2));
  box-shadow: 0 24px 70px rgba(0,0,0,.45);
}

.stg-cookie-panel.is-visible,
    .stg-cookie-backdrop.is-visible {
  display: block;
}

.stg-cookie-inner {
  display: grid;
  grid-template-columns: 1.35fr .9fr;
  gap: 26px;
  padding: 28px;
}

.stg-cookie-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
  color: #86c2ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.stg-cookie-eyebrow::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 2px;
  background: var(--stg-cookie-blue);
}

.stg-cookie-title {
  margin: 0 0 10px;
  color: var(--stg-cookie-white);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.stg-cookie-desc {
  max-width: 760px;
  margin: 0;
  color: var(--stg-cookie-muted);
  font-size: 15px;
  line-height: 1.75;
}

.stg-cookie-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 16px;
}

.stg-cookie-links a {
  color: #9dccff;
  border-bottom: 1px solid rgba(157,204,255,.35);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease;
}

.stg-cookie-links a:hover {
  color: var(--stg-cookie-white);
  border-color: var(--stg-cookie-white);
}

.stg-cookie-options {
  display: grid;
  gap: 10px;
}

.stg-cookie-option {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--stg-cookie-line);
  border-radius: 16px;
  background: rgba(255,255,255,.035);
}

.stg-cookie-option strong,
    .stg-cookie-option span {
  display: block;
}

.stg-cookie-option strong {
  margin-bottom: 4px;
  color: var(--stg-cookie-white);
  font-size: 14px;
  line-height: 1.3;
}

.stg-cookie-option span {
  color: rgba(255,255,255,.62);
  font-size: 12px;
  line-height: 1.45;
}

.stg-cookie-switch {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 48px;
  height: 27px;
}

.stg-cookie-switch input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.stg-cookie-slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  transition: background .2s ease, border-color .2s ease;
}

.stg-cookie-slider::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--stg-cookie-white);
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
  transition: transform .2s ease;
}

.stg-cookie-switch input:checked + .stg-cookie-slider {
  border-color: var(--stg-cookie-blue);
  background: var(--stg-cookie-blue);
}

.stg-cookie-switch input:checked + .stg-cookie-slider::before {
  transform: translateX(21px);
}

.stg-cookie-switch input:disabled + .stg-cookie-slider {
  cursor: not-allowed;
  background: rgba(22,137,255,.65);
}

.stg-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0 28px 28px;
}

.stg-cookie-btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .035em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.stg-cookie-btn-primary {
  color: var(--stg-cookie-white);
  background: var(--stg-cookie-blue);
  box-shadow: 0 14px 28px rgba(22,137,255,.28);
}

.stg-cookie-btn-primary:hover {
  background: var(--stg-cookie-blue-dark);
  transform: translateY(-1px);
}

.stg-cookie-btn-outline {
  color: var(--stg-cookie-white);
  background: transparent;
  border: 1px solid rgba(255,255,255,.42);
}

.stg-cookie-btn-outline:hover {
  color: #9dccff;
  border-color: var(--stg-cookie-blue);
}

.stg-cookie-btn-muted {
  color: rgba(255,255,255,.78);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.10);
}

.stg-cookie-btn-muted:hover {
  color: var(--stg-cookie-white);
  background: rgba(255,255,255,.12);
}

.stg-cookie-manage {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 99997;
  display: none;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  color: var(--stg-cookie-white);
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.16), transparent 32%),
        linear-gradient(135deg, rgba(3,13,28,.94), rgba(6,26,48,.92));
  box-shadow: 0 16px 38px rgba(0,0,0,.38);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.stg-cookie-manage.is-visible {
  display: inline-flex;
}

.stg-cookie-manage:hover {
  transform: translateY(-2px);
  border-color: rgba(22,137,255,.72);
  background: linear-gradient(135deg, var(--stg-cookie-blue), var(--stg-cookie-blue-dark));
}

.stg-cookie-manage svg {
  display: block;
  width: 25px;
  height: 25px;
}

/* ==============header============================ */

/* Wyłączenie animacji otwierania/zamykania menu Bootstrap */

.navbar-collapse.collapsing {
  height: auto !important;
  transition: none !important;
  display: none !important;
}

.navbar-collapse.collapse {
  transition: none !important;
}

.navbar-collapse.show {
  display: block !important;
  transition: none !important;
}

/* ========================================================== */

.st-page-card-body {
  padding: 15px 20px !important;
}

.st-page-content ul li::before {
  top: 17px !important;
  left: 8px !important;
}

/* =============================Kontakt=========================== */

html,
    body {
  overflow-x: hidden;
}

.contact-page {
  overflow-x: clip;
  isolation: isolate;
}

.contact-page,
    .contact-page * {
  box-sizing: border-box;
}

.contact-page a,
    .contact-page a:hover {
  text-decoration: none;
}

.contact-container {
  width: min(100% - 48px, 1440px);
  margin-inline: auto;
}

.contact-hero {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #041626;
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.contact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 35%, rgba(22,137,255,.16), transparent 34%),
            linear-gradient(180deg, transparent 0%, rgba(2,11,20,.50) 100%);
  pointer-events: none;
}

.contact-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: 118px 0 90px;
}

.contact-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: rgba(255,255,255,.76);
  font-size: 14px;
  font-weight: 600;
}

.contact-breadcrumb a {
  color: #ffffff;
}

.contact-breadcrumb span {
  color: rgba(255,255,255,.66);
}

.contact-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .98;
  font-weight: 900;
  letter-spacing: -.045em;
}

.contact-main {
  position: relative;
  z-index: 3;
  padding: 76px 0 40px;
  background: radial-gradient(circle at 10% 8%, rgba(22,137,255,.08), transparent 32%),
            linear-gradient(180deg, #f4f7fb 0%, #ffffff 100%);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .86fr);
  gap: 74px;
  align-items: start;
}

.contact-form-box {
  position: relative;
  min-width: 0;
  padding: clamp(30px, 4vw, 32px);
  background: #ffffff;
  border: 1px solid rgba(5, 24, 44, .08);
  border-radius: 0;
  box-shadow: 0 28px 85px rgba(4, 22, 38, .13);
  overflow: hidden;
}

.contact-form-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #1689ff, #006fd6);
}

.contact-section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #1689ff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact-section-label::before {
  content: "";
  width: 42px;
  height: 2px;
  background: #1689ff;
  border-radius: 99px;
}

.contact-form-box h2,
    .contact-info-box h2 {
  margin: 0 0 28px;
  color: #071625;
  font-size: clamp(30px, 3.8vw, 32px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.contact-info-box {
  position: relative;
  min-width: 0;
  padding-left: 32px;
  border-left: 1px solid rgba(4, 22, 38, .12);
}

.contact-info-list {
  display: grid;
  gap: 14px;
}

.contact-info-item {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: stretch;
  background: #ffffff;
  border: 1px solid rgba(4, 22, 38, .10);
  box-shadow: 0 16px 42px rgba(4, 22, 38, .055);
  min-height: 106px;
}

.contact-info-icon {
  width: 62px;
  min-height: 100%;
  display: grid;
  place-items: center;
  color: #1689ff;
  background: #061a2e;
  font-size: 24px;
}

.contact-info-content {
  min-width: 0;
  padding: 18px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-info-content strong {
  display: block;
  margin-bottom: 8px;
  color: #071625;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.contact-info-content span,
    .contact-info-content a {
  display: block;
  color: #334155;
  font-size: 15px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.contact-info-content a:hover {
  color: #1689ff;
}

.contact-download {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 44px;
  align-items: center;
  margin-top: 24px;
  min-height: 74px;
  color: #071625;
  background: #ffffff;
  border: 1px solid rgba(4, 22, 38, .10);
  box-shadow: 0 16px 42px rgba(4, 22, 38, .055);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.contact-download:hover {
  color: #071625;
  transform: translateY(-2px);
  border-color: rgba(22,137,255,.38);
  box-shadow: 0 22px 58px rgba(4, 22, 38, .10);
}

.contact-download-icon {
  width: 62px;
  height: 100%;
  min-height: 74px;
  display: grid;
  place-items: center;
  color: #1689ff;
  background: #ffffff;
  border-right: 1px solid rgba(4, 22, 38, .10);
  font-size: 24px;
}

.contact-download-content {
  min-width: 0;
  padding: 16px 18px;
}

.contact-download-content strong {
  color: #071625;
  font-size: 16px;
  font-weight: 900;
}

.contact-download-content span {
  color: #071625;
  font-size: 16px;
}

.contact-download-arrow {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #1689ff;
  font-size: 18px;
}

.contact-map-section {
  margin-top: 74px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, .72fr);
  background: #041626;
  overflow: hidden;
}

.contact-map {
  position: relative;
  min-height: 500px;
  background: #041626;
}

.contact-map-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.contact-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(100%) contrast(1.12) brightness(.72) saturate(.75);
}

.contact-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4,22,38,.30), transparent 48%),
            radial-gradient(circle at center, transparent 40%, rgba(4,22,38,.25) 100%);
  pointer-events: none;
}

.contact-map-card {
  position: relative;
  color: #ffffff;
  background: radial-gradient(circle at 100% 0%, rgba(22,137,255,.22), transparent 34%),
            linear-gradient(135deg, #020b14, #041626);
}

.contact-map-card-inner {
  height: 100%;
  padding: clamp(34px, 4vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-map-card h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.contact-map-card p {
  margin: 0 0 26px;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.75;
}

.contact-map-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #1689ff, #006fd6);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(22,137,255,.28);
  transition: transform .2s ease, box-shadow .2s ease;
}

.contact-map-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(22,137,255,.34);
}

.contact-features {
  padding: 15px 0 58px;
  background: #ffffff;
}

.contact-features-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid #e6edf5;
  background: #ffffff;
  box-shadow: 0 18px 60px rgba(4, 22, 38, .08);
}

.contact-feature {
  padding: 0;
  border-left: 1px solid #e6edf5;
  background: #ffffff;
}

.contact-feature:first-child {
  border-left: 0;
}

.contact-feature-inner {
  height: 100%;
  padding: 26px 22px;
}

.contact-feature i {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  color: #1689ff;
  background: rgba(22,137,255,.10);
  font-size: 22px;
}

.contact-feature h3 {
  margin: 0 0 7px;
  color: #071625;
  font-size: 15px;
  font-weight: 900;
}

.contact-feature p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.55;
}

.contact-page .wpcf7 form {
  margin: 0;
}

.contact-page .wpcf7 p {
  margin: 0;
}

.contact-page .wpcf7 br {
  display: none;
}

.contact-page .st-cf7-grid {
  display: grid;
  gap: 18px;
}

.contact-page .st-cf7-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-page .st-cf7-field {
  display: grid;
  gap: 8px;
}

.contact-page .st-cf7-field label {
  margin: 0;
  color: #071625;
  font-size: 14px;
  font-weight: 900;
}

.contact-page .st-cf7-input,
    .contact-page .st-cf7-textarea,
    .contact-page input[type="text"],
    .contact-page input[type="email"],
    .contact-page input[type="tel"],
    .contact-page textarea {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid #dbe3ee;
  border-radius: 0;
  background: #f8fafc;
  color: #111827;
  font-size: 15px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.contact-page textarea,
    .contact-page .st-cf7-textarea {
  min-height: 150px;
  padding-top: 16px;
  resize: vertical;
}

.contact-page .st-cf7-input:focus,
    .contact-page .st-cf7-textarea:focus,
    .contact-page input[type="text"]:focus,
    .contact-page input[type="email"]:focus,
    .contact-page input[type="tel"]:focus,
    .contact-page textarea:focus {
  border-color: rgba(22,137,255,.62);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(22,137,255,.10);
}

.contact-page .wpcf7-submit,
    .contact-page .st-cf7-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 30px;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  background: linear-gradient(135deg, #1689ff, #006fd6);
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 18px 42px rgba(22,137,255,.25);
  transition: transform .2s ease, box-shadow .2s ease;
}

.contact-page .wpcf7-submit:hover,
    .contact-page .st-cf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(22,137,255,.32);
}

.contact-page .wpcf7-spinner {
  margin-left: 12px;
}

.contact-page .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #dc2626;
  font-size: 13px;
  font-weight: 700;
}

.contact-page .wpcf7-response-output {
  margin: 22px 0 0 !important;
  padding: 14px 16px !important;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
}

.contact-page .wpcf7-list-item {
  margin: 0 !important;
}

.contact-page .st-cf7-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 2px;
}

.contact-page .st-cf7-consent input[type="checkbox"] {
  width: 15px !important;
  height: 15px !important;
  min-width: 15px !important;
  min-height: 15px !important;
  max-width: 15px !important;
  max-height: 15px !important;
  padding: 0 !important;
  margin: 2px 0 0 !important;
  box-shadow: none !important;
  flex: 0 0 15px;
  accent-color: #1689ff;
}

.contact-page .st-cf7-consent span {
  color: #475569;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
}

.contact-page .st-cf7-consent a {
  color: #1689ff;
  font-weight: 700;
}

.contact-main,
    .contact-grid,
    .contact-map-section,
    .contact-features-grid {
  overflow: clip;
}

@supports not (overflow: clip) {.contact-main,
        .contact-grid,
        .contact-map-section,
        .contact-features-grid {
            overflow: hidden;
        }}

.st-reveal {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition: opacity .55s cubic-bezier(.16, 1, .3, 1),
            transform .55s cubic-bezier(.16, 1, .3, 1);
  backface-visibility: hidden;
  contain: paint;
}

.st-reveal[data-reveal="left"] {
  transform: translate3d(-22px, 0, 0);
}

.st-reveal[data-reveal="right"] {
  transform: translate3d(22px, 0, 0);
}

.st-reveal[data-reveal="up"] {
  transform: translate3d(0, 22px, 0);
}

.st-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.st-reveal-delay-1 {
  transition-delay: .06s;
}

.st-reveal-delay-2 {
  transition-delay: .12s;
}

.st-reveal-delay-3 {
  transition-delay: .18s;
}

.st-reveal-delay-4 {
  transition-delay: .24s;
}

.st-reveal-delay-5 {
  transition-delay: .30s;
}

.contact-feature-inner {
  height: 100%;
}

/* ============================================================= */

/* ============================Formularz kontaktowy============================= */

.st-cf7-form,
  .st-cf7-form * {
  box-sizing: border-box;
}

.st-cf7-form {
  width: 100%;
  max-width: 100%;
  display: grid;
  gap: 16px;
}

.st-cf7-row {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.st-cf7-field {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.st-cf7-form input,
  .st-cf7-form textarea,
  .st-cf7-form select {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid #d8dee8;
  border-radius: 0;
  outline: none;
  background: #ffffff;
  color: #111827;
  font-size: 14px;
  line-height: 1.4;
}

.st-cf7-form textarea {
  min-height: 150px;
  padding-top: 16px;
  resize: vertical;
}

.st-cf7-form input:focus,
  .st-cf7-form textarea:focus,
  .st-cf7-form select:focus {
  border-color: #1689ff;
  box-shadow: 0 0 0 3px rgba(22, 137, 255, .12);
}

.st-cf7-file {
  width: 100%;
  max-width: 100%;
  padding: 18px;
  background: #ffffff;
  border: 1px solid #d8dee8;
}

.st-cf7-file-label {
  display: block;
  margin-bottom: 10px;
  color: #07111f;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.st-cf7-file-note {
  display: block;
  margin-top: 9px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.5;
}

.st-cf7-form input[type="file"] {
  width: 100%;
  max-width: 100%;
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 13px;
  color: #334155;
}

.st-cf7-consents {
  width: 100%;
  max-width: 100%;
  display: grid;
  gap: 12px;
  margin: 4px 0 22px;
}

.st-cf7-consent {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 14px 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.st-cf7-consent label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  cursor: pointer;
}

.st-cf7-consent input[type="checkbox"] {
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  width: 15px !important;
  height: 15px !important;
  min-width: 15px !important;
  max-width: 15px !important;
  min-height: 15px !important;
  max-height: 15px !important;
  padding: 0 !important;
  margin: 2px 0 0 !important;
  box-shadow: none !important;
  flex: 0 0 15px;
  accent-color: #1689ff;
}

.st-cf7-consent span {
  display: block;
  min-width: 0;
  max-width: 100%;
  color: #475569;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
  overflow-wrap: anywhere;
  word-break: normal;
}

.st-cf7-consent a {
  color: #1689ff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.st-cf7-consent-required {
  border-left: 3px solid #1689ff;
}

.st-cf7-consent-optional {
  border-left: 3px solid #94a3b8;
}

.st-cf7-consent-badge {
  display: inline-flex !important;
  width: fit-content;
  margin-bottom: 5px;
  padding: 3px 7px;
  background: rgba(22, 137, 255, .10);
  color: #1689ff !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.st-cf7-consent-optional .st-cf7-consent-badge {
  background: rgba(100, 116, 139, .12);
  color: #475569 !important;
}

.st-cf7-submit-wrap {
  width: 100%;
  max-width: 100%;
}

.st-cf7-submit {
  width: fit-content !important;
  min-width: 220px;
  min-height: 50px !important;
  padding: 0 26px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1689ff !important;
  background: #1689ff !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  letter-spacing: .055em;
  cursor: pointer;
  transition: background .22s ease, border-color .22s ease, transform .22s ease;
}

.st-cf7-submit:hover {
  background: #006fd6 !important;
  border-color: #006fd6 !important;
  transform: translateY(-1px);
}

/* ============================================================================= */

/* ================================Footer================================== */

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
            linear-gradient(0deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: .35;
  pointer-events: none;
}

.site-footer .st-container {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, 1440px);
  margin-inline: auto;
}

.footer-main-row {
  row-gap: 48px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  text-decoration: none;
}

.footer-logo img {
  display: block;
  width: 210px;
  max-width: 100%;
  height: auto;
}

.footer-desc {
  max-width: 335px;
  margin: 0 0 34px;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.85;
  font-weight: 400;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-socials a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 10px;
  text-decoration: none;
  font-size: 17px;
  transition: .25s ease;
}

.footer-socials a:hover {
  color: #ffffff;
  border-color: #1689ff;
  background: rgba(22,137,255,.12);
  transform: translateY(-2px);
}

.site-footer h3 {
  margin: 0 0 25px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.footer-list,
    .footer-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 17px;
}

.footer-list a {
  color: rgba(255,255,255,.68);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 400;
  text-decoration: none;
  transition: .22s ease;
}

.footer-list a:hover {
  color: #1689ff;
  padding-left: 4px;
}

.footer-contact {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 22px;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.65;
}

.footer-contact i {
  flex: 0 0 auto;
  margin-top: 3px;
  color: #1689ff;
  font-size: 21px;
}

.footer-contact a,
    .footer-contact span {
  color: rgba(255,255,255,.72);
  text-decoration: none;
}

.footer-contact a:hover {
  color: #ffffff;
}

.footer-btn {
  width: 100%;
  max-width: 235px;
  min-height: 54px;
  margin-top: 10px;
  padding: 0 22px 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  color: #1689ff;
  border: 2px solid rgba(22,137,255,.85);
  background: rgba(0,0,0,.08);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  transition: .25s ease;
}

.footer-btn i {
  font-size: 22px;
  line-height: 1;
  transition: .25s ease;
}

.footer-btn:hover {
  color: #ffffff;
  background: #1689ff;
  border-color: #1689ff;
}

.footer-btn:hover i {
  transform: translateX(4px);
}

.footer-bottom {
  position: relative;
  margin-top: 70px;
  padding-top: 31px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  color: rgba(255,255,255,.55);
  font-size: 14px;
  line-height: 1.5;
}

.footer-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255,255,255,.08);
}

.footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 62px;
}

.footer-legal a {
  color: rgba(255,255,255,.55);
  text-decoration: none;
  font-size: 14px;
  transition: .22s ease;
}

.footer-legal a:hover {
  color: #1689ff;
}

.footer-company-legal {
  max-width: 1180px;
  color: rgba(255,255,255,.46);
  font-size: 12.5px;
  line-height: 1.75;
  font-weight: 400;
}

.footer-company-legal strong {
  color: rgba(255,255,255,.68);
  font-weight: 700;
}

.footer-animate {
  opacity: 1;
  transform: none;
}

.site-footer.footer-js .footer-animate {
  opacity: 0;
  transform: translateY(48px);
  transition: opacity 1.35s cubic-bezier(.22, 1, .36, 1),
            transform 1.35s cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}

.site-footer.footer-js .footer-animate-left {
  transform: translateX(-64px);
}

.site-footer.footer-js .footer-animate-right {
  transform: translateX(64px);
}

.site-footer.footer-js .footer-animate-top {
  transform: translateY(-42px);
}

.site-footer.is-visible .footer-animate {
  opacity: 1;
  transform: translate(0, 0);
}

.site-footer.is-visible .footer-delay-1 {
  transition-delay: .14s;
}

.site-footer.is-visible .footer-delay-2 {
  transition-delay: .32s;
}

.site-footer.is-visible .footer-delay-3 {
  transition-delay: .50s;
}

.site-footer.is-visible .footer-delay-4 {
  transition-delay: .68s;
}

.site-footer.is-visible .footer-delay-5 {
  transition-delay: .86s;
}

/* ====================================================================== */

/* ==========================Slider====================================== */

.st-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 760px;
  overflow: hidden;
  background: #020b14;
  color: #ffffff;
  isolation: isolate;
}

/* Background slider */

.st-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background: #020b14;
}

.st-hero__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.035);
  will-change: opacity, transform;
  animation-duration: 14s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes stHeroSlideOne {0% {
        opacity: 1;
        transform: scale(1);
    }

    42% {
        opacity: 1;
        transform: scale(1.025);
    }

    50% {
        opacity: 0;
        transform: scale(1.035);
    }

    92% {
        opacity: 0;
        transform: scale(1.035);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }}

@keyframes stHeroSlideTwo {0% {
        opacity: 0;
        transform: scale(1.035);
    }

    42% {
        opacity: 0;
        transform: scale(1.035);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }

    92% {
        opacity: 1;
        transform: scale(1.025);
    }

    100% {
        opacity: 0;
        transform: scale(1.035);
    }}

.st-hero__inner {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  padding-left: 62px;
  padding-right: 62px;
}

/* Left dark overlay — wersja bliżej wzoru */

.st-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(circle at 24% 47%, rgba(0, 92, 210, .16) 0%, rgba(0, 92, 210, .10) 22%, rgba(0, 92, 210, .04) 40%, rgba(0, 92, 210, 0) 62%),
        linear-gradient(90deg, rgba(1, 8, 16, .97) 0%, rgba(1, 9, 18, .93) 19%, rgba(1, 12, 24, .78) 42%, rgba(1, 13, 26, .44) 64%, rgba(1, 13, 26, .16) 100%),
        linear-gradient(180deg, rgba(1, 8, 16, .08) 0%, rgba(1, 8, 16, .08) 42%, rgba(1, 8, 16, .96) 100%);
}

.st-hero__content {
  position: relative;
  height: 100%;
}

/* Text block */

.st-hero__text {
  position: absolute;
  left: 0;
  top: 210px;
  width: 730px;
  max-width: 730px;
}

/* Animacje */

@keyframes stFlyFromLeft {0% {
        opacity: 0;
        transform: translateX(-90px);
        filter: blur(8px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        filter: blur(0);
    }}

@keyframes stFlyFromRight {0% {
        opacity: 0;
        transform: translateX(90px);
        filter: blur(8px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        filter: blur(0);
    }}

/* Lekkie animacje tylko dla mobile */

@keyframes stMobileFlyFromLeft {0% {
        opacity: 0;
        transform: translate3d(-34px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }}

@keyframes stMobileFlyFromRight {0% {
        opacity: 0;
        transform: translate3d(34px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }}

.st-hero__title {
  animation: stFlyFromLeft .85s cubic-bezier(.22, .9, .32, 1) both;
}

.st-hero__desc {
  animation: stFlyFromLeft .85s cubic-bezier(.22, .9, .32, 1) .16s both;
}

.st-hero__btn--primary {
  animation: stFlyFromLeft .8s cubic-bezier(.22, .9, .32, 1) .32s both;
}

.st-hero__btn--outline {
  animation: stFlyFromRight .8s cubic-bezier(.22, .9, .32, 1) .42s both;
}

.st-hero-feature:nth-child(1) {
  animation: stFlyFromLeft .75s cubic-bezier(.22, .9, .32, 1) .55s both;
}

.st-hero-feature:nth-child(2) {
  animation: stFlyFromLeft .75s cubic-bezier(.22, .9, .32, 1) .68s both;
}

.st-hero-feature:nth-child(3) {
  animation: stFlyFromRight .75s cubic-bezier(.22, .9, .32, 1) .81s both;
}

.st-hero-feature:nth-child(4) {
  animation: stFlyFromRight .75s cubic-bezier(.22, .9, .32, 1) .94s both;
}

/* Title */

.st-hero__title {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-size: 45px;
  line-height: 1.055;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .2px;
  text-shadow: 0 7px 26px rgba(0, 0, 0, .50);
}

.st-hero__title span,
.st-hero__title strong {
  display: block;
}

.st-hero__title strong {
  margin-top: 8px;
  color: #0d74ff;
  font-size: 45px;
  line-height: 1.04;
  font-weight: 800;
}

/* Description */

.st-hero__desc {
  margin: 34px 0 0;
  max-width: 565px;
  color: rgba(255, 255, 255, .92);
  font-size: 17px;
  line-height: 1.68;
  font-weight: 400;
  text-shadow: 0 5px 18px rgba(0, 0, 0, .42);
}

/* Buttons */

.st-hero__buttons {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-top: 45px;
}

.st-hero__btn {
  height: 60px;
  min-width: 200px;
  padding: 0 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
  border-radius: 0;
  text-decoration: none;
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .15px;
  text-transform: uppercase;
  transition: all .22s ease;
}

.st-hero__btn i {
  font-size: 21px;
  line-height: 1;
}

.st-hero__btn--primary {
  color: #fff;
  background: #0d72ff;
  border: 1px solid #0d72ff;
  box-shadow: 0 13px 30px rgba(13, 114, 255, .24);
}

.st-hero__btn--primary:hover {
  color: #fff;
  background: #005fe8;
  border-color: #005fe8;
  transform: translateY(-2px);
}

.st-hero__btn--outline {
  min-width: 205px;
  color: #fff;
  background: rgba(1, 12, 25, .27);
  border: 2px solid rgba(255, 255, 255, .76);
}

.st-hero__btn--outline:hover {
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-color: #fff;
  transform: translateY(-2px);
}

/* Features */

.st-hero__features {
  position: absolute;
  z-index: 7;
  left: 62px;
  right: 62px;
  bottom: 55px;
  display: grid;
  grid-template-columns: 1.03fr 1.18fr 1.18fr 1fr;
  align-items: center;
}

.st-hero-feature {
  position: relative;
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 44px;
}

.st-hero-feature:first-child {
  padding-left: 0;
}

.st-hero-feature:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 1px;
  height: 78px;
  background: rgba(255, 255, 255, .24);
}

.st-hero-feature__icon {
  flex: 0 0 61px;
  width: 61px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0875ff;
  font-size: 56px;
  line-height: 1;
  filter: drop-shadow(0 0 14px rgba(8, 117, 255, .25));
}

.st-hero-feature__body {
  min-width: 0;
}

.st-hero-feature__title {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.05;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .2px;
}

.st-hero-feature__text {
  display: block;
  max-width: 255px;
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
  line-height: 1.48;
  font-weight: 400;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

/* ====================================================================== */

/* =================================O nas================================ */

.st-about {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 610px;
  background: #f7f9fc;
  color: #071323;
  padding: 82px 0 78px;
}

.st-about::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 12% 24%, rgba(13, 115, 255, .045), transparent 0 28%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.st-about__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  padding-left: 62px;
  padding-right: 56px;
}

.st-about__row {
  align-items: center;
}

.st-about__content {
  max-width: 665px;
  padding-top: 10px;
}

.st-about__eyebrow {
  display: block;
  margin-bottom: 22px;
  color: #0d73ff;
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .25px;
  text-transform: uppercase;
}

.st-about__title {
  margin: 0;
  max-width: 555px;
  color: #071323;
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-size: 43px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: .1px;
  text-transform: uppercase;
}

.st-about__text {
  margin-top: 45px;
  max-width: 660px;
}

.st-about__text p {
  margin: 0;
  color: rgba(7, 19, 35, .76);
  font-size: 17px;
  line-height: 1.82;
  font-weight: 400;
}

.st-about__text p + p {
  margin-top: 31px;
}

.st-about__btn {
  margin-top: 57px;
  width: 233px;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  border-radius: 0;
  border: 1px solid #0d73ff;
  background: #0d73ff;
  color: #ffffff;
  text-decoration: none;
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .15px;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(13, 115, 255, .20);
  transition: all .22s ease;
}

.st-about__btn:hover {
  color: #ffffff;
  background: #005fe8;
  border-color: #005fe8;
  transform: translateY(-2px);
}

.st-about__btn i {
  font-size: 21px;
  line-height: 1;
}

.st-about__visual {
  position: relative;
  min-height: 415px;
}

.st-about__image-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 91.8%;
  height: 420px;
  overflow: hidden;
  background: #061322;
}

.st-about__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.st-about__stats {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100.7%;
  min-height: 148px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: linear-gradient(135deg, rgba(2, 12, 23, .99), rgba(3, 18, 34, .99));
  border: 1px solid rgba(255, 255, 255, .06);
  box-shadow: 0 22px 55px rgba(0, 19, 41, .22);
}

.st-about-stat {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 28px 36px;
}

.st-about-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 29px;
  bottom: 29px;
  width: 1px;
  background: rgba(255, 255, 255, .18);
}

.st-about-stat__icon {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d73ff;
  font-size: 57px;
  line-height: 1;
  filter: drop-shadow(0 0 14px rgba(13, 115, 255, .22));
}

.st-about-stat__number {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 47px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -.8px;
}

.st-about-stat__label {
  display: block;
  color: rgba(255, 255, 255, .84);
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-size: 12.5px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
}

/* ANIMACJA PRZYLOTU */

.st-animate {
  opacity: 0;
  transform: translateY(45px);
  transition: opacity .9s cubic-bezier(.22, 1, .36, 1),
        transform .9s cubic-bezier(.22, 1, .36, 1);
}

.st-animate-left {
  transform: translateX(-55px);
}

.st-animate-right {
  transform: translateX(55px);
}

.st-animate-up {
  transform: translateY(55px);
}

.st-about.is-visible .st-animate {
  opacity: 1;
  transform: translate(0, 0);
}

.st-about.is-visible .st-delay-1 {
  transition-delay: .08s;
}

.st-about.is-visible .st-delay-2 {
  transition-delay: .18s;
}

.st-about.is-visible .st-delay-3 {
  transition-delay: .28s;
}

.st-about.is-visible .st-delay-4 {
  transition-delay: .38s;
}

.st-about.is-visible .st-delay-5 {
  transition-delay: .48s;
}

/* ====================================================================== */

/* ======================Usługi========================================== */

.st-offer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(2, 11, 20, .92) 0%, rgba(2, 11, 20, .78) 22%, rgba(2, 11, 20, .62) 50%, rgba(2, 11, 20, .78) 78%, rgba(2, 11, 20, .92) 100%),
        radial-gradient(circle at 50% 8%, rgba(13, 115, 255, .14), transparent 0 22%),
        linear-gradient(180deg, rgba(2, 12, 22, .38), rgba(2, 12, 22, .68));
}

.st-offer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.02), transparent 18%, transparent 82%, rgba(255,255,255,.02)),
        radial-gradient(circle at 50% 15%, rgba(13,115,255,.06), transparent 0 32%);
  opacity: 1;
}

.st-offer__container {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 100%;
  padding-left: 62px;
  padding-right: 62px;
}

.st-offer__heading {
  text-align: center;
  margin-bottom: 42px;
}

.st-offer__eyebrow {
  display: block;
  margin-bottom: 14px;
  color: #0d73ff;
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .35px;
}

.st-offer__title {
  margin: 0;
  color: #ffffff;
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-size: 41px;
  line-height: 1.08;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .25px;
  text-shadow: 0 8px 28px rgba(0,0,0,.45);
}

.st-offer__underline {
  width: 120px;
  height: 3px;
  margin: 22px auto 0;
  background: #0d73ff;
}

.st-offer__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.st-offer-card {
  position: relative;
  min-height: 306px;
  padding: 43px 36px 34px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(145deg, rgba(7, 24, 41, .60), rgba(4, 17, 31, .80));
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03),
        0 18px 45px rgba(0,0,0,.16);
  transition: transform .24s ease,
        border-color .24s ease,
        background .24s ease,
        box-shadow .24s ease;
  overflow: hidden;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.st-offer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 22% 12%, rgba(13, 115, 255, .14), transparent 0 24%),
        linear-gradient(180deg, rgba(255,255,255,.028), transparent 42%);
  opacity: .8;
  transition: opacity .24s ease;
}

.st-offer-card:hover {
  color: #ffffff;
  transform: translateY(-6px);
  border-color: rgba(13, 115, 255, .62);
  background: linear-gradient(145deg, rgba(9, 31, 54, .78), rgba(4, 17, 31, .90));
  box-shadow: inset 0 0 0 1px rgba(13, 115, 255, .14),
        0 24px 55px rgba(0,0,0,.24);
}

.st-offer-card:hover::before {
  opacity: 1;
}

.st-offer-card__icon {
  position: relative;
  z-index: 2;
  min-height: 70px;
  display: flex;
  align-items: flex-start;
  color: #0d73ff;
  font-size: 58px;
  line-height: 1;
  filter: drop-shadow(0 0 14px rgba(13, 115, 255, .25));
}

.st-offer-card__icon i {
  display: block;
  line-height: 1;
}

.st-offer-card__title {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 22px;
  color: #ffffff;
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .15px;
}

.st-offer-card__text {
  position: relative;
  z-index: 2;
  margin: 28px 0 0;
  max-width: 220px;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
}

.st-offer-card__arrow {
  position: relative;
  z-index: 2;
  margin-top: auto;
  margin-left: auto;
  color: rgba(255,255,255,.78);
  font-size: 30px;
  line-height: 1;
  transition: color .24s ease, transform .24s ease;
}

.st-offer-card:hover .st-offer-card__arrow {
  color: #0d73ff;
  transform: translateX(5px);
}

/* Animacja desktop */

.st-offer-animate {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition: opacity .72s cubic-bezier(.22, 1, .36, 1),
        transform .72s cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}

.st-offer-animate--top {
  transform: translate3d(0, -26px, 0);
}

.st-offer-animate--left {
  transform: translate3d(-34px, 0, 0);
}

.st-offer-animate--right {
  transform: translate3d(34px, 0, 0);
}

.st-offer.is-visible .st-offer-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* krótsze opóźnienia, żeby nie było efektu "nagle się doczytało" */

.st-offer.is-visible .st-offer-delay-1 {
  transition-delay: .04s;
}

.st-offer.is-visible .st-offer-delay-2 {
  transition-delay: .10s;
}

.st-offer.is-visible .st-offer-delay-3 {
  transition-delay: .16s;
}

.st-offer.is-visible .st-offer-delay-4 {
  transition-delay: .22s;
}

.st-offer.is-visible .st-offer-delay-5 {
  transition-delay: .28s;
}

.st-offer.is-visible .st-offer-delay-6 {
  transition-delay: .34s;
}

.st-offer.is-done .st-offer-animate {
  will-change: auto;
}

/* ====================================================================== */

/* =============================Karuzela produktów======================= */

.st-projects {
  position: relative;
  overflow: hidden;
  background: #f7f9fc;
  padding: 58px 0 0;
  color: #071323;
}

.st-projects::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 0%, rgba(13, 115, 255, .05), transparent 0 30%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.st-projects__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  padding-left: 62px;
  padding-right: 62px;
}

.st-projects__heading {
  text-align: center;
  margin-bottom: 43px;
}

.st-projects__eyebrow {
  display: block;
  margin-bottom: 13px;
  color: #0d73ff;
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .35px;
}

.st-projects__title {
  margin: 0;
  color: #071323;
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-size: 41px;
  line-height: 1.08;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .2px;
}

.st-projects__carousel {
  position: relative;
  padding-left: 38px;
  padding-right: 38px;
}

.st-projects__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.st-projects__track {
  display: flex;
  transition: transform .55s ease;
  will-change: transform;
}

.st-project-card {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
  text-decoration: none;
  color: #071323;
}

.st-project-card:hover {
  color: #071323;
}

.st-project-card__image {
  position: relative;
  width: 100%;
  height: 206px;
  overflow: hidden;
  background: #d9e0e8;
}

.st-project-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform .35s ease, filter .35s ease;
}

.st-project-card:hover .st-project-card__image img {
  transform: scale(1.055);
  filter: contrast(1.04);
}

.st-project-card__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(3, 18, 34, .92), rgba(13, 115, 255, .38)),
        radial-gradient(circle at 35% 35%, rgba(255,255,255,.16), transparent 0 32%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.75);
  font-size: 50px;
}

.st-project-card__body {
  padding-top: 24px;
}

.st-project-card__title {
  margin: 0;
  color: #071323;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.st-project-card__location {
  display: block;
  margin-top: 9px;
  color: rgba(7, 19, 35, .55);
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.st-projects__nav {
  position: absolute;
  top: 84px;
  z-index: 5;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #071323;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  line-height: 1;
  opacity: .85;
  transition: opacity .2s ease, transform .2s ease, color .2s ease;
}

.st-projects__nav:hover {
  opacity: 1;
  color: #0d73ff;
  transform: scale(1.08);
}

.st-projects__nav--prev {
  left: -8px;
}

.st-projects__nav--next {
  right: -8px;
}

.st-projects__more {
  display: flex;
  justify-content: center;
  margin-top: 42px;
  margin-bottom: 28px;
}

.st-projects__more-btn {
  width: 304px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 2px solid rgba(7, 19, 35, .36);
  background: transparent;
  color: #071323;
  text-decoration: none;
  border-radius: 0;
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .15px;
  transition: all .22s ease;
}

.st-projects__more-btn:hover {
  color: #ffffff;
  border-color: #0d73ff;
  background: #0d73ff;
}

.st-projects__more-btn i {
  font-size: 20px;
}

.st-projects__empty {
  max-width: 720px;
  margin: 0 auto 58px;
  padding: 36px 30px;
  text-align: center;
  border: 1px solid rgba(7, 19, 35, .12);
  background: #ffffff;
  color: rgba(7, 19, 35, .68);
  font-size: 17px;
  line-height: 1.6;
}

.st-trust {
  position: relative;
  z-index: 3;
  margin-top: 0;
  background: linear-gradient(135deg, #03111f 0%, #061b31 100%);
  border-top: 1px solid rgba(255,255,255,.08);
}

.st-trust__inner {
  min-height: 116px;
  padding-left: 62px;
  padding-right: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(34px, 5vw, 78px);
  flex-wrap: wrap;
}

.st-trust__title {
  color: #ffffff;
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 8px;
  opacity: .94;
}

.st-trust__logo {
  color: rgba(255,255,255,.70);
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
  opacity: .82;
  white-space: nowrap;
}

.st-trust__logo--small {
  font-size: 18px;
  line-height: 1.05;
  text-align: center;
}

/* WOLNIEJSZA ANIMACJA PRZYLOTU */

.st-projects-animate {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity 1.25s cubic-bezier(.22, 1, .36, 1),
        transform 1.25s cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}

.st-projects-animate--top {
  transform: translateY(-34px);
}

.st-projects-animate--left {
  transform: translateX(-42px);
}

.st-projects-animate--right {
  transform: translateX(42px);
}

.st-projects.is-visible .st-projects-animate {
  opacity: 1;
  transform: translate(0, 0);
}

.st-projects.is-visible .st-projects-delay-1 {
  transition-delay: .18s;
}

.st-projects.is-visible .st-projects-delay-2 {
  transition-delay: .36s;
}

.st-projects.is-visible .st-projects-delay-3 {
  transition-delay: .54s;
}

.st-projects.is-visible .st-projects-delay-4 {
  transition-delay: .72s;
}

.st-projects.is-visible .st-projects-delay-5 {
  transition-delay: .90s;
}

.st-projects.is-visible .st-projects-delay-6 {
  transition-delay: 1.08s;
}

/* ====================================================================== */

/* ==============================O firmie================================ */

.st-about-values-section {
  position: relative;
  overflow: hidden;
  padding: 35px 0 55px;
  font-family: Arial, sans-serif;
}

.st-about-values-section * {
  box-sizing: border-box;
}

.st-about-values-section .container {
  position: relative;
  z-index: 2;
}

.st-section-label {
  color: #0d73ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.st-section-title {
  margin: 0 0 24px;
  color: #061a2e;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.st-section-text {
  max-width: 640px;
  color: #223a53;
  font-size: 16px;
  line-height: 1.78;
}

.st-section-text p {
  margin: 0 0 16px;
}

.st-about-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
  max-width: 660px;
}

.st-about-point {
  position: relative;
  padding-left: 24px;
}

.st-about-point::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background: #0d73ff;
}

.st-about-point h3 {
  margin: 0 0 8px;
  color: #061a2e;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 900;
}

.st-about-point p {
  margin: 0;
  color: #40566f;
  font-size: 15px;
  line-height: 1.65;
}

.st-about-image-box {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  height: 100%;
  border-left: 5px solid #0d73ff;
  box-shadow: 0 22px 60px rgba(2, 11, 20, 0.10);
  background: #eef3f8;
  margin-top: -69%;
}

.st-about-image-box img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  display: block;
  transition: transform .55s ease;
}

.st-about-image-box:hover img {
  transform: scale(1.025);
}

.st-values-wrap {
  margin-top: 55px;
}

.st-values-header {
  max-width: 780px;
  margin-bottom: 30px;
}

.st-values-desc {
  margin: 0;
  color: #42556c;
  font-size: 16px;
  line-height: 1.75;
}

.st-values-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(6, 26, 46, 0.12);
  border-left: 1px solid rgba(6, 26, 46, 0.12);
  background: rgba(255, 255, 255, 0.35);
}

.st-value-item {
  position: relative;
  padding: 28px 28px 30px;
  border-right: 1px solid rgba(6, 26, 46, 0.12);
  border-bottom: 1px solid rgba(6, 26, 46, 0.12);
  transition: background .3s ease, transform .3s ease;
}

.st-value-item:hover {
  background: rgba(255, 255, 255, 0.72);
  transform: translateY(-3px);
}

.st-value-item::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 0;
  width: 42px;
  height: 3px;
  background: #0d73ff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}

.st-value-item:hover::before {
  transform: scaleX(1);
}

.st-value-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d73ff;
  background: rgba(13, 115, 255, 0.08);
  font-size: 23px;
}

.st-value-item h3 {
  margin: 0 0 12px;
  color: #061a2e;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.2px;
}

.st-value-item p {
  margin: 0;
  color: #30445b;
  font-size: 15px;
  line-height: 1.7;
}

.st-footer-cta {
  margin-top: 55px;
  width: 100%;
  background: transparent;
  padding: 0;
  font-family: Arial, sans-serif;
}

.st-footer-cta-inner {
  min-height: 290px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 56px 26px;
  background: linear-gradient(110deg, #020b13 0%, #061827 48%, #103d66 100%);
}

.st-footer-cta-content {
  max-width: 760px;
}

.st-footer-cta-content h2 {
  margin: 0 0 22px;
  color: #ffffff !important;
  font-size: clamp(38px, 5vw, 40px);
  line-height: .96;
  font-weight: 900;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.st-footer-cta-content p {
  margin: 0;
  max-width: 720px;
  color: rgba(255, 255, 255, .78) !important;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
}

.st-page-content .st-footer-cta-btn,
    .st-footer-cta-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 290px;
  height: 58px;
  padding: 0 30px;
  background: #1689ff !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: background .25s ease, transform .25s ease;
}

.st-page-content .st-footer-cta-btn:hover,
    .st-footer-cta-btn:hover {
  background: #0f78e4 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateX(4px);
}

.st-footer-cta-btn i {
  font-size: 18px;
  line-height: 1;
}

.st-fly {
  opacity: 0;
  transform: translateY(45px);
  transition: opacity 0.75s ease,
        transform 0.75s cubic-bezier(.22, .61, .36, 1);
}

.st-fly-left {
  opacity: 0;
  transform: translateX(-45px);
  transition: opacity 0.75s ease,
        transform 0.75s cubic-bezier(.22, .61, .36, 1);
}

.st-fly-right {
  opacity: 0;
  transform: translateX(45px);
  transition: opacity 0.75s ease,
        transform 0.75s cubic-bezier(.22, .61, .36, 1);
}

.st-fly.is-visible,
    .st-fly-left.is-visible,
    .st-fly-right.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

.st-delay-1 {
  transition-delay: 0.05s;
}

.st-delay-2 {
  transition-delay: 0.12s;
}

.st-delay-3 {
  transition-delay: 0.19s;
}

.st-delay-4 {
  transition-delay: 0.26s;
}

.st-delay-5 {
  transition-delay: 0.33s;
}

.st-delay-6 {
  transition-delay: 0.40s;
}

/* ====================================================================== */

/* =======================Wynajem kadr=================================== */

.st-staff-light-section {
  position: relative;
  overflow: hidden;
  padding: 0 0 40px;
  font-family: Arial, sans-serif;
  color: #061a2e;
}

.st-staff-light-section * {
  box-sizing: border-box;
}

.st-staff-light-section .container {
  position: relative;
  z-index: 2;
}

.st-light-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: #0d73ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.st-light-label::before {
  content: "";
  width: 34px;
  height: 2px;
  background: #0d73ff;
  flex: 0 0 auto;
}

.st-light-title {
  margin: 0;
  color: #061a2e;
  font-size: clamp(31px, 4vw, 52px);
  line-height: 1.06;
  font-weight: 950;
  letter-spacing: -1.3px;
  text-transform: uppercase;
}

.st-light-title span {
  color: #0d73ff;
}

.st-light-text {
  margin: 0;
  color: #30445b;
  font-size: 16px;
  line-height: 1.78;
}

.st-hero-light {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  min-height: 560px;
  background: #ffffff;
  overflow: hidden;
}

.st-hero-light-content {
  min-height: 560px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
}

.st-hero-light-content .st-light-text {
  max-width: 720px;
  margin-top: 24px;
  font-size: 17px;
}

.st-hero-light-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 32px 0 0;
  list-style: none;
  max-width: 660px;
}

.st-hero-light-tags li {
  position: relative;
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0 16px 0 34px;
  background: #f2f7fd;
  color: #183653;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
}

.st-hero-light-tags li::before {
  content: "";
  position: absolute;
  left: 14px;
  width: 7px;
  height: 7px;
  background: #0d73ff;
}

.st-hero-light-image {
  min-height: 560px;
  overflow: hidden;
  border-left: 5px solid #0d73ff;
  background: #dfeaf5;
}

.st-hero-light-image img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  display: block;
}

.st-section-block {
  margin-top: 64px;
}

.st-section-head {
  max-width: 890px;
  margin-bottom: 32px;
}

.st-section-head .st-light-text {
  margin-top: 18px;
}

.st-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.st-process-card {
  min-height: 100%;
  background: #ffffff;
  box-shadow: 0 18px 55px rgba(2, 11, 20, 0.06);
  padding: 32px 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform .3s ease, box-shadow .3s ease;
}

.st-process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 75px rgba(2, 11, 20, 0.11);
}

.st-process-line {
  width: 46px;
  height: 3px;
  background: #0d73ff;
  margin-bottom: 24px;
}

.st-process-card h3 {
  margin: 0 0 14px;
  color: #061a2e;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -0.3px;
}

.st-process-card p {
  margin: 0;
  color: #334a63;
  font-size: 15px;
  line-height: 1.72;
}

.st-benefits-wrap {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 34px;
  align-items: stretch;
}

.st-benefits-intro {
  min-height: 100%;
  background: #ffffff;
  color: #061a2e;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 22px 65px rgba(2, 11, 20, 0.08);
  border-left: 5px solid #0d73ff;
}

.st-benefits-intro h2 {
  margin: 0;
  color: #061a2e;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.st-benefits-intro p {
  margin: 20px 0 0;
  color: #30445b;
  font-size: 16px;
  line-height: 1.78;
}

.st-benefits-list {
  display: grid;
  gap: 12px;
  height: 100%;
}

.st-benefit-item {
  background: #ffffff;
  box-shadow: 0 16px 46px rgba(2, 11, 20, 0.06);
  overflow: hidden;
}

.st-benefit-btn {
  width: 100%;
  border: 0;
  outline: 0;
  background: #ffffff;
  padding: 24px 26px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  text-align: left;
  transition: background .28s ease;
}

.st-benefit-btn:hover {
  background: #f5f9fd;
}

.st-benefit-title {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #061a2e;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -0.2px;
}

.st-benefit-title::before {
  content: "";
  width: 36px;
  height: 2px;
  background: #0d73ff;
  flex: 0 0 auto;
}

.st-benefit-icon {
  position: relative;
  width: 26px;
  height: 26px;
  min-width: 26px;
}

.st-benefit-icon::before,
    .st-benefit-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background: #0d73ff;
  transform: translate(-50%, -50%);
  transition: transform .26s ease, background .26s ease;
}

.st-benefit-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.st-benefit-item.is-open .st-benefit-btn {
  background: #061a2e;
}

.st-benefit-item.is-open .st-benefit-title {
  color: #ffffff;
}

.st-benefit-item.is-open .st-benefit-title::before {
  background: #6eb1ff;
}

.st-benefit-item.is-open .st-benefit-icon::before,
    .st-benefit-item.is-open .st-benefit-icon::after {
  background: #ffffff;
}

.st-benefit-item.is-open .st-benefit-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.st-benefit-content {
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  transition: max-height .36s ease;
}

.st-benefit-inner {
  padding: 24px 26px 26px;
  color: #334a63;
  font-size: 15.5px;
  line-height: 1.78;
}

.st-benefit-inner p {
  margin: 0;
}

.st-realizations-list {
  display: grid;
  gap: 26px;
}

.st-realization-row {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 0;
  background: #ffffff;
  box-shadow: 0 18px 55px rgba(2, 11, 20, 0.06);
  overflow: hidden;
  align-items: stretch;
}

.st-realization-row:nth-child(even) {
  grid-template-columns: 1.06fr 0.94fr;
}

.st-realization-row:nth-child(even) .st-realization-image {
  order: 2;
}

.st-realization-image {
  min-height: 340px;
  overflow: hidden;
  border-left: 5px solid #0d73ff;
  background: #dfeaf5;
}

.st-realization-image img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  display: block;
}

.st-realization-content {
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.st-realization-content h3 {
  margin: 0 0 16px;
  color: #061a2e;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: -0.5px;
}

.st-realization-content p {
  margin: 0 0 20px;
  color: #30445b;
  font-size: 16px;
  line-height: 1.75;
}

.st-realization-content p strong {
  color: #061a2e;
}

.st-client-line {
  padding-top: 18px;
  border-top: 1px solid rgba(6, 26, 46, 0.10);
  color: #334a63;
  font-size: 14.5px;
  line-height: 1.7;
}

.st-client-line strong {
  color: #061a2e;
  font-weight: 950;
}

.st-footer-cta {
  margin-top: 64px;
  width: 100%;
  background: transparent;
  padding: 0;
  font-family: Arial, sans-serif;
}

.st-footer-cta-inner {
  min-height: 290px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 56px 26px;
  background: linear-gradient(110deg, #020b13 0%, #061827 48%, #103d66 100%);
  overflow: hidden;
}

.st-footer-cta-content h2 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 40px);
  line-height: .96;
  font-weight: 950;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.st-footer-cta-content p {
  margin: 0;
  max-width: 720px;
  color: rgba(255,255,255,.78);
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
}

.st-page-content .st-footer-cta-btn,
    .st-footer-cta-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 290px;
  height: 58px;
  padding: 0 30px;
  background: #1689ff !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: background .25s ease, transform .25s ease;
}

.st-reveal {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.22,.61,.36,1);
}

.st-reveal-left {
  opacity: 0;
  transform: translateX(-48px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.22,.61,.36,1);
}

.st-reveal-right {
  opacity: 0;
  transform: translateX(48px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.22,.61,.36,1);
}

.st-reveal.is-visible,
    .st-reveal-left.is-visible,
    .st-reveal-right.is-visible {
  opacity: 1;
  transform: translate(0,0);
}

.st-delay-1 {
  transition-delay: .06s;
}

.st-delay-2 {
  transition-delay: .13s;
}

.st-delay-3 {
  transition-delay: .20s;
}

.st-delay-4 {
  transition-delay: .27s;
}

/* ====================================================================== */

/* ==================================Header============================== */

body {
  margin: 0;
}

body.admin-bar .site-header {
  top: 32px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: linear-gradient(
                    180deg,
                    rgba(2, 11, 20, .34) 0%,
                    rgba(2, 11, 20, .18) 68%,
                    rgba(2, 11, 20, 0) 100%
                );
  border-bottom: 1px solid rgba(255, 255, 255, .045);
  box-shadow: none;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transition: background .28s ease,
                box-shadow .28s ease,
                border-color .28s ease,
                backdrop-filter .28s ease;
}

.site-header.is-scrolled {
  background: linear-gradient(
                    180deg,
                    rgba(2, 11, 20, .98) 0%,
                    rgba(3, 13, 24, .96) 100%
                );
  border-bottom-color: rgba(13, 115, 255, .22);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .38);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.st-navbar {
  min-height: 118px;
  padding: 0;
}

.st-container {
  width: 100%;
  max-width: 100%;
  padding-left: 58px;
  padding-right: 58px;
}

.st-brand {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
  line-height: 1;
  text-decoration: none;
}

.st-brand img,
        .st-brand .custom-logo {
  display: block;
  width: auto;
  max-width: 270px;
  height: auto;
}

.st-navbar .navbar-collapse {
  align-items: center;
}

.st-navbar .navbar-nav {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-left: auto;
  padding: 0;
}

.st-navbar .navbar-nav > li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.st-navbar .navbar-nav > li > a {
  position: relative;
  min-height: 118px;
  display: inline-flex;
  align-items: center;
  padding: 0;
  color: rgba(255, 255, 255, .9);
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .35px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: color .22s ease;
}

.st-navbar .navbar-nav > li > a:hover,
        .st-navbar .navbar-nav > li.current-menu-item > a,
        .st-navbar .navbar-nav > li.current_page_item > a,
        .st-navbar .navbar-nav > li.current-menu-ancestor > a {
  color: #fff;
}

.st-navbar .navbar-nav > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 37px;
  height: 3px;
  background: var(--st-blue);
  opacity: 0;
  transform: scaleX(.35);
  transform-origin: center;
  transition: opacity .22s ease, transform .22s ease;
  box-shadow: 0 0 16px rgba(13, 115, 255, .6);
}

.st-navbar .navbar-nav > li > a:hover::after,
        .st-navbar .navbar-nav > li.current-menu-item > a::after,
        .st-navbar .navbar-nav > li.current_page_item > a::after,
        .st-navbar .navbar-nav > li.current-menu-ancestor > a::after {
  opacity: 1;
  transform: scaleX(1);
}

.st-navbar .menu-item-has-children > a {
  gap: 11px;
}

.st-navbar .menu-item-has-children > a::before {
  content: "";
  order: 2;
  font-family: "bootstrap-icons";
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, .9);
  transform: translateY(1px);
  transition: transform .22s ease;
}

.st-navbar .menu-item-has-children.is-open > a::before {
  transform: translateY(1px) rotate(180deg);
}

.st-navbar .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 235px;
  padding: 14px 0;
  margin: 0;
  list-style: none;
  background: rgba(3, 13, 24, .98);
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 25px 65px rgba(0, 0, 0, .45);
  transform: translateX(-50%) translateY(16px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease,
                visibility .22s ease,
                transform .22s ease;
}

.st-navbar .menu-item-has-children:hover > .sub-menu,
        .st-navbar .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.st-navbar .sub-menu li {
  list-style: none;
}

.st-navbar .sub-menu a {
  display: block;
  padding: 13px 22px;
  color: rgba(255, 255, 255, .75);
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .25px;
  text-transform: uppercase;
  text-decoration: none;
  transition: .2s ease;
}

.st-navbar .sub-menu a:hover {
  color: #fff;
  background: rgba(13, 115, 255, .13);
}

.st-lang {
  position: relative;
  min-height: 118px;
  margin-left: 48px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  z-index: 20;
}

.st-lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .92);
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .35px;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .22s ease;
}

.st-lang-toggle:hover,
        .st-lang.is-open .st-lang-toggle {
  color: #ffffff;
}

.st-lang-toggle i {
  font-size: 14px;
  transform: translateY(1px);
  transition: transform .22s ease;
}

.st-lang.is-open .st-lang-toggle i {
  transform: translateY(1px) rotate(180deg);
}

.st-lang-menu {
  position: absolute;
  top: calc(100% - 28px);
  left: 50%;
  min-width: 92px;
  padding: 8px 0;
  margin: 0;
  list-style: none;
  background: rgba(3, 13, 24, .98);
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 22px 55px rgba(0, 0, 0, .45);
  transform: translateX(-50%) translateY(12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .22s ease;
}

.st-lang:hover .st-lang-menu,
        .st-lang:focus-within .st-lang-menu,
        .st-lang.is-open .st-lang-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.st-lang-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.st-lang-menu a,
        .st-lang-menu span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  color: rgba(255, 255, 255, .74);
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .35px;
  text-transform: uppercase;
  text-decoration: none;
  transition: .2s ease;
}

.st-lang-menu a:hover,
        .st-lang-menu .current-lang a,
        .st-lang-menu .current-lang span {
  color: #ffffff;
  background: rgba(13, 115, 255, .16);
}

.st-header-cta {
  width: 226px;
  height: 58px;
  margin-left: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 0;
  border: 1px solid #0d73ff;
  background: #0d73ff;
  color: #fff;
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .25px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 13px 30px rgba(13, 115, 255, .24);
  transition: all .22s ease;
}

.st-header-cta:hover {
  color: #fff;
  background: #0061ea;
  border-color: #0061ea;
  transform: translateY(-1px);
}

.st-header-cta i {
  font-size: 18px;
}

.st-toggler {
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 0;
  box-shadow: none !important;
}

.st-toggler:focus {
  box-shadow: none !important;
}

.st-toggler .navbar-toggler-icon {
  width: 22px;
  height: 22px;
}

/* ====================================================================== */

/* ==========================Baza wiedzy================================= */

html,
    body {
  max-width: 100%;
  overflow-x: clip;
}

.realizacje-page,
    .realizacje-page * {
  box-sizing: border-box;
}

.realizacje-page {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.realizacje-page a,
    .realizacje-page a:hover,
    .realizacje-page a:focus,
    .realizacje-page a:active {
  text-decoration: none !important;
}

.realizacje-container {
  width: min(100% - 48px, 1320px);
  max-width: 1320px;
  margin-inline: auto;
}

.realizacje-hero {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 430px;
  display: flex;
  align-items: center;
  padding: 125px 0 82px;
  overflow: hidden;
  color: #ffffff;
  background: var(--st-dark);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.realizacje-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 72% 35%, rgba(22,137,255,.20), transparent 34%),
            linear-gradient(180deg, transparent 0%, rgba(2,11,20,.76) 100%);
  pointer-events: none;
}

.realizacje-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.realizacje-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 26px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.realizacje-breadcrumb a {
  color: rgba(255,255,255,.80) !important;
  transition: color .2s ease;
}

.realizacje-breadcrumb a:hover {
  color: var(--st-blue) !important;
}

.realizacje-breadcrumb span {
  color: var(--st-blue);
}

.realizacje-hero h1 {
  max-width: 880px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .98;
  font-weight: 950;
  letter-spacing: -.045em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: normal;
}

.realizacje-hero-line {
  width: 96px;
  height: 4px;
  margin-top: 30px;
  background: var(--st-blue);
}

.realizacje-section {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 88px 0 110px;
  overflow: hidden;
}

.realizacje-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 44px;
  max-width: 100%;
}

.realizacje-head-text {
  max-width: 850px;
  min-width: 0;
}

.realizacje-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--st-blue);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.realizacje-label::before {
  content: "";
  width: 36px;
  height: 2px;
  background: var(--st-blue);
}

.realizacje-head h2 {
  margin: 0;
  color: #071827;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -.04em;
  overflow-wrap: anywhere;
  word-break: normal;
}

.realizacje-head p {
  max-width: 860px;
  margin: 18px 0 0;
  color: var(--st-muted-dark);
  font-size: 16px;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: normal;
}

.realizacje-count {
  position: relative;
  flex: 0 0 auto;
  min-width: 180px;
  max-width: 100%;
  padding: 24px 26px;
  background: #ffffff;
  border: 1px solid var(--st-border-light);
  box-shadow: var(--st-shadow);
}

.realizacje-count::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 76px;
  height: 4px;
  background: var(--st-blue);
}

.realizacje-count strong {
  display: block;
  color: #071827;
  font-size: 38px;
  line-height: 1;
  font-weight: 950;
}

.realizacje-count span {
  display: block;
  margin-top: 9px;
  color: var(--st-muted-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.realizacje-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
}

.realizacja-card {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.realizacja-card-box {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--st-border-light);
  box-shadow: 0 22px 58px rgba(3, 16, 30, .07);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.realizacja-card-box::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -1px;
  left: -1px;
  width: 82px;
  height: 4px;
  background: var(--st-blue);
  opacity: 0;
  transition: opacity .25s ease;
}

.realizacja-card-box:hover {
  transform: translateY(-4px);
  border-color: rgba(22, 137, 255, .34);
  box-shadow: 0 28px 76px rgba(3, 16, 30, .13);
}

.realizacja-card-box:hover::before {
  opacity: 1;
}

.realizacja-image {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #071625;
}

.realizacja-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform .35s ease, filter .35s ease;
}

.realizacja-card-box:hover .realizacja-image img {
  transform: scale(1.045);
  filter: brightness(.86);
}

.realizacja-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(2,11,20,.56) 100%),
            linear-gradient(90deg, rgba(2,11,20,.16), transparent 58%);
  pointer-events: none;
}

.realizacja-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 20%, rgba(22,137,255,.24), transparent 35%),
            linear-gradient(135deg, #061a2e, #020b14);
}

.realizacja-placeholder i {
  color: rgba(255,255,255,.24);
  font-size: 72px;
}

.realizacja-content {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  padding: 28px 28px 26px;
}

.realizacja-date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  color: var(--st-blue);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.realizacja-date i {
  font-size: 15px;
}

.realizacja-title {
  margin: 0;
  color: #071827;
  font-size: 23px;
  line-height: 1.22;
  font-weight: 950;
  letter-spacing: -.03em;
  overflow-wrap: anywhere;
  word-break: normal;
}

.realizacja-title a {
  color: inherit !important;
  transition: color .2s ease;
  overflow-wrap: anywhere;
  word-break: normal;
}

.realizacja-title a:hover {
  color: var(--st-blue) !important;
}

.realizacja-excerpt {
  margin: 16px 0 24px;
  color: var(--st-muted-dark);
  font-size: 15px;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: normal;
}

.realizacja-button {
  width: fit-content;
  max-width: 100%;
  margin-top: auto;
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--st-blue), var(--st-blue-dark));
  border: 1px solid rgba(22,137,255,.75);
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .055em;
  box-shadow: 0 12px 28px rgba(22,137,255,.20);
  transition: background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.realizacja-button i {
  font-size: 17px;
  line-height: 1;
}

.realizacja-button:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, #2492ff, #0878df);
  border-color: rgba(8,28,48,.16);
  box-shadow: 0 16px 34px rgba(22,137,255,.30);
}

.realizacje-empty {
  position: relative;
  padding: 60px 28px;
  background: #ffffff;
  border: 1px solid var(--st-border-light);
  box-shadow: var(--st-shadow);
  text-align: center;
}

.realizacje-empty::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 92px;
  height: 4px;
  background: var(--st-blue);
  transform: translateX(-50%);
}

.realizacje-empty i {
  display: block;
  margin-bottom: 18px;
  color: var(--st-blue);
  font-size: 48px;
}

.realizacje-empty h2 {
  margin: 0 0 12px;
  color: #071827;
  font-size: 30px;
  font-weight: 950;
  letter-spacing: -.025em;
}

.realizacje-empty p {
  max-width: 580px;
  margin: 0 auto;
  color: var(--st-muted-dark);
  font-size: 16px;
  line-height: 1.75;
}

.realizacje-pagination {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.realizacje-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 100%;
}

.realizacje-pagination .page-numbers {
  min-width: 46px;
  height: 46px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #071827;
  background: #ffffff;
  border: 1px solid var(--st-border-light);
  box-shadow: 0 12px 30px rgba(3,16,30,.055);
  font-size: 14px;
  font-weight: 950;
  line-height: 1;
  transition: background .22s ease, border-color .22s ease, color .22s ease, box-shadow .22s ease;
}

.realizacje-pagination .page-numbers:hover,
    .realizacje-pagination .page-numbers.current {
  color: #ffffff;
  border-color: var(--st-blue);
  background: var(--st-blue);
  box-shadow: 0 16px 34px rgba(22,137,255,.24);
}

.realizacje-pagination .page-numbers.dots {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  color: var(--st-muted-dark);
}

.realizacje-cta {
  position: relative;
  margin-top: 72px;
  padding: clamp(30px, 4vw, 52px);
  overflow: hidden;
  color: #ffffff;
  background: radial-gradient(circle at 82% 18%, rgba(22,137,255,.28), transparent 36%),
            linear-gradient(135deg, #041626 0%, #020b14 100%);
  border: 1px solid rgba(255,255,255,.11);
  box-shadow: 0 26px 76px rgba(3,16,30,.22);
}

.realizacje-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
            linear-gradient(0deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: .38;
  pointer-events: none;
}

.realizacje-cta-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  max-width: 100%;
}

.realizacje-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(22px, 3vw, 44px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -.035em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: normal;
}

.realizacje-cta p {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 16px;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: normal;
}

.realizacje-cta-btn {
  flex: 0 0 auto;
  max-width: 100%;
  min-height: 58px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--st-blue), var(--st-blue-dark));
  border: 1px solid rgba(22,137,255,.75);
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .06em;
  box-shadow: 0 14px 32px rgba(22,137,255,.24);
  transition: background .22s ease, border-color .22s ease, box-shadow .22s ease;
  text-align: center;
  white-space: normal;
}

.realizacje-cta-btn:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, #2492ff, #0878df);
  border-color: rgba(255,255,255,.22);
  box-shadow: 0 18px 40px rgba(22,137,255,.32);
}

.realizacje-fly {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition: opacity .72s ease,
            transform .72s cubic-bezier(.22,.61,.36,1);
  transition-delay: var(--fly-delay, 0ms);
  will-change: opacity, transform;
}

.realizacje-fly.fly-left {
  transform: translate3d(-42px, 0, 0);
}

.realizacje-fly.fly-right {
  transform: translate3d(42px, 0, 0);
}

.realizacje-fly.fly-up {
  transform: translate3d(0, 38px, 0);
}

.realizacje-fly.fly-down {
  transform: translate3d(0, -28px, 0);
}

.realizacje-fly.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* ====================================================================== */

/* ==========================Korzyści i benefity================================ */

.stg-benefits-section {
  --stg-dark: #020b14;
  --stg-navy: #041626;
  --stg-blue: #1689ff;
  --stg-blue-2: #006fd6;
  --stg-text: #061a2e;
  --stg-muted: #40546b;
  --stg-white: #ffffff;
  width: 100%;
  overflow: hidden;
  font-family: Arial, sans-serif;
  color: var(--stg-text);
  background: #ffffff;
}

.stg-benefits-section *,
    .stg-benefits-section *::before,
    .stg-benefits-section *::after {
  box-sizing: border-box;
}

.stg-benefits-section h2,
    .stg-benefits-section h3,
    .stg-benefits-section p {
  margin-top: 0 !important;
}

.stg-benefits-wrap {
  width: min(100% - 48px, 1240px);
  margin: 0 auto;
}

.stg-benefits-header {
  padding: 0px 0 24px;
  background: #ffffff;
}

.stg-benefits-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: var(--stg-blue);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.stg-benefits-eyebrow::before {
  content: "";
  width: 38px;
  height: 2px;
  background: var(--stg-blue);
  flex: 0 0 auto;
}

.stg-benefits-main-title {
  margin: 0 !important;
  color: var(--stg-text);
  font-size: clamp(36px, 3.8vw, 40px);
  line-height: 1.06;
  font-weight: 950;
  letter-spacing: -1.6px;
}

.stg-benefits-hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: radial-gradient(circle at 84% 18%, rgba(22,137,255,.18), transparent 34%),
        linear-gradient(135deg, #061a2e 0%, #081b2f 45%, #020b14 100%);
}

.stg-benefits-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: .28;
  pointer-events: none;
}

.stg-benefits-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 462px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: stretch;
}

.stg-benefits-hero-media {
  position: relative;
  min-height: 462px;
  overflow: hidden;
  background: #020b14;
}

.stg-benefits-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2,11,20,.18) 0%, rgba(2,11,20,.35) 58%, rgba(2,11,20,.78) 100%),
        linear-gradient(180deg, rgba(2,11,20,.05), rgba(2,11,20,.38));
  pointer-events: none;
}

.stg-benefits-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 462px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(1.06) contrast(1.04);
}

.stg-benefits-hero-content {
  position: relative;
  min-height: 462px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 74px;
  background: linear-gradient(90deg, rgba(6,26,46,.82), rgba(2,11,20,.96));
}

.stg-benefits-hero-content h2 {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(34px, 3.5vw, 54px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -1.2px;
}

.stg-benefits-hero-content p {
  margin: 24px 0 0 !important;
  color: rgba(255,255,255,.86) !important;
  font-size: 17px;
  line-height: 1.8;
  max-width: 760px;
}

.stg-benefits-hero-btn {
  width: fit-content;
  min-height: 52px;
  margin-top: 32px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  background: transparent;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.stg-benefits-hero-btn:hover {
  background: var(--stg-blue);
  border-color: var(--stg-blue);
  transform: translateY(-3px);
}

.stg-benefits-list {
  padding: 82px 0 86px;
  background: #ffffff;
}

.stg-benefits-list-title {
  margin: 0 0 58px !important;
  color: var(--stg-text);
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -1px;
}

.stg-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 86px;
  row-gap: 56px;
}

.stg-benefit-item {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 32px;
  align-items: center;
  min-height: 138px;
}

.stg-benefit-icon {
  width: 118px;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f2f4;
  color: var(--stg-blue);
  font-size: 46px;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}

.stg-benefit-item:hover .stg-benefit-icon {
  background: var(--stg-blue);
  color: #ffffff;
  transform: translateY(-4px);
}

.stg-benefit-content h3 {
  margin: 0 0 14px !important;
  color: var(--stg-text);
  font-size: 24px;
  line-height: 1.25;
  font-weight: 950;
  letter-spacing: -.4px;
}

.stg-benefit-content p {
  margin: 0 !important;
  color: var(--stg-text);
  font-size: 16px;
  line-height: 1.75;
  max-width: 500px;
}

.stg-benefits-cta {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: radial-gradient(circle at 82% 18%, rgba(22,137,255,.25), transparent 34%),
        linear-gradient(135deg, #020b14 0%, #041626 45%, #082b4c 100%);
}

.stg-benefits-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: .38;
  pointer-events: none;
}

.stg-benefits-cta-inner {
  position: relative;
  z-index: 2;
  min-height: 226px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 44px;
  align-items: center;
  padding: 58px 0;
}

.stg-benefits-cta h2 {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(22px, 3.2vw, 40px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -1.2px;
  text-transform: uppercase;
}

.stg-benefits-cta p {
  margin: 18px 0 0 !important;
  max-width: 760px;
  color: rgba(255,255,255,.72) !important;
  font-size: 16px;
  line-height: 1.75;
}

.stg-benefits-cta-btn {
  min-height: 58px;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--stg-blue), var(--stg-blue-2));
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 14px 32px rgba(22,137,255,.24);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.stg-benefits-cta-btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #2492ff, #0878df);
  box-shadow: 0 18px 40px rgba(22,137,255,.32);
}

.stg-benefit-fly {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition: opacity .72s ease,
        transform .72s cubic-bezier(.22,.61,.36,1);
  transition-delay: var(--fly-delay, 0ms);
  will-change: opacity, transform;
}

.stg-benefit-fly.fly-left {
  transform: translate3d(-42px, 0, 0);
}

.stg-benefit-fly.fly-right {
  transform: translate3d(42px, 0, 0);
}

.stg-benefit-fly.fly-up {
  transform: translate3d(0, 38px, 0);
}

.stg-benefit-fly.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.st-page-content h3 {
  font-size: clamp(20px, 1vw, 32px) !important;
}

/* ====================================================================== */

/* ==========================FAQ dla pracowników========================= */

.recruitment-faq-section {
  background: #ffffff !important;
  padding: 30px 0 22px;
  font-family: "Poppins", Arial, sans-serif;
}

.recruitment-faq-container {
  margin: 0 auto;
  padding: 0 16px;
}

.recruitment-faq-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.recruitment-faq-heading span {
  display: block;
  margin-bottom: 10px;
  color: #071522;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .09em;
}

.recruitment-faq-heading h2 {
  margin: 0 0 12px;
  color: #06111d;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.recruitment-faq-heading p {
  margin: 0;
  max-width: 720px;
  color: #2d3b48;
  font-size: 16px;
  line-height: 1.7;
}

.recruitment-faq-list {
  display: grid;
  gap: 10px;
}

.recruitment-faq-item {
  background: #06111d !important;
  border-radius: 8px;
  overflow: hidden;
}

.st-page-content .recruitment-faq-question,
  .recruitment-faq-question {
  width: 100%;
  min-height: 62px;
  display: grid;
  grid-template-columns: 46px 34px 1fr 30px;
  align-items: center;
  gap: 13px;
  padding: 13px 18px;
  border: 0 !important;
  outline: none !important;
  background: #06111d !important;
  color: #ffffff !important;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  box-shadow: none !important;
  text-transform: none !important;
}

.st-page-content .recruitment-faq-question:hover,
  .recruitment-faq-question:hover {
  background: #0b1a2a !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.faq-number {
  color: rgba(255,255,255,.42);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.faq-icon {
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
}

.faq-title {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: .01em;
}

.faq-arrow {
  display: flex;
  justify-content: flex-end;
  color: #ffffff;
  font-size: 17px;
  transition: transform .25s ease;
}

.recruitment-faq-answer {
  display: none;
  overflow: hidden;
  background: #0b1a2a !important;
  transition: none !important;
}

.recruitment-faq-item.active .recruitment-faq-answer {
  display: block;
}

.recruitment-faq-answer p {
  margin: 0;
  padding: 2px 20px 18px 111px;
  color: rgba(255,255,255,.82) !important;
  font-size: 14.5px;
  line-height: 1.7;
}

.recruitment-faq-item.active .faq-arrow {
  transform: rotate(180deg);
}

.st-faq-cta {
  width: 100%;
  background: transparent;
  padding: 0;
  margin-top: 22px;
  font-family: "Poppins", Arial, sans-serif;
}

.st-faq-cta-inner {
  min-height: 290px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 56px 26px;
  background: linear-gradient(110deg, #020b13 0%, #061827 48%, #103d66 100%);
}

.st-faq-cta-content {
  max-width: 760px;
}

.st-faq-cta-content h2 {
  margin: 0 0 22px;
  color: #ffffff !important;
  font-size: clamp(38px, 5vw, 40px);
  line-height: .96;
  font-weight: 900;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.st-faq-cta-content p {
  margin: 0;
  max-width: 720px;
  color: rgba(255,255,255,.78) !important;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
}

.st-page-content .st-faq-cta-btn,
  .st-faq-cta-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 290px;
  height: 58px;
  padding: 0 30px;
  background: #1689ff !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: background .25s ease, transform .25s ease;
}

.st-page-content .st-faq-cta-btn:hover,
  .st-faq-cta-btn:hover {
  background: #0f78e4 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateX(4px);
}

.st-faq-cta-btn i {
  font-size: 18px;
  line-height: 1;
}

.faq-animate {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .55s ease, transform .55s ease;
}

.faq-animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.recruitment-faq-item:nth-child(1) {
  transition-delay: .03s;
}

.recruitment-faq-item:nth-child(2) {
  transition-delay: .06s;
}

.recruitment-faq-item:nth-child(3) {
  transition-delay: .09s;
}

.recruitment-faq-item:nth-child(4) {
  transition-delay: .12s;
}

.recruitment-faq-item:nth-child(5) {
  transition-delay: .15s;
}

.recruitment-faq-item:nth-child(6) {
  transition-delay: .18s;
}

.recruitment-faq-item:nth-child(7) {
  transition-delay: .21s;
}

.recruitment-faq-item:nth-child(8) {
  transition-delay: .24s;
}

.recruitment-faq-item:nth-child(9) {
  transition-delay: .27s;
}

.recruitment-faq-item:nth-child(10) {
  transition-delay: .30s;
}

/* ====================================================================== */

/* ================================Oferty pracy========================= */

.recruitment-jobs-section {
  background: #ffffff !important;
  padding: 62px 0 72px;
  font-family: "Poppins", Arial, sans-serif;
}

.recruitment-jobs-container {
  margin: 0 auto;
  padding: 0 16px;
}

.recruitment-jobs-heading {
  max-width: 860px;
  margin-bottom: 30px;
}

.recruitment-jobs-heading span {
  display: block;
  margin-bottom: 10px;
  color: #071522;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.recruitment-jobs-heading h2 {
  margin: 0 0 12px;
  color: #06111d;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.recruitment-jobs-heading p {
  margin: 0;
  max-width: 760px;
  color: #2d3b48;
  font-size: 16px;
  line-height: 1.7;
}

.recruitment-jobs-list {
  display: grid;
  gap: 10px;
}

.recruitment-job-item {
  background: #06111d !important;
  border-radius: 8px;
  overflow: hidden;
}

.st-page-content .recruitment-job-question,
  .recruitment-job-question {
  width: 100%;
  min-height: 66px;
  display: grid;
  grid-template-columns: 34px 1fr 30px;
  align-items: center;
  gap: 16px;
  padding: 15px 22px;
  border: 0 !important;
  outline: none !important;
  background: #06111d !important;
  color: #ffffff !important;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  box-shadow: none !important;
  text-transform: none !important;
}

.st-page-content .recruitment-job-question:hover,
  .recruitment-job-question:hover {
  background: #0b1a2a !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.job-icon {
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
}

.job-title {
  color: #ffffff !important;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: .01em;
}

.job-arrow {
  display: flex;
  justify-content: flex-end;
  color: #ffffff;
  font-size: 17px;
  transition: transform .25s ease;
}

.recruitment-job-answer {
  display: none;
  overflow: hidden;
  background: #0b1a2a !important;
  transition: none !important;
}

.recruitment-job-item.active .recruitment-job-answer {
  display: block;
}

.recruitment-job-item.active .job-arrow {
  transform: rotate(180deg);
}

.job-content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  padding: 26px 28px 18px 72px;
  border-top: 1px solid rgba(255,255,255,.06);
}

.job-content-block {
  min-width: 0;
}

.job-content-block h3 {
  margin: 0 0 14px;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.job-content-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.job-content-block li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1.7;
  opacity: 1 !important;
}

.job-content-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  background: #1689ff;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(22,137,255,.12);
}

.job-apply-row {
  display: flex;
  justify-content: flex-end;
  padding: 0 28px 28px 72px;
}

.st-page-content .job-apply-btn,
  .job-apply-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 180px;
  height: 52px;
  padding: 0 26px;
  background: #1689ff !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: background .25s ease, transform .25s ease;
}

.st-page-content .job-apply-btn:hover,
  .job-apply-btn:hover {
  background: #0f78e4 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateX(4px);
}

.job-apply-btn i {
  font-size: 18px;
  line-height: 1;
}

.jobs-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.jobs-benefit-card {
  min-height: 168px;
  padding: 24px 22px;
  background: #f4f7fa;
  border: 1px solid rgba(6,17,29,.08);
  border-radius: 8px;
}

.jobs-benefit-card i {
  display: block;
  margin-bottom: 15px;
  color: #1689ff;
  font-size: 27px;
  line-height: 1;
}

.jobs-benefit-card h3 {
  margin: 0 0 8px;
  color: #06111d;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
}

.jobs-benefit-card p {
  margin: 0;
  color: #364653;
  font-size: 14.5px;
  line-height: 1.65;
}

.jobs-about {
  margin-top: 18px;
  padding: 28px 30px;
  background: #06111d;
  border-radius: 8px;
}

.jobs-about h3 {
  margin: 0 0 10px;
  color: #ffffff !important;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.jobs-about p {
  margin: 0;
  max-width: 980px;
  color: #ffffff !important;
  font-size: 15px;
  line-height: 1.75;
}

.st-jobs-cta {
  width: 100%;
  background: transparent;
  padding: 0;
  margin-top: 22px;
  font-family: "Poppins", Arial, sans-serif;
}

.st-jobs-cta-inner {
  min-height: 290px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 56px 26px;
  background: linear-gradient(110deg, #020b13 0%, #061827 48%, #103d66 100%);
}

.st-jobs-cta-content {
  max-width: 820px;
}

.st-jobs-cta-content h2 {
  margin: 0 0 22px;
  color: #ffffff !important;
  font-size: clamp(38px, 5vw, 40px);
  line-height: .96;
  font-weight: 900;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.st-jobs-cta-content p {
  margin: 0;
  max-width: 760px;
  color: rgba(255,255,255,.82) !important;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
}

.st-page-content .st-jobs-cta-btn,
  .st-jobs-cta-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 290px;
  height: 58px;
  padding: 0 30px;
  background: #1689ff !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: background .25s ease, transform .25s ease;
}

.st-page-content .st-jobs-cta-btn:hover,
  .st-jobs-cta-btn:hover {
  background: #0f78e4 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateX(4px);
}

.st-jobs-cta-btn i {
  font-size: 18px;
  line-height: 1;
}

.jobs-animate {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .55s ease, transform .55s ease;
}

.jobs-animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.recruitment-job-item:nth-child(1) {
  transition-delay: .03s;
}

.recruitment-job-item:nth-child(2) {
  transition-delay: .06s;
}

.recruitment-job-item:nth-child(3) {
  transition-delay: .09s;
}

.recruitment-job-item:nth-child(4) {
  transition-delay: .12s;
}

.recruitment-job-item:nth-child(5) {
  transition-delay: .15s;
}

.recruitment-job-item:nth-child(6) {
  transition-delay: .18s;
}

.recruitment-job-item:nth-child(7) {
  transition-delay: .21s;
}

.recruitment-job-item:nth-child(8) {
  transition-delay: .24s;
}

/* ====================================================================== */

/* ===========================Biznes z zasadami========================== */

.stg-responsible-section {
  --stg-dark: #020b14;
  --stg-blue: #1689ff;
  --stg-blue-2: #006fd6;
  --stg-text: #061a2e;
  --stg-muted: #40546b;
  --stg-light: #f3f7fb;
  --stg-line: rgba(6, 26, 46, .12);
  width: 100%;
  overflow: hidden;
  font-family: Arial, sans-serif;
  color: var(--stg-text);
  background: #ffffff;
}

.stg-responsible-section *,
    .stg-responsible-section *::before,
    .stg-responsible-section *::after {
  box-sizing: border-box;
}

.stg-responsible-section h1,
    .stg-responsible-section h2,
    .stg-responsible-section h3,
    .stg-responsible-section p {
  margin-top: 0 !important;
}

.stg-responsible-wrap {
  width: min(100% - 15px, 1240px);
  margin: 0 auto;
}

.stg-responsible-hero {
  padding: 46px 0 54px;
  background: #ffffff;
  border-bottom: 1px solid var(--stg-line);
}

.stg-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--stg-blue);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.stg-eyebrow::before {
  content: "";
  width: 38px;
  height: 2px;
  background: var(--stg-blue);
  flex: 0 0 auto;
}

.stg-responsible-hero h1 {
  margin: 0 !important;
  max-width: 1050px;
  color: var(--stg-text);
  font-size: clamp(25px, 3.5vw, 52px);
  line-height: 1.06;
  font-weight: 950;
  letter-spacing: -1.4px;
}

.stg-responsible-hero p {
  margin: 24px 0 0 !important;
  max-width: 920px;
  color: var(--stg-muted);
  font-size: 17px;
  line-height: 1.82;
}

.stg-responsible-block {
  padding: 64px 0;
  border-bottom: 1px solid var(--stg-line);
  background: #ffffff;
}

.stg-section-head {
  max-width: 960px;
  margin-bottom: 36px;
}

.stg-section-head h2,
    .stg-text-panel h2 {
  margin: 0 !important;
  color: var(--stg-text);
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.8px;
}

.stg-section-head p {
  margin: 20px 0 0 !important;
  color: var(--stg-muted);
  font-size: 16px;
  line-height: 1.82;
}

.stg-two-col {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 52px;
  align-items: start;
}

.stg-text-panel p {
  margin: 0 0 18px !important;
  color: var(--stg-muted);
  font-size: 16px;
  line-height: 1.82;
}

.stg-text-panel p:last-child {
  margin-bottom: 0 !important;
}

.stg-strong-note {
  margin-top: 26px;
  padding: 22px 26px;
  background: var(--stg-light);
  border-left: 4px solid var(--stg-blue);
  color: var(--stg-text);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 850;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: start;
}

.stg-strong-note i {
  color: var(--stg-blue);
  font-size: 23px;
  line-height: 1;
  margin-top: 3px;
}

.stg-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.stg-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  align-items: start;
  padding: 24px 0;
  border-bottom: 1px solid var(--stg-line);
}

.stg-card-icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--stg-light);
  color: var(--stg-blue);
  font-size: 27px;
  flex: 0 0 auto;
}

.stg-env-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  color: var(--stg-blue);
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}

.stg-card h3 {
  margin: 0 0 10px !important;
  color: var(--stg-text);
  font-size: 19px;
  line-height: 1.28;
  font-weight: 950;
  letter-spacing: -.3px;
}

.stg-card p {
  margin: 0 !important;
  color: var(--stg-muted);
  font-size: 15.5px;
  line-height: 1.72;
}

.stg-list {
  display: grid;
  gap: 14px;
}

.stg-list-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  align-items: start;
  padding: 16px 0;
  /* border-bottom: 1px solid var(--stg-line); */
}

.stg-list-item i {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--stg-light);
  color: var(--stg-blue);
  font-size: 20px;
}

.stg-list-item strong {
  display: block;
  margin-bottom: 5px;
  color: var(--stg-text);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 950;
}

.stg-list-item span {
  display: block;
  color: var(--stg-muted);
  font-size: 15.5px;
  line-height: 1.7;
}

.stg-document-row {
  margin-top: 30px;
  padding: 22px 0 0;
  border-top: 1px solid var(--stg-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}

.stg-document-name {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--stg-text);
  font-size: 17px;
  font-weight: 950;
}

.stg-document-name i {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--stg-light);
  color: var(--stg-blue);
  font-size: 22px;
}

.stg-download-btn {
  min-height: 46px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #ffffff !important;
  background: var(--stg-blue);
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: background .22s ease, transform .22s ease;
}

.stg-download-btn:hover {
  background: var(--stg-blue-2);
  transform: translateY(-2px);
}

.stg-cta {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #ffffff;
  color: #ffffff;
}

.stg-cta-inner {
  min-height: 290px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 56px 26px;
  background: linear-gradient(110deg, #020b13 0%, #061827 48%, #103d66 100%);
  overflow: hidden;
}

.stg-cta-content {
  max-width: 780px;
}

.stg-cta h2 {
  margin: 0 0 22px !important;
  color: #ffffff !important;
  font-size: clamp(32px, 4vw, 40px);
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.stg-cta p {
  margin: 0 !important;
  max-width: 760px;
  color: rgba(255,255,255,.78) !important;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
}

.stg-cta-btn {
  flex: 0 0 auto;
  min-width: 290px;
  height: 58px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #ffffff !important;
  background: var(--stg-blue);
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background .22s ease, transform .22s ease;
}

.stg-cta-btn:hover {
  background: var(--stg-blue-2);
  transform: translateX(4px);
  color: #ffffff !important;
}

.stg-cta-btn i {
  font-size: 18px;
  line-height: 1;
}

.stg-fly {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.stg-has-js .stg-fly {
  opacity: 0;
  transition: opacity .72s ease,
        transform .72s cubic-bezier(.22,.61,.36,1);
  transition-delay: var(--fly-delay, 0ms);
  will-change: opacity, transform;
}

.stg-has-js .stg-fly.fly-left {
  transform: translate3d(-42px, 0, 0);
}

.stg-has-js .stg-fly.fly-right {
  transform: translate3d(42px, 0, 0);
}

.stg-has-js .stg-fly.fly-up {
  transform: translate3d(0, 38px, 0);
}

.stg-has-js .stg-fly.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* ====================================================================== */

/* ============================Index.php================================= */

.st-default-page,
    .st-default-page * {
  box-sizing: border-box;
}

.st-default-page a {
  color: var(--st-blue);
  text-decoration: none;
}

.st-default-page a:hover {
  color: var(--st-blue-dark);
}

.st-page-hero {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--st-navy);
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.st-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 74% 38%, rgba(22,137,255,.17), transparent 34%),
            linear-gradient(180deg, transparent 0%, rgba(2,11,20,.56) 100%);
  pointer-events: none;
}

.st-page-hero .container {
  position: relative;
  z-index: 2;
}

.st-page-hero-inner {
  max-width: 850px;
  padding: 115px 0 85px;
}

.st-page-breadcrumb {
  margin-bottom: 26px;
}

.st-page-breadcrumb .breadcrumb {
  margin: 0;
  --bs-breadcrumb-divider-color: rgba(255,255,255,.45);
}

.st-page-breadcrumb .breadcrumb-item, .contact-breadcrumb span {
  color: rgba(255,255,255,.58);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .075em;
}


.st-page-breadcrumb .breadcrumb-item a {
  color: rgba(255,255,255,.68);
}

.st-page-breadcrumb .breadcrumb-item a:hover {
  color: var(--st-blue);
}

.st-page-breadcrumb .breadcrumb-item.active {
  color: var(--st-blue);
}

.st-page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255,255,255,.42);
}

.st-page-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.st-page-main {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 10% 12%, rgba(22,137,255,.06), transparent 30%),
            linear-gradient(180deg, #f4f7fb 0%, #ffffff 100%);
  padding: 82px 0 96px;
}

.st-page-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2,11,20,.035) 1px, transparent 1px),
            linear-gradient(0deg, rgba(2,11,20,.025) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: .42;
  pointer-events: none;
}

.st-page-main .container {
  position: relative;
  z-index: 2;
}

.st-page-card {
  border: 1px solid var(--st-border);
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 24px 80px rgba(15, 23, 42, .08);
  overflow: hidden;
}

.st-page-card::before {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  background: var(--st-blue);
}

.st-page-card-body {
  padding: clamp(32px, 4vw, 58px);
}

.st-page-content {
  color: var(--st-text);
  font-size: 16px;
  line-height: 1.82;
}

.st-page-content > *:first-child {
  margin-top: 0;
}

.st-page-content > *:last-child {
  margin-bottom: 0;
}

.st-page-content h2,
    .st-page-content h3,
    .st-page-content h4,
    .st-page-content h5,
    .st-page-content h6 {
  margin: 42px 0 18px;
  color: #07111f;
  line-height: 1.16;
  font-weight: 950;
  letter-spacing: -.03em;
}

.st-page-content h3 {
  font-size: clamp(23px, 2.2vw, 32px);
}

.st-page-content h4 {
  font-size: 22px;
}

.st-page-content p {
  margin: 0 0 22px;
  color: #334155;
}

.st-page-content ul,
    .st-page-content ol {
  margin: 0 0 28px;
  padding-left: 0;
  list-style: none;
}

.st-page-content ul li,
    .st-page-content ol li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 32px;
  color: #334155;
}

.st-page-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 8px;
  height: 8px;
  background: var(--st-blue);
  box-shadow: 0 0 0 5px rgba(22,137,255,.10);
}

.st-page-content ol {
  counter-reset: st-counter;
}

.st-page-content ol li {
  counter-increment: st-counter;
}

.st-page-content ol li::before {
  content: counter(st-counter);
  position: absolute;
  left: 0;
  top: 2px;
  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--st-blue);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
}

.st-page-content blockquote {
  margin: 34px 0;
  padding: 28px 32px;
  border-left: 4px solid var(--st-blue);
  background: #f4f7fb;
  color: #1e293b;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
}

.st-page-content img {
  max-width: 100%;
  height: auto;
  display: block;
}

.st-page-content figure {
  margin: 34px 0;
}

.st-page-content figcaption {
  margin-top: 10px;
  color: var(--st-muted);
  font-size: 13px;
  line-height: 1.5;
}

.st-page-content table {
  width: 100%;
  margin: 34px 0;
  border-collapse: collapse;
  background: #ffffff;
}

.st-page-content th,
    .st-page-content td {
  padding: 16px 18px;
  border: 1px solid #dfe6ef;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
}

.st-page-content th {
  background: #061a2e;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.st-page-content td {
  color: #334155;
}

.st-page-content .wp-block-button__link,
    .st-page-content .btn,
    .st-page-content .button,
    .st-page-content button,
    .st-page-content input[type="submit"] {
  min-height: 50px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--st-blue);
  border-radius: 0;
  background: var(--st-blue);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .055em;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(22,137,255,.22);
  transition: background .22s ease, border-color .22s ease, transform .22s ease;
}

.st-page-content .wp-block-button__link:hover,
    .st-page-content .btn:hover,
    .st-page-content .button:hover,
    .st-page-content button:hover,
    .st-page-content input[type="submit"]:hover {
  background: var(--st-blue-dark);
  border-color: var(--st-blue-dark);
  color: #ffffff;
  transform: translateY(-1px);
}

.st-page-links {
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid #e5eaf2;
}

.st-page-edit {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid #e5eaf2;
}

.st-page-edit a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--st-blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .055em;
}

/* ====================================================================== */

/* ================================Page.php============================== */

.st-page-card-body {
  padding: 20px;
}

.st-page-content h2 {
  font-size: clamp(23px, 3vw, 42px);
}

/* ====================================================================== */

/* ===========================Single.php================================= */

.single-realizacja,
    .single-realizacja * {
  box-sizing: border-box;
}

.single-realizacja a,
    .single-realizacja a:hover,
    .single-realizacja a:focus,
    .single-realizacja a:active {
  text-decoration: none;
}

.single-realizacja-container {
  width: min(100% - 48px, 1320px);
  margin-inline: auto;
}

.single-realizacja-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  padding: 130px 0 92px;
  overflow: hidden;
  color: #ffffff;
  background: var(--st-dark);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.single-realizacja-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 72% 35%, rgba(22,137,255,.22), transparent 34%),
            linear-gradient(180deg, transparent 0%, rgba(2,11,20,.80) 100%);
  pointer-events: none;
}

.single-realizacja-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 920px;
}

.single-realizacja-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 24px;
  color: rgba(255,255,255,.58);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .075em;
}

.single-realizacja-breadcrumb a {
  color: rgba(255,255,255,.68);
  transition: color .22s ease;
}

.single-realizacja-breadcrumb a:hover {
  color: #ffffff;
}

.single-realizacja-breadcrumb span:last-child {
  color: var(--st-blue);
}

.single-realizacja-title {
  margin: 0;
  max-width: 960px;
  color: #ffffff;
  font-size: clamp(38px, 5.4vw, 74px);
  line-height: .98;
  font-weight: 950;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.single-realizacja-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.single-realizacja-meta-item {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.single-realizacja-meta-item i {
  color: var(--st-blue);
  font-size: 17px;
}

.single-realizacja-main {
  padding: 92px 0 110px;
  background: radial-gradient(circle at 12% 0%, rgba(22,137,255,.08), transparent 34%),
            linear-gradient(180deg, #f3f7fb 0%, #ffffff 100%);
  overflow-x: hidden;
}

.single-realizacja-featured {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  background: #061a2e;
  border: 1px solid rgba(10,27,44,.10);
  box-shadow: 0 24px 70px rgba(10,27,44,.14);
}

.single-realizacja-featured img {
  display: block;
  width: 100%;
  height: min(58vw, 640px);
  min-height: 420px;
  object-fit: cover;
}

.single-realizacja-card {
  background: #ffffff;
  border: 1px solid rgba(10,27,44,.10);
  box-shadow: 0 22px 60px rgba(10,27,44,.08);
}

.single-realizacja-intro {
  padding: 42px 46px 0;
}

.single-realizacja-label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 14px;
  color: var(--st-blue);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.single-realizacja-label::before {
  content: "";
  width: 42px;
  height: 2px;
  background: var(--st-blue);
}

.single-realizacja-content {
  padding: 0 46px 46px;
  color: #334155;
  font-size: 16px;
  line-height: 1.85;
}

.single-realizacja-gallery {
  margin-top: 64px;
}

.single-realizacja-gallery-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 26px;
}

.single-realizacja-gallery-head h2 {
  margin: 0;
  color: #07111f;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.single-realizacja-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.single-realizacja-gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1.28 / 1;
  background: #061a2e;
  border: 1px solid rgba(10,27,44,.10);
  box-shadow: 0 18px 44px rgba(10,27,44,.09);
}

.single-realizacja-gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.16, 1, .3, 1), filter .55s ease;
}

.single-realizacja-gallery-item:hover img {
  transform: scale(1.065);
  filter: brightness(.72);
}

.single-realizacja-nav {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.single-realizacja-nav a {
  min-height: 124px;
  padding: 26px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #061a2e;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 22px 56px rgba(10,27,44,.12);
  transition: transform .35s cubic-bezier(.16, 1, .3, 1),
            border-color .35s ease,
            background .35s ease,
            box-shadow .35s ease;
}

.single-realizacja-nav a:hover {
  transform: translateY(-5px);
  background: #08213a;
  border-color: rgba(22,137,255,.55);
  box-shadow: 0 28px 70px rgba(10,27,44,.18);
}

.single-realizacja-nav small {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
  color: var(--st-blue);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.single-realizacja-nav strong {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 900;
}

.single-realizacja-nav-next {
  text-align: right;
  align-items: flex-end;
}

.single-realizacja-cta {
  margin-top: 72px;
  background: #061a2e;
  overflow: hidden;
}

.single-realizacja-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  padding: 44px 48px;
  background: radial-gradient(circle at 85% 25%, rgba(22,137,255,.18), transparent 34%),
            linear-gradient(135deg, #041626, #020b14);
  color: #ffffff;
}

.single-realizacja-cta h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.single-realizacja-cta p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.75;
}

.single-realizacja-btn {
  min-height: 52px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid var(--st-blue);
  background: var(--st-blue);
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .065em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.single-realizacja-btn:hover {
  background: #0d73ff;
  border-color: #0d73ff;
  transform: translateY(-2px);
}

.single-realizacja-back-wrap {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.single-realizacja-back {
  min-height: 52px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #061a2e;
  background: #ffffff;
  border: 1px solid rgba(10,27,44,.14);
  box-shadow: 0 16px 38px rgba(10,27,44,.08);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: color .25s ease, border-color .25s ease, transform .25s ease;
}

.single-realizacja-back:hover {
  color: var(--st-blue);
  border-color: rgba(22,137,255,.4);
  transform: translateY(-2px);
}

.st-reveal {
  opacity: 0;
  transform: translateY(48px);
  transition: opacity 1.05s cubic-bezier(.22, 1, .36, 1),
            transform 1.05s cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}

.st-reveal[data-reveal="left"] {
  transform: translateX(-54px);
}

.st-reveal[data-reveal="right"] {
  transform: translateX(54px);
}

.st-reveal[data-reveal="zoom"] {
  transform: scale(.97);
}

.st-reveal.is-visible {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.st-reveal-slow {
  transition-duration: 1.25s;
}

.st-reveal-delay-1 {
  transition-delay: .12s;
}

.st-reveal-delay-2 {
  transition-delay: .24s;
}

.st-reveal-delay-3 {
  transition-delay: .36s;
}

.st-reveal-delay-4 {
  transition-delay: .48s;
}

.st-reveal-delay-5 {
  transition-delay: .60s;
}

/* ====================================================================== */

/* =========================404.php====================================== */

.st-404-page {
  --st-404-blue: #1689ff;
  --st-404-blue-2: #42a7ff;
  --st-404-dark: #020b14;
  --st-404-navy: #071827;
  --st-404-text: #ffffff;
  --st-404-muted: rgba(255,255,255,.72);
  --st-404-border: rgba(255,255,255,.14);
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 90px);
  padding: clamp(96px, 9vw, 145px) 0 clamp(86px, 8vw, 125px);
  color: var(--st-404-text);
  background: linear-gradient(90deg, rgba(2, 11, 20, .96) 0%, rgba(3, 19, 33, .88) 34%, rgba(4, 24, 42, .68) 62%, rgba(3, 13, 23, .92) 100%),
            radial-gradient(circle at 17% 28%, rgba(22, 137, 255, .25), transparent 34%),
            radial-gradient(circle at 83% 30%, rgba(22, 137, 255, .20), transparent 36%),
            linear-gradient(135deg, #020b14 0%, #071827 52%, #030b13 100%);
  isolation: isolate;
}

.st-404-page::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(2, 11, 20, .98) 0%, rgba(2, 11, 20, .82) 30%, rgba(2, 11, 20, .32) 62%, rgba(2, 11, 20, .78) 100%),
            linear-gradient(180deg, rgba(2, 11, 20, .42) 0%, rgba(2, 11, 20, .12) 45%, rgba(2, 11, 20, .86) 100%);
  pointer-events: none;
}

.st-404-grid-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
            linear-gradient(0deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.45), rgba(0,0,0,.2));
  opacity: .22;
  pointer-events: none;
}

.st-404-container {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - 32px));
  margin: 0 auto;
}

.st-404-layout {
  display: grid;
  grid-template-columns: minmax(0, 680px) minmax(280px, 1fr);
  align-items: center;
  gap: clamp(34px, 6vw, 90px);
}

.st-404-content {
  max-width: 720px;
}

.st-404-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 10px 17px;
  border: 1px solid rgba(88, 183, 255, .28);
  border-radius: 999px;
  background: rgba(255,255,255,.075);
  color: rgba(255,255,255,.88);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.st-404-label i {
  color: var(--st-404-blue-2);
  font-size: 16px;
}

.st-404-title {
  margin: 0 0 24px;
  max-width: 780px;
  color: #ffffff;
  font-size: clamp(44px, 6.8vw, 92px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -0.055em;
  text-wrap: balance;
  text-shadow: 0 20px 60px rgba(0,0,0,.34);
}

.st-404-text {
  max-width: 640px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.75;
}

.st-404-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.st-404-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 16px 26px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .045em;
  transition: transform .28s cubic-bezier(.2,.8,.2,1),
            background .28s ease,
            border-color .28s ease,
            box-shadow .28s ease,
            color .28s ease;
  will-change: transform;
}

.st-404-btn-primary {
  border: 1px solid rgba(88, 183, 255, .74);
  background: linear-gradient(135deg, #1689ff 0%, #0865d9 100%);
  color: #ffffff;
  box-shadow: 0 20px 48px rgba(0, 105, 210, .34);
}

.st-404-btn-secondary {
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.055);
  color: #ffffff;
  backdrop-filter: blur(10px);
}

.st-404-btn:hover {
  transform: translateY(-3px);
  color: #ffffff;
}

.st-404-btn-primary:hover {
  background: linear-gradient(135deg, #2a97ff 0%, #0e72ef 100%);
  box-shadow: 0 24px 58px rgba(0, 105, 210, .42);
}

.st-404-btn-secondary:hover {
  border-color: rgba(88, 183, 255, .55);
  background: rgba(255,255,255,.10);
}

.st-404-visual {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.st-404-number {
  position: relative;
  font-size: clamp(150px, 18vw, 330px);
  font-weight: 950;
  line-height: .82;
  letter-spacing: -0.08em;
  color: rgba(255,255,255,.08);
  text-shadow: 0 0 70px rgba(22,137,255,.18),
            0 28px 90px rgba(0,0,0,.32);
  background: linear-gradient(180deg, rgba(255,255,255,.22), rgba(22,137,255,.08) 58%, rgba(255,255,255,.025));
  -webkit-background-clip: text;
  background-clip: text;
}

.st-404-number::before {
  content: "";
  position: absolute;
  width: 62%;
  height: 62%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: rgba(22,137,255,.12);
  filter: blur(54px);
  z-index: -1;
}

.st-404-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 860px;
  margin-top: clamp(46px, 5vw, 72px);
}

.st-404-card {
  position: relative;
  overflow: hidden;
  min-height: 154px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.045)),
            rgba(6, 25, 39, .72);
  box-shadow: 0 24px 72px rgba(0,0,0,.24);
  backdrop-filter: blur(14px);
  transition: transform .28s cubic-bezier(.2,.8,.2,1),
            border-color .28s ease,
            background .28s ease;
}

.st-404-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 0%, rgba(88,183,255,.20), transparent 38%),
            linear-gradient(135deg, rgba(88,183,255,.10), transparent 58%);
  pointer-events: none;
}

.st-404-card:hover {
  transform: translateY(-4px);
  border-color: rgba(88,183,255,.28);
  background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.055)),
            rgba(6, 25, 39, .80);
}

.st-404-card h2,
    .st-404-card p {
  position: relative;
  z-index: 1;
}

.st-404-card h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.015em;
}

.st-404-card p {
  margin: 0;
  color: rgba(255,255,255,.70);
  font-size: 15px;
  line-height: 1.7;
}

.st-404-animate {
  opacity: 0;
  transform: translateY(24px);
  animation: st404FadeUp .72s cubic-bezier(.2,.8,.2,1) forwards;
  animation-delay: var(--st-delay, 0ms);
}

.st-404-animate-left {
  opacity: 0;
  transform: translateX(-28px);
  animation: st404FadeLeft .78s cubic-bezier(.2,.8,.2,1) forwards;
  animation-delay: var(--st-delay, 0ms);
}

.st-404-animate-right {
  opacity: 0;
  transform: translateX(32px) scale(.985);
  animation: st404FadeRight .9s cubic-bezier(.2,.8,.2,1) forwards;
  animation-delay: var(--st-delay, 0ms);
}

@keyframes st404FadeUp {to {
            opacity: 1;
            transform: translateY(0);
        }}

@keyframes st404FadeLeft {to {
            opacity: 1;
            transform: translateX(0);
        }}

@keyframes st404FadeRight {to {
            opacity: 1;
            transform: translateX(0) scale(1);
        }}

/* ====================================================================== */

/* ============================================================
   MEDIA: MAX WIDTH 1499.98PX
   ============================================================ */
@media (max-width: 1499.98px) {
.st-hero__inner {
  padding-left: 58px;
  padding-right: 58px;
}

.st-hero__text {
  top: 150px;
  width: 700px;
  max-width: 700px;
}

.st-hero__title {
  font-size: 54px;
}

.st-hero__title strong {
  font-size: 51px;
}

.st-hero__features {
  left: 58px;
  right: 58px;
}

.st-container {
  padding-left: 52px;
  padding-right: 52px;
}

.st-navbar .navbar-nav {
  gap: 40px;
}

.st-lang,
            .st-header-cta {
  margin-left: 40px;
}
}

/* ============================================================
   MEDIA: MAX WIDTH 1399.98PX
   ============================================================ */
@media (max-width: 1399.98px) {
.st-hero {
  min-height: 720px;
}

.st-hero__inner {
  padding-left: 48px;
  padding-right: 48px;
}

.st-hero__text {
  top: 140px;
  width: 650px;
  max-width: 650px;
}

.st-hero__title {
  font-size: 50px;
}

.st-hero__title strong {
  font-size: 47px;
}

.st-hero__desc {
  max-width: 530px;
  font-size: 16px;
}

.st-hero__features {
  left: 48px;
  right: 48px;
  bottom: 42px;
}

.st-hero-feature {
  gap: 22px;
  padding: 0 30px;
}

.st-hero-feature__icon {
  flex-basis: 52px;
  width: 52px;
  height: 52px;
  font-size: 48px;
}

.st-hero-feature__text {
  font-size: 13px;
}

.st-about {
  min-height: 590px;
  padding: 74px 0 72px;
}

.st-about__container {
  padding-left: 52px;
  padding-right: 52px;
}

.st-about__title {
  font-size: 40px;
}

.st-about__text {
  margin-top: 38px;
}

.st-about__text p {
  font-size: 16px;
}

.st-about__visual {
  min-height: 430px;
  margin-left: 10px;
}

.st-about__image-wrap {
  height: 340px;
}

.st-about__stats {
  min-height: 138px;
}

.st-about-stat {
  gap: 20px;
  padding: 25px 28px;
}

.st-about-stat__icon {
  flex-basis: 55px;
  width: 55px;
  height: 55px;
  font-size: 51px;
}

.st-about-stat__number {
  font-size: 41px;
}

.st-offer {
  padding: 58px 0 68px;
}

.st-offer__container {
  padding-left: 52px;
  padding-right: 52px;
}

.st-offer__grid {
  gap: 18px;
}

.st-offer-card {
  min-height: 292px;
  padding: 38px 32px 34px;
}

.st-offer-card__icon {
  font-size: 52px;
}

.st-offer-card__title {
  font-size: 17px;
}

.st-offer-card__text {
  font-size: 15px;
}

.st-projects__container {
  padding-left: 52px;
  padding-right: 52px;
}

.st-project-card__image {
  height: 190px;
}

.st-project-card__title {
  font-size: 17px;
}

.st-trust__inner {
  padding-left: 52px;
  padding-right: 52px;
  gap: 50px;
}

.st-brand img,
            .st-brand .custom-logo {
  width: 205px;
  max-width: 205px;
}

.st-navbar .navbar-nav {
  gap: 32px;
}

.st-lang,
            .st-header-cta {
  margin-left: 32px;
}

.st-header-cta {
  width: 210px;
}
}

/* ============================================================
   MEDIA: MAX WIDTH 1199.98PX
   ============================================================ */
@media (max-width: 1199.98px) {
.contact-grid {
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .85fr);
}

.contact-info-box {
  padding-left: 32px;
}

.contact-features-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-feature {
  border-bottom: 1px solid #e6edf5;
}

.site-footer .st-container {
  width: min(100% - 36px, 1140px);
}

.st-hero {
  height: auto;
  min-height: 830px;
}

.st-hero__slide {
  background-position: 62% center;
}

.st-hero__text {
  top: 170px;
  width: 590px;
  max-width: 590px;
}

.st-hero__features {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 24px;
  bottom: 38px;
}

.st-hero-feature {
  min-height: 78px;
  padding: 0 30px;
}

.st-hero-feature:nth-child(2)::after {
  display: none;
}

.st-hero-feature:nth-child(3) {
  padding-left: 0;
}

.st-about {
  padding: 68px 0 70px;
}

.st-about__container {
  padding-left: 38px;
  padding-right: 38px;
}

.st-about__title {
  font-size: 36px;
}

.st-about__text {
  margin-top: 32px;
}

.st-about__text p {
  font-size: 15.5px;
  line-height: 1.75;
}

.st-about__btn {
  margin-top: 42px;
}

.st-about__visual {
  min-height: 410px;
  margin-left: 0;
}

.st-about__image-wrap {
  width: 100%;
  height: 305px;
}

.st-about__stats {
  width: 100%;
  min-height: 132px;
}

.st-about-stat {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 22px 24px;
}

.st-about-stat__number {
  font-size: 38px;
}

.st-offer__grid {
  grid-template-columns: repeat(3, 1fr);
}

.st-offer-card {
  min-height: 285px;
}

.st-project-card {
  flex-basis: 33.333333%;
  max-width: 33.333333%;
}

.st-project-card__image {
  height: 195px;
}

.st-trust__title {
  width: 100%;
  text-align: center;
  margin-bottom: -10px;
}

.st-process-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.st-navbar {
  min-height: 96px;
}

.st-brand img,
            .st-brand .custom-logo {
  width: 185px;
  max-width: 185px;
}

.st-navbar .navbar-nav {
  gap: 24px;
}

.st-navbar .navbar-nav > li > a {
  min-height: 96px;
  font-size: 12px;
}

.st-navbar .navbar-nav > li > a::after {
  bottom: 31px;
}

.st-lang {
  min-height: 96px;
  margin-left: 24px;
}

.st-lang-toggle {
  font-size: 12px;
}

.st-header-cta {
  width: 190px;
  height: 54px;
  margin-left: 24px;
  font-size: 12px;
}

.realizacje-container {
  width: min(100% - 36px, 1140px);
}

.realizacje-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.stg-benefits-hero-content {
  padding: 56px 48px;
}

.stg-benefits-grid {
  column-gap: 52px;
}

.job-content-grid {
  grid-template-columns: 1fr 1fr;
}

.job-content-block:last-child {
  grid-column: 1 / -1;
}

.single-realizacja-container {
  width: min(100% - 36px, 1140px);
}

.single-realizacja-gallery-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.st-404-layout {
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
}

.st-404-visual {
  min-height: 280px;
}
}

/* ============================================================
   MEDIA: MAX WIDTH 991.98PX
   ============================================================ */
@media (max-width: 991.98px) {
  .st-lang-menu li a{
    color: white !important;
  }
.stg-cookie-inner {
  grid-template-columns: 1fr;
  padding: 22px;
}

.stg-cookie-actions {
  padding: 0 22px 22px;
}

.contact-container {
  width: min(100% - 36px, 960px);
}

.contact-hero {
  min-height: 390px;
}

.contact-hero-inner {
  padding: 105px 0 76px;
}

.contact-main {
  padding-top: 58px;
}

.contact-grid {
  grid-template-columns: 1fr;
}

.contact-info-box {
  padding-left: 0;
  border-left: 0;
}

.contact-map-section {
  grid-template-columns: 1fr;
}

.contact-map-card-inner {
  padding: 42px 34px;
}

.st-reveal[data-reveal="left"],
        .st-reveal[data-reveal="right"] {
  transform: translate3d(0, 42px, 0);
}

.st-reveal.is-visible {
  transform: translate3d(0, 0, 0);
}

.site-footer {
  padding: 64px 0 30px;
}

.footer-desc {
  max-width: 520px;
}

.footer-bottom {
  margin-top: 56px;
  gap: 20px;
}

.footer-bottom-row {
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.footer-legal {
  gap: 32px;
  flex-wrap: wrap;
}

.st-hero {
  min-height: 860px;
}

.st-hero__inner {
  padding-left: 30px;
  padding-right: 30px;
}

.st-hero__slide {
  background-position: 68% center;
}

.st-hero__text {
  top: 155px;
  width: 560px;
  max-width: 560px;
}

.st-hero__title {
  font-size: 42px;
}

.st-hero__title strong {
  font-size: 40px;
}

.st-hero__desc {
  max-width: 500px;
  font-size: 15px;
  line-height: 1.65;
}

.st-hero__buttons {
  gap: 20px;
}

.st-hero__btn,
    .st-hero__btn--outline {
  min-width: 180px;
}

.st-hero__features {
  left: 30px;
  right: 30px;
  bottom: 34px;
}

.st-about {
  min-height: auto;
  padding: 64px 0 70px;
}

.st-about__content {
  max-width: 100%;
  margin-bottom: 48px;
}

.st-about__title {
  max-width: 100%;
  font-size: 38px;
}

.st-about__text {
  max-width: 760px;
}

.st-about__visual {
  min-height: auto;
}

.st-about__image-wrap {
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
  height: 370px;
}

.st-about__stats {
  position: relative;
  right: auto;
  bottom: auto;
  width: 100%;
  margin-top: 0;
}

.st-offer {
  padding: 54px 0 62px;
}

.st-offer__container {
  padding-left: 38px;
  padding-right: 38px;
}

.st-offer__title {
  font-size: 36px;
}

.st-offer__grid {
  grid-template-columns: repeat(2, 1fr);
}

.st-offer-card {
  min-height: 270px;
}

.st-projects {
  padding-top: 52px;
}

.st-projects__container {
  padding-left: 38px;
  padding-right: 38px;
}

.st-projects__title {
  font-size: 36px;
}

.st-project-card {
  flex-basis: 50%;
  max-width: 50%;
}

.st-project-card__image {
  height: 220px;
}

.st-projects__carousel {
  padding-left: 30px;
  padding-right: 30px;
}

.st-trust__inner {
  min-height: 130px;
  padding: 30px 38px;
  gap: 36px;
}

.st-about-values-section {
  padding: 30px 0 48px;
}

.st-section-text {
  max-width: 100%;
}

.st-about-image-box,
      .st-about-image-box img {
  min-height: 360px;
}

.st-values-wrap {
  margin-top: 45px;
}

.st-values-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.st-footer-cta-inner {
  min-height: auto;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px 24px;
}

.st-page-content .st-footer-cta-btn,
      .st-footer-cta-btn {
  min-width: 0;
  width: 100%;
}

.st-staff-light-section {
  padding-bottom: 58px;
}

.st-hero-light {
  grid-template-columns: 1fr;
}

.st-hero-light-content {
  min-height: auto;
  padding: 20px 5px;
}

.st-hero-light-image,
      .st-hero-light-image img {
  min-height: 360px;
}

.st-benefits-wrap {
  grid-template-columns: 1fr;
}

.st-realization-row,
      .st-realization-row:nth-child(even) {
  grid-template-columns: 1fr;
}

.st-realization-row:nth-child(even) .st-realization-image {
  order: 0;
}

.site-header,
            .site-header.is-scrolled {
  background: rgba(2, 11, 20, .98);
  border-bottom: 1px solid rgba(13, 115, 255, .22);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .38);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.st-navbar {
  min-height: 84px;
}

.st-container {
  padding-left: 20px;
  padding-right: 20px;
}

.st-brand img,
            .st-brand .custom-logo {
  width: 170px;
  max-width: 170px;
}

.st-navbar .navbar-collapse {
  position: absolute;
  top: 84px;
  left: 0;
  right: 0;
  background: rgba(2, 11, 20, .99);
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding: 14px 20px 24px;
  max-height: calc(100vh - 84px);
  overflow-y: auto;
  box-shadow: 0 25px 55px rgba(0, 0, 0, .45);
}

.st-navbar .navbar-nav {
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 0;
  align-items: stretch !important;
}

.st-navbar .navbar-nav > li {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.st-navbar .navbar-nav > li > a {
  width: 100%;
  min-height: auto;
  padding: 18px 0;
  justify-content: space-between;
  font-size: 14px;
}

.st-navbar .navbar-nav > li > a::after {
  display: none;
}

.st-navbar .menu-item-has-children > a::before {
  transition: transform .25s ease;
}

.st-navbar .menu-item-has-children.is-open > a::before {
  transform: translateY(1px) rotate(180deg);
}

.st-navbar .sub-menu {
  position: static;
  display: block;
  width: 100%;
  min-width: 0;
  max-height: 0;
  padding: 0 0 0 14px;
  margin: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: none;
  overflow: hidden;
  transition: max-height .35s ease,
                    opacity .25s ease,
                    visibility .25s ease,
                    margin .25s ease;
}

.st-navbar .menu-item-has-children:hover > .sub-menu,
            .st-navbar .menu-item-has-children:focus-within > .sub-menu {
  transform: none;
}

.st-navbar .menu-item-has-children.is-open > .sub-menu {
  max-height: 500px;
  margin: 8px 0 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.st-navbar .sub-menu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.st-navbar .sub-menu a {
  display: block;
  width: 100%;
  padding: 10px 0 10px 14px;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0;
  background: transparent;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.st-navbar .sub-menu a:hover {
  color: #1689ff;
  background: transparent;
}

.st-lang {
  width: 100%;
  min-height: auto;
  margin: 18px 0 0;
  padding: 0;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.st-lang-toggle {
  width: 100%;
  min-height: 52px;
  justify-content: space-between;
  font-size: 14px;
}

.st-lang-menu {
  position: static;
  min-width: 0;
  width: 100%;
  padding: 0 0 12px 14px;
  background: transparent;
  border: 0;
  box-shadow: none;
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: none;
}

.st-lang.is-open .st-lang-menu {
  display: block;
  transform: none !important;
}

.st-lang-menu a,
            .st-lang-menu span {
  justify-content: flex-start;
  padding: 11px 0;
  color: rgba(255, 255, 255) !important;
  font-size: 13px;
}

.st-lang-menu a:hover,
            .st-lang-menu .current-lang a,
            .st-lang-menu .current-lang span {
  background: transparent;
  color: #ffffff;
}

.st-header-cta {
  width: 100%;
  height: 56px;
  margin: 22px 0 0;
  font-size: 13px;
}

.st-navbar .sub-menu {
  transition: none !important;
}

.st-navbar .menu-item-has-children.is-open > .sub-menu {
  transition: none !important;
}

.st-navbar .menu-item-has-children > a::before {
  transition: none !important;
}

.realizacje-hero {
  min-height: 410px;
  padding: 112px 0 74px;
}

.realizacje-section {
  padding: 76px 0 92px;
}

.realizacje-head {
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 38px;
}

.realizacje-count {
  min-width: 220px;
}

.realizacje-cta-inner {
  align-items: flex-start;
  flex-direction: column;
}

.stg-benefits-hero-inner,
      .stg-benefits-grid,
      .stg-benefits-cta-inner {
  grid-template-columns: 1fr;
  padding: 0px 10px;
}

.stg-benefits-hero-media,
      .stg-benefits-hero-media img,
      .stg-benefits-hero-content {
  min-height: auto;
}

.stg-benefits-hero-media {
  height: 360px;
}

.stg-benefits-hero-content {
  padding: 48px 36px;
}

.st-faq-cta-inner {
  min-height: auto;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px 24px;
}

.st-page-content .st-faq-cta-btn,
    .st-faq-cta-btn {
  min-width: 0;
  width: 100%;
}

.job-content-grid {
  grid-template-columns: 1fr;
  padding: 24px 22px 16px 62px;
}

.job-content-block:last-child {
  grid-column: auto;
}

.job-apply-row {
  padding: 0 22px 26px 62px;
}

.jobs-benefits {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.st-jobs-cta-inner {
  min-height: auto;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px 24px;
}

.st-page-content .st-jobs-cta-btn,
    .st-jobs-cta-btn {
  min-width: 0;
  width: 100%;
}

.stg-two-col,
      .stg-cards-grid {
  grid-template-columns: 1fr;
}

.stg-responsible-block {
  padding: 50px 0;
}

.stg-cta-inner {
  min-height: auto;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px 24px;
}

.stg-cta-btn {
  min-width: 0;
  width: 100%;
}

.st-page-hero {
  min-height: 350px;
}

.st-page-hero-inner {
  padding: 104px 0 72px;
}

.st-page-main {
  padding: 64px 0 78px;
}

.st-page-card-body {
  padding: 34px;
}

.single-realizacja-hero {
  min-height: 430px;
  padding: 118px 0 78px;
}

.single-realizacja-main {
  padding: 72px 0 88px;
}

.single-realizacja-intro {
  padding: 36px 34px 0;
}

.single-realizacja-content {
  padding: 0 34px 38px;
}

.single-realizacja-cta-inner {
  grid-template-columns: 1fr;
  align-items: flex-start;
}

.st-404-page {
  min-height: auto;
  padding: 110px 0 90px;
}

.st-404-page::before {
  background-position: right bottom;
  opacity: .50;
}

.st-404-layout {
  grid-template-columns: 1fr;
}

.st-404-visual {
  position: absolute;
  right: 22px;
  top: 94px;
  min-height: 0;
  opacity: .65;
}

.st-404-number {
  font-size: clamp(120px, 22vw, 190px);
}

.st-404-content {
  max-width: 680px;
  padding-right: 130px;
}

.st-404-info {
  grid-template-columns: 1fr 1fr;
}
}

/* ============================================================
   MEDIA: MAX WIDTH 782PX
   ============================================================ */
@media (max-width: 782px) {
body.admin-bar .site-header {
  top: 46px;
}
}

/* ============================================================
   MEDIA: MAX WIDTH 768PX
   ============================================================ */
@media (max-width: 768px) {
.contact-page .st-cf7-row {
  grid-template-columns: 1fr;
}

.contact-info-item {
  grid-template-columns: 56px minmax(0, 1fr);
}

.contact-info-icon,
        .contact-download-icon {
  width: 56px;
  font-size: 22px;
}

.contact-download {
  grid-template-columns: 56px minmax(0, 1fr);
}

.contact-download-arrow {
  display: none;
}

.contact-features-grid {
  grid-template-columns: 1fr;
}

.contact-feature {
  border-left: 0;
  border-bottom: 1px solid #e6edf5;
}

.contact-feature:last-child {
  border-bottom: 0;
}

.st-cf7-row {
  grid-template-columns: 1fr;
}

.st-cf7-form {
  gap: 14px;
}

.st-cf7-form input,
    .st-cf7-form textarea,
    .st-cf7-form select {
  font-size: 14px;
  padding-left: 14px;
  padding-right: 14px;
}

.st-cf7-file {
  padding: 15px 14px;
}

.st-cf7-consent {
  padding: 13px 14px;
}

.st-cf7-consent label {
  gap: 9px;
}

.st-cf7-consent span {
  font-size: 12.5px;
  line-height: 1.55;
}

.st-cf7-submit {
  width: 100% !important;
  min-width: 0;
}

.st-hero {
  height: auto;
  min-height: auto;
}

.st-hero__inner {
  height: auto;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 132px;
  padding-bottom: 34px;
}

.st-hero__content {
  height: auto;
}

.st-hero__text {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  max-width: 100%;
}

.st-hero__slide {
  animation: none !important;
  transform: none !important;
  will-change: auto;
}

.st-hero__slide--1 {
  opacity: 1 !important;
}

.st-hero__slide--2 {
  opacity: 0 !important;
  display: none;
}

.st-hero__title,
    .st-hero__desc,
    .st-hero__btn--primary,
    .st-hero__btn--outline,
    .st-hero-feature {
  filter: none !important;
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.st-hero__title {
  font-size: 39px;
  line-height: 1.06;
  animation: stMobileFlyFromLeft .46s ease-out both !important;
}

.st-hero__title strong {
  font-size: 36px;
  line-height: 1.08;
}

.st-hero__desc {
  margin-top: 25px;
  font-size: 15px;
  max-width: 100%;
  animation: stMobileFlyFromLeft .46s ease-out .08s both !important;
}

.st-hero__buttons {
  width: 100%;
  max-width: 330px;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  margin-top: 32px;
}

.st-hero__btn,
    .st-hero__btn--outline {
  width: 100%;
  min-width: 0;
  height: 56px;
}

.st-hero__btn--primary {
  animation: stMobileFlyFromLeft .42s ease-out .16s both !important;
}

.st-hero__btn--outline {
  animation: stMobileFlyFromRight .42s ease-out .22s both !important;
}

.st-hero__features {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 46px;
  grid-template-columns: 1fr;
  gap: 0;
}

.st-hero-feature,
    .st-hero-feature:first-child,
    .st-hero-feature:nth-child(3) {
  min-height: 88px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.st-hero-feature:nth-child(1) {
  animation: stMobileFlyFromLeft .38s ease-out .28s both !important;
}

.st-hero-feature:nth-child(2) {
  animation: stMobileFlyFromLeft .38s ease-out .34s both !important;
}

.st-hero-feature:nth-child(3) {
  animation: stMobileFlyFromRight .38s ease-out .40s both !important;
}

.st-hero-feature:nth-child(4) {
  animation: stMobileFlyFromRight .38s ease-out .46s both !important;
}

.st-hero-feature:not(:last-child)::after {
  display: none;
}

.st-hero-feature__icon {
  flex-basis: 44px;
  width: 44px;
  height: 44px;
  font-size: 40px;
  filter: none !important;
}

.st-hero-feature__title {
  font-size: 13px;
}

.st-hero-feature__text {
  max-width: none;
  font-size: 13px;
}

.st-about {
  padding: 54px 0 58px;
}

.st-about__container {
  padding-left: 22px;
  padding-right: 22px;
}

.st-about__eyebrow {
  font-size: 16px;
  margin-bottom: 16px;
}

.st-about__title {
  font-size: 34px;
  line-height: 1.1;
}

.st-about__text {
  margin-top: 27px;
}

.st-about__text p {
  font-size: 15px;
  line-height: 1.72;
}

.st-about__text p + p {
  margin-top: 22px;
}

.st-about__btn {
  width: 100%;
  max-width: 285px;
  margin-top: 34px;
}

.st-about__image-wrap {
  height: 290px;
}

.st-about__stats {
  grid-template-columns: 1fr;
}

.st-about-stat {
  flex-direction: row;
  align-items: center;
  min-height: 118px;
  padding: 24px 26px;
}

.st-about-stat:not(:last-child)::after {
  top: auto;
  left: 26px;
  right: 26px;
  bottom: 0;
  width: auto;
  height: 1px;
}

.st-about-stat__icon {
  flex-basis: 52px;
  width: 52px;
  height: 52px;
  font-size: 48px;
}

.st-about-stat__number {
  font-size: 38px;
}

.st-offer {
  padding: 48px 0 54px;
  background-position: center top;
}

.st-offer__container {
  padding-left: 22px;
  padding-right: 22px;
}

.st-offer__heading {
  margin-bottom: 32px;
}

.st-offer__eyebrow {
  font-size: 15px;
}

.st-offer__title {
  font-size: 31px;
}

.st-offer__underline {
  width: 90px;
  margin-top: 18px;
}

.st-offer__grid {
  grid-template-columns: 1fr;
  gap: 16px;
}

.st-offer-card {
  min-height: 245px;
  padding: 32px 28px 28px;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03),
            0 12px 28px rgba(0,0,0,.14);
}

.st-offer-card:hover {
  transform: none;
}

.st-offer-card__icon {
  min-height: 56px;
  font-size: 48px;
  filter: none !important;
}

.st-offer-card__title {
  margin-top: 18px;
}

.st-offer-card__text {
  margin-top: 22px;
  max-width: 100%;
}

.st-offer-animate,
    .st-offer-animate--top,
    .st-offer-animate--left,
    .st-offer-animate--right {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity .38s ease-out,
            transform .38s ease-out;
  will-change: opacity, transform;
}

.st-offer.is-visible .st-offer-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.st-offer.is-visible .st-offer-delay-1 {
  transition-delay: .02s;
}

.st-offer.is-visible .st-offer-delay-2 {
  transition-delay: .04s;
}

.st-offer.is-visible .st-offer-delay-3 {
  transition-delay: .06s;
}

.st-offer.is-visible .st-offer-delay-4 {
  transition-delay: .08s;
}

.st-offer.is-visible .st-offer-delay-5 {
  transition-delay: .10s;
}

.st-offer.is-visible .st-offer-delay-6 {
  transition-delay: .12s;
}

.st-projects {
  padding-top: 48px;
}

.st-projects__container {
  padding-left: 22px;
  padding-right: 22px;
}

.st-projects__heading {
  margin-bottom: 32px;
}

.st-projects__eyebrow {
  font-size: 15px;
}

.st-projects__title {
  font-size: 30px;
}

.st-projects__carousel {
  padding-left: 0;
  padding-right: 0;
}

.st-project-card {
  flex-basis: 100%;
  max-width: 100%;
  padding: 0;
}

.st-project-card__image {
  height: 245px;
}

.st-projects__nav {
  top: 102px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(7, 19, 35, .10);
  font-size: 28px;
}

.st-projects__nav--prev {
  left: 8px;
}

.st-projects__nav--next {
  right: 8px;
}

.st-projects__more-btn {
  width: 100%;
  max-width: 320px;
}

.st-trust__inner {
  padding: 30px 22px;
  gap: 28px;
}

.st-trust__title {
  font-size: 19px;
  letter-spacing: 6px;
}

.st-trust__logo {
  font-size: 20px;
}

.st-about-values-section {
  padding: 28px 0 42px;
}

.st-section-title {
  font-size: 30px;
  letter-spacing: -0.7px;
}

.st-section-text,
      .st-values-desc {
  font-size: 15px;
}

.st-about-points {
  grid-template-columns: 1fr;
  gap: 18px;
}

.st-about-image-box,
      .st-about-image-box img {
  min-height: 310px;
}

.st-values-list {
  grid-template-columns: 1fr;
}

.st-value-item {
  padding: 24px 22px 26px;
}

.st-value-item::before {
  left: 22px;
}

.st-staff-light-section {
  padding-bottom: 48px;
}

.st-benefit-content {
  transition: none !important;
}

.st-benefit-icon::before,
  .st-benefit-icon::after {
  transition: none !important;
}

.st-benefit-btn {
  transition: none !important;
}

.st-hero-light-content {
  padding: 20px 5px;
}

.st-light-title {
  font-size: 25px;
  letter-spacing: -0.7px;
}

.st-hero-light-content .st-light-text,
      .st-light-text {
  font-size: 15px;
}

.st-hero-light-tags {
  grid-template-columns: 1fr;
}

.st-section-block {
  margin-top: 48px;
}

.st-process-grid {
  grid-template-columns: 1fr;
}

.st-process-card {
  padding: 22px 5px;
}

.st-benefits-intro,
      .st-realization-content {
  padding: 22px 5px;
}

.st-benefit-btn {
  padding: 20px 22px;
}

.st-benefit-title {
  font-size: 18px;
}

.st-benefit-title::before {
  width: 26px;
}

.st-benefit-inner {
  padding: 22px;
}

.st-realization-image,
      .st-realization-image img {
  min-height: 260px;
}

.st-realization-content h3 {
  font-size: 24px;
}

.st-footer-cta {
  margin-top: 48px;
}

html,
        body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.realizacje-page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.realizacje-container {
  width: calc(100% - 28px);
  max-width: calc(100% - 28px);
  margin-left: auto;
  margin-right: auto;
}

.realizacje-hero,
        .realizacje-section,
        .realizacje-head,
        .realizacje-grid,
        .realizacje-cta,
        .realizacje-cta-inner {
  width: 100%;
  max-width: 100%;
}

.realizacje-grid {
  grid-template-columns: 1fr;
  gap: 24px;
  overflow: hidden;
}

.realizacja-card,
        .realizacja-card-box {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.realizacja-card-box:hover {
  transform: none;
}

.realizacja-content {
  padding: 24px 22px;
}

.realizacja-title {
  font-size: 21px;
}

.realizacje-empty {
  padding: 44px 22px;
}

.realizacje-count {
  max-width: 100%;
  min-width: 0;
}

.realizacje-fly,
        .realizacje-fly.fly-left,
        .realizacje-fly.fly-right,
        .realizacje-fly.fly-up,
        .realizacje-fly.fly-down {
  transform: translate3d(0, 24px, 0);
}

.realizacje-fly.is-visible {
  transform: translate3d(0, 0, 0);
}

.realizacje-pagination {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.realizacje-pagination .nav-links {
  max-width: 100%;
  justify-content: center;
}

.realizacje-cta-btn {
  max-width: 100%;
  white-space: normal;
  text-align: center;
}

.stg-benefits-wrap {
  width: 100%;
}

.stg-benefits-header {
  padding: 22px 0 5px;
}

.stg-benefits-hero-media {
  height: 320px;
}

.stg-benefits-hero-content {
  padding: 42px 24px;
}

.stg-benefit-item {
  grid-template-columns: 1fr;
  gap: 20px;
}

.stg-benefit-icon {
  width: 96px;
  height: 96px;
  font-size: 38px;
}

.stg-benefits-list {
  padding: 58px 0 64px;
}

.stg-benefits-list-title {
  margin-bottom: 42px !important;
}

.stg-benefits-cta-inner {
  padding: 20px 15px;
}

.stg-benefits-cta-btn,
      .stg-benefits-hero-btn {
  width: 100%;
}

.st-page-content .recruitment-faq-question,
    .recruitment-faq-question {
  grid-template-columns: 38px 30px 1fr 24px;
  gap: 10px;
  padding: 12px 14px;
}

.faq-title {
  font-size: 15px;
}

.faq-icon {
  font-size: 20px;
}

.recruitment-faq-answer p {
  padding: 0 14px 15px 92px;
  font-size: 14px;
}

.recruitment-jobs-section {
  padding: 48px 0 56px;
}

.st-page-content .recruitment-job-question,
    .recruitment-job-question {
  grid-template-columns: 30px 1fr 24px;
  gap: 12px;
  padding: 14px 16px;
}

.job-title {
  font-size: 15px;
}

.job-icon {
  font-size: 20px;
}

.job-content-grid {
  padding: 22px 16px 14px 54px;
}

.job-apply-row {
  padding: 0 16px 24px 54px;
}

.jobs-benefits {
  grid-template-columns: 1fr;
}

.stg-responsible-wrap {
  width: min(100% - 15px, 100%);
}

.stg-responsible-hero {
  padding: 25px 0 0px;
}

.stg-card {
  grid-template-columns: 1fr;
}

.stg-strong-note {
  grid-template-columns: 1fr;
}

.stg-document-row {
  align-items: flex-start;
  flex-direction: column;
}

.stg-download-btn,
      .stg-cta-btn {
  width: 100%;
}

.single-realizacja-container {
  width: min(100% - 28px, 100%);
}

.single-realizacja-hero {
  min-height: 390px;
  padding: 104px 0 66px;
}

.single-realizacja-breadcrumb {
  font-size: 11px;
}

.single-realizacja-title {
  font-size: clamp(34px, 11vw, 52px);
}

.single-realizacja-featured,
        .single-realizacja-featured img {
  min-height: 300px;
}

.single-realizacja-featured img {
  height: 300px;
}

.single-realizacja-intro {
  padding: 30px 24px 0;
}

.single-realizacja-content {
  padding: 0 24px 32px;
  font-size: 15px;
}

.single-realizacja-gallery-head {
  align-items: flex-start;
  flex-direction: column;
}

.single-realizacja-gallery-grid {
  grid-template-columns: 1fr;
}

.single-realizacja-nav {
  grid-template-columns: 1fr;
}

.single-realizacja-nav-next {
  text-align: left;
  align-items: flex-start;
}

.single-realizacja-cta-inner {
  padding: 34px 26px;
}

.single-realizacja-btn,
        .single-realizacja-back {
  width: 100%;
}

.st-404-page {
  padding: 88px 0 72px;
}

.st-404-page::before {
  background-size: auto 72%;
  background-position: right bottom;
  opacity: .42;
}

.st-404-page::after {
  background: linear-gradient(180deg, rgba(2, 11, 20, .92) 0%, rgba(2, 11, 20, .55) 44%, rgba(2, 11, 20, .92) 100%);
}

.st-404-container {
  width: min(100% - 26px, 540px);
}

.st-404-content {
  padding-right: 0;
}

.st-404-visual {
  position: relative;
  right: auto;
  top: auto;
  justify-content: flex-start;
  margin: -4px 0 20px;
  opacity: .85;
  order: -1;
}

.st-404-layout {
  gap: 18px;
}

.st-404-title {
  font-size: clamp(38px, 12vw, 56px);
  letter-spacing: -0.045em;
}

.st-404-text {
  font-size: 16px;
  line-height: 1.7;
}

.st-404-actions {
  flex-direction: column;
  margin-top: 30px;
}

.st-404-btn {
  width: 100%;
  min-height: 54px;
  border-radius: 7px;
  padding: 15px 18px;
}

.st-404-info {
  grid-template-columns: 1fr;
  margin-top: 38px;
}

.st-404-card {
  min-height: auto;
  padding: 22px;
  border-radius: 16px;
}
}

/* ============================================================
   MEDIA: MAX WIDTH 575.98PX
   ============================================================ */
@media (max-width: 575.98px) {
.stg-cookie-panel {
  left: 12px;
  right: 12px;
  bottom: 12px;
  border-radius: 18px;
}

.stg-cookie-title {
  font-size: 20px;
}

.stg-cookie-desc {
  font-size: 14px;
}

.stg-cookie-actions {
  display: grid;
  grid-template-columns: 1fr;
}

.stg-cookie-btn {
  width: 100%;
}

.stg-cookie-manage {
  left: 14px;
  bottom: 14px;
  width: 48px;
  height: 48px;
}

.contact-container {
  width: min(100% - 28px, 100%);
}

.contact-hero {
  min-height: 360px;
}

.contact-hero-inner {
  padding: 96px 0 64px;
}

.contact-main {
  padding-top: 48px;
}

.contact-grid {
  gap: 38px;
}

.contact-form-box {
  padding: 28px 22px;
}

.contact-info-item {
  min-height: 96px;
}

.contact-page .wpcf7-submit,
        .contact-page .st-cf7-submit {
  width: 100%;
}

.contact-map-section {
  margin-top: 48px;
}

.contact-map {
  min-height: 320px;
}

.contact-map-card-inner {
  padding: 36px 24px;
}

.contact-map-btn {
  width: 100%;
  justify-content: center;
}

.site-footer {
  padding: 52px 0 28px;
  text-align: center;
}

.site-footer .st-container {
  width: min(100% - 28px, 100%);
}

.footer-main-row {
  row-gap: 38px;
}

.footer-main-row > div {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  text-align: center;
}

.footer-logo {
  margin: 0 auto 24px;
  justify-content: center;
}

.footer-logo img {
  width: 190px;
}

.footer-desc {
  max-width: 100%;
  margin: 0 auto 28px;
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
}

.footer-socials {
  justify-content: center;
}

.footer-socials a {
  width: 36px;
  height: 36px;
  border-radius: 9px;
}

.site-footer h3 {
  margin-bottom: 20px;
  font-size: 13px;
  text-align: center;
}

.footer-list li {
  margin-bottom: 14px;
}

.footer-list a,
        .footer-contact {
  font-size: 14px;
}

.footer-list a:hover {
  padding-left: 0;
}

.footer-contact {
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.footer-contact i {
  margin-top: 0;
}

.footer-btn {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  gap: 16px;
}

.footer-bottom {
  margin-top: 44px;
  padding-top: 26px;
  font-size: 13px;
  text-align: center;
  align-items: center;
}

.footer-bottom-row {
  align-items: center;
  text-align: center;
}

.footer-legal {
  justify-content: center;
  gap: 20px;
}

.footer-legal a {
  font-size: 13px;
}

.footer-company-legal {
  font-size: 11.5px;
  line-height: 1.7;
  text-align: center;
}

.st-footer-cta-inner {
  padding: 34px 18px;
}

.st-footer-cta-content h2 {
  font-size: 22px;
}

.st-footer-cta-content p {
  font-size: 15px;
}

.st-page-content .st-footer-cta-btn,
      .st-footer-cta-btn {
  height: 54px;
  padding: 0 20px;
  font-size: 13px;
}

.st-footer-cta-content h2 {
  font-size: 25px;
}

.st-navbar {
  min-height: 78px;
}

.st-brand img,
            .st-brand .custom-logo {
  width: 152px;
  max-width: 152px;
}

.st-navbar .navbar-collapse {
  top: 78px;
  max-height: calc(100vh - 78px);
}

.st-toggler {
  width: 44px;
  height: 44px;
}

.realizacje-container {
  width: calc(100% - 28px);
  max-width: calc(100% - 28px);
}

.realizacje-hero {
  min-height: 390px;
  padding: 102px 0 62px;
}

.realizacje-breadcrumb {
  font-size: 11px;
  gap: 7px;
}

.realizacje-hero h1 {
  font-size: clamp(36px, 12vw, 52px);
}

.realizacje-section {
  padding: 62px 0 76px;
}

.realizacje-count {
  width: 100%;
}

.realizacje-pagination .page-numbers {
  min-width: 42px;
  height: 42px;
  font-size: 13px;
}

.realizacja-button,
        .realizacje-cta-btn {
  width: 100%;
}

.st-faq-cta-inner {
  padding: 34px 18px;
}

.st-faq-cta-content h2 {
  font-size: 34px;
}

.st-faq-cta-content p {
  font-size: 15px;
}

.st-page-content .st-faq-cta-btn,
    .st-faq-cta-btn {
  height: 54px;
  padding: 0 20px;
  font-size: 13px;
}

.st-jobs-cta-inner {
  padding: 34px 18px;
}

.st-jobs-cta-content h2 {
  font-size: 24px;
}

.st-jobs-cta-content p {
  font-size: 15px;
}

.st-page-content .st-jobs-cta-btn,
    .st-jobs-cta-btn {
  height: 54px;
  padding: 0 20px;
  font-size: 13px;
}

.jobs-about {
  padding: 24px 18px;
}

.stg-cta-inner {
  padding: 34px 18px;
}

.stg-cta h2 {
  font-size: 18px;
}

.stg-cta p {
  font-size: 15px;
}

.stg-cta-btn {
  height: 54px;
  padding: 0 20px;
  font-size: 13px;
}

.st-page-hero {
  min-height: 320px;
}

.st-page-hero-inner {
  padding: 92px 0 58px;
}

.st-page-breadcrumb .breadcrumb-item {
  font-size: 10px;
}

.st-page-main {
  padding: 48px 0 64px;
}

.st-page-card-body {
  padding: 28px 22px;
}

.st-page-content {
  font-size: 15px;
  line-height: 1.75;
}

.st-page-content blockquote {
  padding: 22px;
  font-size: 16px;
}

.st-page-content table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
}

/* ============================================================
   MEDIA: MAX WIDTH 480PX
   ============================================================ */
@media (max-width: 480px) {
.recruitment-faq-container {
  padding: 0 12px;
}

.recruitment-faq-heading {
  margin-bottom: 24px;
}

.recruitment-faq-heading p {
  font-size: 14.5px;
}

.st-page-content .recruitment-faq-question,
    .recruitment-faq-question {
  grid-template-columns: 1fr 24px;
  min-height: auto;
  padding: 14px;
}

.faq-number,
    .faq-icon {
  display: none;
}

.faq-title {
  font-size: 14.5px;
}

.recruitment-faq-answer p {
  padding: 0 14px 15px;
}

.recruitment-jobs-container {
  padding: 0 5px;
}

.recruitment-jobs-heading {
  margin-bottom: 24px;
}

.recruitment-jobs-heading p {
  font-size: 14.5px;
}

.st-page-content .recruitment-job-question,
    .recruitment-job-question {
  grid-template-columns: 1fr 24px;
  min-height: auto;
  padding: 14px;
}

.job-icon {
  display: none;
}

.job-title {
  font-size: 14.5px;
}

.job-content-grid {
  padding: 18px 14px 12px;
}

.job-apply-row {
  padding: 0 14px 22px;
}

.job-apply-btn {
  width: 100%;
  min-width: 0;
}

.job-content-block h3 {
  font-size: 13px;
}

.job-content-block li {
  font-size: 13.5px;
}

.jobs-benefit-card {
  min-height: auto;
  padding: 22px 18px;
}
}

/* ============================================================
   MEDIA: MAX WIDTH 420PX
   ============================================================ */
@media (max-width: 420px) {
.st-cf7-form {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.st-cf7-consent span {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.st-hero__title {
  font-size: 34px;
}

.st-hero__title strong {
  font-size: 31px;
}

.st-hero__desc {
  font-size: 14px;
}

.st-about__title {
  font-size: 30px;
}

.st-about__image-wrap {
  height: 240px;
}

.st-about-stat {
  gap: 18px;
  padding: 22px 20px;
}

.st-about-stat__number {
  font-size: 34px;
}

.st-about-stat__label {
  font-size: 12px;
}

.st-offer__title {
  font-size: 28px;
}

.st-offer-card {
  padding: 30px 24px 26px;
}

.st-projects__title {
  font-size: 27px;
}

.st-project-card__image {
  height: 210px;
}

.realizacje-container {
  width: calc(100% - 24px);
  max-width: calc(100% - 24px);
}

.realizacja-content {
  padding-left: 20px;
  padding-right: 20px;
}

.realizacje-cta {
  padding-left: 22px;
  padding-right: 22px;
}

.realizacje-pagination .nav-links {
  gap: 8px;
}

.st-404-page {
  padding-top: 74px;
}

.st-404-label {
  font-size: 12px;
  padding: 9px 14px;
}

.st-404-number {
  font-size: 116px;
}

.st-404-title {
  font-size: 38px;
}
}

/* ============================================================
   MEDIA: PREFERS REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
.stg-cookie-btn,
      .stg-cookie-slider,
      .stg-cookie-slider::before,
      .stg-cookie-manage {
  transition: none;
}

.contact-form-box,
        .contact-info-box,
        .contact-map-section,
        .contact-feature {
  opacity: 1;
  transform: none;
  animation: none;
}

.st-reveal {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
}

.st-hero__slide,
    .st-hero__title,
    .st-hero__desc,
    .st-hero__btn--primary,
    .st-hero__btn--outline,
    .st-hero-feature {
  animation: none !important;
  transition: none !important;
  transform: none !important;
  filter: none !important;
  opacity: 1 !important;
}

.st-hero__slide--2 {
  display: none;
}

.st-offer-animate,
    .st-offer-animate--top,
    .st-offer-animate--left,
    .st-offer-animate--right {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  will-change: auto !important;
}

.st-fly,
      .st-fly-left,
      .st-fly-right {
  opacity: 1;
  transform: none;
  transition: none;
}

.st-reveal,
      .st-reveal-left,
      .st-reveal-right {
  opacity: 1;
  transform: none;
  transition: none;
}

.realizacje-fly {
  opacity: 1;
  transform: none !important;
  transition: none !important;
}

.stg-benefit-fly {
  opacity: 1;
  transform: none !important;
  transition: none !important;
}

.stg-has-js .stg-fly {
  opacity: 1;
  transform: none !important;
  transition: none !important;
}

.st-reveal {
  opacity: 1;
  transform: none !important;
  transition: none !important;
}

.st-404-animate,
        .st-404-animate-left,
        .st-404-animate-right {
  opacity: 1;
  transform: none;
  animation: none;
}

.st-404-btn,
        .st-404-card {
  transition: none;
}
}



/* =========================================================
   CONTACT PAGE - HERO FLY ANIMATION
   Lekka animacja przylotu nagłówka na desktop i mobile
========================================================= */

.contact-hero-inner .contact-breadcrumb,
.contact-hero-inner h1 {
    opacity: 0;
    transform: translate3d(-34px, 0, 0);
    animation: contactHeroFly .72s cubic-bezier(.22, .9, .32, 1) forwards;
    will-change: opacity, transform;
    backface-visibility: hidden;
}

.contact-hero-inner .contact-breadcrumb {
    animation-delay: 80ms;
}

.contact-hero-inner h1 {
    animation-delay: 170ms;
}

@keyframes contactHeroFly {
    0% {
        opacity: 0;
        transform: translate3d(-34px, 0, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* Mobile - delikatniejszy i krótszy przylot */
@media (max-width: 767.98px) {
    .contact-hero-inner .contact-breadcrumb,
    .contact-hero-inner h1 {
        transform: translate3d(0, 18px, 0);
        animation-name: contactHeroFlyMobile;
        animation-duration: .52s;
    }

    @keyframes contactHeroFlyMobile {
        0% {
            opacity: 0;
            transform: translate3d(0, 18px, 0);
        }

        100% {
            opacity: 1;
            transform: translate3d(0, 0, 0);
        }
    }
}

/* Dostępność - wyłączenie animacji dla osób z ograniczeniem ruchu */
@media (prefers-reduced-motion: reduce) {
    .contact-hero-inner .contact-breadcrumb,
    .contact-hero-inner h1 {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
        will-change: auto !important;
    }
}
.contact-breadcrumb span{
    color: var(--st-blue);
}

   /* =========================================================
   STALTECH HERO — STABILNY FIX 100% / 125% / LAPTOP 2K
   WKLEIĆ NA SAM KONIEC style.css
   ========================================================= */

.st-hero {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  min-height: 100vh !important;
  overflow: hidden !important;
  background: #020b14 !important;
  color: #ffffff !important;
}

.st-hero__inner {
  position: relative !important;
  z-index: 5 !important;
  width: 100% !important;
  min-height: 760px !important;
  height: auto !important;

  padding: 170px 62px 0px !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 44px !important;
}

.st-hero__content {
  position: relative !important;
  height: auto !important;
  width: 100% !important;
  max-width: 760px !important;
}

.st-hero__text {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;

  width: 100% !important;
  max-width: 760px !important;
}

.st-hero__title {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 760px !important;

  color: #ffffff !important;
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif !important;
  font-size: clamp(38px, 3.15vw, 52px) !important;
  line-height: 1.07 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: .2px !important;
  text-shadow: 0 7px 26px rgba(0, 0, 0, .50) !important;
}

.st-hero__title span,
.st-hero__title strong {
  display: block !important;
}

.st-hero__title strong {
  margin-top: 8px !important;
  color: #0d74ff !important;
  font-size: clamp(38px, 3.15vw, 52px) !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
}

.st-hero__desc {
  margin: 30px 0 0 !important;
  max-width: 610px !important;

  color: rgba(255, 255, 255, .92) !important;
  font-size: clamp(15px, .95vw, 17px) !important;
  line-height: 1.68 !important;
  font-weight: 400 !important;
  text-shadow: 0 5px 18px rgba(0, 0, 0, .42) !important;
}

.st-hero__buttons {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;

  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 18px !important;
  margin-top: 36px !important;
}

.st-hero__btn,
.st-hero__btn--outline {
  height: 56px !important;
  min-width: 190px !important;
  max-width: 100% !important;
  padding: 0 24px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;

  white-space: normal !important;
  text-align: center !important;
  line-height: 1.15 !important;
  font-size: 12.5px !important;
}

/* FEATURES — bez absolutnego przyklejania do dołu */
.st-hero__features {
  position: relative !important;
  z-index: 7 !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  top: auto !important;
  transform: none !important;

  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: start !important;
  gap: 0 !important;
  margin-top: auto !important;
}

.st-hero-feature {
  position: relative !important;
  min-width: 0 !important;
  min-height: 86px !important;

  display: grid !important;
  grid-template-columns: 56px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 22px !important;
  padding: 0 30px !important;
}

.st-hero-feature:first-child {
  padding-left: 0 !important;
}

.st-hero-feature:not(:last-child)::after {
  content: "" !important;
  position: absolute !important;
  top: 6px !important;
  right: 0 !important;
  width: 1px !important;
  height: 78px !important;
  background: rgba(255, 255, 255, .24) !important;
}

.st-hero-feature__icon {
  flex: none !important;
  width: 56px !important;
  height: 56px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: #0875ff !important;
  font-size: 50px !important;
  line-height: 1 !important;
}

.st-hero-feature__body {
  min-width: 0 !important;
}

.st-hero-feature__title {
  display: block !important;
  margin-bottom: 9px !important;

  color: #ffffff !important;
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif !important;
  font-size: 13px !important;
  line-height: 1.12 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: .2px !important;

  overflow-wrap: anywhere !important;
  hyphens: auto !important;
}

.st-hero-feature__text {
  display: block !important;
  max-width: 245px !important;

  color: rgba(255, 255, 255, .86) !important;
  font-size: 13.5px !important;
  line-height: 1.48 !important;
  font-weight: 400 !important;

  overflow-wrap: anywhere !important;
  hyphens: auto !important;
}

/* NIEMIECKI — dłuższe teksty */
html[lang^="de"] .st-hero__title,
html[lang^="de"] .st-hero__title strong {
  font-size: clamp(36px, 2.85vw, 48px) !important;
}

html[lang^="de"] .st-hero__desc {
  max-width: 640px !important;
  font-size: 16px !important;
}

html[lang^="de"] .st-hero-feature__title {
  font-size: 12.5px !important;
}

html[lang^="de"] .st-hero-feature__text {
  font-size: 13px !important;
  line-height: 1.45 !important;
}

/* LAPTOP / CHROME 125% / 2K logicznie robi się węższy */
@media (max-width: 1450px) {
  .st-hero {
    min-height: 820px !important;
  }

  .st-hero__inner {
    min-height: 820px !important;
    padding: 150px 46px 44px !important;
  }

  .st-hero__text {
    max-width: 690px !important;
  }

  .st-hero__title,
  .st-hero__title strong {
    font-size: 44px !important;
  }

  html[lang^="de"] .st-hero__title,
  html[lang^="de"] .st-hero__title strong {
    font-size: 42px !important;
  }

  .st-hero__desc {
    max-width: 570px !important;
    font-size: 15.5px !important;
  }

  .st-hero__features {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .st-hero-feature {
    grid-template-columns: 48px minmax(0, 1fr) !important;
    gap: 18px !important;
    padding: 0 22px !important;
  }

  .st-hero-feature__icon {
    width: 48px !important;
    height: 48px !important;
    font-size: 44px !important;
  }

  .st-hero-feature__title {
    font-size: 12.5px !important;
  }

  .st-hero-feature__text {
    font-size: 13px !important;
    line-height: 1.42 !important;
  }
}

/* Gdy realnie robi się za ciasno — 2 kolumny, bez nachodzenia */
@media (max-width: 1199.98px) {
  .st-hero {
    min-height: 880px !important;
  }

  .st-hero__inner {
    min-height: 880px !important;
    padding: 145px 34px 48px !important;
  }

  .st-hero__content {
    max-width: 680px !important;
  }

  .st-hero__text {
    max-width: 680px !important;
  }

  .st-hero__title,
  .st-hero__title strong {
    font-size: 40px !important;
  }

  html[lang^="de"] .st-hero__title,
  html[lang^="de"] .st-hero__title strong {
    font-size: 38px !important;
  }

  .st-hero__features {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 0 !important;
  }

  .st-hero-feature {
    min-height: 76px !important;
    padding: 0 28px !important;
  }

  .st-hero-feature:nth-child(2)::after {
    display: none !important;
  }

  .st-hero-feature:nth-child(3) {
    padding-left: 0 !important;
  }
}

/* TABLET */
@media (max-width: 991.98px) {
  .st-hero {
    min-height: auto !important;
  }

  .st-hero__inner {
    min-height: auto !important;
    padding: 130px 24px 54px !important;
    gap: 46px !important;
  }

  .st-hero__content,
  .st-hero__text {
    max-width: 100% !important;
  }

  .st-hero__title,
  .st-hero__title strong {
    font-size: 36px !important;
  }

  html[lang^="de"] .st-hero__title,
  html[lang^="de"] .st-hero__title strong {
    font-size: 33px !important;
  }

  .st-hero__desc {
    max-width: 100% !important;
  }

  .st-hero__buttons {
    width: 100% !important;
  }

  .st-hero__btn,
  .st-hero__btn--outline {
    width: 100% !important;
    min-width: 0 !important;
  }

  .st-hero__features {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .st-hero-feature {
    grid-template-columns: 52px minmax(0, 1fr) !important;
    padding: 0 !important;
  }

  .st-hero-feature::after {
    display: none !important;
  }
}

/* TELEFON */
@media (max-width: 575.98px) {
  .st-hero__inner {
    padding: 112px 18px 44px !important;
  }

  .st-hero__title,
  .st-hero__title strong {
    font-size: 31px !important;
  }

  html[lang^="de"] .st-hero__title,
  html[lang^="de"] .st-hero__title strong {
    font-size: 28px !important;
  }

  .st-hero__desc {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
}


/* =========================================================
   STALTECHGLOBAL - ELEGANCKI COOKIE BAR
   ========================================================= */

.stg-cookie-bar,
.stg-cookie-bar * {
	box-sizing: border-box;
}

.stg-cookie-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	padding: 0 28px 24px;
	opacity: 0;
	transform: translateY(18px);
	pointer-events: none;
	transition:
		opacity .24s ease,
		transform .24s ease;
}

.stg-cookie-bar.is-visible {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.stg-cookie-bar__inner {
	width: min(100%, 1500px);
	min-height: 88px;
	margin: 0 auto;
	padding: 20px 24px;
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
	color: #ffffff;
	background:
		linear-gradient(135deg, rgba(3, 13, 28, .94), rgba(4, 24, 44, .94));
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 12px;
	box-shadow:
		0 24px 70px rgba(0, 0, 0, .46),
		inset 0 1px 0 rgba(255, 255, 255, .05);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.stg-cookie-bar__icon {
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 50%;
	background:
		radial-gradient(circle at 30% 20%, rgba(255,255,255,.16), transparent 34%),
		rgba(255, 255, 255, .04);
}

.stg-cookie-bar__icon svg {
	width: 30px;
	height: 30px;
	display: block;
	fill: currentColor;
}

.stg-cookie-bar__text {
	min-width: 0;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 26px;
}

.stg-cookie-bar__text h2 {
	position: relative;
	margin: 0;
	padding-right: 26px;
	color: #ffffff;
	font-size: 22px;
	line-height: 1.15;
	font-weight: 900;
	letter-spacing: -.02em;
	white-space: nowrap;
}

.stg-cookie-bar__text h2::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 34px;
	background: rgba(255, 255, 255, .16);
	transform: translateY(-50%);
}

.stg-cookie-bar__text p {
	max-width: 690px;
	margin: 0;
	color: rgba(255, 255, 255, .78);
	font-size: 14px;
	line-height: 1.55;
	font-weight: 400;
}

.stg-cookie-bar__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
	white-space: nowrap;
}

.stg-cookie-bar__link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: #8ec8ff;
	font-size: 14px;
	line-height: 1;
	font-weight: 900;
	text-decoration: none;
	border-bottom: 1px solid rgba(142, 200, 255, .42);
	transition:
		color .2s ease,
		border-color .2s ease;
}

.stg-cookie-bar__link span {
	font-size: 24px;
	line-height: 0;
	transform: translateY(-1px);
}

.stg-cookie-bar__link:hover {
	color: #ffffff;
	border-color: #ffffff;
}

.stg-cookie-bar__accept {
	appearance: none;
	min-width: 172px;
	min-height: 52px;
	padding: 0 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #1689ff;
	border-radius: 0;
	background: #1689ff;
	color: #ffffff;
	font-size: 13px;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .045em;
	cursor: pointer;
	box-shadow: 0 14px 30px rgba(22, 137, 255, .25);
	transition:
		background .2s ease,
		border-color .2s ease,
		transform .2s ease,
		box-shadow .2s ease;
}

.stg-cookie-bar__accept:hover {
	background: #006fd6;
	border-color: #006fd6;
	transform: translateY(-1px);
	box-shadow: 0 18px 36px rgba(22, 137, 255, .32);
}

.stg-cookie-bar__close {
	appearance: none;
	width: 36px;
	height: 36px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, .86);
	font-size: 34px;
	line-height: 1;
	font-weight: 300;
	cursor: pointer;
	transition:
		color .2s ease,
		transform .2s ease;
}

.stg-cookie-bar__close:hover {
	color: #ffffff;
	transform: rotate(90deg);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1199.98px) {
	.stg-cookie-bar__inner {
		grid-template-columns: 54px minmax(0, 1fr);
		gap: 18px;
	}

	.stg-cookie-bar__actions {
		grid-column: 2;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 16px;
	}

	.stg-cookie-bar__text {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.stg-cookie-bar__text h2 {
		padding-right: 0;
		font-size: 21px;
	}

	.stg-cookie-bar__text h2::after {
		display: none;
	}

	.stg-cookie-bar__text p {
		max-width: 100%;
	}
}

@media (max-width: 767.98px) {
	.stg-cookie-bar {
		padding: 0 14px 14px;
	}

	.stg-cookie-bar__inner {
		min-height: auto;
		padding: 18px;
		grid-template-columns: 1fr;
		gap: 14px;
		border-radius: 10px;
	}

	.stg-cookie-bar__icon {
		width: 48px;
		height: 48px;
	}

	.stg-cookie-bar__icon svg {
		width: 27px;
		height: 27px;
	}

	.stg-cookie-bar__text {
		gap: 7px;
	}

	.stg-cookie-bar__text h2 {
		font-size: 20px;
	}

	.stg-cookie-bar__text p {
		font-size: 13.5px;
		line-height: 1.55;
	}

	.stg-cookie-bar__actions {
		grid-column: auto;
		width: 100%;
		display: grid;
		grid-template-columns: 1fr auto;
		gap: 14px;
		align-items: center;
	}

	.stg-cookie-bar__link {
		font-size: 13px;
	}

	.stg-cookie-bar__accept {
		min-width: 150px;
		min-height: 48px;
		padding: 0 22px;
	}
}

@media (max-width: 480px) {
	.stg-cookie-bar {
		padding: 0 10px 10px;
	}

	.stg-cookie-bar__inner {
		padding: 16px;
	}

	.stg-cookie-bar__actions {
		grid-template-columns: 1fr 36px;
	}

	.stg-cookie-bar__accept {
		grid-column: 1 / -1;
		width: 100%;
		order: -1;
	}

	.stg-cookie-bar__link {
		width: fit-content;
	}

	.stg-cookie-bar__close {
		justify-self: end;
	}
}

/* ============================================================
   STALTECHGLOBAL - POLITYKA PRYWATNOŚCI I COOKIES
   Wersja jasna, bez tła sekcji, bez ograniczeń szerokości
   Animacje przy scrollu: lekkie, responsywne, wydajne
   ============================================================ */

.stg-policy-simple,
.stg-policy-simple * {
    box-sizing: border-box;
}

.stg-policy-simple {
    --stg-blue: #1689ff;
    --stg-blue-dark: #0d6efd;
    --stg-navy: #071426;
    --stg-text: #2f3d50;
    --stg-muted: #66758a;
    --stg-border: rgba(15, 23, 42, 0.12);

    width: 100%;
    color: var(--stg-text);
    font-family: inherit;
}

.stg-reveal {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
    transition:
        opacity .62s ease,
        transform .62s cubic-bezier(.22, 1, .36, 1);
    will-change: opacity, transform;
}

.stg-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    will-change: auto;
}

.stg-reveal-left {
    transform: translate3d(-22px, 0, 0);
}

.stg-reveal-right {
    transform: translate3d(22px, 0, 0);
}

.stg-reveal-left.is-visible,
.stg-reveal-right.is-visible {
    transform: translate3d(0, 0, 0);
}

.stg-policy-simple-header {
    position: relative;
    margin: 0 0 34px;
    border-bottom: 1px solid var(--stg-border);
}

.stg-policy-simple-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    color: var(--stg-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.stg-policy-simple-kicker::before {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    border-radius: 999px;
    background: var(--stg-blue);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .7s cubic-bezier(.22, 1, .36, 1);
}

.stg-policy-simple-header.is-visible .stg-policy-simple-kicker::before {
    transform: scaleX(1);
}

.stg-policy-simple-title {
    margin: 0 0 16px;
    color: var(--stg-navy);
    font-size: clamp(24px, 4vw, 44px);
    line-height: 1.03;
    font-weight: 900;
    letter-spacing: -0.045em;
}

.stg-policy-simple-lead {
    margin: 0 0 28px;
    color: #4b5b70;
    font-size: 17px;
    line-height: 1.8;
}

.stg-policy-simple-content {
    display: grid;
    gap: 28px;
}

.stg-policy-simple-card {
    position: relative;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--stg-border);
}

.stg-policy-simple-card h2 {
    position: relative;
    margin: 0 0 16px;
    color: var(--stg-navy);
    font-size: clamp(25px, 3vw, 38px);
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.035em;
}

.stg-policy-simple-card h2::before {
    content: "";
    display: block;
    width: 52px;
    height: 4px;
    margin: 0 0 14px;
    border-radius: 999px;
    background: var(--stg-blue);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .62s cubic-bezier(.22, 1, .36, 1);
}

.stg-policy-simple-card.is-visible h2::before {
    transform: scaleX(1);
}

.stg-policy-simple-card h3 {
    margin: 24px 0 10px;
    color: #102033;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 900;
}

.stg-policy-simple-card p {
    margin: 0 0 14px;
    color: var(--stg-text);
    font-size: 16px;
    line-height: 1.82;
}

.stg-policy-simple-card strong {
    color: var(--stg-navy);
    font-weight: 900;
}

.stg-policy-simple-card a {
    color: var(--stg-blue-dark);
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px solid rgba(13, 110, 253, .28);
    transition: color .18s ease, border-color .18s ease;
}

.stg-policy-simple-card a:hover {
    color: #005fd1;
    border-bottom-color: #005fd1;
}

.stg-policy-simple-list {
    display: grid;
    gap: 8px;
    margin: 14px 0 16px;
    padding: 0;
    list-style: none;
}

.stg-policy-simple-list li {
    position: relative;
    padding-left: 26px;
    color: #334155;
    font-size: 16px;
    line-height: 1.7;
}

.stg-policy-simple-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--stg-blue);
    box-shadow: 0 0 0 5px rgba(22, 137, 255, .10);
}

.stg-policy-simple-highlight {
    margin: 18px 0;
    border-left: 4px solid var(--stg-blue);
}

.stg-policy-simple-highlight p {
    margin-left: 16px;
}

.stg-policy-simple-contact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 14px 0 18px;
}

.stg-policy-simple-contact-item {
    border-left: 3px solid var(--stg-blue);
}

.stg-policy-simple-label {
    display: block;
    margin: 0 0 5px 12px;
    color: var(--stg-muted);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.stg-policy-simple-value {
    display: inline-block;
    margin-left: 12px;
    color: var(--stg-navy);
    font-size: 16px;
    font-weight: 900;
    word-break: break-word;
}

.stg-policy-simple-note {
    margin-top: 18px;
    border-left: 4px solid var(--stg-blue);
    color: #475569;
    font-size: 15px;
    line-height: 1.75;
}

.stg-policy-simple-note strong,
.stg-policy-simple-note span {
    display: block;
    margin-left: 16px;
}

@media (max-width: 768px) {
    .stg-reveal,
    .stg-reveal-left,
    .stg-reveal-right {
        transform: translate3d(0, 14px, 0);
        transition-duration: .42s;
    }

    .stg-reveal.is-visible,
    .stg-reveal-left.is-visible,
    .stg-reveal-right.is-visible {
        transform: translate3d(0, 0, 0);
    }

    .stg-policy-simple-title {
        font-size: clamp(31px, 9vw, 44px);
    }

    .stg-policy-simple-lead {
        font-size: 15px;
        line-height: 1.75;
    }

    .stg-policy-simple-card h2 {
        font-size: 26px;
    }

    .stg-policy-simple-card h3 {
        font-size: 19px;
    }

    .stg-policy-simple-card p,
    .stg-policy-simple-list li {
        font-size: 15px;
    }

    .stg-policy-simple-contact {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .stg-reveal,
    .stg-reveal-left,
    .stg-reveal-right {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        will-change: auto !important;
    }

    .stg-policy-simple-kicker::before,
    .stg-policy-simple-card h2::before {
        transform: scaleX(1) !important;
        transition: none !important;
    }

    .stg-policy-simple-card a {
        transition: none !important;
    }
}

/* ============================================================
   STALTECHGLOBAL - KLAUZULA INFORMACYJNA RODO
   Jasny styl + animacje + responsive
   ============================================================ */

.stg-policy-simple,
.stg-policy-simple * {
    box-sizing: border-box;
}

.stg-policy-simple {
    --stg-blue: #1689ff;
    --stg-blue-dark: #0d6efd;
    --stg-navy: #071426;
    --stg-text: #2f3d50;
    --stg-muted: #66758a;
    --stg-border: rgba(15, 23, 42, 0.12);
    --stg-soft: #f6faff;

    width: 100%;
    color: var(--stg-text);
    font-family: inherit;
}

/* Animacje */
.stg-reveal {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
    transition:
        opacity .62s ease,
        transform .62s cubic-bezier(.22, 1, .36, 1);
    will-change: opacity, transform;
}

.stg-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    will-change: auto;
}

.stg-reveal-left {
    opacity: 0;
    transform: translate3d(-22px, 0, 0);
    transition:
        opacity .62s ease,
        transform .62s cubic-bezier(.22, 1, .36, 1);
}

.stg-reveal-right {
    opacity: 0;
    transform: translate3d(22px, 0, 0);
    transition:
        opacity .62s ease,
        transform .62s cubic-bezier(.22, 1, .36, 1);
}

.stg-reveal-left.is-visible,
.stg-reveal-right.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* Header */
.stg-policy-simple-header {
    position: relative;
    margin: 0 0 34px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--stg-border);
}

.stg-policy-simple-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    color: var(--stg-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.stg-policy-simple-kicker::before {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    border-radius: 999px;
    background: var(--stg-blue);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .7s cubic-bezier(.22, 1, .36, 1);
}

.stg-policy-simple-header.is-visible .stg-policy-simple-kicker::before {
    transform: scaleX(1);
}

.stg-policy-simple-title {
    margin: 0 0 16px;
    color: var(--stg-navy);
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.03;
    font-weight: 900;
    letter-spacing: -0.045em;
}

.stg-policy-simple-lead {
    max-width: 980px;
    margin: 0;
    color: #4b5b70;
    font-size: 17px;
    line-height: 1.8;
}

/* Content */
.stg-policy-simple-content {
    display: grid;
    gap: 28px;
}

.stg-policy-simple-card {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--stg-border);
}

.stg-policy-simple-card h2 {
    position: relative;
    margin: 0 0 18px;
    color: var(--stg-navy);
    font-size: clamp(25px, 3vw, 38px);
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.035em;
}

.stg-policy-simple-card h2::before {
    content: "";
    display: block;
    width: 52px;
    height: 4px;
    margin: 0 0 14px;
    border-radius: 999px;
    background: var(--stg-blue);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .62s cubic-bezier(.22, 1, .36, 1);
}

.stg-policy-simple-card.is-visible h2::before {
    transform: scaleX(1);
}

/* RODO */
.stg-rodo-box {
    display: grid;
    gap: 12px;
}

.stg-rodo-intro {
    margin: 0 0 18px;
    border-left: 4px solid var(--stg-blue);
}

.stg-rodo-intro p {
    margin: 0 0 0 16px;
    color: var(--stg-text);
    font-size: 16px;
    line-height: 1.82;
}

.stg-rodo-item {
    position: relative;
    padding-left: 28px;
}

.stg-rodo-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: .78em;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--stg-blue);
    box-shadow: 0 0 0 5px rgba(22, 137, 255, .10);
}

.stg-rodo-item p {
    margin: 0;
    color: #334155;
    font-size: 16px;
    line-height: 1.78;
}

/* Mobile */
@media (max-width: 768px) {
    .stg-reveal,
    .stg-reveal-left,
    .stg-reveal-right {
        transform: translate3d(0, 14px, 0);
        transition-duration: .42s;
    }

    .stg-reveal.is-visible,
    .stg-reveal-left.is-visible,
    .stg-reveal-right.is-visible {
        transform: translate3d(0, 0, 0);
    }

    .stg-policy-simple-title {
        font-size: clamp(31px, 9vw, 44px);
    }

    .stg-policy-simple-lead {
        font-size: 15px;
        line-height: 1.75;
    }

    .stg-policy-simple-card h2 {
        font-size: 26px;
    }

    .stg-rodo-intro p,
    .stg-rodo-item p {
        font-size: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .stg-reveal,
    .stg-reveal-left,
    .stg-reveal-right {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        will-change: auto !important;
    }

    .stg-policy-simple-kicker::before,
    .stg-policy-simple-card h2::before {
        transform: scaleX(1) !important;
        transition: none !important;
    }
}