:root {
  color-scheme: dark;
  --bg: #050914;
  --panel: rgba(10, 19, 38, .74);
  --panel-strong: rgba(13, 30, 61, .9);
  --line: rgba(117, 192, 255, .22);
  --text: #f5f9ff;
  --muted: #9db0cb;
  --blue: #39b7ff;
  --cyan: #65f3ff;
  --violet: #7c5cff;
  --green: #39e58c;
  --shadow: 0 24px 80px rgba(0, 0, 0, .36);
  --glass: rgba(8, 18, 38, .64);
  --glass-border: rgba(150, 220, 255, .22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 15% 8%, rgba(49, 110, 255, .24), transparent 32%),
    radial-gradient(circle at 86% 22%, rgba(0, 218, 255, .16), transparent 30%),
    linear-gradient(180deg, #050914 0%, #070b16 48%, #09101f 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

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

.site-shell {
  overflow: hidden;
}

.cursor-glow {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(73, 207, 255, .18), transparent 64%);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity .2s ease;
}

.nav {
  position: fixed;
  z-index: 50;
  top: 18px;
  left: 50%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(1160px, calc(100vw - 32px));
  transform: translateX(-50%);
  border: 1px solid var(--glass-border);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(12, 25, 52, .78), rgba(5, 9, 20, .64));
  box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
  padding: 10px 12px;
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--cyan), var(--violet));
  box-shadow: 0 0 28px rgba(68, 198, 255, .55);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #06101f;
}

.brand-mark::before {
  width: 10px;
  height: 10px;
  top: 6px;
  left: 6px;
}

.brand-mark::after {
  width: 8px;
  height: 8px;
  right: 7px;
  bottom: 7px;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}

.nav-links a,
.nav-cta {
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 700;
  color: var(--muted);
}

.nav-links a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, .06);
}

.nav-cta {
  color: #06101f;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  box-shadow: 0 0 28px rgba(61, 187, 255, .52);
}

.ad-slot {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(1160px, calc(100vw - 48px));
  min-height: 78px;
  margin: 0 auto;
  border: 1px dashed rgba(135, 201, 255, .28);
  border-radius: 18px;
  background: rgba(8, 18, 38, .42);
  color: rgba(213, 233, 255, .56);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.ad-slot-top {
  margin-top: 104px;
  margin-bottom: -118px;
}

.ad-slot-mid,
.ad-slot-bottom {
  margin-top: 18px;
  margin-bottom: 18px;
}

.hero {
  position: relative;
  min-height: calc(100vh - 40px);
  display: grid;
  align-items: center;
  padding: 178px max(24px, calc((100vw - 1160px) / 2)) 86px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 9, 20, .96) 0%, rgba(5, 9, 20, .78) 42%, rgba(5, 9, 20, .18) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .034) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .026) 0 1px, transparent 1px 92px);
  pointer-events: none;
}

.hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(760px, 100%);
}

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

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(48px, 5.05vw, 70px);
  line-height: .94;
  font-weight: 900;
  text-wrap: balance;
  text-shadow: 0 0 34px rgba(82, 191, 255, .14);
}

.hero-copy {
  width: min(560px, 100%);
  margin: 22px 0 0;
  color: #c3d2e8;
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border-radius: 16px;
  padding: 0 24px;
  font-weight: 900;
}

.primary-action {
  color: #04111f;
  background: linear-gradient(135deg, #9df7ff, #3eafff 52%, #7c5cff);
  box-shadow: 0 0 46px rgba(62, 175, 255, .5), 0 18px 46px rgba(58, 124, 255, .25);
  transform: translateZ(0);
}

.secondary-action {
  border: 1px solid rgba(155, 213, 255, .22);
  background: rgba(255, 255, 255, .08);
  color: #d8eaff;
  backdrop-filter: blur(16px);
}

.primary-action:hover,
.secondary-action:hover {
  transform: translateY(-2px);
}

.trust-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.trust-stats span {
  min-width: 154px;
  border: 1px solid rgba(125, 197, 255, .18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(15, 33, 68, .72), rgba(7, 14, 29, .62));
  padding: 15px 16px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  box-shadow: inset 0 0 22px rgba(76, 181, 255, .08);
  backdrop-filter: blur(14px);
}

.trust-stats b {
  display: block;
  color: #fff;
  font-size: 27px;
  line-height: 1;
  margin-bottom: 6px;
}

.hero-orbit {
  position: absolute;
  z-index: 2;
  right: max(24px, calc((100vw - 1160px) / 2));
  top: 50%;
  width: min(520px, 42vw);
  height: min(520px, 42vw);
  transform: translateY(-45%);
  border: 1px solid rgba(102, 213, 255, .16);
  border-radius: 42px;
  background:
    radial-gradient(circle at 54% 40%, rgba(69, 201, 255, .24), transparent 28%),
    linear-gradient(135deg, rgba(8, 18, 38, .86), rgba(4, 8, 20, .42));
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow), inset 0 0 80px rgba(59, 183, 255, .12);
  overflow: hidden;
}

.hero-orbit::before,
.hero-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(107, 224, 255, .2);
  border-radius: 50%;
  animation: rotate 18s linear infinite;
}

.hero-orbit::before {
  inset: 62px;
}

.hero-orbit::after {
  inset: 118px;
  animation-duration: 11s;
  animation-direction: reverse;
}

.server-stack {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  gap: 13px;
  width: 210px;
  transform: translate(-50%, -50%);
}

.server-stack span {
  height: 56px;
  border: 1px solid rgba(154, 221, 255, .28);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(110, 231, 255, .26), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .02));
  box-shadow: 0 0 26px rgba(65, 192, 255, .18), inset 0 0 30px rgba(88, 208, 255, .12);
}

.server-stack span::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 22px 0 0 18px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px var(--green);
}

.dns-ribbon,
.ip-stream {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(112, 222, 255, .22);
  border-radius: 999px;
  background: rgba(4, 10, 24, .72);
  padding: 12px 16px;
  color: #e4f7ff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 0 28px rgba(53, 194, 255, .22);
}

.dns-ribbon {
  top: 74px;
  left: 48px;
  animation: drift 5.2s ease-in-out infinite;
}

.ip-stream {
  right: 44px;
  bottom: 74px;
  animation: drift 4.4s ease-in-out infinite reverse;
}

.tools-section,
.insight-band,
.why-section {
  padding: 86px max(24px, calc((100vw - 1160px) / 2));
}

.section-heading {
  width: min(720px, 100%);
  margin-bottom: 28px;
}

.section-heading h2,
.insight-copy h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
}

.tool-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.tool-card {
  position: relative;
  min-height: 440px;
  border: 1px solid transparent;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(14, 27, 55, .92), rgba(7, 13, 27, .96)) padding-box,
    linear-gradient(135deg, rgba(101, 243, 255, .28), rgba(124, 92, 255, .08), rgba(57, 229, 140, .18)) border-box;
  background-origin: border-box;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .22), inset 0 0 34px rgba(101, 243, 255, .04);
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, filter .22s ease;
}

.tool-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  border-radius: 23px;
  background:
    radial-gradient(circle at 50% 16%, rgba(72, 198, 255, .2), transparent 30%),
    linear-gradient(180deg, rgba(14, 27, 55, .92), rgba(7, 13, 27, .96));
  pointer-events: none;
}

.tool-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  opacity: 0;
  background: linear-gradient(135deg, rgba(101, 243, 255, .58), transparent 38%, rgba(124, 92, 255, .44));
  transition: opacity .22s ease;
  pointer-events: none;
}

.tool-card:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: rgba(123, 223, 255, .54);
  box-shadow: 0 30px 90px rgba(27, 147, 255, .27), inset 0 0 50px rgba(101, 243, 255, .08);
}

.tool-card:hover::before {
  opacity: .26;
}

.tool-art {
  position: absolute;
  z-index: 1;
  inset: 0 0 auto;
  width: 100%;
  height: 66%;
}

.tool-badge {
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 16px;
  border: 1px solid rgba(129, 221, 255, .3);
  border-radius: 999px;
  background: rgba(8, 18, 38, .7);
  color: #dff8ff;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.tool-badge.popular {
  color: #06101f;
  background: linear-gradient(135deg, var(--cyan), var(--green));
}

.tool-copy {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 20px;
  bottom: 22px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.why-grid article {
  position: relative;
  min-height: 220px;
  border: 1px solid rgba(125, 199, 255, .18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 24% 8%, rgba(101, 243, 255, .16), transparent 34%),
    linear-gradient(180deg, rgba(13, 27, 56, .72), rgba(7, 13, 27, .92));
  box-shadow: 0 22px 60px rgba(0, 0, 0, .2), inset 0 0 32px rgba(101, 243, 255, .05);
  padding: 24px;
  overflow: hidden;
}

.why-spark {
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--cyan), var(--violet));
  box-shadow: 0 0 34px rgba(101, 243, 255, .35);
}

.why-grid h3 {
  margin: 0;
  font-size: 22px;
}

.why-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.tool-kicker {
  margin: 0 0 8px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.tool-copy h3 {
  margin: 0;
  font-size: 27px;
}

.tool-copy p:last-child {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.insight-band {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 36px;
  align-items: center;
  padding-top: 42px;
}

.insight-visual {
  min-height: 430px;
  border: 1px solid rgba(126, 207, 255, .2);
  border-radius: 28px;
  background: rgba(8, 16, 34, .76);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow), inset 0 0 70px rgba(46, 176, 255, .1);
  overflow: hidden;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .6s ease, transform .6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

#ops-map {
  width: 100%;
  height: 430px;
  display: block;
}

.insight-copy p:last-child {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

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

@keyframes drift {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(10px, -12px, 0);
  }
}

@media (max-width: 980px) {
  .nav {
    grid-template-columns: auto auto;
  }

  .nav-links {
    display: none;
  }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding-top: 138px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(5, 9, 20, .96), rgba(5, 9, 20, .62)),
      repeating-linear-gradient(90deg, rgba(255, 255, 255, .03) 0 1px, transparent 1px 76px);
  }

  .hero-orbit {
    position: relative;
    order: 2;
    right: auto;
    top: auto;
    width: min(100%, 520px);
    height: 420px;
    margin-top: 48px;
    transform: none;
  }

  .hero-content {
    order: 1;
  }

  .tool-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .insight-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .nav {
    top: 10px;
    width: calc(100vw - 20px);
    gap: 10px;
    padding: 8px;
  }

  .nav-cta {
    padding: 10px 11px;
    font-size: 13px;
    white-space: nowrap;
  }

  .brand span:last-child {
    max-width: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 118px;
    padding-bottom: 54px;
  }

  h1 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: .95;
  }

  .hero-copy {
    font-size: 16px;
    line-height: 1.45;
  }

  .hero-actions a {
    width: 100%;
  }

  .trust-stats span {
    width: 100%;
  }

  .hero-orbit {
    height: 292px;
    border-radius: 24px;
    margin-top: 30px;
  }

  .server-stack {
    width: 170px;
  }

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

  .tool-card {
    min-height: 390px;
  }

  .tools-section,
  .insight-band,
  .why-section {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .ad-slot {
    width: calc(100vw - 36px);
    min-height: 64px;
  }

  .ad-slot-top {
    margin-top: 88px;
    margin-bottom: -96px;
  }

  .cursor-glow {
    display: none;
  }
}

@media (max-width: 380px) {
  .brand {
    gap: 8px;
  }

  .brand-mark {
    width: 28px;
    height: 28px;
  }

  .brand span:last-child {
    max-width: 96px;
  }

  .nav-cta {
    font-size: 12px;
  }

  h1 {
    font-size: 38px;
  }
}

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

.site-shell .brand,
.site-shell .brand:visited {
  color: #f8fbff !important;
  text-decoration: none !important;
}

.site-shell .brand span:last-child {
  color: #f8fbff !important;
  opacity: 1 !important;
  font-weight: 800 !important;
  text-shadow: 0 0 18px rgba(125, 231, 255, .34) !important;
}

.site-shell .eyebrow {
  display: block !important;
  width: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.hero-orbit {
  background:
    radial-gradient(circle at 34% 32%, rgba(98, 231, 255, .16), transparent 28%),
    linear-gradient(180deg, rgba(8, 20, 42, .92), rgba(6, 17, 35, .82)) !important;
}

.server-stack {
  width: 300px !important;
  gap: 10px !important;
  padding: 52px 18px 56px !important;
  border: 1px solid rgba(126, 229, 255, .18);
  border-radius: 24px;
  background: rgba(3, 10, 24, .44);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 0 34px rgba(98, 231, 255, .08);
}

.server-stack::before {
  content: "Live SEO check";
  position: absolute;
  left: 18px;
  top: 18px;
  color: #f6fbff;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
}

.server-stack::after {
  content: "SERP  META  SCHEMA";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(126, 229, 255, .18);
  border-radius: 999px;
  color: rgba(224, 247, 255, .82);
  font-size: 11px;
  font-weight: 800;
  background: rgba(98, 231, 255, .08);
}

.server-stack span {
  position: relative;
  height: 46px !important;
  display: flex;
  align-items: center;
  padding: 0 16px 0 42px;
  overflow: hidden;
}

.server-stack span::before {
  position: absolute;
  left: 16px;
  top: 50%;
  margin: 0 !important;
  transform: translateY(-50%);
}

.server-stack span::after {
  color: rgba(238, 247, 255, .94);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.server-stack span:nth-child(1)::after {
  content: "Snippet analyzed";
}

.server-stack span:nth-child(2)::after {
  content: "Meta tags checked";
}

.server-stack span:nth-child(3)::after {
  content: "Schema ready";
}

.server-stack span:nth-child(2) {
  transform: translateX(18px);
}

.server-stack span:nth-child(3) {
  transform: translateX(-8px);
}

@media (max-width: 760px) {
  .server-stack {
    width: min(86%, 300px) !important;
    padding: 48px 14px 52px !important;
  }

  .server-stack span:nth-child(2),
  .server-stack span:nth-child(3) {
    transform: none;
  }
}

.insight-band {
  align-items: center !important;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr) !important;
  gap: 36px !important;
}

.insight-visual {
  min-height: 430px !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 42%, rgba(98, 231, 255, .16), transparent 26%),
    linear-gradient(180deg, rgba(9, 22, 45, .88), rgba(6, 17, 35, .78)) !important;
}

.insight-visual canvas {
  opacity: .34;
  transform: scale(.82) translateY(20px);
}

.insight-visual::before {
  content: "Publishing Control\A\A SERP preview     ready\A Metadata         optimized\A Schema           validated\A Robots.txt       prepared";
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 2;
  width: 268px;
  padding: 18px;
  border: 1px solid rgba(126, 229, 255, .22);
  border-radius: 18px;
  color: rgba(238, 247, 255, .94);
  white-space: pre-line;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.9;
  background: rgba(4, 12, 27, .74);
  box-shadow: 0 20px 46px rgba(0,0,0,.25), 0 0 28px rgba(98,231,255,.10);
}

.insight-visual::after {
  content: "Title score 86    schema ready    no signup";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  padding: 14px 18px;
  border: 1px solid rgba(126, 229, 255, .18);
  border-radius: 16px;
  color: rgba(224, 247, 255, .86);
  font-size: 12px;
  font-weight: 850;
  text-align: center;
  background: rgba(98, 231, 255, .08);
}

.insight-band::before {
  content: "Status\A Ready to publish\A\A Snippet\A Mobile safe\A\A Schema\A JSON-LD valid";
  position: absolute;
  left: clamp(300px, 29vw, 410px);
  top: 84px;
  z-index: 3;
  width: 210px;
  padding: 18px;
  border: 1px solid rgba(126, 229, 255, .20);
  border-radius: 18px;
  color: rgba(238,247,255,.92);
  white-space: pre-line;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.65;
  background: rgba(4, 12, 27, .68);
  box-shadow: 0 18px 42px rgba(0,0,0,.25);
}

.insight-band::after {
  content: "";
  position: absolute;
  left: 72px;
  bottom: 86px;
  z-index: 3;
  width: min(480px, 42vw);
  height: 10px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(98,231,255,.95) 0 34%, rgba(45,243,155,.9) 34% 72%, rgba(122,108,255,.8) 72% 100%);
  box-shadow: 0 0 26px rgba(98,231,255,.24);
}

.insight-copy h2 {
  max-width: 560px;
  font-size: clamp(38px, 3.7vw, 54px) !important;
  line-height: 1.02 !important;
}

.insight-copy p:not(.eyebrow) {
  max-width: 560px;
}

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

  .insight-visual {
    min-height: 360px !important;
  }

  .insight-visual::before {
    width: auto;
    right: 18px;
    left: 18px;
    top: 18px;
  }

  .insight-visual::after {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .insight-band::before,
  .insight-band::after {
    display: none;
  }
}


/* Codex fix 2026-06-05: SEO homepage visual alignment only. */
.insight-band {
  position: relative !important;
}

.insight-visual {
  position: relative !important;
  overflow: hidden !important;
}

.insight-band::before,
.insight-band::after {
  display: none !important;
}

.insight-visual::after {
  content: "Title score 86    schema ready    no signup" !important;
  position: absolute !important;
  left: 24px !important;
  right: 24px !important;
  bottom: 24px !important;
  z-index: 3 !important;
  height: auto !important;
  padding: 14px 18px !important;
  border: 1px solid rgba(126, 229, 255, .22) !important;
  border-radius: 16px !important;
  color: rgba(224, 247, 255, .92) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  text-align: center !important;
  background: rgba(98, 231, 255, .10) !important;
  box-shadow: 0 0 24px rgba(98, 231, 255, .16) !important;
}

.insight-visual::before {
  z-index: 3 !important;
  width: min(268px, calc(100% - 48px)) !important;
  max-width: calc(100% - 48px) !important;
}

@media (max-width: 760px) {
  .insight-visual::before {
    left: 18px !important;
    right: 18px !important;
    width: auto !important;
  }

  .insight-visual::after {
    left: 18px !important;
    right: 18px !important;
    bottom: 18px !important;
  }
}


/* Codex fix 2026-06-05: SEO homepage visual alignment only. */
.insight-band {
  position: relative !important;
}

.insight-visual {
  position: relative !important;
  overflow: hidden !important;
}

.insight-band::before,
.insight-band::after {
  display: none !important;
}

.insight-visual::after {
  content: "Title score 86    schema ready    no signup" !important;
  position: absolute !important;
  left: 24px !important;
  right: 24px !important;
  bottom: 24px !important;
  z-index: 3 !important;
  height: auto !important;
  padding: 14px 18px !important;
  border: 1px solid rgba(126, 229, 255, .22) !important;
  border-radius: 16px !important;
  color: rgba(224, 247, 255, .92) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  text-align: center !important;
  background: rgba(98, 231, 255, .10) !important;
  box-shadow: 0 0 24px rgba(98, 231, 255, .16) !important;
}

.insight-visual::before {
  z-index: 3 !important;
  width: min(268px, calc(100% - 48px)) !important;
  max-width: calc(100% - 48px) !important;
}

@media (max-width: 760px) {
  .insight-visual::before {
    left: 18px !important;
    right: 18px !important;
    width: auto !important;
  }

  .insight-visual::after {
    left: 18px !important;
    right: 18px !important;
    bottom: 18px !important;
  }
}
