/* ===============================
   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;
}
body {
  background-color: #fff;
  color: #21343C;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  min-height: 100vh;
  position: relative;
}
ul, ol {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
a {
  color: #21343C;
  text-decoration: none;
  transition: color 0.15s;
}
a:hover, a:focus {
  color: #F6D167;
  outline: none;
}
button {
  font: inherit;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  border: none;
  background: none;
}

/* ===============================
   Brand Typography
=============================== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: #21343C;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
h1 {
  font-size: 2.75rem;
  margin-bottom: 24px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
h3 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}
h4 {
  font-size: 1.125rem;
  margin-bottom: 8px;
}
strong {
  font-weight: 700;
}
.text-section em {
  font-style: italic;
}

/* ===============================
   Utilities
=============================== */
.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.text-section {
  margin-bottom: 24px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(33,52,60,0.07);
  margin-bottom: 20px;
  position: relative;
  padding: 24px;
  flex: 1 1 320px;
  min-width: 260px;
  transition: box-shadow 0.18s;
}
.card:hover, .card:focus-within {
  box-shadow: 0 6px 20px rgba(246,209,103,0.29);
  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;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #F6D167;
  color: #21343C;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(33,52,60,0.09);
  margin-bottom: 20px;
  font-size: 1.15rem;
  font-weight: 600;
  min-width: 230px;
  flex: 1 1 300px;
}
.testimonial-card strong {
  color: #21343C;
  display: block;
  font-size: 1rem;
  margin-top: 12px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(33,52,60,0.08);
  padding: 18px 16px;
  flex: 1 1 260px;
  min-width: 220px;
  transition: box-shadow 0.2s, transform 0.17s;
}
.feature-item:hover, .feature-item:focus-within {
  box-shadow: 0 8px 30px rgba(246,209,103,0.25);
  transform: translateY(-2px) scale(1.02);
}

/* ===============================
   Header & Nav
=============================== */
header {
  background: #21343C;
  color: #fff;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 100;
}
header .container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  height: 80px;
  gap: 24px;
}
.logo img {
  height: 48px;
  display: block;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.main-nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 1.125rem;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 4px;
  transition: background 0.15s, color 0.15s;
}
.main-nav a:hover, .main-nav a:focus {
  background: #F6D167;
  color: #21343C;
}
.mobile-menu-toggle {
  display: none;
  background: #F6D167;
  color: #21343C;
  font-size: 2rem;
  border-radius: 6px;
  padding: 8px 12px;
  margin-left: 14px;
  transition: background 0.17s, box-shadow 0.17s;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #B7C8B5;
  box-shadow: 0 4px 12px rgba(33,52,60,0.16);
}

/* ===============================
   Mobile Navigation
=============================== */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #21343C;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(.69,.01,.25,1);
}
.mobile-menu.open {
  transform: translateX(0);
  box-shadow: 7px 0 36px rgba(33,52,60,0.19);
}
.mobile-menu-close {
  align-self: flex-end;
  margin: 20px 24px 0 0;
  font-size: 2rem;
  color: #F6D167;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  transition: color 0.17s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #B7C8B5;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 36px 0 0 32px;
}
.mobile-nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 0;
  border-radius: 6px;
  transition: background 0.15s, color 0.15s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #F6D167;
  color: #21343C;
}

/* ===============================
   Hero Section
=============================== */
.hero {
  background: #B7C8B5;
  background-image: linear-gradient(120deg, #F6D167 0%, #B7C8B5 100%);
  color: #21343C;
  min-height: 360px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  padding: 56px 0 56px 0;
  border-bottom-left-radius: 60px 32px;
  border-bottom-right-radius: 60px 32px;
  box-shadow: 0 12px 40px rgba(33,52,60,0.10);
}
.hero h1 {
  font-size: 2.5rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  text-shadow: 0 2px 10px rgba(246,209,103,0.07);
}
.hero p {
  font-size: 1.15rem;
  margin-bottom: 24px;
  color: #21343C;
}
.hero .cta-btn {
  font-size: 1.13rem;
  padding: 16px 36px;
  border-radius: 36px;
  background: #21343C;
  color: #F6D167;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: none;
  box-shadow: 0 3px 14px rgba(33,52,60,0.13);
  transition: background 0.18s, color 0.13s, box-shadow 0.18s, transform 0.15s;
  margin-top: 10px;
  margin-bottom: 8px;
}
.hero .cta-btn:hover, .hero .cta-btn:focus {
  background: #F6D167;
  color: #21343C;
  box-shadow: 0 8px 36px rgba(33,52,60,0.22);
  transform: translateY(-2px) scale(1.05);
}

/* ===============================
   Features
=============================== */
.features {
  background: #fff;
  border-radius: 50px 16px 60px 16px;
  box-shadow: 0 1px 18px rgba(33,52,60,0.06);
  margin-bottom: 60px;
  padding: 40px 0 0 0;
}
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 32px;
}
.features ul {
  margin-top: 16px;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
.features ul li {
  background: #B7C8B5;
  color: #21343C;
  padding: 10px 22px;
  border-radius: 24px;
  font-weight: 600;
  font-size: 1rem;
}

/* ===============================
   Cards/Lists/Sections
=============================== */
.events-preview ul, .content-wrapper > ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 28px;
  font-size: 1.1rem;
}
.events-preview ul li strong, .content-wrapper > ul li strong {
  font-weight: 800;
  color: #21343C;
}
.cta .cta-btn, .content-wrapper .cta-btn {
  display: inline-block;
  background: #21343C;
  color: #fff;
  border-radius: 32px;
  padding: 16px 36px;
  font-size: 1.13rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.049em;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 2px solid #21343C;
  box-shadow: 0 2px 12px rgba(33,52,60,0.12);
  transition: background 0.18s, color 0.13s, box-shadow 0.18s, border 0.15s;
}
.cta .cta-btn:hover, .cta .cta-btn:focus, .content-wrapper .cta-btn:hover, .content-wrapper .cta-btn:focus {
  background: #F6D167;
  color: #21343C;
  border: 2px solid #F6D167;
  box-shadow: 0 8px 32px rgba(246,209,103,0.18);
}

/* ===============================
   Location & Address
=============================== */
.location {
  background: #B7C8B5;
  border-radius: 40px 0 40px 0;
  margin-bottom: 60px;
  padding: 40px 0 40px 0;
  box-shadow: 0 1px 12px rgba(33,52,60,0.05);
}
.location a {
  display: inline-block;
  background: #21343C;
  color: #fff;
  border-radius: 24px;
  padding: 10px 28px;
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  transition: background 0.18s, color 0.14s;
}
.location a:hover, .location a:focus {
  background: #F6D167;
  color: #21343C;
}
address {
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
  color: #21343C;
}

/* ===============================
   Footer
=============================== */
footer {
  background: #21343C;
  color: #fff;
  padding: 48px 0 28px 0;
  margin-top: 60px;
  border-top-left-radius: 38px;
  border-top-right-radius: 38px;
  box-shadow: 0 -1px 36px rgba(33,52,60,0.09);
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.footer-nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.02em;
  transition: color 0.12s;
  padding: 2px 10px;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #F6D167;
  text-decoration: underline;
}
.footer-contact {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  margin-top: 4px;
}
.footer-contact img {
  height: 44px;
  margin-right: 10px;
}
.footer-contact > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
footer p {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 8px;
  color: #B7C8B5;
}
footer span {
  color: #F6D167;
  font-weight: 600;
  font-size: 0.99rem;
}

/* ===============================
   Cookie Consent Banner & Modal
=============================== */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  background: #21343C;
  color: #fff;
  z-index: 7500;
  padding: 26px 20px 24px 20px;
  box-shadow: 0 -2px 32px rgba(33,52,60,0.25);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 1.05rem;
  animation: cookieBannerIn 0.48s;
}
@keyframes cookieBannerIn {
  from { transform: translateY(100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.cookie-banner .btn-group {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.cookie-btn, .cookie-btn-accent {
  border-radius: 32px;
  padding: 11px 28px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border: 2px solid #F6D167;
  transition: background 0.15s, color 0.13s, border 0.14s;
  margin-left: 0px;
  margin-right: 0px;
}
.cookie-btn {
  background: #F6D167;
  color: #21343C;
  border: 2px solid #F6D167;
}
.cookie-btn:hover, .cookie-btn:focus {
  background: #21343C;
  color: #F6D167;
  border: 2px solid #F6D167;
}
.cookie-btn-accent {
  background: #B7C8B5;
  color: #21343C;
  border: 2px solid #B7C8B5;
}
.cookie-btn-accent:hover, .cookie-btn-accent:focus {
  background: #F6D167;
  color: #21343C;
  border: 2px solid #F6D167;
}

.cookie-modal-backdrop {
  position: fixed;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 8000;
  background: rgba(33,52,60, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.32s;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.cookie-modal {
  background: #fff;
  color: #21343C;
  border-radius: 28px;
  min-width: 90vw;
  max-width: 430px;
  box-shadow: 0 8px 48px rgba(33,52,60,0.22);
  padding: 36px 26px 24px 26px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  animation: modalIn 0.41s cubic-bezier(.69,.01,.25,1);
}
@keyframes modalIn {
  from { transform: scale(0.86); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
.cookie-modal h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  font-size: 1.18rem;
  margin-bottom: 0.6em;
}
.cookie-modal .cookie-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 14px;
  gap: 10px;
}
.cookie-modal .cookie-toggle {
  width: 42px;
  height: 24px;
  background: #B7C8B5;
  border-radius: 16px;
  position: relative;
  margin-left: 12px;
  cursor: pointer;
  transition: background 0.17s;
}
.cookie-modal .cookie-toggle[aria-checked="true"] {
  background: #F6D167;
}
.cookie-modal .cookie-toggle-thumb {
  position: absolute;
  top: 2px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: #21343C;
  border-radius: 50%;
  transition: left 0.18s;
}
.cookie-modal .cookie-toggle[aria-checked="true"] .cookie-toggle-thumb {
  left: 19px;
  background: #fff;
}
.cookie-modal .cookie-modal-close {
  position: absolute;
  right: 18px;
  top: 16px;
  background: none;
  color: #21343C;
  font-size: 1.7rem;
  border: none;
  cursor: pointer;
  font-weight: bold;
}
.cookie-modal .cookie-modal-close:hover, .cookie-modal .cookie-modal-close:focus {
  color: #F6D167;
}
.cookie-modal .modal-btn-group {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: flex-end;
}

/* ===============================
   Form elements
=============================== */
input, textarea, select {
  font-family: inherit;
  font-size: 1rem;
  padding: 11px 12px;
  border-radius: 8px;
  border: 2px solid #B7C8B5;
  color: #21343C;
  background: #fff;
  transition: border 0.12s;
}
input:focus, textarea:focus, select:focus {
  border-color: #F6D167;
  outline: none;
}

/* ===============================
   Responsive Design (Mobile-First)
=============================== */
@media (max-width: 1020px) {
  h1 {
    font-size: 2.13rem;
  }
  h2 {
    font-size: 1.38rem;
  }
  .footer-contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .main-nav {
    gap: 18px;
  }
}
@media (max-width: 900px) {
  .footer-nav {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
  .feature-grid, .card-container, .content-grid {
    gap: 16px;
  }
  .feature-item {
    min-width: 160px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 98vw;
    padding: 0 12px;
  }
  header .container, .footer-contact {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  .footer-contact {
    flex-direction: column;
    gap: 4px;
  }
  .footer-nav {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
  .features ul {
    flex-direction: column;
    gap: 12px;
  }
  .feature-grid, .card-container, .content-grid {
    flex-direction: column;
    gap: 20px;
  }
  .feature-item {
    width: 100%;
    min-width: 0;
  }
  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    font-size: 1.03rem;
  }
  .section, .location, .features {
    padding: 28px 3vw;
    border-radius: 26px;
    margin-bottom: 30px;
  }
  .hero {
    border-bottom-left-radius: 34px 20px;
    border-bottom-right-radius: 34px 20px;
    padding: 36px 0 36px 0;
    min-height: 200px;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
@media (max-width: 600px) {
  .footer-contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
  h1 {
    font-size: 1.54rem;
  }
  h2 {
    font-size: 1.13rem;
  }
  .hero {
    min-height: 120px;
    padding: 16px 0 16px 0;
    border-bottom-left-radius: 22px 10px;
    border-bottom-right-radius: 22px 10px;
  }
  .cookie-modal {
    min-width: 98vw;
    max-width: 99vw;
    padding: 14vw 3vw 6vw 4vw;
  }
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    font-size: 0.98rem;
    padding: 21px 8px;
  }
}

/* ===============================
   Micro-Interactions
=============================== */
button:focus-visible, a:focus-visible {
  outline: 2px solid #F6D167;
  outline-offset: 1px;
}
.card, .feature-item, .cta-btn, .location a, .main-nav a, .mobile-nav a, .cookie-btn, .cookie-btn-accent {
  transition: background 0.18s, color 0.14s, box-shadow 0.18s, transform 0.13s;
}

/* ===============================
   Visual Geometric Brand Details
=============================== */
.section {
  background: #fff;
  border-radius: 28px 14px 38px 14px;
  box-shadow: 0 2px 20px rgba(33,52,60,0.03);
}


/* ===============================
   Thank You page style
=============================== */
.thank-you {
  min-height: 45vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 52px 0;
}
.thank-you .cta-btn {
  margin-top: 26px;
}

/* ===============================
   Accessibility
=============================== */
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 9999;
}
.skip-link:focus {
  left: 8px;
  top: 8px;
  width: auto;
  height: auto;
  background: #F6D167;
  color: #21343C;
  padding: 6px 14px;
  border-radius: 8px;
  display: block;
}
