:root{--navy:#0b3857;--blue:#8ebbd4;--dark:#283b46;--orange:#bb5b33;--text:#485b66}*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}.site-header{height:84px;background:#fff;border-top:2px solid #263943;position:sticky;top:0;z-index:20;box-shadow:0 2px 8px #0001}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand img{width:68px;height:68px;object-fit:contain}.brand strong{font-family:Georgia,serif;color:#073f69;font-size:25px}.main-nav{display:flex;gap:30px;align-items:center}.main-nav a{font-size:13px;text-transform:uppercase;padding:31px 0;border-bottom:4px solid transparent}.main-nav a:hover,.main-nav a.active{color:#79aac6;border-color:#9ec9df}.menu-toggle{display:none;border:0;background:none;font-size:28px}.hero{height:650px;position:relative;overflow:hidden}.slide{position:absolute;inset:0;background-position:center;background-size:cover;opacity:0;transition:opacity .8s}.slide.active{opacity:1}.slide:after{content:'';position:absolute;inset:0;background:#071b2c55}.slide-content{position:absolute;inset:0;display:grid;place-content:center;text-align:center;color:#fff;z-index:2}.slide-content h1{font-weight:300;font-size:48px;letter-spacing:2px;margin:0}.slide-content p{font-size:18px}.dots{position:absolute;bottom:24px;left:0;right:0;text-align:center;z-index:3}.dots button{width:12px;height:12px;border:0;border-radius:50%;margin:4px;background:#fff8}.dots button.active{background:#7ebbd9}.section{padding:80px 0}.feature-cards,.advantages,.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}.feature-card{height:300px;background-size:cover;background-position:center;display:grid;place-items:center;position:relative;color:#fff;text-align:center}.feature-card:after{content:'';position:absolute;inset:0;background:#0005}.feature-card div{z-index:1}.feature-card h3{font-size:27px;font-weight:400;margin:0}.section-title{text-align:center;margin-bottom:50px}.section-title em{display:block;color:var(--orange);font-family:Georgia,serif}.section-title h2{font-weight:400;color:#263d4a}.advantage{text-align:center}.advantage img{width:100%;height:180px;object-fit:cover}.advantage h3{font-weight:400}.advantage p{font-size:14px;line-height:1.6;color:#89969d}.map-section{min-height:390px;background:#dceef3;display:grid;grid-template-columns:2fr 1fr}.map-wrap iframe{width:100%;height:100%;border:0}.map-info{padding:55px;background:#8dbbd5dd;color:#fff}.map-info h2{font-weight:400;font-size:30px}.btn{display:inline-block;padding:14px 28px;background:#fff;color:#7faac2;text-transform:uppercase;font-size:13px}.stats-section{padding:80px 0;background-size:cover;background-position:center;position:relative;color:#fff}.stats-section:before{content:'';position:absolute;inset:0;background:#0009}.stats{position:relative;grid-template-columns:repeat(3,1fr);text-align:center}.stat strong{font-size:54px;font-weight:300}.site-footer{background:#293d48;color:#8fa5b1;padding:60px 0 20px}.footer-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr 1fr;gap:45px}.footer-logo img{width:145px;filter:grayscale(1);opacity:.6}.site-footer h4{color:#fff;font-weight:400}.site-footer li{margin:9px 0}.copyright{text-align:center;margin-top:50px;font-size:12px}.page-hero{padding:80px 0;background:#0b3857;color:white;text-align:center}.content{padding:60px 0;line-height:1.8}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px}.form-control{width:100%;padding:13px;border:1px solid #d3dde2;margin:8px 0 16px}.submit{background:#0b3857;color:#fff;border:0;padding:14px 28px}.alert{padding:12px;margin:12px 0}.success{background:#e7f8ed;color:#176b35}.error{background:#fde9e9;color:#a12424}@media(max-width:850px){.main-nav{display:none;position:absolute;top:84px;left:0;right:0;background:white;flex-direction:column;gap:0}.main-nav.open{display:flex}.main-nav a{padding:15px}.menu-toggle{display:block}.brand strong{font-size:18px}.hero{height:520px}.slide-content h1{font-size:32px}.feature-cards,.advantages,.footer-grid{grid-template-columns:1fr 1fr}.map-section,.contact-grid{grid-template-columns:1fr}.stats{grid-template-columns:1fr}.map-wrap{height:350px}}@media(max-width:520px){.feature-cards,.advantages,.footer-grid{grid-template-columns:1fr}.brand img{width:54px;height:54px}.site-header{height:70px}.main-nav{top:70px}}

.language-switcher{position:relative;margin-left:8px}.language-switcher>button{border:0;background:transparent;display:flex;align-items:center;gap:6px;color:inherit;font:inherit;cursor:pointer;padding:10px 4px}.language-switcher img{width:24px;height:17px;object-fit:cover;border-radius:2px}.language-menu{display:none;position:absolute;right:0;top:100%;min-width:150px;background:#fff;padding:7px;box-shadow:0 14px 35px rgba(0,0,0,.16);border-radius:8px;z-index:100}.language-switcher:hover .language-menu,.language-switcher:focus-within .language-menu{display:block}.language-menu a{display:flex!important;align-items:center;gap:9px;padding:9px!important;color:#263746!important;white-space:nowrap;border-radius:6px}.language-menu a:hover{background:#edf5f8}@media(max-width:800px){.language-switcher{margin-left:0}.language-menu{position:static;box-shadow:none;display:block;background:transparent;padding:0}.language-switcher>button{display:none}.language-menu a{color:inherit!important}}

.rich-content img,.content img{max-width:100%;height:auto}.rich-content table,.content table{width:100%;max-width:100%;display:block;overflow-x:auto;border-collapse:collapse}.rich-content iframe,.content iframe,.rich-content video,.content video{max-width:100%}@media(max-width:760px){html,body{overflow-x:hidden}.container{width:min(100% - 28px,1200px)}.site-header{position:relative}.header-inner{min-height:74px}.brand strong{font-size:14px}.brand img{max-width:72px;height:auto}.main-nav{max-height:calc(100dvh - 74px);overflow-y:auto;-webkit-overflow-scrolling:touch}.page-hero{padding:42px 14px}.page-hero h1{font-size:clamp(28px,9vw,42px)}.content{padding-top:30px;padding-bottom:40px;word-break:break-word}.content h1{font-size:30px}.content h2{font-size:25px}.content h3{font-size:21px}}


/* V13 homepage, language and footer refinements */
.header-inner{gap:20px}.main-nav{margin-left:auto}.header-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.mobile-language-flags{display:none}.desktop-language-switcher>button{width:38px;height:34px;justify-content:center;padding:4px;border:1px solid #d9e3e8;border-radius:7px;background:#fff}.desktop-language-switcher>button img{width:26px;height:18px}.home-intro{max-width:920px;margin:0 auto 58px;text-align:center}.home-intro h2{margin:0 0 20px;color:#263d4a;font-size:clamp(26px,3vw,40px);font-weight:400}.home-intro .rich-content{font-size:16px;line-height:1.85;color:#647680}.advantages-section .section-title{margin-top:10px}.map-section{display:block;min-height:390px;background:#dceef3}.map-wrap{height:430px}.footer-grid-centered{grid-template-columns:1.2fr .8fr 1fr;align-items:start;text-align:center}.footer-grid-centered .footer-logo,.footer-grid-centered .footer-links,.footer-grid-centered .footer-contact{display:flex;flex-direction:column;align-items:center}.footer-grid-centered ul{padding:0;margin:0;list-style:none}.footer-grid-centered p{max-width:340px}.stat p{margin:10px 0 0;font-size:16px;line-height:1.45}
@media(max-width:850px){.header-inner{position:relative}.main-nav{top:84px}.desktop-language-switcher{display:none}.mobile-language-flags{display:flex;align-items:center;gap:6px;max-width:calc(100vw - 180px);overflow-x:auto;scrollbar-width:none}.mobile-language-flags::-webkit-scrollbar{display:none}.mobile-language-flags a{display:flex;flex:0 0 auto;padding:2px;border:2px solid transparent;border-radius:5px}.mobile-language-flags a.active{border-color:#8ebbd4}.mobile-language-flags img{width:25px;height:17px;object-fit:cover;border-radius:2px}.header-actions{margin-left:auto}.footer-grid-centered{grid-template-columns:1fr 1fr}.footer-grid-centered .footer-logo{grid-column:1/-1}.map-wrap{height:360px}}
@media(max-width:520px){.main-nav{top:70px}.header-inner{gap:8px}.brand{min-width:0}.brand strong{display:none}.brand img{width:54px;height:54px}.header-actions{gap:7px}.mobile-language-flags{max-width:calc(100vw - 125px);gap:4px}.mobile-language-flags img{width:23px;height:16px}.menu-toggle{padding:4px;font-size:27px}.home-intro{margin-bottom:42px}.home-intro h2{font-size:27px}.home-intro .rich-content{font-size:15px}.footer-grid-centered{grid-template-columns:1fr}.footer-grid-centered .footer-logo{grid-column:auto}.map-wrap{height:320px}}


/* V14 contact map, compact footer and separate responsive logos */
.brand-logo-mobile{display:none!important}.brand-logo-desktop{display:block}.contact-info-column h2{margin-top:0;color:#263d4a}.contact-details-list{display:grid;gap:8px;margin-bottom:24px}.contact-details-list p{margin:0 0 10px}.contact-details-list a:hover{color:var(--blue)}.contact-map-square{width:min(100%,390px);aspect-ratio:1/1;border-radius:12px;overflow:hidden;background:#e8eef1;box-shadow:0 8px 24px rgba(18,54,75,.12)}.contact-map-square iframe{width:100%;height:100%;border:0;display:block}.contact-form{background:#fff}.compact-footer{padding:20px 0 0;background:var(--footer-bg,#173b4f)}.footer-compact-inner{min-height:76px;display:flex;align-items:center;justify-content:center;gap:32px}.footer-brand-logo{width:86px;max-height:58px;object-fit:contain;filter:grayscale(1);opacity:.75;flex:0 0 auto}.footer-contact-row{display:flex;align-items:center;justify-content:center;gap:14px 28px;flex-wrap:wrap;text-align:center}.footer-contact-item{font-size:14px;line-height:1.4}.footer-contact-item strong{color:#fff;font-weight:500}.compact-footer .copyright{margin-top:14px;padding:12px 14px;border-top:1px solid rgba(255,255,255,.08)}
@media(max-width:850px){.brand-logo-desktop{display:none!important}.brand-logo-mobile{display:block!important}.contact-map-square{width:min(100%,360px)}.footer-compact-inner{flex-direction:column;gap:12px;padding-top:4px}.footer-contact-row{gap:10px 20px}.compact-footer{padding-top:16px}}
@media(max-width:520px){.brand-logo-mobile{width:54px!important;height:54px!important}.contact-map-square{width:100%;max-width:330px;margin-inline:auto}.footer-brand-logo{width:70px;max-height:48px}.footer-contact-row{flex-direction:column;gap:7px}.footer-contact-item{font-size:13px}.compact-footer .copyright{margin-top:12px}}


/* V15 WhatsApp and product category system */
.whatsapp-float{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;box-shadow:0 10px 28px rgba(0,0,0,.24);z-index:999;transition:transform .2s ease,box-shadow .2s ease}.whatsapp-float:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 14px 34px rgba(0,0,0,.3)}.whatsapp-float img{width:100%;height:100%;object-fit:contain;border-radius:50%}.whatsapp-float span{font-size:28px;color:#fff}.product-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.home-category-grid{grid-template-columns:repeat(var(--category-columns,4),minmax(0,1fr))}.product-category-card,.product-card{display:block;background:#fff;border:1px solid #e1e9ed;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px rgba(20,54,73,.08);color:inherit;transition:transform .22s ease,box-shadow .22s ease}.product-category-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(20,54,73,.15)}.product-category-image,.product-image{aspect-ratio:4/3;background:#edf2f4;overflow:hidden}.product-category-image img,.product-image img{width:100%;height:100%;object-fit:cover;display:block}.product-category-body,.product-card-body{padding:20px}.product-category-body h2,.product-category-body h3,.product-card-body h2{margin:0 0 10px;color:#263d4a;font-weight:500}.product-category-body p{color:#778890;line-height:1.55}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.product-card .rich-content{font-size:14px;line-height:1.7;color:#60717a}.product-back{display:inline-block;margin-top:10px;color:#fff;text-decoration:underline}.home-product-categories{background:#f7fafb}
@media(max-width:1000px){.home-category-grid,.product-category-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:600px){.home-category-grid,.product-category-grid,.product-grid{grid-template-columns:1fr!important}.whatsapp-float{right:14px;bottom:14px;width:52px;height:52px}.product-category-body,.product-card-body{padding:16px}}

/* V17 page-specific slide banners */
.page-hero{position:relative;width:100%;padding:0;overflow:hidden;background:#0b3857;color:#fff;text-align:center}
.page-hero-inner{min-height:clamp(240px,28vw,430px);display:flex;align-items:center;justify-content:center;padding:44px 20px}
.page-hero-image{background-position:center;background-repeat:no-repeat;background-size:cover}
.page-hero-plain .page-hero-inner{min-height:220px}
.page-hero h1{position:relative;z-index:1;margin:0;color:#fff;font-size:clamp(32px,4.5vw,58px);font-weight:500;line-height:1.15;text-shadow:0 3px 18px rgba(0,0,0,.38)}
@media(max-width:760px){.page-hero-inner{min-height:clamp(190px,55vw,280px);padding:30px 14px}.page-hero-plain .page-hero-inner{min-height:165px}.page-hero h1{font-size:clamp(27px,9vw,40px)}}

/* V18 product page and category banner management */
.page-hero-subtitle{position:relative;z-index:1;margin:14px auto 0;max-width:780px;color:#fff;font-size:clamp(15px,2vw,20px);line-height:1.55;text-shadow:0 2px 10px rgba(0,0,0,.35)}
.products-page-intro,.category-description{max-width:920px;margin:0 auto 42px;text-align:center}.product-read-more{display:inline-block;margin-top:8px;color:#2f779d;font-size:13px;font-weight:600}.product-card>a{display:block;height:100%}.product-detail{display:grid;grid-template-columns:minmax(280px,460px) minmax(0,1fr);gap:48px;align-items:start}.product-detail-image{border-radius:14px;overflow:hidden;background:#edf2f4;box-shadow:0 12px 32px rgba(20,54,73,.12)}.product-detail-image img{width:100%;height:auto;display:block}.product-detail-content{min-width:0}.product-detail-category{display:inline-block;margin-top:18px;color:#2f779d;font-weight:600}
@media(max-width:820px){.product-detail{grid-template-columns:1fr;gap:28px}.product-detail-image{max-width:520px;margin:0 auto}.products-page-intro,.category-description{text-align:left;margin-bottom:30px}}

/* V21 adjustable transparent logo dimensions */
.site-header{height:auto;min-height:84px}
.header-inner{min-height:max(84px,calc(var(--desktop-logo-height,78px) + 8px));padding-block:4px}
.brand{flex:0 0 auto;max-width:min(42vw,var(--desktop-logo-width,245px))}
.brand img.brand-logo-desktop{width:var(--desktop-logo-width,245px);height:var(--desktop-logo-height,78px);max-width:100%;object-fit:contain;object-position:left center}
.brand img.brand-logo-mobile{width:var(--mobile-logo-width,170px);height:var(--mobile-logo-height,56px);max-width:100%;object-fit:contain;object-position:left center}
.footer-brand-logo{width:var(--footer-logo-width,230px);height:var(--footer-logo-height,76px);max-height:none;object-fit:contain;filter:none;opacity:1}
@media(max-width:1000px){.main-nav{gap:18px}.brand{max-width:min(34vw,var(--desktop-logo-width,245px))}}
@media(max-width:850px){.header-inner{min-height:max(74px,calc(var(--mobile-logo-height,56px) + 10px))}.brand{max-width:min(48vw,var(--mobile-logo-width,170px))}.main-nav{top:100%}}
@media(max-width:520px){.site-header{min-height:70px}.header-inner{min-height:max(70px,calc(var(--mobile-logo-height,56px) + 10px))}.brand{max-width:min(47vw,var(--mobile-logo-width,170px))}.brand-logo-mobile{width:var(--mobile-logo-width,170px)!important;height:var(--mobile-logo-height,56px)!important}.footer-brand-logo{width:min(100%,var(--footer-logo-width,230px));height:var(--footer-logo-height,76px);max-height:none}}

/* V22 corporate contact page */
.contact-page{padding:56px 0 78px;background:#fff}
.contact-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-bottom:58px}
.contact-summary-card{min-height:205px;padding:34px 28px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#f4f4f4;border:1px solid #f0f0f0}
.contact-summary-icon{width:48px;height:48px;margin-bottom:13px;color:#8ebbd4}
.contact-summary-icon svg{width:100%;height:100%;fill:currentColor}
.contact-summary-card h2{margin:0 0 9px;color:#263d4a;font-size:16px;font-weight:500;text-transform:uppercase}
.contact-summary-card p{margin:0;color:#81909a;font-size:14px;line-height:1.65}
.contact-summary-card a:hover{color:#2f779d}
.contact-main-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:28px;align-items:stretch}
.contact-form-panel,.contact-map-panel{min-width:0}
.contact-form-panel h2,.contact-map-panel h2{margin:0 0 22px;color:#263d4a;font-size:27px;font-weight:600}
.contact-form{height:auto;background:#fff}
.contact-form label{display:block;margin:0;color:#304956;font-size:15px}
.contact-form .form-control{margin:7px 0 15px;padding:13px 14px;border:1px solid #ccd8df;background:#fff;transition:border-color .2s,box-shadow .2s}
.contact-form .form-control:focus{outline:none;border-color:#8ebbd4;box-shadow:0 0 0 3px rgba(142,187,212,.18)}
.contact-form textarea.form-control{min-height:150px;resize:vertical}
.contact-form .submit{min-width:112px;margin-top:2px;background:#0b3857;cursor:pointer}
.contact-form .submit:hover{background:#145477}
.contact-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.contact-map-panel{display:flex;flex-direction:column}
.contact-map-wide{flex:1;min-height:526px;overflow:hidden;background:#edf2f4;border:1px solid #e2e9ed;box-shadow:0 8px 24px rgba(18,54,75,.08)}
.contact-map-wide iframe{display:block;width:100%;height:100%;min-height:526px;border:0}
@media(max-width:900px){.contact-summary-grid{grid-template-columns:1fr;gap:16px;margin-bottom:38px}.contact-summary-card{min-height:160px}.contact-main-grid{grid-template-columns:1fr}.contact-map-wide,.contact-map-wide iframe{min-height:390px}.contact-map-panel{margin-top:12px}}
@media(max-width:560px){.contact-page{padding:34px 0 50px}.contact-summary-card{padding:26px 18px}.contact-form-panel h2,.contact-map-panel h2{font-size:23px}.contact-map-wide,.contact-map-wide iframe{min-height:330px}}

/* V23 - Kategorisiz doğrudan ürün yapısı */
.direct-product-grid{grid-template-columns:repeat(var(--product-columns,3),minmax(0,1fr))}
.direct-product-card .product-card-body{padding:18px 20px;text-align:center}
.direct-product-card .product-card-body h2,.direct-product-card .product-card-body h3{margin:0;color:#263d4a;font-weight:600;font-size:20px}
.direct-product-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(20,54,73,.15)}
.product-image-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#82939b;font-weight:600}
.product-detail-stacked{display:block;max-width:980px;margin:0 auto}
.product-detail-image-wide{max-width:860px;margin:0 auto 42px;border-radius:16px}
.product-detail-image-wide img{width:100%;max-height:620px;object-fit:contain;background:#fff}
.product-detail-stacked .product-detail-content{max-width:920px;margin:0 auto}
@media(max-width:1000px){.direct-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:600px){.direct-product-grid{grid-template-columns:1fr!important}.product-detail-image-wide{margin-bottom:26px}.direct-product-card .product-card-body h2,.direct-product-card .product-card-body h3{font-size:18px}}

/* V24 - Ürün kartlarında görselleri kırpmadan tam göster */
.direct-product-card .product-image{
    position:relative;
    aspect-ratio:4/3;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:14px;
    background:#fff;
    overflow:hidden;
}
.direct-product-card .product-image img{
    width:100%;
    height:100%;
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    object-position:center center;
    display:block;
}
@media(max-width:600px){
    .direct-product-card .product-image{padding:10px;}
}

/* V25 - Ürün kartı ayırıcı çizgisi ve önceki/sonraki ürünler */
.direct-product-card .product-card-body{
    border-top:1px solid #dfe8ec;
    background:#fff;
}
.product-neighbours{
    max-width:920px;
    margin:46px auto 0;
    padding-top:30px;
    border-top:1px solid #dfe8ec;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
}
.product-neighbour-card{
    min-width:0;
    padding:14px;
    border:1px solid #dfe8ec;
    border-radius:12px;
    background:#fff;
    color:#263d4a;
    box-shadow:0 7px 20px rgba(20,54,73,.07);
    transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.product-neighbour-card:hover{
    transform:translateY(-3px);
    border-color:#b9d2df;
    box-shadow:0 12px 28px rgba(20,54,73,.13);
}
.product-neighbour-label{
    display:block;
    margin-bottom:10px;
    color:#2f779d;
    font-size:13px;
    font-weight:700;
}
.product-neighbour-next .product-neighbour-label{text-align:right}
.product-neighbour-inner{
    display:grid;
    grid-template-columns:90px minmax(0,1fr);
    align-items:center;
    gap:14px;
}
.product-neighbour-next .product-neighbour-inner{
    grid-template-columns:minmax(0,1fr) 90px;
}
.product-neighbour-next .product-neighbour-image{order:2}
.product-neighbour-next strong{text-align:right}
.product-neighbour-image{
    width:90px;
    height:68px;
    padding:5px;
    display:grid;
    place-items:center;
    overflow:hidden;
    border-radius:8px;
    background:#f7fafb;
    border:1px solid #edf2f4;
}
.product-neighbour-image img{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
}
.product-neighbour-inner strong{
    min-width:0;
    font-size:16px;
    line-height:1.35;
}
.product-neighbour-placeholder{font-size:12px;color:#82939b}
.product-neighbour-spacer{display:block}
@media(max-width:640px){
    .product-neighbours{grid-template-columns:1fr;margin-top:32px;padding-top:24px}
    .product-neighbour-spacer{display:none}
    .product-neighbour-next .product-neighbour-inner{grid-template-columns:90px minmax(0,1fr)}
    .product-neighbour-next .product-neighbour-image{order:0}
    .product-neighbour-next strong,.product-neighbour-next .product-neighbour-label{text-align:left}
}
