@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Merriweather:wght@300;400;700&display=swap');
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Merriweather', serif;
            color: #333;
            line-height: 1.7;
            background: white;
        }
        
        h1, h2, h3, h4, h5, h6 {
            font-family: 'Lato', sans-serif;
            font-weight: 700;
        }
        
        .navbar {
            background-color: hsl(39, 66%, 37%) !important;
            padding: 1rem 0;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .navbar-brand {
            display: flex;
            align-items: center;
            gap: 12px;
            color: #fff !important;
            font-family: 'Lato', sans-serif;
            font-weight: 900;
            font-size: 1.4rem;
            transition: opacity 0.3s ease;
        }
        
        .navbar-brand:hover {
            opacity: 0.85;
        }
        
        .navbar-brand img {
            filter: brightness(0) invert(1);
        }
        
        .navbar-toggler {
            border-color: rgba(255,255,255,0.3);
            padding: 0.5rem 0.75rem;
        }
        
        .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(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }
        
        .navbar-nav {
            gap: 0.5rem;
        }
        
        .nav-link {
            color: rgba(255,255,255,0.9) !important;
            font-family: 'Lato', sans-serif;
            font-weight: 400;
            font-size: 1rem;
            padding: 0.5rem 1rem !important;
            transition: all 0.3s;
            border-radius: 4px;
        }
        
        .nav-link:hover {
            color: #fff !important;
            background-color: hsl(39, 66%, 22%);
        }
        
        .nav-link.active {
            color: #fff !important;
            background-color: hsl(39, 66%, 22%);
        }
        
        @media (max-width: 991px) {
            .navbar-collapse {
                background-color: hsl(39, 66%, 37%);
                padding: 1rem;
                margin-top: 1rem;
                border-radius: 8px;
            }
            
            .navbar-nav {
                gap: 0.25rem;
            }
            
            .nav-link {
                padding: 0.75rem 1rem !important;
            }
        }
        
        @media (min-width: 992px) {
            .navbar-expand-lg .navbar-nav {
                align-items: center;
            }
        }

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

.about-section {
background: #ffffff;
  padding: 85px 0 90px;
}

.about-content-wrapper {
  display: flex;
align-items: center;
  gap: 45px;
}

.about-image-container {
  flex: 0 0 48%;
max-width: 48%;
}

.about-image-container img {
width: 100%;
  height: auto;
border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.about-text-content {
flex: 1;
  padding-left: 25px;
}

.about-section h2 {
font-family: 'Lato', sans-serif;
  font-size: 2.8rem;
font-weight: 700;
  color: #222;
  margin-bottom: 25px;
line-height: 1.2;
}

.about-section h3 {
  font-family: 'Lato', sans-serif;
font-size: 1.6rem;
  font-weight: 600;
color: hsl(39, 66%, 37%);
  margin-top: 35px;
  margin-bottom: 18px;
}

.about-section p {
font-family: 'Merriweather', serif;
  font-size: 1.05rem;
  line-height: 1.8;
color: #333;
  margin-bottom: 20px;
}

.about-secondary-image {
margin-top: 50px;
  display: flex;
  gap: 30px;
align-items: center;
}

.about-secondary-image img {
  flex: 0 0 45%;
max-width: 45%;
  border-radius: 8px;
box-shadow: 0 3px 12px rgba(0,0,0,0.08);
}

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

.mission-box {
  background: hsl(39, 66%, 95%);
padding: 28px;
  border-left: 4px solid hsl(39, 66%, 37%);
margin: 30px 0;
  border-radius: 4px;
}

.mission-box p {
  margin-bottom: 0;
color: #222;
}

@media (max-width: 992px) {
.about-content-wrapper {
  flex-direction: column;
}

  .about-image-container {
flex: 0 0 100%;
    max-width: 100%;
  }

.about-text-content {
    padding-left: 0;
padding-top: 30px;
  }

  .about-secondary-image {
flex-direction: column;
  }

.about-secondary-image img {
    flex: 0 0 100%;
max-width: 100%;
  }
}

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

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

.about-section h3 {
    font-size: 1.4rem;
}

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

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

.portfolio-section {
  padding: 80px 0;
    background: #f8f9fa;
font-family: 'Merriweather', serif;
}

.portfolio-section .section-title {
font-family: 'Lato', sans-serif;
  font-size: 2.8rem;
    font-weight: 900;
  color: hsl(39, 66%, 22%);
      margin-bottom: 15px;
  text-align: center;
}

.portfolio-section .section-subtitle {
font-size: 1.1rem;
color: #666;
  text-align: center;
    margin-bottom: 60px;
      max-width: 700px;
  margin-left: auto;
margin-right: auto;
    line-height: 1.7;
}

.portfolio-grid {
display: grid;
  grid-template-columns: repeat(2, 1fr);
gap: 35px;
      margin-top: 50px;
}

.portfolio-card {
background: white;
  border-radius: 8px;
    overflow: hidden;
box-shadow: 0 3px 15px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
      cursor: pointer;
    position: relative;
}

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

.portfolio-card-body {
padding: 30px;
}

.portfolio-category {
  font-family: 'Lato', sans-serif;
font-size: 0.85rem;
    color: hsl(39, 66%, 37%);
  font-weight: 700;
      text-transform: uppercase;
letter-spacing: 1.2px;
  margin-bottom: 12px;
    display: inline-block;
}

.portfolio-card-title {
font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
font-weight: 700;
      color: #222;
  margin-bottom: 15px;
    line-height: 1.3;
}

.portfolio-description {
  color: #555;
font-size: 0.95rem;
      line-height: 1.7;
margin-bottom: 20px;
}

.portfolio-meta {
display: flex;
    justify-content: space-between;
  align-items: center;
      padding-top: 20px;
border-top: 1px solid #eee;
}

.portfolio-date {
font-size: 0.9rem;
  color: #888;
    font-style: italic;
}

.portfolio-tech {
font-size: 0.85rem;
      color: hsl(39, 66%, 37%);
font-weight: 600;
}

.modal-content {
border-radius: 12px;
  border: none;
}

.modal-header {
background: hsl(39, 66%, 37%);
    color: white;
  border-radius: 12px 12px 0 0;
      padding: 25px 30px;
}

.modal-title {
font-family: 'Lato', sans-serif;
  font-size: 1.8rem;
    font-weight: 700;
}

.modal-body {
padding: 35px;
}

.modal-category {
font-family: 'Lato', sans-serif;
    font-size: 0.9rem;
color: hsl(39, 66%, 37%);
      font-weight: 700;
text-transform: uppercase;
  letter-spacing: 1px;
    margin-bottom: 20px;
}

.modal-description {
color: #333;
    font-size: 1.05rem;
line-height: 1.8;
      margin-bottom: 25px;
}

.modal-details {
background: #f8f9fa;
  padding: 25px;
    border-radius: 8px;
margin-top: 25px;
}

.modal-details h5 {
font-family: 'Lato', sans-serif;
    color: hsl(39, 66%, 22%);
font-size: 1.2rem;
      margin-bottom: 15px;
  font-weight: 700;
}

.modal-details ul {
list-style: none;
    padding-left: 0;
}

.modal-details li {
  padding: 8px 0;
    color: #555;
position: relative;
      padding-left: 25px;
}

.modal-details li:before {
content: "→";
  position: absolute;
    left: 0;
color: hsl(39, 66%, 37%);
      font-weight: bold;
}

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

@media (max-width: 992px) {
.portfolio-grid {
    grid-template-columns: 1fr;
gap: 25px;
}

  .portfolio-section {
      padding: 60px 0;
}

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

@media (max-width: 576px) {
.portfolio-card-body {
  padding: 20px;
}

.portfolio-card-title {
      font-size: 1.3rem;
}

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

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

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

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

.advantages-header h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 2.8rem;
  color: hsl(39, 66%, 22%);
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.advantages-header p {
  font-size: 1.15rem;
  color: #555;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.7;
}

.advantage-card {
  background: white;
  border-radius: 12px;
  padding: 35px 25px;
  height: 100%;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  border: 2px solid transparent;
  margin-bottom: 30px;
}

.advantage-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(166, 108, 40, 0.25);
  border-color: hsl(39, 66%, 62%);
}

.advantage-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, hsl(39, 66%, 37%) 0%, hsl(39, 66%, 22%) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: transform 0.3s ease;
}

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

.advantage-icon i {
  font-size: 32px;
  color: #fff;
}

.advantage-card h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.45rem;
  color: #222;
  margin-bottom: 15px;
}

.advantage-card p {
  color: #666;
  font-size: 0.98rem;
  line-height: 1.75;
  margin: 0;
}

@media(max-width: 768px) {
  #advantages {
    padding: 50px 0;
  }
  
  .advantages-header h2 {
    font-size: 2.2rem;
  }
  
  .advantage-card {
    padding: 28px 20px;
  }
}

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

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

.statistics-section::before {
content: '';
  position: absolute;
    top: 0;
  left: 0;
width: 100%;
  height: 100%;
    background: radial-gradient(circle at 20% 50%, rgba(184, 134, 11, 0.03) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(184, 134, 11, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.statistics-section .section-title {
font-family: 'Lato', sans-serif;
  font-size: 2.8rem;
font-weight: 900;
    color: hsl(39, 66%, 22%);
  text-align: center;
margin-bottom: 1rem;
    letter-spacing: -0.5px;
}

.statistics-section .section-subtitle {
  font-size: 1.1rem;
    color: #666;
text-align: center;
  margin-bottom: 60px;
  font-weight: 300;
    max-width: 700px;
  margin-left: auto;
margin-right: auto;
}

.stat-item {
  text-align: center;
padding: 35px 20px;
    background: white;
  border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
margin-bottom: 30px;
  position: relative;
    overflow: hidden;
}

.stat-item::before {
  content: '';
position: absolute;
    top: 0;
left: 0;
    width: 100%;
  height: 4px;
  background: linear-gradient(90deg, hsl(39, 66%, 37%) 0%, hsl(39, 66%, 62%) 100%);
    transform: scaleX(0);
  transition: transform 0.4s ease;
}

.stat-item:hover::before {
transform: scaleX(1);
}

.stat-item:hover {
    transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(184, 134, 11, 0.2);
}

.stat-icon {
  font-size: 3.2rem;
color: hsl(39, 66%, 37%);
    margin-bottom: 20px;
  display: inline-block;
    transition: all 0.3s ease;
}

.stat-item:hover .stat-icon {
  transform: scale(1.15) rotate(5deg);
    color: hsl(39, 66%, 62%);
}

.stat-number {
font-family: 'Lato', sans-serif;
    font-size: 2.8rem;
  font-weight: 900;
color: hsl(39, 66%, 22%);
    margin-bottom: 8px;
  line-height: 1;
}

.stat-label {
  font-size: 1rem;
    color: #555;
  font-weight: 400;
  text-transform: uppercase;
    letter-spacing: 1px;
}

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

  .statistics-section .section-title {
font-size: 2.2rem;
  }
  
.statistics-section .section-subtitle {
    font-size: 1rem;
margin-bottom: 40px;
  }

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

  .stat-icon {
font-size: 2.6rem;
  }
}

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

footer {
  background: hsl(39, 66%, 22%);
  color: #f8f9fa;
  padding: 60px 0 20px;
  font-family: 'Merriweather', serif;
  margin-top: 80px;
}

footer h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: hsl(39, 66%, 62%);
  margin-bottom: 20px;
  font-size: 1.4rem;
}

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

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

footer a:hover {
  color: hsl(39, 66%, 62%);
}

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

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

.footer-description {
  margin-bottom: 25px;
  font-size: 0.9rem;
  line-height: 1.7;
}

.contact-info {
  margin-top: 15px;
}

.contact-info p {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.contact-info i {
  margin-right: 10px;
  color: hsl(39, 66%, 62%);
}

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

.footer-links {
  margin-bottom: 15px;
}

.footer-links a {
  margin: 0 12px;
  color: #f5f5f5;
  font-size: 0.9rem;
}

#cookieNotice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
  z-index: 9999;
  padding: 25px 0;
  border-top: 3px solid hsl(39, 66%, 37%);
}

.cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.cookie-header h5 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
  font-size: 1.3rem;
}

.cookie-text {
  color: #444;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 18px;
}

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

.cookie-category {
  margin-bottom: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #e0e0e0;
}

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

.cookie-category-title {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #333;
  font-size: 0.95rem;
  margin-bottom: 4px;
}

.cookie-category-desc {
  color: #666;
  font-size: 0.85rem;
  margin-left: 20px;
}

.cookie-required {
  color: hsl(39, 66%, 37%);
  font-weight: 600;
  font-size: 0.8rem;
}

.cookie-optional {
  color: #888;
  font-size: 0.8rem;
}

.cookie-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.btn-accept-all {
  background: #28a745;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 6px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

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

.btn-reject {
  background: #6c757d;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 6px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

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

.btn-manage {
  color: hsl(39, 66%, 37%);
  text-decoration: underline;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  padding: 12px 20px;
  transition: color 0.3s ease;
  font-size: 0.95rem;
}

.btn-manage:hover {
  color: hsl(39, 66%, 22%);
}

@media (max-width: 768px) {
  footer {
    padding: 40px 0 15px;
  }
  
  footer h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  
  .cookie-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  
  .btn-accept-all, .btn-reject {
    width: 100%;
  }
  
  #cookieNotice {
    padding: 20px 0;
  }
}

.privacy-policy {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        line-height: 1.8;
        color: #2c3e50;
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 20px;
        background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
    }

    .privacy-header {
        text-align: center;
        padding: 40px 0;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        border-radius: 15px;
        margin-bottom: 50px;
        box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    }

    .privacy-header h1 {
        margin: 0 0 15px 0;
        font-size: 2.5em;
        font-weight: 700;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    }

    .last-updated {
        font-size: 0.95em;
        opacity: 0.95;
        font-weight: 300;
    }

    .privacy-intro {
        background: white;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.08);
        margin-bottom: 40px;
        border-left: 5px solid #667eea;
    }

    .privacy-section {
        background: white;
        padding: 35px;
        margin-bottom: 30px;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

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

    .privacy-section h2 {
        color: #667eea;
        font-size: 1.8em;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 3px solid #f0f0f0;
        display: flex;
        align-items: center;
    }

    .privacy-section h2::before {
        content: "●";
        margin-right: 15px;
        color: #764ba2;
    }

    .privacy-section h3 {
        color: #764ba2;
        font-size: 1.3em;
        margin-top: 25px;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .privacy-section ul {
        list-style: none;
        padding-left: 0;
    }

    .privacy-section ul li {
        padding: 10px 0 10px 30px;
        position: relative;
        line-height: 1.7;
    }

    .privacy-section ul li::before {
        content: "→";
        position: absolute;
        left: 0;
        color: #667eea;
        font-weight: bold;
    }

    .highlight-box {
        background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
        padding: 20px;
        border-radius: 8px;
        margin: 20px 0;
        border-left: 4px solid #667eea;
    }

    .data-category {
        background: #f8f9fa;
        padding: 15px;
        margin: 15px 0;
        border-radius: 8px;
        border-left: 3px solid #764ba2;
    }

    .rights-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
        margin: 25px 0;
    }

    .right-card {
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        padding: 20px;
        border-radius: 10px;
        border: 2px solid #e9ecef;
        transition: all 0.3s ease;
    }

    .right-card:hover {
        border-color: #667eea;
        transform: translateY(-3px);
    }

    .right-card h4 {
        color: #667eea;
        margin-bottom: 10px;
        font-size: 1.1em;
    }

    .platform-badge {
        display: inline-block;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        padding: 5px 15px;
        border-radius: 20px;
        font-size: 0.85em;
        margin: 5px 5px 5px 0;
        font-weight: 600;
    }

    .contact-info {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        padding: 30px;
        border-radius: 10px;
        text-align: center;
        margin-top: 40px;
    }

    .entity-info {
        background: #f8f9fa;
        padding: 20px;
        border-radius: 8px;
        margin: 20px 0;
        border: 2px dashed #667eea;
    }

    strong {
        color: #2c3e50;
        font-weight: 600;
    }

    @media (max-width: 768px) {
        .privacy-header h1 {
            font-size: 1.8em;
        }
        
        .privacy-section {
            padding: 20px;
        }

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

.cookies-policy {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 20px;
        background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
        color: #2c3e50;
        line-height: 1.8;
    }

    .cookies-policy h1 {
        font-size: 2.8em;
        color: #1a252f;
        text-align: center;
        margin-bottom: 20px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        background: linear-gradient(45deg, #2c5364, #203a43, #0f2027);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .cookies-policy .last-updated {
        text-align: center;
        color: #7f8c8d;
        font-style: italic;
        margin-bottom: 40px;
        font-size: 0.95em;
    }

    .cookies-policy h2 {
        font-size: 1.9em;
        color: #34495e;
        margin-top: 40px;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 3px solid #3498db;
        font-weight: 600;
    }

    .cookies-policy h3 {
        font-size: 1.4em;
        color: #2c3e50;
        margin-top: 30px;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .cookies-policy p {
        margin-bottom: 20px;
        text-align: justify;
        font-size: 1.05em;
    }

    .cookies-policy ul {
        margin: 20px 0;
        padding-left: 30px;
    }

    .cookies-policy ul li {
        margin-bottom: 15px;
        position: relative;
        padding-left: 10px;
    }

    .cookies-policy ul li:before {
        content: "▸";
        color: #3498db;
        font-weight: bold;
        position: absolute;
        left: -15px;
    }

    .cookie-type-box {
        background: white;
        border-left: 5px solid #3498db;
        padding: 25px;
        margin: 25px 0;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .cookie-type-box.essential {
        border-left-color: #27ae60;
    }

    .cookie-type-box.functional {
        border-left-color: #f39c12;
    }

    .cookie-type-box.analytics {
        border-left-color: #9b59b6;
    }

    .cookie-type-box.marketing {
        border-left-color: #e74c3c;
    }

    .cookie-type-box h3 {
        margin-top: 0;
        color: #2c3e50;
    }

    .important-notice {
        background: #fff3cd;
        border: 2px solid #ffc107;
        padding: 20px;
        margin: 30px 0;
        border-radius: 8px;
        font-weight: 500;
    }

    .gdpr-compliance {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        padding: 30px;
        border-radius: 12px;
        margin: 30px 0;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

    .gdpr-compliance h2 {
        color: white;
        border-bottom: 3px solid rgba(255, 255, 255, 0.3);
    }

    .consent-info {
        background: #e8f5e9;
        border-left: 5px solid #4caf50;
        padding: 20px;
        margin: 25px 0;
        border-radius: 5px;
    }

    .table-wrapper {
        overflow-x: auto;
        margin: 25px 0;
    }

    .cookies-table {
        width: 100%;
        border-collapse: collapse;
        background: white;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        overflow: hidden;
    }

    .cookies-table th {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        padding: 15px;
        text-align: left;
        font-weight: 600;
    }

    .cookies-table td {
        padding: 15px;
        border-bottom: 1px solid #ecf0f1;
    }

    .cookies-table tr:hover {
        background: #f8f9fa;
    }

    .control-section {
        background: white;
        padding: 25px;
        border-radius: 10px;
        margin: 25px 0;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    strong {
        color: #2c3e50;
        font-weight: 600;
    }

    @media (max-width: 768px) {
        .cookies-policy {
            padding: 20px 15px;
        }

        .cookies-policy h1 {
            font-size: 2em;
        }

        .cookies-policy h2 {
            font-size: 1.5em;
        }

        .cookie-type-box {
            padding: 15px;
        }
    }

.blog-page {
            padding: 4rem 0;
        }
        .blog-page h1 {
            margin-bottom: 3rem;
            text-align: center;
            color: hsl(39, 66%, 37%);
        }
        .blog-card {
            margin-bottom: 2rem;
            transition: transform 0.3s;
            border: none;
            border-radius: 10px;
        }
        .blog-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
        }
        .blog-card .card-title {
            font-size: 1.5rem;
            margin-bottom: 1rem;
            color: hsl(39, 66%, 37%);
        }
        .blog-card .card-text {
            color: #666;
            line-height: 1.6;
        }
        .blog-meta {
            font-size: 0.9rem;
            color: #888;
            margin-bottom: 1rem;
        }
        .blog-meta i {
            color: hsl(39, 66%, 62%);
        }
        .blog-read-more {
            background-color: hsl(39, 66%, 37%);
            border: none;
            color: white;
            padding: 0.5rem 1.5rem;
            border-radius: 5px;
            transition: all 0.3s;
            text-decoration: none;
            display: inline-block;
        }
        .blog-read-more:hover {
            background-color: hsl(39, 66%, 62%);
            color: white;
            transform: translateX(5px);
        }

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

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

.contact-section .section-title {
font-family: 'Lato', sans-serif;
  font-size: 2.8rem;
    font-weight: 900;
  color: hsl(39, 66%, 22%);
  margin-bottom: 15px;
    text-align: center;
}

.contact-section .section-subtitle {
  font-size: 1.1rem;
color: #555;
  text-align: center;
  margin-bottom: 60px;
    max-width: 700px;
  margin-left: auto;
margin-right: auto;
}

.contact-form-wrapper {
background: white;
  padding: 40px;
    border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
}

.contact-form-wrapper h3 {
  font-family: 'Lato', sans-serif;
font-size: 1.8rem;
  font-weight: 700;
    color: hsl(39, 66%, 37%);
  margin-bottom: 25px;
}

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

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

.contact-form .form-control:focus {
border-color: hsl(39, 66%, 37%);
  box-shadow: 0 0 0 0.2rem rgba(184, 134, 11, 0.15);
    outline: none;
}

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

.form-check-label {
    color: #444;
  font-size: 0.9rem;
}

.form-check-label a {
  color: hsl(39, 66%, 37%);
    text-decoration: underline;
}

.form-check-label a:hover {
color: hsl(39, 66%, 22%);
}

.contact-form .btn-submit {
  background: hsl(39, 66%, 37%);
    color: white;
  padding: 14px 45px;
font-size: 1.1rem;
  font-weight: 700;
    border: none;
  border-radius: 8px;
  font-family: 'Lato', sans-serif;
    transition: all 0.3s ease;
  width: 100%;
margin-top: 10px;
}

.contact-form .btn-submit:hover {
    background: hsl(39, 66%, 22%);
  transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(184, 134, 11, 0.3);
}

.gdpr-notice {
margin-top: 15px;
  padding: 15px;
    background: #f8f9fa;
  border-left: 3px solid hsl(39, 66%, 37%);
font-size: 0.9rem;
    color: #333;
}

.gdpr-notice strong {
  color: hsl(39, 66%, 22%);
}

.gdpr-notice p {
    margin: 5px 0 0 0;
  line-height: 1.6;
}

.gdpr-notice a {
    color: hsl(39, 66%, 37%);
  text-decoration: underline;
}

.gdpr-notice a:hover {
  color: hsl(39, 66%, 22%);
}

.contact-info-wrapper {
  background: hsl(39, 66%, 37%);
    color: white;
  padding: 40px;
border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
  height: 100%;
}

.contact-info-wrapper h3 {
    font-family: 'Lato', sans-serif;
  font-size: 1.8rem;
font-weight: 700;
    margin-bottom: 25px;
}

.contact-info-item {
  margin-bottom: 30px;
}

.contact-info-item h5 {
font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
  font-weight: 700;
    margin-bottom: 10px;
  color: hsl(39, 66%, 62%);
}

.contact-info-item p {
  margin: 0;
    line-height: 1.7;
  font-size: 1rem;
}

.consultation-process {
  background: white;
    padding: 35px;
  border-radius: 12px;
margin-top: 25px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.06);
}

.consultation-process h4 {
    font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
    color: hsl(39, 66%, 22%);
  margin-bottom: 20px;
}

.consultation-process p {
    color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
}

.consultation-process ul {
  list-style: none;
    padding-left: 0;
}

.consultation-process ul li {
  padding-left: 30px;
    position: relative;
  margin-bottom: 12px;
color: #444;
    line-height: 1.7;
}

.consultation-process ul li:before {
  content: "✓";
    position: absolute;
  left: 0;
  color: hsl(39, 66%, 37%);
    font-weight: bold;
  font-size: 1.2rem;
}

@media (max-width: 991px) {
    .contact-info-wrapper {
  margin-top: 40px;
    }
}

@media (max-width: 768px) {
  .contact-section {
      padding: 60px 0;
  }
  
    .contact-section .section-title {
    font-size: 2.2rem;
  }
  
  .contact-form-wrapper,
    .contact-info-wrapper {
    padding: 30px 20px;
  }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: 100vh;
    padding: 20px 0;
  }
  
  .header-section {
    background: linear-gradient(135deg, #ed1c24 0%, #dc143c 100%);
    color: white;
    padding: 60px 20px;
    text-align: center;
    margin-bottom: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  }
  
  .header-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
  }
  
  .header-section .subtitle {
    font-size: 1.2rem;
    opacity: 0.95;
    margin-bottom: 20px;
  }
  
  .sg-badge {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.3);
  }
  
  .entity-banner {
    background: linear-gradient(135deg, hsl(39, 66%, 37%) 0%, hsl(39, 66%, 22%) 100%);
    color: white;
    padding: 40px 20px;
    text-align: center;
    margin-bottom: 40px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  }
  
  .entity-banner h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    word-wrap: break-word;
  }
  
  .entity-banner .subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
  }
  
  .info-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  }
  
  .card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: hsl(39, 66%, 37%);
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid hsl(39, 66%, 62%);
  }
  
  .info-row {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    align-items: center;
  }
  
  .info-row:last-child {
    border-bottom: none;
  }
  
  .info-label {
    flex: 0 0 40%;
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.95rem;
  }
  
  .info-value {
    flex: 0 0 60%;
    color: #555;
    font-size: 0.95rem;
    word-wrap: break-word;
  }
  
  .status-active {
    color: #27ae60;
    font-weight: 700;
  }
  
  .status-active::before {
    content: '✓ ';
    font-weight: 900;
  }
  
  .excellence-footer {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 50px 30px;
    text-align: center;
    border-radius: 15px;
    margin-top: 40px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  }
  
  .excellence-footer h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .excellence-footer p {
    font-size: 1.05rem;
    line-height: 1.8;
    opacity: 0.95;
    max-width: 900px;
    margin: 0 auto;
  }
  
  @media (max-width: 768px) {
    .header-section h1 {
      font-size: 1.8rem;
    }
    
    .entity-banner h2 {
      font-size: 1.5rem;
    }
    
    .info-row {
      flex-direction: column;
      align-items: flex-start;
    }
    
    .info-label,
    .info-value {
      flex: 0 0 100%;
      width: 100%;
    }
    
    .info-value {
      margin-top: 5px;
      padding-left: 15px;
    }
    
    .card-title {
      font-size: 1.3rem;
    }
  }

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Merriweather:wght@300;400;700&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css');

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

.services-section h2 {
font-family: 'Lato', sans-serif;
  color: hsl(39, 66%, 22%);
  font-size: 2.8rem;
    font-weight: 900;
  margin-bottom: 15px;
    text-align: center;
}

.services-section .lead-text {
  color: #555;
    font-size: 1.1rem;
  text-align: center;
  max-width: 780px;
    margin: 0 auto 60px;
  line-height: 1.7;
}

.service-card {
  background: white;
    border-radius: 12px;
  padding: 30px;
  margin-bottom: 25px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
    display: flex;
  align-items: flex-start;
    gap: 25px;
  border-left: 4px solid transparent;
}

.service-card:hover {
    transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  border-left-color: hsl(39, 66%, 37%);
}

.service-icon {
  flex-shrink: 0;
    width: 65px;
  height: 65px;
    background: linear-gradient(135deg, hsl(39, 66%, 37%) 0%, hsl(39, 66%, 62%) 100%);
  border-radius: 50%;
  display: flex;
    align-items: center;
  justify-content: center;
    font-size: 28px;
  color: white;
}

.service-content {
  flex: 1;
}

.service-content h3 {
  font-family: 'Lato', sans-serif;
    color: hsl(39, 66%, 22%);
  font-size: 1.5rem;
  margin-bottom: 12px;
    font-weight: 700;
}

.service-content p {
    color: #666;
  font-size: 0.95rem;
  line-height: 1.65;
    margin-bottom: 15px;
}

.service-price {
  font-family: 'Lato', sans-serif;
    font-size: 1.4rem;
  color: hsl(39, 66%, 37%);
  font-weight: bold;
    margin-top: 10px;
}

.service-conditions {
  background: #f8f9fa;
    padding: 12px 18px;
  border-radius: 8px;
    margin-top: 15px;
  font-size: 0.88rem;
    color: #555;
  border-left: 3px solid hsl(39, 66%, 62%);
}

@media(max-width: 768px) {
  .service-card {
    flex-direction: column;
      text-align: center;
    align-items: center;
  }
  
    .services-section h2 {
    font-size: 2rem;
  }
}

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

.newsletter-section {
  background: linear-gradient(135deg, hsl(39, 66%, 37%) 0%, hsl(39, 66%, 22%) 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(0,0,0,0.1);
  border-radius: 50%;
}

.newsletter-container {
  max-width: 1140px;
margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}

.newsletter-content {
  text-align: center;
  color: #ffffff;
}

.newsletter-icon {
  font-size: 48px;
  margin-bottom: 25px;
  color: hsl(39, 66%, 62%);
}

.newsletter-title {
  font-family: 'Lato', sans-serif;
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.newsletter-subtitle {
font-family: 'Merriweather', serif;
  font-size: 19px;
  margin-bottom: 15px;
  color: rgba(255,255,255,0.95);
  line-height: 1.6;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-benefits {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 35px 0;
  flex-wrap: wrap;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Merriweather', serif;
  font-size: 15px;
  color: rgba(255,255,255,0.9);
}

.benefit-icon {
  width: 24px;
  height: 24px;
  background: hsl(39, 66%, 62%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(39, 66%, 22%);
  font-weight: bold;
  flex-shrink: 0;
}

.newsletter-form {
  max-width: 600px;
  margin: 40px auto 0;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.newsletter-input {
  flex: 1;
  min-width: 280px;
  padding: 18px 25px;
  border: 3px solid rgba(255,255,255,0.2);
  border-radius: 50px;
  font-family: 'Merriweather', serif;
  font-size: 16px;
  background: rgba(255,255,255,0.95);
  color: #333;
  transition: all 0.3s ease;
}

.newsletter-input:focus {
  outline: none;
  border-color: hsl(39, 66%, 62%);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(196, 142, 72, 0.2);
}

.newsletter-input::placeholder {
color: #999;
}

.newsletter-button {
  padding: 18px 45px;
  background: hsl(39, 66%, 62%);
  color: hsl(39, 66%, 22%);
  border: none;
  border-radius: 50px;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.newsletter-button:hover {
  background: hsl(39, 66%, 72%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

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

.newsletter-privacy {
  font-family: 'Merriweather', serif;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  margin-top: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .newsletter-section {
    padding: 60px 0;
  }
  
  .newsletter-title {
    font-size: 32px;
  }
  
  .newsletter-subtitle {
    font-size: 17px;
  }
  
  .newsletter-benefits {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  
  .newsletter-form {
    flex-direction: column;
    gap: 15px;
  }
  
  .newsletter-input {
    min-width: 100%;
  }
  
  .newsletter-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .newsletter-title {
    font-size: 28px;
  }
  
  .newsletter-icon {
    font-size: 36px;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Merriweather:wght@300;400;700&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css');

#testimonials {
  padding: 80px 0;
background: #f8f9fa;
  font-family: 'Merriweather', serif;
}

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

.testimonials-header h2 {
font-family: 'Lato', sans-serif;
  font-size: 2.8rem;
    font-weight: 900;
  color: hsl(39, 66%, 22%);
margin-bottom: 15px;
}

.testimonials-header p {
  font-size: 1.1rem;
    color: #555;
  max-width: 700px;
margin: 0 auto;
}

.testimonials-grid {
  display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px;
    padding: 0 15px;
}

.testimonial-card {
background: white;
  border-radius: 12px;
padding: 30px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.08);
transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

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

.testimonial-card.large {
  grid-column: span 2;
}

.testimonial-rating {
display: flex;
  gap: 4px;
margin-bottom: 18px;
}

.testimonial-rating i {
  color: hsl(39, 66%, 37%);
font-size: 1.1rem;
}

.testimonial-text {
  font-size: 0.98rem;
    line-height: 1.7;
color: #333;
  margin-bottom: 22px;
}

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

.author-info h4 {
font-family: 'Lato', sans-serif;
  font-size: 1.05rem;
font-weight: 700;
    color: hsl(39, 66%, 22%);
  margin: 0 0 5px 0;
}

.author-info p {
font-size: 0.88rem;
  color: #777;
    margin: 0;
}

.testimonial-date {
  font-size: 0.85rem;
color: #999;
  font-style: italic;
}

@media (max-width: 768px) {
.testimonials-grid {
    grid-template-columns: 1fr;
}
  
.testimonial-card.large {
grid-column: span 1;
  }
  
  .testimonials-header h2 {
font-size: 2.2rem;
  }
}

@media (max-width: 576px) {
  #testimonials {
padding: 50px 0;
  }
  
.testimonial-card {
    padding: 25px 20px;
}
}

.terms-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #1a1a1a;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    line-height: 1.8;
  }

  .terms-header {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 3px solid #2c5282;
  }

  .terms-header h1 {
    font-size: 2.8em;
    color: #1a365d;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  .effective-date {
    font-size: 1.1em;
    color: #4a5568;
    font-style: italic;
  }

  .terms-section {
    background: white;
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .terms-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  }

  .terms-section h2 {
    color: #2c5282;
    font-size: 1.9em;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e2e8f0;
    font-weight: 600;
  }

  .terms-section h3 {
    color: #2d3748;
    font-size: 1.4em;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
  }

  .terms-section p {
    margin-bottom: 15px;
    text-align: justify;
    font-size: 1.05em;
    color: #2d3748;
  }

  .terms-section ul {
    margin: 20px 0;
    padding-left: 30px;
  }

  .terms-section li {
    margin-bottom: 12px;
    color: #4a5568;
    font-size: 1.05em;
    position: relative;
  }

  .terms-section li::marker {
    color: #2c5282;
    font-weight: bold;
  }

  .important-notice {
    background: linear-gradient(135deg, #fff5f5 0%, #fed7d7 100%);
    border-left: 5px solid #e53e3e;
    padding: 25px;
    margin: 30px 0;
    border-radius: 10px;
    font-weight: 500;
  }

  .highlight-box {
    background: linear-gradient(135deg, #ebf8ff 0%, #bee3f8 100%);
    border-left: 5px solid #3182ce;
    padding: 25px;
    margin: 25px 0;
    border-radius: 10px;
  }

  strong {
    color: #1a365d;
    font-weight: 600;
  }

  .acceptance-section {
    background: linear-gradient(135deg, #f0fff4 0%, #c6f6d5 100%);
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    border: 2px solid #38a169;
  }

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

.faq-section {
  background: #f8f9fa;
  padding: 80px 0;
  font-family: 'Merriweather', serif;
}

.faq-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

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

.faq-title {
  font-family: 'Lato', sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  color: hsl(39, 66%, 22%);
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

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

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

.faq-card {
  background: white;
  border-radius: 12px;
  padding: 35px 30px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border-left: 4px solid hsl(39, 66%, 37%);
}

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

.faq-question {
  font-family: 'Lato', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: hsl(39, 66%, 22%);
  margin-bottom: 18px;
  line-height: 1.4;
  display: flex;
  align-items: flex-start;
}

.faq-icon {
  color: hsl(39, 66%, 37%);
  font-size: 1.4rem;
  margin-right: 12px;
  flex-shrink: 0;
  font-weight: bold;
}

.faq-answer {
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
  margin-left: 32px;
}

.faq-answer strong {
  color: hsl(39, 66%, 22%);
  font-weight: 600;
}

@media (max-width: 768px) {
  .faq-section {
    padding: 60px 0;
  }
  
  .faq-title {
    font-size: 2.2rem;
  }
  
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .faq-card {
    padding: 28px 24px;
  }
  
  .faq-question {
    font-size: 1.15rem;
  }
  
  .faq-answer {
    font-size: 0.95rem;
    margin-left: 28px;
  }
}

@media (max-width: 480px) {
  .faq-title {
    font-size: 1.9rem;
  }
  
  .faq-subtitle {
    font-size: 1.05rem;
  }
  
  .faq-card {
    padding: 24px 20px;
  }
}

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

.hero-section {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
    background: linear-gradient(135deg, hsl(39, 66%, 37%) 0%, hsl(39, 66%, 22%) 100%);
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.hero-section h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    line-height: 1.2;
}

.hero-section h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: hsl(39, 66%, 82%);
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.hero-description {
    font-family: 'Merriweather', serif;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    color: #f8f9fa;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.hero-benefits {
    list-style: none;
    padding: 0;
    margin: 2.5rem auto;
    max-width: 700px;
    text-align: left;
}

.hero-benefits li {
    font-family: 'Merriweather', serif;
    font-size: 1.05rem;
    padding: 12px 0 12px 45px;
    position: relative;
    color: #ffffff;
    margin-bottom: 15px;
}

.hero-benefits li i {
    position: absolute;
    left: 0;
    top: 12px;
    color: hsl(39, 66%, 62%);
    font-size: 1.4rem;
}

.hero-image-container {
    position: relative;
    margin-top: 3rem;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}

.hero-image-container img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.hero-cta-buttons {
    margin-top: 2.5rem;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-hero-primary {
    background: hsl(39, 66%, 62%);
    color: #222;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding: 16px 40px;
    font-size: 1.1rem;
    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.2);
}

.btn-hero-primary:hover {
    background: hsl(39, 66%, 72%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: #000;
}

.btn-hero-secondary {
    background: transparent;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding: 16px 40px;
    font-size: 1.1rem;
    border: 2px solid #ffffff;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-hero-secondary:hover {
    background: rgba(255,255,255,0.15);
    border-color: hsl(39, 66%, 62%);
    color: hsl(39, 66%, 62%);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2.5rem;
    }
    
    .hero-section h2 {
        font-size: 1.4rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .hero-benefits li {
        font-size: 0.95rem;
        padding-left: 40px;
    }
    
    .hero-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-hero-primary,
    .btn-hero-secondary {
        width: 100%;
        max-width: 300px;
    }
}

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

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

.video-section h2 {
font-family: 'Lato', sans-serif;
  font-weight: 900;
    color: hsl(39, 66%, 22%);
  font-size: 2.8rem;
      margin-bottom: 25px;
    text-align: center;
}

.video-intro-text {
  max-width: 850px;
    margin: 0 auto 50px;
  text-align: center;
    color: #333;
  font-size: 1.1rem;
line-height: 1.8;
      padding: 0 20px;
}

.video-wrapper {
position: relative;
    padding-bottom: 56.25%;
  height: 0;
overflow: hidden;
  max-width: 900px;
      margin: 0 auto;
    border-radius: 12px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.15);
}

.video-wrapper iframe {
    position: absolute;
top: 0;
  left: 0;
    width: 100%;
  height: 100%;
border: none;
      border-radius: 12px;
}

.video-overlay {
position: absolute;
  top: 0;
    left: 0;
width: 100%;
  height: 100%;
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.5));
  display: flex;
    align-items: center;
justify-content: center;
      cursor: pointer;
  z-index: 10;
    transition: background 0.3s ease;
border-radius: 12px;
}

.video-overlay:hover {
  background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.6));
}

.video-overlay:hover .play-button {
    transform: scale(1.15);
}

.play-button {
  font-size: 90px;
color: white;
    transition: all 0.4s ease;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
}

.video-cta {
max-width: 750px;
  margin: 45px auto 0;
    text-align: center;
      padding: 0 20px;
}

.video-cta p {
color: #444;
    font-size: 1.05rem;
  line-height: 1.7;
      margin-bottom: 25px;
}

.cta-button {
display: inline-block;
  padding: 14px 40px;
    background: hsl(39, 66%, 37%);
color: #fff;
      text-decoration: none;
  border-radius: 6px;
    font-family: 'Lato', sans-serif;
font-weight: 700;
  font-size: 1.1rem;
    transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.cta-button:hover {
    background: hsl(39, 66%, 22%);
  color: white;
    transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(0,0,0,0.2);
      text-decoration: none;
}

@media (max-width: 768px) {
.video-section h2 {
  font-size: 2.2rem;
}

  .video-intro-text {
font-size: 1rem;
  }
  
.play-button {
    font-size: 70px;
}

  .video-section {
      padding: 60px 0;
}
}

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

.promo-offer-section {
  font-family: 'Merriweather', serif;
    background: linear-gradient(135deg, hsl(39, 66%, 37%) 0%, hsl(39, 66%, 22%) 100%);
  padding: 80px 0;
    position: relative;
  overflow: hidden;
}

.promo-offer-section::before {
    content: '';
  position: absolute;
    top: 0;
  left: 0;
    width: 100%;
    height: 100%;
  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;
}

.promo-content-wrapper {
  position: relative;
    z-index: 2;
}

.promo-badge {
    display: inline-block;
  background: hsl(39, 66%, 62%);
    color: #222;
  padding: 8px 24px;
    border-radius: 50px;
  font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 14px;
  letter-spacing: 1px;
    text-transform: uppercase;
  margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.promo-main-title {
  font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 48px;
  color: white;
    margin-bottom: 25px;
  line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.promo-description {
    color: #f8f9fa;
  font-size: 18px;
    line-height: 1.8;
  margin-bottom: 35px;
    max-width: 700px;
  margin-left: auto;
    margin-right: auto;
}

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

.promo-offer-card::after {
    content: '';
  position: absolute;
    top: -5px;
  left: -5px;
    right: -5px;
  bottom: -5px;
    background: linear-gradient(45deg, hsl(39, 66%, 62%), hsl(39, 66%, 37%));
  border-radius: 20px;
    z-index: -1;
    opacity: 0.5;
}

.date-block {
  background: linear-gradient(135deg, hsl(39, 66%, 62%) 0%, hsl(39, 66%, 37%) 100%);
    padding: 30px;
  border-radius: 15px;
    text-align: center;
  margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.date-label {
    font-family: 'Lato', sans-serif;
  font-size: 16px;
    color: #fff;
  text-transform: uppercase;
    letter-spacing: 2px;
  margin-bottom: 10px;
    font-weight: 700;
}

.date-value {
  font-family: 'Lato', sans-serif;
    font-size: 42px;
  font-weight: 900;
    color: white;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.date-icon {
    font-size: 36px;
  color: white;
    margin-bottom: 15px;
}

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

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

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

.benefits-list li i {
    color: hsl(39, 66%, 37%);
  font-size: 24px;
    margin-right: 20px;
  flex-shrink: 0;
}

.discount-highlight {
  background: hsl(39, 66%, 62%);
    color: #222;
  padding: 25px;
    border-radius: 12px;
  text-align: center;
    margin: 30px 0;
  font-family: 'Lato', sans-serif;
}

.discount-percentage {
    font-size: 56px;
  font-weight: 900;
    display: block;
  line-height: 1;
    margin-bottom: 10px;
}

.discount-text {
  font-size: 18px;
    font-weight: 700;
  text-transform: uppercase;
    letter-spacing: 1px;
}

.promo-cta-button {
  display: inline-block;
    background: hsl(39, 66%, 37%);
  color: white;
    padding: 20px 50px;
  border-radius: 50px;
    font-family: 'Lato', sans-serif;
  font-weight: 700;
    font-size: 20px;
  text-decoration: none;
    transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    text-transform: uppercase;
  letter-spacing: 1px;
}

.promo-cta-button:hover {
    background: hsl(39, 66%, 22%);
  transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.3);
  color: white;
    text-decoration: none;
}

.promo-cta-button i {
  margin-left: 10px;
}

@media (max-width: 768px) {
    .promo-offer-section {
  padding: 60px 0;
    }
  
  .promo-main-title {
        font-size: 36px;
  }
    
  .promo-description {
    font-size: 16px;
    }
  
    .promo-offer-card {
  padding: 35px 25px;
    }
  
  .date-value {
        font-size: 32px;
  }
    
  .discount-percentage {
    font-size: 42px;
    }
  
  .promo-cta-button {
        padding: 16px 35px;
    font-size: 18px;
  }
}

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

#blog {
  padding: 80px 0;
background: #f8f9fa;
  font-family: 'Merriweather', serif;
}

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

.blog-header h2 {
font-family: 'Lato', sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  color: hsl(39, 66%, 22%);
  margin-bottom: 15px;
}

.blog-header p {
  font-size: 1.1rem;
color: #555;
  max-width: 700px;
  margin: 0 auto;
}

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

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

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

.blog-card.featured {
  grid-column: span 2;
}

.blog-card-content {
padding: 35px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-meta {
  display: flex;
  align-items: center;
gap: 20px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.blog-category {
  background: hsl(39, 66%, 62%);
  color: #fff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.blog-date {
color: #777;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

.blog-read-time {
  color: #777;
font-size: 0.9rem;
  display: flex;
  align-items: center;
gap: 6px;
}

.blog-card h3 {
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: hsl(39, 66%, 22%);
  margin-bottom: 16px;
  line-height: 1.4;
}

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

.blog-card p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 25px;
  flex-grow: 1;
}

.blog-card-link {
  color: hsl(39, 66%, 37%);
  text-decoration: none;
  font-weight: 700;
font-family: 'Lato', sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
}

.blog-card-link:hover {
  gap: 14px;
  color: hsl(39, 66%, 22%);
}

.blog-cta {
  text-align: center;
}

.btn-view-all {
  background: hsl(39, 66%, 37%);
  color: white;
  padding: 16px 45px;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.btn-view-all:hover {
  background: hsl(39, 66%, 22%);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
  color: #fff;
}

@media (max-width: 992px) {
  .blog-card.featured {
    grid-column: span 1;
  }
  
  .blog-header h2 {
    font-size: 2.2rem;
  }
  
  .blog-card.featured h3 {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  #blog {
    padding: 60px 0;
  }
  
  .blog-header h2 {
    font-size: 1.9rem;
  }
  
  .blog-grid {
    gap: 25px;
  }
  
  .blog-card-content {
    padding: 25px 20px;
  }
}

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

.disclaimer-section {
  background: #f8f9fa;
  padding: 60px 0 65px;
  font-family: 'Merriweather', serif;
}

.disclaimer-container {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 20px;
}

.disclaimer-header {
  text-align: center;
  margin-bottom: 35px;
}

.disclaimer-icon {
  font-size: 42px;
  color: hsl(39, 66%, 37%);
  margin-bottom: 18px;
}

.disclaimer-title {
  font-family: 'Lato', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0;
}

.disclaimer-content {
  background: white;
  padding: 45px 40px;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  border-left: 4px solid hsl(39, 66%, 37%);
}

.disclaimer-text {
  font-size: 15px;
  line-height: 1.75;
  color: #444;
  margin: 0;
  text-align: justify;
}

@media (max-width: 768px) {
  .disclaimer-section {
    padding: 45px 0 50px;
  }
  
  .disclaimer-title {
    font-size: 1.8rem;
  }
  
  .disclaimer-content {
    padding: 30px 25px;
  }
  
  .disclaimer-text {
    font-size: 14px;
    text-align: left;
  }
}

@media(max-width: 576px) {
  .disclaimer-icon {
    font-size: 36px;
  }
  
  .disclaimer-title {
    font-size: 1.6rem;
  }
  
  .disclaimer-content {
    padding: 25px 20px;
  }
}