/* ============================================================
   PALMİYE KOLEJİ ANAOKULU - ANA CSS
   Renk: Yeşil (#1a6b2e) + Turuncu (#e8650a)
   ============================================================ */

/* ============================================================
   TEMEL STILLER
   ============================================================ */
.skip-link {
    position: absolute;
    top: -100%;
    left: 0;
    background: var(--green);
    color: var(--white);
    padding: 8px 16px;
    z-index: 9999;
    border-radius: 0 0 8px 0;
    font-weight: 700;
    transition: top .2s;
}
.skip-link:focus { top: 0; }

/* ============================================================
   HEADER - Referans Tasarım (palmiye-koleji-anaokulu.html)
   ============================================================ */

/* Logo */
.hdr-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-right: auto;
    text-decoration: none;
}
.hdr-shield {
    width: 72px; height: 80px;
    flex-shrink: 0;
    position: relative;
    background: linear-gradient(160deg, #1a6b2e, #2a8a45);
    border-radius: 8px 8px 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(26,107,46,.3);
}
.hdr-shield::before {
    content: '';
    position: absolute;
    inset: 3px;
    border-radius: 6px 6px 48% 48%;
    border: 1.5px solid rgba(255,255,255,.25);
}
.hdr-shield-palm { font-size: 1.7rem; position: relative; z-index: 1; }
.hdr-logo-txt { display: flex; flex-direction: column; }
.hdr-t1 {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 900;
    color: var(--green);
    letter-spacing: -.2px;
}
.hdr-t2 { font-size: 1rem; font-weight: 800; color: var(--orange); }
.hdr-t3 { font-size: .76rem; color: #999; font-style: italic; font-weight: 600; }

/* Navigasyon */
.hdr-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.hdr-nav ul {
    display: flex;
    align-items: center;
    gap: 2px;
}
.hdr-nav ul li { position: relative; }
.hdr-nav-link {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 9px 14px;
    font-size: .78rem;
    font-weight: 800;
    color: #2d2d2d;
    border-radius: 10px;
    white-space: nowrap;
    transition: all .22s;
    letter-spacing: .2px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}
.hdr-nav-link::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: calc(100% - 20px);
    height: 2px;
    background: var(--orange);
    border-radius: 2px;
    transition: transform .22s;
}
.hdr-nav-link:hover::after,
.hdr-nav-link.act::after,
.hdr-nav-link.active::after { transform: translateX(-50%) scaleX(1); }
.hdr-nav-link:hover { color: var(--orange); background: rgba(232,101,10,.06); }
.hdr-nav-link.act, .hdr-nav-link.active { color: var(--orange); }
.hdr-ch {
    font-size: .5rem;
    margin-top: 1px;
    transition: transform .22s;
}
.hdr-dd:hover .hdr-ch { transform: rotate(180deg); }

/* Dropdown - Modern Kart Stili */
.hdr-dd {
    position: relative;
}

/* Ana menü ile alt menü arasındaki hover boşluğunu kapatır */
.hdr-dd::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 12px;
}

.hdr-dd-menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%) translateY(-6px);
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,.14), 0 4px 16px rgba(0,0,0,.06);
    min-width: 220px;
    padding: 8px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease, transform .28s ease;
    z-index: 500;
    border: 1px solid rgba(0,0,0,.06);
}
/* Üçgen ok */
.hdr-dd-menu::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px; height: 12px;
    background: #fff;
    border-left: 1px solid rgba(0,0,0,.06);
    border-top: 1px solid rgba(0,0,0,.06);
    transform: translateX(-50%) rotate(45deg);
}
.hdr-dd:hover .hdr-dd-menu {
    opacity: 1;
    pointer-events: all;
    transform: translateX(-50%) translateY(0);
}
.hdr-dd-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    font-size: .8rem;
    font-weight: 700;
    border-radius: 10px;
    color: #333;
    transition: all .18s;
    text-decoration: none;
}
.hdr-dd-link i {
    width: 28px; height: 28px;
    border-radius: 8px;
    background: var(--light-green);
    color: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .78rem;
    flex-shrink: 0;
    transition: all .18s;
}
.hdr-dd-link:hover {
    background: var(--light-green);
    color: var(--green);
    transform: translateX(3px);
}
.hdr-dd-link:hover i {
    background: var(--green);
    color: #fff;
}

/* Sağ Aksiyonlar */
.hdr-right {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
    margin-left: auto;
}
.hdr-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    font-size: .92rem;
    color: #222;
    white-space: nowrap;
}
.hdr-phone a { color: #222; text-decoration: none; }
.hdr-phone-ico {
    width: 32px; height: 32px;
    border-radius: 50%;
    background: rgba(232,101,10,.1);
    display: flex; align-items: center; justify-content: center;
    color: var(--orange);
    font-size: .85rem;
}
.hdr-btn-kayit {
    background: linear-gradient(135deg, var(--orange), var(--orange-light));
    color: var(--white);
    border-radius: 10px;
    padding: 10px 18px;
    font-weight: 900;
    font-size: .82rem;
    line-height: 1.3;
    text-align: center;
    box-shadow: 0 4px 14px rgba(232,101,10,.35);
    transition: transform .2s, box-shadow .2s;
    white-space: nowrap;
    display: block;
    text-decoration: none;
}
.hdr-btn-kayit small {
    display: block;
    font-size: .62rem;
    font-weight: 600;
    opacity: .9;
}
.hdr-btn-kayit:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(232,101,10,.45); }

/* 25 Yıl Rozeti */
.hdr-badge25 {
    width: 68px; height: 68px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0f2a14, #1a6b2e);
    border: 3px solid var(--yellow);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    box-shadow: 0 3px 12px rgba(0,0,0,.22);
    flex-shrink: 0;
    position: relative;
}
.hdr-badge25::before, .hdr-badge25::after {
    content: '';
    position: absolute;
    width: 6px; height: 20px;
    border: 1.5px solid var(--yellow);
    border-radius: 50%;
    top: 50%;
    opacity: .6;
}
.hdr-badge25::before { left: 4px; transform: translateY(-50%) rotate(-20deg); }
.hdr-badge25::after  { right: 4px; transform: translateY(-50%) rotate(20deg); }
.hdr-badge-num {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--yellow);
    line-height: 1;
}
.hdr-badge-sub {
    font-size: .36rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: .5px;
}

/* Hamburger */
.hdr-ham {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 6px;
    margin-left: 12px;
    background: none;
    border: none;
}
.hdr-ham span {
    display: block;
    width: 22px; height: 2px;
    background: var(--green);
    border-radius: 2px;
    transition: all .3s;
}
.hdr-ham.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hdr-ham.open span:nth-child(2) { opacity: 0; }
.hdr-ham.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobil Overlay */
.hdr-mob-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    z-index: 999;
    backdrop-filter: blur(3px);
}
.hdr-mob-overlay.open { display: block; }
.hdr-mob-panel {
    position: absolute;
    top: 0; right: 0;
    width: min(300px, 88vw);
    height: 100%;
    background: var(--white);
    padding: 20px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform .3s;
}
.hdr-mob-overlay.open .hdr-mob-panel { transform: translateX(0); }
.hdr-mob-close {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 18px;
}
.hdr-mob-close button {
    background: var(--light-green);
    border: none;
    width: 34px; height: 34px;
    border-radius: 8px;
    font-size: 1rem;
    color: var(--green);
    cursor: pointer;
}
.hdr-mob-links a {
    display: block;
    padding: 13px 0;
    font-weight: 700;
    font-size: .93rem;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
    transition: color .2s;
    text-decoration: none;
}
.hdr-mob-links a:hover { color: var(--orange); }
.hdr-mob-actions {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.hdr-mob-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 10px;
    border-radius: 9px;
    font-size: .76rem;
    font-weight: 900;
    border: none;
    cursor: pointer;
    transition: opacity .2s, transform .2s;
    letter-spacing: .15px;
    text-decoration: none;
}
.hdr-mob-btn-green { background: var(--green); color: var(--white); }
.hdr-mob-btn-dark  { background: #1a2e1a; color: var(--white); }
.hdr-mob-btn:hover { opacity: .87; transform: translateY(-2px); }

/* Eski header sınıfları - geriye dönük uyumluluk */
.site-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-text-wrap { display: flex; flex-direction: column; }
.logo-text { font-family: var(--font-heading); font-weight: 800; font-size: 1.3rem; color: var(--green); line-height: 1.2; }
.logo-sub { font-size: .65rem; color: var(--orange); font-weight: 700; letter-spacing: .12em; }
.main-nav { flex: 1; display: flex; justify-content: center; }
.nav-list { display: flex; align-items: center; gap: 4px; }
.nav-item { position: relative; }
.nav-link { display: flex; align-items: center; gap: 5px; padding: 8px 12px; font-size: .88rem; font-weight: 600; color: var(--gray-700); border-radius: 8px; transition: var(--transition); white-space: nowrap; }
.nav-link:hover, .nav-link.active { color: var(--green); background: rgba(26,107,46,.08); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.btn-icon { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; background: var(--gray-100); border: none; border-radius: 50%; color: var(--gray-600); font-size: .9rem; cursor: pointer; transition: var(--transition); }
.btn-icon:hover { background: var(--green); color: var(--white); }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; border-radius: 8px; transition: var(--transition); }
.hamburger-line { display: block; width: 22px; height: 2px; background: var(--gray-700); border-radius: 2px; transition: var(--transition); }
.mobile-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 999; backdrop-filter: blur(2px); }
.mobile-overlay.active { display: block; }

/* ============================================================
   SAYFA BAŞLIĞI (Page Hero)
   ============================================================ */
.page-hero {
    background: linear-gradient(135deg, var(--green-dark) 0%, var(--green) 50%, var(--green-light) 100%);
    padding: 60px 0 50px;
    position: relative;
    overflow: hidden;
}
.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.page-hero-content { position: relative; z-index: 1; text-align: center; }
.page-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
    color: var(--white);
    margin-bottom: 12px;
    line-height: 1.2;
}
.page-hero-subtitle {
    font-size: 1rem;
    color: rgba(255,255,255,.85);
    max-width: 600px;
    margin: 0 auto 20px;
}
.page-hero-image {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    min-height: 400px;
    padding: 0;
}
@media (max-width:768px) {
    .page-hero-image { min-height: 250px; }
}
@media (max-width:480px) {
    .page-hero-image { min-height: 180px; }
}

/* ============================================================
   BREADCRUMB
   ============================================================ */
.breadcrumb-nav { margin-top: 16px; }
.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}
.breadcrumb li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .82rem;
    color: rgba(255,255,255,.7);
}
.breadcrumb li:not(:last-child)::after {
    content: '/';
    color: rgba(255,255,255,.4);
}
.breadcrumb a { color: rgba(255,255,255,.85); transition: color .2s; }
.breadcrumb a:hover { color: var(--white); }
.breadcrumb li:last-child { color: var(--white); font-weight: 600; }

/* ============================================================
   BÖLÜM BAŞLIKLARI
   ============================================================ */
.section-header { text-align: center; margin-bottom: 50px; }
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(26,107,46,.1);
    color: var(--green);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.section-badge i { color: var(--orange); }
.section-title {
    font-family: var(--font-heading);
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 800;
    color: var(--gray-900);
    line-height: 1.2;
    margin-bottom: 14px;
}
.section-title span { color: var(--green); }
.section-title .highlight { color: var(--orange); }
.section-desc {
    font-size: 1rem;
    color: var(--gray-500);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}
.section-divider {
    width: 60px; height: 4px;
    background: linear-gradient(90deg, var(--green), var(--orange));
    border-radius: 2px;
    margin: 16px auto 0;
}

/* ============================================================
   BUTONLAR
   ============================================================ */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: .9rem;
    font-weight: 700;
    font-family: var(--font-primary);
    cursor: pointer;
    border: 2px solid transparent;
    transition: var(--transition);
    text-decoration: none;
    white-space: nowrap;
}
.btn-primary {
    background: var(--green);
    color: var(--white);
    border-color: var(--green);
}
.btn-primary:hover {
    background: var(--green-dark);
    border-color: var(--green-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(26,107,46,.3);
}
.btn-secondary {
    background: var(--orange);
    color: var(--white);
    border-color: var(--orange);
}
.btn-secondary:hover {
    background: var(--orange-dark);
    border-color: var(--orange-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(232,101,10,.3);
}
.btn-outline {
    background: transparent;
    color: var(--green);
    border-color: var(--green);
}
.btn-outline:hover {
    background: var(--green);
    color: var(--white);
    transform: translateY(-2px);
}
.btn-outline-white {
    background: transparent;
    color: var(--white);
    border-color: rgba(255,255,255,.6);
}
.btn-outline-white:hover {
    background: var(--white);
    color: var(--green);
    border-color: var(--white);
}
.btn-lg { padding: 15px 36px; font-size: 1rem; }
.btn-sm { padding: 8px 18px; font-size: .82rem; }

/* ============================================================
   KARTLAR
   ============================================================ */
.card {
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: var(--transition);
}
.card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
}
.card-img { position: relative; overflow: hidden; }
.card-img img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    transition: transform .4s ease;
}
.card:hover .card-img img { transform: scale(1.05); }
.card-body { padding: 24px; }
.card-category {
    display: inline-block;
    background: rgba(26,107,46,.1);
    color: var(--green);
    padding: 3px 10px;
    border-radius: 12px;
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.card-title {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 10px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-text {
    font-size: .88rem;
    color: var(--gray-500);
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 16px;
}
.card-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: .78rem;
    color: var(--gray-400);
    flex-wrap: wrap;
}
.card-meta i { color: var(--orange); }

/* ============================================================
   GRID SİSTEMİ
   ============================================================ */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-auto { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }

/* ============================================================
   BÖLÜMLER
   ============================================================ */
.section { padding: 80px 0; }
.section-sm { padding: 50px 0; }
.section-lg { padding: 100px 0; }
.section-bg { background: var(--gray-50); }
.section-green { background: linear-gradient(135deg, var(--green-dark), var(--green)); }
.section-green .section-title { color: var(--white); }
.section-green .section-desc { color: rgba(255,255,255,.8); }
.section-green .section-badge { background: rgba(255,255,255,.15); color: var(--white); }

/* ============================================================
   SAYFALAMA
   ============================================================ */
.pagination { display: flex; justify-content: center; margin-top: 40px; }
.pagination ul { display: flex; gap: 6px; align-items: center; }
.pagination li a, .pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px; height: 40px;
    border-radius: 10px;
    font-size: .88rem;
    font-weight: 600;
    color: var(--gray-600);
    background: var(--white);
    border: 1px solid var(--gray-200);
    transition: var(--transition);
}
.pagination li a:hover { background: var(--green); color: var(--white); border-color: var(--green); }
.pagination li a.active { background: var(--green); color: var(--white); border-color: var(--green); }

/* ============================================================
   FORM ELEMANLARI
   ============================================================ */
.form-group { margin-bottom: 20px; }
.form-label {
    display: block;
    font-size: .88rem;
    font-weight: 600;
    color: var(--gray-700);
    margin-bottom: 6px;
}
.form-label .required { color: #ef4444; margin-left: 2px; }
.form-control {
    width: 100%;
    padding: 11px 16px;
    border: 2px solid var(--gray-200);
    border-radius: var(--radius);
    font-size: .9rem;
    font-family: var(--font-primary);
    color: var(--gray-800);
    background: var(--white);
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}
.form-control:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 3px rgba(26,107,46,.1);
}
.form-control::placeholder { color: var(--gray-400); }
textarea.form-control { resize: vertical; min-height: 120px; }
.form-error { font-size: .8rem; color: #ef4444; margin-top: 4px; }
.form-success { font-size: .88rem; color: var(--green); margin-top: 4px; }

/* ============================================================
   FOOTER - Referans Tasarım (koyu yeşil gradient)
   ============================================================ */
.site-footer {
    background: linear-gradient(160deg, #0a1f0d 0%, #0f2a14 40%, #1a3d1e 100%);
    color: rgba(255,255,255,.75);
    position: relative;
    overflow: hidden;
}
.site-footer::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.02'%3E%3Ccircle cx='40' cy='40' r='8'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}
.footer-top { padding: 60px 0 40px; position: relative; }
.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
    gap: 40px;
}
.footer-logo-text {
    display: flex;
    flex-direction: column;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.3rem;
    color: var(--white);
    line-height: 1.2;
}
.footer-logo-text small { font-size: .65rem; color: var(--orange-light); letter-spacing: .12em; font-weight: 700; }
.footer-desc {
    font-size: .86rem;
    line-height: 1.75;
    color: rgba(255,255,255,.55);
    margin: 16px 0 20px;
}
.footer-social { display: flex; gap: 10px; }
.social-btn {
    width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    font-size: .85rem;
    color: var(--white);
    transition: var(--transition);
}
.social-instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.social-facebook { background: #1877f2; }
.social-youtube { background: #ff0000; }
.social-twitter { background: #000; }
.social-btn:hover { transform: translateY(-3px) scale(1.1); box-shadow: 0 6px 16px rgba(0,0,0,.4); }

.footer-heading {
    font-family: var(--font-heading);
    font-size: .92rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255,255,255,.12);
    display: block;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.footer-links { display: flex; flex-direction: column; gap: 6px; }
.footer-links a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .84rem;
    color: rgba(255,255,255,.55);
    transition: color .2s, padding-left .2s;
    padding: 3px 0;
}
.footer-links a:hover { color: var(--orange-light); padding-left: 4px; }
.footer-links i { color: var(--green-light); font-size: .65rem; }

/* Footer açılır menüler — Kurumsal hover dropdown */
.footer-col-menu { position: relative; }
.footer-col-menu .footer-dropdown {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #1a6b2e;
    padding: 10px 0;
    border-radius: 12px;
    min-width: 200px;
    z-index: 100;
    box-shadow: 0 8px 30px rgba(0,0,0,.2);
}
.footer-col-menu .footer-dropdown a {
    display: block;
    padding: 7px 22px;
    color: rgba(255,255,255,.88) !important;
    font-size: .82rem;
    transition: background .2s, color .2s;
    white-space: nowrap;
    text-decoration: none;
}
.footer-col-menu .footer-dropdown a:hover {
    background: rgba(255,255,255,.1);
    color: #fff !important;
}
.footer-col-menu:hover .footer-dropdown { display: block; }

/* Eğitimimiz düz liste */
.footer-edu-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.footer-edu-list a {
    color: rgba(255,255,255,.78) !important;
    font-size: .82rem;
    text-decoration: none;
    transition: color .2s;
    line-height: 1.5;
}
.footer-edu-list a:hover { color: var(--orange-light) !important; }

.footer-contact-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: .84rem;
    color: rgba(255,255,255,.55);
}
.footer-contact-list i { color: var(--orange-light); margin-top: 3px; flex-shrink: 0; }
.footer-contact-list a { color: rgba(255,255,255,.55); transition: color .2s; }
.footer-contact-list a:hover { color: var(--orange-light); }

.btn-whatsapp-footer {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25d366;
    color: var(--white);
    padding: 10px 20px;
    border-radius: 25px;
    font-size: .85rem;
    font-weight: 700;
    transition: var(--transition);
}
.btn-whatsapp-footer:hover { background: #1da851; transform: translateY(-2px); }

.footer-bottom {
    background: rgba(0,0,0,.35);
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,.07);
    position: relative;
}
.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.footer-copyright { font-size: .8rem; color: rgba(255,255,255,.4); }
.footer-legal-nav { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-legal-nav a { font-size: .8rem; color: rgba(255,255,255,.4); transition: color .2s; }
.footer-legal-nav a:hover { color: var(--orange-light); }

/* ============================================================
   SABİT BUTONLAR
   ============================================================ */
.floating-buttons {
    position: fixed;
    bottom: 24px;
    right: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 500;
}
.float-btn {
    width: 52px; height: 52px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    font-size: 1.3rem;
    color: var(--white);
    cursor: pointer;
    border: none;
    transition: var(--transition);
    box-shadow: var(--shadow-lg);
    position: relative;
}
.float-whatsapp { background: #25d366; }
.float-whatsapp:hover { background: #1da851; transform: scale(1.1); }
.float-top { background: var(--green); }
.float-top:hover { background: var(--green-dark); transform: scale(1.1); }
.float-tooltip {
    position: absolute;
    right: calc(100% + 10px);
    background: var(--gray-900);
    color: var(--white);
    padding: 4px 10px;
    border-radius: 6px;
    font-size: .75rem;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s;
}
.float-btn:hover .float-tooltip { opacity: 1; }

/* ============================================================
   ÇEREZ UYARISI
   ============================================================ */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--gray-900);
    color: var(--white);
    padding: 16px 0;
    z-index: 9000;
    box-shadow: 0 -4px 20px rgba(0,0,0,.2);
    animation: slideUp .4s ease;
}
@keyframes slideUp { from { transform: translateY(100%); } to { transform: translateY(0); } }
.cookie-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.cookie-content p { font-size: .88rem; color: var(--gray-300); }
.cookie-content a { color: var(--orange); }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }
.btn-cookie-accept {
    background: var(--green);
    color: var(--white);
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: .85rem;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
}
.btn-cookie-accept:hover { background: var(--green-dark); }
.btn-cookie-reject {
    background: transparent;
    color: var(--gray-400);
    border: 1px solid var(--gray-600);
    padding: 8px 20px;
    border-radius: 20px;
    font-size: .85rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}
.btn-cookie-reject:hover { border-color: var(--gray-400); color: var(--white); }

/* ============================================================
   ANİMASYONLAR
   ============================================================ */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInLeft {
    from { opacity: 0; transform: translateX(-30px); }
    to { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInRight {
    from { opacity: 0; transform: translateX(30px); }
    to { opacity: 1; transform: translateX(0); }
}
@keyframes scaleIn {
    from { opacity: 0; transform: scale(.9); }
    to { opacity: 1; transform: scale(1); }
}
@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
.animate-fade-up { animation: fadeInUp .6s ease forwards; }
.animate-fade-left { animation: fadeInLeft .6s ease forwards; }
.animate-fade-right { animation: fadeInRight .6s ease forwards; }
.animate-scale { animation: scaleIn .5s ease forwards; }
.animate-float { animation: float 3s ease-in-out infinite; }

/* Intersection Observer ile tetiklenen animasyonlar */
[data-aos] { opacity: 0; transition: opacity .6s ease, transform .6s ease; }
[data-aos="fade-up"] { transform: translateY(30px); }
[data-aos="fade-left"] { transform: translateX(-30px); }
[data-aos="fade-right"] { transform: translateX(30px); }
[data-aos="zoom-in"] { transform: scale(.9); }
[data-aos].aos-animate { opacity: 1; transform: none; }

/* ============================================================
   YARDIMCI SINIFLAR
   ============================================================ */
.text-center { text-align: center; }
.text-green { color: var(--green); }
.text-orange { color: var(--orange); }
.text-white { color: var(--white); }
.text-muted { color: var(--gray-500); }
.fw-bold { font-weight: 700; }
.fw-black { font-weight: 900; }
.mt-auto { margin-top: auto; }
.d-flex { display: flex; }
.align-center { align-items: center; }
.justify-center { justify-content: center; }
.gap-8 { gap: 8px; }
.gap-16 { gap: 16px; }
.gap-24 { gap: 24px; }
.w-full { width: 100%; }
.rounded { border-radius: var(--radius); }
.rounded-lg { border-radius: var(--radius-lg); }
.overflow-hidden { overflow: hidden; }
.relative { position: relative; }
.img-cover { width: 100%; height: 100%; object-fit: cover; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1200px) {
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
    .nav-link { padding: 8px 9px; font-size: .83rem; }
}

@media (max-width: 1100px) {
    .hdr-phone { display: none; }
    .hdr-nav-link { padding: 8px 9px; font-size: .76rem; }
}

@media (max-width: 992px) {
    .hdr-nav { display: none; }
    .hdr-ham { display: flex; }
    .hdr-right { gap: 8px; }
    .hdr-badge25 { width: 54px; height: 54px; }
    .hdr-badge-num { font-size: 1.2rem; }
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
    .grid-3 { grid-template-columns: repeat(2, 1fr); }
    /* Eski nav uyumluluk */
    .hamburger { display: flex; }
    .main-nav {
        position: fixed;
        top: 0; right: -320px;
        width: 300px; height: 100vh;
        background: var(--white);
        box-shadow: var(--shadow-xl);
        z-index: 1001;
        overflow-y: auto;
        transition: right .3s ease;
        padding: 80px 0 30px;
        flex-direction: column;
        justify-content: flex-start;
    }
    .main-nav.active { right: 0; }
}

@media (max-width: 768px) {
    .hdr { height: 72px; }
    .hdr-btn-kayit { display: none; }
    .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 24px; }
    .footer-bottom-inner { flex-direction: column; text-align: center; }
    .section { padding: 50px 0; }
    .section-lg { padding: 60px 0; }
    .floating-buttons { bottom: 16px; right: 16px; }
    .float-btn { width: 46px; height: 46px; font-size: 1.1rem; }
}

@media (max-width: 480px) {
    .container { padding: 0 16px; }
    .btn { padding: 10px 22px; font-size: .85rem; }
    .btn-lg { padding: 12px 28px; font-size: .9rem; }
    .section-title { font-size: 1.5rem; }
    .cookie-content { flex-direction: column; }
}

@media (min-width: 1600px) {
    .container { max-width: 1440px; }
}

@media (min-width: 1920px) {
    .container { max-width: 1600px; }
    body { font-size: 17px; }
}

/* ============================================================
   MASKOT STİLLERİ
   ============================================================ */

/* Header maskot */
.hdr-maskot {
    position: relative;
    flex-shrink: 0;
    margin-right: 8px;
}
.hdr-maskot-img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    animation: maskot-bounce 2.5s ease-in-out infinite;
    filter: drop-shadow(0 4px 8px rgba(26,107,46,.2));
    cursor: pointer;
    transition: transform .2s;
}
.hdr-maskot-img:hover {
    animation: none;
    transform: scale(1.15) rotate(-5deg);
}

@keyframes maskot-bounce {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25%       { transform: translateY(-6px) rotate(2deg); }
    75%       { transform: translateY(-3px) rotate(-1deg); }
}

/* CTA bölümü maskot */
.cta-maskot {
    position: absolute;
    right: 5%;
    bottom: 0;
    width: 220px;
    pointer-events: none;
    animation: maskot-wave 3s ease-in-out infinite;
}
.cta-maskot img {
    width: 100%;
    filter: drop-shadow(0 8px 20px rgba(0,0,0,.2));
}

@keyframes maskot-wave {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    30%       { transform: translateY(-12px) rotate(3deg); }
    60%       { transform: translateY(-6px) rotate(-2deg); }
}

/* Hero maskot (sağ köşe) */
.hero-maskot {
    position: absolute;
    right: 2%;
    bottom: 0;
    width: 180px;
    z-index: 5;
    pointer-events: none;
    animation: maskot-bounce 3s ease-in-out infinite;
}
.hero-maskot img {
    width: 100%;
    filter: drop-shadow(0 6px 16px rgba(0,0,0,.25));
}

/* ============================================================
   ÇOCUK OKULU HAVASI - EĞLENCELİ STİLLER
   ============================================================ */

/* Dalgalı bölüm ayırıcı */
.wave-divider {
    position: relative;
    overflow: hidden;
    line-height: 0;
}
.wave-divider svg {
    display: block;
    width: 100%;
}

/* Renkli konfeti noktaları (arka plan dekorasyonu) */
.fun-dots {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}
.fun-dot {
    position: absolute;
    border-radius: 50%;
    opacity: .12;
    animation: float-dot 6s ease-in-out infinite;
}
.fun-dot:nth-child(1)  { width:60px;  height:60px;  background:#1a6b2e; top:10%; left:5%;   animation-delay:0s; }
.fun-dot:nth-child(2)  { width:40px;  height:40px;  background:#e8650a; top:20%; right:8%;  animation-delay:1s; }
.fun-dot:nth-child(3)  { width:80px;  height:80px;  background:#f5c518; top:60%; left:3%;   animation-delay:2s; }
.fun-dot:nth-child(4)  { width:30px;  height:30px;  background:#1a6b2e; top:80%; right:5%;  animation-delay:.5s; }
.fun-dot:nth-child(5)  { width:50px;  height:50px;  background:#e8650a; top:40%; left:90%;  animation-delay:1.5s; }

@keyframes float-dot {
    0%, 100% { transform: translateY(0) scale(1); }
    50%       { transform: translateY(-20px) scale(1.1); }
}

/* Yıldız dekorasyonları */
.star-deco {
    position: absolute;
    font-size: 1.5rem;
    opacity: .15;
    animation: spin-star 8s linear infinite;
    pointer-events: none;
}
@keyframes spin-star {
    from { transform: rotate(0deg) scale(1); }
    50%  { transform: rotate(180deg) scale(1.2); }
    to   { transform: rotate(360deg) scale(1); }
}

/* Eğlenceli section badge */
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #e8f5e9, #fff9e6);
    color: var(--green);
    font-size: .78rem;
    font-weight: 900;
    padding: 6px 16px;
    border-radius: 50px;
    border: 2px solid rgba(26,107,46,.15);
    margin-bottom: 12px;
    letter-spacing: .05em;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(26,107,46,.1);
}

/* Çocuksu kart hover efekti */
.class-card {
    transition: transform .3s cubic-bezier(.34,1.56,.64,1), box-shadow .3s;
}
.class-card:hover {
    transform: translateY(-8px) rotate(1deg);
    box-shadow: 0 20px 40px rgba(26,107,46,.15);
}

/* Why items çocuksu hover */
.why-item {
    transition: transform .3s cubic-bezier(.34,1.56,.64,1), box-shadow .3s;
}
.why-item:hover {
    transform: translateY(-6px) scale(1.02);
}

/* Renkli özellik bar ikonları */
.feature-bar-icon {
    border-radius: 50%;
    transition: transform .3s cubic-bezier(.34,1.56,.64,1);
}
.feature-bar-item:hover .feature-bar-icon {
    transform: scale(1.2) rotate(-10deg);
}

/* Eğlenceli buton hover */
.btn-primary, .hs-btn-primary {
    transition: transform .2s cubic-bezier(.34,1.56,.64,1), box-shadow .2s;
}
.btn-primary:hover, .hs-btn-primary:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 8px 20px rgba(26,107,46,.3);
}

/* Maskot tooltip */
.hdr-maskot::after {
    content: 'Merhaba! 👋';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    background: var(--green);
    color: #fff;
    font-size: .7rem;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 20px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s, transform .2s;
    font-family: var(--font-primary);
}
.hdr-maskot::before {
    content: '';
    position: absolute;
    bottom: calc(100% - 4px);
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    border: 5px solid transparent;
    border-top-color: var(--green);
    opacity: 0;
    transition: opacity .2s, transform .2s;
    z-index: 1;
}
.hdr-maskot:hover::after,
.hdr-maskot:hover::before {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* Mobilde maskot gizle */
@media (max-width: 1100px) {
    .hdr-maskot { display: none; }
    .cta-maskot { width: 140px; right: 2%; }
}
@media (max-width: 768px) {
    .cta-maskot { display: none; }
    .hero-maskot { width: 100px; }
}

/* Header Atatürk ikonu */
.hdr-ata {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 12px;
    margin-right: 16px;
}
.hdr-ata img{
    width:75px;
    height:auto;
    display:block;
}
.hdr-ata-tooltip {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 6px;
    background: #1a6b2e;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 8px;
    white-space: nowrap;
    z-index: 100;
}
.hdr-ata:hover .hdr-ata-tooltip { display: block; }

/* Header WP ikonu */
.hdr-wpicon {
    display: flex;
    align-items: center;
    margin-right: 8px;
}
.hdr-wpicon img, .hdr-ata img {
    transition: transform .2s;
}
.hdr-wpicon:hover img, .hdr-ata:hover img {
    transform: scale(1.08);
}


/* ============================================================
   SAYFA KAPAK GÖRSELLERİ - GÖRSELE GÖRE OTOMATİK YÜKSEKLİK
   Alan yüksekliği JS tarafından görselin gerçek oranına göre ayarlanır.
   Görsel kırpılmaz, üst-alt veya sağ-sol boşluk bırakmaz.
   ============================================================ */
.page-hero-image {
    background-size: 100% auto !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    min-height: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    transition: height .15s ease;
}

@media (max-width: 768px) {
    .page-hero-image { min-height: 0 !important; }
}

@media (max-width: 480px) {
    .page-hero-image { min-height: 0 !important; }
}


/* Final responsive fixes */
@media (max-width:768px){
  .page-hero-image{background-image:var(--page-hero-mobile,var(--page-hero-desktop)) !important;}
  .hdr-ata{margin-left:6px!important;margin-right:6px!important;}
  .hdr-ata img{width:46px!important;height:46px!important;object-fit:cover!important;}
}
@media (max-width:480px){.hdr-ata img{width:40px!important;height:40px!important;}}
