body{letter-spacing:normal;color:#fff;margin:0;font-family:Source Sans Pro,system-ui,-apple-system,sans-serif;line-height:1.5}.gradient{background:linear-gradient(90deg,#4b33d5 0%,#51d1da 100%)}.hero{background:#0f0f0f;align-items:center;min-height:90vh;padding:6rem 1.5rem 4rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#28648c12 0%,#28648c08 40%,#0000 70%);width:60vw;max-width:900px;height:60vw;max-height:900px;position:absolute;top:20%}.hero-inner,.hero-graphic{z-index:1;position:relative}.hero-graphic{flex:50%;min-width:0;margin-right:-8%}.hero-graphic img{width:100%;height:auto;display:block}.hero-inner{text-align:left;flex:50%;max-width:600px;padding-left:clamp(1.5rem,5vw,4rem);padding-right:2rem}@media (width<=768px){.hero{text-align:center;flex-direction:column;padding:5rem 1.5rem 3rem}.hero-graphic{flex:none;width:130%;margin-bottom:2rem;margin-left:-15%;margin-right:-15%}.hero-inner{text-align:center;max-width:720px;padding-left:0}}.badge-since{letter-spacing:.08em;color:#42acd5;border:1px solid #42acd566;border-radius:9999px;margin-bottom:1.5rem;padding:.3em 1em;font-family:JetBrains Mono,Fira Code,ui-monospace,monospace;font-size:.85rem;display:inline-block}.hero h1{color:#fff;margin:0 0 1.25rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.15}.hero-sub{color:#a0a0a0;margin:0 0 2.5rem;font-size:1.25rem;line-height:1.6}#header{z-index:100;padding:.75rem 1.5rem;transition:background .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}#header.scrolled{-webkit-backdrop-filter:blur(10px);background:#0f0f0fd9;box-shadow:0 1px #ffffff0f}.nav-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.nav-logo svg{color:#fff;width:auto;height:2.4rem;display:block}.nav-links{align-items:center;gap:1.5rem;display:flex}.nav-link{color:#a0a0a0;font-size:.9rem;text-decoration:none;transition:color .2s}.nav-link:hover{color:#fff}.nav-cta{color:#fff;cursor:pointer;background:#0f0f0f;border:1px solid #42acd566;border-radius:.4rem;padding:.5rem 1.2rem;font-family:JetBrains Mono,Fira Code,ui-monospace,monospace;font-size:.85rem;font-weight:700;transition:border-color .2s,background .2s}.nav-cta:hover{background:#42acd514;border-color:#42acd5}.hero-button{color:#1a202c;cursor:pointer;background:#fff;border-radius:9999px;margin:1.5rem auto;padding:1rem 2rem;font-weight:700;text-decoration:none;transition:transform .3s ease-in-out;display:inline-block;box-shadow:0 10px 15px -3px #0000001a}.hero-button:hover{text-decoration:underline;transform:scale(1.05)}.section-inner{max-width:1100px;margin:0 auto;padding:0 clamp(1.5rem,5vw,4rem)}.hero:after{content:"";z-index:2;background:linear-gradient(90deg,#42acd5,#0000 80%);height:2px;position:absolute;bottom:0;left:0;right:0}.services{color:#1a1a2e;background:#f5f7f9;padding:5rem 0}.services h2{margin:0 0 2.5rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}.bento-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}@media (width<=640px){.bento-grid{grid-template-columns:1fr}}.bento-card{background:#fff;border:1px solid #e2e5e9;border-radius:.75rem;padding:2rem;transition:box-shadow .2s,transform .2s}.bento-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #42acd51f}.bento-card--wide{grid-column:auto}.bento-icon{width:28px;height:28px;margin-bottom:1rem}.bento-card h3{color:#0f0f0f;margin:0 0 .75rem;font-size:1.25rem;font-weight:700}.bento-card p{color:#4a4a5a;margin:0;font-size:1rem;line-height:1.65}.proof{border-top:1px solid #e2e5e9;align-items:baseline;gap:.75rem;margin-top:3.5rem;padding-top:2rem;font-family:JetBrains Mono,Fira Code,ui-monospace,monospace;font-size:.85rem;display:flex}.proof-label{color:#287592;white-space:nowrap;margin:0;font-weight:700}.proof-detail{color:#6b7280;margin:0}@media (width<=640px){.proof{text-align:center;flex-direction:column;gap:.25rem}}.testimonials{color:#fff;background:#0f0f0f;padding:5rem 0;position:relative}.testimonials:before{content:"";background:linear-gradient(90deg,#42acd5,#0000 80%);height:2px;position:absolute;top:0;left:0;right:0}.testimonials h2{margin:0 0 2.5rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}.testimonial-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.testimonial-card{background:0 0;padding:0}.testimonial-card blockquote{border-left:2px solid #42acd5;margin:0 0 1.5rem;padding-left:1.25rem}.testimonial-card blockquote p{color:#d0d0d0;margin:0;font-size:1.125rem;font-style:italic;line-height:1.7}.testimonial-author{align-items:center;gap:.75rem;display:flex}.testimonial-author img{border-radius:50%;width:48px;height:48px}.testimonial-author strong{color:#fff;font-size:1.05rem;display:block}.testimonial-author span{color:#7a7a8a;font-size:.875rem}.cta{background:#0f0f0f;padding:5rem 0}.cta h2{color:#fff;max-width:600px;margin:0 0 2rem;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;line-height:1.3}.site-footer{color:#7a7a8a;background:#0a0a0a;border-top:1px solid #ffffff0f;padding:2.5rem 0;font-size:.85rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-logo svg{color:#5a5a6a;width:auto;height:1.6rem}.footer-links{gap:1.5rem;display:flex}.footer-links a{color:#7a7a8a;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#42acd5}.footer-copy{margin:0}@media (width<=640px){.footer-inner{text-align:center;flex-direction:column}}
/*# sourceMappingURL=nullvariable.com.812f6348.css.map */
