.contact-container{padding:2rem;background:#f9f9f9;border-radius:12px;box-shadow:0 8px 30px #0000000d;max-width:1000px;margin:auto;font-family:Segoe UI,sans-serif}.contact-box{background:#fff;border-radius:12px;padding:2rem}.contact-header{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:2rem}.contact-header h2{font-size:1.8rem;font-weight:600}.contact-phone{text-align:right;font-size:.85rem;color:#666}.contact-phone a{color:#ffc704;font-weight:700;text-decoration:none}.contact-form{display:flex;flex-wrap:wrap;gap:0 2rem}.form-left,.form-right{flex:1;min-width:280px}.form-group{margin-bottom:1.5rem}input,textarea{width:100%;border:none;border-bottom:1px solid #ccc;font-size:1rem;padding:.5rem 0;outline:none;background:transparent}textarea{min-height:150px;resize:vertical}input::placeholder,textarea::placeholder{color:#999}.error{color:red;font-size:.8rem;margin-top:.3rem}.terms{font-size:.75rem;color:#666;margin-top:1rem}.form-submit{width:100%}.form-submit button{background:#ffc704;color:#0f0f0f;font-size:1rem;font-weight:600;padding:.8rem 2rem;border-radius:30px;border:none;cursor:pointer;transition:.3s ease}.form-submit button:hover{background:#ffc704}@media (max-width: 768px){.contact-container{padding:8px}.contact-box{padding:16px}.contact-header{flex-direction:column;align-items:flex-start;gap:1rem}.contact-phone{text-align:left}.contact-form{flex-direction:column}.form-submit{display:flex;justify-content:center}.form-submit button{width:100%}}
