/* RESET & BASES */
html {
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  border: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  line-height: 1.15;
  color: #183247;
  letter-spacing: -0.5px;
}
h1 { font-size: 2.75rem; margin-bottom: 24px; }
h2 { font-size: 2rem; margin-bottom: 16px; }
h3 { font-size: 1.25rem; margin-bottom: 10px; }
h4, h5, h6 { font-size: 1rem; }
p, li, ul, ol, a, span, strong, blockquote {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #183247;
  font-size: 1rem;
  line-height: 1.7;
}
ul, ol { padding-left: 24px; }
strong { font-weight: 700; }
a {
  color: #4FB7D8;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #183247;
  outline: none;
  text-decoration: underline;
}
img, svg { max-width: 100%; height: auto; display: inline-block; }
body {
  background: #fff;
  color: #183247;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  min-height: 100vh;
}

/* CONTAINER & LAYOUT */
.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
}

/* HEADER & NAVIGATION */
header {
  background: #fff;
  box-shadow: 0 2px 16px rgba(24, 50, 71, 0.04);
  position: sticky;
  top: 0; left: 0;
  z-index: 100;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 76px;
  gap: 12px;
}
.main-nav {
  display: flex;
  gap: 24px;
  align-items: center;
}
.main-nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #183247;
  font-size: 1rem;
  padding: 6px 2px;
  transition: color 0.18s;
}
.main-nav .btn-primary {
  margin-left: 20px;
}
.main-nav a:hover, .main-nav a:focus {
  color: #4FB7D8;
}
.mobile-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #4FB7D8;
  color: #183247;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  margin-left: 12px;
  z-index: 102;
}
.mobile-menu-toggle:focus,
.mobile-menu-toggle:hover {
  background: #183247;
  color: #fff;
}
@media (min-width: 992px) {
  .mobile-menu-toggle { display: none; }
}
/* MOBILE NAVIGATION MENU */
.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: #183247;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(.67,.03,.29,.99);
  box-shadow: 0 10px 40px 0 rgba(24,50,71,0.18);
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu-close {
  background: none;
  color: #fff;
  font-size: 2.2rem;
  border: none;
  margin: 24px 24px 0 0;
  cursor: pointer;
  z-index: 2010;
  align-self: flex-end;
  transition: color 0.2s;
}
.mobile-menu-close:focus,
.mobile-menu-close:hover {
  color: #F8E9B0;
}
.mobile-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 40px 32px 0 32px;
  align-items: flex-start;
}
.mobile-nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  letter-spacing: 1px;
  padding: 8px 0;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
  display: block;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #4FB7D8;
  color: #183247;
}
@media (min-width: 992px) {
  .mobile-menu { display: none !important; }
}

/* HERO */
.hero, .about-hero {
  width: 100%;
  background: #F8E9B0;
  display: flex;
  align-items: center;
  min-height: 340px;
  margin-bottom: 40px;
  border-bottom: 4px solid #4FB7D8;
  position: relative;
}
.hero .container, .about-hero .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 340px;
  z-index: 1;
}
.hero h1, .about-hero h1 {
  color: #183247;
  font-size: 2.25rem;
  line-height: 1.15;
  margin-bottom: 12px;
}
.hero .subheadline, .about-hero .subheadline {
  color: #183247;
  font-size: 1.18rem;
  margin-bottom: 20px;
  font-weight: 400;
}

/* SUBHEADLINES & MISC */
.subheadline {
  color: #183247;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
  font-weight: 500;
}

/* CTA BUTTONS */
.btn-primary,
.btn-primary:visited {
  display: inline-block;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  background: #4FB7D8;
  color: #183247 !important;
  border-radius: 8px;
  padding: 14px 32px;
  box-shadow: 0 2px 10px rgba(24,50,71,0.09);
  text-transform: uppercase;
  text-align: center;
  transition: background 0.17s, color 0.17s, transform 0.13s;
  border: none;
  cursor: pointer;
  margin-top: 12px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: #183247;
  color: #F8E9B0 !important;
  outline: none;
  transform: translateY(-2px) scale(1.03);
}
button, .btn-primary {
  user-select: none;
}

/* FLEX CONTAINERS */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 28px 0 rgba(24,50,71,0.12);
  padding: 32px 22px 24px;
  margin-bottom: 20px;
  min-width: 260px;
  max-width: 360px;
  flex: 1 1 300px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: box-shadow 0.23s, transform 0.18s;
}
.card:hover {
  box-shadow: 0 8px 32px 0 rgba(24,50,71,0.19);
  transform: translateY(-4px) scale(1.03);
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  border-left: 7px solid #4FB7D8;
  border-radius: 12px;
  padding: 24px 30px 16px 28px;
  margin-bottom: 20px;
  box-shadow: 0 1px 10px 0 rgba(24,50,71,0.07);
  font-size: 1.07rem;
  transition: border-color 0.18s, box-shadow 0.17s;
}
.testimonial-card p {
  color: #222b35;
  font-size: 1.07rem;
  margin-bottom: 0;
}
.testimonial-card span {
  color: #4FB7D8;
  font-weight: 700;
  font-size: 1rem;
  margin-top: 4px;
}
.testimonial-card:hover {
  border-left: 7px solid #183247;
  box-shadow: 0 4px 19px 0 rgba(79,183,216,0.11);
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* SPECIFIC ELEMENTS FOR INDEX, KURSE, BLOG, ETC. */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 34px;
  list-style: none;
  margin-bottom: 30px;
}
.feature-grid li {
  flex: 1 1 260px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.08rem;
  font-weight: 600;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(24,50,71,0.05);
  padding: 16px 18px;
  margin-bottom: 10px;
  min-width: 240px;
}
.feature-grid img { width: 36px; min-width: 28px; }

.course-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  margin-bottom: 24px;
  align-items: stretch;
}
.course-cards li {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 20px rgba(79,183,216,0.08);
  padding: 28px 22px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1 1 260px;
  min-width: 250px;
  max-width: 340px;
  gap: 12px;
  margin-bottom: 10px;
  transition: box-shadow 0.19s, transform 0.12s;
}
.course-cards li:hover {
  box-shadow: 0 8px 30px rgba(24,50,71,0.13);
  transform: translateY(-4px) scale(1.03);
}
.course-cards li h3 {
  font-size: 1.25rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #183247;
}
.course-cards li p {
  font-size: 1rem;
  color: #44576A;
  margin-bottom: 8px;
}
.course-cards li a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #4FB7D8;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: underline;
  transition: color 0.2s;
  margin-top: 10px;
}
.course-cards li a:hover { color: #183247; }

/* BLOG POST PREVIEWS */
.blog-posts-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.blog-posts-preview article {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 24px rgba(24,50,71,0.09);
  padding: 26px 18px 12px 18px;
  max-width: 330px;
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: box-shadow 0.13s, transform 0.12s;
}
.blog-posts-preview article:hover {
  box-shadow: 0 8px 22px rgba(79,183,216,0.13);
  transform: translateY(-2px) scale(1.01);
}

.categories-filter, .course-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 12px 0 10px 0;
}
.categories-filter span, .course-filters span {
  color: #183247;
  font-weight: 600;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  margin-right: 10px;
}
.categories-filter button, .course-filters button {
  background: #fffbde;
  color: #183247;
  font-weight: 700;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  border: 1.5px solid #4FB7D8;
  border-radius: 6px;
  padding: 6px 18px;
  margin: 2px 0;
  cursor: pointer;
  transition: background 0.14s, color 0.15s, border 0.17s;
}
.categories-filter button:hover, .course-filters button:hover {
  background: #4FB7D8;
  color: #fff;
  border-color: #183247;
}

/***** ACCORDION FAQ *****/
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 16px;
}
.faq-item {
  background: #fff;
  border-left: 6px solid #4FB7D8;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(24,50,71,0.08);
  padding: 17px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq-item h3 {
  color: #183247;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.13rem;
  font-weight: 700;
}
.faq-item p {
  color: #44576A;
  font-size: 1rem;
}

/***** TEAM/INSTRUCTOR PROFILES *****/
.instructor-profiles, .team-overview {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 12px;
}
.instructor-profiles .text-section, .team-overview .text-section {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 14px rgba(79,183,216,0.09);
  padding: 22px 16px 14px;
  min-width: 240px;
  flex: 1 1 220px;
  margin-bottom: 12px;
}
.team-quotes {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: 18px;
}
blockquote {
  background: #F8E9B0;
  border-left: 7px solid #183247;
  border-radius: 8px;
  padding: 16px 22px 12px 18px;
  font-style: italic;
  color: #183247;
  font-size: 1.05rem;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  margin-bottom: 0px;
}
blockquote span {
  display: block;
  color: #4FB7D8;
  font-size: 0.95rem;
  margin-top: 5px;
  font-style: normal;
  font-weight: 700;
}

/* Mission Statement */
.mission-statement {
  background: #4FB7D8;
  color: #183247;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(24,50,71,0.09);
  padding: 18px 22px;
  font-size: 1.04rem;
  margin-top: 4px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
}

/***** FOOTER *****/
footer {
  background: #183247;
  color: #fff;
  padding: 44px 0 22px 0;
  margin-top: 60px;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.footer-nav, .footer-legal {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 140px;
}
.footer-nav a, .footer-legal a {
  color: #fff;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  opacity: 0.88;
  transition: color 0.2s, opacity 0.14s;
}
.footer-nav a:hover, .footer-legal a:hover {
  color: #F8E9B0;
  opacity: 1;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #fff;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  min-width: 210px;
}
.footer-contact a {
  color: #4FB7D8;
  word-break: break-all;
}
.footer-contact div{
  color: white!important;
}
.footer-social {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 12px;
}
.footer-social a {
  background: #4FB7D8;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.13s;
}
.footer-social a:hover {
  background: #F8E9B0;
}
.footer-social img {
  width: 22px;
  height: 22px;
}

/* CONTACT INFO SECTION */
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 8px;
  margin-bottom: 7px;
}
.contact-info div, .footer-contact div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  color: #183247;
}
.contact-info a {
  color: #4FB7D8;
}
.address-map {
  margin-top: 18px;
  color: #44576A;
}

/* TEXT-SECTION */
.text-section {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(24,50,71,0.06);
  padding: 18px 18px 16px;
  margin-bottom: 10px;
}
.text-section ul {
  padding-left: 20px;
  margin-top: 12px;
}
.text-section li {
  margin-bottom: 7px;
  padding-left: 4px;
  color: #183247;
}
.text-section img { width: 24px; margin-right: 10px;}

/* Cookie Consent Banner */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2500;
  background: #183247;
  color: #fff;
  padding: 30px 18px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 -1px 30px 10px rgba(24,50,71,0.13);
  animation: cookieSlideIn 0.5s cubic-bezier(.77,0,.18,1);
}
@keyframes cookieSlideIn {
  0% { transform: translateY(100%); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}
.cookie-banner p {
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 16px;
}
.cookie-banner .cookie-actions {
  display: flex;
  gap: 16px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.cookie-banner button {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 7px;
  border: none;
  padding: 10px 18px;
  margin: 2px 0;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.cookie-banner .accept {
  background: #4FB7D8;
  color: #183247;
}
.cookie-banner .accept:hover {
  background: #F8E9B0;
  color: #183247;
}
.cookie-banner .reject {
  background: #fff;
  color: #183247;
  border: 1.5px solid #4FB7D8;
}
.cookie-banner .reject:hover {
  background: #183247;
  color: #fff;
  border: 1.5px solid #F8E9B0;
}
.cookie-banner .settings {
  background: transparent;
  color: #F8E9B0;
  text-decoration: underline;
}
.cookie-banner .settings:hover {
  background: #4FB7D8;
  color: #183247;
  text-decoration: none;
}

/* COOKIE MODAL */
.cookie-modal-overlay {
  display: none;
  position: fixed;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(24,50,71,0.82);
  z-index: 3000;
  justify-content: center;
  align-items: center;
  animation: modalFadeIn 0.4s;
}
.cookie-modal-overlay.active {
  display: flex;
}
@keyframes modalFadeIn { from{ opacity:0;} to{opacity:1;} }
.cookie-modal {
  background: #FFF;
  border-radius: 18px;
  box-shadow: 0 2px 40px rgba(24,50,71,0.13);
  max-width: 480px;
  width: 95%;
  padding: 36px 24px 28px 30px;
  color: #183247;
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
  animation: cookieModalSlideIn 0.32s cubic-bezier(.81,-0.04,.22,1.01);
}
@keyframes cookieModalSlideIn {
  from { transform: translateY(80px); opacity:0; }
  to   { transform: translateY(0); opacity:1; }
}
.cookie-modal h2 {
  color: #183247;
  font-size: 1.45rem;
  margin-bottom: 6px;
}
.cookie-settings-cats {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.06rem;
  padding: 10px 6px;
  background: #F8E9B0;
  border-radius: 7px;
}
.cookie-category label {
  flex: 1;
}
.cookie-switch {
  position: relative;
  width: 40px;
  height: 22px;
  display: inline-block;
}
.cookie-switch input[type="checkbox"] {
  opacity: 0; width: 0; height: 0;
}
.cookie-slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #fff;
  border: 2px solid #4FB7D8;
  border-radius: 30px;
  transition: background 0.15s;
}
.cookie-switch input:checked + .cookie-slider {
  background: #4FB7D8;
}
.cookie-slider:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #183247;
  transition: left 0.16s;
}
.cookie-switch input:checked + .cookie-slider:before {
  left: 19px;
}
.cookie-modal .cookie-cat-desc {
  font-size: 0.97rem;
  color: #44576A;
  margin-left: 7px;
}
.cookie-modal-actions {
  display: flex;
  gap: 15px;
  margin-top: 6px;
}
.cookie-modal-actions button {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 7px;
  border: none;
  padding: 10px 18px;
  margin: 2px 0;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.cookie-modal-actions .acceptAll {
  background: #4FB7D8;
  color: #183247;
}
.cookie-modal-actions .acceptAll:hover {
  background: #183247;
  color: #F8E9B0;
}
.cookie-modal-actions .rejectAll {
  background: #fff;
  color: #183247;
  border: 1.5px solid #4FB7D8;
}
.cookie-modal-actions .rejectAll:hover {
  background: #F8E9B0;
}
.cookie-modal-actions .saveSettings {
  background: transparent;
  color: #183247;
  border: 1px solid #FFC107;
}
.cookie-modal-actions .saveSettings:hover { background: #F8E9B0; }
.cookie-modal .close-settings {
  background: none;
  border: none;
  color: #4FB7D8;
  font-size: 1.6rem;
  position: absolute;
  top: 18px; right: 20px;
  cursor: pointer;
  transition: color 0.2s;
}
.cookie-modal .close-settings:hover {
  color: #183247;
}

/* RESPONSIVE STYLES */
@media (max-width: 1200px) {
  .container { max-width: 1000px; }
}
@media (max-width: 992px) {
  .main-nav { display: none !important; }
  header .container { padding-right: 10px; }
}
@media (max-width: 900px) {
  .team-overview, .instructor-profiles, .content-grid {
    flex-direction: column;
    gap: 20px;
  }
  .blog-posts-preview, .course-cards, .feature-grid { flex-direction: column; }
  .feature-grid li, .course-cards li, .blog-posts-preview article, .card {
    min-width: 0; max-width: 100%; width: 100%;
  }
}
@media (max-width: 768px) {
  .hero, .about-hero {
    min-height: 200px;
    padding: 32px 0;
  }
  .container { padding-left: 7vw; padding-right: 7vw; }
  .footer-nav, .footer-legal, .footer-contact, .footer-social {
    min-width: 0; width: 100%;
  }
  .footer-social { margin-top: 20px; gap: 22px; }
  .team-overview, .instructor-profiles, .content-grid {
    flex-direction: column;
    gap: 16px;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .feature-grid, .course-cards, .card-container, .blog-posts-preview {
    flex-direction: column;
    gap: 16px;
  }
  .faq-accordion {
    gap: 16px;
  }
}
@media (max-width: 576px) {
  h1 { font-size: 1.6rem; }
  h2 { font-size: 1.15rem; }
  .btn-primary { padding: 10px 20px; font-size: 0.99rem; }
  .testimonials-card, .card, .course-cards li, .feature-grid li {
    padding: 15px 9px 11px 9px;
  }
  .cookie-banner { padding: 18px 5vw 11px 5vw; font-size: 0.98rem; }
  .cookie-modal { padding: 16px 6vw 14px 7vw; }
}

/* ANIMATIONS & EFFECTS */
.card, .testimonial-card, .faq-item, .blog-posts-preview article,
.course-cards li, .feature-grid li {
  transition: box-shadow 0.2s, transform 0.15s;
}
.card:hover, .blog-posts-preview article:hover, .course-cards li:hover, .feature-grid li:hover {
  box-shadow: 0 8px 32px 0 rgba(79,183,216,0.19);
  transform: translateY(-2px) scale(1.015);
}
.btn-primary, .categories-filter button, .course-filters button,
.cookie-banner button, .cookie-modal-actions button {
  transition: background 0.19s, color 0.19s, box-shadow 0.15s, transform 0.09s;
}

/* Utility: hide visually */
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* Scrollbar for dark backgrounds (e.g., mobile menu) */
.mobile-menu ::-webkit-scrollbar {
  width: 8px;
  background: #222;
  border-radius: 6px;
}
.mobile-menu ::-webkit-scrollbar-thumb {
  background: #4FB7D8;
  border-radius: 6px;
}

/* End of CSS */
