*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#0f172a;color:#e2e8f0;line-height:1.6}.form-section{max-width:600px;margin:80px auto;background-color:#1e293b;padding:40px;border-radius:16px;box-shadow:0 10px 25px rgba(0,0,0,.5);transition:all .3s ease}.form-section h2{text-align:center;font-size:28px;color:#38bdf8;margin-bottom:30px}form{gap:20px}.form-group,form{display:flex;flex-direction:column}label{font-weight:600;margin-bottom:6px;color:#f8fafc}input,textarea{padding:12px;border:1px solid #334155;background-color:#0f172a;color:#e2e8f0;border-radius:8px;font-size:16px;transition:border .3s,box-shadow .3s}input:focus,textarea:focus{border-color:#38bdf8;outline:none;box-shadow:0 0 0 3px rgba(56,189,248,.3)}textarea{resize:vertical}.checkbox-group{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.checkbox-group input[type=checkbox]{width:auto}.checkbox-group label{font-weight:400;color:#cbd5e1}.checkbox-group a{color:#38bdf8;text-decoration:underline}.error{color:#f87171;font-size:.875rem;margin-top:4px}.success-msg{color:#4ade80;background-color:#14532d;padding:16px;border-radius:8px;text-align:center;font-size:18px;font-weight:700;margin-top:20px}.submit-btn{background-color:#38bdf8;color:#0f172a;border:none;padding:14px;font-size:16px;font-weight:700;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.submit-btn:hover{background-color:#0ea5e9}.menu{position:fixed;top:0;left:50%;transform:translateX(-50%);width:80%;max-width:1100px;height:80px;display:flex;justify-content:space-between;align-items:center;padding:0 30px;background-color:#0d0a2e4b;border-bottom:1px solid #ccc;z-index:1000}.logo img{width:100px;height:auto;filter:drop-shadow(2px 2px 5px #000)}.menu-secoes ul{list-style:none;display:flex;align-items:center;gap:30px;margin:0;padding:0}.menu-secoes a{text-decoration:none;color:#fff;font-weight:700;font-size:15px;transition:color .3s}.menu-secoes a:hover{color:#c2c7cc62}.hamburger{display:none;flex-direction:column;justify-content:center;gap:6px;width:30px;height:24px;background:transparent;border:none;cursor:pointer;z-index:2001}.hamburger .bar{width:100%;height:3px;background:#fff;border-radius:2px;transition:all .3s ease}.hamburger.active .bar:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width:768px){.hamburger{display:flex}.menu-secoes{display:none;position:absolute;top:80px;left:0;right:0;background:#0d0a2ef0;text-align:center;padding:20px 0}.menu-secoes.active{display:block}.menu-secoes ul{flex-direction:column;gap:20px}.logo img{width:80px}}.footer{background-color:#000;color:#fff;padding:2rem 1rem;text-align:center;font-family:Arial,sans-serif}.footer__social{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem}.footer__icon{width:24px;height:24px;transition:transform .2s ease-in-out}.footer__icon:hover{transform:scale(1.1)}.footer__copyright,.footer__credits{font-size:.75rem;margin:.3rem 0;line-height:1.4}@media (max-width:480px){.footer__icon{width:20px;height:20px}.footer__copyright,.footer__credits{font-size:.7rem;padding:0 .5rem}}