/* =================================================================
   IKKMO — İstanbul Kadın Kuaförleri Manikürcüleri Esnaf ve Sanatkarlar Odası
   Custom Stylesheet · Bootstrap 5.3 Override
   ================================================================= */

/* ---- CSS Variables ---- */
:root {
    /* Brand Colors */
    --bordo: #7B1728;
    --bordo-dark: #5A0F1C;
    --bordo-mid: #4A1020;
    --bordo-light: #9E2A3A;
    --crimson: #B71C33;
    --gold: #C9A84C;
    --gold-light: #E8D5A3;
    --gold-pale: #FDF6E3;
    --dark: #1C0A0E;
    --text-dark: #2C1016;
    --text-mid: #5A2030;
    --text-muted: #8A5060;
    --bg-light: #FFF8F9;
    --bg-mid: #F5E8EC;
    --border-color: rgba(123,23,40,.14);
    /* Bootstrap overrides */
    --bs-primary: #7B1728;
    --bs-primary-rgb: 123,23,40;
    --bs-link-color: #7B1728;
    --bs-link-hover-color: #5A0F1C;
    /* Fonts */
    --font-serif: 'Playfair Display', Georgia, serif;
    --font-sans: 'Montserrat', 'Helvetica Neue', sans-serif;
}

/* ---- Base ---- */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: var(--font-sans);
    font-size: 1rem;
    color: var(--text-dark);
    background: #fff;
    overflow-x: hidden;
    line-height: 1.75;
}

h1, h2, h3, h4, h5 {
    font-family: var(--font-serif);
    line-height: 1.25;
}

a {
    color: var(--bordo);
    transition: all .25s ease;
}

img {
    max-width: 100%;
    height: auto;
}

/* ---- Helpers ---- */
.section-padding {
    padding: 90px 0;
}

.section-padding-sm {
    padding: 60px 0;
}

.text-bordo {
    color: var(--bordo) !important;
}

.text-gold {
    color: var(--gold) !important;
}

.text-gold-light {
    color: var(--gold-light) !important;
}

.bg-bordo {
    background: var(--bordo) !important;
}

.bg-bordo-dark {
    background: var(--bordo-dark) !important;
}

.bg-light-ikkmo {
    background: var(--bg-light) !important;
}

.section-label {
    display: inline-block;
    font-family: var(--font-sans);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 10px;
}

.section-title {
    font-size: clamp(1.75rem, 3.5vw, 2.75rem);
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 1rem;
}

.section-desc {
    font-size: .97rem;
    color: var(--text-mid);
    line-height: 1.8;
}

/* ---- Custom Buttons ---- */
.btn-bordo {
    background: var(--bordo);
    color: #fff;
    border: 2px solid var(--bordo);
    font-weight: 600;
    font-size: .9rem;
    border-radius: 4px;
    transition: all .3s;
}

    .btn-bordo:hover {
        background: var(--bordo-dark);
        border-color: var(--bordo-dark);
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(90,15,28,.3);
    }

.btn-outline-bordo {
    background: transparent;
    color: var(--bordo);
    border: 2px solid var(--bordo);
    font-weight: 600;
    font-size: .9rem;
    border-radius: 4px;
}

    .btn-outline-bordo:hover {
        background: var(--bordo);
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(90,15,28,.2);
    }

.btn-gold {
    background: linear-gradient(135deg, #D4B45A, var(--gold));
    color: var(--dark);
    border: 2px solid var(--gold);
    font-weight: 700;
    font-size: .9rem;
    border-radius: 4px;
}

    .btn-gold:hover {
        background: linear-gradient(135deg, var(--gold), #A88A3A);
        color: var(--dark);
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(201,168,76,.45);
    }

.btn-outline-gold {
    background: transparent;
    color: var(--gold);
    border: 2px solid var(--gold);
    font-weight: 600;
    font-size: .9rem;
    border-radius: 4px;
}

    .btn-outline-gold:hover {
        background: var(--gold);
        color: var(--dark);
        transform: translateY(-2px);
    }

/* ----------------------------------------------------------------
   NAVBAR
---------------------------------------------------------------- */
#mainNavbar {
    padding: 1rem 0;
    background: transparent;
    border-bottom: 1px solid rgba(255,255,255,.08);
    transition: background .4s ease, padding .4s ease, box-shadow .4s ease;
    z-index: 1050;
}

    #mainNavbar.scrolled {
        background: var(--bordo-dark) !important;
        padding: .6rem 0;
        box-shadow: 0 4px 24px rgba(0,0,0,.35);
        border-bottom-color: transparent;
    }

/* Mobilde menü açıkken navbar ve collapse arka planı */
@media (max-width: 991.98px) {
    #mainNavbar:has(.navbar-collapse.show),
    #mainNavbar:has(.navbar-collapse.collapsing) {
        background: var(--bordo-dark, #3d0b16) !important;
    }

    #mainNavbar .navbar-collapse {
        background: var(--bordo-dark, #3d0b16);
        border-top: 1px solid rgba(201, 168, 76, .15);
        padding: 0.75rem 1rem 1rem;
        margin-top: 0.5rem;
        border-radius: 0 0 0.5rem 0.5rem;
        box-shadow: 0 8px 24px rgba(0, 0, 0, .4);
    }
}

.brand-logo-img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,.18);
}

.brand-abbr {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.1;
}

.brand-full {
    font-size: .65rem;
    color: var(--gold-light);
    letter-spacing: .5px;
    line-height: 1.3;
    max-width: 340px;
}

@media (max-width: 991.98px) {
    .brand-full {
        display: none;
    }
    .brand-logo-img {
        width: 44px;
        height: 44px;
    }
    .brand-abbr {
        font-size: 1.15rem;
    }
    .navbar-brand {
        flex-shrink: 0;
        max-width: calc(100% - 60px);
    }
}

.nav-link {
    font-size: .87rem;
    font-weight: 500;
    letter-spacing: .5px;
    color: rgba(255,255,255,.88) !important;
    padding: .5rem .8rem !important;
    border-radius: 4px;
    position: relative;
}

    .nav-link::after {
        content: '';
        position: absolute;
        bottom: 4px;
        left: .8rem;
        right: .8rem;
        height: 2px;
        background: var(--gold);
        transform: scaleX(0);
        transform-origin: center;
        transition: transform .3s ease;
    }

    .nav-link:hover, .nav-link.active {
        color: #fff !important;
    }

        .nav-link:hover::after, .nav-link.active::after {
            transform: scaleX(1);
        }

/* ── Navbar Dropdown (hover ile açılır) ─────────────────────── */
/* dropdown-toggle altındaki ok ikonunu kaldır — zaten görsel var */
.navbar .dropdown-toggle::after {
    display: none;
}
/* üst link sağında küçük chevron */
.navbar .dropdown-toggle .dd-caret {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 4px;
    vertical-align: middle;
    opacity: .7;
    transition: transform .25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.navbar .dropdown:hover .dd-caret,
.navbar .dropdown.show .dd-caret {
    transform: rotate(-180deg);
    opacity: 1;
}

/* Hover ile aç — sadece geniş ekranda */
@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        animation: ddFadeIn .2s ease forwards;
    }
    /* click ile de açıldığında animasyon aynı olsun */
    .navbar .dropdown-menu.show {
        animation: ddFadeIn .2s ease forwards;
    }
}

@keyframes ddFadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Dropdown menü stili — koyu bordo kart */
.navbar .dropdown-menu {
    min-width: 200px;
    background: var(--bordo-dark, #3d0b16);
    border: 1px solid rgba(201,168,76,.2);
    border-radius: 8px;
    box-shadow: 0 12px 40px rgba(0,0,0,.45);
    padding: 6px 0;
    margin-top: 4px;
}

.navbar .dropdown-item {
    font-size: .85rem;
    font-weight: 500;
    letter-spacing: .3px;
    color: rgba(255,255,255,.82);
    padding: 9px 18px;
    border-radius: 0;
    transition: background .18s, color .18s, padding-left .18s;
    position: relative;
}

    .navbar .dropdown-item::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%) scaleY(0);
        width: 3px;
        height: 60%;
        background: var(--gold, #c9a84c);
        border-radius: 0 3px 3px 0;
        transition: transform .18s ease;
    }

    .navbar .dropdown-item:hover,
    .navbar .dropdown-item:focus,
    .navbar .dropdown-item.active {
        background: rgba(201,168,76,.1);
        color: var(--gold, #c9a84c);
        padding-left: 22px;
    }

    .navbar .dropdown-item:hover::before,
    .navbar .dropdown-item:focus::before,
    .navbar .dropdown-item.active::before {
        transform: translateY(-50%) scaleY(1);
    }

/* ----------------------------------------------------------------
   HERO
---------------------------------------------------------------- */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(28,10,14,.88) 0%, rgba(90,15,28,.75) 50%, rgba(123,23,40,.62) 100%), url('../istanbul.jpg') center / cover no-repeat;
}
    /* subtle dot pattern overlay */
    .hero-bg::after {
        content: '';
        position: absolute;
        inset: 0;
        background-image: radial-gradient(circle, rgba(201,168,76,.06) 1px, transparent 1px);
        background-size: 32px 32px;
    }

.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 60px;
}

.hero-photo-col {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 0;
}

.hero-photo-frame {
    position: relative;
    width: 100%;
    max-width: 400px;
}

    .hero-photo-frame::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: -18px;
        right: 18px;
        height: 88%;
        background: rgba(201,168,76,.1);
        border: 1px solid rgba(201,168,76,.22);
        border-radius: 14px 14px 0 0;
        z-index: 0;
    }

.hero-photo-img {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 12px 12px 0 0;
    object-fit: cover;
    object-position: top;
    max-height: 580px;
    display: block;
    filter: drop-shadow(0 -12px 40px rgba(0,0,0,.45));
}

.hero-photo-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: linear-gradient(90deg, var(--gold) 0%, #A88A3A 100%);
    color: var(--dark);
    font-weight: 700;
    font-size: .88rem;
    padding: 11px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 0 0 12px 12px;
}

@media (max-width: 991px) {
    .hero-photo-col {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .hero-photo-frame {
        max-width: 280px;
    }

    .hero-photo-img {
        max-height: 340px;
    }
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(201,168,76,.12);
    border: 1px solid rgba(201,168,76,.35);
    color: var(--gold-light);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 100px;
    margin-bottom: 20px;
}

.hero-title {
    font-family: var(--font-serif);
    font-size: clamp(2.8rem, 6vw, 5.2rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.08;
    letter-spacing: -.5px;
}

.hero-subtitle {
    font-size: clamp(.93rem, 1.4vw, 1.08rem);
    color: rgba(255,255,255,.8);
    max-width: 560px;
    line-height: 1.85;
}

.hero-scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

    .hero-scroll-indicator a {
        color: rgba(255,255,255,.55);
        text-decoration: none;
        font-size: .7rem;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

.scroll-mouse {
    width: 26px;
    height: 44px;
    border: 2px solid rgba(255,255,255,.35);
    border-radius: 20px;
    position: relative;
}

    .scroll-mouse::after {
        content: '';
        position: absolute;
        top: 7px;
        left: 50%;
        transform: translateX(-50%);
        width: 4px;
        height: 9px;
        background: var(--gold);
        border-radius: 100px;
        animation: mouseScroll 1.9s ease infinite;
    }

@keyframes mouseScroll {
    0% {
        top: 7px;
        opacity: 1;
    }

    100% {
        top: 22px;
        opacity: 0;
    }
}

/* ----------------------------------------------------------------
   STATS BAND
---------------------------------------------------------------- */
.stats-section {
    background: linear-gradient(135deg, var(--bordo-dark) 0%, var(--bordo) 100%);
    padding: 0;
}

.stat-item {
    padding: 44px 20px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.1);
    position: relative;
}

    .stat-item:last-child {
        border-right: none;
    }

@media (max-width: 767px) {
    .stat-item:nth-child(2) {
        border-right: none;
    }

    .stat-item:nth-child(3) {
        border-top: 1px solid rgba(255,255,255,.1);
    }
}

.stat-icon {
    font-size: 1.9rem;
    color: var(--gold);
    margin-bottom: 10px;
    opacity: .85;
}

.stat-number {
    font-family: var(--font-serif);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.stat-label {
    font-size: .75rem;
    font-weight: 600;
    color: var(--gold-light);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 6px;
}

/* ----------------------------------------------------------------
   BAŞKAN SECTION
---------------------------------------------------------------- */
.baskan-section {
    background: #fff;
}

.baskan-photo-wrapper {
    position: relative;
    padding: 16px 24px 16px 0;
}

.baskan-photo-bg {
    position: absolute;
    top: 0;
    left: -10px;
    right: 30%;
    bottom: 18%;
    background: linear-gradient(135deg, var(--bg-mid), rgba(123,23,40,.06));
    border-radius: 14px;
}

.baskan-photo {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0 24px 70px rgba(90,15,28,.22);
    width: 100%;
    max-height: 580px;
    object-fit: cover;
    object-position: top;
}

.baskan-badge {
    position: absolute;
    bottom: 28px;
    right: 0;
    z-index: 2;
    background: linear-gradient(135deg, var(--gold) 0%, #A88A3A 100%);
    color: var(--dark);
    padding: 12px 22px;
    border-radius: 8px 0 0 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: .9rem;
    box-shadow: 0 6px 20px rgba(201,168,76,.4);
}

.baskan-quote {
    background: var(--bg-mid);
    border-left: 4px solid var(--gold);
    padding: 20px 24px 20px 20px;
    border-radius: 0 8px 8px 0;
    position: relative;
    margin-top: 20px;
}

.quote-icon {
    position: absolute;
    top: 6px;
    right: 14px;
    font-size: 2.8rem;
    color: var(--bordo);
    opacity: .18;
    line-height: 1;
}

.quote-text {
    font-style: italic;
    color: var(--text-mid);
    font-size: 1.01rem;
    line-height: 1.75;
    margin: 0;
}

.baskan-bio {
    color: var(--text-mid);
    font-size: .95rem;
    line-height: 1.82;
}

.highlight-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--bg-mid);
    color: var(--bordo);
    font-size: .8rem;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 6px;
    border: 1px solid var(--border-color);
}

    .highlight-pill i {
        color: var(--gold);
        font-size: 1rem;
    }

/* ----------------------------------------------------------------
   SLOGAN BAND
---------------------------------------------------------------- */
.slogan-band {
    background: linear-gradient(135deg, var(--gold-pale), #F0E4C0);
    padding: 52px 0;
    border-top: 3px solid var(--gold);
    border-bottom: 3px solid var(--gold);
}

.slogan-text {
    font-family: var(--font-serif);
    font-size: clamp(1.15rem, 2.5vw, 1.9rem);
    font-style: italic;
    font-weight: 700;
    color: var(--bordo-dark);
}

/* ----------------------------------------------------------------
   HAKKIMIZDA / TIMELINE
---------------------------------------------------------------- */
.about-section {
    background: var(--bg-light);
}

.timeline {
    position: relative;
    max-width: 760px;
    margin: 0 auto;
    padding-top: 10px;
}

    .timeline::before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        bottom: 0;
        width: 2px;
        background: linear-gradient(to bottom, var(--gold) 0%, var(--bordo) 100%);
    }

.timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    margin-bottom: 36px;
    position: relative;
}

    .timeline-item:nth-child(even) {
        flex-direction: row-reverse;
    }

        .timeline-item:nth-child(even) .timeline-content {
            text-align: right;
        }

.timeline-dot {
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--gold);
    border: 3px solid var(--bordo);
    z-index: 1;
    box-shadow: 0 0 0 4px rgba(201,168,76,.18);
}

.timeline-year {
    min-width: 88px;
    font-family: var(--font-serif);
    font-size: 1.65rem;
    font-weight: 800;
    color: var(--bordo);
    line-height: 1;
    padding-top: 10px;
    text-align: center;
}

.timeline-content {
    flex: 1;
    background: #fff;
    border-radius: 10px;
    padding: 22px 26px;
    box-shadow: 0 4px 24px rgba(90,15,28,.07);
    border: 1px solid var(--border-color);
}

    .timeline-content h5 {
        color: var(--bordo);
        font-size: 1.05rem;
        margin-bottom: 8px;
        font-weight: 700;
    }

    .timeline-content p {
        font-size: .9rem;
        color: var(--text-mid);
        margin: 0;
        line-height: 1.7;
    }

@media (max-width: 767px) {
    .timeline::before {
        left: 20px;
    }

    .timeline-dot {
        left: 20px;
    }

    .timeline-item,
    .timeline-item:nth-child(even) {
        flex-direction: row;
        padding-left: 50px;
        gap: 16px;
    }

        .timeline-item:nth-child(even) .timeline-content {
            text-align: left;
        }

    .timeline-year {
        font-size: 1rem;
        min-width: 60px;
        background: var(--bordo);
        color: #fff;
        padding: 4px 10px;
        border-radius: 100px;
        height: fit-content;
        align-self: flex-start;
    }
}

/* ----------------------------------------------------------------
   DUYURULAR / NEWS CARDS
---------------------------------------------------------------- */
.announcements-section {
    background: #fff;
}

.news-card {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
}

    .news-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--bordo), var(--gold));
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .35s ease;
    }

    .news-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 48px rgba(90,15,28,.1);
        border-color: transparent;
    }

        .news-card:hover::before {
            transform: scaleX(1);
        }

    .news-card.featured {
        background: linear-gradient(145deg, var(--bordo) 0%, var(--bordo-light) 100%);
        border-color: transparent;
        color: #fff;
    }

        .news-card.featured::before {
            background: var(--gold);
            transform: scaleX(1);
        }

        .news-card.featured .news-cat {
            background: rgba(255,255,255,.15);
            color: var(--gold-light);
        }

        .news-card.featured .news-date,
        .news-card.featured .news-excerpt {
            color: rgba(255,255,255,.78);
        }

        .news-card.featured .news-title {
            color: #fff;
        }

        .news-card.featured .news-link {
            color: var(--gold-light);
        }

.news-cat {
    display: inline-block;
    background: var(--bg-mid);
    color: var(--bordo);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 3px 11px;
    border-radius: 100px;
    margin-bottom: 10px;
}

.news-date {
    font-size: .8rem;
    color: var(--text-muted);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.news-title {
    font-family: var(--font-serif);
    font-size: 1.08rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 12px;
    line-height: 1.38;
}

.news-excerpt {
    font-size: .88rem;
    color: var(--text-mid);
    line-height: 1.72;
    flex: 1;
    margin-bottom: 18px;
}

.news-link {
    font-size: .84rem;
    font-weight: 600;
    color: var(--bordo);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

    .news-link:hover {
        color: var(--crimson);
        gap: 10px;
    }

    .news-link i {
        transition: transform .2s;
    }

    .news-link:hover i {
        transform: translateX(4px);
    }

/* ----------------------------------------------------------------
   CONTACT / BRANCHES
---------------------------------------------------------------- */
.contact-section {
    background: var(--bordo-dark);
}

.branch-card {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    padding: 38px 32px;
    height: 100%;
    transition: all .3s;
}

    .branch-card:hover {
        background: rgba(255,255,255,.09);
        border-color: rgba(201,168,76,.35);
    }

.branch-card-icon {
    width: 54px;
    height: 54px;
    background: rgba(201,168,76,.12);
    border: 1px solid rgba(201,168,76,.25);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 1.4rem;
    margin-bottom: 18px;
}

.branch-name {
    font-family: var(--font-serif);
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(201,168,76,.25);
}

.branch-info {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .branch-info li {
        padding: 9px 0;
        font-size: .88rem;
        color: rgba(255,255,255,.78);
        display: flex;
        align-items: flex-start;
        gap: 8px;
        border-bottom: 1px solid rgba(255,255,255,.05);
    }

        .branch-info li:last-child {
            border-bottom: none;
        }

        .branch-info li i {
            color: var(--gold);
            margin-top: 3px;
            flex-shrink: 0;
        }

    .branch-info a {
        color: var(--gold-light);
        text-decoration: none;
    }

        .branch-info a:hover {
            color: var(--gold);
        }

.contact-form-wrap {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    padding: 44px 40px;
}

    .contact-form-wrap h4 {
        font-family: var(--font-serif);
        color: #fff;
    }

    .contact-form-wrap .form-label {
        color: rgba(255,255,255,.75);
        font-size: .84rem;
        font-weight: 500;
    }

    .contact-form-wrap .form-control,
    .contact-form-wrap .form-select {
        background: rgba(255,255,255,.08);
        border: 1px solid rgba(255,255,255,.14);
        color: #fff;
        border-radius: 6px;
        padding: .6rem .9rem;
    }

        .contact-form-wrap .form-control:focus,
        .contact-form-wrap .form-select:focus {
            background: rgba(255,255,255,.12);
            border-color: var(--gold);
            box-shadow: 0 0 0 .2rem rgba(201,168,76,.2);
            color: #fff;
        }

        .contact-form-wrap .form-control::placeholder {
            color: rgba(255,255,255,.3);
        }

/* ----------------------------------------------------------------
   INNER PAGE HERO
---------------------------------------------------------------- */
.page-hero {
    background: linear-gradient(135deg, var(--bordo-dark) 0%, var(--bordo) 100%);
    padding: 130px 0 70px;
    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='%23C9A84C' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }

.page-hero-content {
    position: relative;
    z-index: 1;
}

.page-hero h1 {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3rem);
}

.breadcrumb-item a {
    color: var(--gold-light);
    text-decoration: none;
}

.breadcrumb-item.active {
    color: rgba(255,255,255,.7);
}

.breadcrumb-divider {
    color: rgba(255,255,255,.4);
}

/* ----------------------------------------------------------------
   FOOTER
---------------------------------------------------------------- */
.site-footer {
    background: var(--dark);
    color: rgba(255,255,255,.7);
}

.footer-top {
    padding: 70px 0 50px;
}

.footer-brand-logo-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
    flex-shrink: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,.25);
}

.footer-brand-abbr {
    font-family: var(--font-serif);
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
}

.footer-brand-name {
    font-size: .62rem;
    color: var(--gold-light);
    line-height: 1.35;
    max-width: 250px;
}

.footer-desc {
    font-size: .86rem;
    color: rgba(255,255,255,.5);
    line-height: 1.8;
}

.footer-heading {
    font-family: var(--font-serif);
    font-size: .9rem;
    font-weight: 700;
    color: var(--gold);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(201,168,76,.18);
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footer-links li {
        padding: 5px 0;
    }

    .footer-links a {
        color: rgba(255,255,255,.55);
        text-decoration: none;
        font-size: .87rem;
        display: flex;
        align-items: center;
        gap: 7px;
        transition: all .2s;
    }

        .footer-links a i {
            color: var(--gold);
            font-size: .75rem;
            transition: transform .2s;
        }

        .footer-links a:hover {
            color: var(--gold);
            padding-left: 4px;
        }

            .footer-links a:hover i {
                transform: translateX(3px);
            }

.footer-contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footer-contact-list li {
        padding: 6px 0;
        font-size: .86rem;
        color: rgba(255,255,255,.55);
        display: flex;
        align-items: flex-start;
        gap: 8px;
    }

    .footer-contact-list i {
        color: var(--gold);
        margin-top: 3px;
        flex-shrink: 0;
    }

    .footer-contact-list a {
        color: rgba(255,255,255,.55);
        text-decoration: none;
    }

        .footer-contact-list a:hover {
            color: var(--gold);
        }

.social-btn {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.65);
    font-size: 1rem;
    text-decoration: none;
    transition: all .25s;
}

    .social-btn:hover {
        background: var(--gold);
        border-color: var(--gold);
        color: var(--dark);
        transform: translateY(-3px);
        box-shadow: 0 6px 16px rgba(201,168,76,.35);
    }

.footer-bottom {
    background: rgba(0,0,0,.3);
    padding: 18px 0;
    font-size: .79rem;
    color: rgba(255,255,255,.38);
    border-top: 1px solid rgba(255,255,255,.05);
}

.footer-legal a {
    color: rgba(255,255,255,.38);
    text-decoration: none;
    transition: color .2s;
}

    .footer-legal a:hover {
        color: var(--gold);
    }

/* ---- Back to Top ---- */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 46px;
    height: 46px;
    background: var(--bordo);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(90,15,28,.4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .3s ease;
    z-index: 999;
}

    .back-to-top.visible {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .back-to-top:hover {
        background: var(--gold);
        color: var(--dark);
        transform: translateY(-4px);
    }

/* ----------------------------------------------------------------
   PAGE-SPECIFIC: BAŞKANIMIZ
---------------------------------------------------------------- */
.baskan-full-photo {
    border-radius: 12px;
    box-shadow: 0 24px 60px rgba(90,15,28,.2);
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.career-card {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 22px 24px;
    transition: all .3s;
}

    .career-card:hover {
        border-color: var(--gold);
        box-shadow: 0 8px 28px rgba(90,15,28,.08);
        transform: translateY(-2px);
    }

.career-card-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--gold-pale), rgba(201,168,76,.2));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bordo);
    font-size: 1.3rem;
    flex-shrink: 0;
    margin-bottom: 14px;
}

/* ----------------------------------------------------------------
   PAGE-SPECIFIC: DUYURULAR
---------------------------------------------------------------- */
.filter-btn {
    background: transparent;
    border: 1px solid var(--border-color);
    color: var(--text-mid);
    font-size: .83rem;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 100px;
    transition: all .25s;
    cursor: pointer;
}

    .filter-btn:hover,
    .filter-btn.active {
        background: var(--bordo);
        border-color: var(--bordo);
        color: #fff;
    }

/* ----------------------------------------------------------------
   PAGE-SPECIFIC: İLETİŞİM
---------------------------------------------------------------- */
.map-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(90,15,28,.1);
}

/* ----------------------------------------------------------------
   UTILITIES / ANIMATIONS
---------------------------------------------------------------- */
[data-aos] {
    transition-property: opacity, transform !important;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ----------------------------------------------------------------
   RESPONSIVE
---------------------------------------------------------------- */
@media (max-width: 991px) {
    .baskan-photo-wrapper {
        max-width: 420px;
        margin: 0 auto;
    }

    .contact-form-wrap {
        padding: 30px 24px;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 64px 0;
    }

    .hero-title {
        font-size: 2.4rem;
    }

    .branch-card {
        padding: 26px;
    }

    .footer-top {
        padding: 50px 0 30px;
    }
}

@media (max-width: 575px) {
    .hero-content {
        padding-top: 90px;
    }

    .stat-item {
        padding: 32px 12px;
    }
}
