@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;size-adjust:100%;ascent-override:90%;descent-override:22%;line-gap-override:10%}@font-face{font-family:'Inter';font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;size-adjust:100%;ascent-override:90%;descent-override:22%;line-gap-override:10%}:root{--color-background-dark:#111827;--color-background-light:#1F2937;--color-accent:#F97316;--color-accent-hover:#FB923C;--color-text-primary:#FFF;--color-text-secondary:#D1D5DB;--color-border:#374151}html{scroll-behavior:smooth}body{background-color:var(--color-background-dark);color:var(--color-text-secondary);font-family:'Inter',sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}.section{padding-top:5rem;padding-bottom:5rem}.header__logo{font-size:1.5rem;font-weight:800;color:var(--color-text-primary);text-decoration:none}.header__logo-accent{color:var(--color-accent)}.hero{text-align:center;padding-top:8rem;padding-bottom:8rem;background-image:radial-gradient(circle at top,rgba(249,115,22,0.1),transparent 40%)}.hero__title{font-size:2.5rem;font-weight:800;line-height:1.2;color:var(--color-text-primary);margin-bottom:1.5rem}@media(min-width:768px){.hero__title{font-size:4rem}}.hero__subtitle{max-width:45ch;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.75;margin-bottom:2.5rem}.cta-button{display:inline-block;background-color:var(--color-accent);color:var(--color-text-primary);font-size:1.125rem;font-weight:600;padding:1rem 2.5rem;border-radius:.5rem;text-decoration:none;transition:background-color .2s ease-in-out,transform .2s ease-in-out}.cta-button:hover{background-color:var(--color-accent-hover);transform:translateY(-2px)}.section__title{font-size:2rem;font-weight:800;color:var(--color-text-primary);text-align:center;margin-bottom:1rem}@media(min-width:768px){.section__title{font-size:2.5rem}}.section__subtitle{font-size:1.125rem;text-align:center;max-width:60ch;margin-left:auto;margin-right:auto;margin-bottom:4rem}.platforms{padding-top:4rem;padding-bottom:4rem;background-color:var(--color-background-light);text-align:center}.platforms__title{font-size:1rem;font-weight:600;color:var(--color-text-secondary);margin-bottom:2rem;text-transform:uppercase;letter-spacing:.05em}.platforms__scroller{max-width:900px;margin-inline:auto;-webkit-mask:linear-gradient(90deg,transparent,white 20%,white 80%,transparent);mask:linear-gradient(90deg,transparent,white 20%,white 80%,transparent)}.platforms__list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:nowrap;gap:4rem}.platforms__scroller[data-animated="true"] .platforms__list{width:max-content;animation:scroll 30s linear infinite}.platforms__list li{display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary);font-size:1.5rem;font-weight:600;filter:grayscale(1);opacity:.8;transition:all .2s ease;white-space:nowrap}.platforms__list li:hover{filter:grayscale(0);opacity:1}.platforms__list img{height:2.5rem;max-width:none}@keyframes scroll{to{transform:translate(calc(-50% - 2rem))}}.pas-framework{display:grid;gap:2rem}@media(min-width:768px){.pas-framework{grid-template-columns:repeat(3,1fr)}}.pas-framework__card{background-color:var(--color-background-light);padding:2rem;border-radius:.75rem;border:1px solid var(--color-border)}.pas-framework__title{font-size:1.25rem;font-weight:800;color:var(--color-text-primary);margin-bottom:1rem}.pas-framework__text{line-height:1.75;max-width:70ch}.pas-framework__text p{margin-bottom:1rem}.pas-framework__text p:last-child{margin-bottom:0}.features__list{list-style:none;padding:0;margin-left:auto;margin-right:auto;max-width:65ch;display:grid;gap:2rem}.features__item{display:flex;align-items:flex-start;gap:1.5rem}.features__icon{flex-shrink:0;width:2.5rem;height:2.5rem;color:var(--color-accent);margin-top:.25rem}.features__title{font-size:1.25rem;font-weight:800;color:var(--color-text-primary);margin-bottom:.5rem}.features__text{line-height:1.75}.footer{background-color:var(--color-background-light);border-top:1px solid var(--color-border);padding-top:3rem;padding-bottom:3rem;text-align:center}.footer__socials{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.footer__social-link{color:var(--color-text-secondary);text-decoration:none;transition:color .2s ease-in-out}.footer__social-link:hover{color:var(--color-accent)}.footer__social-icon{width:1.5rem;height:1.5rem}.footer__copyright{font-size:.875rem}