:root{--blue:#0b3a67;--dark:#081827;--gold:#f4b24a;--soft:#f5f8fb;--text:#243142}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff}.container{max-width:1180px;margin:auto;padding:0 20px}.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);box-shadow:0 10px 30px rgba(0,0,0,.06)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:86px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--dark)}.brand img{width:70px;height:54px;object-fit:contain}.brand small{display:block;color:#64748b}.nav{display:flex;align-items:center;gap:8px}.nav a,.dropdown button{border:0;background:transparent;color:var(--dark);text-decoration:none;padding:12px 14px;border-radius:14px;font-weight:700}.nav a:hover,.dropdown:hover button,.dropdown:focus-within button{background:var(--soft)}.dropdown{position:relative;padding-bottom:12px;margin-bottom:-12px}.dropdown button{cursor:pointer}.dropdown::after{content:"";position:absolute;left:0;right:0;top:100%;height:12px}.dropdown div{display:grid;position:absolute;left:0;top:calc(100% - 2px);background:#fff;box-shadow:0 25px 60px rgba(0,0,0,.14);border-radius:18px;min-width:240px;padding:10px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.dropdown:hover div,.dropdown:focus-within div{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.dropdown div a{white-space:nowrap}.lang{background:var(--blue)!important;color:#fff!important}.nav-toggle{display:none}.hero{background:linear-gradient(135deg,#071b30,#0b3a67);color:#fff;padding:95px 0}.hero-grid{display:grid;grid-template-columns:1.4fr .7fr;gap:36px;align-items:center}.eyebrow{color:var(--gold);font-weight:800;letter-spacing:.18em}.hero h1{font-size:clamp(38px,6vw,72px);line-height:1;margin:14px 0}.hero p{font-size:20px;line-height:1.7;color:#dbeafe}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:13px 20px;background:#e8eef5;color:var(--dark);text-decoration:none;border:0;font-weight:800;cursor:pointer}.btn.primary{background:var(--gold);color:#121212}.hero-card{display:grid;gap:8px;background:rgba(255,255,255,.12);padding:30px;border-radius:28px;border:1px solid rgba(255,255,255,.2)}.hero-card b{font-size:42px;color:var(--gold)}.section{padding:70px 20px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:26px}.section-head h2{font-size:34px;margin:0}.section-head p{margin:6px 0 0;color:#64748b}.group-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.group-cards a{background:var(--soft);padding:32px;border-radius:28px;text-decoration:none;color:var(--dark);border:1px solid #e5edf6;transition:.2s}.group-cards a:hover,.brand-card:hover,.product:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(10,40,70,.1)}.group-cards span{color:var(--gold);font-weight:900}.group-cards b{display:block;font-size:28px;margin:8px 0}.group-cards em{font-style:normal;color:#64748b}.brand-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.brand-grid.large{grid-template-columns:repeat(5,1fr)}.brand-card{display:grid;place-items:center;text-align:center;gap:12px;background:#fff;border:1px solid #e7edf5;border-radius:22px;padding:18px;text-decoration:none;color:var(--dark);min-height:160px;transition:.2s}.brand-card img{max-width:120px;height:82px;object-fit:contain}.brand-card small{color:#64748b}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product{border:1px solid #e7edf5;border-radius:24px;overflow:hidden;background:#fff;transition:.2s}.product img{width:100%;aspect-ratio:1/1;object-fit:contain;background:#f8fafc;padding:14px}.product div{padding:16px}.product small{color:#64748b}.product h3{font-size:16px;margin:5px 0 0}.page-title{background:var(--soft);padding:64px 0}.page-title span{color:var(--blue);font-weight:900}.page-title h1{font-size:46px;margin:8px 0}.brand-title{display:flex;gap:24px;align-items:center}.brand-title img{width:130px;height:100px;object-fit:contain;background:#fff;border-radius:22px;padding:15px}.searchbar{display:flex;gap:12px;margin-bottom:26px}.searchbar input{flex:1;border:1px solid #dbe4ef;border-radius:16px;padding:15px}.searchbar button,.contact-form button{border:0;border-radius:16px;padding:0 24px;background:var(--blue);color:#fff;font-weight:800}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px}.contact-card,.contact-form,.catalog-box{background:#fff;border:1px solid #e7edf5;border-radius:26px;padding:28px;box-shadow:0 20px 50px rgba(0,0,0,.05)}.contact-form{display:grid;gap:14px}.contact-form label{display:grid;gap:8px;font-weight:800}.contact-form input,.contact-form textarea{border:1px solid #dbe4ef;border-radius:14px;padding:13px;font:inherit}.hp{display:none}.alert{padding:14px;border-radius:14px}.alert.success{background:#dcfce7}.alert.danger{background:#fee2e2}.empty{padding:30px;text-align:center;background:var(--soft);border-radius:20px}.catalog-box iframe{width:100%;height:75vh;border:0;border-radius:18px}.footer{background:var(--dark);color:#cbd5e1;padding:55px 0 0}.footer-grid{display:grid;grid-template-columns:1fr 2fr 1fr;gap:30px}.footer a{display:block;color:#fff;text-decoration:none;margin:8px 0}.footer-logo{width:110px;background:#fff;border-radius:16px;padding:8px}.copy{text-align:center;padding:18px;margin-top:30px;background:#06111d}.wa{position:fixed;right:20px;bottom:20px;background:#25d366;color:#fff;text-decoration:none;padding:14px 18px;border-radius:999px;font-weight:900;box-shadow:0 20px 50px rgba(0,0,0,.2)}@media(max-width:900px){.nav-toggle{display:block;border:0;background:var(--blue);color:#fff;border-radius:12px;padding:10px 14px}.nav{display:none;position:absolute;left:20px;right:20px;top:86px;background:#fff;border-radius:20px;padding:14px;box-shadow:0 20px 60px rgba(0,0,0,.15);align-items:stretch;flex-direction:column}.nav.open{display:flex}.dropdown{padding-bottom:0;margin-bottom:0}.dropdown::after{display:none}.dropdown div{position:static;box-shadow:none;display:grid;padding:0;opacity:1;visibility:visible;pointer-events:auto;transform:none;min-width:0}.hero-grid,.contact-grid,.footer-grid{grid-template-columns:1fr}.brand-grid,.brand-grid.large{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.group-cards{grid-template-columns:1fr}.section-head{display:block}.hero{padding:60px 0}}@media(max-width:520px){.product-grid,.brand-grid,.brand-grid.large{grid-template-columns:1fr}.brand span{display:none}.page-title h1{font-size:34px}.searchbar{display:grid}}

/* Baykara home redesign - WordPress görünümüne yakın bağımsız PHP anasayfa */
.section-head.centered{display:block;text-align:center;max-width:820px;margin-left:auto;margin-right:auto}.section-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--gold);font-weight:900;text-transform:uppercase;letter-spacing:.14em;font-size:12px;margin-bottom:10px}.home-hero{position:relative;overflow:hidden;min-height:690px;display:flex;align-items:center;background:radial-gradient(circle at 80% 18%,rgba(244,178,74,.25),transparent 28%),linear-gradient(135deg,#06111f 0%,#0b3a67 50%,#081827 100%);color:#fff}.home-hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,17,31,.9),rgba(11,58,103,.76)),url('/uploads/legacy/2021/10/Untitled-1-01.png');background-repeat:no-repeat;background-position:calc(100% + 110px) center;background-size:620px auto;opacity:.95}.home-hero::before{content:"";position:absolute;inset:auto -120px -170px -120px;height:330px;background:#fff;border-radius:50% 50% 0 0/28% 28% 0 0}.home-hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.12fr .88fr;gap:44px;align-items:center;padding-top:74px;padding-bottom:95px}.home-eyebrow{display:inline-flex;padding:9px 14px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.09);color:#fde6b3;font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:12px}.home-hero h1{font-size:clamp(38px,5.6vw,68px);line-height:.98;margin:20px 0 18px;letter-spacing:-.055em;max-width:850px}.home-hero p{font-size:18px;line-height:1.75;color:#dbeafe;max-width:760px}.home-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.btn.ghost{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.22)}.btn.light{background:#fff;color:#0b3a67}.home-hero-panel{position:relative;min-height:505px}.hero-logo-card{position:absolute;top:0;left:18px;right:20px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:rgba(255,255,255,.96);color:var(--dark);border-radius:30px;padding:24px 28px;box-shadow:0 30px 80px rgba(0,0,0,.28);z-index:3}.hero-logo-card img{width:150px;max-height:86px;object-fit:contain}.hero-logo-card span{font-weight:900;color:var(--blue);letter-spacing:.08em;text-transform:uppercase}.hero-brand-mosaic{position:absolute;inset:104px 0 0 0;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:22px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.18);border-radius:34px;backdrop-filter:blur(12px);box-shadow:0 30px 90px rgba(0,0,0,.18)}.hero-brand-mosaic a{display:grid;place-items:center;background:#fff;border-radius:20px;min-height:95px;padding:12px;box-shadow:0 15px 35px rgba(0,0,0,.1);transition:.2s}.hero-brand-mosaic a:hover{transform:translateY(-4px)}.hero-brand-mosaic img{max-width:100%;height:72px;object-fit:contain}.home-stats{position:relative;z-index:3;margin-top:-54px}.home-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.home-stats-grid div{background:#fff;border:1px solid #e7edf5;border-radius:24px;padding:24px;box-shadow:0 25px 60px rgba(11,58,103,.12)}.home-stats-grid b{display:block;font-size:34px;color:var(--blue);line-height:1}.home-stats-grid span{display:block;margin-top:8px;color:#64748b;font-weight:800}.home-groups{padding-top:90px}.home-group-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.home-group-card{position:relative;overflow:hidden;min-height:330px;padding:36px;border-radius:34px;text-decoration:none;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 25px 70px rgba(8,24,39,.14);isolation:isolate}.home-group-card::before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(135deg,#0b3a67,#081827)}.home-group-card.food::before{background:linear-gradient(135deg,rgba(11,58,103,.9),rgba(8,24,39,.92)),url('/uploads/legacy/2021/11/02-1-300x300-1.jpg') left -20px top 20px/220px no-repeat,url('/uploads/legacy/2021/11/09-1-300x300-1.jpg') right 20px top 40px/210px no-repeat,#0b3a67}.home-group-card.clean::before{background:linear-gradient(135deg,rgba(8,24,39,.86),rgba(11,58,103,.93)),url('/uploads/legacy/2021/11/6.jpg') left 20px top 30px/210px no-repeat,url('/uploads/legacy/2021/11/Eyup_Sabri_Tuncer_Logo.png') right 25px top 35px/180px no-repeat,#081827}.home-group-card::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 18%,rgba(244,178,74,.38),transparent 23%);z-index:-1}.home-group-card span{color:#fde6b3;font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:12px}.home-group-card h3{font-size:clamp(26px,3vw,38px);line-height:1.05;margin:12px 0;max-width:560px}.home-group-card p{color:#e2e8f0;font-size:17px;line-height:1.55;max-width:520px}.home-group-card strong{margin-top:12px;color:#fff;font-size:18px}.home-brand-band{background:#f5f8fb;padding:80px 0}.light-head h2{margin-top:0}.head-link{font-weight:900;color:var(--blue);text-decoration:none}.home-brand-grid .brand-card{background:#fff;min-height:145px}.home-feature-wrap{padding-top:86px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card{background:#fff;border:1px solid #e7edf5;border-radius:26px;padding:26px;box-shadow:0 18px 50px rgba(8,24,39,.06);transition:.2s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 22px 60px rgba(8,24,39,.1)}.feature-card i{display:grid;place-items:center;width:52px;height:52px;border-radius:18px;background:#fff7e8;color:var(--gold);font-style:normal;font-size:24px;font-weight:900}.feature-card h3{font-size:22px;margin:18px 0 10px;color:var(--dark)}.feature-card p{line-height:1.65;color:#64748b;margin:0}.home-statement{background:linear-gradient(135deg,#081827,#0b3a67);color:#fff;padding:90px 0;position:relative;overflow:hidden}.home-statement::after{content:"";position:absolute;right:-130px;top:-130px;width:360px;height:360px;border-radius:50%;background:rgba(244,178,74,.16)}.statement-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .75fr;gap:34px;align-items:center}.statement-grid h2{font-size:clamp(30px,4vw,52px);line-height:1.08;margin:8px 0 0;letter-spacing:-.04em}.statement-card{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:28px;padding:30px;backdrop-filter:blur(10px)}.statement-card p{font-size:18px;line-height:1.75;color:#dbeafe}.home-product-grid .product{box-shadow:0 16px 45px rgba(8,24,39,.06)}.home-product-grid .product img{background:#fff}.home-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#fff7e8,#f5f8fb);border:1px solid #f4d69b;border-radius:34px;padding:38px;margin-bottom:70px}.home-cta span{color:var(--gold);font-weight:900;text-transform:uppercase;letter-spacing:.12em}.home-cta h2{font-size:32px;margin:8px 0 0;color:var(--dark)}
@media(max-width:1050px){.home-hero-inner{grid-template-columns:1fr}.home-hero-panel{min-height:420px;max-width:620px}.home-stats-grid{grid-template-columns:repeat(2,1fr)}.feature-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.home-hero{min-height:auto}.home-hero-bg{background-position:right -260px center;background-size:520px auto}.home-hero::before{display:none}.home-hero-inner{padding-top:56px;padding-bottom:60px}.home-group-grid,.statement-grid{grid-template-columns:1fr}.home-brand-band{padding:60px 0}.home-cta{display:grid;text-align:left}.hero-logo-card{position:relative;left:auto;right:auto;top:auto}.hero-brand-mosaic{position:relative;inset:auto;margin-top:16px}.home-hero-panel{min-height:0}.home-stats{margin-top:0;padding-top:16px;background:#fff}}
@media(max-width:620px){.home-hero h1{font-size:38px}.home-hero p{font-size:16px}.home-hero-actions .btn{width:100%}.home-stats-grid{grid-template-columns:1fr}.hero-brand-mosaic{grid-template-columns:repeat(2,1fr);padding:14px}.home-group-card{min-height:290px;padding:26px}.feature-grid{grid-template-columns:1fr}.home-cta h2{font-size:25px}}


/* Baykara özel anasayfa marka alanı */
.official-home-brands{background:#fff;padding:86px 0;border-top:1px solid #eef3f8;border-bottom:1px solid #eef3f8}
.official-home-brands .section-head p{max-width:620px;color:#64748b;line-height:1.65}
.official-brand-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.official-brand-card{display:grid;text-decoration:none;color:inherit;place-items:center;text-align:center;gap:10px;min-height:148px;padding:20px;background:#fff;border:1px solid #e7edf5;border-radius:24px;box-shadow:0 16px 42px rgba(8,24,39,.06);transition:.2s}
.official-brand-card:hover{transform:translateY(-4px);box-shadow:0 22px 58px rgba(8,24,39,.11)}
.official-brand-card img{max-width:190px;width:100%;height:82px;object-fit:contain}
.official-brand-card strong{font-size:14px;color:var(--dark)}
.official-hero-mosaic a{display:grid;text-decoration:none;color:inherit;place-items:center;background:#fff;border-radius:20px;min-height:95px;padding:12px;box-shadow:0 15px 35px rgba(0,0,0,.1);transition:.2s}
.official-hero-mosaic a:hover{transform:translateY(-4px)}
.official-hero-mosaic a img{max-width:100%;height:72px;object-fit:contain}
@media(max-width:1100px){.official-brand-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:720px){.official-brand-grid{grid-template-columns:repeat(2,1fr)}.official-brand-card{min-height:132px;padding:16px}.official-brand-card img{height:72px}}
@media(max-width:430px){.official-brand-grid{grid-template-columns:1fr}}


.official-brand-card{cursor:pointer}
.official-brand-card:focus{outline:3px solid rgba(11,58,103,.25);outline-offset:3px}
.product-static{cursor:default}


/* Hero logo alanına şirket adı sığdırma + üst logoda yazıyı gizleme */
.hero-logo-card{
    width:calc(100% - 34px);
    max-width:448px;
    left:50%;
    right:auto;
    transform:translateX(-50%);
    top:22px;
    min-height:112px;
    padding:18px 24px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:18px;
}
.hero-logo-card img{
    flex:0 0 auto;
    height:82px;
    max-width:130px;
    object-fit:contain;
}
.hero-logo-text{
    display:block;
    color:var(--blue);
    font-weight:900;
    line-height:1.2;
    font-size:20px;
    max-width:250px;
}
.hero-logo-card span{
    display:none;
}
.brand.brand-logo-only{
    display:flex;
    align-items:center;
    gap:0;
}
.brand.brand-logo-only img,
.brand img{
    width:96px;
    height:96px;
    object-fit:contain;
}
.brand span{
    display:none !important;
}
@media(max-width:900px){
    .hero-logo-card{
        width:100%;
        max-width:none;
        transform:none;
        left:auto;
        top:auto;
        min-height:98px;
        padding:16px 18px;
        gap:14px;
    }
    .hero-logo-card img{
        height:70px;
        max-width:112px;
    }
    .hero-logo-text{
        font-size:18px;
        max-width:none;
    }
    .brand.brand-logo-only img,
    .brand img{
        width:84px;
        height:84px;
    }
}
@media(max-width:620px){
    .hero-logo-card{
        gap:12px;
        min-height:90px;
        padding:14px 16px;
    }
    .hero-logo-card img{
        height:58px;
        max-width:92px;
    }
    .hero-logo-text{
        font-size:14px;
        line-height:1.18;
    }
    .brand.brand-logo-only img,
    .brand img{
        width:72px;
        height:72px;
    }
}


/* Çerez onay bildirimi */
.cookie-banner{
    position:fixed;
    left:24px;
    right:24px;
    bottom:22px;
    z-index:9999;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:22px;
    max-width:1120px;
    margin:0 auto;
    padding:18px 20px;
    background:rgba(255,255,255,.97);
    border:1px solid #e7edf5;
    border-radius:22px;
    box-shadow:0 22px 70px rgba(8,24,39,.18);
    opacity:0;
    transform:translateY(18px);
    pointer-events:none;
    transition:.24s ease;
}
.cookie-banner.show{
    opacity:1;
    transform:translateY(0);
    pointer-events:auto;
}
.cookie-banner-text{
    display:grid;
    gap:5px;
    color:#334155;
    font-size:14px;
    line-height:1.45;
}
.cookie-banner-text strong{
    color:var(--dark);
    font-size:16px;
}
.cookie-banner-text a{
    color:var(--blue);
    font-weight:900;
    text-decoration:none;
}
.cookie-banner-actions{
    display:flex;
    flex:0 0 auto;
    gap:10px;
}
.cookie-btn{
    border:0;
    min-width:94px;
    min-height:42px;
    padding:0 18px;
    border-radius:999px;
    font-weight:900;
    cursor:pointer;
}
.cookie-btn.reject{
    background:#f1f5f9;
    color:#334155;
}
.cookie-btn.accept{
    background:var(--blue);
    color:#fff;
}
.cookie-btn:hover{
    transform:translateY(-1px);
}
.footer-legal-links{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    flex-wrap:wrap;
    margin-top:12px;
    font-size:13px;
}
.footer-legal-links a,
.footer-legal-links button{
    border:0;
    background:transparent;
    padding:0;
    color:#cbd5e1;
    font:inherit;
    text-decoration:none;
    cursor:pointer;
}
.footer-legal-links a:hover,
.footer-legal-links button:hover{
    color:#fff;
}
.legal-card{
    max-width:920px;
    margin:0 auto;
    background:#fff;
    border:1px solid #e7edf5;
    border-radius:28px;
    padding:34px;
    box-shadow:0 18px 50px rgba(8,24,39,.07);
}
.legal-card h2,
.legal-card h3{
    color:var(--dark);
}
.legal-card p{
    color:#64748b;
    line-height:1.75;
}
@media(max-width:720px){
    .cookie-banner{
        left:12px;
        right:12px;
        bottom:12px;
        display:grid;
        gap:14px;
        padding:16px;
        border-radius:18px;
    }
    .cookie-banner-actions{
        display:grid;
        grid-template-columns:1fr 1fr;
        width:100%;
    }
    .cookie-btn{
        width:100%;
    }
    .legal-card{
        padding:24px 18px;
        border-radius:22px;
    }
}


/* Çerez onay bildirimi - garanti görünüm */
.cookie-banner{
    position:fixed !important;
    left:24px !important;
    right:24px !important;
    bottom:22px !important;
    z-index:2147483000 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:22px !important;
    max-width:1120px !important;
    margin:0 auto !important;
    padding:18px 20px !important;
    background:rgba(255,255,255,.98) !important;
    border:1px solid #e7edf5 !important;
    border-radius:22px !important;
    box-shadow:0 22px 70px rgba(8,24,39,.22) !important;
    opacity:0;
    transform:translateY(18px);
    pointer-events:none;
    transition:.24s ease;
}
.cookie-banner.show{
    opacity:1 !important;
    transform:translateY(0) !important;
    pointer-events:auto !important;
}
.cookie-banner-text{
    display:grid;
    gap:5px;
    color:#334155;
    font-size:14px;
    line-height:1.45;
}
.cookie-banner-text strong{
    color:#081827;
    font-size:16px;
    font-weight:900;
}
.cookie-banner-text a{
    color:#0b3a67;
    font-weight:900;
    text-decoration:none;
}
.cookie-banner-actions{
    display:flex;
    flex:0 0 auto;
    gap:10px;
}
.cookie-btn{
    border:0;
    min-width:94px;
    min-height:42px;
    padding:0 18px;
    border-radius:999px;
    font-weight:900;
    cursor:pointer;
}
.cookie-btn.reject{
    background:#f1f5f9;
    color:#334155;
}
.cookie-btn.accept{
    background:#0b3a67;
    color:#fff;
}
.footer-cookie-btn{
    display:block;
    width:max-content;
    border:0;
    background:transparent;
    color:inherit;
    padding:0;
    margin-top:8px;
    font:inherit;
    cursor:pointer;
    text-align:left;
}
.footer-cookie-btn:hover{
    text-decoration:underline;
}
@media(max-width:720px){
    .cookie-banner{
        left:12px !important;
        right:12px !important;
        bottom:12px !important;
        display:grid !important;
        gap:14px !important;
        padding:16px !important;
        border-radius:18px !important;
    }
    .cookie-banner-actions{
        display:grid;
        grid-template-columns:1fr 1fr;
        width:100%;
    }
    .cookie-btn{
        width:100%;
    }
}



/* Mobil uyumluluk güçlendirme - Baykara */
*,
*::before,
*::after{
    box-sizing:border-box;
}
html,
body{
    max-width:100%;
    overflow-x:hidden;
}
img{
    max-width:100%;
    height:auto;
}
.container{
    width:100%;
}

/* Header mobil stabil */
@media(max-width:900px){
    .topbar{
        position:sticky;
        top:0;
        z-index:1000;
    }
    .nav-wrap{
        min-height:76px;
        padding-top:8px;
        padding-bottom:8px;
        position:relative;
    }
    .brand.brand-logo-only img,
    .brand img{
        width:70px !important;
        height:70px !important;
        object-fit:contain;
    }
    .brand span{
        display:none !important;
    }
    .nav-toggle{
        display:inline-flex !important;
        align-items:center;
        justify-content:center;
        width:46px;
        height:42px;
        border:0;
        background:var(--blue);
        color:#fff;
        border-radius:12px;
        padding:0;
        font-size:22px;
        line-height:1;
    }
    .nav{
        display:none;
        position:absolute;
        left:14px;
        right:14px;
        top:calc(100% + 8px);
        max-height:calc(100vh - 100px);
        overflow:auto;
        background:#fff;
        border:1px solid #e7edf5;
        border-radius:20px;
        padding:12px;
        box-shadow:0 22px 70px rgba(8,24,39,.18);
        align-items:stretch;
        flex-direction:column;
        gap:4px;
    }
    .nav.open{
        display:flex;
    }
    .nav a,
    .dropdown button{
        width:100%;
        display:flex;
        align-items:center;
        justify-content:space-between;
        padding:13px 14px;
        border-radius:14px;
        font-size:15px;
    }
    .dropdown{
        padding-bottom:0;
        margin-bottom:0;
    }
    .dropdown::after{
        display:none;
    }
    .dropdown div{
        position:static;
        min-width:0;
        width:100%;
        display:grid;
        opacity:1;
        visibility:visible;
        pointer-events:auto;
        transform:none;
        box-shadow:none;
        border-radius:14px;
        padding:6px;
        background:#f8fafc;
    }
    .dropdown div a{
        white-space:normal;
        font-size:14px;
        padding:11px 12px;
    }
}

/* Anasayfa hero mobil */
@media(max-width:900px){
    .home-hero{
        min-height:auto;
        display:block;
        overflow:hidden;
    }
    .home-hero-bg{
        background-position:right -280px top 80px;
        background-size:520px auto;
    }
    .home-hero-inner{
        display:grid;
        grid-template-columns:1fr;
        gap:28px;
        padding-top:44px;
        padding-bottom:50px;
    }
    .home-hero-copy{
        min-width:0;
    }
    .home-eyebrow{
        max-width:100%;
        white-space:normal;
        line-height:1.35;
        font-size:11px;
    }
    .home-hero-copy h1,
    .home-hero h1{
        font-size:clamp(30px,9vw,42px) !important;
        line-height:1.08 !important;
        letter-spacing:-.03em !important;
        margin:16px 0 14px !important;
        max-width:100%;
    }
    .home-hero p{
        font-size:15.5px;
        line-height:1.65;
        max-width:100%;
    }
    .home-hero-actions{
        display:grid;
        grid-template-columns:1fr;
        gap:10px;
        margin-top:22px;
    }
    .home-hero-actions .btn{
        width:100%;
        min-height:48px;
        text-align:center;
    }
    .home-hero-panel{
        width:100%;
        max-width:100%;
        min-height:0 !important;
        justify-self:stretch;
        position:relative;
        display:grid;
        gap:14px;
    }
    .hero-logo-card{
        position:relative !important;
        inset:auto !important;
        left:auto !important;
        right:auto !important;
        top:auto !important;
        transform:none !important;
        width:100% !important;
        max-width:none !important;
        min-height:92px !important;
        padding:14px 16px !important;
        border-radius:22px !important;
        display:flex !important;
        align-items:center !important;
        justify-content:flex-start !important;
        gap:12px !important;
    }
    .hero-logo-card img{
        width:auto !important;
        height:62px !important;
        max-width:98px !important;
        flex:0 0 auto;
        object-fit:contain;
    }
    .hero-logo-text{
        font-size:14px !important;
        line-height:1.2 !important;
        max-width:none !important;
        color:var(--blue);
        font-weight:900;
        overflow-wrap:anywhere;
    }
    .hero-brand-mosaic{
        position:relative !important;
        inset:auto !important;
        left:auto !important;
        right:auto !important;
        top:auto !important;
        bottom:auto !important;
        margin:0 !important;
        display:grid !important;
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:10px !important;
        padding:12px !important;
        border-radius:22px !important;
        align-content:start;
        width:100%;
    }
    .hero-brand-mosaic a,
    .official-hero-mosaic a{
        min-height:78px !important;
        border-radius:16px !important;
        padding:9px !important;
    }
    .hero-brand-mosaic img,
    .official-hero-mosaic a img{
        height:46px !important;
        max-width:100% !important;
        object-fit:contain;
    }
}

/* İstatistik ve bölüm kartları */
@media(max-width:900px){
    .home-stats{
        margin-top:0 !important;
        padding:16px 0 0;
        background:#fff;
    }
    .home-stats-grid{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:12px !important;
    }
    .home-stats-grid div{
        padding:18px !important;
        border-radius:18px !important;
    }
    .home-stats-grid b{
        font-size:26px !important;
    }
    .home-stats-grid span{
        font-size:13px !important;
        line-height:1.35;
    }
    .section{
        padding:46px 14px !important;
    }
    .section-head{
        display:grid !important;
        gap:10px !important;
        text-align:left;
        align-items:start;
    }
    .section-head.centered{
        text-align:center;
    }
    .section-head h2{
        font-size:28px !important;
        line-height:1.15;
    }
    .home-group-grid{
        grid-template-columns:1fr !important;
        gap:16px !important;
    }
    .home-group-card{
        min-height:260px !important;
        padding:24px !important;
        border-radius:24px !important;
    }
    .home-group-card h3{
        font-size:26px !important;
        line-height:1.12;
    }
    .home-group-card p{
        font-size:15px !important;
    }
    .statement-grid,
    .home-cta{
        grid-template-columns:1fr !important;
    }
    .home-cta{
        display:grid !important;
        padding:24px !important;
        border-radius:24px !important;
    }
    .home-cta h2{
        font-size:24px !important;
    }
}

@media(max-width:520px){
    .home-stats-grid{
        grid-template-columns:1fr !important;
    }
}

/* Marka ve ürün gridleri */
@media(max-width:1100px){
    .brand-grid,
    .brand-grid.large,
    .official-brand-grid,
    .child-brand-grid{
        grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    }
    .product-grid,
    .home-product-grid{
        grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    }
}
@media(max-width:760px){
    .brand-grid,
    .brand-grid.large,
    .official-brand-grid,
    .child-brand-grid{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:12px !important;
    }
    .brand-card,
    .official-brand-card,
    .child-brand-grid .brand-card{
        min-height:128px !important;
        padding:14px !important;
        border-radius:18px !important;
    }
    .brand-card img,
    .official-brand-card img,
    .child-brand-grid .brand-card img{
        height:64px !important;
        max-width:128px !important;
        object-fit:contain;
    }
    .brand-card strong,
    .official-brand-card strong{
        font-size:13px !important;
        line-height:1.25;
    }
    .product-grid,
    .home-product-grid{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:12px !important;
    }
    .product{
        border-radius:18px !important;
    }
    .product img{
        padding:10px !important;
    }
    .product div{
        padding:12px !important;
    }
    .product h3{
        font-size:14px !important;
        line-height:1.3;
    }
}
@media(max-width:430px){
    .brand-grid,
    .brand-grid.large,
    .official-brand-grid,
    .child-brand-grid,
    .product-grid,
    .home-product-grid{
        grid-template-columns:1fr !important;
    }
}

/* İç sayfa başlığı ve formlar */
@media(max-width:760px){
    .page-title{
        padding:38px 0 !important;
    }
    .page-title h1{
        font-size:32px !important;
        line-height:1.15;
    }
    .brand-title{
        display:grid !important;
        grid-template-columns:86px 1fr;
        gap:14px !important;
        align-items:center;
    }
    .brand-title img{
        width:86px !important;
        height:76px !important;
        padding:10px !important;
        border-radius:16px !important;
    }
    .searchbar{
        display:grid !important;
        grid-template-columns:1fr;
        gap:10px !important;
    }
    .searchbar button,
    .contact-form button{
        min-height:48px;
        width:100%;
    }
    .contact-grid,
    .footer-grid{
        grid-template-columns:1fr !important;
    }
    .contact-card,
    .contact-form,
    .catalog-box,
    .legal-card{
        padding:20px !important;
        border-radius:20px !important;
    }
}

/* Footer mobil */
@media(max-width:760px){
    .footer{
        padding-top:44px;
    }
    .footer-grid{
        gap:22px !important;
    }
    .footer-logo{
        width:96px !important;
    }
    .copy{
        font-size:13px;
        line-height:1.5;
        padding:16px 12px !important;
    }
    .wa{
        right:12px !important;
        bottom:12px !important;
        padding:11px 14px !important;
        font-size:13px !important;
        z-index:9998;
    }
}

/* Çerez bildirimi mobil çakışma düzeltme */
@media(max-width:760px){
    .cookie-banner{
        left:10px !important;
        right:10px !important;
        bottom:10px !important;
        width:auto !important;
        display:grid !important;
        gap:12px !important;
        padding:14px !important;
        border-radius:18px !important;
    }
    .cookie-banner-text{
        font-size:13px !important;
    }
    .cookie-banner-actions{
        display:grid !important;
        grid-template-columns:1fr 1fr !important;
        gap:8px !important;
        width:100%;
    }
    .cookie-btn{
        width:100% !important;
        min-height:40px !important;
    }
}



/* =========================================================
   BAYKARA KARARLI CSS SON KATMAN - 20260426v3
   Amaç: cache sorunları, mobil taşma ve çerez çubuğu kaybolma sorununu bitirmek.
   ========================================================= */

*,
*::before,
*::after{
    box-sizing:border-box;
}

html,
body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
}

body{
    -webkit-text-size-adjust:100%;
}

img,
svg,
video,
iframe{
    max-width:100%;
}

.container{
    width:100%;
    max-width:1180px;
    margin-left:auto;
    margin-right:auto;
    padding-left:20px;
    padding-right:20px;
}

/* Header kararlı */
.topbar{
    position:sticky;
    top:0;
    z-index:1000;
}

.nav-wrap{
    position:relative;
}

.brand span,
.brand small{
    display:none !important;
}

.brand.brand-logo-only img,
.brand img{
    object-fit:contain;
}

/* Çerez çubuğu: CSS devredeyken de görünür kalır */
.cookie-banner{
    position:fixed !important;
    left:24px !important;
    right:24px !important;
    bottom:22px !important;
    z-index:2147483000 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:22px !important;
    max-width:1120px !important;
    margin:0 auto !important;
    padding:18px 20px !important;
    background:rgba(255,255,255,.985) !important;
    border:1px solid #e7edf5 !important;
    border-radius:22px !important;
    box-shadow:0 22px 70px rgba(8,24,39,.24) !important;
    color:#334155 !important;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    pointer-events:auto !important;
}

.cookie-banner.cookie-hidden{
    display:none !important;
}

.cookie-banner-text{
    display:grid !important;
    gap:5px !important;
    font-size:14px !important;
    line-height:1.45 !important;
}

.cookie-banner-text strong{
    color:#081827 !important;
    font-size:16px !important;
    font-weight:900 !important;
}

.cookie-banner-text a{
    color:#0b3a67 !important;
    font-weight:900 !important;
    text-decoration:none !important;
}

.cookie-banner-actions{
    display:flex !important;
    flex:0 0 auto !important;
    gap:10px !important;
}

.cookie-btn{
    border:0 !important;
    min-width:94px !important;
    min-height:42px !important;
    padding:0 18px !important;
    border-radius:999px !important;
    font-weight:900 !important;
    cursor:pointer !important;
}

.cookie-btn.reject{
    background:#f1f5f9 !important;
    color:#334155 !important;
}

.cookie-btn.accept{
    background:#0b3a67 !important;
    color:#fff !important;
}

.footer-cookie-btn{
    display:block !important;
    width:max-content !important;
    border:0 !important;
    background:transparent !important;
    color:inherit !important;
    padding:0 !important;
    margin-top:8px !important;
    font:inherit !important;
    cursor:pointer !important;
    text-align:left !important;
}

/* Desktop hero güvenli hizalama */
.home-hero-copy h1{
    font-size:clamp(34px,4.4vw,54px) !important;
    max-width:780px !important;
}

.home-hero-panel{
    max-width:560px;
    width:100%;
    justify-self:end;
    overflow:hidden;
}

.hero-logo-card{
    width:calc(100% - 34px) !important;
    max-width:448px !important;
    left:50% !important;
    right:auto !important;
    transform:translateX(-50%) !important;
    top:22px !important;
    min-height:112px !important;
    padding:18px 24px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:18px !important;
}

.hero-logo-card img{
    flex:0 0 auto !important;
    height:82px !important;
    max-width:130px !important;
    width:auto !important;
    object-fit:contain !important;
}

.hero-logo-text{
    display:block !important;
    color:#0b3a67 !important;
    font-weight:900 !important;
    line-height:1.2 !important;
    font-size:20px !important;
    max-width:250px !important;
}

.hero-logo-card span{
    display:none !important;
}

/* Mobil genel */
@media(max-width:900px){
    .container{
        padding-left:14px !important;
        padding-right:14px !important;
    }

    .nav-wrap{
        min-height:76px !important;
        padding-top:8px !important;
        padding-bottom:8px !important;
    }

    .brand.brand-logo-only img,
    .brand img{
        width:70px !important;
        height:70px !important;
    }

    .nav-toggle{
        display:inline-flex !important;
        align-items:center !important;
        justify-content:center !important;
        width:46px !important;
        height:42px !important;
        border:0 !important;
        background:#0b3a67 !important;
        color:#fff !important;
        border-radius:12px !important;
        padding:0 !important;
        font-size:22px !important;
        line-height:1 !important;
    }

    .nav{
        display:none !important;
        position:absolute !important;
        left:14px !important;
        right:14px !important;
        top:calc(100% + 8px) !important;
        max-height:calc(100vh - 100px) !important;
        overflow:auto !important;
        background:#fff !important;
        border:1px solid #e7edf5 !important;
        border-radius:20px !important;
        padding:12px !important;
        box-shadow:0 22px 70px rgba(8,24,39,.18) !important;
        align-items:stretch !important;
        flex-direction:column !important;
        gap:4px !important;
    }

    .nav.open{
        display:flex !important;
    }

    .nav a,
    .dropdown button{
        width:100% !important;
        display:flex !important;
        align-items:center !important;
        justify-content:space-between !important;
        padding:13px 14px !important;
        border-radius:14px !important;
        font-size:15px !important;
    }

    .dropdown{
        padding-bottom:0 !important;
        margin-bottom:0 !important;
    }

    .dropdown::after{
        display:none !important;
    }

    .dropdown div{
        position:static !important;
        min-width:0 !important;
        width:100% !important;
        display:grid !important;
        opacity:1 !important;
        visibility:visible !important;
        pointer-events:auto !important;
        transform:none !important;
        box-shadow:none !important;
        border-radius:14px !important;
        padding:6px !important;
        background:#f8fafc !important;
    }

    .dropdown div a{
        white-space:normal !important;
        font-size:14px !important;
        padding:11px 12px !important;
    }

    .home-hero{
        min-height:auto !important;
        display:block !important;
        overflow:hidden !important;
    }

    .home-hero-bg{
        background-position:right -280px top 80px !important;
        background-size:520px auto !important;
    }

    .home-hero-inner{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:28px !important;
        padding-top:44px !important;
        padding-bottom:50px !important;
    }

    .home-eyebrow{
        max-width:100% !important;
        white-space:normal !important;
        line-height:1.35 !important;
        font-size:11px !important;
    }

    .home-hero-copy h1,
    .home-hero h1{
        font-size:clamp(30px,9vw,42px) !important;
        line-height:1.08 !important;
        letter-spacing:-.03em !important;
        margin:16px 0 14px !important;
        max-width:100% !important;
    }

    .home-hero p{
        font-size:15.5px !important;
        line-height:1.65 !important;
        max-width:100% !important;
    }

    .home-hero-actions{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:10px !important;
        margin-top:22px !important;
    }

    .home-hero-actions .btn{
        width:100% !important;
        min-height:48px !important;
        text-align:center !important;
    }

    .home-hero-panel{
        width:100% !important;
        max-width:100% !important;
        min-height:0 !important;
        justify-self:stretch !important;
        position:relative !important;
        display:grid !important;
        gap:14px !important;
    }

    .hero-logo-card{
        position:relative !important;
        inset:auto !important;
        left:auto !important;
        right:auto !important;
        top:auto !important;
        transform:none !important;
        width:100% !important;
        max-width:none !important;
        min-height:92px !important;
        padding:14px 16px !important;
        border-radius:22px !important;
        gap:12px !important;
    }

    .hero-logo-card img{
        width:auto !important;
        height:62px !important;
        max-width:98px !important;
        object-fit:contain !important;
    }

    .hero-logo-text{
        font-size:14px !important;
        line-height:1.2 !important;
        max-width:none !important;
        overflow-wrap:anywhere !important;
    }

    .hero-brand-mosaic{
        position:relative !important;
        inset:auto !important;
        margin:0 !important;
        display:grid !important;
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:10px !important;
        padding:12px !important;
        border-radius:22px !important;
        width:100% !important;
    }

    .hero-brand-mosaic a,
    .official-hero-mosaic a{
        min-height:78px !important;
        border-radius:16px !important;
        padding:9px !important;
    }

    .hero-brand-mosaic img,
    .official-hero-mosaic a img{
        height:46px !important;
        max-width:100% !important;
        object-fit:contain !important;
    }

    .home-stats{
        margin-top:0 !important;
        padding:16px 0 0 !important;
        background:#fff !important;
    }

    .home-stats-grid{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:12px !important;
    }

    .section{
        padding:46px 14px !important;
    }

    .section-head{
        display:grid !important;
        gap:10px !important;
        align-items:start !important;
    }

    .section-head h2{
        font-size:28px !important;
        line-height:1.15 !important;
    }

    .home-group-grid,
    .statement-grid,
    .contact-grid,
    .footer-grid{
        grid-template-columns:1fr !important;
    }
}

@media(max-width:760px){
    .brand-grid,
    .brand-grid.large,
    .official-brand-grid,
    .child-brand-grid{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:12px !important;
    }

    .product-grid,
    .home-product-grid{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:12px !important;
    }

    .brand-card,
    .official-brand-card,
    .child-brand-grid .brand-card{
        min-height:128px !important;
        padding:14px !important;
        border-radius:18px !important;
    }

    .brand-card img,
    .official-brand-card img,
    .child-brand-grid .brand-card img{
        height:64px !important;
        max-width:128px !important;
        object-fit:contain !important;
    }

    .page-title{
        padding:38px 0 !important;
    }

    .page-title h1{
        font-size:32px !important;
        line-height:1.15 !important;
    }

    .brand-title{
        display:grid !important;
        grid-template-columns:86px 1fr !important;
        gap:14px !important;
        align-items:center !important;
    }

    .brand-title img{
        width:86px !important;
        height:76px !important;
        padding:10px !important;
        border-radius:16px !important;
    }

    .searchbar{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:10px !important;
    }

    .searchbar button,
    .contact-form button{
        min-height:48px !important;
        width:100% !important;
    }

    .contact-card,
    .contact-form,
    .catalog-box,
    .legal-card{
        padding:20px !important;
        border-radius:20px !important;
    }

    .cookie-banner{
        left:10px !important;
        right:10px !important;
        bottom:10px !important;
        width:auto !important;
        max-width:none !important;
        display:grid !important;
        gap:12px !important;
        padding:14px !important;
        border-radius:18px !important;
    }

    .cookie-banner-text{
        font-size:13px !important;
    }

    .cookie-banner-actions{
        display:grid !important;
        grid-template-columns:1fr 1fr !important;
        gap:8px !important;
        width:100% !important;
    }

    .cookie-btn{
        width:100% !important;
        min-height:40px !important;
    }

    .wa{
        right:12px !important;
        bottom:12px !important;
        padding:11px 14px !important;
        font-size:13px !important;
        z-index:9998 !important;
    }
}

@media(max-width:520px){
    .home-stats-grid,
    .brand-grid,
    .brand-grid.large,
    .official-brand-grid,
    .child-brand-grid,
    .product-grid,
    .home-product-grid{
        grid-template-columns:1fr !important;
    }

    .container{
        padding-left:12px !important;
        padding-right:12px !important;
    }
}
