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

/* ============================================================
   INTERIM.PHP, Seiten-spezifische Styles (Prefix: int-)
   Design-Konzept: Navy Hero, Emerald Akzente, Sofort-Einsatz-Thema
   ============================================================ */

/* ---------- Hero ---------- */
.int-hero {
    background: linear-gradient(135deg, #1e3a5f 0%, #162d4a 60%, #0f2035 100%);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

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

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

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

.int-hero-content {
}

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

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

.int-hero-subtitle {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.82);
    line-height: 1.75;
    margin: 0 0 32px;
    max-width: 520px;
}

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

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

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

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

.int-btn-primary {
    display: inline-block;
    background: #10b981;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    border: none;
    cursor: pointer;
}

.int-btn-primary:hover {
    background: #059669;
    transform: translateY(-1px);
}

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

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

/* ---- Org-Chart SVG Visual ---- */
.int-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.int-orgchart-svg {
    width: 100%;
    max-width: 460px;
    height: auto;
    filter: drop-shadow(0 20px 60px rgba(0,0,0,0.35));
}

/* ---------- Trust Bar ---------- */
.int-trust-bar {
    background: #1e3a5f;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 28px 0;
}

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

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

.int-trust-stat-label {
    font-size: 0.83rem;
    color: rgba(255,255,255,0.65);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* ---------- 72h Countdown Visual (Trust Element) ---------- */
.int-countdown-section {
    background: #f0f9ff;
    padding: 56px 0;
    border-bottom: 1px solid #e0f2fe;
}

.int-countdown-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.int-countdown-text h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 16px;
}

.int-countdown-text p {
    color: #4b5563;
    font-size: 1.05rem;
    line-height: 1.75;
    margin: 0 0 28px;
}

.int-countdown-steps {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.int-countdown-step {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #ffffff;
    border: 1px solid #e0f2fe;
    border-radius: 12px;
    padding: 14px 20px;
}

.int-countdown-badge {
    background: #1e3a5f;
    color: #10b981;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 6px 12px;
    border-radius: 50px;
    white-space: nowrap;
    flex-shrink: 0;
}

.int-countdown-step-text {
    font-size: 0.95rem;
    color: #1f2937;
    font-weight: 500;
}

.int-countdown-visual {
    display: flex;
    justify-content: center;
}

.int-72h-badge {
    background: linear-gradient(135deg, #1e3a5f 0%, #2563eb 100%);
    border-radius: 24px;
    padding: 48px 56px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(30,58,95,0.3);
    position: relative;
    overflow: hidden;
}

.int-72h-badge::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(16,185,129,0.15) 0%, transparent 70%);
}

.int-72h-number {
    font-size: 5.5rem;
    font-weight: 900;
    color: #10b981;
    line-height: 1;
    display: block;
}

.int-72h-unit {
    font-size: 1.5rem;
    font-weight: 700;
    color: rgba(255,255,255,0.9);
    display: block;
    margin-bottom: 12px;
}

.int-72h-label {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.4;
    display: block;
}

.int-72h-checkmarks {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
}

.int-72h-check {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.85);
    font-size: 0.88rem;
}

.int-72h-check-icon {
    color: #10b981;
    font-weight: 700;
    flex-shrink: 0;
}

/* ---------- Situations-Section ---------- */
.int-situations {
    background: #f8fafc;
    padding: 80px 0;
}

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

.int-section-header {
    text-align: center;
    margin-bottom: 56px;
}

.int-section-title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 12px;
}

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

.int-situations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.int-situation-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px 28px;
    transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
    position: relative;
    overflow: hidden;
}

.int-situation-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #10b981, #2563eb);
    transform: scaleX(0);
    transition: transform 0.2s;
    transform-origin: left;
}

.int-situation-card:hover {
    box-shadow: 0 12px 40px rgba(30,58,95,0.12);
    transform: translateY(-3px);
    border-color: #bfdbfe;
}

.int-situation-card:hover::before {
    transform: scaleX(1);
}

.int-situation-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #1e3a5f 0%, #2563eb 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.int-situation-icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: #10b981;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

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

.int-situation-card p {
    font-size: 0.92rem;
    color: #4b5563;
    line-height: 1.65;
    margin: 0;
}

/* ---------- Leistungs-Section (Navy BG) ---------- */
.int-leistungen {
    background: linear-gradient(135deg, #1e3a5f 0%, #162d4a 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.int-leistungen::after {
    content: '';
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(16,185,129,0.07) 0%, transparent 70%);
    pointer-events: none;
}

.int-leistungen-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    position: relative;
    z-index: 1;
}

.int-leistungen-left h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 20px;
}

.int-leistungen-left p {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.78);
    line-height: 1.75;
    margin: 0 0 32px;
}

.int-leistungen-cta-link {
    display: inline-block;
    color: #10b981;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    border-bottom: 2px solid rgba(16,185,129,0.4);
    padding-bottom: 2px;
    transition: border-color 0.2s;
}

.int-leistungen-cta-link:hover {
    border-color: #10b981;
}

.int-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.int-checklist-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: rgba(255,255,255,0.9);
    font-size: 0.97rem;
    line-height: 1.5;
}

.int-check-mark {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(16,185,129,0.18);
    border: 1.5px solid rgba(16,185,129,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
    color: #10b981;
    font-size: 0.78rem;
    font-weight: 800;
}

/* ---------- Einsatztypen-Section ---------- */
.int-einsatztypen {
    background: #ffffff;
    padding: 80px 0;
}

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

.int-einsatztyp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 48px;
}

.int-einsatztyp-card {
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    padding: 36px 28px;
    position: relative;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.int-einsatztyp-card:hover {
    border-color: #2563eb;
    box-shadow: 0 16px 48px rgba(37,99,235,0.1);
}

.int-einsatztyp-label {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #2563eb;
    background: #eff6ff;
    border-radius: 50px;
    padding: 4px 14px;
    margin-bottom: 18px;
}

.int-einsatztyp-card h3 {
    font-size: 1.15rem;
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 14px;
}

.int-einsatztyp-card p {
    font-size: 0.93rem;
    color: #4b5563;
    line-height: 1.7;
    margin: 0 0 20px;
}

.int-einsatztyp-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.int-einsatztyp-tag {
    font-size: 0.8rem;
    color: #374151;
    background: #f3f4f6;
    border-radius: 50px;
    padding: 5px 12px;
    font-weight: 500;
}

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

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

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

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

.int-prozess-step {
    text-align: center;
    position: relative;
    z-index: 1;
}

.int-prozess-num {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #1e40af);
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 16px rgba(37,99,235,0.3);
}

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

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

.int-prozess-step p {
    font-size: 0.83rem;
    color: #6b7280;
    line-height: 1.55;
    margin: 0;
}

.int-prozess-timing {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 800;
    color: #2563eb;
    background: #eff6ff;
    border-radius: 50px;
    padding: 2px 10px;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* ---------- Vergleichs-Tabelle (Navy BG) ---------- */
.int-vergleich {
    background: linear-gradient(135deg, #1e3a5f 0%, #162d4a 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.int-vergleich::before {
    content: '';
    position: absolute;
    top: -80px;
    left: -80px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(37,99,235,0.1) 0%, transparent 70%);
    pointer-events: none;
}

.int-vergleich-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.int-vergleich-inner .int-section-title {
    color: #ffffff;
}

.int-vergleich-inner .int-section-subtitle {
    color: rgba(255,255,255,0.72);
}

.int-vergleich-table {
    margin-top: 48px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.int-vergleich-head {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    background: rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.int-vergleich-head-cell {
    padding: 18px 24px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.int-vergleich-head-cell:first-child {
    color: rgba(255,255,255,0.6);
}

.int-vergleich-head-cell.int-col-lohnklar {
    color: #10b981;
    display: flex;
    align-items: center;
    gap: 8px;
}

.int-vergleich-head-cell.int-col-freelancer {
    color: rgba(255,255,255,0.5);
}

.int-vergleich-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    background: rgba(255,255,255,0.02);
    transition: background 0.15s;
}

.int-vergleich-row:hover {
    background: rgba(255,255,255,0.05);
}

.int-vergleich-row:last-child {
    border-bottom: none;
}

.int-vergleich-cell {
    padding: 18px 24px;
    font-size: 0.93rem;
    color: rgba(255,255,255,0.85);
    display: flex;
    align-items: center;
}

.int-vergleich-cell:first-child {
    color: rgba(255,255,255,0.85);
    font-weight: 500;
}

.int-v-yes {
    color: #10b981;
    font-weight: 800;
    font-size: 1.1rem;
}

.int-v-no {
    color: rgba(255,255,255,0.35);
    font-size: 0.85rem;
    font-style: italic;
}

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

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

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

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

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

.int-faq-question {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 24px;
    text-align: left;
}

.int-faq-question-text {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.4;
}

.int-faq-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s, transform 0.25s;
}

.int-faq-icon svg {
    width: 16px;
    height: 16px;
    stroke: #2563eb;
    stroke-width: 2.5;
    stroke-linecap: round;
    transition: transform 0.25s;
}

.int-faq-item.int-faq-open .int-faq-icon {
    background: #2563eb;
}

.int-faq-item.int-faq-open .int-faq-icon svg {
    stroke: #ffffff;
    transform: rotate(45deg);
}

.int-faq-answer {
    display: none;
    padding: 0 24px 24px;
}

.int-faq-item.int-faq-open .int-faq-answer {
    display: block;
}

.int-faq-answer p {
    font-size: 0.97rem;
    color: #4b5563;
    line-height: 1.8;
    margin: 0;
}

/* ---------- CTA Final Section ---------- */
.int-cta-final {
    background: linear-gradient(135deg, #065f46, #047857);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.int-cta-final::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 300px;
    background: radial-gradient(ellipse, rgba(255,255,255,0.1) 0%, transparent 70%);
    pointer-events: none;
}

.int-cta-final-inner {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.int-cta-final h2 {
    font-size: clamp(1.7rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 16px;
}

.int-cta-final p {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.88);
    line-height: 1.7;
    margin: 0 0 36px;
}

.int-cta-final-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.int-btn-white {
    display: inline-block;
    background: #ffffff;
    color: #059669;
    font-weight: 800;
    font-size: 1.05rem;
    padding: 18px 44px;
    border-radius: 50px;
    text-decoration: none;
    transition: transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 4px 24px rgba(0,0,0,0.15);
}

.int-btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}

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

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

.int-cta-contact-info {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin-top: 32px;
}

.int-cta-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.85);
    font-size: 0.93rem;
    text-decoration: none;
}

.int-cta-contact-item:hover {
    color: #ffffff;
}

/* ---------- Tools Section ---------- */
.int-tools {
    background: #ffffff;
    padding: 60px 0;
    border-top: 1px solid #f3f4f6;
}

.int-tools-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.int-tools-label {
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9ca3af;
    margin-bottom: 28px;
}

.int-tools-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    align-items: center;
}

.int-tools-logos img {
    height: 32px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: filter 0.2s, opacity 0.2s;
}

.int-tools-logos img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* ---------- Interne Links ---------- */
.int-related {
    background: #f8fafc;
    padding: 60px 0;
    border-top: 1px solid #e5e7eb;
}

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

.int-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 32px;
}

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

.int-related-card:hover {
    border-color: #2563eb;
    box-shadow: 0 8px 28px rgba(37,99,235,0.1);
    transform: translateY(-2px);
}

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

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

.int-related-card p {
    font-size: 0.83rem;
    color: #6b7280;
    line-height: 1.55;
    margin: 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
    .int-situations-grid { grid-template-columns: repeat(2, 1fr); }
    .int-einsatztyp-grid { grid-template-columns: repeat(2, 1fr); }
    .int-related-grid { grid-template-columns: repeat(2, 1fr); }
    .int-prozess-steps { grid-template-columns: repeat(3, 1fr); }
    .int-prozess-steps::before { display: none; }
}

@media (max-width: 768px) {
    .int-hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .int-orgchart-svg { max-width: 320px; }
    .int-trust-bar-inner { grid-template-columns: repeat(2, 1fr); gap: 20px 32px; }
    .int-countdown-inner { grid-template-columns: 1fr; }
    .int-countdown-visual { order: -1; }
    .int-situations-grid { grid-template-columns: 1fr; }
    .int-leistungen-inner { grid-template-columns: 1fr; gap: 40px; }
    .int-einsatztyp-grid { grid-template-columns: 1fr; }
    .int-prozess-steps { grid-template-columns: 1fr; gap: 24px; }
    .int-vergleich-head,
    .int-vergleich-row { grid-template-columns: 1.5fr 1fr 1fr; }
    .int-vergleich-cell { padding: 14px 16px; font-size: 0.85rem; }
    .int-related-grid { grid-template-columns: 1fr; }
    .int-hero { padding: 72px 0 60px; }
    .int-hero-buttons { flex-direction: column; align-items: flex-start; }
}
