/* ==== 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;
}
html {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  background: #F6F7F8;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #1F5B47;
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  display: block;
}
u, ins { text-decoration: underline; }
strong, b { font-weight: 700; }
a {
  color: #1F5B47;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #FDB900;
  outline: none;
}
ul, ol {
  margin-left: 22px;
  margin-bottom: 16px;
}
li {
  margin-bottom: 8px;
}
table {
  border-collapse: collapse;
  width: 100%;
}
th, td {
  padding: 10px 14px;
  text-align: left;
  border-bottom: 1px solid #E5E5E5;
}
th {
  background: #F1F7F5;
  font-weight: 700;
}
blockquote {
  font-style: italic;
  font-size: 18px;
  padding: 18px 28px;
  border-left: 4px solid #FDB900;
  background: #FAFAFA;
  margin: 30px 0;
  border-radius: 10px;
}

/* ==== BRAND TYPOGRAPHY ==== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #1F5B47;
  line-height: 1.15;
  margin-bottom: 18px;
}
h1 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 22px;
}
h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
h3 {
  font-size: 1.18rem;
  font-weight: 600;
}
h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #465E55;
}
p {
  font-size: 1rem;
  margin-bottom: 16px;
  color: #234837;
}
.tagline {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-style: italic;
  color: #FDB900;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 15px;
}

/* ==== UTILITY & LAYOUT ==== */
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 4px 16px 2px rgba(31,91,71,0.06);
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  background: #FFFFFF;
  border-radius: 18px;
  box-shadow: 0 2px 12px 0 rgba(31,91,71,0.08);
  position: relative;
  padding: 24px 22px;
  min-width: 260px;
  flex: 1 1 260px;
  transition: box-shadow 0.3s, transform 0.3s;
}
.card:hover {
  box-shadow: 0 4px 24px 4px rgba(31,91,71,0.14);
  transform: translateY(-4px) scale(1.015);
}
.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;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  background: #F9F9FB;
  box-shadow: 0 2px 12px rgba(31,91,71,0.12);
  padding: 24px 26px;
  border-radius: 18px;
  margin-bottom: 20px;
  min-width: 260px;
  max-width: 420px;
  color: #173227;
}
.testimonial-card p {
  color: #173227;
  font-size: 1.08rem;
}
.testimonial-meta {
  font-size: 0.98rem;
  color: #1F5B47;
  font-weight: 500;
  margin-top: -8px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.text-section {
  background: #FAFCFA;
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 1px 8px rgba(31,91,71,0.06);
  margin-bottom: 20px;
}

/* ==== HERO SECTION ==== */
.hero {
  background: linear-gradient(95deg, #E8FFF4 0%, #FFF8E3 100%);
  padding: 54px 0 44px 0;
  margin-bottom: 60px;
}
.hero .content-wrapper {
  align-items: flex-start;
  gap: 18px;
}
.hero h1 {
  color: #1F5B47;
  font-size: 2.35rem;
  margin-bottom: 12px;
}
.hero p {
  color: #214431;
  font-size: 1.14rem;
  margin-bottom: 18px;
}

/* ==== CTA BUTTON STYLES ==== */
.cta {
  display: inline-block;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.09rem;
  padding: 11px 32px;
  border-radius: 40px;
  text-align: center;
  background: #1F5B47;
  color: #FFFFFF;
  transition: background 0.25s, box-shadow 0.2s, color 0.2s, transform 0.16s;
  box-shadow: 0 2px 12px 0 rgba(31,91,71,0.13);
  margin-top: 12px;
}
.cta.primary {
  background: linear-gradient(90deg, #1F5B47 57%, #FDB900 100%);
  color: #FFF;
  box-shadow: 0 6px 18px 0 rgba(31,91,71,0.13);
}
.cta:hover, .cta:focus {
  background: linear-gradient(85deg, #FDB900 35%, #1F5B47 100%);
  color: #1F5B47;
  box-shadow: 0 6px 22px 0 rgba(31,91,71,0.15);
  transform: translateY(-1px) scale(1.04);
}

/* ==== NAVIGATION STYLES ==== */
header {
  padding: 0;
  background: #FFFFFF;
  box-shadow: 0 2px 14px 0 rgba(31,91,71,0.07);
  position: relative;
  z-index: 40;
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  min-height: 64px;
}
nav img {
  height: 48px;
  margin-right: 22px;
}
nav ul {
  display: flex;
  gap: 18px;
  list-style: none;
  align-items: center;
}
nav ul li {
  margin-bottom: 0;
}
nav ul li a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #234837;
  padding: 7px 14px;
  border-radius: 30px;
  transition: background 0.2s, color 0.18s;
}
nav ul li a:hover, nav ul li a:focus {
  background: #E8FFF4;
  color: #1F5B47;
}
nav .cta {
  margin-left: 16px;
}

/* ==== MOBILE MENU ==== */
.mobile-menu-toggle {
  display: none;
  background: #FDB900;
  color: #1F5B47;
  font-size: 2.1rem;
  border: none;
  border-radius: 14px;
  padding: 6px 18px 4px 18px;
  margin-left: 16px;
  cursor: pointer;
  position: relative;
  z-index: 102;
  transition: background 0.2s;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #FFE187;
  color: #173227;
}
.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: #FFFFFF;
  box-shadow: 0 6px 80px 0 rgba(31,91,71,0.24);
  transform: translateX(-100vw);
  transition: transform 0.32s cubic-bezier(.7,.22,.17,1);
  z-index: 200;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu-close {
  background: none;
  border: none;
  font-size: 2.4rem;
  color: #1F5B47;
  align-self: flex-end;
  margin: 22px 22px 12px 0;
  cursor: pointer;
  z-index: 201;
  transition: color 0.2s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #FDB900;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  margin-top: 60px;
}
.mobile-nav a {
  font-size: 1.18rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #1F5B47;
  background: #E8FFF4;
  padding: 13px 38px;
  border-radius: 35px;
  transition: background 0.2s, color 0.16s, box-shadow 0.17s;
  box-shadow: 0 1px 7px rgba(31,91,71,0.09);
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #FDB900;
  color: #173227;
}
@media (max-width: 1100px) {
  nav {
    flex-wrap: wrap;
    gap: 10px;
  }
  nav ul {
    gap: 10px;
  }
  nav img {
    height: 44px;
  }
}
@media (max-width: 900px) {
  nav ul {
    gap: 6px;
  }
  nav .cta {
    font-size: 1rem;
    padding: 9px 18px;
  }
}
@media (max-width: 830px) {
  nav ul, nav .cta {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: block;
  }
}

/* ==== SERVICE CARD ==== */
.service-card {
  background: #FFFFFF;
  border-radius: 15px;
  box-shadow: 0 1px 8px rgba(31,91,71,0.08);
  padding: 24px 18px;
  margin-bottom: 20px;
  min-width: 220px;
  max-width: 370px;
  flex: 1 1 250px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: box-shadow 0.23s, transform 0.22s;
}
.service-card .service-price {
  font-size: 1.04rem;
  color: #FDB900;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-top: 7px;
}
.service-card:hover {
  box-shadow: 0 5px 20px 3px rgba(31,91,71,0.14);
  transform: translateY(-2px) scale(1.015);
}

/* ==== PRODUCT LIST ==== */
.product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.instructions-overview {
  background: #FAFAFA;
  border-radius: 12px;
  padding: 18px 24px;
  box-shadow: 0 1px 7px rgba(31,91,71,0.06);
  margin-top: 28px;
  margin-bottom: 18px;
}
.instructions-overview h4 {
  margin-bottom: 12px;
}

.benefits-icons {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}
.benefits-icons img {
  width: 50px;
  height: 50px;
  border-radius: 11px;
  background: #F1F7F5;
  box-shadow: 0 1px 8px rgba(31,91,71,0.06);
}

/* ==== CTA ROWS ==== */
section.cta {
  background: linear-gradient(90deg, #E8FFF4 18%, #FFF8E3 100%);
  box-shadow: 0 2px 10px 1px rgba(31,91,71,0.09);
  border-radius: 18px;
  margin-bottom: 50px;
  padding-top: 36px;
  padding-bottom: 36px;
}
section.cta h2 {
  color: #1F5B47;
}
section.cta p {
  color: #233D32;
}

/* ==== TESTIMONIALS ==== */
.testimonials {
  background: linear-gradient(90deg, #FFF8E3 8%, #E8FFF4 100%);
  padding-top: 48px;
  padding-bottom: 48px;
  border-radius: 20px;
  margin-bottom: 60px;
}
.testimonials h2 {
  color: #1F5B47;
}

.testimonials .content-wrapper {
  display: flex;
  gap: 24px;
  justify-content: flex-start;
  flex-direction: row;
}

/* ==== TABLE PRICING ==== */
.price-table {
  margin: 30px 0 12px 0;
  border-radius: 15px;
  overflow: hidden;
  background: #F1F7F5;
}
.price-table th, .price-table td {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.price-table th {
  color: #1F5B47;
}
.price-table td {
  color: #234837;
}

/* ==== FOOTER ==== */
footer {
  background: #EAFFF1;
  padding: 34px 0 24px 0;
  box-shadow: 0 -2px 12px rgba(31,91,71,0.03);
  border-radius: 40px 40px 0 0;
}
footer nav {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: none;
  box-shadow: none;
  min-height: unset;
  margin-bottom: 18px;
}
footer nav a {
  color: #1F5B47;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  border-radius: 30px;
  padding: 4px 16px;
  transition: background 0.18s, color 0.18s;
}
footer nav a:hover, footer nav a:focus {
  background: #FDB900;
  color: #FFFFFF;
}
footer .text-section {
  background: none;
  box-shadow: none;
  padding: 0;
  text-align: center;
  color: #234837;
  font-size: 0.95rem;
}

/* ========= COOKIE BANNER ============ */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  width: 100vw;
  background: #FFFFFF;
  box-shadow: 0 -2px 40px 0 rgba(31,91,71,0.13);
  z-index: 9999;
  padding: 18px 20px 22px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  flex-wrap: wrap;
  animation: fadeinCookie 0.45s cubic-bezier(.7,.22,.17,1);
}
@keyframes fadeinCookie {
  from { opacity: 0; transform: translateY(50px); }
  to { opacity: 1; transform: none; }
}
.cookie-banner p {
  margin: 0;
  font-size: 0.99rem;
  color: #214431;
  line-height: 1.55;
}
.cookie-banner .cookie-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.cookie-banner button {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  border-radius: 24px;
  border: none;
  padding: 8px 22px;
  font-size: 1.01rem;
  margin: 0 2px;
  cursor: pointer;
  transition: background 0.2s, color 0.15s;
}
.cookie-banner .accept {
  background: #1F5B47;
  color: #fff;
}
.cookie-banner .accept:hover, .cookie-banner .accept:focus {
  background: #FDB900;
  color: #1F5B47;
}
.cookie-banner .reject {
  background: #FDB900;
  color: #1F5B47;
}
.cookie-banner .reject:hover, .cookie-banner .reject:focus {
  background: #1F5B47;
  color: #fff;
}
.cookie-banner .settings {
  background: #FAFAFA;
  border: 1px solid #1F5B47;
  color: #1F5B47;
}
.cookie-banner .settings:hover, .cookie-banner .settings:focus {
  background: #E8FFF4;
}

/* ==== COOKIE MODAL ==== */
.cookie-modal-backdrop {
  position: fixed;
  top:0; left:0; right:0; bottom:0;
  background: rgba(31,91,71,0.35);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeinModal .32s cubic-bezier(.7,.22,.17,1);
}
@keyframes fadeinModal {
  from { opacity: 0; }
  to { opacity: 1; }
}
.cookie-modal {
  background: #FFFFFF;
  border-radius: 22px;
  padding: 32px 32px 22px 32px;
  width: 100%;
  max-width: 440px;
  box-shadow: 0 6px 36px 0 rgba(31,91,71,0.21);
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  animation: slideInModal .34s cubic-bezier(.7,.22,.17,1);
}
@keyframes slideInModal {
  from { transform: translateY(80px); opacity: 0.2; }
  to { transform: none; opacity: 1; }
}
.cookie-modal h3 {
  color: #1F5B47;
  font-size: 1.31rem;
}
.cookie-modal .close-btn {
  position: absolute;
  top: 16px; right: 12px;
  background: none;
  border: none;
  font-size: 2rem;
  color: #1F5B47;
  cursor: pointer;
  transition: color 0.16s;
}
.cookie-modal .close-btn:hover, .cookie-modal .close-btn:focus {
  color: #FDB900;
}
.cookie-modal .cookie-category {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 11px;
}
.cookie-modal .cookie-category label {
  font-weight: 600;
  font-size: 1.05rem;
  color: #214431;
  cursor: pointer;
}
.cookie-modal .cookie-category input[type="checkbox"] {
  accent-color: #FDB900;
  width: 18px; height: 18px;
}
.cookie-modal .cookie-switch[disabled]:not(:checked) + label {
  color: #BFCFC2;
}
.cookie-modal .category-desc {
  color: #6D887C;
  font-size: 0.94rem;
}
.cookie-modal .cookie-modal-actions {
  display: flex;
  gap: 14px;
  margin-top: 8px;
}
.cookie-modal .cookie-modal-actions button {
  border-radius: 20px;
  border: none;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.03rem;
  padding: 7px 22px;
  cursor: pointer;
  background: #1F5B47;
  color: #fff;
  margin: 0 2px;
  transition: background 0.19s, color 0.14s;
}
.cookie-modal .cookie-modal-actions .cancel {
  background: #FAFAFA;
  color: #1F5B47;
  border: 1.5px solid #1F5B47;
}
.cookie-modal .cookie-modal-actions button:hover, .cookie-modal .cookie-modal-actions button:focus {
  background: #FDB900;
  color: #1F5B47;
}

/* ==== RESPONSIVE & ADAPTIVE ==== */
@media (max-width: 900px) {
  .container {
    max-width: 98vw;
    padding: 0 6vw;
  }
  .content-grid, .card-container {
    flex-direction: column;
    justify-content: flex-start;
  }
  .product-list {
    flex-direction: column;
    gap: 18px;
  }
}
@media (max-width: 768px) {
  section, .section {
    padding: 30px 5vw;
    margin-bottom: 38px;
  }
  .hero {
    padding: 34px 0 33px 0;
    margin-bottom: 34px;
  }
  h1 { font-size: 1.44rem; }
  h2 { font-size: 1.18rem; }
  h3 { font-size: 1rem; }
  .testimonial-card {
    padding: 16px 11px;
    min-width: 190px;
    max-width: unset;
  }
  .service-card, .card {
    padding: 14px 11px;
    min-width: 160px;
    max-width: unset;
  }
  .text-section {
    padding: 12px 8px;
    margin-bottom: 17px;
  }
  .instructions-overview {
    padding: 9px 8px;
    margin-top: 14px;
    margin-bottom: 11px;
  }
  .benefits-icons img {
    width: 36px; height: 36px;
  }
  .footer {
    padding: 24px 0 9px 0;
  }
  .cookie-modal {
    padding: 14px 8px 15px 12px;
    max-width: 97vw;
  }
}
@media (max-width: 600px) {
  nav {
    min-height: 45px;
    padding: 0 6vw;
  }
  .cta {
    font-size: 0.98rem;
    padding: 8px 18px;
    margin-top: 8px;
  }
  .container {
    padding: 0 2vw;
  }
  footer {
    border-radius: 20px 20px 0 0;
    padding: 18px 0 7px 0;
  }
  blockquote {
    padding: 13px 12px;
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .content-wrapper, .content-grid, .card-container, .product-list {
    gap: 14px;
  }
  .testimonial-card, .card, .service-card {
    margin-bottom: 12px;
  }
  .mobile-nav {
    gap: 17px;
    margin-top: 35px;
  }
}
@media (max-width: 480px) {
  .cta {
    padding: 7px 7vw;
    font-size: 0.93rem;
  }
}
.text-image-section {
  flex-direction: column;
  align-items: stretch;
}
@media (min-width: 769px) {
  .text-image-section {
    flex-direction: row;
    align-items: center;
  }
  .content-grid, .card-container, .product-list {
    flex-direction: row;
  }
}

/* ==== THANK YOU PAGE ==== */
.thankyou {
  background: linear-gradient(120deg, #E8FFF4 0%, #FFF8E3 100%);
  border-radius: 24px;
  box-shadow: 0 3px 22px 4px rgba(31,91,71,0.06);
  padding-top: 48px;
  padding-bottom: 48px;
  margin-bottom: 42px;
}

/* ==== OTHER ACCESSIBILITY ==== */
:focus-visible {
  outline: 3px solid #FDB900;
  outline-offset: 3px;
}

::-webkit-scrollbar {
  width: 9px;
  background: #F6F7F8;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #FDB900;
  border-radius: 8px;
}
.services .content-wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
}
section.cta.fade-in-observed.in {
    width: 100%;
}