:root {
  --ink: #101827;
  --muted: #526172;
  --paper: #ffffff;
  --soft: #f4f7f9;
  --line: #d9e3ed;
  --night: #07101d;
  --night-2: #101b2c;
  --cyan: #19b8c7;
  --gold: #c8892b;
  --green: #248a5a;
  --magenta: #b2389f;
  --blue: #2860b4;
  --shadow: 0 16px 34px rgba(8, 18, 32, .12);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 12px 48px;
  color: #f4f7f9;
  background: rgba(43, 47, 54, .96);
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 170px;
  text-decoration: none;
}
.brand img {
  width: 238px;
  height: auto;
}
.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  font-size: 14px;
  font-weight: 780;
}
.site-nav a {
  color: #e2e8f0;
  text-decoration: none;
  white-space: nowrap;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] { color: #ffffff; }
.nav-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: -14px;
  padding-bottom: 14px;
}
.nav-menu-trigger {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.nav-menu-trigger:after {
  content: "";
  width: 0;
  height: 0;
  margin-top: 2px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
}
.nav-menu.is-active > .nav-menu-trigger { color: #ffffff; }
.nav-submenu {
  position: absolute;
  top: 100%;
  left: -12px;
  min-width: 226px;
  display: grid;
  gap: 4px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 140ms ease, transform 140ms ease;
}
.nav-menu:hover .nav-submenu,
.nav-menu:focus-within .nav-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.site-nav .nav-submenu a {
  display: block;
  padding: 9px 10px;
  border-radius: 6px;
  color: #425265;
}
.site-nav .nav-submenu a:hover,
.site-nav .nav-submenu a[aria-current="page"] {
  color: var(--night);
  background: var(--soft);
}
.site-nav .contact-link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  color: #07101d;
  background: var(--cyan);
  border-radius: 6px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 16px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 850;
  text-decoration: none;
  text-align: center;
}
.button.primary { color: var(--night); background: #fff; }
.button.dark { color: #fff; background: var(--night); }
.button.line { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.08); }
.button.soft { color: var(--night); border-color: var(--line); background: #fff; }
.button:hover { transform: translateY(-1px); }

.hero {
  min-height: 82vh;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 78px 48px 64px;
  color: #fff;
  background:
    url("nexus-forensics-main-logo-20260605-watermark-25.png") right 7% center / min(700px, 58vw) no-repeat,
    linear-gradient(90deg, rgba(7, 16, 29, .98), rgba(7, 16, 29, .88) 58%, rgba(7, 16, 29, .52)),
    #07101d;
}
.hero:after,
.product-hero:after,
.band.dark:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--cyan), var(--gold), var(--magenta), var(--green));
}
.hero-inner,
.section-inner,
.footer-inner,
.cta-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.eyebrow,
.kicker {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1,
h2,
h3,
p { overflow-wrap: anywhere; }
h1 {
  margin: 0;
  max-width: 760px;
  font-size: 72px;
  line-height: .94;
  letter-spacing: 0;
}
h2 {
  margin: 0;
  max-width: 850px;
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: 0;
}
h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
}
.hero-lede {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.84);
  font-size: 21px;
  font-weight: 620;
}
.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(760px, 100%);
  margin-top: 38px;
}
.hero-metrics span {
  min-height: 56px;
  padding: 11px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius);
  color: rgba(255,255,255,.86);
  background: rgba(255,255,255,.07);
  font-size: 14px;
  font-weight: 760;
  text-align: center;
}
main section,
.page-section {
  padding: 76px 48px;
}
.band {
  position: relative;
  background: var(--soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.band.dark {
  overflow: hidden;
  color: #fff;
  background:
    url("nexus-forensics-main-logo-20260605-watermark-25.png") right 40px center / min(420px, 40vw) no-repeat,
    linear-gradient(90deg, rgba(7,16,29,.98), rgba(16,27,44,.92)),
    var(--night);
}
.band.dark .lead,
.band.dark p { color: #dbe7f4; }
.band.dark .kicker { color: #f0bf57; }
.band.dark .card,
.band.dark .feature-card { color: var(--ink); }
.band.dark .card p,
.band.dark .feature-card p { color: var(--muted); }
.section-head {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(310px, .7fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 30px;
}
.section-head.single {
  grid-template-columns: minmax(0, 850px);
}
.lead {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  font-weight: 620;
}

.value-grid,
.product-grid,
.feature-grid,
.timeline-grid,
.proof-grid {
  display: grid;
  gap: 14px;
}
.value-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-grid {
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.product-grid.two-up { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.feature-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.timeline-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.compliance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.card,
.product-card,
.feature-card,
.timeline-card,
.proof-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 8px 22px rgba(13, 24, 42, .06);
}
.card,
.feature-card,
.proof-card {
  padding: 22px;
}
.card p,
.product-card p,
.feature-card p,
.timeline-card p,
.proof-card p {
  margin: 10px 0 0;
  color: var(--muted);
}
.compliance-copy {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 18px;
  font-weight: 620;
}
.compliance-note {
  padding: 28px;
  border: 1px solid rgba(25, 184, 199, .28);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #f4fbfc, #ffffff);
  box-shadow: 0 10px 26px rgba(13, 24, 42, .07);
}
.compliance-note p {
  margin: 12px 0 0;
  color: var(--muted);
  font-weight: 620;
}
.legal-reference {
  margin: -8px 0 24px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--cyan);
  border-radius: var(--radius);
  color: #405168;
  background: #fff;
  font-size: 15px;
  font-weight: 620;
}
.legal-reference a {
  color: #0b6570;
  font-weight: 850;
}
.product-card .product-price {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--night);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.45;
}
.accent-bar {
  width: 46px;
  height: 5px;
  margin-bottom: 16px;
  border-radius: 5px;
  background: var(--cyan);
}
.feature-card:nth-child(2) .accent-bar,
.proof-card:nth-child(2) .accent-bar { background: var(--gold); }
.feature-card:nth-child(3) .accent-bar { background: var(--magenta); }
.feature-card:nth-child(4) .accent-bar { background: var(--green); }
.workflow-grid .feature-card ul {
  margin: 12px 0 0;
  padding-left: 1.15em;
  color: var(--muted);
}
.workflow-grid .feature-card li {
  padding-left: .2em;
}
.workflow-grid .feature-card li + li {
  margin-top: 7px;
}
.workflow-grid .feature-card li::marker { color: var(--cyan); }
.workflow-grid .feature-card:nth-child(2) li::marker { color: var(--gold); }
.workflow-grid .feature-card:nth-child(3) li::marker { color: var(--magenta); }
.workflow-grid .feature-card:nth-child(4) li::marker { color: var(--green); }
.workflow-note {
  margin: 18px 0 0;
  padding: 12px 14px;
  border-left: 4px solid var(--cyan);
  border-radius: 4px;
  color: var(--muted);
  background: var(--soft);
  font-size: 14px;
}
.platform-note {
  margin: 0 0 20px;
}
.home-v2-hero h1 {
  max-width: 900px;
}
.home-v2-hero .hero-lede {
  max-width: 680px;
}
.home-workflow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding-top: 54px;
}
.home-workflow:before {
  content: "";
  position: absolute;
  top: 17px;
  right: 12.5%;
  left: 12.5%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--gold), var(--magenta), var(--green));
  opacity: .45;
}
.home-workflow:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 12.5%;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: #fff;
  border: 3px solid var(--cyan);
  box-shadow: 0 0 0 6px rgba(25,184,199,.13), 0 6px 18px rgba(7,16,29,.2);
  animation: home-workflow-progress 6s ease-in-out infinite;
}
.home-workflow-step {
  position: relative;
  min-height: 220px;
  padding: 24px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 8px 22px rgba(13, 24, 42, .06);
}
.home-workflow-step p {
  margin: 10px 0 0;
  color: var(--muted);
}
.home-workflow-number {
  position: absolute;
  top: -50px;
  left: 50%;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 2px solid var(--cyan);
  border-radius: 999px;
  color: var(--night);
  background: #fff;
  font-size: 11px;
  font-weight: 900;
  transform: translateX(-50%);
}
.home-workflow-step:nth-child(2) .home-workflow-number { border-color: var(--gold); }
.home-workflow-step:nth-child(3) .home-workflow-number { border-color: var(--magenta); }
.home-workflow-step:nth-child(4) .home-workflow-number { border-color: var(--green); }
.home-workflow-result {
  margin-top: 20px;
  padding: 16px 18px;
  border-left: 5px solid var(--cyan);
  border-radius: var(--radius);
  color: #405168;
  background: var(--soft);
  font-weight: 620;
}
.outcome-grid .card:nth-child(2) .accent-bar,
.audience-grid .card:nth-child(2) .accent-bar { background: var(--gold); }
.outcome-grid .card:nth-child(3) .accent-bar,
.audience-grid .card:nth-child(3) .accent-bar { background: var(--magenta); }
.home-vision-note {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: 26px;
  align-items: center;
  margin-top: 28px;
  padding: 24px;
  border: 1px solid rgba(25,184,199,.3);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #f3fbfc, #fff);
  box-shadow: 0 8px 22px rgba(13, 24, 42, .05);
}
.home-vision-note .kicker { margin-bottom: 8px; }
.home-vision-note p {
  margin: 0;
  color: var(--muted);
  font-weight: 620;
}
@keyframes home-workflow-progress {
  0%, 8% { left: 12.5%; border-color: var(--cyan); }
  31% { border-color: var(--gold); }
  57% { border-color: var(--magenta); }
  92%, 100% { left: calc(87.5% - 13px); border-color: var(--green); }
}
@media (prefers-reduced-motion: reduce) {
  .home-workflow:after { animation: none; }
}
.mode-card {
  overflow: hidden;
  padding: 0;
}
.mode-card img {
  width: 100%;
  aspect-ratio: 1498 / 704;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}
.mode-copy {
  padding: 22px;
}

.product-card {
  display: grid;
  grid-template-rows: 188px 1fr auto;
  min-height: 545px;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
}
.product-card:hover { transform: translateY(-2px); }
.product-media {
  display: grid;
  place-items: center;
  height: 188px;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: var(--night);
  border-bottom: 1px solid var(--line);
}
.product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-card.social .product-media {
  background: #000;
}
.product-card.lens .product-media {
  background: #000;
}
.product-card.lens .product-media img,
.product-hero .product-logo.lens-witness-logo {
  background: transparent;
}
.product-body {
  display: grid;
  align-content: start;
  padding: 22px;
}
.product-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}
.product-body h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.18;
}
.product-link-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin: 0 22px 22px;
  padding: 11px 18px;
  border: 1px solid rgba(29, 102, 153, .28);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f7fbfd);
  color: var(--night);
  box-shadow: 0 8px 18px rgba(13, 24, 42, .06);
  font-weight: 850;
}
.product-card:hover .product-link-label {
  border-color: rgba(25, 184, 199, .58);
  background: #eefbfd;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(330px, .72fr);
  gap: 32px;
  align-items: center;
}
.visual-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}
.visual-panel img {
  width: 100%;
  height: auto;
}
.detection-visual-grid .visual-panel {
  display: grid;
  grid-template-rows: auto 1fr;
}
.detection-visual-grid .visual-panel img {
  aspect-ratio: 16 / 10;
  object-fit: contain;
  background: #eef3f8;
}
.visual-caption {
  margin: 0;
  padding: 14px 16px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 680;
  border-top: 1px solid var(--line);
}
.visual-panel.icon-panel {
  background: var(--night);
}
.visual-panel.icon-panel img {
  width: auto;
  max-width: min(430px, 86%);
  margin: 28px auto;
}
.visual-panel.icon-panel .visual-caption {
  color: var(--muted);
  background: #fff;
}

.product-hero {
  min-height: 70vh;
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 78px 48px 64px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7,16,29,.98), rgba(7,16,29,.86) 58%, rgba(7,16,29,.56)),
    var(--night);
}
.product-hero.social {
  background:
    linear-gradient(90deg, rgba(7,16,29,.98), rgba(7,16,29,.86) 58%, rgba(7,16,29,.5)),
    url("social-recon-image-case-preview.png") right 7% center / min(720px, 58vw) no-repeat,
    var(--night);
}
.product-hero.lens {
  background:
    linear-gradient(90deg, rgba(7,16,29,.98), rgba(7,16,29,.84) 58%, rgba(7,16,29,.42)),
    url("lens-witness-phone-to-computer.png") right 7% center / min(760px, 58vw) no-repeat,
    var(--night);
}
.product-hero.compliance {
  background:
    linear-gradient(90deg, rgba(7,16,29,.98), rgba(7,16,29,.9) 58%, rgba(7,16,29,.48)),
    url("compliance-data-privacy-hero.png") right 7% center / min(520px, 42vw) no-repeat,
    var(--night);
}
.policy-hero {
  min-height: 46vh;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 72px 48px 58px;
  color: #fff;
  background:
    url("nexus-forensics-main-logo-20260605-watermark-25.png") right 7% center / min(520px, 46vw) no-repeat,
    linear-gradient(90deg, rgba(7,16,29,.98), rgba(16,27,44,.9)),
    var(--night);
}
.policy-hero:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--cyan), var(--gold), var(--magenta), var(--green));
}
.policy-updated {
  margin: 18px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  font-weight: 760;
}
.policy-section {
  padding: 72px 48px;
}
.policy-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.policy-inner h2 {
  margin: 34px 0 10px;
  max-width: none;
  font-size: 28px;
  line-height: 1.15;
}
.policy-inner h2:first-child {
  margin-top: 0;
}
.policy-inner p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 590;
}
.policy-inner a {
  color: #0b6570;
  font-weight: 850;
}
.product-hero .product-logo {
  max-width: 240px;
  max-height: 110px;
  width: auto;
  height: auto;
  margin-bottom: 18px;
}
.product-hero .product-logo.lens-witness-logo {
  max-width: 116px;
  max-height: 116px;
}

.timeline-card {
  min-height: 146px;
  padding: 18px;
}
.timeline-card span {
  display: block;
  color: var(--magenta);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.timeline-card b {
  display: block;
  margin-top: 8px;
  font-size: 18px;
}

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

.platform-support-card {
  min-height: 154px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 8px 22px rgba(13, 24, 42, .06);
}

.platform-support-card h3 {
  display: inline-flex;
  gap: 8px;
  min-height: 30px;
  align-items: center;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  color: #0f5963;
  background: #e8f7f9;
  font-size: 15px;
  font-weight: 900;
}

.platform-mark {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 6px;
  color: #fff;
  background: var(--night);
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
}

.platform-mark.facebook { background: #1877f2; font-family: Arial, sans-serif; font-size: 16px; }
.platform-mark.instagram {
  background: radial-gradient(circle at 30% 105%, #feda75 0 24%, #fa7e1e 35%, #d62976 56%, #962fbf 76%, #4f5bd5 100%);
  font-size: 18px;
}
.platform-mark.threads { background: #050505; font-size: 16px; }
.platform-mark.tiktok { background: #050505; color: #25f4ee; font-size: 16px; }
.platform-mark.x-twitter { background: #050505; font-size: 13px; }
.platform-mark.youtube { background: #ff0033; font-size: 12px; }
.platform-mark.snapchat { color: #050505; background: #fffc00; font-size: 10px; }
.platform-mark.linkedin { background: #0a66c2; font-family: Arial, sans-serif; font-size: 13px; }
.platform-mark.reddit { background: #ff4500; font-size: 11px; }
.platform-mark.marketplace { background: #1877f2; font-size: 13px; }

.platform-support-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 620;
  line-height: 1.48;
}

.platform-support-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.platform-support-card li {
  position: relative;
  min-height: 22px;
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 620;
  line-height: 1.42;
}

.platform-support-card li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--cyan);
}

.platform-support-preview {
  display: block;
  width: min(100%, 530px);
  height: auto;
  margin: 16px auto 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(13, 24, 42, .09);
}

.screenshot-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.screenshot-card {
  display: grid;
  grid-template-columns: minmax(190px, .92fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  min-height: 236px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 26px rgba(13, 24, 42, .07);
}

.screenshot-card.wide {
  grid-column: 1 / -1;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1fr);
}

.screenshot-thumb {
  position: relative;
  width: 100%;
  height: 196px;
  padding: 0;
  overflow: hidden;
  cursor: zoom-in;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #07101d;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}

.screenshot-thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.screenshot-card.wide .screenshot-thumb img {
  aspect-ratio: 16 / 7;
}

.screenshot-card.wide .screenshot-thumb {
  height: 220px;
}

.screenshot-copy {
  display: grid;
  align-content: center;
  gap: 14px;
}

.screenshot-copy h3 {
  font-size: 21px;
}

.screenshot-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 620;
  line-height: 1.5;
}

body.lightbox-open {
  overflow: hidden;
}

.lightbox-trigger {
  cursor: zoom-in;
}

.lightbox-trigger:focus-visible {
  outline: 3px solid rgba(25, 184, 199, .48);
  outline-offset: 4px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 32px;
  background: rgba(5, 10, 19, .86);
}

.lightbox[aria-hidden="false"] {
  display: grid;
  cursor: zoom-out;
}

.lightbox figure {
  position: relative;
  display: grid;
  gap: 12px;
  justify-items: center;
  width: min(1600px, 100%);
  max-height: 96vh;
  margin: 0;
}

.lightbox img {
  max-width: 100%;
  max-height: 88vh;
  object-fit: contain;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 22px 60px rgba(0,0,0,.36);
  cursor: zoom-out;
}

.lightbox figcaption {
  color: #fff;
  font-size: 16px;
  font-weight: 760;
  text-align: center;
}

.lightbox-close {
  position: fixed;
  top: 20px;
  right: 20px;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 6px;
  color: #fff;
  background: rgba(7, 16, 29, .9);
  cursor: pointer;
  font: inherit;
  font-weight: 850;
}

.lens-feature-grid {
  margin-top: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pricing-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-content: stretch;
  gap: 18px;
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 28px rgba(13, 24, 42, .08);
}

.pricing-card.featured {
  border-color: rgba(25, 184, 199, .54);
  box-shadow: 0 18px 42px rgba(25, 184, 199, .14);
}

.pricing-top {
  display: grid;
  gap: 8px;
}

.pricing-badge {
  display: inline-flex;
  justify-self: start;
  min-height: 26px;
  align-items: center;
  padding: 4px 11px;
  border: 1px solid rgba(25, 184, 199, .28);
  border-radius: 999px;
  color: #0f5963;
  background: #e8f7f9;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-card.featured .pricing-badge {
  color: #0f5963;
  background: #e8f7f9;
  border-color: rgba(25, 184, 199, .45);
}

body:has(.product-hero.lens) .pricing-badge {
  display: none;
}

.pricing-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}

.pricing-top p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 590;
  line-height: 1.48;
}

.price {
  display: flex;
  align-items: end;
  gap: 10px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.price strong {
  font-size: 48px;
  line-height: .9;
  letter-spacing: 0;
}

.price span {
  padding-bottom: 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.pricing-list {
  display: grid;
  align-content: start;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-list li {
  position: relative;
  min-height: 26px;
  padding-left: 28px;
  color: #344357;
  font-size: 15px;
  font-weight: 620;
  line-height: 1.45;
}

.pricing-list li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: inset 0 0 0 3px #dff7f9;
}

.pricing-card .button {
  justify-self: center;
  align-self: end;
  width: min(100%, 320px);
  min-height: 42px;
  margin-top: 4px;
  color: var(--night);
  background: linear-gradient(#fff, #f8fbfd);
  border-color: #cbd9e5;
  box-shadow: 0 8px 16px rgba(13, 24, 42, .06);
  font-weight: 820;
}

.pricing-card .button.dark {
  color: var(--night);
  background: linear-gradient(#fff, #f6fbfc);
  border-color: rgba(25, 184, 199, .55);
}

.comparison {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 8px 22px rgba(13, 24, 42, .06);
}
.compliance-table table {
  min-width: 700px;
}
.pipeda-chart table {
  min-width: 680px;
}
.privacy-law-chart {
  margin-bottom: 30px;
}
.privacy-law-chart table {
  min-width: 760px;
}
.pipeda-chart th:first-child,
.pipeda-chart td:first-child,
.privacy-law-chart th:first-child,
.privacy-law-chart td:first-child {
  width: 34%;
}
table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
}
th,
td {
  padding: 15px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  font-size: 14px;
}
th {
  color: #fff;
  background: var(--night);
  font-weight: 850;
}
td:first-child {
  color: #26354b;
  font-weight: 820;
  background: #fbfcfe;
}

.cta {
  padding: 62px 48px;
  color: #fff;
  background: var(--night-2);
}
.cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}
.cta h2 { font-size: 38px; }
.cta p {
  margin: 12px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  font-weight: 620;
}
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

footer {
  padding: 24px 48px;
  color: #aab6c8;
  background: #050a13;
  font-size: 13px;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
footer a {
  color: #e5edf8;
  text-decoration: none;
}

@media (max-width: 1000px) {
  .site-header {
    align-items: flex-start;
    padding: 12px 24px;
  }
  .site-nav {
    flex-wrap: wrap;
    gap: 10px 14px;
  }
  .hero,
  .product-hero {
    min-height: auto;
    padding: 64px 24px 48px;
    background-size: 520px auto, auto;
    background-position: right -220px center, center;
  }
  .policy-hero {
    min-height: auto;
    padding: 64px 24px 48px;
  }
  h1 { font-size: 52px; }
  h2 { font-size: 36px; }
  .section-head,
  .split,
  .cta-inner {
    grid-template-columns: 1fr;
  }
  .value-grid,
  .product-grid,
  .feature-grid,
  .compliance-grid,
  .platform-support-grid,
  .screenshot-gallery,
  .pricing-grid,
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .screenshot-card,
  .screenshot-card.wide {
    grid-template-columns: 1fr;
  }
  .screenshot-card.wide {
    grid-column: auto;
  }
  .timeline-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .home-workflow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 0;
  }
  .home-workflow:before,
  .home-workflow:after {
    display: none;
  }
  .home-workflow-step {
    min-height: 0;
  }
  .home-workflow-number {
    position: static;
    margin-bottom: 14px;
    transform: none;
  }
  .home-vision-note {
    grid-template-columns: 1fr;
  }
  main section,
  .page-section,
  .policy-section,
  .cta {
    padding-right: 24px;
    padding-left: 24px;
  }
  footer { padding-right: 24px; padding-left: 24px; }
}

@media (max-width: 680px) {
  .site-header {
    position: static;
    display: block;
  }
  .brand img { width: 200px; }
  .site-nav {
    justify-content: flex-start;
    margin-top: 12px;
    font-size: 13px;
  }
  .nav-menu {
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .nav-menu-trigger {
    width: max-content;
  }
  .nav-submenu {
    position: static;
    min-width: 0;
    width: 100%;
    margin-top: 8px;
    padding: 4px 0 0 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  .site-nav .nav-submenu a {
    display: inline-flex;
    margin: 0 10px 8px 0;
    padding: 6px 8px;
    background: #f7f9fc;
    border: 1px solid var(--line);
  }
  .site-nav .contact-link {
    min-height: 34px;
    padding: 6px 10px;
  }
  .hero,
  .product-hero,
  .policy-hero,
  .product-hero.social,
  .product-hero.video,
  .product-hero.lens,
  .product-hero.compliance {
    padding-top: 52px;
    background-image:
      linear-gradient(90deg, rgba(7,16,29,.98), rgba(7,16,29,.9)),
      none;
  }
  h1 { font-size: 38px; line-height: 1.02; }
  h2 { font-size: 30px; }
  h3 { font-size: 20px; }
  .hero-lede,
  .lead,
  .cta p {
    font-size: 16px;
  }
  .policy-inner h2 {
    font-size: 24px;
  }
  .policy-inner p {
    font-size: 16px;
  }
  .hero-actions,
  .section-actions,
  .cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .hero-metrics,
  .value-grid,
  .product-grid,
  .feature-grid,
  .compliance-grid,
  .platform-support-grid,
  .screenshot-gallery,
  .pricing-grid,
  .timeline-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }
  .home-workflow {
    grid-template-columns: 1fr;
  }
  .product-card {
    min-height: 0;
  }
  .product-grid.two-up {
    grid-template-columns: 1fr;
  }
  .screenshot-card {
    min-height: 0;
    padding: 14px;
  }
  .screenshot-thumb {
    height: 180px;
  }
  .screenshot-card.wide .screenshot-thumb {
    height: 180px;
  }
  .screenshot-card.wide .screenshot-thumb img,
  .screenshot-thumb img {
    aspect-ratio: 16 / 9;
  }
  .lightbox {
    padding: 18px;
  }
  .lightbox-close {
    top: 12px;
    right: 12px;
  }
  .pricing-card {
    padding: 20px;
  }
  .price {
    display: grid;
    gap: 6px;
  }
  .price span {
    padding-bottom: 0;
  }
  .cta h2 { font-size: 30px; }
}
