#loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:9999;display:flex;justify-content:center;align-items:center;font-size:24px}body{visibility:hidden}.hero-section{background:#000;color:#fff;min-height:34vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:40px 20px}.hero-text{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.btn-primary{background-color:#6d88f4;border-color:#6d88f4;padding:10px 20px;font-size:1.25rem}h2{margin-bottom:15px}@media (min-width:1200px){.hero-text h1{font-size:3rem}.btn-primary{font-size:1.5rem;padding:12px 24px}}@media (max-width:768px){.hero-section{padding:20px 15px}.hero-text h1{font-size:1.75rem}.btn-primary,.hero-text p{font-size:1rem}.btn-primary{padding:8px 16px}}.footer{background-color:#343a40;color:#fff;padding:20px 0}.footer-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px;box-sizing:border-box}.footer-content{text-align:center;flex:1;margin-bottom:-15px}.footer-discreet{display:flex;flex-wrap:nowrap;justify-content:center}.footer-discreet a{color:#d0d0d0;text-decoration:none;font-weight:300;margin:0 10px}.footer-discreet a:hover,.privacy-link:hover{text-decoration:underline}.privacy-link{color:#fff;text-decoration:none}@media (max-width:576px){.hero-section{padding:15px 10px;min-height:25vh}.hero-text{max-width:100%}.hero-text h1{font-size:1.5rem}.btn-primary,.hero-text p{font-size:.9rem}.btn-primary{padding:6px 12px}.footer-container{flex-direction:column;text-align:center;padding:10px 0}.footer-discreet{flex-wrap:wrap;justify-content:center;margin-top:5px;padding:0 10px}.footer-discreet a{margin:5px}}.modal-footer{justify-content:center}