:root {
    --primary: #007aff;
    --text-dark: #1d1d1f;
    --border-gray: #e5e5e7;
    --primary-light: rgba(0, 122, 255, 0.08);
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--text-dark);
    background-color: #ffffff;
    padding-top: 70px;
    scroll-behavior: smooth;
}

.fw-800 { font-weight: 800; }
.fw-700 { font-weight: 700; }
.ls-1 { letter-spacing: 1.5px; }

header { padding: 80px 0; background: radial-gradient(circle at top right, #f8fbff, #fff); }

.project-summary-box { border: 1px solid var(--border-gray); }

section { padding: 80px 0; }

.section-title { font-weight: 800; letter-spacing: -1px; }

/* Rapor Kartları */
.report-card {
    background: #fff;
    border: 1px solid var(--border-gray);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.report-card:hover {
    transform: translateY(-8px);
    border-color: var(--primary);
    box-shadow: 0 20px 40px rgba(0, 122, 255, 0.08) !important;
}

.border-primary-thick {
    border: 2px solid var(--primary) !important;
    background: linear-gradient(180deg, #ffffff 0%, var(--primary-light) 100%) !important;
}

.btn-view {
    background: var(--primary);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 12px;
    padding: 12px;
    border: none;
}

.btn-view:hover { opacity: 0.9; color: #fff; }

/* Akademik Blok */
.academic-container { max-width: 1000px; }

.academic-section {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.team-tag {
    background: #fff;
    font-weight: 700;
    transition: 0.3s;
}

.team-tag:hover { color: var(--primary); border-color: var(--primary) !important; }

/* Responsive */
@media (max-width: 768px) {
    .academic-section { min-height: auto; padding: 2rem !important; }
    .col-md-2 { display: none; }
}/* --- Hero Section --- */
header#home {
    padding: 100px 0 60px;
    background: radial-gradient(circle at top right, #f8fbff 0%, #ffffff 70%);
}

.project-summary-box {
    border: 1px solid var(--border-gray);
    transition: transform 0.3s ease;
}

/* --- Documentation Section --- */
section#reports {
    padding: 80px 0;
}

.section-title {
    font-weight: 800;
    font-size: 2.5rem;
    letter-spacing: -1px;
}

/* Rapor Kartları */
.report-card {
    background: #ffffff;
    border: 1px solid var(--border-gray);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.report-card:hover {
    transform: translateY(-8px);
    border-color: var(--primary);
    box-shadow: 0 20px 40px rgba(0, 122, 255, 0.08) !important;
}

/* Final Raporu Özel Vurgu */
.border-primary-thick {
    border: 2px solid var(--primary) !important;
    background: linear-gradient(180deg, #ffffff 0%, var(--primary-light) 100%);
}

.btn-view {
    background: var(--primary);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 12px;
    padding: 12px;
    border: none;
    transition: 0.3s;
}

.btn-view:hover {
    background: var(--primary-hover);
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 122, 255, 0.3);
}

/* --- Poster Bölümü --- */
.poster-tablet-view {
    max-width: 1000px;
    background: #222;
    border: 12px solid #222;
    border-radius: 24px;
    overflow: hidden;
}

/* --- Team & Tags --- */
.team-tag {
    background: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 15px;
    padding: 1rem 2rem;
    transition: 0.3s;
}

.team-tag:hover {
    border-color: var(--primary) !important;
    color: var(--primary);
}

/* --- Akademik Blok (Güzelleştirilmiş Bölüm) --- */
.academic-container {
    max-width: 1000px;
    margin-top: 3rem;
}

.academic-card {
    border: 1px solid rgba(0,0,0,0.05) !important;
    background: #fff;
}

.academic-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 180px; /* Bölüm yüksekliği artırıldı */
}

.icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--primary-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

/* Orta kısımdaki diploma/kep ikonu */
.academic-divider {
    z-index: 5;
    transition: transform 0.3s ease;
}

.academic-card:hover .academic-divider {
    transform: scale(1.1);
}

/* --- Responsive Ayarlar --- */
@media (max-width: 768px) {
    header#home { padding: 60px 0 40px; }
    .academic-section { min-height: auto; padding: 2rem !important; }
    .academic-card .row .border-start, .academic-card .row .border-end {
        border: none !important;
    }
    .col-md-2 { display: none; } /* Mobilde ortadaki ikon gizlenir */
}

footer {
    background-color: #ffffff;
}
.report-card:hover {
    transform: translateY(-8px);
    border-color: var(--primary);
    box-shadow: 0 20px 40px rgba(0, 122, 255, 0.08) !important;
}

.border-primary-thick {
    border: 2px solid var(--primary) !important;
    background: linear-gradient(to bottom, #ffffff, #f0f7ff);
}

.btn-view {
    background: var(--primary);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 12px;
    padding: 12px;
    border: none;
}

.btn-view:hover {
    background: #0056b3;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 122, 255, 0.3);
}

/* Ekip Etiketleri */
.team-tag {
    background: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-dark);
    transition: 0.3s;
    cursor: default;
}

.team-tag:hover {
    border-color: var(--primary) !important;
    color: var(--primary);
}

/* Akademik Blok Tasarımı */
.academic-container {
    max-width: 1000px;
}

.academic-card {
    border: 1px solid rgba(0,0,0,0.05) !important;
}

.academic-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 180px; /* Daha dolgun görünmesi için artırıldı */
}

.icon-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.academic-divider {
    width: 65px;
    height: 65px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #fff;
    z-index: 2;
}

/* Mobil Düzenlemeler */
@media (min-width: 768px) {
    .border-start-md {
        border-left: 1px solid #eee !important;
    }
}

@media (max-width: 767px) {
    .academic-section {
        min-height: auto;
        padding: 40px 20px !important;
    }
    .academic-section:first-child {
        border-bottom: 1px solid #eee;
    }
}    border-color: var(--primary);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
}

.btn-view {
    background: var(--primary);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    border-radius: 8px;
    letter-spacing: 1px;
}

.btn-view:hover { color: #fff; opacity: 0.9; }

/* Poster Tablet */
.poster-tablet-view {
    max-width: 900px;
    border-radius: 20px;
    border: 10px solid #222;
    background: #222;
    overflow: hidden;
}

.tablet-bar { height: 30px; background: #222; padding-top: 10px; }
.dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.red { background: #ff5f56; }
.yellow { background: #ffbd2e; }
.green { background: #27c93f; }

/* Team & Academic */
.team-tag { background: #f8f9fa; font-size: 0.85rem; font-weight: 600; }
.academic-block { max-width: 800px; margin: 0 auto; }
