.contact-page{background:var(--background-color);min-height:100vh;color:var(--color);justify-content:center;padding:5rem 1.5rem 6rem;display:flex}.contact-wrapper{flex-direction:column;gap:2.25rem;width:100%;max-width:760px;display:flex}.contact-header{text-align:center;max-width:620px;margin:0 auto}.contact-header h1{letter-spacing:-.035em;background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(2rem,5vw,2.75rem);font-weight:750;line-height:1.1}.contact-header p{max-width:520px;color:var(--subtitle);margin:.85rem auto 0;font-size:.95rem;line-height:1.6}.contact-card{background:var(--card-color);border:1px solid var(--border-primary);box-shadow:var(--shadow-strong);border-radius:18px;padding:2rem;position:relative}.category-selector{border:1px solid var(--border-primary);background:#ffffff06;border-radius:12px;grid-template-columns:repeat(4,1fr);gap:.4rem;margin-bottom:1.75rem;padding:.35rem;display:grid}.cat-btn{min-height:40px;color:var(--subtitle);font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;padding:.55rem .7rem;font-size:.78rem;font-weight:600;line-height:1.2;transition:background .2s,color .2s,border-color .2s,transform .2s}.cat-btn:hover{color:var(--primary);background:#ffffff06}.cat-btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.cat-btn.active{color:var(--primary);background:#d4af371a;border-color:#d4af3759}.contact-card form{flex-direction:column;gap:.65rem;display:flex}.contact-card label{color:#ffffffc7;margin-top:.35rem;font-size:.8rem;font-weight:600;line-height:1.4}.contact-card label:first-of-type{margin-top:0}.contact-card input,.contact-card textarea{box-sizing:border-box;border:1px solid var(--border-primary);width:100%;color:var(--title);font:inherit;background:#ffffff06;border-radius:10px;padding:.85rem .95rem;font-size:.9rem;line-height:1.5;transition:border-color .2s,background .2s,box-shadow .2s}.contact-card input{min-height:46px}.contact-card textarea{resize:vertical;min-height:150px}.contact-card input::placeholder,.contact-card textarea::placeholder{color:#ffffff59}.contact-card input:hover,.contact-card textarea:hover{border-color:#ffffff29}.contact-card input:focus,.contact-card textarea:focus{border-color:var(--primary);background:#d4af3706;outline:none;box-shadow:0 0 0 3px #d4af3714}.contact-card input:focus-visible,.contact-card textarea:focus-visible{outline:none}.contact-chad-fields{background:#d4af3709;border:1px solid #d4af3733;border-radius:12px;flex-direction:column;gap:.65rem;margin:.6rem 0 .45rem;padding:1rem;display:flex}.contact-hint{color:#ffffff94;margin:0 0 .2rem;font-size:.78rem;line-height:1.55}.contact-card label .req{color:var(--primary);font-weight:600}.contact-error{color:#f0a9a9;background:#c846461a;border:1px solid #c8464666;border-radius:10px;margin:.45rem 0 0;padding:.75rem .9rem;font-size:.82rem;line-height:1.45}.send-btn{background:var(--gradient-cta);color:#000;width:100%;min-height:46px;font:inherit;cursor:pointer;border:none;border-radius:10px;margin-top:.65rem;padding:.85rem 1rem;font-size:.9rem;font-weight:700;transition:transform .2s,opacity .2s,box-shadow .2s;box-shadow:0 4px 18px #d4af3714}.send-btn:hover:not(:disabled){opacity:.94;transform:translateY(-1px);box-shadow:0 6px 22px #d4af3724}.send-btn:active:not(:disabled){transform:translateY(0)}.send-btn:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.send-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.contact-email{text-align:center;color:#ffffff7a;margin:1.5rem 0 0;font-size:.78rem;line-height:1.5}.contact-email a{color:var(--primary);font-weight:600;text-decoration:none;transition:opacity .2s}.contact-email a:hover{opacity:.8;text-decoration:underline}.contact-email a:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:2px}.contact-success{text-align:center;flex-direction:column;align-items:center;padding:2.5rem 1rem 2rem;display:flex}.contact-success h2{color:var(--primary);letter-spacing:-.02em;margin:0;font-size:1.45rem;font-weight:700}.contact-success p{color:#ffffffad;max-width:360px;margin:.65rem 0 0;font-size:.9rem;line-height:1.55}.contact-success .send-btn{width:auto;min-width:180px;margin-top:1.5rem}@media (max-width:640px){.contact-page{align-items:flex-start;padding:3rem 1rem 4rem}.contact-wrapper{gap:1.75rem}.contact-header h1{font-size:2rem}.contact-header p{font-size:.88rem}.contact-card{border-radius:14px;padding:1.25rem}.category-selector{grid-template-columns:repeat(2,1fr)}.cat-btn{min-height:42px;font-size:.76rem}.contact-card input,.contact-card textarea{font-size:.9rem}.contact-chad-fields{padding:.9rem}}@media (max-width:380px){.contact-card{padding:1rem}.category-selector{gap:.3rem}.cat-btn{padding-inline:.4rem;font-size:.7rem}}@media (prefers-reduced-motion:reduce){.cat-btn,.contact-card input,.contact-card textarea,.send-btn,.contact-email a{transition:none}.send-btn:hover:not(:disabled){transform:none}}
