/* =========================================================
   InnoTech Landing – COMPANY ONLY
   Scope: .innotech-landing.landing--company
   ========================================================= */

/* HERO Overlay / Headline Größe */
.innotech-landing.landing--company .innotech-hero-overlay {
/*     background: linear-gradient(90deg, rgba(31, 61, 47, 0.85) 0%, rgba(31, 61, 47, 0.4) 100%); */
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(40, 60, 90, 0.85) 0%,
        rgba(40, 60, 90, 0.35) 100%
    );
    z-index: 1;
}

.innotech-landing.landing--company .innotech-hero-inner h1 {
    font-size: 3.8rem;
}

/* Network Background */
.innotech-landing.landing--company .network-info-wrapper.network-unternehmen {
    background: linear-gradient(135deg, #1d3557 0%, #457b9d 100%);
}

/* Sticky Company */
.innotech-landing.landing--company .sticky-wrapper.sticky-unternehmen {
    background-color: #eef2f7;
}

.innotech-landing.landing--company .sticky-wrapper.sticky-unternehmen .step-box {
    background-color: #f9fbfd;
}

.innotech-landing.landing--company .sticky-wrapper.sticky-unternehmen .sticky-left-column .box {
    background-color: #ffffff;
    border: 1px solid rgba(46, 95, 232, 0.12);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    position: relative;
    padding-top: 30px;
}

.innotech-landing.landing--company .sticky-wrapper.sticky-unternehmen .sticky-left-column .box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--primary-color);
    border-radius: 12px 12px 0 0;
}

/* FAQ Wrapper Unternehmen */
.innotech-landing.landing--company .faq-wrapper.faq-unternehmen {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background-color: #eef2f7;
    padding: 60px 0;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

/* ========================================= */
/* INNOTECH REVIEWS – Slider + Modal (Company)
/* ========================================= */
.innotech-landing.landing--company .innotech-reviews-section {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 80px 0;
    background: white;
    text-align: center;
}

.innotech-landing.landing--company .reviews-header h2 {
    font-size: 36px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.innotech-landing.landing--company .reviews-header p {
    font-size: 18px;
    color: #555;
    margin-bottom: 50px;
}

.innotech-landing.landing--company .reviews-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.innotech-landing.landing--company .review-slide {
    width: 650px;
    height: 380px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.innotech-landing.landing--company .review-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.innotech-landing.landing--company .review-nav {
    background: none;
    border: none;
    font-size: 52px;
    color: var(--primary-color);
    cursor: pointer;
    transition: opacity 0.3s ease;
    opacity: 0.7;
}

.innotech-landing.landing--company .review-nav:hover {
    color: #0b59d1;
}

/* Modal Pfeile */
.innotech-landing.landing--company .review-modal-nav {
    color: #ffffff;
    font-size: 36px;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    transition: background 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

.innotech-landing.landing--company .review-modal-nav.prev { left: 20px; }
.innotech-landing.landing--company .review-modal-nav.next { right: 20px; }

.innotech-landing.landing--company .review-modal-nav:hover {
    background: rgba(0, 0, 0, 0.6);
    transform: translateY(-50%) scale(1.1);
    color: var(--primary-color);
}

/* Responsive Modal Pfeile */
@media (max-width: 1024px) {
    .innotech-landing.landing--company .review-modal-nav {
        font-size: 32px;
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 768px) {
    .innotech-landing.landing--company .review-modal-nav {
        font-size: 28px;
        width: 40px;
        height: 40px;
    }
    .innotech-landing.landing--company .review-modal-nav.prev { left: 10px; }
    .innotech-landing.landing--company .review-modal-nav.next { right: 10px; }
}

@media (max-width: 480px) {
    .innotech-landing.landing--company .review-modal-nav {
        font-size: 24px;
        width: 35px;
        height: 35px;
    }
    .innotech-landing.landing--company .review-modal-nav.prev { left: 5px; }
    .innotech-landing.landing--company .review-modal-nav.next { right: 5px; }
}

/* Dots */
.innotech-landing.landing--company .review-dots { margin-top: 25px; }

.innotech-landing.landing--company .review-dot {
    width: 12px;
    height: 12px;
    background: #cbd5e1;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    cursor: pointer;
    transition: background 0.3s;
}

.innotech-landing.landing--company .review-dot.active {
    background: var(--primary-color);
}

/* Animations */
.innotech-landing.landing--company .fade-in { animation: fadeIn 0.4s ease forwards; }
.innotech-landing.landing--company .fade-out { animation: fadeOut 0.2s ease forwards; }

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } }

/* Modal Base */
.innotech-landing.landing--company .review-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.innotech-landing.landing--company .review-modal.active {
    opacity: 1;
    pointer-events: auto;
}

.innotech-landing.landing--company .review-modal-img {
    max-width: 90%;
    max-height: 85%;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    animation: modalZoom 0.35s ease;
}

@keyframes modalZoom {
    from { transform: scale(0.92); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.innotech-landing.landing--company .review-modal-close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.innotech-landing.landing--company .review-modal-close:hover {
    opacity: 1;
}

/* Mobile Slider */
@media (max-width: 768px) {
    .innotech-landing.landing--company .review-slide {
        width: 90%;
        height: 260px;
    }
    .innotech-landing.landing--company .review-nav { font-size: 40px; }
}

/* CTA Company Theme */
.innotech-landing.landing--company .cta-block--unternehmen {
    background: linear-gradient(135deg, #1d3557 0%, #457b9d 100%);
}

.innotech-landing.landing--company .cta-block--unternehmen .primary-btn {
    background: #fff;
    color: #1d3557;
    border-radius: 50px;
}

.innotech-landing.landing--company .cta-block--unternehmen .secondary-btn {
    border: 2px solid rgba(255,255,255,.8);
    color: #fff;
    border-radius: 50px;
}

/* MetaSlider auf Unternehmensseite zentrieren */
.innotech-metaslider-center {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 40px auto; /* optional Abstand */
}

/* Falls MetaSlider selbst "inline" oder feste Breiten nutzt */
.innotech-metaslider-center .metaslider,
.innotech-metaslider-center .metaslider .flexslider,
.innotech-metaslider-center .metaslider .nivoSlider,
.innotech-metaslider-center .metaslider .coin-slider {
  margin-left: auto;
  margin-right: auto;
}

/* Optional: Wenn du eine Max-Breite willst */
.innotech-metaslider-center .metaslider {
  max-width: 1200px;
  width: 100%;
}
