.hero-small{background:linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.8)),url(https://images.unsplash.com/photo-1498837167922-ddd27525d352?w=1600&h=900&fit=crop) no-repeat 50%/cover;height:40vh;color:#ffffff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-shadow:3px 3px 10px rgba(0,0,0,.9);padding:0;margin:0;width:100%}.hero-small h1{font-size:2.5em;margin:0;color:#ffcc00;animation:fadeInDown 1s ease}.hero-small p{font-size:1.3em;margin:20px 0;max-width:600px;color:#eeeeee;animation:fadeIn 1.5s ease}.form-section{background-color:#1a1a1a;padding:30px;margin:40px auto;max-width:600px;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.5);color:#ffffff}.form-container{display:flex;flex-direction:column}.form-container input,.form-container textarea{width:100%;padding:12px 15px;margin-bottom:20px;border:1px solid #666666;border-radius:6px;color:#ffffff;background-color:#333333;transition:border .2s ease,background-color .2s ease;font-family:Roboto,sans-serif;font-size:1em;box-sizing:border-box}.form-container input:focus,.form-container textarea:focus{border-color:rgba(255,204,0,.6);outline:none;background:rgba(255,255,255,.08);box-shadow:0 0 0 4px rgba(255,204,0,.06)}.button{padding:14px;color:#111111;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;text-transform:uppercase;text-decoration:none;display:inline-block;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.button,.button:hover{background:linear-gradient(135deg,#ffcc00,#ffb300)}.button:hover{transform:scale(1.05)}.button:disabled{cursor:not-allowed;opacity:.7;transform:none}.button:disabled:hover{transform:none}.content-section{background-color:#1a1a1a;padding:30px;margin:40px auto;max-width:800px;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.5);color:#ffffff}.content-section h2{font-size:1.8em;margin-bottom:20px}.contact-info{display:flex;flex-direction:column;gap:20px}.contact-item{background-color:#333333;padding:20px;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.5)}.contact-item h3{color:#ffcc00;margin:0 0 10px;font-size:1.3em}.contact-item p{margin:0;color:#eeeeee;font-size:1.1em}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}