@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Lato:wght@300;400&display=swap");.featured-videos-section{background:transparent;padding:8rem 2rem;color:#F8F4FF;overflow:hidden;position:relative}.featured-videos-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:5rem;align-items:center;position:relative;z-index:2}.featured-videos-text{padding-right:2rem}.featured-videos-title{font-family:Playfair Display,serif;font-size:4.5rem;font-weight:700;color:#F8F4FF;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.02em;text-shadow:0 2px 8px rgba(0,0,0,.3)}.featured-videos-subtitle{font-family:Lato,sans-serif;font-size:1.2rem;color:#F0E7F2;margin-bottom:2.5rem;font-weight:300;line-height:1.6;max-width:450px}.upload-button{background:transparent;color:#F8F4FF;border:1px solid rgba(248,244,255,.4);padding:1rem 2.5rem;border-radius:0;font-size:1rem;font-weight:400;font-family:Lato,sans-serif;cursor:pointer;transition:all .4s ease;text-transform:uppercase;letter-spacing:.1em}.upload-button:hover{background:rgba(248,244,255,.1);color:#F8F4FF;border-color:#F8F4FF;box-shadow:0 4px 12px rgba(248,244,255,.2)}.video-carousel-window{position:relative;width:100%;aspect-ratio:4/5;overflow:hidden;border-radius:12px;box-shadow:0 25px 50px -12px rgba(0,0,0,.4)}.video-carousel-window:hover .carousel-nav{opacity:1;transform:translateY(-50%) scale(1)}.video-slide{position:absolute;width:100%;height:100%}.video-thumbnail-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease}.video-slide:hover .video-thumbnail-image{transform:scale(1.05)}.video-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.8) 0,transparent 60%)}.video-details{position:absolute;bottom:0;left:0;right:0;padding:2.5rem;color:white;display:flex;align-items:center;gap:1rem;transform:translateY(20px);opacity:0;transition:all .5s ease}.video-slide:hover .video-details{transform:translateY(0);opacity:1}.play-icon-wrapper{width:60px;height:60px;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .4s ease;flex-shrink:0}.video-slide:hover .play-icon-wrapper{background-color:rgba(255,255,255,.2)}.video-slide-title{font-family:Playfair Display,serif;font-size:1.75rem;font-weight:700;line-height:1.2}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%) scale(.9);background:rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.1);color:#333;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .4s ease;opacity:0;z-index:10}.carousel-nav.prev{left:1.5rem}.carousel-nav.next{right:1.5rem}.carousel-nav:hover{background:rgba(0,0,0,.2);transform:translateY(-50%) scale(1.05)!important}@media (max-width:900px){.featured-videos-content{grid-template-columns:1fr;gap:4rem;text-align:center}.featured-videos-text{padding-right:0}.featured-videos-title{font-size:3rem}.featured-videos-subtitle{margin:1.5rem auto 2.5rem;font-size:1rem}.upload-button{padding:.8rem 2rem}}@media (max-width:600px){.featured-videos-section{padding:6rem 1rem}.featured-videos-title{font-size:2.5rem;margin-bottom:1rem}.featured-videos-subtitle,.upload-button{font-size:.9rem}.upload-button{padding:.7rem 1.8rem}.video-carousel-window{border-radius:8px}.video-details{padding:1.5rem}.video-slide-title{font-size:1.3rem}}@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,400&family=Inter:wght@300;400;600&display=swap");.testimonials-section{background:transparent;padding:8rem 2rem;color:#F8F4FF;text-align:center;position:relative;overflow:hidden}.testimonials-title{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:700;color:#F8F4FF;margin-bottom:4rem;letter-spacing:.5px;text-shadow:0 4px 16px rgba(0,0,0,.5);position:relative;z-index:2}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2.5rem;max-width:1400px;margin:0 auto}.testimonial-card{background:rgba(248,244,255,.12);border-radius:20px;padding:2.5rem;transition:transform .4s ease,box-shadow .4s ease;border:1px solid rgba(248,244,255,.2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:left;position:relative;overflow:hidden;display:flex;flex-direction:column;color:#F8F4FF}.testimonial-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#E8A5C8,#D88FB7);opacity:.8}.testimonial-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.3)}.testimonial-content{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.testimonial-quote{font-family:Playfair Display,serif;font-style:italic;font-size:1.2rem;line-height:1.7;color:#f0f0f0;margin-bottom:2rem;flex-grow:1}.testimonial-author{display:flex;align-items:center;gap:1rem;margin-top:auto}.author-avatar{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid rgba(255,255,255,.3);transition:transform .3s ease}.testimonial-card:hover .author-avatar{transform:scale(1.1)}.author-info{flex:1}.author-name{font-size:1rem;font-weight:600;color:white;margin:0 0 .3rem;letter-spacing:.5px}.author-name,.author-title{font-family:Inter,sans-serif}.author-title{font-size:.8rem;font-weight:300;color:#ddd;margin:0;text-transform:uppercase;letter-spacing:1px}.review-submission-section{margin-top:6rem;max-width:700px;margin-left:auto;margin-right:auto;position:relative;z-index:2}.review-form-title{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;color:#F8F4FF;margin-bottom:2.5rem;text-shadow:0 4px 16px rgba(0,0,0,.5)}.review-form{background:#3d2435;border-radius:20px;padding:2.5rem;border:1px solid rgba(248,244,255,.1);box-shadow:0 10px 40px rgba(0,0,0,.4),0 0 20px rgba(232,165,200,.1)}.form-group{margin-bottom:1.5rem}.review-input{background:#ffffff;border:1px solid #dcdcdc;border-radius:10px;color:#101010}.review-input,.review-textarea{width:100%;padding:1rem 1.5rem;font-size:1rem;font-family:Inter,sans-serif;transition:all .3s ease;outline:none}.review-textarea{background:#2c1a28;border:1px solid rgba(248,244,255,.1);border-radius:10px;color:#F8F4FF}.review-input::-moz-placeholder{color:#a0a0a0}.review-input::placeholder{color:#a0a0a0}.review-textarea::-moz-placeholder{color:rgba(248,244,255,.5)}.review-textarea::placeholder{color:rgba(248,244,255,.5)}.review-input:focus{border-color:#C879A6;box-shadow:0 0 0 3px rgba(200,121,166,.3)}.review-textarea:focus{border-color:#E8A5C8;background:#3a2235;box-shadow:0 0 0 3px rgba(232,165,200,.2)}.review-textarea{resize:vertical;min-height:120px}.submit-review-btn{background:#dcbde2;color:#3d2435;border:none;padding:1rem 2.5rem;border-radius:15px;font-size:1.1rem;font-weight:700;font-family:Inter,sans-serif;cursor:pointer;transition:all .3s ease;width:100%;margin-top:1rem;text-transform:uppercase;letter-spacing:1.5px;box-shadow:0 5px 20px rgba(220,189,226,.2)}.submit-review-btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(220,189,226,.4);background:#e6cceb}@media (max-width:768px){.testimonials-section{padding:6rem 1rem}.testimonials-title{font-size:2.5rem;margin-bottom:3rem}.testimonials-grid{grid-template-columns:1fr;gap:2rem}.testimonial-card{padding:2rem}.testimonial-quote{font-size:1rem;margin-bottom:1.5rem}.author-avatar{width:50px;height:50px}.author-name{font-size:.9rem}.author-title{font-size:.7rem}.review-form{padding:2rem}}@media (max-width:480px){.testimonials-section{padding:5rem .5rem}.testimonials-title{font-size:2rem}.testimonial-card{padding:1.5rem}.testimonial-quote{font-size:.9rem}.submit-review-btn{padding:.8rem 2rem;font-size:1rem;margin-top:1.5rem}.review-form-title{font-size:2rem}}@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&family=Inter:wght@300;400;600&display=swap");:root{--color-fashion-primary:#a476b3}.services-container{padding:8rem 2rem;background:transparent;position:relative;text-align:center;max-width:100vw;margin:0 auto;color:#F8F4FF;overflow:hidden}.services-title{font-family:Playfair Display,serif;font-size:3rem;font-weight:600;color:#F8F4FF;margin-bottom:1.5rem;text-shadow:0 4px 15px rgba(0,0,0,.6);position:relative;z-index:2}.services-subtitle{font-family:Inter,sans-serif;font-size:1.1rem;color:#E8DFE8;max-width:600px;margin:0 auto 4rem;line-height:1.7;font-weight:300;position:relative;z-index:2}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;max-width:1200px;margin:3rem auto 0;align-items:center}@media (min-width:992px){.service-card:nth-child(2){margin-top:5rem}}.service-card{background:rgba(248,244,255,.15);overflow:hidden;transition:transform .4s ease,box-shadow .4s ease;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.3);text-align:center;border:1px solid rgba(248,244,255,.2);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.service-card:hover{transform:translateY(-12px);box-shadow:0 20px 40px rgba(0,0,0,.4)}.service-image{width:100%;height:350px;overflow:hidden}.service-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.service-card:hover .service-image img{transform:scale(1.08)}.service-content{padding:2rem 1.5rem 2.5rem}.service-content-title{font-size:1.75rem;font-weight:600;color:#F8F4FF;margin-bottom:1.5rem;font-family:Playfair Display,serif}.service-links{display:flex;gap:1rem;align-items:center;justify-content:center;flex-wrap:wrap}.service-link{color:var(--color-fashion-primary);background-color:transparent;border:1px solid var(--color-fashion-primary);font-size:.9rem;font-family:Inter,sans-serif;font-weight:400;transition:all .3s ease;padding:.6rem 1.2rem;border-radius:50px;text-decoration:none}.service-link:hover{color:white;background-color:var(--color-fashion-primary);transform:translateY(-2px)}@media (max-width:768px){.services-container{padding:5rem 1rem}.services-title{font-size:2rem}.services-subtitle{font-size:1rem;margin-bottom:3rem}.services-grid{grid-template-columns:1fr;gap:2rem;margin-top:2rem}.service-image{height:250px}.service-content{padding:1.5rem 1rem 2rem}}@media (max-width:480px){.services-container{padding:4rem .5rem}.services-title{font-size:1.8rem}.services-subtitle{font-size:.9rem}.service-content-title{font-size:1.5rem;margin-bottom:1rem}.service-link{font-size:.8rem;padding:.5rem 1rem}.service-image{height:200px}}.hero-container{display:flex;align-items:center;justify-content:space-between;min-height:100vh;position:relative;background:transparent;background-repeat:no-repeat;background-size:cover;background-position:50%;overflow:hidden;padding:9rem 6% 6rem}.hero-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 25%,rgba(248,187,217,.2) 0,transparent 40%),radial-gradient(circle at 75% 75%,rgba(232,165,200,.15) 0,transparent 40%),radial-gradient(circle at 50% 50%,rgba(216,143,183,.1) 0,transparent 30%),linear-gradient(45deg,rgba(248,244,255,.05) 25%,transparent 0),linear-gradient(-45deg,rgba(240,230,245,.05) 25%,transparent 0);background-size:300px 300px,400px 400px,200px 200px,50px 50px,50px 50px;animation:backgroundFlow 25s ease-in-out infinite;z-index:0}@keyframes backgroundFlow{0%,to{transform:translateX(0) translateY(0) rotate(0deg);opacity:1}25%{transform:translateX(-20px) translateY(-30px) rotate(1deg);opacity:.8}50%{transform:translateX(15px) translateY(-20px) rotate(-.5deg);opacity:.9}75%{transform:translateX(-10px) translateY(25px) rotate(.5deg);opacity:.85}}.hero-text{max-width:50%;color:#2D1B2E;text-shadow:0 4px 12px rgba(45,27,46,.1);z-index:2;position:relative;animation:slideInLeft 1.4s cubic-bezier(.23,1,.32,1) forwards;opacity:0;padding-right:2rem}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-120px) translateY(40px);filter:blur(5px)}to{opacity:1;transform:translateX(0) translateY(0);filter:blur(0)}}.hero-text h1{font-size:5.2rem;font-weight:800;margin-bottom:2rem;line-height:1.1;background:linear-gradient(135deg,#2D1B2E,#5D3A5E 25%,#7B4E7E 50%,#A67B84 75%,#C879A6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:titleGlow 4s ease-in-out infinite alternate;letter-spacing:-.02em;text-shadow:0 8px 32px rgba(45,27,46,.3)}@keyframes titleGlow{0%{filter:drop-shadow(0 4px 20px rgba(45,27,46,.3));transform:scale(1)}to{filter:drop-shadow(0 8px 35px rgba(123,78,126,.5));transform:scale(1.02)}}.hero-text p{font-size:1.35rem;line-height:1.7;margin-bottom:3.5rem;color:#5D3A5E;animation:fadeInUp 1.2s ease-out .4s forwards;opacity:0;transform:translateY(30px);text-shadow:0 2px 8px rgba(93,58,94,.1);font-weight:400;max-width:90%}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.cta-container{flex-direction:row!important;margin-top:2.5rem;animation:fadeInUp 1.2s ease-out .7s forwards;transform:translateY(30px)}.cta-button,.cta-button-outlined{padding:1rem 2.2rem;border-radius:60px;font-size:1.1rem;font-weight:700;text-decoration:none;cursor:pointer;text-align:center;white-space:nowrap;transition:all .5s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;text-transform:uppercase;letter-spacing:.5px;min-width:160px}.cta-button{background-image:linear-gradient(135deg,#e795bf,#e779b4 50%,#eb4894);color:#FFFFFF;border:none;display:flex;align-items:center;justify-content:center;gap:.8rem;box-shadow:0 8px 25px rgba(239,156,199,.4),0 4px 15px rgba(201,111,162,.3);font-weight:800}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);transition:left .6s ease}.cta-button:hover{transform:translateY(-8px) scale(1.08);box-shadow:0 15px 40px rgba(226,146,187,.6),0 8px 25px rgba(195,106,156,.4);background-image:linear-gradient(135deg,#e795bf,#e76bad 50%,#f34898)}.cta-button:hover:before{left:100%}.cta-button-outlined{position:relative;background:transparent;color:#7B4E7E;border:2px solid #d88fb7;background-image:none;background-origin:border-box;background-clip:border-box;font-weight:700;box-shadow:0 4px 15px rgba(232,165,200,.2)}.cta-button-outlined:hover{color:#FFFFFF;background:linear-gradient(135deg,#E8A5C8,#D88FB7);border:2px solid #c879a6;transform:translateY(-8px) scale(1.08);box-shadow:0 12px 30px rgba(232,165,200,.5)}.stats-container{display:flex;gap:2.5rem;margin-top:4.5rem;animation:slideUpStats 1.6s ease-out 2.2s forwards;opacity:0;transform:translateY(60px)}@keyframes slideUpStats{to{opacity:1;transform:translateY(0)}}.stat-item{text-align:center;background:linear-gradient(135deg,rgba(248,244,255,.95),rgba(240,230,245,.9));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1.8rem 2rem;border-radius:20px;box-shadow:0 12px 35px rgba(232,165,200,.25),0 4px 15px rgba(248,244,255,.4);border:2px solid rgba(248,244,255,.5);transition:all .4s cubic-bezier(.175,.885,.32,1.275);min-width:140px;position:relative;overflow:hidden}.stat-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(232,165,200,.1),transparent);transition:left .6s ease}.stat-item:hover{transform:translateY(-8px) scale(1.05);box-shadow:0 20px 50px rgba(232,165,200,.35),0 8px 25px rgba(248,244,255,.6);background:linear-gradient(135deg,rgba(248,244,255,1),rgba(240,230,245,.95))}.stat-item:hover:before{left:100%}.stat-number{font-size:2.4rem;font-weight:900;color:#C879A6;display:block;margin-bottom:.8rem;background:linear-gradient(135deg,#E8A5C8,#D88FB7 50%,#C879A6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 4px 15px rgba(200,121,166,.3);animation:numberPulse 2s ease-in-out infinite alternate}@keyframes numberPulse{0%{transform:scale(1)}to{transform:scale(1.05)}}.stat-label{font-size:.85rem;color:#7B4E7E;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;line-height:1.2}.hero-images{position:relative;width:45%;height:100%;display:flex;align-items:center;justify-content:center;perspective:2000px;padding-left:2rem}.hero-image{position:absolute;width:320px;height:520px;-o-object-fit:cover;object-fit:cover;border-radius:25px;box-shadow:0 30px 60px rgba(232,165,200,.4),0 15px 35px rgba(45,27,46,.15);border:4px solid rgba(248,244,255,.9);transition:all .9s cubic-bezier(.23,1,.32,1);will-change:transform,box-shadow;transform-style:preserve-3d;cursor:pointer;filter:brightness(1.05) contrast(1.1) saturate(1.2)}.image-1{transform:translateX(-25%) translateY(-18%) rotateY(-30deg) rotateX(8deg) scale(.92);z-index:3;animation:slideInImage1 1.8s cubic-bezier(.175,.885,.32,1.275) 1s forwards;opacity:0}.image-2{transform:translateX(12%) translateY(8%) rotateY(18deg) rotateX(-5deg) scale(1.08);z-index:4;animation:slideInImage2 1.8s cubic-bezier(.175,.885,.32,1.275) 1.3s forwards;opacity:0}.image-3{transform:translateX(45%) translateY(25%) rotateY(40deg) rotateX(-12deg) scale(.88);z-index:2;animation:slideInImage3 1.8s cubic-bezier(.175,.885,.32,1.275) 1.6s forwards;opacity:0}@keyframes slideInImage1{0%{opacity:0;transform:translateX(-120%) translateY(-60%) rotateY(-50deg) rotateX(20deg) scale(.4);filter:blur(8px)}to{opacity:1;transform:translateX(-25%) translateY(-18%) rotateY(-30deg) rotateX(8deg) scale(.92);filter:blur(0)}}@keyframes slideInImage2{0%{opacity:0;transform:translateX(0) translateY(-120%) rotateY(50deg) rotateX(-20deg) scale(.4);filter:blur(8px)}to{opacity:1;transform:translateX(12%) translateY(8%) rotateY(18deg) rotateX(-5deg) scale(1.08);filter:blur(0)}}@keyframes slideInImage3{0%{opacity:0;transform:translateX(120%) translateY(60%) rotateY(80deg) rotateX(-30deg) scale(.4);filter:blur(8px)}to{opacity:1;transform:translateX(45%) translateY(25%) rotateY(40deg) rotateX(-12deg) scale(.88);filter:blur(0)}}.image-1{animation:slideInImage1 1.8s cubic-bezier(.175,.885,.32,1.275) 1s forwards,rotate3D1 15s linear 3s infinite}.image-2{animation:slideInImage2 1.8s cubic-bezier(.175,.885,.32,1.275) 1.3s forwards,rotate3D2 18s linear 3.3s infinite}.image-3{animation:slideInImage3 1.8s cubic-bezier(.175,.885,.32,1.275) 1.6s forwards,rotate3D3 21s linear 3.6s infinite}@keyframes rotate3D1{0%{transform:translateX(-25%) translateY(-18%) rotateY(-30deg) rotateX(8deg) scale(.92)}25%{transform:translateX(-25%) translateY(-18%) rotateY(60deg) rotateX(8deg) scale(.92)}50%{transform:translateX(-25%) translateY(-18%) rotateY(150deg) rotateX(8deg) scale(.92)}75%{transform:translateX(-25%) translateY(-18%) rotateY(240deg) rotateX(8deg) scale(.92)}to{transform:translateX(-25%) translateY(-18%) rotateY(330deg) rotateX(8deg) scale(.92)}}@keyframes rotate3D2{0%{transform:translateX(12%) translateY(8%) rotateY(18deg) rotateX(-5deg) scale(1.08)}25%{transform:translateX(12%) translateY(8%) rotateY(108deg) rotateX(-5deg) scale(1.08)}50%{transform:translateX(12%) translateY(8%) rotateY(198deg) rotateX(-5deg) scale(1.08)}75%{transform:translateX(12%) translateY(8%) rotateY(288deg) rotateX(-5deg) scale(1.08)}to{transform:translateX(12%) translateY(8%) rotateY(378deg) rotateX(-5deg) scale(1.08)}}@keyframes rotate3D3{0%{transform:translateX(45%) translateY(25%) rotateY(40deg) rotateX(-12deg) scale(.88)}25%{transform:translateX(45%) translateY(25%) rotateY(130deg) rotateX(-12deg) scale(.88)}50%{transform:translateX(45%) translateY(25%) rotateY(220deg) rotateX(-12deg) scale(.88)}75%{transform:translateX(45%) translateY(25%) rotateY(310deg) rotateX(-12deg) scale(.88)}to{transform:translateX(45%) translateY(25%) rotateY(400deg) rotateX(-12deg) scale(.88)}}@media (max-width:768px){.hero-container{flex-direction:column;padding:5rem 4% 4rem;text-align:center;min-height:70vh;border-radius:0 0 30px 30px}.hero-text{max-width:100%;margin-bottom:4rem;padding-right:0}.hero-text h1{font-size:3.5rem;line-height:1.2;margin-bottom:1.5rem}.hero-text p{font-size:1.2rem;max-width:100%;margin-bottom:2.5rem}.hero-images{width:100%;height:350px;padding-left:0;margin-top:2rem}.hero-image{width:220px;height:320px;border-radius:20px;border-width:3px}.image-1{transform:translateX(-15%) translateY(-10%) rotateY(-20deg) rotateX(5deg) scale(.85)}.image-2{transform:translateX(10%) translateY(5%) rotateY(10deg) rotateX(-3deg) scale(1)}.image-3{transform:translateX(30%) translateY(15%) rotateY(25deg) rotateX(-8deg) scale(.8)}.cta-container{flex-direction:column;align-items:center;gap:1.5rem;margin-top:2rem}.cta-button,.cta-button-outlined{width:100%;max-width:280px;padding:1rem 2rem;font-size:1rem}.stats-container{flex-direction:row;justify-content:center;align-items:center;gap:1.5rem;margin-top:3rem;flex-wrap:wrap}.stat-item{min-width:120px;padding:1.5rem 1.2rem}.stat-number{font-size:2rem}.stat-label{font-size:.75rem;letter-spacing:1px}}@media (max-width:480px){.hero-container{padding:5rem 4% 2rem}.hero-text h1{font-size:clamp(1.8rem,7vw,2.5rem)}.hero-text p{font-size:.9rem}.hero-images{height:250px}.hero-image{width:140px;height:200px}.cta-button,.cta-button-outlined{padding:.7rem 1.2rem;font-size:.85rem}.stat-item{min-width:120px;padding:.8rem 1rem}.stat-number{font-size:1.3rem}}.scrolling-cards-section{position:relative;height:100vh;padding:0;background:transparent;overflow:hidden;display:flex;flex-direction:column;justify-content:center}.section-header{text-align:center;max-width:800px;margin:0 auto;padding:2rem 20px;position:relative;z-index:10}.header-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:8px 20px;border-radius:50px;border:1px solid rgba(232,165,200,.3);color:#8B3A5A;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;box-shadow:0 8px 32px rgba(232,165,200,.15)}.section-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1rem;background:linear-gradient(135deg,#2b2d42,#8B3A5A 50%,#D88FB7);-webkit-background-clip:text;background-clip:text}.section-title,.title-accent{-webkit-text-fill-color:transparent}.title-accent{display:block;background:linear-gradient(135deg,#ff4ded,#d746ff);-webkit-background-clip:text;background-clip:text}.section-description{font-size:1.1rem;line-height:1.6;color:#64748b;max-width:600px;margin:0 auto}.cards-wrapper{position:relative;width:100%;flex-grow:1;justify-content:center;perspective:1500px}.card,.cards-wrapper{display:flex;align-items:center}.card{position:absolute;width:min(90vw,1000px);height:min(75vh,600px);background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:32px;box-shadow:0 25px 50px -12px rgba(0,0,0,.15);border:1px solid rgba(255,255,255,.6);overflow:hidden;will-change:transform,opacity,scale;transform:translateX(110%)}.card:first-child{transform:translateX(0)}.card-image-container{width:55%;height:100%;overflow:hidden;position:relative;border-radius:26px 0 0 26px}.card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.image-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(43,45,66,.1),transparent 60%)}.category-badge{position:absolute;top:24px;left:24px;gap:8px;padding:8px 16px;border-radius:50px;font-size:.8rem;font-weight:700;color:white;box-shadow:0 8px 32px rgba(0,0,0,.1)}.card-content,.category-badge{display:flex;align-items:center}.card-content{width:45%;padding:40px;height:100%}.content-inner{width:100%}.card-title{font-size:clamp(2rem,4vw,2.8rem);font-weight:800;margin-bottom:16px;line-height:1.1;letter-spacing:-.02em}.card-description{font-size:1.05rem;color:#64748b;line-height:1.6;margin-bottom:28px;max-width:400px}.card-actions{display:flex;gap:16px;align-items:center}.explore-btn{color:white;border:none;padding:14px 24px;border-radius:50px;font-weight:700;font-size:.95rem;gap:10px}.explore-btn,.wishlist-btn{cursor:pointer;display:flex;align-items:center;transition:all .3s ease}.wishlist-btn{background:transparent;border:2px solid;padding:12px;border-radius:50%;justify-content:center}@media (max-width:900px){.scrolling-cards-section{height:auto;min-height:100vh;padding:2rem 0}.section-header{padding:1rem 16px}.header-badge{font-size:.8rem;padding:6px 16px;margin-bottom:1rem}.section-title{font-size:clamp(1.8rem,6vw,2.5rem)}.section-description{font-size:1rem;padding:0 16px}.card{flex-direction:column;width:90vw;height:85vh;border-radius:24px}.card-image-container{width:100%;height:50%;border-radius:24px 24px 0 0}.category-badge{top:16px;left:16px;font-size:.7rem;padding:6px 12px}.card-content{width:100%;height:50%;padding:20px;justify-content:center;text-align:center}.card-title{font-size:clamp(1.3rem,5vw,1.8rem);margin-bottom:12px}.card-description{font-size:.95rem;margin-bottom:20px;max-width:none}.card-actions{flex-direction:row;gap:12px;justify-content:center}.explore-btn{padding:12px 20px;font-size:.85rem}.wishlist-btn{padding:10px}}@media (max-width:640px){.scrolling-cards-section{padding:0;height:100vh;justify-content:flex-start;gap:0}.section-header{padding:1rem 16px .5rem;margin-bottom:0;flex-shrink:0;position:relative;z-index:20;background:transparent}.header-badge{font-size:.65rem;padding:3px 10px;gap:3px;margin-bottom:.5rem}.section-title{font-size:clamp(1.1rem,6vw,1.4rem);margin-bottom:.3rem;line-height:1.1}.section-description{font-size:.7rem;line-height:1.3;padding:0 4px;margin-bottom:.5rem}.cards-wrapper{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;padding-top:.5rem}.card{width:95vw;height:75vh;max-height:600px;border-radius:20px}.card-image-container{height:45%;border-radius:20px 20px 0 0}.category-badge{top:12px;left:12px;font-size:.65rem;padding:4px 8px;gap:4px}.card-content{height:55%;padding:16px}.card-title{font-size:clamp(1.2rem,6vw,1.5rem);margin-bottom:10px}.card-description{font-size:.85rem;line-height:1.4;margin-bottom:16px}.card-actions{flex-direction:column;gap:8px;align-items:stretch}.explore-btn{padding:10px 16px;font-size:.8rem;justify-content:center;width:100%}.wishlist-btn{align-self:center;padding:8px}}@media (max-width:480px){.section-header{padding:.5rem 12px .25rem;margin-bottom:0}.header-badge{font-size:.6rem;padding:2px 8px;margin-bottom:.25rem;gap:2px}.section-title{font-size:clamp(1rem,5vw,1.2rem);margin-bottom:.2rem;line-height:1.1}.section-description{font-size:.65rem;line-height:1.2;padding:0 4px;margin-bottom:.25rem}.cards-wrapper{padding-top:.25rem}.card{width:98vw;height:70vh;max-height:550px}.card-content{padding:10px}.card-title{font-size:clamp(.9rem,4vw,1.1rem);margin-bottom:6px}.card-description{font-size:.75rem;line-height:1.2;margin-bottom:10px}.explore-btn{padding:6px 10px;font-size:.7rem}.wishlist-btn{padding:6px}}.brand-carousel-container{background-color:transparent;padding:5rem 0;overflow:hidden;position:relative;width:100%;border-top:1px solid rgba(200,121,166,.3);border-bottom:1px solid rgba(200,121,166,.3);text-align:center}.brand-carousel-title{font-size:2.8rem;font-weight:700;color:#1C1C1C;margin-bottom:3.5rem;font-family:Garamond,serif;text-shadow:0 2px 4px rgba(200,121,166,.2);position:relative;z-index:2}.brand-carousel-track{display:flex;width:calc(300px * 10);animation:scroll 30s linear infinite;position:relative;z-index:1}.brand-logo{width:300px;display:flex;align-items:center;justify-content:center;padding:0 2rem}.brand-logo img{max-width:100px;max-height:100px;-o-object-fit:contain;object-fit:contain;opacity:1;transition:filter .3s ease,opacity .3s ease}.brand-logo:hover img{transition:.2s}.scaleUpLV:hover{transform:scale(1.64)}.scaleUpPrada:hover{transform:scale(1.05)}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.brand-carousel-container{padding:3rem 0}.brand-carousel-title{font-size:2rem;margin-bottom:2rem}.brand-carousel-track{width:calc(250px * 10);animation:scroll 25s linear infinite}.brand-logo{width:250px;padding:0 1.5rem}.brand-logo img{max-width:80px;max-height:80px}}@media (max-width:480px){.brand-carousel-container{padding:2rem 0}.brand-carousel-title{font-size:1.5rem;margin-bottom:1.5rem}.brand-carousel-track{width:calc(200px * 10);animation:scroll 20s linear infinite}.brand-logo{width:200px;padding:0 1rem}.brand-logo img{max-width:60px;max-height:60px}}@import url("https://fonts.googleapis.com/css2?family=Vibur&family=Montserrat:wght@400;600;700&display=swap");.quiz-promo-container{background:transparent;padding:5rem 0;position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center;justify-content:center}.bg-pattern{position:absolute;border-radius:50%;background:linear-gradient(135deg,rgba(248,244,255,.08),rgba(168,77,132,.04));animation:floatPattern 25s ease-in-out infinite;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px)}.pattern-1{width:400px;height:400px;top:-10%;left:-10%;animation-delay:0s}.pattern-2{width:300px;height:300px;top:60%;right:-8%;animation-delay:-8s}.pattern-3{width:250px;height:250px;top:30%;left:85%;animation-delay:-16s}@keyframes floatPattern{0%,to{transform:translateY(0) translateX(0) rotate(0deg) scale(1);opacity:.4}33%{transform:translateY(-40px) translateX(30px) rotate(120deg) scale(1.1);opacity:.2}66%{transform:translateY(30px) translateX(-20px) rotate(240deg) scale(.9);opacity:.6}}.mouse-follower{position:absolute;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(232,165,200,.15) 0,transparent 70%);pointer-events:none;transition:all .4s cubic-bezier(.25,.46,.45,.94);transform:translate(-50%,-50%);z-index:2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.quiz-promo-content{max-width:900px;width:100%;padding:0 2rem;position:relative;z-index:3;text-align:center;opacity:0;transform:translateY(60px);transition:all 1.5s cubic-bezier(.16,1,.3,1)}.quiz-promo-container.visible .quiz-promo-content{opacity:1;transform:translateY(0)}.title-container{margin-bottom:2.5rem;overflow:hidden}.quiz-promo-title{font-family:Vibur,cursive;font-size:clamp(3.5rem,7vw,6rem);font-weight:400;color:#F8F4FF;line-height:1.1;margin:0;text-shadow:0 4px 20px rgba(0,0,0,.3)}.title-line{display:block;opacity:0;transform:translateY(100px);animation:slideInTitle 1.2s cubic-bezier(.16,1,.3,1) forwards}.quiz-promo-container.visible .title-line:first-child{animation-delay:.3s}.quiz-promo-container.visible .title-line:nth-child(2){animation-delay:.5s}.quiz-promo-container.visible .title-line:nth-child(3){animation-delay:.7s}.title-line.highlight{background:linear-gradient(135deg,#E8A5C8,#D88FB7,#C879A6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;position:relative}.title-line.highlight:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80%;height:4px;background:linear-gradient(90deg,#E8A5C8,#D88FB7);border-radius:2px;animation:expandLine 1.5s ease-out 1s forwards;transform-origin:center;transform:translateX(-50%) scaleX(0)}@keyframes slideInTitle{to{opacity:1;transform:translateY(0)}}@keyframes expandLine{to{transform:translateX(-50%) scaleX(1)}}.quiz-promo-description{font-family:Montserrat,sans-serif;font-size:1.2rem;color:rgba(248,244,255,.85);margin-bottom:3.5rem;line-height:1.8;max-width:700px;margin-left:auto;margin-right:auto;opacity:0;transform:translateY(40px);transition:all 1.2s ease .8s;text-shadow:0 2px 4px rgba(0,0,0,.2)}.quiz-promo-container.visible .quiz-promo-description{opacity:1;transform:translateY(0)}.quiz-features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem;opacity:0;transform:translateY(40px);transition:all 1.2s ease 1s}.quiz-promo-container.visible .quiz-features{opacity:1;transform:translateY(0)}.feature-item{background:linear-gradient(135deg,rgba(248,244,255,.12),rgba(248,244,255,.05));backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:2rem 1.5rem;border-radius:20px;border:1px solid rgba(248,244,255,.15);transition:all .4s cubic-bezier(.25,.46,.45,.94);text-align:center;position:relative;overflow:hidden}.feature-item:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#E8A5C8,#D88FB7);transform:scaleX(0);transition:transform .4s ease}.feature-item:hover{transform:translateY(-8px);background:linear-gradient(135deg,rgba(248,244,255,.18),rgba(248,244,255,.08));box-shadow:0 20px 40px rgba(0,0,0,.15)}.feature-item:hover:before{transform:scaleX(1)}.feature-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.feature-item span{color:#F8F4FF;font-weight:600;font-size:1rem;font-family:Montserrat,sans-serif;text-shadow:0 1px 2px rgba(0,0,0,.2)}.cta-container{display:flex;flex-direction:column;align-items:center;gap:2rem;opacity:0;transform:translateY(40px);transition:all 1.2s ease 1.2s}.quiz-promo-container.visible .cta-container{opacity:1;transform:translateY(0)}.quiz-cta-button{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#E8A5C8,#D88FB7);color:#1C1C1C;padding:1.8rem 4rem;border:none;border-radius:60px;font-size:1.2rem;font-weight:700;font-family:Montserrat,sans-serif;cursor:pointer;text-decoration:none;transition:all .4s cubic-bezier(.25,.46,.45,.94);box-shadow:0 8px 32px rgba(232,165,200,.3);text-transform:uppercase;letter-spacing:1.5px;position:relative;overflow:hidden;min-width:280px;margin:0 auto}.quiz-cta-button:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#D88FB7,#C879A6);opacity:0;transition:opacity .4s ease;border-radius:60px}.quiz-cta-button:hover:before{opacity:1}.button-text{position:relative;z-index:2}.button-shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s;z-index:1;border-radius:60px}.quiz-cta-button:hover .button-shine{left:100%}.quiz-cta-button:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 16px 48px rgba(232,165,200,.4)}.quiz-cta-button:active{transform:translateY(-3px) scale(1)}.promo-timer{display:flex;align-items:center;gap:.8rem;background:linear-gradient(135deg,rgba(248,244,255,.15),rgba(248,244,255,.05));backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:1rem 2rem;border-radius:40px;border:1px solid rgba(248,244,255,.2);box-shadow:0 4px 16px rgba(0,0,0,.1)}.timer-text{color:#F8F4FF;font-weight:600;font-size:1rem;font-family:Montserrat,sans-serif;text-shadow:0 1px 2px rgba(0,0,0,.2)}.timer-pulse{width:10px;height:10px;border-radius:50%;background:#E8A5C8;animation:pulse 2s ease-in-out infinite;box-shadow:0 0 10px rgba(232,165,200,.5)}@keyframes pulse{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 10px rgba(232,165,200,.5)}50%{opacity:.6;transform:scale(1.3);box-shadow:0 0 20px rgba(232,165,200,.8)}}@media (max-width:768px){.quiz-promo-container{padding:3rem 0}.quiz-promo-content{padding:0 1.5rem}.quiz-features{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.quiz-cta-button{padding:1.5rem 3rem;font-size:1.1rem;min-width:250px}.pattern-1,.pattern-2,.pattern-3{display:none}}@media (max-width:480px){.quiz-promo-description{font-size:1.1rem}.feature-item{padding:1.5rem 1rem}.quiz-cta-button{padding:1.3rem 2.5rem;font-size:1rem;min-width:220px}}