/* 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, 
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  background: #F5FAEF;
  color: #1d2536;
}
ol, ul {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
img {
  max-width: 100%;
  display: block;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
  border: none;
  outline: none;
}

/* === BRAND FONTS === */
@import url('https://fonts.googleapis.com/css?family=Montserrat:700,900|Roboto:400,500,700&display=swap');

body {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  background: #F5FAEF;
  min-height: 100vh;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0.01em;
  color: #223B5B;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 16px;
  line-height: 1.12;
}
h2 {
  font-size: 2rem;
  margin-bottom: 16px;
  line-height: 1.15;
}
h3 {
  font-size: 1.375rem;
  margin-bottom: 10px;
}
.section h2 {
  color: #1d2536;
}
strong, b {
  font-weight: 700;
}
p, ul li, ol li {
  color: #1d2536;
  font-weight: 400;
  margin-bottom: 10px;
}
.subheadline {
  font-size: 1.25rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  color: #2FA781;
  margin-bottom: 18px;
}

/* === CONTAINER & LAYOUT === */
.container {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

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

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  box-shadow: 0 3px 12px 0 rgba(47,167,129,0.15), 0 1.5px 8px 0 rgba(34,59,91,0.12);
  border-radius: 18px;
  padding: 24px 20px 24px 20px;
  margin-bottom: 20px;
  position: relative;
  transition: box-shadow 0.28s;
}
.card:hover {
  box-shadow: 0 8px 30px 0 rgba(47,167,129,0.18), 0 4px 12px 0 rgba(34,59,91,0.14);
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.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 {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 3px 12px 0 rgba(34,59,91,0.15);
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  flex: 1 1 300px;
  min-width: 0;
  transition: box-shadow 0.2s, transform 0.18s;
}
.testimonial-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 10px 30px -3px rgba(47,167,129,0.15), 0 1.5px 12px 0 rgba(34,59,91,0.14);
}
.testimonial-card p {
  color: #1d2536;
  font-size: 1.1rem;
  flex: 4;
}
.testimonial-details {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #2FA781;
  font-size: 1rem;
  align-items: flex-end;
  font-family: 'Montserrat', Arial, sans-serif;
}
.testimonial-details strong {
  color: #223B5B;
  font-size: 1rem;
}
/* High contrast for testimonials text for readability */
.testimonial-card span {
  color: #223B5B;
}

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

.feature-grid, .value-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 12px;
}
.feature-grid li, .value-list li {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 3px 12px 0 rgba(47,167,129,0.08), 0 1.5px 8px 0 rgba(34,59,91,0.10);
  flex: 1 1 260px;
  min-width: 220px;
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  transition: box-shadow 0.22s;
}
.feature-grid li:hover, .value-list li:hover {
  box-shadow: 0 8px 24px 1px rgba(47,167,129,0.17), 0 3px 10px 0 rgba(34,59,91,0.13);
}
.feature-grid img, .value-list img {
  width: 44px;
  height: 44px;
  margin-bottom: 8px;
}

/* === HEADER & NAVIGATION === */
header {
  background: #223B5B;
  color: #fff;
  padding: 0;
  position: relative;
  z-index: 20;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 20px;
}
header img {
  max-height: 42px;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  padding: 6px 16px;
  font-weight: 700;
  color: #F5FAEF;
  font-size: 1.08rem;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}
.main-nav a:hover, .main-nav a:focus {
  background: #2FA781;
  color: #223B5B;
}
.header .btn-primary {
  margin-left: 16px;
}

/* Hamburger button */
.mobile-menu-toggle {
  display: none;
  background: #2FA781;
  color: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 2rem;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  margin-left: 10px;
  transition: background 0.18s, color 0.18s;
  z-index: 25;
}
.mobile-menu-toggle:focus,
.mobile-menu-toggle:hover {
  background: #223B5B;
  color: #2FA781;
}

/* Mobile menu overlay */
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #223B5B;
  z-index: 80;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 32px;
  transform: translateX(-105%);
  transition: transform 0.35s cubic-bezier(.7,0,.28,1);
  box-shadow: 0 6px 32px rgba(0,0,0,0.20);
}
.mobile-menu.open {
  display: flex;
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  background: #2FA781;
  color: #fff;
  font-size: 2rem;
  border: none;
  margin-top: 28px;
  margin-bottom: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: background 0.18s, color 0.18s;
}
.mobile-menu-close:focus,
.mobile-menu-close:hover {
  background: #fff;
  color: #223B5B;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 18px;
  align-items: flex-start;
}
.mobile-nav a {
  font-size: 1.25rem;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  padding: 8px 0 8px 8px;
  margin-bottom: 4px;
  border-radius: 6px;
  transition: background 0.18s, color 0.18s;
  min-width: 75vw;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #2FA781;
  color: #223B5B;
}

@media (max-width: 1024px) {
  .container {
    padding: 0 10px;
  }
}
@media (max-width: 880px) {
  .main-nav {
    gap: 8px;
  }
  .feature-grid, .value-list {
    gap: 14px;
  }
}
@media (max-width: 900px) {
  header .container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .container {
    padding: 0 8px;
  }
  .content-wrapper, .feature-grid, .value-list, .card-container {
    flex-direction: column;
    gap: 18px;
  }
  .section {
    margin-bottom: 36px;
    padding: 26px 8px;
  }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.4rem; }
  .btn-primary {font-size: 1.08rem;}
  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .footer-nav, .contact-details {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .text-image-section {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  .feature-grid li, .value-list li {
    min-width: 100%;
    width: 100%;
    padding: 18px 10px;
  }
}

/* === HERO AND CALLOUT SECTIONS === */
.hero {
  background: #2FA781;
  background-image: linear-gradient(90deg, #2FA781 80%, #28c07d 100%);
  color: #fff;
  padding: 64px 0 52px 0;
  margin-bottom: 0;
  min-height: 320px;
}
.hero h1 {
  color: #fff;
  font-size: 2.7rem;
  letter-spacing: 0.7px;
  text-shadow: 0 2px 16px rgba(34,59,91,0.09);
}
.hero .subheadline {
  color: #F5FAEF;
  margin-top: 12px;
}
.hero .btn-primary {
  background: #223B5B;
  color: #2FA781;
  margin-top: 18px;
  box-shadow: 0 4px 18px 0 rgba(47,167,129,0.13);
  border: 2px solid #fff;
}
.hero .btn-primary:hover {
  background: #fff;
  color: #2FA781;
  border-color: #2FA781;
}

.callout {
  background: #FFED4F;
  background-image: none;
  color: #223B5B;
  border-radius: 20px;
  box-shadow: 0 4px 18px 0 rgba(47,167,129,0.10), 0 1.5px 8px 0 rgba(34,59,91,0.08);
  margin-bottom: 40px;
}
.callout .container {
  padding: 30px 10px;
}
.callout h2 {
  color: #223B5B;
}
.callout .btn-primary {
  background: #2FA781;
  color: #fff;
}

/* === BUTTONS === */
.btn-primary {
  display: inline-block;
  padding: 13px 30px;
  background: #2FA781;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 900;
  font-size: 1.1rem;
  border-radius: 12px;
  box-shadow: 0 2px 8px 2px rgba(47,167,129,0.10);
  border: 2px solid #2FA781;
  cursor: pointer;
  transition: background 0.16s, color 0.16s, border 0.14s, transform 0.12s;
  letter-spacing: 0.03em;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: #fff;
  color: #2FA781;
  border: 2px solid #223B5B;
  transform: scale(1.033);
}

button, .category-filters button {
  background: #223B5B;
  color: #FFED4F;
  border: none;
  border-radius: 8px;
  padding: 8px 18px;
  cursor: pointer;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-right: 6px;
  margin-bottom: 8px;
  box-shadow: 0 1px 5px 0 rgba(34,59,91,0.07);
  transition: background 0.14s, color 0.14s, transform 0.13s;
}
button:hover, .category-filters button:hover,
button:focus, .category-filters button:focus {
  background: #2FA781;
  color: #fff;
  transform: scale(1.06);
}

/* === OFFER & CATEGORY LISTS === */
.offer-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 18px 0 28px 0;
}
.offer-list li {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 3px 12px 0 rgba(47,167,129,0.10);
  padding: 22px 18px;
  margin-bottom: 10px;
  transition: box-shadow 0.17s;
}
.offer-list li:hover {
  box-shadow: 0 8px 22px 1px rgba(47,167,129,0.18);
}
.category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 18px;
}

.category-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 22px;
}
.category-grid div {
  background: #2FA781;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  padding: 16px 26px;
  border-radius: 10px;
  letter-spacing: .01em;
  font-weight: 700;
  font-size: 1.05rem;
  box-shadow: 0 2px 9px 1px rgba(34,59,91,0.12);
  transition: background 0.21s, color 0.21s, transform 0.14s;
}
.category-grid div:hover {
  background: #FFED4F;
  color: #223B5B;
  transform: scale(1.07) rotate(-1deg);
}

/* Steps & Processes */
.step-list, .process-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 18px 0 20px 0;
  counter-reset: steps;
}
.step-list li, .process-steps li {
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 2px 9px 0 rgba(47,167,129,0.09);
  padding: 22px 16px 18px 16px;
  min-width: 220px;
  flex: 1 1 220px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.step-list li img, .process-steps li img {
  width: 38px;
  height: 38px;
  margin-bottom: 6px;
}
.step-list li strong, .process-steps li strong {
  display: block;
  color: #2FA781;
  font-size: 1.06rem;
}

@media (max-width: 950px) {
  .feature-grid li, .value-list li, .step-list li, .process-steps li {
    min-width: 180px;
  }
  .step-list, .process-steps {
    gap: 13px;
  }
}
@media (max-width: 700px) {
  .step-list, .process-steps {
    flex-direction: column;
    gap: 12px;
  }
  .step-list li, .process-steps li {
    min-width: 100%;
  }
}

/* === SEARCH BAR & TIPS === */
.search-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
  padding: 10px 0;
}
.search-bar label {
  font-weight: 700;
  color: #223B5B;
  min-width: 120px;
}
.search-bar input {
  padding: 10px 16px;
  border: 2px solid #2FA781;
  border-radius: 8px;
  font-size: 1.08rem;
  color: #1d2536;
  background: #fff;
  width: 60%;
  min-width: 120px;
  transition: border 0.16s;
}
.search-bar input:focus {
  border-color: #223B5B;
}

.tips, .activity-list, .group-overview {
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(34,59,91,0.11);
  border-radius: 13px;
  padding: 18px 16px;
  margin-bottom: 18px;
}
.tips h3, .activity-list h3, .group-overview h3 {
  color: #2FA781;
}
.tips ul, .activity-list ul, .group-overview ul {
  margin: 8px 0;
  padding-left: 0;
}
.tips ul li, .activity-list ul li, .group-overview ul li {
  margin-bottom: 7px;
  color: #223B5B;
}

.text-section {
  margin-bottom: 12px;
}
.text-section h3 {
  color: #2FA781;
  margin-bottom: 8px;
}

/* === FOOTER === */
footer {
  background: #223B5B;
  color: #F5FAEF;
  font-size: 1.07rem;
  padding: 0;
  width: 100%;
}
footer .container {
  padding: 28px 20px 22px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
}
footer img {
  max-height: 40px;
}
.footer-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-nav a {
  color: #FFED4F;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin-right: 2px;
  border-radius: 7px;
  padding: 5px 12px;
  transition: background 0.13s, color 0.13s;
}
.footer-nav a:hover {
  color: #223B5B;
  background: #FFED4F;
}
.contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: #F5FAEF;
  font-size: .98rem;
  margin-top: 6px;
}
.contact-details img {
  height: 19px;
  width: 19px;
  margin-bottom: -4px;
  margin-right: 3px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  footer .container {
    flex-direction: column;
    gap: 11px;
    align-items: flex-start;
    padding: 18px 10px;
  }
}

/* === THANK YOU PAGE === */
.thankyou .content-wrapper {
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 18px;
  padding: 30px 0;
}
.thankyou h1 {
  color: #2FA781;
  font-size: 2.1rem;
}
.thankyou p {
  color: #223B5B;
}

/* === COOKIE CONSENT BANNER === */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #223B5B;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
  padding: 22px 10px;
  font-size: 1rem;
  box-shadow: 0 -3px 16px 1px rgba(34,59,91,0.17);
  gap: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.36s cubic-bezier(.61,1.22,.47,.83);
}
.cookie-banner.visible {
  opacity: 1;
  pointer-events: auto;
}
.cookie-banner .cookie-actions {
  display: flex;
  gap: 14px;
  align-items: center;
}
.cookie-banner button {
  background: #2FA781;
  color: #fff;
  border-radius: 7px;
  padding: 9px 18px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  border: none;
  font-size: 1rem;
  box-shadow: 0 1px 6px 0 rgba(47,167,129,0.09);
  transition: background 0.15s, color 0.15s;
  margin: 0;
}
.cookie-banner button:hover, .cookie-banner button:focus {
  background: #FFED4F;
  color: #223B5B;
}
@media (max-width: 700px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    font-size: .96rem;
    padding: 18px 7px;
  }
  .cookie-banner .cookie-actions {
    gap: 10px;
  }
}

/* === COOKIE MODAL === */
.cookie-modal-overlay {
  position: fixed;
  z-index: 205;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(34,59,91,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.23s cubic-bezier(.61,1.12,.47,.93);
}
.cookie-modal-overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.cookie-modal {
  background: #fff;
  color: #223B5B;
  padding: 30px 26px 26px 26px;
  border-radius: 18px;
  box-shadow: 0 8px 32px 0 rgba(47,167,129,0.21);
  max-width: 360px;
  width: 96vw;
  min-width: 270px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
.cookie-modal h3 {
  color: #2FA781;
  font-size: 1.18rem;
  margin-bottom: 12px;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 10px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cookie-category label {
  font-weight: 700;
  color: #223B5B;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
}
.cookie-category input[type='checkbox'] {
  accent-color: #2FA781;
  width: 22px;
  height: 22px;
}
.cookie-category .always-on {
  color: #2FA781;
  margin-left: 7px;
  font-size: .98rem;
}
.cookie-modal-actions {
  display: flex;
  gap: 10px;
  margin-top: 13px;
}
.cookie-modal-actions button {
  background: #2FA781;
  color: #fff;
  border-radius: 7px;
  padding: 9px 18px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  border: none;
  font-size: 1rem;
  transition: background 0.15s, color 0.15s;
}
.cookie-modal-actions button:hover, .cookie-modal-actions button:focus {
  background: #FFED4F;
  color: #223B5B;
}
.cookie-modal-close {
  position: absolute;
  top: 15px;
  right: 16px;
  background: none;
  border: none;
  color: #223B5B;
  font-size: 1.8rem;
  font-weight: 900;
  cursor: pointer;
  padding: 0;
}
.cookie-modal-close:hover {
  color: #2FA781;
}
@media (max-width: 480px) {
  .cookie-modal {
    padding: 16px 8px 18px 8px;
    min-width: 0;
  }
}

/* === MICRO-INTERACTIONS & ANIMATIONS === */
.btn-primary, button {
  transition: background 0.16s, color 0.16s, border 0.14s, transform 0.12s, box-shadow 0.18s;
}
.category-grid div,
.feature-grid li,
.card,
.offer-list li,
.value-list li {
  transition: box-shadow 0.22s, background 0.21s, transform 0.15s;
}

/* === VISUAL HIERARCHY & SPACING === */
.section, .callout, .feature-grid li, .value-list li, .testimonial-card, .offer-list li, .card {
  margin-bottom: 20px;
}
.content-wrapper {
  gap: 24px;
}
/* ========== END OF CSS ========== */
