@charset "UTF-8";
:root {
  /* === SPACING SCALE === */
  --spacing-xs: 0.625rem;
  --spacing-sm: 0.9375rem;
  --spacing-md: 1.25rem;
  --spacing-lg: 1.5625rem;
  --spacing-xl: 1.875rem;
  --spacing-xxl: 2.5rem;
  /* === BORDER RADIUS === */
  --border-radius-sm: 0.5rem;
  --border-radius-md: 1.25rem;
  --border-radius-lg: 1.5625rem;
  --border-radius-pill: 999px;
  --border-radius: var(--border-radius-md);
  /* === TYPOGRAPHY === */
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-md: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-xxl: 1.5rem;
  /* === SHADOWS === */
  --shadow: 0 8px 32px rgba(0, 0, 0, 0.37);
  --shadow-hover: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.site-action-bar {
  z-index: 1000;
  color: #172033;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.site-action-bar__left, .site-action-bar__right {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
.site-action-bar__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  padding: 0;
  margin: 0;
  text-decoration: none;
  background: transparent;
  border: 0;
  transition: transform 180ms ease;
}
.site-action-bar__contact:hover, .site-action-bar__contact:focus-visible {
  transform: translateY(-3px) scale(1.05);
}
.site-action-bar__contact:focus-visible {
  outline: 2px solid rgba(0, 96, 240, 0.45);
  outline-offset: 4px;
  border-radius: 8px;
}
.site-action-bar__contact-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  overflow: hidden;
}
.site-action-bar__contact-image picture, .site-action-bar__contact-image img, .site-action-bar__contact-image svg {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain;
}
.site-action-bar__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.site-action-bar__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.4rem 0.6rem;
  color: #29445f;
  font-size: var(--text-sm, 0.875rem);
  text-decoration: none;
  border-radius: var(--border-radius-sm, 6px);
  background: rgba(248, 251, 255, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
  transition: background-color 180ms ease, transform 180ms ease;
}
.site-action-bar__action:hover, .site-action-bar__action:focus-visible {
  background: rgb(255, 255, 255);
  transform: translateY(-1px);
}
.site-action-bar__flag, .site-action-bar__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.9rem;
  height: 1.425rem;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.12), 0 3px 8px rgba(15, 23, 42, 0.16);
}
.site-action-bar__flag svg,
.site-action-bar__flag img, .site-action-bar__icon svg,
.site-action-bar__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-action-bar__label {
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
}
.site-action-bar--floating {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  pointer-events: none;
}
.site-action-bar__right {
  gap: 0.5rem;
  margin-left: auto;
}
.site-action-bar {
  /* Przycisk jasny/ciemny motyw + para ikon do zamiany przez
     html[data-theme] - wspólne dla wszystkich aplikacji korzystających
     z theme-toggle-button.ejs, żeby nie duplikować tego per-app. */
}
.site-action-bar__theme-toggle, .site-action-bar__flag-link {
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: var(--border-radius-sm, 6px);
}
.site-action-bar__theme-icon {
  display: inline-flex;
  width: 1.375rem;
  height: 1.375rem;
  flex-shrink: 0;
}
.site-action-bar__theme-icon--to-dark {
  color: #6366f1;
}
.site-action-bar__theme-icon--to-light {
  display: none;
}

html[data-theme=dark] .site-action-bar__theme-icon--to-dark {
  display: none;
}
html[data-theme=dark] .site-action-bar__theme-icon--to-light {
  display: inline-flex;
  color: #f59e0b;
}

@media (max-width: 29.9375rem) {
  .site-action-bar--floating {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }
  .site-action-bar__contact, .site-action-bar__contact-image {
    width: 60px;
    height: 60px;
  }
}
/* Reset/naprawa zachowania obrazków */
img,
.img-fluid,
.responsive-img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
}

.faq {
  /*
   * Domyślne zmienne komponentu.
   *
   * Każdy serwis może je nadpisać na swoim
   * elemencie nadrzędnym bez zmieniania FAQ.
   */
  --faq-accent: var(--faq-theme-accent, #2563eb);
  --faq-accent-soft: var(--faq-theme-accent-soft, rgba(37, 99, 235, 0.09));
  --faq-accent-border: var(--faq-theme-accent-border, rgba(37, 99, 235, 0.3));
  --faq-surface: var(--faq-theme-surface, rgba(255, 255, 255, 0.94));
  --faq-surface-hover: var(--faq-theme-surface-hover, rgba(248, 250, 252, 0.96));
  --faq-text: var(--faq-theme-text, #111827);
  --faq-muted: var(--faq-theme-muted, #475569);
  --faq-border: var(--faq-theme-border, rgba(15, 23, 42, 0.12));
  --faq-shadow: var(--faq-theme-shadow, 0 12px 32px rgba(15, 23, 42, 0.08));
  width: min(100%, 67.5rem);
  margin-inline: auto;
  padding: var(--spacing-xl) var(--spacing-md);
  box-sizing: border-box;
  color: var(--faq-text);
  /*
   * Nagłówek całej sekcji.
   */
}
.faq__header {
  width: min(100%, 52rem);
  margin: 0 auto var(--spacing-xl);
  text-align: center;
}
.faq__main-title {
  margin: 0;
  color: var(--faq-text);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}
.faq__main-title::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.25rem;
  margin: var(--spacing-md) auto 0;
  background: var(--faq-accent);
  border-radius: var(--border-radius-pill);
}
.faq {
  /*
   * Kontener kategorii.
   */
}
.faq__accordion {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
}
.faq {
  /*
   * Jedna kategoria pytań.
   */
}
.faq__category {
  overflow: hidden;
  background: var(--faq-surface);
  border: 1px solid var(--faq-border);
  border-radius: var(--border-radius-md);
  box-shadow: var(--faq-shadow);
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
}
.faq__category-title {
  margin: 0;
  padding: var(--spacing-md) var(--spacing-lg);
  color: var(--faq-text);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 750;
  line-height: 1.25;
  background: linear-gradient(135deg, var(--faq-accent-soft), transparent);
  border-bottom: 1px solid var(--faq-border);
}
.faq {
  /*
   * Lista pytań.
   */
}
.faq__questions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.faq__item {
  margin: 0;
  padding: 0;
}
.faq__item + .faq__item {
  border-top: 1px solid var(--faq-border);
}
.faq__details {
  margin: 0;
  padding: 0;
}
.faq__details[open] {
  background: linear-gradient(135deg, var(--faq-accent-soft), transparent 65%);
}
.faq {
  /*
   * Klikalny nagłówek pytania.
   */
}
.faq__summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: var(--spacing-md);
  min-height: 4.25rem;
  padding: var(--spacing-md) var(--spacing-lg);
  box-sizing: border-box;
  cursor: pointer;
  list-style: none;
  transition: color 160ms ease, background-color 160ms ease;
  /*
   * Usunięcie systemowego trójkąta.
   */
}
.faq__summary::-webkit-details-marker {
  display: none;
}
.faq__summary::marker {
  content: "";
}
.faq__summary:hover {
  background: var(--faq-surface-hover);
}
.faq__summary:focus-visible {
  outline: 3px solid var(--faq-accent-border);
  outline-offset: -3px;
}
.faq__details[open] > .faq__summary {
  color: var(--faq-accent);
}
.faq__question {
  min-width: 0;
  margin: 0;
  color: inherit;
  font-size: clamp(1rem, 1.6vw, 1.1rem);
  font-weight: 650;
  line-height: 1.45;
  text-align: left;
}
.faq {
  /*
   * Okrągły przycisk plus/minus.
   */
}
.faq__toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 2.25rem;
  background: var(--faq-accent-soft);
  border: 1px solid var(--faq-accent-border);
  border-radius: 50%;
  transition: background-color 160ms ease, border-color 160ms ease, transform 180ms ease;
}
.faq__toggle::before, .faq__toggle::after {
  content: "";
  position: absolute;
  width: 0.85rem;
  height: 0.125rem;
  background: var(--faq-accent);
  border-radius: var(--border-radius-pill);
  transition: transform 180ms ease, opacity 180ms ease;
}
.faq__toggle::after {
  transform: rotate(90deg);
}
.faq__details[open] .faq__toggle {
  background: var(--faq-accent);
  border-color: var(--faq-accent);
}
.faq__details[open] .faq__toggle::before, .faq__details[open] .faq__toggle::after {
  background: #fff;
}
.faq__details[open] .faq__toggle::after {
  opacity: 0;
  transform: rotate(0deg);
}
.faq {
  /*
   * Odpowiedź.
   */
}
.faq__answer {
  padding: 0 var(--spacing-lg) var(--spacing-lg);
  color: var(--faq-muted);
  font-size: var(--text-md);
  line-height: 1.75;
}
.faq__answer-content {
  padding-top: var(--spacing-md);
  border-top: 1px solid var(--faq-border);
}
.faq__answer-content p {
  margin: 0 0 0.85rem;
}
.faq__answer-content p:last-child {
  margin-bottom: 0;
}
.faq__answer-content ul,
.faq__answer-content ol {
  margin: 0.75rem 0;
  padding-left: 1.35rem;
}
.faq__answer-content li + li {
  margin-top: 0.35rem;
}
.faq__answer-content strong {
  color: var(--faq-text);
  font-weight: 700;
}
.faq__answer-content a {
  color: var(--faq-accent);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}
.faq__answer-content a:hover, .faq__answer-content a:focus-visible {
  text-decoration-thickness: 0.14em;
}
.faq__answer-content a:focus-visible {
  outline: 2px solid var(--faq-accent-border);
  outline-offset: 3px;
  border-radius: 0.15rem;
}

/*
 * Telefon i mały tablet.
 */
@media (max-width: 40rem) {
  .faq {
    padding: var(--spacing-lg) var(--spacing-sm);
  }
  .faq__header {
    margin-bottom: var(--spacing-lg);
  }
  .faq__accordion {
    gap: var(--spacing-md);
  }
  .faq__category-title {
    padding: var(--spacing-md) var(--spacing-md);
  }
  .faq__summary {
    min-height: 4rem;
    padding: var(--spacing-sm) var(--spacing-md);
  }
  .faq__answer {
    padding: 0 var(--spacing-md) var(--spacing-md);
  }
}
/*
 * Małe telefony.
 */
@media (max-width: 29.9375rem) {
  .faq {
    padding: var(--spacing-md) var(--spacing-xs);
  }
  .faq__main-title {
    font-size: 1.85rem;
  }
  .faq__category {
    border-radius: var(--border-radius-sm);
  }
  .faq__category-title {
    font-size: 1.1rem;
  }
  .faq__summary {
    grid-template-columns: minmax(0, 1fr) 2rem;
    gap: var(--spacing-sm);
    padding: var(--spacing-sm) var(--spacing-sm);
  }
  .faq__question {
    font-size: 0.95rem;
  }
  .faq__toggle {
    width: 2rem;
    height: 2rem;
    flex-basis: 2rem;
  }
  .faq__answer {
    padding: 0 var(--spacing-sm) var(--spacing-sm);
    font-size: 0.95rem;
    line-height: 1.65;
  }
  .faq__answer-content {
    padding-top: var(--spacing-sm);
  }
}
/*
 * Ograniczenie animacji.
 */
@media (prefers-reduced-motion: reduce) {
  .faq__summary, .faq__toggle, .faq__toggle::before, .faq__toggle::after {
    transition: none;
  }
}
.driving-license-cost {
  --cost-bg: #0b1d3a;
  --cost-bg-alt: #10264a;
  --cost-card: rgba(255, 255, 255, 0.1);
  --cost-card-hover: rgba(255, 255, 255, 0.15);
  --cost-text: #f4f7fb;
  --cost-muted: #c4cedc;
  --cost-primary: #ffce00;
  --cost-primary-dark: #e6b800;
  --cost-accent: #ffce00;
  --cost-border: rgba(255, 255, 255, 0.2);
  --cost-heading: #ffffff;
  position: relative;
  z-index: 1;
  min-height: 100vh;
  overflow: hidden;
  background: var(--cost-bg);
  color: var(--cost-text);
  line-height: 1.65;
}
.driving-license-cost *,
.driving-license-cost *::before,
.driving-license-cost *::after {
  box-sizing: border-box;
}
.driving-license-cost .container {
  width: 100%;
  max-width: 67.5rem;
  margin-inline: auto;
  padding-inline: var(--spacing-md, 1.25rem);
}
.driving-license-cost h1,
.driving-license-cost h2,
.driving-license-cost h3,
.driving-license-cost p {
  margin-top: 0;
}
.driving-license-cost h1 {
  max-width: 980px;
  margin-bottom: 1.25rem;
  font-size: clamp(2.35rem, 4vw, 3.75rem);
  line-height: 1.07;
  letter-spacing: -0.03em;
}
.driving-license-cost h2 {
  margin-bottom: 0.8rem;
  color: var(--cost-heading);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.2;
}
.driving-license-cost h3 {
  margin-bottom: 0.65rem;
  font-size: 1.25rem;
  line-height: 1.3;
}
.driving-license-cost a {
  color: inherit;
}

.driving-license-cost__hero {
  position: relative;
  padding: 3.5rem 0 4rem;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(115deg, rgba(4, 18, 38, 0.97), rgba(9, 43, 87, 0.9)), url("/zdjecia/podstawowe/flota-aut-do-nauki-jazdy-kat-B-automat-i-manualny.2400.jpg") center/cover no-repeat;
}
.driving-license-cost__hero h1 {
  color: #ffffff;
}

.driving-license-cost__eyebrow {
  margin-bottom: 0.75rem;
  color: var(--cost-primary);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.driving-license-cost__answer {
  max-width: 900px;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.driving-license-cost__updated {
  margin-bottom: 1.75rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.driving-license-cost__actions,
.cost-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.button {
  display: inline-flex;
  min-height: 46px;
  padding: 0.7rem 1.4rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 0.6rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button:focus-visible {
  outline: 3px solid rgba(255, 196, 0, 0.55);
  outline-offset: 3px;
}
.button--primary {
  background: var(--cost-primary);
  color: #0b1d3a;
  border-color: var(--cost-primary);
}
.button--primary:hover {
  background: #ffe05a;
  border-color: #ffe05a;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.25);
}
.button--secondary {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  backdrop-filter: blur(8px);
}
.button--secondary:hover {
  border-color: rgba(255, 206, 0, 0.4);
  background: rgba(255, 255, 255, 0.18);
}

.cost-summary {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding: var(--spacing-xxl, 2.5rem) 0 4rem;
  border-top: 1px solid var(--cost-border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent), var(--cost-bg);
}
.cost-summary h2 {
  margin-bottom: 1.5rem;
}

.cost-summary__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 0;
}

.cost-summary__item {
  min-height: 135px;
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--cost-border);
  border-radius: var(--border-radius, 1.25rem);
  background: var(--cost-card);
  box-shadow: var(--shadow, 0 8px 32px rgba(0, 0, 0, 0.37));
  backdrop-filter: blur(10px);
}

.cost-summary__value {
  margin-bottom: 0.35rem;
  color: var(--cost-primary);
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  font-weight: 900;
  line-height: 1.1;
}

.cost-summary__label {
  color: var(--cost-muted);
}

.cost-section {
  padding: 4rem 0;
  background: var(--cost-bg);
}
.cost-section--alternate {
  background: var(--cost-bg-alt);
}

.cost-section__lead {
  max-width: 820px;
  margin-bottom: 2rem;
  color: var(--cost-muted);
  font-size: 1.08rem;
}

.course-price-grid,
.total-cost-grid,
.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.info-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.course-price-card,
.total-cost-card,
.comparison-card,
.info-card,
.cost-highlight {
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid var(--cost-border);
  border-radius: var(--border-radius, 1.25rem);
  background: var(--cost-card);
  box-shadow: var(--shadow, 0 8px 32px rgba(0, 0, 0, 0.37));
  backdrop-filter: blur(10px);
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.course-price-card:hover,
.total-cost-card:hover,
.comparison-card:hover,
.info-card:hover,
.cost-highlight:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 206, 0, 0.3);
  background: var(--cost-card-hover);
  box-shadow: var(--shadow-hover, 0 12px 40px rgba(0, 0, 0, 0.45));
}

.course-price-card__price {
  margin-bottom: 1rem;
  color: var(--cost-primary);
  font-size: 2rem;
  font-weight: 900;
}

.course-price-card dl {
  margin: 1.25rem 0;
}
.course-price-card dl div {
  display: flex;
  gap: 1rem;
}
.course-price-card dl dt {
  color: var(--cost-muted);
  font-weight: 700;
}
.course-price-card dl dd {
  margin: 0;
  font-weight: 700;
}

.course-price-card .button {
  background: var(--cost-primary);
  color: #0b1d3a;
}
.course-price-card .button:hover {
  background: #ffe15a;
}

.responsive-table {
  overflow-x: auto;
  border: 1px solid var(--cost-border);
  border-radius: var(--border-radius, 1.25rem);
  background: var(--cost-card);
  box-shadow: var(--shadow, 0 8px 32px rgba(0, 0, 0, 0.37));
  backdrop-filter: blur(10px);
}

.cost-table {
  width: 100%;
  border-collapse: collapse;
}
.cost-table th,
.cost-table td {
  padding: 1rem 1.15rem;
  border-bottom: 1px solid var(--cost-border);
  text-align: left;
  vertical-align: top;
}
.cost-table thead th {
  background: rgba(255, 255, 255, 0.08);
  color: var(--cost-heading);
}
.cost-table tbody tr:last-child th,
.cost-table tbody tr:last-child td {
  border-bottom: 0;
}
.cost-table tbody tr:hover {
  background: var(--cost-card-hover);
}

.total-cost-card__list {
  margin: 1.5rem 0;
}
.total-cost-card__list div {
  padding: 0.75rem 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--cost-border);
}
.total-cost-card__list dt {
  color: var(--cost-muted);
}
.total-cost-card__list dd {
  margin: 0;
  font-weight: 700;
  white-space: nowrap;
}

.total-cost-card__total {
  padding-top: 1rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}
.total-cost-card__total strong {
  color: var(--cost-primary);
  font-size: 2rem;
}

.total-cost-card__note {
  color: var(--cost-muted);
  font-size: 0.92rem;
}

.cost-section__two-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.7fr);
  gap: 2rem;
  align-items: center;
}

.check-list {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  position: relative;
  padding: 0.65rem 0 0.65rem 2rem;
  border-bottom: 1px solid var(--cost-border);
}
.check-list li::before {
  content: "✓";
  position: absolute;
  top: 0.62rem;
  left: 0;
  color: var(--cost-accent);
  font-weight: 900;
}

.cost-highlight {
  background: linear-gradient(135deg, rgba(255, 208, 0, 0.08), transparent), rgba(255, 255, 255, 0.06);
  color: #ffffff;
}
.cost-highlight strong {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--cost-accent);
  font-size: 2rem;
}
.cost-highlight p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.85);
}

.comparison-card {
  border-top: 5px solid var(--cost-primary);
}
.comparison-card > strong {
  display: block;
  margin-top: 1rem;
  color: var(--cost-primary);
  font-size: 1.8rem;
}

.cost-faq {
  display: grid;
  gap: 0.75rem;
}

.cost-faq__item {
  border: 1px solid var(--cost-border);
  border-radius: var(--border-radius-sm, 0.5rem);
  background: var(--cost-card);
  box-shadow: var(--shadow, 0 8px 32px rgba(0, 0, 0, 0.37));
  backdrop-filter: blur(10px);
}
.cost-faq__item summary {
  padding: 1rem 1.25rem;
  cursor: pointer;
  font-weight: 700;
}
.cost-faq__item[open] summary {
  color: var(--cost-primary);
}

.cost-faq__answer {
  padding: 0 1.25rem 1.25rem;
  color: var(--cost-muted);
}
.cost-faq__answer p {
  margin-bottom: 0;
}

.cost-sources {
  padding: 2rem 0;
  background: #0b1d3a;
  color: var(--cost-muted);
}
.cost-sources h2 {
  font-size: 1.35rem;
}
.cost-sources p {
  margin-bottom: 0;
}

.cost-cta {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: linear-gradient(135deg, rgba(255, 208, 0, 0.08), transparent), rgba(255, 255, 255, 0.06);
  color: #ffffff;
  text-align: center;
}
.cost-cta h2 {
  color: #ffffff;
}
.cost-cta p {
  max-width: 700px;
  margin: 0 auto 1.5rem;
  color: rgba(255, 255, 255, 0.82);
}
.cost-cta .cost-cta__actions {
  justify-content: center;
}

@media (max-width: 900px) {
  .driving-license-cost h1 {
    font-size: clamp(2.3rem, 7vw, 3.7rem);
  }
  .cost-summary__grid,
  .info-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cost-section__two-columns {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .driving-license-cost .container {
    width: 100%;
    padding-inline: var(--spacing-xs, 0.625rem);
  }
  .driving-license-cost h1 {
    font-size: clamp(2.05rem, 10vw, 3rem);
    line-height: 1.08;
  }
  .driving-license-cost h2 {
    font-size: clamp(1.55rem, 8vw, 2rem);
  }
  .driving-license-cost__hero {
    padding: 3rem 0 3.75rem;
  }
  .driving-license-cost__actions,
  .cost-cta__actions {
    flex-direction: column;
  }
  .cost-summary {
    margin-top: 0;
    padding: 2.5rem 0 3rem;
  }
  .cost-summary__grid,
  .course-price-grid,
  .total-cost-grid,
  .comparison-grid,
  .info-card-grid {
    grid-template-columns: 1fr;
  }
  .cost-section {
    padding: 2.5rem 0;
  }
  .cost-table {
    min-width: 720px;
  }
  .button {
    width: 100%;
  }
  .total-cost-card__total {
    align-items: flex-start;
    flex-direction: column;
  }
}
.full-price-link {
  margin-top: 1.5rem;
  text-align: center;
}
.full-price-link a {
  position: relative;
  z-index: 0;
  display: inline-grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-width: 0;
  max-width: 100%;
  height: 46px;
  padding: 0 14px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  background: #06182b;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  overflow: hidden;
  transition: background 180ms ease, transform 180ms ease;
}
.full-price-link a:hover {
  background: #0b223d;
  transform: none;
}
.full-price-link a:active {
  transform: none;
}
.full-price-link a:focus-visible {
  outline: 3px solid rgba(255, 208, 0, 0.65);
  outline-offset: 4px;
}
.full-price-link a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  color: #ffd000;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease;
}
.full-price-link a:hover span {
  transform: translateX(5px);
}

@media (max-width: 480px) {
  .full-price-link a {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .full-price-link a,
  .full-price-link a span {
    transition: none;
  }
}
.driving-license-cost {
  --cost-bg: #0b1d3a;
  --cost-bg-alt: #10264a;
  --cost-card: rgba(255, 255, 255, 0.1);
  --cost-card-hover: rgba(255, 255, 255, 0.15);
  --cost-text: #f4f7fb;
  --cost-muted: #c4cedc;
  --cost-primary: #ffce00;
  --cost-primary-dark: #e6b800;
  --cost-accent: #ffce00;
  --cost-border: rgba(255, 255, 255, 0.2);
  --cost-heading: #ffffff;
  position: relative;
  z-index: 1;
  min-height: 100vh;
  overflow: hidden;
  background: var(--cost-bg);
  color: var(--cost-text);
  line-height: 1.65;
}
.driving-license-cost *,
.driving-license-cost *::before,
.driving-license-cost *::after {
  box-sizing: border-box;
}
.driving-license-cost .container {
  width: 100%;
  max-width: 67.5rem;
  margin-inline: auto;
  padding-inline: var(--spacing-md, 1.25rem);
}
.driving-license-cost h1,
.driving-license-cost h2,
.driving-license-cost h3,
.driving-license-cost p {
  margin-top: 0;
}
.driving-license-cost h1 {
  max-width: 980px;
  margin-bottom: 1.25rem;
  font-size: clamp(2.35rem, 4vw, 3.75rem);
  line-height: 1.07;
  letter-spacing: -0.03em;
}
.driving-license-cost h2 {
  margin-bottom: 0.8rem;
  color: var(--cost-heading);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.2;
}
.driving-license-cost h3 {
  margin-bottom: 0.65rem;
  font-size: 1.25rem;
  line-height: 1.3;
}
.driving-license-cost a {
  color: inherit;
}

.driving-license-cost__hero {
  position: relative;
  padding: 3.5rem 0 4rem;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(115deg, rgba(4, 18, 38, 0.97), rgba(9, 43, 87, 0.9)), url("/zdjecia/podstawowe/flota-aut-do-nauki-jazdy-kat-B-automat-i-manualny.2400.jpg") center/cover no-repeat;
}
.driving-license-cost__hero h1 {
  color: #ffffff;
}

.driving-license-cost__eyebrow {
  margin-bottom: 0.75rem;
  color: var(--cost-primary);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.driving-license-cost__answer {
  max-width: 900px;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.driving-license-cost__updated {
  margin-bottom: 1.75rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.driving-license-cost__actions,
.cost-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.button {
  display: inline-flex;
  min-height: 46px;
  padding: 0.7rem 1.4rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 0.6rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button:focus-visible {
  outline: 3px solid rgba(255, 196, 0, 0.55);
  outline-offset: 3px;
}
.button--primary {
  background: var(--cost-primary);
  color: #0b1d3a;
  border-color: var(--cost-primary);
}
.button--primary:hover {
  background: #ffe05a;
  border-color: #ffe05a;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.25);
}
.button--secondary {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  backdrop-filter: blur(8px);
}
.button--secondary:hover {
  border-color: rgba(255, 206, 0, 0.4);
  background: rgba(255, 255, 255, 0.18);
}

.cost-summary {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding: var(--spacing-xxl, 2.5rem) 0 4rem;
  border-top: 1px solid var(--cost-border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent), var(--cost-bg);
}
.cost-summary h2 {
  margin-bottom: 1.5rem;
}

.cost-summary__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 0;
}

.cost-summary__item {
  min-height: 135px;
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--cost-border);
  border-radius: var(--border-radius, 1.25rem);
  background: var(--cost-card);
  box-shadow: var(--shadow, 0 8px 32px rgba(0, 0, 0, 0.37));
  backdrop-filter: blur(10px);
}

.cost-summary__value {
  margin-bottom: 0.35rem;
  color: var(--cost-primary);
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  font-weight: 900;
  line-height: 1.1;
}

.cost-summary__label {
  color: var(--cost-muted);
}

.cost-section {
  padding: 4rem 0;
  background: var(--cost-bg);
}
.cost-section--alternate {
  background: var(--cost-bg-alt);
}

.cost-section__lead {
  max-width: 820px;
  margin-bottom: 2rem;
  color: var(--cost-muted);
  font-size: 1.08rem;
}

.course-price-grid,
.total-cost-grid,
.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.info-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.course-price-card,
.total-cost-card,
.comparison-card,
.info-card,
.cost-highlight {
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid var(--cost-border);
  border-radius: var(--border-radius, 1.25rem);
  background: var(--cost-card);
  box-shadow: var(--shadow, 0 8px 32px rgba(0, 0, 0, 0.37));
  backdrop-filter: blur(10px);
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.course-price-card:hover,
.total-cost-card:hover,
.comparison-card:hover,
.info-card:hover,
.cost-highlight:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 206, 0, 0.3);
  background: var(--cost-card-hover);
  box-shadow: var(--shadow-hover, 0 12px 40px rgba(0, 0, 0, 0.45));
}

.course-price-card__price {
  margin-bottom: 1rem;
  color: var(--cost-primary);
  font-size: 2rem;
  font-weight: 900;
}

.course-price-card dl {
  margin: 1.25rem 0;
}
.course-price-card dl div {
  display: flex;
  gap: 1rem;
}
.course-price-card dl dt {
  color: var(--cost-muted);
  font-weight: 700;
}
.course-price-card dl dd {
  margin: 0;
  font-weight: 700;
}

.course-price-card .button {
  background: var(--cost-primary);
  color: #0b1d3a;
}
.course-price-card .button:hover {
  background: #ffe15a;
}

.responsive-table {
  overflow-x: auto;
  border: 1px solid var(--cost-border);
  border-radius: var(--border-radius, 1.25rem);
  background: var(--cost-card);
  box-shadow: var(--shadow, 0 8px 32px rgba(0, 0, 0, 0.37));
  backdrop-filter: blur(10px);
}

.cost-table {
  width: 100%;
  border-collapse: collapse;
}
.cost-table th,
.cost-table td {
  padding: 1rem 1.15rem;
  border-bottom: 1px solid var(--cost-border);
  text-align: left;
  vertical-align: top;
}
.cost-table thead th {
  background: rgba(255, 255, 255, 0.08);
  color: var(--cost-heading);
}
.cost-table tbody tr:last-child th,
.cost-table tbody tr:last-child td {
  border-bottom: 0;
}
.cost-table tbody tr:hover {
  background: var(--cost-card-hover);
}

.total-cost-card__list {
  margin: 1.5rem 0;
}
.total-cost-card__list div {
  padding: 0.75rem 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--cost-border);
}
.total-cost-card__list dt {
  color: var(--cost-muted);
}
.total-cost-card__list dd {
  margin: 0;
  font-weight: 700;
  white-space: nowrap;
}

.total-cost-card__total {
  padding-top: 1rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}
.total-cost-card__total strong {
  color: var(--cost-primary);
  font-size: 2rem;
}

.total-cost-card__note {
  color: var(--cost-muted);
  font-size: 0.92rem;
}

.cost-section__two-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.7fr);
  gap: 2rem;
  align-items: center;
}

.check-list {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  position: relative;
  padding: 0.65rem 0 0.65rem 2rem;
  border-bottom: 1px solid var(--cost-border);
}
.check-list li::before {
  content: "✓";
  position: absolute;
  top: 0.62rem;
  left: 0;
  color: var(--cost-accent);
  font-weight: 900;
}

.cost-highlight {
  background: linear-gradient(135deg, rgba(255, 208, 0, 0.08), transparent), rgba(255, 255, 255, 0.06);
  color: #ffffff;
}
.cost-highlight strong {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--cost-accent);
  font-size: 2rem;
}
.cost-highlight p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.85);
}

.comparison-card {
  border-top: 5px solid var(--cost-primary);
}
.comparison-card > strong {
  display: block;
  margin-top: 1rem;
  color: var(--cost-primary);
  font-size: 1.8rem;
}

.cost-faq {
  display: grid;
  gap: 0.75rem;
}

.cost-faq__item {
  border: 1px solid var(--cost-border);
  border-radius: var(--border-radius-sm, 0.5rem);
  background: var(--cost-card);
  box-shadow: var(--shadow, 0 8px 32px rgba(0, 0, 0, 0.37));
  backdrop-filter: blur(10px);
}
.cost-faq__item summary {
  padding: 1rem 1.25rem;
  cursor: pointer;
  font-weight: 700;
}
.cost-faq__item[open] summary {
  color: var(--cost-primary);
}

.cost-faq__answer {
  padding: 0 1.25rem 1.25rem;
  color: var(--cost-muted);
}
.cost-faq__answer p {
  margin-bottom: 0;
}

.cost-sources {
  padding: 2rem 0;
  background: #0b1d3a;
  color: var(--cost-muted);
}
.cost-sources h2 {
  font-size: 1.35rem;
}
.cost-sources p {
  margin-bottom: 0;
}

.cost-cta {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: linear-gradient(135deg, rgba(255, 208, 0, 0.08), transparent), rgba(255, 255, 255, 0.06);
  color: #ffffff;
  text-align: center;
}
.cost-cta h2 {
  color: #ffffff;
}
.cost-cta p {
  max-width: 700px;
  margin: 0 auto 1.5rem;
  color: rgba(255, 255, 255, 0.82);
}
.cost-cta .cost-cta__actions {
  justify-content: center;
}

@media (max-width: 900px) {
  .driving-license-cost h1 {
    font-size: clamp(2.3rem, 7vw, 3.7rem);
  }
  .cost-summary__grid,
  .info-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cost-section__two-columns {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .driving-license-cost .container {
    width: 100%;
    padding-inline: var(--spacing-xs, 0.625rem);
  }
  .driving-license-cost h1 {
    font-size: clamp(2.05rem, 10vw, 3rem);
    line-height: 1.08;
  }
  .driving-license-cost h2 {
    font-size: clamp(1.55rem, 8vw, 2rem);
  }
  .driving-license-cost__hero {
    padding: 3rem 0 3.75rem;
  }
  .driving-license-cost__actions,
  .cost-cta__actions {
    flex-direction: column;
  }
  .cost-summary {
    margin-top: 0;
    padding: 2.5rem 0 3rem;
  }
  .cost-summary__grid,
  .course-price-grid,
  .total-cost-grid,
  .comparison-grid,
  .info-card-grid {
    grid-template-columns: 1fr;
  }
  .cost-section {
    padding: 2.5rem 0;
  }
  .cost-table {
    min-width: 720px;
  }
  .button {
    width: 100%;
  }
  .total-cost-card__total {
    align-items: flex-start;
    flex-direction: column;
  }
}
.full-price-link {
  margin-top: 1.5rem;
  text-align: center;
}
.full-price-link a {
  display: inline-grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-width: 312px;
  max-width: 100%;
  height: 76px;
  padding: 0 18px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  background: linear-gradient(135deg, rgba(31, 41, 55, 0.96), rgba(15, 23, 42, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 4px solid #ffd000;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.full-price-link a::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  background-color: rgba(59, 130, 246, 0.18);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffd000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h15a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h12'/%3E%3Cpath d='M16 12h5v4h-5a2 2 0 0 1 0-4Z'/%3E%3Cpath d='M17 14h.01'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23px 23px;
  border: 1px solid rgba(96, 165, 250, 0.4);
  border-radius: 10px;
  box-shadow: inset 0 0 14px rgba(59, 130, 246, 0.12);
}
.full-price-link a:hover {
  transform: translateY(-2px);
  border-color: rgba(96, 165, 250, 0.55);
  border-left-color: #ffd000;
  background: linear-gradient(135deg, rgba(40, 52, 70, 0.98), rgba(15, 31, 55, 0.98));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.38), 0 0 22px rgba(59, 130, 246, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}
.full-price-link a:focus-visible {
  outline: 3px solid rgba(255, 208, 0, 0.65);
  outline-offset: 4px;
}
.full-price-link a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffd000;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease;
}
.full-price-link a:hover span {
  transform: translateX(5px);
}

@media (max-width: 480px) {
  .full-price-link a {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .full-price-link a,
  .full-price-link a span {
    transition: none;
  }
}
/* =================================================================
   COST CALCULATOR — bazowy styl formularza
   Dotyczy .cost-calculator (formularz w sekcji "Oblicz swój koszt
   prawa jazdy") w driving-license-cost.ejs.

   Kolor akcentu wystawiony jako CSS custom property, żeby każdy
   motyw (kopama / kursb) mógł go nadpisać jedną linią bez
   przepisywania całego bloku — patrz przykład na dole pliku.
   ================================================================= */
.cost-calculator {
  --calculator-accent: #2563eb;
  --calculator-accent-dark: #1d4ed8;
  --calculator-accent-soft: #eff6ff;
  --calculator-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  border-radius: var(--calculator-radius);
  background-color: #ffffff;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .cost-calculator {
    padding: 2rem;
  }
}
.cost-calculator__fields {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem 1.25rem;
  margin-bottom: 1.5rem;
}
.cost-calculator__field {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.375rem;
}
.cost-calculator__field span {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
}
.cost-calculator__field select,
.cost-calculator__field input[type=number] {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  background-color: #ffffff;
  padding: 0.625rem 0.75rem;
  font-size: 1rem;
  font-family: inherit;
  color: #1f2937;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.cost-calculator__field select:hover,
.cost-calculator__field input[type=number]:hover {
  border-color: #9ca3af;
}
.cost-calculator__field select:focus-visible,
.cost-calculator__field input[type=number]:focus-visible {
  outline: none;
  border-color: var(--calculator-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--calculator-accent) 20%, transparent);
}
.cost-calculator__field select {
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%236b7280'%3e%3cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 10.94l3.71-3.71a.75.75 0 111.06 1.06l-4.24 4.25a.75.75 0 01-1.06 0L5.21 8.29a.75.75 0 01.02-1.08z' clip-rule='evenodd'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
}
.cost-calculator__checkbox {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.9375rem;
  color: #374151;
  cursor: pointer;
}
.cost-calculator__checkbox input[type=checkbox] {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
  accent-color: var(--calculator-accent);
  cursor: pointer;
}
.cost-calculator__result {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  border-radius: 0.5rem;
  background-color: var(--calculator-accent-soft);
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
}
.cost-calculator__result span {
  font-weight: 600;
  color: #374151;
}
.cost-calculator__result strong {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--calculator-accent-dark);
}
.cost-calculator__note {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #6b7280;
}
@media (max-width: 480px) {
  .cost-calculator__fields {
    grid-template-columns: 1fr;
  }
}

/* -----------------------------------------------------------------
   Przykład nadpisania akcentu per-motyw — dołóż analogiczny blok
   wewnątrz .driving-license-cost--kursb w
   driving-license-cost--kursb.scss, jeśli kalkulator na prawkostart.pl ma
   używać zielonego akcentu (zamiast domyślnego niebieskiego kopama):

   .driving-license-cost--kursb .cost-calculator {
       --calculator-accent: #16a34a;
       --calculator-accent-dark: #15803d;
       --calculator-accent-soft: #f0fdf4;
   }
   ----------------------------------------------------------------- */
body.menu9-lock-scroll {
  overflow: hidden;
}

/* =========================================================
   GŁÓWNA STRUKTURA MENU 9 (Bez Tailwinda)
   ========================================================= */
.menu9 {
  --menu9-breakpoint: 960px;
  --menu9-side-width: 270px;
  --menu9-logo-desktop-width: 180px;
  --menu9-logo-desktop-height: 44px;
  --menu9-mobile-logo-width: 170px;
  --menu9-mobile-logo-offset-x: 0px;
  --menu9-topbar-background: rgba(196, 196, 196, 0.9);
  --menu9-side-background: rgba(0, 80, 240, 0.94);
  --menu9-overlay-background: rgba(0, 0, 0, 0.48);
  --menu9-desktop-link-color: #ffffff;
  --menu9-desktop-link-hover-color: #d1d5db;
  --menu9-mobile-link-color: #ffffff;
  --menu9-mobile-link-hover-background: rgba(255, 255, 255, 0.14);
  --menu9-toggle-color: #006cff;
  --menu9-close-color: #ffffff;
}
@media (max-width: 959px) {
  .menu9 .menu9-desktop-nav-wrapper {
    display: none !important;
  }
  .menu9 .menu9-toggle {
    display: flex !important;
  }
  .menu9 .menu9-menu-mobile {
    display: block !important;
  }
}
@media (min-width: 960px) {
  .menu9 .menu9-desktop-nav-wrapper {
    display: block !important;
  }
  .menu9 .menu9-toggle,
  .menu9 .menu9-menu-mobile {
    display: none !important;
  }
}
.menu9 {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  background: var(--menu9-topbar-background);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
  box-sizing: border-box;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.menu9 .main-header-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 66px;
  padding: 12px 16px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .menu9 .main-header-layout {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.menu9-logo-container {
  display: flex;
  align-items: center;
  max-width: var(--menu9-logo-desktop-width);
  width: 100%;
  overflow: hidden;
}
.menu9-logo-container .menu9-logo-brand {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
}
.menu9-logo-container img,
.menu9-logo-container .menu9-logo-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 44px;
  object-fit: contain;
  object-position: left center;
}
.menu9-desktop-nav-wrapper {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}
.menu9-desktop-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu9-desktop-list li {
  margin: 0 1.25rem;
}
.menu9-desktop-list a {
  color: var(--menu9-desktop-link-color);
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
  transition: color 160ms ease;
}
.menu9-desktop-list a:hover, .menu9-desktop-list a:focus-visible {
  color: var(--menu9-desktop-link-hover-color);
  outline: none;
}
.menu9-desktop-list a.menu9-link {
  color: #2563eb;
  font-size: 1.125rem;
  padding: 0.5rem;
  text-decoration: none;
  transition: color 160ms ease;
}
.menu9-desktop-list a.menu9-link:hover, .menu9-desktop-list a.menu9-link:focus-visible {
  color: #1e3a8a;
  outline: none;
}
.menu9-toggle {
  position: relative;
  z-index: 63;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: filter 160ms ease;
}
.menu9-toggle .bar {
  position: absolute;
  left: 50%;
  display: block;
  height: 3px;
  background: var(--menu9-toggle-color);
  border-radius: 999px;
  transform: translateX(-50%);
  transition: top 300ms ease, width 300ms ease, opacity 180ms ease, transform 300ms ease;
}
.menu9-toggle .short {
  top: 13px;
  width: 18px;
}
.menu9-toggle .long {
  top: 22px;
  width: 30px;
}
.menu9-toggle .medium {
  top: 31px;
  width: 24px;
}
.menu9-toggle:hover {
  filter: brightness(0.85);
}
.menu9-toggle:focus-visible {
  border-radius: 6px;
  outline: 2px solid var(--menu9-toggle-color);
  outline-offset: 2px;
}
.menu9-menu-mobile {
  position: fixed;
  inset: 0;
  z-index: 60;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  pointer-events: none;
}
.menu9-side {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 62;
  width: var(--menu9-side-width);
  max-width: calc(100vw - 54px);
  height: 100vh;
  height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--menu9-side-background);
  border-radius: 0 14px 14px 0;
  box-shadow: 4px 0 18px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  transform: translateX(-100%);
  transition: transform 320ms cubic-bezier(0.4, 0, 0.2, 1);
}
.menu9-overlay {
  position: fixed;
  inset: 0;
  z-index: 61;
  background: var(--menu9-overlay-background);
  opacity: 0;
  visibility: hidden;
  transition: opacity 260ms ease, visibility 260ms ease;
}
.menu9-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 82px;
  padding: 10px 12px;
  gap: 8px;
  box-sizing: border-box;
}
.menu9-header .menu9-logo-container {
  max-width: var(--menu9-mobile-logo-width);
  margin-left: var(--menu9-mobile-logo-offset-x);
}
.menu9-close {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.menu9-close .menu9-close-icon {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  transform: rotate(-1080deg) scale(0.7);
  transform-origin: center;
  transition: opacity 240ms ease 120ms, transform 900ms cubic-bezier(0.4, 0, 0.2, 1) 80ms;
}
.menu9-close .menu9-close-icon::before, .menu9-close .menu9-close-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  content: "";
  background: var(--menu9-close-color);
  border-radius: 2px;
}
.menu9-close .menu9-close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu9-close .menu9-close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menu9-close:hover, .menu9-close:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.9);
  outline: none;
}
.menu9-close:active {
  transform: scale(0.94);
}
.menu9-list {
  width: 100%;
  margin: 0;
  padding: 22px 0 28px;
  box-sizing: border-box;
  list-style: none;
}
.menu9-list li {
  margin: 0;
  padding: 0;
}
.menu9-list a {
  display: block;
  padding: 16px 28px;
  color: var(--menu9-mobile-link-color);
  font-size: 1.15rem;
  line-height: 1.3;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease;
}
.menu9-list a:hover, .menu9-list a:focus-visible {
  background: var(--menu9-mobile-link-hover-background);
  outline: none;
}
.menu9.menu9-is-open .menu9-menu-mobile {
  pointer-events: auto;
}
.menu9.menu9-is-open .menu9-side {
  transform: translateX(0);
}
.menu9.menu9-is-open .menu9-overlay {
  opacity: 1;
  visibility: visible;
}
.menu9.menu9-is-open .menu9-toggle {
  z-index: 63;
  pointer-events: auto;
}
.menu9.menu9-is-open .menu9-close .menu9-close-icon {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

.menu9-theme-kopama {
  --menu9-topbar-position: fixed;
  --menu9-topbar-background: rgba(196, 196, 196, 0.9);
  --menu9-side-background: linear-gradient(270deg, rgba(0, 60, 255, 0.95), rgba(0, 120, 240, 0.95));
  --menu9-overlay-background: rgba(0, 0, 0, 0.48);
  --menu9-side-width: 268px;
  --menu9-logo-desktop-width: 180px;
  --menu9-logo-desktop-height: 44px;
  --menu9-mobile-logo-width: 170px;
  --menu9-mobile-logo-offset-x: -18px;
  --menu9-desktop-link-color: #0060f0;
  --menu9-desktop-link-hover-color: #003b91;
  --menu9-mobile-link-color: #ffffff;
  --menu9-mobile-link-hover-background: rgba(255, 255, 255, 0.14);
  --menu9-toggle-color: #006cff;
  --menu9-close-color: #ffffff;
}

.menu9-theme-kopama > .main-header-layout {
  width: 100%;
  min-height: 66px;
  padding-top: 8px;
  padding-bottom: 8px;
  box-sizing: border-box;
}

.kopama-layout {
  --kopama-header-height: 3rem;
  min-height: 100%;
}
.kopama-layout__title {
  margin: 0 0 var(--spacing-lg);
  text-align: center;
  font-size: var(--text-xxl);
  font-weight: 700;
  color: #fff;
}
.kopama-layout__body {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #fff;
  background: #0b2033;
}
.kopama-layout {
  /* Slideshow jest wyłącznie tłem. */
}
.kopama-layout__background {
  position: fixed;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}
.kopama-layout__header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  min-height: var(--kopama-header-height);
  background: transparent;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.28);
}
.kopama-layout__main {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  padding: calc(var(--kopama-header-height) + var(--spacing-xl)) var(--spacing-xs) var(--spacing-xl);
  box-sizing: border-box;
}
.kopama-layout__container {
  flex: 1 1 auto;
  width: 100%;
  max-width: 81rem;
  margin-inline: auto;
  padding: var(--spacing-lg) var(--spacing-md);
  box-sizing: border-box;
}
.kopama-layout {
  /* Właściwa stopka pozostaje w normalnym układzie dokumentu. */
}
.kopama-layout__footer {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: 100%;
  margin-top: auto;
}

@media (max-width: 40rem) {
  .kopama-layout {
    --kopama-header-height: 6.75rem;
  }
  .kopama-layout__main {
    padding: calc(var(--kopama-header-height) + var(--spacing-md)) var(--spacing-xs) var(--spacing-md);
  }
  .kopama-layout__container {
    padding: var(--spacing-md) var(--spacing-sm);
  }
}
@media (max-width: 29.9375rem) {
  .kopama-layout__main {
    padding-inline: 0;
  }
  .kopama-layout__container {
    padding-inline: var(--spacing-xs);
  }
}
.bottom-info {
  /*
   * Miejsce zajmowane przez stały pasek trzech ikon.
   * Dzięki temu ikonki nie zasłaniają stopki.
   */
  --quick-icons-space: 4.75rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: var(--spacing-md);
  width: 100%;
  max-width: 81rem;
  margin-inline: auto;
  padding: var(--spacing-lg) var(--spacing-xl) calc(var(--spacing-lg) + var(--quick-icons-space) + env(safe-area-inset-bottom));
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.92);
  /*
   * Wyraźniejsze szkło panelu informacyjnego.
   * Jest ciemniejsze niż prawie niewidoczny pasek ikon,
   * ale nadal pokazuje zdjęcie znajdujące się pod spodem.
   */
  background: linear-gradient(135deg, rgba(35, 94, 132, 0.3) 0%, rgba(8, 46, 74, 0.46) 100%);
  border-top: 1px solid rgba(205, 237, 255, 0.38);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 -6px 22px rgba(0, 20, 36, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
}
.bottom-info__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-self: start;
  gap: var(--spacing-md);
  min-width: 0;
}
.bottom-info__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding-inline: 0.75rem;
  color: inherit;
  font-size: var(--text-sm);
  line-height: 1.2;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: var(--border-radius-sm);
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}
.bottom-info__link:hover, .bottom-info__link:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(205, 237, 255, 0.22);
  text-decoration: underline;
}
.bottom-info__link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.bottom-info arti24-stats-link .arti24-stats-link {
  width: 2.75rem;
  height: 2.75rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(205, 237, 255, 0.38);
  box-shadow: 0 3px 10px rgba(0, 20, 36, 0.2);
}
.bottom-info arti24-stats-link .arti24-stats-link:hover, .bottom-info arti24-stats-link .arti24-stats-link:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 6px 16px rgba(0, 20, 36, 0.28);
}
.bottom-info arti24-stats-link .arti24-stats-link__icon {
  width: 1.75rem;
  height: 1.75rem;
}
.bottom-info__legal {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  min-width: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: var(--text-xs);
  line-height: 1.4;
  text-align: center;
}
.bottom-info__copyright {
  white-space: nowrap;
}
.bottom-info {
  /*
   * Arti24 zostaje dosunięte do prawej krawędzi stopki.
   * Odstęp od krawędzi zapewnia padding całego .bottom-info.
   */
}
.bottom-info__credit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  gap: var(--spacing-md);
  min-width: 0;
}

/*
 * Telefon i mały tablet.
 */
@media (max-width: 40rem) {
  .bottom-info {
    --quick-icons-space: 4.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: var(--spacing-sm);
    padding: var(--spacing-lg) var(--spacing-md) calc(var(--spacing-md) + var(--quick-icons-space) + env(safe-area-inset-bottom));
    text-align: center;
  }
  .bottom-info__links {
    justify-content: center;
    justify-self: auto;
  }
  .bottom-info__legal {
    justify-content: center;
    justify-self: auto;
    text-align: center;
  }
  .bottom-info__credit {
    justify-content: center;
    justify-self: auto;
  }
}
/*
 * Małe telefony.
 */
@media (max-width: 29.9375rem) {
  .bottom-info {
    --quick-icons-space: 4.25rem;
    padding: var(--spacing-md) var(--spacing-xs) calc(var(--spacing-sm) + var(--quick-icons-space) + env(safe-area-inset-bottom));
  }
  .bottom-info__links {
    justify-content: center;
    gap: var(--spacing-xs);
  }
  .bottom-info__link {
    min-height: 2.5rem;
    padding-inline: var(--spacing-xs);
    font-size: 0.8125rem;
  }
  .bottom-info__legal {
    font-size: 0.7rem;
  }
  .bottom-info__copyright {
    max-width: 19rem;
    white-space: normal;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bottom-info__link {
    transition: none;
  }
}
.quick-icons {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0.2rem var(--spacing-xs) max(0.2rem, env(safe-area-inset-bottom));
  box-sizing: border-box;
  /*
   * Pusty obszar paska nie blokuje treści strony.
   * Klikalne pozostają wyłącznie linki z ikonami.
   */
  pointer-events: none;
}
.quick-icons__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 2rem, 81rem);
  min-height: 4.75rem;
  margin-inline: auto;
  padding-inline: 0.5rem;
  box-sizing: border-box;
  /*
   * Pasek nie ma żadnego widocznego panelu.
   */
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  pointer-events: auto;
}
.quick-icons {
  /*
   * Telefon i rejestracja znajdują się razem
   * po lewej stronie.
   */
}
.quick-icons__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.6rem;
}
.quick-icons {
  /*
   * Duże pola klikalne wokół grafik.
   */
}
.quick-icons__item, .quick-icons__flags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
  background: transparent;
  border: 0;
  border-radius: var(--border-radius-sm);
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: filter 150ms ease, transform 150ms ease;
}
.quick-icons__item:hover, .quick-icons__item:focus-visible, .quick-icons__flags a:hover, .quick-icons__flags a:focus-visible {
  filter: brightness(1.15);
}
.quick-icons__item:hover, .quick-icons__flags a:hover {
  transform: translateY(-1px);
}
.quick-icons__item:focus-visible, .quick-icons__flags a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.quick-icons__item picture,
.quick-icons__item img,
.quick-icons__item span, .quick-icons__flags a picture,
.quick-icons__flags a img,
.quick-icons__flags a span {
  pointer-events: none;
}
.quick-icons {
  /*
   * Pole klikalne telefonu.
   */
}
.quick-icons__item--phone {
  width: 3.75rem;
  height: 3.75rem;
  padding: 0.15rem;
}
.quick-icons {
  /*
   * Pole klikalne rejestracji jest większe,
   * ponieważ sama grafika ma bardziej złożony kształt.
   */
}
.quick-icons__item--registration {
  width: 4.75rem;
  height: 4.75rem;
  padding: 0.1rem;
}
.quick-icons__image {
  display: block;
  flex: 0 0 auto;
}
.quick-icons__image picture,
.quick-icons__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}
.quick-icons__image--phone {
  width: 2.75rem;
  height: 2.75rem;
}
.quick-icons__image--registration {
  width: 4.5rem;
  height: 4.5rem;
}
.quick-icons {
  /*
   * Flaga przy prawej krawędzi kontenera.
   */
}
.quick-icons__flags {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.quick-icons__flags a {
  width: 3.75rem;
  height: 3.75rem;
  padding: 0.15rem;
}
.quick-icons__flags picture,
.quick-icons__flags img {
  display: block;
  width: 2.65rem;
  height: auto;
  max-width: none;
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 3px 9px rgba(0, 20, 36, 0.22);
}

/*
 * Mniejszy desktop i tablet.
 */
@media (max-width: 56rem) {
  .quick-icons__content {
    width: calc(100% - 1.5rem);
  }
}
/*
 * Tablet i telefon.
 */
@media (max-width: 40rem) {
  .quick-icons {
    padding-inline: 0.25rem;
  }
  .quick-icons__content {
    width: calc(100% - 0.75rem);
    min-height: 4.5rem;
    padding-inline: 0.35rem;
  }
  .quick-icons__left {
    gap: 0.45rem;
  }
  .quick-icons__item--phone {
    width: 3.5rem;
    height: 3.5rem;
  }
  .quick-icons__item--registration {
    width: 4.4rem;
    height: 4.4rem;
  }
  .quick-icons__image--phone {
    width: 2.6rem;
    height: 2.6rem;
  }
  .quick-icons__image--registration {
    width: 4.15rem;
    height: 4.15rem;
  }
  .quick-icons__flags a {
    width: 3.5rem;
    height: 3.5rem;
  }
  .quick-icons__flags picture,
  .quick-icons__flags img {
    width: 2.5rem;
  }
}
/*
 * Małe telefony.
 */
@media (max-width: 29.9375rem) {
  .quick-icons {
    padding: 0.1rem 0.15rem max(0.1rem, env(safe-area-inset-bottom));
  }
  .quick-icons__content {
    width: calc(100% - 0.3rem);
    min-height: 4.2rem;
    padding-inline: 0.2rem;
  }
  .quick-icons__left {
    gap: 0.25rem;
  }
  .quick-icons__item--phone {
    width: 3.25rem;
    height: 3.25rem;
  }
  .quick-icons__item--registration {
    width: 4rem;
    height: 4rem;
  }
  .quick-icons__image--phone {
    width: 2.4rem;
    height: 2.4rem;
  }
  .quick-icons__image--registration {
    width: 3.75rem;
    height: 3.75rem;
  }
  .quick-icons__flags a {
    width: 3.25rem;
    height: 3.25rem;
  }
  .quick-icons__flags picture,
  .quick-icons__flags img {
    width: 2.35rem;
  }
}
/*
 * Wyłączenie ruchu dla użytkowników,
 * którzy ograniczają animacje.
 */
@media (prefers-reduced-motion: reduce) {
  .quick-icons__item, .quick-icons__flags a {
    transition: none;
  }
  .quick-icons__item:hover, .quick-icons__flags a:hover {
    transform: none;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 46px;
  padding: 0.7rem 1.4rem;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 0.6rem;
  box-sizing: border-box;
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn:active {
  transform: translateY(0);
}
.btn--primary {
  color: #0b1d3a;
  background-color: #ffce00;
  border-color: #ffce00;
}
.btn--primary:hover {
  background-color: #ffe05a;
  border-color: #ffe05a;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.25);
}
.btn--secondary {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
}
.btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 206, 0, 0.4);
}
.btn__icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.btn:hover .btn__icon--arrow {
  transform: translateX(0.25rem);
}

@media (max-width: 600px) {
  .btn {
    width: 100%;
  }
}
#kopama-driving-calendar {
  background-image: var(--obrazek-tla);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  /* przyciemnienie - POD spodem */
}
#kopama-driving-calendar::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, var(--ciemność, 0.4));
  z-index: 0;
}
#kopama-driving-calendar {
  /* Szklany efekt - NAD przyciemnieniem */
}
#kopama-driving-calendar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#kopama-driving-calendar #calendar {
  max-width: 1000px;
  margin: 0 auto;
  min-height: 800px;
  border-radius: 16px;
  font-family: "Poppins", sans-serif;
  color: white;
  position: relative; /* ważne - musi być nad efektami tła */
  z-index: 2;
}
#kopama-driving-calendar #calendar .fc-day-other .fc-daygrid-day-number {
  background-color: rgba(0, 0, 0, 0.1) !important;
  opacity: 0.6;
}
#kopama-driving-calendar #calendar .fc-col-header-cell-cushion {
  color: white !important;
  font-weight: 600;
}
#kopama-driving-calendar #calendar .fc-daygrid-day-number {
  color: white !important;
  font-weight: 500;
}
#kopama-driving-calendar #calendar .fc {
  /* DZISIAJ - PODŚWIETLENIE BIEŻĄCEGO DNIA */
}
#kopama-driving-calendar #calendar .fc-day-today {
  background: rgba(255, 255, 255, 0.15) !important;
}
#kopama-driving-calendar #calendar .fc-day-today::before {
  content: "";
  position: absolute;
  inset: 2px;
  border: 2px solid #fbbf24;
  border-radius: 8px;
  animation: calendar-today-pulse 2s infinite;
}
#kopama-driving-calendar #calendar .fc-day-today .fc-daygrid-day-number {
  color: #ffd700 !important; /* złoty kolor */
  font-weight: 700 !important;
  background: rgba(255, 215, 0, 0.2);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px;
}
#kopama-driving-calendar #calendar .fc-daygrid-event {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.85rem;
  line-height: 1.2;
  border-radius: 10px;
  color: white !important;
  padding: 4px 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  opacity: 0.95;
  /* Wydarzenia - delikatnie szklane */
  background: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
}
#kopama-driving-calendar #calendar .fc-daygrid-event:hover {
  transform: scale(1.03);
  filter: brightness(1.2);
  cursor: pointer;
}
#kopama-driving-calendar #calendar .fc-col-header-cell {
  color: white;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  background: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
#kopama-driving-calendar #calendar .fc-daygrid-day-frame {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1);
}
#kopama-driving-calendar #calendar .fc-toolbar-title {
  color: white;
}
#kopama-driving-calendar #calendar .fc-button {
  color: white !important;
  background: rgba(0, 123, 255, 0.2) !important;
  border-radius: 10px;
  padding: 6px 12px;
  transition: all 0.2s ease;
}
#kopama-driving-calendar #calendar .fc-button:hover {
  background: rgba(0, 123, 255, 0.4) !important;
}

.first-session-car {
  position: relative;
  overflow: hidden;
}

.first-session-car::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.6) 50%, transparent 100%);
  animation: roadLine 1.5s linear infinite;
}

@keyframes roadLine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes carDrive {
  0% {
    left: -20px;
    transform: translateY(-50%);
  }
  100% {
    left: 100%;
    transform: translateY(-50%);
  }
}
.first-session-car::before {
  content: "🚗";
  position: absolute;
  left: -20px;
  top: 50%;
  animation: carDrive 2s ease-in-out infinite;
  font-size: 1.1em;
  z-index: 1;
}

@keyframes calendar-today-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(251, 191, 36, 0.7);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(251, 191, 36, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(251, 191, 36, 0);
  }
}
/* 💡 Ogranicza szerokość FullCalendar do kontenera */
.fc {
  max-width: 100%;
  overflow-x: auto;
}

/* 💡 Zapobiega wymuszaniu szerszej tabeli niż kontener */
.fc-scrollgrid {
  width: 100% !important;
  min-width: unset !important;
}

/* Zmodyfikowany blok .key-facts dla efektu elegancji i wgłębienia */
.kopama-com-pl .key-facts {
  margin: 1.5rem 0;
  padding: 1rem 1.5rem; /* Dodaj padding do kontenera */
  border-radius: 12px; /* Zaokrąglenie narożników */
  background-color: #3f51b5; /* Ciemniejszy, elegancki kolor tła (np. niebieski) */
  color: white; /* Ustawienie domyślnego koloru tekstu na biały */
  border: 1px solid rgba(255, 255, 255, 0.1); /* Delikatne obramowanie */
  /* Główne style dla efektu wgłębienia - Delikatny cień wewnętrzny (inset) */
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), 0 4px 8px rgba(0, 0, 0, 0.2); /* Lekki cień zewnętrzny dla uniesienia */
}
.kopama-com-pl .key-facts h3 {
  color: #ffffff;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}
.kopama-com-pl .key-facts-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem; /* Zwiększenie odstępu między elementami dla lepszej czytelności */
}
.kopama-com-pl .key-facts li {
  color: rgba(255, 255, 255, 0.85); /* Lekko jaśniejszy kolor */
  font-size: 1rem;
  padding-left: 0.75rem; /* Miejsce na delikatną ikonę lub border */
  border-left: 3px solid #a8d8ff; /* Subtelna, akcentująca pionowa linia */
}
.kopama-com-pl .key-facts li strong {
  color: #ffcc80; /* Użycie ciepłego koloru (złoto/pomarańcz) dla kontrastu */
  font-weight: 600;
}

#offers {
  background-image: var(--obrazek-tla);
  position: relative;
}
#offers .card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.75rem;
}

.glass-effect {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.36), inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  /* Efekt podświetlenia krawędzi */
  position: relative;
}

.glass-effect::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
}

.glass-morphism {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.36), inset 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.glass-morphism::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
  opacity: 0.6;
}

.glass-morphism:hover {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.4), inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-8px) scale(1.02);
}

.terminarz {
  background: rgba(11, 29, 58, 0.25);
  backdrop-filter: blur(15px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  max-width: 95%;
  margin: 2rem auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  width: calc(100% - 2rem);
  box-sizing: border-box;
}
.terminarz h1,
.terminarz h2 {
  color: #ffce00;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  text-align: center;
}
@media (min-width: 768px) {
  .terminarz h1,
  .terminarz h2 {
    font-size: 2rem;
    gap: 15px;
    flex-wrap: nowrap;
  }
}
.terminarz {
  /* 🗓️ Ikona kalendarza */
}
.terminarz .calendar-icon {
  display: flex;
  flex-direction: column;
  width: 60px;
  height: 70px;
  background: linear-gradient(145deg, rgba(255, 206, 0, 0.75), rgba(230, 184, 0, 0.65));
  backdrop-filter: blur(6px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  font-weight: bold;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  transform-style: preserve-3d;
  perspective: 500px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35), 0 0 15px rgba(255, 206, 0, 0.25), inset 0 2px 4px rgba(255, 255, 255, 0.2), inset -2px -2px 4px rgba(0, 0, 0, 0.15);
  animation: glowPulse 3.5s ease-in-out infinite;
}
@media (min-width: 768px) {
  .terminarz .calendar-icon {
    width: 75px;
    height: 85px;
  }
}
.terminarz .calendar-icon {
  /* Górna część kalendarza */
}
.terminarz .calendar-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
}
@media (min-width: 768px) {
  .terminarz .calendar-icon::before {
    height: 25px;
  }
}
.terminarz .calendar-icon {
  /* Metalowa zawieszka */
}
.terminarz .calendar-icon::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 6px;
}
@media (min-width: 768px) {
  .terminarz .calendar-icon::after {
    width: 20px;
    height: 8px;
  }
}
.terminarz .calendar-icon .month {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, rgba(204, 153, 0, 0.85), rgba(179, 134, 0, 0.75));
  backdrop-filter: blur(4px);
  color: #0b1d3a;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: 100%;
  height: 20px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .terminarz .calendar-icon .month {
    font-size: 0.7rem;
    letter-spacing: 1px;
    height: 25px;
  }
}
.terminarz .calendar-icon .day {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b1d3a;
  font-size: 1.8rem;
  font-weight: 900;
  height: 50px;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 10px rgba(255, 255, 255, 0.3), 0 0 15px rgba(255, 206, 0, 0.25);
}
@media (min-width: 768px) {
  .terminarz .calendar-icon .day {
    font-size: 2.4rem;
    height: 60px;
  }
}
.terminarz .calendar-icon .day::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .terminarz .calendar-icon .day::before {
    width: 50px;
    height: 50px;
  }
}
.terminarz .calendar-icon:hover {
  transform: translateY(-3px) rotateX(6deg) scale(1.02);
  transition: all 0.35s ease;
}
.terminarz {
  /* 📅 Lista terminów */
}
.terminarz .terminy {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}
.terminarz .terminy li {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .terminarz .terminy li {
    margin: 1.5rem 0;
  }
}
.terminarz .terminy li .termin-link {
  display: block;
  background: rgba(255, 255, 255, 0.12);
  padding: 1rem;
  border-radius: 0.75rem;
  border: 2px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
  text-align: left;
  overflow: hidden;
}
@media (min-width: 768px) {
  .terminarz .terminy li .termin-link {
    padding: 1.5rem;
    border-radius: 1rem;
  }
}
.terminarz .terminy li .termin-link:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
  border-color: rgba(255, 206, 0, 0.3);
}
.terminarz .terminy li .termin-link:hover .termin-content::after {
  transform: translateY(-50%) translateX(5px);
}
.terminarz .terminy li .termin-link .termin-content {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  padding-right: 2.5rem;
}
@media (min-width: 768px) {
  .terminarz .terminy li .termin-link .termin-content {
    padding-right: 3rem;
  }
}
.terminarz .terminy li .termin-link .termin-content::after {
  content: "→";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffce00;
  font-weight: bold;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .terminarz .terminy li .termin-link .termin-content::after {
    font-size: 1.8rem;
  }
}
.terminarz .terminy li .termin-link .termin-content .data {
  color: #ffce00;
  font-weight: 800;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 0.5rem;
  word-break: break-word;
}
@media (min-width: 768px) {
  .terminarz .terminy li .termin-link .termin-content .data {
    font-size: 1.4rem;
  }
}
.terminarz .terminy li .termin-link .termin-content .dni {
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 0.3rem;
  word-break: break-word;
}
@media (min-width: 768px) {
  .terminarz .terminy li .termin-link .termin-content .dni {
    font-size: 1.1rem;
  }
}
.terminarz .terminy li .termin-link .termin-content {
  /* NOWY WRAPPER DLA GODZINY I CENY */
}
.terminarz .terminy li .termin-link .termin-content .godzina-cena-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.3rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .terminarz .terminy li .termin-link .termin-content .godzina-cena-wrapper {
    gap: 1rem;
  }
}
.terminarz .terminy li .termin-link .termin-content .godzina-cena-wrapper .godzina {
  color: #a0c8ff;
  font-weight: 500;
  background: rgba(160, 200, 255, 0.1);
  padding: 0.2rem 0.6rem;
  border-radius: 0.4rem;
  flex-shrink: 0;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .terminarz .terminy li .termin-link .termin-content .godzina-cena-wrapper .godzina {
    padding: 0.3rem 0.8rem;
    border-radius: 0.5rem;
    font-size: 1rem;
  }
}
.terminarz .terminy li .termin-link .termin-content .godzina-cena-wrapper .cena {
  color: #7cff7c;
  font-weight: 700;
  background: rgba(124, 255, 124, 0.1);
  padding: 0.2rem 0.6rem;
  border-radius: 0.4rem;
  flex-shrink: 0;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .terminarz .terminy li .termin-link .termin-content .godzina-cena-wrapper .cena {
    padding: 0.3rem 0.8rem;
    border-radius: 0.5rem;
    font-size: 1.1rem;
  }
}
.terminarz .terminy li .termin-link .termin-content .godzina-cena-wrapper .promo-cena {
  color: #ffce00;
  font-weight: 700;
  background: rgba(255, 206, 0, 0.15);
  padding: 0.2rem 0.6rem;
  border-radius: 0.4rem;
  font-size: 0.9rem;
  flex-shrink: 0;
  border: 1px solid rgba(255, 206, 0, 0.3);
}
@media (min-width: 768px) {
  .terminarz .terminy li .termin-link .termin-content .godzina-cena-wrapper .promo-cena {
    padding: 0.3rem 0.8rem;
    border-radius: 0.5rem;
    font-size: 1rem;
  }
}
.terminarz .terminy li .termin-link .termin-content .lokacja {
  color: #ffa0a0;
  font-weight: 500;
  display: block;
  margin-top: 0.5rem;
  font-style: italic;
  font-size: 0.9rem;
  word-break: break-word;
}
@media (min-width: 768px) {
  .terminarz .terminy li .termin-link .termin-content .lokacja {
    font-size: 1rem;
  }
}
.terminarz .terminy li .termin-link {
  /* Sekcja promocji */
}
.terminarz .terminy li .termin-link .promotion-info {
  display: block;
  color: #ffeb3b;
  font-weight: 700;
  font-size: 0.9rem;
  margin: 0.8rem 0 0.4rem 0;
  padding: 0.5rem;
  background: rgba(255, 206, 0, 0.1);
  border-radius: 0.4rem;
  text-align: center;
  word-break: break-word;
}
@media (min-width: 768px) {
  .terminarz .terminy li .termin-link .promotion-info {
    font-size: 1.1rem;
    margin: 1rem 0 0.5rem 0;
    padding: 0.6rem;
    border-radius: 0.5rem;
  }
}
.terminarz .terminy li .termin-link .promotion-badge {
  display: block;
  margin: 0.8rem 0 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .terminarz .terminy li .termin-link .promotion-badge {
    margin: 1rem 0 0 0;
  }
}
.terminarz .terminy li .termin-link .promotion-badge picture,
.terminarz .terminy li .termin-link .promotion-badge img,
.terminarz .terminy li .termin-link .promotion-badge figure {
  display: block;
  max-width: 150px;
  margin: 0 auto;
  border-radius: 0.4rem;
  border: 2px solid #ffce00;
}
@media (min-width: 768px) {
  .terminarz .terminy li .termin-link .promotion-badge picture,
  .terminarz .terminy li .termin-link .promotion-badge img,
  .terminarz .terminy li .termin-link .promotion-badge figure {
    max-width: 180px;
    border-radius: 0.5rem;
  }
}
.terminarz .terminy li {
  /* Styl ceny przy promocji */
}
.terminarz .terminy li:has(.promotion-badge) .termin-content .godzina-cena-wrapper .cena {
  color: #7cff7c;
  font-weight: 700;
  background: rgba(124, 255, 124, 0.1);
  padding: 0.2rem 0.6rem;
  border-radius: 0.4rem;
  font-size: 0.9rem;
  position: relative;
}
@media (min-width: 768px) {
  .terminarz .terminy li:has(.promotion-badge) .termin-content .godzina-cena-wrapper .cena {
    padding: 0.3rem 0.8rem;
    border-radius: 0.5rem;
    font-size: 1.1rem;
  }
}
.terminarz .terminy li:has(.promotion-badge) .termin-content .godzina-cena-wrapper .cena::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.3rem;
  right: 0.3rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 107, 107, 0.8) 0%, #ff6b6b 50%, rgba(255, 107, 107, 0.8) 100%);
  transform: translateY(-50%);
  border-radius: 1px;
  box-shadow: 0 0.5px 1px rgba(255, 107, 107, 0.4);
}
@media (min-width: 768px) {
  .terminarz .terminy li:has(.promotion-badge) .termin-content .godzina-cena-wrapper .cena::before {
    left: 0.5rem;
    right: 0.5rem;
  }
}
.terminarz .terminy li:has(.promotion-badge) .termin-content .godzina-cena-wrapper .promo-cena {
  animation: promo-cena-pulse 2s ease-in-out infinite;
}

@media (max-width: 480px) {
  .terminarz {
    padding: 1rem;
    margin: 1rem auto;
    max-width: 98%;
    width: calc(100% - 1rem);
  }
  .terminarz h2 {
    font-size: 1.3rem;
    gap: 8px;
  }
  .terminarz .calendar-icon {
    width: 50px;
    height: 60px;
  }
}
.terminarz .course-summary {
  max-width: 1100px;
  margin: 0 auto 1.5rem;
}
.terminarz .course-summary p {
  margin: 0;
  line-height: 1.6;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.92);
}
.terminarz .course-facts-section,
.terminarz .course-price-info,
.terminarz .course-start-steps {
  max-width: 1100px;
  margin: 2rem auto 0;
}
.terminarz .course-facts-section h3,
.terminarz .course-price-info h3,
.terminarz .course-start-steps h3 {
  color: #ffce00;
  font-size: 1.25rem;
  margin: 0 0 1rem;
  font-weight: 700;
}
.terminarz .course-facts {
  margin: 0;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.75rem;
}
.terminarz .course-facts .course-fact {
  display: grid;
  grid-template-columns: minmax(240px, 0.35fr) 1fr;
  gap: 1.5rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.terminarz .course-facts .course-fact:last-child {
  border-bottom: 0;
}
.terminarz .course-facts dt {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
}
.terminarz .course-facts dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
}
.terminarz .course-price-info {
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.06);
  border-left: 4px solid #ffce00;
  border-radius: 0.5rem;
}
.terminarz .course-price-info p {
  margin: 0;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}
.terminarz .course-start-steps {
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 0.75rem;
}
.terminarz .course-start-steps ol {
  margin: 0;
  padding-left: 1.5rem;
}
.terminarz .course-start-steps li {
  padding-left: 0.4rem;
  margin-bottom: 0.65rem;
  line-height: 1.5;
}
.terminarz .course-start-steps li::marker {
  color: #ffce00;
  font-weight: 700;
}
.terminarz .course-start-steps li:last-child {
  margin-bottom: 0;
}
@media (max-width: 700px) {
  .terminarz .course-summary {
    margin-bottom: 1rem;
  }
  .terminarz .course-facts-section,
  .terminarz .course-price-info,
  .terminarz .course-start-steps {
    margin-top: 1.5rem;
  }
  .terminarz .course-facts-section h3,
  .terminarz .course-price-info h3,
  .terminarz .course-start-steps h3 {
    font-size: 1.1rem;
  }
  .terminarz .course-facts {
    padding: 0.75rem 1rem;
  }
  .terminarz .course-facts .course-fact {
    grid-template-columns: 1fr;
    gap: 0.2rem;
    padding: 0.65rem 0;
  }
  .terminarz .course-price-info,
  .terminarz .course-start-steps {
    padding: 1rem;
  }
}

/* Efekt pulsującego blasku ikony kalendarza (.calendar-icon) */
@keyframes glowPulse {
  0%, 100% {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35), 0 0 10px rgba(255, 206, 0, 0.15), inset 0 2px 4px rgba(255, 255, 255, 0.2), inset -2px -2px 4px rgba(0, 0, 0, 0.15);
  }
  50% {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4), 0 0 25px rgba(255, 206, 0, 0.4), inset 0 3px 6px rgba(255, 255, 255, 0.25), inset -3px -3px 5px rgba(0, 0, 0, 0.2);
  }
}
/* Pulsowanie ceny promocyjnej (.promo-cena) */
@keyframes promo-cena-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 2px 8px rgba(255, 206, 0, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(255, 206, 0, 0.5);
  }
}
.why-kopama {
  color: #fff;
  width: calc(100% - 2rem);
  max-width: 1200px;
  margin: 2rem auto;
  box-sizing: border-box;
}
.why-kopama__hero, .why-kopama__section, .why-kopama__cta {
  background: rgba(11, 29, 58, 0.25);
  backdrop-filter: blur(15px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.why-kopama__hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  margin-bottom: 2rem;
}
.why-kopama__hero-content {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.why-kopama__eyebrow {
  margin: 0 0 0.75rem;
  color: #ffce00;
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.why-kopama h1 {
  margin: 0 0 1.25rem;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.1;
}
.why-kopama__lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.65;
  font-size: 1.1rem;
}
.why-kopama__hero-image {
  min-height: 420px;
}
.why-kopama__hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why-kopama__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.75rem;
}
.why-kopama .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.7rem 1.25rem;
  border-radius: 0.6rem;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.why-kopama .button:hover {
  transform: translateY(-2px);
}
.why-kopama .button--primary {
  color: #0b1d3a;
  background: #ffce00;
}
.why-kopama .button--primary:hover {
  background: #ffe05a;
}
.why-kopama .button--secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.why-kopama .button--secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 206, 0, 0.4);
}
.why-kopama__section {
  padding: 2rem;
  margin-bottom: 2rem;
}
.why-kopama__section-header {
  max-width: 850px;
  margin: 0 auto 1.75rem;
  text-align: center;
}
.why-kopama__section-header h2 {
  margin: 0 0 0.75rem;
  color: #ffce00;
  font-size: 2rem;
}
.why-kopama__section-header p {
  margin: 0;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}
.why-kopama__stats-grid, .why-kopama__cards, .why-kopama__fleet-grid, .why-kopama__reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.why-kopama__stat, .why-kopama__card, .why-kopama__fleet-item, .why-kopama__review, .why-kopama__comparison-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.75rem;
  padding: 1.5rem;
}
.why-kopama__stat {
  text-align: center;
}
.why-kopama__stat-value {
  display: block;
  margin-bottom: 0.4rem;
  color: #ffce00;
  font-size: 2rem;
}
.why-kopama__stat-label {
  color: rgba(255, 255, 255, 0.85);
}
.why-kopama__card h3 {
  margin: 0 0 0.75rem;
  color: #fff;
}
.why-kopama__card p {
  margin: 0;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}
.why-kopama__card-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: rgba(255, 206, 0, 0.15);
  border: 1px solid rgba(255, 206, 0, 0.3);
}
.why-kopama__check-list {
  max-width: 850px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.why-kopama__check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  line-height: 1.5;
}
.why-kopama__check-list li:last-child {
  border-bottom: 0;
}
.why-kopama__check-list li span {
  color: #ffce00;
  font-weight: 900;
}
.why-kopama__comparison {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.why-kopama__comparison-label {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.25rem 0.7rem;
  color: #ffce00;
  background: rgba(255, 206, 0, 0.12);
  border-radius: 0.4rem;
  font-weight: 700;
}
.why-kopama__comparison-card h3 {
  margin: 0 0 0.5rem;
}
.why-kopama__comparison-card ul {
  padding-left: 1.25rem;
}
.why-kopama__comparison-card ul li {
  margin-bottom: 0.5rem;
}
.why-kopama__comparison-card ul li::marker {
  color: #ffce00;
}
.why-kopama__comparison-car {
  color: rgba(255, 255, 255, 0.8);
}
.why-kopama__comparison-price {
  color: #7cff7c;
  font-size: 1.4rem;
  font-weight: 800;
}
.why-kopama__section-footer {
  margin: 1.5rem 0 0;
  text-align: center;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}
.why-kopama__fleet-item {
  text-align: center;
}
.why-kopama__fleet-item h3 {
  margin: 0 0 0.5rem;
  color: #ffce00;
}
.why-kopama__fleet-item p {
  margin: 0;
}
.why-kopama__center {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.why-kopama__instructors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}
.why-kopama__instructors img {
  display: block;
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 0.75rem;
}
.why-kopama__instructors-content h2 {
  margin-top: 0;
  color: #ffce00;
  font-size: 2rem;
}
.why-kopama__instructors-content p {
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}
.why-kopama__review {
  margin: 0;
}
.why-kopama__review blockquote {
  margin: 0 0 1rem;
  line-height: 1.6;
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
}
.why-kopama__review figcaption {
  color: #ffce00;
  font-weight: 700;
}
.why-kopama__steps {
  max-width: 850px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.why-kopama__step {
  display: flex;
  gap: 1.25rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.why-kopama__step:last-child {
  border-bottom: 0;
}
.why-kopama__step h3 {
  margin: 0 0 0.4rem;
}
.why-kopama__step p {
  margin: 0;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}
.why-kopama__step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  color: #0b1d3a;
  background: #ffce00;
  font-weight: 900;
}
.why-kopama__nearest-course {
  border-left: 4px solid #ffce00;
}
.why-kopama__faq {
  max-width: 900px;
  margin: 0 auto;
}
.why-kopama__faq-item {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.6rem;
  margin-bottom: 0.75rem;
  padding: 1rem 1.25rem;
}
.why-kopama__faq-item summary {
  cursor: pointer;
  color: #fff;
  font-weight: 700;
}
.why-kopama__faq-item p {
  margin: 1rem 0 0;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}
.why-kopama__cta {
  padding: 2.5rem;
  text-align: center;
}
.why-kopama__cta h2 {
  margin: 0 0 0.75rem;
  color: #ffce00;
  font-size: 2rem;
}
.why-kopama__cta p {
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.65;
}
.why-kopama__cta .why-kopama__actions {
  justify-content: center;
}
@media (max-width: 900px) {
  .why-kopama__hero, .why-kopama__instructors {
    grid-template-columns: 1fr;
  }
  .why-kopama__hero-image {
    min-height: 300px;
  }
  .why-kopama__stats-grid, .why-kopama__cards, .why-kopama__fleet-grid, .why-kopama__reviews {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .why-kopama {
    width: calc(100% - 1rem);
    margin: 1rem auto;
  }
  .why-kopama__hero-content, .why-kopama__section, .why-kopama__cta {
    padding: 1.25rem;
  }
  .why-kopama__hero-content {
    padding: 1.5rem;
  }
  .why-kopama__hero-image {
    min-height: 220px;
  }
  .why-kopama h1 {
    font-size: 2rem;
  }
  .why-kopama__section-header h2 {
    font-size: 1.5rem;
  }
  .why-kopama__stats-grid, .why-kopama__cards, .why-kopama__fleet-grid, .why-kopama__reviews, .why-kopama__comparison {
    grid-template-columns: 1fr;
  }
  .why-kopama__actions {
    flex-direction: column;
  }
  .why-kopama__actions .button {
    width: 100%;
    box-sizing: border-box;
  }
  .why-kopama__instructors-content h2 {
    font-size: 1.5rem;
  }
  .why-kopama__cta h2 {
    font-size: 1.5rem;
  }
}

.why-kopama-summary {
  width: calc(100% - 2rem);
  max-width: 1100px;
  margin: 2rem auto;
  padding: 1.75rem 2rem;
  color: #fff;
  background: rgba(11, 29, 58, 0.38);
  backdrop-filter: blur(15px) saturate(150%);
  -webkit-backdrop-filter: blur(15px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 1rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  box-sizing: border-box;
}
.why-kopama-summary__content {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 1.5rem;
}
.why-kopama-summary__content h2 {
  margin: 0 0 0.75rem;
  color: #ffce00;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.2;
}
.why-kopama-summary__content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.65;
}
.why-kopama-summary__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.why-kopama-summary__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  padding: 1rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.75rem;
  box-sizing: border-box;
}
.why-kopama-summary__item strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #ffce00;
  font-size: 1.35rem;
  line-height: 1.2;
}
.why-kopama-summary__item span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
  line-height: 1.35;
}
.why-kopama-summary__action {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.why-kopama-summary__action .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.7rem 1.4rem;
  color: #0b1d3a;
  background: #ffce00;
  border: 1px solid #ffce00;
  border-radius: 0.6rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.why-kopama-summary__action .button:hover {
  background: #ffe05a;
  transform: translateY(-2px);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.25);
}
@media (max-width: 700px) {
  .why-kopama-summary {
    width: calc(100% - 1rem);
    margin: 1rem auto;
    padding: 1.25rem;
  }
  .why-kopama-summary__items {
    grid-template-columns: 1fr;
  }
  .why-kopama-summary__item {
    min-height: auto;
  }
  .why-kopama-summary__action .button {
    width: 100%;
    box-sizing: border-box;
  }
}

.seo-content-section {
  background: rgba(11, 29, 58, 0.25);
  backdrop-filter: blur(15px) saturate(150%);
  -webkit-backdrop-filter: blur(15px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 3rem 2rem;
  color: #fff;
  max-width: 1000px;
  margin: 2rem auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

.seo-main-title {
  font-size: 2.2rem;
  font-weight: 800;
  text-align: center;
  color: #ffce00;
  margin-bottom: 2rem;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.seo-intro-text {
  text-align: center;
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto 2rem auto;
  line-height: 1.6;
}

.seo-section-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffce00;
  text-align: center;
  margin: 3rem 0 1.5rem 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

/* BENEFITY */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.benefit-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.benefit-card:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
}

.benefit-icon {
  font-size: 2rem;
  margin-bottom: 0.8rem;
}

.benefit-title {
  font-weight: 700;
  color: #ffce00;
  margin-bottom: 0.5rem;
}

.benefit-description {
  font-size: 1rem;
  color: #e0e0e0;
}

/* KROKI KURSU */
.course-steps {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.course-step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.08);
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.course-step:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-3px);
}

.step-number {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0b1d3a;
  background: linear-gradient(145deg, #ffce00, #e6b800);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(255, 206, 0, 0.3);
  flex-shrink: 0;
}

.step-title {
  font-weight: 700;
  color: #ffce00;
}

.step-description {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}

/* LOKALIZACJA */
.location-info {
  background: rgba(255, 255, 255, 0.08);
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.location-text {
  margin-bottom: 1rem;
  text-align: center;
}

.location-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.location-feature {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  color: #ffce00;
  font-weight: 600;
}

/* CTA */
.seo-cta {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.cta-title {
  color: #ffce00;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.cta-description {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.seo-btn {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.seo-btn-primary {
  background: linear-gradient(145deg, #ffce00, #e6b800);
  color: #0b1d3a;
  box-shadow: 0 6px 15px rgba(255, 206, 0, 0.4);
}

.seo-btn-primary:hover {
  background: linear-gradient(145deg, #ffe566, #ffce00);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 206, 0, 0.6);
}

.seo-btn-secondary {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 2px solid #ffce00;
}

.seo-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-3px);
  color: #ffce00;
}

.instructor {
  padding: 4rem 0;
  color: white !important;
}
.instructor__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.instructor__card {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px);
  border-radius: 24px;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}
.instructor__layout {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .instructor__layout {
    flex-direction: row;
  }
}
.instructor__photo-column {
  width: 100%;
}
@media (min-width: 1024px) {
  .instructor__photo-column {
    width: 41.666%;
  }
}
.instructor__photo-wrapper {
  position: relative;
}
.instructor__photo-wrapper:hover .instructor__photo-overlay {
  opacity: 1;
}
.instructor__photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 16px;
}
.instructor__photo-glow {
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  width: 6rem;
  height: 6rem;
  background: rgba(59, 130, 246, 0.2);
  border-radius: 50%;
  filter: blur(16px);
}
.instructor__photo-caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.instructor__button-container {
  margin-top: 3rem;
  text-align: center;
}
.instructor__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  color: white;
  background: linear-gradient(to right, #3b82f6, #8b5cf6);
  border-radius: 16px;
  font-weight: bold;
  font-size: 1.125rem;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
}
.instructor__button:hover {
  background: linear-gradient(to right, #2563eb, #7c3aed);
  transform: scale(1.05);
  border-color: rgba(255, 255, 255, 0.4);
}
.instructor__button-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.75rem;
}
.instructor__experience {
  margin-top: 1.5rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .instructor__experience {
    text-align: left;
  }
}
.instructor__experience-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: white;
  margin-right: 0.5rem;
}
.instructor__experience-text {
  display: inline-flex;
  align-items: center;
  background: rgba(59, 130, 246, 0.2);
  backdrop-filter: blur(8px);
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(59, 130, 246, 0.4);
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
}
.instructor__experience-text strong {
  color: rgb(191, 219, 254);
}
.instructor__content-column {
  width: 100%;
}
@media (min-width: 1024px) {
  .instructor__content-column {
    width: 58.333%;
  }
}
.instructor__header {
  margin-bottom: 2rem;
}
.instructor__title {
  font-size: 2.25rem;
  font-weight: bold;
  color: white;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .instructor__title {
    font-size: 3rem;
  }
}
.instructor__description {
  font-size: 1.125rem;
  color: rgb(229, 231, 235);
  line-height: 1.75;
}
.instructor__section {
  margin-bottom: 2rem;
}
.instructor__section-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: white;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.instructor__section-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: rgb(147, 197, 253);
  margin-right: 0.5rem;
}
.instructor__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.instructor__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background: rgba(59, 130, 246, 0.2);
  backdrop-filter: blur(8px);
  color: white;
  font-weight: 500;
  border-radius: 9999px;
  font-size: 0.875rem;
  border: 1px solid rgba(59, 130, 246, 0.5);
  transition: all 0.2s;
}
.instructor__tag:hover {
  transform: scale(1.05);
  background: rgba(59, 130, 246, 0.3);
}

.short-instructor__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--spacing-md);
}
.short-instructor__layout {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .short-instructor__layout {
    flex-direction: row;
    align-items: flex-start;
    gap: var(--spacing-xxl);
  }
}
.short-instructor {
  /* Lewa strona - tekst */
}
.short-instructor__content {
  flex: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .short-instructor__content {
    text-align: left;
  }
}
.short-instructor__team-text {
  font-size: var(--text-xl);
  font-weight: 700;
  color: white;
  margin-bottom: var(--spacing-md);
  line-height: 1.3;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .short-instructor__team-text {
    font-size: var(--text-xxl);
  }
}
.short-instructor__description {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  font-size: var(--text-lg);
  font-weight: 400;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: opacity 0.5s ease;
  min-height: 4.5em;
}
.short-instructor {
  /* Prawa strona - przycisk */
}
.short-instructor__button-container {
  flex-shrink: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .short-instructor__button-container {
    text-align: right;
  }
}
.short-instructor__button {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-sm);
  padding: var(--spacing-md) var(--spacing-lg);
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  color: white;
  text-decoration: none;
  border-radius: var(--border-radius-md);
  font-weight: 600;
  font-size: var(--text-md);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
.short-instructor__button:hover {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
  border-color: rgba(255, 255, 255, 0.3);
}
.short-instructor__button:active {
  transform: translateY(0);
}
.short-instructor__button-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}
.short-instructor {
  /* Responsywność */
}
@media (max-width: 767px) {
  .short-instructor__layout {
    text-align: center;
  }
  .short-instructor__button {
    width: 100%;
    justify-content: center;
  }
}

.voucher {
  color: white;
}
.voucher__accent {
  color: #f59e0b;
}
.voucher__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.voucher__button--cta {
  background-color: #ef4444;
  color: white;
}
.voucher__button--cta:hover {
  background-color: #dc2626;
}
.voucher__button--secondary {
  background-color: transparent;
  color: white;
}
.voucher__button--secondary:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.voucher__container {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.voucher__container--narrow {
  max-width: 64rem;
}
.voucher__hero {
  position: relative;
  background-size: cover;
  background-position: center;
}
.voucher__hero-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(109, 40, 217, 0.6);
}
.voucher__hero-content {
  position: relative;
  z-index: 10;
  max-width: 80rem;
  margin: 0 auto;
  padding: 7rem 1.5rem;
  text-align: center;
}
.voucher__hero-title {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .voucher__hero-title {
    font-size: 3rem;
  }
}
.voucher__hero-description {
  font-size: 1.125rem;
  max-width: 42rem;
  margin: 0 auto 2rem;
}
@media (min-width: 768px) {
  .voucher__hero-description {
    font-size: 1.25rem;
  }
}
.voucher__hero-image {
  max-width: 28rem;
  margin: 0 auto 2rem;
  animation: voucher-pulse 2s infinite;
}
.voucher__hero-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.voucher__section {
  padding: 4rem 1.5rem;
}
.voucher__section--examples {
  background-color: rgba(10, 10, 10, 0.3);
}
.voucher__section-title {
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .voucher__section-title {
    font-size: 2.25rem;
  }
}
.voucher__grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .voucher__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.voucher__card {
  background-color: #111827;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.voucher__card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.voucher__card-description {
  line-height: 1.6;
}
.voucher__examples {
  max-width: 48rem;
  margin: 0 auto;
}
.voucher__example-idea {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 0.5rem;
}
.voucher__example-idea:last-child {
  margin-bottom: 0;
}
.voucher__steps {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.8;
  list-style-position: inside;
  padding: 0;
}
.voucher__step {
  margin-bottom: 1rem;
  padding-left: 0;
}
.voucher__step:last-child {
  margin-bottom: 0;
}
.voucher__step-number {
  color: #f59e0b;
  font-weight: 700;
}
.voucher__step-text {
  margin-left: 0.25rem;
}

@keyframes voucher-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .voucher__hero-content {
    padding: 4rem 1rem;
  }
  .voucher__hero-title {
    font-size: 1.875rem;
  }
  .voucher__hero-description {
    font-size: 1rem;
  }
  .voucher__section {
    padding: 3rem 1rem;
  }
  .voucher__grid {
    grid-template-columns: 1fr;
  }
  .voucher__hero-actions {
    flex-direction: column;
    align-items: center;
  }
}
.price-list {
  position: relative;
  margin-bottom: 5rem;
  padding: 4rem 0;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #4c1d95 100%);
  color: white;
}
.price-list__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.price-list__header {
  text-align: center;
  margin-bottom: 4rem;
}
.price-list__subtitle {
  color: #bfdbfe;
  font-size: 1.0625rem;
  max-width: 40rem;
  margin: -0.5rem auto 0;
}
.price-list__title {
  font-weight: 700;
  margin-bottom: 1rem;
  background: linear-gradient(to right, white, #bfdbfe);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.price-list__title--main {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .price-list__title--main {
    font-size: 3rem;
  }
}
.price-list__title--secondary {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .price-list__title--secondary {
    font-size: 2.5rem;
  }
}
.price-list__group {
  margin-bottom: 3.5rem;
  padding: 2rem 1.25rem 0.5rem;
  border-radius: 1.75rem;
  background: var(--group-accent-soft, transparent);
  transition: background 0.3s ease;
}
.price-list__group:last-child {
  margin-bottom: 0;
}
.price-list__group--manual {
  --group-accent: #2563eb;
  --group-accent-dark: #1d4ed8;
  --group-accent-soft: rgba(37, 99, 235, 0.1);
}
.price-list__group--automat {
  --group-accent: #0d9488;
  --group-accent-dark: #0f766e;
  --group-accent-soft: rgba(13, 148, 136, 0.12);
}
.price-list__group--service {
  --group-accent: #d97706;
  --group-accent-dark: #b45309;
  --group-accent-soft: rgba(217, 119, 6, 0.12);
}
.price-list__group-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  font-size: 1.375rem;
  font-weight: 700;
  color: white;
  text-align: center;
  margin: 0 0 1.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--group-accent, rgba(255, 255, 255, 0.15));
}
@media (min-width: 768px) {
  .price-list__group-title {
    font-size: 1.625rem;
  }
}
.price-list__group-marker {
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: var(--group-accent, currentColor);
  box-shadow: 0 0 0 4px var(--group-accent-soft, transparent);
}
.price-list__grid {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: center; /* Centruje karty wewnątrz ich komórek */
  gap: 2rem;
}
@media (min-width: 768px) {
  .price-list__grid {
    /* auto-fit zwija puste kolumny, więc dwa produkty pozostają
       wyśrodkowane również na szerokim ekranie. */
    grid-template-columns: repeat(auto-fit, minmax(320px, 360px));
  }
}

.price-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%; /* Upewnij się, że karta wypełnia całą wysokość kolumny gridu */
  position: relative;
}
.price-card:hover .price-card__inner {
  transform: scale(1.05) rotate(1deg);
}
.price-card:hover .price-card__accent {
  transform: scale(1.1);
}
.price-card:hover .price-card__button {
  transform: translateY(-2px);
}
.price-card:hover .price-card__button-icon {
  transform: translateX(0.25rem);
}
.price-card__inner {
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(10px);
  border-radius: 1.5rem;
  overflow: hidden;
  height: 100%;
  transition: all 0.5s ease;
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-direction: column;
}
.price-card__content {
  padding: 2rem 2rem 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.price-card__accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  height: 8rem;
  background: linear-gradient(135deg, color-mix(in srgb, var(--group-accent, #3b82f6) 35%, transparent) 0%, color-mix(in srgb, var(--group-accent-dark, #9333ea) 35%, transparent) 100%);
  border-radius: 50%;
  transform: translate(4rem, -4rem);
  transition: transform 0.5s ease;
}
.price-card__number {
  position: relative;
  z-index: 10;
  margin-bottom: 1.5rem;
}
.price-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border: 1px solid var(--group-accent, rgba(255, 255, 255, 0.2));
  color: white;
  font-weight: 700;
  font-size: 1.125rem;
}
.price-card__body {
  position: relative;
  z-index: 10;
  flex: 1;
}
.price-card__name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: white;
  line-height: 1.2;
}
.price-card__category {
  color: #bfdbfe;
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.price-card__description {
  color: rgb(229, 231, 235);
  margin-bottom: 1.5rem;
  line-height: 1.6;
  flex: 1;
}
.price-card__pricing {
  margin-bottom: 1.5rem;
}
.price-card__price {
  font-size: 1.875rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.25rem;
}
.price-card__tax {
  font-size: 0.875rem;
  color: #bfdbfe;
}
.price-card__footer {
  position: relative;
  z-index: 10;
  margin-top: auto;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
}
.price-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 1.5rem;
  background: linear-gradient(to right, var(--group-accent, #2563eb), var(--group-accent-dark, #7c3aed));
  color: white;
  font-weight: 600;
  border-radius: 0.75rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.price-card__button:hover {
  filter: brightness(1.12);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
.price-card__button-text {
  margin-right: 0.5rem;
}
.price-card__button-icon {
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 0.3s ease;
}

@media (max-width: 767px) {
  .price-list {
    padding: 2rem 0;
    margin-bottom: 3rem;
  }
  .price-list__header {
    margin-bottom: 2rem;
  }
  .price-list__title--main {
    font-size: 2rem;
  }
  .price-list__title--secondary {
    font-size: 1.75rem;
  }
  .price-card__content {
    padding: 1.5rem;
  }
  .price-card__name {
    font-size: 1.25rem;
  }
  .price-card__price {
    font-size: 1.5rem;
  }
  .price-card__button {
    padding: 0.875rem 1.25rem;
  }
}
@supports not (backdrop-filter: blur(10px)) {
  .price-card__inner {
    background: rgba(15, 23, 42, 0.95);
  }
  .price-card__badge {
    background: rgba(15, 23, 42, 0.8);
  }
}
.price-card__old-price {
  font-size: 1.2rem;
  color: white;
  margin: 0;
}

.price-card__new-price {
  font-size: 2rem;
  color: #ff0000;
  font-weight: 800;
  margin: 5px 0 0;
  animation: price-pop 0.6s ease-out;
}

@keyframes price-pop {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.price-card__promo-reason {
  font-size: 0.9rem;
  color: whitesmoke;
  margin-top: 4px;
}

.price-card__promo-dates {
  font-size: 0.85rem;
  color: whitesmoke;
  margin-top: 2px;
}

.price-card__countdown {
  margin-top: 8px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #ff0040;
}

.kopama-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.8rem 1.4rem;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  border-radius: 9999px;
  text-decoration: none;
  color: #eaf2ff;
  box-shadow: 0 4px 12px rgba(0, 110, 255, 0.25), inset 0 0 8px rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
  position: relative;
  min-width: 220px;
  overflow: hidden;
}
.kopama-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -70%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: skewX(-20deg);
  transition: 0.8s;
}
.kopama-link:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(0, 115, 255, 0.15);
  box-shadow: 0 6px 18px rgba(0, 120, 255, 0.35), inset 0 0 12px rgba(255, 255, 255, 0.15);
}
.kopama-link:hover::before {
  left: 120%;
}
.kopama-link .kopama-title {
  position: relative;
  z-index: 1;
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 0 6px rgba(0, 160, 255, 0.4);
  text-transform: uppercase;
}

.timetable-full-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  column-gap: 1.75rem;
  row-gap: 1rem;
  margin: 2rem auto 0;
  padding: 0 1rem 0.5rem;
}
.timetable-full-link kopama-course-button {
  flex: 0 1 360px;
}

.price-list .price-list__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  width: min(100% - 2rem, 900px);
  margin: 2rem auto 0;
  text-align: initial;
}
.price-list .price-list__actions .price-list__action {
  width: 100%;
  min-width: 0;
  min-height: 76px;
  height: auto;
  padding: 0.9rem 1.1rem;
  white-space: normal;
  line-height: 1.35;
}
.price-list .price-list__actions .price-list__action--primary {
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  border-color: rgba(255, 255, 255, 0.35);
  border-left-color: #ffd000;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.price-list .price-list__actions .price-list__action--primary:hover {
  background: linear-gradient(135deg, #1d4ed8, #6d28d9);
}
.price-list .price-list__actions .price-list__action--guide {
  background: rgba(15, 23, 42, 0.78);
  border-color: rgba(255, 255, 255, 0.18);
  border-left-color: rgba(148, 163, 184, 0.7);
}
.price-list .price-list__actions .price-list__action--guide::before {
  opacity: 0.78;
}

@media (max-width: 720px) {
  .timetable-full-link {
    flex-direction: column;
    align-items: center;
    gap: 0.875rem;
  }
  .timetable-full-link kopama-course-button {
    flex: none;
    width: min(100%, 380px);
  }
  .price-list .price-list__actions {
    grid-template-columns: 1fr;
    width: min(100% - 1.5rem, 520px);
    gap: 0.75rem;
  }
  .price-list .price-list__actions .price-list__action {
    min-height: 68px;
  }
}
@media (max-width: 480px) {
  .kopama-link {
    min-width: 0;
    width: 100%;
    max-width: 280px;
    padding: 0.75rem 1.2rem;
  }
  .kopama-link .kopama-title {
    font-size: 0.9rem;
  }
  .timetable-full-link {
    margin-top: 1.5rem;
    padding-inline: 0.5rem;
  }
  .price-list .price-list__actions .price-list__action {
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 0.75rem;
    padding: 0.75rem;
    font-size: 0.92rem;
  }
  .price-list .price-list__actions .price-list__action::before {
    width: 38px;
    height: 38px;
    background-size: 20px 20px;
  }
}
.contact-section {
  padding: 2rem 0 6rem 0;
}
.contact-section .contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.contact-section .contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
}
@media (min-width: 768px) {
  .contact-section .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.contact-section .contact-info {
  border-radius: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}
.contact-section .contact-info h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.contact-section .contact-info .contact-details {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.contact-section .contact-info .contact-details .contact-item {
  color: white;
  font-size: 1.125rem;
  line-height: 1.6;
}
.contact-section .contact-info .contact-details .contact-item strong {
  font-weight: 600;
  display: block;
  margin-bottom: 0.25rem;
}
.contact-section .contact-info .contact-details .contact-item a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-section .contact-info .contact-details .contact-item a:hover {
  text-decoration: underline;
}
.contact-section .contact-info .contact-details .contact-item.telephone-contact a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: white;
}
.contact-section .contact-info .contact-details .contact-item.telephone-contact a:hover {
  text-decoration: none;
}
.contact-section .contact-info .contact-details .contact-item.telephone-contact a:hover span,
.contact-section .contact-info .contact-details .contact-item.telephone-contact a:hover .phone-number {
  text-decoration: underline;
}
.contact-section .contact-info .contact-details .contact-item.telephone-contact picture,
.contact-section .contact-info .contact-details .contact-item.telephone-contact svg,
.contact-section .contact-info .contact-details .contact-item.telephone-contact img {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  color: white;
  fill: currentColor;
}
.contact-section .contact-info .contact-details .contact-item.telephone-contact .phone-number {
  font-weight: 600;
}
.contact-section .contact-map {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 400px;
}
.contact-section .contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media (min-width: 768px) {
  .contact-section .contact-map {
    height: auto;
    aspect-ratio: 4/3;
  }
}

.elegant-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  color: #d0d0d0;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.25s ease;
  position: relative;
}

.elegant-link:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  padding-right: 40px;
}

.elegant-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  transition: all 0.25s ease;
}

.elegant-link:hover .elegant-icon {
  background: rgba(255, 0, 0, 0.2);
  transform: scale(1.05);
}

.elegant-link:hover .elegant-icon img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(100%) saturate(5000%) hue-rotate(0deg) brightness(90%) contrast(100%);
}

.elegant-hover {
  position: absolute;
  right: 16px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.25s ease;
  color: #ff6666;
}

.elegant-link:hover .elegant-hover {
  opacity: 1;
  transform: translateX(0);
}

.kopama-bottom-info {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 1rem 2rem;
  color: white;
  font-size: 0.875rem;
  margin-bottom: 5rem;
}
.kopama-bottom-info__link-autor {
  justify-self: start;
}
.kopama-bottom-info__link-policy {
  justify-self: center;
}
.kopama-bottom-info__all-rights-reserved {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.kopama-bottom-info a {
  color: #e5e7eb;
  text-decoration: none;
  transition: all 0.2s ease;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.kopama-bottom-info a:hover {
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .kopama-bottom-info {
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: center;
  }
  .kopama-bottom-info__link-autor, .kopama-bottom-info__link-policy, .kopama-bottom-info__all-rights-reserved {
    justify-self: center;
  }
}

.kopama-event * {
  max-width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.kopama-event p,
.kopama-event h1,
.kopama-event h2,
.kopama-event h3,
.kopama-event h4,
.kopama-event h5,
.kopama-event h6,
.kopama-event span,
.kopama-event div {
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
.kopama-event {
  position: relative;
  color: #fff;
  border-radius: 20px;
  margin: 0 auto 2rem auto;
  border: 2px solid #3b82f6;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(30px) saturate(160%);
  -webkit-backdrop-filter: blur(30px) saturate(160%);
  box-shadow: inset 0 0 60px rgba(59, 130, 246, 0.15), inset 0 0 40px rgba(255, 255, 255, 0.12), 0 10px 40px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  isolation: isolate;
  width: 100%;
  padding: 1rem;
}
@media (max-width: 480px) {
  .kopama-event {
    padding: 0.75rem;
    border-radius: 16px;
  }
}
@media (max-width: 360px) {
  .kopama-event {
    padding: 0.5rem;
    border-radius: 12px;
    margin-bottom: 1rem;
  }
}
@media (min-width: 40.0625rem) {
  .kopama-event {
    max-width: 54rem;
    padding: 1.5rem;
  }
}
@media (min-width: 75.0625rem) {
  .kopama-event {
    max-width: 67.5rem;
    padding: 2rem;
  }
}
.kopama-event-promotion {
  background: linear-gradient(135deg, #ff6b6b, #ee5a24);
  color: white;
  padding: 0.75rem 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.9rem;
  border-radius: 8px;
  margin: 0.75rem auto;
  max-width: 100%;
  box-shadow: 0 4px 12px rgba(238, 90, 36, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  animation: event-badge-pulse 2s infinite;
  border: 1px solid rgba(255, 255, 255, 0.2);
  word-break: break-word;
}
@media (max-width: 480px) {
  .kopama-event-promotion {
    padding: 0.6rem 0.8rem;
    font-size: 0.85rem;
    gap: 0.4rem;
    margin: 0.5rem auto;
  }
}
@media (max-width: 360px) {
  .kopama-event-promotion {
    padding: 0.5rem 0.6rem;
    font-size: 0.8rem;
    flex-direction: column;
    gap: 0.3rem;
  }
}
.kopama-event-promotion-icon {
  font-size: 1.4em;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
@media (max-width: 480px) {
  .kopama-event-promotion-icon {
    font-size: 1.2em;
  }
}
.kopama-event-promotion-text {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.kopama-event-container {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
  width: 100%;
  justify-items: center;
  text-align: center;
}
@media (max-width: 480px) {
  .kopama-event-container {
    gap: 1.5rem;
  }
}
@media (min-width: 56.0625rem) {
  .kopama-event-container {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    text-align: left;
    justify-items: stretch;
  }
}
.kopama-event-header {
  margin-bottom: 1.5rem;
}
@media (max-width: 480px) {
  .kopama-event-header {
    margin-bottom: 1rem;
  }
}
.kopama-event-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 1.5rem 0;
  flex-wrap: nowrap;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .kopama-event-nav {
    gap: 0.4rem;
    margin: 1rem 0;
  }
}
.kopama-event-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: #e2e8f0;
  text-decoration: none;
  width: 42px;
  height: 42px;
  min-width: 42px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  flex: 0 0 auto;
}
@media (max-width: 360px) {
  .kopama-event-nav-btn {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
}
.kopama-event-nav-btn svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 360px) {
  .kopama-event-nav-btn svg {
    width: 18px;
    height: 18px;
  }
}
.kopama-event-nav-btn:hover {
  background: rgba(59, 130, 246, 0.3);
  border-color: #3b82f6;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
.kopama-event-nav-btn:active {
  transform: translateY(0);
}
.kopama-event-nav-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  padding: 0.6rem 1rem;
  border-radius: 10px;
  font-weight: 700;
  border: 2px solid rgba(255, 255, 255, 0.3);
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
  min-width: 0;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .kopama-event-nav-date {
    padding: 0.5rem 0.6rem;
    font-size: 0.8rem;
    gap: 0.3rem;
    border-radius: 8px;
  }
}
@media (max-width: 360px) {
  .kopama-event-nav-date {
    padding: 0.4rem 0.5rem;
    font-size: 0.75rem;
  }
}
.kopama-event-nav-date::before {
  content: "📝";
  font-size: 1em;
}
@media (max-width: 360px) {
  .kopama-event-nav-date::before {
    display: none;
  }
}
.kopama-event-nav-date:hover {
  background: linear-gradient(135deg, #059669, #047857);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
}
.kopama-event-nav-date:active {
  transform: scale(0.98);
}
@media (max-width: 400px) {
  .kopama-event-nav {
    flex-direction: column;
    width: 100%;
  }
  .kopama-event-nav-btn, .kopama-event-nav-date {
    width: 100%;
    flex: 1 1 100%;
  }
}
@media (min-width: 401px) and (max-width: 480px) {
  .kopama-event-nav {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .kopama-event-nav-btn {
    flex: 0 1 25%;
    min-width: 60px;
  }
  .kopama-event-nav-date {
    flex: 1 1 50%;
    min-width: 120px;
  }
}
.kopama-event-title {
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.3;
  background: linear-gradient(135deg, #ffffff, #60a5fa);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  min-height: 3em;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  hyphens: auto;
}
@media (max-width: 480px) {
  .kopama-event-title {
    font-size: 1.5rem;
    min-height: 2.5em;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 360px) {
  .kopama-event-title {
    font-size: 1.3rem;
    min-height: 2em;
  }
}
@media (min-width: 56.0625rem) {
  .kopama-event-title {
    font-size: 2.5rem;
    min-height: 4em;
  }
}
@media (min-width: 992px) {
  .kopama-event-title {
    font-size: 3rem;
  }
}
.kopama-event .key-facts {
  background: rgba(0, 0, 0, 0.3);
  padding: 1rem;
  border-radius: 12px;
  margin: 1.5rem 0;
  border: 1px solid rgba(59, 130, 246, 0.3);
  text-align: center;
}
@media (max-width: 480px) {
  .kopama-event .key-facts {
    padding: 0.75rem;
    margin: 1rem 0;
  }
}
.kopama-event .key-facts-list {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0 0;
  text-align: left;
}
.kopama-event .key-facts-list li {
  padding: 0.3rem 0;
  font-size: 0.95rem;
}
@media (max-width: 480px) {
  .kopama-event .key-facts-list li {
    font-size: 0.85rem;
    padding: 0.2rem 0;
  }
}
.kopama-event .key-facts-list li strong {
  color: #60a5fa;
}
.kopama-event-countdown {
  background: rgba(0, 0, 0, 0.3);
  padding: 1rem;
  border-radius: 12px;
  border: 1px solid rgba(59, 130, 246, 0.3);
  margin: 1rem 0;
}
@media (max-width: 480px) {
  .kopama-event-countdown {
    padding: 0.75rem;
    margin: 0.75rem 0;
  }
}
.kopama-event-countdown-text {
  display: block;
  color: #cbd5e1;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
@media (max-width: 480px) {
  .kopama-event-countdown-text {
    font-size: 0.8rem;
  }
}
.kopama-event-timer {
  font-size: 1.25rem;
  font-weight: 700;
  color: #60a5fa;
}
@media (max-width: 480px) {
  .kopama-event-timer {
    font-size: 1.1rem;
  }
}
.kopama-event-description {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.05);
  padding: 1.25rem;
  border-radius: 12px;
  border-left: 4px solid #3b82f6;
  text-align: center;
  width: 100%;
}
@media (max-width: 480px) {
  .kopama-event-description {
    font-size: 0.9rem;
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 360px) {
  .kopama-event-description {
    font-size: 0.85rem;
    padding: 0.75rem;
  }
}
.kopama-event-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
  width: 100%;
}
@media (max-width: 480px) {
  .kopama-event-features {
    margin-bottom: 1rem;
  }
}
.kopama-event-feature {
  display: flex;
  align-items: center;
  padding: 0.875rem;
  margin-bottom: 0.5rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  width: 100%;
}
@media (max-width: 480px) {
  .kopama-event-feature {
    padding: 0.75rem;
    margin-bottom: 0.4rem;
  }
}
.kopama-event-feature:hover {
  background: rgba(59, 130, 246, 0.2);
  border-color: #3b82f6;
  transform: translateY(-2px);
}
.kopama-event-feature-icon {
  font-size: 1.1rem;
  margin-right: 0.75rem;
  min-width: 25px;
}
@media (max-width: 480px) {
  .kopama-event-feature-icon {
    font-size: 1rem;
    margin-right: 0.6rem;
    min-width: 20px;
  }
}
.kopama-event-feature-text {
  color: #e2e8f0;
  font-weight: 500;
  font-size: 0.95rem;
}
@media (max-width: 480px) {
  .kopama-event-feature-text {
    font-size: 0.85rem;
  }
}
.kopama-event-cta {
  margin-top: 1.5rem;
  text-align: center;
  width: 100%;
}
@media (max-width: 480px) {
  .kopama-event-cta {
    margin-top: 1rem;
  }
}
.kopama-event-urgency {
  font-size: 1rem;
  color: #fbbf24;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
  width: 100%;
}
@media (max-width: 480px) {
  .kopama-event-urgency {
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
  }
}
.kopama-event-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.5rem;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  width: 100%;
  font-size: 0.95rem;
  border: none;
  word-break: keep-all;
}
@media (max-width: 480px) {
  .kopama-event-btn {
    padding: 0.75rem 1.25rem;
    font-size: 0.85rem;
    gap: 0.4rem;
  }
}
@media (max-width: 360px) {
  .kopama-event-btn {
    padding: 0.6rem 1rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 40.0625rem) {
  .kopama-event-btn {
    width: auto;
    min-width: 200px;
  }
}
.kopama-event-btn-primary {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  color: white;
  animation: pulse-blue 2s infinite;
}
.kopama-event-btn-primary:hover {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}
.kopama-event-btn-primary:active {
  transform: scale(0.98);
}
.kopama-event-btn-secondary {
  background: transparent;
  color: #e2e8f0;
  border: 2px solid #475569;
}
.kopama-event-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #60a5fa;
  color: #ffffff;
  transform: translateY(-2px);
}
.kopama-event-btn-secondary:active {
  transform: scale(0.98);
  border-color: #3b82f6;
}
.kopama-event-spots {
  text-align: center;
  padding: 1rem;
  background: rgba(239, 68, 68, 0.1);
  border-radius: 10px;
  border: 1px solid rgba(239, 68, 68, 0.3);
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .kopama-event-spots {
    padding: 0.75rem;
    max-width: 100%;
  }
}
.kopama-event-spots-indicator {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.kopama-event-spots-progress {
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, #ef4444, #f87171);
  border-radius: 3px;
}
.kopama-event-spots-text {
  color: #fca5a5;
  font-weight: 600;
  font-size: 0.85rem;
}
@media (max-width: 480px) {
  .kopama-event-spots-text {
    font-size: 0.8rem;
  }
}
.kopama-event-images {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: start;
  justify-items: center;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 480px) {
  .kopama-event-images {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media (max-width: 480px) {
  .kopama-event-images {
    gap: 1rem;
  }
}
.kopama-event-image-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 1rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .kopama-event-image-item {
    padding: 0.75rem;
    border-radius: 10px;
  }
}
.kopama-event-image-item:hover {
  border-color: #3b82f6;
  transform: scale(1.02);
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.2);
}
.kopama-event-image-item img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.kopama-event-image-item > div {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: #cbd5e1;
  text-align: center;
}
@media (max-width: 480px) {
  .kopama-event-image-item > div {
    font-size: 0.8rem;
    margin-top: 0.5rem;
  }
}
.kopama-event-image-item details {
  margin-top: 0.5rem;
}
.kopama-event-image-item details .details-summary {
  font-size: 0.85rem;
  cursor: pointer;
  color: #60a5fa;
}
@media (max-width: 480px) {
  .kopama-event-image-item details .details-summary {
    font-size: 0.8rem;
  }
}
.kopama-event-image-item details .small {
  font-size: 0.8rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
@media (max-width: 480px) {
  .kopama-event-image-item details .small {
    font-size: 0.75rem;
  }
}

@keyframes event-badge-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(238, 90, 36, 0.7);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(238, 90, 36, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(238, 90, 36, 0);
  }
}
@keyframes pulse-blue {
  0% {
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(59, 130, 246, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);
  }
}
/* Główny kontener galerii */
.fleet-gallery {
  color: white;
  padding: var(--spacing-xl) var(--spacing-md);
}
.fleet-gallery__title {
  font-size: var(--text-xxl);
  font-weight: 700;
  text-align: center;
  margin-bottom: var(--spacing-xxl);
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media (min-width: 40.0625rem) {
  .fleet-gallery__title {
    font-size: 2.5rem;
  }
}
.fleet-gallery__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-xl);
  max-width: 67.5rem;
  margin: 0 auto;
}
@media (min-width: 30rem) {
  .fleet-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 37.5rem;
  }
}
@media (min-width: 40.0625rem) {
  .fleet-gallery__grid {
    max-width: 54rem;
  }
}
@media (min-width: 56.0625rem) {
  .fleet-gallery__grid {
    gap: var(--spacing-xxl);
  }
}
@media (min-width: 75.0625rem) {
  .fleet-gallery__grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: 67.5rem;
  }
}
@media (min-width: 96rem) {
  .fleet-gallery__grid {
    max-width: 81rem;
  }
}

.fleet-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px) saturate(180%);
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  margin: 0 auto;
  max-width: 22rem;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.fleet-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 20px rgba(59, 130, 246, 0.25), 0 0 40px rgba(59, 130, 246, 0.15);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.fleet-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(59, 130, 246, 0.6);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.45), 0 0 20px rgba(59, 130, 246, 0.3);
}
.fleet-card:hover::after {
  opacity: 1;
}
.fleet-card__image {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  height: 210px;
  padding: 0.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0.2) 100%);
  border-radius: 1rem 1rem 0 0;
}
.fleet-card__img {
  width: 100%;
  height: 100%;
  border-radius: 0.75rem;
  object-fit: cover;
  transition: transform 0.6s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 8px rgba(59, 130, 246, 0.15);
}
.fleet-card:hover .fleet-card__img {
  transform: scale(1.05);
  box-shadow: 0 0 18px rgba(59, 130, 246, 0.3);
}
.fleet-card__content {
  padding: var(--spacing-xl);
  text-align: center;
  color: white;
}
.fleet-card__name {
  font-size: var(--text-xl);
  font-weight: 700;
  margin-bottom: var(--spacing-sm);
  color: white;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
.fleet-card__description {
  color: rgba(255, 255, 255, 0.85);
  font-size: var(--text-sm);
  line-height: 1.6;
  margin-bottom: var(--spacing-lg);
}
.fleet-card__button {
  background: rgba(59, 130, 246, 0.15);
  border: 1px solid rgba(59, 130, 246, 0.4);
  border-radius: var(--border-radius-md);
  transition: all 0.3s ease;
  color: white;
}
.fleet-card__button:hover {
  background: rgba(59, 130, 246, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 0 12px rgba(59, 130, 246, 0.4);
}

.fleet-cars-steering-rotate-out {
  transform: rotateY(10deg) scale(0.98);
  opacity: 0;
  transition: all 0.3s ease;
}
.fleet-cars-steering-rotate-in {
  transform: rotateY(0deg) scale(1);
  opacity: 1;
  transition: all 0.5s ease;
}
.fleet-cars-gear-shift-out {
  transform: translateY(-10px);
  opacity: 0;
  transition: all 0.3s ease;
}
.fleet-cars-gear-shift-in {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s ease;
}
.fleet-cars-brake-press-out {
  transform: scale(1.05);
  opacity: 0;
  transition: all 0.2s ease-out;
}
.fleet-cars-brake-press-in {
  transform: scale(1);
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.25, 1.5, 0.5, 1);
}
.fleet-cars-mirror-check-out {
  transform: rotateY(8deg) translateX(-5px);
  opacity: 0;
  transition: all 0.3s ease;
}
.fleet-cars-mirror-check-in {
  transform: rotateY(0) translateX(0);
  opacity: 1;
  transition: all 0.6s ease;
}
.fleet-cars-lane-change-out {
  transform: translateX(-15px);
  opacity: 0;
  transition: all 0.3s ease;
}
.fleet-cars-lane-change-in {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.5s ease;
}
.fleet-cars-parallel-park-out {
  transform: translateX(20px) translateY(8px) scale(0.95);
  opacity: 0;
  transition: all 0.3s ease;
}
.fleet-cars-parallel-park-in {
  transform: translateX(0) translateY(0) scale(1);
  opacity: 1;
  transition: all 0.7s ease-in-out;
}

@media (max-width: 29.9375rem) {
  .fleet-gallery {
    padding: var(--spacing-lg) var(--spacing-sm);
  }
  .fleet-gallery__title {
    font-size: var(--text-xl);
    margin-bottom: var(--spacing-xl);
  }
  .fleet-card__content {
    padding: var(--spacing-md);
  }
  .fleet-card__name {
    font-size: var(--text-md);
  }
  .fleet-card__description {
    font-size: var(--text-xs);
  }
  .fleet-card__button {
    padding: var(--spacing-sm) var(--spacing-md);
    font-size: var(--text-sm);
  }
}
.fleet-card__img[loading=lazy] {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.05) 75%);
  background-size: 200% 100%;
  animation: loading 2s ease-in-out infinite;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.fleet-car-details {
  position: relative;
  width: min(100% - 2rem, 1200px);
  margin-inline: auto;
  padding: clamp(4.5rem, 7vw, 6.5rem) clamp(1rem, 3vw, 2rem) 8rem;
  box-sizing: border-box;
  overflow: hidden;
  color: white;
  background: rgba(255, 255, 255, 0.15);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
}
.fleet-car-details::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(59, 130, 246, 0.6) 50%, transparent 100%);
}
.fleet-car-details {
  /*
   * Obsługa zarówno wariantu z .layout__container,
   * jak i aktualnego EJS, w którym article sam jest kontenerem.
   */
}
.fleet-car-details > .layout__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.fleet-car-details__header, .fleet-car-details__content, .fleet-car-details__gallery, .fleet-car-details__info, .fleet-car-details__description {
  position: relative;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
}
.fleet-car-details__header {
  max-width: 900px;
  margin-inline: auto;
}
.fleet-car-details__title {
  max-width: 900px;
  margin: 0 auto var(--spacing-xl);
  padding: 0;
  color: white;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-align: center;
  text-shadow: 0 0 20px rgba(59, 130, 246, 0.6);
  background: linear-gradient(135deg, #fff 0%, #3b82f6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fleet-car-details__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-xxl);
}
.fleet-car-details {
  /* -----------------------------------------------------------------
   * Galeria
   * ----------------------------------------------------------------- */
}
.fleet-car-details__gallery {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
  max-width: 900px;
  margin-inline: auto;
}
.fleet-car-details__main-images {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  background: linear-gradient(145deg, #000 0%, #111 100%);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: var(--border-radius-lg);
  box-shadow: 0 0 40px rgba(59, 130, 246, 0.3), 0 0 100px rgba(59, 130, 246, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.fleet-car-details__image {
  position: relative;
  width: 100%;
  min-width: 0;
  border-radius: var(--border-radius-lg);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fleet-car-details__image figure,
.fleet-car-details__image picture {
  display: block;
  width: 100%;
  margin: 0;
}
.fleet-car-details__image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 72vh;
  object-fit: cover;
}
.fleet-car-details__image--active {
  z-index: 2;
  opacity: 1;
  transform: scale(1);
}
.fleet-car-details__image--inactive {
  z-index: 1;
  opacity: 0;
  transform: scale(1.025);
  pointer-events: none;
}
.fleet-car-details__image:focus-visible {
  outline: 3px solid #60a5fa;
  outline-offset: 4px;
}
.fleet-car-details {
  /*
   * Krótki podpis konkretnego zdjęcia.
   * EJS używa klasy .fleet-car-details__caption.
   */
}
.fleet-car-details__caption {
  margin: 0;
  padding: 0.55rem 1rem;
  color: rgba(255, 255, 255, 0.94);
  font-size: var(--text-sm);
  line-height: 1.45;
  background: rgba(0, 0, 0, 0.82);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.fleet-car-details__thumbnails {
  display: flex;
  justify-content: center;
  gap: var(--spacing-sm);
  width: 100%;
  min-width: 0;
  padding: var(--spacing-sm) 0.4rem;
  overflow-x: auto;
  overflow-y: visible;
  box-sizing: border-box;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}
.fleet-car-details__thumbnails::-webkit-scrollbar {
  height: 6px;
}
.fleet-car-details__thumbnails::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}
.fleet-car-details__thumbnails::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
  border-radius: 3px;
}
.fleet-car-details__thumb {
  position: relative;
  flex: 0 0 auto;
  width: 6.25rem;
  height: 4.75rem;
  padding: 0;
  overflow: hidden;
  scroll-snap-align: center;
  appearance: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  background: linear-gradient(145deg, #000 0%, #111 100%);
  border: 2px solid transparent;
  border-radius: var(--border-radius-sm);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.fleet-car-details__thumb::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.3) 0%, transparent 50%);
  transition: opacity 0.3s ease;
}
.fleet-car-details__thumb figure,
.fleet-car-details__thumb picture {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.fleet-car-details__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.fleet-car-details__thumb:hover {
  z-index: 2;
  border-color: rgba(59, 130, 246, 0.65);
  box-shadow: 0 0 20px rgba(59, 130, 246, 0.4), 0 4px 16px rgba(0, 0, 0, 0.4);
  transform: translateY(-2px) scale(1.05);
}
.fleet-car-details__thumb:hover::before {
  opacity: 1;
}
.fleet-car-details__thumb:hover img {
  transform: scale(1.08);
}
.fleet-car-details__thumb:focus-visible {
  z-index: 3;
  outline: 3px solid #60a5fa;
  outline-offset: 3px;
}
.fleet-car-details__thumb--active {
  z-index: 2;
  border-color: #3b82f6;
  box-shadow: 0 0 25px rgba(59, 130, 246, 0.7), 0 4px 20px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px) scale(1.06);
}
.fleet-car-details__thumb--active::before {
  opacity: 1;
}
.fleet-car-details {
  /* -----------------------------------------------------------------
   * Pełny opis strony samochodu
   * ----------------------------------------------------------------- */
}
.fleet-car-details__info, .fleet-car-details__description {
  max-width: 900px;
  margin: 2rem auto 0;
  padding: clamp(1.1rem, 2.5vw, 1.5rem);
  color: rgba(255, 255, 255, 0.94);
  font-size: var(--text-md);
  line-height: 1.7;
  overflow-wrap: anywhere;
  background: rgba(15, 15, 20, 0.72);
  border: 1px solid rgba(59, 130, 246, 0.25);
  border-radius: var(--border-radius-lg);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.32), 0 0 40px rgba(59, 130, 246, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.fleet-car-details__info h2,
.fleet-car-details__info h3, .fleet-car-details__description h2,
.fleet-car-details__description h3 {
  margin: 0 0 var(--spacing-md);
  color: white;
  line-height: 1.25;
}
.fleet-car-details__info p, .fleet-car-details__description p {
  margin: 0 0 var(--spacing-md);
}
.fleet-car-details__info p:last-child, .fleet-car-details__description p:last-child {
  margin-bottom: 0;
}
.fleet-car-details__info strong, .fleet-car-details__description strong {
  color: #60a5fa;
  font-weight: 600;
  text-shadow: 0 0 8px rgba(59, 130, 246, 0.3);
}
.fleet-car-details__info ul,
.fleet-car-details__info ol, .fleet-car-details__description ul,
.fleet-car-details__description ol {
  margin: 0 0 var(--spacing-md);
  padding-left: var(--spacing-xl);
}
.fleet-car-details__info li, .fleet-car-details__description li {
  margin-bottom: var(--spacing-sm);
}
.fleet-car-details__info li::marker, .fleet-car-details__description li::marker {
  color: #60a5fa;
}
.fleet-car-details__back-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-sm);
  width: fit-content;
  padding: var(--spacing-md) var(--spacing-xl);
  overflow: hidden;
  color: white;
  font-size: var(--text-lg);
  font-weight: 600;
  text-decoration: none;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(139, 92, 246, 0.1) 100%);
  border: 1px solid rgba(59, 130, 246, 0.4);
  border-radius: var(--border-radius-md);
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.fleet-car-details__back-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.2), transparent);
  transition: left 0.5s ease;
}
.fleet-car-details__back-button:hover {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.3) 0%, rgba(139, 92, 246, 0.2) 100%);
  border-color: rgba(59, 130, 246, 0.6);
  box-shadow: 0 0 25px rgba(59, 130, 246, 0.5), 0 4px 16px rgba(0, 0, 0, 0.3);
  transform: translateX(-4px);
}
.fleet-car-details__back-button:hover::before {
  left: 100%;
}
.fleet-car-details__back-button:focus-visible {
  outline: 3px solid #60a5fa;
  outline-offset: 3px;
}
.fleet-car-details {
  /* -----------------------------------------------------------------
   * Responsywność
   * ----------------------------------------------------------------- */
}
@media (max-width: 40.0625rem) {
  .fleet-car-details {
    width: min(100% - 1rem, 1200px);
    padding: clamp(3.75rem, 10vw, 5rem) var(--spacing-md) 8rem;
  }
  .fleet-car-details__title {
    margin-bottom: var(--spacing-lg);
    font-size: clamp(1.75rem, 8vw, 2.2rem);
  }
  .fleet-car-details__content {
    gap: var(--spacing-lg);
  }
  .fleet-car-details__image img {
    max-height: none;
  }
  .fleet-car-details__thumbnails {
    justify-content: flex-start;
  }
  .fleet-car-details__thumb {
    width: 5rem;
    height: 3.75rem;
  }
  .fleet-car-details__info, .fleet-car-details__description {
    margin-top: var(--spacing-xl);
    padding: var(--spacing-lg);
    font-size: var(--text-sm);
  }
  .fleet-car-details__back-button {
    padding: var(--spacing-sm) var(--spacing-lg);
    font-size: var(--text-md);
  }
}
@media (max-width: 480px) {
  .fleet-car-details {
    width: calc(100% - 0.5rem);
    padding-right: var(--spacing-sm);
    padding-left: var(--spacing-sm);
  }
  .fleet-car-details__caption {
    padding: 0.5rem 0.75rem;
    font-size: 0.82rem;
  }
  .fleet-car-details__description {
    font-size: 0.9rem;
  }
  .fleet-car-details__description p {
    text-align: left;
  }
  .fleet-car-details__info, .fleet-car-details__description {
    padding: var(--spacing-md);
  }
}

/* ---------------------------------------------------------------------
 * Skrócona prezentacja floty
 * --------------------------------------------------------------------- */
.fleet-details-preview__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-xl);
  max-width: 54rem;
  margin: 0 auto;
  padding: var(--spacing-xl) var(--spacing-md);
  color: white;
  text-align: center;
}
@media (min-width: 40.0625rem) {
  .fleet-details-preview__grid {
    gap: var(--spacing-xxl);
  }
}

.fleet-preview__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-sm);
  max-width: 700px;
  margin: 0 auto var(--spacing-xl);
  color: rgba(255, 255, 255, 0.9);
}
.fleet-preview__text h2 {
  display: inline-block;
  margin-bottom: var(--spacing-md);
  padding-bottom: 4px;
  color: white;
  font-size: var(--text-xxl);
  font-weight: 700;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
  border-bottom: 2px solid rgba(59, 130, 246, 0.6);
}
@media (min-width: 40.0625rem) {
  .fleet-preview__text h2 {
    font-size: 2.25rem;
  }
}
.fleet-preview__text h3 {
  color: rgba(255, 255, 255, 0.85);
  font-size: var(--text-lg);
  font-weight: 500;
  line-height: 1.5;
  transition: color 0.3s ease, transform 0.3s ease;
}
.fleet-preview__text h3:hover {
  color: rgba(59, 130, 246, 0.95);
  transform: translateX(6px);
}
@media (min-width: 40.0625rem) {
  .fleet-preview__text h3 {
    font-size: var(--text-xl);
  }
}

/* Karty w stylu galerii, bez konfliktu z .fleet-card. */
.fleet-details-preview__card {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  max-width: 20rem;
  margin: 0 auto;
  overflow: hidden;
  color: white;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
.fleet-details-preview__card:hover {
  border-color: rgba(59, 130, 246, 0.5);
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
  transform: translateY(-6px);
}
.fleet-details-preview__card .fleet-details-preview__image {
  padding: var(--spacing-sm);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.25));
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.fleet-details-preview__card .fleet-details-preview__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  transition: transform 0.4s ease;
}
.fleet-details-preview__card .fleet-details-preview__image:hover img {
  transform: scale(1.05);
}
.fleet-details-preview__card .fleet-details-preview__caption {
  display: block;
  padding: var(--spacing-md);
  color: white;
  font-size: var(--text-md);
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

/*
 * Zgodność ze starszymi szablonami używającymi .picture-description.
 * Nowy EJS powinien korzystać z .fleet-car-details__caption.
 */
.picture-description {
  margin: 0;
  padding: 0.55rem 1rem;
  color: rgba(255, 255, 255, 0.94);
  line-height: 1.45;
  background: rgba(0, 0, 0, 0.82);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.picture-description > *:last-child {
  margin-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .fleet-car-details__image,
  .fleet-car-details__thumb,
  .fleet-car-details__thumb img,
  .fleet-car-details__back-button,
  .fleet-details-preview__card,
  .fleet-details-preview__image img,
  .fleet-preview__text h3 {
    transition: none;
  }
  .fleet-car-details__thumb:hover,
  .fleet-car-details__thumb--active,
  .fleet-car-details__back-button:hover,
  .fleet-details-preview__card:hover,
  .fleet-details-preview__image:hover img,
  .fleet-preview__text h3:hover {
    transform: none;
  }
}
.short-fleet {
  color: white;
  padding: var(--spacing-xl) var(--spacing-md);
}
.short-fleet a {
  color: inherit;
  text-decoration: none;
}
.short-fleet a:hover, .short-fleet a:focus, .short-fleet a:active {
  color: inherit;
  text-decoration: none;
}
.short-fleet__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: var(--spacing-xl);
  max-width: 81rem;
  margin: 0 auto;
  justify-items: center;
}
@media (max-width: 29.9375rem) {
  .short-fleet__grid {
    grid-template-columns: 1fr;
    justify-items: center;
    max-width: 100%;
    padding: 0 var(--spacing-sm);
  }
}
@media (min-width: 30rem) {
  .short-fleet__grid {
    max-width: 37.5rem;
  }
}
@media (min-width: 40.0625rem) {
  .short-fleet__grid {
    max-width: 54rem;
  }
}
@media (min-width: 56.0625rem) {
  .short-fleet__grid {
    gap: var(--spacing-xxl);
  }
}
@media (min-width: 75.0625rem) {
  .short-fleet__grid {
    max-width: 67.5rem;
  }
}
@media (min-width: 96rem) {
  .short-fleet__grid {
    max-width: 81rem;
  }
}
.short-fleet h2 {
  font-size: var(--text-xxl);
  font-weight: 700;
  text-align: center;
  margin-bottom: var(--spacing-xxl);
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  grid-column: 1/-1;
}
@media (min-width: 40.0625rem) {
  .short-fleet h2 {
    font-size: 2.5rem;
  }
}
.short-fleet .fleet-preview__text {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-xl);
  grid-column: 1/-1;
}
.short-fleet .fleet-preview__text h3 {
  font-size: var(--text-md);
  font-weight: 500;
  color: #e6e6e6;
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--border-radius-sm);
  padding: var(--spacing-xs) var(--spacing-sm);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
}
.short-fleet .fleet-preview__text h3:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}
.short-fleet__card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px) saturate(180%);
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  max-width: 22rem;
  width: 100%;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
@media (max-width: 29.9375rem) {
  .short-fleet__card {
    max-width: 20rem;
  }
}
.short-fleet__card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 20px rgba(59, 130, 246, 0.25), 0 0 40px rgba(59, 130, 246, 0.15);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.short-fleet__card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(59, 130, 246, 0.6);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.45), 0 0 20px rgba(59, 130, 246, 0.3);
}
.short-fleet__card:hover::after {
  opacity: 1;
}
.short-fleet__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: var(--border-radius-lg);
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  width: 100%;
  padding: 0;
}
.short-fleet__button:hover {
  transform: none;
  background: transparent;
  box-shadow: none;
}
.short-fleet__image {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  height: 210px;
  padding: 0.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0.2) 100%);
  border-radius: 1rem 1rem 0 0;
}
.short-fleet__image img {
  width: 100%;
  height: 100%;
  border-radius: 0.75rem;
  object-fit: cover;
  transition: transform 0.6s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 8px rgba(59, 130, 246, 0.15);
}
.short-fleet__card:hover .short-fleet__image img {
  transform: scale(1.05);
  box-shadow: 0 0 18px rgba(59, 130, 246, 0.3);
}
.short-fleet__image img[loading=lazy] {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.05) 75%);
  background-size: 200% 100%;
  animation: loading 2s ease-in-out infinite;
}
.short-fleet__caption {
  display: block;
  text-align: center;
  font-weight: 600;
  padding: var(--spacing-xl);
  font-size: var(--text-xl);
  color: white;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  background: transparent;
  border: none;
  transition: all 0.3s ease;
}
.short-fleet__caption:hover {
  color: #ffffff;
  background: transparent;
}
@media (max-width: 29.9375rem) {
  .short-fleet {
    padding: var(--spacing-lg) var(--spacing-sm);
  }
  .short-fleet h2 {
    font-size: var(--text-xl);
    margin-bottom: var(--spacing-xl);
  }
  .short-fleet .fleet-preview__text h3 {
    font-size: var(--text-sm);
    padding: var(--spacing-xs);
  }
  .short-fleet__caption {
    padding: var(--spacing-md);
    font-size: var(--text-md);
  }
  .short-fleet__image {
    height: 180px;
  }
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.breadcrumb-wrapper {
  position: relative;
  z-index: 49;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0.75rem 1rem;
  background: transparent;
  color: #1f2937;
  font-size: 0.9rem;
}
.breadcrumb__body {
  display: flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 0.65rem 1.1rem;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.breadcrumb__link {
  display: inline-flex;
  align-items: center;
  padding: 0.1rem 0.2rem;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}
.breadcrumb__link:hover {
  color: #dbeafe;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.breadcrumb__current {
  display: inline-flex;
  align-items: center;
  padding: 0.1rem 0.2rem;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 400;
  cursor: default;
}
.breadcrumb__icon-home {
  width: 15px;
  height: 15px;
  margin-right: 6px;
  fill: currentColor;
}
.breadcrumb__separator {
  width: 11px;
  height: 11px;
  margin: 0 0.5rem;
  color: rgba(255, 255, 255, 0.7);
  fill: currentColor;
}

@media (max-width: 640px) {
  .breadcrumb-wrapper {
    justify-content: center;
    padding: 0.5rem 0.75rem;
  }
  .breadcrumb__body {
    padding: 0.55rem 0.85rem;
    border-radius: 14px;
  }
}
.lit__container {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 100%;
  min-height: 200px;
}
.lit {
  /* Wszystkie slajdy nakładamy jeden na drugi */
}
.lit__picture {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}
.lit {
  /* Aktywny slajd */
}
.lit__picture.lit-active {
  opacity: 1;
  pointer-events: auto;
}
.lit {
  /* Obrazy skalują się tak jak w sliderach */
}
.lit__image {
  width: auto;
  height: 100%;
  object-fit: contain;
  display: block;
}

lit-animated-picture {
  display: block;
  /* Ustaw wymiary kontenera! Np. height: 400px; */
  overflow: hidden;
}

.lit__container {
  position: relative;
  width: 100%;
  height: 100%;
}

.lit__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; /* Domyślnie ukryty */
  transition: opacity 0.1s;
  z-index: 0;
}

.lit__picture.lit-active {
  opacity: 1;
  z-index: 1;
}

.lit__image,
.lit__picture picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Kontener główny animowanego slideshow */
.bg-animation {
  position: fixed; /* bg-animation ma być w tle */
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -10;
  background-color: #111111; /* ciemne, neutralne tło gdy brak obrazów */
}

/* Warstwy tła w slideshow */
.bg-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  will-change: opacity, transform; /* Dodajemy transform, jeśli używasz zoomu */
  /* DODAJ BLUR() TUTAJ */
  /* Zmień 0.35 na pożądaną jasność, a 1.2 na kontrast */
  /* Dodaj blur(5px) dla delikatnego rozmycia, lub blur(10px) dla mocniejszego */
  filter: brightness(0.5) contrast(1.2);
}

/* Warstwa pierwsza zawsze widoczna */
.bg1 {
  opacity: 1;
  pointer-events: none;
}

/* Warstwa druga (pozostawiamy by działało przełączanie) */
.bg2 {
  opacity: 0;
  pointer-events: none;
}

/* Nakładka gradientowa */
.bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
  pointer-events: none;
  z-index: 2;
}

/* Warstwa spadających obrazów */
.bg-fall-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

/* Pojedynczy spadający obraz */
.falling-img {
  position: absolute;
  will-change: transform, opacity;
  opacity: 0.7;
}

/* ===========================================================
   BASE VARIABLES (nadpisywane w motywach)
=========================================================== */
/* ===========================================================
   MIXINS
=========================================================== */
/* ===========================================================
   ANIMATIONS
=========================================================== */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ===========================================================
   BASE BLOCK: .statistics
=========================================================== */
.statistics {
  font-family: system-ui, sans-serif;
  padding: 20px;
  border-radius: 20px;
  margin: 20px 0;
  --stat-bg: #fff;
  --stat-bg-secondary: #f7f7f7;
  --stat-border: #ddd;
  --stat-text: #111;
  --stat-green: #0a7a0a;
  --stat-green-rgb: 10, 122, 10;
  background: var(--stat-bg);
  color: var(--stat-text);
  border: 1px solid var(--stat-border);
  /* --- WIDOKI --- */
}
.statistics [data-view-desktop] {
  display: block;
}
.statistics [data-view-mobile] {
  display: none;
}
.statistics {
  /* --- Główne klasy użyte w szablonie --- */
}
.statistics__grid {
  display: grid;
}
.statistics__hidden {
  display: none !important;
}
.statistics__link {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}
.statistics__link:hover {
  color: var(--stat-green);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.statistics__header {
  text-align: center;
  margin-bottom: 25px;
}
.statistics__title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.statistics__subtitle {
  font-size: 1rem;
  opacity: 0.75;
}
.statistics__rate-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 32px;
  margin: 4px 0 28px;
}
.statistics__rate-card {
  text-align: center;
  flex: 1 1 200px;
  max-width: 260px;
}
.statistics__rate-card-label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.6;
}
.statistics__rate-card-value {
  margin: 6px 0;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.15;
  color: #d97706;
}
.statistics__rate-card-unit {
  font-size: 0.55em;
  font-weight: 600;
  opacity: 0.85;
}
.statistics__rate-card-meta {
  font-size: 0.78rem;
  opacity: 0.5;
}
.statistics__data-container {
  margin-bottom: 25px;
}
.statistics {
  /* =======================================================
     TABLE STYLES (WIDOK DESKTOPOWY)
  ======================================================= */
}
.statistics__table-wrapper {
  overflow-x: auto;
  margin-bottom: 25px;
  border-radius: 16px;
  padding: 8px;
  background: var(--stat-bg-secondary);
  border: 1px solid var(--stat-border);
  -webkit-overflow-scrolling: touch;
}
.statistics__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  min-width: 600px; /* Minimalna szerokość dla scrollowania */
}
.statistics__table-heading {
  padding: 12px 16px;
  border: 1px solid var(--stat-border);
  box-sizing: border-box;
  white-space: normal;
  min-width: 90px;
  font-weight: 600;
  background: var(--stat-bg-secondary);
  text-align: center;
  vertical-align: middle;
}
.statistics__table-heading--sticky {
  position: sticky;
  left: 0;
  z-index: 10;
  background: var(--stat-bg);
  min-width: 160px;
  max-width: 220px;
  white-space: normal;
  word-break: break-word;
  font-weight: 600;
}
.statistics__table-heading--highlight {
  font-weight: 800;
  color: var(--stat-green);
  border: 2px solid white;
}
.statistics__row td:nth-child(2) {
  color: var(--stat-green);
  border: 1px dotted white;
}
.statistics__row:nth-child(even) {
  background: var(--stat-bg-secondary);
}
.statistics__row:hover {
  background: rgba(var(--stat-green-rgb), 0.05);
}
.statistics__row:hover .statistics__cell--sticky {
  background: rgba(var(--stat-green-rgb), 0.05);
}
.statistics__cell {
  padding: 12px 16px;
  border: 1px solid var(--stat-border);
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: background-color 0.2s ease;
}
.statistics__cell--left {
  text-align: left;
}
.statistics__cell--center {
  text-align: center;
}
.statistics__cell--number {
  text-align: center;
  min-width: 70px;
  font-family: "Monaco", "Menlo", "Consolas", monospace;
}
.statistics__cell {
  /* Delta classes */
}
.statistics__cell--delta-positive {
  color: var(--stat-green);
  font-weight: 600;
}
.statistics__cell--delta-negative {
  color: #dc3545;
  font-weight: 600;
}
.statistics__cell--delta-neutral {
  opacity: 0.7;
}
.statistics__cell {
  /* Sticky cells */
}
.statistics__cell--sticky {
  position: sticky;
  left: 0;
  z-index: 9;
  background: var(--stat-bg);
  white-space: normal;
  word-break: break-word;
  min-width: 160px;
  max-width: 220px;
}
.statistics {
  /* =======================================================
     CARD STYLES (WIDOK MOBILNY)
  ======================================================= */
}
.statistics__view-cards {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.statistics__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 16px;
  margin-top: 0;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}
.statistics__card {
  background: var(--stat-bg);
  border: 1px solid var(--stat-border);
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  min-width: 0;
  overflow: visible;
  animation: fadeIn 0.4s ease-out forwards;
}
.statistics__card:nth-child(1) {
  animation-delay: 0.05s;
}
.statistics__card:nth-child(2) {
  animation-delay: 0.1s;
}
.statistics__card:nth-child(3) {
  animation-delay: 0.15s;
}
.statistics__card:nth-child(4) {
  animation-delay: 0.2s;
}
.statistics__card:nth-child(5) {
  animation-delay: 0.25s;
}
.statistics__card:nth-child(6) {
  animation-delay: 0.3s;
}
.statistics__card:nth-child(7) {
  animation-delay: 0.35s;
}
.statistics__card:nth-child(8) {
  animation-delay: 0.4s;
}
.statistics__card:nth-child(9) {
  animation-delay: 0.45s;
}
.statistics__card:nth-child(10) {
  animation-delay: 0.5s;
}
.statistics__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-color: var(--stat-green);
}
.statistics__card--summary {
  background: rgba(var(--stat-green-rgb), 0.08);
  border: 2px solid var(--stat-green);
  box-shadow: 0 4px 12px rgba(var(--stat-green-rgb), 0.15);
}
.statistics__card--summary .statistics__card-title {
  color: var(--stat-green);
  font-weight: 700;
}
.statistics__card--summary:hover {
  box-shadow: 0 8px 32px rgba(var(--stat-green-rgb), 0.2);
}
.statistics__card-header {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--stat-border);
}
.statistics__card-title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--stat-text);
}
.statistics__card-title a {
  color: inherit;
  text-decoration: none;
}
.statistics__card-title a:hover {
  color: var(--stat-green);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.statistics__card-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.statistics__card-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
.statistics__card-row:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.statistics--dark .statistics__card-row:not(:last-child), .statistics--dark-clean .statistics__card-row:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.statistics__card-label {
  font-size: 0.95rem;
  color: var(--stat-text);
  opacity: 0.8;
  flex: 1;
  padding-right: 12px;
  font-weight: 500;
}
.statistics__card-value {
  font-weight: 600;
  font-size: 1.15rem;
  text-align: right;
  min-width: 70px;
  white-space: nowrap;
}
.statistics__card-value.statistics__cell--delta-positive {
  color: var(--stat-green);
}
.statistics__card-value.statistics__cell--delta-negative {
  color: #dc3545;
}
.statistics__card-value.statistics__cell--delta-neutral {
  opacity: 0.7;
}
.statistics {
  /* =======================================================
     VERSIONS
  ======================================================= */
}
.statistics__versions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
  padding: 16px;
  font-size: 0.9rem;
  background: var(--stat-bg-secondary);
  border-radius: 12px;
  border: 1px solid var(--stat-border);
}
.statistics__version-item {
  padding: 8px 12px;
  border-radius: 8px;
  background: var(--stat-bg);
  border: 1px solid var(--stat-border);
  transition: all 0.2s ease;
}
.statistics__version-item:hover {
  background: rgba(var(--stat-green-rgb), 0.1);
  border-color: var(--stat-green);
  transform: translateY(-2px);
}
.statistics__version-item span {
  font-weight: 600;
  color: var(--stat-green);
}
.statistics .icon--white {
  filter: invert(1) hue-rotate(180deg);
  margin-right: 5px;
}
.statistics {
  /* =======================================================
     THEMES (MODYFIKATORY BLOKU)
  =========================================================== */
}
.statistics--light {
  --stat-bg: #ffffff;
  --stat-bg-secondary: #f8f9fa;
  --stat-border: #e9ecef;
  --stat-text: #212529;
  --stat-green: #0a7a0a;
  --stat-green-rgb: 10, 122, 10;
}
.statistics--dark {
  --stat-bg: #1a1a1f;
  --stat-bg-secondary: #2b2b33;
  --stat-border: #3b3b42;
  --stat-text: #e6e6e6;
  --stat-green: #32d96c;
  --stat-green-rgb: 50, 217, 108;
}
.statistics--dark .statistics__card {
  background: #2b2b33;
  border-color: #3b3b42;
}
.statistics--dark .statistics__card--summary {
  background: rgba(50, 217, 108, 0.15);
  border-color: var(--stat-green);
}
.statistics--dark .statistics__versions {
  background: #2b2b33;
  border-color: #3b3b42;
}
.statistics--dark .statistics__version-item {
  background: #1a1a1f;
  border-color: #3b3b42;
}
.statistics--dark .statistics__version-item:hover {
  background: rgba(50, 217, 108, 0.2);
}
.statistics--dark-clean {
  --stat-bg: transparent;
  --stat-bg-secondary: transparent;
  --stat-border: rgba(255, 255, 255, 0.15);
  --stat-text: white;
  --stat-green: #2fe279;
  --stat-green-rgb: 47, 226, 121;
  backdrop-filter: blur(10px);
}
.statistics--dark-clean .statistics__table-wrapper {
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}
.statistics--dark-clean .statistics__card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
}
.statistics--dark-clean .statistics__card:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(47, 226, 121, 0.4);
}
.statistics--dark-clean .statistics__card--summary {
  background: rgba(47, 226, 121, 0.18);
  border-color: rgba(47, 226, 121, 0.4);
  backdrop-filter: blur(8px);
}
.statistics--dark-clean .statistics__card--summary:hover {
  background: rgba(47, 226, 121, 0.22);
}
.statistics--dark-clean .statistics__card-header {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}
.statistics--dark-clean .statistics__versions {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
}
.statistics--dark-clean .statistics__version-item {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}
.statistics--dark-clean .statistics__version-item:hover {
  background: rgba(47, 226, 121, 0.25);
  border-color: rgba(47, 226, 121, 0.4);
}
.statistics {
  /* =======================================================
     RESPONSIVE BREAKPOINTS (ZAGNIEŻDŻONE W BLOKU)
  ======================================================= */
}
@media (max-width: 1024px) {
  .statistics {
    padding: 16px;
  }
  .statistics__table-heading--sticky {
    min-width: 140px;
  }
  .statistics__cell--number {
    min-width: 65px;
  }
}
.statistics {
  /* Przełączanie na cards */
}
@media (max-width: 904px) {
  .statistics [data-view-desktop] {
    display: none;
  }
  .statistics [data-view-mobile] {
    display: block;
  }
  .statistics__cards {
    gap: 14px;
  }
  .statistics__card {
    padding: 18px;
  }
  .statistics__card-title {
    font-size: 1.15rem;
  }
}
@media (max-width: 650px) {
  .statistics {
    padding: 14px;
  }
  .statistics__cards {
    gap: 12px;
  }
  .statistics__card {
    padding: 16px;
  }
  .statistics__card-title {
    font-size: 1.1rem;
  }
  .statistics__card-label {
    font-size: 0.9rem;
  }
  .statistics__card-value {
    font-size: 1.05rem;
  }
  .statistics__versions {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 14px;
  }
}
@media (max-width: 480px) {
  .statistics {
    padding: 12px;
    border-radius: 16px;
  }
  .statistics__cards {
    gap: 10px;
  }
  .statistics__card {
    padding: 14px;
    border-radius: 10px;
  }
  .statistics__card-header {
    margin-bottom: 12px;
    padding-bottom: 10px;
  }
  .statistics__card-title {
    font-size: 1.05rem;
    line-height: 1.3;
  }
  .statistics__card-content {
    gap: 10px;
  }
  .statistics__card-row {
    padding: 6px 0;
  }
  .statistics__card-label {
    font-size: 0.85rem;
    padding-right: 8px;
  }
  .statistics__card-value {
    font-size: 1rem;
    min-width: 60px;
  }
  .statistics__versions {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px;
  }
}
@media (max-width: 275px) {
  .statistics {
    padding: 5px;
  }
  .statistics__card {
    padding: 12px;
  }
  .statistics__card-title {
    font-size: 1rem;
  }
  .statistics__card-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 8px 0;
  }
  .statistics__card-label, .statistics__card-value {
    width: 100%;
    text-align: left;
  }
  .statistics__card-value {
    padding-left: 8px;
    font-size: 1.1rem;
    min-width: auto;
  }
  .statistics__card--summary .statistics__card-title {
    font-size: 1.1rem;
  }
}

/* ===========================================================
   REAKTYWNE NADPISANIE MOTYWU — niezależne od statycznej klasy
   .statistics--light / .statistics--dark, którą EJS ustala RAZ,
   po stronie serwera (statistics-table.ejs, zmienna `theme`)
   i która NIE aktualizuje się po kliknięciu przełącznika
   jasny/ciemny — bo ten komponent nie wiedział nic o atrybucie
   [data-theme], którym reszta strony reaguje na przełącznik.

   Poniższe reguły są celowo na SAMYM KOŃCU pliku, więc w kaskadzie
   CSS wygrywają nad .statistics--light / .statistics--dark
   niezależnie od tego, którą z tamtych klas wyrenderował serwer —
   i faktycznie podążają za żywym stanem motywu całej strony.
=========================================================== */
[data-theme=light] .statistics {
  --stat-bg: #ffffff;
  --stat-bg-secondary: #f8f9fa;
  --stat-border: #e9ecef;
  --stat-text: #212529;
  --stat-green: #0a7a0a;
  --stat-green-rgb: 10, 122, 10;
}

[data-theme=dark] .statistics {
  --stat-bg: #1a1a1f;
  --stat-bg-secondary: #2b2b33;
  --stat-border: #3b3b42;
  --stat-text: #e6e6e6;
  --stat-green: #32d96c;
  --stat-green-rgb: 50, 217, 108;
}
[data-theme=dark] .statistics .statistics__card {
  background: #2b2b33;
  border-color: #3b3b42;
}
[data-theme=dark] .statistics .statistics__card--summary {
  background: rgba(50, 217, 108, 0.15);
  border-color: var(--stat-green);
}
[data-theme=dark] .statistics .statistics__versions {
  background: #2b2b33;
  border-color: #3b3b42;
}
[data-theme=dark] .statistics .statistics__version-item {
  background: #1a1a1f;
  border-color: #3b3b42;
}
[data-theme=dark] .statistics .statistics__version-item:hover {
  background: rgba(50, 217, 108, 0.2);
}

.statistics__redirects {
  margin-block: 2rem;
}
.statistics__redirects > p {
  max-width: 85ch;
  line-height: 1.6;
  opacity: 0.85;
}
.statistics__redirects summary {
  cursor: pointer;
  padding-block: 0.75rem;
  overflow-wrap: anywhere;
}
.statistics__redirects summary:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
.statistics__redirects .statistics__redirect-domain {
  border-bottom: 1px solid currentColor;
  padding-block: 0.25rem;
}
.statistics__redirects .statistics__redirect-domain > summary {
  font-weight: 600;
}
.statistics__redirects .statistics__redirect-domain > details {
  margin-inline-start: 1rem;
}

.privacy-policy {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1rem;
  line-height: 1.7;
}
.privacy-policy--with-statistic {
  position: relative;
}
.privacy-policy__title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  text-align: left;
}
@media (min-width: 768px) {
  .privacy-policy__title {
    margin-bottom: 2rem;
  }
}
.privacy-policy__content {
  padding: 1.5rem 1.75rem;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
  font-size: 1rem;
}
.privacy-policy__content p {
  margin: 0 0 1.2rem 0;
}
.privacy-policy__content h2,
.privacy-policy__content h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.3;
}
.privacy-policy__content h2 {
  font-size: clamp(1.3rem, 3vw, 1.7rem);
}
.privacy-policy__content h3 {
  font-size: clamp(1.15rem, 2.5vw, 1.4rem);
}
.privacy-policy__content ul,
.privacy-policy__content ol {
  margin: 1rem 0 1.5rem 1.2rem;
  padding-left: 1rem;
}
.privacy-policy__content ul li,
.privacy-policy__content ol li {
  margin-bottom: 0.5rem;
}

.statistics-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.58fr);
  align-items: center;
  gap: clamp(1.5rem, 5vw, 4rem);
  margin-bottom: 2rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.94), rgba(245, 243, 255, 0.94));
}
.statistics-page-hero__eyebrow {
  margin: 0 0 0.55rem;
  color: #2563eb;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.statistics-page-hero__title {
  color: #212529;
  margin-bottom: 0.8rem;
}
.statistics-page-hero__lead {
  max-width: 62ch;
  margin: 0;
  color: #52647a;
}
.statistics-page-hero__illustration {
  width: min(100%, 360px);
  justify-self: end;
  color: #94a3b8;
}
.statistics-page-hero__window {
  fill: rgba(255, 255, 255, 0.78);
  stroke: rgba(37, 99, 235, 0.18);
  stroke-width: 2;
}
.statistics-page-hero__illustration > circle:not(.statistics-page-hero__point) {
  fill: currentColor;
  opacity: 0.55;
}
.statistics-page-hero__axis {
  fill: none;
  stroke: #cbd5e1;
  stroke-width: 2;
}
.statistics-page-hero__bar {
  fill: url("#statistics-gradient");
  opacity: 0.76;
}
.statistics-page-hero__trend {
  fill: none;
  stroke: #0f766e;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5;
}
.statistics-page-hero__point {
  fill: #0f766e;
  stroke: #ffffff;
  stroke-width: 4;
}

@media (max-width: 760px) {
  .statistics-page-hero {
    grid-template-columns: 1fr;
  }
  .statistics-page-hero__illustration {
    width: min(100%, 300px);
    justify-self: center;
  }
}
.theme-light .privacy-policy {
  color: #222;
}
.theme-light .privacy-policy__title {
  color: #222;
}
.theme-light .privacy-policy__content {
  background: #ffffff;
  color: #222;
}

.theme-dark .privacy-policy {
  color: #ffffff;
}
.theme-dark .privacy-policy__title {
  color: #ffffff;
}
.theme-dark .privacy-policy__content {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.theme-dark-clean .privacy-policy {
  color: #ffffff;
}
.theme-dark-clean .privacy-policy__title {
  color: #ffffff;
}
.theme-dark-clean .privacy-policy__content {
  background: none;
  box-shadow: none;
  color: #ffffff;
}