:root {
--primary-color: hsl(116, 64%, 41%);
--secondary-color: hsl(116, 64%, 26%);
  --accent-color: hsl(116, 64%, 66%);
}

* {
    margin: 0;
  padding: 0;
    box-sizing: border-box;
}

body {
font-family: 'Merriweather', serif;
    color: #333;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
    font-weight: 700;
  color: #222;
}

.navbar {
background-color: #ffffff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  padding: 1rem 0;
}

.navbar-brand {
    display: flex;
align-items: center;
  gap: 12px;
    font-family: 'Lato', sans-serif;
font-weight: 900;
    font-size: 1.5rem;
  color: var(--secondary-color) !important;
    transition: opacity 0.3s ease;
}

.navbar-brand:hover {
  opacity: 0.85;
}

.navbar-brand img {
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

.navbar-nav .nav-link {
  font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #333 !important;
  padding: 0.6rem 1.1rem !important;
    transition: color 0.3s ease, background-color 0.3s ease;
  border-radius: 6px;
}

.navbar-nav .nav-link:hover {
color: var(--primary-color) !important;
    background-color: rgba(116, 64, 41, 0.05);
}

.navbar-toggler {
    border: 2px solid var(--primary-color);
  padding: 0.4rem 0.65rem;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(116, 64, 41, 0.25);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='hsl(116, 64%%, 41%%)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991px) {
.navbar-collapse {
    background-color: #f8f9fa;
  margin-top: 1rem;
    padding: 1rem;
  border-radius: 8px;
}
}

#about {
    padding: 80px 0;
    background: #ffffff;
  }

  #about .section-title {
    font-family: 'Lato', sans-serif;
    color: #222;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
  }

  #about .section-subtitle {
    font-family: 'Merriweather', serif;
    color: #666;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  #about .about-content {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
  }

  #about .about-image {
    flex: 1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }

  #about .about-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
  }

  #about .about-image:hover img {
    transform: scale(1.05);
  }

  #about .about-text {
    flex: 1;
  }

  #about .about-text h3 {
    font-family: 'Lato', sans-serif;
    color: hsl(116, 64%, 26%);
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
  }

  #about .about-text p {
    font-family: 'Merriweather', serif;
    color: #444;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 15px;
  }

  #about .values-section {
    background: #f8f9fa;
    padding: 50px;
    border-radius: 12px;
    margin-top: 40px;
  }

  #about .values-title {
    font-family: 'Lato', sans-serif;
    color: #222;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
  }

  #about .values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
  }

  #about .value-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  #about .value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  }

  #about .value-icon {
    width: 60px;
    height: 60px;
    background: hsl(116, 64%, 41%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 1.8rem;
    color: #fff;
  }

  #about .value-card h4 {
    font-family: 'Lato', sans-serif;
    color: hsl(116, 64%, 26%);
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 12px;
  }

  #about .value-card p {
    font-family: 'Merriweather', serif;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
  }

  #about .stats-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 60px;
    padding: 40px 0;
  }

  #about .stat-item {
    text-align: center;
    padding: 20px;
  }

  #about .stat-number {
    font-family: 'Lato', sans-serif;
    color: hsl(116, 64%, 41%);
    font-size: 3rem;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
  }

  #about .stat-label {
    font-family: 'Merriweather', serif;
    color: #666;
    font-size: 1rem;
  }

  @media (max-width: 768px) {
    #about {
      padding: 50px 0;
    }

    #about .section-title {
      font-size: 2rem;
    }

    #about .about-content {
      flex-direction: column;
      gap: 30px;
    }

    #about .values-section {
      padding: 30px 20px;
    }

    #about .values-grid {
      grid-template-columns: 1fr;
    }

    #about .stat-number {
      font-size: 2.5rem;
    }
  }

.portfolio-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  }
  
  .portfolio-section h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    font-size: 2.5rem;
  }
  
  .portfolio-section .lead-text {
    font-family: 'Merriweather', serif;
    color: #555;
    margin-bottom: 50px;
    font-size: 1.1rem;
  }
  
  .filter-buttons {
    margin-bottom: 45px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }
  
  .filter-btn {
    font-family: 'Lato', sans-serif;
    padding: 10px 24px;
    border: 2px solid hsl(116, 64%, 41%);
    background: transparent;
    color: hsl(116, 64%, 26%);
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 0.95rem;
  }
  
  .filter-btn:hover,
  .filter-btn.active {
    background: hsl(116, 64%, 41%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(46, 184, 69, 0.3);
  }
  
  .portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 40px;
  }
  
  .portfolio-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
  }
  
  .portfolio-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(46, 184, 69, 0.2);
  }
  
  .portfolio-item.hidden {
    display: none;
  }
  
  .portfolio-image {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.4s ease;
  }
  
  .portfolio-item:hover .portfolio-image {
    transform: scale(1.08);
  }
  
  .portfolio-content {
    padding: 25px;
  }
  
  .portfolio-category {
    font-family: 'Lato', sans-serif;
    font-size: 0.85rem;
    color: hsl(116, 64%, 41%);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  
  .portfolio-title {
    font-family: 'Lato', sans-serif;
    font-size: 1.4rem;
    color: #222;
    margin-bottom: 12px;
    font-weight: 700;
  }
  
  .portfolio-description {
    font-family: 'Merriweather', serif;
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  
  .view-details {
    font-family: 'Lato', sans-serif;
    color: hsl(116, 64%, 26%);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
  }
  
  .view-details:hover {
    color: hsl(116, 64%, 41%);
    gap: 12px;
  }
  
  .modal-content {
    border-radius: 15px;
    border: none;
  }
  
  .modal-header {
    background: linear-gradient(135deg, hsl(116, 64%, 41%) 0%, hsl(116, 64%, 26%) 100%);
    color: #fff;
    border-radius: 15px 15px 0 0;
    padding: 25px 30px;
  }
  
  .modal-title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
  }
  
  .modal-body {
    padding: 35px;
  }
  
  .modal-body img {
    border-radius: 10px;
    margin-bottom: 25px;
    width: 100%;
    height: auto;
  }
  
  .modal-body h5 {
    font-family: 'Lato', sans-serif;
    color: #222;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  
  .modal-body p,
  .modal-body ul {
    font-family: 'Merriweather', serif;
    color: #555;
    line-height: 1.7;
  }
  
  .modal-body ul {
    padding-left: 20px;
  }
  
  .modal-body ul li {
    margin-bottom: 8px;
  }
  
  .btn-close {
    filter: brightness(0) invert(1);
  }
  
  @media (max-width: 768px) {
    .portfolio-section {
      padding: 60px 0;
    }
    
    .portfolio-section h2 {
      font-size: 2rem;
    }
    
    .portfolio-grid {
      grid-template-columns: 1fr;
      gap: 25px;
    }
    
    .filter-buttons {
      gap: 8px;
    }
    
    .filter-btn {
      padding: 8px 18px;
      font-size: 0.9rem;
    }
  }

.advantages-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  }

  .advantages-section .section-title {
    font-family: 'Lato', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 1rem;
    text-align: center;
  }

  .advantages-section .section-subtitle {
    font-family: 'Merriweather', serif;
    font-size: 1.1rem;
    color: #555;
    text-align: center;
    margin-bottom: 3.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .advantage-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    height: 100%;
    border: 2px solid transparent;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  }

  .advantage-card:hover {
    transform: translateY(-8px);
    border-color: hsl(116, 64%, 41%);
    box-shadow: 0 12px 30px rgba(34, 139, 34, 0.15);
  }

  .advantage-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, hsl(116, 64%, 41%) 0%, hsl(116, 64%, 26%) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: transform 0.3s ease;
  }

  .advantage-card:hover .advantage-icon {
    transform: rotate(360deg) scale(1.1);
  }

  .advantage-icon i {
    font-size: 2rem;
    color: #ffffff;
  }

  .advantage-title {
    font-family: 'Lato', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 1rem;
    text-align: center;
  }

  .advantage-description {
    font-family: 'Merriweather', serif;
    font-size: 0.95rem;
    color: #666;
    line-height: 1.7;
    text-align: center;
  }

  .advantage-card .highlight {
    color: hsl(116, 64%, 26%);
    font-weight: 600;
  }

  @media (max-width: 768px) {
    .advantages-section {
      padding: 50px 0;
    }
    
    .advantages-section .section-title {
      font-size: 2rem;
    }
    
    .advantage-card {
      margin-bottom: 1.5rem;
    }
  }

#statistics {
    padding: 80px 0;
    background: linear-gradient(135deg, hsl(116, 64%, 41%) 0%, hsl(116, 64%, 26%) 100%);
    position: relative;
    overflow: hidden;
  }

  #statistics::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
    opacity: 0.4;
  }

  .stats-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
  }

  .stats-header h2 {
    font-family: 'Lato', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
  }

  .stats-header p {
    font-family: 'Merriweather', serif;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0 auto;
  }

  .stat-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 35px 20px;
    text-align: center;
    transition: all 0.4s ease;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    position: relative;
    z-index: 2;
  }

  .stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    background: #ffffff;
  }

  .stat-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, hsl(116, 64%, 66%) 0%, hsl(116, 64%, 41%) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .stat-card:hover .stat-icon {
    transform: rotate(360deg) scale(1.1);
  }

  .stat-icon i {
    font-size: 32px;
    color: #ffffff;
  }

  .stat-number {
    font-family: 'Lato', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: hsl(116, 64%, 26%);
    margin-bottom: 8px;
    line-height: 1.2;
  }

  .stat-label {
    font-family: 'Merriweather', serif;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.4;
  }

  .stat-context {
    font-family: 'Merriweather', serif;
    font-size: 0.8rem;
    color: #777;
    margin-top: 8px;
    font-style: italic;
  }

  @media (max-width: 768px) {
    #statistics {
      padding: 60px 0;
    }

    .stats-header h2 {
      font-size: 2rem;
    }

    .stat-number {
      font-size: 2.2rem;
    }

    .stat-card {
      margin-bottom: 20px;
    }
  }

footer {
  background: linear-gradient(135deg, hsl(116, 64%, 26%) 0%, hsl(116, 64%, 41%) 100%);
    color: #fff;
  padding: 60px 0 20px;
  font-family: 'Merriweather', serif;
}

footer h5 {
font-family: 'Lato', sans-serif;
  font-weight: 700;
    margin-bottom: 20px;
  font-size: 1.1rem;
}

footer p, footer ul {
  font-size: 0.95rem;
    line-height: 1.7;
}

footer ul {
  list-style: none;
    padding: 0;
}

footer ul li {
margin-bottom: 10px;
}

footer a {
  color: #fff;
  text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
  color: hsl(116, 64%, 66%);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 40px;
  padding-top: 25px;
    text-align: center;
  font-size: 0.9rem;
}

.contact-item {
  display: flex;
    align-items: flex-start;
  margin-bottom: 15px;
}

.contact-item i {
  margin-right: 10px;
    margin-top: 3px;
  color: hsl(116, 64%, 66%);
}

#cookieNotice {
  position: fixed;
    bottom: 0;
  left: 0;
    right: 0;
  background: #fff;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
  z-index: 9999;
    padding: 25px 0;
  border-top: 4px solid hsl(116, 64%, 41%);
}

#cookieNotice h5 {
  font-family: 'Lato', sans-serif;
    font-weight: 700;
  color: #222;
    margin-bottom: 15px;
}

#cookieNotice p {
  color: #555;
    font-size: 0.9rem;
  margin-bottom: 15px;
}

.cookie-categories {
  margin: 20px 0;
    padding: 15px;
  background: #f8f9fa;
    border-radius: 8px;
}

.cookie-category {
  margin-bottom: 12px;
    padding-bottom: 12px;
  border-bottom: 1px solid #dee2e6;
}

.cookie-category:last-child {
  border-bottom: none;
    margin-bottom: 0;
  padding-bottom: 0;
}

.cookie-category strong {
  color: #222;
    font-size: 0.95rem;
  display: block;
    margin-bottom: 4px;
}

.cookie-category span {
  color: #666;
    font-size: 0.85rem;
}

.cookie-category.required {
  opacity: 0.7;
}

.cookie-buttons {
  display: flex;
    gap: 10px;
  flex-wrap: wrap;
    margin-top: 20px;
}

.btn-accept-all {
  background: hsl(116, 64%, 41%);
    color: #fff;
  border: none;
    padding: 12px 30px;
  border-radius: 6px;
    font-weight: 600;
  transition: all 0.3s ease;
}

.btn-accept-all:hover {
  background: hsl(116, 64%, 26%);
    transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.btn-reject {
  background: #6c757d;
    color: #fff;
  border: none;
    padding: 12px 30px;
  border-radius: 6px;
    font-weight: 600;
  transition: all 0.3s ease;
}

.btn-reject:hover {
  background: #5a6268;
    transform: translateY(-2px);
}

.btn-manage {
  background: transparent;
    color: #333;
  border: 2px solid #333;
    padding: 10px 28px;
  border-radius: 6px;
    font-weight: 600;
  transition: all 0.3s ease;
}

.btn-manage:hover {
  background: #333;
    color: #fff;
}

@media (max-width: 768px) {
  footer {
    padding: 40px 0 15px;
  }
  
  .cookie-buttons {
    flex-direction: column;
  }
  
  .cookie-buttons button,
  .cookie-buttons a {
    width: 100%;
      text-align: center;
  }
}

.article-content { max-width: 900px; margin: 0 auto; padding: 4rem 2rem; font-family: Merriweather, sans-serif; }
.article-header { margin-bottom: 3rem; border-bottom: 2px solid hsl(116, 64%, 41%)20; padding-bottom: 2rem; }
.article-header h1 { font-size: 2.5rem; margin-bottom: 1rem; font-family: Lato, sans-serif; color: hsl(116, 64%, 26%); }
.article-meta { color: #666; font-size: 0.95rem; margin-bottom: 1.5rem; }
.article-meta i { color: hsl(116, 64%, 41%); }
.article-hero-img { width: 100%; height: auto; border-radius: 12px; margin-bottom: 2rem; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
.blog-article h2 { color: hsl(116, 64%, 26%); font-family: Lato, sans-serif; margin-top: 2rem; }
.blog-article h3 { color: hsl(116, 64%, 26%); font-family: Lato, sans-serif; }
.blog-article a { color: hsl(116, 64%, 41%); }
.blog-article a:hover { color: hsl(116, 64%, 66%); }
.blog-article ul, .blog-article ol { margin: 1rem 0; padding-left: 1.5rem; }
.blog-article blockquote { border-left: 4px solid hsl(116, 64%, 41%); padding-left: 1rem; margin: 1.5rem 0; font-style: italic; color: #555; }

.blog-page { padding: 4rem 0; }
.blog-page h1 { margin-bottom: 3rem; text-align: center; }
.blog-card { margin-bottom: 2rem; transition: transform 0.3s; overflow: hidden; }
.blog-card:hover { transform: translateY(-5px); }
.blog-card .card-img-top { height: 200px; object-fit: cover; }
.blog-meta { font-size: 0.9rem; color: #888; margin-bottom: 1rem; }

.contact-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  }
  
  .contact-header {
    text-align: center;
    margin-bottom: 60px;
  }
  
  .contact-header h2 {
    font-family: 'Lato', sans-serif;
    font-size: 2.5rem;
    color: #222;
    margin-bottom: 15px;
    font-weight: 700;
  }
  
  .contact-header p {
    font-family: 'Merriweather', serif;
    font-size: 1.1rem;
    color: #555;
    max-width: 600px;
    margin: 0 auto;
  }
  
  .contact-form-wrapper {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  }
  
  .contact-form-wrapper h3 {
    font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
    color: #222;
    margin-bottom: 25px;
    font-weight: 600;
  }
  
  .form-label {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
  }
  
  .form-control, .form-control:focus {
    font-family: 'Merriweather', serif;
    border: 2px solid #e0e0e0;
    padding: 12px 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
  }
  
  .form-control:focus {
    border-color: hsl(116, 64%, 41%);
    box-shadow: 0 0 0 0.2rem rgba(56, 166, 56, 0.15);
    outline: none;
  }
  
  .submit-btn {
    background: hsl(116, 64%, 41%);
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    padding: 14px 40px;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 10px;
  }
  
  .submit-btn:hover {
    background: hsl(116, 64%, 26%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(56, 166, 56, 0.3);
  }
  
  .contact-info-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    height: 100%;
  }
  
  .contact-info-card h3 {
    font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
    color: #222;
    margin-bottom: 30px;
    font-weight: 600;
  }
  
  .info-item {
    margin-bottom: 28px;
    display: flex;
    align-items: start;
  }
  
  .info-icon {
    width: 45px;
    height: 45px;
    background: hsl(116, 64%, 66%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    flex-shrink: 0;
  }
  
  .info-icon svg {
    width: 22px;
    height: 22px;
    fill: hsl(116, 64%, 26%);
  }
  
  .info-content h4 {
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
    color: #222;
    margin-bottom: 6px;
    font-weight: 600;
  }
  
  .info-content p, .info-content a {
    font-family: 'Merriweather', serif;
    font-size: 0.95rem;
    color: #555;
    margin: 0;
    line-height: 1.6;
  }
  
  .info-content a {
    color: hsl(116, 64%, 41%);
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .info-content a:hover {
    color: hsl(116, 64%, 26%);
    text-decoration: underline;
  }
  
  .hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .hours-list li {
    font-family: 'Merriweather', serif;
    font-size: 0.95rem;
    color: #555;
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
  }
  
  .hours-list li:last-child {
    border-bottom: none;
  }
  
  .hours-list strong {
    color: #333;
    font-weight: 600;
  }
  
  @media (max-width: 768px) {
    .contact-section {
      padding: 50px 0;
    }
    
    .contact-header h2 {
      font-size: 2rem;
    }
    
    .contact-form-wrapper, .contact-info-card {
      padding: 25px;
      margin-bottom: 30px;
    }
    
    .contact-form-wrapper h3, .contact-info-card h3 {
      font-size: 1.5rem;
    }
  }

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Merriweather:wght@300;400;700&display=swap');

  :root {
    --primary-color: hsl(116, 64%, 41%);
    --secondary-color: hsl(116, 64%, 26%);
    --accent-color: hsl(116, 64%, 66%);
  }

  .policy-content {
    font-family: 'Merriweather', serif;
    color: #333;
    line-height: 1.8;
  }

  .policy-content h1,
  .policy-content h2,
  .policy-content h3,
  .policy-content h4,
  .policy-content h5,
  .policy-content h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: var(--secondary-color);
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .policy-content h1 {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--primary-color);
    border-bottom: 4px solid var(--accent-color);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }

  .policy-content h2 {
    font-size: 1.875rem;
    color: var(--secondary-color);
    margin-top: 2.5rem;
    position: relative;
    padding-left: 1rem;
    border-left: 5px solid var(--primary-color);
  }

  .policy-content h3 {
    font-size: 1.5rem;
    color: var(--primary-color);
  }

  .policy-content p {
    margin-bottom: 1.25rem;
    text-align: justify;
  }

  .policy-content a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
  }

  .policy-content a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
  }

  .policy-content ul,
  .policy-content ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
  }

  .policy-content li {
    margin-bottom: 0.75rem;
  }

  .policy-content strong {
    color: var(--secondary-color);
    font-weight: 700;
  }

  .info-box {
    background-color: #f8f9fa;
    border-left: 5px solid var(--primary-color);
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }

  .contact-card {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 2rem;
    border-radius: 0.75rem;
    margin-top: 3rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
  }

  .contact-card h3 {
    color: white;
    margin-top: 0;
  }

  .contact-card a {
    color: white;
    text-decoration: underline;
  }

  .contact-card a:hover {
    color: var(--accent-color);
  }

  .last-updated {
    font-style: italic;
    color: #6c757d;
    font-size: 0.95rem;
    margin-top: 1rem;
  }

  .cookie-type-badge {
    display: inline-block;
    background-color: var(--accent-color);
    color: var(--secondary-color);
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }

.faq-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  }
  
  .faq-section h2 {
    font-family: 'Lato', sans-serif;
    color: #222;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
  }
  
  .faq-section .section-subtitle {
    font-family: 'Merriweather', serif;
    color: #666;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .faq-accordion {
    max-width: 900px;
    margin: 0 auto;
  }
  
  .faq-accordion .accordion-item {
    border: 1px solid #e0e0e0;
    margin-bottom: 1rem;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  
  .faq-accordion .accordion-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  }
  
  .faq-accordion .accordion-button {
    font-family: 'Lato', sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: #222;
    background-color: #fff;
    padding: 1.25rem 1.5rem;
    border: none;
    transition: all 0.3s ease;
  }
  
  .faq-accordion .accordion-button:not(.collapsed) {
    background-color: hsl(116, 64%, 41%);
    color: #fff;
    box-shadow: none;
  }
  
  .faq-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
  }
  
  .faq-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: transform 0.3s ease;
  }
  
  .faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
  
  .faq-accordion .accordion-body {
    font-family: 'Merriweather', serif;
    color: #444;
    font-size: 1rem;
    line-height: 1.7;
    padding: 1.5rem;
    background-color: #fafafa;
  }
  
  .faq-accordion .accordion-body strong {
    color: #222;
    font-weight: 600;
  }
  
  .faq-accordion .accordion-body ul {
    margin-top: 0.75rem;
    padding-left: 1.25rem;
  }
  
  .faq-accordion .accordion-body ul li {
    margin-bottom: 0.5rem;
  }
  
  @media (max-width: 768px) {
    .faq-section {
      padding: 60px 0;
    }
    
    .faq-section h2 {
      font-size: 2rem;
    }
    
    .faq-accordion .accordion-button {
      font-size: 1rem;
      padding: 1rem;
    }
    
    .faq-accordion .accordion-body {
      font-size: 0.95rem;
      padding: 1rem;
    }
  }

.newsletter-section {
    background: linear-gradient(135deg, hsl(116, 64%, 41%) 0%, hsl(116, 64%, 26%) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
  }
  
  .newsletter-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
  }
  
  .newsletter-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
  }
  
  .newsletter-container {
    position: relative;
    z-index: 2;
  }
  
  .newsletter-heading {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .newsletter-description {
    font-family: 'Merriweather', serif;
    color: #f8f9fa;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .newsletter-form {
    max-width: 550px;
    margin: 0 auto;
  }
  
  .newsletter-input-wrapper {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }
  
  .newsletter-email-input {
    flex: 1;
    min-width: 250px;
    padding: 16px 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    font-family: 'Merriweather', serif;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.95);
    color: #333;
    transition: all 0.3s ease;
  }
  
  .newsletter-email-input:focus {
    outline: none;
    border-color: #ffffff;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
  
  .newsletter-email-input::placeholder {
    color: #666;
  }
  
  .newsletter-submit-btn {
    padding: 16px 35px;
    background: #ffffff;
    color: hsl(116, 64%, 26%);
    border: none;
    border-radius: 8px;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
  }
  
  .newsletter-submit-btn:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  }
  
  .newsletter-submit-btn:active {
    transform: translateY(0);
  }
  
  .newsletter-benefits {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 35px;
    flex-wrap: wrap;
  }
  
  .newsletter-benefit-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-family: 'Merriweather', serif;
    font-size: 0.95rem;
  }
  
  .newsletter-benefit-icon {
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }
  
  @media (max-width: 768px) {
    .newsletter-section {
      padding: 60px 0;
    }
    
    .newsletter-heading {
      font-size: 2rem;
    }
    
    .newsletter-description {
      font-size: 1rem;
    }
    
    .newsletter-input-wrapper {
      flex-direction: column;
    }
    
    .newsletter-email-input,
    .newsletter-submit-btn {
      width: 100%;
    }
    
    .newsletter-benefits {
      gap: 15px;
    }
  }

.hero-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
  }
  
  .hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: hsl(116, 64%, 66%);
    opacity: 0.1;
    border-radius: 50%;
    z-index: 0;
  }
  
  .hero-content {
    position: relative;
    z-index: 2;
  }
  
  .hero-section h1 {
    font-family: 'Lato', sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  
  .hero-section h2 {
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;
    color: hsl(116, 64%, 26%);
    font-weight: 600;
    margin-bottom: 25px;
  }
  
  .hero-description {
    font-family: 'Merriweather', serif;
    font-size: 1.05rem;
    color: #444;
    line-height: 1.7;
    margin-bottom: 30px;
  }
  
  .hero-advantages {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
  }
  
  .hero-advantages li {
    font-family: 'Merriweather', serif;
    color: #333;
    padding: 12px 0;
    padding-left: 35px;
    position: relative;
    font-size: 0.98rem;
  }
  
  .hero-advantages li::before {
    content: '\F26B';
    font-family: 'bootstrap-icons';
    position: absolute;
    left: 0;
    color: hsl(116, 64%, 41%);
    font-size: 1.3rem;
    top: 10px;
  }
  
  .hero-image-wrapper {
    position: relative;
    z-index: 1;
  }
  
  .hero-image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    transition: transform 0.4s ease;
  }
  
  .hero-image-wrapper:hover img {
    transform: scale(1.03);
  }
  
  .hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }
  
  .btn-hero-primary {
    background: hsl(116, 64%, 41%);
    color: #fff;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 1.05rem;
    border: 2px solid hsl(116, 64%, 41%);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  
  .btn-hero-primary:hover {
    background: hsl(116, 64%, 26%);
    border-color: hsl(116, 64%, 26%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(49, 167, 55, 0.3);
  }
  
  .btn-hero-secondary {
    background: transparent;
    color: hsl(116, 64%, 26%);
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 1.05rem;
    border: 2px solid hsl(116, 64%, 41%);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  
  .btn-hero-secondary:hover {
    background: hsl(116, 64%, 41%);
    color: #fff;
    transform: translateY(-2px);
  }
  
  @media (max-width: 768px) {
    .hero-section {
      padding: 50px 0;
    }
    
    .hero-section h1 {
      font-size: 2.3rem;
    }
    
    .hero-section h2 {
      font-size: 1.25rem;
    }
    
    .hero-image-wrapper {
      margin-top: 40px;
    }
    
    .hero-buttons {
      flex-direction: column;
    }
    
    .btn-hero-primary,
    .btn-hero-secondary {
      width: 100%;
      justify-content: center;
    }
  }

.services-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  }
  
  .services-section .section-title {
    font-family: 'Lato', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 1rem;
    text-align: center;
  }
  
  .services-section .section-subtitle {
    font-family: 'Merriweather', serif;
    font-size: 1.1rem;
    color: #555;
    text-align: center;
    margin-bottom: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .services-tabs {
    margin-bottom: 3rem;
  }
  
  .services-tabs .nav-tabs {
    border-bottom: 3px solid hsl(116, 64%, 41%);
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .services-tabs .nav-link {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #333;
    border: none;
    padding: 12px 28px;
    margin: 0 8px 12px 8px;
    background: #fff;
    border-radius: 8px 8px 0 0;
    transition: all 0.3s ease;
    position: relative;
  }
  
  .services-tabs .nav-link:hover {
    color: hsl(116, 64%, 41%);
    background: #f0f0f0;
  }
  
  .services-tabs .nav-link.active {
    color: #fff;
    background: hsl(116, 64%, 41%);
    border-color: transparent;
  }
  
  .services-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 3px;
    background: hsl(116, 64%, 41%);
  }
  
  .service-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    border: 2px solid transparent;
    height: 100%;
  }
  
  .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(34, 139, 34, 0.18);
    border-color: hsl(116, 64%, 66%);
  }
  
  .service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, hsl(116, 64%, 41%) 0%, hsl(116, 64%, 26%) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
  }
  
  .service-card:hover .service-icon {
    transform: rotate(360deg);
  }
  
  .service-icon i {
    font-size: 32px;
    color: #fff;
  }
  
  .service-title {
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 14px;
  }
  
  .service-description {
    font-family: 'Merriweather', serif;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  
  .service-price {
    font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: hsl(116, 64%, 41%);
    margin-bottom: 16px;
  }
  
  .service-price span {
    font-size: 0.9rem;
    color: #777;
    font-weight: 400;
  }
  
  .service-terms {
    background: #f8f9fa;
    padding: 16px;
    border-radius: 8px;
    margin-top: 18px;
  }
  
  .service-terms ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .service-terms li {
    font-family: 'Merriweather', serif;
    font-size: 0.88rem;
    color: #444;
    padding: 6px 0;
    position: relative;
    padding-left: 24px;
  }
  
  .service-terms li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: hsl(116, 64%, 41%);
    font-weight: bold;
    font-size: 1.1rem;
  }
  
  .tab-content {
    animation: fadeIn 0.5s ease-in;
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @media (max-width: 768px) {
    .services-section {
      padding: 50px 0;
    }
    
    .services-section .section-title {
      font-size: 2rem;
    }
    
    .services-tabs .nav-link {
      padding: 10px 18px;
      font-size: 0.9rem;
      margin: 0 4px 8px 4px;
    }
    
    .service-card {
      padding: 24px;
    }
  }

.blog-preview {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  }

  .blog-preview h2 {
    font-family: 'Lato', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 1rem;
    text-align: center;
  }

  .blog-preview .subtitle {
    font-family: 'Merriweather', serif;
    font-size: 1.1rem;
    color: #555;
    text-align: center;
    margin-bottom: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  }

  .blog-card-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.4s ease;
  }

  .blog-card:hover .blog-card-img {
    transform: scale(1.05);
  }

  .blog-card-body {
    padding: 1.75rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .blog-meta {
    display: flex;
    gap: 1.2rem;
    margin-bottom: 1rem;
    font-family: 'Lato', sans-serif;
    font-size: 0.85rem;
    color: #777;
  }

  .blog-meta span {
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }

  .blog-card h3 {
    font-family: 'Lato', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.9rem;
    line-height: 1.4;
  }

  .blog-card h3 a {
    color: #222;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .blog-card h3 a:hover {
    color: hsl(116, 64%, 41%);
  }

  .blog-excerpt {
    font-family: 'Merriweather', serif;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 1.3rem;
    flex-grow: 1;
  }

  .read-more {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: hsl(116, 64%, 41%);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap 0.3s ease;
  }

  .read-more:hover {
    gap: 0.8rem;
    color: hsl(116, 64%, 26%);
  }

  .view-all-btn {
    display: inline-block;
    margin-top: 3rem;
    padding: 14px 40px;
    background: hsl(116, 64%, 41%);
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 1.05rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid hsl(116, 64%, 41%);
  }

  .view-all-btn:hover {
    background: hsl(116, 64%, 26%);
    border-color: hsl(116, 64%, 26%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  }

  @media (max-width: 768px) {
    .blog-preview {
      padding: 60px 0;
    }

    .blog-preview h2 {
      font-size: 2rem;
    }

    .blog-card-img {
      height: 200px;
    }

    .blog-meta {
      flex-direction: column;
      gap: 0.5rem;
    }
  }

.testimonials-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
  }
  
  .testimonials-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: hsl(116, 64%, 66%);
    opacity: 0.05;
    border-radius: 50%;
  }
  
  .testimonials-section h2 {
    font-family: 'Lato', sans-serif;
    color: hsl(116, 64%, 26%);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .testimonials-section .lead-text {
    font-family: 'Merriweather', serif;
    color: #555;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
    font-size: 1.05rem;
  }
  
  .testimonial-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    border-left: 4px solid hsl(116, 64%, 41%);
  }
  
  .testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  }
  
  .testimonial-card.style-2 {
    border-left: none;
    border-top: 4px solid hsl(116, 64%, 66%);
    background: linear-gradient(to bottom, #ffffff 0%, #f9fdf9 100%);
  }
  
  .testimonial-card.style-3 {
    border-left: none;
    background: hsl(116, 64%, 26%);
    color: #ffffff;
  }
  
  .testimonial-card.style-3 .testimonial-text {
    color: #f0f0f0;
  }
  
  .testimonial-card.style-3 .customer-name {
    color: #ffffff;
  }
  
  .testimonial-card.style-3 .customer-location {
    color: hsl(116, 64%, 66%);
  }
  
  .rating-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 15px;
  }
  
  .rating-stars .star {
    color: #ffc107;
    font-size: 18px;
  }
  
  .rating-stars .star.empty {
    color: #ddd;
  }
  
  .testimonial-text {
    font-family: 'Merriweather', serif;
    color: #333;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
  }
  
  .customer-info {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  
  .customer-avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(135deg, hsl(116, 64%, 41%) 0%, hsl(116, 64%, 66%) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    flex-shrink: 0;
  }
  
  .customer-details {
    flex-grow: 1;
  }
  
  .customer-name {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #222;
    font-size: 1.05rem;
    margin-bottom: 3px;
  }
  
  .customer-location {
    font-family: 'Merriweather', serif;
    color: #777;
    font-size: 0.85rem;
  }
  
  .testimonial-quote {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 60px;
    color: hsl(116, 64%, 66%);
    opacity: 0.2;
    font-family: Georgia, serif;
    line-height: 1;
  }
  
  @media (max-width: 768px) {
    .testimonials-section {
      padding: 60px 0;
    }
    
    .testimonials-section h2 {
      font-size: 2rem;
    }
    
    .testimonial-card {
      padding: 25px;
    }
    
    .testimonial-quote {
      font-size: 40px;
    }
  }

.credentials-section {
    padding: 50px 0;
    background: #f8f9fa;
  }
  
  .credentials-section h2 {
    font-family: 'Lato', sans-serif;
    color: #222;
    font-size: 2rem;
    margin-bottom: 35px;
    text-align: center;
    font-weight: 600;
  }
  
  .credential-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 25px 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    margin-bottom: 20px;
  }
  
  .credential-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  
  .credential-icon {
    font-size: 2.5rem;
    color: hsl(116, 64%, 41%);
    margin-bottom: 12px;
  }
  
  .credential-title {
    font-family: 'Lato', sans-serif;
    font-size: 0.95rem;
    color: #333;
    font-weight: 600;
    margin: 0;
  }
  
  @media (max-width: 768px) {
    .credentials-section h2 {
      font-size: 1.6rem;
      margin-bottom: 25px;
    }
    
    .credential-card {
      padding: 20px 12px;
    }
    
    .credential-icon {
      font-size: 2rem;
    }
  }

.offer-section {
    padding: 80px 0;
    background: linear-gradient(135deg, hsl(116, 64%, 96%) 0%, hsl(116, 30%, 98%) 100%);
    position: relative;
    overflow: hidden;
  }
  
  .offer-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: hsl(116, 64%, 66%);
    opacity: 0.1;
    border-radius: 50%;
  }
  
  .offer-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  
  .offer-badge {
    display: inline-block;
    background: hsl(116, 64%, 41%);
    color: #fff;
    padding: 8px 24px;
    border-radius: 50px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(39, 174, 96, 0.3);
  }
  
  .offer-main-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    overflow: hidden;
  }
  
  .offer-header {
    background: linear-gradient(135deg, hsl(116, 64%, 41%) 0%, hsl(116, 64%, 26%) 100%);
    padding: 50px 40px;
    text-align: center;
    color: #fff;
  }
  
  .offer-title {
    font-family: 'Lato', sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 15px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
  }
  
  .offer-subtitle {
    font-family: 'Merriweather', serif;
    font-size: 1.1rem;
    opacity: 0.95;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
  }
  
  .offer-body {
    padding: 50px 40px;
  }
  
  .offer-description {
    font-family: 'Merriweather', serif;
    font-size: 1.05rem;
    color: #333;
    line-height: 1.8;
    margin-bottom: 35px;
    text-align: center;
  }
  
  .deadline-box {
    background: linear-gradient(135deg, hsl(116, 64%, 66%) 0%, hsl(116, 64%, 41%) 100%);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 40px;
    box-shadow: 0 5px 20px rgba(39, 174, 96, 0.25);
  }
  
  .deadline-label {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  
  .deadline-date {
    font-family: 'Lato', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  
  .calendar-icon {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
  }
  
  .benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
  }
  
  .benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: hsl(116, 64%, 98%);
    border-radius: 12px;
    border-left: 4px solid hsl(116, 64%, 41%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(39, 174, 96, 0.15);
  }
  
  .benefit-icon {
    width: 45px;
    height: 45px;
    background: hsl(116, 64%, 41%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.3rem;
    flex-shrink: 0;
  }
  
  .benefit-text {
    font-family: 'Merriweather', serif;
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
    margin: 0;
  }
  
  .offer-cta-wrapper {
    text-align: center;
  }
  
  .offer-cta-btn {
    display: inline-block;
    background: linear-gradient(135deg, hsl(116, 64%, 41%) 0%, hsl(116, 64%, 26%) 100%);
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 18px 50px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(39, 174, 96, 0.3);
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .offer-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(39, 174, 96, 0.4);
    color: #fff;
  }
  
  @media (max-width: 768px) {
    .offer-section {
      padding: 60px 0;
    }
    
    .offer-title {
      font-size: 2rem;
    }
    
    .offer-header,
    .offer-body {
      padding: 35px 25px;
    }
    
    .deadline-date {
      font-size: 1.8rem;
      flex-direction: column;
      gap: 10px;
    }
    
    .benefits-grid {
      grid-template-columns: 1fr;
    }
    
    .offer-cta-btn {
      font-size: 1rem;
      padding: 15px 35px;
    }
  }
  
  .fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
  }
  
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

.disclaimer-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  }
  
  .disclaimer-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
  }
  
  .disclaimer-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 45px 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border-left: 5px solid hsl(116, 64%, 41%);
  }
  
  .disclaimer-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
  }
  
  .disclaimer-icon {
    font-size: 42px;
    color: hsl(116, 64%, 41%);
    flex-shrink: 0;
  }
  
  .disclaimer-title {
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #222;
    margin: 0;
  }
  
  .disclaimer-content {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin: 0;
  }
  
  @media (max-width: 768px) {
    .disclaimer-section {
      padding: 40px 0;
    }
    
    .disclaimer-card {
      padding: 30px 25px;
    }
    
    .disclaimer-header {
      gap: 14px;
      margin-bottom: 22px;
    }
    
    .disclaimer-icon {
      font-size: 36px;
    }
    
    .disclaimer-title {
      font-size: 26px;
    }
    
    .disclaimer-content {
      font-size: 15px;
      line-height: 1.7;
    }
  }
  
  @media (max-width: 480px) {
    .disclaimer-card {
      padding: 25px 20px;
    }
    
    .disclaimer-title {
      font-size: 24px;
    }
    
    .disclaimer-content {
      font-size: 14px;
    }
  }

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Merriweather:wght@300;400;700&display=swap');

  :root {
    --primary-color: hsl(116, 64%, 41%);
    --secondary-color: hsl(116, 64%, 26%);
    --accent-color: hsl(116, 64%, 66%);
  }

  .policy-content {
    font-family: 'Merriweather', serif;
    color: #333;
    line-height: 1.8;
  }

  .policy-content h1,
  .policy-content h2,
  .policy-content h3,
  .policy-content h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: var(--secondary-color);
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .policy-content h1 {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--primary-color);
    border-bottom: 4px solid var(--accent-color);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }

  .policy-content h2 {
    font-size: 1.75rem;
    color: var(--primary-color);
    margin-top: 2.5rem;
    position: relative;
    padding-left: 1rem;
    border-left: 5px solid var(--accent-color);
  }

  .policy-content h3 {
    font-size: 1.35rem;
    color: var(--secondary-color);
  }

  .policy-content p {
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .policy-content ul,
  .policy-content ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
  }

  .policy-content li {
    margin-bottom: 0.5rem;
  }

  .policy-content a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 700;
    transition: color 0.3s ease;
  }

  .policy-content a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
  }

  .policy-header {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
    padding: 3rem 0;
    margin-bottom: 3rem;
    border-radius: 0.5rem;
  }

  .policy-header h1 {
    color: white;
    border: none;
    margin: 0;
    padding: 0;
  }

  .effective-date {
    background-color: var(--accent-color);
    color: var(--secondary-color);
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-bottom: 2rem;
  }

  .contact-box {
    background-color: #f8f9fa;
    border-left: 5px solid var(--primary-color);
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 0.5rem;
  }

  .contact-box h3 {
    margin-top: 0;
    color: var(--primary-color);
  }

  .highlight-box {
    background-color: rgba(116, 186, 77, 0.1);
    border: 2px solid var(--accent-color);
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin: 1.5rem 0;
  }

  @media (max-width: 768px) {
    .policy-content h1 {
      font-size: 2rem;
    }

    .policy-content h2 {
      font-size: 1.5rem;
    }

    .policy-header {
      padding: 2rem 0;
    }
  }

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Merriweather:wght@300;400;700&display=swap');
  
  :root {
    --primary-color: hsl(116, 64%, 41%);
    --secondary-color: hsl(116, 64%, 26%);
    --accent-color: hsl(116, 64%, 66%);
  }
  
  .policy-content {
    font-family: 'Merriweather', serif;
    color: #333;
    line-height: 1.8;
  }
  
  .policy-content h1,
  .policy-content h2,
  .policy-content h3,
  .policy-content h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: var(--secondary-color);
  }
  
  .policy-content h1 {
    font-size: 2.75rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 4px solid var(--primary-color);
    font-weight: 900;
  }
  
  .policy-content h2 {
    font-size: 1.85rem;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    color: var(--primary-color);
    position: relative;
    padding-left: 1rem;
    border-left: 5px solid var(--accent-color);
  }
  
  .policy-content h3 {
    font-size: 1.35rem;
    margin-top: 1.75rem;
    margin-bottom: 1rem;
    color: var(--secondary-color);
  }
  
  .policy-content p {
    margin-bottom: 1.25rem;
    font-size: 1.05rem;
  }
  
  .policy-content a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
  }
  
  .policy-content a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
  }
  
  .policy-content ul,
  .policy-content ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
  }
  
  .policy-content li {
    margin-bottom: 0.75rem;
    font-size: 1.05rem;
  }
  
  .policy-content strong {
    color: var(--secondary-color);
    font-weight: 700;
  }
  
  .intro-section {
    background: linear-gradient(135deg, var(--accent-color) 0%, var(--primary-color) 100%);
    color: white;
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 2.5rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }
  
  .intro-section p {
    margin-bottom: 0;
    font-size: 1.1rem;
  }
  
  .contact-box {
    background-color: #f8f9fa;
    border-left: 5px solid var(--primary-color);
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 5px;
  }
  
  .contact-box p {
    margin-bottom: 0.5rem;
  }
  
  .highlight-box {
    background-color: rgba(116, 199, 87, 0.1);
    border: 2px solid var(--accent-color);
    padding: 1.5rem;
    border-radius: 8px;
    margin: 1.5rem 0;
  }
  
  .effective-date {
    font-style: italic;
    color: #6c757d;
    font-size: 0.95rem;
    margin-bottom: 2rem;
  }

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Merriweather:wght@400;700&display=swap');

  :root {
    --primary: hsl(116, 64%, 41%);
    --secondary: hsl(116, 64%, 26%);
    --accent: hsl(116, 64%, 66%);
  }

  .thank-you-section {
    font-family: 'Merriweather', serif;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(116, 208, 81, 0.05) 0%, rgba(116, 208, 81, 0.1) 100%);
    padding: 2rem 1rem;
  }

  .thank-you-card {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 3rem 2rem;
    max-width: 600px;
    text-align: center;
    animation: slideUp 0.6s ease-out;
  }

  @keyframes slideUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .success-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 2rem;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: scaleIn 0.5s ease-out 0.2s both;
  }

  @keyframes scaleIn {
    from {
      transform: scale(0);
    }
    to {
      transform: scale(1);
    }
  }

  .success-icon svg {
    width: 60px;
    height: 60px;
    stroke: white;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    animation: checkmark 0.6s ease-out 0.5s both;
  }

  @keyframes checkmark {
    0% {
      stroke-dasharray: 100;
      stroke-dashoffset: 100;
    }
    100% {
      stroke-dasharray: 100;
      stroke-dashoffset: 0;
    }
  }

  .thank-you-heading {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 2.5rem;
    color: var(--secondary);
    margin-bottom: 1rem;
  }

  .thank-you-subheading {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--primary);
    margin-bottom: 1.5rem;
  }

  .thank-you-text {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 1.5rem;
  }

  .info-boxes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 2rem 0;
  }

  .info-box {
    background: linear-gradient(135deg, rgba(116, 208, 81, 0.1) 0%, rgba(116, 208, 81, 0.05) 100%);
    border-left: 4px solid var(--primary);
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    text-align: left;
  }

  .info-box-icon {
    color: var(--primary);
    font-size: 1.5rem;
    margin-right: 0.75rem;
  }

  .info-box-text {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
  }

  .btn-home {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    background: var(--primary);
    color: white;
    border: none;
    padding: 0.875rem 2.5rem;
    font-size: 1.1rem;
    border-radius: 0.5rem;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    margin-top: 1rem;
  }

  .btn-home:hover {
    background: var(--secondary);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(116, 208, 81, 0.3);
  }

  @media (max-width: 576px) {
    .thank-you-heading {
      font-size: 2rem;
    }

    .thank-you-subheading {
      font-size: 1.1rem;
    }

    .thank-you-card {
      padding: 2rem 1.5rem;
    }

    .success-icon {
      width: 80px;
      height: 80px;
    }

    .success-icon svg {
      width: 50px;
      height: 50px;
    }
  }