@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&family=Inter:wght@300;400;500;600&family=Racing+Sans+One&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:Inter,sans-serif;scroll-behavior:smooth}:root{--green: #39AA35;--green-dark: #2e8c2b;--dark: #0d1117;--navy: #010326;--white: #ffffff;--gray-50: #f8f9fa;--gray-100: #f1f3f5;--gray-300: #dee2e6;--gray-500: #6c757d;--gray-700: #495057;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 16px rgba(0,0,0,.1);--shadow-lg: 0 12px 40px rgba(0,0,0,.15);--shadow-xl: 0 24px 60px rgba(0,0,0,.2)}h1,h2,h3{font-family:Montserrat,sans-serif;font-weight:800;line-height:1.15;letter-spacing:-.02em}h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:700}p{line-height:1.75;color:var(--gray-700)}.section-label{display:inline-block;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--green);margin-bottom:.6rem}.section-title{font-family:Montserrat,sans-serif;font-size:2.4rem;font-weight:800;color:#fff;text-align:center;margin-bottom:1rem;letter-spacing:-.03em}.section-subtitle{color:#ffffffbf;text-align:center;max-width:620px;margin:0 auto 3rem;line-height:1.75;font-size:.98rem}@keyframes navSlideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}header{position:sticky;top:0;z-index:1000;background:#fffffff7;box-shadow:0 1px #00000014;padding:.9rem 0;animation:navSlideDown .45s cubic-bezier(.4,0,.2,1) both;transition:padding .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}header.scrolled{padding:.4rem 0;box-shadow:0 2px 20px #0000001a}nav{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.nav-logo{display:flex;align-items:center;gap:.75rem}.nav-logo img{height:3rem;width:auto;object-fit:contain;transition:height .25s cubic-bezier(.4,0,.2,1)}header.scrolled .nav-logo img{height:2.2rem}.nav-links{display:flex;align-items:center;gap:1.75rem;list-style:none}.nav-links a{font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;color:var(--dark);text-decoration:none;position:relative;padding-bottom:3px;transition:color .2s}.nav-links a:after{content:"";position:absolute;left:50%;bottom:0;width:0;height:2px;background:var(--green);border-radius:2px;transition:width .22s cubic-bezier(.4,0,.2,1),left .22s cubic-bezier(.4,0,.2,1)}.nav-links a:hover:after,.nav-links a.active:after{width:100%;left:0}.nav-links a:hover,.nav-links a.active{color:var(--green)}.nav-actions{display:flex;align-items:center;gap:.6rem}.nav-actions a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--gray-100);transition:background .2s,transform .2s}.nav-actions a:hover{background:var(--green);transform:scale(1.08)}.nav-actions a img{height:18px;width:18px}.nav-actions a:hover img{filter:brightness(10)}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;cursor:pointer;background:none;border:none;padding:4px;border-radius:6px;transition:background .2s}.nav-toggle:hover{background:var(--gray-100)}.nav-toggle span{display:block;width:100%;height:2px;background:var(--dark);border-radius:2px;transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .2s;transform-origin:center}.nav-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 900px){.nav-toggle{display:flex}.nav-links{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#fff;padding:0 1.5rem;gap:0;box-shadow:0 16px 40px #0000001f;max-height:0;overflow:hidden;opacity:0;pointer-events:none;transition:max-height .3s cubic-bezier(.4,0,.2,1),opacity .25s ease,padding .3s}.nav-links.open{max-height:400px;opacity:1;pointer-events:auto;padding:1rem 1.5rem 1.5rem}.nav-links li{border-bottom:1px solid var(--gray-100)}.nav-links li:last-child{border-bottom:none}.nav-links a{display:block;padding:.75rem 0;font-size:1rem}.nav-links a:after{display:none}header{position:relative}}.hero-split{display:flex;height:78vh;overflow:hidden}.hero-panel{flex:1;position:relative;display:flex;align-items:center;justify-content:center;text-decoration:none;overflow:hidden;transition:flex .18s cubic-bezier(.4,0,.2,1),filter .18s cubic-bezier(.4,0,.2,1)}.hero-panel:before{content:"";position:absolute;inset:0;background:#0d11176b;transition:background .18s cubic-bezier(.4,0,.2,1)}.hero-panel:hover:before{background:#39aa3547}.hero-split:hover .hero-panel:not(:hover){flex:.65;filter:brightness(.48)}.hero-panel:hover{flex:1.35}.hero-panel-content{position:relative;z-index:2;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.6rem}.hero-panel h2{font-family:Montserrat,sans-serif;font-size:3.2rem;font-weight:900;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.5);will-change:transform;transition:transform .18s cubic-bezier(.4,0,.2,1),letter-spacing .18s cubic-bezier(.4,0,.2,1)}.hero-panel-tagline{font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;color:#fffc;letter-spacing:.18em;text-transform:uppercase;opacity:0;transform:translateY(8px);transition:opacity .3s ease .05s,transform .3s ease .05s}.hero-panel:hover h2{transform:scale(1.1);letter-spacing:2px}.hero-panel:hover .hero-panel-tagline{opacity:1;transform:translateY(0)}.hero-panel.car{background:url(/images/location.jpg) center/cover no-repeat}.hero-panel.meca{background:url(/images/mecanic.jpg) center/cover no-repeat}@media (max-width: 768px){.hero-split{flex-direction:column;height:auto}.hero-panel{height:44vh}.hero-panel h2{font-size:2.2rem}}.cover-hero{position:relative;height:72vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.cover-hero .bg-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease-in-out}.cover-hero .bg-slide.active{opacity:1}.cover-hero .bg-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0000004d,#0000008c)}.cover-hero-content{position:relative;z-index:2;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.cover-hero h1{font-family:Montserrat,sans-serif;font-size:3.8rem;font-weight:900;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.4);letter-spacing:-.03em}.cover-hero-sub{font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;color:#fffc;letter-spacing:.2em;text-transform:uppercase}@media (max-width: 600px){.cover-hero h1{font-size:2.4rem}}.contact-bar{display:flex;justify-content:center;gap:0;flex-wrap:wrap;background:#fff;border-bottom:1px solid var(--gray-100)}.contact-bar-item{display:flex;flex-direction:column;align-items:center;padding:2.5rem 3rem;text-align:center;border-right:1px solid var(--gray-100);transition:background .2s,transform .25s;cursor:default}.contact-bar-item:last-child{border-right:none}.contact-bar-item:hover{background:var(--gray-50);transform:translateY(-3px)}.contact-bar-icon{width:52px;height:52px;border-radius:50%;background:var(--gray-50);display:flex;align-items:center;justify-content:center;margin-bottom:.9rem;transition:background .2s,transform .2s}.contact-bar-item:hover .contact-bar-icon{background:var(--green);transform:scale(1.08)}.contact-bar-icon img{width:22px;height:22px}.contact-bar-item:hover .contact-bar-icon img{filter:brightness(10)}.contact-bar-item a{display:block;color:var(--dark);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.contact-bar-item a:hover{color:var(--green)}@media (max-width: 700px){.contact-bar{flex-direction:column}.contact-bar-item{border-right:none;border-bottom:1px solid var(--gray-100);padding:1.75rem 2rem}.contact-bar-item:last-child{border-bottom:none}}.about-section{background:linear-gradient(135deg,#0d1117,#010326 60%,#0a0f1e);padding:6rem 2rem}.about-section .inner{max-width:1100px;margin:0 auto}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:2.2rem 1.75rem;text-align:center;transition:transform .3s,box-shadow .3s,background .3s;backdrop-filter:blur(4px)}.card:hover{transform:translateY(-10px);background:#39aa3514;box-shadow:0 20px 40px #0000004d;border-color:#39aa3540}.card img{width:64px;height:64px;margin-bottom:1.2rem;filter:brightness(0) invert(1) opacity(.75)}.card:hover img{filter:none}.card h3{font-family:Montserrat,sans-serif;font-size:1.15rem;font-weight:700;margin-bottom:.75rem;color:#fff}.card p{color:#ffffffa6;font-size:.88rem;line-height:1.7}.services-section{background-image:url(/images/location.jpg);background-size:cover;background-position:center}.services-section.meca-bg{background-image:url(/images/mecanic.jpg)}.services-overlay{background:#000000c7;padding:6rem 2rem}.services-overlay .inner{max-width:1100px;margin:0 auto}.services-overlay .section-title{color:#fff}.services-overlay .section-subtitle{color:#ffffffb3}.service-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:2.2rem 1.75rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.65rem;transition:transform .3s,background .3s,border-color .3s;backdrop-filter:blur(6px)}.service-card:hover{transform:translateY(-12px);background:var(--green);border-color:var(--green)}.service-card img{width:64px;height:64px;filter:brightness(0) invert(1) opacity(.8);transition:transform .3s}.service-card:hover img{transform:scale(1.1);filter:brightness(0) invert(1)}.service-card h3{font-family:Montserrat,sans-serif;font-size:1.15rem;font-weight:700;color:#fff}.service-card p{color:#ffffffbf;font-size:.88rem;line-height:1.7;text-align:left}.service-card:hover p{color:#ffffffeb}.gallery-section{padding:6rem 2rem;background:var(--gray-50)}.gallery-section .inner{max-width:1240px;margin:0 auto}.vehicle-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:2.5rem}.vehicle-card{background:#fff;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--gray-100);transition:transform .3s,box-shadow .3s}.vehicle-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.vehicle-card img{width:100%;height:200px;object-fit:cover;display:block}.vehicle-card-body{padding:1.25rem 1.4rem 1.6rem}.vehicle-card-body h3{font-family:Montserrat,sans-serif;font-size:1.05rem;font-weight:700;color:var(--dark);margin-bottom:.4rem}.vehicle-card-body p{font-size:.84rem;color:var(--gray-500);margin-bottom:.85rem;line-height:1.6}.badge{display:inline-block;padding:.2rem .7rem;border-radius:20px;font-size:.72rem;font-weight:600;margin-right:.35rem;margin-bottom:.35rem;letter-spacing:.02em}.badge-green{background:var(--green);color:#fff}.badge-dark{background:var(--dark);color:#fff}.badge-gray{background:var(--gray-100);color:var(--gray-700)}.btn-primary{display:inline-flex;align-items:center;gap:.4rem;margin-top:.85rem;padding:.6rem 1.5rem;background:var(--green);color:#fff;border-radius:var(--radius-sm);font-family:Inter,sans-serif;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .25s,transform .2s,box-shadow .2s;border:none;cursor:pointer;box-shadow:0 2px 8px #39aa354d}.btn-primary:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 6px 20px #39aa3566}.btn-outline{display:inline-flex;align-items:center;gap:.4rem;margin-top:.85rem;padding:.6rem 1.5rem;border:2px solid var(--green);color:var(--green);border-radius:var(--radius-sm);font-family:Inter,sans-serif;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .25s;background:transparent;cursor:pointer}.btn-outline:hover{background:var(--green);color:#fff;box-shadow:0 6px 20px #39aa3566}.form-section{padding:6rem 2rem;background:#fff;border-top:1px solid var(--gray-100)}.form-section .inner{max-width:1000px;margin:0 auto;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:3rem 2.5rem;display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:start;border:1px solid var(--gray-100)}@media (max-width: 768px){.form-section .inner{grid-template-columns:1fr;gap:2rem}}.form-info h2{font-family:Montserrat,sans-serif;font-size:2rem;font-weight:800;color:var(--dark);margin-bottom:.85rem}.form-info p{color:var(--gray-500);line-height:1.75;font-size:.94rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-grid .full{grid-column:1 / -1}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.8rem;font-weight:600;color:var(--dark);letter-spacing:.03em;text-transform:uppercase}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1.5px solid var(--gray-300);border-radius:var(--radius-sm);font-family:Inter,sans-serif;font-size:.9rem;transition:border-color .25s,box-shadow .25s;background:var(--gray-50);color:var(--dark)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px #39aa351a;background:#fff}.form-group textarea{resize:vertical;min-height:100px}.form-submit{grid-column:1 / -1}.form-submit button{width:100%;padding:.9rem;background:var(--green);color:#fff;border:none;border-radius:var(--radius-sm);font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .25s,transform .2s,box-shadow .2s;box-shadow:0 4px 14px #39aa3559}.form-submit button:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 8px 24px #39aa3573}@media (max-width: 500px){.form-grid{grid-template-columns:1fr}}footer{background:#fff;border-top:2px solid var(--gray-100);padding:4rem 2rem 2rem}.footer-inner{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;gap:3rem;align-items:flex-start}.footer-brand img{height:3rem;width:auto;margin-bottom:1rem}.footer-brand p{color:var(--gray-500);font-size:.88rem;line-height:1.7;max-width:240px}.footer-col h4{font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:700;color:var(--gray-500);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.6rem}.footer-col ul li a{color:var(--gray-700);text-decoration:none;font-size:.88rem;transition:color .2s}.footer-col ul li a:hover{color:var(--green)}.footer-bottom{max-width:1280px;margin:3rem auto 0;padding-top:1.5rem;border-top:1px solid var(--gray-100);text-align:center;font-size:.78rem;color:var(--gray-500)}.footer-bottom a{color:var(--green);text-decoration:none}.floating-btns{position:fixed;bottom:22px;right:22px;z-index:9999;display:flex;flex-direction:column;gap:12px}.float-btn{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #00000040;text-decoration:none;transition:transform .3s,box-shadow .3s;animation:pulse 2.5s infinite}.float-btn:hover{transform:scale(1.12);box-shadow:0 8px 28px #0000004d}.float-btn img{width:24px;height:24px}.float-btn.phone,.float-btn.map{background:var(--green)}.float-btn.logo{background:#fff}@keyframes pulse{0%{box-shadow:0 0 #39aa358c}70%{box-shadow:0 0 0 12px #39aa3500}to{box-shadow:0 0 #39aa3500}}[data-animate]{opacity:0;transition:opacity .65s cubic-bezier(.4,0,.2,1),transform .65s cubic-bezier(.4,0,.2,1)}[data-animate=fade-up]{transform:translateY(40px)}[data-animate=fade-down]{transform:translateY(-30px)}[data-animate=fade-left]{transform:translate(-40px)}[data-animate=fade-right]{transform:translate(40px)}[data-animate=scale-in]{transform:scale(.88)}[data-animate=fade]{transform:none}[data-animate].is-visible{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){[data-animate]{opacity:1;transform:none;transition:none}header{animation:none}}.text-green{color:var(--green)}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}html,body{overflow-x:hidden;max-width:100%}button,a,[role=button]{-webkit-tap-highlight-color:transparent}input,select,textarea{font-size:16px!important}@media (max-width: 768px){.section-title{font-size:1.8rem}.section-subtitle{font-size:.9rem;margin-bottom:2rem}.hero-split{flex-direction:column;height:auto}.hero-panel{height:42vh;min-height:200px}.hero-panel h2{font-size:2rem}.cover-hero{height:58vh;min-height:280px}.cover-hero h1{font-size:2.4rem}.cover-hero-sub{font-size:.95rem;letter-spacing:.05em}.about-section,.services-overlay,.gallery-section{padding:3.5rem 1.25rem}.form-section{padding:3rem 1rem}.form-section .inner{grid-template-columns:1fr;gap:1.75rem;padding:1.75rem 1.25rem;box-shadow:none;border:none}.form-info h2{font-size:1.65rem}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:1}.cards-grid,.vehicle-grid{grid-template-columns:1fr}.vehicle-card img{height:180px}.card,.service-card{padding:1.75rem 1.25rem}.footer-bottom{flex-direction:column;text-align:center;gap:.35rem;padding:1.25rem 1rem}.floating-btns{bottom:16px;right:14px;gap:10px}.float-btn{width:48px;height:48px}.float-btn img{width:20px;height:20px}.slide-dot{width:10px;height:10px}header{position:sticky!important}}@media (max-width: 480px){nav{padding:0 1rem}.cover-hero{height:52vh;min-height:260px}.cover-hero h1{font-size:2rem;padding:0 .75rem}.cover-hero-sub{font-size:.82rem}.cover-hero-location{font-size:.72rem}.hero-panel{height:38vh;min-height:180px}.hero-panel h2{font-size:1.75rem}.section-title{font-size:1.55rem}.about-section,.services-overlay,.gallery-section{padding:2.75rem 1rem}.form-section{padding:2rem .75rem}.form-section .inner{padding:1.25rem 1rem;border-radius:var(--radius-md)}.btn-primary,.btn-outline{width:100%;justify-content:center;text-align:center}.contact-bar-item{padding:1.25rem 1rem}.contact-bar-icon{width:42px;height:42px;margin-bottom:.6rem}.card{padding:1.5rem 1rem}.card img,.service-card img{width:52px;height:52px}.footer-inner{padding:2.5rem 1rem 1.5rem;gap:1.75rem}.footer-brand img{height:2.4rem}.floating-btns{bottom:12px;right:10px}.float-btn{width:44px;height:44px}.slide-dots{bottom:1rem;gap:.4rem}}@media (max-width: 360px){.cover-hero h1{font-size:1.75rem}.hero-panel h2{font-size:1.55rem}.section-title{font-size:1.4rem}.form-section .inner{padding:1rem .75rem}nav{padding:0 .75rem}.nav-logo img{height:2.4rem}}footer[data-astro-cid-sz7xmlte]{background:#fff;border-top:2px solid var(--gray-100)}.footer-inner[data-astro-cid-sz7xmlte]{max-width:1200px;margin:0 auto;padding:4rem 2rem 2rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem}@media (max-width:900px){.footer-inner[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr}}@media (max-width:500px){.footer-inner[data-astro-cid-sz7xmlte]{grid-template-columns:1fr}}.footer-brand[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{height:3rem;width:auto;object-fit:contain}.footer-brand[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{color:#666;font-size:.88rem;line-height:1.6;max-width:260px}.footer-col[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--dark);margin-bottom:1rem}.footer-col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;display:flex;flex-direction:column;gap:.55rem}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#666;text-decoration:none;font-size:.88rem;transition:color .2s}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--green)}.footer-bottom[data-astro-cid-sz7xmlte]{border-top:1px solid var(--gray-100);padding:1.25rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;max-width:1200px;margin:0 auto}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:.78rem;color:#999}.footer-bottom[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#999;text-decoration:none}.footer-bottom[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--green)}.hidden-btn[data-astro-cid-uth75hsm]{display:none!important}
