/* Import Google Fonts */

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/* Custom styles for SzkoleniePro */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
  font-family: "Raleway", sans-serif;
    line-height: 1.6;
    color: #432c50;
    background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Lora", serif;
}

/* Navigation */
.navbar {
    background-color: #2d2d2d !important;
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    padding: 1rem 10px;
    border: none;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.5rem;
    color: #f700ff !important;
}

.navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 500;
    margin: 0 1rem;
    padding: 0.5rem 0 !important;
    position: relative;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #e7abea !important;
}


/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 1rem 0;
    z-index: 1050;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
}

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

.cookie-banner p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

.cookie-link {
    color: #d334db;
    text-decoration: none;
    font-weight: 500;
}

.cookie-link:hover {
    color: #ca5de2;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .navbar-nav .nav-link {
        margin: 0.2rem 0;
    }
    
    .cookie-banner .col-md-4 {
        text-align: center !important;
        margin-top: 1rem;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* Background Colors for Different Pages */
.bg-secondary {
    background: linear-gradient(135deg, #95a5a6 0%, #7f8c8d 100%) !important;
}

.bg-info {
    background: linear-gradient(135deg, #d334db 0%, #9f29b9 100%) !important;
}

.bg-success {
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%) !important;
}

.bg-warning {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%) !important;
}

/* Hero Image Placeholder */
.hero-image-placeholder {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-icon {
    font-size: 8rem;
    opacity: 0.8;
    animation: float 3s ease-in-out infinite;
}

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

.hero-buttons .btn {
    margin-bottom: 1rem;
}

/* Benefits Section */
.benefits-icon {
    margin-bottom: 2rem;
}

.ai-learning-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.list-unstyled li {
    font-size: 1.1rem;
    color: #2c3e50;
    padding-left: 1rem;
}

.list-unstyled li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: linear-gradient(45deg, #d334db, #9f29b9);
    border-radius: 50%;
}

.list-unstyled li {
    position: relative;
}

/* Target Audience Cards */
.target-audience .card {
    height: 100%;
    transition: all 0.3s ease;
}

.target-audience .card:hover {
    transform: translateY(-5px);
}

.target-audience .card-body div {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

/* Section Background */
#f9f0ff {
    background-color: #f8f9fa !important;
}

/* Smooth Animations */
.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

/* Utilities */
.text-gradient {
    background: linear-gradient(45deg, #d334db, #9f29b9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Spacing utilities */
.mb-6 {
    margin-bottom: 4rem !important;
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
} 

/* Стилі для Footer */
.footer {
  background-color: #eed9ff;
  padding: 80px 0 30px;
  color: var(--main-text-color);
  position: relative;
}

.footer-content {
  margin-bottom: 50px;
}

.footer-logo {
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent-color-1);
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px;
}

.footer-logo:hover {
  color: var(--accent-color-2);
  text-decoration: none;
}

.footer-description {
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.8;
  margin-bottom: 25px;
}

.footer-section h5 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--main-text-color);
}

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

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

.footer-links a {
  color: var(--main-text-color);
  text-decoration: none;
  font-size: 0.95rem;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: var(--accent-color-1);
  opacity: 1;
  text-decoration: none;
}

.contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info li {
  margin-bottom: 15px;
  font-size: 0.95rem;
  opacity: 0.8;
}

.contact-info a {
  color: var(--main-text-color);
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-info a:hover {
  color: var(--accent-color-1);
  text-decoration: none;
}

.footer-bottom {
  padding-top: 30px;
  border-top: 1px solid rgba(159, 41, 185, 0.1);
}

.footer-bottom p {
  font-size: 0.9rem;
  opacity: 0.7;
  margin-bottom: 15px;
}

.footer-legal-links {
  margin-bottom: 25px;
}

.footer-legal-links a {
  color: var(--main-text-color);
  text-decoration: none;
  font-size: 0.9rem;
  opacity: 0.7;
  margin-right: 20px;
  transition: all 0.3s ease;
}

.footer-legal-links a:hover {
  color: var(--accent-color-1);
  opacity: 1;
}

.disclaimer {
  background-color: rgba(159, 41, 185, 0.05);
  padding: 25px;
  border-radius: 12px;
  margin-top: 30px;
}

.disclaimer h6 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1rem;
}

.disclaimer p {
  font-size: 0.85rem;
  line-height: 1.6;
  opacity: 0.8;
  margin-bottom: 10px;
}

.disclaimer p:last-child {
  margin-bottom: 0;
}
/* new styles  */

/* Загальні стилі */
:root {
  --main-text-color: #432c50;
  --accent-color-1: #d334db;
  --accent-color-2: #9f29b9;
  --gradient-start: #9f29b9;
  --gradient-end: #d334db;
  --card-bg: rgba(255, 255, 255, 0.9);
  --section-spacing: 100px;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--main-text-color);
  font-weight: 700;
}

.accent-text {
  color: var(--accent-color-1);
}

.gradient-bg {
  background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
}

.section-spacing {
  padding: var(--section-spacing) 0;
}

/* Стилі для блоку 1: Hero Section */
.hero-section {
  padding: 120px 0;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}


@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }
}
.hero-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.hero-btn {
  background: linear-gradient(135deg, var(--gradient-start), var(--accent-color-1));
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(211, 52, 219, 0.2);
}

.hero-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(211, 52, 219, 0.3);
  color: white;
}

/* Стилі для блоку 2: Features */
.features-section {
  padding: 80px 0;
}

.feature-card {
  background-color: var(--card-bg);
  border-radius: 16px;
  padding: 30px;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(67, 44, 80, 0.05);
  border: none;
}

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

.feature-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--gradient-start), var(--accent-color-1));
  color: white;
  border-radius: 12px;
  margin-bottom: 20px;
}

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

.feature-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.feature-text {
  color: var(--main-text-color);
  opacity: 0.8;
  margin-bottom: 0;
}

/* Стилі для блоку 3: Benefits */
.benefits-section {
  padding: 80px 0;
  background-color: #f9f5ff;
}

.benefit-number {
  font-size: 3rem;
  font-weight: 800;
  color: var(--accent-color-1);
  margin-bottom: 10px;
  line-height: 1;
}

.benefit-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--accent-color-2);
}

.benefits-container {
  background: linear-gradient(135deg, #9f29b9, #d334db);
  border-radius: 20px;
  padding: 40px;
  color: white;
}

.benefit-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  transition: all 0.3s ease;
}

.benefit-card:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

/* Стилі для блоку 4: How it works */
.how-it-works-section {
  padding: 80px 0;
}

.step-card {
  padding: 25px;
  background-color: rgba(159, 41, 185, 0.08);
  border-radius: 12px;
  height: 100%;
  transition: all 0.3s ease;
}

.step-card:hover {
  background-color: rgba(159, 41, 185, 0.12);
}

.step-number {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color-1);
  color: white;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 15px;
}

.step-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.how-title {
  font-size: 2.5rem;
  margin-bottom: 50px;
}
/* Стилі для блоку 6: O kursie */
.about-course-section {
  padding: 80px 0;
  background-color: #fcf8ff;
}

.about-course-card {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(159, 41, 185, 0.08);
  overflow: hidden;
  height: 100%;
}

.about-course-content {
  padding: 40px;
}

.about-course-subtitle {
  color: var(--accent-color-2);
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.about-course-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.about-course-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--main-text-color);
  opacity: 0.9;
}

.about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* Стилі для блоку 7: Korzyści szkolenia */
.benefits-course-section {
  padding: 80px 0;
}

.benefits-course-card {
  background: linear-gradient(135deg, rgba(159, 41, 185, 0.03), rgba(211, 52, 219, 0.07));
  border-radius: 20px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.benefits-course-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, transparent, rgba(211, 52, 219, 0.1));
  border-radius: 150px 0 0 0;
  pointer-events: none;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.benefit-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: var(--accent-color-1);
  border-radius: 10px;
  margin-right: 20px;
  box-shadow: 0 8px 20px rgba(159, 41, 185, 0.1);
}

.benefit-icon i {
  font-size: 24px;
}

.benefit-content h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.benefit-content p {
  font-size: 0.95rem;
  color: var(--main-text-color);
  opacity: 0.8;
  margin-bottom: 0;
}

/* Стилі для блоку 8: Plan szkolenia */
.plan-section {
  padding: 80px 0;
  background-color: #fbf6ff;
}

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

.plan-subtitle {
  color: var(--accent-color-2);
  font-weight: 600;
  margin-bottom: 10px;
}

.plan-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.plan-description {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1rem;
  opacity: 0.9;
}

.week-card {
  background-color: white;
  border-radius: 16px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(67, 44, 80, 0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}



.week-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(67, 44, 80, 0.08);
}

.week-number {
  font-size: 1rem;
  font-weight: 700;
  color: var(--accent-color-1);
  margin-bottom: 15px;
}

.week-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.week-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--main-text-color);
  opacity: 0.85;
}

.week-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}

/* Стилі для блоку 9: Opinie uczestników */
.testimonials-section {
  padding: 80px 0;
}

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

.testimonials-subtitle {
  color: var(--accent-color-2);
  font-weight: 600;
  margin-bottom: 10px;
}

.testimonials-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.testimonial-card {
  background-color: white;
  border-radius: 16px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(67, 44, 80, 0.05);
  transition: all 0.3s ease;
  position: relative;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(67, 44, 80, 0.08);
}

.testimonial-quote {
  font-size: 3rem;
  color: var(--accent-color-1);
  opacity: 0.2;
  position: absolute;
  top: 15px;
  left: 20px;
  line-height: 1;
}

.testimonial-text {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 20px;
  position: relative;
  padding-top: 10px;
  font-style: italic;
}

.testimonial-author {
  font-weight: 700;
  color: var(--main-text-color);
}

.testimonial-location {
  font-size: 0.9rem;
  color: var(--accent-color-2);
}

/* Стилі для блоку 10: Call to Action */
.cta-section {
  padding: 100px 0;
  background: linear-gradient(135deg, rgba(159, 41, 185, 0.95), rgba(211, 52, 219, 0.95));
  color: white;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.cta-section::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.cta-title {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #fff;
}


.cta-text {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
  max-width: 800px;
}

.cta-btn {
  background-color: white;
  color: var(--accent-color-1);
  border: none;
  padding: 15px 35px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
  background-color: #f8f8f8;
}

/* Стилі для блоку 11: Formularz kontaktowy */
.contact-form-section {
  padding: 80px 0;
  background-color: #fcf8ff;
}

.contact-form-card {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(159, 41, 185, 0.08);
  padding: 40px;
  height: 100%;
}

.contact-form-title {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.contact-form-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--main-text-color);
  opacity: 0.9;
  margin-bottom: 30px;
}

.form-label {
  font-weight: 600;
  color: var(--main-text-color);
  margin-bottom: 8px;
}

.form-control {
  padding: 12px 15px;
  border-radius: 8px;
  border: 1px solid rgba(159, 41, 185, 0.2);
  transition: all 0.3s ease;
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--accent-color-1);
}

.form-control.is-invalid {
  border-color: #dc3545;
  background-image: none;
}

.invalid-feedback {
  font-size: 0.85rem;
}

.contact-submit-btn {
  background: linear-gradient(135deg, var(--gradient-start), var(--accent-color-1));
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(211, 52, 219, 0.2);
  width: 100%;
  margin-top: 10px;
}

.contact-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(211, 52, 219, 0.3);
  color: white;
}

/* Стилі для блоку 12: Dane kontaktowe */
.contact-info-section {
  padding: 80px 0;
}

.contact-info-card {
  background: linear-gradient(135deg, rgba(159, 41, 185, 0.03), rgba(211, 52, 219, 0.07));
  border-radius: 20px;
  padding: 40px;
  height: 100%;
}

.contact-info-title {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.contact-info-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--main-text-color);
  opacity: 0.9;
  margin-bottom: 30px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.contact-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: var(--accent-color-1);
  border-radius: 10px;
  margin-right: 20px;
  box-shadow: 0 8px 20px rgba(159, 41, 185, 0.1);
}

.contact-icon i {
  font-size: 24px;
}

.contact-content h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.contact-content p {
  font-size: 1rem;
  color: var(--main-text-color);
  margin-bottom: 0;
}

.map-container {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 30px;
}

.map-container iframe {
  width: 100%;
  height: 400px;
  border: none;
}
/* Стилі для блоку 13: Nasza misja */
.mission-section {
  padding: 80px 0;
  background-color: #fff;
}

.mission-card {
  border-radius: 20px;
  padding: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(159, 41, 185, 0.08);
  background: linear-gradient(135deg, #fff, #fcf8ff);
}

.mission-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(to bottom, var(--gradient-start), var(--gradient-end));
}

.mission-subtitle {
  color: var(--accent-color-2);
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.mission-title {
  font-size: 2.2rem;
  margin-bottom: 25px;
  font-weight: 700;
}

.mission-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--main-text-color);
  opacity: 0.9;
}

.mission-icon {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 120px;
  color: rgba(159, 41, 185, 0.05);
}

/* Стилі для блоку 14: Prowadzący szkolenie */
.team-section {
  padding: 80px 0;
  background-color: #fcf8ff;
}

.team-header {
  text-align: center;
  margin-bottom: 50px;
}

.team-subtitle {
  color: var(--accent-color-2);
  font-weight: 600;
  margin-bottom: 10px;
}

.team-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.team-card {
  background-color: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(67, 44, 80, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(67, 44, 80, 0.08);
}

.team-img-container {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

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

.team-card:hover .team-img {
  transform: scale(1.05);
}

.team-content {
  padding: 25px;
}

.team-name {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--main-text-color);
}

.team-bio {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--main-text-color);
  opacity: 0.85;
}

/* Стилі для блоку 15: Moduły tygodniowe */
.modules-section {
  padding: 80px 0;
  background-color: #fff;
}

.modules-header {
  text-align: center;
  margin-bottom: 50px;
}

.modules-subtitle {
  color: var(--accent-color-2);
  font-weight: 600;
  margin-bottom: 10px;
}

.modules-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.module-card {
  background-color: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(67, 44, 80, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.module-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(67, 44, 80, 0.08);
}

.module-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.module-content {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.module-number {
  display: inline-block;
  padding: 5px 12px;
  background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
  color: white;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.module-name {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--main-text-color);
}

.module-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--main-text-color);
  opacity: 0.85;
  flex: 1;
}

/* Стилі для блоку 16: Jak to działa? */
.how-it-works-details-section {
  padding: 80px 0;
  background-color: #fcf8ff;
}

.how-works-card {
  background-color: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 15px 40px rgba(159, 41, 185, 0.08);
  position: relative;
  overflow: hidden;
}

.how-works-card::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(211, 52, 219, 0.05) 0%, rgba(211, 52, 219, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.how-works-subtitle {
  color: var(--accent-color-2);
  font-weight: 600;
  margin-bottom: 10px;
}

.how-works-title {
  font-size: 2.2rem;
  margin-bottom: 30px;
  font-weight: 700;
}

.how-works-description {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 30px;
  color: var(--main-text-color);
  opacity: 0.9;
}

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

.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.feature-bullet {
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
  min-width: 24px;
}

.feature-bullet::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
}

.feature-text {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--main-text-color);
  opacity: 0.9;
}

.feature-highlight {
  font-weight: 600;
  color: var(--accent-color-1);
}

/* Стилі для блоку 17: Ostatnie artykuły */
.latest-articles-section {
  padding: 80px 0;
  background-color: #fff;
}

.latest-articles-header {
  text-align: center;
  margin-bottom: 50px;
}

.latest-articles-subtitle {
  color: var(--accent-color-2);
  font-weight: 600;
  margin-bottom: 10px;
}

.latest-articles-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.article-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(159, 41, 185, 0.1);
}

.article-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.article-number {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
  color: white;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.1rem;
  margin-right: 20px;
  flex-shrink: 0;
}

.article-content h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--main-text-color);
}

.article-content p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--main-text-color);
  opacity: 0.85;
  margin-bottom: 0;
}

.article-container {
  background-color: #fcf8ff;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
}

.article-list-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--main-text-color);
}

/* Стилі для блоку 18: Eksperckie artykuły */
.expert-articles-section {
  padding: 80px 0;
  background-color: #f9f5ff;
}

.expert-articles-header {
  text-align: center;
  margin-bottom: 50px;
}

.expert-articles-subtitle {
  color: var(--accent-color-2);
  font-weight: 600;
  margin-bottom: 10px;
}

.expert-articles-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.expert-article-card {
  background-color: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(67, 44, 80, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.expert-article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(67, 44, 80, 0.08);
}

.expert-article-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.expert-article-content {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.expert-article-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--main-text-color);
}

.expert-article-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--main-text-color);
  opacity: 0.85;
  flex: 1;
}

.expert-article-link {
  display: inline-block;
  margin-top: 20px;
  color: var(--accent-color-1);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.expert-article-link:hover {
  color: var(--accent-color-2);
  text-decoration: none;
}

.expert-article-link i {
  font-size: 1rem;
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.expert-article-link:hover i {
  transform: translateX(5px);
}
/* Стилі для блоку 19: Rozszerzone opinie uczestników */
.extended-testimonials-section {
  padding: 80px 0;
  background-color: #fcf8ff;
}

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

.extended-testimonials-subtitle {
  color: var(--accent-color-2);
  font-weight: 600;
  margin-bottom: 10px;
}

.extended-testimonials-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.extended-testimonial-card {
  background-color: white;
  border-radius: 16px;
  padding: 40px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(67, 44, 80, 0.05);
  transition: all 0.3s ease;
  position: relative;
}

.extended-testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(67, 44, 80, 0.08);
}

.testimonial-quote-icon {
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 40px;
  color: var(--accent-color-1);
  opacity: 0.1;
}

.extended-testimonial-text {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 30px;
  position: relative;
  color: var(--main-text-color);
  opacity: 0.9;
}

.testimonial-person {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(159, 41, 185, 0.1);
  padding-top: 20px;
}

.testimonial-info h4 {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 5px;
  color: var(--main-text-color);
}

.testimonial-info p {
  font-size: 0.9rem;
  color: var(--accent-color-2);
  margin-bottom: 0;
}

.testimonial-stars {
  color: #FFD700;
  font-size: 1.2rem;
}