/**
 * =============================================================================
 *  NUR ENERJİ - KURUMSAL SAYFALAR MODÜLER STİL SAYFASI (kurumsal.css)
 * -----------------------------------------------------------------------------
 *  @description : Kurumsal, Ekibimiz, Belgelerimiz, Grup Şirketleri, Şirket
 *                 Detay ve İK sayfaları için hafif, yüksek performanslı CSS modülü.
 *  @author      : Doğan GÖKÇE (BihostNet & Nur Enerji Mimarisi)
 *  @version     : 2.0.0 (Evolution)
 * =============================================================================
 */

/* ==========================================================================
   1. GENEL KURUMSAL SAYFA DÜZENİ (kurumsal.php & Ortak Elemanlar)
   ========================================================================== */
.page-header-banner {
    background: linear-gradient(135deg, #070d18 0%, #0d1e3a 100%);
    padding: 60px 0 45px;
    color: #ffffff;
    text-align: center;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.page-header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.page-header-title {
    font-size: clamp(24px, 3.5vw, 36px);
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 10px;
    line-height: 1.25;
}
.breadcrumb-nav {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    color: #94a3b8;
}
.breadcrumb-nav a {
    color: #38bdf8;
    text-decoration: none;
    transition: color 0.2s;
}
.breadcrumb-nav a:hover {
    color: #ffffff;
}
.breadcrumb-nav .sep {
    font-size: 10px;
    color: #64748b;
}

.page-main-layout {
    max-width: 1240px;
    margin: 40px auto 80px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 40px;
    align-items: start;
}
.page-content-area {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    padding: 35px 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}
.content-header-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f1f5f9;
}
.policy-badge {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
}
.policy-badge.badge-legal {
    background: rgba(220, 38, 38, 0.08);
    color: #dc2626;
}
.policy-badge.badge-corp {
    background: rgba(16, 185, 129, 0.1);
    color: #059669;
}
.policy-meta-date {
    font-size: 12.5px;
    color: #94a3b8;
}
.content-main-img {
    width: 100%;
    max-height: 380px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 25px;
}
.content-typography {
    color: #334155;
    font-size: 15.5px;
    line-height: 1.8;
}
.content-typography p {
    margin-bottom: 18px;
}
.content-typography h2, .content-typography h3 {
    color: #0f172a;
    font-weight: 800;
    margin: 28px 0 14px;
}

/* Sidebar Widgets */
.page-sidebar {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.sidebar-widget {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 24px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}
.sidebar-widget-title {
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid #10b981;
}
.sidebar-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.sidebar-menu-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    border-radius: 8px;
    color: #475569;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
    background: #f8fafc;
}
.sidebar-menu-list li a:hover, .sidebar-menu-list li.active a {
    background: #10b981;
    color: #ffffff !important;
    transform: translateX(4px);
}
.sidebar-cta-box {
    background: linear-gradient(135deg, #070d18 0%, #0d1e3a 100%);
    border-radius: 16px;
    padding: 30px 24px;
    color: #ffffff;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.1);
}
.sidebar-cta-box i.fa-bolt {
    font-size: 2.2rem;
    color: #f59e0b;
    margin-bottom: 12px;
    display: block;
}
.sidebar-cta-box h4 {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 8px;
}
.sidebar-cta-box p {
    font-size: 13.5px;
    color: #94a3b8;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* ==========================================================================
   2. EKİBİMİZ & PERSONEL KADROSU (ekibimiz.php & ekip.php)
   ========================================================================== */
.team-modern-wrapper {
    padding: 60px 0 80px;
    background: radial-gradient(circle at 10% 10%, rgba(22, 101, 52, 0.03), transparent 40%),
                radial-gradient(circle at 90% 90%, rgba(234, 88, 12, 0.03), transparent 40%),
                #f8fafc;
}
.team-section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    padding: 0 20px;
}
.team-badge-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 50px;
    background: rgba(22, 101, 52, 0.08);
    color: #166534;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.team-main-title {
    font-size: clamp(26px, 3.2vw, 36px);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 14px;
}
.team-main-title span {
    color: #166534;
}
.team-lead-text {
    font-size: 15.5px;
    color: #64748b;
    line-height: 1.6;
}
.team-leader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    padding: 0 15px;
}
.team-leader-card {
    position: relative;
    width: 360px;
    aspect-ratio: 4 / 5.2;
    border-radius: 24px;
    overflow: hidden;
    background: #0f172a;
    box-shadow: 0 20px 45px rgba(22, 101, 52, 0.15), 0 8px 20px rgba(0,0,0,0.1);
    border: 2px solid #166534;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.team-leader-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 60px rgba(22, 101, 52, 0.25);
}
.team-card-img-box {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.team-card-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.5s ease;
}
.team-leader-card:hover .team-card-img-box img,
.team-member-card:hover .team-card-img-box img {
    transform: scale(1.05);
}
.team-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(15, 23, 42, 0.92) 100%);
    z-index: 2;
}
.team-leader-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 5;
    background: #166534;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}
.team-leader-content {
    position: absolute;
    bottom: 24px;
    left: 20px;
    right: 20px;
    z-index: 5;
    text-align: center;
}
.team-leader-name {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 6px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}
.team-leader-role {
    font-size: 13px;
    font-weight: 700;
    color: #86efac;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
}
.team-social-pills {
    display: flex;
    justify-content: center;
    gap: 8px;
}
.team-social-pills a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 1px solid rgba(255,255,255,0.3);
}
.team-social-pills a:hover {
    background: #166534;
    color: #ffffff;
    transform: translateY(-3px);
}
.team-org-connector {
    width: 2px;
    height: 48px;
    margin: 0 auto 40px;
    background: linear-gradient(180deg, #166534 0%, rgba(22, 101, 52, 0.1) 100%);
}
.team-subhead-box {
    text-align: center;
    margin-bottom: 35px;
}
.team-subhead-title {
    font-size: 21px;
    font-weight: 800;
    color: #1e293b;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.team-subhead-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    border-radius: 3px;
    background: #166534;
}
.team-members-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}
.team-member-card {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5.1;
    border-radius: 20px;
    overflow: hidden;
    background: #1e293b;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.8);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.team-member-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.16);
    border-color: rgba(22, 101, 52, 0.4);
}
.team-member-content {
    position: absolute;
    bottom: 18px;
    left: 16px;
    right: 16px;
    z-index: 5;
    text-align: center;
}
.team-member-name {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 4px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
.team-member-role {
    font-size: 10px;
    font-weight: 700;
    color: #86efac;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 1.35;
    margin: 0;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

/* Personel Detay Sayfası (ekip.php) */
.team-detail-section {
    padding: 70px 0 90px;
    background: #f8fafc;
}
.profile-box {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0,0,0,0.04);
    text-align: center;
}
.profile-box .image img {
    width: 100%;
    max-height: 380px;
    object-fit: cover;
    object-position: top;
}
.profile-box .lower-box {
    padding: 24px 20px;
}
.profile-box h3 {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 6px;
}
.profile-box .designation {
    font-size: 14px;
    color: #10b981;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
}

/* ==========================================================================
   3. BELGELERİMİZ & SERTİFİKALAR (belgelerimiz.php)
   ========================================================================== */
.certs-page-wrapper {
    padding: 60px 0 100px;
    background: radial-gradient(circle at 12% 10%, rgba(22, 101, 52, 0.04), transparent 35%),
                radial-gradient(circle at 88% 90%, rgba(234, 88, 12, 0.04), transparent 35%),
                #f8fafc;
}
.certs-header-box {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 35px;
    padding: 0 20px;
}
.certs-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    border-radius: 50px;
    background: rgba(22, 101, 52, 0.08);
    color: #166534;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.certs-main-title {
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 14px;
}
.certs-main-title span {
    color: #166534;
}
.certs-lead-desc {
    font-size: 15.5px;
    color: #64748b;
    line-height: 1.65;
}
.certs-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto 25px;
    padding: 0 15px;
}
.cert-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 50px;
    background: #ffffff;
    color: #475569;
    font-size: 13.5px;
    font-weight: 700;
    border: 1px solid #e2e8f0;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0,0,0,0.03);
    transition: all 0.25s ease;
}
.cert-filter-btn:hover {
    border-color: #166534;
    color: #166534;
    transform: translateY(-2px);
}
.cert-filter-btn.active {
    background: #166534;
    color: #ffffff;
    border-color: #166534;
    box-shadow: 0 6px 18px rgba(22, 101, 52, 0.25);
}
.certs-search-box {
    max-width: 620px;
    margin: 0 auto 45px;
    padding: 0 15px;
    position: relative;
}
.certs-search-input {
    width: 100%;
    padding: 14px 20px 14px 48px;
    border-radius: 50px;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    font-size: 15px;
    color: #1e293b;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.certs-search-input:focus {
    border-color: #166534;
    box-shadow: 0 0 0 4px rgba(22, 101, 52, 0.1);
}
.certs-search-icon {
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 16px;
    pointer-events: none;
}
.certs-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}
.cert-card-box {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.05);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.cert-card-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    border-color: rgba(22, 101, 52, 0.4);
}
.cert-card-thumb {
    position: relative;
    aspect-ratio: 16 / 11;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    overflow: hidden;
}
.cert-card-thumb img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.cert-card-box:hover .cert-card-thumb img {
    transform: scale(1.05);
}
.cert-card-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(6px);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 20px;
}
.cert-card-body {
    padding: 22px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.cert-card-title {
    font-size: 16.5px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.35;
    margin: 0 0 12px;
}
.cert-card-issuer, .cert-card-validity {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 6px;
}
.cert-card-issuer i, .cert-card-validity i {
    color: #166534;
    width: 14px;
}
.cert-card-actions {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 10px;
}
.cert-btn-view {
    flex-grow: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #166534;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 16px;
    border-radius: 10px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.2s ease;
}
.cert-btn-view:hover {
    background: #14532d;
    transform: translateY(-2px);
}
.cert-btn-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #f1f5f9;
    color: #334155 !important;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #e2e8f0;
    transition: all 0.25s ease;
}
.cert-btn-download:hover {
    background: #e2e8f0;
    color: #0f172a !important;
    transform: translateY(-2px);
}

/* Lightbox Modal */
.cert-modal-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.88);
    backdrop-filter: blur(8px);
    z-index: 999999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.cert-modal-backdrop.active {
    display: flex;
}
.cert-modal-content {
    background: #ffffff;
    border-radius: 20px;
    max-width: 900px;
    width: 100%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.4);
}
.cert-modal-header {
    padding: 18px 24px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8fafc;
}
.cert-modal-title {
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}
.cert-modal-close {
    background: #e2e8f0;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    transition: background 0.2s, color 0.2s;
}
.cert-modal-close:hover {
    background: #EF4444;
    color: #ffffff;
}
.cert-modal-body {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    background: #f1f5f9;
}
.cert-modal-body img {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    background: #ffffff;
}
.cert-modal-footer {
    padding: 14px 24px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
}

/* Güvenlik Koruma Modu (Bulanık Katman) */
.cert-blur-locked {
    filter: blur(6px);
    user-select: none;
    pointer-events: none;
}
.cert-locked-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    padding: 20px;
    z-index: 3;
}
.cert-locked-badge {
    background: #dc2626;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 8px;
}

/* ==========================================================================
   4. GRUP ŞİRKETLERİ & DETAY SAYFASI (grup_sirketleri.php & grup_sirket_detay.php)
   ========================================================================== */
.grup-hero-banner {
    position: relative;
    padding: 110px 0 60px;
    background: linear-gradient(135deg, #0b132b 0%, #1c2541 60%, #0b132b 100%);
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}
.grup-hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 30%, rgba(222, 125, 34, 0.15), transparent 70%);
    pointer-events: none;
}
.grup-hero-logo {
    max-height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 10px 25px rgba(0,0,0,0.45));
}
.grup-hero-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: #de7d22;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.grup-hero-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}
.grup-hero-desc {
    max-width: 780px;
    margin: 0 auto 20px;
    color: #cbd5e1;
    font-size: 1.05rem;
    line-height: 1.7;
}
.grup-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #94a3b8;
}
.grup-breadcrumb a {
    color: #e2e8f0;
    text-decoration: none;
    transition: color 0.2s;
}
.grup-breadcrumb a:hover {
    color: #de7d22;
}
.grup-stats-bar {
    background: #0f172a;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.grup-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}
.grup-stat-item {
    padding: 10px;
}
.grup-stat-number {
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 6px;
}
.grup-stat-label {
    font-size: 0.95rem;
    color: #94a3b8;
    font-weight: 600;
}
.grup-main-wrapper {
    padding: 60px 0 90px;
    background: #f8fafc;
}
.grup-toolbar {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    margin-bottom: 40px;
}
.grup-toolbar-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f5f9;
}
.grup-search-box {
    position: relative;
    flex: 1 1 340px;
    max-width: 550px;
}
.grup-search-box i.fa-search {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 1.05rem;
}
.grup-search-input {
    width: 100%;
    padding: 13px 45px 13px 48px;
    border-radius: 50px;
    border: 1.5px solid #cbd5e1;
    background: #ffffff;
    font-size: 0.95rem;
    outline: none;
    transition: all 0.25s ease;
}
.grup-search-input:focus {
    border-color: #de7d22;
    box-shadow: 0 0 0 4px rgba(222, 125, 34, 0.12);
}
.grup-search-clear {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #e2e8f0;
    border: none;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #64748b;
    font-size: 11px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grup-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}
.grup-pill-btn {
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #475569;
    padding: 9px 18px;
    border-radius: 50px;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
    outline: none;
}
.grup-pill-btn:hover {
    background: #f1f5f9;
    color: #0f172a;
    border-color: #cbd5e1;
}
.grup-pill-btn.active {
    background: #de7d22 !important;
    border-color: #de7d22 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(222, 125, 34, 0.35);
}
.grup-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
}
.grup-card:hover {
    transform: translateY(-7px);
    border-color: rgba(222, 125, 34, 0.4);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
}
.grup-card-media {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: #0f172a;
}
.grup-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.grup-card:hover .grup-card-media img {
    transform: scale(1.08);
}
.grup-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(15, 23, 42, 0.8) 100%);
}
.grup-card-num {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #de7d22;
    font-size: 13px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    z-index: 2;
}
.grup-card-sector-tag {
    position: absolute;
    bottom: 14px;
    left: 14px;
    padding: 6px 14px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.94);
    color: #0f172a;
    font-size: 11.5px;
    font-weight: 800;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 2;
}
.grup-card-body {
    padding: 24px 22px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.grup-card-title {
    font-size: 1.22rem;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.35;
}
.grup-card-title a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.2s;
}
.grup-card-title a:hover {
    color: #de7d22;
}
.grup-card-desc {
    color: #64748b;
    font-size: 13.5px;
    line-height: 1.6;
    margin-bottom: 16px;
}
.grup-services-header {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #334155;
    margin-bottom: 8px;
}
.grup-services-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 6px;
    margin-bottom: 20px;
}
.grup-services-list li {
    font-size: 12.5px;
    color: #475569;
    background: #f8fafc;
    padding: 7px 11px;
    border-radius: 8px;
    border: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 7px;
}
.grup-services-list li i {
    color: #de7d22;
    font-size: 10px;
}
.grup-card-actions {
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn-grup-view {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #0f172a;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 50px;
    text-decoration: none !important;
    transition: all 0.25s ease;
}
.btn-grup-view:hover {
    background: #de7d22;
    transform: translateX(3px);
}
.btn-grup-link {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    color: #64748b;
    text-decoration: none !important;
    transition: all 0.25s ease;
}
.btn-grup-link:hover {
    background: #de7d22;
    color: #ffffff;
}
.grup-synergy-box {
    background: linear-gradient(135deg, #0b132b 0%, #1e293b 60%, #de7d22 100%);
    border-radius: 24px;
    padding: 45px 35px;
    color: #ffffff;
    box-shadow: 0 20px 50px rgba(11, 19, 43, 0.2);
}

/* Grup Şirket Detay (grup_sirket_detay.php) */
.grup-detail-wrapper {
    padding: 70px 0 100px;
    background: #f8fafc;
}
.grup-detail-header-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    padding: 40px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.04);
    margin-bottom: 35px;
}
.grup-detail-body {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    padding: 40px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.04);
}
.grup-detail-img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 30px;
}
.grup-cap-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 16px 18px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #334155;
    height: 100%;
}
.grup-cap-box i {
    color: #10b981;
    margin-top: 3px;
}
.grup-sidebar-widget {
    background: #ffffff;
    border-radius: 20px;
    padding: 26px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.04);
    border: 1px solid #e2e8f0;
    margin-bottom: 25px;
}
.grup-nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    text-decoration: none !important;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}
.grup-nav-link:hover, .grup-nav-link.active {
    background: #f1f5f9;
    border-color: #cbd5e1;
}
.grup-nav-thumb {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.grup-detay-wrapper {
    padding: 60px 0 90px;
    background: #f8fafc;
}
.grup-detail-media {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 380px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    background: #0f172a;
}
.grup-detail-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.grup-media-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    background: rgba(15,23,42,0.85);
    backdrop-filter: blur(8px);
    color: #10b981;
    font-weight: 800;
    font-size: 12px;
    padding: 6px 16px;
    border-radius: 50px;
}
.grup-detail-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    padding: 32px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.03);
    margin-bottom: 25px;
}
.grup-detail-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(16,185,129,0.12);
    color: #10b981;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

/* ==========================================================================
   5. RESPONSIVE BREAKPOINTS (Mobil ve Tablet Uyumluluğu)
   ========================================================================== */
@media (max-width: 1200px) {
    .team-members-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .certs-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .page-main-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .team-members-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .team-leader-card {
        width: 320px;
    }
    .team-leader-name {
        font-size: 21px;
    }
}

@media (max-width: 640px) {
    .certs-cards-grid {
        grid-template-columns: 1fr;
        padding: 0 16px;
    }
    .certs-main-title {
        font-size: 26px;
    }
    .page-content-area {
        padding: 25px 20px;
    }
}

@media (max-width: 520px) {
    .team-members-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 0 12px;
    }
    .team-member-name {
        font-size: 13.5px;
    }
    .team-member-role {
        font-size: 8.5px;
    }
    .team-leader-card {
        width: 290px;
    }
}
