:root {
  --bg-0: #030013;
  --bg-1: #07001f;
  --pink: #ff2aac;
  --pink-soft: rgba(255, 42, 172, 0.46);
  --cyan: #31d9ff;
  --silver: #efe9ff;
  --muted: rgba(239, 233, 255, 0.78);
  --line: rgba(255, 255, 255, 0.16);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 42, 172, 0.18), transparent 34rem),
    radial-gradient(circle at 50% 100%, rgba(49, 217, 255, 0.16), transparent 30rem),
    linear-gradient(180deg, var(--bg-1), var(--bg-0));
  color: var(--silver);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  min-height: 100vh;
}

.page-shell {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-wrap {
  width: min(100%, 1536px);
  margin: 0 auto;
  line-height: 0;
  background: #02000d;
  box-shadow: 0 0 70px rgba(255, 42, 172, 0.20);
}

.hero-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1536px;
  margin: 0 auto;
  user-select: none;
  -webkit-user-drag: none;
}

.site-footer {
  width: min(100%, 1536px);
  margin: 0 auto;
  padding: 18px 18px 22px;
  background:
    linear-gradient(180deg, rgba(6, 0, 25, 0.96), rgba(3, 0, 14, 0.98)),
    radial-gradient(circle at 50% 0%, rgba(255, 42, 172, 0.18), transparent 30rem);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
  box-shadow: 0 -22px 64px rgba(0, 0, 0, 0.46);
}

.footer-inner {
  width: min(100%, 1100px);
  margin: 0 auto;
}

.footer-links,
.footer-brand,
.footer-company,
.footer-office {
  margin: 0;
  line-height: 1.55;
  letter-spacing: 0.02em;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
}

.footer-links {
  font-size: clamp(0.78rem, 1.6vw, 0.94rem);
  margin-bottom: 8px;
}

.footer-brand {
  font-size: clamp(0.82rem, 1.7vw, 0.98rem);
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 5px;
}

.footer-company,
.footer-office {
  font-size: clamp(0.72rem, 1.45vw, 0.86rem);
  color: var(--muted);
}

.footer-office {
  margin-top: 3px;
}

.site-footer a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
  text-shadow: 0 0 16px rgba(255, 42, 172, 0.55);
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #ffd8f1;
  border-bottom-color: rgba(255, 216, 241, 0.82);
}

.site-footer a:focus-visible,
.content-card a:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
  border-radius: 4px;
}

.divider {
  color: rgba(255, 255, 255, 0.44);
  padding: 0 0.45rem;
}

.privacy-main {
  width: min(100%, 1000px);
  margin: 0 auto;
  padding: clamp(24px, 5vw, 56px) 18px;
  flex: 1 0 auto;
}

.content-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(10, 3, 37, 0.94), rgba(4, 0, 18, 0.96)),
    radial-gradient(circle at 20% 0%, rgba(255, 42, 172, 0.18), transparent 24rem),
    radial-gradient(circle at 80% 100%, rgba(49, 217, 255, 0.14), transparent 22rem);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.48), 0 0 42px rgba(255, 42, 172, 0.10);
  padding: clamp(24px, 5vw, 46px);
}

.kicker {
  margin: 0 0 10px;
  color: #ffd8f1;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
}

.content-card h1 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 0 28px rgba(255, 42, 172, 0.52);
}

.content-card p,
.content-card li {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 2.2vw, 1.1rem);
  line-height: 1.72;
}

.content-card ul {
  margin: 12px 0 22px;
  padding-left: 1.25rem;
}

.content-card strong {
  color: #ffffff;
}

.content-card a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 20px;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.20) !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 24px rgba(255, 42, 172, 0.12);
}

@media (max-width: 720px) {
  .site-footer {
    padding: 14px 12px 18px;
  }

  .footer-brand,
  .footer-company,
  .footer-office {
    letter-spacing: 0.01em;
  }

  .divider {
    padding: 0 0.25rem;
  }
}
