#bg-canvas {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
}

main {
  position: relative;
  z-index: 10;
  max-width: 720px;
  margin: 0 auto;
  padding: 140px 28px 80px;
}

.subtitle {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.55;
  margin-bottom: 40px;
}

.hero-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #E86A5C;
  border-radius: 6px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.body-text {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 300;
}

.body-text p { margin-bottom: 1.2em; }

.body-text h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  letter-spacing: 0.06em;
  margin: 2em 0 0.5em;
}

.body-text a {
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cta {
  position: relative;
  z-index: 10;
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 28px;
  text-align: center;
}

.cta p {
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 12px;
}

.cta a {
  color: #1a1a1a;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 400;
}

.cta a:hover {
  opacity: 0.7;
}

footer {
  position: relative;
  z-index: 10;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 28px 40px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.5;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

footer a {
  color: #1a1a1a;
  text-decoration: none;
}

footer a:hover { text-decoration: underline; }

/* Privacy policy pages */
.breadcrumb {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.55;
  margin-bottom: 24px;
}

.breadcrumb a {
  color: #1a1a1a;
  text-decoration: none;
}

.breadcrumb a:hover { text-decoration: underline; }

.last-updated {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.55;
  margin-bottom: 48px;
}
