/* =======================================================
   RESET & BASE 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;
}
html {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  background: #faf9f6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #24314d;
  scroll-behavior: smooth;
}
body {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #24314d;
  line-height: 1.7;
  background: #faf9f6;
  min-height: 100vh;
}
a { color: #1da497; text-decoration: none; transition: color 0.2s; }
a:hover, a:focus { color: #179784; }
img { max-width: 100%; border-radius: 8px; }
ul, ol { list-style: none; }
button { font-family: inherit; border: none; background: none; cursor: pointer; }
input, textarea, select { font-family: inherit; font-size: 1rem; border-radius: 6px; outline: none; }
table { border-collapse: collapse; width: 100%; background: #fff; border-radius: 18px; box-shadow: 0 2px 16px rgba(36,49,77,.04); margin-bottom: 32px; overflow: hidden; }
th, td { padding: 14px 16px; text-align: left; border-bottom: 1px solid #e7e6e1; }
th { background: #e7f3ed; font-weight: 700; color: #283925; }
td { color: #24314d; }

/* =============================
   BRAND COLORS & ORGANIC PALETTE
   ============================= */
:root {
  --color-primary: #24314d;
  --color-secondary: #1da497;
  --color-accent: #f7f7f5;
  --color-earth: #aea58b;
  --color-forest: #38693a;
  --color-sand: #e8e5d3;
  --color-green-light: #d7eae2;
  --color-background: #faf9f6;
  --color-dark: #182219;
}

/* =====================
   TYPOGRAPHY
   ===================== */
@import url('https://fonts.googleapis.com/css?family=Montserrat:700,600,500|Open+Sans:400,600,700&display=swap');
h1, .h1 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2.5rem; /* 40px */
  color: #24314d;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 24px;
}
h2, .h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2rem;
  color: #38693a;
  font-weight: 600;
  margin-bottom: 16px;
}
h3, .h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.25rem;
  color: #24314d;
  font-weight: 500;
  margin-bottom: 10px;
}
h4, .h4 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.1rem;
  color: #38693a;
  font-weight: 500;
  margin-bottom: 8px;
}
p, li, ul, ol {
  font-size: 1rem;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #24314d;
  margin-bottom: 18px;
}
.section ul, .section ol, .content-wrapper ul, .content-wrapper ol {
  padding-left: 0;
}
strong { font-weight: 600; }
.price { color: #1da497; font-weight: 600; }
blockquote {
  font-family: 'Montserrat', Arial, sans-serif;
  background: #e8e5d3;
  color: #24314d;
  border-left: 5px solid #38693a;
  padding: 18px 24px;
  border-radius: 18px 26px 22px 16px/18px 24px 20px 24px;
  box-shadow: 0 2px 16px rgba(36,49,77,.08);
  margin-bottom: 16px;
  font-size: 1.10rem;
  line-height: 1.8;
  font-style: italic;
}
cite {
  display: block;
  margin-top: 8px;
  font-size: 0.97rem;
  color: #38693a;
  font-style: normal;
}

/* =====================
   CUSTOM FLEXBOX LAYOUTS
   ===================== */
.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 18px 28px 24px 14px/16px 22px 18px 24px;
  box-shadow: 0 2px 24px rgba(56, 105, 58, 0.08);
  margin-bottom: 20px;
  position: relative;
  padding: 32px 20px;
  flex: 1 1 320px;
  min-width: 260px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.card:hover,
.card:focus-within {
  box-shadow: 0 8px 32px rgba(56,105,58,0.13);
  transform: translateY(-4px) scale(1.015);
}
.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 {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #e8e5d3;
  border-radius: 20px 28px 18px 24px/18px 26px 18px 16px;
  box-shadow: 0 2px 24px rgba(56, 105, 58, 0.09);
  padding: 20px;
  margin-bottom: 20px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}

/* =========================
   HEADER & NAVIGATION
   ========================= */
header {
  background: #d7eae2;
  box-shadow: 0 4px 22px 0 rgba(36,49,77,0.04);
  position: sticky;
  top: 0;
  z-index: 20;
}
.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 68px;
}
.logo img { height: 40px; }
.main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #24314d;
  padding: 4px 8px;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}
.main-nav a:hover, .main-nav a:focus, .main-nav a.active {
  background: #1da49710;
  color: #1da497;
}
/* Hamburger Icon */
.mobile-menu-toggle {
  display: none;
  background: #1da497;
  color: #fff;
  font-size: 2rem;
  border-radius: 12px;
  padding: 4px 14px 4px 10px;
  margin-left: auto;
  transition: background 0.18s, box-shadow 0.22s;
  z-index: 40;
}
.mobile-menu-toggle:focus {
  outline: 2px solid #1da497;
  box-shadow: 0 0 0 2px #1da49750;
}

/* ===================
   MOBILE NAVIGATION
   =================== */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(36,49,77,0.82);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  transform: translateX(100%);
  transition: transform 0.38s cubic-bezier(0.57,0.13,0.33,0.93);
  z-index: 1400;
  pointer-events: none;
  opacity: 0;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
}
.mobile-menu-close {
  margin: 22px 18px 18px 0;
  font-size: 2.2rem;
  color: #fff;
  background: #24314d;
  border-radius: 12px;
  padding: 4px 18px 4px 14px;
  align-self: flex-end;
  box-shadow: 0 2px 16px rgba(36,49,77, .08);
  transition: background 0.2s, color 0.15s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #1da497;
  color: #fff;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  width: 100vw;
  padding: 26px 32px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  font-size: 1.14rem;
  color: #fff;
  padding: 11px 8px;
  border-radius: 12px;
  width: 100%;
  transition: background 0.16s, color 0.1s;
  display: block;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #1da497;
  color: #e8e5d3;
}

/* ===========
   BUTTONS
   =========== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 28px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  border-radius: 28px 12px 18px 38px/22px 32px 18px 36px;
  box-shadow: 0 2px 18px rgba(29,164,151,0.04);
  font-size: 1.14rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  margin-top: 8px;
  margin-bottom: 8px;
  background: #1da497;
  color: #fff;
  transition: background 0.17s, box-shadow 0.2s, color 0.15s, transform 0.13s;
  position: relative;
  z-index: 1;
}
.btn:hover, .btn:focus {
  background: #38693a;
  color: #fff;
  box-shadow: 0 6px 24px rgba(56,105,58,0.13);
  transform: translateY(-2px) scale(1.037);
}
.btn-primary {
  background: #1da497;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  background: #38693a;
  color: #fff;
}
.btn-secondary {
  background: #38693a;
  color: #fff;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #1da497;
  color: #fff;
}

/* ================
   HERO SECTIONS
   ================ */
.hero-section {
  background: linear-gradient(90deg, #d7eae2 60%, #f7f7f5 100%);
  border-bottom-left-radius: 42px 54px;
  border-bottom-right-radius: 102px 48px;
  box-shadow: 0 6px 48px rgba(56,105,58,0.10);
  padding: 64px 0 44px;
  margin-bottom: 48px;
}
.hero-section h1 {
  color: #24314d;
}
.hero-section p {
  font-size: 1.22rem;
  color: #38693a;
  font-family: 'Open Sans', Arial, sans-serif;
}
.hero-section .btn {
  margin-top: 26px;
  font-size: 1.18rem;
}

/* ================
   FEATURES LISTS
   ================ */
.features-section {
  background: #e8e5d3;
  border-radius: 38px 22px 36px 18px / 42px 24px 33px 18px;
  margin-bottom: 56px;
  padding: 40px 0;
}
.features-section h2 {
  color: #24314d;
  margin-bottom: 18px;
}
.features-section ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.features-section ul li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1rem;
  color: #24314d;
  background: #f7f7f5;
  padding: 13px 20px;
  border-radius: 18px 24px 18px 15px/16px 21px 18px 19px;
  box-shadow: 0 2px 12px rgba(56, 105, 58, .04);
}
.features-section ul li img {
  width: 28px;
  height: 28px;
}

/* ================
   SERVICES/NORMAL CARDS
   ================ */
.services-section {
  background: #d7eae2;
  border-radius: 28px 38px 34px 18px / 36px 32px 38px 16px;
  margin-bottom: 60px;
  padding: 40px 0;
}
.services-section h2 {
  color: #24314d;
  margin-bottom: 18px;
}
.services-section ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.services-section ul li {
  background: #f7f7f5;
  padding: 14px 22px;
  border-radius: 14px 26px 18px 22px/17px 22px 18px 17px;
  font-size: 1rem;
  color: #24314d;
  box-shadow: 0 2px 8px rgba(36,49,77,0.04);
}
.services-section .btn {
  margin-top: 26px;
}

/* ==============
   TESTIMONIALS
   ============== */
.testimonials-section {
  background: #f7f7f5;
  border-radius: 28px 18px 32px 19px / 24px 21px 19px 18px;
  margin-bottom: 56px;
  padding: 40px 0;
}
.testimonials-section h2 {
  margin-bottom: 24px;
  color: #38693a;
}
.testimonial-card {
  /* Already styled above, improved card contrast for readability */
  background: #e8e5d3;
  color: #24314d;
  font-size: 1.09rem;
}
.testimonial-card blockquote {
  background: transparent;
  border: 0;
  margin-bottom: 0;
  padding: 0;
  color: #24314d;
  font-size: 1.07rem;
}
.testimonial-card cite {
  color: #1da497;
  font-weight: 600;
  font-family: 'Montserrat', Arial, sans-serif;
}

/* ===============
   NEWSLETTER
   =============== */
.newsletter-section {
  background: #d7eae2;
  border-radius: 32px 34px 34px 14px / 24px 23px 22px 18px;
  margin-bottom: 60px;
  padding: 40px 0;
}
.newsletter-section h2 {
  margin-bottom: 12px;
}
.newsletter-section .text-section {
  margin-bottom: 16px;
}
.newsletter-section form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 16px;
}
.newsletter-section input[type="email"] {
  flex: 1 1 240px;
  padding: 13px 18px;
  font-size: 1rem;
  border: 1px solid #a6bdaa;
  border-radius: 16px;
  background: #faf9f6;
  margin-right: 10px;
  margin-bottom: 0;
  transition: border-color 0.18s;
}
.newsletter-section input[type="email"]:focus {
  border-color: #1da497;
  outline: 2px solid #1da49733;
}

/* =============
   TABLE STYLES
   ============= */
table {
  margin-bottom: 32px;
  border-radius: 20px;
  box-shadow: 0 2px 24px rgba(36,49,77,.05);
  overflow: hidden;
  font-size: 0.98rem;
}
tr:nth-child(even) td { background: #e8e5d3; }
th {
  color: #38693a;
  background: #d7eae2;
}
td, th {
  border-bottom: 1px solid #e7e6e1;
}

/* ==============
   FOOTER
   ==============
*/
footer {
  background: #24314d;
  color: #f7f7f5;
  padding: 40px 0 20px 0;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 60px;
}
.logo-footer img { height: 38px; }
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}
.footer-nav a {
  color: #f7f7f5;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  opacity: 0.87;
  transition: color 0.19s;
}
.footer-nav a:hover,
.footer-nav a:focus {
  color: #1da497;
}
.footer-contact {
  font-size: 1rem;
  color: #e8e5d3;
  line-height: 1.6;
}
.footer-contact a {
  color: #1da497;
}

/* ==============
   PAGE SECTION BASES
   ==============
*/
.policy-section,
.thank-you-section,
.about-section,
.contact-section,
.team-section,
.magazines-section,
.subscription-section,
.events-section,
.faq-section {
  background: #f7f7f5;
  border-radius: 28px 32px 32px 18px/18px 21px 22px 12px;
  margin-bottom: 56px;
  padding: 40px 0;
}
.text-section,
.address-map,
.contact-details {
  margin-bottom: 24px;
}
.address-map {
  background: #e8e5d3;
  padding: 16px 20px;
  border-radius: 16px 18px 14px 22px/12px 17px 16px 17px;
  color: #24314d;
}

/* ===================
   COOKIE CONSENT BANNER
   =================== */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  width: 100vw;
  z-index: 12000;
  background: #e8e5d3;
  color: #24314d;
  box-shadow: 0 -2px 22px rgba(36,49,77, 0.09);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 16px 16px 16px;
  gap: 14px;
  font-size: 1rem;
  border-top-left-radius: 20px 24px;
  border-top-right-radius: 32px 18px;
  transition: transform 0.35s cubic-bezier(0.57,0.13,0.33,0.93), opacity 0.2s;
  opacity: 1;
  pointer-events: auto;
}
.cookie-banner.hide {
  transform: translateY(120%);
  opacity: 0;
  pointer-events: none;
}
.cookie-banner .cookie-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
.cookie-banner button {
  padding: 9px 22px;
  border-radius: 18px 12px 32px 14px/17px 18px 14px 17px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  background: #1da497;
  color: #fff;
  border: none;
  transition: background 0.17s, color 0.15s, transform 0.13s;
  cursor: pointer;
}
.cookie-banner button.cookie-reject {
  background: #aea58b;
  color: #24314d;
}
.cookie-banner button.cookie-settings {
  background: #38693a;
  color: #fff;
}
.cookie-banner button:hover, .cookie-banner button:focus {
  filter: brightness(0.98) saturate(1.4);
  transform: scale(1.04);
}

/* COOKIE PREFERENCES MODAL */
.cookie-modal {
  position: fixed;
  left: 0; right: 0; top: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(36,49,77,0.73);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 13000;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.23s;
}
.cookie-modal.hide {
  opacity: 0;
  pointer-events: none;
}
.cookie-modal-content {
  background: #fff;
  padding: 36px 28px 24px 28px;
  border-radius: 22px 32px 28px 18px/16px 14px 18px 17px;
  box-shadow: 0 8px 44px 0 rgba(56,105,58,0.15);
  width: 98%;
  max-width: 430px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}
.cookie-modal-content h3 {
  color: #38693a;
  font-size: 1.28rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
}
.cookie-modal-content .modal-close {
  position: absolute;
  top: 16px;
  right: 22px;
  font-size: 1.65rem;
  background: none;
  color: #1da497;
  border: none;
  padding: 2px 10px;
  border-radius: 50%;
  transition: background 0.17s;
}
.cookie-modal-content .modal-close:hover, .cookie-modal-content .modal-close:focus {
  background: #e8e5d3;
}
.cookie-modal-categories {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 14px;
}
.cookie-modal-category {
  display: flex;
  align-items: center;
  gap: 11px;
}
.cookie-modal-category label {
  font-size: 1rem;
  color: #24314d;
  font-weight: 500;
}
.cookie-modal-category input[type="checkbox"]:not(:disabled) {
  accent-color: #1da497;
}
.cookie-modal-category input[type="checkbox"]:disabled {
  accent-color: #AEA58B;
  cursor: not-allowed;
}
.cookie-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
  margin-top: 12px;
}
.cookie-modal-actions button {
  padding: 9px 19px;
  border-radius: 18px 12px 21px 14px/14px 15px 12px 11px;
  background: #1da497;
  color: #fff;
  font-weight: 600;
  font-family: 'Montserrat', Arial, sans-serif;
}
.cookie-modal-actions button.cancel {
  background: #aea58b;
  color: #24314d;
}

/* ============
   FORMS
   ============ */
input, textarea, select {
  font-family: inherit;
  font-size: 1rem;
  background: #f7f7f5;
  box-shadow: none;
  border: 1px solid #a6bdaa;
  padding: 12px 16px;
  border-radius: 8px;
  transition: border-color 0.16s;
  margin-bottom: 8px;
}
input:focus, textarea:focus, select:focus {
  border-color: #1da497;
  outline: 1px solid #1da49788;
}

/* ==============
   RESPONSIVE
   ============== */
@media (max-width: 1050px) {
  .container {
    max-width: 96vw;
  }
  .footer-container {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
}
@media (max-width: 900px) {
  .nav-container { flex-wrap: wrap; gap: 12px; }
  .main-nav { gap: 12px; }
  .footer-container { gap: 18px; }
}
@media (max-width: 768px) {
  html { font-size: 15px; }
  h1, .h1 { font-size: 2.1rem; }
  h2, .h2 { font-size: 1.3rem; }
  .hero-section,
  .features-section,
  .newsletter-section,
  .services-section,
  .testimonials-section,
  .policy-section,
  .thank-you-section,
  .about-section,
  .contact-section,
  .team-section,
  .magazines-section,
  .subscription-section,
  .events-section,
  .faq-section {
    padding: 30px 0 24px 0;
    margin-bottom: 38px;
  }
  .mobile-menu-toggle {
    display: inline-flex;
  }
  .main-nav {
    display: none;
  }
  .card-container, .content-grid, .features {
    flex-direction: column;
    gap: 18px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 18px;
  }
  .footer-container {
    flex-direction: column;
    gap: 19px;
    align-items: flex-start;
  }
  .newsletter-section form {
    flex-direction: column;
    gap: 12px;
  }
  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
@media (max-width: 540px) {
  html { font-size: 14px; }
  h1, .h1 { font-size: 1.36rem; }
  h2, .h2 { font-size: 1.13rem; }
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .btn, .btn-primary, .btn-secondary {
    width: 100%;
    padding: 11px 0;
    font-size: 1rem;
  }
  .footer-contact {
    font-size: 0.99rem;
  }
}

/* ======================
   MICRO-INTERACTIONS
   ====================== */
.card, .btn, .testimonial-card, .footer-nav a, .main-nav a, .mobile-nav a, .newsletter-section input[type="email"], th, table, .policy-section, .thank-you-section, .about-section, .contact-section, .team-section, .magazines-section, .subscription-section, .events-section {
  transition: box-shadow 0.17s, background 0.14s, color 0.17s, transform 0.17s;
}

/* Subtle hover on info cards */
.services-section ul li:hover, .features-section ul li:hover {
  background: #d7eae2;
  box-shadow: 0 6px 32px rgba(56, 105, 58, .08);
  color: #1da497;
}

/* ==============
   LAYOUT UTILITIES
   ============== */
.mt-1 { margin-top: 8px !important; }
.mt-2 { margin-top: 16px !important; }
.mt-3 { margin-top: 24px !important; }
.mb-1 { margin-bottom: 8px !important; }
.mb-2 { margin-bottom: 16px !important; }
.mb-3 { margin-bottom: 32px !important; }
.gap-1 { gap: 8px !important; }
.gap-2 { gap: 16px !important; }
.gap-3 { gap: 24px !important; }

/* =====================
   ORGANIC SHAPES/DECOR
   ===================== */
/* Organic effect via border-radius on cards, features above */

/* =================
   SCROLLBAR STYLES
   ================ */
::-webkit-scrollbar {
  width: 9px;
  background: #e8e5d3;
}
::-webkit-scrollbar-thumb {
  background: #d7eae2;
  border-radius: 12px 16px 16px 22px/18px 19px 16px 17px;
}

/* END OF STYLE.CSS */
