: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: #7a4dff;
  --magenta: #d85dff;
  --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(216, 93, 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, #df4dff, #7a4dff, #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(223, 77, 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(216, 93, 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(122, 77, 255, 0.55);
  background: rgba(8, 19, 45, 0.72);
  box-shadow: inset 0 0 24px rgba(122, 77, 255, 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(122, 77, 255, 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(216, 93, 255, 0.12);
  animation-duration: 36s;
  animation-direction: reverse;
}

.orbit-three {
  width: 640px;
  height: 640px;
  border-color: rgba(122, 77, 255, 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(122, 77, 255, 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(216, 93, 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(122, 77, 255, 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(122, 77, 255, 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(122, 77, 255, 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(216, 93, 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(122, 77, 255, 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(216, 93, 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(216, 93, 255, 0.72), rgba(25, 217, 255, 0.72)) border-box;
  box-shadow: var(--shadow-elevated), inset 0 0 52px rgba(122, 77, 255, 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(216, 93, 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(122, 77, 255, 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(122, 77, 255, 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(122, 77, 255, 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(122, 77, 255, 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(122, 77, 255, 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(216, 93, 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(122, 77, 255, 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(216, 93, 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(122, 77, 255, 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(122, 77, 255, 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(122, 77, 255, 0.18);
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    box-shadow: 0 0 82px rgba(25, 217, 255, 0.52), 0 0 150px rgba(216, 93, 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(122, 77, 255, 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(122, 77, 255, 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(216, 93, 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, #7a4dff, #df4dff) 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(122, 77, 255, 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(216, 93, 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, #df4dff) 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, #d85dff) 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(216, 93, 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(216, 93, 255, 0.18));
  transform: translateY(-2px);
}

.company-card a {
  color: var(--cyan);
  font-weight: 800;
}