/* Renk paleti ve temel ayarlar */
:root {
  --brand-primary: #911925; /* lacivert */
  --brand-accent: #dac64a; /* altın */
  --brand-red: #a10000; /* kırmızı */
  --brand-white: #ffffff;
  --brand-accent-secondary: #d4b483; /* bej/altın */
  --brand-sand: #f3ede2; /* kum rengi */
  --bg-soft: #f8f8f8; /* açık gri */
  --text-muted: #000000;
}

/* =================================
   Tema Stilleri - Orijinal Renkler
   Bu stiller tema.css'te override edilebilir
   ================================= */

/* Navbar padding sıfırlama */
.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

/* Page Hero - Orijinal Tema */
.page-hero {
  background: radial-gradient(circle at 20% 30%, rgba(145, 25, 37, 0.4) 0%, transparent 50%),
              radial-gradient(circle at 80% 70%, rgba(107, 18, 25, 0.3) 0%, transparent 50%),
              linear-gradient(135deg, #2a0408 0%, #4a0d10 25%, var(--brand-primary) 50%, #6b1219 75%, #4a0d10 100%);
  color: #fff;
}

.page-hero::after {
  background: radial-gradient(circle at 50% 50%, rgba(212, 180, 131, 0.08) 0%, transparent 70%);
}

/* Info Box - Orijinal Tema */
.info-box {
  background: linear-gradient(135deg, rgba(145, 25, 37, 0.04) 0%, var(--brand-sand) 100%);
}

/* CTA Panel - Orijinal Tema */
.cta-panel {
  background: linear-gradient(135deg, var(--brand-primary) 0%, #6b1219 100%);
}

/* CTA Actions - Orijinal Tema */
.cta-panel .btn-primary,
.cta-actions .btn-primary {
  background: var(--brand-accent);
  color: var(--brand-primary);
}

.cta-panel .btn-primary:hover,
.cta-actions .btn-primary:hover {
  background: var(--brand-accent-secondary);
  color: var(--brand-primary);
  box-shadow: 0 8px 20px rgba(218, 198, 74, 0.3);
}

.cta-actions .btn-outline-light:hover {
  background: #fff;
  color: var(--brand-primary);
  border-color: #fff;
}

/* Buton Stilleri - Orijinal Tema */
.btn-brand {
  background-color: var(--brand-accent);
  color: #0b0b0b;
  border: 1px solid var(--brand-accent);
}

.btn-brand:hover {
  background-color: #c6a431;
  border-color: #c6a431;
  color: #0b0b0b;
}

.navbar.navbar-scrolled .btn-brand {
  background-color: var(--brand-red);
  border-color: var(--brand-red);
  color: #ffffff;
}

.navbar.navbar-scrolled .btn-brand:hover {
  background-color: #7d1519;
  border-color: #7d1519;
  color: #ffffff;
}

/* Form Butonları - Orijinal Tema */
.application-form-container .btn-primary,
.appointment-form-container .btn-primary {
  background: var(--brand-primary);
  color: #ffffff;
}

.application-form-container .btn-primary:hover,
.appointment-form-container .btn-primary:hover {
  background: #6b1219;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(145, 25, 37, 0.3);
}

/* Pill Butonları - Orijinal Tema */
.btn-pill.btn-primary {
  background-color: var(--brand-accent-secondary);
  color: #081427;
}

.btn-pill.btn-primary:hover,
.btn-pill.btn-primary:focus-visible {
  background-color: #c9a66f;
  color: #081427;
}

/* Section Background'ları - Orijinal Tema */
.section-bg-gradient {
  background: linear-gradient(135deg, rgba(145, 25, 37, 0.04) 0%, #ffffff 100%);
}

.section-bg-accent {
  background: rgba(212, 180, 131, 0.15);
}

/* Parallax Overlay - Orijinal Tema */
.parallax-overlay {
  background: linear-gradient(135deg, 
              rgba(145, 25, 37, 0.85) 0%, 
              rgba(10, 35, 66, 0.75) 100%);
}

/* About Section - Orijinal Tema */
.about-section::before {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.03) 0%, rgba(145, 25, 37, 0.03) 100%);
}

/* Section Divider - Orijinal Tema */
.section-divider {
  background: linear-gradient(90deg, transparent, var(--brand-accent-secondary), transparent);
}

/* Section Header Underline - Orijinal Tema */
.section-header h2::after,
.section-header h3::after {
  background: linear-gradient(90deg, transparent, var(--brand-accent-secondary), transparent);
}

/* Neden Biz Sayfası - Orijinal Tema */
.neden-biz-tabs {
  background: linear-gradient(135deg, var(--brand-primary) 0%, #6b1219 55%, #2a0408 100%);
  box-shadow: 0 40px 120px rgba(145, 25, 37, 0.45);
}

.neden-biz-tabs::before {
  background: radial-gradient(circle at top left, rgba(145, 25, 37, 0.25), transparent 45%);
}

.neden-biz-tabs-header span {
  background: rgba(212, 180, 131, 0.12);
  border: 1px solid rgba(212, 180, 131, 0.35);
}

.neden-biz-menu label:hover {
  border-color: rgba(145, 25, 37, 0.28);
}

.neden-biz-tabs input:checked + label {
  background: rgba(145, 25, 37, 0.17);
  border-color: rgba(145, 25, 37, 0.55);
  box-shadow: inset 0 0 0 1px rgba(145, 25, 37, 0.3);
}

.neden-biz-badges span {
  background: rgba(212, 180, 131, 0.18);
  color: rgba(255, 255, 255, 0.95);
}

.why-page-intro {
  background: linear-gradient(135deg, rgba(145, 25, 37, 0.04) 0%, rgba(145, 25, 37, 0.08) 35%, var(--brand-sand) 100%);
}

.why-experience-section {
  background: linear-gradient(140deg, var(--brand-primary) 0%, #6b1219 40%, #2a0408 100%);
  box-shadow: 0 45px 110px rgba(145, 25, 37, 0.4);
}

.why-experience-section::before {
  background: radial-gradient(circle at top left, rgba(145, 25, 37, 0.35), transparent 50%);
}

.why-experience-header span {
  background: rgba(212, 180, 131, 0.18);
  border: 1px solid rgba(212, 180, 131, 0.35);
}

.strategic-flow::before {
  background: linear-gradient(180deg, rgba(145, 25, 37, 0.7), rgba(145, 25, 37, 0.18));
}

.flow-card {
  background: rgba(107, 18, 25, 0.92);
  border: 1px solid rgba(212, 180, 131, 0.32);
  box-shadow: 0 30px 65px rgba(42, 4, 8, 0.45);
}

.flow-tag {
  background: rgba(218, 198, 74, 0.18);
  color: #f3ede2;
}

.flow-step.numara-badge::before {
  background: linear-gradient(90deg, rgba(145, 25, 37, 0.2), rgba(145, 25, 37, 0.75));
}

.flow-step.numara-badge::after {
  border-top: 2px solid rgba(212, 180, 131, 0.85);
  border-right: 2px solid rgba(212, 180, 131, 0.85);
}

.why-stats-section {
  background: linear-gradient(135deg, var(--brand-primary) 0%, #6b1219 65%, #2a0408 100%);
  box-shadow: 0 30px 65px rgba(145, 25, 37, 0.35);
}

.why-intro-highlight-inner {
  background: linear-gradient(140deg, rgba(145, 25, 37, 0.92), rgba(107, 18, 25, 0.9));
  box-shadow: 0 40px 90px rgba(145, 25, 37, 0.35);
}

.why-intro-highlight-inner::before {
  background: radial-gradient(circle at top left, rgba(145, 25, 37, 0.2), transparent 55%);
}

.todo-list {background-color: rgb(246, 255, 80); color: red; padding: 10px; border-radius: 10px;}


.atelier-main {
    background: linear-gradient(180deg, #f6f9fc 0%, #ffffff 100%);
}

.section-eyebrow {
    display: inline-block;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
    color: #0d6efd;
    margin-bottom: 1rem;
}

.section-title {
    font-weight: 700;
    color: #0b1b24;
    margin-bottom: 1rem;
    line-height: 1.3;
}

/* ============================================
   ORTAK SECTION HEADER STİLLERİ
   Tüm sayfalarda kullanılabilir
   ============================================ */

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header .section-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--brand-primary);
    margin-bottom: 0.75rem;
    line-height: 1.2;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.section-header.text-left {
    text-align: left;
}

.section-header.text-left .section-title {
    margin-left: 0;
    margin-right: auto;
}

.section-header .section-subtitle {
    font-size: 1.125rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 1200px) {
    .section-header .section-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 992px) {
    .section-header .section-title {
        font-size: 2rem;
    }
    
    .section-header .section-subtitle {
        font-size: 1rem;
    }
}

@media (max-width: 640px) {
    .section-header {
        margin-bottom: 2rem;
    }
    
    .section-header .section-title {
        font-size: 1.75rem;
    }
    
    .section-header .section-subtitle {
        font-size: 0.95rem;
    }
}

.section-desc {
    color: #4a5a63;
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 680px;
}

.section-desc.text-white-50 {
    color: rgba(255, 255, 255, 0.7);
}

.section-desc.text-white {
    color: #ffffff;
}

/* Intro/Lead paragraf stili - daha büyük ve belirgin */
.intro-text {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #556070;
    margin-bottom: 1.5rem;
}

.intro-text:last-child {
    margin-bottom: 0;
}

/* Section intro container - section-title ile aynı genişlik */
.section-intro {
    max-width: 800px;
    margin: 0 auto 2.5rem;
    padding: 0 1.5rem;
}

@media (max-width: 992px) {
    .section-intro {
        max-width: 100%;
        padding: 0 1rem;
    }
}

@media (max-width: 640px) {
    .section-intro {
        padding: 0 0.75rem;
        margin-bottom: 2rem;
    }
}

/* Main content - navbar için margin-top */
.main-content {
    margin-top: 4.5rem;
}

/* No pointer cursor - nav-link için */
.nav-link.no-pointer {
    cursor: default;
}

/* Link wrapper - text-decoration, color, display için */
.link-wrapper {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* Margin top utility */
.mt-nav-title {
    margin-top: 1.5rem;
}

.atelier-overview .section-title {
    margin-bottom: 1.25rem;
}


.atelier-story {
    padding-right: 1rem;
}

.atelier-highlights li {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.85rem 0;
    font-size: 1rem;
    color: #2b3b44;
}

.atelier-highlights li i {
    font-size: 1.1rem;
    color: #0d6efd;
    padding-top: 0.25rem;
}

.atelier-overview-image {
    aspect-ratio: 4 / 3;
}

.atelier-overview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.1);
}

.atelier-overview-note {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.25rem;
    padding: 0.85rem 1rem;
    border-radius: 14px;
    background: rgba(13, 110, 253, 0.08);
    color: #1a2c34;
    font-size: 0.95rem;
}

.atelier-overview-note i {
    color: #0d6efd;
}

.atelier-benefits {
    position: relative;
    overflow: hidden;
}

.atelier-benefits::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(13, 110, 253, 0.08), transparent 60%), radial-gradient(circle at 80% 20%, rgba(255, 193, 7, 0.08), transparent 62%);
    pointer-events: none;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.75rem;
    position: relative;
    z-index: 1;
}

.benefit-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 2.25rem 2rem;
    box-shadow: 0 24px 48px -32px rgba(13, 38, 59, 0.28);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border: 1px solid rgba(13, 110, 253, 0.08);
    text-align: center;
}

.benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 54px -24px rgba(13, 38, 59, 0.35);
}

.benefit-card h3 {
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    text-align: center;
}

.benefit-card p {
    color: #4a5a63;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.6;
}

.atelier-gallery {
    position: relative;
}

.section-header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
    .section-header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.gallery-link {
    color: #0d6efd;
    font-weight: 600;
    text-decoration: none;
}

.gallery-link:hover {
    color: #094db1;
}

.atelier-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.gallery-item {
    overflow: hidden;
    border-radius: 18px;
    position: relative;
    aspect-ratio: 4 / 3;
    box-shadow: 0 16px 32px -24px rgba(12, 32, 54, 0.4);
    border: none;
    padding: 0;
    background: transparent;
    cursor: pointer;
    display: block;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.atelier-stats {
    background: linear-gradient(135deg, #04263f 0%, #0d6efd 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.atelier-stats::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.2), transparent 50%), radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0.15), transparent 46%);
    opacity: 0.5;
    pointer-events: none;
}

.stats-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}

.stat-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
    border-radius: 18px;
    padding: 2rem 1.5rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: transform 0.4s ease, background 0.4s ease;
}

.stat-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.12);
}

.stat-number {
    font-size: clamp(2.25rem, 3vw, 3rem);
    font-weight: 700;
    margin-bottom: 0.75rem;
    display: block;
}

.stat-card p {
    font-size: 1rem;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
}

.atelier-mentors {
    background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.mentor-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.75rem;
}

.mentor-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 18px 36px -24px rgba(12, 32, 54, 0.4);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.mentor-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 40px -20px rgba(12, 32, 54, 0.45);
}

.mentor-card-image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.mentor-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    filter: saturate(1.05);
}

.mentor-card:hover .mentor-card-image img {
    transform: scale(1.05);
}

.mentor-card-body {
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.mentor-card-body h3 {
    font-size: 1.35rem;
    font-weight: 600;
    margin: 0;
    color: #102027;
}

.mentor-role {
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #0d6efd;
    margin-bottom: 0;
}

.mentor-card-body p {
    color: #42535c;
    margin-bottom: 0;
    line-height: 1.6;
}

.modal-image {
    display: block;
    max-height: 80vh;
    object-fit: cover;
}

.section-title.text-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.atelier-cta {
    background: linear-gradient(135deg, #0d6efd 0%, #12b8d6 100%);
    border-radius: 24px;
    margin: 0 1.25rem 4rem;
    padding: 4rem 1.5rem;
    position: relative;
    overflow: hidden;
}

.atelier-cta::before,
.atelier-cta::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    filter: blur(60px);
}

.atelier-cta::before {
    top: -140px;
    left: -120px;
}

.atelier-cta::after {
    bottom: -180px;
    right: -120px;
}

.atelier-cta .btn {
    min-width: 220px;
}

@media (max-width: 1199.98px) {
    .benefits-grid,
    .mentor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .hero-aricilik,
    .hero-robotik {
        min-height: 60vh;
    }

    .benefits-grid,
    .mentor-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .atelier-cta {
        margin: 0 0.5rem 3rem;
    }

    .section-header {
        gap: 1.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .benefit-card,
    .gallery-item img,
    .stat-card,
    .mentor-card,
    .mentor-card-image img {
        transition: none;
    }
}


html, body {
  font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  scroll-behavior: auto; /* jQuery animate kullanılacak */
}

/* ==
   Eğİtİm Sayfaları - Ortak Hero Bileşeni
   == */
/* Eğitim hero stilleri components.css dosyasına taşındı (.page-hero--egitim) */

.action-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.85rem 2.4rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  text-decoration: none;
}

.btn-pill:focus-visible {
  outline: 2px solid rgba(212, 180, 131, 0.65);
  outline-offset: 3px;
}

.btn-pill.btn-primary {
  background-color: #d4b483;
  color: #081427;
  border: none;
  box-shadow: 0 10px 22px rgba(11, 31, 58, 0.25);
}

.btn-pill.btn-primary:hover,
.btn-pill.btn-primary:focus-visible {
  background-color: #c9a66f;
  color: #081427;
  transform: translateY(-2px);
}

.btn-pill.btn-outline {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: none;
}

.btn-pill.btn-outline:hover,
.btn-pill.btn-outline:focus-visible {
  border-color: rgba(255, 255, 255, 0.95);
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.12);
}

.btn-pill.btn-light {
  background-color: #ffffff;
  color: #0b1f3a;
  border: none;
  box-shadow: 0 12px 24px rgba(11, 31, 58, 0.18);
}

.btn-pill.btn-light:hover,
.btn-pill.btn-light:focus-visible {
  background-color: rgba(255, 255, 255, 0.92);
  color: #0b1f3a;
  transform: translateY(-2px);
}

/* Eğitim hero modifier'ları components.css dosyasına taşındı (.page-hero--egitim.page-hero--feature vb.) */

@media (max-width: 576px) {
  /* Eğitim hero responsive stilleri components.css dosyasına taşındı */
  .action-group {
    gap: 0.5rem;
  }
  .btn-pill {
    width: 100%;
    justify-content: center;
  }
}

/* ==
   SCROLL-TRIGGERED ANIMATIONS - GLOBAL SYSTEM
   == */
.scroll-animate {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.scroll-animate.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Fade in from left */
.fade-in-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Fade in from right */
.fade-in-right {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Scale in */
.scale-in {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.scale-in.visible {
  opacity: 1;
  transform: scale(1);
}

/* Rotate in */
.rotate-in {
  opacity: 0;
  transform: rotate(-5deg) scale(0.9);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.rotate-in.visible {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

/* Staggered animations for child elements */
.stagger-animation > *:nth-child(1) { transition-delay: 0.1s; }
.stagger-animation > *:nth-child(2) { transition-delay: 0.2s; }
.stagger-animation > *:nth-child(3) { transition-delay: 0.3s; }
.stagger-animation > *:nth-child(4) { transition-delay: 0.4s; }
.stagger-animation > *:nth-child(5) { transition-delay: 0.5s; }
.stagger-animation > *:nth-child(6) { transition-delay: 0.6s; }
.stagger-animation > *:nth-child(7) { transition-delay: 0.7s; }
.stagger-animation > *:nth-child(8) { transition-delay: 0.8s; }
.stagger-animation > *:nth-child(9) { transition-delay: 0.9s; }

.text-primary-brand { color: var(--brand-primary) !important; }

/* Navbar */
.navbar:not(.navbar-scrolled) { 
  background: transparent !important;
  transition: all 0.4s ease, transform 0.3s ease-in-out;
  border-bottom: none !important;
  box-shadow: none !important;
  z-index: 1050;
}

/* Navbar scrolled state - beyaz arka plan */
.navbar.navbar-scrolled {
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15), 
              0 4px 16px rgba(0, 0, 0, 0.1),
              0 2px 8px rgba(0, 0, 0, 0.08) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  z-index: 1050;
  transition: all 0.4s ease, transform 0.3s ease-in-out !important;
}

/* Navbar hidden state - müdürün mesajı sayfası için */
.mudur-mesaji-page .navbar.navbar-hidden {
  transform: translateY(-100%) !important;
  transition: transform 0.3s ease-in-out !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Fallback - genel kural */
.navbar.navbar-hidden {
  transform: translateY(-100%) !important;
  transition: transform 0.3s ease-in-out !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.navbar .navbar-toggler { border-color: rgba(255,255,255,.35); }
.navbar .navbar-toggler-icon { filter: invert(1) grayscale(1); }

/* Navbar scrolled - toggler siyah */
.navbar.navbar-scrolled .navbar-toggler { border-color: rgba(0,0,0,.35); }
.navbar.navbar-scrolled .navbar-toggler-icon { filter: invert(0) grayscale(0); }

.navbar .nav-link {
  color: var(--brand-white);
  font-weight: 500;
  position: relative;
  transition: color .3s ease;
}

/* Navbar scrolled - linkler siyah */
.navbar.navbar-scrolled .nav-link {
  color: #1a1a1a !important;
}

.navbar.navbar-scrolled .nav-link:hover {
  color: var(--brand-red) !important;
}

.navbar.navbar-scrolled .nav-link.active {
  color: var(--brand-accent) !important;
}

.navbar.navbar-scrolled .nav-link.active::after {
  width: 95% !important;
}

.navbar.navbar-scrolled .nav-item.mega-menu-parent .nav-link.active {
  color: var(--brand-accent) !important;
}

.navbar.navbar-scrolled .nav-item.mega-menu-parent .nav-link.active::after {
  width: 95% !important;
}

.navbar .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 1px;
  background: var(--brand-accent);
  transition: width .5s ease;
}

.navbar .nav-link:hover { color: var(--brand-accent); }
.navbar .nav-link:hover::after { width: 95%; }

/* Active durumunda hover gibi görünsün */
.navbar .nav-link.active { color: var(--brand-accent); }
.navbar .nav-link.active::after { width: 95%; }

/* Mega menü açıkken sarı alt çizgi kalsın */
.nav-item.mega-menu-parent:hover .nav-link { color: var(--brand-accent); }
.nav-item.mega-menu-parent:hover .nav-link::after { width: 95%; }

/* Mega menü parent içinde active durumu */
.nav-item.mega-menu-parent .nav-link.active { color: var(--brand-accent); }
.nav-item.mega-menu-parent .nav-link.active::after { width: 95%; }

.navbar .dropdown-menu {
  border: none;
  box-shadow: 0 12px 40px rgba(0,0,0,.15);
  min-width: 400px;
  max-width: 600px;
  padding: 2.5rem 2rem;
  margin-top: 0.5rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar .dropdown-menu.show {
  display: block;
  animation: fadeInDown 0.3s ease-out;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar .dropdown-item {
  padding: 1rem 1.2rem;
  font-size: 0.95rem;
  color: var(--brand-primary);
  border-radius: 8px;
  margin-bottom: 0.8rem;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}

.navbar .dropdown-item:hover {
  background-color: rgba(145, 25, 37, 0.08);
  color: var(--brand-primary);
  border-left-color: var(--brand-accent);
  transform: translateX(8px);
  box-shadow: 0 4px 12px rgba(145, 25, 37, 0.1);
}

.navbar .dropdown-item::before {
  content: '→';
  opacity: 0;
  margin-right: 0.5rem;
  transition: opacity 0.3s ease;
  color: var(--brand-accent);
  font-weight: bold;
}

.navbar .dropdown-item:hover::before {
  opacity: 1;
}

.navbar .dropdown-item:last-child {
  margin-bottom: 0;
}

/* Mega menu styling */
.navbar .dropdown:hover .dropdown-menu {
  display: block;
  animation: fadeInDown 0.3s ease-out;
}

.navbar .dropdown-menu::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(255, 255, 255, 0.98);
}

/* Dropdown menu positioning */
.navbar .dropdown-menu.dropdown-menu-end {
  right: 0;
  left: auto;
}

.navbar .dropdown-menu.dropdown-menu-end::before {
  left: auto;
  right: 30px;
  transform: none;
}

/* Enhanced dropdown animations */
.navbar .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.navbar .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Dropdown header styling */
.dropdown-header {
  font-size: 1rem;
  font-weight: 600;
  color: var(--brand-primary);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--brand-accent);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ==
   MEGA MENU STYLES - FULL WIDTH
   == */

/* Mega Menu Parent - Relative positioning so menu aligns with link */
.nav-item.mega-menu-parent {
  position: relative;
}

/* Mega Menu Container - Positioned relative to nav-item */
.mega-menu-container {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  width: 900px;
  max-width: calc(100vw - 40px);
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15),
              0 10px 40px rgba(0, 0, 0, 0.1),
              0 5px 20px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  z-index: 1100;
  padding: 0;
  overflow: hidden;
  margin-top: 0;
  pointer-events: none;
}


/* Mega Menu Content */
.mega-menu-content {
  display: flex;
  gap: 0;
  width: 100%;
}

/* Mega Menu Links Section */
.mega-menu-links {
  display: flex;
  gap: 4rem;
  padding: 3rem 2.5rem;
  flex: 1;
}

/* Mega Menu Column */
.mega-menu-column h4 {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--brand-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--brand-accent);
}

.mega-menu-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-menu-column ul li {
  margin-bottom: 0.75rem;
}

.mega-menu-column ul li a {
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  color: #4a5568;
  text-decoration: none;
  transition: all 0.2s ease;
  padding: 0.25rem 0;
  line-height: 1.5;
}

.mega-menu-column ul li a:hover {
  color: var(--brand-red);
  transform: translateX(4px);
}

/* Mega Menu Image Section */
.mega-menu-image {
  width: 320px;
  flex-shrink: 0;
  overflow: hidden;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.mega-menu-image img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  max-height: 280px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

/* Eğitim Mega Menu - Special Layout */
.mega-menu-egitim-content {
  display: flex;
  gap: 0;
  padding: 1.5rem;
  align-items: stretch;
}

/* Sol taraf - Okul Kademeleri (35%) */
.mega-menu-egitim-left {
  width: 35%;
  padding-right: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-self: stretch;
}

.egitim-level-item {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  padding: 0.75rem;
  padding-right: 2rem;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}

.egitim-level-item:hover {
  background: #f7fafc;
  transform: translateX(4px);
  text-decoration: none;
  color: inherit;
}

.egitim-level-item::after {
  content: '→';
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
  transition: all 0.3s ease;
  color: var(--brand-accent);
  font-weight: 600;
}

.egitim-level-item:hover::after {
  opacity: 1;
  right: 0.5rem;
}

.egitim-level-item h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--brand-primary);
  margin-bottom: 0;
  transition: color 0.3s ease;
}

.egitim-level-item:hover h4 {
  color: var(--brand-accent);
}

.egitim-menu-subtitle {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--brand-accent);
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.egitim-level-item p:not(.egitim-menu-subtitle) {
  font-size: 0.8125rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

/* Sağ taraf - Akademik Program Kartları (65%) */
.mega-menu-egitim-right {
  width: 65%;
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.egitim-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 0.75rem;
  flex: 1;
  align-content: stretch;
}

.egitim-card {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  padding-right: 2rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fafbfc;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  height: 100%;
  min-height: 0;
  position: relative;
  cursor: pointer;
}

.egitim-card:hover {
  background: #ffffff;
  border-color: var(--brand-accent);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
}

.egitim-card::after {
  content: '→';
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
  transition: all 0.3s ease;
  color: var(--brand-accent);
  font-weight: 600;
}

.egitim-card:hover::after {
  opacity: 1;
  right: 0.5rem;
  transform: translateY(-50%);
}

.egitim-card-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
}

.egitim-card-icon i {
  font-size: 1.25rem;
  color: var(--brand-primary);
  transition: color 0.3s ease;
}

.egitim-card:hover .egitim-card-icon {
  background: var(--brand-accent);
}

.egitim-card:hover .egitim-card-icon i {
  color: #ffffff;
}

.egitim-card h5 {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--brand-primary);
  margin-bottom: 0.375rem;
  transition: color 0.3s ease;
}

.egitim-card:hover h5 {
  color: var(--brand-accent);
}

.egitim-card p {
  font-size: 0.75rem;
  color: #64748b;
  line-height: 1.4;
  margin: 0;
  flex: 1;
}

/* Hover Effect - Show Mega Menu (fallback if JS doesn't work) */
.nav-item.mega-menu-parent:hover .mega-menu-container {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(0);
}

/* Keep menu open when hovering over menu itself */
.nav-item.mega-menu-parent .mega-menu-container:hover {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* Add small invisible bridge to prevent menu from closing when moving mouse */
.nav-item.mega-menu-parent::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 5px;
  background: transparent;
  z-index: 999;
}

/* Responsive Design */
@media (max-width: 992px) {
  .mega-menu-container {
    width: 100%;
    left: 0;
    right: 0;
    transform: translateY(0);
  }

  .nav-item.mega-menu-parent:hover .mega-menu-container {
    transform: translateY(0);
  }
  
  .mega-menu-content {
    max-width: 100%;
    flex-direction: column;
    padding: 0 1rem;
  }

  .mega-menu-image {
    width: 100%;
    height: 200px;
  }

  .mega-menu-links {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 768px) {
  .mega-menu-links {
    gap: 1.5rem;
    padding: 1.5rem 1rem;
  }

  .mega-menu-column h4 {
    font-size: 0.8rem;
    margin-bottom: 1rem;
  }

  .mega-menu-column ul li a {
    font-size: 0.85rem;
  }

  .mega-menu-image {
    height: 180px;
  }

  /* Eğitim Mega Menu - Mobile */
  .mega-menu-egitim-content {
    flex-direction: column;
    padding: 1.5rem 1rem;
    gap: 1.5rem;
  }

  .mega-menu-egitim-left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 1.5rem;
    gap: 1rem;
  }

  .egitim-level-item {
    padding: 0.75rem;
  }

  .egitim-level-item h4 {
    font-size: 1rem;
  }

  .egitim-level-item p {
    font-size: 0.8125rem;
  }

  .mega-menu-egitim-right {
    width: 100%;
    padding-left: 0;
  }

  .egitim-cards-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0.75rem;
  }

  .egitim-card {
    padding: 1rem;
  }

  .egitim-card-icon {
    width: 40px;
    height: 40px;
  }

  .egitim-card-icon i {
    font-size: 1.25rem;
  }
}

/* Hakkımızda Mega Menu Styles */
.mega-menu-hakkimizda-content {
  display: flex;
  gap: 1.25rem;
  padding: 1.5rem;
  align-items: stretch;
}

/* Sol taraf - Müdürün Mesajı */
.mega-menu-hakkimizda-left {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

/* Orta taraf - Liste (Vizyon & Misyon vb.) */
.mega-menu-hakkimizda-center {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-self: stretch;
}

.hakkimizda-level-item {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  padding: 0.75rem;
  padding-right: 2rem;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}

.hakkimizda-level-item:hover {
  background: #f7fafc;
  transform: translateX(4px);
  text-decoration: none;
  color: inherit;
}

.hakkimizda-level-item::after {
  content: '→';
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
  transition: all 0.3s ease;
  color: var(--brand-accent);
  font-weight: 600;
}

.hakkimizda-level-item:hover::after {
  opacity: 1;
  right: 0.5rem;
}

.hakkimizda-level-item h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--brand-primary);
  margin-bottom: 0;
  transition: color 0.3s ease;
}

.hakkimizda-level-item:hover h4 {
  color: var(--brand-accent);
}

.hakkimizda-menu-subtitle {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--brand-accent);
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.hakkimizda-level-item p:not(.hakkimizda-menu-subtitle) {
  font-size: 0.8125rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

/* Sağ taraf - Grid'ler */
.mega-menu-hakkimizda-right {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.hakkimizda-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 0.75rem;
  flex: 1;
  align-content: stretch;
}

.hakkimizda-card-featured {
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 8px;
  isolation: isolate;
  height: 100%;
}

.hakkimizda-card-featured::after {
  display: none;
}

.hakkimizda-card-image {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  border-radius: 0;
}

.hakkimizda-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0;
}

.hakkimizda-card-featured:hover .hakkimizda-card-image img {
  transform: scale(1.05);
}

.hakkimizda-card-content {
  padding: 0.875rem 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.hakkimizda-card-featured .hakkimizda-card-content h5 {
  margin-bottom: 0.25rem;
  color: var(--brand-red);
  transition: color 0.3s ease;
}

.hakkimizda-card-featured:hover .hakkimizda-card-content h5 {
  color: var(--brand-red);
}

.hakkimizda-card-featured .hakkimizda-card-content .hakkimizda-menu-subtitle {
  margin-bottom: 0.5rem;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.9);
}

.hakkimizda-card-featured .hakkimizda-card-content p:not(.hakkimizda-menu-subtitle) {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.4;
  margin: 0;
  flex: 1;
}

.hakkimizda-card {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  padding-right: 2rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fafbfc;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  height: 100%;
  min-height: 0;
  position: relative;
  cursor: pointer;
}

.hakkimizda-card:hover {
  background: #ffffff;
  border-color: var(--brand-accent);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
}

.hakkimizda-card::after {
  content: '→';
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
  transition: all 0.3s ease;
  color: var(--brand-accent);
  font-weight: 600;
}

.hakkimizda-card:hover::after {
  opacity: 1;
  right: 0.5rem;
  transform: translateY(-50%);
}

.hakkimizda-card-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
}

.hakkimizda-card-icon i {
  font-size: 1.25rem;
  color: var(--brand-primary);
  transition: color 0.3s ease;
}

.hakkimizda-card:hover .hakkimizda-card-icon {
  background: var(--brand-accent);
}

.hakkimizda-card:hover .hakkimizda-card-icon i {
  color: #ffffff;
}

.hakkimizda-card h5 {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--brand-primary);
  margin-bottom: 0.375rem;
  transition: color 0.3s ease;
}

.hakkimizda-card:hover h5 {
  color: var(--brand-accent);
}

.hakkimizda-card p {
  font-size: 0.75rem;
  color: #64748b;
  line-height: 1.4;
  margin: 0;
  flex: 1;
}

/* Featured card override styles - must come after general card styles */
.hakkimizda-card-featured {
  border: none !important;
  background: linear-gradient(135deg, #e8d55a 0%, var(--brand-accent) 30%, #c9b638 70%, #9c8b25 100%) !important;
}

.hakkimizda-card-featured:hover {
  background: linear-gradient(135deg, #e8d55a 0%, var(--brand-accent) 30%, #c9b638 70%, #9c8b25 100%) !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  transform: translateY(-2px);
}

/* Responsive styles for hakkimizda mega menu */
@media (max-width: 1260px) {
  .mega-menu-hakkimizda {
    left: -385px !important;
    transform: translateX(0) !important;
    width: calc(100vw - 40px) !important;
  }
}

@media (max-width: 768px) {
  .mega-menu-hakkimizda-content {
    flex-direction: column;
    padding: 1.5rem 1rem;
    gap: 1.5rem;
  }

  .mega-menu-hakkimizda-left {
    width: 100%;
    padding-bottom: 1.5rem;
  }

  .mega-menu-hakkimizda-center {
    width: 100%;
    padding-bottom: 1.5rem;
    gap: 1rem;
  }

  .mega-menu-hakkimizda-right {
    width: 100%;
  }

  .hakkimizda-cards-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0.75rem;
  }


  .hakkimizda-card-image {
    height: 200px;
  }

  .hakkimizda-card {
    padding: 1rem;
  }

  .hakkimizda-card-icon {
    width: 40px;
    height: 40px;
  }

  .hakkimizda-card-icon i {
    font-size: 1.25rem;
  }
}

/* Okul Yaşamı Mega Menu Styles */

.mega-menu-okul-yasami-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}

.okul-yasami-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  width: 100%;
}

.okul-yasami-card-wide {
  grid-column: span 2;
  position: relative;
  background-image: url('../image/feature-bg.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  border: none !important;
  overflow: hidden;
}

.okul-yasami-card-wide::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 100% !important;
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transform: none !important;
  z-index: 1;
}

.okul-yasami-card-wide > * {
  position: relative;
  z-index: 2;
}

.okul-yasami-card-wide .okul-yasami-card-icon {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.okul-yasami-card-wide .okul-yasami-card-icon i {
  color: #ffffff;
}

.okul-yasami-card-wide h5 {
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.5);
}

.okul-yasami-card-wide:hover h5 {
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.5);
}

.okul-yasami-card-wide p {
  color: #ffffff !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4);
}

.okul-yasami-card-wide:hover {
  border: none !important;
}

.okul-yasami-card-wide:hover::before {
  background: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(5px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(5px) saturate(180%) !important;
  transform: none !important;
}

.okul-yasami-card-wide:hover .okul-yasami-card-icon {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1) rotate(5deg);
}

.okul-yasami-card {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.okul-yasami-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--brand-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.okul-yasami-card:hover {
  background: #ffffff;
  border-color: var(--brand-accent);
  box-shadow: 0 8px 24px rgba(218, 198, 74, 0.15);
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
}

.okul-yasami-card:hover::before {
  transform: scaleX(1);
}

.okul-yasami-card-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(247, 250, 252, 0.8);
  border-radius: 12px;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.okul-yasami-card-icon i {
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.okul-yasami-card:hover .okul-yasami-card-icon {
  background: rgba(247, 250, 252, 1);
  transform: scale(1.1) rotate(5deg);
}

.okul-yasami-card:hover .okul-yasami-card-icon i {
  transform: scale(1.1);
  filter: brightness(0.85);
}

.okul-yasami-card h5 {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--brand-primary);
  margin-bottom: 0.375rem;
  margin-top: 0;
  transition: color 0.3s ease;
  line-height: 1.3;
}

.okul-yasami-card:hover h5 {
  color: var(--brand-accent);
}

.okul-yasami-card p {
  font-size: 0.75rem;
  color: #64748b;
  line-height: 1.4;
  margin: 0;
}

/* Okul Yaşamı kartları için özel renkler - İkonlar renkli */
.okul-yasami-grid .okul-yasami-card:nth-child(1) .okul-yasami-card-icon i {
  color: #3b82f6;
}
.okul-yasami-grid .okul-yasami-card:nth-child(2) .okul-yasami-card-icon i {
  color: #f59e0b;
}
.okul-yasami-grid .okul-yasami-card:nth-child(3) .okul-yasami-card-icon i {
  color: #8b5cf6;
}
.okul-yasami-grid .okul-yasami-card:nth-child(4) .okul-yasami-card-icon i {
  color: #10b981;
}
.okul-yasami-grid .okul-yasami-card:nth-child(5) .okul-yasami-card-icon i {
  color: #ef4444;
}
.okul-yasami-grid .okul-yasami-card:nth-child(6) .okul-yasami-card-icon i {
  color: #ec4899;
}
.okul-yasami-grid .okul-yasami-card:nth-child(7) .okul-yasami-card-icon i {
  color: #14b8a6;
}
.okul-yasami-grid .okul-yasami-card:nth-child(8) .okul-yasami-card-icon i {
  color: #f97316;
}
.okul-yasami-grid .okul-yasami-card:nth-child(9) .okul-yasami-card-icon i {
  color: #6366f1;
}
.okul-yasami-grid .okul-yasami-card:nth-child(10) .okul-yasami-card-icon i {
  color: #06b6d4;
}

/* Responsive styles for okul yasami mega menu */
@media (max-width: 1400px) {
  .okul-yasami-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1200px) {
  .okul-yasami-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .mega-menu-okul-yasami-content {
    padding: 1rem;
  }
  .okul-yasami-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  .okul-yasami-card {
    padding: 1rem;
  }
  .okul-yasami-card-icon {
    width: 48px;
    height: 48px;
  }
  .okul-yasami-card-icon i {
    font-size: 1.25rem;
  }
  .okul-yasami-card h5 {
    font-size: 0.875rem;
    margin-bottom: 0.375rem;
  }
  .okul-yasami-card p {
    font-size: 0.75rem;
  }
}

/* Kayıt & Kabul Mega Menu Styles */
.mega-menu-kayit-kabul {
  width: 450px !important;
}

.mega-menu-kayit-kabul-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 450px;
}

.kayit-kabul-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  border-radius: 8px;
  background: #fafbfc;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.kayit-kabul-item:hover {
  background: #ffffff;
  border-color: var(--brand-accent);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
}

.kayit-kabul-item-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(247, 250, 252, 0.8);
  border-radius: 8px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.kayit-kabul-item-icon i {
  font-size: 1.25rem;
  color: var(--brand-red);
  transition: all 0.3s ease;
}

.kayit-kabul-item:hover .kayit-kabul-item-icon {
  background: var(--brand-accent);
}

.kayit-kabul-item:hover .kayit-kabul-item-icon i {
  color: #ffffff;
}

.kayit-kabul-item-content {
  flex: 1;
  min-width: 0;
}

.kayit-kabul-item-content h5 {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--brand-primary);
  margin-bottom: 0.375rem;
  margin-top: 0;
  transition: color 0.3s ease;
  line-height: 1.3;
}

.kayit-kabul-item:hover .kayit-kabul-item-content h5 {
  color: var(--brand-accent);
}

.kayit-kabul-item-content p {
  font-size: 0.75rem;
  color: #64748b;
  line-height: 1.4;
  margin: 0;
}

.kayit-kabul-item:hover .kayit-kabul-item-icon i {
  color: #ffffff !important;
}

/* Responsive styles for kayit kabul mega menu */
@media (max-width: 768px) {
  .mega-menu-kayit-kabul-content {
    padding: 1rem;
    gap: 0.5rem;
    width: 100%;
  }
  .kayit-kabul-item {
    padding: 0.875rem;
    gap: 0.75rem;
  }
  .kayit-kabul-item-icon {
    width: 40px;
    height: 40px;
  }
  .kayit-kabul-item-icon i {
    font-size: 1rem;
  }
  .kayit-kabul-item-content h5 {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
  }
  .kayit-kabul-item-content p {
    font-size: 0.75rem;
  }
}

/* Atölyeler Mega Menu Styles */

.mega-menu-atolyeler-content {
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
}

.atolyeler-menu-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--brand-primary);
  margin-bottom: 1rem;
  margin-top: 0;
  width: 100%;
  text-align: center;
}

.atolyeler-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 0.5rem;
  width: 100%;
}

.atolye-card {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fafbfc;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  height: 100%;
  min-height: 0;
  position: relative;
  cursor: pointer;
}

.atolye-card:hover {
  background: #ffffff;
  border-color: var(--brand-accent);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
}

.atolye-card h5 {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--brand-primary);
  margin-bottom: 0.375rem;
  margin-top: 0;
  transition: color 0.3s ease;
  line-height: 1.2;
}

.atolye-card:hover h5 {
  color: var(--brand-accent);
}

.atolye-card p {
  font-size: 0.75rem;
  color: #64748b;
  line-height: 1.3;
  margin: 0;
  flex: 1;
}

/* Atölye kartları için renkler - index.html'deki section ile eşleştirilmiş */
.atolyeler-grid .atolye-card:nth-child(1) {
  border-bottom: 3px solid #F1C001;
}

.atolyeler-grid .atolye-card:nth-child(2) {
  border-bottom: 3px solid #0084F0;
}

.atolyeler-grid .atolye-card:nth-child(3) {
  border-bottom: 3px solid #EF1813;
}

.atolyeler-grid .atolye-card:nth-child(4) {
  border-bottom: 3px solid #356F9F;
}

.atolyeler-grid .atolye-card:nth-child(5) {
  border-bottom: 3px solid #A289F1;
}

.atolyeler-grid .atolye-card:nth-child(6) {
  border-bottom: 3px solid #7A302D;
}

.atolyeler-grid .atolye-card:nth-child(7) {
  border-bottom: 3px solid #7A2D73;
}

.atolyeler-grid .atolye-card:nth-child(8) {
  border-bottom: 3px solid #008007;
}

.atolyeler-grid .atolye-card:nth-child(9) {
  border-bottom: 3px solid #F05012;
}

.atolyeler-grid .atolye-card:nth-child(10) {
  border-bottom: 3px solid #353F9E;
}

.atolyeler-grid .atolye-card:nth-child(11) {
  border-bottom: 3px solid #5B704F;
}

.atolyeler-grid .atolye-card:nth-child(12) {
  border-bottom: 3px solid #67717A;
}

/* Geniş Atölye Kartı - Tüm Atölyeler */
.atolye-card-wide {
  grid-column: span 3;
  position: relative;
  background-image: url('../image/feature-bg.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  border: none !important;
  overflow: hidden;
}

.atolye-card-wide::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 100% !important;
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transform: none !important;
  z-index: 1;
}

.atolye-card-wide > * {
  position: relative;
  z-index: 2;
}

.atolye-card-wide h5 {
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.5);
  font-size: 1.1rem !important;
}

.atolye-card-wide:hover h5 {
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.5);
}

.atolye-card-wide p {
  color: #ffffff !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4);
}

.atolye-card-wide:hover {
  border: none !important;
}

.atolye-card-wide:hover::before {
  background: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(5px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(5px) saturate(180%) !important;
  transform: none !important;
}

/* Responsive styles for atolyeler mega menu */
@media (max-width: 1200px) {
  .atolyeler-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .atolye-card-wide {
    grid-column: span 3;
  }
}

@media (max-width: 768px) {
  .mega-menu-atolyeler-content {
    padding: 1rem 1rem 1.5rem 1rem;
  }

  .atolyeler-menu-title {
    font-size: 1.1rem;
    margin-bottom: 0.875rem;
  }

  .atolyeler-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .atolye-card-wide {
    grid-column: span 2;
  }

  .atolye-card {
    padding: 1rem;
  }

  .atolye-card h5 {
    font-size: 0.75rem;
    margin-bottom: 0.375rem;
    line-height: 1.2;
  }

  .atolye-card p {
    font-size: 0.625rem;
    line-height: 1.3;
  }
}

/* Navbar Layout - Logo left, menu right */
.navbar-brand {
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 2rem;
}

.navbar-brand img {
  height: 80px;
  transition: all 0.3s ease;
}

.navbar-brand .brand-text {
  transition: all 0.3s ease;
}

.navbar-brand .brand-title,
.navbar-brand .brand-subtitle {
  color: var(--brand-white);
  transition: color 0.3s ease;
}

/* Navbar scrolled - logo ve brand text siyah */
.navbar.navbar-scrolled .brand-title,
.navbar.navbar-scrolled .brand-subtitle {
  color: #1a1a1a !important;
}

.navbar-nav {
  margin-left: auto;
}

.navbar-nav .nav-item {
  margin: 0 0.3rem;
}

.navbar-nav .nav-link {
  padding: 0.5rem 0.8rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Language selector styling */
.language-selector {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 1rem;
}

.language-selector a {
  color: var(--brand-white);
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.language-selector a:hover {
  color: var(--brand-accent);
}

.language-selector .separator {
  color: var(--brand-white);
  font-size: 0.85rem;
  transition: color 0.3s ease;
}

/* Navbar scrolled - language selector siyah */
.navbar.navbar-scrolled .language-selector a {
  color: #1a1a1a !important;
}

.navbar.navbar-scrolled .language-selector a:hover {
  color: var(--brand-red) !important;
}

.navbar.navbar-scrolled .language-selector .separator {
  color: #1a1a1a !important;
}

/* Navbar yeni yerleşim */
.nav-center { flex: 1 1 auto; display: flex; justify-content: center; }
.nav-right { margin-left: auto; }
.language-dropdown .btn { color:var(--brand-white); border-radius: 16px; background: rgba(112, 0, 0, 0.766);  }
.language-dropdown .btn:hover { background: rgba(112, 0, 0, 0.766); }

/* Brand text styling */
.brand-text {
  line-height: 1.1;
  font-size: 0.85rem;
  text-align: left;
}

@media (min-width: 992px) {
  .brand-text {
    font-size: 1rem;
  }
}

.btn-brand { background-color: var(--brand-accent); color: #0b0b0b; border: 1px solid var(--brand-accent); }
.btn-brand:hover { background-color: #c6a431; border-color: #c6a431; color: #0b0b0b; } */
 
/* Button Styles */
.btn { 
  border-radius: 20px; 
  padding: .5rem 1.2rem;
  transition: all 0.3s ease;
}

.btn-red { 
  background-color: var(--brand-red); 
  border-color: var(--brand-red); 
  color: #fff; 
}

.btn-red:hover { 
  background-color: #7d1519; 
  border-color: #7d1519; 
  color: #fff; 
}

.btn-brand { 
  background-color: var(--brand-accent); 
  color: #0b0b0b; 
  border: 1px solid var(--brand-accent);
  font-weight: 600;
  font-size: 0.8rem;
}

.btn-brand:hover { 
  background-color: #c6a431; 
  border-color: #c6a431; 
  color: #0b0b0b; 
}

/* Navbar scrolled - buton stili değişimi */
.navbar.navbar-scrolled .btn-brand {
  background-color: var(--brand-red);
  border-color: var(--brand-red);
  color: #ffffff;
}

.navbar.navbar-scrolled .btn-brand:hover {
  background-color: #7d1519;
  border-color: #7d1519;
  color: #ffffff;
}

/* Hero */
#hero {
  position: relative;
  margin-top: 0;
}

.hero-fullscreen {
  height: 100vh !important;
  min-height: 100vh;
}

.hero-slide {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
}

/* Video background styles */
.hero-video {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero-slide .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0) 20%, rgba(0,0,0,.1) 100%);
}

.hero-slide .container { position: relative; z-index: 1; }
.hero-slide h1 {
  text-shadow: 0 2px 10px rgba(0,0,0,0.5), 0 4px 20px rgba(0,0,0,0.3), 0 0 30px rgba(0,0,0,0.2);
}
.hero-slide .btn-outline-light {
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.hero-slide .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  color: var(--brand-accent) !important;
  box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.text-white-75 { color: rgba(255,255,255,.85); }

/* Scroll Indicator */
.hero-slide {
  position: relative;
}
.scroll-indicator {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  animation: fadeInUp 1s ease-out 1.5s both;
  transition: opacity 0.3s ease;
}
.scroll-indicator-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}
.scroll-mouse {
  width: 24px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  position: relative;
}
.scroll-wheel {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 8px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  animation: scrollWheel 2s infinite;
}

@keyframes scrollWheel {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  50% {
    opacity: 0.5;
    transform: translateX(-50%) translateY(12px);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

/* Section spacing and transitions */
.section-spacing {
  padding: 80px 0;
  position: relative;
}

#hakkimizda {
  padding: 100px 0 !important;
}

.section-divider {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--brand-accent), transparent);
  margin: 60px 0;
  opacity: 0.6;
}

.section-transition {
  position: relative;
  overflow: hidden;
}

.section-transition::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
  transition: left 0.6s ease;
}

.section-transition:hover::before {
  left: 100%;
}

/* Parallax backgrounds */
.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
              rgba(145, 25, 37, 0.85) 0%, 
              rgba(10, 35, 66, 0.75) 100%);
  z-index: 1;
}

.parallax-content {
  position: relative;
  z-index: 2;
}

/* About Section - Premium Professional Design */
.about-section {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.about-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 60%;
  height: 200%;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.03) 0%, rgba(145, 25, 37, 0.03) 100%);
  border-radius: 50%;
  z-index: 0;
}

.about-section .container {
  position: relative;
  z-index: 1;
}

/* Feature Cards - Premium Design */
.feature-card {
  position: relative;
  height: 100%;
  background: #ffffff;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-accent) 0%, var(--brand-red) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.feature-card:hover::before {
  transform: scaleX(1);
}

.feature-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
}

/* Feature Image */
.feature-image {
  position: relative;
  height: 320px;
  overflow: hidden;
  background: #f8f9fa;
}

.feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: grayscale(0%) brightness(0.95);
}

.feature-card:hover .feature-image img {
  transform: scale(1.08);
  filter: grayscale(0%) brightness(1);
}

/* Feature Content */
.feature-content {
  padding: 3rem 2.5rem;
  position: relative;
  background: #ffffff;
}

.feature-number {
  font-size: 4rem;
  font-weight: 900;
  color: rgba(212, 175, 55, 0.15);
  line-height: 1;
  margin-bottom: -2.5rem;
  position: relative;
  z-index: 0;
  font-family: 'Montserrat', sans-serif;
  transition: all 0.4s ease;
}

.feature-card:hover .feature-number {
  color: rgba(212, 175, 55, 0.25);
  transform: scale(1.1);
}

.feature-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--brand-primary);
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.feature-card:hover .feature-title {
  color: var(--brand-red);
}

.feature-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #6c757d;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

.feature-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-accent) 0%, var(--brand-red) 100%);
  margin-top: 1.5rem;
  transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.feature-card:hover .feature-line {
  width: 100%;
}

/* Icon badge for visual cards */
.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-accent) 0%, #c6a431 100%);
  color: #ffffff;
  font-size: 36px;
  box-shadow: 0 8px 30px rgba(212, 175, 55, 0.3);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  margin: 0 auto;
  position: relative;
  top: -40px;
  margin-bottom: -40px;
}

.info-card-visual:hover .icon-badge {
  transform: rotate(360deg) scale(1.15);
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.5);
}

/* Old icon-circle for backward compatibility */
.icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--brand-accent) 0%, #c6a431 100%);
  color: var(--brand-white);
  font-size: 28px;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.4);
  transition: all 0.3s ease;
}

/* Quick cards */
.quick-card {
  text-decoration: none;
  background: var(--brand-white);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 12px;
  transition: transform .2s ease, box-shadow .2s ease;
  color: inherit;
}

.quick-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,.08);
}

/* Testimonial */
.testimonial {
  background: #fff;
  border-left: 4px solid var(--brand-accent);
  border-radius: 12px;
}

/* News cards */
.news-card img { object-fit: cover; height: 200px; }
.link-brand { color: var(--brand-primary); text-decoration: none; font-weight: 600; }
.link-brand:hover { color: var(--brand-accent); }

/* Footer - NK Studio Inspired Design */
.footer-nk {
  background: #0a0e1a;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-top: 0;
  background-image: 
    linear-gradient(135deg, rgba(10, 14, 26, 0.95) 0%, rgba(118, 124, 138, 0.95) 100%),
    radial-gradient(circle at 20% 30%, rgba(218, 198, 74, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(145, 25, 37, 0.08) 0%, transparent 50%);
}

.footer-nk-container {
  max-width: 2000px;
  margin: 0 auto;
  padding: 6rem 4rem 3rem;
}

.footer-nk-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.8fr) minmax(0, 1fr);
  gap: 4rem;
  align-items: flex-start;
  width: 100%;
}

/* Left Side */
.footer-nk-left {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.nk-logo-text {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -2px;
  font-family: 'Montserrat', sans-serif;
}


.nk-main-title {
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  margin: 0;
  letter-spacing: -2px;
  font-family: 'Montserrat', sans-serif;
}

.nk-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 0 0 2rem 0;
  font-weight: 300;
}

.nk-contact-info {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
  text-align: left;
}

.nk-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
  transition: all 0.3s ease;
}

.nk-contact-item i {
  color: var(--brand-accent);
  font-size: 1.2rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.nk-contact-item span {
  color: rgba(255, 255, 255, 0.7);
}

.nk-contact-item:hover {
  color: rgba(255, 255, 255, 0.9);
}

.nk-contact-item:hover span {
  color: rgba(255, 255, 255, 0.9);
}

.nk-social-left {
  margin-top: 2rem;
}

.nk-social-left .nk-follow-title {
  font-size: 0.7rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 1rem 0;
}

.nk-social-left .nk-social-icons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.nk-copyright p {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 1px;
  margin: 0;
  font-weight: 300;
}

/* Right Side */
.footer-nk-right {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  overflow: visible;
  min-width: 0;
  width: 100%;
}

.nk-nav-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 2.5rem;
  width: 100%;
  overflow: visible;
  justify-content: center;
  align-items: flex-start;
}

.nk-nav-column {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: fit-content;
  max-width: none;
  overflow: visible;
  flex-shrink: 0;
}

.nk-nav-title {
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  white-space: nowrap;
}

.nk-nav-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.nk-nav-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  transition: all 0.3s ease;
  font-family: 'Montserrat', sans-serif;
  display: block;
  white-space: nowrap;
}

.nk-nav-links a:hover {
  color: var(--brand-accent);
  padding-left: 8px;
}

/* Right Bottom Section */
.nk-right-bottom {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-end;
  
}

.nk-follow {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}

.nk-follow-title {
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 1rem 0;
}

.nk-social-icons {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.nk-social-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 400;
  transition: all 0.3s ease;
  font-family: 'Montserrat', sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.nk-social-link:hover {
  color: var(--brand-accent);
  background: rgba(218, 198, 74, 0.1);
  border-color: var(--brand-accent);
  transform: translateY(-2px);
}

.footer-nk-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.5rem;
  width: 100%;
}

.footer-nk-social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.footer-nk-social .nk-follow-title {
  margin: 0 0 1rem 0;
}

.footer-nk-store {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.footer-nk-store .nk-store-title {
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 1rem 0;
}

.footer-nk-store .nk-store-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: flex-start;
}

.footer-nk-store .nk-store-buttons a {
  display: inline-flex;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.footer-nk-store .nk-store-buttons a:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.footer-nk-store .nk-store-buttons img {
  width: 180px;
  object-fit: contain;
  display: block;
  pointer-events: none;
}

@media (max-width: 992px) {
  .footer-nk-right {
    align-items: center;
    text-align: center;
  }

  .footer-nk-social,
  .footer-nk-store {
    align-items: center;
    text-align: center;
  }

  .footer-nk-store .nk-store-buttons {
    align-items: center;
  }
}

@media (max-width: 576px) {
  .footer-nk-right-column {
    align-items: center;
  }

  .footer-nk-social,
  .footer-nk-store {
    align-items: center;
  }
}

/* Responsive */
@media (max-width: 1400px) {
  .nk-main-title {
    font-size: 3.5rem;
  }
  
  .footer-nk-container {
    padding: 5rem 3rem 2.5rem;
  }
}

@media (max-width: 1200px) {
  .footer-nk-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }
  
  .footer-nk-center {
    justify-content: flex-start;
  }
  
  .nk-nav-grid {
    gap: 3rem;
    flex-wrap: wrap;
  }
  
  .footer-nk-social {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: right;
    justify-self: end;
    margin-bottom: 2rem;
  }
  
  .nk-social-icons {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
  }
  
  .nk-store-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-end;
    width: 100%;
    margin-top: 0.5rem;
  }
  
  .nk-store-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.75rem;
    border-radius: 12px;
    background: transparent;
    border: none;
    transition: transform 0.3s ease;
    width: 100%;
    max-width: 190px;
  }
  
  .nk-store-buttons a:hover {
    transform: translateY(-2px);
  }
  
  .nk-store-buttons img {
    height: 46px;
    width: 100%;
    object-fit: contain;
    display: block;
    pointer-events: none;
  }
  
  .nk-store-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: right;
  }
  
  .nk-main-title {
    font-size: 3rem;
  }
}

@media (max-width: 992px) {
  .footer-nk-container {
    padding: 4rem 2rem 2rem;
  }
  
  .footer-nk-main {
    grid-template-columns: 1fr;
  }
  
  .footer-nk-center {
    justify-content: flex-start;
  }
  
  .nk-nav-grid {
    gap: 3rem;
    flex-wrap: wrap;
  }
  
  .footer-nk-social {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: right;
    justify-self: end;
    margin-bottom: 2rem;
  }
  
  .nk-social-icons {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
  }
  
  .nk-store-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-end;
    width: 100%;
    margin-top: 0.5rem;
  }
  
  .nk-store-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.75rem;
    border-radius: 12px;
    background: transparent;
    border: none;
    transition: transform 0.3s ease;
    width: 100%;
    max-width: 190px;
  }
  
  .nk-store-buttons a:hover {
    transform: translateY(-2px);
  }
  
  .nk-store-buttons img {
    height: 46px;
    width: 100%;
    object-fit: contain;
    display: block;
    pointer-events: none;
  }
  
  .nk-store-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: right;
  }
  
  .nk-main-title {
    font-size: 2.5rem;
  }
  
  .nk-logo-text {
    font-size: 2.5rem;
  }
  
  .nk-contact-item {
    font-size: 0.85rem;
  }
  
  .nk-contact-item i {
    font-size: 0.85rem;
  }
}

@media (max-width: 768px) {
  .footer-nk-container {
    padding: 3rem 1.5rem 1.5rem;
  }
  
  .footer-nk-main {
    gap: 3rem;
  }
  
  .nk-main-title {
    font-size: 2rem;
  }
  
  .nk-logo-text {
    font-size: 2rem;
  }
  
  .nk-nav-grid {
    flex-direction: column;
    gap: 2.5rem;
    width: 100%;
  }
  
  .nk-right-bottom {
    align-items: flex-end;
  }
  
  .nk-contact-info {
    gap: 0.875rem;
  }
  
  .nk-contact-item {
    font-size: 0.8rem;
  }
  
  .nk-contact-item i {
    font-size: 0.85rem;
  }
}

/* Footer - Modern & Professional Design */
.footer { 
  background: linear-gradient(135deg, var(--brand-primary) 0%, #7a1620 100%);
  position: relative;
  overflow: hidden;
  padding-top: 4rem !important;
  padding-bottom: 2rem !important;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(
      rgba(145, 25, 37, 0.85),
      rgba(145, 25, 37, 0.85)
    ),
    url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?q=80&w=1920&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}

.footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--brand-accent), transparent);
  z-index: 1;
}

.footer > .container {
  position: relative;
  z-index: 2;
}

/* Footer Logo & Brand Section */
.footer h5 {
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.5px;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 1rem;
}

.footer h5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--brand-accent);
  border-radius: 2px;
}

/* Footer Contact Info */
.footer p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.85rem;
  line-height: 1.8;
  margin-bottom: 0.75rem;
  transition: color 0.3s ease;
}

.footer p:hover {
  color: rgba(255, 255, 255, 1);
}

.footer i {
  color: var(--brand-accent);
  font-size: 1rem;
  width: 20px;
  display: inline-block;
  margin-right: 0.5rem;
}

/* Social Media Links */
.footer .social-link { 
  color: rgba(255, 255, 255, 0.7); 
  text-decoration: none; 
  font-size: 1.4rem;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-right: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .social-link:hover { 
  color: var(--brand-accent); 
  background: rgba(218, 198, 74, 0.2);
  transform: translateY(-3px) scale(1.1);
  border-color: var(--brand-accent);
  box-shadow: 0 8px 20px rgba(218, 198, 74, 0.3);
}

/* Footer Menu Sections */
.footer h6 {
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0.75rem;
}

.footer h6::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--brand-accent);
  border-radius: 2px;
}

.footer-menu {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

.footer-menu li {
  margin-bottom: 0.65rem;
  position: relative;
}

.footer-link {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 400;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 0;
}

.footer-link::before {
  content: '';
  position: absolute;
  left: -12px;
  width: 0;
  height: 2px;
  background: var(--brand-accent);
  transition: width 0.3s ease;
  opacity: 0;
}

.footer-link:hover {
  color: var(--brand-accent);
  padding-left: 12px;
  transform: translateX(4px);
}

.footer-link:hover::before {
  width: 6px;
  opacity: 1;
}

/* Footer Bottom Section */
.footer hr {
  border-color: rgba(255, 255, 255, 0.15);
  margin: 3rem 0 2rem;
  opacity: 1;
  height: 1px;
}

.footer small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  font-weight: 400;
}

.footer .text-md-end small a {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s ease;
  text-decoration: none;
}

.footer .text-md-end small a:hover {
  color: var(--brand-accent);
}

/* Footer Enhancements */
.footer .col-lg-2,
.footer .col-md-6 {
  margin-bottom: 2rem;
}

/* Footer Logo Placeholder */
.logo-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px dashed rgba(255,255,255,.25);
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.logo-placeholder:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--brand-accent);
}

/* Footer Responsive */
@media (max-width: 991px) {
  .footer {
    padding-top: 3rem !important;
  }
  
  .footer .col-lg-2 {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 768px) {
  .footer {
    padding-top: 2.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  
  .footer-menu {
    margin-bottom: 2rem;
  }
  
  .footer h6 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  
  .footer h6:first-of-type {
    margin-top: 0;
  }
  
  .footer h5 {
    font-size: 1.1rem;
  }
  
  .footer .social-link {
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
  }
  
  .footer hr {
    margin: 2rem 0 1.5rem;
  }
  
  .footer .text-md-end {
    text-align: left !important;
    margin-top: 1rem;
  }
}

/* Küçük ekran iyileştirmeleri */
@media (max-width: 991.98px) {
  .navbar { padding-top: .35rem; padding-bottom: .35rem; }
  #hero { height: 70vh; }
}

/* Dropdown hover (md ve üstü) */
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .navbar .dropdown-toggle::after { display: none; }
  .navbar .dropdown:hover .dropdown-toggle::after { display: none; }
}

/* ==
   VIDEO TEASER BÖLÜMÜ
   == */

.video-teaser-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.video-teaser-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(145, 25, 37, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* Video Teaser bölümü artık ortak .section-header stillerini kullanıyor */

/* Video Grid */
.video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Video Kart */
.video-kart {
    position: relative;
    border-radius: 15px; /* Tüm köşeler yuvarlak */
    overflow: hidden;

    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer;
}

.video-kart:hover {
    transform: translateY(-10px);
}

/* Video Wrapper */
.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
    border-radius: 15px; /* Tüm köşeler yuvarlak */
}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    background: transparent;
    border-radius: 15px; /* Tüm köşeler yuvarlak */
}

/* Video Başlığı - Videonun Dışında Üstte */
.video-kart .video-baslik {
    color: var(--brand-primary);
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    padding: 0;
    line-height: 1.2;
    transition: color 0.3s ease;
}

.video-kart:hover .video-baslik {
    color: var(--brand-red);
}

/* HTML5 video poster attribute'u otomatik olarak poster görselini gösterir */
/* Video oynatıldığında poster otomatik olarak gizlenir */



/* Ses Açma/Kapama Butonu */
.video-ses-btn {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.video-ses-btn:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: scale(1.1);
}

.video-ses-btn:active {
    transform: scale(0.95);
}

.video-ses-btn .ses-icon {
    width: 22px;
    height: 22px;
    color: #ffffff;
    stroke: currentColor;
    fill: none;
    transition: opacity 0.2s ease;
}

.video-ses-btn .ses-kapali {
    display: block;
}

.video-ses-btn .ses-acik {
    display: none !important;
}

/* Ses açık olduğunda */
.video-ses-btn.ses-acik-durum .ses-kapali {
    display: none !important;
}

.video-ses-btn.ses-acik-durum .ses-acik {
    display: block !important;
}

/* Kart İçerik Overlay */
.kart-icerik {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    z-index: 3;
    transition: all 0.3s ease;
    border-radius: 15px; /* Tüm köşeler yuvarlak */
}

.kart-icerik p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5),
                 0 4px 16px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease;
}

.video-kart:hover .kart-icerik p {
    opacity: 1;
}

/* İzle Butonu */
.btn-izle {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 12px 24px;
    background: var(--brand-accent);
    color: var(--brand-primary);
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(218, 198, 74, 0.3);
    text-shadow: none;
}

.btn-izle:hover {
    background: #ffffff;
    color: var(--brand-primary);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(218, 198, 74, 0.5);
}

.btn-izle::after {
    content: '▶';
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.btn-izle:hover::after {
    transform: translateX(3px);
}

/* Responsive Design */
@media (max-width: 992px) {
    .video-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .video-teaser-section {
        padding: 60px 0;
    }

    .video-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        max-width: 500px;
    }

    .video-kart .video-baslik {
        font-size: 1.25rem;
        margin-bottom: 0.75rem;
    }

    .kart-icerik p {
        font-size: 0.85rem;
        margin-bottom: 0.75rem;
    }

    .btn-izle {
        padding: 10px 20px;
        font-size: 0.85rem;
    }

    .video-ses-btn {
        width: 36px;
        height: 36px;
        bottom: 0.75rem;
        right: 0.75rem;
    }

    .video-ses-btn .ses-icon {
        width: 20px;
        height: 20px;
    }
}

/* ==
   ATÖLYE ÖNİZLEME BANDI (Infinite Scroll)
   == */

.atolye-onizleme {
  padding: 80px 0;
  background: #ffffff;
  overflow: hidden;
}

/* Önizleme bölümü artık ortak .section-header stillerini kullanıyor */

/* Marquee Wrapper - Taşmayı Gizler */
.marquee-wrapper {
  position: relative;
  overflow: hidden;
  max-height: 280px;
  width: 100%;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
}

/* Marquee Track - Görselleri Taşıyan Konteyner */
.marquee-track {
  display: flex;
  gap: 24px;
  width: fit-content;
  animation: scroll-left 40s linear infinite;
}

/* Hover'da Durdur */
.marquee-wrapper:hover .marquee-track {
  animation-play-state: paused;
}

/* Marquee Item - Görsel + Label Container */
.marquee-item {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.4s ease;
}

.marquee-item:hover {
  transform: translateY(-8px);
}

/* Görseller */
.marquee-img {
  height: 200px;
  width: 280px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transition: all 0.4s ease;
  object-fit: cover;
}

.marquee-item:hover .marquee-img {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

/* Label - Atölye İsimleri */
.marquee-label {
  font-size: 1rem;
  font-weight: 700;
  color: var(--brand-primary);
  text-align: center;
  margin: 0;
  padding: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Keyframes Animasyon - Sonsuz Yatay Kaydırma */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .atolye-onizleme {
    padding: 60px 0;
  }

  .marquee-wrapper {
    max-height: 210px;
  }

  .marquee-item {
    gap: 8px;
  }

  .marquee-img {
    height: 150px;
    width: 220px;
  }

  .marquee-label {
    font-size: 0.85rem;
  }

  .marquee-track {
    animation-duration: 30s;
    gap: 16px;
  }
}

/* ==
   STICKY SCROLLING ATOLYELER (3'erli Grid)
   == */

/* Wrapper - Ana Container */
.atolyeler-wrapper {
  position: relative;
  width: 100%;
}

/* Panel - Her Grup (3'lü) */
.atolye-panel {
  position: sticky;
  top: 80px; /* Navbar yüksekliği */
  height: calc(100vh - 80px); /* Navbar çıkıldığında tam ekran */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.3s ease;
  background-size: cover;
  background-position: center;
}

/* Panel Overlay - Arka plan üzerine koyu katman */
.atolye-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* Content - Ana Layout */
.atolye-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 1400px;
  width: 100%;
  padding: 0 5%;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

/* Grid - 3 Kart */
.atolye-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 100%;
}

/* Kart Tasarımı */
.atolye-card {
  background: #fafbfc;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  box-shadow: none;
}

.atolye-card:hover {
  transform: translateY(-2px);
  box-shadow: none;
}

/* Kart Görseli */
.atolye-card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.atolye-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.atolye-card:hover .atolye-card-image img {
  transform: scale(1.1);
}

/* Kart İçeriği */
.atolye-card-content {
  padding: 2rem;
  background: #ffffff;
}

.atolye-number {
  display: inline-block;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  color: var(--brand-accent);
  opacity: 0.3;
  margin-bottom: 0.75rem;
  font-family: 'Montserrat', sans-serif;
}

.atolye-card-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand-primary);
}

.atolye-card-text {
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  color: #5f6b7a;
}

/* Yan Metin - Açıklama */
.atolye-side-text {
  text-align: center;
  max-width: 800px;
}

.atolye-title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif;
}

.atolye-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
}

/* Renk Ayarları - Tüm Paneller için Beyaz Başlık/Açıklama */
.atolye-panel .atolye-title,
.atolye-panel .atolye-description {
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .atolye-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .atolye-card-image {
    height: 180px;
  }

  .atolye-card-content {
    padding: 1.5rem;
  }

  .atolye-title {
    font-size: 2rem;
  }

  .atolye-description {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .atolye-panel {
    height: auto;
    min-height: calc(100vh - 100px);
    padding: 4rem 0;
  }

  .atolye-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .atolye-card-image {
    height: 200px;
  }

  .atolye-card-content {
    padding: 1.5rem;
  }

  .atolye-number {
    font-size: 1.8rem;
  }

  .atolye-card-title {
    font-size: 1.2rem;
  }

  .atolye-card-text {
    font-size: 0.85rem;
  }

  .atolye-title {
    font-size: 1.8rem;
  }

  .atolye-description {
    font-size: 0.95rem;
  }
}

/* ==
   PROFESSIONAL INTERNATIONAL PARTNERSHIPS
   == */

/* Section Container */
.partners-section-pro {
  padding: 100px 0;
  background: linear-gradient(180deg, #fafbfc 0%, #ffffff 50%, #f8f9fb 100%);
  position: relative;
  overflow: hidden;
}

.partners-section-pro::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(155, 134, 66, 0.03) 0%, transparent 70%);
  border-radius: 50%;
}

/* Header */
.partners-pro-header {
  max-width: 800px;
  margin: 0 auto 5rem;
  text-align: center;
  position: relative;
  z-index: 2;
}

.partners-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--brand-accent);
  background: rgba(155, 134, 66, 0.1);
  padding: 6px 18px;
  border-radius: 20px;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.partners-pro-title {
  font-size: 3rem;
  font-weight: 900;
  color: var(--brand-primary);
  margin-bottom: 1.25rem;
  letter-spacing: -1px;
  line-height: 1.1;
}

.partners-pro-subtitle {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #5f6b7a;
  max-width: 700px;
  margin: 0 auto;
}

/* Partners Grid */
.partners-pro-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Partner Card */
.partner-pro-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 2.5rem 1.5rem;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
}

.partner-pro-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-accent) 0%, var(--brand-primary) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.partner-pro-card:hover::before {
  transform: scaleX(1);
}

.partner-pro-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  border-color: rgba(155, 134, 66, 0.2);
}

/* Icon */
.partner-pro-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(155, 134, 66, 0.1) 0%, rgba(145, 25, 37, 0.05) 100%);
  border-radius: 50%;
  color: var(--brand-accent);
  transition: all 0.4s ease;
}

.partner-pro-icon svg {
  width: 35px;
  height: 35px;
  transition: transform 0.4s ease;
}

.partner-pro-card:hover .partner-pro-icon {
  background: linear-gradient(135deg, var(--brand-accent) 0%, var(--brand-primary) 100%);
  color: #ffffff;
  transform: rotate(360deg) scale(1.1);
}

.partner-pro-card:hover .partner-pro-icon svg {
  transform: scale(1.15);
}

/* Partner Name */
.partner-pro-name {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--brand-primary);
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.partner-pro-card:hover .partner-pro-name {
  color: var(--brand-accent);
}

/* Description */
.partner-pro-desc {
  font-size: 0.85rem;
  color: #6b7280;
  margin-bottom: 1.25rem;
  line-height: 1.5;
  min-height: 42px;
}

/* Badge */
.partner-pro-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--brand-primary);
  background: rgba(145, 25, 37, 0.08);
  padding: 6px 14px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.partner-pro-card:hover .partner-pro-badge {
  background: var(--brand-accent);
  color: #ffffff;
}

/* CTA Section */
.partners-pro-cta {
  margin-top: 5rem;
  position: relative;
  z-index: 2;
}

.partners-cta-text {
  font-size: 1.1rem;
  color: #5f6b7a;
  margin-bottom: 2rem;
  font-weight: 500;
}

.btn-partners-pro {
  display: inline-block;
  padding: 16px 40px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-red) 100%);
  border: none;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 10px 30px rgba(145, 25, 37, 0.2);
  position: relative;
  overflow: hidden;
}

.btn-partners-pro::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--brand-accent) 0%, var(--brand-primary) 100%);
  transition: left 0.4s ease;
}

.btn-partners-pro span {
  position: relative;
  z-index: 2;
}

.btn-partners-pro:hover::before {
  left: 0;
}

.btn-partners-pro:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(145, 25, 37, 0.3);
  color: #ffffff;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .partners-pro-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .partners-section-pro {
    padding: 60px 0;
  }

  .partners-pro-title {
    font-size: 2rem;
  }

  .partners-pro-subtitle {
    font-size: 1rem;
  }

  .partners-pro-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .partner-pro-card {
    padding: 2rem 1rem;
  }

  .partner-pro-icon {
    width: 60px;
    height: 60px;
  }

  .partner-pro-icon svg {
    width: 30px;
    height: 30px;
  }

  .partner-pro-name {
    font-size: 1.2rem;
  }

  .partner-pro-desc {
    font-size: 0.85rem;
    min-height: auto;
  }

  .partners-pro-cta {
    margin-top: 3rem;
  }

  .btn-partners-pro {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .partners-pro-grid {
    grid-template-columns: 1fr;
  }
}

/* ==
   WELCOME PAGE
   == */
.hero-welcome {
  position: relative;
  height: 50vh;
  min-height: 400px;
  margin-top: 0;
}

.hero-welcome-bg {
  position: relative;
  height: 100%;
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-red) 100%);
  display: flex;
  align-items: center;
  padding-top: 80px; 
  box-sizing: border-box;
}

.hero-welcome .overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 35, 66, 0.3);
}

.value-card {
  background: var(--brand-white);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.value-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(197, 161, 0, 0.1);
  color: var(--brand-accent);
  font-size: 28px;
  margin: 0 auto;
}

.stat-item {
  padding: 1rem;
  background: rgba(197, 161, 0, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(197, 161, 0, 0.1);
}

.welcome-image img,
.leadership-image img {
  transition: transform 0.3s ease;
}

.welcome-image:hover img,
.leadership-image:hover img {
  transform: scale(1.02);
}

.bg-primary-brand {
  background-color: var(--brand-primary) !important;
}

.dropdown-item.active {
  background-color: var(--brand-accent);
  color: var(--brand-primary);
}

/* ==
   ATOLYELER SAYFASI (Z-LAYOUT)
   == */

/* Hero Section */
.atolyeler-hero {
  padding: 180px 0 100px;
  background-image: url('https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?q=80&w=1200&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

.atolyeler-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(145, 25, 37, 0.75) 0%, rgba(10, 35, 66, 0.65) 100%);
  z-index: 1;
}

.atolyeler-hero .container {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-description {
  font-size: 1.2rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Main Content Area */
/* Eğitim Felsefemiz Bölümü */
.egitim-felsefesi-section {
  padding: 100px 0;
  background: #f8f9fa;
  position: relative;
}

.egitim-felsefesi-section .section-subtitle {
  color: var(--brand-primary, #911925);
  font-weight: 600;
}

.egitim-felsefesi-intro {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #4a4a4a;
  margin: 0;
}

.egitim-felsefesi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  max-width: 1400px;
  margin: 0 auto;
}

.egitim-felsefesi-card {
  padding: 1.5rem 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.egitim-felsefesi-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--brand-primary, #911925) 0%, #b81e2f 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 24px rgba(145, 25, 37, 0.2);
}

.egitim-felsefesi-icon i {
  font-size: 2rem;
  color: #ffffff;
}

.egitim-felsefesi-card-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.egitim-felsefesi-card-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--brand-primary, #911925);
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.egitim-felsefesi-card-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #5a5a5a;
  margin: 0;
  flex-grow: 1;
}

/* Responsive Tasarım */
@media (max-width: 1200px) {
  .egitim-felsefesi-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .egitim-felsefesi-section {
    padding: 60px 0;
  }

  .egitim-felsefesi-intro {
    font-size: 1rem;
  }

  .egitim-felsefesi-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0 20px;
  }

  .egitim-felsefesi-card {
    padding: 1.5rem 1rem;
  }

  .egitim-felsefesi-icon {
    width: 70px;
    height: 70px;
  }

  .egitim-felsefesi-icon i {
    font-size: 1.75rem;
  }
}

@media (max-width: 576px) {
  .egitim-felsefesi-card {
    padding: 1.25rem 0.75rem;
  }
}

.atolyeler-main {
  padding: 80px 0 120px;
  background: #ffffff;
}

/* Atölye Row (Z-Layout) */
.atolye-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  margin-bottom: 120px;
  padding: 0 20px;
}

.atolye-row.reverse {
  direction: rtl;
}

.atolye-row.reverse > * {
  direction: ltr;
}

/* Görsel Alanı */
.atolye-gorsel {
  position: relative;
}

.atolye-gorsel img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.atolye-gorsel:hover img {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
}

/* Metin Alanı */
.atolye-metin {
  padding: 20px 0;
}

.atolye-badge {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--brand-accent);
  background: rgba(197, 161, 0, 0.1);
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

.atolye-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--brand-primary);
  margin-bottom: 1.25rem;
  line-height: 1.2;
}

.atolye-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #5f6b7a;
  margin-bottom: 2rem;
}

.atolye-highlights {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem 0;
}

.atolye-highlights li {
  font-size: 1.05rem;
  color: #5f6b7a;
  padding: 0.75rem 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.atolye-highlights li i {
  color: var(--brand-accent);
  font-size: 1.2rem;
  flex-shrink: 0;
}

/* Detay Butonu */
.btn-detay {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--brand-primary);
  background: transparent;
  border: 2px solid var(--brand-primary);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-detay:hover {
  background: var(--brand-primary);
  color: #ffffff;
  transform: translateX(5px);
}

.btn-detay i {
  transition: transform 0.3s ease;
}

.btn-detay:hover i {
  transform: translateX(5px);
}

/* Animasyon Sınıfları */
.animate-from-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.animate-from-right {
  opacity: 0;
  transform: translateX(60px);
  transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.animate-from-left.is-visible,
.animate-from-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* CTA Section */
.atolyeler-cta {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--brand-primary) 0%, #0a2342 100%);
  position: relative;
  overflow: hidden;
}

.atolyeler-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(197, 161, 0, 0.15) 0%, transparent 70%);
  border-radius: 50%;
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.cta-title {
  font-size: 3rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1.5rem;
}

.cta-description {
  font-size: 1.2rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 3rem;
}

.cta-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-cta-primary {
  padding: 16px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--brand-primary);
  background: var(--brand-accent);
  border: 2px solid var(--brand-accent);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-cta-primary:hover {
  background: transparent;
  color: var(--brand-accent);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(197, 161, 0, 0.3);
}

.btn-cta-secondary {
  padding: 16px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-cta-secondary:hover {
  background: #ffffff;
  color: var(--brand-primary);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}

/* Responsive Design */
@media (max-width: 992px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-description {
    font-size: 1.1rem;
  }

  .atolye-row {
    gap: 3rem;
    margin-bottom: 100px;
  }

  .atolye-title {
    font-size: 2rem;
  }

  .cta-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 800px) {
  .atolyeler-hero {
    padding: 140px 0 60px;
    background-attachment: scroll;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .atolyeler-main {
    padding: 60px 0 80px;
  }

  .atolye-row {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 80px;
  }

  .atolye-row.reverse {
    direction: ltr;
  }

  .atolye-gorsel {
    order: -1;
  }

  .atolye-title {
    font-size: 1.8rem;
  }

  .atolye-description {
    font-size: 1rem;
  }

  .atolyeler-cta {
    padding: 60px 0;
  }

  .cta-title {
    font-size: 2rem;
  }

  .cta-description {
    font-size: 1rem;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .btn-cta-primary,
  .btn-cta-secondary {
    width: 100%;
    text-align: center;
  }
}

/* == 3D FLIP ATÖLYE KARTLARI == */

.atolye-3d-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #e8edf1 100%);
  position: relative;
  overflow: hidden;
}

.atolye-3d-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 20%, rgba(145, 25, 37, 0.05) 0%, transparent 50%),
              radial-gradient(circle at 70% 80%, rgba(198, 164, 49, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

/* Atölye 3D bölümü artık ortak .section-header stillerini kullanıyor */

/* 4x4 Grid Container */
.atolye-grid-3x3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  max-width: 100%;
  margin: 0 auto;
  perspective: 1000px;
}

/* Kart Wrapper - Perspective Container */
.atolye-kart-wrapper {
  aspect-ratio: 16 / 9;
  perspective: 1000px;
  cursor: pointer;
  min-height: 160px;
  position: relative;
}

/* Kart Inner - 3D Transform Container */
.atolye-kart-inner {
  position: relative;
  width: 100%;
  height: calc(100% - 50px);
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

/* Hover Effect - Flip Card */
.atolye-kart-wrapper:hover .atolye-kart-inner {
  transform: rotateY(180deg);
}

/* Kart Yüzleri - Ön ve Arka */
.kart-on-yuz,
.kart-arka-yuz {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12),
              0 5px 15px rgba(0, 0, 0, 0.08);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
}

/* Overlay for Readability */
.kart-on-yuz .kart-overlay,
.kart-arka-yuz .kart-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
  transition: background 0.3s ease;
  pointer-events: none;
}


.atolye-kart-wrapper:hover .kart-on-yuz .kart-overlay,
.atolye-kart-wrapper:hover .kart-arka-yuz .kart-overlay {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%);
}

/* Ön Yüz - Başlangıç Pozisyonu */
.kart-on-yuz {
  transform: rotateY(0deg);
  z-index: 2;
}

/* Başlık Alanı - Her Kartın Altında - Flip Efektinden Muaf */
.kart-baslik {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  color: white;
  font-size: 1.15rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 15px 10px;
  line-height: 1.3;
  box-sizing: border-box;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  border-radius: 0 0 12px 12px;
  pointer-events: none;
}

.atolye-kart-wrapper:hover .kart-baslik {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Her Kart için Farklı Renkler */
.atolye-kart-wrapper:nth-child(1) .kart-baslik {
	background-color: #F1C001;
}

.atolye-kart-wrapper:nth-child(2) .kart-baslik {
	background-color: #0084F0;
}

.atolye-kart-wrapper:nth-child(3) .kart-baslik {
	background-color: #EF1813;
}

.atolye-kart-wrapper:nth-child(4) .kart-baslik {
	background-color: #356F9F;
}

.atolye-kart-wrapper:nth-child(5) .kart-baslik {
	background-color: #A289F1;
}

.atolye-kart-wrapper:nth-child(6) .kart-baslik {
	background-color: #7A302D;
}

.atolye-kart-wrapper:nth-child(7) .kart-baslik {
	background-color: #7A2D73;
}

.atolye-kart-wrapper:nth-child(8) .kart-baslik {
	background-color: #008007;
}

.atolye-kart-wrapper:nth-child(9) .kart-baslik {
	background-color: #F05012;
}

.atolye-kart-wrapper:nth-child(10) .kart-baslik {
	background-color: #353F9E;
}

.atolye-kart-wrapper:nth-child(11) .kart-baslik {
	background-color: #5B704F;
}

.atolye-kart-wrapper:nth-child(12) .kart-baslik {
	background-color: #67717A;
}

/* Arka Yüz - 180 Derece Dönük Başlangıç */
.kart-arka-yuz {
  transform: rotateY(180deg);
  z-index: 1;
}

.kart-arka-yuz p {
  position: relative;
  z-index: 2;
  color: white;
  font-size: 0.85rem;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  padding: 0 10px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 0.2s, transform 0.5s ease 0.2s;
}

.atolye-kart-wrapper:hover .kart-arka-yuz p {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .atolye-grid-3x3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

@media (max-width: 992px) {
  .atolye-grid-3x3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .atolye-3d-header .section-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .atolye-3d-section {
    padding: 60px 0;
  }

  .atolye-grid-3x3 {
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 500px;
  }

  .atolye-3d-header {
    margin-bottom: 30px;
  }

  .atolye-3d-header .section-title {
    font-size: 2rem;
  }

  .atolye-3d-header .section-subtitle {
    font-size: 1rem;
  }

  .atolye-kart-wrapper {
    min-height: 150px;
  }

  .kart-on-yuz h2 {
    font-size: 1.25rem;
  }

  .kart-arka-yuz p {
    font-size: 0.85rem;
    padding: 0 12px;
  }
}

@media (max-width: 576px) {
  .atolye-kart-wrapper {
    aspect-ratio: 4 / 3;
  }

  .kart-on-yuz,
  .kart-arka-yuz {
    padding: 20px;
    border-radius: 15px;
  }

  .kart-on-yuz h2 {
    font-size: 1.5rem;
  }

  .kart-arka-yuz p {
    font-size: 0.95rem;
    padding: 0 10px;
  }
}

/* == EĞİTİM PROGRAMLARI - STICKY SCROLLING == */

.egitim-wrapper {
  position: relative;
  width: 100%;
}

/* Panel - Her Eğitim Seviyesi */
.egitim-panel {
  position: sticky;
  top: 100px; /* Navbar yüksekliği */
  height: calc(100vh - 100px); /* Navbar çıkıldığında tam ekran */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.3s ease;
  background-size: cover;
  background-position: center;
}

/* Panel Overlay - Arka plan üzerine koyu katman */
.egitim-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* Content - Ana Layout */
.egitim-content {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  padding: 0 5%;
  position: relative;
  z-index: 2;
}

/* Tek Kart Tasarımı */
.egitim-card-single {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 24px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 0;
  width: 100%;
  max-width: 1000px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.4),
              0 10px 40px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.egitim-card-single:hover {
  transform: translateY(-5px);
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.5),
              0 15px 50px rgba(0, 0, 0, 0.4);
}

/* Kart Görseli */
.egitim-card-image {
  width: 100%;
  height: 100%;
  min-height: 500px;
  overflow: hidden;
  position: relative;
}

.egitim-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.egitim-card-single:hover .egitim-card-image img {
  transform: scale(1.1);
}

/* Kart İçeriği */
.egitim-card-info {
  padding: 3.5rem;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.egitim-age {
  display: inline-block;
  padding: 8px 20px;
  background: var(--brand-red);
  color: white;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  align-self: flex-start;
}

.egitim-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-accent) 0%, #c6a431 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 5px 20px rgba(198, 164, 49, 0.3);
}

.egitim-icon i {
  font-size: 2rem;
  color: white;
}

.egitim-panel-title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand-primary);
}

.egitim-panel-subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--brand-accent);
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.egitim-panel-description {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #5f6b7a;
  margin-bottom: 2rem;
}

.egitim-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.egitim-features-list li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 0.75rem;
}

.egitim-features-list li i {
  color: var(--brand-accent);
  margin-right: 12px;
  font-size: 1.1rem;
}

.egitim-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: var(--brand-red);
  color: white;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  align-self: flex-start;
  box-shadow: 0 4px 15px rgba(145, 25, 37, 0.3);
}

.egitim-link-btn:hover {
  background: #7d1519;
  transform: translateX(5px);
  box-shadow: 0 6px 20px rgba(145, 25, 37, 0.4);
  color: white;
}

.egitim-link-btn i {
  transition: transform 0.3s ease;
}

.egitim-link-btn:hover i {
  transform: translateX(4px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .egitim-card-single {
    grid-template-columns: 1fr;
    max-width: 600px;
  }

  .egitim-card-image {
    min-height: 300px;
  }

  .egitim-card-info {
    padding: 2.5rem;
  }

  .egitim-panel-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .egitim-panel {
    height: calc(100vh - 80px);
    min-height: calc(100vh - 80px);
  }

  .egitim-content {
    padding: 0 4%;
  }

  .egitim-card-single {
    max-width: 100%;
    border-radius: 20px;
  }

  .egitim-card-image {
    min-height: 250px;
  }

  .egitim-card-info {
    padding: 2rem;
  }

  .egitim-panel-title {
    font-size: 1.75rem;
  }

  .egitim-panel-subtitle {
    font-size: 1rem;
  }

  .egitim-panel-description {
    font-size: 0.95rem;
  }

  .egitim-features-list li {
    font-size: 0.85rem;
  }

  .egitim-icon {
    width: 60px;
    height: 60px;
  }

  .egitim-icon i {
    font-size: 1.75rem;
  }
}

@media (max-width: 576px) {
  .egitim-card-info {
    padding: 1.5rem;
  }

  .egitim-panel-title {
    font-size: 1.5rem;
  }

  .egitim-panel-description {
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
  }

  .egitim-features-list {
    margin-bottom: 1.5rem;
  }

  .egitim-features-list li {
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
  }

  .egitim-link-btn {
    padding: 12px 24px;
    font-size: 0.85rem;
  }
}

/* == HAKKIMIZDA - STICKY SPLIT-SCREEN (JavaScript Kontrollü) == */

.hakkimizda-sticky-section {
  position: relative;
  width: 100%;
  min-height: 300vh; /* 3 panel x 100vh */
}

.hakkimizda-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  position: relative;
}

/* Sol Sütun: Sticky Metin */
.sol-panel-sticky {
  position: sticky;
  top: 100px; /* Navbar yüksekliği */
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 5%;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  z-index: 10;
}

/* Metin Grupları */
.metin-grup {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 2rem 5%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  max-width: 600px;
  margin: 0 auto;
}

.metin-grup.aktif {
  opacity: 1;
  visibility: visible;
}

.metin-number {
  display: inline-block;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  color: var(--brand-accent);
  opacity: 0.15;
  margin-bottom: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  display: block;
}

.metin-title {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: var(--brand-primary);
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -1px;
}

.metin-description {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #5f6b7a;
  margin-bottom: 2rem;
}

.metin-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.metin-features li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 0.75rem;
}

.metin-features li i {
  color: var(--brand-accent);
  margin-right: 12px;
  font-size: 1.2rem;
  flex-shrink: 0;
}

/* Sağ Sütun: Scroll Görseller */
.sag-panel-scroll {
  position: relative;
}

.gorsel-panel {
  height: calc(100vh - 100px); /* Navbar çıkıldığında tam ekran */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.gorsel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s linear, opacity 0.2s linear;
  will-change: transform, opacity;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .hakkimizda-wrapper {
    grid-template-columns: 1fr;
  }

  .sol-panel-sticky {
    position: relative;
    top: 0;
    height: auto;
    min-height: 80vh;
    padding: 4rem 5%;
  }

  .metin-grup {
    position: relative;
    top: auto;
    transform: translateY(0);
    margin-bottom: 4rem;
  }

  .gorsel-panel {
    height: 60vh;
    min-height: 400px;
  }

  .metin-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .hakkimizda-sticky-section {
    min-height: auto;
  }

  .sol-panel-sticky {
    padding: 3rem 4%;
  }

  .metin-grup {
    padding: 1.5rem 4%;
  }

  .metin-number {
    font-size: 4rem;
  }

  .metin-title {
    font-size: 2rem;
  }

  .metin-description {
    font-size: 1rem;
  }

  .metin-features li {
    font-size: 0.85rem;
  }

  .gorsel-panel {
    height: 50vh;
    min-height: 300px;
  }
}

/* İş Birlikleri - Basit Logo Grid */
.partners-section-simple {
  padding: 100px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  position: relative;
  overflow: hidden;
}

.partners-section-simple::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.03) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.partners-section-simple .container {
  position: relative;
  z-index: 1;
}

.partners-section-header .section-title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--brand-primary);
  margin-bottom: 15px;
  line-height: 1.2;
}

.partners-section-header .section-subtitle {
  font-size: 1.125rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.partners-logos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  align-items: center;
}

.partner-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  transition: transform 0.3s ease, filter 0.3s ease;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.partner-logo-item:hover {
  transform: scale(1.05);
}

.partner-logo-img {
  max-width: 100%;
  max-height: 160px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.partner-logo-item:hover .partner-logo-img {
  filter: grayscale(0%);
}

@media (max-width: 1024px) {
  .partners-section-header .section-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 992px) {
  .partners-logos-grid {
    gap: 2rem;
    padding: 0 1.5rem;
  }

  .partner-logo-img {
    max-height: 140px;
  }
}

@media (max-width: 768px) {
  .partners-section-simple {
    padding: 60px 0;
  }

  .partners-section-header .section-title {
    font-size: 2rem;
  }

  .partners-section-header .section-subtitle {
    font-size: 1rem;
  }

  .partners-logos-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding: 0 1rem;
  }

  .partner-logo-item {
    padding: 0.75rem;
  }
  
  .partner-logo-img {
    max-height: 100px;
  }
}

@media (max-width: 576px) {
  .partners-logos-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .partner-logo-img {
    max-height: 90px;
  }
}

/* ==
   MÜDÜRÜN MESAJI - PROFESSIONAL & MODERN
   == */

.mudur-mesaji-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

/* Hero Section */
.mudur-hero {
  position: relative;
  background: linear-gradient(135deg, #1a237e 0%, #283593 50%, #3949ab 100%);
  padding: 8rem 0 6rem;
  overflow: hidden;
}

.mudur-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.mudur-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.5;
}

.mudur-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}

.mudur-badge {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.mudur-hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.2;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.mudur-hero-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  opacity: 0.95;
  font-style: italic;
}

/* Main Content */
.mudur-main-content {
  padding: 5rem 0;
  margin-top: -3rem;
  position: relative;
  z-index: 2;
}

/* Profile Card Container - Sticky */
.mudur-mesaji-page .mudur-main-content .row .col-lg-4:first-child {
  position: sticky;
  top: 100px;
  align-self: flex-start;
  height: fit-content;
}

/* Profile Card */
.mudur-profile-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}

.mudur-profile-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.mudur-profile-image {
  position: relative;
  padding: 1.25rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.mudur-profile-image img {
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.mudur-profile-badge {
  position: absolute;
  top: 1.75rem;
  right: 1.75rem;
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(255, 215, 0, 0.4);
}

.mudur-profile-badge i {
  font-size: 1.125rem;
  color: #1a237e;
}

.mudur-profile-info {
  padding: 1.25rem;
}

.mudur-name {
  font-size: 1.375rem;
  font-weight: 700;
  color: #1a237e;
  margin-bottom: 0.25rem;
}

.mudur-title {
  font-size: 0.95rem;
  color: #6c757d;
  font-weight: 500;
  margin-bottom: 0;
}

/* Stats */
.mudur-stats {
  margin-top: 1.5rem;
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #f1f3f5;
}

.stat-item:last-child {
  border-bottom: none;
}

.stat-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.stat-icon i {
  font-size: 1.5rem;
  color: #1a237e;
}

.stat-number {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a237e;
  margin: 0;
  line-height: 1;
}

.stat-label {
  font-size: 0.875rem;
  color: #6c757d;
  margin: 0;
  font-weight: 500;
}

/* Message Content */
.mudur-message-content {
  background: white;
  border-radius: 24px;
  padding: 3rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.message-intro {
  margin-bottom: 3rem;
  padding: 2rem;
  background: linear-gradient(135deg, rgba(212, 180, 131, 0.05) 0%, rgba(212, 180, 131, 0.02) 100%);
  border-radius: 16px;
  border-left: 4px solid #d4b483;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.lead-text {
  font-size: 1.3rem;
  line-height: 1.9;
  color: #2f3a4f;
  font-weight: 500;
  margin: 0;
}

.message-body {
  margin-bottom: 3rem;
}

.message-section {
  margin-bottom: 3rem;
  padding: 2rem;
  background: #ffffff;
  border-radius: 16px;
  border-left: 4px solid transparent;
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(30px);
}

.message-section.animate-in {
  opacity: 1;
  transform: translateY(0);
  border-left-color: #d4b483;
}

.message-section:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.message-section:last-child {
  margin-bottom: 0;
}

.message-section .section-title {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--brand-primary);
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #f1f3f5;
}

.message-section p {
  font-size: 1.125rem;
  line-height: 1.9;
  color: #495057;
  margin-bottom: 1.25rem;
  text-align: justify;
}

.message-section p:last-child {
  margin-bottom: 0;
}

/* Highlight Boxes */
.highlight-box {
  background: linear-gradient(135deg, rgba(212, 180, 131, 0.1) 0%, rgba(212, 180, 131, 0.05) 100%);
  border-left: 4px solid #d4b483;
  border-radius: 12px;
  padding: 1.5rem;
  margin: 1.5rem 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.highlight-box:hover {
  transform: translateX(5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.highlight-box p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #2f3a4f;
}

.highlight-box-primary {
  background: linear-gradient(135deg, rgba(26, 35, 126, 0.08) 0%, rgba(63, 81, 181, 0.05) 100%);
  border-left-color: #1a237e;
}

.highlight-box-warning {
  background: linear-gradient(135deg, rgba(255, 193, 7, 0.1) 0%, rgba(255, 235, 59, 0.05) 100%);
  border-left-color: #ffc107;
}

.highlight-box-info {
  background: linear-gradient(135deg, rgba(0, 123, 255, 0.1) 0%, rgba(0, 191, 255, 0.05) 100%);
  border-left-color: #007bff;
}

.metin-ozellikleri {
  list-style: none;
  margin: 0 0 1.75rem 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.metin-ozellikleri li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  background: linear-gradient(135deg, rgba(26, 35, 126, 0.06) 0%, rgba(63, 81, 181, 0.08) 100%);
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 600;
  color: #2f3a4f;
}

.metin-ozellikleri li i {
  color: #1a237e;
  font-size: 1.1rem;
}

/* Closing Message */
.message-closing {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 16px;
  padding: 2.5rem;
}

.mudur-quote {
  position: relative;
  padding: 2rem;
  margin: 2.5rem 0;
  background: white;
  border-left: 4px solid #1a237e;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.mudur-quote p {
  font-size: 1.125rem;
  font-style: italic;
  color: #343a40;
  line-height: 1.8;
  margin: 0;
}

.quote-icon-left {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 2rem;
  color: #1a237e;
  opacity: 0.2;
}

.quote-icon-right {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 2rem;
  color: #1a237e;
  opacity: 0.2;
}

.closing-text {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #495057;
  margin-bottom: 2rem;
}

.mudur-imza {
  text-align: right;
  padding-top: 1.75rem;
  border-top: 2px solid #dee2e6;
  margin-top: 2.5rem;
}

.mudur-imza .imza-selamlama {
  font-size: 1rem;
  color: #6c757d;
  font-style: italic;
  margin-bottom: 0.75rem;
}

.mudur-imza .imza-isim {
  font-family: 'Dancing Script', cursive;
  font-size: 2.1rem;
  color: #1a237e;
  margin-bottom: 0.15rem;
}

.mudur-imza .imza-unvan {
  font-size: 1rem;
  color: #6c757d;
  font-weight: 600;
  margin: 0;
}

/* Values Section */
.mudur-values-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.section-badge {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  color: #1a237e;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.section-main-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a237e;
  margin-bottom: 1rem;
}

.section-description {
  font-size: 1.125rem;
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto;
}

.value-card {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid transparent;
}

.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  border-color: #1a237e;
}

.value-icon-wrapper {
  margin-bottom: 1.5rem;
}

.value-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #1a237e 0%, #3949ab 100%);
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.value-card:hover .value-icon {
  transform: scale(1.1) rotate(5deg);
}

.value-icon i {
  font-size: 2rem;
  color: white;
}

.value-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a237e;
  margin-bottom: 1rem;
}

.value-description {
  font-size: 0.9375rem;
  color: #6c757d;
  line-height: 1.6;
  margin: 0;
}

/* CTA Section */
.mudur-cta-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #1a237e 0%, #3949ab 100%);
}

.cta-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-title {
  font-size: 2rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1rem;
}

.cta-description {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin: 0;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  background: white;
  color: #1a237e;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  color: #1a237e;
}

.cta-button-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  background: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-left: 1rem;
}

.cta-button-secondary:hover {
  background: white;
  color: #1a237e;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 991px) {
  .mudur-hero-title {
    font-size: 2.5rem;
  }

  .mudur-hero-subtitle {
    font-size: 1.25rem;
  }

  .mudur-mesaji-page .mudur-main-content .row .col-lg-4:first-child {
    position: relative;
    top: 0;
  }

  .mudur-profile-card {
    margin-bottom: 2rem;
  }

  .mudur-message-content {
    padding: 2rem;
  }

  .section-main-title {
    font-size: 2rem;
  }

  .cta-title {
    font-size: 1.5rem;
  }

  .cta-button-secondary {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

@media (max-width: 767px) {
  .mudur-hero {
    padding: 5rem 0 3rem;
  }

  .mudur-hero-title {
    font-size: 2rem;
  }

  .mudur-hero-subtitle {
    font-size: 1.125rem;
  }

  .mudur-main-content {
    padding: 3rem 0;
  }

  .mudur-message-content {
    padding: 1.5rem;
  }

  .message-intro .lead-text {
    font-size: 1.125rem;
  }

  .section-title {
    font-size: 1.35rem;
  }

  .message-section {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }

  .message-section p {
    font-size: 1rem;
    line-height: 1.8;
    text-align: left;
  }

  .highlight-box {
    padding: 1.25rem;
    margin: 1.25rem 0;
  }

  .highlight-box p {
    font-size: 1rem;
  }

  .section-main-title {
    font-size: 1.75rem;
  }

  .value-icon {
    width: 60px;
    height: 60px;
  }

  .value-icon i {
    font-size: 1.5rem;
  }

  .cta-card {
    padding: 2rem 1.5rem;
  }

  .cta-button,
  .cta-button-secondary {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }
}

/* ==
   VISION & MISSION & POLICIES SECTION
   == */

.vision-mission-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

/* Hero Section */
.vision-hero {
  position: relative;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 50%, #2c3e50 100%);
  padding: 8rem 0 6rem;
  overflow: hidden;
}

.vision-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.vision-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.5;
}

.vision-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}

.vision-badge {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.vision-hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.2;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.vision-hero-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  opacity: 0.95;
  font-style: italic;
}

/* Main Content */
.vision-main-content {
  padding: 5rem 0;
  margin-top: -3rem;
  position: relative;
  z-index: 2;
}

/* Vision & Mission Cards */
.vision-card {
  background: white;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.vision-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.vision-card-header {
  padding: 2.5rem 2.5rem 1.5rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-bottom: 2px solid #f1f3f5;
}

.vision-icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.vision-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.vision-icon i {
  font-size: 2rem;
  color: white;
}

.vision-icon-blue {
  background: linear-gradient(135deg, #1a237e 0%, #3949ab 100%);
}

.vision-icon-gold {
  background: linear-gradient(135deg, #f57c00 0%, #ff9800 100%);
}

.vision-card-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a237e;
  text-align: center;
  margin: 0;
}

.vision-card-body {
  padding: 2rem 2.5rem 2.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.vision-lead {
  font-size: 1.125rem;
  font-weight: 600;
  color: #2c3e50;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  text-align: center;
}

.vision-details {
  flex: 1;
}

.vision-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f1f3f5;
}

.vision-detail-item:last-child {
  border-bottom: none;
}

.vision-detail-item i {
  font-size: 1.125rem;
  color: #3949ab;
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.vision-detail-item span {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
}

/* Values Section */
.values-section {
  margin-top: 4rem;
}

.section-header {
  margin-bottom: 3rem;
}

.section-badge {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: linear-gradient(135deg, #1a237e 0%, #3949ab 100%);
  color: white;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.section-main-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a237e;
  margin-bottom: 1rem;
}

.section-description {
  font-size: 1.125rem;
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Value Cards Modern */
.value-card-modern {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #f1f3f5;
}

.value-card-modern:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.12);
  border-color: #3949ab;
}

.value-icon-modern {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1a237e 0%, #3949ab 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 16px rgba(26, 35, 126, 0.3);
}

.value-icon-modern i {
  font-size: 1.75rem;
  color: white;
}

.value-title-modern {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a237e;
  margin-bottom: 1rem;
}

.value-description-modern {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.7;
  margin: 0;
}

/* Policies Section */
.policies-compact-section {
  margin-top: 5rem;
}

.policies-compact-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: #1a237e;
  margin-bottom: 0.75rem;
}

.policies-compact-subtitle {
  max-width: 660px;
  margin: 0 auto 2.5rem auto;
  font-size: 1rem;
  color: #5a6478;
}

.politika-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.politika-karti {
  background: white;
  border-radius: 18px;
  padding: 2rem;
  box-shadow: 0 10px 32px rgba(26, 35, 126, 0.08);
  border: 1px solid rgba(26, 35, 126, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.politika-karti:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(26, 35, 126, 0.16);
}

.politika-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1a237e 0%, #3949ab 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
}

.politika-karti h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a237e;
  margin: 0;
}

.politika-karti p {
  font-size: 0.95rem;
  color: #505b71;
  margin: 0 0 0.5rem 0;
  line-height: 1.6;
}

@media (max-width: 1200px) {
  .politika-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .policies-compact-title {
    font-size: 2rem;
  }

  .politika-grid {
    grid-template-columns: 1fr;
  }

  .politika-karti {
    padding: 1.75rem;
  }
}

/* Learner Profile Section */
.learner-profile-section {
  margin-top: 5rem;
  margin-bottom: 3rem;
}

.learner-profile-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: #1a237e;
  margin-bottom: 0.75rem;
}

.learner-profile-subtitle {
  max-width: 660px;
  margin: 0 auto 2.5rem auto;
  font-size: 1rem;
  color: #5a6478;
}

.learner-profile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.learner-profile-card {
  background: white;
  border-radius: 20px;
  padding: 2.5rem 2rem;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.learner-profile-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899, #f59e0b);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.learner-profile-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.15);
  border-color: rgba(59, 130, 246, 0.3);
}

.learner-profile-card:hover::before {
  transform: scaleX(1);
}

.learner-profile-icon {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.learner-profile-icon i {
  font-size: 1.5rem;
  color: white;
  transition: transform 0.4s ease;
}

.learner-profile-card:hover .learner-profile-icon {
  transform: scale(1.15) rotate(5deg);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.learner-profile-card:hover .learner-profile-icon i {
  transform: scale(1.1);
}

.learner-profile-card h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a237e;
  margin: 0 0 1rem 0;
  transition: color 0.3s ease;
}

.learner-profile-card:hover h4 {
  color: #3b82f6;
}

.learner-profile-card p {
  font-size: 0.85rem;
  color: #505b71;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 1200px) {
  .learner-profile-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .learner-profile-title {
    font-size: 2rem;
  }
  
  .learner-profile-grid {
    grid-template-columns: 1fr;
  }
  
  .learner-profile-card {
    padding: 2rem 1.75rem;
  }
  
  .learner-profile-icon {
    width: 70px;
    height: 70px;
  }
  
  .learner-profile-icon i {
    font-size: 1.75rem;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .vision-hero {
    padding: 6rem 0 4rem;
  }

  .vision-hero-title {
    font-size: 2.5rem;
  }

  .vision-hero-subtitle {
    font-size: 1.25rem;
  }

  .vision-main-content {
    padding: 3rem 0;
    margin-top: -2rem;
  }

  .vision-card-header {
    padding: 2rem 1.5rem 1rem;
  }

  .vision-card-body {
    padding: 1.5rem;
  }

  .vision-card-title {
    font-size: 1.75rem;
  }

  .section-main-title {
    font-size: 2rem;
  }
}

/* ==
   WHY US SECTION
   == */

.why-us-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

/* Hero Section */
.why-hero {
  position: relative;
  background: linear-gradient(135deg, #1565c0 0%, #1976d2 50%, #1e88e5 100%);
  padding: 8rem 0 6rem;
  overflow: hidden;
}

.why-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.why-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.5;
}

.why-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}

.why-badge {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.why-hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.2;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.why-hero-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  opacity: 0.95;
  font-style: italic;
}

/* Main Content */
.why-main-content {
  padding: 5rem 0;
  margin-top: -3rem;
  position: relative;
  z-index: 2;
}

/* Intro Section */
.why-intro-section {
  margin-bottom: 4rem;
}

.why-intro-text {
  font-size: 1.25rem;
  color: #495057;
  line-height: 1.8;
  font-weight: 400;
}

/* Reason Cards */
.why-reason-card {
  background: white;
  border-radius: 24px;
  padding: 3rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #f1f3f5;
}

.why-reason-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
  border-color: #1976d2;
}

.why-reason-icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.why-reason-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.why-reason-icon i {
  font-size: 2.5rem;
  color: white;
}

.why-icon-1 {
  background: linear-gradient(135deg, #1565c0 0%, #1976d2 100%);
}

.why-icon-2 {
  background: linear-gradient(135deg, #2e7d32 0%, #388e3c 100%);
}

.why-icon-3 {
  background: linear-gradient(135deg, #c62828 0%, #d32f2f 100%);
}

.why-icon-4 {
  background: linear-gradient(135deg, #f57c00 0%, #fb8c00 100%);
}

.why-reason-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a237e;
  margin-bottom: 1.5rem;
  text-align: center;
}

.why-reason-description {
  font-size: 1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  text-align: center;
}

.why-reason-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-reason-features li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0;
  font-size: 0.95rem;
  color: #495057;
}

.why-reason-features li i {
  font-size: 1.125rem;
  color: #1976d2;
  flex-shrink: 0;
}

/* Benefits Section */
.why-benefits-section {
  margin-top: 5rem;
}

.why-benefit-card {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #f1f3f5;
  text-align: center;
}

.why-benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.12);
  border-color: #1976d2;
}

.why-benefit-icon {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1565c0 0%, #1976d2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  box-shadow: 0 4px 16px rgba(21, 101, 192, 0.3);
}

.why-benefit-icon i {
  font-size: 2rem;
  color: white;
}

.why-benefit-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a237e;
  margin-bottom: 1rem;
}

.why-benefit-text {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.7;
  margin: 0;
}

/* Stats Section */
.why-stats-section {
  margin-top: 5rem;
  padding: 3rem 0;
  background: linear-gradient(135deg, #1565c0 0%, #1976d2 100%);
  border-radius: 24px;
}

.why-stat-card {
  text-align: center;
  color: white;
}

.why-stat-number {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.why-stat-label {
  font-size: 1.125rem;
  font-weight: 600;
  opacity: 0.95;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 768px) {
  .why-hero {
    padding: 6rem 0 4rem;
  }

  .why-hero-title {
    font-size: 2.5rem;
  }

  .why-hero-subtitle {
    font-size: 1.25rem;
  }

  .why-main-content {
    padding: 3rem 0;
    margin-top: -2rem;
  }

  .why-reason-card {
    padding: 2rem 1.5rem;
  }

  .why-reason-title {
    font-size: 1.5rem;
  }

  .why-intro-text {
    font-size: 1.125rem;
  }

  .why-stat-number {
    font-size: 2.5rem;
  }

  .why-benefit-card {
    padding: 2rem 1.5rem;
  }
}

/* ==
   MANAGEMENT TEAM SECTION
   == */

.management-team-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

/* Hero Section */
.management-hero {
  position: relative;
  background: linear-gradient(135deg, #6a1b9a 0%, #7b1fa2 50%, #8e24aa 100%);
  padding: 8rem 0 6rem;
  overflow: hidden;
}

.management-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.management-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.5;
}

.management-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}

.management-badge {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.management-hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.2;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.management-hero-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  opacity: 0.95;
  font-style: italic;
}

/* Main Content */
.management-main-content {
  padding: 5rem 0;
  margin-top: -3rem;
  position: relative;
  z-index: 2;
}

/* Intro Section */
.management-intro-section {
  margin-bottom: 4rem;
}

.management-intro-text {
  font-size: 1.25rem;
  color: #495057;
  line-height: 1.8;
  font-weight: 400;
}

/* Leadership Section */
.leadership-section {
  margin-bottom: 5rem;
}

/* Management Cards - Featured (Large) */
.management-card {
  background: white;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}

.management-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.management-card-featured {
  border: 2px solid #8e24aa;
}

.management-card-image {
  position: relative;
  padding: 2rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  text-align: center;
}

.management-card-image img {
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  width: 100%;
  height: auto;
}

.management-card-badge {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #8e24aa 0%, #ab47bc 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(142, 36, 170, 0.4);
}

.management-card-badge i {
  font-size: 1.5rem;
  color: white;
}

.management-card-body {
  padding: 2rem;
}

.management-name {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a237e;
  margin-bottom: 0.25rem;
}

.management-title {
  font-size: 1.125rem;
  color: #6c757d;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.management-credentials {
  margin-bottom: 1.5rem;
}

.management-credential-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f1f3f5;
}

.management-credential-item:last-child {
  border-bottom: none;
}

.management-credential-item i {
  font-size: 1.25rem;
  color: #8e24aa;
}

.management-credential-item span {
  font-size: 0.85rem;
  color: #495057;
  font-weight: 500;
}

.management-bio {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.management-contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 1rem;
  background: linear-gradient(135deg, #6a1b9a 0%, #8e24aa 100%);
  color: white;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(106, 27, 154, 0.3);
}

.management-contact-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(106, 27, 154, 0.4);
  color: white;
}

/* Department Heads Section */
.department-heads-section {
  margin-bottom: 5rem;
}

/* Management Cards - Small */
.management-card-small {
  background: white;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #f1f3f5;
}

.management-card-small:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.12);
  border-color: #8e24aa;
}

.management-card-small-image {
  position: relative;
  padding: 1.5rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  text-align: center;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.management-card-small-image img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.management-card-small-body {
  padding: 1.5rem;
}

.management-card-small-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a237e;
  margin-bottom: 0.25rem;
}

.management-card-small-title {
  font-size: 1rem;
  color: #8e24aa;
  font-weight: 600;
  margin-bottom: 1rem;
}

.management-card-small-credentials {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.management-card-small-credentials span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: #6c757d;
}

.management-card-small-credentials span i {
  font-size: 1rem;
  color: #8e24aa;
}

.management-card-small-bio {
  font-size: 0.85rem;
  color: #495057;
  line-height: 1.6;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .management-hero {
    padding: 6rem 0 4rem;
  }

  .management-hero-title {
    font-size: 2.5rem;
  }

  .management-hero-subtitle {
    font-size: 1.25rem;
  }

  .management-main-content {
    padding: 3rem 0;
    margin-top: -2rem;
  }

  .management-intro-text {
    font-size: 1.125rem;
  }

  .management-card-body {
    padding: 1.5rem;
  }

  .management-name {
    font-size: 1.5rem;
  }

  .management-card-small-image {
    height: 200px;
  }

  .management-card-small-body {
    padding: 1.25rem;
  }
}

/* ==
   ACCREDITATIONS SECTION
   == */

.accreditations-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

/* Hero Section */
.accreditations-hero {
  position: relative;
  background: linear-gradient(135deg, #00695c 0%, #00897b 50%, #00acc1 100%);
  padding: 8rem 0 6rem;
  overflow: hidden;
}

.accreditations-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

/* Panel - Her Eğitim Seviyesi */
.egitim-panel {
  position: sticky;
  top: 90px; /* Navbar yüksekliği */
  height: calc(100vh - 90px); /* Navbar çıkıldığında tam ekran */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.3s ease;
  background-size: cover;
  background-position: center;
}

.accreditations-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.5;
}

.accreditations-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}

.accreditations-badge {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.accreditations-hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.2;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.accreditations-hero-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  opacity: 0.95;
  font-style: italic;
}

/* Main Content */
.accreditations-main-content {
  padding: 5rem 0;
  margin-top: -3rem;
  position: relative;
  z-index: 2;
}

/* Intro Section */
.accreditations-intro-section {
  margin-bottom: 4rem;
}

.accreditations-intro-text {
  font-size: 1.25rem;
  color: #495057;
  line-height: 1.8;
  font-weight: 400;
}

/* Accreditation Cards */
.accreditation-card {
  background: white;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #f1f3f5;
}

.accreditation-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.accreditation-card-featured {
  border: 2px solid #00897b;
}

.accreditation-card-ib {
  border: 2px solid #00695c;
}

.accreditation-card-header {
  padding: 3rem 2.5rem 2rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  text-align: center;
  border-bottom: 2px solid #f1f3f5;
}

.accreditation-logo-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.accreditation-logo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.accreditation-logo i {
  font-size: 3rem;
  color: white;
}

.accreditation-logo-cobis {
  background: linear-gradient(135deg, #1565c0 0%, #1976d2 100%);
}

.accreditation-logo-cambridge {
  background: linear-gradient(135deg, #c62828 0%, #d32f2f 100%);
}

.accreditation-logo-ib {
  background: linear-gradient(135deg, #00695c 0%, #00897b 100%);
}

.accreditation-card-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a237e;
  margin-bottom: 0.5rem;
}

.accreditation-card-subtitle {
  font-size: 1rem;
  color: #6c757d;
  font-weight: 500;
  margin-bottom: 0;
}

.accreditation-card-body {
  padding: 2.5rem;
}

.accreditation-description {
  font-size: 1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.accreditation-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

.accreditation-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.5rem 0;
  font-size: 0.95rem;
  color: #495057;
}

.accreditation-features li i {
  font-size: 1.125rem;
  color: #00897b;
  flex-shrink: 0;
  margin-top: 0.125rem;
}

.accreditation-status {
  text-align: center;
  padding-top: 1.5rem;
  border-top: 1px solid #f1f3f5;
}

.accreditation-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #00897b 0%, #00acc1 100%);
  color: white;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  box-shadow: 0 4px 12px rgba(0, 137, 123, 0.3);
}

.accreditation-status-badge i {
  font-size: 1.125rem;
}

.accreditation-status-ib {
  background: linear-gradient(135deg, #00695c 0%, #00897b 100%);
  box-shadow: 0 4px 12px rgba(0, 105, 92, 0.3);
}

.accreditation-subtitle {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a237e;
  margin-bottom: 1rem;
}

/* IB Program Section */
.ib-program-section {
  margin-bottom: 5rem;
}

/* Quality Certifications */
.quality-certifications-section {
  margin-top: 5rem;
}

.certification-card {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #f1f3f5;
  text-align: center;
}

.certification-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.12);
  border-color: #00897b;
}

.certification-icon {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00695c 0%, #00897b 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  box-shadow: 0 4px 16px rgba(0, 105, 92, 0.3);
}

.certification-icon i {
  font-size: 2rem;
  color: white;
}

.certification-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a237e;
  margin-bottom: 1rem;
}

.certification-text {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.7;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .accreditations-hero {
    padding: 6rem 0 4rem;
  }

  .accreditations-hero-title {
    font-size: 2.5rem;
  }

  .accreditations-hero-subtitle {
    font-size: 1.25rem;
  }

  .accreditations-main-content {
    padding: 3rem 0;
    margin-top: -2rem;
  }

  .accreditations-intro-text {
    font-size: 1.125rem;
  }

  .accreditation-card-header {
    padding: 2rem 1.5rem 1.5rem;
  }

  .accreditation-card-body {
    padding: 2rem 1.5rem;
  }

  .accreditation-card-title {
    font-size: 1.75rem;
  }

  .accreditation-logo {
    width: 100px;
    height: 100px;
  }

  .accreditation-logo i {
    font-size: 2.5rem;
  }

  .certification-card {
    padding: 2rem 1.5rem;
  }
}

/* ==
   SAFEGUARDING SECTION
   == */

.safeguarding-page {
  background-color: #ffffff;
  padding: 0 0 4rem;
}

.safeguarding-hero-banner {
  position: relative;
  padding: 8rem 0 6rem;
  background: linear-gradient(135deg, #0f1b33 0%, #163660 45%, #1f4e79 100%);
  color: #ffffff;
  overflow: hidden;
}

.safeguarding-hero-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18) 0%, transparent 55%),
    radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.12) 0%, transparent 50%),
    radial-gradient(circle at 50% 90%, rgba(255, 255, 255, 0.16) 0%, transparent 60%);
  pointer-events: none;
}

.safeguarding-hero-content {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

.safeguarding-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
}

.safeguarding-hero-content h1 {
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  text-shadow: 0 12px 35px rgba(17, 30, 73, 0.35);
}

.safeguarding-hero-content p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  text-shadow: 0 4px 18px rgba(17, 30, 73, 0.35);
}

.safeguarding-header {
  max-width: 720px;
  margin: 0 auto 4rem;
}

.safeguarding-header h1 {
  font-size: 2.75rem;
  font-weight: 800;
  color: #152238;
  margin-bottom: 1.5rem;
}

.safeguarding-header p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #4a5568;
  margin: 0;
}

.safeguarding-approach,
.safeguarding-procedures {
  margin-bottom: 5rem;
}

.safeguarding-approach {
  padding-top: 3rem;
}

.safeguarding-approach h2,
.safeguarding-procedures h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1d2a44;
  margin-bottom: 2rem;
  text-align: center;
}

.security-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.procedure-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.guvenlik-karti,
.prosedur-karti {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 2.5rem 2.25rem;
  box-shadow: 0 18px 45px rgba(21, 34, 56, 0.08);
  border: 1px solid #e3e8ee;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.guvenlik-karti:hover,
.prosedur-karti:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(21, 34, 56, 0.12);
}

.kart-ikon {
  font-size: 2.5rem;
  color: #1f3a68;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ikon-duygusal {
  color: #7b1f4a;
}

.ikon-dijital {
  color: #18604f;
}

.ikon-raporlama {
  color: #9c5a1f;
}

.ikon-personel {
  color: #3f2f6d;
}

.guvenlik-karti h3,
.prosedur-karti h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1d2a44;
  margin: 0;
}

.guvenlik-karti p,
.prosedur-karti p {
  font-size: 1rem;
  line-height: 1.7;
  color: #4a5568;
  margin: 0;
}

.guvenlik-karti ul,
.prosedur-karti ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.5rem;
}

.guvenlik-karti li,
.prosedur-karti li {
  position: relative;
  padding-left: 1.75rem;
  font-size: 0.95rem;
  color: #2f3c52;
  line-height: 1.5;
}

.guvenlik-karti li::before,
.prosedur-karti li::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1f3a68;
  position: absolute;
  left: 0.5rem;
  top: 0.55rem;
  box-shadow: 0 0 0 4px rgba(31, 58, 104, 0.15);
}

.ikon-duygusal ~ h3 + p + ul li::before {
  background-color: #7b1f4a;
  box-shadow: 0 0 0 4px rgba(123, 31, 74, 0.15);
}

.ikon-dijital ~ h3 + p + ul li::before {
  background-color: #18604f;
  box-shadow: 0 0 0 4px rgba(24, 96, 79, 0.15);
}

.ikon-raporlama ~ h3 + p + ul li::before {
  background-color: #9c5a1f;
  box-shadow: 0 0 0 4px rgba(156, 90, 31, 0.15);
}

.ikon-personel ~ h3 + p + ul li::before {
  background-color: #3f2f6d;
  box-shadow: 0 0 0 4px rgba(63, 47, 109, 0.15);
}

.safeguarding-emergency-cta {
  background-color: #f8f9fa;
  text-align: center;
  padding: 4rem 0;
  margin-top: 6rem;
}

/* Başlık artık .section-header yapısını kullanıyor */

.safeguarding-emergency-cta p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #4a5568;
  max-width: 640px;
  margin: 0 auto 1.5rem;
}

/* Tüm başlıklar artık ortak .section-header yapısını kullanıyor */

.safeguarding-emergency-cta .btn {
  padding: 0.9rem 2.5rem;
  font-weight: 700;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(187, 31, 45, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.safeguarding-emergency-cta .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(187, 31, 45, 0.35);
}

@media (max-width: 1200px) {
  .security-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .safeguarding-page {
    padding-top: 0;
  }

  .security-grid,
  .procedure-grid {
    grid-template-columns: 1fr;
  }

  .guvenlik-karti,
  .prosedur-karti {
    padding: 2.25rem 2rem;
  }
}

@media (max-width: 576px) {
  .safeguarding-hero-banner {
    padding: 6.5rem 0 4.5rem;
  }

  .safeguarding-hero-content h1 {
    font-size: 2.4rem;
  }

  .safeguarding-hero-content p {
    font-size: 1.05rem;
  }

  .safeguarding-header h1 {
    font-size: 2.25rem;
  }

  .safeguarding-header p {
    font-size: 1.05rem;
  }

  .safeguarding-approach h2,
  .safeguarding-procedures h2 {
    font-size: 1.75rem;
  }

  .safeguarding-emergency-cta {
    padding: 3rem 0;
  }

  /* Başlık stilleri .section-header'dan geliyor */

  .kart-ikon {
    width: 64px;
    height: 64px;
    font-size: 1.75rem;
    border-radius: 16px;
  }
}

/* --------------------------------------------------------------
   Trust Showcase (Accreditations)
-------------------------------------------------------------- */
.trust-showcase {
  background: #f4f6f8;
}

.trust-hero {
  position: relative;
  padding: 9rem 0 7.5rem;
  background: linear-gradient(135deg, rgba(13, 25, 48, 0.88), rgba(13, 25, 48, 0.65)),
    url("../image/feature-bg.jpg") center/cover no-repeat;
  color: #fff;
}

.trust-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(14, 32, 63, 0.9) 0%, rgba(26, 48, 89, 0.6) 60%, rgba(33, 80, 128, 0.5) 100%);
  mix-blend-mode: multiply;
}

.trust-hero .container {
  position: relative;
  z-index: 1;
}

.trust-showcase__header {
  max-width: 720px;
  margin: 0 auto 4rem auto;
  color: #1a1f2b;
}

.trust-showcase__header h1 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.trust-showcase__header p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #4a5568;
}

.trust-hero .trust-showcase__header {
  color: #ffffff;
}

.trust-hero .trust-showcase__header p {
  color: rgba(255, 255, 255, 0.82);
}

.trust-content {
  position: relative;
  z-index: 2;
  padding: 4rem 0 6rem;
  margin-top: -4rem;
}

.trust-collection {
  margin-bottom: 4.5rem;
}

.trust-content .trust-collection:first-of-type {
  margin-top: 6rem;
}

.trust-collection__title {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 600;
  margin-bottom: 2rem;
  color: #1a1f2b;
  text-align: center;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.trust-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  cursor: default;
  text-align: center;
  transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  min-height: 220px;
  box-shadow: 0 24px 60px -45px rgba(15, 23, 42, 0.25);
}

.trust-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 40px -30px rgba(15, 23, 42, 0.35);
  border-color: rgba(17, 24, 39, 0.12);
}

.trust-card img {
  max-width: 180px;
  max-height: 72px;
  width: 100%;
  object-fit: contain;
}

.trust-grid--secondary .trust-card img {
  max-height: 64px;
}

.trust-card__caption {
  font-size: 1rem;
  line-height: 1.6;
  color: #475569;
}

@media (max-width: 991.98px) {
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-card {
    padding: 2.25rem 1.75rem;
  }
}

@media (max-width: 575.98px) {
  .trust-showcase {
    padding-top: 7.5rem;
    padding-bottom: 4rem;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-card {
    min-height: 180px;
  }
}

/*

==
   Üniversite Danışmanlığı Sayfası Stilleri
   == */

/* Page Load Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Hero Animation - Removed for other pages, only for university-advisory page */

/* Intro Section Animation */
.intro-section {
  animation: fadeIn 1.2s ease-out 0.3s both;
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 50%, #f1f5f9 100%);
  position: relative;
  overflow: hidden;
}

.intro-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(37, 99, 235, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(37, 99, 235, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.intro-section .container {
  position: relative;
  z-index: 1;
}

.intro-content {
  animation: fadeInUp 1s ease-out 0.5s both;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.intro-content p {
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  color: rgba(15, 23, 42, 0.75);
  line-height: 1.8;
  margin: 0;
}

/* Scroll Reveal Classes */
.scroll-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.scroll-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.scroll-reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.scroll-reveal-left.revealed {
  opacity: 1;
  transform: translateX(0);
}

.scroll-reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.scroll-reveal-right.revealed {
  opacity: 1;
  transform: translateX(0);
}

.scroll-reveal-scale {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.scroll-reveal-scale.revealed {
  opacity: 1;
  transform: scale(1);
}

/* Hero Title - Allow wrapping for long titles */
.egitim-hero h1 {
  white-space: normal;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Section Styles */
.section-padding {
  padding: clamp(4rem, 8vw, 6.5rem) 0;
}

.section-header {
  text-align: center !important;
  max-width: 800px;
  margin: 0 auto 4rem;
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: center;
}

.section-header .section-title {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.section-title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  width: 100%;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}

.section-description {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  color: rgba(15, 23, 42, 0.7);
  line-height: 1.7;
  width: 100%;
  margin: 0;
}

/* Process Timeline */


/* IB COBIS Opportunities Section */
/* ============================================
   ORTAK SECTION BACKGROUND STİLLERİ
   Özel background verilen section'lar için
   ============================================ */

.section-bg-soft,
.opportunities-section,
.process-section {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

/* ============================================
   ORTAK SECTION BACKGROUND CLASS'LARI
   Temel gradient ve özel accent background
   ============================================ */

/* Temel gradient - çoğu section'da kullanılır */
/* Brand-primary'in çok açık tonundan beyaza doğru */
.section-bg-gradient {
  background: linear-gradient(135deg, rgba(145, 25, 37, 0.04) 0%, #ffffff 100%);
}

/* Özel accent background - brand-accent-secondary'nin şeffaflaştırılmış hali */
.section-bg-accent {
  background: rgba(212, 180, 131, 0.15);
}

.opportunities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.opportunity-card {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 2.5rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
              box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
}

.opportunity-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.15);
}

.opportunity-icon {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
              background 0.4s ease;
  width: 60px;
  height: 60px;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(37, 99, 235, 0.05));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  font-size: 1.8rem;
  flex-shrink: 0;
}

.opportunity-card:hover .opportunity-icon {
  transform: scale(1.15) rotate(-5deg);
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.2), rgba(37, 99, 235, 0.1));
}

.opportunity-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.opportunity-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.opportunity-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.opportunity-card li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 0;
  color: rgba(15, 23, 42, 0.7);
  line-height: 1.7;
}

.opportunity-card li::before {
  content: "✓";
  color: #2563eb;
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
  color: #ffffff;
  border-radius: 2rem;
  padding: clamp(3rem, 6vw, 5rem);
  text-align: center !important;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.cta-section .section-title {
  color: #ffffff;
  margin-bottom: 1rem;
  text-align: center !important;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}

.cta-section p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {

  .section-padding {
    padding: clamp(3rem, 6vw, 4rem) 0;
  }


  .opportunities-grid {
    grid-template-columns: 1fr;
  }

  /* Hero title - allow wrapping on mobile */
  .egitim-hero h1 {
    white-space: normal;
    font-size: clamp(2rem, 8vw, 2.8rem);
  }
}

/* ==
   Kayıt & Kabul Sayfaları Özel Stilleri
   == */

/* Pricing Page Specific Styles */
.pricing-hero {
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
  padding: 140px 0 80px;
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.pricing-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}

.pricing-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.pricing-hero p {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  opacity: 0.95;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Pricing Table */
.pricing-table-container {
  margin: -60px auto 0;
  max-width: 1200px;
  position: relative;
  z-index: 10;
}

.pricing-table {
  background: white;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.pricing-table-header {
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
  color: white;
  padding: 2.5rem;
  text-align: center;
}

.pricing-table-header h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.pricing-table-header p {
  opacity: 0.9;
  font-size: 1.1rem;
  margin: 0;
}

.pricing-table-body {
  padding: 2rem;
}

.pricing-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  padding: 1.5rem;
  border-bottom: 1px solid #e2e8f0;
  align-items: center;
  transition: background-color 0.3s ease;
}

.pricing-row:last-child {
  border-bottom: none;
}

.pricing-row:hover {
  background-color: #f8fafc;
}

.pricing-row-header {
  font-weight: 700;
  color: #1e3a8a;
  font-size: 1.1rem;
}

.pricing-amount {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2563eb;
  text-align: center;
}

.pricing-amount-small {
  font-size: 0.9rem;
  color: #64748b;
  font-weight: 400;
}

/* Payment Plans */
.payment-plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.payment-plan-card {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 2px solid #e2e8f0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.payment-plan-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #2563eb, #1e3a8a);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.payment-plan-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(37, 99, 235, 0.15);
  border-color: #2563eb;
}

.payment-plan-card:hover::before {
  transform: scaleX(1);
}

.payment-plan-card.featured {
  border-color: #2563eb;
  background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
}

.payment-plan-card.featured::before {
  transform: scaleX(1);
}

.payment-plan-icon {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2563eb 0%, #1e3a8a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: white;
  font-size: 2rem;
}

.payment-plan-card.featured .payment-plan-icon {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
}

.payment-plan-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 0.5rem;
}

.payment-plan-description {
  color: #64748b;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.payment-plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.payment-plan-features li {
  padding: 0.75rem 0;
  color: #475569;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.payment-plan-features li i {
  color: #10b981;
  font-size: 1.2rem;
}

/* Included Services */
.included-services {
  background: #f8fafc;
  border-radius: 24px;
  padding: 3rem;
}

.service-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: white;
  border-radius: 12px;
  margin-bottom: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-item:hover {
  transform: translateX(8px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.service-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2563eb 0%, #1e3a8a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.service-content h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e3a8a;
  margin-bottom: 0.25rem;
}

.service-content p {
  color: #64748b;
  margin: 0;
  font-size: 0.95rem;
}

/* Additional Fees */
.additional-fees-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.additional-fee-card {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.additional-fee-card:hover {
  border-color: #2563eb;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.1);
}

.additional-fee-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e3a8a;
  margin-bottom: 0.5rem;
}

.additional-fee-amount {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2563eb;
  margin-bottom: 0.5rem;
}

.additional-fee-description {
  color: #64748b;
  font-size: 0.9rem;
  margin: 0;
}

/* Scholarships Page Specific Styles */
.scholarship-hero {
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
  padding: 140px 0 80px;
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.scholarship-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}

.scholarship-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.scholarship-hero p {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  opacity: 0.95;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Scholarship Types Grid */
.scholarship-types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.scholarship-card {
  background: white;
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 2px solid #e2e8f0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.scholarship-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #2563eb, #1e3a8a);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.scholarship-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(37, 99, 235, 0.15);
  border-color: #2563eb;
}

.scholarship-card:hover::before {
  transform: scaleX(1);
}

.scholarship-card.academic {
  border-color: #2563eb;
}

.scholarship-card.academic::before {
  background: linear-gradient(90deg, #2563eb, #1e40af);
}

.scholarship-card.arts {
  border-color: #a855f7;
}

.scholarship-card.arts::before {
  background: linear-gradient(90deg, #a855f7, #7c3aed);
}

.scholarship-card.sports {
  border-color: #10b981;
}

.scholarship-card.sports::before {
  background: linear-gradient(90deg, #10b981, #059669);
}

.scholarship-card.need-based {
  border-color: #f59e0b;
}

.scholarship-card.need-based::before {
  background: linear-gradient(90deg, #f59e0b, #d97706);
}

.scholarship-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: white;
  font-size: 2.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.scholarship-card.academic .scholarship-icon {
  background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
}

.scholarship-card.arts .scholarship-icon {
  background: linear-gradient(135deg, #a855f7 0%, #7c3aed 100%);
}

.scholarship-card.sports .scholarship-icon {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.scholarship-card.need-based .scholarship-icon {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.scholarship-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 0.75rem;
}

.scholarship-description {
  color: #64748b;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.scholarship-amount {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2563eb;
  margin-bottom: 1rem;
}

.scholarship-criteria {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

.scholarship-criteria li {
  padding: 0.5rem 0;
  color: #475569;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.95rem;
}

.scholarship-criteria li i {
  color: #10b981;
  font-size: 1.1rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

/* Application Process */

/* Requirements Section */
.requirements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.requirement-card {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.3s ease;
}

.requirement-card:hover {
  border-color: #2563eb;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.1);
  transform: translateY(-4px);
}

.requirement-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2563eb 0%, #1e3a8a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.requirement-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1e3a8a;
  margin-bottom: 0.5rem;
}

.requirement-description {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* Visit Page Specific Styles */
.visit-hero {
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
  padding: 140px 0 80px;
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.visit-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}

.visit-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.visit-hero p {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  opacity: 0.95;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Visit Types */
.visit-types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.visit-type-card {
  background: white;
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 2px solid #e2e8f0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.visit-type-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--brand-primary), #6b1219);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.visit-type-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(145, 25, 37, 0.15);
  border-color: var(--brand-primary);
}

.visit-type-card:hover::before {
  transform: scaleX(1);
}

.visit-type-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: var(--brand-sand);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: var(--brand-accent-secondary);
  font-size: 2.5rem;
  box-shadow: 0 8px 24px rgba(212, 180, 131, 0.2);
}

.visit-type-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--brand-primary);
  margin-bottom: 0.75rem;
}

.visit-type-description {
  color: #64748b;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.visit-type-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

.visit-type-features li {
  padding: 0.5rem 0;
  color: #475569;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.95rem;
}

.visit-type-features li i {
  color: #10b981;
  font-size: 1.1rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

/* Appointment Form */
.appointment-form-container {
  background: white;
  border-radius: 24px;
  padding: 3rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  position: relative;
  z-index: 10;
}

/* Randevu formu içindeki btn-primary butonu brand-primary rengi kullanır */
.appointment-form-container .btn-primary {
  background: var(--brand-primary);
  color: #ffffff;
  border: none;
  transition: all 0.3s ease;
}

.appointment-form-container .btn-primary:hover {
  background: #6b1219;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(145, 25, 37, 0.3);
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  font-weight: 600;
  color: #1e3a8a;
  margin-bottom: 0.5rem;
  display: block;
}

.form-control {
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
  outline: none;
}

.form-select {
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-select:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
  outline: none;
}

/* Visit Process */
.visit-process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.process-card {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid #e2e8f0;
}

.process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(145, 25, 37, 0.15);
  border-color: var(--brand-primary);
}

.process-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb 0%, #1e3a8a 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 1.5rem;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.3);
}

.process-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 0.75rem;
}

.process-description {
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* Campus Features */
.campus-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.campus-features-grid .feature-card {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.5rem;
  transition: all 0.3s ease;
  text-align: center;
}

.campus-features-grid .feature-card:hover {
  border-color: var(--brand-primary);
  box-shadow: 0 8px 24px rgba(145, 25, 37, 0.1);
  transform: translateY(-4px);
}

.campus-features-grid .feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-primary) 0%, #0a2342 100%);
  border: 2px solid var(--brand-accent-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-accent-secondary);
  font-size: 1.6rem;
  margin: 0 auto 1.2rem;
}

.campus-features-grid .feature-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--brand-accent-secondary);
  margin-bottom: 0.5rem;
  text-align: center;
  transition: color 0.3s ease;
}

.campus-features-grid .feature-card:hover .feature-title {
  color: var(--brand-primary);
}

.campus-features-grid .feature-description {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}

/* Contact Info Box */
.contact-info-box {
  background: linear-gradient(135deg, rgba(145, 25, 37, 0.04) 0%, var(--brand-sand) 100%);
  border-radius: 20px;
  padding: 2.5rem;
  margin-top: 2rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.contact-item:last-child {
  margin-bottom: 0;
}

.contact-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: var(--brand-sand);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-accent-secondary);
  font-size: 1.3rem;
  flex-shrink: 0;
}

.contact-content h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--brand-primary);
  margin-bottom: 0.25rem;
}

.contact-content p {
  color: #64748b;
  margin: 0;
  font-size: 0.95rem;
}

/* Application Page Specific Styles */
.application-hero {
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
  padding: 140px 0 80px;
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.application-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}

.application-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.application-hero p {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  opacity: 0.95;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Application Process Timeline */

/* Required Documents */
.documents-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.document-card {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.3s ease;
}

.document-card:hover {
  border-color: #2563eb;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.1);
  transform: translateY(-4px);
}

.document-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2563eb 0%, #1e3a8a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.document-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1e3a8a;
  margin-bottom: 0.5rem;
}

.document-description {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* Application Form */
.application-form-container {
  background: white;
  border-radius: 24px;
  padding: 3rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  position: relative;
  z-index: 10;
}

/* Başvuru formu içindeki btn-primary butonu brand-primary rengi kullanır */
.application-form-container .btn-primary {
  background: var(--brand-primary);
  color: #ffffff;
  border: none;
  transition: all 0.3s ease;
}

.application-form-container .btn-primary:hover {
  background: #6b1219;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(145, 25, 37, 0.3);
}

.form-label .required {
  color: #ef4444;
  margin-left: 0.25rem;
}

.file-upload-area {
  border: 2px dashed #cbd5e1;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  background: #f8fafc;
  transition: all 0.3s ease;
  cursor: pointer;
}

.file-upload-area:hover {
  border-color: #2563eb;
  background: #f0f7ff;
}

.file-upload-icon {
  font-size: 3rem;
  color: #2563eb;
  margin-bottom: 1rem;
}

/* After Application */
.after-application-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.after-card {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid #e2e8f0;
}

.after-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(145, 25, 37, 0.15);
  border-color: var(--brand-primary);
}

.after-icon {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2563eb 0%, #1e3a8a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  margin: 0 auto 1.5rem;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.3);
}

.after-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--brand-accent-secondary);
  margin-bottom: 0.75rem;
  transition: color 0.3s ease;
}

.after-card:hover .after-title {
  color: var(--brand-primary);
}

.after-description {
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* Info Box */
.info-box {
  background: linear-gradient(135deg, rgba(145, 25, 37, 0.04) 0%, var(--brand-sand) 100%);
  border-left: 5px solid var(--brand-primary);
  border-radius: 16px;
  padding: 2rem;
  margin: 2rem 0;
}

.info-box h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--brand-primary);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.info-box h4 i {
  color: var(--brand-accent-secondary);
}

.info-box p {
  color: #475569;
  line-height: 1.7;
  margin: 0;
}

.info-box ul {
  margin: 0;
  padding-left: 1.5rem;
}

.info-box li {
  color: #475569;
  line-height: 1.8;
  margin-bottom: 0.5rem;
}

/* Responsive Styles for Kayıt & Kabul Pages */
@media (max-width: 992px) {
  .pricing-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    text-align: center;
  }

  .pricing-row-header {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }

  .pricing-amount {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .pricing-hero,
  .scholarship-hero,
  .visit-hero,
  .application-hero {
    padding: 120px 0 60px;
  }

  .pricing-table-container {
    margin: -40px 1rem 0;
  }

  .payment-plans-grid {
    grid-template-columns: 1fr;
  }

  .scholarship-types-grid {
    grid-template-columns: 1fr;
  }


  .appointment-form-container,
  .application-form-container {
    margin: -40px 1rem 0;
    padding: 2rem;
  }

  .visit-types-grid {
    grid-template-columns: 1fr;
  }
}

/* --------------------------------------------------------------
   Recruitment Procedure Steps
-------------------------------------------------------------- */
.policy-steps {
    display: grid;
    gap: clamp(1.6rem, 3vw, 2.4rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.policy-step {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 1.6rem;
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.07);
    padding: clamp(1.6rem, 3vw, 2.1rem);
    display: flex;
    flex-direction: column;
    gap: clamp(0.8rem, 2vw, 1.1rem);
}

.policy-step-header {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
}

.policy-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 0.9rem;
    background: linear-gradient(135deg, rgba(1, 104, 179, 0.12), rgba(145, 214, 247, 0.3));
    font-weight: 700;
    color: #0f172a;
    font-size: 0.85rem;
}

.policy-step h3 {
    margin: 0;
    font-size: 1.2rem;
    color: #0f172a;
}

.policy-step.policy-step--tall {
    grid-column: span 2;
}

@media (max-width: 991.98px) {
    .policy-step.policy-step--tall {
        grid-column: span 1;
    }
}


/* --------------------------------------------------------------
   Policy Quick Reference Flow
-------------------------------------------------------------- */
.policy-flow-item.policy-flow-item--terminal {
    align-items: center;
}

.policy-flow-item.policy-flow-item--terminal .policy-flow-stage {
    margin-right: 0;
    background: linear-gradient(135deg, rgba(1, 104, 179, 0.1), rgba(145, 214, 247, 0.28));
    border: 1px solid rgba(1, 104, 179, 0.25);
}

.policy-flow-item.policy-flow-item--terminal .policy-flow-stage::before,
.policy-flow-item.policy-flow-item--terminal .policy-flow-stage::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: clamp(-1.8rem, -3.2vw, -1.4rem);
}

.policy-flow-item.policy-flow-item--terminal .policy-flow-stage::before {
    height: clamp(1.4rem, 2.6vw, 2rem);
}

.policy-flow-item.policy-flow-item--terminal .policy-flow-stage::after {
    bottom: clamp(-2.4rem, -3.8vw, -1.9rem);
}

.policy-card-flow {
    padding: clamp(1.6rem, 3.5vw, 2.2rem) clamp(1.8rem, 4vw, 2.6rem);
}

.policy-flow {
    display: flex;
    flex-direction: column;
    gap: clamp(2rem, 3.6vw, 2.9rem);
}

.policy-flow-item {
    --flow-gap: clamp(1.8rem, 3vw, 2.6rem);
    --arrow-head: 0.65rem;
    position: relative;
    display: flex;
    align-items: stretch;
}

.policy-flow-item + .policy-flow-item {
    margin-top: clamp(2.2rem, 4vw, 2.8rem);
}

.policy-flow-stage {
    flex: 1 1 auto;
    position: relative;
    background: linear-gradient(135deg, rgba(1, 104, 179, 0.08), rgba(145, 214, 247, 0.16));
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 1.4rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
    padding: clamp(1.45rem, 3vw, 1.9rem);
    margin-right: var(--flow-gap);
}

.policy-flow-stage h3 {
    margin: 0 0 0.75rem;
    font-size: 1.2rem;
    color: #0f172a;
}

.policy-flow-stage p {
    margin: 0;
    color: rgba(15, 23, 42, 0.78);
    line-height: 1.7;
}

.policy-flow-arrow {
    position: relative;
    flex: 0 0 clamp(2.4rem, 5vw, 3.8rem);
    margin-right: calc(var(--flow-gap) / 2 + var(--arrow-head));
}

.policy-flow-arrow::before {
    content: "";
    position: absolute;
    left: calc(-1 * var(--flow-gap));
    right: calc(-1 * (var(--flow-gap) / 2 + var(--arrow-head)));
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(1, 104, 179, 0.25), rgba(1, 104, 179, 0.65));
}

.policy-flow-arrow::after {
    content: "";
    position: absolute;
    right: calc(-1 * (var(--arrow-head) * 1.15));
    top: 50%;
    transform: translateY(-50%);
    border-top: 0.45rem solid transparent;
    border-bottom: 0.45rem solid transparent;
    border-left: var(--arrow-head) solid rgba(1, 104, 179, 0.65);
}

.policy-flow-outcome {
    flex: 0 0 auto;
    min-width: clamp(190px, 32vw, 240px);
    background: rgba(1, 104, 179, 0.1);
    border: 1px solid rgba(1, 104, 179, 0.2);
    border-radius: 1.1rem;
    padding: clamp(1rem, 2.5vw, 1.25rem) clamp(1.25rem, 3vw, 1.6rem);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    color: #0f172a;
}

.policy-flow-item:not(:last-child) .policy-flow-stage::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: clamp(-1.9rem, -3.5vw, -1.4rem);
    width: 2px;
    height: clamp(1.6rem, 3vw, 2.3rem);
    background: linear-gradient(180deg, rgba(1, 104, 179, 0.25), rgba(1, 104, 179, 0));
    transform: translateX(-50%);
}

.policy-flow-item:not(:last-child) .policy-flow-stage::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: clamp(-2.6rem, -4.2vw, -2rem);
    width: 0;
    height: 0;
    border-left: 0.55rem solid transparent;
    border-right: 0.55rem solid transparent;
    border-top: 0.7rem solid rgba(1, 104, 179, 0.4);
    transform: translateX(-50%);
}

.policy-flow-note {
    margin-top: clamp(2rem, 4vw, 2.8rem);
    font-size: 0.95rem;
    color: rgba(15, 23, 42, 0.7);
    text-align: center;
}

@media (max-width: 991.98px) {
    .policy-flow-item {
        flex-direction: column;
        align-items: flex-start;
        gap: clamp(1.1rem, 4vw, 1.7rem);
    }

    .policy-flow-stage {
        margin-right: 0;
    }

    .policy-flow-arrow {
        width: 100%;
        margin: 0.4rem 0 0.9rem;
    }

    .policy-flow-arrow::before {
        left: 0;
        right: calc(-1 * var(--arrow-head));
    }

    .policy-flow-arrow::after {
        right: calc(-1 * var(--arrow-head));
    }

    .policy-flow-outcome {
        min-width: 100%;
        justify-content: flex-start;
    }
}

/* --------------------------------------------------------------
   Policy Pages
-------------------------------------------------------------- */
.policy-page {
    background: #f8fafc;
}

.policy-page main,
.policy-page section {
    position: relative;
}

.policy-hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 15% 20%, rgba(1, 104, 179, 0.16), transparent 55%),
                radial-gradient(circle at 80% 0%, rgba(145, 214, 247, 0.22), transparent 55%),
                linear-gradient(135deg, #0f172a 0%, #1e293b 65%, #1d4ed8 100%);
    color: #fff;
    padding: clamp(8rem, 12vw, 11rem) 0 clamp(5rem, 10vw, 7rem);
}

.policy-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 75% 55%, rgba(15, 23, 42, 0.55), transparent 55%);
    pointer-events: none;
}

.policy-hero .container {
    position: relative;
    z-index: 2;
}

.policy-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1.1rem;
    border-radius: 999px;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.policy-hero-badge:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.policy-hero h1 {
    margin-top: clamp(1.5rem, 4vw, 2.5rem);
    font-size: clamp(2.8rem, 6vw, 4rem);
    letter-spacing: -0.015em;
}

.policy-hero p {
    margin: clamp(1rem, 3vw, 1.6rem) 0 0;
    font-size: clamp(1.05rem, 2vw, 1.2rem);
    line-height: 1.8;
    max-width: 750px;
    color: rgba(255, 255, 255, 0.72);
}

.policy-hero-highlights {
    margin-top: clamp(2.2rem, 5vw, 3.5rem);
    display: grid;
    gap: 1.2rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.policy-hero-card {
    background: rgba(15, 23, 42, 0.35);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 1.25rem;
    padding: 1.4rem 1.6rem;
    backdrop-filter: blur(4px);
    transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.policy-hero-card:hover {
    transform: translateY(-6px);
    border-color: rgba(145, 214, 247, 0.55);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.25);
}

.policy-hero-card i {
    font-size: 1.6rem;
    color: #91d6f7;
    margin-bottom: 0.8rem;
}

.policy-hero-card h3 {
    font-size: 1.15rem;
    margin-bottom: 0.45rem;
    color: #e2e8f0;
}

.policy-hero-card p {
    margin: 0;
    color: rgba(226, 232, 240, 0.78);
    font-size: 0.95rem;
}

.policy-section {
    padding: clamp(2.5rem, 6vw, 3.75rem) 0;
}

.policy-section + .policy-section {
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.policy-section-header {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: auto 1fr;
    align-items: flex-start;
    margin-bottom: clamp(2rem, 4vw, 2.8rem);
}

.policy-section-number {
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 1.25rem;
    background: linear-gradient(135deg, rgba(1, 104, 179, 0.14), rgba(1, 104, 179, 0.45));
    display: grid;
    place-items: center;
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.policy-section-header h2 {
    margin: 0;
    font-size: clamp(2.1rem, 4vw, 2.6rem);
    letter-spacing: -0.01em;
    color: #0f172a;
}

.policy-section-header p {
    margin: 0.8rem 0 0;
    color: rgba(15, 23, 42, 0.7);
    font-size: 1.02rem;
    line-height: 1.8;
}

.policy-card {
    background: #ffffff;
    border-radius: 1.8rem;
    border: 1px solid rgba(148, 163, 184, 0.24);
    box-shadow: 0 32px 70px rgba(15, 23, 42, 0.08);
    padding: clamp(2rem, 4vw, 2.6rem);
    height: 100%;
}

.policy-card + .policy-card {
    margin-top: clamp(1.2rem, 2vw, 1.75rem);
}

.policy-grid .policy-card + .policy-card {
    margin-top: 0;
}

.policy-card h3 {
    font-size: 1.35rem;
    margin-bottom: 0.85rem;
    color: #0f172a;
}

.policy-card p {
    margin-bottom: 1rem;
    color: rgba(15, 23, 42, 0.76);
    line-height: 1.85;
}

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

.policy-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.75rem;
}

.policy-list li {
    position: relative;
    padding-left: 2rem;
    color: rgba(15, 23, 42, 0.82);
    line-height: 1.75;
    font-weight: 500;
}

.policy-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65rem;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 0.35rem;
    background: linear-gradient(135deg, #0168b3, #91d6f7);
    box-shadow: 0 6px 12px rgba(1, 104, 179, 0.25);
}

.policy-grid {
    display: grid;
    gap: clamp(1.2rem, 2.5vw, 1.8rem);
}

.policy-grid.columns-2 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    align-items: stretch;
}

.policy-grid.columns-3 {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}


.policy-table-wrapper--borderless {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin-top: clamp(1rem, 2vw, 1.5rem);
}

.policy-table-wrapper {
    margin-top: clamp(1.5rem, 3vw, 2.2rem);
    border-radius: 1.5rem;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.26);
    box-shadow: 0 28px 65px rgba(15, 23, 42, 0.08);
}

.policy-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    background: #ffffff;
}

.policy-table thead th {
    background: rgba(1, 104, 179, 0.08);
    color: #0f172a;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.policy-table th,
.policy-table td {
    padding: 1.1rem 1.4rem;
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
    color: rgba(15, 23, 42, 0.78);
}

.policy-table tbody tr:hover {
    background: rgba(247, 250, 255, 0.6);
}

.policy-callout {
    margin-top: clamp(2rem, 4vw, 2.6rem);
    background: linear-gradient(135deg, rgba(1, 104, 179, 0.08), rgba(145, 214, 247, 0.28));
    border-radius: 1.6rem;
    padding: clamp(1.8rem, 3.6vw, 2.4rem);
    border: 1px solid rgba(148, 163, 184, 0.35);
    color: rgba(15, 23, 42, 0.82);
}

.policy-callout strong {
    color: #0f172a;
}

.policy-approval {
    margin-top: clamp(1.5rem, 3vw, 2rem);
}

.policy-approval-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: clamp(1rem, 2vw, 1.6rem);
    margin-top: clamp(0.5rem, 1vw, 0.8rem);
}

.policy-approval-field {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 1.1rem;
    padding: 1.15rem 1.35rem;
    border: 1px solid rgba(148, 163, 184, 0.3);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.policy-approval-field span {
    display: block;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(15, 23, 42, 0.6);
}

.policy-approval-field p {
    margin: 0.35rem 0 0;
    font-size: 1.05rem;
    font-weight: 600;
    color: #0f172a;
}

.policy-approval-note {
    margin-top: clamp(1rem, 2vw, 1.4rem);
    font-size: 0.96rem;
    line-height: 1.7;
    color: rgba(15, 23, 42, 0.78);
}

.policy-approval-note strong {
    color: #0f172a;
}

.policy-hero--tech {
    background: radial-gradient(circle at 25% 20%, rgba(1, 104, 179, 0.18), transparent 52%),
                radial-gradient(circle at 85% 15%, rgba(145, 214, 247, 0.28), transparent 55%),
                linear-gradient(135deg, #111827 0%, #1f2937 65%, #1d4ed8 100%);
}

.policy-hero--tech::after {
    background: radial-gradient(circle at 70% 50%, rgba(17, 24, 39, 0.55), transparent 60%);
}

.policy-library-grid {
    display: grid;
    gap: clamp(1.4rem, 3vw, 2rem);
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.policy-library-card {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 1.4rem;
    padding: clamp(1.6rem, 3vw, 2rem);
    text-decoration: none;
    color: #0f172a;
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.policy-library-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 32px 70px rgba(15, 23, 42, 0.12);
    border-color: rgba(1, 104, 179, 0.35);
}

.policy-library-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(1, 104, 179, 0.1), rgba(1, 104, 179, 0.25));
    color: #0168b3;
    font-size: 1.5rem;
}

.policy-library-card h3 {
    font-weight: 600;
    letter-spacing: -0.01em;
    margin-bottom: 0.2rem;
}

.policy-library-card p {
    color: rgba(15, 23, 42, 0.68);
    line-height: 1.7;
    font-size: 0.95rem;
}

.hero-policies .hero-welcome-bg {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.65), rgba(1, 104, 179, 0.55)), url('../assets/image/feature-bg.jpg');
    background-size: cover;
    background-position: center;
}

.hero-policies .overlay {
    background: rgba(12, 30, 54, 0.55);
}

.hero-eyebrow {
    display: inline-block;
    padding: 0.35rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 0.76rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1rem;
}

.section-eyebrow {
    display: inline-block;
    padding: 0.3rem 0.95rem;
    border-radius: 999px;
    background: rgba(1, 104, 179, 0.12);
    color: #0168b3;
    font-size: 0.75rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
}

/* Related Policies ve Policy Tile stilleri components.css dosyasına taşındı */

@media (max-width: 767.98px) {
    .policy-hero { padding: clamp(6rem, 16vw, 8rem) 0 clamp(4rem, 12vw, 5rem);} 
    .policy-section-header { grid-template-columns: 1fr; }
    .policy-section-number { margin-bottom: 0.75rem; }
}

@media (max-width: 991.98px) {
    .policy-steps {
        grid-template-columns: minmax(0, 1fr);
    }
}

.policy-steps--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 767.98px) {
    .policy-steps--compact {
        grid-template-columns: minmax(0, 1fr);
    }
}


/* --------------------------------------------------------------
   FLIGHT Core Values Cards
-------------------------------------------------------------- */
.flight-intro-grid .policy-card {
    padding: clamp(1.6rem, 3.2vw, 2.2rem);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
}

.flight-intro-grid .policy-card + .policy-card {
    margin-top: 0;
}

.flight-intro-grid .policy-card h3 {
    margin: 0;
    font-size: 1.15rem;
    color: #0f172a;
}

.flight-intro-grid .policy-card p {
    margin: 0;
    color: rgba(15, 23, 42, 0.72);
}

.flight-values {
    display: flex;
    gap: clamp(0.2rem, 1.2vw, 0.6rem);
    justify-content: space-between;
    align-items: stretch;
    margin-top: clamp(1.6rem, 3vw, 2.4rem);
}

.flight-card {
    position: relative;
    background: var(--brand-red);
    color: #ffffff;
    padding: clamp(1.3rem, 2.2vw, 1.7rem);
    padding-top: clamp(2.8rem, 3.8vw, 3rem);
    padding-inline: clamp(0.9rem, 1.6vw, 1.2rem);
    text-align: center;
    border: 1px solid rgba(215, 25, 28, 0.25);
    flex: 1 1 calc(16.666% - clamp(0.2rem, 1.2vw, 0.6rem));
    border-radius: 0.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.flight-letter {
    position: absolute;
    top: clamp(-1.03rem, -2vw, -1.1rem);
    left: 50%;
    transform: translateX(-50%);
    font-weight: 800;
    font-size: clamp(5.2rem, 8.6vw, 6.4rem);
    color: #ffffff;
    line-height: 1;
}

.flight-card h3 {
    margin: clamp(1.9rem, 2.8vw, 2.3rem) 0 0.6rem;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #ffffff;
    min-height: clamp(1.9rem, 3vw, 2.4rem);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.flight-card p {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
    align-self: stretch;
}

@media (max-width: 575.98px) {
    .flight-values {
        flex-wrap: wrap;
    }

    .flight-card {
        flex: 0 0 calc(50% - clamp(0.2rem, 1.2vw, 0.6rem));
        padding: 1.6rem 0.5rem 1.4rem;
        padding-top: 2.8rem;
        text-align: center;
        align-items: center;
    }
}

/* ============================================
   İLETİŞİM SAYFASI ÖZEL STİLLERİ
   ============================================ */

/* İletişim Sayfası Özel Stilleri */
body.contact-page {
    background-color: #f8f9fa;
    overflow-x: hidden;
}

/* Page Load Animation */
@keyframes pageFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

body.contact-page {
    animation: pageFadeIn 0.6s ease-out;
}

/* Hero Section - Enhanced with Animations */
.contact-hero {
    position: relative;
    background: linear-gradient(135deg, rgba(18, 33, 58, 0.95) 0%, rgba(28, 51, 84, 0.95) 100%),
                url('../image/hero-video-poster.jpg') center/cover no-repeat;
    padding: clamp(8rem, 12vw, 12rem) 0 clamp(4rem, 6vw, 6rem);
    color: #ffffff;
    overflow: hidden;
    background-attachment: fixed;
    z-index: 0;
}

/* Animated Gradient Background */
@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.contact-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 50%, rgba(212, 180, 131, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(212, 180, 131, 0.1) 0%, transparent 50%);
    pointer-events: none;
    animation: gradientShift 15s ease infinite;
    background-size: 200% 200%;
}

/* Floating Particles Animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0) rotate(0deg);
        opacity: 0.3;
    }
    33% {
        transform: translateY(-30px) translateX(20px) rotate(120deg);
        opacity: 0.5;
    }
    66% {
        transform: translateY(-60px) translateX(-20px) rotate(240deg);
        opacity: 0.3;
    }
}

.contact-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(2px 2px at 20% 30%, rgba(212, 180, 131, 0.3), transparent),
        radial-gradient(2px 2px at 60% 70%, rgba(212, 180, 131, 0.2), transparent),
        radial-gradient(1px 1px at 50% 50%, rgba(212, 180, 131, 0.4), transparent),
        radial-gradient(1px 1px at 80% 10%, rgba(212, 180, 131, 0.3), transparent),
        radial-gradient(2px 2px at 90% 60%, rgba(212, 180, 131, 0.2), transparent);
    background-size: 200% 200%;
    animation: float 20s ease-in-out infinite;
    pointer-events: none;
    opacity: 0.6;
}

.contact-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1.5rem;
    opacity: 0;
    transform: translateY(30px);
    animation: heroContentFadeIn 1s ease-out 0.3s forwards;
}

@keyframes heroContentFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-hero-badge {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background: rgba(212, 180, 131, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(212, 180, 131, 0.3);
    color: #d4b483;
    opacity: 0;
    transform: scale(0.8);
    animation: badgePopIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s forwards;
    transition: all 0.3s ease;
}

@keyframes badgePopIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.contact-hero-badge:hover {
    transform: scale(1.05);
    background: rgba(212, 180, 131, 0.3);
    box-shadow: 0 8px 24px rgba(212, 180, 131, 0.3);
}

.contact-hero h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #ffffff;
    line-height: 1.2;
    opacity: 0;
    transform: translateY(20px);
    animation: titleSlideIn 0.8s ease-out 0.7s forwards;
    background: linear-gradient(135deg, #ffffff 0%, rgba(212, 180, 131, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@keyframes titleSlideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-hero p {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin-bottom: 0;
    opacity: 0;
    transform: translateY(20px);
    animation: textFadeIn 0.8s ease-out 0.9s forwards;
}

@keyframes textFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* İletişim Bölümleri */
.contact-section {
    padding: clamp(4rem, 8vw, 6rem) 0;
    position: relative;
    z-index: 1;
    background-color: #f8f9fa;
}

.section-header {
    text-align: center;
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.section-header.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.section-header h2,
.section-header h3 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

/* h3 için daha küçük font */
.section-header h3.section-title {
    font-size: clamp(1.65rem, 3.5vw, 2.2rem) !important;
}

.section-header h2::after,
.section-header h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #d4b483, transparent);
    border-radius: 2px;
    transition: transform 0.6s ease-out 0.3s;
}


.section-header.animate-in h2::after,
.section-header.animate-in h3::after {
    transform: translateX(-50%) scaleX(1);
}

.section-header p {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: #64748b;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.8s ease-out 0.2s, transform 0.8s ease-out 0.2s;
}

.section-header.animate-in p {
    opacity: 1;
    transform: translateY(0);
}

/* İletişim Formu */
.contact-form-wrapper {
    background: #ffffff;
    border-radius: 24px;
    padding: clamp(2rem, 4vw, 3.5rem);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    opacity: 0;
    transform: translateY(40px) scale(0.95);
    animation: formSlideIn 0.8s ease-out forwards;
    animation-delay: 0.2s;
    position: relative;
    overflow: hidden;
}

@keyframes formSlideIn {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.contact-form-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 180, 131, 0.05), transparent);
    transition: left 0.6s ease;
}

.contact-form-wrapper:hover::before {
    left: 100%;
}

.contact-form-wrapper:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 32px 80px rgba(15, 23, 42, 0.15);
}

.form-group {
    margin-bottom: 1.75rem;
    opacity: 0;
    transform: translateX(-20px);
    animation: formGroupFadeIn 0.6s ease-out forwards;
}

.form-group:nth-child(1) { animation-delay: 0.4s; }
.form-group:nth-child(2) { animation-delay: 0.5s; }
.form-group:nth-child(3) { animation-delay: 0.6s; }
.form-group:nth-child(4) { animation-delay: 0.7s; }
.form-group:nth-child(5) { animation-delay: 0.8s; }
.form-group:nth-child(6) { animation-delay: 0.9s; }

@keyframes formGroupFadeIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.form-label {
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
    display: block;
    transition: color 0.3s ease, transform 0.3s ease;
}

.form-group:focus-within .form-label {
    color: #d4b483;
    transform: translateX(5px);
}

.form-control,
.form-select {
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    background-color: #ffffff;
    position: relative;
}

.form-control:hover,
.form-select:hover {
    border-color: rgba(212, 180, 131, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 180, 131, 0.1);
}

.form-control:focus,
.form-select:focus {
    border-color: #d4b483;
    box-shadow: 0 0 0 4px rgba(212, 180, 131, 0.15), 0 8px 24px rgba(212, 180, 131, 0.2);
    outline: none;
    transform: translateY(-2px) scale(1.01);
}

.form-control::placeholder {
    color: #94a3b8;
    transition: opacity 0.3s ease;
}

.form-control:focus::placeholder {
    opacity: 0.5;
}

textarea.form-control {
    min-height: 140px;
    resize: vertical;
    transition: min-height 0.3s ease;
}

textarea.form-control:focus {
    min-height: 160px;
}

.btn-submit {
    background: linear-gradient(135deg, #d4b483 0%, #c6a431 100%);
    color: #0f172a;
    border: none;
    border-radius: 12px;
    padding: 1rem 2.5rem;
    font-weight: 600;
    font-size: 1.05rem;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 100%;
    box-shadow: 0 8px 24px rgba(212, 180, 131, 0.3);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.btn-submit::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.btn-submit:hover::before {
    width: 300px;
    height: 300px;
}

.btn-submit:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 16px 40px rgba(212, 180, 131, 0.5);
    background: linear-gradient(135deg, #c6a431 0%, #b8941f 100%);
}

.btn-submit:active {
    transform: translateY(-1px) scale(0.98);
}

.btn-submit i {
    transition: transform 0.3s ease;
}

.btn-submit:hover i {
    transform: translateX(5px);
}

@keyframes buttonPulse {
    0%, 100% {
        box-shadow: 0 8px 24px rgba(212, 180, 131, 0.3);
    }
    50% {
        box-shadow: 0 8px 24px rgba(212, 180, 131, 0.5), 0 0 0 8px rgba(212, 180, 131, 0.1);
    }
}

.btn-submit:focus {
    animation: buttonPulse 2s ease infinite;
}

/* İletişim Bilgileri Kartları */
.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.contact-info-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-align: center;
    border: 2px solid transparent;
    opacity: 0;
    transform: translateY(50px) rotateX(10deg);
    animation: cardSlideUp 0.8s ease-out forwards;
    position: relative;
    overflow: hidden;
}

.contact-info-card:nth-child(1) { animation-delay: 0.1s; }
.contact-info-card:nth-child(2) { animation-delay: 0.2s; }
.contact-info-card:nth-child(3) { animation-delay: 0.3s; }
.contact-info-card:nth-child(4) { animation-delay: 0.4s; }

@keyframes cardSlideUp {
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0deg);
    }
}

.contact-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 180, 131, 0.1), transparent);
    transition: left 0.6s ease;
}

.contact-info-card:hover::before {
    left: 100%;
}

.contact-info-card:hover {
    transform: translateY(-12px) rotateY(5deg) scale(1.03);
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.2), 0 0 0 1px rgba(212, 180, 131, 0.2);
    border-color: #d4b483;
}

.contact-info-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, rgba(212, 180, 131, 0.15) 0%, rgba(212, 180, 131, 0.05) 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #d4b483;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}

.contact-info-icon::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 22px;
    border: 2px solid transparent;
    background: linear-gradient(135deg, #d4b483, #c6a431) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.contact-info-card:hover .contact-info-icon {
    background: linear-gradient(135deg, #d4b483 0%, #c6a431 100%);
    color: #0f172a;
    transform: scale(1.15) rotateY(360deg);
}

.contact-info-card:hover .contact-info-icon::after {
    opacity: 1;
}

.contact-info-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.75rem;
}

.contact-info-card p {
    color: #64748b;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.contact-info-card a {
    color: #d4b483;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact-info-card a:hover {
    color: #c6a431;
    text-decoration: underline;
}

/* Harita Bölümü */
.map-section {
    margin-top: 4rem;
    opacity: 0;
    transform: translateY(40px) scale(0.95);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.map-section.animate-in {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.map-wrapper {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.1);
    height: 500px;
    background: #e2e8f0;
    transition: all 0.4s ease;
    position: relative;
}

.map-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(135deg, #d4b483, #c6a431, #d4b483);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

.map-wrapper:hover::before {
    opacity: 1;
}

.map-wrapper:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 32px 80px rgba(15, 23, 42, 0.2);
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
    transition: transform 0.4s ease;
}

.map-wrapper:hover iframe {
    transform: scale(1.05);
}

/* Sosyal Medya Bölümü */
.social-section {
    background: linear-gradient(135deg, rgba(212, 180, 131, 0.05) 0%, rgba(212, 180, 131, 0.02) 100%);
    border-radius: 24px;
    padding: clamp(2.5rem, 5vw, 4rem);
    margin-top: 4rem;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.social-section.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.social-link {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 2.25rem;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: scale(0) rotate(-180deg);
    animation: socialIconPop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.social-link:nth-child(1) { animation-delay: 0.1s; }
.social-link:nth-child(2) { animation-delay: 0.2s; }
.social-link:nth-child(3) { animation-delay: 0.3s; }
.social-link:nth-child(4) { animation-delay: 0.4s; }

@keyframes socialIconPop {
    to {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

.social-link::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.3), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.social-link:hover::before {
    opacity: 1;
}

.social-link:hover {
    transform: translateY(-8px) scale(1.15) rotate(5deg);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.25);
    color: #ffffff;
}

.social-link i {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.social-link:hover i {
    transform: scale(1.2) rotate(-5deg);
}

.social-link.instagram:hover {
    background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
    color: #ffffff;
}

.social-link.facebook:hover {
    background: #1877f2;
    color: #ffffff;
}

.social-link.linkedin:hover {
    background: #0077b5;
    color: #ffffff;
}

.social-link.youtube:hover {
    background: #ff0000;
    color: #ffffff;
}

/* Çalışma Saatleri */
.hours-card {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 20px;
    padding: 2.5rem;
    color: #ffffff;
    margin-top: 2rem;
    opacity: 0;
    transform: translateY(40px) scale(0.95);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    position: relative;
    overflow: hidden;
}

.hours-card.animate-in {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.hours-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(212, 180, 131, 0.1) 0%, transparent 70%);
    animation: hoursCardGlow 4s ease-in-out infinite;
}

@keyframes hoursCardGlow {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.6;
    }
}

.hours-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #d4b483;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.hours-card:hover h3 {
    transform: translateX(5px);
}

.hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

.hours-list li {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0;
    transform: translateX(-20px);
    animation: hoursItemSlideIn 0.5s ease-out forwards;
    transition: all 0.3s ease;
}

.hours-list li:nth-child(1) { animation-delay: 0.1s; }
.hours-list li:nth-child(2) { animation-delay: 0.2s; }
.hours-list li:nth-child(3) { animation-delay: 0.3s; }
.hours-list li:nth-child(4) { animation-delay: 0.4s; }
.hours-list li:nth-child(5) { animation-delay: 0.5s; }
.hours-list li:nth-child(6) { animation-delay: 0.6s; }
.hours-list li:nth-child(7) { animation-delay: 0.7s; }

@keyframes hoursItemSlideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hours-list li:hover {
    transform: translateX(5px);
    border-bottom-color: rgba(212, 180, 131, 0.3);
}

.hours-list li:last-child {
    border-bottom: none;
}

.hours-list li span:first-child {
    font-weight: 600;
    transition: color 0.3s ease;
}

.hours-list li:hover span:first-child {
    color: #d4b483;
}

.hours-list li span:last-child {
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.3s ease;
}

.hours-list li:hover span:last-child {
    color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
    .contact-info-grid {
        grid-template-columns: 1fr;
    }

    .contact-form-wrapper {
        padding: 1.5rem;
    }

    .map-wrapper {
        height: 350px;
    }

    .social-link {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }

    .social-links {
        gap: 1.5rem;
    }
}

/* Form Mesajları */
.form-message {
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    display: none;
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.form-message.success {
    background: #d1fae5;
    color: #065f46;
    border: 2px solid #10b981;
}

.form-message.error {
    background: #fee2e2;
    color: #991b1b;
    border: 2px solid #ef4444;
}

.form-message.show {
    display: block;
    animation: messageSlideIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes messageSlideIn {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.form-message i {
    margin-right: 0.5rem;
    animation: iconBounce 0.6s ease 0.2s;
}

@keyframes iconBounce {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2) rotate(10deg);
    }
}

/* ============================================
   ORTAK CTA PANEL STİLLERİ
   Tüm egitim sayfalarında kullanılabilir
   ============================================ */

.decision-cta {
    padding-bottom: clamp(4rem, 8vw, 5rem);
}

.cta-panel {
    background: linear-gradient(135deg, var(--brand-primary) 0%, #6b1219 100%);
    color: #fff;
    border-radius: 32px;
    padding: clamp(3rem, 6vw, 4.6rem);
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(2rem, 4vw, 3.2rem);
}

/* 2 sütunlu CTA panel için */
.cta-panel:has(.cta-block + .cta-block) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 991.98px) {
    .cta-panel:has(.cta-block + .cta-block) {
        grid-template-columns: 1fr;
    }
}

.cta-block {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
}

/* 2 sütunlu yapıda text-align: left */
.cta-panel:has(.cta-block + .cta-block) .cta-block {
    text-align: left;
}

.cta-block h2,
.cta-block h3 {
    margin: 0;
    font-size: clamp(1.6rem, 2.8vw, 2rem);
    font-weight: 700;
    color: #fff;
}

.cta-block p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.65;
}

.cta-actions {
    display: flex;
    flex-direction: row;
    gap: 0.9rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .cta-actions {
        flex-direction: column;
    }
}

.cta-actions .btn {
    font-weight: 600;
    padding: 0.95rem 2.6rem;
    border-radius: 999px;
}

/* CTA içindeki btn-primary butonları */
.cta-panel .btn-primary,
.cta-actions .btn-primary {
    background: var(--brand-accent);
    color: var(--brand-primary);
    border: none;
    font-weight: 600;
    padding: 0.95rem 2.6rem;
    border-radius: 999px;
    transition: all 0.3s ease;
}

.cta-panel .btn-primary:hover,
.cta-actions .btn-primary:hover {
    background: var(--brand-accent-secondary);
    color: var(--brand-primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(218, 198, 74, 0.3);
}

.cta-actions .btn-outline-light {
    color: #fff;
    border-color: #fff;
}

.cta-actions .btn-outline-light:hover {
    background: #fff;
    color: var(--brand-primary);
    border-color: #fff;
}

.cta-panel .btn-light {
    background: #ffffff;
    color: var(--brand-primary);
    border: none;
    font-weight: 600;
    padding: 0.95rem 2.6rem;
    border-radius: 999px;
    transition: all 0.3s ease;
}

.cta-panel .btn-light:hover {
    background: #f8fafc;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}


.why-content {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.why-top-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
    margin-bottom: 3rem;
}

.why-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.why-content h2 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 2rem;
    line-height: 1.2;
    text-align: left;
}

.why-content p {
    color: rgba(15, 23, 42, 0.8);
    line-height: 1.9;
    font-size: clamp(1rem, 2vw, 1.125rem);
    margin-bottom: 0;
    text-align: left;
}

.why-image {
    position: relative;
    border-radius: 1.75rem;
    overflow: hidden;
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
    height: clamp(19rem, 37vw, 28rem);
    display: flex;
}

.why-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-highlights {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(1.5rem, 3vw, 2rem);
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

@media (max-width: 992px) {
    .why-top-section {
        grid-template-columns: 1fr;
    }

    .why-image {
        order: -1;
    }

    .why-content h2,
    .why-content p {
        text-align: center;
    }

    .why-highlights {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .why-highlights {
        grid-template-columns: 1fr;
    }
}

.why-highlight-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.why-highlight-item .icon {
    font-size: 2.5rem;
    color: #1f2a6b;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-highlight-item h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 0.5rem;
    text-align: center;
}

.why-highlight-item p {
    font-size: 0.95rem;
    color: rgba(15, 23, 42, 0.7);
    margin: 0;
    text-align: center;
}

/* intro-visual-section padding ve background artık section-padding ve section-bg-gradient-2 ile sağlanıyor */

.intro-visual-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.intro-visual-image {
    position: relative;
    border-radius: 1.75rem;
    overflow: hidden;
    height: clamp(20rem, 35vw, 28rem);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
}

.intro-visual-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro-visual-text h2 {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.intro-visual-text p {
    color: rgba(15, 23, 42, 0.75);
    line-height: 1.8;
    font-size: clamp(1rem, 2vw, 1.125rem);
    margin-bottom: 1.5rem;
}

.intro-visual-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .intro-visual-content {
        grid-template-columns: 1fr;
    }

    .intro-visual-image {
        order: -1;
        height: clamp(18rem, 50vw, 24rem);
    }
}

.philosophy-content-wrapper {
    display: grid;
    grid-template-columns: 0.65fr 1fr;
    gap: clamp(0.75rem, 1.5vw, 1.25rem);
    align-items: stretch;
}

.philosophy-image {
    position: sticky;
    top: 2rem;
    border-radius: 1rem;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.philosophy-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.philosophy-grid {
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 2vw, 1.5rem);
}

.philosophy-card {
    position: relative;
    padding: clamp(1.25rem, 2.5vw, 1.75rem);
    text-align: left;
    background: #ffffff;
    border-radius: 1.25rem;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.philosophy-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
}

.philosophy-card::after {
    content: none;
}

.philosophy-card-icon {
    display: inline-flex;
    font-size: 2rem;
    color: #1f2a6b;
    margin-bottom: 0.875rem;
    justify-content: center;
    width: 100%;
}

.philosophy-card h3 {
    font-size: clamp(1.15rem, 2.2vw, 1.4rem);
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 0.75rem;
    text-align: center;
}

.philosophy-card p {
    color: rgba(15, 23, 42, 0.7);
    margin: 0;
    line-height: 1.6;
    font-size: clamp(0.875rem, 1.4vw, 0.95rem);
    text-align: center;
}

/* experience-showcase background artık section-bg-gradient-3 ile sağlanıyor */

.atolye-more {
    margin-top: 2rem;
}

.atolye-more-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1.5rem, 3vw, 2rem);
}

.atolye-more-item {
    background: #ffffff;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.atolye-more-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.12);
}

.atolye-more-item-image {
    width: 100%;
    height: clamp(12rem, 22vw, 16rem);
    overflow: hidden;
    position: relative;
}

.atolye-more-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.atolye-more-item:hover .atolye-more-item-image img {
    transform: scale(1.08);
}

.atolye-more-item-content {
    padding: clamp(1.25rem, 2.5vw, 1.5rem);
}

.atolye-more-item h4 {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.75rem;
    line-height: 1.3;
    text-align: center;
}

.atolye-more-item p {
    color: rgba(15, 23, 42, 0.75);
    line-height: 1.6;
    font-size: clamp(0.9rem, 1.4vw, 0.95rem);
    margin: 0;
}

@media (max-width: 992px) {
    .atolye-more-list {
        grid-template-columns: 1fr;
        gap: clamp(2rem, 4vw, 2.5rem);
    }
}


/* family-section background artık section-bg-white ile sağlanıyor */

.family-card {
    border-radius: 1.5rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.06);
    padding: clamp(2rem, 5vw, 2.8rem);
    height: 100%;
}

.family-image {
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
    min-height: clamp(20rem, 35vw, 28rem);
    display: flex;
    align-items: center;
    justify-content: center;
}

.family-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.family-highlights {
    background: linear-gradient(135deg, #1f2a6b 0%, #3a0ca3 100%);
    color: #fff;
    border-radius: 1.5rem;
    padding: clamp(2rem, 5vw, 2.8rem);
    box-shadow: 0 35px 70px rgba(58, 12, 163, 0.28);
    height: 100%;
}

.family-highlights h3 {
    color: #fff;
}

.family-highlights p,
.family-highlights li {
    color: rgba(255, 255, 255, 0.85);
}

.family-highlights .border {
    border-color: rgba(255, 255, 255, 0.18) !important;
}

/* anaokulu-gallery-section background artık section-bg-gradient-4 ile sağlanıyor */

.anaokulu-gallery-header {
    max-width: 760px;
    margin: 0 auto 3rem;
    text-align: center;
}

.anaokulu-gallery-header span {
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2563eb;
    background: rgba(37, 99, 235, 0.1);
    border: 1px solid rgba(37, 99, 235, 0.18);
    border-radius: 999px;
    padding: 0.35rem 1.1rem;
    margin-bottom: 1rem;
}

/* Pinterest tarzı Masonry Grid */
.anaokulu-gallery-grid {
    column-count: 3;
    column-gap: clamp(1.5rem, 3vw, 2rem);
    margin-top: 1rem;
}

.anaokulu-gallery-card {
    break-inside: avoid;
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    position: relative;
    min-height: 200px; /* Layout shift önleme */
}

.anaokulu-gallery-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.15);
}

.anaokulu-gallery-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    transition: opacity 0.4s ease;
    min-height: 200px; /* Layout shift önleme */
    object-fit: cover;
}

/* Lazy loading stilleri */
.lazy-load {
    opacity: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
}

.lazy-load.loaded {
    opacity: 1;
}

/* Genel Galeri Stilleri - ShowGallery fonksiyonu için */
.gallery-grid {
    column-count: 3;
    column-gap: clamp(1.5rem, 3vw, 2rem);
    margin-top: 1rem;
}

.gallery-card {
    break-inside: avoid;
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    position: relative;
    min-height: 200px;
}

.gallery-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.15);
}

.gallery-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    transition: opacity 0.4s ease;
    min-height: 200px;
    object-fit: cover;
}

.gallery-empty {
    text-align: center;
    padding: 2rem;
    color: #64748b;
    font-size: 1rem;
}

/* Genel Lightbox Stilleri */
.gallery-lightbox {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    animation: fadeIn 0.3s ease;
}

.gallery-lightbox.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-lightbox-content {
    position: relative;
    max-width: 95%;
    max-height: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-lightbox-img {
    max-width: 100%;
    max-height: 95vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.gallery-lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    backdrop-filter: blur(10px);
}

.gallery-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.gallery-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    backdrop-filter: blur(10px);
}

.gallery-lightbox-nav:hover {
    background: rgba(255, 255, 255, 0.3);
}

.gallery-lightbox-nav.prev {
    left: 20px;
}

.gallery-lightbox-nav.next {
    right: 20px;
}

.gallery-lightbox-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Responsive - Genel Galeri */
@media (max-width: 768px) {
    .gallery-grid {
        column-count: 2;
        column-gap: 1rem;
    }
    
    .gallery-card {
        margin-bottom: 1rem;
        min-height: 150px;
    }
    
    .gallery-card img {
        min-height: 150px;
    }
    
    .gallery-lightbox-nav {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .gallery-lightbox-nav.prev {
        left: 10px;
    }
    
    .gallery-lightbox-nav.next {
        right: 10px;
    }
    
    .gallery-lightbox-close {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
        top: 10px;
        right: 10px;
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        column-count: 1;
    }
}

/* Lightbox */
.anaokulu-lightbox {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    animation: fadeIn 0.3s ease;
}

.anaokulu-lightbox.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.anaokulu-lightbox-content {
    position: relative;
    max-width: 95%;
    max-height: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.anaokulu-lightbox-img {
    max-width: 100%;
    max-height: 95vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.anaokulu-lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    backdrop-filter: blur(10px);
}

.anaokulu-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.anaokulu-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    backdrop-filter: blur(10px);
}

.anaokulu-lightbox-nav:hover {
    background: rgba(255, 255, 255, 0.3);
}

.anaokulu-lightbox-nav.prev {
    left: 20px;
}

.anaokulu-lightbox-nav.next {
    right: 20px;
}

.anaokulu-lightbox-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    z-index: 10;
    backdrop-filter: blur(10px);
}

/* Body Scroll Lock */
body.lightbox-open {
    overflow: hidden;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.anaokulu-cta {
    background: linear-gradient(135deg, #1d1f4b 0%, #312e81 40%, #4338ca 100%);
    color: #fff;
}

.anaokulu-cta p {
    color: rgba(255, 255, 255, 0.78);
}

.anaokulu-cta .btn-outline-brand {
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

.anaokulu-cta .btn-outline-brand:hover {
    background: #fff;
    color: #1d1f4b;
}

/* video-section padding ve background artık section-padding ve section-bg-gradient-2 ile sağlanıyor */

.video-section-header {
    max-width: 800px;
    margin: 0 auto 3rem;
    text-align: center;
}

.video-item-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.video-item-title {
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    font-weight: 600;
    color: #0f172a;
    margin: 0;
    text-align: center;
}

.video-section-header h2 {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
}

.video-section-header p {
    color: rgba(15, 23, 42, 0.7);
    line-height: 1.7;
    margin: 0;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(2rem, 4vw, 3rem);
    max-width: 1200px;
    margin: 0 auto;
}

.video-item {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
    background: #000;
    aspect-ratio: 16 / 9;
}

.video-item iframe {
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 768px) {
    .video-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {

    .philosophy-content-wrapper {
        grid-template-columns: 1fr;
    }

    .philosophy-image {
        order: -1;
        min-height: clamp(20rem, 50vw, 28rem);
        position: relative;
        top: 0;
    }

    .anaokulu-gallery-grid {
        column-count: 2;
    }
}

@media (max-width: 768px) {
    .philosophy-grid {
        grid-template-columns: 1fr;
    }

    .philosophy-card:not(:last-child) {
        border-bottom: 1px solid rgba(148, 163, 184, 0.2);
    }

    .family-section .row > * {
        margin-bottom: 1.5rem;
    }

    .family-image {
        order: -1;
        min-height: clamp(18rem, 50vw, 24rem);
    }

    .anaokulu-gallery-grid {
        column-count: 1;
    }
}

/* ========================================
   İLKOKUL SAYFASI STİLLERİ
   ======================================== */

/* ilkokul-page .decision-cta, .cta-panel ve .cta-block artık genel tanımlarla sağlanıyor */

/* ilkokul-page .cta-actions artık genel .cta-actions ile sağlanıyor */

.ilkokul-page .why-section {
    padding: clamp(4rem, 7vw, 6rem) 0;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

.ilkokul-page .why-content {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ilkokul-page .why-top-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
    margin-bottom: 3rem;
}

.ilkokul-page .why-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.ilkokul-page .why-content h2 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 2rem;
    line-height: 1.2;
    text-align: left;
}

.ilkokul-page .why-content p {
    color: rgba(15, 23, 42, 0.8);
    line-height: 1.9;
    font-size: clamp(1rem, 2vw, 1.125rem);
    margin-bottom: 0;
    text-align: left;
}

.ilkokul-page .why-image {
    position: relative;
    border-radius: 1.75rem;
    overflow: hidden;
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
    height: clamp(19rem, 37vw, 28rem);
    display: flex;
}

.ilkokul-page .why-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ilkokul-page .why-highlights {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(1.5rem, 3vw, 2rem);
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    align-items: stretch;
}

@media (max-width: 992px) {
    .ilkokul-page .why-top-section {
        grid-template-columns: 1fr;
    }

    .ilkokul-page .why-image {
        order: -1;
    }

    .ilkokul-page .why-content h2,
    .ilkokul-page .why-content p {
        text-align: center;
    }

    .ilkokul-page .why-highlights {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .ilkokul-page .why-highlights {
        grid-template-columns: 1fr;
    }
}

.ilkokul-page .why-highlight-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.ilkokul-page .why-highlight-item .icon {
    font-size: 2.5rem;
    color: #1f2a6b;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ilkokul-page .why-highlight-item h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 0.5rem;
    text-align: center;
}

.ilkokul-page .why-highlight-item p {
    font-size: 0.95rem;
    color: rgba(15, 23, 42, 0.7);
    margin: 0;
    text-align: center;
}

.ilkokul-section {
    padding: clamp(3.5rem, 6vw, 5rem) 0;
}

.ilkokul-section h2 {
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.5rem;
}

.ilkokul-page .philosophy-content-wrapper {
    display: grid;
    grid-template-columns: 0.65fr 1fr;
    gap: clamp(0.75rem, 1.5vw, 1.25rem);
    align-items: stretch;
}

.ilkokul-page .philosophy-image {
    position: sticky;
    top: 2rem;
    border-radius: 1rem;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.ilkokul-page .philosophy-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ilkokul-page .philosophy-grid {
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 2vw, 1.5rem);
}

.ilkokul-page .philosophy-card {
    position: relative;
    padding: clamp(1.25rem, 2.5vw, 1.75rem);
    text-align: center;
    background: #ffffff;
    border-radius: 1.25rem;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ilkokul-page .philosophy-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
}

.ilkokul-page .philosophy-card::after {
    content: none;
}

.ilkokul-page .philosophy-card-icon {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 2.5rem;
    color: #1f2a6b;
    margin-bottom: 1rem;
}

.ilkokul-page .philosophy-card h3 {
    font-size: clamp(1.4rem, 3vw, 1.75rem);
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 1rem;
    text-align: center;
}

.ilkokul-page .philosophy-card p {
    color: rgba(15, 23, 42, 0.8);
    margin: 0;
    line-height: 1.7;
    font-weight: 400;
    text-align: center;
}

.ilkokul-page .experience-showcase {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}



.zenginlestirme-section {
    padding: 5rem 0;
    background-color: #f8f9fa;
}

.zenginlestirme-section h2 {
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: rgba(15, 23, 42, 0.7);
    margin-bottom: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.zenginlestirme-marquee-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 10%,
        black 90%,
        transparent 100%
    );
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 10%,
        black 90%,
        transparent 100%
    );
}

.zenginlestirme-marquee-track {
    display: flex;
    gap: 2rem;
    width: fit-content;
    animation: zenginlestirme-scroll-left 40s linear infinite;
}

.zenginlestirme-marquee-wrapper:hover .zenginlestirme-marquee-track {
    animation-play-state: paused;
}

.zenginlestirme-karti {
    flex-shrink: 0;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(15, 23, 42, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 300px;
    position: relative;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.zenginlestirme-karti:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.15);
    z-index: 10;
}

.zenginlestirme-karti-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: #f0f0f0;
}

.zenginlestirme-karti-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zenginlestirme-karti-content {
    padding: 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

@keyframes zenginlestirme-scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.zenginlestirme-karti h3 {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 0.75rem;
}

.zenginlestirme-karti p {
    color: rgba(15, 23, 42, 0.7);
    line-height: 1.7;
    margin: 0;
    font-size: clamp(0.95rem, 1.5vw, 1rem);
}

@media (max-width: 768px) {
    .zenginlestirme-karti {
        width: 100%;
        max-width: 300px;
        padding: 2rem;
    }

    .zenginlestirme-marquee-track {
        gap: 1.5rem;
    }
}


.ilkokul-page .video-section {
    padding: clamp(4rem, 7vw, 6rem) 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.ilkokul-page .video-section-header {
    max-width: 800px;
    margin: 0 auto 3rem;
    text-align: center;
}

.ilkokul-page .video-item-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ilkokul-page .video-item-title {
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    font-weight: 600;
    color: #0f172a;
    margin: 0;
    text-align: center;
}

.ilkokul-page .video-section-header h2 {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
}

.ilkokul-page .video-section-header p {
    color: rgba(15, 23, 42, 0.7);
    line-height: 1.7;
    margin: 0;
}

.ilkokul-page .video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(2rem, 4vw, 3rem);
    max-width: 1200px;
    margin: 0 auto;
}

.ilkokul-page .video-item {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
    background: #000;
    aspect-ratio: 16 / 9;
}

.ilkokul-page .video-item iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.ilkokul-gallery-section {
    background: linear-gradient(180deg, #f5f8ff 0%, #ffffff 100%);
}

.ilkokul-gallery-header {
    max-width: 760px;
    margin: 0 auto 3rem;
    text-align: center;
}

/* Pinterest tarzı Masonry Grid */
.ilkokul-gallery-grid {
    column-count: 3;
    column-gap: clamp(1.5rem, 3vw, 2rem);
    margin-top: 1rem;
}

.ilkokul-gallery-card {
    break-inside: avoid;
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    position: relative;
    min-height: 200px; /* Layout shift önleme */
}

.ilkokul-gallery-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.15);
}

.ilkokul-gallery-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    transition: opacity 0.4s ease;
    min-height: 200px; /* Layout shift önleme */
    object-fit: cover;
}

/* Lightbox */
.ilkokul-lightbox {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    animation: fadeIn 0.3s ease;
}

.ilkokul-lightbox.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ilkokul-lightbox-content {
    position: relative;
    max-width: 95%;
    max-height: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ilkokul-lightbox-img {
    max-width: 100%;
    max-height: 95vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.ilkokul-lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    backdrop-filter: blur(10px);
}

.ilkokul-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.ilkokul-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    backdrop-filter: blur(10px);
}

.ilkokul-lightbox-nav:hover {
    background: rgba(255, 255, 255, 0.3);
}

.ilkokul-lightbox-nav.prev {
    left: 20px;
}

.ilkokul-lightbox-nav.next {
    right: 20px;
}

.ilkokul-lightbox-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    z-index: 10;
    backdrop-filter: blur(10px);
}

@media (max-width: 992px) {
    .ilkokul-gallery-grid {
        column-count: 2;
    }
}

@media (max-width: 768px) {
    .ilkokul-gallery-grid {
        column-count: 1;
    }
}

@media (max-width: 768px) {
    .ilkokul-page .video-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {

    .ilkokul-page .philosophy-content-wrapper {
        grid-template-columns: 1fr;
    }

    .ilkokul-page .philosophy-image {
        order: -1;
        min-height: clamp(20rem, 50vw, 28rem);
        position: relative;
        top: 0;
    }

}

@media (max-width: 768px) {
    .ilkokul-page .philosophy-content-wrapper {
        grid-template-columns: 1fr;
    }

    .ilkokul-page .philosophy-image {
        order: -1;
        min-height: clamp(20rem, 50vw, 28rem);
        position: relative;
        top: 0;
    }

}

/* ========================================
   ORTAOKUL SAYFASI STİLLERİ
   ======================================== */

/* ortaokul-page .decision-cta, .cta-panel, .cta-block ve .cta-actions artık genel tanımlarla sağlanıyor */

.ortaokul-page .why-section {
    padding: clamp(4rem, 7vw, 6rem) 0;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

.ortaokul-page .why-content {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ortaokul-page .why-top-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
    margin-bottom: 3rem;
}

.ortaokul-page .why-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.ortaokul-page .why-content h2 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 2rem;
    line-height: 1.2;
    text-align: left;
}

.ortaokul-page .why-content p {
    color: rgba(15, 23, 42, 0.8);
    line-height: 1.9;
    font-size: clamp(1rem, 2vw, 1.125rem);
    margin-bottom: 1.5rem;
    text-align: left;
}

.ortaokul-page .why-content p:last-child {
    margin-bottom: 0;
}

.ortaokul-page .why-image {
    position: relative;
    border-radius: 1.75rem;
    overflow: hidden;
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
    height: clamp(19rem, 37vw, 28rem);
    display: flex;
}

.ortaokul-page .why-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ortaokul-page .why-highlights {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(1.5rem, 3vw, 2rem);
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    align-items: stretch;
}

.ortaokul-page .why-highlight-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.ortaokul-page .why-highlight-item .icon {
    font-size: 2.5rem;
    color: #1f2a6b;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ortaokul-page .why-highlight-item h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 0.5rem;
    text-align: center;
}

.ortaokul-page .why-highlight-item p {
    font-size: 0.95rem;
    color: rgba(15, 23, 42, 0.7);
    margin: 0;
    text-align: center;
}

@media (max-width: 992px) {
    .ortaokul-page .why-top-section {
        grid-template-columns: 1fr;
    }

    .ortaokul-page .why-image {
        order: -1;
    }

    .ortaokul-page .why-content h2,
    .ortaokul-page .why-content p {
        text-align: center;
    }

    .ortaokul-page .why-highlights {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .ortaokul-page .why-highlights {
        grid-template-columns: 1fr;
    }
}

.ortaokul-gallery-section {
    background: linear-gradient(180deg, #f4f7ff 0%, #ffffff 100%);
}

.ortaokul-gallery-header {
    max-width: 780px;
    margin: 0 auto 3rem;
    text-align: center;
}

.ortaokul-gallery-header span {
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1d4ed8;
    background: rgba(29, 78, 216, 0.12);
    border: 1px solid rgba(29, 78, 216, 0.2);
    border-radius: 999px;
    padding: 0.35rem 1.2rem;
    margin-bottom: 1rem;
}

/* Pinterest tarzı Masonry Grid */
.ortaokul-gallery-grid {
    column-count: 3;
    column-gap: clamp(1.5rem, 3vw, 2rem);
    margin-top: 1rem;
}

.ortaokul-gallery-card {
    break-inside: avoid;
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    position: relative;
    min-height: 200px; /* Layout shift önleme - minimum yükseklik */
}

.ortaokul-gallery-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.15);
}

.ortaokul-gallery-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    transition: opacity 0.4s ease;
    min-height: 200px; /* Layout shift önleme */
    object-fit: cover;
}

/* Lightbox */
.ortaokul-lightbox {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    animation: fadeIn 0.3s ease;
}

.ortaokul-lightbox.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ortaokul-lightbox-content {
    position: relative;
    max-width: 95%;
    max-height: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ortaokul-lightbox-img {
    max-width: 100%;
    max-height: 95vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.ortaokul-lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    backdrop-filter: blur(10px);
}

.ortaokul-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.ortaokul-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    backdrop-filter: blur(10px);
}

.ortaokul-lightbox-nav:hover {
    background: rgba(255, 255, 255, 0.3);
}

.ortaokul-lightbox-nav.prev {
    left: 20px;
}

.ortaokul-lightbox-nav.next {
    right: 20px;
}

.ortaokul-lightbox-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    z-index: 10;
    backdrop-filter: blur(10px);
}

@media (max-width: 992px) {
    .ortaokul-gallery-grid {
        column-count: 2;
    }
}

@media (max-width: 768px) {
    .ortaokul-gallery-grid {
        column-count: 1;
    }
}

.vitrin-section {
    padding: clamp(3.5rem, 6vw, 5rem) 0;
}

.vitrin-section h2 {
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.5rem;
}


.deneyim-vitrini {
    background: linear-gradient(180deg, #f8fafc 0%, #dee7ff 100%);
}


.aile-bolumu {
    background: #ffffff;
}

.aile-card {
    border-radius: 1.5rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.07);
    padding: clamp(2rem, 5vw, 2.8rem);
    height: 100%;
}

.aile-onemli {
    background: linear-gradient(135deg, #111827 0%, #1d4ed8 55%, #3b82f6 100%);
    color: #fff;
    border-radius: 1.5rem;
    padding: clamp(2rem, 5vw, 2.8rem);
    box-shadow: 0 35px 70px rgba(29, 78, 216, 0.32);
    height: 100%;
}

.aile-onemli .border {
    border-color: rgba(255, 255, 255, 0.18) !important;
}

.aile-image-wrapper {
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
    height: 100%;
    min-height: clamp(20rem, 35vw, 28rem);
}

.aile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.ortaokul-cta {
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 40%, #7c3aed 100%);
    color: #fff;
}

.ortaokul-cta p {
    color: rgba(255, 255, 255, 0.78);
}

.ortaokul-cta .btn-outline-brand {
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

.ortaokul-cta .btn-outline-brand:hover {
    background: #fff;
    color: #0f172a;
}

@media (max-width: 992px) {


}

@media (max-width: 768px) {

    .aile-bolumu .row > * {
        margin-bottom: 1.5rem;
    }

    .ortaokul-gallery-grid {
        column-count: 1;
    }
}

/* ========================================
   LİSE SAYFASI STİLLERİ
   ======================================== */

.lise-section {
    padding: clamp(3.5rem, 6vw, 5rem) 0;
}

.lise-section h2 {
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.5rem;
}

.lise-page .why-section {
    padding: clamp(4rem, 7vw, 6rem) 0;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

.lise-page .why-content {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.lise-page .why-top-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
    margin-bottom: 3rem;
}

.lise-page .why-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.lise-page .why-content h2 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 2rem;
    line-height: 1.2;
    text-align: left;
}

.lise-page .why-content p {
    color: rgba(15, 23, 42, 0.8);
    line-height: 1.9;
    font-size: clamp(1rem, 2vw, 1.125rem);
    margin-bottom: 1.5rem;
    text-align: left;
}

.lise-page .why-content p:last-child {
    margin-bottom: 0;
}

.lise-page .why-image {
    position: relative;
    border-radius: 1.75rem;
    overflow: hidden;
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
    height: clamp(19rem, 37vw, 28rem);
    display: flex;
}

.lise-page .why-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lise-page .why-highlights {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(1.5rem, 3vw, 2rem);
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    align-items: stretch;
}

.lise-page .why-highlight-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.lise-page .why-highlight-item .icon {
    font-size: 2.5rem;
    color: #1f2a6b;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lise-page .why-highlight-item h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 0.5rem;
    text-align: center;
}

.lise-page .why-highlight-item p {
    font-size: 0.95rem;
    color: rgba(15, 23, 42, 0.7);
    margin: 0;
    text-align: center;
}

@media (max-width: 992px) {
    .lise-page .why-top-section {
        grid-template-columns: 1fr;
    }

    .lise-page .why-image {
        order: -1;
    }

    .lise-page .why-content h2,
    .lise-page .why-content p {
        text-align: center;
    }

    .lise-page .why-highlights {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .lise-page .why-highlights {
        grid-template-columns: 1fr;
    }
}

/* lise-page .decision-cta, .cta-panel ve .cta-block artık genel tanımlarla sağlanıyor */

/* lise-page .cta-actions artık genel .cta-actions ile sağlanıyor */

.vitrin-section {
    padding: clamp(3.5rem, 6vw, 5rem) 0;
}

.vitrin-section h2 {
    font-size: clamp(2rem, 4vw, 2.7rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.5rem;
}

.lise-page .philosophy-content-wrapper {
    display: grid;
    grid-template-columns: 0.65fr 1fr;
    gap: clamp(0.75rem, 1.5vw, 1.25rem);
    align-items: stretch;
}

.lise-page .philosophy-image {
    position: sticky;
    top: 2rem;
    border-radius: 1rem;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.lise-page .philosophy-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lise-page .philosophy-grid {
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 2vw, 1.5rem);
}

.lise-page .philosophy-card {
    position: relative;
    padding: clamp(1.25rem, 2.5vw, 1.75rem);
    text-align: left;
    background: #ffffff;
    border-radius: 1.25rem;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lise-page .philosophy-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
}

.lise-page .philosophy-card::after {
    content: none;
}

.lise-page .philosophy-card-icon {
    display: inline-flex;
    font-size: 2rem;
    color: #1f2a6b;
    margin-bottom: 0.875rem;
    justify-content: center;
    width: 100%;
}

.lise-page .philosophy-card h3 {
    font-size: clamp(1.15rem, 2.2vw, 1.4rem);
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 0.75rem;
    text-align: center;
}

.lise-page .philosophy-card p {
    color: rgba(15, 23, 42, 0.7);
    margin: 0;
    line-height: 1.6;
    font-size: clamp(0.875rem, 1.4vw, 0.95rem);
    text-align: center;
}

.deneyim-vitrini {
    background: linear-gradient(180deg, #f8fafc 0%, #e0e7ff 100%);
}

.deneyim-asimetrik {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: clamp(0.8rem, 1.8vw, 1.4rem);
    height: clamp(24rem, 45vw, 35rem);
}

.deneyim-featured {
    grid-row: 1 / -1;
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.15);
    transition: transform 0.3s ease;
}

.deneyim-featured:hover {
    transform: scale(1.02);
}

.deneyim-featured-gorsel {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.deneyim-featured-gorsel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.deneyim-featured-gorsel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.4) 0%, rgba(15, 23, 42, 0.7) 100%);
}

.deneyim-featured-icerik {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    z-index: 1;
    color: #fff;
}

.deneyim-featured-icerik span {
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.75rem;
    font-size: 0.85rem;
}

.deneyim-featured-icerik h3 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: #fff;
    margin-bottom: 0.75rem;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.deneyim-featured-icerik p {
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.6;
    margin: 0;
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.deneyim-kucuk-kart {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
}

.deneyim-kucuk-kart:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.18);
}

.deneyim-kucuk-gorsel {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.deneyim-kucuk-gorsel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.deneyim-kucuk-kart:hover .deneyim-kucuk-gorsel img {
    transform: scale(1.1);
}

.deneyim-kucuk-gorsel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.4) 0%, rgba(15, 23, 42, 0.65) 100%);
}

.deneyim-kucuk-icerik {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: clamp(1rem, 2vw, 1.5rem);
    z-index: 1;
    color: #fff;
}

.deneyim-kucuk-icerik span {
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.5rem;
    font-size: 0.7rem;
}

.deneyim-kucuk-icerik h3 {
    font-size: clamp(1rem, 1.8vw, 1.3rem);
    color: #fff;
    margin-bottom: 0.5rem;
    font-weight: 700;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.deneyim-kucuk-icerik p {
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.5;
    margin: 0;
    font-size: clamp(0.8rem, 1.2vw, 0.9rem);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.section-header {
    text-align: center;
    margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.section-title {
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
    letter-spacing: -0.01em;
}

.section-subtitle {
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: rgba(15, 23, 42, 0.7);
    margin: 0 auto;
    max-width: 700px;
    line-height: 1.7;
}

.section-intro {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.intro-text {
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: rgba(15, 23, 42, 0.75);
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.intro-text:last-child {
    margin-bottom: 0;
}

.aile-bolumu {
    background: #ffffff;
}

.aile-card {
    border-radius: 1.5rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.07);
    padding: clamp(2rem, 5vw, 2.8rem);
    height: 100%;
}

.aile-onemli {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 35%, #4338ca 100%);
    color: #fff;
    border-radius: 1.5rem;
    padding: clamp(2rem, 5vw, 2.8rem);
    box-shadow: 0 35px 70px rgba(37, 99, 235, 0.32);
    height: 100%;
}

.aile-onemli .border {
    border-color: rgba(255, 255, 255, 0.16) !important;
}

.lise-gallery-section {
    background: linear-gradient(180deg, #f3f4ff 0%, #ffffff 100%);
}

.lise-gallery-header {
    max-width: 780px;
    margin: 0 auto 3rem;
    text-align: center;
}

.lise-gallery-header span {
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #4338ca;
    background: rgba(67, 56, 202, 0.12);
    border: 1px solid rgba(67, 56, 202, 0.2);
    border-radius: 999px;
    padding: 0.35rem 1.2rem;
    margin-bottom: 1rem;
}

/* Pinterest tarzı Masonry Grid */
.lise-gallery-grid {
    column-count: 3;
    column-gap: clamp(1.5rem, 3vw, 2rem);
    margin-top: 1rem;
}

.lise-gallery-card {
    break-inside: avoid;
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    position: relative;
    min-height: 200px; /* Layout shift önleme - minimum yükseklik */
}

.lise-gallery-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.15);
}

.lise-gallery-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    transition: opacity 0.4s ease;
    min-height: 200px; /* Layout shift önleme */
    object-fit: cover;
}

/* Lightbox */
.lise-lightbox {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    animation: fadeIn 0.3s ease;
}

.lise-lightbox.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lise-lightbox-content {
    position: relative;
    max-width: 95%;
    max-height: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lise-lightbox-img {
    max-width: 100%;
    max-height: 95vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.lise-lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    backdrop-filter: blur(10px);
}

.lise-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.lise-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    backdrop-filter: blur(10px);
}

.lise-lightbox-nav:hover {
    background: rgba(255, 255, 255, 0.3);
}

.lise-lightbox-nav.prev {
    left: 20px;
}

.lise-lightbox-nav.next {
    right: 20px;
}

.lise-lightbox-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    z-index: 10;
    backdrop-filter: blur(10px);
}

/* Body Scroll Lock */
body.lise-lightbox-open {
    overflow: hidden;
}

@media (max-width: 992px) {
    .lise-gallery-grid {
        column-count: 2;
    }
}

@media (max-width: 768px) {
    .lise-gallery-grid {
        column-count: 1;
    }
}

.lise-cta {
    background: linear-gradient(135deg, #0b1322 0%, #1f2937 35%, #4338ca 100%);
    color: #fff;
}

.lise-cta p {
    color: rgba(255, 255, 255, 0.78);
}

.lise-cta .btn-outline-brand {
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

.lise-cta .btn-outline-brand:hover {
    background: #fff;
    color: #0b1322;
}

@media (max-width: 992px) {
    .lise-page .philosophy-content-wrapper {
        grid-template-columns: 1fr;
    }

    .lise-page .philosophy-image {
        order: -1;
        min-height: clamp(20rem, 50vw, 28rem);
        position: relative;
        top: 0;
    }

    .lise-page .philosophy-grid {
        grid-template-columns: 1fr;
    }

    .lise-page .philosophy-card:not(:last-child) {
        border-bottom: 1px solid rgba(148, 163, 184, 0.2);
    }

    .deneyim-asimetrik {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        height: auto;
    }

    .deneyim-featured {
        grid-row: auto;
        min-height: clamp(20rem, 50vw, 28rem);
    }

}

@media (max-width: 768px) {
    .deneyim-asimetrik {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        height: auto;
    }

    .deneyim-featured {
        grid-row: auto;
        min-height: clamp(18rem, 60vw, 24rem);
    }

    .lise-page .philosophy-content-wrapper {
        grid-template-columns: 1fr;
    }

    .lise-page .philosophy-image {
        order: -1;
        min-height: clamp(20rem, 50vw, 28rem);
        position: relative;
        top: 0;
    }

    .lise-page .philosophy-card:not(:last-child) {
        border-bottom: 1px solid rgba(148, 163, 184, 0.2);
    }

    .aile-bolumu .row > * {
        margin-bottom: 1.5rem;
    }

}

.cta-panel .btn-light {
    background: #ffffff;
    color: var(--brand-primary);
    border: none;
    font-weight: 600;
    padding: 0.95rem 2.6rem;
    border-radius: 999px;
    transition: all 0.3s ease;
}

.cta-panel .btn-light:hover {
    background: #f8fafc;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Management Team Page Styles */
body.management-team-page {
    position: relative;
    min-height: 100%;
    background-color: #e7eef9;
    overflow-x: hidden;
}

body.management-team-page::before {
    content: "";
    position: fixed;
    inset: 0;
    background: linear-gradient(140deg, rgba(231, 238, 249, 1) 0%, rgba(231, 238, 249, 0.95) 45%, rgba(231, 238, 249, 1) 100%);
    z-index: -1;
}

.progressive-disclosure {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.management-header {
    background: linear-gradient(135deg, rgba(6, 79, 173, 0.12), rgba(148, 156, 167, 0.03));
    margin: -6.5rem calc(50% - 50vw) 4rem;
    padding: 10rem 0 6rem;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    width: 100vw;
}

.management-header::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: radial-gradient(120% 120% at 50% 0%, rgba(6, 79, 173, 0.18) 0%, rgba(231, 238, 249, 0) 60%);
}

.management-header-inner {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: center;
}

.management-header-badge {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(6, 79, 173, 0.12);
    color: #064fad;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.management-header h1 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.management-header p {
    color: #4f5b65;
    line-height: 1.7;
}

.leadership-intro {
    margin-bottom: 3rem;
}

.department-intro {
    margin-top: 8rem;
}

.team-feature {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-bottom: 3rem;
}

.team-feature.reverse {
    flex-direction: row-reverse;
}

.team-feature-media {
    flex: 0 0 40%;
}

.team-feature-media img {
    width: 100%;
    height: auto;
    border-radius: 1.25rem;
    object-fit: cover;
}

.team-card {
    background: #ffffff;
    border-radius: 1.25rem;
    box-shadow: 0 20px 40px rgba(12, 27, 49, 0.08);
    padding: 2.25rem;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}

.team-card img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    object-fit: cover;
}

.team-card:hover,
.team-card:focus-visible {
    transform: scale(1.03);
    box-shadow: 0 28px 48px rgba(12, 27, 49, 0.14);
}

.team-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0e2341;
    margin: 0;
}

.team-card p {
    margin: 0;
    color: #4f5b65;
    font-weight: 500;
}

.team-card-cta {
    color: #064fad;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.team-card-basic {
    flex: 1;
    align-items: flex-start;
    text-align: left;
    padding: 2.5rem;
}

.team-card-basic h3 {
    font-size: 1.75rem;
}

.team-card-basic p {
    font-size: 1.05rem;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.team-card-grid {
    padding: 2rem;
}

.team-card-grid img {
    aspect-ratio: 1;
}

.team-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.team-modal-overlay.is-visible {
    display: flex;
}

.team-modal-content {
    background: #ffffff;
    border-radius: 1.5rem;
    max-width: 900px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 3rem;
    position: relative;
    box-shadow: 0 30px 60px rgba(12, 27, 49, 0.2);
}

.team-modal-header {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.team-modal-header img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 1rem;
    flex-shrink: 0;
}

.team-modal-title h3 {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    color: #0e2341;
}

.team-modal-title p {
    margin: 0.35rem 0 0 0;
    color: #4f5b65;
    font-weight: 500;
}

.modal-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    background: transparent;
    border: none;
    font-size: 2rem;
    line-height: 1;
    color: #102544;
    cursor: pointer;
}

.modal-close:hover {
    color: #064fad;
}

.modal-credentials {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
    display: grid;
    gap: 0.75rem;
}

.modal-credentials li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #334153;
    font-weight: 500;
}

.modal-credentials i {
    color: #064fad;
}

.team-modal-body p {
    color: #3b4654;
    line-height: 1.75;
}

.team-modal-actions {
    margin-top: 2rem;
}

.team-modal-actions .management-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: #064fad;
    color: #ffffff;
    padding: 0.85rem 1.5rem;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-modal-actions .management-contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(6, 79, 173, 0.25);
}

body.modal-open {
    overflow: hidden;
}

@media (max-width: 992px) {
    .team-feature,
    .team-feature.reverse {
        flex-direction: column;
        align-items: stretch;
    }

    .team-feature-media,
    .team-card-basic {
        flex: 1 1 100%;
    }

    .team-card-basic {
        text-align: center;
        align-items: center;
    }

    .team-card-basic h3 {
        font-size: 1.6rem;
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .team-grid {
        grid-template-columns: 1fr;
    }

    .team-modal-content {
        padding: 2rem;
    }

    .team-modal-header {
        flex-direction: column;
        text-align: center;
    }
}

/* ============================================
   DİĞER KAMPÜSLERİMİZ BÖLÜMÜ
   ============================================ */

.campus-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 2px solid transparent;
    opacity: 0;
    transform: translateY(30px);
    animation: campusCardFadeIn 0.8s ease-out forwards;
}

.campus-card:nth-child(1) { animation-delay: 0.1s; }
.campus-card:nth-child(2) { animation-delay: 0.2s; }
.campus-card:nth-child(3) { animation-delay: 0.3s; }
.campus-card:nth-child(4) { animation-delay: 0.4s; }
.campus-card:nth-child(5) { animation-delay: 0.5s; }
.campus-card:nth-child(6) { animation-delay: 0.6s; }

@keyframes campusCardFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.campus-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.15);
    border-color: #d4b483;
}

.campus-card h3 {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.5rem;
    line-height: 1.4;
    min-height: 3.5rem;
}

.campus-info {
    margin-bottom: 1.5rem;
}

.campus-address,
.campus-phone {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.campus-address i,
.campus-phone i {
    color: #d4b483;
    font-size: 1.1rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.campus-phone a {
    color: #d4b483;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.campus-phone a:hover {
    color: #c6a431;
    text-decoration: underline;
}

.campus-map {
    margin-top: auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
    transition: all 0.3s ease;
}

.campus-map:hover {
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.15);
}

.campus-map iframe {
    width: 100%;
    height: 200px;
    border: none;
    display: block;
}

.map-hint {
    font-size: 0.75rem;
    color: #94a3b8;
    text-align: center;
    padding: 0.5rem;
    margin: 0;
    background-color: #f8f9fa;
    font-style: italic;
}

@media (max-width: 991.98px) {
    .campus-card {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .campus-card {
        padding: 1.5rem;
    }
    
    .campus-card h3 {
        font-size: 1.1rem;
        min-height: auto;
    }
    
    .campus-map iframe {
        height: 180px;
    }
}

/* ============================================
   ERASMUS+ PROJE KARTLARI
   Erasmus+ proje listesi için kart yapısı
   ============================================ */

.project-card {
    transition: all 0.3s ease;
    color: inherit;
    background: #ffffff;
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15) !important;
    border-color: var(--brand-accent) !important;
    text-decoration: none;
    color: inherit;
}

.project-card .card-title {
    color: var(--brand-primary);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.project-card:hover .card-title {
    color: var(--brand-accent);
}

@media (max-width: 768px) {
    .project-card .card-title {
        font-size: 0.9rem;
    }
}

/* ============================================
   ERASMUS+ GENEL BİLGİ GÖRSEL ALANI
   Metin yanında görsel alanı için
   ============================================ */

.erasmus-info-image {
    position: relative;
}

.erasmus-info-image img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.erasmus-info-image:hover img {
    transform: scale(1.02);
}

@media (max-width: 992px) {
    .erasmus-info-image {
        margin-top: 2rem;
    }
    
    .erasmus-info-image img {
        border-radius: 0.75rem;
    }
}

/* ============================================
   STRATEJİK ORTAKLIK KARTLARI
   Modern ve çekici kart tasarımı
   ============================================ */

.strategic-partnership-card {
    background: #ffffff;
    border-radius: 0.75rem;
    padding: 2rem 1.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    min-height: 200px;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
}

.strategic-partnership-card-single {
    padding: 2.5rem 2rem;
}

.strategic-partnership-card-single .col-md-6:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 2rem;
}

.strategic-partnership-card-single .col-md-6:last-child {
    padding-left: 2rem;
}

.strategic-partnership-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-accent), var(--brand-primary));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.strategic-partnership-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
    border-color: var(--brand-accent);
}

.strategic-partnership-card:hover::before {
    transform: scaleX(1);
}

.strategic-partnership-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--brand-primary);
    margin-bottom: 0.75rem;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.strategic-partnership-card:hover .strategic-partnership-title {
    color: var(--brand-accent);
}

.strategic-partnership-text {
    color: rgba(15, 23, 42, 0.7);
    line-height: 1.6;
    font-size: 0.95rem;
    margin: 0;
    flex-grow: 1;
}

@media (max-width: 992px) {
    .strategic-partnership-card {
        padding: 1.75rem 1.5rem;
        min-height: 180px;
    }
    
    .strategic-partnership-card-single {
        padding: 2rem 1.5rem;
    }
    
    .strategic-partnership-card-single .col-md-6:first-child {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-right: 0;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .strategic-partnership-card-single .col-md-6:last-child {
        padding-left: 0;
    }
    
    .strategic-partnership-title {
        font-size: 1.15rem;
    }
}

@media (max-width: 768px) {
    .strategic-partnership-card {
        padding: 1.5rem 1.25rem;
        border-radius: 0.75rem;
        min-height: 160px;
    }
    
    .strategic-partnership-title {
        font-size: 1.1rem;
        margin-bottom: 0.625rem;
    }
    
    .strategic-partnership-text {
        font-size: 0.9rem;
    }
}

/* ============================================
   ERASMUS+ PROJE BİLGİ KARTLARI
   Proje detay sayfası bilgi kartları
   ============================================ */

.erasmus-project-info-section {
    padding: 4rem 0;
}

.erasmus-project-info-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 1.25rem;
    padding: 2.5rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.erasmus-project-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-accent), var(--brand-primary));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.erasmus-project-info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    border-color: var(--brand-accent);
}

.erasmus-project-info-card:hover::before {
    transform: scaleX(1);
}

.erasmus-project-info-card-countries {
    background: linear-gradient(135deg, rgba(218, 198, 74, 0.12) 0%, rgba(218, 198, 74, 0.05) 100%);
    border-left: 4px solid var(--brand-accent);
}

.erasmus-project-info-card-code {
    background: linear-gradient(135deg, rgba(145, 25, 37, 0.1) 0%, rgba(145, 25, 37, 0.04) 100%);
    border-left: 4px solid var(--brand-primary);
}

.project-info-card-icon {
    width: 80px;
    height: 80px;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}


.project-info-card-content {
    flex: 1;
}

.project-info-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--brand-primary);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.project-info-card-value {
    font-size: 1rem;
    color: rgba(15, 23, 42, 0.8);
    line-height: 1.6;
}

.country-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 0.25rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--brand-primary);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.country-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    background: var(--brand-accent);
    color: #ffffff;
}

.project-code-value {
    font-family: 'Courier New', monospace;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--brand-primary);
    word-break: break-all;
    margin: 0;
}

/* Responsive Tasarım */
@media (max-width: 992px) {
    .erasmus-project-info-card {
        padding: 2rem;
    }
}

@media (max-width: 768px) {
    .erasmus-project-info-section {
        padding: 3rem 0;
    }

    .erasmus-project-info-card {
        padding: 1.5rem;
    }

    .project-info-card-title {
        font-size: 1rem;
    }

    .country-badge {
        padding: 0.4rem 0.8rem;
        font-size: 0.85rem;
    }

    .project-code-value {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .erasmus-project-info-section {
        padding: 2rem 0;
    }
}

/* ============================================
   NEDEN BİZ SAYFASI - SAYFA-SPECIFIC STİLLER
   ============================================ */

/* Tab Switching Logic */
#neden-tab-akademik:checked ~ .neden-biz-tabs-content .neden-biz-panels #panel-akademik,
#neden-tab-mentor:checked ~ .neden-biz-tabs-content .neden-biz-panels #panel-mentor,
#neden-tab-isbirligi:checked ~ .neden-biz-tabs-content .neden-biz-panels #panel-isbirligi,
#neden-tab-teknoloji:checked ~ .neden-biz-tabs-content .neden-biz-panels #panel-teknoloji {
    opacity: 1;
    transform: translateX(0);
}

