:root {
  --bg: #030711;
  --panel: rgba(7, 19, 36, 0.78);
  --panel-strong: rgba(8, 19, 45, 0.92);
  --text: #f4fbff;
  --muted: #aebfe3;
  --cyan: #19d9ff;
  --blue: #0074d9;
  --violet: #0a84ff;
  --magenta: #21c7ff;
  --danger: #ff427a;
  --line: rgba(107, 235, 255, 0.24);
  font-family: "Onest", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 70% 4%, rgba(30, 217, 255, 0.26), transparent 26rem),
    radial-gradient(circle at 14% 18%, rgba(33, 199, 255, 0.24), transparent 24rem),
    linear-gradient(180deg, #030711 0%, #07091a 48%, #030711 100%);
  color: var(--text);
}

/* Lovable Intel Sentinel visual system */
:root {
  --radius: 0.75rem;
  --background: #090918;
  --foreground: #f7fbff;
  --card: #101126;
  --muted-foreground: #a7aec6;
  --gradient-brand: linear-gradient(135deg, #0074d9, #0a84ff, #1c8eff, #57e7ff);
  --gradient-radial: radial-gradient(ellipse at top, rgba(100, 44, 180, 0.55), transparent 62%);
  --shadow-glow: 0 0 60px rgba(28, 142, 255, 0.38), 0 0 120px rgba(29, 217, 255, 0.18);
  --shadow-elevated: 0 20px 60px -10px rgba(0, 0, 0, 0.64);
}

body {
  background:
    var(--gradient-radial),
    radial-gradient(circle at 82% 18%, rgba(25, 217, 255, 0.12), transparent 28rem),
    radial-gradient(circle at 12% 34%, rgba(33, 199, 255, 0.12), transparent 26rem),
    var(--background);
  font-family: "Inter", "Onest", system-ui, sans-serif;
}

h1,
h2,
h3,
h4 {
  font-family: "Space Grotesk", "Inter", system-ui, sans-serif;
  letter-spacing: -0.02em;
}

.text-gradient,
.section-heading h2,
.article-template h2,
.service-list h2 {
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.site-header {
  top: 0;
  width: 100%;
  border-width: 0 0 1px;
  border-radius: 0;
  background: rgba(9, 9, 24, 0.62);
  box-shadow: none;
}

.brand img {
  width: 168px;
  height: 44px;
}

.site-header nav a {
  font-size: 14px;
  letter-spacing: 0;
}

.nav-cta,
.primary-button,
.article-button {
  border-radius: 999px;
  background: var(--gradient-brand);
  box-shadow: var(--shadow-glow);
  color: #070817;
}

.secondary-button {
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.hero,
.page-hero {
  position: relative;
}

.hero::before,
.page-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(28, 142, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 142, 255, 0.08) 1px, transparent 1px);
  background-size: 60px 60px;
  content: "";
  opacity: 0.65;
  mask-image: radial-gradient(circle at 50% 40%, black, transparent 74%);
}

.command-core {
  background:
    linear-gradient(180deg, rgba(9, 9, 24, 0.12), rgba(9, 9, 24, 0.78)),
    url("./assets/article-hero.jpg") center / cover;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-elevated), var(--shadow-glow);
}

.command-core::before,
.command-core::after {
  opacity: 0.78;
}

.cycle-card,
.solution-grid article,
.product-card,
.case-layout article,
.chapter-panel article,
.article-grid article,
.featured-card,
.content-grid article,
.profile-grid article,
.partner-grid article,
.company-card,
.contact-form,
.sticky-cta,
.inline-cta,
.quote-grid blockquote,
.quote-grid article {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow-elevated);
  backdrop-filter: blur(20px);
}

.cycle-card::before,
.solution-grid article::after,
.product-card::after,
.case-layout article::after,
.article-card::after {
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: var(--gradient-brand);
  content: "";
  opacity: 0.36;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.article-image {
  grid-column: 1;
  margin: 0;
}

.article-image img,
.article-featured-image img {
  display: block;
  width: 100%;
  max-height: 430px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  box-shadow: var(--shadow-elevated);
}

.breadcrumbs {
  padding-top: 104px;
}

.breadcrumbs,
.eyebrow {
  letter-spacing: 0.22em;
}

.scanlines::after,
.video-stage::before {
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 4px);
}

body::before,
body::after {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
}

body::before {
  background-image:
    linear-gradient(rgba(25, 217, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 217, 255, 0.08) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 82%);
  transform: perspective(700px) rotateX(62deg) translateY(120px) scale(1.2);
  transform-origin: top center;
  animation: grid-drift 12s linear infinite;
}

body::after {
  background:
    linear-gradient(110deg, transparent 0 42%, rgba(25, 217, 255, 0.12) 48%, transparent 56%),
    repeating-linear-gradient(0deg, transparent 0 9px, rgba(255, 255, 255, 0.02) 10px);
  animation: scan-sweep 6s ease-in-out infinite;
}

a {
  color: inherit;
  text-decoration: none;
}

#cyber-canvas {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.92;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 10;
  display: grid;
  width: min(1180px, calc(100% - 32px));
  grid-template-columns: 210px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 12px 16px;
  border: 1px solid rgba(25, 217, 255, 0.22);
  border-radius: 24px;
  background: rgba(3, 8, 18, 0.72);
  box-shadow: 0 0 34px rgba(25, 217, 255, 0.16);
  backdrop-filter: blur(22px);
  transform: translateX(-50%);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.brand {
  display: flex;
  align-items: center;
}

.brand img {
  width: 178px;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(25, 217, 255, 0.28));
}

.site-header nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  color: #cbd9fb;
  font-size: 14px;
  font-weight: 600;
}

.site-header nav ul {
  display: flex;
  gap: 30px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header nav a {
  opacity: 0.78;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.site-footer {
  padding: 56px 0;
  color: var(--muted);
  font-size: 14px;
}

.search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.wp-article-content {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.wp-article-content h2,
.wp-article-content h3 {
  color: #79eaff;
}

.wp-article-content a {
  color: var(--cyan);
  font-weight: 800;
}

.site-header nav a:hover {
  color: var(--cyan);
  opacity: 1;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(25, 217, 255, 0.28);
  border-radius: 999px;
  background: rgba(7, 19, 36, 0.72);
  color: #f6fbff;
  cursor: pointer;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #f6fbff;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-nav-cta {
  display: none;
}

.breadcrumbs {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-top: 112px;
  color: #8fa4d2;
  font-size: 13px;
  font-weight: 700;
}

.breadcrumbs a {
  color: var(--cyan);
}

.breadcrumbs span::before,
.breadcrumbs a + span::before,
.breadcrumbs a + a::before {
  margin-right: 10px;
  color: #526184;
  content: "/";
}

.nav-cta,
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 16px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.attack-button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 66, 122, 0.58);
  border-radius: 999px;
  background: rgba(255, 66, 122, 0.1);
  box-shadow: 0 0 22px rgba(255, 66, 122, 0.12);
  color: #ff5f8f;
  font-size: 12px;
  font-weight: 800;
  padding: 0 15px;
  white-space: nowrap;
}

.attack-button::before {
  content: "⚠";
  font-size: 12px;
}

.attack-button:hover {
  background: rgba(255, 66, 122, 0.18);
  box-shadow: 0 0 28px rgba(255, 66, 122, 0.22);
}

.nav-cta,
.primary-button {
  background: linear-gradient(120deg, var(--blue), var(--cyan) 46%, var(--magenta));
  box-shadow: 0 0 28px rgba(25, 217, 255, 0.34), inset 0 0 0 1px rgba(255, 255, 255, 0.28);
  color: white;
}

.nav-cta {
  min-height: 40px;
  font-size: 14px;
  padding: 0 16px;
}

.secondary-button {
  border: 1px solid rgba(0, 116, 217, 0.55);
  background: rgba(8, 19, 45, 0.72);
  box-shadow: inset 0 0 24px rgba(0, 116, 217, 0.12);
  color: #e2ebff;
}

.section-shell {
  width: min(1240px, calc(100% - 44px));
  margin: 0 auto;
}

.hero {
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(390px, 0.9fr) minmax(610px, 1.1fr);
  align-items: center;
  gap: 42px;
  padding-top: 108px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(48px, 6vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
}

h1::selection,
h2::selection,
p::selection {
  background: rgba(25, 217, 255, 0.32);
}

.hero-text {
  max-width: 650px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.primary-button,
.secondary-button {
  min-width: 220px;
  padding: 0 24px;
}

.trust-strip {
  display: grid;
  max-width: 680px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.trust-strip span {
  padding: 13px 10px;
  border: 1px solid rgba(25, 217, 255, 0.18);
  border-radius: 14px;
  background: rgba(7, 19, 36, 0.54);
  color: #c8d9ff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.command-core {
  position: relative;
  min-height: 680px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 47%, rgba(25, 217, 255, 0.16), transparent 9rem),
    radial-gradient(circle at 50% 47%, rgba(0, 116, 217, 0.12), transparent 22rem),
    linear-gradient(180deg, rgba(8, 11, 32, 0.22), rgba(3, 7, 17, 0));
}

.orbit {
  position: absolute;
  top: 47%;
  left: 50%;
  border: 1px solid rgba(107, 235, 255, 0.12);
  border-radius: 999px;
  translate: -50% -50%;
  animation: rotate-orbit 28s linear infinite;
}

.orbit-one {
  width: 330px;
  height: 330px;
  box-shadow: 0 0 52px rgba(25, 217, 255, 0.11);
}

.orbit-two {
  width: 500px;
  height: 500px;
  border-color: rgba(33, 199, 255, 0.12);
  animation-duration: 36s;
  animation-direction: reverse;
}

.orbit-three {
  width: 640px;
  height: 640px;
  border-color: rgba(0, 116, 217, 0.1);
  animation-duration: 44s;
}

.core-card {
  position: absolute;
  top: 47%;
  left: 50%;
  display: grid;
  width: 132px;
  height: 132px;
  place-items: center;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 999px;
  background:
    linear-gradient(#030711, #030711) padding-box,
    linear-gradient(135deg, var(--violet), var(--cyan)) border-box;
  box-shadow: 0 0 72px rgba(25, 217, 255, 0.42), 0 0 110px rgba(0, 116, 217, 0.2);
  transform: translate(-50%, -50%);
  animation: core-pulse 3.2s ease-in-out infinite;
}

.core-card img {
  position: relative;
  z-index: 1;
  width: 94px;
  height: 94px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(25, 217, 255, 0.38));
}

.core-card::before {
  position: absolute;
  inset: -86px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(25, 217, 255, 0.2), transparent 62%);
  content: "";
  filter: blur(12px);
  opacity: 0.9;
}

.cycle-card {
  position: absolute;
  display: grid;
  width: 206px;
  min-height: 98px;
  gap: 8px;
  padding: 18px 20px;
  border: 1px solid transparent;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(10, 17, 40, 0.92), rgba(6, 14, 28, 0.86)) padding-box,
    linear-gradient(135deg, rgba(33, 199, 255, 0.62), rgba(25, 217, 255, 0.5)) border-box;
  box-shadow: 0 0 28px rgba(25, 217, 255, 0.12), inset 0 0 34px rgba(0, 116, 217, 0.09);
  backdrop-filter: blur(18px);
  animation: card-float 5.5s ease-in-out infinite;
}

.cycle-card::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 0 38%, rgba(25, 217, 255, 0.16), transparent 64%);
  content: "";
  transform: translateX(-105%);
  animation: card-shimmer 4.8s ease-in-out infinite;
}

.cycle-card small {
  position: relative;
  z-index: 1;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.cycle-card strong {
  position: relative;
  z-index: 1;
  display: block;
  color: #f6fbff;
  font-size: 18px;
  line-height: 1.25;
}

.cycle-discover {
  top: 20px;
  left: 50%;
  translate: -50% 0;
}

.cycle-surveil {
  top: 148px;
  right: 0;
  animation-delay: 0.3s;
}

.cycle-defend {
  right: 0;
  bottom: 150px;
  animation-delay: 0.6s;
}

.cycle-train {
  bottom: 28px;
  left: 50%;
  translate: -50% 0;
  animation-delay: 0.9s;
}

.cycle-reduce {
  bottom: 150px;
  left: 0;
  animation-delay: 1.2s;
}

.cycle-predict {
  top: 148px;
  left: 0;
  animation-delay: 1.5s;
}

.command-core::before,
.command-core::after {
  position: absolute;
  top: 47%;
  left: 50%;
  width: 470px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(25, 217, 255, 0.22), transparent);
  content: "";
  translate: -50% -50%;
  animation: radial-scan 6s linear infinite;
}

.command-core::after {
  width: 520px;
  animation-delay: -3s;
  rotate: 60deg;
}

.cycle-card:nth-of-type(6)::after,
.cycle-card:nth-of-type(8)::after {
  animation-delay: 1.8s;
}

.platform,
.solutions,
.motion,
.products,
.partners-preview,
.testimonials,
.faq,
.team,
.case-studies {
  padding: 110px 0 20px;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 42px;
}

h2 {
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.08;
}

.video-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
  gap: 28px;
}

.video-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(25, 217, 255, 0.38);
  border-radius: 32px;
  background: var(--panel-strong);
  box-shadow: 0 0 44px rgba(25, 217, 255, 0.18), inset 0 0 80px rgba(0, 116, 217, 0.12);
}

.video-stage::before {
  position: absolute;
  inset: -2px;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(110deg, transparent 0 36%, rgba(25, 217, 255, 0.22), transparent 58%);
  content: "";
  pointer-events: none;
  animation: stage-scan 4.8s ease-in-out infinite;
}

video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #050916;
}

.chapter-panel,
.solution-grid,
.motion-board {
  display: grid;
  gap: 18px;
}

.chapter-panel article,
.solution-grid article,
.motion-board article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(25, 217, 255, 0.2);
  border-radius: 22px;
  background: var(--panel);
  box-shadow: inset 0 0 44px rgba(0, 116, 217, 0.09);
}

.chapter-panel article {
  min-height: 118px;
  padding: 22px;
}

.chapter-panel article::before,
.solution-grid article::before,
.motion-board article::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(25, 217, 255, 0.16), transparent 36%, rgba(33, 199, 255, 0.16));
  content: "";
  opacity: 0;
  transition: opacity 0.25s ease;
}

.chapter-panel article:hover::before,
.solution-grid article:hover::before,
.motion-board article:hover::before {
  opacity: 1;
}

.chapter-panel span,
.motion-board strong {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 800;
}

h3 {
  position: relative;
  margin: 8px 0 8px;
  font-size: 21px;
  line-height: 1.2;
}

.chapter-panel p,
.solution-grid p,
.motion-board p {
  position: relative;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

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

.product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 24px;
}

.product-card,
.case-layout article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(25, 217, 255, 0.2);
  border-radius: 24px;
  background: var(--panel);
  box-shadow: inset 0 0 44px rgba(0, 116, 217, 0.09);
  padding: 28px;
}

.product-featured,
.case-spotlight {
  background:
    radial-gradient(circle at 75% 28%, rgba(25, 217, 255, 0.16), transparent 18rem),
    radial-gradient(circle at 12% 76%, rgba(33, 199, 255, 0.14), transparent 16rem),
    var(--panel);
}

.product-card h2,
.product-card h3,
.case-layout h2,
.case-layout h3 {
  font-size: 30px;
}

.product-card ul,
.case-layout ul {
  padding-left: 20px;
}

.case-layout {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.case-spotlight {
  min-height: 0;
}

.case-layout article {
  display: flex;
  min-height: 320px;
  flex-direction: column;
}

.case-layout article .article-button,
.case-layout article .text-link {
  margin-top: auto;
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.outcome-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 360px;
  border: 1px solid transparent;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(14, 14, 35, 0.96), rgba(7, 10, 24, 0.96)) padding-box,
    linear-gradient(135deg, rgba(33, 199, 255, 0.72), rgba(25, 217, 255, 0.72)) border-box;
  box-shadow: var(--shadow-elevated), inset 0 0 52px rgba(0, 116, 217, 0.09);
  color: inherit;
  text-decoration: none;
  padding: 32px;
}

a.outcome-card {
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

a.outcome-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-elevated), 0 0 34px rgba(25, 217, 255, 0.18);
}

.case-arrow-link {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  width: 56px;
  height: 56px;
  border-radius: 999px;
}

.case-arrow-link:hover,
.case-arrow-link:focus-visible {
  background: rgba(25, 217, 255, 0.12);
  outline: 1px solid rgba(25, 217, 255, 0.5);
}

.outcome-card::after {
  position: absolute;
  right: 28px;
  top: 28px;
  width: 18px;
  height: 18px;
  border-top: 3px solid var(--cyan);
  border-right: 3px solid var(--cyan);
  content: "";
  transform: rotate(45deg);
}

.case-sector,
.outcome-card > span {
  color: #aeb8d0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.outcome-card strong {
  display: block;
  margin: 34px 0 8px;
  background: linear-gradient(135deg, var(--magenta), var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Space Grotesk", "Inter", system-ui, sans-serif;
  font-size: clamp(52px, 5vw, 72px);
  line-height: 0.9;
}

.outcome-card h2,
.outcome-card h3 {
  margin-top: 28px;
  color: #f6fbff;
  font-size: 24px;
  line-height: 1.25;
}

.outcome-card p:not(.case-sector) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.case-tags span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #b8c4db;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  padding: 8px 13px;
  text-transform: uppercase;
}

.case-center-cta {
  margin: 32px auto 0;
}

.solution-grid article {
  min-height: 270px;
  padding: 24px;
}

.icon-ring {
  position: relative;
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  margin-bottom: 18px;
  border: 0;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 45%, rgba(25, 217, 255, 0.18), transparent 62%),
    linear-gradient(135deg, rgba(0, 116, 217, 0.18), rgba(33, 199, 255, 0.16));
  box-shadow: 0 0 34px rgba(25, 217, 255, 0.18);
  font-weight: 800;
}

.icon-ring img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(25, 217, 255, 0.35));
}

.solution-grid article .text-link::after,
.solution-category-grid article .article-button::after,
.webinar-card::after {
  content: "→";
  margin-left: 9px;
}

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

.motion-board article {
  min-height: 190px;
  padding: 28px;
}

.final-cta {
  display: grid;
  min-height: 330px;
  place-items: center;
  padding: 80px 22px 120px;
  text-align: center;
}

.final-cta p {
  max-width: 780px;
  color: #eaf4ff;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 800;
  line-height: 1.1;
}

.page-hero {
  display: grid;
  gap: 22px;
  padding: 96px 0 50px;
}

.page-hero h1 {
  max-width: 980px;
}

.page-hero p {
  max-width: 760px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.7;
}

.text-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 18px;
  color: var(--cyan);
  font-weight: 800;
}

.logo-grid,
.profile-grid,
.partner-grid,
.article-grid,
.quote-grid,
.content-grid {
  display: grid;
  gap: 18px;
}

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

.logo-grid span,
.partner-grid article,
.profile-grid article,
.content-grid article,
.quote-grid blockquote,
.quote-grid article,
.featured-article article,
.article-grid article,
.service-list article,
.company-card,
.contact-form,
.sticky-cta,
.inline-cta {
  border: 1px solid rgba(25, 217, 255, 0.2);
  border-radius: 22px;
  background: var(--panel);
  box-shadow: inset 0 0 44px rgba(0, 116, 217, 0.09);
}

.logo-grid span {
  display: grid;
  min-height: 92px;
  place-items: center;
  color: #eaf4ff;
  font-size: 20px;
  font-weight: 800;
}

.partner-logo {
  --brand: var(--cyan);
  position: relative;
  isolation: isolate;
  letter-spacing: 0;
}

.partner-logo img {
  display: block;
  width: min(150px, 72%);
  max-height: 54px;
  object-fit: contain;
  filter: saturate(1.06) contrast(1.03);
}

.partner-logo::before {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-right: 10px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--brand) 20%, transparent);
  color: var(--brand);
  content: "◆";
  font-size: 18px;
  vertical-align: middle;
}

.partner-logo:has(img)::before {
  display: none;
}

.pending-logo::before {
  display: none;
}

.pending-logo {
  color: #eaf4ff;
}

.beyondtrust { --brand: #ff6b2b; color: #ff8b57; }
.beyondtrust::before { content: "bt"; font-size: 12px; font-weight: 800; }
.microsoft { --brand: #7cc7ff; color: #eaf4ff; }
.microsoft::before { content: "▦"; }
.barracuda { --brand: #56b7ff; color: #dce7ff; }
.barracuda::before { content: "◢"; }
.broadcom { --brand: #ef4056; color: #ffffff; }
.broadcom::before { content: "●"; }
.itil { --brand: #8f2a86; color: #f0c3ff; }
.itil::before { content: "Q"; font-weight: 800; }
.sophos { --brand: #2b77d9; color: #cfe2ff; }
.sophos::before { content: "S"; font-weight: 800; }
.solarwinds { --brand: #ff6b22; color: #ff9b5f; }
.solarwinds::before { content: "↗"; }
.dell { --brand: #5cc6ff; color: #dff4ff; }
.dell::before { content: "D"; font-weight: 800; }
.symantec { --brand: #f7c52b; color: #fff1a3; }
.symantec::before { content: "✓"; font-weight: 800; }

.quote-grid,
.content-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.testimonial-showcase {
  display: block;
}

.testimonial-marquee {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
}

.testimonial-track {
  display: flex;
  width: max-content;
  gap: 18px;
  padding: 24px;
  animation: testimonial-marquee 28s linear infinite;
}

.testimonial-track blockquote {
  width: 360px;
  min-height: 210px;
  margin: 0;
  border: 1px solid rgba(25, 217, 255, 0.2);
  border-radius: 22px;
  background: rgba(5, 13, 28, 0.72);
  padding: 24px;
}

.testimonial-track p {
  color: #eaf4ff;
  font-size: 17px;
  line-height: 1.5;
}

.testimonial-track cite {
  display: block;
  margin-top: 20px;
  color: var(--cyan);
  font-style: normal;
  font-weight: 800;
}

@keyframes testimonial-marquee {
  to {
    transform: translateX(-50%);
  }
}

.quote-grid blockquote,
.quote-grid article,
.content-grid article,
.partner-grid article,
.profile-grid article {
  margin: 0;
  padding: 26px;
}

.quote-grid cite {
  display: block;
  margin-top: 18px;
  color: var(--cyan);
  font-style: normal;
  font-weight: 800;
}

.faq details {
  margin-bottom: 14px;
  border: 1px solid rgba(25, 217, 255, 0.18);
  border-radius: 18px;
  background: rgba(7, 19, 36, 0.72);
  padding: 20px 22px;
}

.faq summary {
  cursor: pointer;
  color: #f6fbff;
  font-size: 18px;
  font-weight: 800;
}

.faq details p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

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

.avatar {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--blue), var(--magenta));
  box-shadow: 0 0 28px rgba(25, 217, 255, 0.25);
  font-weight: 800;
}

.sticky-cta {
  position: sticky;
  top: 112px;
  z-index: 6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 16px 18px;
  backdrop-filter: blur(20px);
}

.sticky-cta span {
  color: #eaf4ff;
  font-weight: 800;
}

.sticky-cta .primary-button {
  min-height: 44px;
}

.service-list {
  display: grid;
  gap: 24px;
  padding-top: 42px;
}

.service-list article {
  padding: 34px;
  scroll-margin-top: 140px;
}

.service-list h2,
.article-template h2 {
  color: #79eaff;
}

.solution-hero,
.detail-hero {
  position: relative;
}

.detail-hero {
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.68fr);
  align-items: center;
}

.solution-category-grid,
.service-cluster-grid {
  display: grid;
  gap: 20px;
  padding-top: 40px;
}

.solution-category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-cluster-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.solution-category-grid article,
.service-cluster-grid article {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border: 1px solid rgba(25, 217, 255, 0.2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 78% 18%, rgba(25, 217, 255, 0.12), transparent 12rem),
    rgba(7, 19, 36, 0.72);
  box-shadow: inset 0 0 44px rgba(0, 116, 217, 0.09), var(--shadow-elevated);
  padding: 28px;
}

.solution-category-grid article {
  display: flex;
  flex-direction: column;
}

.solution-category-grid span {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.solution-category-grid h2,
.service-cluster-grid h2 {
  margin-top: 12px;
  font-size: clamp(24px, 2.4vw, 34px);
}

.solution-category-grid p,
.service-cluster-grid p {
  color: var(--muted);
  line-height: 1.62;
}

.solution-category-grid .article-button {
  margin-top: auto;
}

.service-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.service-pill-list a {
  border: 1px solid rgba(25, 217, 255, 0.24);
  border-radius: 999px;
  background: rgba(5, 13, 28, 0.74);
  color: #dce7ff;
  font-size: 13px;
  font-weight: 800;
  padding: 10px 13px;
}

.service-pill-list a:hover {
  border-color: rgba(25, 217, 255, 0.72);
  color: var(--cyan);
}

.process-band {
  padding-top: 100px;
}

.webinar-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.65fr);
  gap: 28px;
  align-items: start;
}

.webinar-card,
.whitepaper-card,
.lead-gate {
  border: 1px solid rgba(25, 217, 255, 0.2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 78% 18%, rgba(25, 217, 255, 0.12), transparent 12rem),
    rgba(7, 19, 36, 0.72);
  box-shadow: inset 0 0 44px rgba(0, 116, 217, 0.09), var(--shadow-elevated);
}

.webinar-card,
.whitepaper-card {
  padding: 32px;
}

.event-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 0;
}

.event-meta div {
  border: 1px solid rgba(25, 217, 255, 0.16);
  border-radius: 16px;
  padding: 16px;
}

.event-meta dt,
.whitepaper-card span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.event-meta dd {
  margin: 8px 0 0;
  color: #f6fbff;
  font-weight: 800;
}

.whitepaper-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.whitepaper-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
}

.whitepaper-card p {
  color: var(--muted);
  line-height: 1.62;
}

.whitepaper-card .article-button {
  margin-top: auto;
}

.lead-gate {
  margin-top: 42px;
  padding: 26px;
}

.form-note {
  color: var(--muted);
  line-height: 1.5;
}

.lead-form,
.mini-download-form {
  display: grid;
  gap: 14px;
}

.mini-download-form {
  margin-top: 18px;
}

.mini-download-form label {
  display: grid;
  gap: 7px;
  color: #eaf4ff;
  font-size: 13px;
  font-weight: 800;
}

.mini-download-form input {
  min-height: 42px;
  padding: 10px 12px;
}

.download-link[hidden],
.lead-gate[hidden] {
  display: none;
}

ul {
  color: var(--muted);
  line-height: 1.7;
}

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

.blog-tools {
  display: grid;
  gap: 18px;
  padding: 10px 0 56px;
}

.blog-tools label,
.contact-form label {
  display: grid;
  gap: 8px;
  color: #eaf4ff;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(25, 217, 255, 0.22);
  border-radius: 16px;
  background: rgba(5, 13, 28, 0.86);
  color: #f6fbff;
  font: inherit;
  padding: 14px 16px;
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-chips button,
.share-row button {
  border: 1px solid rgba(25, 217, 255, 0.24);
  border-radius: 999px;
  background: rgba(7, 19, 36, 0.72);
  color: #dce7ff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 10px 14px;
}

.featured-article article,
.article-grid article {
  padding: 28px;
}

.featured-article,
.press-hero,
.blog-tools,
.article-grid {
  margin-bottom: 56px;
}

.press-hero + .blog-tools {
  margin-top: 8px;
}

.featured-article + .content-grid,
.content-grid + .article-grid {
  margin-top: 56px;
}

.press-hero {
  padding-bottom: 70px;
}

.featured-card {
  margin-top: 8px;
}

.press-hero.section-shell,
.blog-tools.section-shell,
.featured-article.section-shell,
.article-grid.section-shell,
.content-grid.section-shell {
  position: relative;
}

.press-hero {
  position: relative;
}

.press-hero::after {
  position: absolute;
  right: 4%;
  bottom: 34px;
  width: min(360px, 36vw);
  height: min(360px, 36vw);
  border: 1px solid rgba(25, 217, 255, 0.18);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(25, 217, 255, 0.18), transparent 28%),
    repeating-radial-gradient(circle, transparent 0 38px, rgba(0, 116, 217, 0.18) 39px 40px);
  content: "";
  opacity: 0.72;
  animation: rotate-orbit 32s linear infinite;
}

.featured-card {
  display: block;
  padding: 34px;
}

.article-card {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 285px;
}

.article-card h2 {
  font-size: 24px;
}

.article-visual {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  border: 1px solid rgba(25, 217, 255, 0.24);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 50%, rgba(25, 217, 255, 0.2), transparent 26%),
    linear-gradient(135deg, rgba(8, 18, 42, 0.96), rgba(4, 7, 18, 0.98));
  box-shadow: inset 0 0 60px rgba(0, 116, 217, 0.16), 0 0 28px rgba(25, 217, 255, 0.12);
}

.article-visual::before,
.article-visual::after {
  position: absolute;
  content: "";
}

.article-visual::before {
  inset: 20px;
  border: 1px solid rgba(25, 217, 255, 0.18);
  border-radius: inherit;
  background-image:
    linear-gradient(rgba(25, 217, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 217, 255, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  animation: grid-drift 9s linear infinite;
}

.article-visual::after {
  top: 50%;
  left: 50%;
  width: 118px;
  height: 118px;
  border: 2px solid transparent;
  border-radius: 999px;
  background:
    linear-gradient(#030711, #030711) padding-box,
    linear-gradient(135deg, var(--cyan), var(--violet), var(--magenta)) border-box;
  box-shadow: 0 0 46px rgba(25, 217, 255, 0.38);
  translate: -50% -50%;
  animation: core-pulse 3.4s ease-in-out infinite;
}

.visual-darkweb {
  background:
    radial-gradient(circle at 28% 32%, rgba(33, 199, 255, 0.26), transparent 23%),
    radial-gradient(circle at 72% 62%, rgba(25, 217, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #060b20, #050712);
}

.visual-brand {
  background:
    radial-gradient(circle at 50% 42%, rgba(0, 116, 217, 0.24), transparent 26%),
    linear-gradient(135deg, #07122a, #050712);
}

.visual-awareness {
  background:
    radial-gradient(circle at 65% 35%, rgba(25, 217, 255, 0.2), transparent 24%),
    radial-gradient(circle at 28% 70%, rgba(33, 199, 255, 0.17), transparent 25%),
    linear-gradient(135deg, #08172e, #050712);
}

.article-button {
  display: inline-flex;
  width: fit-content;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(25, 217, 255, 0.38);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 116, 217, 0.55), rgba(0, 116, 217, 0.42));
  box-shadow: 0 0 22px rgba(25, 217, 255, 0.16);
  color: #f6fbff;
  font-weight: 800;
  padding: 0 18px;
}

.article-button:hover {
  border-color: rgba(107, 235, 255, 0.75);
  box-shadow: 0 0 30px rgba(25, 217, 255, 0.28);
}

.article-grid span {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 800;
}

.article-template {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 42px;
  padding: 76px 0 110px;
}

.article-template header,
.article-template section,
.related-articles {
  grid-column: 1;
}

.article-template header {
  display: grid;
  gap: 16px;
}

.article-hero-block {
  display: block;
  border: 1px solid rgba(25, 217, 255, 0.18);
  border-radius: 30px;
  background:
    radial-gradient(circle at 75% 25%, rgba(25, 217, 255, 0.14), transparent 24rem),
    rgba(7, 19, 36, 0.58);
  padding: 32px;
}

.article-hero-copy {
  display: grid;
  gap: 16px;
  max-width: 900px;
}

.article-hero-visual {
  min-height: 390px;
}

.article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.article-intro {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.7;
}

.toc {
  position: sticky;
  top: 112px;
  grid-column: 2;
  grid-row: 1 / span 4;
  align-self: start;
  display: grid;
  gap: 12px;
  border: 1px solid rgba(25, 217, 255, 0.2);
  border-radius: 22px;
  background: var(--panel);
  padding: 22px;
}

.toc h2 {
  font-size: 20px;
}

.toc a {
  color: #cbd9fb;
}

.toc .toc-child {
  padding-left: 14px;
  color: #9fb2de;
  font-size: 14px;
}

.image-placeholder,
.map-placeholder {
  display: grid;
  min-height: 220px;
  place-items: center;
  border: 1px dashed rgba(25, 217, 255, 0.35);
  border-radius: 22px;
  background: rgba(5, 13, 28, 0.68);
  color: #8fa4d2;
  font-weight: 800;
}

.map-embed {
  width: 100%;
  min-height: 330px;
  border: 1px solid rgba(25, 217, 255, 0.25);
  border-radius: 22px;
  filter: saturate(0.82) contrast(0.95);
}

.intelligence-diagram {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 24px;
}

.intelligence-diagram span {
  min-height: 160px;
  border: 1px solid rgba(25, 217, 255, 0.22);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 30%, rgba(25, 217, 255, 0.22), transparent 26%),
    linear-gradient(180deg, rgba(10, 25, 48, 0.9), rgba(5, 13, 28, 0.9));
  box-shadow: inset 0 0 36px rgba(0, 116, 217, 0.12);
}

.inline-cta {
  padding: 28px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 28px;
  padding-bottom: 120px;
}

.contact-form,
.company-card {
  padding: 28px;
}

.contact-form {
  display: grid;
  gap: 18px;
}

@keyframes grid-drift {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 84px;
  }
}

@keyframes scan-sweep {
  0%,
  100% {
    opacity: 0.2;
    transform: translateX(-30%);
  }
  50% {
    opacity: 0.82;
    transform: translateX(30%);
  }
}

@keyframes rotate-orbit {
  to {
    rotate: 360deg;
  }
}

@keyframes core-pulse {
  0%,
  100% {
    box-shadow: 0 0 54px rgba(25, 217, 255, 0.34), 0 0 110px rgba(0, 116, 217, 0.18);
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    box-shadow: 0 0 82px rgba(25, 217, 255, 0.52), 0 0 150px rgba(33, 199, 255, 0.24);
    transform: translate(-50%, -50%) scale(1.03);
  }
}

@keyframes card-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes card-shimmer {
  0%,
  45% {
    transform: translateX(-105%);
  }
  75%,
  100% {
    transform: translateX(105%);
  }
}

@keyframes radial-scan {
  to {
    rotate: 360deg;
  }
}

@keyframes threat-lock {
  0%,
  35% {
    background: var(--danger);
    box-shadow: 0 0 26px var(--danger);
    transform: scale(1);
  }
  60%,
  100% {
    background: var(--cyan);
    box-shadow: 0 0 34px var(--cyan);
    transform: scale(0.72);
  }
}

@keyframes stage-scan {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(120%);
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .menu-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }

  .site-header nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    overflow: hidden;
    border: 1px solid rgba(25, 217, 255, 0.22);
    border-radius: 22px;
    background: rgba(3, 8, 18, 0.96);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38), 0 0 32px rgba(25, 217, 255, 0.12);
    backdrop-filter: blur(22px);
    padding: 18px;
  }

  .site-header nav.is-open {
    display: flex;
  }

  .site-header nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: 100%;
  }

  .site-header nav a,
  .site-header nav ul a {
    width: 100%;
    border-bottom: 0;
    border-radius: 14px;
    padding: 15px 16px;
    color: #eef6ff;
    font-size: 18px;
    text-align: right;
    opacity: 1;
  }

  .site-header nav a:hover,
  .site-header nav ul a:hover {
    background: rgba(25, 217, 255, 0.1);
  }

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

  .header-actions {
    display: none;
  }

  .mobile-nav-cta {
    display: block;
    margin-top: 10px;
    background: linear-gradient(135deg, var(--cyan), var(--violet), var(--magenta));
    box-shadow: 0 0 24px rgba(25, 217, 255, 0.24);
    color: #ffffff !important;
    font-weight: 900;
    text-align: center !important;
  }

  .attack-button {
    display: none;
  }

  .hero,
  .video-layout,
  .solution-grid,
  .motion-board,
  .product-grid,
  .case-layout,
  .testimonial-showcase,
  .solution-category-grid,
  .service-cluster-grid,
  .outcome-grid,
  .webinar-layout,
  .whitepaper-grid,
  .event-meta,
  .logo-grid,
  .profile-grid,
  .partner-grid,
  .article-grid,
  .quote-grid,
  .content-grid,
  .contact-layout,
  .article-template {
    grid-template-columns: 1fr;
  }

  .featured-card,
  .article-hero-block,
  .intelligence-diagram {
    grid-template-columns: 1fr;
  }

  .press-hero::after {
    display: none;
  }

  .article-template header,
  .article-template section,
  .related-articles,
  .toc {
    grid-column: auto;
  }

  .toc {
    position: relative;
    top: auto;
    grid-row: auto;
  }

  .sticky-cta {
    position: relative;
    top: auto;
  }

  .command-core {
    min-height: 760px;
  }

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

  .cycle-card {
    width: min(220px, 40vw);
  }
}

@media (max-width: 620px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    gap: 12px;
    padding: 10px;
  }

  .brand img {
    width: 146px;
  }

  .nav-cta {
    min-width: 108px;
    padding: 0 12px;
    font-size: 12px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
  }

  .section-shell {
    width: min(100% - 26px, 1240px);
  }

  .hero {
    padding-top: 130px;
  }

  .breadcrumbs {
    padding-top: 112px;
  }

  .hero-actions,
  .trust-strip {
    display: grid;
    grid-template-columns: 1fr;
  }

  .primary-button,
  .secondary-button {
    min-width: 0;
    width: 100%;
  }

  .command-core {
    display: grid;
    align-content: center;
    gap: 10px;
    min-height: auto;
    padding: 18px 0;
  }

  .orbit,
  .core-card,
  .command-core::before,
  .command-core::after {
    display: none;
  }

  .cycle-card {
    position: relative;
    inset: auto;
    width: 100%;
    translate: none;
  }

  .cycle-discover,
  .cycle-surveil,
  .cycle-defend,
  .cycle-train,
  .cycle-reduce,
  .cycle-predict {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
/* Meta Techs hero radar redesign */
.radar-core {
  isolation: isolate;
  overflow: hidden;
  min-height: 680px;
  border: 1px solid rgba(87, 231, 255, 0.24);
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 46%, rgba(87, 231, 255, 0.18), transparent 7rem),
    radial-gradient(circle at 50% 46%, rgba(0, 116, 217, 0.18), transparent 18rem),
    linear-gradient(180deg, rgba(5, 10, 28, 0.9), rgba(3, 7, 17, 0.62));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38), 0 0 90px rgba(25, 217, 255, 0.2), inset 0 0 80px rgba(87, 231, 255, 0.08);
}

.radar-core::before,
.radar-core::after {
  top: 50%;
  width: 70%;
  opacity: 0.42;
}

.radar-grid {
  position: absolute;
  inset: 34px;
  z-index: 0;
  border-radius: 999px;
  background:
    linear-gradient(rgba(87, 231, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 231, 255, 0.12) 1px, transparent 1px),
    radial-gradient(circle, transparent 0 18%, rgba(87, 231, 255, 0.1) 18.3% 18.8%, transparent 19.1% 34%, rgba(0, 116, 217, 0.14) 34.3% 34.8%, transparent 35.1% 50%, rgba(87, 231, 255, 0.16) 50.3% 50.8%, transparent 51.1% 66%, rgba(33, 199, 255, 0.1) 66.3% 66.8%, transparent 67.1%);
  background-size: 42px 42px, 42px 42px, 100% 100%;
  opacity: 0.78;
  mask-image: radial-gradient(circle, black 0 68%, transparent 71%);
}

.radar-sweep {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: min(76%, 520px);
  aspect-ratio: 1;
  border-radius: 999px;
  background: conic-gradient(from 0deg, rgba(87, 231, 255, 0.42), rgba(87, 231, 255, 0.14) 18deg, transparent 62deg, transparent 360deg);
  filter: drop-shadow(0 0 22px rgba(87, 231, 255, 0.28));
  transform: translate(-50%, -50%);
  transform-origin: center;
  animation: radar-spin 5.8s linear infinite;
  mask-image: radial-gradient(circle, transparent 0 13%, black 14% 66%, transparent 70%);
}

.radar-core .orbit {
  z-index: 2;
  top: 50%;
  border-color: rgba(87, 231, 255, 0.2);
  box-shadow: 0 0 48px rgba(87, 231, 255, 0.12);
}

.radar-core .orbit-one {
  width: 240px;
  height: 240px;
}

.radar-core .orbit-two {
  width: 390px;
  height: 390px;
}

.radar-core .orbit-three {
  width: 560px;
  height: 560px;
}

.radar-core .core-card {
  z-index: 4;
  top: 50%;
  width: 148px;
  height: 148px;
  border-width: 1px;
  background:
    radial-gradient(circle at 50% 42%, rgba(87, 231, 255, 0.18), transparent 58%) padding-box,
    linear-gradient(135deg, #57e7ff, #0a84ff, #0074d9) border-box;
}

.radar-core .core-card img {
  width: 104px;
  height: 104px;
}

.radar-node {
  position: absolute;
  z-index: 5;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid rgba(87, 231, 255, 0.44);
  border-radius: 999px;
  background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.18), rgba(9, 13, 34, 0.82) 58%);
  box-shadow: 0 0 28px rgba(87, 231, 255, 0.2), inset 0 0 22px rgba(0, 116, 217, 0.16);
  color: #f7fbff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  animation: node-float 4.8s ease-in-out infinite;
}

.radar-node::before {
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(87, 231, 255, 0.16);
  border-radius: inherit;
  content: "";
}

.radar-node::after {
  position: absolute;
  inset: 10px;
  border-radius: inherit;
  background: rgba(87, 231, 255, 0.14);
  content: "";
  opacity: 0;
  animation: node-ping 2.8s ease-out infinite;
}

.radar-node strong {
  position: relative;
  z-index: 1;
}

.radar-node-one { top: 90px; left: 50%; transform: translateX(-50%); }
.radar-node-two { top: 170px; right: 80px; animation-delay: 0.35s; }
.radar-node-three { right: 102px; bottom: 150px; animation-delay: 0.7s; }
.radar-node-four { bottom: 82px; left: 50%; transform: translateX(-50%); animation-delay: 1.05s; }
.radar-node-five { bottom: 150px; left: 102px; animation-delay: 1.4s; }
.radar-node-six { top: 170px; left: 80px; animation-delay: 1.75s; }

.radar-status {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 6;
  display: grid;
  gap: 4px;
  min-width: 240px;
  padding: 14px 18px;
  border: 1px solid rgba(87, 231, 255, 0.22);
  border-radius: 999px;
  background: rgba(4, 9, 24, 0.72);
  box-shadow: 0 0 34px rgba(87, 231, 255, 0.12);
  text-align: center;
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}

.radar-status span {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.radar-status strong {
  color: #f7fbff;
  font-size: 14px;
}

@keyframes radar-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

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

@keyframes node-ping {
  0% { opacity: 0.5; transform: scale(0.8); }
  80%, 100% { opacity: 0; transform: scale(2.1); }
}

@media (max-width: 980px) {
  .radar-core {
    min-height: 560px;
  }

  .radar-core .orbit-one { width: 190px; height: 190px; }
  .radar-core .orbit-two { width: 310px; height: 310px; }
  .radar-core .orbit-three { width: 440px; height: 440px; }
  .radar-core .core-card { width: 124px; height: 124px; }
  .radar-core .core-card img { width: 86px; height: 86px; }

  .radar-node {
    width: 54px;
    height: 54px;
    font-size: 12px;
  }

  .radar-node-one { top: 82px; }
  .radar-node-two { top: 148px; right: 42px; }
  .radar-node-three { right: 56px; bottom: 134px; }
  .radar-node-four { bottom: 74px; }
  .radar-node-five { bottom: 134px; left: 56px; }
  .radar-node-six { top: 148px; left: 42px; }
}

@media (max-width: 640px) {
  .radar-core {
    min-height: 430px;
    border-radius: 28px;
  }

  .radar-grid {
    inset: 16px;
  }

  .radar-core .orbit-one { width: 150px; height: 150px; }
  .radar-core .orbit-two { width: 230px; height: 230px; }
  .radar-core .orbit-three { width: 320px; height: 320px; }
  .radar-core .core-card { width: 96px; height: 96px; }
  .radar-core .core-card img { width: 68px; height: 68px; }

  .radar-node {
    width: 44px;
    height: 44px;
    font-size: 10px;
  }

  .radar-node-one { top: 56px; }
  .radar-node-two { top: 112px; right: 24px; }
  .radar-node-three { right: 30px; bottom: 112px; }
  .radar-node-four { bottom: 56px; }
  .radar-node-five { bottom: 112px; left: 30px; }
  .radar-node-six { top: 112px; left: 24px; }

  .radar-status {
    bottom: 18px;
    min-width: 200px;
    padding: 10px 14px;
  }
}
/* Radar nodes use visual icons instead of abbreviation letters */
.radar-node {
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.2), rgba(87, 231, 255, 0.1) 34%, rgba(9, 13, 34, 0.88) 68%),
    linear-gradient(135deg, rgba(87, 231, 255, 0.18), rgba(33, 199, 255, 0.16));
}

.radar-node img {
  position: relative;
  z-index: 1;
  display: block;
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(87, 231, 255, 0.42));
}

.radar-node strong {
  display: none;
}

@media (max-width: 980px) {
  .radar-node img {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 640px) {
  .radar-node img {
    width: 27px;
    height: 27px;
  }
}
/* Orbiting radar icon animation */
.radar-node {
  --orbit-radius: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  transform-origin: 32px 32px;
  animation: radar-node-orbit 18s linear infinite;
  will-change: transform;
}

.radar-node-one { --start-angle: -90deg; }
.radar-node-two { --start-angle: -30deg; animation-delay: -3s; }
.radar-node-three { --start-angle: 30deg; animation-delay: -6s; }
.radar-node-four { --start-angle: 90deg; animation-delay: -9s; }
.radar-node-five { --start-angle: 150deg; animation-delay: -12s; }
.radar-node-six { --start-angle: 210deg; animation-delay: -15s; }

.radar-node:nth-of-type(even) {
  animation-duration: 22s;
}

.radar-node img {
  animation: radar-icon-breathe 3.8s ease-in-out infinite;
}

.radar-node-two img,
.radar-node-five img {
  animation-delay: -1.4s;
}

.radar-node-three img,
.radar-node-six img {
  animation-delay: -2.4s;
}

@keyframes radar-node-orbit {
  from {
    transform: rotate(var(--start-angle)) translateX(var(--orbit-radius)) rotate(calc(-1 * var(--start-angle)));
  }
  to {
    transform: rotate(calc(var(--start-angle) + 360deg)) translateX(var(--orbit-radius)) rotate(calc(-1 * (var(--start-angle) + 360deg)));
  }
}

@keyframes radar-icon-breathe {
  0%, 100% {
    filter: drop-shadow(0 0 8px rgba(87, 231, 255, 0.34));
    transform: scale(0.92);
  }
  50% {
    filter: drop-shadow(0 0 18px rgba(87, 231, 255, 0.68));
    transform: scale(1.08);
  }
}

@media (max-width: 980px) {
  .radar-node {
    --orbit-radius: 195px;
    margin: -27px 0 0 -27px;
    transform-origin: 27px 27px;
  }
}

@media (max-width: 640px) {
  .radar-node {
    --orbit-radius: 142px;
    margin: -22px 0 0 -22px;
    transform-origin: 22px 22px;
    animation-duration: 16s;
  }
}
/* Radar spacing and white center logo refinement */
.radar-node {
  --orbit-radius: 210px;
  animation-duration: 24s !important;
  animation-delay: 0s !important;
}

.radar-node:nth-of-type(even) {
  animation-duration: 24s !important;
}

.radar-node-one { --start-angle: -120deg; }
.radar-node-two { --start-angle: -60deg; }
.radar-node-three { --start-angle: 0deg; }
.radar-node-four { --start-angle: 60deg; }
.radar-node-five { --start-angle: 120deg; }
.radar-node-six { --start-angle: 180deg; }

.radar-core .core-card {
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.96), rgba(220, 247, 255, 0.9) 58%, rgba(130, 226, 255, 0.72) 100%) padding-box,
    linear-gradient(135deg, #ffffff, #57e7ff, #0074d9) border-box;
  box-shadow: 0 0 70px rgba(255, 255, 255, 0.28), 0 0 120px rgba(87, 231, 255, 0.34), inset 0 0 28px rgba(255, 255, 255, 0.32);
}

.radar-core .core-card img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(68%) saturate(1790%) hue-rotate(177deg) brightness(82%) contrast(92%) drop-shadow(0 0 10px rgba(255, 255, 255, 0.45));
}

.radar-status {
  bottom: 24px;
}

@media (max-width: 980px) {
  .radar-node {
    --orbit-radius: 168px;
  }
}

@media (max-width: 640px) {
  .radar-node {
    --orbit-radius: 118px;
    animation-duration: 22s !important;
  }

  .radar-status {
    bottom: 14px;
  }
}
/* Open hero radar surface and restore brand logo color */
.radar-core {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.radar-core .core-card {
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.98), rgba(224, 250, 255, 0.94) 56%, rgba(145, 233, 255, 0.72) 100%) padding-box,
    linear-gradient(135deg, #ffffff, #19d9ff, #21c7ff) border-box;
}

.radar-core .core-card img {
  filter: drop-shadow(0 0 12px rgba(25, 217, 255, 0.28)) !important;
}

.radar-grid {
  opacity: 0.6;
}

.radar-status {
  background: rgba(4, 9, 24, 0.78);
}
/* Press filters, article actions, footer contacts, WhatsApp */
.article-filter-form {
  align-items: stretch;
  margin-bottom: 18px;
}

.article-filter-form input[type="search"] {
  min-height: 52px;
  width: 100%;
  border: 1px solid rgba(87, 231, 255, 0.26);
  border-radius: 999px;
  background: rgba(4, 9, 24, 0.72);
  color: #f7fbff;
  font: inherit;
  padding: 0 20px;
  outline: none;
}

.article-filter-form input[type="search"]:focus {
  border-color: rgba(87, 231, 255, 0.72);
  box-shadow: 0 0 28px rgba(87, 231, 255, 0.16);
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-chips a,
.filter-chips button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border: 1px solid rgba(87, 231, 255, 0.24);
  border-radius: 999px;
  background: rgba(4, 9, 24, 0.62);
  color: #dbeafe;
  font-weight: 800;
  padding: 0 16px;
}

.filter-chips a.is-active,
.filter-chips a:hover {
  background: linear-gradient(135deg, rgba(25, 217, 255, 0.24), rgba(33, 199, 255, 0.22));
  border-color: rgba(87, 231, 255, 0.64);
  color: #ffffff;
}

.resource-links-after-articles {
  padding-top: 60px;
}

.article-bottom-actions {
  display: grid;
  gap: 18px;
  margin: 36px 0;
}

.article-actions,
.share-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.share-row a,
.share-row button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border: 1px solid rgba(87, 231, 255, 0.26);
  border-radius: 999px;
  background: rgba(4, 9, 24, 0.58);
  color: #dbeafe;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 0 18px;
}

.site-footer {
  border-top: 1px solid rgba(87, 231, 255, 0.16);
  padding: 56px 0 32px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr 0.8fr;
  gap: 28px;
}

.footer-grid h2,
.footer-grid h3 {
  color: #f7fbff;
  margin-bottom: 12px;
}

.footer-grid p,
.footer-grid a,
.footer-bottom {
  color: var(--muted);
  line-height: 1.7;
}

.footer-grid a {
  display: block;
  margin: 6px 0;
}

.footer-grid a:hover {
  color: var(--cyan);
}

.footer-bottom {
  border-top: 1px solid rgba(87, 231, 255, 0.12);
  margin: 34px 0 0;
  padding-top: 18px;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: #25d366;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.32), 0 0 38px rgba(37, 211, 102, 0.38);
}

.whatsapp-float svg {
  width: 36px;
  height: 36px;
  fill: #ffffff;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
}

@media (max-width: 980px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .article-filter-form {
    grid-template-columns: 1fr;
  }

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

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
  }
}
/* Footer logo and social icon refinement */
.footer-brand img {
  display: block;
  width: min(230px, 100%);
  height: auto;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 18px rgba(25, 217, 255, 0.24));
}

.footer-brand h2 {
  display: none;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.footer-social a {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(87, 231, 255, 0.26);
  border-radius: 999px;
  background: rgba(4, 9, 24, 0.62);
  box-shadow: 0 0 22px rgba(87, 231, 255, 0.08);
  margin: 0;
}

.footer-social svg {
  width: 22px;
  height: 22px;
  fill: #57e7ff;
}

.footer-social a:hover {
  border-color: rgba(87, 231, 255, 0.72);
  background: linear-gradient(135deg, rgba(25, 217, 255, 0.2), rgba(33, 199, 255, 0.18));
  transform: translateY(-2px);
}

.company-card a {
  color: var(--cyan);
  font-weight: 800;
}
/* Editable content and expanded partner grid */
.editable-page-content {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
  padding: 36px 0;
}

.editable-page-content h2,
.editable-page-content h3 {
  color: #79eaff;
}

.editable-page-content img {
  max-width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: var(--shadow-elevated);
}

.partner-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.partner-grid article {
  display: grid;
  min-height: 260px;
  align-content: start;
  gap: 14px;
}

.partner-grid .partner-logo {
  display: grid;
  min-height: 112px;
  place-items: center;
  margin: 0;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  padding: 20px;
}

.partner-grid .partner-logo img {
  display: block;
  max-width: 170px;
  max-height: 78px;
  object-fit: contain;
  filter: saturate(0.92) contrast(1.04);
}

.partner-grid h3 {
  margin: 0;
  color: #f7fbff;
}
/* Partner logos without image backgrounds */
.partners-preview .logo-grid,
.home-partner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.partners-preview .partner-logo,
.partner-grid .partner-logo {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.partners-preview .partner-logo {
  display: grid;
  min-height: 104px;
  place-items: center;
  border-radius: 24px;
}

.partners-preview .partner-logo img,
.partner-grid .partner-logo img {
  display: block;
  width: auto;
  max-width: 180px;
  height: auto;
  max-height: 76px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(87, 231, 255, 0.16)) saturate(1.02) contrast(1.03);
}

.partner-grid .partner-logo {
  min-height: 96px;
}

.partner-grid article {
  min-height: 230px;
}

@media (max-width: 980px) {
  .partners-preview .logo-grid,
  .home-partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .partners-preview .logo-grid,
  .home-partner-grid {
    grid-template-columns: 1fr;
  }
}
/* Restore partner cards with transparent logo artwork */
.partners-preview .logo-grid,
.home-partner-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.partners-preview .partner-logo,
.partner-grid .partner-logo {
  display: grid !important;
  min-height: 112px !important;
  place-items: center !important;
  border: 1px solid rgba(87, 231, 255, 0.2) !important;
  border-radius: 24px !important;
  background: rgba(4, 12, 30, 0.66) !important;
  box-shadow: inset 0 0 34px rgba(25, 217, 255, 0.06), 0 0 24px rgba(0, 0, 0, 0.14) !important;
  padding: 18px !important;
}

.partners-preview .partner-logo img,
.partner-grid .partner-logo img {
  max-width: 150px !important;
  max-height: 64px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 0 12px rgba(87, 231, 255, 0.2)) !important;
}

.partner-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
}

@media (max-width: 1180px) {
  .partners-preview .logo-grid,
  .home-partner-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .partners-preview .logo-grid,
  .home-partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
/* Consistent white partner logo panels */
.partners-preview .partner-logo,
.partner-grid .partner-logo {
  display: grid !important;
  min-height: 118px !important;
  place-items: center !important;
  border: 1px solid rgba(87, 231, 255, 0.22) !important;
  border-radius: 24px !important;
  background: #ffffff !important;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.16), inset 0 0 0 1px rgba(3, 7, 17, 0.04) !important;
  padding: 20px !important;
}

.partners-preview .partner-logo img,
.partner-grid .partner-logo img {
  display: block !important;
  width: auto !important;
  max-width: 170px !important;
  height: auto !important;
  max-height: 74px !important;
  object-fit: contain !important;
  filter: none !important;
}

.partner-grid .partner-logo {
  min-height: 126px !important;
}
/* Elementor editable page system */
.elementor-page-shell {
  padding-top: 96px;
}

.elementor-page-shell .elementor-section-wrap,
.elementor-page-shell .elementor {
  color: var(--text);
}

.mt-el-hero,
.mt-el-section {
  width: min(1240px, calc(100% - 44px));
  margin: 0 auto;
  padding: 82px 0 34px;
}

.mt-el-hero {
  min-height: 70vh;
  display: grid;
  align-items: center;
}

.mt-el-hero h1,
.mt-el-section h1 {
  max-width: 980px;
  color: #f7fbff;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 1;
  letter-spacing: 0;
}

.mt-el-section h2 {
  color: #f7fbff;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
}

.mt-el-section h3,
.mt-el-hero h3 {
  color: #f7fbff;
}

.mt-el-hero p,
.mt-el-section p,
.mt-el-section li,
.mt-el-section blockquote {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.mt-el-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
  margin-top: 28px;
}

.mt-el-card-grid article,
.mt-el-card-grid a,
.mt-el-card-grid blockquote {
  display: block;
  min-height: 180px;
  border: 1px solid rgba(87, 231, 255, 0.18);
  border-radius: 24px;
  background: rgba(4, 12, 30, 0.68);
  box-shadow: var(--shadow-elevated);
  color: inherit;
  padding: 26px;
}

.mt-el-card-grid a:hover {
  border-color: rgba(87, 231, 255, 0.5);
  transform: translateY(-3px);
}

.mt-el-section details {
  border: 1px solid rgba(87, 231, 255, 0.18);
  border-radius: 18px;
  background: rgba(4, 12, 30, 0.62);
  margin: 14px 0;
  padding: 18px 22px;
}

.mt-el-section summary {
  color: #f7fbff;
  cursor: pointer;
  font-weight: 800;
}

.mt-el-section a {
  color: var(--cyan);
  font-weight: 800;
}

.mt-el-section .contact-form,
.elementor-page-shell .contact-form {
  max-width: 760px;
}
/* Gutenberg editable page system */
.gutenberg-page-shell {
  padding-top: 96px;
}

.mt-wp-hero,
.mt-wp-section {
  width: min(1240px, calc(100% - 44px));
  margin: 0 auto;
  color: var(--text);
  padding: 78px 0 28px;
}

.mt-wp-hero {
  min-height: 62vh;
  display: grid;
  align-content: center;
}

.mt-wp-hero h1 {
  max-width: 980px;
  color: #f7fbff;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 1;
}

.mt-wp-section h2 {
  color: #f7fbff;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.1;
}

.mt-wp-section h3,
.mt-wp-hero h3 {
  color: #f7fbff;
}

.mt-wp-hero p,
.mt-wp-section p,
.mt-wp-section li {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.mt-wp-card-grid {
  gap: 22px;
  margin-top: 28px;
}

.mt-wp-card {
  min-height: 180px;
  border: 1px solid rgba(87, 231, 255, 0.18);
  border-radius: 24px;
  background: rgba(4, 12, 30, 0.68);
  box-shadow: var(--shadow-elevated);
  padding: 26px;
}

.mt-wp-section details {
  border: 1px solid rgba(87, 231, 255, 0.18);
  border-radius: 18px;
  background: rgba(4, 12, 30, 0.62);
  margin: 14px 0;
  padding: 18px 22px;
}

.mt-wp-section summary {
  color: #f7fbff;
  cursor: pointer;
  font-weight: 800;
}

.gutenberg-page-shell .wp-block-button__link {
  border-radius: 999px;
  background: var(--gradient-brand);
  box-shadow: var(--shadow-glow);
  color: #070817;
  font-weight: 900;
  padding: 14px 24px;
}

.gutenberg-page-shell a {
  color: var(--cyan);
}

.gutenberg-page-shell .contact-form {
  max-width: 760px;
}
/* Testimonial rating stars */
.rating-stars {
  color: #ffd166;
  font-size: 20px;
  letter-spacing: 3px;
  line-height: 1;
  margin-bottom: 14px;
  text-shadow: 0 0 18px rgba(255, 209, 102, 0.28);
}

.testimonial-track blockquote {
  position: relative;
}
/* Resource pages and lead forms */
.resource-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 28px;
  align-items: start;
  padding-bottom: 110px;
}

.resource-panel {
  position: sticky;
  top: 120px;
  border: 1px solid rgba(87, 231, 255, 0.22);
  border-radius: 24px;
  background: rgba(4, 12, 30, 0.76);
  box-shadow: var(--shadow-elevated), inset 0 0 34px rgba(87, 231, 255, 0.06);
  padding: 26px;
}

.resource-panel h2 {
  color: #f7fbff;
  font-size: 28px;
  margin-bottom: 16px;
}

.resource-panel p {
  color: var(--muted);
  line-height: 1.65;
}

.resource-panel p strong,
.resource-panel p span {
  display: block;
}

.resource-panel p strong {
  color: var(--cyan);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.metatechs-lead-form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.metatechs-lead-form label {
  display: grid;
  gap: 7px;
  color: #dbeafe;
  font-weight: 800;
}

.metatechs-lead-form input {
  min-height: 48px;
  border: 1px solid rgba(87, 231, 255, 0.24);
  border-radius: 14px;
  background: rgba(3, 7, 17, 0.66);
  color: #f7fbff;
  font: inherit;
  padding: 0 14px;
}

.form-notice {
  border-radius: 16px;
  font-weight: 800;
  margin: 0 0 14px;
  padding: 14px 16px;
}

.form-notice.success {
  background: rgba(34, 197, 94, 0.14);
  border: 1px solid rgba(34, 197, 94, 0.32);
  color: #bbf7d0;
}

.form-notice.error {
  background: rgba(255, 66, 122, 0.14);
  border: 1px solid rgba(255, 66, 122, 0.32);
  color: #fecdd3;
}

@media (max-width: 980px) {
  .resource-layout {
    grid-template-columns: 1fr;
  }

  .resource-panel {
    position: relative;
    top: auto;
  }
}
/* Client QA refinements */
.product-grid,
.solution-category-grid,
.service-cluster-grid,
.content-grid,
.webinar-layout,
.whitepaper-grid,
.article-grid,
.quote-grid,
.profile-grid {
  gap: 28px !important;
}

.product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: stretch;
}

.product-card,
.solution-category-grid article,
.service-cluster-grid article,
.content-grid article,
.webinar-card,
.whitepaper-card,
.article-card,
.quote-grid blockquote,
.quote-grid article,
.testimonial-track blockquote {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  justify-content: flex-start;
}

.product-card .article-button,
.solution-category-grid article .article-button,
.service-cluster-grid article .article-button,
.article-card .article-button,
.whitepaper-card .article-button {
  margin-top: auto;
  width: fit-content;
}

.product-featured {
  grid-column: auto !important;
}

.testimonial-track blockquote,
.quote-grid blockquote,
.quote-grid article {
  min-width: 320px;
  min-height: 210px;
}

.testimonial-track cite,
.quote-grid cite {
  display: block;
  margin-top: auto;
  min-height: 42px;
  color: var(--cyan);
  font-weight: 900;
  line-height: 1.35;
}

.is-clickable-card {
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.is-clickable-card:hover {
  transform: translateY(-4px);
  border-color: rgba(87, 231, 255, 0.52) !important;
  box-shadow: var(--shadow-elevated), 0 0 34px rgba(87, 231, 255, 0.16) !important;
}

.sticky-cta {
  position: static !important;
  top: auto !important;
  margin: 28px auto 0;
}

.page-hero h1 {
  max-width: 1120px;
  font-size: clamp(42px, 5vw, 72px);
}

.page-hero p,
.article-intro {
  max-width: 900px;
}

.service-cluster-grid article,
.solution-category-grid article {
  padding: 30px !important;
}

.service-pill-list {
  margin-top: auto;
}

@media (max-width: 980px) {
  .product-grid {
    grid-template-columns: 1fr !important;
  }

  .product-card,
  .solution-category-grid article,
  .service-cluster-grid article,
  .content-grid article,
  .webinar-card,
  .whitepaper-card,
  .article-card {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .radar-core {
    min-height: 520px !important;
    overflow: visible;
  }

  .radar-core .core-card {
    display: grid !important;
    width: 104px !important;
    height: 104px !important;
    top: 47% !important;
  }

  .radar-core .core-card img {
    display: block !important;
    width: 74px !important;
    height: 74px !important;
  }

  .radar-core .orbit {
    display: block !important;
    top: 47% !important;
    animation-duration: 32s !important;
  }

  .radar-core .orbit-one { width: 164px !important; height: 164px !important; }
  .radar-core .orbit-two { width: 246px !important; height: 246px !important; }
  .radar-core .orbit-three { width: 330px !important; height: 330px !important; }

  .radar-node {
    top: 47% !important;
    left: 50% !important;
    width: 42px !important;
    height: 42px !important;
    margin: -21px 0 0 -21px !important;
    animation: none !important;
    transform: rotate(var(--start-angle)) translateX(148px) rotate(calc(-1 * var(--start-angle))) !important;
  }

  .radar-node img {
    width: 25px !important;
    height: 25px !important;
  }

  .radar-status {
    bottom: 0 !important;
    min-width: 220px;
  }

  .page-hero h1 {
    font-size: clamp(38px, 12vw, 52px);
  }
}
/* Premium navigation, editorial articles, and spacing audit pass */
.section-shell {
  width: min(1200px, calc(100% - 48px));
}

.platform,
.solutions,
.motion,
.products,
.partners-preview,
.testimonials,
.faq,
.team,
.case-studies,
.content-grid,
.article-grid,
.whitepaper-grid,
.webinar-layout,
.product-grid,
.solution-category-grid,
.service-cluster-grid,
.contact-layout {
  padding-top: clamp(64px, 8vw, 104px) !important;
  padding-bottom: clamp(28px, 5vw, 64px) !important;
}

.section-heading {
  margin-bottom: clamp(28px, 4vw, 48px) !important;
}

.section-heading p,
.page-hero p,
.hero-text {
  max-width: 860px;
}

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

.primary-menu > li {
  position: relative;
}

.primary-menu a,
.mega-toggle {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border: 0;
  background: transparent;
  color: #cbd9fb;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  opacity: 0.82;
}

.primary-menu a:hover,
.mega-toggle:hover,
.has-mega-menu.mega-open .mega-toggle,
.has-mega-menu:focus-within .mega-toggle,
.has-mega-menu:hover .mega-toggle {
  color: var(--cyan);
  opacity: 1;
}

.mega-toggle::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  margin-left: 8px;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 180ms ease;
}

.has-mega-menu.mega-open .mega-toggle::after,
.has-mega-menu:focus-within .mega-toggle::after,
.has-mega-menu:hover .mega-toggle::after {
  transform: rotate(225deg) translateY(-1px);
}

.solutions-mega {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  z-index: 30;
  display: grid;
  width: min(940px, calc(100vw - 40px));
  grid-template-columns: minmax(260px, 0.82fr) minmax(420px, 1.18fr);
  gap: 28px;
  border: 1px solid rgba(87, 231, 255, 0.24);
  border-radius: 26px;
  background: rgba(4, 9, 24, 0.96);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.46), 0 0 42px rgba(87, 231, 255, 0.14);
  opacity: 0;
  padding: 28px;
  pointer-events: none;
  transform: translate(-36%, 8px);
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(24px);
}

.has-mega-menu:hover .solutions-mega,
.has-mega-menu:focus-within .solutions-mega,
.has-mega-menu.mega-open .solutions-mega {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-36%, 0);
}

.mega-intro {
  border-right: 1px solid rgba(87, 231, 255, 0.16);
  padding-right: 26px;
}

.mega-intro h2 {
  color: #f7fbff;
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 14px;
}

.mega-intro p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.65;
}

.mega-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.mega-links a {
  min-height: 48px;
  border: 1px solid rgba(87, 231, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  color: #eaf4ff;
  font-size: 14px;
  justify-content: flex-start;
  opacity: 1;
  padding: 0 14px;
}

.mega-links a:hover {
  border-color: rgba(87, 231, 255, 0.44);
  background: linear-gradient(135deg, rgba(25, 217, 255, 0.12), rgba(33, 199, 255, 0.1));
}

.editorial-article {
  padding-bottom: clamp(80px, 10vw, 128px);
}

.editorial-hero {
  padding: clamp(96px, 12vw, 150px) 0 clamp(42px, 7vw, 76px);
}

.editorial-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.editorial-kicker span {
  border: 1px solid rgba(87, 231, 255, 0.2);
  border-radius: 999px;
  background: rgba(4, 12, 30, 0.62);
  color: #cbd9fb;
  font-size: 13px;
  font-weight: 800;
  padding: 8px 13px;
}

.editorial-hero h1 {
  max-width: 980px;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 1;
  margin-bottom: 22px;
}

.editorial-hero .article-intro {
  color: #d9e7ff;
  font-size: clamp(19px, 2.2vw, 24px);
  line-height: 1.55;
  margin-bottom: 28px;
}

.editorial-hero .article-featured-image {
  margin-top: 34px;
}

.editorial-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 760px);
  gap: clamp(28px, 5vw, 58px);
  align-items: start;
}

.editorial-sidebar {
  position: sticky;
  top: 128px;
  border: 1px solid rgba(87, 231, 255, 0.18);
  border-radius: 22px;
  background: rgba(4, 12, 30, 0.68);
  box-shadow: var(--shadow-elevated);
  padding: 22px;
}

.editorial-sidebar h2 {
  color: #f7fbff;
  font-size: 18px;
  margin-bottom: 12px;
}

.editorial-sidebar a {
  display: block;
  border-top: 1px solid rgba(87, 231, 255, 0.1);
  color: var(--muted);
  font-weight: 800;
  padding: 12px 0;
}

.editorial-sidebar a:hover {
  color: var(--cyan);
}

.editorial-main {
  min-width: 0;
}

.editorial-main .wp-article-content {
  max-width: 760px;
  color: #dbe7ff;
  font-size: 19px;
  line-height: 1.85;
}

.editorial-main .wp-article-content p,
.editorial-main .wp-article-content ul,
.editorial-main .wp-article-content ol {
  margin-bottom: 28px;
}

.editorial-main .wp-article-content h2 {
  margin: 48px 0 18px;
  font-size: clamp(30px, 3.5vw, 42px);
}

.editorial-main .wp-article-content h3 {
  margin: 34px 0 14px;
  font-size: 26px;
}

.insight-panel {
  border: 1px solid rgba(87, 231, 255, 0.18);
  border-radius: 24px;
  background: rgba(4, 12, 30, 0.68);
  box-shadow: var(--shadow-elevated);
  margin-bottom: 36px;
  padding: clamp(24px, 4vw, 36px);
}

.insight-panel h2 {
  color: #f7fbff;
  font-size: clamp(28px, 3.2vw, 40px);
}

.insight-panel p,
.insight-panel li {
  color: #dbe7ff;
  font-size: 18px;
  line-height: 1.75;
}

.insight-panel li + li {
  margin-top: 10px;
}

.editorial-article .related-articles {
  margin-top: clamp(64px, 8vw, 96px);
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 190px 1fr auto;
    gap: 18px;
  }

  .primary-menu {
    gap: 18px;
  }

  .solutions-mega {
    transform: translate(-28%, 8px);
  }

  .has-mega-menu:hover .solutions-mega,
  .has-mega-menu:focus-within .solutions-mega,
  .has-mega-menu.mega-open .solutions-mega {
    transform: translate(-28%, 0);
  }
}

@media (max-width: 980px) {
  .primary-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .primary-menu a,
  .mega-toggle {
    width: 100%;
    min-height: 48px;
    border-radius: 14px;
    color: #eef6ff;
    font-size: 18px;
    justify-content: flex-end;
    padding: 0 16px;
    opacity: 1;
  }

  .solutions-mega {
    position: static;
    display: none;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 8px;
    opacity: 1;
    padding: 18px;
    pointer-events: auto;
    transform: none !important;
  }

  .has-mega-menu.mega-open .solutions-mega,
  .has-mega-menu:focus-within .solutions-mega {
    display: grid;
  }

  .has-mega-menu:hover .solutions-mega {
    display: none;
  }

  .has-mega-menu.mega-open:hover .solutions-mega,
  .has-mega-menu:focus-within:hover .solutions-mega {
    display: grid;
  }

  .mega-intro {
    border-right: 0;
    border-bottom: 1px solid rgba(87, 231, 255, 0.14);
    padding: 0 0 18px;
  }

  .mega-links {
    grid-template-columns: 1fr;
  }

  .mega-links a {
    justify-content: flex-end;
  }

  .editorial-layout {
    grid-template-columns: 1fr;
  }

  .editorial-sidebar {
    position: relative;
    top: auto;
  }
}

@media (max-width: 640px) {
  .section-shell {
    width: min(100% - 28px, 1200px);
  }

  .editorial-hero {
    padding-top: 120px;
  }

  .editorial-kicker span {
    font-size: 12px;
  }

  .editorial-main .wp-article-content,
  .insight-panel p,
  .insight-panel li {
    font-size: 17px;
  }
}
.mt-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
/* DTS-inspired Press Center archive and single article templates */
.dts-press-page {
  background: #f7f8fb;
  color: #101827;
}

.dts-press-page .breadcrumbs {
  color: #dbe7ff;
}

.dts-press-hero {
  display: grid;
  min-height: 420px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(3, 7, 17, 0.9), rgba(8, 24, 49, 0.82)),
    url("./article-hero.jpg") center / cover no-repeat;
  color: #fff;
  padding: 130px 0 74px;
}

.dts-kicker,
.dts-card-category {
  color: #0f8fd8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dts-press-hero h1 {
  max-width: 820px;
  color: #fff;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.04;
  margin: 12px 0 20px;
}

.dts-press-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
}

.dts-blog-tools {
  display: grid;
  gap: 20px;
  padding: 46px 0 22px;
}

.dts-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
}

.dts-search-form label {
  display: block;
}

.dts-search-form input {
  width: 100%;
  min-height: 56px;
  border: 1px solid #dfe5ee;
  border-radius: 0;
  background: #fff;
  color: #101827;
  font: inherit;
  padding: 0 18px;
}

.dts-search-form button,
.dts-read-more {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: #0f8fd8;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  padding: 0 22px;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
}

.dts-search-form button:hover,
.dts-post-card:hover .dts-read-more,
.dts-featured-card:hover .dts-read-more {
  background: #0b6fa9;
}

.dts-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dts-filter-chips a {
  border: 1px solid #dfe5ee;
  background: #fff;
  color: #263244;
  font-weight: 800;
  padding: 10px 15px;
  text-decoration: none;
}

.dts-filter-chips a:hover,
.dts-filter-chips a.is-active {
  border-color: #0f8fd8;
  background: #0f8fd8;
  color: #fff;
}

.dts-featured-wrap {
  padding: 24px 0 52px;
}

.dts-featured-card {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  overflow: hidden;
  border: 1px solid #eee;
  background: #fff;
  color: #101827;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.dts-featured-card:hover {
  box-shadow: 0 24px 60px rgba(16, 24, 39, 0.14);
  transform: translateY(-5px);
}

.dts-featured-media,
.dts-card-image {
  display: block;
  overflow: hidden;
  background: #e7ebf2;
}

.dts-featured-media img,
.dts-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.dts-featured-card:hover img,
.dts-post-card:hover img {
  transform: scale(1.05);
}

.dts-featured-content {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 5vw, 58px);
}

.dts-featured-content h2,
.dts-card-body h2,
.dts-empty-card h2 {
  color: #101827;
  font-family: "Inter", "Space Grotesk", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.dts-featured-content h2 {
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.12;
  margin: 14px 0;
}

.dts-card-date,
.dts-card-excerpt {
  display: block;
  color: #647084;
  line-height: 1.7;
}

.dts-card-date {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 800;
}

.dts-featured-content .dts-read-more,
.dts-card-body .dts-read-more {
  margin-top: auto;
  width: fit-content;
}

.dts-archive-section {
  padding: 16px 0 96px;
}

.dts-section-heading {
  margin-bottom: 28px;
}

.dts-section-heading h2 {
  color: #101827;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  margin: 8px 0 0;
}

.dts-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.dts-post-card,
.dts-empty-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #eee;
  background: #fff;
  color: #101827;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.dts-post-card:hover,
.dts-empty-card:hover {
  border-color: #e2e8f0;
  box-shadow: 0 18px 42px rgba(16, 24, 39, 0.12);
  transform: translateY(-5px);
}

.dts-card-image {
  height: 230px;
}

.dts-card-body,
.dts-empty-card {
  padding: 26px;
}

.dts-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.dts-card-body h2 {
  display: -webkit-box;
  min-height: 64px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 24px;
  line-height: 1.32;
  margin: 12px 0 14px;
}

.dts-card-body .dts-card-excerpt {
  margin-bottom: 22px;
}

.dts-single-post {
  background: #fff;
  color: #1f2937;
}

.dts-single-hero {
  position: relative;
  display: grid;
  min-height: clamp(520px, 70vh, 760px);
  place-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin-top: -1px;
  text-align: center;
}

.dts-single-hero-inner {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
  padding: 120px 0 80px;
}

.dts-single-hero .dts-card-category {
  color: #66c8ff;
}

.dts-single-hero h1 {
  color: #fff;
  font-family: "Inter", "Space Grotesk", Arial, sans-serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 18px auto 18px;
  max-width: 980px;
}

.dts-single-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  font-weight: 700;
}

.dts-single-meta span + span::before {
  content: "/";
  margin-right: 18px;
  opacity: 0.65;
}

.dts-single-content-wrap {
  background: #fff;
  padding: clamp(52px, 7vw, 86px) 0;
}

.dts-single-content {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
  color: #273244;
  font-size: 19px;
  line-height: 1.8;
}

.dts-single-content h1,
.dts-single-content h2,
.dts-single-content h3,
.dts-single-content h4 {
  color: #101827;
  font-family: "Inter", "Space Grotesk", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
}

.dts-single-content h1,
.dts-single-content h2 {
  font-size: clamp(30px, 4vw, 46px);
  margin: 52px 0 18px;
}

.dts-single-content h3 {
  font-size: clamp(24px, 3vw, 32px);
  margin: 38px 0 14px;
}

.dts-single-content p,
.dts-single-content ul,
.dts-single-content ol,
.dts-single-content blockquote,
.dts-single-content figure {
  margin-bottom: 28px;
}

.dts-single-content a {
  color: #0f8fd8;
  font-weight: 800;
}

.dts-single-content img {
  max-width: 100%;
  height: auto;
}

.dts-related {
  background: #f7f8fb;
  padding-top: 64px;
  padding-bottom: 96px;
}

@media (max-width: 1020px) {
  .dts-featured-card,
  .dts-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dts-featured-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .dts-search-form,
  .dts-post-grid {
    grid-template-columns: 1fr;
  }

  .dts-press-hero {
    padding-top: 118px;
  }

  .dts-card-image {
    height: 210px;
  }

  .dts-single-meta {
    display: grid;
  }

  .dts-single-meta span + span::before {
    content: none;
    margin: 0;
  }
}
.dts-post-card.is-keyboard-focus,
.dts-featured-card.is-keyboard-focus {
  outline: 3px solid rgba(15, 143, 216, 0.35);
  outline-offset: 4px;
  box-shadow: 0 18px 42px rgba(16, 24, 39, 0.12);
  transform: translateY(-5px);
}
/* Client correction: keep DTS-inspired blog structure in Meta Techs dark identity */
.dts-press-page,
.dts-single-post,
.dts-single-content-wrap,
.dts-related {
  background:
    radial-gradient(circle at 72% 6%, rgba(25, 217, 255, 0.16), transparent 24rem),
    radial-gradient(circle at 16% 22%, rgba(33, 199, 255, 0.18), transparent 25rem),
    linear-gradient(180deg, #030711 0%, #07091a 48%, #030711 100%) !important;
  color: var(--text) !important;
}

.dts-press-page .breadcrumbs,
.dts-single-post + .breadcrumbs,
.breadcrumbs {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.breadcrumbs span:last-child {
  max-width: min(720px, 58vw);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dts-press-hero {
  min-height: 520px !important;
  background:
    linear-gradient(90deg, rgba(3, 7, 17, 0.92), rgba(3, 7, 17, 0.44)),
    radial-gradient(circle at 72% 42%, rgba(25, 217, 255, 0.2), transparent 22rem),
    url("./article-hero.jpg") center / cover no-repeat !important;
}

.dts-press-hero h1,
.dts-section-heading h2,
.dts-featured-content h2,
.dts-card-body h2,
.dts-empty-card h2,
.dts-single-content h1,
.dts-single-content h2,
.dts-single-content h3,
.dts-single-content h4 {
  color: #f7fbff !important;
}

.dts-press-hero p,
.dts-card-date,
.dts-card-excerpt,
.dts-single-content,
.dts-single-content p,
.dts-single-content li,
.dts-empty-card p {
  color: #c7d7f4 !important;
}

.dts-blog-tools {
  padding-top: 54px !important;
}

.dts-search-form input,
.dts-filter-chips a {
  border-color: rgba(87, 231, 255, 0.22) !important;
  background: rgba(4, 12, 30, 0.72) !important;
  color: #f7fbff !important;
}

.dts-search-form input::placeholder {
  color: #93a4c7;
}

.dts-filter-chips a:hover,
.dts-filter-chips a.is-active {
  border-color: rgba(87, 231, 255, 0.62) !important;
  background: linear-gradient(135deg, rgba(25, 217, 255, 0.24), rgba(33, 199, 255, 0.18)) !important;
}

.dts-resource-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-bottom: 34px;
}

.dts-resource-link {
  display: grid;
  min-height: 118px;
  align-content: center;
  border: 1px solid rgba(87, 231, 255, 0.22);
  border-radius: 22px;
  background: rgba(4, 12, 30, 0.74);
  box-shadow: var(--shadow-elevated);
  color: #f7fbff;
  padding: 24px;
  text-decoration: none;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.dts-resource-link:hover {
  border-color: rgba(87, 231, 255, 0.58);
  box-shadow: var(--shadow-elevated), 0 0 34px rgba(87, 231, 255, 0.14);
  transform: translateY(-5px);
}

.dts-resource-link strong {
  display: block;
  color: #f7fbff;
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 8px;
}

.dts-resource-link span {
  color: #aebfe3;
  line-height: 1.55;
}

.dts-featured-card,
.dts-post-card,
.dts-empty-card {
  border: 1px solid rgba(87, 231, 255, 0.18) !important;
  border-radius: 0 !important;
  background: rgba(2, 7, 18, 0.78) !important;
  box-shadow: none !important;
  color: #f7fbff !important;
}

.dts-featured-card:hover,
.dts-post-card:hover,
.dts-empty-card:hover {
  border-color: rgba(87, 231, 255, 0.48) !important;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.34), 0 0 28px rgba(87, 231, 255, 0.12) !important;
}

.dts-card-image {
  height: clamp(220px, 22vw, 310px) !important;
}

.dts-card-body h2 {
  min-height: 0 !important;
  font-size: clamp(18px, 1.6vw, 22px) !important;
  line-height: 1.28 !important;
}

.dts-read-more {
  min-height: auto !important;
  background: transparent !important;
  color: #ffffff !important;
  font-size: 0 !important;
  padding: 0 !important;
}

.dts-read-more::after {
  content: "→";
  display: inline-grid;
  width: 34px;
  height: 28px;
  place-items: center;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
}

.dts-featured-content .dts-read-more,
.dts-card-body .dts-read-more {
  margin-top: 18px !important;
}

.dts-single-hero {
  justify-items: start !important;
  min-height: clamp(420px, 52vh, 620px) !important;
  text-align: left !important;
}

.dts-single-hero-inner {
  display: grid;
  justify-items: start;
  width: min(1120px, calc(100% - 48px)) !important;
}

.dts-single-hero h1 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 780px !important;
  font-size: clamp(36px, 5vw, 58px) !important;
}

.dts-single-meta {
  justify-content: flex-start !important;
}

.dts-single-content-wrap {
  padding-top: clamp(46px, 7vw, 78px) !important;
}

.dts-single-content {
  width: min(900px, calc(100% - 44px)) !important;
  color: #dce8ff !important;
}

.dts-single-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 34px 0;
}

.dts-single-content th,
.dts-single-content td {
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 13px 15px;
  text-align: left;
}

.dts-single-content th {
  color: #f7fbff;
}

@media (max-width: 760px) {
  .dts-resource-row {
    grid-template-columns: 1fr;
  }

  .breadcrumbs span:last-child {
    max-width: 42vw;
  }
}
/* Solution detail pages and DTS-like stable solutions hover menu */
.solutions-mega {
  grid-template-columns: 300px minmax(520px, 1fr) !important;
  width: min(1040px, calc(100vw - 40px)) !important;
}

.mega-links {
  gap: 12px !important;
}

.mega-links a {
  position: relative;
  min-height: 58px !important;
  padding-right: 38px !important;
}

.mega-links a::after {
  content: "→";
  position: absolute;
  right: 14px;
  color: var(--cyan);
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.mega-links a:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.solution-detail-page {
  background:
    radial-gradient(circle at 72% 8%, rgba(25, 217, 255, 0.16), transparent 24rem),
    radial-gradient(circle at 18% 22%, rgba(33, 199, 255, 0.18), transparent 26rem),
    linear-gradient(180deg, #030711 0%, #07091a 48%, #030711 100%);
  color: var(--text);
}

.solution-detail-hero {
  display: grid;
  min-height: 58vh;
  align-content: center;
  padding-top: clamp(120px, 14vw, 170px);
  padding-bottom: clamp(58px, 8vw, 96px);
}

.solution-detail-hero h1 {
  max-width: 980px;
  color: #f7fbff;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.04;
}

.solution-detail-hero p {
  max-width: 840px;
  color: #c7d7f4;
  font-size: clamp(18px, 2.2vw, 23px);
  line-height: 1.7;
}

.solution-detail-content {
  max-width: 980px;
  padding-bottom: clamp(56px, 8vw, 98px);
}

.solution-detail-content h2 {
  color: #f7fbff;
  font-size: clamp(30px, 4vw, 48px);
  margin: 54px 0 18px;
}

.solution-detail-content h3 {
  color: #f7fbff;
  font-size: 24px;
}

.solution-detail-content p,
.solution-detail-content li {
  color: #dce8ff;
  font-size: 18px;
  line-height: 1.82;
}

.solution-detail-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 34px 0;
  color: #dce8ff;
}

.solution-detail-content th,
.solution-detail-content td {
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
}

.solution-detail-content th {
  color: #f7fbff;
  background: rgba(87, 231, 255, 0.08);
}

.solution-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 30px 0 44px;
}

.solution-feature-grid article {
  border: 1px solid rgba(87, 231, 255, 0.18);
  background: rgba(4, 12, 30, 0.72);
  box-shadow: var(--shadow-elevated);
  padding: 24px;
}

.solution-detail-cta {
  border-top: 1px solid rgba(87, 231, 255, 0.16);
  padding-top: 64px;
  padding-bottom: 96px;
}

.solution-detail-cta h2 {
  color: #f7fbff;
  font-size: clamp(30px, 4vw, 50px);
}

.solution-detail-cta p {
  max-width: 760px;
  color: #c7d7f4;
  font-size: 18px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .solution-feature-grid {
    grid-template-columns: 1fr;
  }
}
/* Full UI/UX requirements pass */
.mt-sticky-header { position: sticky !important; top: 0 !important; z-index: 1000 !important; }
.nav-cta, .mobile-nav-cta { min-height: 54px !important; padding: 0 26px !important; font-size: 15px !important; color: #06111f !important; background: linear-gradient(135deg, #57e7ff, #77f06f) !important; box-shadow: 0 0 34px rgba(87,231,255,.28) !important; }
.primary-menu { gap: clamp(16px, 2vw, 30px) !important; }
.primary-menu a.is-active, .mega-toggle.is-active { color: #57e7ff !important; opacity: 1 !important; }
.primary-menu a.is-active::after, .mega-toggle.is-active::before { content: ""; display: block; height: 2px; width: 100%; background: #57e7ff; position: absolute; bottom: -4px; left: 0; }
.press-menu-item .press-mega { transform: translate(-50%, 8px) !important; width: min(620px, calc(100vw - 40px)) !important; grid-template-columns: 240px 1fr !important; }
.press-menu-item:hover .press-mega, .press-menu-item:focus-within .press-mega, .press-menu-item.mega-open .press-mega { transform: translate(-50%, 0) !important; }
.hero, .ux-compact-hero { padding-top: clamp(120px, 12vw, 170px) !important; padding-bottom: clamp(56px, 8vw, 96px) !important; }
.ux-hero h1, .ux-compact-hero h1 { font-size: clamp(48px, 7vw, 92px) !important; line-height: .98 !important; color: #f7fbff !important; }
.hero-text, .ux-compact-hero p { color: #dbeafe !important; line-height: 1.72 !important; }
.hero-bullets { display: grid; gap: 10px; max-width: 780px; color: #dbeafe; margin: 22px 0; padding-left: 20px; line-height: 1.65; }
.hero-actions { gap: 16px !important; flex-wrap: wrap; }
.primary-button, .secondary-button, .article-button { min-height: 50px; align-items: center; font-weight: 900; }
.ux-card-grid { align-items: stretch; }
.ux-service-card { display: flex; flex-direction: column; min-height: 260px; border: 1px solid rgba(87,231,255,.18); border-radius: 22px; background: rgba(4,12,30,.72); box-shadow: var(--shadow-elevated); color: #f7fbff; padding: 26px; text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.ux-service-card:hover { transform: translateY(-5px); border-color: rgba(87,231,255,.55); box-shadow: var(--shadow-elevated), 0 0 32px rgba(87,231,255,.14); }
.ux-service-card h2, .ux-service-card h3 { color: #f7fbff; font-size: clamp(22px, 2vw, 28px); margin: 16px 0 10px; }
.ux-service-card p { color: #c7d7f4; line-height: 1.68; }
.ux-service-card strong { margin-top: auto; color: #57e7ff; }
.ux-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); gap: clamp(26px, 5vw, 70px); align-items: center; padding-top: clamp(60px, 8vw, 100px); padding-bottom: clamp(42px, 7vw, 84px); }
.ux-split h2 { color: #f7fbff; font-size: clamp(32px, 4vw, 56px); }
.ux-split p, .ux-split li { color: #dbeafe; font-size: 18px; line-height: 1.75; }
.ux-proof-panel, .ui-screenshot-panel, .article-inline-cta, .article-faq, .article-toc { border: 1px solid rgba(87,231,255,.2); border-radius: 22px; background: rgba(4,12,30,.76); box-shadow: var(--shadow-elevated); padding: clamp(24px, 4vw, 34px); }
.anchor-nav { display: flex; gap: 10px; flex-wrap: wrap; padding-top: 8px; padding-bottom: 24px; }
.anchor-nav a { border: 1px solid rgba(87,231,255,.22); border-radius: 999px; color: #eaf4ff; padding: 11px 16px; text-decoration: none; font-weight: 800; }
.ui-screenshot-panel { min-height: 280px; display: grid; gap: 14px; align-content: start; }
.ui-screenshot-panel span { color: #57e7ff; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.ui-screenshot-panel strong { color: #f7fbff; font-size: 34px; }
.ui-screenshot-panel div { height: 34px; border-radius: 999px; background: linear-gradient(90deg, rgba(87,231,255,.28), rgba(216,93,255,.18)); }
.pre-footer-cta { display: grid; justify-items: center; text-align: center; border: 1px solid rgba(87,231,255,.22); border-radius: 28px; background: linear-gradient(135deg, rgba(25,217,255,.14), rgba(216,93,255,.12)); box-shadow: var(--shadow-elevated); padding: clamp(38px, 6vw, 70px); margin-top: 70px; margin-bottom: 36px; }
.pre-footer-cta h2 { color: #f7fbff; font-size: clamp(32px, 5vw, 58px); margin: 0 0 12px; }
.pre-footer-cta p { color: #c7d7f4; font-size: 18px; }
.footer-grid-optimized { grid-template-columns: 1.2fr 1fr 1fr 1.25fr !important; }
.site-footer a { display: block; margin: 9px 0; color: #c7d7f4; }
.footer-brand img { width: 160px; height: auto; margin-bottom: 18px; }
.sticky-consultation { position: fixed; right: 22px; bottom: 94px; z-index: 90; border-radius: 999px; background: linear-gradient(135deg,#57e7ff,#77f06f); color: #06111f; font-weight: 900; padding: 14px 18px; box-shadow: 0 12px 34px rgba(0,0,0,.28); text-decoration: none; }
.dts-single-content h2, .dts-single-content h3 { color: #57e7ff !important; scroll-margin-top: 120px; }
.dts-single-content a { color: #57e7ff !important; text-decoration: underline; text-underline-offset: 4px; }
.article-toc { margin-bottom: 34px !important; }
.article-toc h2 { margin-top: 0 !important; color: #f7fbff !important; }
.toc-links { display: grid; gap: 10px; }
.toc-links a { color: #c7d7f4 !important; font-weight: 800; text-decoration: none !important; }
.toc-links a:hover { color: #57e7ff !important; }
.toc-child { padding-left: 18px; opacity: .82; }
.article-inline-cta { margin: 52px 0; }
.article-inline-cta h2, .article-faq h2 { color: #f7fbff !important; margin-top: 0 !important; }
.article-faq details { border-top: 1px solid rgba(255,255,255,.14); padding: 18px 0; }
.article-faq summary { color: #f7fbff; font-weight: 900; cursor: pointer; }
.dts-post-card img, .dts-featured-card img { aspect-ratio: 16 / 11; object-fit: cover; }
@media (max-width: 980px) { .ux-split, .footer-grid-optimized { grid-template-columns: 1fr !important; } .nav-cta, .mobile-nav-cta, .primary-button, .secondary-button, .article-button { min-height: 54px; min-width: 160px; } .hero-bullets { font-size: 16px; } }
@media (max-width: 640px) { .ux-hero h1, .ux-compact-hero h1 { font-size: clamp(40px, 12vw, 54px) !important; } .ux-service-card { min-height: 0; padding: 22px; } .sticky-consultation { left: 18px; right: 18px; text-align: center; bottom: 86px; } }
/* Editorial article layout like DTS: oversized headings, split copy/table sections */
.dts-single-content[data-editorialized="true"] {
  width: min(1180px, calc(100% - 48px)) !important;
}

.article-layout-section {
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  margin: clamp(52px, 8vw, 108px) auto;
}

.article-layout-section.has-data {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  align-items: start;
}

.article-layout-section.has-data.is-reversed {
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1fr);
}

.article-layout-section.has-data.is-reversed .article-section-main {
  grid-column: 2;
}

.article-layout-section.has-data.is-reversed .article-section-data {
  grid-column: 1;
  grid-row: 1;
}

.article-section-main h2 {
  color: #e5e7eb !important;
  font-size: clamp(46px, 7vw, 92px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.03em !important;
  margin: 0 0 28px !important;
}

.article-section-main h3 {
  color: #57e7ff !important;
  font-size: clamp(26px, 3.2vw, 42px) !important;
  line-height: 1.08 !important;
}

.article-section-main p,
.article-section-main li {
  color: #b8c4d8 !important;
  font-size: clamp(18px, 2vw, 23px) !important;
  line-height: 1.68 !important;
}

.article-section-data {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(0, 0, 0, 0.22);
  overflow: auto;
}

.article-section-data table {
  margin: 0 !important;
  min-width: 520px;
}

.article-section-data th,
.article-section-data td {
  color: #cdd6e6 !important;
  font-size: clamp(15px, 1.4vw, 19px);
  padding: 18px 20px !important;
}

.article-section-data th {
  color: #f7fbff !important;
  font-size: clamp(16px, 1.7vw, 22px);
  background: transparent !important;
}

.article-inline-cta,
.article-faq {
  width: min(900px, calc(100% - 48px));
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Solution detail hero image-style visuals per feature */
.solution-detail-hero {
  position: relative;
  overflow: hidden;
  width: min(1280px, calc(100% - 48px));
  border: 1px solid rgba(87, 231, 255, 0.18);
  border-radius: 30px;
  background:
    linear-gradient(90deg, rgba(3, 7, 17, 0.95), rgba(3, 7, 17, 0.58)),
    radial-gradient(circle at 78% 42%, rgba(87, 231, 255, 0.24), transparent 24rem),
    url("./article-hero.jpg") center / cover no-repeat;
  margin-top: 118px;
  padding-left: clamp(24px, 5vw, 70px);
  padding-right: clamp(24px, 5vw, 70px);
}

.solution-detail-hero > *:not(.solution-hero-art) {
  position: relative;
  z-index: 2;
}

.solution-hero-art {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.95;
  pointer-events: none;
}

.solution-hero-art span {
  position: absolute;
  border: 1px solid rgba(87, 231, 255, 0.24);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(87, 231, 255, 0.18), transparent 62%);
  box-shadow: 0 0 70px rgba(87, 231, 255, 0.18);
}

.solution-hero-art span:nth-child(1) { width: 360px; height: 360px; right: 10%; top: 10%; }
.solution-hero-art span:nth-child(2) { width: 180px; height: 180px; right: 25%; bottom: 10%; }
.solution-hero-art span:nth-child(3) { width: 520px; height: 2px; right: 4%; top: 48%; transform: rotate(-24deg); border-radius: 0; }

.solution-visual-cloud { background-image: linear-gradient(90deg, rgba(3,7,17,.96), rgba(3,7,17,.48)), radial-gradient(circle at 80% 36%, rgba(87,231,255,.36), transparent 20rem), url("./article-hero.jpg") !important; }
.solution-visual-network { background-image: linear-gradient(90deg, rgba(3,7,17,.96), rgba(3,7,17,.48)), linear-gradient(135deg, rgba(25,217,255,.18), transparent), url("./article-hero.jpg") !important; }
.solution-visual-endpoint { background-image: linear-gradient(90deg, rgba(3,7,17,.96), rgba(3,7,17,.48)), radial-gradient(circle at 82% 35%, rgba(119,240,111,.28), transparent 19rem), url("./article-hero.jpg") !important; }
.solution-visual-identity { background-image: linear-gradient(90deg, rgba(3,7,17,.96), rgba(3,7,17,.48)), radial-gradient(circle at 78% 40%, rgba(216,93,255,.28), transparent 20rem), url("./article-hero.jpg") !important; }
.solution-visual-vulnerability { background-image: linear-gradient(90deg, rgba(3,7,17,.96), rgba(3,7,17,.48)), repeating-linear-gradient(115deg, rgba(255,66,122,.16) 0 2px, transparent 2px 18px), url("./article-hero.jpg") !important; }
.solution-visual-compliance { background-image: linear-gradient(90deg, rgba(3,7,17,.96), rgba(3,7,17,.48)), radial-gradient(circle at 80% 40%, rgba(255,209,102,.22), transparent 20rem), url("./article-hero.jpg") !important; }
.solution-visual-data { background-image: linear-gradient(90deg, rgba(3,7,17,.96), rgba(3,7,17,.48)), linear-gradient(135deg, rgba(87,231,255,.2), rgba(216,93,255,.12)), url("./article-hero.jpg") !important; }
.solution-visual-soc { background-image: linear-gradient(90deg, rgba(3,7,17,.96), rgba(3,7,17,.48)), radial-gradient(circle at 82% 42%, rgba(25,217,255,.32), transparent 18rem), url("./article-hero.jpg") !important; }
.solution-visual-application { background-image: linear-gradient(90deg, rgba(3,7,17,.96), rgba(3,7,17,.48)), repeating-linear-gradient(90deg, rgba(87,231,255,.12) 0 1px, transparent 1px 18px), url("./article-hero.jpg") !important; }
.solution-visual-incident { background-image: linear-gradient(90deg, rgba(3,7,17,.96), rgba(3,7,17,.48)), radial-gradient(circle at 82% 42%, rgba(255,66,122,.24), transparent 18rem), url("./article-hero.jpg") !important; }
.solution-visual-zero-trust { background-image: linear-gradient(90deg, rgba(3,7,17,.96), rgba(3,7,17,.48)), radial-gradient(circle at 78% 40%, rgba(122,77,255,.3), transparent 20rem), url("./article-hero.jpg") !important; }
.solution-visual-devsecops { background-image: linear-gradient(90deg, rgba(3,7,17,.96), rgba(3,7,17,.48)), repeating-linear-gradient(0deg, rgba(119,240,111,.12) 0 1px, transparent 1px 16px), url("./article-hero.jpg") !important; }

@media (max-width: 900px) {
  .article-layout-section.has-data,
  .article-layout-section.has-data.is-reversed {
    grid-template-columns: 1fr;
  }
  .article-layout-section.has-data.is-reversed .article-section-main,
  .article-layout-section.has-data.is-reversed .article-section-data {
    grid-column: auto;
    grid-row: auto;
  }
  .article-section-main h2 {
    font-size: clamp(38px, 12vw, 58px) !important;
  }
  .solution-detail-hero {
    margin-top: 96px;
    width: min(100% - 28px, 1280px);
  }
}
/* Emergency layout correction: navbar alignment, brand visibility, hero balance */
.site-header.mt-sticky-header,
.site-header {
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: clamp(18px, 3vw, 42px) !important;
  margin: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(87, 231, 255, 0.18) !important;
  border-radius: 0 !important;
  background: rgba(3, 7, 17, 0.92) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22) !important;
  padding: 10px clamp(18px, 4vw, 56px) !important;
  transform: none !important;
  backdrop-filter: blur(18px) !important;
}

body.admin-bar .site-header.mt-sticky-header,
body.admin-bar .site-header {
  top: 32px !important;
}

.brand {
  display: flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  min-width: 154px !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.brand img {
  display: block !important;
  width: 154px !important;
  height: 48px !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#primary-nav,
.site-header nav {
  display: flex !important;
  min-width: 0 !important;
  justify-content: center !important;
  overflow: visible !important;
}

.primary-menu {
  display: flex !important;
  min-width: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(14px, 1.9vw, 28px) !important;
}

.primary-menu a,
.mega-toggle {
  position: relative !important;
  min-height: 42px !important;
  color: #cbd9fb !important;
  font-size: clamp(13px, 0.9vw, 15px) !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

.primary-menu a.is-active,
.mega-toggle.is-active,
.primary-menu a:hover,
.mega-toggle:hover {
  color: #57e7ff !important;
}

.primary-menu a.is-active::after,
.mega-toggle.is-active::before {
  bottom: -2px !important;
  background: #57e7ff !important;
}

.header-actions {
  display: flex !important;
  justify-content: flex-end !important;
  min-width: max-content !important;
}

.nav-cta,
.mobile-nav-cta,
.sticky-consultation {
  background: linear-gradient(135deg, #19d9ff, #0074d9 52%, #0a84ff) !important;
  color: #ffffff !important;
  text-shadow: none !important;
}

.nav-cta {
  min-width: 210px !important;
  min-height: 52px !important;
  padding: 0 24px !important;
  font-size: 15px !important;
}

.ux-hero.hero,
.hero.section-shell {
  width: min(1240px, calc(100% - 48px)) !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr) !important;
  gap: clamp(28px, 5vw, 62px) !important;
  overflow: hidden !important;
}

.ux-hero h1,
.hero h1 {
  max-width: 760px !important;
  font-size: clamp(42px, 5.1vw, 74px) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

.command-core,
.radar-core {
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

@media (max-width: 1180px) {
  .site-header.mt-sticky-header,
  .site-header {
    grid-template-columns: auto auto 1fr !important;
  }
  .header-actions {
    display: none !important;
  }
  #primary-nav,
  .site-header nav {
    justify-content: flex-end !important;
  }
}

@media (max-width: 980px) {
  body.admin-bar .site-header.mt-sticky-header,
  body.admin-bar .site-header {
    top: 32px !important;
  }
  .menu-toggle {
    display: grid !important;
    place-items: center !important;
    gap: 4px !important;
  }
  #primary-nav {
    justify-content: stretch !important;
  }
  .ux-hero.hero,
  .hero.section-shell {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    padding-top: 128px !important;
  }
  .ux-hero h1,
  .hero h1 {
    font-size: clamp(38px, 12vw, 54px) !important;
  }
}

@media (max-width: 782px) {
  body.admin-bar .site-header.mt-sticky-header,
  body.admin-bar .site-header {
    top: 46px !important;
  }
}
/* Final stabilization pass for requested UI/UX pages */
body {
  background:
    radial-gradient(circle at 72% 6%, rgba(25, 217, 255, 0.14), transparent 26rem),
    radial-gradient(circle at 18% 22%, rgba(33, 199, 255, 0.16), transparent 28rem),
    linear-gradient(180deg, #030711 0%, #07091a 52%, #030711 100%) !important;
}

main {
  overflow: hidden;
}

.section-shell {
  width: min(1200px, calc(100% - 48px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.ux-home > section,
.ux-solutions-page > section,
.ux-products-page > section,
.ux-case-page > section,
.dts-press-page > section {
  position: relative;
}

.ux-home .hero,
.ux-hero.hero {
  min-height: calc(100vh - 86px) !important;
  padding-top: clamp(112px, 11vw, 150px) !important;
  padding-bottom: clamp(48px, 7vw, 86px) !important;
}

.hero-copy {
  min-width: 0 !important;
}

.ux-home .hero-copy,
.ux-compact-hero {
  text-align: left !important;
}

.ux-compact-hero {
  min-height: auto !important;
  padding-top: clamp(124px, 12vw, 168px) !important;
  padding-bottom: clamp(54px, 8vw, 92px) !important;
}

.ux-compact-hero h1,
.ux-home .hero h1 {
  max-width: 930px !important;
  color: #f7fbff !important;
  text-wrap: balance;
}

.ux-compact-hero p,
.ux-home .hero-text,
.hero-bullets {
  max-width: 820px !important;
  color: #dbeafe !important;
}

.ux-services,
.products,
.case-studies,
.partners-preview,
.faq,
.dts-archive-section,
.dts-featured-wrap,
.dts-resource-row {
  padding-top: clamp(56px, 8vw, 96px) !important;
  padding-bottom: clamp(38px, 6vw, 74px) !important;
}

.section-heading {
  max-width: 900px;
}

.section-heading h2 {
  color: #f7fbff !important;
  font-size: clamp(32px, 4vw, 56px) !important;
  line-height: 1.08 !important;
}

.section-heading p {
  color: #c7d7f4 !important;
  line-height: 1.7 !important;
}

.solution-grid,
.product-grid,
.outcome-grid,
.dts-post-grid {
  display: grid !important;
  gap: clamp(18px, 3vw, 30px) !important;
  align-items: stretch !important;
}

.solution-grid,
.product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.outcome-grid,
.dts-post-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.ux-service-card,
.product-card,
.outcome-card,
.dts-post-card,
.dts-featured-card,
.dts-resource-link {
  height: 100% !important;
  min-width: 0 !important;
}

.outcome-card {
  color: #f7fbff !important;
  text-decoration: none !important;
}

.outcome-card p,
.outcome-card span {
  color: #c7d7f4 !important;
}

.product-card .primary-button,
.product-card .secondary-button,
.ux-service-card .primary-button,
.ux-service-card .secondary-button {
  margin-top: auto !important;
}

.anchor-nav {
  margin-top: -20px !important;
  margin-bottom: 22px !important;
}

.dts-search-form {
  max-width: 1000px;
}

.dts-post-card,
.dts-featured-card {
  border-radius: 22px !important;
  overflow: hidden !important;
}

.dts-card-image img,
.dts-featured-media img {
  aspect-ratio: 16 / 11 !important;
}

.dts-card-body h2 {
  color: #f7fbff !important;
}

.dts-featured-content h2 {
  color: #f7fbff !important;
}

.site-footer {
  width: min(1200px, calc(100% - 48px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.footer-grid-optimized {
  display: grid !important;
  grid-template-columns: 1.25fr 1fr 1fr 1.25fr !important;
  gap: clamp(28px, 5vw, 64px) !important;
  align-items: start !important;
}

.site-footer h3 {
  color: #f7fbff !important;
  margin-bottom: 16px !important;
}

.site-footer a,
.site-footer p {
  color: #b8c8e6 !important;
  line-height: 1.7 !important;
}

.pre-footer-cta {
  width: min(1200px, calc(100% - 48px)) !important;
}

.article-layout-section:first-of-type {
  margin-top: 28px !important;
}

.article-layout-section:not(.has-data) {
  width: min(900px, 100%) !important;
}

.article-layout-section:not(.has-data) .article-section-main h2 {
  max-width: 840px !important;
}

.article-section-main ul,
.article-section-main ol {
  padding-left: 1.3em !important;
}

.article-section-main li + li {
  margin-top: 10px !important;
}

@media (max-width: 1120px) {
  .solution-grid,
  .product-grid,
  .outcome-grid,
  .dts-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .section-shell,
  .site-footer,
  .pre-footer-cta {
    width: min(100% - 28px, 1200px) !important;
  }
  .solution-grid,
  .product-grid,
  .outcome-grid,
  .dts-post-grid,
  .footer-grid-optimized {
    grid-template-columns: 1fr !important;
  }
  .ux-services,
  .products,
  .case-studies,
  .partners-preview,
  .faq,
  .dts-archive-section,
  .dts-featured-wrap,
  .dts-resource-row {
    padding-top: 46px !important;
    padding-bottom: 44px !important;
  }
  .dts-search-form {
    grid-template-columns: 1fr !important;
  }
}
/* Case studies redesign: professional compact proof cards */
.case-study-showcase {
  padding-top: clamp(52px, 8vw, 92px) !important;
  padding-bottom: clamp(58px, 9vw, 104px) !important;
}

.case-study-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 28px);
}

.case-study-card {
  display: flex;
  min-height: 470px;
  flex-direction: column;
  border: 1px solid rgba(87, 231, 255, 0.2);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(7, 18, 38, 0.92), rgba(4, 10, 24, 0.88));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
  color: #f7fbff;
  padding: clamp(24px, 3vw, 32px);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.case-study-card:hover {
  border-color: rgba(87, 231, 255, 0.56);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.32), 0 0 30px rgba(87, 231, 255, 0.12);
  transform: translateY(-5px);
}

.case-study-card .case-sector {
  color: #57e7ff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

.case-study-card h2 {
  color: #f7fbff !important;
  font-size: clamp(24px, 2vw, 32px) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  margin: 18px 0 14px !important;
}

.case-study-card p {
  color: #b8c8e6 !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  margin-bottom: 20px !important;
}

.case-process {
  display: grid;
  gap: 10px;
  margin: 8px 0 22px;
}

.case-process span {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  color: #dbeafe;
  font-size: 14px;
  line-height: 1.45;
  padding: 12px 14px;
}

.case-process b {
  color: #57e7ff;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-metric {
  display: grid;
  gap: 2px;
  margin-top: auto;
  border-top: 1px solid rgba(87, 231, 255, 0.16);
  padding-top: 20px;
}

.case-metric strong {
  color: #57e7ff !important;
  font-size: clamp(42px, 5vw, 64px) !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.case-metric span {
  color: #c7d7f4 !important;
  font-size: 13px !important;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-link {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #19d9ff, #0074d9 52%, #0a84ff);
  color: #fff !important;
  font-weight: 900;
  margin-top: 22px;
  padding: 0 18px;
}

.ux-case-page .outcome-card {
  display: none !important;
}

@media (max-width: 1120px) {
  .case-study-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .case-study-grid {
    grid-template-columns: 1fr;
  }
  .case-study-card {
    min-height: 0;
  }
}
/* Home assessment replacement section */
.home-assessment {
  padding-top: clamp(56px, 8vw, 98px) !important;
  padding-bottom: clamp(46px, 7vw, 84px) !important;
}

.assessment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 28px);
}

.assessment-grid article {
  border: 1px solid rgba(87, 231, 255, 0.18);
  border-radius: 22px;
  background: rgba(4, 12, 30, 0.72);
  box-shadow: var(--shadow-elevated);
  padding: 26px;
}

.assessment-grid span {
  color: #57e7ff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.assessment-grid h3 {
  color: #f7fbff;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.15;
  margin: 18px 0 12px;
}

.assessment-grid p {
  color: #c7d7f4;
  line-height: 1.7;
}

.assessment-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

@media (max-width: 900px) {
  .assessment-grid {
    grid-template-columns: 1fr;
  }
}

/* FINAL MOBILE RESPONSIVE FIX - 2026-05-10 */
@media (max-width: 980px) {
  html, body { max-width: 100% !important; overflow-x: hidden !important; }
  body { min-width: 0 !important; }
  .site-header.mt-sticky-header, .site-header {
    position: sticky !important; top: 0 !important; left: 0 !important; right: 0 !important; z-index: 1000 !important;
    display: grid !important; width: 100% !important; max-width: 100% !important;
    grid-template-columns: minmax(0, 1fr) auto !important; align-items: center !important;
    gap: 12px !important; margin: 0 !important; border-radius: 0 !important;
    padding: 10px 14px !important; transform: none !important;
  }
  body.admin-bar .site-header.mt-sticky-header, body.admin-bar .site-header { top: 46px !important; }
  .brand { min-width: 0 !important; max-width: 172px !important; }
  .brand img { width: clamp(124px, 38vw, 154px) !important; height: 44px !important; object-fit: contain !important; }
  .header-actions { display: none !important; }
  .menu-toggle { display: inline-flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; gap: 4px !important; width: 44px !important; height: 44px !important; min-width: 44px !important; padding: 0 !important; }
  #primary-nav, .site-header nav {
    position: absolute !important; top: calc(100% + 8px) !important; left: 14px !important; right: 14px !important;
    display: none !important; width: auto !important; min-width: 0 !important; max-height: calc(100vh - 110px) !important;
    overflow-y: auto !important; flex-direction: column !important; align-items: stretch !important; justify-content: flex-start !important;
    gap: 12px !important; border: 1px solid rgba(87,231,255,.22) !important; border-radius: 22px !important;
    background: rgba(3,8,18,.98) !important; box-shadow: 0 22px 54px rgba(0,0,0,.48), 0 0 34px rgba(87,231,255,.12) !important;
    padding: 18px !important; backdrop-filter: blur(22px) !important;
  }
  #primary-nav.is-open, .site-header nav.is-open { display: flex !important; }
  .primary-menu, .site-header nav ul { display: flex !important; width: 100% !important; flex-direction: column !important; align-items: stretch !important; justify-content: flex-start !important; gap: 8px !important; margin: 0 !important; padding: 0 !important; }
  .primary-menu li { width: 100% !important; }
  .primary-menu a, .site-header nav a, .mega-toggle { display: flex !important; width: 100% !important; min-height: 48px !important; align-items: center !important; justify-content: flex-end !important; border: 0 !important; border-radius: 14px !important; color: #eef6ff !important; font-size: 18px !important; font-weight: 900 !important; line-height: 1.2 !important; text-align: right !important; white-space: normal !important; padding: 13px 14px !important; opacity: 1 !important; }
  .primary-menu a:hover, .site-header nav a:hover, .mega-toggle:hover { background: rgba(87,231,255,.1) !important; }
  .mobile-nav-cta { display: flex !important; min-height: 54px !important; align-items: center !important; justify-content: center !important; margin-top: 8px !important; border-radius: 16px !important; background: linear-gradient(135deg,#19d9ff,#0074d9 48%,#0a84ff) !important; color: #fff !important; text-align: center !important; }
  .section-shell, .ux-home > section, .ux-solutions-page > section, .ux-products-page > section, .ux-case-page > section, .dts-press-page > section, .hero.section-shell, .ux-hero.hero { width: min(100% - 28px, 1240px) !important; max-width: calc(100% - 28px) !important; margin-left: auto !important; margin-right: auto !important; }
  .hero.section-shell, .ux-hero.hero, .hero-command { display: grid !important; grid-template-columns: 1fr !important; min-height: auto !important; gap: 28px !important; overflow: visible !important; padding-top: 48px !important; padding-bottom: 54px !important; }
  .hero h1, .ux-home .hero h1, .ux-hero h1, .page-hero h1 { max-width: 100% !important; font-size: clamp(36px, 11vw, 52px) !important; line-height: 1.05 !important; overflow-wrap: anywhere !important; text-wrap: balance; }
  .hero-text, .page-hero p, .article-intro { max-width: 100% !important; font-size: 17px !important; line-height: 1.65 !important; }
  .hero-actions, .hero-proof-row, .ops-grid, .trust-strip, .product-grid, .solution-grid, .solution-category-grid, .service-cluster-grid, .outcome-grid, .webinar-layout, .whitepaper-grid, .article-grid, .content-grid, .contact-layout, .logo-grid, .home-partner-grid, .footer-grid, .profile-grid, .partner-grid, .case-layout { display: grid !important; grid-template-columns: 1fr !important; }
  .primary-button, .secondary-button, .article-button, .nav-cta { width: 100% !important; min-width: 0 !important; max-width: 100% !important; min-height: 52px !important; padding-left: 16px !important; padding-right: 16px !important; text-align: center !important; }
  .hero-ops-panel, .command-core, .radar-core { width: 100% !important; min-width: 0 !important; max-width: 100% !important; min-height: 460px !important; overflow: hidden !important; border-radius: 24px !important; }
  .ops-topline { gap: 10px !important; padding: 18px 18px 0 !important; font-size: 10px !important; letter-spacing: .12em !important; }
  .ops-visual { inset: 78px 18px 176px !important; }
  .ring-one { width: 160px !important; height: 160px !important; }
  .ring-two { width: 250px !important; height: 250px !important; }
  .ring-three { width: 340px !important; height: 340px !important; }
  .ops-logo-core { width: min(215px, 72vw) !important; }
  .product-card, .solution-grid article, .solution-category-grid article, .service-cluster-grid article, .outcome-card, .article-card, .whitepaper-card, .webinar-card, .content-grid article { width: 100% !important; min-width: 0 !important; }
}
@media (max-width: 480px) {
  .section-shell, .ux-home > section, .hero.section-shell { width: min(100% - 22px, 1240px) !important; max-width: calc(100% - 22px) !important; }
  .hero h1, .ux-home .hero h1, .ux-hero h1, .page-hero h1 { font-size: clamp(32px, 10.8vw, 46px) !important; }
  .hero-ops-panel, .command-core, .radar-core { min-height: 420px !important; }
}

/* EXTRA MOBILE HERO TEXT CONTAINMENT - 2026-05-10 */
@media (max-width: 980px) {
  .hero-copy,
  .ux-hero .hero-copy,
  .ux-home .hero-copy,
  .hero > div:first-child {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
  }
  .hero-copy *,
  .ux-hero .hero-copy *,
  .ux-home .hero-copy * {
    max-width: 100% !important;
  }
  .hero h1,
  .ux-home .hero h1,
  .ux-hero h1,
  .mt-wp-hero h1,
  .mt-el-section h1 {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(34px, 9.6vw, 46px) !important;
    line-height: 1.12 !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: none !important;
  }
  .hero-text,
  .hero-bullets,
  .ux-compact-hero p,
  .mt-wp-hero p,
  .mt-el-section p {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 1.62 !important;
    overflow-wrap: break-word !important;
  }
}
@media (max-width: 480px) {
  .hero h1,
  .ux-home .hero h1,
  .ux-hero h1,
  .mt-wp-hero h1,
  .mt-el-section h1 {
    font-size: clamp(31px, 9.2vw, 40px) !important;
  }
}


/* PHONE HARD CLAMP - stop hero/content clipping on real mobile - 2026-05-10 */
@media (max-width: 980px) {
  html,
  body,
  #page,
  .site,
  main,
  .ux-home {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  body * {
    box-sizing: border-box !important;
  }

  .ux-home > section,
  .section-shell,
  .hero.section-shell,
  .ux-hero.hero,
  .solutions.section-shell,
  .partners-preview.section-shell,
  .case-studies.section-shell,
  .faq.section-shell,
  .pre-footer-cta.section-shell,
  .site-footer.section-shell {
    width: 100% !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    overflow: hidden !important;
  }

  .hero.section-shell,
  .ux-hero.hero {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 24px !important;
    padding-top: 38px !important;
    padding-bottom: 48px !important;
  }

  .hero-copy,
  .ux-hero .hero-copy,
  .ux-home .hero-copy {
    display: block !important;
    width: 100% !important;
    max-width: calc(100vw - 32px) !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    translate: none !important;
    overflow: visible !important;
  }

  .hero-copy > *,
  .ux-hero .hero-copy > *,
  .ux-home .hero-copy > * {
    width: 100% !important;
    max-width: calc(100vw - 32px) !important;
    min-width: 0 !important;
  }

  .hero h1,
  .ux-home .hero h1,
  .ux-hero h1,
  .page-hero h1,
  .hero-copy h1 {
    display: block !important;
    width: 100% !important;
    max-width: calc(100vw - 32px) !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-size: clamp(30px, 8.6vw, 36px) !important;
    line-height: 1.14 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
    text-wrap: auto !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  .hero-text,
  .hero-bullets,
  .hero-bullets li,
  .hero-copy p,
  .hero-copy ul {
    width: 100% !important;
    max-width: calc(100vw - 32px) !important;
    min-width: 0 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  .hero-bullets {
    padding-left: 18px !important;
    margin-left: 0 !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: calc(100vw - 32px) !important;
  }

  .command-core,
  .radar-core,
  .hero-ops-panel {
    width: 100% !important;
    max-width: calc(100vw - 32px) !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  .solution-grid,
  .ux-card-grid,
  .assessment-grid,
  .logo-grid,
  .home-partner-grid,
  .outcome-grid {
    width: 100% !important;
    max-width: calc(100vw - 32px) !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 420px) {
  .hero h1,
  .ux-home .hero h1,
  .ux-hero h1,
  .hero-copy h1 {
    font-size: clamp(28px, 8.1vw, 32px) !important;
    line-height: 1.18 !important;
  }
}


/* PHONE REAL VIEWPORT CLAMP - handles Chrome/mobile preview minimum layout widths - 2026-05-10 */
@media (max-width: 600px) {
  .ux-home > section,
  .section-shell,
  .hero.section-shell,
  .ux-hero.hero,
  .pre-footer-cta.section-shell,
  .site-footer.section-shell {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .hero-copy,
  .ux-hero .hero-copy,
  .ux-home .hero-copy,
  .hero-copy > *,
  .ux-hero .hero-copy > *,
  .ux-home .hero-copy > * {
    max-width: 348px !important;
  }

  .hero h1,
  .ux-home .hero h1,
  .ux-hero h1,
  .hero-copy h1 {
    max-width: 342px !important;
    font-size: 32px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    text-wrap: auto !important;
    overflow-wrap: break-word !important;
  }

  .hero-text,
  .hero-copy p {
    max-width: 348px !important;
    font-size: 15.5px !important;
    line-height: 1.62 !important;
  }

  .hero-bullets,
  .hero-bullets li {
    max-width: 332px !important;
    font-size: 15.5px !important;
    line-height: 1.55 !important;
  }

  .hero-actions,
  .hero-actions .primary-button,
  .hero-actions .secondary-button {
    max-width: 348px !important;
  }
}

@media (max-width: 380px) {
  .hero-copy,
  .ux-hero .hero-copy,
  .ux-home .hero-copy,
  .hero-copy > *,
  .ux-hero .hero-copy > *,
  .ux-home .hero-copy > *,
  .hero-actions,
  .hero-actions .primary-button,
  .hero-actions .secondary-button {
    max-width: 320px !important;
  }

  .hero h1,
  .ux-home .hero h1,
  .ux-hero h1,
  .hero-copy h1 {
    max-width: 318px !important;
    font-size: 29px !important;
  }

  .hero-bullets,
  .hero-bullets li {
    max-width: 304px !important;
  }
}


/* PHONE NAV + CTA BUTTON STACK CLEANUP - 2026-05-10 */
@media (max-width: 600px) {
  .site-header.mt-sticky-header,
  .site-header {
    position: sticky !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 10px 16px !important;
    grid-template-columns: 1fr 48px !important;
  }

  .menu-toggle {
    position: relative !important;
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 1002 !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    justify-self: end !important;
    border: 1px solid rgba(87, 231, 255, .24) !important;
    border-radius: 999px !important;
    background: rgba(8, 19, 45, .82) !important;
  }

  .menu-toggle span {
    display: block !important;
    width: 19px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: #f7fbff !important;
  }

  .hero-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  .hero-actions .primary-button,
  .hero-actions .secondary-button,
  .primary-button,
  .secondary-button {
    position: static !important;
    inset: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    transform: none !important;
    translate: none !important;
    line-height: 1.1 !important;
    white-space: normal !important;
    overflow: hidden !important;
  }
}


/* Hide floating consultation CTA on mobile so it never covers hero/buttons - 2026-05-10 */
@media (max-width: 980px) {
  .sticky-consultation {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}


/* Keep hamburger visible inside the phone viewport - 2026-05-10 */
@media (max-width: 980px) {
  .menu-toggle {
    position: fixed !important;
    top: 10px !important;
    right: 16px !important;
    left: auto !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 10000 !important;
  }

  body.admin-bar .menu-toggle {
    top: 56px !important;
  }

  #primary-nav,
  .site-header nav {
    position: fixed !important;
    top: 66px !important;
    left: 16px !important;
    right: 16px !important;
    width: auto !important;
    max-width: calc(100vw - 32px) !important;
    z-index: 9999 !important;
  }

  body.admin-bar #primary-nav,
  body.admin-bar .site-header nav {
    top: 112px !important;
  }
}


/* Headless/mobile preview fallback: keep hamburger inside 390px screenshots - 2026-05-10 */
@media (max-width: 600px) {
  .menu-toggle {
    left: 328px !important;
    right: auto !important;
    background: rgba(8, 19, 45, .94) !important;
    box-shadow: 0 0 22px rgba(25, 217, 255, .18) !important;
  }
}

@media (max-width: 380px) {
  .menu-toggle {
    left: 300px !important;
    right: auto !important;
  }
}


/* CLIENT POLISH PASS - brand palette, footer, press, articles - 2026-05-10 */
:root {
  --cyan: #1dd9ff;
  --blue: #006bb6;
  --violet: #0074d9;
  --magenta: #c95fa7;
  --pink: #1dd9ff;
  --gradient-brand: linear-gradient(135deg, #1dd9ff 0%, #0074d9 44%, #006bb6 72%, #1dd9ff 100%);
  --gradient-radial: radial-gradient(ellipse at top left, rgba(29, 217, 255, 0.28), transparent 44%), radial-gradient(ellipse at top right, rgba(29, 217, 255, 0.16), transparent 50%);
}

body {
  background:
    radial-gradient(circle at 16% 14%, rgba(29, 217, 255, 0.24), transparent 26rem),
    radial-gradient(circle at 72% 10%, rgba(0, 116, 217, 0.18), transparent 28rem),
    radial-gradient(circle at 84% 34%, rgba(29, 217, 255, 0.12), transparent 28rem),
    #070918 !important;
}

.text-gradient,
.section-heading h2,
.dts-section-heading h2,
.article-template h2,
.service-list h2 {
  background: var(--gradient-brand) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

.nav-cta,
.primary-button,
.article-button,
.dts-search-form button,
.dts-read-more {
  background: var(--gradient-brand) !important;
  color: #ffffff !important;
  box-shadow: 0 0 28px rgba(29, 217, 255, .22), 0 0 34px rgba(29, 217, 255, .18) !important;
}

.secondary-button {
  border-color: rgba(29, 217, 255, .48) !important;
  background: rgba(29, 217, 255, .08) !important;
}

.sticky-consultation {
  display: none !important;
}

.site-footer {
  width: min(1280px, calc(100% - 72px)) !important;
  padding: 70px 0 42px !important;
}

.footer-grid-optimized,
.footer-grid {
  display: grid !important;
  grid-template-columns: minmax(240px, 1.15fr) repeat(4, minmax(160px, .8fr)) !important;
  gap: clamp(28px, 4vw, 64px) !important;
  align-items: start !important;
}

.footer-brand,
.footer-column,
.footer-contact {
  min-width: 0 !important;
}

.footer-brand img {
  width: min(220px, 80%) !important;
  height: auto !important;
  margin-bottom: 24px !important;
  filter: drop-shadow(0 0 18px rgba(29, 217, 255, .24)) drop-shadow(0 0 18px rgba(29, 217, 255, .18)) !important;
}

.footer-brand p,
.footer-column a,
.footer-contact a,
.footer-bottom {
  color: #b9c7e7 !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}

.footer-column h3,
.footer-contact h3 {
  margin: 0 0 20px !important;
  color: #ffffff !important;
  font-size: 20px !important;
  letter-spacing: 0 !important;
}

.footer-column a,
.footer-contact a {
  display: block !important;
  margin-bottom: 12px !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

.footer-column a:hover,
.footer-contact a:hover {
  color: var(--cyan) !important;
}

.footer-bottom {
  margin-top: 48px !important;
  padding-top: 28px !important;
  border-top: 1px solid rgba(29, 217, 255, .18) !important;
}

.pre-footer-cta {
  overflow: hidden !important;
  border: 1px solid rgba(29, 217, 255, .24) !important;
  border-radius: 28px !important;
  background: radial-gradient(circle at 20% 10%, rgba(29, 217, 255, .18), transparent 26rem), rgba(8, 12, 30, .78) !important;
  padding: clamp(34px, 6vw, 64px) !important;
}

.pre-footer-cta h2 {
  max-width: 820px !important;
}

.dts-resource-row {
  display: none !important;
}

.dts-blog-tools {
  display: grid !important;
  grid-template-columns: minmax(280px, 1fr) auto !important;
  gap: 18px !important;
  align-items: center !important;
  margin-top: -24px !important;
  margin-bottom: 44px !important;
}

.dts-search-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 12px !important;
  padding: 10px !important;
  border: 1px solid rgba(29, 217, 255, .22) !important;
  border-radius: 18px !important;
  background: rgba(7, 13, 32, .72) !important;
}

.dts-search-form input {
  width: 100% !important;
  min-height: 48px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,.04) !important;
  color: #fff !important;
  padding: 0 16px !important;
}

.dts-search-form button {
  min-height: 48px !important;
  border: 0 !important;
  border-radius: 12px !important;
  font-weight: 900 !important;
  padding: 0 22px !important;
}

.dts-filter-chips {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  justify-content: flex-end !important;
}

.dts-filter-chips a {
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  border: 1px solid rgba(29, 217, 255, .2) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.035) !important;
  color: #dbe7ff !important;
  font-weight: 800 !important;
  padding: 0 18px !important;
}

.dts-filter-chips a.is-active {
  border-color: rgba(29, 217, 255, .62) !important;
  background: rgba(29, 217, 255, .14) !important;
  color: #ffffff !important;
}

.dts-featured-card,
.dts-post-card,
.dts-mini-card,
.dts-empty-card {
  border: 1px solid rgba(29, 217, 255, .18) !important;
  background: rgba(7, 13, 32, .82) !important;
  box-shadow: 0 20px 60px rgba(0,0,0,.28), inset 0 0 42px rgba(0, 116, 217, .08) !important;
}

.dts-post-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

.dts-post-card {
  display: flex !important;
  min-height: 100% !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border-radius: 22px !important;
}

.dts-card-image,
.dts-featured-media {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, rgba(214,97,155,.14), rgba(29,217,255,.12)) !important;
}

.dts-card-image img,
.dts-featured-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.dts-card-body,
.dts-featured-content {
  display: flex !important;
  flex: 1 !important;
  flex-direction: column !important;
  gap: 12px !important;
  padding: 24px !important;
}

.dts-card-body h2,
.dts-featured-content h2 {
  color: #fff !important;
  font-size: clamp(22px, 2.1vw, 30px) !important;
  line-height: 1.16 !important;
}

.dts-card-category,
.dts-kicker,
.eyebrow {
  color: var(--cyan) !important;
}

.dts-card-excerpt {
  color: #b8c7e8 !important;
  line-height: 1.62 !important;
}

.dts-read-more {
  display: inline-flex !important;
  width: fit-content !important;
  min-height: 42px !important;
  align-items: center !important;
  border-radius: 999px !important;
  margin-top: auto !important;
  padding: 0 18px !important;
  font-weight: 900 !important;
}

.dts-mini-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.dts-mini-card {
  min-height: 150px !important;
  border-radius: 18px !important;
  padding: 22px !important;
}

.dts-mini-card span {
  display: block !important;
  color: var(--cyan) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
}

.dts-mini-card strong {
  display: block !important;
  margin-top: 14px !important;
  color: #fff !important;
  font-size: 19px !important;
  line-height: 1.25 !important;
}

.dts-single-content h2,
.wp-article-content h2 {
  color: #1dd9ff !important;
}

.dts-single-content h3,
.wp-article-content h3 {
  color: #1dd9ff !important;
}

.dts-single-content a,
.wp-article-content a {
  color: #1dd9ff !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

.article-toc,
.article-inline-cta,
.article-faq,
.dts-related {
  border-color: rgba(29, 217, 255, .22) !important;
}

.ux-compact-hero h1,
.page-hero h1 {
  max-width: 980px !important;
  font-size: clamp(46px, 5.2vw, 74px) !important;
}

.ux-compact-hero p,
.page-hero > p {
  max-width: 760px !important;
}

.empty-public-card {
  max-width: 760px !important;
}

.company-card p:has(strong) {
  overflow-wrap: anywhere !important;
}

@media (max-width: 1100px) {
  .footer-grid-optimized,
  .footer-grid,
  .dts-post-grid,
  .dts-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .footer-brand { grid-column: 1 / -1 !important; }
}

@media (max-width: 720px) {
  .site-footer { width: min(100% - 32px, 1280px) !important; }
  .footer-grid-optimized,
  .footer-grid,
  .dts-blog-tools,
  .dts-post-grid,
  .dts-mini-grid {
    grid-template-columns: 1fr !important;
  }
  .dts-filter-chips { justify-content: flex-start !important; }
  .dts-search-form { grid-template-columns: 1fr !important; }
  .pre-footer-cta { width: min(100% - 32px, 1240px) !important; padding: 28px !important; }
  .ux-compact-hero h1,
  .page-hero h1 { font-size: clamp(34px, 10vw, 46px) !important; }
}


/* Press buttons must show readable labels, not arrow-only - 2026-05-10 */
.dts-read-more {
  min-height: 42px !important;
  background: var(--gradient-brand) !important;
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 1 !important;
  padding: 0 18px !important;
}

.dts-read-more::after {
  content: none !important;
  display: none !important;
}


/* Imported solutions polish - 2026-05-10 */
.featured-solution-card h2 {
  font-size: clamp(22px, 2.1vw, 30px) !important;
  line-height: 1.16 !important;
}

.solution-detail-content {
  display: grid !important;
  gap: 28px !important;
  color: #c8d6f4 !important;
  font-size: 18px !important;
  line-height: 1.75 !important;
}

.solution-detail-content h2,
.solution-detail-content h3,
.solution-imported-content h2,
.solution-imported-content h3 {
  color: var(--cyan) !important;
  margin-top: 24px !important;
}

.solution-detail-content h2,
.solution-imported-content h2 {
  color: #1dd9ff !important;
  font-size: clamp(28px, 3vw, 42px) !important;
}

.solution-detail-content ul,
.solution-detail-content ol {
  padding-left: 22px !important;
}

.solution-overview,
.solution-benefits,
.solution-faq,
.solution-imported-content {
  border: 1px solid rgba(29, 217, 255, .18) !important;
  border-radius: 22px !important;
  background: rgba(7, 13, 32, .68) !important;
  padding: clamp(22px, 3vw, 34px) !important;
}

.solution-detail-content a {
  color: #1dd9ff !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

.solution-faq details {
  border: 1px solid rgba(29, 217, 255, .18) !important;
  border-radius: 16px !important;
  margin-top: 12px !important;
  padding: 16px 18px !important;
}


/* MOBILE GLOBAL QA PASS - spacing, header, cards, footer - 2026-05-10 */
@media (max-width: 720px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

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

  .site-header.mt-sticky-header,
  .site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9998 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 48px !important;
    width: 100% !important;
    height: 78px !important;
    min-height: 78px !important;
    max-width: 100% !important;
    gap: 10px !important;
    align-items: center !important;
    margin: 0 !important;
    border-width: 0 0 1px !important;
    border-radius: 0 !important;
    padding: 10px 16px !important;
    background: rgba(3, 8, 18, .96) !important;
    box-shadow: 0 12px 28px rgba(0,0,0,.26) !important;
    transform: none !important;
  }

  body.admin-bar .site-header.mt-sticky-header,
  body.admin-bar .site-header {
    top: 46px !important;
  }

  .brand,
  .site-header .brand {
    width: 150px !important;
    max-width: 150px !important;
    min-width: 0 !important;
    height: 58px !important;
    align-items: center !important;
  }

  .brand img,
  .site-header .brand img {
    width: 142px !important;
    height: 48px !important;
    object-fit: contain !important;
  }

  .menu-toggle,
  .site-header .menu-toggle {
    position: fixed !important;
    top: 16px !important;
    right: 16px !important;
    left: auto !important;
    z-index: 10001 !important;
    display: inline-flex !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    flex-direction: column !important;
    gap: 5px !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(29, 217, 255, .32) !important;
    border-radius: 999px !important;
    background: rgba(8, 19, 45, .96) !important;
    box-shadow: 0 0 24px rgba(29, 217, 255, .16) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  body.admin-bar .menu-toggle,
  body.admin-bar .site-header .menu-toggle {
    top: 62px !important;
  }

  #primary-nav,
  .site-header nav {
    position: fixed !important;
    top: 88px !important;
    left: 16px !important;
    right: auto !important;
    display: none !important;
    width: calc(100dvw - 32px) !important;
    max-width: calc(100dvw - 32px) !important;
    max-height: calc(100dvh - 108px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    flex-direction: column !important;
    gap: 12px !important;
    border: 1px solid rgba(29, 217, 255, .22) !important;
    border-radius: 22px !important;
    background: rgba(5, 11, 24, .985) !important;
    padding: 18px !important;
    box-shadow: 0 24px 60px rgba(0,0,0,.56) !important;
    transform: none !important;
  }

  body.admin-bar #primary-nav,
  body.admin-bar .site-header nav {
    top: 134px !important;
  }

  #primary-nav.is-open,
  .site-header nav.is-open {
    display: flex !important;
  }

  .primary-menu,
  .site-header nav ul {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 8px !important;
    align-items: stretch !important;
  }

  .primary-menu li,
  .has-mega-menu,
  .press-menu-item {
    width: 100% !important;
  }

  .primary-menu a,
  .mega-toggle,
  .site-header nav a {
    justify-content: flex-start !important;
    width: 100% !important;
    min-height: 48px !important;
    padding: 12px 14px !important;
    border-radius: 14px !important;
    font-size: 18px !important;
    text-align: left !important;
  }

  .solutions-mega,
  .press-mega {
    position: static !important;
    display: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    margin-top: 8px !important;
    padding: 16px !important;
    transform: none !important;
  }

  .has-mega-menu.mega-open .solutions-mega,
  .has-mega-menu:focus-within .solutions-mega,
  .has-mega-menu.mega-open .press-mega,
  .has-mega-menu:focus-within .press-mega {
    display: grid !important;
  }

  .mega-intro h2 {
    font-size: 25px !important;
    line-height: 1.16 !important;
  }

  .mega-intro p,
  .mega-links a {
    font-size: 15px !important;
    line-height: 1.45 !important;
  }

  main,
  .ux-home,
  .ux-products-page,
  .ux-solutions-page,
  .solution-detail-page,
  .dts-press-page {
    padding-top: 78px !important;
  }

  .section-shell,
  .ux-home > section,
  .ux-products-page > section,
  .ux-solutions-page > section,
  .solution-detail-page > section,
  .dts-press-page > section,
  .hero.section-shell,
  .ux-hero.hero,
  .page-hero.section-shell,
  .pre-footer-cta.section-shell,
  .site-footer.section-shell {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    overflow: hidden !important;
  }

  .breadcrumbs {
    width: 100% !important;
    max-width: 100% !important;
    padding: 22px 20px 14px !important;
    margin: 0 !important;
    flex-wrap: wrap !important;
    line-height: 1.4 !important;
  }

  .hero.section-shell,
  .ux-hero.hero {
    min-height: auto !important;
    padding-top: 24px !important;
    padding-bottom: 38px !important;
    gap: 26px !important;
  }

  .page-hero.section-shell,
  .ux-compact-hero,
  .solution-detail-hero {
    min-height: auto !important;
    padding-top: 34px !important;
    padding-bottom: 44px !important;
  }

  .eyebrow,
  .dts-kicker,
  .case-sector {
    margin-bottom: 14px !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    letter-spacing: .18em !important;
  }

  .hero h1,
  .ux-home .hero h1,
  .page-hero h1,
  .ux-compact-hero h1,
  .solution-detail-hero h1,
  .dts-press-hero h1 {
    max-width: 100% !important;
    margin-bottom: 18px !important;
    font-size: clamp(31px, 9.2vw, 42px) !important;
    line-height: 1.16 !important;
    text-wrap: auto !important;
  }

  .hero-text,
  .page-hero > p,
  .ux-compact-hero p,
  .solution-detail-hero p,
  .dts-press-hero p {
    max-width: 100% !important;
    margin-bottom: 22px !important;
    font-size: 16px !important;
    line-height: 1.58 !important;
  }

  .hero-bullets {
    display: grid !important;
    gap: 10px !important;
    margin: 0 0 22px !important;
    padding-left: 18px !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
  }

  .hero-actions,
  .assessment-cta {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .primary-button,
  .secondary-button,
  .article-button,
  .nav-cta,
  .mobile-nav-cta {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 52px !important;
    height: auto !important;
    padding: 0 16px !important;
    border-radius: 16px !important;
    font-size: 15px !important;
    text-align: center !important;
  }

  .command-core,
  .radar-core,
  .hero-ops-panel {
    min-height: 430px !important;
    max-width: 100% !important;
    margin-top: 0 !important;
    border-radius: 24px !important;
  }

  .radar-status {
    left: 50% !important;
    bottom: 16px !important;
    width: min(276px, calc(100% - 32px)) !important;
    transform: translateX(-50%) !important;
  }

  .platform,
  .solutions,
  .motion,
  .products,
  .partners-preview,
  .testimonials,
  .faq,
  .team,
  .case-studies,
  .home-assessment {
    padding-top: 54px !important;
    padding-bottom: 18px !important;
  }

  .section-heading {
    margin-bottom: 24px !important;
  }

  .section-heading h2,
  h2 {
    font-size: clamp(28px, 8.2vw, 38px) !important;
    line-height: 1.16 !important;
  }

  .solution-grid,
  .ux-card-grid,
  .assessment-grid,
  .outcome-grid,
  .case-study-grid,
  .dts-post-grid,
  .dts-mini-grid,
  .whitepaper-grid,
  .webinar-layout,
  .contact-layout,
  .footer-grid,
  .footer-grid-optimized {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .ux-service-card,
  .product-card,
  .case-study-card,
  .outcome-card,
  .webinar-card,
  .whitepaper-card,
  .dts-post-card,
  .dts-mini-card,
  .contact-form,
  .company-card {
    min-height: auto !important;
    border-radius: 20px !important;
    padding: 22px !important;
  }

  .home-partner-grid,
  .logo-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    max-width: 100% !important;
  }

  .partner-logo {
    min-height: 112px !important;
    height: 112px !important;
    border-radius: 22px !important;
    padding: 18px !important;
  }

  .partner-logo img {
    max-width: 82% !important;
    max-height: 58px !important;
    object-fit: contain !important;
  }

  .pre-footer-cta {
    margin-top: 44px !important;
    margin-bottom: 36px !important;
    border-radius: 24px !important;
    padding: 30px 20px !important;
    text-align: center !important;
  }

  .pre-footer-cta h2 {
    font-size: clamp(28px, 8.5vw, 38px) !important;
    line-height: 1.14 !important;
    margin-bottom: 14px !important;
  }

  .pre-footer-cta p:not(.eyebrow) {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .site-footer {
    padding-top: 18px !important;
    padding-bottom: 34px !important;
  }

  .footer-brand img {
    width: 210px !important;
    max-width: 70vw !important;
    margin-bottom: 18px !important;
  }

  .footer-column h3,
  .footer-contact h3 {
    margin-bottom: 12px !important;
    font-size: 18px !important;
  }

  .footer-column a,
  .footer-contact a,
  .footer-brand p,
  .footer-bottom {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .footer-social {
    display: flex !important;
    gap: 10px !important;
    margin-top: 14px !important;
  }

  .footer-social a {
    width: auto !important;
    min-width: 104px !important;
    height: 42px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    font-weight: 900 !important;
  }

  .footer-bottom {
    margin-top: 24px !important;
    padding-top: 18px !important;
  }

  .whatsapp-float {
    right: 18px !important;
    bottom: 18px !important;
    width: 58px !important;
    height: 58px !important;
    z-index: 9000 !important;
  }

  .whatsapp-float svg {
    width: 30px !important;
    height: 30px !important;
  }
}

@media (max-width: 420px) {
  .section-shell,
  .ux-home > section,
  .ux-products-page > section,
  .ux-solutions-page > section,
  .solution-detail-page > section,
  .dts-press-page > section,
  .hero.section-shell,
  .ux-hero.hero,
  .page-hero.section-shell,
  .pre-footer-cta.section-shell,
  .site-footer.section-shell {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .hero h1,
  .ux-home .hero h1,
  .page-hero h1,
  .ux-compact-hero h1,
  .solution-detail-hero h1,
  .dts-press-hero h1 {
    font-size: clamp(29px, 8.5vw, 36px) !important;
  }

  .home-partner-grid,
  .logo-grid {
    gap: 12px !important;
  }

  .partner-logo {
    height: 104px !important;
    min-height: 104px !important;
    border-radius: 18px !important;
    padding: 14px !important;
  }
}


/* Mobile overlay cleanup - no floating buttons over content - 2026-05-10 */
@media (max-width: 720px) {
  .whatsapp-float,
  .sticky-consultation {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}


/* Mobile partner logos visibility fix - source files have large white margins - 2026-05-10 */
@media (max-width: 720px) {
  .partner-logo img,
  .home-partner-grid .partner-logo img,
  .logo-grid .partner-logo img {
    width: 100% !important;
    height: 82px !important;
    max-width: 100% !important;
    max-height: 82px !important;
    object-fit: contain !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

@media (max-width: 420px) {
  .partner-logo img,
  .home-partner-grid .partner-logo img,
  .logo-grid .partner-logo img {
    height: 78px !important;
    max-height: 78px !important;
  }
}


/* Novamira live brand color correction: blue/cyan identity - 2026-05-10 */
:root {
  --violet: #0a84ff !important;
  --magenta: #21c7ff !important;
  --gradient-brand: linear-gradient(135deg, #0057c2, #0074d9, #19d9ff, #8ff3ff) !important;
  --gradient-radial: radial-gradient(ellipse at top, rgba(0, 116, 217, 0.42), transparent 62%) !important;
  --shadow-glow: 0 0 60px rgba(28, 142, 255, 0.38), 0 0 120px rgba(29, 217, 255, 0.16) !important;
}
.text-gradient,
.section-heading h2,
.dts-section-heading h2,
.article-template h2,
.service-list h2,
.solution-detail-content h2,
.solution-imported-content h2,
.dts-single-content h2,
.wp-article-content h2 {
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  color: #77dcff !important;
}
.nav-cta,
.primary-button,
.article-button,
.dts-search-form button,
.dts-read-more {
  background: var(--gradient-brand) !important;
  box-shadow: 0 0 28px rgba(29, 217, 255, .22), 0 0 34px rgba(0, 116, 217, .18) !important;
}
.secondary-button {
  border-color: rgba(29, 217, 255, .48) !important;
  background: rgba(0, 116, 217, .1) !important;
}

/* Novamira live UX corrections: header, resources, cards, readable text - 2026-05-10 */
.site-header.mt-sticky-header,
.site-header {
  position: fixed !important;
  top: 18px !important;
  z-index: 9999 !important;
  grid-template-columns: 190px minmax(0, 1fr) auto !important;
  gap: 18px !important;
  background: rgba(3, 8, 18, .94) !important;
}
.primary-menu,
.site-header nav ul {
  gap: clamp(14px, 1.6vw, 24px) !important;
  align-items: center !important;
}
.primary-menu a,
.mega-toggle,
.site-header nav a {
  min-height: 40px !important;
  color: #dce8ff !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}
.primary-menu a:hover,
.mega-toggle:hover,
.primary-menu .is-active,
.mega-toggle.is-active {
  color: #19d9ff !important;
}
.mega-toggle::after {
  content: "▾" !important;
  margin-left: 7px !important;
  color: #19d9ff !important;
  font-size: 10px !important;
}
.solutions-mega,
.press-mega {
  border-color: rgba(29, 217, 255, .28) !important;
  background: rgba(3, 8, 18, .985) !important;
  box-shadow: 0 24px 58px rgba(0,0,0,.42), 0 0 32px rgba(29,217,255,.14) !important;
}
.mega-links a:hover {
  background: rgba(29, 217, 255, .1) !important;
}
.nav-cta,
.mobile-nav-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.hero h1,
.page-hero h1,
.ux-compact-hero h1,
.solution-detail-hero h1,
.dts-press-hero h1,
.article-template h1,
.dts-single-post h1 {
  max-width: 1080px !important;
  font-size: clamp(42px, 5vw, 68px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  text-wrap: balance !important;
}
.hero-text,
.page-hero > p,
.ux-compact-hero p,
.solution-detail-hero p,
.dts-press-hero p,
.article-intro {
  color: #d7e6ff !important;
  font-size: clamp(17px, 1.45vw, 21px) !important;
  line-height: 1.7 !important;
}
.resources-preview {
  padding: 86px 0 20px !important;
}
.resource-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
}
.resource-card {
  display: grid !important;
  min-height: 280px !important;
  align-content: start !important;
  gap: 14px !important;
  overflow: hidden !important;
  border: 1px solid rgba(29, 217, 255, .24) !important;
  border-radius: 24px !important;
  background: linear-gradient(135deg, rgba(5, 13, 28, .92), rgba(7, 32, 64, .74)), url("./article-hero.jpg") center / cover !important;
  box-shadow: 0 20px 60px rgba(0,0,0,.34), 0 0 34px rgba(29,217,255,.12) !important;
  color: #f6fbff !important;
  padding: clamp(24px, 3vw, 34px) !important;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease !important;
}
.resource-card:hover,
.ux-service-card:hover,
.featured-solution-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(29, 217, 255, .62) !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.36), 0 0 40px rgba(29,217,255,.22) !important;
}
.resource-card span,
.resource-card strong,
.ux-service-card strong,
.featured-solution-card strong {
  color: #19d9ff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}
.resource-card h3 {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(25px, 3vw, 36px) !important;
  line-height: 1.08 !important;
}
.resource-card p {
  color: #d7e6ff !important;
  line-height: 1.62 !important;
}
.ux-card-grid,
.solution-grid {
  align-items: stretch !important;
}
.ux-service-card,
.featured-solution-card {
  display: flex !important;
  min-height: 315px !important;
  flex-direction: column !important;
  border: 1px solid rgba(29,217,255,.22) !important;
  border-radius: 22px !important;
  background: rgba(7, 19, 36, .76) !important;
  color: inherit !important;
  padding: 26px !important;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease !important;
}
.ux-service-card p,
.featured-solution-card p {
  color: #c8d8f5 !important;
  line-height: 1.62 !important;
}
.ux-service-card strong,
.featured-solution-card strong {
  margin-top: auto !important;
}
.dts-blog-tools {
  margin-top: 26px !important;
}
.dts-search-form input {
  color: #ffffff !important;
}
.dts-search-form input::placeholder {
  color: #93a9cf !important;
}
.dts-empty-card {
  grid-column: 1 / -1 !important;
}
@media (max-width: 980px) {
  .resource-grid {
    grid-template-columns: 1fr !important;
  }
  .site-header.mt-sticky-header,
  .site-header {
    grid-template-columns: minmax(0, 1fr) 48px !important;
  }
  .header-actions {
    display: none !important;
  }
}
@media (max-width: 720px) {
  .site-header.mt-sticky-header,
  .site-header {
    top: 0 !important;
  }
  .hero h1,
  .page-hero h1,
  .ux-compact-hero h1,
  .solution-detail-hero h1,
  .dts-press-hero h1,
  .article-template h1,
  .dts-single-post h1 {
    font-size: clamp(31px, 8.6vw, 42px) !important;
    line-height: 1.14 !important;
  }
  .resources-preview {
    padding-top: 48px !important;
  }
  .resource-card,
  .ux-service-card,
  .featured-solution-card {
    min-height: auto !important;
  }
}
/* Live article + solution cleanup - 2026-05-10 */
.anchor-nav {
  display: none !important;
}

.single-post .breadcrumbs {
  padding-top: 86px !important;
  padding-bottom: 10px !important;
  letter-spacing: .16em !important;
}

.single-post .breadcrumbs span:last-child {
  max-width: 120px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.single-post .dts-single-hero {
  min-height: clamp(360px, 42vh, 520px) !important;
  margin-top: 0 !important;
}

.article-toc {
  background: linear-gradient(135deg, rgba(5, 13, 28, .96), rgba(5, 27, 48, .86)) !important;
  border-color: rgba(29, 217, 255, .28) !important;
  box-shadow: 0 18px 54px rgba(0,0,0,.28), 0 0 32px rgba(29,217,255,.1) !important;
}

.article-toc h2,
.article-toc .toc-title {
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  color: #f7fbff !important;
  -webkit-text-fill-color: #f7fbff !important;
  font-size: clamp(30px, 3.2vw, 46px) !important;
}

.article-toc a,
.article-toc .toc-links a,
.dts-single-content .article-toc a {
  display: block !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 10px 0 !important;
  color: #58e8ff !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(88, 232, 255, .32) !important;
  text-underline-offset: 0 !important;
}

.article-toc a:hover,
.article-toc .toc-links a:hover {
  color: #ffffff !important;
  border-color: rgba(255,255,255,.7) !important;
}

.dts-single-content h2,
.wp-article-content h2 {
  color: #58e8ff !important;
  -webkit-text-fill-color: #58e8ff !important;
}

.dts-single-content h3,
.wp-article-content h3 {
  color: #a9dfff !important;
  -webkit-text-fill-color: #a9dfff !important;
}

@media (max-width: 720px) {
  .single-post .breadcrumbs {
    padding: 14px 20px 8px !important;
    font-size: 12px !important;
  }
  .single-post .dts-single-hero {
    min-height: 300px !important;
    border-radius: 0 0 24px 24px !important;
  }
  .article-toc h2,
  .article-toc .toc-title {
    font-size: clamp(26px, 8vw, 34px) !important;
  }
}
/* Client-ready QA pass: click menus, logo palette, footer polish - 2026-05-10 */
:root {
  --logo-pink: #d85b9f;
  --logo-purple: #8a63f7;
  --logo-blue: #0074d9;
  --logo-cyan: #19d9ff;
  --violet: #8a63f7 !important;
  --magenta: #d85b9f !important;
  --gradient-brand: linear-gradient(135deg, #d85b9f 0%, #8a63f7 42%, #0074d9 70%, #19d9ff 100%) !important;
  --gradient-radial: radial-gradient(ellipse at top, rgba(138, 99, 247, 0.34), transparent 58%) !important;
  --shadow-glow: 0 0 54px rgba(216, 91, 159, .18), 0 0 90px rgba(25, 217, 255, .16) !important;
}

.has-mega-menu:not(.mega-open):hover .solutions-mega,
.has-mega-menu:not(.mega-open):hover .press-mega {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
  transform: translate(-36%, 12px) !important;
}

.has-mega-menu.mega-open .solutions-mega,
.has-mega-menu.mega-open .press-mega {
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
}

.mega-toggle {
  appearance: none;
  border: 0;
  background: transparent;
  color: #dce8ff;
  cursor: pointer;
  font-family: inherit;
}

.nav-cta,
.primary-button,
.article-button,
.dts-search-form button,
.dts-read-more,
input[type="submit"],
button[type="submit"] {
  background: var(--gradient-brand) !important;
  color: #ffffff !important;
  box-shadow: 0 0 28px rgba(216, 91, 159, .18), 0 0 34px rgba(25, 217, 255, .2) !important;
}

.text-gradient,
.section-heading h2,
.dts-section-heading h2,
.article-template h2,
.service-list h2,
.solution-detail-content h2,
.solution-imported-content h2,
.dts-single-content h2,
.wp-article-content h2 {
  color: #70e7ff !important;
  -webkit-text-fill-color: #70e7ff !important;
}

.footer-grid-optimized {
  grid-template-columns: minmax(260px, 1.2fr) repeat(4, minmax(150px, 1fr)) !important;
  gap: clamp(28px, 4vw, 70px) !important;
  align-items: start !important;
}

.footer-brand p,
.footer-column a,
.footer-contact a {
  color: #c9d8f4 !important;
}

.footer-column a:hover,
.footer-contact a:hover {
  color: var(--logo-cyan) !important;
}

.footer-social {
  display: flex !important;
  gap: 12px !important;
  margin-top: 24px !important;
}

.footer-social .social-link,
.footer-social a {
  display: inline-grid !important;
  width: 56px !important;
  min-width: 56px !important;
  height: 56px !important;
  place-items: center !important;
  border: 1px solid rgba(112, 231, 255, .3) !important;
  border-radius: 999px !important;
  background: rgba(7, 19, 36, .72) !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  letter-spacing: .03em !important;
  text-transform: uppercase !important;
  box-shadow: inset 0 0 24px rgba(25, 217, 255, .08), 0 0 22px rgba(216, 91, 159, .08) !important;
}

.footer-social .social-link:hover,
.footer-social a:hover {
  border-color: rgba(216, 91, 159, .72) !important;
  background: linear-gradient(135deg, rgba(216, 91, 159, .24), rgba(25, 217, 255, .16)) !important;
  transform: translateY(-2px) !important;
}

.pre-footer-cta {
  background: linear-gradient(135deg, rgba(216, 91, 159, .14), rgba(25, 217, 255, .1)), rgba(7, 19, 36, .72) !important;
}

.whatsapp-float {
  background: #20d466 !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  box-shadow: 0 14px 40px rgba(32, 212, 102, .35), 0 0 0 8px rgba(32, 212, 102, .08) !important;
}

.article-toc h2,
.article-toc .toc-title {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.article-toc a,
.article-toc .toc-links a,
.dts-single-content .article-toc a,
.wp-article-content a,
.dts-single-content a {
  color: #49e8ff !important;
}

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

@media (max-width: 720px) {
  .has-mega-menu:not(.mega-open):hover .solutions-mega,
  .has-mega-menu:not(.mega-open):hover .press-mega {
    transform: none !important;
  }

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

  .footer-social .social-link,
  .footer-social a {
    width: 52px !important;
    min-width: 52px !important;
    height: 52px !important;
  }

  #primary-nav,
  .site-header nav {
    right: 16px !important;
  }
}
/* Social icon footer upgrade - linked to legacy official social URLs - 2026-05-10 */
.footer-social .social-link svg {
  width: 22px !important;
  height: 22px !important;
  display: block !important;
  fill: currentColor !important;
}
.footer-social .social-link {
  font-size: 0 !important;
  color: #ffffff !important;
}
.footer-social .social-facebook { background: linear-gradient(135deg, rgba(24,119,242,.92), rgba(25,217,255,.42)) !important; }
.footer-social .social-x { background: linear-gradient(135deg, rgba(9,13,24,.96), rgba(138,99,247,.32)) !important; }
.footer-social .social-youtube { background: linear-gradient(135deg, rgba(255,0,0,.92), rgba(216,91,159,.34)) !important; }
.footer-social .social-linkedin { background: linear-gradient(135deg, rgba(0,119,181,.92), rgba(25,217,255,.34)) !important; }
/* Header CTA duplication fix - desktop shows one CTA, mobile CTA lives inside drawer only - 2026-05-10 */
.site-header .mobile-nav-cta {
  display: none !important;
}
.site-header .header-actions .nav-cta {
  display: inline-flex !important;
}
@media (max-width: 980px) {
  .site-header .header-actions {
    display: none !important;
  }
  #primary-nav.is-open .mobile-nav-cta,
  .site-header nav.is-open .mobile-nav-cta {
    display: inline-flex !important;
    margin-top: 10px !important;
  }
}
/* Press Center corrections: hover dropdowns, article images, pagination, brand metrics - 2026-05-10 */
.has-mega-menu:hover .solutions-mega,
.has-mega-menu:focus-within .solutions-mega,
.has-mega-menu.mega-open .solutions-mega,
.has-mega-menu:hover .press-mega,
.has-mega-menu:focus-within .press-mega,
.has-mega-menu.mega-open .press-mega {
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
  transform: translate(-36%, 0) !important;
}
.outcome-card strong,
.case-metric,
.metric-number {
  background: var(--gradient-brand) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}
.dts-post-card .dts-card-image,
.dts-featured-media {
  display: block !important;
  overflow: hidden !important;
  border-radius: 20px !important;
  background: rgba(7, 19, 36, .86) !important;
}
.dts-post-card .dts-card-image img,
.dts-featured-media img {
  display: block !important;
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
}
.dts-popular-card .dts-card-image img {
  height: 170px !important;
}
.dts-pagination {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 34px 0 20px !important;
}
.dts-pagination .page-numbers {
  display: inline-flex !important;
  min-width: 44px !important;
  height: 44px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(112,231,255,.24) !important;
  border-radius: 999px !important;
  background: rgba(7,19,36,.76) !important;
  color: #dce8ff !important;
  font-weight: 900 !important;
  padding: 0 15px !important;
}
.dts-pagination .current,
.dts-pagination .page-numbers:hover {
  background: var(--gradient-brand) !important;
  color: #fff !important;
}
@media (max-width: 720px) {
  .has-mega-menu:hover .solutions-mega,
  .has-mega-menu:not(.mega-open):hover .solutions-mega,
  .has-mega-menu:focus-within .solutions-mega,
  .has-mega-menu.mega-open .solutions-mega,
  .has-mega-menu:hover .press-mega,
  .has-mega-menu:not(.mega-open):hover .press-mega,
  .has-mega-menu:focus-within .press-mega,
  .has-mega-menu.mega-open .press-mega {
    transform: none !important;
  }
}
/* === Final client-ready fixes: Press Center resources, mobile nav, solution spacing === */
.site-header { align-items: center; }
.menu-toggle { align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
.menu-toggle span { margin: 0 auto; }
.press-menu-item .mega-toggle { color: inherit; }
.press-menu-item .mega-toggle.is-active,
.press-menu-item.mega-open .mega-toggle { color: var(--cyan); }

.mt-resource-page {
  background: radial-gradient(circle at 78% 10%, rgba(25,217,255,.12), transparent 25rem), linear-gradient(180deg,#030713 0%,#071124 48%,#030713 100%);
  color: var(--text);
}
.mt-resource-page .breadcrumbs { padding-top: 104px; }
.mt-resource-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(360px, .84fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: 520px;
  padding-top: 48px;
  padding-bottom: 58px;
  overflow: hidden;
}
.mt-resource-hero:before {
  content:""; position:absolute; inset:0; z-index:0;
  background: radial-gradient(circle at 68% 45%, rgba(58,76,255,.22), transparent 22rem), radial-gradient(circle at 86% 30%, rgba(25,217,255,.15), transparent 18rem);
  pointer-events:none;
}
.mt-resource-hero > * { position: relative; z-index: 1; }
.mt-resource-pill,.mt-section-kicker {
  display: inline-flex; width:max-content; border-radius: 999px; background: rgba(189,57,244,.18); color: #72f0ff;
  font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; padding: 8px 12px; margin-bottom: 18px;
}
.mt-resource-hero h1 { max-width: 680px; color:#fff; font-size: clamp(40px, 5vw, 72px); line-height: 1.06; letter-spacing:-.04em; margin:0 0 22px; }
.mt-resource-hero h1 span { color:#c84cff; }
.mt-resource-hero-copy > p:not(.mt-resource-pill) { max-width: 600px; color:#d3def6; font-size: clamp(17px, 1.65vw, 21px); line-height: 1.65; margin:0 0 34px; }
.mt-hero-benefits { display:grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 26px; }
.mt-hero-benefits.two { grid-template-columns: repeat(2,minmax(0,1fr)); max-width: 600px; }
.mt-hero-benefits div { display:grid; grid-template-columns: 48px 1fr; column-gap:14px; align-items:center; min-width:0; }
.mt-hero-benefits img { grid-row: span 2; width:48px; height:48px; border-radius:14px; padding:9px; background:linear-gradient(135deg,rgba(214,67,255,.38),rgba(25,217,255,.18)); }
.mt-hero-benefits strong { color:#fff; font-size:14px; }
.mt-hero-benefits small { color:#b8c7e7; line-height:1.45; }
.mt-webinar-visual,.mt-paper-visual { min-height: 390px; position:relative; display:grid; place-items:center; }
.webinar-screen { position:relative; width:min(440px,100%); aspect-ratio: 1.45; border:1px solid rgba(117,212,255,.24); border-radius:28px; background: linear-gradient(145deg, rgba(11,29,61,.95), rgba(3,7,19,.95)); box-shadow: 0 34px 90px rgba(0,0,0,.5), 0 0 80px rgba(25,217,255,.16); transform: perspective(900px) rotateY(-10deg) rotateX(4deg); overflow:hidden; }
.webinar-screen:before { content:""; position:absolute; inset:58px 40px 72px; border-radius:18px; background:radial-gradient(circle at 50% 28%, rgba(255,255,255,.32), transparent 34px), linear-gradient(180deg,rgba(23,113,255,.3),rgba(5,12,30,.55)); }
.live-dot { position:absolute; top:28px; left:28px; border-radius:6px; background:#ff2f56; color:#fff; font-size:12px; font-weight:900; padding:6px 9px; }
.attendees { position:absolute; bottom:24px; left:38px; right:38px; display:flex; gap:12px; justify-content:center; }
.attendees i { width:42px; height:28px; border-radius:10px; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.12); }
.shield-lock { position:absolute; right:2%; bottom:8%; width:110px; height:132px; display:grid; place-items:center; border:1px solid rgba(25,217,255,.28); border-radius:40% 40% 48% 48%; background:linear-gradient(180deg,rgba(25,217,255,.22),rgba(31,73,255,.12)); color:#8ff4ff; font-size:44px; box-shadow:0 0 60px rgba(25,217,255,.24); }
.paper-cover { position:relative; width:min(310px,75%); aspect-ratio:.72; border-radius:12px; padding:46px 34px; background:linear-gradient(145deg,#0b1c46,#071022 55%,#09182f); border:1px solid rgba(92,190,255,.34); box-shadow: 0 42px 90px rgba(0,0,0,.55), 0 0 80px rgba(25,217,255,.16); transform: perspective(900px) rotateY(-14deg) rotateZ(2deg); text-transform:uppercase; }
.paper-cover small,.paper-cover strong,.paper-cover span { display:block; color:#dce9ff; }
.paper-cover small { font-size:24px; font-weight:900; line-height:1.05; }
.paper-cover strong { margin-top:4px; font-size:30px; }
.paper-cover span { margin-top:16px; color:#92a7df; font-size:13px; text-transform:none; }
.mt-paper-visual i { position:absolute; right:4%; width:170px; height:82px; border:1px solid rgba(116,98,255,.22); border-radius:16px; background:rgba(59,49,122,.18); }
.mt-paper-visual i:nth-child(2){ top:18%; } .mt-paper-visual i:nth-child(3){ top:42%; } .mt-paper-visual i:nth-child(4){ bottom:16%; }
.mt-resource-section { padding-top: 54px; padding-bottom: 34px; text-align:center; }
.mt-resource-section h2 { color:#fff; font-size: clamp(30px,4vw,48px); margin: 0 0 34px; }
.mt-webinar-grid,.mt-ondemand-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; text-align:left; }
.mt-webinar-card,.mt-video-card,.mt-paper-card,.category-box,.subscribe-box { overflow:hidden; border:1px solid rgba(87,231,255,.18); border-radius:18px; background:rgba(5,14,31,.74); box-shadow: inset 0 0 44px rgba(0,116,217,.08); }
.mt-card-image,.video-thumb { position:relative; height:190px; overflow:hidden; background:rgba(14,27,58,.9); }
.mt-card-image img,.video-thumb img { width:100%; height:100%; object-fit:cover; opacity:.62; filter:saturate(1.05) contrast(1.08); }
.mt-card-image:after,.video-thumb:after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent,rgba(3,7,19,.92)); }
.date-badge { position:absolute; z-index:2; top:16px; left:16px; display:grid; place-items:center; width:64px; height:72px; border-radius:10px; background:linear-gradient(180deg,#d544ff,#7c56ff); color:#fff; font-size:28px; font-weight:900; line-height:1; }
.date-badge small { display:block; font-size:14px; margin-top:2px; }
.mt-webinar-body,.paper-body { padding:22px; }
.webinar-meta { color:#d9e7ff; font-size:13px; font-weight:800; margin:0 0 14px; }
.webinar-meta span { display:inline-flex; border-radius:4px; background:#f0445e; color:#fff; padding:4px 7px; margin-right:8px; }
.mt-webinar-card h3,.mt-video-card h3,.mt-paper-card h3 { color:#fff; font-size:22px; line-height:1.18; margin:0 0 12px; }
.mt-webinar-card p,.mt-video-card p,.mt-paper-card p { color:#bdcae6; line-height:1.62; margin:0 0 18px; }
.mt-gradient-btn,.mt-outline-btn { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:46px; border-radius:12px; font-weight:900; }
.mt-gradient-btn { width:100%; background:linear-gradient(100deg,#ee4ed2,#0cb8ff); color:#fff; }
.mt-outline-btn { margin-top:28px; min-width:330px; border:1px solid rgba(238,78,210,.56); color:#fff; background:rgba(5,13,28,.45); padding:0 28px; }
.mt-ondemand { padding-top:60px; border-top:1px solid rgba(87,231,255,.08); }
.play-btn { position:absolute; z-index:2; inset:0; margin:auto; width:72px; height:72px; display:grid; place-items:center; border:3px solid rgba(255,255,255,.86); border-radius:50%; color:#fff; font-size:24px; }
.video-thumb small { position:absolute; z-index:2; right:16px; bottom:14px; border-radius:999px; background:rgba(0,0,0,.55); color:#fff; font-size:12px; padding:5px 9px; }
.mt-video-card { padding-bottom:22px; }
.mt-video-card h3,.mt-video-card p,.mt-video-card a { margin-left:22px; margin-right:22px; }
.mt-video-card a { color:#22e9ff; font-weight:900; }
.mt-resource-benefit-strip { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; border:1px solid rgba(87,231,255,.18); border-radius:18px; background:rgba(5,14,31,.6); padding:24px; }
.mt-resource-benefit-strip div { display:grid; grid-template-columns:44px 1fr; column-gap:14px; align-items:center; border-right:1px solid rgba(87,231,255,.1); }
.mt-resource-benefit-strip div:last-child{ border-right:0; }
.mt-resource-benefit-strip span { grid-row:span 2; display:grid; place-items:center; width:44px; height:44px; border-radius:12px; color:#c94cff; border:1px solid rgba(201,76,255,.42); font-size:24px; }
.mt-resource-benefit-strip strong { color:#fff; font-size:14px; }
.mt-resource-benefit-strip small { color:#b9c7e5; line-height:1.4; }
.mt-whitepaper-layout { display:grid; grid-template-columns: 290px minmax(0,1fr); gap:32px; padding-top:54px; }
.mt-resource-sidebar { display:grid; align-content:start; gap:24px; }
.category-box,.subscribe-box { padding:24px; }
.category-box h3,.subscribe-box h3 { color:#fff; margin:0 0 18px; text-transform:uppercase; letter-spacing:.16em; font-size:14px; }
.category-box a { display:flex; justify-content:space-between; color:#dce8ff; border-radius:10px; padding:13px 14px; font-weight:800; }
.category-box a:first-of-type,.category-box a:hover { background:linear-gradient(90deg,rgba(201,76,255,.28),rgba(25,217,255,.06)); color:#7becff; }
.subscribe-box > span { display:grid; place-items:center; width:54px; height:54px; border-radius:16px; background:rgba(201,76,255,.18); color:#c94cff; font-size:30px; margin-bottom:16px; }
.subscribe-box p { color:#bdcae6; line-height:1.55; }
.subscribe-box form { display:grid; grid-template-columns:1fr 48px; gap:0; overflow:hidden; border:1px solid rgba(87,231,255,.16); border-radius:10px; background:rgba(255,255,255,.04); }
.subscribe-box input,.mt-resource-title-row input { min-width:0; border:0; background:transparent; color:#fff; padding:0 14px; }
.subscribe-box button { border:0; background:linear-gradient(135deg,#2f77ff,#06c5ff); color:#fff; font-size:20px; }
.mt-resource-title-row { display:flex; justify-content:space-between; align-items:center; gap:20px; margin-bottom:24px; }
.mt-resource-title-row h2 { color:#fff; font-size:clamp(30px,3.5vw,42px); margin:0; }
.mt-resource-title-row label { display:grid; grid-template-columns:1fr 36px; align-items:center; width:min(300px,100%); height:48px; border:1px solid rgba(87,231,255,.18); border-radius:12px; background:rgba(5,14,31,.72); color:#9db0d0; }
.mt-paper-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.mt-paper-card { display:flex; flex-direction:column; min-height: 420px; }
.mt-paper-card .mt-card-image { height:170px; }
.paper-body { display:flex; flex:1; flex-direction:column; }
.paper-body > span { align-self:flex-start; border-radius:6px; background:rgba(105,84,255,.32); color:#dbe9ff; font-size:11px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; padding:7px 9px; margin-bottom:14px; }
.paper-body a { margin-top:auto; display:flex; justify-content:space-between; align-items:center; min-height:44px; border:1px solid rgba(238,78,210,.55); border-radius:8px; color:#fff; font-weight:900; padding:0 16px; }
.mt-resource-cta { display:flex; justify-content:space-between; align-items:center; gap:28px; margin-top:60px; margin-bottom:44px; border:1px solid rgba(87,231,255,.14); border-radius:20px; background:linear-gradient(100deg,rgba(148,45,190,.55),rgba(24,41,137,.72),rgba(5,14,31,.65)); padding:28px clamp(24px,4vw,52px); }
.mt-resource-cta > div { display:flex; align-items:center; gap:24px; }
.mt-resource-cta span { display:grid; place-items:center; width:70px; height:70px; border-radius:50%; background:linear-gradient(135deg,rgba(201,76,255,.45),rgba(25,217,255,.18)); color:#fff; font-size:30px; }
.mt-resource-cta h2 { color:#fff; margin:0 0 8px; font-size:clamp(24px,3vw,36px); }
.mt-resource-cta p { color:#d8e5ff; margin:0; }
.mt-resource-cta .mt-gradient-btn { width:auto; min-width:270px; padding:0 28px; }

/* Fix old resource card empty spaces when old templates/cards appear */
.article-card, .dts-post-card, .dts-featured-card { min-height: auto; }
.article-card .article-image, .dts-card-image { height: clamp(160px, 18vw, 230px); }
.article-card h2, .dts-card-body h2 { font-size: clamp(24px, 2.1vw, 34px); }

/* Solution page spacing and card sizing polish */
.solution-detail-page .breadcrumbs + .solution-detail-hero { margin-bottom: clamp(42px, 6vw, 76px); }
.solution-detail-content { margin-top: clamp(36px, 5vw, 74px); }
.solution-detail-content > :first-child { margin-top: 0 !important; }
.solution-detail-content h2:first-child,
.solution-detail-content .overview:first-child,
.solution-detail-content .wp-block-heading:first-child { margin-top: 0 !important; }
.service-list article, .solution-category-grid article, .product-card, .outcome-card { min-height: unset; }
.solution-category-grid article { min-height: 270px; padding: 24px; }
.solution-category-grid h2 { font-size: clamp(22px, 2vw, 30px); }

@media (max-width: 1180px) {
  .mt-paper-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mt-resource-benefit-strip { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mt-resource-benefit-strip div:nth-child(2n){ border-right:0; }
}
@media (max-width: 980px) {
  .site-header { grid-template-columns: auto 44px !important; padding: 12px 18px !important; min-height: 72px; }
  .site-header .brand img { max-height: 50px; }
  .menu-toggle { display:flex !important; justify-self:end; align-self:center; margin:0 !important; transform:none !important; position:relative; top:0; }
  .site-header nav { top: calc(100% + 8px) !important; left: 12px !important; right: 12px !important; width: auto !important; max-height: calc(100vh - 96px); overflow-y:auto; overflow-x:hidden; padding: 14px !important; border-radius: 22px; }
  .primary-menu a, .mega-toggle { text-align:left !important; justify-content:space-between !important; padding: 0 14px !important; font-size:16px !important; }
  .solutions-mega { width:100% !important; max-width:100% !important; grid-template-columns:1fr !important; padding:14px !important; margin:8px 0 0 !important; border-radius:18px !important; overflow:hidden; }
  .mega-intro { display:none; }
  .mega-links { grid-template-columns:1fr !important; gap:8px !important; width:100%; }
  .mega-links a { width:100% !important; min-height:44px !important; justify-content:flex-start !important; text-align:left !important; padding: 0 34px 0 12px !important; font-size:14px !important; white-space:normal; }
  .mega-links a::after { right:12px; opacity:.8; transform:none; }
  body.nav-open { overflow:hidden; }
  .mt-resource-page .breadcrumbs { padding-top: 92px; }
  .mt-resource-hero, .mt-whitepaper-layout { grid-template-columns:1fr; }
  .mt-resource-hero { min-height:0; padding-top:32px; }
  .mt-webinar-visual, .mt-paper-visual { min-height:280px; }
  .mt-hero-benefits, .mt-hero-benefits.two { grid-template-columns:1fr; }
  .mt-webinar-grid,.mt-ondemand-grid,.mt-paper-grid { grid-template-columns:1fr; }
  .mt-resource-title-row { align-items:stretch; flex-direction:column; }
  .mt-resource-title-row label { width:100%; }
  .mt-resource-cta { flex-direction:column; align-items:stretch; text-align:left; }
  .mt-resource-cta .mt-gradient-btn { width:100%; min-width:0; }
  .mt-resource-sidebar { order:2; }
}
@media (max-width: 640px) {
  .mt-resource-hero h1 { font-size: 38px; }
  .mt-resource-hero-copy > p:not(.mt-resource-pill) { font-size:16px; }
  .mt-resource-benefit-strip { grid-template-columns:1fr; padding:18px; }
  .mt-resource-benefit-strip div { border-right:0; border-bottom:1px solid rgba(87,231,255,.1); padding-bottom:14px; }
  .mt-resource-benefit-strip div:last-child { border-bottom:0; padding-bottom:0; }
  .mt-outline-btn { min-width:0; width:100%; }
  .mt-card-image,.video-thumb { height:165px; }
  .mt-paper-card { min-height:auto; }
  .mt-resource-cta > div { align-items:flex-start; flex-direction:column; gap:14px; }
  .mt-resource-cta span { width:58px; height:58px; }
  .webinar-screen { transform:none; }
  .paper-cover { transform:none; width:220px; }
}


/* FINAL CLIENT FIXES - sticky nav, compact press cards, solution spacing, separate lead forms */
.site-header.mt-sticky-header,
.site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 99999 !important;
}
body { padding-top: 72px !important; }
body.admin-bar .site-header.mt-sticky-header,
body.admin-bar .site-header { top: 32px !important; }
body.admin-bar { padding-top: 72px !important; }

/* Press Center cards: remove huge empty space and make cards tighter */
.dts-post-grid { align-items: start !important; }
.dts-post-card,
.article-card {
  height: auto !important;
  min-height: 0 !important;
  align-self: start !important;
}
.dts-card-image,
.dts-post-card .dts-card-image,
.article-image {
  height: 190px !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
}
.dts-popular-card .dts-card-image,
.dts-popular-card .dts-card-image img { height: 150px !important; }
.dts-card-image img,
.dts-post-card .dts-card-image img,
.article-image img {
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  animation: none !important;
}
.dts-card-body,
.dts-featured-content {
  flex: 0 0 auto !important;
  min-height: 0 !important;
  gap: 10px !important;
  padding: 22px !important;
}
.dts-card-body h2,
.article-card h2 {
  font-size: clamp(22px, 1.65vw, 28px) !important;
  line-height: 1.15 !important;
  margin: 0 !important;
}
.dts-card-excerpt,
.article-card p {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  margin: 0 !important;
}
.dts-read-more { margin-top: 6px !important; }

/* Solution detail pages: reduce top empty hero area and add better spacing before Overview */
.solution-detail-page .breadcrumbs {
  padding-top: 28px !important;
  padding-bottom: 12px !important;
}
.solution-detail-hero {
  min-height: auto !important;
  margin-top: 18px !important;
  padding-top: clamp(56px, 7vw, 88px) !important;
  padding-bottom: clamp(46px, 6vw, 78px) !important;
}
.solution-detail-content {
  margin-top: clamp(44px, 6vw, 78px) !important;
  padding-top: 0 !important;
}
.solution-detail-content > :first-child {
  margin-top: 0 !important;
}
.solution-category-grid article,
.service-list article,
.product-card,
.outcome-card {
  min-height: 0 !important;
}

/* Separate webinar / white paper lead forms */
.mt-lead-form-section {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
  border: 1px solid rgba(87,231,255,.18) !important;
  border-radius: 24px !important;
  background: linear-gradient(135deg, rgba(5,14,31,.88), rgba(10,31,65,.66)) !important;
  padding: clamp(24px, 4vw, 44px) !important;
  box-shadow: inset 0 0 54px rgba(0,116,217,.08), 0 22px 70px rgba(0,0,0,.28) !important;
}
.mt-lead-form-section h2 {
  color: #fff !important;
  font-size: clamp(28px, 3.2vw, 44px) !important;
  margin: 0 0 10px !important;
}
.mt-lead-form-intro {
  color: #cbd9fb !important;
  max-width: 760px !important;
  margin: 0 0 24px !important;
  line-height: 1.65 !important;
}
.mt-lead-form {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
}
.mt-lead-form label { display: grid !important; gap: 8px !important; }
.mt-lead-form span { color: #eaf5ff !important; font-weight: 800 !important; font-size: 13px !important; letter-spacing: .04em !important; }
.mt-lead-form input {
  width: 100% !important;
  min-height: 52px !important;
  border: 1px solid rgba(87,231,255,.18) !important;
  border-radius: 14px !important;
  background: rgba(3,8,18,.72) !important;
  color: #fff !important;
  padding: 0 16px !important;
}
.mt-form-wide,
.mt-form-submit { grid-column: 1 / -1 !important; }
.mt-form-submit { border: 0 !important; cursor: pointer !important; }

@media (max-width: 980px) {
  body { padding-top: 64px !important; }
  body.admin-bar .site-header.mt-sticky-header,
  body.admin-bar .site-header { top: 46px !important; }
  .site-header.mt-sticky-header,
  .site-header { min-height: 64px !important; }
  #primary-nav,
  .site-header nav {
    top: calc(100% + 0px) !important;
    left: 10px !important;
    right: 10px !important;
    width: auto !important;
    max-width: calc(100vw - 20px) !important;
    box-sizing: border-box !important;
  }
  .solutions-mega,
  .press-mega {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .mega-links a { box-sizing: border-box !important; }
  .dts-post-grid { grid-template-columns: 1fr !important; }
  .dts-card-image,
  .dts-post-card .dts-card-image,
  .article-image { height: 178px !important; }
  .mt-lead-form { grid-template-columns: 1fr !important; }
}
@media (max-width: 782px) {
  body.admin-bar { padding-top: 64px !important; }
}
@media (max-width: 480px) {
  .dts-card-image,
  .dts-post-card .dts-card-image,
  .article-image { height: 160px !important; }
  .dts-card-body { padding: 18px !important; }
}

/* FINAL MOBILE DRAWER FIX - full-width clean accordion for Solutions + Press Center */
@media (max-width: 980px) {
  html, body {
    overflow-x: hidden !important;
  }

  .site-header,
  .site-header.mt-sticky-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 68px !important;
    z-index: 99999 !important;
    box-sizing: border-box !important;
  }

  body.admin-bar .site-header,
  body.admin-bar .site-header.mt-sticky-header {
    top: 46px !important;
  }

  .menu-toggle,
  .site-header .menu-toggle {
    position: fixed !important;
    top: 12px !important;
    right: 12px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    z-index: 100002 !important;
  }

  body.admin-bar .menu-toggle,
  body.admin-bar .site-header .menu-toggle {
    top: 58px !important;
  }

  #primary-nav,
  .site-header nav {
    position: fixed !important;
    top: 68px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    width: 100vw !important;
    max-width: 100vw !important;
    max-height: calc(100dvh - 68px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 18px 14px 26px !important;
    margin: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 0 22px 22px !important;
    box-sizing: border-box !important;
    transform: none !important;
  }

  body.admin-bar #primary-nav,
  body.admin-bar .site-header nav {
    top: 114px !important;
    max-height: calc(100dvh - 114px) !important;
  }

  .primary-menu,
  .site-header nav ul,
  .primary-menu > li,
  .has-mega-menu,
  .press-menu-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .primary-menu a,
  .site-header nav a,
  .mega-toggle {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 46px !important;
    padding: 11px 14px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    white-space: normal !important;
    text-overflow: clip !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    line-height: 1.25 !important;
    font-size: 16px !important;
  }

  .solutions-mega,
  .press-mega,
  .has-mega-menu .solutions-mega,
  .has-mega-menu .press-mega {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    display: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 10px !important;
    margin: 8px 0 0 !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .has-mega-menu.mega-open .solutions-mega,
  .has-mega-menu:focus-within .solutions-mega,
  .has-mega-menu.mega-open .press-mega,
  .has-mega-menu:focus-within .press-mega {
    display: grid !important;
  }

  .mega-intro {
    display: none !important;
  }

  .mega-links,
  .solutions-mega .mega-links,
  .press-mega .mega-links {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 8px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  .mega-links a,
  .solutions-mega .mega-links a,
  .press-mega .mega-links a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 44px !important;
    padding: 10px 34px 10px 12px !important;
    box-sizing: border-box !important;
    border-radius: 14px !important;
    overflow: visible !important;
    white-space: normal !important;
    text-overflow: clip !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    line-height: 1.22 !important;
    font-size: 14px !important;
    font-weight: 850 !important;
  }

  .mega-links a::after {
    right: 12px !important;
  }

  #primary-nav::-webkit-scrollbar,
  .site-header nav::-webkit-scrollbar {
    width: 5px !important;
  }

  #primary-nav::-webkit-scrollbar-thumb,
  .site-header nav::-webkit-scrollbar-thumb {
    background: rgba(87,231,255,.55) !important;
    border-radius: 99px !important;
  }
}

@media (max-width: 430px) {
  #primary-nav,
  .site-header nav {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .primary-menu a,
  .site-header nav a,
  .mega-toggle {
    font-size: 15px !important;
  }

  .mega-links a,
  .solutions-mega .mega-links a,
  .press-mega .mega-links a {
    font-size: 13.5px !important;
    padding-left: 10px !important;
    padding-right: 28px !important;
  }
}

/* === Client-ready resource pages QA pass: White Papers + Webinars === */
.mt-whitepapers-page .mt-whitepaper-layout { padding-top: clamp(34px, 4vw, 48px) !important; }
.mt-whitepapers-page .category-box,
.mt-whitepapers-page .subscribe-box,
.mt-webinars-page .mt-webinar-card,
.mt-webinars-page .mt-video-card,
.mt-whitepapers-page .mt-paper-card,
.mt-lead-form-section {
  background: linear-gradient(135deg, rgba(7,18,38,.74), rgba(5,14,31,.56)) !important;
  border: 1px solid rgba(112, 225, 255, .16) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 20px 54px rgba(0,0,0,.24) !important;
}
.mt-whitepapers-page .category-box a {
  align-items: center !important;
  gap: 14px !important;
  padding: 16px 14px !important;
  margin: 4px 0 !important;
}
.mt-whitepapers-page .category-box a span { min-width: 0 !important; }
.mt-whitepapers-page .category-box a b {
  margin-left: auto !important;
  min-width: 34px !important;
  height: 26px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: rgba(87,231,255,.10) !important;
  border: 1px solid rgba(87,231,255,.22) !important;
  color: #92f6ff !important;
  font-size: 12px !important;
  line-height: 1 !important;
}
.mt-lead-form { grid-template-columns: repeat(2, minmax(240px, 1fr)) !important; gap: 18px !important; }
.mt-lead-form input[type="email"] { min-width: 0 !important; }
.mt-whitepapers-page .mt-form-submit,
.mt-lead-form .mt-form-submit {
  background: linear-gradient(90deg,#007CFF 0%, #00E7FF 100%) !important;
  min-height: 56px !important;
  border-radius: 14px !important;
  box-shadow: 0 14px 34px rgba(0,231,255,.25) !important;
  transition: transform .22s ease, filter .22s ease, box-shadow .22s ease !important;
}
.mt-webinars-page .mt-gradient-btn,
.mt-webinars-page .mt-form-submit,
.mt-webinars-page .mt-resource-cta .mt-gradient-btn,
.mt-webinars-page .mt-webinar-card .mt-gradient-btn {
  background: linear-gradient(90deg,#BD39F4 0%, #00D9FF 100%) !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  box-shadow: 0 14px 34px rgba(0,217,255,.18) !important;
}
.mt-gradient-btn:hover,
.mt-form-submit:hover,
.mt-paper-card a:hover,
.mt-watch-link:hover { transform: translateY(-2px) !important; filter: brightness(1.08) !important; }
.mt-webinars-page .mt-webinar-card { display: flex !important; flex-direction: column !important; border-radius: 16px !important; }
.mt-webinars-page .mt-webinar-body { display: flex !important; flex-direction: column !important; flex: 1 !important; }
.mt-webinars-page .mt-webinar-body > p:not(.webinar-meta) { min-height: 78px !important; }
.mt-webinars-page .mt-webinar-body .mt-gradient-btn { margin-top: auto !important; }
.mt-webinars-page .date-badge em { display:block; margin-top:4px; font-style:normal; font-size:10px; opacity:.88; letter-spacing:.08em; }
.mt-webinars-page .mt-video-card { border-radius: 16px !important; overflow: hidden !important; padding-bottom: 24px !important; }
.mt-webinars-page .video-thumb { border:0 !important; display:block !important; width:100% !important; padding:0 !important; cursor:pointer !important; border-radius: 0 0 14px 14px !important; background:#050e1f !important; }
.mt-webinars-page .video-thumb img { opacity:.88 !important; filter:saturate(1.12) contrast(1.05) !important; }
.mt-webinars-page .video-thumb:after { background: rgba(0,0,0,.28) !important; }
.mt-webinars-page .youtube-play {
  width: 74px !important;
  height: 52px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: rgba(255, 0, 0, .72) !important;
  box-shadow: 0 0 0 1px rgba(255,255,255,.18), 0 16px 34px rgba(0,0,0,.34) !important;
  font-size: 22px !important;
}
.mt-webinars-page .video-thumb small { border-radius: 7px !important; background: rgba(0,0,0,.78) !important; }
.mt-watch-link {
  margin-left:22px !important; margin-right:22px !important; padding:0 !important; border:0 !important; background:transparent !important;
  color:#22e9ff !important; font-weight:900 !important; cursor:pointer !important; text-align:left !important;
}
.mt-video-modal { position: fixed; inset: 0; z-index: 1000000; display: none; align-items: center; justify-content: center; padding: 22px; }
.mt-video-modal.is-open { display:flex; }
.mt-video-modal-backdrop { position:absolute; inset:0; background:rgba(0,0,0,.78); backdrop-filter: blur(10px); }
.mt-video-modal-panel { position:relative; width:min(980px, 100%); border:1px solid rgba(87,231,255,.24); border-radius:20px; background:#040a16; box-shadow:0 30px 90px rgba(0,0,0,.56); padding:14px; }
.mt-video-modal-close { position:absolute; right:10px; top:-54px; width:44px; height:44px; border:1px solid rgba(255,255,255,.2); border-radius:50%; background:rgba(5,14,31,.86); color:#fff; font-size:30px; cursor:pointer; }
.mt-video-frame { position:relative; width:100%; aspect-ratio:16/9; overflow:hidden; border-radius:14px; }
.mt-video-frame iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }
.site-footer .footer-column a { pointer-events:auto !important; }

@media (max-width: 980px) {
  .mt-lead-form { grid-template-columns: 1fr !important; }
  .mt-webinars-page .mt-webinar-body > p:not(.webinar-meta) { min-height: auto !important; }
}

/* === Meta Techs final 10/10 enterprise polish - 2026 handover === */
.site-header.mt-sticky-header,
.site-header {
  min-height: 74px !important;
  background: rgba(3, 8, 18, .82) !important;
  border-bottom: 1px solid rgba(112,231,255,.18) !important;
  box-shadow: 0 12px 44px rgba(0,0,0,.24), 0 0 32px rgba(25,217,255,.10) !important;
  backdrop-filter: blur(24px) saturate(1.18) !important;
  -webkit-backdrop-filter: blur(24px) saturate(1.18) !important;
  transition: min-height .22s ease, padding .22s ease, background .22s ease, box-shadow .22s ease !important;
}

.site-header.is-scrolled {
  min-height: 62px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  background: rgba(3, 8, 18, .94) !important;
  box-shadow: 0 16px 48px rgba(0,0,0,.34), 0 0 28px rgba(25,217,255,.12) !important;
}

.site-header.is-scrolled .brand img {
  max-height: 44px !important;
}

@media (min-width: 1024px) {
  .has-mega-menu .solutions-mega,
  .has-mega-menu .press-mega {
    display: grid !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translate(-36%, 8px) !important;
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease !important;
  }

  .has-mega-menu:hover .solutions-mega,
  .has-mega-menu:focus-within .solutions-mega,
  .has-mega-menu.mega-open .solutions-mega,
  .has-mega-menu:hover .press-mega,
  .has-mega-menu:focus-within .press-mega,
  .has-mega-menu.mega-open .press-mega {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate(-36%, 0) !important;
  }

  .has-mega-menu:hover .mega-toggle,
  .has-mega-menu.mega-open .mega-toggle,
  .has-mega-menu:focus-within .mega-toggle {
    color: #62efff !important;
    text-shadow: 0 0 18px rgba(98,239,255,.32) !important;
  }

  .has-mega-menu:hover .mega-toggle::after,
  .has-mega-menu.mega-open .mega-toggle::after,
  .has-mega-menu:focus-within .mega-toggle::after {
    transform: rotate(180deg) !important;
  }
}

.mt-resource-hero-copy > p:not(.mt-resource-pill),
.dts-press-hero p,
.mt-lead-form-intro {
  max-width: 880px !important;
}

.mt-subscribe-band {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, .85fr);
  align-items: center;
  gap: clamp(22px, 4vw, 56px);
  margin-top: clamp(30px, 4vw, 52px);
  margin-bottom: clamp(18px, 3vw, 34px);
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(112, 231, 255, .2);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(7,18,38,.82), rgba(5,14,31,.62));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 22px 70px rgba(0,0,0,.28);
  backdrop-filter: blur(18px);
}

.mt-subscribe-band h2 {
  margin: 0 0 10px !important;
  color: #fff !important;
  font-size: clamp(26px, 3vw, 40px) !important;
}

.mt-subscribe-band p {
  margin: 0;
  color: #c7d8f6;
  line-height: 1.6;
}

.mt-subscribe-band form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  width: 100%;
}

.mt-subscribe-band input {
  width: 100%;
  min-width: 0;
  min-height: 58px;
  border: 1px solid rgba(112,231,255,.24);
  border-radius: 14px;
  background: rgba(3,8,18,.78);
  color: #fff;
  padding: 0 18px;
}

.mt-subscribe-band button,
.mt-whitepapers-page .paper-body a,
.mt-whitepapers-page .mt-form-submit {
  border: 0 !important;
  background: linear-gradient(90deg, #007cff 0%, #00e7ff 100%) !important;
  color: #fff !important;
  box-shadow: 0 14px 34px rgba(0,231,255,.25) !important;
}

.mt-subscribe-band button {
  min-height: 58px;
  border-radius: 14px;
  font-weight: 900;
  padding: 0 24px;
  cursor: pointer;
}

.mt-paper-card,
.mt-webinar-card,
.mt-video-card,
.dts-post-card,
.dts-featured-card {
  border-radius: 16px !important;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease !important;
}

.mt-paper-card:hover,
.mt-webinar-card:hover,
.mt-video-card:hover,
.dts-post-card:hover,
.dts-featured-card:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(112,231,255,.38) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 26px 70px rgba(0,0,0,.34), 0 0 34px rgba(25,217,255,.16) !important;
}

.mt-card-image img,
.video-thumb img,
.dts-card-image img,
.dts-featured-media img {
  transition: transform .34s ease, opacity .24s ease, filter .24s ease !important;
}

.mt-paper-card:hover .mt-card-image img,
.mt-webinar-card:hover .mt-card-image img,
.mt-video-card:hover .video-thumb img,
.dts-post-card:hover .dts-card-image img,
.dts-featured-card:hover .dts-featured-media img {
  transform: scale(1.045) !important;
}

.mt-webinar-card h3,
.mt-video-card h3,
.mt-paper-card h3,
.dts-card-body h2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-transform: capitalize;
}

.mt-webinar-card p,
.mt-video-card p,
.mt-paper-card p,
.dts-card-excerpt {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.mt-webinars-page .mt-webinar-body > p:not(.webinar-meta),
.mt-whitepapers-page .paper-body > p {
  min-height: 78px !important;
}

.mt-gradient-btn,
.mt-outline-btn,
.mt-watch-link,
.mt-paper-card a,
.mt-subscribe-band button {
  transition: transform .22s ease, filter .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}

.mt-gradient-btn:hover,
.mt-outline-btn:hover,
.mt-watch-link:hover,
.mt-paper-card a:hover,
.mt-subscribe-band button:hover {
  transform: translateY(-2px) !important;
  filter: brightness(1.08) !important;
}

.mt-gradient-btn b,
.mt-outline-btn b,
.mt-form-submit b {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.mt-topic-visual,
.mt-paper-cover-thumb {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  overflow: hidden;
  color: #fff;
}

.mt-topic-visual {
  place-items: center;
  text-transform: uppercase;
}

.mt-topic-visual b {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(3,8,18,.42);
  color: #ecfbff;
  font-size: 13px;
  letter-spacing: .16em;
  padding: 10px 18px;
}

.mt-topic-visual i {
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(112,231,255,.18);
  border-radius: 18px;
  background-image:
    linear-gradient(rgba(112,231,255,.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112,231,255,.10) 1px, transparent 1px);
  background-size: 22px 22px;
  box-shadow: inset 0 0 44px rgba(0,0,0,.32);
}

.webinar-topic-ransomware { background: radial-gradient(circle at 70% 30%, rgba(255,65,116,.45), transparent 34%), linear-gradient(135deg,#170716,#07142b) !important; }
.webinar-topic-cloud { background: radial-gradient(circle at 68% 28%, rgba(0,231,255,.42), transparent 36%), linear-gradient(135deg,#07162f,#09102a) !important; }
.webinar-topic-soc { background: radial-gradient(circle at 66% 32%, rgba(138,99,247,.42), transparent 36%), linear-gradient(135deg,#080d22,#061b2d) !important; }

.mt-paper-cover-thumb {
  align-content: space-between;
  padding: 22px;
  text-transform: uppercase;
}

.mt-paper-cover-thumb::before {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  content: "";
}

.mt-paper-cover-thumb b,
.mt-paper-cover-thumb strong,
.mt-paper-cover-thumb small {
  position: relative;
  z-index: 2;
}

.mt-paper-cover-thumb b {
  width: fit-content;
  border-radius: 7px;
  background: rgba(255,255,255,.12);
  color: #92f6ff;
  font-size: 12px;
  letter-spacing: .2em;
  padding: 8px 10px;
}

.mt-paper-cover-thumb strong {
  max-width: 90%;
  color: #fff;
  font-size: 22px;
  line-height: 1.08;
}

.mt-paper-cover-thumb small {
  color: #bcd8ff;
  font-size: 11px;
  letter-spacing: .14em;
}

.mt-paper-cover-report { background: linear-gradient(135deg,#0a1f48,#07101f 58%,#123456) !important; }
.mt-paper-cover-cloud { background: linear-gradient(135deg,#07365a,#07101f 60%,#0bb4e8) !important; }
.mt-paper-cover-governance { background: linear-gradient(135deg,#2a1648,#07101f 58%,#8a63f7) !important; }
.mt-paper-cover-data { background: linear-gradient(135deg,#05322f,#07101f 58%,#19d9ff) !important; }
.mt-paper-cover-appsec { background: linear-gradient(135deg,#341431,#07101f 58%,#d85b9f) !important; }
.mt-paper-cover-ir { background: linear-gradient(135deg,#3a1820,#07101f 58%,#ff4d7d) !important; }

.mt-whitepapers-page .category-box a {
  display: flex !important;
  justify-content: space-between !important;
}

.mt-whitepapers-page .category-box {
  position: sticky;
  top: 92px;
}

.mt-lead-form input[type="email"] {
  overflow: visible !important;
  text-overflow: clip !important;
}

.mt-video-modal.is-open {
  animation: mt-modal-fade .18s ease both;
}

@keyframes mt-modal-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (max-width: 1023px) {
  .has-mega-menu .solutions-mega,
  .has-mega-menu .press-mega {
    transition: none !important;
  }

  .site-header,
  .site-header.mt-sticky-header {
    grid-template-columns: minmax(0, 1fr) 48px !important;
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
  }

  .header-actions {
    display: none !important;
  }

  .menu-toggle {
    display: flex !important;
  }

  #primary-nav,
  .site-header nav {
    position: fixed !important;
    top: 68px !important;
    left: 0 !important;
    right: 0 !important;
    display: none !important;
    width: 100vw !important;
    max-width: 100vw !important;
    max-height: calc(100dvh - 68px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 18px 14px 26px !important;
    border-radius: 0 0 22px 22px !important;
    background: rgba(3, 8, 18, .98) !important;
    box-sizing: border-box !important;
  }

  #primary-nav.is-open,
  .site-header nav.is-open {
    display: flex !important;
    flex-direction: column !important;
  }

  .primary-menu,
  .site-header nav ul {
    width: 100% !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
  }

  .primary-menu a,
  .site-header nav a,
  .mega-toggle {
    width: 100% !important;
    min-height: 48px !important;
    justify-content: space-between !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    padding: 13px 14px !important;
  }

  .solutions-mega,
  .press-mega,
  .has-mega-menu .solutions-mega,
  .has-mega-menu .press-mega {
    position: static !important;
    display: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    grid-template-columns: 1fr !important;
    padding: 10px !important;
    margin: 8px 0 0 !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .has-mega-menu.mega-open .solutions-mega,
  .has-mega-menu:focus-within .solutions-mega,
  .has-mega-menu.mega-open .press-mega,
  .has-mega-menu:focus-within .press-mega {
    display: grid !important;
  }
}

@media (max-width: 980px) {
  .mt-subscribe-band {
    grid-template-columns: 1fr;
  }

  .mt-subscribe-band form {
    grid-template-columns: 1fr;
  }

  .mt-subscribe-band button {
    width: 100%;
  }

  .mt-whitepapers-page .category-box {
    position: relative;
    top: auto;
  }

  .mt-webinars-page .mt-webinar-body > p:not(.webinar-meta),
  .mt-whitepapers-page .paper-body > p {
    min-height: auto !important;
  }

  #primary-nav,
  .site-header nav {
    scroll-behavior: smooth;
  }
}

/* === Handover QA fixes: verified footer links, buttons, videos, report article layout === */
.mt-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100001;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #19d9ff, #57e7ff);
  box-shadow: 0 0 18px rgba(25,217,255,.5);
  transform: scaleX(0);
  transform-origin: left center;
}

body.admin-bar .mt-scroll-progress {
  top: 32px;
}

.footer-social {
  gap: 22px !important;
  flex-wrap: wrap !important;
  padding-bottom: 26px !important;
  border-bottom: 1px solid rgba(25,217,255,.16) !important;
}

.footer-social .social-link {
  margin: 0 !important;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease !important;
}

.mt-gradient-btn,
.mt-outline-btn,
.mt-watch-link,
.mt-paper-card a,
.article-button,
.primary-button,
.secondary-button {
  gap: 12px !important;
  white-space: nowrap !important;
}

.mt-gradient-btn b,
.mt-outline-btn b,
.mt-watch-link b,
.mt-paper-card a b,
.article-button b,
.primary-button b {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: 4px !important;
  line-height: 1 !important;
}

.mt-webinars-page .mt-video-card {
  display: flex !important;
  flex-direction: column !important;
}

.mt-webinars-page .mt-video-card h3,
.mt-webinars-page .mt-video-card p {
  margin-left: 28px !important;
  margin-right: 28px !important;
}

.mt-watch-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-height: 48px !important;
  margin-top: auto !important;
  margin-left: 28px !important;
  margin-right: 28px !important;
  padding: 0 4px !important;
}

.mt-ondemand-grid {
  justify-content: center !important;
}

.mt-ondemand-grid:has(.mt-video-card:nth-child(2):last-child) {
  grid-template-columns: repeat(2, minmax(280px, 480px)) !important;
}

.mega-intro .article-button {
  display: inline-flex !important;
  width: auto !important;
  min-width: 184px !important;
  min-height: 52px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 16px !important;
  background: linear-gradient(110deg, #b45cff 0%, #007cff 58%, #00dfff 100%) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  padding: 0 22px !important;
  box-shadow: 0 14px 32px rgba(0,217,255,.22), 0 0 0 1px rgba(255,255,255,.14) inset !important;
}

.mega-intro .article-button:hover,
.mega-intro .article-button:focus-visible {
  border-color: rgba(87,231,255,.65) !important;
  box-shadow: 0 18px 42px rgba(0,217,255,.32), 0 0 0 1px rgba(255,255,255,.2) inset !important;
  color: #fff !important;
  opacity: 1 !important;
  transform: translateY(-2px) !important;
}

.ux-service-card strong,
.featured-solution-card strong {
  display: inline-flex !important;
  width: fit-content !important;
  min-width: 156px !important;
  min-height: 46px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 14px !important;
  background: linear-gradient(110deg, rgba(180,92,255,.92), rgba(0,217,255,.92)) !important;
  color: #fff !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  padding: 0 18px !important;
  box-shadow: 0 14px 30px rgba(0,217,255,.18) !important;
}

.ux-service-card:hover strong,
.featured-solution-card:hover strong {
  box-shadow: 0 18px 40px rgba(0,217,255,.3) !important;
}

.single-post .dts-single-hero {
  min-height: clamp(460px, 58vh, 680px) !important;
  display: grid !important;
  align-items: center !important;
  border-bottom: 1px solid rgba(87,231,255,.18) !important;
}

.single-post .dts-single-hero-inner {
  width: min(1040px, calc(100% - 44px)) !important;
  margin: 0 auto !important;
  padding: clamp(80px, 10vw, 140px) 0 clamp(56px, 7vw, 92px) !important;
}

.dts-report-label {
  margin: 0 0 18px !important;
  color: #57e7ff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
}

.dts-report-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  align-items: center !important;
  margin-bottom: 22px !important;
}

.dts-report-meta span {
  display: inline-flex !important;
  min-height: 34px !important;
  align-items: center !important;
  border: 1px solid rgba(87,231,255,.18) !important;
  border-radius: 999px !important;
  background: rgba(4,12,30,.62) !important;
  color: #cbd9fb !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .06em !important;
  padding: 0 13px !important;
  text-transform: uppercase !important;
}

.single-post .dts-single-hero h1 {
  max-width: 980px !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(42px, 5.4vw, 76px) !important;
  line-height: 1.03 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

.dts-report-dek {
  max-width: 820px !important;
  margin: 22px 0 0 !important;
  color: #c8d8f5 !important;
  font-size: clamp(17px, 1.5vw, 21px) !important;
  line-height: 1.7 !important;
}

.single-post .dts-single-content-wrap {
  width: min(1120px, calc(100% - 44px)) !important;
  margin: clamp(46px, 6vw, 82px) auto 0 !important;
}

.single-post .dts-single-content:not(.article-toc) {
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #d6e3f7 !important;
  font-size: 18px !important;
  line-height: 1.78 !important;
}

.single-post .dts-single-content:not(.article-toc) p,
.single-post .dts-single-content:not(.article-toc) li {
  color: #d6e3f7 !important;
  font-size: 18px !important;
  line-height: 1.78 !important;
}

.single-post .article-layout-section,
.single-post .article-layout-section.has-data,
.single-post .article-layout-section.has-data.is-reversed {
  display: block !important;
  max-width: 900px !important;
  margin: 0 auto clamp(44px, 6vw, 72px) !important;
}

.single-post .article-section-main,
.single-post .article-section-data {
  max-width: 900px !important;
  margin: 0 auto !important;
}

.single-post .dts-single-content h2 {
  position: relative !important;
  margin: clamp(46px, 6vw, 72px) 0 20px !important;
  padding-left: 18px !important;
  color: #f7fbff !important;
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.12 !important;
}

.single-post .dts-single-content h2::before {
  position: absolute;
  left: 0;
  top: .18em;
  width: 4px;
  height: .9em;
  border-radius: 999px;
  background: #19d9ff;
  box-shadow: 0 0 18px rgba(25,217,255,.62);
  content: "";
}

.single-post .dts-single-content h3 {
  margin: 34px 0 14px !important;
  color: #8ff4ff !important;
  font-size: clamp(23px, 2.1vw, 31px) !important;
  line-height: 1.18 !important;
}

.single-post .dts-single-content ul,
.single-post .dts-single-content ol {
  display: grid !important;
  gap: 12px !important;
  padding-left: 0 !important;
  list-style: none !important;
}

.single-post .dts-single-content li {
  position: relative !important;
  padding-left: 30px !important;
}

.single-post .dts-single-content li::before {
  position: absolute;
  left: 0;
  top: .42em;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(25,217,255,.45);
  border-radius: 50%;
  color: #57e7ff;
  font-size: 10px;
  line-height: 1;
  content: "\2713";
}

.single-post .dts-single-content table {
  width: 100% !important;
  margin: 28px 0 38px !important;
  border-collapse: collapse !important;
  overflow: hidden !important;
  border: 1px solid rgba(87,231,255,.2) !important;
  border-radius: 16px !important;
  background: rgba(4,12,30,.72) !important;
  box-shadow: 0 22px 60px rgba(0,0,0,.28) !important;
}

.single-post .dts-single-content th,
.single-post .dts-single-content td {
  border-bottom: 1px solid rgba(87,231,255,.12) !important;
  color: #dce8ff !important;
  padding: 16px 18px !important;
  text-align: left !important;
}

.single-post .dts-single-content th {
  background: rgba(25,217,255,.1) !important;
  color: #ffffff !important;
  font-weight: 900 !important;
}

.single-post .dts-single-content tr:nth-child(even) td {
  background: rgba(255,255,255,.035) !important;
}

.single-post .dts-single-content blockquote,
.single-post .dts-single-content .wp-block-quote,
.single-post .dts-single-content .wp-block-pullquote,
.single-post .report-insight-card {
  position: relative !important;
  margin: 34px 0 !important;
  border: 1px solid rgba(87,231,255,.22) !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, rgba(7,18,38,.88), rgba(5,27,48,.68)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 20px 58px rgba(0,0,0,.28) !important;
  color: #eef8ff !important;
  padding: 24px 28px !important;
  backdrop-filter: blur(16px) !important;
}

.single-post .report-insight-card {
  display: grid !important;
  gap: 8px !important;
}

.single-post .report-insight-number {
  display: block !important;
  color: #57e7ff !important;
  font-family: "Space Grotesk", "Inter", system-ui, sans-serif !important;
  font-size: clamp(38px, 5vw, 64px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-shadow: 0 0 24px rgba(87,231,255,.32) !important;
}

.single-post .article-inline-cta {
  max-width: 900px !important;
  margin: clamp(50px, 7vw, 86px) auto !important;
  background: linear-gradient(135deg, rgba(180,92,255,.16), rgba(25,217,255,.12)), rgba(4,12,30,.82) !important;
}

.single-post .dts-related {
  margin-top: clamp(54px, 8vw, 100px) !important;
  padding-top: clamp(36px, 5vw, 62px) !important;
  border-top: 1px solid rgba(87,231,255,.14) !important;
}

@media (max-width: 782px) {
  body.admin-bar .mt-scroll-progress {
    top: 46px;
  }
}

@media (max-width: 720px) {
  .footer-social {
    gap: 14px !important;
  }

  .mt-ondemand-grid:has(.mt-video-card:nth-child(2):last-child) {
    grid-template-columns: 1fr !important;
  }

  .single-post .dts-single-hero h1 {
    font-size: clamp(34px, 9vw, 48px) !important;
  }

  .single-post .dts-single-content:not(.article-toc),
  .single-post .dts-single-content:not(.article-toc) p,
  .single-post .dts-single-content:not(.article-toc) li {
    font-size: 16px !important;
  }
}

/* DTS / Fortinet article content primitives requested for editor-authored posts */
.single-post-content h1,
.single-post-content h2,
.single-post-content h3,
.single-post-content .entry-title {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-weight: 700 !important;
  margin-top: 1.5em !important;
  margin-bottom: .8em !important;
}

.single-post-content .entry-title {
  display: block !important;
  padding-left: 18px !important;
}

.insight-callout-box,
.single-post-content .insight-callout-box {
  background: rgba(255, 255, 255, .03) !important;
  border: 1px solid rgba(0, 209, 255, .18) !important;
  border-left: 4px solid #00d1ff !important;
  padding: 25px !important;
  margin: 30px 0 !important;
  border-radius: 0 12px 12px 0 !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 18px 48px rgba(0,0,0,.22) !important;
}

.insight-callout-box h4,
.single-post-content .insight-callout-box h4 {
  color: #00d1ff !important;
  -webkit-text-fill-color: #00d1ff !important;
  margin: 0 0 10px !important;
  text-transform: uppercase !important;
  font-size: .9rem !important;
  letter-spacing: 1px !important;
}

.insight-callout-box p,
.single-post-content .insight-callout-box p {
  margin-bottom: 0 !important;
}

.post-data-table,
.single-post-content .post-data-table,
.single-post-content table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 25px 0 !important;
  overflow: hidden !important;
  border: 1px solid #1f2937 !important;
  border-radius: 14px !important;
  background: #0b0f19 !important;
}

.post-data-table th,
.single-post-content .post-data-table th,
.single-post-content table th {
  background: #161b28 !important;
  color: #00d1ff !important;
  -webkit-text-fill-color: #00d1ff !important;
  text-align: left !important;
  padding: 12px !important;
  border-bottom: 2px solid #1f2937 !important;
  font-weight: 800 !important;
}

.post-data-table td,
.single-post-content .post-data-table td,
.single-post-content table td {
  padding: 12px !important;
  border-bottom: 1px solid #1f2937 !important;
  color: #e5e7eb !important;
}

.post-data-table tr:nth-child(even) td,
.single-post-content .post-data-table tr:nth-child(even) td,
.single-post-content table tr:nth-child(even) td {
  background: rgba(255,255,255,.025) !important;
}

/* FINAL: Premium topic-specific thumbnails for Upcoming Webinars */
.mt-webinars-page .mt-webinar-card .mt-card-image {
  position: relative !important;
  min-height: 238px !important;
  aspect-ratio: 16 / 9 !important;
  background-size: cover !important;
  background-position: center !important;
  overflow: hidden !important;
}
.mt-webinars-page .mt-webinar-card .mt-card-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(3,8,18,.08), rgba(3,8,18,.44));
  pointer-events: none;
}
.mt-webinars-page .webinar-topic-ransomware {
  background-image: linear-gradient(180deg, rgba(3,8,18,.05), rgba(3,8,18,.34)), url('webinar-ransomware-cover.jpg') !important;
}
.mt-webinars-page .webinar-topic-cloud {
  background-image: linear-gradient(180deg, rgba(3,8,18,.05), rgba(3,8,18,.34)), url('webinar-cloud-cover.jpg') !important;
}
.mt-webinars-page .webinar-topic-soc {
  background-image: linear-gradient(180deg, rgba(3,8,18,.05), rgba(3,8,18,.34)), url('webinar-soc-cover.jpg') !important;
}
.mt-webinars-page .mt-topic-visual {
  background: transparent !important;
  pointer-events: none;
}
.mt-webinars-page .mt-topic-visual i {
  display: none !important;
}
.mt-webinars-page .mt-topic-visual b {
  background: rgba(3,8,18,.56) !important;
  backdrop-filter: blur(10px) !important;
  border-color: rgba(255,255,255,.22) !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.22) !important;
}
.mt-webinars-page .date-badge {
  z-index: 3 !important;
}
.mt-webinars-page .mt-webinar-card:hover .mt-card-image {
  filter: saturate(1.12) brightness(1.06);
}

/* =========================================================
   FINAL PRESS CENTER + SINGLE ARTICLE POLISH — 2026-05-11
   Fixes: equal cards, no dead space, CTA on every card, article TOC sidebar,
   smaller article typography, FAQ placement, related cards, internal link color.
========================================================= */

/* Press Center spacing rhythm */
.dts-featured-wrap.section-shell {
  padding-top: clamp(26px, 4vw, 46px) !important;
  padding-bottom: clamp(34px, 5vw, 62px) !important;
}
.dts-popular-section.section-shell {
  padding-top: clamp(8px, 2vw, 22px) !important;
  padding-bottom: clamp(42px, 5vw, 70px) !important;
}
.dts-archive-section.section-shell {
  padding-top: clamp(12px, 2vw, 28px) !important;
  padding-bottom: clamp(72px, 8vw, 110px) !important;
}
.dts-section-heading { margin-bottom: clamp(22px, 3vw, 34px) !important; }

/* Universal editorial card system */
.dts-post-grid,
.dts-popular-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(22px, 2.4vw, 30px) !important;
  align-items: stretch !important;
}
.dts-post-card,
.dts-popular-card,
.dts-related .dts-post-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border-radius: 16px !important;
  border: 1px solid rgba(87,231,255,.16) !important;
  background: rgba(5, 14, 31, .82) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 18px 48px rgba(0,0,0,.20) !important;
  transition: transform .26s ease, border-color .26s ease, box-shadow .26s ease !important;
}
.dts-post-card:hover,
.dts-popular-card:hover,
.dts-related .dts-post-card:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(87,231,255,.34) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 24px 70px rgba(0,217,255,.12), 0 22px 64px rgba(0,0,0,.34) !important;
}
.dts-card-image,
.dts-post-card .dts-card-image,
.dts-popular-card .dts-card-image,
.dts-related .dts-card-image {
  display: block !important;
  position: relative !important;
  flex: 0 0 auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, rgba(7,21,47,.94), rgba(15,39,76,.78)) !important;
}
.dts-card-image img,
.dts-post-card .dts-card-image img,
.dts-popular-card .dts-card-image img,
.dts-related .dts-card-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: .96 !important;
  transform: scale(1) !important;
  transition: transform .34s ease, opacity .34s ease, filter .34s ease !important;
}
.dts-post-card:hover .dts-card-image img,
.dts-popular-card:hover .dts-card-image img,
.dts-related .dts-post-card:hover .dts-card-image img {
  transform: scale(1.055) !important;
  opacity: 1 !important;
  filter: saturate(1.12) brightness(1.06) !important;
}
.dts-card-body,
.dts-post-card .dts-card-body,
.dts-popular-card .dts-card-body,
.dts-related .dts-card-body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 260px !important;
  padding: clamp(20px, 2vw, 26px) !important;
  gap: 0 !important;
}
.dts-popular-card .dts-card-body { min-height: 245px !important; }
.dts-card-category {
  margin-bottom: 12px !important;
  color: #20e5ff !important;
  font-size: 12px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  letter-spacing: .13em !important;
  text-transform: uppercase !important;
}
.dts-card-body h2,
.dts-post-card .dts-card-body h2,
.dts-popular-card .dts-card-body h2,
.dts-related .dts-card-body h2 {
  display: -webkit-box !important;
  min-height: calc(1.18em * 2) !important;
  max-height: calc(1.18em * 2) !important;
  margin: 0 0 13px !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  color: #fff !important;
  font-size: clamp(21px, 1.55vw, 28px) !important;
  font-weight: 900 !important;
  letter-spacing: -.03em !important;
  line-height: 1.18 !important;
}
.dts-card-excerpt,
.dts-post-card .dts-card-excerpt,
.dts-popular-card .dts-card-excerpt,
.dts-related .dts-card-excerpt {
  display: -webkit-box !important;
  min-height: calc(1.65em * 3) !important;
  max-height: calc(1.65em * 3) !important;
  margin: 0 0 18px !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  color: #bfd0ed !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}
.dts-card-body .dts-read-more,
.dts-read-more {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  min-height: 42px !important;
  margin-top: auto !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #c94cff 0%, #19d9ff 100%) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(25,217,255,.16) !important;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease !important;
}
.dts-post-card:hover .dts-read-more,
.dts-popular-card:hover .dts-read-more,
.dts-read-more:hover {
  transform: translateY(-2px) !important;
  filter: brightness(1.08) !important;
  box-shadow: 0 16px 40px rgba(25,217,255,.28), 0 10px 28px rgba(201,76,255,.18) !important;
}

/* Featured card cleanup */
.dts-featured-card {
  border-radius: 18px !important;
  border-color: rgba(87,231,255,.18) !important;
  background: rgba(5,14,31,.82) !important;
  box-shadow: 0 20px 70px rgba(0,0,0,.22) !important;
}
.dts-featured-media { aspect-ratio: 16 / 9 !important; min-height: 0 !important; height: auto !important; }
.dts-featured-content { min-height: 0 !important; justify-content: center !important; }
.dts-featured-content h2 { color: #fff !important; }
.dts-featured-content .dts-card-excerpt,
.dts-featured-content .dts-card-date { color: #bfd0ed !important; }

/* Single article layout: TOC sidebar + compact readable article */
.single-post .dts-single-content-wrap {
  display: grid !important;
  grid-template-columns: minmax(220px, 280px) minmax(0, 860px) !important;
  gap: clamp(26px, 4vw, 52px) !important;
  align-items: start !important;
  width: min(1180px, calc(100% - 40px)) !important;
  margin: 0 auto !important;
  padding: clamp(44px, 6vw, 74px) 0 !important;
  background: transparent !important;
}
.single-post .article-toc.dts-single-content {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  position: sticky !important;
  top: 112px !important;
  align-self: start !important;
  padding: 22px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(87,231,255,.18) !important;
  background: rgba(5,14,31,.82) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 18px 48px rgba(0,0,0,.18) !important;
  backdrop-filter: blur(14px) !important;
  color: #ddecff !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}
.single-post .article-toc h2,
.single-post .article-toc .toc-title {
  margin: 0 0 14px !important;
  color: #fff !important;
  font-size: 17px !important;
  line-height: 1.2 !important;
  letter-spacing: -.01em !important;
}
.single-post .article-toc .toc-links {
  display: grid !important;
  gap: 8px !important;
}
.single-post .article-toc a,
.single-post .article-toc .toc-links a {
  display: block !important;
  padding: 8px 10px !important;
  border-radius: 10px !important;
  color: #afc4e9 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
  transition: background .2s ease, color .2s ease, transform .2s ease !important;
}
.single-post .article-toc a.toc-child { padding-left: 18px !important; opacity: .88 !important; }
.single-post .article-toc a:hover {
  background: rgba(25,217,255,.1) !important;
  color: #57e7ff !important;
  transform: translateX(2px) !important;
}
.single-post .single-post-content.dts-single-content {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(24px, 3vw, 36px) !important;
  border-radius: 22px !important;
  border: 1px solid rgba(87,231,255,.14) !important;
  background: rgba(5,14,31,.72) !important;
  color: #dce8ff !important;
  font-size: 16.5px !important;
  line-height: 1.74 !important;
  box-shadow: 0 20px 70px rgba(0,0,0,.20) !important;
}
.single-post .single-post-content p,
.single-post .single-post-content li {
  color: #dce8ff !important;
  font-size: 16.5px !important;
  line-height: 1.74 !important;
}
.single-post .single-post-content h2 {
  margin-top: 32px !important;
  margin-bottom: 14px !important;
  color: #fff !important;
  font-size: clamp(25px, 2.4vw, 34px) !important;
  line-height: 1.22 !important;
}
.single-post .single-post-content h3 {
  margin-top: 26px !important;
  margin-bottom: 12px !important;
  color: #fff !important;
  font-size: clamp(21px, 2vw, 27px) !important;
  line-height: 1.25 !important;
}
.single-post .single-post-content a:not(.primary-button):not(.secondary-button):not(.dts-read-more) {
  color: #19d9ff !important;
  font-weight: 850 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(25,217,255,.45) !important;
}
.single-post .single-post-content a:not(.primary-button):not(.secondary-button):not(.dts-read-more):hover {
  color: #c94cff !important;
  border-bottom-color: rgba(201,76,255,.55) !important;
}
.single-post .article-faq {
  margin-top: 34px !important;
  margin-bottom: 24px !important;
  padding: clamp(22px, 3vw, 30px) !important;
  border-radius: 18px !important;
  border: 1px solid rgba(87,231,255,.2) !important;
  background: rgba(3,8,18,.54) !important;
}
.single-post .article-faq h2 { margin-top: 0 !important; }
.single-post .article-faq details {
  border-top: 1px solid rgba(255,255,255,.08) !important;
  padding: 14px 0 !important;
}
.single-post .article-faq details:first-of-type { border-top: 0 !important; }
.single-post .article-faq summary {
  cursor: pointer !important;
  color: #fff !important;
  font-weight: 900 !important;
}
.single-post .article-inline-cta {
  margin-top: 24px !important;
  padding: clamp(22px, 3vw, 32px) !important;
  border-radius: 18px !important;
}
.single-post .dts-related.section-shell {
  padding-top: clamp(36px, 5vw, 70px) !important;
  padding-bottom: clamp(72px, 8vw, 110px) !important;
}
.single-post .dts-related .dts-section-heading h2 { color: #fff !important; }
.single-post .dts-related .dts-read-more::after { content: " →"; }

@media (max-width: 1080px) {
  .dts-post-grid,
  .dts-popular-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .single-post .dts-single-content-wrap {
    grid-template-columns: 1fr !important;
    width: min(920px, calc(100% - 32px)) !important;
  }
  .single-post .article-toc.dts-single-content {
    position: relative !important;
    top: auto !important;
  }
}
@media (max-width: 700px) {
  .dts-post-grid,
  .dts-popular-grid { grid-template-columns: 1fr !important; }
  .dts-card-body,
  .dts-post-card .dts-card-body,
  .dts-popular-card .dts-card-body { min-height: 235px !important; }
  .dts-featured-card { grid-template-columns: 1fr !important; }
  .single-post .dts-single-content-wrap { width: min(100% - 24px, 920px) !important; }
  .single-post .single-post-content.dts-single-content { padding: 22px !important; font-size: 16px !important; }
  .single-post .single-post-content p,
  .single-post .single-post-content li { font-size: 16px !important; }
}

/* === White Papers final visual authority + working sidebar filters === */
.mt-whitepapers-page .mt-whitepaper-layout{
  grid-template-columns: 300px minmax(0,1fr) !important;
  gap: clamp(26px, 3.5vw, 44px) !important;
  align-items: start !important;
}
.mt-whitepapers-page .category-box{
  padding: 26px 22px !important;
  border-radius: 20px !important;
}
.mt-whitepapers-page .category-box a{
  min-height: 58px !important;
  padding: 15px 16px !important;
  margin: 8px 0 !important;
  border: 1px solid transparent !important;
  transition: background .22s ease, border-color .22s ease, transform .22s ease !important;
}
.mt-whitepapers-page .category-box a:hover,
.mt-whitepapers-page .category-box a.is-active{
  background: linear-gradient(90deg, rgba(201,76,255,.30), rgba(25,217,255,.10)) !important;
  border-color: rgba(87,231,255,.18) !important;
  transform: translateX(2px) !important;
}
.mt-whitepapers-page .category-box a b{
  flex: 0 0 auto !important;
}
.mt-whitepapers-page .mt-paper-grid{
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  gap: clamp(22px, 2.2vw, 30px) !important;
  align-items: stretch !important;
}
.mt-whitepapers-page .mt-paper-card{
  min-height: 0 !important;
  height: 100% !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  display: flex !important;
  flex-direction: column !important;
  background: linear-gradient(145deg, rgba(6,18,42,.86), rgba(4,12,28,.70)) !important;
}
.mt-whitepapers-page .mt-paper-card[style*="display: none"]{
  display: none !important;
}
.mt-whitepapers-page .mt-paper-card .mt-card-image,
.mt-whitepapers-page .mt-paper-image{
  position: relative !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden !important;
  flex: 0 0 auto !important;
  background: #071326 !important;
  border-bottom: 1px solid rgba(87,231,255,.12) !important;
}
.mt-whitepapers-page .mt-paper-card .mt-card-image img,
.mt-whitepapers-page .mt-paper-image img{
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}
.mt-whitepapers-page .paper-body{
  padding: clamp(20px, 2vw, 26px) !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  min-height: 310px !important;
}
.mt-whitepapers-page .paper-body > span{
  margin-bottom: 14px !important;
  max-width: 100% !important;
  white-space: nowrap !important;
}
.mt-whitepapers-page .paper-body h3{
  min-height: 68px !important;
  margin: 0 0 14px !important;
  font-size: clamp(22px, 1.65vw, 28px) !important;
  line-height: 1.16 !important;
  letter-spacing: -.02em !important;
}
.mt-whitepapers-page .paper-body > p{
  min-height: 78px !important;
  margin: 0 0 22px !important;
  font-size: clamp(15px, 1vw, 17px) !important;
  line-height: 1.65 !important;
  color: rgba(222,234,255,.76) !important;
}
.mt-whitepapers-page .paper-body a{
  margin-top: auto !important;
  min-height: 54px !important;
  border-radius: 12px !important;
  padding: 0 20px !important;
  font-size: 16px !important;
}
.mt-whitepapers-page .mt-resource-title-row{
  margin-bottom: clamp(24px, 2.4vw, 34px) !important;
}
.mt-whitepapers-page .mt-resource-title-row label{
  width: min(420px,100%) !important;
  grid-template-columns: minmax(0,1fr) auto !important;
  padding-right: 12px !important;
}
.mt-whitepapers-page .mt-resource-title-row label span{
  font-weight: 800 !important;
  color: #d7e8ff !important;
}
.mt-wp-empty{
  grid-column: 1 / -1;
  border: 1px solid rgba(87,231,255,.18);
  border-radius: 18px;
  padding: 28px;
  color: #d7e8ff;
  background: rgba(7,18,38,.65);
  font-weight: 800;
}
@media (max-width: 1180px){
  .mt-whitepapers-page .mt-whitepaper-layout{ grid-template-columns: 1fr !important; }
  .mt-whitepapers-page .category-box{ position: relative !important; top: auto !important; }
  .mt-whitepapers-page .mt-paper-grid{ grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
}
@media (max-width: 720px){
  .mt-whitepapers-page .mt-paper-grid{ grid-template-columns: 1fr !important; }
  .mt-whitepapers-page .mt-resource-title-row{ align-items: stretch !important; flex-direction: column !important; }
  .mt-whitepapers-page .mt-resource-title-row label{ width: 100% !important; }
  .mt-whitepapers-page .paper-body{ min-height: auto !important; }
  .mt-whitepapers-page .paper-body h3,
  .mt-whitepapers-page .paper-body > p{ min-height: auto !important; }
}

/* Final article-only breadcrumb polish - 2026-05-12 */
.single-post .breadcrumbs {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  padding-top: 104px !important;
  padding-bottom: 16px !important;
  font-size: 13px !important;
  letter-spacing: .16em !important;
  text-transform: none !important;
}
.single-post .breadcrumbs a,
.single-post .breadcrumbs span {
  white-space: normal !important;
  max-width: none !important;
  overflow: visible !important;
  text-overflow: unset !important;
}
.single-post .breadcrumbs span:last-child {
  max-width: min(620px, 100%) !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.single-post .dts-section-heading .dts-kicker {
  letter-spacing: .18em !important;
}
.single-post .dts-related .dts-section-heading h2 {
  margin-bottom: 28px !important;
}
@media (max-width: 720px) {
  .single-post .breadcrumbs {
    padding-top: 86px !important;
    gap: 7px !important;
    font-size: 11px !important;
    letter-spacing: .09em !important;
  }
  .single-post .breadcrumbs span:last-child {
    max-width: 100% !important;
    white-space: normal !important;
  }
}

/* =========================================================
   Meta Techs Press Center card consistency fixes
   Scope: featured article, press/blog cards, single related reports
   ========================================================= */
.dts-press-page .dts-featured-wrap {
  width: min(1240px, calc(100% - 40px));
  padding: clamp(34px, 4vw, 58px) 0 clamp(54px, 6vw, 82px) !important;
}

.dts-press-page .dts-featured-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr) !important;
  gap: clamp(18px, 2.2vw, 30px) !important;
  align-items: stretch !important;
  overflow: hidden !important;
  border-radius: 24px !important;
  padding: clamp(16px, 2vw, 24px) !important;
}

.dts-press-page .dts-featured-media {
  width: 100% !important;
  min-height: clamp(330px, 34vw, 475px) !important;
  height: auto !important;
  aspect-ratio: auto !important;
  border-radius: 18px !important;
  background: transparent !important;
}

.dts-press-page .dts-featured-media img,
.dts-press-page .dts-card-image img,
.dts-single-post .dts-card-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.dts-press-page .dts-featured-content {
  min-height: 0 !important;
  justify-content: center !important;
  padding: clamp(20px, 2.8vw, 42px) !important;
}

.dts-press-page .dts-featured-content h2 {
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.dts-press-page .dts-post-grid,
.dts-single-post .dts-post-grid {
  align-items: stretch !important;
}

.dts-press-page .dts-post-card,
.dts-single-post .dts-post-card {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}

.dts-press-page .dts-card-image,
.dts-single-post .dts-card-image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  flex: 0 0 auto !important;
  overflow: hidden !important;
  background: transparent !important;
}

.dts-press-page .dts-card-body,
.dts-single-post .dts-card-body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  gap: 12px !important;
  padding: clamp(22px, 2vw, 28px) !important;
}

.dts-press-page .dts-card-body h2,
.dts-single-post .dts-card-body h2 {
  display: -webkit-box !important;
  min-height: 0 !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  margin: 0 !important;
}

.dts-press-page .dts-card-excerpt,
.dts-single-post .dts-card-excerpt {
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  margin-bottom: 6px !important;
}

.dts-press-page .dts-card-body .dts-read-more,
.dts-single-post .dts-card-body .dts-read-more {
  margin-top: auto !important;
  align-self: flex-start !important;
}

.dts-single-post .dts-related {
  margin-top: clamp(48px, 6vw, 86px) !important;
  padding-top: clamp(58px, 7vw, 92px) !important;
  padding-bottom: clamp(76px, 8vw, 110px) !important;
  border-top: 1px solid rgba(29, 217, 255, .16) !important;
}

.dts-single-post .dts-related .dts-section-heading {
  margin-bottom: clamp(26px, 3vw, 38px) !important;
}

.dts-single-post .dts-related .dts-card-image {
  aspect-ratio: 16 / 9 !important;
}

.dts-single-post .dts-related .dts-card-image img {
  object-position: center center !important;
}

@media (max-width: 1020px) {
  .dts-press-page .dts-featured-card {
    grid-template-columns: 1fr !important;
  }

  .dts-press-page .dts-featured-media {
    min-height: auto !important;
    aspect-ratio: 16 / 9 !important;
  }

  .dts-single-post .dts-related {
    margin-top: clamp(42px, 6vw, 70px) !important;
    padding-top: clamp(48px, 6vw, 74px) !important;
  }
}

@media (max-width: 680px) {
  .dts-press-page .dts-featured-wrap {
    width: min(100% - 28px, 1240px);
    padding-top: 28px !important;
    padding-bottom: 48px !important;
  }

  .dts-press-page .dts-featured-card {
    gap: 14px !important;
    border-radius: 20px !important;
    padding: 14px !important;
  }

  .dts-press-page .dts-featured-content,
  .dts-press-page .dts-card-body,
  .dts-single-post .dts-card-body {
    padding: 20px !important;
  }

  .dts-single-post .dts-related {
    margin-top: 38px !important;
    padding-top: 44px !important;
    padding-bottom: 70px !important;
  }
}


/* NEXT UP / RELATED REPORTS header alignment refinement */
.dts-related .eyebrow,
.dts-related .section-eyebrow,
.dts-related .next-up-label,
.dts-related .section-kicker {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 12px;
  margin-left: 20px;
  padding-left: 0;
  position: relative;
}

.dts-related h2,
.dts-related .section-title {
  padding-left: 20px;
}

.dts-related .section-header,
.dts-related .container > .eyebrow,
.dts-related .container > h2 {
  position: relative;
}

@media (max-width: 768px) {
  .dts-related .eyebrow,
  .dts-related .section-eyebrow,
  .dts-related .next-up-label,
  .dts-related .section-kicker {
    margin-top: 10px;
    margin-bottom: 8px;
    margin-left: 16px;
  }

  .dts-related h2,
  .dts-related .section-title {
    padding-left: 16px;
  }
}


/* Meta Techs refinement: clean Related Reports heading and premium two-card Products layout */
.dts-related .dts-kicker,
.dts-related .next-up-label,
.dts-related .section-kicker {
  display: none !important;
}

.dts-related .dts-section-heading {
  margin-top: 0 !important;
  margin-bottom: clamp(20px, 3vw, 30px) !important;
}

.dts-related .dts-section-heading h2 {
  margin-top: 0 !important;
}

.ux-products-page .product-showcase-two {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(24px, 3.5vw, 42px) !important;
  align-items: stretch !important;
}

.ux-products-page .product-showcase-card {
  min-height: 440px !important;
  padding: clamp(30px, 4vw, 48px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

.ux-products-page .product-showcase-card h2 {
  font-size: clamp(34px, 4vw, 54px) !important;
  line-height: 1.04 !important;
  max-width: 11ch;
}

.ux-products-page .product-showcase-card p {
  max-width: 58ch;
}

.ux-products-page .product-showcase-card .article-button,
.ux-products-page .product-showcase-card .primary-button,
.ux-products-page .product-showcase-card > strong {
  margin-top: auto !important;
}

@media (max-width: 900px) {
  .ux-products-page .product-showcase-two {
    grid-template-columns: 1fr !important;
  }

  .ux-products-page .product-showcase-card {
    min-height: auto !important;
  }
}

/* ===== SINGLE ARTICLE INLINE VISUAL + TABLES ===== */
.single-post-content .article-inline-visual {
  margin: 42px 0 46px !important;
  border: 1px solid rgba(0, 220, 255, 0.18) !important;
  border-radius: 26px !important;
  overflow: hidden !important;
  background: rgba(6, 18, 34, 0.72) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28) !important;
}

.single-post-content .article-inline-visual img {
  width: 100% !important;
  height: clamp(260px, 38vw, 480px) !important;
  object-fit: cover !important;
  display: block !important;
}

.single-post-content .article-inline-visual figcaption {
  margin: 0 !important;
  padding: 18px 22px !important;
  color: rgba(220, 235, 255, 0.72) !important;
  font-size: 0.95rem !important;
  line-height: 1.65 !important;
  border-top: 1px solid rgba(0, 220, 255, 0.12) !important;
}

.single-post-content .article-data-section {
  margin: 42px 0 !important;
}

.single-post-content .article-data-section h2 {
  margin: 0 0 18px !important;
}

.single-post-content .article-table-wrap {
  width: 100% !important;
  overflow-x: auto !important;
  border: 1px solid rgba(0, 220, 255, 0.18) !important;
  border-radius: 22px !important;
  background: rgba(6, 18, 34, 0.78) !important;
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.22) !important;
}

.single-post-content table.article-data-table,
.single-post-content .article-data-table {
  width: 100% !important;
  min-width: 680px !important;
  border-collapse: collapse !important;
  margin: 0 !important;
  color: rgba(235, 244, 255, 0.88) !important;
}

.single-post-content .article-data-table th,
.single-post-content .article-data-table td {
  padding: 18px 20px !important;
  text-align: left !important;
  vertical-align: top !important;
  border-bottom: 1px solid rgba(0, 220, 255, 0.12) !important;
}

.single-post-content .article-data-table th {
  color: #ffffff !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  background: linear-gradient(135deg, rgba(142, 92, 246, 0.22), rgba(0, 207, 255, 0.16)) !important;
}

.single-post-content .article-data-table tr:last-child td {
  border-bottom: 0 !important;
}

@media (max-width: 768px) {
  .single-post-content .article-inline-visual {
    margin: 30px 0 34px !important;
    border-radius: 20px !important;
  }

  .single-post-content .article-inline-visual img {
    height: 240px !important;
  }

  .single-post-content .article-data-section {
    margin: 32px 0 !important;
  }

  .single-post-content .article-data-table th,
  .single-post-content .article-data-table td {
    padding: 15px 16px !important;
  }
}


/* ===== FINAL SINGLE ARTICLE TOP SPACING + INLINE IMAGE VISIBILITY FIX ===== */
.single-post .breadcrumbs {
  padding-top: 74px !important;
  padding-bottom: 8px !important;
}

.single-post .dts-single-hero {
  min-height: clamp(360px, 44vh, 520px) !important;
  align-items: start !important;
}

.single-post .dts-single-hero-inner {
  padding-top: clamp(34px, 4vw, 58px) !important;
  padding-bottom: clamp(42px, 5vw, 70px) !important;
}

.single-post .dts-single-content-wrap {
  margin-top: clamp(34px, 4.5vw, 58px) !important;
}

.single-post-content .article-inline-visual-top {
  margin-top: 0 !important;
  margin-bottom: clamp(34px, 5vw, 54px) !important;
}

@media (max-width: 768px) {
  .single-post .breadcrumbs {
    padding-top: 68px !important;
    padding-bottom: 6px !important;
  }

  .single-post .dts-single-hero {
    min-height: auto !important;
  }

  .single-post .dts-single-hero-inner {
    padding-top: 30px !important;
    padding-bottom: 42px !important;
  }
}


/* ==================================================
   Meta Techs client-ready handoff polish - 2026-05-12
   Template-safe spacing, cards, partners, footer, mobile menu.
   ================================================== */
:root{
  --mt-space-desktop:24px;
  --mt-space-tablet:20px;
  --mt-space-mobile:16px;
  --mt-card-border:rgba(107,231,255,.18);
  --mt-card-bg:linear-gradient(145deg,rgba(8,22,38,.92),rgba(5,13,26,.96));
}
body{overflow-x:hidden;}
.section-shell{box-sizing:border-box;}
.site-header{z-index:9999;}
.breadcrumbs,
.dts-press-page .breadcrumbs,
.single-post .breadcrumbs,
.dts-single-post + .breadcrumbs{
  margin-top:var(--mt-space-desktop)!important;
  margin-bottom:var(--mt-space-desktop)!important;
  padding-top:0!important;
  padding-bottom:0!important;
  min-height:0!important;
}
.breadcrumbs + .page-hero,
.breadcrumbs + .dts-press-hero,
.breadcrumbs + .dts-single-hero,
.breadcrumbs + .resource-template,
.breadcrumbs + .partner-single,
.breadcrumbs + section{
  margin-top:0!important;
}
.page-hero,
.ux-compact-hero,
.resource-hero{
  padding-top:clamp(28px,4vw,58px)!important;
  padding-bottom:clamp(28px,4vw,58px)!important;
  min-height:0!important;
}
.dts-press-hero{padding:clamp(34px,5vw,72px) 0!important;min-height:0!important;}
.dts-blog-tools{margin-top:var(--mt-space-desktop)!important;margin-bottom:clamp(28px,4vw,48px)!important;padding-top:0!important;}
.dts-featured-wrap{margin-top:0!important;margin-bottom:clamp(36px,5vw,64px)!important;}
.dts-popular-section,.dts-archive-section{padding-top:clamp(36px,5vw,64px)!important;padding-bottom:clamp(36px,5vw,64px)!important;}
.dts-section-heading,.section-heading{margin-bottom:clamp(20px,3vw,34px)!important;}
.dts-kicker:empty,.eyebrow:empty{display:none!important;}

/* Featured article card */
.dts-featured-card{
  display:grid!important;
  grid-template-columns:minmax(320px,1.05fr) minmax(360px,1fr)!important;
  width:min(100%,1180px)!important;
  margin-inline:auto!important;
  gap:0!important;
  overflow:hidden!important;
  border:1px solid var(--mt-card-border)!important;
  border-radius:28px!important;
  background:var(--mt-card-bg)!important;
  box-shadow:0 24px 80px rgba(0,0,0,.28)!important;
}
.dts-featured-media{display:block!important;min-height:360px!important;background:transparent!important;overflow:hidden!important;}
.dts-featured-media img{width:100%!important;height:100%!important;min-height:360px!important;display:block!important;object-fit:cover!important;object-position:center!important;background:transparent!important;}
.dts-featured-content{padding:clamp(28px,4vw,48px)!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:14px!important;}
.dts-featured-content h2{font-size:clamp(30px,3.4vw,52px)!important;line-height:.98!important;margin:0!important;}

/* Single article upgrade */
.dts-single-hero{min-height:0!important;padding:clamp(54px,7vw,98px) 0!important;}
.dts-single-content-wrap{padding-top:clamp(32px,5vw,64px)!important;}
.dts-related{margin-top:clamp(52px,7vw,88px)!important;padding-top:clamp(34px,5vw,54px)!important;border-top:1px solid rgba(107,231,255,.16)!important;}
.dts-related .dts-section-heading{margin-bottom:24px!important;}
.dts-related .dts-section-heading .dts-kicker,.dts-related .dts-section-heading .eyebrow{display:none!important;}
.single-post-content img,.wp-article-content img{max-width:100%;height:auto;border-radius:22px;}
.article-inline-visual{margin:0 0 32px!important;border-radius:26px!important;overflow:hidden!important;border:1px solid rgba(107,231,255,.16)!important;background:rgba(8,22,38,.76)!important;}
.article-inline-visual img{width:100%!important;aspect-ratio:16/8!important;object-fit:cover!important;display:block!important;}
.article-inline-visual figcaption{padding:12px 18px;color:rgba(234,244,255,.72);font-size:14px;}
.wp-block-table,.article-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:24px 0;border-radius:20px;border:1px solid rgba(107,231,255,.15);}
.wp-block-table table,.article-data-table,.single-post-content table,.wp-article-content table{width:100%;min-width:680px;border-collapse:collapse;background:rgba(6,18,32,.9);}
.wp-block-table th,.wp-block-table td,.article-data-table th,.article-data-table td,.single-post-content th,.single-post-content td,.wp-article-content th,.wp-article-content td{padding:16px 18px;border-bottom:1px solid rgba(107,231,255,.12);vertical-align:top;}
.wp-block-table th,.article-data-table th,.single-post-content th,.wp-article-content th{color:#9ff7ff;background:rgba(87,231,255,.08);font-weight:700;}

/* Products: two premium enterprise cards only */
.metatechs-products-refined .refined-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px!important;align-items:stretch!important;margin-top:var(--mt-space-desktop)!important;}
.refined-product-card{min-height:520px!important;padding:clamp(32px,4vw,52px)!important;border-radius:30px!important;border:1px solid rgba(107,231,255,.2)!important;background:linear-gradient(145deg,rgba(10,31,52,.94),rgba(4,12,25,.98))!important;box-shadow:0 30px 90px rgba(0,0,0,.3)!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;gap:22px!important;}
.refined-product-card h2{font-size:clamp(44px,5vw,76px)!important;line-height:.9!important;letter-spacing:-.06em!important;margin:0!important;max-width:10ch!important;}
.refined-product-card p{font-size:17px!important;line-height:1.72!important;color:rgba(234,244,255,.78)!important;max-width:62ch!important;}
.refined-product-card ul{display:grid!important;gap:10px!important;margin:0!important;padding:0!important;list-style:none!important;}
.refined-product-card li{padding:10px 14px;border:1px solid rgba(107,231,255,.13);border-radius:999px;background:rgba(107,231,255,.055);color:rgba(234,244,255,.86);width:max-content;max-width:100%;}
.refined-product-card .primary-button{align-self:flex-start!important;min-width:190px!important;}

/* Partners */
.partner-grid{gap:24px!important;align-items:stretch!important;}
.partner-card-link{display:block!important;text-decoration:none!important;color:inherit!important;height:100%!important;}
.partner-card-link article,.partner-grid>article{height:100%;padding:30px!important;border-radius:26px!important;border:1px solid rgba(107,231,255,.16)!important;background:linear-gradient(145deg,rgba(9,23,39,.88),rgba(5,13,26,.94))!important;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease!important;}
.partner-card-link:hover article{transform:translateY(-6px);border-color:rgba(107,231,255,.38)!important;box-shadow:0 24px 70px rgba(0,0,0,.28),0 0 35px rgba(87,231,255,.08)!important;}
.partner-logo{height:112px!important;margin:0 0 20px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:20px!important;background:rgba(255,255,255,.96)!important;padding:20px!important;}
.partner-logo img{max-width:88%!important;max-height:74px!important;object-fit:contain!important;filter:none!important;}
.partner-single-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.55fr);gap:34px;align-items:center;padding:clamp(34px,5vw,70px);border-radius:30px;border:1px solid rgba(107,231,255,.16);background:var(--mt-card-bg);}
.partner-single-logo{min-height:240px;display:flex;align-items:center;justify-content:center;border-radius:24px;background:rgba(255,255,255,.96);padding:34px;}
.partner-single-logo img{max-width:100%;max-height:150px;object-fit:contain;}
.partner-single-content{margin-top:34px!important;}

/* About/client logos/footer */
.logo-grid,.home-partner-grid{gap:22px!important;align-items:center!important;}
.logo-grid article,.home-partner-grid article{min-height:120px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:22px!important;border-radius:22px!important;background:rgba(255,255,255,.96)!important;}
.site-footer{padding-top:clamp(36px,5vw,58px)!important;padding-bottom:24px!important;overflow:hidden!important;}
.footer-grid-optimized,.footer-grid{display:grid!important;grid-template-columns:minmax(260px,1.45fr) repeat(4,minmax(150px,1fr))!important;gap:clamp(22px,3vw,38px)!important;align-items:start!important;}
.footer-brand img{max-width:180px!important;height:auto!important;margin-bottom:16px!important;}
.footer-column{display:flex!important;flex-direction:column!important;gap:10px!important;min-width:0!important;}
.footer-column a{overflow-wrap:anywhere;line-height:1.45!important;}
.footer-social{display:flex!important;gap:12px!important;flex-wrap:wrap!important;margin-top:18px!important;}
.social-link{width:42px!important;height:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;}
.footer-bottom{margin-top:30px!important;padding-top:20px!important;border-top:1px solid rgba(107,231,255,.12)!important;text-align:center!important;}

/* Mobile menu/offcanvas fixes */
@media (max-width:980px){
  nav#primary-nav{width:min(88vw,390px)!important;max-width:390px!important;overflow-y:auto!important;overflow-x:hidden!important;padding:88px 18px 24px!important;}
  .primary-menu,.primary-menu li{width:100%!important;min-width:0!important;}
  .primary-menu a,.mega-toggle{white-space:normal!important;line-height:1.25!important;word-break:normal!important;overflow-wrap:anywhere!important;min-height:48px!important;}
  .solutions-mega{position:static!important;width:100%!important;max-height:none!important;overflow:visible!important;margin-top:10px!important;padding:14px!important;}
  .mega-links{grid-template-columns:1fr!important;gap:8px!important;}
  .menu-toggle{z-index:10001!important;}
  .mobile-nav-cta{width:100%!important;white-space:normal!important;}
  .breadcrumbs{margin-top:var(--mt-space-tablet)!important;margin-bottom:var(--mt-space-tablet)!important;}
  .dts-featured-card,.metatechs-products-refined .refined-products-grid,.partner-single-hero,.footer-grid-optimized,.footer-grid{grid-template-columns:1fr!important;}
  .dts-featured-media,.dts-featured-media img{min-height:260px!important;}
  .refined-product-card{min-height:auto!important;}
}
@media (max-width:640px){
  .breadcrumbs{margin-top:var(--mt-space-mobile)!important;margin-bottom:var(--mt-space-mobile)!important;font-size:13px!important;}
  .page-hero,.ux-compact-hero,.resource-hero{padding-top:28px!important;padding-bottom:34px!important;}
  .dts-press-hero{padding:32px 0!important;}
  .dts-blog-tools{margin-top:var(--mt-space-mobile)!important;margin-bottom:28px!important;}
  .dts-search-form{gap:10px!important;}
  .dts-search-form input,.dts-search-form button{width:100%!important;min-width:0!important;}
  .dts-filter-chips{gap:8px!important;overflow-x:auto!important;padding-bottom:4px!important;}
  .dts-featured-content{padding:24px!important;}
  .dts-featured-content h2,.refined-product-card h2{font-size:clamp(34px,11vw,48px)!important;}
  .dts-featured-media,.dts-featured-media img{min-height:220px!important;}
  .article-inline-visual img{aspect-ratio:16/10!important;}
  .partner-logo{height:96px!important;}
  .site-footer{padding-inline:16px!important;}
}
/* Final related reports cleanup: remove legacy Next Up/kicker spacing completely */
.dts-related .eyebrow,
.dts-related .section-eyebrow,
.dts-related .next-up-label,
.dts-related .section-kicker,
.dts-related .dts-kicker{display:none!important;margin:0!important;padding:0!important;height:0!important;}
.dts-related h2,.dts-related .section-title{padding-left:0!important;margin-left:0!important;}

/* ==================================================
   Meta Techs enterprise handoff final polish - 2026-05-12
   Consolidated spacing, press, products, partners, about, footer, mobile.
   ================================================== */
body { overflow-x: hidden !important; }
.section-shell { width: min(1240px, calc(100% - 44px)); }
.site-header + main { padding-top: 96px; }
.breadcrumbs {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: clamp(8px, 1vw, 12px) !important;
  margin-bottom: clamp(8px, 1vw, 12px) !important;
  min-height: 0 !important;
  line-height: 1.35 !important;
}
.breadcrumbs + .page-hero,
.breadcrumbs + .dts-press-hero,
.breadcrumbs + .partner-single,
.breadcrumbs + section { margin-top: 0 !important; }
.page-hero,
.ux-compact-hero,
.resource-hero {
  padding-top: clamp(28px, 3.5vw, 54px) !important;
  padding-bottom: clamp(30px, 4vw, 58px) !important;
  min-height: 0 !important;
}
.dts-press-hero {
  min-height: 0 !important;
  padding: clamp(38px, 5vw, 76px) 0 clamp(34px, 4vw, 62px) !important;
}
.dts-blog-tools {
  margin-top: clamp(14px, 2vw, 24px) !important;
  margin-bottom: clamp(28px, 4vw, 46px) !important;
  padding-top: 0 !important;
}
.dts-featured-wrap {
  padding-top: 0 !important;
  padding-bottom: clamp(38px, 5vw, 66px) !important;
  margin-bottom: 0 !important;
}
.dts-popular-section,
.dts-archive-section,
.partner-grid,
.product-grid,
.about-client-logos {
  padding-top: clamp(34px, 5vw, 62px) !important;
  padding-bottom: clamp(42px, 6vw, 78px) !important;
}
.dts-section-heading,
.section-heading { margin-bottom: clamp(20px, 3vw, 34px) !important; }
.dts-related .dts-kicker,
.dts-related .eyebrow,
.dts-related .section-kicker,
.dts-related .next-up-label { display: none !important; height: 0 !important; margin: 0 !important; padding: 0 !important; }
.dts-related { margin-top: clamp(56px, 7vw, 92px) !important; padding-top: clamp(44px, 5vw, 62px) !important; border-top: 1px solid rgba(107,231,255,.16) !important; }
.dts-related .dts-section-heading { margin-bottom: clamp(24px, 3vw, 36px) !important; }
.dts-related .dts-section-heading h2 { padding-left: 0 !important; margin: 0 !important; }

/* Press featured card: no dark empty media gaps */
.dts-press-page .dts-featured-card {
  width: min(100%, 1220px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr) !important;
  gap: 0 !important;
  overflow: hidden !important;
  border-radius: 28px !important;
  border: 1px solid rgba(107,231,255,.18) !important;
  background: linear-gradient(145deg, rgba(8,22,38,.94), rgba(4,12,25,.98)) !important;
}
.dts-press-page .dts-featured-media { display: block !important; min-height: 380px !important; overflow: hidden !important; background: transparent !important; }
.dts-press-page .dts-featured-media img { display: block !important; width: 100% !important; height: 100% !important; min-height: 380px !important; object-fit: cover !important; object-position: center !important; }
.dts-press-page .dts-featured-content { padding: clamp(28px, 4vw, 52px) !important; gap: 14px !important; }
.dts-press-page .dts-post-grid { gap: clamp(20px, 2.6vw, 32px) !important; }
.dts-press-page .dts-card-image { aspect-ratio: 16 / 10 !important; background: transparent !important; }
.dts-press-page .dts-card-image img { width: 100% !important; height: 100% !important; object-fit: cover !important; }

/* Single article: CMS inline media and tables */
.single-post .dts-single-hero { min-height: 0 !important; padding: clamp(54px, 7vw, 96px) 0 !important; }
.single-post .dts-single-content-wrap { padding-top: clamp(30px, 4.5vw, 56px) !important; margin-top: 0 !important; }
.single-post-content img,
.wp-article-content img { max-width: 100%; height: auto; border-radius: 22px; }
.single-post-content .article-inline-visual { margin: 0 0 clamp(30px,4vw,48px) !important; border-radius: 26px !important; overflow: hidden !important; border: 1px solid rgba(107,231,255,.17) !important; background: rgba(8,22,38,.76) !important; }
.single-post-content .article-inline-visual img { width: 100% !important; height: auto !important; aspect-ratio: 16 / 8 !important; object-fit: cover !important; display: block !important; }
.single-post-content .article-inline-visual figcaption { padding: 13px 18px !important; color: rgba(234,244,255,.72) !important; font-size: 14px !important; }
.single-post-content .wp-block-table,
.wp-article-content .wp-block-table,
.article-table-wrap { width: 100% !important; overflow-x: auto !important; border-radius: 20px !important; border: 1px solid rgba(107,231,255,.15) !important; margin: 26px 0 !important; }
.single-post-content table,
.wp-article-content table { width: 100% !important; min-width: 680px !important; border-collapse: collapse !important; background: rgba(6,18,32,.9) !important; }
.single-post-content th,
.single-post-content td,
.wp-article-content th,
.wp-article-content td { padding: 16px 18px !important; border-bottom: 1px solid rgba(107,231,255,.12) !important; text-align: left !important; vertical-align: top !important; }
.single-post-content th,
.wp-article-content th { color: #9ff7ff !important; background: rgba(87,231,255,.08) !important; }

/* Products: two premium large cards */
.metatechs-products-refined .refined-products-grid { grid-template-columns: repeat(2, minmax(0,1fr)) !important; gap: clamp(24px, 3vw, 40px) !important; align-items: stretch !important; }
.refined-product-card { min-height: 520px !important; padding: clamp(34px, 4.4vw, 56px) !important; border-radius: 30px !important; border: 1px solid rgba(107,231,255,.2) !important; background: radial-gradient(circle at 82% 18%, rgba(25,217,255,.14), transparent 22rem), linear-gradient(145deg, rgba(10,31,52,.94), rgba(4,12,25,.98)) !important; box-shadow: 0 30px 90px rgba(0,0,0,.34), inset 0 0 60px rgba(25,217,255,.04) !important; display: flex !important; flex-direction: column !important; gap: 22px !important; }
.refined-product-card h2 { font-size: clamp(42px, 5vw, 72px) !important; line-height: .92 !important; letter-spacing: 0 !important; max-width: 10ch !important; margin: 0 !important; color: #f7fbff !important; }
.refined-product-card p { font-size: 17px !important; line-height: 1.72 !important; color: rgba(234,244,255,.78) !important; }
.refined-product-card ul { display: grid !important; gap: 10px !important; margin: 0 0 8px !important; padding: 0 !important; list-style: none !important; }
.refined-product-card li { width: max-content; max-width: 100%; padding: 10px 14px; border: 1px solid rgba(107,231,255,.13); border-radius: 999px; background: rgba(107,231,255,.055); color: rgba(234,244,255,.86); }
.refined-product-card .primary-button { margin-top: auto !important; align-self: flex-start !important; min-width: 210px !important; }

/* Partners listing + single partner migration style */
.refined-partners-page .partners-hero h1 { max-width: 760px; }
.partners-logo-grid { grid-template-columns: repeat(3, minmax(0,1fr)) !important; gap: clamp(20px, 2.5vw, 30px) !important; }
.partner-card-link { display: block !important; height: 100% !important; color: inherit !important; text-decoration: none !important; }
.partner-card-link article { height: 100% !important; min-height: 286px !important; display: flex !important; flex-direction: column !important; padding: 26px !important; border-radius: 26px !important; border: 1px solid rgba(107,231,255,.16) !important; background: linear-gradient(145deg, rgba(9,23,39,.9), rgba(5,13,26,.96)) !important; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease !important; }
.partner-card-link:hover article { transform: translateY(-6px); border-color: rgba(107,231,255,.42) !important; box-shadow: 0 24px 70px rgba(0,0,0,.3), 0 0 35px rgba(87,231,255,.08) !important; }
.partner-logo { height: 118px !important; margin: 0 0 18px !important; display: flex !important; align-items: center !important; justify-content: center !important; border-radius: 20px !important; background: #fff !important; padding: 20px !important; color: #061222 !important; }
.partner-logo img { max-width: 88% !important; max-height: 76px !important; object-fit: contain !important; filter: none !important; }
.partner-card-link h3 { margin: 0 0 10px !important; font-size: 22px !important; }
.partner-card-link p { color: rgba(234,244,255,.72); line-height: 1.58; }
.partner-card-link .text-link { margin-top: auto !important; }
.partner-enterprise-page .partner-single { padding-bottom: clamp(70px,8vw,110px); }
.partner-legacy-hero { display: grid !important; grid-template-columns: minmax(0,1.08fr) minmax(300px,.62fr) !important; gap: clamp(26px,4vw,48px) !important; align-items: center !important; padding: clamp(34px,5vw,70px) !important; border-radius: 32px !important; border: 1px solid rgba(107,231,255,.18) !important; background: radial-gradient(circle at 82% 20%, rgba(25,217,255,.15), transparent 22rem), linear-gradient(145deg, rgba(8,22,38,.94), rgba(4,12,25,.98)) !important; }
.partner-legacy-hero h1 { font-size: clamp(42px,5.2vw,76px) !important; line-height: .98 !important; }
.partner-logo-panel { min-height: 250px !important; display: flex !important; align-items: center !important; justify-content: center !important; border-radius: 26px !important; background: #fff !important; padding: 34px !important; }
.partner-logo-panel img { max-width: 100% !important; max-height: 160px !important; object-fit: contain !important; filter: none !important; }
.partner-overview-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(280px,.55fr); gap: 28px; margin-top: clamp(36px,5vw,64px); }
.partner-story-card,
.partner-proof-card,
.partner-why-meta,
.partner-contact-cta { border: 1px solid rgba(107,231,255,.16); border-radius: 28px; background: linear-gradient(145deg, rgba(8,22,38,.88), rgba(4,12,25,.96)); padding: clamp(28px,4vw,46px); }
.partner-proof-card { display: flex; flex-direction: column; justify-content: center; }
.partner-proof-card span { color: var(--cyan); font-weight: 800; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; }
.partner-proof-card strong { display: block; margin: 16px 0; font-size: clamp(34px,4vw,52px); line-height: .98; }
.section-shell-tight { margin-top: clamp(44px,6vw,78px); }
.partner-service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.partner-service-grid article { padding: 26px; border: 1px solid rgba(107,231,255,.15); border-radius: 24px; background: rgba(255,255,255,.04); }
.partner-why-meta { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 28px; align-items: start; margin-top: clamp(44px,6vw,78px); }
.partner-benefit-list { display: grid; gap: 12px; }
.partner-benefit-list span { padding: 15px 18px; border: 1px solid rgba(107,231,255,.14); border-radius: 16px; background: rgba(107,231,255,.055); font-weight: 700; }
.partner-related { margin-top: clamp(44px,6vw,78px); }
.partner-mini-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.partner-mini-card { display: grid; gap: 12px; padding: 18px; border: 1px solid rgba(107,231,255,.15); border-radius: 20px; background: rgba(255,255,255,.04); color: inherit; text-decoration: none; }
.partner-mini-card span { height: 84px; display: flex; align-items: center; justify-content: center; padding: 14px; border-radius: 16px; background: #fff; color: #061222; }
.partner-mini-card img { max-width: 88%; max-height: 58px; object-fit: contain; filter: none; }
.partner-contact-cta { margin-top: clamp(44px,6vw,78px); text-align: center; }
.partner-contact-cta h2 { max-width: 860px; margin-inline: auto; }
.partner-contact-cta p { max-width: 700px; margin-inline: auto; color: rgba(234,244,255,.72); }
.partner-contact-cta .hero-actions { justify-content: center; }
.about-logo-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.about-logo-grid .partner-mini-card { min-height: 140px; }

/* Footer and mobile menu */
.site-footer { padding-top: clamp(42px,5vw,64px) !important; padding-bottom: 24px !important; overflow: hidden !important; }
.footer-grid-optimized,.footer-grid { display: grid !important; grid-template-columns: minmax(250px,1.25fr) repeat(4,minmax(140px,1fr)) !important; gap: clamp(22px,3vw,38px) !important; align-items: start !important; }
.footer-column { min-width: 0 !important; display: flex !important; flex-direction: column !important; gap: 10px !important; }
.footer-column a { overflow-wrap: anywhere !important; line-height: 1.45 !important; }
.footer-social { display: flex !important; flex-wrap: wrap !important; gap: 12px !important; margin-top: 18px !important; }
.social-link { width: 42px !important; height: 42px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; border-radius: 999px !important; }
.footer-bottom { margin-top: 30px !important; padding-top: 20px !important; border-top: 1px solid rgba(107,231,255,.12) !important; text-align: center !important; }
@media (max-width: 980px) {
  .site-header + main { padding-top: 84px; }
  nav#primary-nav { width: min(88vw, 390px) !important; max-width: 390px !important; overflow-y: auto !important; overflow-x: hidden !important; padding: 88px 18px 24px !important; }
  .primary-menu,.primary-menu li { width: 100% !important; min-width: 0 !important; }
  .primary-menu a,.mega-toggle { white-space: normal !important; line-height: 1.25 !important; overflow-wrap: anywhere !important; min-height: 48px !important; }
  .solutions-mega { position: static !important; width: 100% !important; max-height: none !important; overflow: visible !important; margin-top: 10px !important; padding: 14px !important; }
  .mega-links { grid-template-columns: 1fr !important; gap: 8px !important; }
  .dts-press-page .dts-featured-card,
  .metatechs-products-refined .refined-products-grid,
  .partners-logo-grid,
  .partner-legacy-hero,
  .partner-overview-grid,
  .partner-service-grid,
  .partner-why-meta,
  .partner-mini-grid,
  .about-logo-grid,
  .footer-grid-optimized,
  .footer-grid { grid-template-columns: 1fr !important; }
  .dts-press-page .dts-featured-media,
  .dts-press-page .dts-featured-media img { min-height: 260px !important; }
  .refined-product-card { min-height: auto !important; }
}
@media (max-width: 640px) {
  .section-shell { width: min(100% - 28px, 1240px); }
  .site-header + main { padding-top: 76px; }
  .breadcrumbs { margin-top: 4px !important; margin-bottom: 8px !important; font-size: 12px !important; }
  .page-hero,.ux-compact-hero,.resource-hero { padding-top: 24px !important; padding-bottom: 32px !important; }
  .dts-press-hero { padding: 30px 0 !important; }
  .dts-blog-tools { margin-top: 10px !important; margin-bottom: 26px !important; }
  .dts-search-form { gap: 10px !important; grid-template-columns: 1fr !important; }
  .dts-search-form input,.dts-search-form button { width: 100% !important; min-width: 0 !important; }
  .dts-filter-chips { gap: 8px !important; overflow-x: auto !important; padding-bottom: 4px !important; }
  .dts-press-page .dts-featured-media,
  .dts-press-page .dts-featured-media img { min-height: 220px !important; }
  .dts-press-page .dts-featured-content { padding: 22px !important; }
  .single-post-content .article-inline-visual img { aspect-ratio: 16 / 10 !important; }
  .partner-logo { height: 100px !important; }
  .partner-legacy-hero { padding: 24px !important; border-radius: 24px !important; }
  .partner-logo-panel { min-height: 190px !important; }
  .footer-grid-optimized,.footer-grid { gap: 22px !important; }
}

/* ==========================================================
   2026-05-12 Sara urgent production pass
   Global navbar/hero spacing + migrated old About/Partner UI
   ========================================================== */
main.mt-tight-page,
main.dts-press-page,
main.ux-products-page,
main.ux-case-page,
main.partner-single-page,
main.legacy-about-page,
main.legacy-partner-page {
  padding-top: 0 !important;
}

.site-header + main,
.site-header + .gutenberg-page-shell {
  margin-top: 0 !important;
}

.breadcrumbs.section-shell,
.dts-press-page .breadcrumbs,
.legacy-about-page .breadcrumbs,
.legacy-partner-page .breadcrumbs {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 0 !important;
  margin-top: 18px !important;
  margin-bottom: 16px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: rgba(203, 217, 251, 0.62) !important;
  font-weight: 700 !important;
}

.breadcrumbs a {
  color: rgba(203, 217, 251, 0.62) !important;
}

.breadcrumbs a:hover {
  color: #57e7ff !important;
}

.breadcrumbs span:last-child,
.breadcrumbs .active,
.breadcrumbs [aria-current="page"] {
  color: #57e7ff !important;
  font-weight: 900 !important;
}

.breadcrumbs span::before,
.breadcrumbs a + span::before,
.breadcrumbs a + a::before {
  color: rgba(203, 217, 251, 0.38) !important;
}

.hero,
.page-hero,
.ux-compact-hero,
.dts-press-hero,
.dts-single-hero,
.mt-el-hero,
.mt-wp-hero,
.editorial-hero,
.solution-hero,
.detail-hero {
  margin-top: 0 !important;
}

.ux-home .hero,
.ux-hero.hero,
.hero.section-shell {
  min-height: calc(100vh - 92px) !important;
  padding-top: clamp(28px, 4.4vw, 64px) !important;
  padding-bottom: clamp(44px, 6vw, 78px) !important;
}

.page-hero,
.ux-compact-hero,
.resource-hero,
.mt-el-hero,
.mt-wp-hero,
.solution-hero,
.detail-hero {
  min-height: auto !important;
  padding-top: clamp(18px, 3vw, 34px) !important;
  padding-bottom: clamp(30px, 5vw, 58px) !important;
}

.dts-press-hero,
.separated-archive-hero {
  min-height: 300px !important;
  padding-top: clamp(34px, 5vw, 70px) !important;
  padding-bottom: clamp(38px, 5vw, 74px) !important;
}

.dts-single-hero {
  min-height: 360px !important;
  padding-top: clamp(44px, 6vw, 84px) !important;
  padding-bottom: clamp(44px, 6vw, 84px) !important;
}

.dts-press-hero + .dts-blog-tools,
.press-hero + .blog-tools,
.dts-blog-tools,
.dts-featured-wrap,
.dts-popular-section,
.dts-archive-section,
.product-grid,
.partner-single,
.partner-related,
.legacy-about-page section,
.legacy-partner-page section {
  margin-top: 0 !important;
}

.dts-blog-tools.section-shell {
  padding-top: 18px !important;
  padding-bottom: 24px !important;
}

.dts-featured-wrap,
.dts-popular-section,
.dts-archive-section,
.ux-services,
.products,
.case-studies,
.partners-preview,
.faq,
.dts-resource-row {
  padding-top: clamp(34px, 5vw, 64px) !important;
  padding-bottom: clamp(30px, 4.5vw, 58px) !important;
}

@media (max-width: 980px) {
  .breadcrumbs.section-shell { margin-top: 14px !important; margin-bottom: 12px !important; }
  .ux-home .hero,
  .ux-hero.hero,
  .hero.section-shell,
  .page-hero,
  .ux-compact-hero,
  .dts-press-hero,
  .dts-single-hero {
    padding-top: 16px !important;
    min-height: auto !important;
  }
}

/* Press Center separation */
.press-dual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 42px);
}
.press-type-column {
  min-width: 0;
}
.press-type-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.press-type-head h3 {
  margin: 0;
  color: #f7fbff;
  font-size: clamp(24px, 2.6vw, 34px);
}
.mini-separated-grid.dts-post-grid {
  grid-template-columns: 1fr !important;
}
.separated-archive .dts-archive-section {
  padding-top: 28px !important;
}
@media (max-width: 900px) { .press-dual-grid { grid-template-columns: 1fr; } }

/* Old-site-inspired About page, polished for new UI */
.legacy-about-page,
.legacy-partner-page {
  position: relative;
  background:
    radial-gradient(circle at 18% 14%, rgba(25, 217, 255, 0.13), transparent 28rem),
    radial-gradient(circle at 84% 52%, rgba(91, 74, 255, 0.12), transparent 30rem),
    #03111b !important;
}
.legacy-page-title {
  border-radius: 0 0 28px 28px;
  background: linear-gradient(180deg, rgba(25,217,255,.27), rgba(3,17,27,0));
  padding: clamp(22px, 4vw, 42px) 0 clamp(14px, 3vw, 28px) !important;
  text-align: center;
}
.legacy-page-title h1,
.legacy-partner-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-wrap: balance;
}
.legacy-about-split,
.legacy-cta-split,
.legacy-partner-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .92fr);
  align-items: center;
  gap: clamp(28px, 6vw, 84px);
  padding-top: clamp(38px, 6vw, 78px) !important;
  padding-bottom: clamp(32px, 5vw, 70px) !important;
}
.legacy-about-split.is-reversed,
.legacy-cta-split {
  grid-template-columns: minmax(340px, .92fr) minmax(0, 1fr);
}
.legacy-copy h2,
.legacy-mission h2,
.legacy-clients h2,
.legacy-testimonial h2,
.legacy-partner-copy h2,
.legacy-partner-services h2,
.legacy-partner-why h2,
.legacy-other-partners h2,
.legacy-partner-cta h2 {
  margin: 0 0 16px;
  color: #25dfff;
  font-size: clamp(28px, 3.3vw, 48px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  text-wrap: balance;
}
.legacy-copy p,
.legacy-mission p,
.legacy-partner-copy p,
.legacy-partner-why p,
.legacy-partner-cta p {
  color: #d9e6ff;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.78;
}
.cyber-svg-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(87,231,255,.15);
  border-radius: 30px;
  background: rgba(255,255,255,.035);
  box-shadow: 0 26px 80px rgba(0,0,0,.28), 0 0 38px rgba(25,217,255,.1);
}
.cyber-svg-card svg { display: block; width: 100%; height: auto; }
.legacy-mission,
.legacy-clients,
.legacy-testimonial,
.legacy-partner-services,
.legacy-partner-why,
.legacy-other-partners {
  padding-top: clamp(36px, 6vw, 78px) !important;
  padding-bottom: clamp(28px, 5vw, 62px) !important;
}
.legacy-mission {
  border-top: 1px solid rgba(87,231,255,.08);
  border-bottom: 1px solid rgba(87,231,255,.08);
}
.legacy-clients { text-align: center; }
.legacy-logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: clamp(16px, 2.4vw, 28px);
  align-items: stretch;
  margin-top: 24px;
}
.legacy-logo-card {
  display: grid;
  min-height: 118px;
  place-items: center;
  padding: 20px;
  border: 1px solid rgba(87,231,255,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  color: #071326;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.legacy-logo-card:hover {
  transform: translateY(-6px);
  border-color: rgba(87,231,255,.6);
  box-shadow: 0 22px 50px rgba(25,217,255,.16);
}
.legacy-logo-card img { max-width: 132px; max-height: 70px; object-fit: contain; }
.legacy-cta-split {
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(9, 22, 42, .82), rgba(4, 44, 58, .54));
  margin-top: clamp(28px, 5vw, 54px) !important;
  padding-left: clamp(24px, 4vw, 54px) !important;
  padding-right: clamp(24px, 4vw, 54px) !important;
}
.legacy-testimonial { text-align: center; }
.legacy-testimonial blockquote {
  max-width: 980px;
  margin: 24px auto 0;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  color: #172032;
  text-align: left;
  box-shadow: 0 30px 70px rgba(0,0,0,.24);
}
.legacy-testimonial strong { display: block; font-size: 22px; color: #172032; }
.legacy-testimonial span { color: #ffb020; letter-spacing: .12em; }
.legacy-testimonial p { color: #2d3748; }

/* Partner legacy detail page */
.legacy-partner-wrap { padding-bottom: clamp(38px, 6vw, 80px) !important; }
.legacy-partner-hero {
  min-height: 170px;
  display: grid;
  place-items: center;
  margin-bottom: clamp(24px, 4vw, 46px) !important;
  border-radius: 0 0 42px 42px;
  background: linear-gradient(135deg, #071cff 0%, #19d9ff 100%);
  overflow: hidden;
  position: relative;
}
.legacy-partner-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -44px -10%;
  height: 90px;
  background: #03111b;
  transform: rotate(-3deg);
}
.legacy-partner-hero h1 { position: relative; z-index: 1; padding: 0 24px; }
.legacy-partner-intro {
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1fr);
  padding-top: clamp(24px, 4vw, 46px) !important;
}
.legacy-partner-logo-blob {
  min-height: 280px;
  display: grid;
  place-items: center;
  padding: clamp(24px, 4vw, 46px);
  border-radius: 72px 72px 72px 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0,0,0,.28), 0 14px 0 rgba(255,255,255,.88);
}
.legacy-partner-logo-blob img { max-width: min(280px, 80%); max-height: 150px; object-fit: contain; }
.legacy-partner-logo-blob strong { color: #071326; font-size: 42px; }
.legacy-partner-copy { max-width: 640px; }
.legacy-partner-content {
  margin-top: 20px;
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid rgba(87,231,255,.12);
  border-radius: 24px;
  background: rgba(255,255,255,.035);
}
.legacy-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 30px);
  margin-top: 30px;
}
.legacy-service-grid article {
  min-height: 230px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(87,231,255,.14);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
  box-shadow: 0 20px 54px rgba(0,0,0,.18);
}
.legacy-service-grid h3 {
  margin: 0 0 18px;
  color: #5948ff;
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.12;
}
.legacy-service-grid h3::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 14px;
  background: #00df7e;
}
.legacy-service-grid p { color: #e0ecff; line-height: 1.7; }
.legacy-partner-why {
  max-width: 1080px;
  color: #e1ebff;
}
.legacy-partner-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
  padding: clamp(24px, 3vw, 36px);
  border-radius: 0;
  background: #10aee3;
}
.legacy-partner-cta h2 { color: #fff; font-size: clamp(24px, 2.8vw, 36px); }
.legacy-partner-cta p { margin: 0; color: #effbff; }
.legacy-partner-cta .primary-button { background: #25d66f !important; color: #fff !important; }

@media (max-width: 980px) {
  .legacy-about-split,
  .legacy-about-split.is-reversed,
  .legacy-cta-split,
  .legacy-partner-intro,
  .legacy-partner-cta {
    grid-template-columns: 1fr;
  }
  .legacy-service-grid { grid-template-columns: 1fr; }
  .legacy-partner-hero { min-height: 130px; }
  .legacy-partner-logo-blob { min-height: 210px; border-radius: 38px 38px 38px 14px; }
  .legacy-page-title h1,
  .legacy-partner-hero h1 { font-size: clamp(31px, 9vw, 46px); }
}

@media (max-width: 640px) {
  .section-shell { width: min(100% - 28px, 1200px) !important; }
  .legacy-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .legacy-logo-card { min-height: 96px; padding: 14px; }
  .legacy-logo-card img { max-width: 108px; max-height: 56px; }
  .dts-blog-tools.section-shell { padding-top: 12px !important; }
}

/* ==========================================================
   Sara final handoff pass — tighter spacing, Meta Techs brand colors,
   larger About SVG, animated testimonials, partner color polish
   ========================================================== */
:root{
  --mt-logo-pink:#d25bcf;
  --mt-logo-purple:#7b5cff;
  --mt-logo-blue:#0798ff;
  --mt-logo-cyan:#20e7ff;
  --mt-deep:#03111b;
}

/* Kill the remaining oversized blank area after the navbar on every template */
.site-header{margin-bottom:0!important;}
.site-header + main,
.site-header + .gutenberg-page-shell,
body > main{padding-top:0!important;margin-top:0!important;}
main > .breadcrumbs:first-child,
.breadcrumbs.section-shell,
.dts-press-page .breadcrumbs,
.single-post .breadcrumbs,
.legacy-about-page .breadcrumbs,
.legacy-partner-page .breadcrumbs,
.refined-partners-page .breadcrumbs,
.ux-products-page .breadcrumbs,
.ux-case-page .breadcrumbs,
.solution-detail-page .breadcrumbs,
.mt-resource-page .breadcrumbs{
  margin-top:6px!important;
  margin-bottom:8px!important;
  padding-top:0!important;
  padding-bottom:0!important;
  line-height:1.3!important;
}
.breadcrumbs + .page-hero,
.breadcrumbs + .dts-press-hero,
.breadcrumbs + .legacy-page-title,
.breadcrumbs + .legacy-partner-wrap,
.breadcrumbs + .partners-hero,
.breadcrumbs + .solution-detail-hero,
.breadcrumbs + section{margin-top:0!important;}

.hero.section-shell,
.ux-hero.hero{
  min-height:min(680px, calc(100vh - 82px))!important;
  padding-top:18px!important;
  padding-bottom:clamp(38px,5vw,70px)!important;
  align-items:center!important;
}
.page-hero,.ux-compact-hero,.resource-hero,.detail-hero,.solution-hero,.mt-resource-hero,.dts-press-hero,.separated-archive-hero,.dts-single-hero{
  min-height:auto!important;
  padding-top:16px!important;
  padding-bottom:clamp(26px,4vw,48px)!important;
  margin-top:0!important;
}
.legacy-page-title{padding-top:16px!important;padding-bottom:18px!important;}
.legacy-partner-hero{margin-top:0!important;margin-bottom:clamp(18px,3vw,32px)!important;min-height:128px!important;}

/* About page: enlarge the Engage With Us SVG and keep balance */
.legacy-about-split:has(.shield-lock){
  grid-template-columns:minmax(520px,1.08fr) minmax(0,.92fr)!important;
  gap:clamp(34px,5vw,76px)!important;
}
.legacy-about-split:has(.shield-lock) .cyber-svg-card{
  width:100%!important;
  min-height:430px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:34px!important;
}
.legacy-about-split:has(.shield-lock) .cyber-svg-card svg{
  width:min(100%,720px)!important;
  transform:scale(1.13)!important;
  transform-origin:center!important;
}
.legacy-about-split:has(.shield-lock) .legacy-copy h2{color:#fff!important;}
.legacy-about-split:has(.shield-lock) .legacy-copy p:not(.eyebrow){color:#f2f7ff!important;}

/* Testimonial section: smaller card, white text, more comments, vertical animation */
.legacy-testimonial{padding-top:clamp(24px,4vw,48px)!important;padding-bottom:clamp(32px,5vw,58px)!important;overflow:hidden;}
.legacy-testimonial h2{color:var(--mt-logo-cyan)!important;text-align:center!important;margin-bottom:20px!important;}
.testimonial-marquee{
  max-width:900px!important;
  height:230px!important;
  margin:0 auto!important;
  overflow:hidden!important;
  mask-image:linear-gradient(to bottom, transparent 0, #000 18%, #000 82%, transparent 100%);
  -webkit-mask-image:linear-gradient(to bottom, transparent 0, #000 18%, #000 82%, transparent 100%);
}
.testimonial-track{display:grid;gap:16px;animation:mtTestimonialScroll 16s linear infinite;}
.testimonial-marquee:hover .testimonial-track{animation-play-state:paused;}
.legacy-testimonial blockquote{
  max-width:860px!important;
  min-height:142px!important;
  margin:0 auto!important;
  padding:22px 26px!important;
  border-radius:22px!important;
  border:1px solid rgba(32,231,255,.18)!important;
  background:linear-gradient(135deg, rgba(8,21,39,.96), rgba(20,13,42,.94))!important;
  color:#fff!important;
  box-shadow:0 24px 64px rgba(0,0,0,.28),0 0 34px rgba(32,231,255,.08)!important;
}
.legacy-testimonial strong{color:#fff!important;font-size:20px!important;}
.legacy-testimonial span{color:#ffc247!important;}
.legacy-testimonial p{color:#f4f8ff!important;font-size:15px!important;line-height:1.58!important;margin:8px 0 0!important;}
@keyframes mtTestimonialScroll{0%{transform:translateY(0)}100%{transform:translateY(-54%)}}

/* Partner page: replace off-brand blue/green with Meta Techs logo gradient */
.legacy-partner-hero{
  background:linear-gradient(135deg,var(--mt-logo-pink) 0%,var(--mt-logo-purple) 45%,var(--mt-logo-cyan) 100%)!important;
  box-shadow:0 22px 70px rgba(32,231,255,.12)!important;
}
.legacy-partner-hero::after{background:var(--mt-deep)!important;}
.legacy-partner-copy h2,
.legacy-partner-services h2,
.legacy-partner-why h2,
.legacy-other-partners h2{color:var(--mt-logo-cyan)!important;}
.legacy-service-grid h3{
  color:#f7fbff!important;
  background:linear-gradient(90deg,var(--mt-logo-pink),var(--mt-logo-cyan));
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;
}
.legacy-service-grid h3::after{background:linear-gradient(90deg,var(--mt-logo-pink),var(--mt-logo-cyan))!important;}
.legacy-service-grid article{
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(6,21,38,.72))!important;
  border-color:rgba(32,231,255,.18)!important;
}
.legacy-partner-cta{
  border-radius:28px!important;
  background:linear-gradient(135deg,rgba(210,91,207,.92),rgba(123,92,255,.92) 46%,rgba(32,231,255,.92))!important;
  box-shadow:0 28px 70px rgba(32,231,255,.14)!important;
}
.legacy-partner-cta .primary-button{
  background:#fff!important;
  color:#071326!important;
  box-shadow:0 18px 44px rgba(0,0,0,.22)!important;
}
.pre-footer-cta,.next-step-cta{
  background:linear-gradient(135deg,rgba(210,91,207,.20),rgba(123,92,255,.16),rgba(32,231,255,.16))!important;
}

@media (max-width:980px){
  .legacy-about-split:has(.shield-lock){grid-template-columns:1fr!important;}
  .legacy-about-split:has(.shield-lock) .cyber-svg-card{min-height:320px!important;}
  .legacy-about-split:has(.shield-lock) .cyber-svg-card svg{transform:scale(1.03)!important;}
  .hero.section-shell,.ux-hero.hero{min-height:auto!important;padding-top:12px!important;}
  main > .breadcrumbs:first-child,.breadcrumbs.section-shell{margin-top:4px!important;margin-bottom:6px!important;}
}
@media (max-width:640px){
  .legacy-about-split:has(.shield-lock) .cyber-svg-card{min-height:250px!important;}
  .testimonial-marquee{height:250px!important;}
  .legacy-testimonial blockquote{padding:18px!important;}
}

/* Migration solution detail fallback grid */
.solution-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
}
.solution-detail-grid article {
  border: 1px solid rgba(107, 231, 255, .16);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(9, 23, 39, .9), rgba(5, 13, 26, .96));
  padding: clamp(22px, 3vw, 32px);
}
.solution-detail-grid h2 {
  color: #9ff7ff;
  font-size: clamp(24px, 2.6vw, 34px);
}
.solution-detail-grid p {
  color: rgba(234, 244, 255, .74);
  line-height: 1.7;
}
@media (max-width: 900px) {
  .solution-detail-grid { grid-template-columns: 1fr; }
}

/* Migration hard guard: show Meta Techs footer and hide legacy injected footers */
body > footer:not(.site-footer),
body .elementor-location-footer,
body [data-elementor-type="footer"],
body .hfe-footer,
body .ekit-template-content-footer,
body .old-footer,
body .footer-area:not(.site-footer),
body .footer-widget-area:not(.site-footer) {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}

body .site-footer {
  display: block !important;
  visibility: visible !important;
  height: auto !important;
  overflow: visible !important;
}

.partners-logo-grid,
.home-partner-grid,
.legacy-logo-grid {
  min-height: 1px;
}

.partners-logo-grid .partner-card-link,
.legacy-logo-grid .legacy-logo-card {
  display: block !important;
}

/* MIGRATION SAFE V5: make theme templates use production data cleanly */
.site-footer,
.pre-footer-cta,
.whatsapp-float {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.site-footer.section-shell,
.pre-footer-cta.section-shell {
  width: min(100% - 48px, 1480px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.metatechs-default-page,
.metatechs-page-content {
  color: #d6e5ff;
}
.dts-single-content-wrap-clean {
  align-items: start;
}
.dts-single-content-wrap-clean .single-post-content > .article-inline-visual-top,
.dts-single-content-wrap-clean .single-post-content > .article-data-section,
.dts-single-content-wrap-clean .single-post-content > .article-inline-cta,
.dts-single-content-wrap-clean .single-post-content > .article-faq {
  display: none !important;
}
.dts-single-content-wrap-clean .single-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}
.dts-related {
  margin-top: clamp(70px, 8vw, 140px) !important;
  padding-top: clamp(40px, 5vw, 80px) !important;
  border-top: 1px solid rgba(87,231,255,.12);
}
.partners-logo-grid .partner-card-link article {
  min-height: 100%;
}
.partners-logo-grid .partner-logo img,
.home-partner-grid .partner-logo img,
.legacy-logo-card img {
  max-width: 180px;
  max-height: 88px;
  object-fit: contain;
}
.archive-post-grid .dts-post-card,
.dts-post-grid .dts-post-card {
  height: 100%;
}
.dts-post-card .dts-card-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}
@media (max-width: 780px) {
  .site-footer.section-shell,
  .pre-footer-cta.section-shell { width: min(100% - 28px, 1480px) !important; }
  .dts-post-card .dts-card-image img { height: 210px; }
}

/* === V5.2 verified pagination + footer/partner display patch === */
.pagination-shell {
  margin-top: 28px !important;
  margin-bottom: 42px !important;
}
.dts-pagination.mt-numeric-pagination,
.dts-pagination.mt-numeric-pagination ul,
.pagination-shell .navigation.pagination,
.pagination-shell .nav-links {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  width: 100% !important;
  padding: 24px 0 !important;
  margin: 0 auto !important;
  list-style: none !important;
}
.dts-pagination.mt-numeric-pagination li,
.pagination-shell .page-numbers li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.dts-pagination.mt-numeric-pagination .page-numbers,
.pagination-shell .page-numbers {
  display: inline-flex !important;
  min-width: 46px !important;
  height: 46px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  border: 1px solid rgba(112, 231, 255, .28) !important;
  background: rgba(5, 15, 30, .88) !important;
  color: #e9f3ff !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.22) !important;
  transition: transform .18s ease, border-color .18s ease, background .18s ease !important;
}
.dts-pagination.mt-numeric-pagination .page-numbers.prev,
.dts-pagination.mt-numeric-pagination .page-numbers.next,
.pagination-shell .page-numbers.prev,
.pagination-shell .page-numbers.next {
  font-size: 26px !important;
  line-height: 1 !important;
}
.dts-pagination.mt-numeric-pagination .page-numbers.current,
.pagination-shell .page-numbers.current {
  background: var(--gradient-brand) !important;
  color: #fff !important;
  border-color: transparent !important;
}
.dts-pagination.mt-numeric-pagination a.page-numbers:hover,
.pagination-shell a.page-numbers:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(112, 231, 255, .7) !important;
  background: rgba(13, 30, 54, .96) !important;
}
.dts-pagination.mt-numeric-pagination .dots,
.pagination-shell .dots {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  min-width: 28px !important;
}
.press-all-articles-section {
  margin-top: 36px !important;
}
.site-footer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 2 !important;
}
.partners-logo-grid .partner-card-link,
.partner-grid .partner-card-link {
  display: block !important;
  text-decoration: none !important;
}
.partners-logo-grid img,
.partner-grid img {
  max-width: 180px !important;
  max-height: 82px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}
@media (max-width: 640px) {
  .dts-pagination.mt-numeric-pagination .page-numbers,
  .pagination-shell .page-numbers {
    min-width: 40px !important;
    height: 40px !important;
    padding: 0 12px !important;
  }
}


/* V5.3 final safe activation / partners / pagination patch */
body .elementor-location-footer,
body [data-elementor-type="footer"] { display:none!important; visibility:hidden!important; height:0!important; overflow:hidden!important; }
.site-footer, footer.site-footer { display:block!important; visibility:visible!important; opacity:1!important; }
.partners-logo-grid,
.partner-grid.partners-logo-grid { display:grid!important; grid-template-columns:repeat(auto-fit,minmax(280px,1fr))!important; gap:clamp(18px,2.5vw,30px)!important; align-items:stretch!important; overflow:visible!important; }
.partners-logo-grid .partner-card-link,
.partner-grid .partner-card-link { display:block!important; height:100%!important; min-width:0!important; text-decoration:none!important; color:inherit!important; }
.partners-logo-grid .partner-card-link article,
.partner-grid .partner-card-link article { min-height:340px!important; height:100%!important; display:flex!important; flex-direction:column!important; gap:10px!important; overflow:hidden!important; }
.partners-logo-grid .partner-logo,
.partner-grid .partner-logo,
.home-partner-grid .partner-logo { width:100%!important; min-height:124px!important; height:124px!important; display:flex!important; align-items:center!important; justify-content:center!important; background:#fff!important; border-radius:22px!important; padding:18px!important; overflow:hidden!important; color:#071326!important; line-height:1.1!important; }
.partners-logo-grid .partner-logo img,
.partner-grid .partner-logo img,
.home-partner-grid .partner-logo img { width:auto!important; height:auto!important; max-width:100%!important; max-height:86px!important; object-fit:contain!important; display:block!important; filter:none!important; opacity:1!important; transform:none!important; }
.partners-logo-grid .partner-card-link h3,
.partner-grid .partner-card-link h3 { color:#f4f8ff!important; font-size:clamp(20px,2vw,26px)!important; line-height:1.25!important; margin:12px 0 8px!important; overflow-wrap:anywhere!important; }
.partners-logo-grid .partner-card-link p,
.partner-grid .partner-card-link p { color:rgba(226,238,255,.82)!important; font-size:16px!important; line-height:1.65!important; margin:0 0 14px!important; overflow-wrap:anywhere!important; display:-webkit-box!important; -webkit-line-clamp:5!important; -webkit-box-orient:vertical!important; overflow:hidden!important; }
.partners-logo-grid .partner-card-link .text-link,
.partner-grid .partner-card-link .text-link { margin-top:auto!important; color:#31e7ff!important; font-weight:800!important; }
.pagination-shell { margin-top:clamp(30px,5vw,56px)!important; }
.dts-pagination.mt-numeric-pagination { width:100%!important; display:flex!important; justify-content:center!important; align-items:center!important; margin:0 auto!important; }
.dts-pagination.mt-numeric-pagination ul { display:flex!important; justify-content:center!important; align-items:center!important; gap:10px!important; list-style:none!important; padding:0!important; margin:0!important; flex-wrap:wrap!important; }
.dts-pagination.mt-numeric-pagination li { list-style:none!important; margin:0!important; padding:0!important; }
.dts-pagination.mt-numeric-pagination .page-numbers { width:44px!important; height:44px!important; min-width:44px!important; border-radius:999px!important; display:inline-flex!important; align-items:center!important; justify-content:center!important; border:1px solid rgba(107,231,255,.22)!important; background:rgba(8,22,38,.78)!important; color:#eaf6ff!important; text-decoration:none!important; font-weight:800!important; box-shadow:0 12px 32px rgba(0,0,0,.18)!important; }
.dts-pagination.mt-numeric-pagination .page-numbers.current,
.dts-pagination.mt-numeric-pagination a.page-numbers:hover { background:#31e7ff!important; color:#061326!important; border-color:#31e7ff!important; }
.dts-pagination.mt-numeric-pagination .page-numbers.prev,
.dts-pagination.mt-numeric-pagination .page-numbers.next { font-size:24px!important; }
.dts-pagination.mt-numeric-pagination .dots { background:transparent!important; box-shadow:none!important; border-color:transparent!important; color:rgba(234,246,255,.7)!important; }
@media(max-width:700px){.partners-logo-grid,.partner-grid.partners-logo-grid{grid-template-columns:1fr!important}.dts-pagination.mt-numeric-pagination .page-numbers{width:38px!important;height:38px!important;min-width:38px!important}}

/* === FINAL POLISHED SAFE FIXES: partners, article images, icons, horizontal testimonials === */
/* Article/featured images: show the full old image, never crop text from old banners */
.migration-single-featured-image,
.dts-featured-media,
.dts-card-image,
.article-card-image {
  background: #061326 !important;
}
.migration-single-featured-image img,
.migration-resource-cover img,
.dts-press-page .dts-featured-media img,
.dts-featured-media img {
  object-fit: contain !important;
  object-position: center center !important;
  background: #061326 !important;
}
.dts-post-card .dts-card-image img,
.archive-post-grid .dts-post-card .dts-card-image img {
  object-fit: cover !important;
}

/* Partner cards: keep every logo/text fully visible and remove the small cyan marker overlay */
.partner-logo::before,
.partners-logo-grid .partner-logo::before,
.partner-grid .partner-logo::before,
.home-partner-grid .partner-logo::before,
.legacy-logo-card::before {
  display: none !important;
  content: none !important;
}
.partners-logo-grid .partner-logo,
.partner-grid .partner-logo,
.home-partner-grid .partner-logo {
  position: relative !important;
  min-height: 132px !important;
  height: 132px !important;
  padding: 18px 22px !important;
  overflow: hidden !important;
  color: #071326 !important;
  font-size: clamp(18px, 1.45vw, 24px) !important;
  line-height: 1.14 !important;
  font-weight: 800 !important;
  text-align: center !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.partners-logo-grid .partner-logo img,
.partner-grid .partner-logo img,
.home-partner-grid .partner-logo img,
.legacy-logo-card img {
  max-width: 92% !important;
  max-height: 92px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: none !important;
}
.partners-logo-grid .partner-card-link article,
.partner-grid .partner-card-link article {
  overflow: visible !important;
}
.partners-logo-grid .partner-card-link p,
.partner-grid .partner-card-link p {
  -webkit-line-clamp: 4 !important;
}

/* Partner single page: remove broken oversized black legacy icons from old Elementor content */
.legacy-partner-logo-blob {
  min-height: 180px !important;
  background: #fff !important;
  border-radius: 30px !important;
  overflow: hidden !important;
}
.legacy-partner-logo-blob img {
  width: auto !important;
  height: auto !important;
  max-width: 76% !important;
  max-height: 135px !important;
  object-fit: contain !important;
  filter: none !important;
}
.legacy-partner-logo-blob strong {
  color: #071326 !important;
  font-size: clamp(28px, 4vw, 48px) !important;
  text-align: center !important;
  line-height: 1.05 !important;
}
.legacy-partner-content > figure:first-child,
.legacy-partner-content > p:first-child:has(img),
.legacy-partner-content > div:first-child:has(img) {
  display: none !important;
}
.legacy-partner-content img {
  max-height: 360px !important;
  object-fit: contain !important;
  background: transparent !important;
}

/* About / clients section: fallback cards get clean icons, not empty boxes */
.legacy-logo-grid .legacy-logo-card {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  color: #0a1a2c !important;
  font-weight: 800 !important;
  text-align: center !important;
  overflow: hidden !important;
}
.legacy-logo-grid .legacy-logo-card:not(:has(img))::after {
  content: "◆" !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 12px !important;
  background: rgba(49,231,255,.16) !important;
  color: #13cfee !important;
  font-size: 18px !important;
  margin-left: 8px !important;
}

/* Testimonials: horizontal cards beside each other with real star symbols */
.legacy-testimonial {
  overflow: hidden !important;
}
.legacy-testimonial .testimonial-marquee {
  max-width: min(1180px, calc(100% - 24px)) !important;
  height: auto !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%) !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%) !important;
}
.legacy-testimonial .testimonial-track {
  display: flex !important;
  flex-direction: row !important;
  width: max-content !important;
  gap: 18px !important;
  padding: 22px !important;
  animation: mtTestimonialScrollX 28s linear infinite !important;
}
.legacy-testimonial blockquote {
  width: 360px !important;
  min-width: 360px !important;
  min-height: 190px !important;
  margin: 0 !important;
}
@keyframes mtTestimonialScrollX {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (max-width: 700px) {
  .legacy-testimonial blockquote { width: 300px !important; min-width: 300px !important; }
  .partners-logo-grid .partner-logo, .partner-grid .partner-logo { height: 112px !important; min-height: 112px !important; font-size: 18px !important; }
}
