.product-page{padding-bottom:5rem;overflow-x:hidden}.product-hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:90vh;margin-bottom:4rem;padding:2rem;display:flex;position:relative}.hero-glow{filter:blur(80px);z-index:-1;background:radial-gradient(circle,#9945ff40 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:5s infinite alternate pulse;position:absolute}@keyframes pulse{0%{opacity:.5;transform:scale(.8)}to{opacity:1;transform:scale(1.1)}}.product-title{background:linear-gradient(90deg,#fff,#d1d5db);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:2rem;font-size:3.5rem;font-weight:800;line-height:1.2}.product-subtitle{color:var(--color-text-secondary);max-width:800px;margin-bottom:3rem;font-size:1.25rem;line-height:1.8}.mockup-container{perspective:1000px;width:100%;max-width:700px;margin:0 auto;position:relative}.mockup-window{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#140a1ecc;border:1px solid #ffffff1a;border-radius:20px;transition:transform .5s;overflow:hidden;transform:rotateX(5deg);box-shadow:0 25px 50px -12px #00000080}.mockup-window:hover{transform:rotateX(0)scale(1.02)}.mockup-header{border-bottom:1px solid #ffffff0d;gap:.5rem;padding:1rem;display:flex}.dot{border-radius:50%;width:12px;height:12px}.dot-red{background:#ff5f56}.dot-yellow{background:#ffbd2e}.dot-green{background:#27c93f}.feature-grid-modern{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:2rem 0;display:grid}.feature-item{background:#ffffff05;border:1px solid #ffffff0d;border-radius:24px;padding:2.5rem;transition:all .3s;position:relative;overflow:hidden}.feature-item:hover{background:#ffffff0d;border-color:#9945ff4d;transform:translateY(-5px)}.feature-item:before{content:"";background:linear-gradient(90deg,var(--color-purple),var(--color-primary));opacity:0;width:100%;height:4px;transition:opacity .3s;position:absolute;top:0;left:0}.feature-item:hover:before{opacity:1}.step-process{flex-direction:column;gap:4rem;margin:4rem 0;display:flex}.step-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:30px;align-items:center;gap:2rem;padding:3rem;display:flex}@media (max-width:640px){.step-card{text-align:center!important;flex-direction:column!important}}.step-number{color:#ffffff1a;font-size:4rem;font-weight:800;line-height:1}.price-card{text-align:center;background:linear-gradient(145deg,#140a1ee6,#0a0514f2);border:1px solid #9945ff4d;border-radius:30px;max-width:600px;margin:0 auto;padding:3rem;position:relative;overflow:hidden}.price-glow{pointer-events:none;z-index:1;background:conic-gradient(#0000,#9945ff26,#0000);width:200%;height:200%;animation:10s linear infinite rotate;position:absolute;top:-50%;left:-50%}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.badge-new{background:linear-gradient(135deg,var(--color-primary),var(--color-purple));color:#fff;border-radius:100px;padding:8px 20px;font-size:.85rem;font-weight:600;display:inline-block}.mb-6{margin-bottom:1.5rem}@media (max-width:768px){.product-title{font-size:2.5rem}.product-subtitle{font-size:1rem}}
