:root {
  --marketing-bg: #020617;
  --marketing-surface: #0b1220;
  --marketing-border: rgba(148, 163, 184, 0.22);
  --marketing-text: #e2e8f0;
  --marketing-muted: #94a3b8;
}

.marketing-shell {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  background: radial-gradient(circle at 0 0, #111827, #020617 55%);
  color: var(--marketing-text);
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
}

.marketing-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--marketing-border);
  background: rgba(2, 6, 23, 0.88);
}

.marketing-header-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.marketing-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.marketing-logo-image {
  height: 66px;
  width: auto;
}

.marketing-auth-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.marketing-auth-link {
  height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.marketing-auth-link:hover {
  transform: translateY(-1px);
}

.marketing-auth-link-outline {
  color: #f8fafc;
  border-color: rgba(148, 163, 184, 0.35);
  background: rgba(15, 23, 42, 0.8);
}

.marketing-auth-link-outline:hover {
  border-color: rgba(148, 163, 184, 0.55);
}

.marketing-auth-link-solid {
  color: #020617;
  border-color: #f8fafc;
  background: #f8fafc;
}

.marketing-auth-link-solid:hover {
  background: #ffffff;
}

.marketing-main {
  flex: 1;
  display: grid;
  place-items: center;
  padding: 96px 22px 72px;
}

.marketing-placeholder {
  width: min(760px, 100%);
  text-align: center;
}

.marketing-placeholder-tag {
  color: var(--marketing-muted);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  margin-bottom: 14px;
}

.marketing-placeholder-title {
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 14px;
}

.marketing-placeholder-copy {
  margin: 0;
  color: #cbd5e1;
  font-size: 1.02rem;
  line-height: 1.7;
}

.marketing-main-page {
  flex: 1;
  padding: 52px 22px 72px;
}

.marketing-doc {
  width: min(920px, 100%);
  margin: 0 auto;
  padding: 34px 32px;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(9, 14, 27, 0.72);
  box-shadow: 0 22px 48px rgba(2, 6, 23, 0.35);
}

.marketing-page-eyebrow {
  margin: 0 0 10px;
  color: var(--marketing-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.marketing-doc h1 {
  margin: 0 0 8px;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #f8fafc;
}

.marketing-last-updated {
  margin: 0 0 24px;
  color: #94a3b8;
  font-size: 0.9rem;
}

.marketing-doc h2 {
  margin: 30px 0 10px;
  font-size: 1.2rem;
  color: #f8fafc;
}

.marketing-doc h3 {
  margin: 18px 0 8px;
  font-size: 1rem;
  color: #e2e8f0;
}

.marketing-doc p {
  margin: 0 0 14px;
  color: #cbd5e1;
  line-height: 1.72;
}

.marketing-doc ul {
  margin: 0 0 16px;
  padding-left: 20px;
  color: #cbd5e1;
}

.marketing-doc li {
  margin: 0 0 8px;
  line-height: 1.66;
}

.marketing-doc a {
  color: #f8fafc;
  text-underline-offset: 3px;
  text-decoration-color: rgba(248, 250, 252, 0.45);
}

.marketing-doc a:hover {
  text-decoration-color: rgba(248, 250, 252, 0.9);
}

.marketing-cta-row {
  margin-top: 26px;
}

.marketing-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid #f8fafc;
  background: #f8fafc;
  color: #020617;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.marketing-cta-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.3);
}

[data-marketing-footer-host] {
  display: block;
}

.marketing-footer {
  border-top: 1px solid var(--marketing-border);
  background: rgba(2, 6, 23, 0.94);
}

.marketing-footer-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 26px;
}

.marketing-footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}

.marketing-footer-logo-image {
  height: 56px;
  width: auto;
  flex-shrink: 0;
  margin-top: 2px;
}

.marketing-footer-copy {
  color: var(--marketing-muted);
  font-size: 12px;
}

.marketing-footer-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.marketing-footer-meta strong {
  font-size: 14px;
  font-weight: 600;
  color: #f8fafc;
}

.marketing-footer-meta p {
  margin: 0;
  color: var(--marketing-muted);
  font-size: 12px;
  line-height: 1.5;
  max-width: 520px;
}

.marketing-footer-contact {
  color: var(--marketing-text);
  text-decoration: none;
  font-size: 12px;
  opacity: 0.9;
}

.marketing-footer-contact:hover {
  opacity: 1;
}

.marketing-footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px 14px;
  color: var(--marketing-muted);
  font-size: 13px;
}

.marketing-footer-group-label {
  color: #64748b;
  font-size: 12px;
}

.marketing-footer-link,
.marketing-footer-links > a {
  color: var(--marketing-text);
  text-decoration: none;
  opacity: 0.82;
  transition: opacity 0.15s ease;
}

.marketing-footer-link:hover,
.marketing-footer-links > a:hover {
  opacity: 1;
}

.marketing-footer-divider {
  width: 1px;
  height: 14px;
  background: rgba(148, 163, 184, 0.28);
}

@media (max-width: 800px) {
  .marketing-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .marketing-footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .marketing-header-inner {
    padding: 12px 14px;
  }

  .marketing-logo-image {
    height: 56px;
  }

  .marketing-auth-actions {
    gap: 6px;
  }

  .marketing-auth-link {
    height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }

  .marketing-footer {
    text-align: left;
  }

  .marketing-footer-divider {
    display: none;
  }

  .marketing-main-page {
    padding: 32px 14px 52px;
  }

  .marketing-doc {
    padding: 24px 18px;
    border-radius: 14px;
  }
}
