*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:100%;scroll-behavior:smooth}body{font-family:Quicksand,sans-serif;line-height:1.6;color:#2e1e2f;background-color:#fff8f0;min-height:100vh;overflow-x:hidden}a{color:#9b4f96;text-decoration:none;transition:color .2s ease}a:hover{color:#7e3f78}img,picture,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6{font-family:Nunito,sans-serif;font-weight:700;line-height:1.2;margin-bottom:2rem}p{margin-bottom:2rem}ul,ol{list-style:none}:focus{outline:2px dashed #934e94;outline-offset:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}h1{font-size:2.25rem}@media (min-width: 768px) and (max-width: 991px){h1{font-size:2.625rem}}@media (min-width: 992px){h1{font-size:3rem}}h2{font-size:1.75rem}@media (min-width: 768px) and (max-width: 991px){h2{font-size:2rem}}@media (min-width: 992px){h2{font-size:2.25rem}}h3{font-size:1.375rem}@media (min-width: 768px) and (max-width: 991px){h3{font-size:1.5rem}}@media (min-width: 992px){h3{font-size:1.75rem}}p{font-size:1rem}@media (min-width: 768px) and (max-width: 991px){p{font-size:1.0625rem}}@media (min-width: 992px){p{font-size:1.125rem}}.subtitle{font-size:1.125rem;font-weight:500;color:#444}.handwritten{font-family:Dancing Script,cursive}.section-title{position:relative;display:inline-block;margin-bottom:4rem}.section-title:after{content:"";position:absolute;left:0;bottom:-10px;height:3px;width:60%;background-color:#934e94}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideFromRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideFromLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes pulse{0%{opacity:.6}50%{opacity:.8}to{opacity:.6}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fade-in{animation:fadeIn .3s ease-in-out 0s forwards}.animate-slide-up{animation:slideUp .5s ease-out 0s forwards}.animate-pulse{animation:pulse 1s infinite ease-in-out}.animate-float{animation:float 3s ease-in-out infinite}.animate-rotate{animation:rotate 20s linear infinite}.staggered-item{opacity:0}.staggered-item:nth-child(1){animation:slideUp .5s ease-out .1s forwards}.staggered-item:nth-child(2){animation:slideUp .5s ease-out .2s forwards}.staggered-item:nth-child(3){animation:slideUp .5s ease-out .3s forwards}.staggered-item:nth-child(4){animation:slideUp .5s ease-out .4s forwards}.staggered-item:nth-child(5){animation:slideUp .5s ease-out .5s forwards}.staggered-item:nth-child(6){animation:slideUp .5s ease-out .6s forwards}.staggered-item:nth-child(7){animation:slideUp .5s ease-out .7s forwards}.staggered-item:nth-child(8){animation:slideUp .5s ease-out .8s forwards}.staggered-item:nth-child(9){animation:slideUp .5s ease-out .9s forwards}.staggered-item:nth-child(10){animation:slideUp .5s ease-out 1s forwards}:root{--primary: #6c3e75;--primary-light: #934e94;--primary-dark: #6b2d82;--accent: #f2b5d4;--background: #fff8f0;--background-light: #ffffff;--text: #2e1e2f;--text-secondary: #444444;--button: #9b4f96;--button-hover: #7e3f78;--shadow: rgba(0, 0, 0, .1);--shadow-hover: rgba(0, 0, 0, .15);--overlay: rgba(255, 255, 255, .75);--border-light: rgba(255, 255, 255, .3);--card: #ffffff;--placeholder: #f0f0f0;--primary-color: var(--primary);--background-color: var(--background);--text-color: var(--text);--accent-color: var(--accent)}.primary-color{color:var(--primary-color)}.secondary-color{color:var(--secondary-color)}.accent-color{color:var(--accent-color)}.primary-bg{background-color:var(--primary-color)}.secondary-bg{background-color:var(--secondary-color)}.accent-bg{background-color:var(--accent-color)}.header{padding:1rem 0;position:fixed;top:0;left:0;width:100%;z-index:100;transition:background-color .3s ease,box-shadow .3s ease}.header.scrolled{background-color:#fff;box-shadow:0 2px 10px #0000001a}.header .container{display:flex;justify-content:space-between;align-items:center}.header .logo{height:50px;display:block}.header .logo img{height:100%;width:auto}.footer{background-color:#ffecd7;padding-top:4rem;margin-top:8rem}.footer .container{display:flex;flex-direction:column;gap:2rem}@media (min-width: 768px) and (max-width: 991px){.footer .container{display:flex;justify-content:space-between;align-items:center;align-items:flex-start}}.footer .footer-info{display:flex;flex-direction:column;align-items:center;text-align:center}@media (min-width: 768px) and (max-width: 991px){.footer .footer-info{align-items:flex-start;text-align:left}}.footer .footer-logo{max-width:180px;margin-bottom:1rem}.footer .footer-social{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1rem}.footer .social-icon{color:#2e1e2f;font-size:1.5rem;transition:all .2s ease}.footer .social-icon:hover{color:#934e94;transform:translateY(-3px)}.footer .copyright{margin-top:2rem;background-color:#6c3e75;padding:2rem 0;width:100%}.footer .copyright p{font-size:.875rem;color:#fff;text-align:center}.footer .copyright .brand-name{font-weight:600}.nav{display:flex;justify-content:center;align-items:center}@media (max-width: 767px){.nav{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fffffffa;flex-direction:column;z-index:90}.nav.active{display:flex}}.nav-list{display:flex;justify-content:center;align-items:center;gap:2rem}@media (max-width: 767px){.nav-list{display:flex;flex-direction:column;gap:4rem}}.nav-item{position:relative}.nav-link{color:#2e1e2f;font-weight:500;position:relative;padding:.5rem 0}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:#934e94;transition:width .3s ease}.nav-link:hover,.nav-link.active{color:#6c3e75}.nav-link:hover:after,.nav-link.active:after{width:100%}@media (max-width: 767px){.nav-link{font-size:1.25rem}}.mobile-menu-toggle{display:none;cursor:pointer;z-index:100;background:transparent;border:none;color:#2e1e2f;padding:5px;line-height:1;transition:all .2s ease}@media (max-width: 767px){.mobile-menu-toggle{display:flex;align-items:center;justify-content:center}}.mobile-menu-toggle:hover{color:#6c3e75}.mobile-menu-toggle .bar{display:block;width:25px;height:3px;margin:5px auto;background-color:#2e1e2f;transition:all .2s ease}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.row{display:flex;flex-wrap:wrap;margin:0 -15px}@media (max-width: 767px){.row{flex-direction:column}}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%;padding:0 15px}@media (max-width: 767px){.col-1{flex:0 0 100%;max-width:100%}}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%;padding:0 15px}@media (max-width: 767px){.col-2{flex:0 0 100%;max-width:100%}}.col-3{flex:0 0 25%;max-width:25%;padding:0 15px}@media (max-width: 767px){.col-3{flex:0 0 100%;max-width:100%}}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%;padding:0 15px}@media (max-width: 767px){.col-4{flex:0 0 100%;max-width:100%}}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%;padding:0 15px}@media (max-width: 767px){.col-5{flex:0 0 100%;max-width:100%}}.col-6{flex:0 0 50%;max-width:50%;padding:0 15px}@media (max-width: 767px){.col-6{flex:0 0 100%;max-width:100%}}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%;padding:0 15px}@media (max-width: 767px){.col-7{flex:0 0 100%;max-width:100%}}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%;padding:0 15px}@media (max-width: 767px){.col-8{flex:0 0 100%;max-width:100%}}.col-9{flex:0 0 75%;max-width:75%;padding:0 15px}@media (max-width: 767px){.col-9{flex:0 0 100%;max-width:100%}}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%;padding:0 15px}@media (max-width: 767px){.col-10{flex:0 0 100%;max-width:100%}}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%;padding:0 15px}@media (max-width: 767px){.col-11{flex:0 0 100%;max-width:100%}}.col-12{flex:0 0 100%;max-width:100%;padding:0 15px}@media (max-width: 767px){.col-12{flex:0 0 100%;max-width:100%}}@media (min-width: 768px) and (max-width: 991px){.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}}@media (min-width: 992px){.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}}.flex{display:flex}.flex-column{display:flex;flex-direction:column}.flex-center{display:flex;justify-content:center;align-items:center}.flex-between{display:flex;justify-content:space-between;align-items:center}.gap-sm{gap:1rem}.gap-md{gap:2rem}.gap-lg{gap:4rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-sm{margin-bottom:1rem}.mb-md{margin-bottom:2rem}.mb-lg{margin-bottom:4rem}.mb-xl{margin-bottom:8rem}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;text-align:center;cursor:pointer;transition:all .3s ease;border:none}.btn:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.btn:active{transform:translateY(-1px)}.btn-primary{background-color:#9b4f96;color:#fff}.btn-primary:hover{background-color:#7e3f78;color:#fff}.btn-outline{background-color:transparent;border:2px solid #9b4f96;color:#9b4f96}.btn-outline:hover{background-color:#9b4f96;color:#fff}.btn-lg{padding:1rem 2rem;font-size:1.1rem}.btn-sm{padding:.5rem 1rem;font-size:.9rem}.btn-icon{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-icon svg,.btn-icon img{width:1.2em;height:1.2em}.card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease;height:100%;display:flex;flex-direction:column}.card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000026}.card-img{width:100%;height:200px;object-fit:cover}.card-content{padding:2rem;flex:1;display:flex;flex-direction:column}.card-title{margin-bottom:1rem;color:#2e1e2f}.card-text{color:#444;margin-bottom:2rem}.card-footer{margin-top:auto;padding-top:1rem}.card-product{position:relative}.card-product .product-tag{position:absolute;top:1rem;right:1rem;background-color:#6c3e75;color:#fff;padding:.25rem .75rem;border-radius:4px;font-weight:700;font-size:.8rem;z-index:10}.card-product .product-image-link{display:block;position:relative;overflow:hidden}.card-product .product-image-link:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000000d;opacity:0;transition:opacity .2s ease}.card-product .product-image-link:hover:after{opacity:1}.card-product .product-image-link:focus{outline:2px solid #6c3e75}.card-product .product-content{padding:2rem;flex:1;display:flex;flex-direction:column}.card-product .product-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding:1rem 2rem;border-top:1px solid rgba(255,255,255,.3);background-color:#f0f0f0;font-size:.9em}.card-product .product-footer .product-price{font-size:1.2rem;font-weight:700;color:#9b4f96}.card-product .product-footer .btn-sm{padding:.5rem 1rem;font-size:.9rem}.card-product .product-link{white-space:nowrap}.card-skeleton .skeleton-img{width:100%;height:200px;background-color:#f0f0f0;animation:pulse 1.5s infinite ease-in-out}.card-skeleton .skeleton-title{height:1.5rem;width:80%;background-color:#f0f0f0;margin-bottom:1rem;animation:pulse 1.5s infinite ease-in-out}.card-skeleton .skeleton-text{height:1rem;width:100%;background-color:#f0f0f0;margin-bottom:.5rem;animation:pulse 1.5s infinite ease-in-out}.card-skeleton .skeleton-text:last-of-type{width:60%}.hero{position:relative;min-height:100vh;padding:0;display:flex;align-items:center;overflow:hidden;background-color:#fff8f0}.hero-content{position:relative;z-index:2;padding:8rem 0;max-width:600px}@media (max-width: 767px){.hero-content{text-align:center}}.hero-title{animation:fadeIn .7s ease-in-out .2s forwards;margin-bottom:2rem;font-size:3rem}@media (min-width: 768px) and (max-width: 991px){.hero-title{font-size:3.5rem}}@media (min-width: 992px){.hero-title{font-size:4rem}}.hero-subtitle{animation:fadeIn .7s ease-in-out .4s forwards;margin-bottom:4rem;font-size:1.125rem}@media (min-width: 768px) and (max-width: 991px){.hero-subtitle{font-size:1.25rem}}@media (min-width: 992px){.hero-subtitle{font-size:1.375rem}}.hero-cta{animation:fadeIn .7s ease-in-out .6s forwards}.hero-cta .btn{margin-right:1rem;margin-bottom:1rem}.hero-bg{position:absolute;top:0;right:0;width:50%;height:100%;z-index:1;opacity:.8}@media (max-width: 767px){.hero-bg{width:100%;opacity:.2}}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-logo{position:relative;z-index:2;max-width:250px;margin-bottom:2rem;animation:float 6s ease-in-out infinite}@media (max-width: 767px){.hero-logo{margin-left:auto;margin-right:auto}}.hero .decoration{position:absolute;z-index:1}.hero .decoration-circle{width:300px;height:300px;border-radius:50%;background-color:#934e941a;top:-100px;left:-100px}.hero .decoration-dots{bottom:10%;left:5%;width:150px;height:150px;background-image:radial-gradient(#f2b5d4 2px,transparent 2px);background-size:15px 15px;opacity:.3}.floating-social{position:fixed;right:20px;bottom:20px;display:flex;flex-direction:column;gap:15px;z-index:999}@media (max-width: 767px){.floating-social{right:15px;bottom:15px;gap:12px}}.floating-social-button{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;color:#fff;box-shadow:0 4px 10px #0000001a;transition:all .3s ease;transform:translateY(0)}@media (max-width: 767px){.floating-social-button{width:50px;height:50px}}.floating-social-button:hover,.floating-social-button:focus{transform:translateY(-5px);box-shadow:0 6px 15px #00000026}.floating-social-button:active{transform:translateY(-2px)}.floating-social-button.instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);animation:pulse 2s infinite;animation-delay:0s}.floating-social-button.store{background:#9b4f96;animation:pulse 2s infinite;animation-delay:.4s}.floating-social-button.whatsapp{background:#4fce5d;animation:pulse 2s infinite;animation-delay:.8s}@keyframes pulse{0%{box-shadow:0 4px 10px #0000001a;transform:scale(1)}70%{box-shadow:0 4px 18px #0003;transform:scale(1.05)}to{box-shadow:0 4px 10px #0000001a;transform:scale(1)}}.products-loading{opacity:.8}.product-skeleton{position:relative}.product-skeleton .skeleton-img{width:100%;height:200px;background-color:#f0f0f0;border-radius:8px 8px 0 0}.product-skeleton .card-content{padding:2rem}.product-skeleton .skeleton-title{height:1.5rem;width:70%;background-color:#f0f0f0;margin-bottom:1rem;border-radius:4px}.product-skeleton .skeleton-text{height:.8rem;width:100%;background-color:#f0f0f0;margin-bottom:.5rem;border-radius:4px}.product-skeleton .skeleton-text:nth-child(3){width:85%}.product-skeleton .skeleton-text:nth-child(4){width:60%}.skeleton-img,.skeleton-title,.skeleton-text{animation:pulse 1.5s infinite ease-in-out}.products-gallery{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem;margin:3rem 0}@media (min-width: 768px) and (max-width: 991px){.products-gallery{grid-template-columns:repeat(2,1fr)}}@media (min-width: 992px){.products-gallery{grid-template-columns:repeat(3,1fr);gap:2.5rem}}@media (min-width: 1200px){.products-gallery{grid-template-columns:repeat(3,1fr);gap:3rem}}.product-card{position:relative;background-color:#fff;border-radius:16px;box-shadow:0 10px 25px #0000000d;overflow:hidden;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s ease;opacity:0;transform:translateY(30px);height:100%;display:flex;flex-direction:column}.product-card.animate-in{opacity:1;transform:translateY(0)}.product-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.product-card:hover .product-img{transform:scale(1.05)}.product-card:hover .product-btn{background-color:#7e3f78;transform:translateY(-3px)}.product-card .product-tag{position:absolute;top:1rem;right:1rem;background-color:#6c3e75;color:#fff;padding:.4rem 1rem;border-radius:2rem;font-size:.85rem;font-weight:600;z-index:10;box-shadow:0 3px 10px #0000001a;letter-spacing:.5px}.product-card .product-image-container{position:relative;overflow:hidden;height:250px}@media (min-width: 992px){.product-card .product-image-container{height:280px}}.product-card .product-image-container:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0000,#0000,#0000001a);z-index:2;opacity:0;transition:opacity .3s ease}.product-card .product-image-container:hover:after{opacity:1}.product-card .product-image-link{display:block;height:100%}.product-card .product-img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.165,.84,.44,1)}.product-card .product-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.product-card .product-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#2e1e2f;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.product-card .product-description{font-size:.95rem;color:#444;margin-bottom:1.5rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card .product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.product-card .product-price{font-size:1.25rem;font-weight:700;color:#6c3e75}.product-card .product-btn{padding:.6rem 1.25rem;border-radius:3rem;font-size:.9rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #9b4f9633}.product-card .product-btn:hover{box-shadow:0 8px 15px #7e3f784d}.products-gallery .product-card:nth-child(1){transition-delay:.1s}.products-gallery .product-card:nth-child(2){transition-delay:.2s}.products-gallery .product-card:nth-child(3){transition-delay:.3s}.products-gallery .product-card:nth-child(4){transition-delay:.4s}.products-gallery .product-card:nth-child(5){transition-delay:.5s}.products-gallery .product-card:nth-child(6){transition-delay:.6s}.products-gallery .product-card:nth-child(7){transition-delay:.7s}.products-gallery .product-card:nth-child(8){transition-delay:.8s}.products-gallery .product-card:nth-child(9){transition-delay:.9s}.products-gallery .product-card:nth-child(10){transition-delay:1s}.section-header{text-align:center;margin-bottom:2rem}.section-header .section-subtitle{font-size:1.1rem;color:#444;margin-top:.75rem}.products-cta{text-align:center;margin-top:3rem}.products-cta .btn{padding:.8rem 2.5rem;font-weight:600;border-radius:3rem;transition:all .3s ease;box-shadow:0 5px 15px #9b4f9633}.products-cta .btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #7e3f784d}.product-skeleton .skeleton-img{width:100%;height:250px;background-color:#f0f0f0;animation:pulse 1.5s infinite ease-in-out}.product-skeleton .skeleton-title{height:1.5rem;width:80%;background-color:#f0f0f0;margin-bottom:1rem;border-radius:4px;animation:pulse 1.5s infinite ease-in-out}.product-skeleton .skeleton-text{height:1rem;width:100%;background-color:#f0f0f0;margin-bottom:.5rem;border-radius:4px;animation:pulse 1.5s infinite ease-in-out}.product-skeleton .skeleton-text:last-of-type{width:60%;margin-bottom:1.5rem}.product-skeleton .skeleton-price{height:1.25rem;width:40%;background-color:#f0f0f0;border-radius:4px;animation:pulse 1.5s infinite ease-in-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.contact-section .contact-options-container{margin-top:4rem;max-width:1100px;margin-left:auto;margin-right:auto;padding:0 1rem}@media (min-width: 992px){.contact-section .contact-options-container{margin-top:6rem}}.contact-section .contact-grid{display:grid;grid-template-columns:1fr;gap:2rem;width:100%}@media (min-width: 768px){.contact-section .contact-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width: 992px){.contact-section .contact-grid{gap:2.5rem}}.contact-section .contact-option{width:100%;display:flex;flex-direction:column;align-items:center;background-color:#fff8f0;padding:1.75rem 1.25rem;border-radius:16px;box-shadow:0 5px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.contact-section .contact-option:hover{transform:translateY(-10px);box-shadow:0 10px 30px #00000026}@media (min-width: 768px){.contact-section .contact-option[data-col="1"]{grid-column:1}}@media (min-width: 768px){.contact-section .contact-option[data-col="2"]{grid-column:2}}@media (min-width: 768px){.contact-section .contact-option[data-col="3"]{grid-column:3}}.contact-section .contact-option-description{overflow:hidden;min-height:3em;max-height:4.5em;margin-bottom:2rem;text-align:center;width:100%}.contact-section .contact-option-button{width:100%;margin-top:auto}@media (max-width: 767px){.contact-section .contact-option{margin-bottom:2rem}.contact-section .contact-option:last-child{margin-bottom:0}}.about-section{position:relative;background-color:#fff;padding:5rem 0;overflow:hidden;background-image:radial-gradient(circle at 10% 20%,rgba(242,181,212,.08) 0%,transparent 60%),radial-gradient(circle at 90% 90%,rgba(147,78,148,.06) 0%,transparent 40%)}.about-section .about-header{text-align:center;margin-bottom:3.5rem}.about-section .about-header h2{font-size:2.375rem;color:#6c3e75;margin-bottom:1rem;position:relative;display:inline-block;font-weight:700}@media (max-width: 767px){.about-section .about-header h2{font-size:2rem}}.about-section .about-header .divider{width:80px;height:3px;background:linear-gradient(to right,transparent,#f2b5d4,transparent);margin:0 auto}.about-section .about-container{display:block;width:100%;max-width:900px;margin:0 auto}.about-section .about-text{width:100%}.about-section .about-text p{font-size:1.0625rem;line-height:1.8;color:#444;margin-bottom:1.5rem;max-width:800px;margin-left:auto;margin-right:auto}.about-section .about-text p:last-of-type{margin-bottom:2.5rem}@media (min-width: 992px){.about-section .about-text p{font-size:1.125rem;line-height:1.9}}.about-section .feature-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:2rem auto 0;padding-top:2rem;border-top:1px solid rgba(242,181,212,.25);max-width:800px}@media (min-width: 768px) and (max-width: 991px){.about-section .feature-list{grid-template-columns:repeat(3,1fr);gap:2rem}}@media (max-width: 767px){.about-section .feature-list{grid-template-columns:1fr;gap:1rem;max-width:90%}}.about-section .feature{display:flex;align-items:center;padding:.8rem;border-radius:12px;background-color:#fff8f080}.about-section .feature-icon{width:48px;height:48px;background-color:#f2b5d433;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#6c3e75;margin-right:1rem;flex-shrink:0;font-size:1.2rem}@media (max-width: 767px){.about-section .feature-icon{width:40px;height:40px;font-size:1rem}}.about-section .feature span{font-weight:600;font-size:1rem;color:#2e1e2f}.about-section .decoration{position:absolute;z-index:0}.about-section .decoration.circle{top:10%;left:-80px;width:200px;height:200px;border-radius:50%;background-color:#f2b5d41a}.home{scroll-behavior:smooth}.home-section{padding:8rem 0}@media (max-width: 767px){.home-section{padding:4rem 0}}.home .products-section{background-color:#fff3e6;position:relative;overflow:hidden;padding:6.4rem 0}.home .products-section .section-title{position:relative;z-index:1;font-size:2.375rem;color:#6c3e75;text-align:center}.home .products-section .section-header{position:relative;z-index:1}.home .products-section .section-header .section-subtitle{font-size:1.125rem}.home .products-section .decoration-dots{position:absolute;top:10%;right:5%;width:300px;height:300px;background-image:radial-gradient(#934e94 2px,transparent 2px);background-size:15px 15px;opacity:.15;z-index:0;animation:pulse 15s infinite ease-in-out}.home .products-section:before{content:"";position:absolute;bottom:-5%;left:-2%;width:250px;height:250px;background-image:radial-gradient(#f2b5d4 1px,transparent 2px);background-size:12px 12px;opacity:.15;z-index:0;transform:rotate(15deg)}.home .contact-section{background-color:#fff;position:relative;padding-top:8rem;padding-bottom:8rem;overflow:hidden}@media (min-width: 992px){.home .contact-section{padding-top:9.6rem;padding-bottom:9.6rem}}.home .contact-section .contact-header{text-align:center;margin-bottom:4rem}.home .contact-section .contact-header .section-title{margin-bottom:2rem;display:inline-block;position:relative;font-size:2.125rem;color:#6c3e75}@media (min-width: 992px){.home .contact-section .contact-header .section-title{font-size:2.375rem}}.home .contact-section .contact-header .contact-divider{width:80px;height:3px;background:#f2b5d4;margin:0 auto 2rem}.home .contact-section .contact-header .section-subtitle{max-width:700px;margin:0 auto;font-size:1.0625rem;line-height:1.7;color:#444;padding:0 1rem}@media (min-width: 992px){.home .contact-section .contact-header .section-subtitle{font-size:1.125rem;line-height:1.8;padding:0}}.home .contact-section .contact-options-container{margin-top:4rem;max-width:1100px;margin-left:auto;margin-right:auto;width:100%}@media (min-width: 992px){.home .contact-section .contact-options-container{margin-top:8rem}}.home .contact-section .contact-row{display:grid;grid-template-columns:1fr;gap:2rem;width:100%}@media (min-width: 768px){.home .contact-section .contact-row{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width: 992px){.home .contact-section .contact-row{gap:2.5rem}}.home .contact-section .contact-option{background-color:#fff8f0;border-radius:16px;padding:1.75rem 1.25rem;text-align:center;box-shadow:0 5px 20px #0000000d;height:100%;display:flex;flex-direction:column;align-items:center;transition:transform .3s ease,box-shadow .3s ease}@media (max-width: 767px){.home .contact-section .contact-option{margin-bottom:0}}.home .contact-section .contact-option:hover{transform:translateY(-10px);box-shadow:0 10px 30px #00000026}.home .contact-section .contact-option-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;margin-bottom:1rem;color:#fff}.contact-option:nth-child(1) .home .contact-section .contact-option-icon{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.contact-option:nth-child(2) .home .contact-section .contact-option-icon{background:#9b4f96}.contact-option:nth-child(3) .home .contact-section .contact-option-icon{background:#4fce5d}.home .contact-section .contact-option-title{margin-bottom:1rem;font-size:1.375rem;color:#6c3e75;line-height:1.3}.home .contact-section .contact-option-description{color:#444;margin-bottom:2rem;line-height:1.5;font-size:1rem;min-height:3em;max-height:4.5em;overflow:hidden;flex-grow:1;width:100%}.home .contact-section .contact-option-button{width:100%;padding:10px;font-weight:600;border-width:2px;font-size:.95rem;transition:all .3s ease}@media (min-width: 992px){.home .contact-section .contact-option-button{padding:12px}}.contact-option:nth-child(1) .home .contact-section .contact-option-button{border-color:#ae66af;color:#ae66af}.contact-option:nth-child(1) .home .contact-section .contact-option-button:hover{background-color:#ae66af;transform:translateY(-3px)}.contact-option:nth-child(2) .home .contact-section .contact-option-button{border-color:#9b4f96;color:#9b4f96}.contact-option:nth-child(2) .home .contact-section .contact-option-button:hover{background-color:#9b4f96;transform:translateY(-3px)}.contact-option:nth-child(3) .home .contact-section .contact-option-button{border-color:#4fce5d;color:#4fce5d}.contact-option:nth-child(3) .home .contact-section .contact-option-button:hover{background-color:#4fce5d;transform:translateY(-3px)}.home .contact-section .decoration-dots{position:absolute;bottom:10%;right:5%;width:150px;height:150px;background-image:radial-gradient(#f2b5d4 2px,transparent 2px);background-size:15px 15px;opacity:.2;z-index:0}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
