body,h1,h2,h3,p,ul,li,form,label,input,textarea,button{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box}html,body{height:100%;margin:0}main{flex:1;display:flex;flex-direction:column}body{font-family:sans-serif;line-height:1.6;background-color:#f4f4f4;color:#333;font-size:16px;display:flex;flex-direction:column;min-height:100vh}.container{max-width:75rem;margin:0 auto;padding:1.25rem}header{background-color:#fff;padding:0;box-shadow:0 .125rem .3125rem rgb(0 0 0 / .1)}header .container{display:flex;justify-content:space-between;align-items:center}.logo img{max-height:3.125rem}nav ul{list-style:none;display:flex}nav ul li{margin-left:1.25rem}nav ul li a{text-decoration:none;color:#333;font-weight:700;transition:color 0.3s ease;font-size:1rem}nav ul li a:hover{color:#007bff}.hero{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#e9f5ff;padding:0;text-align:center}.hero>.container{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-logo{margin-bottom:1.875rem}.hero-logo img{max-height:6.25rem}.hero h1{font-size:2.5rem;color:#007bff;margin-bottom:1.25rem}.hero p{font-size:1.2rem;color:#555;margin-bottom:1.875rem}.button{display:inline-block;background-color:#007bff;color:#fff;padding:.9375rem 1.875rem;text-decoration:none;border-radius:.3125rem;font-weight:700;transition:background-color 0.3s ease;font-size:1rem}.button:hover{background-color:#0056b3}.contact-page{padding:0;background-color:#f9f9f9}.contact-page h1{margin-top:1rem;font-size:2rem;color:#007bff;margin-bottom:1.25rem;text-align:center}.contact-page p{color:#555;margin-bottom:1.5rem;text-align:center;font-size:1rem}.contact-page .container{padding-top:1rem;display:flex;flex-direction:column;align-items:center}.contact-page form{background-color:#fff;padding:1.875rem;border-radius:.5rem;box-shadow:0 .125rem .3125rem rgb(0 0 0 / .05);width:100%;max-width:37.5rem;margin-bottom:1.875rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.3125rem;color:#333;font-weight:700;font-size:1rem}.form-group input[type="text"],.form-group input[type="email"],.form-group textarea{width:100%;padding:.625rem;border:.0625rem solid #ccc;border-radius:.25rem;font-size:1rem}.form-group textarea{resize:vertical}.contact-page .contact-info{text-align:center;color:#555;font-size:1rem}.contact-page .contact-info h2{color:#007bff;margin-bottom:.625rem;font-size:1.2rem}.contact-page .contact-info p{margin-bottom:.625rem}.contact-page .contact-info a{color:#007bff;text-decoration:none;transition:color 0.3s ease}.contact-page .contact-info a:hover{color:#0056b3}footer{background-color:#333;color:#fff;text-align:center;padding:1.25rem 0;font-size:.9rem}footer a{color:#fff;text-decoration:none;transition:color 0.3s ease}footer a:hover{color:#007bff}.popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .5);display:flex;justify-content:center;align-items:center;z-index:1000}.popup-content{background:#fff;padding:2rem;border-radius:.5rem;text-align:center;max-width:400px;width:90%}.spinner{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(255 255 255 / .8);display:flex;justify-content:center;align-items:center;z-index:1000}.spinner-content{background-color:#fff;padding:1.5rem 2rem;border-radius:.5rem;box-shadow:0 0 10px rgb(0 0 0 / .2);font-weight:700;color:#333}.button .spinner-border{width:1rem;height:1rem;border:.15em solid currentColor;border-right-color:#fff0;border-radius:50%;display:inline-block;animation:spin 0.75s linear infinite;vertical-align:middle;margin-right:.5rem}@keyframes spin{100%{transform:rotate(360deg)}}button.button:disabled,.button:disabled{background-color:#ccc;color:#666;cursor:not-allowed;box-shadow:none;border:none}.button:disabled .spinner-border{color:#666}.hidden{display:none}