.page-hero {
  position: relative;
  min-height: 28rem;
  display: flex;
  align-items: center;
  padding: 9rem 0 4rem;
  text-align: center;
  background: #eeeafd url("../Assets/generated/v9-hd-layers/backgrounds/page-hero-atmosphere-v9-hd.png") center / cover;
}
.page-hero__content { max-width: 48rem; }
.page-hero h1 {
  margin-bottom: 1rem;
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  line-height: 1.3;
  letter-spacing: .1em;
}
.page-hero p { color: var(--color-ink-soft); line-height: 1.9; }
.content-section { padding: var(--space-8) 0; }
.content-section--tint { background: rgba(255,255,255,.6); }
.card-grid { display: grid; gap: 1.25rem; }
.card-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.info-card { padding: 2rem; }
.info-card h3 { margin-bottom: .75rem; font-size: 1.22rem; letter-spacing: .05em; }
.info-card p { margin: 0; color: var(--color-muted); }
.info-card a, .legal-body a { color: var(--color-brand-deep); text-underline-offset: .18em; }
.service-copy { max-width: 50rem; margin-inline: auto; text-align: center; color: var(--color-muted); }
.mail-card {
  position: relative;
  max-width: 48rem;
  margin-inline: auto;
  padding: clamp(2rem, 6vw, 4rem);
  text-align: center;
}
.mail-card__address {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 1.8rem auto .6rem;
  padding: .9rem 1.25rem;
  border: 1px dashed rgba(67, 45, 139, .3);
  border-radius: var(--radius-md);
  color: var(--color-brand-deep);
  background: rgba(242, 238, 254, .75);
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 4vw, 1.65rem);
  overflow-wrap: anywhere;
  user-select: all;
}
.mail-card__tip { color: var(--color-muted); font-size: .78rem; }
.mail-card__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; margin-top: 1.6rem; }
.copy-status { margin: 1rem 0 0; color: var(--color-brand-deep); font-weight: 600; }
.legal-page {
  position: relative;
  padding: 9.5rem 0 var(--space-8);
  background: rgba(250, 249, 255, .88);
}
.legal-header { margin-bottom: 3.5rem; text-align: center; }
.legal-header h1 { margin-bottom: .8rem; font-size: clamp(2.4rem, 5vw, 4rem); letter-spacing: .1em; }
.legal-meta { color: var(--color-faint); font-size: .82rem; }
.legal-body {
  color: var(--color-ink-soft);
  font-size: .96rem;
  line-height: 2;
}
.legal-body h2 { margin: 2.8rem 0 1rem; font-size: 1.35rem; letter-spacing: .05em; }
.legal-body h2:first-child { margin-top: 0; }
.legal-body p { margin-bottom: 1rem; }
.legal-body ul { padding-left: 1.45rem; }
.legal-body li { margin-bottom: .7rem; }
.legal-body h2[id], .legal-body h3[id] { scroll-margin-top: 6rem; }
.table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.25rem 0 1.75rem;
  border: 1px solid var(--color-line, rgba(116, 87, 212, .14));
  border-radius: var(--radius-md, .75rem);
}
.table-wrap table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  font-size: .88rem;
  line-height: 1.65;
}
.table-wrap thead tr {
  background: rgba(116, 87, 212, .07);
}
.table-wrap th {
  padding: .75rem 1rem;
  border-bottom: 1px solid var(--color-line, rgba(116, 87, 212, .14));
  color: var(--color-ink, #25263a);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-align: left;
  white-space: nowrap;
}
.table-wrap td {
  padding: .85rem 1rem;
  border-bottom: 1px solid var(--color-line, rgba(116, 87, 212, .08));
  vertical-align: top;
  color: var(--color-ink-soft, #45465a);
}
.table-wrap tbody tr:last-child td {
  border-bottom: none;
}
.table-wrap tbody tr:hover td {
  background: rgba(116, 87, 212, .03);
}
.table-wrap th:nth-child(1), .table-wrap td:nth-child(1) { width: 13%; }
.table-wrap th:nth-child(2), .table-wrap td:nth-child(2) { width: 16%; }
.table-wrap th:nth-child(3), .table-wrap td:nth-child(3) { width: 23%; }
.table-wrap th:nth-child(4), .table-wrap td:nth-child(4) { width: 11%; white-space: nowrap; }
.table-wrap th:nth-child(5), .table-wrap td:nth-child(5) { width: 28%; }
.table-wrap td:nth-child(5) a { word-break: break-all; font-size: .8rem; }
.table-wrap th:nth-child(6), .table-wrap td:nth-child(6) { width: 9%; text-align: center; white-space: nowrap; }

.not-found {
  position: relative;
  min-height: 76svh;
  display: flex;
  align-items: center;
  padding: 9rem 0 5rem;
  background: #eeeafd url("../Assets/generated/v9-hd-layers/backgrounds/page-hero-atmosphere-v9-hd.png") center / cover;
}
.not-found__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
}
.not-found__visual {
  width: min(100%, 29rem);
  aspect-ratio: 1;
  object-fit: contain;
}
.not-found__code {
  margin-bottom: .3rem;
  color: var(--color-brand);
  font-family: var(--font-display);
  font-size: clamp(4.8rem, 12vw, 8rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
}
.not-found__title { font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1.5; }
.not-found__desc { color: var(--color-muted); line-height: 2; }
.not-found__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
