body{font-family:Segoe UI,Arial,sans-serif;background-color:#f8f9fa;color:#333;margin:0;padding:0;line-height:1.5}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline:2px solid #000000;outline-offset:2px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.btn.btn-primary{background-color:green;color:#fff;border-color:green}.btn.btn-primary:hover,.btn.btn-primary:focus{background-color:green}.btn.btn-secondary{background-color:#d9534f;color:#fff;border-color:#d9534f}.btn.btn-secondary:hover,.btn.btn-secondary:focus{background-color:#d9534f}.btn.btn-outline{background-color:transparent;color:green;border-color:green}.btn.btn-outline:hover,.btn.btn-outline:focus{background-color:green;color:#fff}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}h1,h2,h3,h4,h5,h6{margin-top:0;font-weight:600;line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}@media (max-width: 768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.1rem}h6{font-size:1rem}}.form-group{margin-bottom:1rem;text-align:left}.form-group label{font-weight:600;color:#333}.form-group .form-control{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;transition:border-color .3s}.form-group .form-control:focus{border-color:green;outline:none}.form-group .is-invalid{border-color:#d9534f}.form-group .invalid-feedback{color:#d9534f;font-size:.875rem}
