:root {
  --bg: #07090d !important;
  --bg2: #10141b !important;
  --card: #1b222e !important;
  --green: #f2762e !important;
  --green-dim: #d9581c !important;
  --gold: #efb443 !important;
  --text: #f0f3f7 !important;
  --text-dim: #9aa6b5 !important;
  --dim: #9aa6b5 !important;
  --border: rgba(255, 255, 255, 0.1) !important;
  --ember: #f2762e;
  --ember-dark: #d9581c;
  --surface: #10141b;
  --surface-raised: #1b222e;
  --muted: #9aa6b5;
}

html {
  scroll-behavior: smooth;
  color-scheme: dark;
}

body {
  background:
    radial-gradient(ellipse 60% 45% at 50% -10%, rgba(242, 118, 46, 0.12), transparent 70%),
    #07090d !important;
  color: #f0f3f7 !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  overflow-x: hidden;
}

body > nav:not(.wf-site-nav) {
  display: none !important;
}

.wf-skip-link {
  position: fixed;
  top: -80px;
  left: 16px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 10px;
  background: #f2762e;
  color: #fff;
  font-weight: 700;
}

.wf-skip-link:focus {
  top: 12px;
}

.wf-site-nav {
  position: sticky;
  top: 0;
  z-index: 900;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 9, 13, 0.86);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.wf-site-nav__inner {
  width: min(1120px, calc(100% - 40px));
  min-height: 66px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.wf-site-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f0f3f7 !important;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-decoration: none !important;
  white-space: nowrap;
}

.wf-site-brand img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  box-shadow: 0 8px 26px rgba(242, 118, 46, 0.24);
}

.wf-site-brand strong {
  color: #f2762e;
}

.wf-site-links {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wf-site-links a {
  color: #9aa6b5 !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  transition: color 150ms ease;
}

.wf-site-links a:hover,
.wf-site-links a[aria-current="page"] {
  color: #fff !important;
}

.wf-site-links .wf-site-cta {
  padding: 9px 16px;
  border-radius: 11px;
  background: linear-gradient(135deg, #f2762e, #d9581c);
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(242, 118, 46, 0.26);
}

.wf-site-menu {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: #10141b;
  color: #f0f3f7;
  font-size: 21px;
  cursor: pointer;
}

body > footer:not(.wf-site-footer),
.container > footer,
.page-wrap > footer,
.article-container > footer {
  display: none !important;
}

.wf-site-footer {
  width: 100%;
  margin-top: 72px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #07090d;
  color: #6f7b89;
}

.wf-site-footer__inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 36px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.wf-site-footer__brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wf-site-footer__brand img {
  width: 34px;
  height: 34px;
  border-radius: 9px;
}

.wf-site-footer__brand b {
  display: block;
  color: #f0f3f7;
  font-size: 14px;
}

.wf-site-footer__brand span {
  display: block;
  margin-top: 1px;
  font-size: 12px;
}

.wf-site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.wf-site-footer__links a {
  color: #9aa6b5 !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
}

.wf-site-footer__links a:hover {
  color: #fff !important;
}

main,
article,
.container,
.article-container,
.content,
.blog-grid,
.toolkits-grid {
  position: relative;
}

.article-container,
.article-content,
.content-card,
.toolkit-card,
.article-card,
.newsletter-card,
.highlight,
.cta-section,
.product-cta,
.related-articles,
.newsletter-pill {
  border-color: rgba(255, 255, 255, 0.1) !important;
  background-color: #10141b !important;
}

h1,
h2,
h3 {
  color: #f0f3f7;
}

h2,
.section-label,
.category-tag,
.read-link,
.article-content a,
.content a {
  color: #f2762e !important;
}

.hero h1,
.page-hero h1 {
  background: linear-gradient(135deg, #f0f3f7 18%, #f2762e 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.cta-btn,
.btn-primary,
.store-btn.primary,
button[type="submit"],
.newsletter-pill-btn {
  border: 0 !important;
  background: linear-gradient(135deg, #f2762e, #d9581c) !important;
  color: #fff !important;
  box-shadow: 0 10px 30px rgba(242, 118, 46, 0.25) !important;
}

.pull-quote {
  border-color: #f2762e !important;
  background: rgba(242, 118, 46, 0.1) !important;
}

.article-content table,
.content table,
.compare-table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 760px) {
  .wf-site-menu {
    display: inline-grid;
    place-items: center;
  }

  .wf-site-links {
    display: none;
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    padding: 18px 20px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(7, 9, 13, 0.98);
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .wf-site-links[data-open="true"] {
    display: flex;
  }

  .wf-site-links a {
    display: block;
    padding: 11px 4px;
  }

  .wf-site-links .wf-site-cta {
    margin-top: 4px;
    padding: 12px 16px;
    text-align: center;
  }

  .wf-site-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .wf-site-footer__links {
    justify-content: flex-start;
  }
}
