@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");body{align-items:center;background-image:url(https://6606862.fs1.hubspotusercontent-na1.net/hubfs/6606862/eCommerce/Screenshot%202024-12-24%20at%2010.12.48%20AM.png);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;justify-content:center;margin:0;min-height:100vh;padding:1rem}.overlay{backdrop-filter:blur(3px);background-color:rgba(139,29,63,.9);inset:0;position:fixed}.card{background:#fff;border-radius:.5rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);max-width:42rem;padding:2rem;position:relative;text-align:center;width:100%;z-index:10}.logo{align-items:center;display:flex;justify-content:center;margin-bottom:1.5rem}.logo img{height:auto;margin:0 auto;max-width:250px}h1{color:#333;font-size:2.5rem;margin-bottom:1.5rem}.message{font-size:1.125rem;margin-bottom:.5rem}.submessage{color:#666;margin-bottom:2rem}a{color:#8b1d3f;font-weight:600;text-decoration:none}a:hover{color:rgba(139,29,63,.8)}.button{background-color:#8b1d3f;border-radius:.375rem;color:#fff!important;display:inline-block;font-weight:600;padding:.75rem 2rem;text-decoration:none;transition:background-color .2s}.button:hover{background-color:rgba(139,29,63,.9)}.note{color:#666;font-size:.875rem;margin-top:2rem}@media (max-width:768px){.card{padding:1.5rem}h1{font-size:2rem}.message,.submessage{font-size:1rem}.button{padding:.75rem 1.5rem}.logo img{max-width:200px}}