body,html{background-color:#ffffff;padding:0;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;color:#1a1a1a;scroll-behavior:smooth}*{box-sizing:border-box}main{padding:0;flex:1 1;display:flex;flex-direction:column;align-items:center}code{background:#e2e8f0;border-radius:5px;padding:.75rem;font-family:Menlo,Monaco,Lucida Console,Courier New,monospace}.container{min-height:100vh;display:flex;flex-direction:column}h1{font-size:3.5rem;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(135deg,#2563eb,#4f46e5);-webkit-background-clip:text;-webkit-text-fill-color:transparent}h1,h2{font-weight:700}h2{font-size:2.5rem;margin-bottom:2rem;text-align:center}section{width:100%;padding:5rem 1rem;max-width:1200px;margin:0 auto}.hero{background:linear-gradient(180deg,rgba(239,246,255,.6),rgba(255,255,255,0));text-align:center;padding:8rem 1rem}.hero-content{max-width:800px;margin:0 auto}.subtitle{font-size:1.25rem;line-height:1.7;color:#4b5563;margin-bottom:2rem}.cta-button{display:inline-block;background:linear-gradient(135deg,#2563eb,#4f46e5);color:white;padding:1rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;transition:transform .2s;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.cta-button:hover{transform:translateY(-2px)}.trusted-by{text-align:center;background:#f8fafc;padding:3rem 1rem}.trusted-by p{font-size:.875rem;font-weight:600;letter-spacing:.1em;color:#64748b;margin-bottom:2rem}.logos{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.logos span{color:#94a3b8;font-weight:500}.use-case-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem}.steps-container,.use-case-grid{display:grid;gap:2rem;margin-top:3rem}.steps-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem}.step{text-align:center;padding:2rem;background:white;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.step-number{width:40px;height:40px;background:linear-gradient(135deg,#2563eb,#4f46e5);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;margin:0 auto 1rem}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}.hero{padding:4rem 1rem}section{padding:3rem 1rem}}