/* Extracted from c-level-recruiting.php. Edit here, not in PHP. */

/* === C-Level Recruiting, Prefix: clr- === */

/* Hero, Light */
.clr-hero {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    padding: 7rem 0 5rem;
    position: relative;
    overflow: hidden;
}
.clr-hero::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 400px;
    height: 400px;
    background: rgba(37,99,235,0.05);
    border-radius: 50%;
    pointer-events: none;
}
.clr-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}
.clr-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #dbeafe;
    color: #1d4ed8;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.clr-hero h1 {
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 800;
    color: #1f2937;
    line-height: 1.2;
    margin-bottom: 1.25rem;
}
.clr-hero-sub {
    color: #4b5563;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
}
.clr-hero-btns {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.clr-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Trust-Bar */
.clr-trust {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 2.5rem 0;
}
.clr-trust-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
}
.clr-trust-stat strong {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #2563eb;
}
.clr-trust-stat span { font-size: 0.88rem; color: #6b7280; }

/* Sections */
.clr-section { padding: 5rem 0; }
.clr-section-alt { background: #f8fafc; }
.clr-container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.clr-section-title { font-size: 2rem; font-weight: 800; color: #1f2937; margin-bottom: 1rem; }
.clr-section-sub {
    color: #4b5563;
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
}

/* Problem-Karten */
.clr-problem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
}
.clr-problem-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 2rem;
    border-top: 4px solid #ef4444;
}
.clr-problem-icon {
    width: 48px;
    height: 48px;
    background: #fee2e2;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ef4444;
    margin-bottom: 1.25rem;
}
.clr-problem-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
}
.clr-problem-card p { font-size: 0.9rem; color: #4b5563; line-height: 1.65; }

/* Leistungs-Grid */
.clr-leistung-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
}
.clr-leistung-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 1.75rem;
    transition: box-shadow 0.2s, transform 0.2s;
}
.clr-leistung-card:hover {
    box-shadow: 0 6px 24px rgba(37,99,235,0.1);
    transform: translateY(-3px);
}
.clr-leistung-number {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #2563eb, #1e40af);
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    flex-shrink: 0;
}
.clr-leistung-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
}
.clr-leistung-card p { font-size: 0.88rem; color: #4b5563; line-height: 1.65; }

/* Zielrollen */
.clr-rollen-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 3rem;
}
.clr-rolle-card {
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 14px;
    padding: 1.5rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: border-color 0.2s, transform 0.2s;
}
.clr-rolle-card:hover {
    border-color: #2563eb;
    transform: translateY(-2px);
}
.clr-rolle-icon {
    width: 44px;
    height: 44px;
    background: #eff6ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    flex-shrink: 0;
}
.clr-rolle-card h3 { font-size: 0.95rem; font-weight: 700; color: #1f2937; margin-bottom: 0.15rem; }
.clr-rolle-card p { font-size: 0.8rem; color: #6b7280; line-height: 1.4; }

/* Maja-Mini */
.clr-maja-section {
    background: #f0f9ff;
    padding: 4rem 0;
    border-top: 1px solid #bfdbfe;
    border-bottom: 1px solid #bfdbfe;
}
.clr-maja-card {
    max-width: 860px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2.5rem;
    align-items: center;
    background: #fff;
    border: 1px solid #dbeafe;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 4px 24px rgba(37,99,235,0.07);
}
.clr-maja-avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
}
.clr-maja-avatar img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
.clr-maja-avatar-fallback {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d9488, #0f766e);
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.35rem;
    letter-spacing: 0.02em;
}
.clr-maja-label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #2563eb;
    margin-bottom: 0.4rem;
}
.clr-maja-name { font-size: 1.35rem; font-weight: 800; color: #1f2937; margin-bottom: 0.2rem; }
.clr-maja-role { font-size: 0.9rem; color: #6b7280; margin-bottom: 1rem; }
.clr-maja-bio { font-size: 0.92rem; color: #4b5563; line-height: 1.75; margin-bottom: 1rem; }
.clr-maja-chips { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1rem; }
.clr-maja-chip {
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.3rem 0.85rem;
    border-radius: 50px;
    border: 1px solid #dbeafe;
}
.clr-maja-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #2563eb;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
}
.clr-maja-link:hover { text-decoration: underline; }

/* Prozess */
.clr-prozess-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
    position: relative;
}
.clr-prozess-grid::before {
    content: '';
    position: absolute;
    top: 28px;
    left: calc(12.5% + 20px);
    right: calc(12.5% + 20px);
    height: 2px;
    background: linear-gradient(90deg, #2563eb, #10b981);
}
.clr-prozess-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}
.clr-prozess-number {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #1e40af);
    color: #fff;
    font-weight: 800;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 12px rgba(37,99,235,0.3);
}
.clr-prozess-step:nth-child(4) .clr-prozess-number {
    background: linear-gradient(135deg, #10b981, #059669);
    box-shadow: 0 4px 12px rgba(16,185,129,0.3);
}
.clr-prozess-step h3 { font-size: 0.95rem; font-weight: 700; color: #1f2937; margin-bottom: 0.4rem; }
.clr-prozess-step p { font-size: 0.85rem; color: #6b7280; line-height: 1.55; }

/* Mid-CTA */
.clr-midcta {
    background: #eff6ff;
    border: 2px solid #bfdbfe;
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
    margin-top: 4rem;
}
.clr-midcta h2 { font-size: 1.6rem; font-weight: 800; color: #1f2937; margin-bottom: 0.75rem; }
.clr-midcta p { color: #4b5563; font-size: 1rem; line-height: 1.7; margin-bottom: 2rem; max-width: 560px; margin-left: auto; margin-right: auto; }

/* FAQ */
.clr-faq-list { display: flex; flex-direction: column; gap: 1rem; margin-top: 3rem; }
.clr-faq-item { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; overflow: hidden; }
.clr-faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 0.95rem;
    font-weight: 700;
    color: #1f2937;
    gap: 1rem;
}
.clr-faq-q svg { flex-shrink: 0; transition: transform 0.3s; color: #2563eb; }
.clr-faq-q[aria-expanded="true"] svg { transform: rotate(180deg); }
.clr-faq-a { padding: 0 1.5rem 1.25rem; display: none; font-size: 0.92rem; color: #4b5563; line-height: 1.7; }
.clr-faq-a.open { display: block; }

/* Final CTA */
.clr-cta {
    background: linear-gradient(135deg, #1e3a5f, #2563eb);
    padding: 5rem 0;
    text-align: center;
    color: #fff;
}
.clr-cta h2 { font-size: 2rem; font-weight: 800; margin-bottom: 1rem; }
.clr-cta p { color: #93c5fd; max-width: 560px; margin: 0 auto 2rem; line-height: 1.7; }
.clr-cta-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}
.clr-cta-contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #93c5fd;
    font-size: 0.9rem;
}
.clr-cta-contact-item a { color: #e0f2fe; font-weight: 600; text-decoration: none; }
.clr-cta-contact-item a:hover { text-decoration: underline; }

/* Interim Callout */
.clr-interim-callout {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    background: #eff6ff;
    border: 1.5px solid #bfdbfe;
    border-radius: 14px;
    padding: 1.5rem 1.75rem;
    margin-top: 2.5rem;
}
.clr-interim-callout-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background: #2563eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.clr-interim-callout strong {
    display: block;
    color: #1e3a5f;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}
.clr-interim-callout p {
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 0.75rem;
}
.clr-interim-callout-link {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: #2563eb;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
}
.clr-interim-callout-link:hover { text-decoration: underline; }

/* Responsive */
@media (max-width: 768px) {
    .clr-hero { padding: 5rem 0 3.5rem; }
    .clr-hero-container { grid-template-columns: 1fr; gap: 2.5rem; }
    .clr-hero-container > div:first-child { text-align: center; }
    .clr-hero-btns { justify-content: center; }
    .clr-hero-visual svg { width: 100%; height: auto; }
    .clr-trust-grid { grid-template-columns: repeat(2, 1fr); }
    .clr-problem-grid { grid-template-columns: 1fr; }
    .clr-leistung-grid { grid-template-columns: 1fr; }
    .clr-rollen-grid { grid-template-columns: repeat(2, 1fr); }
    .clr-maja-card { grid-template-columns: 1fr; text-align: center; }
    .clr-maja-avatar { margin: 0 auto; }
    .clr-maja-chips { justify-content: center; }
    .clr-prozess-grid { grid-template-columns: 1fr 1fr; }
    .clr-prozess-grid::before { display: none; }
    .clr-midcta { padding: 2rem 1.5rem; }
    .clr-cta { padding: 3.5rem 0; }
}
@media (max-width: 480px) {
    .clr-rollen-grid { grid-template-columns: 1fr; }
    .clr-prozess-grid { grid-template-columns: 1fr; }
}
