html,body{font-family:DM Sans,sans-serif;padding:0;margin:0;box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}body{background-color:var(--background);background-image:url(/background2.webp);background-size:100%;background-position:center;background-attachment:fixed;overflow-x:hidden}:root{--background: white;--primary: #23a0e3;--primary-light: #b2e5ff;--primary-dark: #1a7bb5;--secondary: #2ab45e;--secondary-light: #69d18b;--secondary-dark: #1f894a;--text-dark: #343a40;--text-body: #495057;--text-muted: #6c757d;--border-light: #dee2e6;--bg-light: #f8f9fa;--white: #f9f9f6;--success: #28a745;--warning: #ffc107;--danger: #dc3545}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-container{text-align:center;display:flex;flex-direction:column;gap:4rem;padding:1rem .5rem;margin-top:3rem;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.hero-title{font-size:28px;font-weight:700;line-height:44px;color:var(--primary-light);margin:0 0 10px;text-align:center}.hero-img{height:70px;align-self:center}.hero-subtitle{font-size:16px;line-height:27px;color:#fff;font-weight:400;padding:.5rem}.hero-link{all:unset;cursor:pointer;background-color:var(--secondary);padding:10px 45px;border-radius:5px;width:fit-content;align-self:center;font-weight:600;letter-spacing:1px;color:#fff}
