/* Extracted from interim-hr-muenchen.php (was inline <style>). Auto-generated, edit here not in PHP. */

/* ============================================================
   INTERIM-HR-MUENCHEN.PHP, Seiten-spezifische Styles
   CSS-Prefix: ihm-
   Design-Konzept: Navy Hero (flat #1e3a5f), Primary Blue #2563eb,
   Emerald #10b981, München Frauenkirchen-SVG, 5-Schritt-Prozess
   ============================================================ */

/* ---------- Hero ---------- */
.ihm-hero {
    background: #1e3a5f;
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

.ihm-hero::before {
    content: '';
    position: absolute;
    top: -110px;
    right: -110px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(16,185,129,0.07) 0%, transparent 70%);
    pointer-events: none;
}

.ihm-hero::after {
    content: '';
    position: absolute;
    bottom: -70px;
    left: -70px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(37,99,235,0.09) 0%, transparent 70%);
    pointer-events: none;
}

.ihm-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.ihm-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(16,185,129,0.16);
    border: 1px solid rgba(16,185,129,0.35);
    color: #34d399;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 22px;
}

.ihm-hero-badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #10b981;
    display: inline-block;
    animation: ihm-pulse 2s ease-in-out infinite;
}

@keyframes ihm-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.8); }
}

.ihm-hero-content h1 {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin: 0 0 22px;
}

.ihm-highlight {
    color: #10b981;
}

.ihm-hero-sub {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.82);
    line-height: 1.78;
    margin: 0 0 32px;
    max-width: 530px;
}

.ihm-hero-trust {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 36px;
}

.ihm-hero-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,0.9);
    font-size: 0.97rem;
}

.ihm-trust-check {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(16,185,129,0.18);
    border: 1px solid rgba(16,185,129,0.38);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #10b981;
    font-size: 0.85rem;
    font-weight: 700;
}

.ihm-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.ihm-btn-primary {
    display: inline-block;
    background: linear-gradient(135deg, #2563eb, #1e40af);
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.15s;
    border: none;
    cursor: pointer;
}

.ihm-btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.ihm-btn-outline-white {
    display: inline-block;
    background: transparent;
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    padding: 15px 32px;
    border-radius: 50px;
    border: 2px solid rgba(255,255,255,0.4);
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
}

.ihm-btn-outline-white:hover {
    border-color: #ffffff;
    background: rgba(255,255,255,0.07);
}

/* ---- Muenchen SVG Visual ---- */
.ihm-hero-content {
}
.ihm-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ihm-muenchen-svg {
    width: 100%;
    max-width: 420px;
    height: auto;
    filter: drop-shadow(0 24px 56px rgba(0,0,0,0.45));
}

/* ---------- Trust Bar ---------- */
.ihm-trust-bar {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    padding: 32px 0;
}

.ihm-trust-bar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}

.ihm-stat-divider {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ihm-stat-divider:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background: #e5e7eb;
}

.ihm-stat-num {
    font-size: 2.1rem;
    font-weight: 800;
    color: #2563eb;
    line-height: 1;
    margin-bottom: 5px;
}

.ihm-stat-label {
    font-size: 0.82rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ---------- Global Section Helpers ---------- */
.ihm-section {
    padding: 80px 0;
}

.ihm-section-light {
    background: #f0f9ff;
}

.ihm-section-white {
    background: #ffffff;
}

.ihm-section-subtle {
    background: #f8fafc;
}

.ihm-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.ihm-section-header {
    text-align: center;
    margin-bottom: 52px;
}

.ihm-section-eyebrow {
    display: inline-block;
    background: #eff6ff;
    color: #2563eb;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 50px;
    margin-bottom: 14px;
}

.ihm-section-eyebrow-green {
    background: #f0fdf4;
    color: #059669;
}

.ihm-section-title {
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 14px;
    line-height: 1.25;
}

.ihm-section-subtitle {
    font-size: 1.05rem;
    color: #4b5563;
    line-height: 1.75;
    max-width: 700px;
    margin: 0 auto;
}

/* ---------- München-Markt Section (2-col) ---------- */
.ihm-muenchen-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.ihm-muenchen-text h2 {
    font-size: clamp(1.5rem, 2.8vw, 2rem);
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 20px;
    line-height: 1.25;
}

.ihm-muenchen-text p {
    font-size: 1.02rem;
    color: #4b5563;
    line-height: 1.82;
    margin: 0 0 16px;
}

.ihm-muenchen-text p:last-child {
    margin-bottom: 0;
}

.ihm-muenchen-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.ihm-muenchen-tag {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1d4ed8;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 50px;
}

.ihm-feature-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ihm-feature-card {
    background: #ffffff;
    border: 1px solid #dbeafe;
    border-radius: 14px;
    padding: 20px 22px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.ihm-feature-card:hover {
    border-color: #93c5fd;
    box-shadow: 0 4px 16px rgba(37,99,235,0.08);
}

.ihm-feature-card-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ihm-feature-card-icon svg {
    width: 20px;
    height: 20px;
    stroke: #2563eb;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ihm-feature-card-body h3 {
    font-size: 0.97rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 6px;
}

.ihm-feature-card-body p {
    font-size: 0.91rem;
    color: #4b5563;
    line-height: 1.65;
    margin: 0;
}

/* ---------- Szenarien Grid (5 cards) ---------- */
.ihm-szenario-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ihm-szenario-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px 24px;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
}

.ihm-szenario-card:hover {
    border-color: #bfdbfe;
    box-shadow: 0 6px 24px rgba(37,99,235,0.10);
    transform: translateY(-2px);
}

.ihm-szenario-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.ihm-szenario-icon svg {
    width: 24px;
    height: 24px;
    stroke: #2563eb;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ihm-szenario-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 10px;
}

.ihm-szenario-card p {
    font-size: 0.91rem;
    color: #4b5563;
    line-height: 1.72;
    margin: 0 0 14px;
}

.ihm-szenario-chip {
    display: inline-block;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #059669;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 3px 12px;
    border-radius: 50px;
    letter-spacing: 0.03em;
}

/* 5th card centered in last row */
.ihm-szenario-grid .ihm-szenario-card:nth-child(4) {
    grid-column: 1 / 2;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.ihm-szenario-grid .ihm-szenario-card:nth-child(5) {
    grid-column: 2 / 3;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* ---------- Prozess Steps (5-step with connector) ---------- */
.ihm-prozess {
    background: #f0f9ff;
    padding: 80px 0;
    border-top: 1px solid #e0f2fe;
    border-bottom: 1px solid #e0f2fe;
}

.ihm-prozess-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    position: relative;
    margin-top: 52px;
}

.ihm-prozess-steps::before {
    content: '';
    position: absolute;
    top: 27px;
    left: calc(10% + 12px);
    right: calc(10% + 12px);
    height: 2px;
    background: linear-gradient(90deg, #bfdbfe 0%, #2563eb 50%, #bfdbfe 100%);
    z-index: 0;
}

.ihm-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.ihm-step-num {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #2563eb;
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(37,99,235,0.30);
    border: 3px solid #f0f9ff;
}

.ihm-step h3 {
    font-size: 0.94rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 8px;
}

.ihm-step p {
    font-size: 0.86rem;
    color: #4b5563;
    line-height: 1.65;
    margin: 0 0 12px;
}

.ihm-step-timing {
    display: inline-block;
    background: #1e3a5f;
    color: #10b981;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 50px;
    margin-top: auto;
}

/* ---------- Interne Verlinkung ---------- */
.ihm-related {
    background: #ffffff;
    padding: 64px 0;
    border-top: 1px solid #e5e7eb;
}

.ihm-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 36px;
}

.ihm-related-card {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 24px 22px;
    text-decoration: none;
    display: block;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
}

.ihm-related-card:hover {
    border-color: #bfdbfe;
    box-shadow: 0 4px 18px rgba(37,99,235,0.09);
    transform: translateY(-2px);
}

.ihm-related-card-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #2563eb;
    margin-bottom: 8px;
}

.ihm-related-card h3 {
    font-size: 0.97rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 8px;
    line-height: 1.35;
}

.ihm-related-card p {
    font-size: 0.87rem;
    color: #6b7280;
    line-height: 1.62;
    margin: 0 0 14px;
}

.ihm-related-card-arrow {
    font-size: 0.87rem;
    font-weight: 700;
    color: #2563eb;
}

/* ---------- FAQ ---------- */
.ihm-faq {
    background: #f8fafc;
    padding: 80px 0;
}

.ihm-faq-grid {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ihm-faq-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.2s;
}

.ihm-faq-item.ihm-open {
    border-color: #bfdbfe;
}

.ihm-faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 22px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    text-align: left;
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.4;
    transition: color 0.2s;
}

.ihm-faq-question:hover {
    color: #2563eb;
}

.ihm-faq-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #2563eb;
    font-size: 1.2rem;
    font-weight: 400;
    transition: background 0.2s, transform 0.25s;
    line-height: 1;
}

.ihm-open .ihm-faq-icon {
    background: #2563eb;
    color: #ffffff;
    transform: rotate(45deg);
}

.ihm-faq-answer {
    display: none;
    padding: 0 24px 22px;
    font-size: 0.97rem;
    color: #4b5563;
    line-height: 1.8;
}

.ihm-faq-answer.ihm-visible {
    display: block;
}

/* ---------- CTA / Calendly Section ---------- */
.ihm-cta {
    background: linear-gradient(135deg, #1e3a5f 0%, #2563eb 100%);
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
}

.ihm-cta::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(16,185,129,0.08) 0%, transparent 70%);
    pointer-events: none;
}

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

.ihm-cta-header h2 {
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 14px;
    line-height: 1.2;
}

.ihm-cta-header p {
    font-size: 1.08rem;
    color: rgba(255,255,255,0.82);
    line-height: 1.75;
    max-width: 620px;
    margin: 0 auto 24px;
}

.ihm-cta-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
}

.ihm-cta-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.88);
    font-size: 0.9rem;
    font-weight: 600;
}

.ihm-cta-trust-item::before {
    content: '✓';
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(16,185,129,0.25);
    border: 1px solid rgba(16,185,129,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    color: #10b981;
    flex-shrink: 0;
}

.ihm-calendly-wrapper {
    background: #ffffff;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    margin-top: 8px;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
    .ihm-szenario-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ihm-szenario-grid .ihm-szenario-card:nth-child(4),
    .ihm-szenario-grid .ihm-szenario-card:nth-child(5) {
        grid-column: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .ihm-prozess-steps {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }
    .ihm-prozess-steps::before {
        display: none;
    }
    .ihm-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .ihm-hero {
        padding: 72px 0 60px;
    }
    .ihm-hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .ihm-hero-content {
        text-align: center;
    }
    .ihm-muenchen-svg {
        max-width: 280px;
    }
    .ihm-hero-sub {
        max-width: 100%;
    }
    .ihm-trust-bar-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .ihm-stat-divider:not(:last-child)::after {
        display: none;
    }
    .ihm-muenchen-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .ihm-szenario-grid {
        grid-template-columns: 1fr;
    }
    .ihm-prozess-steps {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-top: 32px;
    }
    .ihm-step {
        flex-direction: row;
        text-align: left;
        gap: 18px;
        padding: 0;
    }
    .ihm-step-num {
        margin-bottom: 0;
        flex-shrink: 0;
    }
    .ihm-step-content {
        flex: 1;
    }
    .ihm-related-grid {
        grid-template-columns: 1fr;
    }
    .ihm-faq-question {
        font-size: 0.95rem;
        padding: 18px 20px;
    }
    .ihm-faq-answer {
        padding: 0 20px 18px;
    }
    .ihm-cta-trust-row {
        flex-direction: column;
        align-items: flex-start;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    .ihm-section {
        padding: 56px 0;
    }
    .ihm-prozess {
        padding: 56px 0;
    }
}

@media (max-width: 480px) {
    .ihm-hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }
    .ihm-btn-primary,
    .ihm-btn-outline-white {
        text-align: center;
    }
    .ihm-trust-bar-inner {
        grid-template-columns: 1fr 1fr;
    }
}
