.home-page{min-height:100vh;overflow-x:hidden}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.loading-container .loading-spinner{width:50px;height:50px;border:4px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.loading-container p{font-size:1.2rem;font-weight:500}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2);padding-top:1rem;padding-bottom:3rem}@media(max-width:768px){.hero-section{min-height:100vh;padding-top:.5rem;padding-bottom:2rem}}.hero-section .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-section .hero-background .hero-shapes{position:relative;width:100%;height:100%}.hero-section .hero-background .hero-shapes .shape{position:absolute;border-radius:50%;background:hsla(0,0%,100%,.1);animation:float 6s ease-in-out infinite}.hero-section .hero-background .hero-shapes .shape.shape-1{width:300px;height:300px;top:10%;right:-150px;animation-delay:0s}.hero-section .hero-background .hero-shapes .shape.shape-2{width:200px;height:200px;bottom:20%;left:-100px;animation-delay:2s}.hero-section .hero-background .hero-shapes .shape.shape-3{width:150px;height:150px;top:50%;right:20%;animation-delay:4s}.hero-section .container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem}.hero-section .hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:80vh}@media(max-width:768px){.hero-section .hero-content{grid-template-columns:1fr;gap:1.5rem;text-align:center;min-height:85vh;padding:1rem 0}}.hero-section .hero-text{color:#fff}.hero-section .hero-text .hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-section .hero-text .hero-title .brand-name{background:linear-gradient(45deg,#ffd700,#ffed4e);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-shadow:0 0 30px rgba(255,215,0,.5)}@media(max-width:768px){.hero-section .hero-text .hero-title{font-size:2.2rem;line-height:1.2;margin-bottom:1rem}}@media(max-width:480px){.hero-section .hero-text .hero-title{font-size:1.8rem;line-height:1.3}}.hero-section .hero-text .hero-subtitle{font-size:1.3rem;line-height:1.6;margin-bottom:2rem;opacity:.9}@media(max-width:768px){.hero-section .hero-text .hero-subtitle{font-size:1rem;margin-bottom:1.5rem;padding:0 1rem}}@media(max-width:480px){.hero-section .hero-text .hero-subtitle{font-size:.9rem;line-height:1.5;padding:0 .5rem}}.hero-section .hero-text .welcome-text{font-size:1.2rem;margin-bottom:2rem;opacity:.95}.hero-section .hero-text .welcome-text .user-name{font-weight:700;color:gold}.hero-section .hero-text .auth-text{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.hero-section .hero-text .hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:768px){.hero-section .hero-text .hero-buttons{justify-content:center;gap:.75rem;flex-direction:column;align-items:center}}@media(max-width:480px){.hero-section .hero-text .hero-buttons{gap:.5rem}}.hero-section .btn{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;text-decoration:none;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;min-height:48px;min-width:120px}@media(max-width:768px){.hero-section .btn{padding:1rem 1.5rem;font-size:.95rem;min-height:44px;width:100%;max-width:280px;justify-content:center}}@media(max-width:480px){.hero-section .btn{padding:.875rem 1.25rem;font-size:.9rem;min-height:42px}}.hero-section .btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.hero-section .btn:hover:before{left:100%}.hero-section .btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,0,0,.3)}.hero-section .btn.btn-primary{background:linear-gradient(135deg,#ffd700,#ffed4e);color:#333}.hero-section .btn.btn-primary:hover{background:linear-gradient(135deg,#ffed4e,#ffd700)}.hero-section .btn.btn-secondary{background:hsla(0,0%,100%,.2);color:#fff;border:2px solid hsla(0,0%,100%,.3)}.hero-section .btn.btn-secondary:hover{background:hsla(0,0%,100%,.3);border-color:hsla(0,0%,100%,.5)}.hero-section .btn svg{transition:transform .3s ease}.hero-section .btn:hover svg{transform:scale(1.1)}.hero-section .hero-image{position:relative;height:500px}@media(max-width:768px){.hero-section .hero-image{height:300px;margin-top:1rem}}@media(max-width:480px){.hero-section .hero-image{height:250px}}.hero-section .hero-image .floating-card{position:absolute;background:hsla(0,0%,100%,.95);backdrop-filter:blur(20px);border-radius:20px;padding:1.5rem;box-shadow:0 20px 60px rgba(0,0,0,.1);animation:cardFloat 4s ease-in-out infinite}@media(max-width:768px){.hero-section .hero-image .floating-card{padding:1rem;border-radius:15px}}@media(max-width:480px){.hero-section .hero-image .floating-card{padding:.75rem;border-radius:12px}}.hero-section .hero-image .floating-card.card-1{top:10%;left:10%;animation-delay:0s}@media(max-width:768px){.hero-section .hero-image .floating-card.card-1{top:5%;left:5%}}.hero-section .hero-image .floating-card.card-2{top:40%;right:10%;animation-delay:1.5s}@media(max-width:768px){.hero-section .hero-image .floating-card.card-2{top:35%;right:5%}}.hero-section .hero-image .floating-card.card-3{bottom:10%;left:20%;animation-delay:3s}@media(max-width:768px){.hero-section .hero-image .floating-card.card-3{bottom:5%;left:15%}}.hero-section .hero-image .floating-card .card-content{display:flex;align-items:center;gap:1rem}.hero-section .hero-image .floating-card .card-content .shoe-icon{font-size:2rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px}.hero-section .hero-image .floating-card .card-content .shoe-image{width:60px;height:60px;border-radius:15px;overflow:hidden;background:#f8fafc}.hero-section .hero-image .floating-card .card-content .shoe-image img{width:100%;height:100%;object-fit:cover}.hero-section .hero-image .floating-card .card-content .card-text h4{font-size:1.1rem;font-weight:600;color:#333;margin:0 0 .25rem}@media(max-width:768px){.hero-section .hero-image .floating-card .card-content .card-text h4{font-size:1rem}}@media(max-width:480px){.hero-section .hero-image .floating-card .card-content .card-text h4{font-size:.9rem}}.hero-section .hero-image .floating-card .card-content .card-text p{font-size:1rem;font-weight:700;color:#667eea;margin:0}@media(max-width:768px){.hero-section .hero-image .floating-card .card-content .card-text p{font-size:.9rem}}@media(max-width:480px){.hero-section .hero-image .floating-card .card-content .card-text p{font-size:.8rem}}.products-section{padding:6rem 0;position:relative}@media(max-width:768px){.products-section{padding:4rem 0}}@media(max-width:480px){.products-section{padding:3rem 0}}.products-section.featured-products{background:linear-gradient(135deg,#f8fafc,#ffffff)}.products-section.featured-products:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#e2e8f0,transparent)}.products-section.recent-products{background:linear-gradient(135deg,#ffffff,#f1f5f9)}.products-section.recent-products:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#e2e8f0,transparent)}.products-section .container{max-width:1200px;margin:0 auto;padding:0 2rem}.products-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem;position:relative}@media(max-width:768px){.products-section .section-header{flex-direction:column;gap:2rem}}.products-section .section-header .section-title{text-align:left;position:relative}@media(max-width:768px){.products-section .section-header .section-title{text-align:center}}.products-section .section-header .section-title h2{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#2d3748,#4a5568);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;margin-bottom:1rem;position:relative}@media(max-width:768px){.products-section .section-header .section-title h2{font-size:2.2rem}}@media(max-width:480px){.products-section .section-header .section-title h2{font-size:1.8rem}}.products-section .section-header .section-title h2:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}@media(max-width:768px){.products-section .section-header .section-title h2:after{left:50%;transform:translateX(-50%)}}.products-section .section-header .section-title p{font-size:1.3rem;color:#718096;max-width:600px;font-weight:400;line-height:1.6;margin-top:1.5rem}@media(max-width:768px){.products-section .section-header .section-title p{font-size:1.1rem;margin-top:1rem;padding:0 1rem}}@media(max-width:480px){.products-section .section-header .section-title p{font-size:1rem;padding:0 .5rem}}.products-section .section-header .carousel-controls{display:flex;gap:1rem}@media(max-width:768px){.products-section .section-header .carousel-controls{gap:.75rem}}.products-section .section-header .carousel-controls .carousel-btn{width:60px;height:60px;border-radius:50%;border:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.8rem;font-weight:600;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px rgba(102,126,234,.3);position:relative;overflow:hidden;touch-action:manipulation}@media(max-width:768px){.products-section .section-header .carousel-controls .carousel-btn{width:50px;height:50px;font-size:1.5rem}}@media(max-width:480px){.products-section .section-header .carousel-controls .carousel-btn{width:44px;height:44px;font-size:1.3rem}}.products-section .section-header .carousel-controls .carousel-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.products-section .section-header .carousel-controls .carousel-btn:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 12px 35px rgba(102,126,234,.4)}.products-section .section-header .carousel-controls .carousel-btn:hover:before{left:100%}.products-section .section-header .carousel-controls .carousel-btn:active{transform:translateY(-1px) scale(1.02)}.products-section .carousel-container{margin-bottom:4rem;position:relative}.products-section .carousel-container:before{content:"";position:absolute;top:0;left:0;width:60px;height:100%;background:linear-gradient(90deg,rgb(248,250,252),transparent);z-index:2;pointer-events:none}.products-section .carousel-container:after{content:"";position:absolute;top:0;right:0;width:60px;height:100%;background:linear-gradient(270deg,rgb(248,250,252),transparent);z-index:2;pointer-events:none}.products-section .carousel{display:flex;gap:2rem;overflow-x:auto;scroll-behavior:smooth;padding:2rem 0;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}@media(max-width:768px){.products-section .carousel{gap:1.5rem;padding:1.5rem 0}}@media(max-width:480px){.products-section .carousel{gap:1rem;padding:1rem 0}}.products-section .carousel::-webkit-scrollbar{display:none}.products-section .carousel-item{flex:0 0 320px;position:relative;border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.08)}@media(max-width:768px){.products-section .carousel-item{flex:0 0 280px}}@media(max-width:480px){.products-section .carousel-item{flex:0 0 250px}}.products-section .carousel-item:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 25px 50px rgba(0,0,0,.15)}@media(hover:none){.products-section .carousel-item:hover{transform:none;box-shadow:0 10px 30px rgba(0,0,0,.08)}}.products-section .carousel-item .gallery-link{display:block;text-decoration:none;color:inherit}.products-section .carousel-item .gallery-image{position:relative;height:280px;overflow:hidden;border-radius:20px 20px 0 0}@media(max-width:768px){.products-section .carousel-item .gallery-image{height:240px}}@media(max-width:480px){.products-section .carousel-item .gallery-image{height:200px}}.products-section .carousel-item .gallery-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.products-section .carousel-item .gallery-image .gallery-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(102,126,234,.9),rgba(118,75,162,.9));color:#fff;padding:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1)}.products-section .carousel-item .gallery-image .gallery-overlay .gallery-info{margin-bottom:1.5rem}.products-section .carousel-item .gallery-image .gallery-overlay .gallery-info h3{font-size:1.4rem;font-weight:700;margin-bottom:.75rem;line-height:1.2}@media(max-width:768px){.products-section .carousel-item .gallery-image .gallery-overlay .gallery-info h3{font-size:1.2rem}}@media(max-width:480px){.products-section .carousel-item .gallery-image .gallery-overlay .gallery-info h3{font-size:1.1rem}}.products-section .carousel-item .gallery-image .gallery-overlay .gallery-info .gallery-brand{font-size:1rem;opacity:.9;margin-bottom:.75rem;font-weight:500}@media(max-width:480px){.products-section .carousel-item .gallery-image .gallery-overlay .gallery-info .gallery-brand{font-size:.9rem}}.products-section .carousel-item .gallery-image .gallery-overlay .gallery-info .gallery-price{font-size:1.5rem;font-weight:800;color:gold;margin:0}@media(max-width:768px){.products-section .carousel-item .gallery-image .gallery-overlay .gallery-info .gallery-price{font-size:1.3rem}}@media(max-width:480px){.products-section .carousel-item .gallery-image .gallery-overlay .gallery-info .gallery-price{font-size:1.2rem}}.products-section .carousel-item .gallery-image .gallery-overlay .gallery-action span{display:inline-flex;align-items:center;gap:.75rem;background:hsla(0,0%,100%,.2);backdrop-filter:blur(20px);padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;border:2px solid hsla(0,0%,100%,.3);transition:all .3s ease}.products-section .carousel-item .gallery-image .gallery-overlay .gallery-action span:after{content:"→";transition:transform .3s ease}.products-section .carousel-item .gallery-image .gallery-overlay .gallery-action span:hover{background:hsla(0,0%,100%,.3);border-color:hsla(0,0%,100%,.5);transform:translateY(-2px)}.products-section .carousel-item .gallery-image:hover img{transform:scale(1.1)}.products-section .carousel-item .gallery-image:hover .gallery-overlay{opacity:1}.products-section .carousel-item .product-info{padding:1.5rem;background:#fff;border-radius:0 0 20px 20px}@media(max-width:768px){.products-section .carousel-item .product-info{padding:1.25rem}}@media(max-width:480px){.products-section .carousel-item .product-info{padding:1rem}}.products-section .carousel-item .product-info h3{font-size:1.2rem;font-weight:700;color:#2d3748;margin-bottom:.5rem;line-height:1.3}@media(max-width:768px){.products-section .carousel-item .product-info h3{font-size:1.1rem}}@media(max-width:480px){.products-section .carousel-item .product-info h3{font-size:1rem}}.products-section .carousel-item .product-info .product-brand{font-size:.9rem;color:#718096;margin-bottom:.75rem;font-weight:500}@media(max-width:480px){.products-section .carousel-item .product-info .product-brand{font-size:.85rem}}.products-section .carousel-item .product-info .product-price{font-size:1.3rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;margin:0}@media(max-width:768px){.products-section .carousel-item .product-info .product-price{font-size:1.2rem}}@media(max-width:480px){.products-section .carousel-item .product-info .product-price{font-size:1.1rem}}.products-section .section-footer{text-align:center;margin-top:2rem}.products-section .section-footer .btn{display:inline-flex;align-items:center;gap:.75rem;padding:1.2rem 3rem;border-radius:50px;font-weight:700;font-size:1.1rem;text-decoration:none;border:none;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.products-section .section-footer .btn.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 8px 25px rgba(102,126,234,.3)}.products-section .section-footer .btn.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.products-section .section-footer .btn.btn-primary:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 15px 40px rgba(102,126,234,.4)}.products-section .section-footer .btn.btn-primary:hover:before{left:100%}.products-section .section-footer .btn.btn-primary:active{transform:translateY(-1px) scale(1.02)}.footer{background:#1a202c;color:#fff;padding:3rem 0 1rem}.footer .container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer .footer-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:2rem}@media(max-width:768px){.footer .footer-content{grid-template-columns:1fr;gap:2rem}}.footer .footer-brand h3{font-size:1.8rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(45deg,#ffd700,#ffed4e);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.footer .footer-brand p{color:#a0aec0;line-height:1.6}.footer .footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem}.footer .footer-column h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#e2e8f0}.footer .footer-column ul{list-style:none;padding:0;margin:0}.footer .footer-column ul li{margin-bottom:.5rem}.footer .footer-column ul li a{color:#a0aec0;text-decoration:none;transition:color .3s ease}.footer .footer-column ul li a:hover{color:gold}.footer .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #2d3748}@media(max-width:768px){.footer .footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.footer .footer-bottom .footer-copyright,.footer .footer-bottom .footer-credit{color:#a0aec0;font-size:.9rem}.footer .footer-bottom .footer-credit .developer-name{color:gold;font-weight:600}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes cardFloat{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-10px) rotate(1deg)}66%{transform:translateY(-5px) rotate(-1deg)}}@media(max-width:768px){.container{padding:0 1rem}.btn,a,button{min-height:44px;touch-action:manipulation}*{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}h1,h2,h3,h4,h5,h6,p,span{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}}@media(max-width:480px){.container{padding:0 1rem}.hero-section{min-height:100vh;padding-top:0;padding-bottom:1rem}.hero-section .hero-content{grid-template-columns:1fr;gap:1rem;min-height:90vh;padding:.5rem 0}.hero-section .hero-text .hero-title{font-size:1.6rem;line-height:1.2;margin-bottom:.75rem}.hero-section .hero-text .hero-subtitle{font-size:.85rem;line-height:1.4;margin-bottom:1rem;padding:0}.hero-section .hero-text .auth-text,.hero-section .hero-text .welcome-text{font-size:.9rem;margin-bottom:1rem}.hero-section .hero-text .hero-buttons{flex-direction:column;gap:.5rem;align-items:stretch}.hero-section .hero-text .hero-buttons .btn{width:100%;padding:.75rem 1rem;font-size:.85rem;min-height:44px}.hero-section .hero-image{height:200px;margin-top:.5rem}.hero-section .hero-image .floating-card{padding:.5rem;border-radius:10px}.hero-section .hero-image .floating-card .card-content{gap:.5rem}.hero-section .hero-image .floating-card .card-content .shoe-icon,.hero-section .hero-image .floating-card .card-content .shoe-image{width:40px;height:40px;border-radius:8px}.hero-section .hero-image .floating-card .card-content .card-text h4{font-size:.8rem}.hero-section .hero-image .floating-card .card-content .card-text p{font-size:.7rem}.hero-section .hero-image .floating-card.card-1{top:0;left:0}.hero-section .hero-image .floating-card.card-2{top:25%;right:0}.hero-section .hero-image .floating-card.card-3{bottom:0;left:10%}.products-section{padding:2rem 0}.products-section .section-header{margin-bottom:2rem;flex-direction:column;gap:1rem}.products-section .section-header .section-title{text-align:center}.products-section .section-header .section-title h2{font-size:1.5rem;margin-bottom:.5rem}.products-section .section-header .section-title h2:after{left:50%;transform:translateX(-50%);width:40px;height:3px}.products-section .section-header .section-title p{font-size:.9rem;padding:0}.products-section .section-header .carousel-controls{justify-content:center;gap:.5rem}.products-section .section-header .carousel-controls .carousel-btn{width:40px;height:40px;font-size:1.2rem}.products-section .carousel-container{margin-bottom:2rem}.products-section .carousel-container:after,.products-section .carousel-container:before{width:30px}.products-section .carousel{gap:.75rem;padding:1rem 0}.products-section .carousel-item{flex:0 0 220px}.products-section .carousel-item .gallery-image{height:160px}.products-section .carousel-item .product-info{padding:.75rem}.products-section .carousel-item .product-info h3{font-size:.9rem;margin-bottom:.25rem}.products-section .carousel-item .product-info .product-brand{font-size:.75rem;margin-bottom:.5rem}.products-section .carousel-item .product-info .product-price{font-size:1rem}.products-section .section-footer{margin-top:1rem}.products-section .section-footer .btn{padding:.75rem 2rem;font-size:.9rem}}@media(max-width:768px)and (orientation:landscape){.hero-section{min-height:100vh}.hero-section .hero-content{min-height:70vh}}