.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 0 4rem;overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-2}.hero-bg-image{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(139,92,246,.9),rgba(59,130,246,.8) 50%,rgba(79,70,229,.9));z-index:-1}.ai-hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center;color:white;z-index:1}.ai-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.2);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);padding:.75rem 1.5rem;border-radius:2rem;font-size:.875rem;font-weight:500;margin-bottom:2rem;animation:fadeInUp .8s ease-out}.ai-hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;animation:fadeInUp .8s ease-out .2s both}.hero-title-gradient{background:linear-gradient(135deg,#fbbf24,#f59e0b 50%,#d97706);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;line-height:1.6;color:rgba(255,255,255,.9);max-width:600px;margin:0 auto 3rem;animation:fadeInUp .8s ease-out .4s both}.ai-hero-actions{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:4rem;animation:fadeInUp .8s ease-out .6s both}.btn-hero-primary{background:rgba(255,255,255,.95);color:#1f2937;border:none;padding:1rem 2rem;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;box-shadow:0 8px 32px rgba(0,0,0,.1)}.btn-hero-primary:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(0,0,0,.15);background:white}.btn-hero-secondary{background:transparent;color:white;border:2px solid rgba(255,255,255,.5);padding:1rem 2rem;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px)}.btn-hero-secondary:hover{border-color:white;background:rgba(255,255,255,.1);transform:translateY(-2px)}.hero-stats{display:flex;justify-content:center;gap:3rem;margin-bottom:3rem;animation:fadeInUp .8s ease-out .8s both}.stat-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;transition:all .3s ease}.stat-item:hover{transform:translateY(-4px);background:rgba(255,255,255,.15)}.stat-icon{width:2rem;height:2rem;color:#fbbf24}.stat-content{text-align:left}.ai-stat-number{font-size:1.5rem;font-weight:700;color:white}.stat-label{font-size:.875rem;color:rgba(255,255,255,.8)}.hero-trust{animation:fadeInUp .8s ease-out 1s both}.trust-text{font-size:.875rem;color:rgba(255,255,255,.7);margin-bottom:1rem}.trust-logos{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}.trust-logo{font-weight:600;color:rgba(255,255,255,.8);font-size:1.125rem;padding:.75rem 1.5rem;background:rgba(255,255,255,.1);border-radius:.5rem;transition:all .3s ease}.trust-logo:hover{color:white;background:rgba(255,255,255,.15)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.hero-stats{gap:2rem}.stat-item{padding:1rem}.hero-title{font-size:3rem}}@media (max-width:768px){.ai-hero-container{padding:0 1rem}.hero-title{font-size:2.5rem}.hero-description{font-size:1.125rem}.ai-hero-actions{flex-direction:column;gap:1rem}.btn-hero-primary,.btn-hero-secondary{width:100%;max-width:280px;justify-content:center}.hero-stats{flex-direction:column;gap:1rem;align-items:center}.stat-item{width:100%;max-width:280px}.trust-logos{gap:1rem}.trust-logo{font-size:1rem;padding:.5rem 1rem}}@media (max-width:640px){.hero{padding:5rem 0 3rem}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.stat-item{flex-direction:column;gap:.5rem}.stat-content,.stat-item{text-align:center}}.how-it-works-section{padding:80px 24px;background:linear-gradient(135deg,hsl(220,14%,96%),hsl(0,0%,100%) 50%,hsl(220,14%,96%));position:relative}.how-it-works-container{max-width:1200px;margin:0 auto;position:relative}.how-it-works-header{text-align:center;margin-bottom:64px}.section-badge{display:inline-block;background:linear-gradient(45deg,hsl(219,78%,46%),hsl(259,85%,60%));color:white;padding:8px 20px;border-radius:50px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;box-shadow:0 4px 15px rgba(59,130,246,.3)}.how-it-works-title{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:hsl(220,9%,15%);margin-bottom:16px;line-height:1.2;letter-spacing:-.02em}.how-it-works-subtitle{font-size:1.25rem;color:hsl(220,9%,46%);max-width:500px;margin:0 auto;line-height:1.6}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;position:relative;z-index:2}.step-card{position:relative;transition:all .4s cubic-bezier(.25,.8,.25,1);cursor:default}.step-card:hover{transform:translateY(-8px)}.step-card-content{background:white;border:1px solid hsl(220,13%,92%);border-radius:16px;padding:32px;height:100%;position:relative;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .4s ease}.step-card:hover .step-card-content{box-shadow:0 20px 40px rgba(0,0,0,.15);border-color:hsl(219,78%,46%)}.step-number{position:absolute;top:-1px;right:-1px;background:linear-gradient(45deg,hsl(219,78%,46%),hsl(259,85%,60%));color:white;width:48px;height:48px;border-radius:0 16px 0 16px;font-weight:700;font-size:1.125rem}.step-icon-wrapper,.step-number{display:flex;align-items:center;justify-content:center}.step-icon-wrapper{width:64px;height:64px;border-radius:16px;margin-bottom:24px;transition:all .3s ease}.step-icon{width:32px;height:32px;transition:all .3s ease}.step-title{font-size:1.25rem;font-weight:700;color:hsl(220,9%,15%);margin-bottom:12px;line-height:1.4}.step-description{font-size:1rem;color:hsl(220,9%,46%);line-height:1.6;margin:0}.gradient-step1 .step-icon-wrapper{background:linear-gradient(135deg,#fef3c7,#fcd34d)}.gradient-step1 .step-icon{color:#d97706}.gradient-step2 .step-icon-wrapper{background:linear-gradient(135deg,#ede9fe,#c4b5fd)}.gradient-step2 .step-icon{color:#7c3aed}.gradient-step3 .step-icon-wrapper{background:linear-gradient(135deg,#dcfce7,#86efac)}.gradient-step3 .step-icon{color:#059669}.gradient-step4 .step-icon-wrapper{background:linear-gradient(135deg,#dbeafe,#93c5fd)}.gradient-step4 .step-icon{color:#2563eb}.gradient-step5 .step-icon-wrapper{background:linear-gradient(135deg,#ffe4e6,#fda4af)}.gradient-step5 .step-icon{color:#be123c}.gradient-step6 .step-icon-wrapper{background:linear-gradient(135deg,#e0f2fe,#7dd3fc)}.gradient-step6 .step-icon{color:#0284c7}.steps-connection{position:absolute;top:50%;left:0;right:0;height:2px;z-index:1;pointer-events:none}.connection-line{height:100%;background:linear-gradient(90deg,transparent,hsl(220,13%,85%) 20%,hsl(220,13%,85%) 80%,transparent);opacity:.3}@media (max-width:1024px){.steps-grid{grid-template-columns:repeat(2,1fr);gap:24px}.steps-connection{display:none}}@media (max-width:768px){.how-it-works-section{padding:60px 20px}.how-it-works-header{margin-bottom:48px}.steps-grid{grid-template-columns:1fr;gap:20px}.step-card-content{padding:24px}.step-number{width:40px;height:40px;font-size:1rem}.step-icon-wrapper{width:56px;height:56px;margin-bottom:20px}.step-icon{width:28px;height:28px}}@media (max-width:480px){.step-card-content{padding:20px}.section-badge{padding:6px 16px;font-size:.75rem}}.platforms{padding:8rem 0;background:white;position:relative}.platforms-container{max-width:1200px;margin:0 auto;padding:0 2rem}.platforms-header{text-align:center;margin-bottom:4rem}.platforms-title{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:1rem;line-height:1.2}.platforms-description{font-size:1.25rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.6}.platforms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:6rem}.platform-card{background:white;border:2px solid #f3f4f6;border-radius:1.5rem;padding:2rem;transition:all .4s ease;position:relative;overflow:hidden}.platform-card:hover:before{transform:scaleX(1)}.platform-card:hover{transform:translateY(-8px);border-color:var(--platform-color);box-shadow:0 20px 40px -12px rgba(0,0,0,.1)}.platform-icon{width:4rem;height:4rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e5e7eb;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:2rem;color:var(--platform-color);transition:all .3s ease}.platform-card:hover .platform-icon{background:var(--platform-color);color:white;border-color:var(--platform-color);transform:scale(1.1)}.platform-content{margin-bottom:1.5rem}.platform-name{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.platform-note{color:#6b7280;font-size:.875rem;margin-bottom:.75rem}.platform-users{font-size:.75rem;color:var(--platform-color);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.platform-status{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#059669;font-weight:500}.status-indicator{width:.5rem;height:.5rem;background:#10b981;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.platforms-cta{text-align:center;background:linear-gradient(135deg,#8b5cf6,#3b82f6);color:white;padding:4rem 3rem;border-radius:2rem;position:relative;overflow:hidden}.platforms-cta:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="1" fill="white" opacity="0.1"/><circle cx="10" cy="90" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');animation:float 20s linear infinite;pointer-events:none}@keyframes float{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.cta-content{position:relative;z-index:1}.cta-title{font-size:2rem;font-weight:700;margin-bottom:1rem;line-height:1.3}.cta-description{font-size:1.125rem;color:rgba(255,255,255,.9);margin-bottom:2rem;line-height:1.6}.btn-cta{background:rgba(255,255,255,.95);color:#1f2937;border:none;padding:1rem 2.5rem;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 32px rgba(0,0,0,.1)}.btn-cta:hover{background:white;transform:translateY(-2px);box-shadow:0 12px 40px rgba(0,0,0,.15)}@media (max-width:1024px){.platforms-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem}}@media (max-width:768px){.platforms{padding:6rem 0}.platforms-container{padding:0 1rem}.platforms-title{font-size:2.5rem}.platforms-description{font-size:1.125rem}.platforms-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-bottom:4rem}.platform-card{padding:1.5rem}.platforms-cta{padding:3rem 2rem}.cta-title{font-size:1.75rem}}@media (max-width:640px){.platforms-title{font-size:2rem}.platforms-grid{grid-template-columns:1fr;gap:1rem}.platform-card{padding:1.25rem}.platform-icon{width:3rem;height:3rem;font-size:1.5rem}.platform-name{font-size:1.25rem}.cta-title{font-size:1.5rem}.cta-description{font-size:1rem}}.testimonials-section{padding:80px 24px;background:linear-gradient(135deg,hsl(220,14%,96%),hsl(0,0%,100%) 50%,hsl(220,14%,96%))}.testimonials-container{max-width:1200px;margin:0 auto}.testimonials-header{text-align:center;margin-bottom:64px}.testimonials-title{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:hsl(220,9%,15%);margin-bottom:16px;line-height:1.2;letter-spacing:-.02em}.testimonials-subtitle{font-size:1.25rem;color:hsl(220,9%,46%);max-width:500px;margin:0 auto;line-height:1.6}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px;margin-bottom:64px}.testimonial-card{cursor:pointer;transition:all .4s cubic-bezier(.25,.8,.25,1);position:relative}.testimonial-card:hover{transform:translateY(-8px)}.testimonial-card.featured{grid-column:span 2}.testimonial-card-content{background:white;border:1px solid hsl(220,13%,92%);border-radius:16px;padding:32px;height:100%;position:relative;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .4s ease}.testimonial-card:hover .testimonial-card-content{box-shadow:0 20px 40px rgba(0,0,0,.15);border-color:hsl(219,78%,46%)}.testimonial-quote-icon{position:absolute;top:20px;right:20px;width:40px;height:40px;background:linear-gradient(45deg,hsl(219,78%,46%),hsl(259,85%,60%));border-radius:12px;display:flex;align-items:center;justify-content:center;color:white;opacity:.8}.testimonial-quote-icon svg{width:20px;height:20px}.testimonial-rating{display:flex;gap:4px;margin-bottom:20px}.rating-star{width:20px;height:20px;color:#fbbf24;fill:currentColor}.testimonial-content{font-size:1.125rem;line-height:1.7;color:hsl(220,9%,15%);margin-bottom:24px;font-style:italic;position:relative;z-index:1}.testimonial-author{gap:16px}.author-image{width:56px;height:56px;border-radius:50%;object-fit:cover;border:3px solid hsl(220,13%,92%);transition:all .3s ease}.testimonial-card:hover .author-image{border-color:hsl(219,78%,46%)}.author-info{flex:1}.author-name{font-size:1.125rem;font-weight:700;color:hsl(220,9%,15%);font-style:normal;display:block;margin-bottom:4px}.author-details{display:flex;align-items:center;gap:8px;font-size:.875rem;color:hsl(220,9%,46%)}.author-role{font-weight:500}.author-separator{color:hsl(220,13%,85%)}.author-company{font-weight:600;color:hsl(219,78%,46%)}.companies-section{text-align:center;padding-top:32px;border-top:1px solid hsl(220,13%,92%)}.companies-title{font-size:1rem;color:hsl(220,9%,46%);margin-bottom:32px}.companies-grid{justify-content:center;gap:32px;flex-wrap:wrap}.companies-grid,.company-logo{display:flex;align-items:center}.company-logo{gap:12px;opacity:.7;transition:all .3s ease}.company-logo:hover{opacity:1;transform:translateY(-2px)}.company-logo-circle{width:48px;height:48px;background:linear-gradient(45deg,hsl(219,78%,46%),hsl(259,85%,60%));border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-weight:700;font-size:.875rem}.company-name{font-weight:600;color:hsl(220,9%,15%);font-size:1rem}.testimonial-card.featured .testimonial-card-content{background:linear-gradient(135deg,hsl(219,100%,98%),hsl(259,100%,98%))}.testimonial-card.featured .testimonial-content{font-size:1.25rem;font-weight:500}@media (max-width:1024px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}.testimonial-card.featured{grid-column:span 2}}@media (max-width:768px){.testimonials-section{padding:60px 20px}.testimonials-header{margin-bottom:48px}.testimonials-grid{grid-template-columns:1fr;gap:20px;margin-bottom:48px}.testimonial-card.featured{grid-column:span 1}.testimonial-card-content{padding:24px}.testimonial-content{font-size:1rem}.testimonial-card.featured .testimonial-content{font-size:1.125rem}.companies-grid{gap:24px}.company-logo-circle{width:40px;height:40px;font-size:.75rem}.company-name{font-size:.875rem}}@media (max-width:480px){.testimonial-card-content{padding:20px}.testimonial-quote-icon{width:32px;height:32px}.testimonial-quote-icon svg{width:16px;height:16px}.author-image{width:48px;height:48px}.companies-grid{gap:20px}}.featured-in{padding:6rem 0;background:white;border-top:1px solid #f3f4f6}.featured-container{max-width:1200px;margin:0 auto;padding:0 2rem}.featured-header{text-align:center;margin-bottom:4rem}.featured-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:white;padding:.75rem 1.5rem;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;box-shadow:0 4px 6px -1px rgba(245,158,11,.25)}.featured-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem;line-height:1.2}.featured-description{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.6}.featured-logos{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:4rem}.logo-card{text-align:center;padding:2rem 1rem;border-radius:1rem;border:2px solid #f3f4f6;background:white;transition:all .3s ease}.logo-card:hover{transform:translateY(-4px);border-color:#e5e7eb;box-shadow:0 10px 25px -3px rgba(0,0,0,.1)}.logo-badge{display:inline-block;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:700;font-size:1rem;margin-bottom:1rem;transition:all .3s ease}.logo-card:hover .logo-badge{transform:scale(1.05)}.logo-description{color:#6b7280;font-size:.875rem;font-weight:500;margin:0}.featured-stats{display:flex;justify-content:center;gap:4rem;margin-bottom:4rem;padding:2rem 0;border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6}.stat{text-align:center}.stat-number{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.ai-stat-label{font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.featured-testimonial{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:3rem;border-radius:1.5rem;border:1px solid #e5e7eb;text-align:center;position:relative}.featured-testimonial:before{content:'"';position:absolute;top:1rem;left:2rem;font-size:4rem;color:#8b5cf6;font-family:serif;line-height:1}.testimonial-quote{font-size:1.25rem;line-height:1.6;color:#374151;font-style:italic;max-width:800px;margin:0 auto 2rem}.testimonial-author{display:flex;justify-content:center;align-items:center;gap:1rem}.author-info{text-align:center}.author-name{font-weight:600;color:#1f2937;font-size:1rem;margin-bottom:.25rem}.author-title{color:#6b7280;font-size:.875rem}@media (max-width:1024px){.featured-logos{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}.featured-stats{gap:3rem}}@media (max-width:768px){.featured-in{padding:4rem 0}.featured-container{padding:0 1rem}.featured-title{font-size:2rem}.featured-description{font-size:1rem}.featured-logos{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:3rem}.logo-card{padding:1.5rem .75rem}.featured-stats{flex-direction:column;gap:2rem;text-align:center}.featured-testimonial{padding:2rem}.testimonial-quote{font-size:1.125rem}}@media (max-width:640px){.featured-title{font-size:1.75rem}.featured-logos{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.logo-card{padding:1.25rem .5rem}.logo-badge{font-size:.875rem;padding:.5rem 1rem}.featured-testimonial:before{font-size:3rem;top:.5rem;left:1rem}.testimonial-quote{font-size:1rem}.stat-number{font-size:1.75rem}}