@font-face {
  font-family: "SUIT";
  src: url("./assets/fonts/SUIT-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "SUIT";
  src: url("./assets/fonts/SUIT-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

* { box-sizing: border-box; }
body { margin: 0; background: #fbfaf4; color: #463f40; font-family: "SUIT", -apple-system, BlinkMacSystemFont, sans-serif; line-height: 1.7; }
a { color: #3f7163; }
.legal-page { width: min(100% - 32px, 760px); margin: 0 auto; padding: 48px 0 72px; }
.legal-brand { display: inline-flex; align-items: center; gap: 9px; color: #517369; font-size: 14px; font-weight: 700; text-decoration: none; }
.legal-brand span { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid #739486; border-radius: 50%; background: #e6efe8; font-size: 13px; }
header { margin: 34px 0 30px; padding-bottom: 22px; border-bottom: 1px solid #d8d1c9; }
header p { margin: 0 0 8px; color: #75877f; font-size: 12px; letter-spacing: .08em; }
h1 { margin: 0; font-size: clamp(29px, 7vw, 42px); line-height: 1.18; letter-spacing: 0; }
.meta { margin: 12px 0 0; color: #817974; font-size: 13px; }
section { margin-top: 34px; }
h2 { margin: 0 0 11px; color: #4e5f59; font-size: 20px; line-height: 1.35; }
p { margin: 8px 0 0; font-size: 15px; }
ul { margin: 10px 0 0; padding-left: 22px; font-size: 15px; }
li + li { margin-top: 4px; }
.notice { margin-top: 34px; padding: 16px 18px; border-left: 3px solid #7c9c8d; background: #edf3ed; color: #5c6963; font-size: 14px; }
footer { margin-top: 50px; padding-top: 18px; border-top: 1px solid #d8d1c9; color: #817974; font-size: 13px; }
.support-form { display: grid; gap: 15px; margin-top: 22px; padding: 22px; border: 1px dashed #cbbfaf; border-radius: 22px; background: rgba(255, 255, 255, .68); box-shadow: 0 14px 34px rgba(83, 65, 45, .07); }
.support-form label { display: grid; gap: 7px; color: #4e5f59; font-size: 14px; font-weight: 700; }
.support-form label small { margin-left: 4px; color: #938b84; font-weight: 400; }
.support-form input, .support-form select, .support-form textarea { width: 100%; border: 1px solid #d8d1c9; border-radius: 13px; background: #fffdf8; color: #463f40; font: inherit; font-weight: 400; outline: none; }
.support-form input, .support-form select { min-height: 46px; padding: 0 13px; }
.support-form textarea { min-height: 140px; padding: 12px 13px; resize: vertical; }
.support-form input:focus, .support-form select:focus, .support-form textarea:focus { border-color: #739486; box-shadow: 0 0 0 3px rgba(115, 148, 134, .16); }
.support-form > button { min-height: 50px; border: 0; border-radius: 16px; background: #e96e5a; color: #fff; font: inherit; font-weight: 700; cursor: pointer; box-shadow: 0 8px 0 rgba(192, 83, 65, .13); }
.support-form > button:disabled { cursor: wait; opacity: .62; }
.support-form-privacy { margin: 0; color: #817974; font-size: 12px; line-height: 1.55; }
.support-form-status { min-height: 22px; margin: 0; color: #6b655f; font-size: 13px; font-weight: 700; }
.support-form-status:empty { display: none; }
.support-form-status.is-success { color: #39735e; }
.support-form-status.is-error { color: #b94f45; }
@media (max-width: 480px) { .legal-page { width: min(100% - 28px, 760px); padding-top: 32px; } p, ul { font-size: 14px; } }
