/* ===========================================================
   FlickerBrain Outdoor | Luxury Premium Style CSS
   ===========================================================
   - Modern CSS reset & normalize
   - Luxury color scheme: #205059 (primary), #B5A16B (gold), #F2F6F4 (accent), white, #1C2630
   - Premium font-stack using PT Sans (display) & Roboto (body)
   - Responsive flexbox-only layouts
   - All interactive elements styled (hover, focus, transitions)
   - Mobile menu & cookie consent banner
   =========================================================== */

/* =======================
   1. RESET & BASE STYLES
   ======================= */
html {
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  border: none;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
  color: #1C2630;
  background: #F2F6F4;
  min-height: 100vh;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
a {
  color: #205059;
  text-decoration: none;
  transition: color 0.2s;
}
a:focus,
a:hover {
  color: #B5A16B;
  outline: none;
}
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
input, button, textarea, select {
  font-family: inherit;
  font-size: 1em;
  background: none;
}
button {
  cursor: pointer;
  border: none;
  background: transparent;
  transition: background 0.2s, color 0.2s;
}

/* ================
   2. TYPOGRAPHY
   ================ */
h1, h2, h3, h4, h5, h6 {
  font-family: 'PT Sans', 'Roboto', Arial, sans-serif;
  font-weight: 700;
  color: #205059;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}
h1 { font-size: 2.75rem; margin-bottom: 24px; }
h2 { font-size: 2rem; margin-bottom: 20px; }
h3 { font-size: 1.3rem; margin-bottom: 12px; }
h4 { font-size: 1.1rem; margin-bottom: 10px; }

@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
  h3 { font-size: 1rem; }
}

.subheadline,
.thankyou-message {
  font-size: 1.25rem;
  font-family: 'Roboto', Arial, sans-serif;
  color: #205059;
  font-weight: 400;
  margin-bottom: 18px;
  max-width: 36em;
}
p, li, label {
  font-size: 1rem;
  margin-bottom: 12px;
  color: #1C2630;
}
strong { color: #205059; font-weight: 700; }
.price { color: #B5A16B; font-weight: 600; margin-left: 8px; }

/* ===============================
   3. LUXURY COLOR PALETTE & BASE
   =============================== */
:root {
  --primary: #205059;
  --secondary: #B5A16B;
  --accent: #F2F6F4;
  --bg-dark: #1C2630;
  --white: #fff;
  --text-main: #1C2630;
  --text-light: #F2F6F4;
  --shadow-lg: 0 10px 30px rgba(32,80,89,0.08);
  --shadow-md: 0 4px 16px rgba(32,80,89,0.12);
  --border-gold: 2px solid #B5A16B;
  --radius-lg: 20px;
  --radius-md: 12px;
  --radius-sm: 7px;
}

/* =================
   4. CONTAINERS
   ================= */
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ===================
   5. LAYOUT SECTIONS
   =================== */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}

.card {
  margin-bottom: 20px;
  position: relative;
  background: var(--accent);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  padding: 28px 24px;
  min-width: 260px;
  flex: 1 1 260px;
  transition: box-shadow 0.2s, transform 0.2s;
  border: 1.5px solid rgba(181,161,107, 0.07);
}
.card:hover {
  box-shadow: 0 8px 22px rgba(32,80,89,0.13);
  transform: translateY(-2px) scale(1.01);
  border-color: #B5A16B;
}

.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;
  align-items: flex-start;
  gap: 18px;
  padding: 30px 22px 26px 22px;
  background: #fff;
  border-radius: var(--radius-md);
  margin-bottom: 20px;
  box-shadow: var(--shadow-md);
  border-left: 4px solid var(--secondary);
  max-width: 520px;
  font-size: 1.09rem;
  position: relative;
  z-index: 1;
}
.testimonial-meta {
  font-size: 0.97em;
  font-style: italic;
  color: #6b5f46;
  margin-top: 2px;
}
.rating-summary {
  font-size: 1.1em;
  color: var(--primary);
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 18px;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* ==== Feature/Service Grids in ULs ===== */
.feature-grid, .feature-list, .categories-grid, .article-list,
.highlighted-articles, .service-list, .course-list, .target-group-list, .opening-hours, .blog-highlights, .service-description-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .feature-grid, .feature-list, .categories-grid, .article-list,
  .highlighted-articles, .service-list, .course-list, .target-group-list, .opening-hours, .blog-highlights, .service-description-list {
    gap: 18px;
  }
}
.feature-grid > li, .feature-list > li {
  background: var(--accent);
  border-radius: var(--radius-sm);
  box-shadow: 0 2px 10px rgba(32,80,89,0.07);
  border: 1.3px solid rgba(181,161,107,0.11);
  flex: 1 1 210px;
  min-width: 180px;
  max-width: 270px;
  padding: 22px 18px 18px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.feature-grid > li img, .feature-list > li img {
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  filter: drop-shadow(0 2px 6px #e9e3c7);
}
.feature-grid > li strong,
.feature-list > li h3 {
  color: #205059;
  font-weight: 700;
  margin-bottom: 7px;
}
.feature-grid > li:hover, .feature-list > li:hover {
  box-shadow: 0 8px 20px rgba(32,80,89,0.08);
  border-color: var(--secondary);
}

.service-list > li, .course-list > li {
  flex: 1 1 270px;
  background: #fff;
  border-radius: var(--radius-sm);
  margin-bottom: 8px;
  padding: 16px 18px;
  border-left: 3px solid var(--secondary);
  font-size: 1.08rem;
  font-weight: 400;
  box-shadow: 0 1px 8px rgba(32,80,89,0.07);
}

.article-list > li,
.highlighted-articles > li,
.categories-grid > li,
.blog-highlights > li {
  flex: 1 1 220px;
  background: #fff;
  border-radius: var(--radius-sm);
  margin-bottom: 10px;
  padding: 13px 16px;
  box-shadow: 0 1px 6px rgba(32,80,89,0.07);
  font-size: 1.07rem;
  transition: background 0.2s;
}
.article-list > li > a,
.highlighted-articles > li > a,
.blog-highlights > li > a {
  color: #205059;
  font-weight: 500;
  transition: color 0.16s;
}
.article-list > li:hover, .highlighted-articles > li:hover, .categories-grid > li:hover, .blog-highlights > li:hover {
  background: #F2F6F4;
}
.article-list > li:hover > a, .highlighted-articles > li:hover > a, .blog-highlights > li:hover > a {
  color: #B5A16B;
}

.categories-grid > li {
  min-width: 150px;
  text-align: center;
  border-left: 3px solid #B5A16B;
  background: #fff;
  color: #205059;
  font-weight: 500;
}

.opening-hours > li {
  background: #F2F6F4;
  border-radius: var(--radius-sm);
  padding: 7px 14px;
  font-size: 1.04em;
  margin-bottom: 8px;
}

/* =========================
   6. HEADER & NAVIGATION
   ========================= */
header {
  background: var(--white);
  box-shadow: 0 2px 14px rgba(32,80,89,0.12);
  position: sticky;
  top: 0;
  z-index: 100;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 22px;
}
.logo img {
  width: 160px;
  height: auto;
  display: block;
}
.main-nav {
  display: flex;
  gap: 26px;
  align-items: center;
}
.main-nav a {
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 1rem;
  color: #205059;
  font-weight: 600;
  padding: 4px 2px;
  letter-spacing: 0.02em;
  border-bottom: 2px solid transparent;
  transition: color 0.17s, border-color 0.22s;
}
.main-nav a:hover, .main-nav a:focus {
  color: #B5A16B;
  border-bottom: 2px solid #B5A16B;
}

.btn.primary, .btn.secondary {
  font-size: 1rem;
  padding: 12px 29px;
  border-radius: 26px;
  font-weight: 700;
  font-family: 'PT Sans', Arial, sans-serif;
  box-shadow: 0 1px 6px rgba(32,80,89,0.05);
  border: none;
  margin-left: 12px;
  display: inline-block;
  transition: background 0.2s, color 0.15s, box-shadow 0.18s, border 0.14s;
  outline: none;
  vertical-align: middle;
}
.btn.primary {
  background: #205059;
  color: #fff;
  border: 2.2px solid #B5A16B;
}
.btn.primary:hover,
.btn.primary:focus {
  background: #B5A16B;
  color: #205059;
  box-shadow: 0 4px 18px rgba(32,80,89,0.14);
  border-color: #205059;
}
.btn.secondary {
  background: transparent;
  color: #205059;
  border: 2.2px solid #B5A16B;
}
.btn.secondary:hover,
.btn.secondary:focus {
  background: #B5A16B;
  color: #fff;
  border-color: #205059;
  box-shadow: 0 4px 18px rgba(32,80,89,0.14);
}

.mobile-menu-toggle {
  display: none;
  font-size: 1.95rem;
  color: #205059;
  background: none;
  border-radius: 50%;
  padding: 7px 13px;
  border: 2px solid #B5A16B;
  transition: background 0.16s, color 0.16s, border 0.17s;
}
.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus {
  background: #B5A16B;
  color: #fff;
  border-color: #205059;
}

@media (max-width: 950px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  .btn.primary {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .logo img { width: 124px; }
}

/* ====================
   7. MOBILE MENU
   ==================== */
.mobile-menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(32, 80, 89, 0.97);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transform: translateX(-100%);
  transition: transform 0.34s cubic-bezier(.7,.1,.25,1);
  padding: 0;
}
.mobile-menu.open {
  transform: translateX(0%);
  box-shadow: 0 8px 70px rgba(32,80,89,0.30);
}
.mobile-menu-close {
  margin: 24px 0 12px 18px;
  font-size: 2.4rem;
  color: #B5A16B;
  background: none;
  padding: 4px 8px;
  border-radius: 50%;
  border: 1.5px solid #fff;
  transition: background 0.13s, color 0.13s;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  background: #B5A16B;
  color: #205059;
  border-color: #B5A16B;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-left: 26px;
  margin-top: 18px;
}
.mobile-nav a {
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 1.24rem;
  color: #fff;
  padding: 8px 0;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  transition: color 0.14s, border-color 0.13s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #B5A16B;
  border-bottom: 2px solid #B5A16B;
}

/* Hide main nav on mobile */
@media (max-width: 950px) {
  .main-nav {
    display: none !important;
  }
}
.mobile-menu {
  display: flex;
}

/* ========================
   8. HERO SECTIONS
   ======================== */
.hero {
  background: linear-gradient(120deg, #F2F6F4 70%, #B5A16B 200%);
  padding: 54px 0 44px 0;
  margin-bottom: 60px;
}
.hero .container {
  min-height: 290px;
}
.hero .content-wrapper {
  align-items: flex-start;
  max-width: 700px;
  background: rgba(255,255,255,0.95);
  border-radius: var(--radius-lg);
  padding: 36px 27px 32px 27px;
  box-shadow: var(--shadow-lg);
  gap: 17px;
}
@media (max-width: 800px) {
  .hero .content-wrapper {
    padding: 20px 10px 16px 10px;
  }
}
@media (max-width: 600px) {
  .hero {
    padding: 32px 0 18px 0;
    margin-bottom: 25px;
  }
}

/* ================
   9. SERVICES
   ================ */
.services {
  background: var(--accent);
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 24px rgba(32,80,89,0.07);
}
.services .content-wrapper {
  gap: 18px;
}
.services .btn.secondary {
  margin-top: 18px;
}
.service-description-list {
  margin-top: 10px;
}

/* ================
   10. BLOG INTRO
   ================ */
.blog-intro {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 34px 20px;
  margin-bottom: 50px;
}

/* ================
   11. FOOTER
   ================ */
footer {
  background: #205059;
  color: #F2F6F4;
  padding: 0;
  margin-top: 80px;
  font-size: 1rem;
}
footer .container {
  padding: 38px 20px 16px 20px;
  flex-direction: column;
  max-width: 1240px;
}
.footer-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  justify-content: space-between;
}
.footer-col {
  flex: 1 1 250px;
  min-width: 190px;
  margin-bottom: 20px;
  color: #F2F6F4;
}
.footer-col h3 {
  color: #B5A16B;
  font-size: 1.15rem;
  margin-bottom: 10px;
}
.footer-col img {
  width: 58px;
  margin-bottom: 14px;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 9px;
  margin-bottom: 14px;
}
.contact-info img {
  width: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  margin-bottom: 2px;
}
.contact-info a {
  color: #F2F6F4;
  text-decoration: underline;
  font-weight: 500;
  margin-left: 3px;
}
.footer-hours {
  font-size: 0.98em;
  margin-top: 9px;
}
.quick-links {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.quick-links a {
  color: #F2F6F4;
  transition: color 0.12s;
  font-weight: 500;
  padding: 2px 0;
}
.quick-links a:hover, .quick-links a:focus {
  color: #B5A16B;
}

/* Newsletter Form */
.footer-col form {
  display: flex;
  gap: 10px;
}
.footer-col input[type="email"] {
  border-radius: 24px;
  border: 1.5px solid #B5A16B;
  padding: 9px 17px;
  font-size: 1em;
  outline: none;
  margin-right: 5px;
}
.footer-col input[type="email"]:focus {
  border: 2px solid #205059;
}

.footer-bottom {
  margin-top: 20px;
  font-size: 0.97em;
  color: #D9CBA4;
  text-align: center;
  letter-spacing: 0.03em;
}

/* Simple Footer for pages with fewer cols */
.footer-simple {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-contact {
  max-width: 270px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.footer-links {
  min-width: 160px;
}

@media (max-width: 900px) {
  .footer-cols, .footer-simple {
    flex-direction: column;
    gap: 18px;
  }
  .footer-col, .footer-contact, .footer-links {
    min-width: 0;
    max-width: 100%;
  }
}

/* ================
   12. LEGAL SECTIONS
   ================ */
.legal {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: 38px 18px 34px 18px;
  margin: 40px 0;
}
.legal ul {
  margin-top: 12px;
  padding-left: 20px;
}
.legal ul li {
  list-style: disc inside;
  color: #205059;
  margin-bottom: 9px;
}

/* ================
   13. THANK YOU PAGE
   ================ */
.thankyou .content-wrapper {
  align-items: center;
  text-align: center;
  padding: 48px 0 30px 0;
  background: rgba(255,255,255,0.94);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  gap: 19px;
}
.thankyou-message {
  margin-top: 8px;
  margin-bottom: 20px;
}

/* ================
   14. CONTACT DETAILS
   ================ */
.contact-details {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  margin-bottom: 44px;
}
.contact-details .content-wrapper {
  gap: 32px;
}
.map-placeholder {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #F2F6F4;
  border-radius: var(--radius-sm);
  padding: 16px 14px;
  margin-top: 11px;
  box-shadow: 0 1px 5px rgba(32,80,89,0.06);
}
.map-placeholder img {
  width: 30px;
}

.quick-facts ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.quick-facts img {
  width: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

/* =======================
   15. RESPONSIVE LAYOUTS
   ======================= */
@media (max-width: 950px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .content-grid, .text-image-section, .footer-cols, .footer-simple {
    flex-direction: column;
    gap: 14px;
  }
  .feature-grid, .feature-list, .categories-grid, .article-list {
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .card-container, .content-grid, .feature-grid, .feature-list {
    flex-direction: column;
    gap: 14px;
  }
  .testimonial-card {
    max-width: 100%;
    padding: 17px 12px 15px 12px;
  }
  .hero .content-wrapper,
  .thankyou .content-wrapper {
    padding: 18px 7px;
  }
  .footer-cols, .footer-simple {
    gap: 14px;
  }
}
@media (max-width: 480px) {
  .section, .hero, .contact-details, .legal {
    padding-left: 4px;
    padding-right: 4px;
  }
  .btn.primary, .btn.secondary {
    padding: 9px 14px;
    font-size: 0.95rem;
  }
  .logo img {
    width: 90px;
  }
}

/* =======================
   16. INTERACTIVE ELEMENTS
   ======================= */
input[type="text"], input[type="email"], textarea {
  background: #F2F6F4;
  border-radius: 18px;
  border: 1.5px solid #B5A16B;
  padding: 9px 16px;
  font-size: 1em;
  margin-bottom: 12px;
  width: 100%;
  color: #1C2630;
  transition: border 0.17s;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  border: 2px solid #205059;
  outline: none;
}
form button[type="submit"] {
  margin-left: 0;
  margin-top: 6px;
}

/* ========================
   17. COOKIE CONSENT BANNER
   ======================== */
.cookie-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11000;
  background: #1C2630;
  color: #F2F6F4;
  padding: 18px 14px 18px 14px;
  box-shadow: 0 -2px 26px rgba(32,80,89,0.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  transition: transform 0.28s cubic-bezier(.7,.1,.25,1), opacity 0.18s linear;
  opacity: 1;
  transform: translateY(0);
}
.cookie-consent-banner.hide {
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}
.cookie-consent-banner .cookie-text {
  font-size: 1.09rem;
  margin-right: 22px;
  color: #F2F6F4;
}
.cookie-consent-banner .cookie-actions {
  display: flex;
  gap: 11px;
}
.cookie-consent-banner .btn {
  padding: 10px 22px;
  border-radius: 20px;
  font-size: 1em;
}
.cookie-consent-banner .btn.cookie-accept {
  background: #B5A16B;
  color: #205059;
  border: none;
}
.cookie-consent-banner .btn.cookie-accept:hover,
.cookie-consent-banner .btn.cookie-accept:focus {
  background: #fff;
  color: #205059;
  border: 2px solid #B5A16B;
}
.cookie-consent-banner .btn.cookie-reject {
  background: transparent;
  border: 2px solid #B5A16B;
  color: #B5A16B;
}
.cookie-consent-banner .btn.cookie-reject:hover,
.cookie-consent-banner .btn.cookie-reject:focus {
  background: #B5A16B;
  color: #fff;
}
.cookie-consent-banner .btn.cookie-settings {
  background: transparent;
  border: 1.5px solid #F2F6F4;
  color: #F2F6F4;
}
.cookie-consent-banner .btn.cookie-settings:hover,
.cookie-consent-banner .btn.cookie-settings:focus {
  background: #205059;
  color: #B5A16B;
  border: 1.5px solid #B5A16B;
}

@media (max-width: 600px) {
  .cookie-consent-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 8px 14px 8px;
  }
  .cookie-consent-banner .cookie-actions {
    flex-direction: row;
    gap: 7px;
  }
  .cookie-consent-banner .cookie-text {
    margin-right: 0;
    font-size: 1em;
  }
}

/* Cookie Consent Modal */
.cookie-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(32,80,89,0.45);
  z-index: 11001;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.18s;
}
.cookie-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -48%) scale(1);
  background: #fff;
  color: #205059;
  padding: 33px 24px 29px 24px;
  border-radius: var(--radius-md);
  box-shadow: 0 4px 40px rgba(32,80,89,0.28);
  z-index: 11010;
  min-width: 300px;
  max-width: 94vw;
  max-height: 94vh;
  overflow-y: auto;
  transition: opacity 0.18s, transform 0.22s;
}
.cookie-modal.hide {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%,-48%) scale(0.97);
}
.cookie-modal h2 {
  color: #205059;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.cookie-modal .cookie-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F2F6F4;
  border-radius: 13px;
  padding: 13px 17px;
  font-size: 1.09rem;
  margin-bottom: 12px;
}
.cookie-modal .cookie-category.essential {
  color: #B5A16B;
  font-weight: 600;
}
.cookie-modal .cookie-toggle {
  min-width: 30px;
  min-height: 22px;
}
.cookie-modal .cookie-modal-actions {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}
.cookie-modal .btn {
  padding: 10px 23px;
  font-size: 1em;
}
.cookie-modal .btn.primary {
  background: #205059;
  color: #fff;
  border: 2px solid #B5A16B;
}
.cookie-modal .btn.primary:hover {
  background: #B5A16B;
  color: #205059;
}

@media (max-width: 600px) {
  .cookie-modal {
    padding: 15px 7px 10px 7px;
  }
}

/* ==============
 18. MICRO-ANIMATIONS
 =============== */
.btn, .card, .feature-grid > li, .feature-list > li, .testimonial-card, .cookie-consent-banner, .cookie-modal, .cookie-consent-banner .btn {
  transition: box-shadow 0.18s, background 0.16s, color 0.16s, border 0.16s, transform 0.17s, opacity 0.18s;
}

/* =============================
   19. HIGH CONTRAST SECTIONS
   ============================= */
.testimonial, .testimonial-card, .rating-summary {
  background: #fff !important;
  color: #205059 !important;
}
.testimonial-card p {
  color: #1C2630;
}
.rating-summary {
  background: none !important;
  color: #205059 !important;
}

/* Ensure testimonials/reviews are fully readable on all screens */
@media (max-width: 540px) {
  .testimonial-card {
    padding: 12px 6px 12px 9px;
    font-size: 1em;
  }
}

/* ===== Map and Inline Icons (contact-details etc) ===== */
.map-placeholder img, .quick-facts img, .contact-info img {
  filter: brightness(0.7) sepia(0.15) hue-rotate(15deg) saturate(1.1);
}

/* ==============================
   20. ADDITIONAL SPACING & UTILS
   ============================== */
.mt-8 { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mb-12 { margin-bottom: 12px; }
.mb-20 { margin-bottom: 20px; }
.mb-32 { margin-bottom: 32px; }

/* ----- Hide visually but keep accessible ----- */
.visually-hidden { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; }