:root {
            --primary-color: hsl(203, 33%, 47%);
            --secondary-color: hsl(203, 33%, 32%);
            --accent-color: hsl(203, 33%, 72%);
        }
        
        .navbar {
            background-color: var(--primary-color) !important;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .navbar-brand {
            color: white !important;
            font-weight: 600;
            font-size: 1.5rem;
        }
        
        .navbar-nav .nav-link {
            color: rgba(255,255,255,0.9) !important;
            font-weight: 500;
            transition: color 0.3s ease;
        }
        
        .navbar-nav .nav-link:hover {
            color: var(--accent-color) !important;
        }
        
        .navbar-toggler {
            border-color: rgba(255,255,255,0.3);
        }
        
        .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%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }
        
        .logo-container {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .brand-name {
            background: linear-gradient(135deg, white, var(--accent-color));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

.about-section {
    padding: 80px 0;
    background: linear-gradient(135deg, hsl(203, 33%, 95%) 0%, hsl(203, 33%, 88%) 100%);
}

.about-hero {
    position: relative;
    height: 60vh;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 60px;
}

.about-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.about-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, hsl(203, 33%, 32%) 0%, transparent 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-title {
    color: white;
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    letter-spacing: -1px;
}

.content-block {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-bottom: 40px;
    border-left: 5px solid hsl(203, 33%, 47%);
}

.section-heading {
    color: hsl(203, 33%, 32%);
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.section-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: hsl(203, 33%, 72%);
    border-radius: 2px;
}

.content-text {
    color: hsl(203, 33%, 25%);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.highlight-text {
    color: hsl(203, 33%, 47%);
    font-weight: 600;
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin: 60px 0;
}

.story-image {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.story-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

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

.value-card {
    background: hsl(203, 33%, 95%);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.value-icon {
    width: 60px;
    height: 60px;
    background: hsl(203, 33%, 47%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 1.5rem;
}

.value-title {
    color: hsl(203, 33%, 32%);
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.value-description {
    color: hsl(203, 33%, 35%);
    font-size: 1rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .about-title {
        font-size: 2.5rem;
    }
    
    .story-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .content-block {
        padding: 25px;
    }
    
    .section-heading {
        font-size: 1.8rem;
    }
}

.advantages-section {
    background: linear-gradient(135deg, hsl(203, 33%, 47%) 0%, hsl(203, 33%, 32%) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.advantages-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

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

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

.section-title {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(45deg, white, hsl(203, 33%, 72%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    font-size: 1.3rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.timeline-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, hsl(203, 33%, 72%), rgba(255,255,255,0.3));
    transform: translateX(-50%);
    border-radius: 2px;
}

.advantage-item {
    position: relative;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}

.advantage-item:nth-child(odd) {
    justify-content: flex-end;
}

.advantage-item:nth-child(even) {
    justify-content: flex-start;
}

.advantage-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 30px;
    width: 45%;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
}

.advantage-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0,0,0,0.2);
    background: rgba(255, 255, 255, 1);
}

.advantage-item:nth-child(odd) .advantage-card::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-left-color: rgba(255, 255, 255, 0.95);
}

.advantage-item:nth-child(even) .advantage-card::after {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-right-color: rgba(255, 255, 255, 0.95);
}

.advantage-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, hsl(203, 33%, 47%), hsl(203, 33%, 32%));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 2rem;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.advantage-card:hover .advantage-icon {
    transform: rotate(360deg) scale(1.1);
    background: linear-gradient(135deg, hsl(203, 33%, 32%), hsl(203, 33%, 47%));
}

.advantage-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: hsl(203, 33%, 32%);
    margin-bottom: 15px;
    line-height: 1.3;
}

.advantage-description {
    color: hsl(203, 33%, 47%);
    line-height: 1.6;
    font-size: 1rem;
}

.timeline-dot {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: hsl(203, 33%, 72%);
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 3;
}

@media (max-width: 768px) {
    .timeline-line {
        left: 30px;
    }
    
    .advantage-item {
        justify-content: flex-start !important;
        padding-left: 60px;
    }
    
    .advantage-card {
        width: 100%;
    }
    
    .advantage-item .advantage-card::after {
        display: none;
    }
    
    .timeline-dot {
        left: 30px;
    }
    
    .section-title {
        font-size: 2.5rem;
    }
}

.statistics-section {
    background: linear-gradient(135deg, hsl(203, 33%, 47%) 0%, hsl(203, 33%, 32%) 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.statistics-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,255,255,0.08)"/><circle cx="40" cy="80" r="1" fill="rgba(255,255,255,0.06)"/></svg>');
    animation: float 20s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

.section-title {
    color: white;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    text-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.section-subtitle {
    color: hsl(203, 33%, 72%);
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 4rem;
    font-weight: 300;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.stat-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2.5rem 1.5rem;
    text-align: center;
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

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

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

.stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    border-color: hsl(203, 33%, 72%);
}

.stat-icon {
    font-size: 3rem;
    color: hsl(203, 33%, 72%);
    margin-bottom: 1.5rem;
    display: block;
    transition: all 0.3s ease;
}

.stat-card:hover .stat-icon {
    transform: scale(1.1);
    color: white;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 1rem;
    line-height: 1;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.stat-label {
    font-size: 1.1rem;
    color: hsl(203, 33%, 72%);
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.stat-description {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
    font-weight: 300;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2.2rem;
    }
    
    .stat-card {
        margin-bottom: 2rem;
        padding: 2rem 1rem;
    }
    
    .stat-number {
        font-size: 2.8rem;
    }
    
    .stat-icon {
        font-size: 2.5rem;
    }
}

.row {
    position: relative;
    z-index: 2;
}

footer {
    background: linear-gradient(135deg, hsl(203, 33%, 32%) 0%, hsl(203, 33%, 27%) 100%);
    color: #ffffff;
    padding: 60px 0 30px;
    margin-top: 80px;
  }

  .footer-content {
    border-bottom: 1px solid hsl(203, 33%, 42%);
    padding-bottom: 40px;
    margin-bottom: 30px;
  }

  .footer-brand h3 {
    color: hsl(203, 33%, 72%);
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .footer-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #e8e8e8;
    margin-bottom: 25px;
  }

  .footer-contact {
    background: hsl(203, 33%, 37%);
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid hsl(203, 33%, 72%);
  }

  .footer-contact h5 {
    color: hsl(203, 33%, 72%);
    font-weight: 600;
    margin-bottom: 15px;
  }

  .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #f0f0f0;
  }

  .contact-item i {
    color: hsl(203, 33%, 72%);
    margin-right: 12px;
    width: 20px;
  }

  .phone-link {
    color: #f0f0f0;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .phone-link:hover {
    color: hsl(203, 33%, 72%);
  }

  .footer-links h5 {
    color: hsl(203, 33%, 72%);
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }

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

  .footer-links li {
    margin-bottom: 10px;
  }

  .footer-links a {
    color: #e8e8e8;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.05rem;
  }

  .footer-links a:hover {
    color: hsl(203, 33%, 72%);
    padding-left: 5px;
  }

  .footer-bottom {
    text-align: center;
    color: #cccccc;
    font-size: 0.95rem;
  }

  .cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, hsl(203, 33%, 32%) 0%, hsl(203, 33%, 37%) 100%);
    color: white;
    padding: 25px 0;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
    z-index: 9999;
    border-top: 3px solid hsl(203, 33%, 72%);
    transform: translateY(100%);
    transition: transform 0.4s ease-in-out;
  }

  .cookie-notice.show {
    transform: translateY(0);
  }

  .cookie-text {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .cookie-buttons .btn {
    margin: 5px;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 25px;
    transition: all 0.3s ease;
  }

  .btn-accept {
    background: hsl(203, 33%, 72%);
    border: none;
    color: hsl(203, 33%, 32%);
  }

  .btn-accept:hover {
    background: hsl(203, 33%, 67%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  }

  .btn-learn {
    background: transparent;
    border: 2px solid hsl(203, 33%, 72%);
    color: hsl(203, 33%, 72%);
  }

  .btn-learn:hover {
    background: hsl(203, 33%, 72%);
    color: hsl(203, 33%, 32%);
    transform: translateY(-2px);
  }

  @media (max-width: 768px) {
    .cookie-notice .row {
      text-align: center;
    }
    
    .cookie-buttons {
      margin-top: 15px;
    }
    
    .cookie-buttons .btn {
      display: block;
      width: 100%;
      margin: 8px 0;
    }
  }

:root {
            --primary-color: hsl(203, 33%, 47%);
            --secondary-color: hsl(203, 33%, 32%);
            --accent-color: hsl(203, 33%, 72%);
        }
        
        .navbar {
            background-color: var(--primary-color) !important;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .navbar-brand {
            color: white !important;
            font-weight: 600;
            font-size: 1.5rem;
        }
        
        .navbar-nav .nav-link {
            color: rgba(255,255,255,0.9) !important;
            font-weight: 500;
            transition: color 0.3s ease;
        }
        
        .navbar-nav .nav-link:hover {
            color: var(--accent-color) !important;
        }
        
        .navbar-toggler {
            border-color: rgba(255,255,255,0.3);
        }
        
        .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%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }
        
        .logo-container {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .brand-name {
            background: linear-gradient(135deg, white, var(--accent-color));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

.privacy-policy {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: #333;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.privacy-policy h1 {
    text-align: center;
    color: #2c3e50;
    font-size: 2.5em;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.privacy-policy h2 {
    color: #34495e;
    font-size: 1.4em;
    margin-top: 35px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 3px solid #3498db;
    position: relative;
}

.privacy-policy h2::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #e74c3c;
}

.privacy-policy p {
    margin-bottom: 15px;
    text-align: justify;
    padding: 0 10px;
}

.privacy-policy ul {
    margin: 15px 0;
    padding-left: 30px;
}

.privacy-policy li {
    margin-bottom: 8px;
    position: relative;
}

.privacy-policy li::marker {
    color: #3498db;
    font-weight: bold;
}

.effective-date {
    text-align: center;
    font-style: italic;
    color: #7f8c8d;
    margin-bottom: 30px;
    font-size: 0.95em;
}

.highlight-box {
    background: rgba(52, 152, 219, 0.1);
    border-left: 4px solid #3498db;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}

.data-types {
    background: rgba(46, 204, 113, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.rights-section {
    background: rgba(155, 89, 182, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

footer {
    background: linear-gradient(135deg, hsl(203, 33%, 32%) 0%, hsl(203, 33%, 27%) 100%);
    color: #ffffff;
    padding: 60px 0 30px;
    margin-top: 80px;
  }

  .footer-content {
    border-bottom: 1px solid hsl(203, 33%, 42%);
    padding-bottom: 40px;
    margin-bottom: 30px;
  }

  .footer-brand h3 {
    color: hsl(203, 33%, 72%);
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .footer-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #e8e8e8;
    margin-bottom: 25px;
  }

  .footer-contact {
    background: hsl(203, 33%, 37%);
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid hsl(203, 33%, 72%);
  }

  .footer-contact h5 {
    color: hsl(203, 33%, 72%);
    font-weight: 600;
    margin-bottom: 15px;
  }

  .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #f0f0f0;
  }

  .contact-item i {
    color: hsl(203, 33%, 72%);
    margin-right: 12px;
    width: 20px;
  }

  .phone-link {
    color: #f0f0f0;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .phone-link:hover {
    color: hsl(203, 33%, 72%);
  }

  .footer-links h5 {
    color: hsl(203, 33%, 72%);
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }

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

  .footer-links li {
    margin-bottom: 10px;
  }

  .footer-links a {
    color: #e8e8e8;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.05rem;
  }

  .footer-links a:hover {
    color: hsl(203, 33%, 72%);
    padding-left: 5px;
  }

  .footer-bottom {
    text-align: center;
    color: #cccccc;
    font-size: 0.95rem;
  }

  .cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, hsl(203, 33%, 32%) 0%, hsl(203, 33%, 37%) 100%);
    color: white;
    padding: 25px 0;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
    z-index: 9999;
    border-top: 3px solid hsl(203, 33%, 72%);
    transform: translateY(100%);
    transition: transform 0.4s ease-in-out;
  }

  .cookie-notice.show {
    transform: translateY(0);
  }

  .cookie-text {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .cookie-buttons .btn {
    margin: 5px;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 25px;
    transition: all 0.3s ease;
  }

  .btn-accept {
    background: hsl(203, 33%, 72%);
    border: none;
    color: hsl(203, 33%, 32%);
  }

  .btn-accept:hover {
    background: hsl(203, 33%, 67%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  }

  .btn-learn {
    background: transparent;
    border: 2px solid hsl(203, 33%, 72%);
    color: hsl(203, 33%, 72%);
  }

  .btn-learn:hover {
    background: hsl(203, 33%, 72%);
    color: hsl(203, 33%, 32%);
    transform: translateY(-2px);
  }

  @media (max-width: 768px) {
    .cookie-notice .row {
      text-align: center;
    }
    
    .cookie-buttons {
      margin-top: 15px;
    }
    
    .cookie-buttons .btn {
      display: block;
      width: 100%;
      margin: 8px 0;
    }
  }

:root {
            --primary-color: hsl(203, 33%, 47%);
            --secondary-color: hsl(203, 33%, 32%);
            --accent-color: hsl(203, 33%, 72%);
        }
        
        .navbar {
            background-color: var(--primary-color) !important;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .navbar-brand {
            color: white !important;
            font-weight: 600;
            font-size: 1.5rem;
        }
        
        .navbar-nav .nav-link {
            color: rgba(255,255,255,0.9) !important;
            font-weight: 500;
            transition: color 0.3s ease;
        }
        
        .navbar-nav .nav-link:hover {
            color: var(--accent-color) !important;
        }
        
        .navbar-toggler {
            border-color: rgba(255,255,255,0.3);
        }
        
        .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%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }
        
        .logo-container {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .brand-name {
            background: linear-gradient(135deg, white, var(--accent-color));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

.cookies-policy {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.8;
    color: #333;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.cookies-policy h1 {
    color: #2c3e50;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

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

.cookies-policy h3 {
    color: #2980b9;
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.cookies-policy p {
    margin-bottom: 18px;
    text-align: justify;
    color: #444;
    font-size: 1.1rem;
}

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

.cookies-policy li {
    margin-bottom: 12px;
    color: #555;
    font-size: 1.05rem;
}

.cookie-type {
    background: #fff;
    padding: 25px;
    margin: 25px 0;
    border-radius: 10px;
    border-left: 5px solid #3498db;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

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

.highlight-box {
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    padding: 25px;
    border-radius: 10px;
    margin: 30px 0;
    box-shadow: 0 5px 20px rgba(52, 152, 219, 0.3);
}

.consent-info {
    background: #e8f5e8;
    border: 2px solid #27ae60;
    padding: 25px;
    border-radius: 10px;
    margin: 25px 0;
}

.gdpr-notice {
    background: #fff3cd;
    border: 2px solid #ffc107;
    padding: 25px;
    border-radius: 10px;
    margin: 25px 0;
    color: #856404;
}

.last-updated {
    text-align: center;
    font-style: italic;
    color: #666;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 2px solid #ddd;
    font-size: 1rem;
}

footer {
    background: linear-gradient(135deg, hsl(203, 33%, 32%) 0%, hsl(203, 33%, 27%) 100%);
    color: #ffffff;
    padding: 60px 0 30px;
    margin-top: 80px;
  }

  .footer-content {
    border-bottom: 1px solid hsl(203, 33%, 42%);
    padding-bottom: 40px;
    margin-bottom: 30px;
  }

  .footer-brand h3 {
    color: hsl(203, 33%, 72%);
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .footer-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #e8e8e8;
    margin-bottom: 25px;
  }

  .footer-contact {
    background: hsl(203, 33%, 37%);
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid hsl(203, 33%, 72%);
  }

  .footer-contact h5 {
    color: hsl(203, 33%, 72%);
    font-weight: 600;
    margin-bottom: 15px;
  }

  .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #f0f0f0;
  }

  .contact-item i {
    color: hsl(203, 33%, 72%);
    margin-right: 12px;
    width: 20px;
  }

  .phone-link {
    color: #f0f0f0;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .phone-link:hover {
    color: hsl(203, 33%, 72%);
  }

  .footer-links h5 {
    color: hsl(203, 33%, 72%);
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }

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

  .footer-links li {
    margin-bottom: 10px;
  }

  .footer-links a {
    color: #e8e8e8;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.05rem;
  }

  .footer-links a:hover {
    color: hsl(203, 33%, 72%);
    padding-left: 5px;
  }

  .footer-bottom {
    text-align: center;
    color: #cccccc;
    font-size: 0.95rem;
  }

  .cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, hsl(203, 33%, 32%) 0%, hsl(203, 33%, 37%) 100%);
    color: white;
    padding: 25px 0;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
    z-index: 9999;
    border-top: 3px solid hsl(203, 33%, 72%);
    transform: translateY(100%);
    transition: transform 0.4s ease-in-out;
  }

  .cookie-notice.show {
    transform: translateY(0);
  }

  .cookie-text {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .cookie-buttons .btn {
    margin: 5px;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 25px;
    transition: all 0.3s ease;
  }

  .btn-accept {
    background: hsl(203, 33%, 72%);
    border: none;
    color: hsl(203, 33%, 32%);
  }

  .btn-accept:hover {
    background: hsl(203, 33%, 67%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  }

  .btn-learn {
    background: transparent;
    border: 2px solid hsl(203, 33%, 72%);
    color: hsl(203, 33%, 72%);
  }

  .btn-learn:hover {
    background: hsl(203, 33%, 72%);
    color: hsl(203, 33%, 32%);
    transform: translateY(-2px);
  }

  @media (max-width: 768px) {
    .cookie-notice .row {
      text-align: center;
    }
    
    .cookie-buttons {
      margin-top: 15px;
    }
    
    .cookie-buttons .btn {
      display: block;
      width: 100%;
      margin: 8px 0;
    }
  }

:root {
            --primary-color: hsl(203, 33%, 47%);
            --secondary-color: hsl(203, 33%, 32%);
            --accent-color: hsl(203, 33%, 72%);
        }
        
        .navbar {
            background-color: var(--primary-color) !important;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .navbar-brand {
            color: white !important;
            font-weight: 600;
            font-size: 1.5rem;
        }
        
        .navbar-nav .nav-link {
            color: rgba(255,255,255,0.9) !important;
            font-weight: 500;
            transition: color 0.3s ease;
        }
        
        .navbar-nav .nav-link:hover {
            color: var(--accent-color) !important;
        }
        
        .navbar-toggler {
            border-color: rgba(255,255,255,0.3);
        }
        
        .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%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }
        
        .logo-container {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .brand-name {
            background: linear-gradient(135deg, white, var(--accent-color));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

.contact-section {
    background: linear-gradient(135deg, hsl(203, 33%, 47%) 0%, hsl(203, 33%, 32%) 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

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

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

.contact-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.contact-subtitle {
    font-size: 1.3rem;
    color: hsl(203, 33%, 85%);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.contact-form-wrapper {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
}

.form-group {
    margin-bottom: 30px;
}

.form-label {
    font-weight: 600;
    color: hsl(203, 33%, 32%);
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.form-control {
    border: 2px solid hsl(203, 33%, 72%);
    border-radius: 12px;
    padding: 15px 20px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
    color: hsl(203, 33%, 32%);
}

.form-control:focus {
    border-color: hsl(203, 33%, 47%);
    box-shadow: 0 0 0 0.2rem rgba(105, 134, 165, 0.25);
    outline: none;
}

.form-control::placeholder {
    color: hsl(203, 33%, 60%);
}

.submit-btn {
    background: linear-gradient(135deg, hsl(203, 33%, 47%) 0%, hsl(203, 33%, 32%) 100%);
    border: none;
    color: white;
    padding: 18px 40px;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 25px rgba(105, 134, 165, 0.3);
    width: 100%;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(105, 134, 165, 0.4);
    background: linear-gradient(135deg, hsl(203, 33%, 52%) 0%, hsl(203, 33%, 37%) 100%);
}

.consultation-info {
    margin-top: 50px;
}

.info-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
}

.info-title {
    color: white;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.info-text {
    color: hsl(203, 33%, 85%);
    line-height: 1.7;
    font-size: 1rem;
}

.working-hours {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.hours-title {
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.hours-text {
    color: hsl(203, 33%, 85%);
    font-size: 1.1rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .contact-form-wrapper {
        padding: 30px 20px;
        margin: 0 15px;
    }
    
    .contact-title {
        font-size: 2.5rem;
    }
    
    .consultation-info {
        margin-top: 30px;
    }
    
    .info-card {
        padding: 20px;
    }
}

.about-section {
    padding: 80px 0;
    background: linear-gradient(135deg, hsl(203, 33%, 95%) 0%, hsl(203, 33%, 88%) 100%);
}

.about-hero {
    position: relative;
    height: 60vh;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 60px;
}

.about-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.about-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, hsl(203, 33%, 32%) 0%, transparent 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-title {
    color: white;
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    letter-spacing: -1px;
}

.content-block {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-bottom: 40px;
    border-left: 5px solid hsl(203, 33%, 47%);
}

.section-heading {
    color: hsl(203, 33%, 32%);
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.section-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: hsl(203, 33%, 72%);
    border-radius: 2px;
}

.content-text {
    color: hsl(203, 33%, 25%);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.highlight-text {
    color: hsl(203, 33%, 47%);
    font-weight: 600;
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin: 60px 0;
}

.story-image {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.story-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

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

.value-card {
    background: hsl(203, 33%, 95%);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.value-icon {
    width: 60px;
    height: 60px;
    background: hsl(203, 33%, 47%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 1.5rem;
}

.value-title {
    color: hsl(203, 33%, 32%);
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.value-description {
    color: hsl(203, 33%, 35%);
    font-size: 1rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .about-title {
        font-size: 2.5rem;
    }
    
    .story-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .content-block {
        padding: 25px;
    }
    
    .section-heading {
        font-size: 1.8rem;
    }
}

footer {
    background: linear-gradient(135deg, hsl(203, 33%, 32%) 0%, hsl(203, 33%, 27%) 100%);
    color: #ffffff;
    padding: 60px 0 30px;
    margin-top: 80px;
  }

  .footer-content {
    border-bottom: 1px solid hsl(203, 33%, 42%);
    padding-bottom: 40px;
    margin-bottom: 30px;
  }

  .footer-brand h3 {
    color: hsl(203, 33%, 72%);
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .footer-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #e8e8e8;
    margin-bottom: 25px;
  }

  .footer-contact {
    background: hsl(203, 33%, 37%);
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid hsl(203, 33%, 72%);
  }

  .footer-contact h5 {
    color: hsl(203, 33%, 72%);
    font-weight: 600;
    margin-bottom: 15px;
  }

  .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #f0f0f0;
  }

  .contact-item i {
    color: hsl(203, 33%, 72%);
    margin-right: 12px;
    width: 20px;
  }

  .phone-link {
    color: #f0f0f0;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .phone-link:hover {
    color: hsl(203, 33%, 72%);
  }

  .footer-links h5 {
    color: hsl(203, 33%, 72%);
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }

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

  .footer-links li {
    margin-bottom: 10px;
  }

  .footer-links a {
    color: #e8e8e8;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.05rem;
  }

  .footer-links a:hover {
    color: hsl(203, 33%, 72%);
    padding-left: 5px;
  }

  .footer-bottom {
    text-align: center;
    color: #cccccc;
    font-size: 0.95rem;
  }

  .cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, hsl(203, 33%, 32%) 0%, hsl(203, 33%, 37%) 100%);
    color: white;
    padding: 25px 0;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
    z-index: 9999;
    border-top: 3px solid hsl(203, 33%, 72%);
    transform: translateY(100%);
    transition: transform 0.4s ease-in-out;
  }

  .cookie-notice.show {
    transform: translateY(0);
  }

  .cookie-text {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .cookie-buttons .btn {
    margin: 5px;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 25px;
    transition: all 0.3s ease;
  }

  .btn-accept {
    background: hsl(203, 33%, 72%);
    border: none;
    color: hsl(203, 33%, 32%);
  }

  .btn-accept:hover {
    background: hsl(203, 33%, 67%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  }

  .btn-learn {
    background: transparent;
    border: 2px solid hsl(203, 33%, 72%);
    color: hsl(203, 33%, 72%);
  }

  .btn-learn:hover {
    background: hsl(203, 33%, 72%);
    color: hsl(203, 33%, 32%);
    transform: translateY(-2px);
  }

  @media (max-width: 768px) {
    .cookie-notice .row {
      text-align: center;
    }
    
    .cookie-buttons {
      margin-top: 15px;
    }
    
    .cookie-buttons .btn {
      display: block;
      width: 100%;
      margin: 8px 0;
    }
  }

:root {
            --primary-color: hsl(203, 33%, 47%);
            --secondary-color: hsl(203, 33%, 32%);
            --accent-color: hsl(203, 33%, 72%);
        }
        
        .navbar {
            background-color: var(--primary-color) !important;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .navbar-brand {
            color: white !important;
            font-weight: 600;
            font-size: 1.5rem;
        }
        
        .navbar-nav .nav-link {
            color: rgba(255,255,255,0.9) !important;
            font-weight: 500;
            transition: color 0.3s ease;
        }
        
        .navbar-nav .nav-link:hover {
            color: var(--accent-color) !important;
        }
        
        .navbar-toggler {
            border-color: rgba(255,255,255,0.3);
        }
        
        .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%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }
        
        .logo-container {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .brand-name {
            background: linear-gradient(135deg, white, var(--accent-color));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

.services-section {
    background: linear-gradient(135deg, hsl(203, 33%, 97%) 0%, hsl(203, 33%, 92%) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, hsl(203, 33%, 72%), transparent);
}

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

.section-title {
    font-size: 3rem;
    font-weight: 700;
    color: hsl(203, 33%, 32%);
    margin-bottom: 20px;
    position: relative;
}

.section-subtitle {
    font-size: 1.2rem;
    color: hsl(203, 33%, 47%);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.service-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    margin-bottom: 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border: 1px solid hsl(203, 33%, 90%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, hsl(203, 33%, 47%), hsl(203, 33%, 72%));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    border-color: hsl(203, 33%, 72%);
}

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

.service-card:hover .service-icon {
    background: linear-gradient(135deg, hsl(203, 33%, 32%), hsl(203, 33%, 47%));
    transform: scale(1.1);
}

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

.service-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: hsl(203, 33%, 32%);
    margin-bottom: 15px;
}

.service-description {
    color: hsl(203, 33%, 47%);
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.service-price {
    font-size: 1.3rem;
    font-weight: 700;
    color: hsl(203, 33%, 32%);
    margin-bottom: 15px;
}

.service-conditions {
    font-size: 0.9rem;
    color: hsl(203, 33%, 60%);
    border-top: 1px solid hsl(203, 33%, 90%);
    padding-top: 15px;
    margin-top: auto;
}

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

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

.newsletter-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="sparkle" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23sparkle)"/></svg>');
    opacity: 0.3;
}

.newsletter-container {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

.newsletter-title {
    color: white;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    line-height: 1.2;
}

.newsletter-subtitle {
    color: hsl(203, 33%, 72%);
    font-size: 1.3rem;
    margin-bottom: 40px;
    font-weight: 300;
    line-height: 1.6;
}

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

.benefit-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.benefit-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: hsl(203, 33%, 72%);
}

.benefit-title {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.benefit-text {
    color: hsl(203, 33%, 72%);
    font-size: 0.95rem;
    line-height: 1.5;
}

.newsletter-form {
    background: rgba(255, 255, 255, 0.15);
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.form-group {
    display: flex;
    gap: 15px;
    max-width: 500px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.email-input {
    flex: 1;
    min-width: 250px;
    padding: 18px 25px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    color: hsl(203, 33%, 32%);
    outline: none;
    transition: all 0.3s ease;
}

.email-input::placeholder {
    color: hsl(203, 33%, 60%);
}

.email-input:focus {
    border-color: hsl(203, 33%, 72%);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    transform: scale(1.02);
}

.subscribe-btn {
    padding: 18px 35px;
    background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 160px;
}

.subscribe-btn:hover {
    background: linear-gradient(45deg, #ff5252, #ff7979);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 107, 107, 0.6);
}

.subscribe-btn:active {
    transform: translateY(-1px);
}

.privacy-note {
    margin-top: 20px;
    color: hsl(203, 33%, 72%);
    font-size: 0.9rem;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .newsletter-title {
        font-size: 2.2rem;
    }
    
    .newsletter-subtitle {
        font-size: 1.1rem;
    }
    
    .form-group {
        flex-direction: column;
        align-items: center;
    }
    
    .email-input {
        min-width: 100%;
        margin-bottom: 15px;
    }
    
    .subscribe-btn {
        width: 100%;
    }
    
    .newsletter-form {
        padding: 30px 20px;
    }
}

.testimonials-section {
    background: linear-gradient(135deg, hsl(203, 33%, 47%) 0%, hsl(203, 33%, 32%) 100%);
    color: white;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="80" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

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

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

.testimonials-header h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(45deg, white, hsl(203, 33%, 72%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.testimonials-header p {
    font-size: 1.2rem;
    color: hsl(203, 33%, 72%);
    max-width: 600px;
    margin: 0 auto;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 4rem;
    color: hsl(203, 33%, 72%);
    font-family: serif;
    line-height: 1;
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 25px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.9);
    padding-top: 20px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
}

.author-info h5 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
}

.author-info p {
    margin: 0;
    font-size: 0.9rem;
    color: hsl(203, 33%, 72%);
}

.rating {
    display: flex;
    gap: 3px;
}

.star {
    color: #ffd700;
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .testimonials-header h2 {
        font-size: 2.5rem;
    }
    
    .testimonial-card {
        padding: 25px;
        margin-bottom: 20px;
    }
    
    .testimonials-section {
        padding: 60px 0;
    }
}

footer {
    background: linear-gradient(135deg, hsl(203, 33%, 32%) 0%, hsl(203, 33%, 27%) 100%);
    color: #ffffff;
    padding: 60px 0 30px;
    margin-top: 80px;
  }

  .footer-content {
    border-bottom: 1px solid hsl(203, 33%, 42%);
    padding-bottom: 40px;
    margin-bottom: 30px;
  }

  .footer-brand h3 {
    color: hsl(203, 33%, 72%);
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .footer-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #e8e8e8;
    margin-bottom: 25px;
  }

  .footer-contact {
    background: hsl(203, 33%, 37%);
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid hsl(203, 33%, 72%);
  }

  .footer-contact h5 {
    color: hsl(203, 33%, 72%);
    font-weight: 600;
    margin-bottom: 15px;
  }

  .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #f0f0f0;
  }

  .contact-item i {
    color: hsl(203, 33%, 72%);
    margin-right: 12px;
    width: 20px;
  }

  .phone-link {
    color: #f0f0f0;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .phone-link:hover {
    color: hsl(203, 33%, 72%);
  }

  .footer-links h5 {
    color: hsl(203, 33%, 72%);
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }

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

  .footer-links li {
    margin-bottom: 10px;
  }

  .footer-links a {
    color: #e8e8e8;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.05rem;
  }

  .footer-links a:hover {
    color: hsl(203, 33%, 72%);
    padding-left: 5px;
  }

  .footer-bottom {
    text-align: center;
    color: #cccccc;
    font-size: 0.95rem;
  }

  .cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, hsl(203, 33%, 32%) 0%, hsl(203, 33%, 37%) 100%);
    color: white;
    padding: 25px 0;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
    z-index: 9999;
    border-top: 3px solid hsl(203, 33%, 72%);
    transform: translateY(100%);
    transition: transform 0.4s ease-in-out;
  }

  .cookie-notice.show {
    transform: translateY(0);
  }

  .cookie-text {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .cookie-buttons .btn {
    margin: 5px;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 25px;
    transition: all 0.3s ease;
  }

  .btn-accept {
    background: hsl(203, 33%, 72%);
    border: none;
    color: hsl(203, 33%, 32%);
  }

  .btn-accept:hover {
    background: hsl(203, 33%, 67%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  }

  .btn-learn {
    background: transparent;
    border: 2px solid hsl(203, 33%, 72%);
    color: hsl(203, 33%, 72%);
  }

  .btn-learn:hover {
    background: hsl(203, 33%, 72%);
    color: hsl(203, 33%, 32%);
    transform: translateY(-2px);
  }

  @media (max-width: 768px) {
    .cookie-notice .row {
      text-align: center;
    }
    
    .cookie-buttons {
      margin-top: 15px;
    }
    
    .cookie-buttons .btn {
      display: block;
      width: 100%;
      margin: 8px 0;
    }
  }

:root {
            --primary-color: hsl(203, 33%, 47%);
            --secondary-color: hsl(203, 33%, 32%);
            --accent-color: hsl(203, 33%, 72%);
        }
        
        .navbar {
            background-color: var(--primary-color) !important;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .navbar-brand {
            color: white !important;
            font-weight: 600;
            font-size: 1.5rem;
        }
        
        .navbar-nav .nav-link {
            color: rgba(255,255,255,0.9) !important;
            font-weight: 500;
            transition: color 0.3s ease;
        }
        
        .navbar-nav .nav-link:hover {
            color: var(--accent-color) !important;
        }
        
        .navbar-toggler {
            border-color: rgba(255,255,255,0.3);
        }
        
        .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%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }
        
        .logo-container {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .brand-name {
            background: linear-gradient(135deg, white, var(--accent-color));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

.terms-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Georgia', serif;
    line-height: 1.8;
    color: #2c3e50;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.terms-title {
    text-align: center;
    font-size: 2.8rem;
    color: #1a365d;
    margin-bottom: 30px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    border-bottom: 3px solid #3182ce;
    padding-bottom: 20px;
}

.terms-section {
    margin-bottom: 35px;
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    border-left: 5px solid #3182ce;
}

.section-title {
    font-size: 1.6rem;
    color: #2d3748;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
}

.section-title::before {
    content: "▶";
    color: #3182ce;
    margin-right: 10px;
    font-size: 1.2rem;
}

.terms-text {
    font-size: 1rem;
    color: #4a5568;
    margin-bottom: 15px;
    text-align: justify;
}

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

.effective-date {
    text-align: center;
    font-style: italic;
    color: #718096;
    margin-bottom: 40px;
    font-size: 1.1rem;
    background: #f7fafc;
    padding: 15px;
    border-radius: 8px;
}

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

footer {
    background: linear-gradient(135deg, hsl(203, 33%, 32%) 0%, hsl(203, 33%, 27%) 100%);
    color: #ffffff;
    padding: 60px 0 30px;
    margin-top: 80px;
  }

  .footer-content {
    border-bottom: 1px solid hsl(203, 33%, 42%);
    padding-bottom: 40px;
    margin-bottom: 30px;
  }

  .footer-brand h3 {
    color: hsl(203, 33%, 72%);
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .footer-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #e8e8e8;
    margin-bottom: 25px;
  }

  .footer-contact {
    background: hsl(203, 33%, 37%);
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid hsl(203, 33%, 72%);
  }

  .footer-contact h5 {
    color: hsl(203, 33%, 72%);
    font-weight: 600;
    margin-bottom: 15px;
  }

  .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #f0f0f0;
  }

  .contact-item i {
    color: hsl(203, 33%, 72%);
    margin-right: 12px;
    width: 20px;
  }

  .phone-link {
    color: #f0f0f0;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .phone-link:hover {
    color: hsl(203, 33%, 72%);
  }

  .footer-links h5 {
    color: hsl(203, 33%, 72%);
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }

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

  .footer-links li {
    margin-bottom: 10px;
  }

  .footer-links a {
    color: #e8e8e8;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.05rem;
  }

  .footer-links a:hover {
    color: hsl(203, 33%, 72%);
    padding-left: 5px;
  }

  .footer-bottom {
    text-align: center;
    color: #cccccc;
    font-size: 0.95rem;
  }

  .cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, hsl(203, 33%, 32%) 0%, hsl(203, 33%, 37%) 100%);
    color: white;
    padding: 25px 0;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
    z-index: 9999;
    border-top: 3px solid hsl(203, 33%, 72%);
    transform: translateY(100%);
    transition: transform 0.4s ease-in-out;
  }

  .cookie-notice.show {
    transform: translateY(0);
  }

  .cookie-text {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .cookie-buttons .btn {
    margin: 5px;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 25px;
    transition: all 0.3s ease;
  }

  .btn-accept {
    background: hsl(203, 33%, 72%);
    border: none;
    color: hsl(203, 33%, 32%);
  }

  .btn-accept:hover {
    background: hsl(203, 33%, 67%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  }

  .btn-learn {
    background: transparent;
    border: 2px solid hsl(203, 33%, 72%);
    color: hsl(203, 33%, 72%);
  }

  .btn-learn:hover {
    background: hsl(203, 33%, 72%);
    color: hsl(203, 33%, 32%);
    transform: translateY(-2px);
  }

  @media (max-width: 768px) {
    .cookie-notice .row {
      text-align: center;
    }
    
    .cookie-buttons {
      margin-top: 15px;
    }
    
    .cookie-buttons .btn {
      display: block;
      width: 100%;
      margin: 8px 0;
    }
  }

:root {
            --primary-color: hsl(203, 33%, 47%);
            --secondary-color: hsl(203, 33%, 32%);
            --accent-color: hsl(203, 33%, 72%);
        }
        
        .navbar {
            background-color: var(--primary-color) !important;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .navbar-brand {
            color: white !important;
            font-weight: 600;
            font-size: 1.5rem;
        }
        
        .navbar-nav .nav-link {
            color: rgba(255,255,255,0.9) !important;
            font-weight: 500;
            transition: color 0.3s ease;
        }
        
        .navbar-nav .nav-link:hover {
            color: var(--accent-color) !important;
        }
        
        .navbar-toggler {
            border-color: rgba(255,255,255,0.3);
        }
        
        .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%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }
        
        .logo-container {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .brand-name {
            background: linear-gradient(135deg, white, var(--accent-color));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

.faq-section {
    background: linear-gradient(135deg, hsl(203, 33%, 97%) 0%, hsl(203, 33%, 95%) 100%);
    padding: 80px 0;
}

.faq-title {
    color: hsl(203, 33%, 32%);
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.faq-subtitle {
    color: hsl(203, 33%, 47%);
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 60px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.faq-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 10px;
}

.faq-tab {
    background: white;
    border: 2px solid hsl(203, 33%, 72%);
    color: hsl(203, 33%, 47%);
    padding: 12px 24px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 0.95rem;
}

.faq-tab.active {
    background: hsl(203, 33%, 47%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.faq-tab:hover {
    background: hsl(203, 33%, 72%);
    color: white;
    transform: translateY(-1px);
}

.faq-content {
    display: none;
}

.faq-content.active {
    display: block;
}

.faq-item {
    background: white;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s ease;
}

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

.faq-question {
    background: hsl(203, 33%, 47%);
    color: white;
    padding: 20px 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.1rem;
    position: relative;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: hsl(203, 33%, 32%);
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.faq-question.active::after {
    transform: translateY(-50%) rotate(45deg);
}

.faq-answer {
    padding: 25px;
    color: hsl(203, 33%, 32%);
    line-height: 1.7;
    font-size: 1rem;
    display: none;
    border-top: 3px solid hsl(203, 33%, 72%);
}

.faq-answer.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

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

.highlight-text {
    color: hsl(203, 33%, 47%);
    font-weight: 600;
}

@media (max-width: 768px) {
    .faq-title {
        font-size: 2.2rem;
    }
    
    .faq-tabs {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 10px;
    }
    
    .faq-tab {
        white-space: nowrap;
        flex-shrink: 0;
    }
    
    .faq-question {
        padding: 18px 20px;
        font-size: 1rem;
    }
    
    .faq-answer {
        padding: 20px;
    }
}

.about-section {
    padding: 80px 0;
    background: linear-gradient(135deg, hsl(203, 33%, 95%) 0%, hsl(203, 33%, 88%) 100%);
}

.about-hero {
    position: relative;
    height: 60vh;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 60px;
}

.about-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.about-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, hsl(203, 33%, 32%) 0%, transparent 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-title {
    color: white;
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    letter-spacing: -1px;
}

.content-block {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-bottom: 40px;
    border-left: 5px solid hsl(203, 33%, 47%);
}

.section-heading {
    color: hsl(203, 33%, 32%);
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.section-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: hsl(203, 33%, 72%);
    border-radius: 2px;
}

.content-text {
    color: hsl(203, 33%, 25%);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.highlight-text {
    color: hsl(203, 33%, 47%);
    font-weight: 600;
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin: 60px 0;
}

.story-image {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.story-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

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

.value-card {
    background: hsl(203, 33%, 95%);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.value-icon {
    width: 60px;
    height: 60px;
    background: hsl(203, 33%, 47%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 1.5rem;
}

.value-title {
    color: hsl(203, 33%, 32%);
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.value-description {
    color: hsl(203, 33%, 35%);
    font-size: 1rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .about-title {
        font-size: 2.5rem;
    }
    
    .story-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .content-block {
        padding: 25px;
    }
    
    .section-heading {
        font-size: 1.8rem;
    }
}

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

.newsletter-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="sparkle" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23sparkle)"/></svg>');
    opacity: 0.3;
}

.newsletter-container {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

.newsletter-title {
    color: white;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    line-height: 1.2;
}

.newsletter-subtitle {
    color: hsl(203, 33%, 72%);
    font-size: 1.3rem;
    margin-bottom: 40px;
    font-weight: 300;
    line-height: 1.6;
}

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

.benefit-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.benefit-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: hsl(203, 33%, 72%);
}

.benefit-title {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.benefit-text {
    color: hsl(203, 33%, 72%);
    font-size: 0.95rem;
    line-height: 1.5;
}

.newsletter-form {
    background: rgba(255, 255, 255, 0.15);
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.form-group {
    display: flex;
    gap: 15px;
    max-width: 500px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.email-input {
    flex: 1;
    min-width: 250px;
    padding: 18px 25px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    color: hsl(203, 33%, 32%);
    outline: none;
    transition: all 0.3s ease;
}

.email-input::placeholder {
    color: hsl(203, 33%, 60%);
}

.email-input:focus {
    border-color: hsl(203, 33%, 72%);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    transform: scale(1.02);
}

.subscribe-btn {
    padding: 18px 35px;
    background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 160px;
}

.subscribe-btn:hover {
    background: linear-gradient(45deg, #ff5252, #ff7979);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 107, 107, 0.6);
}

.subscribe-btn:active {
    transform: translateY(-1px);
}

.privacy-note {
    margin-top: 20px;
    color: hsl(203, 33%, 72%);
    font-size: 0.9rem;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .newsletter-title {
        font-size: 2.2rem;
    }
    
    .newsletter-subtitle {
        font-size: 1.1rem;
    }
    
    .form-group {
        flex-direction: column;
        align-items: center;
    }
    
    .email-input {
        min-width: 100%;
        margin-bottom: 15px;
    }
    
    .subscribe-btn {
        width: 100%;
    }
    
    .newsletter-form {
        padding: 30px 20px;
    }
}

footer {
    background: linear-gradient(135deg, hsl(203, 33%, 32%) 0%, hsl(203, 33%, 27%) 100%);
    color: #ffffff;
    padding: 60px 0 30px;
    margin-top: 80px;
  }

  .footer-content {
    border-bottom: 1px solid hsl(203, 33%, 42%);
    padding-bottom: 40px;
    margin-bottom: 30px;
  }

  .footer-brand h3 {
    color: hsl(203, 33%, 72%);
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .footer-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #e8e8e8;
    margin-bottom: 25px;
  }

  .footer-contact {
    background: hsl(203, 33%, 37%);
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid hsl(203, 33%, 72%);
  }

  .footer-contact h5 {
    color: hsl(203, 33%, 72%);
    font-weight: 600;
    margin-bottom: 15px;
  }

  .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #f0f0f0;
  }

  .contact-item i {
    color: hsl(203, 33%, 72%);
    margin-right: 12px;
    width: 20px;
  }

  .phone-link {
    color: #f0f0f0;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .phone-link:hover {
    color: hsl(203, 33%, 72%);
  }

  .footer-links h5 {
    color: hsl(203, 33%, 72%);
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }

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

  .footer-links li {
    margin-bottom: 10px;
  }

  .footer-links a {
    color: #e8e8e8;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.05rem;
  }

  .footer-links a:hover {
    color: hsl(203, 33%, 72%);
    padding-left: 5px;
  }

  .footer-bottom {
    text-align: center;
    color: #cccccc;
    font-size: 0.95rem;
  }

  .cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, hsl(203, 33%, 32%) 0%, hsl(203, 33%, 37%) 100%);
    color: white;
    padding: 25px 0;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
    z-index: 9999;
    border-top: 3px solid hsl(203, 33%, 72%);
    transform: translateY(100%);
    transition: transform 0.4s ease-in-out;
  }

  .cookie-notice.show {
    transform: translateY(0);
  }

  .cookie-text {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .cookie-buttons .btn {
    margin: 5px;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 25px;
    transition: all 0.3s ease;
  }

  .btn-accept {
    background: hsl(203, 33%, 72%);
    border: none;
    color: hsl(203, 33%, 32%);
  }

  .btn-accept:hover {
    background: hsl(203, 33%, 67%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  }

  .btn-learn {
    background: transparent;
    border: 2px solid hsl(203, 33%, 72%);
    color: hsl(203, 33%, 72%);
  }

  .btn-learn:hover {
    background: hsl(203, 33%, 72%);
    color: hsl(203, 33%, 32%);
    transform: translateY(-2px);
  }

  @media (max-width: 768px) {
    .cookie-notice .row {
      text-align: center;
    }
    
    .cookie-buttons {
      margin-top: 15px;
    }
    
    .cookie-buttons .btn {
      display: block;
      width: 100%;
      margin: 8px 0;
    }
  }

:root {
            --primary-color: hsl(203, 33%, 47%);
            --secondary-color: hsl(203, 33%, 32%);
            --accent-color: hsl(203, 33%, 72%);
        }
        
        .navbar {
            background-color: var(--primary-color) !important;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .navbar-brand {
            color: white !important;
            font-weight: 600;
            font-size: 1.5rem;
        }
        
        .navbar-nav .nav-link {
            color: rgba(255,255,255,0.9) !important;
            font-weight: 500;
            transition: color 0.3s ease;
        }
        
        .navbar-nav .nav-link:hover {
            color: var(--accent-color) !important;
        }
        
        .navbar-toggler {
            border-color: rgba(255,255,255,0.3);
        }
        
        .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%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }
        
        .logo-container {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .brand-name {
            background: linear-gradient(135deg, white, var(--accent-color));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

.hero-section {
    background: linear-gradient(135deg, hsl(203, 33%, 72%) 0%, hsl(203, 33%, 47%) 100%);
    padding: 80px 0;
    min-height: 90vh;
    display: flex;
    align-items: center;
}

.hero-content {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.hero-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.3s ease;
}

.hero-image:hover {
    transform: perspective(1000px) rotateY(0deg);
}

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

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

.hero-title {
    color: hsl(203, 33%, 32%);
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-subtitle {
    color: hsl(203, 33%, 47%);
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 30px;
    opacity: 0.9;
}

.hero-description {
    color: hsl(203, 33%, 32%);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 30px;
}

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

.benefits-list li {
    color: hsl(203, 33%, 32%);
    font-size: 1.1rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-left: 4px solid hsl(203, 33%, 72%);
    padding-left: 20px;
    transition: all 0.3s ease;
}

.benefits-list li:hover {
    border-left-color: hsl(203, 33%, 47%);
    background: rgba(115, 147, 179, 0.1);
    border-radius: 8px;
    padding-left: 25px;
}

.benefits-list li i {
    color: hsl(203, 33%, 47%);
    font-size: 1.3rem;
    margin-right: 15px;
    min-width: 25px;
}

.cta-buttons {
    margin-top: 40px;
}

.btn-primary-custom {
    background: linear-gradient(135deg, hsl(203, 33%, 47%) 0%, hsl(203, 33%, 32%) 100%);
    border: none;
    color: white;
    padding: 15px 35px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(115, 147, 179, 0.3);
}

.btn-primary-custom:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(115, 147, 179, 0.4);
    color: white;
    text-decoration: none;
}

.btn-secondary-custom {
    background: transparent;
    border: 2px solid hsl(203, 33%, 47%);
    color: hsl(203, 33%, 47%);
    padding: 13px 35px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.btn-secondary-custom:hover {
    background: hsl(203, 33%, 47%);
    color: white;
    transform: translateY(-2px);
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(115, 147, 179, 0.3);
}

@media (max-width: 768px) {
    .hero-section {
        padding: 60px 0;
        min-height: auto;
    }
    
    .hero-content {
        padding: 30px 25px;
        margin-top: 30px;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.4rem;
    }
    
    .hero-image {
        transform: none;
        margin-bottom: 20px;
    }
    
    .cta-buttons {
        text-align: center;
    }
    
    .btn-primary-custom,
    .btn-secondary-custom {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.floating-icon {
    position: absolute;
    color: rgba(255, 255, 255, 0.1);
    font-size: 2rem;
    animation: float 6s ease-in-out infinite;
}

.floating-icon:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.floating-icon:nth-child(2) {
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.floating-icon:nth-child(3) {
    bottom: 30%;
    left: 20%;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

.testimonials-section {
    background: linear-gradient(135deg, hsl(203, 33%, 47%) 0%, hsl(203, 33%, 32%) 100%);
    color: white;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="80" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

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

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

.testimonials-header h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(45deg, white, hsl(203, 33%, 72%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.testimonials-header p {
    font-size: 1.2rem;
    color: hsl(203, 33%, 72%);
    max-width: 600px;
    margin: 0 auto;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 4rem;
    color: hsl(203, 33%, 72%);
    font-family: serif;
    line-height: 1;
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 25px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.9);
    padding-top: 20px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
}

.author-info h5 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
}

.author-info p {
    margin: 0;
    font-size: 0.9rem;
    color: hsl(203, 33%, 72%);
}

.rating {
    display: flex;
    gap: 3px;
}

.star {
    color: #ffd700;
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .testimonials-header h2 {
        font-size: 2.5rem;
    }
    
    .testimonial-card {
        padding: 25px;
        margin-bottom: 20px;
    }
    
    .testimonials-section {
        padding: 60px 0;
    }
}

.about-section {
    padding: 80px 0;
    background: linear-gradient(135deg, hsl(203, 33%, 95%) 0%, hsl(203, 33%, 88%) 100%);
}

.about-hero {
    position: relative;
    height: 60vh;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 60px;
}

.about-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.about-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, hsl(203, 33%, 32%) 0%, transparent 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-title {
    color: white;
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    letter-spacing: -1px;
}

.content-block {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-bottom: 40px;
    border-left: 5px solid hsl(203, 33%, 47%);
}

.section-heading {
    color: hsl(203, 33%, 32%);
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.section-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: hsl(203, 33%, 72%);
    border-radius: 2px;
}

.content-text {
    color: hsl(203, 33%, 25%);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.highlight-text {
    color: hsl(203, 33%, 47%);
    font-weight: 600;
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin: 60px 0;
}

.story-image {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.story-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

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

.value-card {
    background: hsl(203, 33%, 95%);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.value-icon {
    width: 60px;
    height: 60px;
    background: hsl(203, 33%, 47%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 1.5rem;
}

.value-title {
    color: hsl(203, 33%, 32%);
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.value-description {
    color: hsl(203, 33%, 35%);
    font-size: 1rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .about-title {
        font-size: 2.5rem;
    }
    
    .story-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .content-block {
        padding: 25px;
    }
    
    .section-heading {
        font-size: 1.8rem;
    }
}

.contact-section {
    background: linear-gradient(135deg, hsl(203, 33%, 47%) 0%, hsl(203, 33%, 32%) 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

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

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

.contact-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.contact-subtitle {
    font-size: 1.3rem;
    color: hsl(203, 33%, 85%);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.contact-form-wrapper {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
}

.form-group {
    margin-bottom: 30px;
}

.form-label {
    font-weight: 600;
    color: hsl(203, 33%, 32%);
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.form-control {
    border: 2px solid hsl(203, 33%, 72%);
    border-radius: 12px;
    padding: 15px 20px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
    color: hsl(203, 33%, 32%);
}

.form-control:focus {
    border-color: hsl(203, 33%, 47%);
    box-shadow: 0 0 0 0.2rem rgba(105, 134, 165, 0.25);
    outline: none;
}

.form-control::placeholder {
    color: hsl(203, 33%, 60%);
}

.submit-btn {
    background: linear-gradient(135deg, hsl(203, 33%, 47%) 0%, hsl(203, 33%, 32%) 100%);
    border: none;
    color: white;
    padding: 18px 40px;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 25px rgba(105, 134, 165, 0.3);
    width: 100%;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(105, 134, 165, 0.4);
    background: linear-gradient(135deg, hsl(203, 33%, 52%) 0%, hsl(203, 33%, 37%) 100%);
}

.consultation-info {
    margin-top: 50px;
}

.info-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
}

.info-title {
    color: white;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.info-text {
    color: hsl(203, 33%, 85%);
    line-height: 1.7;
    font-size: 1rem;
}

.working-hours {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.hours-title {
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.hours-text {
    color: hsl(203, 33%, 85%);
    font-size: 1.1rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .contact-form-wrapper {
        padding: 30px 20px;
        margin: 0 15px;
    }
    
    .contact-title {
        font-size: 2.5rem;
    }
    
    .consultation-info {
        margin-top: 30px;
    }
    
    .info-card {
        padding: 20px;
    }
}

.advantages-section {
    background: linear-gradient(135deg, hsl(203, 33%, 47%) 0%, hsl(203, 33%, 32%) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.advantages-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

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

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

.section-title {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(45deg, white, hsl(203, 33%, 72%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    font-size: 1.3rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.timeline-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, hsl(203, 33%, 72%), rgba(255,255,255,0.3));
    transform: translateX(-50%);
    border-radius: 2px;
}

.advantage-item {
    position: relative;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}

.advantage-item:nth-child(odd) {
    justify-content: flex-end;
}

.advantage-item:nth-child(even) {
    justify-content: flex-start;
}

.advantage-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 30px;
    width: 45%;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
}

.advantage-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0,0,0,0.2);
    background: rgba(255, 255, 255, 1);
}

.advantage-item:nth-child(odd) .advantage-card::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-left-color: rgba(255, 255, 255, 0.95);
}

.advantage-item:nth-child(even) .advantage-card::after {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-right-color: rgba(255, 255, 255, 0.95);
}

.advantage-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, hsl(203, 33%, 47%), hsl(203, 33%, 32%));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 2rem;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.advantage-card:hover .advantage-icon {
    transform: rotate(360deg) scale(1.1);
    background: linear-gradient(135deg, hsl(203, 33%, 32%), hsl(203, 33%, 47%));
}

.advantage-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: hsl(203, 33%, 32%);
    margin-bottom: 15px;
    line-height: 1.3;
}

.advantage-description {
    color: hsl(203, 33%, 47%);
    line-height: 1.6;
    font-size: 1rem;
}

.timeline-dot {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: hsl(203, 33%, 72%);
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 3;
}

@media (max-width: 768px) {
    .timeline-line {
        left: 30px;
    }
    
    .advantage-item {
        justify-content: flex-start !important;
        padding-left: 60px;
    }
    
    .advantage-card {
        width: 100%;
    }
    
    .advantage-item .advantage-card::after {
        display: none;
    }
    
    .timeline-dot {
        left: 30px;
    }
    
    .section-title {
        font-size: 2.5rem;
    }
}

.faq-section {
    background: linear-gradient(135deg, hsl(203, 33%, 97%) 0%, hsl(203, 33%, 95%) 100%);
    padding: 80px 0;
}

.faq-title {
    color: hsl(203, 33%, 32%);
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.faq-subtitle {
    color: hsl(203, 33%, 47%);
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 60px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.faq-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 10px;
}

.faq-tab {
    background: white;
    border: 2px solid hsl(203, 33%, 72%);
    color: hsl(203, 33%, 47%);
    padding: 12px 24px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 0.95rem;
}

.faq-tab.active {
    background: hsl(203, 33%, 47%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.faq-tab:hover {
    background: hsl(203, 33%, 72%);
    color: white;
    transform: translateY(-1px);
}

.faq-content {
    display: none;
}

.faq-content.active {
    display: block;
}

.faq-item {
    background: white;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s ease;
}

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

.faq-question {
    background: hsl(203, 33%, 47%);
    color: white;
    padding: 20px 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.1rem;
    position: relative;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: hsl(203, 33%, 32%);
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.faq-question.active::after {
    transform: translateY(-50%) rotate(45deg);
}

.faq-answer {
    padding: 25px;
    color: hsl(203, 33%, 32%);
    line-height: 1.7;
    font-size: 1rem;
    display: none;
    border-top: 3px solid hsl(203, 33%, 72%);
}

.faq-answer.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

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

.highlight-text {
    color: hsl(203, 33%, 47%);
    font-weight: 600;
}

@media (max-width: 768px) {
    .faq-title {
        font-size: 2.2rem;
    }
    
    .faq-tabs {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 10px;
    }
    
    .faq-tab {
        white-space: nowrap;
        flex-shrink: 0;
    }
    
    .faq-question {
        padding: 18px 20px;
        font-size: 1rem;
    }
    
    .faq-answer {
        padding: 20px;
    }
}

.statistics-section {
    background: linear-gradient(135deg, hsl(203, 33%, 47%) 0%, hsl(203, 33%, 32%) 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.statistics-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,255,255,0.08)"/><circle cx="40" cy="80" r="1" fill="rgba(255,255,255,0.06)"/></svg>');
    animation: float 20s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

.section-title {
    color: white;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    text-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.section-subtitle {
    color: hsl(203, 33%, 72%);
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 4rem;
    font-weight: 300;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.stat-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2.5rem 1.5rem;
    text-align: center;
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

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

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

.stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    border-color: hsl(203, 33%, 72%);
}

.stat-icon {
    font-size: 3rem;
    color: hsl(203, 33%, 72%);
    margin-bottom: 1.5rem;
    display: block;
    transition: all 0.3s ease;
}

.stat-card:hover .stat-icon {
    transform: scale(1.1);
    color: white;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 1rem;
    line-height: 1;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.stat-label {
    font-size: 1.1rem;
    color: hsl(203, 33%, 72%);
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.stat-description {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
    font-weight: 300;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2.2rem;
    }
    
    .stat-card {
        margin-bottom: 2rem;
        padding: 2rem 1rem;
    }
    
    .stat-number {
        font-size: 2.8rem;
    }
    
    .stat-icon {
        font-size: 2.5rem;
    }
}

.row {
    position: relative;
    z-index: 2;
}

.services-section {
    background: linear-gradient(135deg, hsl(203, 33%, 97%) 0%, hsl(203, 33%, 92%) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, hsl(203, 33%, 72%), transparent);
}

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

.section-title {
    font-size: 3rem;
    font-weight: 700;
    color: hsl(203, 33%, 32%);
    margin-bottom: 20px;
    position: relative;
}

.section-subtitle {
    font-size: 1.2rem;
    color: hsl(203, 33%, 47%);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.service-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    margin-bottom: 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border: 1px solid hsl(203, 33%, 90%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, hsl(203, 33%, 47%), hsl(203, 33%, 72%));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    border-color: hsl(203, 33%, 72%);
}

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

.service-card:hover .service-icon {
    background: linear-gradient(135deg, hsl(203, 33%, 32%), hsl(203, 33%, 47%));
    transform: scale(1.1);
}

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

.service-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: hsl(203, 33%, 32%);
    margin-bottom: 15px;
}

.service-description {
    color: hsl(203, 33%, 47%);
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.service-price {
    font-size: 1.3rem;
    font-weight: 700;
    color: hsl(203, 33%, 32%);
    margin-bottom: 15px;
}

.service-conditions {
    font-size: 0.9rem;
    color: hsl(203, 33%, 60%);
    border-top: 1px solid hsl(203, 33%, 90%);
    padding-top: 15px;
    margin-top: auto;
}

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

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

.newsletter-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="sparkle" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23sparkle)"/></svg>');
    opacity: 0.3;
}

.newsletter-container {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

.newsletter-title {
    color: white;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    line-height: 1.2;
}

.newsletter-subtitle {
    color: hsl(203, 33%, 72%);
    font-size: 1.3rem;
    margin-bottom: 40px;
    font-weight: 300;
    line-height: 1.6;
}

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

.benefit-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.benefit-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: hsl(203, 33%, 72%);
}

.benefit-title {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.benefit-text {
    color: hsl(203, 33%, 72%);
    font-size: 0.95rem;
    line-height: 1.5;
}

.newsletter-form {
    background: rgba(255, 255, 255, 0.15);
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.form-group {
    display: flex;
    gap: 15px;
    max-width: 500px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.email-input {
    flex: 1;
    min-width: 250px;
    padding: 18px 25px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    color: hsl(203, 33%, 32%);
    outline: none;
    transition: all 0.3s ease;
}

.email-input::placeholder {
    color: hsl(203, 33%, 60%);
}

.email-input:focus {
    border-color: hsl(203, 33%, 72%);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    transform: scale(1.02);
}

.subscribe-btn {
    padding: 18px 35px;
    background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 160px;
}

.subscribe-btn:hover {
    background: linear-gradient(45deg, #ff5252, #ff7979);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 107, 107, 0.6);
}

.subscribe-btn:active {
    transform: translateY(-1px);
}

.privacy-note {
    margin-top: 20px;
    color: hsl(203, 33%, 72%);
    font-size: 0.9rem;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .newsletter-title {
        font-size: 2.2rem;
    }
    
    .newsletter-subtitle {
        font-size: 1.1rem;
    }
    
    .form-group {
        flex-direction: column;
        align-items: center;
    }
    
    .email-input {
        min-width: 100%;
        margin-bottom: 15px;
    }
    
    .subscribe-btn {
        width: 100%;
    }
    
    .newsletter-form {
        padding: 30px 20px;
    }
}

footer {
    background: linear-gradient(135deg, hsl(203, 33%, 32%) 0%, hsl(203, 33%, 27%) 100%);
    color: #ffffff;
    padding: 60px 0 30px;
    margin-top: 80px;
  }

  .footer-content {
    border-bottom: 1px solid hsl(203, 33%, 42%);
    padding-bottom: 40px;
    margin-bottom: 30px;
  }

  .footer-brand h3 {
    color: hsl(203, 33%, 72%);
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .footer-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #e8e8e8;
    margin-bottom: 25px;
  }

  .footer-contact {
    background: hsl(203, 33%, 37%);
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid hsl(203, 33%, 72%);
  }

  .footer-contact h5 {
    color: hsl(203, 33%, 72%);
    font-weight: 600;
    margin-bottom: 15px;
  }

  .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #f0f0f0;
  }

  .contact-item i {
    color: hsl(203, 33%, 72%);
    margin-right: 12px;
    width: 20px;
  }

  .phone-link {
    color: #f0f0f0;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .phone-link:hover {
    color: hsl(203, 33%, 72%);
  }

  .footer-links h5 {
    color: hsl(203, 33%, 72%);
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }

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

  .footer-links li {
    margin-bottom: 10px;
  }

  .footer-links a {
    color: #e8e8e8;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.05rem;
  }

  .footer-links a:hover {
    color: hsl(203, 33%, 72%);
    padding-left: 5px;
  }

  .footer-bottom {
    text-align: center;
    color: #cccccc;
    font-size: 0.95rem;
  }

  .cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, hsl(203, 33%, 32%) 0%, hsl(203, 33%, 37%) 100%);
    color: white;
    padding: 25px 0;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
    z-index: 9999;
    border-top: 3px solid hsl(203, 33%, 72%);
    transform: translateY(100%);
    transition: transform 0.4s ease-in-out;
  }

  .cookie-notice.show {
    transform: translateY(0);
  }

  .cookie-text {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .cookie-buttons .btn {
    margin: 5px;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 25px;
    transition: all 0.3s ease;
  }

  .btn-accept {
    background: hsl(203, 33%, 72%);
    border: none;
    color: hsl(203, 33%, 32%);
  }

  .btn-accept:hover {
    background: hsl(203, 33%, 67%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  }

  .btn-learn {
    background: transparent;
    border: 2px solid hsl(203, 33%, 72%);
    color: hsl(203, 33%, 72%);
  }

  .btn-learn:hover {
    background: hsl(203, 33%, 72%);
    color: hsl(203, 33%, 32%);
    transform: translateY(-2px);
  }

  @media (max-width: 768px) {
    .cookie-notice .row {
      text-align: center;
    }
    
    .cookie-buttons {
      margin-top: 15px;
    }
    
    .cookie-buttons .btn {
      display: block;
      width: 100%;
      margin: 8px 0;
    }
  }