*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--lilac: #9B7FCC;--lilac-dark: #7A5FAF;--lilac-light: #EDE6F7;--lilac-faint: #F5F0FC;--dark: #2D1F4E;--dark-mid: #4A3870;--white: #ffffff;--text: #1e1e1e;--text-mid: #444444;--text-light: #777777;--border: #E0D8F0;--rose: #E87A90;--gold: #C08261}html{scroll-behavior:smooth}body{font-family:Arial,Helvetica,sans-serif;color:var(--text);background:var(--white);line-height:1.65;font-size:15px}h1,h2,h3,h4,h5,h6{font-family:Arial,Helvetica,sans-serif;line-height:1.2;font-weight:700}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button{font-family:Arial,Helvetica,sans-serif}.container{max-width:1480px;margin:0 auto;padding:0 1.2rem}section{padding:2.8rem 0}.btn-primary{display:inline-block;background:var(--lilac);color:#fff;padding:.75rem 2rem;border-radius:5px;font-family:Arial,Helvetica,sans-serif;font-weight:700;font-size:.9rem;letter-spacing:.4px;border:none;cursor:pointer;transition:background .22s,transform .18s}.btn-primary:hover{background:var(--lilac-dark);transform:translateY(-2px)}.btn-outline{display:inline-block;background:transparent;color:#fff;padding:.75rem 2rem;border-radius:5px;font-family:Arial,Helvetica,sans-serif;font-weight:700;font-size:.9rem;letter-spacing:.4px;border:2px solid rgba(255,255,255,.8);cursor:pointer;transition:background .22s,color .22s,transform .18s}.btn-outline:hover{background:#fff;color:var(--dark);transform:translateY(-2px)}.section-label{font-family:Arial,Helvetica,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--lilac);margin-bottom:.5rem;display:block}.section-title{font-size:1.9rem;font-weight:700;color:var(--dark);margin-bottom:.65rem}.section-subtitle{font-size:.97rem;color:var(--text-light);max-width:560px;line-height:1.7}.logo-watermark{position:absolute;bottom:8px;right:8px;background:#ffffffeb;border-radius:6px;padding:3px 7px 3px 5px;display:flex;align-items:center;gap:4px;pointer-events:none;z-index:3;box-shadow:0 1px 6px #0000001f}.logo-watermark img{width:14px;height:14px;object-fit:contain}.logo-watermark span{font-family:Arial,Helvetica,sans-serif;font-size:8px;font-weight:700;color:var(--lilac);text-transform:uppercase;letter-spacing:.6px;white-space:nowrap}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff7;border-bottom:1px solid transparent;transition:border-color .3s,box-shadow .3s}.header.scrolled{border-color:#e0d8f0;box-shadow:0 2px 20px #9b7fcc1f}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.logo{display:flex;align-items:center;gap:.5rem}.logo img{width:40px;height:40px;object-fit:contain}.logo span{font-family:Arial,Helvetica,sans-serif;font-weight:700;font-size:1rem;color:#2d1f4e;letter-spacing:.2px}.nav{display:flex;align-items:center;gap:1.6rem}.nav a{font-family:Arial,Helvetica,sans-serif;font-size:.88rem;font-weight:600;color:#333;position:relative;transition:color .2s}.nav a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:2px;background:#9b7fcc;transition:width .22s}.nav a:hover,.nav a.active{color:#9b7fcc}.nav a:hover:after,.nav a.active:after{width:100%}.nav-cta{background:#9b7fcc!important;color:#fff!important;padding:.48rem 1.2rem;border-radius:5px;font-weight:700!important;transition:background .22s!important}.nav-cta:after{display:none!important}.nav-cta:hover{background:#7a5faf!important}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.hamburger span{display:block;width:22px;height:2px;background:#333;transition:all .3s;transform-origin:center}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 820px){.hamburger{display:flex}.nav{display:none;position:absolute;top:64px;left:0;right:0;background:#fff;flex-direction:column;align-items:flex-start;padding:1.2rem 1.5rem;gap:1rem;border-bottom:1px solid #E0D8F0;box-shadow:0 8px 24px #9b7fcc1f}.nav.open{display:flex}.nav-cta{align-self:flex-start}}.footer{background:#2d1f4e;color:#c8bae8}.footer-top{display:grid;grid-template-columns:1.8fr 1fr 1.4fr;gap:2.5rem;padding:3rem 1.2rem}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:.8rem}.footer-logo img{width:38px;height:38px;object-fit:contain;filter:brightness(0) invert(1)}.footer-logo span{font-family:Arial,Helvetica,sans-serif;font-weight:700;font-size:1rem;color:#fff}.footer-brand p{font-size:.87rem;line-height:1.7;color:#a89cc8;max-width:280px}.footer-links h4,.footer-contact h4{font-family:Arial,Helvetica,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#fff;margin-bottom:1rem}.footer-links ul,.footer-contact ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer-links ul li a{font-size:.88rem;color:#a89cc8;transition:color .2s}.footer-links ul li a:hover{color:#9b7fcc}.footer-contact ul li{display:flex;align-items:flex-start;gap:.5rem;font-size:.87rem;color:#a89cc8}.footer-contact ul li svg{flex-shrink:0;margin-top:3px;color:#9b7fcc}.footer-contact ul li a{color:#a89cc8;transition:color .2s}.footer-contact ul li a:hover{color:#9b7fcc}.footer-bottom{border-top:1px solid rgba(155,127,204,.2);padding:1rem 1.2rem;text-align:center;font-size:.82rem;color:#7b6fa0}@media (max-width: 900px){.footer-top{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1}}@media (max-width: 560px){.footer-top{grid-template-columns:1fr;gap:1.5rem;padding:2rem 1.2rem}}.carousel-wrapper{overflow:hidden;background:var(--lilac-faint);padding:1.8rem 0}.carousel-track{display:flex;gap:1rem;animation:scroll-left 35s linear infinite;width:max-content}.carousel-wrapper:hover .carousel-track{animation-play-state:paused}.carousel-item{flex-shrink:0;width:200px;height:200px;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 3px 14px #9b7fcc26;position:relative}.carousel-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.carousel-item:hover img{transform:scale(1.06)}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.talk-to-us{background:linear-gradient(135deg,#2d1f4e,#4a3870);color:#fff;padding:4rem 0}.talk-inner{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.talk-inner h2{font-family:Arial,Helvetica,sans-serif;font-size:2.2rem;font-weight:800;letter-spacing:2px;color:#fff}.talk-inner p{font-size:1rem;color:#c8bae8;max-width:520px;line-height:1.75}.hero{position:relative;min-height:100vh;padding-top:64px;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.hero-bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top;z-index:0}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#140a28e0,#2d1f4ec7 40%,#2d1f4e73,#2d1f4e33);z-index:1}.hero-content{position:relative;z-index:2;padding-top:5rem;padding-bottom:7rem}.hero-left-inner{max-width:640px}.hero-badge{display:inline-block;background:#9b7fcc33;border:1px solid rgba(155,127,204,.45);color:#ede6f7;font-size:.77rem;font-weight:700;padding:.35rem 1rem;border-radius:50px;margin-bottom:1.2rem;letter-spacing:.4px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-left-inner h1{font-size:clamp(2.4rem,5vw,4rem);font-weight:800;color:#fff;line-height:1.08;margin-bottom:1.2rem;letter-spacing:-1px}.hero-accent{background:linear-gradient(90deg,#c8bae8,#e87a90 60%,#9b7fcc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:1.05rem;color:#d4c8ee;line-height:1.82;max-width:520px;margin-bottom:2rem}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.8rem}.btn-hero-ghost{display:inline-block;background:#ffffff14;color:#fff;padding:.78rem 2rem;border-radius:5px;font-family:Arial,Helvetica,sans-serif;font-weight:700;font-size:.9rem;border:2px solid rgba(255,255,255,.35);transition:background .22s,border-color .22s,transform .18s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn-hero-ghost:hover{background:#ffffff29;border-color:#ffffffa6;transform:translateY(-2px)}.hero-trust{display:flex;align-items:center;gap:.7rem;font-size:.85rem;color:#c8bae8}.hero-trust img{width:30px;height:30px;object-fit:contain;border-radius:50%;border:2px solid rgba(255,255,255,.3);background:#ffffff1a}.hero-trust strong{color:#fff}.hero-brand-strip{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(135deg,#2d1f4ef5,#4a3870f5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.7rem 1.5rem;display:flex;align-items:center;justify-content:center;gap:.75rem;z-index:3}.hero-brand-strip img{width:20px;height:20px;object-fit:contain;filter:brightness(0) invert(1);flex-shrink:0}.hero-brand-strip span:not(.hbs-icon){font-size:.82rem;font-weight:700;color:#fff;letter-spacing:.3px}.hbs-icon{font-size:.9rem}.stats-bar{background:linear-gradient(135deg,#1a1033,#2d1f4e,#4a3870);padding:1.8rem 0}.stats-inner{display:flex;align-items:center;justify-content:space-around;gap:1rem;flex-wrap:wrap}.stat-item{text-align:center}.stat-item strong{display:block;font-size:2.2rem;font-weight:800;color:#ede6f7;line-height:1}.stat-item span{font-size:.7rem;letter-spacing:2.5px;text-transform:uppercase;color:#9b7fcc;font-weight:700}.carousel-section{background:#f5f0fc;padding-bottom:2rem}.carousel-label{display:flex;align-items:flex-end;justify-content:space-between;padding-top:2rem;padding-bottom:1rem;flex-wrap:wrap;gap:.5rem}.view-all-link{font-size:.85rem;font-weight:700;color:#9b7fcc;transition:color .2s;white-space:nowrap}.view-all-link:hover{color:#7a5faf}.services-section{background:#fff}.section-header-row{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}.service-card{background:#fff;border-radius:14px;overflow:hidden;border:1px solid #EDE6F7;box-shadow:0 2px 14px #9b7fcc12;transition:transform .28s,box-shadow .28s;display:flex;flex-direction:column}.service-card:hover{transform:translateY(-6px);box-shadow:0 14px 36px #9b7fcc2e}.sc-top{height:115px;display:flex;align-items:center;justify-content:center}.sc-icon{font-size:2.8rem;filter:drop-shadow(0 2px 6px rgba(0,0,0,.2))}.sc-body{padding:1.1rem 1.3rem .5rem;flex:1}.sc-body h3{font-size:.97rem;font-weight:700;color:#1e1e1e;margin-bottom:.4rem}.sc-body p{font-size:.85rem;color:#777;line-height:1.65}.sc-footer{padding:.6rem 1.3rem 1rem;border-top:1px solid #EDE6F7}.sc-footer a{font-size:.83rem;font-weight:700;transition:opacity .18s}.sc-footer a:hover{opacity:.65}.sec-cta{text-align:center;margin-top:2rem}.how-section{background:#f5f0fc}.section-center{text-align:center;margin-bottom:2rem}.steps-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;position:relative}.step-card{background:#fff;border-radius:16px;padding:2rem 1.6rem;text-align:center;box-shadow:0 4px 20px #9b7fcc1a;border:1px solid #EDE6F7;position:relative}.step-num{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;background:linear-gradient(135deg,#9b7fcc,#7a5faf);color:#fff;font-size:1.15rem;font-weight:800;border-radius:50%;margin-bottom:1rem;box-shadow:0 6px 18px #9b7fcc59}.step-card h3{font-size:1.02rem;font-weight:700;color:#2d1f4e;margin-bottom:.5rem}.step-card p{font-size:.87rem;color:#777;line-height:1.7}.step-arrow{position:absolute;right:-1.1rem;top:42%;font-size:1.8rem;color:#c8bae8;z-index:1}.about-teaser{background:#fff}.about-teaser-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-img-wrap{position:relative;border-radius:18px;overflow:hidden;box-shadow:0 16px 48px #9b7fcc33}.about-img-wrap img{width:100%;max-height:480px;object-fit:cover;display:block}.about-brand-badge{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(135deg,#2d1f4eed,#4a3870ed);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:.8rem 1.2rem;display:flex;align-items:center;gap:.8rem}.about-brand-badge img{width:26px;height:26px;object-fit:contain;filter:brightness(0) invert(1);flex-shrink:0}.about-brand-badge div{display:flex;flex-direction:column;line-height:1.3}.about-brand-badge span{font-size:.82rem;font-weight:700;color:#fff;letter-spacing:.3px}.about-brand-badge small{font-size:.72rem;color:#c8bae8;letter-spacing:.5px}.about-teaser-text p{font-size:.95rem;color:#666;line-height:1.82;margin-bottom:.9rem}.about-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0 1.4rem}.about-pills span{background:#ede6f7;color:#7a5faf;font-size:.78rem;font-weight:700;padding:.3rem .85rem;border-radius:50px}.testimonials-section{background:#f5f0fc}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}.testi-card{background:#fff;border-radius:16px;padding:1.7rem;box-shadow:0 4px 18px #9b7fcc1a;border:1px solid #EDE6F7;display:flex;flex-direction:column;gap:.9rem;transition:transform .28s,box-shadow .28s}.testi-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #9b7fcc29}.testi-stars{color:#9b7fcc;font-size:1.05rem;letter-spacing:3px}.testi-text{font-size:.9rem;color:#555;line-height:1.75;flex:1;font-style:italic}.testi-author{display:flex;align-items:center;gap:.75rem;border-top:1px solid #EDE6F7;padding-top:.9rem}.testi-avatar{width:40px;height:40px;background:linear-gradient(135deg,#9b7fcc,#7a5faf);color:#fff;font-weight:800;font-size:1.05rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.testi-author strong{display:block;font-size:.88rem;color:#2d1f4e;font-weight:700}.testi-author span{font-size:.77rem;color:#9b7fcc}@media (max-width: 1000px){.hero-left-inner,.hero-sub{max-width:100%}.services-grid{grid-template-columns:repeat(2,1fr)}.steps-row{grid-template-columns:1fr}.step-arrow{display:none}.about-teaser-inner{grid-template-columns:1fr;gap:2rem}.testimonials-grid{grid-template-columns:repeat(2,1fr)}.section-header-row{flex-direction:column;align-items:flex-start;gap:.4rem}}@media (max-width: 600px){.hero-left-inner h1{font-size:2rem}.services-grid,.testimonials-grid{grid-template-columns:1fr}.hero-brand-strip span:not(.hbs-icon){font-size:.73rem}}.page-hero{background:linear-gradient(135deg,#2d1f4e,#4a3870);color:#fff;padding:6rem 0 3rem;text-align:center}.page-hero h1{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;color:#fff;margin-bottom:.7rem}.page-hero p{font-size:1rem;color:#c8bae8;max-width:520px;margin:0 auto;line-height:1.7}.about-mission{background:#fff}.about-mission-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:3.5rem;align-items:center}.mission-text p{color:#666;line-height:1.8;margin-bottom:.9rem;font-size:.95rem}.mission-img img{width:100%;border-radius:14px;object-fit:cover;max-height:520px;box-shadow:0 14px 40px #9b7fcc2e}.about-values{background:#f5f0fc}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.3rem}.value-card{background:#fff;border-radius:12px;padding:1.6rem 1.3rem;text-align:center;box-shadow:0 3px 14px #9b7fcc17;border:1px solid #EDE6F7;transition:transform .28s,box-shadow .28s}.value-card:hover{transform:translateY(-4px);box-shadow:0 10px 26px #9b7fcc29}.value-icon{font-size:2.2rem;display:block;margin-bottom:.8rem}.value-card h3{font-size:.95rem;font-weight:700;color:#2d1f4e;margin-bottom:.5rem}.value-card p{font-size:.84rem;color:#777;line-height:1.65}@media (max-width: 900px){.about-mission-inner{grid-template-columns:1fr;gap:2rem}.values-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 500px){.values-grid{grid-template-columns:1fr}}.services-hero{background:linear-gradient(135deg,#2d1f4e,#4a3870);color:#fff;padding:6rem 0 3rem;text-align:center}.services-hero h1{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;color:#fff;margin-bottom:.7rem}.services-hero p{font-size:1rem;color:#c8bae8;max-width:540px;margin:0 auto;line-height:1.7}.services-overview{background:#f5f0fc;padding:1.5rem 0}.overview-grid{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.overview-chip{background:#fff;border:1.5px solid #9B7FCC;color:#9b7fcc;font-family:Arial,Helvetica,sans-serif;font-weight:700;font-size:.78rem;padding:.38rem 1rem;border-radius:100px}.service-detail{padding:3rem 0;background:#fff}.service-detail:nth-child(2n){background:#f5f0fc}.service-detail-inner{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}.service-detail.reverse .service-detail-inner{direction:rtl}.service-detail.reverse .service-detail-inner>*{direction:ltr}.service-detail-img{position:relative}.img-accent-border{position:absolute;top:-10px;left:-10px;width:100%;height:100%;border:3px solid;border-radius:16px;opacity:.25}.service-detail-img img{width:100%;border-radius:14px;object-fit:cover;max-height:400px;position:relative;box-shadow:0 14px 40px #9b7fcc29}.service-tagline{font-size:.95rem;font-weight:600;color:#555;font-style:italic;margin-bottom:.8rem}.service-desc{color:#666;line-height:1.8;margin-bottom:1.2rem;font-size:.93rem}.service-items{list-style:none;display:flex;flex-direction:column;gap:.45rem}.service-items li{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:#444;font-weight:600}.check{font-size:.9rem;font-weight:700}@media (max-width: 860px){.service-detail-inner{grid-template-columns:1fr;gap:2rem}.service-detail.reverse .service-detail-inner{direction:ltr}}.products-hero{background:linear-gradient(135deg,#1a1033,#2d1f4e,#4a3870);color:#fff;padding:6.5rem 0 3.5rem;text-align:center;position:relative;overflow:hidden}.products-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 60% at 50% 0%,rgba(155,127,204,.18) 0%,transparent 70%);pointer-events:none}.products-hero h1{font-size:clamp(2rem,4.5vw,3rem);font-weight:800;color:#fff;margin-bottom:.7rem;letter-spacing:-.5px}.products-hero p{font-size:1.05rem;color:#c8bae8;max-width:580px;margin:0 auto 1.8rem;line-height:1.75}.hero-search{display:flex;align-items:center;gap:.7rem;background:#fff;border-radius:50px;padding:.65rem 1.4rem;max-width:500px;margin:0 auto;box-shadow:0 12px 40px #0000004d;transition:box-shadow .2s}.hero-search:focus-within{box-shadow:0 12px 40px #9b7fcc59}.hero-search svg{color:#9b7fcc;flex-shrink:0}.hero-search input{flex:1;border:none;outline:none;font-family:Arial,Helvetica,sans-serif;font-size:.95rem;color:#333;background:transparent}.clear-search{background:none;border:none;color:#aaa;cursor:pointer;font-size:.9rem;padding:0;line-height:1;transition:color .15s}.clear-search:hover{color:#333}.products-layout{display:grid;grid-template-columns:260px 1fr;gap:2rem;padding-top:2.2rem;padding-bottom:3.5rem;align-items:flex-start}.sidebar-toggle{display:none;background:#2d1f4e;color:#fff;border:none;padding:.65rem 1.3rem;border-radius:8px;font-family:Arial,Helvetica,sans-serif;font-weight:700;font-size:.88rem;cursor:pointer;grid-column:1 / -1;letter-spacing:.3px}.products-sidebar{position:sticky;top:76px;background:#fff;border-radius:14px;padding:1.4rem;box-shadow:0 4px 24px #9b7fcc1f;border:1px solid #EDE6F7;max-height:calc(100vh - 96px);overflow-y:auto}.products-sidebar h3{font-family:Arial,Helvetica,sans-serif;font-size:.68rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#9b7fcc;margin-bottom:1rem;padding-bottom:.65rem;border-bottom:1px solid #EDE6F7}.cat-list{list-style:none}.cat-btn{width:100%;display:flex;align-items:center;gap:.55rem;padding:.6rem .75rem;border:none;background:none;border-radius:8px;font-family:Arial,Helvetica,sans-serif;font-size:.85rem;font-weight:600;color:#555;cursor:pointer;text-align:left;transition:background .18s,color .18s}.cat-btn:hover{background:#f5f0fc;color:#9b7fcc}.cat-btn.active{background:linear-gradient(135deg,#ede6f7,#f5f0fc);color:#7a5faf;font-weight:700}.cat-icon{font-size:1rem}.cat-count{margin-left:auto;background:#ede6f7;color:#9b7fcc;font-size:.66rem;font-weight:700;padding:2px 7px;border-radius:100px}.sub-list{list-style:none;margin:.2rem 0 .45rem 1.9rem;display:flex;flex-direction:column;gap:1px}.sub-btn{background:none;border:none;padding:.32rem .6rem;border-radius:6px;font-family:Arial,Helvetica,sans-serif;font-size:.8rem;color:#888;cursor:pointer;text-align:left;width:100%;transition:background .16s,color .16s}.sub-btn:hover{background:#f5f0fc;color:#9b7fcc}.sub-btn.active{background:#ede6f7;color:#7a5faf;font-weight:700}.products-main{min-width:0}.products-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.1rem;flex-wrap:wrap;gap:.4rem;background:#fff;border-radius:10px;padding:.75rem 1.1rem;border:1px solid #EDE6F7;box-shadow:0 2px 10px #9b7fcc0f}.breadcrumb{display:flex;align-items:center;gap:.35rem;font-family:Arial,Helvetica,sans-serif;font-size:.82rem;color:#999}.bc-link{color:#9b7fcc;cursor:pointer;font-weight:600}.bc-link:hover{text-decoration:underline}.bc-sep{color:#ccc}.breadcrumb span:last-child{color:#2d1f4e;font-weight:700}.result-count{font-size:.82rem;color:#999}.result-count strong{color:#2d1f4e;font-size:1rem}.sub-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.3rem}.chip{background:#f5f0fc;border:1.5px solid transparent;color:#777;font-family:Arial,Helvetica,sans-serif;font-size:.77rem;font-weight:600;padding:.35rem .9rem;border-radius:100px;cursor:pointer;transition:all .18s}.chip:hover{background:#ede6f7;color:#9b7fcc;border-color:#d5c8f0}.chip.active{background:#9b7fcc;color:#fff;border-color:#9b7fcc;box-shadow:0 2px 10px #9b7fcc59}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}.product-card{background:#fff;border-radius:14px;overflow:hidden;border:1px solid #EDE6F7;box-shadow:0 3px 16px #9b7fcc17;position:relative;transition:transform .3s cubic-bezier(.25,.8,.25,1),box-shadow .3s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #9b7fcc38;border-color:#d5c8f0}.product-tag{position:absolute;top:10px;left:10px;z-index:4;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:.63rem;font-weight:700;letter-spacing:.9px;padding:3px 9px;border-radius:100px;text-transform:uppercase;box-shadow:0 2px 8px #0003}.product-img-wrap{position:relative;overflow:hidden;height:215px;background:#f5f0fc;flex-shrink:0}.product-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;display:block}.product-card:hover .product-img-wrap img{transform:scale(1.06)}.product-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#2d1f4eb8;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s;z-index:3}.product-card:hover .product-overlay{opacity:1}.overlay-btn{background:#fff;color:#2d1f4e;font-family:Arial,Helvetica,sans-serif;font-weight:700;font-size:.82rem;padding:.55rem 1.4rem;border-radius:50px;transition:background .2s,color .2s;box-shadow:0 4px 14px #0003}.overlay-btn:hover{background:#9b7fcc;color:#fff}.brand-strip{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(135deg,#2d1f4eed,#4a3870ed);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;gap:.55rem;padding:.5rem .75rem;z-index:2;transition:padding .25s}.product-card:hover .brand-strip{background:linear-gradient(135deg,#2d1f4efa,#9b7fcce6)}.brand-strip>img{width:22px;height:22px;object-fit:contain;flex-shrink:0;filter:brightness(0) invert(1);opacity:.9}.brand-strip-text{flex:1;min-width:0}.brand-strip-text span{display:block;font-family:Arial,Helvetica,sans-serif;font-size:.67rem;font-weight:700;color:#fff;letter-spacing:.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-strip-text small{display:block;font-family:Arial,Helvetica,sans-serif;font-size:.58rem;color:#c8bae8;letter-spacing:.6px;margin-top:1px}.brand-strip-icon{font-size:.85rem;flex-shrink:0}.product-info{padding:.9rem 1rem 1rem;display:flex;flex-direction:column;flex:1}.product-sub{font-size:.66rem;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:#9b7fcc;display:block;margin-bottom:.28rem}.product-name{font-family:Arial,Helvetica,sans-serif;font-size:.88rem;font-weight:700;color:#1a1033;line-height:1.35;margin-bottom:.75rem;flex:1}.product-actions{display:flex;margin-top:auto}.btn-enquire{display:inline-block;background:linear-gradient(135deg,#ede6f7,#f5f0fc);color:#7a5faf;font-family:Arial,Helvetica,sans-serif;font-weight:700;font-size:.78rem;padding:.42rem 1.05rem;border-radius:6px;transition:background .22s,color .22s,box-shadow .22s;border:1px solid #D5C8F0}.btn-enquire:hover{background:#9b7fcc;color:#fff;border-color:#9b7fcc;box-shadow:0 4px 12px #9b7fcc59}.no-results{text-align:center;padding:5rem 2rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;background:#fff;border-radius:14px;border:1px solid #EDE6F7}.no-results span{font-size:3.5rem}.no-results p{color:#777;font-size:.97rem;line-height:1.6}.products-cta-banner{margin-top:2.8rem;background:linear-gradient(135deg,#1a1033,#2d1f4e,#4a3870);border-radius:16px;padding:2.2rem 2.8rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;position:relative;overflow:hidden;box-shadow:0 8px 32px #2d1f4e4d}.products-cta-banner:before{content:"";position:absolute;top:-50%;right:-5%;width:280px;height:280px;background:radial-gradient(circle,rgba(155,127,204,.2) 0%,transparent 70%);pointer-events:none}.products-cta-banner h3{font-size:1.2rem;font-weight:800;color:#fff;margin-bottom:.35rem;letter-spacing:-.3px}.products-cta-banner p{color:#c8bae8;font-size:.9rem;line-height:1.65}@media (max-width: 1100px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 780px){.products-layout{grid-template-columns:1fr}.sidebar-toggle{display:block}.products-sidebar{display:none;position:static;grid-column:1/-1}.products-sidebar.open{display:block}}@media (max-width: 500px){.product-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.product-img-wrap{height:160px}.brand-strip-text span{font-size:.6rem}.brand-strip-text small{display:none}.products-cta-banner{flex-direction:column;text-align:center}.products-cta-banner:before{display:none}}@media (max-width: 340px){.product-grid{grid-template-columns:1fr}}.contact-hero{background:linear-gradient(135deg,#2d1f4e,#4a3870);color:#fff;padding:6rem 0 3rem;text-align:center}.contact-hero h1{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;color:#fff;margin-bottom:.7rem}.contact-hero p{font-size:1rem;color:#c8bae8;max-width:500px;margin:0 auto;line-height:1.7}.contact-section{background:#f5f0fc}.contact-inner{display:grid;grid-template-columns:1fr 1.5fr;gap:2.5rem;align-items:flex-start}.contact-info h2{font-size:1.5rem;font-weight:700;color:#2d1f4e;margin-bottom:.4rem}.contact-info>p{color:#777;line-height:1.7;margin-bottom:1.5rem;font-size:.92rem}.contact-cards{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.5rem}.contact-card{display:flex;align-items:flex-start;gap:.9rem;background:#fff;border-radius:10px;padding:1rem 1.2rem;box-shadow:0 2px 10px #9b7fcc17;border:1px solid #EDE6F7;transition:transform .2s,box-shadow .2s}.contact-card:hover{transform:translateY(-2px);box-shadow:0 6px 18px #9b7fcc24}.contact-card-icon{color:#9b7fcc;flex-shrink:0;margin-top:2px}.contact-card>div{display:flex;flex-direction:column;gap:.15rem}.contact-card-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#9b7fcc}.contact-card-value{font-size:.9rem;color:#2d1f4e;font-weight:600}.contact-map{border-radius:10px;overflow:hidden}.contact-form-wrap{background:#fff;border-radius:14px;padding:2rem;box-shadow:0 6px 28px #9b7fcc1a;border:1px solid #EDE6F7}.contact-form h2{font-size:1.4rem;font-weight:700;color:#2d1f4e;margin-bottom:1.3rem}.form-error{background:#fef0f0;border:1px solid #f5c5c5;color:#c0392b;padding:.65rem 1rem;border-radius:7px;font-size:.87rem;margin-bottom:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.form-group label{font-size:.78rem;font-weight:700;color:#444;letter-spacing:.2px;text-transform:uppercase}.form-group label span{color:#e87a90}.form-group input,.form-group textarea{width:100%;padding:.65rem .9rem;border:1.5px solid #E0D8F0;border-radius:7px;font-family:Arial,Helvetica,sans-serif;font-size:.9rem;color:#333;background:#fafaf8;transition:border-color .2s,box-shadow .2s;outline:none;resize:vertical}.form-group input:focus,.form-group textarea:focus{border-color:#9b7fcc;box-shadow:0 0 0 3px #9b7fcc24;background:#fff}.form-submit{width:100%;font-size:.95rem;padding:.9rem;letter-spacing:1px}.form-success{text-align:center;padding:3rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.9rem}.form-success span{font-size:3rem}.form-success h3{font-size:1.6rem;color:#2d1f4e}.form-success p{color:#777;font-size:.95rem;line-height:1.7;max-width:300px}@media (max-width: 860px){.contact-inner{grid-template-columns:1fr;gap:1.5rem}.form-row{grid-template-columns:1fr;gap:0}}
