/* ============================================================
   presse.css – Mycosoft©LogData Pressemitteilungen
   Orientiert am Stil der ueber-uns.css
   ============================================================ */

/* ---------- Allgemein ---------- */
.press-page {
    background-color: #f8f9fa;
}

/* ---------- Hero-Badge ---------- */
.hero-badge {
    display: inline-block;
    background: linear-gradient(135deg, #0096ff 0%, #0070cc 100%);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.35rem 1rem;
    border-radius: 50px;
    margin-bottom: 1rem;
}

/* ---------- Abschnitts-Überschriften ---------- */
.section-heading {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1f2e;
    margin-bottom: 0.5rem;
}

.section-subtitle {
    color: #6c757d;
    font-size: 1rem;
    margin-bottom: 2.5rem;
}

/* ---------- Press Hero ---------- */
.press-hero {
    background: #fff;
    border-radius: 16px;
    padding: 2.5rem 3rem;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    margin-bottom: 3rem;
    border-left: 5px solid #0096ff;
}

.press-hero .hero-title {
    font-size: 2rem;
    font-weight: 800;
    color: #1a1f2e;
    margin-bottom: 0.75rem;
    line-height: 1.25;
}

.press-hero .hero-text {
    color: #4a5568;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 0;
}

/* ---------- Pressemitteilung-Karte ---------- */
.press-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    margin-bottom: 2.5rem;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    border: 1px solid #e9ecef;
}

.press-card:hover {
    box-shadow: 0 8px 40px rgba(0, 150, 255, 0.12);
    transform: translateY(-2px);
}

.press-card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 2rem 1rem;
    border-bottom: 1px solid #f0f2f5;
}

.press-date-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #f0f8ff;
    color: #0096ff;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.3rem 0.85rem;
    border-radius: 50px;
    border: 1px solid #d0eaff;
    white-space: nowrap;
}

.press-category-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #f0fff4;
    color: #28a745;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.3rem 0.85rem;
    border-radius: 50px;
    border: 1px solid #c3e6cb;
    white-space: nowrap;
}

.press-category-badge.badge-update {
    background: #fff8e1;
    color: #d97706;
    border-color: #fde68a;
}

.press-card-body {
    padding: 1.75rem 2rem 2rem;
}

.press-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1f2e;
    margin-bottom: 1.25rem;
    line-height: 1.35;
}

.press-card-body p {
    color: #4a5568;
    font-size: 0.97rem;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.press-card-body p:last-child {
    margin-bottom: 0;
}

/* ---------- Highlight-Box (innerhalb Pressemitteilung) ---------- */
.press-highlight {
    background: linear-gradient(135deg, #f0f8ff 0%, #e8f4fd 100%);
    border-left: 4px solid #0096ff;
    border-radius: 0 10px 10px 0;
    padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
}

.press-highlight ul {
    margin-bottom: 0;
    padding-left: 1.2rem;
}

.press-highlight ul li {
    color: #1a1f2e;
    font-size: 0.95rem;
    line-height: 1.7;
    font-weight: 500;
}

.press-highlight-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #0096ff;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 0.6rem;
}

/* ---------- Info-Box (Bestandskunden) ---------- */
.press-info-box {
    background: linear-gradient(135deg, #f0fff4 0%, #e8f8ed 100%);
    border-left: 4px solid #28a745;
    border-radius: 0 10px 10px 0;
    padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
}

.press-info-box p {
    margin-bottom: 0 !important;
}

.press-info-box .info-icon {
    color: #28a745;
    margin-right: 0.4rem;
}

/* ---------- Sidebar / Kontakt ---------- */
.press-sidebar-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    padding: 2rem;
    border: 1px solid #e9ecef;
    position: sticky;
    top: 100px;
}

.press-sidebar-card h5 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1f2e;
    margin-bottom: 1rem;
}

.press-sidebar-card p {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.press-sidebar-card a {
    color: #0096ff;
    text-decoration: none;
    font-weight: 500;
}

.press-sidebar-card a:hover {
    text-decoration: underline;
}

.press-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f2f5;
}

.press-contact-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.press-contact-item .icon-wrap {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #f0f8ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0096ff;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.press-contact-item .contact-text {
    font-size: 0.88rem;
    color: #4a5568;
    line-height: 1.5;
}

.press-contact-item .contact-text strong {
    display: block;
    font-size: 0.78rem;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.15rem;
}

/* ---------- Archiv-Trenner ---------- */
.press-archive-divider {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 2rem 0 2.5rem;
    color: #9ca3af;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.press-archive-divider::before,
.press-archive-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e9ecef;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
    .press-hero {
        padding: 1.75rem 1.5rem;
    }
    .press-hero .hero-title {
        font-size: 1.5rem;
    }
    .press-card-header {
        flex-wrap: wrap;
        padding: 1.25rem 1.25rem 0.75rem;
    }
    .press-card-body {
        padding: 1.25rem;
    }
    .press-card-title {
        font-size: 1.1rem;
    }
}