/* Extracted from interim-hr-hamburg.php. Edit here, not in PHP. */

/* ============================================================
   INTERIM-HR-HAMBURG.PHP, Seiten-spezifische Styles
   CSS Prefix: ihh-
   Design: Navy Hero (#1e3a5f), Emerald Akzente (#10b981)
   ============================================================ */

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

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

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

.ihh-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;
}

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

.ihh-hero-content h1 .ihh-highlight {
    color: #10b981;
}

.ihh-hero-subtitle {
    font-size: 1.13rem;
    color: rgba(255,255,255,0.82);
    line-height: 1.78;
    margin: 0 0 28px;
    max-width: 500px;
}

.ihh-hero-trust {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 34px;
}

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

.ihh-hero-trust-icon {
    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.82rem;
    font-weight: 700;
}

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

.ihh-btn-primary {
    display: inline-block;
    background: linear-gradient(135deg, #10b981, #059669);
    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;
}

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

.ihh-btn-outline {
    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.45);
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
}

.ihh-btn-outline:hover {
    border-color: #ffffff;
    background: rgba(255,255,255,0.06);
}

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

.ihh-hamburg-svg {
    width: 100%;
    max-width: 460px;
    height: auto;
    filter: drop-shadow(0 24px 64px rgba(0,0,0,0.38));
}

/* ---------- Trust Bar ---------- */
.ihh-trust-bar {
    background: #162d4a;
    border-top: 1px solid rgba(255,255,255,0.07);
    padding: 30px 0;
}

.ihh-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;
}

.ihh-trust-stat-num {
    font-size: 2rem;
    font-weight: 800;
    color: #10b981;
    line-height: 1;
    margin-bottom: 5px;
}

.ihh-trust-stat-label {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.62);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ---------- Hamburg Section ---------- */
.ihh-hamburg-section {
    background: #f8fafc;
    padding: 80px 0;
    border-bottom: 1px solid #e5e7eb;
}

.ihh-hamburg-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.ihh-hamburg-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
    margin-top: 48px;
}

.ihh-hamburg-intro h2 {
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 18px;
    line-height: 1.25;
}

.ihh-hamburg-intro p {
    color: #4b5563;
    font-size: 1.02rem;
    line-height: 1.78;
    margin: 0 0 20px;
}

.ihh-hamburg-intro p:last-child {
    margin-bottom: 0;
}

.ihh-hamburg-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.ihh-hamburg-card {
    background: #ffffff;
    border: 1px solid #e0f2fe;
    border-radius: 14px;
    padding: 24px 20px;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.ihh-hamburg-card:hover {
    box-shadow: 0 8px 28px rgba(37,99,235,0.10);
    border-color: #93c5fd;
}

.ihh-hamburg-card-icon {
    font-size: 2rem;
    margin-bottom: 10px;
    display: block;
    line-height: 1;
}

.ihh-hamburg-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 8px;
}

.ihh-hamburg-card p {
    font-size: 0.88rem;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* ---------- Szenarien Section ---------- */
.ihh-szenarien {
    background: #ffffff;
    padding: 80px 0;
}

.ihh-szenarien-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

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

.ihh-section-label {
    display: inline-block;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 5px 14px;
    border-radius: 50px;
    margin-bottom: 14px;
}

.ihh-section-title {
    font-size: clamp(1.7rem, 3.5vw, 2.3rem);
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 14px;
    line-height: 1.2;
}

.ihh-section-subtitle {
    font-size: 1.07rem;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

.ihh-szenarien-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.ihh-szenario-card {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px 20px 24px;
    text-align: center;
    transition: box-shadow 0.2s, border-color 0.2s, transform 0.15s;
}

.ihh-szenario-card:hover {
    box-shadow: 0 10px 32px rgba(30,58,95,0.10);
    border-color: #93c5fd;
    transform: translateY(-2px);
}

.ihh-szenario-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1e3a5f, #2563eb);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 1.5rem;
}

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

.ihh-szenario-card p {
    font-size: 0.86rem;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* ---------- Prozess Section ---------- */
.ihh-prozess {
    background: #f0f9ff;
    padding: 80px 0;
    border-top: 1px solid #e0f2fe;
    border-bottom: 1px solid #e0f2fe;
}

.ihh-prozess-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

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

.ihh-prozess-steps::before {
    content: '';
    position: absolute;
    top: 40px;
    left: calc(10% + 20px);
    right: calc(10% + 20px);
    height: 2px;
    background: linear-gradient(90deg, #2563eb, #10b981);
    z-index: 0;
}

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

.ihh-prozess-num {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1e3a5f, #2563eb);
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 6px 20px rgba(37,99,235,0.3);
    flex-shrink: 0;
}

.ihh-prozess-step:last-child .ihh-prozess-num {
    background: linear-gradient(135deg, #059669, #10b981);
    box-shadow: 0 6px 20px rgba(16,185,129,0.3);
}

.ihh-prozess-step-title {
    font-size: 0.97rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 8px;
}

.ihh-prozess-step-desc {
    font-size: 0.84rem;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

.ihh-prozess-badge {
    display: inline-block;
    background: rgba(37,99,235,0.1);
    color: #1d4ed8;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    padding: 3px 10px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.ihh-prozess-step:last-child .ihh-prozess-badge {
    background: rgba(16,185,129,0.12);
    color: #065f46;
}

/* ---------- Interne Links ---------- */
.ihh-links {
    background: #ffffff;
    padding: 80px 0;
}

.ihh-links-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.ihh-links-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 48px;
}

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

.ihh-link-card:hover {
    box-shadow: 0 10px 32px rgba(30,58,95,0.10);
    border-color: #2563eb;
    transform: translateY(-2px);
}

.ihh-link-card-icon {
    font-size: 1.8rem;
    margin-bottom: 14px;
    display: block;
}

.ihh-link-card h3 {
    font-size: 1.02rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 8px;
}

.ihh-link-card p {
    font-size: 0.87rem;
    color: #6b7280;
    line-height: 1.6;
    margin: 0 0 14px;
}

.ihh-link-card-arrow {
    font-size: 0.9rem;
    font-weight: 700;
    color: #2563eb;
}

/* ---------- FAQ ---------- */
.ihh-faq {
    background: #f8fafc;
    padding: 80px 0;
    border-top: 1px solid #e5e7eb;
}

.ihh-faq-inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 24px;
}

.ihh-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 48px;
}

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

.ihh-faq-item.ihh-open {
    box-shadow: 0 4px 20px rgba(37,99,235,0.08);
    border-color: #bfdbfe;
}

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

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

.ihh-faq-chevron {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f0f9ff;
    border: 1px solid #bfdbfe;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s, background 0.2s;
    color: #2563eb;
    font-size: 0.8rem;
    font-weight: 900;
}

.ihh-open .ihh-faq-chevron {
    transform: rotate(180deg);
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
}

.ihh-faq-answer {
    display: none;
    padding: 0 24px 22px;
    color: #4b5563;
    font-size: 0.97rem;
    line-height: 1.78;
    border-top: 1px solid #f0f9ff;
}

.ihh-faq-answer p {
    margin: 14px 0 0;
}

.ihh-open .ihh-faq-answer {
    display: block;
}

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

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

.ihh-cta::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);
    pointer-events: none;
}

.ihh-cta-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.ihh-cta-label {
    display: inline-block;
    background: rgba(16,185,129,0.2);
    color: #10b981;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 5px 14px;
    border-radius: 50px;
    margin-bottom: 16px;
}

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

.ihh-cta-subtitle {
    font-size: 1.07rem;
    color: rgba(255,255,255,0.78);
    max-width: 580px;
    margin: 0 auto 36px;
    line-height: 1.72;
}

.ihh-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin-bottom: 48px;
}

.ihh-btn-white {
    display: inline-block;
    background: #ffffff;
    color: #1e3a5f;
    font-weight: 700;
    font-size: 1rem;
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.15s;
}

.ihh-btn-white:hover {
    opacity: 0.92;
    transform: translateY(-1px);
}

.ihh-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.5);
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
}

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

.ihh-calendly-wrap {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 20px;
    padding: 4px;
    overflow: hidden;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
    .ihh-szenarien-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .ihh-prozess-steps {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
    .ihh-prozess-steps::before {
        display: none;
    }
    .ihh-links-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .ihh-hero {
        padding: 72px 0 60px;
    }
    .ihh-hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .ihh-hero-content {
        text-align: center;
    }
    .ihh-hamburg-svg {
        max-width: 320px;
    }
    .ihh-trust-bar-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .ihh-hamburg-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .ihh-hamburg-cards {
        grid-template-columns: 1fr;
    }
    .ihh-szenarien-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }
    .ihh-szenarien-grid .ihh-szenario-card:last-child:nth-child(2n+1) {
        grid-column: 1 / -1;
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }
    .ihh-prozess-steps {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .ihh-prozess-step {
        flex-direction: row;
        text-align: left;
        gap: 20px;
        align-items: flex-start;
    }
    .ihh-prozess-num {
        width: 56px;
        height: 56px;
        font-size: 1.2rem;
        flex-shrink: 0;
        margin-bottom: 0;
    }
    .ihh-prozess-step-content {
        flex: 1;
    }
    .ihh-links-grid {
        grid-template-columns: 1fr;
    }
    .ihh-section-header {
        margin-bottom: 36px;
    }
}

@media (max-width: 480px) {
    .ihh-szenarien-grid {
        grid-template-columns: 1fr;
    }
    .ihh-trust-bar-inner {
        grid-template-columns: repeat(2, 1fr);
    }
    .ihh-hero-buttons {
        flex-direction: column;
        align-items: flex-start;
    }
    .ihh-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}
