* {
  box-sizing: border-box;
}

html {
  background: #ffffff;
  color: #29242d;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
}

body {
  min-width: 320px;
  margin: 0;
}

.cover-page {
  min-height: 100vh;
  overflow: hidden;
  background: #000000;
}

.cover-content {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
}

.cover-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cover-email {
  position: absolute;
  top: max(24px, env(safe-area-inset-top));
  left: 50%;
  z-index: 1;
  max-width: calc(100% - 32px);
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.58);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transform: translateX(-50%);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.legal-page {
  width: 100%;
  min-height: 100vh;
  padding: 24px 18px 48px;
}

.legal-content {
  max-width: 860px;
  margin: 0 auto;
}

.effective-date {
  color: #675d6d;
}

h1 {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.3;
}

h2 {
  margin: 28px 0 10px;
  font-size: 18px;
  line-height: 1.4;
}

h3 {
  margin: 20px 0 8px;
  font-size: 16px;
}

p,
ul {
  margin: 0 0 14px;
  font-size: 15px;
}

ul {
  padding-left: 22px;
}

li {
  margin-bottom: 8px;
}

.legal-links {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.legal-link {
  display: block;
  padding: 16px 18px;
  border: 1px solid #eadde7;
  border-radius: 12px;
  background: #fff7fc;
  color: #8c236c;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.legal-link:focus,
.legal-link:hover {
  border-color: #c7509a;
  background: #fdebf7;
}
