
/* Block 1 */
.hero-banner {
        position: relative;
        overflow: hidden;
        color: white;
    }

    .hero-background {
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 600px;
    }

    .hero-bg-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .hero-overlay {
        position: relative;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(30, 41, 59, 0.85) 0%, rgba(71, 85, 105, 0.75) 50%, rgba(15, 23, 42, 0.9) 100%);
        z-index: 1;
    }

    .hero-banner .container {
        position: relative;
        top: -100vh;
        z-index: 2;
        height: 100vh;
        min-height: 600px;
    }

    .hero-content {
        padding: 2rem 0;
        max-width: 100%;
    }

    .hero-title {
        font-size: 3.5rem;
        font-weight: 800;
        line-height: 1.1;
        margin-bottom: 1.5rem;
        background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }

    .hero-subtitle {
        font-size: 1.75rem;
        font-weight: 600;
        color: #cbd5e1;
        margin-bottom: 2rem;
        line-height: 1.3;
    }

    .hero-description {
        font-size: 1.25rem;
        line-height: 1.7;
        color: #e2e8f0;
        margin-bottom: 1.5rem;
        font-weight: 400;
    }

    .hero-description-secondary {
        font-size: 1.125rem;
        line-height: 1.6;
        color: #cbd5e1;
        margin-bottom: 3rem;
        font-weight: 300;
    }

    .hero-actions {
        display: flex;
        flex-direction: column;
        gap: 2.5rem;
    }

    .btn-primary-hero {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 1.25rem 2.5rem;
        background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
        color: white;
        text-decoration: none;
        font-size: 1.25rem;
        font-weight: 700;
        border-radius: 12px;
        box-shadow: 0 10px 25px rgba(59, 130, 246, 0.4);
        transition: all 0.3s ease;
        align-self: flex-start;
        border: 2px solid transparent;
    }

    .btn-primary-hero:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(59, 130, 246, 0.6);
        background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
        color: white;
        text-decoration: none;
    }

    .hero-stats {
        display: flex;
        gap: 3rem;
        flex-wrap: wrap;
    }

    .stat-item {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .stat-number {
        font-size: 2.25rem;
        font-weight: 800;
        color: #3b82f6;
        line-height: 1;
    }

    .stat-label {
        font-size: 0.875rem;
        font-weight: 500;
        color: #cbd5e1;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    @media (max-width: 768px) {
        .hero-title {
            font-size: 2.5rem;
        }

        .hero-subtitle {
            font-size: 1.5rem;
        }

        .hero-description {
            font-size: 1.125rem;
        }

        .hero-description-secondary {
            font-size: 1rem;
        }

        .btn-primary-hero {
            padding: 1rem 2rem;
            font-size: 1.125rem;
        }

        .hero-stats {
            gap: 2rem;
        }

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

        .hero-background {
            height: 100vh;
            min-height: 500px;
        }

        .hero-banner .container {
            height: 100vh;
            min-height: 500px;
        }
    }

    @media (max-width: 576px) {
        .hero-stats {
            gap: 1.5rem;
        }

        .stat-item {
            min-width: calc(50% - 0.75rem);
        }
    }

/* Block 2 */
.writing-methodology {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
}

.methodology-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.methodology-description {
    font-size: 1.1rem;
    color: #5a6c7d;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.methodology-description-extended {
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 0;
}

.methodology-image-wrapper {
    padding-left: 2rem;
}

.methodology-image {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.methodology-steps {
    margin: 60px 0;
}

.step-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    height: 100%;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #e8ecf0;
}

.step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.step-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.step-icon i {
    font-size: 1.8rem;
    color: #ffffff;
}

.step-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.step-description {
    font-size: 1rem;
    color: #5a6c7d;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

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

.step-features li {
    color: #6c757d;
    font-size: 0.95rem;
    padding: 0.4rem 0;
    position: relative;
    padding-left: 1.5rem;
}

.step-features li:before {
    content: '✓';
    color: #28a745;
    font-weight: bold;
    position: relative;
    left: -1.5rem;
    margin-right: 0.5rem;
}

.methodology-benefits {
    margin: 60px 0;
}

.benefit-item {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f3f6;
}

.benefit-header {
    margin-bottom: 1.5rem;
}

.benefit-image {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    margin-bottom: 1rem;
    object-fit: cover;
}

.benefit-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0;
}

.benefit-text {
    font-size: 1rem;
    color: #5a6c7d;
    line-height: 1.6;
    margin-bottom: 0;
}

.methodology-cta {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    padding: 3rem 2rem;
    text-align: center;
    margin-top: 60px;
}

.cta-title {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

.cta-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-button {
    display: inline-block;
    background: #ffffff;
    color: #667eea;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    color: #667eea;
}

@media (max-width: 991px) {
    .methodology-image-wrapper {
        padding-left: 0;
        margin-top: 2rem;
    }
    
    .methodology-title {
        font-size: 2rem;
    }
    
    .step-card {
        padding: 2rem 1.5rem;
    }
    
    .cta-title {
        font-size: 1.7rem;
    }
}

@media (max-width: 767px) {
    .writing-methodology {
        padding: 60px 0;
    }
    
    .methodology-title {
        font-size: 1.8rem;
    }
    
    .step-card {
        padding: 1.5rem;
    }
    
    .benefit-item {
        padding: 1.5rem;
    }
    
    .methodology-cta {
        padding: 2rem 1rem;
    }
}

/* Block 3 */
.testimonials-showcase {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  position: relative;
}

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

.testimonials-title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.testimonials-subtitle {
  font-size: 1.2rem;
  color: #4a5568;
  line-height: 1.6;
  margin: 0;
}

.testimonials-stats {
  display: flex;
  justify-content: flex-end;
}

.stat-circle {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  width: 180px;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: 0 20px 40px rgba(102, 126, 234, 0.3);
}

.stat-number {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}

.stat-label {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  opacity: 0.9;
}

.star-rating {
  margin-top: 0.5rem;
}

.star-rating i {
  color: #ffd700;
  font-size: 1.1rem;
  margin: 0 2px;
}

.testimonials-grid {
  margin-bottom: 80px;
}

.testimonial-card {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.testimonial-card.featured {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  transform: scale(1.05);
}

.testimonial-card.featured .testimonial-name,
.testimonial-card.featured .testimonial-text {
  color: white;
}

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

.testimonial-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  gap: 1rem;
}

.testimonial-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #e2e8f0;
}

.testimonial-card.featured .testimonial-avatar {
  border-color: rgba(255, 255, 255, 0.3);
}

.testimonial-info {
  flex: 1;
}

.testimonial-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a202c;
  margin: 0 0 0.3rem 0;
}

.testimonial-title {
  color: #667eea;
  font-weight: 600;
  font-size: 0.95rem;
}

.testimonial-achievement {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  opacity: 0.8;
}

.testimonial-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #2d3748;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.testimonial-details {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.testimonial-genre {
  font-weight: 600;
  color: #667eea;
  font-size: 0.9rem;
}

.testimonial-progress {
  font-size: 0.85rem;
  color: #4a5568;
  opacity: 0.8;
}

.testimonial-quote-mark {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  font-size: 2rem;
  color: #e2e8f0;
}

.testimonial-card.featured .testimonial-quote-mark {
  color: rgba(255, 255, 255, 0.2);
}

.testimonial-card.horizontal {
  padding: 2rem;
}

.testimonial-header-horizontal {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.testimonial-avatar-small {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-info-horizontal {
  flex: 1;
}

.testimonial-name-small {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a202c;
  margin: 0;
}

.testimonial-title-small {
  color: #667eea;
  font-weight: 600;
  font-size: 0.85rem;
}

.testimonial-rating {
  margin-left: auto;
}

.testimonial-rating i {
  color: #ffd700;
  font-size: 0.9rem;
}

.testimonial-text-horizontal {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #2d3748;
  margin-bottom: 1rem;
}

.testimonial-achievement-horizontal {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: #667eea;
  font-weight: 600;
}

.success-metrics {
  margin-bottom: 80px;
}

.metric-card {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.metric-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.metric-icon {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: white;
  font-size: 1.5rem;
}

.metric-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a202c;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.metric-label {
  font-size: 0.9rem;
  color: #4a5568;
  font-weight: 600;
}

.testimonials-cta {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  margin-top: 60px;
}

.cta-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.cta-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.9) 0%, rgba(118, 75, 162, 0.9) 100%);
}

.cta-content-wrapper {
  position: relative;
  z-index: 2;
  padding: 80px 40px;
  text-align: center;
  color: white;
}

.cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.cta-description {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  opacity: 0.95;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.cta-btn-primary {
  background: white;
  color: #667eea;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: 3px solid white;
}

.cta-btn-primary:hover {
  background: transparent;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2);
}

.cta-btn-secondary {
  background: transparent;
  color: white;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  border: 3px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.cta-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: white;
  transform: translateY(-2px);
}

.cta-guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  opacity: 0.9;
}

@media (max-width: 991px) {
  .testimonials-title {
    font-size: 2.5rem;
  }
  
  .testimonials-stats {
    justify-content: center;
    margin-top: 2rem;
  }
  
  .stat-circle {
    width: 150px;
    height: 150px;
  }
  
  .stat-number {
    font-size: 2.5rem;
  }
  
  .testimonial-card.featured {
    transform: none;
  }
  
  .cta-title {
    font-size: 2rem;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-btn-primary,
  .cta-btn-secondary {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .testimonials-showcase {
    padding: 60px 0;
  }
  
  .testimonial-card {
    padding: 1.5rem;
  }
  
  .testimonial-header {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
  
  .testimonial-header-horizontal {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
  
  .testimonial-rating {
    margin-left: 0;
  }
  
  .cta-content-wrapper {
    padding: 60px 20px;
  }
  
  .metric-number {
    font-size: 2rem;
  }
}

/* Block 4 */
.writing-genres-mastery {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9ff 0%, #fff5f3 100%);
    position: relative;
}

.genres-header {
    margin-bottom: 60px;
}

.genres-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 20px;
    line-height: 1.2;
}

.genres-subtitle {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

.genres-stats-card {
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    text-align: center;
}

.stat-highlight {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.stat-highlight:last-child {
    margin-bottom: 0;
}

.stat-highlight .stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #6366f1;
    line-height: 1;
}

.stat-highlight .stat-label {
    font-size: 0.9rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 5px;
}

.genres-grid {
    margin-bottom: 80px;
}

.genre-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    height: 100%;
    border: 2px solid transparent;
}

.genre-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    border-color: #6366f1;
}

.genre-card.premium {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    transform: scale(1.02);
}

.genre-card.premium .genre-content {
    color: white;
}

.genre-card.premium .genre-name {
    color: white;
}

.genre-header {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.genre-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.genre-card:hover .genre-image {
    transform: scale(1.1);
}

.genre-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(99,102,241,0.8), rgba(139,92,246,0.8));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.genre-card:hover .genre-overlay {
    opacity: 1;
}

.genre-icon {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #6366f1;
}

.genre-content {
    padding: 30px;
}

.genre-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 15px;
}

.genre-description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 0.95rem;
}

.genre-features {
    margin-bottom: 25px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.feature-item i {
    color: #10b981;
    margin-right: 10px;
    font-size: 0.8rem;
}

.genre-card.premium .feature-item i {
    color: #a7f3d0;
}

.genre-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.genre-card.premium .genre-stats {
    border-top-color: rgba(255,255,255,0.2);
}

.stat-item {
    text-align: center;
}

.stat-value {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #6366f1;
    line-height: 1;
}

.genre-card.premium .stat-value {
    color: white;
}

.stat-desc {
    font-size: 0.8rem;
    color: #9ca3af;
    margin-top: 5px;
}

.genre-card.premium .stat-desc {
    color: rgba(255,255,255,0.8);
}

.genre-specialization {
    margin: 80px 0;
}

.specialization-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 20px;
}

.specialization-description {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 40px;
}

.benefit-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.benefit-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.benefit-icon i {
    font-size: 1.2rem;
    color: white;
}

.benefit-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 8px;
}

.benefit-text {
    color: #666;
    line-height: 1.5;
    margin-bottom: 0;
}

.specialization-image-wrapper {
    position: relative;
}

.specialization-image {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.floating-genre {
    position: absolute;
    background: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    animation: float 3s ease-in-out infinite;
}

.floating-genre.fantasy {
    top: 20%;
    right: 10%;
    color: #8b5cf6;
    animation-delay: 0s;
}

.floating-genre.mystery {
    top: 60%;
    left: 5%;
    color: #ef4444;
    animation-delay: 1s;
}

.floating-genre.romance {
    bottom: 30%;
    right: 20%;
    color: #ec4899;
    animation-delay: 2s;
}

.floating-genre.literary {
    top: 40%;
    right: 5%;
    color: #10b981;
    animation-delay: 1.5s;
}

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

.genre-mastery-cta {
    margin-top: 60px;
}

.cta-wrapper {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 25px;
    padding: 60px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="20" r="1.5" fill="rgba(255,255,255,0.1)"/><circle cx="20" cy="80" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="90" r="1.2" fill="rgba(255,255,255,0.1)"/></svg>');
}

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

.cta-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
}

.cta-description {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.9);
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-action-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.cta-btn-primary {
    background: white;
    color: #6366f1;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.cta-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    color: #5a5fcf;
}

.cta-guarantee-badge {
    display: flex;
    align-items: center;
    color: rgba(255,255,255,0.9);
    font-size: 0.9rem;
}

.cta-guarantee-badge i {
    margin-right: 8px;
    color: #fbbf24;
}

@media (max-width: 768px) {
    .genres-title {
        font-size: 2.2rem;
    }
    
    .genres-subtitle {
        font-size: 1.1rem;
    }
    
    .genre-card.premium {
        transform: none;
    }
    
    .specialization-title {
        font-size: 1.8rem;
    }
    
    .benefit-row {
        flex-direction: column;
        text-align: center;
    }
    
    .benefit-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .cta-title {
        font-size: 1.8rem;
    }
    
    .floating-genre {
        display: none;
    }
}

/* Block 5 */
.contact-form-section {
  padding: 120px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  position: relative;
  overflow: hidden;
}

.contact-form-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 20%, rgba(255, 99, 132, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.form-wrapper {
  position: relative;
  z-index: 1;
}

.form-intro {
  padding-right: 40px;
}

.form-title {
  font-size: 3rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 24px;
  line-height: 1.1;
}

.form-subtitle {
  font-size: 1.25rem;
  color: #64748b;
  margin-bottom: 48px;
  line-height: 1.6;
}

.form-benefits {
  margin-bottom: 40px;
}

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

.benefit-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
}

.benefit-icon i {
  color: white;
  font-size: 18px;
}

.benefit-text h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 4px;
}

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

.trust-indicators {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.indicator-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: #64748b;
  font-weight: 500;
}

.trust-icon {
  width: 20px;
  height: 20px;
}

.form-container {
  background: white;
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e8f0;
}

.form-header {
  margin-bottom: 40px;
  text-align: center;
}

.form-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 12px;
}

.form-description {
  font-size: 1rem;
  color: #64748b;
  line-height: 1.6;
}

.form-grid {
  display: grid;
  gap: 24px;
  margin-bottom: 32px;
}

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

.input-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
}

.input-wrapper {
  position: relative;
}

.input-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 16px;
}

.form-input {
  width: 100%;
  padding: 16px 16px 16px 48px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  font-size: 1rem;
  transition: all 0.2s ease;
  background: #fafafa;
}

.form-input:focus {
  outline: none;
  border-color: #667eea;
  background: white;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-input::placeholder {
  color: #9ca3af;
}

.form-extras {
  margin-bottom: 32px;
  padding: 24px;
  background: #f8fafc;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
}

.selector-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 12px;
}

.level-options {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.level-option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: white;
  transition: all 0.2s ease;
  font-size: 0.9rem;
}

.level-option:hover {
  border-color: #667eea;
  background: #f0f4ff;
}

.level-option input {
  margin: 0;
}

.interest-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.interest-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  background: white;
  transition: all 0.2s ease;
  font-size: 0.85rem;
}

.interest-tag:hover {
  border-color: #667eea;
  background: #f0f4ff;
}

.interest-tag input {
  margin: 0;
}

.form-agreement {
  margin-bottom: 32px;
}

.agreement-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 1.5;
}

.agreement-checkbox input {
  margin: 0;
  transform: scale(1.1);
}

.agreement-text {
  color: #64748b;
}

.submit-button {
  width: 100%;
  padding: 18px 32px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 12px;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
}

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

.button-icon {
  transition: transform 0.2s ease;
}

.submit-button:hover .button-icon {
  transform: translateX(4px);
}

.form-guarantee {
  margin-top: 24px;
  text-align: center;
}

.guarantee-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  color: #166534;
}

.guarantee-badge i {
  font-size: 18px;
}

.guarantee-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.guarantee-title {
  font-size: 0.9rem;
  font-weight: 600;
}

.guarantee-desc {
  font-size: 0.8rem;
  opacity: 0.8;
}

.success-stories-preview {
  margin-top: 80px;
}

.stories-header {
  text-align: center;
  margin-bottom: 48px;
}

.stories-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 16px;
}

.stories-subtitle {
  font-size: 1.2rem;
  color: #64748b;
}

.timeline-preview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-bottom: 64px;
}

.timeline-item {
  background: white;
  border-radius: 16px;
  padding: 32px;
  border: 1px solid #e2e8f0;
  position: relative;
}

.timeline-marker {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.marker-number {
  color: white;
  font-weight: 700;
  font-size: 1.2rem;
}

.timeline-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
}

.timeline-description {
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 12px;
}

.timeline-duration {
  display: inline-block;
  padding: 4px 12px;
  background: #f1f5f9;
  color: #475569;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.final-testimonial {
  margin-top: 48px;
}

.testimonial-card-large {
  background: white;
  border-radius: 20px;
  padding: 48px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}

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

.testimonial-text-large {
  font-size: 1.4rem;
  color: #1e293b;
  line-height: 1.6;
  margin-bottom: 32px;
  font-style: italic;
}

.testimonial-author-large {
  display: flex;
  align-items: center;
  gap: 20px;
}

.author-avatar-large {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

.author-name-large {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 4px;
}

.author-title-large {
  color: #64748b;
  font-size: 0.95rem;
  display: block;
  margin-bottom: 8px;
}

.author-achievement-large {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #f59e0b;
  font-size: 0.85rem;
  font-weight: 600;
}

.testimonial-background-large {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  opacity: 0.05;
  overflow: hidden;
}

.testimonial-background-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .form-intro {
    padding-right: 0;
    margin-bottom: 48px;
  }
  
  .form-title {
    font-size: 2.5rem;
  }
  
  .form-container {
    padding: 32px;
  }
  
  .level-options, .interest-tags {
    justify-content: center;
  }
  
  .timeline-preview {
    grid-template-columns: 1fr;
  }
  
  .testimonial-card-large {
    padding: 32px;
  }
  
  .testimonial-text-large {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .contact-form-section {
    padding: 80px 0;
  }
  
  .form-title {
    font-size: 2rem;
  }
  
  .stories-title {
    font-size: 2rem;
  }
  
  .form-container {
    padding: 24px;
  }
  
  .testimonial-author-large {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  
  .author-info-large {
    text-align: center;
  }
  
  .trust-indicators {
    justify-content: center;
  }
}
