* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #1f2937;
  background:
    linear-gradient(180deg, #fff7f9 0, #ffffff 260px),
    #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.75;
}

.legal-shell {
  width: min(920px, 100%);
  margin: 0 auto;
  padding: 36px 20px 52px;
}

.top-link {
  display: inline-flex;
  margin-bottom: 22px;
  color: #be2342;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.top-link:hover,
.legal-nav a:hover,
a:hover {
  text-decoration: underline;
}

.legal-header {
  padding-bottom: 22px;
  border-bottom: 1px solid #f4c9d3;
}

.eyebrow {
  margin: 0 0 8px;
  color: #bd2342;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

h1 {
  margin: 0;
  color: #15131d;
  font-size: clamp(30px, 5vw, 44px);
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: 0;
}

.lead {
  max-width: 760px;
  margin: 16px 0 0;
  color: #4b5565;
  font-size: 17px;
  font-weight: 650;
}

.date {
  margin: 14px 0 0;
  color: #6b7280;
  font-size: 14px;
  font-weight: 800;
}

.legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 28px;
}

.legal-nav a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  color: #be2342;
  border: 1px solid #ffd3dc;
  border-radius: 999px;
  background: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

section {
  padding: 24px 0;
  border-top: 1px solid #eef1f6;
}

h2 {
  margin: 0 0 12px;
  color: #15131d;
  font-size: 22px;
  line-height: 1.28;
  letter-spacing: 0;
}

p {
  margin: 0 0 12px;
}

ul,
ol {
  margin: 0;
  padding-left: 22px;
}

li + li {
  margin-top: 8px;
}

a {
  color: #be2342;
  font-weight: 800;
}

.summary-list {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.summary-list li,
.notice-box,
.data-table {
  border: 1px solid #e7ebf2;
  border-radius: 8px;
  background: #ffffff;
}

.summary-list li {
  padding: 14px 16px;
}

.notice-box {
  padding: 16px;
  background: #fff8e8;
  border-color: #ffe4a7;
}

.data-table {
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}

.data-table th,
.data-table td {
  padding: 13px 14px;
  border-bottom: 1px solid #eef1f6;
  text-align: left;
  vertical-align: top;
}

.data-table tr:last-child th,
.data-table tr:last-child td {
  border-bottom: 0;
}

.data-table th {
  width: 30%;
  color: #374151;
  background: #f8fafc;
  font-weight: 900;
}

.page-footer {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #eef1f6;
  color: #6b7280;
  font-size: 13px;
  font-weight: 750;
}

@media (max-width: 640px) {
  .legal-shell {
    padding: 24px 16px 40px;
  }

  .data-table,
  .data-table tbody,
  .data-table tr,
  .data-table th,
  .data-table td {
    display: block;
    width: 100%;
  }

  .data-table th {
    border-bottom: 0;
  }
}
