/* Extracted from ueber-uns.php. Edit here, not in PHP. */

/* ============================================================
   ÜBER UNS, Prefix: ueber-
   Brand-konform mit dem Rest der Lohnklar-Website
   ============================================================ */

/* HERO, Standard-Light-Gradient analog Homepage */
.ueber-hero {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    padding: 5rem 0 4rem;
    position: relative;
    overflow: hidden;
}
.ueber-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 4rem;
    align-items: center;
}
.ueber-hero-eyebrow {
    display: inline-block;
    background: rgba(37,99,235,0.1);
    color: #2563eb;
    padding: 0.45rem 1rem;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.ueber-hero h1 {
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    font-weight: 800;
    line-height: 1.15;
    color: #1f2937;
    margin: 0 0 1.5rem;
}
.ueber-hero h1 .highlight {
    color: #2563eb;
}
.ueber-hero-sub {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #4b5563;
    margin: 0 0 1.75rem;
    max-width: 540px;
}
.ueber-hero-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 0;
}
.ueber-hero-facts span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #ffffff;
    border: 1px solid #dbeafe;
    color: #1e3a5f;
    padding: 0.5rem 0.95rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
}
.ueber-hero-facts span::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #10b981;
}

/* Hero-Visual: Firmen-Card */
.ueber-firma-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-shadow: 0 24px 48px -16px rgba(15, 23, 42, 0.18);
    padding: 1.85rem 1.85rem 1.5rem;
    position: relative;
    overflow: hidden;
}
.ueber-firma-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 6px;
    background: linear-gradient(90deg, #2563eb 0%, #10b981 100%);
}
.ueber-firma-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #e5e7eb;
}
.ueber-firma-logo {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.ueber-firma-logo-mark {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, #2563eb, #1e40af);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
.ueber-firma-logo-name {
    font-size: 1.05rem;
    font-weight: 800;
    color: #1f2937;
}
.ueber-firma-logo-name span { color: #10b981; }
.ueber-firma-status {
    font-size: 0.72rem;
    font-weight: 700;
    color: #059669;
    background: #d1fae5;
    padding: 0.3rem 0.7rem;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}
.ueber-firma-status::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #10b981;
    border-radius: 50%;
}

/* Team-Avatar-Strip */
.ueber-firma-team {
    margin-bottom: 1.5rem;
}
.ueber-firma-team-label {
    font-size: 0.72rem;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 0.85rem;
}
.ueber-firma-team-avatars {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.75rem;
}
.ueber-firma-team-avatars img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #e5e7eb;
    object-fit: cover;
    display: block;
}
.ueber-firma-team-avatars img:not(:first-child) { margin-left: -10px; }
.ueber-firma-team-count {
    margin-left: auto;
    font-size: 0.85rem;
    color: #4b5563;
    font-weight: 600;
}
.ueber-firma-team-names {
    font-size: 0.85rem;
    color: #6b7280;
    line-height: 1.5;
}

/* Stats-Grid */
.ueber-firma-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
    margin-bottom: 1.5rem;
}
.ueber-firma-stat {
    background: #f8fafc;
    border-radius: 12px;
    padding: 0.95rem 1rem;
}
.ueber-firma-stat-label {
    font-size: 0.7rem;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.35rem;
}
.ueber-firma-stat-value {
    font-size: 1.05rem;
    font-weight: 800;
    color: #1e3a5f;
    line-height: 1.2;
}

/* Tool-Strip */
.ueber-firma-tools {
    padding-top: 1.25rem;
    border-top: 1px solid #e5e7eb;
}
.ueber-firma-tools-label {
    font-size: 0.7rem;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.65rem;
}
.ueber-firma-tools-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
.ueber-firma-tools-row span {
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.35rem 0.75rem;
    border-radius: 50px;
    border: 1px solid #dbeafe;
}

/* STORY 2-Spalter, Brand-Stil */
.ueber-story { background: #ffffff; padding: 5rem 0; }
.ueber-story-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 4rem;
    align-items: start;
}
.ueber-story-text h2 {
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 1.5rem;
    line-height: 1.2;
}
.ueber-story-text p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #4b5563;
    margin: 0 0 1.25rem;
}
.ueber-story-text p:last-child { margin-bottom: 0; }
.ueber-story-text strong { color: #1f2937; font-weight: 700; }

/* Steckbrief-Card rechts in Story */
.ueber-steckbrief {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-top: 4px solid #2563eb;
    border-radius: 14px;
    padding: 1.75rem 1.5rem;
    position: sticky;
    top: 110px;
}
.ueber-steckbrief-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #2563eb;
    margin-bottom: 1.25rem;
}
.ueber-steckbrief-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ueber-steckbrief-list li {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 0.85rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid #e5e7eb;
    align-items: baseline;
}
.ueber-steckbrief-list li:last-child { border-bottom: none; }
.ueber-steckbrief-list .key {
    color: #6b7280;
    font-size: 0.82rem;
    font-weight: 600;
}
.ueber-steckbrief-list .val {
    color: #1f2937;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.4;
}
.ueber-steckbrief-list .val a { color: #2563eb; text-decoration: none; border-bottom: 1px solid rgba(37,99,235,0.3); }
.ueber-steckbrief-list .val a:hover { border-color: #2563eb; }

/* PRINZIPIEN 3-Karten-Grid analog services-grid */
.ueber-prinzipien { background: #f8fafc; padding: 5rem 0; }
.ueber-prinzipien-head {
    max-width: 720px;
    margin: 0 auto 3rem;
    text-align: center;
    padding: 0 1.5rem;
}
.ueber-prinzipien-head h2 {
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 0.85rem;
    line-height: 1.2;
}
.ueber-prinzipien-head p {
    color: #6b7280;
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
}
.ueber-prinzipien-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.ueber-prinzip-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-top: 4px solid #2563eb;
    border-radius: 14px;
    padding: 1.75rem 1.5rem;
    transition: transform 0.2s, box-shadow 0.2s;
}
.ueber-prinzip-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px -8px rgba(37,99,235,0.18);
}
.ueber-prinzip-card:nth-child(2) { border-top-color: #10b981; }
.ueber-prinzip-card:nth-child(3) { border-top-color: #1e3a5f; }
.ueber-prinzip-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(37,99,235,0.1);
    color: #2563eb;
    font-weight: 800;
    font-size: 1.05rem;
    margin-bottom: 1.25rem;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
.ueber-prinzip-card:nth-child(2) .ueber-prinzip-num { background: rgba(16,185,129,0.12); color: #059669; }
.ueber-prinzip-card:nth-child(3) .ueber-prinzip-num { background: rgba(30,58,95,0.1); color: #1e3a5f; }
.ueber-prinzip-card h3 {
    font-size: 1.15rem;
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 0.75rem;
    line-height: 1.3;
}
.ueber-prinzip-card p {
    color: #4b5563;
    font-size: 0.96rem;
    line-height: 1.65;
    margin: 0;
}

/* TEAM, nutzt globale .team-cards-grid + .team-vcard aus style.css */
.ueber-team { background: #ffffff; padding: 5rem 0; }
.ueber-team-head {
    max-width: 720px;
    margin: 0 auto 3rem;
    text-align: center;
    padding: 0 1.5rem;
}
.ueber-team-head h2 {
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 0.85rem;
    line-height: 1.2;
}
.ueber-team-head p {
    color: #6b7280;
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
}

/* KUNDEN-QUOTE (Info-Card-Stil) */
.ueber-quote { background: #f8fafc; padding: 4.5rem 0; }
.ueber-quote-card {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.ueber-quote-inner {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-left: 4px solid #2563eb;
    border-radius: 14px;
    padding: 2.25rem 2rem;
    position: relative;
}
.ueber-quote-mark {
    position: absolute;
    top: 0.75rem;
    right: 1.5rem;
    font-size: 4rem;
    font-weight: 800;
    color: rgba(37,99,235,0.15);
    line-height: 1;
}
.ueber-quote-text {
    font-size: 1.15rem;
    line-height: 1.65;
    color: #1f2937;
    margin: 0 0 1.5rem;
    font-weight: 500;
}
.ueber-quote-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.95rem;
}
.ueber-quote-author { color: #1f2937; font-weight: 700; }
.ueber-quote-firm { color: #6b7280; }
.ueber-quote-meta::before {
    content: "";
    width: 32px;
    height: 2px;
    background: #2563eb;
    border-radius: 2px;
}

/* ANTI / Wofür nicht */
.ueber-anti { background: #ffffff; padding: 5rem 0; }
.ueber-anti-card {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.ueber-anti h2 {
    font-size: clamp(1.5rem, 2.8vw, 2rem);
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 0.85rem;
    line-height: 1.25;
}
.ueber-anti-sub {
    color: #6b7280;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 2rem;
}
.ueber-anti-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
}
.ueber-anti-list li {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    font-size: 1rem;
    line-height: 1.65;
}
.ueber-anti-list li:last-child { border-bottom: none; }
.ueber-anti-list li::before {
    content: "";
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fef2f2;
    color: #dc2626;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23dc2626' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><line x1='18' y1='6' x2='6' y2='18'/><line x1='6' y1='6' x2='18' y2='18'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
}
.ueber-anti-list li strong {
    display: block;
    color: #1f2937;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

/* Responsive */
@media (max-width: 980px) {
    .ueber-hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }
    .ueber-firma-card { max-width: 480px; margin: 0 auto; }
    .ueber-story-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .ueber-steckbrief { position: static; }
    .ueber-prinzipien-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .ueber-hero { padding: 3.5rem 0 3rem; }
    .ueber-story, .ueber-prinzipien, .ueber-team, .ueber-quote, .ueber-anti { padding: 3.5rem 0; }
    .ueber-steckbrief-list li { grid-template-columns: 1fr; gap: 0.2rem; }
    .ueber-anti-list li { grid-template-columns: 40px 1fr; padding: 1rem 1.1rem; }
}

/* Sticky-CTA verbergen, eigener .lk-cta ist genug */
body.is-ueber .sticky-cta,
body.is-ueber aside[aria-label="Schnellkontakt"] {
    display: none !important;
}

/* .lk-cta Brand-CTA-Block (identisch zur Homepage) */
.lk-cta { padding: 5rem 0; background: linear-gradient(135deg, #1e3a5f, #1e40af); color: #fff; }
.lk-cta-inner {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 3rem;
    align-items: center;
}
.lk-cta-text h2 {
    color: #fff;
    font-size: clamp(1.6rem, 3.5vw, 2.25rem);
    font-weight: 800;
    margin: 0 0 1rem;
    line-height: 1.2;
}
.lk-cta-text p {
    color: rgba(255,255,255,0.85);
    font-size: 1.025rem;
    line-height: 1.65;
    margin: 0 0 1.5rem;
}
.lk-cta-pricerow { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.lk-cta-pricepill {
    display: inline-block;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50px;
    padding: 0.45rem 1rem;
    font-size: 0.875rem;
    color: #fff;
    font-weight: 600;
}
.lk-cta-action {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
.lk-cta-action .btn {
    background: #ffffff;
    color: #1e3a5f;
    border-radius: 50px;
    padding: 1rem 2rem;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    display: inline-block;
}
.lk-cta-action .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
.lk-cta-meta { color: rgba(255,255,255,0.75); font-size: 0.875rem; margin: 0; }
.lk-cta-meta a {
    color: #93c5fd;
    text-decoration: underline;
    text-decoration-color: rgba(147,197,253,0.6);
}
.lk-cta-meta a:hover { color: #fff; text-decoration-color: #fff; }
@media (max-width: 900px) {
    .lk-cta { padding: 3rem 0; }
    .lk-cta-inner { grid-template-columns: 1fr; gap: 2rem; }
    .lk-cta-action { align-items: stretch; }
    .lk-cta-action .btn { text-align: center; }
}
