*{padding:0;box-sizing:border-box;margin:0}:root{--muted:215 20% 96%;--card-foreground:215 20% 15%;--secondary:0 0% 0%;--muted-foreground:215 15% 45%;--background:0 0% 100%;--secondary-foreground:0 0% 100%;--primary:45 100% 50%;--card:0 0% 100%;--input:215 20% 88%;--ring:215 100% 50%;--accent-foreground:0 0% 0%;--accent:45 80% 60%;--border:215 20% 88%;--foreground:0 0% 0%;--primary-foreground:0 0% 0%}body{color:hsl(var(--foreground));background-color:hsl(var(--background));line-height:1.6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.container{padding:0 1rem;max-width:1200px;margin:0 auto}.navigation{padding:1rem 0;position:sticky;border-bottom:1px solid hsl(var(--border));top:0;background:hsl(var(--background));z-index:50}.nav-content{justify-content:space-between}.nav-content,.nav-logo{align-items:center;display:flex}.nav-logo{text-decoration:none;color:hsl(var(--primary));gap:.5rem}.nav-logo img{height:50px;object-fit:contain;width:auto}.nav-logo-text{overflow:hidden;text-overflow:ellipsis;font-size:1.25rem;font-weight:700;color:hsl(var(--foreground));max-width:200px;white-space:nowrap}.nav-menu-container{gap:2rem;align-items:center;display:none}.nav-menu{list-style:none;gap:2rem;display:flex}.nav-buttons{gap:1rem;display:flex}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.nav-menu a{text-decoration:none;font-weight:500;color:hsl(var(--foreground));transition:color .2s}.nav-menu a.active,.nav-menu a:hover{color:hsl(var(--primary))}.nav-mobile-toggle{padding:.5rem;border:none;color:hsl(var(--foreground));background:none;cursor:pointer;display:block}.nav-mobile-menu{list-style:none;padding:1rem;transition:all .3s ease;border-bottom:1px solid hsl(var(--border));flex-direction:column;gap:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);background:hsl(var(--background));display:none}.nav-mobile-menu a{padding:.75rem 1rem;text-decoration:none;font-weight:500;color:hsl(var(--foreground));transition:all .2s;border-radius:.375rem;display:block}.nav-mobile-menu a.active,.nav-mobile-menu a:hover{color:hsl(var(--primary));background:hsla(var(--primary)/.1)}.nav-mobile-menu.open{display:flex}@media (min-width:768px){.nav-menu-container{display:flex}.nav-mobile-toggle{display:none}}.hero{overflow:hidden;min-height:600px;justify-content:center;position:relative;align-items:center;display:flex}.hero-bg{background-size:cover;background-position:50%}.hero-bg,.hero-overlay{position:absolute;inset:0}.hero-overlay{background:linear-gradient(to right,hsla(var(--secondary)/.95),hsla(var(--secondary)/.7))}.hero-content{padding:4rem 0;position:relative;z-index:10}.hero-grid{grid-template-columns:1fr;gap:3rem;align-items:center;display:grid}.hero-text h1{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:hsl(var(--secondary-foreground))}.hero-text p{font-size:1.25rem;margin-bottom:2rem;color:hsla(var(--secondary-foreground)/.9)}.hero-buttons{flex-direction:column;gap:1rem;display:flex}.hero-image{display:none}.hero-image img{max-width:512px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border-radius:.5rem;margin-left:auto;width:100%}@media (min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr}.hero-text{text-align:left}.hero-text h1{font-size:3.75rem}.hero-text p{font-size:1.5rem}.hero-buttons{flex-direction:row}.hero-image{display:block}}.btn{padding:.75rem 1.5rem;font-size:1rem;border:none;text-decoration:none;font-weight:500;transition:all .2s;text-align:center;border-radius:.375rem;cursor:pointer;display:inline-block}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.btn-primary{color:hsl(var(--primary-foreground));background:hsl(var(--primary))}.btn-primary:hover{opacity:.95}.btn-secondary{color:hsl(var(--secondary-foreground));background:hsl(var(--secondary))}.btn-secondary:hover{opacity:.9}.card{padding:1.5rem;border:2px solid hsl(var(--border));transition:all .2s;border-radius:.5rem;background:hsl(var(--card))}.card:hover{border-color:hsl(var(--primary));box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.card-header{margin-bottom:1rem}.card-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.card-description{color:hsl(var(--muted-foreground))}.grid{gap:2rem;display:grid}.grid-1{grid-template-columns:1fr}@media (min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}.section{padding:2rem 0}.section-bg{background:hsl(var(--card))}.section-gradient{background:linear-gradient(to bottom right,hsla(var(--primary)/.1),hsla(var(--accent)/.1))}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.section-subtitle{font-size:1.25rem;color:hsl(var(--muted-foreground));max-width:48rem;text-align:center;margin:0 auto 2rem}.icon{height:3rem;color:hsl(var(--primary));width:3rem}.icon-sm{height:1.25rem;width:1.25rem}.footer{padding:3rem 0 1rem;color:hsl(var(--secondary-foreground));background:hsl(var(--secondary));margin-top:auto}.footer-content{grid-template-columns:1fr;margin-bottom:2rem;gap:2rem;display:grid}.footer-section h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.footer-section a,.footer-section p{text-decoration:none;margin-bottom:.5rem;color:hsla(var(--secondary-foreground)/.8);display:block}.footer-section a:hover{color:hsl(var(--secondary-foreground))}.footer-bottom{padding-top:2rem;color:hsla(var(--secondary-foreground)/.8);border-top:1px solid hsla(var(--secondary-foreground)/.2);text-align:center}@media (min-width:768px){.footer-content{grid-template-columns:repeat(3,1fr)}}.features-list{list-style:none}.features-list li{font-size:1.125rem;margin-bottom:1rem;gap:.75rem;align-items:flex-start;display:flex}.text-center{text-align:center}.text-primary{color:hsl(var(--primary))}.text-muted{color:hsl(var(--muted-foreground))}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-8{margin-top:2rem}.team-photo{height:12rem;justify-content:center;margin:0 auto 1rem;align-items:center;background:hsl(var(--muted));width:10rem;display:flex}.branch-photo,.team-photo{overflow:hidden;border:2px solid hsl(var(--border));border-radius:.5rem}.branch-photo{height:300px;width:100%}.map-container{overflow:hidden;border:2px solid hsl(var(--border));border-radius:.5rem}.map-container iframe{height:300px;border:0;width:100%}.stat-card{padding:1rem;border:1px solid rgba(0,0,0,.06);transition:transform .25s ease,border-color .25s ease;text-align:center;border-radius:.375rem;background:transparent}.stat-card:hover{border-color:hsl(var(--primary));transform:translateY(-4px)}.stat-value{font-size:1.75rem;font-weight:700;margin-bottom:.25rem;color:hsl(var(--primary))}.stat-label{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.stat-desc{font-size:.875rem;color:hsl(var(--muted-foreground))}.contact-info{margin-bottom:1rem;gap:.75rem;align-items:flex-start;display:flex}.contact-info-label{font-weight:500;margin-bottom:.25rem}.contact-buttons{padding-top:1rem;gap:.5rem;display:flex}.contact-buttons .btn{flex:1}@media (min-width:640px){.contact-buttons,.hero-buttons{flex-direction:row}}@media (max-width:767px){.hero-text h1,.section-title{font-size:2rem}.hero-text p{font-size:1.125rem}.nav-logo{max-width:calc(100% - 50px)}.card{padding:1rem}.team-photo{height:10rem;width:8rem}.grid{gap:1rem}.section{padding:2rem 0}.nav-content{padding:.5rem 0}.nav-mobile-menu{margin-top:-1px}.footer-content{text-align:center}}