/* ===========================================================================
   RESET & BASELINE NORMALIZATION
   ======================================================================== */
html {
  box-sizing: border-box;
  font-size: 100%;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
footer p {
  color: white;
}
body {
  background: #FAF9F7;
  color: #173B2F;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  min-height: 100vh;
  /* Slight natural texture (subtle noise) for organic feel */
  background-color: #f4f6f1;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: #195095;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #2BA880;
}
:focus {
  outline: 2px solid #2BA880;
  outline-offset: 2px;
}

/* ===========================================================================
   TYPOGRAPHY
   ======================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #195095;
  font-weight: 700;
  letter-spacing: -0.02em;
}
h1 {
  font-size: 2.5rem;
  line-height: 1.15;
  margin-bottom: 24px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
h3 {
  font-size: 1.38rem;
  margin-bottom: 12px;
}
.section h2, .section h3 {
  color: #25805F;
}
p {
  margin-bottom: 16px;
  color: #30483b;
  font-size: 1rem;
}
ul, ol {
  margin-bottom: 16px;
  padding-left: 1.2em;
  color: #3A4732;
}
ul li, ol li {
  margin-bottom: 10px;
}
strong {
  font-weight: 700;
  color: #173B2F;
}

/* ===========================================================================
   LAYOUT CONTAINERS & ORGANIC SHAPES
   ======================================================================== */
.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 18px;
}
.content-wrapper {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  border-radius: 32px 42px 30px 40px / 40px 28px 38px 44px;
  background: #fff;
  box-shadow:  0 4px 32px 0 rgba(33, 78, 54, 0.07);
  position: relative;
}
@media (max-width: 900px) {
  .section {
    padding: 30px 8px;
    margin-bottom: 36px;
  }
}

/* ===========================================================================
   FLEXBOX & RESPONSIVE SPACING UTILITIES
   ======================================================================== */
.card-container,
.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}
.card {
  background: #FFFFFF;
  border-radius: 22px 30px 18px 18px / 22px 20px 22px 30px;
  box-shadow: 0 2px 14px 0 rgba(33,78,54,0.07);
  margin-bottom: 20px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.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;
    gap: 22px;
    align-items: flex-start;
  }
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 20px;
  background: #F2F7FA;
  border: 1.5px solid #EAF2EA;
  border-radius: 26px 24px 30px 22px/20px 22px 26px 19px;
  margin-bottom: 20px;
  box-shadow: 0 2px 16px 0 rgba(75, 115, 92, 0.05);
  color: #23331A;
  transition: box-shadow .25s;
}
.testimonial-card:hover {
  box-shadow: 0 8px 26px 0 rgba(41,128,95,0.10);
}
.testimonial-card p {
  color: #23331A;
  font-size: 1.08rem;
  margin-bottom: 0;
}
.testimonial-card span {
  font-size: 0.98rem;
  color: #25805F;
  font-weight: 600;
}

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

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.service-item {
  background: #F1FAF5;
  padding: 24px 18px 18px 18px;
  border-radius: 24px 22px 36px 18px/20px 20px 28px 34px;
  margin-bottom: 20px;
  flex: 1 1 190px;
  min-width: 240px;
  box-shadow: 0 2px 12px 0 rgba(43,168,128,0.03);
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1.2px solid #DFEADC;
}
.service-price {
  display: inline-block;
  color: #195095;
  font-weight: 700;
  margin-top: 14px;
  font-size: 1.05rem;
}
@media (max-width: 768px) {
  .card-container,
  .content-grid,
  .service-list {
    flex-direction: column;
    gap: 12px;
  }
  .service-item {
    min-width: 0;
  }
}

/* ===========================================================================
   HERO SECTION
   ======================================================================== */
.hero {
  background: linear-gradient(120deg, #E7F3ED 50%, #F1F5EC 100%);
  border-radius: 0 0 60px 60px/0 0 50px 70px;
  padding: 56px 0 44px 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.hero h1 {
  color: #25805F;
  font-size: 2.6rem;
}
.hero p {
  color: #3A4732;
  max-width: 560px;
  font-size: 1.18rem;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .hero {
    padding: 38px 0 28px 0;
    border-radius: 0 0 30px 30px/0 0 28px 36px;
  }
  .hero h1 {
    font-size: 2rem;
  }
}

/* ===========================================================================
   BUTTONS & LINK STYLES
   ======================================================================== */
.btn-primary {
  display: inline-block;
  padding: 13px 34px;
  border-radius: 38px 30px 32px 42px/50px 23px 44px 33px;
  background: #2BA880;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.14rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 20px 0 rgba(41,168,128,0.13);
  transition: background 0.18s, box-shadow 0.19s, transform .12s;
  margin-top: 10px;
  outline: none;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #195095;
  color: #fff;
  box-shadow: 0 4px 32px 0 rgba(25,80,149,0.13);
  transform: translateY(-2px) scale(1.04);
}
.btn-secondary {
  display: inline-block;
  padding: 11px 29px;
  border-radius: 40px 27px 24px 38px/30px 23px 44px 33px;
  background: #195095;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.06rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 10px 0 rgba(25,80,149,0.08);
  transition: background 0.2s, box-shadow 0.2s, transform .11s;
  margin-top: 10px;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: #2BA880;
  color: #fff;
  box-shadow: 0 4px 16px 0 rgba(43,168,128,0.15);
  transform: translateY(-1px) scale(1.03);
}

/* ===========================================================================
   HEADER & NAVIGATION
   ======================================================================== */
header {
  background: #fff;
  box-shadow: 0 2px 36px 0 rgba(32,64,48,0.03);
  position: sticky;
  top: 0;
  z-index: 1001;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  gap: 16px;
}
.logo img {
  height: 48px;
  width: auto;
  margin-right: 10px;
}
.main-nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  color: #195095;
  font-size: 1rem;
  padding: 7px 14px;
  transition: color 0.18s, background 0.18s, border-radius 0.18s;
  border-radius: 18px 20px 19px 18px/15px 19px 15px 20px;
}
.main-nav a:hover, .main-nav a:focus {
  background: #F2F7FA;
  color: #25805F;
}
@media (max-width: 980px) {
  .main-nav {
    gap: 10px;
  }
}
@media (max-width: 900px) {
  header .btn-primary {
    display: none;
  }
}

/* ===========================================================================
   MOBILE BURGER MENU
   ======================================================================== */
.mobile-menu-toggle {
  display: none;
  background: #F1FAF5;
  border: none;
  font-size: 2.2rem;
  color: #25805F;
  border-radius: 16px;
  padding: 2px 13px;
  cursor: pointer;
  margin-left: 6px;
  transition: background 0.2s, color 0.14s, transform 0.18s;
  position: relative;
  z-index: 1002;
}
.mobile-menu-toggle:active {
  color: #fff;
  background: #2BA880;
}
@media (max-width: 900px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-block;
  }
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(41, 168, 128, 0.98);
  box-shadow: 0 2px 40px 0 rgba(25,80,149,0.23);
  z-index: 1100;
  transform: translateX(-100vw);
  transition: transform 0.35s cubic-bezier(.65,-0.01,.28,1.09);
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: transparent;
  border: none;
  font-size: 2.25rem;
  color: #fff;
  position: absolute;
  top: 22px;
  right: 22px;
  cursor: pointer;
  z-index: 1111;
  padding: 4px 10px;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 72px;
  margin-left: 34px;
}
.mobile-nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.44rem;
  padding: 8px 0px 8px 2px;
  border-radius: 18px;
  transition: background 0.16s, color 0.11s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: rgba(255,255,255,0.13);
  color: #F4FFA4;
}
@media (min-width: 901px) {
  .mobile-menu {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: none !important;
  }
}

/* Mobile nav background for overlay effect */
@media (max-width: 900px) {
  body.mobile-menu-open {
    overflow: hidden;
    touch-action: none;
  }
}

/* ===========================================================================
   FOOTER
   ======================================================================== */
footer {
  background: #245A31;
  color: #fff;
  padding: 38px 0 32px 0;
  margin-top: 60px;
  border-radius: 52px 0 0 0 / 38px 0 0 0;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
  align-items: flex-start;
  justify-content: space-between;
}
footer .footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 20px;
}
.footer-nav a {
  color: #d0f5e8;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 3px;
  transition: color 0.14s;
}
.footer-nav a:hover {
  color: #B3E682;
}
.address-block {
  color: #EAF4E2;
  font-size: 0.98rem;
  margin-top: 0;
  line-height: 1.75;
}
.address-block a {
  color: #F4FFA4;
  text-decoration: underline;
}
footer a img {
  display: block;
  margin-bottom: 10px;
  height: 48px;
}
@media (max-width: 900px) {
  footer .container {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  footer {
    border-radius: 36px 0 0 0 / 22px 0 0 0;
    margin-top: 36px;
    padding: 30px 0 32px 0;
  }
}

/* ===========================================================================
   COOKIE CONSENT BANNER
   ======================================================================== */
.cookie-consent-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: #fffbe6;
  border-top: 2px solid #B3E682;
  box-shadow: 0 -2px 14px 0 rgba(41,168,128,0.07);
  z-index: 1200;
  padding: 22px 16px 16px 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 24px;
  justify-content: space-between;
  font-size: 1rem;
}
.cookie-consent-banner p {
  color: #23331A;
  margin-bottom: 0;
  flex: 2 1 300px;
}
.cookie-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
.cookie-consent-banner .btn-primary,
.cookie-consent-banner .btn-secondary {
  margin: 0;
  font-size: 0.98rem;
  flex: 1 0 120px;
  padding: 9px 18px;
}
.cookie-consent-banner .btn-tertiary {
  background: #EAF4E2;
  color: #195095;
  font-weight: 500;
  border-radius: 24px;
  border: 1px solid #B3E682;
  padding: 8px 18px;
  font-size: 0.96rem;
  transition: background 0.16s, color 0.12s, border 0.16s;
  cursor: pointer;
}
.cookie-consent-banner .btn-tertiary:hover {
  background: #fff;
  color: #25805F;
}
@media (max-width: 700px) {
  .cookie-consent-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.97rem;
  }
  .cookie-btns {
    flex-direction: column;
    gap: 8px;
  }
}

/* Cookie modal */
.cookie-modal-overlay {
  position: fixed;
  z-index: 1400;
  inset: 0;
  background: rgba(33,78,54,0.30);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.25s;
}
.cookie-modal {
  background: #fff;
  border-radius: 30px 25px 34px 20px / 30px 23px 28px 27px;
  box-shadow: 0 6px 40px 0 rgba(41,128,95,0.11);
  padding: 38px 24px 32px 24px;
  width: 96vw;
  max-width: 390px;
  display: flex;
  flex-direction: column;
  gap: 19px;
  font-size: 1rem;
  position: relative;
  animation: cookie-modal-fadein 0.36s cubic-bezier(.67,0,.32,1.03);
}
@keyframes cookie-modal-fadein {
  from { transform: scale(0.88) translateY(40px); opacity: 0; }
  to   { transform: scale(1) translateY(0); opacity: 1; }
}
.cookie-modal h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #195095;
  margin-bottom: 10px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 9px;
}
.cookie-category label {
  font-size: 1rem;
  color: #25805F;
  font-family: 'Open Sans', Arial, sans-serif;
}
.cookie-modal input[type="checkbox"] {
  accent-color: #25805F;
  width: 19px;
  height: 19px;
  margin-right: 4px;
}
.cookie-modal .btn-primary, .cookie-modal .btn-secondary  {
  width: 100%;
  margin: 7px 0 0 0;
}
.cookie-modal .close-modal {
  position: absolute;
  right: 22px;
  top: 22px;
  border: none;
  background: none;
  color: #173B2F;
  font-size: 1.8rem;
  cursor: pointer;
}

/* Hide by default, show with the .show class via JS  */
.cookie-consent-banner,
.cookie-modal-overlay {
  display: none;
}
.cookie-consent-banner.show {
  display: flex;
}
.cookie-modal-overlay.show {
  display: flex;
}

/* ===========================================================================
   ORGANIC SHAPES: SHADOWS, ROUNDED-FEEL, ETC.
   ======================================================================== */
/* Soft organic shadows & roundings for cards, testimonials, services used above */

/* ===========================================================================
   GENERAL ELEMENTS & RESETS
   ======================================================================== */
section {
  margin-bottom: 60px;
  /* already handled above */
}
button, input[type="button"], input[type="submit"] {
  font-family: inherit;
  font-size: inherit;
  border: none;
  cursor: pointer;
  transition: filter 0.13s, box-shadow 0.14s;
  outline: none;
}
button:active, .btn-primary:active, .btn-secondary:active {
  filter: brightness(0.96);
}
hr {
  border: none;
  border-bottom: 1.5px solid #D6E3DC;
  margin: 30px 0 24px 0;
}

/* ===========================================================================
   FORMS (for potential future expansion)
   ======================================================================== */
input, textarea, select {
  background: #F4F7F1;
  border: 1.2px solid #B3E682;
  border-radius: 18px 18px 14px 24px / 18px 18px 18px 20px;
  padding: 13px 15px;
  font-size: 1rem;
  color: #173B2F;
  margin-bottom: 18px;
  transition: border-color 0.16s;
}
input:focus, textarea:focus, select:focus {
  border-color: #2BA880;
}
label {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  color: #195095;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}

/* ===========================================================================
   RESPONSIVE: General media queries for all components
   ======================================================================== */
@media (max-width: 700px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.38rem; }
  h3 { font-size: 1.1rem; }
  .container {
    padding: 0 7px;
  }
  .section {
    margin-bottom: 36px;
    padding: 22px 5px;
  }
  .btn-primary, .btn-secondary {
    font-size: 0.99rem;
    padding: 11px 18px;
  }
  .card, .service-item {
    padding: 15px 5px;
  }
}

/* ===========================================================================
   PRINT STYLES (minimal, for cleanliness)
   ======================================================================== */
@media print {
  header, footer, .mobile-menu, .cookie-consent-banner {
    display: none !important;
  }
  body, .container, section, .section {
    background: #fff !important;
    color: #111 !important;
    box-shadow: none !important;
    padding: 0 !important;
  }
}

/* ===========================================================================
   ACCESSIBILITY
   ======================================================================== */
::selection {
  background: #b3e682;
  color: #173B2F;
}

/* ===========================================================================
   END
   ======================================================================== */
