@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";.header{background:#fffffff2;box-shadow:0 2px 20px #00000014;position:sticky;top:0;z-index:1000;padding:20px 0;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header.scrolled{padding:15px 0;box-shadow:0 4px 30px #0000001f;background:#fffffffa}.header .container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.logo-container{display:flex;align-items:center;gap:15px;cursor:pointer;transition:transform .3s}.logo-container:hover{transform:scale(1.02)}.sun-logo{width:60px;height:60px;position:relative}.sun-circle{width:60px;height:60px;background:linear-gradient(135deg,#f60,#ff8c42);border-radius:50%;position:relative;box-shadow:0 4px 20px #f606;animation:rotate 20s linear infinite;transition:transform .3s}.sun-circle:hover{transform:scale(1.1)}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sun-face{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%}.eye{position:absolute;width:8px;height:8px;background:#fff;border-radius:50%;top:35%;animation:blink 4s infinite}@keyframes blink{0%,90%,to{transform:scaleY(1)}95%{transform:scaleY(.1)}}.left-eye{left:30%}.right-eye{right:30%}.smile{position:absolute;width:20px;height:12px;border:2px solid #ffffff;border-top:none;border-radius:0 0 20px 20px;bottom:30%;left:50%;transform:translate(-50%)}.brand-name{font-size:28px;font-weight:800;background:linear-gradient(135deg,#f60,#ff8c42);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:1px;margin:0}.nav{display:flex;gap:40px;align-items:center}.nav a{text-decoration:none;color:#333;font-weight:600;font-size:15px;transition:all .3s;position:relative;padding:8px 0}.nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(135deg,#f60,#ff8c42);transition:width .3s ease}.nav a:hover{color:#f60}.nav a:hover:after{width:100%}@media (max-width: 768px){.header .container{flex-direction:column;gap:15px}.nav{gap:20px;flex-wrap:wrap;justify-content:center}.brand-name{font-size:22px}.sun-logo,.sun-circle{width:50px;height:50px}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460)}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ff66001a,#ff8c420d)}.hero-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 20% 50%,rgba(255,102,0,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,140,66,.1) 0%,transparent 50%);animation:patternMove 20s ease-in-out infinite}@keyframes patternMove{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-20px,-20px) scale(1.1)}}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:900px;padding:0 20px;animation:fadeInUp 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-block;margin-bottom:30px;animation:fadeInUp 1s ease-out .2s both}.badge-text{display:inline-block;padding:10px 24px;background:#f603;border:1px solid rgba(255,102,0,.5);border-radius:50px;font-size:14px;font-weight:600;letter-spacing:1px;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-title{font-size:clamp(42px,8vw,80px);font-weight:800;line-height:1.1;margin-bottom:24px;animation:fadeInUp 1s ease-out .4s both}.title-line{display:block}.title-line.highlight{background:linear-gradient(135deg,#f60,#ff8c42);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.hero-subtitle{font-size:clamp(16px,2.5vw,20px);line-height:1.6;color:#ffffffe6;margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto;animation:fadeInUp 1s ease-out .6s both}.hero-stats{display:flex;justify-content:center;align-items:center;gap:40px;margin-bottom:50px;flex-wrap:wrap;animation:fadeInUp 1s ease-out .8s both}.stat-item{text-align:center}.stat-number{font-size:36px;font-weight:700;color:#f60;margin-bottom:8px;line-height:1}.stat-label{font-size:14px;color:#ffffffb3;text-transform:uppercase;letter-spacing:1px}.stat-divider{width:1px;height:40px;background:#fff3}.hero-cta{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1s ease-out 1s both}.btn-hero{padding:16px 40px;font-size:16px;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:1px}.btn-primary{background:linear-gradient(135deg,#f60,#ff8c42);color:#fff;box-shadow:0 4px 20px #f606}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 30px #f609}.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#ffffff1a;border-color:#ffffff80}.hero-scroll{position:absolute;bottom:30px;left:50%;transform:translate(-50%);z-index:2;animation:fadeInUp 1s ease-out 1.2s both}.scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:10px;color:#ffffffb3;font-size:12px;text-transform:uppercase;letter-spacing:2px}.scroll-line{width:2px;height:30px;background:linear-gradient(to bottom,rgba(255,102,0,.8),transparent);animation:scrollDown 2s ease-in-out infinite}@keyframes scrollDown{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(10px);opacity:.5}}@media (max-width: 768px){.hero{min-height:90vh;padding:80px 0 40px}.hero-stats{gap:20px}.stat-number{font-size:28px}.stat-divider{height:30px}.hero-cta{flex-direction:column;width:100%}.btn-hero{width:100%;justify-content:center}}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;display:flex;flex-direction:column;height:100%}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.product-image-wrapper{position:relative;width:100%;height:280px;overflow:hidden;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.product-badge{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,#f60,#ff8c42);color:#fff;padding:6px 12px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:2;box-shadow:0 2px 8px #ff66004d}.badge-yoga{background:linear-gradient(135deg,#9b59b6,#8e44ad);box-shadow:0 2px 8px #9b59b64d}.badge-tshirt{background:linear-gradient(135deg,#f60,#ff8c42);box-shadow:0 2px 8px #ff66004d}.design-registered-badge{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#2e7d32,#4caf50);color:#fff;padding:4px 10px;border-radius:16px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:2;box-shadow:0 2px 6px #2e7d3266;white-space:nowrap}.product-image{width:100%;height:100%;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1);opacity:0}.product-image img.loaded{opacity:1}.product-card:hover .product-image img{transform:scale(1.1)}.image-skeleton{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.product-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.product-card:hover .product-overlay{opacity:1}.product-actions-overlay{display:flex;gap:12px;transform:translateY(20px);transition:transform .3s ease}.product-card:hover .product-actions-overlay{transform:translateY(0)}.btn-overlay{width:50px;height:50px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:18px;color:#fff;box-shadow:0 4px 12px #0003}.btn-whatsapp-overlay{background:#25d366}.btn-whatsapp-overlay:hover{background:#20ba5a;transform:scale(1.1)}.btn-enquire-overlay{background:#f60}.btn-enquire-overlay:hover{background:#ff8c42;transform:scale(1.1)}.btn-view-overlay{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-view-overlay:hover{background:#ffffff4d;transform:scale(1.1)}.product-info{padding:16px;display:flex;flex-direction:column;flex-grow:1}.product-header{margin-bottom:12px}.product-name{font-size:18px;font-weight:700;color:#1a1a2e;margin-bottom:6px;line-height:1.3}.product-rating{display:flex;align-items:center;gap:4px;margin-top:8px}.product-rating i{color:gold;font-size:14px}.rating-count{margin-left:6px;font-size:12px;color:#666}.product-description{color:#666;font-size:13px;line-height:1.5;margin-bottom:12px;flex-grow:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-details{margin-bottom:12px}.price-section{display:flex;align-items:center;gap:10px;margin-bottom:10px;flex-wrap:wrap}.product-price{font-size:24px;font-weight:800;color:#f60;line-height:1}.product-price-old{font-size:18px;color:#999;text-decoration:line-through}.product-discount{background:#e8f5e9;color:#2e7d32;padding:4px 10px;border-radius:4px;font-size:12px;font-weight:600}.product-sizes{display:flex;flex-direction:column;gap:8px}.sizes-label{font-size:12px;color:#666;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.sizes-list{display:flex;gap:8px;flex-wrap:wrap}.size-tag{background:#f5f5f5;padding:6px 12px;border-radius:6px;font-size:13px;font-weight:600;color:#333;border:2px solid transparent;transition:all .2s;cursor:pointer}.size-tag:hover{border-color:#f60;background:#fff5f0;color:#f60}.product-specs{display:flex;flex-direction:column;gap:8px;margin-top:8px}.spec-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#666}.spec-item i{color:#f60;font-size:14px}.product-colors{display:flex;flex-direction:column;gap:8px;margin-top:8px}.colors-label{font-size:12px;color:#666;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.colors-list{display:flex;gap:8px;flex-wrap:wrap}.color-tag{padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;color:#333;border:2px solid #e0e0e0;transition:all .2s;cursor:pointer;background:#f5f5f5}.color-tag:hover{border-color:#f60;transform:scale(1.05)}.product-actions{display:flex;gap:10px;margin-top:auto}.btn{flex:1;padding:10px 16px;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:6px;text-transform:uppercase;letter-spacing:.5px}.btn-whatsapp{background:linear-gradient(135deg,#25d366,#20ba5a);color:#fff;box-shadow:0 4px 12px #25d3664d}.btn-whatsapp:hover{transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}.btn-enquire{background:linear-gradient(135deg,#f60,#ff8c42);color:#fff;box-shadow:0 4px 12px #ff66004d}.btn-enquire:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f606}.btn span{font-size:13px}@media (max-width: 768px){.product-image-wrapper{height:280px}.product-info{padding:20px}.product-actions{flex-direction:column}.btn{width:100%}}.product-filters{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 12px #00000014;margin-bottom:40px}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #f5f5f5}.filters-title{font-size:20px;font-weight:700;color:#1a1a2e;display:flex;align-items:center;gap:10px}.filters-title i{color:#f60}.mobile-filter-toggle{display:none;background:#f60;color:#fff;border:none;padding:10px 16px;border-radius:8px;cursor:pointer;font-size:18px;transition:all .3s}.mobile-filter-toggle:hover{background:#ff8c42}.filters-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.filter-group{display:flex;flex-direction:column;gap:8px}.filter-label{font-size:13px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:6px}.filter-label i{color:#f60;font-size:12px}.filter-input,.filter-select{padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;transition:all .3s;background:#fff;color:#333;font-family:inherit}.filter-input:focus,.filter-select:focus{outline:none;border-color:#f60;box-shadow:0 0 0 3px #ff66001a}.filter-input::placeholder{color:#999}.btn-clear-filters{grid-column:1 / -1;padding:12px 24px;background:transparent;border:2px solid #e0e0e0;border-radius:8px;color:#666;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:10px}.btn-clear-filters:hover{border-color:#f60;color:#f60;background:#fff5f0}@media (max-width: 768px){.mobile-filter-toggle{display:block}.filters-content{display:none;flex-direction:column;gap:20px}.filters-content.mobile-open{display:flex}.filter-group{width:100%}}.products-section{padding:80px 0;background:linear-gradient(to bottom,#fff,#f5f7fa)}.section-header{text-align:center;margin-bottom:40px}.section-title{font-size:42px;font-weight:800;color:#1a1a2e;margin-bottom:16px;background:linear-gradient(135deg,#1a1a2e,#f60);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:18px;color:#666;margin-bottom:16px}.products-count{display:inline-block;padding:8px 20px;background:#fff5f0;border-radius:20px;font-size:14px;font-weight:600;color:#f60;margin-top:12px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.no-products{text-align:center;padding:80px 20px;background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000014}.no-products i{font-size:64px;color:#e0e0e0;margin-bottom:24px}.no-products h3{font-size:24px;color:#333;margin-bottom:12px}.no-products p{font-size:16px;color:#666}@media (max-width: 768px){.products-section{padding:60px 0}.section-title{font-size:32px}.products-grid{grid-template-columns:1fr;gap:20px}}.about-section{padding:100px 0;background:#fff}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.section-badge{display:inline-block;margin-bottom:20px}.section-badge span{display:inline-block;padding:8px 20px;background:#fff5f0;color:#f60;border-radius:20px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.about-text .section-title{font-size:42px;font-weight:800;color:#1a1a2e;margin-bottom:24px;line-height:1.2}.about-description{font-size:16px;line-height:1.8;color:#666;margin-bottom:20px}.about-features{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px}.feature-item{text-align:center;padding:24px;background:#f5f7fa;border-radius:12px;transition:all .3s ease}.feature-item:hover{transform:translateY(-5px);background:#fff5f0;box-shadow:0 4px 20px #00000014}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#f60,#ff8c42);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:24px;color:#fff}.feature-item h4{font-size:18px;font-weight:700;color:#1a1a2e;margin-bottom:8px}.feature-item p{font-size:14px;color:#666;margin:0}.about-image{position:relative}.image-placeholder{width:100%;aspect-ratio:1;background:linear-gradient(135deg,#f60,#ff8c42);border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;box-shadow:0 20px 60px #ff66004d}.image-placeholder i{font-size:120px;margin-bottom:20px;opacity:.9}.image-placeholder span{font-size:24px;font-weight:700;letter-spacing:2px}@media (max-width: 968px){.about-content{grid-template-columns:1fr;gap:40px}.about-features{grid-template-columns:1fr}}@media (max-width: 768px){.about-section{padding:60px 0}.about-text .section-title{font-size:32px}}.testimonials-section{padding:100px 0;background:linear-gradient(135deg,#f5f7fa,#fff)}.section-header{text-align:center;margin-bottom:60px}.section-title{font-size:42px;font-weight:800;color:#1a1a2e;margin-bottom:16px}.section-subtitle{font-size:18px;color:#666;max-width:600px;margin:0 auto}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-bottom:60px}.testimonial-card{background:#fff;padding:32px;border-radius:16px;box-shadow:0 4px 20px #00000014;position:relative;transition:all .3s ease;border-top:4px solid #FF6600}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.testimonial-header{display:flex;align-items:center;gap:16px;margin-bottom:20px}.testimonial-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;border:3px solid #FF6600;flex-shrink:0}.testimonial-avatar img{width:100%;height:100%;object-fit:cover}.testimonial-info{flex-grow:1}.testimonial-name{font-size:18px;font-weight:700;color:#1a1a2e;margin-bottom:4px}.testimonial-role{font-size:14px;color:#666}.testimonial-rating{display:flex;gap:4px;margin-bottom:16px}.testimonial-rating i{color:gold;font-size:14px}.testimonial-text{font-size:15px;line-height:1.8;color:#555;font-style:italic;margin-bottom:0}.testimonial-quote{position:absolute;top:20px;right:20px;font-size:48px;color:#ff66001a;line-height:1}.trust-badges{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;margin-top:60px;padding-top:60px;border-top:2px solid #e0e0e0}.trust-item{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px;background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000f;transition:all .3s ease}.trust-item:hover{transform:translateY(-3px);box-shadow:0 4px 20px #0000001a}.trust-item i{font-size:36px;color:#f60;margin-bottom:8px}.trust-item span{font-size:16px;font-weight:600;color:#333;text-align:center}@media (max-width: 768px){.testimonials-section{padding:60px 0}.section-title{font-size:32px}.testimonials-grid{grid-template-columns:1fr;gap:20px}.trust-badges{grid-template-columns:repeat(2,1fr);gap:20px}}.contact-section{padding:100px 0;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;position:relative;overflow:hidden}.contact-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,rgba(255,102,0,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,140,66,.1) 0%,transparent 50%);pointer-events:none}.contact-section .container{position:relative;z-index:1}.contact-section .section-title{color:#fff;text-align:center;margin-bottom:60px;font-size:42px;font-weight:800}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;max-width:1000px;margin:0 auto}.contact-item{display:flex;flex-direction:column;align-items:center;gap:16px;padding:40px 30px;background:#ffffff0d;border-radius:16px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;text-align:center}.contact-item:hover{background:#ffffff1a;transform:translateY(-5px);border-color:#ff660080;box-shadow:0 10px 30px #f603}.contact-item i{font-size:36px;color:#f60;margin-bottom:8px}.contact-item span{font-size:16px;color:#ffffffe6;line-height:1.6}.contact-item a{color:#f60;text-decoration:none;font-weight:600;transition:all .3s}.contact-item a:hover{color:#ff8c42;text-decoration:underline}.contact-item span a{color:#f60}@media (max-width: 768px){.contact-section{padding:60px 0}.contact-section .section-title{font-size:32px}.contact-info{grid-template-columns:1fr;gap:20px}.contact-item{padding:30px 20px}}.footer{background:#1a1a2e;color:#fff;padding:60px 0 30px;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 10% 20%,rgba(255,102,0,.1) 0%,transparent 50%);pointer-events:none}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px;position:relative;z-index:1}.footer-section{display:flex;flex-direction:column}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:20px}.sun-logo-small{width:40px;height:40px;position:relative}.sun-circle-small{width:40px;height:40px;background:linear-gradient(135deg,#f60,#ff8c42);border-radius:50%;position:relative;box-shadow:0 2px 10px #f606}.sun-face-small{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%}.eye-small{position:absolute;width:5px;height:5px;background:#fff;border-radius:50%;top:35%}.left-eye-small{left:30%}.right-eye-small{right:30%}.smile-small{position:absolute;width:12px;height:8px;border:1.5px solid #ffffff;border-top:none;border-radius:0 0 12px 12px;bottom:30%;left:50%;transform:translate(-50%)}.footer-logo h3{font-size:20px;font-weight:700;background:linear-gradient(135deg,#f60,#ff8c42);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.footer-description{color:#ffffffb3;line-height:1.6;margin-bottom:20px}.social-links{display:flex;gap:12px}.social-link{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s}.social-link:hover{background:#f60;transform:translateY(-3px)}.footer-title{font-size:18px;font-weight:700;margin-bottom:20px;color:#f60}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:12px}.footer-links a{color:#ffffffb3;text-decoration:none;transition:all .3s;display:inline-block}.footer-links a:hover{color:#f60;transform:translate(5px)}.footer-contact{list-style:none;padding:0;margin:0}.footer-contact li{display:flex;align-items:center;gap:12px;margin-bottom:16px;color:#ffffffb3}.footer-contact i{color:#f60;width:20px}.footer-contact a{color:#ffffffb3;text-decoration:none;transition:all .3s}.footer-contact a:hover{color:#f60;text-decoration:underline}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:30px;text-align:center;position:relative;z-index:1}.footer-bottom p{color:#fff9;margin:8px 0;font-size:14px}.footer-made{color:#ffffff80}.footer-made i{color:#f60;margin:0 4px}@media (max-width: 768px){.footer{padding:40px 0 20px}.footer-content{grid-template-columns:1fr;gap:30px}}.floating-whatsapp{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:30px;box-shadow:0 4px 12px #25d36666;z-index:1000;transition:transform .3s,box-shadow .3s;text-decoration:none}.floating-whatsapp:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36699}.modal{display:flex;position:fixed;z-index:2000;left:0;top:0;width:100%;height:100%;background-color:#00000080;animation:fadeIn .3s;align-items:center;justify-content:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background-color:#fff;padding:30px;border-radius:10px;width:90%;max-width:500px;position:relative;animation:slideDown .3s;max-height:90vh;overflow-y:auto}@keyframes slideDown{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.close{position:absolute;right:20px;top:20px;font-size:28px;font-weight:700;color:#999;cursor:pointer;transition:color .3s;background:none;border:none;line-height:1}.close:hover{color:#333}.modal-content h2{margin-bottom:20px;color:#333}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333}.form-group input,.form-group textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:5px;font-size:14px;font-family:inherit;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#f60}.btn-submit{width:100%;background:#f60;color:#fff;padding:14px;font-size:16px;border:none;border-radius:5px;cursor:pointer;font-weight:600;transition:background .3s}.btn-submit:hover{background:#ff8c42}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#fff}.App{min-height:100vh}:root{--primary-color: #FF6600;--secondary-color: #FF8C42;--dark-color: #1a1a2e;--light-color: #f5f7fa;--white: #ffffff;--text-color: #333;--shadow: 0 2px 10px rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;background-color:#fff;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#f60,#ff8c42);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#ff8c42,#f60)}::selection{background:#f60;color:#fff}::-moz-selection{background:#f60;color:#fff}
