/**
 * Sections Spacing Optimization
 * Date: 2025-11-08
 * Kompaktes Layout für alle Sections nach Portfolio
 */

/* ================================================================
   SEMINARE CTA SECTION - Reduzierte Abstände
   ================================================================ */

.about#seminare {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.about#seminare .section-header {
    margin-bottom: 1rem !important;
}

.about#seminare .section-header h2 {
    margin-bottom: 0.5rem !important;
    line-height: 1.2 !important;
}

.about#seminare .section-subtitle {
    line-height: 1.5 !important;
}

/* Content Box im Seminare Bereich */
.about#seminare > .container > div {
    margin: 1.5rem auto !important;
}

.about#seminare > .container > div > p {
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1.25rem !important;
}

.about#seminare > .container > div > div {
    margin-top: 1.5rem !important;
}

/* ================================================================
   LEAD MAGNET SECTION - Kompakter
   ================================================================ */

.lead-magnet {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.lead-magnet-box {
    padding: 1.75rem !important;
    gap: 1.5rem !important;
}

.lead-magnet-content h3 {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
    margin-bottom: 0.75rem !important;
}

.lead-magnet-content p {
    line-height: 1.5 !important;
    margin-bottom: 1rem !important;
}

.lead-magnet-benefits {
    margin: 1rem 0 !important;
}

.lead-magnet-benefits li {
    margin-bottom: 0.35rem !important;
    line-height: 1.4 !important;
}

/* ================================================================
   TESTIMONIALS SECTION - Deutlich kompakter
   ================================================================ */

.testimonials {
    padding: 2.5rem 2rem !important;
}

.testimonials .section-header {
    margin-bottom: 1rem !important;
}

.testimonials .section-header h2 {
    margin-bottom: 0.5rem !important;
    line-height: 1.2 !important;
}

.testimonials .section-subtitle {
    line-height: 1.5 !important;
}

/* Testimonials Grid - Engere Abstände */
.testimonials-grid {
    gap: 1.25rem !important;
    margin-top: 1.5rem !important;
}

/* Testimonial Cards - Kompakter */
.testimonial-card {
    padding: 1.5rem !important;
}

.testimonial-text {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1rem !important;
}

.testimonial-rating {
    margin-bottom: 0.75rem !important;
}

/* Social Proof Stats - Weniger Abstand */
.social-proof-stats {
    margin-top: 2rem !important;
}

.social-proof-stats > div {
    gap: 1.5rem !important;
}

.proof-stat > div:first-child {
    font-size: 2rem !important;
    margin-bottom: 0.25rem !important;
}

/* ================================================================
   ABOUT CTA SECTION (Warum SuchyConsulting) - Kompakter
   ================================================================ */

.services#ueber-uns {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.services#ueber-uns .section-header {
    margin-bottom: 1rem !important;
}

.services#ueber-uns .section-header h2 {
    margin-bottom: 0.5rem !important;
    line-height: 1.2 !important;
}

.services#ueber-uns .section-subtitle {
    line-height: 1.5 !important;
}

/* Content Box */
.services#ueber-uns > .container > div {
    margin: 1.5rem auto !important;
}

.services#ueber-uns > .container > div > p {
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1rem !important;
}

.services#ueber-uns .stats-row {
    margin: 1.5rem auto !important;
}

.services#ueber-uns .stat-item {
    margin-bottom: 0.75rem !important;
}

/* ================================================================
   RESPONSIVE - Mobile Optimierung
   ================================================================ */

@media (max-width: 768px) {
    .about#seminare,
    .lead-magnet,
    .testimonials,
    .services#ueber-uns {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .testimonials-grid {
        gap: 1rem !important;
        margin-top: 1rem !important;
    }

    .testimonial-card {
        padding: 1.25rem !important;
    }

    .social-proof-stats {
        margin-top: 1.5rem !important;
    }

    .social-proof-stats > div {
        gap: 1rem !important;
    }
}

/* ================================================================
   SCROLL-REVEAL ANIMATIONS - Deaktiviert für Sichtbarkeit
   ================================================================ */

.fade-in-scroll,
.scroll-reveal-stagger,
.scale-in,
.card-floating {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}
