.contact-page{max-width:680px;margin:2rem auto;padding:0 1.5rem}.contact-page h1{color:#ffd819;margin-bottom:.75rem}.contact-page .contact-intro{color:rgba(255,255,255,.7);line-height:1.6;margin-bottom:2rem}.contact-form{background:rgba(0,0,0,.55);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:2rem}.contact-form .form-row{margin-bottom:1.5rem}.contact-form .form-row>label{display:block;color:#ffd819;font-size:.8rem;font-weight:bold;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem}.contact-form .form-row>div{display:flex;flex-direction:row;gap:.75rem;flex-wrap:wrap;margin-top:.25rem}.contact-form .form-row>div>div{position:relative}.contact-form .form-row>div>div input[type=radio]{position:absolute;opacity:0;width:0;height:0}.contact-form .form-row>div>div input[type=radio]+label{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1.1rem;border:1px solid rgba(255,255,255,.2);border-radius:4px;color:rgba(255,255,255,.7);font-size:.9rem;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}.contact-form .form-row>div>div input[type=radio]+label::before{content:"";display:inline-block;width:.85rem;height:.85rem;border-radius:50%;border:2px solid rgba(255,255,255,.2);flex-shrink:0;transition:border-color .2s ease,background .2s ease}.contact-form .form-row>div>div input[type=radio]:checked+label{border-color:#ffd819;color:#ffd819}.contact-form .form-row>div>div input[type=radio]:checked+label::before{border-color:#ffd819;background:#ffd819;box-shadow:inset 0 0 0 2px rgba(0,0,0,.55)}.contact-form .form-row>div>div input[type=radio]:focus-visible+label{outline:2px solid #ffd819;outline-offset:2px}.contact-form .form-row input[type=text],.contact-form .form-row input[type=email],.contact-form .form-row select,.contact-form .form-row textarea{width:100%;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#f0f0f0;font-family:verdana,sans-serif;font-size:.95rem;padding:.75rem 1rem;box-sizing:border-box;transition:border-color .2s ease,background-color .2s ease}.contact-form .form-row input[type=text]:focus,.contact-form .form-row input[type=email]:focus,.contact-form .form-row select:focus,.contact-form .form-row textarea:focus{outline:none;border-color:#ffd819;background:rgba(255,255,255,.11)}.contact-form .form-row input[type=text]::placeholder,.contact-form .form-row input[type=email]::placeholder,.contact-form .form-row select::placeholder,.contact-form .form-row textarea::placeholder{color:rgba(255,255,255,.3)}.contact-form .form-row select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23ffd819%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpolyline points=%276 9 12 15 18 9%27%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:1.1rem;padding-right:2.5rem}.contact-form .form-row select option{background:#1a1a1a;color:#f0f0f0}.contact-form .form-row textarea{resize:vertical;min-height:140px}.contact-form .form-row ul.form-errors{color:#ff6b6b;font-size:.8rem;margin-top:.4rem;list-style:none;padding:0}.contact-form .captcha-row{margin-bottom:1.5rem}.contact-form .captcha-row ul.form-errors{color:#ff6b6b;font-size:.8rem;margin-top:.4rem;list-style:none;padding:0}.contact-form .submit-row{margin-top:2rem}.contact-form .submit-row button[type=submit]{background:#ffd819;color:#111;border:none;border-radius:4px;font-family:verdana,sans-serif;font-size:.95rem;font-weight:bold;padding:.9rem 2.5rem;cursor:pointer;text-transform:uppercase;letter-spacing:.06em;transition:background-color .2s ease,transform .1s ease}.contact-form .submit-row button[type=submit]:hover{background:rgb(100%,88.7754475703%,33.8039215686%)}.contact-form .submit-row button[type=submit]:active{transform:scale(0.98)}.contact-sent{max-width:680px;margin:3rem auto;padding:0 1.5rem;text-align:center}.contact-sent h1{color:#ffd819;margin-bottom:1rem}.contact-sent p{color:rgba(255,255,255,.8);line-height:1.6;margin-bottom:1.5rem}.contact-sent .back-link{display:inline-block;color:#ffd819;border:1px solid #ffd819;border-radius:4px;padding:.6rem 1.5rem;transition:background-color .2s ease,color .2s ease}.contact-sent .back-link:hover{background:#ffd819;color:#111;text-decoration:none}
