:root {
  --wt-ink: #07111f;
  --wt-ink-2: #1c2b3d;
  --wt-muted: #647386;
  --wt-soft: #8b99aa;
  --wt-line: #dfe7ee;
  --wt-line-2: #edf3f7;
  --wt-bg: #ffffff;
  --wt-bg-soft: #f6fafc;
  --wt-bg-cool: #eef8fa;
  --wt-teal: #008e98;
  --wt-teal-2: #00b6c4;
  --wt-teal-3: #e7fbfd;
  --wt-midnight: #07111f;
  --wt-amber: #f2a22c;
  --wt-coral: #ed6a5a;
  --wt-radius: 8px;
  --wt-shadow: 0 16px 45px rgba(7, 17, 31, 0.09);
  --wt-shadow-soft: 0 8px 24px rgba(7, 17, 31, 0.07);
  --hh: 72px;
  --mw: 1220px;
}

/* Home command center and article reader revamp */
.wt-home-command-center {
  position: relative;
  padding: 66px 0 48px;
  background:
    linear-gradient(120deg, rgba(7, 17, 31, 0.98), rgba(11, 42, 55, 0.94) 48%, rgba(7, 17, 31, 0.98)),
    #07111f;
  color: #fff;
  overflow: hidden;
  border-top: 1px solid rgba(0, 182, 196, 0.24);
  border-bottom: 1px solid rgba(0, 182, 196, 0.24);
}

.wt-home-command-center::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .38;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(116, 244, 255, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 244, 255, .1) 1px, transparent 1px);
  background-size: 44px 44px;
  animation: wt-grid-drift 18s linear infinite;
}

.wt-home-command-center .container {
  position: relative;
  z-index: 1;
}

.wt-command-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .62fr);
  gap: 28px;
  align-items: stretch;
}

.wt-command-copy h2 {
  max-width: 780px;
  margin: 0 0 14px !important;
  color: #fff !important;
  font-size: clamp(40px, 5vw, 68px) !important;
  line-height: .98 !important;
}

.wt-command-copy p {
  max-width: 760px;
  margin: 0 0 24px !important;
  color: rgba(232, 249, 252, .78) !important;
  font-size: 17px !important;
  font-weight: 650 !important;
  line-height: 1.72 !important;
}

.wt-command-label {
  display: inline-flex;
  margin-bottom: 16px;
  border: 1px solid rgba(116, 244, 255, .34);
  border-radius: 8px;
  color: #74f4ff;
  background: rgba(0, 182, 196, .13);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  padding: 7px 10px;
}

.wt-command-search {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  max-width: 800px;
  margin-bottom: 22px;
}

.wt-command-search label {
  position: relative;
  display: grid;
}

.wt-command-search label > span {
  position: absolute;
  left: 16px;
  top: 8px;
  z-index: 1;
  color: rgba(7, 17, 31, .54);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.wt-command-search input {
  width: 100%;
  min-height: 62px;
  border: 1px solid rgba(116, 244, 255, .28);
  border-radius: 8px;
  background: rgba(255,255,255,.96);
  color: var(--wt-ink);
  font: 800 15px/1 Inter, sans-serif;
  padding: 22px 16px 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .25);
}

.wt-command-search input:focus {
  outline: none;
  border-color: #74f4ff;
  box-shadow: 0 0 0 4px rgba(116,244,255,.16), 0 24px 70px rgba(0, 0, 0, .25);
}

.wt-command-search button {
  min-height: 62px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--wt-teal-2), #19c6d5);
  color: #03131b;
  font-size: 13px;
  font-weight: 950;
  padding: 0 18px;
  box-shadow: 0 18px 44px rgba(0,182,196,.26);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.wt-command-search button:hover {
  transform: translateY(-1px);
  box-shadow: 0 24px 56px rgba(0,182,196,.32);
}

.wt-command-results {
  position: absolute;
  left: 0;
  right: 132px;
  top: calc(100% + 10px);
  z-index: 25;
  display: grid;
  gap: 6px;
  padding: 10px;
  border: 1px solid rgba(116, 244, 255, .24);
  border-radius: 8px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}

.wt-command-results a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3px 12px;
  padding: 10px;
  border-radius: 8px;
}

.wt-command-results a:hover {
  background: var(--wt-teal-3);
}

.wt-command-results span {
  grid-column: 1 / -1;
  color: var(--wt-teal);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.wt-command-results strong {
  color: var(--wt-ink);
  font-size: 13px;
  line-height: 1.25;
}

.wt-command-results em {
  color: var(--wt-soft);
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.wt-command-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 800px;
}

.wt-command-stats div,
.wt-command-panel,
.wt-command-journey {
  border: 1px solid rgba(116, 244, 255, .18);
  border-radius: 8px;
  background: rgba(255,255,255,.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(12px);
}

.wt-command-stats div {
  min-height: 82px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 14px;
}

.wt-command-stats strong {
  color: #fff;
  font-size: 25px;
  font-weight: 950;
  line-height: 1;
}

.wt-command-stats span {
  color: rgba(232, 249, 252, .68);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.wt-command-panel {
  padding: 18px;
}

.wt-command-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.wt-command-panel-head strong {
  color: #fff;
  font-size: 17px;
  font-weight: 950;
}

.wt-command-panel-head span {
  color: #74f4ff;
  font-size: 11px;
  font-weight: 900;
}

.wt-command-picks {
  display: grid;
  gap: 9px;
}

.wt-command-pick {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 12px;
  border: 1px solid rgba(116, 244, 255, .14);
  border-radius: 8px;
  color: #fff;
  background: rgba(2, 15, 24, .24);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.wt-command-pick:hover {
  transform: translateX(3px);
  border-color: rgba(116, 244, 255, .42);
  background: rgba(0, 182, 196, .13);
}

.wt-command-pick span,
.wt-command-journey span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(116, 244, 255, .12);
  color: #74f4ff;
  font-size: 11px;
  font-weight: 950;
}

.wt-command-pick strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.28;
}

.wt-command-pick em {
  grid-column: 2;
  color: rgba(232, 249, 252, .64);
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
}

.wt-command-journeys {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.wt-command-journey {
  display: grid;
  gap: 10px;
  min-height: 128px;
  padding: 14px;
  color: #fff;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.wt-command-journey:hover {
  transform: translateY(-2px);
  border-color: rgba(116, 244, 255, .42);
  background: rgba(0, 182, 196, .12);
}

.wt-command-journey strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.24;
}

.wt-command-journey em {
  margin-top: auto;
  color: rgba(232, 249, 252, .64);
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.wt-library-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.wt-library-toolbar .wt-library-count {
  margin: 0;
}

.wt-library-view {
  display: inline-flex;
  gap: 6px;
  padding: 4px;
  border: 1px solid rgba(0,142,152,.15);
  border-radius: 8px;
  background: rgba(255,255,255,.78);
}

.wt-library-view button {
  position: relative;
  width: 38px;
  height: 34px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--wt-muted);
}

.wt-library-view button:hover,
.wt-library-view button.is-active {
  background: var(--wt-teal-3);
  color: var(--wt-teal);
}

.wt-library-view button::before {
  content: "";
  position: absolute;
  inset: 10px;
  background:
    linear-gradient(currentColor 0 0) left top / 7px 7px no-repeat,
    linear-gradient(currentColor 0 0) right top / 7px 7px no-repeat,
    linear-gradient(currentColor 0 0) left bottom / 7px 7px no-repeat,
    linear-gradient(currentColor 0 0) right bottom / 7px 7px no-repeat;
}

.wt-library-view button[data-wt-library-view="list"]::before {
  inset: 9px 10px;
  background:
    linear-gradient(currentColor 0 0) 0 0 / 100% 4px no-repeat,
    linear-gradient(currentColor 0 0) 0 50% / 100% 4px no-repeat,
    linear-gradient(currentColor 0 0) 0 100% / 100% 4px no-repeat;
}

.wt-library-section.is-list-view .wt-article-grid {
  grid-template-columns: 1fr;
}

.wt-library-section.is-list-view .wt-article-card {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(180px, .26fr) minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
}

.wt-library-section.is-list-view .wt-article-card h3 {
  margin: 0 !important;
}

.wt-library-section.is-list-view .wt-article-card p {
  margin: 0 !important;
}

.wt-library-section.is-list-view .wt-article-card-foot {
  min-width: 120px;
}

.wt-custom-article-hero {
  padding: 54px 0 62px !important;
  background:
    linear-gradient(120deg, rgba(7,17,31,.98), rgba(13,40,53,.94) 54%, rgba(246,250,252,.96) 54.2%, #fff),
    #07111f !important;
  border-bottom: 1px solid rgba(0,142,152,.18);
}

.wt-custom-article-hero .wt-custom-breadcrumbs {
  margin-bottom: 28px !important;
}

.wt-custom-article-hero .wt-custom-breadcrumbs,
.wt-custom-article-hero .wt-custom-breadcrumbs a,
.wt-custom-article-hero .breadcrumb-sep {
  color: rgba(232, 249, 252, .72) !important;
}

.wt-article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
  gap: 38px;
  align-items: end;
}

.wt-article-hero-copy {
  max-width: 820px;
}

.wt-article-hero-copy .wt-custom-kicker {
  text-decoration: none;
}

.wt-article-hero-copy h1 {
  margin: 0 0 18px !important;
  color: #fff !important;
  font-size: clamp(43px, 6vw, 76px) !important;
  line-height: .98 !important;
}

.wt-article-hero-copy p {
  max-width: 780px;
  margin: 0 !important;
  color: rgba(232, 249, 252, .78) !important;
  font-size: 18px !important;
  line-height: 1.72 !important;
}

.wt-article-hero-copy .wt-custom-meta span {
  border-color: rgba(116, 244, 255, .2);
  background: rgba(255,255,255,.08);
  color: rgba(232, 249, 252, .82);
}

.wt-article-action-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.wt-article-action-bar button {
  min-height: 40px;
  border: 1px solid rgba(116,244,255,.28);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  color: #e8f9fc;
  font-size: 13px;
  font-weight: 900;
  padding: 0 14px;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.wt-article-action-bar button:hover,
.wt-article-action-bar button.is-saved {
  transform: translateY(-1px);
  border-color: rgba(116,244,255,.5);
  background: rgba(0,182,196,.18);
}

.wt-article-brief-card {
  padding: 20px;
  border: 1px solid rgba(0,142,152,.17);
  border-radius: 8px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 28px 72px rgba(7,17,31,.18);
}

.wt-article-brief-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.wt-article-brief-top span,
.wt-article-brief-card dt {
  color: var(--wt-muted);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.wt-article-brief-top strong {
  color: var(--wt-teal);
  font-size: 13px;
  font-weight: 950;
}

.wt-reading-meter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
}

.wt-reading-meter div {
  height: 8px;
  border-radius: 8px;
  background: #edf5f8;
  overflow: hidden;
}

.wt-reading-meter i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--wt-teal-2), var(--wt-amber));
  transition: width 160ms ease;
}

.wt-reading-meter span {
  color: var(--wt-ink);
  font-size: 12px;
  font-weight: 950;
}

.wt-article-brief-card dl {
  display: grid;
  gap: 10px;
  margin: 0 0 16px;
}

.wt-article-brief-card dl div {
  display: grid;
  gap: 2px;
  padding: 10px;
  border-radius: 8px;
  background: var(--wt-bg-soft);
}

.wt-article-brief-card dd {
  margin: 0;
  color: var(--wt-ink);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}

.wt-article-brief-link {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--wt-teal);
  color: #fff !important;
  font-size: 13px;
  font-weight: 950;
  text-align: center;
}

.wt-custom-article-layout {
  align-items: start;
}

.wt-custom-article-aside {
  box-shadow: 0 18px 48px rgba(7,17,31,.06);
}

.wt-key-takeaway-panel {
  padding: 22px !important;
  border: 1px solid rgba(0,142,152,.18) !important;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(231,251,253,.9), rgba(255,255,255,.96));
}

.wt-key-takeaway-panel > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.wt-key-takeaway-panel article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(0,142,152,.12);
  border-radius: 8px;
  background: #fff;
}

.wt-key-takeaway-panel article span,
.wt-decision-grid span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--wt-teal-3);
  color: var(--wt-teal);
  font-size: 11px;
  font-weight: 950;
}

.wt-key-takeaway-panel article strong {
  color: var(--wt-ink);
  font-size: 14px;
  line-height: 1.35;
}

.wt-article-insight {
  display: grid;
  gap: 6px;
  margin-top: 20px;
  padding: 18px;
  border-left: 4px solid var(--wt-amber);
  border-radius: 8px;
  background: #fff9ec;
}

.wt-article-insight strong {
  color: var(--wt-ink);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.wt-article-insight p {
  margin: 0 !important;
}

.wt-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.wt-decision-grid div {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(0,142,152,.14);
  border-radius: 8px;
  background: #fff;
}

.wt-decision-grid strong {
  color: var(--wt-ink);
  font-size: 15px;
}

.wt-decision-grid p {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

.wt-article-next-step {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px !important;
  border: 1px solid rgba(0,142,152,.2) !important;
  border-radius: 8px;
  background:
    linear-gradient(135deg, #07111f, #0b2a37);
}

.wt-article-next-step span {
  color: #74f4ff;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.wt-article-next-step h2 {
  margin: 8px 0 8px !important;
  color: #fff !important;
  font-size: 28px !important;
}

.wt-article-next-step p {
  margin: 0 !important;
  color: rgba(232, 249, 252, .76) !important;
}

.wt-article-next-step a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #fff;
  color: var(--wt-ink) !important;
  font-size: 13px;
  font-weight: 950;
  padding: 0 16px;
}

@media (max-width: 1120px) {
  .wt-command-shell,
  .wt-article-hero-grid {
    grid-template-columns: 1fr;
  }

  .wt-command-journeys {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wt-custom-article-hero {
    background:
      linear-gradient(180deg, rgba(7,17,31,.98), rgba(13,40,53,.94) 70%, rgba(246,250,252,.96) 70.2%, #fff) !important;
  }

  .wt-article-brief-card {
    max-width: 620px;
  }
}

@media (max-width: 860px) {
  .wt-home-command-center {
    padding: 46px 0 36px;
  }

  .wt-command-search {
    grid-template-columns: 1fr;
  }

  .wt-command-results {
    right: 0;
  }

  .wt-command-stats,
  .wt-key-takeaway-panel > div,
  .wt-decision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wt-library-section.is-list-view .wt-article-card {
    grid-template-columns: 1fr;
  }

  .wt-article-next-step {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .wt-command-copy h2,
  .wt-article-hero-copy h1 {
    font-size: 35px !important;
  }

  .wt-command-copy p,
  .wt-article-hero-copy p {
    font-size: 15px !important;
  }

  .wt-command-stats,
  .wt-command-journeys,
  .wt-key-takeaway-panel > div,
  .wt-decision-grid {
    grid-template-columns: 1fr;
  }

  .wt-command-stats div {
    min-height: 68px;
  }

  .wt-library-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .wt-article-brief-card {
    padding: 16px;
  }

  .wt-custom-article-aside {
    gap: 6px;
  }
}

*,
*::before,
*::after {
  letter-spacing: 0 !important;
}

html {
  scroll-padding-top: 96px;
  min-height: 100%;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body {
  background:
    linear-gradient(180deg, rgba(246, 250, 252, 0.72) 0, #fff 360px),
    #fff !important;
  color: var(--wt-ink) !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  line-height: 1.65;
  min-height: 100%;
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

html.wt-home,
html.wt-home body,
html.wt-home #root {
  height: auto !important;
}

html.wt-home {
  height: 100% !important;
  overflow: hidden !important;
}

html.wt-home body {
  height: 100vh !important;
  min-height: 100vh !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}

html.wt-home.wt-modal-open body {
  overflow: hidden !important;
}

html.wt-home #root {
  height: auto !important;
  min-height: 100% !important;
  overflow-y: visible !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(7, 17, 31, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 17, 31, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000 0, transparent 620px);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--wt-ink) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
}

p {
  color: var(--wt-muted) !important;
}

a,
button,
input,
select,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(0, 182, 196, 0.26);
  outline-offset: 3px;
}

.container {
  max-width: var(--mw) !important;
  padding-inline: 28px !important;
}

.reading-progress {
  height: 3px !important;
  background: linear-gradient(90deg, var(--wt-teal), var(--wt-amber)) !important;
  z-index: 600 !important;
}

.site-header {
  height: var(--hh) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border-bottom: 1px solid rgba(223, 231, 238, 0.82) !important;
  backdrop-filter: blur(18px) saturate(130%) !important;
  box-shadow: none !important;
}

.site-header.scrolled {
  box-shadow: 0 8px 24px rgba(7, 17, 31, 0.07) !important;
}

.header-inner {
  height: var(--hh) !important;
  gap: 26px !important;
}

.header-logo,
.ftr-logo {
  width: 178px !important;
  height: 50px !important;
  gap: 0 !important;
  align-items: center !important;
  flex: 0 0 178px !important;
}

.header-logo::before,
.ftr-logo::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("/insights/assets/webtoro-logo.png") left center / contain no-repeat;
}

.header-logo .logo-icon,
.header-logo .logo-text,
.ftr-logo .logo-icon,
.ftr-logo .logo-text {
  display: none !important;
}

.logo-icon {
  width: 38px !important;
  height: 38px !important;
  border-radius: 8px !important;
  background:
    linear-gradient(135deg, #07111f 0%, #0e3240 48%, var(--wt-teal-2) 100%) !important;
  box-shadow: 0 10px 22px rgba(0, 142, 152, 0.22) !important;
}

.logo-name {
  color: var(--wt-ink) !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.logo-name em {
  color: var(--wt-teal) !important;
}

.logo-tag {
  margin-top: 4px !important;
  color: var(--wt-soft) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.header-nav {
  gap: 4px !important;
}

.header-nav a,
.wt-nav-menu-btn {
  min-height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  border-radius: 8px !important;
  color: var(--wt-ink-2) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 0 11px !important;
}

.header-nav a:hover,
.header-nav a.active,
.wt-nav-menu-btn:hover,
.wt-nav-menu-btn[aria-expanded="true"] {
  color: var(--wt-teal) !important;
  background: var(--wt-teal-3) !important;
}

.wt-nav-menu-btn {
  gap: 8px !important;
  background: transparent !important;
}

.wt-nav-menu-btn::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease;
}

.wt-nav-menu-btn[aria-expanded="true"]::after {
  transform: translateY(2px) rotate(-135deg);
}

.wt-header-enhanced {
  position: sticky !important;
}

.wt-header-enhanced .header-inner {
  position: relative;
  display: grid !important;
  grid-template-columns: auto minmax(360px, 1fr) auto;
  align-items: center;
  gap: 16px !important;
}

.wt-header-enhanced .header-nav {
  min-width: 0;
  justify-content: center;
  flex-wrap: nowrap;
  overflow: visible;
}

.wt-header-enhanced .header-right {
  min-width: 0;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.wt-header-enhanced .header-right .btn {
  flex: 0 0 auto;
}

.wt-header-search {
  position: relative;
  width: 230px;
  flex: 0 1 230px;
}

.wt-header-search input {
  width: 100%;
  min-height: 40px;
  padding: 0 42px 0 15px;
  border: 1px solid rgba(0, 142, 152, 0.2);
  border-radius: 8px;
  background: rgba(246, 250, 252, 0.88);
  color: var(--wt-ink);
  font: 750 13px/1 Inter, sans-serif;
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.8);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.wt-header-search input:focus {
  border-color: rgba(0, 182, 196, 0.55);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(0, 182, 196, 0.1);
}

.wt-header-search button[type="submit"] {
  position: absolute;
  right: 6px;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  transform: translateY(-50%);
  color: var(--wt-teal);
  background: var(--wt-teal-3);
}

.wt-header-search button[type="submit"]::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 8px;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.wt-header-search button[type="submit"]::after {
  content: "";
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
}

.wt-header-search-results {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 620;
  width: min(390px, calc(100vw - 32px));
  padding: 10px;
  border: 1px solid rgba(0, 142, 152, 0.16);
  border-radius: 8px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 24px 70px rgba(7, 17, 31, 0.16);
}

.wt-header-search-results a {
  display: grid;
  gap: 3px;
  padding: 10px;
  border-radius: 8px;
}

.wt-header-search-results a:hover {
  background: var(--wt-teal-3);
}

.wt-header-search-results span,
.wt-search-empty {
  color: var(--wt-teal);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.wt-header-search-results strong {
  color: var(--wt-ink);
  font-size: 13px;
  line-height: 1.25;
}

.wt-search-empty {
  padding: 12px;
  color: var(--wt-muted);
  text-transform: none;
}

.wt-header-mega {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 610;
  width: min(980px, calc(100vw - 36px));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(0, 142, 152, 0.16);
  border-radius: 8px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 30px 80px rgba(7, 17, 31, 0.16);
  transform: translateX(-50%);
}

.wt-header-mega[hidden] {
  display: none;
}

.wt-header-mega div {
  display: grid;
  align-content: start;
  gap: 5px;
  padding: 12px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(246,250,252,.92), rgba(255,255,255,.96));
}

.wt-header-mega strong {
  margin-bottom: 4px;
  color: var(--wt-ink);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.wt-header-mega a {
  min-height: 30px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  color: var(--wt-muted);
  font-size: 13px;
  font-weight: 750;
  padding: 0 8px;
}

.wt-header-mega a:hover,
.wt-header-mega a.active {
  color: var(--wt-teal);
  background: var(--wt-teal-3);
}

.btn,
.tool-btn,
.form-submit {
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  min-height: 40px !important;
  padding: 0 18px !important;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease !important;
}

.btn-primary,
.btn-teal,
.form-submit {
  background: linear-gradient(135deg, var(--wt-teal), var(--wt-teal-2)) !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(0, 142, 152, 0.2) !important;
}

.btn-primary:hover,
.btn-teal:hover,
.form-submit:hover {
  background: linear-gradient(135deg, #007c86, #00a8b5) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 16px 34px rgba(0, 142, 152, 0.25) !important;
}

.btn-outline,
.btn-white-outline,
.btn-ghost {
  background: #fff !important;
  border: 1px solid var(--wt-line) !important;
  color: var(--wt-ink) !important;
  box-shadow: none !important;
}

.btn-outline:hover,
.btn-white-outline:hover,
.btn-ghost:hover {
  background: var(--wt-bg-soft) !important;
  border-color: rgba(0, 142, 152, 0.42) !important;
  color: var(--wt-teal) !important;
}

.btn-sm {
  min-height: 38px !important;
  padding: 0 16px !important;
  font-size: 13px !important;
}

.btn-lg {
  min-height: 48px !important;
  padding: 0 24px !important;
  font-size: 15px !important;
}

.hero {
  background: #fff !important;
  padding: 74px 0 52px !important;
  border-bottom: 1px solid var(--wt-line-2) !important;
  overflow: hidden !important;
}

.hero::before {
  opacity: 0 !important;
}

.hero-glow,
.hero-glow-2,
.cta-glow-1,
.cta-glow-2 {
  display: none !important;
}

.hero .container {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(420px, 0.82fr);
  gap: 58px;
  align-items: center;
}

.hero .container::after {
  content: "";
  display: block;
  min-height: 430px;
  border: 1px solid rgba(223, 231, 238, 0.9);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0.92) 100%),
    url("/insights/assets/insights-hero-visual.png") center / cover no-repeat,
    #fff;
  box-shadow: var(--wt-shadow);
}

.hero-content {
  max-width: 660px !important;
}

.hero-eyebrow {
  display: none !important;
}

.hero h1 {
  margin: 0 0 24px !important;
  color: var(--wt-ink) !important;
  font-size: 64px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.hero h1 em {
  color: var(--wt-teal) !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
}

.hero-desc {
  max-width: 600px !important;
  margin: 0 0 30px !important;
  color: var(--wt-ink-2) !important;
  font-size: 18px !important;
  line-height: 1.7 !important;
}

.hero-ctas {
  margin: 0 0 36px !important;
  gap: 12px !important;
}

.hero-stats {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  max-width: 620px !important;
  padding: 0 !important;
  border: 1px solid var(--wt-line) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: var(--wt-shadow-soft) !important;
}

.hero-stat {
  margin: 0 !important;
  padding: 20px 22px !important;
  border-right: 1px solid var(--wt-line) !important;
}

.hero-stat:last-child {
  border-right: 0 !important;
}

.hero-stat-n {
  display: block !important;
  color: var(--wt-ink) !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
}

.hero-stat-l {
  display: block !important;
  margin-top: 8px !important;
  color: var(--wt-muted) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

.search-bar-section {
  position: sticky !important;
  top: var(--hh) !important;
  z-index: 250 !important;
  padding: 14px 0 !important;
  background: rgba(255, 255, 255, 0.93) !important;
  border-bottom: 1px solid var(--wt-line) !important;
  backdrop-filter: blur(16px) saturate(130%) !important;
}

.search-row {
  align-items: center !important;
  gap: 12px !important;
}

.search-wrap {
  max-width: 560px !important;
}

.search-inp {
  height: 46px !important;
  border-radius: 8px !important;
  border: 1px solid var(--wt-line) !important;
  background: #fff !important;
  color: var(--wt-ink) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  box-shadow: 0 8px 22px rgba(7, 17, 31, 0.04) !important;
}

.search-inp:focus {
  border-color: rgba(0, 142, 152, 0.62) !important;
  box-shadow: 0 0 0 4px rgba(0, 182, 196, 0.12), 0 8px 22px rgba(7, 17, 31, 0.06) !important;
}

.search-ico {
  color: var(--wt-teal) !important;
}

.filter-pills {
  gap: 8px !important;
  margin-top: 12px !important;
}

.pill {
  min-height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  border-radius: 8px !important;
  border: 1px solid var(--wt-line) !important;
  background: #fff !important;
  color: var(--wt-ink-2) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  padding: 0 13px !important;
}

.pill:hover,
.pill.active {
  border-color: rgba(0, 142, 152, 0.44) !important;
  background: var(--wt-teal-3) !important;
  color: var(--wt-teal) !important;
}

.section {
  padding: 78px 0 !important;
}

.section-sm {
  padding: 52px 0 !important;
}

.section-alt {
  background: linear-gradient(180deg, var(--wt-bg-soft), #fff) !important;
  border-block: 1px solid var(--wt-line-2) !important;
}

.sec-hd {
  max-width: 690px !important;
  margin-bottom: 36px !important;
}

.sec-hd h2,
.sec-top h2 {
  margin: 0 !important;
  font-size: 34px !important;
  line-height: 1.12 !important;
}

.sec-hd p,
.sec-top p {
  margin-top: 12px !important;
  color: var(--wt-muted) !important;
  font-size: 16px !important;
}

.sec-top {
  align-items: end !important;
  gap: 18px !important;
  margin-bottom: 28px !important;
}

.sec-chip,
.sec-label {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(0, 142, 152, 0.22) !important;
  background: var(--wt-teal-3) !important;
  color: var(--wt-teal) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  padding: 0 10px !important;
}

.grid2,
.grid3,
.grid4 {
  gap: 18px !important;
}

.post-card,
.cat-card,
.toc-card,
.related-posts,
.faq-item {
  border-radius: 8px !important;
  border: 1px solid var(--wt-line) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: none !important;
}

.post-card {
  min-height: 245px !important;
  overflow: hidden !important;
}

.post-card::before {
  height: 4px !important;
  background: linear-gradient(90deg, var(--wt-teal), var(--wt-amber)) !important;
  opacity: 1 !important;
}

.post-card:hover,
.cat-card:hover,
.faq-item:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(0, 142, 152, 0.42) !important;
  box-shadow: var(--wt-shadow-soft) !important;
}

.post-card-body {
  padding: 22px !important;
}

.post-card-cat {
  margin-bottom: 12px !important;
  color: var(--wt-teal) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.post-card-cat::before {
  background: var(--wt-amber) !important;
}

.post-card h3 {
  margin-bottom: 11px !important;
  color: var(--wt-ink) !important;
  font-size: 19px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
}

.post-card h3 a:hover {
  color: var(--wt-teal) !important;
}

.post-card-exc {
  color: var(--wt-muted) !important;
  font-size: 14px !important;
  line-height: 1.68 !important;
}

.post-card-foot {
  border-top: 1px solid var(--wt-line-2) !important;
  padding-top: 16px !important;
}

.post-card-meta {
  color: var(--wt-soft) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.post-card-cta,
.view-all,
.cat-card-foot {
  color: var(--wt-teal) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.post-card-featured {
  position: relative !important;
  min-height: 320px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background:
    linear-gradient(135deg, rgba(7, 17, 31, 0.98), rgba(9, 38, 48, 0.94)),
    #07111f !important;
  box-shadow: 0 24px 60px rgba(7, 17, 31, 0.22) !important;
}

.post-card-featured::after {
  opacity: 0.32 !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px) !important;
  background-size: 36px 36px !important;
  mask-image: linear-gradient(90deg, transparent 0, #000 34%, #000 100%) !important;
}

.post-card-featured-inner {
  padding: 34px !important;
}

.post-card-featured h3 {
  max-width: 760px !important;
  color: #fff !important;
  font-size: 30px !important;
  line-height: 1.16 !important;
}

.post-card-featured .post-card-exc {
  max-width: 680px !important;
  color: rgba(226, 241, 246, 0.78) !important;
  font-size: 15px !important;
}

.post-card-featured .post-card-foot {
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.post-card-featured .post-card-meta {
  color: rgba(226, 241, 246, 0.68) !important;
}

.post-card-featured .post-card-cta,
.post-card-featured .post-card-cat {
  color: #61e5ee !important;
}

.post-card-featured-bar {
  height: 4px !important;
  background: linear-gradient(90deg, var(--wt-teal-2), var(--wt-amber), var(--wt-coral)) !important;
}

.cat-card {
  padding: 24px !important;
  min-height: 210px !important;
}

.cat-card::after {
  display: none !important;
}

.cat-card-icon {
  width: 48px !important;
  height: 48px !important;
  margin-bottom: 18px !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, var(--wt-teal-3), #fff) !important;
  color: var(--wt-teal) !important;
  font-size: 20px !important;
}

.cat-card h3 {
  margin-bottom: 9px !important;
  color: var(--wt-ink) !important;
  font-size: 18px !important;
}

.cat-card p {
  margin-bottom: 16px !important;
  color: var(--wt-muted) !important;
  font-size: 14px !important;
  line-height: 1.62 !important;
}

.results-bar {
  border: 1px solid rgba(0, 142, 152, 0.2) !important;
  border-radius: 8px !important;
  background: var(--wt-teal-3) !important;
}

.results-bar span {
  color: var(--wt-teal) !important;
  font-weight: 800 !important;
}

.cat-hero {
  padding: 56px 0 38px !important;
  background: #fff !important;
  border-bottom: 1px solid var(--wt-line-2) !important;
}

.cat-hero-inner {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  gap: 24px !important;
  align-items: start !important;
}

.cat-hero-icon {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  width: 62px !important;
  height: 62px !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(235,250,252,.92)),
    radial-gradient(circle at 78% 20%, rgba(0,182,196,.18), transparent 30%) !important;
  border: 1px solid var(--wt-line) !important;
  color: var(--wt-teal) !important;
  font-size: 30px !important;
  line-height: 1 !important;
  box-shadow: var(--wt-shadow-soft) !important;
}

.cat-hero-icon::before {
  content: none !important;
}

.cat-hero-icon::after {
  content: none !important;
}

.cat-hero-icon.wt-category-hero-icon {
  overflow: visible !important;
  isolation: isolate !important;
  color: var(--wt-teal) !important;
  font-size: 0 !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(237,251,252,.96)),
    radial-gradient(circle at 32% 20%, rgba(66,213,206,.22), transparent 38%) !important;
  border-color: rgba(0,153,166,.22) !important;
  box-shadow:
    0 18px 42px rgba(12, 32, 50, .11),
    inset 0 0 0 1px rgba(255,255,255,.82) !important;
}

.cat-hero-icon.wt-category-hero-icon::before {
  content: "" !important;
  position: absolute !important;
  inset: -14px !important;
  z-index: -1 !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 70% 20%, rgba(0,182,196,.28), transparent 28%),
    radial-gradient(circle at 20% 82%, rgba(242,162,44,.16), transparent 30%) !important;
  opacity: .78 !important;
  animation: wtCategoryHalo 5.8s ease-in-out infinite !important;
}

.cat-hero-icon.wt-category-hero-icon::after {
  content: "" !important;
  position: absolute !important;
  right: -7px !important;
  top: 14px !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 999px !important;
  background: var(--wt-amber) !important;
  box-shadow:
    -15px -10px 0 1px var(--wt-teal),
    -3px -18px 0 -1px var(--wt-teal-2) !important;
  animation: wtCategoryDots 3.8s ease-in-out infinite !important;
}

.wt-category-svg {
  position: relative !important;
  z-index: 2 !important;
  width: 44px !important;
  height: 44px !important;
  color: var(--wt-teal) !important;
  filter: drop-shadow(0 7px 12px rgba(0, 153, 166, .18)) !important;
  transform-origin: 50% 50% !important;
  animation: wtCategoryFloat 4.8s ease-in-out infinite !important;
}

.wt-category-svg-web circle {
  fill: rgba(0,182,196,.09) !important;
}

.wt-category-shine {
  position: absolute !important;
  inset: 7px !important;
  z-index: 1 !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, rgba(255,255,255,.88), transparent 48%, rgba(0,182,196,.10)) !important;
  pointer-events: none !important;
}

.wt-category-node {
  position: absolute !important;
  z-index: 3 !important;
  width: 5px !important;
  height: 5px !important;
  border-radius: 999px !important;
  background: var(--wt-teal) !important;
  box-shadow: 0 0 0 4px rgba(0,182,196,.10) !important;
}

.wt-category-node-a {
  right: 12px !important;
  top: 10px !important;
  animation: wtCategoryNodeA 4.2s ease-in-out infinite !important;
}

.wt-category-node-b {
  left: 13px !important;
  bottom: 12px !important;
  background: var(--wt-teal-2) !important;
  animation: wtCategoryNodeB 4.7s ease-in-out infinite !important;
}

.wt-category-node-c {
  right: 10px !important;
  bottom: 14px !important;
  background: var(--wt-amber) !important;
  animation: wtCategoryNodeC 5.1s ease-in-out infinite !important;
}

@keyframes wtCategoryFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-2px) scale(1.02); }
}

@keyframes wtCategoryHalo {
  0%, 100% { transform: scale(.96); opacity: .62; }
  50% { transform: scale(1.04); opacity: .95; }
}

@keyframes wtCategoryDots {
  0%, 100% { transform: translate(0, 0); opacity: .82; }
  50% { transform: translate(2px, -2px); opacity: 1; }
}

@keyframes wtCategoryNodeA {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(2px, -3px); }
}

@keyframes wtCategoryNodeB {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-2px, 2px); }
}

@keyframes wtCategoryNodeC {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(2px, 2px); }
}

.cat-hero h1,
.article-header h1 {
  margin-bottom: 16px !important;
  font-size: 50px !important;
  line-height: 1.04 !important;
}

.cat-hero-desc {
  max-width: 780px !important;
  color: var(--wt-ink-2) !important;
  font-size: 17px !important;
}

.cat-meta-bar {
  margin-top: 22px !important;
  display: flex !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

.cat-meta-item {
  min-height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  border: 1px solid var(--wt-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--wt-muted) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  padding: 0 12px !important;
}

.breadcrumbs {
  gap: 8px !important;
  margin-bottom: 22px !important;
  color: var(--wt-soft) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.breadcrumbs a {
  color: var(--wt-teal) !important;
}

.article-hero {
  padding: 46px 0 32px !important;
  background: #fff !important;
  border-bottom: 1px solid var(--wt-line-2) !important;
}

.art-cat-tag {
  min-height: 30px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(0, 142, 152, 0.2) !important;
  background: var(--wt-teal-3) !important;
  color: var(--wt-teal) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  padding: 0 11px !important;
}

.article-header h1 {
  max-width: 880px !important;
}

.article-meta {
  gap: 12px !important;
  color: var(--wt-muted) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.article-wrap {
  padding-bottom: 90px !important;
}

.article-content-wrap {
  padding-top: 36px !important;
}

.article-layout {
  grid-template-columns: minmax(0, 760px) 300px !important;
  justify-content: center !important;
  gap: 56px !important;
}

.article-reading {
  max-width: 760px !important;
}

.art-tools {
  margin-bottom: 28px !important;
  padding: 12px !important;
  border: 1px solid var(--wt-line) !important;
  border-radius: 8px !important;
  background: var(--wt-bg-soft) !important;
}

.art-tools-lbl {
  color: var(--wt-soft) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

.tool-btn {
  min-height: 34px !important;
  padding: 0 12px !important;
  border: 1px solid var(--wt-line) !important;
  background: #fff !important;
  color: var(--wt-ink-2) !important;
  font-size: 12px !important;
}

.tool-btn:hover {
  color: var(--wt-teal) !important;
  border-color: rgba(0, 142, 152, 0.4) !important;
}

.article-body {
  color: var(--wt-ink-2) !important;
  font-size: 18px !important;
  line-height: 1.78 !important;
}

.article-body > *:first-child {
  margin-top: 0 !important;
}

.article-body > h1:first-child,
.article-body > h2:first-child {
  display: none !important;
}

.article-body p,
.article-body li {
  color: var(--wt-ink-2) !important;
}

.article-body h2 {
  margin: 46px 0 16px !important;
  padding-top: 8px !important;
  font-size: 31px !important;
  line-height: 1.18 !important;
}

.article-body h3 {
  margin: 32px 0 12px !important;
  font-size: 23px !important;
  line-height: 1.22 !important;
}

.article-body a {
  color: var(--wt-teal) !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

.article-body blockquote {
  border-left: 4px solid var(--wt-teal) !important;
  border-radius: 8px !important;
  background: var(--wt-teal-3) !important;
  color: var(--wt-ink) !important;
  font-style: normal !important;
}

.article-body code {
  background: var(--wt-bg-soft) !important;
  border: 1px solid var(--wt-line) !important;
  color: var(--wt-coral) !important;
}

.article-sidebar {
  top: calc(var(--hh) + 24px) !important;
}

.toc-card {
  padding: 20px !important;
  background: #fff !important;
}

.toc-hd {
  color: var(--wt-ink) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.toc-list {
  margin-top: 12px !important;
}

.toc-item {
  border-radius: 8px !important;
  color: var(--wt-muted) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 8px 10px !important;
}

.toc-item:hover,
.toc-item.active {
  background: var(--wt-teal-3) !important;
  color: var(--wt-teal) !important;
}

.related-posts {
  padding: 20px !important;
  margin-top: 18px !important;
  background: #fff !important;
}

.related-posts h3 {
  font-size: 16px !important;
}

.faq-section {
  margin-top: 54px !important;
}

.faq-section h2 {
  font-size: 30px !important;
}

.faq-q {
  padding: 18px 20px !important;
  color: var(--wt-ink) !important;
  font-weight: 850 !important;
}

.faq-a-inner {
  color: var(--wt-muted) !important;
  padding: 0 20px 18px !important;
}

.cta-block {
  margin: 74px 0 !important;
  padding: 44px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background:
    linear-gradient(135deg, #07111f, #0c3542 72%, #08484f) !important;
  box-shadow: 0 26px 70px rgba(7, 17, 31, 0.24) !important;
}

.cta-block::before {
  opacity: 0.18 !important;
}

.cta-block h2 {
  color: #fff !important;
  font-size: 34px !important;
}

.cta-block p {
  max-width: 620px !important;
  color: rgba(226, 241, 246, 0.78) !important;
  font-size: 16px !important;
}

.modal-overlay {
  background: rgba(7, 17, 31, 0.56) !important;
  backdrop-filter: blur(10px) !important;
}

.modal-box {
  max-width: 760px !important;
  border: 1px solid var(--wt-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 30px 80px rgba(7, 17, 31, 0.28) !important;
}

.modal-close {
  border-radius: 8px !important;
  background: var(--wt-bg-soft) !important;
  color: var(--wt-ink) !important;
}

.modal-hd h2,
.modal-header h2 {
  font-size: 32px !important;
}

.modal-hd p,
.modal-header p {
  color: var(--wt-muted) !important;
}

.form-2col {
  gap: 16px !important;
}

.form-label,
.form-lbl {
  color: var(--wt-ink-2) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
}

.form-input,
.form-inp {
  min-height: 46px !important;
  border: 1px solid var(--wt-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--wt-ink) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

textarea.form-input,
textarea.form-inp {
  min-height: 128px !important;
  padding-top: 12px !important;
}

.form-input:focus,
.form-inp:focus {
  border-color: rgba(0, 142, 152, 0.62) !important;
  box-shadow: 0 0 0 4px rgba(0, 182, 196, 0.12) !important;
}

.form-err {
  border-radius: 8px !important;
  border: 1px solid rgba(237, 106, 90, 0.22) !important;
  background: rgba(237, 106, 90, 0.08) !important;
  color: #9f3024 !important;
}

.form-success {
  padding: 36px !important;
}

.success-icon {
  background: var(--wt-teal-3) !important;
  color: var(--wt-teal) !important;
}

.modal-overlay {
  opacity: 1 !important;
  animation: none !important;
  overscroll-behavior: contain;
}

.modal-box.wt-popup-enhanced {
  display: grid !important;
  grid-template-columns: 250px minmax(0, 1fr) !important;
  gap: 0 !important;
  max-width: 880px !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #ffffff !important;
  opacity: 1 !important;
  transform-origin: center !important;
  animation: wtModalLift 260ms ease both !important;
}

.modal-box.wt-popup-enhanced.is-loading {
  cursor: wait;
}

.modal-box.wt-popup-enhanced.is-loading::after {
  content: "";
  position: absolute;
  left: 250px;
  right: 0;
  top: 0;
  z-index: 5;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--wt-teal-2), var(--wt-amber), transparent);
  animation: wtPopupLoad 1200ms ease-in-out infinite;
}

.wt-popup-enhanced .modal-close {
  z-index: 4 !important;
  top: 14px !important;
  right: 14px !important;
  background: rgba(255, 255, 255, 0.86) !important;
  box-shadow: 0 8px 20px rgba(7, 17, 31, 0.12) !important;
}

.wt-modal-aside {
  grid-row: 1 / span 3;
  min-height: 100%;
  padding: 30px 24px !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(145deg, #07111f 0%, #08202a 56%, #00a8b5 100%) !important;
  background-size: 32px 32px, 32px 32px, auto !important;
  color: #ffffff !important;
}

.wt-modal-aside span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  margin-bottom: 24px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: rgba(226, 241, 246, 0.82);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.wt-modal-aside strong {
  display: block;
  margin-bottom: 22px;
  color: #ffffff !important;
  font-size: 24px;
  line-height: 1.22;
  font-weight: 850;
}

.wt-modal-aside ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wt-modal-aside li {
  position: relative;
  margin: 0;
  padding-left: 20px;
  color: rgba(226, 241, 246, 0.82);
  font-size: 13px;
  line-height: 1.45;
}

.wt-modal-aside li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #61e5ee;
  box-shadow: 0 0 0 4px rgba(97, 229, 238, 0.16);
}

.wt-popup-enhanced .modal-header,
.wt-popup-enhanced form,
.wt-popup-enhanced .form-success {
  grid-column: 2;
}

.wt-popup-enhanced .modal-header {
  padding: 30px 34px 0 !important;
  margin-bottom: 18px !important;
}

.wt-popup-enhanced .modal-header h2 {
  max-width: 420px;
  margin: 0 0 8px !important;
  font-size: 28px !important;
  line-height: 1.16 !important;
}

.wt-popup-enhanced .modal-header p {
  max-width: 500px;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.wt-popup-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.wt-popup-trust span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(0, 182, 196, 0.18);
  border-radius: 8px;
  background: rgba(0, 182, 196, 0.08);
  color: var(--wt-teal);
  font-size: 12px;
  font-weight: 820;
}

.wt-popup-enhanced form {
  padding: 0 34px 30px !important;
}

.wt-popup-enhanced .form-2col {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.wt-popup-enhanced .form-group {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 7px !important;
  margin: 0 0 14px !important;
}

.wt-popup-enhanced .form-label,
.wt-popup-enhanced label.form-label {
  display: flex !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 4px !important;
  margin: 0 !important;
  color: var(--wt-ink-2) !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 850 !important;
  white-space: normal !important;
}

.wt-popup-enhanced .form-label .req {
  color: var(--wt-coral) !important;
}

.wt-form-progress {
  position: relative;
  height: 6px;
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 8px;
  background: #eaf3f6;
}

.wt-form-progress span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--wt-teal), #ed6a5a);
  transition: width 220ms ease;
}

.wt-popup-enhanced .form-input {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 46px !important;
  padding: 0 14px !important;
  border-radius: 8px !important;
  background: #f8fbfc !important;
}

.wt-popup-enhanced select.form-input {
  padding-right: 38px !important;
}

.wt-popup-enhanced textarea.form-input {
  min-height: 124px !important;
  padding-top: 13px !important;
  resize: vertical !important;
}

.wt-popup-enhanced .wt-message-group {
  margin-bottom: 10px !important;
}

.wt-popup-enhanced .form-input:hover {
  border-color: rgba(0, 182, 196, 0.34) !important;
}

.wt-popup-enhanced .form-submit {
  width: 100% !important;
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  margin-top: 2px !important;
}

.wt-popup-enhanced .form-submit:disabled {
  cursor: wait !important;
  opacity: 0.74 !important;
  transform: none !important;
}

.wt-popup-enhanced form.is-submitting .form-input {
  pointer-events: none;
}

.wt-submit-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: wtSubmitSpin 780ms linear infinite;
}

.wt-form-helper {
  margin: 12px 0 0 !important;
  color: var(--wt-muted) !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
}

.wt-form-status {
  display: none;
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(0, 182, 196, 0.08);
  color: #006b74;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.45;
}

.wt-form-status.is-active {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.wt-form-status.is-active::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  margin-top: 5px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 6px rgba(0, 182, 196, 0.08);
  animation: wtStatusPulse 1100ms ease-in-out infinite;
}

.wt-form-status.is-error {
  background: rgba(237, 106, 90, 0.1);
  color: #9f3024;
}

.wt-form-status.is-error::before {
  animation: none;
  box-shadow: none;
}

.wt-hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.wt-floating-lead {
  position: fixed;
  right: 20px;
  bottom: 82px;
  z-index: 180;
  display: grid;
  gap: 2px;
  min-width: 176px;
  min-height: 58px;
  padding: 10px 16px 10px 42px;
  border: 1px solid rgba(0, 182, 196, 0.24);
  border-radius: 8px;
  background: #ffffff;
  color: var(--wt-ink);
  box-shadow: 0 18px 46px rgba(7, 17, 31, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  text-align: left;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.wt-lead-ready .wt-floating-lead {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.wt-floating-lead::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--wt-teal);
  box-shadow: 0 0 0 8px rgba(0, 182, 196, 0.12);
  animation: wtLeadPulse 1800ms ease infinite;
}

.wt-floating-lead span {
  color: var(--wt-muted);
  font-size: 11px;
  font-weight: 820;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.wt-floating-lead strong {
  color: var(--wt-ink);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 850;
}

.wt-lead-ready .wt-floating-lead:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 182, 196, 0.46);
  box-shadow: 0 24px 58px rgba(7, 17, 31, 0.2);
}

@keyframes wtOverlayIn {
  from { backdrop-filter: blur(0) saturate(100%); }
  to { backdrop-filter: blur(18px) saturate(118%); }
}

@keyframes wtModalLift {
  from {
    transform: translateY(14px) scale(0.985);
  }
  to {
    transform: translateY(0) scale(1);
  }
}

@keyframes wtLeadPulse {
  0%, 100% { box-shadow: 0 0 0 8px rgba(0, 182, 196, 0.12); }
  50% { box-shadow: 0 0 0 13px rgba(0, 182, 196, 0.04); }
}

@keyframes wtSubmitSpin {
  to { transform: rotate(360deg); }
}

@keyframes wtStatusPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.46; transform: scale(0.72); }
}

@keyframes wtPopupLoad {
  0% { transform: translateX(-70%); opacity: 0; }
  22%, 70% { opacity: 1; }
  100% { transform: translateX(70%); opacity: 0; }
}

@media (max-width: 760px) {
  .modal-box.wt-popup-enhanced {
    grid-template-columns: 1fr !important;
    max-height: calc(100vh - 24px) !important;
    overflow-y: auto !important;
  }

  .modal-box.wt-popup-enhanced.is-loading::after {
    left: 0;
  }

  .wt-modal-aside {
    grid-row: auto;
    min-height: auto;
    padding: 22px !important;
  }

  .wt-modal-aside strong {
    max-width: 420px;
    margin-bottom: 14px;
    font-size: 20px;
  }

  .wt-modal-aside ul {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .wt-popup-enhanced .modal-header,
  .wt-popup-enhanced form,
  .wt-popup-enhanced .form-success {
    grid-column: 1;
  }

  .wt-popup-enhanced .modal-header {
    padding: 22px 22px 0 !important;
  }

  .wt-popup-enhanced form {
    padding: 0 22px 22px !important;
  }

  .wt-popup-enhanced .form-2col {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  .wt-popup-enhanced .modal-header h2 {
    font-size: 24px !important;
  }

  .wt-floating-lead {
    right: 12px;
    bottom: 74px;
    min-width: 150px;
    min-height: 52px;
    padding: 8px 12px 8px 38px;
  }

  .wt-floating-lead strong {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .modal-overlay,
  .modal-box.wt-popup-enhanced,
  .cat-hero-icon.wt-category-hero-icon::before,
  .cat-hero-icon.wt-category-hero-icon::after,
  .wt-category-svg,
  .wt-category-node,
  .wt-floating-lead::before {
    animation: none !important;
  }

  .wt-floating-lead,
  .wt-popup-enhanced .form-input,
  .wt-form-progress span {
    transition: none !important;
  }
}

.site-footer {
  position: relative !important;
  overflow: hidden !important;
  padding: 78px 0 30px !important;
  background:
    linear-gradient(90deg, rgba(97, 229, 238, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(97, 229, 238, 0.06) 1px, transparent 1px),
    linear-gradient(145deg, #07111f 0%, #050b15 48%, #030811 100%) !important;
  background-size: 54px 54px, 54px 54px, auto !important;
  color: rgba(226, 241, 246, 0.78) !important;
  border-top: 1px solid rgba(97, 229, 238, 0.2) !important;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 22%),
    linear-gradient(90deg, rgba(97, 229, 238, 0.26), rgba(237, 106, 90, 0.12), rgba(97, 229, 238, 0.02));
  opacity: 0.72;
  mask-image: linear-gradient(180deg, #000 0%, transparent 42%);
}

.site-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 40px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, #61e5ee, rgba(237, 106, 90, 0.72), transparent);
}

.site-footer .container {
  position: relative !important;
  z-index: 1 !important;
}

.footer-top {
  display: grid !important;
  grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(170px, 0.78fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
}

.ftr-brand {
  position: relative !important;
  padding: 28px !important;
  border: 1px solid rgba(97, 229, 238, 0.18) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(135deg, rgba(97, 229, 238, 0.12), rgba(255, 255, 255, 0.035) 42%, rgba(237, 106, 90, 0.08)) !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28) !important;
}

.ftr-brand::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 24px;
  width: 82px;
  height: 2px;
  background: linear-gradient(90deg, #61e5ee, rgba(237, 106, 90, 0.86));
}

.site-footer .ftr-logo {
  width: 200px !important;
  height: 50px !important;
  flex: 0 0 200px !important;
  margin: 0 0 22px !important;
}

.site-footer .ftr-logo::before {
  background: url("/insights/assets/webtoro-logo-white.png") left center / contain no-repeat !important;
}

.ftr-desc {
  max-width: 430px !important;
  margin: 0 !important;
  color: rgba(226, 241, 246, 0.72) !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
}

.ftr-col {
  position: relative !important;
  min-height: 100% !important;
  padding: 24px 22px !important;
  border-left: 1px solid rgba(97, 229, 238, 0.18) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.035) !important;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease !important;
}

.ftr-col:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(97, 229, 238, 0.34) !important;
  background: rgba(255, 255, 255, 0.055) !important;
}

.ftr-col h4 {
  margin: 0 0 16px !important;
  color: #ffffff !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 850 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}

.ftr-col ul {
  display: grid !important;
  gap: 9px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.ftr-col li,
.ftr-bottom {
  color: rgba(226, 241, 246, 0.66) !important;
}

.ftr-col a,
.ftr-col button,
.ftr-bottom a {
  display: inline-flex !important;
  min-height: 28px !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: rgba(226, 241, 246, 0.82) !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 720 !important;
  text-decoration: none !important;
  transition:
    color 180ms ease,
    transform 180ms ease !important;
}

.ftr-col a::before,
.ftr-col button::before {
  content: "";
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  border-radius: 50%;
  background: rgba(97, 229, 238, 0.62);
  box-shadow: 0 0 0 4px rgba(97, 229, 238, 0.08);
  transition:
    background 180ms ease,
    box-shadow 180ms ease !important;
}

.ftr-col a:hover,
.ftr-col button:hover,
.ftr-bottom a:hover {
  color: #61e5ee !important;
}

.ftr-col a:hover,
.ftr-col button:hover {
  transform: translateX(4px) !important;
}

.ftr-col a:hover::before,
.ftr-col button:hover::before {
  background: #ed6a5a;
  box-shadow: 0 0 0 5px rgba(237, 106, 90, 0.12);
}

.ftr-divider {
  margin: 34px 0 18px !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.ftr-bottom {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 18px !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
}

@media (max-width: 980px) {
  .footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .ftr-brand {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 640px) {
  .site-footer {
    padding: 56px 0 26px !important;
    background-size: 42px 42px, 42px 42px, auto !important;
  }

  .footer-top {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .ftr-brand,
  .ftr-col {
    padding: 22px !important;
  }

  .site-footer .ftr-logo {
    width: 190px !important;
    height: 48px !important;
    flex-basis: 190px !important;
  }

  .ftr-desc {
    font-size: 14px !important;
    line-height: 1.75 !important;
  }

  .ftr-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

.back-top {
  right: 22px !important;
  bottom: 22px !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 8px !important;
  background: var(--wt-ink) !important;
  color: #fff !important;
  box-shadow: var(--wt-shadow) !important;
}

.empty-state {
  border: 1px solid var(--wt-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
}

.empty-icon {
  background: var(--wt-teal-3) !important;
  color: var(--wt-teal) !important;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-content,
  .hero .container::after,
  .post-card,
  .cat-card {
    animation: wt-rise 520ms ease both;
  }

  .hero .container::after {
    animation-delay: 80ms;
  }
}

@keyframes wt-rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1060px) {
  .hero .container {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero .container::after {
    min-height: 360px;
    order: -1;
  }

  .article-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 34px !important;
  }

  .article-sidebar {
    position: static !important;
  }
}

@media (max-width: 900px) {
  :root {
    --hh: 66px;
  }

  .container {
    padding-inline: 20px !important;
  }

  .header-nav {
    top: var(--hh) !important;
    padding: 14px 20px 18px !important;
    border-bottom: 1px solid var(--wt-line) !important;
    background: #fff !important;
  }

  .header-nav a {
    min-height: 44px !important;
  }

  .nav-toggle {
    border-radius: 8px !important;
    background: var(--wt-bg-soft) !important;
  }

  .hero {
    padding: 40px 0 34px !important;
  }

  .hero h1 {
    font-size: 48px !important;
  }

  .hero-desc {
    font-size: 17px !important;
  }

  .section {
    padding: 58px 0 !important;
  }

  .cat-hero h1,
  .article-header h1 {
    font-size: 42px !important;
  }
}

@media (max-width: 640px) {
  .container {
    padding-inline: 16px !important;
  }

  .logo-tag {
    display: none !important;
  }

  .header-right .btn {
    display: none !important;
  }

  .hero .container::after {
    min-height: 260px;
  }

  .hero h1 {
    font-size: 36px !important;
    line-height: 1.05 !important;
  }

  .hero-desc {
    font-size: 16px !important;
  }

  .hero-ctas {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .hero-ctas .btn {
    justify-content: center !important;
  }

  .hero-stats {
    grid-template-columns: 1fr !important;
  }

  .hero-stat {
    border-right: 0 !important;
    border-bottom: 1px solid var(--wt-line) !important;
    padding: 18px !important;
  }

  .hero-stat:last-child {
    border-bottom: 0 !important;
  }

  .search-bar-section {
    position: static !important;
  }

  .sec-hd h2,
  .sec-top h2,
  .cta-block h2,
  .faq-section h2 {
    font-size: 28px !important;
  }

  .cat-hero-inner {
    grid-template-columns: 1fr !important;
  }

  .cat-hero h1,
  .article-header h1 {
    font-size: 34px !important;
  }

  .article-body {
    font-size: 16px !important;
  }

  .article-body h2 {
    font-size: 26px !important;
  }

  .article-body h3 {
    font-size: 21px !important;
  }

  .cta-block {
    padding: 30px 20px !important;
  }

  .modal-box {
    width: calc(100vw - 24px) !important;
  }
}

/* Homepage refinement layer */
.wt-home body {
  background:
    linear-gradient(180deg, #ffffff 0, #f7fbfd 520px, #ffffff 980px),
    #ffffff !important;
}

.wt-home .site-header {
  border-bottom-color: rgba(223, 231, 238, 0.72) !important;
}

.wt-home .hero {
  isolation: isolate;
  min-height: 690px;
  padding: 84px 0 66px !important;
  border-bottom: 0 !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 253, 0.88)),
    #fff !important;
}

.wt-home .hero::before {
  content: "" !important;
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 1 !important;
  background-image:
    linear-gradient(rgba(0, 182, 196, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 182, 196, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 1px 1px, rgba(7, 17, 31, 0.12) 1px, transparent 0);
  background-size: 56px 56px, 56px 56px, 18px 18px;
  mask-image: linear-gradient(90deg, #000 0, #000 64%, transparent 100%);
  animation: wt-grid-drift 18s linear infinite;
}

.wt-home .hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 182, 196, 0.55), rgba(242, 162, 44, 0.42), transparent);
}

.wt-home .hero .container {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(470px, 0.88fr);
  gap: 60px;
  align-items: center;
}

.wt-home .hero .container::after {
  content: none !important;
  display: none !important;
}

.wt-home .hero-content {
  max-width: 660px !important;
}

.wt-home .hero h1 {
  max-width: 650px;
  margin-bottom: 22px !important;
  font-size: 72px !important;
  line-height: 0.98 !important;
  font-weight: 900 !important;
}

.wt-home .hero h1 em {
  color: var(--wt-teal) !important;
}

.wt-home .hero-desc {
  max-width: 590px !important;
  margin-bottom: 30px !important;
  font-size: 17px !important;
}

.wt-home .hero-ctas,
.wt-home .hero-stats {
  display: none !important;
}

.hero-command {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 8px;
  max-width: 600px;
  min-height: 62px;
  padding: 8px;
  border: 1px solid rgba(223, 231, 238, 0.96);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 55px rgba(7, 17, 31, 0.09);
  backdrop-filter: blur(18px) saturate(130%);
}

.hero-command::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(100deg, rgba(0, 182, 196, 0.42), rgba(242, 162, 44, 0.24), rgba(0, 182, 196, 0));
  opacity: 0.42;
}

.hero-command-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--wt-teal);
}

.hero-command svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-command input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--wt-ink);
  font-size: 15px;
  font-weight: 750;
}

.hero-command input::placeholder {
  color: var(--wt-soft);
}

.hero-command kbd {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid var(--wt-line);
  border-radius: 6px;
  background: var(--wt-bg-soft);
  color: var(--wt-muted);
  font-size: 12px;
  font-weight: 850;
}

.hero-command button {
  min-height: 44px;
  border-radius: 8px;
  padding: 0 22px;
  background: linear-gradient(135deg, var(--wt-teal), var(--wt-teal-2));
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(0, 142, 152, 0.22);
}

.hero-topic-tiles {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  max-width: 600px;
  margin-top: 22px;
}

.hero-topic-tiles a {
  min-height: 76px;
  display: grid;
  place-items: center;
  gap: 6px;
  border: 1px solid var(--wt-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--wt-ink);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.045);
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.hero-topic-tiles a:hover {
  color: var(--wt-teal);
  border-color: rgba(0, 142, 152, 0.38);
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(0, 142, 152, 0.12);
}

.hero-topic-tiles svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-topic-tiles a:nth-child(3) {
  color: #7c5cff;
}

.hero-topic-tiles a:nth-child(4) {
  color: var(--wt-teal-2);
}

.hero-topic-tiles a:nth-child(5) {
  color: var(--wt-coral);
}

.hero-topic-tiles a:nth-child(6) {
  color: var(--wt-amber);
}

.hero-trends {
  max-width: 650px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  margin-top: 22px;
  color: var(--wt-muted);
  font-size: 13px;
  font-weight: 800;
}

.hero-trends span {
  color: var(--wt-ink);
}

.hero-trends span::before {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 7px;
  border-left: 2px solid var(--wt-teal);
  border-bottom: 2px solid var(--wt-teal);
  transform: skew(-18deg) rotate(-45deg);
}

.hero-trends a {
  color: var(--wt-teal);
  text-decoration: none;
}

.insights-console {
  --mx: 0;
  --my: 0;
  position: relative;
  padding: 18px;
  border: 1px solid rgba(128, 221, 229, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(12, 36, 47, 0.94), rgba(3, 15, 24, 0.98)),
    #07111f;
  color: #fff;
  box-shadow: 0 30px 80px rgba(7, 17, 31, 0.34);
  transform: perspective(1200px) rotateY(calc(var(--mx) * -4deg)) rotateX(calc(var(--my) * 4deg));
  transition: transform 160ms ease;
  overflow: hidden;
}

.insights-console::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.45;
}

.insights-console::after {
  content: "";
  position: absolute;
  inset: -80px;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 25%, rgba(97, 229, 238, 0.12), transparent 52%);
  transform: translateX(-50%);
  animation: wt-console-sheen 6s ease-in-out infinite;
}

.console-scan {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.console-scan i {
  position: absolute;
  left: 0;
  right: 0;
  top: -30%;
  height: 70px;
  background: linear-gradient(180deg, transparent, rgba(97, 229, 238, 0.1), transparent);
  animation: wt-console-scan 5.2s ease-in-out infinite;
}

.console-topline,
.console-grid,
.console-ticker {
  position: relative;
  z-index: 1;
}

.console-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.console-topline strong {
  color: #fff !important;
}

.console-topline span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(226, 241, 246, 0.82);
  font-size: 12px;
}

.console-topline i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wt-teal-2);
  box-shadow: 0 0 0 6px rgba(0, 182, 196, 0.1);
  animation: wt-pulse 1.8s ease-in-out infinite;
}

.console-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(170px, 0.85fr);
  gap: 12px;
}

.console-panel,
.console-pick {
  border: 1px solid rgba(128, 221, 229, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.console-panel:hover,
.console-pick:hover {
  transform: translateY(-3px);
  border-color: rgba(97, 229, 238, 0.36);
  background-color: rgba(255, 255, 255, 0.055);
}

.console-panel {
  padding: 14px;
}

.console-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(226, 241, 246, 0.9);
  font-size: 12px;
  font-weight: 850;
}

.console-panel-head b {
  color: #74f4ff;
  font-size: 11px;
}

.console-chart svg {
  width: 100%;
  margin-top: 10px;
  overflow: visible;
}

.chart-gridline {
  fill: none;
  stroke: rgba(226, 241, 246, 0.1);
  stroke-dasharray: 5 7;
}

.chart-fill {
  fill: url(#wtArea);
  opacity: 0.72;
  animation: wt-chart-area 5s ease-in-out infinite;
}

.chart-line {
  fill: none;
  stroke: url(#wtLine);
  stroke-width: 5.5;
  stroke-linecap: round;
  filter: url(#wtChartGlow);
  opacity: 0.96;
  animation: wt-chart-breathe 5s ease-in-out infinite;
}

.chart-flow {
  fill: none;
  stroke: rgba(255, 255, 255, 0.92);
  stroke-width: 7;
  stroke-linecap: round;
  stroke-dasharray: 0.08 0.92;
  stroke-dashoffset: 1;
  filter: drop-shadow(0 0 10px rgba(116, 244, 255, 0.55));
  opacity: 0.86;
  animation: wt-chart-flow 3.2s linear infinite;
}

.chart-marker {
  fill: #07111f;
  stroke: rgba(116, 244, 255, 0.78);
  stroke-width: 3;
  filter: drop-shadow(0 0 8px rgba(116, 244, 255, 0.28));
}

.chart-dot {
  fill: #fff;
  stroke: var(--wt-teal-2);
  stroke-width: 5;
  transform-box: fill-box;
  transform-origin: center;
  filter: drop-shadow(0 0 12px rgba(116, 244, 255, 0.56));
  animation: wt-pulse-dot 1.6s ease-in-out infinite;
}

.console-topics p {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 36px;
  align-items: center;
  gap: 8px;
  margin: 13px 0 0 !important;
  color: rgba(226, 241, 246, 0.92) !important;
  font-size: 12px;
  font-weight: 800;
  transition: opacity 180ms ease, transform 180ms ease;
}

.console-topics p.is-swapping,
.console-ticker.is-swapping {
  opacity: 0.38;
  transform: translateY(4px);
}

.console-topics i {
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wt-teal-2), rgba(242, 162, 44, 0.9));
  transform-origin: left;
  transform: scaleX(0);
  animation: wt-bar-in 4.8s ease-in-out infinite;
}

.console-topics b {
  color: rgba(226, 241, 246, 0.78);
  font-size: 11px;
}

.console-nodes {
  position: relative;
  min-height: 210px;
  padding: 14px;
  background:
    radial-gradient(circle at 48% 56%, rgba(0, 182, 196, 0.2), transparent 28%),
    rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.console-map-head {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(226, 241, 246, 0.82);
  font-size: 11px;
  font-weight: 900;
}

.console-map-head span {
  color: #ffffff;
}

.console-map-head b {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border: 1px solid rgba(116, 244, 255, 0.2);
  border-radius: 999px;
  background: rgba(116, 244, 255, 0.08);
  color: #74f4ff;
  font-size: 10px;
  text-transform: uppercase;
}

.node-links {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 34px;
  bottom: 8px;
  width: calc(100% - 20px);
  height: calc(100% - 42px);
  overflow: visible;
}

.node-links path {
  fill: none;
  stroke: rgba(116, 244, 255, 0.38);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-dasharray: 5 7;
  animation: wt-node-link-flow 3.4s linear infinite;
}

.node-links path:nth-child(2) { animation-delay: 260ms; }
.node-links path:nth-child(3) { animation-delay: 520ms; }
.node-links path:nth-child(4) { animation-delay: 780ms; }

.node {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  place-items: center;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  min-height: 45px;
  padding: 7px 12px;
  border: 1px solid rgba(116, 244, 255, 0.24);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(116, 244, 255, 0.13), rgba(255, 255, 255, 0.045)),
    rgba(8, 28, 38, 0.84);
  color: #fff;
  text-align: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 14px 30px rgba(0, 0, 0, 0.16);
  animation: wt-float 5s ease-in-out infinite;
}

.node::after {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(97, 229, 238, 0.22);
  border-radius: inherit;
  opacity: 0;
  animation: wt-node-ring 3.8s ease-in-out infinite;
}

.node-main {
  left: 50%;
  top: 58%;
  width: 96px;
  height: 96px;
  min-width: 96px;
  padding: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border-color: rgba(116, 244, 255, 0.38);
  background:
    radial-gradient(circle at 36% 26%, rgba(116, 244, 255, 0.48), rgba(0, 142, 152, 0.24) 54%, rgba(7, 17, 31, 0.92));
  box-shadow:
    0 0 0 10px rgba(0, 182, 196, 0.05),
    0 18px 42px rgba(0, 182, 196, 0.14);
}

.node span,
.node strong,
.node small {
  position: relative;
  z-index: 1;
}

.node-main span {
  color: #74f4ff;
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
}

.node-main strong {
  margin-top: 4px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.05;
}

.node:not(.node-main) strong {
  color: #ffffff;
  font-size: 11px;
  font-weight: 950;
  line-height: 1.1;
}

.node small {
  margin-top: 2px;
  color: rgba(226, 241, 246, 0.58);
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
}

.node-a { left: 50%; top: 44px; transform: translateX(-50%); animation-delay: 180ms; }
.node-b { right: 18px; top: 92px; animation-delay: 360ms; }
.node-c { left: 18px; top: 108px; animation-delay: 520ms; }
.node-d { right: 42px; bottom: 22px; min-width: 64px; animation-delay: 700ms; }

.node-line {
  display: none;
}

.node-line::after {
  content: "";
  position: absolute;
  inset: -1px auto -1px 0;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
  animation: wt-line-spark 2.8s ease-in-out infinite;
}

.line-a { left: 48%; top: 96px; width: 80px; transform: rotate(90deg); }
.line-b { left: 55%; top: 121px; width: 115px; transform: rotate(20deg); }
.line-c { left: 26%; top: 136px; width: 120px; transform: rotate(-18deg); }

.console-pick {
  position: relative;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 9px;
  padding: 16px;
  color: #fff;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(7, 17, 31, 0.18), rgba(7, 17, 31, 0.94)),
    url("/insights/assets/insights-hero-visual.png") center / cover no-repeat,
    #07111f;
  overflow: hidden;
}

.console-pick::before,
.console-pick::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.console-pick::before {
  background:
    linear-gradient(135deg, rgba(0, 182, 196, 0.34), transparent 38%),
    radial-gradient(circle at 85% 10%, rgba(255, 255, 255, 0.28), transparent 24%);
  opacity: 0.52;
}

.console-pick::after {
  background: linear-gradient(90deg, rgba(7, 17, 31, 0.94) 0%, rgba(7, 17, 31, 0.62) 48%, rgba(7, 17, 31, 0.2) 100%);
}

.console-pick > * {
  position: relative;
  z-index: 1;
}

.console-pick span {
  align-self: flex-start;
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border: 1px solid rgba(116, 244, 255, 0.2);
  border-radius: 999px;
  background: rgba(0, 182, 196, 0.18);
  color: #74f4ff;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 0 22px rgba(0, 182, 196, 0.14);
}

.console-pick strong {
  max-width: 205px;
  color: #fff;
  font-size: 17px;
  line-height: 1.12;
  letter-spacing: 0;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}

.console-pick small {
  align-self: flex-start;
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(226, 241, 246, 0.72);
  font-size: 11px;
  font-weight: 800;
}

.console-pick em {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(226, 241, 246, 0.18);
  border-radius: 50%;
  color: #74f4ff;
  background: rgba(7, 17, 31, 0.42);
  box-shadow: 0 0 0 8px rgba(116, 244, 255, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.console-pick:hover em {
  transform: translateX(3px);
  border-color: rgba(116, 244, 255, 0.5);
  background: rgba(116, 244, 255, 0.1);
}

.console-pick svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.console-ticker {
  position: relative;
  min-height: 58px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto 34px 34px;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  padding: 10px;
  border: 1px solid rgba(128, 221, 229, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(116, 244, 255, 0.08), transparent 35%),
    rgba(255, 255, 255, 0.04);
  color: rgba(226, 241, 246, 0.78);
  font-size: 12px;
  font-weight: 850;
  transition: opacity 180ms ease, transform 180ms ease;
}

.console-ticker::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(116, 244, 255, 0.55), transparent);
}

.console-ticker span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(116, 244, 255, 0.09);
  color: #74f4ff;
  font-size: 11px;
  text-transform: uppercase;
}

.console-ticker b {
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  animation: wt-ticker-glow 3.8s ease-in-out infinite;
}

.console-ticker small {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(226, 241, 246, 0.52);
  white-space: nowrap;
}

.console-ticker button {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(128, 221, 229, 0.22);
  border-radius: 50%;
  color: #74f4ff;
  background: rgba(7, 17, 31, 0.26);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.console-ticker button:hover {
  transform: translateY(-2px);
  border-color: rgba(116, 244, 255, 0.48);
  background: rgba(116, 244, 255, 0.08);
}

.console-ticker button::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.console-ticker button:last-child::before {
  transform: rotate(-135deg);
}

.wt-home .search-bar-section {
  position: relative !important;
  top: auto !important;
  margin-top: -1px;
  padding: 22px 0 !important;
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 18px 44px rgba(7, 17, 31, 0.04);
}

.wt-home .search-bar-section .container {
  display: grid;
  gap: 16px;
}

.wt-home .search-row {
  display: grid !important;
  grid-template-columns: minmax(260px, 560px) minmax(0, 1fr);
}

.wt-home .filter-pills {
  margin-top: 0 !important;
}

.home-filter-meta {
  position: relative;
  display: grid;
  grid-template-columns: auto repeat(4, minmax(122px, auto)) minmax(132px, auto) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--wt-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.045);
}

.home-filter-meta span,
.home-filter-meta em {
  color: var(--wt-muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
}

.home-filter-meta em {
  justify-self: end;
}

.home-filter-meta button {
  min-height: 38px;
  border: 1px solid var(--wt-line);
  border-radius: 8px;
  background: var(--wt-bg-soft);
  color: var(--wt-ink-2);
  font-size: 13px;
  font-weight: 850;
}

.home-filter-meta .filter-label {
  white-space: nowrap;
}

.wt-filter-control,
.wt-filter-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.wt-filter-control span {
  color: inherit;
}

.wt-filter-control:hover,
.wt-filter-control.is-active,
.wt-filter-control[aria-expanded="true"] {
  border-color: rgba(0, 142, 152, .45);
  background: var(--wt-teal-3);
  color: var(--wt-teal);
  box-shadow: 0 10px 24px rgba(0, 142, 152, .10);
}

.wt-filter-control i {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  opacity: .72;
}

.wt-filter-control[aria-expanded="true"] i {
  transform: translateY(2px) rotate(225deg);
}

.wt-sort-control {
  justify-self: end;
}

.wt-filter-reset {
  background: #fff !important;
  color: var(--wt-teal) !important;
}

.wt-filter-reset[hidden] {
  display: none !important;
}

.wt-filter-menu {
  position: absolute;
  z-index: 30;
  display: grid;
  gap: 6px;
  padding: 8px;
  border: 1px solid rgba(0, 142, 152, .20);
  border-radius: 8px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 20px 50px rgba(7, 17, 31, .16);
}

.wt-filter-menu[hidden] {
  display: none !important;
}

.wt-filter-menu button {
  justify-content: flex-start;
  min-height: 36px;
  border: 0;
  background: transparent;
  color: var(--wt-ink-2);
  text-align: left;
}

.wt-filter-menu button:hover,
.wt-filter-menu button[aria-selected="true"] {
  background: var(--wt-teal-3);
  color: var(--wt-teal);
}

.wt-filter-status {
  grid-column: 1 / -1;
  margin: -2px 0 0;
  color: var(--wt-muted);
  font-size: 12px;
  font-weight: 750;
}

.post-card.wt-filter-hidden {
  display: none !important;
}

.wt-filter-empty {
  margin-top: 22px;
  padding: 34px;
  border: 1px dashed rgba(0, 142, 152, .32);
  border-radius: 8px;
  background: rgba(239, 252, 253, .56);
  text-align: center;
}

.wt-filter-empty[hidden] {
  display: none !important;
}

.wt-filter-empty .empty-icon {
  width: auto;
  height: auto;
  margin: 0 0 8px;
  background: none;
  color: var(--wt-teal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.wt-filter-empty h3 {
  margin: 0 0 8px;
  color: var(--wt-ink);
  font-size: 22px;
}

.wt-filter-empty p {
  margin: 0;
  color: var(--wt-muted);
}

.wt-home-latest {
  position: relative;
  padding-top: 44px !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(0, 182, 196, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 58%, #f7fbfd 100%) !important;
  overflow: hidden;
}

.wt-home-latest .sec-top {
  position: relative;
  z-index: 1;
  margin-bottom: 22px !important;
}

.wt-home-latest .sec-top h2 {
  font-size: 34px !important;
}

.wt-home-latest .grid3 {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.78fr) !important;
  gap: 18px !important;
  align-items: stretch;
}

.wt-home-latest .post-card-featured {
  grid-row: span 5;
  min-height: 370px !important;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.98) 0%, rgba(7, 17, 31, 0.92) 52%, rgba(7, 17, 31, 0.54) 100%),
    url("/insights/assets/insights-hero-visual.png") right center / auto 120% no-repeat,
    #07111f !important;
}

.wt-home-latest .post-card-featured .post-card-featured-inner {
  justify-content: flex-end;
}

.wt-home-latest .post-card:not(.post-card-featured) {
  min-height: 0 !important;
}

.wt-home-latest .post-card:not(.post-card-featured)::before {
  height: 0 !important;
}

.wt-home-latest .post-card:not(.post-card-featured) .post-card-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 18px;
  padding: 17px 18px !important;
}

.wt-home-latest .post-card:not(.post-card-featured) .post-card-cat,
.wt-home-latest .post-card:not(.post-card-featured) .post-card-exc {
  display: none !important;
}

.wt-home-latest .post-card:not(.post-card-featured) h3 {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

.wt-home-latest .post-card:not(.post-card-featured) .post-card-foot {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.wt-home-latest .post-card:not(.post-card-featured) .post-card-meta {
  display: none !important;
}

.wt-home-latest .post-card:not(.post-card-featured) .post-card-cta {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--wt-line);
  border-radius: 50%;
  color: var(--wt-teal) !important;
  font-size: 0 !important;
}

.wt-home-latest .post-card:not(.post-card-featured) .post-card-cta::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
}

.wt-home-topics {
  position: relative;
  background:
    linear-gradient(180deg, #f8fbfd, #ffffff 88%),
    radial-gradient(circle at 85% 8%, rgba(242, 162, 44, 0.09), transparent 28%) !important;
  border-block: 0 !important;
}

.wt-home-topics .grid4 {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.wt-home-topics .cat-card:nth-of-type(n+7) {
  display: none !important;
}

.wt-home-topics .cat-card {
  position: relative;
  min-height: 174px !important;
  padding: 20px !important;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9) !important;
}

.wt-home-topics .cat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(140deg, rgba(0, 182, 196, 0.11), transparent 34%, rgba(242, 162, 44, 0.1));
  opacity: 0;
  transition: opacity 220ms ease;
}

.wt-home-topics .cat-card:hover::before {
  opacity: 1;
}

.wt-home-topics .cat-card h3 {
  font-size: 15px !important;
}

.wt-home-topics .cat-card p {
  display: -webkit-box;
  min-height: 66px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.wt-home-cta {
  padding: 34px 0 70px !important;
  background:
    linear-gradient(180deg, #ffffff, #f5fbfd) !important;
}

.wt-home-cta .cta-block {
  margin: 0 !important;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  text-align: left !important;
  box-shadow: 0 28px 80px rgba(7, 17, 31, 0.16);
}

.wt-home-cta .cta-block::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px) !important;
  background-size: 32px 32px !important;
}

.wt-home-cta .cta-block p {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wt-home-cta .cta-btns {
  justify-content: flex-end !important;
}

.wt-home-ai,
.wt-home-design {
  padding-top: 60px !important;
}

.wt-home-ai .grid4,
.wt-home-design .grid4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.wt-home-ai .cat-card:nth-of-type(n+5),
.wt-home-design .cat-card:nth-of-type(n+5) {
  display: none !important;
}

.wt-home .post-card,
.wt-home .cat-card,
.wt-home .cta-block,
.wt-home .sec-top,
.wt-home .sec-hd {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.wt-home .post-card.is-visible,
.wt-home .cat-card.is-visible,
.wt-home .cta-block.is-visible,
.wt-home .sec-top.is-visible,
.wt-home .sec-hd.is-visible,
.wt-home .top-article-slider.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.wt-home-removed,
.wt-original-featured,
.wt-original-latest-grid {
  display: none !important;
}

main > section.wt-home-removed,
.wt-home main > section.wt-home-removed,
section.wt-home-removed[hidden],
.wt-home-latest .wt-original-featured,
.wt-home-latest .wt-original-latest-grid {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.wt-home-latest.wt-filter-results-active .wt-original-latest-grid,
.wt-filter-results-active .wt-original-latest-grid {
  display: grid !important;
  visibility: visible !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

.wt-filter-results-active .top-article-slider:not(.wt-filter-playbook-slider),
.wt-filter-results-active .wt-original-featured {
  display: none !important;
}

.wt-filter-playbook-wrap {
  margin-top: 34px;
}

.wt-filter-playbook-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.wt-filter-playbook-head span {
  display: inline-flex;
  width: max-content;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 182, 196, .35);
  border-radius: 8px;
  background: var(--wt-teal-3);
  color: var(--wt-teal);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  padding: 7px 10px;
}

.wt-filter-playbook-head h2 {
  margin: 0;
  color: var(--wt-ink);
  font-size: 34px;
  line-height: 1.05;
}

.wt-filter-playbook-head p {
  max-width: 420px;
  margin: 0;
  color: var(--wt-muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
  text-align: right;
}

.wt-filter-results-active.wt-filter-playbook-mode .wt-original-latest-grid {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}

.wt-filter-playbook-slider {
  display: grid !important;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.wt-category-page .wt-category-playbook-wrap {
  margin: 0 0 46px;
  padding-top: 8px;
}

.wt-category-page .wt-category-playbook-head {
  margin-bottom: 20px;
}

.wt-category-page .wt-category-playbook-head p {
  max-width: 450px;
}

.wt-category-page .wt-category-playbook-slider {
  margin-top: 0;
}

.wt-category-page .wt-category-playbook-slider .top-slider-main {
  min-height: 400px;
}

.wt-category-page .wt-category-playbook-wrap + .grid3,
.wt-category-page .wt-category-playbook-wrap + .grid-3 {
  margin-top: 10px;
}

.wt-filter-results-active .post-card,
.wt-filter-results-active .post-card.reveal-up,
.wt-filter-results-active .post-card.visible,
.wt-filter-results-active .post-card.is-visible {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.wt-filter-results-active .post-card {
  min-height: 210px !important;
  border-color: rgba(0, 142, 152, 0.18) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 12px 30px rgba(7, 17, 31, 0.05) !important;
}

.wt-filter-results-active .grid3 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 18px !important;
}

.wt-filter-results-active .post-card:not(.post-card-featured)::before {
  height: 4px !important;
}

.wt-filter-results-active .post-card:not(.post-card-featured) .post-card-body {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 0 !important;
  padding: 22px !important;
}

.wt-filter-results-active .post-card:not(.post-card-featured) .post-card-cat,
.wt-filter-results-active .post-card:not(.post-card-featured) .post-card-exc,
.wt-filter-results-active .post-card:not(.post-card-featured) .post-card-meta {
  display: flex !important;
}

.wt-filter-results-active .post-card:not(.post-card-featured) h3 {
  margin: 0 0 11px !important;
  font-size: 19px !important;
  line-height: 1.25 !important;
}

.wt-filter-results-active .post-card:not(.post-card-featured) .post-card-foot {
  grid-column: auto !important;
  grid-row: auto !important;
  align-self: auto !important;
  display: flex !important;
  border-top: 1px solid var(--wt-line-2) !important;
  padding-top: 16px !important;
  margin-top: auto !important;
}

.wt-filter-results-active .post-card:not(.post-card-featured) .post-card-cta {
  width: auto !important;
  height: auto !important;
  display: inline-flex !important;
  place-items: initial !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--wt-teal) !important;
  font-size: 13px !important;
}

.wt-filter-results-active .post-card:not(.post-card-featured) .post-card-cta::after {
  content: none !important;
}

.top-article-slider {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.36fr);
  gap: 18px;
  margin: 10px 0 34px;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.top-slider-main {
  position: relative;
  min-height: 370px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.99) 0%, rgba(7, 17, 31, 0.92) 52%, rgba(7, 17, 31, 0.5) 100%),
    url("/insights/assets/insights-hero-visual.png") right center / auto 120% no-repeat,
    #07111f;
  box-shadow: 0 30px 78px rgba(7, 17, 31, 0.24);
}

.top-slider-main::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.36;
}

.top-slider-main::after {
  content: "Top 10";
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(116, 244, 255, 0.32);
  border-radius: 999px;
  background: rgba(7, 17, 31, 0.62);
  color: #74f4ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: 0 0 30px rgba(0, 182, 196, 0.16);
}

.top-slider-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
}

.top-slider-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left;
  background: linear-gradient(90deg, var(--wt-teal-2), var(--wt-amber), var(--wt-coral));
  animation: wt-slide-progress 5s linear infinite;
}

.top-article-slider.is-paused .top-slider-progress span {
  animation-play-state: paused;
}

.top-slider-track {
  position: relative;
  min-height: inherit;
}

.top-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 36px;
  opacity: 0;
  transform: translateX(24px);
  pointer-events: none;
  transition:
    opacity 420ms ease,
    transform 420ms ease;
}

.top-slide.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.top-slide.is-active .top-slide-kicker,
.top-slide.is-active h3,
.top-slide.is-active p,
.top-slide.is-active .top-slide-meta {
  animation: wt-slide-copy-in 520ms ease both;
}

.top-slide.is-active h3 { animation-delay: 80ms; }
.top-slide.is-active p { animation-delay: 150ms; }
.top-slide.is-active .top-slide-meta { animation-delay: 220ms; }

.top-slide-kicker {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  margin-bottom: 18px;
  padding: 0 10px;
  border-radius: 8px;
  background: rgba(0, 182, 196, 0.14);
  color: #61e5ee;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.top-slide h3 {
  max-width: 690px;
  margin: 0 0 14px !important;
  color: #ffffff !important;
  font-size: 35px !important;
  line-height: 1.12 !important;
}

.top-slide p {
  max-width: 630px;
  margin: 0 0 26px !important;
  color: rgba(226, 241, 246, 0.78) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.top-slide-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(226, 241, 246, 0.68);
  font-size: 13px;
  font-weight: 850;
}

.top-slide-meta a {
  color: #61e5ee;
  text-decoration: none;
}

.top-slide-meta a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
}

.top-slider-controls {
  position: absolute;
  right: 22px;
  bottom: 20px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-prev,
.top-next {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(226, 241, 246, 0.2);
  border-radius: 50%;
  color: #61e5ee;
  background: rgba(7, 17, 31, 0.45);
}

.top-prev::before,
.top-next::before {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.top-next::before {
  transform: rotate(-135deg);
}

.top-dots {
  display: flex;
  gap: 6px;
}

.top-dots button {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(226, 241, 246, 0.32);
  transition: width 180ms ease, background 180ms ease;
}

.top-dots button.is-active {
  width: 24px;
  background: #61e5ee;
}

.top-article-list {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--wt-line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 252, 0.98));
  box-shadow: 0 22px 58px rgba(7, 17, 31, 0.1);
}

.top-article-list::before {
  content: "Top 10 articles";
  display: block;
  margin: 2px 4px 4px;
  color: var(--wt-teal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.top-article-list button {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 50px;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--wt-ink);
  text-align: left;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.top-article-list button:hover,
.top-article-list button.is-active {
  background: var(--wt-teal-3);
  border-color: rgba(0, 142, 152, 0.2);
  transform: translateX(2px);
}

.top-article-list button.is-active {
  box-shadow: inset 3px 0 0 var(--wt-teal);
}

.top-article-list span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #f0f7f9;
  color: var(--wt-teal);
  font-size: 11px;
  font-weight: 900;
}

.top-article-list strong {
  color: var(--wt-ink);
  font-size: 12px;
  line-height: 1.28;
  font-weight: 850;
}

.wt-library-section {
  padding: 72px 0 !important;
  background:
    radial-gradient(circle at 12% 8%, rgba(0,182,196,.11), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f5fbfc 100%);
  border-top: 1px solid var(--wt-line-2);
  border-bottom: 1px solid var(--wt-line-2);
}

.wt-library-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 26px;
  align-items: end;
  margin-bottom: 22px;
}

.wt-library-head span,
.wt-section-title span,
.wt-custom-kicker {
  display: inline-flex;
  width: max-content;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 182, 196, .35);
  border-radius: 8px;
  background: var(--wt-teal-3);
  color: var(--wt-teal);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  padding: 7px 10px;
}

.wt-library-head h2,
.wt-section-title h2 {
  margin: 0 0 10px !important;
  color: var(--wt-ink) !important;
  font-size: clamp(30px, 4vw, 46px) !important;
  line-height: 1.04 !important;
}

.wt-library-head p {
  max-width: 720px;
  margin: 0 !important;
  color: var(--wt-muted) !important;
  font-size: 16px !important;
  font-weight: 650 !important;
}

.wt-library-search {
  display: grid;
  gap: 8px;
}

.wt-library-search span {
  margin: 0;
  border: 0;
  background: transparent;
  color: var(--wt-muted);
  padding: 0;
}

.wt-library-search input {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(0, 142, 152, 0.2);
  border-radius: 8px;
  background: #fff;
  color: var(--wt-ink);
  font: 750 15px/1 Inter, sans-serif;
  padding: 0 16px;
  box-shadow: 0 16px 36px rgba(7,17,31,.06);
}

.wt-library-search input:focus {
  outline: none;
  border-color: rgba(0, 182, 196, 0.58);
  box-shadow: 0 0 0 4px rgba(0,182,196,.11), 0 16px 36px rgba(7,17,31,.06);
}

.wt-library-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}

.wt-library-cats button,
.wt-sibling-cats a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--wt-line);
  border-radius: 8px;
  background: rgba(255,255,255,.92);
  color: var(--wt-ink-2);
  font-size: 13px;
  font-weight: 850;
  padding: 0 13px;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.wt-library-cats button:hover,
.wt-library-cats button.is-active,
.wt-sibling-cats a:hover {
  border-color: rgba(0, 182, 196, 0.36);
  background: var(--wt-teal-3);
  color: var(--wt-teal);
  transform: translateY(-1px);
}

.wt-library-count {
  margin-bottom: 18px;
  color: var(--wt-teal);
  font-size: 13px;
  font-weight: 900;
}

.wt-article-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.wt-article-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wt-article-card {
  position: relative;
  min-height: 245px;
  display: flex;
  flex-direction: column;
  padding: 18px;
  border: 1px solid rgba(0, 142, 152, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,252,253,.98));
  box-shadow: 0 18px 44px rgba(7,17,31,.07);
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.wt-article-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--wt-teal-2), var(--wt-amber), var(--wt-coral));
  opacity: .74;
}

.wt-article-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 182, 196, 0.36);
  box-shadow: 0 28px 64px rgba(7,17,31,.11);
}

.wt-article-card-cat {
  width: max-content;
  max-width: 100%;
  color: var(--wt-teal);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.wt-article-card h3 {
  margin: 18px 0 10px !important;
  color: var(--wt-ink) !important;
  font-size: 18px !important;
  line-height: 1.18 !important;
}

.wt-article-card h3 a:hover {
  color: var(--wt-teal) !important;
}

.wt-article-card p {
  margin: 0 0 16px !important;
  color: var(--wt-muted) !important;
  font-size: 13px !important;
  font-weight: 620 !important;
  line-height: 1.56 !important;
}

.wt-article-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  color: var(--wt-soft);
  font-size: 12px;
  font-weight: 850;
}

.wt-article-card-foot a {
  color: var(--wt-teal);
}

.wt-custom-cat-hero,
.wt-custom-article-hero {
  padding: 62px 0 44px;
  background:
    radial-gradient(circle at 78% 10%, rgba(0,182,196,.15), transparent 31%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(246,250,252,.92));
  border-bottom: 1px solid var(--wt-line-2);
}

.wt-custom-breadcrumbs {
  margin-bottom: 28px !important;
}

.wt-custom-cat-copy,
.wt-custom-article-hero > div {
  max-width: 900px;
}

.wt-custom-cat-copy h1,
.wt-custom-article-hero h1 {
  max-width: 980px;
  margin: 0 0 18px !important;
  color: var(--wt-ink) !important;
  font-size: clamp(44px, 6vw, 76px) !important;
  line-height: .98 !important;
}

.wt-custom-cat-copy p,
.wt-custom-article-hero p {
  max-width: 800px;
  margin: 0 !important;
  color: var(--wt-ink-2) !important;
  font-size: 18px !important;
  font-weight: 560 !important;
  line-height: 1.7 !important;
}

.wt-custom-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.wt-custom-meta span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--wt-line);
  border-radius: 8px;
  background: rgba(255,255,255,.85);
  color: var(--wt-muted);
  font-size: 13px;
  font-weight: 850;
  padding: 0 12px;
}

.wt-custom-category-playbooks,
.wt-custom-category-list,
.wt-related-strip {
  padding: 60px 0;
}

.wt-custom-category-playbooks {
  background: #fff;
}

.wt-custom-category-list,
.wt-related-strip {
  background: var(--wt-bg-soft);
  border-top: 1px solid var(--wt-line-2);
}

.wt-section-title {
  margin-bottom: 22px;
}

.wt-custom-article {
  background: #fff;
}

.wt-custom-article-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 46px;
  padding: 56px 0 72px;
}

.wt-custom-article-aside {
  position: sticky;
  top: 98px;
  align-self: start;
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--wt-line);
  border-radius: 8px;
  background: rgba(246,250,252,.9);
}

.wt-custom-article-aside strong {
  margin-bottom: 8px;
  color: var(--wt-ink);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.wt-custom-article-aside a {
  min-height: 34px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  color: var(--wt-muted);
  font-size: 13px;
  font-weight: 800;
  padding: 0 10px;
}

.wt-custom-article-aside a:hover {
  color: var(--wt-teal);
  background: var(--wt-teal-3);
}

.wt-custom-article-body {
  max-width: 820px;
}

.wt-custom-article-body section {
  padding-bottom: 32px;
  margin-bottom: 34px;
  border-bottom: 1px solid var(--wt-line-2);
}

.wt-custom-article-body h2 {
  margin: 0 0 14px !important;
  color: var(--wt-ink) !important;
  font-size: 32px !important;
}

.wt-custom-article-body p,
.wt-custom-article-body li {
  color: var(--wt-ink-2) !important;
  font-size: 17px !important;
  line-height: 1.78 !important;
}

.wt-custom-article-body ul {
  display: grid;
  gap: 10px;
  padding-left: 22px !important;
}

.wt-step-list {
  display: grid;
  gap: 12px;
}

.wt-step-list div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(0, 142, 152, 0.14);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f7fcfd);
}

.wt-step-list span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--wt-teal-3);
  color: var(--wt-teal);
  font-size: 12px;
  font-weight: 950;
}

.wt-step-list p {
  margin: 0 !important;
}

.wt-sibling-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.wt-sibling-cats strong {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  color: var(--wt-muted);
  font-size: 13px;
  font-weight: 900;
  margin-right: 4px;
}

@keyframes wt-grid-drift {
  from { background-position: 0 0, 0 0, 0 0; }
  to { background-position: 56px 56px, 56px 56px, 18px 18px; }
}

@keyframes wt-console-sheen {
  0%, 42% { transform: translateX(-55%); opacity: 0; }
  55% { opacity: 1; }
  100% { transform: translateX(55%); opacity: 0; }
}

@keyframes wt-console-scan {
  0%, 28% { transform: translateY(0); opacity: 0; }
  38% { opacity: 1; }
  72%, 100% { transform: translateY(760%); opacity: 0; }
}

@keyframes wt-chart-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes wt-chart-loop {
  0% { stroke-dashoffset: 1; opacity: 0.42; filter: drop-shadow(0 0 0 rgba(97, 229, 238, 0)); }
  36%, 76% { stroke-dashoffset: 0; opacity: 1; filter: drop-shadow(0 0 9px rgba(97, 229, 238, 0.38)); }
  100% { stroke-dashoffset: -1; opacity: 0.52; filter: drop-shadow(0 0 0 rgba(97, 229, 238, 0)); }
}

@keyframes wt-chart-fill {
  0%, 100% { opacity: 0.14; transform: translateY(8px); }
  42%, 74% { opacity: 0.42; transform: translateY(0); }
}

@keyframes wt-chart-area {
  0%, 100% { opacity: 0.52; transform: translateY(4px); }
  50% { opacity: 0.82; transform: translateY(0); }
}

@keyframes wt-chart-breathe {
  0%, 100% { opacity: 0.88; stroke-width: 5.2; }
  50% { opacity: 1; stroke-width: 6.4; }
}

@keyframes wt-chart-flow {
  from { stroke-dashoffset: 1; }
  to { stroke-dashoffset: 0; }
}

@keyframes wt-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(0.7); opacity: 0.62; }
}

@keyframes wt-pulse-dot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.35); opacity: 0.72; }
}

@keyframes wt-bar-in {
  0%, 100% { transform: scaleX(0.08); opacity: 0.46; }
  36%, 74% { transform: scaleX(var(--p)); opacity: 1; }
}

@keyframes wt-dot-run {
  0% { transform: translate(-255px, 56px) scale(0.72); opacity: 0.35; }
  36% { transform: translate(-116px, 8px) scale(1.2); opacity: 1; }
  74% { transform: translate(112px, -25px) scale(1); opacity: 1; }
  100% { transform: translate(0, 0) scale(0.72); opacity: 0.42; }
}

@keyframes wt-float {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -8px; }
}

@keyframes wt-node-ring {
  0%, 45% { transform: scale(0.76); opacity: 0; }
  70% { opacity: 0.7; }
  100% { transform: scale(1.22); opacity: 0; }
}

@keyframes wt-node-link-flow {
  from { stroke-dashoffset: 18; opacity: 0.34; }
  50% { opacity: 0.84; }
  to { stroke-dashoffset: 0; opacity: 0.34; }
}

@keyframes wt-line-spark {
  0%, 24% { transform: translateX(-120%); opacity: 0; }
  45%, 62% { opacity: 1; }
  100% { transform: translateX(360%); opacity: 0; }
}

@keyframes wt-ticker-glow {
  0%, 100% { color: #ffffff; text-shadow: none; }
  50% { color: #dffcff; text-shadow: 0 0 18px rgba(116, 244, 255, 0.32); }
}

@keyframes wt-slide-copy-in {
  from { transform: translateY(12px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@keyframes wt-slide-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@media (prefers-reduced-motion: reduce) {
  .wt-home *,
  .wt-home *::before,
  .wt-home *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1120px) {
  .wt-header-enhanced .header-inner {
    grid-template-columns: auto minmax(260px, 1fr) auto;
    gap: 12px !important;
  }

  .wt-header-search {
    width: 190px;
    flex-basis: 190px;
  }

  .wt-header-mega {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wt-home .hero .container {
    grid-template-columns: 1fr;
  }

  .insights-console {
    max-width: 720px;
  }

  .wt-home-latest .grid3 {
    grid-template-columns: 1fr !important;
  }

  .top-article-slider {
    grid-template-columns: 1fr;
  }

  .top-article-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .top-article-list::before {
    grid-column: 1 / -1;
  }

  .wt-home-latest .post-card-featured {
    grid-row: auto;
  }

  .wt-home-topics .grid4 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .wt-article-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wt-library-head,
  .wt-custom-article-layout {
    grid-template-columns: 1fr;
  }

  .wt-custom-article-aside {
    position: static;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .wt-header-enhanced .header-inner {
    display: flex !important;
    flex-wrap: wrap;
    height: auto !important;
    min-height: var(--hh) !important;
    padding-block: 10px;
  }

  .wt-header-enhanced .header-nav {
    order: 2;
    flex: 1 1 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .wt-header-search {
    width: 100%;
    flex: 1 1 100%;
    order: 3;
  }

  .wt-header-enhanced .header-right {
    flex-wrap: wrap;
  }

  .wt-header-mega {
    top: calc(100% + 8px);
    grid-template-columns: 1fr;
    max-height: min(72vh, 620px);
    overflow: auto;
  }

  .wt-home .hero {
    padding-top: 36px !important;
  }

  .wt-home .hero h1 {
    font-size: 52px !important;
  }

  .hero-topic-tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .console-grid {
    grid-template-columns: 1fr;
  }

  .console-ticker {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .console-ticker small,
  .console-ticker button {
    display: none;
  }

  .wt-home .search-row,
  .home-filter-meta,
  .wt-home-cta .cta-block {
    grid-template-columns: 1fr !important;
  }

  .home-filter-meta em,
  .wt-sort-control,
  .wt-filter-reset,
  .wt-home-cta .cta-btns {
    justify-self: stretch;
    justify-content: flex-start !important;
  }

  .wt-filter-menu {
    left: 12px !important;
    right: 12px;
    min-width: 0 !important;
  }

  .top-slide h3 {
    font-size: 29px !important;
  }

  .top-article-list {
    grid-template-columns: 1fr;
  }

  .wt-home-ai .grid4,
  .wt-home-design .grid4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .wt-article-grid,
  .wt-article-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wt-custom-article-aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wt-custom-cat-copy h1,
  .wt-custom-article-hero h1 {
    font-size: 46px !important;
  }
}

@media (max-width: 640px) {
  .header-logo,
  .ftr-logo {
    width: 138px !important;
    flex-basis: 138px !important;
  }

  .wt-header-search-results {
    left: 0;
    right: auto;
    width: min(360px, calc(100vw - 32px));
  }

  .wt-header-mega {
    left: 16px;
    right: 16px;
    width: auto;
    transform: none;
  }

  .wt-home .hero {
    min-height: 0;
    padding: 28px 0 42px !important;
  }

  .wt-home .hero .container {
    gap: 24px;
  }

  .wt-home .hero h1 {
    font-size: 39px !important;
  }

  .hero-command {
    grid-template-columns: 28px minmax(0, 1fr);
    min-height: 56px;
  }

  .hero-command kbd,
  .hero-command button {
    display: none;
  }

  .hero-topic-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-trends {
    gap: 8px 12px;
  }

  .insights-console {
    padding: 12px;
  }

  .console-chart {
    min-height: 180px;
  }

  .console-nodes,
  .console-pick {
    min-height: 170px;
  }

  .top-slider-main {
    min-height: 430px;
    background:
      linear-gradient(180deg, rgba(7, 17, 31, 0.98), rgba(7, 17, 31, 0.82)),
      url("/insights/assets/insights-hero-visual.png") center top / cover no-repeat,
      #07111f;
  }

  .top-slide {
    padding: 24px;
  }

  .top-slide h3 {
    font-size: 25px !important;
  }

  .top-slide p {
    font-size: 14px !important;
  }

  .top-slider-controls {
    left: 20px;
    right: 20px;
    justify-content: space-between;
  }

  .top-dots {
    max-width: 160px;
    overflow: hidden;
  }

  .wt-home-topics .grid4,
  .wt-home-ai .grid4,
  .wt-home-design .grid4 {
    grid-template-columns: 1fr !important;
  }

  .wt-library-section,
  .wt-custom-category-playbooks,
  .wt-custom-category-list,
  .wt-related-strip {
    padding: 42px 0 !important;
  }

  .wt-library-head {
    gap: 18px;
  }

  .wt-library-head h2,
  .wt-section-title h2 {
    font-size: 31px !important;
  }

  .wt-article-grid,
  .wt-article-grid-3,
  .wt-custom-article-aside {
    grid-template-columns: 1fr;
  }

  .wt-custom-cat-hero,
  .wt-custom-article-hero {
    padding: 42px 0 34px;
  }

  .wt-custom-cat-copy h1,
  .wt-custom-article-hero h1 {
    font-size: 36px !important;
  }

  .wt-custom-cat-copy p,
  .wt-custom-article-hero p,
  .wt-custom-article-body p,
  .wt-custom-article-body li {
    font-size: 15px !important;
  }

  .wt-step-list div {
    grid-template-columns: 1fr;
  }
}

/* Final article/home revamp precedence */
.wt-custom-article-hero {
  padding: 54px 0 62px !important;
  background:
    linear-gradient(120deg, rgba(7,17,31,.98), rgba(13,40,53,.94) 54%, rgba(246,250,252,.96) 54.2%, #fff),
    #07111f !important;
}

.wt-custom-article-hero > .container {
  max-width: var(--mw) !important;
}

.wt-custom-article-hero .wt-custom-breadcrumbs,
.wt-custom-article-hero .wt-custom-breadcrumbs a,
.wt-custom-article-hero .breadcrumb-sep {
  color: rgba(232, 249, 252, .72) !important;
}

.wt-article-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px) !important;
  gap: 38px !important;
  align-items: end !important;
}

.wt-article-hero-copy h1 {
  color: #fff !important;
  font-size: clamp(43px, 6vw, 76px) !important;
  line-height: .98 !important;
}

.wt-article-hero-copy p {
  color: rgba(232, 249, 252, .78) !important;
  font-size: 18px !important;
  line-height: 1.72 !important;
}

.wt-article-hero-copy .wt-custom-meta span {
  border-color: rgba(116, 244, 255, .2) !important;
  background: rgba(255,255,255,.08) !important;
  color: rgba(232, 249, 252, .82) !important;
}

.wt-article-next-step h2 {
  color: #fff !important;
  font-size: 28px !important;
}

.wt-article-next-step p {
  color: rgba(232, 249, 252, .76) !important;
}

.wt-decision-grid p {
  font-size: 13px !important;
  line-height: 1.55 !important;
}

@media (max-width: 1120px) {
  .wt-article-hero-grid {
    grid-template-columns: 1fr !important;
  }

  .wt-custom-article-hero {
    background:
      linear-gradient(180deg, rgba(7,17,31,.98), rgba(13,40,53,.94) 70%, rgba(246,250,252,.96) 70.2%, #fff) !important;
  }
}

@media (max-width: 640px) {
  .wt-article-hero-copy h1 {
    font-size: 35px !important;
  }

  .wt-article-hero-copy p {
    font-size: 15px !important;
  }
}
