:root {
  color-scheme: dark;
  color: #d3e2ff;
  background: #06101d;
  font-family: Helvetica, Verdana, "Ubuntu Sans", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  min-height: 100%;
}

body {
  background: #06101d;
}

body.terms {
  background: linear-gradient(180deg, rgba(10, 18, 34, 0.36), rgba(18, 30, 54, 0.44)),
    url('w=1920,quality=90,fit=scale-down,background.avif') no-repeat center / cover;
}

.split-grid {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(460px, clamp(620px, 32vw, 860px)) 1fr;
}

.panel {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.left-panel {
  padding: 48px 42px;
  background: rgba(0, 0, 0, 0.78);
}

.right-panel {
  position: relative;
  overflow: hidden;
}

.image-frame {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
}

.image-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
  pointer-events: none;
  z-index: 3;
}

.page-shell {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 32px 44px;
}

.terms-box {
  background: rgba(0, 0, 0, 0.92);
  padding: 36px;
  color: #e9f2ff;
}

.terms-box .site-header {
  margin-bottom: 28px;
}

.terms-box .brand img {
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.terms-box nav a {
  color: #dfe9ff;
  background: rgba(255, 255, 255, 0.06);
}

.terms-box nav a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.terms-card {
  background: transparent;
  border: none;
  padding: 0;
}

.terms-card ul {
  padding-left: 1.4rem;
}

.terms-card li {
  margin-bottom: 1rem;
}

.terms-card li strong {
  color: #e9f2ff;
}

.terms-card .subtle-note {
  margin-bottom: 24px;
  color: #c7d7f0;
}

.terms-box footer {
  margin-top: 26px;
}

.terms-box footer p {
  margin: 0;
  color: #bcc9e4;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 42px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand div {
  padding-right: 18px;
}

.brand img {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.eyebrow {
  margin: 0 0 6px;
  color: #a4b9dc;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1, h2 {
  margin: 0;
  line-height: 1.08;
}

h1 {
  font-size: clamp(2.5rem, 4vw, 4rem);
  letter-spacing: -0.03em;
  color: #e9f2ff;
}

h2 {
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  color: #c9d9f6;
}

nav a {
  color: #d8e9ff;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

nav a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.content-block {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.business,
.status,
.links-block h2 {
  margin: 0;
}

.business {
  color: #c9d9f6;
  font-size: 1rem;
  line-height: 1.55;
}

.business a {
  color: #bdd8ff;
  text-decoration: underline;
}

.status {
  margin-top: 2px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  color: #f5faff;
}

.links-block {
  display: grid;
  gap: 22px;
  margin-top: 18px;
}

.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.link-list li a {
  color: #dfe9ff;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  transition: color 180ms cubic-bezier(0.22, 1, 0.36, 1), transform 160ms ease;
}

.link-list li a:hover {
  color: #ffffff;
  transform: translateX(1px);
}

.bottom-link {
  display: inline-flex;
  margin-top: 18px;
  color: #d8e9ff;
  text-decoration: none;
  font-weight: 600;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.bottom-link:hover {
  background: rgba(255, 255, 255, 0.1);
}

.terms-card {
  line-height: 1.85;
}

.terms-card ul {
  padding-left: 1.3rem;
}

.terms-card li {
  margin-bottom: 1rem;
}

.terms-card li strong {
  color: #dfe9ff;
}

.subtle-note {
  margin: 0 0 24px;
  color: #d3dfea;
}

.final-note {
  margin-top: 22px;
  color: #e5efff;
  font-weight: 700;
}

footer {
  margin-top: 24px;
  color: #a1b4d2;
  font-size: 0.95rem;
}

a {
  color: #b8d1ff;
}

@media (min-width: 1200px) {
  .site-header h1 {
    white-space: nowrap;
    overflow-wrap: normal;
  }
}

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

  .left-panel,
  .right-panel {
    min-height: auto;
  }

  .left-panel {
    padding: 28px 24px 34px;
  }

  .image-frame {
    min-height: 320px;
  }
}

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

  h1 {
    font-size: 2.4rem;
  }
}
