.welcome-container{background:#fafafa;flex-direction:column;height:100vh;display:flex;overflow:hidden}.welcome-header{background:#fff;border-bottom:1px solid #e5e5e5;flex-shrink:0;justify-content:center;align-items:center;padding:.75rem 2rem;display:flex}.welcome-logo{color:#0a0a0a;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;display:flex}.welcome-logo-icon{color:#fff;background:#1324ea;border-radius:5px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:800;display:flex}.welcome-main{flex:1;justify-content:center;align-items:center;min-height:0;padding:1.5rem 2rem;display:flex}.welcome-content{text-align:center;max-width:800px}.welcome-title{color:#0a0a0a;letter-spacing:-.03em;margin:0 0 .5rem;font-size:2rem;font-weight:800}.welcome-subtitle{color:#737373;margin:0 0 1rem;font-size:1rem}.welcome-trust{color:#737373;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.8125rem;display:flex}.welcome-trust-stars{gap:.125rem;display:flex}.welcome-star{color:#fbbf24;width:16px;height:16px}.welcome-cards{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.welcome-card{text-align:center;background:#fff;border:2px solid #e5e5e5;border-radius:16px;flex-direction:column;align-items:center;padding:1.25rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.welcome-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.welcome-card-primary{border-color:#bfdbfe}.welcome-card-primary:hover{border-color:#1324ea;box-shadow:0 12px 32px #1324ea1f}.welcome-card-secondary:hover{border-color:#a3a3a3}.welcome-card-illustration{width:80px;height:80px;margin-bottom:.875rem;transition:transform .3s}.welcome-card:hover .welcome-card-illustration{transform:scale(1.05)}.welcome-card-content{position:relative}.welcome-card-title{color:#0a0a0a;margin:0 0 .5rem;font-size:1.125rem;font-weight:700}.welcome-card-description{color:#737373;margin:0 0 1rem;font-size:.8125rem;line-height:1.4}.welcome-card-cta{border-radius:8px;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;transition:all .2s;display:inline-flex}.welcome-card-cta-primary{color:#fff;background:#1324ea}.welcome-card-primary:hover .welcome-card-cta-primary{background:#0f1cb8}.welcome-card-cta-secondary{color:#525252;background:#f5f5f5}.welcome-card-secondary:hover .welcome-card-cta-secondary{color:#0a0a0a;background:#e5e5e5}.welcome-arrow{width:14px;height:14px;transition:transform .2s}.welcome-card:hover .welcome-arrow{transform:translate(3px)}.welcome-footer{color:#a3a3a3;background:#fff;border-top:1px solid #e5e5e5;flex-shrink:0;justify-content:center;align-items:center;padding:.625rem 2rem;font-size:.6875rem;display:flex}.welcome-footer-copyright{font-weight:500}@media (max-width:768px){.welcome-cards{grid-template-columns:1fr;max-width:340px;margin-left:auto;margin-right:auto}.welcome-title{font-size:1.5rem}.welcome-subtitle{font-size:.875rem}}@media (max-width:540px){.welcome-main,.welcome-card{padding:1rem}.welcome-card-illustration{width:70px;height:70px}}@media (max-height:700px){.welcome-title{font-size:1.5rem}.welcome-subtitle{margin-bottom:.75rem}.welcome-trust{margin-bottom:1rem}.welcome-card{padding:1rem}.welcome-card-illustration{width:60px;height:60px;margin-bottom:.625rem}.welcome-card-description{margin-bottom:.75rem}}
