:root{--red:#e51d25;--red2:#b90f15;--black:#151515;--ink:#252525;--muted:#6b6b6b;--gold:#c89b48;--green:#18a957;--line:#e7e7e7;--soft:#f6f7f8;--soft2:#fbfbfb;--white:#fff;--shadow:0 12px 34px rgba(0,0,0,.08);--shadow2:0 8px 20px rgba(0,0,0,.06)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,"Helvetica Neue",sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img{max-width:100%;display:block}.container{width:min(1220px,calc(100% - 32px));margin:auto}.topbar{background:#fff;border-bottom:1px solid #ececec;font-size:13px}.topbar .container{height:42px;display:flex;align-items:center;justify-content:space-between;gap:18px}.toplinks,.topright{display:flex;gap:22px;align-items:center}.toplinks a,.topright a{font-weight:700}.topright .wa-link{color:var(--green)}.header{position:sticky;top:0;z-index:40;background:#fff;border-bottom:1px solid #e8e8e8;box-shadow:0 2px 10px rgba(0,0,0,.03)}.header .container{height:88px;display:flex;align-items:center;gap:28px}.brand-link{display:flex;align-items:center;min-width:275px}.logo{width:275px;height:76px;object-fit:contain;object-position:left center}.site-search{flex:1;display:flex;max-width:400px;border:1px solid #dcdcdc;border-radius:9px;overflow:hidden;background:#fff}.site-search input{flex:1;border:0;padding:12px 14px;outline:none}.site-search button{border:0;background:var(--red);color:#fff;width:46px;font-weight:900;cursor:pointer}.nav{display:flex;align-items:center;gap:24px;margin-left:auto;font-weight:800}.nav a{padding:33px 0 26px;border-bottom:3px solid transparent;white-space:nowrap}.nav a:hover,.nav a.active{color:var(--red);border-color:var(--red)}.menu-toggle{display:none;margin-left:auto;border:1px solid #ddd;border-radius:8px;background:#fff;padding:9px 12px;font-size:20px}.hero{background:linear-gradient(90deg,#111 0%,#161616 45%,#252525 100%);color:#fff;overflow:hidden}.hero .container{min-height:440px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:30px;padding-top:38px;padding-bottom:38px}.eyebrow{font-size:13px;font-weight:900;letter-spacing:.08em;color:#efcb76;text-transform:uppercase}.hero h1{font-size:52px;line-height:1.03;margin:12px 0 18px;letter-spacing:-.035em}.hero h1 span{color:#ffcf65;font-style:italic}.lead{font-size:17px;line-height:1.7;color:#e1e1e1;max-width:640px}.actions,.detail-actions,.admin-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.btn{border:1px solid transparent;border-radius:8px;padding:13px 18px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-size:15px}.btn.primary{background:linear-gradient(180deg,var(--red),var(--red2));color:#fff}.btn.ghost{background:#fff;border-color:var(--red);color:var(--red)}.btn.dark{background:#1f1f1f;color:#fff}.btn.light{background:#fff;color:#151515}.btn.wa{background:var(--green);color:#fff}.btn.small{padding:10px 13px;font-size:13px}.hero-stage{position:relative;min-height:365px}.hero-backdrop{position:absolute;inset:0;background:radial-gradient(circle at 55% 50%,rgba(255,255,255,.13),transparent 47%)}.hero-machine{position:absolute;right:20px;top:28px;width:82%;height:285px;border-radius:20px;background:linear-gradient(145deg,#3a3a3a,#141414);box-shadow:0 25px 55px rgba(0,0,0,.45);overflow:hidden}.hero-machine:before{content:"";position:absolute;inset:24px;background:linear-gradient(120deg,#ffe77e 0 17%,#ef233c 17% 34%,#00a7e1 34% 51%,#42b883 51% 68%,#b65cff 68% 84%,#ff8a00 84%);filter:saturate(1.1);border-radius:8px;opacity:.9}.hero-machine:after{content:"DİJİTAL BASKI";position:absolute;left:24px;bottom:18px;color:#fff;font-size:22px;font-weight:900;letter-spacing:.05em}.floating-product{position:absolute;background:#fff;border:1px solid #ddd;border-radius:14px;box-shadow:0 14px 30px rgba(0,0,0,.24);overflow:hidden}.floating-product img{width:100%;height:100%;object-fit:cover}.floating-product.one{width:150px;height:112px;left:10px;bottom:16px;transform:rotate(-4deg)}.floating-product.two{width:105px;height:170px;right:4px;bottom:6px;transform:rotate(3deg)}.feature-strip{background:#fff;border-bottom:1px solid #ececec}.feature-strip .container{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.feature-mini{display:flex;align-items:center;gap:13px;padding:18px 20px;border-right:1px solid #ececec}.feature-mini:last-child{border-right:0}.feature-mini .circle{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#161616;color:#f4c85d;font-size:20px}.feature-mini b{font-size:14px}.section{padding:58px 0}.section.soft{background:var(--soft)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.section h2{font-size:30px;margin:0}.section-head p{margin:7px 0 0}.sub{color:var(--muted);line-height:1.65}.goldline{height:2px;width:96px;background:var(--gold);margin-top:10px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cat{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;transition:.2s;display:flex;flex-direction:column}.cat:hover,.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.cat-image{height:150px;background:#f3f3f3;display:grid;place-items:center;overflow:hidden}.cat-image img{width:100%;height:100%;object-fit:cover}.cat-copy{padding:15px 16px 17px;display:flex;justify-content:space-between;gap:12px;align-items:center}.cat-copy b{font-size:17px}.cat-copy small{color:#777}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;transition:.2s;display:flex;flex-direction:column;box-shadow:0 2px 8px rgba(0,0,0,.02)}.product-image{aspect-ratio:1.35;background:linear-gradient(145deg,#fafafa,#ececec);display:grid;place-items:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-body{padding:16px;display:flex;flex-direction:column;flex:1}.product-meta{font-size:12px;color:#888;text-transform:uppercase;font-weight:800;letter-spacing:.04em;margin-bottom:5px}.product-body h3{margin:0 0 7px;font-size:18px}.product-body p{color:#666;line-height:1.5;font-size:13px;margin:0 0 14px}.product-bottom{margin-top:auto}.price{font-weight:900;color:var(--red);margin-bottom:11px}.promo-band{background:linear-gradient(90deg,#151515,#252525);border-radius:14px;overflow:hidden;color:#fff;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;min-height:150px}.promo-band .copy{padding:26px 32px}.promo-band h3{font-size:26px;margin:0 0 8px}.promo-band p{margin:0;color:#ddd}.promo-art{height:150px;background:linear-gradient(135deg,#2b2b2b,#0e0e0e);position:relative}.promo-art:before{content:"";position:absolute;width:170px;height:100px;right:35px;top:24px;background:linear-gradient(135deg,#f22,#ffcf33,#39c6f0,#6ed36e);border-radius:12px;transform:rotate(-8deg);box-shadow:0 12px 25px rgba(0,0,0,.3)}.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.benefit{border:1px solid #e6e6e6;background:#fff;border-radius:12px;padding:20px}.ico{width:54px;height:54px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;font-size:23px;margin-bottom:12px}.benefit h3{margin:0 0 7px}.benefit p{color:#666;line-height:1.55;margin:0;font-size:14px}.info-strip{border:1px solid #e4c786;border-radius:10px;padding:15px 18px;display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:#fffdf8;margin-top:24px}.pill{padding:8px 12px;background:#fff;border:1px solid #eee;border-radius:999px;font-size:13px}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.trust-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px}.trust-card b{font-size:18px}.trust-card p{color:#666;line-height:1.6;margin-bottom:0}.page-hero{padding:32px 0 60px}.breadcrumbs{font-size:13px;color:#777;margin-bottom:18px}.catalog-head{display:flex;justify-content:space-between;align-items:end;gap:18px}.catalog-head h1{font-size:40px;margin:0}.search{width:100%;padding:15px 16px;border:1px solid #dcdcdc;border-radius:9px;font-size:16px;margin:18px 0}.filters{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:24px}.filter{border:1px solid #ddd;background:#fff;padding:8px 12px;border-radius:999px;cursor:pointer}.filter.active{border-color:var(--red);color:var(--red);font-weight:800}.empty-state{grid-column:1/-1;padding:50px;text-align:center;background:#fafafa;border:1px dashed #ccc;border-radius:12px;display:grid;gap:7px}.product-detail{display:grid;grid-template-columns:1.02fr .98fr;gap:42px;align-items:start}.gallery-main{aspect-ratio:1.06;background:linear-gradient(145deg,#fbfbfb,#ededed);border-radius:14px;display:grid;place-items:center;overflow:hidden;border:1px solid #e5e5e5}.gallery-main img{width:100%;height:100%;object-fit:contain;padding:18px}.thumbs{display:flex;gap:10px;margin-top:10px}.thumb{width:80px;height:68px;border:1px solid #ddd;border-radius:8px;overflow:hidden;display:grid;place-items:center;background:#fafafa;cursor:pointer}.thumb img{width:100%;height:100%;object-fit:cover}.thumb.active{border:2px solid var(--red)}.detail h1{font-size:42px;margin:0 0 7px}.detail .subtitle{font-size:18px;font-weight:800;color:#555;margin:0 0 13px}.desc{font-size:16px;line-height:1.7;color:#555}.info-card{border:1px solid #dedede;border-radius:11px;margin-top:18px;overflow:hidden}.info-row{padding:14px 17px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;gap:20px;font-size:14px}.info-row:last-child{border-bottom:0}.price-box{padding:17px;background:#fafafa;display:flex;justify-content:space-between;gap:18px;align-items:center}.big-price{font-size:27px;color:var(--red);font-weight:900}.price-note{font-size:12px;color:#777;margin-top:4px}.detail-actions .btn{flex:1}.quick-icons{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #eee;margin-top:18px;padding-top:16px;gap:8px}.quick-icons div{text-align:center;font-size:12px;color:#666}.quick-icons b{display:block;color:#222;margin-top:4px}.tabs{border:1px solid #ddd;border-radius:13px;margin:38px 0 30px;overflow:hidden;background:#fff}.tab-heads{display:grid;grid-template-columns:repeat(5,1fr);border-bottom:1px solid #ddd;background:#fafafa}.tab-btn{padding:16px 8px;border:0;background:transparent;font-weight:800;cursor:pointer}.tab-btn.active{color:var(--red);box-shadow:inset 0 -3px var(--red)}.tab-panel{display:none;padding:24px}.tab-panel.active{display:block}.clean-list{display:grid;grid-template-columns:1fr 1fr;gap:11px 24px;padding:0;list-style:none;margin:0}.clean-list li:before{content:'✓';color:var(--red);font-weight:900;margin-right:9px}.spec-stack{display:grid;grid-template-columns:1fr 1fr;gap:18px}.spec-stack p{margin:0;border:1px solid #eee;border-radius:10px;padding:16px}.spec-stack b,.spec-stack span{display:block}.spec-stack span{color:#666;margin-top:6px;line-height:1.5}.faq-item{border-bottom:1px solid #eee;padding:0 0 16px;margin-bottom:16px}.faq-item:last-child{border:0;margin:0;padding:0}.faq-item p{color:#666;line-height:1.6}.cta-bar{background:linear-gradient(90deg,#111,#22323b);color:#fff;border-radius:12px;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:18px}.cta-bar strong{font-size:20px}.cta-bar .number{font-size:25px;color:#ffcf65;font-weight:900}.footer{background:#151515;color:#eee;border-top:3px solid var(--gold);padding:34px 0 22px}.footer-grid{display:grid;grid-template-columns:280px 1fr 250px;gap:36px;align-items:center}.footer-logo{width:250px;background:#fff;padding:7px;border-radius:8px}.footer-info{line-height:2;font-size:14px}.footer-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.footer-credit{font-size:13px}.footer-credit b{color:var(--red)}.mobile-contact{display:none}
/* admin */.admin-wrap{display:grid;grid-template-columns:260px 1fr;min-height:100vh;background:#f2f4f6}.admin-side{background:#151515;color:#fff;padding:24px 20px;position:sticky;top:0;height:100vh}.admin-logo{background:#fff;border-radius:9px;padding:6px;width:220px}.admin-side h2{font-size:19px;margin:24px 0 14px}.admin-side nav{display:grid;gap:7px}.admin-side nav button{border:0;background:#29292c;color:#fff;text-align:left;padding:12px;border-radius:8px;cursor:pointer}.admin-side nav button.active{background:var(--red)}.admin-main{padding:24px;max-width:1280px;width:100%;margin:auto}.notice{background:#fff8e7;border:1px solid #edd69e;padding:14px;border-radius:9px;margin-bottom:18px}.dash-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.dash-card{border-radius:10px;color:#fff;padding:18px}.dash-card:nth-child(1){background:#236ee7}.dash-card:nth-child(2){background:#17a663}.dash-card:nth-child(3){background:#f29a16}.dash-card:nth-child(4){background:#8854d0}.dash-card span{font-size:13px;opacity:.9}.dash-card strong{display:block;font-size:28px;margin-top:4px}.admin-card{background:#fff;border:1px solid #e5e5e5;border-radius:11px;padding:20px;box-shadow:0 2px 10px rgba(0,0,0,.03)}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:grid;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:13px;font-weight:800}.field input,.field textarea,.field select{width:100%;border:1px solid #d9d9d9;border-radius:8px;padding:11px 12px;background:#fff}.field textarea{min-height:92px;resize:vertical}.upload-box{border:1px dashed #aab5c4;border-radius:9px;padding:14px;background:#fafcff}.upload-row{display:flex;align-items:center;gap:14px}.upload-btn{background:#eaf2ff;color:#236ee7;border:1px solid #bcd4ff;border-radius:8px;padding:11px 14px;cursor:pointer;font-weight:900}.small-help{font-size:12px;color:#777}.image-previews{display:flex;gap:10px;flex-wrap:wrap;margin-top:13px}.preview-wrap{position:relative;width:100px;height:80px;border:1px solid #ddd;border-radius:8px;overflow:hidden;background:#fff}.preview-wrap img{width:100%;height:100%;object-fit:cover}.preview-remove{position:absolute;right:4px;top:4px;width:22px;height:22px;border-radius:50%;border:0;background:#e51d25;color:#fff;cursor:pointer}.backup-box{display:flex;gap:10px;flex-wrap:wrap}.admin-list{display:grid;gap:9px}.admin-item{display:grid;grid-template-columns:auto 76px 1fr auto;align-items:center;gap:14px;border:1px solid #ececec;border-radius:9px;padding:9px}.admin-thumb{width:70px;height:54px;border-radius:7px;overflow:hidden;background:#f3f3f3;display:grid;place-items:center;font-weight:900}.admin-thumb img{width:100%;height:100%;object-fit:cover}.tag{display:inline-block;background:#f0f2f4;border-radius:999px;padding:5px 8px;font-size:11px}.actions-inline{display:flex;gap:7px}.admin-footer-note{font-size:12px;color:#777;margin-top:12px}
@media(max-width:1020px){.site-search{display:none}.brand-link{min-width:0}.logo{width:230px}.menu-toggle{display:block}.nav{position:absolute;left:0;right:0;top:88px;background:#fff;border-bottom:1px solid #ddd;display:none;flex-direction:column;align-items:stretch;gap:0;padding:10px 16px}.menu-open .nav{display:flex}.nav a{padding:13px 4px;border-bottom:1px solid #eee}.hero .container{grid-template-columns:1fr}.hero-stage{display:none}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.benefits{grid-template-columns:repeat(2,1fr)}.product-detail{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-actions{grid-column:1/-1;align-items:flex-start}.admin-wrap{grid-template-columns:1fr}.admin-side{height:auto;position:relative}.dash-cards{grid-template-columns:repeat(2,1fr)}.mobile-contact{display:grid;grid-template-columns:1fr 1fr;position:fixed;bottom:0;left:0;right:0;z-index:60;background:#fff;border-top:1px solid #ddd}.mobile-contact a{padding:13px;text-align:center;font-weight:900}.mobile-contact a:last-child{background:var(--green);color:#fff}body{padding-bottom:50px}}
@media(max-width:680px){.topright{display:none}.toplinks span{display:none}.header .container{height:76px}.logo{width:205px;height:62px}.nav{top:76px}.hero h1{font-size:38px}.hero .container{min-height:390px}.feature-strip .container{grid-template-columns:1fr 1fr}.feature-mini{padding:14px 10px}.category-grid,.product-grid,.benefits,.trust-grid{grid-template-columns:1fr}.promo-band{grid-template-columns:1fr}.promo-art{display:none}.section{padding:42px 0}.section-head{align-items:flex-start;flex-direction:column}.catalog-head{align-items:flex-start;flex-direction:column}.catalog-head h1{font-size:34px}.tab-heads{grid-template-columns:1fr 1fr}.tab-btn{border-bottom:1px solid #eee}.clean-list,.spec-stack{grid-template-columns:1fr}.cta-bar{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.admin-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.dash-cards{grid-template-columns:1fr 1fr}.admin-item{grid-template-columns:auto 60px 1fr}.actions-inline{grid-column:1/-1}.upload-row{align-items:flex-start;flex-direction:column}}
/* V5 visual refinement */
.microbar{background:#0e0e0e;color:#eee;font-size:12px}.microbar .container{height:29px;display:flex;align-items:center;justify-content:space-between;gap:20px}.header{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.05);border-bottom:0}.head-main{height:88px!important}.brand-link{min-width:245px}.logo{width:245px;height:72px;object-fit:contain;object-position:left center}.site-search{max-width:430px;border-radius:5px}.site-search button{background:#e5161d;font-size:22px}.head-contact{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end}.phone-big{font-size:20px;font-weight:900;color:#111}.head-contact span{font-size:12px;color:#e5161d;font-weight:900}.wa-round{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#16b655;color:#fff;font-size:25px;margin-left:2px}.nav-wrap{background:#111;color:#fff}.nav-wrap .container{display:flex;align-items:center}.nav{margin:0;gap:0;flex:1}.nav a{padding:18px 20px;border:0;font-size:13px;text-transform:uppercase}.nav a:hover,.nav a.active{background:#e5161d;color:#fff}.nav-cta{background:#e5161d;color:#fff;padding:12px 17px;border-radius:5px;font-weight:900;font-size:13px;text-transform:uppercase}
.hero{background:#111;position:relative}.hero .container{min-height:370px;grid-template-columns:1.03fr .97fr;padding-top:24px;padding-bottom:24px}.hero h1{font-size:49px}.hero-copy{position:relative;z-index:3}.hero-stage{min-height:320px}.press-visual{position:absolute;inset:22px 8px 15px 30px;border-radius:12px;background:linear-gradient(155deg,#181818,#373737 52%,#111);box-shadow:0 20px 42px rgba(0,0,0,.45);overflow:hidden}.press-top{position:absolute;left:7%;right:7%;top:9%;height:26%;border-radius:8px;background:linear-gradient(#555,#202020);box-shadow:inset 0 -8px 0 #0a0a0a}.print-sheet{position:absolute;left:11%;right:5%;height:22%;border-radius:5px;transform:skewX(-9deg);box-shadow:0 10px 25px rgba(0,0,0,.28)}.print-sheet.s1{bottom:9%;background:linear-gradient(90deg,#f5365c,#ffb300,#00a7d8,#6840e8)}.print-sheet.s2{bottom:23%;left:16%;right:10%;background:linear-gradient(90deg,#ffd166,#ef476f,#06d6a0,#118ab2)}.print-sheet.s3{bottom:37%;left:21%;right:15%;background:linear-gradient(90deg,#14213d,#e63946,#fca311,#2a9d8f)}.floating-product.one{width:135px;height:95px;left:4px;bottom:7px}.floating-product.two{width:82px;height:132px;right:4px;bottom:7px}.feature-strip .container{max-width:1180px}.feature-mini{padding:15px 18px}.section{padding:42px 0}.section h2{font-size:25px;text-transform:uppercase}.category-grid{grid-template-columns:repeat(6,1fr);gap:12px}.cat{border-radius:8px}.cat-image{height:116px}.cat-copy{padding:11px 12px;display:block;text-align:center}.cat-copy b{display:block;font-size:14px}.cat-copy small{display:block;margin-top:4px;font-size:11px}.product-grid{grid-template-columns:repeat(6,1fr);gap:12px}.product-card{border-radius:8px}.product-body{padding:12px}.product-body h3{font-size:15px}.product-body p{font-size:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-meta{font-size:10px}.price{font-size:13px}.product-card .btn{width:100%}.promo-band{border-radius:7px;min-height:120px}.promo-band .copy{padding:22px 28px}.promo-band h3{font-size:22px}.benefits{gap:12px}.benefit{border-radius:8px}.footer{background:#111;color:#fff;border-top:4px solid #d3a243;padding:32px 0 25px}.footer-grid{grid-template-columns:1.25fr .8fr 1.2fr 1fr;gap:28px;align-items:start}.footer-logo{width:230px;background:white;padding:4px}.footer-note{color:#bbb;font-size:13px;line-height:1.55}.footer-links{display:grid;gap:8px;margin-top:12px;font-size:13px;color:#ddd}.footer-info{color:#ddd;line-height:1.8;margin-top:10px;font-size:13px}.footer-actions{align-items:stretch}.footer-credit{color:#bbb;font-size:12px;margin-top:10px}
.page-hero{padding-top:26px}.product-detail{gap:32px}.gallery-main{background:#f8f8f8;border-radius:8px}.detail h1{font-size:38px}.info-card,.tabs-shell,.spec-box,.faq-item{border-radius:8px}.quick-icons{grid-template-columns:repeat(3,1fr)}
@media(max-width:1100px){.head-contact{display:none}.category-grid,.product-grid{grid-template-columns:repeat(4,1fr)}.nav a{padding:17px 13px}.nav-cta{display:none}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:820px){.microbar{display:none}.site-search{display:none}.head-main{height:76px!important}.nav-wrap{display:none}.menu-open .nav-wrap{display:block}.menu-open .nav-wrap .container{display:block}.menu-open .nav{display:flex;position:static;flex-direction:column;background:#111}.menu-open .nav a{width:100%}.hero .container{grid-template-columns:1fr}.hero-stage{min-height:250px}.hero h1{font-size:41px}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.menu-toggle{display:block}.wa-round{margin-left:auto}.product-detail{grid-template-columns:1fr}}
@media(max-width:520px){.category-grid,.product-grid{grid-template-columns:1fr 1fr}.cat-image{height:105px}.hero h1{font-size:34px}.hero-stage{min-height:210px}.press-visual{inset:12px}.floating-product{display:none}.feature-strip .container{grid-template-columns:1fr 1fr}.footer-logo{width:200px}}

/* V6 content and product page refinement */
.catalog-stats{background:#111;color:#fff;border-top:1px solid #242424;border-bottom:1px solid #242424}.catalog-stats .container{display:grid;grid-template-columns:repeat(4,1fr)}.catalog-stats .container>div{padding:18px 22px;border-right:1px solid #2d2d2d}.catalog-stats .container>div:last-child{border-right:0}.catalog-stats strong{display:block;font-size:20px;color:#f2c260}.catalog-stats span{display:block;margin-top:3px;font-size:12px;color:#ccc}.product-detail-v6{align-items:start}.detail-highlights{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 15px}.highlight-chip{display:flex;align-items:center;gap:7px;border:1px solid #ececec;background:#fafafa;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}.highlight-chip span{color:#e5161d}.spec-overview{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:24px 0}.overview-card{border:1px solid #e7e7e7;border-radius:9px;background:#fff;padding:18px;min-height:170px}.overview-card>b{display:block;color:#111;text-transform:uppercase;font-size:13px;margin-bottom:11px}.overview-card p{font-size:13px;line-height:1.65;color:#555;margin:0}.overview-card .clean-list{grid-template-columns:1fr;gap:6px}.overview-card .clean-list li{font-size:12px}.detail .desc{line-height:1.75;color:#4c4c4c}.gallery-main{min-height:520px;display:grid;place-items:center;padding:25px}.gallery-main img{max-width:100%;max-height:470px;object-fit:contain}.thumbs{margin-top:12px}.cat-copy small{min-height:27px}.cat:hover{transform:translateY(-3px);box-shadow:0 9px 24px rgba(0,0,0,.08)}.product-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(0,0,0,.08)}.cat,.product-card{transition:.2s ease}
@media(max-width:900px){.catalog-stats .container,.spec-overview{grid-template-columns:1fr 1fr}.gallery-main{min-height:390px}.gallery-main img{max-height:350px}}
@media(max-width:520px){.catalog-stats .container{grid-template-columns:1fr 1fr}.catalog-stats .container>div{padding:14px}.catalog-stats strong{font-size:17px}.spec-overview{grid-template-columns:1fr}.gallery-main{min-height:300px;padding:14px}.gallery-main img{max-height:270px}.detail-highlights{gap:6px}.highlight-chip{font-size:11px}}

/* V7 richer catalog content */
.solution-section{background:#fff}.solution-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.solution-card{position:relative;border:1px solid #e8e8e8;border-radius:9px;padding:22px;background:linear-gradient(180deg,#fff,#fafafa);min-height:170px;transition:.2s ease}.solution-card:hover{transform:translateY(-3px);box-shadow:0 10px 26px rgba(0,0,0,.07);border-color:#ddd}.solution-card>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#111;color:#f0bd59;font-weight:900;font-size:12px}.solution-card h3{margin:16px 0 8px;font-size:17px}.solution-card p{margin:0;color:#666;font-size:13px;line-height:1.6}.detail .subtitle{font-weight:800;color:#777;margin-top:-8px}.thumb{background:#fff}.thumb img{object-fit:contain;background:#f7f7f7}.overview-card{box-shadow:0 5px 15px rgba(0,0,0,.025)}.tabs{box-shadow:0 6px 18px rgba(0,0,0,.035)}
@media(max-width:900px){.solution-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.solution-grid{grid-template-columns:1fr}}


/* V8: ürün görsel ağırlığını artıran katalog vitrini */
.showcase-section{padding-top:52px;padding-bottom:52px;background:#fff}.showcase-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:220px 220px;gap:14px}.showcase-card{position:relative;overflow:hidden;border-radius:10px;background:#f6f6f6;border:1px solid #e7e7e7;display:grid;grid-template-columns:1fr;align-items:end;box-shadow:0 8px 24px rgba(0,0,0,.035)}.showcase-card.big{grid-row:1/3;grid-template-columns:1.1fr .9fr;align-items:center}.showcase-card:nth-child(4){grid-column:2/4}.showcase-card img{position:absolute;width:76%;height:76%;right:-8%;top:4%;object-fit:contain;transition:.25s ease}.showcase-card.big img{position:static;width:100%;height:86%;padding:28px;object-fit:contain}.showcase-card>div{position:relative;z-index:2;padding:18px;background:linear-gradient(0deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.88) 72%,rgba(255,255,255,0) 100%)}.showcase-card.big>div{background:none;padding:26px}.showcase-card span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#d3171f;font-weight:900}.showcase-card h3{font-size:18px;margin:5px 0}.showcase-card.big h3{font-size:28px}.showcase-card p{color:#666;font-size:13px;line-height:1.6}.showcase-card:hover img{transform:scale(1.035)}.faq-item{padding:18px 20px;border-bottom:1px solid #ececec}.faq-item:last-child{border-bottom:0}.faq-item b{display:block;font-size:15px}.faq-item p{margin:7px 0 0;color:#666;line-height:1.65}.product-card .product-image{background:linear-gradient(145deg,#fafafa,#f0f0f0)}.product-card .product-image img,.cat-image img{filter:drop-shadow(0 8px 12px rgba(0,0,0,.08))}
@media(max-width:900px){.showcase-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.showcase-card.big{grid-column:1/3;grid-row:auto;min-height:300px}.showcase-card:nth-child(4){grid-column:auto}.showcase-card{min-height:210px}}
@media(max-width:560px){.showcase-grid{grid-template-columns:1fr}.showcase-card.big{grid-column:auto;grid-template-columns:1fr;min-height:360px}.showcase-card.big img{height:220px}.showcase-card{min-height:220px}.showcase-card:nth-child(4){grid-column:auto}}

/* V9 — görsel kalite, katalog hissi ve ürün sunumu */
.hero-v9{position:relative;background:radial-gradient(circle at 78% 42%,#343434 0,#1b1b1b 33%,#111 65%);border-bottom:1px solid #292929}
.hero-v9 .container{min-height:505px;grid-template-columns:.95fr 1.05fr;padding-top:44px;padding-bottom:44px}
.hero-v9 h1{font-size:58px;max-width:650px}.hero-v9 h1 span{color:#f2bf54;font-style:normal}.hero-v9 .lead{max-width:660px}
.hero-points{display:flex;gap:9px;flex-wrap:wrap;margin-top:22px}.hero-points span{font-size:12px;font-weight:800;color:#ddd;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);padding:8px 10px;border-radius:999px}
.hero-catalog-scene{min-height:405px;position:relative}.hero-glow{position:absolute;width:390px;height:390px;border-radius:50%;right:70px;top:5px;background:radial-gradient(circle,rgba(229,29,37,.24),rgba(200,155,72,.08) 40%,transparent 72%);filter:blur(2px)}
.hero-product{position:absolute;background:#fff;border:1px solid rgba(255,255,255,.4);border-radius:16px;padding:10px;box-shadow:0 24px 45px rgba(0,0,0,.34);transition:.2s}.hero-product:hover{transform:translateY(-4px)!important}.hero-product img{width:100%;height:calc(100% - 29px);object-fit:contain;border-radius:10px;background:#f4f4f4}.hero-product b{height:29px;display:flex;align-items:end;padding:5px 4px 0;color:#222;font-size:13px}.hp-card{width:250px;height:205px;left:25px;top:42px;transform:rotate(-5deg)}.hp-roll{width:190px;height:275px;right:18px;top:28px;transform:rotate(4deg)}.hp-mag{width:205px;height:170px;left:205px;bottom:18px;transform:rotate(2deg)}
.hero-note{position:absolute;right:18px;bottom:16px;background:#0d0d0d;border:1px solid #444;color:#fff;padding:13px 16px;border-radius:12px;box-shadow:0 15px 30px rgba(0,0,0,.28)}.hero-note strong,.hero-note span{display:block}.hero-note strong{font-size:17px}.hero-note span{font-size:12px;color:#bbb;margin-top:4px}
.popular-search{background:#fff;border-bottom:1px solid #ececec}.popular-search .container{min-height:52px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.popular-search b{font-size:13px}.popular-search a{font-size:12px;border:1px solid #e4e4e4;padding:7px 10px;border-radius:999px;background:#fafafa}.popular-search a:hover{border-color:var(--red);color:var(--red)}
.category-grid{grid-template-columns:repeat(4,1fr);gap:20px}.cat{border-radius:14px}.cat-image{height:180px;background:linear-gradient(145deg,#fbfbfb,#eee)}.cat-image img{object-fit:contain;padding:8px}.cat-copy{padding:16px 17px 18px}.cat-copy b{font-size:16px}.cat-copy small{font-size:12px;text-align:right}
.product-card{border-radius:14px;box-shadow:0 3px 13px rgba(0,0,0,.04)}.product-image{aspect-ratio:1.38;background:linear-gradient(145deg,#fbfbfb,#f0f0f0)}.product-image img{object-fit:contain;padding:6px}.product-body{padding:17px}.product-body h3{font-size:18px}.product-body p{font-size:13px;line-height:1.58}.price{font-size:14px}
.catalog-stats{background:#171717;color:#fff}.catalog-stats .container{display:grid;grid-template-columns:repeat(4,1fr)}.catalog-stats .container>div{padding:24px 18px;border-right:1px solid #333}.catalog-stats .container>div:last-child{border-right:0}.catalog-stats strong,.catalog-stats span{display:block}.catalog-stats strong{font-size:22px;color:#f0c76b}.catalog-stats span{font-size:12px;color:#ccc;margin-top:5px}
.showcase-grid{gap:20px}.showcase-card{border-radius:16px;overflow:hidden;border:1px solid #e7e7e7;background:#fff;box-shadow:0 8px 26px rgba(0,0,0,.05)}.showcase-card img{background:#f5f5f5;object-fit:contain;padding:9px}.showcase-card>div{padding:16px}.showcase-card span{font-size:11px;text-transform:uppercase;letter-spacing:.07em;color:var(--red);font-weight:900}.showcase-card h3{margin:5px 0}.showcase-card p{color:#666;line-height:1.5}.showcase-card.big{grid-row:span 2}
.product-detail-v6{background:#fff}.gallery-main{box-shadow:0 14px 38px rgba(0,0,0,.06);background:linear-gradient(145deg,#fff,#f4f4f4)}.gallery-main img{padding:10px}.detail-highlights{display:flex;gap:8px;flex-wrap:wrap;margin:11px 0 15px}.highlight-chip{display:flex;align-items:center;gap:7px;padding:8px 10px;background:#fff8f8;border:1px solid #f4d0d1;border-radius:999px;font-size:12px;font-weight:800}.highlight-chip span{color:var(--red)}
.product-assurance{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:34px 0 24px}.product-assurance>div{border:1px solid #e6e6e6;border-radius:12px;padding:17px;background:#fff}.product-assurance span{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#151515;color:#e9bd5d;font-size:11px;font-weight:900;margin-bottom:10px}.product-assurance b,.product-assurance small{display:block}.product-assurance b{font-size:15px}.product-assurance small{font-size:12px;line-height:1.5;color:#777;margin-top:5px}
.spec-overview{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:34px 0}.overview-card{border:1px solid #e7e7e7;background:#fafafa;border-radius:12px;padding:17px}.overview-card>b{font-size:15px}.overview-card p,.overview-card li{font-size:13px;color:#666;line-height:1.55}
.tabs{border:1px solid #e5e5e5;border-radius:14px;overflow:hidden;background:#fff;margin-bottom:44px}.tab-heads{display:flex;gap:0;background:#f7f7f7;border-bottom:1px solid #e6e6e6;overflow:auto}.tab-btn{border:0;border-right:1px solid #e6e6e6;background:transparent;padding:15px 18px;white-space:nowrap;font-weight:800;cursor:pointer}.tab-btn.active{background:#fff;color:var(--red);box-shadow:inset 0 -3px var(--red)}.tab-panel{display:none;padding:25px}.tab-panel.active{display:block}
.admin-main{background:#f4f5f6}.admin-card,.dash-card{border-radius:14px}.upload-box{background:#fbfbfb}.admin-item{border-radius:11px}.admin-thumb img{object-fit:contain;background:#f3f3f3}
@media(max-width:900px){.hero-v9 .container{grid-template-columns:1fr}.hero-v9 h1{font-size:42px}.hero-catalog-scene{min-height:350px}.hp-card{left:0}.hp-mag{left:120px}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.product-assurance,.spec-overview{grid-template-columns:1fr 1fr}.catalog-stats .container{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.hero-v9 h1{font-size:36px}.hero-catalog-scene{min-height:315px}.hp-card{width:180px;height:155px;top:35px}.hp-roll{width:130px;height:205px;right:0}.hp-mag{width:150px;height:125px;left:75px;bottom:12px}.hero-note{right:0;bottom:3px;padding:10px}.popular-search .container{padding:10px 0}.category-grid,.product-grid,.product-assurance,.spec-overview{grid-template-columns:1fr}.catalog-stats .container{grid-template-columns:1fr 1fr}.catalog-stats .container>div{padding:18px 12px}}

/* V10 refinement */
.product-card-v10{overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.product-card-v10:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(0,0,0,.10);border-color:#ddd}.product-card-v10 .product-image{background:linear-gradient(145deg,#fafafa,#f1f2f3);min-height:245px;padding:22px}.product-card-v10 .product-image img{width:100%;height:205px;object-fit:contain;filter:drop-shadow(0 12px 14px rgba(0,0,0,.12))}.card-bits{display:flex;flex-wrap:wrap;gap:7px;margin:14px 0 4px}.card-bits span{font-size:11px;font-weight:700;background:#f4f4f4;border:1px solid #e8e8e8;border-radius:999px;padding:6px 9px;color:#555}.catalog-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin:18px 0}.catalog-toolbar .filters{margin:0}.result-count{font-weight:800;white-space:nowrap;padding:10px 0;color:#777}.catalog-tip{background:#fff8ea;border:1px solid #f1dfb6;border-left:4px solid var(--gold);padding:13px 16px;border-radius:10px;margin:0 0 22px;font-size:14px;color:#5b5040}.decision-section{padding-top:12px}.decision-panel{display:grid;grid-template-columns:1.25fr .75fr;background:linear-gradient(135deg,#1c1c1c,#2c2c2c);color:#fff;border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}.decision-copy{padding:46px}.decision-copy h2{font-size:34px;margin:10px 0 14px}.decision-copy p{color:#d5d5d5;line-height:1.75;max-width:720px}.eyebrow.dark{color:#e8c278}.decision-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.decision-tags span{border:1px solid #555;background:#282828;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700}.decision-steps{display:flex;flex-direction:column;justify-content:center;padding:34px;background:linear-gradient(160deg,var(--red),var(--red2))}.decision-steps div{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:14px;padding:17px 0;border-bottom:1px solid rgba(255,255,255,.22)}.decision-steps div:last-child{border-bottom:0}.decision-steps b{font-size:25px;color:#fff}.decision-steps span{font-weight:800}.order-guide{margin:34px 0;display:grid;grid-template-columns:.9fr 1.1fr;gap:30px;align-items:center;background:#f8f8f8;border:1px solid #e9e9e9;border-radius:18px;padding:28px}.order-guide h2{font-size:27px;margin:8px 0}.order-guide p{color:#666;line-height:1.6}.order-guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.order-guide-grid div{background:#fff;border:1px solid #e4e4e4;border-radius:13px;padding:17px;display:flex;align-items:center;gap:12px}.order-guide-grid b{color:var(--red);font-size:18px}.order-guide-grid span{font-weight:800;font-size:14px}.admin-list-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:14px}.admin-list-head h2{margin:0}.admin-search{width:min(360px,100%);border:1px solid #ddd;border-radius:10px;padding:12px 14px;background:#fafafa}.admin-item{transition:background .15s ease}.admin-item:hover{background:#fafafa}.admin-thumb{background:#f3f3f3;border-radius:10px;overflow:hidden}.admin-thumb img{width:100%;height:100%;object-fit:contain;padding:4px}@media(max-width:800px){.decision-panel,.order-guide{grid-template-columns:1fr}.decision-copy{padding:30px}.decision-copy h2{font-size:28px}.decision-steps{padding:24px}.catalog-toolbar{display:block}.result-count{padding-top:8px}.order-guide-grid{grid-template-columns:1fr}.admin-list-head{display:block}.admin-search{margin-top:12px;width:100%}.product-card-v10 .product-image{min-height:210px}.product-card-v10 .product-image img{height:175px}}

/* V11 visual polish */
.category-route{background:#fff;border-bottom:1px solid #ececec}.category-route .container{display:grid;grid-template-columns:1.2fr repeat(5,1fr);align-items:stretch;padding-top:0;padding-bottom:0}.category-route .route-title,.category-route a{padding:18px 17px;border-right:1px solid #ededed;display:flex;flex-direction:column;justify-content:center;min-height:78px}.category-route .route-title{padding-left:0}.category-route .route-title span{font-size:10px;color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:.12em}.category-route .route-title b{font-size:15px;margin-top:4px}.category-route a{transition:.18s ease}.category-route a:hover{background:#faf7f0}.category-route a strong{font-size:13px;color:#111}.category-route a small{font-size:10px;color:#777;margin-top:4px;line-height:1.4}
.product-card-v11{position:relative;overflow:hidden;border:1px solid #e9e9e9;background:#fff;transition:.2s ease}.product-card-v11:hover{transform:translateY(-5px);box-shadow:0 18px 44px rgba(0,0,0,.10);border-color:#dcdcdc}.product-card-media{position:relative;background:linear-gradient(145deg,#fbfbfb,#f1f2f3)}.product-card-v11 .product-image{min-height:250px;padding:20px;background:transparent}.product-card-v11 .product-image img{width:100%;height:210px;object-fit:contain;filter:drop-shadow(0 14px 16px rgba(0,0,0,.13))}.price-status{position:absolute;left:15px;top:15px;z-index:2;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.07em;padding:7px 9px;border-radius:999px;box-shadow:0 4px 12px rgba(0,0,0,.08)}.price-status.priced{background:#fff3d8;color:#7a5615;border:1px solid #ecd39e}.price-status.quote{background:#fff;color:#555;border:1px solid #e4e4e4}.product-card-v11 .product-body{padding:18px}.product-card-v11 .product-meta{color:var(--red);font-weight:900;letter-spacing:.06em}.product-card-v11 h3{font-size:19px;letter-spacing:-.01em}.product-card-v11 .product-bottom{border-top:1px solid #ededed;padding-top:14px;margin-top:13px}.product-card-v11 .price{font-weight:900;color:#171717}.product-card-v11 .btn.small{border-color:#d9d9d9;background:#fff}
.gallery-wrap{position:relative}.gallery-kicker{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#777}.gallery-kicker span{font-weight:900;color:#222}.gallery-kicker b{background:#f2f2f2;border-radius:999px;padding:6px 9px;font-size:10px}.gallery-main{border:1px solid #e7e7e7;border-radius:16px;background:linear-gradient(145deg,#fafafa,#f1f2f3);box-shadow:0 10px 28px rgba(0,0,0,.045)}.thumb{border-radius:10px}.gallery-note{font-size:11px;line-height:1.5;color:#868686;margin-top:10px}.quick-icons>div{align-items:flex-start}.quick-icons small{display:block;color:#777;font-size:10px;font-weight:500;margin-top:3px;line-height:1.35}
@media(max-width:1050px){.category-route .container{grid-template-columns:1fr 1fr 1fr}.category-route .route-title{grid-column:1/-1;border-bottom:1px solid #eee}.category-route a{border-bottom:1px solid #eee}}
@media(max-width:560px){.category-route .container{grid-template-columns:1fr 1fr}.category-route .route-title{grid-column:1/-1}.category-route a{min-height:72px;padding:13px 12px}.product-card-v11 .product-image{min-height:210px}.product-card-v11 .product-image img{height:175px}.gallery-main{min-height:360px}.gallery-main img{max-height:330px}}


/* V12 editorial catalogue refinement */
body{background:#fff}.microbar{background:#151515;color:#ddd;font-size:11px}.microbar .container{display:flex;justify-content:space-between;align-items:center;min-height:30px}.head-main{min-height:88px}.nav-wrap{border-top:1px solid #efefef}.nav-wrap>.container{height:48px}.nav-wrap .nav a{padding:15px 0 12px}.nav-cta{margin-left:auto;background:var(--red);color:#fff;padding:10px 15px;border-radius:7px;font-weight:900;font-size:12px}.hero-v9{background:radial-gradient(circle at 78% 36%,#393939 0,#242424 23%,#111 62%)}.hero-v9 .container{min-height:505px}.hero-v9 h1{font-size:58px;max-width:710px}.hero-v9 .lead{max-width:690px}.hero-points{display:flex;gap:18px;flex-wrap:wrap;margin-top:22px;color:#d6d6d6;font-size:12px}.hero-product{background:#fff;border:1px solid rgba(255,255,255,.8);box-shadow:0 22px 46px rgba(0,0,0,.34)}.hero-product img{object-fit:contain;padding:10px}.editorial-products{padding-top:72px}.editorial-intro{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:end;padding-bottom:34px;margin-bottom:30px;border-bottom:1px solid #ececec}.editorial-intro h2{font-size:38px;line-height:1.15;margin:9px 0 0;letter-spacing:-.025em}.editorial-intro p{margin:0;color:#666;line-height:1.8;font-size:15px}.proof-strip{border-top:1px solid #eee;border-bottom:1px solid #eee;background:#fafafa}.proof-strip .container{display:grid;grid-template-columns:repeat(5,1fr);text-align:center}.proof-strip span{padding:15px 10px;border-right:1px solid #e8e8e8;font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:#555}.proof-strip span:last-child{border-right:0}.category-grid{gap:20px}.cat{border-radius:16px}.cat-image{height:170px;background:linear-gradient(145deg,#fafafa,#f1f1f1)}.cat-image img{object-fit:contain;padding:18px;filter:drop-shadow(0 12px 12px rgba(0,0,0,.10))}.cat-copy{padding:17px}.product-card-v12{border-radius:16px;overflow:hidden;border:1px solid #e6e6e6;background:#fff;transition:.22s ease}.product-card-v12:hover{transform:translateY(-6px);box-shadow:0 20px 48px rgba(0,0,0,.11)}.product-card-v12 .product-image{min-height:260px;padding:24px;background:linear-gradient(145deg,#fbfbfb,#f0f1f2)}.product-card-v12 .product-image img{width:100%;height:215px;object-fit:contain;filter:drop-shadow(0 16px 18px rgba(0,0,0,.14))}.product-card-v12 .product-body{padding:19px}.product-card-v12 h3{font-size:20px}.product-card-v12 .product-bottom{padding-top:14px;border-top:1px solid #eee}.card-actions{display:flex;gap:8px;align-items:center}.card-actions .btn{flex:1}.mini-phone{width:38px;height:38px;border-radius:9px;background:#171717;color:#fff;display:grid;place-items:center;font-size:15px}.product-fit{margin:18px 0;border-left:4px solid var(--gold);background:#fffaf0;padding:13px 15px;border-radius:0 10px 10px 0}.product-fit span,.product-fit b{display:block}.product-fit span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#8b6b2c;font-weight:900}.product-fit b{font-size:13px;margin-top:5px;line-height:1.45}.gallery-main{min-height:520px}.gallery-main img{padding:26px;filter:drop-shadow(0 20px 18px rgba(0,0,0,.14))}.detail h1{font-size:48px;letter-spacing:-.035em}.info-card{border-radius:14px;box-shadow:0 10px 26px rgba(0,0,0,.045)}.admin-progress{background:#171717;color:#fff;border-radius:14px;padding:18px 20px;margin-bottom:18px}.admin-progress>div:first-child{display:flex;justify-content:space-between;gap:18px;align-items:center}.admin-progress span{font-size:12px;color:#bbb;text-transform:uppercase;letter-spacing:.07em;font-weight:800}.admin-progress strong{font-size:15px}.progress-track{height:9px;background:#333;border-radius:999px;margin:14px 0 8px;overflow:hidden}.progress-track i{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--gold),#f0c66d);border-radius:999px;transition:.3s}.admin-progress small{color:#aaa;line-height:1.45}.admin-card{box-shadow:0 10px 30px rgba(0,0,0,.045)}
@media(max-width:900px){.editorial-intro{grid-template-columns:1fr;gap:18px}.proof-strip .container{grid-template-columns:1fr 1fr 1fr}.hero-v9 h1{font-size:46px}.gallery-main{min-height:410px}.detail h1{font-size:39px}}
@media(max-width:560px){.microbar{display:none}.nav-cta{display:none}.editorial-intro h2{font-size:30px}.proof-strip .container{grid-template-columns:1fr 1fr}.proof-strip span{border-bottom:1px solid #e8e8e8}.product-card-v12 .product-image{min-height:220px}.product-card-v12 .product-image img{height:175px}.gallery-main{min-height:350px}.detail h1{font-size:34px}}


/* V13 - visual catalogue maturity */
.header{backdrop-filter:saturate(140%) blur(8px)}
.head-main{gap:22px}.head-contact{margin-left:auto}.head-contact a{font-size:16px}.head-contact span{font-size:10px;color:#888;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.wa-round{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#1dbf60;color:#fff;font-size:0}.wa-round:after{content:"WA";font-size:11px;font-weight:900}
.hero-v9 .container{min-height:540px}.hero-stage{min-height:410px}.hero-catalog-scene{perspective:1100px}.hero-catalog-scene:before{content:"";position:absolute;left:8%;right:0;bottom:32px;height:58px;background:radial-gradient(ellipse,rgba(0,0,0,.55),transparent 70%);filter:blur(12px)}.hero-product{border-radius:16px;overflow:hidden}.hp-card{position:absolute;width:260px;height:190px;left:10px;top:75px;transform:rotate(-8deg)}.hp-roll{position:absolute;width:235px;height:350px;right:18px;top:18px;transform:rotate(4deg)}.hp-mag{position:absolute;width:190px;height:145px;left:190px;bottom:18px;transform:rotate(5deg)}.hero-product b{position:absolute;left:12px;bottom:10px;background:rgba(17,17,17,.88);color:#fff;padding:7px 10px;border-radius:999px;font-size:11px}.hero-note{position:absolute;right:35px;bottom:6px;background:#fff;color:#171717;padding:14px 16px;border-radius:12px;box-shadow:0 12px 30px rgba(0,0,0,.24);display:grid;gap:2px}.hero-note strong{font-size:14px}.hero-note span{font-size:10px;color:#777}
.studio-showcase{background:#161616;color:#fff}.studio-head{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:end;margin-bottom:28px}.studio-head h2{font-size:38px;line-height:1.14;letter-spacing:-.025em;margin:9px 0 0;max-width:760px}.studio-head p{color:#c9c9c9;line-height:1.8;margin:0}.studio-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr;gap:18px}.studio-card{position:relative;min-height:390px;border-radius:18px;overflow:hidden;background:#242424;border:1px solid #343434}.studio-card img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.studio-card:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.92))}.studio-card>div{position:absolute;left:22px;right:22px;bottom:20px;z-index:2}.studio-card span{font-size:10px;color:#e9c777;text-transform:uppercase;letter-spacing:.1em;font-weight:900}.studio-card h3{font-size:24px;margin:6px 0}.studio-card p{font-size:13px;line-height:1.55;color:#ddd;margin:0}.studio-card:hover img{transform:scale(1.035)}.studio-card.wide{min-height:420px}
.catalog-note{display:grid;gap:5px;background:#f8f6f1;border:1px solid #ebe2cf;border-radius:12px;padding:13px 15px;margin-top:14px}.catalog-note b{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:#876a31}.catalog-note span{font-size:13px;line-height:1.55;color:#555}.gallery-main{background:radial-gradient(circle at 50% 38%,#fff,#f0f1f2 74%)}.gallery-main img{max-height:520px}.thumbs{flex-wrap:wrap}.thumb{width:88px;height:72px;background:#f7f7f7}.thumb img{object-fit:contain;padding:4px}
.footer{margin-top:0}.footer-grid{padding-top:44px;padding-bottom:42px}
@media(max-width:1050px){.studio-grid{grid-template-columns:1fr 1fr}.studio-card.wide{grid-column:1/-1}.hp-card{width:220px;height:165px}.hp-roll{width:200px;height:310px}.hp-mag{width:160px;height:125px;left:150px}}
@media(max-width:800px){.studio-head{grid-template-columns:1fr;gap:16px}.studio-head h2{font-size:30px}.studio-grid{grid-template-columns:1fr}.studio-card.wide{grid-column:auto}.studio-card{min-height:330px}.hero-stage{min-height:340px}.hp-roll{right:0}.hp-card{left:0}.hp-mag{left:125px}}
@media(max-width:560px){.studio-card{min-height:280px}.hero-stage{min-height:300px}.hp-card{width:180px;height:135px;top:70px}.hp-roll{width:160px;height:245px}.hp-mag{width:135px;height:105px;left:110px}.hero-note{right:10px;bottom:0}.head-contact,.wa-round{display:none}}

/* V14 - richer product showroom and clearer hierarchy */
.product-story{background:#fff;padding-top:76px;padding-bottom:82px}.product-story .section-head{max-width:860px;margin-bottom:28px}.product-story .section-head h2{font-size:40px;line-height:1.12;letter-spacing:-.03em;margin:8px 0 12px}.story-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr;gap:18px}.story-card{position:relative;min-height:410px;border:1px solid #e7e7e7;border-radius:18px;overflow:hidden;background:linear-gradient(145deg,#fafafa,#f0f1f2);display:flex;align-items:flex-end;box-shadow:0 12px 34px rgba(0,0,0,.05)}.story-card img{position:absolute;inset:0;width:100%;height:70%;object-fit:contain;padding:24px;transition:.35s ease;filter:drop-shadow(0 18px 18px rgba(0,0,0,.14))}.story-card:after{content:"";position:absolute;inset:48% 0 0;background:linear-gradient(transparent,rgba(255,255,255,.96) 34%,#fff 76%)}.story-copy{position:relative;z-index:2;padding:24px;width:100%}.story-copy span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#9b7424;font-weight:900}.story-copy h3{font-size:26px;margin:5px 0 7px;letter-spacing:-.02em}.story-copy p{margin:0 0 13px;color:#666;line-height:1.6;font-size:13px}.story-copy b{font-size:12px;color:#191919}.story-card:hover img{transform:translateY(-7px) scale(1.025)}.story-large{grid-row:span 2;min-height:838px}.story-large img{height:68%;padding:34px}.story-large .story-copy{padding:30px}.story-large .story-copy h3{font-size:34px}.story-large .story-copy p{font-size:14px;max-width:520px}.editorial-products .category-grid{grid-template-columns:repeat(4,1fr)}.cat{box-shadow:0 8px 28px rgba(0,0,0,.045)}.cat-copy b{font-size:16px}.cat-copy small{margin-top:5px;line-height:1.4}.product-card-v12 .product-body p{min-height:63px}.product-card-v12 .card-bits{min-height:52px}.promo-band{border-radius:22px;overflow:hidden}.solution-card{border-radius:16px;transition:.22s ease}.solution-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(0,0,0,.08)}
@media(max-width:1100px){.story-grid{grid-template-columns:1fr 1fr}.story-large{grid-row:auto;grid-column:1/-1;min-height:560px}.editorial-products .category-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.product-story .section-head h2{font-size:31px}.story-grid{grid-template-columns:1fr}.story-large{grid-column:auto;min-height:430px}.story-card{min-height:390px}.editorial-products .category-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.story-card,.story-large{min-height:350px}.story-card img,.story-large img{height:63%;padding:18px}.story-copy,.story-large .story-copy{padding:19px}.story-copy h3,.story-large .story-copy h3{font-size:24px}.editorial-products .category-grid{grid-template-columns:1fr}}


/* V15 - decision support, richer catalogue flow and stronger product detail */
.sector-use{background:#f7f7f5;border-top:1px solid #ececea;border-bottom:1px solid #ececea}.sector-use .section-head{max-width:800px}.sector-use .section-head h2{font-size:40px;line-height:1.12;letter-spacing:-.03em;margin:8px 0 12px}.sector-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.sector-card{position:relative;background:#fff;border:1px solid #e6e6e3;border-radius:18px;padding:25px 23px;min-height:260px;display:flex;flex-direction:column;box-shadow:0 10px 30px rgba(0,0,0,.035);transition:.22s ease}.sector-card>span{font-size:11px;font-weight:900;color:#ae852f;letter-spacing:.08em}.sector-card h3{font-size:21px;line-height:1.2;margin:26px 0 10px;letter-spacing:-.02em}.sector-card p{font-size:13px;line-height:1.65;color:#666;margin:0 0 18px}.sector-card b{margin-top:auto;font-size:12px}.sector-card:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(0,0,0,.08);border-color:#d7c28f}.detail-badge{display:inline-flex;padding:7px 10px;border-radius:999px;background:#f4ead5;color:#806022;font-size:10px;text-transform:uppercase;letter-spacing:.09em;font-weight:900;margin-bottom:10px}.detail-explain{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:24px 0 34px}.detail-explain>div{background:#fafafa;border:1px solid #e8e8e8;border-radius:14px;padding:17px}.detail-explain span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#9a752c;font-weight:900}.detail-explain p{font-size:12px;line-height:1.55;color:#666;margin:8px 0 0}.product-detail-v6{align-items:start}.detail-sticky{position:sticky;top:92px}.order-guide{border-radius:18px;overflow:hidden}.tabs{border-radius:18px}.cta-bar{border-radius:18px;margin-bottom:36px}
@media(max-width:1050px){.sector-grid{grid-template-columns:1fr 1fr}.detail-sticky{position:static}.detail-explain{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.sector-use .section-head h2{font-size:31px}.sector-grid{grid-template-columns:1fr}.sector-card{min-height:220px}.detail-explain{grid-template-columns:1fr}}


/* V16 - clearer buying journey and stronger conversion hierarchy */
.buying-guide{background:#111;color:#fff;border-top:1px solid #222}.buying-guide .section-head h2{font-size:40px;line-height:1.12;letter-spacing:-.03em;margin:8px 0 12px}.buying-guide .section-head .sub{color:#bdbdbd;max-width:720px}.buying-guide .eyebrow.dark{color:#e7c36b}.buying-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:26px}.buying-steps>div{min-height:230px;padding:24px 22px;border:1px solid #2b2b2b;border-radius:17px;background:linear-gradient(145deg,#191919,#141414);display:flex;flex-direction:column}.buying-steps span{font-size:11px;letter-spacing:.12em;color:#d5ad4e;font-weight:900}.buying-steps b{font-size:19px;margin:34px 0 9px}.buying-steps p{font-size:13px;line-height:1.65;color:#bdbdbd;margin:0}.guide-cta{margin-top:18px;background:#fff;color:#151515;border-radius:18px;padding:23px 25px;display:flex;align-items:center;justify-content:space-between;gap:24px}.guide-cta>div{display:grid;gap:3px}.guide-cta span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#9b7424;font-weight:900}.guide-cta strong{font-size:22px}.guide-cta small{color:#666}.detail-help{margin-top:12px;padding:13px 15px;border-radius:12px;background:#f8f6f1;border:1px solid #eadfca;display:grid;gap:4px}.detail-help b{font-size:11px;color:#8f6a25;text-transform:uppercase;letter-spacing:.08em}.detail-help span{font-size:12px;line-height:1.5;color:#555}.product-detail-v6 .info-card{box-shadow:0 14px 36px rgba(0,0,0,.06)}.product-detail-v6 .detail-actions .btn{min-height:46px}.product-detail-v6 .gallery-wrap{border-radius:20px}.gallery-note{line-height:1.55}.category-route{position:relative;z-index:4}.category-route a{transition:.2s ease}.category-route a:hover{transform:translateY(-2px);border-color:#d3ba7b}.popular-search a:hover{text-decoration:underline}.footer{border-top:4px solid var(--red)}
@media(max-width:900px){.buying-steps{grid-template-columns:1fr 1fr}.guide-cta{align-items:flex-start;flex-direction:column}.buying-guide .section-head h2{font-size:32px}}
@media(max-width:560px){.buying-steps{grid-template-columns:1fr}.buying-steps>div{min-height:auto}.guide-cta strong{font-size:19px}}


/* V17 — fiyat vitrini ve yönetim önizleme iyileştirmeleri */
.price-showcase{background:linear-gradient(180deg,#fff 0%,#fafafa 100%);border-top:1px solid #eee;border-bottom:1px solid #eee}
.price-showcase-head{display:flex;justify-content:space-between;gap:36px;align-items:end;margin-bottom:28px}
.price-showcase-head>div{max-width:780px}.price-showcase-head h2{font-size:clamp(28px,3vw,42px);margin:8px 0 10px;letter-spacing:-.035em}
.price-products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.price-mini-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e8e8e8;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.05);transition:.2s ease;color:inherit;text-decoration:none}
.price-mini-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(0,0,0,.10)}
.price-mini-image{height:190px;background:#f4f4f4;display:flex;align-items:center;justify-content:center;padding:18px}
.price-mini-image img{width:100%;height:100%;object-fit:contain}.price-mini-card>div:last-child{padding:20px}.price-mini-card span{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#777;font-weight:800}
.price-mini-card h3{font-size:21px;margin:7px 0 8px}.price-mini-card p{font-size:14px;color:#666;line-height:1.55;min-height:65px;margin:0 0 14px}.price-mini-card strong{display:block;font-size:23px;color:#c62026}.price-mini-card small{display:block;color:#777;margin-top:3px}
.price-explainer{display:grid;grid-template-columns:auto auto 1fr;gap:26px;align-items:center;margin-top:22px;padding:18px 20px;border:1px solid #e7e7e7;border-radius:16px;background:#fff}.price-explainer>div{display:grid;grid-template-columns:auto auto;column-gap:8px;align-items:center}.price-explainer>div small{grid-column:2;color:#777}.price-explainer p{margin:0;color:#555;line-height:1.55}.price-dot{width:11px;height:11px;border-radius:50%;display:inline-block}.price-dot.priced{background:#c62026}.price-dot.quote{background:#b38a32}
.admin-preview-link{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}
@media(max-width:980px){.price-products{grid-template-columns:repeat(2,1fr)}.price-explainer{grid-template-columns:1fr 1fr}.price-explainer p{grid-column:1/-1}.price-showcase-head{align-items:start;flex-direction:column}}
@media(max-width:620px){.price-products{grid-template-columns:1fr}.price-mini-card{display:grid;grid-template-columns:125px 1fr}.price-mini-image{height:100%;min-height:175px}.price-mini-card p{min-height:auto}.price-explainer{grid-template-columns:1fr}.price-explainer p{grid-column:auto}.price-showcase-head .btn{width:100%;text-align:center}}


/* V18 — yönetim panelinde daha pratik görsel yükleme ve kapak sıralama */
.upload-box{transition:.2s ease}.upload-box.dragging{border-color:var(--red);background:#fff6f6;box-shadow:inset 0 0 0 2px rgba(229,29,37,.08)}
.image-counter{display:flex;justify-content:space-between;gap:16px;align-items:center;margin:12px 0 4px;padding-top:10px;border-top:1px dashed #ddd}.image-counter span{font-weight:900;font-size:13px}.image-counter small{color:#777}
.preview-wrap{position:relative}.cover-badge{position:absolute;left:7px;top:7px;background:rgba(20,20,20,.82);color:#fff;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:900}.preview-tools{display:flex;gap:5px;position:absolute;left:7px;right:7px;bottom:7px}.preview-tools button{flex:1;border:0;border-radius:7px;background:rgba(255,255,255,.94);padding:6px;cursor:pointer;font-weight:900;box-shadow:0 2px 8px rgba(0,0,0,.12)}.preview-tools button:disabled{opacity:.35;cursor:default}.preview-tools .danger{background:#c82027;color:#fff}
@media(max-width:620px){.image-counter{align-items:flex-start;flex-direction:column;gap:4px}}


/* V19 — gerçek çalışan siteyi hedef görsel seviyesine yaklaştıran vitrin iyileştirmeleri */
.hero-v19-stage{display:grid!important;grid-template-columns:1.25fr .75fr;gap:14px;align-content:center;padding:22px!important;min-height:500px;overflow:hidden}
.hero-feature-card,.hero-side-card{position:relative;z-index:2;background:rgba(255,255,255,.97);border:1px solid rgba(225,225,225,.9);border-radius:20px;text-decoration:none;color:#111;box-shadow:0 18px 50px rgba(0,0,0,.11);overflow:hidden;transition:.24s ease}
.hero-feature-card:hover,.hero-side-card:hover{transform:translateY(-5px);box-shadow:0 25px 60px rgba(0,0,0,.15)}
.hero-feature-card{min-height:365px;display:grid;grid-template-rows:1fr auto}.hero-feature-card img{width:100%;height:265px;object-fit:contain;padding:18px;background:linear-gradient(145deg,#faf9f5,#f2efe7)}
.hero-feature-card>div{padding:17px 19px 20px}.hero-feature-card span,.hero-side-card span{display:block;color:#a77d25;font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.hero-feature-card b{display:block;font-size:23px;margin:4px 0}.hero-feature-card small{color:#6c6c6c}
.hero-side-stack{display:grid;gap:14px;position:relative;z-index:2}.hero-side-card{display:grid;grid-template-rows:1fr auto;min-height:175px}.hero-side-card img{width:100%;height:115px;object-fit:contain;padding:11px;background:#f7f7f5}.hero-side-card>div{padding:11px 13px}.hero-side-card b{font-size:14px}.hero-note-v19{grid-column:1/-1;position:relative!important;right:auto!important;bottom:auto!important;display:flex!important;justify-content:space-between;align-items:center;gap:15px;padding:13px 16px!important;border-radius:14px!important;background:#151515!important;color:#fff!important}.hero-note-v19 strong{font-size:14px}.hero-note-v19 span{font-size:11px;color:#cfcfcf}
.visual-proof{background:#fff}.visual-proof-head{display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:end;margin-bottom:26px}.visual-proof-head h2{font-size:clamp(30px,3.6vw,48px);line-height:1.08;letter-spacing:-.04em;margin:8px 0 0}.visual-proof-head p{margin:0;color:#666;line-height:1.72;font-size:14px}.visual-proof-grid{display:grid;grid-template-columns:1fr 1.45fr 1fr;gap:16px}.visual-proof-card{position:relative;min-height:340px;border-radius:22px;overflow:hidden;background:#f4f3ef;border:1px solid #e6e3db;text-decoration:none;color:#111}.visual-proof-card img{width:100%;height:100%;object-fit:contain;padding:28px;transition:.25s ease}.visual-proof-card:hover img{transform:scale(1.035)}.visual-proof-card>div{position:absolute;left:14px;right:14px;bottom:14px;padding:15px 16px;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);border-radius:14px;box-shadow:0 8px 24px rgba(0,0,0,.08)}.visual-proof-card b{display:block;font-size:18px}.visual-proof-card span{display:block;font-size:12px;color:#666;margin-top:4px;line-height:1.4}.visual-proof-wide{min-height:390px}
@media(max-width:900px){.hero-v19-stage{grid-template-columns:1fr}.hero-side-stack{grid-template-columns:1fr 1fr}.visual-proof-head{grid-template-columns:1fr;gap:14px}.visual-proof-grid{grid-template-columns:1fr 1fr}.visual-proof-wide{grid-column:1/-1;order:-1}}
@media(max-width:620px){.hero-v19-stage{padding:12px!important;min-height:auto}.hero-feature-card{min-height:300px}.hero-feature-card img{height:210px}.hero-side-stack{grid-template-columns:1fr 1fr}.hero-side-card{min-height:150px}.hero-side-card img{height:95px}.hero-note-v19{align-items:flex-start;flex-direction:column}.visual-proof-grid{grid-template-columns:1fr}.visual-proof-wide{grid-column:auto}.visual-proof-card,.visual-proof-wide{min-height:300px}}


/* V20 — ana sayfada tekrarları azaltan ve hedef görsel hiyerarşisini güçlendiren düzen */
.editorial-products{padding-top:64px}.editorial-products .section-head h2{font-size:clamp(30px,3.2vw,44px);letter-spacing:-.035em}.category-grid .cat{border-radius:18px}.category-grid .cat-image{height:180px}.category-grid .cat-copy{min-height:78px}.category-grid .cat-copy b{font-size:16px}.product-card-v12{border-radius:18px}.product-card-v12 .product-image{aspect-ratio:1.22}.product-card-v12 .product-body{padding:18px}.product-card-v12 h3{font-size:19px}.hero-points{display:flex;gap:18px;flex-wrap:wrap;margin-top:18px;color:#d8d8d8;font-size:13px;font-weight:700}.hero-points span{display:flex;align-items:center;gap:6px}.hero-copy{position:relative;z-index:2}.hero-v9 .container{min-height:555px}.price-showcase,.visual-proof,.buying-guide{padding-top:70px;padding-bottom:70px}.promo-band{border-radius:22px}.benefits .benefit{border-radius:18px;box-shadow:0 8px 26px rgba(0,0,0,.035)}@media(max-width:900px){.hero-v9 .container{min-height:auto}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.category-grid,.product-grid{grid-template-columns:1fr}.category-grid .cat{display:grid;grid-template-columns:125px 1fr}.category-grid .cat-image{height:130px}.category-grid .cat-copy{align-items:flex-start;justify-content:center;flex-direction:column}.hero-points{gap:9px 14px}.section{padding:44px 0}}


/* V21 — hedef tasarıma yaklaşan ürün-katalog sunumu */
.catalog-intro{background:#fff;border-bottom:1px solid #ececec;padding:34px 0}.catalog-intro-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:54px;align-items:center}.catalog-intro h2{font-size:clamp(27px,3vw,40px);line-height:1.12;letter-spacing:-.035em;margin:7px 0 10px}.catalog-intro p{max-width:790px;margin:0;color:#666;line-height:1.72;font-size:14px}.catalog-intro-stats{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #e7e7e7;border-radius:18px;overflow:hidden;background:#fbfbfb;box-shadow:0 10px 28px rgba(0,0,0,.035)}.catalog-intro-stats div{padding:19px 13px;text-align:center;border-right:1px solid #e7e7e7}.catalog-intro-stats div:last-child{border-right:0}.catalog-intro-stats strong{display:block;color:#c82027;font-size:27px;line-height:1}.catalog-intro-stats span{display:block;color:#666;font-size:11px;margin-top:7px;font-weight:700}.hero-v19-stage:before{content:"";position:absolute;inset:5% 2%;background:radial-gradient(circle at 50% 40%,rgba(255,212,95,.17),transparent 52%);filter:blur(7px)}.hero-feature-card img,.hero-side-card img{filter:drop-shadow(0 14px 22px rgba(0,0,0,.12))}.category-grid .cat-image img,.product-image img,.price-mini-image img{transition:transform .25s ease,filter .25s ease}.cat:hover .cat-image img,.product-card:hover .product-image img,.price-mini-card:hover .price-mini-image img{transform:scale(1.035);filter:drop-shadow(0 10px 14px rgba(0,0,0,.08))}.category-grid .cat-copy small{line-height:1.35}.product-card .card-bits{display:flex;gap:6px;flex-wrap:wrap;margin:0 0 14px}.product-card .card-bits span{font-size:10px;font-weight:800;color:#646464;background:#f5f5f5;border:1px solid #e8e8e8;padding:6px 8px;border-radius:999px}.price-status{position:absolute;left:12px;top:12px;z-index:2;padding:6px 9px;border-radius:999px;font-size:10px;font-weight:900;box-shadow:0 4px 10px rgba(0,0,0,.08)}.product-card-media{position:relative}.price-status.priced{background:#fff0f0;color:#b4161c;border:1px solid #f0c4c6}.price-status.quote{background:#fff9eb;color:#80601d;border:1px solid #ead9a8}.card-actions{display:flex;gap:8px;align-items:center}.card-actions .btn{flex:1}.mini-phone{width:36px;height:36px;border-radius:8px;background:#151515;color:#fff;display:grid;place-items:center;font-size:14px}.visual-proof-card{box-shadow:0 12px 35px rgba(0,0,0,.045)}.buying-steps>div{transition:.2s ease}.buying-steps>div:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.06)}
@media(max-width:900px){.catalog-intro-grid{grid-template-columns:1fr;gap:22px}.catalog-intro-stats{max-width:560px}}
@media(max-width:560px){.catalog-intro{padding:26px 0}.catalog-intro-stats strong{font-size:22px}.catalog-intro-stats div{padding:15px 7px}.catalog-intro-stats span{font-size:10px}}

/* V22 - recent product continuity and polished product metadata */
.recent-products{margin-top:52px;padding-top:38px;border-top:1px solid #ececec}.recent-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.recent-products[hidden]{display:none}.breadcrumbs{font-size:12px;color:#777;line-height:1.5}.breadcrumbs a{color:#555}.breadcrumbs a:hover{color:var(--red)}.gallery-kicker{display:flex;justify-content:space-between;align-items:center;padding:0 2px 11px;color:#777;font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.gallery-kicker b{color:#9b7424}.detail .desc{font-size:15px;line-height:1.72;color:#555}.catalog-note{background:#f8f8f8;border:1px solid #e9e9e9;border-left:4px solid var(--gold);border-radius:0 12px 12px 0;padding:13px 15px;margin:14px 0}.catalog-note b,.catalog-note span{display:block}.catalog-note b{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#8b6b2c;margin-bottom:5px}.catalog-note span{font-size:12px;line-height:1.55;color:#555}@media(max-width:900px){.recent-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.recent-grid{grid-template-columns:1fr}}


/* V22 — katalog rehberi, baskı öncesi hazırlık ve ürün galeri büyütme */
.catalog-helper{display:grid;grid-template-columns:.7fr 1.3fr;gap:28px;align-items:center;padding:20px 22px;margin:0 0 18px;background:linear-gradient(135deg,#fff,#faf7f1);border:1px solid #e9e3d6;border-radius:16px}.catalog-helper b{display:block;font-size:20px;margin-top:4px}.catalog-helper p{margin:0;color:#666;line-height:1.65;font-size:13px}.file-ready{display:grid;grid-template-columns:.85fr 1.15fr;gap:34px;margin:30px 0;padding:30px;border-radius:22px;background:#f7f6f2;border:1px solid #e8e3d8}.file-ready h2{font-size:clamp(24px,2.5vw,34px);line-height:1.14;margin:8px 0 12px}.file-ready-copy p{color:#666;line-height:1.7;margin:0}.file-ready-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.file-ready-grid>div{background:#fff;border:1px solid #e6e2d9;border-radius:14px;padding:17px}.file-ready-grid span{display:block;color:#b38a32;font-weight:900;font-size:12px}.file-ready-grid b{display:block;font-size:15px;margin:5px 0}.file-ready-grid small{display:block;color:#6d6d6d;line-height:1.5}.product-contact-card{display:flex;justify-content:space-between;gap:28px;align-items:center;margin:34px 0;padding:28px 30px;border-radius:22px;background:#151515;color:#fff;box-shadow:0 18px 50px rgba(0,0,0,.1)}.product-contact-card .eyebrow{color:#d7b55b}.product-contact-card h2{font-size:clamp(23px,2.4vw,33px);margin:7px 0 8px}.product-contact-card p{max-width:760px;color:#c8c8c8;line-height:1.62;margin:0}.product-contact-actions{display:flex;gap:9px;flex-shrink:0}.gallery-main.zoomable{cursor:zoom-in}.lightbox{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.88);display:grid;place-items:center;padding:28px}.lightbox img{max-width:min(1100px,94vw);max-height:88vh;object-fit:contain;background:#fff;border-radius:14px;box-shadow:0 25px 90px rgba(0,0,0,.45)}.lightbox button{position:fixed;right:24px;top:18px;width:44px;height:44px;border-radius:50%;border:0;background:#fff;font-size:30px;line-height:1;cursor:pointer}.no-scroll{overflow:hidden}
@media(max-width:900px){.catalog-helper,.file-ready{grid-template-columns:1fr}.product-contact-card{align-items:flex-start;flex-direction:column}.product-contact-actions{width:100%}.product-contact-actions .btn{flex:1;text-align:center}}
@media(max-width:560px){.file-ready{padding:20px}.file-ready-grid{grid-template-columns:1fr}.product-contact-card{padding:22px}.product-contact-actions{flex-direction:column}.catalog-helper{gap:10px;padding:17px}}

/* V23 — katalog karşılaştırma, paylaşım ve panel kalite kontrolleri */
.catalog-compare{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:0 0 22px}.catalog-compare>div{background:#fff;border:1px solid #e8e8e8;border-radius:14px;padding:16px;box-shadow:0 8px 24px rgba(0,0,0,.035)}.catalog-compare span{display:block;color:var(--red);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.catalog-compare b{display:block;font-size:15px;margin:5px 0}.catalog-compare small{display:block;color:#6a6a6a;line-height:1.45}.share-tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:10px 0 2px}.share-tools button{border:1px solid #dedede;background:#fff;border-radius:9px;padding:9px 12px;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.share-tools button:hover{border-color:#b58b32;color:#8c681d}.share-tools span{font-size:12px;color:#666}.admin-item .actions-inline{flex-wrap:wrap;justify-content:flex-end}
@media(max-width:900px){.catalog-compare{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.catalog-compare{grid-template-columns:1fr}.share-tools{align-items:stretch}.share-tools button{flex:1}}


/* V24 — hedef ekran görüntüsüne yaklaşan premium ana sayfa ve footer */
.hero-v24{position:relative;overflow:hidden;background:#111;color:#fff;border-bottom:4px solid var(--gold)}
.hero-v24:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 42%,rgba(200,32,39,.2),transparent 30%),linear-gradient(110deg,#0c0c0d 0%,#171717 58%,#211b12 100%)}
.hero-v24 .container{position:relative;z-index:1;display:grid;grid-template-columns:.93fr 1.07fr;gap:58px;align-items:center;min-height:590px;padding-top:48px;padding-bottom:48px}
.hero-v24 .hero-copy h1{font-size:clamp(42px,5.2vw,76px);line-height:.95;letter-spacing:-.055em;text-transform:uppercase;margin:13px 0 23px;max-width:690px}
.hero-v24 .hero-copy h1 span{color:#d8ad4f;text-shadow:0 8px 26px rgba(216,173,79,.14)}
.hero-v24 .lead{max-width:650px;color:#d3d3d3;font-size:16px;line-height:1.75}
.hero-v24 .eyebrow{color:#e0bc6b;letter-spacing:.15em}
.hero-v24-stage{min-height:485px;padding:19px!important;background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.11);border-radius:26px;box-shadow:0 30px 80px rgba(0,0,0,.34);backdrop-filter:blur(5px)}
.hero-feature-main{min-height:335px;background:linear-gradient(145deg,#fff,#f5f0e6)!important}
.hero-feature-main img{height:260px!important;object-fit:contain!important}
.hero-v24 .hero-side-card{background:#fff}
.hero-v24 .hero-side-card img{background:linear-gradient(#fff,#f7f7f7)}
.hero-v24 .hero-note-v19{background:rgba(9,9,9,.84);border:1px solid rgba(255,255,255,.1)}
.feature-strip{box-shadow:0 12px 35px rgba(0,0,0,.035);position:relative;z-index:3}
.category-route{border-top:1px solid #ece8df;border-bottom:1px solid #ece8df;background:#faf8f3}
.editorial-products .category-grid{gap:20px}
.category-grid .cat{background:#fff;border:1px solid #e7e7e7;box-shadow:0 12px 30px rgba(0,0,0,.04);overflow:hidden}
.category-grid .cat:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(0,0,0,.075)}
.product-card-v12{box-shadow:0 12px 30px rgba(0,0,0,.045);overflow:hidden}
.product-card-v12:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(0,0,0,.08)}
.footer{padding-bottom:0}
.footer-grid-v24{grid-template-columns:1.25fr .75fr .85fr 1.15fr;gap:42px;padding-top:48px;padding-bottom:38px}
.footer-brand .footer-note{max-width:330px}
.footer-phone{font-size:21px;font-weight:900;margin-top:18px}.footer-phone a{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);background:#0b0b0b}.footer-bottom .container{display:flex;justify-content:space-between;gap:18px;padding-top:16px;padding-bottom:16px;color:#aaa;font-size:11px}
@media(max-width:1000px){.hero-v24 .container{grid-template-columns:1fr;gap:28px}.hero-v24-stage{min-height:430px}.footer-grid-v24{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.hero-v24 .container{padding-top:34px;padding-bottom:36px}.hero-v24 .hero-copy h1{font-size:43px}.hero-v24-stage{min-height:auto}.hero-feature-main{min-height:285px}.hero-feature-main img{height:210px!important}.footer-grid-v24{grid-template-columns:1fr;gap:28px}.footer-bottom .container{flex-direction:column;gap:7px}}

/* V25 — katalog keşfi ve güven katmanı */
.decision-hub{padding-top:28px}.decision-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.decision-grid>a{display:flex;gap:16px;align-items:flex-start;padding:22px;border:1px solid #e9e9e9;border-radius:18px;background:#fff;color:#171717;text-decoration:none;box-shadow:0 10px 30px rgba(0,0,0,.045);transition:.2s ease}.decision-grid>a:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(0,0,0,.08);border-color:#d9b36c}.decision-grid>a>span{display:grid;place-items:center;min-width:42px;height:42px;border-radius:12px;background:#a40000;color:#fff;font-weight:800}.decision-grid b{display:block;font-size:17px;margin-bottom:7px}.decision-grid p{margin:0;color:#666;line-height:1.55;font-size:14px}.proof-strip{padding-top:14px;padding-bottom:24px}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #e8e8e8;border-radius:18px;overflow:hidden;background:#fff}.proof-grid>div{padding:22px 24px;border-right:1px solid #eee}.proof-grid>div:last-child{border-right:0}.proof-grid strong{display:block;font-size:20px;color:#9f0a0a;margin-bottom:5px}.proof-grid span{font-size:13px;color:#6a6a6a}.product-card-v12{overflow:hidden}.product-card-v12 .product-card-media{background:linear-gradient(180deg,#fafafa,#f3f3f3);min-height:220px}.product-card-v12 .product-image img{transition:transform .35s ease}.product-card-v12:hover .product-image img{transform:scale(1.035)}.product-body h3{font-size:20px;line-height:1.18}.product-body p{line-height:1.55}.price-status{box-shadow:0 6px 16px rgba(0,0,0,.08)}
@media(max-width:980px){.decision-grid,.proof-grid{grid-template-columns:repeat(2,1fr)}.proof-grid>div:nth-child(2){border-right:0}.proof-grid>div:nth-child(-n+2){border-bottom:1px solid #eee}}
@media(max-width:640px){.decision-grid,.proof-grid{grid-template-columns:1fr}.proof-grid>div{border-right:0;border-bottom:1px solid #eee}.proof-grid>div:last-child{border-bottom:0}.decision-grid>a{padding:18px}.product-card-v12 .product-card-media{min-height:185px}}

/* V26 */
.catalog-choice{margin:28px 0 34px;padding:28px;border:1px solid #ece7df;background:linear-gradient(135deg,#fff,#fbf7f1);border-radius:24px;display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;align-items:center}.catalog-choice h2{margin:7px 0 0;font-size:clamp(24px,3vw,38px);line-height:1.08}.catalog-choice-grid{display:flex;flex-wrap:wrap;gap:10px}.catalog-choice-grid button{border:1px solid #ddd;background:#fff;border-radius:999px;padding:12px 16px;font:inherit;font-weight:800;cursor:pointer;transition:.2s}.catalog-choice-grid button:hover{border-color:#d32027;transform:translateY(-2px);box-shadow:0 8px 22px #00000010}.complementary-products{margin:48px 0 22px;padding:30px;border-radius:26px;background:#f8f8f8;border:1px solid #ececec}.complementary-products .section-head{margin-bottom:22px}@media(max-width:760px){.catalog-choice{grid-template-columns:1fr;padding:22px}.catalog-choice-grid{display:grid;grid-template-columns:1fr 1fr}.catalog-choice-grid button{border-radius:14px;text-align:left}.complementary-products{padding:20px;margin-top:32px}}


/* V27 — daha dolu ürün vitrini ve iletişim finali */
.catalog-wall{background:#fff;padding-top:54px}.catalog-wall-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;grid-auto-rows:255px;gap:16px}.wall-card{position:relative;overflow:hidden;border-radius:20px;background:linear-gradient(145deg,#f6f6f6,#ececec);border:1px solid #e7e7e7;text-decoration:none;color:#111;box-shadow:0 12px 34px rgba(0,0,0,.05)}.wall-card img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .4s ease}.wall-card:after{content:"";position:absolute;inset:38% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.78))}.wall-card>div{position:absolute;z-index:2;left:20px;right:20px;bottom:18px;color:#fff}.wall-card span{display:block;color:#e6c06c;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.wall-card b{display:block;font-size:22px;margin:4px 0}.wall-card small{display:block;color:#eee;font-size:12px}.wall-card:hover img{transform:scale(1.035)}.wall-large{grid-row:span 2}.wall-wide{grid-column:span 2}.contact-stage{background:#111;color:#fff;padding-top:64px;padding-bottom:64px}.contact-stage-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:54px;align-items:center}.contact-copy .eyebrow{color:#e0b85e}.contact-copy h2{font-size:clamp(30px,4vw,50px);line-height:1.05;letter-spacing:-.035em;margin:10px 0 18px;max-width:820px}.contact-copy p{color:#c9c9c9;line-height:1.7;max-width:720px}.contact-actions{display:flex;gap:10px;margin-top:24px}.contact-location{background:linear-gradient(145deg,#1b1b1b,#232323);border:1px solid #353535;border-radius:22px;padding:30px;box-shadow:0 24px 65px rgba(0,0,0,.25)}.location-top span{display:block;color:#d9b35d;font-size:10px;font-weight:900;letter-spacing:.11em}.location-top b{display:block;font-size:27px;margin:7px 0 15px}.contact-location p{color:#ddd;line-height:1.65;margin:0 0 20px}.location-meta{display:grid;gap:9px;padding-top:18px;border-top:1px solid #393939;color:#eee;font-size:13px;font-weight:700}.contact-stage .btn.light{background:#fff;color:#111}.contact-stage .btn.wa{background:#1f9c50;color:#fff;border-color:#1f9c50}
@media(max-width:980px){.catalog-wall-grid{grid-template-columns:1fr 1fr;grid-auto-rows:235px}.wall-large{grid-row:span 1}.wall-wide{grid-column:span 2}.contact-stage-grid{grid-template-columns:1fr;gap:28px}}
@media(max-width:600px){.catalog-wall-grid{grid-template-columns:1fr;grid-auto-rows:220px}.wall-wide{grid-column:span 1}.contact-actions{flex-direction:column}.contact-actions .btn{text-align:center}.contact-stage{padding-top:46px;padding-bottom:46px}.contact-location{padding:22px}}


/* V28 — hızlı ürün bulucu ve katalog odaklı ilk ekran */
.home-finder{position:relative;z-index:5;margin-top:-28px;padding:0 0 24px}.home-finder-inner{display:grid;grid-template-columns:.78fr 1.22fr;gap:34px;align-items:center;background:#fff;border:1px solid #e7e2d9;border-radius:22px;padding:24px 28px;box-shadow:0 20px 55px rgba(0,0,0,.10)}.home-finder-copy h2{margin:6px 0 7px;font-size:clamp(23px,2.6vw,34px);letter-spacing:-.025em}.home-finder-copy p{margin:0;color:#666;line-height:1.55}.home-search-box{display:grid;grid-template-columns:1fr auto;gap:9px}.home-search-box input{width:100%;min-width:0;border:1px solid #dcdcdc;background:#fafafa;border-radius:12px;padding:14px 15px;font:inherit;outline:none}.home-search-box input:focus{background:#fff;border-color:#b58b32;box-shadow:0 0 0 3px rgba(181,139,50,.10)}.home-search-box .btn{border:0;cursor:pointer;white-space:nowrap}.popular-searches{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-top:11px}.popular-searches span{font-size:11px;color:#777;font-weight:800;text-transform:uppercase;letter-spacing:.055em}.popular-searches a{font-size:12px;font-weight:800;color:#333;text-decoration:none;background:#f5f2ec;border:1px solid #e8e0d2;border-radius:999px;padding:6px 10px}.popular-searches a:hover{color:#990d0d;border-color:#d8b46a;background:#fff}.catalog-intro{padding-top:34px}
@media(max-width:820px){.home-finder{margin-top:0;padding-top:18px}.home-finder-inner{grid-template-columns:1fr;gap:18px}.home-search-box{grid-template-columns:1fr auto}}
@media(max-width:520px){.home-finder-inner{padding:20px;border-radius:16px}.home-search-box{grid-template-columns:1fr}.home-search-box .btn{text-align:center}.popular-searches span{width:100%}}


/* V29 — çoklu ürün bilgi listesi */
.quote-add-card{width:38px;height:38px;border-radius:11px;border:1px solid #dedede;background:#fff;color:#970d0d;font-size:22px;line-height:1;cursor:pointer;font-weight:800;display:grid;place-items:center;transition:.18s}.quote-add-card:hover{background:#970d0d;color:#fff;border-color:#970d0d;transform:translateY(-1px)}
.quote-btn{border:1px solid #d7c5a1!important;background:#fff8e9!important;color:#5f4819!important;cursor:pointer}.quote-btn:hover{background:#f4e2b9!important}
.quote-tray{position:fixed;right:22px;bottom:76px;z-index:120;width:min(360px,calc(100vw - 28px));pointer-events:none}.quote-tray-toggle{pointer-events:auto;margin-left:auto;display:flex;align-items:center;gap:10px;border:0;border-radius:999px;background:#141414;color:#fff;padding:12px 15px 12px 18px;box-shadow:0 16px 35px rgba(0,0,0,.23);font:inherit;font-weight:900;cursor:pointer}.quote-tray-toggle b{display:grid;place-items:center;min-width:27px;height:27px;border-radius:999px;background:#b30f15;color:#fff;font-size:12px}.quote-tray:not(.has-items) .quote-tray-toggle b{background:#555}.quote-tray-panel{pointer-events:auto;display:none;margin-top:10px;background:#fff;border:1px solid #e1e1e1;border-radius:18px;box-shadow:0 24px 65px rgba(0,0,0,.2);overflow:hidden}.quote-tray.open .quote-tray-panel{display:block}.quote-tray-head{display:flex;justify-content:space-between;align-items:center;padding:18px 18px 13px;border-bottom:1px solid #eee}.quote-tray-head small{display:block;color:#9d1111;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:9px}.quote-tray-head strong{display:block;font-size:18px;margin-top:4px}.quote-close{border:0;background:#f1f1f1;width:34px;height:34px;border-radius:999px;font-size:23px;cursor:pointer}.quote-tray-items{padding:8px 18px;max-height:270px;overflow:auto}.quote-tray-items>p{color:#6c6c6c;line-height:1.5;font-size:13px}.quote-tray-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid #eee;font-size:13px;font-weight:800}.quote-tray-item button{border:0;background:#f5f5f5;color:#8f1111;width:28px;height:28px;border-radius:8px;cursor:pointer;font-size:18px}.quote-send{display:block;margin:12px 18px 18px;text-align:center}.quote-toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,20px);z-index:160;background:#111;color:#fff;padding:11px 16px;border-radius:999px;font-size:13px;font-weight:800;opacity:0;pointer-events:none;transition:.22s}.quote-toast.show{opacity:1;transform:translate(-50%,0)}
.catalog-bulk-note{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:30px 0 0;padding:20px 22px;border-radius:16px;background:#faf5ea;border:1px solid #ead7ad}.catalog-bulk-note b{display:block;font-size:16px;margin-bottom:4px}.catalog-bulk-note span{color:#665f52;font-size:13px}.catalog-bulk-note button{border:0;background:#191919;color:#fff;border-radius:11px;padding:11px 15px;font:inherit;font-weight:800;cursor:pointer;white-space:nowrap}
@media(max-width:680px){.quote-tray{right:14px;bottom:70px}.quote-tray-toggle{padding:10px 13px 10px 15px}.catalog-bulk-note{align-items:flex-start;flex-direction:column}.catalog-bulk-note button{width:100%}.detail-actions .quote-btn{width:100%}}

/* V30 - kullanım amacına göre ürün karşılaştırma */
.compare-guide{background:#fff;border-top:1px solid #eee;border-bottom:1px solid #eee}
.compare-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.compare-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e8e8e8;border-radius:18px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 10px 30px rgba(20,20,20,.05);transition:.2s ease}
.compare-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(20,20,20,.09);border-color:#ddd}
.compare-img{height:180px;background:linear-gradient(180deg,#f7f7f7,#fff);display:flex;align-items:center;justify-content:center;padding:18px}
.compare-img img{width:100%;height:100%;object-fit:contain}
.compare-copy{padding:20px;display:flex;flex-direction:column;gap:8px;min-height:220px}
.compare-copy>span{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#c70d13}
.compare-copy h3{font-size:22px;margin:0;color:#111}
.compare-copy p{margin:0;color:#666;line-height:1.6;font-size:14px;flex:1}
.compare-copy b{font-size:14px;color:#111}
@media(max-width:980px){.compare-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.compare-grid{grid-template-columns:1fr}.compare-img{height:210px}.compare-copy{min-height:0}}

/* V31 — büyük kategori vitrini, rafine üst alan ve katalog kartları */
.header{background:#fff;box-shadow:0 4px 22px rgba(0,0,0,.05);position:sticky;top:0;z-index:90}.microbar{background:#0d0d0d;color:#eee}.microbar .container{min-height:30px}.head-main{padding-top:14px;padding-bottom:14px}.logo{height:58px;width:auto}.nav-wrap{border-top:1px solid #eee;background:#fff}.nav a{font-size:13px;letter-spacing:.01em}.nav a.active{color:#b20d13}.nav-cta{background:#b50d13!important;border-radius:9px!important;padding:11px 17px!important}
.hero-v24{background:radial-gradient(circle at 72% 22%,rgba(184,25,30,.08),transparent 32%),linear-gradient(115deg,#fff 0%,#fbfaf8 58%,#f4efe7 100%);padding-top:72px;padding-bottom:84px}.hero-v24 .container{gap:58px}.hero-copy h1{font-size:clamp(46px,5.4vw,76px);letter-spacing:-.055em;line-height:.93}.hero-copy h1 span{color:#b20f14}.hero-copy .lead{font-size:17px;max-width:690px;line-height:1.72}.hero-v24-stage{border-radius:28px;background:#fff;border:1px solid #e8e3da;box-shadow:0 34px 80px rgba(59,40,20,.13);padding:18px}.hero-feature-card,.hero-side-card{border:1px solid #eee;box-shadow:0 12px 30px rgba(0,0,0,.06)}
.category-showcase{padding:76px 0 54px;background:#fff}.category-showcase-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;grid-template-rows:260px 260px;gap:16px}.category-showcase-card{position:relative;overflow:hidden;border-radius:22px;background:#f5f5f5;color:#fff;text-decoration:none;border:1px solid #e8e8e8;box-shadow:0 16px 36px rgba(0,0,0,.06);isolation:isolate}.category-showcase-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 28%,rgba(10,10,10,.86) 100%);z-index:1}.category-showcase-card img{width:100%;height:100%;object-fit:contain;padding:14px;transition:transform .38s ease;background:linear-gradient(145deg,#f7f7f7,#ededed)}.category-showcase-card:hover img{transform:scale(1.04)}.category-showcase-large{grid-row:1 / span 2}.category-overlay{position:absolute;z-index:2;left:22px;right:22px;bottom:20px}.category-overlay span{font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:#e7c875}.category-overlay h3{font-size:25px;margin:4px 0 5px}.category-showcase-large .category-overlay h3{font-size:32px}.category-overlay p{margin:0 0 9px;font-size:12.5px;line-height:1.45;color:#eee;max-width:460px}.category-overlay b{font-size:12px;color:#fff}.editorial-products{padding-top:64px}.product-card-v12{border-radius:20px;border-color:#e8e8e8;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.045)}.product-card-v12:hover{box-shadow:0 18px 44px rgba(0,0,0,.09);transform:translateY(-3px)}.product-card-media{background:linear-gradient(180deg,#fafafa,#f2f2f2);min-height:230px}.product-card-media .product-image img{max-height:220px}.product-body{padding:20px}.product-body h3{font-size:21px}.price{color:#a30c12}.section-head h2{letter-spacing:-.03em}.footer{border-top:4px solid #b00d12}
@media(max-width:980px){.category-showcase-grid{grid-template-columns:1fr 1fr;grid-template-rows:260px 240px 240px}.category-showcase-large{grid-column:1 / -1;grid-row:auto}.hero-v24{padding-top:52px}.header{position:relative}}
@media(max-width:620px){.category-showcase{padding:48px 0 36px}.category-showcase-grid{grid-template-columns:1fr;grid-template-rows:none}.category-showcase-large{grid-column:auto}.category-showcase-card{height:230px}.category-overlay h3,.category-showcase-large .category-overlay h3{font-size:24px}.hero-v24{padding-top:38px;padding-bottom:48px}.hero-copy h1{font-size:44px}.logo{height:50px}}

/* V32 — yerel güven, açıklayıcı SSS ve daha olgun katalog finali */
.local-solutions{background:linear-gradient(180deg,#fbfaf7,#fff);border-top:1px solid #eee}.local-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:22px}.local-main,.local-side>div{background:#fff;border:1px solid #e9e6df;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.04)}.local-main{padding:30px}.local-main>strong{font-size:28px;letter-spacing:-.025em}.local-main>p{color:#666;line-height:1.7;max-width:760px}.area-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.area-chips span{padding:8px 11px;border-radius:999px;background:#f7f3eb;border:1px solid #e6d7bc;color:#5e4d31;font-size:12px;font-weight:800}.local-side{display:grid;gap:12px}.local-side>div{padding:20px}.local-side b{font-size:16px}.local-side p{margin:6px 0 0;color:#666;line-height:1.55;font-size:13px}.faq-home{background:#fff}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.faq-grid details{border:1px solid #e8e8e8;border-radius:16px;background:#fff;padding:0 18px;box-shadow:0 8px 24px rgba(0,0,0,.035)}.faq-grid summary{cursor:pointer;font-weight:900;padding:18px 26px 18px 0;list-style:none;position:relative}.faq-grid summary::-webkit-details-marker{display:none}.faq-grid summary:after{content:"+";position:absolute;right:0;top:15px;font-size:24px;color:#aa0e13}.faq-grid details[open] summary:after{content:"–"}.faq-grid p{margin:0 0 18px;color:#666;line-height:1.65;font-size:14px}.contact-stage{margin-top:0}@media(max-width:820px){.local-grid,.faq-grid{grid-template-columns:1fr}}

/* V33 */
.solution-scenes{background:linear-gradient(180deg,#fff 0,#f7f7f8 100%);padding-top:78px;padding-bottom:82px}.solution-scene-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px}.solution-scene{position:relative;min-height:360px;border-radius:20px;overflow:hidden;background:#161616;box-shadow:var(--shadow);display:flex;align-items:flex-end}.solution-scene-wide{grid-column:span 2}.solution-scene img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.solution-scene:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03) 25%,rgba(0,0,0,.82) 100%)}.solution-scene>div{position:relative;z-index:1;color:#fff;padding:30px;max-width:620px}.solution-scene span{display:inline-block;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#f0c66d;margin-bottom:8px}.solution-scene h3{font-size:28px;margin:0 0 10px}.solution-scene p{line-height:1.6;color:#efefef;margin:0 0 14px}.solution-scene b{color:#fff}.solution-scene:hover img{transform:scale(1.035)}.order-brief-mini{margin:18px 0;padding:18px;border:1px solid #ead9b8;background:#fffaf1;border-radius:14px}.order-brief-mini>span{display:block;font-size:12px;font-weight:900;color:#9a6b1d;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.order-brief-mini>div{display:flex;flex-wrap:wrap;gap:8px}.order-brief-mini>div b{font-size:12px;border:1px solid #dec89f;background:#fff;border-radius:999px;padding:7px 10px}.order-brief-mini small{display:block;margin-top:10px;color:#6b6256;line-height:1.5}.admin-workflow{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0}.admin-workflow>div{background:#fff;border:1px solid #e6e6e6;border-radius:12px;padding:14px;display:grid;gap:4px}.admin-workflow span{font-size:11px;font-weight:900;color:var(--red)}.admin-workflow b{font-size:14px}.admin-workflow small{font-size:12px;color:var(--muted);line-height:1.4}@media(max-width:900px){.solution-scene-grid{grid-template-columns:1fr 1fr}.solution-scene-wide{grid-column:span 2}.admin-workflow{grid-template-columns:1fr 1fr}}@media(max-width:640px){.solution-scenes{padding-top:54px;padding-bottom:58px}.solution-scene-grid{grid-template-columns:1fr}.solution-scene,.solution-scene-wide{grid-column:auto;min-height:310px}.solution-scene>div{padding:22px}.solution-scene h3{font-size:23px}.admin-workflow{grid-template-columns:1fr}}

/* v34 visual proof polish */
.visual-proof{padding:72px 0;background:linear-gradient(180deg,#fff 0,#f7f7f7 100%)}
.visual-proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:28px}
.visual-proof-card{display:block;background:#fff;border:1px solid #e8e8e8;border-radius:20px;overflow:hidden;box-shadow:0 14px 34px rgba(0,0,0,.07);transition:.22s ease;text-decoration:none;color:#161616}
.visual-proof-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(0,0,0,.11)}
.visual-proof-card img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;background:#eee}
.visual-proof-card div{padding:18px 18px 20px}.visual-proof-card b{display:block;font-size:18px;margin-bottom:6px}.visual-proof-card span{display:block;color:#686868;font-size:14px;line-height:1.45}
@media (max-width:1000px){.visual-proof-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.visual-proof{padding:48px 0}.visual-proof-grid{grid-template-columns:1fr}.visual-proof-card{border-radius:16px}}

/* V35: professional publish workflow */
.publish-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0}.publish-summary>span{display:flex;flex-direction:column;gap:4px;padding:15px 17px;border:1px solid #e7e7e7;border-radius:14px;background:#fff}.publish-summary b{font-size:16px}.publish-summary small{color:#777}.status-draft{background:#fff2df!important;color:#9a5a00!important;border-color:#f0d4aa!important}.status-live{background:#edf8f0!important;color:#28723c!important;border-color:#cce7d4!important}@media(max-width:700px){.publish-summary{grid-template-columns:1fr}}

/* V36 polish: clearer commerce/catalog hierarchy */
.product-card-v12{position:relative}.product-card-v12 .product-card-media{position:relative;overflow:hidden}.product-card-v12 .product-card-media:after{content:"";position:absolute;inset:auto 0 0;height:38%;background:linear-gradient(transparent,rgba(0,0,0,.05));pointer-events:none}.product-card-v12:hover .product-card-media img{transform:scale(1.035)}.product-card-v12 .product-card-media img{transition:transform .28s ease}.product-card-v12 .card-actions{display:grid;grid-template-columns:1fr 42px 42px;gap:8px;align-items:center}.product-card-v12 .quote-add-card,.product-card-v12 .mini-phone{height:40px;border-radius:8px;display:grid;place-items:center}.product-card-v12 .quote-add-card{border:1px solid #dedede;background:#fff;font-size:19px;cursor:pointer}.product-card-v12 .mini-phone{border:1px solid #dedede;background:#fafafa}.product-card-v12 .quote-add-card:hover,.product-card-v12 .mini-phone:hover{border-color:var(--red);color:var(--red)}
.product-detail .detail{position:relative}.product-summary-band{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:16px 0}.product-summary-band>div{padding:12px 13px;background:#fafafa;border:1px solid #e6e6e6;border-radius:10px}.product-summary-band small{display:block;color:#777;margin-bottom:4px}.product-summary-band b{font-size:14px}.product-navigation{display:flex;justify-content:space-between;gap:12px;margin-top:24px;padding-top:18px;border-top:1px solid #e7e7e7}.product-navigation a{flex:1;border:1px solid #e4e4e4;border-radius:10px;padding:12px 14px;background:#fff}.product-navigation a:last-child{text-align:right}.product-navigation small{display:block;color:#888;margin-bottom:3px}.product-navigation b{font-size:14px}.product-navigation a:hover{border-color:var(--red);color:var(--red)}
.home-status-strip{background:#151515;color:#fff}.home-status-strip .container{display:flex;gap:18px;align-items:center;justify-content:center;padding:10px 16px;font-size:13px}.home-status-strip b{color:#f2cc70}.home-status-strip span+span:before{content:"•";margin-right:18px;color:#777}.floating-contact-v36{position:fixed;right:18px;bottom:20px;z-index:70;display:flex;flex-direction:column;gap:8px}.floating-contact-v36 a{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:900;box-shadow:0 8px 24px rgba(0,0,0,.2)}.floating-contact-v36 .call{background:#222}.floating-contact-v36 .whatsapp{background:#18a957}
@media(max-width:760px){.product-summary-band{grid-template-columns:1fr}.product-navigation{flex-direction:column}.product-navigation a:last-child{text-align:left}.home-status-strip .container{justify-content:flex-start;overflow:auto;white-space:nowrap}.floating-contact-v36{right:12px;bottom:76px}.floating-contact-v36 a{width:44px;height:44px}}

/* V37 yönetim paneli katalog kalite araçları */
.admin-filterbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.admin-filterbar .admin-search{flex:1;min-width:220px}.admin-mini-select{min-height:42px;border:1px solid #ddd;border-radius:10px;padding:0 12px;background:#fff;font:inherit}.tag.readiness{background:#f2f2f2;color:#555}.tag.readiness.ready{background:#e7f6ec;color:#18723a}.empty-admin{padding:28px;text-align:center;border:1px dashed #d8d8d8;border-radius:12px;color:#777;background:#fafafa}@media(max-width:760px){.admin-filterbar{display:grid;grid-template-columns:1fr 1fr}.admin-filterbar .admin-search{grid-column:1/-1;width:100%}}

/* V38 - katalog gezinme ve görsel hiyerarşi iyilestirmeleri */
.catalog-controls-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:18px}.catalog-controls-row .filters{flex:1;margin:0}.sort-control{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:800;color:#474747;white-space:nowrap}.sort-control select{border:1px solid #ddd;border-radius:12px;background:#fff;padding:11px 34px 11px 12px;font:inherit;color:#171717;box-shadow:0 6px 20px rgba(0,0,0,.04)}.filters .filter{display:inline-flex;align-items:center;gap:7px}.filters .filter small{min-width:20px;height:20px;padding:0 6px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(0,0,0,.07);font-size:10px}.filters .filter.active small{background:rgba(255,255,255,.22);color:#fff}.result-count strong{font-size:18px;color:#111}.product-card{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 38px rgba(0,0,0,.09);border-color:#e5d8c2}.product-card img{transition:transform .35s ease}.product-card:hover img{transform:scale(1.025)}@media(max-width:760px){.catalog-controls-row{align-items:stretch}.catalog-controls-row .filters{width:100%}.sort-control{width:100%;justify-content:space-between}.sort-control select{flex:1;max-width:230px}.result-count{width:100%}}

/* V39 - daha temiz, premium ve referans görsele yakın ana sayfa */
body{background:#fff;color:#171717}.microbar{background:#171717}.header{box-shadow:0 1px 0 rgba(0,0,0,.08)}.head-main{padding-top:18px;padding-bottom:18px}.logo{max-height:72px}.nav-wrap{background:#fff;border-top:1px solid #eee;border-bottom:1px solid #eee}.nav a{font-weight:800}.nav a.active,.nav a:hover{color:var(--red)}
.hero-v24{background:linear-gradient(135deg,#f8f5f1 0%,#fff 54%,#f6f6f6 100%);padding:58px 0 66px}.hero-v24 .container{align-items:center}.hero-copy{max-width:610px}.hero-copy h1{font-size:clamp(42px,5.1vw,76px);line-height:.98;letter-spacing:-.045em;margin:14px 0 24px}.hero-copy h1 span{color:var(--red)}.hero-copy .lead{font-size:18px;line-height:1.7;color:#5e5e5e;max-width:600px}.hero-points{margin-top:22px}.hero-v24-stage{min-height:520px}.hero-feature-main{border-radius:24px;box-shadow:0 28px 70px rgba(0,0,0,.16)}.hero-side-card{border-radius:18px;box-shadow:0 16px 34px rgba(0,0,0,.10)}
.v39-trust{background:#fff;border-bottom:1px solid #eee}.v39-trust .container{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.v39-trust .container>div{padding:21px 26px;border-right:1px solid #eee}.v39-trust .container>div:last-child{border-right:0}.v39-trust b{display:block;font-size:17px}.v39-trust span{display:block;color:#777;font-size:12px;margin-top:4px}
.feature-strip{padding:24px 0;background:#171717;color:#fff}.feature-strip .feature-mini b{color:#fff}.feature-strip .sub{color:#aaa}.feature-strip .circle{background:var(--red);color:#fff}
.category-showcase{padding:84px 0 72px}.section-head h2{font-size:clamp(30px,3.5vw,46px);letter-spacing:-.025em}.category-showcase-grid{gap:18px}.category-showcase-card{border-radius:22px;min-height:330px;box-shadow:0 18px 48px rgba(0,0,0,.09)}.category-showcase-large{min-height:440px}.category-overlay{padding:28px}.category-overlay h3{font-size:27px}.category-overlay p{max-width:430px}
.section.soft{background:#f7f7f7}.product-card{border-radius:18px}.product-card-media{background:#f1f1f1}.price-showcase{padding-top:76px;padding-bottom:76px}.visual-proof{padding-top:76px;padding-bottom:76px}.local-solutions,.faq-home,.contact-stage{padding-top:72px;padding-bottom:72px}.promo-band{border-radius:22px}
.footer{margin-top:0}
@media(max-width:900px){.v39-trust .container{grid-template-columns:1fr 1fr}.v39-trust .container>div:nth-child(2){border-right:0}.v39-trust .container>div{border-bottom:1px solid #eee}.hero-v24-stage{min-height:430px}}
@media(max-width:640px){.hero-v24{padding-top:34px}.hero-copy h1{font-size:44px}.hero-copy .lead{font-size:16px}.v39-trust .container{grid-template-columns:1fr 1fr}.v39-trust .container>div{padding:16px 14px}.category-showcase{padding:56px 0}.category-showcase-card,.category-showcase-large{min-height:290px}}

/* V40: referans görünüme yaklaşan ürün grupları vitrini */
.product-groups-v40{padding:34px 0 42px;background:#fff;border-bottom:1px solid #eee}
.compact-v40{align-items:center;margin-bottom:18px}.compact-v40 h2{font-size:24px;margin-top:5px}.compact-v40 .sub{max-width:760px;font-size:14px}
.category-grid-v40{grid-template-columns:repeat(6,1fr);gap:12px}.category-grid-v40 .cat{border-radius:9px;box-shadow:0 2px 10px rgba(0,0,0,.035);transform:none}.category-grid-v40 .cat:hover{transform:translateY(-3px);box-shadow:0 12px 24px rgba(0,0,0,.08)}
.category-grid-v40 .cat-image{height:118px;background:#f7f7f7}.category-grid-v40 .cat-image img{object-fit:cover;padding:0;filter:none}.category-grid-v40 .cat-copy{padding:10px 11px 12px;display:block;text-align:center}.category-grid-v40 .cat-copy b{display:block;font-size:13px;line-height:1.25}.category-grid-v40 .cat-copy small{display:block;font-size:10px;margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media(max-width:1100px){.category-grid-v40{grid-template-columns:repeat(4,1fr)}}
@media(max-width:720px){.category-grid-v40{grid-template-columns:repeat(2,1fr)}.compact-v40{align-items:flex-start}.compact-v40 h2{font-size:22px}.category-grid-v40 .cat-image{height:126px}}
/* V41 visual refinement: closer to approved catalog mockup */
.microbar{background:#101010;color:#d8d8d8;font-size:11px}.microbar .container{min-height:28px;display:flex;align-items:center;justify-content:space-between;gap:16px}.header{position:sticky;top:0;z-index:80;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.06);border:0}.head-main{height:82px!important}.brand-link{min-width:230px}.logo{width:230px;height:65px}.head-contact{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;line-height:1.1}.phone-big{font-size:19px;font-weight:900;color:#111}.head-contact span{font-size:11px;color:var(--red);font-weight:900;margin-top:4px}.wa-round{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#18b659;color:#fff;font-size:0}.wa-round:after{content:'W';font-size:17px;font-weight:900}.nav-wrap{background:#111;color:#fff}.nav-wrap>.container{display:flex;align-items:center;min-height:48px}.nav{margin:0;gap:4px;flex:1}.nav a{padding:16px 18px 13px;border:0;font-size:13px}.nav a:hover,.nav a.active{background:var(--red);color:#fff}.nav-cta{background:var(--red);padding:10px 16px;border-radius:6px;font-size:12px;font-weight:900;white-space:nowrap}.site-search{max-width:360px;height:42px}.home-status-strip{display:none}.hero.hero-v24{background:linear-gradient(90deg,#0d0d0d 0%,#161616 48%,#272727 100%)}.hero .container{min-height:365px;padding-top:28px;padding-bottom:28px}.hero h1{font-size:48px;max-width:640px}.hero .lead{font-size:15px;line-height:1.6;max-width:610px}.hero-points{display:flex;gap:9px;flex-wrap:wrap;margin-top:20px}.hero-points span{font-size:12px;padding:8px 11px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.11);border-radius:999px}.hero-v24-stage{min-height:310px}.hero-feature-card{border-radius:12px}.hero-feature-main{height:275px}.hero-feature-main img{object-fit:cover}.hero-side-stack{gap:10px}.hero-side-card{height:130px}.v39-trust{display:none}.feature-strip .container{border:1px solid #eee;border-radius:0 0 10px 10px;background:#fff;box-shadow:0 7px 22px rgba(0,0,0,.045)}.feature-mini{padding:14px 18px}.feature-mini .circle{width:38px;height:38px;font-size:17px;background:#fff;color:var(--red);border:1px solid #efc9ca}.section{padding:44px 0}.section h2{font-size:27px}.product-groups-v40{padding-top:38px}.category-grid-v40{grid-template-columns:repeat(6,1fr);gap:12px}.category-grid-v40 .cat{border-radius:9px}.category-grid-v40 .cat-image{height:116px}.category-grid-v40 .cat-copy{padding:10px 11px 12px;display:block}.category-grid-v40 .cat-copy b{font-size:14px;display:block}.category-grid-v40 .cat-copy small{font-size:11px;display:block;margin-top:4px}.category-showcase{padding:44px 0;background:#fafafa}.category-showcase-grid{gap:12px}.category-showcase-card{min-height:220px}.category-showcase-card.category-showcase-large{min-height:452px}.category-overlay{padding:18px}.category-overlay h3{font-size:21px}.product-grid{grid-template-columns:repeat(6,1fr);gap:12px}.product-card{border-radius:9px}.product-card .product-image{aspect-ratio:1.25}.product-body{padding:11px}.product-body h3{font-size:14px}.product-body p{font-size:11px;line-height:1.4;min-height:31px}.product-meta{font-size:10px}.card-bits{gap:4px!important}.card-bits span{font-size:9px!important;padding:4px 6px!important}.price{font-size:12px}.card-actions .btn.small{padding:7px 8px;font-size:10px}.quote-add-card,.mini-phone{width:29px!important;height:29px!important}.price-products{grid-template-columns:repeat(4,1fr);gap:12px}.price-mini-card{border-radius:10px}.visual-proof-grid{gap:12px}.buying-steps{gap:12px}.benefits{gap:12px}.benefit{padding:16px}.benefit h3{font-size:16px}.benefit p{font-size:12px}.contact-stage{padding-top:38px}.footer{padding-top:38px}.footer-grid-v24{gap:30px}.footer-logo{width:185px}.footer-note{font-size:12px}.footer-bottom{margin-top:28px}.floating-contact-v36{bottom:20px}
@media(max-width:1100px){.category-grid-v40,.product-grid{grid-template-columns:repeat(4,1fr)}.head-contact{display:none}.brand-link{min-width:210px}.logo{width:210px}.nav a{padding-left:10px;padding-right:10px}}
@media(max-width:760px){.microbar{display:none}.head-main{height:68px!important}.logo{width:170px;height:55px}.site-search{display:none}.nav-wrap{display:none}.menu-open .nav-wrap{display:block}.menu-open .nav-wrap>.container{display:block;padding:10px 16px}.menu-open .nav{display:flex!important;flex-direction:column;align-items:stretch}.menu-open .nav a{padding:12px 10px}.nav-cta{display:block;margin-top:8px;text-align:center}.hero .container{min-height:auto;padding-top:24px;padding-bottom:24px}.hero h1{font-size:36px}.hero-stage{margin-top:6px}.hero-v24-stage{min-height:300px}.category-grid-v40,.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.category-grid-v40 .cat-image{height:105px}.category-showcase-grid{grid-template-columns:1fr}.category-showcase-card.category-showcase-large,.category-showcase-card{min-height:250px}.feature-strip .container{grid-template-columns:repeat(2,1fr)}.feature-mini{border-bottom:1px solid #eee}.section{padding:34px 0}.section h2{font-size:23px}}

/* V42 — referans ekran görüntüsüne daha yakın sıkı katalog düzeni */
.header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.05);position:relative;z-index:30}
.head-main{min-height:92px;gap:24px}.logo{max-width:235px;height:auto}.site-search{max-width:430px;flex:1}.site-search input{height:42px;border-radius:7px 0 0 7px;background:#fbfbfb}.site-search button{height:42px;width:48px;border-radius:0 7px 7px 0}.phone-big{font-size:18px}.head-contact span{color:#d51f27;font-weight:800}.nav-wrap{background:#111;border-top:1px solid #202020}.nav-wrap>.container{display:flex;align-items:stretch;justify-content:space-between}.nav a{padding:15px 18px;text-transform:uppercase;font-size:12px;letter-spacing:.02em}.nav a.active,.nav a:hover{background:#d71920;color:#fff}.nav-cta{align-self:center;background:#d71920;color:#fff;padding:10px 16px;border-radius:6px;font-size:12px;font-weight:900;text-transform:uppercase}
.hero-v24{border-bottom:0}.hero-v24 .container{min-height:455px;padding-top:28px;padding-bottom:28px;gap:34px}.hero-v24 .hero-copy h1{font-size:clamp(42px,4.2vw,66px);max-width:600px;margin-bottom:16px}.hero-v24 .lead{font-size:14px;line-height:1.62}.hero-v24-stage{min-height:390px;border-radius:16px}.hero-feature-main{min-height:270px}.hero-feature-main img{height:205px!important}.hero-side-card img{height:104px!important}.hero-points{gap:16px}.hero-points span{font-size:12px}
.feature-strip{padding:14px 0}.feature-strip .container{gap:12px}.feature-mini{padding:11px 14px;border:1px solid #e8e8e8;border-radius:9px;background:#fff}.feature-mini .circle{width:34px;height:34px}.feature-mini b{font-size:12px}.feature-mini small{font-size:10px}
.section{padding:46px 0}.section-head{margin-bottom:20px}.section-head h2{font-size:clamp(25px,2.4vw,34px);margin:5px 0 7px}.section-head .sub{font-size:13px}.category-grid-v40{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.category-grid-v40 .cat{border-radius:9px}.category-grid-v40 .cat-image{height:128px}.category-grid-v40 .cat-copy{padding:10px 11px 12px}.category-grid-v40 .cat-copy b{font-size:13px}.category-grid-v40 .cat-copy small{font-size:10px}.product-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.product-card{border-radius:10px}.product-image{height:142px}.product-body{padding:11px}.product-body h3{font-size:14px;margin:5px 0}.product-body p{font-size:10.5px;line-height:1.45;min-height:30px}.product-card .card-bits span{font-size:9px;padding:5px 6px}.product-card .price{font-size:12px}.card-actions .btn.small{font-size:10px;padding:8px}.mini-phone,.quote-add-card{width:32px;height:32px}.price-status{font-size:9px;padding:5px 7px}
.category-showcase-grid{gap:12px}.category-showcase-card{border-radius:12px;min-height:250px}.category-showcase-large{min-height:360px}.category-overlay{padding:18px}.category-overlay h3{font-size:21px}.category-overlay p{font-size:11px}
.v39-trust .container{border-radius:0}.v39-trust .container>div{padding:15px 20px}.v39-trust b{font-size:14px}.v39-trust span{font-size:10px}
.footer-grid-v24{padding-top:36px;padding-bottom:30px}.footer-logo{max-width:210px}.footer-note,.footer-links a,.footer-info{font-size:11px}
@media(max-width:1100px){.category-grid-v40,.product-grid{grid-template-columns:repeat(4,1fr)}.head-main{gap:14px}.logo{max-width:190px}.site-search{max-width:340px}.nav a{padding:14px 11px;font-size:11px}}
@media(max-width:760px){.head-main{min-height:74px}.logo{max-width:168px}.hero-v24 .container{min-height:auto;padding-top:24px}.hero-v24-stage{min-height:350px}.category-grid-v40,.product-grid{grid-template-columns:repeat(2,1fr)}.category-grid-v40 .cat-image{height:125px}.product-image{height:150px}.nav-cta{display:none}.section{padding:34px 0}}

/* V43 - referans görünüme yaklaşan son görsel sıkılaştırmalar */
.hero-v24{background:linear-gradient(115deg,#090a0b 0%,#111316 56%,#191b1f 100%);overflow:hidden}
.hero-v24 .container{min-height:420px;align-items:center}
.hero-v24 .hero-copy{padding:44px 0 46px}
.hero-v24 .hero-copy h1{max-width:650px;font-size:clamp(38px,5.1vw,68px);line-height:.96;letter-spacing:-2.3px;color:#fff;text-transform:none}
.hero-v24 .hero-copy h1 span{color:#d7a52d;text-transform:uppercase}
.hero-v24 .lead{max-width:650px;color:#e4e5e7;font-size:17px;line-height:1.65}
.hero-v24 .eyebrow{color:#fff;opacity:.9;font-weight:800;letter-spacing:.08em}
.hero-points{gap:10px 16px}
.hero-points span{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.13);padding:9px 11px;border-radius:9px;color:#f5f5f5;font-size:13px}
.hero-v24-stage{transform:scale(1.02);transform-origin:center right}
.category-grid-v40{gap:12px}
.category-grid-v40 .cat{border-radius:10px;background:#fff;border:1px solid #e8e8e8;box-shadow:0 5px 14px rgba(0,0,0,.05);overflow:hidden;min-height:188px}
.category-grid-v40 .cat-image{height:126px;background:#f5f5f5}
.category-grid-v40 .cat-copy{padding:10px 11px 12px}
.category-grid-v40 .cat-copy b{font-size:14px}
.category-grid-v40 .cat-copy small{font-size:11px;color:#666}
.product-grid .product-card{border-radius:11px;box-shadow:0 6px 18px rgba(0,0,0,.055);border:1px solid #e8e8e8}
.product-card-media{background:#f6f6f6}
.product-card .product-image{height:180px}
.product-card .product-body{padding:14px}
.product-card h3{font-size:17px;line-height:1.15}
.price{color:#e11c22;font-weight:900}
.header{box-shadow:0 2px 12px rgba(0,0,0,.08)}
.nav-wrap{background:#0a0b0c}
.nav a{font-weight:800;font-size:13px;letter-spacing:.01em}
.nav a.active,.nav a:hover{background:#e3181f;color:#fff}
.site-search{max-width:390px}
.site-search button{background:#e3181f;color:#fff}
.phone-big{font-size:20px;font-weight:900}
.footer{border-top:4px solid #d1a33a}
.product-layout .product-info,.product-side-card,.price-panel{box-shadow:0 8px 24px rgba(0,0,0,.06)}
@media(max-width:900px){.hero-v24 .container{min-height:auto}.hero-v24 .hero-copy{padding:34px 0 18px}.hero-v24-stage{transform:none}.hero-v24 .hero-copy h1{font-size:42px;letter-spacing:-1.4px}.category-grid-v40 .cat{min-height:160px}.category-grid-v40 .cat-image{height:105px}}
@media(max-width:560px){.hero-v24 .hero-copy h1{font-size:35px}.hero-points span{font-size:12px}.product-card .product-image{height:145px}}

/* V44 — ilk onaylanan görsel taslağa yaklaşmak için ana sayfa sadeleştirme */
.home-reference-cta{background:#111417;color:#fff;border-top:1px solid #24282c;border-bottom:1px solid #24282c}
.home-reference-cta .container{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.home-reference-cta span{display:block;font-size:22px;font-weight:850;letter-spacing:-.35px}
.home-reference-cta small{display:block;color:#cfd2d5;margin-top:5px;font-size:12px}
.home-reference-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}
.home-phone,.home-wa{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:7px;font-weight:900;text-decoration:none}
.home-phone{background:#e11c22;color:#fff;font-size:17px}.home-phone b{font-size:20px;margin-left:5px}
.home-wa{background:#12b84f;color:#fff;min-width:125px}
/* Aynı bilgiyi tekrar eden büyük ikincil vitrinleri masaüstünde geri plana al. */
.category-showcase,.visual-proof{display:none}
.price-showcase{background:#fafafa;padding-top:34px;padding-bottom:34px}
.price-showcase .price-products{grid-template-columns:repeat(6,minmax(0,1fr))}
.price-showcase .price-explainer{margin-top:14px}
.product-groups-v40+.category-showcase+.section.soft{padding-top:34px}
@media(max-width:1100px){.price-showcase .price-products{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.home-reference-cta .container{min-height:auto;padding-top:22px;padding-bottom:22px;display:block}.home-reference-cta span{font-size:18px}.home-reference-actions{margin-top:14px;display:grid;grid-template-columns:1fr 1fr}.home-phone,.home-wa{padding:0 12px}.home-phone b{font-size:15px}.price-showcase .price-products{grid-template-columns:repeat(2,1fr)}}


/* ===== V45 polish ===== */
.admin-dashboard-overview{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin:20px 0 14px}.admin-stat-card{background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:18px;box-shadow:0 10px 28px rgba(0,0,0,.05)}.admin-stat-card span{display:block;font-size:12px;font-weight:700;color:#6d6d6d;text-transform:uppercase;letter-spacing:.04em}.admin-stat-card strong{display:block;font-size:32px;line-height:1;margin:10px 0 7px;color:#111}.admin-stat-card small{color:#777;line-height:1.35}.admin-stat-card.accent{background:linear-gradient(145deg,#171717,#2b2b2b);border-color:#2b2b2b}.admin-stat-card.accent span,.admin-stat-card.accent small{color:#ddd}.admin-stat-card.accent strong{color:#f2bf51}.admin-quick-actions{display:flex;align-items:center;gap:10px;background:#111;color:#fff;border-radius:16px;padding:15px 18px;margin:0 0 20px}.admin-quick-actions>div{margin-right:auto;display:flex;flex-direction:column;gap:2px}.admin-quick-actions span{font-size:12px;color:#bdbdbd}.admin-quick-btn{border:0;border-radius:10px;background:#d71920;color:#fff;padding:10px 14px;font-weight:800;text-decoration:none;cursor:pointer}.admin-quick-btn.light{background:#fff;color:#111}
.product-feature-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px 0 4px}.product-feature-strip>div{border:1px solid #ececec;background:#fff;border-radius:14px;padding:14px;display:grid;grid-template-columns:34px 1fr;column-gap:10px;align-items:center}.product-feature-strip span{grid-row:1/3;width:34px;height:34px;border-radius:50%;background:#fff3f3;color:#c9141a;display:grid;place-items:center;font-weight:900}.product-feature-strip b{font-size:13px}.product-feature-strip small{font-size:11px;color:#777;margin-top:2px}
.v45-contact-ribbon{background:linear-gradient(105deg,#111 0%,#1f1f1f 62%,#7b1115 100%);color:#fff;padding:34px 0}.v45-contact-ribbon .container{display:flex;align-items:center;justify-content:space-between;gap:30px}.v45-contact-ribbon h2{margin:4px 0 7px;font-size:clamp(24px,3vw,38px)}.v45-contact-ribbon p{margin:0;color:#d2d2d2;max-width:760px}.v45-contact-ribbon .eyebrow{color:#f2bf51}.v45-contact-actions{display:flex;gap:10px;flex-shrink:0}.v45-contact-actions .btn{white-space:nowrap}.v45-contact-actions .whatsapp{background:#1da851;color:#fff;border-color:#1da851}
@media(max-width:1050px){.admin-dashboard-overview{grid-template-columns:repeat(3,1fr)}.product-feature-strip{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.admin-dashboard-overview{grid-template-columns:1fr 1fr}.admin-quick-actions{align-items:stretch;flex-wrap:wrap}.admin-quick-actions>div{width:100%}.product-feature-strip{grid-template-columns:1fr}.v45-contact-ribbon .container{flex-direction:column;align-items:flex-start}.v45-contact-actions{width:100%;flex-direction:column}.v45-contact-actions .btn{width:100%;text-align:center}.admin-stat-card strong{font-size:26px}}

/* V46 — visual polish: tighter premium catalogue rhythm */
:root{--v46-radius:14px;--v46-shadow:0 12px 32px rgba(16,24,40,.08);--v46-border:#e9e9e9}
.header{box-shadow:0 1px 0 rgba(0,0,0,.05)}
.head-main{min-height:86px}
.logo{max-height:58px;width:auto}
.site-search{max-width:520px;border-radius:10px;border:1px solid #dedede;background:#fafafa;overflow:hidden}
.site-search input{background:transparent}
.site-search button{width:48px}
.nav-wrap{box-shadow:0 5px 16px rgba(0,0,0,.07)}
.hero-v24{padding:46px 0 42px;background:linear-gradient(110deg,#0b0b0b 0%,#171717 58%,#2a0b0b 100%)}
.hero-v24 .container{align-items:center;gap:44px}
.hero-v24 h1{max-width:650px;letter-spacing:-1.2px}
.hero-v24 .lead{max-width:650px;line-height:1.7}
.hero-v24-stage{border-radius:18px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.3)}
.v39-trust .container{border-radius:0 0 14px 14px}
.section{padding-top:64px;padding-bottom:64px}
.section-head{margin-bottom:28px}
.section-head h2{letter-spacing:-.5px}
.category-grid-v40{gap:18px}
.category-grid-v40 .cat{border:1px solid var(--v46-border);border-radius:var(--v46-radius);overflow:hidden;background:#fff;box-shadow:0 4px 16px rgba(16,24,40,.05);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.category-grid-v40 .cat:hover{transform:translateY(-4px);box-shadow:var(--v46-shadow);border-color:#d7d7d7}
.category-grid-v40 .cat-image{aspect-ratio:4/3;background:#f7f7f7}
.category-grid-v40 .cat-copy{padding:14px 14px 16px}
.category-grid-v40 .cat-copy b{font-size:16px;line-height:1.25}
.category-grid-v40 .cat-copy small{margin-top:6px;display:block;color:#777}
.category-showcase-grid{gap:18px}
.category-showcase-card{border-radius:16px;box-shadow:var(--v46-shadow)}
.product-grid{gap:20px}
.product-card-v12{border:1px solid var(--v46-border);border-radius:16px;box-shadow:0 5px 18px rgba(16,24,40,.055);transition:transform .2s ease,box-shadow .2s ease}
.product-card-v12:hover{transform:translateY(-4px);box-shadow:var(--v46-shadow)}
.product-card-media{background:#f7f7f7}
.product-card-media .product-image{aspect-ratio:4/3}
.product-card-media img{object-fit:cover;width:100%;height:100%}
.product-body{padding:16px 16px 17px}
.product-body h3{font-size:18px;line-height:1.25;margin:5px 0 8px}
.product-body p{line-height:1.55;min-height:48px}
.price-status{top:12px;left:12px;border-radius:999px;box-shadow:0 2px 10px rgba(0,0,0,.1)}
.card-bits{gap:6px;margin-top:12px}
.card-bits span{background:#f5f5f5;border:1px solid #ececec;border-radius:999px;padding:6px 9px;font-size:12px}
.product-bottom{border-top:1px solid #eee;padding-top:13px;margin-top:14px}
.footer{margin-top:0}
.footer-grid-v24{padding-top:50px;padding-bottom:44px}

/* Product page polish */
.product-hero,.product-main{gap:36px}
.gallery-main{border-radius:16px;background:#f7f7f7;border:1px solid var(--v46-border);box-shadow:0 7px 24px rgba(16,24,40,.06)}
.gallery-main img{object-fit:contain}
.thumbs{gap:10px}
.thumb{border-radius:10px;overflow:hidden;background:#fafafa}
.product-info-card{border-radius:16px;box-shadow:var(--v46-shadow)}
.product-summary-band{border-radius:14px}
.overview-card,.faq-item,.detail-card{border-radius:14px}

/* Admin polish */
.admin-shell{background:#f5f6f8}
.admin-card,.panel,.stat-card{border-radius:14px;border:1px solid #e5e7eb;box-shadow:0 5px 18px rgba(16,24,40,.05)}
.admin-sidebar{box-shadow:8px 0 30px rgba(0,0,0,.07)}

@media(max-width:900px){.hero-v24{padding:32px 0}.hero-v24 .container{gap:26px}.section{padding-top:48px;padding-bottom:48px}.head-main{min-height:72px}.logo{max-height:50px}}
@media(max-width:640px){.hero-v24 h1{letter-spacing:-.7px}.category-grid-v40{gap:12px}.product-grid{gap:14px}.product-card-v12{border-radius:13px}.product-body{padding:13px}.product-body h3{font-size:16px}.section{padding-top:38px;padding-bottom:38px}}

/* V47 — ürün fotoğrafı odaklı katalog iyileştirmesi */
:root{--v47-red:#d71920;--v47-ink:#171717;--v47-line:#e9e9e9;--v47-soft:#f7f7f7}
.product-groups-v40{background:#fff}
.category-grid-v40 .cat-image,.product-card .product-image,.price-mini-image{background:linear-gradient(180deg,#fbfbfb,#f0f0f0)}
.category-grid-v40 .cat-image img,.product-card .product-image img,.price-mini-image img{object-fit:cover;object-position:center}
.category-grid-v40 .cat{position:relative}
.category-grid-v40 .cat:after{content:'İncele →';position:absolute;right:12px;bottom:12px;font-size:10px;font-weight:900;color:var(--v47-red);opacity:0;transform:translateY(3px);transition:.2s}
.category-grid-v40 .cat:hover:after{opacity:1;transform:none}
.category-grid-v40 .cat-copy{padding-right:52px}
.product-card-v12{overflow:hidden;background:#fff;position:relative}
.product-card-v12 .product-card-media{position:relative;overflow:hidden}
.product-card-v12 .product-image{height:166px;aspect-ratio:auto}
.product-card-v12 .product-image img{transition:transform .28s ease}
.product-card-v12:hover .product-image img{transform:scale(1.035)}
.product-card-v12 .product-body{padding:14px 14px 15px}
.product-card-v12 .product-body h3{font-size:16px;letter-spacing:-.015em}
.product-card-v12 .product-body p{font-size:11.5px;line-height:1.5;min-height:35px}
.product-card-v12 .price{font-size:13px}
.product-card-v12 .price-status{top:10px;left:10px;right:auto;border-radius:999px;box-shadow:0 4px 12px rgba(0,0,0,.12)}
.product-card-v12 .card-actions{display:grid;grid-template-columns:1fr 34px 34px;gap:7px;align-items:center}
.product-card-v12 .card-actions .btn{width:100%;border-color:#d7d7d7;color:#222;background:#fff}
.product-card-v12 .card-actions .btn:hover{border-color:var(--v47-red);color:var(--v47-red)}
.hero-v24-stage{background:#111;border:1px solid rgba(255,255,255,.08)}
.hero-feature-main,.hero-side-card{background:#fff}
.hero-feature-main img,.hero-side-card img{filter:saturate(1.04) contrast(1.02)}
.feature-strip{position:relative;z-index:2}
.feature-strip .container{margin-top:-1px}
.section-head.compact-v40{align-items:flex-end}
.section-head.compact-v40 h2{max-width:700px}
.footer{border-top:4px solid var(--v47-red)}
.footer-bottom{background:#0d0d0d}
@media(min-width:1200px){.category-grid-v40{grid-template-columns:repeat(6,1fr)}.product-grid{grid-template-columns:repeat(6,1fr)}}
@media(max-width:760px){.category-grid-v40 .cat-copy{padding-right:12px}.category-grid-v40 .cat:after{display:none}.product-card-v12 .product-image{height:155px}.product-card-v12 .product-body p{min-height:0}.product-card-v12 .card-actions{grid-template-columns:1fr 34px 34px}}

/* V48 — hedef ekran görüntüsüne yaklaşan sade, güçlü vitrin */
.home-status-strip{background:#f5f5f5;border-bottom:1px solid #e9e9e9;color:#555;font-size:12px}.home-status-strip .container{min-height:32px;display:flex;align-items:center;justify-content:center;gap:34px}.home-status-strip b{color:#161616}.microbar{display:none}.header{top:0}.header .container.head-main{height:78px;min-height:78px;gap:22px}.brand-link{min-width:225px}.logo{height:54px;max-height:54px}.site-search{max-width:470px;background:#fff}.head-contact{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end}.head-contact .phone-big{font-size:18px;font-weight:900;color:#141414}.head-contact span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#8a8a8a;font-weight:800}.wa-round{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-size:0}.wa-round:after{content:'W';font-size:14px;font-weight:900}.nav-wrap{background:#101010;border-top:0}.nav-wrap>.container{height:48px}.nav{gap:22px;margin:0}.nav a{color:#f4f4f4;padding:16px 0 13px;font-size:12.5px;border-bottom-width:2px}.nav a:hover,.nav a.active{color:#fff;border-color:#df1b22}.nav-cta{margin-left:auto;background:#d71920!important;color:#fff!important;border-radius:0!important;padding:15px 18px!important;align-self:stretch;display:flex;align-items:center;font-size:12px}.hero-v24{padding:42px 0 48px;background:linear-gradient(112deg,#101010 0%,#181818 58%,#250b0d 100%)}.hero-v24 .container{min-height:390px;grid-template-columns:1.04fr .96fr;gap:48px}.hero-v24 h1{font-size:clamp(44px,5vw,68px);line-height:.98;color:#fff}.hero-v24 .eyebrow{color:#e6bb58}.hero-v24 .lead{font-size:16px;color:#d9d9d9}.hero-v24-stage{min-height:350px;padding:14px;border-radius:18px}.hero-feature-main{min-height:310px}.hero-side-stack{gap:10px}.hero-side-card{min-height:150px}.hero-note-v19{background:rgba(12,12,12,.88);backdrop-filter:blur(4px)}.v39-trust{background:#fff;border-bottom:1px solid #ececec}.v39-trust .container{border-radius:0;background:#fff;box-shadow:none;display:grid;grid-template-columns:repeat(4,1fr)}.v39-trust .container>div{padding:16px 18px;border-right:1px solid #ececec}.v39-trust .container>div:last-child{border-right:0}.v39-trust b{font-size:14px}.v39-trust span{font-size:11px}.feature-strip{display:none}.product-groups-v40{padding-top:44px;padding-bottom:48px}.category-grid-v40{grid-template-columns:repeat(6,1fr);gap:14px}.category-grid-v40 .cat{border-radius:10px}.category-grid-v40 .cat-image{height:128px;aspect-ratio:auto}.category-grid-v40 .cat-copy{padding:12px 12px 13px}.category-grid-v40 .cat-copy b{font-size:14px}.category-grid-v40 .cat-copy small{font-size:10px}.category-showcase{padding:48px 0}.category-showcase-grid{grid-template-rows:220px 220px;gap:14px}.category-showcase-card{border-radius:14px}.section.soft{padding:48px 0}.section.soft .product-grid{grid-template-columns:repeat(4,1fr);gap:16px}.section.soft .product-card-v12 .product-image{height:205px}.section.soft .product-card-v12 .product-body h3{font-size:18px}.section.soft .product-card-v12 .product-body p{font-size:12px;min-height:38px}.home-reference-cta{padding:0}.home-reference-cta .container{min-height:96px}.price-showcase{padding:46px 0 54px}.price-products{grid-template-columns:repeat(4,1fr)!important}.visual-proof{padding:50px 0}.buying-guide{padding:50px 0}.local-solutions,.faq-home{padding-top:48px;padding-bottom:48px}.contact-stage{padding-top:52px;padding-bottom:52px}.promo-band{display:none}.footer-grid-v24{padding-top:40px;padding-bottom:36px}
@media(max-width:1050px){.head-contact{display:none}.category-grid-v40{grid-template-columns:repeat(4,1fr)}.section.soft .product-grid{grid-template-columns:repeat(3,1fr)}.nav{gap:14px}.nav a{font-size:11.5px}.hero-v24 .container{grid-template-columns:1fr 1fr;gap:28px}}
@media(max-width:760px){.home-status-strip .container{justify-content:flex-start;overflow:auto;gap:18px;white-space:nowrap}.header .container.head-main{height:70px;min-height:70px}.brand-link{min-width:160px}.logo{height:46px;max-height:46px}.site-search{display:none}.nav-wrap{display:none}.hero-v24{padding:28px 0 32px}.hero-v24 .container{display:block;min-height:0}.hero-v24-stage{margin-top:26px;min-height:320px}.v39-trust .container{grid-template-columns:1fr 1fr}.v39-trust .container>div:nth-child(2){border-right:0}.v39-trust .container>div:nth-child(-n+2){border-bottom:1px solid #ececec}.category-grid-v40{grid-template-columns:repeat(2,1fr);gap:10px}.category-grid-v40 .cat-image{height:130px}.category-showcase-grid{grid-template-columns:1fr;grid-template-rows:auto}.category-showcase-card,.category-showcase-large{min-height:230px;grid-column:auto;grid-row:auto}.section.soft .product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.section.soft .product-card-v12 .product-image{height:155px}.price-products{grid-template-columns:repeat(2,1fr)!important}}

/* V49 — premium catalog polish */
:root{--v49-red:#d71920;--v49-deep:#101010;--v49-gold:#cda24d;--v49-paper:#f7f6f3}
body{background:#fff;color:#171717}
.header{background:rgba(255,255,255,.98);box-shadow:0 1px 0 rgba(16,16,16,.08)}
.header .container.head-main{max-width:1240px}
.brand-link{display:flex;align-items:center}
.logo{object-fit:contain;object-position:left center}
.site-search{border:1px solid #dedede;border-radius:7px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.035)}
.site-search input{font-size:13px;padding-left:16px}
.site-search button{background:var(--v49-red);color:#fff;border:0;min-width:52px}
.head-contact .phone-big{letter-spacing:.01em}.head-contact span{margin-top:2px}
.nav-wrap{box-shadow:0 2px 8px rgba(0,0,0,.14)}
.nav-wrap>.container{max-width:1240px}.nav a{font-weight:750;letter-spacing:.01em}
.hero-v24{border-bottom:4px solid var(--v49-red)}
.hero-v24 .container{max-width:1240px}
.hero-v24 .hero-copy h1 span{color:#f4c65e}
.hero-v24 .lead{max-width:600px}
.hero-points{display:grid;grid-template-columns:repeat(2,max-content);gap:10px 24px;margin-top:22px}
.hero-points span{font-size:12px;color:#e9e9e9}
.hero-feature-main,.hero-side-card{border:1px solid rgba(0,0,0,.06);box-shadow:0 10px 24px rgba(0,0,0,.14)}
.hero-feature-main img,.hero-side-card img{background:#f5f5f5}
.v39-trust .container{max-width:1240px}.v39-trust b{color:#151515}.v39-trust span{color:#777}
.section>.container,.category-showcase>.container,.price-showcase>.container,.visual-proof>.container,.buying-guide>.container,.local-solutions>.container,.faq-home>.container,.contact-stage>.container{max-width:1240px}
.section-head h2{letter-spacing:-.025em}.section-head .sub{max-width:720px}
.goldline{height:3px;width:48px;background:linear-gradient(90deg,var(--v49-red),var(--v49-gold));border-radius:99px}
.category-grid-v40 .cat{background:#fff;border:1px solid #e5e5e5;box-shadow:0 5px 15px rgba(0,0,0,.045);transition:.22s ease}
.category-grid-v40 .cat:hover{transform:translateY(-4px);box-shadow:0 12px 26px rgba(0,0,0,.09);border-color:#d5d5d5}
.category-grid-v40 .cat-copy{border-top:1px solid #ededed;background:#fff}
.category-grid-v40 .cat-copy b{color:#151515}
.category-showcase{background:var(--v49-paper)}
.category-showcase-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 18%,rgba(0,0,0,.76) 100%);pointer-events:none}
.category-showcase-card .category-overlay{z-index:2}.category-overlay span{color:#f3c65f;font-weight:800}.category-overlay h3{color:#fff}.category-overlay p,.category-overlay b{color:#f4f4f4}
.product-card-v12{border-radius:12px}.product-card-v12 .product-image{height:210px;background:#f4f4f4}
.product-card-v12 .product-body{padding:15px 15px 16px}.product-card-v12 .product-body h3{font-size:17px}
.product-card-v12 .product-body p{color:#707070}.product-card-v12 .price{font-weight:900;color:#151515}
.price-status{font-size:10px;font-weight:900;letter-spacing:.025em}
.home-reference-cta .container,.contact-stage .container{border-radius:16px}
.footer{border-top:4px solid var(--v49-red)}
/* Product detail polish */
.product-detail-v6{max-width:1240px;margin-left:auto;margin-right:auto}
.gallery-wrap{background:#fff;border:1px solid #e5e5e5;border-radius:16px;padding:14px;box-shadow:0 8px 26px rgba(0,0,0,.055)}
.gallery-main{background:linear-gradient(180deg,#fafafa,#f0f0f0);border-radius:12px;overflow:hidden}
.gallery-main img{object-fit:contain;padding:10px}
.thumbs button{border-radius:9px;border:1px solid #ddd;background:#fff}.thumbs button.active{border-color:var(--v49-red);box-shadow:0 0 0 1px var(--v49-red)}
.detail-sticky{background:#fff;border:1px solid #e4e4e4;border-radius:16px;padding:23px;box-shadow:0 10px 30px rgba(0,0,0,.055)}
.detail-badge{display:inline-flex;border-radius:999px;background:#111;color:#fff;padding:7px 10px;font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.detail h1{letter-spacing:-.035em}.detail .subtitle{color:#747474}
.product-summary-band{border-left:4px solid var(--v49-red)}
.product-feature-strip{background:var(--v49-paper);border-radius:12px;padding:10px}.product-feature-strip>div{border-right:1px solid #e1dfda}
.info-card{border-radius:12px;border-color:#e2e2e2;background:#fff}.price-box{background:#111;color:#fff;border-radius:10px}.price-box .price{color:#fff}
.detail-actions .btn.primary{background:var(--v49-red)}
.tabs{border-radius:16px;border:1px solid #e5e5e5;overflow:hidden;background:#fff}.tab-heads{background:#f5f5f5;border-bottom:1px solid #ddd}.tab-btn.active{color:var(--v49-red);border-bottom-color:var(--v49-red)}
.order-guide,.file-ready,.product-contact-card,.complementary-products,.recent-products{border-radius:16px}
/* Admin polish */
.admin-shell{background:#f6f6f6}.admin-sidebar{background:#111}.admin-card,.admin-panel,.admin-form{border-radius:14px;box-shadow:0 6px 22px rgba(0,0,0,.05)}
.admin-stat b{font-size:26px;letter-spacing:-.03em}.admin-stat span{color:#777}
@media(max-width:1050px){.product-card-v12 .product-image{height:185px}}
@media(max-width:760px){.hero-points{grid-template-columns:1fr 1fr;gap:8px 12px}.product-card-v12 .product-image{height:165px}.detail-sticky{padding:17px}.gallery-wrap{padding:10px}}
.home-quality-ribbon{padding:0;background:#fff}.home-quality-ribbon .container{max-width:1240px;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #e6e6e6;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.045)}.home-quality-ribbon .container>div{padding:18px 22px;display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto auto;column-gap:12px}.home-quality-ribbon .container>div+div{border-left:1px solid #e6e6e6}.home-quality-ribbon span{grid-row:1/3;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#111;color:#fff;font-size:10px;font-weight:900}.home-quality-ribbon b{font-size:13px}.home-quality-ribbon small{font-size:11px;color:#777;margin-top:2px}@media(max-width:760px){.home-quality-ribbon .container{grid-template-columns:1fr;border-radius:0}.home-quality-ribbon .container>div+div{border-left:0;border-top:1px solid #e6e6e6}}
\n\n/* V50 — mobil menü ve navigasyon kullanılabilirliği */\n@media(max-width:760px){\n  .header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 3px 16px rgba(0,0,0,.08)}\n  .menu-toggle{display:grid!important;place-items:center;width:44px;height:44px;border:1px solid #ddd;background:#fff;border-radius:8px;font-size:22px;cursor:pointer}\n  .nav-wrap{display:none;position:fixed;left:0;right:0;top:102px;z-index:99;background:#111;border-top:1px solid #2c2c2c;box-shadow:0 18px 35px rgba(0,0,0,.28)}\n  body.menu-open{overflow:hidden}\n  body.menu-open .nav-wrap{display:block}\n  .nav-wrap>.container{height:auto;display:block;padding:8px 18px 18px}\n  .nav{display:grid;gap:0}\n  .nav a{display:block;padding:14px 4px;border-bottom:1px solid #2a2a2a;font-size:14px}\n  .nav-cta{margin:12px 0 0!important;justify-content:center;border-radius:8px!important;padding:14px 16px!important}\n}\n@media(min-width:761px){.menu-toggle{display:none}}\n
/* V51 — Bilgi Listesi işlevselliği ve küçük erişilebilirlik iyileştirmeleri */
.quote-add-card.is-added{background:#970d0d!important;color:#fff!important;border-color:#970d0d!important}
.quote-send.disabled{opacity:.55;pointer-events:none}
.quote-tray-toggle:focus-visible,.quote-close:focus-visible,.quote-add-card:focus-visible,.menu-toggle:focus-visible{outline:3px solid #d8ad50;outline-offset:2px}
.product-image img,.cat-image img,.price-mini-image img{content-visibility:auto}
@media(max-width:760px){.quote-tray{bottom:78px}.quote-tray-panel{max-height:65vh}.quote-tray-items{max-height:36vh}}

/* V51 — Bilgi Listesi işlevselliği ve küçük erişilebilirlik iyileştirmeleri */
.quote-add-card.is-added{background:#970d0d!important;color:#fff!important;border-color:#970d0d!important}
.quote-send.disabled{opacity:.55;pointer-events:none}
.quote-tray-toggle:focus-visible,.quote-close:focus-visible,.quote-add-card:focus-visible,.menu-toggle:focus-visible{outline:3px solid #d8ad50;outline-offset:2px}
.product-image img,.cat-image img,.price-mini-image img{content-visibility:auto}
@media(max-width:760px){.quote-tray{bottom:78px}.quote-tray-panel{max-height:65vh}.quote-tray-items{max-height:36vh}}

/* V52 — referans görünüme yaklaşan kompakt katalog düzeni */
:root{--v52-ink:#101010;--v52-red:#9f1117;--v52-gold:#c59b45;--v52-line:#e7e3dc}
body{background:#fff}
.header .container,.nav-wrap>.container,.hero>.container,.section>.container,.category-showcase>.container,.price-showcase>.container,.visual-proof>.container,.buying-guide>.container,.local-solutions>.container,.faq-home>.container,.contact-stage>.container,.catalog-reassurance>.container{max-width:1240px}
.hero-v24{padding:34px 0 30px;background:linear-gradient(135deg,#f7f5f1 0%,#fff 56%,#f1eee8 100%)}
.hero-v24>.container{gap:34px;align-items:center}
.hero-v24 h1{font-size:clamp(38px,4vw,62px);line-height:.98;max-width:650px;letter-spacing:-.055em}
.hero-v24 .lead{max-width:610px;font-size:15px;line-height:1.7}
.hero-v24-stage{min-height:405px}
.hero-feature-card,.hero-side-card{border:1px solid rgba(0,0,0,.09);box-shadow:0 14px 32px rgba(0,0,0,.08)}
.v39-trust{margin-top:0;border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7;background:#fff}
.v39-trust .container>div{padding-top:13px;padding-bottom:13px}
.section{padding-top:48px;padding-bottom:48px}
.section-head{margin-bottom:22px}.section-head h2{font-size:clamp(25px,2.4vw,34px);letter-spacing:-.035em}.section-head .sub{max-width:760px}
.product-groups-v40{padding-top:38px;padding-bottom:38px}
.category-grid-v40{gap:12px}
.category-grid-v40 .cat-card{border-radius:9px;box-shadow:none;border:1px solid #e7e3dc;background:#fff;transition:.2s ease}
.category-grid-v40 .cat-card:hover{transform:translateY(-3px);box-shadow:0 9px 24px rgba(0,0,0,.08);border-color:#d7d0c3}
.category-grid-v40 .cat-image{background:#f4f2ed}
.category-showcase{padding:46px 0;background:#f7f6f3}
.category-showcase-grid{gap:12px}.category-showcase-card{border-radius:10px;min-height:220px}.category-showcase-large{min-height:452px}
.product-grid{gap:15px}.product-card-v12{border-radius:10px;box-shadow:none;border:1px solid #e6e2db;overflow:hidden;background:#fff;transition:.22s ease}
.product-card-v12:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.09)}
.product-card-v12 .product-image{background:#f4f2ed}.product-card-v12 .product-body{padding:14px 15px 16px}
.home-reference-cta .container{border-radius:10px}
.price-showcase{padding:48px 0;background:#fff}.price-products{gap:15px}.price-mini{border-radius:10px;border:1px solid #e6e2db;box-shadow:none}
.visual-proof{padding-top:48px;padding-bottom:48px}.visual-proof-card{border-radius:10px}
.catalog-reassurance{background:var(--v52-ink);color:#fff;border-top:3px solid var(--v52-red)}
.catalog-reassurance .container{display:grid;grid-template-columns:repeat(3,1fr)}
.catalog-reassurance .container>div{padding:20px 24px;display:grid;gap:4px}
.catalog-reassurance .container>div+div{border-left:1px solid #333}
.catalog-reassurance b{font-size:13px}.catalog-reassurance span{font-size:11px;color:#c9c9c9;line-height:1.45}
.contact-stage{padding-top:50px}.contact-stage-grid{border-radius:12px;overflow:hidden}
.footer{margin-top:0}
@media(min-width:1100px){.category-grid-v40{grid-template-columns:repeat(6,1fr)}.product-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:760px){.hero-v24{padding:24px 0}.hero-v24 h1{font-size:39px}.hero-v24-stage{min-height:auto}.section{padding-top:36px;padding-bottom:36px}.category-showcase-large{min-height:300px}.catalog-reassurance .container{grid-template-columns:1fr}.catalog-reassurance .container>div+div{border-left:0;border-top:1px solid #333}.product-grid{gap:12px}}

/* V53 — referans görünüme yakın, kompakt katalog ana sayfası */
.microbar{display:block!important;background:#0b0b0b;color:#d8d8d8;font-size:11px}
.microbar .container{min-height:28px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.header{position:sticky!important;top:0;z-index:100;background:#fff}
.head-main{height:76px!important;min-height:76px!important}
.logo{width:190px!important;height:58px!important;object-fit:contain!important}
.brand-link{min-width:205px!important}
.site-search{max-width:400px!important;border-radius:4px!important;height:40px!important}
.site-search button{width:44px!important}
.phone-big{font-size:18px!important}
.nav-wrap>.container{min-height:46px!important;height:46px!important}
.nav a{padding:15px 14px 12px!important;font-size:12px!important}
.nav-cta{height:46px!important;padding:0 16px!important}
.hero-v24{padding:0!important;background:#111!important}
.hero-v24 .container{min-height:325px!important;padding-top:24px!important;padding-bottom:24px!important;gap:28px!important}
.hero-v24 h1{font-size:50px!important;line-height:.98!important;margin:8px 0 14px!important}
.hero-v24 .lead{font-size:14px!important;line-height:1.55!important;margin-bottom:12px!important}
.hero-v24 .actions{margin-top:16px!important}
.hero-points{margin-top:14px!important;gap:14px!important}
.hero-points span{background:transparent!important;border:0!important;padding:0!important;color:#e7d19a!important}
.hero-v24-stage{min-height:275px!important;border-radius:10px!important;padding:0!important;background:#191919!important}
.hero-feature-main{height:275px!important;min-height:275px!important;border-radius:10px!important}
.hero-feature-main img{object-fit:cover!important}
.hero-side-stack{display:none!important}
.hero-note-v19{right:14px!important;left:auto!important;bottom:14px!important;max-width:270px!important}
.v53-feature-strip{display:block!important;background:#fff;border-bottom:1px solid #ececec}
.v53-feature-strip .container{display:grid!important;grid-template-columns:repeat(4,1fr)!important;border:0!important;box-shadow:none!important;border-radius:0!important}
.v53-feature-strip .feature-mini{padding:13px 16px!important;border-right:1px solid #ececec!important}
.v53-feature-strip .feature-mini:last-child{border-right:0!important}
.v53-feature-strip .feature-mini small{display:block;color:#777;font-size:10px;margin-top:2px}
.product-groups-v40{padding:28px 0 30px!important}
.product-groups-v40 .section-head{margin-bottom:14px!important}
.product-groups-v40 .section-head h2{font-size:21px!important;margin-top:3px!important}
.product-groups-v40 .sub{display:none!important}
.category-grid-v40{grid-template-columns:repeat(6,1fr)!important;gap:9px!important}
.category-grid-v40 .cat{border-radius:5px!important}
.category-grid-v40 .cat-image{height:104px!important}
.category-grid-v40 .cat-copy{padding:8px 9px 9px!important;text-align:center!important}
.category-grid-v40 .cat-copy b{font-size:12px!important}
.category-grid-v40 .cat-copy small{font-size:9px!important;margin-top:3px!important}
.section.soft{padding:22px 0 28px!important;background:#fff!important;border-top:1px solid #efefef}
.section.soft .section-head{margin-bottom:14px!important}
.section.soft .section-head h2{font-size:21px!important}
.section.soft .section-head .sub{display:none!important}
.section.soft .product-grid{grid-template-columns:repeat(6,1fr)!important;gap:9px!important}
.section.soft .product-card-v12{border-radius:6px!important;box-shadow:none!important}
.section.soft .product-card-v12 .product-image{height:126px!important}
.section.soft .product-card-v12 .product-body{padding:9px!important}
.section.soft .product-card-v12 .product-body h3{font-size:12px!important;margin-bottom:4px!important}
.section.soft .product-card-v12 .product-body p{font-size:9px!important;min-height:26px!important;margin-bottom:8px!important}
.section.soft .price{font-size:11px!important;margin-bottom:7px!important}
.section.soft .card-bits{display:none!important}
.section.soft .card-actions{grid-template-columns:1fr!important}
.section.soft .quote-add-card,.section.soft .mini-phone{display:none!important}
.home-reference-cta{margin:0!important;background:#101417!important}
.home-reference-cta .container{min-height:82px!important}
.home-reference-cta span{font-size:17px!important}
.home-reference-cta small{font-size:11px!important}
.footer{margin-top:0!important;border-top:0!important}
.footer-grid-v24{padding-top:26px!important;padding-bottom:22px!important}
.footer-logo{width:160px!important}
.footer-bottom{margin-top:18px!important}
@media(max-width:760px){
 .microbar{display:none!important}
 .head-main{height:68px!important;min-height:68px!important}
 .logo{width:150px!important;height:44px!important}
 .brand-link{min-width:150px!important}
 .hero-v24 .container{padding-top:22px!important;padding-bottom:22px!important}
 .hero-v24 h1{font-size:39px!important}
 .hero-v24-stage{min-height:230px!important;margin-top:20px!important}
 .hero-feature-main{height:230px!important;min-height:230px!important}
 .v53-feature-strip .container{grid-template-columns:1fr 1fr!important}
 .v53-feature-strip .feature-mini:nth-child(2){border-right:0!important}
 .v53-feature-strip .feature-mini:nth-child(-n+2){border-bottom:1px solid #ececec!important}
 .category-grid-v40{grid-template-columns:repeat(2,1fr)!important}
 .category-grid-v40 .cat-image{height:122px!important}
 .section.soft .product-grid{grid-template-columns:repeat(2,1fr)!important}
 .section.soft .product-card-v12 .product-image{height:145px!important}
 .home-reference-cta .container{padding:14px 0!important;gap:12px!important}
}

/* V54 — ürün detay sayfasını onaylanan referans düzene yaklaştırma */
.page-hero{padding-top:18px!important;background:#fff!important}
.page-hero>.container{max-width:1240px}
.breadcrumbs{font-size:11px!important;color:#777!important;margin:2px 0 15px!important}
.product-detail-v6{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr)!important;gap:34px!important;align-items:start!important}
.gallery-wrap{background:#fff!important;border:0!important;padding:0!important}
.gallery-kicker{display:none!important}
.gallery-main{height:455px!important;min-height:455px!important;border:1px solid #e5e5e5!important;border-radius:8px!important;background:#f8f8f8!important;box-shadow:none!important}
.gallery-main img{width:100%!important;height:100%!important;object-fit:contain!important;padding:18px!important}
.thumbs{gap:9px!important;margin-top:10px!important}
.thumb{width:68px!important;height:58px!important;border-radius:5px!important;border:1px solid #dedede!important;background:#f6f6f6!important}
.thumb.active{border:2px solid #b51218!important}
.gallery-note{font-size:10px!important;color:#888!important;margin-top:8px!important;line-height:1.45!important}
.detail-sticky{position:sticky!important;top:142px!important;padding:3px 0 0!important}
.detail-badge{display:none!important}
.detail-sticky h1{font-size:34px!important;line-height:1.05!important;letter-spacing:-.04em!important;margin:0 0 5px!important}
.detail-sticky .subtitle{font-size:15px!important;font-weight:700!important;color:#333!important;margin:0 0 14px!important}
.product-summary-band{grid-template-columns:1fr 1fr 1fr!important;border:1px solid #e4e4e4!important;border-radius:8px!important;overflow:hidden!important;margin:0 0 14px!important;background:#fff!important}
.product-summary-band>div{padding:11px 12px!important;border-right:1px solid #ececec!important}
.product-summary-band>div:last-child{border-right:0!important}
.product-summary-band small{font-size:9px!important;text-transform:uppercase!important;color:#888!important;letter-spacing:.05em!important}
.product-summary-band b{font-size:12px!important;margin-top:3px!important}
.product-feature-strip{display:none!important}
.detail-highlights{display:flex!important;flex-wrap:wrap!important;gap:7px!important;margin:0 0 13px!important}
.highlight-chip{font-size:10px!important;padding:6px 8px!important;border:1px solid #ece4d7!important;background:#fffaf2!important;border-radius:5px!important}
.detail .desc{font-size:13px!important;line-height:1.68!important;color:#444!important;margin:0 0 12px!important}
.catalog-note,.product-fit{display:none!important}
.info-card{border:1px solid #e1e1e1!important;border-radius:8px!important;overflow:hidden!important;background:#fff!important;margin:10px 0 12px!important;box-shadow:none!important}
.info-row{min-height:39px!important;padding:9px 12px!important;font-size:11px!important}
.price-box{background:#fafafa!important;padding:13px 14px!important;grid-template-columns:1.2fr .8fr!important;align-items:center!important}
.big-price{font-size:27px!important;color:#d10e13!important;line-height:1!important;margin-top:4px!important}
.price-note{font-size:9px!important;color:#777!important;margin-top:4px!important}
.order-brief-mini{display:none!important}
.detail-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important;margin:12px 0 0!important}
.detail-actions .btn{min-height:43px!important;font-size:12px!important;border-radius:5px!important}
.detail-actions .quote-btn,.detail-actions .ghost{grid-column:1 / -1!important}
.share-tools,.detail-help,.quick-icons{display:none!important}
.spec-overview{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:12px!important;margin-top:30px!important}
.overview-card{border:1px solid #e5e5e5!important;border-radius:7px!important;padding:15px!important;min-height:160px!important;background:#fff!important;box-shadow:none!important}
.overview-card>b{font-size:11px!important;text-transform:uppercase!important;color:#1c5d9e!important;letter-spacing:.03em!important}
.overview-card p,.overview-card li{font-size:11px!important;line-height:1.55!important;color:#444!important}
.detail-explain,.product-assurance,.order-guide,.file-ready{display:none!important}
.tabs{margin-top:22px!important;border:1px solid #e6e6e6!important;border-radius:7px!important;overflow:hidden!important}
.tab-heads{background:#fafafa!important;border-bottom:1px solid #e5e5e5!important}
.tab-btn{font-size:10px!important;padding:13px 14px!important}
.tab-btn.active{color:#c10f15!important;border-bottom:2px solid #c10f15!important}
.tab-panel{padding:17px!important;font-size:12px!important}
.product-contact-card{margin-top:22px!important;border-radius:8px!important;padding:20px!important}
.complementary-products{margin-top:30px!important}
.product-navigation{margin-top:24px!important}
@media(max-width:900px){
 .product-detail-v6{grid-template-columns:1fr!important;gap:20px!important}
 .detail-sticky{position:static!important}
 .gallery-main{height:390px!important;min-height:390px!important}
 .spec-overview{grid-template-columns:1fr 1fr!important}
}
@media(max-width:600px){
 .page-hero{padding-top:10px!important}
 .gallery-main{height:300px!important;min-height:300px!important}
 .detail-sticky h1{font-size:29px!important}
 .product-summary-band{grid-template-columns:1fr!important}
 .product-summary-band>div{border-right:0!important;border-bottom:1px solid #ececec!important}
 .product-summary-band>div:last-child{border-bottom:0!important}
 .spec-overview{grid-template-columns:1fr!important}
 .detail-actions{grid-template-columns:1fr!important}
 .detail-actions .quote-btn,.detail-actions .ghost{grid-column:auto!important}
}

/* V55 admin refinement */
.admin-topline{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin:0 0 20px;padding:22px 24px;background:#fff;border:1px solid #ececec;border-radius:16px;box-shadow:0 8px 28px rgba(0,0,0,.05)}
.admin-topline h1{margin:3px 0 8px;font-size:28px;letter-spacing:-.5px}.admin-topline p{margin:0;color:#666;max-width:700px}.admin-top-actions{display:flex;gap:10px;flex-wrap:wrap}.admin-top-actions .btn{white-space:nowrap}
@media(max-width:760px){.admin-topline{flex-direction:column}.admin-top-actions{width:100%}.admin-top-actions .btn{flex:1;text-align:center}}

/* V56 — referans görünüme son yaklaşım: üst alan, kartlar ve güven bandı */
.home-status-strip{background:#111!important;color:#f0f0f0!important;border-bottom:1px solid #252525!important}
.home-status-strip .container{font-size:10px!important;letter-spacing:.01em!important;padding-top:7px!important;padding-bottom:7px!important}
.head-main{min-height:76px!important}
.logo{max-height:56px!important;width:auto!important;object-fit:contain!important}
.site-search{max-width:430px!important}
.site-search input{height:42px!important;border-radius:6px 0 0 6px!important;border:1px solid #dedede!important;background:#fff!important}
.site-search button{width:48px!important;border-radius:0 6px 6px 0!important;background:#e20d18!important;color:#fff!important;font-size:18px!important}
.phone-big{font-size:17px!important;font-weight:800!important}
.head-contact span{font-size:10px!important;color:#e20d18!important;font-weight:700!important}
.nav-wrap{background:#0d0d0d!important;border:0!important}
.nav a{font-size:11px!important;font-weight:750!important;letter-spacing:.015em!important}
.nav a.active{background:#df0b15!important;color:#fff!important}
.nav-cta{background:#df0b15!important;border-radius:5px!important;font-size:10px!important;font-weight:800!important}
.hero-v24{background:linear-gradient(90deg,#050505 0%,#111 48%,#050505 100%)!important;color:#fff!important}
.hero-v24 .container{min-height:375px!important}
.hero-v24 .hero-copy h1{font-size:48px!important;line-height:.98!important;max-width:590px!important;color:#fff!important}
.hero-v24 .hero-copy h1 span{color:#e2ae37!important}
.hero-v24 .lead{color:#e5e5e5!important;max-width:560px!important}
.hero-v24 .eyebrow{color:#f0c25a!important}
.hero-points span{color:#f2f2f2!important;font-size:11px!important}
.hero-feature-card,.hero-side-card{border:1px solid rgba(255,255,255,.12)!important;background:rgba(255,255,255,.06)!important;backdrop-filter:blur(3px)}
.hero-feature-card img,.hero-side-card img{background:#fff!important}
.feature-strip{background:#fff!important;border-bottom:1px solid #ececec!important}
.v53-feature-strip .container{gap:10px!important}
.feature-mini{border:1px solid #e7e7e7!important;border-radius:7px!important;background:#fff!important;box-shadow:0 4px 14px rgba(0,0,0,.035)!important}
.feature-mini .circle{border:1px solid #e20d18!important;color:#e20d18!important;background:#fff!important}
.category-grid-v40 .cat{border:1px solid #e7e7e7!important;border-radius:7px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 4px 16px rgba(0,0,0,.035)!important;transition:transform .18s ease,box-shadow .18s ease!important}
.category-grid-v40 .cat:hover{transform:translateY(-3px)!important;box-shadow:0 10px 25px rgba(0,0,0,.08)!important}
.category-grid-v40 .cat-copy{padding:10px 10px 11px!important;text-align:center!important}
.category-grid-v40 .cat-copy b{font-size:12px!important;color:#171717!important}
.category-grid-v40 .cat-copy small{font-size:9px!important;color:#777!important;margin-top:3px!important}
.product-card{border:1px solid #e5e5e5!important;border-radius:7px!important;box-shadow:0 4px 16px rgba(0,0,0,.035)!important;overflow:hidden!important;background:#fff!important}
.product-card:hover{box-shadow:0 10px 26px rgba(0,0,0,.085)!important;transform:translateY(-3px)!important}
.product-card .product-image{background:#f7f7f7!important}
.product-card h3{font-size:13px!important;line-height:1.25!important}
.product-card .price{color:#e10b15!important;font-weight:850!important}
.section-head h2{font-size:25px!important;letter-spacing:-.03em!important}
.goldline{background:#d6a13a!important;height:2px!important;width:74px!important}
.home-reference-cta{background:#101010!important;border-top:1px solid #252525!important;border-bottom:1px solid #252525!important}
.home-reference-cta span{color:#fff!important}
.home-reference-cta small{color:#bdbdbd!important}
.home-phone{color:#ff2831!important}
.home-wa{background:#13ad4b!important;color:#fff!important;border-radius:5px!important;padding:10px 16px!important;font-weight:800!important}
.footer{background:#0b0b0b!important}
.footer-bottom{background:#050505!important}
@media(max-width:900px){.hero-v24 .container{min-height:auto!important}.hero-v24 .hero-copy h1{font-size:40px!important}.site-search{max-width:none!important}}
@media(max-width:600px){.hero-v24 .hero-copy h1{font-size:34px!important}.head-main{min-height:66px!important}.logo{max-height:48px!important}.home-status-strip{display:none!important}}
/* v57 — reference-matched hero and denser homepage */
.hero-v57{background:#090b0d;color:#fff;padding:0;overflow:hidden;border-bottom:1px solid #20242a}.hero-v57-inner{min-height:420px;display:grid;grid-template-columns:46% 54%;align-items:stretch;max-width:1280px;padding:0}.hero-v57-copy{padding:56px 34px 42px 18px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(90deg,#090b0d 0%,#090b0d 82%,rgba(9,11,13,.84) 100%);position:relative;z-index:2}.hero-v57-copy .eyebrow{font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#e5c16f;margin-bottom:12px}.hero-v57-copy h1{font-size:clamp(38px,4.1vw,66px);line-height:.94;margin:0 0 18px;font-weight:950;letter-spacing:-.035em}.hero-v57-copy h1 span{color:#d5a432;text-shadow:0 1px 0 #70510e}.hero-v57-copy p{max-width:560px;font-size:16px;line-height:1.6;color:#d9dde2;margin:0 0 22px}.hero-v57-copy .actions{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:22px}.hero-outline{border:1px solid #fff!important;color:#fff!important;background:transparent!important}.hero-v57-points{display:flex;gap:18px;flex-wrap:wrap;color:#f2f2f2;font-size:12px;font-weight:700}.hero-v57-points span{display:inline-flex;align-items:center;gap:6px}.hero-v57-visual{position:relative;min-height:420px;background-image:linear-gradient(90deg,rgba(9,11,13,.58) 0%,rgba(9,11,13,.04) 35%),url('hero-printing-reference.jpg');background-size:cover;background-position:center}.hero-v57-badge{position:absolute;right:22px;bottom:20px;background:rgba(255,255,255,.94);color:#111;border-left:4px solid #d60000;border-radius:9px;padding:12px 16px;box-shadow:0 10px 30px rgba(0,0,0,.22);display:flex;flex-direction:column;min-width:170px}.hero-v57-badge b{font-size:17px}.hero-v57-badge small{font-size:12px;color:#666;margin-top:2px}.product-groups-v40{padding-top:34px}.category-grid-v40{gap:12px}.category-grid-v40 .cat{border-radius:10px;overflow:hidden}.category-grid-v40 .cat-image{height:138px}.category-grid-v40 .cat-copy{padding:10px 10px 11px}.category-grid-v40 .cat-copy b{font-size:14px}.category-grid-v40 .cat-copy small{font-size:11px}.v53-feature-strip{margin-top:0}
@media(max-width:900px){.hero-v57-inner{grid-template-columns:1fr;padding:0}.hero-v57-copy{padding:38px 22px 28px;background:#090b0d}.hero-v57-visual{min-height:280px;background-position:center}.hero-v57-points{gap:12px}.category-grid-v40 .cat-image{height:120px}}
@media(max-width:600px){.hero-v57-copy h1{font-size:39px}.hero-v57-copy p{font-size:14px}.hero-v57-copy .actions .btn{flex:1 1 150px}.hero-v57-visual{min-height:220px}.hero-v57-badge{right:12px;bottom:12px;min-width:145px}.category-grid-v40 .cat-image{height:104px}}
/* v58 - product gallery polish */
.gallery-stage{position:relative;width:100%;height:100%;display:grid;place-items:center;overflow:hidden}
.gallery-stage>img{transition:opacity .18s ease,transform .25s ease}
.gallery-main:hover .gallery-stage>img{transform:scale(1.018)}
.gallery-position{position:absolute;right:12px;bottom:12px;background:rgba(18,18,18,.78);color:#fff;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800;letter-spacing:.04em}
.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border:1px solid #e4e4e4;border-radius:50%;background:rgba(255,255,255,.94);color:#222;font-size:28px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 5px 18px rgba(0,0,0,.10);z-index:2}
.gallery-arrow:hover{background:#111;color:#fff;border-color:#111}.gallery-arrow.prev{left:12px}.gallery-arrow.next{right:12px}
.thumbs{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px!important;margin-top:11px}
.thumb{width:auto!important;height:auto!important;min-height:82px!important;border:1px solid #e6e6e6!important;border-radius:8px!important;background:#fafafa!important;padding:5px!important;overflow:hidden;display:grid!important;grid-template-rows:54px auto;align-items:center;cursor:pointer}
.thumb img{height:52px!important;width:100%!important;object-fit:contain!important;padding:2px!important}.thumb span{display:block;font-size:9px;line-height:1.2;color:#777;font-weight:700;padding:3px 2px 1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thumb.active{border-color:var(--red)!important;box-shadow:0 0 0 1px var(--red)}.thumb.active span{color:var(--red)}
.gallery-note{background:#faf7f0;border-left:3px solid var(--gold);padding:9px 11px;border-radius:0 7px 7px 0}
@media(max-width:560px){.thumbs{grid-template-columns:repeat(4,minmax(68px,1fr));overflow-x:auto}.thumb{min-width:72px!important}.gallery-arrow{width:34px;height:34px}.gallery-position{right:9px;bottom:9px}}


/* V59 — görsel kalite, ürün güveni ve katalog netliği */
.product-card-media{background:linear-gradient(180deg,#fafafa 0%,#f2f2f2 100%);overflow:hidden}
.product-card-media img{transition:transform .28s ease,filter .28s ease;filter:saturate(.98) contrast(1.02)}
.product-card-v12:hover .product-card-media img{transform:scale(1.035);filter:saturate(1.04) contrast(1.04)}
.category-grid-v40 .cat{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.category-grid-v40 .cat:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,0,0,.08);border-color:#ddd}
.gallery-caption{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:10px;padding:9px 11px;border:1px solid #ececec;border-radius:6px;background:#fff;font-size:10px;color:#777}
.gallery-caption b{color:#151515;font-size:11px}
.catalog-confidence{background:#f7f7f7;border-top:1px solid #ececec;border-bottom:1px solid #ececec}
.catalog-confidence .container{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.catalog-confidence .container>div{padding:18px 22px;border-right:1px solid #e5e5e5}
.catalog-confidence .container>div:last-child{border-right:0}
.catalog-confidence b{display:block;font-size:12px;margin-bottom:5px;color:#151515}
.catalog-confidence span{display:block;font-size:10px;line-height:1.55;color:#6c6c6c}
@media(max-width:760px){.catalog-confidence .container{grid-template-columns:1fr}.catalog-confidence .container>div{border-right:0;border-bottom:1px solid #e5e5e5;padding:14px 0}.catalog-confidence .container>div:last-child{border-bottom:0}.gallery-caption{align-items:flex-start;flex-direction:column;gap:2px}}


/* V60 — referans görünüme yakınlaştıran son görsel sıkılaştırma */
:root{--v60-border:#e8e8e8;--v60-shadow:0 10px 26px rgba(15,15,15,.06)}
.home-status-strip{background:#0b0b0b;color:#cfcfcf;font-size:11px}.home-status-strip .container{min-height:28px;display:flex;justify-content:space-between;gap:18px;align-items:center}.home-status-strip b{color:#fff}
.hero-v57{border-top:1px solid #202020}.hero-v57-copy p{max-width:640px}.hero-v57-points span{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);padding:8px 10px;border-radius:8px}
.category-grid-v40 .cat{border-radius:10px;box-shadow:0 6px 20px rgba(0,0,0,.045);transition:.2s ease}.category-grid-v40 .cat:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(0,0,0,.08)}
.product-card-v60{border-radius:11px;border:1px solid var(--v60-border);box-shadow:var(--v60-shadow);background:#fff}.product-card-v60 .product-card-media{position:relative;overflow:hidden;background:linear-gradient(180deg,#fbfbfb 0%,#f3f3f3 100%);border-bottom:1px solid #ededed}.product-card-v60 .product-image{position:relative}.product-card-v60 .product-image:after{content:"";position:absolute;left:13%;right:13%;bottom:7%;height:15px;background:radial-gradient(ellipse,rgba(0,0,0,.16),transparent 68%);filter:blur(6px);z-index:0}.product-card-v60 .product-image img{position:relative;z-index:1;filter:drop-shadow(0 9px 7px rgba(0,0,0,.12))}.product-card-v60 .product-body{padding:15px 16px 16px}.product-card-v60 .product-meta{font-size:10px;letter-spacing:.08em;text-transform:uppercase;font-weight:900;color:#8f6c23}.product-card-v60 h3{font-size:18px;margin:5px 0 7px}.product-card-v60 p{font-size:12.5px;color:#666;min-height:38px}.product-card-v60 .card-bits span{font-size:10.5px;background:#f7f7f7;border:1px solid #ececec}.product-card-v60 .price{font-size:13px;font-weight:900;color:#c30000}.product-card-v60 .btn.small{font-size:11px;padding:8px 10px}.use-badge-v60{position:absolute;left:10px;bottom:10px;z-index:3;max-width:75%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:rgba(15,15,15,.86);color:#fff;font-size:9px;font-weight:800;padding:5px 8px;border-radius:999px;backdrop-filter:blur(4px)}
.product-detail-v6{gap:42px}.gallery-wrap{background:#fff;border:1px solid #e6e6e6;border-radius:13px;padding:16px;box-shadow:0 10px 32px rgba(0,0,0,.05)}.gallery-main{border-radius:10px;background:linear-gradient(180deg,#fbfbfb,#f4f4f4)}.gallery-main img{filter:drop-shadow(0 12px 10px rgba(0,0,0,.12))}.thumb{background:#fafafa;border-color:#e9e9e9}.thumb.active{border-color:#c60000;box-shadow:0 0 0 1px #c60000 inset}.detail-sticky{top:18px}.detail-badge{display:inline-flex;border-radius:999px;padding:6px 9px;background:#f5f5f5;border:1px solid #e5e5e5;font-size:10px;font-weight:900;color:#777;text-transform:uppercase;letter-spacing:.07em}.detail h1{font-size:clamp(34px,4vw,48px);letter-spacing:-.035em}.product-summary-band{border-radius:12px;overflow:hidden;border:1px solid #e6e6e6}.price-box{border-radius:12px;background:linear-gradient(135deg,#fff,#faf7f1);border:1px solid #e9e0cf}.big-price{color:#d00000}.detail-actions .btn{border-radius:9px}.spec-overview{gap:12px}.overview-card{border-radius:12px;border:1px solid #e7e7e7;box-shadow:0 7px 20px rgba(0,0,0,.035)}
@media(max-width:900px){.home-status-strip .container{justify-content:center;flex-wrap:wrap;padding-top:7px;padding-bottom:7px}.product-detail-v6{gap:24px}.detail-sticky{position:static}}
@media(max-width:560px){.product-card-v60 .product-body{padding:12px}.product-card-v60 h3{font-size:16px}.use-badge-v60{font-size:8px;left:7px;bottom:7px;max-width:82%}.home-status-strip .container span:nth-child(2){display:none}}

/* ===== V61: reference-density polish ===== */
@media(min-width:901px){
  .header{position:sticky;top:0;z-index:80;box-shadow:0 2px 14px rgba(0,0,0,.06)}
  .head-main{min-height:76px}
  .logo{max-height:58px;width:auto}
  .site-search{max-width:390px}
  .nav-wrap .container{min-height:46px}
  .nav a{font-size:11px;letter-spacing:.01em}
  .hero-v57-inner{min-height:390px}
  .hero-v57-copy{padding-top:44px;padding-bottom:36px}
  .hero-v57-visual{min-height:390px}
}
.category-grid-v40 .cat-image,.product-card-v60 .product-image{background:radial-gradient(circle at 50% 35%,#fff 0,#fafafa 52%,#efefef 100%)!important}
.category-grid-v40 .cat-image img,.product-card-v60 .product-image img{object-fit:contain!important;padding:8px!important}
.category-grid-v40 .cat-copy b{font-weight:850!important;letter-spacing:-.01em}
.product-card-v60 .product-body{display:flex;flex-direction:column;min-height:188px}
.product-card-v60 .product-bottom{margin-top:auto}
.product-card-v60 .product-meta{color:#a6791f!important}
.product-card-v60 .price-status{box-shadow:0 4px 12px rgba(0,0,0,.12)}
.home-reference-cta{border-top:1px solid #262626;border-bottom:1px solid #262626}
.footer{border-top:3px solid #c79b39}
.product-detail-v6{align-items:start}
.detail-sticky{top:138px}
.gallery-stage{background:radial-gradient(circle at 50% 40%,#fff 0,#f7f7f7 58%,#ececec 100%);border:1px solid #e4e4e4}
.gallery-stage img{filter:drop-shadow(0 16px 13px rgba(0,0,0,.14))}
.product-summary-band{border:1px solid #e5e5e5;box-shadow:0 6px 18px rgba(0,0,0,.04)}
.info-card{box-shadow:0 10px 28px rgba(0,0,0,.055)}
@media(max-width:900px){.header{position:relative}.detail-sticky{position:static}.product-card-v60 .product-body{min-height:0}}


/* ===== V62: reference alignment, de-duplication and catalog density ===== */
body{background:#fff}
.microbar{height:27px;background:#090909;color:#d9d9d9}
.microbar .container{min-height:27px;font-size:10px;letter-spacing:.01em}
.header{box-shadow:none!important;border-bottom:0!important}
.head-main{min-height:74px!important;height:74px!important;gap:22px!important}
.logo{max-height:54px!important;max-width:205px!important;width:auto!important}
.brand-link{min-width:205px!important}
.site-search{max-width:410px!important;border-radius:5px!important}
.site-search input{height:38px!important;font-size:11px!important;background:#fff!important}
.site-search button{height:38px!important;width:44px!important;border-radius:0 4px 4px 0!important}
.head-contact{margin-left:auto!important}
.phone-big{font-size:17px!important;font-weight:900!important}
.head-contact span{font-size:10px!important;margin-top:2px!important}
.wa-round{width:34px!important;height:34px!important;border:2px solid #18b659!important;background:#fff!important;color:#18b659!important}
.wa-round:after{font-size:14px!important;color:#18b659!important}
.nav-wrap{background:#090a0b!important;box-shadow:none!important;border-top:1px solid #1e1e1e!important}
.nav-wrap>.container{min-height:44px!important}
.nav{gap:0!important}
.nav a{padding:14px 14px 12px!important;font-size:10px!important;font-weight:850!important;text-transform:uppercase!important}
.nav-cta{padding:9px 13px!important;border-radius:4px!important;font-size:10px!important}
.hero-v57-inner{min-height:355px!important;grid-template-columns:43% 57%!important}
.hero-v57-copy{padding:38px 28px 30px 16px!important}
.hero-v57-copy .eyebrow{font-size:10px!important;margin-bottom:9px!important}
.hero-v57-copy h1{font-size:clamp(38px,3.7vw,55px)!important;line-height:.94!important;margin-bottom:14px!important}
.hero-v57-copy p{font-size:13px!important;line-height:1.55!important;margin-bottom:17px!important}
.hero-v57-copy .actions{margin-bottom:16px!important}
.hero-v57-copy .btn{padding:10px 14px!important;font-size:11px!important;border-radius:5px!important}
.hero-v57-points{gap:8px!important}
.hero-v57-points span{padding:6px 8px!important;font-size:9px!important;border-radius:5px!important}
.hero-v57-visual{min-height:355px!important;background-position:center 48%!important}
.hero-v57-badge{right:16px!important;bottom:14px!important;border-radius:6px!important;padding:9px 12px!important;min-width:145px!important}
.hero-v57-badge b{font-size:14px!important}.hero-v57-badge small{font-size:9px!important}
.v53-feature-strip .container{border:0!important;box-shadow:none!important;gap:9px!important;padding-top:10px!important;padding-bottom:10px!important}
.feature-mini{padding:10px 12px!important;border:1px solid #e7e7e7!important;border-radius:6px!important}
.feature-mini .circle{width:32px!important;height:32px!important;font-size:14px!important}
.feature-mini b{font-size:11px!important}.feature-mini small{font-size:9px!important;color:#777!important}
.product-groups-v40{padding-top:26px!important;padding-bottom:30px!important}
.section.soft{padding-top:30px!important;padding-bottom:32px!important;background:#fff!important;border-top:1px solid #f0f0f0!important}
.section-head{margin-bottom:14px!important;align-items:center!important}
.section-head h2{font-size:20px!important;margin:2px 0 4px!important}
.section-head .sub{font-size:10px!important;max-width:650px!important;line-height:1.45!important}
.section-head .eyebrow{font-size:10px!important}.goldline{width:42px!important;height:2px!important;margin-top:7px!important}
.category-grid-v40{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:9px!important}
.category-grid-v40 .cat{min-height:0!important;border-radius:5px!important;box-shadow:none!important}
.category-grid-v40 .cat:hover{transform:translateY(-2px)!important;box-shadow:0 7px 18px rgba(0,0,0,.07)!important}
.category-grid-v40 .cat-image{height:104px!important;aspect-ratio:auto!important}
.category-grid-v40 .cat-image img{padding:3px!important;object-fit:contain!important}
.category-grid-v40 .cat-copy{padding:8px 7px 9px!important;text-align:center!important}
.category-grid-v40 .cat-copy b{font-size:11px!important;line-height:1.18!important}
.category-grid-v40 .cat-copy small{font-size:8.5px!important;line-height:1.2!important;margin-top:3px!important}
.product-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:9px!important}
.product-card-v60{border-radius:5px!important;box-shadow:none!important}
.product-card-v60:hover{box-shadow:0 8px 20px rgba(0,0,0,.07)!important;transform:translateY(-2px)!important}
.product-card-v60 .product-image{height:105px!important;aspect-ratio:auto!important}
.product-card-v60 .product-image img{padding:4px!important}
.product-card-v60 .product-body{padding:9px!important;min-height:151px!important}
.product-card-v60 .product-meta{font-size:8px!important;margin-bottom:1px!important}
.product-card-v60 h3{font-size:11px!important;margin:3px 0 4px!important;line-height:1.2!important}
.product-card-v60 p{font-size:8.5px!important;line-height:1.35!important;min-height:23px!important;margin-bottom:6px!important}
.product-card-v60 .card-bits{display:none!important}
.product-card-v60 .price{font-size:10px!important;margin-bottom:6px!important}
.product-card-v60 .btn.small{font-size:8px!important;padding:6px 7px!important;border-radius:4px!important}
.product-card-v60 .quote-add-card,.product-card-v60 .mini-phone{width:24px!important;height:24px!important;font-size:11px!important}
.price-status{font-size:7px!important;padding:4px 5px!important;top:6px!important;right:6px!important}
.use-badge-v60{font-size:7px!important;padding:4px 6px!important;left:6px!important;bottom:6px!important}
.home-reference-cta .container{min-height:78px!important}
.home-reference-cta span{font-size:18px!important}.home-reference-cta small{font-size:10px!important}
.home-phone{font-size:18px!important}.home-wa{padding:9px 14px!important;font-size:11px!important}
.catalog-confidence .container>div{padding:13px 17px!important}.catalog-confidence b{font-size:10px!important}.catalog-confidence span{font-size:8.5px!important}
.footer{padding-top:28px!important}.footer-grid-v24{gap:22px!important}.footer-logo{width:150px!important}.footer-note,.footer-info,.footer-links a{font-size:10px!important}.footer-bottom{margin-top:20px!important;font-size:9px!important}
@media(max-width:1100px){.category-grid-v40,.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.nav a{padding-left:9px!important;padding-right:9px!important}.brand-link{min-width:170px!important}.logo{max-width:170px!important}.site-search{max-width:300px!important}}
@media(max-width:760px){.head-main{min-height:66px!important;height:66px!important}.logo{max-width:160px!important}.hero-v57-inner{grid-template-columns:1fr!important}.hero-v57-copy{padding:30px 20px 24px!important}.hero-v57-visual{min-height:215px!important}.feature-strip .container{grid-template-columns:repeat(2,1fr)!important}.category-grid-v40,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.category-grid-v40 .cat-image{height:112px!important}.product-card-v60 .product-image{height:132px!important}.product-card-v60 .product-body{min-height:0!important}.home-reference-cta .container{padding-top:16px!important;padding-bottom:16px!important}.home-reference-cta span{font-size:16px!important}.catalog-confidence .container{grid-template-columns:1fr!important}}


/* V63 — visual polish + product-card consistency */
:root{--em-red:#df0b15;--em-black:#101010;--em-gold:#d7a83e;--em-soft:#f6f6f6}
.header{box-shadow:0 2px 12px rgba(0,0,0,.04)}
.wa-round{display:grid!important;place-items:center!important;width:38px!important;height:38px!important;border-radius:50%!important;background:#12b954!important;color:#fff!important;font-size:10px!important;font-weight:900!important;letter-spacing:-.02em!important;text-decoration:none!important;border:2px solid #fff!important;box-shadow:0 4px 14px rgba(18,185,84,.24)!important}
.nav-wrap{position:sticky;top:0;z-index:70;box-shadow:0 5px 14px rgba(0,0,0,.11)}
.hero-v57-inner{align-items:stretch!important}
.hero-v57-copy{padding-top:38px!important;padding-bottom:38px!important}
.hero-v57-copy h1{letter-spacing:-.045em!important;text-shadow:0 2px 18px rgba(0,0,0,.22)}
.hero-v57-visual{border-radius:0!important;overflow:hidden!important;box-shadow:inset 50px 0 60px rgba(0,0,0,.16)!important}
.feature-strip.v53-feature-strip{position:relative;z-index:3}
.feature-mini{min-height:62px!important;align-items:center!important}
.category-grid-v40{gap:10px!important}
.category-grid-v40 .cat-image{aspect-ratio:1.55/1!important;height:auto!important;background:linear-gradient(180deg,#fafafa,#f2f2f2)!important}
.category-grid-v40 .cat-image img{width:100%!important;height:100%!important;object-fit:contain!important;padding:4px!important;transition:transform .22s ease!important}
.category-grid-v40 .cat:hover .cat-image img{transform:scale(1.035)!important}
.product-grid{gap:12px!important}
.product-card-v60 .product-card-media{position:relative!important;overflow:hidden!important;background:linear-gradient(180deg,#fafafa,#f2f2f2)!important}
.product-card-v60 .product-image{aspect-ratio:1.5/1!important;height:auto!important}
.product-card-v60 .product-image img{width:100%!important;height:100%!important;object-fit:contain!important;padding:5px!important;transition:transform .24s ease!important}
.product-card-v60:hover .product-image img{transform:scale(1.035)!important}
.product-card-v60 .product-body{display:flex!important;flex-direction:column!important;min-height:205px!important;padding:11px 12px 12px!important}
.product-card-v60 .product-body>p{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:34px!important;margin-bottom:8px!important}
.product-card-v60 .product-bottom{margin-top:auto!important;padding-top:8px!important;border-top:1px solid #eee!important}
.product-card-v60 .price-status{top:8px!important;left:8px!important;box-shadow:0 3px 10px rgba(0,0,0,.08)!important}
.product-card-v60 .use-badge-v60{right:8px!important;bottom:8px!important;max-width:72%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;backdrop-filter:blur(4px)!important}
.card-actions{align-items:center!important}
.card-actions .btn.small{font-weight:800!important}
.quote-add-card,.mini-phone{transition:transform .18s ease,box-shadow .18s ease!important}
.quote-add-card:hover,.mini-phone:hover{transform:translateY(-2px)!important;box-shadow:0 5px 12px rgba(0,0,0,.10)!important}
.home-reference-cta{box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.catalog-confidence .container>div{position:relative!important;padding-left:18px!important}
.catalog-confidence .container>div:before{content:"";position:absolute;left:0;top:3px;bottom:3px;width:3px;border-radius:3px;background:var(--em-gold)}
.footer{border-top:3px solid var(--em-gold)!important}
.footer-logo{filter:none!important}
@media(min-width:1200px){
 .category-grid-v40{grid-template-columns:repeat(6,minmax(0,1fr))!important}
 .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media(max-width:760px){
 .head-main{gap:8px!important}
 .logo{max-height:48px!important}
 .site-search{order:4;width:100%!important;max-width:none!important}
 .hero-v57-copy{padding-top:26px!important;padding-bottom:26px!important}
 .hero-v57-copy h1{font-size:38px!important}
 .hero-v57-points{grid-template-columns:1fr 1fr!important;gap:7px!important}
 .category-grid-v40{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
 .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
 .product-card-v60 .product-body{min-height:188px!important;padding:9px!important}
 .product-card-v60 .product-body>p{font-size:11px!important;line-height:1.35!important}
 .card-bits{display:none!important}
 .product-card-v60 .price{font-size:11px!important}
 .card-actions .btn.small{font-size:10px!important;padding:8px 6px!important}
 .quote-add-card,.mini-phone{width:30px!important;height:30px!important;min-width:30px!important}
}


/* V64 — referans görünümle masaüstü eşleşmesini güçlendirme */
@media(min-width:1180px){
  .container{width:min(1320px,calc(100% - 40px))}
  .head-main{height:76px!important;min-height:76px!important}
  .brand-link{min-width:205px!important}.logo{max-width:205px!important;height:56px!important}
  .site-search{max-width:410px!important}
  .nav-wrap>.container{min-height:45px!important;height:45px!important}
  .nav a{padding:14px 14px 12px!important;font-size:11px!important}
  .nav-cta{padding:0 16px!important;font-size:11px!important}
  .hero-v57-inner{min-height:348px!important;grid-template-columns:42% 58%!important}
  .hero-v57-copy{padding:34px 28px 28px 14px!important}
  .hero-v57-copy h1{font-size:clamp(42px,3.6vw,56px)!important;line-height:.93!important}
  .hero-v57-copy p{font-size:13px!important;max-width:540px!important}
  .hero-v57-visual{min-height:348px!important;background-position:center 46%!important}
  .v53-feature-strip .container{grid-template-columns:repeat(4,1fr)!important}
  .product-groups-v40{padding-top:25px!important;padding-bottom:28px!important}
  .category-grid-v40{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:10px!important}
  .category-grid-v40 .cat-image{aspect-ratio:1.58/1!important}
  .section.soft{padding-top:28px!important;padding-bottom:30px!important}
  .section.soft .product-grid,.product-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:10px!important}
  .product-card-v60 .product-image{aspect-ratio:1.42/1!important}
  .product-card-v60 .product-body{min-height:170px!important;padding:9px 10px 10px!important}
  .product-card-v60 h3{font-size:12px!important}.product-card-v60 p{font-size:9.5px!important;min-height:26px!important}
  .product-card-v60 .price{font-size:11px!important}
  .home-reference-cta .container{min-height:72px!important}
  .footer-grid-v24{grid-template-columns:1.2fr .8fr .8fr 1.2fr!important}
}
.product-card-v60 .product-card-media:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.25),transparent 42%);pointer-events:none;z-index:2}
.product-card-v60 .product-image img,.category-grid-v40 .cat-image img{mix-blend-mode:multiply}
.product-card-v60:hover,.category-grid-v40 .cat:hover{border-color:#d9d9d9!important}
.section-head.compact-v40{border-bottom:1px solid #ececec;padding-bottom:12px!important}
.section-head.compact-v40 .goldline{margin-bottom:-14px!important;position:relative;z-index:2;background:var(--red)!important;width:74px!important}

/* V65 — ürün detayını referans ekranına yaklaştıran yoğunluk ve görsel hiyerarşi */
@media(min-width:1000px){
  .page-hero>.container{width:min(1320px,calc(100% - 40px));padding-top:20px}
  .breadcrumbs{font-size:10px;color:#777;margin:4px 0 14px}
  .product-detail-v6{grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:34px!important}
  .gallery-wrap{padding:12px!important;border-radius:8px!important;box-shadow:none!important}
  .gallery-kicker{font-size:9px;margin-bottom:8px}
  .gallery-stage{min-height:410px!important;border-radius:7px!important}
  .gallery-stage img{max-height:390px!important;object-fit:contain!important}
  .thumbs{gap:8px!important;margin-top:9px!important}
  .thumb{height:64px!important;min-width:72px!important;border-radius:5px!important;padding:4px!important}
  .thumb span{display:none!important}
  .gallery-caption{padding:7px 9px!important;margin-top:7px!important}
  .gallery-note{font-size:8.5px!important;line-height:1.4!important;margin-top:7px!important}
  .detail-sticky{top:128px!important}
  .detail-badge{font-size:9px!important;padding:5px 8px!important}
  .detail h1{font-size:36px!important;margin:8px 0 3px!important;line-height:1.05!important}
  .detail .subtitle{font-size:14px!important;margin:0 0 10px!important}
  .product-summary-band{grid-template-columns:repeat(3,1fr)!important;margin:10px 0!important}
  .product-summary-band>div{padding:10px 11px!important}
  .product-summary-band small{font-size:8px!important}.product-summary-band b{font-size:10px!important}
  .product-feature-strip{grid-template-columns:repeat(4,1fr)!important;gap:6px!important;margin:10px 0!important}
  .product-feature-strip>div{padding:8px!important;min-height:58px!important}
  .product-feature-strip span{font-size:12px!important}.product-feature-strip b{font-size:8.5px!important}.product-feature-strip small{font-size:7.5px!important;line-height:1.25!important}
  .detail-highlights{gap:6px!important;margin:9px 0!important}.highlight-chip{font-size:8.5px!important;padding:6px 8px!important}
  .detail .desc{font-size:11px!important;line-height:1.55!important;margin:10px 0!important}
  .catalog-note,.product-fit{padding:9px 10px!important;margin:9px 0!important;font-size:9px!important}
  .info-card{box-shadow:none!important;border-radius:7px!important}
  .info-row{padding:8px 10px!important;font-size:9.5px!important}
  .price-box{padding:12px!important;border-radius:7px!important}.big-price{font-size:28px!important}.price-note{font-size:8px!important}
  .order-brief-mini{padding:9px 10px!important;margin-top:9px!important}.order-brief-mini span,.order-brief-mini small{font-size:8px!important}.order-brief-mini b{font-size:8px!important}
  .detail-actions{gap:7px!important;margin-top:10px!important}.detail-actions .btn{padding:10px 12px!important;font-size:10px!important;border-radius:5px!important}
  .share-tools,.detail-help,.quick-icons{margin-top:8px!important}
  .quick-icons{grid-template-columns:repeat(3,1fr)!important}.quick-icons>div{padding:8px!important}.quick-icons b{font-size:8px!important}.quick-icons small{font-size:7px!important}
  .spec-overview{grid-template-columns:repeat(4,1fr)!important;gap:8px!important;margin-top:24px!important}.overview-card{padding:12px!important;border-radius:7px!important;box-shadow:none!important}.overview-card>b{font-size:10px!important}.overview-card p,.overview-card li{font-size:9px!important;line-height:1.45!important}
  .detail-explain,.product-assurance,.order-guide,.file-ready{margin-top:18px!important}
  .detail-explain,.product-assurance{gap:8px!important}
  .detail-explain>div,.product-assurance>div{padding:11px!important}
  .order-guide,.file-ready{padding:18px!important;border-radius:8px!important}
  .order-guide h2,.file-ready h2{font-size:20px!important}
  .tabs{margin-top:20px!important;border-radius:8px!important}.tab-heads button{font-size:9px!important;padding:11px 9px!important}.tab-panel{padding:16px!important}
  .product-contact-card{margin-top:20px!important;padding:18px!important;border-radius:8px!important}.product-contact-card h2{font-size:22px!important;margin:5px 0!important}.product-contact-card p{font-size:10px!important}
  .complementary-products,.recent-products{margin-top:22px!important}
}
@media(max-width:760px){
  .floating-contact-v36{display:none!important}
  .gallery-stage{min-height:310px!important}
  .detail h1{font-size:30px!important}
  .product-feature-strip{grid-template-columns:repeat(2,1fr)!important}
  .product-summary-band{grid-template-columns:1fr!important}
  .spec-overview{grid-template-columns:repeat(2,1fr)!important}
}


/* V66 — referans ekrana yaklaşan son vitrin rötuşları */
@media (min-width:1100px){
  .head-main{min-height:76px;grid-template-columns:190px minmax(320px,1fr) auto 48px;gap:18px}
  .logo{max-width:182px;height:auto}
  .nav-wrap .container{min-height:46px}
  .nav a{font-size:12px;padding:15px 13px}
  .hero-v57{min-height:360px}
  .hero-v57-inner{min-height:360px}
  .hero-v57-copy{padding:36px 0 34px;max-width:620px}
  .hero-v57-copy h1{font-size:48px;line-height:.95;letter-spacing:-.035em}
  .hero-v57-copy p{max-width:560px;font-size:15px}
  .hero-v57-visual{min-height:320px}
  .feature-strip.v53-feature-strip .container{grid-template-columns:repeat(4,1fr);gap:10px}
  .category-grid-v40{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
  .category-grid-v40 .category-card{min-height:178px}
  #featured.product-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
  #featured .product-card{border-radius:10px}
  #featured .product-card-media{min-height:142px}
  #featured .product-card-media .product-image img{max-height:136px}
  #featured .product-body{padding:12px}
  #featured .product-body h3{font-size:15px;line-height:1.25}
  #featured .product-body p{font-size:12px;line-height:1.4;min-height:34px}
  #featured .product-bottom{gap:8px}
  #featured .price{font-size:12px}
  #featured .card-actions{grid-template-columns:1fr 34px 34px;gap:5px}
  #featured .card-actions .btn,#featured .quote-add-card,#featured .mini-phone{min-height:34px;height:34px;font-size:11px}
  .section{padding-top:44px;padding-bottom:44px}
  .section-head{margin-bottom:18px}
  .section-head h2{font-size:28px}
}
.product-card-media{isolation:isolate}
.product-card-media .product-image{position:relative;z-index:1}
.product-card-media:before{content:"";position:absolute;inset:auto 10% 7px;height:18px;border-radius:50%;background:rgba(0,0,0,.12);filter:blur(12px);z-index:0}
.product-card-media img{filter:saturate(1.03) contrast(1.015)}
.product-card .price-status{z-index:3}
.use-badge-v60{z-index:3}
.home-reference-cta .container{border-radius:12px}
.footer-grid-v24{padding-top:34px;padding-bottom:28px}
@media (max-width:760px){
  .hero-v57-copy h1{font-size:38px}
  .hero-v57-copy p{font-size:14px}
  .category-grid-v40{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  #featured.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  #featured .product-card-media{min-height:145px}
  .section{padding-top:34px;padding-bottom:34px}
}

/* V67 — referans tasarıma yaklaşan görsel cilalama ve okunabilirlik */
:root{--v67-card:#ffffff;--v67-soft:#f5f5f4;--v67-ink:#181818}
.microbar{background:#0f0f0f!important;color:#f1f1f1!important;border:0!important}.microbar .container{min-height:30px;font-size:10px;letter-spacing:.01em}
.header{box-shadow:0 3px 14px rgba(0,0,0,.05)!important}.head-main{background:#fff}.nav-wrap{background:#121212!important;border:0!important}.nav-wrap .container{align-items:stretch!important}.nav-wrap .nav{gap:0!important}.nav-wrap .nav a{color:#fff!important;border:0!important}.nav-wrap .nav a:hover,.nav-wrap .nav a.active{background:var(--red)!important;color:#fff!important}.nav-cta{background:var(--red)!important;color:#fff!important;border-radius:0!important;display:flex!important;align-items:center!important;padding-inline:18px!important;font-weight:900!important}
.site-search{background:#fafafa!important;border-color:#dedede!important;border-radius:4px!important}.site-search button{border-radius:0!important}.phone-big{color:#111!important;font-size:18px!important}.head-contact span{font-size:9px!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#777!important}
.hero-v57{position:relative;background:linear-gradient(92deg,#101010 0%,#181818 46%,#252525 100%)!important}.hero-v57:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.16),transparent 48%,rgba(0,0,0,.05));pointer-events:none}.hero-v57-inner{position:relative;z-index:1}.hero-v57-copy .eyebrow{font-size:10px!important;letter-spacing:.16em!important}.hero-v57-copy h1{font-weight:950!important}.hero-v57-copy h1 span{color:#f0c45b!important}.hero-v57-points span{border-color:rgba(255,255,255,.15)!important;background:rgba(255,255,255,.05)!important}
.v53-feature-strip{box-shadow:0 8px 22px rgba(0,0,0,.035)}.feature-mini{padding:13px 16px!important}.feature-mini .circle{width:36px!important;height:36px!important;font-size:15px!important}.feature-mini small{font-size:10px!important;color:#888!important}.feature-mini b{font-size:12px!important}
.category-grid-v40 .cat,.product-card-v60{border-radius:5px!important;box-shadow:0 2px 7px rgba(0,0,0,.035)!important}.category-grid-v40 .cat-image{background:#fff!important;border-bottom:1px solid #eee!important}.category-grid-v40 .cat-image img{padding:6px!important;object-fit:contain!important;mix-blend-mode:normal!important}.category-grid-v40 .cat-copy{padding:10px 11px 12px!important}.category-grid-v40 .cat-copy b{font-size:12px!important;line-height:1.25}.category-grid-v40 .cat-copy small{font-size:9px!important}.category-grid-v40 .cat:after{bottom:10px!important;right:9px!important}
.product-card-v60 .product-card-media{background:#fff!important;border-bottom:1px solid #ededed!important}.product-card-v60 .product-image{background:#fff!important}.product-card-v60 .product-image img{padding:8px!important;object-fit:contain!important;mix-blend-mode:normal!important}.product-card-media:before{display:none!important}.product-card-v60 .price-status,.use-badge-v60{font-size:8px!important;line-height:1!important;border-radius:3px!important}.product-card-v60 .product-meta{font-size:8px!important;letter-spacing:.08em!important}.product-card-v60 .card-bits{gap:4px!important}.product-card-v60 .card-bits span{font-size:8px!important;padding:4px 5px!important}.product-card-v60 .card-actions .btn{border-radius:4px!important}
.home-reference-cta{margin-top:0!important}.home-reference-cta .container{border-radius:0!important}.catalog-confidence .container{gap:0!important;border:1px solid #e7e7e7!important;background:#fff!important}.catalog-confidence .container>div{padding:17px 18px!important;border-right:1px solid #e7e7e7!important}.catalog-confidence .container>div:last-child{border-right:0!important}.catalog-confidence b{font-size:12px!important}.catalog-confidence span{font-size:10px!important;line-height:1.45!important;color:#777!important}
.footer{background:#111!important}.footer-grid-v24{gap:34px!important}.footer-note,.footer-info,.footer-links a{font-size:11px!important}.footer-bottom{border-top-color:#2b2b2b!important}

/* ürün detay — görseli daha gerçek katalog sayfası gibi sun */
.gallery-wrap{background:#fff!important;border:1px solid #e8e8e8!important}.gallery-stage,.gallery-main{background:#fff!important}.gallery-stage img,.gallery-main img{filter:none!important}.thumb{background:#fff!important}.detail-sticky{background:#fff}.detail-badge{border-radius:3px!important}.product-summary-band,.info-card{border-color:#e4e4e4!important}.price-box{background:#faf8f3!important}.big-price{letter-spacing:-.03em}.detail-actions .btn{border-radius:4px!important}.spec-overview .overview-card{background:#fff!important;border-color:#e6e6e6!important}.tabs{box-shadow:none!important;border-color:#e6e6e6!important}

/* yönetim paneli — daha sade iş ekranı */
.admin-shell{background:#f4f4f4!important}.admin-panel,.admin-card,.admin-item{border-radius:6px!important;box-shadow:none!important}.admin-item{background:#fff!important}.admin-topbar{box-shadow:0 2px 10px rgba(0,0,0,.05)!important}.admin-stat{border-radius:5px!important}.drop-zone{border-radius:6px!important}

@media(min-width:1100px){
  .container{width:min(1240px,calc(100% - 36px))}
  .head-main{min-height:74px!important;grid-template-columns:190px minmax(360px,1fr) auto 44px!important}
  .nav-wrap .container{min-height:44px!important}
  .nav-wrap .nav a{padding:14px 12px!important;font-size:10.5px!important}
  .hero-v57-inner{min-height:350px!important;grid-template-columns:1.03fr .97fr!important}
  .hero-v57-copy{padding:38px 0!important}.hero-v57-copy h1{font-size:46px!important}.hero-v57-copy p{font-size:13px!important;line-height:1.55!important}
  .hero-v57-visual{min-height:300px!important}
  .product-groups-v40{padding-top:32px!important;padding-bottom:36px!important}.section.soft{padding-top:34px!important;padding-bottom:38px!important}
  .section-head h2{font-size:24px!important}.section-head .sub{font-size:11px!important;max-width:720px}
  .category-grid-v40{gap:11px!important}.category-grid-v40 .cat-image{height:112px!important;aspect-ratio:auto!important}.category-grid-v40 .cat{min-height:162px!important}
  #featured.product-grid{gap:11px!important}.product-card-v60 .product-image{height:130px!important;aspect-ratio:auto!important}.product-card-v60 .product-body{min-height:160px!important}
  .footer-grid-v24{padding-top:30px!important;padding-bottom:26px!important}
}
@media(max-width:760px){
  .microbar .container{justify-content:center!important}.microbar .container span:last-child{display:none}
  .head-main{min-height:68px!important}.brand-link{min-width:0!important}.logo{max-width:150px!important;height:auto!important}.head-contact,.wa-round{display:none!important}
  .site-search{display:none!important}.hero-v57{min-height:0!important}.hero-v57-inner{grid-template-columns:1fr!important}.hero-v57-copy{padding:28px 0 24px!important}.hero-v57-copy h1{font-size:34px!important;line-height:.98!important}.hero-v57-visual{min-height:220px!important;margin-top:0!important}
  .v53-feature-strip .container{grid-template-columns:repeat(2,1fr)!important}.feature-mini{border-bottom:1px solid #eee!important}
  .category-grid-v40 .cat-image{height:112px!important}.category-grid-v40 .cat-copy b{font-size:11px!important}
  #featured .product-card-media{min-height:0!important}.product-card-v60 .product-image{height:125px!important}.product-card-v60 .product-body{min-height:162px!important}
  .catalog-confidence .container{grid-template-columns:1fr!important}.catalog-confidence .container>div{border-right:0!important;border-bottom:1px solid #e7e7e7!important}.catalog-confidence .container>div:last-child{border-bottom:0!important}
}


/* V68 — performans, erişilebilirlik ve son görsel tutarlılık cilası */
.skip-link{position:fixed;left:16px;top:12px;z-index:9999;transform:translateY(-160%);background:#fff;color:#111;border:2px solid #111;padding:10px 14px;border-radius:4px;font-weight:900;text-decoration:none;transition:transform .16s ease}.skip-link:focus{transform:translateY(0)}\n.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}\na:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #e0b85e!important;outline-offset:2px!important}\n#main-content,.section,[id]{scroll-margin-top:92px}\n.product-groups-v40,.section.soft,.catalog-confidence,.footer{content-visibility:auto;contain-intrinsic-size:1px 650px}\n.category-grid-v40 .cat,.product-card-v60{transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important}.category-grid-v40 .cat:hover,.product-card-v60:hover{transform:translateY(-2px)!important;box-shadow:0 8px 20px rgba(0,0,0,.07)!important}\n.product-card-v60 .product-image img,.category-grid-v40 .cat-image img{will-change:transform}\n.home-reference-cta .home-phone,.home-reference-cta .home-wa{min-height:42px;display:inline-flex;align-items:center;justify-content:center}\n@media(min-width:1100px){.hero-v57-copy .actions .btn{min-width:132px;text-align:center}.home-reference-cta .container{padding-top:15px!important;padding-bottom:15px!important}.catalog-confidence .container{border-radius:4px!important;overflow:hidden}}\n@media(max-width:760px){.menu-toggle{min-width:42px!important;min-height:42px!important}.mobile-contact a{min-height:46px!important;display:flex!important;align-items:center!important;justify-content:center!important}.quote-tray-toggle{min-height:44px!important}}\n@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.category-grid-v40 .cat:hover,.product-card-v60:hover{transform:none!important}}\n

/* V69 — ana sayfa ve katalogta referans görünüme yaklaşan son düzen */
.hero-v57-visual{position:relative;overflow:hidden!important}
.hero-v57-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,15,15,.10),transparent 36%),linear-gradient(180deg,transparent 68%,rgba(0,0,0,.14));pointer-events:none}
.hero-v57-badge{box-shadow:0 10px 25px rgba(0,0,0,.18)!important;border:1px solid rgba(255,255,255,.18)!important;backdrop-filter:blur(8px)}
.product-groups-v40 .section-head,.section.soft .section-head{align-items:flex-end!important}
.category-grid-v40 .cat{overflow:hidden!important;background:#fff!important}
.category-grid-v40 .cat-copy{background:#fff!important;min-height:48px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
.category-grid-v40 .cat-copy small{margin-top:3px!important;color:#777!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
#featured .product-card-v60{background:#fff!important;border:1px solid #e9e9e9!important}
#featured .product-card-v60 .product-body{min-height:174px!important}
#featured .product-card-v60 h3{letter-spacing:-.01em!important}
#featured .product-card-v60 .price{font-weight:900!important;color:#111!important}
#featured .product-card-v60 .product-bottom{gap:7px!important}
.home-reference-cta{border-top:1px solid rgba(255,255,255,.08)!important;border-bottom:1px solid rgba(0,0,0,.08)!important}
.home-reference-cta .container>div:first-child span{font-size:clamp(18px,2vw,25px)!important;letter-spacing:-.02em!important}
.catalog-confidence{padding:22px 0 30px!important;background:#f7f7f6!important}
.catalog-confidence .container{box-shadow:0 8px 24px rgba(0,0,0,.035)!important}
.footer-brand .footer-phone{margin-top:14px!important}

/* ürün kataloğunda kartların bilgi yoğunluğunu korurken görseli öne çıkar */
.page-hero .catalog-head h1{letter-spacing:-.025em!important}
.catalog-toolbar{border-radius:5px!important}
.filters .filter{border-radius:4px!important}
.product-grid .product-card-v60 .product-meta{color:#777!important}
.product-grid .product-card-v60 h3{margin-top:3px!important}

/* ürün detay ekranında görsel ve bilgi panelini aynı yükseklik hissine yaklaştır */
@media(min-width:1000px){
  .product-detail-v6{align-items:start!important}
  .gallery-wrap{min-height:575px!important}
  .detail-sticky{min-height:575px!important}
  .gallery-stage{display:flex!important;align-items:center!important;justify-content:center!important}
  .detail h1{letter-spacing:-.03em!important}
}
@media(min-width:1180px){
  .category-grid-v40 .cat-image{height:116px!important}
  #featured .product-card-v60 .product-image{height:134px!important}
  #featured .product-card-v60 .product-body{min-height:176px!important}
}
@media(max-width:760px){
  .hero-v57-copy .actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
  .hero-v57-copy .actions .btn{width:100%!important;min-width:0!important}
  .category-grid-v40 .cat-copy{min-height:52px!important}
  #featured .product-card-v60 .product-body{min-height:168px!important}
  .home-reference-cta .container>div:first-child span{font-size:18px!important}
}

/* V70 — referans ekran görüntüsüne daha yakın masaüstü oranları ve son sunum cilası */
@media(min-width:1100px){
  .microbar{height:26px!important}.microbar .container{min-height:26px!important;font-size:9px!important}
  .head-main{min-height:76px!important;height:76px!important;grid-template-columns:205px minmax(360px,1fr) auto 46px!important;gap:22px!important}
  .logo{max-width:188px!important;max-height:64px!important;object-fit:contain!important}
  .site-search{max-width:500px!important;margin:0 auto!important}.site-search input{height:38px!important;font-size:11px!important}.site-search button{width:42px!important;height:38px!important}
  .phone-big{font-size:16px!important}.head-contact span{font-size:9px!important}
  .nav-wrap>.container{height:46px!important;min-height:46px!important}.nav a{font-size:10px!important;font-weight:800!important;letter-spacing:.01em!important}.nav-cta{height:34px!important;border-radius:3px!important}
  .hero-v57-inner{min-height:330px!important;grid-template-columns:45% 55%!important}
  .hero-v57-copy{padding:32px 28px 28px 14px!important}.hero-v57-copy h1{font-size:45px!important;line-height:.92!important}.hero-v57-copy p{font-size:12px!important;max-width:500px!important}
  .hero-v57-copy .eyebrow{font-size:10px!important}.hero-v57-copy .actions{margin-top:16px!important}.hero-v57-copy .actions .btn{height:38px!important;padding:0 16px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:10px!important}
  .hero-v57-points{gap:20px!important;margin-top:18px!important}.hero-v57-points span{font-size:9px!important}
  .hero-v57-visual{min-height:330px!important;background-size:cover!important;background-position:center 48%!important}
  .hero-v57-badge{right:20px!important;bottom:18px!important;padding:10px 12px!important;border-radius:5px!important}.hero-v57-badge b{font-size:13px!important}.hero-v57-badge small{font-size:8px!important}
  .v53-feature-strip .container{max-width:1240px!important}.feature-mini{min-height:66px!important;padding:10px 13px!important}.feature-mini .circle{width:32px!important;height:32px!important;font-size:13px!important}.feature-mini b{font-size:10px!important}.feature-mini small{font-size:8px!important}
  .product-groups-v40{padding:24px 0 26px!important}.section.soft{padding:24px 0 28px!important}
  .section-head{margin-bottom:13px!important}.section-head h2{font-size:18px!important;line-height:1.1!important;text-transform:uppercase!important;letter-spacing:.01em!important}.section-head .sub{font-size:9.5px!important;line-height:1.4!important}.section-head .eyebrow{font-size:8.5px!important}
  .category-grid-v40{gap:8px!important}.category-grid-v40 .cat{border-radius:4px!important;min-height:148px!important}.category-grid-v40 .cat-image{height:100px!important}.category-grid-v40 .cat-copy{min-height:46px!important;padding:6px 7px!important}.category-grid-v40 .cat-copy b{font-size:10.5px!important}.category-grid-v40 .cat-copy small{font-size:7.5px!important}
  #featured.product-grid{gap:8px!important}.product-card-v60{border-radius:4px!important}.product-card-v60 .product-image{height:108px!important}.product-card-v60 .product-body{min-height:151px!important;padding:8px 9px 9px!important}.product-card-v60 .product-meta{font-size:7.5px!important}.product-card-v60 h3{font-size:10.8px!important;line-height:1.15!important}.product-card-v60 p{font-size:8.2px!important;line-height:1.35!important;min-height:22px!important}.product-card-v60 .card-bits{display:none!important}.product-card-v60 .price{font-size:9.5px!important}.product-card-v60 .card-actions .btn{font-size:8px!important;min-height:29px!important}.quote-add-card,.mini-phone{width:29px!important;height:29px!important;min-width:29px!important}
  .price-status{font-size:7px!important;padding:3px 5px!important}.use-badge-v60{font-size:7px!important;padding:3px 5px!important}
  .home-reference-cta .container{min-height:76px!important;padding:12px 22px!important}.home-reference-cta span{font-size:18px!important}.home-reference-cta small{font-size:9px!important}.home-phone,.home-wa{font-size:11px!important}
  .catalog-confidence{padding:18px 0 22px!important}.catalog-confidence .container>div{padding:14px 16px!important}.catalog-confidence b{font-size:10px!important}.catalog-confidence span{font-size:8.5px!important}
  .footer-grid-v24{padding-top:24px!important;padding-bottom:20px!important}.footer-logo{max-width:150px!important}.footer-note,.footer-info,.footer-links a{font-size:9px!important;line-height:1.55!important}.footer-grid-v24>div>b{font-size:10px!important}.footer-bottom{font-size:8.5px!important;padding:9px 0!important}
}

/* Ürün detay sayfası — referanstaki kompakt katalog düzeni */
@media(min-width:1000px){
  .product-detail-v6{gap:28px!important;grid-template-columns:minmax(0,1.04fr) minmax(410px,.96fr)!important}
  .gallery-wrap,.detail-sticky{min-height:520px!important}
  .gallery-stage{min-height:355px!important}.gallery-stage img{max-height:340px!important}
  .detail h1{font-size:31px!important}.detail .subtitle{font-size:12px!important}.detail .desc{font-size:10px!important;line-height:1.5!important}
  .product-summary-band>div{padding:8px 9px!important}.product-summary-band small{font-size:7px!important}.product-summary-band b{font-size:9px!important}
  .product-feature-strip>div{min-height:50px!important;padding:7px!important}.product-feature-strip b{font-size:8px!important}.product-feature-strip small{font-size:7px!important}
  .info-row{padding:7px 9px!important;font-size:9px!important}.price-box{padding:10px!important}.big-price{font-size:25px!important}.detail-actions .btn{min-height:38px!important;font-size:10px!important}
  .spec-overview{grid-template-columns:repeat(4,1fr)!important;gap:8px!important}.spec-overview .overview-card{padding:12px!important;min-height:150px!important}.overview-card>b{font-size:10px!important}.overview-card p,.overview-card li{font-size:8.5px!important;line-height:1.55!important}
}

/* V71 — yönetim paneli güvenli çalışma: otomatik form taslağı */
.draft-save-bar{display:flex;align-items:center;gap:8px;margin:12px 0 16px;padding:10px 12px;border:1px solid #dfe8df;background:#f7fbf7;border-radius:8px;font-size:12px;color:#203020}.draft-save-bar>span{color:#22a447;font-size:11px}.draft-save-bar b{font-size:12px}.draft-save-bar small{margin-left:auto;color:#667;font-size:10px}@media(max-width:760px){.draft-save-bar{align-items:flex-start;flex-wrap:wrap}.draft-save-bar small{width:100%;margin-left:19px}}

/* V72 — yönetim panelinde dinamik kategori yönetimi */
.category-manager-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;margin-top:12px}.category-manager-row input{min-height:44px;border:1px solid #d9d9d9;border-radius:7px;padding:0 12px;font:inherit}.category-chip-list{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.category-chip{display:inline-flex;align-items:center;gap:7px;background:#f7f7f7;border:1px solid #e5e5e5;border-radius:999px;padding:7px 8px 7px 11px}.category-chip b{font-size:12px}.category-chip small{font-size:10px;color:#777}.category-chip button{width:23px;height:23px;border-radius:50%;border:0;background:#fff;color:#b00000;cursor:pointer;font-weight:900}.category-chip button:disabled{opacity:.3;cursor:not-allowed}.category-manager .sub{margin-bottom:0}@media(max-width:680px){.category-manager-row{grid-template-columns:1fr}.category-manager-row .btn{width:100%}.category-chip{width:100%;justify-content:flex-start}.category-chip button{margin-left:auto}}

/* V73 - site ayarları */
.site-settings-card{border-top:4px solid #111}.site-settings-card .admin-grid{margin-top:10px}.site-settings-card textarea{min-height:88px}
/* V75 — yönetim paneli içerik hazırlık filtresi */
.admin-filterbar{flex-wrap:wrap}
#adminReadinessFilter{min-width:190px}
@media(max-width:760px){#adminReadinessFilter{width:100%;min-width:0}}

/* V76 - Yayına hazırlık özeti */
.launch-readiness{background:#fff;border:1px solid #e8e8e8;border-radius:18px;padding:22px;margin:18px 0;box-shadow:0 10px 28px rgba(0,0,0,.045)}
.launch-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:16px}.launch-head h2{margin:4px 0 5px}.launch-head p{margin:0;color:#666}.launch-head>strong{font-size:34px;line-height:1;background:#111;color:#fff;border-radius:14px;padding:14px 16px;min-width:84px;text-align:center}.launch-head>strong.ready{background:#147a3d}
.launch-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.launch-item{appearance:none;text-align:left;background:#f7f7f7;border:1px solid #e5e5e5;border-radius:14px;padding:15px;color:#111;font:inherit}.launch-item button{font:inherit}.launch-item span{display:block;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#666}.launch-item b{display:block;font-size:28px;margin:5px 0 2px}.launch-item small{color:#777;line-height:1.35}.launch-item:is(button){cursor:pointer;transition:.18s ease}.launch-item:is(button):hover{border-color:#c90000;transform:translateY(-1px);background:#fff}
@media(max-width:900px){.launch-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.launch-head{align-items:center}.launch-head>strong{font-size:26px;min-width:70px}.launch-grid{grid-template-columns:1fr 1fr}.launch-item{padding:12px}.launch-item b{font-size:24px}}


/* V77 - ürün bazlı yayın kalite kontrolü */
.product-publish-check{background:linear-gradient(180deg,#fff,#fafafa);border:1px solid #e7e7e7;border-radius:16px;padding:18px;margin:0 0 18px;box-shadow:0 8px 22px rgba(0,0,0,.035)}
.ppc-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.ppc-head h2{font-size:18px;margin:4px 0 0}.ppc-head>strong{min-width:66px;text-align:center;background:#111;color:#fff;border-radius:10px;padding:11px;font-size:22px}.ppc-head>strong.ready{background:#16733a}
.ppc-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.ppc-item{display:grid;grid-template-columns:24px 1fr;grid-template-rows:auto auto;gap:1px 7px;align-items:center;border:1px solid #e5e5e5;background:#fff;border-radius:10px;padding:9px}.ppc-item>span{grid-row:1/3;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;font-weight:900;background:#f3f3f3;color:#a40000}.ppc-item b{font-size:10px}.ppc-item small{font-size:8px;color:#777}.ppc-item.ok{border-color:#d8eadc;background:#fbfefb}.ppc-item.ok>span{background:#e6f5e9;color:#15753a}.product-publish-check>p{font-size:10px;color:#666;margin:11px 0 0}.quality-warning{border-color:#cc0000!important;box-shadow:0 0 0 2px rgba(204,0,0,.08)!important}
@media(max-width:1050px){.ppc-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.ppc-grid{grid-template-columns:1fr}.ppc-head>strong{font-size:18px;min-width:58px}}

/* V84: Çoklu adet / seçenek fiyatları */
.price-options{margin:14px 0 0;border:1px solid #e5e7eb;border-radius:14px;background:#fff;overflow:hidden}.price-options-head{padding:13px 15px;border-bottom:1px solid #eee;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.price-options-head b{font-size:15px}.price-options-head span{font-size:12px;color:#6b7280}.price-options-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.price-options-grid>div{padding:12px 15px;display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #f0f0f0}.price-options-grid>div:nth-child(odd){border-right:1px solid #f0f0f0}.price-options-grid span{color:#4b5563}.price-options-grid b{color:#b20f19}.field textarea#priceOptions{min-height:110px}@media(max-width:640px){.price-options-head{align-items:flex-start;flex-direction:column}.price-options-grid{grid-template-columns:1fr}.price-options-grid>div:nth-child(odd){border-right:0}}

/* V85 - ürün kodu görünümü */
.product-code{display:inline-flex;align-items:center;margin:2px 0 8px;padding:5px 9px;border:1px solid #e6e6e6;border-radius:999px;background:#f7f7f7;color:#5c5c5c;font-size:12px;font-weight:800;letter-spacing:.06em}
.product-code-mini{display:inline-block;margin-left:6px;padding-left:7px;border-left:1px solid #d7d7d7;color:#858585;font-size:10px;font-weight:700;letter-spacing:.035em}
.admin-product-code{display:block;margin-top:3px;color:#777;font-size:11px;font-weight:700;letter-spacing:.04em}

/* V86 - toplu urun islemleri */
.bulk-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:12px 14px;margin:12px 0 14px;border:1px solid #e6e6e6;background:#fafafa;border-radius:12px}.bulk-select-all{display:flex;align-items:center;gap:7px;font-weight:700}.bulk-actions span{margin-right:auto;color:#666;font-size:13px}.bulk-actions button:disabled{opacity:.45;cursor:not-allowed}.danger-lite{border-color:#d7a2a2!important;color:#a40000!important}.admin-check{display:flex;align-items:center;justify-content:center;padding:0 4px}.admin-check input{width:18px;height:18px;accent-color:#b40000;cursor:pointer}@media(max-width:700px){.bulk-actions span{width:100%;margin-right:0}.admin-check{padding:0}}

/* v91: admin system health */
.system-health{background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:20px;margin:18px 0;box-shadow:0 10px 28px rgba(0,0,0,.05)}
.system-health-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.system-health-head h2{margin:4px 0 0;font-size:22px}.system-health-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.health-item{display:flex;align-items:center;gap:10px;border:1px solid #ececec;border-radius:12px;padding:12px;background:#fafafa}.health-item>span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;font-weight:800}.health-item.ok>span{background:#e9f8ef;color:#17763d}.health-item.warn>span{background:#fff0e9;color:#b53b11}.health-item b,.health-item small{display:block}.health-item small{margin-top:3px;color:#666}.system-health-note{margin:12px 0 0;color:#666;font-size:13px}@media(max-width:900px){.system-health-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.system-health-grid{grid-template-columns:1fr}.system-health-head{align-items:flex-start;flex-direction:column}}

/* V93 - Görsel kategori seçici */
.catalog-visual-categories{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:20px 0 18px}.catalog-visual-cat{appearance:none;border:1px solid #e6e6e6;background:#fff;border-radius:16px;padding:0;overflow:hidden;text-align:left;cursor:pointer;box-shadow:0 7px 22px rgba(0,0,0,.055);transition:.2s ease}.catalog-visual-cat:hover,.catalog-visual-cat.active{transform:translateY(-2px);border-color:#c81920;box-shadow:0 11px 28px rgba(0,0,0,.09)}.catalog-visual-image{height:118px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;overflow:hidden}.catalog-visual-image img{width:100%;height:100%;object-fit:cover;display:block}.catalog-visual-cat>span{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:11px 12px}.catalog-visual-cat b{font-size:14px;color:#111}.catalog-visual-cat small{font-size:11px;color:#777;white-space:nowrap}.catalog-visual-cat.active>span{background:#111}.catalog-visual-cat.active b,.catalog-visual-cat.active small{color:#fff}@media(max-width:900px){.catalog-visual-categories{grid-template-columns:repeat(3,1fr)}.catalog-visual-image{height:105px}}@media(max-width:580px){.catalog-visual-categories{display:flex;overflow-x:auto;gap:10px;padding-bottom:5px;scroll-snap-type:x proximity}.catalog-visual-cat{min-width:155px;scroll-snap-align:start}.catalog-visual-image{height:98px}}

/* V95 - Hızlı bilgi talebi */
.quick-request{margin:34px 0;padding:28px;border:1px solid #e7e1d8;border-radius:22px;background:linear-gradient(135deg,#fff 0%,#fbf8f3 100%);box-shadow:0 16px 42px rgba(0,0,0,.055)}.quick-request-head{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;margin-bottom:22px}.quick-request-head h2{margin:5px 0 7px;font-size:28px;letter-spacing:-.025em}.quick-request-head p{margin:0;color:#666;line-height:1.55}.quick-request-badge{white-space:nowrap;background:#111;color:#fff;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:900}.quick-request-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.quick-request-grid label{display:grid;gap:7px;font-size:12px;font-weight:800;color:#333}.quick-request-grid label.wide{grid-column:1/-1}.quick-request-grid input,.quick-request-grid textarea{width:100%;box-sizing:border-box;border:1px solid #ddd;border-radius:12px;background:#fff;padding:13px 14px;font:inherit;color:#111;outline:none}.quick-request-grid input:focus,.quick-request-grid textarea:focus{border-color:#b00d12;box-shadow:0 0 0 3px rgba(176,13,18,.08)}.quick-request-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:16px}.quick-request-actions small{color:#777;margin-left:4px}.quick-request .btn.primary{background:#189e49;border-color:#189e49}.quick-request .btn.primary:hover{filter:brightness(.94)}@media(max-width:760px){.quick-request{padding:20px;border-radius:17px}.quick-request-head{display:block}.quick-request-badge{display:inline-block;margin-top:10px}.quick-request-grid{grid-template-columns:1fr}.quick-request-grid label.wide{grid-column:auto}.quick-request-actions .btn{width:100%;justify-content:center}.quick-request-actions small{margin:4px 0 0}}
/* V96 - ürün karşılaştırma */
.compare-add-card{border:1px solid #d7d7d7;background:#fff;color:#222;border-radius:8px;padding:8px 10px;font:inherit;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap}.compare-add-card:hover,.compare-add-card.active{border-color:#b89146;background:#fff9ed;color:#7b5b21}.compare-bar{position:fixed;left:50%;bottom:24px;z-index:80;transform:translate(-50%,140%);width:min(920px,calc(100% - 32px));background:#111;color:#fff;border:1px solid #333;border-radius:14px;box-shadow:0 18px 50px rgba(0,0,0,.28);padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:20px;transition:.25s ease}.compare-bar.show{transform:translate(-50%,0)}.compare-bar b{display:block;font-size:14px}.compare-bar span{display:block;margin-top:3px;color:#ccc;font-size:12px}.compare-actions{display:flex;gap:8px;flex:0 0 auto}.compare-actions .btn:disabled{opacity:.45;cursor:not-allowed}.compare-modal{position:fixed;inset:0;z-index:120;background:rgba(0,0,0,.62);display:grid;place-items:center;padding:22px}.compare-dialog{width:min(1100px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:16px;box-shadow:0 24px 80px rgba(0,0,0,.35)}.compare-head{display:flex;justify-content:space-between;align-items:flex-start;padding:22px 24px;border-bottom:1px solid #eee}.compare-head small{font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#a57a2f}.compare-head h2{margin:4px 0 0;font-size:24px}.compare-x{border:0;background:#111;color:#fff;width:38px;height:38px;border-radius:50%;font-size:24px;cursor:pointer}.compare-table-wrap{overflow:auto}.compare-table{width:100%;border-collapse:collapse;min-width:760px}.compare-table th,.compare-table td{padding:14px 16px;border-bottom:1px solid #eee;border-right:1px solid #eee;text-align:left;vertical-align:top;font-size:13px;line-height:1.5}.compare-table thead th{background:#f7f7f7;font-size:14px}.compare-table thead th small{display:block;color:#777;margin-top:3px}.compare-table tbody th{width:150px;background:#fbfbfb}.compare-footer{padding:16px 20px;display:flex;gap:10px;align-items:center;flex-wrap:wrap}.compare-footer span{margin-right:auto;color:#666;font-size:13px}@media(max-width:720px){.compare-bar{bottom:72px;align-items:flex-start;flex-direction:column;gap:10px}.compare-actions{width:100%}.compare-actions .btn{flex:1}.compare-modal{padding:10px}.compare-head{padding:16px}.compare-head h2{font-size:19px}.compare-footer{align-items:stretch}.compare-footer .btn{width:100%;text-align:center}}

/* V97 — hızlı ürün arama önerileri */
.site-search{position:relative}.search-suggest{position:absolute;z-index:90;left:0;right:0;top:calc(100% + 8px);background:#fff;border:1px solid #dedede;border-radius:12px;box-shadow:0 18px 45px rgba(0,0,0,.16);overflow:hidden;text-align:left}.search-suggest[hidden]{display:none}.search-suggest-item{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px 12px;color:#161616;text-decoration:none;border-bottom:1px solid #eee;background:#fff}.search-suggest-item:last-child{border-bottom:0}.search-suggest-item:hover,.search-suggest-item.active{background:#fff4f2}.search-suggest-icon{width:36px;height:36px;border-radius:8px;display:grid;place-items:center;background:#111;color:#fff;font-weight:800;font-size:11px}.search-suggest-item span:nth-child(2){min-width:0}.search-suggest-item b,.search-suggest-item small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-suggest-item b{font-size:13px}.search-suggest-item small{margin-top:2px;color:#777;font-size:11px}.search-suggest-item em{font-style:normal;font-size:11px;font-weight:800;color:#c91717;white-space:nowrap}.search-suggest-empty{padding:12px 14px;font-size:12px;color:#666;line-height:1.4}@media(max-width:760px){.search-suggest{top:calc(100% + 5px);border-radius:10px}.search-suggest-item{grid-template-columns:36px minmax(0,1fr);padding:9px 10px}.search-suggest-item em{display:none}.search-suggest-icon{width:32px;height:32px}}


/* V98 — yazdırılabilir ürün bilgi föyü */
@media print{
  @page{size:A4;margin:12mm}
  body.print-product-sheet{background:#fff!important;color:#111!important;font-size:10.5pt}
  body.print-product-sheet .topbar,
  body.print-product-sheet .header,
  body.print-product-sheet .nav,
  body.print-product-sheet .mobile-bottom,
  body.print-product-sheet .share-tools,
  body.print-product-sheet .detail-actions,
  body.print-product-sheet .quick-order,
  body.print-product-sheet .product-contact-card,
  body.print-product-sheet .complementary-products,
  body.print-product-sheet .recent-products,
  body.print-product-sheet .prev-next-products,
  body.print-product-sheet footer{display:none!important}
  body.print-product-sheet .page-hero{padding:0!important;background:#fff!important}
  body.print-product-sheet .container{width:100%!important;max-width:none!important;padding:0!important}
  body.print-product-sheet .product-detail{display:grid!important;grid-template-columns:42% 58%!important;gap:8mm!important;align-items:start!important}
  body.print-product-sheet .gallery-main{min-height:0!important;height:92mm!important;border:1px solid #ddd!important;box-shadow:none!important;background:#fff!important}
  body.print-product-sheet .gallery-main img{max-height:88mm!important;object-fit:contain!important}
  body.print-product-sheet .thumbs,
  body.print-product-sheet .gallery-caption,
  body.print-product-sheet .gallery-note{display:none!important}
  body.print-product-sheet .detail-sticky{position:static!important;top:auto!important}
  body.print-product-sheet h1{font-size:22pt!important;line-height:1.1!important;margin:2mm 0 3mm!important}
  body.print-product-sheet .subtitle,
  body.print-product-sheet .desc{font-size:10pt!important;line-height:1.45!important}
  body.print-product-sheet .info-card,
  body.print-product-sheet .spec-overview,
  body.print-product-sheet .tabs,
  body.print-product-sheet .order-guide,
  body.print-product-sheet .file-ready{break-inside:avoid;box-shadow:none!important;border:1px solid #ddd!important}
  body.print-product-sheet .tabs .tab-heads{display:none!important}
  body.print-product-sheet .tabs .tab-panel{display:block!important;padding:4mm!important;border-top:1px solid #eee!important}
  body.print-product-sheet .tabs .tab-panel:before{font-weight:800;display:block;margin-bottom:2mm}
  body.print-product-sheet #usage:before{content:'Kullanım Alanları'}
  body.print-product-sheet #advantages:before{content:'Avantajları'}
  body.print-product-sheet #sizes:before{content:'Ölçüler'}
  body.print-product-sheet #material:before{content:'Malzeme ve Baskı'}
  body.print-product-sheet #faq:before{content:'Sık Sorulanlar'}
  body.print-product-sheet .order-guide,
  body.print-product-sheet .file-ready,
  body.print-product-sheet .product-assurance,
  body.print-product-sheet .detail-explain{margin-top:5mm!important}
  body.print-product-sheet a{color:#111!important;text-decoration:none!important}
}

/* V99 — paylaşılabilir katalog görünümü ve erişilebilir durum mesajı */
.catalog-copy-link{margin:10px 0 0 auto;border:1px solid #d9d9d9;background:#fff;color:#222;border-radius:8px;padding:9px 12px;font-weight:700;cursor:pointer;font-size:13px}.catalog-copy-link:hover{border-color:#b71c1c;color:#b71c1c}.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}@media(max-width:720px){.catalog-copy-link{width:100%;margin-top:8px}}

/* V100 — erişilebilirlik ve yayın öncesi son katman */
.skip-link{position:fixed;left:12px;top:12px;z-index:99999;background:#111;color:#fff;padding:10px 14px;border-radius:8px;transform:translateY(-160%);transition:transform .18s ease;text-decoration:none;font-weight:700}
.skip-link:focus{transform:translateY(0)}
:where(a,button,input,select,textarea):focus-visible{outline:3px solid #c9a227;outline-offset:3px}
.noscript-note{position:fixed;left:12px;right:12px;bottom:12px;z-index:99999;background:#111;color:#fff;padding:12px 16px;border-radius:10px;text-align:center;font-weight:700}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* V101 — gizlilik/kullanım bilgilendirme sayfası */
.legal-page{background:#f7f7f7;min-height:70vh}.legal-hero{padding:44px 0 24px;background:#fff;border-bottom:1px solid #ececec}.legal-hero h1{margin:6px 0 10px;font-size:38px;letter-spacing:-.03em}.legal-hero p{max-width:780px;margin:0;color:#666;line-height:1.7}.legal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.legal-card{background:#fff;border:1px solid #e6e6e6;border-radius:14px;padding:22px;box-shadow:0 8px 28px rgba(0,0,0,.035)}.legal-card h2{margin:0 0 9px;font-size:18px}.legal-card p{margin:0;color:#5f5f5f;line-height:1.7;font-size:14px}.legal-note{padding:0 0 34px}.legal-note .container{background:#111;color:#eee;border-radius:12px;padding:16px 18px;line-height:1.6;font-size:13px}.legal-note b{color:#d3aa54}@media(max-width:760px){.legal-hero{padding:30px 0 18px}.legal-hero h1{font-size:30px}.legal-grid{grid-template-columns:1fr}.legal-card{padding:18px}}

/* === V102: TARGET FIDELITY PASS === */
/* User-approved real Eryaman Matbaa logo is preserved exactly; only layout sizing changes. */
:root{--em-red:#d71920;--em-black:#101010;--em-gold:#d3a03b;--em-line:#e8e8e8}
body{background:#fff;color:#171717}
.header{background:#fff;box-shadow:none}
.header .container.head-main{height:76px!important;min-height:76px!important}
.brand-link{min-width:210px!important;display:flex;align-items:center}
.logo{width:205px!important;max-width:205px!important;height:auto!important;max-height:62px!important;object-fit:contain!important;object-position:left center!important;filter:none!important}
.site-search{max-width:430px!important}
.site-search input{height:40px!important;border:1px solid #dedede!important;background:#fff!important}
.site-search button{height:40px!important;background:var(--em-red)!important}
.head-contact .phone-big{font-size:18px!important}.head-contact span{color:var(--em-red)!important}
.nav-wrap>.container{height:46px!important}.nav{gap:18px!important}.nav a{font-size:11px!important;padding:15px 0 12px!important}
.nav-cta{padding:13px 17px!important;font-size:11px!important}
.hero-v57{padding:0!important;background:#101010!important}
.hero-v57 .container{max-width:1280px!important;padding:0!important}
.hero-v57-inner{grid-template-columns:44% 56%!important;gap:0!important;min-height:335px!important}
.hero-v57-copy{padding:34px 38px!important;background:linear-gradient(105deg,#0d0d0d 0%,#111 83%,rgba(17,17,17,.78) 100%);z-index:2}
.hero-v57-copy h1{font-size:48px!important;line-height:.98!important;letter-spacing:-1.8px!important;margin:8px 0 16px!important}
.hero-v57-copy h1 span{color:#e4b54f!important}
.hero-v57-copy>p{font-size:14px!important;line-height:1.55!important;max-width:470px!important;color:#e7e7e7!important}
.hero-v57-copy .actions{margin-top:20px!important}.hero-v57-copy .btn{min-height:42px!important;padding:11px 18px!important}
.hero-v57-points{margin-top:24px!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px 18px!important;font-size:11px!important;color:#f1f1f1!important}
.hero-v57-visual{min-height:335px!important;border-radius:0!important;background-position:center!important}
.hero-v57-badge{display:none!important}
.v53-feature-strip{display:block!important;background:#fff!important;border-bottom:1px solid var(--em-line)!important}
.v53-feature-strip .container{grid-template-columns:repeat(4,1fr)!important;max-width:1220px!important}
.v53-feature-strip .feature-mini{padding:14px 16px!important;border-right:1px solid #eee!important}
.v53-feature-strip .feature-mini:last-child{border-right:0!important}.v53-feature-strip .circle{width:34px!important;height:34px!important}
.product-groups-v40{padding:28px 0 24px!important}.product-groups-v40 .section-head{margin-bottom:14px!important}
.product-groups-v40 .section-head h2{display:none!important}.product-groups-v40 .section-head .sub{display:none!important}.product-groups-v40 .eyebrow{font-size:18px!important;color:#111!important;text-transform:uppercase!important;letter-spacing:0!important}.product-groups-v40 .goldline{width:36px!important;background:var(--em-red)!important;height:3px!important}
.category-grid-v40{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:10px!important}
.category-grid-v40 .cat{border:1px solid #e2e2e2!important;border-radius:6px!important;box-shadow:none!important;background:#fff!important;overflow:hidden!important}
.category-grid-v40 .cat-image{height:118px!important;background:#f5f5f5!important}.category-grid-v40 .cat-image img{object-fit:cover!important;width:100%!important;height:100%!important}
.category-grid-v40 .cat-copy{padding:9px 8px 10px!important;text-align:center!important}.category-grid-v40 .cat-copy b{font-size:11.5px!important;line-height:1.2!important}.category-grid-v40 .cat-copy small{font-size:8.5px!important;line-height:1.35!important;color:#666!important}
.section.soft{padding:18px 0 22px!important;background:#fff!important}.section.soft .section-head{margin-bottom:12px!important}.section.soft .section-head h2{font-size:18px!important;text-transform:uppercase!important}.section.soft .section-head .sub{display:none!important}.section.soft .goldline{width:36px!important;background:var(--em-red)!important;height:3px!important}
.section.soft .product-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:10px!important}.section.soft .product-card-v12{border:1px solid #e1e1e1!important;border-radius:6px!important;box-shadow:none!important}.section.soft .product-card-v12 .product-image{height:130px!important;background:#f5f5f5!important}.section.soft .product-card-v12 .product-body{padding:9px 9px 10px!important}.section.soft .product-card-v12 .product-body h3{font-size:11.5px!important;line-height:1.2!important}.section.soft .product-card-v12 .product-body p{font-size:8.5px!important;min-height:0!important;margin:4px 0!important}.section.soft .product-card-v12 .price{font-size:11px!important;color:var(--em-red)!important}
/* Keep the public homepage as concise as the approved target mockup. */
.price-showcase,.catalog-confidence{display:none!important}
.home-reference-cta{margin-top:8px!important;background:#111!important}.home-reference-cta .container{min-height:72px!important}.home-reference-cta span{font-size:17px!important}.home-reference-cta small{font-size:10px!important}.home-phone{font-size:20px!important}
.footer{background:#0f1112!important;border-top:0!important}.footer-grid-v24{padding-top:26px!important;padding-bottom:20px!important}.footer-logo{width:165px!important;max-width:165px!important;filter:none!important}.footer-note,.footer-info,.footer-links a{font-size:9.5px!important}.footer-bottom{font-size:8.5px!important}
/* Product detail closer to the approved target composition. */
.page-hero{padding-top:22px!important}.product-detail-v6{grid-template-columns:52% 48%!important;gap:26px!important}.gallery-main{min-height:430px!important;background:#fafafa!important;border:1px solid #e2e2e2!important;border-radius:7px!important}.detail-sticky{top:58px!important}.detail h1{font-size:32px!important}.detail .subtitle{font-size:15px!important}.info-card{border-radius:7px!important}.detail-actions{grid-template-columns:1fr 1fr!important;gap:8px!important}.detail-actions .quote-btn,.detail-actions .ghost{grid-column:span 2!important}.spec-overview{grid-template-columns:repeat(4,1fr)!important;gap:10px!important}.spec-overview>div{border:1px solid #e3e3e3!important;border-radius:6px!important;box-shadow:none!important;padding:14px!important}.spec-overview h3,.spec-overview b{font-size:12px!important}.spec-overview li,.spec-overview p{font-size:10px!important}
@media(max-width:900px){.brand-link{min-width:0!important}.logo{width:165px!important;max-width:165px!important}.hero-v57-inner{grid-template-columns:1fr!important}.hero-v57-copy{padding:30px 22px!important}.hero-v57-visual{min-height:245px!important}.category-grid-v40,.section.soft .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.product-detail-v6{grid-template-columns:1fr!important}.gallery-main{min-height:360px!important}.spec-overview{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:600px){.header .container.head-main{height:66px!important;min-height:66px!important}.logo{width:145px!important;max-width:145px!important}.hero-v57-copy h1{font-size:34px!important}.hero-v57-points{grid-template-columns:1fr 1fr!important}.v53-feature-strip .container{grid-template-columns:repeat(2,1fr)!important}.category-grid-v40,.section.soft .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.category-grid-v40 .cat-image{height:108px!important}.section.soft .product-card-v12 .product-image{height:118px!important}.home-reference-cta .container{display:block!important;padding:16px!important}.home-reference-actions{margin-top:10px!important}.spec-overview{grid-template-columns:1fr!important}}


/* V103 — gerçek logo ve hedef tasarım yakınlaştırması */
.microbar{display:block!important;background:#101010!important;color:#f1f1f1!important;height:30px!important}
.microbar .container{min-height:30px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;font-size:10px!important}
.microbar a{color:#fff!important;font-weight:800!important}.micro-contact{display:flex!important;gap:10px!important;align-items:center!important}.micro-contact i{display:block;width:1px;height:12px;background:#555}.micro-address{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.brand-link{min-width:235px!important}.logo{width:235px!important;height:70px!important;object-fit:contain!important;object-position:left center!important}
.header .container.head-main{height:78px!important;min-height:78px!important}.site-search{max-width:440px!important}.head-contact .phone-big{font-size:18px!important;color:#121212!important}.head-contact>span{font-size:10px!important;color:var(--red)!important;font-weight:900!important;text-align:right}
.wa-round{width:40px!important;height:40px!important;border-radius:50%!important;background:#19ae56!important;color:#fff!important;font-size:0!important;position:relative}.wa-round:after{content:'WA';font-size:11px;font-weight:950;position:absolute;inset:0;display:grid;place-items:center}
.nav-wrap>.container{height:44px!important;min-height:44px!important}.nav{gap:0!important}.nav a{padding:15px 12px 12px!important;font-size:10.5px!important}.nav-cta{height:34px!important;align-self:center!important;border-radius:3px!important;margin-left:auto!important}
.hero-v57-inner{min-height:350px!important;grid-template-columns:43% 57%!important}.hero-v57-copy{padding:34px 34px 30px 18px!important}.hero-v57-copy h1{font-size:46px!important;line-height:.96!important}.hero-v57-copy>p{font-size:13px!important;line-height:1.55!important}.hero-v57-visual{min-height:350px!important;background-position:center 43%!important}.hero-v57-points{font-size:10px!important;margin-top:18px!important}
.v53-feature-strip .container{max-width:1180px!important}.feature-mini{padding:13px 16px!important}.feature-mini .circle{width:34px!important;height:34px!important;font-size:16px!important}.feature-mini b{font-size:11px!important}.feature-mini small{font-size:8.5px!important;color:#777!important}
.product-groups-v40{padding:28px 0 32px!important}.section.soft{padding:30px 0 34px!important}.section-head{margin-bottom:16px!important}.section h2{font-size:22px!important}.section-head .sub{font-size:11px!important;max-width:730px!important}.category-grid-v40{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:9px!important}.category-grid-v40 .cat{min-height:168px!important}.category-grid-v40 .cat-image{height:108px!important}.category-grid-v40 .cat-copy{min-height:58px!important;padding:7px 8px 8px!important;position:relative!important}.category-grid-v40 .cat-copy b{font-size:11px!important}.category-grid-v40 .cat-copy small{font-size:8px!important;padding-right:34px}.cat-link{position:absolute;right:8px;bottom:8px;font-size:7.5px;font-weight:900;color:var(--red)}
.section.soft .product-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:9px!important}.section.soft .product-card-v12 .product-image{height:118px!important}.section.soft .product-card-v12 .product-body{padding:9px!important}.section.soft .product-card-v12 h3{font-size:11px!important}.section.soft .product-card-v12 p{font-size:8.5px!important;line-height:1.35!important;min-height:23px!important}.section.soft .product-card-v12 .price{font-size:10px!important}.section.soft .card-bits{display:none!important}.section.soft .product-meta{font-size:8px!important}.section.soft .card-actions .btn{padding:6px 7px!important;font-size:8px!important}.section.soft .quote-add-card,.section.soft .mini-phone{width:26px!important;height:26px!important;min-width:26px!important}
.home-reference-cta .container{max-width:1180px!important}.catalog-confidence .container{max-width:1180px!important}
.footer-logo{width:190px!important;max-width:190px!important;height:auto!important;object-fit:contain!important;filter:none!important}
@media(max-width:900px){.micro-address{display:none!important}.microbar .container{justify-content:center!important}.logo{width:170px!important;height:auto!important}.hero-v57-inner{grid-template-columns:1fr!important}.hero-v57-copy{padding:28px 22px!important}.hero-v57-visual{min-height:245px!important}.category-grid-v40,.section.soft .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:600px){.microbar{display:none!important}.header .container.head-main{height:66px!important;min-height:66px!important}.logo{width:148px!important}.category-grid-v40,.section.soft .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.category-grid-v40 .cat-image{height:108px!important}.hero-v57-copy h1{font-size:34px!important}}

/* === V104 — canlı tasarım cilası / hedefe yaklaşım === */
/* Gerçek Eryaman Matbaa logosu değiştirilmez; yalnızca yerleşim ve ölçek iyileştirilir. */
:root{--v104-red:#e31d24;--v104-black:#0f1011;--v104-gold:#c99a3f;--v104-card:#f7f7f6}
.microbar{height:31px!important;background:#0d0d0d!important;border-bottom:1px solid #242424!important}
.microbar .container{min-height:31px!important;max-width:1220px!important}
.micro-contact,.micro-address{font-size:10px!important;letter-spacing:.01em!important}
.header .container.head-main{max-width:1220px!important;height:80px!important;min-height:80px!important}
.brand-link{min-width:245px!important}.logo{width:238px!important;max-width:238px!important;height:68px!important;max-height:68px!important}
.site-search{max-width:455px!important;border-radius:4px!important;border-color:#dedede!important;box-shadow:none!important}
.site-search input{height:41px!important;font-size:12px!important;padding-left:14px!important}.site-search button{height:41px!important;width:45px!important;background:var(--v104-red)!important}
.head-contact{min-width:150px!important}.head-contact .phone-big{font-size:17px!important;letter-spacing:.01em!important}.head-contact>span{font-size:9px!important;margin-top:2px!important}
.wa-round{width:38px!important;height:38px!important;background:#21b85a!important;box-shadow:none!important}
.nav-wrap{background:#101112!important;border-bottom:1px solid #242424!important}.nav-wrap>.container{max-width:1220px!important;height:46px!important;min-height:46px!important}
.nav a{padding:16px 11px 13px!important;font-size:10.5px!important;letter-spacing:.01em!important}.nav a.active{background:var(--v104-red)!important;color:#fff!important;border-bottom-color:var(--v104-red)!important;padding-left:13px!important;padding-right:13px!important}.nav-cta{height:34px!important;background:var(--v104-red)!important;border-radius:4px!important;padding:0 14px!important}
.hero-v57{border-bottom:0!important}.hero-v57 .container{max-width:1220px!important}.hero-v57-inner{min-height:360px!important;grid-template-columns:45% 55%!important}
.hero-v57-copy{padding:36px 38px 34px 30px!important;background:linear-gradient(96deg,#0b0b0b 0%,#111 80%,rgba(17,17,17,.82) 100%)!important}
.hero-v57-copy .eyebrow{font-size:9.5px!important;color:#d9b15c!important}.hero-v57-copy h1{font-size:45px!important;line-height:.97!important;letter-spacing:-1.65px!important;margin:8px 0 15px!important}.hero-v57-copy h1 span{color:#e2b44f!important}.hero-v57-copy>p{font-size:12.5px!important;line-height:1.58!important;color:#e2e2e2!important;max-width:475px!important}
.hero-v57-copy .actions{margin-top:18px!important}.hero-v57-copy .actions .btn{min-height:39px!important;padding:9px 16px!important;border-radius:4px!important;font-size:10px!important}.hero-v57-copy .btn.primary{background:var(--v104-red)!important}.hero-outline{border-color:#d9d9d9!important;color:#fff!important;background:transparent!important}
.hero-v57-points{margin-top:20px!important;grid-template-columns:repeat(4,max-content)!important;gap:14px!important}.hero-v57-points span{font-size:8.5px!important;color:#f1f1f1!important;white-space:nowrap!important}
.hero-v57-visual{min-height:360px!important;background-size:cover!important;background-position:center 48%!important;box-shadow:inset 30px 0 45px rgba(0,0,0,.18)!important}
.v53-feature-strip .container{max-width:1220px!important}.v53-feature-strip .feature-mini{padding:12px 15px!important;min-height:66px!important}.v53-feature-strip .circle{width:32px!important;height:32px!important;background:#fff!important;color:var(--v104-red)!important;border:1px solid #e9b967!important;font-size:14px!important}.v53-feature-strip .feature-mini b{font-size:10.5px!important}.v53-feature-strip .feature-mini small{font-size:8px!important}
.product-groups-v40,.section.soft{background:#fff!important}.product-groups-v40 .container,.section.soft .container{max-width:1220px!important}.product-groups-v40{padding:27px 0 24px!important}.section.soft{padding:20px 0 26px!important;border-top:1px solid #f0f0f0!important}
.product-groups-v40 .eyebrow,.section.soft .section-head h2{font-size:17px!important;font-weight:900!important}.section-head.compact-v40>a,.section.soft .section-head>a{font-size:10px!important}
.category-grid-v40{gap:10px!important}.category-grid-v40 .cat{min-height:164px!important;border-radius:6px!important;background:#fff!important;border-color:#e5e5e5!important}.category-grid-v40 .cat-image{height:108px!important;background:linear-gradient(180deg,#fbfbfa,#f0f0ee)!important;padding:6px!important}.category-grid-v40 .cat-image img{object-fit:contain!important;filter:drop-shadow(0 5px 7px rgba(0,0,0,.09))!important}.category-grid-v40 .cat-copy{min-height:56px!important;padding:7px 8px 9px!important}.category-grid-v40 .cat-copy b{font-size:10.5px!important}.category-grid-v40 .cat-copy small{font-size:7.8px!important;color:#777!important}.cat-link{font-size:7px!important}
.section.soft .product-grid{gap:10px!important}.section.soft .product-card-v12{border-radius:6px!important;border-color:#e4e4e4!important;background:#fff!important}.section.soft .product-card-v12 .product-image{height:126px!important;background:linear-gradient(180deg,#fbfbfa,#f1f1ef)!important;padding:5px!important}.section.soft .product-card-v12 .product-image img{object-fit:contain!important;filter:drop-shadow(0 6px 8px rgba(0,0,0,.10))!important}.section.soft .product-card-v12 .product-body{padding:8px 9px 9px!important}.section.soft .product-card-v12 h3{font-size:10.5px!important;margin-bottom:3px!important}.section.soft .product-card-v12 p{font-size:8px!important;line-height:1.3!important;min-height:21px!important}.section.soft .product-card-v12 .price{font-size:9.5px!important;margin-bottom:6px!important}.section.soft .card-actions .btn{border-radius:3px!important}
.home-reference-cta{margin-top:0!important;background:#101112!important}.home-reference-cta .container{max-width:1220px!important;min-height:74px!important}.home-reference-cta span{font-size:16px!important}.home-reference-cta small{font-size:9px!important}.home-phone{font-size:17px!important;color:#fff!important}.home-wa{border-radius:4px!important}
.footer{background:#101112!important}.footer-grid-v24{max-width:1220px!important}.footer-logo{width:188px!important;max-width:188px!important;background:#fff!important;padding:4px!important;border-radius:2px!important}.footer-grid-v24>div>b{font-size:10.5px!important;color:#fff!important}.footer-note,.footer-info,.footer-links a{font-size:9px!important;line-height:1.55!important}.footer-bottom .container{max-width:1220px!important}
/* Ürün detayında görselin kendisi ön planda, metin alanı daha kompakt. */
.product-detail-v6{grid-template-columns:54% 46%!important;gap:24px!important}.gallery-main{min-height:440px!important;background:#fafafa!important}.gallery-main img{object-fit:contain!important;padding:16px!important}.detail-sticky{top:55px!important}.detail h1{font-size:31px!important;line-height:1.05!important}.detail .subtitle{font-size:14px!important}.desc{font-size:12.5px!important;line-height:1.6!important}.big-price{font-size:24px!important}.info-row{padding:11px 14px!important}.detail-actions .btn{min-height:40px!important;border-radius:4px!important;font-size:11px!important}
@media(max-width:1000px){.head-contact{display:none!important}.hero-v57-inner{grid-template-columns:1fr!important}.hero-v57-copy{padding:30px 24px!important}.hero-v57-visual{min-height:260px!important}.hero-v57-points{grid-template-columns:repeat(2,max-content)!important}.category-grid-v40,.section.soft .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.product-detail-v6{grid-template-columns:1fr!important}}
@media(max-width:600px){.microbar{display:none!important}.header .container.head-main{height:66px!important;min-height:66px!important}.brand-link{min-width:0!important}.logo{width:150px!important;max-width:150px!important;height:auto!important}.hero-v57-copy{padding:27px 20px!important}.hero-v57-copy h1{font-size:33px!important}.hero-v57-copy>p{font-size:11.5px!important}.hero-v57-points{grid-template-columns:1fr 1fr!important;gap:8px 10px!important}.hero-v57-visual{min-height:220px!important}.v53-feature-strip .container{grid-template-columns:1fr 1fr!important}.category-grid-v40,.section.soft .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.category-grid-v40 .cat-image{height:112px!important}.section.soft .product-card-v12 .product-image{height:120px!important}.home-reference-cta .container{padding:14px 16px!important}.footer-logo{width:160px!important}}


/* === V105 — gerçek marka + hedef yakınlaştırma === */
/* Hero'da kullanılan tek marka işareti kullanıcının sağladığı gerçek Eryaman Matbaa logosudur. */
.hero-v57-visual{isolation:isolate!important;background-position:66% 48%!important}
.hero-v57-visual:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(8,8,8,.40) 0%,rgba(8,8,8,.10) 22%,transparent 52%),linear-gradient(180deg,transparent 72%,rgba(0,0,0,.14));pointer-events:none}
.hero-brand-mark{position:absolute;right:18px;bottom:16px;z-index:3;width:178px;max-width:38%;height:auto;background:rgba(255,255,255,.94);padding:7px 9px;border-radius:4px;box-shadow:0 10px 28px rgba(0,0,0,.22);object-fit:contain}
.hero-v57-points span{border:0!important;background:transparent!important;padding:0!important}
.hero-v57-copy .actions .btn{font-weight:900!important;letter-spacing:.01em!important}
.category-grid-v40 .cat{box-shadow:0 5px 14px rgba(0,0,0,.035)!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important}
.category-grid-v40 .cat:hover{transform:translateY(-2px)!important;border-color:#d8d8d8!important;box-shadow:0 10px 24px rgba(0,0,0,.07)!important}
.category-grid-v40 .cat-image img{max-width:94%!important;max-height:94%!important}
.section.soft .product-card-v12{box-shadow:0 5px 16px rgba(0,0,0,.035)!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important}
.section.soft .product-card-v12:hover{transform:translateY(-2px)!important;border-color:#d7d7d7!important;box-shadow:0 10px 25px rgba(0,0,0,.075)!important}
.section.soft .product-card-v12 .product-image img{max-width:95%!important;max-height:95%!important}
.home-reference-cta{border-top:1px solid #292929!important;border-bottom:1px solid #292929!important}
.catalog-confidence{background:#f7f7f6!important;border-top:1px solid #ececea!important;border-bottom:1px solid #ececea!important}
.catalog-confidence .container>div{min-height:84px!important}
.footer-logo{background:#fff!important;padding:7px 8px!important}
@media(min-width:1100px){
  .hero-v57-copy{min-height:360px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
  .hero-v57-visual{min-height:360px!important}
  .product-groups-v40 .section-head,.section.soft .section-head{min-height:34px!important}
}
@media(max-width:1000px){.hero-brand-mark{width:155px;right:14px;bottom:12px}}
@media(max-width:600px){
  .hero-brand-mark{width:132px;max-width:46%;right:10px;bottom:10px;padding:5px 6px}
  .hero-v57-visual{background-position:68% 50%!important}
  .hero-v57-points{font-size:8px!important}
}


/* === V106 — görsel hedefe yaklaşma / sade profesyonel katalog === */
:root{--v106-red:#e31e24;--v106-black:#111315;--v106-gold:#d3a64a;--v106-muted:#6b6b6b}
.microbar{background:#0c0d0e!important;color:#f5f5f5!important;border:0!important}
.microbar .container{max-width:1220px!important;min-height:27px!important;font-size:8.8px!important;letter-spacing:.01em!important}
.microbar a,.microbar span{color:#f5f5f5!important}
.header{background:#fff!important;box-shadow:0 1px 0 rgba(0,0,0,.08)!important}
.head-main{max-width:1220px!important;gap:22px!important}
.logo{width:214px!important;max-width:214px!important;max-height:64px!important;object-fit:contain!important}
.site-search{margin-left:auto!important;max-width:420px!important}
.site-search input{border-radius:4px 0 0 4px!important;font-size:11px!important;padding-left:14px!important}
.site-search button{width:46px!important;border-radius:0 4px 4px 0!important;font-size:18px!important}
.head-contact{min-width:158px!important;align-items:flex-end!important}.phone-big{font-weight:900!important;letter-spacing:.01em!important}.head-contact>span{font-size:8.5px!important;font-weight:800!important}
.wa-round{width:36px!important;height:36px!important;border-radius:50%!important;font-size:0!important;background:#16b855!important;position:relative!important}.wa-round:after{content:'↗';font-size:15px!important;color:#fff!important;font-weight:900!important}
.nav-wrap{position:sticky!important;top:0!important;z-index:40!important;box-shadow:0 2px 8px rgba(0,0,0,.12)!important}
.nav-wrap>.container{max-width:1220px!important}
.nav{gap:0!important}.nav a{padding-left:13px!important;padding-right:13px!important;font-size:10.2px!important;font-weight:800!important;text-transform:uppercase!important}
.nav a:hover{background:#1d1f21!important;color:#fff!important}.nav a.active{background:var(--v106-red)!important}
.nav-cta{margin-left:auto!important;font-weight:900!important;text-transform:uppercase!important}
.hero-v57-inner{min-height:370px!important}.hero-v57-copy{padding-left:34px!important;padding-right:28px!important}.hero-v57-copy .eyebrow{text-transform:uppercase!important;letter-spacing:.12em!important}.hero-v57-copy h1{font-size:47px!important;max-width:500px!important}.hero-v57-copy>p{max-width:495px!important}.hero-v57-visual{min-height:370px!important;background-position:72% 48%!important}.hero-brand-mark{width:188px!important;right:22px!important;bottom:18px!important;border-radius:3px!important;padding:8px 10px!important}
.v53-feature-strip{box-shadow:0 1px 0 #eaeaea!important}.v53-feature-strip .feature-mini{justify-content:center!important}.v53-feature-strip .feature-mini b{font-weight:900!important}.v53-feature-strip .feature-mini small{color:#6f6f6f!important}
.product-groups-v40{padding-top:26px!important}.product-groups-v40 .section-head{align-items:end!important}.product-groups-v40 .section-head>a{color:#111!important}.category-grid-v40{gap:11px!important}.category-grid-v40 .cat{min-height:171px!important}.category-grid-v40 .cat-image{height:116px!important}.category-grid-v40 .cat-copy b{font-size:11px!important}.category-grid-v40 .cat-copy small{margin-top:2px!important}.cat-link{display:none!important}
.section.soft .product-grid{gap:11px!important}.section.soft .product-card-v12 .product-image{height:134px!important}.section.soft .product-card-v12 .product-body{min-height:110px!important}.section.soft .product-card-v12 .product-body p{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.section.soft .product-card-v12 .card-bits{display:none!important}.section.soft .product-card-v12 .product-bottom{margin-top:auto!important}.section.soft .product-card-v12 .card-actions .quote-add-card,.section.soft .product-card-v12 .card-actions .mini-phone{display:none!important}.section.soft .product-card-v12 .card-actions{display:block!important}.section.soft .product-card-v12 .card-actions .btn{width:100%!important;min-height:28px!important;font-size:8.5px!important;padding:6px 8px!important}
.price-status{font-size:7px!important;padding:4px 6px!important;border-radius:3px!important}.use-badge-v60{display:none!important}.product-code-mini{display:none!important}
.home-reference-cta .container{gap:20px!important}.home-reference-cta span{font-weight:800!important}.home-reference-actions{gap:10px!important}.home-wa{background:#20b85a!important;color:#fff!important;padding:10px 18px!important;font-weight:900!important}
.footer-grid-v24{grid-template-columns:1.25fr .8fr .8fr 1.15fr!important;gap:28px!important}.footer-phone{margin-top:14px!important}.footer-actions .btn{min-height:34px!important;font-size:9px!important}
/* Ürün detay sayfası: hedefteki iki kolonlu, görsel ağırlıklı yapı */
.product-detail-v6{align-items:start!important}.gallery-main{min-height:458px!important}.gallery-main img{padding:18px!important}.thumbs{gap:8px!important}.thumb{border-radius:4px!important}.detail-sticky{padding:0!important}.detail h1{font-weight:900!important;letter-spacing:-.02em!important}.detail .subtitle{color:#444!important;font-weight:700!important}.info-card{box-shadow:none!important;border:1px solid #e3e3e3!important}.product-summary-band{border-radius:6px!important;overflow:hidden!important}.spec-overview{gap:10px!important}.overview-card{border-radius:6px!important;box-shadow:none!important}.detail-actions .btn{font-weight:900!important}.detail-actions .wa{background:#20b85a!important}
@media(max-width:1000px){.nav-wrap{position:relative!important}.site-search{max-width:none!important}.hero-v57-inner{min-height:0!important}.hero-v57-copy h1{font-size:39px!important}.hero-v57-visual{min-height:280px!important}.footer-grid-v24{grid-template-columns:1fr 1fr!important}}
@media(max-width:600px){.logo{width:154px!important;max-width:154px!important}.head-main{gap:10px!important}.hero-v57-copy h1{font-size:32px!important}.hero-v57-copy>p{font-size:11px!important}.hero-v57-visual{min-height:225px!important}.hero-brand-mark{width:136px!important}.v53-feature-strip .feature-mini{justify-content:flex-start!important}.category-grid-v40 .cat-image{height:118px!important}.section.soft .product-card-v12 .product-image{height:126px!important}.footer-grid-v24{grid-template-columns:1fr!important}}

/* ===== V107 — TARGET VISUAL PASS: denser professional catalogue ===== */
:root{--v107-red:#e51b23;--v107-dark:#0f1113;--v107-gold:#d5aa4f;--v107-line:#e5e5e5}
.microbar{background:#101112!important;color:#fff!important;border:0!important;font-size:10px!important}.microbar .container{min-height:30px!important}.microbar a{color:#fff!important}.microbar i{opacity:.45!important}
.header{position:sticky!important;top:0!important}.header .container.head-main{height:74px!important;min-height:74px!important}.brand-link{min-width:210px!important}.logo{width:205px!important;height:61px!important;object-fit:contain!important}
.site-search{height:38px!important;border-radius:4px!important;max-width:430px!important}.site-search input{font-size:12px!important;padding:9px 12px!important}.site-search button{width:42px!important;border-radius:0!important;background:var(--v107-red)!important}
.head-contact .phone-big{font-size:17px!important}.wa-round{width:36px!important;height:36px!important}
.nav-wrap{background:#101112!important}.nav-wrap>.container{height:43px!important}.nav a{padding:14px 15px 12px!important;font-size:10px!important;text-transform:uppercase!important;letter-spacing:.01em!important}.nav a:hover,.nav a.active{background:var(--v107-red)!important;border-color:transparent!important}.nav-cta{font-size:10px!important;padding:0 16px!important}
.hero-v57 .container{max-width:1220px!important}.hero-v57-inner{min-height:350px!important;grid-template-columns:43% 57%!important}.hero-v57-copy{min-height:350px!important;padding:35px 30px 30px 26px!important}.hero-v57-copy h1{font-size:45px!important;line-height:.95!important;letter-spacing:-1.75px!important}.hero-v57-copy>p{font-size:12px!important;line-height:1.55!important;max-width:455px!important}.hero-v57-copy .actions{margin-top:17px!important}.hero-v57-copy .actions .btn{min-height:37px!important;padding:9px 15px!important;border-radius:3px!important;font-size:10px!important}.hero-v57-points{margin-top:20px!important;gap:10px 18px!important}.hero-v57-points span{font-size:8.5px!important}.hero-v57-visual{min-height:350px!important;background-size:cover!important;background-position:66% 50%!important}.hero-brand-mark{width:165px!important;right:18px!important;bottom:16px!important;background:rgba(255,255,255,.92)!important;padding:6px 8px!important;box-shadow:0 6px 18px rgba(0,0,0,.24)!important}
.v53-feature-strip .container{max-width:1180px!important}.v53-feature-strip .feature-mini{min-height:57px!important;padding:9px 14px!important}.v53-feature-strip .circle{width:29px!important;height:29px!important;font-size:12px!important}.v53-feature-strip .feature-mini b{font-size:10px!important}.v53-feature-strip .feature-mini small{font-size:7.5px!important}
.product-groups-v40{padding:33px 0 37px!important}.product-groups-v40 .section-head{margin-bottom:16px!important}.product-groups-v40 .section-head h2,.section.soft .section-head h2{font-size:24px!important}.product-groups-v40 .section-head p,.section.soft .section-head p{font-size:11px!important}.category-grid-v40{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:10px!important}.category-grid-v40 .cat{border-radius:5px!important;box-shadow:none!important}.category-grid-v40 .cat-image{height:112px!important;background:#f7f7f7!important}.category-grid-v40 .cat-image img{object-fit:contain!important;padding:8px!important;background:#f8f8f8!important}.category-grid-v40 .cat-copy{padding:8px 9px 9px!important}.category-grid-v40 .cat-copy b{font-size:11px!important}.category-grid-v40 .cat-copy small{font-size:8px!important;margin-top:3px!important}
.section.soft{padding:34px 0 39px!important}.section.soft .section-head{margin-bottom:16px!important}.section.soft .product-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:10px!important}.section.soft .product-card{border-radius:5px!important;box-shadow:none!important}.section.soft .product-card .product-image{height:126px!important;aspect-ratio:auto!important;background:#fafafa!important}.section.soft .product-card .product-image img{object-fit:contain!important;padding:8px!important}.section.soft .product-card .product-body{padding:9px 10px 10px!important}.section.soft .product-card .product-meta{font-size:7.5px!important;margin-bottom:3px!important}.section.soft .product-card h3{font-size:11px!important;line-height:1.2!important;margin-bottom:4px!important}.section.soft .product-card p{font-size:8.5px!important;line-height:1.35!important;min-height:22px!important;margin-bottom:7px!important}.section.soft .product-card .price{font-size:10px!important;margin-bottom:6px!important}.section.soft .product-card .btn{min-height:29px!important;padding:6px 8px!important;font-size:8px!important;border-radius:3px!important}
.price-showcase{padding:34px 0 38px!important}.price-showcase h2{font-size:23px!important}.price-showcase .sub{font-size:11px!important}.price-products{gap:10px!important}.price-mini{border-radius:5px!important}.home-reference-cta .container{min-height:72px!important}.home-reference-cta span{font-size:16px!important}.home-reference-cta small{font-size:9px!important}.home-phone,.home-wa{font-size:12px!important}.catalog-confidence .container{max-width:1180px!important}.catalog-confidence .container>div{padding:12px 15px!important}.catalog-confidence b{font-size:10px!important}.catalog-confidence span{font-size:8px!important}
.footer-grid-v24{max-width:1180px!important;padding-top:28px!important;padding-bottom:25px!important}.footer-logo{width:180px!important}.footer-note,.footer-info,.footer-links a{font-size:10px!important;line-height:1.5!important}.footer-grid-v24>div>b{font-size:11px!important}.footer-bottom{font-size:9px!important}
/* Product detail — make the information immediately scannable */
.product-detail-v6,.product-main{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)!important;gap:28px!important}.gallery-main{min-height:455px!important;background:#fafafa!important}.gallery-main img{object-fit:contain!important;padding:24px!important}.detail-sticky{top:132px!important;border-radius:7px!important;box-shadow:0 8px 26px rgba(0,0,0,.06)!important}.detail h1{font-size:34px!important;line-height:1.05!important}.detail .subtitle{font-size:13px!important}.desc{font-size:12px!important;line-height:1.55!important}.info-card{border-radius:5px!important}.info-row{padding:10px 13px!important;font-size:10px!important}.price-box{padding:13px!important}.big-price{font-size:24px!important}.detail-actions{gap:8px!important;margin-top:12px!important}.detail-actions .btn{min-height:38px!important;padding:8px 10px!important;font-size:10px!important;border-radius:4px!important}.spec-overview{gap:9px!important}.spec-card{border-radius:6px!important;padding:14px!important}.spec-card h3{font-size:11px!important}.spec-card li,.spec-card p{font-size:9.5px!important;line-height:1.45!important}
@media(max-width:1000px){.nav a{padding-inline:10px!important}.nav a:nth-child(3),.nav a:nth-child(6){display:none!important}.category-grid-v40,.section.soft .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.product-detail-v6,.product-main{grid-template-columns:1fr!important}.detail-sticky{position:static!important}.gallery-main{min-height:360px!important}}
@media(max-width:600px){.microbar{display:none!important}.header .container.head-main{height:64px!important;min-height:64px!important}.logo{width:145px!important;height:auto!important}.hero-v57-copy{min-height:auto!important;padding:26px 20px!important}.hero-v57-copy h1{font-size:32px!important}.hero-v57-visual{min-height:215px!important}.hero-brand-mark{width:125px!important}.category-grid-v40,.section.soft .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.category-grid-v40 .cat-image{height:112px!important}.section.soft .product-card .product-image{height:118px!important}.price-showcase{padding:28px 0!important}.footer-grid-v24{grid-template-columns:1fr!important}.gallery-main{min-height:300px!important}}

/* ===== V108 — visual alignment & polish pass ===== */
:root{--v108-red:#e31b23;--v108-black:#0d0f11;--v108-gold:#d3aa57;--v108-paper:#f6f6f4}
/* header: cleaner target-like hierarchy */
.microbar .container{height:30px!important}.micro-contact,.micro-address{display:flex;align-items:center;gap:8px}.micro-contact i{width:1px;height:12px;background:rgba(255,255,255,.25);display:inline-block;margin:0 4px}
.head-main{padding-top:2px!important;padding-bottom:2px!important}.head-contact{display:grid!important;justify-items:end!important;line-height:1!important}.head-contact>span{font-size:9px!important;color:var(--v108-red)!important;font-weight:900!important;margin-top:5px!important}.phone-big{letter-spacing:.01em!important}.wa-round{background:#21b95e!important;color:#fff!important;border-color:#21b95e!important;font-size:0!important}.wa-round:before{content:'◉';font-size:18px!important}
.nav-wrap{box-shadow:0 3px 12px rgba(0,0,0,.13)!important}.nav-wrap>.container{gap:8px!important}.nav{gap:1px!important}.nav-cta{background:var(--v108-red)!important;color:#fff!important;height:29px!important;border-radius:3px!important;display:flex!important;align-items:center!important;margin-left:auto!important}
/* hero: stronger brand image while preserving the real logo */
.hero-v57{background:#101214!important}.hero-v57-inner{box-shadow:inset 0 -1px rgba(255,255,255,.05)!important}.hero-v57-copy{position:relative!important;z-index:2!important;background:linear-gradient(90deg,rgba(10,11,12,.97),rgba(10,11,12,.86) 72%,rgba(10,11,12,.05))!important}.hero-v57-copy .eyebrow{font-size:8px!important;color:#e9c776!important}.hero-v57-copy h1 span{color:#efbd53!important;font-style:normal!important}.hero-v57-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,12,13,.35),transparent 38%),linear-gradient(0deg,rgba(0,0,0,.18),transparent 45%);pointer-events:none}.hero-v57-badge{z-index:3!important;right:18px!important;top:18px!important;background:rgba(12,13,14,.82)!important;border:1px solid rgba(255,255,255,.16)!important;color:#fff!important;backdrop-filter:blur(4px)!important}.hero-v57-badge small{color:#ddd!important}
/* category cards: compact photographic catalogue look */
.product-groups-v40{background:#fff!important}.category-grid-v40 .cat{border:1px solid #e2e2e2!important;background:#fff!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important}.category-grid-v40 .cat:hover{transform:translateY(-3px)!important;border-color:#d5c3a1!important;box-shadow:0 10px 25px rgba(0,0,0,.09)!important}.category-grid-v40 .cat-image{position:relative!important}.category-grid-v40 .cat-image:after{content:'';position:absolute;inset:auto 0 0;height:28%;background:linear-gradient(transparent,rgba(0,0,0,.035));pointer-events:none}.category-grid-v40 .cat-copy{min-height:46px!important}.category-grid-v40 .cat-copy b{color:#111!important}.category-grid-v40 .cat-copy small{color:#777!important}
/* featured cards: target-like emphasis on product + price */
.section.soft{background:#f7f7f6!important;border-top:1px solid #efefef!important;border-bottom:1px solid #ededed!important}.section.soft .product-card{background:#fff!important;border:1px solid #dedede!important;transition:.18s ease!important}.section.soft .product-card:hover{transform:translateY(-3px)!important;box-shadow:0 10px 24px rgba(0,0,0,.09)!important}.section.soft .product-card .product-image{border-bottom:1px solid #ececec!important}.section.soft .product-card h3{color:#111!important;font-weight:900!important}.section.soft .product-card .price{color:var(--v108-red)!important;font-weight:900!important}.section.soft .product-card .btn.primary{background:var(--v108-red)!important}.goldline{background:linear-gradient(90deg,var(--v108-gold),transparent)!important;width:110px!important}
/* price showcase subdued so the main product grid remains the focus */
.price-showcase{background:#fff!important}.price-products .product-card,.price-mini{box-shadow:none!important;border:1px solid #e7e7e7!important}.price-explainer{border-top:1px solid #ececec!important;margin-top:18px!important;padding-top:14px!important}
/* product detail: image-led, compact, target-aligned */
.page-hero{background:#fff!important}.product-detail-v6,.product-main{align-items:start!important}.gallery-main{border:1px solid #e2e2e2!important;border-radius:7px!important;box-shadow:none!important;background:linear-gradient(145deg,#fff,#f6f6f6)!important}.gallery-stage{width:100%!important;height:100%!important;display:grid!important;place-items:center!important}.gallery-position{background:rgba(17,17,17,.78)!important;color:#fff!important;border-radius:999px!important}.gallery-arrow{background:#fff!important;color:#111!important;border:1px solid #ddd!important;box-shadow:0 4px 15px rgba(0,0,0,.08)!important}.thumbs .thumb{background:#fff!important;border:1px solid #ddd!important}.thumbs .thumb.active{border-color:var(--v108-red)!important;box-shadow:0 0 0 1px var(--v108-red)!important}.detail-sticky{background:#fff!important;border:1px solid #ececec!important;padding:18px!important}.detail .product-code{background:#f7f7f7!important}.detail .big-price{color:var(--v108-red)!important}.product-summary-band{background:#f8f8f8!important;border:1px solid #e7e7e7!important}.overview-card{background:#fff!important;border:1px solid #e5e5e5!important}.spec-overview{margin-top:16px!important}.quick-icons{background:#fafafa!important;border:1px solid #ececec!important;border-radius:6px!important;overflow:hidden!important}
/* footer: clearer information blocks */
.footer{background:#111315!important}.footer-grid-v24{border-top:1px solid rgba(255,255,255,.06)!important}.footer-grid-v24>div:not(:first-child){border-left:1px solid rgba(255,255,255,.08)!important;padding-left:20px!important}.footer-bottom{background:#0a0b0c!important;border-top:1px solid rgba(255,255,255,.07)!important}
@media(max-width:1000px){.footer-grid-v24>div:not(:first-child){border-left:0!important;padding-left:0!important}.nav-cta{display:none!important}}
@media(max-width:600px){.head-contact,.wa-round{display:none!important}.site-search{display:none!important}.hero-v57-copy{background:linear-gradient(180deg,rgba(10,11,12,.96),rgba(10,11,12,.86))!important}.hero-v57-visual:after{background:linear-gradient(0deg,rgba(0,0,0,.25),transparent 55%)!important}.detail-sticky{padding:14px!important}}

/* V109 — hedef tasarıma görsel yaklaşım ve gerçek logo bütünlüğü */
:root{--v109-red:#e31b23;--v109-black:#0c0e10;--v109-gold:#d5aa55;--v109-line:#e6e6e4}
.microbar{background:#0d0f10!important;color:#fff!important;border:0!important}.microbar a{color:#fff!important}.microbar i{background:#5a5a5a!important}.microbar .container{height:29px!important;font-size:9px!important;letter-spacing:.015em!important}
.header{position:sticky!important;top:0!important;z-index:80!important}.head-main{height:72px!important;min-height:72px!important}.brand-link{min-width:225px!important}.logo{width:218px!important;max-width:218px!important;height:58px!important;object-fit:contain!important;object-position:left center!important}.site-search{max-width:415px!important;height:37px!important}.phone-big{font-size:16px!important}.wa-round{width:35px!important;height:35px!important;border-radius:50%!important}
.nav-wrap>.container{height:40px!important}.nav a{padding:12px 12px 11px!important;font-size:9.5px!important}.nav-cta{height:27px!important;font-size:9px!important;padding:0 13px!important}
.hero-v57 .container{max-width:1220px!important}.hero-v57-inner{min-height:338px!important;grid-template-columns:42% 58%!important}.hero-v57-copy{min-height:338px!important;padding:31px 30px!important}.hero-v57-copy h1{font-size:43px!important;line-height:.94!important;letter-spacing:-1.6px!important;margin:8px 0 13px!important}.hero-v57-copy>p{font-size:11.5px!important;line-height:1.5!important;max-width:435px!important}.hero-v57-copy .actions{margin-top:15px!important}.hero-v57-copy .actions .btn{min-height:35px!important;padding:8px 14px!important;font-size:9.5px!important;border-radius:3px!important}.hero-v57-points{margin-top:16px!important;gap:8px 14px!important}.hero-v57-points span{font-size:8.5px!important;color:#ededed!important}
.hero-v57-visual{min-height:338px!important;background-image:url('hero-printing-reference.jpg')!important;background-size:145% auto!important;background-repeat:no-repeat!important;background-position:63% 51%!important}
.hero-v57-visual:before{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(90deg,rgba(9,10,11,.28),transparent 34%),linear-gradient(270deg,rgba(9,10,11,.22),transparent 18%),linear-gradient(0deg,rgba(0,0,0,.18),transparent 40%)!important;z-index:1!important}.hero-v57-visual:after{content:""!important;position:absolute!important;right:-1px!important;top:0!important;width:12%!important;height:100%!important;background:linear-gradient(90deg,transparent,#101214 92%)!important;z-index:2!important;pointer-events:none!important}.hero-brand-mark{z-index:4!important;width:178px!important;right:24px!important;bottom:20px!important;background:rgba(255,255,255,.96)!important;border-radius:3px!important;padding:7px 9px!important;box-shadow:0 8px 24px rgba(0,0,0,.24)!important}.hero-v57-badge{display:none!important}
.v53-feature-strip{padding:0!important;background:#fff!important}.v53-feature-strip .container{min-height:64px!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;border:0!important;border-bottom:1px solid var(--v109-line)!important;border-radius:0!important;box-shadow:none!important}.v53-feature-strip .feature-mini{padding:12px 16px!important;border:0!important;border-right:1px solid #ececec!important;border-radius:0!important}.v53-feature-strip .feature-mini:last-child{border-right:0!important}.v53-feature-strip .circle{width:31px!important;height:31px!important;font-size:13px!important}.v53-feature-strip b{font-size:10.5px!important}.v53-feature-strip small{font-size:8.5px!important}
.section{padding:31px 0!important}.section-head{margin-bottom:14px!important}.section-head .eyebrow{font-size:9px!important}.section-head h2{font-size:21px!important;margin:3px 0 4px!important;letter-spacing:-.35px!important}.section-head .sub{font-size:10.5px!important;line-height:1.45!important}.goldline{height:2px!important;width:74px!important;margin-top:7px!important}
.category-grid-v40{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:8px!important}.category-grid-v40 .cat{min-height:158px!important;border-radius:5px!important;border-color:#dedede!important;box-shadow:0 3px 10px rgba(0,0,0,.045)!important}.category-grid-v40 .cat-image{height:106px!important;background:#f4f4f2!important}.category-grid-v40 .cat-image img{object-fit:contain!important;padding:5px!important}.category-grid-v40 .cat-copy{padding:8px 9px 9px!important}.category-grid-v40 .cat-copy b{font-size:11px!important}.category-grid-v40 .cat-copy small{font-size:8.5px!important;margin-top:2px!important}
.section.soft{background:#fafafa!important}.section.soft .product-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:8px!important}.section.soft .product-card{border-radius:5px!important;box-shadow:0 3px 10px rgba(0,0,0,.045)!important}.section.soft .product-card .product-image{height:114px!important;background:#f5f5f3!important}.section.soft .product-card .product-image img{object-fit:contain!important;padding:5px!important}.section.soft .product-body{padding:8px 9px 9px!important}.section.soft .product-body h3{font-size:11px!important;line-height:1.15!important;margin:3px 0!important}.section.soft .product-body p{font-size:8.5px!important;line-height:1.35!important;min-height:23px!important}.section.soft .product-meta{font-size:8px!important}.section.soft .price{font-size:10px!important;margin-top:4px!important}.section.soft .card-actions{margin-top:6px!important;gap:4px!important}.section.soft .card-actions .btn.small{padding:6px 7px!important;font-size:8px!important;border-radius:3px!important}
.price-showcase{padding:28px 0!important}.price-showcase-head h2{font-size:20px!important}.price-products{gap:8px!important}.price-mini-card{border-radius:5px!important}.price-explainer{font-size:9px!important}
.home-reference-cta .container{min-height:68px!important}.home-reference-cta span{font-size:17px!important}.home-reference-cta small{font-size:9px!important}.home-reference-actions a{font-size:10px!important}.catalog-confidence .container{min-height:62px!important}.catalog-confidence b{font-size:10px!important}.catalog-confidence span{font-size:8.5px!important;line-height:1.35!important}
.footer{border-top:3px solid var(--v109-gold)!important}.footer-grid-v24{padding-top:28px!important;padding-bottom:23px!important;gap:24px!important}.footer-logo{width:176px!important}.footer-note,.footer-links a,.footer-info{font-size:9.5px!important;line-height:1.55!important}.footer-bottom{font-size:8.5px!important}
/* Ürün detayını hedefteki iki kolonlu yoğun düzene yaklaştır */
.product-detail-v6{grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr)!important;gap:22px!important}.gallery-main{min-height:420px!important}.gallery-main img{max-height:370px!important;object-fit:contain!important}.detail-sticky{padding:16px!important;border-radius:6px!important}.detail-sticky h1{font-size:28px!important}.detail-sticky .lead{font-size:11px!important;line-height:1.52!important}.spec-overview{grid-template-columns:repeat(4,1fr)!important;gap:8px!important}.overview-card{padding:12px!important;border-radius:5px!important}.overview-card>b{font-size:10px!important}.overview-card p,.overview-card li{font-size:9px!important}.quick-icons{margin-top:10px!important}
@media(max-width:1000px){.brand-link{min-width:170px!important}.logo{width:168px!important}.nav a{padding-left:8px!important;padding-right:8px!important}.hero-v57-inner{grid-template-columns:1fr!important}.hero-v57-copy{min-height:auto!important}.hero-v57-visual{min-height:250px!important}.category-grid-v40,.section.soft .product-grid{grid-template-columns:repeat(3,1fr)!important}.product-detail-v6{grid-template-columns:1fr!important}.spec-overview{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:600px){.microbar{display:none!important}.head-main{height:64px!important;min-height:64px!important}.logo{width:148px!important}.hero-v57-copy h1{font-size:31px!important}.hero-v57-visual{min-height:210px!important;background-size:165% auto!important;background-position:62% 50%!important}.hero-brand-mark{width:120px!important;right:13px!important;bottom:12px!important}.v53-feature-strip .container{grid-template-columns:repeat(2,1fr)!important}.category-grid-v40,.section.soft .product-grid{grid-template-columns:repeat(2,1fr)!important}.category-grid-v40 .cat-image{height:105px!important}.section.soft .product-card .product-image{height:115px!important}.spec-overview{grid-template-columns:1fr!important}.gallery-main{min-height:295px!important}}


/* ===== V112 — target convergence: less repetition, stronger catalogue rhythm ===== */
@media (min-width:1001px){
  .head-main{max-width:1180px!important}
  .nav-wrap>.container{max-width:1180px!important}
  .hero-v57 .container{max-width:1180px!important}
  .hero-v57-inner{min-height:326px!important;grid-template-columns:41% 59%!important}
  .hero-v57-copy{min-height:326px!important;padding:28px 28px 26px!important}
  .hero-v57-copy h1{font-size:41px!important;line-height:.95!important;margin:7px 0 12px!important}
  .hero-v57-copy>p{max-width:420px!important}
  .hero-v57-visual{min-height:326px!important;background-size:136% auto!important;background-position:65% 50%!important}
  .hero-brand-mark{width:164px!important;right:20px!important;bottom:17px!important}
  .v53-feature-strip .container{max-width:1120px!important}
  .product-groups-v40>.container,.section.soft>.container,.home-reference-cta>.container,.catalog-confidence>.container{max-width:1120px!important}
  .category-grid-v40{gap:9px!important}
  .category-grid-v40 .cat{min-height:151px!important}
  .category-grid-v40 .cat-image{height:101px!important}
  .section.soft .product-card .product-image{height:110px!important}
  .section.soft .product-card .product-body{padding:8px!important}
  .section.soft .product-body h3{font-size:10.5px!important}
  .section.soft .product-body p{font-size:8px!important;min-height:22px!important}
  .section.soft .price{font-size:9.5px!important}
  .home-reference-cta{margin-top:0!important}
}
.product-groups-v40{border-top:0!important}
.section.soft{border-top:1px solid #ededed!important}
.home-reference-cta{border-top:1px solid #1f1f1f!important}
.catalog-confidence{border-top:1px solid #ececec!important;border-bottom:1px solid #ececec!important}
.catalog-confidence .container{gap:0!important}
.catalog-confidence .container>div{padding:14px 18px!important;border-right:1px solid #ececec!important}
.catalog-confidence .container>div:last-child{border-right:0!important}
/* Product detail: stronger image-first composition */
.product-detail-v6{max-width:1120px!important;margin:auto!important}
.gallery-main{background:#fff!important;border-color:#e7e7e7!important;box-shadow:0 10px 28px rgba(0,0,0,.045)!important}
.detail-sticky{box-shadow:0 10px 28px rgba(0,0,0,.04)!important}
.spec-overview{max-width:1120px!important;margin-left:auto!important;margin-right:auto!important}
@media(max-width:600px){
  .catalog-confidence .container>div{border-right:0!important;border-bottom:1px solid #ececec!important}
  .catalog-confidence .container>div:last-child{border-bottom:0!important}
}

/* ===== V113 — visual polish pass: target density + real-brand emphasis ===== */
:root{--v113-red:#e31b23;--v113-black:#0d0f10;--v113-gold:#d0a64b;--v113-paper:#f6f4ef}
@media (min-width:1001px){
  .microbar .container,.head-main,.nav-wrap>.container,.hero-v57 .container{max-width:1160px!important}
  .header .container.head-main{height:72px!important;min-height:72px!important}
  .brand-link{min-width:220px!important}.logo{width:218px!important;height:60px!important}
  .site-search{max-width:390px!important;height:36px!important}.head-contact .phone-big{font-size:16px!important}
  .nav-wrap>.container{height:42px!important}.nav a{padding:13px 11px 11px!important;font-size:9.7px!important}.nav-cta{font-size:9.6px!important;padding:0 14px!important}
  .hero-v57-inner{min-height:316px!important;grid-template-columns:42% 58%!important}
  .hero-v57-copy{min-height:316px!important;padding:27px 26px!important}.hero-v57-copy h1{font-size:39px!important;line-height:.96!important;letter-spacing:-1.45px!important}
  .hero-v57-copy>p{font-size:11px!important;max-width:405px!important}.hero-v57-visual{min-height:316px!important;background-size:132% auto!important;background-position:67% 50%!important}
  .hero-brand-mark{width:158px!important;right:18px!important;bottom:16px!important}
  .v53-feature-strip .container,.product-groups-v40>.container,.section.soft>.container,.home-reference-cta>.container,.catalog-confidence>.container{max-width:1080px!important}
  .v53-feature-strip .container{min-height:58px!important}.v53-feature-strip .feature-mini{padding:10px 13px!important}.v53-feature-strip .circle{width:28px!important;height:28px!important}
  .product-groups-v40,.section.soft{padding:27px 0 31px!important}.section-head{margin-bottom:12px!important}.section-head h2{font-size:19px!important}.section-head .sub{font-size:10px!important}
  .category-grid-v40{gap:7px!important}.category-grid-v40 .cat{min-height:144px!important}.category-grid-v40 .cat-image{height:96px!important}.category-grid-v40 .cat-image img{padding:4px!important}
  .section.soft .product-grid{gap:7px!important}.section.soft .product-card .product-image{height:105px!important}.section.soft .product-body{padding:7px 8px 8px!important}.section.soft .product-body h3{font-size:10.2px!important}.section.soft .product-body p{font-size:7.8px!important;min-height:21px!important}.section.soft .price{font-size:9.2px!important}
  .home-reference-cta .container{min-height:64px!important}.home-reference-cta span{font-size:16px!important}.catalog-confidence .container{min-height:56px!important}
}
.hero-v57{background:#0e1011!important}.hero-v57-copy{background:linear-gradient(115deg,#0b0d0e 0%,#111416 100%)!important}.hero-v57-copy h1 span{color:var(--v113-gold)!important}
.hero-v57-copy .eyebrow{color:#f1f1f1!important;opacity:.78!important}.hero-v57-points span{color:#e8e8e8!important}
.hero-v57-visual{position:relative!important}.hero-v57-visual:before{background:linear-gradient(90deg,rgba(10,12,13,.32),transparent 33%),linear-gradient(0deg,rgba(0,0,0,.20),transparent 46%)!important}
.category-grid-v40 .cat,.section.soft .product-card{background:#fff!important;border:1px solid #e3e0da!important}.category-grid-v40 .cat-image,.section.soft .product-card .product-image{background:linear-gradient(180deg,#faf9f6,#f2f0eb)!important}
.category-grid-v40 .cat:hover,.section.soft .product-card:hover{border-color:#cfc8bc!important;box-shadow:0 8px 20px rgba(0,0,0,.07)!important}
.home-reference-cta{background:#111315!important}.home-reference-cta .home-phone{color:#fff!important}.home-reference-cta .home-wa{border-radius:4px!important}
.catalog-confidence{background:#fff!important}.catalog-confidence b{color:#151515!important}
.footer{background:#111315!important}.footer a:hover{color:var(--v113-gold)!important}
/* detail page: stronger catalogue-sheet composition */
.product-detail-v6{max-width:1080px!important}.gallery-main{border-radius:6px!important;background:linear-gradient(180deg,#fff,#faf9f6)!important}.detail-sticky{border-radius:6px!important;background:#fff!important}.detail-actions .btn{border-radius:4px!important}.overview-card{background:#fff!important;border:1px solid #e5e2dc!important}.product-summary-band{background:#faf9f6!important;border:1px solid #e6e2da!important}
@media(max-width:600px){.hero-v57-copy{padding:24px 20px!important}.hero-v57-copy h1{font-size:30px!important}.hero-v57-visual{min-height:205px!important}.category-grid-v40,.section.soft .product-grid{gap:9px!important}.category-grid-v40 .cat-image{height:102px!important}.section.soft .product-card .product-image{height:110px!important}}

/* V114 - mobil yatay taşma koruması: grid kartlarındaki metinler bazı ürün/kategori adlarında
   varsayılan grid min-width:auto nedeniyle satır kırılmadan taşabiliyordu; bu blok her
   ekranda son ve tek geçerli kural olarak taşmayı engeller, kartların iç metnini sarar. */
html,body{max-width:100%;overflow-x:hidden}
.category-grid-v40>a,.product-grid>*,.cat,.product-card,.cat-copy,.product-body,.hero-v57-inner>*,.v53-feature-strip .feature-mini,.footer-grid>*,.cat-copy b,.cat-copy small{min-width:0}
.cat-copy b,.product-body h3,.product-body p,.hero-v57-copy h1,.hero-v57-copy p{overflow-wrap:break-word;word-break:break-word}
.cat-copy small{width:100%}
.hero-v57-points{max-width:100%}
@media(max-width:420px){
  .category-grid-v40,.section.soft .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .hero-v57-points{grid-template-columns:1fr 1fr!important}
}

/* ==========================================================================
   V115 - gorsel kalite / okunabilirlik / yerlesim iyilestirmesi
   Bu blok mevcut yapiyi degistirmeden, en sonda ve tek gecerli katman olarak
   onceki versiyonlarda biriken asiri kucuk yazi boyutlarini ve dusuk kontrastli
   bolumleri (avantaj kutulari, kart alt basliklari) duzeltir.
   ========================================================================== */

/* --- Hero: daha guclu buton, daha okunur paragraf, daha belirgin avantaj satiri --- */
.hero-v57-copy>p{font-size:15px!important;line-height:1.65!important;color:#ececec!important}
.hero-v57-copy .actions .btn{min-height:48px!important;padding:13px 24px!important;font-size:14px!important;border-radius:6px!important;font-weight:900!important}
.hero-v57-copy .btn.primary{box-shadow:0 12px 26px rgba(227,27,35,.35)!important}
.hero-outline{border-width:2px!important}
.hero-v57-points{margin-top:22px!important;gap:10px 20px!important}
.hero-v57-points span{font-size:12px!important;font-weight:800!important;padding:9px 13px!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:7px!important;color:#fff!important;white-space:nowrap!important}
.hero-v57-visual{background-position:46% 24%!important;background-size:230% auto!important}

/* --- Avantaj kutulari (feature-strip): silik degil, ilk bakista belirgin --- */
.v53-feature-strip{background:#fff!important}
.v53-feature-strip .container{gap:12px!important}
.v53-feature-strip .feature-mini{background:#faf9f6!important;border:1px solid #eae7e0!important;border-radius:10px!important;padding:15px 17px!important;gap:13px!important;min-height:0!important}
.v53-feature-strip .circle{width:44px!important;height:44px!important;background:#141414!important;color:#d9ae52!important;border:0!important;font-size:18px!important}
.v53-feature-strip .feature-mini b{font-size:13.5px!important;color:#151515!important;letter-spacing:0!important}
.v53-feature-strip .feature-mini small{font-size:11.5px!important;color:#5a5a5a!important;margin-top:3px!important}

/* --- Kategori kartlari (ana sayfa): okunabilirlik + tutarli hover --- */
.cat-copy{width:100%!important;flex:1 1 auto!important}
#cats .cat-copy b,.category-grid-v40 .cat-copy b{font-size:14.5px!important;color:#121212!important;line-height:1.25!important;width:100%!important}
#cats .cat-copy small,.category-grid-v40 .cat-copy small{font-size:12px!important;color:#5c5c5c!important;font-weight:500!important;width:100%!important;display:block!important}
.category-grid-v40 .cat{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important}
.category-grid-v40 .cat:hover{transform:translateY(-5px)!important;box-shadow:0 18px 34px rgba(0,0,0,.13)!important;border-color:#d7cfbe!important}

/* --- Urun kartlari (one cikanlar, katalog, ilgili urunler): okunabilirlik + hover --- */
.product-body h3,.section.soft .product-body h3,.section.soft .product-card-v12 .product-body h3{font-size:16px!important}
.product-body p,.section.soft .product-body p,.section.soft .product-card-v12 .product-body p{font-size:12.5px!important;line-height:1.55!important;color:#5c5c5c!important;min-height:0!important}
.price-status,.section.soft .price-status{font-size:10.5px!important;padding:6px 11px!important;font-weight:900!important;letter-spacing:.01em!important}
.use-badge-v60{font-size:10px!important;padding:5px 9px!important}
.price,.section.soft .price{font-size:14px!important}
.price-box{color:#1c1c1c!important}
.price-box b{color:#111!important}
.big-price{color:var(--red,#e31b23)!important}
.product-card:hover,.product-card-v60:hover,.product-card-v12:hover{transform:translateY(-5px)!important;box-shadow:0 18px 32px rgba(0,0,0,.11)!important}

/* --- Genel metin kontrasti --- */
.sub,.section-head .sub{color:#585858!important;font-size:13.5px!important;line-height:1.7!important;max-width:720px!important}
.footer-note,.footer-info{font-size:12.5px!important;line-height:1.75!important}
.footer-links a{font-size:13px!important}

/* --- Bolumler arasi dikey ritim: masaustunde daha derli toplu --- */
@media(min-width:1020px){
  .product-groups-v40{padding-top:30px!important;padding-bottom:30px!important}
  .section.soft{padding-top:26px!important;padding-bottom:32px!important}
  .v53-feature-strip .container{padding-top:12px!important;padding-bottom:12px!important}
}

/* --- Mobil: en kucuk kalan yazilari okunur seviyeye cek, tasmayi engelle --- */
@media(max-width:680px){
  .category-grid-v40 .cat{display:block!important}
  .v53-feature-strip .feature-mini b{font-size:12px!important}
  .v53-feature-strip .feature-mini small{font-size:10.5px!important}
  .v53-feature-strip .circle{width:38px!important;height:38px!important;font-size:16px!important}
  #cats .cat-copy small,.category-grid-v40 .cat-copy small{font-size:10.5px!important}
  #cats .cat-copy b,.category-grid-v40 .cat-copy b{font-size:12.5px!important}
  .product-body p,.section.soft .product-body p,.section.soft .product-card-v12 .product-body p{font-size:10.5px!important}
  .product-body h3,.section.soft .product-body h3{font-size:13.5px!important}
  .price-status,.section.soft .price-status{font-size:9px!important;padding:5px 9px!important}
  .hero-v57-points span{font-size:10px!important;padding:7px 10px!important}
}

/* ==========================================================================
   V116 - urun/kategori gorsel sistemi standardizasyonu + kart sunum hiyerarsisi
   Kategori kartlari ve urun kartlarindaki gorsel alani (cat-image, product-image)
   sayfadan sayfaya farkli arka plan/padding kullaniyordu (ayni bilesen katalog
   sayfasinda beyaz+24px, ana sayfada gradyan+5px gibi). Tek standarda baglandi.
   Gercek urun fotografi geldiginde SADECE gorsel dosyasi degisecek, kart
   yeniden tasarlanmayacak: fotograflar kareyi tam dolduran bir katalog
   gorunumu icin asagidaki object-fit degerini "cover" ve padding'i 0 yapmak
   tek satirlik bir degisiklik olacak sekilde merkezi tutuldu. */
.cat-image,.product-image,.section.soft .product-image,#productGrid .product-image,.product-card-v12 .product-image,.product-card-v60 .product-image{
  background:linear-gradient(150deg,#faf9f7,#f0efe9)!important;
  padding:0!important;
}
.cat-image img,.product-image img,.product-card-v12 .product-image img,.product-card-v60 .product-image img{
  object-fit:cover!important;
  object-position:center center!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  width:100%!important;
  height:100%!important;
  padding:0!important;
}
/* V119 - gercek urun fotograflarina gecis: detay sayfasi ana galeri gorseli de
   kareyi dolduran fotograf gibi gorunsun (eskiden ikon icin contain+padding idi). */
.gallery-main img{object-fit:cover!important;padding:0!important}
.price-mini-image img{object-fit:cover!important}

/* --- Kart sunum hiyerarsisi: kategori/fiyat etiketi < baslik < aciklama --- */
.product-meta{font-size:11px!important;font-weight:800!important;color:#8a8a8a!important;letter-spacing:.06em!important}
.card-bits{display:none!important}

/* V123 - musteri deneyimi sadelestirme: okunabilirlik ve tekrar azaltma */
.cat-copy small{font-size:13px!important;line-height:1.35!important;color:#6c6c6c!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;min-height:0!important;font-weight:500!important;padding-right:0!important}
.product-card p{font-size:13.5px!important;line-height:1.4!important;min-height:0!important;margin-bottom:8px!important;color:#5c5c5c!important;display:-webkit-box!important;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden!important}
.gallery-note{font-size:11px!important;color:#8f8f8f!important;line-height:1.5!important;background:transparent!important;border-left:2px solid #ece6d8!important;padding:6px 10px!important;margin-top:8px!important}
.compare-add-card{opacity:.6;transition:opacity .15s}
.compare-add-card:hover,.compare-add-card:focus,.compare-add-card.active{opacity:1}
.price-status.quote{white-space:normal!important;text-align:center!important;line-height:1.25!important;max-width:calc(100% - 22px)}
.catalog-helper-line{font-size:14px!important;color:#6c6c6c!important;margin:0 0 14px!important;line-height:1.5!important}
.catalog-choice{margin-top:32px!important}

/* V124 - ana sayfa/kategori sayfasi hizmet kartlari: kare gorsel, dikey kart, 4 sutun */
.home-cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px 24px;margin-top:8px}
.home-cat-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;background:#fff;border:1px solid #eee;border-radius:14px;overflow:hidden;transition:border-color .15s}
.home-cat-card:hover{border-color:#d8d8d8}
.home-cat-image{position:relative;width:100%;aspect-ratio:1/1;background:linear-gradient(150deg,#faf9f7,#f0efe9);overflow:hidden}
.home-cat-image img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}
.home-cat-copy{padding:16px 4px 6px}
.home-cat-copy b{display:block;font-size:19px;font-weight:800;letter-spacing:.01em;margin-bottom:6px;color:#161616}
.home-cat-copy small{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:14.5px;line-height:1.45;color:#666;font-weight:500}
@media (max-width:1100px){
  .home-cat-grid{grid-template-columns:repeat(3,1fr);gap:22px 18px}
}
@media (max-width:768px){
  .home-cat-grid{grid-template-columns:repeat(2,1fr);gap:20px 14px}
  .home-cat-copy{padding:12px 2px 4px}
  .home-cat-copy b{font-size:16px}
  .home-cat-copy small{font-size:13.5px}
}
@media (max-width:420px){
  .home-cat-grid{gap:16px 12px}
}

/* V125 - toplu revize: header, kampanya slider, urun detay ince ayarlari, admin tipografi */
.phone-wa-row{display:flex!important;align-items:center!important;gap:8px!important;margin-left:0!important}
.phone-wa-row .wa-round{margin-left:0!important;flex:0 0 auto}
.phone-big{font-size:22px!important;font-weight:900!important}
@media (max-width:768px){.phone-big{font-size:18px!important}}

.home-cat-copy small{font-family:Arial,Helvetica,sans-serif!important;font-size:14px!important;line-height:1.4!important;-webkit-line-clamp:3!important;min-height:59px!important;color:#666!important}
.home-cat-copy b{min-height:0}

.campaign-section{background:#faf9f7}
.campaign-slider-wrap{display:flex;align-items:center;gap:10px}
.campaign-slider{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px 2px 10px;flex:1 1 auto}
.campaign-slider::-webkit-scrollbar{display:none}
.campaign-slider .product-card{flex:0 0 260px;scroll-snap-align:start}
.campaign-nav{flex:0 0 auto;width:40px;height:40px;border-radius:50%;border:1px solid #ddd;background:#fff;font-size:20px;font-weight:900;color:#161616;cursor:pointer}
.campaign-nav:hover{border-color:#b5b5b5}
@media (max-width:600px){.campaign-nav{width:34px;height:34px;font-size:16px}}

.product-navigation{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:24px}
.prod-nav-item{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid #eee;border-radius:12px;text-decoration:none;color:inherit;background:#fff}
.prod-nav-item.next{flex-direction:row-reverse;text-align:right}
.prod-nav-item img{width:56px;height:56px;border-radius:8px;object-fit:cover;flex:0 0 auto;background:#f4f2ee}
.prod-nav-item small{display:block;color:#8a8a8a;font-size:12px;font-weight:700;margin-bottom:3px}
.prod-nav-item b{font-size:15px;font-weight:800}
@media (max-width:640px){.product-navigation{grid-template-columns:1fr}}

.product-video .video-embed{position:relative;width:100%;max-width:760px;margin:0 auto;padding-top:56.25%;border-radius:12px;overflow:hidden;background:#000}
.product-video .video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
@media (max-width:768px){.product-video .video-embed{max-width:100%}}

.typography-grid{display:grid;grid-template-columns:1fr;gap:12px}
.typo-field label{font-weight:700;font-size:13px;display:block;margin-bottom:6px}
.typo-row{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:8px}
@media (max-width:640px){.typo-row{grid-template-columns:1fr}}

.home-reference-cta small{font-size:15px!important;font-weight:600!important;color:#e4e6e8!important;margin-top:7px!important}
@media (max-width:640px){.home-reference-cta small{font-size:13px!important}}

/* V126 - header logosu siyah nav satirina tasindi, urunler.html 12 kategori govenimune donusturuldu, urun detay ince ayarlari */
/* eski .head-main CSS grid'i 4 sabit sutuna (logo/arama/iletisim/hamburger) gore kuruluydu; logo kaldirilinca grid bozuluyordu - flex'e cevrildi */
.head-main{display:flex!important;grid-template-columns:none!important;align-items:center!important;gap:14px!important}
.head-main .site-search{flex:1 1 auto!important;min-width:0!important}
.head-main .head-contact{flex:0 0 auto!important}
.head-main .menu-toggle{flex:0 0 auto!important}
@media (max-width:640px){
  .head-main{gap:8px!important}
  .head-main .site-search{order:1;flex-basis:100%!important;margin-top:8px!important}
  .head-main .head-contact{order:0}
  .head-main .menu-toggle{order:0}
}
/* V127: logo beyaz head-main alanina geri tasindi (dengeli, temiz yerlesim); nav-wrap artik orijinal (logo icermeyen) yapisina dondugu icin ozel zorlama kurallarina gerek kalmadi */
.head-logo{flex:0 0 auto!important;display:flex!important;align-items:center!important;text-decoration:none!important;order:-1}
.head-logo .logo{width:auto!important;height:52px!important;max-height:52px!important;max-width:210px!important;object-fit:contain!important;object-position:left center!important;filter:none!important}
@media (max-width:768px){
  .head-logo .logo{height:38px!important;max-height:38px!important;max-width:150px!important}
}
.head-contact span{display:none!important}
.wa-round{display:grid!important;place-items:center!important}
.wa-svg{display:block!important}
.mobile-wa{display:inline-flex!important;align-items:center!important;gap:6px!important}

.footer-map{margin-top:14px}
.footer-map iframe{width:100%;height:220px;border:0;border-radius:10px;display:block;filter:grayscale(.15)}
.footer-address{color:#ddd;font-size:13px;margin-top:8px;line-height:1.6}
.footer-map-link{display:inline-flex;align-items:center;gap:6px;margin-top:9px;font-weight:800;font-size:13px;color:#f1f1f1}
.footer-map-link:hover{color:var(--red,#e51d25)}

/* eski katalog UI (urunler.html) icin artik kullanilmayan elemanlar gizli - kategori govenim JS tarafindan yeniden yaziliyor */
.catalog-cat-view .home-cat-grid{margin-top:8px}
.catalog-back-link{display:inline-flex;align-items:center;gap:6px;margin-bottom:14px;font-weight:800;color:#b00d12;text-decoration:none;font-size:14px}
.catalog-back-link:hover{text-decoration:underline}

.product-groups-v40 .goldline{display:none!important}
.product-groups-v40 .section-head.compact-v40>a{display:none!important}

@media (min-width:1024px){
  .quick-request{padding:20px 26px!important;margin:22px 0!important}
  .quick-request-head{margin-bottom:14px!important}
  .quick-request-head h2{font-size:21px!important;margin:3px 0 4px!important}
  .quick-request-grid{gap:10px!important}
  .quick-request-grid input,.quick-request-grid textarea{padding:10px 12px!important}
  .quick-request-grid textarea{min-height:44px!important}
  .quick-request-actions{margin-top:10px!important}
}

.prod-nav-item img{width:72px!important;height:72px!important}
.prod-nav-item b{font-size:17px!important;font-weight:900!important}
.prod-nav-item{padding:16px!important;gap:14px!important}
