:root {
  --bg: #050505;
  --panel: #111111;
  --panel-soft: #161616;
  --line: rgba(255, 255, 255, 0.1);
  --line-gold: rgba(218, 162, 32, 0.34);
  --text: #f5f2ea;
  --muted: rgba(245, 242, 234, 0.74);
  --gold: #d7a32b;
  --gold-bright: #f3c65b;
  --max: 1120px;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 10%, rgba(215, 163, 43, 0.09), transparent 26%),
    radial-gradient(circle at 88% 16%, rgba(255, 255, 255, 0.035), transparent 22%),
    #050505;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 54% 18%, rgba(215, 163, 43, 0.08), transparent 30%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p,
ul {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Sora", "Manrope", sans-serif;
  overflow-wrap: anywhere;
}

.site-header,
.policy-shell,
.site-footer {
  width: min(var(--max), calc(100vw - 56px));
  margin: 0 auto;
}

.site-header {
  min-height: 78px;
  padding: 18px 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
}

.brand img {
  width: 258px;
  filter: drop-shadow(0 12px 24px rgba(215, 163, 43, 0.16));
}

.brand-signature {
  width: 205px;
  margin-top: -8px;
  margin-right: 6px;
  color: var(--gold-bright);
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: right;
}

.brand-signature span {
  color: #ffffff;
  text-transform: lowercase;
  letter-spacing: 0.08em;
}

.header-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-link,
.header-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
}

.header-link {
  padding: 0 16px;
  color: var(--muted);
  border: 1px solid transparent;
}

.header-link:hover,
.header-link:focus-visible {
  color: var(--text);
  border-color: var(--line-gold);
}

.header-button {
  padding: 0 18px;
  color: #120b00;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  box-shadow: 0 15px 42px rgba(215, 163, 43, 0.22);
}

.policy-shell {
  padding: 24px 0 64px;
}

.policy-hero {
  padding: 36px 38px 30px;
  border: 1px solid var(--line-gold);
  border-radius: calc(var(--radius) + 6px);
  background:
    linear-gradient(135deg, rgba(215, 163, 43, 0.12), transparent 54%),
    rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow);
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border: 1px solid var(--line-gold);
  border-radius: 999px;
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.policy-hero h1 {
  margin-bottom: 10px;
  font-size: clamp(2.2rem, 5vw, 3.55rem);
  line-height: 1.02;
}

.policy-updated {
  margin-bottom: 18px;
  color: var(--gold-bright);
  font-size: 0.96rem;
  font-weight: 700;
}

.policy-intro {
  max-width: 860px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.72;
}

.policy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 24px;
  margin-top: 24px;
  align-items: start;
}

.policy-content {
  padding: 36px 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow);
}

.policy-section + .policy-section {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.policy-section h2 {
  margin-bottom: 12px;
  font-size: 1.5rem;
}

.policy-section p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.74;
}

.policy-section ul {
  margin: 16px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.policy-section li {
  margin: 0 0 10px;
  line-height: 1.66;
}

.policy-highlight {
  padding: 18px 20px;
  border-left: 3px solid var(--gold);
  border-radius: 0 14px 14px 0;
  background: rgba(215, 163, 43, 0.09);
}

.policy-aside {
  position: sticky;
  top: 18px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.aside-card {
  padding: 22px 22px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel-soft);
  box-shadow: var(--shadow);
}

.aside-card h2 {
  margin-bottom: 12px;
  font-size: 1.05rem;
}

.aside-card p,
.aside-card li {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.aside-card ul {
  margin: 0;
  padding-left: 18px;
}

.contact-list {
  list-style: none;
  padding: 0;
}

.contact-list li + li {
  margin-top: 10px;
}

.site-footer {
  padding: 0 0 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.site-footer img {
  width: 330px;
  max-width: 82vw;
}

.site-footer p {
  margin: 0;
  color: rgba(245, 242, 234, 0.58);
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  color: var(--gold-bright);
  font-size: 0.86rem;
  font-weight: 700;
}

@media (max-width: 980px) {
  .policy-grid {
    grid-template-columns: 1fr;
  }

  .policy-aside {
    position: static;
  }
}

@media (max-width: 860px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand {
    align-items: flex-start;
  }

  .brand-signature {
    margin-right: 0;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .site-header,
  .policy-shell,
  .site-footer {
    width: min(var(--max), calc(100vw - 28px));
  }

  .brand img {
    width: 184px;
  }

  .brand-signature {
    width: auto;
    margin-top: -4px;
    font-size: 0.54rem;
  }

  .header-links {
    width: 100%;
    flex-direction: column;
  }

  .header-link,
  .header-button {
    width: 100%;
  }

  .policy-hero,
  .policy-content,
  .aside-card {
    padding-inline: 20px;
  }

  .policy-section h2 {
    font-size: 1.28rem;
  }
}
