.product-page{background:#000;color:#fff;min-height:100vh}.product-hero{padding:8rem 1.5rem 6rem;text-align:center;max-width:1120px;margin:0 auto}.product-hero h1{font-size:clamp(2.75rem,5vw,4rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,rgba(255,255,255,.7));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-hero p{font-size:1.25rem;line-height:1.65;color:rgba(255,255,255,.75);max-width:720px;margin:0 auto}.features-grid-section{padding:4rem 1.5rem 8rem;max-width:1280px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem}.feature-card{position:relative;display:block;padding:2.5rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:20px;text-decoration:none;color:inherit;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(139,92,246,.1),rgba(59,130,246,.1));opacity:0;transition:opacity .3s ease;border-radius:20px}.feature-card:hover{transform:translateY(-4px);border-color:rgba(139,92,246,.3);background:rgba(255,255,255,.05)}.feature-card:hover:before{opacity:1}.feature-card-content{position:relative;z-index:1}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;line-height:1.3;color:#fff;transition:color .3s ease}.feature-card:hover h3{background:linear-gradient(135deg,#8b5cf6,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.feature-card p{font-size:1rem;line-height:1.6;color:rgba(255,255,255,.65);margin-bottom:1.5rem}.feature-card-arrow{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:rgba(139,92,246,.15);border-radius:50%;font-size:1.25rem;color:#8b5cf6;transition:all .3s ease}.feature-card:hover .feature-card-arrow{background:linear-gradient(135deg,#8b5cf6,#3b82f6);color:#fff;transform:translateX(4px)}.product-section{padding:6rem 1.5rem;max-width:1120px;margin:0 auto}.product-section h2{font-size:2.25rem;font-weight:700;margin-bottom:1.25rem;letter-spacing:-.015em}.product-section>p{max-width:760px;color:rgba(255,255,255,.75);line-height:1.7;margin-bottom:1.5rem}.use-case-section{padding:3rem 1.5rem!important;max-width:1120px;margin:0 auto}.use-case-section h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.015em}.use-case-section>p{max-width:760px;color:rgba(255,255,255,.75);line-height:1.7;margin-bottom:1rem}.product-features{margin-top:2rem;padding-left:50px;padding-right:50px}.product-features ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;list-style:none;padding:0}.product-features li{padding:1.75rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:16px;transition:all .2s ease;position:relative;overflow:hidden;margin-bottom:15px}.product-features li:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(135deg,#8b5cf6,#3b82f6);opacity:0;transition:opacity .2s ease}.product-features li:hover{background:rgba(255,255,255,.06);border-color:rgba(139,92,246,.3);transform:translateX(4px)}.product-features li:hover:before{opacity:1}.product-features h3{font-size:1.15rem;font-weight:600;margin-bottom:.5rem;color:#fff}.product-features p{font-size:.95rem;line-height:1.6;color:rgba(255,255,255,.7)}.product-audience{padding:4rem 1.5rem}.product-audience .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:3rem}.product-audience h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.product-audience p{font-size:.95rem;line-height:1.6;color:rgba(255,255,255,.7)}.product-steps{counter-reset:step;max-width:820px;margin:3rem auto 0;padding:0;list-style:none}.product-steps li{position:relative;padding-left:4rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.product-steps li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.product-steps li h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#fff}.product-steps li p{font-size:1rem;line-height:1.7;color:rgba(255,255,255,.7)}.product-steps li:before{counter-increment:step;content:counter(step);position:absolute;left:0;top:0;width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#8b5cf6,#3b82f6);color:#fff;font-weight:700;font-size:1.1rem;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(139,92,246,.3)}.product-faq{max-width:900px;padding:4rem 1.5rem;margin:0 auto}.product-faq h2{text-align:center;margin-bottom:3rem;font-size:2.25rem}.product-faq>div{margin-bottom:2.5rem;padding:2rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:16px;transition:all .2s ease}.product-faq>div:hover{background:rgba(255,255,255,.05);border-color:rgba(139,92,246,.2)}.product-faq h3{font-size:1.2rem;font-weight:600;margin-bottom:.75rem;color:#fff}.product-faq p{font-size:1rem;line-height:1.7;color:rgba(255,255,255,.75)}@media (max-width:768px){.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem}}@media (max-width:640px){.product-hero{padding:6rem 1.25rem 4rem}.product-hero h1{font-size:2.4rem}.features-grid-section{padding:3rem 1.25rem 6rem}.product-section{padding:4rem 1.25rem}.product-section h2{font-size:1.9rem}.use-case-section{padding:2.5rem 1.25rem!important}.product-features ul{grid-template-columns:1fr;gap:1.25rem}.product-steps li{padding-left:3.5rem;margin-bottom:2.5rem;padding-bottom:2.5rem}.product-steps li:before{width:2.25rem;height:2.25rem;font-size:1rem}.product-faq{padding:3rem 1.25rem}.product-faq>div{padding:1.5rem}}.section-padding{padding:4rem 1.5rem}@media (max-width:640px){.section-padding{padding:3rem 1.25rem}}.product-intro{padding:50px;color:white}.product-intro h2{font-size:25px;margin-bottom:30px}