.navbar-header-row{display:flex;align-items:center;justify-content:center;gap:32px;position:relative}@media (min-width:769px){.navbar-header-row{justify-content:center}.navbar-logo{margin-right:32px}.navbar-menu{flex:1 1;justify-content:center;align-items:center;position:static;background:none;width:auto;padding:0;height:auto;max-height:none;opacity:1;pointer-events:auto;box-shadow:none;display:flex;flex-direction:row;gap:2rem;transition:none}.hamburger{display:none!important}}body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:#f6f7fb;color:#222}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.btn{display:inline-block;padding:.75rem 1.5rem;background-color:#0070f3;color:#fff;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .2s ease}.btn:hover{background-color:#0059c5}.grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.card{background-color:#fff;border-radius:.5rem;box-shadow:0 2px 8px rgba(0,0,0,.05);overflow:hidden;display:flex;flex-direction:column}.card img{width:100%;height:200px;object-fit:cover}.card-content{padding:1rem;flex:1 1}.card-title{font-size:1.1rem;margin:0 0 .5rem}.card-description{font-size:.9rem;color:#555;margin-bottom:1rem}footer{background-color:#001f3f;color:#fff;padding-top:2rem;padding-bottom:2rem}footer .footer-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:1.5rem}footer h4{margin-bottom:.75rem;font-size:1.1rem}footer ul{list-style:none;padding:0;margin:0}footer li{margin-bottom:.5rem}footer li a{color:#a3c1da}.hero,footer li a:hover{color:#fff}.hero{position:relative;background:linear-gradient(120deg,#0d47a1,#1976d2 50%,#2196f3);padding:4rem 1rem;display:flex;flex-direction:column;align-items:center;text-align:center}.hero h1{font-size:2.5rem;margin-bottom:1rem}.hero p{max-width:600px;margin-bottom:2rem;line-height:1.6;font-size:1.125rem}.about{padding:3rem 1rem;text-align:center}.about h2{font-size:2rem;margin-bottom:1.5rem}.about-items{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.about-item{flex:1 1 250px;max-width:300px;text-align:center}.about-item-icon{font-size:2.5rem;margin-bottom:.75rem;color:#1976d2}.about-item h3{margin-bottom:.5rem;font-size:1.2rem}.about-item p{font-size:.9rem;color:#555}.payment-methods{background-color:#fafafa;padding:2rem 1rem;text-align:center}.payment-methods h2{margin-bottom:1rem}.payment-list{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.payment-item{flex:0 0 auto;padding:.5rem 1rem;background-color:#fff;border-radius:.25rem;box-shadow:0 1px 4px rgba(0,0,0,.05)}.appointment{background-color:#fdd835;color:#000;padding:3rem 1rem;text-align:center}.appointment h2{font-size:2rem;margin-bottom:1rem}.appointment p{margin-bottom:1.5rem;font-size:1rem}.brands{padding:3rem 1rem;background-color:#f5f5f5;text-align:center}.brands h2{margin-bottom:2rem;font-size:2rem}.brand-logos{flex-wrap:wrap;gap:2rem}.brand-logo,.brand-logos{display:flex;justify-content:center}.brand-logo{width:120px;height:60px;align-items:center;background-color:#fff;border-radius:.25rem;box-shadow:0 1px 4px rgba(0,0,0,.05);font-weight:600;color:#555}.navbar{justify-content:space-between;background:#001f3f;padding:.75rem 1rem;position:relative}.navbar,.navbar-logo{display:flex;align-items:center;color:#fff}.navbar-logo{font-weight:700;font-size:1.25rem;text-decoration:none}.hamburger{display:none;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;z-index:1001}.navbar-menu{display:flex;flex-direction:row;gap:2rem;position:static;background:none;width:auto;padding:0;height:auto;max-height:none;opacity:1;pointer-events:auto;box-shadow:none;align-items:center;justify-content:flex-end;transition:none}.navbar-menu a{color:#fff;text-decoration:none;padding:6px 0;font-weight:500;transition:color .2s}.navbar-menu a:hover{color:#38b6ff}@media (max-width:768px){.hamburger{display:block;position:relative;z-index:2100}.navbar-menu{flex-direction:column;position:fixed;left:0;right:0;top:0;background:#001f3f;width:100vw;padding:80px 0 32px;gap:1.2rem;z-index:2000;height:100vh;max-height:0;overflow:hidden;opacity:0;pointer-events:none;transition:max-height .4s cubic-bezier(.61,.17,.58,1.1),opacity .2s;align-items:center;justify-content:flex-start;display:flex}.navbar-menu.open{max-height:100vh;opacity:1;pointer-events:auto;box-shadow:0 6px 24px rgba(0,0,0,.1)}}