body,html{margin:0;font-family:Poppins,sans-serif;background:#fff;scroll-behavior:smooth}.page-container{width:100%;overflow-x:hidden}.section{padding:80px 10%;text-align:center}h2{color:#ff4ca8;font-size:2.4rem;margin-bottom:15px}p{color:#000;font-size:1rem;line-height:1.6}.loader-wrapper{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff5fa;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999}.loader-circle{width:64px;height:64px;background:#ff4ca8;box-shadow:0 0 30px #ff4ca873;position:absolute}.loader-text{margin-top:20px;font-size:1.2rem;font-weight:600;letter-spacing:1px;color:#2d2d2d}.loader-logo{margin-top:20px}.loader-donut{width:64px;height:64px;border-radius:50%;border:6px solid rgba(255,76,168,.2);border-top-color:#ff4ca8;box-shadow:0 0 25px #ff4ca859;position:absolute}.header{width:100%;padding:40px;margin-left:-3.5%;display:flex;align-items:center;justify-content:space-around;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;z-index:10}.logo{font-size:1.8rem;font-weight:900;color:#ff4ca8;font-family:Lilita One,cursive;letter-spacing:-1px}.nav a{margin-left:30px;font-weight:600;color:#333;text-decoration:none;transition:.2s}.nav a:hover{color:#ff4ca8}.hero{position:relative;height:100vh;display:flex;overflow:hidden;background:radial-gradient(circle at center,#ff4ca840,#000)}.hero-bg{flex:1;height:100%;background-size:cover;background-position:center right;background-repeat:no-repeat;will-change:opacity}.hero-content{max-width:45%;position:relative;z-index:2;background:#ff4ca866;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center}.hero-content h1{font-size:3rem;font-weight:800;color:#4c0027;margin-bottom:10px}.hero-content p{font-size:1.2rem;margin-bottom:25px}.cta-btn{background:#ff4ca8;padding:14px 28px;border-radius:8px;border:none;font-size:1.1rem;color:#fff;cursor:pointer;transition:.3s}.cta-btn:hover{background:#ff2a96}.product-grid{display:flex;justify-content:center;gap:25px;flex-wrap:wrap}.product-card{width:300px;height:350px;padding:20px;border-radius:10px;background:#fff;box-shadow:0 0 20px #0000000f;transition:.3s;border:1px solid gray}.product-card img{width:250px;height:300px;object-fit:cover;border-radius:8px}.product-card:hover{transform:translateY(-8px)}.buy-btn{margin-top:12px;width:100%;padding:12px;border:none;background:#ff4ca8;color:#fff;font-weight:600;border-radius:8px;cursor:pointer}.buy-btn:hover{background:#ff2a96}.reviews{padding:6rem 2rem;text-align:center;overflow:hidden}.reviews h2{font-size:2.5rem;margin-bottom:3rem}.review-track-wrapper{overflow:hidden;width:100%}.review-track{display:flex;gap:2rem;cursor:grab}.review-track:active{cursor:grabbing}.review-card{min-width:60%;padding:3rem 2.5rem;background:#fff;border-radius:22px;box-shadow:0 20px 40px #0000001f;opacity:.5;transform:scale(.95);transition:all .4s ease}.review-card.active{opacity:1;transform:scale(1)}.review-card p{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.review-card span{font-weight:600;color:#ff4ca8}.review-dots{display:flex;justify-content:center;gap:10px;margin-top:2rem}.review-dots button{width:10px;height:10px;border-radius:50%;border:none;background:#ddd;cursor:pointer}.review-dots button.active{background:#ff4ca8}.see-more-reviews{margin-top:20px;background:#ff4ca8;padding:12px 28px;color:#fff;border-radius:8px;border:none;cursor:pointer}.see-more-reviews:hover{background:#ff2a96}.community{background:linear-gradient(180deg,#fdebf4,#fff);padding:6rem 1.5rem}.community-wrapper{display:flex;gap:4rem;max-width:1200px;margin:3rem auto 0;align-items:center}.community-text{flex:0 0 55%;text-align:left}.community-intro{font-size:1.15rem;font-weight:600;margin-bottom:1rem;color:#333}.community-text p{font-size:1.05rem;line-height:1.8;color:#444}.community-text strong{color:#ff4ca8}.community-quote{margin-top:2rem;font-style:italic;font-size:1.1rem;color:#ff4ca8}.community-gallery{display:inline-block;max-width:100%;margin:2.5rem auto 2rem;border-radius:28px;position:relative;background:#fff;box-shadow:0 35px 80px #00000038;border:1px solid rgba(255,76,168,.12);overflow:hidden}.community-gallery img{display:block;width:auto;max-width:min(600px,90vw);height:600px;object-fit:contain;background:#fff}.community-gallery:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.18),transparent 65%);pointer-events:none}.community-stats{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-card{background:#ffffffd9;padding:1.6rem;border-radius:20px;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 20px 40px #0000001a;transition:transform .3s ease}.stat-card:hover{transform:translateY(-6px)}.stat-card h3{font-size:2.2rem;color:#ff4ca8;margin-bottom:.5rem}.stat-card span{font-size:.95rem;color:#444;font-weight:500}@media (max-width: 900px){.community-wrapper{flex-direction:column}.community-text,.community-stats{width:100%}.community-gallery{width:auto;max-width:100%;height:auto}}.shop-btn{background:#ff4ca8;padding:12px 25px;border-radius:8px;border:none;color:#fff;font-size:1.1rem;cursor:pointer;display:inline-flex;align-items:center;gap:10px}.shop-btn:hover{background:#ff2a96}.contact-form-title{font-size:2rem;margin-bottom:15px;display:flex;justify-content:center}.contact-form{max-width:500px;margin:25px auto;display:flex;flex-direction:column;gap:15px}.service-select{padding:12px;border-radius:8px;border:1px solid #ccc}.contact-form input,.contact-form textarea{padding:14px;border-radius:8px;border:1px solid #ddd;font-size:1rem}.contact-form textarea{min-height:120px}.contact-form button{background:#ff4ca8;color:#fff;border:none;padding:14px;border-radius:8px;font-weight:700;cursor:pointer}.contact-form button:hover{opacity:.9}.success{color:#28a745;display:flex;justify-content:center}.error{color:#dc3545;display:flex;justify-content:center}.location-section{display:flex;gap:3rem;padding:6rem 4rem;align-items:center;background:#fff}.location-content{flex:0 0 45%}.location-content h2{font-size:2.5rem;margin-bottom:2rem;color:#111}.location-content p{font-size:1rem;line-height:1.7;margin-bottom:1.2rem;color:#333}.location-content strong{color:#ff4ca8}.location-content a{color:#ff4ca8;text-decoration:none;font-weight:500}.location-content a:hover{text-decoration:underline}.location-image{flex:1;height:380px;border-radius:24px;overflow:hidden;box-shadow:0 25px 50px #00000026}.location-image img{width:100%;height:100%;object-fit:cover;display:block}.about{padding:7rem 4rem;background:linear-gradient(180deg,#fff,#fdebf4)}.about h2{text-align:center;font-size:3rem;margin-bottom:4rem;color:#111}.about-wrapper{display:flex;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.about-text{flex:0 0 55%}.about-text p{font-size:1.05rem;line-height:1.9;color:#333}.founder-name{display:block;font-size:1.4rem;font-weight:600;color:#ff4ca8;margin-bottom:1rem}.about-image{flex:1;height:420px;border-radius:28px;overflow:hidden;position:relative;box-shadow:0 30px 60px #0000002e}.about-image img{width:100%;height:100%;object-fit:cover;display:block}.about-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#ff4ca840,#00000026)}.footer-section{background:#ff4ca8;border-top:1px solid #f0f0f0;padding:40px 0 20px}.footer-container{max-width:1200px;margin:auto;padding:0 20px}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:40px;margin-bottom:50px}.footer-brand{max-width:300px}.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:15px;text-decoration:none}.footer-logo-icon{width:24px;height:24px;color:#fff}.footer-logo-text{font-size:1.4rem;font-weight:700;font-family:"Baloo 2",cursive;color:#000}.footer-desc{font-size:.9rem;color:#fff;margin-bottom:20px}.footer-socials{display:flex;gap:12px}.social-btn{width:38px;height:38px;border-radius:50%;border:1px solid #ddd;background:#fff;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.25s}.social-btn:hover{background:#ff4ca8;color:#fff;border-color:#ff4ca8}.footer-title{font-family:"Baloo 2",cursive;font-size:1.2rem;margin-bottom:15px;color:#000}.footer-list{list-style:none;padding:0;margin:0}.footer-link{font-size:.9rem;color:#fff;background:transparent;border:none;cursor:pointer;text-align:left;transition:.25s}.footer-link:hover{color:#4e1834}.footer-desc-small{font-size:.85rem;color:#fff;margin-bottom:12px}.footer-newsletter{display:flex;gap:10px}.footer-newsletter input{flex:1;padding:10px;border-radius:6px;border:1px solid #ccc;outline:none}.footer-newsletter input:focus{border-color:#ff4ca8}.newsletter-btn{width:44px;border:none;background:#73003b;color:#fff;border-radius:6px;cursor:pointer}.footer-thanks{color:#ff4ca8;font-size:.9rem;font-weight:600}.footer-bottom{border-top:1px solid #e6e6e6;padding-top:25px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;color:#fff;font-size:.85rem}.footer-bottom-links button{border:none;background:transparent;color:#fff;font-size:.85rem;cursor:pointer;transition:.25s}.footer-bottom-links button:hover{color:#ff4ca8}@media (max-width: 1024px){.section{padding:70px 6%}h2{font-size:2.1rem}.hero-content h1{font-size:2.6rem}.hero-content p{font-size:1.1rem}.product-card{width:280px;height:auto}.product-card img{width:100%;height:auto}.about-wrapper{gap:3rem}.about h2{font-size:2.6rem}}@media (max-width: 768px){.section{padding:60px 5%}h2{font-size:2rem}p{font-size:.95rem}.header{padding:25px 20px;justify-content:space-between}.nav{display:none}.hero{flex-direction:column}.hero-content{max-width:100%;padding:40px 20px}.hero-content h1{font-size:2.3rem}.hero-bg{height:45vh}.product-grid{gap:20px}.product-card{width:100%;max-width:320px}.review-card{min-width:90%;padding:2rem}.location-section{flex-direction:column;padding:4rem 2rem}.location-content{flex:1;text-align:center}.location-image{width:100%;height:300px}.about{padding:5rem 2rem}.about-wrapper{flex-direction:column-reverse;gap:2.5rem}.about-text{text-align:center}.about-image{width:100%;height:360px}}@media (max-width: 480px){h2{font-size:1.8rem}.hero-content h1{font-size:2rem}.cta-btn,.buy-btn,.shop-btn{width:100%}.review-card{padding:1.8rem 1.5rem}.stat-card h3{font-size:1.9rem}.about-image{height:300px}.location-image{height:260px}}.menu-toggle{display:none;font-size:2rem;background:none;border:none;cursor:pointer;color:#ff4ca8}@media (max-width: 900px){.nav{position:absolute;top:100%;left:0;width:100%;background:#fff;display:flex;flex-direction:column;align-items:center;gap:20px;padding:30px 0;opacity:0;transform:translateY(-10px);pointer-events:none;transition:all .3s ease}.nav.active{opacity:1;transform:translateY(0);pointer-events:auto}.menu-toggle{display:block}.nav a{margin:0;font-size:1.1rem}}
