/*
Theme Name: Deparko
Author: Gemini CLI
Description: Deparko Sanayi Sitesi - Balanced Corporate Blue
Version: 1.5
*/

/* 1. RESET & FOUNDATION */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { 
    font-family: 'Inter', sans-serif; 
    line-height: 1.6; 
    color: #1e293b; 
    background-color: #ffffff; 
    -webkit-font-smoothing: antialiased; 
    text-transform: none !important;
}
p, .entry-content, .entry-content p, .article-content p {
    text-transform: none !important;
}
/* Turkish Uppercase Fix */
body:lang(tr) {
    text-transform: none;
}
body.no-scroll { overflow: hidden; }
.container { width: 92%; max-width: 1300px; margin: 0 auto; }
a { text-decoration: none; color: inherit; transition: 0.3s; }
a:focus-visible { outline: 2px solid var(--secondary); outline-offset: 2px; }
img { max-width: 100%; height: auto; display: block; }

/* 2. CORPORATE VARIABLES (REFINED CONTRAST) */
:root {
    --primary: #002147;
    --secondary: #004085;
    --accent: #64748b;
    --bg-light: #f1f5f9;
    --bg-white: #ffffff;
    --border: #e2e8f0;
    --text-main: #1e293b;
    --text-muted: #475569;
    --text-light: #cbd5e1;
    --text-subtle: #94a3b8;
    --white: #ffffff;
    --footer-bg: #001833;
    --footer-dark: #001126;
    --danger: #dc3545;
    --section-space: 8rem;
    --focus-ring: 0 0 0 3px rgba(0, 64, 133, 0.3);
    --radius-sm: 6px;
    --radius: 10px;
    --radius-lg: 14px;
}

/* SECTION BACKGROUND ALTERNATION */
.company-directory { background: var(--bg-light); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.corporate-news-section { background: var(--bg-white); }
.board-section { background: var(--bg-light); }
.facility-gallery-section { background: var(--bg-white); }

/* ENHANCED CARDS */
.company-item-card {
    background: var(--white);
    border: 1px solid var(--border);
    box-shadow: 0 4px 10px rgba(0,33,71,0.02);
    border-radius: var(--radius);
}
.company-item-card:hover {
    box-shadow: 0 20px 40px rgba(0,33,71,0.08);
    border-color: var(--secondary);
}

.news-featured { box-shadow: 0 10px 30px rgba(0,33,71,0.04); border-radius: var(--radius); overflow: hidden; }
.news-standard { background: var(--white); border-radius: var(--radius); overflow: hidden; }

/* 3. TYPOGRAPHY SYSTEM (REBALANCED) */
h1, h2, h3, h4 { color: var(--primary); font-weight: 800; line-height: 1.2; text-transform: none; }
h1 { font-size: 3rem; letter-spacing: -0.03em; }
h2 { font-size: 2.2rem; letter-spacing: -0.02em; }
h3 { font-size: 1.2rem; letter-spacing: -0.01em; }
h4 { font-size: 1rem; letter-spacing: 0.02em; }
p { font-size: 1.05rem; color: var(--text-muted); line-height: 1.7; }

/* Vurgu ve UI Elemanları (Büyük Harf — sadece minimal UI öğeleri) */
.hero-badge,
.notice-badge,
.entry-type-tag,
.notice-tag {
    text-transform: uppercase !important;
    letter-spacing: 0.05em;
}

/* 4. TOP BAR & HEADER */
/* Top Bar */
.top-bar { background: var(--primary); color: var(--white); padding: 8px 0; font-size: 0.8rem; font-weight: 500; letter-spacing: 0.01em; }
.top-bar-content { display: flex; justify-content: space-between; align-items: center; }
.top-info { display: flex; align-items: center; gap: 1.5rem; }
.top-info span { color: var(--text-light); }
.top-links a { margin-left: 15px; color: var(--text-light); transition: 0.2s; }
.top-links a:hover { color: var(--white); }

/* Main Header */
.site-header { background: var(--white); padding: 0.75rem 0; border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 1000; }
.header-main { display: flex; justify-content: space-between; align-items: center; }
.header-actions { display: flex; align-items: center; gap: 1rem; }
.header-search-mini { margin-right: 0.25rem; }
.search-form-header { display: flex; align-items: center; background: var(--bg-light); border: 1px solid var(--border); padding: 4px 10px; border-radius: var(--radius-sm); }
.search-field-header { border: none; background: transparent; font-size: 0.8rem; font-weight: 500; width: 120px; outline: none; padding: 4px; color: var(--primary); }
.search-field-header:focus { width: 160px; }
.search-submit-header { background: transparent; border: none; cursor: pointer; font-size: 0.85rem; padding: 0 4px; opacity: 0.5; transition: 0.2s; }
.search-submit-header:hover { opacity: 1; }
.btn-sm { padding: 0.5rem 1.2rem; font-size: 0.75rem; }
.site-logo .logo-link { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; }
.site-logo .logo-icon { height: 55px; width: auto; display: block; mix-blend-mode: multiply; }
.site-logo .logo-text { font-size: 1.3rem; font-weight: 900; color: var(--primary); letter-spacing: 0.08em; line-height: 1; }

.nav-menu { list-style: none; display: flex; gap: 2.5rem; }
.nav-menu li { display: inline-block; }
.nav-menu a, .nav-menu li a { font-family: 'Inter', sans-serif !important; font-weight: 700; font-size: 0.8rem; color: var(--primary); letter-spacing: 0.02em; transition: 0.3s; }
.nav-menu a:hover, .nav-menu li a:hover, .nav-menu li.current-menu-item a { color: var(--secondary); }

/* DROPDOWN MENU STYLES */
.nav-menu li { position: relative; padding-bottom: 1.25rem; margin-bottom: -1.25rem; }
.nav-menu .sub-menu { 
    position: absolute; top: 100%; left: 50%; transform: translateX(-50%); background: #fff; min-width: 240px; 
    box-shadow: 0 20px 40px rgba(0,33,71,0.12); display: none; list-style: none; 
    padding: 1rem 0; border-top: 4px solid var(--primary); z-index: 999;
    margin-top: 0.5rem;
}
.nav-menu .sub-menu::before {
    content: ''; position: absolute; top: -1rem; left: 0; width: 100%; height: 1rem;
}
.nav-menu li:hover > .sub-menu { display: block; }
.nav-menu .sub-menu li { width: 100%; display: block; border: none; }
.nav-menu .sub-menu a { 
    padding: 0.85rem 2rem; display: block; font-size: 0.75rem !important; 
    font-weight: 700; color: var(--primary); text-transform: uppercase; 
    letter-spacing: 0.05em; border-bottom: 1px solid #f1f5f9; text-align: left;
}
.nav-menu .sub-menu li:last-child a { border-bottom: none; }
.nav-menu .sub-menu a:hover { background: var(--bg-light); color: var(--secondary); padding-left: 2.25rem; }

/* MOBILE MENU TOGGLE */
.menu-toggle { display: none; background: transparent; border: none; padding: 10px; cursor: pointer; flex-direction: column; gap: 6px; z-index: 1002; position: relative; }
.hamburger-bar { display: block; width: 24px; height: 2px; background: var(--primary); transition: 0.3s; transform-origin: center; }
/* Hamburger → X animation */
.menu-toggle.active .hamburger-bar:nth-child(1) { transform: rotate(45deg) translate(5px, 6px); }
.menu-toggle.active .hamburger-bar:nth-child(2) { opacity: 0; }
.menu-toggle.active .hamburger-bar:nth-child(3) { transform: rotate(-45deg) translate(5px, -6px); }

/* Mobile Menu Overlay */
.mobile-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 999; }
.mobile-overlay.active { display: block; }

/* Mobile State Styles */
@media (max-width: 992px) {
    .header-actions { display: none; }
    .menu-toggle { display: flex; }
    .nav-menu {
        position: fixed; top: 0; right: -100%; width: 85%; max-width: 360px; height: 100vh;
        background: var(--white); flex-direction: column;
        padding: 5rem 2rem 2rem; box-shadow: -10px 0 30px rgba(0,0,0,0.15);
        transition: right 0.35s ease; z-index: 1001;
        display: flex; gap: 0; overflow-y: auto;
    }
    .nav-menu.active { right: 0; }
    .nav-menu li { width: 100%; display: block; padding-bottom: 0; margin-bottom: 0; }
    .nav-menu > li { border-bottom: 1px solid var(--border); }
    .nav-menu > li:last-child { border-bottom: none; }
    .nav-menu a { font-size: 1rem; display: block; padding: 1rem 0; }

    /* Mobile Sub-menu — reset all desktop styles */
    .nav-menu .sub-menu {
        position: static !important; top: auto !important; left: auto !important;
        transform: none !important; min-width: 0 !important;
        display: none !important; box-shadow: none !important;
        background: var(--bg-light) !important; padding: 0 !important;
        margin: 0 !important; border: none !important; border-top: 1px solid var(--border) !important;
        border-radius: 0 !important;
    }
    .nav-menu .sub-menu::before { display: none !important; }
    .nav-menu li:hover > .sub-menu { display: none !important; }
    .nav-menu li.open > .sub-menu { display: block !important; }
    .nav-menu .sub-menu li { border-bottom: none; }
    .nav-menu .sub-menu a { font-size: 0.9rem !important; padding: 0.75rem 1.5rem !important; color: var(--text-muted) !important; text-transform: none !important; letter-spacing: 0 !important; font-weight: 600 !important; }
    .nav-menu .sub-menu a:hover { background: var(--border) !important; color: var(--primary) !important; }

    .about-split { grid-template-columns: 1fr; gap: 3rem; }
    .about-image { order: -1; }
    .image-wrapper img { width: 100%; }
}

/* 5. CORPORATE PREMIUM HERO */
.corporate-hero { position: relative; min-height: 85vh; display: flex; align-items: center; padding: 6rem 0 10rem; background: var(--primary); z-index: 1; margin-bottom: 8rem; }
.hero-bg-wrapper { position: absolute; inset: 0; z-index: -1; }
.hero-bg-wrapper img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; opacity: 0.75; filter: grayscale(10%) saturate(1.2); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,33,71,0.85) 0%, rgba(0,33,71,0.55) 45%, rgba(0,33,71,0.2) 100%); }

.hero-container { display: flex; justify-content: space-between; align-items: center; gap: 4rem; position: relative; z-index: 2; width: 100%; }

/* Left Side: Main Content */
.hero-content-main { flex: 1; max-width: 650px; color: #fff; }
.hero-badge { display: inline-block; background: var(--white); color: var(--primary); font-weight: 900; font-size: 0.75rem; padding: 6px 14px; margin-bottom: 2rem; letter-spacing: 0.1em; border-radius: var(--radius-sm); }
.hero-content-main h1 { font-size: 4rem; color: #fff; line-height: 1.1; margin-bottom: 1.5rem; letter-spacing: -0.04em; }
.hero-content-main p { font-size: 1.25rem; color: #cbd5e1; line-height: 1.6; margin-bottom: 3rem; font-weight: 400; }
.hero-buttons { display: flex; gap: 1rem; }

/* Right Side: Agenda Panel */
.hero-agenda-panel { flex: 0 0 450px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1); backdrop-filter: blur(10px); padding: 2.5rem; display: flex; flex-direction: column; border-radius: var(--radius-lg); }
.panel-header { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 1.5rem; }
.panel-header h2 { color: #fff; font-size: 1.4rem; font-weight: 800; letter-spacing: -0.02em; }
.panel-link { color: #cbd5e1; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.01em; }
.panel-link:hover { color: #fff; }

.panel-body { display: flex; flex-direction: column; gap: 1.5rem; }
.agenda-item { display: flex; gap: 1.5rem; align-items: flex-start; }
.agenda-date { flex: 0 0 60px; background: rgba(255,255,255,0.1); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0.5rem 0; border-top: 3px solid #fff; }
.agenda-date .day { font-size: 1.6rem; font-weight: 900; color: #fff; line-height: 1; }
.agenda-date .month { font-size: 0.65rem; font-weight: 800; color: #cbd5e1; text-transform: uppercase; letter-spacing: 0.05em; margin-top: 0.25rem; }
.agenda-text h3 { font-size: 1.05rem; color: #fff; line-height: 1.4; margin-bottom: 0.5rem; font-weight: 600; text-transform: none; }
.agenda-text h3 a:hover { color: #cbd5e1; text-decoration: underline; }
.agenda-cat { font-size: 0.75rem; font-weight: 700; color: var(--text-subtle); letter-spacing: 0.01em; }

/* Floating Stats Bar */
.hero-floating-stats { position: absolute; bottom: -4rem; left: 0; right: 0; z-index: 10; }
.stats-wrapper { background: #fff; display: flex; justify-content: space-between; padding: 2.5rem 4rem; border: 1px solid var(--border); box-shadow: 0 20px 40px rgba(0,33,71,0.08); border-radius: var(--radius-lg); }
.hero-stat { flex: 1; text-align: center; border-right: 1px solid var(--border); }
.hero-stat:last-child { border-right: none; }
.stat-number { display: block; font-size: 2.8rem; font-weight: 900; color: var(--primary); line-height: 1; margin-bottom: 0.5rem; letter-spacing: -0.05em; }
.stat-text { display: block; font-size: 0.8rem; font-weight: 700; color: var(--text-muted); letter-spacing: 0.01em; }

@media (max-width: 768px) {
    .corporate-hero { flex-direction: column; align-items: stretch; padding: 4rem 0 2rem; margin-bottom: 2rem; min-height: auto; }
    .hero-floating-stats { position: relative; bottom: auto; left: auto; right: auto; order: 3; margin-top: 2rem; }
    .stats-wrapper { display: grid; grid-template-columns: repeat(2, 1fr); padding: 1.25rem; gap: 0; }
    .hero-stat { border-right: none; text-align: center; padding: 0.75rem 0.5rem; border-bottom: 1px solid var(--border); }
    .hero-stat:nth-child(odd) { border-right: 1px solid var(--border); }
    .hero-stat:nth-child(n+3) { border-bottom: none; }
    .stat-number { font-size: 1.6rem; }
    .stat-text { font-size: 0.7rem; }
}

/* Responsive Overrides for New Hero */
@media (max-width: 1100px) {
    .hero-container { flex-direction: column; align-items: flex-start; gap: 4rem; }
    .hero-agenda-panel { width: 100%; flex: auto; }
}

/* 6. DIRECTORY & SEARCH (CORPORATE SPLIT ALIGNMENT) */
.company-directory { padding: var(--section-space) 0; }
.directory-header { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    margin-bottom: 5rem; 
    border-bottom: 2px solid var(--primary); 
    padding-bottom: 2rem;
    gap: 3rem;
}
.header-content { flex: 1; }
.header-content h2 { margin-bottom: 0.5rem; font-size: 2.5rem; }
.header-content p { font-size: 1.1rem; color: var(--text-muted); font-weight: 500; margin-bottom: 0; }

.header-search { flex: 0 0 500px; }
.search-box { display: flex; background: #fff; border: 1px solid var(--primary); box-shadow: 0 10px 20px rgba(0,33,71,0.05); border-radius: var(--radius); overflow: hidden; }
.filter-input { flex-grow: 1; padding: 1.2rem 1.5rem; border: none; font-size: 0.95rem; font-weight: 600; color: var(--primary); }
.filter-input:focus { outline: none; box-shadow: inset 0 -2px 0 var(--secondary); }
.filter-input::placeholder { color: #94a3b8; }
.search-box .btn { padding: 0 2.5rem; border: none; height: auto; font-size: 0.85rem; }

/* Responsive adjustments for directory header */
@media (max-width: 992px) {
    .directory-header { flex-direction: column; align-items: flex-start; gap: 2rem; }
    .header-search { width: 100%; flex: auto; }
}

/* 7. COMPANY CARDS (REFINED) */
.companies-grid-main { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.company-item-card { background: #fff; border: 1px solid var(--border); padding: 2.5rem; transition: 0.3s; display: flex; flex-direction: column; }
.company-item-card:hover { border-color: var(--secondary); transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,33,71,0.05); }

.card-top { display: flex; flex-direction: column; align-items: flex-start; }
.company-logo-img { width: 100%; height: 148px; margin-bottom: 1.5rem; padding: 1rem 1.25rem; background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%); border: 1px solid var(--border); border-radius: var(--radius-sm); overflow: hidden; display: flex; align-items: center; justify-content: center; }
.company-logo-img img { width: 100%; height: 100%; object-fit: contain; opacity: 1; }

.company-category { font-size: 0.75rem; font-weight: 900; color: var(--secondary); letter-spacing: 0.05em; display: block; margin-bottom: 0.75rem; }
.company-item-card h3 { font-size: 1.2rem; color: var(--primary); margin-bottom: 0.75rem; min-height: 2.6rem; display: flex; align-items: center; letter-spacing: -0.01em; }
.unit-info { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 2rem; }
.card-footer { margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--border); }
.btn-text { font-weight: 700; font-size: 0.8rem; color: var(--secondary); transition: color 0.3s; }
.btn-text:hover { color: var(--primary); }

/* 8. CORPORATE NEWS & EDITORIAL SECTION */
.corporate-news-section { padding: var(--section-space) 0; background: #fff; }

.news-header-split { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    margin-bottom: 5rem; 
    border-bottom: 2px solid var(--primary); 
    padding-bottom: 2rem;
    gap: 3rem;
}
.news-title-area { flex: 1; }
.news-title-area h2 { margin-bottom: 0.5rem; font-size: 2.5rem; }
.news-title-area p { font-size: 1.1rem; color: var(--text-muted); font-weight: 500; margin-bottom: 0; }
.news-action-area { flex: 0 0 auto; }

/* Grid Layout */
.news-editorial-grid { display: flex; flex-direction: column; gap: 4rem; }

/* General Image Box */
.news-image-box { position: relative; overflow: hidden; background: var(--primary); }
.news-image-box img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); opacity: 0.8; transition: transform 0.8s ease, filter 0.5s ease; }
.news-featured:hover .news-image-box img,
.news-standard:hover .news-image-box img { transform: scale(1.05); filter: grayscale(0%); opacity: 1; }

.news-category-badge { position: absolute; top: 1.5rem; left: 1.5rem; background: var(--white); color: var(--primary); font-weight: 900; font-size: 0.75rem; padding: 6px 14px; letter-spacing: 0.1em; z-index: 2; }

/* Typography inside News */
.news-meta { display: flex; align-items: center; gap: 0.75rem; font-size: 0.75rem; font-weight: 700; color: var(--text-muted); letter-spacing: 0.01em; margin-bottom: 1rem; }
.news-date { color: var(--secondary); }
.news-separator { color: var(--text-light); }
.news-excerpt { font-size: 1.05rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 1.5rem; }
.news-read-more { font-size: 0.8rem; font-weight: 700; color: var(--primary); letter-spacing: 0.01em; border-bottom: 2px solid transparent; padding-bottom: 2px; }
.news-read-more:hover { color: var(--secondary); border-bottom-color: var(--secondary); }

/* Featured News (Top Large Box) */
.news-featured { display: block; border: 1px solid var(--border); background: #fff; transition: box-shadow 0.3s ease; }
.news-featured .news-card-link-wrapper { display: grid !important; grid-template-columns: 1.8fr 1fr !important; } /* ~65% to 35% ratio */
.news-featured:hover { box-shadow: 0 20px 40px rgba(0,33,71,0.06); }
.news-featured .news-image-box { min-height: 450px; }
.news-featured .news-content-box { padding: 4rem; display: flex; flex-direction: column; justify-content: center; }
.news-featured .news-headline { font-size: 2rem; margin-bottom: 1rem; line-height: 1.2; letter-spacing: -0.02em; }

/* Secondary News Grid (Bottom 2 Columns) */
.news-secondary-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem; }
.news-standard { border: 1px solid var(--border); display: flex; flex-direction: column; background: #fff; transition: box-shadow 0.3s ease; }
.news-standard:hover { box-shadow: 0 15px 30px rgba(0,33,71,0.05); }
.news-standard .news-image-box { height: 280px; }
.news-standard .news-content-box { padding: 2.5rem; flex: 1; display: flex; flex-direction: column; }
.news-standard .news-headline { font-size: 1.4rem; margin-bottom: 1rem; line-height: 1.3; }
.news-standard .news-excerpt { font-size: 0.95rem; margin-bottom: 0; }

/* Responsive adjustments */
@media (max-width: 1024px) {
    .news-header-split { flex-direction: column; align-items: flex-start; gap: 2rem; }
    .news-featured { grid-template-columns: 1fr; }
    .news-featured .news-image-box { min-height: 350px; }
    .news-featured .news-content-box { padding: 3rem; }
}
@media (max-width: 768px) {
    .news-secondary-grid { grid-template-columns: 1fr; }
}

/* 9. BUTTONS & PAGINATION */
.btn { padding: 0.8rem 1.8rem; font-weight: 700; font-size: 0.8rem; display: inline-block; cursor: pointer; letter-spacing: 0.02em; transition: all 0.3s ease; border-radius: var(--radius-sm); }
.btn:focus-visible { outline: none; box-shadow: var(--focus-ring); }
.btn-primary { background: var(--primary); color: var(--white); border: none; }
.btn-primary:hover { background: var(--secondary); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,33,71,0.15); }
.btn-outline-primary { border: 2px solid var(--primary); color: var(--primary); background: transparent; }
.btn-outline-primary:hover { background: var(--primary); color: var(--white); transform: translateY(-2px); }
.btn-outline-white { border: 2px solid var(--white); color: var(--white); }
.btn-outline-white:hover { background: var(--white); color: var(--primary); transform: translateY(-2px); }

.pagination-wrapper { margin-top: 4rem; margin-bottom: 0; display: flex; justify-content: center; width: 100%; }
.pagination { display: flex; gap: 0.5rem; align-items: center; justify-content: center; }
.pagination a, .pagination span { 
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    min-width: 45px; 
    height: 45px; 
    padding: 0 1rem; 
    border: 1px solid var(--border); 
    color: var(--primary); 
    font-weight: 800; 
    font-size: 0.75rem; 
    background: #fff; 
    transition: 0.3s; 
    line-height: 1;
}
.pagination a.active, .pagination span.current { 
    background: var(--primary); 
    color: #fff; 
    border-color: var(--primary); 
}
.pagination a.inactive { opacity: 0.5; pointer-events: none; }
.pagination a.dot { border: none; background: transparent; pointer-events: none; }
.pagination a:hover:not(.active):not(.inactive):not(.dot) { background: var(--bg-light); border-color: var(--secondary); }

/* 10. CORPORATE FOOTER */
.corporate-footer { background: var(--footer-bg); color: var(--white); position: relative; }

/* Main Footer Grid */
.footer-main { padding: 5rem 0 4rem; }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1.5fr; gap: 4rem; }

.footer-logo-link { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; margin-bottom: 1.5rem; }
.footer-logo-img { height: 40px; width: auto; filter: brightness(0) invert(1); }
.footer-logo-text { color: var(--white); font-weight: 900; font-size: 1.5rem; letter-spacing: 0.06em; }
.footer-desc { color: var(--text-subtle); font-size: 0.9rem; line-height: 1.7; margin-bottom: 2rem; padding-right: 2rem; font-weight: 400; }

.footer-social { display: flex; gap: 0.5rem; }
.footer-social a { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: rgba(255,255,255,0.06); color: var(--text-light); transition: 0.3s ease; border-radius: 50%; }
.footer-social a:hover { background: var(--secondary); color: var(--white); transform: translateY(-2px); }

.footer-heading { color: var(--white); font-size: 0.95rem; font-weight: 700; margin-bottom: 1.5rem; display: block; padding-bottom: 0.75rem; border-bottom: 2px solid rgba(255,255,255,0.08); }

.footer-menu { list-style: none; }
.footer-menu li { margin-bottom: 0.85rem; }
.footer-menu a { color: var(--text-subtle); font-size: 0.9rem; font-weight: 500; transition: 0.3s ease; }
.footer-menu a:hover { color: var(--white); }
.footer-menu a:focus-visible { color: var(--white); outline: 1px solid var(--text-light); outline-offset: 2px; }

.contact-list { list-style: none; display: flex; flex-direction: column; gap: 1.5rem; }
.contact-label { display: block; font-size: 0.75rem; font-weight: 600; color: var(--text-subtle); margin-bottom: 0.35rem; }
.contact-value { display: block; color: var(--text-light); font-size: 0.9rem; line-height: 1.5; font-weight: 500; }
.contact-value a { color: var(--text-light); transition: 0.2s; }
.contact-value a:hover { color: var(--white); }

/* Footer Bottom */
.footer-bottom { background: var(--footer-dark); padding: 1.5rem 0; border-top: 1px solid rgba(255,255,255,0.06); }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; font-size: 0.8rem; color: var(--text-subtle); font-weight: 500; }
.copyright { color: var(--text-subtle); }
.footer-legal { display: flex; gap: 2rem; }
.footer-legal a { color: var(--text-subtle); transition: 0.2s; }
.footer-legal a:hover { color: var(--white); }
.footer-legal a:focus-visible { color: var(--white); outline: 1px solid var(--text-light); outline-offset: 2px; }

/* 11. INTERNAL PAGE HEADER */
.page-header { position: relative; padding: 6rem 0 4rem; background: var(--primary); color: #fff; overflow: hidden; margin-bottom: 3rem; width: 100%; }
.page-header-bg { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; }
.page-header-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; filter: grayscale(100%); display: block; }
.page-header-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,33,71,1), rgba(0,33,71,0.6)); z-index: 2; }
.relative { position: relative; }
.z-10 { z-index: 10; }

.page-title { font-size: 3.5rem; margin-bottom: 1rem; color: #fff; }
.page-description { font-size: 1.2rem; color: #cbd5e1; max-width: 700px; margin-bottom: 2.5rem; }
.breadcrumbs { font-size: 0.85rem; font-weight: 600; letter-spacing: 0.01em; color: #94a3b8; }
.breadcrumbs a { color: #fff; }
.breadcrumbs a:hover { color: #cbd5e1; }
.breadcrumbs .sep { margin: 0 0.5rem; color: rgba(255,255,255,0.4); }
.breadcrumbs .current { color: #cbd5e1; }

/* 12. ADVANCED DIRECTORY FILTERS */
.advanced-directory { padding-bottom: var(--section-space); }
.directory-filter-bar { background: #fff; padding: 2.5rem; border: 1px solid var(--border); border-top: 4px solid var(--primary); box-shadow: 0 10px 30px rgba(0,33,71,0.03); margin-bottom: 3rem; border-radius: var(--radius); }
.filter-form { display: flex; gap: 1.5rem; align-items: flex-end; }
.filter-group { flex: 1; display: flex; flex-direction: column; }
.search-group { flex: 2; }
.button-group { flex: 0 0 auto; }
.filter-group label { font-size: 0.8rem; font-weight: 700; color: var(--text-muted); margin-bottom: 0.5rem; }

.form-control { width: 100%; padding: 1.1rem 1.5rem; border: 1px solid var(--text-light); font-family: 'Inter', sans-serif; font-size: 0.95rem; font-weight: 600; color: var(--primary); background: var(--bg-light); transition: 0.3s; border-radius: var(--radius-sm); }
.form-control:focus { outline: none; border-color: var(--primary); background: var(--white); box-shadow: var(--focus-ring); }
.select-control { cursor: pointer; appearance: none; background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23002147%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"); background-repeat: no-repeat; background-position: right 1.5rem top 50%; background-size: 0.65rem auto; }
.btn-block { width: 100%; padding: 1.1rem 3rem; height: 100%; }

.active-filters { display: flex; justify-content: space-between; align-items: center; margin-bottom: 3rem; padding-bottom: 1rem; border-bottom: 1px solid var(--border); }
.result-count { font-size: 0.95rem; color: var(--text-muted); }
.result-count strong { color: var(--primary); font-weight: 900; }

.internal-grid .company-item-card { background: #fff; }
.tel-info { font-weight: 700; color: var(--primary); margin-top: -0.5rem; }

/* 13. ABOUT US PAGE */
.about-content-section { padding: var(--section-space) 0; }
.about-article { max-width: 800px; margin: 0 auto; }
.about-article h2 { font-size: 2.8rem; margin-bottom: 2rem; letter-spacing: -0.03em; }
.about-article .lead-text { font-size: 1.15rem; color: var(--text-main); line-height: 1.8; margin-bottom: 1.5rem; }
.about-article p { font-size: 1.05rem; line-height: 1.8; color: var(--text-muted); margin-bottom: 1.25rem; }
.about-article .section-title-sm { margin-top: 2.5rem; }
.about-image-banner { width: 100%; height: 400px; margin: 4rem 0; position: relative; overflow: hidden; }
.about-image-banner img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.about-image-banner .about-image-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,33,71,0.1) 0%, rgba(0,33,71,0.3) 100%); }

/* Legacy about-split kept for compat */
.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.about-text h2 { font-size: 2.8rem; margin-bottom: 2rem; letter-spacing: -0.03em; }
.lead-text { font-size: 1.25rem; color: var(--primary); font-weight: 500; margin-bottom: 1.5rem; line-height: 1.6; }
.about-features { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--border); }
.about-features ul { list-style: none; display: flex; flex-direction: column; gap: 1rem; }
.about-features li { display: flex; align-items: center; gap: 0.5rem; font-size: 1.05rem; }
.about-features li strong { color: var(--primary); font-weight: 800; }
.about-features li::before { content: '→'; color: var(--secondary); font-weight: 900; }

.about-image { position: relative; }
.image-wrapper { position: relative; display: inline-block; }
.image-wrapper img { filter: grayscale(100%); transition: 0.5s; box-shadow: 20px 20px 0 var(--bg-light); }
.image-wrapper:hover img { filter: grayscale(0%); }
.experience-badge { position: absolute; bottom: -2rem; left: -2rem; background: var(--primary); color: #fff; padding: 2.5rem; text-align: center; border: 4px solid #fff; box-shadow: 0 10px 30px rgba(0,33,71,0.1); }
.exp-year { display: block; font-size: 3rem; font-weight: 900; line-height: 1; margin-bottom: 0.5rem; color: #fff; }
.exp-text { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.02em; color: var(--text-light); }

.mission-vision-section { padding: var(--section-space) 0; background: var(--primary); color: #fff; text-align: left; }
.mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; max-width: 1100px; margin: 0 auto; }
.mv-box { padding: 4rem; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1); transition: 0.3s; }
.mv-box:hover { background: rgba(255,255,255,0.05); border-color: var(--secondary); transform: translateY(-5px); }
.mv-box h3 { color: #fff; font-size: 2.2rem; margin-bottom: 1.5rem; letter-spacing: -0.03em; border-bottom: 3px solid var(--secondary); display: inline-block; padding-bottom: 0.5rem; }
.mv-box p { color: #cbd5e1; font-size: 1.15rem; line-height: 1.7; margin: 0; }

.board-section { padding: var(--section-space) 0; background: var(--bg-light); }
.section-header-centered { text-align: center; max-width: 700px; margin: 0 auto 5rem; }

/* Chairman Featured Card */
.board-featured { max-width: 900px; margin: 0 auto 4rem; }
.member-card.horizontal { display: flex; background: #fff; border: 1px solid var(--border); border-top: 5px solid var(--primary); border-radius: var(--radius); overflow: hidden; }
.member-card.horizontal .member-photo { flex: 0 0 350px; height: 450px; }
.member-card.horizontal .member-info { flex: 1; padding: 4rem; display: flex; flex-direction: column; justify-content: center; }
.member-card.horizontal .member-role { font-size: 0.85rem; color: var(--secondary); margin-bottom: 1rem; }
.member-card.horizontal h4 { font-size: 2rem; margin-bottom: 1.5rem; }
.member-card.horizontal p { font-size: 1.1rem; line-height: 1.7; color: var(--text-muted); }

/* Rest of the Board */
.board-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.board-member { background: #fff; border: 1px solid var(--border); text-align: center; transition: 0.3s; border-radius: var(--radius); overflow: hidden; }
.board-member:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,33,71,0.05); border-color: var(--secondary); }
.member-photo { height: 320px; overflow: hidden; background: var(--primary); }
.member-photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); opacity: 0.9; transition: 0.4s; }
.board-member:hover .member-photo img { filter: grayscale(0%); opacity: 1; transform: scale(1.05); }
.member-info { padding: 2.5rem 1.5rem; }
.member-info h4 { font-size: 1.3rem; margin-bottom: 0.5rem; color: var(--primary); }
.member-role { font-size: 0.8rem; font-weight: 700; color: var(--secondary); }

@media (max-width: 992px) {
    .member-card.horizontal { flex-direction: column; }
    .member-card.horizontal .member-photo { flex: auto; height: 400px; }
    .member-card.horizontal .member-info { padding: 2.5rem; }
    .board-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .board-grid { grid-template-columns: 1fr; }
}

/* 14. CONTACT PAGE */
.contact-section { padding: var(--section-space) 0; }
.contact-split { display: grid; grid-template-columns: 1fr 1.2fr; gap: 5rem; }
.contact-info-panel h2 { font-size: 3rem; margin-bottom: 1.5rem; line-height: 1.1; letter-spacing: -0.03em; }
.contact-desc { font-size: 1.1rem; margin-bottom: 3rem; }
.contact-details-list { display: flex; flex-direction: column; gap: 2rem; margin-bottom: 4rem; }
.contact-detail-item { padding-bottom: 1.5rem; border-bottom: 1px solid var(--border); }
.detail-label { display: block; font-size: 0.8rem; font-weight: 700; color: var(--secondary); letter-spacing: 0.02em; margin-bottom: 0.5rem; }
.detail-value { font-size: 1.1rem; color: var(--primary); font-weight: 500; line-height: 1.5; }
.detail-value a { color: var(--primary); }
.detail-value a:hover { color: var(--secondary); text-decoration: underline; }
.contact-map { position: relative; }
.map-placeholder { width: 100%; height: 250px; object-fit: cover; filter: grayscale(100%); border: 1px solid var(--border); }
.mt-4 { margin-top: 1.5rem; }
.ml-2 { margin-left: 0.5rem; }

.contact-form-panel { background: var(--bg-light); border: 1px solid var(--border); padding: 4rem; box-shadow: 0 10px 40px rgba(0,33,71,0.02); border-radius: var(--radius-lg); }
.form-wrapper h3 { font-size: 2rem; margin-bottom: 1rem; }
.form-wrapper p { font-size: 1rem; margin-bottom: 3rem; }
.corporate-form { display: flex; flex-direction: column; gap: 1.5rem; }
.form-row { display: flex; gap: 1.5rem; }
.form-group.half { flex: 1; }
.form-group label { display: block; font-size: 0.8rem; font-weight: 700; color: var(--text-muted); margin-bottom: 0.5rem; }
.textarea-control { resize: vertical; min-height: 120px; }
.checkbox-group { display: flex; align-items: flex-start; gap: 0.75rem; flex-direction: row; }
.checkbox-group input { margin-top: 0.25rem; }
.checkbox-group label { font-size: 0.85rem; font-weight: 500; text-transform: none; letter-spacing: 0; color: var(--text-main); margin-bottom: 0; cursor: pointer; }

/* DIRECTIONS SECTION */
.directions-section { padding: var(--section-space) 0; background: var(--bg-light); border-top: 1px solid var(--border); }
.directions-header { margin-bottom: 4rem; }
.directions-header .section-title { margin-bottom: 0.5rem; }
.directions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.direction-card { background: var(--white); border: 1px solid var(--border); padding: 3rem 2.5rem; border-top: 4px solid var(--primary); transition: 0.3s; border-radius: var(--radius); }
.direction-card:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0,33,71,0.06); border-top-color: var(--secondary); }
.direction-icon { margin-bottom: 1.5rem; color: var(--secondary); }
.direction-card h3 { font-size: 1.3rem; margin-bottom: 1rem; }
.direction-card p { font-size: 0.95rem; color: var(--text-muted); line-height: 1.7; margin: 0; }

@media (max-width: 768px) {
    .directions-grid { grid-template-columns: 1fr; }
}

/* 15. SINGLE ARTICLE */
.article-header { position: relative; padding: 10rem 0 6rem; overflow: hidden; margin-bottom: 5rem; }
.article-header-bg { position: absolute; inset: 0; z-index: 1; }
.article-header-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.5; filter: grayscale(100%); }
.article-header-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,33,71,1) 0%, rgba(0,33,71,0.7) 100%); z-index: 2; }
.article-container { max-width: 1000px; margin: 0 auto; }
.article-meta-top { margin-bottom: 2rem; font-size: 0.75rem; font-weight: 900; letter-spacing: 0.1em; color: #cbd5e1; }
.article-category { background: var(--secondary); color: #fff; padding: 4px 10px; margin-right: 1rem; }
.article-title { font-size: 3.5rem; color: #fff; line-height: 1.1; margin-bottom: 2rem; letter-spacing: -0.03em; }
.article-excerpt { font-size: 1.3rem; color: #cbd5e1; line-height: 1.6; max-width: 800px; }

.article-body-section { padding-bottom: var(--section-space); }
.article-layout-split { display: grid; grid-template-columns: 2fr 1fr; gap: 5rem; align-items: start; }
.article-content { font-size: 1.15rem; color: var(--text-main); line-height: 1.8; }
.lead-paragraph { font-size: 1.3rem; font-weight: 500; color: var(--primary); margin-bottom: 2.5rem; }
.article-content p { margin-bottom: 1.5rem; font-size: 1.1rem; color: var(--text-main); }
.article-content h3 { font-size: 2rem; margin: 3rem 0 1.5rem; color: var(--primary); letter-spacing: -0.02em; }
.article-content blockquote { padding: 2rem 3rem; background: var(--bg-light); border-left: 6px solid var(--primary); margin: 3rem 0; font-size: 1.3rem; font-style: italic; font-weight: 500; color: var(--primary); }
.article-content blockquote cite { display: block; margin-top: 1.5rem; font-size: 0.9rem; font-style: normal; font-weight: 700; color: var(--text-muted); }

.article-footer-meta { margin-top: 4rem; padding-top: 2rem; border-top: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; }
.tag-label, .share-label { font-size: 0.75rem; font-weight: 700; color: var(--text-muted); margin-right: 0.5rem; }
.article-tags a, .article-share a { display: inline-block; font-size: 0.8rem; font-weight: 700; color: var(--primary); background: var(--bg-light); padding: 4px 10px; margin-right: 0.5rem; border: 1px solid var(--border); }
.article-tags a:hover, .article-share a:hover { background: var(--primary); color: #fff; border-color: var(--primary); }

.article-sidebar { position: sticky; top: 100px; }
.widget-title { font-size: 1.25rem; padding-bottom: 1rem; border-bottom: 2px solid var(--primary); margin-bottom: 2rem; }
.widget-post-item { margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--border); }
.widget-post-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.widget-date { display: block; font-size: 0.65rem; font-weight: 900; color: var(--secondary); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.5rem; }
.widget-post-item h5 { font-size: 1.05rem; line-height: 1.4; color: var(--primary); text-transform: none; font-weight: 700; }
.widget-post-item h5 a:hover { color: var(--secondary); text-decoration: underline; }

/* 16. 404 PAGE */
.error-404 { padding: 10rem 0; min-height: 70vh; display: flex; align-items: center; justify-content: center; background: var(--bg-light); }
.text-center { text-align: center; }
.py-6 { padding-top: 4rem; padding-bottom: 4rem; }
.error-title { font-size: 10rem; line-height: 1; color: var(--primary); letter-spacing: -0.05em; margin-bottom: 1rem; }
.error-subtitle { font-size: 2.5rem; color: var(--text-main); margin-bottom: 1.5rem; }
.error-text { font-size: 1.15rem; max-width: 600px; margin: 0 auto 3rem; color: var(--text-muted); }

/* 17. NEWS & ANNOUNCEMENTS ARCHIVE */
.news-archive-section { padding-bottom: var(--section-space); }
.archive-filter-bar { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid var(--border); margin-bottom: 4rem; padding-bottom: 1.5rem; }
.archive-tabs { list-style: none; display: flex; gap: 2rem; }
.archive-tabs a { font-size: 0.95rem; font-weight: 700; color: var(--text-muted); padding-bottom: 1.5rem; border-bottom: 3px solid transparent; transition: 0.3s; }
.archive-tabs a:hover { color: var(--primary); }
.archive-tabs a.active { color: var(--primary); border-bottom-color: var(--secondary); }
.search-form-inline { display: flex; }
.search-form-inline .form-control { padding: 0.8rem 1.2rem; border-right: none; }
.search-form-inline .btn { padding: 0 1.5rem; height: auto; }

.archive-layout-split { display: grid; grid-template-columns: 2.2fr 1fr; gap: 5rem; align-items: start; }
.archive-featured { margin-bottom: 3rem; }
.archive-grid { gap: 2rem; }

/* Right Sidebar: Announcements Board */
.archive-sidebar { position: sticky; top: 100px; }
.announcements-board { background: var(--bg-light); border: 1px solid var(--border); border-top: 4px solid var(--primary); padding: 2.5rem; border-radius: var(--radius); }
.board-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 2rem; border-bottom: 1px solid rgba(0,33,71,0.1); padding-bottom: 1rem; }
.board-header h3 { font-size: 1.4rem; color: var(--primary); margin: 0; }

.board-list { display: flex; flex-direction: column; gap: 1.5rem; }
.board-item { display: flex; gap: 1.5rem; align-items: flex-start; padding-bottom: 1.5rem; border-bottom: 1px solid var(--border); }
.board-item:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.board-date { flex: 0 0 50px; background: #fff; border: 1px solid var(--border); text-align: center; padding: 0.5rem 0; display: flex; flex-direction: column; }
.b-day { font-size: 1.25rem; font-weight: 900; color: var(--primary); line-height: 1; }
.b-month { font-size: 0.65rem; font-weight: 800; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.05em; margin-top: 0.25rem; }

.board-text h4 { font-size: 1.05rem; color: var(--primary); line-height: 1.4; margin-bottom: 0.5rem; font-weight: 800; text-transform: none; letter-spacing: 0; }
.board-text h4 a:hover { color: var(--secondary); text-decoration: underline; }
.board-text p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.5; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* Official Notice Styling */
.official-notice { background: rgba(0,64,133,0.05); padding: 1rem; margin: -1rem -1rem 1rem -1rem; border: 1px solid rgba(0,64,133,0.1); border-left: 4px solid var(--secondary); }
.notice-tag { display: inline-block; font-size: 0.6rem; font-weight: 900; background: var(--secondary); color: #fff; padding: 2px 6px; margin-bottom: 0.5rem; border-radius: 2px; }

/* 18. ANNOUNCEMENTS PAGE */
.announcements-page-section { padding-bottom: var(--section-space); }
.announcements-main-board { background: #fff; border: 1px solid var(--border); border-top: 4px solid var(--primary); padding: 5rem; box-shadow: 0 10px 40px rgba(0,33,71,0.03); border-radius: var(--radius-lg); }
.board-filter { flex-shrink: 0; }

.wide-board-list { margin-top: 3rem; }
.wide-board-list .board-item { padding-bottom: 2.5rem; margin-bottom: 2.5rem; gap: 3rem; align-items: stretch; }
.wide-board-list .board-date { flex: 0 0 100px; padding: 1.5rem 0; justify-content: center; background: var(--bg-light); border-top: 4px solid var(--primary); border-bottom: none; border-left: none; border-right: none; }
.wide-board-list .b-day { font-size: 2.2rem; color: var(--primary); }
.wide-board-list .b-month { font-size: 0.85rem; color: var(--text-muted); margin-top: 0.5rem; }
.wide-board-list .board-text { flex: 1; display: flex; flex-direction: column; justify-content: center; }
.wide-board-list .board-text h4 { font-size: 1.4rem; margin-bottom: 1rem; line-height: 1.3; font-weight: 800; }
.wide-board-list .board-text p { font-size: 1.05rem; line-height: 1.7; max-width: 900px; -webkit-line-clamp: 3; margin-bottom: 0; }

.wide-board-list .official-notice { padding: 2.5rem; margin: -2.5rem -2.5rem 2.5rem -2.5rem; background: var(--bg-light); border: 1px solid var(--border); border-left: 6px solid var(--secondary); }
.wide-board-list .official-notice .board-date { background: #fff; border: 1px solid var(--border); border-top: 4px solid var(--secondary); }

/* 19. SINGLE ANNOUNCEMENT (DUYURU) */
.notice-header { padding: 4rem 0 3rem; background: var(--bg-light); border-bottom: 1px solid var(--border); margin-bottom: 5rem; border-top: 4px solid var(--primary); }
.notice-container { max-width: 1000px; margin: 0 auto; }
.notice-meta-top { margin-bottom: 1.5rem; display: flex; align-items: center; flex-wrap: wrap; gap: 0.75rem; }
.notice-badge { display: inline-block; font-size: 0.75rem; font-weight: 900; background: var(--primary); color: var(--white); padding: 4px 10px; border-radius: 2px; letter-spacing: 0.05em; }
.notice-badge.bg-danger { background: var(--danger); }
.notice-date { font-size: 0.75rem; font-weight: 800; color: var(--text-muted); }
.notice-title { font-size: 3rem; color: var(--primary); line-height: 1.1; margin-bottom: 1rem; letter-spacing: -0.03em; }
.notice-ref { font-size: 0.9rem; color: var(--text-muted); font-weight: 600; }

.notice-body-section { padding-bottom: var(--section-space); }
.notice-layout-split { display: grid; grid-template-columns: 2fr 1fr; gap: 5rem; align-items: start; }
.notice-document { font-size: 1.15rem; color: var(--text-main); line-height: 1.8; }
.notice-document p { margin-bottom: 1.5rem; }
.notice-document strong { color: var(--primary); font-weight: 800; }
.notice-document h3 { font-size: 1.8rem; margin: 3rem 0 1.5rem; color: var(--primary); letter-spacing: -0.02em; border-bottom: 2px solid var(--primary); padding-bottom: 0.75rem; display: inline-block; }

.official-list { list-style: decimal inside; margin: 0 0 2.5rem; padding: 0; }
.official-list li { margin-bottom: 1rem; padding-left: 0.5rem; }

.notice-signature p { line-height: 1.4; text-align: right; margin-top: 4rem; font-size: 1.25rem; }

.notice-attachment { display: flex; align-items: center; gap: 1.5rem; padding: 2rem; background: var(--bg-light); border: 1px dashed #cbd5e1; border-left: 4px solid var(--primary); }
.attachment-icon { font-size: 3rem; opacity: 0.8; }
.attachment-info { flex: 1; }
.attachment-info h4 { font-size: 1.1rem; margin-bottom: 0.25rem; color: var(--primary); }
.attachment-info p { font-size: 0.85rem; margin: 0; color: var(--text-muted); }

.notice-sidebar { position: sticky; top: 100px; }
.bg-light { background-color: var(--bg-light); }
.border { border: 1px solid var(--border); }
.p-4 { padding: 2rem; }
.mt-5 { margin-top: 3rem; }
.mb-4 { margin-bottom: 1.5rem; }

/* 20. MANAGEMENT LOGIN PAGE */
.management-login-page { height: 100vh; overflow: hidden; background: #fff; }
.login-wrapper { display: flex; height: 100%; width: 100%; }

/* Left Side: Visual Branding */
.login-visual-side { flex: 1.2; position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 4rem; color: #fff; }
.visual-bg { position: absolute; inset: 0; z-index: -1; }
.visual-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.5; filter: grayscale(100%); }
.visual-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,33,71,0.95), rgba(0,64,133,0.85)); }
.visual-content { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
.back-to-home { color: var(--text-light); font-size: 0.85rem; font-weight: 600; display: inline-block; align-self: flex-start; transition: 0.3s; padding-bottom: 2px; border-bottom: 1px solid transparent; }
.back-to-home:hover { color: #fff; border-color: #fff; }

.brand-area { margin: auto 0; max-width: 500px; }
.login-logo { height: 50px; margin-bottom: 2rem; }
.brand-area h2 { font-size: 3.5rem; line-height: 1.1; margin-bottom: 1.5rem; color: #fff; letter-spacing: -0.03em; }
.brand-area p { font-size: 1.1rem; color: #cbd5e1; line-height: 1.6; }
.visual-footer p { font-size: 0.75rem; color: var(--text-subtle); font-weight: 500; }

/* Right Side: Login Form */
.login-form-side { flex: 1; display: flex; align-items: center; justify-content: center; background: #fff; padding: 4rem; overflow-y: auto; }
.form-container { width: 100%; max-width: 480px; }
.form-header { margin-bottom: 3rem; }
.form-header h3 { font-size: 2.2rem; color: var(--primary); margin-bottom: 0.5rem; letter-spacing: -0.02em; }
.form-header p { font-size: 0.95rem; color: var(--text-muted); font-weight: 500; }

.management-login-form .form-group { margin-bottom: 1.5rem; position: relative; }
.label-flex { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.5rem; }
.management-login-form label { display: block; font-size: 0.85rem; font-weight: 700; color: var(--text-main); }
.forgot-password { font-size: 0.75rem; font-weight: 800; color: var(--secondary); transition: 0.2s; }
.forgot-password:hover { color: var(--primary); text-decoration: underline; }

.input-icon-wrapper { position: relative; }
.input-icon { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); font-size: 1.2rem; filter: grayscale(100%); opacity: 0.5; }
.management-login-form .form-control { padding: 1.2rem 1.2rem 1.2rem 3rem; border: 1px solid var(--border); border-radius: 4px; font-size: 1rem; transition: 0.3s; }
.management-login-form .form-control:focus { border-color: var(--primary); box-shadow: var(--focus-ring); }
.toggle-password { position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); background: transparent; border: none; font-size: 1.2rem; cursor: pointer; opacity: 0.5; filter: grayscale(100%); }
.toggle-password:hover { opacity: 1; }

.remember-me { margin-bottom: 2rem; }
.remember-me label { display: inline-block; margin-left: 0.5rem; font-weight: 600; text-transform: none; color: var(--text-muted); cursor: pointer; }
.login-btn { padding: 1.2rem; font-size: 0.9rem; letter-spacing: 0.1em; border-radius: 4px; margin-bottom: 2rem; box-shadow: 0 10px 20px rgba(0,33,71,0.1); transition: 0.3s; }
.login-btn:hover { transform: translateY(-2px); box-shadow: 0 15px 30px rgba(0,33,71,0.15); }

.form-footer { text-align: center; border-top: 1px solid var(--border); padding-top: 2rem; }
.form-footer p { font-size: 0.85rem; color: var(--text-muted); font-weight: 500; }
.form-footer a { color: var(--primary); font-weight: 800; }
.form-footer a:hover { text-decoration: underline; }

/* RESPONSIVE SYSTEM (FULL OVERHAUL) */

/* Large Tablets & Small Laptops (max-width: 1200px) */
@media (max-width: 1200px) {
    :root { --section-space: 6rem; }
    .hero-content-main h1 { font-size: 3.2rem; }
    .hero-agenda-panel { flex: 0 0 400px; }
    .news-editorial-grid { gap: 3rem; }
    .about-split { gap: 3rem; }
    .mv-grid { gap: 2rem; max-width: 90%; }
}

/* Tablets (max-width: 1024px) */
@media (max-width: 1024px) {
    .container { width: 90%; }
    
    /* Hero */
    .hero-container { flex-direction: column; align-items: flex-start; gap: 3rem; }
    .hero-content-main { max-width: 100%; }
    .hero-agenda-panel { width: 100%; flex: none; }
    .corporate-hero { padding-bottom: 4rem; margin-bottom: 2rem; }
    .hero-floating-stats { position: relative; bottom: auto; margin-top: 2rem; }
    .stats-wrapper { padding: 1.5rem; }
    .hero-stat { padding: 0.75rem; }
    
    /* Grids */
    .companies-grid-main, .news-secondary-grid, .board-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
    .news-featured { grid-template-columns: 1fr; }
    .news-featured .news-image-box { min-height: 350px; }
    
    /* Pages Layouts - About Page Fixes */
    .about-split { grid-template-columns: 1fr !important; gap: 4rem !important; overflow: hidden; }
    .about-image { order: -1 !important; text-align: center; width: 100%; max-width: 100%; overflow: hidden; }
    .image-wrapper { position: relative; display: block; width: 100%; }
    .image-wrapper img { box-shadow: none !important; width: 100% !important; max-width: 100% !important; height: auto !important; margin: 0 auto; display: block; }
    .experience-badge { bottom: 1rem; left: 1rem; transform: none; padding: 1.2rem; position: absolute; }
    
    .mv-grid { grid-template-columns: 1fr !important; gap: 2rem !important; max-width: 100% !important; }
    .mv-box { padding: 2.5rem !important; }
    
    .contact-split { grid-template-columns: 1fr; gap: 4rem; }
    .article-layout-split { grid-template-columns: 1fr; gap: 4rem; }
    .article-sidebar { position: static; }
    .archive-layout-split { grid-template-columns: 1fr; gap: 4rem; }
    .archive-sidebar { position: static; width: 100%; }
    .notice-layout-split { grid-template-columns: 1fr; gap: 4rem; }
    .notice-sidebar { position: static; }
    .firma-layout-split { grid-template-columns: 1fr; gap: 4rem; }
    .contact-card-sidebar { position: static; }
    .member-bio-layout { grid-template-columns: 1fr; gap: 4rem; }
    .login-wrapper { flex-direction: column; height: auto; min-height: 100vh; }
    .login-visual-side { min-height: 45vh; }
    .login-form-side { padding: 3rem; }
}

/* Small Tablets & Large Phones (max-width: 768px) */
@media (max-width: 768px) {
    :root { --section-space: 4rem; }

    /* Header */
    .header-main { flex-direction: row; justify-content: space-between; align-items: center; gap: 0; width: 100%; }
    .site-logo .logo-icon { height: 40px; }
    .site-logo .logo-text { font-size: 1.1rem; }

    /* Typography */
    h1 { font-size: 2rem; }
    h2 { font-size: 1.6rem; }
    .page-title { font-size: 2rem; }
    .page-description { font-size: 1rem; margin-bottom: 1.5rem; }
    .page-header { padding: 5rem 0 2.5rem; margin-bottom: 3rem; }

    /* Top Bar & Menu */
    .top-bar { display: none; }

    /* Hero */
    .corporate-hero { min-height: auto; padding: 4rem 0 3rem; margin-bottom: 2rem; }
    .hero-content-main h1 { font-size: 2.2rem; }
    .hero-content-main p { font-size: 1rem; margin-bottom: 2rem; }
    .hero-buttons { flex-direction: column; gap: 0.75rem; }
    .hero-buttons .btn { text-align: center; }
    .hero-floating-stats { position: relative; bottom: auto; margin-top: 2rem; }
    .stat-number { font-size: 1.8rem; }
    .stat-text { font-size: 0.7rem; }

    /* Directory */
    .directory-header { flex-direction: column; align-items: stretch; gap: 1.5rem; margin-bottom: 3rem; padding-bottom: 1.5rem; }
    .header-content h2 { font-size: 1.8rem; }
    .header-search { flex: auto; }
    .search-box .btn { padding: 0 1.5rem; }

    /* Company Cards */
    .companies-grid-main { grid-template-columns: 1fr; gap: 1rem; }

    /* News */
    .news-header-split { flex-direction: column; align-items: stretch; gap: 1.5rem; margin-bottom: 3rem; padding-bottom: 1.5rem; }
    .news-secondary-grid { grid-template-columns: 1fr; }
    .news-featured .news-card-link-wrapper { grid-template-columns: 1fr; }
    .news-featured .news-image-box { min-height: 200px; }
    .news-featured .news-content-box { padding: 2rem; }
    .news-featured .news-headline { font-size: 1.4rem; }

    /* About */
    .about-article h2 { font-size: 1.8rem; line-height: 1.2; }
    .about-image-banner { height: 250px; margin: 2.5rem 0; }
    .about-text h2 { font-size: 1.8rem; line-height: 1.2; }
    .lead-text { font-size: 1.05rem; }
    .facility-grid { grid-template-columns: 1fr; }
    .facility-item { height: 250px; }

    /* Board */
    .board-grid { grid-template-columns: 1fr; }
    .board-member { max-width: 100%; }
    .board-section { padding: 3rem 0; }
    .section-header-centered { margin-bottom: 2rem; }
    .member-card.horizontal .member-photo { flex: auto; height: 300px; }
    .member-card.horizontal .member-info { padding: 2rem; }

    /* Contact */
    .contact-split { grid-template-columns: 1fr; gap: 3rem; }
    .contact-form-panel { padding: 2rem; }
    .contact-info-panel h2 { font-size: 2rem; }
    .form-row { flex-direction: column; gap: 1rem; }
    .directions-grid { grid-template-columns: 1fr; }
    .direction-card { padding: 2rem; }

    /* Archive / News Page */
    .archive-filter-bar { flex-direction: column; align-items: stretch; gap: 1rem; padding-bottom: 1rem; }
    .archive-tabs { flex-wrap: wrap; gap: 0.75rem; }
    .archive-tabs a { font-size: 0.85rem; padding-bottom: 0.5rem; }
    .archive-layout-split { grid-template-columns: 1fr; gap: 3rem; }

    /* Announcements */
    .announcements-main-board { padding: 2rem; }
    .wide-board-list .board-item { flex-direction: column; gap: 1rem; }
    .wide-board-list .board-date { flex: auto; flex-direction: row; gap: 0.5rem; padding: 0.75rem 1rem; justify-content: flex-start; }
    .wide-board-list .b-day { font-size: 1.4rem; }

    /* Single Firma */
    .firma-layout-split { grid-template-columns: 1fr; gap: 3rem; }
    .firma-gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-card-sidebar { position: static; }

    /* Single Article */
    .article-header { padding: 6rem 0 3rem; margin-bottom: 3rem; }
    .article-title { font-size: 2rem; }
    .article-layout-split { grid-template-columns: 1fr; gap: 3rem; }
    .article-sidebar { position: static; }
    .article-footer-meta { flex-direction: column; gap: 1rem; }

    /* Single Duyuru */
    .notice-layout-split { grid-template-columns: 1fr; gap: 3rem; }
    .notice-sidebar { position: static; }
    .notice-title { font-size: 2rem; }

    /* Single Yonetim */
    .member-bio-layout { grid-template-columns: 1fr; gap: 3rem; }

    /* Member Panel */
    .welcome-flex { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
    .welcome-text h1 { font-size: 2rem; }
    .card-box { padding: 2rem; }
    .dashboard-support-bar { flex-direction: column; gap: 1rem; padding: 1.5rem; }

    /* Search */
    .search-header-split { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
    .search-header-count { border-left: none; padding-left: 0; border-top: 1px solid rgba(255,255,255,0.15); padding-top: 1.5rem; width: 100%; text-align: left; }
    .corporate-results-grid { grid-template-columns: 1fr; }

    /* Login */
    .login-wrapper { flex-direction: column; height: auto; min-height: 100vh; }
    .login-visual-side { flex: none; padding: 3rem 2rem; min-height: 40vh; }
    .brand-area h2 { font-size: 2rem; }
    .login-form-side { flex: 1; padding: 2rem; }
    .form-container { max-width: 100%; }

    /* Filter Bar */
    .directory-filter-bar { padding: 1.5rem; }
    .filter-form { flex-direction: column; align-items: stretch; gap: 1rem; }

    /* Mission Vision */
    .mv-grid { grid-template-columns: 1fr; gap: 1.5rem; }
    .mv-box { padding: 2rem; }

    /* 404 */
    .error-404 { padding: 5rem 0; min-height: 50vh; }
    .error-title { font-size: 5rem; }
    .error-subtitle { font-size: 1.5rem; }
    .error-actions { flex-direction: column; gap: 0.75rem; }
}

/* Small Phones (max-width: 480px) */
@media (max-width: 480px) {
    .container { width: 94%; }
    .company-item-card { padding: 1.5rem; }
    .company-logo-img { height: 120px; padding: 0.85rem 1rem; }
    .experience-badge { padding: 1rem; left: 0; bottom: -1rem; font-size: 0.8rem; }
    .exp-year { font-size: 2rem; }
    .hero-content-main h1 { font-size: 1.8rem; }
    .hero-agenda-panel { padding: 1.5rem; }
    .panel-header h2 { font-size: 1.1rem; }
    .firma-logo-large { width: 100%; height: 160px; flex: auto; }
    .firma-quick-meta { flex-direction: column; gap: 0.5rem; }
    .gallery-item { height: 130px; }
    .firma-gallery-grid { grid-template-columns: 1fr; }
    .member-photo-large { width: 200px; height: 280px; }
}
 
/* FOOTER RESPONSIVE */
@media (max-width: 992px) {
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 3rem; }
    .footer-brand-col { grid-column: 1 / -1; }
    .footer-desc { padding-right: 0; }
    .footer-bottom-inner { flex-direction: column; align-items: center; text-align: center; gap: 1rem; }
    .footer-legal { gap: 1.5rem; }
}
@media (max-width: 768px) {
    .footer-main { padding: 3.5rem 0 2.5rem; }
    .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; text-align: center; }
    .footer-brand-col { margin-bottom: 1rem; }
    .footer-logo-link { justify-content: center; }
    .footer-desc { margin: 0 auto 1.5rem; max-width: 320px; }
    .footer-social { justify-content: center; }
    .footer-heading { text-align: center; border-bottom: none; padding-bottom: 0; margin-bottom: 1rem; }
    .footer-nav-col { padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,0.06); }
    .footer-contact-col { margin-top: 0.5rem; }
    .footer-bottom-inner { flex-direction: column-reverse; gap: 1rem; }
    .footer-legal { flex-wrap: wrap; justify-content: center; gap: 1rem; }
    .copyright { font-size: 0.75rem; }
} 

 
/* PREMIUM REFINEMENTS */
.facility-gallery-section { padding: var(--section-space) 0; }
.facility-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 5rem; }
.facility-item { height: 380px; overflow: hidden; border: 1px solid var(--border); background: var(--primary); border-radius: var(--radius); }
.facility-item img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); opacity: 0.8; transition: 0.8s ease; }
.facility-item:hover img { filter: grayscale(0%); opacity: 1; transform: scale(1.05); }

.about-split { gap: 8rem; align-items: center; }
.about-text h2 { font-size: 3rem; margin-bottom: 2.5rem; }
.about-features { border-top: 2px solid var(--bg-light); padding-top: 3rem; }
.mv-box { border-top: 4px solid var(--secondary); background: var(--white); color: var(--primary); box-shadow: 0 15px 40px rgba(0,0,0,0.03); border-radius: var(--radius); }
.mv-box h3 { color: var(--primary); }
.mv-box p { color: var(--text-muted); } 

 
/* REVEAL ANIMATIONS */ 
.reveal { opacity: 0; transform: translateY(30px); transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); } 
.reveal.is-visible { opacity: 1; transform: translateY(0); } 
 
/* Staggered Delay for Grids */ 
.reveal-stagger > * { opacity: 0; transform: translateY(30px); transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); } 
.reveal-stagger.is-visible > * { opacity: 1; transform: translateY(0); } 
 
.reveal-stagger.is-visible > *:nth-child(1) { transition-delay: 0.1s; } 
.reveal-stagger.is-visible > *:nth-child(2) { transition-delay: 0.2s; } 
.reveal-stagger.is-visible > *:nth-child(3) { transition-delay: 0.3s; } 
.reveal-stagger.is-visible > *:nth-child(4) { transition-delay: 0.4s; } 
.reveal-stagger.is-visible > *:nth-child(5) { transition-delay: 0.5s; } 
.reveal-stagger.is-visible > *:nth-child(6) { transition-delay: 0.6s; } 
.reveal-stagger.is-visible > *:nth-child(7) { transition-delay: 0.7s; } 
.reveal-stagger.is-visible > *:nth-child(8) { transition-delay: 0.8s; } 

 
/* COOKIE CONSENT BANNER */
.cookie-banner { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: var(--footer-bg); color: var(--white); padding: 1.5rem 2rem; z-index: 9999; border-top: 3px solid var(--secondary); box-shadow: 0 -10px 30px rgba(0,0,0,0.2); }
.cookie-banner-inner { max-width: 1300px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.cookie-banner p { margin: 0; font-size: 0.9rem; line-height: 1.6; color: var(--text-light); flex: 1; min-width: 280px; }
.cookie-banner p strong { color: var(--white); }
.cookie-actions { display: flex; gap: 0.75rem; flex-shrink: 0; }
@media (max-width: 768px) {
    .cookie-banner-inner { flex-direction: column; text-align: center; }
    .cookie-actions { width: 100%; justify-content: center; }
}

/* NEWS CARD LINK WRAPPER */
.news-card-link-wrapper { display: block; text-decoration: none; color: inherit; height: 100%; }
.news-featured .news-card-link-wrapper { display: grid; grid-template-columns: 1.2fr 1fr; } 
@media (max-width: 1024px) { .news-featured .news-card-link-wrapper { grid-template-columns: 1fr; } }

/* 21. SINGLE FIRMA PAGE */
.firma-detail-header { padding: 6rem 0 4rem; }
.firma-header-split { display: flex; align-items: center; gap: 3rem; }
.firma-logo-large { flex: 0 0 240px; width: 240px; height: 200px; background: var(--white); padding: 1.25rem 1.5rem; border: 1px solid rgba(255,255,255,0.1); box-shadow: 0 20px 40px rgba(0,0,0,0.2); border-radius: var(--radius-lg); }
.firma-logo-large img { width: 100%; height: 100%; object-fit: contain; }
.firma-sektor-badge { display: inline-block; background: var(--secondary); color: var(--white); font-size: 0.75rem; font-weight: 700; padding: 4px 12px; border-radius: var(--radius-sm); margin-bottom: 0.75rem; }
.firma-full-name { font-size: 0.9rem; color: var(--text-light); margin-top: 0.25rem; opacity: 0.8; }
.firma-quick-meta { display: flex; gap: 1.5rem; margin-top: 1.25rem; color: var(--text-light); font-weight: 500; font-size: 0.9rem; flex-wrap: wrap; }
.firma-quick-meta .meta-item { display: flex; align-items: center; gap: 0.4rem; }
.firma-quick-meta .meta-item svg { opacity: 0.6; flex-shrink: 0; }
.firma-quick-meta .meta-item a { color: var(--text-light); transition: 0.2s; }
.firma-quick-meta .meta-item a:hover { color: var(--white); }
.no-content-msg { color: var(--text-subtle); font-style: italic; }

.firma-content-section { padding: var(--section-space) 0; background: var(--white); }
.firma-layout-split { display: grid; grid-template-columns: 2fr 1fr; gap: 5rem; }

.section-title-sm { font-size: 1.4rem; color: var(--primary); margin-bottom: 2rem; border-bottom: 2px solid var(--border); padding-bottom: 1rem; }
.entry-content { font-size: 1.1rem; line-height: 1.8; color: var(--text-main); }

.firma-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.gallery-item { display: block; height: 180px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-sm); position: relative; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: 0.4s; }
.gallery-item:hover img { transform: scale(1.08); filter: brightness(1.05); }
.gallery-item::after { content: ''; position: absolute; inset: 0; background: rgba(0,33,71,0); transition: 0.3s; pointer-events: none; }
.gallery-item:hover::after { background: rgba(0,33,71,0.1); }

.contact-card-sidebar { background: var(--bg-light); border: 1px solid var(--border); padding: 2.5rem; border-top: 4px solid var(--primary); position: sticky; top: 100px; border-radius: var(--radius); }
.contact-card-sidebar h4 { font-size: 1.2rem; margin-bottom: 2rem; }
.sidebar-contact-list { list-style: none; }
.sidebar-contact-list li { margin-bottom: 1.5rem; }
.sidebar-contact-list strong { display: block; font-size: 0.75rem; color: var(--text-muted); letter-spacing: 0.01em; margin-bottom: 0.25rem; }
.sidebar-contact-list span { font-weight: 700; color: var(--primary); font-size: 1rem; }

.sidebar-help-box { padding: 1.5rem; font-size: 0.85rem; color: var(--text-muted); border: 1px dashed var(--border); text-align: center; }

@media (max-width: 992px) {
    .firma-header-split { flex-direction: column; text-align: center; }
    .firma-logo-large { margin: 0 auto; width: min(100%, 280px); height: 180px; }
    .firma-quick-meta { justify-content: center; flex-direction: column; gap: 0.75rem; }
    .firma-sektor-badge { margin: 0 auto 0.75rem; }
    .firma-layout-split { grid-template-columns: 1fr; }
}

/* 22. MEMBER PROFILE PAGE */
.member-profile-header { padding: 8rem 0 6rem; }
.member-header-split { display: flex; align-items: flex-end; gap: 4rem; }
.member-photo-large { flex: 0 0 300px; height: 400px; background: var(--white); border: 1px solid rgba(255,255,255,0.1); box-shadow: 0 30px 60px rgba(0,0,0,0.3); border-radius: var(--radius-lg); overflow: hidden; }
.member-photo-large img { width: 100%; height: 100%; object-fit: cover; }
.member-intro { font-size: 1.2rem; color: var(--text-light); max-width: 600px; line-height: 1.6; }

.member-bio-section { padding: var(--section-space) 0; background: var(--white); }
.member-bio-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 6rem; }

.sidebar-widget { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }

@media (max-width: 992px) {
    .member-header-split { flex-direction: column; align-items: center; text-align: center; }
    .member-photo-large { margin-bottom: 2rem; flex: auto; width: 250px; height: 350px; }
    .member-bio-layout { grid-template-columns: 1fr; }
}

/* 23. MEMBER DASHBOARD */
.member-welcome-header { background: var(--primary); color: var(--white); padding: 6rem 0; border-bottom: 5px solid var(--secondary); }
.welcome-text h1 { color: var(--white); margin-top: 1rem; font-size: 3rem; }
.welcome-text p { color: var(--text-light); font-size: 1.2rem; max-width: 700px; margin-top: 1rem; }
.welcome-flex { display: flex; justify-content: space-between; align-items: center; }

.dashboard-single-layout { max-width: 1000px; margin: 0 auto; }
.card-box { background: var(--white); border: 1px solid var(--border); padding: 4rem; box-shadow: 0 15px 40px rgba(0,33,71,0.03); border-radius: var(--radius-lg); }
.card-header { margin-bottom: 3rem; border-bottom: 2px solid var(--bg-light); padding-bottom: 1.5rem; }
.header-with-pulse { display: flex; align-items: center; gap: 1rem; }
.card-header h3 { font-size: 1.5rem; margin: 0; font-weight: 800; color: var(--primary); }

.dash-entry-item { padding-bottom: 2.5rem; margin-bottom: 2.5rem; border-bottom: 1px solid var(--bg-light); }
.dash-entry-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.entry-meta-info { display: flex; align-items: center; gap: 1.5rem; margin-bottom: 1rem; }
.entry-date { font-size: 0.75rem; font-weight: 700; color: var(--secondary); }
.entry-status-tag { font-size: 0.75rem; font-weight: 900; background: var(--danger); color: var(--white); padding: 2px 8px; border-radius: 2px; }
.dash-entry-item h4 { font-size: 1.4rem; margin-bottom: 1rem; text-transform: none; color: var(--primary); font-weight: 800; }
.entry-excerpt { font-size: 1.05rem; line-height: 1.7; color: var(--text-muted); margin-bottom: 1.5rem; }

.dashboard-support-bar { display: flex; justify-content: space-between; background: var(--bg-light); padding: 2rem 3rem; border: 1px solid var(--border); border-radius: var(--radius); }
.support-item { font-size: 0.95rem; color: var(--primary); }
.support-item strong { color: var(--secondary); margin-right: 0.5rem; }

@media (max-width: 768px) {
    .card-box { padding: 2rem; }
    .dashboard-support-bar { flex-direction: column; gap: 1rem; padding: 2rem; }
    .welcome-text h1 { font-size: 2.2rem; }
}

/* 24. SEARCH PAGE */
.search-premium-header { padding: 8rem 0 6rem; }
.search-header-split { display: flex; justify-content: space-between; align-items: flex-end; gap: 4rem; }
.search-header-count { text-align: right; border-left: 1px solid rgba(255,255,255,0.2); padding-left: 4rem; }
.count-num { display: block; font-size: 4rem; font-weight: 900; line-height: 1; color: var(--white); }
.count-label { font-size: 0.75rem; font-weight: 800; letter-spacing: 0.1em; color: var(--text-light); }

.search-results-main { padding: var(--section-space) 0; background: var(--white); }
.corporate-results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }

.search-entry-card { border: 1px solid var(--border); background: var(--white); transition: 0.3s ease; display: flex; flex-direction: column; border-radius: var(--radius); overflow: hidden; }
.search-entry-card:hover { transform: translateY(-5px); border-color: var(--secondary); box-shadow: 0 15px 35px rgba(0,33,71,0.05); }

.entry-image { position: relative; height: 200px; overflow: hidden; background: var(--bg-light); }
.entry-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); transition: 0.5s; opacity: 0.8; }
.search-entry-card:hover .entry-image img { filter: grayscale(0%); opacity: 1; }

.entry-type-tag { position: absolute; top: 1rem; left: 1rem; background: var(--primary); color: var(--white); font-size: 0.75rem; font-weight: 900; padding: 4px 10px; letter-spacing: 0.05em; }
.type-firma .entry-type-tag { background: var(--secondary); }
.type-duyuru .entry-type-tag { background: var(--danger); }

.entry-content { padding: 2rem; flex: 1; display: flex; flex-direction: column; }
.entry-meta { font-size: 0.75rem; font-weight: 700; color: var(--text-muted); margin-bottom: 0.75rem; }
.entry-title { font-size: 1.3rem; line-height: 1.3; margin-bottom: 1rem; font-weight: 800; text-transform: none; }
.entry-excerpt { font-size: 0.95rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 1.5rem; flex: 1; }

.no-results-premium { text-align: center; padding: 5rem 0; max-width: 600px; margin: 0 auto; }
.no-results-icon { font-size: 4rem; margin-bottom: 2rem; opacity: 0.2; }
.no-results-premium h2 { font-size: 2rem; margin-bottom: 1rem; color: var(--primary); }

@media (max-width: 1024px) {
    .corporate-results-grid { grid-template-columns: repeat(2, 1fr); }
    .search-header-split { flex-direction: column; align-items: flex-start; }
    .search-header-count { text-align: left; border-left: none; padding-left: 0; border-top: 1px solid rgba(255,255,255,0.2); padding-top: 2rem; width: 100%; }
}
@media (max-width: 768px) {
    .corporate-results-grid { grid-template-columns: 1fr; }
}

/* 25. MEMBER AIDAT PANEL */
.aidat-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-bottom: 3rem; }
.aidat-card { padding: 2rem; border: 1px solid var(--border); border-radius: var(--radius); text-align: center; background: var(--white); }
.aidat-card.paid { border-top: 4px solid #22c55e; }
.aidat-card.unpaid { border-top: 4px solid #f59e0b; }
.aidat-card.overdue { border-top: 4px solid var(--danger); }
.aidat-amount { font-size: 2rem; font-weight: 900; color: var(--primary); }
.aidat-label { font-size: 0.8rem; color: var(--text-muted); margin-top: 0.25rem; }

.aidat-table { width: 100%; border-collapse: collapse; }
.aidat-table th { text-align: left; font-size: 0.8rem; font-weight: 700; color: var(--text-muted); padding: 1rem; border-bottom: 2px solid var(--border); }
.aidat-table td { padding: 1rem; border-bottom: 1px solid var(--border); font-size: 0.95rem; }
.aidat-table tr:hover { background: var(--bg-light); }
.status-badge { display: inline-block; padding: 4px 12px; border-radius: var(--radius-sm); font-size: 0.75rem; font-weight: 700; }
.status-badge.paid { background: #dcfce7; color: #15803d; }
.status-badge.unpaid { background: #fef3c7; color: #92400e; }
.status-badge.overdue { background: #fee2e2; color: #991b1b; }
.table-responsive { overflow-x: auto; }
.mb-4 { margin-bottom: 2.5rem; }

@media (max-width: 768px) {
    .aidat-summary { grid-template-columns: 1fr; }
    .aidat-table { font-size: 0.85rem; }
    .aidat-table th, .aidat-table td { padding: 0.75rem 0.5rem; }
}

