/* ============================================================
   ANA SAYFA CSS - Referans Tasarım (palmiye-koleji-anaokulu.html)
   ============================================================ */

/* ============================================================
   HERO SLIDER - Tam Ekran (10 Slide)
   ============================================================ */
.hero-slider-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: calc(100vh - 200px);
    min-height: 500px;
    max-height: 800px;
}

/* ── Layout Image: Sadece Tam Ekran Görsel ─────────────── */
.hs-slide--layout-image {
    background: #000 !important;
    padding: 0;
}
.hs-slide--layout-image .hs-overlay,
.hs-slide--layout-image .hs-deco-1,
.hs-slide--layout-image .hs-deco-2,
.hs-slide--layout-image .hs-deco-3 {
    display: none !important;
}
.hs-slide--layout-image > .container {
    position: absolute !important;
    inset: 0;
    max-width: 100% !important;
    padding: 0 !important;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: stretch;
}
.hs-fullimg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    z-index: 1;
}

/* Overlay (görsel varsa) */
.hs-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

/* ── Layout Varyantları ─────────────────────────────────── */

/* L1: Sol Metin + Sağ Görsel/Emoji */
.hs-l1 {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 60px;
    align-items: center;
    padding: 50px 0;
}

/* L2 & L7 & L10: Ortalanmış */
.hs-l2, .hs-l10 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px 0;
    max-width: 800px;
    margin: 0 auto;
}
.hs-title-xl {
    font-family: var(--font-heading);
    font-size: clamp(2.4rem, 5.5vw, 4.2rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 16px;
    text-shadow: 0 2px 20px rgba(0,0,0,.2);
}
.hs-subtitle-lg {
    font-size: clamp(1rem, 2vw, 1.3rem);
    color: rgba(255,255,255,.85);
    font-weight: 700;
    margin-bottom: 12px;
}
.hs-actions-center { justify-content: center; }
.hs-stat-row { display: flex; justify-content: center; margin-top: 20px; }

/* L4: Tam Ekran Görsel + Alt İçerik */
.hs-l4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px 0 60px;
    height: 100%;
}
.hs-content-bottom { max-width: 700px; }
.hs-stat-float {
    position: absolute;
    top: 30px;
    right: 30px;
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 14px;
    padding: 14px 22px;
    backdrop-filter: blur(6px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* L5: İki Eşit Sütun */
.hs-l5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 50px 0;
}
.hs-content-right { display: flex; justify-content: center; }
.hs-big-stat { text-align: center; }
.hs-big-num {
    font-family: var(--font-heading);
    font-size: clamp(3rem, 7vw, 5.5rem);
    font-weight: 900;
    color: #ffd700;
    line-height: 1;
}
.hs-big-lbl {
    font-size: 1rem;
    color: rgba(255,255,255,.8);
    font-weight: 700;
    margin-top: 6px;
}

/* L6: Sol Metin + Sağ İstatistik Grid */
.hs-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.hs-stats-box {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 14px;
    padding: 18px 16px;
    text-align: center;
    backdrop-filter: blur(4px);
}
.hs-stats-num {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 900;
    color: #ffd700;
    line-height: 1;
}
.hs-stats-lbl {
    display: block;
    font-size: .72rem;
    color: rgba(255,255,255,.75);
    font-weight: 700;
    margin-top: 4px;
}

/* L7: Özellik Pilleri */
.hs-feature-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 24px;
}
.hs-pill {
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.3);
    color: #fff;
    padding: 7px 16px;
    border-radius: 30px;
    font-size: .82rem;
    font-weight: 700;
    backdrop-filter: blur(4px);
}

/* L8: Sağ Metin + Sol Görsel */
.hs-l8 {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 60px;
    align-items: center;
    padding: 50px 0;
}

/* L9: Minimal Tek Sütun */
.hs-l9 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 50px 0;
}
.hs-content-narrow { max-width: 560px; }

/* L10: Büyük Emoji Üstte */
.hs-emoji-top {
    font-size: 5rem;
    margin-bottom: 16px;
    filter: drop-shadow(0 8px 24px rgba(0,0,0,.3));
    animation: hs-float 3s ease-in-out infinite;
}

/* L3: Sağ Kart Görsel */
.hs-card-visual {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 20px;
    padding: 32px 28px;
    text-align: center;
    backdrop-filter: blur(8px);
    min-width: 220px;
}
.hs-card-icon { font-size: 3.5rem; margin-bottom: 12px; }
.hs-card-title {
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}
.hs-card-stat {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 900;
    color: #ffd700;
}
.hs-card-stat small { font-size: .75rem; color: rgba(255,255,255,.7); display: block; }
.hs-track {
    position: relative;
    width: 100%;
    height: 100%;
}
.hs-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity .7s ease, transform .7s ease;
    transform: scale(1.03);
    pointer-events: none;
    overflow: hidden;
}
.hs-slide.hs-active {
    opacity: 1;
    transform: scale(1);
    pointer-events: all;
    z-index: 2;
}
/* Dekoratif daireler */
.hs-deco {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
    pointer-events: none;
}
.hs-deco-1 { width: 500px; height: 500px; top: -150px; right: -100px; }
.hs-deco-2 { width: 300px; height: 300px; bottom: -80px; left: -60px; background: rgba(255,255,255,.04); }
.hs-deco-3 { width: 180px; height: 180px; top: 40%; right: 30%; background: rgba(255,255,255,.03); }

.hs-inner {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 60px;
    align-items: center;
    width: 100%;
    padding: 60px 0;
}
.hs-content { color: #fff; max-width: 640px; }
.hs-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.3);
    color: #fff;
    padding: 7px 18px;
    border-radius: 30px;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .06em;
    margin-bottom: 20px;
    backdrop-filter: blur(4px);
}
.hs-title {
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 20px;
    text-shadow: 0 2px 20px rgba(0,0,0,.2);
}
.hs-title span {
    color: #ffd700;
    display: block;
}
.hs-desc {
    font-size: clamp(.95rem, 1.5vw, 1.1rem);
    color: rgba(255,255,255,.88);
    line-height: 1.75;
    margin-bottom: 32px;
    max-width: 520px;
}
.hs-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}
.hs-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: .95rem;
    font-weight: 800;
    text-decoration: none;
    transition: all .25s;
    white-space: nowrap;
}
.hs-btn-primary {
    background: #fff;
    color: #1a1a1a;
    box-shadow: 0 6px 24px rgba(0,0,0,.2);
}
.hs-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 10px 32px rgba(0,0,0,.3); }
.hs-btn-outline {
    background: rgba(255,255,255,.15);
    color: #fff;
    border: 2px solid rgba(255,255,255,.5);
    backdrop-filter: blur(4px);
}
.hs-btn-outline:hover { background: rgba(255,255,255,.25); border-color: #fff; transform: translateY(-3px); }
.hs-stat-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 14px;
    padding: 14px 22px;
    backdrop-filter: blur(6px);
}
.hs-stat-num {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 900;
    color: #ffd700;
    line-height: 1;
}
.hs-stat-lbl {
    font-size: .78rem;
    color: rgba(255,255,255,.8);
    font-weight: 700;
    margin-top: 4px;
}

/* Sağ: Emoji Görseli */
.hs-visual { display: flex; align-items: center; justify-content: center; }
.hs-emoji-wrap {
    position: relative;
    width: 260px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Sağ: Yüklenen Görsel (side image) */
.hs-side-img-wrap {
    position: relative;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hs-side-img {
    width: 280px;
    height: 280px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid rgba(255,255,255,.3);
    box-shadow: 0 12px 48px rgba(0,0,0,.35);
    position: relative;
    z-index: 2;
    animation: hs-float 3s ease-in-out infinite;
}
.hs-emoji {
    font-size: 8rem;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 8px 24px rgba(0,0,0,.3));
    animation: hs-float 3s ease-in-out infinite;
}
@keyframes hs-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
}
.hs-emoji-ring {
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.2);
    animation: hs-pulse 3s ease-in-out infinite;
}
.hs-ring-1 { width: 200px; height: 200px; animation-delay: 0s; }
.hs-ring-2 { width: 260px; height: 260px; animation-delay: .5s; border-color: rgba(255,255,255,.1); }
@keyframes hs-pulse {
    0%, 100% { transform: scale(1); opacity: .6; }
    50% { transform: scale(1.06); opacity: 1; }
}

/* Navigasyon Okları */
.hs-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 52px; height: 52px;
    border-radius: 50%;
    background: rgba(255,255,255,.18);
    border: 2px solid rgba(255,255,255,.35);
    color: #fff;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s;
    backdrop-filter: blur(6px);
}
.hs-arrow:hover { background: rgba(255,255,255,.35); transform: translateY(-50%) scale(1.1); }
.hs-arrow-prev { left: 24px; }
.hs-arrow-next { right: 24px; }

/* Dots */
.hs-dots {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 8px;
    align-items: center;
}
.hs-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,.4);
    border: none;
    cursor: pointer;
    transition: all .3s;
    padding: 0;
}
.hs-dot-active {
    width: 28px;
    border-radius: 4px;
    background: #fff;
}

/* Progress Bar */
.hs-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgba(255,255,255,.15);
    z-index: 10;
}
.hs-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #ffd700, #fff);
    width: 0%;
    transition: width linear;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-slider-section { height: 80vh; min-height: 480px; }
    .hs-inner { grid-template-columns: 1fr; gap: 20px; padding: 40px 0 80px; }
    .hs-visual { display: none; }
    .hs-title { font-size: 2rem; }
    .hs-arrow { width: 40px; height: 40px; font-size: .9rem; }
    .hs-arrow-prev { left: 12px; }
    .hs-arrow-next { right: 12px; }
}

/* ============================================================
   HERO - Split Layout (Sol Metin + Sağ Görsel) [LEGACY - artık kullanılmıyor]
   ============================================================ */
.hero-section {
    position: relative;
    background: linear-gradient(135deg, #0f2a14 0%, #1a4a22 40%, #1a6b2e 100%);
    overflow: hidden;
    min-height: 65vh;
    display: flex;
    align-items: center;
}
.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Ccircle cx='50' cy='50' r='6'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}
/* Dekoratif daireler */
.hero-section::after {
    content: '';
    position: absolute;
    width: 600px; height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232,101,10,.12) 0%, transparent 70%);
    top: -100px; right: -100px;
    pointer-events: none;
}

.hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 60px 0 50px;
    width: 100%;
}

/* Sol: Metin */
.hero-text { color: var(--white); }
.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(232,101,10,.2);
    border: 1px solid rgba(232,101,10,.4);
    color: #ffa040;
    padding: 7px 18px;
    border-radius: 30px;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.hero-eyebrow-dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: #ffa040;
    animation: pulse-dot 1.5s ease-in-out infinite;
}
@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: .5; transform: scale(.7); }
}
.hero-title {
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 4.5vw, 3.8rem);
    font-weight: 900;
    color: var(--white);
    line-height: 1.12;
    margin-bottom: 22px;
}
.hero-title .hl-orange { color: #ffa040; }
.hero-title .hl-yellow { color: #f5c518; }
.hero-desc {
    font-size: clamp(.95rem, 1.8vw, 1.1rem);
    color: rgba(255,255,255,.8);
    line-height: 1.75;
    margin-bottom: 36px;
    max-width: 520px;
}
.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.hero-stats {
    display: flex;
    gap: 28px;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,.12);
}
.hero-stat-item { text-align: center; }
.hero-stat-num {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 900;
    color: #f5c518;
    line-height: 1;
}
.hero-stat-lbl {
    display: block;
    font-size: .72rem;
    color: rgba(255,255,255,.6);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-top: 4px;
}

/* Sağ: Görsel */
.hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-img-wrap {
    position: relative;
    width: 100%;
    max-width: 520px;
}
.hero-img-main {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(0,0,0,.4);
    display: block;
}
.hero-img-placeholder {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
    border: 2px dashed rgba(255,255,255,.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: rgba(255,255,255,.3);
    font-size: 4rem;
}
.hero-img-placeholder p { font-size: .9rem; }

/* Floating kartlar */
.hero-float-card {
    position: absolute;
    background: var(--white);
    border-radius: 14px;
    padding: 12px 16px;
    box-shadow: 0 8px 30px rgba(0,0,0,.2);
    display: flex;
    align-items: center;
    gap: 10px;
    animation: float-card 4s ease-in-out infinite;
}
.hero-float-card:nth-child(2) { animation-delay: -2s; }
.hero-float-card-1 {
    bottom: -20px;
    left: -30px;
}
.hero-float-card-2 {
    top: -20px;
    right: -20px;
    animation-delay: -1s;
}
@keyframes float-card {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
.hero-float-icon {
    width: 40px; height: 40px;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}
.hero-float-icon-green { background: rgba(26,107,46,.1); }
.hero-float-icon-orange { background: rgba(232,101,10,.1); }
.hero-float-txt strong {
    display: block;
    font-size: .82rem;
    font-weight: 800;
    color: var(--gray-900);
}
.hero-float-txt span {
    font-size: .7rem;
    color: var(--gray-500);
}

/* Swiper (slider varsa) */
.hero-swiper, .hero-default {
    height: 100vh;
    min-height: 600px;
    max-height: 900px;
}
.hero-slide {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.hero-bg-gradient {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--green-dark) 0%, var(--green) 40%, #2d6a4f 70%, #1b4332 100%);
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0,0,0,.65) 0%,
        rgba(0,0,0,.4) 50%,
        rgba(0,0,0,.2) 100%
    );
}
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    padding: 120px 0 80px;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(232,101,10,.9);
    color: var(--white);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 20px;
    backdrop-filter: blur(4px);
}

/* Swiper Navigasyon */
.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
    width: 50px; height: 50px;
    background: rgba(255,255,255,.15);
    border-radius: 50%;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,.3);
    transition: var(--transition);
}
.hero-swiper .swiper-button-prev:hover,
.hero-swiper .swiper-button-next:hover {
    background: var(--orange);
    border-color: var(--orange);
}
.hero-swiper .swiper-button-prev::after,
.hero-swiper .swiper-button-next::after {
    font-size: 1rem;
    color: var(--white);
    font-weight: 900;
}
.hero-swiper .swiper-pagination-bullet {
    width: 10px; height: 10px;
    background: rgba(255,255,255,.5);
    opacity: 1;
    transition: var(--transition);
}
.hero-swiper .swiper-pagination-bullet-active {
    background: var(--orange);
    width: 28px;
    border-radius: 5px;
}

/* ============================================================
   FEATURES BAR (Hero altındaki 7 özellik)
   ============================================================ */
.features-bar {
    background: var(--white);
    box-shadow: 0 4px 24px rgba(0,0,0,.08);
    position: relative;
    z-index: 10;
    border-bottom: 3px solid var(--light-green);
}
.features-bar-inner {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0;
}
.feature-bar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 18px 12px;
    border-right: 1px solid #f0f0f0;
    text-align: center;
    transition: background .2s;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}
.feature-bar-item:last-child { border-right: none; }
.feature-bar-item:hover { background: var(--light-green); }
.feature-bar-item:focus-visible { outline: 3px solid rgba(26,107,46,.28); outline-offset: -3px; background: var(--light-green); }
.feature-bar-icon {
    width: 44px; height: 44px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}
.feature-bar-icon-green { background: rgba(26,107,46,.1); color: var(--green); }
.feature-bar-icon-orange { background: rgba(232,101,10,.1); color: var(--orange); }
.feature-bar-icon-blue { background: rgba(59,130,246,.1); color: #3b82f6; }
.feature-bar-icon-purple { background: rgba(139,92,246,.1); color: #8b5cf6; }
.feature-bar-icon-red { background: rgba(239,68,68,.1); color: #ef4444; }
.feature-bar-icon-teal { background: rgba(20,184,166,.1); color: #14b8a6; }
.feature-bar-icon-yellow { background: rgba(245,197,24,.15); color: #d97706; }
.feature-bar-lbl {
    font-size: .72rem;
    font-weight: 800;
    color: var(--gray-700);
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .04em;
}

/* Hero Info Bar (eski yapı - geriye dönük uyumluluk) */
.hero-info-bar {
    background: var(--white);
    box-shadow: var(--shadow-lg);
    position: relative;
    z-index: 10;
}
.hero-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}
.hero-info-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 24px;
    border-right: 1px solid var(--gray-100);
    transition: var(--transition);
}
.hero-info-item:hover { background: var(--gray-50); }
.hero-info-item > i {
    font-size: 1.5rem;
    color: var(--green);
    flex-shrink: 0;
}
.hero-info-label {
    display: block;
    font-size: .75rem;
    color: var(--gray-400);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 2px;
}
.hero-info-value {
    display: block;
    font-size: .9rem;
    font-weight: 700;
    color: var(--gray-800);
}
.hero-info-cta {
    justify-content: center;
    border-right: none;
}

/* ============================================================
   SOSYAL HUB - 3 Sütun (Instagram / PDR / Haberler)
   ============================================================ */
.social-hub-section { background: var(--gray-50); }

.social-hub-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}

/* Her sütun kartı */
.social-hub-col {
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: var(--transition);
}
.social-hub-col:hover {
    box-shadow: var(--shadow-xl);
    transform: translateY(-4px);
}

/* Sütun başlığı */
.social-hub-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    border-bottom: 1px solid var(--gray-100);
}
.social-hub-header h3 {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 800;
    color: var(--gray-900);
    margin: 0;
    line-height: 1.2;
}
.social-hub-sub {
    font-size: .75rem;
    color: var(--gray-400);
    margin: 2px 0 0;
}
.social-hub-handle {
    font-size: .78rem;
    color: var(--gray-400);
    font-weight: 600;
    text-decoration: none;
    display: block;
    margin-top: 2px;
}
.social-hub-handle:hover { color: #e1306c; }

.social-hub-icon {
    width: 42px; height: 42px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}
.social-hub-header--ig .social-hub-icon {
    background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: #fff;
}
.social-hub-header--pdr .social-hub-icon {
    background: linear-gradient(135deg, var(--green), var(--green-light));
    color: #fff;
}
.social-hub-header--news .social-hub-icon {
    background: linear-gradient(135deg, var(--orange), var(--orange-light));
    color: #fff;
}

/* Takip Et butonu (Instagram başlığında sağa yaslanır) */
.social-hub-follow-btn {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: linear-gradient(135deg, #f09433, #dc2743, #bc1888);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: .75rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity .2s;
    flex-shrink: 0;
}
.social-hub-follow-btn:hover { opacity: .85; }

/* Instagram 2x3 grid */
.social-hub-ig-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
    flex: 1;
    padding: 12px;
}
.ig-thumb {
    position: relative;
    aspect-ratio: 1;
    background: var(--gray-100);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform .2s;
}
.ig-thumb:hover { transform: scale(1.04); }
.ig-thumb-emoji {
    font-size: 2rem;
    z-index: 1;
    transition: transform .2s;
}
.ig-thumb:hover .ig-thumb-emoji { transform: scale(1.15); }
.ig-thumb-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    opacity: 0;
    transition: opacity .2s;
    border-radius: 8px;
}
.ig-thumb:hover .ig-thumb-overlay { opacity: 1; }

/* PDR & Haberler liste */
.social-hub-list {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 8px 0;
}
.social-hub-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 20px;
    border-bottom: 1px solid var(--gray-50);
    text-decoration: none;
    transition: background .15s;
    cursor: pointer;
}
.social-hub-item:last-child { border-bottom: none; }
.social-hub-item:hover { background: var(--gray-50); }
.social-hub-item-icon {
    width: 36px; height: 36px;
    background: rgba(26,107,46,.1);
    color: var(--green);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: .9rem;
    flex-shrink: 0;
    margin-top: 2px;
}
.social-hub-item-icon--news {
    background: rgba(232,101,10,.1);
    color: var(--orange);
}
.social-hub-item-body { flex: 1; min-width: 0; }
.social-hub-item-body h4 {
    font-size: .88rem;
    font-weight: 700;
    color: var(--gray-800);
    margin: 0 0 4px;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.social-hub-item:hover .social-hub-item-body h4 { color: var(--green); }
.social-hub-item-body p {
    font-size: .78rem;
    color: var(--gray-400);
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.social-hub-item-arrow {
    color: var(--gray-300);
    font-size: .75rem;
    flex-shrink: 0;
    margin-top: 4px;
    transition: transform .2s, color .2s;
}
.social-hub-item:hover .social-hub-item-arrow {
    transform: translateX(3px);
    color: var(--green);
}

/* Alt "Tümünü Gör" butonu */
.social-hub-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 20px;
    background: var(--gray-50);
    color: var(--green);
    font-size: .85rem;
    font-weight: 700;
    text-decoration: none;
    border-top: 1px solid var(--gray-100);
    transition: background .2s, color .2s;
    margin-top: auto;
}
.social-hub-more-btn:hover { background: var(--green); color: #fff; }
.social-hub-more-btn--news { color: var(--orange); }
.social-hub-more-btn--news:hover { background: var(--orange); color: #fff; }

/* Responsive */
@media (max-width: 992px) {
    .social-hub-grid { grid-template-columns: 1fr; gap: 20px; }
    .social-hub-ig-grid { grid-template-columns: repeat(6, 1fr); }
}
@media (max-width: 600px) {
    .social-hub-ig-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ============================================================
   HAKKIMIZDA
   ============================================================ */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.about-images {
    position: relative;
    padding-bottom: 40px;
}
.about-img-main {
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
}
.about-img-main img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: transform .5s ease;
}
.about-img-main:hover img { transform: scale(1.03); }
.about-img-secondary {
    position: absolute;
    bottom: 0;
    right: -20px;
    width: 200px;
    height: 200px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    border: 4px solid var(--white);
}
.about-img-secondary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-badge-float {
    position: absolute;
    top: 30px;
    left: -20px;
    background: var(--orange);
    color: var(--white);
    padding: 16px 20px;
    border-radius: var(--radius-lg);
    text-align: center;
    box-shadow: var(--shadow-lg);
    animation: float 3s ease-in-out infinite;
}
.about-badge-number {
    display: block;
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1;
}
.about-badge-text {
    font-size: .75rem;
    font-weight: 700;
    opacity: .9;
    line-height: 1.3;
}
.about-text {
    font-size: 1rem;
    color: var(--gray-600);
    line-height: 1.8;
    margin-bottom: 28px;
}
.about-features { display: flex; flex-direction: column; gap: 16px; margin-bottom: 32px; }
.about-feature {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    background: var(--gray-50);
    border-radius: var(--radius);
    border-left: 3px solid var(--green);
    transition: var(--transition);
}
.about-feature:hover { background: rgba(26,107,46,.05); transform: translateX(4px); }
.about-feature-icon {
    width: 44px; height: 44px;
    background: var(--green);
    color: var(--white);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.about-feature h3 { font-size: .95rem; font-weight: 700; color: var(--gray-800); margin-bottom: 4px; }
.about-feature p { font-size: .85rem; color: var(--gray-500); line-height: 1.5; }
.about-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ============================================================
   İSTATİSTİKLER
   ============================================================ */
.stats-section {
    background: linear-gradient(135deg, var(--green-dark) 0%, var(--green) 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.stats-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='40' cy='40' r='8'/%3E%3C/g%3E%3C/svg%3E");
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
}
.stat-item {
    text-align: center;
    padding: 30px 20px;
    border-right: 1px solid rgba(255,255,255,.15);
    transition: var(--transition);
}
.stat-item:last-child { border-right: none; }
.stat-item:hover { background: rgba(255,255,255,.05); }
.stat-icon {
    font-size: 2.2rem;
    margin-bottom: 12px;
    color: var(--orange-light) !important;
}
.stat-number {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    color: var(--white);
    line-height: 1;
    margin-bottom: 8px;
}
.stat-label {
    font-size: .88rem;
    color: rgba(255,255,255,.8);
    font-weight: 600;
    letter-spacing: .03em;
}

/* ============================================================
   SINIFLAR
   ============================================================ */
.classes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 24px;
}
.class-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: var(--transition);
    border-top: 4px solid var(--class-color, var(--green));
    display: flex;
    flex-direction: column;
}
.class-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}
.class-card-header {
    padding: 24px 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.class-emoji { font-size: 2.5rem; }
.class-age-badge {
    background: rgba(26,107,46,.1);
    color: var(--green);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: .78rem;
    font-weight: 700;
}
.class-card-body { padding: 16px 24px; flex: 1; }
.class-name {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--gray-900);
    margin-bottom: 4px;
}
.class-subtitle { font-size: .82rem; color: var(--orange); font-weight: 600; margin-bottom: 10px; }
.class-desc { font-size: .85rem; color: var(--gray-500); line-height: 1.6; }
.class-card-footer { padding: 16px 24px 24px; }
.class-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--class-color, var(--green));
    font-size: .88rem;
    font-weight: 700;
    transition: gap .2s;
}
.class-link:hover { gap: 10px; }

/* ============================================================
   NEDEN BİZ
   ============================================================ */
.why-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}
.why-item {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 24px 20px;
    box-shadow: var(--shadow);
    transition: var(--transition);
    text-align: center;
    border-bottom: 3px solid transparent;
}
.why-item:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
    border-bottom-color: var(--green);
}
.why-icon {
    width: 60px; height: 60px;
    background: linear-gradient(135deg, var(--green), var(--green-light));
    color: var(--white);
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem;
    margin: 0 auto 16px;
    transition: var(--transition);
}
.why-item:hover .why-icon {
    background: linear-gradient(135deg, var(--orange), var(--orange-light));
    transform: rotate(5deg) scale(1.1);
}
.why-content h3 {
    font-family: var(--font-heading);
    font-size: .9rem;
    font-weight: 700;
    color: var(--gray-800);
    margin-bottom: 8px;
}
.why-content p { font-size: .8rem; color: var(--gray-500); line-height: 1.6; }
.why-cta { margin-top: 10px; }

/* ============================================================
   ÖĞRETMENLER
   ============================================================ */
.teachers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.teacher-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    text-align: center;
}
.teacher-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}
.teacher-photo {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/4;
    background: var(--gray-100);
}
.teacher-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.teacher-card:hover .teacher-photo img { transform: scale(1.05); }
.teacher-photo-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: var(--gray-300);
    background: var(--gray-100);
}
.teacher-social {
    position: absolute;
    bottom: -50px;
    left: 0; right: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    background: linear-gradient(to top, rgba(0,0,0,.7), transparent);
    transition: bottom .3s ease;
}
.teacher-card:hover .teacher-social { bottom: 0; }
.teacher-social a {
    width: 34px; height: 34px;
    background: rgba(255,255,255,.2);
    color: var(--white);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: .85rem;
    backdrop-filter: blur(4px);
    transition: var(--transition);
}
.teacher-social a:hover { background: var(--orange); }
.teacher-info { padding: 18px 16px; }
.teacher-name {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 4px;
}
.teacher-title {
    display: block;
    font-size: .82rem;
    color: var(--green);
    font-weight: 600;
    margin-bottom: 4px;
}
.teacher-branch {
    display: inline-block;
    background: rgba(232,101,10,.1);
    color: var(--orange);
    padding: 2px 10px;
    border-radius: 12px;
    font-size: .75rem;
    font-weight: 600;
}

/* ============================================================
   ETKİNLİKLER
   ============================================================ */
.events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.event-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    position: relative;
}
.event-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
}
.event-date-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--orange);
    color: var(--white);
    padding: 8px 12px;
    border-radius: 10px;
    text-align: center;
    z-index: 2;
    box-shadow: var(--shadow);
}
.event-day {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
}
.event-month {
    display: block;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.event-img { position: relative; overflow: hidden; height: 200px; }
.event-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.event-card:hover .event-img img { transform: scale(1.05); }
.event-img-placeholder {
    width: 100%; height: 100%;
    background: linear-gradient(135deg, var(--green), var(--green-light));
    display: flex; align-items: center; justify-content: center;
    font-size: 3rem;
    color: rgba(255,255,255,.5);
}
.event-body { padding: 20px; }
.event-title {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.4;
}
.event-title a { color: var(--gray-900); transition: color .2s; }
.event-title a:hover { color: var(--green); }
.event-location {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .82rem;
    color: var(--gray-400);
    margin-bottom: 8px;
}
.event-location i { color: var(--orange); }
.event-excerpt { font-size: .85rem; color: var(--gray-500); line-height: 1.6; }

/* ============================================================
   GALERİ
   ============================================================ */
.gallery-masonry {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px;
    gap: 12px;
}
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    cursor: pointer;
    display: block;
}
.gallery-item:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.gallery-item:nth-child(5) { grid-column: span 2; }
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item-overlay {
    position: absolute;
    inset: 0;
    background: rgba(26,107,46,.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s ease;
    color: var(--white);
    font-size: 1.5rem;
}
.gallery-item:hover .gallery-item-overlay { opacity: 1; }

/* ============================================================
   YORUMLAR - KOMPAKT / EŞİT KART TASARIMI
   ============================================================ */
.testimonials-section {
    background: var(--gray-50);
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    overflow: hidden;
}
.testimonials-section .section-header { margin-bottom: 20px !important; }
.testimonials-swiper { padding: 4px 4px 34px; overflow: hidden; }
.testimonials-swiper .swiper-wrapper { align-items: stretch; }
.testimonials-swiper .swiper-slide { height: auto; display: flex; }
.testimonial-card {
    width: 100%;
    min-height: 250px;
    background: var(--white);
    border: 1px solid var(--gray-100);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 8px 28px rgba(0,0,0,.06);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.testimonial-card::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 4px;
    background: var(--green);
}
.testimonial-quote { font-size: 1.55rem; color: var(--green); opacity: .22; margin-bottom: 8px; line-height: 1; }
.testimonial-text {
    font-size: .94rem;
    color: var(--gray-600);
    line-height: 1.7;
    flex: 1;
    margin: 0 0 14px;
    font-style: normal;
    overflow-wrap: anywhere;
    white-space: pre-line;
}
.testimonial-rating { display: flex; gap: 3px; margin-bottom: 13px; }
.testimonial-rating .fa-star { color: var(--gray-200); font-size: .82rem; }
.testimonial-rating .fa-star.active { color: #f59e0b; }
.testimonial-author { display: flex; align-items: center; gap: 11px; padding-top: 13px; border-top: 1px solid var(--gray-100); min-height: 62px; }
.testimonial-avatar { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 2px solid var(--green); flex-shrink: 0; }
.testimonial-avatar-placeholder { width: 46px; height: 46px; border-radius: 50%; background: rgba(26,107,46,.1); color: var(--green); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.testimonial-name { display: block; font-size: .9rem; font-weight: 800; color: var(--gray-900); line-height: 1.25; }
.testimonial-title { display: block; font-size: .76rem; color: var(--gray-500); margin-top: 2px; }
.testimonials-pagination { bottom: 2px !important; }
.testimonials-swiper .swiper-pagination-bullet { background: var(--gray-300); opacity: .7; }
.testimonials-swiper .swiper-pagination-bullet-active { background: var(--green); opacity: 1; }
@media (max-width: 767px) {
    .testimonials-swiper { padding-bottom: 30px; }
    .testimonial-card { min-height: 0; padding: 20px; border-radius: 15px; }
    .testimonial-text { font-size: .91rem; line-height: 1.65; }
}

/* ============================================================
   BLOG KART
   ============================================================ */
.card-img-placeholder {
    width: 100%;
    aspect-ratio: 16/10;
    background: linear-gradient(135deg, var(--green), var(--green-light));
    display: flex; align-items: center; justify-content: center;
    font-size: 3rem;
    color: rgba(255,255,255,.4);
}
.card-category-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    color: var(--white);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: .75rem;
    font-weight: 700;
}
.card-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--green);
    font-size: .85rem;
    font-weight: 700;
    transition: gap .2s;
}
.card-read-more:hover { gap: 10px; }

/* ============================================================
   CTA
   ============================================================ */
.cta-section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    text-align: center;
}
.cta-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--green-dark) 0%, var(--green) 50%, var(--orange) 100%);
    z-index: 0;
}
.cta-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='50' cy='50' r='10'/%3E%3C/g%3E%3C/svg%3E");
}
.cta-content { position: relative; z-index: 1; }
.cta-icon { font-size: 3rem; margin-bottom: 16px; animation: float 3s ease-in-out infinite; }
.cta-title {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 900;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 16px;
}
.cta-title span { color: #ffd166; }
.cta-desc {
    font-size: 1rem;
    color: rgba(255,255,255,.85);
    max-width: 560px;
    margin: 0 auto 32px;
    line-height: 1.7;
}
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   HARİTA
   ============================================================ */
.map-grid {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 30px;
    align-items: start;
}
.map-info {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 30px;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.map-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.map-contact-icon {
    width: 44px; height: 44px;
    background: rgba(26,107,46,.1);
    color: var(--green);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.map-contact-item h3 {
    font-size: .85rem;
    font-weight: 700;
    color: var(--gray-500);
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 4px;
}
.map-contact-item p, .map-contact-item a {
    font-size: .9rem;
    color: var(--gray-800);
    font-weight: 500;
    line-height: 1.5;
}
.map-contact-item a:hover { color: var(--green); }
.map-embed {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    height: 420px;
}
.map-embed iframe { width: 100%; height: 100%; border: none; }
.map-placeholder {
    width: 100%; height: 100%;
    background: var(--gray-100);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--gray-400);
    font-size: 3rem;
}
.map-placeholder p { font-size: .9rem; text-align: center; max-width: 300px; }

/* ============================================================
   LIGHTBOX
   ============================================================ */
.lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}
.lightbox.active { display: flex; }
.lightbox-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.92);
    backdrop-filter: blur(4px);
}
.lightbox-content {
    position: relative;
    z-index: 1;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lightbox-img-wrap {
    max-width: 90vw;
    max-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lightbox-img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: var(--radius);
    box-shadow: var(--shadow-xl);
}
.lightbox-close, .lightbox-prev, .lightbox-next {
    position: absolute;
    background: rgba(255,255,255,.15);
    color: var(--white);
    border: none;
    border-radius: 50%;
    width: 44px; height: 44px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    font-size: 1rem;
    transition: var(--transition);
    backdrop-filter: blur(4px);
}
.lightbox-close { top: -50px; right: 0; }
.lightbox-prev { left: -60px; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: -60px; top: 50%; transform: translateY(-50%); }
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { background: var(--orange); }
.lightbox-caption {
    color: rgba(255,255,255,.8);
    font-size: .9rem;
    margin-top: 12px;
    text-align: center;
}

/* ============================================================
   YARDIMCI
   ============================================================ */
.mt-40 { margin-top: 40px; }
.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: var(--white);
    border-radius: var(--radius);
    padding: 14px 20px;
    box-shadow: var(--shadow-xl);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 9999;
    max-width: 380px;
    animation: fadeInRight .3s ease;
    border-left: 4px solid var(--green);
}
.notification-error { border-left-color: #ef4444; }
.notification i { font-size: 1.1rem; }
.notification-success i { color: var(--green); }
.notification-error i { color: #ef4444; }
.notification span { flex: 1; font-size: .9rem; color: var(--gray-700); }
.notification button {
    background: none;
    border: none;
    color: var(--gray-400);
    cursor: pointer;
    font-size: .85rem;
    padding: 2px;
    transition: color .2s;
}
.notification button:hover { color: var(--gray-700); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1200px) {
    .why-grid { grid-template-columns: repeat(4, 1fr); }
    .hero-info-grid { grid-template-columns: repeat(2, 1fr); }
    .features-bar-inner { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 992px) {
    .hero-inner { grid-template-columns: 1fr; gap: 40px; padding: 80px 0 60px; }
    .hero-visual { display: none; }
    .hero-section { min-height: auto; }
    .hero-swiper, .hero-default { height: 70vh; min-height: 500px; }
    .about-grid { grid-template-columns: 1fr; gap: 40px; }
    .about-images { padding-bottom: 20px; }
    .about-img-secondary { right: 0; width: 160px; height: 160px; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.15); }
    .stat-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.15); }
    .teachers-grid { grid-template-columns: repeat(2, 1fr); }
    .why-grid { grid-template-columns: repeat(3, 1fr); }
    .map-grid { grid-template-columns: 1fr; }
    .map-embed { height: 300px; }
    .gallery-masonry { grid-template-columns: repeat(3, 1fr); }
    .gallery-item:nth-child(1) { grid-column: span 1; grid-row: span 1; }
    .gallery-item:nth-child(5) { grid-column: span 1; }
    .features-bar-inner { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 768px) {
    .hero-swiper, .hero-default { height: 60vh; min-height: 450px; }
    .hero-title { font-size: 1.8rem; }
    .hero-info-grid { grid-template-columns: 1fr; }
    .hero-info-item { border-right: none; border-bottom: 1px solid var(--gray-100); }
    .events-grid { grid-template-columns: 1fr; }
    .gallery-masonry { grid-template-columns: repeat(2, 1fr); }
    .why-grid { grid-template-columns: repeat(2, 1fr); }
    .lightbox-prev { left: -10px; }
    .lightbox-next { right: -10px; }
    .features-bar-inner { grid-template-columns: repeat(4, 1fr); }
    .feature-bar-item:nth-child(n+5) { display: none; }
    .hs-btn { font-size: .8rem; padding: 10px 20px !important; }
    .hs-badge { font-size: .72rem !important; padding: 4px 12px !important; }
    .hs-stat-row { margin-top: 16px !important; }
    .hs-feature-pills { flex-wrap: wrap; justify-content: center; gap: 6px; }
    .hs-pill { font-size: .75rem !important; padding: 4px 12px !important; }
    .social-hub-grid { grid-template-columns: 1fr !important; }
}

@media (max-width: 480px) {
    .hero-swiper, .hero-default { height: 55vh; min-height: 400px; }
    .hero-actions { flex-direction: column; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .classes-grid { grid-template-columns: 1fr; }
    .teachers-grid { grid-template-columns: 1fr; }
    .why-grid { grid-template-columns: 1fr; }
    .gallery-masonry { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
    .cta-actions { flex-direction: column; align-items: center; }
    .features-bar-inner { grid-template-columns: repeat(2, 1fr); }
    .feature-bar-item:nth-child(n+5) { display: flex; }
}

/* ============================================================
   ANA SAYFA BÖLÜM ARALIKLARI
   Bölümlerin üst ve alt iç boşluğu en fazla 20 px tutulur.
   Hero slider bu düzenlemenin dışındadır.
   ============================================================ */
.page-home .section,
.page-home .section-sm,
.page-home .section-lg,
.page-home .cta-section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

@media (max-width: 991px) {
    .page-home .section,
    .page-home .section-sm,
    .page-home .section-lg,
    .page-home .cta-section {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

/* Ana sayfa PDR ve Palmi Mutlu Çocuklar Dünyası tek görsel kutuları */
.social-hub-feature-image {
    position: relative;
    display: block;
    flex: 1;
    min-height: 320px;
    overflow: hidden;
    background: var(--gray-100);
    text-decoration: none;
}
.social-hub-feature-image img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}
.social-hub-feature-image:hover img {
    transform: scale(1.035);
}
.social-hub-feature-overlay {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(255,255,255,.94);
    color: var(--gray-900);
    font-size: .84rem;
    font-weight: 800;
    box-shadow: 0 8px 24px rgba(0,0,0,.14);
    transition: transform .2s ease, background .2s ease, color .2s ease;
}
.social-hub-feature-image:hover .social-hub-feature-overlay {
    transform: translateY(-2px);
    background: var(--green);
    color: #fff;
}
.social-hub-col:last-child .social-hub-feature-image:hover .social-hub-feature-overlay {
    background: var(--orange);
}
.social-hub-feature-placeholder {
    min-height: 320px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    color: var(--gray-500);
    background: linear-gradient(135deg, var(--gray-50), var(--gray-100));
}
.social-hub-feature-placeholder > i {
    font-size: 2.5rem;
    opacity: .45;
}
.social-hub-feature-placeholder strong {
    color: var(--gray-700);
    font-size: 1rem;
}
.social-hub-feature-placeholder small {
    font-size: .76rem;
}

@media (max-width: 767px) {
    .social-hub-feature-image,
    .social-hub-feature-image img,
    .social-hub-feature-placeholder {
        min-height: 240px;
    }
}


/* CTA spacing fix */
.cta-title{
    margin-bottom:10px !important;
}
.cta-desc{
    margin:0 auto 16px !important;
}
.cta-actions{
    margin-top:0 !important;
}


/* ============================================================
   MOBİL HERO SLIDER - AYRI 4:5 GÖRSEL
   Mobil görsel standardı: 1080x1350px
   ============================================================ */
@media (max-width: 768px) {
    .hero-slider-section {
        height: 125vw !important;
        min-height: 0 !important;
        max-height: 720px !important;
    }
    .hs-slide[style*="--hs-mobile-bg"] {
        background-image: var(--hs-mobile-bg) !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }
}
@media (max-width: 480px) {
    .hero-slider-section {
        height: 125vw !important;
        min-height: 0 !important;
        max-height: none !important;
    }
}

/* Instagram profil fotoğrafı */
.social-hub-profile-pic {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #e1306c;
    padding: 2px;
    background: #fff;
}

/* Instagram akışı geçici olarak alınamazsa emoji kutuları yerine temiz durum kartı */
.ig-feed-unavailable{
    grid-column:1/-1;
    min-height:300px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:10px;
    text-align:center;
    padding:28px;
    color:#1f2937;
    background:#f7f8fa;
    border-radius:14px;
    text-decoration:none;
}
.ig-feed-unavailable i{font-size:34px;color:#e1306c}
.ig-feed-unavailable strong{font-size:16px}
.ig-feed-unavailable span{font-size:13px;color:#8b95a5;max-width:240px;line-height:1.5}
