*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:#050816;
    color:#fff;
    overflow-x:hidden;
}

body::before{
    content:"";
    position:fixed;
    inset:0;
    background:
    radial-gradient(circle at 20% 30%, rgba(59,130,246,.10), transparent 25%),
    radial-gradient(circle at 80% 20%, rgba(249,115,22,.10), transparent 25%),
    radial-gradient(circle at 50% 80%, rgba(255,255,255,.03), transparent 35%);
    pointer-events:none;
    z-index:-1;
}

.container{
    width:min(1400px,92%);
    margin:auto;
}

/* NAVBAR + TOPBAR */

.site-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:999;
}

.topbar{
    background:rgba(5,8,16,.95);
    border-bottom:1px solid rgba(255,255,255,.06);
    position:relative;
    z-index:2;
}

.topbar-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:9px 0;
}

.topbar-info{
    display:flex;
    align-items:center;
    gap:26px;
    flex-wrap:wrap;
    min-width:0;
}

.topbar-item{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#94a3b8;
    text-decoration:none;
    font-size:12.5px;
    letter-spacing:.02em;
    transition:color .25s ease;
    white-space:nowrap;
}

.topbar-item i{
    color:#A81302;
    font-size:12px;
}

.topbar-item:hover{
    color:#fff;
}

.navbar{
    position:relative;
    background:rgba(3,7,18,.92);
    border-bottom:1px solid rgba(255,255,255,.06);
}

.nav-inner{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    padding:20px 0;
}

.logo{
    font-size:32px;
    font-weight:900;
    letter-spacing:7px;
    color:#fff;
    text-decoration:none;
    flex-shrink:0;
}

.logo span{
    color:#A81302;
}

.menu{
    display:flex;
    gap:36px;
    margin:0 0 0 60px;
}

.menu a{
    color:#cbd5e1;
    text-decoration:none;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:2px;
    transition:color .3s ease;
    white-space:nowrap;
    position:relative;
    padding:6px 0;
}

/* Alt cizgi animasyonu */
.menu > a::after,
.nav-drop-toggle::after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:2px;
    background:linear-gradient(90deg,#A81302,#f97316);
    border-radius:2px;
    transform:scaleX(0);
    transform-origin:right;
    transition:transform .45s cubic-bezier(.65,.05,.36,1);
}

.menu a:hover::after,
.menu a.active::after,
.nav-drop:hover .nav-drop-toggle::after,
.nav-drop.open .nav-drop-toggle::after{
    transform:scaleX(1);
    transform-origin:left;
}

.menu a:hover{
    color:#fff;
}

.lang-flags{
    display:flex;
    align-items:center;
    gap:10px;
    flex-shrink:0;
}

.lang-flags a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:26px;
    height:26px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.18);
    background:rgba(255,255,255,.06);
    overflow:hidden;
    transition:.25s;
}

.lang-flags a img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}

.lang-flags a:hover{
    transform:scale(1.15);
    border-color:rgba(255,255,255,.5);
    box-shadow:0 0 12px rgba(255,255,255,.25);
}

#google_translate_element2{
    display:none;
}

.burger{
    display:none;
    width:46px;
    height:46px;
    border-radius:12px;
    border:1px solid rgba(255,255,255,.12);
    background:rgba(255,255,255,.05);
    cursor:pointer;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:6px;
}

.burger span{
    display:block;
    width:22px;
    height:2px;
    background:rgba(255,255,255,.85);
    border-radius:2px;
    transition:transform .3s ease, opacity .3s ease;
}

.burger[aria-expanded="true"] span:nth-child(1){
    transform:translateY(8px) rotate(45deg);
}

.burger[aria-expanded="true"] span:nth-child(2){
    opacity:0;
}

.burger[aria-expanded="true"] span:nth-child(3){
    transform:translateY(-8px) rotate(-45deg);
}

.nav-backdrop{
    display:none;
}

/* HERO */

.hero{
    position:relative;
    min-height:100vh;
    display:flex;
    align-items:center;
    overflow:hidden;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.hero video{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Metnin okunabilirligini koruyup resmi net gosteren yari saydam overlay:
   ust kisim resmi net gosterir, alt kisim (yazi alani) hafif kararir. */
.hero-overlay{
    position:absolute;
    inset:0;
    background:
    linear-gradient(to bottom, rgba(2,6,23,.30) 0%, rgba(2,6,23,.45) 45%, rgba(2,6,23,.78) 100%);
}

.hero-content{
    position:relative;
    z-index:2;
    max-width:900px;
    padding-top:170px;
    padding-bottom:60px;
}

.hero-subtitle{
    color:#94a3b8;
    text-transform:uppercase;
    letter-spacing:8px;
    font-size:14px;
    margin-bottom:25px;
}

.hero-title{
    font-size:90px;
    line-height:1;
    font-weight:900;
    margin-bottom:35px;
}

.hero-title span{
    display:block;
    color:#A81302;
    text-shadow:0 0 30px rgba(168,19,2,.4);
}

.hero-text{
    max-width:700px;
    color:#cbd5e1;
    line-height:2;
    font-size:18px;
    margin-bottom:45px;
}

.hero-buttons{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

.btn{
    padding:18px 36px;
    border-radius:60px;
    border:none;
    cursor:pointer;
    font-size:15px;
    font-weight:600;
    transition:.4s;
    color:#fff;
    text-decoration:none;
    display:inline-block;
}

.btn-primary{
    background:#A81302;
    box-shadow:0 15px 35px rgba(168,19,2,.35);
}

.btn-primary:hover{
    transform:translateY(-5px);
}

.btn-secondary{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.12);
    backdrop-filter:blur(12px);
}

.btn-secondary:hover{
    background:rgba(255,255,255,.12);
}

/* STATS */

.stats{
    padding:100px 0;
}

.stats-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.stat-box{
    background:linear-gradient(to bottom right, rgba(255,255,255,.06), rgba(255,255,255,.02));
    border:1px solid rgba(255,255,255,.08);
    padding:45px 30px;
    border-radius:30px;
    text-align:center;
    backdrop-filter:blur(14px);
    transition:.4s;
}

.stat-box:hover{
    transform:translateY(-10px);
    border-color:rgba(249,115,22,.4);
}

.stat-number{
    font-size:60px;
    font-weight:900;
    margin-bottom:12px;
}

.stat-label{
    color:#94a3b8;
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:13px;
}

/* SECTION TITLE */

.section-title{
    text-align:center;
    margin-bottom:70px;
}

.section-subtitle{
    color:#A81302;
    text-transform:uppercase;
    letter-spacing:5px;
    font-size:13px;
    margin-bottom:20px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:14px;
}

/* subtitle yanlarina ince cizgiler */
.section-subtitle::before,
.section-subtitle::after{
    content:'';
    width:34px;
    height:1px;
    opacity:.35;
    background:currentColor;
}

/* Başlık: koyu zeminli bölümlerde (home) beyaz kalır. Marka detay gibi beyaz
   zeminlerde görünmesi için .group-contents scope'unda özel arkaplan tanımlı. */
.section-heading{
	font-size:45px;
	line-height:1.1;
	font-weight:900;
	color:#fff;
}

.section-heading span{
    color:#64748b;
}

/* MARKA DETAY SAYFASI: beyaz zemin üzerinde başlıkların özel arkaplanı */
.group-contents .section-title .section-heading{
    color:#fff;
    display:block;
    width:fit-content;
    margin:0 auto;
    padding:14px 34px;
    background:linear-gradient(135deg, #0b0d12 0%, #141a26 60%, #1a2130 100%);
    border-radius:18px;
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 18px 44px -18px rgba(15,23,42,.5);
    letter-spacing:.01em;
}

.group-contents .section-title .section-heading span{
    color:var(--accent,#A81302);
}

.section-all{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-top:18px;
    font-size:14px;
    font-weight:700;
    color:#A81302;
    text-decoration:none;
    transition:.25s;
}

.section-all:hover{
    gap:12px;
    color:#fff;
}

/* BRANDS */

#brands,
#news,
#about,
#konum,
#footer{
    scroll-margin-top:130px;
}

.brands{
    padding:120px 0;
}

.brand-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.brand-card{
    position:relative;
    min-height:550px;
    border-radius:35px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.08);
    transition:.6s;
}

.brand-card:hover{
    transform:translateY(-12px);
}

.brand-card img{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:1s;
}

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

.brand-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(2,6,23,.98), rgba(2,6,23,.15));
}

.brand-card.coming-soon img{
    filter:grayscale(.85) brightness(.55);
}

.soon-badge{
    position:absolute;
    top:22px;
    right:22px;
    z-index:3;
    padding:10px 18px;
    border-radius:50px;
    font-size:11px;
    font-weight:700;
    letter-spacing:2px;
    color:#fff;
    background: rgba(168, 19, 2, .9);
    box-shadow: 0 10px 25px rgba(168, 19, 2, .35);
}

.brand-content{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:35px;
    z-index:2;
}

.brand-mini{
    font-size:11px;
    letter-spacing:4px;
    color:#94a3b8;
    margin-bottom:18px;
}

.brand-name{
    font-size:34px;
    font-weight:800;
    margin-bottom:20px;
}

.brand-desc{
    color:#cbd5e1;
    line-height:1.9;
    margin-bottom:25px;
}

.brand-btn{
    width:100%;
    padding:16px;
    border-radius:50px;
    border:1px solid rgba(255,255,255,.1);
    background:rgba(255,255,255,.08);
    color:#fff;
    backdrop-filter:blur(10px);
    cursor:pointer;
    transition:.4s;
    text-align:center;
    text-decoration:none;
    font-size:15px;
    font-family:inherit;
    display:block;
}

.brand-btn:hover{
    background:#A81302;
    border-color:#A81302;
}

.brand-btn[disabled]{
    opacity:.55;
    cursor:not-allowed;
}

.brand-btn[disabled]:hover{
    background:rgba(255,255,255,.08);
    border-color:rgba(255,255,255,.1);
}

/* GROUP NEWS */

.group-news{
    padding:120px 0;
}

.news-grid{
    display:grid;
    grid-template-columns:repeat(var(--cols,4),1fr);
    gap:30px;
}

.news-col{
    background:linear-gradient(to bottom right, rgba(255,255,255,.06), rgba(255,255,255,.02));
    border:1px solid rgba(255,255,255,.08);
    border-radius:30px;
    padding:30px;
    backdrop-filter:blur(14px);
    display:flex;
    flex-direction:column;
    gap:8px;
}

.news-head{
    display:flex;
    align-items:center;
    gap:14px;
    padding-bottom:22px;
    margin-bottom:12px;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.dot{
    width:14px;
    height:14px;
    border-radius:50%;
    flex-shrink:0;
    box-shadow:0 0 18px currentColor;
}

.news-head-text{
    flex:1;
    min-width:0;
}

.news-brand{
    font-weight:800;
    font-size:17px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.news-site{
    color:#94a3b8;
    font-size:12px;
    letter-spacing:1px;
    margin-top:4px;
}

.news-go{
    width:42px;
    height:42px;
    flex-shrink:0;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.06);
    color:#fff;
    text-decoration:none;
    transition:.4s;
}

.news-go:hover{
    background:#A81302;
    transform:translateY(-4px);
}

.news-item{
    display:flex;
    gap:16px;
    align-items:flex-start;
    padding:16px;
    border-radius:20px;
    text-decoration:none;
    color:#fff;
    transition:.3s;
    border:1px solid transparent;
}

.news-item:hover{
    background:rgba(255,255,255,.05);
    border-color:rgba(249,115,22,.35);
    transform:translateX(6px);
}

.news-thumb{
    width:74px;
    height:74px;
    flex-shrink:0;
    border-radius:16px;
    overflow:hidden;
    background:rgba(255,255,255,.06);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#64748b;
    font-size:22px;
}

.news-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.news-body{
    display:flex;
    flex-direction:column;
    gap:6px;
    min-width:0;
}

.news-body time{
    color:#A81302;
    font-size:11px;
    letter-spacing:1.5px;
    text-transform:uppercase;
}

.news-body strong{
    font-size:15px;
    line-height:1.5;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.news-body small{
    color:#94a3b8;
    font-size:12.5px;
    line-height:1.7;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.news-error,
.news-empty{
    color:#94a3b8;
    font-size:14px;
    line-height:1.9;
    padding:14px 6px;
}

.news-error i{
    color:#ef4444;
    margin-right:8px;
}

/* ABOUT */

.about{
    padding:120px 0;
}

.about-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
}

.about-image{
    position:relative;
}

.about-image img{
    width:100%;
    height:700px;
    object-fit:cover;
    border-radius:40px;
}

.about-image::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:40px;
    background:linear-gradient(to top, rgba(0,0,0,.5), transparent);
}

.about-text{
    color:#cbd5e1;
    line-height:2;
    font-size:17px;
    margin:35px 0;
}

/* FOOTER */

.footer{
    padding:100px 0 40px;
    border-top:1px solid rgba(255,255,255,.08);
    background:linear-gradient(to bottom, #0f172a, #020617);
}

.footer-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:50px;
}

.footer-logo{
    font-size:38px;
    font-weight:900;
    letter-spacing:6px;
    margin-bottom:25px;
}

.footer-text{
    color:#94a3b8;
    line-height:2;
}

.footer-title{
    font-size:20px;
    margin-bottom:25px;
}

.footer-links{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.footer-links a{
    color:#94a3b8;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#fff;
    transform:translateX(5px);
}

.footer-soon{
    color:#64748b;
    font-size:14px;
}

.footer-soon em{
    font-style:normal;
    opacity:.7;
}

.socials{
    display:flex;
    gap:14px;
    margin-top:25px;
}

.socials a{
    width:50px;
    height:50px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.06);
    color:#fff;
    text-decoration:none;
    transition:.4s;
}

.socials a:hover{
    background:#A81302;
    transform:translateY(-5px);
}

.copyright{
    margin-top:70px;
    border-top:1px solid rgba(255,255,255,.08);
    padding-top:30px;
    text-align:center;
    color:#64748b;
}

/* BACK TO TOP */

.back-top{
    position:fixed;
    right:25px;
    bottom:25px;
    width:55px;
    height:55px;
    border-radius:50%;
    border:none;
    background:#A81302;
    color:#fff;
    cursor:pointer;
    font-size:20px;
    z-index:999;
    display:none;
    box-shadow:0 15px 35px rgba(249,115,22,.35);
}

.back-top.active{
    display:block;
}

/* RESPONSIVE */

@media(max-width:1200px){

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

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

    .hero-title{
        font-size:70px;
    }

}

@media(max-width:991px){

    .about-wrapper{
        grid-template-columns:1fr;
    }

    .burger{
        display:flex;
        margin-left:auto;
    }

    .menu{
        display:flex;
        position:fixed;
        top:0;
        right:0;
        bottom:0;
        left:auto;
        width:300px;
        flex-direction:column;
        gap:0;
        background:#0a0a0f;
        border-left:1px solid rgba(255,255,255,.08);
        padding:90px 5% 20px;
        overflow-y:auto;
        z-index:999;
        transform:translateX(100%);
        transition:transform .35s cubic-bezier(.4,0,.2,1);
    }

    .menu.open{
        transform:translateX(0);
    }

    /* Mobil menü animasyonu: linkler sirasiyla kayarak gelir */
    .menu a{
        padding:16px 5%;
        opacity:0;
        transform:translateX(28px);
        transition:opacity .35s ease, transform .45s cubic-bezier(.22,.61,.36,1), color .3s ease;
    }

    .menu a::after{
        bottom:8px;
        left:5%;
        width:calc(100% - 10%);
    }

    .menu.open a{
        opacity:1;
        transform:translateX(0);
    }

    .menu.open > a:nth-child(1){ transition-delay:.08s; }
    .menu.open > a:nth-child(2){ transition-delay:.14s; }
    .menu.open > a:nth-child(3){ transition-delay:.20s; }
    .menu.open > a:nth-child(4){ transition-delay:.26s; }
    .menu.open > a:nth-child(5){ transition-delay:.32s; }
    .menu.open .nav-drop-menu a:nth-child(1){ transition-delay:.38s; }
    .menu.open .nav-drop-menu a:nth-child(2){ transition-delay:.42s; }
    .menu.open .nav-drop-menu a:nth-child(3){ transition-delay:.46s; }
    .menu.open .nav-drop-menu a:nth-child(4){ transition-delay:.50s; }
    .menu.open .nav-drop-menu a:nth-child(5){ transition-delay:.54s; }

    .nav-backdrop{
        display:block;
        position:fixed;
        inset:0;
        background:rgba(0,0,0,.55);
        z-index:998;
        opacity:0;
        visibility:hidden;
        transition:opacity .35s ease, visibility .35s ease;
    }

    .menu.open ~ .nav-backdrop{
        opacity:1;
        visibility:visible;
    }

    .hero-title{
        font-size:55px;
    }

    .section-heading{
        font-size:45px;
    }

    .group-contents .section-title .section-heading{
        padding:12px 26px;
    }

}

@media(max-width:768px){

    .brand-grid,
    .stats-grid,
    .news-grid,
    .footer-grid{
        grid-template-columns:1fr;
    }

    .topbar-info{
        gap:14px;
        min-width:0;
        flex:1 1 auto;
    }

    .topbar-address{
        min-width:0;
        max-width:calc(100% - 2px);
    }

    .topbar-address span{
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }

    .topbar-email,
    .topbar-phone{
        display:none;
    }

    .hero-title{
        font-size:42px;
    }

    .hero-subtitle{
        letter-spacing:4px;
    }

    .section-heading{
        font-size:36px;
    }

    .group-contents .section-title .section-heading{
        padding:10px 20px;
        border-radius:14px;
    }

    .about-image img{
        height:500px;
    }

}

/* ==================== KONUM / HARITA ==================== */

.location{
    padding:100px 0;
    background:#0b0d10;
}

.location .section-subtitle{ color:var(--accent,#ef4444); }
.location .section-heading{ color:#fff; }
.location .section-heading span{ color:var(--accent,#ef4444); }

.map-grid{
    display:grid;
    grid-template-columns:1fr 1.4fr;
    gap:24px;
    align-items:stretch;
    margin-top:40px;
}

.map-card{
    background:#12151a;
    border:1px solid #1f232b;
    border-radius:16px;
    padding:22px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.map-card .tr-map svg{
    width:100%;
    height:auto;
    display:block;
}

.tr-map path{
    fill:#2a2f39 !important;
    stroke:#0b0d10;
    stroke-width:.4;
    transition:fill .15s;
}

.tr-map path:hover{ fill:#3b4250 !important; }

.tr-map path#TR54{
    fill:#ef4444 !important;
    stroke:#fca5a5;
    stroke-width:1;
}

.map-note{
    margin-top:14px;
    text-align:center;
    font-size:13px;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#9aa3af;
}
.map-note i{ color:#ef4444; margin-right:6px; }

.map-card .gmap{
    width:100%;
    min-height:340px;
    border:0;
    border-radius:12px;
    filter:grayscale(.2) contrast(1.05);
}

@media (max-width:900px){
    .map-grid{ grid-template-columns:1fr; }
}

/* ================= GROUP PAGE ================= */

.group-page{ --accent:#A81302; }

.group-hero{
    padding: 120px 0 80px;
    background:
        radial-gradient(1000px 400px at 85% -10%, color-mix(in srgb, var(--accent) 14%, transparent), transparent 60%),
        var(--dark-1, #0b0d12);
    color:#fff;
}

.group-breadcrumb{
    display:flex; align-items:center; gap:10px;
    font-size:13px; margin-bottom:34px;
    color:rgba(255,255,255,.55);
}
.group-breadcrumb a{ color:rgba(255,255,255,.75); text-decoration:none; }
.group-breadcrumb a:hover{ color:#fff; }
.group-breadcrumb i{ font-size:9px; opacity:.5; }

.group-hero-grid{
    display:grid; grid-template-columns: 1.1fr .9fr;
    gap:56px; align-items:center;
}

.group-kicker{
    font-size:12px; letter-spacing:.35em; font-weight:700;
    text-transform:uppercase; margin-bottom:16px;
}

.group-logo{
    width:110px; height:110px; object-fit:contain;
    background:#fff; border-radius:20px; padding:10px;
    box-shadow:0 10px 40px rgba(0,0,0,.25);
    margin-bottom:22px;
}

.group-title{
    font-size: clamp(30px, 4.4vw, 52px);
    line-height:1.08; font-weight:800; margin-bottom:12px;
}

.group-subtitle{
    font-size:18px; font-weight:600;
    color:rgba(255,255,255,.85); margin-bottom:18px;
}

.group-desc{
    color:rgba(255,255,255,.6);
    max-width:520px; line-height:1.8; margin-bottom:30px;
}

.group-actions{ display:flex; flex-wrap:wrap; gap:14px; }

.group-btn-accent{
    background: var(--accent); border-color: var(--accent); color:#fff;
}
.group-btn-accent:hover{
    filter:brightness(1.1); color:#fff;
}

.group-hero-media{ position:relative; }
.group-hero-media img{
    width:100%; height:380px; object-fit:cover;
    border-radius:18px; display:block;
    box-shadow:0 30px 60px rgba(0,0,0,.45);
}
.group-hero-accent{
    position:absolute; left:-14px; bottom:-14px;
    width:120px; height:120px; border-radius:22px;
    opacity:.9;
}

.group-contents{ padding:90px 0; background:#fff; }

.group-cards{
    display:grid; grid-template-columns:repeat(auto-fit,minmax(290px,1fr));
    gap:30px; margin-top:48px;
}

/* ================= CARD ================= */

.group-card{
    position:relative;
    display:flex; flex-direction:column;
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    border:1px solid #eef0f4;
    transition:
        transform .45s cubic-bezier(.22,.61,.36,1),
        box-shadow .45s cubic-bezier(.22,.61,.36,1),
        border-color .35s ease;
}

/* hover'da soldan saga acilan marka rengi seridi */
.group-card::before{
    content:''; position:absolute; inset:0 0 auto 0;
    height:3px; z-index:3;
    background:var(--accent);
    transform:scaleX(0); transform-origin:left;
    transition:transform .5s cubic-bezier(.22,.61,.36,1);
}

.group-card:hover{
    transform:translateY(-10px);
    border-color:rgba(15,23,42,.05);
    box-shadow:
        0 36px 70px -20px rgba(15,23,42,.22),
        0 14px 28px -18px rgba(15,23,42,.12),
        inset 0 -3px 0 var(--accent);
}

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

/* ---------- MEDIA ---------- */

.group-card-media{
    position:relative; display:block; height:230px;
    background:linear-gradient(135deg,#f4f6fa,#e9edf4);
    overflow:hidden;
}
.group-card-media img{
    width:100%; height:100%; object-fit:cover;
    filter:saturate(.82) contrast(.98);
    transform:scale(1.001);
    transition:
        transform .8s cubic-bezier(.22,.61,.36,1),
        filter .6s ease;
}
.group-card:hover .group-card-media img{
    transform:scale(1.08);
    filter:saturate(1.05) contrast(1.02);
}

/* alt gradient: derinlik + rozet okunurlugu */
.group-card-media::after{
    content:''; position:absolute; inset:0;
    background:
        linear-gradient(to top, rgba(10,14,22,.42), transparent 52%),
        linear-gradient(to bottom, rgba(10,14,22,.16), transparent 26%);
    opacity:.85;
    transition:opacity .4s ease;
}
.group-card:hover .group-card-media::after{ opacity:1; }

/* buyuk kontur numara filigrani */
.group-card-num{
    position:absolute; top:10px; right:18px; z-index:2;
    font-size:46px; font-weight:900; line-height:1;
    color:transparent;
    -webkit-text-stroke:1.2px rgba(255,255,255,.65);
    letter-spacing:.02em;
    pointer-events:none;
    transform:translateY(6px);
    opacity:.85;
    transition:transform .5s cubic-bezier(.22,.61,.36,1), opacity .4s ease;
}
.group-card:hover .group-card-num{
    transform:translateY(0);
    opacity:1;
}

/* YENI rozeti */
.group-card-badge{
    position:absolute; top:16px; left:16px; z-index:2;
    display:inline-flex; align-items:center; gap:7px;
    color:#fff; font-size:11px; font-weight:800;
    letter-spacing:.09em; text-transform:uppercase;
    padding:7px 14px; border-radius:999px;
    backdrop-filter:blur(6px);
}
.group-card-new{
    background:linear-gradient(135deg,#16a34a,#22c55e);
    box-shadow:0 8px 22px -6px rgba(34,197,94,.6), inset 0 1px 0 rgba(255,255,255,.25);
}
.group-card-new::before{
    content:''; width:6px; height:6px; border-radius:50%;
    background:#dcfce7;
    animation:newPulse 1.6s ease-in-out infinite;
}
@keyframes newPulse{
    0%,100%{ opacity:1; transform:scale(1); }
    50%    { opacity:.45; transform:scale(.7); }
}

/* ---------- BODY ---------- */

.group-card-body{
    flex:1; display:flex; flex-direction:column;
    padding:24px 24px 22px;
}
.group-card-body time{
    display:inline-flex; align-items:center; gap:9px;
    font-size:11.5px; font-weight:700; color:#8b93a5;
    letter-spacing:.1em; text-transform:uppercase;
}
.group-card-body time::before{
    content:''; width:18px; height:2px; border-radius:2px;
    background:var(--accent);
}
.group-card-body h3{
    font-size:18.5px; line-height:1.4; margin:13px 0 10px;
    font-weight:800; letter-spacing:-.015em;
    display:-webkit-box; -webkit-line-clamp:2;
    -webkit-box-orient:vertical; overflow:hidden;
}
.group-card-body h3 a{
    color:#141a26; text-decoration:none;
    background-image:linear-gradient(var(--accent), var(--accent));
    background-repeat:no-repeat; background-position:0 100%; background-size:0% 1.5px;
    transition:color .25s ease, background-size .35s cubic-bezier(.22,.61,.36,1);
}
.group-card-body h3 a:hover{
    color:var(--accent);
    background-size:100% 1.5px;
}
.group-card-body p{
    font-size:13.5px; color:#5c6577; line-height:1.78;
    display:-webkit-box; -webkit-line-clamp:2;
    -webkit-box-orient:vertical; overflow:hidden;
}

/* ---------- FOOT ---------- */

.group-card-foot{
    margin-top:auto;
    display:flex; align-items:center; justify-content:space-between; gap:14px;
    padding-top:18px; margin-top:auto;
    text-decoration:none;
    position:relative;
}
/* ust cizgi: hover'da marka rengine doner */
.group-card-foot::before{
    content:''; position:absolute; top:0; left:0; right:0;
    height:1px; background:#e9ecf2;
    transition:background .3s ease;
}
.group-card-foot::after{
    content:''; position:absolute; top:-1px; left:0;
    width:34px; height:2px; border-radius:2px;
    background:var(--accent);
    transform:scaleX(0); transform-origin:left;
    transition:transform .45s cubic-bezier(.22,.61,.36,1);
}
.group-card:hover .group-card-foot::before{ background:#f1ede7; }
.group-card:hover .group-card-foot::after{ transform:scaleX(1); }

.group-card-go{
    font-size:12px; font-weight:800;
    letter-spacing:.14em; text-transform:uppercase;
    color:var(--accent);
    transition:letter-spacing .35s cubic-bezier(.22,.61,.36,1);
}
.group-card:hover .group-card-go{ letter-spacing:.18em; }

/* dairesel ok butonu: hover'da doler ve ok -45'ten duzeltir */
.group-card-arrow{
    flex:none;
    width:40px; height:40px; border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    font-size:13px; color:#141a26;
    border:1.5px solid #e2e6ee;
    transition:
        background .35s cubic-bezier(.22,.61,.36,1),
        border-color .35s cubic-bezier(.22,.61,.36,1),
        color .35s cubic-bezier(.22,.61,.36,1),
        box-shadow .35s cubic-bezier(.22,.61,.36,1);
}
.group-card-arrow i{ transform:rotate(-45deg); transition:transform .4s cubic-bezier(.22,.61,.36,1); }
.group-card:hover .group-card-arrow{
    background:var(--accent);
    border-color:var(--accent);
    color:#fff;
    box-shadow:0 10px 24px -8px color-mix(in srgb, var(--accent) 60%, transparent);
}
.group-card:hover .group-card-arrow i{ transform:rotate(0deg); }

@media (prefers-reduced-motion: reduce){
    .group-card,
    .group-card-media img,
    .group-card-num,
    .group-card-go,
    .group-card-arrow,
    .group-card-arrow i,
    .group-card::before,
    .group-card-foot::after{ transition:none !important; }
    .group-card-new::before{ animation:none; }
}

@media (max-width:900px){
    .group-hero{ padding:110px 0 60px; }
    .group-hero-grid{ grid-template-columns:1fr; gap:36px; }
    .group-hero-media img{ height:260px; }
}

/* ================= KURUMSAL SAYFALAR ================= */

.page-hero{
    background:
        radial-gradient(900px 420px at 18% 20%, rgba(249,115,22,.10), transparent 60%),
        linear-gradient(135deg, #0b0d12 0%, #141a26 55%, #1a2130 100%);
    padding:200px 0 84px;
    position:relative;
    overflow:hidden;
    scroll-margin-top:120px;
}
.page-hero::after{
    content:''; position:absolute; right:-120px; top:-80px;
    width:340px; height:340px; border-radius:50%;
    border:1.5px solid rgba(249,115,22,.16);
    pointer-events:none;
}

.page-breadcrumb{
    display:flex; align-items:center; gap:10px;
    font-size:13px; color:rgba(255,255,255,.45); margin-bottom:34px;
}
.page-breadcrumb a{ color:rgba(255,255,255,.6); text-decoration:none; transition:color .25s ease; }
.page-breadcrumb a:hover{ color:#A81302; }
.page-breadcrumb i{ font-size:9px; opacity:.5; }

.page-hero .section-subtitle{ color:#A81302; margin-bottom:14px; }

.page-title{
    color:#fff;
    font-size:clamp(38px, 5vw, 62px);
    line-height:1.05; font-weight:900; letter-spacing:-.02em;
}
.page-lead{
    color:rgba(255,255,255,.6);
    font-size:17px; line-height:1.85;
    max-width:620px; margin-top:20px;
}

.kurumsal-section{ padding:96px 0; background:#fff; }
.kurumsal-section.alt{ background: #444f67; }
/*#f6f7f9*/
.section-label{
    color:#A81302;
    font-size:12px; font-weight:700;
    letter-spacing:.32em; text-transform:uppercase;
}

.h2-lg{
    font-size:clamp(28px, 3.4vw, 42px);
    font-weight:900; letter-spacing:-.02em; line-height:1.15;
}
.h2-lg span{ color:#A81302; }

/* ---- hakkimizda: hikaye + istatistik + degerler ---- */
.about-grid{
    display:grid; grid-template-columns:1.05fr .95fr;
    gap:64px; align-items:center;
}
.about-text p{ color:#5c6577; font-size:16px; line-height:1.95; margin-top:16px; }
.about-media{ position:relative;  }
.about-media img.main{
    width:100%; height:430px; object-fit:cover;
    border-radius:20px;
}
.about-media img.main.is-logo{
    object-fit:contain;background: #444f67;
    /*background:#fff;*/
    padding:28px;
}
.about-media::before{
    content:''; position:absolute; inset:auto -16px -16px auto;
    width:150px; height:150px; border-radius:20px;
    background:#A81302; opacity:.9; z-index:-0;
}
.about-badge{
    position:absolute; left:22px; bottom:22px;
    background:rgba(11,13,18,.82); backdrop-filter:blur(8px);
    color:#fff; border-radius:14px; padding:16px 22px;
}
.about-badge strong{ display:block; font-size:22px; font-weight:800; }
.about-badge small{ color:rgba(255,255,255,.55); font-size:12.5px; letter-spacing:.08em; text-transform:uppercase; }

.stat-strip{
    display:grid; grid-template-columns:repeat(4,1fr);
    background:linear-gradient(135deg,#0b0d12,#161d29);
    border-radius:20px; overflow:hidden;
}
.stat-item{
    text-align:center; padding:52px 18px;
    border-right:1px solid rgba(255,255,255,.07);
    transition:background .3s ease;
}
.stat-item:last-child{ border-right:none; }
.stat-item:hover{ background:rgba(255,255,255,.03); }
.stat-num{
    font-size:50px; font-weight:900; letter-spacing:-.02em;
    color:#A81302; line-height:1;
}
.stat-lbl{
    color:rgba(255,255,255,.5);
    font-size:13px; letter-spacing:.22em; text-transform:uppercase;
    margin-top:12px;
}

.values-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.value-card{
    padding:44px 36px; border-radius:18px;
    background:#f6f7f9; text-align:center;
    border:1px solid transparent;
    transition:transform .35s cubic-bezier(.22,.61,.36,1), box-shadow .35s ease, background .3s ease;
}
.value-card:hover{
    transform:translateY(-6px);
    background:#fff;
    box-shadow:0 26px 54px -20px rgba(15,23,42,.18);
}
.value-icon{
    width:74px; height:74px; margin:0 auto 22px;
    display:flex; align-items:center; justify-content:center;
    border-radius:20px; font-size:28px;
    color:#A81302; background:rgba(249,115,22,.10);
    transition:.35s cubic-bezier(.22,.61,.36,1);
}
.value-card:hover .value-icon{
    background:#A81302; color:#fff;
    transform:rotateY(180deg);
}
.value-card h3{ font-size:21px; font-weight:800; margin-bottom:12px; }
.value-card p{ color:#5c6577; font-size:14.5px; line-height:1.8; }

/* ---- vizyon / misyon: beyan + numarali hedefler ---- */
.vision-grid{
    display:grid; grid-template-columns:1fr 1fr;
    gap:70px; align-items:start;
}
.vision-statement .vision-icon{
    width:86px; height:86px; border-radius:24px;
    display:flex; align-items:center; justify-content:center;
    background:linear-gradient(135deg,#A81302,#ea580c);
    color:#fff; font-size:34px;
    box-shadow:0 18px 40px -12px rgba(249,115,22,.5);
    margin-bottom:30px;
}
.vision-statement .h2-lg{ margin:14px 0 18px; }
.vision-statement > p{ color:#5c6577; font-size:17px; line-height:1.95; }

.goals-list{ list-style:none; padding:0; margin:0; }
.goals-list li{
    display:flex; gap:22px; align-items:flex-start;
    padding:26px 0; border-bottom:1px solid #e8ebf1;
    transition:.3s ease;
}
.goals-list li:first-child{ padding-top:4px; }
.goals-list li:last-child{ border-bottom:none; }
.goals-list li:hover{ padding-left:8px; }
.goal-num{
    flex:none;
    width:52px; height:52px; border-radius:14px;
    display:flex; align-items:center; justify-content:center;
    font-size:19px; font-weight:800;
    color:#A81302; background:rgba(249,115,22,.10);
    transition:.35s cubic-bezier(.22,.61,.36,1);
}
.goals-list li:hover .goal-num{
    background:#A81302; color:#fff;
    box-shadow:0 12px 26px -8px rgba(249,115,22,.5);
}
.goal-content h4{ font-size:19px; font-weight:800; margin-bottom:7px; }
.goal-content p{ color:#5c6577; font-size:14.5px; line-height:1.75; }

/* ---- kariyer ---- */
.career-intro{
    display:grid; grid-template-columns:1fr 1fr;
    gap:64px; align-items:center;
}
.career-intro p{ color:#5c6577; font-size:16px; line-height:1.95; margin-top:16px; }

.benefits-grid{ display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.benefit{
    padding:26px 24px; border-radius:16px;
    background:#f6f7f9; border:1px solid #eceef3;
    transition:.3s ease;
}
.benefit:hover{
    background:#fff;
    box-shadow:0 20px 44px -18px rgba(15,23,42,.16);
    transform:translateY(-4px);
}
.benefit i{ font-size:22px; color:#A81302; margin-bottom:14px; display:block; }
.benefit h4{ font-size:16.5px; font-weight:800; margin-bottom:6px; }
.benefit p{ color:#5c6577; font-size:13.5px; line-height:1.65; }

.positions{ display:flex; flex-direction:column; gap:14px; max-width:920px; margin:48px auto 0; }
.position-card{
    display:flex; align-items:center; justify-content:space-between; gap:22px;
    background:#fff; border:1px solid #eceef3;
    border-radius:16px; padding:22px 26px;
    transition:.3s cubic-bezier(.22,.61,.36,1), box-shadow .3s ease;
    cursor:pointer;
}
.position-card:hover{
    transform:translateX(8px);
    border-color:rgba(249,115,22,.35);
    box-shadow:0 18px 40px -18px rgba(15,23,42,.16);
}
.position-info{ display:flex; align-items:center; gap:18px; }
.position-icon{
    width:52px; height:52px; border-radius:14px; flex:none;
    display:flex; align-items:center; justify-content:center;
    font-size:19px; color:#A81302; background:rgba(249,115,22,.10);
}
.position-info h4{ font-size:17px; font-weight:800; }
.position-dept{ font-size:13px; color:#8b93a5; margin-top:3px; }
.position-meta{ display:flex; gap:20px; }
.position-meta span{ font-size:13.5px; color:#5c6577; white-space:nowrap; }
.position-meta i{ color:#A81302; margin-right:6px; font-size:12.5px; }
.position-arrow{ color:#c3c9d4; font-size:17px; transition:.3s ease; }
.position-card:hover .position-arrow{ color:#A81302; transform:translateX(4px); }

.cta-box{
    background:linear-gradient(135deg,#0b0d12,#1a2130);
    border-radius:24px; padding:64px 40px; text-align:center;
    margin-top:72px; position:relative; overflow:hidden;
}
.cta-box::before{
    content:''; position:absolute; right:-90px; bottom:-110px;
    width:280px; height:280px; border-radius:50%;
    border:1.5px solid rgba(249,115,22,.2);
}
.cta-box h3{ color:#fff; font-size:32px; font-weight:900; margin-bottom:12px; }
.cta-box p{ color:rgba(255,255,255,.55); font-size:15.5px; max-width:520px; margin:0 auto 32px; line-height:1.8; }

/* ---- yonetim ---- */
.board-grid{
    display:grid; grid-template-columns:repeat(4,1fr);
    gap:24px;
}
.board-card{
    background:#fff; border:1px solid #eceef3;
    border-radius:18px; padding:34px 26px; text-align:center;
    transition:.35s cubic-bezier(.22,.61,.36,1);
}
.board-card:hover{
    transform:translateY(-6px);
    box-shadow:0 26px 54px -20px rgba(15,23,42,.18);
}
.board-avatar{
    width:88px; height:88px; border-radius:50%;
    margin:0 auto 18px;
    display:flex; align-items:center; justify-content:center;
    font-size:26px; font-weight:900; color:#fff;
    letter-spacing:.04em;
    box-shadow:0 14px 30px -10px rgba(15,23,42,.25);
    transition:transform .35s cubic-bezier(.22,.61,.36,1);
}
.board-card:hover .board-avatar{ transform:scale(1.08) rotate(-3deg); }
.board-role{
    font-size:11.5px; font-weight:700; color:#A81302;
    letter-spacing:.16em; text-transform:uppercase; margin-bottom:8px;
}
.board-card h3{ font-size:17.5px; font-weight:800; margin-bottom:10px; }
.board-card p{ color:#5c6577; font-size:13.5px; line-height:1.75; }

.board-quote{
    max-width:760px; margin:64px auto 0; text-align:center;
    padding:46px 40px;
    background:linear-gradient(135deg,#0b0d12,#161d29);
    border-radius:22px; position:relative;
}
.board-quote::before{
    content:'\201C';
    position:absolute; top:-8px; left:34px;
    font-size:130px; line-height:1;
    color:rgba(249,115,22,.25); font-family:Georgia, serif;
}
.board-quote p{ color:rgba(255,255,255,.85); font-size:19px; line-height:1.85; font-style:italic; }
.board-quote .author{
    margin-top:16px; color:#A81302;
    font-size:13px; font-weight:700; letter-spacing:.18em; text-transform:uppercase;
}

@media (max-width: 991px){
    .about-grid, .vision-grid, .career-intro{ grid-template-columns:1fr; gap:44px; }
    .stat-strip{ grid-template-columns:repeat(2,1fr); }
    .values-grid{ grid-template-columns:1fr; }
    .board-grid{ grid-template-columns:repeat(2,1fr); }
    .page-hero{ padding:130px 0 66px; }
}
@media (max-width: 600px){
    .stat-strip{ grid-template-columns:1fr; }
    .stat-item{ border-right:none; border-bottom:1px solid rgba(255,255,255,.07); }
    .board-grid{ grid-template-columns:1fr; }
    .benefits-grid{ grid-template-columns:1fr; }
    .position-meta{ display:none; }
    .cta-box{ padding:48px 24px; }
}

/* ---- NAV KURUMSAL DROPDOWN ---- */
.nav-drop{ position:relative; }
.nav-drop-toggle i{ font-size:10px; margin-left:5px; transition:.3s; display:inline-block; }
.nav-drop:hover .nav-drop-toggle i,
.nav-drop.open .nav-drop-toggle i{ transform:rotate(180deg); }
.nav-drop-menu{
    position:absolute; top:calc(100% + 16px); left:-18px;
    min-width:190px;
    background:rgba(3,7,18,.98);
    border:1px solid rgba(255,255,255,.08);
    border-radius:14px;
    padding:8px;
    display:flex; flex-direction:column;
    opacity:0; visibility:hidden; transform:translateY(10px);
    transition:opacity .3s ease, transform .3s cubic-bezier(.22,.61,.36,1), visibility .3s;
    z-index:70;
}
/* hover koprusu */
.nav-drop-menu::before{
    content:''; position:absolute; top:-16px; left:0; right:0; height:16px;
}
.nav-drop-menu a{
    padding:11px 16px;
    border-radius:9px;
    letter-spacing:.06em; text-transform:none; font-size:13.5px;
    opacity:0;
    transform:translateY(8px);
    transition:opacity .3s ease, transform .35s cubic-bezier(.22,.61,.36,1), background .2s ease, color .2s ease;
}
.nav-drop-menu a:hover{ background:rgba(249,115,22,.12); color:#A81302; }
.nav-drop:hover .nav-drop-menu,
.nav-drop.open .nav-drop-menu{
    opacity:1; visibility:visible; transform:translateY(0);
}
.nav-drop:hover .nav-drop-menu a,
.nav-drop.open .nav-drop-menu a{
    opacity:1;
    transform:translateY(0);
}
.nav-drop:hover .nav-drop-menu a:nth-child(1),
.nav-drop.open .nav-drop-menu a:nth-child(1){ transition-delay:.06s; }
.nav-drop:hover .nav-drop-menu a:nth-child(2),
.nav-drop.open .nav-drop-menu a:nth-child(2){ transition-delay:.11s; }
.nav-drop:hover .nav-drop-menu a:nth-child(3),
.nav-drop.open .nav-drop-menu a:nth-child(3){ transition-delay:.16s; }
.nav-drop:hover .nav-drop-menu a:nth-child(4),
.nav-drop.open .nav-drop-menu a:nth-child(4){ transition-delay:.21s; }
.nav-drop:hover .nav-drop-menu a:nth-child(5),
.nav-drop.open .nav-drop-menu a:nth-child(5){ transition-delay:.26s; }

@media (max-width: 991px){
    .nav-drop-menu{
        position:static; min-width:0;
        border:none; background:transparent;
        opacity:1; visibility:visible; transform:none;
        display:none; padding:2px 0 8px 14px;
    }
    .nav-drop.open .nav-drop-menu{ display:flex; }
    .nav-drop-menu a{ padding:12px 5% 12px 28px; }
    .nav-drop-menu::before{ display:none; }
}

/* ---- KURUMSAL KONTRAST DUZELTMELERI ---- */
/* Beyaz zeminli bolumler: koyu metin */
.kurumsal-section{ color:#3f4a5e; }
.kurumsal-section .h2-lg{ color:#0b0d12; }

/* Koyu zeminli (.alt) bolumler: acik metin */
.kurumsal-section.alt{ color:rgba(255,255,255,.78); }
.kurumsal-section.alt .h2-lg{ color:#fff; }

/* Acik kart iclerindeki basliklar her zaman koyu */
.value-card h3,
.goal-content h4,
.benefit h4,
.position-info h4,
.board-card h3{
    color:#0b0d12;
}

/* ---- YONETIM KISI MODALI (gorev kimligi) ---- */
.board-card{ cursor:pointer; }
.board-card img{ width:100%; height:100%; object-fit:cover; border-radius:50%; }
.board-more{
    display:inline-flex; align-items:center; gap:7px;
    margin-top:14px; font-size:11.5px; font-weight:700;
    letter-spacing:.12em; text-transform:uppercase;
    color:#A81302; opacity:.75; transition:.3s ease;
}
.board-card:hover .board-more{ opacity:1; letter-spacing:.18em; }

.bm-modal{
    position:fixed; inset:0; z-index:9999;
    display:flex; align-items:center; justify-content:center;
    padding:24px;
    visibility:hidden; opacity:0; transition:.3s ease;
}
.bm-modal.open{ visibility:visible; opacity:1; }
.bm-backdrop{
    position:absolute; inset:0;
    background:rgba(5,8,22,.78); backdrop-filter:blur(6px);
}
.bm-card{
    position:relative;
    display:grid; grid-template-columns:280px 1fr;
    width:min(720px, 100%);
    background:#fff;
    border-radius:22px; overflow:hidden;
    box-shadow:0 40px 90px -20px rgba(0,0,0,.55);
    transform:translateY(26px) scale(.96);
    transition:.35s cubic-bezier(.22,.61,.36,1);
}
.bm-modal.open .bm-card{ transform:translateY(0) scale(1); }

.bm-photo{
    position:relative; min-height:360px;
    background:linear-gradient(160deg,#141a26,#0b0d12);
}
.bm-photo img{
    position:absolute; inset:0; width:100%; height:100%;
    object-fit:cover;
}
.bm-photo-fallback{
    position:absolute; inset:0;
    display:flex; align-items:center; justify-content:center;
    font-size:74px; font-weight:900; color:#fff; letter-spacing:.05em;
}

.bm-info{
    padding:40px 38px 34px;
    display:flex; flex-direction:column;
}
.bm-brand{
    font-size:10.5px; font-weight:800; letter-spacing:.28em;
    color:#A81302; text-transform:uppercase; margin-bottom:16px;
}
.bm-info h3{
    font-size:30px; font-weight:900; color:#0b0d12;
    line-height:1.15; margin-bottom:10px;
}
.bm-role{
    display:inline-flex; align-items:center; gap:9px;
    align-self:flex-start;
    font-size:13px; font-weight:700; color:#47536b;
    background:rgba(249,115,22,.10);
    border:1px solid rgba(249,115,22,.25);
    border-radius:99px; padding:8px 16px;
    margin-bottom:18px;
}
.bm-role i{ color:#A81302; }
.bm-mail{
    display:inline-flex; align-items:center; gap:9px;
    font-size:14.5px; color:#2563eb; text-decoration:none;
    margin-bottom:18px; word-break:break-all;
}
.bm-mail:hover{ text-decoration:underline; }
.bm-desc{
    color:#5c6577; font-size:14.5px; line-height:1.85;
    margin-top:auto;
}
.bm-sign{
    height:4px; width:64px; border-radius:99px;
    background:linear-gradient(90deg,#A81302,#ea580c);
    margin-top:22px;
}

.bm-close{
    position:absolute; top:14px; right:16px; z-index:2;
    width:38px; height:38px; border-radius:50%;
    border:none; cursor:pointer;
    background:rgba(255,255,255,.14); backdrop-filter:blur(6px);
    color:#fff; font-size:22px; line-height:1;
    transition:.25s ease;
}
.bm-close:hover{ background:#A81302; transform:rotate(90deg); }

@media (max-width: 767px){
    .bm-card{ grid-template-columns:1fr; max-height:92vh; overflow-y:auto; }
    .bm-photo{ min-height:300px; }
    .bm-info{ padding:28px 24px; }
}

/* ===================== KVKK / CEReZ ONAY BANNERI ===================== */
.cookie-consent{
    position:fixed; left:20px; right:20px; bottom:20px; z-index:9999;
    max-width:520px; background:rgba(13,18,30,.97);
    backdrop-filter:blur(10px);
    border:1px solid rgba(249,115,22,.28);
    border-radius:16px; padding:18px 20px;
    box-shadow:0 18px 50px rgba(0,0,0,.45);
    color:#dfe5f0;
    transform:translateY(0);
    transition:opacity .4s ease, transform .4s ease, visibility .4s;
}
.cookie-consent-inner{ display:flex; align-items:flex-start; gap:14px; }
.cookie-consent-icon{
    flex-shrink:0; width:38px; height:38px; border-radius:10px;
    display:flex; align-items:center; justify-content:center;
    background:rgba(249,115,22,.15); color:#f97316; font-size:18px;
}
.cookie-consent-text{ display:flex; flex-direction:column; gap:5px; font-size:13.5px; line-height:1.6; }
.cookie-consent-text strong{ color:#fff; font-size:14.5px; }
.cookie-consent-text a{ color:#f97316; text-decoration:underline; }
.cookie-consent-actions{ display:flex; flex-direction:column; gap:8px; margin-left:auto; flex-shrink:0; align-items:flex-end; }
.cookie-consent-link{
    font-size:12.5px; color:#9aa3b2; text-decoration:none; padding:4px 6px;
}
.cookie-consent-link:hover{ color:#f97316; }
.cookie-consent-btn{
    border:none; cursor:pointer;
    font-size:13.5px; font-weight:700; color:#0b0d12;
    background:linear-gradient(90deg,#f97316,#ea580c);
    border-radius:10px; padding:9px 22px;
    transition:.25s ease;
}
.cookie-consent-btn:hover{ transform:translateY(-1px); box-shadow:0 8px 20px rgba(249,115,22,.35); }

@media (max-width: 480px){
    .cookie-consent-inner{ flex-direction:column; }
    .cookie-consent-actions{ flex-direction:row; margin-left:0; align-items:center; width:100%; justify-content:flex-end; }
}

/* ===================== KVKK SAYFASI ===================== */
.kvkk-content{
    max-width:820px; background:#fff; color:#334;
    border-radius:18px; padding:38px 42px; margin:0 auto;
    box-shadow:0 12px 40px rgba(13,18,30,.08);
    line-height:1.9;
}
.kvkk-content h2{
    font-size:20px; color:#0b0d12; margin:30px 0 12px;
    padding-bottom:10px; border-bottom:2px solid rgba(249,115,22,.25);
}
.kvkk-content h2:first-child{ margin-top:0; }
.kvkk-content p{ color:#4a5568; font-size:15px; margin:0 0 12px; }
.kvkk-content ul{ margin:0 0 16px; padding-left:20px; color:#4a5568; font-size:15px; }
.kvkk-content li{ margin-bottom:7px; }

@media (max-width: 767px){
    .kvkk-content{ padding:26px 22px; }
}

/* ===================== İLETİŞİM SAYFASI ===================== */
.contact-grid{ display:grid; grid-template-columns:1fr 1.2fr; gap:44px; align-items:start; }
.contact-cards{ display:flex; flex-direction:column; gap:14px; }
.contact-card{
    display:flex; gap:16px; align-items:flex-start;
    background:#fff; border:1px solid #eceff5; border-radius:16px;
    padding:20px 22px; box-shadow:0 8px 28px rgba(13,18,30,.05);
}
.contact-card-icon{
    flex-shrink:0; width:46px; height:46px; border-radius:13px;
    display:flex; align-items:center; justify-content:center;
    background:linear-gradient(135deg,#A81302,#f97316); color:#fff; font-size:19px;
}
.contact-card h4{ margin:0 0 5px; font-size:15.5px; color:#0b0d12; }
.contact-card p{ margin:0; font-size:14px; color:#5c6577; line-height:1.7; }
.contact-card a{ color:#A81302; text-decoration:none; }
.contact-card a:hover{ text-decoration:underline; }
.contact-map-wrap{ overflow:hidden; border-radius:16px; box-shadow:0 8px 28px rgba(13,18,30,.08); border:1px solid #eceff5; line-height:0; }
.contact-map-wrap .gmap{ width:100%; height:220px; border:0; }

.contact-form-wrap .form-field{ margin-bottom:16px; }
.contact-form-row{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.contact-form-wrap label{ display:block; font-size:13px; font-weight:600; color:#334155; margin-bottom:7px; }
.contact-form-wrap input,
.contact-form-wrap textarea{
    width:100%; border:1px solid #dfe4ee; border-radius:11px;
    padding:12px 14px; font-size:14px; color:#0b0d12; background:#fff;
    transition:border-color .18s, box-shadow .18s; font-family:inherit;
}
.contact-form-wrap input:focus,
.contact-form-wrap textarea:focus{
    outline:none; border-color:#f97316;
    box-shadow:0 0 0 3px rgba(249,115,22,.14);
}
.contact-submit{ padding:13px 30px; border-radius:11px; font-weight:700; cursor:pointer; }

.contact-flash{
    display:flex; align-items:center; gap:14px;
    max-width:860px; margin:24px auto 0; padding:15px 20px;
    border-radius:13px; font-size:14px; line-height:1.6;
}
.contact-flash i{ font-size:20px; }
.contact-flash strong{ display:block; }
.contact-flash-success{ background:#f0fdf4; border:1px solid #bbf7d0; color:#166534; }
.contact-flash-error{ background:#fef2f2; border:1px solid #fecaca; color:#991b1b; }

@media (max-width: 860px){
    .contact-grid{ grid-template-columns:1fr; gap:32px; }
    .contact-form-row{ grid-template-columns:1fr; gap:0; }
}
