*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", Arial, sans-serif;
}

a,
button,
input,
select,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(40, 123, 114, 0.35);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.legal-page {
  min-height: 100vh;
  background: #f5f7f6;
  color: #233036;
}

.legal-container {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 36px 0 54px;
}

.back-home {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin-bottom: 18px;
  padding: 0 13px;
  border: 1px solid #cad8d4;
  border-radius: 8px;
  background: #ffffff;
  color: #244859;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.legal-card {
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid #d8e0dd;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(28, 43, 49, 0.08);
}

.legal-card h1 {
  margin: 0 0 24px;
  color: #17262d;
  font-size: clamp(32px, 6vw, 56px);
  font-weight: 300;
  line-height: 1.02;
  text-transform: uppercase;
}

.legal-card h2 {
  margin: 28px 0 10px;
  color: #287b72;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.legal-card p {
  color: #53646b;
  line-height: 1.65;
}

.legal-footer {
  margin-top: 18px;
  color: #6b7d83;
  font-size: 13px;
}
