.landingPage{min-height:100vh;display:flex;flex-direction:column;background:#f5f7fa;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.container{max-width:1280px;margin:0 auto;padding:0 24px;width:100%}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05);transition:all .3s ease}.navbar.scrolled{box-shadow:0 4px 20px rgba(0,0,0,.1)}.navbarContainer{max-width:1280px;margin:0 auto;padding:0 24px;justify-content:space-between;height:70px}.navbarBrand,.navbarContainer{display:flex;align-items:center}.navbarBrand{gap:10px;cursor:pointer;text-decoration:none}.navbarLogo{font-size:28px}.navbarTitle{font-size:20px;font-weight:700;color:#1a1a2e}.titleHighlight{color:#4a6cf7}.navbarMenu{display:flex;list-style:none;gap:30px;margin:0;padding:0}.navLink{color:#4a5568;font-weight:500;font-size:15px;text-decoration:none;padding:8px 0;position:relative;transition:color .3s ease}.navLink:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#4a6cf7;transition:width .3s ease}.navLink.active,.navLink:hover{color:#4a6cf7}.navLink.active:after,.navLink:hover:after{width:100%}.navbarButtons{display:flex;gap:12px;align-items:center}.navbarCTA{border:none;padding:10px 24px;border-radius:25px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;text-decoration:none}.navbarCTA.primary{background:linear-gradient(135deg,#4a6cf7,#6366f1);color:#fff;box-shadow:0 4px 15px rgba(74,108,247,.3)}.navbarCTA.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(74,108,247,.4)}.navbarCTA.secondary{background:transparent;color:#4a6cf7;border:2px solid #4a6cf7}.navbarCTA.secondary:hover{background:#4a6cf7;color:#fff;transform:translateY(-2px)}.mobileMenuBtn{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:5px}.mobileMenuBtn span{width:25px;height:2px;background:#1a1a2e;transition:all .3s ease}.heroSlider{position:relative;height:100vh;min-height:100vh;max-height:100vh;overflow:hidden;margin-top:0}.heroSlide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .8s ease-in-out;display:flex;align-items:center;justify-content:center;padding:80px 20px 60px}.heroSlide.active{opacity:1;z-index:1}.heroOverlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:0}.heroContent{position:relative;z-index:2;max-width:700px;text-align:center;color:#fff;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.heroTitle{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;margin-bottom:10px;text-shadow:0 2px 10px rgba(0,0,0,.3);line-height:1.2}.heroSubtitle{font-size:clamp(1rem,2.5vw,1.5rem);font-weight:600;margin-bottom:15px;opacity:.95;text-shadow:0 1px 5px rgba(0,0,0,.3)}.heroDescription{font-size:clamp(.9rem,2vw,1.1rem);margin-bottom:0;opacity:.9;line-height:1.6;text-shadow:0 1px 3px rgba(0,0,0,.3)}.rolesSection{position:relative;z-index:5;width:100%;background:linear-gradient(135deg,rgba(26,26,46,.95),rgba(22,33,62,.95));padding:50px 24px 60px;margin-top:0;scroll-margin-top:80px}.rolesContainer{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;max-width:1100px;margin:0 auto}.heroRoleCard{background:hsla(0,0%,100%,.12);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.15);border-radius:12px;padding:22px 24px;text-align:center;color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 32px rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center;gap:4px;width:200px;min-width:160px}.heroRoleCard:hover{transform:translateY(-5px);background:hsla(0,0%,100%,.22);box-shadow:0 12px 40px rgba(0,0,0,.2)}.heroRoleIcon{width:46px;height:46px;border-radius:50%;background:hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;margin:0 auto 4px;color:#fff;font-size:18px;transition:all .3s ease;box-shadow:0 0 15px hsla(0,0%,100%,.1)}.heroRoleCard:hover .heroRoleIcon{transform:scale(1.08);background:hsla(0,0%,100%,.3)}.heroRoleTitle{font-size:16px;font-weight:700;margin:0;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.3)}.heroRoleDesc{font-size:13px;margin:0;color:hsla(0,0%,100%,.85);line-height:1.3}.heroRoleArrow{font-size:16px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:hsla(0,0%,100%,.15);color:#fff;transition:all .3s ease;margin-top:2px}.heroRoleCard:hover .heroRoleArrow{transform:translateX(4px);background:hsla(0,0%,100%,.25)}.sliderArrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.2);color:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.sliderArrow:hover{background:hsla(0,0%,100%,.3);transform:translateY(-50%) scale(1.08)}.sliderArrow.prev{left:20px}.sliderArrow.next{right:20px}.sliderDots{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:10}.sliderDot{width:10px;height:10px;border-radius:50%;border:2px solid hsla(0,0%,100%,.5);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.sliderDot.active{background:#fff;border-color:#fff;transform:scale(1.2)}.sliderDot:hover{background:hsla(0,0%,100%,.5)}.heroCTA{position:absolute;bottom:100px;left:50%;transform:translateX(-50%);z-index:10;padding:14px 40px;font-size:16px;font-weight:700;color:#fff;background:linear-gradient(135deg,#4a6cf7,#6366f1 50%,#764ba2);border:none;border-radius:50px;cursor:pointer;box-shadow:0 8px 25px rgba(74,108,247,.4),0 0 0 0 rgba(74,108,247,.4);transition:all .3s ease;white-space:nowrap;letter-spacing:.5px}.heroCTA:hover{transform:translateX(-50%) translateY(-3px);box-shadow:0 12px 35px rgba(74,108,247,.5),0 0 0 8px rgba(74,108,247,.1)}.heroCTA:active{transform:translateX(-50%) translateY(-1px)}.servicesSection{padding:120px 24px;max-width:1280px;margin:0 auto;text-align:center}.sectionHeader{margin-bottom:70px}.sectionTitle{font-size:clamp(2rem,4vw,2.8rem);font-weight:800;color:#1a1a2e;margin-bottom:18px;position:relative;display:inline-block}.sectionTitle:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:70px;height:4px;background:linear-gradient(135deg,#4a6cf7,#764ba2);border-radius:2px}.sectionSubtitle{font-size:17px;color:#64748b;max-width:560px;margin:0 auto;line-height:1.7}.servicesGrid{display:flex;flex-wrap:wrap;justify-content:center;gap:28px}.serviceCard{background:#fff;padding:40px 28px;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,.08);text-align:center;transition:all .4s ease;border:1px solid rgba(0,0,0,.05);position:relative;overflow:hidden;flex:1 1 240px;max-width:280px;min-width:220px}.serviceCard:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(135deg,#4a6cf7,#764ba2);transform:scaleX(0);transition:transform .4s ease}.serviceCard:hover{transform:translateY(-10px);box-shadow:0 20px 60px rgba(0,0,0,.12)}.serviceCard:hover:before{transform:scaleX(1)}.serviceIconWrapper{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#4a6cf7,#764ba2);display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:#fff;font-size:32px;transition:transform .3s ease}.serviceCard:hover .serviceIconWrapper{transform:scale(1.1)}.serviceTitle{font-size:20px;font-weight:700;color:#1a1a2e;margin-bottom:12px}.serviceDesc{font-size:14px;color:#64748b;line-height:1.7}.productsSection{padding:100px 24px;background:#fff}.productsSection .sectionHeader{text-align:center;margin-bottom:70px}.productsGrid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:30px;gap:30px}.productCard{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.08);transition:all .4s ease;border:1px solid rgba(0,0,0,.05)}.productCard:hover{transform:translateY(-10px);box-shadow:0 20px 60px rgba(0,0,0,.15)}.productImageContainer{position:relative;overflow:hidden;aspect-ratio:1}.productImage{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.productCard:hover .productImage{transform:scale(1.1)}.productOverlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(74,108,247,.8);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.productCard:hover .productOverlay{opacity:1}.productBtn{background:#fff;color:#4a6cf7;border:none;padding:10px 24px;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease}.productBtn:hover{transform:scale(1.05);box-shadow:0 4px 15px rgba(0,0,0,.2)}.productInfo{padding:20px;text-align:center}.productName{font-size:16px;font-weight:700;color:#1a1a2e;margin-bottom:5px}.productVendor{font-size:13px;color:#64748b;margin-bottom:10px}.productPrice{font-size:18px;font-weight:700;color:#4a6cf7}.productRating{font-size:14px;color:#f59e0b;margin-bottom:8px}.categoryFilterBar{max-width:1280px;margin:0 auto 50px;padding:0 24px;position:-webkit-sticky;position:sticky;top:70px;z-index:99}.categoryFilterBarInner{display:flex;align-items:center;gap:18px;background:#fff;border:1px solid rgba(74,108,247,.12);border-radius:18px;padding:18px 24px;box-shadow:0 12px 40px rgba(74,108,247,.08)}.categoryFilterBadge{width:54px;height:54px;flex-shrink:0;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:26px;background:linear-gradient(135deg,#4a6cf7,#764ba2);box-shadow:0 6px 18px rgba(74,108,247,.3)}.categoryFilterText{display:flex;flex-direction:column;gap:2px;min-width:0}.categoryFilterTitle{font-size:18px;font-weight:700;color:#1a1a2e;margin:0}.categoryFilterSubtitle{font-size:13px;color:#64748b;margin:0}.categoryFilterControls{display:flex;align-items:stretch;margin-left:auto}.categoryDropdown{position:relative;margin-left:0;flex-shrink:0;min-width:240px}.categoryDropdownToggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;background:#f8fafc;border:1.5px solid #e2e8f0;border-left:none;border-radius:0 12px 12px 0;font-size:15px;font-weight:600;color:#1a1a2e;cursor:pointer;transition:all .25s ease;height:100%}.categoryDropdownToggle:hover{border-color:#4a6cf7;background:#fff;box-shadow:0 4px 14px rgba(74,108,247,.12)}.categoryDropdownToggle:focus-visible{outline:none;border-color:#4a6cf7;box-shadow:0 0 0 3px rgba(74,108,247,.18)}.categoryDropdownValue{display:flex;align-items:center;gap:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.categoryCaret{font-size:12px;color:#64748b;transition:transform .25s ease}.categoryCaret.open{transform:rotate(180deg);color:#4a6cf7}.categoryDropdownMenu{position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:50;list-style:none;margin:0;padding:8px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:14px;box-shadow:0 18px 50px rgba(15,23,42,.18);animation:categoryMenuIn .18s ease-out;max-height:320px;overflow-y:auto}@keyframes categoryMenuIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.categoryDropdownItem{display:flex;align-items:center;gap:10px;padding:11px 14px;border-radius:10px;font-size:14px;font-weight:500;color:#334155;cursor:pointer;transition:all .2s ease}.categoryDropdownItem:hover{background:#f1f5f9;color:#1a1a2e}.categoryDropdownItem.active{background:linear-gradient(135deg,rgba(74,108,247,.12),rgba(118,75,162,.12));color:#4a6cf7;font-weight:700}.categoryItemIcon{font-size:15px}.categorySearch{position:relative;display:flex;align-items:center;min-width:240px;flex:1 1 360px;max-width:520px}.categorySearchIcon{position:absolute;left:16px;font-size:15px;pointer-events:none;color:#94a3b8}.categorySearchInput{width:100%;padding:14px 40px 14px 42px;background:#f8fafc;border:1.5px solid #e2e8f0;border-right:none;border-radius:12px 0 0 12px;font-size:15px;font-weight:500;color:#1a1a2e;transition:all .25s ease}.categorySearchInput::placeholder{color:#94a3b8;font-weight:400}.categorySearchInput:focus{outline:none;border-color:#4a6cf7;background:#fff;box-shadow:0 4px 14px rgba(74,108,247,.12)}.categorySearchClear{position:absolute;right:12px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#e2e8f0;color:#475569;font-size:11px;cursor:pointer;transition:all .2s ease}.categorySearchClear:hover{background:#cbd5e1;color:#1a1a2e}@media (max-width:768px){.categoryFilterBarInner{flex-wrap:wrap;padding:16px}.categoryFilterText{flex:1 1 100%;order:2}.categoryFilterControls{flex:1 1 100%;order:5;margin-left:0;flex-wrap:wrap}.categorySearch{flex:1 1 100%;order:4;max-width:none;margin-left:0}.categorySearchInput{border-right:1.5px solid #e2e8f0;border-radius:12px}.categoryDropdown{flex:1 1 100%;order:3;margin-left:0;min-width:0}.categoryDropdownToggle{border-left:1.5px solid #e2e8f0;border-radius:12px}.categoryFilterBadge{order:1}}.addToCartBtn{width:100%;padding:10px 16px;background:linear-gradient(135deg,#4a6cf7,#6366f1);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;margin-top:10px}.addToCartBtn:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(74,108,247,.4)}.landingToast{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);padding:14px 28px;border-radius:10px;color:#fff;font-weight:600;font-size:14px;z-index:9999;box-shadow:0 10px 40px rgba(0,0,0,.2);animation:toastIn .3s ease-out}.toast-success{background:linear-gradient(135deg,#28a745,#20c997)}.toast-error{background:linear-gradient(135deg,#dc3545,#c82333)}.toast-info{background:linear-gradient(135deg,#4a6cf7,#6366f1)}@keyframes toastIn{0%{opacity:0;transform:translateX(-50%) translateY(20px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.siteFooter{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:80px 20px 0}.footerContainer{max-width:1280px;margin:0 auto}.footerGrid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:40px;gap:40px;margin-bottom:60px}.footerLogo{font-size:22px;font-weight:700;margin-bottom:15px;display:flex;align-items:center;gap:8px}.footerAbout{font-size:14px;color:#94a3b8;line-height:1.7}.footerLinks h4,.footerSocial h4{font-size:16px;font-weight:700;margin-bottom:20px;color:#fff}.footerLinks ul{list-style:none;padding:0;margin:0}.footerLinks li{margin-bottom:12px}.footerLinks a{color:#94a3b8;text-decoration:none;font-size:14px;transition:color .3s ease}.footerLinks a:hover{color:#4a6cf7}.socialIcons{display:flex;gap:15px;margin-top:15px}.socialIcon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:hsla(0,0%,100%,.1);color:#fff;text-decoration:none;transition:all .3s ease}.socialIcon:hover{background:#4a6cf7;transform:translateY(-3px)}.footerBottom{border-top:1px solid hsla(0,0%,100%,.1);padding:25px 0;text-align:center}.footerBottom p{font-size:14px;color:#64748b;margin:0}@media (max-width:1024px){.heroContent{max-width:100%}.footerGrid{grid-template-columns:repeat(2,1fr);gap:30px}.heroCTA{bottom:90px;padding:12px 32px;font-size:15px}.rolesSection{padding:40px 20px 50px}.heroRoleCard{width:180px;min-width:150px;padding:18px 20px}.heroRoleIcon{width:42px;height:42px;font-size:17px}.heroRoleTitle{font-size:15px}.heroRoleDesc{font-size:12px}}@media (max-width:768px){.navbarMenu{display:none;position:absolute;top:70px;left:0;right:0;background:#fff;flex-direction:column;padding:20px;gap:15px;box-shadow:0 10px 30px rgba(0,0,0,.1);border-radius:0 0 16px 16px;z-index:999}.mobileMenuBtn,.navbarMenu.active{display:flex}.navbarButtons{display:none}.navbarMenu .navLink{display:block;padding:12px 0;border-bottom:1px solid rgba(0,0,0,.05);font-size:16px}.footerGrid{grid-template-columns:repeat(2,1fr);gap:30px}.serviceCard{flex:1 1 200px;max-width:220px;min-width:160px;padding:28px 16px}.serviceIconWrapper{width:64px;height:64px;font-size:26px}.rolesSection{padding:35px 16px 45px}.rolesContainer{gap:12px}.heroRoleCard{padding:16px 18px;width:160px;min-width:130px}.heroRoleIcon{width:40px;height:40px;font-size:16px}.heroRoleTitle{font-size:14px}.heroRoleDesc{font-size:11px}.heroRoleArrow{width:28px;height:28px;font-size:13px}.sliderDots{bottom:30px}.heroCTA{bottom:85px;padding:12px 28px;font-size:14px}.heroSlider{min-height:70vh}.productsSection{padding:60px 16px}.categoryFilterBar{padding:0 16px}}@media (max-width:480px){.navbarContainer{padding:0 16px;height:60px}.navbarLogo{font-size:24px}.navbarTitle{font-size:18px}.heroTitle{font-size:1.6rem}.heroSubtitle{font-size:.95rem}.heroDescription{font-size:.85rem}.servicesGrid{flex-direction:column;align-items:center}.serviceCard{max-width:100%;width:100%;padding:24px 16px}.productsGrid{grid-template-columns:repeat(2,1fr);gap:12px}.productInfo{padding:12px}.productName{font-size:14px}.productPrice{font-size:16px}.footerGrid{grid-template-columns:1fr;gap:30px}.sliderArrow{width:36px;height:36px}.serviceIconWrapper{width:56px;height:56px;font-size:24px}.rolesSection{padding:30px 12px 40px}.rolesContainer{flex-direction:column;align-items:center;gap:10px}.heroRoleCard{width:100%;max-width:280px;padding:14px 18px;flex-direction:row;gap:12px;justify-content:flex-start;text-align:left;min-height:60px}.heroRoleIcon{width:40px;height:40px;font-size:16px;margin:0}.heroRoleTitle{font-size:14px}.heroRoleDesc{font-size:11px}.heroRoleArrow{margin-left:auto;width:28px;height:28px;font-size:12px}.sliderDots{bottom:30px;gap:8px}.sliderDot{width:8px;height:8px}.sliderArrow.prev{left:10px}.sliderArrow.next{right:10px}.heroSlider{min-height:60vh}.heroCTA{bottom:75px;padding:12px 24px;font-size:13px;border-radius:40px}.productsSection{padding:40px 12px}.sectionHeader{margin-bottom:40px}.sectionTitle{font-size:1.5rem}.sectionSubtitle{font-size:14px}.categoryFilterBar{padding:0 12px;top:60px}.categoryFilterBarInner{padding:12px}.siteFooter{padding:40px 16px 0}}@media (max-width:360px){.productsGrid{grid-template-columns:1fr}}@keyframes slideInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.animate-slide-in{animation:slideInUp .6s ease-out forwards}html{scroll-behavior:smooth}