body{margin:0;background:linear-gradient(180deg,#fff8ef,#f4efe5);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;width:100%;color:#1f1a17}main{display:flex;flex-direction:column;align-items:center;gap:20px;padding:32px 16px 56px}.home-header{width:100%;display:flex;justify-content:center;margin-top:8px}.home-logo{width:min(280px,60vw);height:auto}.content-card{width:min(560px,100%);display:flex;flex-direction:column;align-items:center;gap:18px;padding:32px 24px;border-radius:24px;background:hsla(0,0%,100%,.92);box-shadow:0 20px 45px rgba(71,43,18,.12);border:1px solid rgba(123,82,43,.12)}button{border-radius:999px;border:0;padding:.9em 1.2em;font-size:1em;font-weight:700;font-family:inherit;background:linear-gradient(135deg,#151515,#3b2c20);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;color:#fff}button:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(26,26,26,.16)}button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.page-title{margin:0;text-align:center;font-size:clamp(2rem,4vw,2.8rem);line-height:1.1}.page-subtitle{margin:0;text-align:center;font-size:clamp(1.05rem,2.3vw,1.35rem);line-height:1.45;font-weight:500;color:#5d4a3b}.contact-form{width:100%;gap:16px}.contact-form,.field-group{display:flex;flex-direction:column}.field-group{gap:8px}.field-label{font-size:.95rem;font-weight:700}.field-group input{width:100%;box-sizing:border-box;border:1px solid #d5c7b8;border-radius:14px;padding:.95rem 1rem;font-size:1rem;background:#fffdfa;color:inherit;transition:border-color .2s ease,box-shadow .2s ease}.field-group input:focus{outline:none;border-color:#8b5f35;box-shadow:0 0 0 4px rgba(139,95,53,.16)}.field-group input[aria-invalid=true]{border-color:#c62828;box-shadow:0 0 0 4px rgba(198,40,40,.12)}.field-error{color:#b42318;font-size:.92rem}.form-message{margin:0;border-radius:14px;padding:.9rem 1rem;font-size:.95rem}.form-message-success{background:#edf9f0;color:#166534}.form-message-error{background:#fff1f1;color:#b42318}@media (max-width:640px){.content-card{padding:24px 18px;border-radius:20px}.home-logo{width:min(240px,70vw)}}