html{font-size:16px;scroll-behavior:smooth;height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#2d3748;background-color:#fff;margin:0;padding:0;min-height:100vh;width:100%;overflow-x:hidden}#root{min-height:100vh;width:100%;margin:0;padding:0}.App{width:100%;min-height:100vh;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin:0}p{margin:0}a{color:inherit;text-decoration:none;transition:color .3s ease}button{font-family:inherit;cursor:pointer;border:none;outline:none;transition:all .3s ease}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none;margin:0;padding:0}input,select,textarea{font-family:inherit;font-size:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:1280px){.container{max-width:1024px;padding:0 1.5rem}}@media(max-width:1024px){.container{max-width:768px;padding:0 1.25rem}}@media(max-width:768px){.container{max-width:100%;padding:0 1rem}}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}button:focus,input:focus,select:focus,textarea:focus,a:focus{outline:2px solid #667eea;outline-offset:2px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#2d3748}.App{width:100%;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}html{scroll-behavior:smooth}button{cursor:pointer;border:none;outline:none;font-family:inherit}a{color:inherit;text-decoration:none}input,select,textarea{font-family:inherit}.text-center{text-align:center}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mb-4{margin-bottom:4rem}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mt-4{margin-top:4rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}.fade-in-left{animation:fadeInLeft .6s ease-out}.fade-in-right{animation:fadeInRight .6s ease-out}@media(max-width:1200px){.container{padding:0 1.5rem}}@media(max-width:768px){.container{padding:0 1rem}}@media(max-width:480px){.container{padding:0 .75rem}}.loading{opacity:.7;pointer-events:none}button:focus,input:focus,select:focus,textarea:focus,a:focus{outline:2px solid #ea580c;outline-offset:2px}@media(prefers-contrast:high){.btn-primary,.btn-hero-primary,.btn-service,.btn-add-cart,.btn-submit{border:2px solid white}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;z-index:1000;width:100%}.header .container{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;position:relative}.nav-brand{display:flex;align-items:center;gap:1rem;z-index:1001}.nav-brand .logo{width:50px;height:50px;border-radius:50%;object-fit:cover;flex-shrink:0}.nav-brand h2{color:#f97316;font-weight:600;margin:0;font-size:clamp(1.25rem,2.5vw,1.5rem)}.nav{display:flex;align-items:center}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0;align-items:center}.nav-menu a{text-decoration:none;color:#64748b;font-weight:500;transition:color .3s ease;position:relative;padding:.5rem 0}.nav-menu a:hover{color:#3b82f6}.nav-menu a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);transition:width .3s ease}.nav-menu a:hover:after{width:100%}.nav-actions{display:flex;align-items:center;gap:1rem;z-index:1001}.btn-primary{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;white-space:nowrap}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #f973164d}.mobile-menu-btn{display:none;flex-direction:column;justify-content:space-between;width:30px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.mobile-menu-btn span{display:block;height:3px;width:100%;background:#ea580c;border-radius:2px;transition:all .3s ease;transform-origin:center}.mobile-menu-btn.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav-overlay{display:none}@media(max-width:1024px){.header .container{padding:1rem 1.5rem}.nav-menu{gap:1.5rem}}@media(max-width:768px){.header .container{padding:1rem}.mobile-menu-btn{display:flex}.nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fff;box-shadow:-5px 0 15px #0000001a;transition:right .3s ease;z-index:999}.nav.nav-open{right:0}.nav-menu{flex-direction:column;gap:0;padding:120px 2rem 2rem;height:100%;align-items:stretch}.nav-menu li{border-bottom:1px solid #e2e8f0}.nav-menu li:last-child{border-bottom:none}.nav-menu a{display:block;padding:1rem 0;font-size:1.1rem;border-bottom:none}.nav-menu a:after{display:none}.nav-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:998}.btn-primary{padding:.675rem 1.25rem;font-size:.9rem}}@media(max-width:480px){.nav-brand h2{font-size:1.125rem}.nav-brand .logo{width:40px;height:40px}.btn-primary{padding:.6rem 1rem;font-size:.875rem}.nav{width:100%;right:-100%}.nav.nav-open{right:0}}@media(min-width:1440px){.header .container{padding:1.25rem 2rem}.nav-menu{gap:3rem}.nav-menu a{font-size:1.1rem}.btn-primary{padding:.875rem 1.75rem;font-size:1rem}}.hero{position:relative;min-height:100vh;height:100vh;display:flex;align-items:center;overflow:hidden;width:100%}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2}.hero-bg-image{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#3b82f6b3,#f9731680);z-index:-1}.hero-content{width:100%;z-index:1;padding:2rem 0}.hero-content .container{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center;min-height:70vh}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:#fff;line-height:1.1;margin-bottom:1.5rem}.hero-title .highlight{background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:#60a5fa}.hero-subtitle{font-size:clamp(1rem,2.5vw,1.25rem);color:#000;background:#fffffff2;padding:1rem 1.5rem;border-radius:10px;line-height:1.6;margin-bottom:2rem;max-width:500px}.hero-actions{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.btn-hero-primary{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border:none;padding:1rem 2rem;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn-hero-primary:hover{transform:translateY(-3px);box-shadow:0 10px 25px #f973164d}.btn-hero-secondary{background:transparent;color:#fff;border:2px solid white;padding:1rem 2rem;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn-hero-secondary:hover{background:#fff;color:#3b82f6;transform:translateY(-3px)}.hero-stats{display:flex;flex-direction:column;gap:1.5rem;justify-content:center}.stat{text-align:center;background:#dbeafee6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:1.5rem;border:1px solid rgba(147,197,253,.3);transition:transform .3s ease}.stat:hover{transform:scale(1.05)}.stat h3{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:800;color:#f97316;margin:0 0 .5rem}.stat p{color:#1e40af;font-weight:600;margin:0;font-size:clamp(.875rem,1.5vw,1rem)}@media(max-width:1024px){.hero-content .container{gap:3rem}.hero-title{font-size:clamp(2rem,4vw,3rem)}}@media(max-width:768px){.hero{min-height:100vh;height:auto;padding:80px 0 0}.hero-content .container{grid-template-columns:1fr;gap:2rem;text-align:center;min-height:calc(100vh - 80px);justify-content:center}.hero-text{order:1}.hero-stats{order:2;flex-direction:row;justify-content:center;gap:1rem}.stat{min-width:100px;padding:1rem}.hero-actions{justify-content:center}}@media(max-width:480px){.hero-actions{flex-direction:column;align-items:center;gap:.75rem}.btn-hero-primary,.btn-hero-secondary{width:100%;max-width:280px;padding:.875rem 1.5rem}.hero-stats{flex-direction:column;gap:1rem}.stat{min-width:auto}}@media(min-width:1440px){.hero-content .container{gap:6rem}.hero-title{font-size:4.5rem}.hero-subtitle{font-size:1.375rem;max-width:600px}}.services{padding:100px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);width:100%}.section-header p{font-size:clamp(1rem,2vw,1.25rem);color:#64748b;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;width:100%}.service-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;position:relative;width:100%}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.service-image{position:relative;height:200px;overflow:hidden;width:100%}.service-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.service-card:hover .service-image img{transform:scale(1.1)}.service-icon{position:absolute;top:1rem;right:1rem;width:60px;height:60px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:0 5px 15px #0003}.service-content{padding:2rem}.service-content h3{font-size:clamp(1.25rem,2vw,1.5rem);color:#f97316;margin-bottom:1rem;font-weight:600}.service-content p{color:#64748b;line-height:1.6;margin-bottom:1.5rem;font-size:clamp(.875rem,1.5vw,1rem)}.service-price{font-size:clamp(1rem,2vw,1.25rem);font-weight:600;color:#3b82f6;margin-bottom:1.5rem}.btn-service{width:100%;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:clamp(.875rem,1.5vw,1rem)}.btn-service:hover{transform:translateY(-2px);box-shadow:0 5px 15px #f973164d}@media(max-width:1200px){.services{padding:80px 0}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(max-width:900px){.services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.services{padding:60px 0}.section-header{margin-bottom:3rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{margin:0;max-width:100%}.service-content{padding:1.5rem}}@media(max-width:480px){.services{padding:50px 0}.service-content{padding:1.25rem}.service-image{height:180px}.service-icon{width:50px;height:50px;font-size:1.25rem}}@media(min-width:1440px){.services{padding:120px 0}.services-grid{grid-template-columns:repeat(4,1fr);gap:3rem}.section-header{margin-bottom:5rem}}.shop{padding:100px 0;background:#fff;width:100%}.section-header{text-align:center;margin-bottom:3rem}.section-header p{font-size:clamp(1rem,2vw,1.25rem);color:#64748b}.shop-filters{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap;padding:0 1rem}.filter-btn{padding:.75rem 1.5rem;border:2px solid #e2e8f0;background:#fff;color:#64748b;border-radius:25px;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:clamp(.875rem,1.5vw,1rem);white-space:nowrap}.filter-btn.active,.filter-btn:hover{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border-color:transparent;transform:translateY(-2px)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem;width:100%}.product-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px #0000001a;transition:all .3s ease;position:relative;width:100%}.product-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.product-badge{position:absolute;top:1rem;left:1rem;background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;padding:.25rem .75rem;border-radius:15px;font-size:.75rem;font-weight:600;z-index:2}.product-image{position:relative;height:250px;overflow:hidden;width:100%}.product-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.1)}.product-overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.product-card:hover .product-overlay{opacity:1}.btn-quick-view{background:#fff;color:#2c5282;border:none;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:clamp(.875rem,1.5vw,1rem)}.btn-quick-view:hover{transform:scale(1.05)}.product-info{padding:1.5rem}.product-category{color:#f97316;font-size:.875rem;font-weight:500;text-transform:uppercase;margin-bottom:.5rem}.product-name{font-size:clamp(1rem,2vw,1.25rem);font-weight:600;color:#3b82f6;margin-bottom:.75rem;line-height:1.3}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.stars{color:gold;font-size:1rem}.rating-value{color:#4a5568;font-size:.875rem}.product-pricing{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.price{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;color:#f97316}.original-price{font-size:clamp(.875rem,1.5vw,1rem);color:#a0aec0;text-decoration:line-through}.btn-add-cart{width:100%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:.75rem;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:clamp(.875rem,1.5vw,1rem)}.btn-add-cart:hover{transform:translateY(-2px);box-shadow:0 5px 15px #3b82f64d}.shop-cta{text-align:center}.btn-view-all{background:transparent;color:#667eea;border:2px solid #667eea;padding:1rem 2rem;border-radius:30px;font-size:clamp(1rem,2vw,1.1rem);font-weight:600;cursor:pointer;transition:all .3s ease}.btn-view-all:hover{background:#667eea;color:#fff;transform:translateY(-3px)}@media(max-width:1024px){.shop{padding:80px 0}.products-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.product-image{height:220px}}@media(max-width:768px){.shop{padding:60px 0}.section-header{margin-bottom:2rem}.shop-filters{justify-content:flex-start;overflow-x:auto;padding:0 1rem 1rem;gap:.75rem}.filter-btn{flex-shrink:0;padding:.625rem 1.25rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-bottom:2rem}.product-info{padding:1.25rem}}@media(max-width:480px){.shop{padding:50px 0}.products-grid{grid-template-columns:1fr;gap:1rem}.product-image{height:200px}.product-info{padding:1rem}.shop-filters{margin-bottom:2rem}}@media(min-width:1440px){.shop{padding:120px 0}.products-grid{grid-template-columns:repeat(3,1fr);gap:3rem}.section-header{margin-bottom:4rem}}.about{padding:100px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);width:100%}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:5rem}.about-text h2{font-size:clamp(2rem,4vw,3rem);color:#3b82f6;margin-bottom:1.5rem;font-weight:700}.about-intro{font-size:clamp(1rem,2vw,1.25rem);color:#64748b;line-height:1.6;margin-bottom:2rem}.about-features{display:flex;flex-direction:column;gap:1.5rem}.feature{display:flex;align-items:flex-start;gap:1rem;background:#fff;padding:1.5rem;border-radius:15px;box-shadow:0 5px 15px #00000014;transition:transform .3s ease}.feature:hover{transform:translate(5px)}.feature-icon{font-size:clamp(1.5rem,3vw,2rem);width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f97316,#ea580c);border-radius:50%;flex-shrink:0}.feature h4{color:#f97316;font-weight:600;margin-bottom:.5rem;font-size:clamp(1rem,2vw,1.125rem)}.feature p{color:#64748b;margin:0;font-size:clamp(.875rem,1.5vw,1rem);line-height:1.5}.about-image{position:relative}.about-image img{width:100%;height:400px;object-fit:cover;object-position:center;border-radius:20px;box-shadow:0 20px 40px #0000001a}.team-section{margin-bottom:6rem;padding:3rem 0;text-align:center}.team-section h3{font-size:clamp(2rem,3.5vw,2.5rem);color:#3b82f6;margin-bottom:3rem;font-weight:700}.team-single-column{display:flex;flex-direction:column;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;text-align:center}.team-image-container{width:100%;max-width:1000px;position:relative}.team-group-image{width:100%;height:600px;object-fit:cover;border-radius:20px;box-shadow:0 15px 40px #0003;transition:transform .3s ease}.team-group-image:hover{transform:scale(1.02)}.clickable-image{cursor:pointer}.clickable-image:hover{transform:scale(1.02);box-shadow:0 20px 50px #0000004d}.zoom-hint{position:absolute;bottom:15px;right:15px;background:#3b82f6e6;color:#fff;padding:8px 12px;border-radius:20px;font-size:.875rem;font-weight:500;opacity:0;transition:opacity .3s ease;pointer-events:none}.team-image-container:hover .zoom-hint{opacity:1}.image-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:2000;cursor:pointer;animation:fadeIn .3s ease}.image-modal-content{position:relative;max-width:95vw;max-height:95vh;cursor:default}.modal-image{width:100%;height:auto;max-width:95vw;max-height:95vh;object-fit:contain;border-radius:10px;box-shadow:0 25px 60px #00000080;animation:zoomIn .3s ease}.modal-close-btn{position:absolute;top:-15px;right:-15px;width:40px;height:40px;background:#f97316;color:#fff;border:none;border-radius:50%;font-size:1.5rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:2001}.modal-close-btn:hover{background:#ea580c;transform:scale(1.1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.team-description{max-width:800px}.team-description p{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#64748b;line-height:1.6;margin:0}@media(max-width:768px){.team-group-image{height:400px}.team-single-column{gap:2rem}.team-image-container{max-width:100%}.zoom-hint{bottom:10px;right:10px;font-size:.75rem;padding:6px 10px}.modal-close-btn{top:-10px;right:-10px;width:35px;height:35px;font-size:1.25rem}.image-modal-content{max-width:98vw;max-height:98vh}}@media(max-width:480px){.team-group-image{height:300px}.zoom-hint{display:none}}.testimonials-section{text-align:center}.testimonials-section h3{font-size:clamp(2rem,3.5vw,2.5rem);color:#3b82f6;margin-bottom:3rem;font-weight:700}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;text-align:left;transition:transform .3s ease}.testimonial-card:hover{transform:translateY(-5px)}.testimonial-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.testimonial-pet{display:flex;align-items:center;gap:1rem;flex:1;min-width:200px}.testimonial-pet img{width:60px;height:60px;border-radius:50%;object-fit:cover;flex-shrink:0}.testimonial-pet h5{color:#f97316;margin:0 0 .25rem;font-weight:600;font-size:clamp(1rem,1.5vw,1.125rem)}.testimonial-pet p{color:#64748b;font-size:clamp(.8rem,1.25vw,.875rem);margin:0}.testimonial-rating{color:gold;font-size:clamp(1rem,2vw,1.25rem);flex-shrink:0}.testimonial-text{color:#4a5568;line-height:1.6;font-style:italic;margin:0;font-size:clamp(.875rem,1.5vw,1rem)}@media(max-width:1024px){.about{padding:80px 0}.about-content{gap:3rem;margin-bottom:4rem}.about-image img{height:350px}.team-section,.testimonials-section{margin-bottom:4rem}}@media(max-width:768px){.about{padding:60px 0}.about-content{grid-template-columns:1fr;gap:2rem;text-align:center;margin-bottom:3rem}.about-image img{height:300px}.team-section h3,.testimonials-section h3{margin-bottom:2rem}.testimonials-grid,.team-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-header{flex-direction:column;align-items:flex-start;gap:.75rem}.testimonial-pet{min-width:auto}.testimonial-rating{align-self:flex-end}.feature{padding:1.25rem}.feature-icon{width:50px;height:50px}}@media(max-width:480px){.about{padding:50px 0}.team-card,.testimonial-card{padding:1.5rem}.about-image img{height:250px}.feature{flex-direction:column;text-align:center;align-items:center;padding:1rem}.team-image img{width:100px;height:100px}.testimonial-pet{flex-direction:column;text-align:center;gap:.75rem}.testimonial-header{text-align:center}}@media(min-width:1440px){.about{padding:120px 0}.about-content{gap:6rem;margin-bottom:6rem}.about-image img{height:500px}.team-grid{grid-template-columns:repeat(3,1fr);gap:3rem}.testimonials-grid{gap:3rem}}.reviews-section{background:#f8fafc;padding:3rem 0;text-align:center}.reviews-title{color:#2563eb;font-size:2rem;font-weight:800;margin-bottom:2rem}.reviews-slider{display:flex;overflow-x:auto;gap:2rem;padding:1rem 0;scroll-snap-type:x mandatory}.review-slide{background:#fff;border-radius:16px;box-shadow:0 2px 16px #00000014;min-width:320px;max-width:350px;flex:0 0 auto;padding:2rem 1.5rem;scroll-snap-align:start;display:flex;flex-direction:column;align-items:center}.review-author{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.review-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #2563eb}.review-name{font-weight:700;color:#2563eb}.review-rating{color:#f97316;font-size:1.2rem;font-weight:700}.review-text{color:#222;font-size:1.05rem;margin-bottom:1rem}.review-date{color:#64748b;font-size:.95rem}@media(max-width:900px){.reviews-section{padding:1.5rem 0}.reviews-title{font-size:1.3rem;margin-bottom:1rem}.reviews-slider{gap:1rem;padding:.5rem 0;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.review-slide{min-width:92vw;max-width:96vw;padding:1rem .5rem;font-size:.98rem;box-shadow:0 2px 8px #00000014}.review-author{flex-direction:column;gap:.5rem;margin-bottom:.5rem;text-align:center}.review-avatar{width:40px;height:40px}.review-name,.review-rating{font-size:1rem}.review-text{font-size:.98rem;margin-bottom:.5rem}.review-date{font-size:.9rem}}.book-now{width:100%;max-width:350px;display:block;margin:0 auto 2rem;font-size:1.1rem;padding:.75rem 2rem;border-radius:8px;background:#2563eb;color:#fff;font-weight:600;border:none;cursor:pointer;box-shadow:0 2px 8px #2563eb1f}@media(max-width:768px){.book-now{width:100%;max-width:100%;font-size:1rem;margin-bottom:1.5rem;padding:.75rem 1rem}.booking-appointment,.facility-info{padding:1.25rem}}@media(max-width:480px){.book-now{font-size:.95rem;padding:.75rem .5rem;margin-bottom:1rem}.booking-appointment,.facility-info{padding:1rem}}.contact{padding:100px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);width:100%}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:clamp(2rem,4vw,3rem);color:#3b82f6;margin-bottom:1rem;font-weight:700}.section-header p{font-size:clamp(1rem,2vw,1.25rem);color:#4a5568}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}.contact-info h3{font-size:clamp(1.5rem,3vw,2rem);color:#3b82f6;margin-bottom:2rem;font-weight:600}.contact-content{display:flex;flex-direction:row;gap:2rem;align-items:flex-start}.facility-info,.booking-appointment{background:#f8fafc;border-radius:20px;padding:2rem;box-shadow:0 2px 16px #0000000f;flex:1 1 0;min-width:0}.book-now{background:#2563eb;color:#fff;font-weight:600;font-size:1.1rem;border-radius:8px;padding:.75rem 2rem;border:none;margin-bottom:2rem;cursor:pointer;width:100%;max-width:300px;display:block}.contact-item{margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem;background:#fff;border-radius:15px;padding:1.5rem}.contact-icon{font-size:2rem;color:#f97316;background:#fff7ed;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.contact-label{font-weight:700;color:#2563eb;margin-bottom:.5rem}.facility-title,.booking-title{color:#2563eb;font-weight:700;font-size:1.5rem;margin-bottom:2rem}.booking-title{margin-bottom:1rem;text-align:left}.booking-desc{color:#64748b;font-size:1.1rem;margin-bottom:1.5rem}.booking-info{background:#fff;border-radius:15px;padding:1.5rem;box-shadow:0 2px 8px #0000000a}.booking-label{font-weight:700;color:#2563eb;margin-bottom:1rem;font-size:1.1rem}.booking-info ul{list-style:none;padding:0;margin:0;color:#f97316;font-size:1rem}.booking-info li{margin-bottom:.75rem;color:#f97316}.booking-info li span{color:#222;font-weight:500}.contact-item h4{color:#3b82f6;font-weight:600;margin-bottom:.5rem;font-size:clamp(1rem,2vw,1.125rem)}.contact-item p{color:#4a5568;margin:0;line-height:1.5;font-size:clamp(.875rem,1.5vw,1rem)}.social-links{margin-top:2rem}.social-links h4{color:#3b82f6;font-weight:600;margin-bottom:1rem;font-size:clamp(1rem,2vw,1.125rem)}.social-icons{display:flex;gap:1rem;flex-wrap:wrap}.social-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f97316,#ea580c);border-radius:50%;font-size:clamp(1rem,2vw,1.25rem);text-decoration:none;transition:transform .3s ease}.social-icon:hover{transform:translateY(-3px)}.booking-container{background:#f8fafc;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;width:100%}.booking-section{text-align:center}.booking-section h3{font-size:clamp(1.5rem,3vw,2rem);color:#3b82f6;margin-bottom:1rem;font-weight:600}.booking-section p{color:#4a5568;margin-bottom:2rem;font-size:clamp(1rem,2vw,1.125rem)}.book-now-btn{margin-bottom:2rem;display:inline-block}.booking-info{background:#fff;padding:1.5rem;border-radius:15px;border-left:4px solid #f97316;text-align:left}.booking-info p{color:#3b82f6;font-weight:600;margin-bottom:1rem;font-size:clamp(1rem,2vw,1.125rem)}.booking-info ul{list-style:none;padding:0;margin:0}.booking-info li{color:#4a5568;margin-bottom:.75rem;padding-left:1.5rem;position:relative;font-size:clamp(.875rem,1.5vw,1rem)}.booking-info li:before{content:"✓";color:#f97316;font-weight:700;position:absolute;left:0}.map-section{text-align:center}.map-section h3{font-size:clamp(1.5rem,3vw,2rem);color:#3b82f6;margin-bottom:2rem;font-weight:600}.map-placeholder{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;width:100%}.map-placeholder img,.map-placeholder iframe{width:100%;height:400px;object-fit:cover;object-position:center}.map-container{position:relative;width:100%}.map-fallback{position:absolute;top:10px;right:10px;z-index:10}.map-link{display:inline-block;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;padding:8px 12px;border-radius:20px;text-decoration:none;font-size:.875rem;font-weight:600;box-shadow:0 2px 10px #f973164d;transition:all .3s ease}.map-link:hover{transform:translateY(-2px);box-shadow:0 4px 15px #f9731666;color:#fff;text-decoration:none}.map-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:#fff;padding:2rem;font-size:clamp(1rem,2vw,1.1rem);font-weight:600}@media(max-width:1024px){.contact{padding:80px 0}.contact-content{gap:3rem;margin-bottom:3rem}.booking-container{padding:1.75rem}.map-placeholder img{height:350px}}@media(max-width:768px){.contact{padding:60px 0}.section-header{margin-bottom:3rem}.contact-content{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.form-row{grid-template-columns:1fr;gap:0}.booking-container{padding:1.5rem}.contact-item{padding:1.25rem;margin-bottom:1.5rem}.contact-icon{width:45px;height:45px}.map-placeholder img,.map-placeholder iframe{height:300px}.map-overlay{padding:1.5rem}.map-fallback{position:static;margin:10px 0;text-align:center}.map-link{display:block;margin:10px auto;width:fit-content}}@media(max-width:900px){.contact-content{flex-direction:column;gap:1.5rem}.facility-info,.booking-appointment{padding:1.25rem}.book-now{max-width:100%;font-size:1rem;padding:.75rem 1rem}}@media(min-width:1440px){.contact{padding:120px 0}.contact-content{gap:6rem;margin-bottom:5rem}.contact-form-container{padding:3rem}.map-placeholder img,.map-placeholder iframe{height:500px}}.footer{background:linear-gradient(135deg,#1e40af,#1d4ed8);color:#fff;padding:4rem 0 2rem;width:100%}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-section h3,.footer-section h4{margin-bottom:1.5rem;font-weight:700;font-size:clamp(1rem,2vw,1.125rem)}.footer-brand{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.footer-logo{width:60px;height:60px;border-radius:50%;object-fit:cover;flex-shrink:0}.footer-brand h3{margin:0;font-size:clamp(1.25rem,2.5vw,1.5rem)}.footer-description{color:#000;background:#ffffffe6;padding:1rem;border-radius:10px;line-height:1.6;margin-bottom:2rem;font-size:clamp(.875rem,1.5vw,1rem)}.footer-social{display:flex;gap:1rem;flex-wrap:wrap}.social-link{width:45px;height:45px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:clamp(1rem,2vw,1.25rem);transition:all .3s ease}.social-link:hover{background:#fff3;transform:translateY(-3px)}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#fffc;text-decoration:none;transition:color .3s ease;font-size:clamp(.875rem,1.5vw,1rem)}.footer-links a:hover{color:#fff}.footer-contact{display:flex;flex-direction:column;gap:1rem}.contact-detail{display:flex;align-items:flex-start;gap:.75rem;color:#fffc;font-size:clamp(.875rem,1.5vw,1rem)}.contact-icon{font-size:clamp(1rem,2vw,1.1rem);margin-top:.1rem;flex-shrink:0}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;color:#fff9;font-size:clamp(.8rem,1.25vw,.9rem);flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.footer-powered{text-align:center;padding-top:1rem;border-top:1px solid rgba(255,255,255,.05)}.footer-powered p{color:#ffffff80;font-size:clamp(.75rem,1.2vw,.85rem);margin:0}.footer-powered a{color:#f97316;text-decoration:none;font-weight:500;transition:all .3s ease}.footer-powered a:hover{color:#fb923c;text-decoration:underline}.footer-legal{display:flex;gap:2rem;flex-wrap:wrap}.footer-legal a{color:#fff9;text-decoration:none;font-size:clamp(.8rem,1.25vw,.9rem);transition:color .3s ease}.footer-legal a:hover{color:#fff}@media(max-width:1024px){.footer{padding:3rem 0 2rem}.footer-content{grid-template-columns:1fr 1fr 1fr;gap:2rem}.footer-section:first-child{grid-column:1 / -1;text-align:center;margin-bottom:1rem}}@media(max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-brand,.footer-social{justify-content:center}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.footer-legal{justify-content:center;gap:1.5rem}.contact-detail{justify-content:center;text-align:center}}@media(max-width:480px){.footer{padding:2rem 0 1rem}.footer-content{gap:1.5rem}.footer-logo{width:50px;height:50px}.social-link{width:40px;height:40px}.footer-legal{flex-direction:column;gap:.75rem}.contact-detail{flex-direction:column;gap:.5rem}}@media(min-width:1440px){.footer{padding:5rem 0 2.5rem}.footer-content{gap:4rem;margin-bottom:4rem}.social-link{width:50px;height:50px}}.back-to-top-btn{position:fixed;top:50%;right:20px;transform:translateY(-50%);width:50px;height:50px;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border:none;border-radius:50%;font-size:20px;font-weight:700;cursor:pointer;box-shadow:0 4px 15px #f973164d;transition:all .3s ease;z-index:1000}.back-to-top-btn:hover{transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #f9731666}.chat-btn{position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:12px 20px;border-radius:25px;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 4px 15px #3b82f64d;transition:all .3s ease;z-index:1000;display:flex;align-items:center;gap:5px}.chat-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}@media(max-width:768px){.back-to-top-btn{right:15px;width:45px;height:45px;font-size:18px}.chat-btn{right:15px;bottom:15px;padding:10px 16px;font-size:12px}}
