:root{--red:#d70a17;--dark:#030303;--ink:#0b0d13;--muted:#6a6f7c;--line:#e8e8e8;--soft:#f5f5f5;--white:#fff;--max:1180px}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}.site-header{height:86px;background:#050505;color:#fff;display:flex;align-items:center;gap:28px;padding:0 clamp(18px,4vw,48px);position:sticky;top:0;z-index:1000}.brand{display:flex;align-items:center;gap:10px;margin-right:28px}.brand .mark{display:grid;place-items:center;width:38px;height:38px;background:var(--red);border-radius:8px;font-weight:900;font-size:25px}.brand .word{font-size:34px;letter-spacing:11px;font-weight:700;line-height:1}.brand small{font-size:12px;color:#bfc1c4;border-left:1px solid #444;padding-left:10px}.nav{display:flex;align-items:center;gap:22px;flex:1}.nav a{font-size:14px;font-weight:800}.nav a:hover,.nav .active{color:var(--red)}.nav-cta{background:var(--red);color:#fff!important;padding:12px 20px}.header-contact{font-size:13px;color:#eee;border-left:1px solid #333;padding-left:20px}.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 34px;font-weight:900;border:0}.btn.red{background:var(--red);color:#fff}.btn.dark{background:#000;color:#fff}.btn.light{background:#fff;color:#111}.btn:hover{filter:brightness(.93)}.eyebrow{letter-spacing:.08em;text-transform:uppercase;font-weight:900;font-size:13px;margin:0 0 12px}.eyebrow.red{color:var(--red)}.home-hero{min-height:520px;background:radial-gradient(circle at 84% 35%,#26363a 0,#070909 34%,#000 68%);color:#fff;display:grid;grid-template-columns:1fr 1.35fr;gap:34px;align-items:center;padding:70px clamp(22px,7vw,105px);overflow:hidden}.hero-copy{max-width:470px}.hero-copy h1{font-size:clamp(36px,5vw,64px);line-height:1.04;margin:0 0 22px;font-weight:900}.hero-copy p:not(.eyebrow){font-size:18px;color:#f3f3f3;margin:0 0 34px}.hero-actions{display:flex;gap:18px;flex-wrap:wrap}.product-stage{position:relative;min-height:315px}.rack{position:absolute;left:3%;right:2%;height:92px;background:linear-gradient(180deg,#1c1e20,#0b0c0d);border-top:5px solid #c7c7c7;border-bottom:1px solid #292929;box-shadow:0 26px 45px rgba(0,0,0,.55);display:flex;align-items:center;padding:0 28px;gap:16px}.rack-top{top:40px}.rack-bottom{top:168px}.rack span:before{content:'TRIAX';font-size:11px;color:#fff;letter-spacing:1px}.rack i{width:42px;height:42px;border-radius:50%;border:2px solid #bbb;background:radial-gradient(circle,#2f6f92 0 22%,#eee 23% 28%,#141414 29%)}.rack b{width:44px;height:28px;border:2px solid #aaa;background:#111}.rack em{margin-left:auto;width:84px;height:46px;background:linear-gradient(90deg,#15525f,#1d8190);border-radius:4px}.media-badge{position:absolute;right:4%;top:90px;background:#e6f8fb;color:#12606a;border-radius:4px;padding:13px 15px;text-align:center;font-weight:900;box-shadow:0 14px 25px rgba(0,0,0,.28)}.media-badge small{font-size:12px}.section{padding:70px clamp(22px,7vw,105px);max-width:1400px;margin:0 auto}.section-head.left{max-width:620px;margin-bottom:28px}.section h2,.news-section h2,.solution-content h2,.quote-band h2{font-size:clamp(28px,3.2vw,44px);line-height:1.12;margin:0 0 18px;font-weight:900}.solution-block{max-width:1240px;margin:48px auto 0;background:#020202;color:#fff;display:grid;grid-template-columns:380px 1fr 330px;gap:30px;align-items:center;position:relative;padding:56px 52px;box-shadow:0 20px 55px rgba(0,0,0,.15)}.solution-block:before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(215,10,23,.06),transparent 35%),radial-gradient(circle at 60% 0,rgba(15,64,86,.45),transparent 38%);pointer-events:none}.solution-block>*{position:relative}.solution-image{background:#f3f3f3;height:340px;margin-left:-92px;box-shadow:0 18px 35px rgba(0,0,0,.25);display:grid;place-items:center}.tv-scene{width:260px;height:190px;background:#ddd;border-radius:8px;position:relative}.screen{position:absolute;inset:28px 24px 60px;background:linear-gradient(135deg,#83b7e6,#eef8ff 45%,#2e7f4d 46%,#194126);border:7px solid #111;box-shadow:0 10px 16px rgba(0,0,0,.25)}.remote{width:26px;height:130px;background:#111;border-radius:11px;position:absolute;right:34px;bottom:18px;transform:rotate(-22deg)}.solution-content p:not(.eyebrow){font-size:18px;color:#e9e9e9}.industry-list p{color:var(--red);font-weight:900;line-height:1.3}.industry-list span{display:block;font-size:17px;font-weight:900;margin:18px 0;padding-left:36px;position:relative}.industry-list span:before{content:'';position:absolute;left:0;top:4px;width:17px;height:17px;border:2px solid var(--red);border-radius:50%}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.category-card{background:#fff;border:1px solid var(--line);padding:24px;min-height:120px;display:flex;flex-direction:column;justify-content:space-between;transition:.2s}.category-card:hover{border-color:var(--red);transform:translateY(-4px);box-shadow:0 16px 34px rgba(0,0,0,.08)}.category-card strong{font-size:20px}.category-card span{color:var(--red);font-weight:800}.products-strip{background:#fff}.news-section{background:#f4f4f4;padding:70px clamp(22px,7vw,105px);overflow:hidden}.news-head{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:start;max-width:1180px;margin:0 auto 30px;border-top:3px solid var(--red);padding-top:28px}.news-controls{display:flex;gap:10px;align-items:center}.news-controls button{width:54px;height:54px;border:0;background:#fff;color:var(--red);font-size:34px;cursor:pointer}.news-carousel{max-width:1180px;margin:0 auto;display:flex;gap:28px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:20px}.news-carousel::-webkit-scrollbar{height:8px}.news-carousel::-webkit-scrollbar-thumb{background:#bbb}.news-card{background:#fff;min-width:350px;max-width:350px;scroll-snap-align:start;box-shadow:0 12px 28px rgba(0,0,0,.08)}.news-img{height:210px;background:radial-gradient(circle at 55% 0,#565656,#101010 58%);background-size:cover;background-position:center;position:relative}.news-img:after{content:'';position:absolute;left:70px;right:70px;bottom:45px;height:55px;background:linear-gradient(180deg,#252525,#080808);border-top:4px solid #777;box-shadow:0 15px 28px rgba(0,0,0,.25)}.news-body{padding:24px}.news-body small{color:#777}.news-body h3{margin:6px 0 10px;color:#c61921;font-size:22px}.news-body p{color:#555}.quote-band{background:var(--red);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:58px clamp(22px,7vw,105px);margin-top:0}.quote-band p{max-width:760px}.page-hero{background:#080808;color:#fff;padding:70px clamp(22px,7vw,105px)}.page-hero h1{font-size:clamp(34px,4vw,58px);margin:0}.content-wrap{padding:60px clamp(22px,7vw,105px);max-width:1300px;margin:auto}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{border:1px solid var(--line);background:#fff;padding:22px;display:flex;flex-direction:column;gap:12px}.product-card h3{font-size:18px;margin:0}.tag{display:inline-block;color:var(--red);font-weight:800;font-size:13px}.form-card,.contact-card,.reference-card{background:#fff;border:1px solid var(--line);padding:24px;box-shadow:0 10px 24px rgba(0,0,0,.05)}input,textarea,select{width:100%;padding:14px;border:1px solid #ddd;margin-top:6px}label{font-weight:700}form .grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}button{font-family:inherit}footer{background:#030303;color:#fff;padding:44px clamp(22px,7vw,105px);display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}footer p,footer a{color:#c7c7c7}.footer-links{display:flex;flex-direction:column;gap:8px}@media(max-width:980px){.site-header{height:auto;min-height:76px}.brand .word{font-size:27px;letter-spacing:7px}.header-contact{display:none}.menu-toggle{display:block;margin-left:auto}.nav{display:none;position:absolute;top:76px;left:0;right:0;background:#050505;padding:18px;flex-direction:column;align-items:flex-start}.nav.open{display:flex}.home-hero{grid-template-columns:1fr;padding-top:45px}.product-stage{min-height:280px}.solution-block{grid-template-columns:1fr;margin:0;padding:40px 24px}.solution-image{margin:0;height:260px}.category-grid{grid-template-columns:repeat(2,1fr)}.news-head{grid-template-columns:1fr}.quote-band{flex-direction:column;align-items:flex-start}.product-grid{grid-template-columns:1fr 1fr}footer{grid-template-columns:1fr}}@media(max-width:620px){.brand small{display:none}.brand .word{font-size:23px}.home-hero{padding:38px 20px}.hero-actions .btn{width:100%}.rack{left:0;right:0;height:72px;padding:0 12px;gap:8px}.rack i{width:29px;height:29px}.rack b{width:32px}.rack em{width:45px}.media-badge{right:0}.category-grid,.product-grid,form .grid{grid-template-columns:1fr}.news-card{min-width:84vw;max-width:84vw}.news-controls .btn{display:none}}
/* v3 catalog screens: TRIAX-like category -> subcategory -> product detail flow */
.header-search{margin-left:auto;display:flex;align-items:center;gap:10px}.header-search input{width:150px;margin:0;height:34px;padding:8px 10px}.header-search .lang{background:#fff;color:#333;height:34px;display:flex;align-items:center;padding:0 12px;border:1px solid #ccc}.catalog-top{height:118px;background:#050505;color:#fff;display:flex;align-items:end;border-bottom:64px solid #c52b22}.catalog-top .container{width:min(1120px,calc(100% - 40px));margin:0 auto 18px}.catalog-top h1{font-size:14px;letter-spacing:.22em;margin:0;font-weight:900}.catalog-section{padding-top:28px}.catalog-tools{display:flex;gap:4px;margin:0 0 52px;max-width:300px}.catalog-tools input{height:28px;padding:4px;margin:0}.catalog-tools button{height:28px;border:1px solid #999;background:#f5f5f5}.catalog-tools.stacked{margin-bottom:28px}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.category-card{border:1px solid #cfcfcf;padding:0;text-align:center;min-height:285px;justify-content:flex-start;background:#fff;box-shadow:none}.category-card:hover{transform:none;border-color:#888;box-shadow:none}.category-card h3{font-size:18px;margin:12px 10px 18px;line-height:1.2}.product-photo{height:248px;background:#f4f4f4;display:grid;place-items:center;position:relative;overflow:hidden}.product-photo img{width:100%;height:100%;object-fit:contain}.product-photo.placeholder{background:radial-gradient(circle at 25% 20%,#fff,#f6f6f6 55%,#e8e8e8);border-bottom:1px solid #d8d8d8}.product-photo.placeholder:before{content:'';position:absolute;inset:-20px;background:repeating-radial-gradient(circle at 90% 12%,rgba(0,0,0,.045) 0 1px,transparent 1px 16px)}.product-photo .device{width:72%;height:58px;background:linear-gradient(#2c2f31,#070707);border-top:4px solid #777;box-shadow:0 16px 22px rgba(0,0,0,.22);position:relative;display:flex;gap:12px;align-items:center;padding:0 22px;z-index:1}.product-photo .device i{width:18px;height:18px;border:2px solid #ddd;border-radius:50%;display:block}.product-photo .mini-logo{font-size:10px;color:#fff;margin-right:auto}.product-photo small{position:absolute;bottom:13px;left:18px;right:18px;font-size:11px;color:#999;display:none}.catalog-page-title{background:#fff;border-bottom:0}.catalog-page-title .container{width:min(1120px,calc(100% - 40px));margin:0 auto}.catalog-page-title h1{font-size:34px;line-height:1;color:#c52b22;margin:0;padding:0 0 14px}.category-layout{display:grid;grid-template-columns:245px 1fr;gap:32px;padding-top:0}.subcategory-sidebar{border-right:1px solid #e2e2e2;padding:44px 30px 30px 0}.subcategory-sidebar h3{font-size:16px;line-height:1.05;margin:0 0 12px;color:#1b1b1b}.subcat-link{display:block;font-weight:800;padding:8px 0 8px 18px;color:#111}.subcat-link:first-of-type{padding-left:0}.subcat-link.active,.subcat-link:hover{color:#c52b22}.product-list-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;padding-bottom:40px}.list-product{display:block}.list-product .product-photo{height:180px;border:1px solid #222;background:#fafafa}.list-product .product-photo .device{width:78%;height:46px}.list-product .product-photo .device i{width:12px;height:12px}.list-product h3{font-size:16px;line-height:1.35;margin:14px 0 0;font-weight:900;color:#111}.list-product:hover h3{color:#c52b22}.product-detail-section{padding:38px clamp(22px,7vw,105px);max-width:1250px;margin:0 auto}.breadcrumb{font-size:14px;color:#233042;margin-bottom:42px}.breadcrumb a{color:#c52b22;font-weight:800}.product-detail-grid{display:grid;grid-template-columns:42% 1fr;gap:60px;align-items:start}.detail-image-wrap{position:relative}.detail-image-wrap .product-photo{height:395px;border:1px solid #111}.detail-image-wrap .product-photo .device{width:78%;height:88px}.detail-image-wrap .zoom{position:absolute;right:14px;top:14px;width:36px;height:36px;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:30px;box-shadow:0 4px 10px rgba(0,0,0,.12)}.detail-info{border-top:1px solid #ddd;padding-top:10px}.sku{font-size:14px;font-weight:900}.sku a{color:#c52b22}.detail-info h1{font-size:26px;line-height:1.18;margin:32px 0 8px;color:#1e2630}.download-title{margin:0 0 8px}.downloads{list-style:none;padding:0;margin:0 0 24px}.downloads li{display:flex;gap:12px;align-items:center;margin:8px 0;color:#344052}.downloads li span{width:13px;height:13px;border:1px solid #999;border-radius:2px}.detail-actions{display:flex;gap:14px;flex-wrap:wrap}.btn.outline{border:1px solid #ccc;color:#1b1b1b;background:#fff}.tabs{display:flex;margin-top:70px;border-bottom:1px solid #ddd}.tabs button{min-width:134px;height:44px;border:1px solid #ddd;border-bottom:0;background:#f7f7f7;color:#c52b22;font-weight:900}.tabs button.active{background:#fff}.tab-panel{border:1px solid #ddd;border-top:0;padding:25px;max-width:100%;color:#333}.product-links a:first-child{color:#c52b22}.product-card .product-photo{height:160px}@media(max-width:1020px){.header-search{display:none}.category-grid{grid-template-columns:repeat(2,1fr)}.category-layout{grid-template-columns:1fr}.subcategory-sidebar{border-right:0;border-bottom:1px solid #e2e2e2;padding:0 0 22px}.product-list-grid{grid-template-columns:repeat(2,1fr)}.product-detail-grid{grid-template-columns:1fr;gap:30px}}@media(max-width:620px){.catalog-top{height:90px;border-bottom-width:48px}.category-grid,.product-list-grid{grid-template-columns:1fr}.product-photo{height:230px}.product-detail-section{padding:28px 18px}.detail-image-wrap .product-photo{height:300px}.detail-info h1{font-size:22px}.breadcrumb{margin-bottom:24px}.tabs{margin-top:38px}}
/* v4 Turkish product detail simplification */
.product-detail-grid.clean-detail{align-items:center}.simple-detail{border-top:1px solid #ddd;padding-top:24px}.product-code{font-weight:800;color:#111;margin:18px 0 8px}.product-category-line{color:#3b4654}.product-category-line a{color:#c52b22;font-weight:800}.product-content-tabs{display:flex;margin-top:70px;border-bottom:1px solid #ddd}.product-content-tabs .tab-button{min-width:170px;height:46px;border:1px solid #ddd;border-bottom:0;background:#f7f7f7;color:#c52b22;font-weight:900;cursor:pointer}.product-content-tabs .tab-button.active{background:#fff;color:#111}.tab-content{display:none;border:1px solid #ddd;border-top:0;padding:28px;line-height:1.75;color:#333;min-height:120px}.tab-content.active{display:block}.tab-content p{margin:0;white-space:normal}.detail-info.simple-detail h1{margin-top:0}

/* Search page and header search */
.site-search-form{display:flex;align-items:center;gap:6px}
.site-search-form input{height:38px;min-width:160px;border:1px solid #d8d8d8;padding:0 12px;background:#fff;color:#111}
.site-search-form button{height:38px;border:0;background:#c9251c;color:#fff;font-weight:800;padding:0 14px;cursor:pointer}
.site-search-form button:hover{background:#a91812}
.search-page{max-width:1180px;margin:0 auto}
.search-large{display:flex;gap:10px;margin-bottom:24px}
.search-large input{flex:1;border:1px solid #d5d5d5;padding:15px 16px;font-size:16px}
.search-summary{border-left:5px solid #c9251c;background:#f7f7f7;padding:14px 16px;margin:12px 0 28px;color:#111}
.section-head.compact{margin-top:28px;margin-bottom:14px}
.search-cats{margin-bottom:30px}
.search-results .list-product small{display:block;color:#c9251c;font-weight:700;margin-top:8px}
.sku-line{display:block;color:#555;margin-top:8px;font-size:14px}
.muted{color:#666;font-size:16px}
@media(max-width:900px){.site-search-form input{min-width:0;width:130px}.site-search-form button{display:none}.search-large{flex-direction:column}.search-large .btn{width:max-content}}

.category-title-flex{display:flex;align-items:center;justify-content:space-between;gap:32px}
.category-title-flex p{color:#666;margin-top:8px}
.category-hero-img{width:180px;height:120px;background:#fff;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.08)}
.category-hero-img img{max-width:100%;max-height:100%;object-fit:contain}
@media(max-width:760px){.category-title-flex{display:block}.category-hero-img{margin-top:20px;width:100%;height:160px}}

/* v9: Anasayfa kategori görselleri */
.home-category-grid .category-card{min-height:310px; padding:0 0 18px; overflow:hidden;}
.home-category-grid .category-card strong{display:block; padding:14px 18px 0;}
.home-category-grid .category-card span{display:block; padding:8px 18px 0;}
.home-category-grid .product-photo{height:185px; border-bottom:1px solid #e3e3e3;}
.home-category-grid .product-photo.placeholder{height:185px;}
.category-title-flex{display:flex;align-items:center;justify-content:space-between;gap:30px;}
.category-title-flex .category-hero-img{width:260px;height:150px;flex:0 0 260px;border:1px solid #eee;}
@media(max-width:720px){.category-title-flex{display:block}.category-title-flex .category-hero-img{width:100%;margin-top:20px}}

/* v18: homepage product visuals, quote/contact polish */
.real-product-stage{display:grid;place-items:center;min-height:360px;padding:25px;position:relative}
.real-product-stage:before{content:'';position:absolute;inset:10% 0 0;background:radial-gradient(circle at 50% 40%,rgba(255,255,255,.18),rgba(255,255,255,0) 42%);filter:blur(3px)}
.real-product-stage img{position:relative;z-index:1;width:min(92%,760px);max-height:360px;object-fit:contain;filter:drop-shadow(0 35px 34px rgba(0,0,0,.65))}
.real-product-stage .media-badge{z-index:2;right:8%;top:34px;background:#d70a17;color:#fff}
.solution-photo{overflow:hidden;background:#111;padding:0}
.solution-photo img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.02) contrast(1.04)}
.side-contact.contact-polished{background:#080808;color:#fff;border:0;border-top:6px solid var(--red);box-shadow:0 24px 50px rgba(0,0,0,.12);padding:30px;align-self:start}
.contact-kicker{display:inline-block;color:#fff;background:var(--red);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;padding:8px 12px;margin-bottom:14px}
.contact-polished h3{margin:0 0 10px;font-size:24px}.contact-intro{color:#d8d8d8;margin-bottom:22px}.contact-row{border-top:1px solid #242424;padding:16px 0}.contact-row span{display:block;color:#9ca3af;font-size:12px;text-transform:uppercase;font-weight:900;margin-bottom:5px}.contact-row a{color:#fff;font-size:18px;font-weight:900}.contact-row p{margin:0;color:#fff;font-weight:800;line-height:1.45}
.form-section{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:32px;align-items:start}.quote-form{background:#fff;border:1px solid var(--line);padding:30px;box-shadow:0 15px 35px rgba(0,0,0,.06)}.quote-form h2{margin-top:0}.form-msg{padding:12px 14px;margin-bottom:18px;border-radius:2px;font-weight:800}.form-msg.ok{background:#ecfdf5;color:#065f46;border:1px solid #bbf7d0}.form-msg.err{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}
.contact-modern{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,520px);gap:36px;align-items:stretch}.contact-info-panel{background:#fff;border:1px solid var(--line);padding:38px;box-shadow:0 14px 35px rgba(0,0,0,.06)}.contact-info-panel h2{font-size:clamp(28px,3vw,42px);line-height:1.12;margin:0 0 14px}.contact-muted{color:#555;max-width:620px}.contact-methods{display:grid;gap:14px;margin:28px 0}.contact-method{display:block;border-left:5px solid var(--red);background:#f7f7f7;padding:17px 18px}.contact-method span{display:block;color:#6b7280;font-size:12px;text-transform:uppercase;font-weight:900;margin-bottom:6px}.contact-method strong{display:block;color:#111;font-size:17px;line-height:1.42}.contact-actions{display:flex;gap:12px;flex-wrap:wrap}.map-panel{min-height:470px;background:#f1f1f1;border:1px solid var(--line);box-shadow:0 14px 35px rgba(0,0,0,.06);overflow:hidden}.map-panel iframe{width:100%;height:100%;border:0;display:block}.btn.outline{border:1px solid #ccc;color:#1b1b1b;background:#fff}
@media(max-width:980px){.form-section,.contact-modern{grid-template-columns:1fr}.side-contact.contact-polished{width:100%}.map-panel{min-height:360px}.real-product-stage{min-height:280px}.real-product-stage img{max-height:260px}}

/* v20: homepage image/button/SEO polish */
.real-product-stage{display:flex;align-items:center;justify-content:center;min-height:350px}
.real-product-stage img{width:100%;max-width:760px;max-height:390px;object-fit:contain;filter:drop-shadow(0 34px 34px rgba(0,0,0,.55))}
.real-product-stage .media-badge{display:none!important}
.btn.quote-hero{background:#fff;color:var(--red);border:2px solid var(--red);box-shadow:0 18px 34px rgba(215,10,23,.28);position:relative;overflow:hidden}
.btn.quote-hero:before{content:'';position:absolute;inset:0;background:linear-gradient(120deg,rgba(215,10,23,.1),transparent 45%);pointer-events:none}
.btn.quote-hero:hover{background:var(--red);color:#fff;filter:none;transform:translateY(-1px)}
.quote-band{background:linear-gradient(135deg,#0b0b0b,#1b1b1b);border-top:6px solid var(--red)}
.quote-band .quote-band-btn{background:var(--red);color:#fff;border:2px solid #fff;min-width:180px;letter-spacing:.04em;box-shadow:0 18px 35px rgba(0,0,0,.24)}
.quote-band .quote-band-btn:hover{background:#fff;color:var(--red);filter:none;transform:translateY(-1px)}
.news-controls .btn,.news-controls a[href*="admin"]{display:none!important}
.solution-photo img{object-position:center center}
@media(max-width:980px){.real-product-stage{min-height:260px}.real-product-stage img{max-height:280px}.btn.quote-hero{background:#fff;color:var(--red)}}


/* v21: Ürün görsel büyütme modalı */
.detail-image-wrap .zoom{border:0;cursor:pointer;color:#111;line-height:1;font-family:Arial,sans-serif}
.detail-image-wrap .zoom:hover{transform:scale(1.06);box-shadow:0 6px 16px rgba(0,0,0,.18)}
.image-zoom-modal{position:fixed;inset:0;background:rgba(0,0,0,.82);z-index:9999;display:none;align-items:center;justify-content:center;padding:32px}
.image-zoom-modal.open{display:flex}
.image-zoom-modal img{max-width:min(1100px,94vw);max-height:88vh;object-fit:contain;background:#fff;border-radius:10px;box-shadow:0 22px 70px rgba(0,0,0,.45)}
.image-zoom-close{position:fixed;right:24px;top:18px;width:46px;height:46px;border:0;border-radius:50%;background:#fff;color:#111;font-size:32px;line-height:1;cursor:pointer;box-shadow:0 10px 28px rgba(0,0,0,.25)}
.image-zoom-close:hover{background:#c52b22;color:#fff}
