/* ----------------------------- CSS RESET & NORMALIZE ----------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1.5;
  background: #F3F4F7;
  color: #23304A;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  min-height: 100vh;
  font-size: 16px;
}
*, *::before, *::after {
  box-sizing: inherit;
}
img, picture, video, canvas, svg {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #184C8D;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #ce9a18;
}
ul, ol {
  list-style-position: inside;
}
button, input, textarea, select {
  font: inherit;
}
button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

/* -------------------------------- FONTS ---------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Montserrat:700,600,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Roboto', Arial, Helvetica, sans-serif;
  color: #184C8D;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 16px;
}
h1 {
  font-size: 2.125rem;
  margin-bottom: 24px;
}
h2 {
  font-size: 1.5rem;
  margin-bottom: 16px;
}
h3 {
  font-size: 1.25rem;
}
p, li, span, table, th, td {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #23304A;
}
strong {
  font-weight: 600;
}

/* ------------- SPACING & LAYOUT PATTERNS: WARM/FRIENDLY STYLE --------------- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.section,
section:not(.hero):not(.cta-banner):not(.thank-you) {

  padding: 40px 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(24, 76, 141, 0.06), 0 1.5px 6px rgba(255, 207, 0, 0.07);
}
.hero,
.cta-banner,
.thank-you {
  background: #FFFBEC;
  border-radius: 24px;

  box-shadow: 0 4px 32px 0 rgba(255,207,0,0.07);
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
  .section, section:not(.hero):not(.cta-banner):not(.thank-you) {
    padding: 30px 8px;
    margin-bottom: 40px;
  }
  .hero, .cta-banner, .thank-you {

    margin-bottom: 32px;
    min-height: auto;
  }
}

/* -------------------------- FLEX & GAPS: BY SPEC --------------------------- */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
}
.card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(255, 207, 0, 0.12);
  padding: 24px 20px;
  min-width: 230px;
  margin-bottom: 20px;
  flex: 1 1 280px;
  position: relative;
  transition: box-shadow 0.2s, transform 0.2s;
}
.card:hover,
.card:focus {
  box-shadow: 0 6px 24px rgba(24,76,141,0.14), 0 2px 10px rgba(255,207,0,0.13);
  transform: translateY(-2px) scale(1.02);
  z-index: 2;
}
.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;
}
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  .card-container, .content-grid {
    flex-direction: column;
    gap: 16px;
  }
}

/**** Features Section (Index) ****/
.features .feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 8px;
  padding: 0;
  width: 100%;
}
.features .feature-grid li {
  background: #FFF8D9;
  border-radius: 16px;
  box-shadow: 0 1.5px 4px #FFCF0055;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 280px;
  min-width: 220px;
  margin: 0;
  gap: 10px;
  font-size: 1rem;
  color: #184C8D;
  font-weight: 500;
  transition: background 0.2s, box-shadow 0.2s;
}
.features .feature-grid li img {
  width: 36px; height: 36px; margin-bottom: 6px;
}
.features .feature-grid li:hover {
  background: #FFEB80;
  box-shadow: 0 4px 20px #FFD90044;
}

/**** Section for updates (Info Banner) ****/
.updates .notification-banner {
  background: #FFCF00;
  color: #26518A;
  font-weight: bold;
  border-radius: 16px;
  padding: 16px 24px;
  margin-top: 18px;
  box-shadow: 0 1.5px 6px #FFCF0077;
}

/**** Testimonial Cards ****/
.testimonials {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fffefc;
  border-radius: 20px;
  box-shadow: 0 3px 20px rgba(24,76,141,0.06), 0 1.5px 4px #FFCF0088;
  padding: 20px 24px;
  gap: 12px;
  margin-bottom: 20px;
  color: #23304A;
  min-width: 220px;
  max-width: 520px;
  transition: box-shadow 0.2s, transform 0.15s;
}
.testimonial-card p {
  font-size: 1.1rem;
  color: #184C8D;
  line-height: 1.6;
  margin-bottom: 0;
}
.testimonial-card span {
  color: #F39A20;
  font-size: 1rem;
}
.testimonial-card:hover, .testimonial-card:focus {
  box-shadow: 0 9px 29px rgba(24, 76, 141, .12), 0 4px 14px #FFE08A;
  transform: translateY(-2px) scale(1.02);
}

/**** CTA Button Styles ****/
.cta-primary {
  background: #FFCF00;
  color: #184C8D;
  font-family: 'Montserrat', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding: 16px 38px;
  border-radius: 32px;
  font-size: 1.15rem;
  box-shadow: 0 2px 12px #FFD90033;
  transition: background 0.18s, color 0.15s, transform 0.12s, box-shadow 0.17s;
  margin-top: 8px;
  margin-bottom: 8px;
  display: inline-block;
  letter-spacing: 0.5px;
}
.cta-primary:hover, .cta-primary:focus {
  background: #FFDA41;
  color: #194564;
  box-shadow: 0 7px 26px #FFD90044;
  transform: scale(1.055);
}

/**** Schedule Table (index: aktuelle-trainingsplan) ****/
.schedule-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 0.8px 6px #184C8D11;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 32px;
}
.schedule-table th, .schedule-table td {
  padding: 12px 14px;
  font-size: 1rem;
  border-bottom: 1px solid #e9eaf0;
  text-align: left;
}
.schedule-table tr.highlight {
  background: #FFF8D9;
  font-weight: 600;
}
.schedule-table th {
  background: #FFCF00;
  color: #184C8D;
  font-family: 'Montserrat', 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1.08rem;
}
@media (max-width: 600px) {
  .schedule-table, .schedule-table thead, .schedule-table tbody, .schedule-table th, .schedule-table td, .schedule-table tr {
    display: block;
  }
  .schedule-table tr {
    margin-bottom: 16px;
  }
  .schedule-table th {
    border-bottom: none;
    background: none;
  }
}

/**** Service Grid (Kursübersicht nach Sportarten) ****/
.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 20px 0 8px 0;
  padding: 0;
  width: 100%;
}
.service-grid li {
  background: #fffefc;
  border-radius: 14px;
  box-shadow: 0 1.5px 6px #FFCF0077;
  padding: 18px 18px;
  flex: 1 1 240px;
  min-width: 200px;
  font-size: 1rem;
  color: #194564;
  margin: 0;
  transition: box-shadow 0.2s;
}
.service-grid li:hover {
  box-shadow: 0 4px 16px #FFD90055;
}

/**** FAQ Section ****/
.faq ul {
  background: #fffefc;
  border-radius: 12px;
  box-shadow: 0 1.5px 6px #184C8D13;
  padding: 20px 20px 10px 20px;
  margin: 0 0 14px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #194564;
}
.faq ul li {
  margin-bottom: 12px;
  font-size: 1rem;
}
.faq ul li:last-child {
  margin-bottom: 0;
}

/**** Footer Layout ****/
footer {
  background: #184C8D;
  color: #fff;
  margin-top: 60px;
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -2px 24px #184C8D20;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 38px 20px 12px;
}
.footer-brand-info {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  font-size: 0.99rem;
}
.footer-brand-info img {
  width: 48px; height: 48px;
  border-radius: 14px;
  margin-top: 2px;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 140px;
}
.footer-nav a {
  color: #FFF8D9;
  font-size: 1rem;
  border-radius: 9px;
  transition: background 0.16s, color 0.13s, box-shadow 0.11s;
  padding: 3px 4px;
}
.footer-nav a:hover, .footer-nav a:focus {
  background: #fffefc;
  color: #184C8D;
  font-weight: 600;
  box-shadow: 0 1.5px 12px #FFCF0044;
}
.footer-hours {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #FFCF00;
  font-weight: 600;
  font-size: 1rem;
}
.footer-hours img {
  width: 24px; height: 24px;
  margin-right: 3px;
}
.footer-social {
  display: flex;
  gap: 13px;
  align-items: center;
}
.footer-social a img {
  width: 32px; height: 32px;
  border-radius: 50%;
  transition: box-shadow 0.19s;
}
.footer-social a img:hover {
  box-shadow: 0 1.5px 18px #FFCF0033;
  transform: scale(1.1);
}
.footer-copy {
  width: 100%;
  font-size: 0.96rem;
  text-align: center;
  padding: 18px 0 14px;
  color: #FFCF00;
  letter-spacing: 0.02em;
  background: none;
}
@media (max-width: 992px) {
  footer .container {
    gap: 22px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 10px 8px;
  }
}
@media (max-width: 550px) {
  .footer-brand-info div {
    font-size: 0.92rem;
  }
  .footer-hours {
    font-size: 0.94rem;
  }
  .footer-nav a {
    font-size: 0.93rem;
  }
}

/**** FORMATTING GENERAL TEXT SECTIONS ****/
.text-section {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 10px;
}

/**** THANK YOU Wrapper ****/
.thank-you {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  background: #FFF8D9;
  border: 2px solid #FFCF00;
}

/* -------------------------------------------------------------------------- */
/* ---------------------------- HEADER & NAVBAR ----------------------------- */
header {
  background: #fff;
  box-shadow: 0 3px 14px #184C8D08;
  z-index: 1002;
  position: relative;
}
header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 70px;
  padding-top: 16px;
  padding-bottom: 16px;
}
header a img[alt="SportQuartier Hamburg"] {
  width: 130px;
  height: auto;
  margin-right: 16px;
  display: inline-block;
  border-radius: 14px;
  background: #FFF8D9;
}
.main-nav {
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}
.main-nav a {
  color: #184C8D;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 22px;
  transition: background 0.18s, color 0.15s, box-shadow 0.15s, font-weight 0.12s;
  margin-bottom: 0;
}
.main-nav a:hover, .main-nav a:focus {
  color: #fff;
  background: #FFCF00;
  font-weight: 700;
  box-shadow: 0 2px 8px #FFCF0050;
}

/**** HIDE/SHOW on mobile menu ****/
.mobile-menu-toggle {
  display: none;
}
@media (max-width: 900px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFCF00;
    color: #184C8D;
    border-radius: 34px;
    font-size: 2.2rem;
    width: 46px;
    height: 46px;
    box-shadow: 0 1.5px 12px #FFD90055;
    position: absolute;
    right: 18px;
    top: 20px;
    z-index: 1402;
    outline: none;
    transition: background 0.18s, box-shadow 0.19s;
  }
  .mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
    background: #FFDA41;
    box-shadow: 0 4px 24px #FFD90033;
  }
  header .cta-primary {
    display: none;
  }
}
/* MOBILE MENU OVERLAY 
--------------------------------- */
.mobile-menu {
  position: fixed;
  top: 0; left: 0; bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: #184C8D;
  z-index: 1500;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  transform: translateX(-110vw);
  transition: transform 0.38s cubic-bezier(.84,-0.01,.37,.93);
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu-close {
  color: #184C8D;
  background: #FFCF00;
  font-size: 2.2rem;
  font-weight: bold;
  border-radius: 32px;
  width: 46px;
  height: 46px;
  box-shadow: 0 2px 8px #FFD90099;
  position: absolute;
  right: 18px;
  top: 16px;
  transition: background 0.17s, color 0.15s;
  z-index: 1510;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #FFDA41;
  color: #14325b;
}
.mobile-nav {
  margin: 92px 0 0 0;
  padding-left: 28px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.mobile-nav a {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.21rem;
  font-weight: 600;
  padding: 12px 26px;
  border-radius: 34px;
  transition: background 0.18s, color 0.13s;
  min-width: 210px;
  display: inline-block;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #FFCF00;
  color: #184C8D;
}
@media (min-width: 901px) {
  .mobile-menu {
    display: none !important;
  }
  .mobile-menu-close {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: none !important;
  }
}

/* -------------------------------------------------------------------------- */
/* -------------------------- COOKIE CONSENT BANNER ------------------------- */

.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  width: 100vw;
  background: #fffbe9;
  box-shadow: 0 -1.5px 24px #184C8D22;
  border-radius: 24px 24px 0 0;
  z-index: 9999;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 24px 24px;
  gap: 28px;
  font-size: 1.02rem;
  color: #184C8D;
  transition: transform 0.38s, opacity 0.29s;
  opacity: 1;
  transform: translateY(0);
}
.cookie-banner .cookie-banner-inner {
  flex: 1 1 380px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.cookie-banner p {
  color: #23304A;
  margin-bottom: 0;
}
.cookie-banner .cookie-btn-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.cookie-btn {
  border: none;
  background: #FFCF00;
  color: #184C8D;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 22px;
  font-size: 1rem;
  box-shadow: 0 1px 8px #FFD90033;
  transition: background 0.17s, color 0.12s, box-shadow 0.17s, transform 0.12s;
}
.cookie-btn:hover, .cookie-btn:focus {
  background: #FFDA41;
  color: #194564;
  box-shadow: 0 3px 18px #FFD90055;
  transform: scale(1.06);
}
.cookie-btn.secondary {
  background: #fff;
  color: #184C8D;
  border: 1px solid #FFCF00;
}
.cookie-banner.hide {
  opacity: 0;
  transform: translateY(140%);
  pointer-events: none;
}

@media (max-width:700px) {
  .cookie-banner {
    flex-direction: column;
    gap: 16px;
    padding: 18px 7px;
    font-size: 0.97rem;
  }
  .cookie-banner .cookie-banner-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

/* COOKIE SETTINGS MODAL */
.cookie-modal-overlay {
  position: fixed;
  z-index: 10001;
  top: 0; left: 0; right:0; bottom: 0;
  background: rgba(24,76,141,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.29s;
}
.cookie-modal-overlay.hide {
  opacity: 0;
  pointer-events: none;
}
.cookie-modal {
  background: #fffbe9;
  border-radius: 24px;
  box-shadow: 0 8px 48px #184C8D38;
  padding: 38px 28px 22px 28px;
  max-width: 410px;
  width: 92vw;
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: #184C8D;
  align-items: flex-start;
  font-size: 1.04rem;
  position: relative;
}
.cookie-modal h2 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.cookie-modal .cookie-category {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
  font-weight: 500;
}
.cookie-modal .cookie-switch {
  width: 38px;
  height: 22px;
  border-radius: 12px;
  background: #F3F4F7;
  border: 1.5px solid #FFCF00;
  position: relative;
  display: inline-block;
}
.cookie-modal .cookie-switch input[type="checkbox"] {
  opacity: 0;
  width: 0; height: 0;
}
.cookie-modal .cookie-slider {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  background: #FFCF00;
  border-radius: 10px;
  transition: left 0.16s;
}
.cookie-modal .cookie-switch input[type="checkbox"]:checked ~ .cookie-slider {
  left: 18px;
  background: #FFD900;
}
.cookie-modal .cookie-category.essential {
  color: #cac46b;
  font-weight: 600;
}
.cookie-modal .cookie-modal-btns {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
}
.cookie-modal .cookie-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: #FFCF00;
  color: #184C8D;
  font-size: 1.40rem;
  width: 38px; height: 38px;
  border-radius: 15px;
  font-weight: 700;
  box-shadow: 0 1.5px 8px #FFD90033;
  display: flex;
  align-items: center; justify-content: center;
  transition: background 0.11s;
}
.cookie-modal .cookie-modal-close:hover, .cookie-modal .cookie-modal-close:focus {
  background: #FFDA41;
}
@media (max-width: 480px) {
  .cookie-modal {
    padding: 19px 3.5vw 14px 3.5vw;
    font-size: 0.98rem;
    min-width: 0;
  }
}

/* -------------------------------------------------------------------------- */
/* --------------------------- MISC ELEMENTS -------------------------------- */

/* Blockquotes, code, etc. */
blockquote {
  font-family: 'Montserrat', sans-serif;
  color: #194564;
  background: #FFF8D9;
  border-left: 5px solid #FFCF00;
  margin: 18px 0;
  padding: 14px 24px 14px 18px;
  border-radius: 14px;
}

hr {
  border: none;
  border-top: 1.5px solid #F3F4F7;
  margin: 32px 0;
}

/**** Tables for plain (GDPR, Datenschutzerkl...) ****/
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 28px;
}
th, td {
  padding: 10px 12px;
  border-bottom: 1.5px solid #ececec;
}

/**** Accessibility: outline for focus ****/
a:focus, button:focus, .cta-primary:focus, .cookie-btn:focus, .mobile-menu-close:focus {
  outline: 2.5px solid #FFCF00;
  outline-offset: 2px;
}

/**** Decorative animated underline for h2 ****/
h2 {
  position: relative;
}
h2::after {
  content: '';
  display: block;
  margin-top: 5px;
  width: 45px;
  height: 3px;
  background: #FFCF00;
  border-radius: 2px;
  transition: width 0.19s;
}
h2:hover::after, h2:focus::after {
  width: 65px;
}

/**** Lists ****/
ul, ol {
  margin-bottom: 10px;
  line-height: 1.6;
}
ul li, ol li {
  margin-bottom: 8px;
}
li strong {
  color: #184C8D;
}

/**** Feature-Item (not in HTML, but included for pattern) ****/
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/**** Animation: subtle fade-in ----/
.fade-in {
  animation: fadeInUp 0.7s cubic-bezier(.35,1.18,.8,1.01);
}
@keyframes fadeInUp {
  from {opacity: 0; transform: translateY(45px);}
  to {opacity: 1; transform: translateY(0);}
}

/**** Misc minor helper classes ****/
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.mt-16 { margin-top: 16px !important; }
.mb-16 { margin-bottom: 16px !important; }
.text-center { text-align: center !important; }

/**** Responsive adjustments for main container on small devices ****/
@media (max-width: 990px) {
  .container { max-width: 98vw; }
}

/**** Prevent element overlap (spacing rules) ****/
.card, .testimonial-card, .feature-grid li, .service-grid li {
  margin-bottom: 20px !important;
}

/**** Make sure all cards/sections have min 20px margin between ****/
.section > *:not(:last-child), section > .container .content-wrapper > *:not(:last-child) {
  margin-bottom: 20px;
}

/**** No absolute positioning for main cards/text-blocks ****/
/* Only decorative images/icons are permitted absolute. All content is in flow. */

/**** Make all interactive elements fully keyboard-accessible ****/
a, button, .cta-primary, .cookie-btn, .mobile-menu-close {
  transition: box-shadow 0.13s;
}
a:focus-visible, button:focus-visible, .cta-primary:focus-visible, .cookie-btn:focus-visible, .mobile-menu-close:focus-visible {
  box-shadow: 0 0 0 3px #FFCF00;
}

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

/**** Avoid overlap with cookie banner (for mobile) ****/
body.with-cookie-banner {
  padding-bottom: 80px;
}
@media (max-width: 550px) {
  body.with-cookie-banner {
    padding-bottom: 120px;
  }
}

/**** Selection color friendly highlight ****/
::selection {
  background: #FFF6B5;
  color: #23304A;
}

/**** For edge-case: narrow tables horizontally scrollable ****/
@media (max-width: 600px) {
  table { display: block; overflow-x: auto; }
}
