:root {
            --primary-color: hsl(207, 66%, 49%);
            --secondary-color: hsl(207, 66%, 34%);
            --accent-color: hsl(207, 66%, 74%);
        }
        
        body {
            font-family: 'Raleway', sans-serif;
            color: #333;
        }
        
        h1, h2, h3, h4, h5, h6 {
            font-family: 'Inter', sans-serif;
        }
        
        .navbar {
            background-color: #ffffff;
            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: 'Inter', sans-serif;
            font-weight: 600;
            font-size: 1.4rem;
            color: var(--secondary-color);
        }
        
        .navbar-brand:hover {
            color: var(--primary-color);
        }
        
        .navbar-nav .nav-link {
            font-family: 'Raleway', sans-serif;
            font-weight: 500;
            color: #333;
            padding: 0.5rem 1rem;
            transition: color 0.3s ease;
        }
        
        .navbar-nav .nav-link:hover {
            color: var(--primary-color);
        }
        
        .navbar-toggler {
            border: none;
            padding: 0.5rem;
        }
        
        .navbar-toggler:focus {
            box-shadow: none;
            outline: 2px solid var(--accent-color);
        }
        
        .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%2833, 33, 33, 0.75%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 {
                padding-top: 1rem;
            }
            
            .navbar-nav .nav-link {
                padding: 0.75rem 0;
            }
        }

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

  #about h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #222;
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  #about h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: hsl(207, 66%, 34%);
    font-size: 1.75rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
  }

  #about p {
    color: #444;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
  }

  #about .about-intro {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-bottom: 50px;
  }

  #about .about-image {
    border-radius: 12px;
    width: 100%;
    height: 400px;
    object-fit: cover;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    transition: transform 0.3s ease;
  }

  #about .about-image:hover {
    transform: translateY(-5px);
  }

  #about .values-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    border-left: 4px solid hsl(207, 66%, 49%);
    margin-bottom: 25px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
  }

  #about .values-card:hover {
    box-shadow: 0 6px 25px rgba(0,0,0,0.1);
    transform: translateX(5px);
  }

  #about .values-card h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: hsl(207, 66%, 34%);
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
  }

  #about .values-card p {
    margin-bottom: 0;
    color: #555;
  }

  #about .highlight-box {
    background: linear-gradient(135deg, hsl(207, 66%, 49%) 0%, hsl(207, 66%, 34%) 100%);
    color: #ffffff;
    padding: 35px;
    border-radius: 12px;
    margin: 40px 0;
  }

  #about .highlight-box p {
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 0;
  }

  #about .stats-row {
    margin-top: 50px;
  }

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

  #about .stat-number {
    font-family: 'Inter', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: hsl(207, 66%, 49%);
    display: block;
    margin-bottom: 0.5rem;
  }

  #about .stat-label {
    color: #666;
    font-size: 1rem;
    font-weight: 500;
  }

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

    #about h2 {
      font-size: 2rem;
    }

    #about h3 {
      font-size: 1.5rem;
    }

    #about .about-intro {
      padding: 25px;
    }

    #about .about-image {
      height: 300px;
      margin-bottom: 30px;
    }

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

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

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

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

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

  .portfolio-filter-btn {
    padding: 10px 28px;
    border: 2px solid hsl(207, 66%, 49%);
    background: transparent;
    color: hsl(207, 66%, 49%);
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .portfolio-filter-btn:hover,
  .portfolio-filter-btn.active {
    background: hsl(207, 66%, 49%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(33, 124, 193, 0.3);
  }

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

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

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

  .portfolio-image {
    position: relative;
    overflow: hidden;
    height: 280px;
  }

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

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

  .portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(33, 124, 193, 0.95) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: flex-end;
    padding: 25px;
  }

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

  .portfolio-overlay-text {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 500;
  }

  .portfolio-content {
    padding: 25px;
  }

  .portfolio-category {
    display: inline-block;
    padding: 6px 16px;
    background: hsl(207, 66%, 74%);
    color: hsl(207, 66%, 34%);
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 20px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .portfolio-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
    line-height: 1.4;
  }

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

  .portfolio-link {
    color: hsl(207, 66%, 49%);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s ease;
  }

  .portfolio-link:hover {
    gap: 12px;
    color: hsl(207, 66%, 34%);
  }

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

  .modal-header {
    background: linear-gradient(135deg, hsl(207, 66%, 49%) 0%, hsl(207, 66%, 34%) 100%);
    color: #ffffff;
    border: none;
    padding: 25px 30px;
  }

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

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

  .btn-close:hover {
    opacity: 1;
  }

  .modal-body {
    padding: 35px;
  }

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

  .modal-category {
    display: inline-block;
    padding: 8px 20px;
    background: hsl(207, 66%, 74%);
    color: hsl(207, 66%, 34%);
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 25px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

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

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

  .modal-details h5 {
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
  }

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

  .modal-details li {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.8;
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
  }

  .modal-details li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: hsl(207, 66%, 49%);
    font-weight: 700;
    font-size: 1.1rem;
  }

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

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

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

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

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

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Raleway:wght@400;500;600&display=swap');
  
  #advantages {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    font-family: 'Raleway', sans-serif;
  }
  
  #advantages .section-header {
    text-align: center;
    margin-bottom: 60px;
  }
  
  #advantages .section-title {
    font-family: 'Inter', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
  }
  
  #advantages .section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, hsl(207, 66%, 49%), hsl(207, 66%, 74%));
    border-radius: 2px;
  }
  
  #advantages .section-subtitle {
    font-size: 1.1rem;
    color: #555;
    margin-top: 25px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
  }
  
  #advantages .advantage-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px 25px;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
  }
  
  #advantages .advantage-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, hsl(207, 66%, 49%), hsl(207, 66%, 74%));
    transform: scaleX(0);
    transition: transform 0.4s ease;
  }
  
  #advantages .advantage-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 35px rgba(33, 118, 174, 0.2);
    border-color: hsl(207, 66%, 74%);
  }
  
  #advantages .advantage-card:hover::before {
    transform: scaleX(1);
  }
  
  #advantages .icon-wrapper {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, hsl(207, 66%, 49%), hsl(207, 66%, 34%));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(33, 118, 174, 0.25);
  }
  
  #advantages .advantage-card:hover .icon-wrapper {
    transform: rotate(360deg) scale(1.1);
    box-shadow: 0 6px 25px rgba(33, 118, 174, 0.4);
  }
  
  #advantages .icon-wrapper i {
    font-size: 32px;
    color: #fff;
  }
  
  #advantages .advantage-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
    text-align: center;
  }
  
  #advantages .advantage-description {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.7;
    text-align: center;
  }
  
  @media (max-width: 768px) {
    #advantages {
      padding: 60px 0;
    }
    
    #advantages .section-title {
      font-size: 2rem;
    }
    
    #advantages .section-subtitle {
      font-size: 1rem;
    }
    
    #advantages .advantage-card {
      margin-bottom: 25px;
    }
  }
  
  @media (max-width: 576px) {
    #advantages .section-title {
      font-size: 1.75rem;
    }
    
    #advantages .advantage-card {
      padding: 30px 20px;
    }
  }

#statistics {
    padding: 80px 0;
    background: linear-gradient(135deg, hsl(207, 66%, 49%) 0%, hsl(207, 66%, 34%) 100%);
    position: relative;
    overflow: hidden;
}

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

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

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

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

#statistics .section-header p {
    font-family: 'Raleway', sans-serif;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin: 0 auto;
}

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

.stat-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.stat-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #ffffff;
}

.stat-number {
    font-family: 'Inter', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.2;
}

.stat-label {
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
    line-height: 1.4;
}

.stat-context {
    font-family: 'Raleway', sans-serif;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 8px;
    font-style: italic;
}

@media (max-width: 768px) {
    #statistics {
        padding: 60px 0;
    }
    
    #statistics .section-header h2 {
        font-size: 2rem;
    }
    
    .stats-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }
    
    .stat-card {
        padding: 25px 20px;
    }
    
    .stat-number {
        font-size: 2.2rem;
    }
    
    .stat-icon {
        width: 60px;
        height: 60px;
        font-size: 1.7rem;
    }
}

@media (max-width: 576px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
}

footer {
    background: linear-gradient(135deg, hsl(207, 66%, 34%) 0%, hsl(207, 66%, 49%) 100%);
    color: #ffffff;
    padding: 4rem 0 1.5rem;
    margin-top: 5rem;
    font-family: 'Raleway', sans-serif;
  }

  footer h5 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  footer p, footer a, footer li {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    line-height: 1.8;
  }

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

  footer a:hover {
    color: hsl(207, 66%, 74%);
    padding-left: 5px;
  }

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

  footer ul li {
    margin-bottom: 0.7rem;
  }

  .footer-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
  }

  .footer-contact-item i {
    margin-right: 0.8rem;
    margin-top: 0.2rem;
    color: hsl(207, 66%, 74%);
  }

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

  .footer-policy-links {
    margin-top: 1rem;
  }

  .footer-policy-links a {
    margin: 0 1rem;
    font-size: 0.85rem;
  }

  #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: 2rem 0;
    border-top: 4px solid hsl(207, 66%, 49%);
    animation: slideUp 0.5s ease-out;
  }

  @keyframes slideUp {
    from {
      transform: translateY(100%);
    }
    to {
      transform: translateY(0);
    }
  }

  #cookieNotice h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #222;
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }

  #cookieNotice p {
    color: #555;
    font-family: 'Raleway', sans-serif;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }

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

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

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

  .cookie-category-icon {
    font-size: 1.3rem;
    margin-right: 1rem;
    margin-top: 0.2rem;
  }

  .cookie-category-content h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #222;
    margin-bottom: 0.3rem;
    font-size: 1rem;
  }

  .cookie-category-content p {
    color: #666;
    font-size: 0.85rem;
    margin-bottom: 0;
    line-height: 1.5;
  }

  .cookie-category-badge {
    display: inline-block;
    font-size: 0.7rem;
    padding: 0.2rem 0.6rem;
    border-radius: 12px;
    margin-left: 0.5rem;
    font-weight: 600;
  }

  .badge-required {
    background: hsl(207, 66%, 49%);
    color: #fff;
  }

  .badge-optional {
    background: #6c757d;
    color: #fff;
  }

  .cookie-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .cookie-btn {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    text-decoration: none;
    display: inline-block;
    text-align: center;
  }

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

  .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: #fff;
  }

  .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(207, 66%, 49%);
    border: 2px solid hsl(207, 66%, 49%);
  }

  .cookie-btn-manage:hover {
    background: hsl(207, 66%, 49%);
    color: #fff;
    transform: translateY(-2px);
  }

  @media (max-width: 768px) {
    footer {
      padding: 3rem 0 1rem;
    }

    footer h5 {
      margin-top: 2rem;
      font-size: 1rem;
    }

    .footer-policy-links a {
      display: block;
      margin: 0.5rem 0;
    }

    #cookieNotice {
      padding: 1.5rem 0;
    }

    #cookieNotice h4 {
      font-size: 1.2rem;
    }

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

    .cookie-btn {
      width: 100%;
    }

    .cookie-categories {
      padding: 1rem;
    }
  }

.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: Raleway, sans-serif; }
.article-header { margin-bottom: 3rem; border-bottom: 2px solid hsl(207, 66%, 49%)20; padding-bottom: 2rem; }
.article-header h1 { font-size: 2.5rem; margin-bottom: 1rem; font-family: Inter, sans-serif; color: hsl(207, 66%, 34%); }
.article-meta { color: #666; font-size: 0.95rem; margin-bottom: 1.5rem; }
.article-meta i { color: hsl(207, 66%, 49%); }
.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(207, 66%, 34%); font-family: Inter, sans-serif; margin-top: 2rem; }
.blog-article h3 { color: hsl(207, 66%, 34%); font-family: Inter, sans-serif; }
.blog-article a { color: hsl(207, 66%, 49%); }
.blog-article a:hover { color: hsl(207, 66%, 74%); }
.blog-article ul, .blog-article ol { margin: 1rem 0; padding-left: 1.5rem; }
.blog-article blockquote { border-left: 4px solid hsl(207, 66%, 49%); 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: 'Raleway', sans-serif;
}

.contact-section h2 {
    font-family: 'Inter', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 1rem;
}

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

.contact-form-wrapper {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.contact-form-wrapper h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 1.5rem;
}

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

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

.contact-form .form-control:focus {
    border-color: hsl(207, 66%, 49%);
    box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.15);
    outline: none;
}

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

.contact-form .btn-submit {
    background: hsl(207, 66%, 49%);
    color: #ffffff;
    border: none;
    padding: 14px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 1rem;
}

.contact-form .btn-submit:hover {
    background: hsl(207, 66%, 34%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(52, 144, 220, 0.3);
}

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

.contact-info-wrapper h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 2rem;
}

.contact-info-item {
    margin-bottom: 2rem;
    display: flex;
    align-items: flex-start;
}

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

.contact-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.contact-icon svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
}

.contact-info-content h4 {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.contact-info-content p,
.contact-info-content a {
    color: #ffffff;
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
}

.contact-info-content a {
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.contact-info-content a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

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

.working-hours-list li {
    padding: 0.3rem 0;
    font-size: 1rem;
}

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

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

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

  :root {
    --primary-color: hsl(207, 66%, 49%);
    --secondary-color: hsl(207, 66%, 34%);
    --accent-color: hsl(207, 66%, 74%);
  }

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

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

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

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

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

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

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

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

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

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

  .policy-intro {
    background: linear-gradient(135deg, var(--accent-color) 0%, hsl(207, 66%, 85%) 100%);
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .policy-section {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border-left: 3px solid var(--accent-color);
  }

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

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

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

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

  .cookie-type-badge {
    display: inline-block;
    background: var(--primary-color);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }

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

  strong {
    color: var(--secondary-color);
    font-weight: 600;
  }

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

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

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

.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.faq-accordion .accordion-item {
    border: none;
    margin-bottom: 1.5rem;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.faq-accordion .accordion-item:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.faq-accordion .accordion-button {
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: #222;
    background-color: #ffffff;
    padding: 1.5rem 1.75rem;
    border: none;
    box-shadow: none;
    transition: all 0.3s ease;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background-color: hsl(207, 66%, 49%);
    color: #ffffff;
    box-shadow: none;
}

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

.faq-accordion .accordion-button::after {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem;
    transition: transform 0.3s ease;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.faq-accordion .accordion-body {
    padding: 1.75rem;
    background-color: #ffffff;
    color: #444;
    font-size: 1rem;
    line-height: 1.8;
}

.faq-accordion .accordion-body p {
    margin-bottom: 1rem;
}

.faq-accordion .accordion-body p:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion-body strong {
    color: #222;
    font-weight: 600;
}

.faq-accordion .accordion-body ul {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.faq-accordion .accordion-body ul li {
    margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
    .faq-section {
        padding: 60px 0;
    }
    
    .faq-section h2 {
        font-size: 2rem;
    }
    
    .faq-accordion .accordion-button {
        font-size: 1rem;
        padding: 1.25rem 1.25rem;
    }
    
    .faq-accordion .accordion-body {
        padding: 1.25rem;
        font-size: 0.95rem;
    }
}

.newsletter-section {
  background: linear-gradient(135deg, hsl(207, 66%, 49%) 0%, hsl(207, 66%, 34%) 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.newsletter-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.newsletter-section::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
}

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

.newsletter-heading {
  font-family: 'Inter', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.5rem;
  text-align: center;
}

.newsletter-description {
  font-family: 'Raleway', sans-serif;
  font-size: 1.125rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 2.5rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.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;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.95);
  color: #333333;
  transition: all 0.3s ease;
}

.newsletter-email-input:focus {
  outline: none;
  border-color: #ffffff;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

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

.newsletter-submit-btn {
  padding: 16px 40px;
  background: #ffffff;
  color: hsl(207, 66%, 34%);
  border: none;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.newsletter-submit-btn:hover {
  background: hsl(207, 66%, 74%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.newsletter-benefits {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 3rem;
  flex-wrap: wrap;
}

.newsletter-benefit-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 0.95rem;
}

.newsletter-benefit-icon {
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.newsletter-benefit-icon svg {
  width: 14px;
  height: 14px;
  fill: #ffffff;
}

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

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

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

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

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

  .newsletter-submit-btn {
    width: 100%;
  }

  .newsletter-benefits {
    gap: 20px;
    margin-top: 2rem;
  }

  .newsletter-benefit-item {
    font-size: 0.875rem;
  }
}

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

  .newsletter-benefits {
    flex-direction: column;
    align-items: center;
  }
}

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

.hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: hsl(207, 66%, 74%);
  opacity: 0.1;
  border-radius: 50%;
  z-index: 0;
}

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

.hero-section h1 {
  font-family: 'Inter', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.hero-section h2 {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: hsl(207, 66%, 34%);
  margin-bottom: 2rem;
  line-height: 1.4;
}

.hero-section p {
  font-family: 'Raleway', sans-serif;
  font-size: 1.1rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.hero-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  height: 100%;
  min-height: 500px;
}

.hero-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

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

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

.advantages-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: hsl(207, 66%, 49%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advantages-list li i {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 0.9rem;
}

.hero-cta {
  margin-top: 2.5rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-primary-hero {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  background: hsl(207, 66%, 49%);
  color: #fff;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(42, 130, 198, 0.3);
}

.btn-primary-hero:hover {
  background: hsl(207, 66%, 34%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(42, 130, 198, 0.4);
  color: #fff;
}

.btn-secondary-hero {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  background: transparent;
  color: hsl(207, 66%, 49%);
  border: 2px solid hsl(207, 66%, 49%);
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-secondary-hero:hover {
  background: hsl(207, 66%, 49%);
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .hero-section h1 {
    font-size: 2.5rem;
  }
  
  .hero-section h2 {
    font-size: 1.3rem;
  }
  
  .hero-image-wrapper {
    min-height: 400px;
    margin-bottom: 2rem;
  }
  
  .hero-section {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .hero-section h1 {
    font-size: 2rem;
  }
  
  .hero-section h2 {
    font-size: 1.2rem;
  }
  
  .hero-cta {
    flex-direction: column;
  }
  
  .btn-primary-hero,
  .btn-secondary-hero {
    width: 100%;
    text-align: center;
  }
  
  .advantages-list li {
    font-size: 1rem;
  }
}

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

  #credentials {
    padding: 60px 0;
    background: #ffffff;
    font-family: 'Raleway', sans-serif;
  }

  #credentials .section-title {
    font-family: 'Inter', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #222;
    text-align: center;
    margin-bottom: 40px;
  }

  #credentials .credentials-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
  }

  #credentials .credential-card {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 25px 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  #credentials .credential-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  #credentials .credential-icon {
    font-size: 2.5rem;
    color: #28a745;
    margin-bottom: 15px;
  }

  #credentials .credential-text {
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    margin: 0;
  }

  @media (max-width: 992px) {
    #credentials .credentials-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }

    #credentials .section-title {
      font-size: 1.75rem;
    }
  }

  @media (max-width: 576px) {
    #credentials {
      padding: 40px 0;
    }

    #credentials .credentials-grid {
      grid-template-columns: 1fr;
      gap: 12px;
    }

    #credentials .section-title {
      font-size: 1.5rem;
      margin-bottom: 30px;
    }

    #credentials .credential-card {
      padding: 20px 15px;
    }

    #credentials .credential-icon {
      font-size: 2rem;
    }
  }

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

  .services-section h2 {
    font-family: 'Inter', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 1rem;
    text-align: center;
  }

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

  .services-tabs {
    margin-bottom: 3rem;
  }

  .nav-tabs {
    border: none;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .nav-tabs .nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.05rem;
    color: #555;
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 12px 28px;
    transition: all 0.3s ease;
    margin-bottom: 10px;
  }

  .nav-tabs .nav-link:hover {
    color: hsl(207, 66%, 49%);
    border-color: hsl(207, 66%, 74%);
    background: #f8f9fa;
    transform: translateY(-2px);
  }

  .nav-tabs .nav-link.active {
    color: #ffffff;
    background: hsl(207, 66%, 49%);
    border-color: hsl(207, 66%, 49%);
  }

  .service-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 25px;
    border: 1px solid #e8e8e8;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
    border-color: hsl(207, 66%, 74%);
  }

  .service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, hsl(207, 66%, 49%) 0%, hsl(207, 66%, 34%) 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
  }

  .service-card:hover .service-icon {
    transform: rotate(5deg) scale(1.05);
  }

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

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

  .service-card p {
    color: #555;
    font-size: 1rem;
    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 #f0f0f0;
    margin-top: auto;
  }

  .service-price {
    font-family: 'Inter', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: hsl(207, 66%, 49%);
  }

  .service-duration {
    font-size: 0.9rem;
    color: #777;
    background: #f8f9fa;
    padding: 6px 14px;
    border-radius: 20px;
  }

  .tab-content {
    animation: fadeIn 0.5s ease-in;
  }

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

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

    .services-section h2 {
      font-size: 2rem;
    }

    .nav-tabs .nav-link {
      font-size: 0.95rem;
      padding: 10px 20px;
    }

    .service-card {
      padding: 25px;
    }

    .service-footer {
      flex-direction: column;
      gap: 12px;
      align-items: flex-start;
    }
  }

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

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

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

  #testimonials .section-header h2 {
    font-family: 'Inter', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
  }

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

  .testimonial-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    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;
  }

  .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(207, 66%, 49%) 0%, hsl(207, 66%, 34%) 100%);
    color: #ffffff;
  }

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

  .testimonial-card.featured .star-rating i {
    color: #ffd700;
  }

  .testimonial-card.compact {
    padding: 20px;
    border-left: 4px solid hsl(207, 66%, 49%);
  }

  .testimonial-card.detailed {
    padding: 35px;
    background: #f8f9fa;
    border: 2px solid hsl(207, 66%, 74%);
  }

  .star-rating {
    margin-bottom: 15px;
    display: flex;
    gap: 3px;
  }

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

  .star-rating i.empty {
    color: #ddd;
  }

  .review-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 20px;
    flex-grow: 1;
  }

  .review-text.short {
    font-size: 1.1rem;
    font-weight: 500;
  }

  .review-text.long {
    font-size: 0.95rem;
  }

  .customer-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: auto;
    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: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, hsl(207, 66%, 74%) 0%, hsl(207, 66%, 49%) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #ffffff;
    flex-shrink: 0;
  }

  .testimonial-card.featured .customer-avatar {
    background: #ffffff;
    color: hsl(207, 66%, 49%);
  }

  .customer-details {
    flex-grow: 1;
  }

  .customer-name {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #222;
    margin-bottom: 3px;
  }

  .customer-location {
    font-size: 0.9rem;
    color: #666;
  }

  .testimonial-card.featured .customer-location {
    color: rgba(255,255,255,0.9);
  }

  .review-badge {
    display: inline-block;
    background: hsl(207, 66%, 74%);
    color: hsl(207, 66%, 34%);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .testimonial-card.featured .review-badge {
    background: rgba(255,255,255,0.2);
    color: #ffffff;
  }

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

    #testimonials .section-header h2 {
      font-size: 2rem;
    }

    .testimonial-card {
      padding: 25px;
    }

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

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

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

  .blog-preview-section .section-subtitle {
    color: #555;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 50px;
    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.12);
  }

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

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

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

  .blog-date {
    color: hsl(207, 66%, 49%);
    font-size: 0.9rem;
    font-weight: 600;
  }

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

  .blog-card-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #222;
    font-size: 1.4rem;
    margin-bottom: 15px;
    line-height: 1.4;
  }

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

  .blog-card-title a:hover {
    color: hsl(207, 66%, 49%);
  }

  .blog-excerpt {
    color: #555;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    flex-grow: 1;
  }

  .blog-read-more {
    color: hsl(207, 66%, 49%);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s ease;
  }

  .blog-read-more:hover {
    gap: 12px;
    color: hsl(207, 66%, 34%);
  }

  .blog-view-all {
    text-align: center;
    margin-top: 50px;
  }

  .btn-view-all {
    background: hsl(207, 66%, 49%);
    color: #ffffff;
    padding: 14px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    display: inline-block;
    transition: background 0.3s ease, transform 0.3s ease;
    border: none;
  }

  .btn-view-all:hover {
    background: hsl(207, 66%, 34%);
    transform: scale(1.05);
    color: #ffffff;
  }

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

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

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

    .blog-card-title {
      font-size: 1.2rem;
    }
  }

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

.offer-section {
  font-family: 'Raleway', sans-serif;
  background: linear-gradient(135deg, hsl(207, 66%, 49%) 0%, hsl(207, 66%, 34%) 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.offer-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: 0;
}

.offer-section::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  z-index: 0;
}

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

.offer-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  backdrop-filter: blur(10px);
}

.offer-heading {
  font-family: 'Inter', sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 24px;
  line-height: 1.2;
}

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

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

.deadline-wrapper {
  background: linear-gradient(135deg, hsl(207, 66%, 74%) 0%, hsl(207, 66%, 49%) 100%);
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 40px;
  text-align: center;
}

.deadline-label {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.deadline-date {
  font-family: 'Inter', sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.calendar-icon {
  font-size: 48px;
  color: #ffffff;
}

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

.benefits-list li {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  margin-bottom: 15px;
  background: hsl(207, 66%, 97%);
  border-radius: 12px;
  border-left: 4px solid hsl(207, 66%, 49%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefits-list li:hover {
  transform: translateX(10px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
  font-size: 28px;
  color: hsl(207, 66%, 49%);
  margin-right: 20px;
  flex-shrink: 0;
}

.benefit-text {
  font-size: 17px;
  color: #333333;
  line-height: 1.6;
  font-weight: 500;
}

.discount-badge {
  display: inline-block;
  background: hsl(207, 66%, 49%);
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 800;
  margin: 20px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.offer-cta-btn {
  display: inline-block;
  background: hsl(207, 66%, 49%);
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 18px 50px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
}

.offer-cta-btn:hover {
  background: hsl(207, 66%, 34%);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .offer-heading {
    font-size: 36px;
  }
  
  .offer-description {
    font-size: 16px;
  }
  
  .offer-card {
    padding: 30px 20px;
  }
  
  .deadline-date {
    font-size: 32px;
    flex-direction: column;
  }
  
  .calendar-icon {
    font-size: 36px;
  }
  
  .discount-badge {
    font-size: 24px;
    padding: 12px 24px;
  }
  
  .benefits-list li {
    padding: 15px;
  }
  
  .benefit-text {
    font-size: 15px;
  }
  
  .offer-cta-btn {
    font-size: 18px;
    padding: 15px 40px;
  }
}

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

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

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

  .disclaimer-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 35px;
  }

  .disclaimer-icon {
    font-size: 48px;
    color: hsl(207, 66%, 49%);
    flex-shrink: 0;
  }

  .disclaimer-title {
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #222;
    margin: 0;
  }

  .disclaimer-content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    text-align: justify;
  }

  .disclaimer-content p {
    margin-bottom: 20px;
  }

  .disclaimer-content p:last-child {
    margin-bottom: 0;
  }

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

    .disclaimer-container {
      padding: 35px 25px;
    }

    .disclaimer-header {
      flex-direction: column;
      text-align: center;
      gap: 15px;
    }

    .disclaimer-title {
      font-size: 28px;
    }

    .disclaimer-icon {
      font-size: 40px;
    }

    .disclaimer-content {
      font-size: 15px;
      text-align: left;
    }
  }

  @media (max-width: 480px) {
    .disclaimer-container {
      padding: 25px 20px;
    }

    .disclaimer-title {
      font-size: 24px;
    }

    .disclaimer-content {
      font-size: 14px;
    }
  }

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

  :root {
    --primary-color: hsl(207, 66%, 49%);
    --secondary-color: hsl(207, 66%, 34%);
    --accent-color: hsl(207, 66%, 74%);
  }

  body {
    font-family: 'Raleway', sans-serif;
    color: #333;
    line-height: 1.8;
  }

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

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

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

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

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

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

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

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

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

  .info-box {
    background-color: hsl(207, 66%, 95%);
    border-left: 5px solid var(--primary-color);
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 0.5rem;
  }

  .contact-section {
    background: linear-gradient(135deg, var(--accent-color), var(--primary-color));
    color: white;
    padding: 2rem;
    border-radius: 0.75rem;
    margin-top: 3rem;
  }

  .contact-section h2 {
    color: white;
    border-left: 4px solid white;
  }

  .contact-section a {
    color: white;
    font-weight: 600;
  }

  .contact-section a:hover {
    color: var(--secondary-color);
  }

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

  .highlight {
    background-color: var(--accent-color);
    padding: 0.2rem 0.5rem;
    border-radius: 0.25rem;
    font-weight: 500;
  }

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

  :root {
    --primary-color: hsl(207, 66%, 49%);
    --secondary-color: hsl(207, 66%, 34%);
    --accent-color: hsl(207, 66%, 74%);
  }

  .policy-content {
    font-family: 'Raleway', sans-serif;
    color: #2c3e50;
    line-height: 1.8;
  }

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

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

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

  .policy-content h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 70%;
    background-color: var(--accent-color);
  }

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

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

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

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

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

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

  .info-box {
    background-color: hsl(207, 66%, 95%);
    border-left: 5px solid var(--primary-color);
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 0.5rem;
  }

  .contact-info {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 2rem;
    border-radius: 0.75rem;
    margin-top: 2rem;
  }

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

  .contact-info p {
    margin-bottom: 0.5rem;
  }

  .section-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }

  .highlight {
    background-color: var(--accent-color);
    padding: 0.2rem 0.5rem;
    border-radius: 0.25rem;
    font-weight: 500;
  }