* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Raleway', sans-serif;
            color: #333;
            background: white;
            line-height: 1.7;
        }
        
        h1, h2, h3, h4, h5, h6 {
            font-family: 'Inter', sans-serif;
            font-weight: 700;
        }
        
        :root {
            --primary-color: hsl(276, 55%, 40%);
            --secondary-color: hsl(276, 55%, 25%);
            --accent-color: hsl(276, 55%, 65%);
        }
        
        .navbar {
            background-color: #fff;
            box-shadow: 0 2px 10px rgba(0,0,0,0.08);
            padding: 1rem 0;
        }
        
        .navbar-brand {
            display: flex;
            align-items: center;
            gap: 12px;
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            font-size: 1.4rem;
            color: var(--primary-color);
            text-decoration: none;
        }
        
        .navbar-brand:hover {
            color: var(--accent-color);
        }
        
        .navbar-brand img {
            transition: transform 0.3s ease;
        }
        
        .navbar-brand:hover img {
            transform: scale(1.05);
        }
        
        .navbar-nav .nav-link {
            color: #333;
            font-weight: 500;
            padding: 0.5rem 1rem;
            transition: color 0.3s ease;
            font-size: 15px;
        }
        
        .navbar-nav .nav-link:hover {
            color: var(--primary-color);
        }
        
        .navbar-toggler {
            border: none;
            padding: 0.25rem 0.5rem;
        }
        
        .navbar-toggler:focus {
            box-shadow: none;
            outline: 2px solid var(--accent-color);
        }
        
        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2851, 51, 51, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }
        
        @media (max-width: 991px) {
            .navbar-collapse {
                background: #ffffff;
                padding: 1.5rem;
                margin-top: 1rem;
                border-radius: 8px;
                box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            }
            
            .navbar-nav .nav-link {
                padding: 0.75rem 0;
                border-bottom: 1px solid #f0f0f0;
            }
            
            .navbar-nav .nav-link:last-child {
                border-bottom: none;
            }
        }
        
        @media (min-width: 992px) {
            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.9rem;
                padding-left: 0.9rem;
            }
        }

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

    .policy-header {
        text-align: center;
        margin-bottom: 50px;
        padding: 40px 20px;
        background: white;
        border-radius: 20px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    }

    .policy-header h1 {
        font-size: 3em;
        color: #2c3e50;
        margin-bottom: 15px;
        font-weight: 700;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .last-updated {
        font-size: 1em;
        color: #7f8c8d;
        font-style: italic;
    }

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

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

    .policy-section h2 {
        font-size: 2em;
        color: #667eea;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 3px solid #667eea;
        font-weight: 600;
    }

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

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

    .cookie-type {
        background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
        padding: 25px;
        margin: 20px 0;
        border-radius: 12px;
        border-left: 5px solid #667eea;
    }

    .cookie-type h4 {
        color: #667eea;
        font-size: 1.3em;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .cookie-list {
        list-style: none;
        padding-left: 0;
    }

    .cookie-list li {
        padding: 12px 0;
        padding-left: 30px;
        position: relative;
        font-size: 1.05em;
    }

    .cookie-list li:before {
        content: "🍪";
        position: absolute;
        left: 0;
        font-size: 1.2em;
    }

    .highlight-box {
        background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%);
        padding: 25px;
        border-radius: 12px;
        margin: 25px 0;
        border-left: 5px solid #fdcb6e;
    }

    .highlight-box strong {
        color: #d63031;
        font-size: 1.1em;
    }

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

    .control-card {
        background: linear-gradient(135deg, #a29bfe 0%, #6c5ce7 100%);
        padding: 25px;
        border-radius: 12px;
        color: white;
        box-shadow: 0 5px 20px rgba(108, 92, 231, 0.3);
    }

    .control-card h4 {
        margin-bottom: 10px;
        font-size: 1.3em;
        font-weight: 600;
    }

    .gdpr-compliance {
        background: linear-gradient(135deg, #00b894 0%, #00cec9 100%);
        color: white;
        padding: 30px;
        border-radius: 15px;
        margin: 30px 0;
        box-shadow: 0 5px 25px rgba(0, 184, 148, 0.3);
    }

    .gdpr-compliance h3 {
        color: white;
        font-size: 1.8em;
        margin-bottom: 15px;
    }

    .consent-mode {
        background: white;
        color: #2c3e50;
        padding: 20px;
        border-radius: 10px;
        margin-top: 20px;
    }

    .consent-mode h4 {
        color: #00b894;
        margin-bottom: 10px;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        margin: 25px 0;
        background: white;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    }

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

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

    tr:hover {
        background: #f8f9fa;
    }

    .important-note {
        background: #fff3cd;
        border-left: 5px solid #ffc107;
        padding: 20px;
        margin: 25px 0;
        border-radius: 8px;
    }

    .important-note strong {
        color: #856404;
    }

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

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

        .policy-section {
            padding: 25px 20px;
        }

        .control-options {
            grid-template-columns: 1fr;
        }
    }

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

footer {
  background: linear-gradient(135deg, hsl(276, 55%, 25%) 0%, hsl(276, 55%, 40%) 100%);
  color: #ffffff;
  padding: 60px 0 20px;
  font-family: 'Raleway', sans-serif;
  margin-top: 80px;
}

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

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

.footer-section h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 20px;
  color: hsl(276, 55%, 65%);
}

.footer-section p {
  line-height: 1.7;
  color: rgba(255,255,255,0.9);
  font-size: 0.95rem;
}

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

.footer-section ul li {
  margin-bottom: 12px;
}

.footer-section ul li a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.footer-section ul li a:hover {
  color: hsl(276, 55%, 65%);
  padding-left: 5px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-item {
  display: flex;
  align-items: start;
  gap: 10px;
}

.contact-item i {
  color: hsl(276, 55%, 65%);
  margin-top: 3px;
}

.contact-item a {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  transition: color 0.3s;
}

.contact-item a:hover {
  color: hsl(276, 55%, 65%);
}

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

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

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

.cookie-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

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

.cookie-text {
  color: #555;
  line-height: 1.6;
  font-size: 0.95rem;
  margin-bottom: 15px;
}

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

.cookie-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}

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

.category-info {
  flex: 1;
}

.category-title {
  font-weight: 600;
  color: #333;
  font-size: 1rem;
  margin-bottom: 4px;
}

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

.category-status {
  font-size: 0.8rem;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 500;
}

.status-required {
  background: hsl(276, 55%, 40%);
  color: white;
}

.status-optional {
  background: #e0e0e0;
  color: #666;
}

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

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

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

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

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

.btn-manage {
  color: hsl(276, 55%, 40%);
  text-decoration: none;
  font-weight: 600;
  padding: 12px 20px;
  transition: color 0.3s;
}

.btn-manage:hover {
  color: hsl(276, 55%, 25%);
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .cookie-buttons {
    flex-direction: column;
    width: 100%;
  }
  
  .btn-accept-all, .btn-reject {
    width: 100%;
  }
}

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

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

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

.hero-section {
  background: #ffffff;
  padding: 80px 0 100px;
  overflow: hidden;
}

.hero-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-image-wrapper {
  position: relative;
  padding: 20px;
}

.hero-image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsl(276, 55%, 65%);
  border-radius: 12px;
  transform: rotate(-3deg);
  z-index: 1;
}

.hero-image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  display: block;
}

.hero-content {
  padding-left: 15px;
}

.hero-badge {
  display: inline-block;
  background: hsl(276, 55%, 95%);
  color: hsl(276, 55%, 40%);
  padding: 8px 20px;
  border-radius: 25px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

.hero-title {
  font-family: 'Inter', sans-serif;
  font-size: 52px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.hero-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: hsl(276, 55%, 40%);
  margin-bottom: 25px;
  line-height: 1.4;
}

.hero-description {
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  color: #444444;
  line-height: 1.7;
  margin-bottom: 30px;
  font-weight: 400;
}

.hero-features {
  list-style: none;
  margin-bottom: 35px;
  padding: 0;
}

.hero-features li {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #333;
  margin-bottom: 14px;
  padding-left: 32px;
  position: relative;
  line-height: 1.6;
}

.hero-features li::before {
  content: '\f26a';
  font-family: 'bootstrap-icons';
  position: absolute;
  left: 0;
  color: hsl(276, 55%, 40%);
  font-size: 20px;
  font-weight: bold;
}

.hero-buttons {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.btn-primary-hero {
  background: hsl(276, 55%, 40%);
  color: white;
  padding: 16px 38px;
  border-radius: 6px;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 2px solid hsl(276, 55%, 40%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-primary-hero:hover {
  background: hsl(276, 55%, 25%);
  border-color: hsl(276, 55%, 25%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(114, 58, 143, 0.3);
  color: #fff;
}

.btn-secondary-hero {
  background: transparent;
  color: hsl(276, 55%, 40%);
  padding: 16px 38px;
  border-radius: 6px;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 2px solid hsl(276, 55%, 40%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-secondary-hero:hover {
  background: hsl(276, 55%, 40%);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(114, 58, 143, 0.2);
}

@media (max-width: 992px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  
  .hero-image-wrapper {
    order: 2;
  }
  
  .hero-content {
    order: 1;
    padding-left: 0;
  }
  
  .hero-title {
    font-size: 42px;
  }
  
  .hero-subtitle {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 60px 0 70px;
  }
  
  .hero-title {
    font-size: 36px;
  }
  
  .hero-subtitle {
    font-size: 18px;
  }
  
  .hero-description {
    font-size: 16px;
  }
  
  .hero-buttons {
    flex-direction: column;
  }
  
  .btn-primary-hero,
  .btn-secondary-hero {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 30px;
  }
  
  .hero-features li {
    font-size: 15px;
  }
}

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

.promo-offer-section {
  font-family: 'Raleway', sans-serif;
  background: linear-gradient(135deg, hsl(276, 55%, 40%) 0%, hsl(276, 55%, 25%) 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.promo-offer-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: hsl(276, 55%, 65%);
  opacity: 0.1;
  border-radius: 50%;
}

.promo-offer-section::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: hsl(276, 55%, 65%);
  opacity: 0.08;
  border-radius: 50%;
}

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

.promo-badge {
  display: inline-block;
  background: hsl(276, 55%, 65%);
  color: #fff;
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.promo-title {
  font-family: 'Inter', sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 24px;
  line-height: 1.2;
}

.promo-subtitle {
  font-size: 1.25rem;
  color: rgba(255,255,255,0.9);
  margin-bottom: 40px;
  line-height: 1.6;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

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

.deadline-block {
  background: linear-gradient(135deg, hsl(276, 55%, 65%) 0%, hsl(276, 55%, 40%) 100%);
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 35px;
  text-align: center;
}

.deadline-label {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

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

.calendar-icon {
  font-size: 2.5rem;
}

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

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  background: rgb(248, 249, 250);
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.benefit-item:hover {
  transform: translateY(-5px);
}

.benefit-icon {
  font-size: 1.8rem;
  color: hsl(276, 55%, 40%);
  flex-shrink: 0;
}

.benefit-text {
  flex: 1;
}

.benefit-text h4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
}

.benefit-text p {
  font-size: 0.95rem;
  color: #555;
  margin: 0;
  line-height: 1.5;
}

.discount-highlight {
  background: hsl(276, 55%, 40%);
  color: white;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 35px;
}

.discount-percentage {
  font-family: 'Inter', sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
}

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

.cta-button {
  display: inline-block;
  background: hsl(276, 55%, 40%);
  color: #fff;
  padding: 18px 50px;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cta-button:hover {
  background: hsl(276, 55%, 25%);
  transform: scale(1.05);
  color: #fff;
  text-decoration: none;
}

.terms-note {
  text-align: center;
  margin-top: 25px;
  font-size: 0.85rem;
  color: #666;
  font-style: italic;
}

@media (max-width: 768px) {
  .promo-title {
    font-size: 2.2rem;
  }
  
  .promo-subtitle {
    font-size: 1.1rem;
  }
  
  .deadline-date {
    font-size: 2rem;
    flex-direction: column;
    gap: 10px;
  }
  
  .promo-card {
    padding: 30px 20px;
  }
  
  .discount-percentage {
    font-size: 3rem;
  }
  
  .benefits-grid {
    grid-template-columns: 1fr;
  }
}

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

#portfolio {
  padding: 80px 0;
  background: #f8f9fa;
  font-family: 'Raleway', sans-serif;
}

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

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

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

.portfolio-card {
  background: white;
  border-radius: 12px;
  padding: 35px 30px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
}

.portfolio-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(123, 61, 148, 0.2);
  border-color: hsl(276, 55%, 65%);
}

.portfolio-card .category {
  font-size: 0.85rem;
  color: hsl(276, 55%, 40%);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

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

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

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

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

.portfolio-card .view-more {
  color: hsl(276, 55%, 40%);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
}

.portfolio-card .view-more:hover {
  color: hsl(276, 55%, 25%);
}

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

.modal-header {
  background: hsl(276, 55%, 40%);
  color: white;
  border-radius: 15px 15px 0 0;
  padding: 25px 30px;
}

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

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

.modal-body {
  padding: 35px 30px;
}

.modal-body .project-category {
  color: hsl(276, 55%, 40%);
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.modal-body .project-detail {
  margin-bottom: 25px;
}

.modal-body .project-detail h5 {
  font-family: 'Inter', sans-serif;
  color: #222;
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.modal-body .project-detail p,
.modal-body .project-detail ul {
  color: #555;
  line-height: 1.8;
}

.modal-body .project-detail ul {
  padding-left: 20px;
}

.modal-body .project-detail ul li {
  margin-bottom: 8px;
}

.modal-body .technologies {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.modal-body .tech-badge {
  background: hsl(276, 55%, 95%);
  color: hsl(276, 55%, 30%);
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  #portfolio {
    padding: 60px 0;
  }
  
  #portfolio .section-title {
    font-size: 2rem;
  }
  
  .portfolio-card {
    padding: 25px 20px;
  }
}

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

.newsletter-section {
    padding: 80px 0;
    background: linear-gradient(135deg, hsl(276, 55%, 40%) 0%, hsl(276, 55%, 25%) 100%);
    font-family: 'Raleway', sans-serif;
    position: relative;
    overflow: hidden;
}

.newsletter-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: hsl(276, 55%, 65%);
    opacity: 0.1;
    border-radius: 50%;
}

.newsletter-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: hsl(276, 55%, 65%);
    opacity: 0.08;
    border-radius: 50%;
}

.newsletter-card {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 16px;
    padding: 50px 45px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

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

.newsletter-title {
    font-family: 'Inter', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 16px;
    line-height: 1.2;
}

.newsletter-subtitle {
    font-size: 1.1rem;
    color: #555;
    font-weight: 400;
    line-height: 1.6;
}

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

.benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    padding-left: 10px;
}

.benefit-icon {
    width: 24px;
    height: 24px;
    background: hsl(276, 55%, 65%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    flex-shrink: 0;
    margin-top: 2px;
}

.benefit-icon::after {
    content: '✓';
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.benefit-text {
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
}

.newsletter-form {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.email-input {
    flex: 1;
    padding: 16px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    font-family: 'Raleway', sans-serif;
    transition: all 0.3s ease;
    background: #fff;
    color: #333;
}

.email-input:focus {
    outline: none;
    border-color: hsl(276, 55%, 65%);
    box-shadow: 0 0 0 3px rgba(149, 82, 181, 0.1);
}

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

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

.subscribe-btn:hover {
    background: hsl(276, 55%, 35%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(115, 52, 141, 0.3);
}

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

.privacy-note {
    text-align: center;
    font-size: 0.875rem;
    color: #666;
    line-height: 1.5;
}

.privacy-note a {
    color: hsl(276, 55%, 40%);
    text-decoration: none;
    font-weight: 500;
}

.privacy-note a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .newsletter-section {
        padding: 60px 0;
    }
    
    .newsletter-card {
        padding: 35px 25px;
        margin: 0 15px;
    }
    
    .newsletter-title {
        font-size: 1.9rem;
    }
    
    .newsletter-form {
        flex-direction: column;
        gap: 14px;
    }
    
    .subscribe-btn {
        width: 100%;
    }
    
    .benefit-text {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .newsletter-title {
        font-size: 1.6rem;
    }
    
    .newsletter-subtitle {
        font-size: 1rem;
    }
}

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

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

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

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

#testimonials .section-header p {
  font-size: 1.1rem;
  color: rgb(102, 102, 102);
  max-width: 700px;
  margin: 0 auto;
}

.testimonial-card {
  background: white;
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e9ecef;
}

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

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

.testimonial-rating i {
  color: hsl(276, 55%, 40%);
  font-size: 1.1rem;
}

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

.testimonial-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 2px solid hsl(276, 55%, 90%);
}

.author-info h5 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: hsl(276, 55%, 25%);
  margin-bottom: 4px;
}

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

.testimonial-date {
  font-size: 0.8rem;
  color: #999;
  font-style: normal;
}

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

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

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

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

.contact-section .section-title {
  font-family: 'Inter', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}

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

.contact-info-box {
  background: white;
  padding: 40px 35px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  height: 100%;
}

.contact-info-box h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1.9rem;
  color: hsl(276, 55%, 40%);
  margin-bottom: 25px;
  font-weight: 600;
}

.contact-info-box p {
  color: #444;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.info-item {
  display: flex;
  align-items: start;
  margin-bottom: 25px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.info-item:hover {
  background: hsl(276, 55%, 95%);
  transform: translateX(5px);
}

.info-item i {
  font-size: 1.4rem;
  color: hsl(276, 55%, 40%);
  margin-right: 15px;
  margin-top: 3px;
}

.info-item-content h4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  color: #222;
  margin-bottom: 5px;
  font-weight: 600;
}

.info-item-content p {
  margin: 0;
  color: #666;
  font-size: 0.95rem;
}

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

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

.contact-form-wrapper .form-subtitle {
  color: #666;
  margin-bottom: 30px;
  font-size: 1rem;
}

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

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

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: hsl(276, 55%, 40%);
  box-shadow: 0 0 0 0.2rem rgba(142, 68, 173, 0.15);
  outline: none;
}

.contact-form .form-control::placeholder {
  color: #999;
}

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

.form-check {
  margin-bottom: 20px;
  padding-left: 1.8rem;
}

.form-check-input {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.2rem;
  border: 2px solid #ccc;
  cursor: pointer;
}

.form-check-input:checked {
  background-color: hsl(276, 55%, 40%);
  border-color: hsl(276, 55%, 40%);
}

.form-check-label {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.6;
  cursor: pointer;
}

.form-check-label a {
  color: hsl(276, 55%, 40%);
  text-decoration: none;
  font-weight: 500;
}

.form-check-label a:hover {
  text-decoration: underline;
}

.submit-btn {
  width: 100%;
  padding: 14px 30px;
  background: linear-gradient(135deg, hsl(276, 55%, 40%) 0%, hsl(276, 55%, 50%) 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(142, 68, 173, 0.3);
}

.submit-btn:hover {
  background: linear-gradient(135deg, hsl(276, 55%, 35%) 0%, hsl(276, 55%, 45%) 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(142, 68, 173, 0.4);
}

.gdpr-notice {
  margin-top: 25px;
  padding: 20px;
  background: #f8f9fa;
  border-left: 4px solid hsl(276, 55%, 40%);
  border-radius: 6px;
  font-size: 0.9rem;
}

.gdpr-notice strong {
  color: #222;
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
}

.gdpr-notice p {
  margin: 0;
  color: #555;
  line-height: 1.7;
}

.gdpr-notice a {
  color: hsl(276, 55%, 40%);
  text-decoration: none;
  font-weight: 500;
}

.gdpr-notice a:hover {
  text-decoration: underline;
}

.working-hours {
  background: hsl(276, 55%, 95%);
  padding: 20px;
  border-radius: 8px;
  margin-top: 25px;
}

.working-hours h5 {
  font-family: 'Inter', sans-serif;
  color: hsl(276, 55%, 30%);
  font-size: 1.1rem;
  margin-bottom: 12px;
  font-weight: 600;
}

.working-hours p {
  color: #555;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

@media (max-width: 991px) {
  .contact-section {
    padding: 60px 0;
  }
  
  .contact-section .section-title {
    font-size: 2.2rem;
  }
  
  .contact-info-box {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .contact-section .section-title {
    font-size: 1.9rem;
  }
  
  .contact-form-wrapper,
  .contact-info-box {
    padding: 30px 25px;
  }
}

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

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

.services-section::before {
    content: '';
  position: absolute;
    top: 0;
  left: 0;
    width: 100%;
    height: 100%;
  background-image: radial-gradient(circle at 20% 30%, rgba(139, 69, 139, 0.03) 0%, transparent 50%),
                      radial-gradient(circle at 80% 70%, rgba(139, 69, 139, 0.04) 0%, transparent 50%);
    pointer-events: none;
}

.services-header {
    text-align: center;
  margin-bottom: 65px;
    position: relative;
  z-index: 1;
}

.services-header h2 {
  font-family: 'Inter', sans-serif;
    font-size: 2.8rem;
font-weight: 800;
  color: hsl(276, 55%, 25%);
    margin-bottom: 18px;
      letter-spacing: -0.5px;
}

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

.service-card {
    background: white;
  border-radius: 16px;
    padding: 38px 28px;
      margin-bottom: 30px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(139, 69, 139, 0.08);
      box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
    position: absolute;
      top: 0;
    left: 0;
width: 100%;
    height: 4px;
  background: linear-gradient(90deg, hsl(276, 55%, 40%) 0%, hsl(276, 55%, 65%) 100%);
    transform: scaleX(0);
  transform-origin: left;
    transition: transform 0.4s ease;
}

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

.service-card:hover {
  transform: translateY(-8px);
    box-shadow: 0 16px 32px rgba(139, 69, 139, 0.15);
      border-color: hsl(276, 55%, 65%);
}

.service-icon {
    width: 70px;
  height: 70px;
      border-radius: 14px;
  background: linear-gradient(135deg, hsl(276, 55%, 40%) 0%, hsl(276, 55%, 65%) 100%);
    display: flex;
  align-items: center;
      justify-content: center;
    margin-bottom: 24px;
  transition: all 0.35s ease;
}

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

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

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

.service-card p {
      color: #666;
font-size: 0.95rem;
    line-height: 1.65;
  margin-bottom: 22px;
      min-height: 85px;
}

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

.price-tag {
    font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
font-weight: 700;
      color: hsl(276, 55%, 40%);
}

.price-tag span {
    font-size: 0.9rem;
      font-weight: 500;
  color: #777;
}

.service-btn {
    background: hsl(276, 55%, 40%);
  color: white;
      border: none;
    padding: 10px 24px;
  border-radius: 8px;
font-weight: 600;
    font-size: 0.9rem;
  transition: all 0.3s ease;
      font-family: 'Raleway', sans-serif;
}

.service-btn:hover {
  background: hsl(276, 55%, 25%);
    transform: scale(1.05);
      color: white;
}

@media (max-width: 768px) {
  .services-header h2 {
        font-size: 2.2rem;
  }
  
    .service-card p {
    min-height: auto;
      }
}

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

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

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

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

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

.faq-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.faq-item {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}

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

.faq-question {
  padding: 22px 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: hsl(276, 55%, 40%);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  transition: background 0.3s;
}

.faq-question:hover {
  background: hsl(276, 55%, 35%);
}

.faq-icon {
  font-size: 1.4rem;
  font-weight: bold;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 25px;
  background: #fafafa;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 22px 25px;
}

.faq-answer p {
  color: #333;
  line-height: 1.7;
  font-size: 0.98rem;
  margin: 0;
}

.faq-single-item {
  grid-column: 1 / -1;
}

@media (max-width: 992px) {
  .faq-columns {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .faq-single-item {
    grid-column: 1;
  }
  
  .faq-header h2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 576px) {
  .faq-section {
    padding: 50px 0;
  }
  
  .faq-header {
    margin-bottom: 40px;
  }
  
  .faq-header h2 {
    font-size: 1.9rem;
  }
  
  .faq-question {
    padding: 18px 20px;
    font-size: 0.95rem;
  }
  
  .faq-answer {
    padding: 0 20px;
  }
  
  .faq-item.active .faq-answer {
    padding: 18px 20px;
  }
}

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

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

.video-section .section-header {
font-family: 'Inter', sans-serif;
  text-align: center;
    margin-bottom: 45px;
}

.video-section .section-title {
  font-size: 2.8rem;
font-weight: 700;
    color: hsl(276, 55%, 25%);
  margin-bottom: 25px;
    letter-spacing: -0.5px;
}

.video-section .section-description {
  font-size: 1.15rem;
    color: #444;
  line-height: 1.8;
max-width: 820px;
    margin: 0 auto;
font-weight: 400;
}

.video-container-wrapper {
  position: relative;
    max-width: 950px;
  margin: 0 auto 40px;
      box-shadow: 0 15px 45px rgba(0,0,0,0.15);
  border-radius: 12px;
    overflow: hidden;
  background: #000;
}

.video-aspect-ratio {
    position: relative;
  padding-bottom: 56.25%;
      height: 0;
  overflow: hidden;
}

.video-aspect-ratio iframe {
  position: absolute;
    top: 0;
  left: 0;
      width: 100%;
height: 100%;
    border: none;
}

.video-overlay {
position: absolute;
  top: 0;
    left: 0;
  width: 100%;
    height: 100%;
background: linear-gradient(135deg, rgba(103, 58, 183, 0.85) 0%, rgba(69, 39, 122, 0.9) 100%);
  display: flex;
    align-items: center;
justify-content: center;
  cursor: pointer;
    transition: all 0.4s ease;
  z-index: 10;
}

.video-overlay:hover {
  background: linear-gradient(135deg, rgba(103, 58, 183, 0.75) 0%, rgba(69, 39, 122, 0.8) 100%);
}

.video-overlay .play-button {
    font-size: 6rem;
  color: #fff;
    transition: all 0.3s ease;
  opacity: 0.95;
}

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

.video-overlay.hidden {
  opacity: 0;
    pointer-events: none;
}

.video-cta-box {
  background: #fff;
    padding: 45px 40px;
  border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  max-width: 950px;
    margin: 0 auto;
  text-align: center;
}

.video-cta-box h3 {
font-family: 'Inter', sans-serif;
    font-size: 1.75rem;
  font-weight: 600;
    color: hsl(276, 55%, 25%);
  margin-bottom: 20px;
}

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

.video-cta-btn {
  display: inline-block;
    padding: 14px 45px;
  background: hsl(276, 55%, 40%);
    color: #fff;
  font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
  font-weight: 600;
    border-radius: 50px;
  text-decoration: none;
    transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(103, 58, 183, 0.3);
}

.video-cta-btn:hover {
  background: hsl(276, 55%, 25%);
    transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(103, 58, 183, 0.4);
    color: #fff;
}

@media(max-width: 768px) {
  .video-section {
      padding: 60px 0 65px;
  }
  
  .video-section .section-title {
      font-size: 2rem;
  }
  
  .video-section .section-description {
      font-size: 1rem;
  }
  
  .video-overlay .play-button {
      font-size: 4.5rem;
  }
  
  .video-cta-box {
      padding: 30px 25px;
  }
  
  .video-cta-box h3 {
      font-size: 1.4rem;
  }
}

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

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

#advantages::before {
content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, hsl(276, 55%, 65%) 0%, hsl(276, 55%, 40%) 100%);
  z-index: 1;
}

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

.advantages-header h2 {
font-family: 'Inter', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  color: hsl(276, 55%, 25%);
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

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

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

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

.advantage-item:nth-child(odd) {
  flex-direction: row;
}

.advantage-item:nth-child(even) {
flex-direction: row-reverse;
}

.advantage-content {
  width: calc(50% - 40px);
  background: white;
  padding: 35px 30px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  position: relative;
}

.advantage-item:nth-child(odd) .advantage-content {
  margin-right: 80px;
  text-align: right;
}

.advantage-item:nth-child(even) .advantage-content {
margin-left: 80px;
  text-align: left;
}

.advantage-content:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(123, 67, 151, 0.15);
}

.advantage-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, hsl(276, 55%, 40%) 0%, hsl(276, 55%, 65%) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  box-shadow: 0 6px 20px rgba(123, 67, 151, 0.3);
  border: 5px solid #fff;
}

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

.advantage-content h3 {
font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: hsl(276, 55%, 25%);
  margin-bottom: 16px;
}

.advantage-content p {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.75;
  margin: 0;
}

.advantage-number {
  position: absolute;
  top: -15px;
  font-family: 'Inter', sans-serif;
  font-size: 4rem;
  font-weight: 800;
  color: hsl(276, 55%, 65%);
  opacity: 0.15;
  z-index: -1;
}

.advantage-item:nth-child(odd) .advantage-number {
right: -20px;
}

.advantage-item:nth-child(even) .advantage-number {
  left: -20px;
}

@media (max-width: 992px) {
  #advantages::before {
    left: 30px;
  }
  
  .advantage-item {
    flex-direction: row !important;
  }
  
  .advantage-content {
    width: calc(100% - 100px);
    margin-left: 100px !important;
    margin-right: 0 !important;
    text-align: left !important;
  }
  
  .advantage-icon {
    left: 30px;
    transform: translateX(0);
  }
}

@media (max-width: 576px) {
  #advantages {
padding: 60px 0;
  }
  
  .advantages-header h2 {
    font-size: 2.2rem;
  }
  
  .advantage-content {
    padding: 25px 20px;
  }
  
  .advantage-content h3 {
    font-size: 1.35rem;
  }
  
  .advantage-icon {
    width: 60px;
    height: 60px;
  }
  
  .advantage-icon i {
    font-size: 26px;
  }
}

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

.about-section {
  padding: 80px 0;
  background: #ffffff;
  font-family: 'Raleway', sans-serif;
}

.about-section .container {
  max-width: 1200px;
}

.about-content-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 70px;
}

.about-image-container {
  flex: 0 0 48%;
  position: relative;
}

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

.about-text-container {
  flex: 1;
  color: #333;
}

.about-text-container h2 {
  font-family: 'Inter', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: hsl(276, 55%, 40%);
  margin-bottom: 25px;
  line-height: 1.2;
}

.about-text-container p {
  font-size: 17px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
}

.about-text-container .lead-text {
  font-size: 19px;
  font-weight: 500;
  color: #222;
  margin-bottom: 25px;
}

.mission-values-section {
  background: #f8f9fa;
  padding: 60px 40px;
  border-radius: 10px;
  margin-top: 50px;
}

.mission-values-section h3 {
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: hsl(276, 55%, 25%);
  margin-bottom: 30px;
  text-align: center;
}

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

.value-item {
  background: white;
  padding: 30px 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.value-item h4 {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: hsl(276, 55%, 40%);
  margin-bottom: 15px;
}

.value-item p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

.second-content-wrapper {
  display: flex;
  align-items: center;
  gap: 45px;
  margin-top: 80px;
  flex-direction: row-reverse;
}

.second-image-container {
  flex: 0 0 50%;
}

.second-image-container img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.second-text-container {
  flex: 1;
  color: #333;
}

.second-text-container h3 {
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: hsl(276, 55%, 25%);
  margin-bottom: 20px;
}

.second-text-container p {
  font-size: 17px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 18px;
}

.highlight-box {
  background: hsl(276, 55%, 95%);
  border-left: 4px solid hsl(276, 55%, 40%);
  padding: 25px 30px;
  margin-top: 30px;
  border-radius: 5px;
}

.highlight-box p {
  margin: 0;
  font-size: 18px;
  color: #222;
  font-weight: 500;
}

@media (max-width: 992px) {
  .about-content-wrapper,
  .second-content-wrapper {
    flex-direction: column;
    gap: 35px;
  }
  
  .about-image-container,
  .second-image-container {
    flex: 0 0 100%;
  }
  
  .about-text-container h2 {
    font-size: 36px;
  }
  
  .mission-values-section {
    padding: 45px 25px;
  }
}

@media (max-width: 768px) {
  .about-section {
    padding: 50px 0;
  }
  
  .about-text-container h2 {
    font-size: 32px;
  }
  
  .mission-values-section h3 {
    font-size: 28px;
  }
  
  .values-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .second-text-container h3 {
    font-size: 30px;
  }
}

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

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

.statistics-section::before {
content: '';
  position: absolute;
  top: 0;
left: 0;
  width: 100%;
height: 100%;
  background: radial-gradient(circle at 20% 50%, rgba(142, 84, 165, 0.08) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(142, 84, 165, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

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

.stats-header h2 {
font-family: 'Inter', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  color: hsl(276, 55%, 25%);
margin-bottom: 15px;
    letter-spacing: -0.5px;
}

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

.stats-grid {
display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 35px;
  position: relative;
z-index: 2;
}

.stat-item {
  text-align: center;
  padding: 35px 20px;
background: white;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(142, 84, 165, 0.1);
transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

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

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

.stat-item:hover {
  transform: translateY(-8px);
box-shadow: 0 12px 35px rgba(142, 84, 165, 0.18);
}

.stat-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, hsl(276, 55%, 40%) 0%, hsl(276, 55%, 65%) 100%);
border-radius: 50%;
  display: flex;
align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
transition: transform 0.3s ease;
}

.stat-item:hover .stat-icon {
  transform: scale(1.15) rotate(5deg);
}

.stat-number {
font-family: 'Inter', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: hsl(276, 55%, 25%);
  margin-bottom: 8px;
    line-height: 1.2;
}

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

@media (max-width: 768px) {
.statistics-section {
    padding: 60px 0;
  }
  
  .stats-header h2 {
    font-size: 2.2rem;
  }
  
.stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 25px;
}

  .stat-item {
padding: 28px 15px;
  }
  
  .stat-icon {
    width: 60px;
    height: 60px;
font-size: 28px;
  }
  
  .stat-number {
    font-size: 2rem;
  }
}

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

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

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

#blog .section-title {
  font-family: 'Inter', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: hsl(276, 55%, 40%);
  margin-bottom: 15px;
}

#blog .section-subtitle {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

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

.blog-card {
  background: white;
  border-radius: 12px;
  padding: 35px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
  position: relative;
  overflow: hidden;
}

.blog-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, hsl(276, 55%, 40%), hsl(276, 55%, 65%));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

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

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

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

.blog-category {
  display: inline-block;
  padding: 6px 16px;
  background: hsl(276, 55%, 65%);
  color: white;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

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

.blog-reading-time {
  color: #888;
  font-size: 0.9rem;
  margin-left: auto;
}

.blog-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  color: hsl(276, 55%, 25%);
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.4;
}

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

.blog-card h3 a:hover {
  color: hsl(276, 55%, 40%);
}

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

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

.blog-read-more:hover {
  gap: 12px;
  color: hsl(276, 55%, 30%);
}

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

.btn-view-all {
  display: inline-block;
  padding: 16px 45px;
  background: hsl(276, 55%, 40%);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid hsl(276, 55%, 40%);
}

.btn-view-all:hover {
  background: hsl(276, 55%, 25%);
  border-color: hsl(276, 55%, 25%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(123, 64, 153, 0.3);
  color: white;
}

@media (max-width: 992px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  #blog .section-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  #blog {
    padding: 60px 0;
  }
  
  .blog-card {
    padding: 25px;
  }
  
  #blog .section-title {
    font-size: 1.75rem;
  }
  
  .blog-meta {
    gap: 12px;
  }
  
  .blog-reading-time {
    margin-left: 0;
    width: 100%;
  }
}

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

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

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

.disclaimer-card {
  background: white;
    border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    padding: 50px 45px;
  border-left: 5px solid hsl(276, 55%, 40%);
}

.disclaimer-icon-wrapper {
  text-align: center;
  margin-bottom: 28px;
}

.disclaimer-icon {
    font-size: 48px;
  color: hsl(276, 55%, 40%);
    opacity: 0.9;
}

.disclaimer-title {
  font-family: 'Inter', sans-serif;
    font-size: 2rem;
  font-weight: 700;
    color: #222;
  text-align: center;
  margin-bottom: 32px;
    letter-spacing: -0.5px;
}

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

.disclaimer-content strong {
    color: hsl(276, 55%, 35%);
  font-weight: 600;
}

@media (max-width: 768px) {
  .disclaimer-section {
      padding: 60px 0;
  }
  
  .disclaimer-card {
    padding: 35px 25px;
      border-radius: 12px;
  }
  
    .disclaimer-title {
    font-size: 1.65rem;
      margin-bottom: 24px;
  }
  
  .disclaimer-icon {
      font-size: 40px;
  }
  
    .disclaimer-content {
    font-size: 0.95rem;
      line-height: 1.7;
  }
}

@media (max-width: 480px) {
    .disclaimer-card {
    padding: 28px 20px;
  }
  
  .disclaimer-title {
      font-size: 1.5rem;
  }
  
    .disclaimer-icon {
    font-size: 36px;
  }
}

.privacy-policy {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        line-height: 1.8;
        color: #2c3e50;
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 20px;
        background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    }
    
    .policy-container {
        background: #ffffff;
        border-radius: 12px;
        padding: 50px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    }
    
    .policy-header {
        text-align: center;
        margin-bottom: 50px;
        padding-bottom: 30px;
        border-bottom: 3px solid #3498db;
    }
    
    .policy-header h1 {
        font-size: 2.8em;
        color: #2c3e50;
        margin-bottom: 15px;
        font-weight: 700;
    }
    
    .last-updated {
        color: #7f8c8d;
        font-size: 0.95em;
        font-style: italic;
    }
    
    .policy-section {
        margin-bottom: 40px;
    }
    
    .policy-section h2 {
        font-size: 1.9em;
        color: #2980b9;
        margin-bottom: 20px;
        padding-left: 15px;
        border-left: 5px solid #3498db;
        font-weight: 600;
    }
    
    .policy-section h3 {
        font-size: 1.4em;
        color: #34495e;
        margin-top: 25px;
        margin-bottom: 15px;
        font-weight: 600;
    }
    
    .policy-section p {
        margin-bottom: 15px;
        text-align: justify;
    }
    
    .policy-list {
        margin: 20px 0;
        padding-left: 0;
    }
    
    .policy-list li {
        margin-bottom: 12px;
        padding-left: 30px;
        position: relative;
        list-style: none;
    }
    
    .policy-list li:before {
        content: "→";
        position: absolute;
        left: 0;
        color: #3498db;
        font-weight: bold;
        font-size: 1.2em;
    }
    
    .highlight-box {
        background: #ecf9ff;
        border-left: 4px solid #3498db;
        padding: 20px;
        margin: 25px 0;
        border-radius: 5px;
    }
    
    .rights-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
        margin: 25px 0;
    }
    
    .right-card {
        background: #f8f9fa;
        padding: 20px;
        border-radius: 8px;
        border-top: 3px solid #3498db;
        transition: transform 0.3s ease;
    }
    
    .right-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    
    .right-card h4 {
        color: #2980b9;
        margin-bottom: 10px;
        font-size: 1.2em;
    }
    
    .platform-badge {
        display: inline-block;
        background: #3498db;
        color: white;
        padding: 5px 15px;
        border-radius: 20px;
        font-size: 0.9em;
        margin: 5px 5px 5px 0;
        font-weight: 600;
    }
    
    .company-info {
        background: #2c3e50;
        color: white;
        padding: 30px;
        border-radius: 8px;
        margin-top: 40px;
    }
    
    .company-info h2 {
        color: white;
        border-left-color: white;
    }
    
    .important-notice {
        background: #fff3cd;
        border: 2px solid #ffc107;
        padding: 20px;
        border-radius: 8px;
        margin: 25px 0;
    }
    
    .important-notice strong {
        color: #856404;
    }

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

.terms-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: 'Georgia', serif;
    line-height: 1.8;
    color: #2c3e50;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

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

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

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

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

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

.terms-section h2 {
    color: #3498db;
    font-size: 2em;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ecf0f1;
    display: flex;
    align-items: center;
}

.terms-section h2::before {
    content: "§";
    margin-right: 15px;
    font-size: 1.3em;
    color: #e74c3c;
}

.terms-section h3 {
    color: #34495e;
    font-size: 1.4em;
    margin-top: 25px;
    margin-bottom: 15px;
}

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

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

.terms-section ul li {
    padding: 12px 0 12px 35px;
    position: relative;
    margin-bottom: 10px;
}

.terms-section ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
    font-size: 1.3em;
}

.important-notice {
    background: #fff3cd;
    border-left: 5px solid #ffc107;
    padding: 20px;
    margin: 25px 0;
    border-radius: 5px;
}

.important-notice strong {
    color: #856404;
    display: block;
    margin-bottom: 10px;
    font-size: 1.1em;
}

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

.acceptance-box p {
    font-size: 1.2em;
    margin: 0;
}