:root{--primary:#ef233c;--accent:#ff465d;--bg:#07090c;--bg-2:#0b0e13;--card:#10141a;--card-2:#141920;--line:#242a34;--text:#f5f6f8;--muted:#929aa8;--font:'Inter',sans-serif;--container:1220px;--radius:22px;--header:78px}
*{box-sizing:border-box}html{scroll-behavior:smooth;color-scheme:dark}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:15px;line-height:1.65;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:1000;opacity:.045;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.section{padding:110px 0}.kicker,.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--accent);font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:700}.eyebrow span{width:26px;height:1px;background:var(--primary)}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.035em}h2{font-size:clamp(34px,4vw,58px);line-height:1.08;margin:12px 0 0}.btn{min-height:50px;padding:0 21px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:13px;font-weight:700;border:1px solid transparent;transition:.3s ease;white-space:nowrap}.btn svg{width:18px}.btn-primary{background:var(--primary);color:white;box-shadow:0 16px 38px color-mix(in srgb,var(--primary) 24%,transparent)}.btn-primary:hover{background:var(--accent);transform:translateY(-2px);box-shadow:0 20px 48px color-mix(in srgb,var(--primary) 34%,transparent)}.btn-ghost{background:#ffffff08;border-color:#ffffff22;backdrop-filter:blur(12px)}.btn-ghost:hover{border-color:#ffffff55;background:#ffffff0e}.btn-light{background:#fff;color:#0a0c0f}.btn-light:hover{transform:translateY(-2px);background:#eef0f3}.text-link,.card-link{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:13px}.text-link svg,.card-link svg{width:16px;transition:.2s}.text-link:hover svg,.card-link:hover svg{transform:translateX(3px)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.7,.2,1);transition-delay:var(--delay,0ms)}.reveal.visible{opacity:1;transform:none}.delay-1{--delay:90ms}.delay-2{--delay:180ms}.delay-3{--delay:270ms}.delay-4{--delay:360ms}
.splash{position:fixed;inset:0;z-index:9999;background:#050608;display:grid;place-items:center;transition:opacity .65s ease,visibility .65s}.splash.leave{opacity:0;visibility:hidden}.splash-mark{font-size:clamp(28px,6vw,62px);font-weight:800;letter-spacing:.1em;animation:splashIn .8s cubic-bezier(.2,.7,.2,1)}.splash-mark b{color:var(--primary)}.splash-line{position:absolute;bottom:18%;width:150px;height:2px;background:#ffffff16;overflow:hidden}.splash-line i{display:block;height:100%;background:var(--primary);animation:loadLine 1s ease forwards}@keyframes splashIn{from{opacity:0;letter-spacing:.35em;transform:scale(.94)}to{opacity:1;letter-spacing:.1em;transform:none}}@keyframes loadLine{from{width:0}to{width:100%}}
.cursor-glow{position:fixed;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(500px circle at var(--x,-500px) var(--y,-500px),#ef233c0c,transparent 60%)}
.site-header{height:var(--header);position:fixed;top:0;left:0;right:0;z-index:100;border-bottom:1px solid transparent;transition:.3s;background:linear-gradient(#07090ce8,transparent)}.site-header.scrolled{height:68px;background:#080a0ee8;border-color:#ffffff0d;backdrop-filter:blur(20px)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:19px;font-weight:800;letter-spacing:.06em}.brand b{color:var(--primary)}.custom-logo{width:auto;max-width:var(--logo-width,170px);height:var(--logo-height,42px);object-fit:contain}.brand-disc{width:31px;height:31px;border:2px solid #a8afb8;border-radius:50%;display:grid;place-items:center;position:relative;background:repeating-conic-gradient(#6f7680 0 8deg,#171a20 8deg 22deg)}.brand-disc:after{content:"";width:9px;height:9px;border-radius:50%;background:#07090c;border:2px solid #9da4ae}.brand-disc i{position:absolute;width:9px;height:22px;border-radius:4px;background:var(--primary);right:-4px;transform:rotate(12deg)}.desktop-nav{display:flex;align-items:center;gap:28px}.desktop-nav a{font-size:13px;color:#b8bec8;position:relative;padding:8px 0;transition:.2s}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:2px;background:var(--primary);transition:.25s}.desktop-nav a:hover,.desktop-nav a.active{color:#fff}.desktop-nav a.active:after,.desktop-nav a:hover:after{right:0}.header-actions{display:flex;align-items:center;gap:14px}.header-wa{min-height:42px;padding-inline:16px}.lang-switch{display:flex;gap:2px;background:#ffffff08;padding:4px;border-radius:10px}.lang-switch a{font-size:10px;font-weight:700;color:#727987;padding:5px 6px;border-radius:7px}.lang-switch a.active{background:#fff;color:#0c0e11}
.hero{min-height:100svh;position:relative;display:grid;align-items:center;overflow:hidden;padding:calc(var(--header) + 65px) 0 80px;background:radial-gradient(circle at 78% 40%,#401018 0,transparent 32%),radial-gradient(circle at 40% 100%,#171b24 0,transparent 42%),#07090c}.hero:after{content:"";position:absolute;inset:auto 0 0;height:32%;background:linear-gradient(transparent,var(--bg));pointer-events:none}.hero-grid{position:absolute;inset:0;opacity:.09;background-image:linear-gradient(#fff 1px,transparent 1px),linear-gradient(90deg,#fff 1px,transparent 1px);background-size:78px 78px;mask-image:linear-gradient(90deg,black,transparent 80%)}.hero-orbit{position:absolute;border:1px solid #ffffff12;border-radius:50%;right:-12vw;top:2%;width:55vw;height:55vw}.orbit-two{right:-1vw;top:17%;width:37vw;height:37vw;border-color:#ef233c22}.hero-layout{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:35px;position:relative;z-index:2}.hero-copy h1{font-size:clamp(52px,6.3vw,94px);line-height:.98;max-width:820px;margin:23px 0 27px}.hero-text{font-size:17px;color:#a8afbb;max-width:620px}.hero-actions{display:flex;gap:12px;margin-top:33px}.hero-trust{display:flex;gap:0;margin-top:56px}.hero-trust>div{display:grid;gap:3px;min-width:130px;padding-right:22px;margin-right:22px;border-right:1px solid #ffffff16}.hero-trust>div:last-child{border:0}.hero-trust strong{font-size:23px;line-height:1}.hero-trust span{font-size:10px;color:#808896;text-transform:uppercase;letter-spacing:.08em}.brake-visual{height:570px;position:relative;display:grid;place-items:center;filter:drop-shadow(0 45px 60px #000)}.disc{width:min(38vw,475px);aspect-ratio:1;border-radius:50%;position:relative;background:repeating-conic-gradient(from 0deg,#3d4249 0 4deg,#1a1e24 4deg 9deg,#70767d 9deg 11deg,#22262c 11deg 18deg);box-shadow:inset 0 0 0 28px #282d33,inset 0 0 0 31px #6d737a,inset 0 0 90px #000,0 0 0 1px #ffffff2a;animation:discFloat 5s ease-in-out infinite}.disc:before{content:"";position:absolute;inset:17%;border-radius:50%;background:radial-gradient(circle,#181b1f 0 18%,#737981 19% 27%,#23272d 28% 56%,#757a80 57% 61%,#15181c 62%);box-shadow:0 0 0 1px #000}.disc:after{content:"";position:absolute;inset:6%;border-radius:50%;border:1px solid #ffffff1d}.disc-hole{position:absolute;width:12px;height:12px;border-radius:50%;background:#090a0c;z-index:2;left:calc(50% - 6px);top:22%}.disc-hole.h2{transform-origin:6px 133px;transform:rotate(72deg)}.disc-hole.h3{transform-origin:6px 133px;transform:rotate(144deg)}.disc-hole.h4{transform-origin:6px 133px;transform:rotate(216deg)}.disc-hole.h5{transform-origin:6px 133px;transform:rotate(288deg)}.caliper{position:absolute;right:4%;top:27%;width:34%;height:43%;background:linear-gradient(135deg,#ff334b,#a60419 55%,#57000b);border-radius:30% 20% 26% 40%;box-shadow:inset 8px 8px 15px #ff65773d,inset -12px -12px 30px #3a0009,0 18px 45px #e30d2945;transform:rotate(-5deg)}.caliper:before,.caliper:after{content:"";position:absolute;background:#66000d;border-radius:50%}.caliper:before{width:26px;height:26px;top:18%;left:16%;box-shadow:0 0 0 5px #ff526344}.caliper:after{width:20px;height:20px;bottom:15%;right:18%;box-shadow:0 0 0 4px #ff526344}.caliper span{position:absolute;left:23%;top:46%;font-weight:800;font-size:clamp(13px,2vw,25px);letter-spacing:.08em;transform:rotate(90deg);color:#fff9}.scan-line{position:absolute;width:88%;height:1px;background:linear-gradient(90deg,transparent,var(--primary),transparent);box-shadow:0 0 18px var(--primary);animation:scan 4s ease-in-out infinite}.spec-card{position:absolute;left:0;bottom:10%;display:flex;align-items:center;gap:12px;background:#0b0e13cc;border:1px solid #ffffff14;border-radius:14px;padding:13px 15px;backdrop-filter:blur(14px);box-shadow:0 18px 55px #0009}.spec-card svg{width:23px;color:var(--accent)}.spec-card div{display:grid}.spec-card small{font-size:9px;color:#7e8692;text-transform:uppercase}.spec-card b{font-size:12px}@keyframes discFloat{0%,100%{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(-13px) rotate(1deg)}}@keyframes scan{0%,100%{top:20%;opacity:0}20%,80%{opacity:1}50%{top:78%}}.scroll-cue{position:absolute;z-index:3;bottom:22px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:8px;color:#777f8b;font-size:9px;text-transform:uppercase;letter-spacing:.15em}.scroll-cue svg{width:15px;animation:bob 1.5s infinite}@keyframes bob{50%{transform:translateY(5px)}}
.trust-strip{border-block:1px solid #ffffff0c;background:#090c10}.trust-items{height:86px;display:grid;grid-template-columns:repeat(4,1fr)}.trust-items div{display:flex;align-items:center;justify-content:center;gap:10px;border-right:1px solid #ffffff0c;color:#b6bdc7;font-size:12px}.trust-items div:last-child{border:0}.trust-items svg{width:19px;color:var(--primary)}
.brands-band{padding:32px 0 38px;border-bottom:1px solid #ffffff0c;background:#080a0e;overflow:hidden}.brands-heading{display:flex;align-items:center;gap:18px;margin-bottom:20px}.brands-heading span{font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:#737b87}.brands-heading i{height:1px;flex:1;background:#ffffff0c}.marquee-shell{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.brand-marquee{display:flex;width:max-content;gap:11px;animation:brandMove 48s linear infinite}.marquee-shell:hover .brand-marquee{animation-play-state:paused}.brand-tile{width:170px;height:68px;display:grid;place-items:center;border:1px solid #202630;border-radius:12px;background:#0e1116;padding:12px;filter:grayscale(1);opacity:.72;transition:.25s}.brand-tile:hover{filter:none;opacity:1;border-color:#ffffff2b}.brand-tile img{max-width:130px;max-height:40px;object-fit:contain}.brand-tile b{font-size:16px;letter-spacing:.04em;color:#e7e9ed}@keyframes brandMove{to{transform:translateX(calc(-50% - 5.5px))}}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:47px}.section-head>div{max-width:720px}.section-head>p{max-width:440px;color:var(--muted);margin:0}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.service-card{min-height:310px;padding:24px;position:relative;display:flex;flex-direction:column;background:linear-gradient(145deg,#12161c,#0d1015);border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:.35s cubic-bezier(.2,.7,.2,1)}.service-card:before{content:"";position:absolute;inset:auto -60px -80px auto;width:160px;height:160px;border:1px solid #ffffff0d;border-radius:50%;box-shadow:0 0 0 30px #ffffff05,0 0 0 60px #ffffff03;transition:.35s}.service-card:hover{transform:translateY(-7px);border-color:#ef233c66;background:linear-gradient(145deg,#18171c,#100e13);box-shadow:0 25px 55px #0007}.service-card:hover:before{border-color:#ef233c40;transform:scale(1.12)}.service-no{position:absolute;right:18px;top:17px;font-size:10px;color:#5c6370;letter-spacing:.1em}.service-icon{width:34px;height:34px;color:var(--accent);margin-bottom:45px}.service-card h3{font-size:19px;line-height:1.28;margin-bottom:10px;max-width:240px}.service-card p{color:var(--muted);font-size:12px;line-height:1.6;margin-bottom:20px}.service-card .card-link{margin-top:auto;color:#d9dce1;font-size:11px}
.why-section{background:linear-gradient(180deg,#090b0f,#0e1116 50%,#090b0f);border-block:1px solid #ffffff08}.why-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:center}.why-copy p{color:var(--muted);max-width:520px;margin:24px 0 30px}.process-list{display:grid}.process-item{display:grid;grid-template-columns:55px 50px 1fr 80px;align-items:center;gap:18px;padding:30px 0;border-bottom:1px solid var(--line)}.process-item>span{font-size:11px;color:#636b77}.process-item>svg{width:27px;color:var(--primary)}.process-item h3{font-size:20px;margin:0}.process-item b{height:1px;background:linear-gradient(90deg,var(--primary),transparent)}
.partner-section{padding-block:70px}.partner-card{min-height:230px;display:grid;grid-template-columns:.55fr 1.2fr auto;align-items:center;gap:50px;padding:42px;border-radius:var(--radius);background:radial-gradient(circle at 15% 50%,#ef233c26,transparent 31%),linear-gradient(120deg,#361018,#a80a20 60%,#ef233c);overflow:hidden;position:relative}.partner-card:after{content:"";position:absolute;width:380px;height:380px;border:1px solid #ffffff1d;border-radius:50%;right:-120px;top:-220px;box-shadow:0 0 0 50px #ffffff08}.partner-mark{font-size:31px;font-weight:800;letter-spacing:.08em}.partner-mark b{color:#ffb8c1}.partner-card h2{font-size:36px;margin-bottom:11px}.partner-card p{max-width:640px;margin:0;color:#ffd9df}.partner-card .btn{position:relative;z-index:2}
.products-section{background:linear-gradient(180deg,#07090c,#0b0e13)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product-card{position:relative;cursor:pointer;border:1px solid var(--line);border-radius:18px;background:#0e1116;overflow:hidden;transition:.3s}.product-card:hover{transform:translateY(-5px);border-color:#ef233c54;box-shadow:0 25px 55px #0007}.product-card:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.product-media{height:235px;background:radial-gradient(circle,#252b34,#0a0c10 70%);display:grid;place-items:center;position:relative;overflow:hidden}.product-media>img{width:100%;height:100%;object-fit:contain;padding:18px;transition:.35s}.product-card:hover .product-media>img{transform:scale(1.04)}.product-media>svg{width:74px;height:74px;color:#4e5561}.product-media>span{position:absolute;left:14px;top:14px;background:var(--primary);color:white;border-radius:8px;padding:5px 8px;font-size:9px;font-weight:700}.product-body{padding:19px}.product-body h3{font-size:17px;margin-bottom:7px}.product-title-link:hover h3{color:var(--accent)}.product-body>p{font-size:11px;color:var(--muted);min-height:36px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-bottom{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-top:18px}.price{display:grid}.price strong{font-size:16px}.price del{font-size:9px;color:#777f8c}.product-bottom>a{position:relative;z-index:2;min-height:37px;border-radius:10px;background:#1fc566;color:white;padding:0 11px;display:flex;align-items:center;gap:6px;font-size:9px;font-weight:700}.product-bottom>a svg{width:14px}.shop-all{margin-top:25px}.shop-product-grid{grid-template-columns:repeat(4,1fr)}.product-detail{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}.product-detail-media{min-height:520px;border:1px solid var(--line);border-radius:24px;background:radial-gradient(circle,#282f38,#0b0e13 70%);display:grid;place-items:center;overflow:hidden}.product-detail-media img{width:100%;height:520px;object-fit:contain;padding:35px}.product-detail-media svg{width:120px;height:120px;color:#454d59}.product-detail-info h2{font-size:45px;margin:15px 0}.product-detail-info>p{color:var(--muted)}.product-badge{display:inline-flex;background:#ef233c1d;color:var(--accent);border:1px solid #ef233c55;border-radius:8px;padding:6px 9px;font-size:9px;font-weight:700}.detail-price{display:flex;align-items:baseline;gap:12px;margin:30px 0}.detail-price strong{font-size:32px}.detail-price del{color:#777f8c}.product-whatsapp{background:#1fc566;color:#fff;min-width:220px}.product-whatsapp:hover{background:#19b55b;transform:translateY(-2px)}
.shop-catalog{background:linear-gradient(180deg,#07090c,#0b0e13)}.shop-section-head{max-width:760px;margin-bottom:38px}.shop-section-head h2{font-size:clamp(34px,4vw,57px);line-height:1.06;margin:13px 0}.shop-section-head p{max-width:650px;color:var(--muted)}.equipment-head{margin-top:95px}.equipment-card .product-media{background:radial-gradient(circle at 50% 40%,#31141a,#0a0c10 70%)}.vin-card{margin:75px 0 0;min-height:220px;display:grid;grid-template-columns:90px 1fr auto;align-items:center;gap:28px;padding:38px;border:1px solid #ef233c4d;border-radius:24px;background:radial-gradient(circle at 5% 50%,#ef233c25,transparent 24%),linear-gradient(120deg,#151117,#0c0f14);overflow:hidden;position:relative}.vin-card:after{content:"VIN";position:absolute;right:20%;font-size:150px;font-weight:800;letter-spacing:-.08em;color:#ffffff04}.vin-card>*{position:relative;z-index:1}.vin-icon{width:76px;height:76px;display:grid;place-items:center;border-radius:20px;background:var(--primary);box-shadow:0 18px 45px #ef233c45}.vin-icon svg{width:34px;height:34px}.vin-card h2{font-size:31px;margin:9px 0}.vin-card p{max-width:700px;color:#aeb5bf;margin:0}.product-service-section{background:#0a0d11;border-top:1px solid #ffffff09}.shop-benefits{background:#0c0f14;border-block:1px solid #ffffff09}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.benefit-card{min-height:255px;padding:30px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,#12161c,#0d1015)}.benefit-card>svg{width:35px;height:35px;color:var(--primary);margin-bottom:52px}.benefit-card h3{font-size:21px;margin-bottom:12px}.benefit-card p{font-size:13px;color:var(--muted);margin:0}.shop-info{background:linear-gradient(180deg,#080a0e,#0d1015)}.shop-info-layout{display:grid;grid-template-columns:.65fr 1.35fr;gap:75px;align-items:start}.info-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.info-card{min-height:230px;padding:25px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:19px;background:#0e1116}.info-card>svg{width:28px;height:28px;color:var(--primary);margin-bottom:auto}.info-card h3{font-size:19px;margin:22px 0 8px}.info-card p{font-size:12px;color:var(--muted);margin:0}.info-card>a{display:flex;align-items:center;gap:7px;margin-top:18px;font-size:11px;font-weight:700}.info-card>a svg{width:14px}.compact-social-icons{margin-top:18px}.info-card .compact-social-icons .social-icon{display:grid;margin-top:0}
.reviews-section{overflow:hidden}.reviews-marquee{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);margin-inline:calc((100vw - min(calc(100% - 40px),var(--container)))/-2)}.reviews-flow{display:flex;width:max-content;gap:14px;animation:reviewsMove 48s linear infinite;padding:0 7px 18px}.reviews-marquee:hover .reviews-flow{animation-play-state:paused}.review-card{width:370px;flex:0 0 370px;min-height:235px;padding:24px;border-radius:17px;border:1px solid var(--line);background:#0d1015}.review-top{display:flex;align-items:center;gap:12px}.review-top>b{margin-left:auto;color:#4285f4;font-size:20px}.avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;font-weight:800;background:linear-gradient(135deg,#28303b,#13171d);border:1px solid #343c48}.review-card h3{font-size:14px;margin:0}.stars{font-size:11px;letter-spacing:1px;color:#f6b720}.review-card p{color:#aeb5bf;font-size:13px;margin:28px 0 0}.review-link{margin-top:16px}@keyframes reviewsMove{to{transform:translateX(calc(-50% - 7px))}}
.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.post-card{border-radius:18px;overflow:hidden;border:1px solid var(--line);background:#0e1116;transition:.3s}.post-card:hover{transform:translateY(-5px);border-color:#ef233c55}.post-card>img,.post-placeholder{width:100%;aspect-ratio:16/9;object-fit:cover}.post-placeholder{display:grid;place-items:center;background:radial-gradient(circle,#391019,#0b0e13 65%)}.post-placeholder svg{width:50px;color:var(--primary)}.post-card>div{padding:21px}.post-card small{font-size:10px;color:#69717e}.post-card h3{font-size:19px;line-height:1.3;margin:8px 0}.post-card p{font-size:12px;color:var(--muted)}.post-card>div>span{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:700}.post-card svg{width:14px}
.cta-section{padding:0 0 90px}.cta-card{min-height:260px;border-radius:var(--radius);padding:50px;display:flex;justify-content:space-between;align-items:center;gap:40px;background:linear-gradient(125deg,#ef233c,#8d0718);position:relative;overflow:hidden}.cta-card:before{content:"";position:absolute;right:-50px;top:-180px;width:430px;height:430px;border:1px solid #ffffff26;border-radius:50%;box-shadow:0 0 0 55px #ffffff0b,0 0 0 110px #ffffff08}.cta-card>div,.cta-card>a{position:relative}.cta-card h2{font-size:43px;max-width:700px}.cta-card p{color:#ffd5db;max-width:620px;margin:14px 0 0}
.page-hero,.article-hero{padding:calc(var(--header) + 110px) 0 85px;min-height:480px;display:flex;align-items:end;background:radial-gradient(circle at 80% 40%,#401018,transparent 30%),linear-gradient(180deg,#0d1015,#07090c);position:relative;overflow:hidden}.page-hero:after,.article-hero:after{content:"";position:absolute;right:-8vw;top:-15vw;width:45vw;height:45vw;border:1px solid #ffffff0e;border-radius:50%;box-shadow:0 0 0 70px #ffffff05,0 0 0 140px #ffffff03}.page-hero .container,.article-hero .container{position:relative;z-index:1}.page-hero h1,.article-hero h1{font-size:clamp(46px,7vw,88px);line-height:1;max-width:900px;margin:16px 0}.page-hero p,.article-hero p{max-width:670px;color:var(--muted);font-size:17px}.page-hero .btn{margin-top:20px}.detail-hero{min-height:590px}.back-link{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:#9098a4;margin-bottom:35px}.back-link svg{width:16px}.service-big-icon{width:62px;height:62px;display:grid;place-items:center;border-radius:18px;background:#ef233c18;border:1px solid #ef233c55;color:var(--accent);margin-bottom:22px}.service-big-icon svg{width:30px}.article-layout{display:grid;grid-template-columns:1fr 360px;gap:90px}.article-content{font-size:17px;color:#c2c7cf}.article-content h2,.article-content h3{color:#fff;margin-top:40px}.article-content p{margin-bottom:22px}.article-content ul{padding-left:20px}.booking-card{position:sticky;top:100px;align-self:start;padding:27px;border:1px solid var(--line);border-radius:18px;background:#0f1318}.booking-card>svg{width:31px;color:var(--primary)}.booking-card h3{font-size:23px;margin:20px 0 10px}.booking-card p{font-size:13px;color:var(--muted)}.booking-card .btn{width:100%;margin-top:10px}.parts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.part-card{height:170px;border:1px solid var(--line);border-radius:18px;background:#0e1116;display:grid;place-items:center;align-content:center;gap:16px}.part-card svg{width:39px;height:39px;color:var(--primary)}.part-card span{font-weight:600}.contact-hero{min-height:340px;padding-bottom:52px}.contact-hero .container{text-align:center}.contact-hero h1{margin-inline:auto;font-size:clamp(42px,5vw,66px)}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px;align-items:stretch}.contact-panel,.contact-map-panel{border:1px solid var(--line);border-radius:22px;background:#101319;padding:25px}.contact-panel{display:grid;gap:12px}.contact-detail{min-height:82px;padding:18px;display:flex;align-items:center;gap:14px;border:1px solid #2a303a;border-radius:15px;background:#171b21}.contact-detail-icon{width:37px;height:37px;display:grid;place-items:center;flex:0 0 37px;border-radius:11px;background:#ffffff08;color:#fff}.contact-detail-icon svg{width:18px}.contact-detail div{display:grid}.contact-detail small{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:#7f8793}.contact-detail strong,.contact-detail a{font-size:14px;font-weight:700;color:#f4f5f7}.contact-social-block{padding:20px 18px;border:1px solid #2a303a;border-radius:15px;background:#171b21}.contact-social-block>span{display:block;margin-bottom:14px;font-size:12px;font-weight:700}.social-icons{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.social-icon{width:40px;height:40px;display:grid!important;place-items:center;border-radius:50%;border:1px solid #343b46;background:#252a32;color:#fff!important;transition:.25s}.social-icon svg{width:18px!important;height:18px}.social-icon:hover{transform:translateY(-3px);border-color:#ffffff66;background:#303641}.social-whatsapp:hover{background:#1fc566;border-color:#1fc566}.social-instagram:hover{background:#d62976;border-color:#d62976}.social-telegram:hover{background:#229ed9;border-color:#229ed9}.social-facebook:hover{background:#1877f2;border-color:#1877f2}.social-tiktok:hover{background:#111;border-color:#69c9d0}.social-youtube:hover{background:#f00;border-color:#f00}.contact-map-panel{display:grid;grid-template-rows:1fr auto;gap:18px}.map-wrap{min-height:390px;border:1px solid #2a303a;border-radius:15px;overflow:hidden;position:relative;background:#0e1116}.map-wrap iframe{width:100%;height:100%;border:0;filter:grayscale(1) invert(.92) contrast(.88);opacity:.82}.article-narrow{max-width:860px}.article-hero{padding-bottom:60px}.article-hero img{margin-top:45px;width:100%;max-height:520px;object-fit:cover;border-radius:22px;border:1px solid var(--line)}.empty{border:1px dashed #303742;border-radius:18px;padding:60px;text-align:center;color:var(--muted)}
.error-page{min-height:100svh;display:grid;place-items:center;position:relative;overflow:hidden;background:radial-gradient(circle,#301018 0,transparent 40%),#07090c}.error-inner{text-align:center;position:relative;z-index:2}.error-code{display:flex;justify-content:center;align-items:center;font-size:clamp(110px,23vw,270px);font-weight:800;line-height:.8;letter-spacing:-.09em;color:#141820;text-shadow:0 1px #323944}.error-disc{width:.65em;height:.65em;display:grid;place-items:center;font-size:0;border:12px solid #737a83;border-radius:50%;background:repeating-conic-gradient(#30353c 0 5deg,#111419 5deg 12deg);box-shadow:inset 0 0 0 22px #20242a,0 0 50px #ef233c2e;animation:errorSpin 12s linear infinite}.error-inner h1{font-size:42px;margin:35px 0 12px}.error-inner p{max-width:600px;margin:0 auto 28px;color:var(--muted)}.error-road{position:absolute;bottom:-50%;left:50%;width:270px;height:100%;background:#101318;transform:translateX(-50%) perspective(300px) rotateX(55deg);border-inline:2px solid #ef233c38}.error-road:after{content:"";position:absolute;left:50%;width:5px;height:100%;background:repeating-linear-gradient(#fff 0 60px,transparent 60px 115px);opacity:.25}@keyframes errorSpin{to{transform:rotate(360deg)}}
.footer{padding:80px 0 120px;border-top:1px solid #ffffff0d;background:#05070a}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:70px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-grid p{color:#777f8c;max-width:400px;margin-top:15px}.footer-grid h3{font-size:13px;margin-bottom:12px}.footer-grid a,.footer-grid span{font-size:12px;color:#8d95a1}.footer-grid a:hover{color:#fff}.footer-social{display:flex;gap:12px}.footer-bottom{display:flex;justify-content:space-between;margin-top:60px;padding-top:22px;border-top:1px solid #ffffff0d;color:#5e6672;font-size:10px}.floating-wa{position:fixed;right:22px;bottom:22px;z-index:80;height:48px;padding:0 16px;border-radius:15px;background:#20c968;display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;box-shadow:0 15px 45px #0fb75655}.floating-wa svg{width:19px}.mobile-bar{display:none}
@media(max-width:1050px){:root{--container:920px}.desktop-nav{gap:16px}.desktop-nav a{font-size:11px}.header-wa span{display:none}.hero-layout{grid-template-columns:1.1fr .9fr}.brake-visual{height:480px}.service-grid{grid-template-columns:repeat(2,1fr)}.product-grid,.shop-product-grid{grid-template-columns:repeat(2,1fr)}.why-grid{gap:55px}.partner-card{grid-template-columns:.45fr 1.2fr}.partner-card .btn{grid-column:2}.vin-card{grid-template-columns:72px 1fr}.vin-card .btn{grid-column:2;justify-self:start}.vin-icon{width:64px;height:64px}.shop-info-layout{grid-template-columns:1fr;gap:35px}.contact-grid{grid-template-columns:1fr}.map-wrap{min-height:400px}.footer-grid{gap:40px}}
@media(max-width:760px){:root{--header:64px;--radius:18px}.container{width:min(calc(100% - 28px),var(--container))}.section{padding:72px 0}body{padding-bottom:72px}.site-header{height:64px;background:#080a0eea;border-bottom:1px solid #ffffff0d;backdrop-filter:blur(18px)}.site-header.scrolled{height:60px}.brand{font-size:16px}.custom-logo{height:var(--logo-mobile-height,32px);max-width:150px}.brand-disc{width:27px;height:27px}.desktop-nav,.header-wa{display:none}.header-actions{margin-left:auto}.lang-switch a{padding:4px 5px}.hero{min-height:auto;padding:115px 0 60px}.hero-layout{grid-template-columns:1fr}.hero-copy h1{font-size:clamp(43px,13vw,64px);margin:18px 0 20px}.hero-text{font-size:14px}.hero-actions{margin-top:25px}.hero-actions .btn{flex:1;padding-inline:12px}.hero-trust{margin-top:37px;justify-content:space-between}.hero-trust>div{min-width:0;padding-right:10px;margin-right:10px}.hero-trust strong{font-size:18px}.hero-trust span{font-size:8px}.brake-visual{height:370px;margin-top:-10px}.disc{width:min(82vw,350px)}.caliper{right:2%}.spec-card{left:2%;bottom:0}.scroll-cue{display:none}.trust-items{height:auto;grid-template-columns:1fr 1fr}.trust-items div{height:60px;justify-content:flex-start;padding-left:15px;border-bottom:1px solid #ffffff0c}.trust-items div:nth-child(2){border-right:0}.brand-tile{width:135px;height:58px}.section-head{display:block;margin-bottom:30px}.section-head>p{margin-top:18px;font-size:13px}.service-grid{grid-template-columns:1fr 1fr;gap:9px}.service-card{min-height:255px;padding:17px;border-radius:15px}.service-icon{width:28px;height:28px;margin-bottom:33px}.service-card h3{font-size:15px}.service-card p{font-size:10px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.service-no{font-size:8px}.product-grid,.shop-product-grid{grid-template-columns:1fr 1fr;gap:9px}.product-media{height:170px}.product-body{padding:14px}.product-body h3{font-size:14px}.product-bottom{display:grid;align-items:start}.product-bottom>a{justify-content:center}.shop-section-head h2{font-size:34px}.equipment-head{margin-top:70px}.vin-card{grid-template-columns:1fr;gap:18px;padding:25px;margin-top:55px}.vin-card .btn{grid-column:auto;width:100%}.vin-icon{width:58px;height:58px;border-radius:16px}.vin-card h2{font-size:26px}.benefit-grid,.info-card-grid{grid-template-columns:1fr}.benefit-card{min-height:220px}.benefit-card>svg{margin-bottom:40px}.why-grid,.faq-layout{grid-template-columns:1fr;gap:35px}.process-item{grid-template-columns:35px 38px 1fr 35px;padding:24px 0;gap:10px}.process-item h3{font-size:16px}.partner-section{padding-block:45px}.partner-card{grid-template-columns:1fr;gap:24px;padding:28px}.partner-mark{font-size:24px}.partner-card h2{font-size:29px}.partner-card .btn{grid-column:auto;justify-self:start}.reviews-marquee{margin-inline:-14px}.review-card{width:310px;flex-basis:310px}.faq-layout .accordion{margin-top:0}.post-grid{grid-template-columns:1fr}.cta-section{padding-bottom:45px}.cta-card{min-height:0;padding:31px 25px;display:block}.cta-card h2{font-size:31px}.cta-card p{font-size:13px}.cta-card .btn{margin-top:24px}.page-hero,.article-hero{padding:130px 0 60px;min-height:400px}.page-hero h1,.article-hero h1{font-size:44px}.page-hero p,.article-hero p{font-size:14px}.article-layout{grid-template-columns:1fr;gap:45px}.booking-card{position:static}.parts-grid{grid-template-columns:1fr 1fr}.part-card{height:140px}.contact-cards{grid-template-columns:1fr}.map-wrap{min-height:360px}.article-content{font-size:15px}.error-inner h1{font-size:32px}.error-code{font-size:33vw}.error-disc{border-width:7px}.footer{padding:60px 0 35px}.footer-grid{grid-template-columns:1fr;gap:35px}.footer-grid>div:nth-child(2){display:none}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:6px}.floating-wa{display:none}.mobile-bar{position:fixed;z-index:150;left:10px;right:10px;bottom:max(9px,env(safe-area-inset-bottom));height:62px;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;padding:5px 7px;border:1px solid #ffffff1b;border-radius:20px;background:#101318e8;backdrop-filter:blur(24px);box-shadow:0 15px 50px #000}.mobile-bar a{height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#737b87}.mobile-bar svg{width:19px;height:19px}.mobile-bar span{font-size:8px}.mobile-bar a.active{color:#fff}.mobile-bar a.active svg{color:var(--primary)}.mobile-bar .mobile-wa{width:50px;height:50px;border-radius:17px;background:#1fc566;color:white;transform:translateY(-14px);box-shadow:0 12px 26px #13a7504d}.mobile-bar .mobile-wa svg{width:23px}.mobile-bar .mobile-wa span{display:none}}
@media(max-width:390px){.container{width:min(calc(100% - 22px),var(--container))}.service-grid,.product-grid,.shop-product-grid{grid-template-columns:1fr}.service-card{min-height:245px}.hero-actions{flex-direction:column}.parts-grid{grid-template-columns:1fr}.lang-switch a{font-size:9px}}
@media(max-width:760px){.product-detail{grid-template-columns:1fr;gap:30px}.product-detail-media{min-height:330px}.product-detail-media img{height:330px;padding:20px}.product-detail-info h2{font-size:32px}.detail-price strong{font-size:27px}.product-whatsapp{width:100%}}
@media(max-width:760px){.contact-hero{min-height:290px;padding:115px 0 45px}.contact-section{padding-top:45px}.contact-panel,.contact-map-panel{padding:14px;border-radius:18px}.contact-detail{min-height:74px;padding:14px}.contact-detail strong,.contact-detail a{font-size:13px}.contact-social-block{padding:17px 14px}.social-icon{width:38px;height:38px}.contact-map-panel .map-wrap{min-height:320px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.hero .disc,.hero .caliper,.hero .spec-card,.error-disc{animation:none}.brand-marquee{animation:brandMove 48s linear infinite!important}.reviews-flow{animation:reviewsMove 48s linear infinite!important}}

/* Brake.az customer specification v1.4 */
.brand-with-copy{position:relative;padding-bottom:12px;min-width:250px}.brand-with-copy .brand-tagline{position:absolute;left:41px;bottom:-3px;white-space:nowrap;font-size:9px;line-height:1;color:#7f8794;font-weight:500;letter-spacing:.01em}.brand-with-copy .custom-logo~.brand-tagline{left:0}.brand-word{display:inline-block}.site-header{background:#07090cf5;border-bottom:1px solid #ffffff0b;backdrop-filter:blur(18px)}
.intro-screen{min-height:100svh;padding-top:var(--header);display:grid;grid-template-rows:88px 1fr;background:radial-gradient(circle at 82% 38%,#46101a 0,transparent 29%),radial-gradient(circle at 35% 100%,#161b24 0,transparent 38%),#07090c;overflow:hidden}.customer-brands{height:88px;padding:10px 0;border-top:1px solid #ffffff08;border-bottom:1px solid #ffffff0b;background:#090c11}.customer-brands .marquee-shell{height:68px;display:flex;align-items:center}.customer-brands .brand-tile{width:154px;height:56px;border:0;background:transparent;border-radius:0;filter:none}.customer-brands .brand-tile img{max-height:44px;max-width:120px;object-fit:contain;filter:none}.customer-brands .brand-tile b{color:#d7dbe1;font-size:16px}.customer-hero{min-height:calc(100svh - var(--header) - 88px);display:grid;align-items:center;padding:42px 0 54px}.customer-hero-grid{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(380px,.97fr);align-items:center;gap:70px}.customer-hero-copy h1{font-size:clamp(43px,5.2vw,76px);line-height:.99;max-width:780px;margin:15px 0 20px}.customer-hero-copy>p{font-size:16px;color:#a4abb7;max-width:650px;margin-bottom:24px}.vin-steps{display:grid;gap:7px;max-width:650px}.vin-step{min-height:43px;display:flex;align-items:center;gap:14px;padding:8px 15px;border:1px solid #242a34;background:#0b0e13;border-radius:8px;transition:.35s ease}.vin-step span{width:25px;height:25px;border-radius:7px;display:grid;place-items:center;background:#171b22;color:#858d99;font-size:10px;font-weight:800}.vin-step b{font-size:12px;color:#b9c0ca}.vin-step.active{border-color:color-mix(in srgb,var(--primary) 70%,#fff 5%);background:linear-gradient(90deg,var(--primary),color-mix(in srgb,var(--primary) 74%,#8f0d22));box-shadow:0 13px 35px color-mix(in srgb,var(--primary) 23%,transparent);transform:translateX(7px)}.vin-step.active span{background:#fff;color:#111}.vin-step.active b{color:#fff}.btn-whatsapp{background:#20c86a;color:#fff;border-color:#28dd79;box-shadow:0 14px 35px #12aa5547}.btn-whatsapp:hover{background:#2bd879;transform:translateY(-2px)}.hero-whatsapp{margin-top:20px}.customer-hero-media{position:relative}.hero-photo{height:min(49vw,535px);min-height:420px;border-radius:25px;border:1px solid #ffffff14;overflow:hidden;position:relative;background:linear-gradient(145deg,#161b22,#090b0f);box-shadow:0 40px 90px #0009}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#00000012,#00000026);pointer-events:none;transition:.35s ease}.hero-photo img{width:100%;height:100%;object-fit:cover;filter:brightness(.84) contrast(1.02);transition:filter .35s ease,transform .35s ease}.hero-photo:hover img{filter:brightness(.98) contrast(1.03);transform:scale(1.01)}.hero-photo:hover:after{background:linear-gradient(180deg,#00000008,#00000016)}.hero-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#59616e}.hero-placeholder svg{width:92px;height:92px}.hero-placeholder span{font-size:12px}.warranty-shine{position:absolute;left:22px;right:22px;bottom:22px;display:grid;grid-template-columns:42px 1fr 26px;align-items:center;gap:12px;min-height:74px;padding:12px 18px;border:1px solid #ffffff20;border-radius:17px;background:#080a0ddc;backdrop-filter:blur(16px);overflow:hidden;box-shadow:0 12px 38px #0008}.warranty-shine:before{content:"";position:absolute;top:-80%;left:-30%;width:20%;height:260%;background:linear-gradient(90deg,transparent,#ffffff70,transparent);transform:rotate(18deg);animation:warrantyShine 2.6s ease-in-out infinite}.warranty-shine>svg{width:32px;height:32px;color:var(--primary)}.warranty-shine span{font-size:13px;font-weight:700}.warranty-shine a{position:relative;z-index:2;font-size:28px;color:#fff;font-weight:800;line-height:1;text-align:center;animation:starPulse 1.25s ease-in-out infinite}.warranty-shine a:hover{color:var(--primary)}@keyframes warrantyShine{0%,40%{left:-35%}75%,100%{left:125%}}@keyframes starPulse{50%{text-shadow:0 0 16px #fff;transform:scale(1.18)}}
.customer-products{background:#05070a}.customer-products .section-head{margin-bottom:42px}.catalog-label{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff12;padding-bottom:12px;margin-bottom:22px}.catalog-label span{font-size:12px;letter-spacing:.13em;text-transform:uppercase;color:#949ca8;font-weight:700}.catalog-label b{font-size:11px;color:var(--primary)}.equipment-label{margin-top:72px}.customer-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.customer-product-card{min-height:290px;position:relative;border:1px solid #252b35;border-radius:20px;background:linear-gradient(145deg,#12161c,#0a0d11);padding:18px;overflow:hidden;transition:.35s ease}.customer-product-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 18%,#ffffff0b,transparent 45%);pointer-events:none}.customer-product-card:hover{transform:translateY(-7px);border-color:#ffffff32;box-shadow:0 25px 55px #0009}.customer-product-image{height:205px;display:grid;place-items:center;margin-bottom:20px}.customer-product-image img{width:100%;height:100%;object-fit:contain;padding:10px}.customer-product-image>svg{width:68px;height:68px;color:#59616e}.customer-product-card h3{font-size:16px;margin:0;padding-right:30px}.product-arrow{position:absolute;right:16px;bottom:16px;width:19px;color:#747d89;transition:.25s}.customer-product-card:hover .product-arrow{color:var(--primary);transform:translate(2px,-2px)}.equipment-grid .customer-product-card{min-height:320px}.equipment-grid .customer-product-image{height:230px}
.customer-service{background:radial-gradient(circle at 10% 40%,#2e0a10 0,transparent 30%),#090a0d}.service-partner-card{display:grid;grid-template-columns:310px 1fr;align-items:center;gap:48px;padding:36px;border:1px solid #4b1820;border-radius:24px;background:linear-gradient(115deg,#24070b,#0d0d10 60%);box-shadow:inset 0 1px #ffffff08}.service-partner-logo{height:230px;border-radius:18px;background:#050608;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #ffffff0d}.service-partner-logo img{width:84%;height:84%;object-fit:contain}.service-partner-logo strong{font-size:38px;color:#fff}.service-partner-logo small{color:var(--primary)}.service-partner-card h3{font-size:clamp(27px,3vw,44px);line-height:1.12;margin-bottom:16px}.service-partner-card p{color:#a2a9b4;font-size:15px;max-width:720px}.verified-reviews-head{display:flex;justify-content:space-between;align-items:center;margin-top:70px;margin-bottom:22px}.verified-reviews-head>div{display:flex;align-items:center;gap:13px}.verified-reviews-head h3{font-size:23px;margin:0}.verified-reviews-head p{font-size:12px;color:#9098a4;margin:2px 0 0}.verified-reviews-head>a{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;color:#b7bec8}.verified-reviews-head>a svg{width:16px}.google-g{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#4285f4;font-size:22px;font-weight:800}.reviews-marquee{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}.reviews-flow{display:flex;width:max-content;gap:14px;animation:reviewsMove 48s linear infinite;will-change:transform}.review-card{width:350px;flex-basis:350px;background:#11151a;border-color:#292f39}.reviews-marquee:hover .reviews-flow{animation-play-state:paused}
.customer-why{background:#07090c}.why-showcase{display:grid;grid-template-columns:1.08fr .92fr;gap:58px;align-items:stretch}.why-content{padding:30px 0}.why-content h2{font-size:clamp(45px,5vw,72px)}.why-content>p{font-size:18px;color:#a5adb8;max-width:700px}.why-points{display:grid;gap:11px;margin-top:34px}.why-points>div{display:grid;grid-template-columns:48px 1fr;gap:15px;align-items:start;padding:16px;border:1px solid #252b34;border-radius:14px;background:#101318}.why-points>div>svg{width:27px;height:27px;color:var(--primary);margin:2px auto}.why-points span{display:flex;flex-direction:column;gap:4px}.why-points b{font-size:15px}.why-points small{color:#8f97a3;font-size:12px}.why-image{min-height:520px;border-radius:23px;overflow:hidden;border:1px solid #282e38;background:#11151a}.why-image img{width:100%;height:100%;object-fit:cover}.logistics-contact-card{margin-top:62px;border:1px solid #2a3039;border-radius:24px;background:#111419;padding:32px}.logistics-title{display:grid;grid-template-columns:.8fr 1.5fr;gap:35px;align-items:start;padding-bottom:25px;border-bottom:1px solid #ffffff10}.logistics-title h3{font-size:25px;line-height:1.3;margin:0}.logistics-features{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:22px 0}.logistics-features>div{display:grid;grid-template-columns:56px 1fr;gap:13px;align-items:center;padding:19px;border:1px solid #2b313b;border-radius:16px;background:#161a20}.logistics-features svg{width:32px;height:32px;color:#fff}.logistics-features span{display:flex;flex-direction:column}.logistics-features b{font-size:14px}.logistics-features small{font-size:11px;color:#9098a4;margin-top:4px}.combined-contact-social{display:grid;grid-template-columns:.8fr 1.2fr;gap:16px;padding-top:22px;border-top:1px solid #ffffff10}.combined-contact-social>div{display:flex;flex-direction:column;gap:8px}.combined-contact-social small{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#767f8b}.combined-contact-social>a,.combined-contact-social a:not(.social-icon){font-size:24px;color:var(--primary);font-weight:800}.colored-socials .social-icon{color:#fff;border:0}.colored-socials .social-whatsapp{background:#20c86a}.colored-socials .social-instagram{background:linear-gradient(135deg,#feda75,#d62976,#4f5bd5)}.colored-socials .social-telegram{background:#229ed9}.colored-socials .social-facebook{background:#1877f2}.colored-socials .social-tiktok{background:#111;box-shadow:inset 0 0 0 1px #69c9d0}.colored-socials .social-youtube{background:#f00}
.customer-contact{background:#05070a}.centered-head{text-align:center;justify-content:center}.contact-grid{align-items:stretch}.contact-panel,.contact-map-panel{border-radius:22px}.contact-combined{padding:20px;border:1px solid #2a3039;border-radius:15px;background:#171a20;display:grid;grid-template-columns:.8fr 1.2fr;gap:18px}.contact-combined>div{display:flex;flex-direction:column;gap:8px}.contact-combined small{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#8b939f}.contact-combined strong{font-size:13px}.map-wrap{min-height:410px}
.product-focus-page{min-height:calc(100svh - var(--header));padding:calc(var(--header) + 58px) 0 70px;display:grid;align-items:center;background:radial-gradient(circle at 25% 50%,#300910,transparent 33%),#07090c}.focus-back{display:inline-flex;align-items:center;gap:8px;color:#a1a9b5;font-size:12px;font-weight:700;margin-bottom:30px}.focus-back svg{width:16px}.product-focus-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:70px;align-items:center;min-height:560px;border:1px solid #2d2228;border-radius:26px;padding:42px;background:linear-gradient(120deg,#19070a,#0b0d11 55%);box-shadow:0 40px 100px #0008}.product-focus-media{height:480px;display:grid;place-items:center;border-radius:20px;background:#090b0e;border:1px solid #ffffff0d}.product-focus-media img{width:100%;height:100%;object-fit:contain;padding:34px}.product-focus-media>svg{width:115px;height:115px;color:#5f6773}.product-focus-copy h1{font-size:clamp(40px,5vw,72px);line-height:1.04;margin:15px 0 24px}.product-focus-copy p{font-size:21px;line-height:1.48;color:#d3d7dd;max-width:750px}.product-focus-wa{margin-top:22px;min-width:142px}.document-page{min-height:calc(100svh - var(--header));padding:calc(var(--header) + 60px) 0 90px;background:#07090c}.document-narrow{max-width:980px}.document-page h1{font-size:clamp(43px,6vw,78px);line-height:1.02;margin:14px 0 30px}.document-copy{font-size:17px;line-height:1.8;color:#c2c8d0;border:1px solid #282e38;border-radius:20px;padding:28px;background:#101318}.warranty-gallery{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:25px}.warranty-gallery figure{margin:0;border:1px solid #282e38;border-radius:20px;overflow:hidden;background:#101318}.warranty-gallery img,.warranty-gallery figure>span{width:100%;height:390px;object-fit:contain;background:#090b0e;display:grid;place-items:center}.warranty-gallery figure>span svg{width:70px;height:70px;color:#545d69}.warranty-gallery figcaption{padding:16px 19px;font-weight:700}.service-detail-image{width:100%;max-height:520px;object-fit:cover;border-radius:22px;margin-bottom:22px}
.customer-footer{padding:24px 0 100px}.customer-footer .container{display:flex;justify-content:center;gap:18px;align-items:center;color:#6f7783;font-size:11px}.customer-footer a{color:#a1a8b3}.customer-footer a:hover{color:#fff}.customer-mobile-bar{grid-template-columns:repeat(5,1fr)}
@media(max-width:1100px){.customer-hero-grid{grid-template-columns:1fr 1fr;gap:35px}.customer-product-grid{grid-template-columns:repeat(3,1fr)}.service-partner-card{grid-template-columns:260px 1fr}.why-showcase{gap:35px}.product-focus-grid{gap:35px}}
@media(max-width:760px){.brand-with-copy{min-width:0;padding-bottom:0}.brand-with-copy .brand-tagline{display:none}.intro-screen{min-height:auto;padding-top:var(--header);grid-template-rows:70px auto}.customer-brands{height:70px}.customer-brands .marquee-shell{height:52px}.customer-brands .brand-tile{width:120px;height:48px}.customer-brands .brand-tile img{max-width:96px;max-height:36px}.customer-hero{min-height:auto;padding:42px 0 65px}.customer-hero-grid{grid-template-columns:1fr;gap:35px}.customer-hero-copy h1{font-size:clamp(38px,11vw,56px)}.customer-hero-copy>p{font-size:14px}.vin-step{min-height:44px}.vin-step b{font-size:10px}.vin-step.active{transform:translateX(3px)}.customer-hero-media{order:-1}.hero-photo{height:330px;min-height:0}.warranty-shine{left:12px;right:12px;bottom:12px;grid-template-columns:32px 1fr 22px;padding:10px 12px;min-height:62px}.warranty-shine>svg{width:25px}.warranty-shine span{font-size:10px}.customer-product-grid{grid-template-columns:1fr 1fr;gap:9px}.customer-product-card{min-height:215px;padding:11px;border-radius:15px}.customer-product-image{height:145px;margin-bottom:13px}.customer-product-card h3{font-size:12px}.equipment-grid .customer-product-card{min-height:235px}.equipment-grid .customer-product-image{height:165px}.service-partner-card{grid-template-columns:1fr;padding:18px;gap:22px}.service-partner-logo{height:230px}.service-partner-card h3{font-size:27px}.verified-reviews-head{align-items:flex-start;gap:15px}.verified-reviews-head h3{font-size:17px}.verified-reviews-head>a{font-size:10px;text-align:right}.review-card{width:300px;flex-basis:300px}.why-showcase{grid-template-columns:1fr}.why-image{min-height:340px;order:-1}.why-content h2{font-size:43px}.why-content>p{font-size:15px}.logistics-contact-card{padding:18px;margin-top:40px}.logistics-title{grid-template-columns:1fr;gap:13px}.logistics-title h3{font-size:19px}.logistics-features{grid-template-columns:1fr}.combined-contact-social{grid-template-columns:1fr}.combined-contact-social>a,.combined-contact-social a:not(.social-icon){font-size:21px}.contact-combined{grid-template-columns:1fr}.product-focus-page{padding:calc(var(--header) + 35px) 0 60px}.product-focus-grid{grid-template-columns:1fr;padding:16px;min-height:0}.product-focus-media{height:330px}.product-focus-copy{padding:8px 5px 14px}.product-focus-copy h1{font-size:39px}.product-focus-copy p{font-size:17px}.product-focus-wa{width:auto;min-width:135px}.document-page{padding:calc(var(--header) + 42px) 0 75px}.document-page h1{font-size:42px}.document-copy{font-size:14px;padding:19px}.warranty-gallery{grid-template-columns:1fr}.warranty-gallery img,.warranty-gallery figure>span{height:320px}.customer-footer{padding-bottom:94px}.customer-footer .container{flex-direction:column;gap:5px}.floating-wa{display:none}}
@media(max-width:390px){.customer-product-grid{grid-template-columns:1fr}.customer-product-card{min-height:245px}.customer-product-image{height:175px}}
#home,#products,#service,#why,#contact{scroll-margin-top:72px}
.vin-inline-star{color:#fff!important;font-size:15px;margin-left:1px;text-shadow:0 0 10px #fff;position:relative;z-index:2}.vin-inline-star:hover{color:#fff!important;transform:scale(1.2)}

/* v1.5 — icon alignment, Google mark and mobile hardening */
.google-g,
.review-google{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 auto;
    overflow:hidden;
    line-height:0;
    vertical-align:middle;
}
.google-g{width:42px;height:42px;padding:9px;border-radius:50%;background:#fff}
.google-g img{display:block;width:24px;height:24px;max-width:none;object-fit:contain}
.review-google{width:30px;height:30px;padding:6px;border-radius:50%;background:#fff}
.review-google img{display:block;width:18px;height:18px;max-width:none;object-fit:contain}
.social-icon,
.contact-detail-icon,
.waze-wide,
.mobile-bar a{
    -webkit-tap-highlight-color:transparent;
}
.social-icon,
.contact-detail-icon{
    align-items:center!important;
    justify-content:center!important;
    line-height:0!important;
}
.social-icon svg,
.contact-detail-icon svg,
.waze-wide svg,
.mobile-bar svg,
.btn svg,
.why-points svg,
.logistics-features svg{
    display:block!important;
    flex:0 0 auto!important;
    transform:none!important;
    margin:0!important;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.social-icon svg{width:18px!important;height:18px!important}
.contact-detail-icon svg{width:18px!important;height:18px!important}
.mobile-bar a{min-width:0;text-align:center;line-height:1;overflow:hidden}
.mobile-bar a>svg{width:20px!important;height:20px!important}
.mobile-bar a>span{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.15}
.customer-product-image img,
.product-focus-media img,
.service-partner-logo img,
.why-image img,
.hero-photo img{
    content-visibility:auto;
}
@media(max-width:760px){
    .verified-reviews-head>div{min-width:0}
    .google-g{width:38px;height:38px;padding:8px}
    .google-g img{width:22px;height:22px}
    .review-google{width:28px;height:28px;padding:6px}
    .mobile-bar{
        grid-template-columns:repeat(5,minmax(0,1fr))!important;
        padding:5px 6px calc(5px + env(safe-area-inset-bottom,0px))!important;
        height:calc(62px + env(safe-area-inset-bottom,0px))!important;
    }
    .mobile-bar a{height:50px!important;gap:4px!important;padding:2px 1px!important}
    .mobile-bar a>svg{width:19px!important;height:19px!important}
    .mobile-bar a>span{font-size:8px!important;font-weight:600;letter-spacing:-.01em}
    .social-icons{gap:9px}
    .social-icon{width:40px!important;height:40px!important;flex:0 0 40px!important}
    .contact-detail-icon{width:38px!important;height:38px!important;flex:0 0 38px!important}
    .contact-detail{align-items:center!important}
    .contact-detail>div{min-width:0}
    .contact-detail strong,.contact-detail a{overflow-wrap:anywhere}
}

/* v2.0 — client handoff UI/UX polish */
:root{
    --surface-soft:#0d1117;
    --surface-strong:#11161d;
    --hairline:rgba(255,255,255,.10);
    --shadow-card:0 22px 70px rgba(0,0,0,.36);
}
html{scroll-padding-top:calc(var(--header) + 18px)}
body{min-width:320px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
::selection{background:color-mix(in srgb,var(--primary) 72%,transparent);color:#fff}
a,button,input,textarea,select{outline:none}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,details summary:focus-visible{
    outline:2px solid color-mix(in srgb,var(--primary) 86%,#fff 14%);
    outline-offset:3px;
}
.site-header{isolation:isolate}
.site-header:after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(239,35,60,.025),transparent)}
.header-inner{min-width:0}
.brand-with-copy{min-width:210px}
.brand-tagline{max-width:205px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.desktop-nav a{font-weight:600;letter-spacing:-.01em}
.lang-switch{border:1px solid rgba(255,255,255,.06);box-shadow:inset 0 1px rgba(255,255,255,.03)}
.btn{position:relative;overflow:hidden;isolation:isolate}
.btn:after{content:"";position:absolute;inset:-2px;z-index:-1;background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.18),transparent 60%);transform:translateX(-130%);transition:transform .55s ease}
.btn:hover:after{transform:translateX(130%)}

.customer-brands{position:relative;overflow:hidden}
.customer-brands:before,.customer-brands:after{content:"";position:absolute;z-index:3;top:0;bottom:0;width:min(9vw,120px);pointer-events:none}
.customer-brands:before{left:0;background:linear-gradient(90deg,#090c11 6%,transparent)}
.customer-brands:after{right:0;background:linear-gradient(-90deg,#090c11 6%,transparent)}
.customer-brands .marquee-shell{overflow:hidden}
.customer-brands .brand-marquee{gap:34px;align-items:center}
.customer-brands .brand-tile{display:flex;align-items:center;justify-content:center;flex:0 0 154px;padding:4px 10px;opacity:.68;transition:opacity .28s ease,transform .28s ease,filter .28s ease}
.customer-brands .brand-tile img{background:transparent!important;mix-blend-mode:normal;filter:grayscale(.15) brightness(.84) contrast(1.04);transition:inherit}
.customer-brands .brand-tile b{color:#c9ced6;white-space:nowrap;transition:inherit}
.customer-brands .brand-tile:hover{opacity:1;transform:translateY(-2px)}
.customer-brands .brand-tile:hover img{filter:none}
.customer-brands .brand-tile:hover b{color:#fff}

.customer-hero-grid{min-width:0}
.customer-hero-copy,.customer-hero-media{min-width:0}
.customer-hero-copy h1{text-wrap:balance}
.customer-hero-copy>p{text-wrap:pretty}
.vin-step{position:relative;overflow:hidden}
.vin-step:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.07),transparent);transform:translateX(-110%);transition:transform .6s ease}
.vin-step.active:after{transform:translateX(110%)}
.hero-photo{background:#0b0e13}
.hero-photo img{background:transparent}
.warranty-shine{transition:border-color .25s ease,transform .25s ease}
.warranty-shine:hover{border-color:rgba(255,255,255,.32);transform:translateY(-2px)}

.catalog-label{position:relative}
.catalog-label:after{content:"";position:absolute;left:0;bottom:-1px;width:72px;height:1px;background:var(--primary)}
.customer-product-card{cursor:pointer;isolation:isolate;box-shadow:inset 0 1px rgba(255,255,255,.025)}
.customer-product-card:after{content:"";position:absolute;inset:auto 18px 0;height:1px;background:linear-gradient(90deg,transparent,var(--primary),transparent);opacity:0;transition:.3s ease}
.customer-product-card:hover:after{opacity:.75}
.customer-product-image{position:relative;isolation:isolate}
.customer-product-image:after{content:"";position:absolute;z-index:-1;width:62%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.07),transparent 68%);filter:blur(8px);opacity:.55;transition:.35s ease}
.customer-product-image img{background:transparent!important;filter:brightness(.78) saturate(.86) drop-shadow(0 18px 24px rgba(0,0,0,.52));opacity:.88;transform:translateZ(0) scale(.96);transition:filter .34s ease,opacity .34s ease,transform .34s cubic-bezier(.2,.7,.2,1)}
.customer-product-card:hover .customer-product-image img{filter:brightness(1.03) saturate(1) drop-shadow(0 20px 28px rgba(0,0,0,.55));opacity:1;transform:scale(1.025)}
.customer-product-card:hover .customer-product-image:after{opacity:1}
.customer-product-card h3{text-wrap:balance;line-height:1.3}

.service-partner-card,.why-image,.logistics-contact-card,.contact-panel,.contact-map-panel,.product-focus-grid,.document-copy,.warranty-gallery figure{
    box-shadow:inset 0 1px rgba(255,255,255,.025),var(--shadow-card);
}
.service-partner-logo{overflow:hidden}
.service-partner-logo img{background:transparent!important;filter:drop-shadow(0 18px 34px rgba(0,0,0,.55))}
.verified-reviews-head>div{min-width:0}
.google-g,.review-google{box-shadow:0 7px 20px rgba(0,0,0,.26)}
.review-card{transition:border-color .25s ease,transform .25s ease,background .25s ease}
.review-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.22);background:#151a21}
.review-card p{overflow-wrap:anywhere}

.why-image{overflow:hidden;background:#0b0e13}
.why-image img{transition:filter .45s ease,transform .6s cubic-bezier(.2,.7,.2,1);filter:brightness(.86)}
.why-image:hover img{filter:brightness(1);transform:scale(1.015)}
.why-points>div{transition:background .25s ease,border-color .25s ease,transform .25s ease}
.why-points>div:hover{transform:translateX(4px);border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.035)}

.contact-detail,.contact-social-block{transition:border-color .25s ease,background .25s ease,transform .25s ease}
.contact-detail:hover,.contact-social-block:hover{border-color:rgba(255,255,255,.16);background:#171b22;transform:translateY(-2px)}
.social-icon{border:1px solid rgba(255,255,255,.13);box-shadow:inset 0 1px rgba(255,255,255,.06);transition:transform .22s ease,border-color .22s ease,background .22s ease}
.social-icon:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.35);background:#242932}
.contact-map-panel iframe{display:block;width:100%;border:0;filter:grayscale(.78) invert(.06) contrast(1.04);transition:filter .3s ease}
.contact-map-panel:hover iframe{filter:grayscale(.25) contrast(1.02)}


.product-focus-media{overflow:hidden;background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.055),transparent 48%),#090b0e}
.product-focus-media img{background:transparent!important;filter:drop-shadow(0 26px 36px rgba(0,0,0,.48));transition:transform .45s cubic-bezier(.2,.7,.2,1),filter .35s ease}
.product-focus-media:hover img{transform:scale(1.025);filter:drop-shadow(0 30px 42px rgba(0,0,0,.58)) brightness(1.04)}
.product-focus-copy h1{text-wrap:balance}
.document-page h1{text-wrap:balance}
.customer-footer{border-top:1px solid rgba(255,255,255,.08)}
.customer-footer a{transition:color .2s ease}
.customer-footer a:hover{color:#fff}

@media(hover:none){
    .customer-brands .brand-tile{opacity:.92}
    .customer-brands .brand-tile img{filter:none}
    .customer-product-image img{filter:brightness(.96) saturate(.96) drop-shadow(0 15px 22px rgba(0,0,0,.5));opacity:1}
    .btn:hover:after{transform:translateX(-130%)}
}
@media(max-width:1100px){
    .brand-with-copy{min-width:185px}
    .customer-brands .brand-marquee{gap:22px}
}
@media(max-width:760px){
    html{scroll-padding-top:78px}
    body{padding-bottom:calc(78px + env(safe-area-inset-bottom,0px))}
    .container{width:min(calc(100% - 24px),var(--container))}
    .site-header,.site-header.scrolled{height:64px}
    .header-inner{gap:9px}
    .brand-with-copy{min-width:0;flex:1}
    .custom-logo{max-width:138px}
    .brand-word{font-size:16px;white-space:nowrap}
    .header-actions{gap:7px;flex:0 0 auto}
    .lang-switch{padding:3px}
    .lang-switch a{min-width:25px;text-align:center;padding:5px 4px}
    .customer-brands:before,.customer-brands:after{width:34px}
    .customer-brands .brand-marquee{gap:13px}
    .customer-brands .brand-tile{flex-basis:112px;padding-inline:6px;opacity:.92}
    .customer-hero{padding-top:31px}
    .customer-hero-media{margin-inline:0}
    .hero-photo{border-radius:19px}
    .customer-hero-copy h1{line-height:1.02;margin-top:12px}
    .vin-step{border-radius:10px;padding-inline:12px}
    .customer-product-grid{gap:10px}
    .customer-product-card{padding:12px;border-radius:16px}
    .customer-product-image img{padding:4px}
    .service-partner-card,.product-focus-grid{border-radius:20px}
    .verified-reviews-head{display:grid;grid-template-columns:1fr;gap:12px}
    .verified-reviews-head>a{justify-self:start;text-align:left}
    .why-content h2{font-size:clamp(37px,11vw,48px)}
    .contact-map-panel iframe{filter:grayscale(.5) contrast(1.02)}
    .mobile-bar{left:8px;right:8px;border-radius:19px;box-shadow:0 18px 55px rgba(0,0,0,.72)}
    .mobile-bar a{border-radius:13px}
    .mobile-bar a.active{background:rgba(255,255,255,.055)}
    .mobile-bar a.active svg{filter:drop-shadow(0 0 8px color-mix(in srgb,var(--primary) 65%,transparent))}
}
@media(max-width:480px){
    .customer-product-grid{grid-template-columns:1fr 1fr}
    .customer-product-card{min-height:205px}
    .customer-product-image{height:136px}
    .customer-product-card h3{font-size:11.5px}
    .equipment-grid .customer-product-card{min-height:220px}
    .equipment-grid .customer-product-image{height:150px}
    .product-focus-media{height:290px}
    .warranty-gallery img,.warranty-gallery figure>span{height:285px}
}
@media(max-width:355px){
    .customer-product-grid{grid-template-columns:1fr}
    .customer-product-card{min-height:235px}
    .customer-product-image{height:170px}
}
@media(prefers-reduced-motion:reduce){
    .customer-product-image img,.hero-photo img,.why-image img,.product-focus-media img,.review-card,.social-icon,.contact-detail{transition-duration:.01ms!important}
}

/* BrakeAZ v2.1 customer revision */
#home,#products,#service,#why,#contact{scroll-margin-top:calc(var(--header) + 10px)}
.intro-screen{min-height:100svh}
.customer-hero{padding:20px 0 34px;min-height:calc(100svh - var(--header) - 88px)}
.customer-hero-copy h1{margin-top:0}
.vin-step{min-height:40px;padding:7px 13px}
.vin-step span,.vin-step.active span{width:auto;height:auto;min-width:15px;border-radius:0;background:transparent;color:inherit;font-size:12px;font-weight:700}
.vin-step b{font-size:12px}
.vin-step.active span,.vin-step.active b{color:#fff}
.hero-photo{height:min(44vw,500px);min-height:400px}
.hero-photo img{object-fit:cover;object-position:center}
.warranty-shine{left:18px;right:18px;bottom:18px;min-height:82px}
.warranty-shine span{font-size:15px;line-height:1.35}
.warranty-shine button{position:relative;z-index:2;border:0;background:transparent;color:#fff;font:800 30px/1 var(--font);cursor:pointer;padding:5px 8px;animation:starPulse 1.25s ease-in-out infinite}
.warranty-shine button:hover{color:var(--primary)}
.catalog-label{justify-content:flex-start}
.customer-service{padding-top:72px;padding-bottom:72px}
.service-partner-card{grid-template-columns:260px 1fr;padding:26px;gap:38px}
.service-partner-logo{height:185px}
.service-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:20px}
.service-phone{display:inline-flex;align-items:center;gap:8px;color:#e7eaf0;font-weight:700;font-size:13px;padding:11px 14px;border:1px solid #303640;border-radius:10px;background:#13171d}
.service-phone svg{width:17px;height:17px;color:var(--primary)}
.verified-reviews-head{margin-top:38px}
.review-card{width:320px;flex-basis:320px;padding:18px}
.review-card p{font-size:12px;line-height:1.55}
.customer-why{padding-top:72px;padding-bottom:72px}
.why-showcase{align-items:center}
.why-content{padding:0}
.why-image{min-height:460px}
.wide-choice-icon{width:32px;height:32px;color:var(--primary);display:grid;place-items:center;margin:0 auto}
.wide-choice-icon svg{width:32px;height:32px}
.customer-contact{padding-top:72px;padding-bottom:84px}
.contact-delivery-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:16px;align-items:stretch}
.delivery-panel,.contact-map-panel{border:1px solid #292f38;border-radius:22px;background:#111419;padding:28px;min-width:0}
.delivery-panel h3{font-size:clamp(22px,2.3vw,31px);line-height:1.25;margin:8px 0 22px}
.delivery-items{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.delivery-items>div{display:grid;grid-template-columns:46px 1fr;gap:12px;align-items:start;padding:17px;border:1px solid #2b313a;border-radius:15px;background:#171b21}
.delivery-items svg{width:25px;height:25px;color:#fff;margin-top:2px}
.delivery-items span,.contact-lines span,.contact-address span{display:flex;flex-direction:column;gap:4px}
.delivery-items b{font-size:13px}.delivery-items small{font-size:11px;color:#8f98a5;line-height:1.5}
.contact-lines{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}
.contact-lines>div{display:grid;grid-template-columns:40px 1fr;gap:10px;align-items:center;padding:15px;border:1px solid #2b313a;border-radius:15px;background:#171b21}
.contact-lines svg{width:21px;height:21px;color:var(--primary)}
.contact-lines small,.contact-address small,.contact-social-row>small{font-size:9px;text-transform:uppercase;letter-spacing:.11em;color:#7f8894}
.contact-lines a,.contact-lines strong{font-size:13px;color:#fff;font-weight:700}
.contact-social-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px;padding-top:17px;border-top:1px solid #ffffff10}
.contact-address{display:grid;grid-template-columns:42px 1fr;gap:11px;align-items:center;padding:0 0 17px}
.contact-address>svg{width:24px;height:24px;color:var(--primary)}
.contact-address strong{font-size:14px}
.contact-map-panel{display:flex;flex-direction:column}
.contact-map-panel .map-wrap{min-height:0;flex:1;border-radius:16px;overflow:hidden}
.contact-map-panel iframe{width:100%;height:100%;min-height:360px;border:0;filter:grayscale(.85) invert(.9) contrast(.86)}
.product-focus-page{padding:calc(var(--header) + 28px) 0 42px;min-height:100svh}
.product-focus-grid{grid-template-columns:.82fr 1.18fr;gap:42px;min-height:0;padding:28px}
.product-focus-media{height:min(55vh,410px)}
.product-focus-media img{padding:22px}
.product-focus-copy h1{font-size:clamp(34px,4.5vw,58px);margin:11px 0 18px}
.product-focus-copy p{font-size:18px;line-height:1.5}
.focus-back{margin-bottom:18px}
.vin-info-page{padding-top:calc(var(--header) + 35px)}
.vin-info-page h1{font-size:clamp(38px,5vw,66px);margin-bottom:20px}
.vin-copy{font-size:18px}
.vin-gallery img,.vin-gallery figure>span{height:330px}
.vin-info-wa{margin-top:22px}
.info-modal[hidden]{display:none}
.info-modal{position:fixed;inset:0;z-index:500;display:grid;place-items:center;padding:20px}
.info-modal-backdrop{position:absolute;inset:0;border:0;background:#000b;backdrop-filter:blur(8px);cursor:pointer}
.info-modal-card{position:relative;z-index:1;width:min(520px,100%);border:1px solid #343a44;border-radius:22px;background:linear-gradient(145deg,#171b21,#0b0e12);padding:30px;box-shadow:0 40px 120px #000}
.info-modal-card h2{font-size:30px;margin:7px 0 12px}.info-modal-card p{color:#b6bdc7;font-size:16px;line-height:1.6;margin-bottom:22px}
.info-modal-close{position:absolute;right:14px;top:14px;width:38px;height:38px;border-radius:50%;border:1px solid #343a44;background:#151920;color:#fff;display:grid;place-items:center;cursor:pointer}
.info-modal-close svg{width:18px;height:18px}
body.modal-open{overflow:hidden}
@media(max-width:900px){.contact-delivery-grid{grid-template-columns:1fr}.service-partner-card{grid-template-columns:220px 1fr}.delivery-items,.contact-lines{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.intro-screen{min-height:auto}.customer-hero{padding:25px 0 48px}.customer-hero-media{order:0}.hero-photo{height:320px;min-height:0}.vin-step{min-height:40px}.vin-step span,.vin-step.active span{font-size:11px}.warranty-shine span{font-size:12px}.service-partner-card{grid-template-columns:1fr}.service-partner-logo{height:190px}.service-actions{align-items:stretch;flex-direction:column}.service-phone{justify-content:center}.verified-reviews-head{margin-top:30px}.customer-service,.customer-why,.customer-contact{padding-top:56px;padding-bottom:60px}.why-image{min-height:320px}.contact-delivery-grid{grid-template-columns:1fr}.delivery-panel,.contact-map-panel{padding:18px}.delivery-items,.contact-lines{grid-template-columns:1fr}.contact-social-row{align-items:flex-start;flex-direction:column}.contact-map-panel iframe{min-height:300px}.product-focus-page{padding:calc(var(--header) + 22px) 0 38px}.product-focus-grid{padding:14px;gap:20px}.product-focus-media{height:270px}.product-focus-media img{padding:14px}.product-focus-copy h1{font-size:34px}.product-focus-copy p{font-size:15px}.vin-gallery img,.vin-gallery figure>span{height:280px}.info-modal-card{padding:25px 20px}.info-modal-card h2{font-size:25px}}

/* v2.3: firma loqoları orijinal şəffaf PNG kimi göstərilir */
.customer-brands .brand-tile,.customer-brands .brand-tile picture,.customer-brands .brand-tile img{background-color:transparent!important;background-image:none!important;box-shadow:none!important;border:0!important}
.customer-brands .brand-tile img{display:block;width:auto;height:auto;object-fit:contain}

.contact-delivery-grid.contact-no-map{grid-template-columns:minmax(0,1fr);max-width:980px;margin-inline:auto}.contact-delivery-grid.contact-no-map .delivery-panel{width:100%}

/* BrakeAZ v2.5 — müştəri mətninə tam uyğun strict görünüş */
.vin-step.active{
    background:#0b0e13;
    border-color:color-mix(in srgb,var(--primary) 78%,#fff 5%);
    box-shadow:0 10px 28px color-mix(in srgb,var(--primary) 18%,transparent);
}
.vin-step span,.vin-step.active span{
    width:auto;height:auto;min-width:15px;padding:0;border:0;border-radius:0;
    background:transparent;color:inherit;font-size:12px;font-weight:700;
}
.vin-step.active span,.vin-step.active b{color:#fff}
.customer-products .section-head,.customer-service .section-head{margin-bottom:28px}
.customer-service{padding-top:54px;padding-bottom:54px}
.service-partner-card{padding:24px;gap:34px}
.service-partner-logo{height:170px}
.verified-reviews-head{margin-top:30px}
.customer-why{padding-top:56px;padding-bottom:56px}
.why-content h2{margin-bottom:24px}
.why-points{margin-top:0}
.customer-contact{padding-top:56px}
.customer-contact .section-head{margin-bottom:26px}
.delivery-panel h3{margin-top:0}
@media(max-width:760px){
    .customer-service,.customer-why,.customer-contact{padding-top:48px;padding-bottom:52px}
    .service-partner-logo{height:170px}
    .why-content h2{margin-bottom:18px}
}

/* v2.5.1 strict customer content */
.service-actions{margin-top:20px}
.info-modal-card>p{margin-top:20px}

/* v2.6: warranty block is above the image, map removed, blog restored */
.customer-hero-media{display:flex;flex-direction:column;position:relative}
.warranty-shine.warranty-above-photo{position:relative;left:auto;right:auto;bottom:auto;width:100%;margin:0 0 14px;min-height:70px;flex:0 0 auto}
.customer-hero-media .hero-photo{height:min(43vw,470px);min-height:390px}
.customer-footer .container>nav{display:flex;align-items:center;gap:16px}
.customer-mobile-bar{grid-template-columns:repeat(6,1fr)}
@media(max-width:760px){
  .warranty-shine.warranty-above-photo{left:auto;right:auto;bottom:auto;margin-bottom:10px;min-height:58px;padding:9px 12px;grid-template-columns:30px 1fr 24px}
  .customer-hero-media .hero-photo{height:300px;min-height:0}
  .customer-footer .container>nav{display:flex;gap:14px}
  .customer-mobile-bar{grid-template-columns:repeat(6,1fr);padding-inline:4px}
  .customer-mobile-bar span{font-size:7px}
  .customer-mobile-bar svg{width:18px;height:18px}
}

/* v2.6.1 customer corrections */
.vin-step span,.vin-step.active span{width:auto;height:auto;min-width:14px;border-radius:0;background:transparent;color:inherit;font-size:12px}
.vin-step.active span{background:transparent;color:#fff}
.customer-hero-media{display:flex;flex-direction:column}
.warranty-shine.warranty-above-photo{position:relative;inset:auto;width:100%;margin:0 0 14px;flex:0 0 auto}
.customer-hero-media .hero-photo{width:100%}
.contact-no-map{grid-template-columns:1fr;max-width:980px;margin-inline:auto}
.contact-no-map .delivery-panel{width:100%}
@media(max-width:760px){.warranty-shine.warranty-above-photo{position:relative;inset:auto;width:100%;margin-bottom:10px}.vin-step span,.vin-step.active span{font-size:11px}}
/* Şəkilləri kəsmədən, orijinal proporsiyada göstər */
.customer-hero-media .hero-photo,
.why-image {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    overflow: hidden;
}

/* Ana səhifə və Niyə biz şəkilləri */
.customer-hero-media .hero-photo img,
.why-image img {
    display: block;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: none;
}

/* Hover zamanı ölçü dəyişməsin */
.customer-hero-media .hero-photo:hover img,
.why-image:hover img {
    transform: none !important;
}

/* Mobil görünüşdə də şəkil proporsiyası qorunsun */
@media (max-width: 760px) {
    .customer-hero-media .hero-photo,
    .why-image {
        height: auto !important;
        min-height: 0 !important;
    }

    .customer-hero-media .hero-photo img,
    .why-image img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }
}

/* =========================================================
   EYLEC.AZ SERVİS LOQOSU — FINAL
   assets/img/eylecaz.png, eylecaz.jpg və ya eylecaz.jpeg
   ========================================================= */
.service-partner-card {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    align-items: center;
    gap: 34px;
}

.service-partner-logo {
    width: 100%;
    height: 180px;
    min-height: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: #050608;
}

.service-partner-logo img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
    background: transparent !important;
    filter: none !important;
}

.service-partner-content {
    min-width: 0;
}

.service-partner-content h3 {
    margin-top: 0;
}

@media (max-width: 900px) {
    .service-partner-card {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 24px;
    }

    .service-partartner-logo,
    .service-partner-logo {
        height: 160px;
    }
}

@media (max-width: 760px) {
    .service-partner-card {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 18px;
    }

    .service-partner-logo {
        width: 100%;
        height: auto;
        min-height: 170px;
    }

    .service-partner-logo img {
        width: 100% !important;
        height: auto !important;
        max-height: 240px !important;
        object-fit: contain !important;
    }

    .service-partner-content h3 {
        font-size: 26px;
        line-height: 1.2;
    }
}

/* =========================================================
   BrakeAZ v2.7 — müştərinin 01.08.2026 düzəlişləri
   ========================================================= */
:root{--brands-h:72px}

/* Header: yalnız BRAKE.AZ, disk yoxdur; slogan tam görünür */
.site-header,.site-header.scrolled{height:var(--header)}
.brand-with-copy{position:relative;min-width:350px;padding-bottom:20px;overflow:visible}
.brand-with-copy .brand-tagline{left:0!important;bottom:-1px!important;max-width:none!important;width:max-content;white-space:nowrap;overflow:visible;text-overflow:clip;font-size:11px!important;line-height:1.15!important;color:#9aa2ad!important;font-weight:500}
.brand-word{font-size:20px;line-height:1;letter-spacing:.065em}
.brand-disc{display:none!important}

/* WhatsApp bütün əsas düymələrdə yaşıl görünür */
.header-wa,.header-wa:hover,.btn-whatsapp{background:#20c86a!important;border-color:#28dd79!important;color:#fff!important;box-shadow:0 14px 34px rgba(18,170,85,.28)!important}
.header-wa svg,.btn-whatsapp svg{color:#fff!important}

/* Firma loqoları bütün səhifələrdə header altında sabit qalır */
.global-brands-band{position:fixed;left:0;right:0;top:var(--header);z-index:95;height:var(--brands-h);padding:8px 0!important;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.09);background:rgba(7,9,12,.96)!important;backdrop-filter:blur(18px);overflow:hidden}
.global-brands-band .marquee-shell{height:56px;display:flex;align-items:center}
.global-brands-band .brand-tile{height:52px;width:154px;padding:7px 12px}
.global-brands-band .brand-tile img{max-height:40px;max-width:122px}
.global-brands-band .brand-marquee{animation-duration:48s!important}
.has-global-brands main{padding-top:var(--brands-h)}

/* Anchor keçidlər fixed header + firma sətrinin altında açılır */
#home,#products,#service,#why,#contact{scroll-margin-top:calc(var(--header) + var(--brands-h))!important}

/* Ana səhifə bir ekran daxilində kəsilmədən */
.intro-screen{min-height:100svh;padding-top:var(--header)!important;display:block!important;overflow:visible!important}
.customer-hero{min-height:calc(100svh - var(--header) - var(--brands-h));padding:20px 0 24px!important;display:grid;align-items:center}
.customer-hero-grid{gap:46px!important;align-items:center}
.customer-hero-copy h1{font-size:clamp(40px,4.55vw,64px)!important;line-height:1.01!important;margin:0 0 18px!important;max-width:720px}
.customer-hero-copy>p:empty{display:none}
.customer-hero-copy>p{margin-bottom:14px!important}
.vin-steps{gap:6px!important}
.vin-step{min-height:39px!important;padding:6px 14px!important}
.vin-step b{font-size:11px!important}
.hero-whatsapp{margin-top:14px!important;min-height:46px}
.customer-hero-copy h1 .vin-inline-star{display:inline-block;font-size:.34em!important;line-height:1;vertical-align:top;margin-left:3px;transform:translateY(-.05em);text-shadow:0 0 12px #fff}

/* Zəmanət mətni şəkilin üstündə; ulduz son sözün sonunda yuxarıda */
.warranty-shine.warranty-above-photo{position:relative!important;inset:auto!important;width:100%;margin:0 0 10px!important;min-height:62px!important;display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;gap:12px!important;padding:10px 16px!important}
.warranty-shine .warranty-text{font-size:14px!important;line-height:1.35;font-weight:700;display:inline!important}
.warranty-shine .warranty-text button{display:inline-block!important;position:relative!important;top:-.62em!important;margin-left:2px!important;padding:0!important;font-size:19px!important;line-height:1!important;vertical-align:baseline;color:#fff!important}
.customer-hero-media .hero-photo{height:auto!important;min-height:0!important;max-height:430px!important;border-radius:22px}
.customer-hero-media .hero-photo img{width:100%!important;height:auto!important;max-height:430px!important;object-fit:contain!important}

/* Bölmə başlıqları və səhifələr yuxarıdan başlayır */
.customer-products,.customer-service,.customer-why,.customer-contact{scroll-margin-top:calc(var(--header) + var(--brands-h))!important}
.customer-products{padding-top:44px!important}
.customer-products .section-head{margin-bottom:26px!important}
.customer-products .section-head h2{font-size:clamp(34px,4vw,52px)}

/* Servis və rəylər bir ekran daxilində */
.customer-service{min-height:calc(100svh - var(--header) - var(--brands-h));padding:22px 0 26px!important;display:flex;align-items:flex-start}
.customer-service>.container{width:min(calc(100% - 40px),var(--container))}
.customer-service .section-head{margin:0 0 12px!important}
.customer-service .section-head h2{font-size:clamp(32px,3.4vw,48px)}
.service-partner-card{grid-template-columns:210px minmax(0,1fr)!important;gap:24px!important;padding:16px!important;border-radius:18px!important}
.service-partner-logo{height:122px!important;border-radius:14px!important}
.service-partner-card h3{font-size:clamp(22px,2.25vw,32px)!important;line-height:1.18!important;margin-bottom:8px!important}
.service-actions{margin-top:10px!important}
.service-actions .btn{min-height:43px}
.verified-reviews-head{margin:16px 0 10px!important}
.verified-reviews-head h3{font-size:18px!important}
.verified-reviews-head>a{position:relative;z-index:5;pointer-events:auto;text-decoration:underline;text-underline-offset:3px}
.review-card{width:300px!important;flex-basis:300px!important;min-height:150px!important;padding:14px!important}
.review-card p{font-size:11px!important;line-height:1.45!important;margin-top:14px!important}
.review-card h3{font-size:12px!important}
.reviews-flow{padding-bottom:4px!important}

/* Niyə biz: tam ekran və çərçivəsiz orijinal şəkil */
.customer-why{min-height:calc(100svh - var(--header) - var(--brands-h));padding:28px 0!important;display:flex;align-items:center}
.why-showcase{align-items:center!important;gap:50px!important}
.why-content{padding:0!important}
.why-content h2{font-size:clamp(42px,4.8vw,64px)!important;margin:0 0 22px!important}
.why-points{gap:9px!important}
.why-points>div{padding:14px!important}
.why-image{min-height:0!important;height:auto!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;display:flex;align-items:center;justify-content:center}
.why-image img{display:block;width:auto!important;height:auto!important;max-width:100%!important;max-height:440px!important;object-fit:contain!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;filter:none!important}

/* Əlaqə hissəsi yuxarıda, artıq boşluqsuz */
.customer-contact{min-height:calc(100svh - var(--header) - var(--brands-h));padding:26px 0 34px!important;display:flex;align-items:flex-start}
.customer-contact .section-head{margin:0 0 16px!important}
.customer-contact .section-head h2{font-size:clamp(34px,4vw,52px)}
.contact-delivery-grid.contact-no-map{max-width:1040px!important}
.delivery-panel{padding:24px!important}
.delivery-panel h3{font-size:clamp(24px,2.5vw,34px);margin-bottom:18px!important}
.delivery-items,.contact-lines{gap:10px!important}
.delivery-items small,.contact-lines small{line-height:1.45}

/* VIN məlumat səhifəsi: başlıq və iki nümunə bir ekrana sığır */
.vin-compact-page{min-height:calc(100svh - var(--header) - var(--brands-h));padding:22px 0 28px!important}
.vin-compact-page .document-narrow{max-width:980px}
.vin-compact-page .focus-back{margin-bottom:10px!important}
.vin-compact-page h1{font-size:clamp(32px,4vw,48px)!important;line-height:1.05!important;margin:0 0 12px!important}
.vin-compact-page .document-copy{font-size:14px!important;line-height:1.5!important;padding:15px 18px!important}
.vin-compact-page .warranty-gallery{margin-top:12px!important;gap:12px!important}
.vin-compact-page .warranty-gallery img,.vin-compact-page .warranty-gallery figure>span{height:min(27vh,210px)!important}
.vin-compact-page .warranty-gallery figcaption{padding:9px 13px!important;font-size:12px}

@media(max-width:1100px){
  .brand-with-copy{min-width:300px}
  .brand-with-copy .brand-tagline{font-size:10px!important}
  .customer-hero-grid{gap:30px!important}
  .service-partner-card{grid-template-columns:180px minmax(0,1fr)!important}
  .service-partner-logo{height:110px!important}
}

@media(max-width:760px){
  :root{--brands-h:62px;--header:68px}
  .site-header,.site-header.scrolled{height:var(--header)}
  .brand-with-copy{min-width:0;padding-bottom:0}
  .brand-with-copy .brand-tagline{display:none}
  .brand-word{font-size:17px}
  .global-brands-band{top:var(--header);height:var(--brands-h);padding:5px 0!important}
  .global-brands-band .marquee-shell{height:50px}
  .global-brands-band .brand-tile{width:118px;height:46px;padding:5px 8px}
  .global-brands-band .brand-tile img{max-width:94px;max-height:34px}
  .has-global-brands main{padding-top:var(--brands-h)}
  .customer-hero{padding:16px 0 24px!important}
  .customer-hero-grid{grid-template-columns:1fr!important;gap:18px!important}
  .customer-hero-copy h1{font-size:clamp(34px,10vw,46px)!important;margin-bottom:14px!important}
  .customer-hero-media{order:0!important}
  .warranty-shine.warranty-above-photo{min-height:56px!important;padding:8px 11px!important;grid-template-columns:28px 1fr!important}
  .warranty-shine .warranty-text{font-size:11px!important}
  .warranty-shine .warranty-text button{font-size:16px!important}
  .customer-hero-media .hero-photo,.customer-hero-media .hero-photo img{max-height:290px!important}
  .vin-step{min-height:36px!important}
  .hero-whatsapp{margin-top:10px!important}
  .customer-service,.customer-why,.customer-contact{min-height:auto;padding:22px 0 28px!important}
  .service-partner-card{grid-template-columns:1fr!important;gap:12px!important;padding:14px!important}
  .service-partner-logo{height:auto!important;min-height:100px!important;max-height:150px!important}
  .service-partner-logo img{height:auto!important;max-height:150px!important}
  .service-partner-card h3{font-size:22px!important}
  .verified-reviews-head{display:grid!important;grid-template-columns:1fr;gap:7px!important;margin-top:14px!important}
  .review-card{width:260px!important;flex-basis:260px!important;min-height:140px!important}
  .why-showcase{grid-template-columns:1fr!important;gap:18px!important}
  .why-image{order:-1}
  .why-image img{max-height:260px!important}
  .why-content h2{font-size:38px!important;margin-bottom:16px!important}
  .why-points>div{grid-template-columns:40px 1fr!important;padding:11px!important}
  .delivery-panel{padding:16px!important}
  .delivery-items,.contact-lines{grid-template-columns:1fr!important}
  .vin-compact-page{padding:16px 0 22px!important}
  .vin-compact-page h1{font-size:30px!important;margin-bottom:9px!important}
  .vin-compact-page .document-copy{font-size:12px!important;padding:11px 13px!important}
  .vin-compact-page .warranty-gallery{grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:9px!important}
  .vin-compact-page .warranty-gallery img,.vin-compact-page .warranty-gallery figure>span{height:145px!important}
  .vin-compact-page .warranty-gallery figcaption{font-size:10px!important;padding:7px 9px!important}
}

/* Mobil header-də slogan da tam və oxunaqlı qalsın */
@media(max-width:760px){
  .brand-with-copy{min-width:185px!important;padding-bottom:13px!important;overflow:visible!important}
  .brand-with-copy .brand-tagline{display:block!important;left:0!important;bottom:-1px!important;font-size:7.5px!important;line-height:1.05!important;white-space:nowrap!important;color:#939ba7!important}
}
@media(max-width:390px){
  .brand-with-copy{min-width:162px!important}
  .brand-with-copy .brand-tagline{font-size:6.8px!important}
}


/* =========================================================
   BrakeAZ v2.8 — schema 14 / müştəri düzəlişlərinin yekun tətbiqi
   ========================================================= */
html{scroll-padding-top:calc(var(--header) + var(--brands-h) + 8px)!important}

/* Logo: yalnız BRAKE.AZ, slogan tam və oxunaqlı */
.brand-with-copy{min-width:390px!important;padding-bottom:18px!important;overflow:visible!important}
.brand-word{font-size:21px!important;line-height:1!important}
.brand-with-copy .brand-tagline{
  display:block!important;left:0!important;bottom:0!important;
  max-width:none!important;width:max-content!important;
  white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;
  font-size:12px!important;line-height:1.15!important;font-weight:500!important;color:#aab1bc!important
}

/* Header WhatsApp: söz və ikon yaşıl */
.header-wa,.header-wa:hover{
  background:transparent!important;border-color:#25d366!important;color:#25d366!important;
  box-shadow:none!important
}
.header-wa svg{color:#25d366!important;stroke:#25d366!important}

/* Firma sətri hər səhifədə sabit və ən azı 30% daha yavaş */
.global-brands-band .brand-marquee{animation-duration:48s!important}

/* Ana səhifə: mətn və düymə ilk ekrana sığsın */
.customer-hero{padding:14px 0 20px!important}
.customer-hero-grid{gap:38px!important}
.customer-hero-copy h1{font-size:clamp(36px,4.15vw,58px)!important;line-height:1.03!important;margin:0 0 14px!important}
.customer-hero-copy>p{display:none!important}
.vin-steps{gap:5px!important}
.vin-step{min-height:36px!important;padding:5px 13px!important}
.vin-step b{font-size:11px!important}
.hero-whatsapp{margin-top:10px!important;min-height:43px!important}
.customer-hero-copy h1 .vin-inline-star{font-size:.32em!important;top:-.05em!important}

/* Zəmanət mətni şəkildən yuxarıda və ulduz son sözün sonunda */
.warranty-shine.warranty-above-photo{margin-bottom:8px!important;min-height:56px!important;padding:8px 14px!important}
.warranty-shine .warranty-text{font-size:13px!important}
.warranty-shine .warranty-text button{top:-.68em!important;font-size:18px!important;margin-left:1px!important}
.customer-hero-media .hero-photo{height:auto!important;min-height:0!important;max-height:none!important}
.customer-hero-media .hero-photo img{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:455px!important;margin-inline:auto!important;object-fit:contain!important}

/* Anchor keçidlərdə əvvəlki bölmənin məzmunu görünməsin */
#home,#products,#service,#why,#contact{scroll-margin-top:calc(var(--header) + var(--brands-h) + 8px)!important}
.customer-service,.customer-why,.customer-contact{overflow:hidden;isolation:isolate}

/* Servis + rəylər ilk ekranda */
.customer-service{padding:14px 0 18px!important;min-height:calc(100svh - var(--header) - var(--brands-h))!important}
.customer-service .section-head{margin:0 0 8px!important}
.service-partner-card{grid-template-columns:190px minmax(0,1fr)!important;gap:20px!important;padding:13px!important}
.service-partner-logo{height:108px!important}
.service-partner-card h3{font-size:clamp(20px,2vw,29px)!important;margin:0!important}
.service-actions{margin-top:8px!important}
.service-actions .btn{min-height:40px!important}
.verified-reviews-head{margin:11px 0 7px!important}
.review-card{display:block!important;width:286px!important;flex-basis:286px!important;min-height:132px!important;padding:12px!important;cursor:pointer}
.review-card p{margin-top:10px!important;font-size:10.5px!important;line-height:1.38!important}
.review-card-link:focus-visible{outline:2px solid var(--primary);outline-offset:2px}
.reviews-flow{padding-bottom:0!important}

/* Niyə biz: öz səhifəsi, çərçivəsiz və proporsiyası pozulmayan şəkil */
.customer-why{padding:18px 0!important;min-height:calc(100svh - var(--header) - var(--brands-h))!important;background:#07090c!important;border-top:1px solid rgba(255,255,255,.06)}
.why-showcase{align-items:center!important;gap:42px!important}
.why-image{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;min-height:0!important;height:auto!important}
.why-image img{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:none!important;margin-inline:auto!important;object-fit:contain!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;filter:none!important}

/* Əlaqə yuxarıda və nöqtəsiz */
.customer-contact{padding:16px 0 24px!important;min-height:calc(100svh - var(--header) - var(--brands-h))!important}
.customer-contact .section-head{margin:0 0 10px!important}
.delivery-panel{padding:20px!important}
.delivery-panel h3{margin:0 0 13px!important}

/* VIN məlumat səhifəsi: bütün məzmun desktopda bir ekrana yaxın */
.vin-compact-page{padding:14px 0 18px!important;min-height:calc(100svh - var(--header) - var(--brands-h))!important}
.vin-compact-page h1{font-size:clamp(28px,3.4vw,42px)!important;margin:0 0 8px!important}
.vin-compact-page .document-copy{font-size:12.5px!important;line-height:1.42!important;padding:11px 14px!important}
.vin-compact-page .warranty-gallery{margin-top:8px!important;gap:10px!important}
.vin-compact-page .warranty-gallery img,.vin-compact-page .warranty-gallery figure>span{height:min(25vh,185px)!important}
.vin-compact-page .warranty-gallery figcaption{padding:7px 11px!important;font-size:11px!important}

@media(max-width:1100px){
  .brand-with-copy{min-width:330px!important}
  .brand-with-copy .brand-tagline{font-size:10px!important}
}

@media(max-width:760px){
  .brand-with-copy{min-width:218px!important;padding-bottom:15px!important}
  .brand-word{font-size:17px!important}
  .brand-with-copy .brand-tagline{font-size:8.6px!important;bottom:0!important}
  .customer-hero{padding:10px 0 18px!important}
  .customer-hero-grid{gap:14px!important}
  .customer-hero-copy h1{font-size:clamp(31px,8.8vw,42px)!important;margin-bottom:10px!important}
  .vin-step{min-height:34px!important;padding:4px 10px!important}
  .vin-step b{font-size:10px!important}
  .hero-whatsapp{margin-top:8px!important}
  .warranty-shine.warranty-above-photo{min-height:50px!important;padding:7px 10px!important}
  .warranty-shine .warranty-text{font-size:10.5px!important}
  .customer-hero-media .hero-photo img{width:100%!important;max-height:270px!important}
  .customer-service,.customer-why,.customer-contact{padding:14px 0 20px!important;min-height:auto!important}
  .service-partner-card{grid-template-columns:1fr!important;gap:9px!important;padding:11px!important}
  .service-partner-logo{height:auto!important;min-height:90px!important;max-height:125px!important}
  .service-partner-logo img{height:auto!important;max-height:125px!important}
  .service-partner-card h3{font-size:20px!important}
  .verified-reviews-head{margin-top:10px!important}
  .review-card{width:250px!important;flex-basis:250px!important;min-height:126px!important}
  .why-showcase{grid-template-columns:1fr!important;gap:12px!important}
  .why-image{order:-1!important}
  .why-image img{max-width:100%!important;max-height:none!important}
  .why-content h2{font-size:35px!important;margin-bottom:12px!important}
  .delivery-panel{padding:14px!important}
  .vin-compact-page{padding:10px 0 16px!important}
  .vin-compact-page h1{font-size:27px!important;margin-bottom:7px!important}
  .vin-compact-page .document-copy{font-size:11.5px!important;padding:9px 11px!important}
  .vin-compact-page .warranty-gallery{grid-template-columns:1fr 1fr!important;gap:7px!important}
  .vin-compact-page .warranty-gallery img,.vin-compact-page .warranty-gallery figure>span{height:132px!important}
}

@media(max-width:390px){
  .brand-with-copy{min-width:195px!important}
  .brand-with-copy .brand-tagline{font-size:7.8px!important}
}


/* =========================================================
   BrakeAZ v2.9 — fixed brand band, VIN star and full product images
   ========================================================= */

/* Fixed header + brand band must reserve real space in every route. */
.has-global-brands main{
    padding-top:calc(var(--header) + var(--brands-h))!important;
}

/* The first home section now starts after the fixed stack, not beneath it. */
.intro-screen{
    min-height:calc(100svh - var(--header) - var(--brands-h))!important;
    padding-top:0!important;
    overflow:visible!important;
}
.customer-hero{
    min-height:calc(100svh - var(--header) - var(--brands-h))!important;
}

/* Internal pages also start below both fixed bars. */
.product-focus-page,
.document-page,
.error-page{
    min-height:calc(100svh - var(--header) - var(--brands-h))!important;
    padding-top:clamp(18px,2vw,30px)!important;
}

/* VIN page: the title, copy and examples cannot sit under the running band. */
.vin-compact-page{
    padding-top:18px!important;
}
.vin-compact-page .focus-back{
    margin-top:0!important;
}

/* Keep VIN and its clickable star as one unbreakable token. */
.vin-token{
    display:inline-block!important;
    position:relative!important;
    white-space:nowrap!important;
    line-height:inherit!important;
}
.vin-token .vin-inline-star{
    display:inline-block!important;
    position:relative!important;
    top:-.58em!important;
    margin-left:2px!important;
    padding:0!important;
    width:auto!important;
    height:auto!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:#fff!important;
    font-size:.38em!important;
    font-weight:800!important;
    line-height:1!important;
    vertical-align:baseline!important;
    transform:none!important;
    text-shadow:0 0 10px rgba(255,255,255,.95)!important;
}
.vin-step .vin-token .vin-inline-star{
    top:-.45em!important;
    margin-left:1px!important;
    font-size:.72em!important;
}
.vin-token .vin-inline-star:hover{
    color:#fff!important;
    transform:scale(1.08)!important;
}
.vin-token .vin-inline-star:focus-visible{
    outline:1px solid #fff!important;
    outline-offset:2px!important;
    border-radius:3px!important;
}

/* Warranty star remains attached to the final word and never drops to a new row. */
.warranty-shine .warranty-text{
    display:inline!important;
    overflow-wrap:normal!important;
}
.warranty-shine .warranty-text button{
    display:inline-block!important;
    white-space:nowrap!important;
    top:-.6em!important;
    vertical-align:baseline!important;
}

/* Product cards: use the largest possible contained image without cropping. */
.customer-product-image{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
    padding:8px!important;
}
.customer-product-image img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    padding:0!important;
    margin:0 auto!important;
    object-fit:contain!important;
    object-position:center!important;
    transform:none!important;
}
.customer-product-card:hover .customer-product-image img{
    transform:none!important;
}

/* Product detail: the whole original image is always visible. */
.product-focus-media{
    height:clamp(350px,39vw,520px)!important;
    min-height:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
}
.product-focus-media img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    padding:16px!important;
    margin:0 auto!important;
    object-fit:contain!important;
    object-position:center!important;
    transform:none!important;
}
.product-focus-media:hover img{
    transform:none!important;
}

/* The band stays above content, while the header remains above the band. */
.site-header{z-index:120!important}
.global-brands-band{z-index:110!important}

@media(max-width:760px){
    .has-global-brands main{
        padding-top:calc(var(--header) + var(--brands-h))!important;
    }
    .intro-screen,
    .customer-hero{
        min-height:auto!important;
    }
    .product-focus-page,
    .document-page,
    .error-page{
        min-height:calc(100svh - var(--header) - var(--brands-h))!important;
        padding-top:14px!important;
    }
    .customer-hero-copy h1 .vin-token .vin-inline-star{
        top:-.52em!important;
        font-size:.36em!important;
    }
    .product-focus-media{
        height:clamp(270px,82vw,390px)!important;
    }
    .product-focus-media img{
        padding:10px!important;
    }
    .customer-product-image{
        padding:5px!important;
    }
}


/* =========================================================
   BrakeAZ v3.0 — standalone shop/service, N-top VIN star,
   slower global brand band and uncropped product imagery
   ========================================================= */

/* Brand band is roughly 30% slower than the previous 48s setting. */
.global-brands-band .brand-marquee,
.customer-brands .brand-marquee,
.brand-marquee{
    animation-duration:70s!important;
}
@media(prefers-reduced-motion:reduce){
    .brand-marquee{animation-duration:70s!important}
}

/* Header WhatsApp is a fully filled green button. */
.site-header .header-wa,
.site-header .header-wa:hover,
.site-header .header-wa:focus-visible{
    background:#20c86a!important;
    border-color:#2bdb7a!important;
    color:#fff!important;
    box-shadow:0 12px 30px rgba(18,170,85,.30)!important;
}
.site-header .header-wa svg{
    color:#fff!important;
    stroke:#fff!important;
}
.site-header .header-wa:hover{background:#18b85c!important}

/* The clickable star is positioned exactly over the final N letter. */
.vin-token{
    display:inline-block!important;
    position:relative!important;
    white-space:nowrap!important;
    overflow:visible!important;
}
.vin-prefix,.vin-last{display:inline-block!important;position:relative!important}
.vin-token .vin-last>.vin-inline-star{
    position:absolute!important;
    left:50%!important;
    top:-.70em!important;
    right:auto!important;
    bottom:auto!important;
    transform:translateX(-50%)!important;
    display:block!important;
    width:auto!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    color:#fff!important;
    font-size:.38em!important;
    font-weight:800!important;
    line-height:1!important;
    text-shadow:0 0 10px rgba(255,255,255,.95)!important;
    z-index:4!important;
}
.vin-step .vin-token .vin-last>.vin-inline-star{
    top:-.64em!important;
    font-size:.72em!important;
}
.vin-token .vin-last>.vin-inline-star:hover,
.vin-token .vin-last>.vin-inline-star:focus-visible{
    color:#fff!important;
    transform:translateX(-50%) scale(1.1)!important;
}

/* Dedicated pages always begin beneath the fixed header + running band. */
.standalone-panel-page{
    min-height:calc(100svh - var(--header) - var(--brands-h));
    padding:clamp(26px,3vw,46px) 0 70px;
    background:radial-gradient(circle at 18% 10%,rgba(239,35,60,.10),transparent 28%),#07090c;
}
.standalone-page-head{margin-bottom:30px}
.standalone-page-head h1{
    margin:0;
    font-size:clamp(42px,5vw,68px);
    line-height:1;
}
.standalone-product-grid{margin-bottom:16px}

/* Shop cards show the complete original image; no crop or zoom. */
.customer-product-image{
    overflow:visible!important;
    padding:12px!important;
}
.customer-product-image img{
    display:block!important;
    width:auto!important;
    height:auto!important;
    max-width:94%!important;
    max-height:94%!important;
    margin:auto!important;
    object-fit:contain!important;
    object-position:center!important;
    transform:none!important;
}
.customer-product-card:hover .customer-product-image img{transform:none!important}

/* Product detail media also keeps the entire image visible. */
.product-focus-media{
    overflow:visible!important;
    padding:20px!important;
}
.product-focus-media img{
    display:block!important;
    width:auto!important;
    height:auto!important;
    max-width:92%!important;
    max-height:92%!important;
    padding:0!important;
    margin:auto!important;
    object-fit:contain!important;
    object-position:center!important;
    transform:none!important;
}
.product-focus-media:hover img{transform:none!important}

/* Standalone service panel: no product content, smaller uncropped disc image. */
.service-page-card{
    display:grid;
    grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);
    gap:42px;
    align-items:center;
    padding:34px;
    border:1px solid #2d2228;
    border-radius:26px;
    background:linear-gradient(120deg,#19070a,#0b0d11 58%);
    box-shadow:0 35px 90px rgba(0,0,0,.44);
}
.service-page-copy{min-width:0}
.service-page-logo{
    width:min(240px,100%);
    min-height:92px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:24px;
    padding:12px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:16px;
    background:#050608;
}
.service-page-logo img{
    display:block;
    width:auto;
    height:auto;
    max-width:100%;
    max-height:90px;
    object-fit:contain;
}
.service-page-logo strong{font-size:30px;letter-spacing:.08em}
.service-page-copy h1{
    margin:0 0 18px;
    font-size:clamp(44px,5vw,72px);
    line-height:1;
}
.service-page-copy p{
    max-width:720px;
    margin:0;
    color:#c8cdd5;
    font-size:clamp(16px,1.6vw,21px);
    line-height:1.55;
}
.service-page-wa{margin-top:24px}
.service-page-media{
    min-height:390px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:visible;
}
.service-page-media img{
    display:block;
    width:auto;
    height:auto;
    max-width:78%;
    max-height:370px;
    object-fit:contain;
    object-position:center;
    filter:drop-shadow(0 25px 38px rgba(0,0,0,.56));
}
.service-page-reviews{margin-top:28px}
.service-page-reviews .verified-reviews-head{margin-top:0!important}

/* Keep the global band above every page without covering its content. */
.has-global-brands main{padding-top:calc(var(--header) + var(--brands-h))!important}
.global-brands-band{z-index:110!important}
.site-header{z-index:120!important}

@media(max-width:900px){
    .service-page-card{grid-template-columns:1fr;gap:22px;padding:22px}
    .service-page-media{min-height:260px;order:-1}
    .service-page-media img{max-width:72%;max-height:280px}
}
@media(max-width:760px){
    .standalone-panel-page{padding:20px 0 96px}
    .standalone-page-head{margin-bottom:20px}
    .standalone-page-head h1{font-size:38px}
    .service-page-card{padding:16px;border-radius:20px}
    .service-page-logo{min-height:74px;margin-bottom:17px}
    .service-page-logo img{max-height:72px}
    .service-page-copy h1{font-size:38px;margin-bottom:13px}
    .service-page-copy p{font-size:15px}
    .service-page-media{min-height:220px}
    .service-page-media img{max-width:76%;max-height:230px}
    .product-focus-media{padding:12px!important}
    .product-focus-media img{max-width:96%!important;max-height:96%!important}
    .vin-token .vin-last>.vin-inline-star{top:-.66em!important;font-size:.40em!important}
    .vin-step .vin-token .vin-last>.vin-inline-star{top:-.60em!important;font-size:.72em!important}
}

/* =========================================================
   BrakeAZ v3.1 — dedicated Why/Contact pages and VIN star fix
   ========================================================= */

/* VİN* stays as one token; the star sits immediately at the upper-right. */
.customer-hero-copy h1 .vin-token,
.vin-step .vin-token{
    display:inline-block!important;
    position:relative!important;
    white-space:nowrap!important;
    overflow:visible!important;
}
.customer-hero-copy h1 .vin-token .vin-last,
.vin-step .vin-token .vin-last{
    display:inline-block!important;
    position:relative!important;
    padding-right:.30em!important;
}
.customer-hero-copy h1 .vin-token .vin-last>.vin-inline-star{
    position:absolute!important;
    left:auto!important;
    right:0!important;
    top:-.34em!important;
    bottom:auto!important;
    transform:none!important;
    margin:0!important;
    padding:0!important;
    color:#fff!important;
    font-size:.38em!important;
    line-height:1!important;
    text-shadow:0 0 10px rgba(255,255,255,.95)!important;
}
.vin-step .vin-token .vin-last>.vin-inline-star{
    position:absolute!important;
    left:auto!important;
    right:0!important;
    top:-.38em!important;
    bottom:auto!important;
    transform:none!important;
    margin:0!important;
    padding:0!important;
    color:#fff!important;
    font-size:.70em!important;
    line-height:1!important;
}
.customer-hero-copy h1 .vin-token .vin-last>.vin-inline-star:hover,
.customer-hero-copy h1 .vin-token .vin-last>.vin-inline-star:focus-visible,
.vin-step .vin-token .vin-last>.vin-inline-star:hover,
.vin-step .vin-token .vin-last>.vin-inline-star:focus-visible{
    transform:scale(1.08)!important;
}

/* Dedicated Niyə biz page. */
.why-panel-page,
.contact-panel-page{
    display:flex;
    align-items:flex-start;
}
.standalone-why-card{
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);
    gap:52px;
    align-items:center;
    min-height:calc(100svh - var(--header) - var(--brands-h) - 110px);
}
.standalone-why-copy h1{
    margin:0 0 30px;
    font-size:clamp(46px,5vw,74px);
    line-height:1;
}
.standalone-why-points{margin-top:0!important}
.standalone-why-media{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:380px;
    overflow:visible;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
}
.standalone-why-media img{
    display:block;
    width:auto!important;
    height:auto!important;
    max-width:100%!important;
    max-height:520px!important;
    object-fit:contain!important;
    object-position:center!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
}

/* Dedicated contact page, no map and no artificial empty top area. */
.contact-panel-page{
    padding-top:clamp(20px,2.5vw,34px)!important;
}
.contact-page-head{
    margin-bottom:24px!important;
    text-align:center;
}
.contact-page-head h1{
    font-size:clamp(42px,5vw,68px);
}
.standalone-contact-card{
    width:min(100%,980px);
    margin-inline:auto;
    padding:clamp(22px,3vw,34px);
}
.standalone-contact-card h3{margin-top:0}

@media(max-width:900px){
    .standalone-why-card{
        grid-template-columns:1fr;
        gap:26px;
        min-height:0;
    }
    .standalone-why-media{
        order:-1;
        min-height:260px;
    }
    .standalone-why-media img{max-height:360px!important}
}

@media(max-width:760px){
    .customer-hero-copy h1 .vin-token .vin-last{padding-right:.32em!important}
    .customer-hero-copy h1 .vin-token .vin-last>.vin-inline-star{
        top:-.30em!important;
        font-size:.40em!important;
    }
    .standalone-why-copy h1{font-size:clamp(38px,11vw,52px)}
    .standalone-contact-card{padding:18px}
}


/* =========================================================
   BrakeAZ v3.2 — slower brand band and harmonised service page
   ========================================================= */

/* Brand logos move about 30% slower than v3.1. */
.global-brands-band .brand-marquee,
.customer-brands .brand-marquee,
.brand-marquee{
    animation-duration:92s!important;
}

/* The dedicated /servis page now matches the service block from the homepage. */
.service-panel-page{
    padding:26px 0 72px!important;
}
.service-route-head{
    margin:0 0 22px!important;
}
.service-route-head h1{
    margin:0!important;
    font-size:clamp(42px,4.6vw,66px)!important;
    line-height:1!important;
}
.service-route-card{
    width:100%!important;
    grid-template-columns:310px minmax(0,1fr)!important;
    align-items:center!important;
    gap:26px!important;
    min-height:250px!important;
    padding:34px 38px!important;
    border-radius:24px!important;
    background:linear-gradient(115deg,#24070b,#0d0d10 64%)!important;
}
.service-route-logo{
    width:100%!important;
    height:182px!important;
    min-height:182px!important;
    max-height:none!important;
    padding:14px!important;
    border-radius:18px!important;
}
.service-route-logo img{
    display:block!important;
    width:auto!important;
    height:auto!important;
    max-width:96%!important;
    max-height:154px!important;
    margin:auto!important;
    object-fit:contain!important;
    filter:none!important;
}
.service-route-content{
    min-width:0!important;
    position:relative!important;
    left:-6px!important;
}
.service-route-content h3{
    margin:0!important;
    max-width:790px!important;
    font-size:clamp(20px,2vw,29px)!important;
    line-height:1.28!important;
}
.service-route-actions{
    margin-top:20px!important;
    margin-left:-2px!important;
}
.service-page-reviews{
    margin-top:26px!important;
}
.service-page-reviews .verified-reviews-head{
    margin-top:0!important;
    margin-bottom:18px!important;
}

/* The same proportional tuning is applied to the homepage service card. */
.route-home .customer-service .service-partner-card{
    grid-template-columns:290px minmax(0,1fr)!important;
    gap:26px!important;
    min-height:232px!important;
    padding:30px 34px!important;
}
.route-home .customer-service .service-partner-logo{
    height:172px!important;
    min-height:172px!important;
    padding:12px!important;
}
.route-home .customer-service .service-partner-logo img{
    width:auto!important;
    height:auto!important;
    max-width:96%!important;
    max-height:148px!important;
    margin:auto!important;
    object-fit:contain!important;
    filter:none!important;
}
.route-home .customer-service .service-partner-content{
    position:relative!important;
    left:-5px!important;
}
.route-home .customer-service .service-partner-card h3{
    font-size:clamp(20px,2vw,29px)!important;
    line-height:1.28!important;
}

@media(max-width:900px){
    .service-route-card,
    .route-home .customer-service .service-partner-card{
        grid-template-columns:240px minmax(0,1fr)!important;
        gap:22px!important;
        padding:26px!important;
    }
    .service-route-logo,
    .route-home .customer-service .service-partner-logo{
        height:154px!important;
        min-height:154px!important;
    }
    .service-route-logo img,
    .route-home .customer-service .service-partner-logo img{
        max-height:132px!important;
    }
}

@media(max-width:760px){
    .global-brands-band .brand-marquee,
    .customer-brands .brand-marquee,
    .brand-marquee{
        animation-duration:92s!important;
    }
    .service-panel-page{padding:20px 0 96px!important}
    .service-route-head{margin-bottom:18px!important}
    .service-route-head h1{font-size:38px!important}
    .service-route-card,
    .route-home .customer-service .service-partner-card{
        grid-template-columns:1fr!important;
        gap:17px!important;
        min-height:0!important;
        padding:18px!important;
    }
    .service-route-logo,
    .route-home .customer-service .service-partner-logo{
        width:100%!important;
        height:142px!important;
        min-height:142px!important;
        max-height:142px!important;
    }
    .service-route-logo img,
    .route-home .customer-service .service-partner-logo img{
        max-width:94%!important;
        max-height:120px!important;
    }
    .service-route-content,
    .route-home .customer-service .service-partner-content{
        left:0!important;
    }
    .service-route-content h3,
    .route-home .customer-service .service-partner-card h3{
        font-size:20px!important;
    }
    .service-route-actions{margin-left:0!important}
}


/* =========================================================
   BrakeAZ v3.3 — mobile/iPhone, product media, service reviews
   and folder-only brand-band final hardening
   ========================================================= */

/* The /firmalar band is intentionally calm and readable. */
.global-brands-band .brand-marquee,
.customer-brands .brand-marquee,
.brand-marquee{
    animation-duration:120s!important;
}
@media(prefers-reduced-motion:reduce){
    .global-brands-band .brand-marquee,
    .customer-brands .brand-marquee,
    .brand-marquee{animation-duration:120s!important}
}

/* Product details: never crop or scale an uploaded source beyond its box. */
.product-focus-grid{align-items:center!important}
.product-focus-media{
    height:auto!important;
    min-height:clamp(360px,38vw,520px)!important;
    max-height:none!important;
    padding:24px!important;
    overflow:visible!important;
    aspect-ratio:auto!important;
}
.product-focus-media img{
    display:block!important;
    width:auto!important;
    height:auto!important;
    max-width:100%!important;
    max-height:520px!important;
    margin:auto!important;
    padding:0!important;
    object-fit:contain!important;
    object-position:center!important;
    transform:none!important;
}
.customer-product-image{overflow:hidden!important}
.customer-product-image img{
    width:auto!important;
    height:auto!important;
    max-width:100%!important;
    max-height:100%!important;
    object-fit:contain!important;
}

/* Service page starts higher and no parent clips Google review content. */
.route-service main,
.route-service .standalone-panel-page,
.route-service .service-page-reviews{
    overflow:visible!important;
}
.route-service .service-panel-page{
    min-height:auto!important;
    padding:8px 0 86px!important;
}
.route-service .service-route-head{margin:0 0 10px!important}
.route-service .service-route-head h1{
    font-size:clamp(34px,4vw,52px)!important;
    line-height:1!important;
}
.route-service .service-route-card{
    min-height:205px!important;
    grid-template-columns:270px minmax(0,1fr)!important;
    gap:22px!important;
    padding:23px 28px!important;
}
.route-service .service-route-logo{
    height:150px!important;
    min-height:150px!important;
    padding:10px!important;
}
.route-service .service-route-logo img{max-height:132px!important}
.route-service .service-route-content h3{
    font-size:clamp(18px,1.8vw,25px)!important;
    line-height:1.25!important;
}
.route-service .service-route-actions{margin-top:14px!important}
.route-service .service-route-actions .btn{min-height:44px!important}
.route-service .service-page-reviews{margin-top:14px!important}
.route-service .verified-reviews-head{
    margin:0 0 8px!important;
    position:relative!important;
    z-index:4!important;
}
.route-service .verified-reviews-head h3{font-size:16px!important}
.route-service .verified-reviews-head p{font-size:10px!important}
.route-service .verified-reviews-head>a{
    position:relative!important;
    z-index:6!important;
    pointer-events:auto!important;
    font-size:10px!important;
}
.route-service .reviews-marquee{
    overflow-x:hidden!important;
    overflow-y:visible!important;
    padding-top:2px!important;
    padding-bottom:8px!important;
}
.route-service .reviews-flow{padding-bottom:6px!important}
.route-service .review-card{
    width:270px!important;
    flex-basis:270px!important;
    min-height:118px!important;
    padding:11px!important;
}
.route-service .review-card p{
    margin-top:8px!important;
    font-size:10px!important;
    line-height:1.35!important;
}
.route-service .review-card h3{font-size:11px!important}

/* Why image: visually secondary on desktop and below the copy on mobile. */
.route-why .standalone-why-card{
    grid-template-columns:minmax(0,1.12fr) minmax(270px,.88fr)!important;
    align-items:center!important;
}
.route-why .standalone-why-media,
.route-home .why-image{
    min-height:0!important;
    height:auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
}
.route-why .standalone-why-media img,
.route-home .why-image img{
    width:auto!important;
    height:auto!important;
    max-width:88%!important;
    max-height:360px!important;
    object-fit:contain!important;
    margin:auto!important;
}

/* Warranty sentence remains readable on narrow Apple/mobile screens. */
@media(max-width:760px){
    .warranty-shine.warranty-above-photo{
        display:grid!important;
        grid-template-columns:24px minmax(0,1fr)!important;
        align-items:center!important;
        gap:8px!important;
        min-height:0!important;
        height:auto!important;
        padding:8px 10px!important;
        overflow:visible!important;
    }
    .warranty-shine.warranty-above-photo>svg{
        width:22px!important;
        height:22px!important;
    }
    .warranty-shine .warranty-text{
        display:block!important;
        min-width:0!important;
        white-space:normal!important;
        overflow-wrap:normal!important;
        word-break:normal!important;
        font-size:10px!important;
        line-height:1.28!important;
    }
    .warranty-shine .warranty-text button{
        position:relative!important;
        display:inline-block!important;
        top:-.34em!important;
        margin-left:1px!important;
        padding:0 1px!important;
        font-size:14px!important;
        line-height:1!important;
        vertical-align:baseline!important;
    }
}

/* Mobile service: compact, scrollable and fully visible above the bottom bar. */
@media(max-width:760px){
    .route-service .service-panel-page{
        padding:4px 0 calc(96px + env(safe-area-inset-bottom))!important;
    }
    .route-service .service-route-head{margin-bottom:7px!important}
    .route-service .service-route-head h1{font-size:30px!important}
    .route-service .service-route-card{
        grid-template-columns:1fr!important;
        gap:9px!important;
        min-height:0!important;
        padding:11px!important;
        border-radius:17px!important;
    }
    .route-service .service-route-logo{
        height:92px!important;
        min-height:92px!important;
        max-height:92px!important;
        padding:6px!important;
    }
    .route-service .service-route-logo img{max-height:82px!important}
    .route-service .service-route-content{left:0!important}
    .route-service .service-route-content h3{
        font-size:16px!important;
        line-height:1.25!important;
    }
    .route-service .service-route-actions{margin:9px 0 0!important}
    .route-service .service-route-actions .btn{
        min-height:40px!important;
        padding-inline:14px!important;
        font-size:11px!important;
    }
    .route-service .service-page-reviews{margin-top:9px!important}
    .route-service .verified-reviews-head{
        display:grid!important;
        grid-template-columns:1fr!important;
        gap:4px!important;
        margin-bottom:6px!important;
    }
    .route-service .verified-reviews-head>div{gap:8px!important}
    .route-service .google-g{width:32px!important;height:32px!important}
    .route-service .verified-reviews-head h3{font-size:13px!important}
    .route-service .verified-reviews-head p{font-size:9px!important}
    .route-service .verified-reviews-head>a{
        justify-self:start!important;
        font-size:9px!important;
    }
    .route-service .review-card{
        width:224px!important;
        flex-basis:224px!important;
        min-height:108px!important;
        padding:9px!important;
    }
    .route-service .avatar{width:32px!important;height:32px!important}
    .route-service .review-card h3{font-size:10px!important}
    .route-service .stars{font-size:9px!important}
    .route-service .review-card p{
        margin-top:6px!important;
        font-size:9px!important;
        line-height:1.28!important;
        display:-webkit-box!important;
        -webkit-line-clamp:4!important;
        -webkit-box-orient:vertical!important;
        overflow:hidden!important;
    }
}

/* Contact: remove only the long delivery heading on mobile. */
@media(max-width:760px){
    .route-contact .standalone-contact-card>h3{display:none!important}
    .route-contact .standalone-contact-card{padding-top:12px!important}
}

/* Shop and product pages fit smaller iPhone screens without oversized type. */
@media(max-width:760px){
    .route-shop .standalone-page-head h1{font-size:30px!important}
    .route-shop .catalog-label{margin-bottom:10px!important;padding-bottom:7px!important}
    .route-shop .catalog-label span{font-size:9px!important}
    .route-shop .customer-product-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:8px!important;
    }
    .route-shop .customer-product-card{
        min-height:174px!important;
        padding:9px!important;
        border-radius:14px!important;
    }
    .route-shop .customer-product-image,
    .route-shop .equipment-grid .customer-product-image{
        height:116px!important;
        margin-bottom:8px!important;
        padding:3px!important;
    }
    .route-shop .customer-product-card h3{
        font-size:10px!important;
        line-height:1.25!important;
        padding-right:18px!important;
    }
    .route-shop .product-arrow{width:14px!important;right:9px!important;bottom:9px!important}
    .route-shop .equipment-label{margin-top:30px!important}
    .route-shop .product-focus-page{padding-bottom:calc(90px + env(safe-area-inset-bottom))!important}
    .route-shop .product-focus-grid{padding:12px!important;gap:14px!important}
    .route-shop .product-focus-media{
        min-height:230px!important;
        height:auto!important;
        padding:12px!important;
    }
    .route-shop .product-focus-media img{
        max-width:100%!important;
        max-height:300px!important;
    }
    .route-shop .product-focus-copy h1{font-size:29px!important;margin-bottom:12px!important}
    .route-shop .product-focus-copy p{font-size:13px!important;line-height:1.42!important}
}

/* Mobile order: Why copy first, image second. */
@media(max-width:760px){
    .route-why .standalone-why-card,
    .route-home .why-showcase{grid-template-columns:1fr!important}
    .route-why .standalone-why-copy,
    .route-home .why-content{order:1!important}
    .route-why .standalone-why-media,
    .route-home .why-image{order:2!important;margin-top:12px!important}
    .route-why .standalone-why-media img,
    .route-home .why-image img{
        max-width:82%!important;
        max-height:220px!important;
    }
}

/* iPhone / safe-area hardening. */
html,body{max-width:100%;overflow-x:hidden}
@supports(height:100dvh){
    .intro-screen{min-height:100dvh}
}
@media(max-width:760px){
    body{
        padding-bottom:calc(78px + env(safe-area-inset-bottom))!important;
        -webkit-text-size-adjust:100%;
    }
    .header-inner{
        padding-left:env(safe-area-inset-left)!important;
        padding-right:env(safe-area-inset-right)!important;
    }
    .customer-mobile-bar{
        grid-template-columns:repeat(6,minmax(0,1fr))!important;
        left:max(8px,env(safe-area-inset-left))!important;
        right:max(8px,env(safe-area-inset-right))!important;
        bottom:max(8px,env(safe-area-inset-bottom))!important;
    }
    .customer-mobile-bar a{min-width:0!important;padding-inline:2px!important}
    .customer-mobile-bar span{font-size:7.5px!important;white-space:nowrap!important}
    .customer-mobile-bar svg{width:17px!important;height:17px!important}
}
@media(max-width:390px){
    .container{width:min(calc(100% - 20px),var(--container))!important}
    .warranty-shine .warranty-text{font-size:9.4px!important}
    .route-shop .customer-product-card h3{font-size:9.4px!important}
    .route-service .review-card{width:210px!important;flex-basis:210px!important}
}
@media(max-width:340px){
    .customer-mobile-bar span{font-size:6.7px!important}
    .route-shop .customer-product-grid{gap:6px!important}
    .route-shop .customer-product-card{padding:7px!important}
    .route-shop .customer-product-image,
    .route-shop .equipment-grid .customer-product-image{height:104px!important}
}

/* =========================================================
   BrakeAZ v3.4 — folder logo ordering, compact desktop shop,
   centered mobile warranty star and unclipped review hover
   ========================================================= */

/* Google review cards never move outside the masked track on hover. */
.reviews-marquee{
    padding-top:8px!important;
    padding-bottom:10px!important;
}
.review-card:hover{
    transform:none!important;
    border-color:rgba(255,255,255,.24)!important;
    box-shadow:0 14px 34px rgba(0,0,0,.34)!important;
}

/* Mobile-only: keep the warranty sentence clean and center the star below it. */
@media(max-width:760px){
    .warranty-shine .warranty-text{
        position:relative!important;
        display:block!important;
        padding-bottom:8px!important;
        text-align:left!important;
    }
    .warranty-shine .warranty-text button{
        position:absolute!important;
        left:50%!important;
        right:auto!important;
        top:auto!important;
        bottom:-5px!important;
        transform:translateX(-50%)!important;
        margin:0!important;
        padding:0 3px!important;
        font-size:13px!important;
        line-height:1!important;
    }
}

/* Desktop product details are intentionally about 40% more compact. */
@media(min-width:761px){
    .route-shop .product-focus-page{
        padding:28px 0 44px!important;
        min-height:calc(100svh - var(--header) - var(--brands-h))!important;
    }
    .route-shop .product-focus-page>.container{
        width:min(calc(100% - 40px),880px)!important;
    }
    .route-shop .focus-back{
        margin-bottom:16px!important;
        font-size:11px!important;
    }
    .route-shop .product-focus-grid{
        grid-template-columns:minmax(250px,305px) minmax(0,1fr)!important;
        gap:28px!important;
        min-height:0!important;
        padding:20px!important;
        border-radius:20px!important;
    }
    .route-shop .product-focus-media{
        min-height:300px!important;
        height:300px!important;
        max-height:300px!important;
        padding:14px!important;
        border-radius:16px!important;
        overflow:hidden!important;
    }
    .route-shop .product-focus-media img{
        max-width:100%!important;
        max-height:272px!important;
    }
    .route-shop .product-focus-copy h1{
        font-size:clamp(32px,3.1vw,46px)!important;
        margin:4px 0 14px!important;
    }
    .route-shop .product-focus-copy p{
        font-size:14px!important;
        line-height:1.48!important;
        max-width:480px!important;
    }
    .route-shop .product-focus-wa{
        min-height:42px!important;
        margin-top:14px!important;
        padding-inline:16px!important;
        font-size:11px!important;
    }
}

/* Desktop product grids/cards are 10–15% smaller, mobile remains unchanged. */
@media(min-width:1000px){
    .route-home .customer-product-grid,
    .route-shop .customer-product-grid{
        gap:12px!important;
    }
    .route-home .customer-product-card,
    .route-shop .customer-product-card{
        min-height:254px!important;
        padding:15px!important;
        border-radius:18px!important;
    }
    .route-home .customer-product-image,
    .route-shop .customer-product-image{
        height:180px!important;
        margin-bottom:15px!important;
        padding:8px!important;
    }
    .route-home .equipment-grid .customer-product-card,
    .route-shop .equipment-grid .customer-product-card{
        min-height:282px!important;
    }
    .route-home .equipment-grid .customer-product-image,
    .route-shop .equipment-grid .customer-product-image{
        height:202px!important;
    }
    .route-home .customer-product-card h3,
    .route-shop .customer-product-card h3{
        font-size:14px!important;
    }
    .route-home .product-arrow,
    .route-shop .product-arrow{
        width:17px!important;
        right:14px!important;
        bottom:14px!important;
    }
}
@media(max-width:760px){
    .warranty-shine .warranty-text button{animation:none!important}
}


/* =========================================================
   BrakeAZ v3.5 — aligned Why icons, stable mobile warranty
   star, larger desktop steps/logos and AZ terminology fix
   ========================================================= */

/* Every Why-us icon uses the same fixed cell and optical center. */
.why-points>div{
    grid-template-columns:48px minmax(0,1fr)!important;
    align-items:center!important;
}
.why-point-icon{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    display:grid!important;
    place-items:center!important;
    align-self:center!important;
    justify-self:center!important;
    margin:0!important;
    color:var(--primary)!important;
    line-height:0!important;
}
.why-point-icon>svg,
.why-point-icon>i,
.why-point-icon .lucide{
    display:block!important;
    width:28px!important;
    height:28px!important;
    margin:0!important;
    transform:none!important;
    color:var(--primary)!important;
}
.why-point-copy{
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    gap:4px!important;
}

/* Desktop: slightly larger process copy and 15–20% larger folder logos. */
@media(min-width:761px){
    .vin-step{
        min-height:42px!important;
        padding:7px 15px!important;
    }
    .vin-step b{
        font-size:13px!important;
        line-height:1.3!important;
    }
    .global-brands-band .brand-marquee{
        gap:14px!important;
    }
    .global-brands-band .brand-tile{
        width:180px!important;
        height:54px!important;
        padding:3px 10px!important;
    }
    .global-brands-band .brand-tile img{
        max-width:146px!important;
        max-height:48px!important;
    }
}

/* Warranty text and star have separate layout cells, so iPhone/Android
   font metrics cannot move the star to a random line or position. */
.warranty-shine .warranty-text{
    min-width:0!important;
    display:inline-flex!important;
    align-items:flex-start!important;
    gap:3px!important;
}
.warranty-shine .warranty-label{
    min-width:0!important;
    display:block!important;
}
.warranty-shine .warranty-text button{
    flex:0 0 auto!important;
}
@media(max-width:760px){
    .warranty-shine .warranty-text{
        display:grid!important;
        grid-template-columns:minmax(0,1fr) 18px!important;
        align-items:center!important;
        column-gap:6px!important;
        padding:0!important;
        text-align:left!important;
    }
    .warranty-shine .warranty-label{
        grid-column:1!important;
        overflow-wrap:anywhere!important;
    }
    .warranty-shine .warranty-text button{
        grid-column:2!important;
        position:static!important;
        inset:auto!important;
        align-self:center!important;
        justify-self:center!important;
        transform:none!important;
        margin:0!important;
        padding:2px!important;
        width:18px!important;
        height:24px!important;
        display:grid!important;
        place-items:center!important;
        font-size:14px!important;
        line-height:1!important;
        animation:none!important;
    }
}


/* v3.6 — zəmanət ulduzu həmişə son sözün dərhal sağ-yuxarısında */
.warranty-shine .warranty-text{
    min-width:0!important;
    display:block!important;
    padding:0!important;
    text-align:left!important;
}
.warranty-shine .warranty-label{
    display:inline!important;
    min-width:0!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
}
.warranty-shine .warranty-last-word{
    display:inline-flex!important;
    align-items:flex-start!important;
    white-space:nowrap!important;
    gap:2px!important;
}
.warranty-shine .warranty-last-word button{
    position:relative!important;
    inset:auto!important;
    top:-.42em!important;
    flex:0 0 auto!important;
    display:inline-block!important;
    width:auto!important;
    height:auto!important;
    margin:0!important;
    padding:0 1px!important;
    transform:none!important;
    animation:none!important;
    font-size:22px!important;
    line-height:1!important;
    color:#fff!important;
    vertical-align:top!important;
}
@media(max-width:760px){
    .warranty-shine .warranty-text{
        display:block!important;
        font-size:10.5px!important;
        line-height:1.28!important;
    }
    .warranty-shine .warranty-last-word button{
        top:-.34em!important;
        font-size:18px!important;
        margin-left:1px!important;
    }
}


/* =========================================================
   BrakeAZ v3.7 — warranty star locked to final word
   The star is an inline flex child of the final word, never absolute.
   ========================================================= */
.warranty-shine.warranty-above-photo .warranty-text{
    display:block!important;
    min-width:0!important;
    padding:0!important;
    text-align:left!important;
}
.warranty-shine.warranty-above-photo .warranty-label{
    display:inline!important;
    min-width:0!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
}
.warranty-shine.warranty-above-photo .warranty-last-word{
    display:inline-flex!important;
    align-items:flex-start!important;
    white-space:nowrap!important;
    gap:1px!important;
    vertical-align:baseline!important;
}
.warranty-shine.warranty-above-photo .warranty-last-word-text{
    display:inline!important;
}
.warranty-shine.warranty-above-photo .warranty-star-button{
    position:static!important;
    inset:auto!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 auto!important;
    width:auto!important;
    height:auto!important;
    min-width:0!important;
    min-height:0!important;
    margin:0 0 0 1px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    color:#fff!important;
    font:800 22px/1 var(--font)!important;
    vertical-align:baseline!important;
    transform:translateY(-.38em)!important;
    animation:none!important;
    box-shadow:none!important;
    cursor:pointer!important;
}
.warranty-shine.warranty-above-photo .warranty-star-button:hover,
.warranty-shine.warranty-above-photo .warranty-star-button:focus-visible{
    color:#fff!important;
    transform:translateY(-.38em) scale(1.08)!important;
}
@media(max-width:760px){
    .warranty-shine.warranty-above-photo .warranty-text{
        font-size:10.5px!important;
        line-height:1.28!important;
    }
    .warranty-shine.warranty-above-photo .warranty-star-button{
        margin-left:1px!important;
        font-size:17px!important;
        transform:translateY(-.30em)!important;
    }
    .warranty-shine.warranty-above-photo .warranty-star-button:hover,
    .warranty-shine.warranty-above-photo .warranty-star-button:focus-visible{
        transform:translateY(-.30em) scale(1.06)!important;
    }
}


/* =========================================================
   BrakeAZ v3.8 — Eylec logo link + solid VİN* token
   ========================================================= */
.service-partner-logo .service-logo-link{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    height:100%!important;
    min-width:0!important;
    min-height:0!important;
    padding:0!important;
    border:0!important;
    border-radius:inherit!important;
    background:transparent!important;
    color:inherit!important;
    text-decoration:none!important;
    cursor:pointer!important;
}
.service-partner-logo .service-logo-link img{
    pointer-events:none!important;
}
.service-partner-logo .service-logo-link:focus-visible{
    outline:2px solid var(--primary)!important;
    outline-offset:3px!important;
}

/* VİN is rendered as one indivisible word. The star is attached to its right edge. */
.customer-hero-copy h1 .vin-token,
.vin-step .vin-token{
    display:inline-block!important;
    position:relative!important;
    white-space:nowrap!important;
    word-spacing:0!important;
    letter-spacing:normal!important;
    font-kerning:normal!important;
    overflow:visible!important;
}
.customer-hero-copy h1 .vin-token{
    padding-right:.30em!important;
}
.vin-step .vin-token{
    padding-right:.42em!important;
}
.customer-hero-copy h1 .vin-token>.vin-inline-star,
.vin-step .vin-token>.vin-inline-star{
    position:absolute!important;
    left:auto!important;
    right:0!important;
    bottom:auto!important;
    display:block!important;
    width:auto!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:#fff!important;
    font-weight:800!important;
    line-height:1!important;
    text-decoration:none!important;
    text-shadow:0 0 10px rgba(255,255,255,.95)!important;
    transform:none!important;
    z-index:5!important;
}
.customer-hero-copy h1 .vin-token>.vin-inline-star{
    top:-.30em!important;
    font-size:.40em!important;
}
.vin-step .vin-token>.vin-inline-star{
    top:-.40em!important;
    font-size:.72em!important;
}
.customer-hero-copy h1 .vin-token>.vin-inline-star:hover,
.customer-hero-copy h1 .vin-token>.vin-inline-star:focus-visible,
.vin-step .vin-token>.vin-inline-star:hover,
.vin-step .vin-token>.vin-inline-star:focus-visible{
    color:#fff!important;
    transform:scale(1.08)!important;
}
@media(max-width:760px){
    .customer-hero-copy h1 .vin-token{
        padding-right:.31em!important;
    }
    .customer-hero-copy h1 .vin-token>.vin-inline-star{
        top:-.28em!important;
        font-size:.42em!important;
    }
    .vin-step .vin-token{
        padding-right:.44em!important;
    }
    .vin-step .vin-token>.vin-inline-star{
        top:-.38em!important;
        font-size:.74em!important;
    }
}
