:root {
            --primary-color: hsl(182, 31%, 32%);
            --secondary-color: hsl(182, 31%, 17%);
            --accent-color: hsl(182, 31%, 57%);
        }
        
        body {
            font-family: 'Lora', serif;
            color: #333;
            line-height: 1.7;
        }
        
        h1, h2, h3, h4, h5, h6 {
            font-family: 'Oswald', sans-serif;
            font-weight: 600;
            color: #222;
        }
        
        .navbar {
            background-color: #fff;
            box-shadow: 0 2px 10px rgba(0,0,0,0.08);
            padding: 1rem 0;
        }
        
        .navbar-brand {
            display: flex;
            align-items: center;
            gap: 12px;
            font-family: 'Oswald', sans-serif;
            font-size: 1.5rem;
            font-weight: 600;
            color: var(--primary-color);
            text-decoration: none;
        }
        
        .navbar-brand:hover {
            color: var(--accent-color);
        }
        
        .navbar-nav .nav-link {
            font-family: 'Lora', serif;
            color: #333;
            font-weight: 500;
            padding: 0.5rem 1rem;
            transition: color 0.3s ease;
        }
        
        .navbar-nav .nav-link:hover {
            color: var(--accent-color);
        }
        
        .navbar-toggler {
            border-color: var(--primary-color);
        }
        
        .navbar-toggler:focus {
            box-shadow: 0 0 0 0.25rem rgba(72, 126, 120, 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='rgba%2872, 126, 120, 1%29' 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: #fff;
                padding: 1rem;
                margin-top: 1rem;
                border-radius: 8px;
                box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            }
        }

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

  .about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, hsla(182, 31%, 57%, 0.08) 0%, transparent 50%);
    pointer-events: none;
  }

  .about-section .section-title {
    font-family: 'Oswald', sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
    color: hsl(182, 31%, 17%);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .about-section .section-subtitle {
    font-family: 'Lora', serif;
    font-size: 1.2rem;
    color: hsl(182, 31%, 32%);
    margin-bottom: 3rem;
    font-style: italic;
  }

  .about-content {
    position: relative;
    z-index: 1;
  }

  .about-text-block {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
    border-left: 4px solid hsl(182, 31%, 57%);
  }

  .about-text-block h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    color: hsl(182, 31%, 17%);
    margin-bottom: 1.2rem;
    text-transform: uppercase;
  }

  .about-text-block p {
    font-family: 'Lora', serif;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 1rem;
  }

  .about-text-block p:last-child {
    margin-bottom: 0;
  }

  .about-image-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    margin-bottom: 2rem;
  }

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

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

  .values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
  }

  .value-card {
    background: #ffffff;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-top: 3px solid hsl(182, 31%, 57%);
  }

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

  .value-card h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.4rem;
    color: hsl(182, 31%, 17%);
    margin-bottom: 0.8rem;
    text-transform: uppercase;
  }

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

  .stats-row {
    background: hsl(182, 31%, 32%);
    padding: 2.5rem;
    border-radius: 12px;
    margin-top: 3rem;
    text-align: center;
  }

  .stat-item {
    padding: 1rem;
  }

  .stat-number {
    font-family: 'Oswald', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    display: block;
    margin-bottom: 0.5rem;
  }

  .stat-label {
    font-family: 'Lora', serif;
    font-size: 1.1rem;
    color: hsl(182, 31%, 90%);
  }

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

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

    .about-text-block {
      padding: 1.5rem;
    }

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

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

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

  .portfolio-section h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: hsl(182, 31%, 17%);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .portfolio-intro {
    font-family: 'Lora', serif;
    font-size: 1.1rem;
    color: #555;
    max-width: 800px;
    margin: 0 auto 3rem;
    line-height: 1.8;
  }

  .filter-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
  }

  .filter-btn {
    font-family: 'Oswald', sans-serif;
    padding: 12px 30px;
    background: #ffffff;
    color: hsl(182, 31%, 32%);
    border: 2px solid hsl(182, 31%, 32%);
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .filter-btn:hover,
  .filter-btn.active {
    background: hsl(182, 31%, 32%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  }

  .portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
  }

  .portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    background: #ffffff;
    cursor: pointer;
  }

  .portfolio-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
  }

  .portfolio-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .portfolio-item:hover .portfolio-image {
    transform: scale(1.1);
  }

  .portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 280px;
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.85) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: flex-end;
    padding: 25px;
  }

  .portfolio-item:hover .portfolio-overlay {
    opacity: 1;
  }

  .overlay-content h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 8px;
    font-weight: 600;
  }

  .overlay-content .category {
    font-family: 'Lora', serif;
    font-size: 0.95rem;
    color: hsl(182, 31%, 57%);
    font-style: italic;
  }

  .portfolio-content {
    padding: 25px;
  }

  .portfolio-content h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.6rem;
    color: hsl(182, 31%, 17%);
    margin-bottom: 10px;
    font-weight: 600;
  }

  .portfolio-category {
    font-family: 'Oswald', sans-serif;
    font-size: 0.85rem;
    color: hsl(182, 31%, 57%);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: inline-block;
    padding: 5px 15px;
    background: hsl(182, 31%, 95%);
    border-radius: 20px;
  }

  .portfolio-description {
    font-family: 'Lora', serif;
    font-size: 1rem;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .view-details {
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    padding: 10px 25px;
    background: hsl(182, 31%, 32%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
  }

  .view-details:hover {
    background: hsl(182, 31%, 17%);
    color: #ffffff;
    transform: translateX(5px);
  }

  .modal-content {
    border-radius: 15px;
    border: none;
    overflow: hidden;
  }

  .modal-header {
    background: linear-gradient(135deg, hsl(182, 31%, 32%) 0%, hsl(182, 31%, 17%) 100%);
    color: #ffffff;
    border: none;
    padding: 25px 30px;
  }

  .modal-title {
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .btn-close {
    filter: brightness(0) invert(1);
  }

  .modal-body {
    padding: 35px;
  }

  .modal-body img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 25px;
  }

  .modal-category {
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    padding: 8px 20px;
    background: hsl(182, 31%, 95%);
    color: hsl(182, 31%, 32%);
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
  }

  .modal-description {
    font-family: 'Lora', serif;
    font-size: 1.05rem;
    color: #444;
    line-height: 1.8;
    margin-bottom: 25px;
  }

  .project-details {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    margin-top: 20px;
  }

  .project-details h5 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.3rem;
    color: hsl(182, 31%, 17%);
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .project-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .project-details li {
    font-family: 'Lora', serif;
    font-size: 1rem;
    color: #555;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
  }

  .project-details li:last-child {
    border-bottom: none;
  }

  .project-details strong {
    color: hsl(182, 31%, 32%);
    font-weight: 600;
  }

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

    .portfolio-section h2 {
      font-size: 2.2rem;
    }

    .portfolio-grid {
      grid-template-columns: 1fr;
      gap: 25px;
    }

    .filter-buttons {
      gap: 10px;
    }

    .filter-btn {
      padding: 10px 20px;
      font-size: 0.9rem;
    }

    .portfolio-content h3 {
      font-size: 1.4rem;
    }

    .modal-body {
      padding: 25px;
    }
  }

  @media (max-width: 480px) {
    .portfolio-section h2 {
      font-size: 1.8rem;
    }

    .portfolio-intro {
      font-size: 1rem;
    }

    .filter-btn {
      padding: 8px 15px;
      font-size: 0.85rem;
    }
  }

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Lora:wght@400;500;600;700&display=swap');
  @import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css');

  #advantages {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    font-family: 'Lora', serif;
  }

  #advantages .section-header {
    text-align: center;
    margin-bottom: 60px;
  }

  #advantages .section-title {
    font-family: 'Oswald', sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
    color: hsl(182, 31%, 17%);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  #advantages .section-subtitle {
    font-size: 1.1rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
  }

  #advantages .advantage-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 35px 25px;
    height: 100%;
    transition: all 0.4s ease;
    border: 2px solid #e9ecef;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
  }

  #advantages .advantage-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, hsl(182, 31%, 32%), hsl(182, 31%, 57%));
    transform: scaleX(0);
    transition: transform 0.4s ease;
  }

  #advantages .advantage-card:hover::before {
    transform: scaleX(1);
  }

  #advantages .advantage-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    border-color: hsl(182, 31%, 57%);
  }

  #advantages .icon-wrapper {
    width: 75px;
    height: 75px;
    background: linear-gradient(135deg, hsl(182, 31%, 32%), hsl(182, 31%, 57%));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.4s ease;
  }

  #advantages .advantage-card:hover .icon-wrapper {
    transform: rotate(360deg) scale(1.1);
    background: linear-gradient(135deg, hsl(182, 31%, 57%), hsl(182, 31%, 32%));
  }

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

  #advantages .advantage-title {
    font-family: 'Oswald', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: hsl(182, 31%, 17%);
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  #advantages .advantage-description {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.7;
    text-align: center;
  }

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

    #advantages .section-title {
      font-size: 2.2rem;
    }

    #advantages .advantage-card {
      margin-bottom: 25px;
    }
  }

  @media (max-width: 576px) {
    #advantages .section-title {
      font-size: 1.8rem;
    }

    #advantages .icon-wrapper {
      width: 65px;
      height: 65px;
    }

    #advantages .icon-wrapper i {
      font-size: 1.7rem;
    }
  }

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Lora:wght@400;500;600;700&display=swap');

#statistics {
  padding: 80px 0;
  background: linear-gradient(135deg, hsl(182, 31%, 17%) 0%, hsl(182, 31%, 22%) 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"><rect width="1" height="1" fill="rgba(255,255,255,0.03)"/></svg>') repeat;
  pointer-events: none;
}

.statistics-container {
  position: relative;
  z-index: 1;
}

.statistics-header {
  text-align: center;
  margin-bottom: 60px;
}

.statistics-header h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.statistics-header p {
  font-family: 'Lora', serif;
  font-size: 1.1rem;
  color: hsl(182, 31%, 75%);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.stat-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 35px 25px;
  text-align: center;
  transition: all 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
  transition: left 0.6s ease;
}

.stat-card:hover::before {
  left: 100%;
}

.stat-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.08);
  border-color: hsl(182, 31%, 57%);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.stat-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, hsl(182, 31%, 57%) 0%, hsl(182, 31%, 42%) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.stat-card:hover .stat-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

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

.stat-number {
  font-family: 'Oswald', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  display: block;
  line-height: 1;
}

.stat-label {
  font-family: 'Lora', serif;
  font-size: 1rem;
  color: hsl(182, 31%, 75%);
  font-weight: 500;
  line-height: 1.4;
}

.stat-context {
  font-family: 'Lora', serif;
  font-size: 0.85rem;
  color: hsl(182, 31%, 65%);
  margin-top: 8px;
  font-style: italic;
}

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

  .statistics-header h2 {
    font-size: 2.2rem;
  }

  .statistics-header p {
    font-size: 1rem;
  }

  .stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }

  .stat-card {
    padding: 30px 20px;
  }

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

  .stat-icon {
    width: 60px;
    height: 60px;
  }

  .stat-icon i {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .statistics-header h2 {
    font-size: 1.8rem;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }
}

footer {
  background: hsl(182, 31%, 17%);
  color: #f8f9fa;
  padding: 60px 0 20px;
  margin-top: 80px;
  font-family: 'Lora', serif;
}

footer h5 {
  font-family: 'Oswald', sans-serif;
  color: hsl(182, 31%, 57%);
  font-size: 1.3rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

footer p, footer ul, footer li, footer a {
  color: #f8f9fa;
  font-size: 0.95rem;
  line-height: 1.8;
}

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

footer a:hover {
  color: hsl(182, 31%, 57%);
}

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

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

.footer-contact-info {
  margin-bottom: 15px;
}

.footer-contact-info i {
  color: hsl(182, 31%, 57%);
  margin-right: 10px;
  width: 20px;
}

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

.footer-logo {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  color: hsl(182, 31%, 57%);
  margin-bottom: 20px;
  font-weight: 600;
}

#cookieNotice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  padding: 25px 0;
  border-top: 3px solid hsl(182, 31%, 32%);
  font-family: 'Lora', serif;
}

#cookieNotice h4 {
  font-family: 'Oswald', sans-serif;
  color: hsl(182, 31%, 17%);
  font-size: 1.5rem;
  margin-bottom: 15px;
}

#cookieNotice p {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

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

.cookie-category {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
}

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

.cookie-category-title {
  font-weight: 600;
  color: hsl(182, 31%, 17%);
  font-size: 0.95rem;
  margin-bottom: 3px;
  font-family: 'Oswald', sans-serif;
}

.cookie-category-desc {
  font-size: 0.85rem;
  color: #555;
  margin: 0;
}

.cookie-required {
  color: #28a745;
  font-size: 0.8rem;
  font-weight: 600;
  margin-left: 8px;
}

.cookie-optional {
  color: #6c757d;
  font-size: 0.8rem;
  font-weight: 600;
  margin-left: 8px;
}

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

.cookie-btn {
  padding: 12px 28px;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
}

.cookie-btn-accept {
  background: #28a745;
  color: #ffffff;
}

.cookie-btn-accept:hover {
  background: #218838;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.cookie-btn-reject {
  background: #6c757d;
  color: #ffffff;
}

.cookie-btn-reject:hover {
  background: #5a6268;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3);
}

.cookie-btn-manage {
  background: transparent;
  color: hsl(182, 31%, 32%);
  border: 2px solid hsl(182, 31%, 32%);
}

.cookie-btn-manage:hover {
  background: hsl(182, 31%, 32%);
  color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  footer {
    padding: 40px 0 20px;
  }
  
  footer h5 {
    font-size: 1.1rem;
    margin-top: 25px;
  }
  
  .footer-logo {
    font-size: 1.7rem;
  }
  
  #cookieNotice {
    padding: 20px 0;
  }
  
  #cookieNotice h4 {
    font-size: 1.3rem;
  }
  
  .cookie-buttons {
    flex-direction: column;
  }
  
  .cookie-btn {
    width: 100%;
    text-align: center;
  }
}

.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; }

.article-content { max-width: 900px; margin: 0 auto; padding: 4rem 2rem; font-family: Lora, sans-serif; }
.article-header { margin-bottom: 3rem; border-bottom: 2px solid hsl(182, 31%, 32%)20; padding-bottom: 2rem; }
.article-header h1 { font-size: 2.5rem; margin-bottom: 1rem; font-family: Oswald, sans-serif; color: hsl(182, 31%, 17%); }
.article-meta { color: #666; font-size: 0.95rem; margin-bottom: 1.5rem; }
.article-meta i { color: hsl(182, 31%, 32%); }
.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(182, 31%, 17%); font-family: Oswald, sans-serif; margin-top: 2rem; }
.blog-article h3 { color: hsl(182, 31%, 17%); font-family: Oswald, sans-serif; }
.blog-article a { color: hsl(182, 31%, 32%); }
.blog-article a:hover { color: hsl(182, 31%, 57%); }
.blog-article ul, .blog-article ol { margin: 1rem 0; padding-left: 1.5rem; }
.blog-article blockquote { border-left: 4px solid hsl(182, 31%, 32%); padding-left: 1rem; margin: 1.5rem 0; font-style: italic; color: #555; }

.contact-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    font-family: 'Lora', serif;
    color: #333;
}

.contact-section h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: hsl(182, 31%, 17%);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-section .section-subtitle {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 3rem;
    line-height: 1.6;
}

.contact-form-wrapper {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    border-left: 4px solid hsl(182, 31%, 32%);
}

.contact-form-wrapper h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    color: hsl(182, 31%, 17%);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.contact-form .form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.contact-form .form-control {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #fafafa;
    color: #333;
}

.contact-form .form-control:focus {
    border-color: hsl(182, 31%, 32%);
    box-shadow: 0 0 0 0.2rem rgba(77, 127, 122, 0.15);
    background: #ffffff;
    outline: none;
}

.contact-form textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.contact-form .btn-submit {
    background: hsl(182, 31%, 32%);
    color: #ffffff;
    border: none;
    padding: 14px 40px;
    font-size: 1.1rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin-top: 1rem;
    font-weight: 500;
}

.contact-form .btn-submit:hover {
    background: hsl(182, 31%, 17%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.contact-info-wrapper {
    background: hsl(182, 31%, 17%);
    padding: 40px;
    border-radius: 12px;
    color: #ffffff;
    height: 100%;
}

.contact-info-wrapper h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    color: #ffffff;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.contact-info-item {
    margin-bottom: 2rem;
    padding-left: 50px;
    position: relative;
}

.contact-info-item:last-child {
    margin-bottom: 0;
}

.contact-info-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: hsl(182, 31%, 57%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: hsl(182, 31%, 17%);
}

.contact-info-item h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    color: hsl(182, 31%, 57%);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-info-item p {
    margin: 0;
    line-height: 1.8;
    color: #e0e0e0;
}

.contact-info-item a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info-item a:hover {
    color: hsl(182, 31%, 57%);
}

.business-hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.business-hours-list li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: flex;
    justify-content: space-between;
}

.business-hours-list li:last-child {
    border-bottom: none;
}

.day-label {
    font-weight: 600;
    color: hsl(182, 31%, 57%);
}

.time-label {
    color: #e0e0e0;
}

@media (max-width: 991px) {
    .contact-section {
        padding: 60px 0;
    }
    
    .contact-form-wrapper,
    .contact-info-wrapper {
        padding: 30px;
        margin-bottom: 30px;
    }
    
    .contact-section h2 {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .contact-section {
        padding: 50px 0;
    }
    
    .contact-form-wrapper,
    .contact-info-wrapper {
        padding: 25px;
    }
    
    .contact-section h2 {
        font-size: 1.75rem;
    }
    
    .contact-info-item {
        padding-left: 0;
        padding-top: 50px;
    }
    
    .contact-info-icon {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .contact-info-item h4 {
        text-align: center;
    }
    
    .contact-info-item p {
        text-align: center;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600;700&family=Lora:wght@400;500;600&display=swap');

  .policy-content {
    font-family: 'Lora', serif;
    color: hsl(182, 31%, 17%);
    line-height: 1.8;
  }

  .policy-content h1,
  .policy-content h2,
  .policy-content h3,
  .policy-content h4 {
    font-family: 'Oswald', sans-serif;
    color: hsl(182, 31%, 32%);
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .policy-content h1 {
    font-size: 2.75rem;
    font-weight: 700;
    border-bottom: 4px solid hsl(182, 31%, 57%);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .policy-content h2 {
    font-size: 2rem;
    color: hsl(182, 31%, 32%);
    margin-top: 2.5rem;
    position: relative;
    padding-left: 1rem;
    border-left: 5px solid hsl(182, 31%, 57%);
  }

  .policy-content h3 {
    font-size: 1.5rem;
    color: hsl(182, 31%, 32%);
  }

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

  .policy-content a {
    color: hsl(182, 31%, 32%);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 2px solid hsl(182, 31%, 57%);
    transition: all 0.3s ease;
  }

  .policy-content a:hover {
    color: hsl(182, 31%, 57%);
    border-bottom-color: hsl(182, 31%, 32%);
  }

  .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: hsl(182, 31%, 32%);
    font-weight: 600;
  }

  .intro-box {
    background: linear-gradient(135deg, hsl(182, 31%, 95%) 0%, hsl(182, 31%, 98%) 100%);
    border-left: 5px solid hsl(182, 31%, 57%);
    padding: 1.5rem;
    margin-bottom: 2rem;
    border-radius: 0.5rem;
  }

  .contact-box {
    background: hsl(182, 31%, 32%);
    color: white;
    padding: 2rem;
    border-radius: 0.5rem;
    margin-top: 3rem;
  }

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

  .contact-box a {
    color: hsl(182, 31%, 90%);
    border-bottom-color: hsl(182, 31%, 90%);
  }

  .contact-box a:hover {
    color: white;
    border-bottom-color: white;
  }

  .cookie-type-card {
    background: white;
    border: 2px solid hsl(182, 31%, 90%);
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
  }

  .cookie-type-card:hover {
    border-color: hsl(182, 31%, 57%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .last-updated {
    font-style: italic;
    color: hsl(182, 31%, 57%);
    font-size: 0.95rem;
    margin-bottom: 2rem;
  }

.faq-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  font-family: 'Lora', serif;
}

.faq-section h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.8rem;
  color: hsl(182, 31%, 17%);
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.faq-intro {
  text-align: center;
  color: #555;
  font-size: 1.1rem;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.accordion-item:hover {
  box-shadow: 0 4px 15px rgba(0,0,0,0.12);
}

.accordion-button {
  font-family: 'Oswald', sans-serif;
  font-size: 1.15rem;
  color: hsl(182, 31%, 17%);
  background-color: #ffffff;
  padding: 20px 25px;
  font-weight: 500;
  border: none;
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
  background-color: hsl(182, 31%, 32%);
  color: #ffffff;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23305d5e'%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;
}

.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='%23ffffff'%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");
}

.accordion-body {
  padding: 25px;
  background-color: #ffffff;
  color: #444;
  font-size: 1.05rem;
  line-height: 1.8;
  border-top: 1px solid #e9ecef;
}

.accordion-body strong {
  color: hsl(182, 31%, 32%);
  font-weight: 600;
}

.accordion-body ul {
  margin: 15px 0;
  padding-left: 20px;
}

.accordion-body li {
  margin-bottom: 8px;
  color: #555;
}

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

  .faq-section h2 {
    font-size: 2.2rem;
  }

  .accordion-button {
    font-size: 1.05rem;
    padding: 18px 20px;
  }

  .accordion-body {
    padding: 20px;
    font-size: 1rem;
  }
}

.newsletter-section {
  background: linear-gradient(135deg, hsl(182, 31%, 17%) 0%, hsl(182, 31%, 32%) 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.newsletter-section::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"><rect width="2" height="2" x="0" y="0" fill="rgba(255,255,255,0.05)"/></svg>');
  opacity: 0.3;
}

.newsletter-content {
  position: relative;
  z-index: 1;
}

.newsletter-heading {
  font-family: 'Oswald', sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.newsletter-description {
  font-family: 'Lora', serif;
  font-size: 1.1rem;
  color: #f8f9fa;
  margin-bottom: 40px;
  line-height: 1.7;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-form {
  max-width: 600px;
  margin: 0 auto;
}

.newsletter-input-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.newsletter-email-input {
  flex: 1;
  min-width: 250px;
  padding: 16px 24px;
  font-family: 'Lora', serif;
  font-size: 1rem;
  border: 2px solid hsl(182, 31%, 57%);
  border-radius: 50px;
  background: #ffffff;
  color: #333333;
  transition: all 0.3s ease;
}

.newsletter-email-input:focus {
  outline: none;
  border-color: hsl(182, 31%, 67%);
  box-shadow: 0 0 0 4px rgba(104, 157, 157, 0.2);
}

.newsletter-email-input::placeholder {
  color: #999999;
}

.newsletter-submit-btn {
  padding: 16px 40px;
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: hsl(182, 31%, 57%);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.newsletter-submit-btn:hover {
  background: hsl(182, 31%, 47%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.newsletter-submit-btn:active {
  transform: translateY(0);
}

.newsletter-features {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.newsletter-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f8f9fa;
  font-family: 'Lora', serif;
  font-size: 0.95rem;
}

.newsletter-feature-icon {
  width: 20px;
  height: 20px;
  background: hsl(182, 31%, 57%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: bold;
}

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

  .newsletter-heading {
    font-size: 2rem;
  }

  .newsletter-description {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .newsletter-input-group {
    flex-direction: column;
    gap: 15px;
  }

  .newsletter-email-input,
  .newsletter-submit-btn {
    width: 100%;
    min-width: 100%;
  }

  .newsletter-features {
    gap: 20px;
  }

  .newsletter-feature {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .newsletter-heading {
    font-size: 1.75rem;
  }

  .newsletter-description {
    font-size: 0.95rem;
  }

  .newsletter-email-input,
  .newsletter-submit-btn {
    padding: 14px 20px;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Lora:wght@400;500;600&display=swap');

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

  .hero-section h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: hsl(182, 31%, 17%);
    margin-bottom: 1.5rem;
    line-height: 1.2;
  }

  .hero-section h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: hsl(182, 31%, 32%);
    margin-bottom: 2rem;
  }

  .hero-section p {
    font-family: 'Lora', serif;
    font-size: 1.1rem;
    color: #333;
    line-height: 1.8;
    margin-bottom: 2rem;
  }

  .hero-image-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease;
  }

  .hero-image-wrapper img:hover {
    transform: scale(1.03);
  }

  .hero-content {
    padding-left: 3rem;
  }

  .advantages-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
  }

  .advantages-list li {
    font-family: 'Lora', serif;
    font-size: 1.05rem;
    color: #333;
    padding: 0.8rem 0;
    padding-left: 2.5rem;
    position: relative;
    line-height: 1.6;
  }

  .advantages-list li i {
    position: absolute;
    left: 0;
    top: 0.9rem;
    color: hsl(182, 31%, 57%);
    font-size: 1.3rem;
  }

  .cta-buttons {
    display: flex;
    gap: 1.5rem;
    margin-top: 2.5rem;
    flex-wrap: wrap;
  }

  .btn-primary-custom {
    font-family: 'Oswald', sans-serif;
    background-color: hsl(182, 31%, 32%);
    color: #fff;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 500;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .btn-primary-custom:hover {
    background-color: hsl(182, 31%, 17%);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    color: #fff;
  }

  .btn-secondary-custom {
    font-family: 'Oswald', sans-serif;
    background-color: transparent;
    color: hsl(182, 31%, 32%);
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 500;
    border: 2px solid hsl(182, 31%, 32%);
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
  }

  .btn-secondary-custom:hover {
    background-color: hsl(182, 31%, 32%);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  }

  @media (max-width: 991px) {
    .hero-section {
      padding: 60px 0;
    }

    .hero-content {
      padding-left: 0;
      margin-top: 3rem;
    }

    .hero-section h1 {
      font-size: 2.8rem;
    }

    .hero-section h2 {
      font-size: 1.5rem;
    }

    .cta-buttons {
      flex-direction: column;
    }

    .btn-primary-custom,
    .btn-secondary-custom {
      width: 100%;
      text-align: center;
    }
  }

  @media (max-width: 576px) {
    .hero-section h1 {
      font-size: 2.2rem;
    }

    .hero-section h2 {
      font-size: 1.3rem;
    }

    .hero-section p {
      font-size: 1rem;
    }

    .advantages-list li {
      font-size: 1rem;
    }
  }

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600&family=Lora:wght@400;600&display=swap');
  
  #credentials {
    padding: 60px 0;
    background-color: #f8f9fa;
  }
  
  #credentials .section-title {
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    color: hsl(182, 31%, 17%);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
  }
  
  .credential-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 25px 15px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .credential-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  
  .credential-icon {
    font-size: 2.5rem;
    color: #28a745;
    margin-bottom: 12px;
  }
  
  .credential-text {
    font-family: 'Lora', serif;
    font-size: 0.95rem;
    color: #333333;
    margin: 0;
    font-weight: 600;
  }
  
  @media (max-width: 767px) {
    #credentials {
      padding: 40px 0;
    }
    
    #credentials .section-title {
      font-size: 1.6rem;
      margin-bottom: 30px;
    }
    
    .credential-card {
      margin-bottom: 15px;
    }
  }

.testimonials-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.testimonials-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, hsl(182, 31%, 32%), hsl(182, 31%, 57%));
}

.testimonials-header {
  text-align: center;
  margin-bottom: 60px;
}

.testimonials-header h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.8rem;
  color: hsl(182, 31%, 17%);
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.testimonials-header p {
  font-family: 'Lora', serif;
  font-size: 1.1rem;
  color: #555;
  max-width: 600px;
  margin: 0 auto;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 35px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  position: relative;
  border-left: 4px solid hsl(182, 31%, 57%);
}

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

.testimonial-card.featured {
  background: linear-gradient(135deg, hsl(182, 31%, 32%) 0%, hsl(182, 31%, 17%) 100%);
  border-left: 4px solid hsl(182, 31%, 57%);
  grid-column: span 1;
}

.testimonial-card.featured .testimonial-text,
.testimonial-card.featured .customer-name,
.testimonial-card.featured .customer-location {
  color: #ffffff;
}

.testimonial-card.featured .stars i {
  color: hsl(182, 31%, 57%);
}

.quote-icon {
  font-size: 3rem;
  color: hsl(182, 31%, 57%);
  opacity: 0.2;
  position: absolute;
  top: 15px;
  right: 25px;
  font-family: Georgia, serif;
}

.testimonial-card.featured .quote-icon {
  color: #ffffff;
  opacity: 0.15;
}

.stars {
  margin-bottom: 20px;
  display: flex;
  gap: 4px;
}

.stars i {
  color: #ffc107;
  font-size: 1.1rem;
}

.stars i.empty {
  color: #ddd;
}

.testimonial-card.featured .stars i.empty {
  color: rgba(255, 255, 255, 0.3);
}

.testimonial-text {
  font-family: 'Lora', serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 25px;
  font-style: italic;
}

.customer-info {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}

.testimonial-card.featured .customer-info {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.customer-avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: linear-gradient(135deg, hsl(182, 31%, 57%), hsl(182, 31%, 32%));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Oswald', sans-serif;
  font-size: 1.3rem;
  color: #ffffff;
  font-weight: 600;
  flex-shrink: 0;
}

.customer-details {
  flex: 1;
}

.customer-name {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  color: hsl(182, 31%, 17%);
  margin-bottom: 3px;
  font-weight: 600;
}

.customer-location {
  font-family: 'Lora', serif;
  font-size: 0.9rem;
  color: #666;
  display: flex;
  align-items: center;
  gap: 5px;
}

.customer-location i {
  color: hsl(182, 31%, 57%);
  font-size: 0.85rem;
}

.testimonial-card.featured .customer-location i {
  color: hsl(182, 31%, 57%);
}

.testimonial-card.compact {
  padding: 25px;
}

.testimonial-card.compact .testimonial-text {
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.testimonial-card.detailed {
  padding: 40px;
}

.testimonial-card.detailed .testimonial-text {
  font-size: 1.05rem;
  line-height: 1.8;
}

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

  .testimonials-header h2 {
    font-size: 2.2rem;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .testimonial-card.featured {
    grid-column: span 1;
  }

  .testimonial-card {
    padding: 25px;
  }

  .testimonial-card.detailed {
    padding: 30px;
  }

  .quote-icon {
    font-size: 2.5rem;
    top: 10px;
    right: 15px;
  }
}

@media (max-width: 480px) {
  .testimonials-header h2 {
    font-size: 1.8rem;
  }

  .testimonials-header p {
    font-size: 1rem;
  }

  .customer-avatar {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }

  .customer-name {
    font-size: 1rem;
  }

  .customer-location {
    font-size: 0.85rem;
  }
}

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

.blog-preview h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: hsl(182, 31%, 17%);
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-preview .section-subtitle {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 3rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.blog-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 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.15);
}

.blog-card-image {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

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

.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #777;
}

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

.blog-card-meta i {
  color: hsl(182, 31%, 57%);
}

.blog-card h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: hsl(182, 31%, 17%);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.blog-card-excerpt {
  color: #555;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: hsl(182, 31%, 32%);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 0.3s ease, gap 0.3s ease;
}

.blog-card-link:hover {
  color: hsl(182, 31%, 57%);
  gap: 0.8rem;
}

.blog-card-link i {
  transition: transform 0.3s ease;
}

.blog-card-link:hover i {
  transform: translateX(4px);
}

.view-all-btn {
  display: inline-block;
  padding: 14px 40px;
  background: hsl(182, 31%, 32%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background 0.3s ease, transform 0.3s ease;
  margin-top: 3rem;
}

.view-all-btn:hover {
  background: hsl(182, 31%, 57%);
  color: #ffffff;
  transform: scale(1.05);
}

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

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

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

  .blog-card h3 {
    font-size: 1.3rem;
  }

  .blog-card-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Lora:wght@400;500;600;700&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css');

.services-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    font-family: 'Lora', serif;
}

.services-section .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.services-section .section-title {
    font-family: 'Oswald', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: hsl(182, 31%, 17%);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.services-section .section-subtitle {
    font-size: 1.1rem;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}

.service-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 35px 25px;
    margin-bottom: 30px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    border: 2px solid transparent;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(56, 116, 120, 0.2);
    border-color: hsl(182, 31%, 57%);
}

.service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, hsl(182, 31%, 32%) 0%, hsl(182, 31%, 17%) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}

.service-card:hover .service-icon {
    background: linear-gradient(135deg, hsl(182, 31%, 57%) 0%, hsl(182, 31%, 32%) 100%);
    transform: rotate(360deg);
}

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

.service-title {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: hsl(182, 31%, 17%);
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-description {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
    flex-grow: 1;
}

.service-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
    margin-top: auto;
}

.service-price {
    font-family: 'Oswald', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: hsl(182, 31%, 32%);
}

.service-currency {
    font-size: 1.1rem;
    color: #777;
    margin-left: 4px;
}

.service-terms {
    font-size: 0.85rem;
    color: #888;
    font-style: italic;
}

.cta-container {
    text-align: center;
    margin-top: 60px;
    padding: 50px 20px;
    background: linear-gradient(135deg, hsl(182, 31%, 32%) 0%, hsl(182, 31%, 17%) 100%);
    border-radius: 15px;
}

.cta-title {
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.cta-text {
    font-size: 1.05rem;
    color: #f8f9fa;
    margin-bottom: 30px;
}

.cta-button {
    display: inline-block;
    padding: 15px 45px;
    background: hsl(182, 31%, 57%);
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.cta-button:hover {
    background: #ffffff;
    color: hsl(182, 31%, 32%);
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .services-section {
        padding: 60px 0;
    }
    
    .services-section .section-title {
        font-size: 2.2rem;
    }
    
    .service-card {
        padding: 30px 20px;
    }
    
    .service-title {
        font-size: 1.3rem;
    }
    
    .cta-title {
        font-size: 1.6rem;
    }
}

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

.offer-section {
  font-family: 'Lora', serif;
  background: linear-gradient(135deg, hsl(182, 31%, 17%) 0%, hsl(182, 31%, 32%) 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.offer-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: hsl(182, 31%, 57%);
  opacity: 0.1;
  border-radius: 50%;
}

.offer-section::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: hsl(182, 31%, 57%);
  opacity: 0.08;
  border-radius: 50%;
}

.offer-container {
  position: relative;
  z-index: 2;
}

.offer-badge {
  display: inline-block;
  background: hsl(182, 31%, 57%);
  color: hsl(182, 31%, 17%);
  padding: 8px 24px;
  border-radius: 30px;
  font-family: 'Oswald', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.offer-title {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
  line-height: 1.2;
}

.offer-description {
  color: #f8f9fa;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 700px;
}

.offer-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 50px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  margin-top: 40px;
}

.deadline-block {
  background: linear-gradient(135deg, hsl(182, 31%, 57%) 0%, hsl(182, 31%, 42%) 100%);
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.deadline-block::before {
  content: '⏰';
  position: absolute;
  top: -20px;
  right: 20px;
  font-size: 100px;
  opacity: 0.1;
}

.deadline-label {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  color: hsl(182, 31%, 17%);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.deadline-date {
  font-family: 'Oswald', sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.deadline-year {
  font-size: 2rem;
  display: block;
  margin-top: 10px;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.benefits-list li {
  padding: 18px 0;
  border-bottom: 1px solid #e9ecef;
  display: flex;
  align-items: center;
  font-size: 1.05rem;
  color: #333;
}

.benefits-list li:last-child {
  border-bottom: none;
}

.benefits-list i {
  color: hsl(182, 31%, 32%);
  font-size: 1.3rem;
  margin-right: 15px;
  min-width: 30px;
}

.discount-highlight {
  background: hsl(182, 31%, 17%);
  color: #ffffff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 35px;
}

.discount-percentage {
  font-family: 'Oswald', sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: hsl(182, 31%, 57%);
}

.discount-text {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  margin-top: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.offer-cta {
  display: inline-block;
  background: hsl(182, 31%, 32%);
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 18px 50px;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.offer-cta:hover {
  background: hsl(182, 31%, 17%);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.offer-terms {
  text-align: center;
  margin-top: 25px;
  font-size: 0.9rem;
  color: #6c757d;
  font-style: italic;
}

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

  .offer-title {
    font-size: 2.2rem;
  }

  .offer-card {
    padding: 35px 25px;
  }

  .deadline-date {
    font-size: 2.5rem;
  }

  .deadline-year {
    font-size: 1.5rem;
  }

  .discount-percentage {
    font-size: 3rem;
  }

  .benefits-list li {
    font-size: 1rem;
  }
}

.disclaimer-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 0;
  font-family: 'Lora', serif;
}

.disclaimer-container {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 12px;
  padding: 50px 40px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border-left: 5px solid hsl(182, 31%, 32%);
}

.disclaimer-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, hsl(182, 31%, 32%) 0%, hsl(182, 31%, 57%) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  box-shadow: 0 4px 15px rgba(56, 116, 120, 0.25);
}

.disclaimer-icon i {
  font-size: 36px;
  color: #ffffff;
}

.disclaimer-title {
  font-family: 'Oswald', sans-serif;
  font-size: 2.5rem;
  color: hsl(182, 31%, 17%);
  text-align: center;
  margin-bottom: 35px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.disclaimer-text {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #444;
  text-align: justify;
  margin-bottom: 0;
}

.disclaimer-text strong {
  color: hsl(182, 31%, 17%);
  font-weight: 600;
}

@media (max-width: 768px) {
  .disclaimer-section {
    padding: 60px 0;
  }
  
  .disclaimer-container {
    padding: 40px 25px;
    margin: 0 15px;
  }
  
  .disclaimer-title {
    font-size: 2rem;
  }
  
  .disclaimer-text {
    font-size: 1rem;
    text-align: left;
  }
  
  .disclaimer-icon {
    width: 60px;
    height: 60px;
  }
  
  .disclaimer-icon i {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .disclaimer-title {
    font-size: 1.75rem;
  }
  
  .disclaimer-container {
    padding: 30px 20px;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Lora:wght@400;500;600;700&display=swap');

  :root {
    --primary-color: hsl(182, 31%, 32%);
    --secondary-color: hsl(182, 31%, 17%);
    --accent-color: hsl(182, 31%, 57%);
  }

  body {
    font-family: 'Lora', 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: 'Oswald', sans-serif;
    font-weight: 600;
    color: var(--secondary-color);
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

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

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

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

  .policy-content p {
    margin-bottom: 1rem;
    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(--accent-color);
    text-decoration: underline;
  }

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

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

  .effective-date {
    background-color: hsl(182, 31%, 95%);
    padding: 1rem 1.5rem;
    border-radius: 8px;
    border-left: 5px solid var(--primary-color);
    margin-bottom: 2rem;
    font-style: italic;
    color: var(--secondary-color);
  }

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

  .contact-box h3 {
    color: white;
    font-size: 1.75rem;
    margin-top: 0;
  }

  .contact-box a {
    color: var(--accent-color);
    font-weight: 600;
  }

  .contact-box a:hover {
    color: white;
  }

  .section-divider {
    height: 2px;
    background: linear-gradient(to right, var(--accent-color), transparent);
    margin: 2rem 0;
  }

  .highlight-box {
    background-color: hsl(182, 31%, 97%);
    padding: 1.5rem;
    border-radius: 8px;
    margin: 1.5rem 0;
    border: 2px solid var(--accent-color);
  }

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Lora:wght@400;500;600;700&display=swap');

  :root {
    --primary-color: hsl(182, 31%, 32%);
    --secondary-color: hsl(182, 31%, 17%);
    --accent-color: hsl(182, 31%, 57%);
  }

  .policy-content {
    font-family: 'Lora', serif;
    color: var(--secondary-color);
    line-height: 1.8;
  }

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

  .policy-content h1 {
    font-size: 2.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 4px solid var(--accent-color);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }

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

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

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

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

  .policy-content a:hover {
    color: var(--accent-color);
    border-bottom: 2px solid var(--accent-color);
  }

  .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(--primary-color);
    font-weight: 600;
  }

  .effective-date {
    background-color: hsl(182, 31%, 95%);
    padding: 1rem 1.5rem;
    border-radius: 8px;
    border-left: 5px solid var(--accent-color);
    margin-bottom: 2rem;
    font-style: italic;
  }

  .contact-box {
    background-color: var(--secondary-color);
    color: white;
    padding: 2rem;
    border-radius: 10px;
    margin-top: 3rem;
  }

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

  .contact-box a {
    color: var(--accent-color);
    border-bottom-color: var(--accent-color);
  }

  .contact-box a:hover {
    color: white;
    border-bottom-color: white;
  }

  .section-divider {
    height: 2px;
    background: linear-gradient(to right, var(--accent-color), transparent);
    margin: 2rem 0;
  }