
:root{--ink:#0a0f13;--ink2:#101820;--steel:#dfe5e8;--muted:#6d7982;--gold:#c89a58;--gold2:#e0bb7f;--line:#dce2e5;--darkline:#26343e;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:#151b20;background:#fff}a{text-decoration:none;color:inherit}.container{width:min(1240px,92%);margin:auto}
.top{position:sticky;top:0;z-index:100;background:rgba(8,13,17,.97);border-bottom:1px solid #202c34}.nav{height:82px;display:flex;align-items:center;justify-content:space-between}.logo{color:#fff;font-weight:900;letter-spacing:1.8px;font-size:19px}.logo small{display:block;color:var(--gold2);font-size:9px;letter-spacing:4px;margin-top:4px}.logo img{max-width:210px;max-height:52px;object-fit:contain}.menu{display:flex;align-items:center;gap:23px;color:#d7dfe3;font-size:11px;font-weight:800;letter-spacing:.8px}.menu a:hover{color:var(--gold2)}.nav-cta{padding:11px 15px;border:1px solid #86683e;color:#fff!important}
.hero{position:relative;overflow:hidden;min-height:680px;background:radial-gradient(circle at 74% 42%,rgba(200,154,88,.15),transparent 29%),linear-gradient(115deg,#05090c 0%,#0b1218 52%,#111c24 100%);color:#fff}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,7,10,.92) 0%,rgba(3,7,10,.7) 43%,rgba(3,7,10,.08) 72%,transparent);pointer-events:none}.hero-content{position:relative;z-index:3;min-height:680px;display:flex;align-items:center}.hero-copy{width:55%;padding:75px 0}.eyebrow{display:inline-block;color:var(--gold2);font-size:10px;font-weight:900;letter-spacing:3px;text-transform:uppercase;margin-bottom:16px}.hero h1{font-size:clamp(43px,5.3vw,74px);line-height:1.01;letter-spacing:-2.4px;margin:0 0 23px;max-width:780px}.hero p{max-width:650px;color:#c3cdd3;line-height:1.8;font-size:17px;margin:0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;justify-content:center;align-items:center;padding:14px 21px;background:var(--gold);color:#101419;border:1px solid var(--gold);font-size:11px;font-weight:900;letter-spacing:.8px;border-radius:2px}.btn.alt{background:transparent;color:#fff;border-color:#586772}.btn.light{background:#fff;border-color:#fff}.hero-art{position:absolute;z-index:2;right:-2%;bottom:0;width:57%;height:93%;display:flex;align-items:center;justify-content:center}.hero-art img{width:min(850px,100%);max-height:620px;filter:drop-shadow(0 30px 40px rgba(0,0,0,.45))}
.trust{background:#0b1014;color:#fff;border-top:1px solid #202a31;border-bottom:1px solid #202a31}.trust-grid{display:grid;grid-template-columns:repeat(5,1fr)}.trust-item{padding:24px 17px;border-right:1px solid #202a31}.trust-item:last-child{border:0}.trust-item b{display:block;font-size:11px;letter-spacing:1px;margin-bottom:7px}.trust-item span{display:block;color:#8e9aa2;font-size:11px;line-height:1.5}
.section{padding:90px 0}.section.dark{background:#0e151b;color:#fff}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:36px}.section h2{font-size:42px;line-height:1.05;letter-spacing:-1.3px;margin:5px 0}.section-intro{max-width:650px;color:var(--muted);line-height:1.8}.dark .section-intro{color:#9da9b1}
.about{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.about-copy h2{font-size:46px}.about-copy p{font-size:16px;line-height:1.9;color:#64717a}.about-image{min-height:420px;background:linear-gradient(145deg,#101a21,#1b2831);border:1px solid #2a3943;display:flex;align-items:center;justify-content:center;overflow:hidden}.about-image img{width:92%;height:92%;object-fit:contain;opacity:.95}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.card{background:#fff;border:1px solid #dfe5e8;overflow:hidden;transition:transform .2s,border-color .2s}.dark .card{background:#121c23;border-color:#2a3943;color:#fff}.card:hover{transform:translateY(-4px);border-color:#c49a60}.card img{display:block;width:100%;height:230px;object-fit:cover;background:#e8ecee}.card-body{padding:21px}.card h3{margin:0 0 10px;font-size:18px}.card p{font-size:13px;line-height:1.7;color:#6a7680}.dark .card p{color:#9da8af}.card .btn{margin-top:8px;padding:11px 15px}
.product-feature{display:grid;grid-template-columns:1.05fr .95fr;gap:45px;align-items:center;margin-bottom:50px}.product-feature img{width:100%;height:390px;object-fit:cover}.product-feature-copy h3{font-size:34px;margin:0 0 12px}.product-feature-copy p{color:#aeb9c0;line-height:1.8}
.references{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.ref{height:125px;background:#fff;border:1px solid #e0e5e8;display:flex;align-items:center;justify-content:center;padding:20px}.ref img{max-width:100%;max-height:72px;object-fit:contain}.ref strong{font-size:14px}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.gallery img{width:100%;height:270px;object-fit:cover;display:block}
.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.video-card{border:1px solid #dfe4e7;background:#fff}.video-thumb{height:220px;background:linear-gradient(135deg,#101820,#2a3842);display:flex;align-items:center;justify-content:center;color:#fff;font-size:42px}.video-card .card-body{min-height:150px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}.contact-info{color:#aeb9c1;line-height:1.9}.contact-info strong{color:#fff}.contact-form input,.contact-form textarea{width:100%;padding:14px 15px;margin-bottom:12px;background:#091015;color:#fff;border:1px solid #35434d;outline:0}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--gold)}.contact-form textarea{min-height:160px;resize:vertical}.map{margin-top:25px;border:1px solid #2d3a43;overflow:hidden}.map iframe{width:100%;min-height:290px;border:0}
footer{background:#05080b;color:#89969f;padding:55px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-title{color:#fff;font-weight:900;margin-bottom:12px}.whatsapp{position:fixed;right:20px;bottom:20px;z-index:110;background:#1b8d5a;color:#fff;border-radius:30px;padding:14px 18px;font-size:12px;font-weight:900;box-shadow:0 10px 30px rgba(0,0,0,.3)}
@media(max-width:1050px){.menu{gap:13px}.hero-copy{width:60%}.hero-art{width:52%;opacity:.75}.grid{grid-template-columns:repeat(2,1fr)}.references{grid-template-columns:repeat(2,1fr)}.product-feature{grid-template-columns:1fr}.video-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.nav{height:68px}.menu{display:none}.hero{min-height:650px}.hero-content{min-height:650px}.hero-copy{width:100%;padding:55px 0}.hero h1{font-size:43px}.hero-art{width:100%;height:47%;right:-15%;bottom:-2%;opacity:.35}.hero:after{background:linear-gradient(180deg,rgba(3,7,10,.88),rgba(3,7,10,.6) 48%,rgba(3,7,10,.35))}.trust-grid{grid-template-columns:1fr 1fr}.trust-item{border-bottom:1px solid #202a31}.section{padding:65px 0}.section-head{display:block}.section h2,.about-copy h2{font-size:35px}.about,.contact-grid{grid-template-columns:1fr;gap:35px}.about-image{min-height:300px}.grid,.references,.video-grid,.gallery{grid-template-columns:1fr}.gallery img{height:230px}.footer-grid{grid-template-columns:1fr}.whatsapp{right:12px;bottom:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.card{transition:none}}

/* Onay Grup - professional product detail */
.product-page{background:#fff;color:#171c21}.product-topbar{background:#111a2a;color:#fff;font-size:11px}.product-topbar-inner{height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}.product-topbar a{margin-right:20px;color:#fff}.product-header{background:#fff;border-bottom:1px solid #e4e7e9}.product-nav{height:80px;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center;min-width:300px}.brand img{max-width:220px;max-height:58px;object-fit:contain}.brand strong{font-size:23px;letter-spacing:1.5px}.brand small{font-size:9px;margin-left:8px;color:#66717a;letter-spacing:1.5px}.product-nav nav{display:flex;align-items:center;justify-content:center;gap:26px;flex:1;font-size:11px;font-weight:800;color:#29323a}.product-nav nav a:hover{color:#a47a3e}.product-quote{background:#111a2a;color:#fff;padding:14px 18px;border-radius:4px;font-size:11px;font-weight:900;white-space:nowrap}.product-wa{width:42px;height:42px;border-radius:50%;background:#16b965;color:#fff;display:grid;place-items:center;font-size:21px}.product-crumb{background:linear-gradient(100deg,#20242a,#292d31);color:#fff;padding:22px 0}.crumb-title{font-size:29px;font-weight:850}.crumbs{margin-top:7px;display:flex;gap:10px;align-items:center;font-size:11px;color:#c7cdd1}.crumbs a{color:#c7cdd1}.crumbs strong{color:#fff}.product-main{padding:30px 0 48px}.product-layout{display:grid;grid-template-columns:1fr 1.05fr;gap:48px;align-items:start}.product-main-image{height:450px;border-radius:17px;background:#eef2f4;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.product-main-image:after{content:"⌕";position:absolute;right:18px;top:16px;width:38px;height:38px;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:22px;color:#19212a;box-shadow:0 5px 18px rgba(0,0,0,.1)}.product-main-image img{width:100%;height:100%;object-fit:contain}.product-no-image{font-weight:800;color:#89949c;letter-spacing:2px}.product-thumbs{display:flex;gap:9px;margin-top:12px;overflow:auto;padding:2px}.product-thumb{width:95px;height:70px;padding:0;border:2px solid transparent;background:#e8ecef;border-radius:8px;overflow:hidden;cursor:pointer;flex:none}.product-thumb.active{border-color:#315b8a}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-intro{padding:6px 0}.product-category{font-size:11px;color:#68747d;font-weight:800;letter-spacing:.4px}.product-intro h1{font-size:43px;line-height:1.08;letter-spacing:-1.5px;margin:14px 0 24px;color:#111820}.product-description{font-size:15px;line-height:2;color:#53606a}.product-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.product-dark-btn{background:#111a2a;border-color:#111a2a;color:#fff;border-radius:5px}.product-whatsapp-btn{background:#16b965;border-color:#16b965;color:#fff;border-radius:5px}.product-info-band{border-top:1px solid #e1e5e8;border-bottom:1px solid #e1e5e8}.product-info-grid{display:grid;grid-template-columns:1fr 1.05fr 1fr}.product-info-grid>div{padding:30px 35px;border-right:1px solid #e1e5e8}.product-info-grid>div:last-child{border-right:0}.product-info-grid h2{font-size:15px;margin:0 0 20px;letter-spacing:.2px}.check-list{list-style:none;margin:0;padding:0;display:grid;gap:11px}.check-list li{font-size:13px;line-height:1.5;padding-left:25px;position:relative}.check-list li:before{content:"✓";position:absolute;left:0;top:0;width:17px;height:17px;border:1px solid #6d7880;border-radius:50%;display:grid;place-items:center;font-size:10px}.spec-table{border-top:1px solid #dfe4e7}.spec-table>div{display:grid;grid-template-columns:42% 58%;font-size:12px;border-bottom:1px solid #e1e5e8}.spec-table strong,.spec-table span{padding:8px 9px}.spec-table strong{background:#f3f5f6}.spec-empty{font-size:13px;line-height:1.7;color:#65717a;background:#f6f8f9;padding:15px;border:1px solid #e1e5e8}.product-video{padding-bottom:25px}.video-frame{aspect-ratio:16/9;background:#0e151b;border-radius:10px;overflow:hidden}.video-frame iframe{width:100%;height:100%;border:0}.product-note{padding:0 0 55px}.product-note-box{border:1px solid #dce2e5;border-radius:7px;padding:16px 20px;display:flex;gap:12px;align-items:center;color:#66727b;background:#fafbfb;font-size:13px}.product-floating-wa{position:fixed;right:22px;bottom:22px;background:#16b965;color:#fff;padding:14px 20px;border-radius:28px;font-size:12px;font-weight:900;box-shadow:0 10px 25px rgba(0,0,0,.18);z-index:120}
@media(max-width:1050px){.product-nav nav{gap:14px}.brand{min-width:210px}.product-layout{grid-template-columns:1fr 1fr}.product-info-grid{grid-template-columns:1fr}.product-info-grid>div{border-right:0;border-bottom:1px solid #e1e5e8}.product-info-grid>div:last-child{border-bottom:0}}
@media(max-width:780px){.product-topbar-inner{height:auto;min-height:38px;padding:7px 0;display:block}.product-topbar-inner span{display:none}.product-topbar a{margin-right:12px;font-size:10px}.product-nav{height:68px}.brand{min-width:0;flex:1}.brand img{max-width:160px;max-height:48px}.product-nav nav,.product-quote{display:none}.product-crumb{padding:18px 0}.crumb-title{font-size:22px}.product-layout{grid-template-columns:1fr;gap:25px}.product-main{padding-top:20px}.product-main-image{height:320px}.product-intro h1{font-size:32px}.product-description{font-size:14px}.product-actions .btn{width:100%}.product-info-grid>div{padding:25px 0}.product-floating-wa{right:12px;bottom:12px}.product-thumbs{gap:7px}.product-thumb{width:78px;height:60px}}

.card>img{display:block;width:100%;height:250px;object-fit:contain;background:#eef2f4}

.product-main-image.image-error:before{content:"Ürün görseli yüklenemedi";font-size:12px;font-weight:800;letter-spacing:1px;color:#7b8790}

.product-actions-under-image{margin-top:14px;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.product-actions-under-image .btn{justify-content:center;text-align:center;width:100%;padding:14px 10px}
@media(max-width:780px){.product-actions-under-image{grid-template-columns:1fr 1fr}.product-actions-under-image .btn{font-size:11px}}
@media(max-width:480px){.product-actions-under-image{grid-template-columns:1fr}.product-actions-under-image .btn{font-size:12px}}

/* Teklif modalı */
.card-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:14px}.card-actions .btn{width:100%;justify-content:center}
.quote-modal{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:20px}.quote-modal.open{display:flex}.quote-overlay{position:absolute;inset:0;background:rgba(5,10,15,.72);backdrop-filter:blur(4px)}.quote-dialog{position:relative;width:min(560px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:12px;padding:30px;box-shadow:0 30px 80px rgba(0,0,0,.3);z-index:1}.quote-close{position:absolute;right:14px;top:12px;width:34px;height:34px;border:0;border-radius:50%;background:#eef1f3;font-size:24px;line-height:1;cursor:pointer}.quote-dialog h2{margin:8px 0 18px;font-size:28px;color:#111820}.quote-product-line{background:#f1f4f5;border-left:4px solid #c79a57;padding:13px 15px;margin-bottom:18px;font-size:12px}.quote-product-line span{display:block;color:#74808a;margin-bottom:4px}.quote-product-line strong{font-size:15px;color:#111820}.quote-choice{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:18px}.quote-choice-btn{border:1px solid #d9dfe2;background:#fff;padding:12px;border-radius:6px;font-weight:800;font-size:11px;cursor:pointer}.quote-choice-btn.active{background:#111a2a;color:#fff;border-color:#111a2a}.quote-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.quote-fields label{font-size:11px;font-weight:800;color:#4d5961}.quote-fields label:last-child{grid-column:1/-1}.quote-fields input,.quote-fields textarea{display:block;width:100%;margin-top:6px;padding:12px;border:1px solid #d7dde0;border-radius:5px;font:inherit;box-sizing:border-box}.quote-fields textarea{min-height:100px;resize:vertical}.quote-submit{width:100%;margin-top:16px;justify-content:center;background:#16b965;border-color:#16b965;color:#fff}.quote-note{text-align:center;color:#7c878e;font-size:10px;margin:10px 0 0}.modal-open{overflow:hidden}.compact-contact{padding-top:55px;padding-bottom:55px}.compact-contact-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:40px;align-items:center}.compact-contact-actions{display:grid;gap:9px}.compact-contact-actions .btn{justify-content:center}.whatsapp-mini{background:#16b965!important;border-color:#16b965!important;color:#fff!important}.map{margin-top:25px;border-radius:8px;overflow:hidden}.map iframe{width:100%;min-height:300px;border:0}
@media(max-width:700px){.quote-dialog{padding:24px 18px}.quote-fields{grid-template-columns:1fr}.quote-fields label:last-child{grid-column:auto}.quote-choice{grid-template-columns:1fr}.compact-contact-grid{grid-template-columns:1fr}.card-actions{grid-template-columns:1fr}}

.menu-popup-link{font:inherit;color:inherit;background:none;border:0;padding:0;cursor:pointer;font-weight:inherit}
.menu-popup-link:hover{color:#a47a3e}

.contact-page-main{padding:55px 0}.contact-page-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:start}.contact-page-main h1{font-size:44px;line-height:1.1;margin:12px 0 18px}.contact-lead{font-size:15px;line-height:1.9;color:#59656d;max-width:650px}.contact-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px}.contact-cards a,.contact-cards>div{display:flex;flex-direction:column;gap:7px;padding:20px;border:1px solid #e1e5e8;border-radius:8px;background:#fafbfb;color:#222}.contact-cards strong{font-size:10px;letter-spacing:1px;color:#7a858c}.contact-cards span{font-size:13px;line-height:1.6}.contact-form-card{background:#f5f7f8;border:1px solid #e1e5e8;border-radius:10px;padding:30px}.contact-form-card h2{font-size:28px;margin:8px 0 22px}.contact-form-card form{display:grid;gap:13px}.contact-form-card label{font-size:11px;font-weight:800;color:#4d5961}.contact-form-card input,.contact-form-card textarea{display:block;width:100%;box-sizing:border-box;margin-top:6px;padding:12px;border:1px solid #d5dce0;border-radius:5px;background:#fff;font:inherit}.contact-form-card textarea{min-height:125px;resize:vertical}.contact-form-card .btn{width:100%;justify-content:center}.notice{padding:12px 14px;background:#e8f7ef;border:1px solid #b9e4cc;color:#21653b;border-radius:5px;font-size:12px}.error-notice{background:#fff0f0;border-color:#efcaca;color:#9b3535}.contact-map-section{padding:0 0 60px}.contact-map-section .map{border-radius:10px;overflow:hidden}.contact-map-section .map iframe{width:100%;min-height:380px;border:0}
@media(max-width:780px){.contact-page-grid{grid-template-columns:1fr;gap:30px}.contact-page-main h1{font-size:34px}.contact-cards{grid-template-columns:1fr}.contact-form-card{padding:22px}.contact-map-section .map iframe{min-height:300px}}

.product-quote{border:0;cursor:pointer;font:inherit}.product-actions-under-image .btn{border:0;cursor:pointer}

.hero-actions .quote-trigger,.card-actions .quote-trigger{cursor:pointer;border:0}

.hero-actions,.card-actions{position:relative;z-index:10}.hero-actions button,.card-actions button{position:relative;z-index:11;pointer-events:auto}

.quote-modal{pointer-events:none}.quote-modal.open{pointer-events:auto}.quote-dialog button,.quote-dialog a,.quote-dialog input,.quote-dialog textarea{position:relative;z-index:2}

.hero-actions{position:relative;z-index:50}
.hero-actions .quote-trigger,.card-actions .quote-trigger{position:relative;z-index:51;pointer-events:auto!important;cursor:pointer}
.card-actions{position:relative;z-index:20}
.card-actions .quote-trigger{pointer-events:auto!important}

/* Onay Grup - gri / beyaz kurumsal tema */
:root{--ink:#1c2227;--ink2:#2b3238;--steel:#e7eaec;--muted:#66717a;--gold:#657079;--gold2:#343d43;--line:#d9dde0;--darkline:#39434a;--white:#fff}
.top{background:#fff;border-bottom:1px solid #dfe3e6;box-shadow:0 2px 12px rgba(20,25,30,.05)}
.brand-lockup{display:flex;align-items:center;gap:14px;color:#20272c;min-width:390px}.brand-logo{display:flex;align-items:center;justify-content:center;min-width:115px}.brand-logo img{max-width:115px;max-height:52px;object-fit:contain}.brand-logo strong{font-size:18px;font-weight:900}.brand-logo small{display:block;font-size:8px;letter-spacing:3px;color:#6d777e}.brand-copy{display:flex;flex-direction:column;border-left:1px solid #dfe3e6;padding-left:14px}.brand-copy strong{font-size:14px;line-height:1.2;color:#20272c;white-space:nowrap}.brand-copy small{font-size:9px;line-height:1.4;color:#7a858c;margin-top:4px;letter-spacing:.2px;white-space:nowrap}
.menu{color:#4f5960}.menu a{color:#4f5960}.menu a:hover{color:#171d21}.nav-cta{display:none!important}
.hero{background:linear-gradient(115deg,#f3f5f6 0%,#e6eaec 55%,#d8dde0 100%);color:#20262a}.hero:after{background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.82) 43%,rgba(255,255,255,.18) 72%,transparent)}.hero p{color:#5d686f}.hero h1{color:#1e252a}.hero-art{filter:grayscale(1);opacity:.82}.hero .eyebrow{color:#58636a}.btn{background:#3f484e;color:#fff;border-color:#3f484e}.btn.alt{background:#fff;color:#30383e;border:1px solid #aeb6bb}.trust{background:#f5f6f7;border-bottom:1px solid #e0e3e5}.trust-item b{color:#30383e}.section.dark{background:#eef1f2;color:#20272c}.section.dark .section-intro{color:#667179}.section.dark .eyebrow,.section.dark h2{color:#2e373d}.card{background:#fff;border-color:#d9dee1;box-shadow:0 8px 25px rgba(30,35,40,.05)}.card-body{color:#2b3338}.card-body p{color:#69747b}.home-topbar{background:#f1f3f4;color:#4c565d;border-color:#dfe3e6}.home-topbar a{color:#4c565d}.home-topbar-inner>span{color:#707b82}
.home-contact{background:#fff;border-top:1px solid #e0e3e5;padding:65px 0 0}.home-contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:45px;align-items:stretch}.home-contact-info{padding:10px 0 55px}.home-contact-info h2{font-size:34px;margin:4px 0 5px;color:#20272c}.home-contact-company{color:#69747b;font-size:13px;margin:0 0 25px}.home-contact-list{display:grid;gap:11px}.home-contact-list a,.home-contact-list div{display:flex;gap:10px;align-items:flex-start;color:#4e5960;font-size:13px;line-height:1.55}.home-contact-list a:hover{color:#20272c}.home-contact-list a:first-child,.home-contact-list a:nth-child(2){font-weight:800}.home-contact-btn{margin-top:25px}.home-contact-map{min-height:390px;border-radius:8px 8px 0 0;overflow:hidden;background:#eef1f2;border:1px solid #dce1e4}.home-contact-map iframe{display:block;width:100%;height:100%;min-height:390px;border:0;filter:grayscale(1)}.map-placeholder{height:100%;min-height:390px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#7b858b;font-weight:900;letter-spacing:2px}.map-placeholder small{margin-top:10px;letter-spacing:0;font-weight:500}.footer-contact-note{color:#89939a}
footer{background:#f0f2f3;color:#667178;border-top:1px solid #d9dde0}.footer-title{color:#252d32}.whatsapp{background:#4f5a60}
@media(max-width:900px){.brand-lockup{min-width:0}.brand-copy strong{font-size:12px}.brand-copy small{font-size:8px}.brand-logo img{max-width:95px;max-height:45px}.home-contact-grid{grid-template-columns:1fr;gap:25px}.home-contact-map,.home-contact-map iframe{min-height:320px}.home-contact-info{padding-bottom:0}}
@media(max-width:600px){.brand-lockup{gap:8px}.brand-logo{min-width:78px}.brand-logo img{max-width:78px;max-height:40px}.brand-copy{padding-left:8px}.brand-copy strong{font-size:10px}.brand-copy small{font-size:7px;max-width:185px;white-space:normal}.home-contact{padding-top:45px}.home-contact-map,.home-contact-map iframe{min-height:280px}}

/* Üst iletişim çubuğu: tek satır, dengeli ve taşmasız */
.home-topbar-inner{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:22px;min-height:38px}.home-topbar-left{display:flex;align-items:center;gap:18px;white-space:nowrap}.home-topbar-inner>span{justify-self:end;text-align:right;white-space:normal;line-height:1.25;max-width:680px}
@media(max-width:1050px){.home-topbar-inner{grid-template-columns:1fr}.home-topbar-inner>span{justify-self:start;text-align:left;max-width:none}.home-topbar-left{flex-wrap:wrap}}
@media(max-width:600px){.home-topbar-inner{gap:5px}.home-topbar-left{display:flex;gap:10px}.home-topbar-inner>span{font-size:10px}.home-topbar-left a{font-size:10px}}
/* Sabit header'ın anchor hedefini kapatmaması */
section[id]{scroll-margin-top:105px}

/* =========================================================
   V38 — ONAY GRUP INDUSTRIAL HOMEPAGE
   Clean steel / white / graphite visual system
   ========================================================= */
:root{
  --og-graphite:#20272c;
  --og-graphite-2:#2e373d;
  --og-steel:#66737b;
  --og-steel-light:#eef1f2;
  --og-line:#d9dfe2;
  --og-text:#20272c;
  --og-muted:#68747b;
  --og-white:#fff;
  --og-accent:#7d898f;
}

/* Header */
.home-topbar{background:#263036;color:#dfe5e8;border:0}
.home-topbar-inner{width:min(1240px,92%);min-height:34px}
.home-topbar a{color:#e4e9eb}
.home-topbar-inner>span{color:#bcc6ca}
.top{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);border-bottom:1px solid var(--og-line);box-shadow:0 3px 18px rgba(20,28,32,.06)}
.nav{height:78px}
.brand-lockup{gap:16px}
.brand-logo{min-width:108px}
.brand-logo img{max-width:108px;max-height:50px}
.brand-copy strong{font-size:15px;color:var(--og-graphite)}
.brand-copy small{font-size:9px;color:#7a858b}
.menu{gap:28px;font-size:10px;letter-spacing:1.05px}
.menu a{color:#3f4a50;position:relative}
.menu a:after{content:"";position:absolute;left:0;right:100%;bottom:-10px;height:2px;background:#69767d;transition:.2s}
.menu a:hover:after{right:0}

/* Hero */
.hero{
  min-height:620px;
  background:
    radial-gradient(circle at 78% 44%,rgba(255,255,255,.9),transparent 27%),
    linear-gradient(120deg,#f5f7f8 0%,#e8ecee 52%,#d9dfe2 100%);
  color:var(--og-text);
}
.hero:after{
  background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.88) 38%,rgba(255,255,255,.18) 72%,transparent 100%);
}
.hero-content{min-height:620px}
.hero-copy{width:52%;padding:70px 0}
.hero .eyebrow{color:#68757c;margin-bottom:18px}
.hero h1{
  color:#1f272c;
  font-size:clamp(44px,5vw,72px);
  line-height:.98;
  letter-spacing:-2.8px;
  max-width:720px;
  margin-bottom:25px;
}
.hero p{color:#59666d;max-width:610px;font-size:16px;line-height:1.85}
.hero-actions{margin-top:30px}
.hero .btn{background:#273137;border-color:#273137;color:#fff;padding:15px 22px}
.hero .btn.alt{background:#fff;color:#273137;border-color:#aeb7bc}
.hero-art{width:53%;right:-2%;opacity:.92;filter:none}
.hero-art img{width:100%;max-width:700px;object-fit:contain}

/* Trust strip */
.trust{background:#fff;border-top:1px solid #d7dde0;border-bottom:1px solid #d7dde0}
.trust-grid{display:grid;grid-template-columns:repeat(5,1fr)}
.trust-item{padding:23px 22px;border-right:1px solid #e1e5e7}
.trust-item:first-child{border-left:1px solid #e1e5e7}
.trust-item b{display:block;color:#293238;font-size:9px;letter-spacing:1.2px;margin-bottom:7px}
.trust-item span{display:block;color:#7a858b;font-size:10px;line-height:1.55}

/* General sections */
.section{padding:92px 0;background:#fff}
.section.dark{background:#f1f3f4;color:var(--og-text)}
.section-head{margin-bottom:42px}
.section h2{color:#20282d;font-size:42px;letter-spacing:-1.5px}
.section-intro,.dark .section-intro{color:#69757c;line-height:1.8}
.eyebrow{color:#6d7a81;letter-spacing:2.5px}

/* Corporate/about */
.about{grid-template-columns:1fr 1fr;gap:75px}
.about-copy h2{font-size:48px;color:#20282d}
.about-copy p{font-size:15px;line-height:1.95;color:#657179}
.about-copy .btn{background:#273137;border-color:#273137}
.about-image{
  min-height:430px;
  background:linear-gradient(145deg,#f0f3f4,#dce2e5);
  border:1px solid #d3dadd;
  box-shadow:0 18px 45px rgba(33,42,47,.08);
}
.about-image img{width:90%;height:90%;filter:grayscale(.08)}

/* Products */
.grid{grid-template-columns:repeat(3,1fr);gap:24px}
.card,.dark .card{
  background:#fff;
  color:#263037;
  border:1px solid #dce2e5;
  box-shadow:0 10px 30px rgba(30,40,45,.055);
}
.card:hover{transform:translateY(-5px);border-color:#9aa5aa;box-shadow:0 16px 34px rgba(30,40,45,.10)}
.card img{height:245px;object-fit:cover;background:#edf0f1}
.card-body{padding:24px}
.card h3{font-size:20px;color:#222b30}
.card p,.dark .card p{color:#69757c}
.card .btn{background:#2d373d;border-color:#2d373d;color:#fff}
.card .btn.alt{background:#fff;color:#2d373d;border-color:#b6bfc3}
.card-actions{gap:8px;flex-wrap:wrap}

/* References */
.references{grid-template-columns:repeat(4,1fr);gap:14px}
.ref{background:#fff;border:1px solid #e0e4e6;min-height:105px;box-shadow:none}
.ref img{max-width:80%;max-height:58px;filter:grayscale(1);opacity:.8}

/* Gallery */
.gallery{grid-template-columns:repeat(3,1fr);gap:14px}
.gallery img{height:250px;filter:none;transition:.25s}
.gallery img:hover{transform:scale(1.015)}

/* Video */
.video-grid{grid-template-columns:repeat(3,1fr);gap:22px}
.video-card{background:#fff;border:1px solid #dce1e4;box-shadow:0 8px 24px rgba(30,40,45,.05)}
.video-thumb{background:#dce2e5;color:#3d494f}

/* Contact */
.home-contact{background:#f2f4f5;border-top:1px solid #d9dfe2;padding:82px 0 0}
.home-contact-grid{grid-template-columns:.82fr 1.18fr;gap:55px}
.home-contact-info h2{font-size:42px;color:#20282d}
.home-contact-company{color:#69757c}
.home-contact-list a,.home-contact-list div{color:#536067}
.home-contact-btn{background:#2b353b;border-color:#2b353b}
.home-contact-map{border:1px solid #d4dade;box-shadow:0 15px 40px rgba(30,40,45,.08)}
.home-contact-map iframe{filter:grayscale(1) contrast(.9)}

/* Footer */
footer{background:#273137;color:#aeb8bd;border:0}
.footer-title{color:#fff}
footer a{color:#dce2e5}

/* Floating WhatsApp remains useful; make it subtle */
.whatsapp{background:#344047;box-shadow:0 8px 22px rgba(0,0,0,.18)}

/* Mobile */
@media(max-width:1050px){
  .menu{gap:18px}
  .hero-copy{width:57%}
  .hero-art{width:49%}
}
@media(max-width:850px){
  .nav{height:auto;min-height:72px;padding:12px 0}
  .brand-copy small{white-space:normal}
  .hero{min-height:650px}
  .hero-content{min-height:650px}
  .hero-copy{width:100%;padding:70px 0 260px}
  .hero-art{width:72%;right:-8%;bottom:-10px;top:auto;opacity:.42}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .trust-item:nth-child(3){border-left:1px solid #e1e5e7}
  .about{grid-template-columns:1fr;gap:35px}
  .grid{grid-template-columns:repeat(2,1fr)}
  .references{grid-template-columns:repeat(2,1fr)}
  .gallery,.video-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .home-topbar-left{display:flex;flex-wrap:wrap}
  .home-topbar-inner>span{font-size:9px}
  .brand-logo{min-width:78px}
  .brand-logo img{max-width:78px;max-height:42px}
  .brand-copy strong{font-size:10px}
  .brand-copy small{font-size:7px}
  .menu{gap:10px;font-size:8px}
  .hero{min-height:650px}
  .hero-content{min-height:650px}
  .hero-copy{padding:55px 0 240px}
  .hero h1{font-size:42px;letter-spacing:-1.8px}
  .hero p{font-size:14px}
  .hero-art{width:88%;right:-18%;bottom:-10px}
  .trust-grid,.grid,.references,.gallery,.video-grid{grid-template-columns:1fr}
  .trust-item{border-left:1px solid #e1e5e7!important}
  .section{padding:68px 0}
  .section h2,.about-copy h2,.home-contact-info h2{font-size:34px}
  .card img{height:230px}
  .gallery img{height:220px}
}

/* V39 references */
.references{grid-template-columns:repeat(3,1fr);gap:22px}
.ref{min-height:220px;padding:0;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;border:1px solid #d6dde0;background:#fff;border-radius:6px;box-shadow:0 8px 24px rgba(25,35,40,.05)}
.ref-logo{height:125px;display:flex;align-items:center;justify-content:center;padding:18px 25px;background:#f4f6f7;border-bottom:1px solid #e1e5e7}
.ref-logo img{width:100%;height:100%;object-fit:contain;max-width:260px;max-height:90px;filter:grayscale(1);opacity:.85}
.ref-body{padding:18px 20px 20px}.ref-body h3{margin:0 0 7px;color:#263037;font-size:16px}.ref-body p{margin:0;color:#69757c;font-size:12px;line-height:1.65}
@media(max-width:850px){.references{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.references{grid-template-columns:1fr}.ref{min-height:205px}}
/* V39 logo lockup — larger rectangular corporate mark */
.brand-logo{min-width:150px;width:150px;height:64px;border:1px solid #d9dfe2;border-radius:5px;background:#f7f8f8;padding:5px 10px;box-sizing:border-box}
.brand-logo img{width:100%;height:100%;max-width:none;max-height:none;object-fit:contain}
.brand-lockup{gap:18px}.brand-copy{padding-left:18px}
@media(max-width:600px){.brand-logo{min-width:105px;width:105px;height:50px;padding:4px 7px}.brand-copy{padding-left:9px}}
/* V39 admin corporate visual */
.corporate-image-admin{max-width:900px}.corporate-image-preview{height:260px;border:1px solid #2b3943;border-radius:8px;background:#0c1318;display:flex;align-items:center;justify-content:center;margin-bottom:15px;overflow:hidden}.corporate-image-preview img{width:100%;height:100%;object-fit:contain}.corporate-image-empty{height:180px;border:1px dashed #3b4a55;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#82909a;margin-bottom:15px}.inline-admin-form{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end}
@media(max-width:700px){.inline-admin-form{grid-template-columns:1fr}}

/* V40 — inline video playback */
.video-grid{grid-template-columns:repeat(2,1fr);gap:28px}
.video-card{overflow:hidden;border-radius:7px}
.video-player{position:relative;width:100%;aspect-ratio:16/9;background:#172026;overflow:hidden}
.video-player video,.video-player iframe{display:block;width:100%;height:100%;border:0;object-fit:cover}
.video-player video{background:#10171b}
.video-card .card-body{padding:20px 22px 23px}
.video-card .card-body h3{margin-bottom:8px}
.video-card .card-body p{margin:0;color:#69757c;font-size:12px;line-height:1.65}
@media(max-width:600px){.video-grid{grid-template-columns:1fr}}

/* V41 — admin controlled homepage section order */
.home-reorderable{display:flex;flex-direction:column}
.home-reorderable>.section{width:100%}

.quote-success{padding:18px;border:1px solid #3c765a;background:#13251d;color:#a8e2bf;border-radius:6px;line-height:1.6;font-weight:700}

.product-main-image{cursor:zoom-in}.product-image-zoom{position:absolute;right:18px;top:16px;z-index:3;width:38px;height:38px;border:0;border-radius:50%;background:#fff;color:#19212a;font-size:22px;display:grid;place-items:center;box-shadow:0 5px 18px rgba(0,0,0,.12);cursor:pointer}.product-main-image:after{display:none}
.related-products{padding-top:10px}.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.related-card{display:block;border:1px solid #e0e5e8;border-radius:10px;overflow:hidden;background:#fff;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s}.related-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(20,30,40,.09)}.related-image{height:180px;background:#eef2f4;display:flex;align-items:center;justify-content:center;overflow:hidden}.related-image img{width:100%;height:100%;object-fit:contain}.related-image span{font-size:10px;font-weight:800;letter-spacing:1px;color:#89949c}.related-body{padding:17px}.related-category{font-size:9px;letter-spacing:1px;color:#7a858c;font-weight:800}.related-body h3{font-size:17px;line-height:1.25;margin:8px 0;color:#111820}.related-body p{font-size:11px;line-height:1.6;color:#66727b;min-height:35px;margin:0 0 12px}.related-more{font-size:11px;font-weight:900;color:#315b8a}.product-lightbox{position:fixed;inset:0;z-index:10000;display:none;align-items:center;justify-content:center;background:rgba(8,12,16,.92);padding:40px}.product-lightbox.open{display:flex}.lightbox-stage{width:min(1100px,85vw);height:min(80vh,800px);display:flex;align-items:center;justify-content:center}.lightbox-stage img{max-width:100%;max-height:100%;object-fit:contain;border-radius:6px}.lightbox-close{position:absolute;right:25px;top:20px;width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:#111820;font-size:28px;cursor:pointer;z-index:2}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:62px;border:0;border-radius:8px;background:rgba(255,255,255,.12);color:#fff;font-size:46px;line-height:1;cursor:pointer}.lightbox-prev{left:25px}.lightbox-next{right:25px}.lightbox-count{position:absolute;bottom:22px;left:50%;transform:translateX(-50%);color:#fff;font-size:12px;font-weight:800;letter-spacing:1px}
@media(max-width:1050px){.related-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.related-grid{grid-template-columns:1fr}.related-image{height:210px}.product-lightbox{padding:20px}.lightbox-stage{width:92vw;height:75vh}.lightbox-nav{width:38px;height:50px;font-size:36px}.lightbox-prev{left:8px}.lightbox-next{right:8px}.lightbox-close{right:12px;top:12px}}

/* V60 — professional reference cards */
.references{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.references .ref{height:auto;min-height:285px;padding:0;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;background:#fff;border:1px solid #dfe5e8;border-radius:8px;overflow:hidden;box-shadow:0 8px 24px rgba(20,32,42,.05)}
.references .ref-logo{height:145px;padding:20px 28px;background:#f5f7f8;border-bottom:1px solid #e1e6e8;display:flex;align-items:center;justify-content:center}
.references .ref-logo img{width:100%;height:100%;max-width:300px;max-height:105px;object-fit:contain;filter:none;opacity:1}
.references .ref-body{padding:20px 22px 22px;flex:1}
.references .ref-body h3{margin:0 0 10px;color:#18232b;font-size:18px;line-height:1.3}
.references .ref-body p{margin:0;color:#66747d;font-size:12px;line-height:1.75}
@media(max-width:1000px){.references{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.references{grid-template-columns:1fr}.references .ref-logo{height:155px}.references .ref{min-height:0}}

/* V61 — gallery management and lightbox */
.gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.gallery-item{position:relative;padding:0;border:0;background:#111;display:block;width:100%;height:300px;overflow:hidden;cursor:pointer;text-align:left}
.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease;opacity:.94}
.gallery-item:hover img{transform:scale(1.04);opacity:1}
.gallery-caption{position:absolute;left:0;right:0;bottom:0;padding:35px 16px 14px;background:linear-gradient(transparent,rgba(0,0,0,.78));color:#fff;font-size:12px;font-weight:800;line-height:1.4}
.site-gallery-lightbox{position:fixed;inset:0;z-index:10001;display:none;align-items:center;justify-content:center;background:rgba(5,9,12,.94);padding:30px}
.site-gallery-lightbox.open{display:flex}
.site-gallery-stage{text-align:center;max-width:92vw;max-height:88vh}
.site-gallery-stage img{display:block;max-width:92vw;max-height:80vh;object-fit:contain;border-radius:5px}
.site-gallery-stage div{color:#fff;font-size:13px;font-weight:800;margin-top:12px}
.site-gallery-close{position:absolute;right:20px;top:16px;width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:#111;font-size:30px;cursor:pointer}
@media(max-width:900px){.gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-item{height:250px}}
@media(max-width:600px){.gallery{grid-template-columns:1fr}.gallery-item{height:270px}}

/* V62 — stable inline video playback */
.video-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}
.video-card{border:1px solid #dfe4e7;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 8px 24px rgba(20,32,42,.06)}
.video-player{position:relative;width:100%;aspect-ratio:16/9;background:#0b1217;overflow:hidden}
.video-player video,.video-player iframe{display:block;width:100%;height:100%;border:0}
.video-player video{object-fit:contain;background:#0b1217}
.video-card .card-body{padding:19px 21px 22px;min-height:120px}
.video-card .card-body h3{margin:0 0 8px;color:#1a252d;font-size:17px}
.video-card .card-body p{margin:0;color:#66747d;font-size:12px;line-height:1.7}
@media(max-width:700px){.video-grid{grid-template-columns:1fr}}

/* V63 — videonun tamamını kadraja sığdır, kırpma yapma */
.video-player video{object-fit:contain!important;width:100%;height:100%;background:#0b1217}

/* V64 — videolar kullanıcı Play tuşuna basınca başlasın */
.video-player video{object-fit:contain!important}

/* V67 — tema renklerinin sabit CSS renklerini ezmesi */
body{background-color:var(--site-bg)!important;color:var(--ink)!important}
.section.dark{background:var(--ink2)!important}
.trust{background:var(--ink2)!important}
.btn{background:var(--gold)!important;border-color:var(--gold)!important}
.card{border-color:var(--line)!important}
.dark .card{background:var(--ink2)!important;border-color:var(--darkline)!important}

/* V68 — tema kontrast düzeltmeleri için son katman */
.top .menu a{color:var(--nav-text,#eef3f5)}
.top .logo{color:var(--nav-text,#eef3f5)}

/* =========================================================
   V69 — Onay Grup profesyonel ana sayfa düzeni
   Tema değişkenleri admin panelinden gelmeye devam eder.
   ========================================================= */
:root{
  --site-max:1280px;
  --section-space:92px;
}
.container{width:min(var(--site-max),92%);}

.home-topbar{
  background:var(--ink2)!important;
  color:#eef3f5;
  border-bottom:1px solid color-mix(in srgb,var(--darkline) 70%,#fff 30%);
}
.home-topbar-inner{
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  font-size:11px;
  line-height:1.4;
}
.home-topbar-left{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.home-topbar a{color:#eef3f5!important}
.home-topbar a:hover{color:var(--gold)!important}
.home-topbar-inner>span{color:#cbd4d9;text-align:right}

.top{
  position:sticky;
  top:0;
  z-index:100;
  background:color-mix(in srgb,var(--ink2) 97%,transparent)!important;
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--darkline)!important;
}
.nav{
  min-height:94px;
  height:auto;
  padding:12px 0;
}
.brand-lockup{
  display:flex;
  align-items:center;
  gap:18px;
  min-width:0;
}
.brand-logo{
  width:190px;
  height:68px;
  padding:6px 13px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border:1px solid #dce2e5;
  border-radius:4px;
  flex:none;
}
.brand-logo img{
  width:100%;
  height:100%;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain;
}
.brand-copy{
  display:flex;
  flex-direction:column;
  gap:6px;
  min-width:0;
}
.brand-copy strong{
  color:var(--nav-text,#eef3f5)!important;
  font-size:18px;
  letter-spacing:.3px;
  line-height:1.1;
}
.brand-copy small{
  color:#aebac1!important;
  font-size:10px;
  letter-spacing:.6px;
}
.menu{
  gap:27px;
  font-size:11px;
}
.menu a{
  color:var(--nav-text,#eef3f5)!important;
  transition:color .2s,opacity .2s;
}
.menu a:hover{color:var(--gold)!important}

.hero{
  min-height:620px!important;
  color:#fff;
}
.hero-content{
  min-height:620px!important;
  align-items:center;
}
.hero-copy{
  width:53%;
  padding:65px 0 72px;
}
.hero h1{
  font-size:clamp(48px,5vw,72px);
  max-width:760px;
  line-height:1.01;
  letter-spacing:-2.8px;
  margin-bottom:24px;
}
.hero p{
  max-width:670px;
  font-size:16px;
  line-height:1.85;
}
.hero-actions{margin-top:32px}
.hero .btn{min-height:48px;padding:14px 22px}
.hero-art{
  width:53%;
  height:94%;
  right:-1%;
}
.hero-art img{
  width:min(800px,100%);
  max-height:580px;
  object-fit:contain;
}

.trust{
  background:var(--ink2)!important;
}
.trust-grid{
  grid-template-columns:repeat(5,1fr);
}
.trust-item{
  min-height:118px;
  padding:25px 21px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.trust-item b{font-size:11px;color:#fff}
.trust-item span{font-size:11px;color:#a8b3ba}

.section{
  padding:var(--section-space) 0;
}
#kurumsal{
  background:var(--site-bg);
}
.about{
  grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);
  gap:80px;
}
.about-copy{
  max-width:690px;
}
.about-copy h2{
  font-size:clamp(38px,4vw,54px);
  line-height:1.05;
  letter-spacing:-1.7px;
  margin:7px 0 23px;
}
.about-copy p{
  font-size:15px;
  line-height:1.95;
}
.about-image{
  min-height:500px;
  border-radius:4px;
  background:var(--ink2)!important;
}
.about-image img{
  width:100%;
  height:100%;
  min-height:500px;
  object-fit:contain;
  padding:18px;
}

#urunler{
  background:var(--ink2)!important;
}
.section-head{
  margin-bottom:42px;
}
.section h2{
  font-size:clamp(36px,4vw,50px);
  letter-spacing:-1.5px;
}
.section-intro{
  max-width:600px;
}
.grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
}
.card{
  border-radius:4px;
}
.card>img{
  height:245px;
}
.card-body{padding:22px}
.card h3{font-size:18px;line-height:1.25}
.card p{font-size:13px}

.references{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.ref{
  height:155px;
  border-radius:4px;
  padding:24px;
  background:var(--site-bg)!important;
}
.ref img{max-height:95px}
.ref strong{font-size:15px;text-align:center}

.gallery{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.gallery img{
  height:300px;
  border-radius:4px;
}

.video-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.video-card{
  border-radius:4px;
  overflow:hidden;
}
.video-thumb{height:240px}

.compact-contact{
  padding:75px 0;
}
.compact-contact-grid{
  grid-template-columns:1.35fr .65fr;
}
.contact-info{
  font-size:14px;
}
.map{
  border-radius:4px;
}
.map iframe{min-height:330px}

footer{
  padding:65px 0 40px;
}
.footer-grid{
  grid-template-columns:2fr 1fr 1fr;
}

/* Daha geniş masaüstü, daha kontrollü tablet */
@media(max-width:1100px){
  .container{width:min(94%,var(--site-max))}
  .menu{gap:15px}
  .brand-logo{width:160px}
  .brand-copy strong{font-size:16px}
  .hero-copy{width:58%}
  .hero-art{width:50%;opacity:.9}
  .about{gap:45px}
  .grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .references{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:780px){
  .home-topbar-inner{display:block;padding:7px 0}
  .home-topbar-left{gap:8px 14px;margin-bottom:4px}
  .home-topbar-inner>span{display:block;text-align:left;font-size:9px}
  .nav{min-height:72px;padding:8px 0}
  .brand-logo{width:125px;height:52px;padding:5px 8px}
  .brand-copy strong{font-size:14px}
  .brand-copy small{font-size:8px}
  .menu{display:none}

  .hero,.hero-content{min-height:670px!important}
  .hero-copy{width:100%;padding:55px 0 300px}
  .hero h1{font-size:43px;letter-spacing:-1.8px}
  .hero p{font-size:14px;line-height:1.7}
  .hero-art{
    width:88%;
    height:43%;
    right:-8%;
    bottom:0;
    opacity:.72;
  }
  .hero:after{
    background:linear-gradient(180deg,
      rgba(3,7,10,.94) 0%,
      rgba(3,7,10,.72) 55%,
      rgba(3,7,10,.35) 100%)!important;
  }

  .trust-grid{grid-template-columns:1fr 1fr}
  .trust-item{min-height:105px;padding:19px 14px}

  .section{padding:65px 0}
  .about{grid-template-columns:1fr;gap:32px}
  .about-copy{max-width:none}
  .about-image,.about-image img{min-height:340px}
  .grid,.references,.gallery,.video-grid{grid-template-columns:1fr}
  .references .ref{height:140px}
  .gallery img{height:250px}
  .compact-contact-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
}

@media(max-width:480px){
  .brand-logo{width:110px}
  .brand-copy strong{font-size:12px}
  .brand-copy small{font-size:7px}
  .hero h1{font-size:38px}
  .hero-actions{display:grid;grid-template-columns:1fr}
  .hero-actions .btn{width:100%}
}

/* V70 — son rötuşlar: kurumsal sanayi görünümü */
.home-topbar{font-variant-numeric:tabular-nums}
.home-topbar-left a{white-space:nowrap}
.brand-lockup{max-width:610px}
.hero-copy{position:relative}
.hero h1{max-width:720px;text-wrap:balance}
.hero p{max-width:640px}
.hero-art{pointer-events:none}
.hero-art img{transform:translateY(1%);transition:transform .45s ease}
.hero:hover .hero-art img{transform:translateY(-1%) scale(1.015)}
.trust-item b{position:relative;padding-left:15px}
.trust-item b:before{
  content:"";
  position:absolute;left:0;top:50%;
  width:5px;height:5px;border-radius:50%;
  background:var(--gold);
  transform:translateY(-50%);
}
.about-copy{position:relative}
.about-copy:after{
  content:"";
  display:block;
  width:72px;height:1px;
  background:var(--gold);
  margin-top:27px;
}
.about-image{
  position:relative;
  box-shadow:0 22px 55px rgba(10,15,19,.12);
}
.about-image:before{
  content:"ONAY GRUP";
  position:absolute;
  left:22px;bottom:17px;
  z-index:2;
  color:rgba(255,255,255,.72);
  font-size:9px;font-weight:900;letter-spacing:3px;
}
#urunler .card{height:100%;display:flex;flex-direction:column}
#urunler .card-body{flex:1;display:flex;flex-direction:column}
#urunler .card-actions{margin-top:auto;padding-top:14px}
.references .ref{
  position:relative;
  flex-direction:column;
  gap:12px;
  justify-content:center;
  transition:transform .2s,box-shadow .2s,border-color .2s;
}
.references .ref:hover{
  transform:translateY(-3px);
  border-color:var(--gold);
  box-shadow:0 12px 30px rgba(10,15,19,.08);
}
.ref-logo{height:82px;width:100%;display:flex;align-items:center;justify-content:center}
.ref-body{text-align:center;width:100%}
.ref-body h3{font-size:14px;margin:0;color:var(--ink)}
.ref-body p{font-size:11px;line-height:1.55;color:var(--muted);margin:7px auto 0;max-width:300px}
.gallery{grid-auto-flow:dense}
.gallery-item{
  position:relative;
  padding:0;
  border:0;
  background:none;
  overflow:hidden;
  cursor:pointer;
  border-radius:4px;
}
.gallery-item:after{
  content:"⌕";
  position:absolute;
  right:13px;top:13px;
  width:34px;height:34px;
  border-radius:50%;
  display:grid;place-items:center;
  background:rgba(0,0,0,.62);
  color:#fff;font-size:17px;
  opacity:0;transition:opacity .2s;
}
.gallery-item:hover:after{opacity:1}
.gallery-item img{transition:transform .35s ease}
.gallery-item:hover img{transform:scale(1.035)}
.gallery-caption{
  position:absolute;left:0;right:0;bottom:0;
  padding:13px 15px;
  color:#fff;font-size:11px;font-weight:800;
  background:linear-gradient(transparent,rgba(0,0,0,.78));
  text-align:left;
}
.video-card{
  box-shadow:0 10px 28px rgba(10,15,19,.06);
}
.video-card .card-body{padding:20px 21px}
.video-card h3{font-size:18px}
.video-card .video-player video,
.video-card .video-player iframe{
  display:block;width:100%;height:100%;border:0;
}
.video-player{
  aspect-ratio:16/9;
  background:#0d151b;
  overflow:hidden;
}
.compact-contact{
  background:var(--steel)!important;
  border-top:1px solid var(--line);
}
.compact-contact .eyebrow{color:var(--gold2)}
.compact-contact h2{
  font-size:clamp(36px,4vw,52px);
  margin:8px 0 18px;
}
.compact-contact .contact-info strong{color:var(--ink)}
.compact-contact .contact-info{color:var(--muted)}
.compact-contact .map{box-shadow:0 12px 35px rgba(10,15,19,.08)}
footer .footer-title{color:#fff}
footer a:hover{color:var(--gold)!important}
.whatsapp{background:#16b965!important}

@media(max-width:780px){
  .about-copy:after{margin-top:22px}
  .references .ref{height:150px}
  .ref-logo{height:72px}
  .compact-contact{padding:58px 0}
}

/* V71 — ürün vitrini ve teklif dönüşümü */
.product-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:45px;
}
.section-head-side{
  max-width:560px;
  display:flex;
  align-items:flex-end;
  gap:20px;
}
.section-head-side .section-intro{margin:0}
.section-quote-btn{white-space:nowrap;flex:none}

#urunler .card{
  background:color-mix(in srgb,var(--site-bg) 96%,#000 4%);
  border:1px solid color-mix(in srgb,var(--line) 80%,#fff 20%);
}
#urunler .card>img{
  background:#e9edef;
  object-fit:cover;
}
#urunler .card .eyebrow{
  color:var(--gold);
  font-size:9px;
  letter-spacing:1.5px;
}
#urunler .card h3{margin-top:8px}
#urunler .card p{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
#urunler .card-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
#urunler .card-actions .btn{
  padding:11px 10px;
  min-height:42px;
  font-size:10px;
  text-align:center;
}
.home-cta{
  background:var(--ink2)!important;
  color:#fff;
  border-top:1px solid var(--darkline);
  border-bottom:1px solid var(--darkline);
}
.home-cta-inner{
  min-height:245px;
  padding:45px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:55px;
}
.home-cta .eyebrow{color:var(--gold)}
.home-cta h2{
  margin:8px 0 12px;
  max-width:760px;
  font-size:clamp(30px,3.2vw,45px);
  line-height:1.08;
  letter-spacing:-1.2px;
}
.home-cta p{
  max-width:680px;
  margin:0;
  color:#b9c4ca;
  line-height:1.7;
  font-size:14px;
}
.home-cta-actions{
  display:flex;
  gap:10px;
  flex:none;
}
.home-cta-actions .btn{white-space:nowrap}
.home-cta-actions .btn.alt{
  background:transparent!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.35)!important;
}

.home-contact-list a{
  transition:transform .2s,color .2s;
}
.home-contact-list a:hover{
  transform:translateX(4px);
  color:var(--gold)!important;
}
.home-contact-map iframe{
  width:100%;
  min-height:380px;
  border:0;
  display:block;
}

@media(max-width:900px){
  .product-section-head{align-items:flex-start;flex-direction:column;gap:20px}
  .section-head-side{max-width:none;align-items:center}
  .home-cta-inner{align-items:flex-start;flex-direction:column;gap:25px}
}
@media(max-width:600px){
  .section-head-side{width:100%;flex-direction:column;align-items:stretch}
  .section-quote-btn{width:100%}
  #urunler .card-actions{grid-template-columns:1fr}
  .home-cta-inner{padding:38px 0}
  .home-cta-actions{width:100%;display:grid;grid-template-columns:1fr}
  .home-cta-actions .btn{width:100%;text-align:center}
}

/* V72 — ürün detay sayfası son düzenleme */
.product-main{padding-top:48px}
.product-main-image{border-radius:5px;box-shadow:0 14px 40px rgba(10,15,19,.07)}
.product-main-image img{padding:18px}
.product-intro{padding:15px 5px 0}
.product-intro h1{font-size:clamp(38px,4vw,54px);margin-bottom:22px}
.product-description{max-width:700px}
.product-actions-under-image .btn{font-weight:900;letter-spacing:.2px}
.product-info-grid>div{min-height:255px}
.product-info-grid h2{letter-spacing:.8px}
.product-cta-band{margin-top:0}
.product-cta-inner{
  min-height:250px;
  padding:45px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:45px;
}
.product-cta-inner h2{
  max-width:760px;
  margin:8px 0 12px;
  font-size:clamp(28px,3vw,42px);
  line-height:1.1;
  letter-spacing:-1px;
}
.product-cta-inner p{max-width:700px;margin:0;line-height:1.7}
.product-cta-actions{display:flex;gap:9px;flex:none}
.product-cta-actions .btn{white-space:nowrap}
@media(max-width:850px){
 .product-cta-inner{align-items:flex-start;flex-direction:column}
 .product-cta-actions{width:100%}
}
@media(max-width:600px){
 .product-cta-actions{display:grid;grid-template-columns:1fr}
 .product-cta-actions .btn{width:100%;text-align:center}
 .product-main-image{height:360px}
 .product-info-grid>div{min-height:auto}
}

/* V73 — teklif formu son kullanıcı deneyimi */
.quote-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.quote-fields label:last-child{grid-column:1/-1}
.quote-success{padding:24px;border:1px solid #cfe6d8;background:#f2fbf5;color:#176b3a;border-radius:8px;font-weight:800;line-height:1.7}
.quote-submit:disabled{opacity:.7;cursor:not-allowed}
@media(max-width:600px){.quote-fields{grid-template-columns:1fr}.quote-fields label:last-child{grid-column:auto}}

/* V82 — mobil kullanıcı deneyimi */
html{scroll-behavior:smooth}
body{overflow-x:hidden}
img,video,iframe{max-width:100%}

@media(max-width:900px){
  .container{width:min(100% - 30px,1180px)}
  .top{padding:8px 0}
  .top .container{gap:8px}
  .top-left,.top-right{gap:9px;font-size:10px}
  .brand{padding:14px 0}
  .brand .container{gap:14px}
  .brand img{max-width:155px;max-height:62px}
  .brand-lockup{max-width:100%}
  .brand-lockup strong{font-size:12px}
  .brand-lockup span{font-size:8px;letter-spacing:1.3px}
  .nav{padding:10px 0}
  .nav .container{gap:10px}
  .nav-menu{display:none}
  .nav-actions{margin-left:auto}
  .hero{min-height:620px}
  .hero .container{padding-top:60px;padding-bottom:55px}
  .hero-copy{max-width:100%}
  .hero h1{font-size:clamp(36px,9vw,58px);line-height:1.02}
  .hero p{font-size:14px;line-height:1.65}
  .hero-actions{flex-wrap:wrap}
  .hero-actions .btn{flex:1;min-width:150px}
  .trust{grid-template-columns:repeat(2,1fr)}
  .section{padding:68px 0}
  .section-head h2{font-size:34px}
  .product-grid,.cards-grid,.gallery,.video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-grid{grid-template-columns:1fr}
  .about-image{order:-1}
  .home-cta-inner,.product-cta-inner{padding:38px 0}
}

@media(max-width:600px){
  .container{width:calc(100% - 24px)}
  .top-left a:nth-child(n+2),.top-right a:nth-child(n+2){display:none}
  .top .container{justify-content:center}
  .brand{padding:12px 0}
  .brand .container{align-items:center}
  .brand img{max-width:132px;max-height:52px}
  .brand-lockup strong{font-size:11px}
  .brand-lockup span{font-size:7px;letter-spacing:1px}
  .nav{position:sticky;top:0;z-index:80;background:var(--ink2)}
  .nav .container{min-height:46px}
  .nav-toggle{display:flex!important}
  .nav-actions .btn{padding:9px 11px;font-size:9px}
  .hero{min-height:570px}
  .hero .container{padding-top:45px}
  .hero h1{font-size:40px}
  .hero p{font-size:13px}
  .hero-actions{display:grid;grid-template-columns:1fr}
  .hero-actions .btn{width:100%}
  .trust{grid-template-columns:1fr 1fr}
  .trust-item{padding:14px 10px}
  .trust-item b{font-size:10px}
  .trust-item span{font-size:9px}
  .section{padding:55px 0}
  .section-head{margin-bottom:28px}
  .section-head h2{font-size:30px}
  .section-intro{font-size:12px;line-height:1.65}
  .product-grid,.cards-grid,.gallery,.video-grid{grid-template-columns:1fr}
  #urunler .card-actions{grid-template-columns:1fr 1fr}
  .references .ref{height:145px}
  .gallery-item{min-height:220px}
  .video-player{aspect-ratio:16/10}
  .home-cta-actions,.product-cta-actions{display:grid;grid-template-columns:1fr}
  .home-cta-actions .btn,.product-cta-actions .btn{width:100%}
  .compact-contact .map iframe,.home-contact-map iframe{min-height:300px}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{display:flex;flex-direction:column;gap:8px;align-items:flex-start}
  .modal{padding:12px}
  .modal-card{width:100%;max-height:92vh;overflow:auto;border-radius:10px}
  .quote-fields{grid-template-columns:1fr}
}

@media(max-width:380px){
  .brand img{max-width:112px}
  .brand-lockup strong{font-size:10px}
  .hero h1{font-size:35px}
  .trust{grid-template-columns:1fr}
  #urunler .card-actions{grid-template-columns:1fr}
}

/* V83 — gerçek mobil menü */
.nav-toggle{
  display:none;
  border:1px solid rgba(255,255,255,.25);
  background:transparent;
  color:var(--nav-text,#fff);
  width:42px;height:42px;
  border-radius:5px;
  font-size:20px;
  line-height:1;
  cursor:pointer;
  align-items:center;
  justify-content:center;
}
@media(max-width:600px){
  .nav{position:relative}
  .nav-toggle{display:flex;margin-left:auto;flex:none}
  .menu{
    display:none!important;
    position:absolute;
    top:calc(100% + 1px);
    left:12px;right:12px;
    z-index:120;
    padding:8px;
    flex-direction:column;
    gap:0;
    background:var(--ink2);
    border:1px solid var(--darkline);
    box-shadow:0 16px 35px rgba(0,0,0,.22);
    border-radius:0 0 7px 7px;
  }
  .menu.mobile-open{display:flex!important}
  .menu a{
    display:block;
    width:100%;
    padding:14px 12px;
    border-bottom:1px solid rgba(255,255,255,.08);
    font-size:12px;
  }
  .menu a:last-child{border-bottom:0}
}

/* V111 — ana sayfa hero metin/görsel taşma düzeltmesi */
.hero-copy{position:relative;z-index:4;width:46%;max-width:650px;min-width:0}
.hero-copy p{max-width:650px;overflow-wrap:anywhere}
.hero-art{width:52%;right:0;z-index:2;pointer-events:none}
.hero-art img{max-width:100%;height:auto;object-fit:contain}
@media(max-width:1050px) and (min-width:801px){
  .hero-copy{width:48%;padding:60px 0}
  .hero-art{width:50%;right:0}
  .hero{min-height:620px}
  .hero-content{min-height:620px}
}
@media(max-width:800px){
  .hero{min-height:auto}
  .hero-content{min-height:0;display:flex;flex-direction:column;align-items:stretch}
  .hero-copy{width:100%;max-width:none;padding:58px 0 28px}
  .hero-copy p{max-width:none}
  .hero-art{position:relative;width:100%;height:auto;right:auto;bottom:auto;margin-top:0;padding-bottom:24px}
  .hero-art img{width:min(720px,100%);max-height:430px;margin:0 auto;display:block}
}

/* V128 — final mobile polish */
html,body{max-width:100%;overflow-x:hidden}
.card,.ref,.gallery-item,.video-card,.home-contact-info,.section-head,.footer-grid{min-width:0}
.card h3,.ref h3,.video-card h3,.section-intro,.home-contact-info,.footer-grid{overflow-wrap:anywhere}
img,video{height:auto}
@media(max-width:600px){
  .nav-toggle{min-width:44px;min-height:44px}
  .menu a{min-height:44px;display:flex;align-items:center}
  .section-head h2{overflow-wrap:anywhere}
  .product-card,.card{min-width:0}
}

/* V132 — justified editorial text + product text flow */
.section-intro,
.about-copy p,
.product-feature-copy p,
.product-description,
.spec-empty,
.product-note-box{
  text-align:justify;
  text-justify:inter-word;
}

/* Product detail: image stays to the left while a long description
   fills the available right side, then naturally continues below the image. */
.product-layout{
  display:block;
}
.product-gallery{
  float:left;
  width:calc(50% - 24px);
  margin:0 48px 30px 0;
}
.product-intro{
  display:block;
  min-width:0;
}
.product-description{
  overflow-wrap:anywhere;
}
.product-actions{
  clear:both;
}
.product-layout::after{
  content:"";
  display:block;
  clear:both;
}

@media(max-width:1050px){
  .product-gallery{
    width:calc(50% - 24px);
    margin-right:48px;
  }
}

@media(max-width:780px){
  .product-layout{
    display:block;
  }
  .product-gallery{
    float:none;
    width:100%;
    margin:0 0 28px;
  }
  .product-description{
    text-align:justify;
  }
}

@media(max-width:600px){
  .section-intro,
  .about-copy p,
  .product-feature-copy p,
  .product-description{
    text-align:justify;
    hyphens:auto;
  }
}

/* V139 rich content rendering */
.product-description p,
.about-copy p,
.section-intro,
.ref-body p,
.card-body p,
.rich-content{
  overflow-wrap:anywhere;
  word-break:normal;
}
.product-description p{margin:0 0 14px}
.product-description p:last-child{margin-bottom:0}
.product-description ul,
.product-description ol,
.about-copy ul,
.about-copy ol,
.ref-body ul,
.ref-body ol,
.card-body ul,
.card-body ol{margin:10px 0 16px;padding-left:26px}
.product-description li,
.about-copy li,
.ref-body li,
.card-body li{margin:5px 0}
.product-description h2,
.product-description h3,
.product-description h4,
.about-copy h2,
.about-copy h3,
.about-copy h4,
.ref-body h2,
.ref-body h3,
.ref-body h4,
.card-body h2,
.card-body h3,
.card-body h4{line-height:1.25;margin:18px 0 9px}
.product-description a,
.about-copy a,
.ref-body a,
.card-body a{text-decoration:underline}
.product-description span[style],
.about-copy span[style],
.ref-body span[style],
.card-body span[style]{display:inline}

/* V140 — Ürün detayında metnin görsel etrafında doğal akışı
   Metin görsel + butonların yüksekliğini geçtiğinde tam genişliğe iner. */
@media(min-width:781px){
  .product-layout{
    display:block;
    overflow:visible;
  }
  .product-gallery{
    float:left;
    width:calc(50% - 24px);
    margin:0 48px 110px 0; /* butonların yaklaşık 3 cm altına kadar boşluk */
  }
  .product-intro{
    display:block;
    width:auto;
    min-width:0;
    padding:6px 0;
  }
  .product-intro h1,
  .product-description{
    width:auto;
  }
  .product-description{
    overflow:visible;
    overflow-wrap:anywhere;
    word-break:normal;
  }
  .product-actions-under-image{
    clear:none;
    width:100%;
  }
  .product-layout::after{
    content:"";
    display:block;
    clear:both;
  }
}
@media(min-width:781px) and (max-width:1050px){
  .product-gallery{
    width:calc(50% - 24px);
    margin-right:40px;
  }
}
@media(max-width:780px){
  .product-layout{
    display:block;
  }
  .product-gallery{
    float:none;
    width:100%;
    margin:0 0 28px;
  }
}

/* V141 — Ürün detay genişlik ve metin akışı düzeltmesi */
@media(min-width:781px){
  .product-main > .container.product-layout{
    width:min(1240px,92%) !important;
    max-width:none !important;
    margin-left:auto !important;
    margin-right:auto !important;
    display:block !important;
    position:relative;
    overflow:visible !important;
    box-sizing:border-box;
  }

  .product-main .product-gallery{
    float:left !important;
    display:block;
    width:calc(50% - 24px) !important;
    max-width:none !important;
    margin:0 48px 110px 0 !important;
    box-sizing:border-box;
  }

  .product-main .product-intro{
    display:block !important;
    width:auto !important;
    max-width:none !important;
    min-width:0 !important;
    margin:0 !important;
    padding:15px 5px 0 0 !important;
    box-sizing:border-box;
  }

  .product-main .product-intro h1{
    width:auto !important;
    max-width:none !important;
  }

  .product-main .product-description{
    display:block !important;
    width:auto !important;
    max-width:none !important;
    min-width:0 !important;
    overflow:visible !important;
    overflow-wrap:break-word !important;
    word-break:normal !important;
    white-space:normal !important;
    box-sizing:border-box;
  }

  .product-main .product-description p,
  .product-main .product-description li{
    white-space:normal !important;
    word-break:normal !important;
    overflow-wrap:break-word !important;
  }

  .product-main .product-layout::after{
    content:"";
    display:block;
    clear:both;
  }
}

@media(min-width:781px) and (max-width:1050px){
  .product-main .product-gallery{
    width:calc(50% - 24px) !important;
    margin-right:40px !important;
  }
}

@media(max-width:780px){
  .product-main > .container.product-layout{
    width:min(100% - 30px,1180px) !important;
  }
}

.hero h1 span[style*="font-size"],
.hero .eyebrow span[style*="font-size"],
.hero p span[style*="font-size"],
.about-copy span[style*="font-size"],
.section-intro span[style*="font-size"],
.product-description span[style*="font-size"],
.ref-body span[style*="font-size"],
.card-body span[style*="font-size"]{
  font-size:var(--rich-inline-size, inherit);
}

/* V143 — rich text inline formatting: inline span styles intentionally left authoritative. */

/* V145 — Hero üst dekoratif çizgi kaldırıldı */
.hero-copy:before{content:none!important;display:none!important}

/* V146 — Hero rich text: küçük yazılarda harflerin iç içe girmesini önle */
.hero h1:has(span[style]),
.hero h1:has(b),
.hero h1:has(strong),
.hero h1:has(em),
.hero h1:has(i),
.hero h1:has(u),
.hero h1:has(s){
  letter-spacing:normal !important;
  word-spacing:normal !important;
  overflow-wrap:normal;
  word-break:normal;
}
.hero h1 span,
.hero h1 b,
.hero h1 strong,
.hero h1 em,
.hero h1 i,
.hero h1 u,
.hero h1 s{
  letter-spacing:normal !important;
  word-spacing:normal !important;
  line-height:1.12 !important;
}

/* V161 — kategoriye göre ürün gezinmesi */
.nav-products-dropdown{position:relative;height:100%;display:flex;align-items:center}
.nav-products-label{display:inline-flex;align-items:center;gap:5px!important}
.nav-chevron{font-size:14px;line-height:1;opacity:.8;transform:translateY(-1px)}
.nav-products-menu{position:absolute;top:calc(100% + 12px);right:0;min-width:235px;padding:8px;background:rgba(9,15,20,.98);border:1px solid var(--darkline,#2a3943);box-shadow:0 18px 45px rgba(0,0,0,.32);border-radius:6px;display:none;z-index:300}
.nav-products-menu:before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px}
.nav-products-menu a{display:block!important;padding:10px 12px;white-space:nowrap;border-bottom:1px solid rgba(255,255,255,.06);font-size:10px!important;color:#dfe6ea!important;text-decoration:none!important}.nav-products-menu a:hover{color:#fff!important;background:rgba(255,255,255,.06)}
.nav-products-menu a:last-child{border-bottom:0}
.nav-products-dropdown:hover .nav-products-menu,.nav-products-dropdown:focus-within .nav-products-menu{display:block}
.product-category-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:26px 0 24px;padding:0 0 2px}
.product-category-tab{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:9px 15px;border:1px solid var(--darkline,#2a3943);background:rgba(255,255,255,.025);color:#aeb9c0;text-decoration:none;font-size:10px;font-weight:900;letter-spacing:.5px;text-transform:uppercase;transition:.2s}
.product-category-tab:hover{border-color:var(--theme-primary,#c49a60);color:#fff;transform:translateY(-1px)}
.product-category-tab.active{background:var(--theme-primary,#c49a60);border-color:var(--theme-primary,#c49a60);color:#111820}
.product-empty{padding:38px 22px;border:1px dashed var(--darkline,#2a3943);color:#9ca8ae;text-align:center;background:rgba(255,255,255,.02)}
@media(max-width:760px){
  .nav-products-dropdown{display:block;height:auto;width:100%}
  .nav-products-label{width:100%;justify-content:space-between}
  .nav-products-menu{position:static;display:block;min-width:0;margin:5px 0 8px;padding:0;background:rgba(255,255,255,.025);box-shadow:none;border:1px solid rgba(255,255,255,.08)}
  .nav-products-menu:before{display:none}
  .nav-products-menu a{padding:9px 14px!important}
  .product-category-tabs{gap:6px;margin-top:20px}
  .product-category-tab{flex:0 0 auto;padding:8px 12px}
}

:focus-visible{
  outline:3px solid currentColor;
  outline-offset:3px;
}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* V210 — genel erişilebilirlik ve mobil dokunma alanları */
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{
  outline:3px solid currentColor;outline-offset:3px;
}
button,.btn{min-height:44px}
img{height:auto}
@media(max-width:700px){
  .container{width:min(100% - 28px,1200px)}
  .product-topbar-inner,.product-nav{gap:10px}
}

/* V211 — toplu görsel ve mobil düzenleme */
#urunler .card{display:flex;flex-direction:column;height:100%;overflow:hidden;border-radius:10px;transition:transform .2s ease,box-shadow .2s ease}
#urunler .card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(15,25,32,.12)}
#urunler .card>img{width:100%;height:240px;object-fit:contain;padding:12px}
#urunler .card .card-body{display:flex;flex:1;flex-direction:column;padding:18px}
#urunler .card .card-actions{margin-top:auto;padding-top:15px}
.related-card{height:100%;display:flex;flex-direction:column}.related-body{display:flex;flex:1;flex-direction:column}.related-more{margin-top:auto}
.product-main-image{min-height:320px}
.product-thumb:focus-visible,.lightbox-nav:focus-visible,.lightbox-close:focus-visible{outline:3px solid #c89a58;outline-offset:3px}
@media(max-width:900px){.hero{min-height:600px}.hero-content{min-height:600px}.hero-copy{width:70%;padding:55px 0}.hero-art{width:52%;opacity:.48;right:-8%}.trust-grid{grid-template-columns:repeat(3,1fr)}.about{grid-template-columns:1fr;gap:30px}.about-image{min-height:300px}.related-grid{grid-template-columns:repeat(2,1fr)}.product-info-grid{grid-template-columns:1fr}.product-info-grid>div{border-right:0;border-bottom:1px solid #e1e5e8}.product-info-grid>div:last-child{border-bottom:0}}
@media(max-width:650px){.hero{min-height:570px}.hero-content{min-height:570px}.hero-copy{width:100%;padding:45px 0;position:relative;z-index:4}.hero-art{width:88%;height:62%;right:-24%;bottom:0;opacity:.22;pointer-events:none}.hero h1{font-size:clamp(34px,10vw,48px);letter-spacing:-1.5px;max-width:100%}.hero p{font-size:14px;line-height:1.65;max-width:100%}.hero-actions{gap:8px;margin-top:22px}.hero-actions .btn{width:100%}.trust-grid{grid-template-columns:1fr 1fr}.trust-item{padding:16px 12px}.section{padding:58px 0}.section h2{font-size:32px}.product-grid,.cards-grid,.gallery,.video-grid{gap:14px}#urunler .card>img{height:210px}#urunler .card-actions{grid-template-columns:1fr}.related-grid{grid-template-columns:1fr}.product-main{padding-top:24px}.product-main-image{height:330px;min-height:0}.product-intro h1{font-size:34px}.product-actions{display:grid;grid-template-columns:1fr}.product-actions .btn{width:100%}}
@media(max-width:420px){.trust-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid #202a31}.trust-item:last-child{border-bottom:0}.hero{min-height:540px}.hero-content{min-height:540px}.hero h1{font-size:34px}.section h2{font-size:29px}.product-main-image{height:285px}}

/* V212 — iletişim sayfası + mobil navigasyon toplu düzenleme */
.contact-page-main{padding-top:55px;padding-bottom:65px}
.contact-page-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:start}
.contact-page-main h1{font-size:clamp(34px,4vw,54px);line-height:1.05;letter-spacing:-1.6px;margin:8px 0 18px}
.contact-lead{max-width:650px;color:#66727b;line-height:1.9;font-size:15px}
.contact-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px}
.contact-cards a,.contact-cards>div{display:flex;flex-direction:column;gap:7px;padding:18px;border:1px solid #e0e5e8;border-radius:8px;background:#fff;text-decoration:none;color:inherit}
.contact-cards strong{font-size:9px;letter-spacing:1.5px;color:#7b8790}
.contact-cards span{font-size:13px;font-weight:700;color:#1a232b;line-height:1.55}
.contact-form-card{padding:28px;background:#f7f8f8;border:1px solid #e0e5e8;border-radius:10px}
.contact-form-card h2{margin:8px 0 22px;font-size:29px}
.contact-form-card input,.contact-form-card textarea{background:#fff;color:#111820;border:1px solid #ccd5da;border-radius:5px}
.contact-form-card input:focus,.contact-form-card textarea:focus{border-color:#315b8a}
.contact-form-card .btn{width:100%}
.contact-map-section{padding:0 0 70px}
.contact-map-section .map{overflow:hidden;border:1px solid #dce2e6;border-radius:10px;background:#eef2f4}
.contact-map-section iframe{display:block;width:100%;min-height:420px;border:0}
.error-notice{background:#fff1f1;border-color:#e2b4b4;color:#8b3333}
@media(max-width:900px){
 .contact-page-grid{grid-template-columns:1fr;gap:30px}.contact-page-main h1{font-size:42px}
}
@media(max-width:600px){
 .contact-page-main{padding-top:38px}.contact-page-grid{gap:22px}.contact-page-main h1{font-size:34px}
 .contact-cards{grid-template-columns:1fr}.contact-form-card{padding:20px}.contact-map-section{padding-bottom:45px}.contact-map-section iframe{min-height:300px}
}
/* Mobil nav: dropdown içerikleri ekran dışına taşmasın */
@media(max-width:800px){
 .product-nav nav,.nav .menu{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
 .nav-products-menu{max-width:calc(100vw - 30px);overflow:auto}
}
@media(max-width:800px){.product-nav nav.open{display:flex;flex-direction:column;align-items:stretch;position:absolute;left:14px;right:14px;top:100%;z-index:200;background:#111a2a;border:1px solid #2d3b46;padding:10px;border-radius:8px;box-shadow:0 18px 40px rgba(0,0,0,.25)}.product-nav{position:relative}.product-nav nav.open>a,.product-nav nav.open .nav-products-dropdown{width:100%}.product-nav nav.open>a{padding:12px}.product-nav nav.open .nav-products-menu{position:static;max-height:220px;overflow:auto}}


/* V237 — mobil referans kartlarında metin kesilmesi düzeltmesi.
   Eski .ref{height:125px} kuralı sonradan gelen min-height ile birlikte içeriği
   overflow:hidden durumunda kesiyordu. */
.ref{height:auto!important;min-height:220px}
@media(max-width:600px){
  .ref{min-height:205px;height:auto!important}
  .ref-logo{height:125px;flex:0 0 125px}
  .ref-body{flex:1 1 auto}
}

/* V237 — koyu Ürünler bölümünde başlık kontrastı */
.section.dark h2{color:#fff!important}
.section.dark .section-head h2{color:#fff!important}

/* V238 — mobil ürün kategori butonları: düzenli iki sütun */
@media(max-width:760px){
  #urunler .product-category-tabs{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    width:100%;
    margin:20px 0 24px;
    padding:0;
  }
  #urunler .product-category-tab{
    width:100%;
    min-width:0;
    min-height:50px;
    padding:9px 8px;
    box-sizing:border-box;
    text-align:center;
    line-height:1.25;
    white-space:normal;
    overflow-wrap:anywhere;
    word-break:normal;
  }
}
@media(max-width:360px){
  #urunler .product-category-tabs{gap:6px;}
  #urunler .product-category-tab{font-size:9px;padding:8px 6px;min-height:48px;}
}


/* V240 — ana sayfa son görsel ve responsive düzenlemeleri */
#urunler .product-category-tabs{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  align-items:stretch;
}
#urunler .product-category-tab{
  width:100%;
  min-width:0;
  min-height:42px;
  box-sizing:border-box;
  padding:9px 10px;
  text-align:center;
  line-height:1.25;
  white-space:normal;
  overflow-wrap:anywhere;
}
#urunler .grid{align-items:stretch}
#urunler .card{height:100%;display:flex;flex-direction:column}
#urunler .card>img{height:245px;flex:0 0 245px;object-fit:cover}
#urunler .card .card-body{display:flex;flex:1 1 auto;flex-direction:column;min-height:190px}
#urunler .card h3{min-height:46px;display:flex;align-items:flex-start}
#urunler .card p{min-height:63px}
#urunler .card .card-actions{margin-top:auto}

.about-copy p{
  max-width:650px;
  line-height:1.9;
  text-align:left;
}
.about{align-items:center}

.gallery-count-1{grid-template-columns:minmax(0,1fr)}
.gallery-count-2{
  grid-template-columns:repeat(2,minmax(0,390px));
  justify-content:center;
}
.gallery-count-2 .gallery-item{width:100%}

.references .ref{height:auto!important;min-height:290px}
.references .ref-logo{height:125px;flex:0 0 125px}
.references .ref-body{min-height:92px;display:flex;flex-direction:column;justify-content:flex-start}
.references .ref-body h3{min-height:38px;display:flex;align-items:center;justify-content:center}

@media(min-width:1101px){
  #urunler .product-category-tabs{grid-template-columns:repeat(5,minmax(0,1fr))}
}
@media(max-width:1000px){
  #urunler .product-category-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
  #urunler .product-category-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  #urunler .product-category-tab{min-height:50px;padding:9px 8px;font-size:9px}
  #urunler .card>img{height:230px;flex-basis:230px}
  #urunler .card .card-body{min-height:0}
  #urunler .card h3{min-height:0}
  #urunler .card p{min-height:0}
  .about-copy p{max-width:none;line-height:1.8}
  .gallery-count-2{grid-template-columns:1fr;max-width:520px;margin-left:auto;margin-right:auto}
  .references .ref{min-height:0}
  .references .ref-logo{height:125px;flex-basis:125px}
}
@media(max-width:360px){
  #urunler .product-category-tabs{gap:6px}
  #urunler .product-category-tab{font-size:9px;padding:8px 6px;min-height:48px}
}


/* V242 — ana sayfa 100% zoom taşma ve video kartı son düzenleme
   Amaç: 100% tarayıcı zoomunda hiçbir ana sayfa elemanının viewport'u
   yatay olarak zorlamaması; video kartlarının da kutuyu doldurması. */

/* Genel yatay taşma koruması */
html,body{
  width:100%;
  max-width:100%;
  overflow-x:hidden!important;
}
*,*::before,*::after{
  box-sizing:border-box;
}
.container{
  width:min(var(--site-max,1280px),92%)!important;
  max-width:100%!important;
  min-width:0!important;
}

/* Masaüstü header: logo + menü toplamı viewport'u zorlamasın */
.top .container.nav{
  width:min(var(--site-max,1280px),92%)!important;
  max-width:100%!important;
  min-width:0!important;
  display:flex;
  align-items:center;
  gap:18px;
}
.brand-lockup{
  flex:0 1 610px;
  min-width:0!important;
  max-width:610px;
}
.menu{
  flex:1 1 auto;
  min-width:0!important;
  max-width:100%;
  gap:clamp(12px,1.8vw,27px);
  flex-wrap:wrap;
  justify-content:flex-end;
}
.menu a,
.nav-products-dropdown,
.nav-products-label{
  min-width:0;
}

/* Ana sayfadaki grid elemanları küçülebilir olsun */
.grid,
.references,
.gallery,
.video-grid,
.product-list-grid,
.product-category-tabs{
  min-width:0;
}
.grid>*,.references>*,.gallery>*,.video-grid>*,.product-list-grid>*{
  min-width:0!important;
  max-width:100%;
}

/* Video: kart genişliğini aşmadan 16:9 alanı doldur */
.video-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  width:100%;
  max-width:100%;
}
.video-card{
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
}
.video-player{
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  aspect-ratio:16/9!important;
  overflow:hidden!important;
}
.video-player video,
.video-player iframe{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  min-width:0!important;
  min-height:0!important;
  border:0!important;
}
.video-player video{
  object-fit:cover!important;
  object-position:center center!important;
}

/* Ürün bölümünün başlığı ve CTA'sı da dar ekranda taşmasın */
.product-section-head,
.section-head,
.section-head-side,
.home-cta-inner{
  min-width:0;
  max-width:100%;
}
.section-head-side{
  flex:1 1 auto;
}
.section-quote-btn,
.home-cta-actions{
  flex:0 1 auto;
  min-width:0;
}
.home-cta-actions .btn,
.section-quote-btn{
  max-width:100%;
  white-space:normal;
}

/* 100% zoom'da orta masaüstü genişliklerde kontrollü sıkışma */
@media (max-width:1200px) and (min-width:901px){
  .top .container.nav{
    gap:12px;
  }
  .brand-lockup{
    flex-basis:470px;
    max-width:470px;
  }
  .menu{
    gap:12px;
  }
}

/* Dar masaüstü/tablet */
@media(max-width:900px){
  .top .container.nav{
    width:min(100% - 30px,1180px)!important;
  }
  .brand-lockup{
    flex:1 1 auto;
    max-width:100%;
  }
  .menu{
    flex:1 1 100%;
    justify-content:flex-start;
  }
  .video-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

/* Mobil */
@media(max-width:600px){
  .container{
    width:calc(100% - 24px)!important;
  }
  .video-grid{
    grid-template-columns:1fr!important;
  }
  .video-player{
    aspect-ratio:16/9!important;
  }
}


/* V243 — ana sayfa kontrollü çerçeve düzeni
   Mevcut HTML yapısı korunur. Amaç yalnızca ana sayfa içeriğini
   100% zoomda yatay taşmadan, ortalanmış ve kontrollü genişlikte tutmaktır. */

/* Ana sayfada tüm ana bölümlerin ortak yatay sınırı */
:root{
  --home-shell-max:1320px;
  --home-shell-gap:18px;
}

/* Sayfanın kendisi viewportu hiçbir yönde zorlamasın */
html,body{
  width:100%;
  max-width:100%;
  overflow-x:hidden!important;
}

/* Bölüm içindeki içerik alanları tek bir ortak genişlik mantığı kullanır */
body > header,
body > main,
body > footer{
  min-width:0!important;
  max-width:100%!important;
}

/* Ana içerik container'ı: büyük ekranlarda ortalı, küçük ekranda akışkan */
body > header .container,
body > main .container,
body > footer .container{
  width:min(var(--home-shell-max),calc(100% - (var(--home-shell-gap) * 2)))!important;
  max-width:var(--home-shell-max)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  min-width:0!important;
}

/* Tam genişlik arka planları korunur; yalnızca içerik çerçeve içinde kalır */
.section,
.hero,
.top,
.brand,
.nav,
.trust,
.compact-contact,
footer{
  min-width:0!important;
  max-width:100%!important;
}

/* Flex/grid çocuklarının viewportu zorlamasını engelle */
.container > *,
.grid > *,
.video-grid > *,
.references > *,
.gallery > *,
.product-grid > *,
.cards-grid > *,
.product-list-grid > *{
  min-width:0!important;
  max-width:100%;
}

/* Bölüm başlıkları daralırken yatay taşma yapmasın */
.section-head,
.product-section-head,
.section-head-side,
.about,
.about-copy,
.about-image{
  min-width:0!important;
  max-width:100%;
}

/* Video ve medya çerçevesi */
.video-grid{
  width:100%!important;
  max-width:100%!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
.video-card{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
}
.video-player{
  width:100%!important;
  max-width:100%!important;
  aspect-ratio:16/9!important;
  overflow:hidden!important;
}
.video-player video,
.video-player iframe{
  width:100%!important;
  max-width:none!important;
  height:100%!important;
}

/* 100% zoom / orta masaüstü */
@media(max-width:1200px) and (min-width:901px){
  :root{--home-shell-gap:15px}
  .video-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

/* Tablet */
@media(max-width:900px){
  :root{--home-shell-gap:15px}
  body > header .container,
  body > main .container,
  body > footer .container{
    width:calc(100% - 30px)!important;
  }
  .video-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

/* Mobil: çerçeve ekranı doldurur, dış yatay boşluk minimumda kalır */
@media(max-width:600px){
  :root{--home-shell-gap:12px}
  body > header .container,
  body > main .container,
  body > footer .container{
    width:calc(100% - 24px)!important;
  }
  .video-grid{
    grid-template-columns:1fr!important;
  }
}

/* Çok dar ekran */
@media(max-width:380px){
  :root{--home-shell-gap:10px}
  body > header .container,
  body > main .container,
  body > footer .container{
    width:calc(100% - 20px)!important;
  }
}
