
.footer-logo{display:none!important}
*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Montserrat,Arial,sans-serif;color:#111;background:#fff}.container{width:93%;max-width:1480px;margin:auto}a{text-decoration:none;color:inherit}.top{height:42px;background:#050505;color:white;font-size:14px}.top-inner{height:42px;display:flex;justify-content:space-between;align-items:center}.top-inner div{display:flex;gap:28px}header{background:#090909;color:white}.header-inner{height:108px;display:grid;grid-template-columns:300px 1fr 260px;gap:30px;align-items:center}.logo{width:260px}.search{height:56px;display:grid;grid-template-columns:1fr 190px 60px;background:#1a1b1e;border:1px solid #333;border-radius:5px;overflow:hidden}.search input,.search select{background:transparent;border:0;color:#ddd;padding:0 22px;font-family:inherit}.search button{background:#e50012;color:white;border:0;font-size:30px}.phone b{display:block;font-size:20px}.phone small{color:#ddd}.menu{background:#070707;border-top:1px solid #222;border-bottom:1px solid #222}.menu-inner{height:68px;display:flex}.menu a{height:68px;padding:0 48px;display:grid;place-items:center;font-weight:800;font-size:16px}.menu .active{background:#e50012}.hero{height:560px;background:linear-gradient(90deg,rgba(0,0,0,.96),rgba(0,0,0,.72),rgba(0,0,0,.18)),url('https://images.unsplash.com/photo-1558981806-ec527fa84c39?q=80&w=1800&auto=format&fit=crop') center right/cover no-repeat;color:white}.hero-inner{height:100%;display:flex;flex-direction:column;justify-content:center}.hero h1{font-size:62px;line-height:1.08;font-style:italic;font-weight:900;letter-spacing:-2px}.hero span{color:#ff0010}.hero p{font-size:19px;line-height:1.7;margin:24px 0 38px}.btn{background:#e50012;width:max-content;padding:20px 30px;border-radius:5px;font-weight:900}.benefits{background:#0a0b0d;color:white}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr)}.benefits-grid div{min-height:105px;border-right:1px solid #333;padding:28px}.benefits p{font-size:14px;color:#ddd;margin-top:6px}.products,.page{background:#f6f6f6;padding:48px 0}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}.section-title h1,.section-title h2{font-size:30px;font-weight:900}.section-title span{display:block;width:46px;height:3px;background:#e50012;margin-top:12px}.section-title p{font-size:14px;color:#555;font-weight:700}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}.filters button{border:1px solid #ddd;background:white;padding:12px 16px;border-radius:4px;font-weight:800;cursor:pointer}.filters button.active,.filters button:hover{background:#e50012;color:white;border-color:#e50012}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:white;border-radius:8px;box-shadow:0 10px 22px rgba(0,0,0,.06);overflow:hidden;transition:.25s}.product-card:hover{transform:translateY(-4px);box-shadow:0 14px 28px rgba(0,0,0,.1)}.product-img{display:block;height:175px;background:#eee;position:relative;overflow:hidden}.product-img:before{content:'';position:absolute;inset:34px;border-radius:16px;background:linear-gradient(135deg,#ddd,#111)}.product-img:after{content:'';position:absolute;left:50%;bottom:24px;transform:translateX(-50%);width:55%;height:18px;background:#e50012;border-radius:50%;filter:blur(12px);opacity:.3}.product-img.brake:before{border-radius:50%;background:radial-gradient(circle,#fff 0 10%,#333 11% 18%,#ddd 19% 58%,#777 59% 62%,transparent 63%)}.product-img.pad:before{inset:55px 45px;background:linear-gradient(135deg,#111,#444);border-radius:12px}.product-img.regulator:before{background:repeating-linear-gradient(90deg,#080808 0 14px,#252525 15px 25px)}.product-img.cable:before{background:transparent;border:14px solid #111;border-radius:50%}.product-img.oil:before{inset:38px 60px;background:linear-gradient(#111,#333);border-radius:12px}.product-img.filter:before{background:repeating-linear-gradient(90deg,#e00010 0 8px,#111 9px 14px);border:10px solid #181818}.product-img.accessory:before{border-radius:30px;background:linear-gradient(90deg,#111,#999,#111)}.product-body{padding:20px}.cat{display:inline-block;background:#111;color:white;font-size:11px;font-weight:900;padding:6px 8px;border-radius:3px;margin-bottom:12px}.product-body h3{font-size:20px;margin-bottom:10px}.product-body p{font-size:14px;line-height:1.5;color:#333;margin-bottom:5px}.quote{margin-top:18px;display:inline-block;background:#e50012;color:white;font-weight:900;padding:12px 16px;border-radius:4px}.promo-section{background:#f6f6f6;padding:0 0 42px}.promos{display:grid;grid-template-columns:1fr 1fr;gap:20px}.promo{height:245px;border-radius:6px;padding:36px;color:white;background:radial-gradient(circle at 72% 45%,#e50012,transparent 24%),linear-gradient(135deg,#000,#222);display:flex;flex-direction:column;justify-content:center}.promo.second{background:linear-gradient(90deg,#0b0b0b,#777)}.promo h2{font-size:33px;line-height:1.15;margin-bottom:16px}.promo p{font-size:17px;margin-bottom:25px}.promo a{border:1px solid white;width:max-content;padding:14px 22px;border-radius:4px;font-weight:800;font-size:13px}.brands{padding:22px 3% 38px;text-align:center}.brands h2{font-size:24px;font-weight:900;margin-bottom:22px}.brands h2:after{content:'';display:block;width:42px;height:3px;background:#e50012;margin:10px auto 0}.brand-list{display:flex;justify-content:center;gap:26px;flex-wrap:wrap;color:#555;font-size:18px;font-weight:900}.detail-card{background:white;border-radius:10px;padding:35px;display:grid;grid-template-columns:360px 1fr;gap:35px;box-shadow:0 10px 22px rgba(0,0,0,.06)}.detail-card .product-img{height:320px;border-radius:8px}.specs{display:grid;grid-template-columns:180px 1fr;gap:12px;margin:25px 0}.specs b{color:#111}.seo-text{background:white;margin-top:25px;padding:28px;border-radius:8px;line-height:1.7}footer{background:#060708;color:white;padding-top:45px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.25fr;gap:44px}.footer-logo{width:245px;margin-bottom:18px}footer p,footer a{display:block;color:#d0d0d0;font-size:14px;line-height:1.65;margin-bottom:9px}footer h4{margin-bottom:16px}.copy{border-top:1px solid #202020;margin-top:35px;padding:20px 0;color:#ccc}.whatsapp{position:fixed;right:32px;bottom:35px;z-index:99;background:#17b83e;color:#fff;border-radius:12px;padding:14px 22px;box-shadow:0 10px 30px rgba(0,0,0,.25);font-weight:800;text-align:center}@media(max-width:1100px){.header-inner{grid-template-columns:1fr;height:auto;padding:18px 0}.phone{display:none}.menu-inner{overflow-x:auto}.menu a{padding:0 24px}.hero h1{font-size:46px}.benefits-grid,.product-grid,.promos,.footer-grid,.detail-card{grid-template-columns:1fr 1fr}.brand-list{gap:22px}}@media(max-width:700px){.top{display:none}.search{grid-template-columns:1fr 52px}.search select{display:none}.hero{height:520px}.hero h1{font-size:36px}.hero p{font-size:15px}.benefits-grid,.product-grid,.promos,.footer-grid,.detail-card{grid-template-columns:1fr}.logo,.footer-logo{width:210px}.section-title{display:block}.specs{grid-template-columns:1fr}.whatsapp{right:14px;bottom:14px}}

.vehicle-search{background:#111;padding:36px 0;color:#fff}
.vehicle-search-box{background:linear-gradient(135deg,#090909,#1d1d1d);border:1px solid #2b2b2b;border-radius:12px;padding:28px;box-shadow:0 14px 34px rgba(0,0,0,.22)}
.vehicle-title{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}
.vehicle-title h2{font-size:30px;font-weight:900}
.vehicle-title p{color:#d0d0d0;font-size:15px}
.vehicle-form{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.vehicle-form select,.vehicle-form button{height:54px;border:1px solid #333;border-radius:6px;padding:0 16px;font-family:inherit;font-weight:700;background:#fff;color:#111}
.vehicle-form button{background:#e50012;color:#fff;border-color:#e50012;cursor:pointer;font-weight:900}
.vehicle-form select:disabled{opacity:.55}
.search-empty{grid-column:1/-1;background:#fff;border-radius:8px;padding:28px;text-align:center;font-weight:800;color:#111}
@media(max-width:900px){.vehicle-title{display:block}.vehicle-title h2{font-size:24px;margin-bottom:8px}.vehicle-form{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.vehicle-form{grid-template-columns:1fr}}


body{
background:#f5f6f8!important;
color:#161616!important;
}

/* Professional About page */
.about-pro-hero{
position:relative;
min-height:520px;
display:flex;
align-items:center;
overflow:hidden;
background:#080808;
color:#fff;
}

.about-pro-hero-bg{
position:absolute;
inset:0;
background:
linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.54) 46%,rgba(0,0,0,.18)),
url('/assets/hero/tigsa-hero-deep-final.png') center 54%/cover no-repeat;
}

.about-pro-hero-inner{
position:relative;
z-index:2;
padding:80px 0;
}

.about-pro-hero-inner > div{
max-width:760px;
}

.about-pro-hero span,
.about-section-head span,
.about-pro-kicker,
.about-cta-box span{
display:inline-block;
font-size:12px;
font-weight:900;
letter-spacing:1.6px;
color:#d71920;
text-transform:uppercase;
margin-bottom:16px;
}

.about-pro-hero h1{
font-size:58px;
line-height:1.04;
font-weight:900;
letter-spacing:0;
margin-bottom:22px;
color:#fff;
}

.about-pro-hero p{
font-size:19px;
line-height:1.75;
color:#f3f3f3;
max-width:680px;
}

.about-pro-actions{
display:flex;
gap:14px;
flex-wrap:wrap;
margin-top:30px;
}

.about-pro-actions a,
.about-cta-box a{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:52px;
padding:0 22px;
border-radius:8px;
background:#d71920;
color:#fff!important;
font-weight:900;
text-decoration:none!important;
}

.about-pro-actions a.secondary{
background:rgba(255,255,255,.12);
border:1px solid rgba(255,255,255,.45);
}

.about-pro-stats{
background:#fff;
padding:0 0 34px;
}

.about-pro-stats-grid{
margin-top:-46px;
position:relative;
z-index:4;
display:grid;
grid-template-columns:repeat(4,1fr);
border-radius:12px;
overflow:hidden;
box-shadow:0 18px 44px rgba(0,0,0,.16);
background:#111;
}

.about-pro-stats-grid div{
min-height:106px;
display:flex;
flex-direction:column;
justify-content:center;
padding:22px 28px;
border-right:1px solid rgba(255,255,255,.12);
color:#fff;
}

.about-pro-stats-grid div:last-child{
border-right:0;
}

.about-pro-stats-grid strong{
font-size:36px;
font-weight:900;
color:#fff;
line-height:1;
}

.about-pro-stats-grid span{
font-size:13px;
font-weight:800;
color:#d8d8d8;
text-transform:uppercase;
margin-top:8px;
}

.about-pro-section{
background:#f5f6f8;
padding:72px 0;
}

.about-pro-two-col{
display:grid;
grid-template-columns:minmax(0,1.3fr) minmax(360px,.7fr);
gap:34px;
align-items:stretch;
margin-bottom:34px;
}

.about-pro-copy,
.about-pro-panel,
.about-pro-card,
.about-process-step,
.about-cta-box{
background:#fff;
border:1px solid #e8e8e8;
border-radius:10px;
box-shadow:0 12px 34px rgba(0,0,0,.05);
}

.about-pro-copy{
padding:42px;
}

.about-pro-copy h2,
.about-section-head h2,
.about-cta-box h2{
font-size:38px;
line-height:1.16;
font-weight:900;
color:#111;
margin-bottom:18px;
}

.about-pro-copy p{
font-size:16px;
line-height:1.85;
color:#555;
margin-bottom:16px;
}

.about-pro-copy .lead{
font-size:20px;
font-weight:700;
color:#202020;
}

.about-pro-panel{
padding:36px;
background:linear-gradient(180deg,#141414,#090909);
color:#fff;
}

.about-pro-panel h3{
font-size:30px;
font-weight:900;
margin-bottom:14px;
}

.about-pro-panel p{
font-size:15px;
line-height:1.8;
color:#d7d7d7;
margin-bottom:24px;
}

.about-pro-panel ul{
list-style:none;
display:grid;
gap:12px;
}

.about-pro-panel li{
padding:13px 14px;
border:1px solid rgba(255,255,255,.12);
border-radius:8px;
background:rgba(255,255,255,.06);
font-size:14px;
font-weight:800;
}

.about-pro-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:18px;
}

.about-pro-card{
padding:28px;
}

.about-pro-card h3{
font-size:21px;
font-weight:900;
line-height:1.2;
margin-bottom:12px;
color:#111;
}

.about-pro-card p{
font-size:14px;
line-height:1.75;
color:#606060;
}

.about-process{
padding:74px 0;
background:#fff;
}

.about-section-head{
max-width:720px;
margin-bottom:32px;
}

.about-process-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:18px;
}

.about-process-step{
padding:28px;
position:relative;
overflow:hidden;
}

.about-process-step span{
display:block;
font-size:34px;
font-weight:900;
color:#d71920;
margin-bottom:22px;
}

.about-process-step h3{
font-size:20px;
font-weight:900;
margin-bottom:10px;
}

.about-process-step p{
font-size:14px;
line-height:1.75;
color:#606060;
}

.about-cta{
background:#f5f6f8;
padding:0 0 72px;
}

.about-cta-box{
padding:38px 42px;
display:flex;
align-items:center;
justify-content:space-between;
gap:28px;
background:#111;
color:#fff;
}

.about-cta-box h2{
color:#fff;
margin-bottom:10px;
}

.about-cta-box p{
max-width:760px;
font-size:16px;
line-height:1.75;
color:#ddd;
}

@media(max-width:1100px){
.about-pro-grid,
.about-process-grid{
grid-template-columns:repeat(2,1fr);
}
.about-pro-two-col{
grid-template-columns:1fr;
}
}

@media(max-width:700px){
.about-pro-hero{
min-height:520px;
}
.about-pro-hero h1{
font-size:36px;
}
.about-pro-hero p{
font-size:16px;
}
.about-pro-stats-grid,
.about-pro-grid,
.about-process-grid{
grid-template-columns:1fr;
}
.about-pro-stats-grid div{
border-right:0;
border-bottom:1px solid rgba(255,255,255,.12);
}
.about-pro-copy,
.about-pro-panel,
.about-pro-card,
.about-process-step,
.about-cta-box{
padding:24px;
}
.about-pro-copy h2,
.about-section-head h2,
.about-cta-box h2{
font-size:28px;
}
.about-cta-box{
display:block;
}
.about-cta-box a{
margin-top:20px;
}
}

.top{
background:#ffffff!important;
color:#222!important;
border-bottom:1px solid #ececec;
}

header{
background:#ffffff!important;
color:#111!important;
box-shadow:0 2px 18px rgba(0,0,0,.05);
}

.menu{
background:#ffffff!important;
border-top:1px solid #f0f0f0!important;
border-bottom:1px solid #f0f0f0!important;
}

.menu a{
color:#111!important;
}

.search{
background:#f5f5f5!important;
border:1px solid #e3e3e3!important;
}

.search input,.search select{
color:#111!important;
}

.phone small{
color:#666!important;
}

.hero{
height:640px!important;
background:
linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.84),rgba(255,255,255,.4)),
url('https://images.unsplash.com/photo-1486262715619-67b85e0b08d3?q=80&w=1800&auto=format&fit=crop') center right/cover no-repeat!important;
}

.hero h1{
color:#111!important;
}

.hero p{
color:#444!important;
}

.benefits{
background:#ffffff!important;
color:#111!important;
border-top:1px solid #ececec!important;
border-bottom:1px solid #ececec!important;
}

.benefits p{
color:#666!important;
}

.products,.page,.promo-section{
background:#f5f6f8!important;
}

.product-card{
background:#ffffff!important;
border:1px solid #ececec;
}

.product-body p{
color:#555!important;
}

.product-img{
background:#f0f1f3!important;
}

.vehicle-search{
background:#f5f6f8!important;
}

.vehicle-search-box{
background:#ffffff!important;
border:1px solid #ececec!important;
box-shadow:0 10px 28px rgba(0,0,0,.05)!important;
}

.vehicle-title h2{
color:#111!important;
}

.vehicle-title p{
color:#666!important;
}

.brands{
background:#ffffff!important;
}

.why-tigsa{
padding:90px 0;
background:#ffffff;
}

.why-head{
text-align:center;
margin-bottom:50px;
}

.why-head h2{
font-size:42px;
font-weight:900;
margin-bottom:16px;
}

.why-head p{
max-width:850px;
margin:auto;
color:#666;
line-height:1.7;
font-size:18px;
}

.why-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:24px;
}

.why-card{
background:#f5f6f8;
padding:34px;
border-radius:14px;
border:1px solid #ececec;
}

.why-card h3{
font-size:18px;
margin-bottom:14px;
}

.why-card p{
line-height:1.7;
color:#555;
}

.stats{
background:#111;
padding:60px 0;
color:#fff;
}

.stats-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
text-align:center;
}

.stats strong{
display:block;
font-size:52px;
font-weight:900;
margin-bottom:10px;
color:#ff0012;
}

.stats span{
font-size:18px;
color:#ddd;
}

footer{
background:#0b0b0c!important;
}

.footer-social-link{
display:inline-flex;
align-items:center;
gap:8px;
width:max-content;
color:#fff;
font-weight:800;
}

.footer-social-link svg{
display:block;
color:#e50012;
}

@media(max-width:1000px){
.why-grid,.stats-grid{
grid-template-columns:1fr 1fr;
}
}

@media(max-width:700px){
.hero{
height:540px!important;
background-position:center right!important;
}

.why-grid,.stats-grid{
grid-template-columns:1fr;
}

.why-head h2{
font-size:32px;
}
}

.category-open-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:22px;
}
.category-open-card{
background:#fff;
border:1px solid #ececec;
border-radius:12px;
padding:32px;
box-shadow:0 10px 24px rgba(0,0,0,.05);
transition:.25s;
position:relative;
min-height:160px;
}
.category-open-card:hover{
transform:translateY(-4px);
box-shadow:0 14px 30px rgba(0,0,0,.09);
border-color:#e50012;
}
.category-open-card h3{
font-size:22px;
margin-bottom:12px;
}
.category-open-card p{
color:#666;
}
.category-open-card span{
position:absolute;
right:24px;
bottom:20px;
color:#e50012;
font-size:28px;
font-weight:900;
}
@media(max-width:1000px){.category-open-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.category-open-grid{grid-template-columns:1fr}}


.contact-layout{
display:grid;
grid-template-columns:420px 1fr;
gap:30px;
align-items:stretch;
}

.contact-card{
background:#fff;
border-radius:16px;
padding:40px;
border:1px solid #ececec;
box-shadow:0 10px 28px rgba(0,0,0,.05);
}

.contact-card h2{
font-size:34px;
margin-bottom:30px;
}

.contact-item{
margin-bottom:26px;
}

.contact-item strong{
display:block;
font-size:15px;
margin-bottom:8px;
color:#666;
}

.contact-item p{
font-size:20px;
font-weight:700;
}

.contact-btn{
display:inline-block;
margin-top:18px;
background:#e50012;
color:#fff;
padding:16px 24px;
border-radius:8px;
font-weight:800;
}

.map-card{
background:#fff;
border-radius:16px;
overflow:hidden;
border:1px solid #ececec;
box-shadow:0 10px 28px rgba(0,0,0,.05);
min-height:520px;
}

.map-card img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

@media(max-width:900px){
.contact-layout{
grid-template-columns:1fr;
}
.map-card{
min-height:360px;
}
}


.map-card{
position:relative;
overflow:hidden;
}

.map-card iframe{
width:100%;
height:100%;
min-height:520px;
display:block;
}

.map-overlay-btn{
position:absolute;
left:24px;
bottom:24px;
background:#e50012;
color:#fff;
padding:14px 22px;
border-radius:8px;
font-weight:800;
box-shadow:0 8px 24px rgba(0,0,0,.2);
}

/* Düzeltilmiş araç arama alanı */
.vehicle-search{
background:#f5f6f8!important;
padding:34px 0!important;
}
.vehicle-search-box{
background:#fff!important;
border:1px solid #e7e7e7!important;
border-radius:18px!important;
padding:26px!important;
box-shadow:0 12px 32px rgba(0,0,0,.06)!important;
}
.vehicle-title{
display:flex!important;
align-items:center!important;
justify-content:space-between!important;
gap:24px!important;
margin-bottom:22px!important;
}
.vehicle-title h2{
font-size:28px!important;
font-weight:900!important;
margin:0!important;
color:#111!important;
}
.vehicle-title p{
font-size:15px!important;
color:#666!important;
margin:0!important;
max-width:520px!important;
line-height:1.5!important;
}
.vehicle-form{
display:grid!important;
grid-template-columns:1.1fr 1.4fr .8fr 1.1fr auto!important;
gap:12px!important;
align-items:end!important;
}
.vehicle-form select,
.vehicle-form button{
height:52px!important;
width:100%!important;
border-radius:10px!important;
font-size:14px!important;
}
.vehicle-form select{
background:#f8f8f8!important;
border:1px solid #ddd!important;
color:#111!important;
}
.vehicle-form button{
min-width:118px!important;
background:#e50012!important;
border:1px solid #e50012!important;
color:#fff!important;
}
@media(max-width:1100px){
.vehicle-title{display:block!important}
.vehicle-title h2{margin-bottom:8px!important}
.vehicle-form{grid-template-columns:1fr 1fr!important}
.vehicle-form button{min-width:0!important}
}
@media(max-width:620px){
.vehicle-form{grid-template-columns:1fr!important}
}

.real-product-image{
height:240px;
display:flex;
align-items:center;
justify-content:center;
padding:16px;
background:#fff;
}

.real-product-image img{
max-width:100%;
max-height:100%;
object-fit:contain;
}

.placeholder-product{
width:70%;
height:150px;
background:#ececec;
border-radius:10px;
}


/* Profesyonel iletişim sayfası */
.contact-hero{
background:linear-gradient(135deg,#111 0%,#222 55%,#e50012 180%);
color:#fff;
padding:90px 0 80px;
}

.contact-hero span{
display:inline-block;
font-size:13px;
font-weight:900;
letter-spacing:2px;
color:#ff4755;
margin-bottom:16px;
}

.contact-hero h1{
font-size:58px;
font-weight:900;
margin-bottom:18px;
}

.contact-hero p{
font-size:20px;
max-width:720px;
line-height:1.6;
color:#e7e7e7;
}

.contact-pro-section{
background:#f5f6f8;
padding:70px 0;
}

.contact-pro-grid{
display:grid;
grid-template-columns:480px 1fr;
gap:32px;
align-items:stretch;
}

.contact-info-panel{
background:#fff;
border:1px solid #e9e9e9;
border-radius:22px;
padding:42px;
box-shadow:0 14px 38px rgba(0,0,0,.06);
}

.contact-label{
display:inline-block;
background:#ffe8ea;
color:#e50012;
font-weight:900;
font-size:13px;
padding:8px 12px;
border-radius:999px;
margin-bottom:20px;
}

.contact-info-panel h2{
font-size:34px;
line-height:1.2;
font-weight:900;
margin-bottom:18px;
}

.contact-intro{
font-size:16px;
line-height:1.75;
color:#666;
margin-bottom:30px;
}

.contact-methods{
display:grid;
gap:16px;
}

.contact-method{
display:grid;
grid-template-columns:54px 1fr;
gap:16px;
align-items:center;
background:#f8f8f8;
border:1px solid #eee;
border-radius:16px;
padding:18px;
transition:.25s;
}

.contact-method:hover{
background:#fff;
border-color:#e50012;
box-shadow:0 10px 24px rgba(0,0,0,.06);
transform:translateY(-2px);
}

.method-icon{
width:54px;
height:54px;
border-radius:14px;
background:#111;
color:#fff;
display:grid;
place-items:center;
font-size:24px;
font-weight:900;
}

.instagram-icon{
background:#e50012;
}

.youtube-icon{
background:#e50012;
}

.linkedin-icon{
background:#0a66c2;
}

.method-icon svg{
display:block;
}

.contact-method strong{
display:block;
font-size:14px;
color:#777;
margin-bottom:6px;
}

.contact-method span{
display:block;
font-size:17px;
font-weight:800;
line-height:1.45;
color:#111;
}

.contact-method-address{
align-items:start;
background:linear-gradient(180deg,#fff,#f7f7f7);
border-color:#e7e7e7;
}

.contact-method-address .method-icon{
background:#e50012;
}

.contact-method-address strong{
font-size:13px;
color:#e50012;
letter-spacing:.02em;
}

.contact-method-address span{
font-size:15px;
font-weight:700;
line-height:1.65;
color:#222;
}

.contact-actions{
display:flex;
gap:14px;
margin-top:30px;
flex-wrap:wrap;
}

.contact-primary,
.contact-secondary{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:52px;
padding:0 22px;
border-radius:12px;
font-weight:900;
}

.contact-primary{
background:#e50012;
color:#fff;
}

.contact-secondary{
background:#111;
color:#fff;
}

.contact-map-panel{
position:relative;
min-height:640px;
border-radius:22px;
overflow:hidden;
border:1px solid #e9e9e9;
box-shadow:0 14px 38px rgba(0,0,0,.06);
background:#fff;
}

.contact-map-panel iframe{
width:100%;
height:100%;
min-height:640px;
display:block;
}

.map-floating-btn{
position:absolute;
left:24px;
bottom:24px;
background:#e50012;
color:#fff;
padding:15px 22px;
border-radius:12px;
font-weight:900;
box-shadow:0 10px 30px rgba(0,0,0,.22);
}

.contact-support-strip{
background:#fff;
padding:34px 0 70px;
}

.support-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}

.support-grid div{
background:#f5f6f8;
border:1px solid #ececec;
border-radius:18px;
padding:28px;
}

.support-grid strong{
display:block;
font-size:20px;
font-weight:900;
margin-bottom:10px;
}

.support-grid span{
display:block;
color:#666;
line-height:1.6;
}

@media(max-width:1050px){
.contact-pro-grid{
grid-template-columns:1fr;
}

.contact-map-panel,
.contact-map-panel iframe{
min-height:460px;
}

.support-grid{
grid-template-columns:1fr;
}
}

@media(max-width:700px){
.contact-hero{
padding:60px 0;
}

.contact-hero h1{
font-size:40px;
}

.contact-info-panel{
padding:26px;
}

.contact-info-panel h2{
font-size:27px;
}

.contact-method{
grid-template-columns:44px 1fr;
padding:15px;
}

.method-icon{
width:44px;
height:44px;
font-size:20px;
}

.contact-actions{
display:grid;
grid-template-columns:1fr;
}

.contact-map-panel,
.contact-map-panel iframe{
min-height:360px;
}
}


/* Kurumsal sayfa */
.corporate-hero{
background:linear-gradient(135deg,#111 0%,#202020 55%,#d60012 180%);
padding:90px 0;
color:#fff;
}

.corporate-hero span{
display:inline-block;
font-size:13px;
font-weight:900;
letter-spacing:2px;
color:#ff4b59;
margin-bottom:18px;
}

.corporate-hero h1{
font-size:58px;
font-weight:900;
margin-bottom:20px;
}

.corporate-hero p{
max-width:760px;
font-size:20px;
line-height:1.7;
color:#ececec;
}

.corporate-section{
padding:80px 0;
background:#f5f6f8;
}

.corporate-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:28px;
margin-bottom:32px;
}

.corporate-card{
background:#fff;
border:1px solid #ececec;
border-radius:24px;
padding:40px;
box-shadow:0 14px 38px rgba(0,0,0,.06);
}

.corporate-icon{
width:74px;
height:74px;
border-radius:18px;
display:grid;
place-items:center;
background:#111;
color:#fff;
font-size:30px;
margin-bottom:24px;
}

.corporate-card h2{
font-size:34px;
font-weight:900;
margin-bottom:18px;
}

.corporate-card p{
font-size:16px;
line-height:1.9;
color:#666;
margin-bottom:16px;
}

.corporate-wide-card{
background:#fff;
border:1px solid #ececec;
border-radius:24px;
padding:42px;
box-shadow:0 14px 38px rgba(0,0,0,.06);
}

.corporate-label{
display:inline-block;
padding:8px 14px;
border-radius:999px;
background:#ffe8ea;
color:#d60012;
font-size:13px;
font-weight:900;
margin-bottom:18px;
}

.corporate-wide-card h3{
font-size:36px;
font-weight:900;
margin-bottom:20px;
line-height:1.3;
}

.corporate-wide-card p{
font-size:17px;
line-height:1.8;
color:#666;
margin-bottom:28px;
}

.corporate-features{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:16px;
}

.corporate-features div{
background:#f7f7f7;
border:1px solid #ececec;
padding:18px;
border-radius:14px;
font-weight:700;
}

@media(max-width:900px){
.corporate-grid{
grid-template-columns:1fr;
}

.corporate-features{
grid-template-columns:1fr;
}

.corporate-hero h1{
font-size:42px;
}

.corporate-wide-card h3{
font-size:28px;
}
}


.products-hero{
background:linear-gradient(135deg,#111 0%,#202020 55%,#d60012 180%);
color:#fff;
padding:80px 0;
}
.products-hero span{
display:inline-block;
font-size:13px;
font-weight:900;
letter-spacing:2px;
color:#ff4b59;
margin-bottom:16px;
}
.products-hero h1{
font-size:54px;
font-weight:900;
margin-bottom:16px;
}
.products-hero p{
font-size:20px;
color:#ececec;
max-width:760px;
line-height:1.6;
}
.vehicle-form{
grid-template-columns:1.1fr 1.4fr .8fr 1.1fr auto auto!important;
}
#vehicleSearchSubmit{
background:#111!important;
border-color:#111!important;
color:#fff!important;
min-width:150px!important;
}
@media(max-width:1100px){
.vehicle-form{
grid-template-columns:1fr 1fr!important;
}
}
@media(max-width:620px){
.vehicle-form{
grid-template-columns:1fr!important;
}
.products-hero h1{
font-size:38px;
}
}


/* Ana sayfa yeni yedek parça odaklı hero */
.spare-parts-hero{
position:relative!important;
height:720px!important;
background:#080808!important;
overflow:hidden!important;
display:flex!important;
align-items:center!important;
}

.spare-parts-hero .hero-visual-layer{
position:absolute;
inset:0;
background:
linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.72) 38%,rgba(0,0,0,.26) 72%,rgba(0,0,0,.7) 100%),
url('assets/hero/tigsa-yedek-parca-hero.png') center center/cover no-repeat;
z-index:1;
}

.hero-parts-content{
position:relative;
z-index:2;
height:100%;
display:flex;
align-items:center;
}

.hero-copy{
max-width:720px;
color:#fff;
padding-top:40px;
}

.hero-eyebrow{
display:inline-block;
font-size:13px;
font-weight:900;
letter-spacing:2px;
color:#ff3040;
margin-bottom:18px;
}

.hero-copy h1{
font-size:72px!important;
line-height:.98!important;
font-weight:900!important;
letter-spacing:-2px!important;
color:#fff!important;
margin-bottom:22px!important;
text-transform:uppercase;
}

.hero-copy h1 strong{
display:inline-block;
color:#e50012!important;
text-shadow:0 10px 30px rgba(229,0,18,.35);
}

.hero-subtitle{
font-size:28px!important;
font-weight:900!important;
letter-spacing:.5px;
color:#fff!important;
margin:0 0 18px!important;
}

.hero-description{
font-size:20px!important;
line-height:1.7!important;
color:#f1f1f1!important;
max-width:560px;
margin-bottom:30px!important;
}

.hero-actions{
display:flex;
gap:16px;
align-items:center;
flex-wrap:wrap;
margin-bottom:36px;
}

.hero-whatsapp-btn{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:58px;
padding:0 26px;
border:2px solid rgba(255,255,255,.85);
border-radius:10px;
color:#fff;
font-weight:900;
background:rgba(0,0,0,.34);
backdrop-filter:blur(8px);
}

.hero-quality-row{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:0;
max-width:680px;
border-top:1px solid rgba(255,255,255,.22);
padding-top:22px;
}

.hero-quality-row div{
padding:0 18px;
border-right:1px solid rgba(229,0,18,.55);
display:flex;
align-items:center;
gap:12px;
}

.hero-quality-row div:first-child{
padding-left:0;
}

.hero-quality-row div:last-child{
border-right:0;
}

.hero-quality-row span{
width:44px;
height:44px;
border-radius:50%;
display:grid;
place-items:center;
background:#fff;
color:#e50012;
font-weight:900;
font-size:22px;
flex:0 0 44px;
}

.hero-quality-row b{
font-size:14px;
text-transform:uppercase;
line-height:1.25;
}

.hero-stats{
background:#111;
padding:0 0 34px;
margin-top:-34px;
position:relative;
z-index:5;
}

.hero-stats-grid{
background:linear-gradient(135deg,#181818,#101010);
border:1px solid #2a2a2a;
border-radius:20px;
box-shadow:0 18px 50px rgba(0,0,0,.3);
display:grid;
grid-template-columns:repeat(5,1fr);
overflow:hidden;
}

.hero-stats-grid div{
min-height:110px;
display:flex;
align-items:center;
justify-content:center;
gap:14px;
padding:22px;
border-right:1px solid #333;
color:#fff;
}

.hero-stats-grid div:last-child{
border-right:0;
}

.hero-stats-grid span{
font-size:34px;
color:#e50012;
}

.hero-stats-grid strong{
font-size:16px;
line-height:1.35;
text-transform:uppercase;
}

.vehicle-search{
margin-top:0!important;
position:relative;
z-index:6;
}

.vehicle-search-box{
border-radius:22px!important;
}

.vehicle-title h2{
font-style:italic;
text-transform:uppercase;
}

.vehicle-title h2::first-letter{
color:#111;
}

@media(max-width:1100px){
.spare-parts-hero{
height:680px!important;
}

.hero-copy h1{
font-size:54px!important;
}

.hero-quality-row{
grid-template-columns:repeat(2,1fr);
gap:18px 0;
}

.hero-stats-grid{
grid-template-columns:1fr 1fr;
}
}

@media(max-width:700px){
.spare-parts-hero{
height:auto!important;
min-height:680px!important;
padding:80px 0 40px;
}

.spare-parts-hero .hero-visual-layer{
background-position:center right;
}

.hero-copy h1{
font-size:40px!important;
}

.hero-subtitle{
font-size:20px!important;
}

.hero-description{
font-size:16px!important;
}

.hero-quality-row{
grid-template-columns:1fr;
}

.hero-quality-row div{
border-right:0;
border-bottom:1px solid rgba(229,0,18,.35);
padding:12px 0;
}

.hero-stats{
margin-top:0;
padding:20px 0;
}

.hero-stats-grid{
grid-template-columns:1fr;
}
}

/* Hero yazı sadeleştirme */
.hero-copy{
max-width:520px!important;
background:rgba(0,0,0,.22);
backdrop-filter:blur(2px);
padding:28px 30px!important;
border-radius:18px;
}

.hero-copy h1{
font-size:48px!important;
line-height:1.08!important;
margin-bottom:16px!important;
}

.hero-description{
font-size:18px!important;
max-width:460px!important;
margin-bottom:0!important;
}

.hero-subtitle,
.hero-actions{
display:none!important;
}

.hero-quality-row{
margin-top:28px!important;
max-width:560px!important;
}

.hero-quality-row div{
padding:0 12px!important;
}

.hero-quality-row span{
width:36px!important;
height:36px!important;
font-size:18px!important;
flex-basis:36px!important;
}

.hero-quality-row b{
font-size:12px!important;
}

@media(max-width:700px){
.hero-copy{
max-width:100%!important;
padding:22px!important;
}
.hero-copy h1{
font-size:34px!important;
}
}

/* Full background hero */
.spare-parts-hero{
height:760px!important;
}

.spare-parts-hero .hero-visual-layer{
background:
linear-gradient(90deg,rgba(0,0,0,.28) 0%,rgba(0,0,0,.12) 35%,rgba(0,0,0,.10) 70%,rgba(0,0,0,.35) 100%),
url('assets/hero/tigsa-yedek-parca-hero.png') center center/cover no-repeat!important;
}

.hero-parts-content{
justify-content:center!important;
}

@media(max-width:700px){
.spare-parts-hero{
height:520px!important;
}
.spare-parts-hero .hero-visual-layer{
background-position:center center!important;
}
}

.spare-parts-hero .hero-visual-layer{
background:
linear-gradient(90deg,rgba(0,0,0,.14) 0%,rgba(0,0,0,.05) 35%,rgba(0,0,0,.04) 70%,rgba(0,0,0,.18) 100%),
url('assets/hero/tigsa-yedek-parca-hero.png') center center/cover no-repeat!important;
}

.page-hero{
background:linear-gradient(135deg,#111,#202020,#d60012);
padding:70px 0;
color:#fff;
}
.page-hero span{
display:inline-block;
font-size:13px;
font-weight:900;
letter-spacing:2px;
margin-bottom:14px;
color:#ff4b59;
}
.page-hero h1{
font-size:52px;
font-weight:900;
}
.page-content{
padding:70px 0;
background:#f5f6f8;
}
.content-box{
background:#fff;
padding:48px;
border-radius:24px;
box-shadow:0 14px 38px rgba(0,0,0,.06);
}
.content-box p{
font-size:17px;
line-height:1.9;
color:#666;
margin-bottom:18px;
}
.info-grid,
.policy-list,
.catalog-grid,
.blog-grid{
display:grid;
gap:22px;
margin-top:34px;
}
.info-grid{
grid-template-columns:repeat(2,1fr);
}
.info-grid div,
.policy-list div,
.catalog-grid a,
.blog-grid article{
background:#f8f8f8;
border:1px solid #ececec;
padding:26px;
border-radius:18px;
}
.info-grid strong,
.policy-list strong{
display:block;
font-size:20px;
margin-bottom:10px;
}
.catalog-grid{
grid-template-columns:repeat(3,1fr);
}
.catalog-grid a{
font-size:20px;
font-weight:800;
color:#111;
text-align:center;
}
.catalog-note{
margin-top:30px;
padding:22px;
background:#111;
color:#fff;
border-radius:16px;
font-weight:700;
}
.blog-grid{
grid-template-columns:repeat(3,1fr);
}
.blog-grid h3{
font-size:22px;
margin-bottom:14px;
}
.blog-grid p{
font-size:15px;
}
.blog-grid a{
color:#d60012;
font-weight:800;
}
@media(max-width:900px){
.info-grid,
.catalog-grid,
.blog-grid{
grid-template-columns:1fr;
}
.page-hero h1{
font-size:38px;
}
.content-box{
padding:26px;
}
}

.hero-blog-text{
margin-top:18px;
font-size:20px;
max-width:760px;
line-height:1.7;
color:#ececec;
}

.blog-pro-section{
padding:80px 0;
background:#f5f6f8;
}

.featured-blog{
background:
linear-gradient(135deg,rgba(0,0,0,.75),rgba(0,0,0,.45)),
url('assets/hero/tigsa-yedek-parca-hero.png') center/cover no-repeat;
border-radius:28px;
padding:70px;
margin-bottom:36px;
color:#fff;
overflow:hidden;
position:relative;
}

.featured-content{
max-width:700px;
}

.featured-label{
display:inline-block;
padding:8px 14px;
border-radius:999px;
background:#e50012;
font-size:13px;
font-weight:900;
letter-spacing:1px;
margin-bottom:18px;
}

.featured-blog h2{
font-size:52px;
line-height:1.1;
font-weight:900;
margin-bottom:20px;
}

.featured-blog p{
font-size:19px;
line-height:1.8;
max-width:620px;
margin-bottom:24px;
color:#f0f0f0;
}

.featured-blog a{
display:inline-flex;
align-items:center;
justify-content:center;
height:56px;
padding:0 26px;
background:#fff;
color:#111;
border-radius:12px;
font-weight:900;
}

.blog-pro-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:28px;
}

.blog-card{
background:#fff;
border:1px solid #ececec;
border-radius:24px;
padding:30px;
box-shadow:0 12px 34px rgba(0,0,0,.05);
transition:.25s;
}

.blog-card:hover{
transform:translateY(-4px);
box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.blog-card span{
display:inline-block;
font-size:12px;
font-weight:900;
letter-spacing:1px;
color:#d60012;
margin-bottom:16px;
}

.blog-card h3{
font-size:28px;
line-height:1.3;
margin-bottom:16px;
font-weight:900;
}

.blog-card p{
font-size:16px;
line-height:1.8;
color:#666;
margin-bottom:22px;
}

.blog-card a{
font-weight:900;
color:#111;
}

@media(max-width:1000px){
.blog-pro-grid{
grid-template-columns:1fr 1fr;
}
.featured-blog{
padding:40px;
}
.featured-blog h2{
font-size:38px;
}
}

@media(max-width:700px){
.blog-pro-grid{
grid-template-columns:1fr;
}
.featured-blog{
padding:28px;
}
.featured-blog h2{
font-size:30px;
}
.featured-blog p{
font-size:16px;
}
}




/* Profesyonel motor arama düzeltmesi */
.vehicle-form select{
font-size:15px!important;
font-weight:700!important;
background:#ffffff!important;
border:1px solid #dcdcdc!important;
color:#111!important;
white-space:nowrap!important;
text-overflow:ellipsis!important;
overflow:hidden!important;
}
.vehicle-form select option{
font-size:14px;
}
.vehicle-form{
align-items:center!important;
}

/* Sıfırdan kurulan temiz araç arama sistemi */
.vehicle-form select{
background:#fff!important;
border:1px solid #d5d5d5!important;
border-radius:10px!important;
font-size:15px!important;
font-weight:700!important;
color:#111!important;
height:54px!important;
}
.vehicle-form select option{
font-size:14px!important;
font-weight:500!important;
}
.vehicle-form button{
height:54px!important;
border-radius:10px!important;
}





/* Kurumsal profesyonel sayfalar */
.corporate-section{
padding:80px 0;
background:#f5f6f8;
}

.corporate-intro{
max-width:980px;
margin:0 auto 50px;
text-align:center;
}

.corporate-badge{
display:inline-flex;
align-items:center;
justify-content:center;
padding:10px 18px;
border-radius:999px;
background:#111;
color:#fff;
font-size:12px;
font-weight:900;
letter-spacing:1px;
margin-bottom:24px;
}

.corporate-intro h1{
font-size:58px;
line-height:1.1;
font-weight:900;
margin-bottom:26px;
color:#111;
}

.lead-text{
font-size:22px!important;
line-height:1.8!important;
font-weight:600;
color:#222!important;
margin-bottom:26px!important;
}

.corporate-intro p{
font-size:17px;
line-height:1.9;
color:#666;
margin-bottom:18px;
}

.corporate-grid,
.policy-grid,
.highlight-grid{
display:grid;
gap:28px;
}

.corporate-grid,
.policy-grid{
grid-template-columns:repeat(2,1fr);
margin-bottom:40px;
}

.highlight-grid{
grid-template-columns:repeat(2,1fr);
}

.corporate-card,
.policy-card{
background:#fff;
padding:34px;
border-radius:26px;
border:1px solid #ececec;
box-shadow:0 12px 36px rgba(0,0,0,.05);
transition:.25s;
}

.corporate-card:hover,
.policy-card:hover{
transform:translateY(-4px);
box-shadow:0 20px 48px rgba(0,0,0,.08);
}

.corporate-card h3,
.policy-card h3{
font-size:28px;
font-weight:900;
margin-bottom:18px;
color:#111;
}

.corporate-card p,
.policy-card p{
font-size:16px;
line-height:1.9;
color:#666;
}

.corporate-highlight{
background:#111;
padding:50px;
border-radius:32px;
color:#fff;
}

.corporate-highlight h2{
font-size:42px;
font-weight:900;
margin-bottom:34px;
}

.highlight-grid div{
background:rgba(255,255,255,.06);
padding:26px;
border-radius:20px;
border:1px solid rgba(255,255,255,.08);
}

.highlight-grid strong{
display:block;
font-size:20px;
margin-bottom:12px;
}

.highlight-grid span{
font-size:15px;
line-height:1.8;
color:#d8d8d8;
}

.quality-note{
margin-top:40px;
padding:34px;
background:#111;
color:#fff;
border-radius:26px;
font-size:18px;
line-height:1.9;
text-align:center;
}

@media(max-width:900px){

.corporate-intro h1{
font-size:40px;
}

.corporate-grid,
.policy-grid,
.highlight-grid{
grid-template-columns:1fr;
}

.corporate-highlight{
padding:30px;
}

.corporate-highlight h2{
font-size:32px;
}

.lead-text{
font-size:18px!important;
}

}

.blog-detail-section{
padding:70px 0;
background:#f5f6f8;
}
.blog-detail-card{
background:#fff;
border-radius:24px;
padding:50px;
box-shadow:0 14px 38px rgba(0,0,0,.06);
border:1px solid #ececec;
max-width:980px;
margin:0 auto;
}
.blog-detail-card p{
font-size:18px;
line-height:1.9;
color:#555;
margin-bottom:22px;
}
.blog-back{
max-width:980px;
margin:24px auto 0;
}
.blog-back a{
display:inline-flex;
background:#111;
color:#fff;
padding:14px 22px;
border-radius:10px;
font-weight:900;
}
.blog-detail-hero p{
font-size:20px;
line-height:1.7;
max-width:850px;
color:#ececec;
margin-top:18px;
}
@media(max-width:700px){
.blog-detail-card{
padding:28px;
}
.blog-detail-card p{
font-size:16px;
}
}


/* === FINAL MOBILE RESPONSIVE FIX === */
html, body{
  max-width:100%;
  overflow-x:hidden;
}

img{
  max-width:100%;
  height:auto;
}

.container{
  width:92%;
  max-width:1320px;
  margin-left:auto;
  margin-right:auto;
}

.header-inner{
  display:flex;
  align-items:center;
  gap:18px;
}

.logo{
  max-width:220px;
  height:auto;
}

.menu-inner{
  display:flex;
  align-items:center;
  gap:26px;
  flex-wrap:wrap;
}

.product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
}

.product-card{
  overflow:hidden;
}

.real-product-image{
  width:100%;
  height:250px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}

.real-product-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:14px;
}

.vehicle-form{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:14px!important;
}

.vehicle-form select,
.vehicle-form button{
  width:100%!important;
  min-width:0!important;
}

@media(max-width:1180px){
  .product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .vehicle-form{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:900px){
  header{
    position:relative!important;
  }

  .header-inner{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    padding:16px 0!important;
    text-align:center;
  }

  .logo{
    margin:0 auto;
    max-width:190px!important;
  }

  .phone{
    text-align:center!important;
  }

  .search{
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }

  .search input,
  .search select,
  .search button{
    width:100%!important;
    height:48px!important;
    border-radius:10px!important;
  }

  .menu{
    overflow-x:auto!important;
    white-space:nowrap!important;
    -webkit-overflow-scrolling:touch;
  }

  .menu-inner{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:22px!important;
    min-width:max-content;
    padding:12px 4px!important;
  }

  .menu-inner a{
    font-size:13px!important;
    flex:0 0 auto;
  }

  .spare-parts-hero{
    height:420px!important;
    min-height:420px!important;
  }

  .spare-parts-hero .hero-visual-layer{
    background-position:center center!important;
    background-size:cover!important;
  }

  .hero-stats{
    display:none!important;
  }

  .vehicle-search{
    padding:22px 0!important;
  }

  .vehicle-search-box{
    padding:20px!important;
    border-radius:16px!important;
  }

  .vehicle-title{
    display:block!important;
    margin-bottom:18px!important;
  }

  .vehicle-title h2{
    font-size:24px!important;
    line-height:1.2!important;
  }

  .vehicle-title p{
    font-size:14px!important;
    margin-top:8px!important;
  }

  .vehicle-form{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }

  .vehicle-form select,
  .vehicle-form button{
    height:50px!important;
    font-size:14px!important;
  }

  .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
  }

  .real-product-image{
    height:210px!important;
  }

  .product-body{
    padding:16px!important;
  }

  .product-body h3{
    font-size:20px!important;
  }

  .product-body p{
    font-size:14px!important;
    line-height:1.5!important;
  }

  .products-hero,
  .page-hero,
  .contact-hero,
  .corporate-hero{
    padding:46px 0!important;
  }

  .products-hero h1,
  .page-hero h1,
  .contact-hero h1,
  .corporate-hero h1{
    font-size:34px!important;
    line-height:1.15!important;
  }

  .footer-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:24px!important;
    text-align:center;
  }

  .footer-logo{
    margin:0 auto 12px!important;
  }

  .whatsapp{
    right:14px!important;
    bottom:14px!important;
    transform:scale(.86);
    transform-origin:right bottom;
  }
}

@media(max-width:560px){
  .container{
    width:94%!important;
  }

  .product-grid{
    grid-template-columns:1fr!important;
  }

  .real-product-image{
    height:230px!important;
  }

  .product-card{
    border-radius:16px!important;
  }

  .spare-parts-hero{
    height:320px!important;
    min-height:320px!important;
  }

  .menu-inner a{
    font-size:12px!important;
  }

  .blog-pro-grid,
  .corporate-grid,
  .policy-grid,
  .highlight-grid,
  .support-grid,
  .contact-pro-grid{
    grid-template-columns:1fr!important;
  }

  .featured-blog{
    padding:26px!important;
  }

  .featured-blog h2{
    font-size:28px!important;
  }

  .contact-info-panel,
  .content-box,
  .blog-detail-card{
    padding:22px!important;
  }
}


/* ===== MOBILE HEADER & HERO REBUILD ===== */
@media(max-width:768px){

body{
overflow-x:hidden!important;
}

/* Üst boş beyaz alanı kaldır */
header{
padding:0!important;
margin:0!important;
background:#fff!important;
}

.header-top,
.topbar,
.top-header{
display:none!important;
}

/* İlk bölüm */
.header-inner{
display:flex!important;
flex-direction:column!important;
align-items:center!important;
justify-content:center!important;
gap:14px!important;
padding:14px 14px 8px!important;
}

.logo{
max-width:170px!important;
height:auto!important;
margin:0 auto!important;
display:block!important;
}

/* Telefon alanını gizle */
.phone,
.header-phone,
.contact-mini{
display:none!important;
}

/* Arama */
.search{
width:100%!important;
display:flex!important;
flex-direction:column!important;
gap:10px!important;
margin-top:6px!important;
}

.search input,
.search select,
.search button{
width:100%!important;
height:48px!important;
border-radius:12px!important;
font-size:14px!important;
}

/* Menü */
.menu{
width:100%!important;
overflow-x:auto!important;
background:#fff!important;
border-top:1px solid #eee!important;
border-bottom:1px solid #eee!important;
}

.menu-inner{
display:flex!important;
flex-wrap:nowrap!important;
justify-content:flex-start!important;
gap:22px!important;
padding:14px 16px!important;
min-width:max-content!important;
}

.menu-inner a{
font-size:14px!important;
font-weight:800!important;
white-space:nowrap!important;
}

/* Hero */
.spare-parts-hero{
height:auto!important;
min-height:auto!important;
padding:0!important;
background:#fff!important;
}

.hero-overlay,
.hero-content,
.hero-text,
.hero-stats{
display:none!important;
}

.hero-visual-layer{
position:relative!important;
height:240px!important;
border-radius:0!important;
background-size:cover!important;
background-position:center center!important;
}

/* Arama kutusu */
.vehicle-search{
margin-top:-10px!important;
padding:0 0 18px!important;
background:#fff!important;
}

.vehicle-search-box{
width:94%!important;
margin:0 auto!important;
padding:18px!important;
border-radius:18px!important;
box-shadow:0 8px 28px rgba(0,0,0,.08)!important;
}

.vehicle-title{
margin-bottom:14px!important;
}

.vehicle-title h2{
font-size:24px!important;
line-height:1.2!important;
}

.vehicle-title p{
font-size:13px!important;
line-height:1.5!important;
}

.vehicle-form{
display:grid!important;
grid-template-columns:1fr!important;
gap:10px!important;
}

.vehicle-form select,
.vehicle-form button{
height:48px!important;
font-size:14px!important;
border-radius:10px!important;
}

/* Avantaj kutuları */
.feature-grid,
.advantages-grid,
.support-grid{
grid-template-columns:1fr!important;
gap:18px!important;
}

.feature-card,
.support-card{
padding:22px!important;
}

/* Ürünler */
.product-grid{
grid-template-columns:1fr!important;
gap:18px!important;
}

.product-card{
border-radius:18px!important;
overflow:hidden!important;
}

.real-product-image{
height:220px!important;
background:#fff!important;
}

.real-product-image img{
object-fit:contain!important;
padding:14px!important;
}

/* Footer */
.footer-grid{
grid-template-columns:1fr!important;
text-align:center!important;
gap:24px!important;
}

.footer-logo{
margin:0 auto 14px!important;
}

/* WhatsApp */
.whatsapp{
right:12px!important;
bottom:12px!important;
transform:scale(.82)!important;
transform-origin:right bottom!important;
}

/* Üstteki kırık büyük menü görünümünü kapat */
.mobile-shortcuts,
.quick-links,
.home-shortcuts{
display:none!important;
}

}

/* Çok küçük ekran */
@media(max-width:480px){

.logo{
max-width:150px!important;
}

.hero-visual-layer{
height:200px!important;
}

.vehicle-title h2{
font-size:21px!important;
}

.menu-inner{
gap:18px!important;
}

.menu-inner a{
font-size:13px!important;
}

}


/* ===== MOBILE BLANK AREA FIX ===== */
@media(max-width:768px){

/* kırık boş alanları kaldır */
.spacer,
.empty-space,
.hero-space,
.banner-space{
display:none!important;
height:0!important;
min-height:0!important;
padding:0!important;
margin:0!important;
}

/* hero görünür olsun */
.spare-parts-hero{
display:block!important;
height:auto!important;
min-height:unset!important;
padding:0!important;
margin:0!important;
background:#fff!important;
overflow:hidden!important;
}

.hero-visual-layer{
display:block!important;
position:relative!important;
width:100%!important;
height:260px!important;
min-height:260px!important;
background-size:cover!important;
background-position:center center!important;
background-repeat:no-repeat!important;
border-radius:0!important;
margin:0!important;
}

/* overlay yüzünden beyaz alan oluşmasını engelle */
.hero-overlay{
display:none!important;
opacity:0!important;
visibility:hidden!important;
}

/* iç alanlar */
.hero-content,
.hero-inner,
.hero-grid{
position:relative!important;
height:auto!important;
min-height:unset!important;
padding:0!important;
margin:0!important;
}

/* arama kutusu hero altında düzgün dursun */
.vehicle-search{
display:block!important;
position:relative!important;
margin-top:0!important;
padding:16px 0 20px!important;
background:#fff!important;
z-index:5!important;
}

.vehicle-search-box{
position:relative!important;
margin-top:-28px!important;
}

/* menü */
.menu{
position:relative!important;
z-index:20!important;
}

/* whatsapp */
.whatsapp{
z-index:9999!important;
}
}


/* ===== MOBILE MENU + BENEFITS COMPACT FINAL ===== */
@media(max-width:768px){

/* Menü telefonda tek satırda taşmasın */
.menu{
  overflow-x:auto!important;
  overflow-y:hidden!important;
  white-space:nowrap!important;
  -webkit-overflow-scrolling:touch!important;
}

.menu::-webkit-scrollbar{
  display:none!important;
}

.menu-inner{
  width:max-content!important;
  min-width:max-content!important;
  display:flex!important;
  flex-wrap:nowrap!important;
  justify-content:flex-start!important;
  gap:18px!important;
  padding:12px 18px!important;
}

.menu-inner a{
  flex:0 0 auto!important;
  font-size:13px!important;
  line-height:1!important;
  white-space:nowrap!important;
}

/* Mobilde hero görseli biraz daha kompakt */
.hero-visual-layer{
  height:230px!important;
  min-height:230px!important;
}

/* Görselin içinde zaten arama kutusu olduğu için alttaki arama kutusunu mobilde daha düzenli yap */
.vehicle-search-box{
  margin-top:0!important;
  width:94%!important;
  padding:16px!important;
}

.vehicle-title h2{
  font-size:20px!important;
}

.vehicle-title p{
  font-size:12px!important;
}

/* Yüksek kalite / hızlı teslimat alanını küçült */
.benefits,
.features,
.advantages,
.why-tigsa{
  padding:22px 0!important;
}

.benefits .container,
.features .container,
.advantages .container{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:12px!important;
}

.benefits div,
.feature-card,
.advantage-card{
  padding:12px 0!important;
  margin:0!important;
}

.benefits h3,
.feature-card h3,
.advantage-card h3,
.why-card h3{
  font-size:18px!important;
  line-height:1.2!important;
  margin-bottom:6px!important;
}

.benefits p,
.feature-card p,
.advantage-card p,
.why-card p{
  font-size:14px!important;
  line-height:1.45!important;
  margin:0!important;
}

.benefits svg,
.benefits i,
.feature-card svg,
.advantage-card svg{
  width:18px!important;
  height:18px!important;
  font-size:18px!important;
}

/* WhatsApp butonu daha küçük ve altta */
.whatsapp{
  right:10px!important;
  bottom:74px!important;
  transform:scale(.72)!important;
  transform-origin:right bottom!important;
}

/* Ana sayfadaki büyük boşlukları önle */
section{
  max-width:100%!important;
}

}

@media(max-width:480px){

.menu-inner{
  gap:16px!important;
  padding:11px 14px!important;
}

.menu-inner a{
  font-size:12px!important;
}

.hero-visual-layer{
  height:210px!important;
  min-height:210px!important;
}

.benefits h3,
.feature-card h3,
.advantage-card h3{
  font-size:17px!important;
}

.benefits p,
.feature-card p,
.advantage-card p{
  font-size:13px!important;
}

}


/* ===== MOBILE BENEFITS HIDE ===== */
@media(max-width:768px){

/* Yüksek kalite / hızlı teslimat alanlarını gizle */
.benefits,
.features,
.advantages,
.why-tigsa,
.feature-grid,
.advantages-grid,
.support-grid{
  display:none!important;
}

}


/* Bayilik formu */
.dealer-form-section{
padding:70px 0;
background:#f5f6f8;
}

.dealer-form-card{
background:#fff;
border:1px solid #ececec;
border-radius:26px;
padding:44px;
box-shadow:0 14px 38px rgba(0,0,0,.06);
}

.dealer-form-head{
max-width:760px;
margin-bottom:34px;
}

.dealer-form-head span{
display:inline-block;
background:#ffe8ea;
color:#d60012;
font-size:13px;
font-weight:900;
letter-spacing:1px;
padding:8px 14px;
border-radius:999px;
margin-bottom:16px;
}

.dealer-form-head h2{
font-size:38px;
font-weight:900;
margin-bottom:14px;
}

.dealer-form-head p{
font-size:16px;
line-height:1.7;
color:#666;
}

.dealer-form{
display:grid;
gap:20px;
}

.form-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;
}

.dealer-form label{
display:grid;
gap:8px;
font-size:14px;
font-weight:800;
color:#111;
}

.dealer-form input,
.dealer-form select,
.dealer-form textarea{
width:100%;
border:1px solid #ddd;
border-radius:12px;
padding:15px 16px;
font-family:inherit;
font-size:15px;
outline:none;
background:#fff;
}

.dealer-form input:focus,
.dealer-form select:focus,
.dealer-form textarea:focus{
border-color:#d60012;
box-shadow:0 0 0 4px rgba(214,0,18,.08);
}

.dealer-form button{
height:56px;
border:0;
border-radius:12px;
background:#d60012;
color:#fff;
font-size:16px;
font-weight:900;
cursor:pointer;
max-width:260px;
}

@media(max-width:768px){
.dealer-form-card{
padding:24px;
border-radius:20px;
}

.dealer-form-head h2{
font-size:28px;
}

.form-grid{
grid-template-columns:1fr;
}

.dealer-form button{
max-width:100%;
width:100%;
}
}


/* ===== COMPACT CONTACT PAGE ===== */

.contact-hero,
.contact-page,
.contact-section{
padding:42px 0!important;
}

.contact-pro-grid,
.contact-grid{
gap:26px!important;
align-items:start!important;
}

.contact-info-panel,
.contact-card{
padding:24px!important;
border-radius:18px!important;
}

.contact-info-panel h2,
.contact-card h2{
font-size:28px!important;
margin-bottom:14px!important;
}

.contact-info-panel p,
.contact-card p{
font-size:15px!important;
line-height:1.6!important;
}

/* Bayilik formu küçültüldü */
.dealer-form-section{
padding:34px 0 54px!important;
}

.dealer-form-card{
max-width:860px!important;
margin:0 auto!important;
padding:28px!important;
border-radius:20px!important;
box-shadow:0 10px 26px rgba(0,0,0,.05)!important;
}

.dealer-form-head{
margin-bottom:20px!important;
}

.dealer-form-head span{
font-size:11px!important;
padding:7px 12px!important;
margin-bottom:10px!important;
}

.dealer-form-head h2{
font-size:30px!important;
line-height:1.2!important;
margin-bottom:0!important;
}

.dealer-form{
gap:14px!important;
}

.form-grid{
gap:14px!important;
}

.dealer-form label{
font-size:13px!important;
gap:6px!important;
}

.dealer-form input,
.dealer-form select,
.dealer-form textarea{
padding:13px 14px!important;
font-size:14px!important;
border-radius:10px!important;
}

.dealer-form textarea{
min-height:110px!important;
}

.dealer-form button{
height:50px!important;
font-size:14px!important;
border-radius:10px!important;
max-width:220px!important;
}

/* Mobil */
@media(max-width:768px){

.contact-hero,
.contact-page,
.contact-section{
padding:28px 0!important;
}

.contact-info-panel,
.contact-card{
padding:18px!important;
}

.contact-info-panel h2,
.contact-card h2{
font-size:22px!important;
}

.dealer-form-section{
padding:20px 0 40px!important;
}

.dealer-form-card{
padding:18px!important;
border-radius:16px!important;
}

.dealer-form-head h2{
font-size:22px!important;
}

.dealer-form input,
.dealer-form select,
.dealer-form textarea{
font-size:13px!important;
padding:12px!important;
}

.dealer-form button{
width:100%!important;
max-width:100%!important;
height:46px!important;
}

}


/* ===== CONTACT PAGE REORDER ===== */

/* Siyah hero kaldırıldığı için üst boşluğu azalt */
.dealer-form-section{
padding-top:36px!important;
}

/* Form üstte daha öne çıksın */
.dealer-form-card{
max-width:920px!important;
margin:0 auto 20px!important;
border:1px solid #e9e9e9!important;
box-shadow:0 16px 40px rgba(0,0,0,.06)!important;
}

/* Adres alanı daha aşağıda */
.contact-section,
.contact-page{
padding-top:34px!important;
}

/* Hero tamamen gizle */
.contact-hero,
.page-hero{
display:none!important;
}

/* Mobil */
@media(max-width:768px){

.dealer-form-section{
padding-top:18px!important;
}

.contact-section,
.contact-page{
padding-top:18px!important;
}

}


/* Advanced SEO visible helpers */
.breadcrumb-nav{background:#f7f7f7;border-bottom:1px solid #ececec;font-size:13px}
.breadcrumb-nav .container{display:flex;gap:8px;align-items:center;padding:12px 0;color:#555;overflow:hidden;white-space:nowrap}
.breadcrumb-nav a{color:#555;font-weight:700}
.breadcrumb-nav strong{color:#111;overflow:hidden;text-overflow:ellipsis}
.seo-faq{background:#fff;border:1px solid #ececec;border-radius:18px;padding:26px;margin-top:28px}
.seo-faq h2{font-size:24px;margin-bottom:16px}
.seo-faq details{border-top:1px solid #eee;padding:14px 0}
.seo-faq summary{font-weight:800;cursor:pointer}
.seo-faq p{color:#666;line-height:1.7;margin-top:10px}


/* WhatsApp floating button final */
.whatsapp{
position:fixed!important;
right:18px!important;
bottom:18px!important;
width:62px!important;
height:62px!important;
border-radius:50%!important;
background:#25D366!important;
display:flex!important;
align-items:center!important;
justify-content:center!important;
box-shadow:0 10px 28px rgba(0,0,0,.22)!important;
z-index:99999!important;
color:#fff!important;
text-decoration:none!important;
font-size:0!important;
transition:.2s ease!important;
}

.whatsapp:hover{
transform:translateY(-2px)!important;
}

.whatsapp svg{
width:30px!important;
height:30px!important;
display:block!important;
fill:#fff!important;
}

.whatsapp span{
display:none!important;
}

@media(max-width:768px){
.whatsapp{
right:14px!important;
bottom:14px!important;
width:58px!important;
height:58px!important;
}
.whatsapp svg{
width:28px!important;
height:28px!important;
}
}

.product-img.product-img-real{
background-color:#fff!important;
background-position:center!important;
background-repeat:no-repeat!important;
background-size:contain!important;
border-bottom:1px solid #f0f0f0;
}

.product-img.product-img-real:before,
.product-img.product-img-real:after{
display:none!important;
}

.product-img.product-img-real img{
display:block;
width:100%;
height:100%;
object-fit:contain;
padding:14px;
background:#fff;
}

.product-detail-image{
display:block;
width:100%;
height:320px;
object-fit:contain;
background:#fff;
border:1px solid #ececec;
border-radius:8px;
padding:18px;
}

.real-product-image img{
width:100%;
height:100%;
object-fit:contain;
background:#fff;
padding:14px;
}

.vehicle-result-summary{
display:flex;
align-items:center;
justify-content:space-between;
gap:12px;
margin:0 0 18px;
padding:13px 16px;
border:1px solid #ececec;
background:#fff;
color:#333;
font-size:14px;
font-weight:700;
border-radius:8px;
}

.product-empty-state{
display:none;
flex-direction:column;
align-items:flex-start;
gap:6px;
margin:18px 0 0;
padding:22px;
border:1px solid #ececec;
background:#fff;
border-radius:8px;
color:#222;
}

.product-empty-state strong{
font-size:18px;
}

.product-empty-state span{
color:#666;
line-height:1.55;
}

.product-stock-note{
margin:12px 0 0!important;
font-size:12px!important;
line-height:1.45!important;
color:#626262!important;
}

.vehicle-result-summary{
display:none!important;
}

.product-results-summary{
display:none;
align-items:baseline;
gap:9px;
margin:0 0 20px;
padding:15px 18px;
border-left:4px solid #e50012;
background:#fff;
box-shadow:0 7px 18px rgba(0,0,0,.05);
color:#333;
scroll-margin-top:18px;
}

.product-results-summary strong{
font-size:26px;
line-height:1;
color:#111;
}

.product-results-summary span{
font-size:14px;
font-weight:800;
}

.product-card.is-collapsible{
cursor:pointer;
}

.product-card.is-collapsible .product-body p{
overflow:hidden;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
line-clamp:2;
}

.product-card.is-collapsible .product-body p:not(:first-of-type){
-webkit-line-clamp:1;
line-clamp:1;
}

.product-card.is-expanded .product-body p{
display:block;
overflow:visible;
-webkit-line-clamp:unset;
line-clamp:unset;
}

.product-card.is-expanded{
box-shadow:0 18px 38px rgba(0,0,0,.12);
}

html[lang="en"] .spare-parts-hero .hero-visual-layer{
background:
linear-gradient(90deg,rgba(0,0,0,.04),rgba(0,0,0,.02),rgba(0,0,0,.02)),
url('/assets/hero/tigsa-hero-clean-tigsa-branded-preview.png') center center/cover no-repeat!important;
}

html[lang="tr"] .spare-parts-hero .hero-visual-layer{
background:
linear-gradient(90deg,rgba(0,0,0,.04),rgba(0,0,0,.02),rgba(0,0,0,.02)),
url('/assets/hero/tigsa-hero-clean-tigsa-branded-preview.png') center center/cover no-repeat!important;
}

html[lang="en"] .featured-blog{
background:
linear-gradient(135deg,rgba(0,0,0,.82),rgba(0,0,0,.50)),
url('/assets/hero/tigsa-yedek-parca-hero.png') center 42%/190% auto no-repeat!important;
}

html[lang="en"] .hero-parts-content{
position:relative!important;
z-index:2!important;
align-items:flex-start!important;
justify-content:center!important;
}

html[lang="en"] .hero-copy-en{
max-width:620px;
color:#fff;
padding:48px 0;
}

html[lang="en"] .hero-copy-en .hero-eyebrow{
display:inline-block;
font-size:13px;
font-weight:900;
letter-spacing:2px;
color:#ff3040;
margin-bottom:16px;
}

html[lang="en"] .hero-copy-en h1{
font-size:56px;
line-height:1.05;
font-weight:900;
margin:0 0 18px;
color:#fff;
}

html[lang="en"] .hero-copy-en .hero-subtitle{
font-size:18px;
line-height:1.65;
color:#f1f1f1;
max-width:560px;
margin:0 0 26px;
}

html[lang="en"] .hero-copy-en .hero-whatsapp-btn{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:52px;
padding:0 24px;
border-radius:10px;
background:#e50012;
color:#fff;
font-weight:900;
}

html[lang="en"] .hero-feature-strip-en,
html[lang="tr"] .hero-feature-strip-tr{
position:absolute;
left:50%;
bottom:34px;
transform:translateX(-50%);
z-index:4;
width:min(92%,1280px);
min-height:92px;
display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
align-items:center;
background:linear-gradient(180deg,rgba(22,22,22,.96),rgba(10,10,10,.96));
border-radius:12px;
box-shadow:0 18px 42px rgba(0,0,0,.28);
overflow:hidden;
}

html[lang="en"] .hero-feature-strip-en div,
html[lang="tr"] .hero-feature-strip-tr div{
height:100%;
display:flex;
align-items:center;
justify-content:center;
gap:16px;
padding:18px 22px;
border-right:1px solid rgba(229,0,18,.65);
}

html[lang="en"] .hero-feature-strip-en div:last-child,
html[lang="tr"] .hero-feature-strip-tr div:last-child{
border-right:0;
}

html[lang="en"] .hero-feature-strip-en span,
html[lang="tr"] .hero-feature-strip-tr span{
display:grid;
place-items:center;
width:42px;
height:42px;
flex:0 0 42px;
border-radius:50%;
background:#fff;
color:#d71920;
font-size:24px;
font-weight:900;
line-height:1;
}

html[lang="en"] .hero-feature-strip-en strong,
html[lang="tr"] .hero-feature-strip-tr strong{
display:block;
color:#fff;
font-size:15px;
font-weight:900;
line-height:1.25;
letter-spacing:0;
text-transform:uppercase;
}

.product-card-actions{
display:flex;
gap:10px;
align-items:center;
justify-content:flex-start;
margin-top:14px;
}

.product-card-quote{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:38px;
padding:0 14px;
border-radius:8px;
background:#111;
color:#fff!important;
font-size:12px;
font-weight:800;
letter-spacing:0;
text-decoration:none!important;
text-transform:uppercase;
transition:.2s ease;
}

.product-card-quote:hover{
background:#d71920;
transform:translateY(-1px);
}

.company-credentials{
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:12px;
margin-top:18px;
}

.company-credential{
border:1px solid #ececec;
background:#fff;
border-radius:8px;
padding:14px;
}

.company-credential strong{
display:block;
font-size:12px;
color:#777;
margin-bottom:5px;
text-transform:uppercase;
}

.company-credential span{
display:block;
font-size:14px;
font-weight:800;
color:#151515;
line-height:1.45;
}

@media(max-width:700px){
.product-detail-image{
height:260px;
padding:14px;
}
.featured-blog{
background-size:cover;
}
html[lang="en"] .featured-blog{
background:
linear-gradient(135deg,rgba(0,0,0,.82),rgba(0,0,0,.50)),
url('/assets/hero/tigsa-yedek-parca-hero.png') center 38%/260% auto no-repeat!important;
}
html[lang="en"] .hero-feature-strip-en,
html[lang="tr"] .hero-feature-strip-tr{
position:relative;
left:auto;
bottom:auto;
transform:none;
width:92%;
min-height:auto;
margin:-48px auto 18px;
grid-template-columns:repeat(2,minmax(0,1fr));
border-radius:10px;
}
html[lang="en"] .hero-feature-strip-en div,
html[lang="tr"] .hero-feature-strip-tr div{
min-height:74px;
padding:12px;
gap:10px;
border-right:1px solid rgba(229,0,18,.55);
border-bottom:1px solid rgba(229,0,18,.35);
}
html[lang="en"] .hero-feature-strip-en div:nth-child(2n),
html[lang="tr"] .hero-feature-strip-tr div:nth-child(2n){
border-right:0;
}
html[lang="en"] .hero-feature-strip-en div:nth-child(n+3),
html[lang="tr"] .hero-feature-strip-tr div:nth-child(n+3){
border-bottom:0;
}
html[lang="en"] .hero-feature-strip-en span,
html[lang="tr"] .hero-feature-strip-tr span{
width:34px;
height:34px;
flex-basis:34px;
font-size:18px;
}
html[lang="en"] .hero-feature-strip-en strong,
html[lang="tr"] .hero-feature-strip-tr strong{
font-size:11px;
}
.vehicle-result-summary{
align-items:flex-start;
font-size:13px;
line-height:1.45;
}
.company-credentials{
grid-template-columns:1fr;
}
}

/* TIGSA hero final preview ratio */
html[lang="tr"] .spare-parts-hero,
html[lang="en"] .spare-parts-hero{
display:block!important;
position:relative!important;
height:clamp(390px,52vh,500px)!important;
min-height:390px!important;
margin:0!important;
margin-bottom:92px!important;
padding:0!important;
overflow:visible!important;
background:#0b0b0b!important;
}

html[lang="tr"] .spare-parts-hero .hero-visual-layer,
html[lang="en"] .spare-parts-hero .hero-visual-layer{
position:absolute!important;
inset:0!important;
width:100%!important;
height:100%!important;
min-height:0!important;
margin:0!important;
border-radius:0!important;
background:
linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.06)),
url('/assets/hero/tigsa-hero-deep-final.png') center 54%/cover no-repeat!important;
}

html[lang="tr"] .hero-parts-content,
html[lang="en"] .hero-parts-content{
display:none!important;
}

html[lang="tr"] .hero-feature-strip-tr,
html[lang="en"] .hero-feature-strip-en{
position:absolute!important;
left:50%!important;
right:auto!important;
bottom:-84px!important;
transform:translateX(-50%)!important;
z-index:4!important;
width:min(92%,1180px)!important;
min-height:74px!important;
margin:0!important;
display:grid!important;
grid-template-columns:repeat(4,minmax(0,1fr))!important;
align-items:center!important;
border-radius:10px!important;
background:linear-gradient(180deg,rgba(24,24,24,.95),rgba(8,8,8,.95))!important;
box-shadow:0 16px 36px rgba(0,0,0,.26)!important;
overflow:hidden!important;
}

.spare-parts-hero + .hero-stats{
display:none!important;
}

html[lang="tr"] .hero-feature-strip-tr div,
html[lang="en"] .hero-feature-strip-en div{
min-height:74px!important;
padding:12px 18px!important;
gap:12px!important;
border-right:1px solid rgba(229,0,18,.58)!important;
border-bottom:0!important;
}

html[lang="tr"] .hero-feature-strip-tr div:last-child,
html[lang="en"] .hero-feature-strip-en div:last-child{
border-right:0!important;
}

html[lang="tr"] .hero-feature-strip-tr span,
html[lang="en"] .hero-feature-strip-en span{
width:34px!important;
height:34px!important;
flex:0 0 34px!important;
font-size:18px!important;
}

html[lang="tr"] .hero-feature-strip-tr strong,
html[lang="en"] .hero-feature-strip-en strong{
font-size:13px!important;
line-height:1.2!important;
}

@media(max-width:700px){
html[lang="tr"] .spare-parts-hero,
html[lang="en"] .spare-parts-hero{
height:340px!important;
min-height:340px!important;
margin-bottom:142px!important;
}
html[lang="tr"] .spare-parts-hero .hero-visual-layer,
html[lang="en"] .spare-parts-hero .hero-visual-layer{
background-position:center 56%!important;
background-size:cover!important;
}
html[lang="tr"] .hero-feature-strip-tr,
html[lang="en"] .hero-feature-strip-en{
width:92%!important;
bottom:-126px!important;
margin:0!important;
grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
html[lang="tr"] .hero-feature-strip-tr div,
html[lang="en"] .hero-feature-strip-en div{
min-height:58px!important;
padding:9px 10px!important;
border-bottom:1px solid rgba(229,0,18,.35)!important;
}
html[lang="tr"] .hero-feature-strip-tr div:nth-child(2n),
html[lang="en"] .hero-feature-strip-en div:nth-child(2n){
border-right:0!important;
}
html[lang="tr"] .hero-feature-strip-tr div:nth-child(n+3),
html[lang="en"] .hero-feature-strip-en div:nth-child(n+3){
border-bottom:0!important;
}
html[lang="tr"] .hero-feature-strip-tr strong,
html[lang="en"] .hero-feature-strip-en strong{
font-size:10px!important;
}
}

/* TIGSA hero full-image fit on narrow screens */
@media(min-width:901px){
html[lang="tr"] .spare-parts-hero,
html[lang="en"] .spare-parts-hero{
height:clamp(500px,36vw,620px)!important;
min-height:500px!important;
background:#111!important;
}
html[lang="tr"] .spare-parts-hero .hero-visual-layer,
html[lang="en"] .spare-parts-hero .hero-visual-layer{
background:
linear-gradient(180deg,rgba(0,0,0,.01),rgba(0,0,0,.03)),
url('/assets/hero/tigsa-hero-desktop-wide.png') center bottom/cover no-repeat!important;
overflow:hidden!important;
}
}

@media(max-width:900px){
html[lang="tr"] .spare-parts-hero,
html[lang="en"] .spare-parts-hero{
height:clamp(320px,58vw,410px)!important;
min-height:320px!important;
background:#f2f2f2!important;
}
html[lang="tr"] .spare-parts-hero .hero-visual-layer,
html[lang="en"] .spare-parts-hero .hero-visual-layer{
background:
linear-gradient(180deg,rgba(0,0,0,.01),rgba(0,0,0,.03)),
url('/assets/hero/tigsa-hero-deep-final.png') center center/contain no-repeat!important;
background-color:#f2f2f2!important;
}
}

/* Dealer application page */
.dealer-hero{
background:#f6f7f8;
padding:56px 0 44px;
}

.dealer-hero-grid{
display:grid;
grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);
gap:28px;
align-items:stretch;
}

.dealer-kicker{
display:inline-flex;
align-items:center;
min-height:28px;
padding:0 12px;
border-left:4px solid #e50012;
background:#fff;
font-size:12px;
font-weight:800;
letter-spacing:.02em;
text-transform:uppercase;
color:#111;
}

.dealer-hero h1{
max-width:780px;
margin:18px 0 14px;
font-size:clamp(32px,4vw,54px);
line-height:1.04;
font-weight:900;
color:#111827;
}

.dealer-hero p{
max-width:760px;
font-size:17px;
line-height:1.7;
color:#374151;
}

.dealer-actions{
display:flex;
flex-wrap:wrap;
gap:12px;
margin-top:24px;
}

.dealer-actions a{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:46px;
padding:0 20px;
border-radius:6px;
background:#e50012;
color:#fff;
font-weight:800;
text-decoration:none;
}

.dealer-actions a:nth-child(2){
background:#111827;
}

.dealer-panel{
background:#111827;
color:#fff;
border-radius:8px;
padding:28px;
box-shadow:0 16px 34px rgba(17,24,39,.18);
}

.dealer-panel strong{
display:block;
font-size:18px;
margin-bottom:14px;
}

.dealer-panel ul{
margin:0;
padding-left:20px;
line-height:1.75;
color:#f3f4f6;
}

.dealer-section{
padding:44px 0;
background:#fff;
}

.dealer-columns{
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:18px;
}

.dealer-columns article{
border:1px solid #e5e7eb;
border-radius:8px;
padding:24px;
background:#fff;
}

.dealer-columns h2,
.dealer-form-card h2{
margin:0 0 12px;
font-size:22px;
line-height:1.25;
color:#111827;
}

.dealer-columns p,
.dealer-form-card p{
margin:0;
line-height:1.7;
color:#4b5563;
}

.dealer-form-section{
padding:0 0 56px;
background:#fff;
}

.dealer-form-card{
border-radius:8px;
background:#f6f7f8;
padding:28px;
}

.dealer-template{
margin-top:18px;
padding:18px;
border-radius:8px;
background:#fff;
border:1px solid #e5e7eb;
white-space:pre-line;
font-family:Montserrat,Arial,sans-serif;
line-height:1.7;
color:#111827;
}

@media(max-width:800px){
.dealer-hero{
padding:36px 0 28px;
}
.dealer-hero-grid,
.dealer-columns{
grid-template-columns:1fr;
}
.dealer-panel,
.dealer-form-card,
.dealer-columns article{
padding:20px;
}
.dealer-actions a{
width:100%;
}
}

@media(min-width:901px){
.menu{
overflow-x:visible!important;
}
.menu-inner{
width:100%!important;
min-width:0!important;
justify-content:center!important;
gap:clamp(14px,1.5vw,28px)!important;
padding:0 14px!important;
}
.menu-inner a{
padding:0!important;
font-size:14px!important;
}
.menu-inner a.active,
.menu .active{
color:#fff!important;
}
}


/* TIGSA blog SEO expansion */
.blog-cta-box{
  margin-top:30px;
  padding:24px;
  border-radius:14px;
  background:#f6f7f9;
  border:1px solid #e6e8ee;
}
.blog-cta-box strong{
  display:block;
  font-size:20px;
  margin-bottom:8px;
  color:#111827;
}
.blog-detail-card h2{
  font-size:26px;
  line-height:1.25;
  margin:30px 0 12px;
  color:#111827;
}
@media(max-width:700px){
  .product-card-actions{flex-direction:column;align-items:stretch}
  .product-card-quote{width:100%;min-height:42px}
}

/* Keep catalog cards compact while preserving full details on product pages. */
.product-grid .product-body p:first-of-type{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}


/* TIGSA B4B dealer portal entry */
.header-inner .search{flex:1;min-width:0}
.b4b-login,.menu a.b4b-nav{align-items:center;justify-content:flex-start;gap:10px;min-height:48px;padding:5px 12px!important;border:1px solid #272a2f;border-radius:5px;background:#111315;color:#fff!important;line-height:1;text-decoration:none;white-space:nowrap;box-shadow:0 8px 20px rgba(17,19,21,.16);transition:background-color .2s ease,transform .2s ease}
.b4b-login{display:none}
.menu a.b4b-nav{display:inline-flex!important;height:48px!important;margin:auto 0}
.b4b-login:hover,.menu a.b4b-nav:hover{background:#202328;transform:translateY(-1px)}
.b4b-mark{display:grid;place-items:center;width:38px;height:34px;border-radius:3px;background:#e50012;color:#fff;font-size:12px;font-weight:900}
.b4b-copy{display:grid;gap:3px;text-align:left}
.b4b-copy small{font-size:8px;font-weight:700;color:#aeb2b8;letter-spacing:.08em}
.b4b-copy strong{font-size:11px;font-weight:800;color:#fff}
.b4b-arrow{margin-left:2px;color:#e50012;font-size:18px;font-weight:800}
@media(max-width:900px){.b4b-login{display:inline-flex;width:100%;min-height:54px;margin:0;padding:7px 12px!important}.b4b-login .b4b-copy{flex:1}.b4b-login .b4b-copy small{font-size:9px}.b4b-login .b4b-copy strong{font-size:12px}.menu a.b4b-nav{display:none!important}}

/* TIGSA comprehensive product SEO */
.lang-switcher{position:fixed;top:12px;right:12px;z-index:1000;display:flex;gap:4px;padding:4px;background:#fff;border:1px solid #e5e7eb;border-radius:5px;box-shadow:0 6px 18px rgba(0,0,0,.12)}
.lang-switcher a{display:grid;place-items:center;width:34px;height:30px;font-size:11px;font-weight:900;color:#111;border-radius:3px}.lang-switcher a:hover{background:#e50012;color:#fff}
.seo-product-page,.collection-page{background:#f5f6f7;padding:24px 0 58px}.seo-breadcrumbs{margin:0 0 20px}.seo-breadcrumbs ol{display:flex;flex-wrap:wrap;gap:8px;list-style:none;font-size:13px;color:#59616b}.seo-breadcrumbs li:not(:last-child):after{content:'›';margin-left:8px;color:#9ca3af}.seo-breadcrumbs a:hover{color:#d60012}.seo-breadcrumbs span{font-weight:700;color:#252a31}
.product-seo-layout{display:grid;grid-template-columns:minmax(320px,520px) minmax(0,1fr);gap:42px;align-items:start;background:#fff;border:1px solid #e1e4e8;border-radius:6px;padding:32px;box-shadow:0 10px 30px rgba(17,24,39,.06)}.product-seo-media{display:grid;place-items:center;aspect-ratio:1/1;background:#fff;border:1px solid #eceff2;border-radius:5px;padding:24px}.product-seo-media img{max-width:100%;max-height:100%;object-fit:contain}.seo-eyebrow{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.seo-eyebrow a,.seo-eyebrow span,.collection-kicker{display:inline-flex;padding:7px 9px;border-radius:3px;background:#111315;color:#fff;font-size:11px;font-weight:900;text-transform:uppercase}.seo-eyebrow a{background:#e50012}.product-seo-summary h1{font-size:32px;line-height:1.25;margin-bottom:15px}.seo-lead{font-size:16px;line-height:1.7;color:#444c55}.product-facts{margin:22px 0;display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #e5e7eb}.product-facts div{padding:12px 8px;border-bottom:1px solid #e5e7eb}.product-facts dt{font-size:11px;font-weight:900;color:#747b84;text-transform:uppercase}.product-facts dd{margin-top:5px;font-weight:750;color:#111}.product-seo-actions{display:flex;gap:10px;flex-wrap:wrap}.secondary-action{display:inline-flex;align-items:center;min-height:48px;padding:0 18px;border:1px solid #111;border-radius:4px;font-size:13px;font-weight:900}.secondary-action:hover{background:#111;color:#fff}
.product-copy-grid{display:grid;grid-template-columns:2fr 1fr;gap:28px;margin-top:28px}.product-copy-grid>div,.product-copy-grid>aside,.wholesale-copy,.collection-seo-copy{background:#fff;border:1px solid #e1e4e8;border-radius:5px;padding:26px}.product-copy-grid h2,.wholesale-copy h2,.collection-seo-copy h2{font-size:22px;margin-bottom:12px}.product-copy-grid p,.wholesale-copy p,.collection-seo-copy p{font-size:15px;line-height:1.75;color:#3f4750}.product-copy-grid p+p{margin-top:12px}.product-copy-grid ul{list-style:none}.product-copy-grid li{padding:10px 0;border-bottom:1px solid #eceff2;font-size:14px}.product-copy-grid li:last-child{border-bottom:0}.product-copy-grid a{font-weight:800;color:#d60012}.wholesale-copy{margin-top:28px;border-left:4px solid #e50012}
.related-products{margin-top:34px}.related-grid,.collection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.seo-product-card{display:grid;grid-template-rows:180px 1fr;background:#fff;border:1px solid #e1e4e8;border-radius:5px;overflow:hidden}.seo-product-image{display:grid;place-items:center;padding:16px;background:#fff;border-bottom:1px solid #eceff2}.seo-product-image img{width:100%;height:100%;object-fit:contain}.seo-product-card>div{padding:17px}.seo-product-card h3{font-size:18px;margin:8px 0}.seo-product-card p{font-size:13px;line-height:1.5;color:#555;min-height:40px}.seo-detail-link{display:inline-flex;margin-top:12px;font-size:13px;font-weight:900;color:#d60012}
.collection-hero{display:grid;grid-template-columns:1fr auto;gap:12px 28px;align-items:end;margin-bottom:28px;padding:28px 0;border-bottom:1px solid #d8dde3}.collection-hero .collection-kicker{grid-column:1/-1;width:max-content;background:#e50012}.collection-hero h1{font-size:38px}.collection-hero p{max-width:850px;font-size:16px;line-height:1.7;color:#48515b}.collection-stats{display:flex;align-items:baseline;gap:8px;padding:12px 16px;background:#111315;color:#fff;border-radius:4px}.collection-stats strong{font-size:28px}.collection-stats span{font-size:12px}.collection-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.collection-seo-copy{margin-top:34px}.catalog-seo-navigation{background:#f0f2f4;border-bottom:1px solid #d9dde2;padding:28px 0}.catalog-seo-navigation .container{display:grid;grid-template-columns:1fr 1fr;gap:28px}.catalog-seo-navigation h2{font-size:18px;margin-bottom:12px}.seo-chip-list{display:flex;flex-wrap:wrap;gap:8px}.seo-chip-list a{display:inline-flex;padding:8px 10px;background:#fff;border:1px solid #d5d9de;border-radius:3px;font-size:12px;font-weight:800}.seo-chip-list a:hover{border-color:#e50012;color:#d60012}
.dealer-form-head h1{font-size:38px;font-weight:900;margin-bottom:14px}.seo-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}
@media(max-width:1100px){.product-seo-layout{grid-template-columns:1fr 1.2fr;gap:25px}.related-grid,.collection-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-seo-summary h1{font-size:26px}}
@media(max-width:760px){.seo-product-page,.collection-page{padding-top:16px}.lang-switcher{top:8px;right:8px}.product-seo-layout{grid-template-columns:1fr;padding:18px}.product-seo-media{aspect-ratio:4/3}.product-seo-summary h1{font-size:24px}.product-facts{grid-template-columns:1fr}.product-copy-grid{grid-template-columns:1fr}.related-grid,.collection-grid{grid-template-columns:1fr 1fr}.seo-product-card{grid-template-rows:145px 1fr}.collection-hero{grid-template-columns:1fr}.collection-hero h1{font-size:30px}.collection-stats{width:max-content}.catalog-seo-navigation .container{grid-template-columns:1fr}.dealer-form-head h1{font-size:28px}}
@media(max-width:480px){.related-grid,.collection-grid{grid-template-columns:1fr}.product-seo-actions{flex-direction:column}.product-seo-actions a{width:100%;justify-content:center}.seo-product-card{grid-template-columns:120px 1fr;grid-template-rows:auto}.seo-product-image{border-right:1px solid #eceff2;border-bottom:0}.collection-hero h1{font-size:27px}.dealer-form-head h1{font-size:22px}}

/* TIGSA organic growth SEO */
.growth-page,.guide-page,.wholesale-page{background:#f5f6f7;padding:24px 0 58px}.growth-overview,.wholesale-content{display:grid;grid-template-columns:1.3fr 1fr;gap:26px;margin:28px 0;padding:26px;background:#fff;border:1px solid #e1e4e8;border-left:4px solid #e50012;border-radius:5px}.growth-overview h2,.growth-links h2,.growth-cta h2,.guide-page h2,.wholesale-content h2{font-size:22px;margin-bottom:10px}.growth-overview p,.growth-links p,.growth-cta p,.guide-page p,.wholesale-content p{font-size:15px;line-height:1.75;color:#3f4750}.growth-overview ul{display:grid;grid-template-columns:1fr 1fr;gap:8px;list-style:none}.growth-overview li{padding:11px;background:#f2f4f6;border-radius:3px;font-size:13px;font-weight:800}.growth-links{margin-top:28px;padding:26px;background:#fff;border:1px solid #e1e4e8;border-radius:5px}.growth-guide-link{margin-top:18px}.growth-guide-link a{font-weight:900;color:#d60012}.growth-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:28px;padding:28px;background:#111315;color:#fff;border-radius:5px}.growth-cta p{color:#d7dce1}.growth-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.home-growth-band{padding:34px 0;background:#111315;color:#fff}.home-growth-band .container{display:flex;align-items:center;justify-content:space-between;gap:30px}.home-growth-band span,.organic-wholesale-hero>span,.organic-guide-hero>span{display:block;margin-bottom:7px;color:#e50012;font-size:12px;font-weight:900;text-transform:uppercase}.home-growth-band h2{font-size:28px;margin-bottom:7px}.home-growth-band p{color:#cbd0d5}.home-growth-band a{flex:0 0 auto;padding:14px 18px;background:#e50012;color:#fff;border-radius:4px;font-weight:900}.growth-priority-links{padding:28px 0;background:#f0f2f4;border-bottom:1px solid #d9dde2}.growth-priority-links .container{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.growth-priority-links h2{font-size:20px;margin-bottom:12px}.guide-shell{max-width:1000px}.guide-page article{background:#fff;border:1px solid #e1e4e8;border-radius:5px;overflow:hidden}.organic-guide-hero,.organic-wholesale-hero{padding:42px;background:#111315;color:#fff}.organic-guide-hero h1,.organic-wholesale-hero h1{font-size:38px;line-height:1.2}.organic-guide-hero p,.organic-wholesale-hero p{margin-top:14px;color:#d8dce0;font-size:17px;line-height:1.7}.guide-page article>section,.guide-related{padding:30px 42px;border-top:1px solid #e5e7eb}.guide-checklist{display:grid;grid-template-columns:1fr 1fr;gap:10px;list-style:none}.guide-checklist li{display:flex;align-items:center;gap:12px;padding:14px;background:#f2f4f6}.guide-checklist strong{display:grid;place-items:center;width:28px;height:28px;background:#e50012;color:#fff;border-radius:50%}.guide-related{background:#f5f6f7}.growth-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin:28px 0;background:#d9dde2;border:1px solid #d9dde2}.growth-metrics div{padding:24px;background:#fff;text-align:center}.growth-metrics strong{display:block;font-size:34px;color:#e50012}.growth-metrics span{font-size:12px;font-weight:900;text-transform:uppercase}.wholesale-content{grid-template-columns:repeat(3,1fr);border-left:1px solid #e1e4e8}.wholesale-content>div{padding:8px 18px;border-right:1px solid #e5e7eb}.wholesale-content>div:last-child{border-right:0}
@media(max-width:760px){.growth-overview,.wholesale-content{grid-template-columns:1fr}.growth-overview ul,.guide-checklist{grid-template-columns:1fr}.growth-cta,.home-growth-band .container,.growth-priority-links .container{align-items:stretch;flex-direction:column}.growth-metrics{grid-template-columns:1fr}.organic-guide-hero,.organic-wholesale-hero,.guide-page article>section,.guide-related{padding:24px}.organic-guide-hero h1,.organic-wholesale-hero h1{font-size:28px}.wholesale-content>div{border-right:0;border-bottom:1px solid #e5e7eb}.wholesale-content>div:last-child{border-bottom:0}}

/* TIGSA_HEADER_BRAND_STRIP_START */
/* TIGSA header clearance and rotating brand portfolio */
@media (min-width:769px){
  .header-inner{padding-right:104px!important}
  .header-inner .phone{display:block!important;flex:0 0 168px;min-width:168px;text-align:right;white-space:nowrap}
}
#lang-switcher{top:12px!important;right:12px!important;padding:4px 6px!important;border:1px solid #e3e6e9!important;border-radius:5px!important;font-size:18px!important;line-height:1!important;box-shadow:0 5px 15px rgba(17,24,39,.12)!important}
#lang-switcher span{display:inline-grid;place-items:center;width:30px;height:28px;margin:0!important}
.brand-marquee{position:relative;width:100%;height:84px;overflow:hidden;background:#fff;border-top:1px solid #eceff2;border-bottom:1px solid #dfe3e7}
.brand-marquee__viewport{width:100%;height:100%;overflow:hidden}
.brand-marquee__track{display:flex;width:max-content;height:100%;animation:tigsa-brand-scroll 36s linear infinite;will-change:transform}
.brand-marquee__group{display:flex;flex:0 0 auto;align-items:center;gap:18px;height:100%;padding-right:18px}
.brand-marquee__link{display:grid;place-items:center;flex:0 0 172px;width:172px;height:64px;padding:7px 20px;border-left:1px solid #eef0f2;background:#fff}
.brand-marquee__link:first-child{border-left:0}
.brand-marquee__link img{display:block;width:132px;height:52px;object-fit:contain}
.brand-marquee__link--dark{height:58px;margin:3px 0;background:#15171a;border-left-color:#15171a}
.brand-marquee__link:hover img{transform:scale(1.04)}
.brand-marquee__link img{transition:transform .2s ease}
.brand-marquee:hover .brand-marquee__track{animation-play-state:paused}
@keyframes tigsa-brand-scroll{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}
@media (max-width:768px){
  #lang-switcher{top:8px!important;right:8px!important}
  .brand-marquee{height:68px}
  .brand-marquee__track{animation-duration:28s}
  .brand-marquee__group{gap:10px;padding-right:10px}
  .brand-marquee__link{flex-basis:136px;width:136px;height:54px;padding:6px 14px}
  .brand-marquee__link img{width:108px;height:42px}
  .brand-marquee__link--dark{height:50px;margin:2px 0}
}
@media (prefers-reduced-motion:reduce){
  .brand-marquee__viewport{overflow-x:auto}
  .brand-marquee__track{animation:none}
  .brand-marquee__group[aria-hidden="true"]{display:none}
}
/* TIGSA_HEADER_BRAND_STRIP_END */

/* TIGSA_HEADER_BRAND_STRIP_START */
/* TIGSA header clearance and rotating brand portfolio */
@media (min-width:769px){
  .header-inner{padding-right:104px!important}
  .header-inner .phone{display:block!important;flex:0 0 168px;min-width:168px;text-align:right;white-space:nowrap}
}
#lang-switcher{top:12px!important;right:12px!important;padding:4px 6px!important;border:1px solid #e3e6e9!important;border-radius:5px!important;font-size:18px!important;line-height:1!important;box-shadow:0 5px 15px rgba(17,24,39,.12)!important}
#lang-switcher span{display:inline-grid;place-items:center;width:30px;height:28px;margin:0!important}
.brand-marquee{position:relative;width:100%;height:84px;overflow:hidden;background:#fff;border-top:1px solid #eceff2;border-bottom:1px solid #dfe3e7}
.brand-marquee__viewport{width:100%;height:100%;overflow:hidden}
.brand-marquee__track{display:flex;width:max-content;height:100%;animation:tigsa-brand-scroll 36s linear infinite;will-change:transform}
.brand-marquee__group{display:flex;flex:0 0 auto;align-items:center;gap:18px;height:100%;padding-right:18px}
.brand-marquee__link{display:grid;place-items:center;flex:0 0 184px;width:184px;height:64px;padding:5px 18px;border-left:1px solid #eef0f2;background:#fff;overflow:hidden}
.brand-marquee__link:first-child{border-left:0}
.brand-marquee__link img{display:block;width:148px;height:54px;object-fit:contain}
.brand-marquee__link--dark,.brand-marquee__link--red{height:58px;margin:3px 0;border-left-color:transparent}
.brand-marquee__link--dark{background:#15171a}
.brand-marquee__link--red{background:#e30613}
.brand-marquee__link:hover img{transform:scale(1.04)}
.brand-marquee__link img{transition:transform .2s ease}
.brand-marquee:hover .brand-marquee__track{animation-play-state:paused}
@keyframes tigsa-brand-scroll{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}
@media (max-width:768px){
  #lang-switcher{top:8px!important;right:8px!important}
  .brand-marquee{height:68px}
  .brand-marquee__track{animation-duration:28s}
  .brand-marquee__group{gap:10px;padding-right:10px}
  .brand-marquee__link{flex-basis:148px;width:148px;height:54px;padding:5px 12px}
  .brand-marquee__link img{width:124px;height:44px}
  .brand-marquee__link--dark,.brand-marquee__link--red{height:50px;margin:2px 0}
}
@media (prefers-reduced-motion:reduce){
  .brand-marquee__viewport{overflow-x:auto}
  .brand-marquee__track{animation:none}
  .brand-marquee__group[aria-hidden="true"]{display:none}
}
/* TIGSA_HEADER_BRAND_STRIP_END */

/* TIGSA_HEADER_BRAND_STRIP_START */
/* TIGSA header clearance and rotating brand portfolio */
@media (min-width:769px){
  .header-inner{padding-right:104px!important}
  .header-inner .phone{display:block!important;flex:0 0 168px;min-width:168px;text-align:right;white-space:nowrap}
}
#lang-switcher{top:12px!important;right:12px!important;padding:4px 6px!important;border:1px solid #e3e6e9!important;border-radius:5px!important;font-size:18px!important;line-height:1!important;box-shadow:0 5px 15px rgba(17,24,39,.12)!important}
#lang-switcher span{display:inline-grid;place-items:center;width:30px;height:28px;margin:0!important}
.brand-marquee{position:relative;width:100%;height:84px;overflow:hidden;background:#fff;border-top:1px solid #eceff2;border-bottom:1px solid #dfe3e7}
.brand-marquee__viewport{width:100%;height:100%;overflow:hidden}
.brand-marquee__track{display:flex;width:max-content;height:100%;animation:tigsa-brand-scroll 36s linear infinite;will-change:transform}
.brand-marquee__group{display:flex;flex:0 0 auto;align-items:center;gap:18px;height:100%;padding-right:18px}
.brand-marquee__link{display:grid;place-items:center;flex:0 0 184px;width:184px;height:64px;padding:5px 18px;border-left:1px solid #eef0f2;background:#fff;overflow:hidden}
.brand-marquee__link:first-child{border-left:0}
.brand-marquee__link img{display:block;width:148px;height:54px;object-fit:contain}
.brand-marquee__link--dark,.brand-marquee__link--red{height:58px;margin:3px 0;border-left-color:transparent}
.brand-marquee__link--dark{background:#15171a}
.brand-marquee__link--red{background:#e30613}
.brand-marquee__link:hover img{transform:scale(1.04)}
.brand-marquee__link img{transition:transform .2s ease}
.brand-marquee:hover .brand-marquee__track{animation-play-state:paused}
@keyframes tigsa-brand-scroll{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}
@media (max-width:768px){
  #lang-switcher{top:8px!important;right:8px!important}
  .brand-marquee{height:68px}
  .brand-marquee__track{animation-duration:28s}
  .brand-marquee__group{gap:10px;padding-right:10px}
  .brand-marquee__link{flex-basis:148px;width:148px;height:54px;padding:5px 12px}
  .brand-marquee__link img{width:124px;height:44px}
  .brand-marquee__link--dark,.brand-marquee__link--red{height:50px;margin:2px 0}
}
@media (prefers-reduced-motion:reduce){
  .brand-marquee__viewport{overflow-x:auto}
  .brand-marquee__track{animation:none}
  .brand-marquee__group[aria-hidden="true"]{display:none}
}
/* TIGSA_HEADER_BRAND_STRIP_END */

/* TIGSA muadil arama referans sonuçları */
.equivalent-reference-card{border:2px solid #e6b900;background:#fffdf2}
.equivalent-reference-visual{height:230px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:24px;text-align:center;background:linear-gradient(145deg,#111315,#30343a);color:#fff}
.equivalent-reference-visual span{font-size:14px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#ffd400}
.equivalent-reference-visual strong{font-size:30px;line-height:1.1;word-break:break-word}
.equivalent-reference-visual small{font-size:12px;font-weight:800;color:#d9dde2}
.equivalent-reference-card .cat{background:#8a7200}
@media(max-width:700px){.equivalent-reference-visual{height:185px}.equivalent-reference-visual strong{font-size:25px}}

/* Contact hero: hide logo embedded in the source image */
body:has(.contact-pro-grid) .dealer-form-section{background-position:center -230px!important;background-repeat:no-repeat!important;background-size:auto!important;background-color:#050505!important}

