@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.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:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.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:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,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:91%;descent-override:24%;line-gap-override:10%}:root{--color-primary:#0D47A1;--color-accent:#D32F2F;--color-background:#121212;--color-surface:#1E1E1E;--color-text:#E0E0E0;--color-text-muted:#BDBDBD;--font-heading:'Inter',sans-serif;--font-body:'Roboto',sans-serif}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--color-background);color:var(--color-text);line-height:1.6;overflow-x:hidden}.container{width:90%;max-width:1100px;margin:0 auto;padding:4rem 0}.header{display:flex;justify-content:center;align-items:center;padding:1.5rem 5%;position:absolute;width:100%;z-index:10}.logo{font-family:var(--font-heading);font-weight:700;font-size:1.5rem;text-decoration:none;color:var(--color-text)}.logo__accent{color:var(--color-accent)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 5%;overflow:hidden}.hero__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background:radial-gradient(ellipse at center,rgba(211,47,47,0.15) 0,rgba(13,71,161,0) 70%)}@keyframes float{0%{transform:translateY(0px) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}100%{transform:translateY(0px) rotate(360deg)}}.hero__shape{position:absolute;opacity:.05;animation:float 20s ease-in-out infinite;color:var(--color-accent)}.hero__shape--1{top:10%;left:15%;width:80px;height:80px;animation-duration:22s}.hero__shape--2{top:20%;right:10%;width:120px;height:120px;animation-duration:18s;animation-delay:2s}.hero__shape--3{bottom:15%;left:25%;width:60px;height:60px;animation-duration:25s}.hero__shape--4{bottom:10%;right:20%;width:100px;height:100px;animation-duration:15s;animation-delay:4s}.hero__content{max-width:750px}.hero__title{font-family:var(--font-heading);font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.1;margin-bottom:1rem}.hero__subtitle{font-size:clamp(1rem,2.5vw,1.25rem);color:var(--color-text-muted);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-button{display:inline-block;background-color:var(--color-accent);color:#fff;padding:1rem 2.5rem;font-family:var(--font-heading);font-weight:700;text-decoration:none;border-radius:50px;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px rgba(211,47,47,0.4)}.cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(211,47,47,0.6)}.section{text-align:center}.section__title{font-family:var(--font-heading);font-size:2.5rem;margin-bottom:1rem}.section__description{font-size:1.1rem;color:var(--color-text-muted);max-width:70ch;margin:0 auto 3rem auto}.pas-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;text-align:left}.pas-card{background-color:var(--color-surface);padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,0.1);transition:transform .3s,box-shadow .3s}.pas-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.1)}.pas-card__title{font-family:var(--font-heading);font-size:1.5rem;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem;color:var(--color-accent)}.pas-card__icon{width:28px;height:28px}.pas-card p{max-width:70ch}.showcase{background-color:var(--color-surface);border-radius:12px;padding:2rem;margin-top:4rem;border:1px solid rgba(255,255,255,0.1);text-align:left}.showcase__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,0.1)}.showcase__title{font-family:var(--font-heading);font-size:1.25rem}.showcase__status{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#4CAF50}.showcase__status-dot{width:10px;height:10px;background-color:#4CAF50;border-radius:50%}.showcase__list{list-style:none}.showcase__item{display:flex;align-items:center;padding:1rem;border-radius:8px;transition:background-color .2s}.showcase__item:not(:last-child){border-bottom:1px solid rgba(255,255,255,0.05)}.showcase__item:hover{background-color:rgba(255,255,255,0.05)}.showcase__item-icon{width:24px;height:24px;margin-right:1rem;color:var(--color-text-muted)}.showcase__item-name{flex-grow:1;font-weight:500}.showcase__item-info{font-size:.9rem;color:var(--color-text-muted);margin-right:2rem;min-width:100px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;text-align:center}.feature-card{padding:2rem}.feature-card__icon{width:48px;height:48px;margin-bottom:1rem;color:var(--color-accent)}.feature-card__title{font-family:var(--font-heading);font-size:1.5rem;margin-bottom:.5rem}.feature-card p{max-width:70ch;margin:0 auto;color:var(--color-text-muted)}.cta-section{background-color:var(--color-surface);padding:4rem 0;margin-top:4rem;border-radius:12px;text-align:center}.footer{text-align:center;padding:2rem 0;border-top:1px solid rgba(255,255,255,0.1)}.footer__socials{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1rem}.footer__social-link{color:var(--color-text-muted);transition:color .3s}.footer__social-link:hover{color:var(--color-accent)}.footer__copyright{font-size:.9rem;color:var(--color-text-muted)}@media(max-width:768px){.container{padding:2rem 0}.section__title{font-size:2rem}}