:root {
  color-scheme: light dark;
}

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

.ufox-static {
  min-height: 100vh;
  box-sizing: border-box;
  background: #fff;
  color: #171719;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.ufox-static *,
.ufox-static *::before,
.ufox-static *::after {
  box-sizing: border-box;
}

.ufox-static a {
  color: inherit;
  text-decoration: none;
}

.ufox-static-header {
  display: flex;
  width: min(1120px, calc(100% - 40px));
  height: 72px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e7;
}

.ufox-static-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.ufox-static-logo {
  width: 30px;
  height: 30px;
  filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.14));
}

.ufox-static-language {
  color: #5f6065;
  font-size: 13px;
}

.ufox-static-main {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(72px, 12vh, 140px) 0 80px;
}

.ufox-static-kicker {
  color: #74757b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ufox-static h1 {
  max-width: 700px;
  margin: 16px 0 14px;
  font-size: clamp(32px, 6vw, 58px);
  font-weight: 720;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.ufox-static-lead {
  max-width: 650px;
  margin: 0;
  color: #5f6065;
  font-size: 16px;
  line-height: 1.7;
}

.ufox-static-links {
  display: grid;
  margin-top: 36px;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.ufox-static-link {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dedee2;
  border-radius: 15px;
  padding: 0 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  font-size: 14px;
  font-weight: 650;
}

.ufox-static-features {
  display: flex;
  margin: 30px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.ufox-static-features li {
  border: 1px solid #dedee2;
  border-radius: 999px;
  padding: 8px 12px;
  color: #515258;
  background: #fafafa;
  font-size: 12px;
}

:root[data-theme="dark"] .ufox-static {
  background: #09090b;
  color: #f5f5f7;
}

:root[data-theme="dark"] .ufox-static-header,
:root[data-theme="dark"] .ufox-static-link,
:root[data-theme="dark"] .ufox-static-features li {
  border-color: #2c2c2f;
}

:root[data-theme="dark"] .ufox-static-language,
:root[data-theme="dark"] .ufox-static-kicker,
:root[data-theme="dark"] .ufox-static-lead,
:root[data-theme="dark"] .ufox-static-features li {
  color: #a1a1a7;
}

:root[data-theme="dark"] .ufox-static-link,
:root[data-theme="dark"] .ufox-static-features li {
  background: #141416;
}
