.products-page{background:#f3f3f3;min-height:100vh;font-family:var(--font-rubik);overflow-x:hidden}.products-hero{max-width:1440px;margin:0 auto;padding:80px 50px 0;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.products-hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#000;color:#fff;font-family:var(--font-rubik);font-weight:500;font-size:13px;letter-spacing:1.5px;text-transform:uppercase;padding:8px 20px;border-radius:30px;margin-bottom:40px;animation:products-fade-up .6s ease-out both}.products-hero-eyebrow-dot{width:6px;height:6px;background:#4ade80;border-radius:50%;animation:products-pulse 2s infinite}.products-hero h1{font-family:var(--font-rubik);font-weight:700;font-size:72px;line-height:1.05;color:#000;margin:0;max-width:900px;animation:products-fade-up .6s ease-out .1s both}.products-hero h1 em{font-style:normal;background:linear-gradient(135deg,#000,#555);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.products-hero-sub{font-family:var(--font-rubik);font-weight:400;font-size:22px;color:#555;margin:30px 0 0;max-width:600px;line-height:1.5;animation:products-fade-up .6s ease-out .2s both}.products-hero-stats{display:flex;gap:60px;margin-top:60px;animation:products-fade-up .6s ease-out .3s both}.products-hero-stat{text-align:center}.products-hero-stat-num{font-family:var(--font-rubik);font-weight:700;font-size:42px;color:#000;line-height:1}.products-hero-stat-label{font-family:var(--font-rubik);font-weight:400;font-size:14px;color:#777;margin-top:8px;text-transform:uppercase;letter-spacing:.5px}.products-featured{max-width:1200px;margin:140px auto 0;padding:0 50px;display:flex;flex-direction:column;gap:100px}.products-showcase{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.products-showcase:nth-child(2n){direction:rtl}.products-showcase:nth-child(2n)>*{direction:ltr}.products-showcase-visual{position:relative;border-radius:24px;overflow:hidden;aspect-ratio:4/3;background:#e8e8e8}.products-showcase-visual img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.products-showcase-visual:hover img{transform:scale(1.04)}.products-showcase-badge{position:absolute;top:20px;left:20px;background:rgba(0,0,0,.75);backdrop-filter:blur(8px);color:#fff;font-family:var(--font-rubik);font-weight:500;font-size:12px;letter-spacing:1px;text-transform:uppercase;padding:6px 14px;border-radius:20px}.products-showcase-content{display:flex;flex-direction:column;gap:24px}.products-showcase-num{font-family:var(--font-rubik);font-weight:700;font-size:100px;line-height:1;color:#eaeaea;user-select:none}.products-showcase-content h2{font-family:var(--font-rubik);font-weight:700;font-size:38px;color:#000;margin:-20px 0 0;line-height:1.15}.products-showcase-content p{font-family:var(--font-rubik);font-weight:400;font-size:18px;color:#555;margin:0;line-height:1.6}.products-showcase-features{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.products-showcase-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:#fff;border-radius:20px;font-family:var(--font-rubik);font-weight:400;font-size:13px;color:#333;box-shadow:0 1px 3px rgba(0,0,0,.04)}.products-showcase-tag-dot{width:5px;height:5px;background:#000;border-radius:50%}.products-showcase-cta{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:#000;color:#fff;border-radius:12px;font-family:var(--font-rubik);font-weight:500;font-size:16px;text-decoration:none;transition:transform .2s,box-shadow .2s;width:fit-content}.products-showcase-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.products-divider{max-width:1200px;margin:140px auto 0;padding:0 50px;display:flex;align-items:center;gap:30px}.products-divider-line{flex:1;height:1px;background:#d9d9d9}.products-divider-text{font-family:var(--font-rubik);font-weight:600;font-size:14px;color:#999;text-transform:uppercase;letter-spacing:2px;white-space:nowrap}.products-tools{max-width:1200px;margin:80px auto 0;padding:0 50px}.products-tools-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.products-tool-card{background:#fff;border-radius:24px;padding:36px 32px;display:flex;flex-direction:column;gap:20px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;text-decoration:none;color:inherit;position:relative;overflow:hidden}.products-tool-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:#000;transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.16,1,.3,1)}.products-tool-card:hover:before{transform:scaleX(1)}.products-tool-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,.08)}.products-tool-icon{width:48px;height:48px;background:#f3f3f3;border-radius:14px;display:flex;align-items:center;justify-content:center}.products-tool-icon svg{width:24px;height:24px;color:#000}.products-tool-card h3{font-family:var(--font-rubik);font-weight:600;font-size:22px;color:#000;margin:0}.products-tool-card p{font-family:var(--font-rubik);font-weight:400;font-size:15px;color:#666;margin:0;line-height:1.6;flex:1}.products-tool-tag{display:inline-flex;align-self:flex-start;padding:4px 12px;background:#f3f3f3;border-radius:20px;font-family:var(--font-rubik);font-weight:500;font-size:12px;color:#777;text-transform:uppercase;letter-spacing:.5px}.products-tool-tag--live{background:#ecfdf5;color:#059669}.products-tool-arrow{display:flex;align-items:center;gap:8px;font-family:var(--font-rubik);font-weight:500;font-size:14px;color:#000;margin-top:auto}.products-tool-arrow svg{transition:transform .2s}.products-tool-card:hover .products-tool-arrow svg{transform:translateX(4px)}.products-coming-soon{max-width:1200px;margin:100px auto 0;padding:0 50px}.products-coming-soon-inner{background:#000;border-radius:30px;padding:60px;display:flex;align-items:center;gap:60px;position:relative;overflow:hidden}.products-coming-soon-inner:before{content:"";position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,hsla(0,0%,100%,.04) 0,transparent 70%);pointer-events:none}.products-coming-soon-content{flex:1;position:relative;z-index:1}.products-coming-soon-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 16px;border:1px solid hsla(0,0%,100%,.2);border-radius:20px;font-family:var(--font-rubik);font-weight:500;font-size:12px;color:hsla(0,0%,100%,.7);text-transform:uppercase;letter-spacing:1px;margin-bottom:24px}.products-coming-soon-content h2{font-family:var(--font-rubik);font-weight:700;font-size:36px;color:#fff;margin:0;line-height:1.2}.products-coming-soon-content p{font-family:var(--font-rubik);font-weight:400;font-size:18px;color:hsla(0,0%,100%,.6);margin:16px 0 0;line-height:1.5;max-width:500px}.products-coming-soon-visual{width:280px;height:280px;border-radius:24px;overflow:hidden;flex-shrink:0;position:relative;z-index:1}.products-coming-soon-visual img{width:100%;height:100%;object-fit:cover}.products-workflow{max-width:1200px;margin:140px auto 0;padding:0 50px;text-align:center}.products-workflow h2{font-family:var(--font-rubik);font-weight:700;font-size:46px;color:#000;margin:0}.products-workflow-sub{font-family:var(--font-rubik);font-weight:400;font-size:20px;color:#555;margin:20px 0 0}.products-workflow-steps{display:flex;gap:24px;margin-top:60px}.products-workflow-step{flex:1;background:#fff;border-radius:24px;padding:40px 32px;text-align:left;position:relative}.products-workflow-step-num{font-family:var(--font-rubik);font-weight:700;font-size:64px;color:#eaeaea;line-height:1;margin-bottom:16px}.products-workflow-step h3{font-family:var(--font-rubik);font-weight:600;font-size:20px;color:#000;margin:0}.products-workflow-step p{font-family:var(--font-rubik);font-weight:400;font-size:15px;color:#666;margin:12px 0 0;line-height:1.5}.products-workflow-step-connector{display:none}.products-cta{max-width:1440px;margin:140px auto 0;padding:0 50px}.products-footer{margin-top:140px}@keyframes products-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes products-pulse{0%,to{opacity:1}50%{opacity:.4}}@media (max-width:1024px){.products-hero{padding:48px 24px 0}.products-hero h1{font-size:48px}.products-hero-sub{font-size:18px}.products-hero-stats{gap:40px}.products-hero-stat-num{font-size:32px}.products-featured{padding:0 24px;gap:80px;margin-top:100px}.products-showcase{grid-template-columns:1fr;gap:32px}.products-showcase:nth-child(2n){direction:ltr}.products-showcase-num{font-size:64px}.products-showcase-content h2{font-size:30px;margin-top:-12px}.products-divider{padding:0 24px;margin-top:100px}.products-tools{padding:0 24px;margin-top:60px}.products-tools-grid{grid-template-columns:repeat(2,1fr)}.products-coming-soon{padding:0 24px}.products-coming-soon-inner{flex-direction:column;padding:40px;gap:32px}.products-coming-soon-visual{width:100%;height:200px}.products-workflow{padding:0 24px;margin-top:100px}.products-workflow h2{font-size:32px}.products-workflow-steps{flex-direction:column}.products-cta{padding:0 24px}.products-cta,.products-footer{margin-top:100px}}@media (max-width:640px){.products-hero h1{font-size:36px}.products-hero-stats{flex-direction:column;gap:24px}.products-tools-grid{grid-template-columns:1fr}.products-showcase-content h2{font-size:26px}.products-showcase-content p{font-size:16px}.products-coming-soon-content h2{font-size:28px}}