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

/* ===== HR-BERATUNG PAGE STYLES, PREFIX: hrb- ===== */
/* Design: Premium Executive Consulting, Editorial, Diagonal, Hochwertig */

/* ---- HERO: DIAGONAL SPLIT ---- */
.hrb-hero {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.hrb-hero-left {
    background: linear-gradient(160deg, #1e3a5f 0%, #1e40af 100%);
    flex: 0 0 55%;
    padding: 110px 0 80px;
    display: flex;
    align-items: center;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
    z-index: 2;
}

.hrb-hero-left::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(96,165,250,0.18) 0%, transparent 70%);
    pointer-events: none;
}

.hrb-hero-left-inner {
    padding: 0 80px 0 40px;
    max-width: 560px;
}

.hrb-hero-badge {
    display: inline-block;
    background: rgba(96,165,250,0.2);
    border: 1px solid rgba(96,165,250,0.45);
    color: #60a5fa;
    padding: 5px 16px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.hrb-h1-left {
    font-size: clamp(2.2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.13;
    color: #fff;
    margin: 0 0 32px;
}

.hrb-h1-left span {
    color: #60a5fa;
}

/* Impact Stats on left */
.hrb-impact-stats {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 36px;
}

.hrb-impact-stat {
    display: flex;
    align-items: center;
    gap: 16px;
}

.hrb-impact-num {
    font-size: 2rem;
    font-weight: 800;
    color: #10b981;
    line-height: 1;
    white-space: nowrap;
}

.hrb-impact-label {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.4;
}

/* Right side of diagonal hero */
.hrb-hero-right {
    flex: 0 0 48%;
    background: #ffffff;
    padding: 110px 40px 80px 80px;
    display: flex;
    align-items: center;
    position: relative;
    margin-left: -3%;
    z-index: 1;
}

.hrb-hero-right-inner {
    max-width: 440px;
}

.hrb-h1-right {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 800;
    line-height: 1.18;
    color: #1e3a5f;
    margin: 0 0 20px;
}

.hrb-hero-right p {
    color: #4b5563;
    font-size: 1.05rem;
    line-height: 1.75;
    margin: 0 0 32px;
}

.hrb-hero-cta {
    display: inline-block;
    background: linear-gradient(135deg, #2563eb, #1e40af);
    color: #fff;
    padding: 16px 36px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 6px 24px rgba(37,99,235,0.35);
}

.hrb-hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(37,99,235,0.45);
}

.hrb-hero-cta-secondary {
    display: inline-block;
    margin-top: 14px;
    color: #6b7280;
    font-size: 0.85rem;
    text-align: center;
}

/* ---- STATS BAR ---- */
.hrb-stats-bar {
    background: linear-gradient(135deg, #1e3a5f, #2563eb);
    padding: 48px 0;
    border-top: 1px solid rgba(96,165,250,0.1);
}

.hrb-stats-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.hrb-stat {
    text-align: center;
    padding: 16px;
    border-right: 1px solid rgba(255,255,255,0.1);
}

.hrb-stat:last-child {
    border-right: none;
}

.hrb-stat-number {
    font-size: 2.1rem;
    font-weight: 800;
    color: #10b981;
    line-height: 1;
    margin-bottom: 6px;
}

.hrb-stat-label {
    font-size: 0.83rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.4;
}

/* ---- 4 BERATUNGSFELDER: 2x2 GRID ---- */
.hrb-fields {
    background: #fff;
    padding: 96px 0;
}

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

.hrb-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.hrb-section-eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2563eb;
    margin-bottom: 12px;
}

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

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

.hrb-fields-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.hrb-field-card {
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    padding: 0;
    overflow: hidden;
    transition: box-shadow 0.25s, transform 0.25s;
    position: relative;
}

.hrb-field-card:hover {
    box-shadow: 0 16px 48px rgba(37,99,235,0.12);
    transform: translateY(-4px);
}

.hrb-field-card-header {
    display: flex;
    align-items: flex-start;
    gap: 0;
    padding: 0;
}

.hrb-field-num-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    min-height: 72px;
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    flex-shrink: 0;
    align-self: stretch;
}

.hrb-field-num-box.blue    { background: linear-gradient(135deg, #2563eb, #1e40af); }
.hrb-field-num-box.green   { background: linear-gradient(135deg, #10b981, #059669); }
.hrb-field-num-box.navy    { background: linear-gradient(135deg, #1e3a5f, #2563eb); }
.hrb-field-num-box.emerald { background: linear-gradient(135deg, #059669, #10b981); }

.hrb-field-title-wrap {
    padding: 20px 24px;
    flex: 1;
    border-bottom: 1px solid #f3f4f6;
}

.hrb-field-card h3 {
    font-size: 1.12rem;
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 4px;
    line-height: 1.3;
}

.hrb-field-tag {
    font-size: 0.78rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.hrb-field-body {
    padding: 24px 28px;
}

.hrb-field-body p {
    color: #4b5563;
    font-size: 0.96rem;
    line-height: 1.7;
    margin: 0 0 18px;
}

.hrb-field-detail-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: #374151;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 10px;
}

.hrb-field-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.hrb-field-bullets li {
    font-size: 0.9rem;
    color: #374151;
    padding-left: 18px;
    position: relative;
    line-height: 1.5;
}

.hrb-field-bullets li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #2563eb;
    font-weight: 700;
}

/* ---- 3 PHASEN: BANNER ROWS ---- */
.hrb-process {
    padding: 0;
}

.hrb-phase-banner {
    display: grid;
    grid-template-columns: 320px 1fr auto;
    align-items: center;
    gap: 48px;
    padding: 60px 80px;
}

.hrb-phase-banner.dark {
    background: linear-gradient(135deg, #1e3a5f 0%, #1e40af 100%);
}

.hrb-phase-banner.light {
    background: #fff;
}

.hrb-phase-banner.dark .hrb-phase-num {
    color: #10b981;
}

.hrb-phase-banner.light .hrb-phase-num {
    color: #10b981;
    -webkit-text-stroke: 1px #e5e7eb;
}

.hrb-phase-banner.dark .hrb-phase-name {
    color: #fff;
}

.hrb-phase-banner.light .hrb-phase-name {
    color: #1f2937;
}

.hrb-phase-banner.dark .hrb-phase-meta {
    color: #60a5fa;
}

.hrb-phase-banner.light .hrb-phase-meta {
    color: #2563eb;
}

.hrb-phase-banner.dark .hrb-phase-desc {
    color: rgba(255,255,255,0.8);
}

.hrb-phase-banner.light .hrb-phase-desc {
    color: #4b5563;
}

.hrb-phase-left {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.hrb-phase-num {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;
    opacity: 0.9;
    flex-shrink: 0;
}

.hrb-phase-meta {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.hrb-phase-name {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.hrb-phase-desc {
    font-size: 1rem;
    line-height: 1.75;
}

.hrb-phase-icon-wrap {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.hrb-phase-banner.dark .hrb-phase-icon-wrap {
    background: rgba(255,255,255,0.1);
    border: 2px solid rgba(255,255,255,0.2);
}

.hrb-phase-banner.light .hrb-phase-icon-wrap {
    background: #eff6ff;
    border: 2px solid #bfdbfe;
}

.hrb-phase-icon-wrap svg {
    width: 36px;
    height: 36px;
}

.hrb-phase-banner.dark .hrb-phase-icon-wrap svg {
    stroke: #93c5fd;
}

.hrb-phase-banner.light .hrb-phase-icon-wrap svg {
    stroke: #2563eb;
}

/* ---- TESTIMONIAL ---- */
.hrb-testimonial {
    background: #f0f9ff;
    padding: 96px 0;
}

.hrb-testimonial-container {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.hrb-testimonial-quote-mark {
    font-size: 6rem;
    line-height: 0.6;
    color: #2563eb;
    font-family: Georgia, 'Times New Roman', serif;
    display: block;
    margin-bottom: 24px;
    height: 60px;
    overflow: visible;
}

.hrb-testimonial-text {
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    font-weight: 700;
    color: #1f2937;
    line-height: 1.55;
    margin: 0 0 36px;
    font-style: italic;
}

.hrb-testimonial-text em {
    color: #2563eb;
    font-style: normal;
}

.hrb-testimonial-author {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.hrb-testimonial-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #1e40af);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hrb-testimonial-avatar svg {
    width: 26px;
    height: 26px;
    stroke: #fff;
    fill: none;
}

.hrb-testimonial-author-text {
    text-align: left;
}

.hrb-testimonial-name {
    font-weight: 700;
    font-size: 0.95rem;
    color: #1f2937;
    display: block;
}

.hrb-testimonial-role {
    font-size: 0.85rem;
    color: #6b7280;
    display: block;
    margin-top: 2px;
}

.hrb-testimonial-stars {
    margin-top: 20px;
    font-size: 1.1rem;
    color: #b45309;
    letter-spacing: 2px;
}

/* ---- WARUM LOHNKLAR ---- */
.hrb-why {
    background: #fff;
    padding: 96px 0;
}

.hrb-why-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.hrb-why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 56px;
}

.hrb-why-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 28px 28px;
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    background: #eff6ff;
    transition: box-shadow 0.2s;
}

.hrb-why-item:hover {
    box-shadow: 0 6px 24px rgba(37,99,235,0.08);
}

.hrb-why-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #2563eb, #1e40af);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hrb-why-icon svg {
    width: 22px;
    height: 22px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
}

.hrb-why-item h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 6px;
}

.hrb-why-item p {
    font-size: 0.92rem;
    color: #4b5563;
    line-height: 1.65;
    margin: 0;
}

/* ---- INTERLINKS ---- */
.hrb-related {
    background: #eff6ff;
    padding: 72px 0;
    border-top: 1px solid #dbeafe;
}

.hrb-related-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.hrb-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.hrb-related-grid .hrb-related-card:last-child:nth-child(3n+1) {
    grid-column: 2;
}

.hrb-related-card {
    background: #fff;
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    padding: 28px 24px;
    text-decoration: none;
    transition: box-shadow 0.2s, transform 0.2s;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.hrb-related-card:hover {
    box-shadow: 0 8px 28px rgba(37,99,235,0.1);
    transform: translateY(-2px);
}

.hrb-related-card-icon {
    font-size: 1.8rem;
    flex-shrink: 0;
}

.hrb-related-card-text h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 6px;
}

.hrb-related-card-text p {
    font-size: 0.87rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

.hrb-related-card-arrow {
    font-size: 0.85rem;
    color: #2563eb;
    font-weight: 700;
    margin-top: 10px;
    display: block;
}

/* ---- FAQ: DARK NAVY ---- */
.hrb-faq {
    background: linear-gradient(160deg, #1e3a5f 0%, #0f2340 100%);
    padding: 96px 0;
}

.hrb-faq-container {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 24px;
}

.hrb-faq-container .hrb-section-title {
    color: #fff;
}

.hrb-faq-container .hrb-section-subtitle {
    color: rgba(255,255,255,0.7);
}

.hrb-faq-container .hrb-section-eyebrow {
    color: #60a5fa;
}

.hrb-accordion {
    border: 1px solid rgba(96,165,250,0.2);
    border-radius: 12px;
    margin-bottom: 12px;
    background: rgba(255,255,255,0.05);
    overflow: hidden;
    transition: border-color 0.2s;
}

.hrb-accordion[open] {
    border-color: rgba(96,165,250,0.5);
    background: rgba(255,255,255,0.08);
}

.hrb-accordion summary {
    padding: 22px 28px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.2s;
    user-select: none;
}

.hrb-accordion summary::-webkit-details-marker {
    display: none;
}

.hrb-accordion summary::after {
    content: '+';
    font-size: 1.5rem;
    color: #60a5fa;
    font-weight: 300;
    flex-shrink: 0;
    margin-left: 16px;
    transition: transform 0.2s;
}

.hrb-accordion[open] summary::after {
    content: '−';
    color: #10b981;
}

.hrb-accordion-body {
    padding: 0 28px 24px;
    color: rgba(255,255,255,0.78);
    font-size: 0.97rem;
    line-height: 1.75;
    border-top: 1px solid rgba(96,165,250,0.15);
    padding-top: 20px;
}

/* ---- CTA ---- */
.hrb-cta {
    background: linear-gradient(135deg, #1e3a5f 0%, #1e40af 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.hrb-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 3px solid rgba(16,185,129,0.2);
    pointer-events: none;
    z-index: 0;
}

.hrb-cta::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -150px;
    transform: translateY(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(16,185,129,0.06) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.hrb-cta-container {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.hrb-cta-badge {
    display: inline-block;
    background: rgba(16,185,129,0.15);
    border: 1px solid rgba(16,185,129,0.4);
    color: #10b981;
    padding: 5px 18px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.hrb-cta h2 {
    font-size: clamp(1.9rem, 3.5vw, 2.7rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 20px;
    line-height: 1.2;
}

.hrb-cta-sub {
    color: rgba(255,255,255,0.78);
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 44px;
}

.hrb-cta-btn {
    display: inline-block;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    padding: 18px 48px;
    border-radius: 50px;
    font-size: 1.05rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 6px 28px rgba(16,185,129,0.35);
    letter-spacing: 0.01em;
}

.hrb-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(16,185,129,0.45);
}

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
    .hrb-hero-left-inner {
        padding: 0 60px 0 32px;
    }

    .hrb-hero-right {
        padding: 110px 32px 80px 60px;
    }

    .hrb-phase-banner {
        padding: 48px 40px;
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .hrb-hero {
        flex-direction: column;
        min-height: auto;
    }

    .hrb-hero-left {
        clip-path: none;
        flex: none;
        padding: 80px 0 60px;
    }

    .hrb-hero-left-inner {
        padding: 0 24px;
        max-width: 100%;
    }

    .hrb-hero-right {
        flex: none;
        margin-left: 0;
        padding: 60px 24px;
    }

    .hrb-hero-right-inner {
        max-width: 100%;
    }

    .hrb-stats-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .hrb-stat {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .hrb-fields-grid {
        grid-template-columns: 1fr;
    }

    .hrb-phase-banner {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 48px 24px;
    }

    .hrb-phase-icon-wrap {
        display: none;
    }

    .hrb-why-grid {
        grid-template-columns: 1fr;
    }

    .hrb-related-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hrb-h1-left {
        font-size: 1.9rem;
    }

    .hrb-impact-num {
        font-size: 1.6rem;
    }

    .hrb-accordion summary {
        padding: 18px 20px;
    }

    .hrb-accordion-body {
        padding: 16px 20px 20px;
    }
}
/* HRklar Sister-Site Hint */
.hrb-sister-hint { background: #f0fdf4; border-top: 1px solid #a7f3d0; padding: 4rem 0; text-align: center; }
.hrb-sister-box { max-width: 640px; margin: 0 auto; }
.hrb-sister-label { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #059669; display: block; margin-bottom: 1rem; }
.hrb-sister-box h2 { font-size: 1.75rem; font-weight: 800; color: #1f2937; margin-bottom: 1rem; }
.hrb-sister-box p { color: #4b5563; margin-bottom: 1.5rem; line-height: 1.7; }
