:root{--bg-primary: #1c2026;--bg-secondary: #21252a;--bg-card: #21252a;--text-primary: #ffffff;--text-secondary: #a1a1aa;--text-muted: #71717a;--border-subtle: #383838;--accent-blue: #4f46e5;--accent-purple: #7c3aed}.products-layout{overflow-x:hidden}.products-layout .container{max-width:1280px;padding:0 1rem}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding-top:6rem;position:relative;overflow:hidden}.hero-gradient{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:1400px;height:800px;opacity:.4;pointer-events:none;filter:blur(100px)}.hero-gradient-blue{position:absolute;top:20%;left:60%;width:500px;height:500px;background:radial-gradient(circle,var(--accent-blue) 0%,transparent 70%)}.hero-gradient-purple{position:absolute;top:30%;left:30%;width:400px;height:400px;background:radial-gradient(circle,var(--accent-purple) 0%,transparent 70%)}.hero-content{max-width:900px;text-align:center;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff08;border:1px solid var(--border-subtle);border-radius:50px;padding:.5rem 1rem;margin-bottom:2rem;font-size:.8rem;color:var(--text-secondary)}.status-dot{width:8px;height:8px;background:#10b981;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero h1{font-size:clamp(2.5rem,6vw,5rem);font-weight:600;letter-spacing:-.03em;margin-bottom:1.5rem;line-height:1.1}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-muted);margin-bottom:3rem;line-height:1.6}.products-section{padding:4rem 0 6rem;position:relative}.products-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}@media (min-width: 1024px){.products-grid{grid-template-columns:repeat(2,1fr)}}.product-card{border-radius:1.5rem;padding:2.5rem;position:relative;overflow:hidden;transition:transform .3s ease;min-height:600px;display:flex;flex-direction:column;border:1px solid var(--border-subtle)}.product-card:nth-child(1){background:linear-gradient(135deg,#06c,#004999)}.product-card:nth-child(2){background:linear-gradient(135deg,#55d,#33a)}.product-card:hover{transform:translateY(-4px)}.product-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:#fffc;font-weight:600;margin-bottom:1.5rem}.product-title{font-size:2.5rem;font-weight:600;color:#fff;line-height:1.2;margin-bottom:1rem}.product-description{font-size:1.05rem;color:#fffc;line-height:1.6;margin-bottom:2rem}.product-features{list-style:none;margin-bottom:2.5rem;flex-grow:1}.product-features li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.875rem;color:#ffffffd9;font-size:.95rem;line-height:1.5}.feature-check{width:18px;height:18px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.product-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:.75rem;background:#fff;font-weight:600;font-size:.95rem;transition:all .2s ease;border:none;cursor:pointer;text-decoration:none}.product-card:nth-child(1) .btn-primary{color:#06c}.product-card:nth-child(2) .btn-primary{color:#55d}.btn-primary:hover{background:#fffffff2;transform:translateY(-1px)}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:.75rem;border:1.5px solid rgba(255,255,255,.9);background:transparent;color:#fff;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .2s ease}.btn-secondary:hover{background:#ffffff1a}.product-visual{position:absolute;right:2rem;bottom:2rem;font-size:8rem;opacity:.1;pointer-events:none}.features-section{padding:6rem 0;background:radial-gradient(ellipse at top,rgba(0,102,204,.05) 0%,transparent 50%)}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:600;letter-spacing:-.02em;margin-bottom:1rem}.section-subtitle{font-size:1.1rem;color:var(--text-muted);max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.features-grid{grid-template-columns:repeat(2,1fr)}}.feature-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:1.5rem;padding:2.5rem;transition:all .3s ease}.feature-card:hover{border-color:#3f3f46;transform:translateY(-4px)}.feature-card h3{font-size:1.5rem;margin-bottom:.75rem;font-weight:600}.feature-card p{color:var(--text-muted);line-height:1.7}.feature-list{list-style:none;margin-top:1.5rem}.feature-list li{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:var(--text-secondary);font-size:.9rem}.check-icon{color:#10b981;flex-shrink:0}.cta-section{padding:8rem 0;text-align:center}.cta-content{max-width:600px;margin:0 auto}.cta-title{font-size:clamp(2rem,4vw,3rem);font-weight:600;margin-bottom:1.5rem}.cta-subtitle{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.1rem}.cta-button{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:#000;padding:1rem 2rem;border-radius:.75rem;text-decoration:none;font-weight:600;transition:all .2s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #fff3}footer{padding:3rem 0;border-top:1px solid var(--border-subtle);text-align:center;color:var(--text-muted);font-size:.875rem}.mobile-menu-btn{display:none;background:transparent;border:none;color:var(--text-primary);cursor:pointer;padding:.5rem}.mobile-menu-btn span{display:block;width:1.5rem;height:2px;background:currentColor;margin:.375rem 0;transition:all .3s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .8s ease-out}.scroll-reveal{opacity:0;transform:translateY(30px);transition:all .6s ease}.scroll-reveal.revealed{opacity:1;transform:translateY(0)}@media (max-width: 768px){.hero{padding-top:8rem}.product-card{padding:2rem;min-height:auto}.product-title{font-size:2rem}.product-visual{position:relative;right:auto;bottom:auto;margin:2rem auto 0;font-size:5rem}.product-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%;justify-content:center}}
