.hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:80vh;display:flex;align-items:center;padding:100px 20px 50px}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.hero-content{padding-right:20px}.hero-title{font-family:Lustra Text;font-size:clamp(2.5rem,5vw,3rem);font-weight:400;line-height:1.1;color:#1e293b;margin-bottom:24px;letter-spacing:-.03em}.hero-highlight,.hero-motto{color:#2563eb}.hero-motto{font-family:Lustra Text,serif;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:400;line-height:1.4;margin-bottom:20px;letter-spacing:-.01em}.hero-description{font-family:Roboto,system-ui,sans-serif;font-size:clamp(1.125rem,2.5vw,1.25rem);font-weight:600;line-height:1.7;color:#475569;margin-bottom:28px;max-width:500px;letter-spacing:-.01em}.hero-benefits{display:flex;flex-direction:column;gap:12px;margin-bottom:36px}.benefit-item{gap:12px;font-family:Roboto,system-ui,sans-serif;font-size:16px;color:#475569;font-weight:500;letter-spacing:-.01em}.benefit-icon,.benefit-item{display:flex;align-items:center}.benefit-icon{font-size:20px;width:32px;height:32px;justify-content:center;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-radius:8px}.hero-buttons{font-family:Roboto,Lustra Text,system-ui,sans-serif;display:flex;gap:16px;flex-wrap:wrap}.btn-primary{background-color:#2563eb;color:white;border:none;padding:14px 28px;font-family:Roboto,system-ui,sans-serif;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;letter-spacing:-.01em}.btn-primary:hover{background-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 25px rgba(37,99,235,.3)}.btn-secondary{background-color:initial;color:#2563eb;border:2px solid #2563eb;padding:12px 26px;font-family:Roboto,system-ui,sans-serif;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;letter-spacing:-.01em}.btn-secondary:hover{background-color:#2563eb;color:white;transform:translateY(-2px);box-shadow:0 10px 25px rgba(37,99,235,.2)}.hero-visual{display:flex;justify-content:center;align-items:center;position:relative}.data-visualization{position:relative;width:300px;height:300px}.data-point{position:absolute;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#1d4ed8);animation:pulse 2s infinite;animation-delay:var(--delay);box-shadow:0 8px 25px rgba(37,99,235,.3)}.data-point:first-child{top:0;left:50%;transform:translateX(-50%)}.data-point:nth-child(2){top:50%;right:0;transform:translateY(-50%)}.data-point:nth-child(3){bottom:0;left:50%;transform:translateX(-50%)}.data-point:nth-child(4){top:50%;left:0;transform:translateY(-50%)}.connection-line{position:absolute;background:linear-gradient(90deg,#2563eb,transparent);animation:flow 3s infinite}.line-1{top:30px;left:50%;transform:translateX(-50%) rotate(45deg)}.line-1,.line-2{width:100px;height:2px}.line-2{top:50%;right:30px;transform:translateY(-50%) rotate(135deg)}.line-3{bottom:30px;left:50%;width:100px;height:2px;transform:translateX(-50%) rotate(-45deg)}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}@keyframes flow{0%{opacity:0}50%{opacity:1}to{opacity:0}}@media (max-width:768px){.hero-container{grid-template-columns:1fr;gap:40px;text-align:center}.hero-content{padding-right:0}.hero-title{font-size:36px}.hero-description{font-size:16px;max-width:none}.hero-buttons{justify-content:center}.data-visualization{width:250px;height:250px}}.services{background-color:#ffffff;padding:100px 20px}.services-container{max-width:1200px;margin:0 auto}.services-header{text-align:center;margin-bottom:60px}.services-title{font-family:Lustra Text,system-ui,sans-serif;font-size:42px;font-weight:700;color:#000307;margin-bottom:16px}.services-subtitle{font-family:Roboto,Lustra Text,system-ui,sans-serif;font-size:18px;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:30px;gap:30px}.service-card{background:#ffffff;border-radius:12px;padding:30px;box-shadow:0 4px 20px rgba(37,99,235,.08);border:1px solid #e2e8f0;transition:all .3s ease;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2563eb,#1d4ed8);transform:scaleX(0);transition:transform .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px rgba(37,99,235,.15)}.service-card:hover:before{transform:scaleX(1)}.service-icon{font-size:48px;margin-bottom:20px;display:block}.service-title{font-family:Lustra Text,system-ui,sans-serif;font-size:24px;font-weight:600;color:#1e293b;margin-bottom:16px}.service-description{font-family:Roboto,Lustra Text,system-ui,sans-serif;font-size:16px;line-height:1.6;color:#64748b;margin-bottom:24px}.service-features{list-style:none;padding:0;margin:0 0 20px}.service-feature{display:flex;align-items:center;margin-bottom:8px;font-size:14px;color:#374151}.feature-bullet{color:#2563eb;font-weight:700;margin-right:8px}.ai-tech-badge{background:linear-gradient(135deg,#f0f4ff,#e0e7ff);border:1px solid #c7d2fe;border-radius:8px;padding:12px;margin-top:16px}.ai-badge-label{display:block;font-size:12px;font-weight:600;color:#2563eb;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.ai-tech-list{font-size:13px;color:#1e293b;font-weight:500;line-height:1.4}@media (max-width:768px){.services{padding:60px 20px}.services-title{font-size:32px}.services-subtitle{font-size:16px}.services-grid{grid-template-columns:1fr;gap:20px}.service-card{padding:24px}.service-icon{font-size:40px}.service-title{font-size:20px}}.process{padding:80px 0;background:linear-gradient(135deg,#1e293b,#334155);color:white}.process-container{max-width:1000px;margin:0 auto;padding:0 20px}.process-header{text-align:center;margin-bottom:80px}.process-title{font-size:2.5rem;font-weight:700;margin-bottom:16px;color:white;font-family:Lustra Text,system-ui,sans-serif}.process-subtitle{font-family:Roboto,Lustra Text,system-ui,sans-serif;font-size:1.25rem;color:#e2e8f0;line-height:1.6}.process-timeline{position:relative;margin-bottom:80px}.process-step{position:relative;display:flex;margin-bottom:60px;align-items:flex-start}.process-step:last-child{margin-bottom:0}.step-number{width:80px;height:80px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-right:32px;flex-shrink:0;position:relative;z-index:2;box-shadow:0 8px 20px rgba(37,99,235,.3)}.step-content{flex:1 1;background:rgba(255,255,255,.1);border-radius:16px;padding:32px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px rgba(0,0,0,.3)}.step-header{display:flex;align-items:center;margin-bottom:16px}.step-icon{font-size:2rem;margin-right:16px}.step-info{flex:1 1}.step-title{font-size:1.5rem;font-weight:600;margin-bottom:4px;color:white;font-family:Lustra Text,system-ui,sans-serif}.step-duration{font-size:.9rem;color:#ffffff;background:#2563eb;padding:4px 12px;border-radius:20px}.step-description{font-size:1.1rem;line-height:1.6;margin-bottom:20px;color:#f1f5f9;font-family:Roboto,system-ui,sans-serif}.step-details{list-style:none;padding:0;margin:0}.step-detail{display:flex;align-items:center;margin-bottom:8px;font-size:.95rem;color:#e2e8f0;font-family:Roboto,system-ui,sans-serif}.detail-bullet{color:#10b981;margin-right:12px;font-weight:600}.step-connector{position:absolute;left:39px;top:80px;width:2px;height:60px;background:linear-gradient(180deg,#2563eb,transparent);z-index:1}.process-step:last-child .step-connector{display:none}.workflow-examples{margin:60px 0;padding:40px;background:rgba(255,255,255,.05);border-radius:16px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.examples-title{font-size:2rem;font-weight:700;color:white;text-align:center;margin-bottom:40px}.examples-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px;gap:30px}.workflow-example{background:rgba(255,255,255,.08);padding:30px;border-radius:12px;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease,box-shadow .3s ease}.workflow-example:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.2);background:rgba(255,255,255,.12)}.workflow-example h4{font-size:1.25rem;font-weight:600;color:white;margin-bottom:12px}.workflow-example p{font-size:.95rem;color:#cbd5e1;line-height:1.6;margin-bottom:16px}.time-saved{display:inline-block;background:linear-gradient(135deg,#10b981,#059669);color:white;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px rgba(16,185,129,.3)}.process-cta{text-align:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:20px;padding:60px 40px;position:relative;overflow:hidden}.process-cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;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.05"/><circle cx="10" cy="90" r="1" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.cta-content{position:relative;z-index:2;margin-bottom:32px}.cta-content h3{font-size:2rem;font-weight:700;margin-bottom:12px;font-family:Lustra Text,system-ui,sans-serif}.cta-content p{font-size:1.2rem;color:#f1f5f9;margin-bottom:32px;font-family:Roboto,system-ui,sans-serif}.process-cta .btn-primary{background:white;color:#2563eb;border:none;padding:18px 36px;font-size:1.1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.process-cta .btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.2)}.cta-guarantee{position:relative;z-index:2;padding-top:32px;border-top:1px solid rgba(255,255,255,.2)}.cta-guarantee p{font-size:.95rem;opacity:.8;margin:0}@media (max-width:768px){.process{padding:60px 0}.process-title{font-size:2rem}.process-step{flex-direction:column;align-items:center;text-align:center}.step-number{margin-right:0;margin-bottom:20px}.step-content{width:100%}.step-header{justify-content:center}.step-connector{left:50%;transform:translateX(-50%);top:100px}.process-cta{padding:40px 20px}.cta-content h3{font-size:1.5rem}.workflow-examples{margin:40px 0;padding:30px 20px}.examples-title{font-size:1.5rem;margin-bottom:30px}.examples-grid{grid-template-columns:1fr;gap:20px}.workflow-example{padding:20px}}.testimonials{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.testimonials-container{max-width:1200px;margin:0 auto;padding:0 20px}.testimonials-header{text-align:center;margin-bottom:60px}.testimonials-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:16px;font-family:Lustra Text,system-ui,sans-serif}.testimonials-subtitle{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6;font-family:Roboto,system-ui,sans-serif}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:40px;gap:40px;margin-top:60px}.testimonial-card{background:white;border-radius:16px;padding:32px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #e2e8f0;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.testimonial-content{margin-bottom:24px}.testimonial-quote{font-size:1.1rem;line-height:1.7;color:#374151;font-style:italic;margin-bottom:24px;position:relative}.testimonial-quote:before{content:'"';font-size:4rem;color:#2563eb;position:absolute;top:-20px;left:-10px;font-family:Georgia,serif;opacity:.3}.testimonial-author{display:flex;align-items:center;gap:12px}.author-info h4{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:4px}.author-company{font-size:.9rem;color:#64748b}.testimonial-metrics{display:flex;justify-content:space-between;padding-top:24px;border-top:1px solid #e2e8f0}.metric{text-align:center;flex:1 1}.metric-value{display:block;font-size:1.5rem;font-weight:700;color:#2563eb;margin-bottom:4px}.metric-label{font-size:.85rem;color:#64748b;text-transform:uppercase;letter-spacing:.5px}@media (max-width:768px){.testimonials{padding:60px 0}.testimonials-title{font-size:2rem}.testimonials-grid{grid-template-columns:1fr;gap:30px}.testimonial-card{padding:24px}.testimonial-metrics{flex-direction:column;gap:16px}.metric{display:flex;justify-content:space-between;align-items:center}.metric-value{margin-bottom:0}}