.contact-container{min-height:100vh;background:#000000;color:#fff;padding:0}.contact-container,.contact-hero{display:flex;flex-direction:column}.contact-hero{height:40vh;justify-content:center;align-items:center;text-align:center;padding:2rem;width:100%}.contact-hero h1{font-size:4rem;margin-bottom:1.5rem;background:linear-gradient(90deg,#F7D44C,rgba(247,212,76,.7));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.contact-hero p{font-size:1.2rem;color:#999;max-width:600px}.contact-content{max-width:1200px;width:100%;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:350px 1fr;grid-gap:4rem;gap:4rem;align-items:flex-start}.contact-info{gap:2rem;position:-webkit-sticky;position:sticky;top:4rem;height:-moz-fit-content;height:fit-content;margin-top:-1rem}.contact-info,.info-card{display:flex;flex-direction:column}.info-card{background:rgba(247,212,76,.05);border:1px solid rgba(247,212,76,.1);padding:2rem;border-radius:1rem;transition:all .3s ease;align-items:flex-start}.info-card:hover{background:rgba(247,212,76,.08);border-color:rgba(247,212,76,.2);transform:translateY(-5px)}.info-icon{width:32px;height:32px;margin-bottom:1rem;color:#F7D44C}.info-card h3{font-size:1.25rem;margin-bottom:.5rem;color:#F7D44C}.info-card p{color:#999;font-size:1rem;margin:.2rem 0}.social-links{display:flex;gap:1rem;margin-top:.5rem}.social-links a{color:#F7D44C;text-decoration:none;transition:all .3s ease}.social-links a:hover{color:#fff;transform:translateX(5px)}.contact-form{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:700px}.form-group{position:relative;width:100%;animation:fadeInUp .5s ease forwards;opacity:0}.form-group label{display:block;margin-bottom:.5rem;color:#F7D44C;font-weight:600;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1.25rem;background:rgba(255,255,255,.05);border:1px solid rgba(247,212,76,.1);border-radius:.75rem;color:#fff;font-size:1rem;transition:all .3s ease;font-family:inherit}.form-group textarea{min-height:150px;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;background:rgba(255,255,255,.08);border-color:#F7D44C}.form-group input::placeholder,.form-group textarea::placeholder{color:#666}.form-group select option{background:#1a1a1a;color:#fff}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{opacity:.5;cursor:not-allowed}.error-message{background:rgba(255,0,0,.1);border:1px solid rgba(255,0,0,.3);color:#ff6b6b;padding:1rem;border-radius:.5rem;margin-top:.5rem}.submit-btn{background:#F7D44C;color:#000000;padding:1.25rem 2.5rem;border:none;border-radius:.75rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem;align-self:flex-start}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px rgba(247,212,76,.3)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.form-group:first-child{animation-delay:.1s}.form-group:nth-child(2){animation-delay:.2s}.form-group:nth-child(3){animation-delay:.3s}.form-group:nth-child(4){animation-delay:.4s}@media (max-width:1024px){.contact-content{grid-template-columns:300px 1fr;gap:3rem}}@media (max-width:768px){.contact-hero h1{font-size:3rem}.contact-content{grid-template-columns:1fr;padding:3rem 1.5rem}.contact-info{position:static;flex-direction:row;flex-wrap:wrap;margin-top:0}.info-card{flex:1 1;min-width:250px}.submit-btn{width:100%;align-self:stretch}}@media (max-width:480px){.contact-hero h1{font-size:2.5rem}.contact-hero p{font-size:1rem}.info-card{min-width:100%}.social-links{flex-direction:column;gap:.5rem}}