/* ===========================================================================
   RESET & BASELINE NORMALIZATION
============================================================================ */
/* Reset box model and remove default browser styling */
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, button, input, textarea, select, nav, section, article, footer, header, main {
  margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
  box-sizing: border-box;
}
html { box-sizing: border-box; height: 100%; }
*, *:before, *:after { box-sizing: inherit; }
body {
  min-height: 100vh;
  background: #22354a;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #F4F5F3;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  transition: background 0.2s;
}
:root {
  --primary: #22354a;
  --primary-2: #345060;
  --secondary: #F4F5F3;
  --secondary-2: #fff;
  --accent: #E98B3B;
  --industrial-metal: #9ca3af;
  --industrial-shadow: rgba(20,20,23,0.20);
  --border-radius: 12px;
  --transition: 0.25s cubic-bezier(0.4,0,0.2,1);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: underline; transition: color var(--transition); }
a:hover { color: #cf7617; text-decoration: none; }
strong, b { font-weight: 600; }
em, i { font-style: italic; }
ul, ol { padding-left: 24px; margin-bottom: 16px; }
li { margin-bottom: 8px; }

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: var(--secondary);
  margin-bottom: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
h1 { font-size: 2.4rem; line-height: 1.1; }
h2 { font-size: 2rem; line-height: 1.2; }
h3 { font-size: 1.35rem; line-height: 1.28; }
h4, h5, h6 { font-size: 1rem; line-height: 1.32; }
p, li, ul, ol, label, span, div {
  font-size: 1rem; color: var(--secondary); font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.text-section h2, .text-section h3, .text-section h4 { color: var(--secondary-2); }

/* Headings/Display color accent */
h2, h3.section-title { border-left: 4px solid var(--accent); padding-left: 16px; }

/* ===========================================================================
   LAYOUT STRUCTURE
============================================================================ */
.container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.content-wrapper {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
}
.text-section {
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

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

/* Section Heading Spacing */
.content-wrapper > h2 { margin-bottom: 16px; }

/* Card Spacing & Flex Layouts (MANDATORY) */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #2f4257;
  border-radius: var(--border-radius);
  box-shadow: 0 2px 8px var(--industrial-shadow);
  margin-bottom: 20px;
  padding: 28px 24px 28px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #36495f;
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: stretch;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fafafc;
  border-radius: var(--border-radius);
  box-shadow: 0 4px 16px rgba(40,50,63,.14),0 1.5px 4px rgba(40,55,65,0.07);
  margin-bottom: 20px;
  min-width: 260px;
  max-width: 430px;
  color: #22354a;
}
.testimonial-card p {
  color: #22354a;
  font-size: 1.04em;
  line-height: 1.7;
}
.testimonial-author {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--primary);
}
.star-rating {
  color: #b59850;
  font-size: 1.15em;
  letter-spacing: 0.06em;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #2f4257;
  border-radius: var(--border-radius);
  box-shadow: 0 2px 8px var(--industrial-shadow);
  padding: 26px 20px 22px 20px;
  min-width: 220px;
  max-width: 330px;
  border: 1.2px solid #36495f;
  margin-bottom: 20px;
  transition: box-shadow var(--transition), border var(--transition), transform var(--transition);
}
.feature-item img { max-width: 54px; filter: grayscale(7%) contrast(1.05); }
.feature-item h3 { color: var(--accent); font-size: 1.11rem; margin-bottom: 7px; }
.feature-item p { color: var(--secondary); opacity: 0.97; font-size: 1em; }
.feature-item:hover {
  box-shadow: 0 8px 26px rgba(20,20,23,0.22),0 1.5px 10px rgba(40,55,65,0.10);
  border-color: var(--accent);
  transform: scale(1.034);
}

.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}

/* Testimonials slider as horizontal card list */
.testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
  justify-content: flex-start;
}

/* Service Details Section */
.service-details {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}
.service-item {
  background: #36495f;
  color: var(--secondary);
  border-radius: var(--border-radius);
  padding: 28px 24px;
  margin-bottom: 20px;
  min-width: 220px;
  flex: 1 1 280px;
  box-shadow: 0 2px 8px var(--industrial-shadow);
  border: 1px solid #415874;
  display: flex; flex-direction: column; gap: 14px;
}
.booking-info, .schedule-overview {
  background: #2b3c4d;
  color: var(--secondary);
  border-radius: 9px;
  padding: 16px 18px;
  margin-bottom: 20px;
  font-size: 1em;
  border-left: 5px solid var(--accent);
}

/* Lists */
ul {
  list-style-type: disc;
  color: var(--secondary-2);
  margin-bottom: 18px;
}
.text-section ul li, .content-wrapper ul li {
  margin-bottom: 12px;
  color: var(--secondary);
}
ul li span {font-weight: 600;}

/* ===========================================================================
   HEADER & NAVIGATION
============================================================================ */
header {
  width: 100%;
  background: #1a2533;
  padding: 0;
  border-bottom: 1.5px solid #293241;
  box-shadow: 0 3px 16px rgba(30,38,48,0.13);
  position: sticky; top: 0; z-index: 1020;
}
header .container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
.logo {
  display: flex;
  align-items: center;
  margin-right: 18px;
}
.logo img { height: 48px; width: auto; display: block; }

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
header nav a {
  color: #F4F5F3;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.015em;
  padding: 5px 9px;
  border-radius: 8px;
  background: none;
  text-decoration: none;
  transition: background var(--transition), color var(--transition);
  font-weight: 500;
}
header nav a:hover, header nav a:focus {
  background: var(--accent);
  color: #22354a;
}

.btn, .btn-primary {
  padding: 10px 26px;
  background: var(--accent);
  color: #22354a;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.025em;
  border: none;
  border-radius: 24px;
  box-shadow: 0 2.5px 10px rgba(70,48,20,0.07);
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin-left: 18px;
  transition: background var(--transition), color var(--transition), box-shadow var(--transition);
}
.btn-primary:hover, .btn-primary:focus {
  background: #cf7617;
  color: #fff;
  box-shadow: 0 6px 22px rgba(233,139,59,0.19);
}

/* ===========================================================================
   FOOTER
============================================================================ */
footer {
  width: 100%;
  background: #1a2533;
  border-top: 1px solid #283445;
  padding: 32px 0 18px 0;
  margin-top: 40px;
}
footer .container {
  flex-direction: column;
  align-items: center;
}
footer .content-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  width: 100%;
  padding: 0;
}
footer nav {
  gap: 12px;
}
footer nav a {
  color: var(--industrial-metal);
  font-size: 0.97rem;
  background: none;
  border-radius: 6px;
  padding: 4px 8px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  text-decoration: none;
  transition: background var(--transition), color var(--transition);
}
footer nav a:hover {
  color: var(--secondary-2);
  background: var(--primary-2);
}
footer .legal-notice {
  color: #b9bdc4;
  font-size: 0.98em;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  text-align: right;
}

/* ===========================================================================
   MOBILE MENU (BURGER NAVIGATION)
============================================================================ */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2.2rem;
  color: var(--accent);
  position: absolute;
  right: 28px; top: 13px;
  z-index: 1061;
  padding: 0 8px;
  cursor: pointer;
  transition: color var(--transition);
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  color: #faab61;
  outline: none;
}
.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: #22354ae0;
  z-index: 1060;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transform: translateX(-102vw);
  transition: transform 0.38s cubic-bezier(.55,0,.15,1);
  pointer-events: none;
  opacity: 0;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu-close {
  background: none;
  border: none;
  color: var(--accent);
  font-size: 2.1rem;
  margin: 22px 0 0 18px;
  align-self: flex-start;
  cursor: pointer;
  transition: color var(--transition);
  z-index: 1080;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #faab61;
  outline: none;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 36px 0 0 34px;
}
.mobile-nav a {
  color: var(--secondary-2);
  font-size: 1.10rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  background: none;
  border-radius: 13px;
  padding: 14px 24px 14px 10px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: background var(--transition), color var(--transition);
}
.mobile-nav a:active, .mobile-nav a:focus, .mobile-nav a:hover {
  background: var(--accent);
  color: #22354a;
}

@media (max-width: 1050px) {
  nav {gap: 11px;}
  .footer .content-wrapper {gap: 24px;}
}
@media (max-width: 900px) {
  header .container {padding: 10px 10px;}
  .container {padding: 0 10px;}
  .feature-item {min-width: 185px;}
}
@media (max-width: 880px) {
  .feature-grid, .testimonial-slider, .service-details {
    gap: 14px;
  }
}
@media (max-width: 865px) {
  .feature-item {max-width: 260px; min-width: 150px;}
  .text-image-section {gap: 18px;}
}

@media (max-width: 768px) {
  h1 { font-size: 1.7rem; }
  h2 { font-size: 1.25rem; }
  .section {padding: 27px 6px; margin-bottom: 35px;}
  .container {padding: 0 7px;}
  .feature-grid, .testimonial-slider, .service-details, .card-container, .content-grid {
    gap: 10px;
    justify-content: center;
  }
  .feature-item, .card, .service-item, .testimonial-card {
    min-width: 155px; max-width: 100%;
    padding: 16px 8px 12px 11px;
  }
  .card-container, .content-grid, .testimonial-slider, .feature-grid {
    flex-direction: column;
    align-items: stretch;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
  }
  header .container { flex-direction: row; }
  nav {
    display: none !important;
  }
  .mobile-menu-toggle { display: block; }
  .btn.btn-primary { margin-left: 4px; }
  footer .content-wrapper {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    padding: 0 4px;
  }
}
@media (max-width: 525px) {
  h1 { font-size: 1.12rem; }
  h2 { font-size: 1rem; }
  .btn,
  .btn-primary { font-size: 0.97rem; padding: 8px 13px; }
  .logo img { height: 36px; }
  .feature-item img { max-width: 38px; }
  .card, .service-item, .feature-item, .testimonial-card { padding: 9px 4px 9px 7px; }
}

/* ===========================================================================
   CTA BUTTON STYLES
============================================================================ */
.btn, .btn-primary {
  box-shadow: 0 2.5px 10px rgba(70,48,20,0.07);
  text-transform: none;
  border: none;
  border-radius: 32px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  transition: background var(--transition), color var(--transition), box-shadow var(--transition);
  outline: none;
}
.btn-primary:focus { outline: 2px solid var(--accent); }

/* ===========================================================================
   COOKIE CONSENT BANNER + MODAL
============================================================================ */
.cookie-consent-banner {
  position: fixed;
  bottom: 0; left: 0;
  width: 100vw;
  background: #232c34;
  color: #fff;
  box-shadow: 0 -4px 18px rgba(20,20,23,0.14), 0 1px 2px rgba(40,55,65,0.07);
  z-index: 1100;
  padding: 24px 16px 24px 16px;
  display: none;
  gap: 28px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  animation: fadein_banner 0.8s cubic-bezier(.45,0,.36,1);
}
@keyframes fadein_banner { from { opacity: 0; bottom: -100px; } to { opacity: 1; bottom: 0; } }
.cookie-consent-banner span {color: #fff; font-size: 1rem;}
.cookie-consent-banner .cookie-btn {
  padding: 9px 22px;
  margin: 0 5px;
  font-size: 1rem;
  border: none;
  border-radius: 18px;
  background: var(--accent);
  color: #22354a;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: background var(--transition), color var(--transition), box-shadow var(--transition);
}
.cookie-consent-banner .cookie-btn.secondary {
  background: #36495f;
  color: #fff;
  border: 1.1px solid #475a6d;
}
.cookie-consent-banner .cookie-btn:hover, .cookie-consent-banner .cookie-btn:focus {
  background: #cf7617;
  color: #fff;
}

/* Cookie Preferences Modal */
.cookie-modal-overlay {
  display: none;
  position: fixed;
  z-index: 1150;
  left: 0; top: 0; width: 100vw; height: 100vh;
  background: rgba(32,41,51,0.65);
  align-items: center;
  justify-content: center;
}
.cookie-modal-overlay.open {display: flex; animation: fadein_cookie_modal 0.3s;}
@keyframes fadein_cookie_modal { from {opacity: 0} to {opacity:1} }
.cookie-modal {
  background: #fafafc;
  color: #22354a;
  border-radius: 20px;
  box-shadow: 0 6px 32px 0 rgba(30,34,39,0.17);
  max-width: 410px;
  min-width: 270px;
  padding: 28px 32px 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 19px;
  position: relative;
  animation: modal_open 0.33s cubic-bezier(.55,0,.1,1);
}
@keyframes modal_open {from{transform: scale(0.95); opacity:0;} to{transform: scale(1); opacity:1;}}
.cookie-modal h3 {
  color: #22354a;
  font-size: 1.15rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  margin-bottom: 4px;
}
.cookie-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.cookie-category .switch {
  display: inline-block;
  width: 36px; height: 20px;
  position: relative;
}
.cookie-category .switch input {
  display: none;
}
/* Toggle switch for cookies */
.cookie-category .slider {
  position: absolute; cursor: pointer;
  background: #cbd0d8;
  border-radius: 100px;
  top: 0; left: 0; right: 0; bottom: 0;
  transition: background 0.3s;
}
.cookie-category .slider:before {
  content: "";
  position: absolute;
  height: 16px; width: 16px;
  left: 2px; bottom: 2px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
  box-shadow: 0 3px 12px rgba(0,0,0,0.14);
}
.cookie-category input:checked + .slider {
  background: var(--accent);
}
.cookie-category input:checked + .slider:before {
  transform: translateX(16px);
  background: #fff3e3;
}
.cookie-modal .cookie-close {
  position: absolute; right: 18px; top: 12px;
  background: none;
  border: none;
  color: #22354a;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 30;
}
.cookie-modal .cookie-close:hover {color: var(--accent);}
.cookie-modal-actions {
  display: flex;
  gap: 12px;
  margin-top: 13px;
}
.cookie-modal-actions .cookie-btn {
  min-width: 90px;
  padding: 8px 17px;
  font-size: 0.96rem;
}

/* ===========================================================================
   KEY INTERACTIVE & MICRO-INTERACTIONS
============================================================================ */
.card, .feature-item, .btn, .testimonial-card, .service-item, .mobile-menu, .cookie-consent-banner {
  transition: box-shadow var(--transition), border var(--transition), background var(--transition), color var(--transition), transform var(--transition);
}
.card:hover, .service-item:hover {
  box-shadow: 0 8px 36px rgba(20,20,23,0.16);
  border-color: var(--accent);
  transform: translateY(-4px) scale(1.023);
}

/* ===========================================================================
   MISCELLANEOUS UTILITIES
============================================================================ */
::-webkit-scrollbar {width: 9px; background: #22354a;}
::-webkit-scrollbar-thumb {background: #36495f; border-radius: 6px;}
::-webkit-input-placeholder {color: #bdc3c7;}
::placeholder {color: #bdc3c7; opacity: 1;}

/* Divider line utility */
.divider {
  width: 100%; height: 1px;
  background: #36495f;
  margin: 32px 0;
}

/* Hide outline on mouse only, keep focus for keyboard */
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
:focus:not(:focus-visible) { outline: none; }

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

/* ===========================================================================
   PRINT STYLES (minimal for legal pages)
============================================================================ */
@media print {
  header, nav, .mobile-menu, .cookie-consent-banner, .btn, footer {display: none !important;}
  .container, .content-wrapper, .section {padding: 0 !important; margin: 0 !important;}
  h1, h2, h3, h4, h5, h6 {color: #000 !important;}
  body {background: #fff !important; color: #000;}
}
section {
  padding: 20px 0;
}