.visually-hidden{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}
.products-home-section{background:linear-gradient(180deg,#fff 0%,#f7f8fb 100%);position:relative;overflow:hidden;}
    .products-home-section:before{content:"";position:absolute;left:-140px;top:80px;width:320px;height:320px;border-radius:50%;background:rgba(212,175,55,.12);filter:blur(4px);}
    .products-carousel-shell{position:relative;}
    .products-carousel-viewport{overflow:hidden;padding:8px 4px 26px;margin-inline:-4px;}
    .products-carousel-track{display:flex;gap:24px;transition:transform .55s cubic-bezier(.2,.75,.25,1);will-change:transform;}
    .product-slide{flex:0 0 360px;background:#fff;border:1px solid var(--line);border-radius:32px;box-shadow:var(--soft);overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;}
    .product-slide:hover{transform:translateY(-8px);box-shadow:var(--shadow);border-color:rgba(212,175,55,.55);}
    .product-photo-wrap{height:220px;position:relative;overflow:hidden;background:#eef4ff;}
    .product-photo-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease,filter .45s ease;}
    .product-slide:hover .product-photo-wrap img{transform:scale(1.075);filter:saturate(1.08) contrast(1.04);}
    .product-photo-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,21,40,.04),rgba(8,21,40,.48));}
    .product-float-icon{position:absolute;left:18px;bottom:18px;z-index:2;width:60px;height:60px;border-radius:20px;display:grid;place-items:center;font-size:31px;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);box-shadow:0 18px 42px rgba(8,21,40,.20);}
    .product-slide-body{padding:24px;display:flex;flex-direction:column;gap:10px;min-height:310px;}
    .product-slide-body h3{font-size:22px;line-height:1.18;text-transform:uppercase;letter-spacing:.25px;margin-bottom:2px;color:var(--ink);}
    .product-slide-body p{margin:0;color:var(--muted);}
    .product-detail-btn{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;gap:10px;width:max-content;border:0;border-radius:999px;padding:13px 20px;font-weight:950;letter-spacing:.4px;color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary2) 55%,var(--gold));box-shadow:0 18px 42px rgba(20,88,168,.28);position:relative;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease;}
    .product-detail-btn:before{content:"";position:absolute;inset:0;transform:translateX(-110%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.32),transparent);transition:transform .55s ease;}
    .product-detail-btn:hover{transform:translateY(-3px);box-shadow:0 24px 54px rgba(20,88,168,.36);}
    .product-detail-btn:hover:before{transform:translateX(110%);}
    .product-detail-btn span{position:relative;transition:transform .22s ease;}
    .product-detail-btn:hover span{transform:translateX(4px);}
    .carousel-controls{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:16px;}
    .carousel-arrows{display:flex;gap:10px;}
    .carousel-btn{width:48px;height:48px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--primary);font-size:24px;font-weight:950;cursor:pointer;box-shadow:var(--soft);transition:transform .2s ease,background .2s ease,color .2s ease;}
    .carousel-btn:hover{transform:translateY(-3px);background:linear-gradient(135deg,var(--primary),var(--gold));color:#fff;}
    .carousel-dots{display:flex;gap:8px;align-items:center;justify-content:center;flex:1;}
    .carousel-dots button{width:9px;height:9px;border:0;border-radius:99px;background:#cbd5e1;cursor:pointer;transition:width .25s ease,background .25s ease;}
    .carousel-dots button.active{width:34px;background:linear-gradient(135deg,var(--primary),var(--gold));}
    .carousel-hint{color:var(--muted);font-weight:850;font-size:14px;}
    .partners-premium-section{position:relative;background:linear-gradient(180deg,#ffffff 0%,#f7f8fb 100%);overflow:hidden;}
    .partners-premium-section:before{content:"";position:absolute;right:-160px;top:90px;width:360px;height:360px;border-radius:50%;background:rgba(20,88,168,.08);filter:blur(5px);}
    .partners-premium-wrap{position:relative;background:rgba(255,255,255,.88);border:1px solid var(--line);border-radius:36px;box-shadow:var(--soft);padding:34px;}
    .partners-premium-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;align-items:stretch;margin-top:30px;max-width:960px;margin-left:auto;margin-right:auto;}
    .partner-premium-card{min-height:210px;background:#fff;border:1px solid var(--line);border-radius:30px;box-shadow:0 14px 42px rgba(8,21,40,.08);display:grid;place-items:center;padding:34px;cursor:default;user-select:none;position:relative;overflow:hidden;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;}
    .partner-premium-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(212,175,55,.16),transparent 42%);opacity:0;transition:opacity .28s ease;}
    .partner-premium-card:hover{transform:translateY(-8px) scale(1.015);box-shadow:0 26px 74px rgba(8,21,40,.16);border-color:rgba(212,175,55,.55);}
    .partner-premium-card:hover:before{opacity:1;}
    .partner-premium-card img{position:relative;z-index:1;display:block;width:100%;max-width:390px;max-height:132px;object-fit:contain;filter:saturate(.98);transition:transform .28s ease,filter .28s ease;}
    .partner-premium-card:hover img{transform:scale(1.045);filter:saturate(1.06) contrast(1.03);}
    .partner-premium-card.turkiye img{max-width:520px;max-height:150px;}
    .partner-premium-note{max-width:760px;margin:20px auto 0;text-align:center;color:var(--muted);font-weight:700;}
    @media(max-width:980px){.product-slide{flex-basis:330px;}.product-photo-wrap{height:200px;}.partners-premium-grid{gap:20px;}.partner-premium-card{min-height:180px;padding:26px;}}
    @media(max-width:700px){.partners-premium-grid{grid-template-columns:1fr;}.partners-premium-wrap{padding:24px;}.partner-premium-card{min-height:160px;}}
    @media(max-width:640px){.products-carousel-viewport{overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:18px;}.products-carousel-track{transform:none!important;}.product-slide{flex:0 0 84vw;scroll-snap-align:start;}.carousel-arrows,.carousel-dots,.carousel-hint{display:none;}.product-slide-body{min-height:330px;}.product-detail-btn{width:100%;}}
a.whatsapp,.fixed-whatsapp,.floating-whatsapp,#whatsappButton,#audioPlayBtn,.floating-audio,.audio-reader{display:none!important}
.engineering-insurance-section{padding:74px 0 92px;background:linear-gradient(180deg,#f7f8fb 0%,#fff 100%)}
.engineering-insurance-heading{max-width:850px;margin:0 auto 38px;text-align:center}.engineering-insurance-eyebrow{margin:0 0 8px;color:#b78b18;font-weight:900;letter-spacing:.11em;font-size:13px}.engineering-insurance-heading h2{margin:0;color:var(--ink);font-size:clamp(30px,4vw,46px);line-height:1.12}.engineering-insurance-heading>p:last-child{max-width:680px;margin:14px auto 0;color:var(--muted)}
.engineering-insurance-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;align-items:stretch;max-width:1050px;margin:0 auto}.engineering-insurance-card{min-width:0;border:1px solid rgba(8,21,40,.10);border-radius:25px;background:#fff;overflow:hidden;box-shadow:0 14px 42px rgba(8,21,40,.09);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.engineering-insurance-card:hover{transform:translateY(-7px);box-shadow:0 24px 64px rgba(8,21,40,.16);border-color:rgba(212,175,55,.52)}
.engineering-insurance-link{display:block;height:100%;color:inherit;text-decoration:none}.engineering-insurance-link:focus-visible{outline:3px solid #d4af37;outline-offset:4px}.engineering-insurance-media{position:relative;aspect-ratio:16/10;overflow:hidden;background:#e7edf5}.engineering-insurance-media::after{content:"";position:absolute;inset:auto 0 0;height:32%;background:linear-gradient(180deg,transparent,rgba(7,18,38,.32));pointer-events:none}.engineering-insurance-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .4s ease,filter .4s ease}.engineering-insurance-card:hover img{transform:scale(1.055);filter:saturate(1.06) contrast(1.03)}
.engineering-insurance-content{min-height:112px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:21px}.engineering-insurance-content h3{margin:0;color:#0b2a4a;font-size:18px;line-height:1.34;letter-spacing:.015em}.engineering-insurance-arrow{flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(135deg,#0b2a4a,#d4af37);font-size:20px;transition:transform .2s ease}.engineering-insurance-card:hover .engineering-insurance-arrow{transform:translateX(3px)}
:root[data-theme="dark"] .engineering-insurance-section{background:linear-gradient(180deg,#080f1f,#0b1222)}:root[data-theme="dark"] .engineering-insurance-card{background:#0f172a;border-color:rgba(255,255,255,.12)}:root[data-theme="dark"] .engineering-insurance-content h3{color:#f8fafc}
@media(max-width:700px){.engineering-insurance-section{padding:52px 0 72px}.engineering-insurance-grid{grid-template-columns:1fr;gap:18px}.engineering-insurance-content{min-height:100px}.engineering-insurance-content h3{font-size:16px}}@media(prefers-reduced-motion:reduce){.engineering-insurance-card,.engineering-insurance-media img,.engineering-insurance-arrow{transition:none}}
.inka-footer-section{display:block;width:100%;clear:both;background:#071a2f;color:#fff;margin:0;padding:0;font-family:inherit}
.inka-footer-container{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:52px 0 36px;display:grid;grid-template-columns:1.05fr 1.7fr 1.15fr 1.45fr;gap:34px;align-items:start}
.inka-footer-col{min-width:0}.inka-footer-col h3{color:#fff;margin:0 0 18px;font-size:18px}.inka-footer-col p{color:#dbe7f3;line-height:1.65;margin:0 0 12px}
.inka-footer-brand-logo{display:block;max-width:190px;height:auto;margin:0 0 18px}.inka-footer-col ul{list-style:none;padding:0;margin:0}.inka-footer-col li{margin:0 0 10px}
.inka-footer-col a{color:#dbe7f3;text-decoration:none}.inka-footer-col a:hover{color:#fff;text-decoration:underline}.inka-footer-double-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.inka-contact-item{display:flex;gap:10px;align-items:flex-start;margin:0 0 12px}.inka-contact-emoji{flex:0 0 auto}.inka-contact-item p{margin:0}
.inka-footer-bottom{border-top:1px solid rgba(255,255,255,.14);background:#051426}.inka-footer-bottom-container{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:18px 0;display:flex;justify-content:space-between;align-items:center;gap:20px}.inka-footer-copyright{margin:0;color:#c9d6e3}
@media(max-width:980px){.inka-footer-container{grid-template-columns:1fr 1fr}.inka-footer-contact{grid-column:1/-1}}
@media(max-width:640px){.inka-footer-container{width:min(100% - 28px,1180px);grid-template-columns:1fr;padding:38px 0 26px;gap:28px}.inka-footer-contact{grid-column:auto}.inka-footer-double-wrapper{grid-template-columns:1fr}.inka-footer-bottom-container{width:min(100% - 28px,1180px);display:block}.inka-footer-copyright{text-align:center}}
.inka-footer-section { background-color: #071226 !important; color: #ffffff !important; padding: 60px 20px 0 20px !important; font-family: sans-serif !important; font-size: 14px !important; line-height: 1.6 !important; display: block !important; clear: both !important; }
    .inka-footer-container { max-width: 1200px !important; margin: 0 auto !important; display: flex !important; flex-wrap: wrap !important; justify-content: space-between !important; }
    .inka-footer-col { flex: 1 !important; min-width: 220px !important; margin-bottom: 30px !important; padding: 0 15px !important; box-sizing: border-box !important; }
    .inka-footer-about { flex: 1.2 !important; }
    .inka-footer-logo { max-width: 180px !important; height: auto !important; margin-bottom: 20px !important; filter: brightness(0) invert(1) !important; }
    .inka-footer-about p { color: #e0e0e0 !important; font-size: 13.5px !important; margin: 0 !important; }
    .inka-footer-double { flex: 2 !important; min-width: 320px !important; }
    .inka-footer-double-wrapper { display: flex !important; justify-content: space-between !important; }
    .inka-footer-double-wrapper ul { flex: 1 !important; padding: 0 !important; margin: 0 !important; list-style: none !important; list-style-type: none !important; }
    .inka-footer-col h3 { font-size: 16px !important; font-weight: 600 !important; color: #ffffff !important; margin: 0 0 20px 0 !important; }
    .inka-footer-col ul { list-style: none !important; list-style-type: none !important; padding: 0 !important; margin: 0 !important; }
    .inka-footer-col ul li { margin-bottom: 10px !important; list-style: none !important; list-style-type: none !important; background: none !important; padding: 0 !important; }
    .inka-footer-col ul li::before { content: "" !important; display: none !important; }
    .inka-footer-col ul li a { color: #cccccc !important; text-decoration: none !important; transition: color 0.2s ease !important; background: none !important; display: inline-block !important; }
    .inka-footer-col ul li a:hover { color: #e31e24 !important; }
    .inka-footer-contact .inka-contact-item { display: flex !important; align-items: flex-start !important; margin-bottom: 15px !important; }
    .inka-footer-contact .inka-contact-emoji { margin-right: 10px !important; font-size: 16px !important; }
    .inka-footer-contact p { margin: 0 !important; color: #e0e0e0 !important; }
    .inka-footer-contact p strong { color: #ffffff !important; }
    .inka-footer-contact a { color: #e0e0e0 !important; text-decoration: none !important; }
    .inka-footer-contact a:hover { color: #e31e24 !important; }
    .inka-footer-bottom { border-top: 1px solid #e31e24 !important; padding: 20px 0 !important; background-color: #050d1c !important; margin-top: 30px !important; margin-left: -20px !important; margin-right: -20px !important; }
    .inka-footer-bottom-container { max-width: 1200px !important; margin: 0 auto !important; display: flex !important; justify-content: space-between !important; align-items: center; padding: 0 20px !important; }
    .inka-footer-copyright { margin: 0 !important; color: #ffffff !important; font-size: 13px !important; }
    .inka-footer-social { display: flex !important; gap: 10px !important; }
    .inka-footer-social-icon { display: inline-flex !important; align-items: center !important; justify-content: center !important; width: 32px !important; height: 32px !important; background-color: #e31e24 !important; color: #ffffff !important; border-radius: 50% !important; text-decoration: none !important; font-size: 14px !important; }
    @media (max-width: 768px) {
        .inka-footer-container { flex-direction: column !important; }
        .inka-footer-double-wrapper { flex-direction: column !important; }
        .inka-footer-bottom-container { flex-direction: column !important; gap: 15px !important; text-align: center !important; }
    }
.inka-footer-section { background-color: #071226 !important; color: #ffffff !important; padding: 60px 20px 0 20px !important; font-family: sans-serif !important; font-size: 14px !important; line-height: 1.6 !important; display: block !important; clear: both !important; }
    .inka-footer-container { max-width: 1200px !important; margin: 0 auto !important; display: flex !important; flex-wrap: wrap !important; justify-content: space-between !important; }
    .inka-footer-col { flex: 1 !important; min-width: 220px !important; margin-bottom: 30px !important; padding: 0 15px !important; box-sizing: border-box !important; }
    .inka-footer-about { flex: 1.2 !important; }
    .inka-footer-logo { max-width: 180px !important; height: auto !important; margin-bottom: 20px !important; filter: brightness(0) invert(1) !important; }
    .inka-footer-about p { color: #e0e0e0 !important; font-size: 13.5px !important; margin: 0 !important; }
    .inka-footer-double { flex: 2 !important; min-width: 320px !important; }
    
    /* GÜNCELLEME: İki liste sütunu arası boşluk daraltıldı */
    .inka-footer-double-wrapper { display: flex !important; justify-content: flex-start !important; gap: 40px !important; }
    .inka-footer-double-wrapper ul { flex: none !important; width: auto !important; padding: 0 !important; margin: 0 !important; list-style: none !important; list-style-type: none !important; }
    
    .inka-footer-col h3 { font-size: 16px !important; font-weight: 600 !important; color: #ffffff !important; margin: 0 0 20px 0 !important; }
    .inka-footer-col ul { list-style: none !important; list-style-type: none !important; padding: 0 !important; margin: 0 !important; }
    .inka-footer-col ul li { margin-bottom: 10px !important; list-style: none !important; list-style-type: none !important; background: none !important; padding: 0 !important; }
    .inka-footer-col ul li::before { content: "" !important; display: none !important; }
    .inka-footer-col ul li a { color: #cccccc !important; text-decoration: none !important; transition: color 0.2s ease !important; background: none !important; display: inline-block !important; }
    .inka-footer-col ul li a:hover { color: #e31e24 !important; }
    .inka-footer-contact .inka-contact-item { display: flex !important; align-items: flex-start !important; margin-bottom: 15px !important; }
    .inka-footer-contact .inka-contact-emoji { margin-right: 10px !important; font-size: 16px !important; }
    .inka-footer-contact p { margin: 0 !important; color: #e0e0e0 !important; }
    .inka-footer-contact p strong { color: #ffffff !important; }
    .inka-footer-contact a { color: #e0e0e0 !important; text-decoration: none !important; }
    .inka-footer-contact a:hover { color: #e31e24 !important; }
    .inka-footer-bottom { border-top: 1px solid #e31e24 !important; padding: 20px 0 !important; background-color: #050d1c !important; margin-top: 30px !important; margin-left: -20px !important; margin-right: -20px !important; }
    .inka-footer-bottom-container { max-width: 1200px !important; margin: 0 auto !important; display: flex !important; justify-content: space-between !important; align-items: center; padding: 0 20px !important; }
    .inka-footer-copyright { margin: 0 !important; color: #ffffff !important; font-size: 13px !important; }
    .inka-footer-social { display: flex !important; gap: 10px !important; }
    .inka-footer-social-icon { display: inline-flex !important; align-items: center !important; justify-content: center !important; width: 32px !important; height: 32px !important; background-color: #e31e24 !important; color: #ffffff !important; border-radius: 50% !important; text-decoration: none !important; font-size: 14px !important; }
    @media (max-width: 768px) {
        .inka-footer-container { flex-direction: column !important; }
        .inka-footer-double-wrapper { flex-direction: column !important; gap: 10px !important; }
        .inka-footer-bottom-container { flex-direction: column !important; gap: 15px !important; text-align: center !important; }
    }
.inka-footer-section { background-color: #071226 !important; color: #ffffff !important; padding: 60px 20px 0 20px !important; font-family: sans-serif !important; font-size: 14px !important; line-height: 1.6 !important; display: block !important; clear: both !important; }
    .inka-footer-container { max-width: 1200px !important; margin: 0 auto !important; display: flex !important; flex-wrap: wrap !important; justify-content: space-between !important; }
    .inka-footer-col { flex: 1 !important; min-width: 250px !important; margin-bottom: 30px !important; padding: 0 15px !important; box-sizing: border-box !important; }
    .inka-footer-about { flex: 1.2 !important; }
    .inka-footer-logo { max-width: 180px !important; height: auto !important; margin-bottom: 20px !important; filter: brightness(0) invert(1) !important; }
    .inka-footer-about p { color: #e0e0e0 !important; font-size: 13.5px !important; margin: 0 !important; }
    .inka-footer-double { flex: 2 !important; min-width: 320px !important; }
    
    /* GÜNCELLEME: İki liste sütunu arası boşluk daraltıldı */
    .inka-footer-double-wrapper { display: flex !important; justify-content: flex-start !important; gap: 40px !important; }
    .inka-footer-double-wrapper ul { flex: none !important; width: auto !important; padding: 0 !important; margin: 0 !important; list-style: none !important; list-style-type: none !important; }
    
    .inka-footer-col h3 { font-size: 16px !important; font-weight: 600 !important; color: #ffffff !important; margin: 0 0 20px 0 !important; }
    .inka-footer-col ul { list-style: none !important; list-style-type: none !important; padding: 0 !important; margin: 0 !important; }
    .inka-footer-col ul li { margin-bottom: 10px !important; list-style: none !important; list-style-type: none !important; background: none !important; padding: 0 !important; }
    .inka-footer-col ul li::before { content: "" !important; display: none !important; }
    .inka-footer-col ul li a { color: #cccccc !important; text-decoration: none !important; transition: color 0.2s ease !important; background: none !important; display: inline-block !important; }
    .inka-footer-col ul li a:hover { color: #e31e24 !important; }
    .inka-footer-contact .inka-contact-item { display: flex !important; align-items: flex-start !important; margin-bottom: 15px !important; }
    .inka-footer-contact .inka-contact-emoji { margin-right: 10px !important; font-size: 16px !important; }
    .inka-footer-contact p { margin: 0 !important; color: #e0e0e0 !important; }
    .inka-footer-contact p strong { color: #ffffff !important; }
    .inka-footer-contact a { color: #e0e0e0 !important; text-decoration: none !important; }
    .inka-footer-contact a:hover { color: #e31e24 !important; }
    .inka-footer-bottom { border-top: 1px solid #e31e24 !important; padding: 20px 0 !important; background-color: #050d1c !important; margin-top: 30px !important; margin-left: -20px !important; margin-right: -20px !important; }
    .inka-footer-bottom-container { max-width: 1200px !important; margin: 0 auto !important; display: flex !important; justify-content: space-between !important; align-items: center; padding: 0 20px !important; }
    .inka-footer-copyright { margin: 0 !important; color: #ffffff !important; font-size: 13px !important; }
    .inka-footer-social { display: flex !important; gap: 10px !important; }
    .inka-footer-social-icon { display: inline-flex !important; align-items: center !important; justify-content: center !important; width: 32px !important; height: 32px !important; background-color: #e31e24 !important; color: #ffffff !important; border-radius: 50% !important; text-decoration: none !important; font-size: 14px !important; }
    @media (max-width: 768px) {
        .inka-footer-container { flex-direction: column !important; }
        .inka-footer-double-wrapper { flex-direction: column !important; gap: 10px !important; }
        .inka-footer-bottom-container { flex-direction: column !important; gap: 15px !important; text-align: center !important; }
    }
