:root{--main-gradient:linear-gradient(120deg,#a940f0 0%,#45b6fe 100%);--brand:#a940f0;--accent:#45b6fe;--bg:#faf6ff;}html,body{margin:0;padding:0;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;background:var(--bg);width:100vw;overflow-x:hidden;}.navbar{background:#f8f6ff!important;border-bottom:1px solid #f1e7fa;box-shadow:0 2px 13px #a940f011;min-height:55px;}.navbar-brand{display:flex;align-items:center;gap:.62rem;}.navbar-logo-small{height:40px;width:auto;border-radius:.45rem;background:#fcf8ff;box-shadow:0 2px 9px #dcc6fc22;margin-right:7px;}.navbar-nav .nav-link{font-weight:600;color:#52278d;font-size:1.09rem;text-transform:uppercase;transition:color .13s;letter-spacing:.02em;}.navbar-nav .nav-link:hover,.navbar-nav .nav-link.active{color:#a940f0!important;}.social-icons{display:flex;align-items:center;gap:16px;}.navbar-social-icons .social-icon{color:#a940f0;font-size:1.25rem;transition:color .2s;text-decoration:none;}.navbar-social-icons .social-icon:hover{color:#45b6fe;}.footer-social-icons .social-icon{color:#fff!important;opacity:1;font-size:1.35rem;filter:drop-shadow(0 1px 2px rgba(40,40,40,0.23));transition:color .2s;text-decoration:none;}.footer-social-icons .social-icon:hover{color:#ffd6f8!important;}.navbar-social-icons{display:flex!important;}@media (max-width:991.98px){.navbar-social-icons{display:none!important;}}.footer-social-icons{display:none!important;}@media (max-width:991.98px){.footer-social-icons{display:flex!important;}}.footer-bg-gradient{background:var(--main-gradient);color:#fff;border-top:2px solid #e7cdfc;}footer h5{color:#fffbe9;font-weight:800;}footer a{color:#fff;text-decoration:none;}footer a:hover{color:#ffd6f8;}.footer-links{list-style:none;padding-left:0;margin-bottom:0;}.whatsapp-float{position:fixed;bottom:20px;right:20px;background-color:#25D366;color:white;border-radius:50%;padding:16px;font-size:25px;z-index:999;box-shadow:0 4px 12px rgba(0,0,0,0.32);transition:background-color .3s ease;display:flex;align-items:center;justify-content:center;}.whatsapp-float:hover{background-color:#128C7E;}.hero-section{min-height:100vh;background-image:url('images/main-mid.jpg');background-repeat:no-repeat;background-position:center center;background-size:cover;background-attachment:scroll;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem;color:white;position:relative;}@media (max-width:768px){body{overflow-x:hidden;}.hero-section{min-height:100vh;background-size:contain!important;background-position:top center!important;background-repeat:no-repeat;background-attachment:scroll;margin:0;}html,body{height:100%;max-width:100vw;}}.section-title,.product-section-title,.mockup-title{text-align:center;color:var(--brand);font-size:2.3rem;font-weight:900;margin-bottom:.4em;letter-spacing:-1px;}.section-subtitle,.product-section-desc,.mockup-content{text-align:center;color:#777;font-size:1.13rem;max-width:630px;margin:0 auto 2.1rem auto;font-weight:500;}.category-title{text-align:center;margin:2.2rem 0 1.2rem 0;color:#612ff7ff;font-weight:800;font-size:1.8rem;letter-spacing:-.5px;}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem 2vw;justify-content:center;align-items:stretch;max-width:1350px;margin:0 auto 1.5rem auto;width:100%;}.product-card{background:linear-gradient(107deg,#fff 80%,#ede5fd 120%);border-radius:1.25rem;box-shadow:0 8px 38px #b28dee18;display:flex;flex-direction:column;align-items:stretch;padding:1.3rem 1.1rem 1.4rem 1.1rem;border:2.2px solid #faf6ff;min-height:430px;transition:box-shadow .16s,transform .11s;cursor:pointer;position:relative;margin-bottom:0;}.product-card:hover{box-shadow:0 17px 38px #a940f055;border-color:var(--brand);z-index:4;transform:translateY(-7px) scale(1.028);}.product-img{width:100%;height:250px;object-fit:contain;object-position:center;background:#fff;border-radius:1.1rem 1.1rem .9rem .9rem;margin-bottom:.65rem;box-shadow:0 3px 15px #e8e1ff23;transition:filter .16s,transform .12s;display:block;}.product-card:hover .product-img{filter:brightness(107%) saturate(1.07);transform:scale(1.04);}.card-body h6{font-weight:800;color:var(--brand);margin:.37rem 0 0 0;font-size:1.17rem;letter-spacing:.01em;}@media (max-width:1200px){.products-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));}.product-card{min-height:320px;padding:1.1rem .6rem 1.1rem .6rem;}.product-img{height:170px;}}@media (max-width:700px){.products-grid{grid-template-columns:1fr;gap:1.1rem;}.product-card{min-width:97vw;max-width:99vw;min-height:220px;}.product-img{height:39vw;min-height:90px;max-height:165px;}.category-title,.product-section-title{font-size:1.22rem;}}.testimonial-card{border-radius:1.1rem;box-shadow:0 2px 18px #efe5fa22;border:none;background:#f9f6ff;padding:2rem 1.35rem;margin:.5rem 0;font-style:italic;color:#673ab7;}.contact-row{display:flex;gap:2.2rem;align-items:stretch;justify-content:center;margin-top:2.5rem;margin-bottom:1.7rem;flex-wrap:wrap;}.contact-form-col,.contact-map-col{flex:1 1 350px;max-width:530px;min-width:270px;display:flex;flex-direction:column;justify-content:center;}.contact-form{background:#f9f6ff;border-radius:16px;padding:2rem 1.2rem 1.6rem 1.2rem;box-shadow:0 6px 17px #c1abc539;width:100%;position:relative;}.contact-form input,.contact-form textarea{border-radius:7px;border:1.7px solid #d5cdf2;padding:.7rem;width:100%;margin-bottom:1rem;transition:border-color .13s,box-shadow .12s;outline:none;font-size:1em;}.contact-form input:focus,.contact-form textarea:focus{border:2px solid var(--brand);box-shadow:0 2px 11px #a940f031;outline:2px solid var(--accent);}.contact-form button{background:var(--main-gradient);color:#fff;border-radius:22px;border:none;padding:.65rem 2.2rem;font-weight:700;font-size:1.14rem;transition:background .16s;margin-top:.3rem;cursor:pointer;}.contact-form button:hover{background:var(--accent);}.contact-form button:disabled{background:#999!important;cursor:not-allowed;}.error-message{color:#d20000;font-size:.96em;min-height:1.2em;text-align:left;}#form-message{margin:10px 0;font-weight:600;min-height:1.1em;}.map-responsive{width:100%;flex:1;padding-bottom:56%;position:relative;border-radius:18px;box-shadow:0 8px 26px #c1abc536;margin:0 auto;height:0;border:1.3px solid #e8e8e8;min-width:220px;min-height:220px;background:#e5e1fa;overflow:hidden;}.map-responsive iframe{left:0;top:0;height:100%;width:100%;position:absolute;border-radius:18px;border:0;}@media (max-width:900px){.contact-row{flex-direction:column;gap:2.3rem;}.contact-form-col,.contact-map-col{max-width:100vw;}.contact-form,.map-responsive{min-width:unset;}.map-responsive{height:300px!important;padding-bottom:0;}}#about{position:relative;z-index:2;}@media (max-width:768px){#about{margin-top:-450px;}}section{padding:4rem 1rem;}.footer-bg-gradient{background:var(--main-gradient);color:#fff;border-top:2px solid #e7cdfc;}footer h5{color:#fffbe9;font-weight:800;}footer a{color:#fff;text-decoration:none;}footer a:hover{color:#ffd6f8;}.footer-links{list-style:none;padding-left:0;margin-bottom:0;}.whatsapp-float{position:fixed;bottom:20px;right:20px;background-color:#25D366;color:white;border-radius:50%;padding:16px;font-size:25px;z-index:999;box-shadow:0 4px 12px rgba(0,0,0,0.32);transition:background-color .3s ease;display:flex;align-items:center;justify-content:center;}.whatsapp-float:hover{background-color:#128C7E;}section[id]{scroll-margin-top:70px;}html{scroll-behavior:smooth;}
