*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#11211b;background:#f7faf8;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{background:#0c2f24;color:#dff7ec;font-size:13px}.topbar .container{display:flex;justify-content:space-between;gap:16px;padding:8px 0}.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid #e3ece7}.nav{height:76px;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center;gap:12px;margin-right:auto;font-weight:900;letter-spacing:-.5px}.mark{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#0a6a49,#2ec986);display:grid;place-items:center;color:white;font-weight:900;box-shadow:0 10px 26px #0a6a4938}.navlinks{display:flex;align-items:center;gap:19px;font-weight:700;font-size:14px}.drop{position:relative}.dropdown{display:none;position:absolute;top:28px;left:-18px;min-width:260px;padding:10px;background:#fff;border:1px solid #e1ebe6;border-radius:16px;box-shadow:0 18px 55px #183d2e24}.drop:hover .dropdown{display:block}.dropdown a{display:block;padding:10px 12px;border-radius:10px}.dropdown a:hover{background:#f0f8f4;color:#08724d}.lang{display:flex;gap:5px}.lang a{padding:6px 7px;border-radius:8px;font-size:12px;font-weight:800}.lang a.active,.lang a:hover{background:#e6f5ee;color:#08724d}.menuBtn{display:none;border:0;background:#eef7f2;border-radius:10px;padding:10px;font-size:20px}.hero{padding:72px 0 46px;background:radial-gradient(circle at 85% 10%,#cdf4e2,transparent 34%),linear-gradient(180deg,#f9fcfa,#edf7f2)}.heroGrid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:50px}.eyebrow{display:inline-flex;gap:8px;align-items:center;padding:7px 12px;background:#e3f5ec;color:#08724d;border-radius:999px;font-weight:800;font-size:13px}.hero h1{font-size:clamp(38px,5vw,68px);line-height:1.04;letter-spacing:-2.4px;margin:16px 0}.hero p{font-size:19px;color:#50625a;max-width:720px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.btn{display:inline-flex;justify-content:center;align-items:center;gap:8px;padding:13px 19px;border-radius:12px;font-weight:800;border:1px solid transparent}.primary{background:#096b49;color:#fff;box-shadow:0 11px 28px #096b4930}.secondary{background:#fff;border-color:#d9e7df}.heroCard{background:#fff;border:1px solid #dae9e1;border-radius:26px;padding:26px;box-shadow:0 28px 75px #143b2a18}.gauge{height:240px;border-radius:20px;background:linear-gradient(145deg,#0c3025,#126745);padding:25px;color:white;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}.gauge:after{content:'';position:absolute;width:200px;height:200px;border:35px solid #ffffff1f;border-radius:50%;right:-60px;bottom:-65px}.gauge strong{font-size:34px}.badges{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.badge{padding:12px;background:#f3f8f5;border-radius:12px;text-align:center;font-size:12px;font-weight:800}.section{padding:72px 0}.sectionTitle{max-width:760px;margin-bottom:30px}.sectionTitle h2{font-size:clamp(30px,4vw,46px);line-height:1.1;margin:8px 0 12px;letter-spacing:-1.2px}.sectionTitle p{color:#617168}.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:white;border:1px solid #dfebe5;border-radius:18px;padding:23px;box-shadow:0 8px 30px #213d3010;transition:.22s}.card:hover{transform:translateY(-4px);box-shadow:0 18px 50px #213d301a}.icon{width:48px;height:48px;border-radius:14px;background:#e7f7ef;display:grid;place-items:center;font-size:23px;margin-bottom:18px}.card h3{margin:4px 0 8px;font-size:20px}.card p{color:#64756c;font-size:14px}.card .link{color:#08724d;font-weight:850}.dark{background:#0d2f24;color:#fff}.dark .sectionTitle p{color:#bad4c8}.areaTags{display:flex;flex-wrap:wrap;gap:10px}.areaTags a{padding:10px 13px;border-radius:999px;background:#ffffff12;border:1px solid #ffffff22}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat{background:#fff;padding:24px;border-radius:18px;border:1px solid #e0ebe5}.stat b{font-size:34px;color:#08724d;display:block}.breadcrumb{padding:18px 0;color:#667970;font-size:13px}.pageHero{padding:52px 0;background:linear-gradient(180deg,#edf8f2,#f8fbf9)}.pageHero h1{font-size:clamp(34px,5vw,58px);line-height:1.07;margin:8px 0 15px;letter-spacing:-1.5px}.content{display:grid;grid-template-columns:1fr 320px;gap:34px}.prose{background:#fff;border:1px solid #e2ebe6;border-radius:20px;padding:30px}.prose h2{font-size:28px;margin-top:30px}.prose p,.prose li{color:#53675d}.sidebar{display:flex;flex-direction:column;gap:16px}.sidebox{background:white;border:1px solid #e1ebe6;border-radius:18px;padding:20px}.sidebox h3{margin-top:0}.faq details{background:#fff;border:1px solid #e0eae5;border-radius:14px;padding:16px 18px;margin:10px 0}.faq summary{font-weight:800;cursor:pointer}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.placeholder{aspect-ratio:4/3;border-radius:18px;background:linear-gradient(135deg,#dff2e8,#f9fcfa);border:1px solid #d9e9e1;display:grid;place-items:center;color:#2b7058;font-weight:850}.form{display:grid;gap:12px}.form input,.form select,.form textarea{width:100%;padding:13px 14px;border:1px solid #d8e6df;border-radius:11px;font:inherit;background:#fff}.form textarea{min-height:130px;resize:vertical}.footer{background:#08271e;color:#d4e8de;padding:50px 0 22px}.footerGrid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:30px}.footer h4{color:white;margin-top:0}.footer a{display:block;margin:7px 0;color:#bdd5c9}.copy{border-top:1px solid #ffffff16;margin-top:30px;padding-top:18px;font-size:12px;color:#99b8a9}.rtl{direction:rtl}.rtl .brand{margin-right:0;margin-left:auto}.rtl .dropdown{left:auto;right:-18px}
@media(max-width:980px){.navlinks,.lang{display:none}.menuBtn{display:block}.nav.open{height:auto;flex-wrap:wrap;padding:14px 0}.nav.open .navlinks{display:flex;width:100%;flex-direction:column;align-items:stretch;padding-bottom:16px}.nav.open .lang{display:flex;width:100%;padding-bottom:14px}.drop:hover .dropdown{display:none}.heroGrid,.content{grid-template-columns:1fr}.grid4{grid-template-columns:repeat(2,1fr)}.grid3,.gallery{grid-template-columns:repeat(2,1fr)}.footerGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.container{width:min(100% - 26px,1180px)}.topbar .container{display:block}.hero{padding-top:46px}.hero h1{letter-spacing:-1.4px}.grid4,.grid3,.gallery,.stats,.footerGrid{grid-template-columns:1fr}.badges{grid-template-columns:1fr}.section{padding:52px 0}.pageHero{padding:38px 0}}
/* Butekplus service hero slider */
.serviceSlider{position:relative;min-height:clamp(540px,68vw,760px);background:#08131b;color:#fff;overflow:hidden;isolation:isolate}.serviceSlides{position:absolute;inset:0}.serviceSlide{position:absolute;inset:0;opacity:0;visibility:hidden;transform:scale(1.025);transition:opacity .55s ease,transform 1.1s ease,visibility .55s}.serviceSlide.is-active{opacity:1;visibility:visible;transform:scale(1);z-index:2}.serviceSlide>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.serviceSlideShade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,12,18,.9) 0%,rgba(5,13,19,.73) 34%,rgba(5,13,19,.22) 68%,rgba(5,13,19,.42) 100%),linear-gradient(0deg,rgba(4,12,18,.62) 0%,transparent 42%)}.serviceSlideContent{position:relative;z-index:3;min-height:clamp(540px,68vw,760px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-top:30px;padding-bottom:150px}.sliderEyebrow{display:inline-flex;align-items:center;padding:8px 13px;border:1px solid rgba(255,255,255,.24);background:rgba(6,23,34,.38);backdrop-filter:blur(10px);border-radius:999px;font-size:13px;font-weight:850;letter-spacing:.02em}.serviceSlide h1{max-width:780px;margin:17px 0 14px;font-size:clamp(40px,5.7vw,76px);line-height:.98;letter-spacing:-2.5px;text-wrap:balance}.serviceSlide p{max-width:610px;margin:0;color:#e7eef2;font-size:clamp(16px,1.6vw,20px);line-height:1.55;text-shadow:0 2px 18px #000}.sliderCta{display:inline-flex;align-items:center;gap:12px;margin-top:27px;padding:14px 20px;border-radius:10px;background:#d9101c;color:#fff;font-weight:900;box-shadow:0 15px 38px rgba(217,16,28,.28);transition:transform .2s,background .2s}.sliderCta:hover{background:#bd0712;transform:translateY(-2px)}.sliderCta span{font-size:20px}.sliderArrow{position:absolute;z-index:6;top:50%;width:48px;height:48px;margin-top:-45px;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:grid;place-items:center;background:rgba(5,15,22,.44);backdrop-filter:blur(8px);color:#fff;font-size:35px;line-height:1;cursor:pointer;transition:.2s}.sliderArrow:hover{background:#d9101c;border-color:#d9101c}.sliderPrev{left:max(16px,calc((100vw - 1420px)/2))}.sliderNext{right:max(16px,calc((100vw - 1420px)/2))}.serviceTabs{position:absolute;z-index:7;left:50%;bottom:25px;transform:translateX(-50%);display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.serviceTab{min-width:0;display:flex;align-items:center;gap:12px;padding:14px 15px;border:1px solid rgba(255,255,255,.18);border-radius:13px;background:rgba(5,16,24,.52);backdrop-filter:blur(12px);color:#fff;text-align:left;cursor:pointer;transition:.2s}.serviceTab span{font-size:11px;font-weight:900;opacity:.62}.serviceTab strong{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px}.serviceTab:hover,.serviceTab.is-active{background:rgba(217,16,28,.93);border-color:rgba(255,255,255,.2)}.sliderProgress{position:absolute;z-index:8;left:0;right:0;bottom:0;height:3px;background:rgba(255,255,255,.15)}.sliderProgress span{display:block;width:0;height:100%;background:#e21a25}.serviceSlider.is-playing .sliderProgress span{animation:sliderTimer 6s linear forwards}@keyframes sliderTimer{from{width:0}to{width:100%}}
@media (prefers-reduced-motion:reduce){.serviceSlide,.sliderCta{transition:none}.serviceSlider.is-playing .sliderProgress span{animation:none;width:100%}}
@media(max-width:980px){.serviceSlider,.serviceSlideContent{min-height:650px}.serviceSlideContent{padding-bottom:135px;padding-left:22px;padding-right:22px}.serviceSlide h1{max-width:680px}.serviceTabs{width:calc(100% - 34px);gap:6px}.serviceTab{justify-content:center;padding:13px 8px}.serviceTab span{display:none}.serviceTab strong{font-size:12px}.sliderArrow{top:auto;bottom:101px;margin:0;width:43px;height:43px}.sliderPrev{left:17px}.sliderNext{right:17px}}
@media(max-width:620px){.serviceSlider,.serviceSlideContent{min-height:620px}.serviceSlide>img{object-position:58% center}.serviceSlideShade{background:linear-gradient(0deg,rgba(4,12,18,.96) 0%,rgba(4,12,18,.75) 48%,rgba(4,12,18,.12) 100%)}.serviceSlideContent{justify-content:flex-end;padding:70px 19px 145px}.sliderEyebrow{font-size:11px;padding:6px 9px}.serviceSlide h1{font-size:clamp(34px,10vw,48px);letter-spacing:-1.6px;max-width:95%;margin:12px 0}.serviceSlide p{font-size:15px;line-height:1.45;max-width:95%}.sliderCta{margin-top:19px;padding:12px 16px;font-size:14px}.serviceTabs{bottom:16px;width:calc(100% - 26px);grid-template-columns:repeat(4,1fr)}.serviceTab{height:50px;padding:7px 5px;border-radius:10px}.serviceTab strong{font-size:0}.serviceTab strong:after{content:'•';font-size:22px}.serviceTab.is-active strong:after{content:'●';font-size:17px}.sliderArrow{bottom:77px}.sliderProgress{bottom:0}.topbar{display:none}.header{top:0}}

/* V3 reference-matched split service hero */
.heroBenefits{background:#fff;border-bottom:1px solid #e7edf1;box-shadow:0 7px 24px rgba(8,25,38,.04);position:relative;z-index:10}
.heroBenefitsGrid{display:grid;grid-template-columns:repeat(4,1fr);min-height:134px;align-items:center}
.heroBenefit{display:flex;align-items:center;gap:16px;padding:24px 28px;min-width:0}
.heroBenefit+.heroBenefit{border-left:1px solid #e2e8ec}
.heroBenefitIcon{width:58px;height:58px;flex:0 0 58px;border:2px solid #e10f1b;border-radius:50%;display:grid;place-items:center;color:#e10f1b;font-size:29px;font-weight:900;line-height:1}
.heroBenefitText{display:grid;gap:5px;min-width:0}.heroBenefitText strong{font-size:14px;line-height:1.2;color:#071827}.heroBenefitText small{font-size:12.5px;line-height:1.42;color:#53616c}
@media(min-width:981px){
  .serviceSlider{min-height:540px;height:clamp(540px,42vw,650px);background:#07131c}
  .serviceSlides{display:flex;position:absolute;inset:0;overflow:hidden}
  .serviceSlide,.serviceSlide.is-active{position:relative;inset:auto;flex:1 1 25%;height:100%;opacity:1;visibility:visible;transform:none;z-index:1;transition:flex .38s ease,filter .38s ease;overflow:hidden;isolation:isolate}
  .serviceSlide:nth-child(1){clip-path:polygon(0 0,100% 0,91% 100%,0 100%);margin-right:-2.4%}
  .serviceSlide:nth-child(2),.serviceSlide:nth-child(3){clip-path:polygon(9% 0,100% 0,91% 100%,0 100%);margin-right:-2.4%}
  .serviceSlide:nth-child(4){clip-path:polygon(9% 0,100% 0,100% 100%,0 100%)}
  .serviceSlide:hover,.serviceSlide:focus-within,.serviceSlide.is-active{flex-grow:1.08;z-index:2}
  .serviceSlide>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .65s ease}
  .serviceSlide:hover>img,.serviceSlide:focus-within>img{transform:scale(1.045)}
  .serviceSlideShade{z-index:1;background:linear-gradient(0deg,rgba(3,10,15,.92) 0%,rgba(3,10,15,.62) 34%,rgba(3,10,15,.12) 72%),linear-gradient(90deg,rgba(2,8,13,.25),transparent 56%)}
  .serviceSlideContent{z-index:2;min-height:100%;height:100%;width:100%;max-width:none;margin:0;padding:0 8% 52px 13%;justify-content:flex-end;align-items:flex-start}
  .serviceSlide:first-child .serviceSlideContent{padding-left:12%}
  .sliderEyebrow{display:none}
  .serviceSlide h1{margin:0 0 9px;max-width:290px;font-size:clamp(24px,2.05vw,35px);line-height:1.03;letter-spacing:-.8px;text-transform:uppercase;text-shadow:0 2px 18px rgba(0,0,0,.45)}
  .serviceSlide p{max-width:270px;margin:0;font-size:clamp(13px,1.05vw,17px);line-height:1.38;color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.55)}
  .sliderCta{margin-top:18px;padding:12px 17px;border-radius:4px;font-size:12px;text-transform:uppercase;box-shadow:none;background:#e10f1b}
  .sliderCta:hover{transform:none;background:#c90914}
  .sliderArrow{top:50%;margin-top:-24px;width:44px;height:44px;border:0;background:rgba(5,12,18,.55);font-size:32px;z-index:8}
  .sliderPrev{left:12px}.sliderNext{right:12px}.sliderArrow:hover{background:#e10f1b}
  .serviceTabs{left:50%;bottom:16px;width:auto;transform:translateX(-50%);display:flex;gap:9px;z-index:9}
  .serviceTab{width:10px;height:10px;min-width:10px;min-height:10px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.78);backdrop-filter:none;overflow:hidden}
  .serviceTab span,.serviceTab strong{display:none}.serviceTab:hover,.serviceTab.is-active{background:#e10f1b;transform:scale(1.12)}
  .sliderProgress{display:none}
}
@media(max-width:980px){
  .heroBenefitsGrid{grid-template-columns:repeat(2,1fr)}
  .heroBenefit{min-height:112px;padding:20px}.heroBenefit:nth-child(3){border-left:0;border-top:1px solid #e2e8ec}.heroBenefit:nth-child(4){border-top:1px solid #e2e8ec}
}
@media(max-width:620px){
  .serviceSlider,.serviceSlideContent{min-height:590px}
  .serviceSlideContent{padding-bottom:136px}
  .serviceSlide h1{text-transform:uppercase;font-size:clamp(31px,9vw,43px)}
  .heroBenefitsGrid{grid-template-columns:1fr 1fr;min-height:0}
  .heroBenefit{display:grid;grid-template-columns:44px 1fr;gap:10px;min-height:105px;padding:15px 12px}
  .heroBenefitIcon{width:42px;height:42px;flex-basis:42px;font-size:21px}
  .heroBenefitText strong{font-size:11px}.heroBenefitText small{font-size:10.5px}
}
@media(max-width:390px){.heroBenefitsGrid{grid-template-columns:1fr}.heroBenefit+.heroBenefit{border-left:0;border-top:1px solid #e2e8ec}.heroBenefit{min-height:84px}}

/* V4 homepage: services, Bursa districts and industry CTAs */
.homeServices{padding:86px 0;background:#f8fafb}.sectionHead{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.7fr);gap:54px;align-items:end;margin-bottom:34px}.sectionKicker,.ctaKicker{display:inline-block;color:#df111d;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px}.sectionHead h2{font-size:clamp(32px,4.1vw,50px);line-height:1.06;letter-spacing:-1.6px;margin:0;color:#081927;text-wrap:balance}.sectionHead>p{margin:0;color:#5f6c75;font-size:16px;line-height:1.75}.serviceShowcase{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.serviceFeature{position:relative;min-height:390px;padding:24px;border-radius:22px;background:#fff;border:1px solid #e3e9ed;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 12px 35px rgba(7,24,36,.055);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.serviceFeature:before{content:"";position:absolute;right:-48px;top:-48px;width:145px;height:145px;border-radius:50%;background:radial-gradient(circle,#e5111d14 0 36%,transparent 37%);transition:transform .35s ease}.serviceFeature:hover{transform:translateY(-7px);border-color:#d2dce2;box-shadow:0 24px 58px rgba(7,24,36,.1)}.serviceFeature:hover:before{transform:scale(1.18)}.serviceFeatureTop{display:flex;justify-content:space-between;align-items:flex-start}.serviceNo{font-size:12px;font-weight:900;color:#9ca8af;letter-spacing:.12em}.serviceGlyph{width:54px;height:54px;border-radius:16px;background:#fff0f1;color:#dd111d;display:grid;place-items:center;font-size:25px}.serviceMeta{font-size:11px;font-weight:850;color:#73818a;text-transform:uppercase;letter-spacing:.055em}.serviceFeature h3{font-size:24px;line-height:1.15;letter-spacing:-.55px;margin:10px 0 12px;color:#071827}.serviceFeature p{font-size:14px;color:#63717a;margin:0 0 23px;line-height:1.65}.serviceFeatureLink{display:inline-flex;align-items:center;justify-content:space-between;width:100%;padding-top:18px;border-top:1px solid #e8edf0;color:#0a2536;font-size:13px;font-weight:900}.serviceFeatureLink span{width:31px;height:31px;border-radius:50%;background:#e2111c;color:white;display:grid;place-items:center;transition:transform .2s}.serviceFeature:hover .serviceFeatureLink span{transform:rotate(8deg) scale(1.05)}.sectionAction{display:flex;justify-content:flex-end;margin-top:28px}.outlineAction,.lightAction{display:inline-flex;align-items:center;gap:12px;padding:13px 18px;border-radius:10px;border:1px solid #cfd9de;background:#fff;color:#0c2636;font-weight:850;font-size:13px;transition:.2s}.outlineAction:hover{border-color:#e1111c;color:#e1111c;transform:translateY(-2px)}
.homeRegions{padding:88px 0;background:radial-gradient(circle at 15% 0,#15384d 0,transparent 30%),linear-gradient(135deg,#071824,#0a2a3d);color:#fff}.lightHead h2{color:#fff}.lightHead>p{color:#bac8d0}.districtGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.districtCard{position:relative;padding:25px;border-radius:20px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);backdrop-filter:blur(10px);min-height:330px;transition:.25s}.districtCard:hover{transform:translateY(-5px);background:rgba(255,255,255,.085);border-color:rgba(255,255,255,.2)}.districtPin{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#e1111c;color:#fff;font-size:23px;margin-bottom:28px;box-shadow:0 12px 30px rgba(225,17,28,.25)}.districtCard h3{font-size:28px;line-height:1;margin:0 0 12px;letter-spacing:-.7px}.districtCard p{font-size:13.5px;color:#bdcbd3;line-height:1.65;min-height:88px}.districtLabel{display:block;color:#7f98a6;font-size:10px;text-transform:uppercase;letter-spacing:.09em;font-weight:800;margin:18px 0 8px}.brandLinks{display:grid;gap:7px}.brandLinks a{display:flex;justify-content:space-between;align-items:center;padding:9px 10px;border-radius:9px;background:rgba(255,255,255,.06);font-size:12.5px;font-weight:800;color:#f5f8fa;transition:.2s}.brandLinks a:hover{background:#e1111c;padding-left:13px}.centerAction{justify-content:center}.lightAction{background:transparent;border-color:rgba(255,255,255,.25);color:#fff}.lightAction:hover{background:#fff;color:#0b2434}.serviceDisclaimer{text-align:center;color:#849ba7;font-size:11px;max-width:850px;margin:17px auto 0}
.serviceCtaSection{padding:82px 0;background:#fff}.serviceCtaShell{position:relative;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:34px;padding:48px;border-radius:28px;background:linear-gradient(135deg,#f5f7f9,#fff);border:1px solid #e0e7eb;overflow:hidden;box-shadow:0 20px 65px rgba(8,25,38,.07)}.serviceCtaShell:after{content:"";position:absolute;width:380px;height:380px;border:65px solid #e5111d0d;border-radius:50%;right:-190px;top:-220px;pointer-events:none}.serviceCtaMain{position:relative;z-index:2}.serviceCtaMain h2{font-size:clamp(31px,3.8vw,49px);line-height:1.05;letter-spacing:-1.5px;margin:0 0 17px;color:#081927;max-width:700px}.serviceCtaMain>p{color:#5e6c75;font-size:15px;line-height:1.75;max-width:660px;margin:0}.ctaActions{display:flex;flex-wrap:wrap;gap:10px;margin-top:27px}.ctaPrimary,.ctaSecondary{display:inline-flex;align-items:center;gap:12px;padding:14px 18px;border-radius:10px;font-size:13px;font-weight:900;transition:.2s}.ctaPrimary{background:#e1111c;color:#fff;box-shadow:0 12px 30px rgba(225,17,28,.2)}.ctaPrimary:hover{background:#c90b15;transform:translateY(-2px)}.ctaSecondary{background:#fff;color:#0c2636;border:1px solid #d8e1e6}.ctaSecondary:hover{border-color:#b8c6cf;transform:translateY(-2px)}.ctaQuickGrid{position:relative;z-index:2;display:grid;gap:9px}.ctaQuick{display:grid;grid-template-columns:9px 1fr 34px;align-items:center;gap:13px;padding:17px 16px;background:#fff;border:1px solid #e1e8ec;border-radius:14px;transition:.2s;box-shadow:0 7px 22px rgba(8,25,38,.035)}.ctaQuick:hover{transform:translateX(-3px);border-color:#ccd8df;box-shadow:0 13px 30px rgba(8,25,38,.07)}.ctaQuickDot{width:8px;height:8px;border-radius:50%;background:#e1111c;box-shadow:0 0 0 5px #e1111c12}.ctaQuick strong{display:block;font-size:14px;color:#0b2231;margin-bottom:2px}.ctaQuick small{display:block;color:#78858d;font-size:11.5px;line-height:1.4}.ctaQuickArrow{width:31px;height:31px;border-radius:50%;background:#f0f3f5;display:grid;place-items:center;color:#122e3e;font-weight:900}
.rtl .sectionHead,.rtl .serviceCtaShell{direction:rtl}.rtl .serviceFeatureLink,.rtl .brandLinks a,.rtl .ctaQuick{direction:rtl}.rtl .ctaQuick:hover{transform:translateX(3px)}
@media(max-width:1060px){.serviceShowcase,.districtGrid{grid-template-columns:repeat(2,1fr)}.serviceFeature{min-height:330px}.serviceCtaShell{grid-template-columns:1fr}.ctaQuickGrid{grid-template-columns:repeat(3,1fr)}.ctaQuick{grid-template-columns:9px 1fr}.ctaQuickArrow{display:none}}
@media(max-width:760px){.homeServices,.homeRegions,.serviceCtaSection{padding:62px 0}.sectionHead{grid-template-columns:1fr;gap:15px;margin-bottom:25px}.sectionHead h2{font-size:clamp(30px,8.6vw,41px)}.sectionHead>p{font-size:14px}.serviceShowcase,.districtGrid{grid-template-columns:1fr}.serviceFeature{min-height:0;padding:21px}.serviceFeatureBody{margin-top:52px}.serviceFeature h3{font-size:22px}.districtCard{min-height:0}.districtCard p{min-height:0}.sectionAction{justify-content:stretch}.outlineAction,.lightAction{width:100%;justify-content:center}.serviceCtaShell{padding:28px 20px;border-radius:21px}.serviceCtaMain h2{font-size:clamp(29px,8.5vw,39px)}.ctaActions{display:grid;grid-template-columns:1fr}.ctaPrimary,.ctaSecondary{justify-content:center}.ctaQuickGrid{grid-template-columns:1fr}.ctaQuick{grid-template-columns:9px 1fr 34px}.ctaQuickArrow{display:grid}}

/* V5 homepage conversion CTA system */
.intentCta{padding:88px 0;background:#fff}.intentGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.intentCard{position:relative;display:flex;flex-direction:column;min-height:285px;padding:24px;border:1px solid #e1e8ec;border-radius:20px;background:linear-gradient(180deg,#fff,#f8fafb);overflow:hidden;transition:.25s;box-shadow:0 10px 30px rgba(7,24,36,.045)}.intentCard:after{content:"";position:absolute;width:130px;height:130px;border-radius:50%;right:-55px;top:-55px;background:#e1111c0b}.intentCard:hover,.intentCard:focus-within{transform:translateY(-6px);border-color:#cad6dc;box-shadow:0 22px 48px rgba(7,24,36,.09)}.intentIcon{width:50px;height:50px;border-radius:15px;background:#fff0f1;color:#df111d;display:grid;place-items:center;font-size:23px;margin-bottom:34px}.intentCard h3{font-size:20px;line-height:1.2;margin:0 0 10px;color:#081927;letter-spacing:-.35px}.intentCard p{font-size:13.5px;line-height:1.65;color:#65727a;margin:0 0 22px;flex:1}.intentLink{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e5ebee;padding-top:16px;color:#102b3a;font-weight:900;font-size:12.5px}.intentLink span{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#e1111c;color:#fff}.seasonCta{padding:0 0 88px;background:#fff}.seasonShell{display:grid;grid-template-columns:.88fr 1.12fr;border-radius:28px;overflow:hidden;background:#091e2c;color:#fff;box-shadow:0 24px 70px rgba(5,20,31,.14)}.seasonIntro{padding:50px;background:radial-gradient(circle at 0 0,#16445d 0,transparent 43%),#091e2c}.seasonIntro h2{font-size:clamp(31px,3.7vw,48px);line-height:1.05;letter-spacing:-1.5px;margin:0 0 17px}.seasonIntro p{color:#bdcbd3;line-height:1.75;font-size:14.5px;margin:0}.seasonOptions{display:grid;grid-template-columns:1fr 1fr;background:#fff;color:#0a1e2b}.seasonCard{padding:38px 30px;display:flex;flex-direction:column;justify-content:space-between;min-height:335px;position:relative}.seasonCard+.seasonCard{border-left:1px solid #e3e9ed}.seasonBadge{display:inline-flex;width:max-content;padding:7px 10px;border-radius:999px;background:#fff0f1;color:#d80f1a;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.seasonCard h3{font-size:24px;line-height:1.15;margin:22px 0 12px;letter-spacing:-.55px}.seasonCard p{font-size:13.5px;line-height:1.65;color:#68747c;margin:0}.seasonLink{margin-top:26px;display:inline-flex;align-items:center;justify-content:space-between;color:#0b2636;font-weight:900;font-size:12.5px;border-top:1px solid #e3e9ed;padding-top:16px}.seasonLink b{color:#df111d;font-size:18px}.journeyCta{padding:88px 0;background:#f5f8fa}.journeyShell{display:grid;grid-template-columns:.75fr 1.25fr;gap:54px;align-items:start}.journeyIntro h2{font-size:clamp(31px,3.8vw,48px);line-height:1.06;letter-spacing:-1.4px;margin:0 0 16px;color:#081927}.journeyIntro p{font-size:14.5px;line-height:1.75;color:#65727a;margin:0}.journeyActions{display:flex;flex-wrap:wrap;gap:9px;margin-top:25px}.journeySteps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.journeyStep{padding:25px;border-radius:18px;background:#fff;border:1px solid #e0e7eb;min-height:245px;box-shadow:0 8px 26px rgba(7,24,36,.04)}.journeyNo{font-size:11px;font-weight:950;color:#df111d;letter-spacing:.12em}.journeyStep h3{font-size:19px;margin:42px 0 10px;color:#0b2230;letter-spacing:-.3px}.journeyStep p{font-size:13px;line-height:1.65;color:#6a777f;margin:0}.rtl .intentGrid,.rtl .seasonShell,.rtl .journeyShell,.rtl .journeySteps{direction:rtl}.rtl .seasonCard+.seasonCard{border-left:0;border-right:1px solid #e3e9ed}.rtl .intentCard:after{right:auto;left:-55px}.rtl .intentLink,.rtl .seasonLink{direction:rtl}@media(max-width:1050px){.intentGrid{grid-template-columns:repeat(2,1fr)}.seasonShell{grid-template-columns:1fr}.journeyShell{grid-template-columns:1fr}.journeySteps{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.intentCta,.journeyCta{padding:62px 0}.seasonCta{padding-bottom:62px}.intentGrid{grid-template-columns:1fr}.intentCard{min-height:0}.intentIcon{margin-bottom:28px}.seasonIntro{padding:31px 22px}.seasonOptions{grid-template-columns:1fr}.seasonCard{min-height:0;padding:28px 22px}.seasonCard+.seasonCard{border-left:0;border-top:1px solid #e3e9ed}.rtl .seasonCard+.seasonCard{border-right:0}.journeySteps{grid-template-columns:1fr}.journeyStep{min-height:0}.journeyStep h3{margin-top:26px}.journeyActions{display:grid}.journeyActions a{justify-content:center}}


/* V6 — optimized professional service imagery */
@media (min-width:981px){
  .serviceSlides{background-image:url('/assets/img/slider/butekplus-services.webp');background-repeat:no-repeat;background-position:center top;background-size:cover}
  .serviceSlide>img{opacity:0;pointer-events:none}
  .serviceSlideShade{background:linear-gradient(0deg,rgba(3,10,15,.94) 0%,rgba(3,10,15,.69) 31%,rgba(3,10,15,.18) 68%,rgba(3,10,15,.04) 100%),linear-gradient(90deg,rgba(2,8,13,.20),transparent 55%)}
}
@media (max-width:980px){
  .serviceSlides{background:none}
  .serviceSlide>img{opacity:1;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:none}
  .serviceSlide:hover>img,.serviceSlide:focus-within>img{transform:none}
  .serviceSlideShade{background:linear-gradient(0deg,rgba(3,10,15,.96) 0%,rgba(3,10,15,.78) 42%,rgba(3,10,15,.18) 76%,rgba(3,10,15,.05) 100%)}
}
@media (max-width:620px){
  .serviceSlide>img{object-position:center top}
  .serviceSlideContent{padding-bottom:138px}
}

/* V7 — visual CTA experience adapted from approved Butekplus concept */
.v7CtaExperience{padding:86px 0;background:linear-gradient(180deg,#f5f7fa 0,#fff 38%,#f6f8fa 100%);color:#0a1e2d}.v7QuickShell{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:16px;align-items:stretch}.v7QuickMain{background:#fff;border:1px solid #e2e8ed;border-radius:24px;padding:28px;box-shadow:0 16px 46px rgba(10,30,45,.055)}.v7SectionHead{margin-bottom:18px}.v7SectionHead>span,.v7JourneyIntro>span{display:block;color:#d80f1b;font-size:11px;font-weight:950;letter-spacing:.11em;text-transform:uppercase;margin-bottom:4px}.v7SectionHead h2,.v7JourneyIntro h2{margin:0;color:#0a1e2d;font-size:clamp(27px,3.4vw,42px);line-height:1.06;letter-spacing:-1.15px}.v7SectionHead p,.v7JourneyIntro p{margin:8px 0 0;color:#687680;font-size:14px;line-height:1.65}.v7IssueGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.v7IssueCard{position:relative;overflow:hidden;display:flex;flex-direction:column;background:#fff;border:1px solid #dde5ea;border-radius:16px;min-width:0;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.v7IssueCard:hover,.v7IssueCard:focus-within{transform:translateY(-5px);border-color:#cbd7de;box-shadow:0 18px 35px rgba(9,28,42,.09)}.v7IssueMedia{height:112px;margin:0;overflow:hidden;background:#eef2f4}.v7IssueMedia img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.v7IssueCard:hover .v7IssueMedia img{transform:scale(1.035)}.v7IssueBody{position:relative;display:flex;flex:1;flex-direction:column;padding:25px 15px 15px}.v7IssueIcon{position:absolute;top:-20px;left:14px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#df111d;color:#fff;border:4px solid #fff;box-shadow:0 8px 20px rgba(223,17,29,.22);font-size:18px;font-weight:900}.v7IssueBody h3{font-size:16px;line-height:1.25;letter-spacing:-.25px;margin:0 0 8px;color:#0a1d2b}.v7IssueBody p{font-size:12.2px;line-height:1.57;color:#67747c;margin:0 0 14px;flex:1}.v7IssueBody>a{display:flex;align-items:center;justify-content:space-between;color:#db101b;font-size:12px;font-weight:900;padding-top:12px;border-top:1px solid #ebeff2}.v7SupportCard{position:relative;overflow:hidden;min-height:100%;border-radius:24px;background:linear-gradient(145deg,#071d2e,#07375b);color:#fff;box-shadow:0 18px 45px rgba(3,24,40,.16)}.v7SupportCard:before{content:"";position:absolute;inset:auto -55px -75px auto;width:230px;height:230px;border-radius:50%;border:35px solid rgba(255,255,255,.04)}.v7SupportCopy{position:relative;z-index:3;padding:30px 26px 250px}.v7SupportKicker{font-size:11px;font-weight:950;letter-spacing:.13em;color:#f12631}.v7SupportCopy h2{font-size:clamp(27px,2.7vw,38px);line-height:1.02;letter-spacing:-1px;margin:8px 0 12px;max-width:230px}.v7SupportCopy p{max-width:225px;color:#d3dce3;font-size:13px;line-height:1.6}.v7SupportCopy a{display:inline-flex;align-items:center;gap:10px;margin-top:13px;padding:12px 14px;border-radius:10px;background:#e1111c;color:#fff;font-size:12px;font-weight:900;box-shadow:0 12px 28px rgba(225,17,28,.28)}.v7SupportCard>img{position:absolute;z-index:2;right:2px;bottom:0;width:210px;height:auto;max-height:270px;object-fit:contain;object-position:bottom right;filter:saturate(.95) contrast(1.02)}
.v7SeasonGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px}.v7SeasonCard{position:relative;overflow:hidden;min-height:235px;border-radius:22px;color:#fff;isolation:isolate;box-shadow:0 15px 42px rgba(7,27,43,.1)}.v7SeasonCard:after{content:"";position:absolute;inset:0;z-index:-1}.v7Winter{background:#071f35}.v7Winter:after{background:linear-gradient(90deg,rgba(6,27,45,.98) 0%,rgba(6,27,45,.92) 43%,rgba(6,27,45,.15) 76%,rgba(6,27,45,.03) 100%)}.v7Summer{background:#ea8d0d}.v7Summer:after{background:linear-gradient(90deg,rgba(237,143,14,.98) 0%,rgba(237,143,14,.9) 43%,rgba(237,143,14,.1) 77%,rgba(237,143,14,.02) 100%)}.v7SeasonCard>img{position:absolute;inset:0 0 0 auto;width:62%;height:100%;object-fit:cover;z-index:-2}.v7SeasonCopy{position:relative;z-index:2;width:58%;padding:27px 0 27px 30px}.v7SeasonCopy>span{display:inline-flex;padding:6px 10px;border-radius:999px;background:#fff;color:#1c4664;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.v7Summer .v7SeasonCopy>span{color:#e78b09}.v7SeasonCopy h2{font-size:clamp(24px,2.7vw,36px);line-height:1.06;letter-spacing:-.9px;margin:12px 0 8px}.v7SeasonCopy p{font-size:12.8px;line-height:1.58;color:#e7eef3;margin:0;max-width:440px}.v7Summer .v7SeasonCopy p{color:#fff}.v7SeasonCopy a{display:inline-flex;align-items:center;gap:10px;margin-top:16px;padding:11px 14px;border-radius:9px;background:#fff;color:#10283a;font-size:11.5px;font-weight:900}.v7Summer .v7SeasonCopy a{color:#d97800}
.v7JourneyShell{display:grid;grid-template-columns:200px minmax(0,1fr) 285px;gap:22px;align-items:stretch;margin-top:16px;padding:26px;background:#fff;border:1px solid #e2e8ed;border-radius:22px;box-shadow:0 14px 38px rgba(8,28,43,.05)}.v7JourneyIntro{display:flex;flex-direction:column;justify-content:center}.v7JourneyIntro h2{font-size:29px}.v7Steps{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;align-items:stretch}.v7Step{position:relative;text-align:center;padding:12px 14px 8px}.v7Step:not(:last-child):after{content:"";position:absolute;top:35px;right:-18px;width:35px;border-top:2px dotted #cad4db}.v7StepNo{position:absolute;top:0;right:18px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#df111d;color:#fff;font-size:12px;font-weight:950;box-shadow:0 8px 18px rgba(223,17,29,.18)}.v7StepIcon{width:74px;height:74px;margin:0 auto 12px;border-radius:50%;display:grid;place-items:center;background:#f4f6f8;color:#0b2538;font-size:27px;font-weight:900}.v7Step h3{font-size:13px;text-transform:uppercase;line-height:1.3;margin:0 0 7px;color:#102437}.v7Step p{font-size:11.6px;line-height:1.5;color:#6d7a83;margin:0}.v7JourneyActions{display:grid;grid-template-rows:1fr 1fr;gap:9px}.v7Action{display:grid;grid-template-columns:44px 1fr 20px;gap:12px;align-items:center;padding:13px 14px;border:1px solid #dfe6eb;border-radius:13px;background:#fff;color:#112a3d;transition:.2s}.v7Action:hover{transform:translateX(-3px);box-shadow:0 10px 25px rgba(8,28,43,.07)}.v7ActionPrimary{background:linear-gradient(135deg,#e21621,#d80c18);color:#fff;border-color:#d80c18}.v7ActionIcon{width:42px;height:42px;border-radius:10px;display:grid;place-items:center;border:1px solid currentColor;font-size:20px}.v7Action strong{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.01em}.v7Action small{display:block;margin-top:2px;font-size:10.5px;line-height:1.4;opacity:.78}.v7Action>b{font-size:19px}
.v7TrustBar{position:relative;overflow:hidden;margin-top:16px;border-radius:20px;background:linear-gradient(95deg,#082b4b 0%,#073458 68%,#0b456f 100%);color:#fff;box-shadow:0 18px 45px rgba(6,31,51,.14)}.v7TrustItems{position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);width:78%;padding:20px 25px 50px}.v7TrustItem{display:grid;grid-template-columns:48px 1fr;gap:12px;align-items:center;padding:0 16px;border-right:1px solid rgba(255,255,255,.17)}.v7TrustItem:last-child{border-right:0}.v7TrustIcon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;border:2px solid #e1111c;color:#fff;font-weight:900}.v7TrustItem strong{display:block;font-size:12.5px;text-transform:uppercase}.v7TrustItem small{display:block;margin-top:2px;color:#d7e4ec;font-size:10.5px;line-height:1.45}.v7Van{position:absolute;right:-5px;top:0;bottom:34px;width:31%;display:flex;align-items:flex-end;justify-content:flex-end;background:linear-gradient(90deg,transparent,rgba(20,75,112,.25))}.v7Van img{width:100%;height:100%;object-fit:cover;object-position:center}.v7TrustBottom{position:absolute;z-index:4;left:0;right:0;bottom:0;min-height:38px;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:8px 25px;background:#d8101b;font-size:11px;font-weight:800}.v7TrustBottom a{display:inline-flex;align-items:center;gap:8px;color:#fff;font-weight:950;white-space:nowrap}
.rtl .v7CtaExperience,.rtl .v7QuickShell,.rtl .v7IssueGrid,.rtl .v7SeasonGrid,.rtl .v7JourneyShell,.rtl .v7Steps,.rtl .v7TrustItems{direction:rtl}.rtl .v7IssueIcon{left:auto;right:14px}.rtl .v7SupportCard>img{right:auto;left:2px;transform:scaleX(-1)}.rtl .v7SeasonCopy{padding-left:0;padding-right:30px}.rtl .v7SeasonCard>img{right:auto;left:0}.rtl .v7Winter:after,.rtl .v7Summer:after{transform:scaleX(-1)}.rtl .v7Step:not(:last-child):after{right:auto;left:-18px}.rtl .v7StepNo{right:auto;left:18px}.rtl .v7Action:hover{transform:translateX(3px)}.rtl .v7TrustItem{border-right:0;border-left:1px solid rgba(255,255,255,.17)}.rtl .v7TrustItem:last-child{border-left:0}.rtl .v7Van{right:auto;left:-5px}.rtl .v7TrustBottom{direction:rtl}
@media(max-width:1180px){.v7QuickShell{grid-template-columns:1fr}.v7SupportCard{min-height:260px}.v7SupportCopy{padding-bottom:35px;padding-right:250px}.v7SupportCard>img{max-height:250px;width:220px}.v7IssueGrid{grid-template-columns:repeat(4,1fr)}.v7JourneyShell{grid-template-columns:1fr}.v7JourneyIntro{max-width:650px}.v7JourneyActions{grid-template-columns:1fr 1fr;grid-template-rows:auto}.v7TrustItems{width:100%;padding-bottom:65px}.v7Van{opacity:.16;width:38%}.rtl .v7SupportCopy{padding-right:26px;padding-left:250px}}
@media(max-width:920px){.v7CtaExperience{padding:68px 0}.v7IssueGrid{grid-template-columns:repeat(2,1fr)}.v7IssueMedia{height:145px}.v7SeasonGrid{grid-template-columns:1fr}.v7SeasonCard{min-height:255px}.v7Steps{grid-template-columns:repeat(3,1fr)}.v7TrustItems{grid-template-columns:repeat(2,1fr);gap:18px}.v7TrustItem:nth-child(2){border-right:0}.rtl .v7TrustItem:nth-child(2){border-left:0}.v7Van{display:none}}
@media(max-width:640px){.v7CtaExperience{padding:54px 0}.v7QuickMain{padding:18px;border-radius:19px}.v7SectionHead h2{font-size:31px}.v7IssueGrid{grid-template-columns:1fr}.v7IssueMedia{height:170px}.v7IssueBody{padding:27px 16px 16px}.v7SupportCard{min-height:330px;border-radius:19px}.v7SupportCopy{padding:24px 22px 180px}.v7SupportCopy h2{font-size:31px;max-width:250px}.v7SupportCard>img{max-height:210px;width:170px}.rtl .v7SupportCopy{padding:24px 22px 180px}.v7SeasonCard{min-height:390px;border-radius:18px}.v7SeasonCard>img{inset:auto 0 0 0;width:100%;height:55%;object-position:center}.v7Winter:after{background:linear-gradient(180deg,rgba(6,27,45,.99) 0%,rgba(6,27,45,.95) 47%,rgba(6,27,45,.18) 78%,rgba(6,27,45,.05) 100%)}.v7Summer:after{background:linear-gradient(180deg,rgba(237,143,14,.99) 0%,rgba(237,143,14,.95) 45%,rgba(237,143,14,.16) 78%,rgba(237,143,14,.04) 100%)}.v7SeasonCopy{width:100%;padding:23px 20px}.rtl .v7SeasonCopy{padding:23px 20px}.v7SeasonCopy h2{font-size:29px}.v7SeasonCopy p{max-width:none}.v7JourneyShell{padding:20px;border-radius:18px}.v7JourneyIntro h2{font-size:29px}.v7Steps{grid-template-columns:1fr}.v7Step{display:grid;grid-template-columns:64px 1fr;text-align:left;gap:13px;padding:10px 0}.v7Step:not(:last-child):after{display:none}.v7StepNo{left:48px;right:auto;top:4px;width:24px;height:24px}.v7StepIcon{width:62px;height:62px;margin:0;grid-row:1/3}.v7Step h3{align-self:end;margin:0 0 2px;font-size:12.5px}.v7Step p{align-self:start}.rtl .v7Step{text-align:right}.rtl .v7StepNo{left:auto;right:48px}.v7JourneyActions{grid-template-columns:1fr}.v7TrustItems{grid-template-columns:1fr;padding:18px 18px 68px}.v7TrustItem,.rtl .v7TrustItem{border:0;border-bottom:1px solid rgba(255,255,255,.12);padding:9px 0}.v7TrustItem:last-child,.rtl .v7TrustItem:last-child{border-bottom:0}.v7TrustBottom{min-height:52px;padding:8px 14px;font-size:9.8px}.v7TrustBottom span{max-width:60%}}
@media(prefers-reduced-motion:reduce){.v7IssueCard,.v7IssueMedia img,.v7Action{transition:none}.v7IssueCard:hover,.v7Action:hover{transform:none}}

/* V8 — premium mega navigation, search, detail pages and final intent CTA */
:root{--v8-navy:#071d2d;--v8-navy2:#0b3048;--v8-red:#e31320;--v8-line:#e2e9ed;--v8-soft:#f5f8fa;--v8-text:#0a1d2b;--v8-muted:#64737d}.topbarV8{background:#071d2d;color:#dce8ef;font-size:11px;letter-spacing:.01em}.topbarV8 .container{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbarV8 a{color:#fff;font-weight:850}.headerV8{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid rgba(10,29,43,.08);box-shadow:0 7px 28px rgba(4,22,35,.045)}.navV8{position:relative;min-height:82px;display:flex;align-items:center;gap:28px;max-width:1480px}.brandV8{display:flex;align-items:center;gap:10px;min-width:218px;color:var(--v8-navy)}.brandV8 img{width:42px;height:42px}.brandV8>b{}.brandV8>span{display:flex;flex-direction:column}.brandV8 b{font-size:21px;line-height:1;font-weight:950;letter-spacing:-.7px}.brandV8 b span{color:var(--v8-red)}.brandV8 small{margin-top:4px;font-size:7.5px;font-weight:850;letter-spacing:.05em;color:#4e5e68}.navlinksV8{display:flex;align-items:stretch;gap:4px;flex:1;justify-content:center;height:82px}.navlinksV8>a,.megaTrigger{height:82px;display:flex;align-items:center;gap:6px;padding:0 11px;border:0;background:none;color:#102635;font-size:12px;font-weight:850;white-space:nowrap;cursor:pointer;position:relative}.navlinksV8>a:after,.megaTrigger:after{content:"";position:absolute;left:12px;right:12px;bottom:18px;height:2px;background:var(--v8-red);transform:scaleX(0);transition:transform .22s ease}.navlinksV8>a:hover:after,.megaTrigger:hover:after,.megaDrop.is-open .megaTrigger:after{transform:scaleX(1)}.megaTrigger>span{font-size:13px;color:#80909a;transition:transform .2s}.megaDrop{position:static;display:flex;align-items:stretch}.megaDrop.is-open .megaTrigger>span{transform:rotate(180deg)}.megaPanel{position:absolute;z-index:1010;left:50%;top:calc(100% - 1px);width:min(1160px,calc(100vw - 36px));transform:translate(-50%,-8px);padding:24px;border-radius:0 0 24px 24px;background:#fff;border:1px solid #e4eaee;border-top:3px solid var(--v8-red);box-shadow:0 30px 70px rgba(5,25,39,.17);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s,transform .2s}.megaDrop:hover .megaPanel,.megaDrop:focus-within .megaPanel,.megaDrop.is-open .megaPanel{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}.megaPanelHead{display:flex;justify-content:space-between;align-items:end;gap:20px;padding:2px 3px 18px;border-bottom:1px solid var(--v8-line);margin-bottom:17px}.megaPanelHead span{display:block;color:var(--v8-red);font-size:9px;font-weight:950;letter-spacing:.15em}.megaPanelHead h3{margin:5px 0 0;font-size:25px;letter-spacing:-.8px;color:var(--v8-text)}.megaPanelHead>a{font-size:11px;font-weight:900;color:#18364a}.megaCardGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.megaCard{position:relative;display:grid;grid-template-columns:48px 1fr 23px;align-items:center;gap:12px;min-height:92px;padding:14px;border:1px solid #e4eaee;border-radius:15px;background:linear-gradient(135deg,#fff,#f8fafb);color:#0b2232;transition:.2s}.megaCard:hover{transform:translateY(-3px);border-color:#cbd7de;box-shadow:0 13px 30px rgba(8,29,44,.07)}.megaIcon{width:46px;height:46px;border-radius:13px;background:#fff0f1;color:var(--v8-red);display:grid;place-items:center}.megaIcon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.megaCard strong{display:block;font-size:12.5px;line-height:1.25}.megaCard small{display:block;margin-top:4px;color:#75838c;font-size:9.8px;line-height:1.4}.megaArrow svg{width:16px;height:16px;fill:none;stroke:#84949e;stroke-width:1.8}.megaRegionGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.megaRegion{padding:17px;border:1px solid #e4eaee;border-radius:15px;background:#f9fbfc;display:grid;grid-template-columns:34px 1fr;gap:7px 10px}.megaRegionIcon{grid-row:1/5;width:34px;height:34px;border-radius:10px;background:#e31320;color:#fff;display:grid;place-items:center}.megaRegionIcon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.megaRegion strong{font-size:14px;color:#102738;margin-bottom:2px}.megaRegion>a{grid-column:2;display:flex;justify-content:space-between;align-items:center;padding:5px 0;border-top:1px solid #e5eaed;color:#53636d;font-size:10.5px;font-weight:800}.megaRegion>a:hover{color:var(--v8-red)}.megaMediaGrid{grid-template-columns:repeat(3,1fr)}.navTools{display:flex;align-items:center;gap:7px}.searchOpen,.langTrigger{height:40px;border:1px solid #dce4e9;background:#fff;border-radius:11px;display:flex;align-items:center;gap:7px;padding:0 11px;color:#112b3d;font-size:10.5px;font-weight:900;cursor:pointer}.searchOpen:hover,.langTrigger:hover{border-color:#bbcbd4;background:#f8fafb}.searchOpen svg,.langTrigger svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.langPicker{position:relative}.langTrigger b{color:#8998a1;font-size:11px}.langMenu{position:absolute;right:0;top:48px;min-width:180px;padding:10px;border:1px solid #e0e7eb;background:#fff;border-radius:14px;box-shadow:0 18px 45px rgba(5,25,39,.14);opacity:0;visibility:hidden;transform:translateY(-5px);transition:.18s}.langPicker.is-open .langMenu{opacity:1;visibility:visible;transform:none}.langMenu>span{display:block;padding:6px 8px 9px;color:#8b979e;font-size:8.5px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.langMenu a{display:flex;align-items:center;gap:9px;padding:8px;border-radius:9px;color:#263e4c;font-size:11px}.langMenu a span{width:27px;font-weight:950;color:#e31320}.langMenu a:hover,.langMenu a.is-active{background:#f2f6f8}.menuBtnV8{display:none;width:42px;height:40px;border:1px solid #dce4e9;background:#fff;border-radius:11px;padding:9px;flex-direction:column;justify-content:center;gap:4px}.menuBtnV8 span{display:block;width:20px;height:2px;background:#0c2637;border-radius:2px}.searchOverlay{position:fixed;inset:0;z-index:2000;background:rgba(3,18,29,.88);backdrop-filter:blur(16px);display:grid;place-items:start center;padding:12vh 22px 40px;opacity:0;visibility:hidden;transition:.22s}.searchOverlay.is-open{opacity:1;visibility:visible}.searchClose{position:absolute;right:30px;top:25px;width:46px;height:46px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:28px;cursor:pointer}.searchBox{width:min(800px,100%);color:#fff}.searchKicker{color:#ff3640;font-size:11px;font-weight:950;letter-spacing:.15em}.searchBox h2{font-size:clamp(38px,6vw,68px);line-height:1;margin:9px 0 10px;letter-spacing:-2px}.searchBox>p{color:#b9c9d3;margin:0 0 25px}.searchField{height:64px;display:grid;grid-template-columns:28px 1fr;align-items:center;gap:12px;padding:0 18px;background:#fff;border-radius:16px}.searchField svg{width:23px;height:23px;fill:none;stroke:#172f40;stroke-width:1.8}.searchField input{border:0;outline:0;width:100%;font-size:16px;color:#102737;background:none}.searchResults{display:grid;gap:7px;margin-top:12px;max-height:48vh;overflow:auto}.searchResult{display:grid;grid-template-columns:1fr 22px;gap:12px;padding:13px 15px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.075);color:#fff}.searchResult strong{font-size:12px}.searchResult small{display:block;margin-top:3px;color:#aec0cb;font-size:10px;line-height:1.4}.searchResult:hover{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.25)}
/* Detail pages */.detailMain{background:#fff}.detailBreadcrumb{max-width:1380px;margin:0 auto;padding:16px 22px;display:flex;gap:9px;align-items:center;color:#7c8a93;font-size:10.5px}.detailBreadcrumb a{color:#233e50;font-weight:800}.detailHero{position:relative;min-height:585px;overflow:hidden;background:#061824;color:#fff}.detailHeroMedia{position:absolute;inset:0}.detailHeroMedia img{width:100%;height:100%;object-fit:cover}.detailHeroMedia span{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,17,27,.97) 0%,rgba(3,17,27,.82) 38%,rgba(3,17,27,.24) 72%,rgba(3,17,27,.08) 100%)}.detailHeroInner{position:relative;z-index:2;min-height:585px;display:grid;grid-template-columns:minmax(0,760px) 250px;justify-content:space-between;align-items:center;gap:50px}.detailHeroCopy{padding:75px 0}.detailKicker{display:inline-flex;align-items:center;gap:8px;color:#ff303a;font-size:11px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}.detailHeroCopy h1{font-size:clamp(45px,6.1vw,78px);line-height:.98;letter-spacing:-2.6px;margin:13px 0 19px;max-width:850px;text-wrap:balance}.detailHeroCopy>p{max-width:670px;color:#d3dde3;font-size:16px;line-height:1.7}.detailHeroActions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.btnPrimary,.btnGhost,.btnLight,.btnOutline{min-height:46px;padding:0 17px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:11.5px;font-weight:900;transition:.2s}.btnPrimary{background:var(--v8-red);color:#fff;box-shadow:0 10px 28px rgba(227,19,32,.25)}.btnPrimary:hover{transform:translateY(-2px);background:#c90c18}.btnGhost{border:1px solid rgba(255,255,255,.3);color:#fff;background:rgba(255,255,255,.06)}.btnGhost:hover{background:#fff;color:#0b2232}.btnLight{background:#fff;color:#0d2b3d}.btnOutline{background:#fff;color:#102a3a;border:1px solid #d8e2e8}.detailHeroAside{padding:24px;border:1px solid rgba(255,255,255,.16);border-radius:19px;background:rgba(255,255,255,.075);backdrop-filter:blur(10px)}.detailBigIcon{display:grid;place-items:center;width:54px;height:54px;border-radius:15px;background:#e31320;font-size:25px;margin-bottom:30px}.detailHeroAside strong{display:block;font-size:20px}.detailHeroAside p{color:#c7d4dc;font-size:11px;line-height:1.55}.detailIntro{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);gap:80px;padding-top:82px;padding-bottom:82px}.detailLead h2,.detailVisual h2,.detailFaq h2,.detailProcess h2{font-size:clamp(33px,4.5vw,53px);line-height:1.05;letter-spacing:-1.7px;margin:7px 0 16px;color:#0a1c2a}.detailLead p,.detailVisual p,.faqIntro p{color:#63737d;line-height:1.75;font-size:14.5px}.detailSignals,.checkList{list-style:none;padding:0;margin:0;display:grid;gap:10px}.detailSignals li,.checkList li{display:grid;grid-template-columns:28px 1fr;align-items:center;gap:11px;padding:13px 14px;border-radius:12px;background:#f6f8fa;color:#183245;font-size:12px;font-weight:750}.detailSignals li span,.checkList li span{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#fff0f1;color:#df101d;font-weight:950}.detailProcess{padding:78px 0;background:linear-gradient(135deg,#071d2e,#0a3049);color:#fff}.detailProcess .sectionHead h2{color:#fff}.processGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.processGrid article{position:relative;min-height:185px;padding:25px 20px;border:1px solid rgba(255,255,255,.13);border-radius:17px;background:rgba(255,255,255,.055)}.processGrid b{display:block;color:#ff303a;font-size:11px;letter-spacing:.12em}.processGrid h3{font-size:18px;line-height:1.25;margin:56px 0 0;color:#fff}.detailVisual{display:grid;grid-template-columns:1.05fr .95fr;gap:65px;align-items:center;padding-top:88px;padding-bottom:88px}.detailVisual figure{height:510px;margin:0;border-radius:25px;overflow:hidden;box-shadow:0 25px 65px rgba(5,26,40,.13)}.detailVisual figure img{width:100%;height:100%;object-fit:cover}.detailVisual h3{margin:26px 0 12px;font-size:17px;color:#102a3b}.textAction{display:inline-flex;margin-top:20px;color:#df101d;font-size:12px;font-weight:950}.detailCta{padding:62px 0;background:#e31320;color:#fff}.detailCta .container{display:grid;grid-template-columns:1fr auto;align-items:center;gap:50px}.detailCta span{font-size:10px;letter-spacing:.13em;font-weight:950}.detailCta h2{font-size:clamp(32px,4vw,50px);line-height:1.05;letter-spacing:-1.6px;margin:7px 0 10px;max-width:850px}.detailCta p{max-width:760px;margin:0;color:#ffe1e3;font-size:13px;line-height:1.6}.detailCta .btnPrimary{background:#081f30}.detailCta .btnLight{margin-left:7px}.detailRelated{padding-top:82px;padding-bottom:40px}.relatedGrid{grid-template-columns:repeat(3,1fr)}.detailFaq{display:grid;grid-template-columns:.65fr 1.35fr;gap:70px;padding-top:65px;padding-bottom:100px}.faqList{display:grid;gap:9px}.faqList details{border:1px solid #dde5ea;border-radius:14px;background:#fff;overflow:hidden}.faqList summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 19px;color:#102a3c;font-size:12.5px;font-weight:900;cursor:pointer}.faqList summary::-webkit-details-marker{display:none}.faqList summary span{font-size:20px;color:#df101d;transition:.2s}.faqList details[open] summary span{transform:rotate(45deg)}.faqList details p{padding:0 19px 18px;margin:0;color:#657680;font-size:12px;line-height:1.65}.regionBrandStrip{padding:20px 0;background:#f4f7f9;border-top:1px solid #e2e8ec;border-bottom:1px solid #e2e8ec}.regionBrandStrip .container{display:flex;justify-content:space-between;align-items:center;gap:30px}.regionBrandStrip .container>div:first-child{display:flex;align-items:baseline;gap:10px}.regionBrandStrip span{color:#e31320;font-size:19px;font-weight:950}.regionBrandStrip strong{font-size:16px;color:#102a3b}.regionBrandStrip small{color:#788891;font-size:9.5px}.regionAltLinks{display:flex;gap:7px}.regionAltLinks a{padding:8px 10px;border:1px solid #d9e2e7;border-radius:8px;background:#fff;color:#294555;font-size:10px;font-weight:850}
/* final homepage intent CTA */.homeIntentFinal{padding:30px 0 88px;background:#fff}.homeIntentShell{position:relative;display:grid;grid-template-columns:1fr .92fr;gap:65px;padding:48px;border:1px solid #dfe7eb;border-radius:27px;background:linear-gradient(135deg,#f8fafb,#fff);overflow:hidden;box-shadow:0 17px 50px rgba(6,27,42,.055)}.homeIntentShell:after{content:"";position:absolute;right:-170px;top:-205px;width:410px;height:410px;border:60px solid rgba(227,19,32,.055);border-radius:50%}.homeIntentCopy{position:relative;z-index:2}.homeIntentCopy h2{font-size:clamp(36px,4.5vw,57px);line-height:1.03;letter-spacing:-1.9px;margin:8px 0 16px;max-width:720px;color:#0a1d2b}.homeIntentCopy>p{max-width:670px;color:#687780;font-size:14px;line-height:1.7}.homeIntentCopy>div{display:flex;gap:9px;flex-wrap:wrap;margin-top:25px}.homeIntentLinks{position:relative;z-index:2;display:grid;gap:9px}.homeIntentLinks>a{display:grid;grid-template-columns:10px 1fr 32px;gap:13px;align-items:center;min-height:84px;padding:15px 16px;border:1px solid #dfe6ea;border-radius:14px;background:#fff;color:#10293a;box-shadow:0 8px 20px rgba(6,27,42,.035);transition:.2s}.homeIntentLinks>a:hover{transform:translateX(-3px);border-color:#c7d4dc;box-shadow:0 14px 28px rgba(6,27,42,.07)}.intentDot{width:8px;height:8px;border-radius:50%;background:#e31320;box-shadow:0 0 0 5px rgba(227,19,32,.08)}.homeIntentLinks strong{display:block;font-size:12.5px}.homeIntentLinks small{display:block;margin-top:3px;color:#71808a;font-size:10.5px;line-height:1.4}.homeIntentLinks b{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#f1f4f6;font-size:12px}
.rtl .navV8,.rtl .megaCard,.rtl .megaRegion,.rtl .detailHeroInner,.rtl .detailIntro,.rtl .detailVisual,.rtl .detailCta .container,.rtl .detailFaq,.rtl .homeIntentShell,.rtl .homeIntentLinks{direction:rtl}.rtl .langMenu{right:auto;left:0}.rtl .detailHeroMedia span{background:linear-gradient(270deg,rgba(3,17,27,.97),rgba(3,17,27,.82) 38%,rgba(3,17,27,.24) 72%,rgba(3,17,27,.08))}.rtl .detailCta .btnLight{margin-left:0;margin-right:7px}.rtl .homeIntentLinks>a:hover{transform:translateX(3px)}
@media(max-width:1220px){.navV8{gap:14px}.brandV8{min-width:185px}.navlinksV8>a,.megaTrigger{padding:0 7px;font-size:11px}.searchOpen span{display:none}.megaCardGrid{grid-template-columns:repeat(2,1fr)}.megaRegionGrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:980px){.topbarV8 .topIdentity{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navV8{min-height:72px}.brandV8{margin-right:auto}.navlinksV8{position:absolute;left:14px;right:14px;top:calc(100% + 1px);height:auto;max-height:calc(100vh - 110px);overflow:auto;display:none;flex-direction:column;align-items:stretch;gap:0;padding:10px;background:#fff;border:1px solid #dde6eb;border-radius:0 0 17px 17px;box-shadow:0 25px 55px rgba(5,26,41,.17)}.navV8.open .navlinksV8{display:flex}.navlinksV8>a,.megaTrigger{width:100%;height:48px;padding:0 12px;justify-content:space-between;border-bottom:1px solid #edf1f3}.navlinksV8>a:after,.megaTrigger:after{display:none}.megaDrop{display:block}.megaPanel{position:static;width:100%;transform:none!important;padding:10px;border:0;border-radius:0;background:#f5f8fa;box-shadow:none;opacity:1;visibility:visible;pointer-events:auto;display:none}.megaDrop.is-open .megaPanel{display:block}.megaDrop:hover .megaPanel:not(.x){display:none}.megaDrop.is-open:hover .megaPanel{display:block}.megaPanelHead{padding:6px 4px 10px;margin-bottom:9px}.megaPanelHead h3{font-size:18px}.megaPanelHead>a{font-size:9.5px}.megaCardGrid,.megaMediaGrid{grid-template-columns:1fr 1fr}.megaCard{min-height:78px}.megaRegionGrid{grid-template-columns:1fr 1fr}.menuBtnV8{display:flex}.navTools{margin-left:auto}.detailHero,.detailHeroInner{min-height:520px}.detailHeroInner{grid-template-columns:1fr}.detailHeroAside{display:none}.detailIntro,.detailVisual,.detailFaq{grid-template-columns:1fr;gap:35px}.detailVisual figure{height:420px}.processGrid{grid-template-columns:repeat(2,1fr)}.detailCta .container{grid-template-columns:1fr;gap:25px}.detailRelated .relatedGrid{grid-template-columns:1fr 1fr}.homeIntentShell{grid-template-columns:1fr;gap:35px}}
@media(max-width:650px){.topbarV8{display:none}.headerV8{top:0}.navV8{min-height:66px;gap:7px}.brandV8{min-width:0}.brandV8 img{width:36px;height:36px}.brandV8 b{font-size:17px}.brandV8 small{font-size:6px}.searchOpen,.langTrigger{width:38px;height:38px;padding:0;justify-content:center}.langTrigger span,.langTrigger b{display:none}.menuBtnV8{width:38px;height:38px}.navlinksV8{left:8px;right:8px}.megaCardGrid,.megaMediaGrid,.megaRegionGrid{grid-template-columns:1fr}.megaPanelHead>div{display:none}.megaPanelHead{justify-content:flex-start}.megaCard{grid-template-columns:40px 1fr 20px;min-height:70px}.megaIcon{width:38px;height:38px}.searchOverlay{padding:10vh 14px 25px}.searchClose{right:15px;top:15px;width:40px;height:40px}.searchBox h2{font-size:42px}.searchField{height:56px}.detailBreadcrumb{padding:12px 14px}.detailHero,.detailHeroInner{min-height:540px}.detailHeroCopy{padding:60px 0}.detailHeroCopy h1{font-size:clamp(41px,13vw,58px);letter-spacing:-1.7px}.detailHeroCopy>p{font-size:14px}.detailHeroActions{display:grid;grid-template-columns:1fr}.detailIntro,.detailVisual,.detailFaq{padding-top:58px;padding-bottom:58px}.detailIntro{gap:28px}.detailVisual figure{height:300px;border-radius:18px}.processGrid{grid-template-columns:1fr}.processGrid article{min-height:125px}.processGrid h3{margin-top:30px}.detailCta{padding:48px 0}.detailCta .container>div:last-child{display:grid;gap:8px}.detailCta .btnLight{margin:0}.detailRelated .relatedGrid{grid-template-columns:1fr}.regionBrandStrip .container{align-items:flex-start;flex-direction:column}.regionBrandStrip .container>div:first-child{flex-wrap:wrap}.regionAltLinks{width:100%;display:grid;grid-template-columns:1fr 1fr}.homeIntentFinal{padding:15px 0 65px}.homeIntentShell{padding:27px 19px;border-radius:20px}.homeIntentCopy h2{font-size:36px}.homeIntentCopy>div{display:grid}.homeIntentLinks>a{min-height:76px}}
@media(prefers-reduced-motion:reduce){.megaPanel,.megaCard,.homeIntentLinks>a,.btnPrimary{transition:none}}

/* BUTEKPLUS V9 — visual system based on the third approved concept */
:root{--v9-navy:#061b2b;--v9-navy2:#0b2b40;--v9-red:#e31320;--v9-line:#dde5ea;--v9-muted:#687985}
.megaPanelV9{display:grid!important;grid-template-columns:minmax(0,1fr) 280px;gap:18px}.megaPanelV9>.megaPanelHead{grid-column:1/-1}.megaPanelV9>.megaCardGrid{grid-column:1}.megaPromoV9{position:relative;min-height:230px;border-radius:18px;overflow:hidden;background:linear-gradient(150deg,#071b2b,#0b3650);color:#fff}.megaPromoV9 img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;opacity:.66}.megaPromoV9:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,18,29,.98),rgba(4,18,29,.08) 70%)}.megaPromoV9>div{position:absolute;z-index:2;left:18px;right:18px;bottom:17px}.megaPromoV9 span{font-size:9px;letter-spacing:.13em;color:#ff5a64;font-weight:950}.megaPromoV9 h4{margin:5px 0;font-size:18px;line-height:1.12}.megaPromoV9 p{margin:0 0 10px;color:#d3dee4;font-size:10px;line-height:1.45}.megaPromoV9 a{display:inline-flex;padding:9px 11px;border-radius:8px;background:#e31320;font-size:10px;font-weight:900}.mediaPromo img{object-position:center}.megaRegionsPanelV9{width:min(1320px,calc(100vw - 40px))!important}.regionsMegaV9{display:grid;grid-template-columns:1.4fr .75fr .75fr 260px;gap:14px}.regionsMegaGroup{padding:15px;border:1px solid #e3e9ed;border-radius:16px;background:#fbfcfd}.megaV9GroupHead{display:flex;gap:11px;align-items:center;padding-bottom:12px;margin-bottom:10px;border-bottom:1px solid #e7edf0}.megaV9Icon{width:38px;height:38px;border-radius:11px;background:#fff0f1;color:#e31320;display:grid;place-items:center;font-size:19px}.megaV9Icon.ac{background:#eef7ff;color:#1686d9}.megaV9Icon.rad{background:#fff5e9;color:#f47700}.megaV9GroupHead strong{display:block;font-size:12px;color:#0d283a}.megaV9GroupHead small{display:block;color:#778791;font-size:8.5px}.compactLinkGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.compactLinkGrid a,.compactLinkList a{min-height:44px;padding:7px 8px;border-radius:8px;background:#fff;border:1px solid #e7ecef;display:grid;grid-template-columns:1fr auto;align-content:center;position:relative}.compactLinkGrid strong,.compactLinkList strong{font-size:9.5px}.compactLinkGrid small,.compactLinkList small{font-size:7.5px;color:#7b8992}.compactLinkGrid span,.compactLinkList span{grid-column:2;grid-row:1/3;color:#df101d}.compactLinkList{display:grid;gap:6px}.compactLinkList a{grid-template-columns:1fr auto}.detailAuthority{padding-top:12px;padding-bottom:75px}.authorityGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.authorityGrid article{min-height:190px;padding:24px;border:1px solid #e0e7eb;border-radius:18px;background:linear-gradient(145deg,#fff,#f7f9fa);box-shadow:0 12px 32px rgba(10,34,49,.06)}.authorityGrid article>span{display:grid;place-items:center;width:35px;height:35px;border-radius:10px;background:#e31320;color:#fff;font-size:10px;font-weight:950}.authorityGrid h3{font-size:18px;line-height:1.2;color:#0b2738;margin:30px 0 8px}.authorityGrid p{font-size:11px;line-height:1.65;color:#657781}.detailVisualBand{padding:20px 0 85px}.detailVisualBand>.container{display:grid;grid-template-columns:1fr 295px;gap:15px}.visualBandMain{min-height:330px;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;border:1px solid #dfe7eb;border-radius:22px;overflow:hidden;background:#fff}.visualBandMain>img{width:100%;height:100%;min-height:330px;object-fit:cover}.visualBandMain>div{padding:36px}.visualBandMain h2{font-size:32px;line-height:1.08;margin:9px 0;color:#0b2334}.visualBandMain p{color:#687984;font-size:12px}.detailVisualBand aside{position:relative;overflow:hidden;border-radius:22px;background:#071e30;min-height:330px}.detailVisualBand aside img{width:100%;height:100%;object-fit:cover;opacity:.7}.detailVisualBand aside:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#061a2b 2%,transparent 75%)}.detailVisualBand aside strong,.detailVisualBand aside a{position:absolute;z-index:2;left:20px;right:20px}.detailVisualBand aside strong{bottom:68px;color:#fff;font-size:18px;line-height:1.15}.detailVisualBand aside a{bottom:20px;background:#e31320;color:#fff;padding:11px;border-radius:9px;text-align:center;font-size:10px;font-weight:900}.detailStory{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center;padding-top:80px;padding-bottom:80px}.detailStoryMedia{display:grid;grid-template-columns:1.25fr .75fr;gap:9px;height:500px}.detailStoryMedia img{width:100%;height:100%;object-fit:cover;border-radius:22px}.detailStoryMedia img:last-child{object-position:center top}.detailStoryCopy h2{font-size:clamp(34px,4vw,50px);line-height:1.05;letter-spacing:-1.4px;color:#0b2435;margin:9px 0 14px}.detailStoryCopy p{color:#687983;font-size:13px;line-height:1.7}.detailStoryCopy h3{margin:25px 0 9px;font-size:17px;color:#102c3d}.detailRelatedV9{padding:75px 0;background:#f5f7f9}.relatedAreaGrid{display:grid;grid-template-columns:repeat(5,1fr);gap:9px}.relatedAreaGrid a{min-height:110px;padding:15px;border:1px solid #dfe6ea;border-radius:15px;background:#fff;display:grid;grid-template-columns:36px 1fr auto;grid-template-rows:auto auto;align-items:center;gap:2px 10px;transition:.2s}.relatedAreaGrid a:hover{transform:translateY(-3px);box-shadow:0 15px 30px rgba(9,35,51,.08)}.relatedAreaGrid a>span{grid-row:1/3;width:36px;height:36px;border-radius:10px;background:#fff0f1;display:grid;place-items:center}.relatedAreaGrid strong{font-size:11px}.relatedAreaGrid small{font-size:8.5px;color:#73838d}.relatedAreaGrid b{grid-row:1/3;grid-column:3;color:#e31320}.regionServiceMatrixV9{padding:75px 0 90px;background:linear-gradient(145deg,#061c2c,#0a334b);color:#fff}.regionServiceMatrixV9 .sectionHead{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px}.regionServiceMatrixV9 .sectionHead h2{color:#fff;font-size:38px;margin:5px 0}.regionMatrixGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.regionMatrixGrid article{padding:20px;border:1px solid rgba(255,255,255,.13);border-radius:17px;background:rgba(255,255,255,.06)}.matrixPin{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#e31320}.regionMatrixGrid h3{font-size:22px;margin:20px 0 3px}.regionMatrixGrid p{color:#c8d6de;font-size:10px;min-height:45px}.regionMatrixGrid article>div{display:grid;gap:6px}.regionMatrixGrid a{display:flex;justify-content:space-between;gap:8px;padding:10px;border-radius:8px;background:rgba(255,255,255,.08);font-size:10px;font-weight:850}.rtl .regionsMegaV9,.rtl .detailStory,.rtl .detailVisualBand>.container,.rtl .regionMatrixGrid{direction:rtl}
@media(max-width:1180px){.regionsMegaV9{grid-template-columns:1fr 1fr}.megaPromoV9{min-height:210px}.megaPanelV9{grid-template-columns:1fr 230px}.relatedAreaGrid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:980px){.megaPanelV9{display:block!important}.megaPromoV9{margin-top:10px;min-height:190px}.regionsMegaV9{grid-template-columns:1fr 1fr}.regionsMegaV9 .megaPromoV9{grid-column:1/-1}.detailVisualBand>.container,.detailStory{grid-template-columns:1fr}.detailVisualBand aside{min-height:280px}.relatedAreaGrid{grid-template-columns:repeat(2,1fr)}.regionMatrixGrid{grid-template-columns:1fr 1fr}.authorityGrid{grid-template-columns:1fr 1fr}.authorityGrid article:last-child{grid-column:1/-1}}
@media(max-width:650px){.regionsMegaV9{grid-template-columns:1fr}.compactLinkGrid{grid-template-columns:1fr 1fr}.regionsMegaV9 .megaPromoV9{grid-column:auto}.authorityGrid{grid-template-columns:1fr}.authorityGrid article:last-child{grid-column:auto}.detailVisualBand{padding-bottom:55px}.visualBandMain{grid-template-columns:1fr}.visualBandMain>img{min-height:230px;height:230px}.visualBandMain>div{padding:25px}.detailStory{padding-top:55px;padding-bottom:55px;gap:28px}.detailStoryMedia{height:360px;grid-template-columns:1fr .7fr}.detailStoryCopy h2{font-size:35px}.relatedAreaGrid{grid-template-columns:1fr}.regionServiceMatrixV9{padding:55px 0}.regionServiceMatrixV9 .sectionHead{align-items:flex-start;flex-direction:column;gap:12px}.regionMatrixGrid{grid-template-columns:1fr}.megaPromoV9.mini{display:none}}

/* BUTEKPLUS V10 — navigation readability, compact detail heroes, premium process & CTA */
.megaServiceGridV10{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.megaServiceGridV10 .megaCard{min-height:108px;padding:17px 18px;border-radius:17px}.megaServiceGridV10 .megaCard strong{font-size:14px;line-height:1.3}.megaServiceGridV10 .megaCard small{font-size:10.5px;line-height:1.45}.megaServiceGridV10 .megaIcon{width:50px;height:50px}.megaPanelV9:has(.megaServiceGridV10){width:min(1040px,calc(100vw - 36px));grid-template-columns:minmax(0,1fr) 270px}
.megaRegionsV10{width:min(1180px,calc(100vw - 36px))!important;display:grid!important;grid-template-columns:minmax(0,1fr) 260px!important;gap:16px!important}.megaRegionsV10>.megaPanelHead{grid-column:1/-1}.districtMegaGridV10{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.districtMegaCardV10{padding:15px;border:1px solid #dfe7eb;border-radius:16px;background:linear-gradient(145deg,#fff,#f8fafb);transition:.2s}.districtMegaCardV10:hover{border-color:#c8d5dc;box-shadow:0 12px 28px rgba(8,31,47,.07);transform:translateY(-2px)}.districtMegaHead{display:flex;align-items:center;gap:11px;padding-bottom:11px;margin-bottom:9px;border-bottom:1px solid #e7edf0}.districtPinV10{width:38px;height:38px;border-radius:11px;background:#fff0f1;color:#e31320;display:grid;place-items:center;font-size:18px;flex:0 0 auto}.districtMegaHead strong{display:block;font-size:14px;line-height:1.2;color:#0c2739}.districtMegaHead small{display:block;margin-top:3px;font-size:9.5px;color:#74838d}.districtMegaLinksV10{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.districtMegaLinksV10 a{min-height:35px;padding:8px 9px;border-radius:8px;background:#fff;border:1px solid #e7ecef;display:flex;align-items:center;justify-content:space-between;gap:6px;color:#263f4e;font-size:10.5px;font-weight:850}.districtMegaLinksV10 a:hover{border-color:#e31320;color:#e31320}.districtMegaLinksV10 b{font-size:12px}.megaPromoRegionV10{min-height:100%;height:auto}.megaPromoRegionV10 h4{font-size:20px}.megaPromoRegionV10 p{font-size:10.5px}
/* Compact detail hero: lower visual weight while preserving hierarchy */
.detailHero,.detailHeroInner{min-height:430px!important}.detailHeroCopy{padding:50px 0!important}.detailHeroCopy h1{font-size:clamp(40px,5.2vw,66px)!important;line-height:1!important;letter-spacing:-2px!important;margin:10px 0 15px!important}.detailHeroCopy>p{font-size:14px!important;line-height:1.6!important;max-width:650px}.detailHeroAside{padding:20px!important}.detailBigIcon{width:48px;height:48px;margin-bottom:22px}.detailHeroAside strong{font-size:18px}
/* New semantic knowledge content */
.detailKnowledgeV10{padding:78px 0;background:#f5f8fa;border-top:1px solid #e5ebef;border-bottom:1px solid #e5ebef}.knowledgeLeadV10{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:60px;align-items:end;margin-bottom:26px}.knowledgeLeadV10 .sectionKicker{grid-column:1}.knowledgeLeadV10 h2{grid-column:1;font-size:clamp(30px,3.7vw,46px);line-height:1.05;letter-spacing:-1.3px;margin:5px 0 0;color:#0a2233}.knowledgeLeadV10 p{grid-column:2;grid-row:1/3;margin:0;color:#667985;font-size:13px;line-height:1.75}.knowledgeGridV10{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.knowledgeGridV10 article{min-height:210px;padding:24px;border:1px solid #dfe7eb;border-radius:18px;background:#fff;box-shadow:0 12px 28px rgba(8,31,47,.045)}.knowledgeGridV10 b{display:grid;place-items:center;width:35px;height:35px;border-radius:10px;background:#e31320;color:#fff;font-size:10px}.knowledgeGridV10 h3{margin:28px 0 9px;font-size:18px;line-height:1.25;color:#102c3d}.knowledgeGridV10 p{margin:0;color:#687b86;font-size:11.5px;line-height:1.7}.localServiceNoteV10{margin-top:14px;padding:24px 26px;border-radius:18px;background:linear-gradient(135deg,#071d2e,#0b334a);color:#fff}.localServiceNoteV10>span{font-size:9px;letter-spacing:.14em;font-weight:950;color:#ff4a54}.localServiceNoteV10 h3{margin:6px 0 8px;font-size:22px}.localServiceNoteV10 p{margin:0;color:#cad7df;font-size:11.5px;line-height:1.7}.localServiceNoteV10 .independentNoteV10{margin-top:11px;padding-top:11px;border-top:1px solid rgba(255,255,255,.12);color:#91a8b7;font-size:9.5px}
/* Process CTA: modern timeline cards */
.detailProcess{padding:62px 0!important;background:linear-gradient(135deg,#061b2b 0%,#0a3048 70%,#0c3a54 100%)!important;position:relative;overflow:hidden}.detailProcess:before{content:"";position:absolute;width:360px;height:360px;border:1px solid rgba(255,255,255,.05);border-radius:50%;right:-120px;top:-180px}.detailProcess .sectionHead{position:relative;z-index:1;margin-bottom:24px}.detailProcess .sectionHead h2{font-size:clamp(34px,4vw,50px)!important}.processGrid{position:relative;z-index:1;gap:12px!important}.processGrid article{min-height:152px!important;padding:19px 20px!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:16px!important;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035))!important;box-shadow:inset 0 1px rgba(255,255,255,.05);transition:.2s}.processGrid article:hover{transform:translateY(-3px);background:rgba(255,255,255,.1)!important;border-color:rgba(255,255,255,.24)!important}.processGrid b{width:32px;height:32px;border-radius:9px;background:#e31320;color:#fff!important;display:grid!important;place-items:center;letter-spacing:0!important;font-size:10px!important}.processGrid h3{font-size:16px!important;margin:30px 0 0!important;line-height:1.28!important}
/* CTA: navy core, red accent instead of full-red block */
.detailCta{padding:52px 0!important;background:#f5f8fa!important;color:#0c2739!important}.detailCta .container{position:relative;overflow:hidden;padding:38px 42px;border-radius:22px;background:linear-gradient(125deg,#071d2e,#0a344d);box-shadow:0 20px 50px rgba(5,28,44,.12)}.detailCta .container:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:#e31320}.detailCta .container:after{content:"";position:absolute;width:260px;height:260px;border:40px solid rgba(227,19,32,.07);border-radius:50%;right:-90px;top:-100px}.detailCta .container>*{position:relative;z-index:1}.detailCta span{color:#ff4a54!important}.detailCta h2{color:#fff!important;font-size:clamp(30px,3.8vw,46px)!important}.detailCta p{color:#c8d6df!important}.detailCta .btnPrimary{background:#e31320!important}.detailCta .btnPrimary:hover{background:#c90d18!important}.detailCta .btnLight{background:#fff!important;color:#0c283a!important}
@media(max-width:1180px){.megaRegionsV10{grid-template-columns:1fr 230px!important}.districtMegaLinksV10{grid-template-columns:1fr}.megaPanelV9:has(.megaServiceGridV10){grid-template-columns:1fr 235px}.knowledgeLeadV10{grid-template-columns:1fr;gap:12px}.knowledgeLeadV10 p{grid-column:1;grid-row:auto}.knowledgeGridV10{grid-template-columns:1fr 1fr}.knowledgeGridV10 article:last-child{grid-column:1/-1}}
@media(max-width:980px){.megaRegionsV10,.megaPanelV9:has(.megaServiceGridV10){display:block!important}.districtMegaGridV10,.megaServiceGridV10{grid-template-columns:repeat(2,minmax(0,1fr))!important}.megaPromoRegionV10{min-height:190px;margin-top:10px}.detailHero,.detailHeroInner{min-height:390px!important}.detailHeroCopy{padding:42px 0!important}.detailKnowledgeV10{padding:58px 0}.detailCta .container{padding:32px 28px}}
@media(max-width:650px){.megaServiceGridV10,.districtMegaGridV10{grid-template-columns:1fr!important}.megaServiceGridV10 .megaCard{min-height:82px;padding:12px 13px}.megaServiceGridV10 .megaCard strong{font-size:13px}.districtMegaLinksV10{grid-template-columns:1fr 1fr}.megaPromoRegionV10{display:none}.detailHero,.detailHeroInner{min-height:385px!important}.detailHeroCopy{padding:36px 0!important}.detailHeroCopy h1{font-size:clamp(35px,11vw,49px)!important;letter-spacing:-1.2px!important}.detailHeroCopy>p{font-size:12.5px!important}.detailHeroActions{margin-top:20px!important}.detailKnowledgeV10{padding:48px 0}.knowledgeGridV10{grid-template-columns:1fr}.knowledgeGridV10 article:last-child{grid-column:auto}.knowledgeGridV10 article{min-height:auto;padding:20px}.knowledgeGridV10 h3{margin-top:22px}.localServiceNoteV10{padding:20px}.detailProcess{padding:48px 0!important}.processGrid article{min-height:110px!important;padding:16px!important}.processGrid h3{margin-top:20px!important}.detailCta{padding:34px 0!important}.detailCta .container{padding:27px 20px;border-radius:18px}.detailCta .container>div:last-child{display:grid;grid-template-columns:1fr!important}.detailCta .btnPrimary,.detailCta .btnLight{width:100%}}

/* V11: district stove link balance + closed-by-default mobile accordions */
.districtMegaLinksV10{grid-template-columns:repeat(3,minmax(0,1fr))}
.districtMegaLinksV10 a{min-height:38px}
@media(max-width:1180px){.districtMegaLinksV10{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:980px){
  .megaDrop>.megaPanel,.megaDrop>.megaPanelV9,.megaDrop>.megaRegionsV10{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}
  .megaDrop.is-open>.megaPanel,.megaDrop.is-open>.megaPanelV9,.megaDrop.is-open>.megaRegionsV10{display:block!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
  .megaDrop:hover>.megaPanel,.megaDrop:focus-within>.megaPanel{display:none!important}
  .megaDrop.is-open:hover>.megaPanel,.megaDrop.is-open:focus-within>.megaPanel{display:block!important}
  .districtMegaLinksV10{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:480px){.districtMegaLinksV10{grid-template-columns:1fr 1fr}.districtMegaLinksV10 a{font-size:10px;padding:8px}}


/* V12 enriched detail CTA */
.detailCtaV12{padding:64px 0!important;background:linear-gradient(180deg,#f7fafc 0%,#eef4f7 100%)!important;color:#0b2638!important}
.detailCtaV12 .detailCtaShellV12{position:relative;display:grid!important;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr)!important;gap:24px!important;align-items:stretch!important;padding:0!important;background:transparent!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important}
.detailCtaV12 .detailCtaShellV12:before,.detailCtaV12 .detailCtaShellV12:after{display:none!important}
.detailCtaMainV12,.detailCtaTrustV12{position:relative;overflow:hidden;border:1px solid #dce6eb;border-radius:26px;box-shadow:0 24px 65px rgba(4,29,45,.10)}
.detailCtaMainV12{padding:48px 50px;background:linear-gradient(135deg,#061c2d 0%,#0a3650 100%);color:#fff}
.detailCtaMainV12:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:linear-gradient(#e31320,#ff4751)}
.detailCtaMainV12:after{content:"";position:absolute;width:310px;height:310px;border:52px solid rgba(255,255,255,.035);border-radius:50%;right:-130px;top:-145px}
.detailCtaMainV12>*{position:relative;z-index:1}
.detailCtaKickerV12{display:inline-flex!important;color:#ff4a54!important;font-size:10px!important;letter-spacing:.16em!important;font-weight:950!important;text-transform:uppercase}
.detailCtaV12 h2{max-width:760px!important;margin:12px 0 16px!important;color:#fff!important;font-size:clamp(31px,3.5vw,48px)!important;line-height:1.04!important;letter-spacing:-1.5px!important;text-wrap:balance}
.detailCtaLeadV12{max-width:780px!important;margin:0!important;color:#cbd8e0!important;font-size:14px!important;line-height:1.75!important}
.detailCtaPrepV12{margin-top:28px;padding-top:25px;border-top:1px solid rgba(255,255,255,.14)}
.detailCtaPrepV12 h3{margin:0 0 13px;color:#fff;font-size:13px}
.detailCtaPrepV12 ul{list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:0;padding:0}
.detailCtaPrepV12 li{min-height:80px;display:flex;align-items:flex-start;gap:10px;padding:13px;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:rgba(255,255,255,.06);color:#dce7ed;font-size:10.5px;line-height:1.5}
.detailCtaPrepV12 li b{flex:0 0 28px;width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:#e31320;color:#fff;font-size:9px}
.detailCtaActionsV12{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin-top:24px}
.detailCtaV12 .detailCtaActionsV12 .btnPrimary,.detailCtaV12 .detailCtaActionsV12 .btnLight{margin:0!important;min-height:48px;padding:0 19px;border-radius:11px;font-size:11px}
.detailCtaV12 .detailCtaActionsV12 .btnPrimary{background:#e31320!important;color:#fff!important;box-shadow:0 14px 32px rgba(227,19,32,.27)}
.detailCtaV12 .detailCtaActionsV12 .btnLight{background:#fff!important;color:#082337!important}
.detailCtaTextLinkV12{min-height:48px;display:inline-flex;align-items:center;padding:0 5px;color:#fff;font-size:10.5px;font-weight:900}
.detailCtaNoteV12{margin:15px 0 0!important;color:#91a7b5!important;font-size:10.5px!important;line-height:1.55!important}
.detailCtaTrustV12{padding:31px;background:#fff}
.detailCtaTrustHeadV12{display:flex;align-items:center;gap:12px;padding-bottom:20px;border-bottom:1px solid #e4ebef}
.detailCtaTrustHeadV12>span{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#fff0f1;color:#e31320;font-size:20px;font-weight:950}
.detailCtaTrustHeadV12 h3{margin:0;color:#0a2538;font-size:22px;letter-spacing:-.5px}
.detailCtaTrustGridV12{display:grid;gap:8px;margin-top:17px}
.detailCtaTrustGridV12 article{display:grid;grid-template-columns:38px 1fr;gap:11px;align-items:start;padding:14px;border:1px solid #e1e8ec;border-radius:14px;background:#f9fbfc;transition:transform .2s,border-color .2s,box-shadow .2s}
.detailCtaTrustGridV12 article:hover{transform:translateY(-2px);border-color:#cbd8df;box-shadow:0 11px 24px rgba(6,35,51,.07)}
.detailCtaTrustGridV12 article>b{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:#09283b;color:#fff;font-size:9px;letter-spacing:.08em}
.detailCtaTrustGridV12 strong{display:block;margin:1px 0 4px;color:#0b2638;font-size:12px}
.detailCtaTrustGridV12 span{display:block!important;color:#697b86!important;font-size:10.5px!important;line-height:1.5!important;letter-spacing:0!important;font-weight:500!important}
.rtl .detailCtaMainV12:before{left:auto;right:0}
.rtl .detailCtaMainV12:after{right:auto;left:-130px}
@media(max-width:1050px){.detailCtaV12 .detailCtaShellV12{grid-template-columns:1fr!important}.detailCtaTrustGridV12{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.detailCtaV12{padding:42px 0!important}.detailCtaMainV12{padding:29px 21px}.detailCtaTrustV12{padding:22px 18px}.detailCtaV12 h2{font-size:clamp(29px,9.5vw,39px)!important;letter-spacing:-1px!important}.detailCtaLeadV12{font-size:12.5px!important}.detailCtaPrepV12 ul{grid-template-columns:1fr}.detailCtaPrepV12 li{min-height:auto}.detailCtaActionsV12{display:grid;grid-template-columns:1fr}.detailCtaV12 .detailCtaActionsV12 a{width:100%;justify-content:center}.detailCtaTextLinkV12{border:1px solid rgba(255,255,255,.16);border-radius:11px}.detailCtaTrustGridV12{grid-template-columns:1fr}.detailCtaTrustHeadV12 h3{font-size:19px}}


/* V13 enriched visual CTA */
.detailVisualBandV13{padding:28px 0 78px;background:#fff}
.detailVisualBandV13>.container{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:18px;align-items:stretch}
.detailVisualBandV13 .visualBandMain{min-height:430px;display:grid;grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);align-items:stretch;border:1px solid #dce6eb;border-radius:26px;overflow:hidden;background:linear-gradient(135deg,#fff,#f8fbfc);box-shadow:0 20px 55px rgba(5,31,48,.07)}
.detailVisualBandV13 .visualBandMain>img{width:100%;height:100%;min-height:430px;object-fit:cover}
.visualBandCopyV13{display:flex;flex-direction:column;justify-content:center;padding:38px 40px}
.visualBandCopyV13 h2{margin:9px 0 13px;color:#082438;font-size:clamp(29px,3.1vw,43px);line-height:1.05;letter-spacing:-1.2px;text-wrap:balance}
.visualBandCopyV13>p{margin:0;color:#607580;font-size:13px;line-height:1.72}
.visualBandFactsV13{display:grid;gap:8px;margin-top:23px}
.visualBandFactsV13 article{display:grid;grid-template-columns:34px 1fr;gap:11px;align-items:start;padding:12px 13px;border:1px solid #e0e8ec;border-radius:13px;background:#fff;box-shadow:0 7px 18px rgba(4,31,47,.035)}
.visualBandFactsV13 article>b{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#fff0f1;color:#e31320;font-size:9px}
.visualBandFactsV13 strong{display:block;margin:1px 0 3px;color:#0a273a;font-size:11.5px}
.visualBandFactsV13 span{display:block;color:#70818b;font-size:9.8px;line-height:1.45}
.visualBandAsideV13{position:relative;min-height:430px;overflow:hidden;border-radius:26px;background:#061d2e;box-shadow:0 20px 55px rgba(5,31,48,.13)}
.visualBandAsideV13>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;opacity:.7}
.visualBandAsideV13:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,19,31,.99) 5%,rgba(4,19,31,.76) 47%,rgba(4,19,31,.06) 88%)}
.visualBandAsideContentV13{position:absolute;z-index:2;left:22px;right:22px;bottom:20px;color:#fff}
.visualBandAsideContentV13>strong{display:block;font-size:20px;line-height:1.12}
.visualBandAsideContentV13>p{margin:8px 0 12px;color:#d0dce3;font-size:10.5px;line-height:1.5}
.visualBandAsideContentV13 ul{list-style:none;display:grid;gap:5px;margin:0 0 14px;padding:0}
.visualBandAsideContentV13 li{display:flex;gap:7px;align-items:center;color:#edf4f7;font-size:9.5px}
.visualBandAsideContentV13 li span{width:19px;height:19px;display:grid;place-items:center;border-radius:6px;background:rgba(227,19,32,.92);font-size:9px}
.visualBandAsideContentV13>a{display:flex;align-items:center;justify-content:center;min-height:43px;padding:0 12px;border-radius:10px;background:#e31320;color:#fff;font-size:10px;font-weight:950;box-shadow:0 12px 25px rgba(227,19,32,.25)}
.visualBandAsideContentV13>a:hover{background:#c90d18;transform:translateY(-1px)}
.rtl .detailVisualBandV13>.container,.rtl .visualBandMain,.rtl .visualBandFactsV13 article{direction:rtl}
@media(max-width:1050px){.detailVisualBandV13>.container{grid-template-columns:1fr}.visualBandAsideV13{min-height:340px}.visualBandAsideV13>img{object-position:center 18%}.visualBandAsideContentV13{max-width:430px}}
@media(max-width:760px){.detailVisualBandV13{padding:18px 0 52px}.detailVisualBandV13 .visualBandMain{grid-template-columns:1fr;min-height:auto}.detailVisualBandV13 .visualBandMain>img{height:240px;min-height:240px}.visualBandCopyV13{padding:27px 21px}.visualBandCopyV13 h2{font-size:clamp(28px,8.7vw,38px)}.visualBandCopyV13>p{font-size:12px}.visualBandAsideV13{min-height:390px}.visualBandAsideContentV13{left:18px;right:18px}.visualBandFactsV13 article{padding:11px}.visualBandFactsV13 span{font-size:9.5px}}

/* V14 homepage expert intro */
.homeExpertIntro{position:relative;padding:clamp(38px,5vw,76px) 0 32px;background:radial-gradient(circle at 86% 8%,rgba(217,16,28,.055),transparent 31%),linear-gradient(180deg,#fff 0%,#f7fafc 100%);overflow:hidden;border-bottom:1px solid #e5edf2}
.homeExpertIntro:before{content:"";position:absolute;right:-170px;top:80px;width:430px;height:430px;border:54px solid rgba(217,16,28,.025);border-radius:50%;pointer-events:none}
.homeExpertGrid{display:grid;grid-template-columns:minmax(300px,.93fr) minmax(430px,1.55fr) minmax(260px,.82fr);gap:clamp(22px,2.5vw,38px);align-items:stretch}
.expertVisuals{display:grid;grid-template-columns:1.55fr .85fr;grid-template-rows:1fr 1fr;gap:12px;min-height:510px}
.expertVisual{margin:0;overflow:hidden;border-radius:25px;background:#e8eef1;box-shadow:0 18px 50px rgba(8,31,46,.10)}
.expertVisualMain{grid-row:1/3}.expertVisual img{width:100%;height:100%;display:block;object-fit:cover}.expertVisualMain img{object-position:33% center}.expertVisualSmall img{object-position:center}
.expertContent{align-self:center;padding:15px 0}.expertEyebrow,.expertMiniKicker{display:inline-flex;align-items:center;gap:7px;color:#d9101c;font-weight:950;font-size:12px;letter-spacing:.14em;text-transform:uppercase}.expertEyebrow:before{content:"";width:25px;height:2px;background:#d9101c;border-radius:2px}
.expertContent h2{max-width:800px;margin:14px 0 17px;color:#09283b;font-size:clamp(34px,3.4vw,58px);line-height:1.02;letter-spacing:-2px;text-wrap:balance}.expertLead{margin:0;color:#566d7d;font-size:clamp(15px,1.15vw,18px);line-height:1.8}
.expertFeatures{display:grid;grid-template-columns:1fr 1fr;gap:14px 20px;margin-top:28px}.expertFeature{display:flex;align-items:flex-start;gap:13px;padding:15px 0;border-top:1px solid #dfe8ed}.expertFeatureIcon{flex:0 0 42px;height:42px;display:grid;place-items:center;border:1px solid rgba(217,16,28,.24);border-radius:14px;background:#fff5f6;color:#d9101c;font-size:12px;font-weight:950}.expertFeature strong,.expertFeature small{display:block}.expertFeature strong{color:#09283b;font-size:15px;line-height:1.25}.expertFeature small{margin-top:5px;color:#6b7e8b;font-size:12.5px;line-height:1.5}
.expertTeamCard{position:relative;min-height:510px;overflow:hidden;border-radius:25px;background:#06253a;color:#fff;box-shadow:0 20px 60px rgba(5,27,42,.19)}.expertTeamCard>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top}.expertTeamShade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,23,37,.98) 0%,rgba(3,23,37,.78) 46%,rgba(3,23,37,.15) 100%)}.expertTeamContent{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:27px}.expertTeamContent h3{margin:0 0 14px;font-size:clamp(23px,2vw,31px);line-height:1.05}.expertTeamContent ul{list-style:none;margin:0 0 14px;padding:0;display:grid;gap:8px}.expertTeamContent li{position:relative;padding-left:24px;color:#eef5f8;font-size:13px}.expertTeamContent li:before{content:"✓";position:absolute;left:0;top:-1px;width:17px;height:17px;display:grid;place-items:center;border-radius:50%;background:#e01420;color:#fff;font-size:10px;font-weight:900}.expertTeamContent p{margin:0 0 16px;color:#bfd0da;font-size:12.5px;line-height:1.5}.expertTeamBtn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px 16px;border-radius:11px;background:#e01420;color:#fff;font-weight:900;box-shadow:0 12px 28px rgba(224,20,32,.25);transition:.2s}.expertTeamBtn:hover{transform:translateY(-2px);background:#c90c17}
.expertProcessShell{display:grid;grid-template-columns:minmax(220px,.74fr) minmax(0,3.26fr);gap:18px;margin-top:24px;padding:18px;border:1px solid #dfe8ed;border-radius:25px;background:rgba(255,255,255,.88);box-shadow:0 16px 50px rgba(8,31,46,.06)}.expertRealCard{display:flex;flex-direction:column;padding:22px;border-right:1px solid #e0e8ed}.expertRealCard h3{margin:9px 0 8px;color:#09283b;font-size:25px;line-height:1.13}.expertRealCard p{margin:0;color:#667a88;font-size:13.5px;line-height:1.65}.expertRealActions{display:grid;grid-template-columns:1fr;gap:9px;margin-top:auto;padding-top:22px}.expertRealActions a{display:flex;justify-content:center;padding:12px 13px;border:1px solid #cbd8df;border-radius:10px;color:#09283b;font-size:12px;font-weight:900;transition:.2s}.expertRealActions a:first-child{background:#09283b;color:#fff;border-color:#09283b}.expertRealActions a:hover{transform:translateY(-2px);border-color:#d9101c}
.expertProcess{padding:6px 4px}.expertProcessHead{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:0 8px 15px}.expertProcessHead h2{margin:0;color:#09283b;font-size:clamp(24px,2.2vw,34px);letter-spacing:-.8px}.expertProcessHead p{max-width:520px;margin:0;color:#6b7e8b;font-size:13px;line-height:1.55}.expertSteps{display:grid;grid-template-columns:repeat(4,1fr)}.expertStep{position:relative;min-width:0;padding:19px 18px 15px;border-left:1px solid #e0e8ed}.expertStep:first-child{border-left:0}.expertStepNo{position:absolute;top:12px;left:15px;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#d9101c;color:#fff;font-size:11px;font-weight:950}.expertStepIcon{height:58px;display:grid;place-items:center;color:#12394f;font-size:33px}.expertStep h3{margin:11px 0 7px;color:#09283b;font-size:16px;line-height:1.25}.expertStep p{margin:0;color:#667a88;font-size:12.5px;line-height:1.6}
.expertTrustBar{display:grid;grid-template-columns:repeat(5,1fr);margin-top:18px;border-radius:20px;background:linear-gradient(110deg,#06243a,#0b3550);color:#fff;overflow:hidden;box-shadow:0 15px 42px rgba(8,31,46,.12)}.expertTrustItem{display:flex;align-items:center;gap:13px;min-height:96px;padding:18px 20px;border-left:1px solid rgba(255,255,255,.16)}.expertTrustItem:first-child{border-left:0}.expertTrustItem>span{font-size:28px;color:#ef2631}.expertTrustItem strong,.expertTrustItem small{display:block}.expertTrustItem strong{font-size:14px}.expertTrustItem small{margin-top:4px;color:#bfd0da;font-size:11.5px;line-height:1.35}
[dir="rtl"] .expertEyebrow:before{order:2}[dir="rtl"] .expertTeamContent li{padding-left:0;padding-right:24px}[dir="rtl"] .expertTeamContent li:before{left:auto;right:0}[dir="rtl"] .expertRealCard{border-right:0;border-left:1px solid #e0e8ed}[dir="rtl"] .expertStep{border-left:0;border-right:1px solid #e0e8ed}[dir="rtl"] .expertStep:first-child{border-right:0}[dir="rtl"] .expertStepNo{left:auto;right:15px}[dir="rtl"] .expertTrustItem{border-left:0;border-right:1px solid rgba(255,255,255,.16)}[dir="rtl"] .expertTrustItem:first-child{border-right:0}
@media(max-width:1180px){.homeExpertGrid{grid-template-columns:minmax(260px,.9fr) minmax(390px,1.45fr)}.expertTeamCard{grid-column:1/-1;min-height:340px}.expertTeamCard>img{object-position:75% 22%}.expertTeamShade{background:linear-gradient(90deg,rgba(3,23,37,.96) 0%,rgba(3,23,37,.73) 48%,rgba(3,23,37,.12) 100%)}.expertTeamContent{max-width:510px;top:0;bottom:0;display:flex;flex-direction:column;justify-content:center}.expertTeamBtn{max-width:310px}.expertTrustBar{grid-template-columns:repeat(3,1fr)}.expertTrustItem:nth-child(4){border-left:0}}
@media(max-width:900px){.homeExpertGrid{grid-template-columns:1fr}.expertVisuals{min-height:420px}.expertContent{padding:2px}.expertFeatures{grid-template-columns:1fr 1fr}.expertProcessShell{grid-template-columns:1fr;padding:15px}.expertRealCard{border-right:0;border-bottom:1px solid #e0e8ed}.expertRealActions{grid-template-columns:1fr 1fr}.expertProcessHead{align-items:flex-start;flex-direction:column}.expertSteps{grid-template-columns:1fr 1fr}.expertStep:nth-child(3){border-left:0;border-top:1px solid #e0e8ed}.expertStep:nth-child(4){border-top:1px solid #e0e8ed}[dir="rtl"] .expertRealCard{border-left:0;border-bottom:1px solid #e0e8ed}[dir="rtl"] .expertStep:nth-child(3){border-right:0}.expertTrustBar{grid-template-columns:1fr 1fr}.expertTrustItem:nth-child(odd){border-left:0}.expertTrustItem:nth-child(4){border-left:1px solid rgba(255,255,255,.16)}[dir="rtl"] .expertTrustItem:nth-child(odd){border-right:0}[dir="rtl"] .expertTrustItem:nth-child(4){border-right:1px solid rgba(255,255,255,.16)}}
@media(max-width:620px){.homeExpertIntro{padding:30px 0 24px}.homeExpertGrid{gap:20px}.expertVisuals{grid-template-columns:1.45fr .85fr;min-height:330px;gap:8px}.expertVisual{border-radius:17px}.expertContent h2{font-size:34px;letter-spacing:-1.4px}.expertLead{font-size:14px;line-height:1.7}.expertFeatures{grid-template-columns:1fr;gap:0;margin-top:22px}.expertFeature{padding:13px 0}.expertTeamCard{min-height:430px;border-radius:19px}.expertTeamCard>img{object-position:center top}.expertTeamShade{background:linear-gradient(0deg,rgba(3,23,37,.98) 0%,rgba(3,23,37,.84) 52%,rgba(3,23,37,.08) 100%)}.expertTeamContent{top:auto;max-width:none;padding:22px}.expertProcessShell{margin-top:16px;border-radius:19px;padding:12px}.expertRealCard{padding:17px}.expertRealActions{grid-template-columns:1fr}.expertProcessHead{padding:7px 6px 12px}.expertSteps{grid-template-columns:1fr}.expertStep{border-left:0;border-top:1px solid #e0e8ed;padding:18px 15px 17px 60px}.expertStep:first-child{border-top:0}.expertStepNo{top:20px}.expertStepIcon{display:none}[dir="rtl"] .expertStep{border-right:0;padding:18px 60px 17px 15px}.expertTrustBar{grid-template-columns:1fr;border-radius:17px}.expertTrustItem,.expertTrustItem:nth-child(4){border-left:0;border-top:1px solid rgba(255,255,255,.13);min-height:82px}.expertTrustItem:first-child{border-top:0}[dir="rtl"] .expertTrustItem,[dir="rtl"] .expertTrustItem:nth-child(4){border-right:0}}


/* V15 homepage wide responsive layout */
.homePageV15 main .container{
  width:min(1440px,calc(100% - clamp(32px,5vw,88px)));
}
.homePageV15 .serviceSlider .serviceSlideContent,
.homePageV15 .serviceSlider .serviceTabs{
  width:min(1440px,calc(100% - clamp(32px,5vw,88px)));
  margin-left:auto;
  margin-right:auto;
}
.homePageV15 .serviceSlider{height:clamp(590px,43vw,720px);min-height:590px}
.homePageV15 .serviceSlideContent{min-height:inherit;padding-left:0;padding-right:0}
.homePageV15 .serviceSlideContent>h1{max-width:920px}
.homePageV15 .homeExpertIntro{padding-top:clamp(48px,5.6vw,86px)}
.homePageV15 .homeExpertGrid{grid-template-columns:minmax(0,1.06fr) minmax(0,1.34fr) minmax(300px,.72fr);gap:clamp(24px,2.8vw,48px)}
.homePageV15 .expertContent{max-width:760px}
.homePageV15 .expertContent h2{font-size:clamp(40px,3.55vw,58px)}
.homePageV15 .expertLead{font-size:clamp(15px,1.05vw,17px);max-width:740px}
.homePageV15 .expertProcessShell{margin-top:clamp(22px,2.2vw,34px)}
.homePageV15 .heroBenefitsGrid{min-height:126px}
.homePageV15 .homeServices,
.homePageV15 .homeRegions,
.homePageV15 .v7CtaExperience{padding-top:clamp(76px,6vw,104px);padding-bottom:clamp(76px,6vw,104px)}
.homePageV15 .sectionHead{grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);gap:clamp(40px,5vw,90px)}
.homePageV15 .sectionHead h2{max-width:860px}
.homePageV15 .sectionHead>p{max-width:620px;justify-self:end}
.homePageV15 .serviceShowcase{gap:clamp(14px,1.35vw,22px)}
.homePageV15 .serviceFeature{min-height:420px;padding:clamp(24px,2vw,32px)}
.homePageV15 .districtGrid{gap:clamp(14px,1.35vw,22px)}
.homePageV15 .districtCard{min-height:350px;padding:clamp(24px,2vw,32px)}
.homePageV15 .v7QuickShell{grid-template-columns:minmax(0,1fr) 350px;gap:clamp(16px,1.7vw,26px)}
.homePageV15 .v7QuickMain{padding:clamp(28px,2.4vw,40px)}
.homePageV15 .v7IssueGrid{gap:clamp(13px,1.2vw,20px)}
.homePageV15 .v7JourneyShell{padding:clamp(28px,2.7vw,44px)}
.homePageV15 .homeIntentFinal{padding-bottom:clamp(82px,7vw,120px)}
.homePageV15 .homeIntentShell{grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:clamp(48px,5vw,92px);padding:clamp(42px,4vw,64px)}
.homePageV15 .homeIntentCopy h2{max-width:820px}
.homePageV15 .homeIntentCopy>p{font-size:15px}

@media (min-width:1600px){
  .homePageV15 main .container,
  .homePageV15 .serviceSlider .serviceSlideContent,
  .homePageV15 .serviceSlider .serviceTabs{width:min(1500px,calc(100% - 100px))}
  .homePageV15 .serviceShowcase,
  .homePageV15 .districtGrid{gap:24px}
  .homePageV15 .serviceFeature{min-height:440px}
}
@media (max-width:1180px){
  .homePageV15 main .container,
  .homePageV15 .serviceSlider .serviceSlideContent,
  .homePageV15 .serviceSlider .serviceTabs{width:min(100% - 34px,1180px)}
  .homePageV15 .homeExpertGrid{grid-template-columns:1fr 1.15fr}
  .homePageV15 .expertTeamCard{grid-column:1/-1;min-height:360px}
  .homePageV15 .serviceShowcase,.homePageV15 .districtGrid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .homePageV15 .serviceFeature,.homePageV15 .districtCard{min-height:330px}
  .homePageV15 .v7QuickShell{grid-template-columns:1fr}
  .homePageV15 .v7SupportCard{min-height:360px}
  .homePageV15 .homeIntentShell{grid-template-columns:1fr;gap:34px}
}
@media (max-width:760px){
  .homePageV15 main .container,
  .homePageV15 .serviceSlider .serviceSlideContent,
  .homePageV15 .serviceSlider .serviceTabs{width:min(100% - 26px,720px)}
  .homePageV15 .serviceSlider{height:auto;min-height:620px}
  .homePageV15 .homeExpertGrid{grid-template-columns:1fr;gap:22px}
  .homePageV15 .expertTeamCard{grid-column:auto;min-height:400px}
  .homePageV15 .homeServices,
  .homePageV15 .homeRegions,
  .homePageV15 .v7CtaExperience{padding-top:58px;padding-bottom:58px}
  .homePageV15 .sectionHead{grid-template-columns:1fr;gap:16px}
  .homePageV15 .sectionHead>p{justify-self:start;max-width:100%}
  .homePageV15 .serviceShowcase,.homePageV15 .districtGrid{grid-template-columns:1fr}
  .homePageV15 .serviceFeature,.homePageV15 .districtCard{min-height:0}
  .homePageV15 .homeIntentShell{padding:28px 20px;gap:26px}
}
@media (max-width:390px){
  .homePageV15 main .container,
  .homePageV15 .serviceSlider .serviceSlideContent,
  .homePageV15 .serviceSlider .serviceTabs{width:calc(100% - 22px)}
}

.skip-link{position:fixed;left:1rem;top:-5rem;z-index:99999;background:#fff;color:#071a33;padding:.8rem 1rem;border-radius:.6rem;box-shadow:0 8px 24px #0003}.skip-link:focus{top:1rem}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.form-status{min-height:1.5rem;margin-top:.75rem;font-weight:700}.comingSoon{max-width:760px;margin:auto;padding:3rem;border:1px solid #d9e2ee;border-radius:24px;background:#fff;box-shadow:0 18px 50px #071a3312;text-align:center}.topbar,.logoSub,.searchBtnV8,.langTrigger{font-size:max(.8125rem,13px)!important}html[dir="rtl"] .serviceSlider{overflow:hidden}html[dir="rtl"] .serviceSlide{inset-inline:0!important;transform:none!important}@media(max-width:576px){.comingSoon{padding:1.5rem}.pageHero{min-height:auto!important;padding-block:4.5rem 3rem!important}}


/* V17 verified contact information */
.topbar .container{display:flex;align-items:center;gap:18px}.topContactLinks{display:flex;align-items:center;gap:8px;margin-inline-start:auto}.topContactItem,.topWhatsapp,.topRequestLink{display:inline-flex;align-items:center;min-height:34px;padding:6px 10px;border-radius:999px;text-decoration:none;font-weight:800;white-space:nowrap}.topContactItem{background:#ffffff12;color:#fff}.topWhatsapp{background:#1f9d63;color:#fff}.topRequestLink{background:#e53935;color:#fff}.topContactItem:hover,.topContactItem:focus-visible,.topWhatsapp:hover,.topWhatsapp:focus-visible,.topRequestLink:hover,.topRequestLink:focus-visible{transform:translateY(-1px);filter:brightness(1.08)}
.footerContactV17{padding:0 0 34px;margin:0 0 34px;border-bottom:1px solid #ffffff20}.footerContactV17 h2{font-size:clamp(1.2rem,2vw,1.65rem);margin:0 0 16px;color:#fff}.footerContactGridV17{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.footerContactCardV17{display:flex;flex-direction:column;gap:5px;padding:16px 18px;border:1px solid #ffffff24;border-radius:16px;background:#ffffff0d;color:#fff;text-decoration:none;min-width:0}.footerContactCardV17 strong{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#ffffffa8}.footerContactCardV17 span{font-weight:850;overflow-wrap:anywhere}.footerContactCardV17.whatsapp{background:#168b58}.footerContactCardV17:hover,.footerContactCardV17:focus-visible{background:#ffffff18;transform:translateY(-2px)}
.directContactV17{margin:0 0 24px;padding:clamp(22px,3vw,34px);border-radius:24px;background:linear-gradient(135deg,#071a33,#102f57);color:#fff;box-shadow:0 20px 50px #071a3320}.directContactV17 h2{margin:0 0 10px;color:#fff}.directContactV17 p{margin:0 0 20px;color:#dbe8f7}.directContactActionsV17{display:flex;flex-wrap:wrap;gap:12px}.directContactActionsV17 .btn{min-height:48px}
@media(max-width:992px){.topIdentity{display:none}.topbar .container{gap:8px}.topContactLinks{margin-inline-start:0;flex:1}.footerContactGridV17{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.topbar .container{flex-wrap:wrap;padding-block:7px}.topContactLinks{width:100%;order:2;display:grid;grid-template-columns:1fr 1fr}.topContactItem{justify-content:center;font-size:.75rem}.topWhatsapp{justify-content:center}.topRequestLink{margin-inline-start:auto}.footerContactGridV17{grid-template-columns:1fr}.directContactActionsV17{flex-direction:column}.directContactActionsV17 .btn{width:100%;justify-content:center}}
@media(max-width:390px){.topContactItem{padding-inline:6px;font-size:.7rem}.topWhatsapp{font-size:.75rem}}


/* V18 Ultimate: footer, blog, references, contact, 404 */
.footerV18{position:relative;overflow:hidden;background:#041d30;color:#d7e3ea;padding:0;margin-top:0}.footerGlow{position:absolute;inset:auto -10% -55% 30%;height:520px;background:radial-gradient(circle,rgba(217,16,28,.2),transparent 63%);pointer-events:none}.footerV18 .container{position:relative}.footerCtaV18{transform:translateY(-1px);display:grid;grid-template-columns:minmax(0,1.5fr) auto;gap:36px;align-items:center;padding:38px 42px;border-radius:0 0 28px 28px;background:linear-gradient(112deg,#d9101c,#b50813);color:#fff;box-shadow:0 24px 60px rgba(0,0,0,.18)}.footerCtaV18 span{font-size:11px;font-weight:950;letter-spacing:2px}.footerCtaV18 h2{max-width:820px;margin:8px 0 8px;font-size:clamp(25px,2.4vw,38px);line-height:1.1}.footerCtaV18 p{max-width:760px;margin:0;color:#ffe5e7;font-size:13px;line-height:1.6}.footerCtaActionsV18{display:flex;gap:10px;flex-wrap:wrap}.ghostLight{border-color:rgba(255,255,255,.55)!important;background:transparent!important;color:#fff!important}.footerMainV18{display:grid;grid-template-columns:1.5fr .75fr .95fr 1.3fr;gap:46px;padding:64px 0 52px}.footerLogoV18 img{width:220px;height:auto;filter:brightness(0) invert(1)}.footerBrandV18 p{max-width:410px;color:#a9beca;line-height:1.75;font-size:13.5px}.footerBadgesV18{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}.footerBadgesV18 span{padding:8px 11px;border:1px solid rgba(255,255,255,.15);border-radius:99px;color:#dce9ef;font-size:10.5px;font-weight:800}.footerColV18 h3,.footerContactColV18 h3{margin:0 0 18px;color:#fff;font-size:15px}.footerColV18 a{display:block;padding:6px 0;color:#afc3cf;font-size:12.5px;transition:.2s}.footerColV18 a:hover{color:#fff;transform:translateX(4px)}.footerContactColV18>a{display:flex;gap:12px;align-items:center;padding:9px 0;color:#bdd0da}.footerContactColV18>a b{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:11px;color:#ef2833}.footerContactColV18 small,.footerContactColV18 strong{display:block}.footerContactColV18 small{font-size:10px;color:#829eae}.footerContactColV18 strong{margin-top:2px;color:#fff;font-size:12.5px}.footerBottomV18{display:flex;justify-content:space-between;gap:25px;padding:20px 0 28px;border-top:1px solid rgba(255,255,255,.12);font-size:10.5px;color:#829eae}.footerBottomV18 nav{display:flex;gap:18px}.footerBottomV18 a{color:#b4c7d2}
.blogIndexHeroV18{padding:88px 0 72px;background:linear-gradient(125deg,#061f32 0%,#0c3956 65%,#d9101c 180%);color:#fff}.blogIndexHeroV18 h1{margin:10px 0 16px;font-size:clamp(48px,6vw,84px);letter-spacing:-3px}.blogIndexHeroV18 p{max-width:780px;color:#c4d5df;line-height:1.7}.blogIndexHeroV18 label{display:flex;align-items:center;max-width:670px;margin-top:30px;padding:8px 8px 8px 20px;border-radius:16px;background:#fff}.blogIndexHeroV18 input{flex:1;border:0;outline:0;padding:12px;font:inherit}.blogIndexHeroV18 label b{width:48px;height:48px;display:grid;place-items:center;border-radius:12px;background:#d9101c;color:#fff}.blogHubV18{padding:60px 0 100px;background:#f6f8f9}.blogFilterV18{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:28px}.blogFilterV18 button{padding:11px 16px;border:1px solid #d9e2e7;border-radius:99px;background:#fff;color:#173448;font-weight:850;cursor:pointer}.blogFilterV18 button.active{background:#09283b;color:#fff;border-color:#09283b}.blogFilterV18 button span{margin-left:5px;opacity:.6}.blogGridV18{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.blogCardV18{overflow:hidden;border:1px solid #dce5ea;border-radius:22px;background:#fff;box-shadow:0 14px 38px rgba(8,31,46,.06);transition:.25s}.blogCardV18:hover{transform:translateY(-6px);box-shadow:0 22px 55px rgba(8,31,46,.12)}.blogCardMediaV18{position:relative;display:block;height:230px;overflow:hidden;background:#dfe8ed}.blogCardMediaV18 img{width:100%;height:100%;object-fit:cover;transition:.45s}.blogCardV18:hover img{transform:scale(1.04)}.blogCardMediaV18 span{position:absolute;left:16px;bottom:16px;padding:7px 10px;border-radius:9px;background:#d9101c;color:#fff;font-size:10px;font-weight:900}.blogCardV18>div{padding:22px}.blogCardV18 small{color:#738895;font-size:10px}.blogCardV18 h2{margin:10px 0;font-size:20px;line-height:1.28}.blogCardV18 h2 a{color:#09283b}.blogCardV18 p{min-height:67px;color:#657985;font-size:12.5px;line-height:1.65}.blogEmptyV18{text-align:center;padding:60px}
.blogHeroV18{padding:58px 0 64px;background:#f5f8fa}.blogHeroGridV18{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(350px,.85fr);gap:60px;align-items:center}.blogHeroV18 h1{margin:12px 0 18px;font-size:clamp(42px,5vw,72px);line-height:1.03;letter-spacing:-2.4px}.blogHeroV18 p{max-width:780px;color:#5f7481;font-size:15px;line-height:1.75}.blogHeroV18 figure{height:480px;margin:0;position:relative;overflow:hidden;border-radius:28px}.blogHeroV18 figure img{width:100%;height:100%;object-fit:cover}.blogHeroV18 figcaption{position:absolute;bottom:16px;left:16px;padding:8px 12px;border-radius:10px;background:#fff;color:#09283b;font-size:11px;font-weight:900}.articleMetaV18{display:flex;gap:16px;flex-wrap:wrap;margin-top:24px;color:#758995;font-size:11px}.articleLayoutV18{display:grid;grid-template-columns:270px minmax(0,820px);gap:60px;justify-content:center;padding-top:70px;padding-bottom:90px}.articleTocV18{position:sticky;top:105px;align-self:start;padding:22px;border:1px solid #dbe5ea;border-radius:18px;background:#f8fafb}.articleTocV18 strong{display:block;margin-bottom:12px;color:#09283b}.articleTocV18>a{display:block;padding:8px 0;color:#607682;font-size:11.5px;border-bottom:1px solid #e7edf0}.articleTocV18 .tocCtaV18{margin-top:14px;padding:12px;border:0;border-radius:10px;background:#d9101c;color:#fff;text-align:center;font-weight:900}.articleSectionV18{display:grid;grid-template-columns:50px 1fr;gap:20px;padding:0 0 42px}.articleSectionV18>span{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#edf4f7;color:#d9101c;font-size:11px;font-weight:950}.articleSectionV18 h2{margin:0 0 13px;color:#09283b;font-size:29px}.articleSectionV18 p{margin:0;color:#566d7a;font-size:15px;line-height:1.9}.articleCtaV18{margin:18px 0 52px;padding:34px;border-radius:24px;background:linear-gradient(125deg,#06243a,#0d3c59);color:#fff}.articleCtaV18>span{color:#ef2631;font-size:10px;font-weight:950;letter-spacing:1.7px}.articleCtaV18 h2{margin:8px 0}.articleCtaV18 p{color:#c6d5dd}.articleCtaV18 div{display:flex;gap:10px;margin-top:18px}.articleCtaV18 a{padding:12px 16px;border-radius:10px;background:#d9101c;color:#fff;font-size:12px;font-weight:900}.articleCtaV18 a+ a{background:#fff;color:#09283b}.articleFaqV18 details{border-bottom:1px solid #dce5ea}.articleFaqV18 summary{padding:18px 0;color:#09283b;font-weight:900;cursor:pointer}.articleFaqV18 details p{padding:0 0 18px;color:#657985;line-height:1.7}.relatedSectionV18{padding:70px 0 100px;background:#f5f8fa}.sectionHeadV18{display:flex;justify-content:space-between;gap:25px;align-items:end;margin-bottom:28px}.sectionHeadV18 span{color:#d9101c;font-size:10px;font-weight:950;letter-spacing:2px}.sectionHeadV18 h2{margin:8px 0 0;font-size:36px}.relatedGridV18{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.relatedPostV18{display:flex;flex-direction:column;min-height:190px;padding:23px;border:1px solid #dce5ea;border-radius:19px;background:#fff}.relatedPostV18 span{color:#d9101c;font-size:10px;font-weight:900}.relatedPostV18 strong{margin:14px 0;color:#09283b;font-size:18px}.relatedPostV18 b{margin-top:auto;color:#607682;font-size:11px}
.referenceHeroV18{padding:84px 0 70px;background:linear-gradient(125deg,#061f32,#0d3e5c);color:#fff}.referenceHeroV18 h1{font-size:clamp(48px,6vw,82px);margin:10px 0}.referenceHeroV18 p{max-width:760px;color:#c7d7df}.referenceSectionV18{padding:70px 0 100px}.referenceGridV18{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.referenceCardV18{margin:0;border:1px solid #dce5ea;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 12px 35px rgba(8,31,46,.06)}.referenceCardV18 button{width:100%;height:220px;border:0;padding:20px;background:#f6f8fa;cursor:zoom-in}.referenceCardV18 img{width:100%;height:100%;object-fit:contain;transition:.3s}.referenceCardV18:hover img{transform:scale(1.04)}.referenceCardV18 figcaption{display:flex;flex-direction:column;padding:16px}.referenceCardV18 strong{color:#09283b}.referenceCardV18 span{margin-top:4px;color:#748894;font-size:10.5px}.lightboxV18{position:fixed;z-index:9999;inset:0;display:grid;place-items:center;padding:40px;background:rgba(1,15,25,.94)}.lightboxV18[hidden]{display:none}.lightboxV18 img{max-width:min(1100px,90vw);max-height:84vh;border-radius:20px;background:#fff}.lightboxV18 button{position:absolute;top:20px;right:25px;width:48px;height:48px;border:0;border-radius:50%;background:#fff;font-size:28px;cursor:pointer}
.contactHeroV18{padding:82px 0;background:linear-gradient(125deg,#061f32,#0b3854 70%,#d9101c 170%);color:#fff}.contactHeroV18 h1{margin:10px 0 15px;font-size:clamp(48px,7vw,90px)}.contactHeroV18 p{max-width:760px;color:#c8d8e0;font-size:15px}.contactHeroV18>div>div{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.contactHeroV18 a{padding:12px 16px;border-radius:10px;background:#d9101c;color:#fff;font-weight:900;font-size:12px}.contactHeroV18 a:nth-child(2),.contactHeroV18 a:nth-child(3){background:#fff;color:#09283b}.contactCenterV18{padding:65px 0}.contactGridV18{display:grid;grid-template-columns:1.1fr .9fr;gap:30px}.contactCardsV18{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contactCardsV18>a,.contactCardsV18>div{display:flex;align-items:center;gap:15px;padding:22px;border:1px solid #dce5ea;border-radius:18px;background:#fff}.contactCardsV18 b{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#fff0f1;color:#d9101c}.contactCardsV18 small,.contactCardsV18 strong{display:block}.contactCardsV18 small{color:#728793;font-size:10px}.contactCardsV18 strong{margin-top:4px;color:#09283b;font-size:14px}.contactMapV18{min-height:390px;border-radius:24px;padding:30px;display:flex;align-items:end;background:linear-gradient(140deg,rgba(4,31,48,.2),rgba(4,31,48,.94)),url('/assets/img/cta-v7/van.webp') center/cover}.contactMapV18>div{padding:24px;border-radius:18px;background:rgba(5,31,48,.9);color:#fff}.contactMapV18 span{color:#ef2631;font-size:10px;font-weight:900}.contactMapV18 h2{margin:8px 0}.contactMapV18 a{display:inline-block;margin-top:12px;padding:11px 14px;border-radius:9px;background:#d9101c;color:#fff;font-size:11px;font-weight:900}.contactPrepareV18{padding:70px 0 100px;background:#f5f8fa}.contactTipsV18{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:25px}.contactTipsV18 article{padding:27px;border:1px solid #dce5ea;border-radius:20px;background:#fff}.contactTipsV18 article>span{color:#d9101c;font-size:11px;font-weight:950}.contactTipsV18 h3{margin:14px 0 8px;color:#09283b}.contactTipsV18 p{color:#657985;font-size:12.5px;line-height:1.65}
.errorHeroV18{min-height:680px;padding:90px 0;display:grid;align-items:center;background:radial-gradient(circle at 85% 20%,rgba(217,16,28,.16),transparent 28%),#f5f8fa}.errorGridV18{display:grid;grid-template-columns:1.3fr .7fr;gap:60px;align-items:center}.errorCodeV18{display:block;color:#d9101c;font-size:clamp(100px,17vw,240px);font-weight:950;line-height:.72;opacity:.13}.errorHeroV18 h1{max-width:760px;margin:18px 0;font-size:clamp(42px,5vw,72px)}.errorHeroV18 p{max-width:700px;color:#637985;line-height:1.7}.errorHeroV18 form{max-width:620px;margin-top:24px}.errorHeroV18 label{display:flex;padding:7px;border:1px solid #dbe4e9;border-radius:15px;background:#fff}.errorHeroV18 input{flex:1;border:0;padding:13px;outline:0}.errorHeroV18 form button{width:48px;border:0;border-radius:10px;background:#d9101c;color:#fff}.errorActionsV18{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.errorActionsV18 a{padding:11px 14px;border:1px solid #d4dfe5;border-radius:10px;background:#fff;color:#09283b;font-size:11px;font-weight:900}.errorActionsV18 a:first-child{background:#09283b;color:#fff}.errorGridV18 aside{padding:38px;border-radius:26px;background:linear-gradient(145deg,#06243a,#0d3c59);color:#fff}.errorGridV18 aside>strong{font-size:76px;color:#ef2631}.errorGridV18 aside a{display:inline-block;margin-top:15px;padding:12px 16px;border-radius:10px;background:#d9101c;color:#fff;font-weight:900}
/* Fix quick service technician card crop */
.homePageV18 .v7SupportCard{min-height:430px;overflow:hidden}.homePageV18 .v7SupportCard>img{width:100%;height:100%;object-fit:cover;object-position:center 12%}.homePageV18 .v7SupportCard>div{z-index:2}.homePageV18 .v7SupportCard:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,31,48,.97) 0%,rgba(4,31,48,.65) 45%,rgba(4,31,48,.06) 75%);pointer-events:none}
@media(max-width:1100px){.footerMainV18{grid-template-columns:1.4fr 1fr 1fr}.footerContactColV18{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.blogGridV18{grid-template-columns:1fr 1fr}.referenceGridV18{grid-template-columns:repeat(3,1fr)}.articleLayoutV18{grid-template-columns:230px 1fr;gap:35px}.contactGridV18{grid-template-columns:1fr}.errorGridV18{grid-template-columns:1fr}.errorGridV18 aside{max-width:620px}.blogHeroGridV18{grid-template-columns:1fr}.blogHeroV18 figure{height:380px}}
@media(max-width:760px){.footerCtaV18{grid-template-columns:1fr;padding:28px 22px}.footerMainV18{grid-template-columns:1fr 1fr;gap:32px;padding:48px 0}.footerBrandV18,.footerContactColV18{grid-column:1/-1}.footerContactColV18{grid-template-columns:1fr}.footerBottomV18{flex-direction:column}.blogGridV18,.relatedGridV18,.referenceGridV18,.contactTipsV18{grid-template-columns:1fr}.blogIndexHeroV18{padding:62px 0}.blogIndexHeroV18 h1{font-size:52px}.blogCardMediaV18{height:220px}.blogHeroV18{padding:38px 0}.blogHeroV18 h1{font-size:40px}.blogHeroV18 figure{height:300px}.articleLayoutV18{display:block;padding-top:35px}.articleTocV18{position:static;margin-bottom:35px}.articleSectionV18{grid-template-columns:38px 1fr;gap:12px}.articleSectionV18 h2{font-size:24px}.articleSectionV18 p{font-size:14px}.articleCtaV18{padding:24px}.articleCtaV18 div{flex-direction:column}.referenceGridV18{grid-template-columns:1fr 1fr}.referenceCardV18 button{height:180px}.contactCardsV18{grid-template-columns:1fr}.contactMapV18{min-height:330px}.sectionHeadV18{align-items:start;flex-direction:column}.errorHeroV18{min-height:580px;padding:55px 0}.errorGridV18{gap:35px}.errorGridV18 aside>strong{font-size:58px}.homePageV18 .v7SupportCard{min-height:390px}.homePageV18 .v7SupportCard>img{object-position:center top}}
@media(max-width:430px){.footerMainV18{grid-template-columns:1fr}.footerColV18{grid-column:1/-1}.footerCtaActionsV18{flex-direction:column}.footerCtaActionsV18 a{text-align:center}.referenceGridV18{grid-template-columns:1fr}.blogFilterV18{flex-wrap:nowrap;overflow-x:auto;padding-bottom:8px}.blogFilterV18 button{flex:none}.articleSectionV18{display:block}.articleSectionV18>span{margin-bottom:12px}.contactHeroV18>div>div{flex-direction:column}.contactHeroV18 a{text-align:center}}
[dir="rtl"] .footerColV18 a:hover{transform:translateX(-4px)}[dir="rtl"] .blogCardMediaV18 span{left:auto;right:16px}[dir="rtl"] .blogHeroV18 figcaption{left:auto;right:16px}


/* V19 premium footer, media mega menu and 50-image gallery */
.footerV19{background:#031d31;color:#dceaf4;margin-top:0;position:relative;overflow:hidden}.footerV19:before{content:"";position:absolute;inset:auto -10% -30% 35%;height:520px;background:radial-gradient(circle,rgba(239,18,36,.13),transparent 65%);pointer-events:none}.footerCtaWrapV19{padding:28px clamp(16px,3vw,48px) 0}.footerCtaV19{max-width:1540px;margin:auto;border-radius:30px;padding:clamp(30px,4vw,58px);display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.75fr);gap:38px;align-items:center;background:linear-gradient(125deg,#86101d 0%,#d70b20 55%,#f01428 100%);box-shadow:0 24px 70px rgba(0,0,0,.28);position:relative;overflow:hidden}.footerCtaV19:after{content:"";position:absolute;width:420px;height:420px;border:80px solid rgba(255,255,255,.06);border-radius:50%;right:-110px;top:-150px}.footerCtaCopyV19,.footerCtaActionsV19{position:relative;z-index:1}.footerEyebrowV19{font-size:12px;font-weight:900;letter-spacing:.18em}.footerCtaV19 h2{font-size:clamp(30px,3.1vw,54px);line-height:1.05;max-width:850px;margin:14px 0 15px;color:#fff}.footerCtaV19 p{font-size:clamp(15px,1.1vw,18px);line-height:1.75;max-width:800px;color:#fff}.footerTrustV19{display:flex;gap:12px 22px;flex-wrap:wrap;margin-top:24px;font-weight:800;font-size:13px}.footerCtaActionsV19{display:grid;gap:14px}.footerActionV19{display:grid;grid-template-columns:54px 1fr 28px;align-items:center;gap:14px;padding:18px;border-radius:18px;background:#06233a;color:#fff;box-shadow:0 14px 35px rgba(0,0,0,.2);transition:.25s}.footerActionV19.whatsapp{background:#087b51}.footerActionV19:hover,.footerActionV19:focus-visible{transform:translateY(-3px);filter:brightness(1.07)}.footerActionV19 b{display:grid;place-items:center;width:54px;height:54px;border-radius:14px;background:rgba(255,255,255,.12);font-size:24px}.footerActionV19 span{display:grid;gap:4px}.footerActionV19 small{font-size:13px;color:#dbeaf2}.footerActionV19 strong{font-size:20px}.footerActionV19 i{font-style:normal;font-size:24px}.footerBodyV19{width:100%;padding:58px clamp(18px,4vw,66px) 20px;position:relative;z-index:1}.footerGridV19{max-width:1540px;margin:auto;display:grid;grid-template-columns:1.15fr .85fr .9fr 1.15fr;gap:clamp(28px,4vw,70px)}.footerBrandLinkV19{display:inline-grid;gap:5px;background:transparent!important;padding:0!important}.footerBrandLinkV19 img{width:230px;height:auto;filter:brightness(0) invert(1);object-fit:contain}.footerBrandLinkV19 span{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:#8fb0c5}.footerBrandV19 p{line-height:1.8;color:#a9c2d2;max-width:390px;margin:24px 0}.footerSocialV19{display:flex;gap:10px}.footerSocialV19 a{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;border:1px solid #28475d;background:#0a2b42;color:#fff}.footerV19 h3{font-size:17px;color:#fff;margin:0 0 20px;padding-bottom:12px;position:relative}.footerV19 h3:after{content:"";position:absolute;left:0;bottom:0;width:34px;height:3px;border-radius:5px;background:#ef1428}.footerNavV19{display:grid;align-content:start;gap:2px}.footerNavV19 a{display:flex;justify-content:space-between;gap:12px;padding:10px 0;color:#b9d0de;border-bottom:1px solid rgba(255,255,255,.055);font-size:14px}.footerNavV19 a:hover,.footerNavV19 a:focus-visible{color:#fff;padding-left:6px}.footerContactV19{display:grid;gap:10px;align-content:start}.footerContactV19>a{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;padding:10px;border-radius:14px;color:#dceaf4}.footerContactV19>a:hover{background:#0b2c43}.footerContactV19 b{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#0c3049;color:#ef1428;border:1px solid #294b61}.footerContactV19 span{display:grid;gap:3px}.footerContactV19 small{color:#8fb0c5}.footerContactV19 strong{color:#fff}.footerQuickV19{max-width:1540px;margin:46px auto 0;padding:20px;border:1px solid #26465b;border-radius:20px;display:grid;grid-template-columns:repeat(4,1fr);background:#08283f}.footerQuickV19 a{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:center;padding:8px 20px;border-right:1px solid #29475b;color:#fff}.footerQuickV19 a:last-child{border:0}.footerQuickV19 b{color:#ef1428}.footerQuickV19 span{display:grid}.footerQuickV19 small{color:#91afc1}.footerBottomV19{max-width:1540px;margin:28px auto 0;padding-top:22px;border-top:1px solid #29475b;display:flex;justify-content:space-between;gap:20px;color:#7898ac;font-size:12px}.footerBottomV19 nav{display:flex;gap:22px;flex-wrap:wrap}.footerBottomV19 a{color:#a8c0cf}.mediaMegaV19{max-width:760px}.mediaMegaGridV19{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:10px}.mediaMegaCardV19{display:grid;grid-template-columns:50px 1fr 20px;align-items:center;gap:12px;padding:18px;border:1px solid #e2e9ee;border-radius:16px;background:#fff;color:#071e31;transition:.25s}.mediaMegaCardV19:hover,.mediaMegaCardV19:focus-visible{transform:translateY(-3px);border-color:#ef1428;box-shadow:0 16px 35px rgba(4,30,49,.12)}.mediaMegaIconV19{display:grid;place-items:center;width:50px;height:50px;border-radius:14px;background:#fff0f2;color:#e81127}.mediaMegaIconV19 svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7}.mediaMegaCardV19 span:nth-child(2){display:grid;gap:5px}.mediaMegaCardV19 small{font-size:11px;color:#647786}.galleryHeroV19{background:linear-gradient(120deg,#031d31,#0a3652);color:#fff;padding:clamp(55px,7vw,110px) 0;position:relative;overflow:hidden}.galleryHeroV19:after{content:"";position:absolute;width:520px;height:520px;border:110px solid rgba(239,20,40,.12);border-radius:50%;right:-120px;top:-230px}.galleryHeroV19 h1{font-size:clamp(38px,5vw,76px);line-height:1.03;max-width:980px;margin:15px 0}.galleryHeroV19 p{max-width:820px;font-size:18px;line-height:1.8;color:#c8dbe7}.galleryStatsV19{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}.galleryStatsV19 span{display:flex;align-items:baseline;gap:8px;padding:12px 18px;border:1px solid rgba(255,255,255,.17);border-radius:14px;background:rgba(255,255,255,.06)}.galleryStatsV19 b{font-size:24px;color:#ef1428}.gallerySectionV19{padding:clamp(55px,7vw,110px) 0;background:#f7fafc}.galleryIntroV19{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:30px}.galleryIntroV19 span{color:#ef1428;font-weight:900;letter-spacing:.15em;font-size:12px}.galleryIntroV19 h2{font-size:clamp(30px,4vw,54px);margin:8px 0 0}.galleryGridV19{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.galleryCardV19{border:0;padding:0;background:#fff;border-radius:20px;overflow:hidden;text-align:left;box-shadow:0 12px 35px rgba(5,34,53,.08);cursor:pointer;transition:.25s}.galleryCardV19:hover,.galleryCardV19:focus-visible{transform:translateY(-6px);box-shadow:0 22px 50px rgba(5,34,53,.15)}.galleryCardV19 img{width:100%;aspect-ratio:3/2;object-fit:cover;display:block}.galleryCardV19>span{padding:17px 18px 19px;display:grid;gap:6px}.galleryCardV19 small{font-size:10px;letter-spacing:.13em;color:#ef1428;font-weight:900}.galleryCardV19 strong{font-size:17px;color:#071e31}.galleryCardV19 em{font-style:normal;font-size:12px;color:#667987}.galleryLightboxV19{position:fixed;inset:0;z-index:9999;background:rgba(1,15,26,.92);display:none;place-items:center;padding:30px}.galleryLightboxV19.is-open{display:grid}.galleryLightboxV19>button{position:absolute;right:25px;top:18px;border:0;background:#ef1428;color:#fff;width:48px;height:48px;border-radius:50%;font-size:28px}.galleryLightboxV19 figure{margin:0;max-width:1150px;width:100%;display:grid;gap:12px}.galleryLightboxV19 img{width:100%;max-height:78vh;object-fit:contain;border-radius:18px}.galleryLightboxV19 figcaption{color:#fff;text-align:center;font-weight:700}
@media(max-width:1100px){.footerCtaV19{grid-template-columns:1fr}.footerGridV19{grid-template-columns:repeat(2,1fr)}.footerQuickV19{grid-template-columns:repeat(2,1fr)}.footerQuickV19 a:nth-child(2){border-right:0}.mediaMegaGridV19{grid-template-columns:1fr}.galleryGridV19{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.footerCtaWrapV19{padding:12px 12px 0}.footerCtaV19{padding:28px 20px;border-radius:24px}.footerCtaV19 h2{font-size:32px}.footerTrustV19{display:grid}.footerActionV19{grid-template-columns:48px 1fr 20px;padding:14px}.footerActionV19 b{width:48px;height:48px}.footerBodyV19{padding:42px 16px 18px}.footerGridV19{grid-template-columns:1fr}.footerQuickV19{grid-template-columns:1fr;padding:10px}.footerQuickV19 a{border-right:0;border-bottom:1px solid #29475b}.footerQuickV19 a:last-child{border:0}.footerBottomV19{flex-direction:column}.galleryGridV19{grid-template-columns:1fr}.galleryIntroV19{align-items:start;flex-direction:column}.mediaMegaV19{max-width:none}.mediaMegaGridV19{padding:4px}.mediaMegaCardV19{padding:14px}}
[dir="rtl"] .footerV19 h3:after{left:auto;right:0}[dir="rtl"] .footerNavV19 a:hover{padding-left:0;padding-right:6px}


/* V20 compact footer, classic media dropdown and premium navigation */
.skip-link{position:fixed!important;left:16px!important;top:-120px!important;z-index:10000!important;opacity:0!important;pointer-events:none!important;padding:12px 18px!important;border-radius:10px!important;background:#071d2d!important;color:#fff!important;font-weight:900!important;box-shadow:0 12px 30px rgba(0,0,0,.25)!important;transition:top .18s ease,opacity .18s ease!important}
.skip-link:focus,.skip-link:focus-visible{top:16px!important;opacity:1!important;pointer-events:auto!important;outline:3px solid #ef1428!important;outline-offset:3px!important}

/* Premium uppercase navigation buttons */
.navlinksV8>a,.navlinksV8 .megaTrigger{text-transform:uppercase;letter-spacing:.055em;height:46px!important;align-self:center;padding:0 14px!important;border:1px solid transparent!important;border-radius:13px!important;transition:background .2s,border-color .2s,color .2s,box-shadow .2s,transform .2s!important}
.navlinksV8>a:after,.navlinksV8 .megaTrigger:after{display:none!important}
.navlinksV8>a:hover,.navlinksV8>a:focus-visible,.navlinksV8 .megaTrigger:hover,.navlinksV8 .megaTrigger:focus-visible,.navlinksV8 .megaDrop.is-open>.megaTrigger{background:#f4f7f9!important;border-color:#dce5ea!important;color:#071d2d!important;box-shadow:0 8px 22px rgba(7,29,45,.07)!important;transform:translateY(-1px)}
.navlinksV8 .navCurrentV20{background:linear-gradient(135deg,#e31320,#f12738)!important;border-color:#e31320!important;color:#fff!important;box-shadow:0 10px 24px rgba(227,19,32,.22)!important}
.navlinksV8 .navCurrentV20>span{color:#fff!important}

/* Compact classic Media dropdown */
.classicDropV20{position:relative!important}
.classicMenuPanelV20{left:50%!important;top:calc(100% + 10px)!important;width:330px!important;max-width:calc(100vw - 28px)!important;padding:10px!important;border-radius:18px!important;border:1px solid #dfe7ec!important;border-top:3px solid #e31320!important;transform:translate(-50%,-7px)!important;background:#fff!important;box-shadow:0 24px 55px rgba(4,26,42,.18)!important}
.classicDropV20:hover>.classicMenuPanelV20,.classicDropV20:focus-within>.classicMenuPanelV20,.classicDropV20.is-open>.classicMenuPanelV20{transform:translate(-50%,0)!important}
.classicMenuLinkV20{display:grid;grid-template-columns:46px 1fr 22px;align-items:center;gap:12px;padding:13px;border-radius:13px;color:#092438;border:1px solid transparent;transition:.2s}
.classicMenuLinkV20+.classicMenuLinkV20{margin-top:4px}
.classicMenuLinkV20:hover,.classicMenuLinkV20:focus-visible{background:#f6f9fb;border-color:#e1e8ed;transform:translateX(3px)}
.classicMenuIconV20{display:grid;place-items:center;width:46px;height:46px;border-radius:12px;background:#fff0f2;color:#e31320}
.classicMenuIconV20 svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7}
.classicMenuTextV20{display:grid;gap:3px}.classicMenuTextV20 strong{font-size:13px}.classicMenuTextV20 small{font-size:10px;line-height:1.35;color:#6b7b86}.classicMenuLinkV20>b{color:#e31320;font-size:17px}

/* Full-width, shorter, premium footer */
.footerV19{margin-top:0;background:linear-gradient(145deg,#031b2d 0%,#06263c 100%)}
.footerV19:before{height:330px;opacity:.65}
.footerBodyV19{padding:38px clamp(18px,4vw,64px) 16px!important}
.footerGridV19{grid-template-columns:1.12fr .82fr .86fr 1.05fr!important;gap:clamp(24px,3vw,52px)!important;align-items:start}
.footerBrandLinkV19{display:flex!important;align-items:center;gap:13px!important;color:#fff!important}
.footerBrandIconV20{width:58px!important;height:58px!important;flex:0 0 58px;filter:none!important;border-radius:15px;box-shadow:0 10px 28px rgba(0,0,0,.18)}
.footerBrandTextV20{display:grid;gap:4px}.footerBrandTextV20 strong{font-size:24px;line-height:1;font-weight:950;letter-spacing:-.6px;color:#fff}.footerBrandTextV20 small{font-size:10px;letter-spacing:.11em;text-transform:uppercase;color:#8fb0c5}
.footerBrandV19 p{margin:17px 0!important;line-height:1.7!important;font-size:13px!important}
.footerSocialV19 a{width:40px!important;height:40px!important;border-radius:11px!important}
.footerV19 h3{margin-bottom:13px!important;padding-bottom:9px!important;font-size:15px!important}
.footerNavV19 a{padding:7px 0!important;font-size:13px!important}
.footerContactV19{gap:5px!important}.footerContactV19>a{padding:7px!important}.footerContactV19 b{width:38px!important;height:38px!important}.footerContactV19>a{grid-template-columns:38px 1fr!important}.footerContactV19 small{font-size:11px}.footerContactV19 strong{font-size:13px;overflow-wrap:anywhere}
.footerQuickV19{margin:26px auto 0!important;padding:10px 12px!important;border-radius:16px!important;background:rgba(8,40,63,.82)!important}
.footerQuickV19 a{padding:6px 14px!important;grid-template-columns:30px 1fr!important}.footerQuickV19 b{font-size:12px}.footerQuickV19 span{font-size:12px}.footerQuickV19 small{font-size:9px}
.footerBottomV19{margin-top:18px!important;padding-top:15px!important}

@media(max-width:1220px){.navlinksV8>a,.navlinksV8 .megaTrigger{padding:0 9px!important;font-size:10px!important;letter-spacing:.035em}}
@media(max-width:980px){
 .navlinksV8>a,.navlinksV8 .megaTrigger{height:48px!important;border-radius:10px!important;align-self:stretch;padding:0 13px!important}
 .classicDropV20{position:static!important}
 .classicMenuPanelV20{position:static!important;width:100%!important;max-width:none!important;transform:none!important;padding:6px!important;border:0!important;border-radius:12px!important;box-shadow:none!important;background:#f4f7f9!important;display:none!important}
 .classicDropV20.is-open>.classicMenuPanelV20{display:block!important}
 .classicDropV20:hover>.classicMenuPanelV20,.classicDropV20:focus-within>.classicMenuPanelV20{transform:none!important}
 .classicMenuLinkV20{padding:11px;background:#fff}
 .footerGridV19{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:680px){
 .footerBodyV19{padding:30px 16px 14px!important}
 .footerGridV19{grid-template-columns:1fr!important;gap:26px!important}
 .footerBrandV19 p{max-width:none!important}
 .footerQuickV19{grid-template-columns:repeat(2,1fr)!important;margin-top:24px!important}
 .footerQuickV19 a{border-right:0!important;border-bottom:1px solid #29475b!important}
 .footerQuickV19 a:nth-last-child(-n+2){border-bottom:0!important}
 .footerBottomV19{gap:12px!important}.footerBottomV19 nav{gap:14px!important}
}
@media(max-width:430px){.footerQuickV19{grid-template-columns:1fr!important}.footerQuickV19 a{border-bottom:1px solid #29475b!important}.footerQuickV19 a:last-child{border-bottom:0!important}}
[dir="rtl"] .classicMenuLinkV20:hover,[dir="rtl"] .classicMenuLinkV20:focus-visible{transform:translateX(-3px)}


/* V20.1 topbar sync + detail CTA action removal */
.visualBandAsideNoActionV20{display:flex;flex-direction:column;justify-content:center;min-height:100%;padding-bottom:clamp(22px,3vw,42px)}
.visualBandAsideNoActionV20 .visualBandChecksV13{margin-bottom:0}
@media(max-width:767px){.visualBandAsideNoActionV20{min-height:auto;padding-bottom:24px}}

/* V20.2 — Detail CTA technician card: image-only, no overlapping copy */
.visualBandAsideImageOnlyV20{
  position:relative;
  min-height:clamp(360px,34vw,520px);
  padding:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  border-radius:clamp(20px,2vw,28px);
  background:#061d2e;
  box-shadow:0 22px 60px rgba(5,31,48,.18);
  isolation:isolate;
}
.visualBandAsideImageOnlyV20>img{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 12%;
  opacity:1;
  transform:none;
}
.visualBandAsideImageOnlyV20:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:22%;
  background:linear-gradient(180deg,transparent,rgba(4,19,31,.22));
  pointer-events:none;
}
@media(max-width:1050px){
  .visualBandAsideImageOnlyV20{min-height:clamp(320px,54vw,470px)}
  .visualBandAsideImageOnlyV20>img{object-position:center 10%}
}
@media(max-width:760px){
  .visualBandAsideImageOnlyV20{min-height:clamp(350px,112vw,500px);border-radius:22px}
  .visualBandAsideImageOnlyV20>img{object-position:center top}
}

/* V21 CORPORATE BRAND SYSTEM */
.brandV8{min-width:228px;display:flex;align-items:center;padding:4px 0}.brandLogoV21{display:block;width:228px;height:auto;max-height:57px;object-fit:contain;object-position:left center}.footerBrandLinkV19{display:inline-flex;align-items:center;width:min(100%,260px)}.footerLogoV21{display:block;width:250px;max-width:100%;height:auto;object-fit:contain;object-position:left center}.footerBrandV19 .footerBrandLinkV19{background:transparent!important;border:0!important;padding:0!important}.footerBrandIconV20,.footerBrandTextV20{display:none!important}@media(max-width:1220px){.brandV8{min-width:195px}.brandLogoV21{width:195px}}@media(max-width:650px){.brandV8{min-width:0;max-width:170px}.brandLogoV21{width:170px;max-height:46px}.footerLogoV21{width:220px}}@media(max-width:390px){.brandV8{max-width:145px}.brandLogoV21{width:145px}.navV8{gap:5px}}html[dir="rtl"] .brandLogoV21,html[dir="rtl"] .footerLogoV21{object-position:right center}

/* V22 — premium responsive brand/header system */
.headerV8{background:rgba(255,255,255,.985);box-shadow:0 10px 34px rgba(4,22,35,.07)}
.navV8{width:min(1520px,calc(100% - 44px));min-height:94px;height:94px;gap:22px}
.brandV8{flex:0 0 auto;min-width:286px;max-width:286px;padding:0;margin-inline-end:auto;overflow:visible}
.brandV8 img.brandLogoV22{display:block!important;width:286px!important;height:64px!important;max-width:none!important;max-height:none!important;object-fit:contain!important;object-position:left center!important}
.navlinksV8{height:94px;align-items:center}
.navlinksV8>a,.megaTrigger{height:52px;padding:0 14px;border-radius:14px;font-size:11.5px;letter-spacing:.035em;text-transform:uppercase;transition:background .2s,color .2s,box-shadow .2s,transform .2s}
.navlinksV8>a:hover,.megaTrigger:hover,.navlinksV8>a:focus-visible,.megaTrigger:focus-visible{background:#f1f5f7;color:#071f34;box-shadow:inset 0 0 0 1px #dce5ea;transform:translateY(-1px)}
.navlinksV8>a.navCurrentV20{background:linear-gradient(135deg,#ed1427,#ff3444);color:#fff;box-shadow:0 12px 26px rgba(237,20,39,.22)}
.navlinksV8>a:after,.megaTrigger:after{display:none!important}
.navTools{flex:0 0 auto}
.headerV8.is-compact .navV8{height:74px;min-height:74px}
.headerV8.is-compact .brandV8 img.brandLogoV22{width:238px!important;height:52px!important}
.footerBrandLinkV19{width:min(100%,290px)!important}
.footerBrandV19 img.footerLogoV22{display:block!important;width:280px!important;height:56px!important;max-width:100%!important;object-fit:contain!important;object-position:left center!important}
html[dir="rtl"] .brandV8 img.brandLogoV22,html[dir="rtl"] .footerBrandV19 img.footerLogoV22{object-position:right center!important}
@media(max-width:1320px){
 .navV8{width:min(100% - 32px,1380px);gap:12px}
 .brandV8{min-width:238px;max-width:238px}
 .brandV8 img.brandLogoV22{width:238px!important;height:55px!important}
 .navlinksV8>a,.megaTrigger{padding:0 9px;font-size:10.5px}
}
@media(max-width:1080px){
 .navV8{min-height:82px;height:82px}
 .brandV8{min-width:220px;max-width:220px}
 .brandV8 img.brandLogoV22{width:220px!important;height:51px!important}
 .navlinksV8{height:auto}
}
@media(max-width:980px){
 .navV8{width:calc(100% - 28px);min-height:78px;height:78px;gap:8px}
 .brandV8{min-width:220px;max-width:220px;margin-inline-end:auto}
 .brandV8 img.brandLogoV22{width:220px!important;height:50px!important}
 .navlinksV8>a,.megaTrigger{height:50px;border-radius:10px;font-size:12px;text-transform:uppercase}
 .navlinksV8>a.navCurrentV20{box-shadow:none}
}
@media(max-width:650px){
 .navV8{width:calc(100% - 20px);min-height:70px;height:70px}
 .brandV8{min-width:0;max-width:190px;overflow:visible}
 .brandV8 img.brandLogoV22{width:190px!important;height:43px!important}
 .footerBrandV19 img.footerLogoV22{width:235px!important;height:50px!important}
}
@media(max-width:430px){
 .brandV8{max-width:166px}
 .brandV8 img.brandLogoV22{width:166px!important;height:38px!important}
 .navTools{gap:5px}
 .searchOpen,.langTrigger,.menuBtnV8{width:36px;height:36px}
}
@media(max-width:360px){
 .brandV8{max-width:146px}
 .brandV8 img.brandLogoV22{width:146px!important;height:34px!important}
 .searchOpen{display:none}
}


/* V22.1 — Home quick-service card: copy and technician image never overlap */
.homePageV18 .v7SupportCard,
.homePageV15 .v7SupportCard,
.v7SupportCard{
  display:grid!important;
  grid-template-rows:auto minmax(250px,1fr)!important;
  min-height:0!important;
  height:100%!important;
  overflow:hidden!important;
  align-content:stretch!important;
}
.v7SupportCopy,
.homePageV18 .v7SupportCard .v7SupportCopy{
  position:relative!important;
  z-index:3!important;
  padding:clamp(24px,2.2vw,32px) clamp(22px,2vw,28px) 24px!important;
  background:linear-gradient(145deg,#071d2e,#07375b)!important;
}
.v7SupportCopy h2{max-width:none!important;margin-bottom:10px!important}
.v7SupportCopy p{max-width:32rem!important;margin:0!important}
.v7SupportCopy a{position:relative!important;z-index:4!important;margin-top:16px!important}
.v7SupportCard>img,
.homePageV18 .v7SupportCard>img{
  position:relative!important;
  inset:auto!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:250px!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center 12%!important;
  opacity:1!important;
  transform:none!important;
  filter:saturate(.96) contrast(1.02)!important;
  z-index:1!important;
}
.homePageV18 .v7SupportCard:after{
  content:""!important;
  position:absolute!important;
  inset:auto 0 0!important;
  height:35%!important;
  background:linear-gradient(180deg,transparent,rgba(4,31,48,.25))!important;
  pointer-events:none!important;
  z-index:2!important;
}
@media(max-width:1180px){
 .v7SupportCard{grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr)!important;grid-template-rows:1fr!important;min-height:300px!important}
 .v7SupportCopy{padding:30px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
 .v7SupportCard>img,.homePageV18 .v7SupportCard>img{min-height:300px!important;object-position:center top!important}
}
@media(max-width:700px){
 .v7SupportCard{grid-template-columns:1fr!important;grid-template-rows:auto minmax(285px,62vw)!important;min-height:0!important}
 .v7SupportCopy{padding:24px 22px!important}
 .v7SupportCopy h2{font-size:clamp(29px,9vw,38px)!important}
 .v7SupportCard>img,.homePageV18 .v7SupportCard>img{min-height:285px!important;object-position:center 8%!important}
}

/* V22.1 — search overlay is consistently layered above every header/page */
.searchOverlay{position:fixed!important;inset:0!important;z-index:99999!important}
.searchOverlay:not(.is-open){visibility:hidden!important;opacity:0!important;pointer-events:none!important}
.searchOverlay.is-open{visibility:visible!important;opacity:1!important;pointer-events:auto!important}

/* V23 final repairs: compact support, detail visual, 404 */
.v7QuickShell{align-items:start!important}
.v7SupportCard.v7SupportCardClean{min-height:0!important;height:auto!important;display:block!important;background:linear-gradient(145deg,#071d2e 0%,#0a3852 100%)!important;border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 45px rgba(3,24,40,.14)}
.v7SupportCardClean:after{content:"";position:absolute;right:-80px;bottom:-95px;width:250px;height:250px;border:38px solid rgba(255,255,255,.035);border-radius:50%}
.v7SupportCardClean .v7SupportCopy{padding:28px!important;position:relative!important;z-index:2!important}
.v7SupportCardClean .v7SupportCopy h2{font-size:clamp(27px,2.5vw,36px)!important;line-height:1.05!important;margin:7px 0 11px!important}
.v7SupportCardClean .v7SupportCopy p{font-size:12.5px!important;line-height:1.65!important;max-width:26rem!important;color:#d5e0e7!important}
.v7SupportActions{display:grid;gap:10px;margin-top:20px}
.v7SupportActions a{display:grid!important;grid-template-columns:34px 1fr;grid-template-rows:auto auto;column-gap:10px;align-items:center;margin:0!important;padding:12px 14px!important;border-radius:13px!important;box-shadow:none!important;text-decoration:none}
.v7SupportActions a>span{font-size:10px;font-weight:700;opacity:.86}
.v7SupportActions a>strong{font-size:15px;line-height:1.2}
.v7SupportPhone{background:#fff!important;color:#08273a!important}
.v7SupportWhatsapp{background:#0f8b5d!important;color:#fff!important}
.v7SupportActions a:first-child{grid-row:1/3;font-size:18px}
.detailVisualBandV13>.container{grid-template-columns:1fr!important}
.visualBandAsideV13{display:none!important}
.detailVisualBandV13 .visualBandMain{max-width:1180px;margin-inline:auto}
.errorPageV18 .searchBtn,.errorPageV18 .searchOverlay{display:none!important}
.errorActionsV23{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.errorActionsV23 a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 17px;border:1px solid rgba(8,39,58,.16);border-radius:12px;background:#fff;color:#08273a;font-size:11px;font-weight:900;text-decoration:none}
.errorActionsV23 a.primary{background:#e31320;color:#fff;border-color:#e31320}
.errorActionsV23 a.whatsapp{background:#0e8d5c;color:#fff;border-color:#0e8d5c}
@media(max-width:1180px){.v7QuickShell{grid-template-columns:1fr!important}.v7SupportCardClean{max-width:none}.v7SupportActions{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.v7SupportCardClean .v7SupportCopy{padding:23px 20px!important}.v7SupportActions{grid-template-columns:1fr}.errorActionsV23{display:grid;grid-template-columns:1fr}.errorActionsV23 a{width:100%}}

/* V24 — 2026-08-04 final CTA repairs */
/* Quick Service: keep both contact cards independent; never let the first phone card span/overlap rows. */
.v7SupportCardClean .v7SupportActions{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
  margin-top:20px!important;
}
.v7SupportCardClean .v7SupportActions>a,
.v7SupportCardClean .v7SupportActions>a:first-child{
  grid-row:auto!important;
  grid-column:auto!important;
  min-width:0!important;
  width:100%!important;
  display:grid!important;
  grid-template-columns:36px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  column-gap:11px!important;
  row-gap:2px!important;
  align-items:center!important;
  padding:13px 14px!important;
  margin:0!important;
  overflow:hidden!important;
}
.v7SupportCardClean .v7SupportActions>a>span{
  grid-column:2!important;
  grid-row:1!important;
  min-width:0!important;
  color:inherit!important;
  font-size:10px!important;
  line-height:1.25!important;
  font-weight:800!important;
  opacity:.88!important;
}
.v7SupportCardClean .v7SupportActions>a>strong{
  grid-column:2!important;
  grid-row:2!important;
  min-width:0!important;
  color:inherit!important;
  font-size:clamp(14px,1.25vw,16px)!important;
  line-height:1.2!important;
  font-weight:950!important;
  letter-spacing:.01em!important;
  white-space:nowrap!important;
}
.v7SupportCardClean .v7SupportPhone{background:#fff!important;color:#08273a!important}
.v7SupportCardClean .v7SupportWhatsapp{background:#0f8b5d!important;color:#fff!important}
@media(min-width:641px) and (max-width:1180px){
  .v7SupportCardClean .v7SupportActions{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:390px){
  .v7SupportCardClean .v7SupportActions>a>strong{font-size:13px!important;letter-spacing:0!important}
}

/* Detail CTA: requested copy is white; red remains only as a controlled accent on the numbered badges. */
.detailCtaV12 .detailCtaPrepV12 h3,
.detailCtaV12 .detailCtaPrepV12 li,
.detailCtaV12 .detailCtaPrepV12 li span{
  color:#fff!important;
}
.detailCtaV12 .detailCtaPrepV12 li span{
  opacity:.94!important;
  font-weight:650!important;
}


/* BUTEKPLUS V24 - Online Servis Talebi */
.serviceRequestHeroV24{padding:72px 0 54px;background:linear-gradient(135deg,#071f34 0%,#0d314c 100%);color:#fff;overflow:hidden}.serviceRequestHeroGridV24{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:46px;align-items:center}.serviceRequestHeroV24 h1{font-size:clamp(2.25rem,5vw,4.6rem);line-height:.98;letter-spacing:-.045em;margin:14px 0 20px}.serviceRequestHeroV24 p{max-width:760px;color:rgba(255,255,255,.78);font-size:1.05rem;line-height:1.75}.serviceRequestTrustV24{display:flex;flex-wrap:wrap;gap:12px 20px;margin-top:28px;font-size:.86rem;font-weight:700;color:#fff}.serviceRequestInfoV24{padding:30px;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:rgba(255,255,255,.07);box-shadow:0 22px 50px rgba(0,0,0,.18)}.serviceRequestInfoV24>span{display:block;color:#ff3344;font-size:.75rem;font-weight:900;letter-spacing:.14em;margin-bottom:12px}.serviceRequestInfoV24 strong{display:block;font-size:1.35rem;line-height:1.35}.serviceRequestInfoV24 p{font-size:.9rem;margin:12px 0 0}.serviceRequestSectionV24{padding:72px 0 90px;background:#f5f8fa}.serviceRequestLayoutV24{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.65fr);gap:34px;align-items:start}.serviceRequestFormV24,.serviceRequestSideV24{background:#fff;border:1px solid #e0e9ef;border-radius:26px;box-shadow:0 22px 55px rgba(7,31,52,.08)}.serviceRequestFormV24{padding:34px}.serviceRequestFormHeadV24>span{font-size:.75rem;font-weight:900;letter-spacing:.14em;color:#ed1427}.serviceRequestFormHeadV24 h2{font-size:clamp(1.65rem,3vw,2.45rem);margin:8px 0}.serviceRequestFormHeadV24 p{margin:0 0 28px;color:#607383}.serviceRequestFormHeadV24 p b,.serviceFieldV24 span b{color:#ed1427}.serviceRequestGridV24{display:grid;grid-template-columns:1fr 1fr;gap:18px}.serviceFieldV24{display:flex;flex-direction:column;gap:8px}.serviceFieldFullV24{grid-column:1/-1}.serviceFieldV24>span{font-size:.88rem;font-weight:800;color:#18364d}.serviceFieldV24 input,.serviceFieldV24 textarea,.serviceFieldV24 select{width:100%;border:1px solid #ccd9e2;background:#fbfdfe;border-radius:14px;padding:14px 15px;color:#0b2a40;font:inherit;outline:none;transition:border-color .2s,box-shadow .2s,background .2s}.serviceFieldV24 input:focus,.serviceFieldV24 textarea:focus,.serviceFieldV24 select:focus{border-color:#ed1427;background:#fff;box-shadow:0 0 0 4px rgba(237,20,39,.09)}.serviceFieldV24 textarea{resize:vertical;min-height:128px}.serviceSubmitV24{display:flex;align-items:center;justify-content:space-between;width:100%;border:0;border-radius:15px;padding:16px 19px;background:#ed1427;color:#fff;font-weight:900;font-size:1rem;cursor:pointer;transition:transform .2s,opacity .2s,box-shadow .2s;box-shadow:0 12px 28px rgba(237,20,39,.2)}.serviceSubmitV24:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(237,20,39,.28)}.serviceSubmitV24:disabled{opacity:.42;cursor:not-allowed;box-shadow:none}.serviceFormStatusV24{display:none;margin:10px 0 16px;padding:12px 14px;border-radius:12px;font-size:.9rem;font-weight:700}.serviceFormStatusV24.is-success{display:block;background:#e9f8ef;color:#16733a}.serviceFormStatusV24.is-error{display:block;background:#fff0f1;color:#b20d20}.servicePrivacyV24{font-size:.76rem;line-height:1.6;color:#6d7f8c;margin:14px 0 0}.serviceHoneypotV24{position:absolute!important;left:-9999px!important;opacity:0!important;pointer-events:none!important}.serviceRequestSideV24{padding:30px;position:sticky;top:112px}.serviceRequestSideV24 ol{list-style:none;padding:0;margin:22px 0 26px;display:grid;gap:20px}.serviceRequestSideV24 li{display:grid;grid-template-columns:44px 1fr;gap:14px}.serviceRequestSideV24 li>b{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:#ed1427;color:#fff;font-size:.75rem}.serviceRequestSideV24 li strong{color:#0b2a40}.serviceRequestSideV24 li p{margin:5px 0 0;color:#687d8b;font-size:.88rem;line-height:1.55}.serviceRequestContactV24{border-radius:17px;padding:19px;background:#071f34;color:#fff}.serviceRequestContactV24 span{display:block;color:#a9bbc8;font-size:.75rem;font-weight:800}.serviceRequestContactV24 a{display:block;color:#fff;text-decoration:none;font-weight:900;margin-top:7px}.serviceRequestContactV24 a:last-child{color:#ff5360;font-size:.86rem}.serviceRequestFormV24.is-loading .serviceSubmitV24{pointer-events:none;opacity:.65}@media(max-width:900px){.serviceRequestHeroGridV24,.serviceRequestLayoutV24{grid-template-columns:1fr}.serviceRequestSideV24{position:static}.serviceRequestInfoV24{max-width:none}}@media(max-width:576px){.serviceRequestHeroV24{padding:48px 0 38px}.serviceRequestSectionV24{padding:38px 0 56px}.serviceRequestFormV24,.serviceRequestSideV24{padding:20px;border-radius:20px}.serviceRequestGridV24{grid-template-columns:1fr}.serviceFieldFullV24{grid-column:auto}.serviceRequestTrustV24{display:grid;gap:8px}.serviceRequestHeroV24 h1{font-size:2.4rem}}



/* ButekPlus v18 - servis fotoğrafı */
\n\n/* BUTEKPLUS V27 — Servis Takip + sağlam dosya yükleme */
.serviceImageLabelV27{display:block;font-weight:850;color:#102f45;margin-bottom:8px}.serviceImageLabelV27 small{font-weight:650;color:#718096}.serviceUploadV12{box-sizing:border-box;width:100%;isolation:isolate}.serviceUploadV12 input[type="file"]{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;opacity:0!important;z-index:3!important;cursor:pointer!important;font-size:0!important}.serviceUploadV12>*:not(input){position:relative;z-index:1;pointer-events:none}.serviceUploadV12:focus-visible{outline:3px solid rgba(237,20,39,.22);outline-offset:3px}.serviceTrackMiniV27{display:inline-flex;margin-top:12px;color:#fff;font-size:.78rem;font-weight:900;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:2px}
.serviceTrackHeroV27{padding:76px 0 58px;background:linear-gradient(135deg,#071f34 0%,#0c3653 100%);color:#fff}.serviceTrackHeroGridV27{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:48px;align-items:center}.serviceTrackHeroV27 .eyebrow{color:#ffb6bd}.serviceTrackHeroV27 h1{font-size:clamp(2.35rem,5vw,4.6rem);line-height:.98;letter-spacing:-.045em;margin:10px 0 18px}.serviceTrackHeroV27 p{max-width:700px;color:#d8e5ec;line-height:1.7}.serviceTrackBadgeV27{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.serviceTrackBadgeV27 span{padding:8px 11px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.06);font-size:.72rem;font-weight:800}.serviceTrackCardV27{background:#fff;color:#0b2f49;border-radius:24px;padding:26px;box-shadow:0 28px 80px rgba(0,0,0,.2)}.serviceTrackCardV27>span{font-size:.68rem;letter-spacing:.13em;font-weight:950;color:#e31320}.serviceTrackCardV27 h2{font-size:1.55rem;margin:7px 0 8px}.serviceTrackCardV27 p{color:#647985;font-size:.86rem;line-height:1.55}.serviceTrackFormV27{display:grid;gap:10px;margin-top:18px}.serviceTrackFormV27 label{font-size:.76rem;font-weight:900;color:#17384e}.serviceTrackInputWrapV27{display:grid;grid-template-columns:1fr auto;gap:9px}.serviceTrackInputV27{min-width:0;height:52px;border:1px solid #cbd7de;border-radius:13px;padding:0 14px;font:inherit;color:#0b2f49;outline:0}.serviceTrackInputV27:focus{border-color:#e31320;box-shadow:0 0 0 3px rgba(227,19,32,.1)}.serviceTrackButtonV27{min-height:52px;border:0;border-radius:13px;padding:0 18px;background:#e31320;color:#fff;font-weight:950;cursor:pointer}.serviceTrackButtonV27:disabled{opacity:.65;cursor:wait}.serviceTrackStatusV27{min-height:22px;margin-top:8px;font-size:.76rem;line-height:1.45}.serviceTrackStatusV27.is-error{color:#b42318}.serviceTrackStatusV27.is-loading{color:#526c7a}.serviceTrackStatusV27.is-success{color:#08765a}.serviceTrackPrivacyV27{padding:22px 0 58px;background:#f5f8fa}.serviceTrackPrivacyV27 .container{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.serviceTrackPrivacyV27 article{background:#fff;border:1px solid #e2e9ed;border-radius:18px;padding:20px}.serviceTrackPrivacyV27 strong{display:block;color:#0b2f49;margin-bottom:5px}.serviceTrackPrivacyV27 p{font-size:.78rem;line-height:1.55;color:#667b88;margin:0}
@media(max-width:860px){.serviceTrackHeroGridV27{grid-template-columns:1fr;gap:26px}.serviceTrackPrivacyV27 .container{grid-template-columns:1fr}.serviceTrackHeroV27{padding:54px 0 44px}}@media(max-width:520px){.serviceTrackCardV27{padding:20px 16px;border-radius:18px}.serviceTrackInputWrapV27{grid-template-columns:1fr}.serviceTrackButtonV27{width:100%}.serviceUploadV12{grid-template-columns:40px minmax(0,1fr) 56px!important;gap:9px!important}.serviceUploadCopyV12 strong{font-size:12.5px!important}.serviceUploadCopyV12 small{font-size:10px!important}}

/* =========================================================
   v30 Service Request + Tracking conversion/navigation layer
   ========================================================= */
.topServiceActionsV30{display:flex;align-items:center;gap:8px;margin-left:auto}
.topServiceActionsV30>a{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:34px;padding:7px 12px;border-radius:10px;font-size:12px;font-weight:850;line-height:1;text-decoration:none;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.topServiceRequestV30{background:#ed1427!important;color:#fff!important;box-shadow:0 7px 18px rgba(237,20,39,.18)}
.topTrackLinkV30{background:#fff;color:#082c45;border:1px solid rgba(8,44,69,.14);box-shadow:0 7px 18px rgba(5,35,55,.08)}
.topServiceActionsV30>a:hover{transform:translateY(-1px)}
.serviceConversionCtaV30{padding:34px 0 42px;background:linear-gradient(180deg,#f7fafc 0%,#fff 100%)}
.serviceConversionInnerV30{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);align-items:center;gap:34px;padding:34px 38px;border-radius:26px;background:linear-gradient(125deg,#061f34 0%,#0c3957 70%,#124c68 100%);box-shadow:0 24px 60px rgba(4,28,47,.18)}
.serviceConversionInnerV30:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;right:-90px;top:-150px;background:rgba(255,255,255,.07);pointer-events:none}
.serviceConversionKickerV30{display:block;margin-bottom:9px;color:#ff6976;font-size:11px;font-weight:900;letter-spacing:.14em}
.serviceConversionCopyV30 h2{margin:0;color:#fff;font-size:clamp(24px,3vw,38px);line-height:1.12;letter-spacing:-.035em}
.serviceConversionCopyV30 p{max-width:760px;margin:12px 0 0;color:#d8e6ef;font-size:15px;line-height:1.7}
.serviceConversionActionsV30{position:relative;z-index:1;display:grid;gap:10px}
.serviceConversionActionsV30 a{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:11px;min-height:62px;padding:11px 16px;border-radius:15px;text-decoration:none;font-weight:850;transition:.18s ease}
.serviceConversionActionsV30 a>span{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;font-size:19px}
.serviceConversionActionsV30 a>b{font-size:18px}.serviceConversionPrimaryV30{background:#ed1427;color:#fff;box-shadow:0 12px 26px rgba(237,20,39,.25)}.serviceConversionPrimaryV30>span{background:rgba(255,255,255,.15)}
.serviceConversionSecondaryV30{background:#fff;color:#082c45}.serviceConversionSecondaryV30>span{background:#eef5f8;color:#0b4768}.serviceConversionActionsV30 a:hover{transform:translateY(-2px)}
@media(max-width:1100px){.topContactLinks{display:none!important}.serviceConversionInnerV30{grid-template-columns:1fr;gap:22px}.serviceConversionActionsV30{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.topbarV8 .container{gap:8px}.topIdentity{display:none!important}.topServiceActionsV30{width:100%;gap:6px}.topServiceActionsV30>a{flex:1;padding:7px 8px;font-size:11px}.serviceConversionCtaV30{padding:24px 0 30px}.serviceConversionInnerV30{padding:25px 18px;border-radius:20px}.serviceConversionActionsV30{grid-template-columns:1fr}.serviceConversionActionsV30 a{min-height:58px}}
@media(max-width:390px){.topServiceActionsV30>a span{display:none}.topServiceActionsV30>a{font-size:10.5px}.serviceConversionCopyV30 p{font-size:14px}}


/* BUTEKPLUS V18 — Header, servis CTA, 5 görsel yükleme, footer ve ana hizmet vitrini */
.topbarV8 .container{display:flex;align-items:center;gap:12px}.topbarV8 .topIdentity{margin-right:auto}.topContactLinks{gap:8px!important}.topServiceActionsV30{display:flex;align-items:center;gap:8px;margin-left:10px}
.topServiceActionsV30 a{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:38px;padding:0 16px;border-radius:12px;font-weight:850;font-size:12px;letter-spacing:.01em;text-decoration:none;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.topServiceRequestV30{color:#fff!important;background:linear-gradient(135deg,#f3122b,#df0d25)!important;border:1px solid rgba(255,255,255,.14);box-shadow:0 8px 22px rgba(237,20,39,.23)}
.topTrackLinkV30{color:#06253a!important;background:#fff!important;border:1px solid #d8e3ec!important;box-shadow:0 8px 20px rgba(1,30,50,.12)}
.topServiceActionsV30 a:hover{transform:translateY(-2px);box-shadow:0 11px 28px rgba(3,27,45,.18)}.topServiceActionsV30 a span{font-size:15px}
.headerV8 .navV8{gap:18px}.navlinksV8{gap:24px!important;margin-left:auto}.navlinksV8>a,.megaTrigger{font-size:13px!important;font-weight:800!important;letter-spacing:.01em}.navToolsV8,.navActions,.headerActions{gap:7px!important;margin-left:4px!important}
.searchButtonV8,.langButtonV8,.headerV8 [data-search-open],.headerV8 .langTrigger{min-width:auto!important;padding-left:12px!important;padding-right:12px!important}
@media (max-width:1180px){.navlinksV8{gap:15px!important}.navlinksV8>a,.megaTrigger{font-size:12px!important}.headerV8 .navV8{gap:10px}.topServiceActionsV30 a{padding:0 12px}}
@media (max-width:992px){.topServiceActionsV30{margin-left:auto}.topServiceActionsV30 a{min-height:36px;padding:0 12px}.topbarV8 .topIdentity,.topbarV8 .topContactLinks{display:none!important}}
@media (max-width:520px){.topServiceActionsV30{width:100%;gap:7px}.topServiceActionsV30 a{flex:1;font-size:11px;padding:0 9px}.topbarV8 .container{padding-top:7px;padding-bottom:7px}}

/* 5-photo uploader: preview is contained; fixes broken/right-side image artifact */
.serviceUploadV18{position:relative;display:grid;grid-template-columns:54px 1fr auto;gap:14px;align-items:center;width:100%;min-height:88px;padding:14px 16px;border:1.5px dashed #bfd2df;border-radius:16px;background:#f7fbfd;cursor:pointer;overflow:hidden;transition:.2s ease}.serviceUploadV18:hover,.serviceUploadV18.is-dragging{border-color:#0f7e78;background:#f1fbfa}.serviceUploadV18 input{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none}.serviceUploadIconV18{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#073453;color:#fff;font-size:28px;line-height:1}.serviceUploadCopyV18{min-width:0;display:flex;flex-direction:column;gap:5px}.serviceUploadCopyV18 strong{color:#082c45;font-size:15px}.serviceUploadCopyV18 small{color:#64798b;font-size:12px;line-height:1.45}.serviceUploadBadgeV18{display:grid;place-items:center;min-width:58px;height:32px;padding:0 9px;border-radius:999px;background:#e5f5f3;color:#087169;font-size:12px;font-weight:900}.serviceUploadV18.is-error{border-color:#ed1427;background:#fff5f6}.serviceImagePreviewsV18{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:10px}.serviceImagePreviewCardV18{position:relative;aspect-ratio:4/3;border-radius:12px;overflow:hidden;background:#eef4f7;border:1px solid #d8e3ea}.serviceImagePreviewCardV18 img{display:block;width:100%;height:100%;object-fit:cover}.serviceImagePreviewCardV18 button{position:absolute;top:6px;right:6px;width:28px;height:28px;border:0;border-radius:50%;background:rgba(4,26,42,.84);color:#fff;font-size:17px;cursor:pointer}.serviceImagePreviewCardV18 small{position:absolute;left:6px;bottom:6px;right:6px;padding:4px 6px;border-radius:7px;background:rgba(4,26,42,.78);color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:10px}
@media(max-width:760px){.serviceUploadV18{grid-template-columns:48px 1fr;}.serviceUploadBadgeV18{grid-column:2;justify-self:start}.serviceImagePreviewsV18{grid-template-columns:repeat(3,1fr)}}@media(max-width:430px){.serviceImagePreviewsV18{grid-template-columns:repeat(2,1fr)}.serviceUploadCopyV18 small{font-size:11px}}

.serviceContactHubV18{margin-top:18px!important;padding:18px!important;border-radius:18px!important;background:linear-gradient(145deg,#061f34,#0a3855)!important;color:#fff!important}.serviceContactEyebrowV18{display:block;color:#61d4c7!important;font-size:10px!important;font-weight:900;letter-spacing:.12em}.serviceContactTitleV18{display:block;margin:5px 0 13px;font-size:16px;line-height:1.3}.serviceContactGridV18{display:grid;grid-template-columns:1fr;gap:8px}.serviceContactGridV18 a{display:flex!important;align-items:center;gap:10px;padding:10px 11px!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:12px!important;background:rgba(255,255,255,.07)!important;color:#fff!important;text-decoration:none!important;transition:.2s}.serviceContactGridV18 a:hover{background:rgba(255,255,255,.13)!important;transform:translateX(2px)}.serviceContactGridV18 b{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#fff;color:#073453}.serviceContactGridV18 span{display:flex;flex-direction:column}.serviceContactGridV18 strong{font-size:12px}.serviceContactGridV18 small{font-size:10px;color:#bfd4e2}

/* Homepage visual service cards */
.serviceShowcaseV18{gap:18px!important}.serviceFeatureV18{padding:0!important;overflow:hidden!important;border:1px solid #dce6ed!important;border-radius:22px!important;background:#fff!important;box-shadow:0 14px 36px rgba(5,35,55,.08)!important;transition:transform .25s ease,box-shadow .25s ease!important}.serviceFeatureV18:hover{transform:translateY(-6px);box-shadow:0 22px 50px rgba(5,35,55,.14)!important}.serviceFeatureMediaV18{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:#dce7ee}.serviceFeatureMediaV18 img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.serviceFeatureV18:hover .serviceFeatureMediaV18 img{transform:scale(1.055)}.serviceFeatureMediaOverlayV18{position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(4,29,47,.55))}.serviceFeatureV18 .serviceFeatureTop{padding:16px 18px 0}.serviceFeatureV18 .serviceFeatureBody{padding:10px 18px 20px}.serviceFeatureV18 .serviceNo{background:#f2f6f8;border-radius:999px;padding:6px 9px;font-size:10px}.serviceFeatureV18 .serviceGlyph{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:#eef8f7;color:#0a7c72}.serviceFeatureV18 .serviceFeatureLink{display:flex;align-items:center;justify-content:space-between;margin-top:15px;padding-top:12px;border-top:1px solid #e7edf1;font-weight:850;color:#e3132a}
@media(max-width:900px){.serviceShowcaseV18{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:560px){.serviceShowcaseV18{grid-template-columns:1fr!important}}

/* footer quick strip removed in HTML; tighten footer rhythm */
.footerBodyV19{padding-bottom:0!important}.footerBottomV19{margin-top:24px!important}


/* ButekPlus v19 - navigation balance, service brand sync, contact & footer polish */
.headerV8 .navV8{width:min(1380px,calc(100% - 40px))!important;gap:16px!important;margin-inline:auto!important}
.headerV8 .brandV8{flex:0 0 clamp(180px,16vw,220px)!important;min-width:0!important;margin-right:0!important}
.headerV8 .brandLogoV21,.headerV8 .brandLogoV22{width:100%!important;max-width:220px!important}
.headerV8 .navlinksV8{margin-left:clamp(10px,1.5vw,24px)!important;gap:clamp(13px,1.25vw,22px)!important;flex:1 1 auto!important;justify-content:center!important}
.headerV8 .navlinksV8>a,.headerV8 .megaTrigger{font-size:12.5px!important;font-weight:850!important;letter-spacing:.018em!important;white-space:nowrap}
.headerV8 .navToolsV8{margin-left:auto!important;gap:8px!important;flex:0 0 auto!important}
.headerV8 .searchButtonV8,.headerV8 .langButtonV8,.headerV8 [data-search-open],.headerV8 .langTrigger{height:40px!important;border-radius:12px!important;font-size:12px!important;font-weight:850!important}
@media(max-width:1260px){.headerV8 .navV8{width:min(1180px,calc(100% - 28px))!important;gap:10px!important}.headerV8 .brandV8{flex-basis:185px!important}.headerV8 .navlinksV8{gap:12px!important;margin-left:8px!important}.headerV8 .navlinksV8>a,.headerV8 .megaTrigger{font-size:11.5px!important}.headerV8 .searchButtonV8,.headerV8 .langButtonV8,.headerV8 [data-search-open],.headerV8 .langTrigger{padding-inline:10px!important}}
@media(max-width:1080px){.headerV8 .navlinksV8{gap:9px!important}.headerV8 .navlinksV8>a,.headerV8 .megaTrigger{font-size:11px!important}.headerV8 .brandV8{flex-basis:170px!important}}

.serviceFieldV24 input#serviceBrand{background-color:#fff}.serviceFieldHelpV19{display:block;margin-top:6px;color:#6c7e8b;font-size:11px;line-height:1.45}

.contactShowcaseV19{padding:26px 0 44px;background:linear-gradient(112deg,#061f32 0%,#083347 66%,#173f37 100%);color:#fff}.contactShowcaseGridV19{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(420px,.85fr);gap:48px;align-items:center;min-height:590px}.contactShowcaseCopyV19{padding:36px 0}.contactPillV19,.contactInfoEyebrowV19{display:inline-flex;padding:8px 14px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08);font-size:11px;font-weight:950;letter-spacing:.12em}.contactShowcaseCopyV19 h1{max-width:760px;margin:18px 0 18px;font-size:clamp(46px,5.2vw,76px);line-height:.98;letter-spacing:-.045em}.contactShowcaseCopyV19>p{max-width:720px;color:#c4d4dc;font-size:17px;line-height:1.8}.contactHeroActionsV19{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.contactHeroActionsV19 a{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:999px;background:#fff;color:#0a2b3c;font-weight:900}.contactHeroActionsV19 a+ a{background:#e7fff4;color:#0a674c}.contactInfoPanelV19{padding:30px;border-radius:28px;background:linear-gradient(160deg,#fff,#fffaf2);color:#10262c;box-shadow:0 28px 80px rgba(0,0,0,.2)}.contactInfoEyebrowV19{color:#0a674c;border-color:#cbded5;background:#f2faf6}.contactInfoPanelV19 h2{margin:10px 0 8px;color:#0a523f;font-size:clamp(30px,3vw,42px);letter-spacing:-.04em}.contactInfoPanelV19>p{margin:0 0 18px;color:#687870;font-weight:650}.contactInfoListV19{display:grid;gap:10px}.contactInfoListV19>a{display:flex;align-items:center;gap:14px;padding:14px;border:1px solid #dce7e2;border-radius:17px;background:#fff;transition:.2s}.contactInfoListV19>a:hover{transform:translateY(-2px);border-color:#afcdc0;box-shadow:0 12px 28px rgba(8,54,42,.08)}.contactInfoListV19 b{width:46px;height:46px;flex:0 0 46px;display:grid;place-items:center;border-radius:14px;background:#075e49;color:#fff}.contactInfoListV19 small,.contactInfoListV19 strong{display:block}.contactInfoListV19 small{font-size:10px;letter-spacing:.1em;color:#0a674c;font-weight:950}.contactInfoListV19 strong{margin-top:2px;color:#1c2b27;font-size:14px}.contactPanelActionsV19{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.contactPanelActionsV19 a{display:flex;align-items:center;justify-content:center;min-height:48px;border-radius:999px;background:#075e49;color:#fff;font-weight:900;font-size:13px}.contactPanelActionsV19 a+ a{background:#fff;color:#075e49;border:1px solid #cbded5}.contactCardsSectionV19{padding:42px 0 86px;background:#fff}.contactInfoCardsV19{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.contactInfoCardsV19 article{display:flex;flex-direction:column;min-height:280px;padding:26px;border:1px solid #dde7e3;border-radius:26px;background:#fff;box-shadow:0 18px 42px rgba(8,40,32,.06)}.contactInfoCardsV19 article>span{align-self:flex-start;padding:7px 12px;border:1px solid #d4e4dd;border-radius:999px;color:#0a674c;font-size:10px;font-weight:950;letter-spacing:.12em}.contactInfoCardsV19 h3{margin:16px 0 10px;color:#172520;font-size:22px;letter-spacing:-.03em}.contactInfoCardsV19 p{margin:0 0 20px;color:#67766f;line-height:1.75}.contactInfoCardsV19 a{margin-top:auto;align-self:flex-start;padding:12px 18px;border-radius:999px;background:#075e49;color:#fff;font-weight:900;box-shadow:0 12px 24px rgba(7,94,73,.16)}
@media(max-width:980px){.contactShowcaseGridV19{grid-template-columns:1fr;min-height:auto;gap:24px}.contactShowcaseCopyV19{padding:26px 0 0}.contactInfoPanelV19{margin-bottom:10px}.contactInfoCardsV19{grid-template-columns:1fr}.headerV8 .brandV8{margin-right:auto!important}}
@media(max-width:620px){.contactShowcaseV19{padding-top:12px}.contactShowcaseCopyV19 h1{font-size:clamp(38px,12vw,52px)}.contactShowcaseCopyV19>p{font-size:14px}.contactInfoPanelV19{padding:20px;border-radius:22px}.contactHeroActionsV19,.contactPanelActionsV19{grid-template-columns:1fr;display:grid}.contactInfoCardsV19 article{min-height:0}.contactCardsSectionV19{padding-bottom:58px}}

.footerV19 .footerGridV19{grid-template-columns:minmax(280px,1.35fr) minmax(170px,.75fr) minmax(190px,.85fr) minmax(240px,1fr)!important;gap:clamp(28px,3vw,52px)!important}.footerV19 .footerNavV19 h3,.footerV19 .footerContactV19 h3{font-size:13px!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#fff!important;margin-bottom:16px!important}.footerV19 .footerNavV19 a{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:8px 0!important;margin:0!important;color:#b9cad3!important;font-size:13px!important;font-weight:700!important;line-height:1.35!important;transition:.18s!important}.footerV19 .footerNavV19 a span{opacity:.45;transition:.18s}.footerV19 .footerNavV19 a:hover{color:#fff!important;transform:translateX(3px)}.footerV19 .footerNavV19 a:hover span{opacity:1;color:#ef2631}.footerV19 .footerContactV19>a{margin-bottom:8px!important}.footerV19 .footerBrandV19 p{font-size:13px!important;line-height:1.75!important;color:#9fb3be!important}.footerV19 .footerBottomV19{font-size:11.5px!important;letter-spacing:.01em}
@media(max-width:980px){.footerV19 .footerGridV19{grid-template-columns:1fr 1fr!important}.footerV19 .footerBrandV19,.footerV19 .footerContactV19{grid-column:1/-1}}
@media(max-width:600px){.footerV19 .footerGridV19{grid-template-columns:1fr!important}.footerV19 .footerBrandV19,.footerV19 .footerContactV19{grid-column:auto}.footerV19 .footerNavV19 a{font-size:13.5px!important}}


/* ButekPlus v19.1 - contact service request CTA */
.contactRequestCtaV19{padding:0 0 88px;background:#fff}.contactRequestInnerV19{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(350px,.75fr);gap:34px;align-items:center;padding:44px 46px;border-radius:30px;background:linear-gradient(110deg,#ed172c 0%,#f02435 58%,#d80f25 100%);color:#fff;box-shadow:0 26px 70px rgba(185,16,36,.2)}.contactRequestInnerV19:before{content:"";position:absolute;width:430px;height:430px;border:1px solid rgba(255,255,255,.1);border-radius:50%;right:-110px;top:-190px}.contactRequestInnerV19:after{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:150px;bottom:-190px}.contactRequestCopyV19,.contactRequestPanelV19{position:relative;z-index:1}.contactRequestEyebrowV19{display:inline-flex;padding:8px 13px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.2);font-size:10px;font-weight:950;letter-spacing:.13em}.contactRequestCopyV19 h2{margin:14px 0 13px;font-size:clamp(34px,4.1vw,58px);line-height:1.02;letter-spacing:-.045em;color:#fff}.contactRequestCopyV19 p{max-width:720px;margin:0;color:rgba(255,255,255,.86);font-size:15px;line-height:1.75}.contactRequestCopyV19 ul{display:flex;flex-wrap:wrap;gap:9px 18px;margin:22px 0 0;padding:0;list-style:none}.contactRequestCopyV19 li{position:relative;padding-left:20px;font-size:12px;font-weight:800;color:#fff}.contactRequestCopyV19 li:before{content:"✓";position:absolute;left:0;top:-1px;width:15px;height:15px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#e3182c;font-size:9px;font-weight:1000}.contactRequestPanelV19{padding:24px;border-radius:22px;background:#fff;color:#162631;box-shadow:0 20px 45px rgba(96,0,10,.18)}.contactRequestPanelV19>span{display:block;color:#e3182c;font-size:10px;font-weight:1000;letter-spacing:.13em}.contactRequestPanelV19>strong{display:block;margin-top:6px;font-size:23px;letter-spacing:-.025em}.contactRequestPanelV19>p{margin:8px 0 17px;color:#65747d;font-size:13px;line-height:1.6}.contactRequestPanelV19>a{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:0 16px;border-radius:13px;font-size:12px;font-weight:950;transition:.2s}.contactRequestPanelV19>a:hover{transform:translateY(-2px)}.contactRequestPrimaryV19{background:#e9182d;color:#fff;box-shadow:0 12px 24px rgba(233,24,45,.2)}.contactRequestSecondaryV19{margin-top:9px;background:#f4f7f8;color:#0b4355;border:1px solid #dbe4e7}.contactRequestPanelV19>small{display:block;margin-top:13px;color:#839099;font-size:9.5px;line-height:1.45}.contactRequestPanelV19 b{font-size:16px}
@media(max-width:900px){.contactRequestInnerV19{grid-template-columns:1fr;padding:34px}.contactRequestPanelV19{max-width:none}.contactRequestCtaV19{padding-bottom:62px}}
@media(max-width:560px){.contactRequestInnerV19{padding:25px 20px;border-radius:22px}.contactRequestCopyV19 h2{font-size:36px}.contactRequestCopyV19 ul{display:grid;gap:8px}.contactRequestPanelV19{padding:19px;border-radius:18px}.contactRequestCtaV19{padding-bottom:48px}}

/* v31 service form detail section CTAs */
.serviceFormSectionV31{grid-column:1/-1;display:flex;align-items:center;gap:15px;padding:16px 18px;margin:4px 0 2px;border:1px solid #dce6ed;border-radius:16px;background:linear-gradient(135deg,#f8fbfd,#fff);box-shadow:0 8px 24px rgba(5,36,57,.05)}.serviceFormSectionIconV31{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#071f34;color:#fff;font-size:19px;flex:none}.serviceFormSectionV31 small{display:block;font-size:10px;letter-spacing:.12em;font-weight:900;color:#718494}.serviceFormSectionV31 strong{display:block;font-size:17px;color:#0c2f48;margin-top:2px}.serviceFormSectionV31 p{margin:3px 0 0;color:#6b7f8e;font-size:12px}.serviceFormSectionV31.technical .serviceFormSectionIconV31{background:#ed1427}@media(max-width:576px){.serviceFormSectionV31{padding:14px}.serviceFormSectionIconV31{width:42px;height:42px}.serviceFormSectionV31 p{line-height:1.45}}

/* BUTEKPLUS V20 - direct responsive mega menu */
.megaPanelHead{display:none!important}
.headerV8 .navV8{width:min(1460px,calc(100% - 32px))!important;gap:clamp(8px,1.15vw,18px)!important}
.headerV8 .brandV8{flex:0 1 clamp(160px,15vw,220px)!important;min-width:0!important}
.headerV8 .brandLogoV21{width:100%!important;max-width:220px!important}
.headerV8 .navlinksV8{gap:clamp(4px,.9vw,16px)!important;min-width:0!important;margin-left:auto!important}
.headerV8 .navlinksV8>a,.headerV8 .megaTrigger{font-size:clamp(10px,.82vw,12.5px)!important;padding-inline:clamp(7px,.75vw,12px)!important;min-width:0!important}
.megaPanel{padding:16px!important;width:min(1040px,calc(100vw - 28px))!important}
.megaServiceGridV10,.megaCardGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
.megaServiceGridV10 .megaCard,.megaCard{min-height:82px!important;padding:12px 14px!important}
.megaPromoV9{min-height:170px!important}
.districtMegaGridV10{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
@media(max-width:1180px){.headerV8 .navlinksV8{gap:5px!important}.headerV8 .navlinksV8>a,.headerV8 .megaTrigger{font-size:10.5px!important;padding-inline:7px!important}.headerV8 .brandV8{flex-basis:165px!important}.headerV8 .brandLogoV21{max-width:165px!important}}
@media(max-width:1040px){.menuBtnV8{display:flex!important}.navlinksV8{position:absolute!important;left:0!important;right:0!important;top:calc(100% + 1px)!important;height:auto!important;max-height:calc(100dvh - 96px)!important;overflow:auto!important;display:none!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;padding:8px!important;background:#fff!important;border:1px solid #dde6eb!important;border-radius:0 0 16px 16px!important;box-shadow:0 24px 54px rgba(5,26,41,.16)!important}.navV8.open .navlinksV8{display:flex!important}.navlinksV8>a,.megaTrigger{width:100%!important;height:46px!important;padding:0 12px!important;justify-content:space-between!important;font-size:12px!important}.megaDrop{display:block!important}.megaDrop>.megaPanel{position:static!important;width:100%!important;transform:none!important;padding:8px!important;border:0!important;border-radius:12px!important;background:#f5f8fa!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;display:none!important}.megaDrop.is-open>.megaPanel{display:block!important}.megaCardGrid,.megaServiceGridV10,.districtMegaGridV10{grid-template-columns:repeat(2,minmax(0,1fr))!important}.megaPromoV9{display:none!important}}
@media(max-width:620px){.headerV8 .navV8{width:calc(100% - 20px)!important;gap:6px!important}.headerV8 .brandV8{flex-basis:auto!important;max-width:155px!important}.headerV8 .brandLogoV21{max-width:155px!important}.megaCardGrid,.megaServiceGridV10,.districtMegaGridV10{grid-template-columns:1fr!important}.megaCard small{display:none!important}.megaCard{min-height:64px!important}.navTools{gap:4px!important}.searchOpen,.langTrigger{padding-inline:9px!important}}
@media(max-width:390px){.headerV8 .brandV8,.headerV8 .brandLogoV21{max-width:135px!important}.searchOpen{display:none!important}}

/* =========================================================
   BUTEKPLUS v21 — Navigation & Footer refinement
   2026-08-04
   ========================================================= */
:root{
  --bp-footer-ink:#031723;
  --bp-footer-navy:#062b43;
  --bp-footer-blue:#0a4364;
  --bp-footer-red:#ed1b2f;
}

/* Navigation restored to pre-v21 (v20) styling. */

/* Premium footer: richer depth, warmer brand accent, stronger hierarchy */
.footerV19{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 8% 8%,rgba(237,27,47,.24),transparent 25%),
    radial-gradient(circle at 92% 18%,rgba(19,121,173,.25),transparent 26%),
    linear-gradient(135deg,var(--bp-footer-ink) 0%,#05283f 52%,#073753 100%)!important;
  border-top:4px solid var(--bp-footer-red)!important;
}
.footerV19:before{
  content:""!important;
  position:absolute!important;
  inset:-160px -120px auto auto!important;
  width:470px!important;
  height:470px!important;
  border-radius:50%!important;
  border:90px solid rgba(255,255,255,.025)!important;
  opacity:1!important;
  pointer-events:none!important;
  z-index:-1!important;
}
.footerV19:after{
  content:"";
  position:absolute;
  left:-90px;
  bottom:-180px;
  width:420px;
  height:420px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(237,27,47,.12),transparent 68%);
  pointer-events:none;
  z-index:-1;
}
.footerV19 .footerBodyV19{padding-top:clamp(48px,5vw,76px)!important}
.footerV19 .footerGridV19{
  position:relative!important;
  padding:clamp(22px,2.4vw,36px)!important;
  border:1px solid rgba(255,255,255,.095)!important;
  border-radius:26px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018))!important;
  box-shadow:0 24px 80px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.06)!important;
  backdrop-filter:blur(9px)!important;
}
.footerV19 .footerBrandLinkV19 img{
  filter:none!important;
  width:clamp(190px,16vw,245px)!important;
  max-width:100%!important;
}
.footerV19 .footerBrandV19 p{color:#bad0dc!important}
.footerV19 .footerSocialV19 a{
  border-color:rgba(255,255,255,.12)!important;
  background:linear-gradient(145deg,#0b3b59,#082b42)!important;
  box-shadow:0 9px 22px rgba(0,0,0,.14)!important;
  transition:transform .2s ease,border-color .2s ease,background .2s ease!important;
}
.footerV19 .footerSocialV19 a:hover,
.footerV19 .footerSocialV19 a:focus-visible{
  transform:translateY(-3px)!important;
  border-color:rgba(237,27,47,.72)!important;
  background:linear-gradient(145deg,#ef2437,#ba1020)!important;
}
.footerV19 h3:after{
  width:42px!important;
  background:linear-gradient(90deg,#ef1b30,#ff6a74)!important;
  box-shadow:0 0 15px rgba(237,27,47,.25)!important;
}
.footerV19 .footerNavV19 a{
  border-bottom-color:rgba(255,255,255,.07)!important;
}
.footerV19 .footerNavV19 a:hover,
.footerV19 .footerNavV19 a:focus-visible{
  color:#fff!important;
  border-bottom-color:rgba(237,27,47,.28)!important;
}
.footerV19 .footerContactV19>a{
  border:1px solid rgba(255,255,255,.075)!important;
  background:rgba(3,25,40,.30)!important;
  padding:12px!important;
  transition:.2s ease!important;
}
.footerV19 .footerContactV19>a:hover,
.footerV19 .footerContactV19>a:focus-visible{
  transform:translateX(3px)!important;
  border-color:rgba(237,27,47,.38)!important;
  background:rgba(12,59,87,.62)!important;
}
.footerV19 .footerContactV19 b{
  color:#fff!important;
  background:linear-gradient(145deg,#ee1b30,#ad1020)!important;
  border-color:rgba(255,255,255,.12)!important;
  box-shadow:0 8px 20px rgba(225,17,38,.18)!important;
}
.footerV19 .footerBottomV19{
  margin-top:22px!important;
  padding:20px clamp(4px,.8vw,12px) 2px!important;
  border-top-color:rgba(255,255,255,.11)!important;
  color:#91acbc!important;
}
.footerV19 .footerBottomV19 a:hover,.footerV19 .footerBottomV19 a:focus-visible{color:#fff!important}
@media(max-width:980px){
  .footerV19 .footerGridV19{border-radius:22px!important;padding:24px!important}
}
@media(max-width:600px){
  .footerV19 .footerBodyV19{padding-inline:14px!important}
  .footerV19 .footerGridV19{padding:22px 18px!important;gap:26px!important;border-radius:20px!important}
  .footerV19 .footerContactV19>a{padding:11px!important}
  .footerV19 .footerBottomV19{display:grid!important;gap:14px!important}
  .footerV19 .footerBottomV19 nav{gap:14px!important}
}


/* ===== V31 FINAL NAVIGATION + LANDING PAGES ===== */
.headerV8 .navList,.headerV8 .megaTrigger,.headerV8 .navLink{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;font-weight:600;letter-spacing:-.018em}
.headerV8 .navList>li>a,.headerV8 .megaTrigger{font-size:14.5px}
.navToolsV31{gap:10px;margin-left:auto}.navToolsV31 .langPicker{position:relative}.langTrigger{min-width:74px;justify-content:center;font-weight:700;border-radius:12px}.langMenu{right:0;left:auto;min-width:205px}
.mediaMenuPanelV31{width:330px!important;max-width:min(330px,calc(100vw - 32px))!important;padding:10px!important;display:grid!important;grid-template-columns:1fr!important;gap:5px!important}.mediaMenuLinkV31{min-height:58px!important;padding:10px 12px!important;border-radius:12px!important}.mediaMenuLinkV31 .classicMenuIconV20{width:36px;height:36px}.mediaMenuLinkV31 strong{font-size:14px;line-height:1.2}.mediaMenuLinkV31>b{margin-left:auto}
.indexHeroV31{position:relative;overflow:hidden;padding:62px 0 54px;background:linear-gradient(135deg,#f6f9fc 0%,#fff 55%,#f4f7fa 100%);border-bottom:1px solid #e7edf3}.indexHeroV31:before{content:"";position:absolute;width:480px;height:480px;border-radius:50%;background:rgba(237,20,39,.065);right:-170px;top:-220px}.indexHeroGridV31{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.65fr);gap:52px;align-items:center}.indexHeroV31 h1{font-size:clamp(36px,4.2vw,64px);line-height:.98;letter-spacing:-.045em;max-width:830px;margin:13px 0 22px;color:#071f34}.indexHeroV31 p{font-size:18px;line-height:1.72;color:#506274;max-width:760px}.indexHeroV31 figure{margin:0;height:390px;border-radius:28px;overflow:hidden;box-shadow:0 24px 70px rgba(7,31,52,.16);background:#0b2a45}.indexHeroV31 figure img{width:100%;height:100%;object-fit:cover}.serviceHeroV31 figure img{object-position:center 23%}.heroActionsV31{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.btnPrimaryV31,.btnGhostV31{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;border-radius:13px;font-weight:750;text-decoration:none}.btnPrimaryV31{background:#ed1427;color:#fff;box-shadow:0 12px 28px rgba(237,20,39,.22)}.btnGhostV31{background:#fff;color:#071f34;border:1px solid #dce5ec}.trustRowV31{display:flex;flex-wrap:wrap;gap:18px;margin-top:24px;color:#596b7a;font-size:13px;font-weight:650}.indexCardsSectionV31{padding:76px 0}.sectionHeadV31{display:flex;justify-content:space-between;gap:30px;margin-bottom:32px}.sectionHeadV31 span,.accessCtaV31 span,.regionChoiceV31>div>div:first-child>span{font-size:12px;letter-spacing:.16em;font-weight:800;color:#ed1427}.sectionHeadV31 h2{font-size:clamp(30px,3vw,44px);letter-spacing:-.035em;color:#071f34;margin:7px 0 10px}.sectionHeadV31 p{color:#637486;max-width:700px;line-height:1.7}.serviceCardsV31{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.serviceCardV31{position:relative;display:grid;grid-template-columns:180px 1fr;gap:22px;padding:14px;background:#fff;border:1px solid #e3eaf0;border-radius:22px;text-decoration:none;color:inherit;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.serviceCardV31:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(7,31,52,.11);border-color:#cdd9e2}.serviceCardV31 img{width:180px;height:178px;object-fit:cover;border-radius:16px}.serviceCardV31>div{padding:12px 10px 8px 0}.serviceCardV31 small{font-size:11px;letter-spacing:.13em;font-weight:800;color:#ed1427}.serviceCardV31 h3{font-size:23px;letter-spacing:-.025em;margin:8px 0;color:#071f34}.serviceCardV31 p{color:#607181;line-height:1.55;margin:0 0 16px}.serviceCardV31 b{font-size:13px;color:#071f34}.serviceNoV31{position:absolute;right:15px;top:15px;font-size:11px;font-weight:800;color:#9aa9b5}.processBandV31{padding:68px 0;background:#071f34;color:#fff}.sectionHeadV31.light h2{color:#fff}.sectionHeadV31.light span{color:#ff5262}.processGridV31{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.processGridV31 article{padding:26px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);border-radius:20px}.processGridV31 article>b{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:10px;background:#ed1427}.processGridV31 h3{font-size:20px;margin:22px 0 9px}.processGridV31 p{color:#c3d0dc;line-height:1.65;margin:0}.accessCtaV31{padding:56px 0;background:#f5f8fb}.accessCtaGridV31{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center}.accessCtaV31 h2{font-size:34px;letter-spacing:-.03em;color:#071f34;margin:7px 0 10px}.accessCtaV31 p{color:#617283;line-height:1.65;max-width:650px}.accessCtaGridV31>div:last-child{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.accessCtaGridV31 a,.regionChoiceActionsV31 a{display:flex;align-items:center;justify-content:center;text-align:center;min-height:54px;padding:10px 14px;background:#fff;border:1px solid #dbe5ec;border-radius:13px;color:#071f34;font-weight:750;text-decoration:none}.districtGridV31{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.districtGridV31 article{position:relative;padding:30px;background:#fff;border:1px solid #e0e8ee;border-radius:22px;box-shadow:0 10px 28px rgba(7,31,52,.05)}.districtGridV31 article>span{position:absolute;right:24px;top:22px;font-size:42px;font-weight:850;color:#edf1f4}.districtGridV31 h3{font-size:29px;margin:0 0 8px;color:#071f34}.districtGridV31 p{color:#657584;line-height:1.65;max-width:620px}.districtGridV31 article>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.districtGridV31 a{padding:9px 12px;border-radius:10px;background:#f4f7f9;color:#21394d;text-decoration:none;font-size:13px;font-weight:700}.regionHubV31{padding:74px 0}.regionChoiceV31{padding:60px 0;background:#071f34;color:#fff}.regionChoiceV31>.container{display:grid;grid-template-columns:1.15fr .85fr;gap:44px;align-items:center}.regionChoiceV31 h2{font-size:35px;letter-spacing:-.035em;margin:7px 0 12px}.regionChoiceV31 p{color:#c3d0dc;line-height:1.7}.regionChoiceActionsV31{display:grid;gap:10px}.regionChoiceActionsV31 a{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.13);color:#fff}.videoHeroV31{padding:70px 0 52px;text-align:center;background:linear-gradient(135deg,#f5f8fb,#fff)}.videoHeroV31 h1{font-size:clamp(38px,5vw,62px);letter-spacing:-.04em;color:#071f34;margin:8px 0 14px}.videoHeroV31 p{max-width:720px;margin:auto;color:#607181;font-size:18px;line-height:1.7}.videoGalleryV31{padding:68px 0}.videoEmptyV31{max-width:820px;margin:auto;text-align:center;padding:56px 34px;border:1px solid #dde6ec;border-radius:24px;background:#fff;box-shadow:0 18px 55px rgba(7,31,52,.07)}.videoPlayV31{display:inline-flex;width:76px;height:76px;align-items:center;justify-content:center;border-radius:50%;background:#ed1427;color:#fff;font-size:25px;padding-left:4px;box-shadow:0 14px 32px rgba(237,20,39,.25)}.videoEmptyV31 h2{font-size:30px;color:#071f34;margin:22px 0 10px}.videoEmptyV31 p{color:#687989;line-height:1.7}.videoEmptyV31>div{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:22px}.videoEmptyV31 a{padding:12px 17px;border-radius:12px;background:#f2f6f8;color:#071f34;text-decoration:none;font-weight:750}
@media(max-width:1100px){.indexHeroGridV31{gap:30px}.serviceCardV31{grid-template-columns:145px 1fr}.serviceCardV31 img{width:145px;height:160px}.accessCtaGridV31{grid-template-columns:1fr}.regionChoiceV31>.container{grid-template-columns:1fr}}
@media(max-width:980px){.navToolsV31{display:flex!important;margin-left:auto;gap:8px}.navToolsV31 .langPicker{order:1}.navToolsV31 .menuBtnV8{order:2}.langTrigger{min-width:62px;height:42px}.langMenu{position:fixed!important;top:auto!important;right:16px!important;left:16px!important;width:auto!important;max-width:none!important}.mediaMenuPanelV31{width:100%!important;max-width:none!important;padding:7px!important}.indexHeroGridV31{grid-template-columns:1fr}.indexHeroV31 figure{height:310px}.serviceCardsV31,.districtGridV31{grid-template-columns:1fr}.processGridV31{grid-template-columns:1fr}.accessCtaGridV31>div:last-child{grid-template-columns:1fr}}
@media(max-width:576px){.headerV8 .navV8{padding-left:14px;padding-right:14px}.navToolsV31{gap:5px}.langTrigger{min-width:52px;padding:0 8px}.langTrigger svg{display:none}.langTrigger b{font-size:10px}.indexHeroV31{padding:40px 0 36px}.indexHeroV31 h1{font-size:37px}.indexHeroV31 p{font-size:16px}.indexHeroV31 figure{height:235px;border-radius:20px}.heroActionsV31{display:grid}.heroActionsV31 a{width:100%}.trustRowV31{gap:9px 15px}.indexCardsSectionV31,.regionHubV31{padding:52px 0}.serviceCardV31{grid-template-columns:1fr;padding:12px}.serviceCardV31 img{width:100%;height:210px}.serviceCardV31>div{padding:10px 7px}.sectionHeadV31 h2{font-size:31px}.districtGridV31 article{padding:24px 20px}.districtGridV31 h3{font-size:25px}.accessCtaV31 h2,.regionChoiceV31 h2{font-size:29px}.videoEmptyV31{padding:40px 20px}.videoHeroV31{padding:48px 0 38px}}
@media(prefers-reduced-motion:reduce){.serviceCardV31{transition:none}}

/* V31.1 overflow hardening */
@media(min-width:1041px){
  .megaDrop>.megaPanel{display:none!important}
  .megaDrop:hover>.megaPanel,.megaDrop:focus-within>.megaPanel,.megaDrop.is-open>.megaPanel{display:grid!important}
  .mediaDropV31:hover>.mediaMenuPanelV31,.mediaDropV31:focus-within>.mediaMenuPanelV31,.mediaDropV31.is-open>.mediaMenuPanelV31{display:grid!important}
}
.serviceCardV31{min-width:0;width:100%;box-sizing:border-box}
.blogIndexHeroV18 label{width:min(670px,100%);box-sizing:border-box}
.blogIndexHeroV18 input{min-width:0}
.blogFilterV18{max-width:100%;box-sizing:border-box}
@media(max-width:430px){.blogFilterV18{width:100%;overflow-x:auto;overscroll-behavior-inline:contain}.blogIndexHeroV18 label{padding-left:10px}.blogIndexHeroV18 input{width:calc(100% - 48px)}}

/* V33 — Service actions moved into primary navigation */
.headerV8 .navServiceLinkV33{font-weight:700!important;letter-spacing:-.012em!important}
.headerV8 .navServiceRequestV33{color:#b50f1a!important}
.headerV8 .navServiceTrackV33{color:#17384b!important}
/* Keep expanded desktop navigation balanced after adding two service links. */
@media(min-width:1041px) and (max-width:1320px){
  .headerV8 .navV8{width:min(1280px,calc(100% - 22px))!important;gap:7px!important}
  .headerV8 .brandV8{flex-basis:150px!important}
  .headerV8 .brandLogoV21,.headerV8 .brandLogoV22{max-width:150px!important}
  .headerV8 .navlinksV8{gap:2px!important}
  .headerV8 .navlinksV8>a,.headerV8 .megaTrigger{font-size:9.8px!important;padding-inline:5px!important}
  .headerV8 .navToolsV31{gap:5px!important}
  .headerV8 .langTrigger{min-width:58px!important;padding-inline:7px!important}
}
@media(max-width:1040px){
  .headerV8 .navServiceLinkV33{font-weight:750!important}
  .headerV8 .navServiceRequestV33{background:#fff4f4!important;color:#b50f1a!important}
  .headerV8 .navServiceTrackV33{background:#f3f7fa!important;color:#17384b!important}
}





/* V36 — Tablet & Mobile Language Selector Refinement */
@media (max-width: 1100px){
  .langSwitcherV20,
  .langSwitcherV31,
  .languageSwitcher,
  .lang-switcher,
  [class*="langSwitcher"],
  [class*="languageSwitcher"]{
    background:rgba(8,31,49,.96) !important;
    border:1px solid rgba(255,255,255,.14) !important;
    box-shadow:0 10px 28px rgba(8,31,49,.16) !important;
    border-radius:14px !important;
  }

  .langSwitcherV20 > button,
  .langSwitcherV31 > button,
  .languageSwitcher > button,
  .lang-switcher > button,
  [class*="langSwitcher"] > button,
  [class*="languageSwitcher"] > button{
    background:transparent !important;
    color:#fff !important;
    border-color:transparent !important;
  }

  .langSwitcherV20 a,
  .langSwitcherV31 a,
  .languageSwitcher a,
  .lang-switcher a,
  [class*="langSwitcher"] a,
  [class*="languageSwitcher"] a{
    color:#eef6fb !important;
    background:transparent !important;
  }

  .langSwitcherV20 a:hover,
  .langSwitcherV20 a:focus-visible,
  .langSwitcherV31 a:hover,
  .langSwitcherV31 a:focus-visible,
  .languageSwitcher a:hover,
  .languageSwitcher a:focus-visible,
  .lang-switcher a:hover,
  .lang-switcher a:focus-visible,
  [class*="langSwitcher"] a:hover,
  [class*="langSwitcher"] a:focus-visible,
  [class*="languageSwitcher"] a:hover,
  [class*="languageSwitcher"] a:focus-visible{
    color:#fff !important;
    background:rgba(255,255,255,.09) !important;
  }

  .langSwitcherV20 svg,
  .langSwitcherV31 svg,
  .languageSwitcher svg,
  .lang-switcher svg,
  [class*="langSwitcher"] svg,
  [class*="languageSwitcher"] svg{
    color:currentColor !important;
    stroke:currentColor !important;
  }
}

@media (max-width: 767px){
  .langSwitcherV20,
  .langSwitcherV31,
  .languageSwitcher,
  .lang-switcher,
  [class*="langSwitcher"],
  [class*="languageSwitcher"]{
    width:auto !important;
    min-width:76px !important;
    max-width:100% !important;
  }
}


/* =========================================================
   BUTEKPLUS V37 — Stable Sticky Header + Tight Language + Admin CTA
   ========================================================= */

/* Sticky header never changes geometry on scroll. */
.headerV8,
.headerV8.is-compact{
  position:sticky !important;
  top:0 !important;
  z-index:1000 !important;
  background:rgba(255,255,255,.975) !important;
  border-bottom:1px solid rgba(7,31,52,.08) !important;
  box-shadow:0 8px 26px rgba(7,31,52,.055) !important;
  backdrop-filter:blur(12px) !important;
  -webkit-backdrop-filter:blur(12px) !important;
}
.headerV8 .navV8,
.headerV8.is-compact .navV8{
  height:82px !important;
  min-height:82px !important;
  transition:none !important;
}
.headerV8 .brandV8 img.brandLogoV22,
.headerV8.is-compact .brandV8 img.brandLogoV22{
  width:238px !important;
  height:55px !important;
  transition:none !important;
}
.headerV8,
.headerV8 *,
.headerV8 *::before,
.headerV8 *::after{
  scroll-margin-top:96px;
}

/* Keep language selector visually attached to Contact, not floating at far edge. */
@media (min-width:981px){
  .headerV8 .navV8{
    justify-content:flex-start !important;
  }
  .headerV8 .brandV8{
    margin-right:16px !important;
  }
  .headerV8 .navlinksV8{
    flex:0 1 auto !important;
    margin-left:0 !important;
    margin-right:0 !important;
    justify-content:flex-start !important;
  }
  .headerV8 .navToolsV31,
  .headerV8 .navToolsTightV37{
    flex:0 0 auto !important;
    margin-left:3px !important;
    margin-right:0 !important;
    gap:5px !important;
  }
  .headerV8 .langTrigger{
    min-width:66px !important;
    height:40px !important;
    padding:0 9px !important;
  }
}

/* Tablet/mobile language trigger remains compact, readable and header-safe. */
@media (max-width:980px){
  .headerV8 .navV8,
  .headerV8.is-compact .navV8{
    height:78px !important;
    min-height:78px !important;
  }
  .headerV8 .brandV8 img.brandLogoV22,
  .headerV8.is-compact .brandV8 img.brandLogoV22{
    width:220px !important;
    height:50px !important;
  }
  .headerV8 .navToolsV31,
  .headerV8 .navToolsTightV37{
    margin-left:auto !important;
    display:flex !important;
    align-items:center !important;
    gap:6px !important;
  }
  .headerV8 .langPicker{
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }
  .headerV8 .langTrigger{
    min-width:58px !important;
    height:40px !important;
    border:1px solid #d6e0e7 !important;
    background:#f8fafc !important;
    color:#0b2d43 !important;
    border-radius:11px !important;
    box-shadow:none !important;
  }
  .headerV8 .langMenu{
    background:#fff !important;
    color:#163448 !important;
    border:1px solid #dce6ec !important;
    box-shadow:0 20px 46px rgba(7,31,52,.16) !important;
  }
  .headerV8 .langMenu a{
    color:#163448 !important;
  }
  .headerV8 .langMenu a:hover,
  .headerV8 .langMenu a:focus-visible,
  .headerV8 .langMenu a.is-active{
    color:#0a2d45 !important;
    background:#f1f6f9 !important;
  }
}
@media (max-width:576px){
  .headerV8 .brandV8 img.brandLogoV22,
  .headerV8.is-compact .brandV8 img.brandLogoV22{
    width:190px !important;
    height:45px !important;
  }
  .headerV8 .langTrigger{
    min-width:50px !important;
    padding:0 7px !important;
  }
  .headerV8 .langTrigger svg{display:none !important;}
}

/* Top phone bar: single, premium external management CTA. */
.topbarV8 .container{
  display:flex !important;
  align-items:center !important;
}


@media (max-width:1100px){
}
@media (max-width:760px){
  .topbarV8 .container{
    justify-content:center !important;
  }
}

/* V38 — Mobile/tablet language selector contrast + touch target fix */
@media (max-width:1040px){
  .headerV8 .langTrigger{
    min-width:58px !important;
    height:40px !important;
    padding:0 9px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:6px !important;
    background:#f8fafc !important;
    color:#0b2d43 !important;
    border:1px solid #cfdbe3 !important;
  }
  .headerV8 .langTrigger svg{
    display:block !important;
    width:18px !important;
    height:18px !important;
    flex:0 0 18px !important;
    fill:none !important;
    stroke:#0b2d43 !important;
    stroke-width:1.9 !important;
    opacity:1 !important;
  }
  .headerV8 .langTrigger span{
    display:inline-block !important;
    color:#0b2d43 !important;
    font-size:12px !important;
    font-weight:900 !important;
    line-height:1 !important;
  }
  .headerV8 .langTrigger b{
    display:inline-block !important;
    color:#526b7b !important;
    font-size:11px !important;
    line-height:1 !important;
  }
  .headerV8 .langTrigger:hover,
  .headerV8 .langTrigger:focus-visible,
  .headerV8 .langPicker.is-open .langTrigger{
    background:#eef4f7 !important;
    border-color:#aebfca !important;
    color:#071f34 !important;
    outline:none !important;
  }
  .headerV8 .langMenu{
    z-index:1100 !important;
  }
}
@media (max-width:576px){
  .headerV8 .langTrigger{
    width:40px !important;
    min-width:40px !important;
    height:40px !important;
    padding:0 !important;
  }
  .headerV8 .langTrigger svg{
    display:block !important;
    width:19px !important;
    height:19px !important;
  }
  .headerV8 .langTrigger span,
  .headerV8 .langTrigger b{
    display:none !important;
  }
}


/* V40 About, 5-column gallery, advanced lightbox and human sitemap */
.aboutHeroV40{padding:clamp(58px,7vw,112px) 0;background:linear-gradient(135deg,#031d31 0%,#073b5a 60%,#0a2638 100%);color:#fff;overflow:hidden}.aboutHeroGridV40{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:clamp(34px,5vw,80px);align-items:center}.aboutHeroCopyV40 h1{font-size:clamp(40px,5.2vw,76px);line-height:1.02;letter-spacing:-2px;margin:16px 0 22px;max-width:880px}.aboutHeroCopyV40>p{font-size:clamp(17px,1.4vw,21px);line-height:1.8;color:#c8dce8;max-width:780px}.aboutHeroActionsV40,.aboutTrustV40{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.aboutTrustV40{font-size:13px;font-weight:800;color:#dbeaf3;gap:10px 22px}.aboutVisualV40{position:relative;border-radius:30px;overflow:hidden;box-shadow:0 35px 90px rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.15)}.aboutVisualV40:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(2,20,33,.45))}.aboutVisualV40 img{width:100%;aspect-ratio:4/3;object-fit:cover}.aboutVisualBadgeV40{position:absolute;z-index:2;right:20px;bottom:20px;background:#ef1428;color:#fff;border-radius:18px;padding:16px 20px;display:flex;align-items:center;gap:12px}.aboutVisualBadgeV40 b{font-size:31px}.aboutVisualBadgeV40 span{max-width:90px;font-size:12px;font-weight:800}.aboutIntroV40{padding:clamp(60px,8vw,120px) 0;background:#fff}.aboutIntroGridV40{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(35px,7vw,110px)}.aboutKickerV40{color:#ef1428;font-size:12px;font-weight:900;letter-spacing:.17em}.aboutIntroV40 h2{font-size:clamp(32px,4.1vw,58px);line-height:1.08;letter-spacing:-1.4px;margin:14px 0}.aboutLeadV40{font-size:18px;line-height:1.9;color:#526675}.aboutValuesSectionV40{background:#f4f8fb}.aboutValuesV40{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.aboutValuesV40 article{background:#fff;border:1px solid #dfe9ef;border-radius:22px;padding:26px;box-shadow:0 12px 34px rgba(4,32,51,.06)}.aboutValuesV40 b{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#fff0f2;color:#e71227}.aboutValuesV40 h3{font-size:20px;margin:22px 0 10px}.aboutValuesV40 p{color:#607483;margin:0}.aboutServicesV40{padding:clamp(65px,8vw,120px) 0;background:#061f33;color:#fff}.aboutServicesHeadV40{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:32px}.aboutServicesHeadV40 span{color:#ef1428;font-weight:900;letter-spacing:.15em;font-size:12px}.aboutServicesHeadV40 h2{font-size:clamp(32px,4vw,56px);max-width:800px;line-height:1.08;margin:10px 0}.aboutServicesHeadV40>a{color:#fff;font-weight:800}.aboutServiceGridV40{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.aboutServiceGridV40>a{padding:25px;border-radius:20px;border:1px solid #28475d;background:#0a2a42;transition:.25s}.aboutServiceGridV40>a:hover{transform:translateY(-5px);border-color:#ef1428;background:#0c314c}.aboutServiceGridV40 small{color:#ef1428;font-weight:900}.aboutServiceGridV40 h3{font-size:21px}.aboutServiceGridV40 p{color:#a9c1d0}.aboutServiceGridV40 b{color:#fff}.aboutProcessV40{padding:clamp(65px,8vw,110px) 0;background:#fff}.aboutStepsV40{list-style:none;padding:0;margin:35px 0 0;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.aboutStepsV40 li{display:grid;grid-template-columns:60px 1fr;gap:16px;padding:24px;border:1px solid #dfe8ee;border-radius:20px}.aboutStepsV40 li>b{display:grid;place-items:center;width:56px;height:56px;background:#ef1428;color:white;border-radius:16px;font-size:21px}.aboutStepsV40 h3{margin:2px 0 7px}.aboutStepsV40 p{margin:0;color:#667887}.aboutCtaV40{padding:38px 0 70px;background:#fff}.aboutCtaV40>.container{background:linear-gradient(120deg,#9d0d1b,#ef1428);border-radius:28px;padding:clamp(30px,5vw,62px);display:grid;grid-template-columns:1.35fr .65fr;gap:30px;align-items:center;color:#fff}.aboutCtaV40 span{font-size:12px;font-weight:900;letter-spacing:.16em}.aboutCtaV40 h2{font-size:clamp(28px,3.5vw,49px);line-height:1.08;margin:12px 0}.aboutCtaV40>div>div:last-child{display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap}.aboutCtaV40 .secondary{background:#fff;color:#071f34}
.galleryGridV19{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.galleryCardV19>span{padding:14px}.galleryCardV19 strong{font-size:15px}.galleryLightboxV40{padding:70px 82px 54px}.galleryLightboxV40 figure{max-width:min(1280px,88vw);max-height:calc(100vh - 120px);align-items:center}.galleryLightboxV40 figure img{max-height:76vh;background:#061a29;box-shadow:0 28px 90px rgba(0,0,0,.5)}.galleryToolbarV40{position:absolute;left:24px;right:24px;top:18px;display:flex;justify-content:space-between;align-items:center;color:#fff;z-index:4}.galleryToolbarV40 span{font-weight:800;background:rgba(255,255,255,.1);padding:8px 12px;border-radius:999px}.galleryToolbarV40 button{position:static!important;width:46px!important;height:46px!important}.galleryNavV40{position:absolute!important;top:50%!important;transform:translateY(-50%);width:54px!important;height:70px!important;border-radius:16px!important;background:rgba(255,255,255,.11)!important;color:#fff!important;font-size:38px!important;z-index:3}.galleryNavV40.prev{left:18px!important;right:auto!important}.galleryNavV40.next{right:18px!important;left:auto!important}.galleryHintV40{position:absolute;bottom:18px;color:#a9c1d0;font-size:12px;text-align:center;left:20px;right:20px}.galleryLightboxV40 figcaption{font-size:15px}.siteMapHeroV40{padding:clamp(58px,7vw,100px) 0;background:linear-gradient(135deg,#031d31,#0b3d5c);color:#fff}.siteMapHeroV40 h1{font-size:clamp(42px,5vw,72px);line-height:1.02;margin:15px 0}.siteMapHeroV40 p{max-width:900px;color:#c5d9e6;font-size:18px;line-height:1.8}.siteMapHeroV40 p a{color:#fff;text-decoration:underline}.siteMapBadgesV40{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.siteMapBadgesV40 span{padding:9px 13px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.06);font-weight:800;font-size:12px}.siteMapSectionV40{padding:clamp(55px,7vw,100px) 0;background:#f5f8fa}.siteMapGroupV40{background:#fff;border:1px solid #dfe8ee;border-radius:24px;padding:25px;margin-bottom:20px;box-shadow:0 10px 32px rgba(3,31,50,.05)}.siteMapGroupHeadV40{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e7edf1;padding-bottom:15px;margin-bottom:13px}.siteMapGroupHeadV40 h2{margin:0;font-size:24px}.siteMapGroupHeadV40 b{display:grid;place-items:center;min-width:40px;height:40px;padding:0 10px;border-radius:12px;background:#fff0f2;color:#e51226}.siteMapLinksV40{display:grid;grid-template-columns:repeat(3,1fr);gap:8px 14px}.siteMapLinksV40 a{display:grid;gap:2px;padding:11px 12px;border-radius:12px;border:1px solid transparent}.siteMapLinksV40 a:hover{background:#f7fafc;border-color:#e0e8ed}.siteMapLinksV40 span{font-weight:800;color:#0a2639}.siteMapLinksV40 small{color:#738694;overflow-wrap:anywhere}
@media(max-width:1400px){.galleryGridV19{grid-template-columns:repeat(4,1fr)}}
@media(max-width:1100px){.aboutHeroGridV40,.aboutIntroGridV40,.aboutCtaV40>.container{grid-template-columns:1fr}.aboutValuesV40,.aboutServiceGridV40{grid-template-columns:repeat(2,1fr)}.aboutCtaV40>div>div:last-child{justify-content:flex-start}.galleryGridV19{grid-template-columns:repeat(3,1fr)}.siteMapLinksV40{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.aboutHeroGridV40{grid-template-columns:1fr}.aboutVisualV40{border-radius:22px}.aboutValuesV40,.aboutServiceGridV40,.aboutStepsV40{grid-template-columns:1fr}.aboutServicesHeadV40{align-items:start;flex-direction:column}.galleryGridV19{grid-template-columns:repeat(2,1fr)}.galleryLightboxV40{padding:64px 12px 52px}.galleryNavV40{width:46px!important;height:58px!important;background:rgba(3,29,49,.78)!important}.galleryNavV40.prev{left:8px!important}.galleryNavV40.next{right:8px!important}.galleryLightboxV40 figure{max-width:100%;width:100%}.galleryLightboxV40 figure img{max-height:70vh;border-radius:12px}.siteMapLinksV40{grid-template-columns:1fr}}
@media(max-width:440px){.galleryGridV19{grid-template-columns:1fr}.aboutHeroActionsV40 .btn{width:100%}.galleryHintV40{display:none}}

/* V41 About hero secondary CTA contrast fix */
.aboutHeroV40 .aboutHeroActionsV40 .btn.secondary{
  background:transparent;
  color:#fff;
  border:1.5px solid rgba(255,255,255,.72);
  box-shadow:none;
}
.aboutHeroV40 .aboutHeroActionsV40 .btn.secondary:hover,
.aboutHeroV40 .aboutHeroActionsV40 .btn.secondary:focus-visible{
  background:#fff;
  color:#06243a;
  border-color:#fff;
  transform:translateY(-2px);
}
@media(max-width:760px){
  .aboutHeroV40 .aboutHeroActionsV40 .btn.secondary{background:rgba(255,255,255,.06)}
}



/* V45 FINAL — servis formu gönder butonu dikey boşluk */
#serviceRequestForm .serviceSubmitV24{margin-top:22px!important;}
@media(max-width:900px){#serviceRequestForm .serviceSubmitV24{margin-top:20px!important;}}
@media(max-width:576px){#serviceRequestForm .serviceSubmitV24{margin-top:18px!important;}}

/* V47 final quality hardening */
html{overflow-x:clip}body{overflow-wrap:break-word}img,video,svg{max-width:100%}button,a,input,select,textarea{touch-action:manipulation}.table-wrap,.table-responsive{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* BUTEKPLUS V48 — Mobile / tablet navigation UX refinement */
@media (max-width:1040px){
  .headerV8 .navlinksV8{
    left:12px!important;
    right:12px!important;
    top:calc(100% + 8px)!important;
    max-height:calc(100dvh - 112px)!important;
    padding:12px!important;
    gap:5px!important;
    border:1px solid #d8e2e8!important;
    border-radius:22px!important;
    background:rgba(255,255,255,.99)!important;
    box-shadow:0 24px 64px rgba(5,26,41,.22),0 3px 12px rgba(5,26,41,.08)!important;
    overscroll-behavior:contain;
    scrollbar-width:thin;
  }
  .headerV8 .navlinksV8>a,
  .headerV8 .megaTrigger{
    min-height:58px!important;
    height:58px!important;
    padding:0 16px!important;
    border:1px solid transparent!important;
    border-bottom:1px solid #edf1f3!important;
    border-radius:13px!important;
    font-size:15px!important;
    line-height:1.15!important;
    font-weight:850!important;
    letter-spacing:.005em!important;
    color:#102735!important;
    background:#fff!important;
    transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease!important;
  }
  .headerV8 .navlinksV8>a:last-child{border-bottom-color:transparent!important}
  .headerV8 .navlinksV8>a:hover,
  .headerV8 .navlinksV8>a:focus-visible,
  .headerV8 .megaTrigger:hover,
  .headerV8 .megaTrigger:focus-visible,
  .headerV8 .megaDrop.is-open>.megaTrigger{
    background:#f3f7f9!important;
    border-color:#dbe5ea!important;
    color:#071f34!important;
    transform:translateX(2px);
    outline:none!important;
  }
  .headerV8 .navlinksV8>a.navCurrentV20{
    min-height:60px!important;
    height:60px!important;
    background:linear-gradient(135deg,#e31320,#fb2332)!important;
    color:#fff!important;
    border-color:#d90f1b!important;
    box-shadow:0 12px 28px rgba(227,19,32,.24)!important;
  }
  .headerV8 .megaTrigger>span{
    min-width:30px;
    height:30px;
    display:grid!important;
    place-items:center;
    border-radius:9px;
    background:#f1f5f7;
    color:#607580!important;
    font-size:19px!important;
    line-height:1!important;
    font-weight:900!important;
  }
  .headerV8 .megaDrop.is-open>.megaTrigger>span{
    background:#e7eef2;
    color:#0b2b3f!important;
  }
  .headerV8 .megaDrop>.megaPanel{
    margin:4px 0 8px!important;
    padding:10px!important;
    border:1px solid #e0e8ed!important;
    border-radius:15px!important;
    background:#f4f7f9!important;
  }
  .headerV8 .megaCard,
  .headerV8 .classicMenuLinkV20,
  .headerV8 .districtMegaCardV10{
    border-radius:13px!important;
  }
  .headerV8 .menuBtnV8{
    width:48px!important;
    height:48px!important;
    padding:11px!important;
    border-radius:14px!important;
    border-color:#cfdbe2!important;
    background:#fff!important;
    box-shadow:0 3px 10px rgba(5,26,41,.06)!important;
  }
  .headerV8 .menuBtnV8 span{
    width:24px!important;
    height:2.5px!important;
    border-radius:3px!important;
  }
}
@media (max-width:620px){
  .headerV8 .navlinksV8{
    left:10px!important;
    right:10px!important;
    padding:10px!important;
    gap:4px!important;
    border-radius:20px!important;
    max-height:calc(100dvh - 98px)!important;
  }
  .headerV8 .navlinksV8>a,
  .headerV8 .megaTrigger{
    min-height:56px!important;
    height:56px!important;
    padding:0 14px!important;
    font-size:14.5px!important;
    border-radius:12px!important;
  }
  .headerV8 .navlinksV8>a.navCurrentV20{
    min-height:58px!important;
    height:58px!important;
  }
  .headerV8 .megaTrigger>span{
    min-width:28px;
    height:28px;
    font-size:18px!important;
  }
  .headerV8 .menuBtnV8{
    width:46px!important;
    height:46px!important;
  }
}
@media (max-width:390px){
  .headerV8 .navlinksV8>a,
  .headerV8 .megaTrigger{
    font-size:14px!important;
    padding-inline:13px!important;
  }
}


/* BUTEKPLUS V49 — Mobile mega-menu scroll lock fix */
@media (max-width:1040px){
  .headerV8 .navlinksV8{
    overflow-x:hidden!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-y:auto!important;
    touch-action:pan-y!important;
    scroll-behavior:auto!important;
    contain:layout paint;
  }
  .headerV8 .megaDrop{
    position:relative!important;
    overflow:visible!important;
    flex:none!important;
  }
  .headerV8 .megaDrop>.megaPanel,
  .headerV8 .megaDrop>.megaPanelV9,
  .headerV8 .megaDrop>.megaRegionsV10{
    position:static!important;
    max-height:none!important;
    height:auto!important;
    overflow:visible!important;
    overscroll-behavior:auto!important;
    touch-action:auto!important;
  }
  .headerV8 .megaDrop.is-open>.megaTrigger{
    position:sticky!important;
    top:-1px!important;
    z-index:8!important;
    box-shadow:0 7px 16px rgba(7,31,52,.08)!important;
  }
  .headerV8 .megaRegionsV10,
  .headerV8 .districtMegaGridV10{
    overflow:visible!important;
    max-height:none!important;
  }
  .headerV8 .districtMegaCardV10,
  .headerV8 .districtMegaLinksV10 a{
    touch-action:pan-y!important;
  }
}
@media (max-width:620px){
  .headerV8 .navlinksV8{
    max-height:calc(100dvh - 86px)!important;
    padding-bottom:max(18px,env(safe-area-inset-bottom))!important;
  }
}

/* BUTEKPLUS Gallery V50 — searchable, filterable application archive */
.galleryHeroV50{background:radial-gradient(circle at 8% 5%,#e4f7fc 0,rgba(228,247,252,.72) 20%,transparent 44%),linear-gradient(115deg,#f9fcfd 0%,#eef6f9 100%);padding:clamp(38px,5.4vw,82px) 0 26px;color:#082b43}.galleryHeroGridV50{display:grid;grid-template-columns:170px minmax(310px,1.08fr) minmax(300px,.95fr) 120px;gap:clamp(24px,4vw,64px);align-items:center}.galleryKickerV50{font-size:12px;line-height:1.6;font-weight:950;letter-spacing:.09em;color:#0789ac;text-align:right}.galleryKickerV50 span{display:block}.galleryTitleV50 h1{margin:0;font-size:clamp(42px,4.2vw,68px);line-height:.98;letter-spacing:-.045em;color:#062c45}.galleryDescV50 p{margin:0;max-width:440px;font-size:clamp(16px,1.25vw,19px);line-height:1.65;text-align:center;color:#607689}.galleryStatsV50{display:grid;gap:11px}.galleryStatsV50 span{display:flex;align-items:center;justify-content:center;gap:5px;white-space:nowrap;padding:12px 15px;border:1px solid #d7e6ec;border-radius:999px;background:rgba(255,255,255,.76);box-shadow:0 7px 18px rgba(10,48,68,.035);font-size:12px;font-weight:850;color:#526b7b}.galleryStatsV50 b{font-size:16px;color:#038caf}.gallerySectionV50{background:linear-gradient(180deg,#f0f8fa 0,#f8fbfc 32%,#fff 100%);padding:0 0 clamp(60px,8vw,110px)}.galleryControlsV50{position:sticky;top:92px;z-index:30;display:grid;grid-template-columns:minmax(250px,320px) minmax(0,1fr) 180px;gap:14px;align-items:center;padding:13px 14px;margin-bottom:18px;border:1px solid #dce7ec;border-radius:25px;background:rgba(255,255,255,.94);box-shadow:0 15px 44px rgba(6,43,66,.08);backdrop-filter:blur(16px)}.gallerySearchV50{height:48px;display:flex;align-items:center;gap:12px;padding:0 15px;border:1px solid #cfe0e7;border-radius:15px;background:#f9fcfd}.gallerySearchV50:focus-within{border-color:#089bbb;box-shadow:0 0 0 3px rgba(8,155,187,.12)}.gallerySearchV50 svg{width:19px;height:19px;fill:none;stroke:#008bb1;stroke-width:1.8}.gallerySearchV50 input{width:100%;border:0;outline:0;background:transparent;color:#15394f;font:inherit;font-size:13px}.gallerySearchV50 input::placeholder{color:#71838d}.galleryFiltersV50{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding:1px}.galleryFiltersV50::-webkit-scrollbar{display:none}.galleryFiltersV50 button{height:46px;display:inline-flex;align-items:center;gap:9px;flex:0 0 auto;padding:0 15px;border:1px solid #dce7ec;border-radius:999px;background:#fff;color:#294c60;font-weight:900;font-size:12px;cursor:pointer;transition:.2s ease}.galleryFiltersV50 button:hover,.galleryFiltersV50 button:focus-visible{border-color:#13a0bf;transform:translateY(-1px)}.galleryFiltersV50 button.is-active{background:#099abb;color:#fff;border-color:#099abb;box-shadow:0 9px 20px rgba(9,154,187,.22)}.galleryFiltersV50 b{display:grid;place-items:center;min-width:25px;height:25px;padding:0 6px;border-radius:999px;background:#edf7fa;color:#478094;font-size:10px}.galleryFiltersV50 .is-active b{background:rgba(255,255,255,.18);color:#fff}.gallerySortWrapV50 select{width:100%;height:48px;padding:0 39px 0 16px;border:1px solid #d7e4e9;border-radius:15px;background:#f9fcfd;color:#294c60;font:inherit;font-size:12px;font-weight:900;outline:0;cursor:pointer}.galleryMetaV50{display:flex;justify-content:space-between;gap:18px;align-items:center;margin:16px 2px 19px;color:#627987;font-size:12px}.galleryMetaV50 strong{font-weight:900}.galleryMetaV50 span{font-weight:750;color:#7c8e98}.galleryGridV50{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.galleryCardV50{position:relative;display:block;width:100%;aspect-ratio:1.36/1;border:0;border-radius:20px;padding:0;overflow:hidden;background:#0b2d42;box-shadow:0 12px 30px rgba(4,36,55,.11);cursor:pointer;text-align:left;isolation:isolate;transition:transform .25s ease,box-shadow .25s ease}.galleryCardV50[hidden]{display:none!important}.galleryCardV50:hover,.galleryCardV50:focus-visible{transform:translateY(-5px);box-shadow:0 22px 44px rgba(4,36,55,.18)}.galleryCardV50 img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.galleryCardV50:hover img{transform:scale(1.035)}.galleryShadeV50{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(2,24,37,0) 35%,rgba(2,25,39,.24) 55%,rgba(2,23,36,.94) 100%)}.galleryCardCopyV50{position:absolute;left:18px;right:58px;bottom:17px;z-index:2;display:grid;gap:7px}.galleryCardCopyV50 small{justify-self:start;padding:6px 9px;border-radius:999px;background:#079dbf;color:#fff;font-size:9px;line-height:1;font-weight:950;letter-spacing:.045em;text-transform:uppercase;box-shadow:0 5px 12px rgba(0,0,0,.12)}.galleryCardCopyV50 strong{color:#fff;font-size:15px;line-height:1.28;font-weight:900;text-shadow:0 2px 8px rgba(0,0,0,.35);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.galleryZoomV50{position:absolute;right:14px;bottom:14px;z-index:3;display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(25,55,70,.65);backdrop-filter:blur(8px);color:#fff}.galleryZoomV50 svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.5}.galleryMoreWrapV50{display:flex;justify-content:center;padding-top:30px}.galleryMoreV50{min-width:210px;height:50px;padding:0 22px;border:1px solid #cfe1e7;border-radius:999px;background:#fff;color:#173d52;font-weight:900;cursor:pointer;box-shadow:0 9px 24px rgba(5,38,58,.06)}.galleryMoreV50:hover,.galleryMoreV50:focus-visible{border-color:#079dbf;color:#0787a5}.galleryMoreV50 span{margin-left:7px;color:#079dbf}.galleryEmptyV50{padding:55px 25px;border:1px dashed #ccdde4;border-radius:22px;background:#fff;text-align:center;color:#5e7582}.galleryEmptyV50 strong,.galleryEmptyV50 span{display:block}.galleryEmptyV50 strong{font-size:20px;color:#14394f;margin-bottom:6px}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:1250px){.galleryHeroGridV50{grid-template-columns:130px minmax(290px,1fr) minmax(270px,.8fr) 110px;gap:26px}.galleryControlsV50{grid-template-columns:260px minmax(0,1fr) 165px}.galleryGridV50{grid-template-columns:repeat(3,1fr)}}
@media(max-width:980px){.galleryHeroGridV50{grid-template-columns:1fr 1.6fr 1fr}.galleryKickerV50{text-align:left}.galleryDescV50{text-align:left}.galleryDescV50 p{text-align:left}.galleryStatsV50{grid-column:1/-1;display:flex;justify-content:flex-end}.galleryControlsV50{position:relative;top:auto;grid-template-columns:1fr 180px}.gallerySearchV50{grid-column:1}.galleryFiltersV50{grid-column:1/-1;grid-row:2}.gallerySortWrapV50{grid-column:2;grid-row:1}.galleryGridV50{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.galleryHeroV50{padding:32px 0 22px}.galleryHeroGridV50{grid-template-columns:1fr;gap:16px}.galleryKickerV50{display:flex;gap:7px;font-size:10px}.galleryTitleV50 h1{font-size:clamp(39px,13vw,58px);line-height:.97}.galleryTitleV50 h1 br{display:none}.galleryDescV50 p{font-size:15px;line-height:1.65}.galleryStatsV50{grid-column:auto;justify-content:flex-start}.galleryStatsV50 span{padding:9px 12px}.gallerySectionV50{padding-top:5px}.galleryControlsV50{grid-template-columns:1fr;padding:10px;border-radius:20px;margin-left:-2px;margin-right:-2px}.gallerySearchV50,.gallerySortWrapV50,.galleryFiltersV50{grid-column:1;grid-row:auto}.gallerySortWrapV50 select{height:44px}.galleryFiltersV50 button{height:42px;padding:0 13px}.galleryMetaV50{align-items:flex-start;flex-direction:column;gap:4px;margin:14px 2px}.galleryGridV50{grid-template-columns:1fr;gap:14px}.galleryCardV50{aspect-ratio:1.42/1;border-radius:18px}.galleryCardCopyV50 strong{font-size:16px}.galleryMoreWrapV50{padding-top:23px}}

/* BUTEKPLUS V53 - Address + dual maps responsive UX */
.footerContactV19 .footerAddressV53{align-items:flex-start}.footerContactV19 .footerAddressV53 strong{display:block;max-width:280px;line-height:1.45;white-space:normal;overflow-wrap:anywhere}.contactCardsV18 .contactAddressV53{align-items:flex-start}.contactCardsV18 .contactAddressV53 strong{line-height:1.45;white-space:normal}.contactMapsV53{grid-column:1/-1;margin-top:18px;padding:26px;border:1px solid rgba(8,31,52,.10);border-radius:24px;background:#fff;box-shadow:0 18px 50px rgba(7,31,52,.08)}.contactMapsHeadV53{margin-bottom:18px}.contactMapsHeadV53 span{display:block;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#ed1427}.contactMapsHeadV53 h2{margin:6px 0 6px;font-size:clamp(24px,3vw,36px);color:#071f34}.contactMapsHeadV53 p{margin:0;color:#516171;line-height:1.6}.contactMapGridV53{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.contactMapCardV53{overflow:hidden;border:1px solid rgba(8,31,52,.10);border-radius:20px;background:#f8fafc}.contactMapFrameV53{position:relative;aspect-ratio:16/10;min-height:300px;background:#e9eef3}.contactMapFrameV53 iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.contactMapActionsV53{padding:16px}.contactMapActionsV53>strong{display:block;margin-bottom:12px;font-size:17px;color:#071f34}.contactMapActionsV53>div{display:flex;gap:10px;flex-wrap:wrap}.contactMapActionsV53 a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 15px;border-radius:12px;font-weight:800;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.mapBtnPrimaryV53{background:#ed1427;color:#fff;box-shadow:0 8px 20px rgba(237,20,39,.18)}.mapBtnSecondaryV53{background:#fff;color:#071f34;border:1px solid rgba(8,31,52,.14)}.contactMapActionsV53 a:hover{transform:translateY(-2px)}@media(max-width:860px){.contactMapGridV53{grid-template-columns:1fr}.contactMapsV53{padding:18px}.contactMapFrameV53{min-height:260px}}@media(max-width:520px){.contactMapsV53{padding:14px;border-radius:18px}.contactMapFrameV53{aspect-ratio:4/3;min-height:230px}.contactMapActionsV53>div{display:grid;grid-template-columns:1fr}.contactMapActionsV53 a{width:100%}.footerContactV19 .footerAddressV53 strong{max-width:100%}}

/* BUTEKPLUS V54 — mobile/tablet fixed quick contact bar */
.butekMobileContactV54{display:none}
@media (max-width:1040px){
  body{padding-bottom:calc(76px + env(safe-area-inset-bottom))}
  .butekMobileContactV54{position:fixed;left:0;right:0;bottom:0;z-index:9998;display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:8px max(8px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));background:rgba(255,255,255,.96);border-top:1px solid rgba(7,31,52,.10);box-shadow:0 -10px 30px rgba(7,31,52,.14);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
  .butekMobileContactV54 a{min-width:0;height:52px;display:flex;align-items:center;justify-content:center;gap:9px;border-radius:16px;color:#fff;text-decoration:none;font-size:15px;font-weight:900;line-height:1;box-shadow:0 7px 18px rgba(7,31,52,.14);-webkit-tap-highlight-color:transparent}
  .butekMobileContactV54 .call{background:linear-gradient(135deg,#071f34,#0a5278)}
  .butekMobileContactV54 .whatsapp{background:linear-gradient(135deg,#087b51,#13a760)}
  .butekMobileContactV54 svg{width:21px;height:21px;flex:0 0 21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
  .butekMobileContactV54 a:active{transform:translateY(1px)}
}
@media (max-width:380px){.butekMobileContactV54 a{font-size:13px;gap:6px}.butekMobileContactV54{gap:6px;padding-left:6px;padding-right:6px}}
@media (min-width:1041px){body{padding-bottom:0}}

/* BUTEKPLUS V55 — verified Google Business + Yandex Business map UX */
.contactMapsSectionV53{position:relative;overflow:hidden;background:linear-gradient(180deg,#f5f8fb 0%,#eef4f8 100%);padding:clamp(54px,7vw,92px) 0}.contactMapsSectionV53:before{content:"";position:absolute;width:460px;height:460px;border-radius:50%;right:-220px;top:-220px;background:radial-gradient(circle,rgba(237,20,39,.12),transparent 68%);pointer-events:none}.contactMapsSectionV53 .contactMapsV53,.contactMapsSectionV53.contactMapsV53{margin-top:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.contactMapCardV53{background:#fff;box-shadow:0 18px 50px rgba(7,31,52,.09);transition:transform .25s ease,box-shadow .25s ease}.contactMapCardV53:hover{transform:translateY(-4px);box-shadow:0 24px 62px rgba(7,31,52,.14)}.contactMapBrandV55{display:flex;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid rgba(7,31,52,.08)}.contactMapBrandV55>div{min-width:0}.contactMapBrandV55 strong{display:block;color:#071f34;font-size:17px}.contactMapBrandV55 small{display:block;margin-top:2px;color:#687b8a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mapProviderIconV55{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:12px;background:#fff;color:#1a73e8;font-weight:950;box-shadow:0 5px 16px rgba(7,31,52,.12)}.mapProviderIconV55.yandex{background:#fc3f1d;color:#fff}.contactMapActionsV53{padding:16px 18px 18px}.contactMapActionsV53>div{display:grid;grid-template-columns:1fr 1fr;gap:10px}.contactMapActionsV53 a{gap:7px;min-height:48px}.contactMapActionsV53 a:focus-visible{outline:3px solid rgba(237,20,39,.25);outline-offset:3px}.contactMapNoteV55{margin:17px 0 0;text-align:center;color:#687b8a;font-size:13px}.contactMapFrameV53 iframe{filter:saturate(.92) contrast(1.02)}@media(max-width:860px){.contactMapsSectionV53{padding:44px 0}.contactMapCardV53:hover{transform:none}}@media(max-width:520px){.contactMapBrandV55{padding:14px}.contactMapBrandV55 small{white-space:normal;line-height:1.35}.contactMapActionsV53{padding:13px}.contactMapActionsV53>div{grid-template-columns:1fr}.contactMapActionsV53 a{min-height:50px}.contactMapNoteV55{text-align:left;line-height:1.55}}@media(prefers-reduced-motion:reduce){.contactMapCardV53,.contactMapActionsV53 a{transition:none}}

/* TURNSTILE V44 - servis, servis takip, garanti takip */
.serviceTurnstileV44,.stTurnstileV44{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:14px 0 10px;padding:12px 14px;border:1px solid rgba(7,31,52,.10);border-radius:16px;background:rgba(247,250,252,.88)}
.serviceTurnstileV44 small,.stTurnstileV44 small{font-size:12px;line-height:1.45;color:#637083}
.stTurnstileV44{margin:14px 0 4px;background:rgba(255,255,255,.7)}
.stHoneypotV44{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.cf-turnstile{min-height:0}.cf-turnstile iframe{max-width:100%}
@media(max-width:480px){.serviceTurnstileV44,.stTurnstileV44{padding:10px;border-radius:14px}.cf-turnstile{max-width:100%;overflow:hidden}.serviceTurnstileV44 small,.stTurnstileV44 small{width:100%}}

/* FINAL V45 — KVKK / Gizlilik / Turnstile UX */
.serviceKvkkV45{display:flex;align-items:flex-start;gap:12px;margin:16px 0 10px;padding:14px 16px;border:1px solid rgba(7,31,52,.12);border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(7,31,52,.05);font-size:13px;line-height:1.6;color:#435164;cursor:pointer}
.serviceKvkkV45 input{flex:0 0 auto;width:19px;height:19px;margin:2px 0 0;accent-color:#087d73}
.serviceKvkkV45 strong{color:#071f34}.serviceKvkkV45 a,.stPrivacyMiniV28 a{color:#087d73;font-weight:800;text-decoration:underline;text-underline-offset:3px}.serviceKvkkV45 a:hover,.stPrivacyMiniV28 a:hover{color:#ed1427}
.legalHeroV45{padding:72px 0 46px;background:linear-gradient(135deg,#071f34 0%,#0a4555 58%,#087d73 100%);color:#fff}.legalHeroV45 .eyebrow{color:#b9fff3}.legalHeroV45 h1{max-width:900px;margin:12px 0 14px;font-size:clamp(34px,5vw,64px);line-height:1.02}.legalHeroV45 p{max-width:900px;margin:0;color:rgba(255,255,255,.82);font-size:17px;line-height:1.75}.legalMetaV45{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.legalMetaV45 span{padding:8px 12px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.08);font-size:12px;font-weight:800}
.legalBodyV45{padding:52px 0 76px;background:#f6f8fa}.legalGridV45{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.legalCardV45{padding:28px;border:1px solid rgba(7,31,52,.09);border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(7,31,52,.06)}.legalCardV45 h2{margin:0 0 10px;color:#071f34;font-size:20px}.legalCardV45 p{margin:0;color:#536173;line-height:1.75}
@media(max-width:760px){.legalHeroV45{padding:52px 0 34px}.legalGridV45{grid-template-columns:1fr}.legalCardV45{padding:22px}.serviceKvkkV45{padding:12px 13px}}

/* V48 Turnstile perceived-performance */
.serviceTurnstileV44,.stTurnstileV44{min-height:38px;padding:8px 12px}.serviceTurnstileV44 .cf-turnstile,.stTurnstileV44 .cf-turnstile:empty{width:0;height:0;overflow:visible}.serviceTurnstileV44 small,.stTurnstileV44 small{margin:0}

/* V50: Service request Turnstile must remain visible. Query forms intentionally have no Turnstile. */
.serviceTurnstileV44 .cf-turnstile{width:auto!important;height:auto!important;min-width:300px;min-height:65px;overflow:visible!important;display:block!important}
.serviceTurnstileV44 .cf-turnstile:empty{width:auto!important;height:auto!important;min-width:300px;min-height:65px;overflow:visible!important}
@media(max-width:380px){.serviceTurnstileV44{overflow-x:auto}.serviceTurnstileV44 .cf-turnstile,.serviceTurnstileV44 .cf-turnstile:empty{min-width:300px;transform:scale(.92);transform-origin:left top}}
/* V61 — Servis / garanti çoklu belge seçimi */


/* V63 public document selector/back navigation */
.stStatusDocActionsV56 .back-list{background:#eef7f6!important;color:#0b716d!important;border:1px solid #b9dcd8!important}.stStatusDocActionsV56 .back-list:hover{background:#dff1ef!important}@media(max-width:720px){.stStatusDocActionsV56 .back-list{order:-20;width:100%}}


/* V65 popup action alignment */
.stStatusDocActionsV56{display:flex!important;align-items:center!important;justify-content:flex-end!important;flex-wrap:wrap!important;gap:6px!important;max-width:none!important}
.stStatusDocActionsV56 button,.stStatusDocActionsV56 a{width:auto!important;grid-column:auto!important;white-space:nowrap!important}
@media (min-width:821px){
 .stStatusDocActionsV56{flex-wrap:nowrap!important}
 .stStatusDocActionsV56 button,.stStatusDocActionsV56 a{font-size:10.5px!important;padding:0 9px!important}
}
@media (max-width:820px){
 .stStatusDocActionsV56{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}
 .stStatusDocActionsV56 button,.stStatusDocActionsV56 a{width:100%!important;min-width:0!important;padding:0 5px!important;font-size:9.4px!important}
 .stStatusDocActionsV56 button.external,.stStatusDocActionsV56 a.external{grid-column:auto!important}
 .stStatusDocActionsV56 .back-list{grid-column:1/-1!important}
}
@media (max-width:520px){
 .stStatusDocActionsV56{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .stStatusDocActionsV56 button.external,.stStatusDocActionsV56 a.external{grid-column:auto!important}
}


/* BUTEKPLUS V66 — navigation typography normalization */
@media (min-width:1041px){
.headerV8 .navlinksV8>a,.headerV8 .megaTrigger{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif!important;font-size:13.2px!important;font-weight:600!important;letter-spacing:-.008em!important;line-height:1.15!important;padding-inline:8px!important;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
.headerV8 .navServiceLinkV33{font-weight:650!important}
}
@media (max-width:1040px){.headerV8 .navlinksV8>a,.headerV8 .megaTrigger{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif!important;font-weight:600!important;letter-spacing:-.006em!important}}

/* V66 mobile/tablet scroll performance */
@media(max-width:1040px){
  .header,.headerV8{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:#fff!important;transform:translateZ(0);backface-visibility:hidden}
  .butekMobileContactV54{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:#fff!important;box-shadow:0 -4px 16px rgba(7,31,52,.10)!important}
  .galleryControlsV50{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:#fff!important}
  .galleryZoomV50{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
  .contactMapCardV53,.galleryCardV50,.heroCard,.card{box-shadow:0 6px 18px rgba(7,31,52,.07)}
  *{scroll-behavior:auto}
}
@media(max-width:820px){
  .stStatusBackdropV55{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
}

.footerBottomV19 .footerDeveloperV67{color:#fff!important;font-weight:800!important;opacity:1!important;text-decoration:none}.footerBottomV19 .footerDeveloperV67:hover{color:#fff!important;text-decoration:underline}

/* V68 — Global navigation typography + developer credit normalization */
.headerV8 .megaPanel .megaCard strong,
.headerV8 .megaPanel .classicMenuTextV20 strong,
.headerV8 .megaPanel .districtMegaHead strong,
.headerV8 .megaPanel .districtMegaLinksV10 a,
.headerV8 .megaPanel .megaRegion strong,
.headerV8 .megaPanel .megaRegion>a {
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif!important;
  font-size:13.2px!important;
  font-weight:600!important;
  letter-spacing:-.008em!important;
  line-height:1.15!important;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
.headerV8 .megaPanel .megaCard small,
.headerV8 .megaPanel .classicMenuTextV20 small,
.headerV8 .megaPanel .districtMegaHead small {
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif!important;
}
.footerBottomV19 .footerDeveloperV67 {
  color:#fff!important;
  font-weight:800!important;
  opacity:1!important;
  text-decoration:none!important;
}
.footerBottomV19 .footerDeveloperV67:hover,
.footerBottomV19 .footerDeveloperV67:focus-visible {
  color:#fff!important;
  text-decoration:underline!important;
}
@media(max-width:1040px){
  .headerV8 .megaPanel .megaCard strong,
  .headerV8 .megaPanel .classicMenuTextV20 strong,
  .headerV8 .megaPanel .districtMegaHead strong,
  .headerV8 .megaPanel .districtMegaLinksV10 a,
  .headerV8 .megaPanel .megaRegion strong,
  .headerV8 .megaPanel .megaRegion>a {font-size:12px!important;}
}


/* V69 FINAL NAV TYPOGRAPHY */
.headerV8 .megaPanel .megaCard strong,
.headerV8 .megaPanel .megaRegion>a,
.headerV8 .megaPanel .mediaMegaCardV19 strong,
.headerV8 .megaPanel .districtMegaLinksV10 a{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif!important;
  font-size:13.2px!important;
  font-weight:600!important;
  letter-spacing:-.006em!important;
  line-height:1.2!important;
}
@media(max-width:1040px){
  .headerV8 .megaPanel .megaCard strong,
  .headerV8 .megaPanel .megaRegion>a,
  .headerV8 .megaPanel .mediaMegaCardV19 strong,
  .headerV8 .megaPanel .districtMegaLinksV10 a{font-size:14px!important;}
}
