﻿*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:'Montserrat',sans-serif;background-color:#0572e9}.navbar{display:flex;align-items:center;justify-content:flex-start;gap:16px;padding:10px 20px;background:#036DD6}.navbar .brand{color:#fff;font-weight:700;font-size:1.2rem}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:20px;text-align:center}.hero-img{width:60%;max-width:400px;height:auto;margin-bottom:1em}.hero-title{font-size:clamp(1.5rem, 5vw, 2.5rem);color:#fff;margin-bottom:.5em}.divider{display:flex;align-items:center;margin-bottom:1em}.divider:before,.divider:after{content:'';flex:1;height:2px;background:#fff}.divider .star{margin:0 10px;color:#fff;font-size:1.2rem}.btn-outline{display:inline-block;padding:.8em 2em;color:#fff;border:2px solid #fff;border-radius:6px;text-transform:uppercase;font-weight:600;transition:background .3s,transform .1s}.btn-outline:hover{background:rgb(255 255 255 / .2)}.btn-outline:active{transform:scale(.95)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.hero-img,.hero-title,.divider,.btn-outline{opacity:0;animation:fadeInUp 1s ease-out forwards}.hero-img{animation-delay:0.2s}.hero-title{animation-delay:0.4s}.divider{animation-delay:0.6s}.btn-outline{animation-delay:0.8s}.footer{background:#1f2937;color:#aaa;padding:1em 0;text-align:center;font-size:.9rem}@media (max-width:480px){.navbar .brand{font-size:1rem}.hero-img{width:80%;max-width:300px}.btn-outline{padding:.6em 1.5em;font-size:.9rem}}.navbar .logo{max-height:50px;display:block;margin:0 auto}@media (max-width:480px){.navbar .logo{max-height:40px}}.navbar .brand{display:flex;align-items:center;gap:8px;color:#fff;text-decoration:none}.navbar .logo{max-height:50px}html,body,*{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}