/* =====================
   CSS RESET & BASE
   ===================== */
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, 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 {
  box-sizing: border-box;
  scroll-behavior: smooth;
  background: #F0F5F2;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  background: #F0F5F2;
  color: #232B22;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #266523;
  text-decoration: none;
  transition: color 0.18s cubic-bezier(.4,0,.2,1);
}
a:hover, a:focus {
  color: #569a39;
  outline: none;
}
ul, ol {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
table {
  border-collapse: collapse;
  width: 100%;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #266523;
  margin-bottom: 16px;
  line-height: 1.15;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 24px;
  color: #266523;
}
h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
h3 {
  font-size: 1.3rem;
  color: #457139;
  margin-bottom: 16px;
}
h4, h5, h6 {
  font-size: 1.1rem;
  margin-bottom: 12px;
}
p, li, .testimonial-meta {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  color: #232B22;
  margin-bottom: 12px;
  text-shadow: 0 1px 0 #fafcff3b;
}
.strong, strong {
  font-weight: 700;
  color: #266523;
}

/* Artistic Fonts
   Artistic headline, alternate creative effect */
@import url('https://fonts.googleapis.com/css?family=Montserrat:700,900|Roboto:400,500,700&display=swap');
h1, h2, .cta-section h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  text-shadow: 2px 4px 14px #91c66e29, 1px 1px 0 #fff;
}
.hero-section h1 {
  font-size: 2.2rem;
  letter-spacing: .01em;
  color: #1b4125;
  background: linear-gradient(90deg,#266523, #87B959, #FFB501);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-weight: 900;
}
@media (min-width: 650px) {
  .hero-section h1 {
    font-size: 3.2rem;
  }
}

/* =====================
   CONTAINER & SECTION LAYOUTS
   ===================== */
.container {
  width: 100%;
  max-width: 1150px;
  padding: 0 20px;
  margin: 0 auto;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

/***** Cards & Grids *****/
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 28px 0 #2665230c, 0 2px 6px #2665231b;
  padding: 28px 24px;
  min-width: 240px;
  flex: 1 1 250px;
  transition: box-shadow 0.24s cubic-bezier(.4,0,.2,1), transform 0.17s;
}
.card:hover, .card:focus {
  box-shadow: 0 8px 40px 0 #26652322, 0 2px 8px #26652326;
  transform: translateY(-4px) scale(1.02);
  z-index: 2;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}
.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;
  padding: 20px;
  margin-bottom: 24px;
  background: #f9fbf9;
  border-left: 7px solid #87B959;
  border-radius: 18px;
  box-shadow: 0 4px 22px #26652313, 0 1px 4px #FFF;
  font-size: 1.04rem;
}
.testimonial-card p {
  color: #232B22;
  font-size: 1.1rem;
  font-style: italic;
}
.testimonial-meta {
  font-style: normal;
  font-size: 1rem;
  color: #87B959;
}
.star-rating img {
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 2px;
}
/* Feature item pattern */
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

/***** Hero Section *****/
.hero-section {
  min-height: 66vh;
  background: #E8F8EC;
  background: radial-gradient(circle at 60% 30%,#F0F5F2 72%, #87B95921 100%), #E8F8EC;
  padding: 60px 0 40px 0;
}
.hero-section .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.hero-section .content-wrapper {
  align-items: flex-start;
  max-width: 610px;
  gap: 24px;
}
.hero-section p {
  font-size: 1.15rem;
  margin-bottom: 12px;
  color: #266523ee;
}

/***** Features Section *****/
.features-section, .features-included-section, .about-section, .services-section, .process-section, .trust-section, .testimonials-section, .case-studies-section, .thankyou-section, .legal-section, .contact-section, .faq-section, .review-summary-section {
  background: #fff;
  box-shadow: 0 2px 24px #26652313, 0 1px 8px #87B95910;
  border-radius: 18px;
  margin-bottom: 60px;
  padding: 40px 20px;
}
.features-section .feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.feature-grid li {
  flex: 1 1 240px;
  min-width: 205px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  background: #E8F8EC;
  border-radius: 16px;
  padding: 30px 22px 20px 22px;
  box-shadow: 0 2px 18px #87B95920;
  margin-bottom: 20px;
  transition: box-shadow .18s;
}
.feature-grid li:hover {
  box-shadow: 0 6px 24px #87B95935;
}
.feature-grid img {
  width: 48px; height: 48px;
  margin-bottom: 12px;
}
.feature-grid h3 {
  color: #266523;
  font-family: 'Montserrat',sans-serif;
  font-size: 1.18rem;
  margin-bottom: 4px;
}
/* Service list */
.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 18px;
}
.service-list li {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px #26652313;
  padding: 16px 16px 14px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 210px;
  font-size: 1.07rem;
  color: #266523;
  font-family: 'Roboto',sans-serif;
  margin-bottom: 18px;
  transition: box-shadow .18s;
}
.service-list img {
  width: 32px; height: 32px; display: inline;
}
.service-list li:hover {
  box-shadow: 0 4px 16px #87B95916;
}

/***** Pricing Table *****/
.pricing-table {
  width: 100%;
  margin-bottom: 34px;
  background: #E8F8EC;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 12px #87B95915;
}
.pricing-table th, .pricing-table td {
  padding: 18px 14px;
  text-align: left;
  border-bottom: 1px solid #87B95928;
}
.pricing-table th {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.07rem;
  color: #266523;
}
.pricing-table tr:last-child td {
  border-bottom: none;
}
.price-disclaimer {
  font-size: 0.93rem;
  color: #888;
  margin-top: 10px;
}
.features-included {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 8px;
}
.features-included li {
  background: #E8F8EC;
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #266523;
  font-size: 1.04rem;
  font-family: 'Roboto',sans-serif;
  margin-bottom: 10px;
}
.features-included img {
  width: 22px;
}

/***** Benefits & Process *****/
.step-by-step {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 18px;
  padding-bottom: 16px;
}
.step-by-step li {
  background: #f1faeb;
  border: 1px solid #87B95936;
  border-radius: 10px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 1.01rem;
  color: #266523;
  margin-bottom: 8px;
}
.benefits-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 4px;
}
.benefits-list li {
  background: #F8ECAA;
  color: #595001;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 1.01rem;
  margin-bottom: 8px;
}

/***** Case Studies *****/
.case-study {
  background: #F7F6FC;
  border-radius: 13px;
  padding: 20px 22px;
  margin-bottom: 20px;
  border-left: 6px solid #87B959;
  color: #244122;
  font-size: 1.09rem;
  box-shadow: 0 2px 10px #87B95914;
}

/***** Footer *****/
footer {
  padding: 38px 0 28px 0;
  background: #266523;
  color: #f9f9f8;
  font-size: 1rem;
  margin-top: 50px;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.footer-nav {
  margin-bottom: 11px;
  color: #D8E3D2;
}
.footer-nav a {
  color: #F0F5F2;
  font-weight: 500;
  margin: 0 2px;
  padding: 0 3px;
  border-radius: 4px;
  transition: background .15s;
}
.footer-nav a:hover {
  background: #87B959;
  color: #266523;
}
.footer-contact {
  font-size: 0.98rem;
  color: #D8E3D2;
  line-height: 1.5;
}
.footer-contact a {
  color: #FDC105;
}
.footer-copy {
  font-size: 0.92rem;
  margin-top: 12px;
  color: #aee8a2;
}
footer img {
  width: 56px;
  margin-bottom: 9px;
}

/***** Buttons *****/
.btn-primary, .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 164px;
  padding: 14px 28px;
  border-radius: 28px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  font-size: 1.13rem;
  letter-spacing: 0.01em;
  cursor: pointer;
  outline: none;
  border: none;
  transition: background .19s, color .18s, box-shadow .17s, transform .17s;
  box-shadow: 0 4px 20px #26652313, 0 2px 6px #2665231b;
  position: relative;
  margin-top: 8px;
  margin-bottom: 14px;
}
.btn-primary {
  background: #266523;
  color: #fff;
  text-shadow: 1px 1px 0 #fff3, 0 1px #91c66e31;
}
.btn-primary:hover, .btn-primary:focus {
  background: #569a39;
  color: #fff5da;
  transform: scale(1.03);
}
.btn-secondary {
  background: #FDF5B8;
  color: #266523;
  border: 1px solid #87B959;
  box-shadow: 0 2px 13px #87B95915;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #87B959;
  color: #fff;
}

/***** Navigation *****/
header {
  width: 100%;
  background: #fff;
  position: sticky;
  top: 0; left: 0;
  z-index: 22;
  box-shadow: 0 2px 18px #26652312;
}
.logo-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  justify-content: space-between;
  padding: 14px 0;
}
.logo-nav a img {
  height: 54px;
  width: auto;
  display: inline;
}
.main-nav {
  display: flex;
  gap: 18px;
  align-items: center;
  font-family: 'Montserrat',sans-serif;
}
.main-nav a {
  font-size: 1.05rem;
  color: #266523;
  padding: 6px 12px;
  border-radius: 8px;
  font-weight: 600;
  transition: background .13s, color .11s;
}
.main-nav a:hover, .main-nav a.active {
  background: #F0F5F2;
  color: #569a39;
}
.logo-nav .btn-primary {
  margin-left: 22px;
  box-shadow: 0 2px 14px #87B9592b;
  font-size: 1.05rem;
}

/***** BURGER MOBILE NAV *****/
.mobile-menu-toggle {
  display: none;
  background: #87B959;
  color: #1b4125;
  border: none;
  border-radius: 9px;
  font-size: 2.2rem;
  padding: 7px 18px 11px 18px;
  margin: 0 10px 0 0;
  cursor: pointer;
  z-index: 105;
  transition: background .17s, color .14s;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #569a39;
  color: #fff;
}
.mobile-menu {
  position: fixed;
  top: 0; left: 0; height: 100vh; width: 100vw;
  background: #fff1;
  backdrop-filter: blur(0.8px);
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.28s cubic-bezier(.65,0,.35,1);
  display: flex;
  align-items: flex-start;
}
.mobile-menu.open {
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu nav {
  width: 80vw;
  max-width: 310px;
  min-height: 100vh;
  background: #266523;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 42px 26px 26px 34px;
  box-shadow: 6px 0 26px #2665230e;
  transform: translateX(-100%);
  transition: transform 0.38s cubic-bezier(.7,0,.3,1) 0s;
}
.mobile-menu.open nav {
  transform: translateX(0);
  transition: transform 0.38s cubic-bezier(.7,0,.3,1) 0s;
}
.mobile-menu-close {
  position: absolute;
  top: 10px; right: 13px;
  background: #87B959;
  color: #fff;
  border: none;
  font-size: 2rem;
  border-radius: 50%;
  width: 42px; height: 42px;
  cursor: pointer;
  z-index: 102;
  transition: background .17s;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  background: #FDC105;
  color: #266523;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 30px;
}
.mobile-nav a {
  color: #fff;
  font-family: 'Montserrat',sans-serif;
  font-size: 1.17rem;
  font-weight: 600;
  letter-spacing: .01em;
  border-radius: 9px;
  padding: 12px 10px;
  background: transparent;
  transition: background .15s, color .13s;
}
.mobile-nav a:hover, .mobile-nav a.active {
  background: #f9fbf923;
  color: #FDC105;
}

@media (max-width: 1000px) {
  .main-nav, .logo-nav .btn-primary { display: none; }
  .mobile-menu-toggle { display: block; }
  .logo-nav {
    gap: 14px;
  }
}
@media (max-width: 480px) {
  .logo-nav a img { height: 37px; }
  .mobile-menu nav { padding: 38px 10px 18px 14px; min-width: 0; width: 99vw; }
  .footer-contact img { width: 32px; }
}

/***** CTA *****/
.cta-section {
  background: #F8ECAA;
  background: linear-gradient(89deg,#FFFEED 80%, #F9F7AC 100%);
  border-radius: 16px;
  margin-bottom: 60px;
  padding: 52px 20px;
  box-shadow: 0 4px 18px #e7e3b430;
  text-align: center;
}
.cta-section h2 {
  color: #266523;
  font-family: 'Montserrat',sans-serif;
  font-size: 2rem;
  font-weight: 800;
  text-shadow: 1px 2px 14px #f7ec9829;
}
.cta-section p {
  color: #445a42;
  font-size: 1.11rem;
  margin-bottom: 22px;
}
.cta-section .btn-primary {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

/***** FAQ *****/
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.faq-list li {
  background: #f8fef7;
  border-left: 4px solid #87B959;
  border-radius: 11px;
  padding: 14px 18px 13px 14px;
  color: #244122;
  box-shadow: 0 2px 10px #26652310;
  font-size: 1rem;
  margin-bottom: 12px;
}

/***** Legal Section *****/
.legal-section h1, .legal-section h2 {
  color: #266523;
}
.legal-section ul {
  margin-bottom: 18px;
}
.legal-section ul li {
  margin-left: 10px;
  margin-bottom: 6px;
}

/***** Thanks Section *****/
.thankyou-section h1 {
  color: #569a39;
  font-size: 2.2rem;
}
.thankyou-section ul {
  margin-bottom: 16px;
}

/***** Utility Spacing *****/
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.mt-24 { margin-top: 24px; }
.mb-24 { margin-bottom: 24px; }
.gap-10 { gap: 10px; }
.gap-20 { gap: 20px; }

/***** Responsive Layouts & Flex Direction Switches *****/
@media (max-width: 850px) {
  .container { padding: 0 10px; }
  .hero-section { padding: 44px 0 24px 0; }
  .hero-section .content-wrapper { max-width: 99vw; }
  .service-list, .feature-grid, .features-included, .benefits-list, .card-container, .content-grid {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .main-nav, .logo-nav .btn-primary { display: none; }
  .mobile-menu-toggle { display: block; }
  .content-wrapper { gap: 18px; }
  .hero-section { padding-bottom: 0; }
  .footer-contact { font-size: 0.89rem; }
}
@media (max-width: 600px) {
  .section, .features-section, .cta-section, .about-section, .services-section, .process-section, .trust-section, .testimonials-section, .case-studies-section, .thankyou-section, .legal-section, .contact-section, .faq-section {
    padding: 22px 7px;
  }
  .content-wrapper,
  .container { padding: 0 3px; }
}

/* =====================
   COOKIE CONSENT BANNER
   ===================== */
.cookie-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: fixed;
  z-index: 20000;
  bottom: 0; left: 0;
  width: 100vw;
  background: #fffdeb;
  color: #232B22;
  border-top: 4px solid #87B959;
  box-shadow: 0 -4px 26px #26652322;
  padding: 19px 3% 16px 3%;
  font-size: 1rem;
  animation: slideInBanner 0.65s cubic-bezier(.7,0,.3,1);
}
@keyframes slideInBanner {
  from { transform: translateY(100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.cookie-banner p {
  color: #232B22;
  margin: 0;
  font-size: 1rem;
}
.cookie-actions {
  display: flex;
  gap: 14px;
  align-items: center;
}
.cookie-banner .btn-cookie {
  background: #87B959;
  color: #fff;
  border-radius: 24px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  padding: 10px 18px;
  margin-left: 4px;
  box-shadow: 0 2px 10px #26652309;
  cursor: pointer;
  transition: background .17s, color .13s, box-shadow .13s;
}
.cookie-banner .btn-cookie:hover {
  background: #266523;
  color: #F0F5F2;
}
.cookie-banner .btn-cookie.reject {
  background: #F3B356;
  color: #fff;
}
.cookie-banner .btn-cookie.reject:hover {
  background: #b37014;
}
.cookie-banner .btn-cookie.settings {
  background: #fff;
  color: #266523;
  border: 1px solid #87B959;
}
.cookie-banner .btn-cookie.settings:hover {
  background: #266523;
  color: #fff;
}

/***** Cookie Modal *****/
.cookie-modal {
  display: none;
  position: fixed;
  z-index: 20001;
  left: 0; top: 0; width: 100vw; height: 100vh;
  justify-content: center;
  align-items: center;
  background: #232B2217;
  animation: fadeInCookieBg 0.31s cubic-bezier(.7,0,.3,1);
}
@keyframes fadeInCookieBg {
  from { opacity: 0; } to {opacity: 1;}
}
.cookie-modal.open {
  display: flex;
}
.cookie-modal-content {
  background: #fffefa;
  border-radius: 16px;
  min-width: 320px;
  padding: 34px 24px 26px 24px;
  box-shadow: 0 8px 48px #26652323, 0 2px 16px #87B95918;
  animation: popCookieModal 0.2s;
}
@keyframes popCookieModal {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
.cookie-modal-content h3 {
  margin-bottom: 14px;
  color: #266523;
  font-family: 'Montserrat',sans-serif;
  font-size: 1.16rem;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.cookie-category label {
  color: #266523;
  font-size: 1rem;
  cursor: pointer;
}
.cookie-toggle {
  appearance: none;
  width: 38px; height: 22px;
  background: #E8F8EC;
  border-radius: 12px;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: background .15s;
}
.cookie-toggle:checked {
  background: #87B959;
}
.cookie-toggle:disabled {
  cursor: not-allowed;
  background: #ccc;
}
.cookie-toggle::before {
  content: '';
  position: absolute;
  left: 3px; top: 50%; transform: translateY(-50%);
  width: 16px; height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px #26652322;
  transition: left .13s;
}
.cookie-toggle:checked::before {
  left: 18px;
}
.cookie-modal-btns {
  display: flex;
  gap: 12px;
  margin-top: 18px;
  justify-content: flex-end;
}
.cookie-modal-btns .btn-cookie {
  padding: 9px 22px;
  font-size: 1.01rem;
}

/* Hide banner on smaller screens */
@media (max-width: 510px) {
  .cookie-banner { flex-direction: column; align-items: flex-start; gap: 8px; padding: 11px 3%; }
  .cookie-actions { width: 100%; gap: 9px; }
  .cookie-modal-content { padding: 27px 5vw 14px 5vw; }
}

/* =====================
   ACCESSIBILITY, UX, ANIMATION ENHANCEMENTS
   ===================== */
:focus-visible {
  outline: 2px solid #FDC105;
  outline-offset: 2px;
}
.btn-primary:focus, .btn-secondary:focus, .btn-cookie:focus {
  outline: 2px solid #FFFEED;
  outline-offset: 1px;
}
::-webkit-input-placeholder {color:#839784;}
::-moz-placeholder {color:#839784;}
:-ms-input-placeholder {color:#839784;}
::placeholder {color:#839784;}

/* =====================
   SCROLLBAR ARTISTIC 
   ===================== */
::-webkit-scrollbar {
  width: 11px;
  background: #E8F8EC;
}
::-webkit-scrollbar-thumb {
  background: #87B959;
  border-radius: 8px;
}

/* =====================
   END OF CSS
   ===================== */
