:root {
  color-scheme: dark;
}

html {
  overflow-x: clip;
}

body.sleek-home.pollsmax-static-page {
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  background: #050608;
  color: #e2e8f0;
  min-height: 100vh;
  overflow-x: clip;
}

body.sleek-home.pollsmax-static-page h1,
body.sleek-home.pollsmax-static-page h2,
body.sleek-home.pollsmax-static-page h3 {
  font-family: "Plus Jakarta Sans", "DM Sans", ui-sans-serif, system-ui, sans-serif;
}

body.sleek-home.pollsmax-static-page #mainHeader {
  position: relative;
  z-index: 50;
  background: rgba(5, 6, 8, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(51, 65, 85, 0.45);
  overflow: visible;
}

body.sleek-home.pollsmax-static-page .sleek-home-header-logo {
  transform: scale(1.18) translateY(1px);
  transform-origin: left center;
}

body.sleek-home.pollsmax-static-page footer {
  background: #0a0c10 !important;
  border-top: 1px solid rgba(51, 65, 85, 0.45) !important;
}

body.sleek-home.pollsmax-static-page .sleek-sitelinks-strip .sleek-sitelinks-item {
  font-size: 0.75rem;
  line-height: 1.28;
  font-weight: 500;
  letter-spacing: normal;
  white-space: nowrap;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

@media (min-width: 640px) {
  body.sleek-home.pollsmax-static-page .sleek-sitelinks-strip .sleek-sitelinks-item {
    font-size: 0.8125rem;
  }
}

body.sleek-home.pollsmax-static-page .sleek-sitelinks-strip a.sleek-sitelinks-item {
  color: #94a3b8;
  transition: color 0.12s ease;
}

body.sleek-home.pollsmax-static-page .sleek-sitelinks-strip a.sleek-sitelinks-item:hover {
  color: #fff;
}

.pollsmax-static-page main {
  overflow-x: clip;
}

.static-hero {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 71px 20px 28px;
  text-align: center;
}

.static-hero h1 {
  margin: 0;
  font-size: clamp(2.2rem, 4.8vw, 3.75rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  color: #ffffff;
  font-weight: 700;
}

.static-hero-sub {
  margin: 18px auto 0;
  max-width: 1180px;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.72;
  color: #94a3b8;
}

.static-hero-lead {
  margin: 22px auto 0;
  max-width: 1180px;
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  line-height: 1.72;
  color: #cbd5e1;
}

.static-shell {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px 110px;
}

.static-page-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 10px;
  margin: 8px 0 36px;
  padding: 10px;
  border: 1px solid rgba(51, 65, 85, 0.55);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.55), rgba(8, 11, 18, 0.82));
}

.static-page-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  color: #94a3b8;
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.14s ease, background 0.14s ease, border-color 0.14s ease;
}

.static-page-nav a:hover {
  color: #f8fafc;
  background: rgba(30, 41, 59, 0.65);
  border-color: rgba(71, 85, 105, 0.55);
}

.static-page-nav a.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.35), rgba(168, 85, 247, 0.22));
  border-color: rgba(167, 139, 250, 0.45);
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.12);
}

.static-prose {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.static-section {
  padding: 24px 26px 22px;
  border: 1px solid rgba(51, 65, 85, 0.62);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.88), rgba(8, 11, 18, 0.94));
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}

.static-section h2 {
  margin: 0 0 14px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #f8fafc;
  line-height: 1.25;
}

.static-section p,
.static-section li {
  margin: 0;
  font-size: 1rem;
  line-height: 1.72;
  color: #cbd5e1;
}

.static-section p + p,
.static-section p + ul,
.static-section ul + p {
  margin-top: 0.9rem;
}

.static-section ul {
  margin: 0;
  padding-left: 1.2rem;
}

.static-section li + li {
  margin-top: 0.45rem;
}

.static-section a {
  color: #c4b5fd;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.12s ease;
}

.static-section a:hover {
  color: #ffffff;
}

.static-contact-card {
  display: grid;
  gap: 10px;
  margin-top: 4px;
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid rgba(71, 85, 105, 0.55);
  background: rgba(2, 6, 23, 0.45);
}

.static-contact-card p {
  margin: 0;
  font-size: 1.02rem;
}

.static-contact-card strong {
  color: #f1f5f9;
  font-weight: 600;
}

.static-weight-list {
  display: grid;
  gap: 12px;
  margin: 1.5rem 0 1.5rem;
}

.static-weight-item {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(71, 85, 105, 0.45);
  background: rgba(2, 6, 23, 0.38);
  font-size: 0.95rem;
  line-height: 1.55;
  color: #cbd5e1;
}

.static-weight-item strong {
  display: block;
  margin-bottom: 4px;
  color: #f8fafc;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .static-hero {
    padding: 42px 16px 20px;
  }

  .static-shell {
    padding: 0 16px 64px;
  }

  .static-page-nav {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .static-page-nav::-webkit-scrollbar {
    display: none;
  }

  .static-section {
    padding: 20px 18px 18px;
  }
}

html[data-pollsmax-theme="light"] body.sleek-home.pollsmax-static-page {
  background: #ffffff;
  color: #1e293b;
}

html[data-pollsmax-theme="light"] .static-hero h1 {
  color: #000000;
}

html[data-pollsmax-theme="light"] .static-hero-sub,
html[data-pollsmax-theme="light"] .static-hero-lead {
  color: #475569;
}

html[data-pollsmax-theme="light"] .static-page-nav {
  background: #f8fafc;
  border-color: #e2e8f0;
}

html[data-pollsmax-theme="light"] .static-page-nav a {
  color: #64748b;
}

html[data-pollsmax-theme="light"] .static-page-nav a:hover {
  color: #0f172a;
  background: #f1f5f9;
  border-color: #cbd5e1;
}

html[data-pollsmax-theme="light"] .static-page-nav a.is-active {
  color: #5b21b6;
  background: #ede9fe;
  border-color: #c4b5fd;
  box-shadow: none;
}

html[data-pollsmax-theme="light"] .static-section {
  background: #f8fafc;
  border-color: #e2e8f0;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

html[data-pollsmax-theme="light"] .static-section h2 {
  color: #0f172a;
}

html[data-pollsmax-theme="light"] .static-section p,
html[data-pollsmax-theme="light"] .static-section li,
html[data-pollsmax-theme="light"] .static-weight-item {
  color: #334155;
}

html[data-pollsmax-theme="light"] .static-section a {
  color: #7c3aed;
}

html[data-pollsmax-theme="light"] .static-section a:hover {
  color: #5b21b6;
}

html[data-pollsmax-theme="light"] .static-contact-card,
html[data-pollsmax-theme="light"] .static-weight-item {
  background: #ffffff;
  border-color: #e2e8f0;
}

html[data-pollsmax-theme="light"] .static-contact-card strong,
html[data-pollsmax-theme="light"] .static-weight-item strong {
  color: #0f172a;
}
