.products{box-sizing:border-box;background:radial-gradient(circle at 0 0,#1e3a8a55,#0000 40%),radial-gradient(circle at 100% 100%,#7c3aed44,#0000 40%),#020617;border-top-left-radius:50px;border-top-right-radius:50px;min-height:100vh;padding:10px 28px 34px;position:relative}.products *,.products :before,.products :after{box-sizing:border-box}.productsInner{max-width:1200px;margin:0 auto}.productsHeading{color:#fff;text-align:center;margin-bottom:40px;font-family:Space Grotesk,sans-serif;font-size:34px;font-weight:700}.productsGrid{flex-wrap:wrap;align-items:flex-start;gap:40px;width:100%;display:flex}.smallProductsColumn{flex-direction:column;flex:1;gap:20px;min-width:300px;display:flex}.bigProduct{flex:1.4;min-width:300px;position:sticky;top:40px}.productCard{text-align:left;background:#ffffff0a;border-radius:20px;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;padding:24px;transition:all .3s;display:flex;position:relative}.productCard:hover{background:#ffffff14;transform:translateY(-8px)}.productCard:before{content:"";-webkit-mask-composite:xor;opacity:0;pointer-events:none;background:linear-gradient(135deg,#3b82f6,#a855f7);border-radius:20px;padding:1.5px;transition:opacity .3s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.productCard:hover:before{opacity:1}.productCard h4{color:#fff;margin:16px 0 12px;font-family:Space Grotesk,sans-serif;font-size:22px;font-weight:700}.productCard p{color:#94a3b8;margin-bottom:20px;font-size:15px;line-height:1.7}.productImage{border-radius:16px;width:100%;height:180px;margin-bottom:16px;overflow:hidden}.productImage img{object-fit:cover;width:100%;height:100%;display:block}.productPrice{color:#60a5fa;margin-bottom:16px;font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:600}.featuredCard{overflow:hidden;padding:0!important}.featuredImage{object-fit:cover;object-position:top;width:100%;height:clamp(260px,40vh,450px)}.featuredContent{padding:32px}@media (max-width:480px){.featuredContent{padding:24px}}.featuredBadge{color:#60a5fa;text-transform:uppercase;letter-spacing:1.5px;background:#60a5fa26;border:1px solid #60a5fa4d;border-radius:50px;margin-bottom:16px;padding:6px 14px;font-size:12px;font-weight:700;display:inline-block}.productButton{color:#fff;cursor:pointer;z-index:1;background:linear-gradient(135deg,#3b82f6,#a855f7);border:none;border-radius:12px;width:100%;margin-top:auto;padding:12px;font-weight:600;transition:opacity .2s;position:relative}.productButton:hover{opacity:.9}.modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3000;background:#020617d9;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modalContent{background:#0f172a;border:1px solid #ffffff1a;border-radius:24px;width:100%;max-width:600px;max-height:90vh;position:relative;overflow:hidden auto;box-shadow:0 25px 50px -12px #00000080}.closeButton{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:24px;display:flex;position:absolute;top:16px;right:16px}.modalImage{background:#020617;justify-content:center;align-items:center;width:100%;height:clamp(200px,30vh,350px);display:flex}.modalImage img{object-fit:contain;max-width:100%;max-height:100%}.modalBody{padding:24px}.modalBody h2{color:#fff;letter-spacing:-.02em;margin-bottom:16px;font-family:Space Grotesk,sans-serif;font-size:clamp(24px,4vw,32px);font-weight:700}.modalBody p{color:#cbd5e1;margin-bottom:24px;font-family:Inter,sans-serif;font-size:15px;line-height:1.7}@media (max-width:968px){.productsGrid{gap:24px}.bigProduct{order:-1;position:relative;top:0}}@media (max-width:580px){.products{border-top-left-radius:32px;border-top-right-radius:32px;padding:60px 16px}.productsHeading{margin-bottom:28px;font-size:28px}}
