@import"https://fonts.googleapis.com/css2?family=Paytone+One&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--color-red: #ff0000;--color-blue: #00a2e9;--color-yellow: #fed701;--color-green: #33a02b;--color-black: #000000;--color-white: #ffffff;--color-gray-50: #f9fafb;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-500: #6b7280;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-gray-900: #111827}html{font-size:16px;scroll-behavior:smooth}body{font-family:Paytone One,sans-serif;color:var(--color-gray-900);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}.text-center{text-align:center}.flex{display:flex}.grid{display:grid}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}ul{list-style:none}button{font-family:Paytone One,sans-serif;cursor:pointer;border:none;background:none}.navbar{position:fixed;top:0;left:0;right:0;background-color:var(--color-white);box-shadow:0 1px 3px #0000001a;z-index:1000}.navbar-container{max-width:1280px;margin:0 auto;padding:0 1rem}.navbar-content{display:flex;justify-content:space-between;align-items:center;height:5rem}.navbar-logo img{height:3.5rem;width:auto}.navbar-menu.desktop{display:none;align-items:center;gap:2rem}.navbar-link{color:var(--color-gray-800);transition:color .3s}.navbar-link:hover{color:var(--color-red)}.navbar-btn{background-color:var(--color-red);color:var(--color-white);padding:.5rem 1.5rem;border-radius:9999px;transition:background-color .3s}.navbar-btn:hover{background-color:#c00}.navbar-toggle{display:block;color:var(--color-gray-800);transition:color .3s}.navbar-toggle:hover{color:var(--color-red)}.navbar-mobile{background-color:var(--color-white);border-top:1px solid var(--color-gray-200);padding:.5rem 1rem 1rem}.navbar-mobile-link{display:block;padding:.75rem;color:var(--color-gray-800);border-radius:.375rem;transition:all .3s;margin-bottom:.5rem}.navbar-mobile-link:hover{background-color:#fef2f2;color:var(--color-red)}.navbar-mobile-btn{display:block;padding:.75rem;background-color:var(--color-red);color:var(--color-white);text-align:center;border-radius:9999px;transition:background-color .3s}.navbar-mobile-btn:hover{background-color:#c00}@media(min-width:768px){.navbar-menu.desktop{display:flex}.navbar-toggle,.navbar-mobile{display:none}}@media(min-width:640px){.navbar-container{padding:0 1.5rem}}@media(min-width:1024px){.navbar-container{padding:0 2rem}}.hero{padding-top:5rem;background:linear-gradient(135deg,#fef2f2,#fefce8,#eff6ff);position:relative;overflow:hidden}.hero-shape{position:absolute;opacity:.1}.hero-shape-1{top:5rem;right:2.5rem;width:8rem;height:8rem;background-color:var(--color-red);clip-path:polygon(50% 10%,70% 30%,90% 50%,70% 70%,50% 90%,30% 70%,10% 50%,30% 30%)}.hero-shape-2{bottom:5rem;left:2.5rem;width:10rem;height:10rem;background-color:var(--color-green);clip-path:polygon(20% 50%,35% 20%,50% 30%,65% 20%,80% 50%,65% 80%,50% 70%,35% 80%)}.hero-container{padding-top:4rem;padding-bottom:4rem}.hero-grid{display:grid;gap:3rem;align-items:center}.hero-content{display:flex;flex-direction:column;gap:1.5rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background-color:var(--color-white);padding:.5rem 1rem;border-radius:9999px;box-shadow:0 1px 2px #0000000d;width:fit-content}.hero-badge-icon{width:1.25rem;height:1.25rem;color:var(--color-yellow)}.hero-badge span{font-size:.875rem}.hero-title{font-size:3rem;color:var(--color-gray-900);line-height:1.2}.hero-title-accent{display:block;color:var(--color-red);margin-top:.5rem}.hero-description{font-size:1.125rem;color:var(--color-gray-700);line-height:1.75}.hero-buttons{display:flex;flex-direction:column;gap:1rem;padding-top:1rem}.hero-btn-primary,.hero-btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:9999px;font-size:1rem;transition:all .3s}.hero-btn-primary{background-color:var(--color-red);color:var(--color-white);box-shadow:0 10px 15px -3px #ff00004d}.hero-btn-primary:hover{background-color:#c00;transform:scale(1.05)}.hero-btn-secondary{background-color:var(--color-white);color:var(--color-red);border:2px solid var(--color-red)}.hero-btn-secondary:hover{background-color:#fef2f2}.hero-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding-top:2rem}.hero-info-card{background-color:var(--color-white);padding:1rem;border-radius:1rem;box-shadow:0 4px 6px #00000012;display:flex;align-items:center;gap:.75rem}.hero-info-icon{width:3rem;height:3rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-info-icon svg{width:1.5rem;height:1.5rem}.hero-info-icon-yellow{background-color:#fed70133;color:var(--color-yellow)}.hero-info-icon-blue{background-color:#00a2e933;color:var(--color-blue)}.hero-info-label{font-size:.875rem;color:var(--color-gray-600)}.hero-info-value{color:var(--color-gray-900)}.hero-image-wrapper{position:relative}.hero-image{border-radius:1.5rem;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-floating-badge{position:absolute;bottom:-1.5rem;left:-1.5rem;background-color:var(--color-white);padding:1.5rem;border-radius:1rem;box-shadow:0 20px 25px -5px #00000026;display:flex;align-items:center;gap:1rem}.hero-floating-icon{width:4rem;height:4rem;background:linear-gradient(135deg,var(--color-red) 0%,var(--color-yellow) 100%);border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:2rem}.hero-floating-number{font-size:1.5rem;color:var(--color-gray-900)}.hero-floating-text{font-size:.875rem;color:var(--color-gray-600)}@media(min-width:768px){.hero-grid{grid-template-columns:repeat(2,1fr)}.hero-title{font-size:3.75rem}.hero-description{font-size:1.25rem}.hero-buttons{flex-direction:row}.hero-container{padding-top:6rem;padding-bottom:6rem}}@media(min-width:1024px){.hero-title{font-size:4.5rem}}.about{padding:5rem 0;background-color:var(--color-gray-900);color:var(--color-white);position:relative;overflow:hidden}.about-decoration{position:absolute;border-radius:50%;filter:blur(60px)}.about-decoration-1{top:0;right:0;width:16rem;height:16rem;background-color:var(--color-red);opacity:.05}.about-decoration-2{bottom:0;left:0;width:20rem;height:20rem;background-color:var(--color-blue);opacity:.05}.about-container{position:relative;z-index:10}.about-header{text-align:center;margin-bottom:4rem}.about-title{font-size:2.5rem;margin-bottom:1.5rem}.about-title-accent{color:var(--color-red)}.about-subtitle{font-size:1.25rem;color:var(--color-gray-400);max-width:48rem;margin:0 auto}.about-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:5rem}.about-stat-card{background-color:var(--color-gray-800);padding:1.5rem;border-radius:1rem;text-align:center;transition:background-color .3s}.about-stat-card:hover{background-color:#1a202c}.about-stat-icon{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.about-stat-icon svg{width:2rem;height:2rem}.about-stat-icon-red{background-color:#f003;color:var(--color-red)}.about-stat-icon-blue{background-color:#00a2e933;color:var(--color-blue)}.about-stat-icon-yellow{background-color:#fed70133;color:var(--color-yellow)}.about-stat-icon-green{background-color:#33a02b33;color:var(--color-green)}.about-stat-number{font-size:1.875rem;margin-bottom:.5rem}.about-stat-label{color:var(--color-gray-400)}.about-content-grid{display:grid;gap:3rem;align-items:center}.about-features-title{font-size:1.875rem;margin-bottom:1.5rem}.about-feature-list{display:flex;flex-direction:column;gap:1rem}.about-feature-item{display:flex;gap:1rem}.about-feature-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.about-feature-icon-red{background-color:var(--color-red)}.about-feature-icon-yellow{background-color:var(--color-yellow)}.about-feature-icon-blue{background-color:var(--color-blue)}.about-feature-icon-green{background-color:var(--color-green)}.about-feature-title{font-size:1.25rem;margin-bottom:.5rem}.about-feature-text{color:var(--color-gray-400)}.about-images{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.about-images-col{display:flex;flex-direction:column;gap:1rem}.about-images-col-offset{padding-top:2rem}.about-image{border-radius:1rem;overflow:hidden;box-shadow:0 20px 25px -5px #0000004d}.about-image img{width:100%;height:100%;object-fit:cover}.about-image-tall{height:16rem}.about-image-short{height:12rem}@media(min-width:768px){.about-title{font-size:3rem}.about-stats{grid-template-columns:repeat(4,1fr)}.about-content-grid{grid-template-columns:repeat(2,1fr)}.about-features-title{font-size:2.25rem}}@media(min-width:1024px){.about-title{font-size:3.75rem}}.menu-card{background-color:var(--color-white);border-radius:1.5rem;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a;transition:all .3s}.menu-card:hover{box-shadow:0 20px 25px -5px #00000026;transform:translateY(-.5rem)}.menu-card-image-wrapper{position:relative;height:16rem;overflow:hidden}.menu-card-image{width:100%;height:100%;object-fit:cover;transition:transform .3s}.menu-card:hover .menu-card-image{transform:scale(1.1)}.menu-card-badge{position:absolute;top:1rem;right:1rem;background-color:var(--color-red);color:var(--color-white);padding:.5rem 1rem;border-radius:9999px;display:flex;align-items:center;gap:.5rem;box-shadow:0 10px 15px -3px #ff00004d}.menu-card-badge-icon{width:1rem;height:1rem;fill:currentColor}.menu-card-badge span{font-size:.875rem}.menu-card-category{position:absolute;top:1rem;left:1rem;background-color:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.5rem 1rem;border-radius:9999px}.menu-card-category span{font-size:.875rem;color:var(--color-gray-700)}.menu-card-content{padding:1.5rem}.menu-card-title{font-size:1.25rem;color:var(--color-gray-900);margin-bottom:.5rem}.menu-card-description{color:var(--color-gray-600);font-size:.875rem;margin-bottom:1rem;line-height:1.6}.menu-card-footer{display:flex;align-items:center;justify-content:space-between}.menu-card-price{font-size:1.5rem;color:var(--color-red)}.menu-card-btn{background-color:var(--color-red);color:var(--color-white);padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;transition:background-color .3s}.menu-card-btn:hover{background-color:#c00}@media(min-width:768px){.menu-card-title{font-size:1.5rem}.menu-card-description,.menu-card-btn{font-size:1rem}}.menu{padding:5rem 0;background:linear-gradient(135deg,#fef2f2,#fefce8,#eff6ff)}.menu-header{text-align:center;margin-bottom:4rem}.menu-badge{display:inline-block;background-color:#ff00001a;color:var(--color-red);padding:.5rem 1.5rem;border-radius:9999px;margin-bottom:1rem}.menu-title{font-size:2.5rem;color:var(--color-gray-900);margin-bottom:1.5rem}.menu-title-accent{color:var(--color-red)}.menu-subtitle{font-size:1.25rem;color:var(--color-gray-700);max-width:48rem;margin:0 auto}.menu-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}.menu-drinks{margin-top:5rem}.menu-drinks-title{font-size:1.875rem;color:var(--color-gray-900);margin-bottom:2rem;text-align:center}.menu-drinks-accent{color:var(--color-blue)}.menu-note{margin-top:4rem;text-align:center}.menu-note-card{display:inline-block;background-color:var(--color-white);padding:2rem;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a}.menu-note-text{color:var(--color-gray-600);margin-bottom:.5rem}.menu-note-subtext{color:var(--color-gray-700)}@media(min-width:640px){.menu-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.menu-title{font-size:3rem}.menu-drinks-title{font-size:2.25rem}}@media(min-width:1024px){.menu-grid{grid-template-columns:repeat(3,1fr)}.menu-title{font-size:3.75rem}}.promo{padding:5rem 0;background:linear-gradient(135deg,var(--color-red) 0%,#FF4444 100%);color:var(--color-white);position:relative;overflow:hidden}.promo-decoration{position:absolute;border-radius:50%}.promo-decoration-1{top:0;right:0;width:24rem;height:24rem;background-color:#ffffff1a;transform:translate(50%,-50%)}.promo-decoration-2{bottom:0;left:0;width:20rem;height:20rem;background-color:#ffffff1a;transform:translate(-50%,50%)}.promo-container{position:relative;z-index:10}.promo-grid{display:grid;gap:3rem;align-items:center}.promo-badge{display:inline-flex;align-items:center;gap:.5rem;background-color:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.5rem 1rem;border-radius:9999px;margin-bottom:1.5rem}.promo-badge-icon{width:1.25rem;height:1.25rem}.promo-title{font-size:2.5rem;margin-bottom:1.5rem;line-height:1.2}.promo-description{font-size:1.25rem;opacity:.9;margin-bottom:2rem}.promo-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.promo-item{display:flex;align-items:flex-start;gap:1rem;background-color:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:1rem;border-radius:1rem}.promo-item-icon{width:3rem;height:3rem;background-color:#fff3;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.promo-item-title{font-size:1.25rem;margin-bottom:.25rem}.promo-item-text{opacity:.8;font-size:.875rem}.promo-btn{display:inline-flex;align-items:center;background-color:var(--color-white);color:var(--color-red);padding:1rem 2rem;border-radius:9999px;transition:all .3s;box-shadow:0 10px 15px -3px #0003}.promo-btn:hover{background-color:var(--color-gray-100);transform:scale(1.05)}.promo-btn span:first-child{margin-right:.5rem}.promo-card-wrapper{background-color:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:2rem;border-radius:1.5rem;border:2px solid rgba(255,255,255,.2)}.promo-card-main{background-color:var(--color-white);border-radius:1rem;padding:2rem;text-align:center;color:var(--color-gray-900);margin-bottom:1.5rem}.promo-card-icon{width:6rem;height:6rem;background-color:var(--color-yellow);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.promo-card-icon svg{width:3rem;height:3rem;color:var(--color-gray-900)}.promo-card-title{font-size:1.875rem;margin-bottom:1rem}.promo-card-text{color:var(--color-gray-600);margin-bottom:1.5rem}.promo-card-discount{background-color:#fef2f2;padding:1.5rem;border-radius:.75rem}.promo-card-discount-label{font-size:.875rem;color:var(--color-gray-600);margin-bottom:.5rem}.promo-card-discount-value{font-size:3rem;color:var(--color-red);margin-bottom:.5rem}.promo-card-discount-info{font-size:.875rem;color:var(--color-gray-600)}.promo-card-benefits{background-color:var(--color-white);border-radius:1rem;padding:1.5rem;color:var(--color-gray-900)}.promo-card-benefits-title{font-size:1.25rem;text-align:center;margin-bottom:1rem}.promo-card-benefits-list{display:flex;flex-direction:column;gap:.75rem}.promo-card-benefit-item{display:flex;align-items:center;gap:.75rem;color:var(--color-gray-700)}.promo-card-benefit-icon{width:1.5rem;height:1.5rem;background-color:var(--color-green);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-white);font-size:.875rem;flex-shrink:0}@media(min-width:768px){.promo-grid{grid-template-columns:repeat(2,1fr)}.promo-title{font-size:3rem}}@media(min-width:1024px){.promo-title{font-size:3.75rem}}.testimonials{padding:5rem 0;background-color:var(--color-white)}.testimonials-header{text-align:center;margin-bottom:4rem}.testimonials-badge{display:inline-block;background-color:#ff00001a;color:var(--color-red);padding:.5rem 1.5rem;border-radius:9999px;margin-bottom:1rem}.testimonials-title{font-size:2.5rem;color:var(--color-gray-900);margin-bottom:1.5rem}.testimonials-title-accent{color:var(--color-red)}.testimonials-subtitle{font-size:1.25rem;color:var(--color-gray-700);max-width:48rem;margin:0 auto}.testimonials-grid{display:grid;gap:2rem;margin-bottom:5rem}.testimonial-card{background:linear-gradient(135deg,#fef2f2,#fefce8);padding:2rem;border-radius:1.5rem;box-shadow:0 10px 15px -3px #0000001a;transition:all .3s;position:relative}.testimonial-card:hover{box-shadow:0 20px 25px -5px #00000026;transform:translateY(-.5rem)}.testimonial-quote{position:absolute;top:1rem;right:1rem;color:#f003}.testimonial-quote svg{width:3rem;height:3rem}.testimonial-avatar{width:5rem;height:5rem;background:linear-gradient(135deg,var(--color-red) 0%,var(--color-yellow) 100%);border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin-bottom:1.5rem;position:relative;z-index:10}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1rem}.testimonial-star{width:1.25rem;height:1.25rem;color:var(--color-yellow)}.testimonial-text{color:var(--color-gray-700);line-height:1.75;margin-bottom:1.5rem}.testimonial-author{border-top:1px solid rgba(255,0,0,.2);padding-top:1rem}.testimonial-author-name{color:var(--color-gray-900);margin-bottom:.25rem}.testimonial-author-role{font-size:.875rem;color:var(--color-gray-600)}.testimonials-stats{background:linear-gradient(135deg,var(--color-red) 0%,#FF4444 100%);border-radius:1.5rem;padding:3rem;text-align:center;color:var(--color-white);display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.testimonials-stat-number{font-size:3rem;margin-bottom:.5rem}.testimonials-stat-label{opacity:.8}@media(min-width:768px){.testimonials-title{font-size:3rem}.testimonials-grid{grid-template-columns:repeat(3,1fr)}.testimonials-stats{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.testimonials-title{font-size:3.75rem}}.location{padding:5rem 0;background-color:var(--color-gray-900);color:var(--color-white)}.location-header{text-align:center;margin-bottom:4rem}.location-badge{display:inline-block;background-color:#f003;color:var(--color-red);padding:.5rem 1.5rem;border-radius:9999px;margin-bottom:1rem}.location-title{font-size:2.5rem;margin-bottom:1.5rem}.location-title-accent{color:var(--color-red)}.location-subtitle{font-size:1.25rem;color:var(--color-gray-400);max-width:48rem;margin:0 auto}.location-grid{display:grid;gap:3rem;margin-bottom:4rem}.location-contacts{display:flex;flex-direction:column;gap:1.5rem}.location-contact-card{background-color:var(--color-gray-800);padding:1.5rem;border-radius:1rem;transition:background-color .3s}.location-contact-card:hover{background-color:#1a202c}.location-contact-card:first-child,.location-contact-card:nth-child(2),.location-contact-card:nth-child(3){display:flex;gap:1rem}.location-contact-icon{width:3.5rem;height:3.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.location-contact-icon svg{width:1.75rem;height:1.75rem}.location-contact-icon-red{background-color:var(--color-red)}.location-contact-icon-yellow{background-color:var(--color-yellow);color:var(--color-gray-900)}.location-contact-icon-green{background-color:var(--color-green)}.location-contact-title{font-size:1.25rem;margin-bottom:.5rem}.location-contact-text{color:var(--color-gray-400);line-height:1.75}.location-contact-phone{margin-bottom:.5rem}.location-contact-link{display:inline-flex;align-items:center;color:var(--color-red);margin-top:.75rem;transition:color .3s}.location-contact-link:hover{color:#c00}.location-contact-link-green{color:var(--color-green)}.location-contact-link-green:hover{color:#2a8024}.location-contact-link span:first-child{margin-right:.5rem}.location-contact-hours{color:var(--color-gray-400)}.location-contact-hours-item{display:flex;justify-content:space-between;margin-bottom:.5rem}.location-contact-hours-time{color:var(--color-yellow)}.location-contact-hours-note{font-size:.875rem;color:var(--color-gray-500)}.location-social{display:flex;gap:1rem;margin:1rem 0}.location-social-link{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;transition:transform .3s}.location-social-link:hover{transform:scale(1.1)}.location-social-link svg{width:1.5rem;height:1.5rem}.location-social-instagram{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)}.location-social-facebook{background-color:var(--color-blue)}.location-social-mail{background-color:var(--color-red)}.location-social-handle{color:var(--color-gray-400);font-size:.875rem}.location-map{background-color:var(--color-gray-800);border-radius:1rem;overflow:hidden;min-height:600px;display:flex;align-items:center;justify-content:center}.location-map-placeholder{text-align:center;padding:2rem}.location-map-icon{width:6rem;height:6rem;background-color:#00a2e933;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.location-map-icon svg{width:3rem;height:3rem;color:var(--color-blue)}.location-map-title{font-size:1.5rem;margin-bottom:1rem}.location-map-text{color:var(--color-gray-400);margin-bottom:1.5rem}.location-map-btn{display:inline-flex;align-items:center;background-color:var(--color-red);color:var(--color-white);padding:.75rem 1.5rem;border-radius:9999px;transition:background-color .3s}.location-map-btn:hover{background-color:#c00}.location-cta{background:linear-gradient(135deg,var(--color-red) 0%,#FF4444 100%);border-radius:1.5rem;padding:3rem;text-align:center}.location-cta-title{font-size:1.875rem;margin-bottom:1rem}.location-cta-text{font-size:1.25rem;opacity:.9;max-width:32rem;margin:0 auto 2rem}.location-cta-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}.location-cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:9999px;transition:all .3s}.location-cta-btn-primary{background-color:var(--color-white);color:var(--color-red)}.location-cta-btn-primary:hover{background-color:var(--color-gray-100)}.location-cta-btn-secondary{background-color:var(--color-gray-900);color:var(--color-white)}.location-cta-btn-secondary:hover{background-color:var(--color-gray-800)}@media(min-width:768px){.location-title{font-size:3rem}.location-grid{grid-template-columns:repeat(2,1fr)}.location-cta-title{font-size:2.25rem}.location-cta-buttons{flex-direction:row}}@media(min-width:1024px){.location-title{font-size:3.75rem}}.footer{background-color:var(--color-black);color:var(--color-white);padding-top:4rem;padding-bottom:2rem}.footer-grid{display:grid;gap:3rem;margin-bottom:3rem}.footer-brand{grid-column:span 2}.footer-logo{height:3.5rem;width:auto;margin-bottom:1.5rem}.footer-description{color:var(--color-gray-400);line-height:1.75;margin-bottom:1.5rem}.footer-social{display:flex;gap:1rem}.footer-social-link{width:2.5rem;height:2.5rem;background-color:var(--color-gray-800);border-radius:.5rem;display:flex;align-items:center;justify-content:center;transition:background-color .3s}.footer-social-link svg{width:1.25rem;height:1.25rem}.footer-social-instagram:hover{background-color:var(--color-red)}.footer-social-facebook:hover{background-color:var(--color-blue)}.footer-social-mail:hover{background-color:var(--color-yellow)}.footer-links-title,.footer-contact-title{font-size:1.125rem;margin-bottom:1.5rem}.footer-links-list{display:flex;flex-direction:column;gap:.75rem}.footer-link{color:var(--color-gray-400);transition:color .3s}.footer-link:hover{color:var(--color-red)}.footer-contact-list{display:flex;flex-direction:column;gap:1rem}.footer-contact-item{display:flex;align-items:flex-start;gap:.75rem}.footer-contact-icon{width:1.25rem;height:1.25rem;flex-shrink:0;margin-top:.25rem}.footer-contact-icon-red{color:var(--color-red)}.footer-contact-icon-green{color:var(--color-green)}.footer-contact-icon-blue{color:var(--color-blue)}.footer-contact-item span{color:var(--color-gray-400);font-size:.875rem}.footer-hours{border-top:1px solid var(--color-gray-800);padding-top:2rem;margin-bottom:2rem}.footer-hours-card{background-color:var(--color-gray-900);border-radius:1rem;padding:1.5rem;display:inline-block}.footer-hours-title{font-size:1.125rem;margin-bottom:.75rem}.footer-hours-info{display:flex;align-items:center;gap:.75rem;color:var(--color-gray-400)}.footer-hours-indicator{width:.5rem;height:.5rem;background-color:var(--color-green);border-radius:50%;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.footer-hours-time{color:var(--color-yellow)}.footer-copyright{border-top:1px solid var(--color-gray-800);padding-top:2rem;text-align:center}.footer-copyright p{color:var(--color-gray-500);font-size:.875rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}.footer-brand{grid-column:span 2}}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
