.navigation{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid transparent;transition:all .3s}.navigation.scrolled{background:#fffffff2;border-bottom:1px solid var(--border);box-shadow:0 4px 6px #0000000d}.nav-content{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2rem}.nav-logo{display:flex;align-items:center;gap:.75rem}.logo-text{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:var(--text-primary);text-decoration:none;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--primary)}.nav-actions{display:flex;align-items:center;gap:1rem}.nav-link{color:var(--text-primary);text-decoration:none;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--primary)}@media (max-width: 768px){.nav-links{display:none}.nav-actions{gap:.5rem}.nav-actions .nav-link{display:none}}.hero{padding:10rem 0 6rem;background:linear-gradient(180deg,#f8fafc,#fff);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:1400px;height:1400px;background:radial-gradient(circle,rgba(37,99,235,.05) 0%,transparent 70%);pointer-events:none}.hero-content{position:relative;text-align:center;max-width:900px;margin:0 auto}.hero-badge{display:inline-block;padding:.5rem 1.25rem;background:#2563eb1a;color:var(--primary);border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:2rem}.hero-title{font-size:4rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}.gradient-text{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:700px;margin:0 auto 2.5rem;line-height:1.7}.hero-actions{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap;margin-bottom:3rem}.btn-lg{padding:1.25rem 2.5rem;font-size:1.1rem}.hero-trust{padding-top:2rem;border-top:1px solid var(--border)}.hero-trust p{color:var(--text-light);font-size:.875rem;font-weight:500}@media (max-width: 768px){.hero{padding:8rem 0 4rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-actions{flex-direction:column}.btn-lg{width:100%;justify-content:center}}.stats{padding:4rem 0;background:var(--bg-white)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;text-align:center}.stat-card{padding:1.5rem}.stat-value{font-size:3rem;font-weight:900;background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{font-size:1rem;color:var(--text-secondary);font-weight:500}@media (max-width: 768px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.stat-value{font-size:2.5rem}}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:var(--bg-white);padding:2rem;border-radius:1rem;border:1px solid var(--border);transition:all .3s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #00000014;border-color:var(--primary)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary)}.feature-description{color:var(--text-secondary);line-height:1.7}@media (max-width: 768px){.features-grid{grid-template-columns:1fr}}.agents-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:4rem}.agent-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:2rem;transition:all .3s}.agent-card:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.agent-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.agent-name{font-size:1.25rem;font-weight:700;color:#fff}.agent-status{padding:.25rem .75rem;background:#22c55e33;color:#4ade80;border-radius:1rem;font-size:.75rem;font-weight:600}.agent-description{color:#ffffffb3;line-height:1.6}.ai-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;padding:3rem;background:#ffffff0d;border-radius:1rem;text-align:center}.ai-metric{padding:1rem}.metric-value{font-size:2.5rem;font-weight:900;color:#fff;margin-bottom:.5rem}.metric-label{color:#ffffffb3;font-size:.875rem}@media (max-width: 768px){.agents-grid{grid-template-columns:1fr}.ai-metrics{grid-template-columns:1fr;gap:1.5rem}}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:4rem}.step-card{text-align:center;padding:2rem}.step-number{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:900;box-shadow:0 10px 30px #2563eb4d}.step-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.step-description{color:var(--text-secondary);line-height:1.7;max-width:400px;margin:0 auto}@media (max-width: 768px){.steps-grid{grid-template-columns:1fr;gap:2rem}}.integrations-content{max-width:1000px;margin:0 auto}.integration-section{margin-bottom:4rem}.integration-section:last-child{margin-bottom:0}.integration-section-title{font-size:1.5rem;font-weight:700;margin-bottom:2rem;color:var(--text-primary)}.integration-grid{display:grid;gap:1.5rem}.integration-card{background:var(--bg-white);border:2px solid var(--border);border-radius:1rem;padding:2rem;display:flex;align-items:center;gap:2rem;transition:all .3s;opacity:.7}.integration-card.active{opacity:1;border-color:var(--primary);background:linear-gradient(135deg,#2563eb0d,#8b5cf60d)}.integration-card:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0000001a}.integration-logo{width:80px;height:80px;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;flex-shrink:0}.integration-info{flex:1}.integration-header{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.integration-name{font-size:1.5rem;font-weight:700;color:var(--text-primary)}.integration-badge{padding:.25rem .75rem;background:#64748b33;color:var(--text-secondary);border-radius:1rem;font-size:.75rem;font-weight:600}.integration-badge.active{background:#22c55e33;color:#16a34a}.integration-description{color:var(--text-secondary);line-height:1.6}@media (max-width: 768px){.integration-card{flex-direction:column;text-align:center}.integration-header{flex-direction:column;gap:.5rem}}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}.pricing-card{background:var(--bg-white);border:2px solid var(--border);border-radius:1.5rem;padding:2.5rem;position:relative;transition:all .3s}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0000001a}.pricing-card.popular{border-color:var(--primary);box-shadow:0 10px 40px #2563eb26}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;padding:.5rem 1.5rem;border-radius:2rem;font-size:.875rem;font-weight:700;box-shadow:0 4px 12px #2563eb4d}.pricing-header{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.plan-name{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.plan-price{margin-bottom:1rem}.price{font-size:3rem;font-weight:900;color:var(--text-primary)}.period{display:block;font-size:.875rem;color:var(--text-secondary);margin-top:.25rem}.plan-description{color:var(--text-secondary);line-height:1.6}.plan-features{list-style:none;margin-bottom:2rem}.plan-features li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;color:var(--text-primary)}.plan-features svg{color:var(--primary);flex-shrink:0}.btn-full{width:100%;justify-content:center}.pricing-note{text-align:center;padding-top:2rem;border-top:1px solid var(--border)}.pricing-note p{color:var(--text-secondary);font-size:.875rem}@media (max-width: 768px){.pricing-grid{grid-template-columns:1fr}}.cta-section{padding:8rem 0;background:linear-gradient(135deg,var(--primary),var(--secondary));position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.cta-content{position:relative;text-align:center;max-width:800px;margin:0 auto;color:#fff}.cta-title{font-size:3rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem}.cta-subtitle{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95;line-height:1.7}.cta-actions{margin-bottom:1.5rem}.cta-note{font-size:.875rem;opacity:.8}@media (max-width: 768px){.cta-section{padding:5rem 0}.cta-title{font-size:2rem}.cta-subtitle{font-size:1.1rem}}.footer{background:var(--text-primary);color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:2fr 3fr;gap:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand{max-width:300px}.footer-logo{font-size:1.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-tagline{color:#ffffffb3;line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer-column h4{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;color:#fff}.footer-column a{display:block;color:#ffffffb3;text-decoration:none;margin-bottom:.75rem;transition:color .2s;font-size:.875rem}.footer-column a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem}.footer-bottom p{color:#fff9;font-size:.875rem}.footer-social{display:flex;gap:1rem}.footer-social a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;color:#fff;text-decoration:none;border-radius:50%;transition:all .2s;font-size:1.25rem}.footer-social a:hover{background:#fff3;transform:translateY(-2px)}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:repeat(2,1fr)}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}}.app{min-height:100vh;background:var(--bg-white)}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.section{padding:6rem 0}.section-dark{background:var(--text-primary);color:var(--bg-white)}.section-light{background:var(--bg-light)}.section-title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem;text-align:center}.section-subtitle{font-size:1.25rem;color:var(--text-secondary);text-align:center;max-width:700px;margin:0 auto 3rem}.section-dark .section-subtitle{color:var(--text-light)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:.75rem;border:none;cursor:pointer;text-decoration:none;transition:all .2s}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 10px 25px #2563eb4d}.btn-secondary{background:#fff;color:var(--primary);border:2px solid var(--primary)}.btn-secondary:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.btn-white{background:#fff;color:var(--text-primary)}.btn-white:hover{background:var(--bg-light);transform:translateY(-2px)}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}@media (max-width: 768px){.section{padding:4rem 0}.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}.container{padding:0 1.5rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #2563eb;--primary-dark: #1e40af;--secondary: #8b5cf6;--text-primary: #0f172a;--text-secondary: #475569;--text-light: #64748b;--bg-light: #f8fafc;--bg-white: #ffffff;--border: #e2e8f0;--accent: #06b6d4}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}
