@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}.page{background:radial-gradient(at 20% 20%,#c0d9f2 0%,#d8e9f8 35%,#e6f1fb 65%,#cce0f2 100%);flex-direction:column;min-height:100vh;font-family:DM Sans,sans-serif;display:flex}.nav{justify-content:flex-end;padding:1.5rem 2.5rem;display:flex}.btn-login{color:#1a3a6b;cursor:pointer;letter-spacing:.01em;box-sizing:border-box;text-align:center;background:0 0;border:1.5px solid #1a3a6b;border-radius:999px;min-width:90px;padding:.45rem 1.4rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:500;transition:background .2s,color .2s;display:inline-block}.btn-login:hover{color:#fff;background:#1a3a6b}.hero{text-align:center;flex-direction:column;flex:1;align-items:center;padding:1rem 2rem 0;display:flex}.logo-wrap{margin-bottom:1.8rem}.logo-wrap img{width:auto;height:110px}.tagline{color:#1a3a6b;letter-spacing:.01em;max-width:500px;margin-bottom:2.8rem;font-size:1.15rem;font-weight:400;line-height:1.65}.cards{grid-template-columns:repeat(3,1fr);gap:1.1rem;width:100%;max-width:860px;margin-bottom:2.8rem;display:grid}.card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);text-align:center;background:#f0f7ffbf;border:1px solid #ffffffb3;border-radius:16px;flex-direction:column;align-items:center;gap:.85rem;padding:2rem 1.4rem;transition:transform .2s,box-shadow .2s;display:flex}.card:hover{transform:translateY(-3px);box-shadow:0 8px 28px #1a3a6b1a}.card-icon{color:#1a3a6b;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.card-icon svg{width:32px;height:32px}.card h3{color:#1a3a6b;letter-spacing:.01em;font-size:1rem;font-weight:600}.card p{color:#2e5490;font-size:.85rem;font-weight:300;line-height:1.55}.btn-cta{color:#fff;cursor:pointer;letter-spacing:.02em;background:#1e4fa3;border:none;border-radius:999px;margin-bottom:2.2rem;padding:.85rem 2.8rem;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:500;transition:background .2s,transform .15s}.btn-cta:hover{background:#16387a;transform:translateY(-1px)}.btn-cta:active{transform:scale(.98)}.footer-strip{color:#2e5490;letter-spacing:.01em;justify-content:center;align-items:center;gap:.5rem;padding-bottom:2.5rem;font-size:.85rem;font-weight:400;display:flex}.dot{opacity:.6;background:#2e5490;border-radius:50%;width:4px;height:4px;display:inline-block}@media (max-width:640px){.cards{grid-template-columns:1fr;max-width:380px}.tagline{font-size:1rem}.nav{padding:1.2rem 1.5rem}}
