/* 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, menu, 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 {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  line-height: 1.5;
  min-height: 100vh;
  background: #191c1e;
  color: #ececec;
  font-family: 'Open Sans', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #191c1e;
}
img, video {
  max-width: 100%;
  height: auto;
}
ul, ol {
  list-style: none;
}
a {
  color: #48a9a6;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #f6fff8;
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  color: #f6fff8;
  letter-spacing: 0.02em;
}
h1 { font-size: 2.5rem; margin-bottom: 16px; line-height: 1.1; }
h2 { font-size: 2rem; margin-bottom: 14px; }
h3 { font-size: 1.3rem; margin-bottom: 10px; }
h4, h5, h6 { font-size: 1.1rem; }
p, ul, ol, address, blockquote {
  font-size: 1rem;
  margin-bottom: 16px;
  color: #ececec;
  line-height: 1.6;
}
strong { color: #f6fff8; font-weight: 700; }

/* Typography / Font smoothing */
body, input, textarea, button {
  font-family: 'Open Sans', Arial, sans-serif;
}

/* Industrial Modern Extra Fonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat:700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');

/* Scrollbar Styling */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-thumb { background: #33393b; border-radius: 8px; }

/* Main Layout Containers */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

/* Header */
header {
  background: #191c1e;
  border-bottom: 2px solid #33393b;
  box-shadow: 0 2px 8px rgba(33, 68, 68, 0.10);
  position: sticky; top: 0; z-index: 1030;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  gap: 20px;
}
.logo img {
  height: 48px;
  width: auto;
  filter: grayscale(25%) brightness(1.1) contrast(1.2);
}
.main-nav {
  display: flex;
  gap: 28px;
  align-items: center;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: 0.08em;
  color: #f6fff8;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  position: relative;
  padding: 4px 0;
  transition: color 0.15s;
}
.main-nav a:hover, .main-nav a:focus {
  color: #48a9a6;
}

.btn-primary, .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 6px;
  border: none;
  transition: background 0.18s, color 0.18s, box-shadow 0.2s;
  min-width: 180px;
  padding: 13px 32px;
  font-size: 1rem;
  box-shadow: 0 2px 8px rgba(30,70,72,0.08), 0 1.5px 0 #33393b;
}
.btn-primary {
  background: linear-gradient(93deg, #216869 89%, #2b3338 100%);
  color: #f6fff8;
  border-bottom: 2px solid #48a9a6;
}
.btn-primary:hover, .btn-primary:focus {
  background: #48a9a6;
  color: #191c1e;
  border-bottom: 2px solid #216869;
  box-shadow: 0 4px 16px rgba(36,122,126,0.12);
}
.btn-secondary {
  background: #33393b;
  color: #48a9a6;
  border-bottom: 2px solid #216869;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #48a9a6;
  color: #191c1e;
  border-bottom: 2px solid #33393b;
  box-shadow: 0 4px 16px rgba(72,169,166,0.13);
}

/* Hamburger/Mobile Menu Btn */
.mobile-menu-toggle {
  display: none;
  font-size: 2.1rem;
  color: #f6fff8;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 8px;
  padding: 6px 16px;
  z-index: 1201;
  transition: background 0.17s;
}
.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus {
  background: #33393b;
  border-radius: 50%;
}

/* Mobile Slide Menu */
.mobile-menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: fixed;
  top: 0; left: 0; bottom: 0;
  width: 96vw;
  max-width: 350px;
  height: 100vh;
  background: #191c1e;
  box-shadow: 2px 0 32px #070808aa;
  transform: translateX(-102%);
  z-index: 1200;
  transition: transform 0.36s cubic-bezier(.5,.1,.23,1);
  padding: 30px 25px 25px 24px;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  font-size: 1.6rem;
  background: none;
  border: none;
  color: #48a9a6;
  cursor: pointer;
  padding: 6px;
  margin-bottom: 16px;
  transition: background 0.19s;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  background: #33393b;
  border-radius: 50%;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
.mobile-nav a {
  color: #f6fff8;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 10px 0;
  font-size: 1.1rem;
  border-bottom: 1px solid #33393b;
  transition: color 0.15s, background 0.16s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #216869;
  color: #f6fff8;
  border-radius: 4px;
}

/* Overlay for mobile menu */
.mobile-menu-backdrop {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(25, 28, 30, 0.55);
  z-index: 1195;
  transition: opacity 0.19s;
}

/* HERO SECTION */
.hero {
  background: linear-gradient(120deg,#22282a 88%, #294746 100%);
  border-bottom: 2px solid #216869;
  min-height: 350px;
  display: flex;
  align-items: center;
  padding: 50px 0 40px 0;
}
.hero .container,
.hero .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.hero h1 { color: #f6fff8; }
.hero p { color: #c9d4d3; font-size: 1.2rem; }
.hero .btn-primary {
  margin-top: 15px;
  font-size: 1.08rem;
}

/* Features Grid */
.features { background: #232828; }
.features .container {
  width: 100%;
}
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 26px;
  margin-bottom: 6px;
}
.feature-grid li {
  background: #232828;
  border: 1.5px solid #33393b;
  border-radius: 12px;
  flex: 1 1 240px;
  min-width: 220px;
  max-width: 340px;
  padding: 28px 20px 20px 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 16px #191c1e17;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  transition: box-shadow 0.23s, border-color 0.23s;
}
.feature-grid li:hover,
.feature-grid li:focus-within {
  box-shadow: 0 8px 32px #48a9a63a;
  border-color: #48a9a6;
}
.feature-grid img {
  width: 48px; height: 48px;
  filter: brightness(0.85) contrast(1.5) drop-shadow(0 0 8px #21686944);
  margin-bottom: 8px;
}
.feature-grid h3 {
  font-size: 1.14rem;
  color: #48a9a6;
}
.feature-grid p {
  color: #c9d4d3;
  font-size: 1rem;
}

/* About-preview & About section */
.about-preview, .about {
  background: #1a2324ed;
  border-left: 4px solid #216869;
  border-radius: 14px;
  padding: 40px 22px 36px 22px;
}
.about-preview h2,
.about h2 {
  color: #f6fff8;
  font-size: 2rem;
}
.about-preview p,
.about p {
  color: #c9d4d3;
  font-size: 1rem;
}
.about-preview ul, .about .brand-values {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 18px 0;
}
.about-preview ul li, .about .brand-values li {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 1.04rem;
  color: #ececec;
}
.about .brand-values img {
  width: 30px; height: 30px;
  filter: grayscale(50%)contrast(1.15);
}

/* Services Overview and List */
.services-overview, .services {
  background: #22282a;
  border-radius: 14px;
  border-right: 4px solid #216869;
  padding: 36px 22px 35px 22px;
  margin-bottom: 40px;
}
.services-list, .services ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 19px 0 18px 9px;
}
.services-list li strong, .services ul li strong {
  color: #48a9a6;
  margin-right: 6px;
}
.service-card {
  background: #232828;
  border: 1.5px solid #33393b;
  border-radius: 12px;
  padding: 28px 21px 20px 21px;
  margin-bottom: 20px;
  box-shadow: 0 2px 16px #191c1e12;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  transition: box-shadow 0.23s, border-color 0.23s;
}
.service-card:hover,
.service-card:focus-within {
  box-shadow: 0 8px 32px #48a9a61a;
  border-color: #48a9a6;
}
.service-card h3 {
  color: #f6fff8;
}
.service-card ul {
  padding-left: 20px;
  gap: 7px;
}
.service-card p strong {
  font-size: 1.1rem;
  color: #48a9a6;
  font-family: 'Montserrat', Arial, sans-serif;
}

/* Cards and Card containers */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #232828;
  border: 2px solid #33393b;
  border-radius: 11px;
  padding: 28px 22px 22px 22px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 3px 16px #191c1e13;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* cta-banner */
.cta-banner {
  background: #232828;
  border-radius: 11px;
  border: 2px solid #216869;
  text-align: center;
  margin-bottom: 40px;
  padding: 42px 0 38px 0;
  box-shadow: 0 4px 32px #21686916;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-banner h2 { color: #f6fff8; }
.cta-banner p { color: #c9d4d3; font-size: 1.13rem; }
.cta-banner .btn-primary {
  margin: 20px auto 0 auto;
  min-width: 210px;
}

/* Testimonials */
.testimonials {
  background: #f6fff8;
  border-radius: 13px;
  border: 2px solid #216869;
  padding: 40px 22px;
  margin-bottom: 60px;
}
.testimonials h2 {
  color: #216869;
  margin-bottom: 18px;
}
.testimonial-card {
  background: #232828;
  border-radius: 10px;
  border-left: 5px solid #48a9a6;
  color: #232828;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 24px 20px 22px;
  margin-bottom: 20px;
  box-shadow: 0 3px 20px #191c1e14;
  transition: box-shadow 0.21s, border-color 0.18s;
}
.testimonial-card blockquote {
  color: #f6fff8;
  margin-bottom: 0;
  font-size: 1.05rem;
  font-style: italic;
  letter-spacing: 0.01em;
}
.testimonial-card cite {
  color: #48a9a6;
  font-size: 0.96rem;
  font-style: normal;
}
@media (max-width: 768px) {
  .testimonials {
    border-radius: 9px;
    padding: 26px 10px;
  }
  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 17px 13px 14px 12px;
  }
}

/* Schedule/Timetable & Pricing Tables */
.timetable-grid, .pricing-table {
  width: 100%;
  background: #232828;
  border-radius: 8px;
  border: 1.8px solid #33393b;
  margin: 0 0 22px 0;
  font-family: 'Open Sans', Arial, sans-serif;
}
.timetable-grid th, .timetable-grid td,
.pricing-table th, .pricing-table td {
  padding: 16px 11px;
  border-bottom: 1px solid #2b3338;
  text-align: left;
  font-size: 1.02rem;
  color: #f6fff8;
}
.timetable-grid th,
.pricing-table th {
  background: #216869;
  color: #f6fff8;
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: 0.04em;
  border-bottom: 2.2px solid #48a9a6;
}
.timetable-grid tr:last-child td,
.pricing-table tr:last-child td {
  border-bottom: none;
}

.session-types, .availability-note, .service-overviews p, .service-overviews ul {
  color: #c9d4d3;
  font-size: 1.01rem;
}
.service-overviews ul {
  margin-left: 18px;
}

/* Blog Listing */
.blog-listing {
  background: #1a2324ed;
  border-radius: 13px;
  border-left: 4px solid #216869;
  padding: 40px 24px;
}
.blog-posts-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 22px;
}
.blog-posts-grid article {
  flex: 1 1 320px;
  min-width: 220px;
  background: #232828;
  border: 1.3px solid #33393b;
  border-radius: 11px;
  box-shadow: 0 3px 10px #21686913;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow 0.14s, border-color 0.16s;
}
.blog-posts-grid article:hover,
.blog-posts-grid article:focus-within {
  border-color: #216869;
  box-shadow: 0 8px 18px #48a9a62a;
}
.blog-posts-grid h3 {
  color: #48a9a6;
  font-size: 1.2rem;
}

.search-bar {
  width: 100%;
  margin-bottom: 15px;
}
.search-bar input[type='text'] {
  width: 100%;
  font-size: 1.05rem;
  padding: 10px 14px;
  border: 1.5px solid #216869;
  border-radius: 5px;
  background: #232828;
  color: #ececec;
  transition: border-color 0.18s;
}
.search-bar input[type='text']:focus {
  outline: none;
  border-color: #48a9a6;
}

.category-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 13px;
}
.category-filter button {
  background: #33393b;
  color: #48a9a6;
  border: 1.5px solid #216869;
  border-radius: 5px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: .99rem;
  padding: 7px 17px;
  cursor: pointer;
  transition: background 0.14s, color 0.08s;
}
.category-filter button:hover, .category-filter button:focus {
  background: #216869;
  color: #fff;
}

/* Newsletter Signup */
.newsletter-signup {
  background: #232828;
  border-left: 4px solid #48a9a6;
  border-radius: 13px;
  padding: 34px 12px 27px 24px;
  margin-bottom: 40px;
}
.newsletter-signup h2 {
  color: #48a9a6;
  font-size: 1.45rem;
}
.newsletter-signup ul {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Contact Page */
.contact address {
  background: #232828;
  padding: 17px 15px 17px 20px;
  border-left: 4px solid #48a9a6;
  border-radius: 6px;
  margin-bottom: 15px;
  font-style: normal;
  color: #c9d4d3;
}
.map {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 19px;
}
.social-links {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0 0 0;
}
.social-links span {
  color: #48a9a6;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.08rem;
}
.social-links a img {
  width: 29px; height: 29px;
  transition: filter 0.13s;
}
.social-links a:hover img, .social-links a:focus img {
  filter: brightness(1.3) contrast(1.1);
}

.contact-form {
  background: #1a2324ed;
  border-radius: 14px;
  border-right: 4px solid #48a9a6;
  padding: 40px 19px 32px 19px;
  margin-bottom: 40px;
}
.contact-form .text-section {
  margin-bottom: 13px;
  color: #c9d4d3;
}

/* Legal Pages Section */
.legal {
  background: #232828;
  border: 1.5px solid #33393b;
  border-radius: 13px;
  padding: 45px 22px 38px 22px;
  margin-bottom: 56px;
}
.legal h1 {
  font-size: 2rem;
  margin-bottom: 13px;
  color: #48a9a6;
}
.legal h2 {
  font-size: 1.15rem;
  margin-top: 21px;
  color: #216869;
}
.legal ul {
  margin-left: 19px;
  margin-top: 11px;
}
.legal li {
  margin-bottom: 8px;
  color: #ececec;
}

/* Confirmation/thanks */
.confirmation {
  background: #22282a;
  border-radius: 13px;
  border-left: 4px solid #48a9a6;
  padding: 44px 18px 38px 24px;
  margin-bottom: 44px;
  text-align: center;
}
.confirmation h1 {
  color: #216869;
  margin-bottom: 14px;
}
.confirmation .btn-primary {
  margin-top: 29px;
}

/* Footer Styles */
footer {
  background: #191c1e;
  border-top: 2.5px solid #33393b;
  box-shadow: 0 -1.5px 6px #0f0f0f13;
  padding: 34px 0 22px 0;
  color: #ececec;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 36px;
  justify-content: space-between;
}
.footer-logo img {
  width: 68px; height: 68px;
  filter: grayscale(60%) brightness(1.13);
  border-radius: 11px;
  border: 1.2px solid #2b3338;
  background: #232828;
  box-shadow: 0 2px 8px #191c1e22;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.footer-nav a {
  color: #48a9a6;
  font-size: 1.02rem;
  font-family: 'Montserrat', Arial, sans-serif;
  transition: color 0.15s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #f6fff8;
  text-decoration: underline;
}
.footer-contact {
  font-size: 0.98rem;
  color: #c9d4d3;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer-contact address {
  font-style: normal;
  color: #ececec;
}

/******** Cookie Consent Banner & Modal ********/
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #232828;
  box-shadow: 0 -4px 26px #191c1e67;
  border-top: 3px solid #216869;
  color: #ececec;
  z-index: 1400;
  padding: 20px 35px 23px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  animation: bannerfadein 0.7s cubic-bezier(.8,.01,.71,1) 1;
}
@keyframes bannerfadein {
  0%{ opacity:0; transform:translateY(68px)}
  100%{ opacity:1; transform:translateY(0)}
}
.cookie-banner-text {
  font-size: 0.96rem;
  color: #ececec;
}
.cookie-banner-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}
.cookie-banner .btn-accept, .cookie-banner .btn-reject, .cookie-banner .btn-settings {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 9px 28px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: background 0.18s, color .11s;
  margin-right: 6px;
}
.cookie-banner .btn-accept {
  background: #216869;
  color: #f6fff8;
  border-bottom: 2px solid #48a9a6;
}
.cookie-banner .btn-accept:hover, .cookie-banner .btn-accept:focus {
  background: #48a9a6;
  color: #232828;
}
.cookie-banner .btn-reject {
  background: #33393b;
  color: #f6fff8;
  border-bottom: 2px solid #216869;
}
.cookie-banner .btn-reject:hover, .cookie-banner .btn-reject:focus {
  background: #216869;
  color: #f6fff8;
}
.cookie-banner .btn-settings {
  background: none;
  color: #48a9a6;
  border: 1.2px solid #48a9a6;
  border-bottom: 2.5px solid #216869;
}
.cookie-banner .btn-settings:hover, .cookie-banner .btn-settings:focus {
  background: #232828;
  color: #f6fff8;
  border-color: #216869;
}

/* Cookie Modal */
.cookie-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(25,28,30,0.73);
  z-index: 1500;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: modalfadein 0.4s cubic-bezier(.51,.2,.46,1.1) 1;
}
@keyframes modalfadein { 0%{opacity:0;} 100%{opacity:1;} }
.cookie-modal-content {
  background: #22282a;
  border: 3px solid #216869;
  border-radius: 13px;
  color: #f6fff8;
  min-width: 320px;
  max-width: 95vw;
  width: 420px;
  padding: 34px 28px 29px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 8px 40px #191c1e7c;
  animation: modalpop 0.35s cubic-bezier(.61,.12,.51,1.1) 1;
}
@keyframes modalpop {
  0%{ transform:scale(.82); opacity:0; }
  100%{ transform:scale(1); opacity:1; }
}
.cookie-modal-content h3 {
  color: #48a9a6;
  margin-bottom: 17px;
  font-size: 1.15rem;
}
.cookie-modal-content ul {
  margin: 0 0 19px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.cookie-modal-content li {
  display: flex;
  align-items: center;
  font-size: 1.01rem;
  gap: 14px;
  color: #ececec;
}
.cookie-toggle {
  margin-left: auto;
  width: 44px; height: 26px;
  background: #33393b;
  border-radius: 14px;
  border: 1.5px solid #216869;
  position: relative;
  cursor: pointer;
  transition: background 0.19s;
}
.cookie-toggle[aria-checked="true"] {
  background: #216869;
  border-color: #48a9a6;
}
.cookie-toggle:after {
  content: '';
  display: block;
  width: 22px; height: 22px;
  background: #f6fff8;
  border-radius: 50%;
  box-shadow: 0 2px 6px #191c1e1a;
  position: absolute;
  left: 2px; top: 1.5px;
  transition: left 0.22s;
}
.cookie-toggle[aria-checked="true"]:after {
  left: 20px;
}
.cookie-modal-actions {
  display: flex;
  gap: 16px;
  margin-top: 17px;
  width: 100%;
}
.cookie-modal-close {
  background: none;
  color: #48a9a6;
  border: none;
  font-size: 1.18rem;
  margin-left: auto;
  position: absolute;
  top: 17px;
  right: 18px;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.16s;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  background: #216869;
  color: #f6fff8;
}

/* Responsive Design */
@media (max-width: 1100px) {
  .container { max-width: 97vw; }
  .content-wrapper { gap: 18px; }
}
@media (max-width: 900px) {
  header .container { gap: 12px; }
  .main-nav { gap: 14px; }
  .footer-logo img { width: 45px; height: 45px; }
}
@media (max-width: 900px) {
  .about-preview, .about, .services-overview, .services, .legal, .cta-banner {
    padding-left: 13px; padding-right: 13px;
  }
}
@media (max-width: 980px) {
  .footer-contact{ font-size: 0.95rem; }
  .footer-logo img { width: 35px; height: 35px; }
}

@media (max-width: 768px) {
  .container { padding: 0 10px; }
  .main-nav { display: none !important; }
  .mobile-menu-toggle { display: block; }

  /* Footer responsive */
  footer .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  /* Hero section + General content layouts */
  .hero, .cta-banner, .about-preview, .about, .services-overview, .services, .legal, .confirmation, .newsletter-signup, .blog-listing {
    padding-left: 7px; padding-right: 7px;
  }
  .hero .container, .hero .content-wrapper, .content-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
  }
  .feature-grid, .blog-posts-grid {
    flex-direction: column;
    gap: 13px;
  }
  .service-card, .card, .testimonial-card, .feature-grid li, .blog-posts-grid article {
    min-width: unset;
    max-width: inherit;
    padding: 18px 9px 16px 9px;
  }
  .testimonials, .cta-banner, .about, .about-preview, .legal {
    padding: 15px 6px;
  }
  .footer-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media (max-width: 520px) {
  html {font-size: 15px;}
  .logo img {height:34px;}
  .footer-logo img {width:28px;height:28px;}
  .cookie-modal-content {width:99vw;min-width:unset;max-width:99vw;}
  .cookie-modal-content {padding-left:6px;padding-right:4px;}
}

/* Utility classes for spacing and layout per requirements */
.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;
    align-items: flex-start;
    gap: 16px;
  }
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* Miscellaneous styles for strong hierarchy & visual cues */
hr { border: none; border-top: 1.3px solid #33393b; margin: 34px 0; }
mark { background: #48a9a687; color: #232828; border-radius: 3px; padding: 0 3px; }

/* Transitions and focus visible for all interactive elements */
button, a, input, .btn-primary, .btn-secondary, .category-filter button,
.cookie-banner .btn-accept, .cookie-banner .btn-reject, .cookie-banner .btn-settings, .cookie-modal-close {
  outline: none;
  transition: box-shadow 0.18s, outline-color 0.18s;
}
button:focus-visible, a:focus-visible {
  outline: 3px solid #48a9a6;
}

/* Prevent user-select on logos and menu close */
.logo img, .footer-logo img, .mobile-menu-close { user-select: none; }

/* Remove default outline for mouse users on button, keep for keyboard */
:focus:not(:focus-visible) { outline: none; }

/* Hide elements visually but keep accessible (for screenreaders) */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
