/*!
Theme Name: Cleveries
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/
Description: Cleveries theme.
Template: kava
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cleveries
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: cleveries
Template Id: prod-25518
*/

#toTop {
	cursor: pointer;
}
/* domyślnie ukryj oba tylko na single wydarzenia */
body.single-wydarzenie .header-szkola,
body.single-wydarzenie .header-przedszkole {
    display: none !important;
}

/* pokaż właściwy header dla szkoły */
body.single-wydarzenie.event-facility-szkola-podstawowa .header-szkola {
    display: block !important;
}

/* pokaż właściwy header dla przedszkola */
body.single-wydarzenie.event-facility-przedszkole .header-przedszkole {
    display: block !important;
}

/* Na archiwach galerii domyślnie ukryj oba warianty */
body.taxonomy-galeria-kategoria-view .header-variant-szkola,
body.taxonomy-galeria-kategoria-view .header-variant-przedszkole {
    display: none !important;
}

/* Szkoła podstawowa */
body.taxonomy-galeria-kategoria-view.gallery-facility-szkola-podstawowa .header-variant-szkola {
    display: block !important;
}

/* Przedszkole */
body.taxonomy-galeria-kategoria-view.gallery-facility-przedszkole .header-variant-przedszkole {
    display: block !important;
}

.zsp-pdfjs-wrapper {
    width: 100%;
    max-width: 100%;
}

.zsp-pdfjs-wrapper iframe {
    display: block;
    width: 100%;
    min-height: 600px;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

.header-sp99,
.header-p201 {
    display: none;
}

body.sp99-active .header-sp99 {
    display: block;
}

body.p201-active .header-p201 {
    display: block;
}

.history-section {
  padding: 60px 20px;
  background: #f9fafb;
}

.history-container {
  max-width: 1000px;
  margin: 0 auto;
}

.history-header {
  margin-bottom: 30px;
}

.history-badge {
  display: inline-block;
  background: #e6f0ff;
  color: #3DD8D0E6;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}

.history-header h2 {
  font-size: 32px;
  margin: 0;
}

.history-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  border: 1px solid #e5e7eb;
}

.history-card p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
  color: #374151;
}

.history-highlight {
  background: #f4f8ff;
  border-left: 4px solid #3DD8D0E6 ;
  padding: 18px 20px;
  border-radius: 12px;
  margin: 25px 0;
}

.history-highlight h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
}

.history-highlight ul {
  margin: 0;
  padding-left: 20px;
}

.history-highlight li {
  margin-bottom: 6px;
}

.history-note {
  margin-top: 20px;
  padding: 14px;
  background: #eef2f7;
  border-radius: 10px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .history-card {
    padding: 22px;
  }

  .history-header h2 {
    font-size: 26px;
  }
}

.schedule-section {
  padding: 60px 20px;
  background: #f9fafb;
}

.schedule-container {
  max-width: 900px;
  margin: 0 auto;
}

.schedule-header {
  text-align: center;
  margin-bottom: 40px;
}

.schedule-badge {
  display: inline-block;
  background: #e8f0ff;
  color: #3DD8D0E6 ;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

.schedule-header h2 {
  font-size: 32px;
  margin: 0;
}

.schedule-header p {
  color: #6b7280;
  margin-top: 8px;
}

.schedule-timeline {
  border-left: 3px solid #e5e7eb;
  padding-left: 20px;
}

.schedule-item {
  position: relative;
  margin-bottom: 22px;
  padding-left: 15px;
}

.schedule-item::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

/* Typy */
.schedule-item.lesson::before {
  background: #3DD8D0E6 ;
}

.schedule-item.break::before {
  background: #9ca3af;
}

.schedule-item.break.lunch::before {
  background: #16a34a;
}

/* Box */
.schedule-item .time {
  font-weight: 700;
  font-size: 15px;
  color: #111827;
}

.schedule-item .desc {
  font-size: 15px;
  color: #374151;
  margin-top: 2px;
}

/* Hover efekt */
.schedule-item:hover {
  transform: translateX(5px);
  transition: 0.2s ease;
}

@media (max-width: 768px) {
  .schedule-header h2 {
    font-size: 26px;
  }
}

.support-section {
  padding: 60px 20px;
  background: #f9fafb;
}

.support-container {
  max-width: 1100px;
  margin: 0 auto;
}

.support-header {
  text-align: center;
  margin-bottom: 35px;
}

.support-badge {
  display: inline-block;
  background: #e8f0ff;
  color: #3DD8D0E6 ;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

.support-header h2 {
  font-size: 32px;
  margin: 0;
}

.support-header p {
  color: #6b7280;
  margin-top: 8px;
}

.support-card {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  border: 1px solid #e5e7eb;
}

.support-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 25px;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.support-box {
  background: #f4f8ff;
  padding: 20px;
  border-radius: 16px;
  border-left: 4px solid #3DD8D0E6 ;
}

.support-box h3 {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 12px;
}

.support-box ul {
  margin: 0;
  padding-left: 18px;
}

.support-box li {
  margin-bottom: 6px;
  font-size: 15px;
}

.support-wide {
  grid-column: 1 / -1;
}

/* Mobile */
@media (max-width: 768px) {
  .support-grid {
    grid-template-columns: 1fr;
  }

  .support-header h2 {
    font-size: 26px;
  }

  .support-card {
    padding: 22px;
  }
}

.career-section {
  padding: 60px 20px;
  background: #f9fafb;
}

.career-container {
  max-width: 1100px;
  margin: 0 auto;
}

.career-header {
  text-align: center;
  margin-bottom: 35px;
}

.career-badge {
  display: inline-block;
  background: #e8f0ff;
  color: #3DD8D0E6 ;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

.career-header h2 {
  font-size: 32px;
  margin: 0;
}

.career-header p {
  color: #6b7280;
  margin-top: 8px;
}

.career-card {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  border: 1px solid #e5e7eb;
}

.career-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
}

.career-highlight {
  margin: 24px 0 28px;
  padding: 20px;
  background: #f4f8ff;
  border-left: 4px solid #3DD8D0E6 ;
  border-radius: 14px;
}

.career-highlight h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.career-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.career-box {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.04);
}

.career-box h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #111827;
}

.career-box p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.career-icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.career-icon-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 24px;
  text-align: center;
  cursor: pointer;
}

.career-icon-card img {
  max-width: 120px !important;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 12px;
}

.career-icon-card span {
  display: block;
  font-weight: 600;
  color: #1f2937;
}

@media (max-width: 768px) {
  .career-grid,
  .career-icons {
    grid-template-columns: 1fr;
  }

  .career-header h2 {
    font-size: 26px;
  }

  .career-card {
    padding: 22px;
  }
}

.library-section {
  padding: 60px 20px;
  background: #f9fafb;
}

.library-container {
  max-width: 1000px;
  margin: 0 auto;
}

.library-header {
  text-align: center;
  margin-bottom: 35px;
}

.library-badge {
  display: inline-block;
  background: #e8f0ff;
  color: #3DD8D0E6 ;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

.library-header h2 {
  font-size: 32px;
  margin: 0;
}

.library-header p {
  color: #6b7280;
  margin-top: 8px;
}

.library-card {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  border: 1px solid #e5e7eb;
}

.library-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 25px;
}

.library-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.library-box {
  background: #f4f8ff;
  border-left: 4px solid #3DD8D0E6 ;
  padding: 20px;
  border-radius: 16px;
}

.library-box h3 {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 12px;
}

.library-box ul {
  margin: 0;
  padding-left: 18px;
}

.library-box li {
  margin-bottom: 6px;
  font-size: 15px;
}

/* Mobile */
@media (max-width: 768px) {
  .library-grid {
    grid-template-columns: 1fr;
  }

  .library-header h2 {
    font-size: 26px;
  }

  .library-card {
    padding: 22px;
  }
}

.daycare-section {
  padding: 60px 20px;
  background: #f9fafb;
}

.daycare-container {
  max-width: 900px;
  margin: 0 auto;
}

.daycare-header {
  text-align: center;
  margin-bottom: 35px;
}

.daycare-badge {
  display: inline-block;
  background: #e8f0ff;
  color: #3DD8D0E6 ;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

.daycare-header h2 {
  font-size: 32px;
  margin: 0;
}

.daycare-header p {
  color: #6b7280;
  margin-top: 8px;
}

.daycare-card {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  border: 1px solid #e5e7eb;
}

.daycare-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
}

.daycare-hours {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  padding: 18px;
  background: #f4f8ff;
  border-radius: 14px;
}

.daycare-hours .icon {
  font-size: 28px;
}

.daycare-hours h3 {
  margin: 0;
  font-size: 18px;
}

.daycare-highlight {
  margin-top: 25px;
  padding: 20px;
  background: #eef7ff;
  border-left: 4px solid #3DD8D0E6 ;
  border-radius: 14px;
}

.daycare-highlight h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

/* Mobile */
@media (max-width: 768px) {
  .daycare-header h2 {
    font-size: 26px;
  }

  .daycare-card {
    padding: 22px;
  }

  .daycare-hours {
    flex-direction: column;
    align-items: flex-start;
  }
}

.meals-section {
  padding: 60px 20px;
  background: #f9fafb;
}

.meals-container {
  max-width: 1100px;
  margin: 0 auto;
}

.meals-header {
  text-align: center;
  margin-bottom: 35px;
}

.meals-badge {
  display: inline-block;
  background: #e8f0ff;
  color: #3DD8D0E6 ;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

.meals-header h2 {
  font-size: 32px;
  margin: 0;
}

.meals-header p {
  color: #6b7280;
  margin-top: 8px;
}

.meals-card {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  border: 1px solid #e5e7eb;
}

.meals-intro {
  margin-bottom: 30px;
}

.meals-intro p {
  font-size: 16px;
  line-height: 1.8;
}

.meals-btn {
  display: inline-block;
  margin-top: 15px;
  background: #3DD8D0E6 ;
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}

.meals-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.meals-box {
  background: #f4f8ff;
  border-left: 4px solid #3DD8D0E6 ;
  padding: 20px;
  border-radius: 16px;
}

.meals-box h3 {
  margin-top: 0;
  font-size: 18px;
}

.meals-box ul {
  margin: 0;
  padding-left: 18px;
}

.meals-box li {
  margin-bottom: 6px;
}

.meals-highlight {
  margin-top: 30px;
  padding: 22px;
  background: #eef7ff;
  border-radius: 16px;
  border-left: 4px solid #3DD8D0E6 ;
}

.meals-note {
  margin-top: 10px;
  font-size: 14px;
  color: #6b7280;
}

@media (max-width: 768px) {
  .meals-grid {
    grid-template-columns: 1fr;
  }

  .meals-header h2 {
    font-size: 26px;
  }

  .meals-card {
    padding: 22px;
  }
}

:root {
    --zsp-font-scale: 1;
}

/* ============================= */
/* ZSP - panel dostępności */
/* ============================= */

.zsp-accessibility-panel {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;

    display: flex;
    flex-direction: column;
    gap: 3px;

    padding: 3px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.zsp-a11y-btn {
    width: 46px;
    min-height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid #000000;
    border-radius: 50%;

    background: #ffffff;
    color: #000000;

    font-family: Arial, sans-serif;
    font-size: 15px !important;
    font-weight: 800;
    line-height: 1;

    cursor: pointer;
    transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.zsp-a11y-btn:hover,
.zsp-a11y-btn:focus-visible,
.zsp-a11y-btn.is-active {
    background: #000000;
    color: #ffffff;
}

.zsp-a11y-btn:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 3px;
    box-shadow: 0 0 0 5px #000000;
}

.zsp-a11y-btn:hover {
    transform: translateX(2px);
}

/* Żeby panel sam się nie powiększał razem z treścią */
.zsp-accessibility-panel,
.zsp-accessibility-panel *,
.zsp-a11y-btn {
    font-size: 15px !important;
}

/* Mobile */
@media (max-width: 767px) {
    .zsp-accessibility-panel {
        left: 8px;
        top: auto;
        bottom: 90px;
        transform: none;
    }

    .zsp-a11y-btn {
        width: 42px;
        min-height: 42px;
        font-size: 13px !important;
    }
}
:root {
    --zsp-font-scale: 1;
}

body.zsp-font-normal {
    --zsp-font-scale: 1;
}

body.zsp-font-large {
    --zsp-font-scale: 1.15;
}

body.zsp-font-xlarge {
    --zsp-font-scale: 1.3;
}

body.zsp-font-large p,
body.zsp-font-large li,
body.zsp-font-large a,
body.zsp-font-large span,
body.zsp-font-large td,
body.zsp-font-large th,
body.zsp-font-large label,
body.zsp-font-large button,
body.zsp-font-large input,
body.zsp-font-large textarea,
body.zsp-font-large .elementor-heading-title,
body.zsp-font-large .elementor-widget-text-editor,
body.zsp-font-large .elementor-widget-text-editor *,
body.zsp-font-large .elementor-button,
body.zsp-font-large .elementor-icon-list-text,
body.zsp-font-large .jet-listing-dynamic-field__content,
body.zsp-font-large .jet-listing-dynamic-link__link,
body.zsp-font-large .menu-item a,
body.zsp-font-xlarge p,
body.zsp-font-xlarge li,
body.zsp-font-xlarge a,
body.zsp-font-xlarge span,
body.zsp-font-xlarge td,
body.zsp-font-xlarge th,
body.zsp-font-xlarge label,
body.zsp-font-xlarge button,
body.zsp-font-xlarge input,
body.zsp-font-xlarge textarea,
body.zsp-font-xlarge .elementor-heading-title,
body.zsp-font-xlarge .elementor-widget-text-editor,
body.zsp-font-xlarge .elementor-widget-text-editor *,
body.zsp-font-xlarge .elementor-button,
body.zsp-font-xlarge .elementor-icon-list-text,
body.zsp-font-xlarge .jet-listing-dynamic-field__content,
body.zsp-font-xlarge .jet-listing-dynamic-link__link,
body.zsp-font-xlarge .menu-item a {
    font-size: calc(1em * var(--zsp-font-scale)) !important;
    line-height: 1.5 !important;
}

/* Nie ruszamy samego panelu dostępności */
body.zsp-font-large .zsp-accessibility-panel,
body.zsp-font-large .zsp-accessibility-panel *,
body.zsp-font-xlarge .zsp-accessibility-panel,
body.zsp-font-xlarge .zsp-accessibility-panel * {
    font-size: 15px !important;
}
body.zsp-grayscale > *:not(.zsp-accessibility-panel) {
    filter: grayscale(1);
}
body.zsp-high-contrast {
    background: #000000 !important;
    color: #ffffff !important;
}

body.zsp-high-contrast *:not(.zsp-accessibility-panel):not(.zsp-accessibility-panel *) {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
    box-shadow: none !important;
}

body.zsp-high-contrast a:not(.zsp-accessibility-panel a) {
    color: #ffff00 !important;
    text-decoration: underline !important;
}

body.zsp-high-contrast button:not(.zsp-a11y-btn),
body.zsp-high-contrast .elementor-button {
    background: #ffffff !important;
    color: #000000 !important;
    border: 2px solid #ffffff !important;
}

body.zsp-high-contrast img,
body.zsp-high-contrast video,
body.zsp-high-contrast iframe {
    filter: grayscale(1) contrast(1.15);
}

/* Przyciski zmiany rozmiaru tekstu */
.zsp-a11y-font-btn {
    gap: 1px;
    letter-spacing: -1px;
}

.zsp-a11y-font-btn .zsp-a {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-weight: 900;
    line-height: 1;
}

.zsp-a11y-font-btn .zsp-a-normal {
    font-size: 19px !important;
}

.zsp-a11y-font-btn .zsp-a-small {
    font-size: 13px !important;
}

.zsp-a11y-font-btn .zsp-a-medium {
    font-size: 17px !important;
}

.zsp-a11y-font-btn .zsp-a-big {
    font-size: 21px !important;
}
.zsp-a11y-btn {
    width: 48px;
    min-height: 48px;
}

  .zsp-accessibility-declaration {
    --zsp-primary: #123c69;
    --zsp-accent: #f4b000;
    --zsp-dark: #17202a;
    --zsp-muted: #5f6b7a;
    --zsp-light: #f7f9fc;
    --zsp-border: #dfe6ef;

    max-width: 1100px;
    margin: 0 auto;
    padding: 32px 18px;
    font-family: inherit;
    color: var(--zsp-dark);
    line-height: 1.75;
  }

  .zsp-accessibility-declaration * {
    box-sizing: border-box;
  }

  .zsp-accessibility-hero {
    background: linear-gradient(135deg, #123c69 0%, #1f5f99 100%);
    color: #ffffff;
    border-radius: 24px;
    padding: 34px 30px;
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
  }

  .zsp-accessibility-hero::after {
    content: "A";
    position: absolute;
    right: 28px;
    bottom: -36px;
    font-size: 150px;
    font-weight: 800;
    line-height: 1;
    color: rgba(255,255,255,0.08);
  }

  .zsp-accessibility-eyebrow {
    display: inline-block;
    background: var(--zsp-accent);
    color: #111111;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
    font-size: 0.95rem;
  }

  .zsp-accessibility-hero h1 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.15;
  }

  .zsp-accessibility-hero p {
    max-width: 780px;
    margin: 0;
    font-size: 1.08rem;
  }

  .zsp-accessibility-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 22px 0 0;
  }

  .zsp-accessibility-meta div {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 16px;
    padding: 14px;
  }

  .zsp-accessibility-meta strong {
    display: block;
    color: #ffffff;
    margin-bottom: 4px;
  }

  .zsp-accessibility-card {
    background: #ffffff;
    border: 1px solid var(--zsp-border);
    border-radius: 20px;
    padding: 26px;
    margin: 20px 0;
    box-shadow: 0 10px 26px rgba(18, 60, 105, 0.08);
  }

  .zsp-accessibility-card h2 {
    margin-top: 0;
    color: var(--zsp-primary);
    font-size: 1.55rem;
    line-height: 1.3;
  }

  .zsp-accessibility-card h3 {
    margin-top: 24px;
    color: var(--zsp-dark);
    font-size: 1.22rem;
  }

  .zsp-accessibility-card h4 {
    margin-top: 20px;
    color: var(--zsp-primary);
    font-size: 1.08rem;
  }

  .zsp-accessibility-status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff8e1;
    border: 1px solid #ffe08a;
    color: #4a3500;
    padding: 12px 16px;
    border-radius: 14px;
    font-weight: 700;
    margin: 10px 0 18px;
  }

  .zsp-accessibility-status::before {
    content: "!";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 25px;
    border-radius: 50%;
    background: var(--zsp-accent);
    color: #111111;
    font-weight: 900;
  }

  .zsp-accessibility-list {
    padding-left: 1.2rem;
  }

  .zsp-accessibility-list li {
    margin-bottom: 10px;
  }

  .zsp-accessibility-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 16px;
  }

  .zsp-accessibility-contact-box {
    background: var(--zsp-light);
    border: 1px solid var(--zsp-border);
    border-radius: 16px;
    padding: 18px;
  }

  .zsp-accessibility-contact-box strong {
    display: block;
    color: var(--zsp-primary);
    margin-bottom: 8px;
  }

  .zsp-accessibility-note {
    background: #f4f8ff;
    border-left: 5px solid var(--zsp-primary);
    border-radius: 12px;
    padding: 16px 18px;
    margin: 18px 0;
  }

  .zsp-accessibility-declaration a {
    color: var(--zsp-primary);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .zsp-accessibility-declaration a:focus {
    outline: 3px solid var(--zsp-accent);
    outline-offset: 3px;
  }

  @media (max-width: 760px) {
    .zsp-accessibility-meta,
    .zsp-accessibility-contact-grid {
      grid-template-columns: 1fr;
    }

    .zsp-accessibility-hero,
    .zsp-accessibility-card {
      padding: 22px;
      border-radius: 18px;
    }
  }