:root{--navy:#5064a0;--ice:#d5a2b0;--blue:#9cb1e5;--white:#fff;--light:#f3f5fc;--text:#19203c;--muted:#64709b;--gap:1.5rem;--radius:12px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--light);color:var(--text);font-family:Segoe UI,system-ui,sans-serif}.site-footer{text-align:center;background:var(--blue);color:var(--white);padding:1.25rem;font-size:.8rem}.contact{background:var(--blue);border-top:3px solid var(--ice);padding:4rem 2rem}.contact__heading{color:var(--navy);text-align:center;margin-bottom:.5rem;font-size:1.6rem;font-weight:700}.contact__notice{text-align:center;color:var(--muted);margin-bottom:1.75rem;font-size:.88rem}.contact__notice a{color:var(--navy);font-weight:600}.contact__form{flex-direction:column;gap:1.25rem;max-width:560px;margin:0 auto;display:flex}.form-row{flex-direction:column;gap:.4rem;display:flex}.required{color:var(--ice);font-weight:700}.form-row label{color:var(--navy);letter-spacing:.04em;text-transform:uppercase;font-size:.85rem;font-weight:600}.form-row input,.form-row textarea{border:1.5px solid var(--ice);color:var(--navy);resize:vertical;background:#ffffff80;border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,background .2s}.form-row input::placeholder,.form-row textarea::placeholder{color:#5064a073}.form-row input:focus,.form-row textarea:focus{border-color:var(--navy);background:#ffffffb3;border-width:2px;outline:none}.form-submit{background:var(--ice);color:var(--navy);cursor:pointer;border:none;border-radius:8px;align-self:flex-start;padding:.75rem 2rem;font-size:.95rem;font-weight:700;transition:opacity .2s}.form-submit:hover{opacity:.85}.form-success{color:var(--navy);text-align:center;padding:2rem 0;font-size:1.1rem}
