﻿:root{--bg:#050505;--panel:#101010;--panel-soft:#181818;--text:#f7f4ed;--muted:#b8b3aa;--line:rgba(255,255,255,0.14);--accent:#c99636;--accent-dark:#8e1720;--accent-red:#c92331;--accent-blue:#f7f4ed;--silver:#f1eee7;--shadow:0 24px 70px rgba(0,0,0,0.36)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Inter",Arial,sans-serif;color:var(--text);background:radial-gradient(circle at 12% 0%,rgba(201,150,54,0.16),transparent 28rem),radial-gradient(circle at 84% 18%,rgba(201,35,49,0.08),transparent 26rem),linear-gradient(180deg,#050505 0%,#101010 48%,#050505 100%)}body.nav-open{overflow:hidden}img{display:block;width:100%}a{color:inherit;text-decoration:none}.site-header{position:fixed;z-index:20;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px clamp(20px,5vw,72px);background:rgba(5,5,5,0.92);border-bottom:1px solid rgba(255,255,255,0.12);backdrop-filter:blur(18px);box-shadow:0 10px 40px rgba(0,0,0,0.28)}.brand{display:inline-flex;align-items:center;gap:14px;min-width:210px}.brand-mark{display:grid;place-items:center;width:150px;height:64px;overflow:hidden}.brand-mark img{width:100%;height:100%;object-fit:contain}.brand strong,.brand small{display:block;line-height:1}.brand strong{color:var(--accent-blue);font-size:1.04rem}.brand small{margin-top:4px;color:var(--accent-red);font-size:0.75rem;text-transform:uppercase}.main-nav{display:flex;align-items:center;gap:clamp(16px,2.4vw,32px);color:var(--accent-blue);font-size:0.92rem;font-weight:600}.main-nav a{position:relative;transition:color 0.2s ease}.main-nav a:hover,.main-nav a:focus-visible{color:var(--accent-red)}.nav-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);background:rgba(255,255,255,0.06);padding:10px}.nav-toggle span{display:block;height:2px;margin:5px 0;background:var(--text)}.hero{position:relative;min-height:min(860px,100vh);display:grid;align-items:center;overflow:hidden;isolation:isolate;background-image:url("assets/images/hero-garage.webp");background-position:center;background-size:cover;padding:118px 0 104px}.hero::after{content:"";position:absolute;inset:auto 0 0;height:30%;background:linear-gradient(0deg,var(--bg),transparent);z-index:-1}.hero-overlay{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(5,5,5,0.94) 0%,rgba(5,5,5,0.66) 42%,rgba(5,5,5,0.2) 100%),linear-gradient(180deg,rgba(5,5,5,0.12),rgba(5,5,5,0.72)),radial-gradient(circle at 18% 35%,rgba(201,35,49,0.1),transparent 20rem),radial-gradient(circle at 34% 48%,rgba(201,150,54,0.18),transparent 22rem)}.hero-content{width:min(720px,calc(100% - 40px));margin-left:clamp(20px,6vw,86px);padding-top:36px}.eyebrow{margin:0 0 14px;color:var(--accent-red);font-size:0.78rem;font-weight:800;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:760px;margin-bottom:18px;font-size:clamp(2.8rem,5.6vw,5.6rem);line-height:1.02;font-weight:800;color:var(--accent-blue)}h2{margin-bottom:18px;font-size:clamp(2rem,4vw,4rem);line-height:1;font-weight:800;color:var(--accent-blue)}h3{font-size:1.1rem;color:var(--accent-blue)}.hero-subtitle,.section-copy,.about-copy p,.site-footer p{color:var(--muted);font-size:clamp(1rem,1.5vw,1.18rem);line-height:1.7}.hero-actions,.section-heading{display:grid;gap:14px;justify-items:start;text-align:left}.hero-actions{display:flex;flex-wrap:wrap;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;border:1px solid #000000;padding:0 24px;background:#000000;color:#ffffff;font-weight:800;border-radius:4px;transition:transform 0.2s ease,border-color 0.2s ease,background 0.2s ease}.button:hover,.button:focus-visible{transform:translateY(-2px)}.button-primary{background:#000000;color:#ffffff;box-shadow:0 14px 34px rgba(5,5,5,0.22)}.button-secondary{border-color:#000000;background:#000000;color:#ffffff}.section{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:clamp(70px,9vw,120px) 0}.section-heading{margin-bottom:34px}.section-heading h2{max-width:860px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{min-height:250px;padding:28px;background:linear-gradient(180deg,rgba(18,18,18,0.98),rgba(8,8,8,0.98));border:1px solid var(--line);border-top:3px solid rgba(201,150,54,0.7);border-radius:6px;box-shadow:0 16px 46px rgba(0,0,0,0.26);transition:transform 0.2s ease,box-shadow 0.2s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 22px 60px rgba(0,0,0,0.38)}.icon{display:grid;place-items:center;width:50px;height:50px;margin-bottom:28px;background:linear-gradient(135deg,rgba(255,255,255,0.06),rgba(201,150,54,0.14));border:1px solid rgba(201,150,54,0.38);color:var(--accent-red);border-radius:6px}.icon svg,.whatsapp-button svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.service-card p{margin-bottom:0;color:var(--muted);line-height:1.65}.brands-section{padding-top:0}.brands-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.brand-card{display:grid;place-items:center;min-height:150px;padding:28px 24px;background:linear-gradient(180deg,rgba(18,18,18,0.98),rgba(8,8,8,0.98));border:1px solid rgba(255,255,255,0.14);border-top:3px solid var(--accent-red);border-radius:6px;box-shadow:0 14px 36px rgba(0,0,0,0.24);transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease}.brand-card:hover{transform:translateY(-3px);box-shadow:0 20px 48px rgba(0,0,0,0.34);border-top-color:var(--accent-red)}.brand-card img{width:min(180px,88%);max-height:92px;object-fit:contain}.split-section{display:grid;grid-template-columns:0.95fr 1.05fr;gap:clamp(32px,6vw,82px);align-items:start}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.feature-list p{position:relative;min-height:78px;margin:0;padding:22px 22px 22px 50px;background:var(--panel);border:1px solid var(--line);border-left:3px solid var(--accent);border-radius:6px;color:var(--silver);font-weight:700}.feature-list p::before{content:"";position:absolute;top:27px;left:22px;width:12px;height:12px;border:2px solid var(--accent-red);transform:rotate(45deg);box-shadow:0 0 0 4px rgba(154,29,37,0.16)}.about-section{width:100%;max-width:none;padding:clamp(78px,10vw,130px) clamp(20px,6vw,86px);background:linear-gradient(90deg,rgba(5,5,5,0.95),rgba(5,5,5,0.78)),radial-gradient(circle at 10% 40%,rgba(201,35,49,0.1),transparent 22rem),url("assets/images/gallery-diagnostics.webp") center / cover}.about-copy{max-width:800px}.gallery-grid{display:grid;grid-template-columns:1.15fr 0.85fr;grid-auto-rows:270px;gap:18px}.gallery-item{position:relative;margin:0;overflow:hidden;background:var(--panel);border-radius:6px;box-shadow:0 18px 48px rgba(0,0,0,0.3)}.gallery-large{grid-row:span 2}.gallery-item img{height:100%;object-fit:cover;transition:transform 0.55s ease}.gallery-item:hover img{transform:scale(1.04)}.gallery-item figcaption{position:absolute;left:18px;bottom:18px;padding:9px 12px;background:rgba(5,5,5,0.78);border:1px solid var(--line);border-top-color:rgba(215,169,77,0.42);color:var(--text);font-size:0.88rem;font-weight:800;backdrop-filter:blur(12px);border-radius:4px}.team-section{padding-top:0}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.team-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.manager-card{display:grid;grid-template-columns:0.42fr 0.58fr;gap:clamp(18px,2.4vw,28px);align-items:stretch;padding:clamp(20px,3vw,28px);background:radial-gradient(circle at 100% 0%,rgba(201,35,49,0.08),transparent 18rem),linear-gradient(180deg,rgba(18,18,18,0.98),rgba(8,8,8,0.98));border:1px solid var(--line);border-top:3px solid rgba(201,150,54,0.72);border-radius:6px;box-shadow:0 18px 50px rgba(0,0,0,0.3)}.manager-photo{display:grid;place-items:center;min-height:280px;background:linear-gradient(135deg,rgba(255,255,255,0.06),rgba(201,150,54,0.12)),url("assets/images/customer-relations-manager.webp") center / cover;border-radius:6px;overflow:hidden}.service-advisor-photo{background:linear-gradient(135deg,rgba(255,255,255,0.06),rgba(201,150,54,0.12)),url("assets/images/jinu-johnny.webp") center / cover}.senior-technician-photo{background:linear-gradient(135deg,rgba(255,255,255,0.06),rgba(201,150,54,0.12)),url("assets/images/arun.webp") center / cover}.junior-technician-photo{background:linear-gradient(135deg,rgba(255,255,255,0.06),rgba(201,150,54,0.12)),url("assets/images/sanjay-minikki.webp") center / cover}.manager-card h3{margin-bottom:8px;font-size:clamp(1.45rem,2.1vw,2.2rem)}.manager-experience{color:var(--accent-red);font-weight:800}.manager-card p:last-child{margin-bottom:0;color:var(--muted);font-size:0.98rem;line-height:1.65}.team-card{min-height:260px;padding:30px;background:radial-gradient(circle at 100% 0%,rgba(201,35,49,0.08),transparent 16rem),linear-gradient(180deg,rgba(18,18,18,0.98),rgba(8,8,8,0.98));border:1px solid var(--line);border-top:3px solid rgba(201,150,54,0.72);border-radius:6px;box-shadow:0 16px 46px rgba(0,0,0,0.26)}.team-card span{display:inline-grid;place-items:center;width:46px;height:46px;margin-bottom:30px;background:#000000;color:#ffffff;border-radius:4px;font-weight:800}.team-card p{margin-bottom:0;color:var(--muted);line-height:1.65}.contact-section{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,0.75fr);gap:18px;align-items:stretch}.contact-panel,.contact-details{background:var(--panel);border:1px solid var(--line);border-radius:6px;box-shadow:0 18px 50px rgba(0,0,0,0.3)}.contact-panel{padding:clamp(26px,4vw,44px)}.booking-form{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.booking-form label{display:grid;gap:8px;color:var(--silver);font-size:0.86rem;font-weight:800}.booking-form input,.booking-form select{width:100%;min-height:52px;border:1px solid rgba(255,255,255,0.16);background:#0f0f0f;color:var(--text);padding:0 14px;font:inherit;border-radius:4px}.booking-form input:focus,.booking-form select:focus{outline:2px solid rgba(201,150,54,0.45);outline-offset:2px}.booking-form button,.form-status,.form-wide{grid-column:1 / -1}.form-status{min-height:22px;margin:0;color:var(--accent-red);font-weight:700}.contact-details{display:flex;flex-direction:column;justify-content:end;gap:14px;padding:clamp(26px,4vw,44px);background:linear-gradient(180deg,rgba(5,5,5,0.44),rgba(5,5,5,0.92)),radial-gradient(circle at 20% 20%,rgba(201,35,49,0.1),transparent 16rem),url("assets/images/gallery-brakes.webp") center / cover}.contact-details h3{font-size:1.55rem}.contact-details a,.contact-details p{margin:0;color:var(--text);font-weight:700}.whatsapp-button{position:fixed;z-index:30;right:24px;bottom:24px;display:grid;place-items:center;width:58px;height:58px;background:#25d366;color:#ffffff;border:1px solid rgba(37,211,102,0.72);border-radius:50%;box-shadow:0 16px 40px rgba(37,211,102,0.32)}.whatsapp-button svg{width:31px;height:31px;fill:currentColor;stroke:none}.site-footer{position:relative;overflow:hidden;display:grid;justify-items:center;gap:24px;min-height:360px;padding:92px clamp(20px,5vw,72px) 32px;background:linear-gradient(180deg,#0f0f0f,#050505);border-top:1px solid rgba(255,255,255,0.12);text-align:center;isolation:isolate}.footer-bg-logo{position:absolute;z-index:-1;top:50%;left:50%;width:min(760px,92vw);height:auto;opacity:0.08;transform:translate(-50%,-52%);filter:grayscale(10%) drop-shadow(0 24px 60px rgba(0,0,0,0.42));pointer-events:none}.footer-brand{max-width:820px}.site-footer h2{margin-bottom:14px;color:var(--accent-blue);font-size:clamp(2.2rem,5vw,4.7rem);line-height:0.95;font-weight:800}.site-footer p{max-width:720px;margin-left:auto;margin-right:auto;color:var(--accent-red);font-weight:700}.site-footer .footer-line{margin-top:10px;color:var(--muted);font-size:1rem;font-weight:500}.copyright{width:min(1180px,100%);margin:24px 0 0;padding-top:22px;border-top:1px solid var(--line);font-size:0.9rem;color:var(--muted)}@media (max-width:920px){.nav-toggle{display:block}.main-nav{position:fixed;inset:85px 20px auto;display:grid;gap:0;padding:12px;background:rgba(12,12,12,0.98);border:1px solid var(--line);box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translateY(-10px);transition:opacity 0.2s ease,transform 0.2s ease}.nav-open .main-nav{opacity:1;pointer-events:auto;transform:translateY(0)}.main-nav a{padding:16px}.hero{min-height:auto;background-position:64% center;padding:118px 0 92px}.hero-content{margin-left:20px}.services-grid,.brands-grid,.team-profile-grid,.manager-card,.team-grid,.split-section,.contact-section{grid-template-columns:1fr}.feature-list{grid-template-columns:1fr}}@media (max-height:720px) and (min-width:921px){.hero{min-height:auto;padding:108px 0 82px}.hero-content{padding-top:14px}h1{max-width:660px;font-size:clamp(2.7rem,4.8vw,4.7rem);line-height:1.03}.hero-actions{margin-top:24px}}@media (max-width:680px){.brand-mark{width:116px;height:50px}.site-header{padding:14px 16px}.brand{min-width:0}.hero-content{width:calc(100% - 32px);margin-left:16px}h1{font-size:clamp(2.35rem,12vw,3.6rem)}.hero{padding:112px 0 78px}.booking-form,.gallery-grid{grid-template-columns:1fr}.brands-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-card{min-height:116px}.brand-card img{width:min(140px,86%);max-height:72px}.gallery-grid{grid-auto-rows:250px}.gallery-large{grid-row:span 1}.button{width:100%}.hero-actions{width:auto;gap:12px}.hero-actions .button{width:auto;min-width:156px}.whatsapp-button{right:16px;bottom:16px}}:root{--bg:#030303;--panel:#0a0a0a;--panel-soft:#111111;--text:#f6f1e8;--muted:#bcb4a7;--line:rgba(232,218,194,0.16);--accent:#c99a4a;--accent-dark:#7d531d;--accent-red:#d3212d;--accent-blue:#f6f1e8;--silver:#ddd8ce;--shadow:0 28px 80px rgba(0,0,0,0.52)}body{color:var(--text);background:radial-gradient(circle at 10% -5%,rgba(201,154,74,0.22),transparent 30rem),radial-gradient(circle at 88% 10%,rgba(211,33,45,0.12),transparent 28rem),linear-gradient(180deg,#030303 0%,#0c0b0a 42%,#030303 100%)}.site-header{padding-top:14px;padding-bottom:14px;background:linear-gradient(90deg,rgba(3,3,3,0.98),rgba(12,11,10,0.94));border-bottom:1px solid rgba(201,154,74,0.28);box-shadow:0 18px 50px rgba(0,0,0,0.62)}.brand{min-width:300px;gap:16px}.brand-mark{width:116px;height:62px;border:0;background:transparent;overflow:visible;filter:drop-shadow(0 12px 28px rgba(0,0,0,0.85))}.brand-mark img{object-fit:contain}.brand-text{display:grid;gap:3px;line-height:1}.brand-text strong{color:#f5efe5;font-size:1.44rem;font-weight:900;letter-spacing:0.08em;text-transform:uppercase;text-shadow:0 0 22px rgba(201,154,74,0.28)}.brand-text small{color:var(--accent);font-size:0.72rem;font-weight:800;letter-spacing:0.38em;text-transform:uppercase}.main-nav{color:#eee8de}.main-nav a:hover,.main-nav a:focus-visible{color:var(--accent)}.hero{background-position:58% center;background-color:#030303}.hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,0.96) 0%,rgba(0,0,0,0.78) 39%,rgba(0,0,0,0.38) 100%),linear-gradient(180deg,rgba(0,0,0,0.18),rgba(0,0,0,0.78)),radial-gradient(circle at 70% 54%,rgba(201,154,74,0.18),transparent 25rem),radial-gradient(circle at 20% 38%,rgba(211,33,45,0.14),transparent 23rem)}.hero-content{width:min(800px,calc(100% - 40px))}.hero-content::before{content:"MOTIX";display:block;margin-bottom:10px;color:rgba(201,154,74,0.88);font-size:clamp(0.9rem,1.4vw,1.08rem);font-weight:900;letter-spacing:0.48em;text-transform:uppercase}h1{color:#fbf7ef;font-size:clamp(3.2rem,6.7vw,6.8rem);line-height:0.94;letter-spacing:0;text-shadow:0 26px 54px rgba(0,0,0,0.76)}h2{color:#f5efe5}h3{color:#f5efe5}.eyebrow{color:var(--accent-red);letter-spacing:0.08em}.hero-subtitle,.section-copy,.about-copy p,.manager-card p:last-child,.service-card p,.team-card p,.site-footer .footer-line{color:var(--muted)}.button,.button-primary,.button-secondary{background:#000000;color:#ffffff;border-color:rgba(201,154,74,0.5);box-shadow:0 16px 42px rgba(0,0,0,0.46)}.button:hover,.button:focus-visible{background:#101010;border-color:var(--accent)}.section{position:relative}.service-card,.brand-card,.manager-card,.team-card,.contact-panel,.contact-details,.feature-list p{background:linear-gradient(145deg,rgba(255,255,255,0.045),rgba(255,255,255,0.01)),linear-gradient(180deg,#11100f 0%,#060606 100%);border-color:rgba(232,218,194,0.16);box-shadow:0 22px 70px rgba(0,0,0,0.44)}.service-card,.manager-card,.team-card{border-top-color:rgba(201,154,74,0.82)}.service-card:hover,.brand-card:hover,.manager-card:hover{border-color:rgba(201,154,74,0.38)}.icon{background:linear-gradient(145deg,rgba(201,154,74,0.18),rgba(255,255,255,0.035));border-color:rgba(201,154,74,0.48);color:#e7c37d}.brands-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.brand-card{min-height:178px;border-top:3px solid var(--accent-red)}.brand-card img{width:min(210px,94%);max-height:112px;object-fit:contain;filter:brightness(0) saturate(100%) invert(91%) sepia(11%) saturate(443%) hue-rotate(350deg) brightness(104%) contrast(92%) drop-shadow(0 12px 20px rgba(0,0,0,0.52));opacity:0.96}.brand-card:hover img{filter:brightness(0) saturate(100%) invert(72%) sepia(51%) saturate(410%) hue-rotate(356deg) brightness(92%) contrast(88%) drop-shadow(0 14px 24px rgba(0,0,0,0.62))}.about-section{background:linear-gradient(90deg,rgba(0,0,0,0.96),rgba(0,0,0,0.72)),radial-gradient(circle at 14% 42%,rgba(201,154,74,0.16),transparent 24rem),url("assets/images/gallery-diagnostics.webp") center / cover}.gallery-item{border:1px solid rgba(232,218,194,0.14)}.gallery-item img,.manager-photo{filter:saturate(0.78) contrast(1.12) brightness(0.82)}.gallery-item::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 42%,rgba(0,0,0,0.52))}.gallery-item figcaption{z-index:1;border-top-color:rgba(201,154,74,0.55)}.manager-card{grid-template-columns:0.38fr 0.62fr}.manager-photo{min-height:245px;box-shadow:inset 0 0 0 1px rgba(201,154,74,0.18)}.booking-form input,.booking-form select{background:#070707;color:#f6f1e8;border-color:rgba(232,218,194,0.18)}.booking-form input::placeholder{color:rgba(246,241,232,0.55)}.contact-details{background:linear-gradient(180deg,rgba(0,0,0,0.48),rgba(0,0,0,0.94)),radial-gradient(circle at 20% 20%,rgba(201,154,74,0.14),transparent 18rem),url("assets/images/gallery-brakes.webp") center / cover}.site-footer{background:radial-gradient(circle at 50% 20%,rgba(201,154,74,0.14),transparent 28rem),linear-gradient(180deg,#0b0a09,#030303);border-top-color:rgba(201,154,74,0.24)}.footer-bg-logo{opacity:0.13;width:min(860px,94vw);filter:grayscale(8%) contrast(1.08) drop-shadow(0 32px 72px rgba(0,0,0,0.66))}.site-footer h2{color:#f5efe5;text-shadow:0 18px 50px rgba(0,0,0,0.68)}.site-footer p{color:var(--accent)}@media (max-width:920px){.brand{min-width:0}.brand-text strong{font-size:1.08rem}.brand-text small{font-size:0.62rem}.hero{background-position:68% center}.hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,0.95),rgba(0,0,0,0.72)),linear-gradient(180deg,rgba(0,0,0,0.24),rgba(0,0,0,0.82))}.brand-card img{width:min(180px,94%);max-height:96px}}@media (max-width:680px){.brand-mark{width:78px;height:44px}.brand-text strong{font-size:0.98rem}.brand-text small{letter-spacing:0.26em}.brands-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-card{min-height:138px;padding:22px 16px}.brand-card img{width:min(150px,96%);max-height:84px}.manager-card{grid-template-columns:1fr}}.site-header::after{content:"";position:absolute;left:clamp(20px,5vw,72px);right:clamp(20px,5vw,72px);bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,rgba(201,154,74,0.65),transparent);pointer-events:none}.hero::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(120deg,rgba(201,154,74,0.08),transparent 32%,rgba(211,33,45,0.08));mix-blend-mode:screen}.hero-actions .button{min-width:182px}.section-heading h2,.split-section h2{max-width:920px}.service-card,.brand-card,.manager-card,.contact-panel,.contact-details{position:relative;overflow:hidden}.service-card::before,.brand-card::before,.manager-card::before,.contact-panel::before,.contact-details::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,0.06),transparent 34%,rgba(201,154,74,0.055));pointer-events:none}.service-card>*,.brand-card>*,.manager-card>*,.contact-panel>*,.contact-details>*{position:relative;z-index:1}@media (max-width:680px){.brand-text{display:none}.hero-actions .button{min-width:150px}}.brand{min-width:360px;align-items:center}.brand-mark{width:138px;height:72px;padding:0;background:transparent;overflow:visible;flex:0 0 auto}.brand-mark img{width:138px;height:72px;object-fit:contain;object-position:center;filter:brightness(1.45) contrast(1.18) drop-shadow(0 10px 26px rgba(201,154,74,0.24))}.brand-text strong{display:block;color:#ffffff;font-size:1.55rem;font-weight:900;letter-spacing:0.1em}.brand-text small{display:block;margin-top:4px;color:#c99a4a;font-size:0.76rem;font-weight:900;letter-spacing:0.44em}.site-footer{min-height:430px;padding-top:72px}.footer-bg-logo{display:none !important}.footer-logo-wrap{display:grid;place-items:center;width:min(520px,88vw);padding:18px 24px;border:1px solid rgba(201,154,74,0.24);background:radial-gradient(circle at 50% 50%,rgba(201,154,74,0.08),rgba(255,255,255,0.02) 46%,transparent 72%);border-radius:8px;box-shadow:0 24px 70px rgba(0,0,0,0.46)}.footer-logo{width:min(440px,78vw);height:auto;object-fit:contain;filter:brightness(1.34) contrast(1.12) drop-shadow(0 16px 34px rgba(0,0,0,0.68))}.footer-brand h2{margin-top:8px}@media (max-width:920px){.brand{min-width:0}.brand-mark{width:104px;height:56px}.brand-mark img{width:104px;height:56px}}@media (max-width:680px){.brand-mark{width:92px;height:50px}.brand-mark img{width:92px;height:50px}.footer-logo-wrap{padding:14px}}.brand{min-width:390px}.brand-mark{width:170px;height:86px}.brand-mark img{width:170px;height:86px;object-fit:contain;object-position:center;filter:brightness(1.18) contrast(1.1) drop-shadow(0 12px 30px rgba(0,0,0,0.78))}.footer-logo-wrap{width:min(620px,90vw);padding:10px 18px;background:transparent;border:0;box-shadow:none}.footer-logo{width:min(560px,86vw);filter:brightness(1.12) contrast(1.08) drop-shadow(0 18px 44px rgba(0,0,0,0.74))}@media (max-width:920px){.brand{min-width:0}.brand-mark{width:126px;height:64px}.brand-mark img{width:126px;height:64px}}@media (max-width:680px){.brand-mark{width:110px;height:56px}.brand-mark img{width:110px;height:56px}}.site-header .brand{min-width:0;width:auto;gap:0}.site-header .brand-text{display:none !important}.site-header .brand-mark{width:176px;height:92px}.site-header .brand-mark img{width:176px;height:92px;object-fit:contain}@media (max-width:920px){.site-header .brand-mark,.site-header .brand-mark img{width:132px;height:70px}}@media (max-width:680px){.site-header .brand-mark,.site-header .brand-mark img{width:112px;height:58px}}.site-footer{min-height:auto;padding:0;background:radial-gradient(circle at 50% 0%,rgba(201,154,74,0.14),transparent 28rem),linear-gradient(180deg,#0b0a09 0%,#030303 100%);border-top:1px solid rgba(201,154,74,0.28);text-align:center}.footer-inner{width:min(1180px,calc(100% - 40px));margin:0 auto;display:grid;justify-items:center;gap:22px;padding:58px 0 28px}.footer-logo-wrap,.footer-bg-logo{display:none !important}.site-footer .footer-logo{width:min(260px,72vw);height:auto;object-fit:contain;filter:brightness(1.14) contrast(1.1) drop-shadow(0 18px 42px rgba(0,0,0,0.7))}.site-footer .footer-brand{max-width:680px}.site-footer .footer-brand h2{margin:0 0 10px;color:#f6f1e8;font-size:clamp(2rem,4vw,3.8rem);line-height:0.96;letter-spacing:0.03em}.site-footer .footer-brand p{margin:0;color:#bcb4a7;font-size:clamp(1rem,1.4vw,1.14rem);font-weight:500;line-height:1.7}.footer-contact-row{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:4px}.footer-contact-row a,.footer-contact-row span{display:inline-flex;align-items:center;min-height:42px;padding:0 16px;color:#f6f1e8;background:rgba(255,255,255,0.045);border:1px solid rgba(201,154,74,0.24);border-radius:4px;font-size:0.95rem;font-weight:700}.site-footer .copyright{width:100%;margin:18px 0 0;padding-top:22px;border-top:1px solid rgba(232,218,194,0.12);color:rgba(246,241,232,0.58);font-size:0.88rem;font-weight:500}@media (max-width:680px){.footer-inner{width:calc(100% - 32px);padding-top:46px}.site-footer .footer-logo{width:min(220px,78vw)}.footer-contact-row{width:100%}.footer-contact-row a,.footer-contact-row span{width:100%;justify-content:center}}.site-footer{min-height:0 !important;padding:0 !important;background:linear-gradient(180deg,#080807 0%,#030303 100%) !important;border-top:1px solid rgba(201,154,74,0.28) !important;text-align:left !important}.footer-inner{width:min(1180px,calc(100% - 40px)) !important;margin:0 auto !important;display:block !important;padding:34px 0 20px !important}.footer-main{display:grid;grid-template-columns:1.2fr 0.8fr 1fr;gap:34px;align-items:center}.footer-brand,.footer-logo-wrap,.footer-bg-logo{display:none !important}.footer-brand-block{display:grid;grid-template-columns:116px 1fr;gap:20px;align-items:center}.site-footer .footer-logo{width:116px !important;height:auto !important;object-fit:contain !important;filter:brightness(1.16) contrast(1.1) drop-shadow(0 12px 28px rgba(0,0,0,0.72)) !important}.footer-brand-block p{margin:0 !important;max-width:460px !important;color:#bcb4a7 !important;font-size:0.98rem !important;font-weight:500 !important;line-height:1.65 !important}.footer-links{display:flex;flex-wrap:wrap;gap:12px 18px;justify-content:center}.footer-links a{color:#f6f1e8;font-size:0.92rem;font-weight:800;transition:color 0.2s ease}.footer-links a:hover,.footer-links a:focus-visible{color:#c99a4a}.footer-contact-row{display:grid !important;gap:8px !important;justify-content:end !important;margin:0 !important}.footer-contact-row a,.footer-contact-row span{min-height:0 !important;padding:0 !important;justify-content:flex-end !important;color:#f6f1e8 !important;background:transparent !important;border:0 !important;border-radius:0 !important;font-size:0.96rem !important;font-weight:700 !important}.site-footer .copyright{width:100% !important;margin:26px 0 0 !important;padding-top:16px !important;border-top:1px solid rgba(232,218,194,0.12) !important;color:rgba(246,241,232,0.56) !important;font-size:0.86rem !important;font-weight:500 !important;text-align:center !important}@media (max-width:920px){.footer-main{grid-template-columns:1fr;gap:24px;justify-items:center;text-align:center}.footer-brand-block{grid-template-columns:1fr;justify-items:center}.footer-contact-row{justify-content:center !important;text-align:center}.footer-contact-row a,.footer-contact-row span{justify-content:center !important}}@media (max-width:680px){.footer-inner{width:calc(100% - 32px) !important;padding-top:30px !important}.footer-links{gap:10px 14px}}.site-header{height:116px;padding-top:10px !important;padding-bottom:10px !important;background:linear-gradient(90deg,rgba(0,0,0,0.98),rgba(12,10,8,0.96)),radial-gradient(circle at 12% 50%,rgba(201,154,74,0.16),transparent 16rem)}.site-header .brand-mark,.site-header .brand-mark img{width:136px !important;height:88px !important}.main-nav{gap:clamp(18px,2.2vw,34px);font-size:0.94rem}.main-nav a{color:rgba(246,241,232,0.88)}.main-nav a::after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:1px;background:linear-gradient(90deg,transparent,#c99a4a,transparent);opacity:0;transform:scaleX(0.55);transition:opacity 0.2s ease,transform 0.2s ease}.main-nav a:hover::after,.main-nav a:focus-visible::after{opacity:1;transform:scaleX(1)}.hero-premium{min-height:100vh;padding:116px 0 58px;background-position:60% center}.hero-premium .hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,0.98) 0%,rgba(0,0,0,0.82) 34%,rgba(0,0,0,0.45) 100%),linear-gradient(180deg,rgba(0,0,0,0.1),rgba(0,0,0,0.88)),radial-gradient(circle at 22% 36%,rgba(201,154,74,0.2),transparent 26rem),radial-gradient(circle at 72% 52%,rgba(211,33,45,0.12),transparent 28rem)}.hero-premium::before{background:linear-gradient(115deg,rgba(201,154,74,0.12),transparent 36%,rgba(255,255,255,0.04) 56%,rgba(211,33,45,0.08)),linear-gradient(180deg,transparent 0%,rgba(0,0,0,0.28) 100%)}.hero-shell{width:min(1340px,calc(100% - 64px));min-height:calc(100vh - 174px);margin:0 auto;display:grid;grid-template-columns:minmax(0,0.98fr) minmax(280px,0.42fr);gap:clamp(26px,5vw,70px);align-items:end}.hero-premium .hero-content{width:min(860px,100%);margin-left:0;padding-top:34px;padding-bottom:36px}.hero-premium .hero-content::before{display:none}.hero-brandline{margin:0 0 12px;color:#c99a4a;font-size:clamp(1rem,1.4vw,1.22rem);font-weight:900;letter-spacing:0.44em;text-transform:uppercase}.hero-premium .eyebrow{margin-bottom:22px;color:#d3212d;letter-spacing:0.18em}.hero-premium h1{max-width:940px;margin-bottom:22px;color:#fffaf1;font-size:clamp(3.4rem,6.8vw,7.4rem);line-height:0.9;text-wrap:balance;text-shadow:0 28px 70px rgba(0,0,0,0.86)}.hero-premium .hero-subtitle{max-width:720px;color:rgba(246,241,232,0.78);font-size:clamp(1.08rem,1.45vw,1.28rem);line-height:1.72}.hero-premium .hero-actions{gap:16px;margin-top:34px}.hero-premium .button{min-width:190px;min-height:58px;border-color:rgba(201,154,74,0.58);background:rgba(0,0,0,0.72);backdrop-filter:blur(14px)}.hero-premium .button-primary{background:linear-gradient(135deg,#050505,#15110a);box-shadow:0 18px 48px rgba(0,0,0,0.58),inset 0 1px 0 rgba(255,255,255,0.08)}.hero-premium .button-secondary{background:rgba(0,0,0,0.34)}.hero-premium .button:hover,.hero-premium .button:focus-visible{border-color:#c99a4a;background:#0e0b07}.hero-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;max-width:760px;margin-top:38px;border:1px solid rgba(201,154,74,0.26);background:rgba(201,154,74,0.2);box-shadow:0 22px 60px rgba(0,0,0,0.42)}.hero-proof span{display:grid;gap:4px;min-height:86px;padding:18px 20px;background:rgba(4,4,4,0.72);color:rgba(246,241,232,0.68);font-size:0.9rem;font-weight:600;backdrop-filter:blur(14px)}.hero-proof strong{color:#fffaf1;font-size:1.05rem;letter-spacing:0.02em}.hero-service-panel{justify-self:end;width:min(360px,100%);margin-bottom:46px;padding:24px;background:linear-gradient(145deg,rgba(255,255,255,0.07),transparent 35%),rgba(0,0,0,0.62);border:1px solid rgba(201,154,74,0.3);border-radius:8px;box-shadow:0 26px 70px rgba(0,0,0,0.58);backdrop-filter:blur(16px)}.hero-service-panel p{margin:0 0 18px;color:#c99a4a;font-size:0.82rem;font-weight:900;letter-spacing:0.22em;text-transform:uppercase}.hero-service-panel ul{display:grid;gap:14px;margin:0;padding:0;list-style:none}.hero-service-panel li{position:relative;padding-left:22px;color:#f6f1e8;font-weight:800}.hero-service-panel li::before{content:"";position:absolute;left:0;top:0.5em;width:8px;height:8px;border:1px solid #d3212d;transform:rotate(45deg);box-shadow:0 0 0 4px rgba(211,33,45,0.14)}@media (max-width:1020px){.hero-shell{grid-template-columns:1fr;align-items:center}.hero-service-panel{justify-self:start;margin-bottom:0}}@media (max-width:920px){.site-header{height:auto}.hero-premium{padding-top:104px}.hero-shell{width:calc(100% - 40px);min-height:auto;padding:60px 0 28px}}@media (max-width:680px){.hero-shell{width:calc(100% - 32px);padding-top:44px}.hero-premium h1{font-size:clamp(3rem,15vw,4.6rem)}.hero-proof{grid-template-columns:1fr}.hero-premium .hero-actions{width:100%}.hero-premium .button{width:100%}}.hero-premium,.hero-shell,.hero-proof,.hero-service-panel,.hero-brandline{all:revert}.hero-clean{min-height:min(820px,100vh);display:grid;align-items:center;padding:132px 0 94px;background-position:62% center}.hero-clean .hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,0.96) 0%,rgba(0,0,0,0.78) 44%,rgba(0,0,0,0.3) 100%),linear-gradient(180deg,rgba(0,0,0,0.1),rgba(0,0,0,0.78)),radial-gradient(circle at 18% 38%,rgba(201,154,74,0.18),transparent 24rem)}.hero-clean .hero-content{width:min(760px,calc(100% - 40px));margin-left:clamp(20px,5.6vw,108px);padding:0}.hero-clean .hero-content::before{display:none !important}.hero-clean .eyebrow{margin-bottom:18px;color:#d3212d;letter-spacing:0.16em}.hero-clean h1{max-width:760px;margin-bottom:22px;color:#fffaf1;font-size:clamp(3.2rem,6vw,6.4rem);line-height:0.96;text-shadow:0 28px 70px rgba(0,0,0,0.82)}.hero-clean .hero-subtitle{max-width:680px;color:rgba(246,241,232,0.78);font-size:clamp(1.08rem,1.45vw,1.25rem);line-height:1.7}.hero-clean .hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:34px}.hero-clean .button{min-width:188px;min-height:56px;border-color:rgba(201,154,74,0.54);background:#000000;color:#ffffff;box-shadow:0 18px 48px rgba(0,0,0,0.52)}.hero-clean .button:hover,.hero-clean .button:focus-visible{border-color:#c99a4a;background:#11100e}@media (max-width:920px){.hero-clean{min-height:auto;padding:124px 0 86px;background-position:68% center}.hero-clean .hero-content{margin-left:20px}}@media (max-width:680px){.hero-clean{padding:112px 0 72px}.hero-clean .hero-content{width:calc(100% - 32px);margin-left:16px}.hero-clean h1{font-size:clamp(2.7rem,13vw,4.1rem)}.hero-clean .hero-actions{width:100%}.hero-clean .button{width:auto;min-width:158px}}.site-header .brand{min-width:0 !important;width:auto !important}.site-header .brand-mark{width:116px !important;height:78px !important;display:grid !important;place-items:center !important;background:transparent !important;border:0 !important;overflow:visible !important}.site-header .brand-mark img,.site-header .header-logo{width:116px !important;height:auto !important;object-fit:contain !important;filter:brightness(1.16) contrast(1.1) drop-shadow(0 12px 28px rgba(0,0,0,0.72)) !important}@media (max-width:920px){.site-header .brand-mark,.site-header .brand-mark img,.site-header .header-logo{width:104px !important;height:auto !important}}@media (max-width:680px){.site-header .brand-mark,.site-header .brand-mark img,.site-header .header-logo{width:92px !important;height:auto !important}}.hero-clean{min-height:0 !important;height:auto !important;padding:150px 0 86px !important;align-items:start !important}.hero-clean::after{height:120px !important}.hero-clean .hero-content{padding-top:18px !important}#services.section{padding-top:74px !important}@media (max-width:920px){.hero-clean{padding:124px 0 72px !important}#services.section{padding-top:64px !important}}@media (max-width:680px){.hero-clean{padding:108px 0 58px !important}#services.section{padding-top:54px !important}}:root{--accent-red:#c99a4a;--accent:#c99a4a;--accent-dark:#8a6428}body{background:radial-gradient(circle at 12% 0%,rgba(201,154,74,0.18),transparent 30rem),radial-gradient(circle at 84% 18%,rgba(201,154,74,0.08),transparent 26rem),linear-gradient(180deg,#030303 0%,#0b0a08 48%,#030303 100%) !important}.eyebrow,.manager-experience,.form-status,.main-nav a:hover,.main-nav a:focus-visible{color:#c99a4a !important}.hero-overlay,.hero-clean .hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,0.96) 0%,rgba(0,0,0,0.78) 44%,rgba(0,0,0,0.3) 100%),linear-gradient(180deg,rgba(0,0,0,0.1),rgba(0,0,0,0.78)),radial-gradient(circle at 18% 38%,rgba(201,154,74,0.18),transparent 24rem) !important}.hero-premium::before,.hero-clean::before{background:linear-gradient(115deg,rgba(201,154,74,0.1),transparent 42%,rgba(255,255,255,0.035)) !important}.service-card,.manager-card,.team-card{border-top-color:rgba(201,154,74,0.82) !important}.brand-card{border-top-color:#c99a4a !important}.icon{color:#c99a4a !important;border-color:rgba(201,154,74,0.48) !important}.icon svg{stroke:#c99a4a !important}.feature-list p::before,.hero-service-panel li::before{border-color:#c99a4a !important;box-shadow:0 0 0 4px rgba(201,154,74,0.14) !important}.service-card,.brand-card,.manager-card,.team-card,.contact-panel,.contact-details,.feature-list p{background:linear-gradient(145deg,rgba(201,154,74,0.06),transparent 36%),linear-gradient(180deg,#11100f 0%,#050505 100%) !important}.about-section{background:linear-gradient(90deg,rgba(0,0,0,0.96),rgba(0,0,0,0.72)),radial-gradient(circle at 14% 42%,rgba(201,154,74,0.16),transparent 24rem),url("assets/images/gallery-diagnostics.webp") center / cover !important}.contact-details{background:linear-gradient(180deg,rgba(0,0,0,0.48),rgba(0,0,0,0.94)),radial-gradient(circle at 20% 20%,rgba(201,154,74,0.14),transparent 18rem),url("assets/images/gallery-brakes.webp") center / cover !important}.site-header::after,.main-nav a::after{background:linear-gradient(90deg,transparent,rgba(201,154,74,0.7),transparent) !important}.button,.button-primary,.button-secondary,.hero-clean .button{border-color:rgba(201,154,74,0.58) !important}.button:hover,.button:focus-visible,.hero-clean .button:hover,.hero-clean .button:focus-visible{border-color:#c99a4a !important}.brand-card img{filter:brightness(0) saturate(100%) invert(72%) sepia(51%) saturate(410%) hue-rotate(356deg) brightness(92%) contrast(88%) drop-shadow(0 12px 20px rgba(0,0,0,0.52)) !important}.gallery-item figcaption{border-top-color:rgba(201,154,74,0.55) !important}.site-footer p,.site-footer .footer-brand p{color:#c99a4a !important}.motix-reference-header{position:fixed !important;top:0 !important;left:0 !important;right:0 !important;z-index:50 !important;display:grid !important;grid-template-columns:180px minmax(0,1fr) auto !important;align-items:center !important;gap:28px !important;height:150px !important;padding:0 40px !important;background:rgba(0,0,0,0.94) !important;border-bottom:1px solid rgba(201,154,74,0.26) !important;box-shadow:none !important;backdrop-filter:blur(14px) !important}.motix-reference-header::after{content:"" !important;position:absolute !important;left:200px !important;right:40px !important;bottom:0 !important;height:1px !important;background:rgba(246,241,232,0.08) !important}.motix-reference-header .brand{min-width:0 !important}.motix-reference-header .brand-mark,.motix-reference-header .brand-mark img,.motix-reference-header .header-logo{width:136px !important;height:auto !important;object-fit:contain !important;filter:brightness(1.14) contrast(1.08) drop-shadow(0 18px 34px rgba(0,0,0,0.72)) !important}.motix-reference-header .main-nav{display:flex !important;justify-content:center !important;align-items:center !important;gap:clamp(22px,2.3vw,42px) !important;color:#ffffff !important;font-size:0.92rem !important;font-weight:700 !important;text-transform:uppercase !important}.motix-reference-header .main-nav a{color:rgba(255,255,255,0.92) !important;position:relative !important;padding:14px 0 !important}.motix-reference-header .main-nav a:hover,.motix-reference-header .main-nav a.active{color:#d6a33c !important}.motix-reference-header .main-nav a.active::after,.motix-reference-header .main-nav a:hover::after{content:"" !important;position:absolute !important;left:0 !important;right:0 !important;bottom:-12px !important;height:2px !important;background:#d6a33c !important;opacity:1 !important;transform:none !important}.header-actions{display:flex;align-items:center;gap:22px}.header-whatsapp{display:inline-flex;align-items:center;gap:12px;color:#ffffff;font-weight:700}.header-whatsapp svg,.whatsapp-cta svg{width:26px;height:26px;fill:#25d366}.header-book{display:inline-flex;align-items:center;gap:16px;min-height:66px;padding:0 30px;color:#d6a33c;border:1px solid #d6a33c;border-radius:4px;font-weight:800;text-transform:uppercase;letter-spacing:0.03em}.header-book svg,.hero-reference .button svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.hero-reference{min-height:100vh !important;padding:150px 0 0 !important;display:grid !important;align-items:stretch !important;background-image:url("assets/images/hero-garage.webp") !important;background-size:cover !important;background-position:center right !important;background-color:#000000 !important;overflow:hidden !important}.hero-reference::after,.hero-reference::before{display:none !important}.hero-reference .hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,0.98) 0%,rgba(0,0,0,0.82) 36%,rgba(0,0,0,0.24) 74%,rgba(0,0,0,0.44) 100%),linear-gradient(180deg,rgba(0,0,0,0.08) 0%,rgba(0,0,0,0.72) 100%) !important}.hero-reference-content{position:relative;z-index:1;width:min(650px,calc(100% - 80px));margin-left:64px;padding-top:clamp(58px,8vh,92px);padding-bottom:46px;display:flex;flex-direction:column}.hero-reference .eyebrow{margin:0 0 30px !important;color:#d6a33c !important;font-size:0.98rem !important;font-weight:600 !important;letter-spacing:0.14em !important;text-transform:uppercase !important}.hero-reference h1{margin:0 !important;max-width:650px !important;color:#ffffff !important;font-size:clamp(3.6rem,5.4vw,6.1rem) !important;font-weight:900 !important;line-height:0.98 !important;text-shadow:0 22px 56px rgba(0,0,0,0.85) !important}.hero-reference h1 span{color:#d6a33c !important;background:linear-gradient(180deg,#f5d27a 0%,#b98722 72%,#7b5518 100%);-webkit-background-clip:text;background-clip:text;color:transparent !important}.hero-gold-rule{width:72px;height:3px;margin:24px 0 26px;background:#d6a33c}.hero-reference .hero-subtitle{max-width:560px !important;margin:0 !important;color:rgba(255,255,255,0.76) !important;font-size:1.2rem !important;line-height:1.72 !important}.hero-reference .hero-actions{display:flex !important;gap:22px !important;margin-top:44px !important}.hero-reference .button{display:inline-flex !important;align-items:center !important;gap:16px !important;min-width:264px !important;min-height:72px !important;padding:0 30px !important;border-radius:4px !important;font-size:1rem !important;font-weight:800 !important;text-transform:uppercase !important;letter-spacing:0.02em !important}.hero-reference .button-primary{background:linear-gradient(135deg,#d7a63d,#a8751e) !important;border-color:#d6a33c !important;color:#ffffff !important;box-shadow:0 18px 44px rgba(0,0,0,0.42) !important}.hero-reference .button-secondary{background:rgba(0,0,0,0.5) !important;border-color:#d6a33c !important;color:#ffffff !important}.hero-reference .button-secondary svg{fill:#25d366 !important;stroke:none !important}.hero-features{display:flex;align-items:center;gap:0;margin-top:auto;padding-top:58px}.hero-feature{display:flex;align-items:center;gap:16px;min-width:210px;padding-right:32px;margin-right:32px;border-right:1px solid rgba(255,255,255,0.18)}.hero-feature:last-child{border-right:0;margin-right:0;padding-right:0}.feature-icon{display:grid;place-items:center;width:54px;height:54px;border:1px solid #d6a33c;border-radius:50%;color:#d6a33c;flex:0 0 auto}.feature-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.hero-feature p{margin:0;color:#ffffff;font-size:1.05rem;font-weight:700;line-height:1.35}#services.section{padding-top:86px !important}@media (max-width:1180px){.motix-reference-header{grid-template-columns:140px 1fr auto !important;padding:0 24px !important;gap:18px !important}.header-actions{gap:14px}.header-whatsapp span{display:none}.header-book{min-height:54px;padding:0 18px}.motix-reference-header .main-nav{gap:20px !important;font-size:0.84rem !important}}@media (max-width:920px){.motix-reference-header{height:auto !important;display:flex !important;padding:14px 18px !important}.motix-reference-header::after,.header-actions{display:none !important}.hero-reference{min-height:auto !important;padding-top:92px !important;background-position:68% center !important}.hero-reference-content{width:calc(100% - 40px);margin-left:20px;padding-top:66px}.hero-features{flex-wrap:wrap;gap:18px}.hero-feature{border-right:0;min-width:190px}}@media (max-width:680px){.hero-reference h1{font-size:clamp(3rem,13vw,4.3rem) !important}.hero-reference .hero-actions{flex-direction:column;gap:14px !important}.hero-reference .button{width:100% !important;min-width:0 !important}.hero-feature{width:100%;margin-right:0;padding-right:0}}.hero-reference,.hero-clean,.hero{background-image:url("assets/images/hero-reference-bmw.webp") !important;background-position:center right !important;background-size:cover !important}.hero-reference .hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,0.99) 0%,rgba(0,0,0,0.86) 34%,rgba(0,0,0,0.26) 70%,rgba(0,0,0,0.18) 100%),linear-gradient(180deg,rgba(0,0,0,0.04) 0%,rgba(0,0,0,0.62) 100%) !important}.motix-reference-header{height:108px !important;padding:0 40px !important;grid-template-columns:138px minmax(0,1fr) auto !important}.motix-reference-header .brand-mark,.motix-reference-header .brand-mark img,.motix-reference-header .header-logo{width:104px !important;height:auto !important}.motix-reference-header .main-nav{gap:clamp(18px,2vw,34px) !important;font-size:0.86rem !important}.header-book{min-height:52px !important;padding:0 22px !important;gap:12px !important;font-size:0.88rem !important}.header-book svg,.header-whatsapp svg{width:22px !important;height:22px !important}.header-whatsapp{font-size:0.9rem !important}.motix-reference-header::after{left:170px !important}.hero-reference{padding-top:108px !important}@media (max-width:1180px){.motix-reference-header{grid-template-columns:118px 1fr auto !important;padding:0 24px !important}.motix-reference-header .brand-mark,.motix-reference-header .brand-mark img,.motix-reference-header .header-logo{width:92px !important}}@media (max-width:920px){.motix-reference-header{height:auto !important;padding:12px 18px !important}.hero-reference{padding-top:82px !important}}.motix-reference-header{height:92px !important;padding:0 42px !important;grid-template-columns:126px minmax(0,1fr) auto !important}.motix-reference-header .brand-mark,.motix-reference-header .brand-mark img,.motix-reference-header .header-logo{width:92px !important;height:auto !important}.motix-reference-header .main-nav{gap:clamp(16px,1.7vw,30px) !important;font-size:0.78rem !important;font-weight:700 !important}.motix-reference-header .main-nav a{padding:10px 0 !important}.motix-reference-header .main-nav a.active::after,.motix-reference-header .main-nav a:hover::after{bottom:-9px !important}.header-actions{gap:16px !important}.header-whatsapp{gap:10px !important;font-size:0.82rem !important}.header-whatsapp svg,.header-book svg{width:20px !important;height:20px !important}.header-book{min-height:46px !important;padding:0 18px !important;gap:10px !important;font-size:0.78rem !important}.motix-reference-header::after{left:190px !important;right:42px !important}.hero-reference{min-height:100vh !important;padding-top:92px !important;background-image:url("assets/images/hero-reference-bmw.webp") !important;background-size:cover !important;background-position:center right !important}.hero-reference-content{width:min(560px,calc(100% - 80px)) !important;margin-left:66px !important;padding-top:clamp(54px,7vh,76px) !important;padding-bottom:38px !important}.hero-reference .eyebrow{margin-bottom:22px !important;font-size:0.8rem !important;letter-spacing:0.18em !important}.hero-reference h1{max-width:560px !important;font-size:clamp(3rem,4.25vw,4.8rem) !important;line-height:1.02 !important}.hero-gold-rule{width:62px !important;height:2px !important;margin:22px 0 22px !important}.hero-reference .hero-subtitle{max-width:520px !important;font-size:1rem !important;line-height:1.68 !important}.hero-reference .hero-actions{gap:16px !important;margin-top:34px !important}.hero-reference .button{min-width:210px !important;min-height:56px !important;padding:0 22px !important;gap:12px !important;font-size:0.86rem !important}.hero-reference .button svg{width:21px !important;height:21px !important}.hero-features{padding-top:44px !important}.hero-feature{min-width:170px !important;gap:12px !important;padding-right:24px !important;margin-right:24px !important}.feature-icon{width:44px !important;height:44px !important}.feature-icon svg{width:23px !important;height:23px !important}.hero-feature p{font-size:0.92rem !important}@media (max-width:1180px){.motix-reference-header{grid-template-columns:108px 1fr auto !important;padding:0 24px !important}.motix-reference-header .brand-mark,.motix-reference-header .brand-mark img,.motix-reference-header .header-logo{width:82px !important}.motix-reference-header .main-nav{gap:16px !important;font-size:0.74rem !important}}@media (max-width:920px){.hero-reference-content{margin-left:20px !important;width:calc(100% - 40px) !important}}.section{min-height:100vh;display:grid;align-content:center;padding-top:clamp(54px,7vh,86px) !important;padding-bottom:clamp(54px,7vh,86px) !important}#services.section,#brands.section,#why-us.section,#gallery.section,#team.section,#contact.section{min-height:100vh}.about-section{min-height:100vh;display:grid;align-content:center}.brands-section .section-heading{margin-bottom:24px !important}.brands-section .section-heading h2{font-size:clamp(2.1rem,3.2vw,4rem) !important;max-width:820px !important}.brands-grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:14px !important}.brand-card{min-height:128px !important;padding:18px 16px !important}.brand-card img{width:min(150px,88%) !important;max-height:74px !important}.team-profile-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;align-items:stretch}.team-profile-grid .manager-card{grid-template-columns:1fr !important;gap:18px !important}.team-profile-grid .manager-photo{min-height:245px !important}.team-profile-grid .manager-card h3{font-size:clamp(1.25rem,1.7vw,1.7rem) !important}.footer-minimal{min-height:auto !important;padding:0 !important;background:#030303 !important;border-top:1px solid rgba(201,154,74,0.28) !important;text-align:center !important}.footer-minimal .footer-inner{width:min(1180px,calc(100% - 40px)) !important;margin:0 auto !important;display:grid !important;justify-items:center !important;gap:18px !important;padding:30px 0 20px !important}.footer-minimal .footer-logo{width:112px !important;height:auto !important;filter:brightness(1.12) contrast(1.08) drop-shadow(0 12px 28px rgba(0,0,0,0.72)) !important}.footer-minimal .copyright{width:100% !important;margin:0 !important;padding-top:16px !important;border-top:1px solid rgba(232,218,194,0.12) !important;color:rgba(246,241,232,0.58) !important;font-size:0.86rem !important;font-weight:500 !important;text-align:center !important}@media (max-width:1020px){.team-profile-grid{grid-template-columns:1fr !important}.team-profile-grid .manager-card{grid-template-columns:0.38fr 0.62fr !important}}@media (max-width:920px){.section,#services.section,#brands.section,#why-us.section,#gallery.section,#team.section,#contact.section,.about-section{min-height:auto}.brands-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important}}@media (max-width:680px){.brands-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}.brand-card{min-height:112px !important}.brand-card img{width:min(128px,90%) !important;max-height:64px !important}.team-profile-grid .manager-card{grid-template-columns:1fr !important}}.team-profile-grid .manager-card{padding:22px !important}.team-profile-grid .manager-photo{min-height:0 !important;height:250px !important;border-radius:6px !important;background-size:contain !important;background-repeat:no-repeat !important;background-color:#d9d9d9 !important;background-position:center center !important;filter:saturate(0.86) contrast(1.06) brightness(0.94) !important}.team-profile-grid .service-advisor-photo{background-size:contain !important;background-position:center top !important}.team-profile-grid .senior-technician-photo{background-size:contain !important;background-position:center center !important}.team-profile-grid .manager-card h3{margin-bottom:6px !important;font-size:clamp(1.45rem,1.9vw,2rem) !important}.team-profile-grid .manager-experience{margin-bottom:18px !important;font-size:0.96rem !important;line-height:1.35 !important}.team-profile-grid .manager-card p:last-child{font-size:0.94rem !important;line-height:1.55 !important}@media (max-width:1180px){.team-profile-grid .manager-photo{height:230px !important}}@media (max-width:1020px){.team-profile-grid .manager-card{grid-template-columns:0.34fr 0.66fr !important}.team-profile-grid .manager-photo{height:260px !important}}@media (max-width:680px){.team-profile-grid .manager-photo{height:260px !important}}.team-profile-grid .manager-photo{height:250px !important;min-height:0 !important;background-size:cover !important;background-repeat:no-repeat !important;background-color:#080808 !important;filter:saturate(0.9) contrast(1.06) brightness(0.95) !important}.team-profile-grid .manager-card .manager-photo{background-position:center 24% !important}.team-profile-grid .service-advisor-photo{background-size:cover !important;background-position:center 16% !important}.team-profile-grid .senior-technician-photo{background-size:cover !important;background-position:center 18% !important}@media (max-width:1180px){.team-profile-grid .manager-photo{height:235px !important}}@media (max-width:1020px){.team-profile-grid .manager-photo{height:260px !important}}@media (max-width:680px){.team-profile-grid .manager-photo{height:280px !important}}.real-gallery-section{min-height:100vh;align-content:center}.real-gallery-section .section-heading{margin-bottom:28px !important}.real-gallery-section .section-heading h2{font-size:clamp(2.3rem,3.7vw,4.4rem) !important}.real-gallery-grid{grid-template-columns:1.15fr 0.85fr !important;grid-auto-rows:minmax(230px,31vh) !important;gap:18px !important}.real-gallery-item{border:1px solid rgba(201,154,74,0.24) !important;background:#050505 !important;box-shadow:0 24px 70px rgba(0,0,0,0.46) !important}.real-gallery-item img{height:100% !important;object-fit:cover !important;filter:saturate(0.72) contrast(1.12) brightness(0.68) sepia(0.08) !important}.real-gallery-item::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,0.04),rgba(0,0,0,0.58)),radial-gradient(circle at 12% 12%,rgba(201,154,74,0.16),transparent 20rem)}.real-gallery-item figcaption{z-index:2 !important;left:22px !important;bottom:22px !important;padding:10px 14px !important;background:rgba(0,0,0,0.78) !important;border:1px solid rgba(201,154,74,0.42) !important;color:#f6f1e8 !important;letter-spacing:0.12em !important;text-transform:uppercase !important}.real-gallery-item:hover img{transform:scale(1.035) !important;filter:saturate(0.82) contrast(1.14) brightness(0.78) sepia(0.08) !important}@media (max-width:920px){.real-gallery-section{min-height:auto}.real-gallery-grid{grid-template-columns:1fr !important;grid-auto-rows:320px !important}.real-gallery-grid .gallery-large{grid-row:span 1 !important}}@media (max-width:680px){.real-gallery-grid{grid-auto-rows:260px !important}}.real-gallery-grid{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;grid-auto-rows:auto !important;gap:18px !important}.real-gallery-grid .gallery-large{grid-row:auto !important}.real-gallery-item{aspect-ratio:16 / 9 !important;min-height:0 !important}.real-gallery-item img{height:100% !important;width:100% !important;object-fit:cover !important;object-position:center center !important;filter:saturate(0.82) contrast(1.1) brightness(0.9) sepia(0.06) !important}.real-gallery-item::before{background:linear-gradient(180deg,rgba(0,0,0,0.02),rgba(0,0,0,0.48)),radial-gradient(circle at 12% 12%,rgba(201,154,74,0.14),transparent 18rem) !important}@media (max-width:920px){.real-gallery-grid{grid-template-columns:1fr !important}.real-gallery-item{aspect-ratio:16 / 10 !important}}#gallery.section{min-height:100vh;display:grid;align-content:center}#gallery .gallery-grid:not(.real-gallery-grid){display:grid !important;grid-template-columns:1.15fr 0.85fr !important;grid-auto-rows:270px !important;gap:18px !important}#gallery .gallery-grid:not(.real-gallery-grid) .gallery-large{grid-row:span 2 !important}#gallery .gallery-item img{filter:saturate(0.78) contrast(1.12) brightness(0.82) !important}@media (max-width:920px){#gallery.section{min-height:auto}#gallery .gallery-grid:not(.real-gallery-grid){grid-template-columns:1fr !important;grid-auto-rows:250px !important}#gallery .gallery-grid:not(.real-gallery-grid) .gallery-large{grid-row:span 1 !important}}.real-gallery-section{min-height:100vh !important;display:grid !important;align-content:center !important}.real-gallery-section .section-heading{margin-bottom:28px !important}.real-gallery-grid{display:grid !important;grid-template-columns:1.15fr 0.85fr !important;grid-auto-rows:minmax(250px,31vh) !important;gap:18px !important}.real-gallery-grid .gallery-large{grid-row:span 2 !important}.real-gallery-item{aspect-ratio:auto !important;min-height:0 !important;border:1px solid rgba(201,154,74,0.24) !important;background:#050505 !important;box-shadow:0 24px 70px rgba(0,0,0,0.46) !important}.real-gallery-item img{width:100% !important;height:100% !important;object-fit:cover !important;object-position:center center !important;filter:saturate(0.84) contrast(1.08) brightness(0.86) sepia(0.04) !important}.real-gallery-item::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,0.02),rgba(0,0,0,0.46)),radial-gradient(circle at 12% 12%,rgba(201,154,74,0.13),transparent 18rem) !important}.real-gallery-item figcaption{z-index:2 !important;left:22px !important;bottom:22px !important;padding:10px 14px !important;background:rgba(0,0,0,0.78) !important;border:1px solid rgba(201,154,74,0.42) !important;color:#f6f1e8 !important;letter-spacing:0.12em !important;text-transform:uppercase !important}@media (max-width:920px){.real-gallery-section{min-height:auto !important}.real-gallery-grid{grid-template-columns:1fr !important;grid-auto-rows:300px !important}.real-gallery-grid .gallery-large{grid-row:span 1 !important}}.team-profile-grid .manager-card{padding:20px !important}.team-profile-grid .manager-photo{height:300px !important;min-height:300px !important;border-radius:6px !important;background-size:cover !important;background-repeat:no-repeat !important;background-color:#050505 !important;filter:saturate(0.92) contrast(1.06) brightness(0.96) !important}.team-profile-grid .manager-card:first-child .manager-photo{background-position:center 18% !important}.team-profile-grid .service-advisor-photo{background-position:center top !important}.team-profile-grid .senior-technician-photo{background-position:center 16% !important}.team-profile-grid .manager-card h3{font-size:clamp(1.35rem,1.75vw,1.9rem) !important}.team-profile-grid .manager-experience,.team-profile-grid .manager-card p:last-child{font-size:0.92rem !important}@media (max-width:1180px){.team-profile-grid .manager-photo{height:280px !important;min-height:280px !important}}@media (max-width:1020px){.team-profile-grid .manager-card{grid-template-columns:0.36fr 0.64fr !important}.team-profile-grid .manager-photo{height:300px !important;min-height:300px !important}}@media (max-width:680px){.team-profile-grid .manager-card{grid-template-columns:1fr !important}.team-profile-grid .manager-photo{height:320px !important;min-height:320px !important}}.team-profile-grid .manager-card:first-child .manager-photo{background-image:url("assets/images/team-nishita-framed.webp") !important}.team-profile-grid .service-advisor-photo{background-image:url("assets/images/team-jinu-framed.webp") !important}.team-profile-grid .senior-technician-photo{background-image:url("assets/images/team-arun-framed.webp") !important}.team-profile-grid .manager-photo,.team-profile-grid .service-advisor-photo,.team-profile-grid .senior-technician-photo{height:260px !important;min-height:260px !important;background-size:cover !important;background-position:center center !important;background-color:#050505 !important;filter:none !important}@media (max-width:1180px){.team-profile-grid .manager-photo,.team-profile-grid .service-advisor-photo,.team-profile-grid .senior-technician-photo{height:245px !important;min-height:245px !important}}@media (max-width:1020px){.team-profile-grid .manager-photo,.team-profile-grid .service-advisor-photo,.team-profile-grid .senior-technician-photo{height:280px !important;min-height:280px !important}}.team-profile-grid .manager-photo,.team-profile-grid .service-advisor-photo,.team-profile-grid .senior-technician-photo{height:270px !important;min-height:270px !important;background-size:cover !important;background-repeat:no-repeat !important;background-color:#050505 !important;filter:saturate(0.95) contrast(1.06) brightness(0.96) !important}.team-profile-grid .manager-card:first-child .manager-photo{background-image:url("assets/images/customer-relations-manager.webp") !important;background-position:center 18% !important}.team-profile-grid .service-advisor-photo{background-image:url("assets/images/jinu-johnny.webp") !important;background-position:center 14% !important}.team-profile-grid .senior-technician-photo{background-image:url("assets/images/arun.webp") !important;background-position:center 18% !important}@media (max-width:1180px){.team-profile-grid .manager-photo,.team-profile-grid .service-advisor-photo,.team-profile-grid .senior-technician-photo{height:250px !important;min-height:250px !important}}@media (max-width:1020px){.team-profile-grid .manager-photo,.team-profile-grid .service-advisor-photo,.team-profile-grid .senior-technician-photo{height:280px !important;min-height:280px !important}}.team-profile-grid .manager-card{overflow:hidden !important}.team-profile-grid .manager-photo,.team-profile-grid .service-advisor-photo,.team-profile-grid .senior-technician-photo{position:relative !important;height:285px !important;min-height:285px !important;border:1px solid rgba(201,154,74,0.72) !important;border-radius:6px !important;background-size:cover !important;background-position:center center !important;background-repeat:no-repeat !important;background-color:#f4f4f2 !important;filter:none !important;overflow:visible !important}.team-profile-grid .manager-card:first-child .manager-photo{background-image:url("assets/images/team-nishita-clean-card.webp") !important}.team-profile-grid .service-advisor-photo{background-image:url("assets/images/team-jinu-clean-card.webp") !important}.team-profile-grid .senior-technician-photo{background-image:url("assets/images/team-arun-clean-card.webp") !important}.team-profile-grid .manager-photo::after{content:"";position:absolute;left:50%;bottom:-18px;width:44px;height:44px;transform:translateX(-50%);background:#090909;border:1px solid rgba(201,154,74,0.9);border-radius:10px;box-shadow:0 10px 22px rgba(0,0,0,0.45)}.team-profile-grid .manager-photo::before{content:"";position:absolute;z-index:1;left:50%;bottom:-5px;width:20px;height:20px;transform:translateX(-50%);background:currentColor;color:#c99a4a;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M5 21a7 7 0 0 1 14 0'/%3E%3Cpath d='M9 15l3 3 3-3'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M5 21a7 7 0 0 1 14 0'/%3E%3Cpath d='M9 15l3 3 3-3'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat}.team-profile-grid .manager-card>div:last-child{padding-top:16px !important}@media (max-width:1180px){.team-profile-grid .manager-photo,.team-profile-grid .service-advisor-photo,.team-profile-grid .senior-technician-photo{height:260px !important;min-height:260px !important}}@media (max-width:1020px){.team-profile-grid .manager-photo,.team-profile-grid .service-advisor-photo,.team-profile-grid .senior-technician-photo{height:300px !important;min-height:300px !important}}.profile-traits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:18px;padding:12px 14px 14px;background:linear-gradient(180deg,rgba(12,13,16,0.96),rgba(7,7,8,0.96));border:1px solid rgba(201,154,74,0.22);border-radius:14px;box-shadow:inset 0 1px 0 rgba(255,255,255,0.04),0 18px 36px rgba(0,0,0,0.28)}.profile-trait{position:relative;display:grid;grid-template-columns:28px 1fr;align-items:center;gap:8px;min-width:0;padding:0 10px;color:rgba(246,241,232,0.78);font-size:0.66rem;font-weight:700;line-height:1.24}.profile-trait + .profile-trait{border-left:1px solid rgba(232,218,194,0.12)}.profile-trait.active::after{content:"";position:absolute;left:50%;bottom:-14px;width:34px;height:2px;transform:translateX(-50%);background:#c99a4a;border-radius:99px;box-shadow:0 0 18px rgba(201,154,74,0.65)}.trait-icon{display:grid;place-items:center;width:28px;height:28px;color:#c99a4a}.trait-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}@media (max-width:1180px) and (min-width:1021px){.profile-traits{padding-left:10px;padding-right:10px}.profile-trait{grid-template-columns:24px 1fr;gap:6px;padding:0 7px;font-size:0.6rem}.trait-icon,.trait-icon svg{width:22px;height:22px}}@media (max-width:520px){.profile-traits{grid-template-columns:1fr;gap:12px}.profile-trait{padding:0}.profile-trait + .profile-trait{border-left:0;border-top:1px solid rgba(232,218,194,0.12);padding-top:12px}.profile-trait.active::after{display:none}}.team-values-card{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:24px;padding:16px 18px;background:linear-gradient(180deg,rgba(13,13,13,0.96),rgba(6,6,6,0.98));border:1px solid rgba(201,154,74,0.34);border-radius:10px;box-shadow:0 22px 52px rgba(0,0,0,0.36),inset 0 1px 0 rgba(255,255,255,0.04)}.team-value-item{display:grid;grid-template-columns:54px 1fr;align-items:center;gap:14px;min-width:0;padding:0 22px}.team-value-item + .team-value-item{border-left:1px solid rgba(201,154,74,0.5)}.team-value-icon{display:grid;place-items:center;width:48px;height:48px;color:#c99a4a;border:1px solid rgba(201,154,74,0.78);border-radius:50%}.team-value-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.team-value-item h3{margin:0 0 5px;color:#c99a4a;font-size:0.78rem;font-weight:900;letter-spacing:0.12em;text-transform:uppercase}.team-value-item p{margin:0;color:rgba(246,241,232,0.74);font-size:0.82rem;line-height:1.35}@media (max-width:1020px){.team-values-card{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 0}.team-value-item:nth-child(3){border-left:0}}@media (max-width:620px){.team-values-card{grid-template-columns:1fr;gap:14px}.team-value-item{padding:0}.team-value-item + .team-value-item{border-left:0;border-top:1px solid rgba(201,154,74,0.28);padding-top:14px}}.premium-booking-panel{padding:28px 30px 24px !important;background:radial-gradient(circle at 92% 0%,rgba(201,154,74,0.14),transparent 20rem),linear-gradient(145deg,rgba(13,13,12,0.98),rgba(4,4,4,0.98)) !important;border:1px solid rgba(201,154,74,0.45) !important;box-shadow:0 24px 70px rgba(0,0,0,0.42),inset 0 1px 0 rgba(255,255,255,0.04) !important}.booking-title-row{display:grid;grid-template-columns:54px 1fr;align-items:center;gap:14px;margin-bottom:14px}.booking-title-icon{display:grid;place-items:center;width:46px;height:46px;color:#c99a4a;background:rgba(201,154,74,0.08);border:1px solid rgba(201,154,74,0.46);border-radius:8px}.booking-title-icon svg,.booking-submit svg,.booking-privacy svg,.field-shell::before{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.booking-title-icon svg{width:27px;height:27px}.premium-booking-panel .eyebrow{margin:0 0 4px !important;color:#c99a4a !important;font-size:1rem !important;letter-spacing:0.08em !important}.booking-helper{margin:0;color:rgba(246,241,232,0.68);font-size:0.82rem;line-height:1.35}.premium-booking-form{gap:14px 16px !important}.premium-booking-form label{gap:7px !important;color:rgba(246,241,232,0.86) !important;font-size:0.78rem !important}.field-shell{position:relative;display:block}.field-shell::before{content:"";position:absolute;z-index:2;left:16px;top:50%;width:18px;height:18px;transform:translateY(-50%);color:#c99a4a;background:currentColor;-webkit-mask:var(--field-icon) center / contain no-repeat;mask:var(--field-icon) center / contain no-repeat}.field-name{--field-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M5 21a7 7 0 0 1 14 0'/%3E%3C/g%3E%3C/svg%3E")}.field-phone{--field-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1.9.3 1.8.7 2.6a2 2 0 0 1-.5 2.1L8 9.7a16 16 0 0 0 6.3 6.3l1.3-1.3a2 2 0 0 1 2.1-.5c.8.3 1.7.6 2.6.7A2 2 0 0 1 22 16.9Z'/%3E%3C/g%3E%3C/svg%3E")}.field-car{--field-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 13h2l2-5h10l2 5h2v6h-3v-2H6v2H3v-6Z'/%3E%3Cpath d='M7 13h10'/%3E%3Ccircle cx='7' cy='16' r='1.2'/%3E%3Ccircle cx='17' cy='16' r='1.2'/%3E%3C/g%3E%3C/svg%3E")}.field-service{--field-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m14.7 6.3 3 3'/%3E%3Cpath d='M3 21l3.4-.7L19.7 7a2.1 2.1 0 0 0-3-3L3.7 17.3 3 21Z'/%3E%3C/g%3E%3C/svg%3E")}.field-source{--field-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/g%3E%3C/svg%3E")}.premium-booking-form input,.premium-booking-form select{min-height:44px !important;padding-left:46px !important;background:#050505 !important;border:1px solid rgba(232,218,194,0.18) !important;color:#f6f1e8 !important;border-radius:5px !important}.premium-booking-form input::placeholder{color:rgba(246,241,232,0.6) !important}.booking-submit{width:100% !important;min-height:48px !important;margin-top:2px !important;display:grid !important;grid-template-columns:1fr auto !important;padding:0 22px !important;color:#050505 !important;background:linear-gradient(180deg,#e4ad44,#bd8123) !important;border:1px solid rgba(248,200,95,0.72) !important;box-shadow:0 14px 34px rgba(201,154,74,0.22) !important;text-transform:uppercase}.booking-submit svg{width:22px;height:22px;stroke-width:2.2}.booking-privacy{grid-column:1 / -1;display:inline-flex;align-items:center;justify-content:center;gap:8px;margin:-2px 0 0;color:rgba(246,241,232,0.64);font-size:0.76rem}.booking-privacy svg{width:16px;height:16px;color:#c99a4a}.motix-contact-card{justify-content:start !important;gap:18px !important;padding:28px 30px !important;background:linear-gradient(90deg,rgba(4,4,4,0.98),rgba(9,9,8,0.92)),radial-gradient(circle at 100% 20%,rgba(201,154,74,0.12),transparent 16rem) !important;border:1px solid rgba(201,154,74,0.42) !important;box-shadow:0 24px 70px rgba(0,0,0,0.42),inset 0 1px 0 rgba(255,255,255,0.04) !important}.motix-contact-card h3{margin:0 0 4px !important;color:#f6f1e8 !important;font-size:1.8rem !important;line-height:1 !important}.motix-contact-card h3 span{color:#c99a4a}.contact-info-list{display:grid;gap:0}.contact-info-item{display:grid;grid-template-columns:42px 1fr;align-items:start;gap:14px;padding:14px 0;border-bottom:1px solid rgba(232,218,194,0.1)}.contact-info-item:last-child{border-bottom:0}.contact-info-icon{display:grid;place-items:center;width:34px;height:34px;color:#c99a4a;border:1px solid rgba(201,154,74,0.7);border-radius:50%;background:rgba(201,154,74,0.06)}.contact-info-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.contact-info-item strong{display:block;color:#f6f1e8;font-size:0.9rem;line-height:1.35;font-weight:800}.contact-info-item small{display:block;margin-top:3px;color:rgba(246,241,232,0.7);font-size:0.78rem;line-height:1.3;font-weight:500}.contact-info-item .closed-day{color:#c99a4a;font-weight:900}.motix-contact-card{background:linear-gradient(90deg,rgba(4,4,4,0.94),rgba(9,9,8,0.82)),radial-gradient(circle at 100% 20%,rgba(201,154,74,0.12),transparent 16rem),url("assets/images/gallery-brakes.webp") center / cover !important}.motix-contact-card{background:linear-gradient(90deg,rgba(4,4,4,0.78),rgba(9,9,8,0.58)),radial-gradient(circle at 100% 20%,rgba(201,154,74,0.10),transparent 16rem),url("assets/images/gallery-brakes.webp") center / cover !important}.form-status[data-type="success"]{color:#5ee587 !important}.form-status[data-type="error"]{color:#ff7070 !important}.motix-reference-header{background:#030303 !important;isolation:isolate !important;overflow:hidden !important}.hero-reference{padding-top:132px !important}.hero-reference-content{padding-top:clamp(76px,10vh,112px) !important}@media (max-width:920px){.hero-reference{padding-top:104px !important}.hero-reference-content{padding-top:70px !important}}@media (max-width:920px){html{scroll-padding-top:84px}body{overflow-x:hidden}.motix-reference-header{height:76px !important;padding:10px 16px !important;display:flex !important;align-items:center !important;gap:12px !important}.motix-reference-header .brand{min-width:0 !important;flex:1 1 auto !important}.motix-reference-header .brand-mark,.motix-reference-header .brand-mark img,.motix-reference-header .header-logo{width:72px !important;height:auto !important}.nav-toggle{display:grid !important;place-content:center !important;flex:0 0 44px !important;min-width:44px !important;min-height:44px !important;border-radius:6px !important}.main-nav{position:fixed !important;top:84px !important;left:16px !important;right:16px !important;inset:84px 16px auto 16px !important;z-index:25 !important;display:grid !important;gap:0 !important;padding:10px !important;background:rgba(3,3,3,0.98) !important;border:1px solid rgba(201,154,74,0.38) !important;border-radius:10px !important;box-shadow:0 22px 60px rgba(0,0,0,0.58) !important}.main-nav a{min-height:46px !important;display:flex !important;align-items:center !important;padding:0 14px !important;border-bottom:1px solid rgba(232,218,194,0.08) !important}.main-nav a:last-child{border-bottom:0 !important}.header-actions{display:none !important}.hero-reference{min-height:auto !important;padding:104px 0 62px !important;background-position:70% center !important}.hero-reference-content{width:calc(100% - 34px) !important;margin-left:17px !important;padding-top:42px !important;padding-bottom:0 !important}.hero-reference h1{max-width:100% !important;font-size:clamp(2.45rem,12vw,4.1rem) !important;line-height:1.02 !important}.hero-reference .hero-subtitle{max-width:94% !important;font-size:0.98rem !important;line-height:1.55 !important}.hero-reference .hero-actions{width:100% !important;margin-top:24px !important}.hero-reference .button{width:100% !important;min-width:0 !important;min-height:52px !important}.hero-features{display:grid !important;grid-template-columns:1fr 1fr !important;gap:12px !important;padding-top:28px !important}.hero-feature{min-width:0 !important;width:auto !important;margin:0 !important;padding:0 !important;border-right:0 !important}.section,.about-section,#services.section,#brands.section,#why-us.section,#gallery.section,#team.section,#contact.section{width:min(100% - 32px,720px) !important;min-height:auto !important;padding-top:58px !important;padding-bottom:58px !important}.about-section{width:100% !important;padding-left:16px !important;padding-right:16px !important}h2,.brands-section .section-heading h2,.real-gallery-section .section-heading h2{font-size:clamp(2rem,9vw,3rem) !important;line-height:1.06 !important}.services-grid,.brands-grid,.split-section,.feature-list,.contact-section,.team-profile-grid,.real-gallery-grid{grid-template-columns:1fr !important}.service-card,.brand-card,.manager-card,.contact-panel,.contact-details{border-radius:8px !important}.brand-card{min-height:118px !important}.brand-card img{width:min(150px,82%) !important;max-height:74px !important}.team-profile-grid .manager-card{grid-template-columns:1fr !important;padding:18px !important}.team-profile-grid .manager-photo,.team-profile-grid .service-advisor-photo,.team-profile-grid .senior-technician-photo{height:300px !important;min-height:300px !important}.profile-traits{grid-template-columns:repeat(3,minmax(0,1fr)) !important;overflow:hidden !important}.profile-trait{grid-template-columns:1fr !important;justify-items:center !important;text-align:center !important;padding:0 6px !important;font-size:0.58rem !important}.team-values-card{grid-template-columns:1fr !important;gap:14px !important}.team-value-item,.team-value-item:nth-child(3){padding:0 !important;border-left:0 !important}.team-value-item + .team-value-item{border-left:0 !important;border-top:1px solid rgba(201,154,74,0.28) !important;padding-top:14px !important}.real-gallery-grid{grid-auto-rows:260px !important}.real-gallery-grid .gallery-large{grid-row:span 1 !important}.premium-booking-panel,.motix-contact-card{padding:22px 18px !important}.booking-title-row{grid-template-columns:44px 1fr !important;gap:12px !important}.booking-title-icon{width:42px !important;height:42px !important}.booking-form,.premium-booking-form{grid-template-columns:1fr !important}.premium-booking-form input,.premium-booking-form select,.booking-submit,.button{min-height:48px !important;font-size:16px !important}.contact-info-item{grid-template-columns:38px 1fr !important;gap:12px !important}.whatsapp-button{right:16px !important;bottom:16px !important;width:56px !important;height:56px !important}.footer-minimal .footer-logo{width:92px !important}}@media (max-width:420px){.hero-reference h1{font-size:clamp(2.25rem,13vw,3.25rem) !important}.hero-features{grid-template-columns:1fr !important}.team-profile-grid .manager-photo,.team-profile-grid .service-advisor-photo,.team-profile-grid .senior-technician-photo{height:260px !important;min-height:260px !important}.profile-traits{grid-template-columns:1fr !important}.profile-trait + .profile-trait{border-left:0 !important;border-top:1px solid rgba(232,218,194,0.12) !important;padding-top:10px !important}.real-gallery-grid{grid-auto-rows:220px !important}}.hero-reference::before,.hero::before,.hero-content::before,.hero-reference-content::before{content:none !important;display:none !important}.hero-reference,.hero-clean,.hero{background-image:url("assets/images/hero-bmw-clean.webp") !important;background-position:center right !important;background-size:cover !important}.hero-reference,.hero-clean,.hero{background-image:url("assets/images/hero-bmw-clean-v2.webp") !important;background-position:center right !important;background-size:cover !important}.hero-reference .hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0.98) 44%,rgba(0,0,0,0.52) 72%,rgba(0,0,0,0.24) 100%),linear-gradient(180deg,rgba(0,0,0,0.06),rgba(0,0,0,0.66)) !important}.hero-reference,.hero-clean,.hero{background-image:url("assets/images/hero-reference-bmw.webp") !important;background-position:center right !important;background-size:cover !important}.hero-reference .hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 38%,rgba(0,0,0,0.82) 48%,rgba(0,0,0,0.42) 68%,rgba(0,0,0,0.24) 100%),linear-gradient(180deg,rgba(0,0,0,0.06),rgba(0,0,0,0.66)) !important}.hero-reference,.hero-clean,.hero{background-color:#000000 !important;background-image:url("assets/images/hero-reference-bmw.webp") !important;background-size:contain !important;background-repeat:no-repeat !important;background-position:right center !important}.hero-reference .hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,0.96) 0%,rgba(0,0,0,0.88) 30%,rgba(0,0,0,0.58) 48%,rgba(0,0,0,0.20) 72%,rgba(0,0,0,0.08) 100%),linear-gradient(180deg,rgba(0,0,0,0.02),rgba(0,0,0,0.58)) !important}.hero-reference-content{width:min(610px,calc(100% - 80px)) !important}@media (max-width:920px){.hero-reference,.hero-clean,.hero{background-size:cover !important;background-position:68% center !important}}.hero-reference,.hero-clean,.hero{background-color:#000000 !important;background-image:url("assets/images/hero-garage.webp") !important;background-size:cover !important;background-repeat:no-repeat !important;background-position:center right !important}.hero-reference .hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,0.96) 0%,rgba(0,0,0,0.82) 34%,rgba(0,0,0,0.45) 62%,rgba(0,0,0,0.18) 100%),linear-gradient(180deg,rgba(0,0,0,0.02),rgba(0,0,0,0.58)) !important}.hero-reference,.hero-clean,.hero{background-color:#000000 !important;background-image:url("assets/images/hero-garage-premium.webp") !important;background-size:cover !important;background-repeat:no-repeat !important;background-position:center right !important}.hero-reference .hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,0.90) 0%,rgba(0,0,0,0.72) 36%,rgba(0,0,0,0.34) 66%,rgba(0,0,0,0.12) 100%),linear-gradient(180deg,rgba(0,0,0,0.02),rgba(0,0,0,0.54)) !important}
