/* ==========================================================================
   NullSOC product site.
   Tokens ported verbatim from design/v3/_v3.css so the site and the product
   read as one family. Type scaled up for marketing (16px base, app runs 13px).
   Vanilla CSS. No build step, no framework.
   ========================================================================== */

:root {
  /* --- ported from the product design system --- */
  --bg:            #1a1b1e;
  --surface-1:     #16181b;
  --surface-2:     #1f2126;
  --surface-3:     #25262b;
  --surface-4:     #2c2e33;
  --border:        #2b2d31;
  --border-strong: #373a40;

  --text-1:        #e8eaed;
  --text-2:        #c1c2c5;
  --text-dim:      #8b8e95;
  --text-muted:    #5c5f66;

  --accent:        #fab005;
  --accent-hi:     #ffc02e;
  --accent-fg:     #1a1b1e;
  --green:         #40c057;
  --red:           #ff6b6b;
  --blue:          #4dabf7;
  --orange:        #ffa94d;
  --purple:        #cc5de8;
  --teal:          #38d9a9;

  --accent-bg:     rgba(250,176,5,.12);
  --accent-line:   rgba(250,176,5,.32);
  --green-bg:      rgba(64,192,87,.12);
  --red-bg:        rgba(255,107,107,.12);
  --blue-bg:       rgba(77,171,247,.12);
  --purple-bg:     rgba(204,93,232,.12);
  --orange-bg:     rgba(255,169,77,.12);
  --teal-bg:       rgba(56,217,169,.12);

  /* --- marketing extensions --- */
  --sans: 'Inter', ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

  --r-sm: 6px;
  --r:    10px;
  --r-lg: 16px;
  --r-xl: 22px;

  --shadow:    0 1px 0 rgba(255,255,255,.03) inset, 0 18px 44px -14px rgba(0,0,0,.7);
  --shadow-hi: 0 1px 0 rgba(255,255,255,.06) inset, 0 30px 70px -18px rgba(0,0,0,.85);
  --glow:      0 0 0 1px var(--accent-line), 0 24px 70px -22px rgba(250,176,5,.35);

  --maxw: 1240px;
  --pad:  24px;
  --nav-h: 64px;

  color-scheme: dark;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 16px); }
/* A feature page stacks the in page nav under the header, so an anchor has two
   sticky bars to clear, not one. */
body.has-subnav { --subnav-h: 50px; }
html:has(body.has-subnav) { scroll-padding-top: calc(var(--nav-h) + 50px + 18px); }
body.has-subnav [id] { scroll-margin-top: calc(var(--nav-h) + 50px + 18px); }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text-2);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, canvas, video { max-width: 100%; display: block; }
img { height: auto; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
button { font: inherit; }
h1, h2, h3, h4 { color: var(--text-1); margin: 0; line-height: 1.18; letter-spacing: -0.02em; font-weight: 650; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

::selection { background: var(--accent); color: var(--accent-fg); }

:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 3px; }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--accent); color: var(--accent-fg);
  padding: 10px 18px; border-radius: 0 0 var(--r-sm) 0; font-weight: 600;
}
.skip:focus { left: 0; }

/* ---------- layout primitives ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); }
.wrap-narrow { max-width: 880px; }
.sec { padding: 104px 0; position: relative; }
.sec-sm { padding: 72px 0; }
.sec-alt { background: var(--surface-1); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.rule { height: 1px; background: var(--border); border: 0; margin: 0; }

.center { text-align: center; }
.mono { font-family: var(--mono); }
.dim { color: var(--text-dim); }
.muted { color: var(--text-muted); }
.nowrap { white-space: nowrap; }

/* ---------- type ---------- */
.eyebrow {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 16px;
}
.eyebrow::before { content: ''; width: 18px; height: 1px; background: var(--accent-line); flex-shrink: 0; }
.eyebrow.plain::before { display: none; }
.eyebrow.soft { color: var(--text-dim); }
.eyebrow.soft::before { background: var(--border-strong); }

h1, .h1 { font-size: clamp(2.35rem, 5.4vw, 4.05rem); letter-spacing: -0.035em; font-weight: 700; }
h2, .h2 { font-size: clamp(1.85rem, 3.4vw, 2.7rem); letter-spacing: -0.03em; }
h3, .h3 { font-size: clamp(1.2rem, 1.9vw, 1.45rem); }
h4, .h4 { font-size: 1.02rem; }

.lede { font-size: clamp(1.03rem, 1.5vw, 1.22rem); color: var(--text-dim); line-height: 1.62; max-width: 62ch; }
.sec-head { max-width: 760px; margin-bottom: 52px; }
.sec-head.center { margin-left: auto; margin-right: auto; }
.sec-head p { margin-top: 16px; }

.accent { color: var(--accent); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 22px;
  border-radius: var(--r-sm);
  font-size: 14.5px; font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer; white-space: nowrap;
  transition: background .15s ease, border-color .15s ease, color .15s ease, transform .15s ease;
  text-decoration: none;
}
.btn:hover { text-decoration: none; }
.btn-primary { background: var(--accent); color: var(--accent-fg); }
.btn-primary:hover { background: var(--accent-hi); transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--text-1); border-color: var(--border-strong); }
.btn-outline:hover { background: var(--surface-2); border-color: var(--text-muted); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--text-dim); border: none; padding: 10px 12px; }
.btn-ghost:hover { color: var(--text-1); }
.btn-sm { padding: 9px 15px; font-size: 13px; }
.btn-lg { padding: 15px 28px; font-size: 15.5px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

.arrow-link { display: inline-flex; align-items: center; gap: 7px; color: var(--accent); font-weight: 600; font-size: 14px; }
.arrow-link .ar { transition: transform .15s ease; }
.arrow-link:hover { text-decoration: none; }
.arrow-link:hover .ar { transform: translateX(4px); }

/* ---------- chips, pills, tags (product idioms) ---------- */
.chip {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--surface-2); border: 1px solid var(--border-strong);
  color: var(--text-2); padding: 6px 12px; border-radius: 999px; font-size: 12.5px;
}
.chip.accent { background: var(--accent-bg); border-color: var(--accent-line); color: var(--accent); }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; }

.lvl { display: inline-block; padding: 3px 10px; border-radius: 999px; font-size: 11.5px; font-weight: 600; font-family: var(--mono); }
.lvl.critical { background: var(--red-bg); color: var(--red); }
.lvl.high { background: var(--orange-bg); color: var(--orange); }
.lvl.medium { background: var(--accent-bg); color: var(--accent); }
.lvl.low { background: var(--blue-bg); color: var(--blue); }
.lvl.info { background: var(--surface-4); color: var(--text-dim); }

.tech {
  display: inline-block; padding: 3px 9px; border-radius: 5px;
  font-family: var(--mono); font-size: 11.5px;
  background: var(--purple-bg); color: var(--purple); border: 1px solid rgba(204,93,232,.28);
}

.dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; flex-shrink: 0; }
.dot.live { background: var(--green); box-shadow: 0 0 0 3px var(--green-bg); }
.dot.warn { background: var(--accent); }
.dot.err  { background: var(--red); }

.pulse { animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(26,27,30,.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, background .2s ease;
}
.nav.scrolled { border-bottom-color: var(--border); background: rgba(22,24,27,.94); }
.nav-inner { display: flex; align-items: center; gap: 18px; height: var(--nav-h); }

.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text-1); font-weight: 700; font-size: 18px; letter-spacing: -0.02em; flex-shrink: 0; }
.brand:hover { text-decoration: none; }
.brand .mark { width: 26px; height: 26px; flex-shrink: 0; }
.brand .wm-soc { color: var(--accent); }

.nav-links { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav-links a { color: var(--text-dim); font-size: 14px; font-weight: 500; padding: 8px 13px; border-radius: var(--r-sm); }
.nav-links a:hover { color: var(--text-1); background: var(--surface-2); text-decoration: none; }
.nav-links a.active { color: var(--text-1); }
.nav-cta { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

/* mega menu: four groups along the detect / investigate / respond / govern path,
   each item carrying the same icon its feature card uses */
.nav-drop { position: static; }
.nav-drop > button {
  display: inline-flex; align-items: center; gap: 7px;
  background: transparent; border: none; color: var(--text-dim);
  font-size: 14px; font-weight: 500; padding: 8px 13px; border-radius: var(--r-sm); cursor: pointer;
}
.nav-drop > button:hover, .nav-drop.open > button { color: var(--text-1); background: var(--surface-2); }
.nav-drop > button .cv { font-size: 10px; color: var(--text-muted); transition: transform .18s ease; }
.nav-drop.open > button .cv { transform: rotate(180deg); color: var(--accent); }

.drop-panel {
  position: absolute; top: calc(var(--nav-h) - 6px); left: 50%;
  width: min(1140px, calc(100vw - 32px));
  transform: translateX(-50%) translateY(-8px) scale(.985);
  transform-origin: top center;
  background: linear-gradient(180deg, var(--surface-2), var(--surface-1) 62%);
  border: 1px solid var(--border-strong);
  border-radius: var(--r-lg);
  box-shadow: 0 1px 0 rgba(255,255,255,.04) inset, 0 34px 80px -24px rgba(0,0,0,.9);
  padding: 0; overflow: hidden;
  opacity: 0; visibility: hidden;
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.nav-drop.open .drop-panel { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0) scale(1); }

.mm-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px 14px; padding: 22px 22px 18px; }
.mm-col { display: flex; flex-direction: column; gap: 2px; }
.mm-h {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--accent); font-weight: 600; padding: 0 10px 10px; margin-bottom: 4px;
  border-bottom: 1px solid var(--border);
}
.mm-item {
  display: flex; align-items: flex-start; gap: 11px;
  padding: 10px; border-radius: var(--r-sm); color: inherit;
  border: 1px solid transparent;
  transition: background .14s ease, border-color .14s ease;
}
.mm-item:hover { background: var(--surface-3); border-color: var(--border); text-decoration: none; }
.mm-item[aria-current="page"] { background: var(--accent-bg); border-color: var(--accent-line); }
.mm-ico {
  width: 30px; height: 30px; border-radius: 7px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: var(--surface-3); border: 1px solid var(--border);
  color: var(--text-dim); transition: color .14s ease, background .14s ease, border-color .14s ease;
}
.mm-ico svg { width: 15px; height: 15px; }
.mm-item:hover .mm-ico, .mm-item[aria-current="page"] .mm-ico {
  color: var(--accent); background: var(--accent-bg); border-color: var(--accent-line);
}
.mm-tx { min-width: 0; }
.mm-tx b { display: block; color: var(--text-1); font-size: 13.2px; font-weight: 600; line-height: 1.3; }
.mm-tx i { display: block; color: var(--text-muted); font-size: 11.6px; font-style: normal; line-height: 1.4; margin-top: 3px; }

.mm-foot {
  display: flex; align-items: center; gap: 26px; flex-wrap: wrap;
  padding: 13px 30px; border-top: 1px solid var(--border); background: rgba(0,0,0,.22);
}
.mm-foot .mm-by { margin-left: auto; }
.mm-all { color: var(--accent); font-size: 13px; font-weight: 600; display: inline-flex; align-items: center; gap: 7px; }
.mm-all:hover { text-decoration: none; }
.mm-all .ar { transition: transform .15s ease; }
.mm-all:hover .ar { transform: translateX(4px); }
.mm-by { font-family: var(--mono); font-size: 11.5px; color: var(--text-muted); }
.mm-by b { color: var(--text-dim); font-weight: 500; }

@media (max-width: 1180px) {
  .mm-grid { grid-template-columns: repeat(2, 1fr); }
  .drop-panel { width: min(720px, calc(100vw - 32px)); }
}

.nav-toggle {
  display: none; background: transparent; border: 1px solid var(--border-strong);
  color: var(--text-2); width: 40px; height: 38px; border-radius: var(--r-sm); cursor: pointer;
  align-items: center; justify-content: center;
}
.nav-mobile { display: none; border-top: 1px solid var(--border); background: var(--surface-1); padding: 10px var(--pad) 26px; max-height: calc(100vh - var(--nav-h)); overflow-y: auto; }
.nav-mobile.open { display: block; }
.nav-mobile a { display: block; padding: 11px 4px; color: var(--text-2); font-size: 15px; border-bottom: 1px solid var(--border); }
.nav-mobile a:hover { color: var(--text-1); text-decoration: none; }
.nav-mobile .nm-group { font-family: var(--mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-muted); padding: 20px 4px 6px; }
.nav-mobile .btn { width: 100%; margin-top: 18px; }

/* ---------- hero ---------- */
.hero { position: relative; padding: 88px 0 0; overflow: hidden; }
.hero::before {
  content: ''; position: absolute; inset: -20% -10% auto -10%; height: 800px; pointer-events: none;
  background:
    radial-gradient(760px 420px at 12% 8%, rgba(250,176,5,.13), transparent 62%),
    radial-gradient(680px 420px at 88% 22%, rgba(77,171,247,.09), transparent 62%),
    radial-gradient(520px 340px at 55% 92%, rgba(204,93,232,.055), transparent 65%);
}
.hero::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .55;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(780px 540px at 46% 8%, #000, transparent 78%);
  -webkit-mask-image: radial-gradient(780px 540px at 46% 8%, #000, transparent 78%);
}
.hero-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.16fr);
  gap: 56px; align-items: center;
}
/* The product shot reaches past the container so the UI reads at a usable size,
   but stops short of the viewport edge: running flush to it looks like the image
   is falling off the page. --bleed-gap is that breathing room. */
@media (min-width: 1081px) {
  .bleed-r {
    --bleed-gap: 56px;
    margin-right: calc(-1 * max(0px, 50vw - min(50vw, var(--maxw) / 2) + var(--pad) - var(--bleed-gap)));
  }
}
.hero h1 { margin-bottom: 22px; }
.hero h1 .nl { display: block; }
.hero .lede { margin-bottom: 30px; max-width: 54ch; }
.hero-by { margin-top: 28px; display: flex; align-items: center; gap: 11px; font-size: 12.5px; color: var(--text-muted); font-family: var(--mono); }
.hero-by .ln { width: 26px; height: 1px; background: var(--border-strong); flex-shrink: 0; }
.hero-by b { color: var(--text-dim); font-weight: 500; }

.hero-note { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 26px; font-size: 13px; color: var(--text-dim); }
.hero-note span { display: inline-flex; align-items: center; gap: 8px; }
.hero-note .tk { color: var(--green); font-weight: 700; flex-shrink: 0; }

/* browser frame around product screenshots */
.frame {
  border: 1px solid var(--border-strong);
  border-radius: var(--r-lg);
  background: var(--surface-1);
  overflow: hidden;
  box-shadow: var(--shadow-hi);
  position: relative;
}
.frame-bar { display: flex; align-items: center; gap: 10px; padding: 10px 14px; background: var(--surface-2); border-bottom: 1px solid var(--border); }
.frame-bar .tl { display: flex; gap: 6px; flex-shrink: 0; }
.frame-bar .tl i { width: 9px; height: 9px; border-radius: 50%; background: var(--surface-4); display: block; }
.frame-bar .url {
  flex: 1; min-width: 0;
  font-family: var(--mono); font-size: 11.5px; color: var(--text-muted);
  background: var(--bg); border: 1px solid var(--border);
  border-radius: 5px; padding: 4px 11px;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.frame-bar .url b { color: var(--text-dim); font-weight: 500; }
.frame img { display: block; width: 100%; }
.frame.glow { box-shadow: var(--glow), var(--shadow-hi); }
.frame.tilt { transform: perspective(2000px) rotateY(-4deg) rotateX(1.2deg); transform-origin: left center; }

.shot-cap { margin-top: 13px; font-size: 12.5px; color: var(--text-muted); font-family: var(--mono); line-height: 1.5; }

/* noise funnel band */
.funnel { position: relative; z-index: 1; margin-top: 78px; border-top: 1px solid var(--border); background: var(--surface-1); }
.funnel-inner { padding: 26px 0 30px; }
.funnel-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 16px; margin-bottom: 14px; }
.funnel-head .ft { font-family: var(--mono); font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-muted); }
.funnel-head .fd { font-size: 13px; color: var(--text-dim); }
#funnelCanvas { width: 100%; height: 136px; display: block; border-radius: var(--r); }
.funnel-legend { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 16px; }
.funnel-legend .fl { display: flex; align-items: baseline; gap: 8px; font-size: 12px; color: var(--text-dim); }
.funnel-legend .fl .sq { width: 8px; height: 8px; border-radius: 2px; flex-shrink: 0; transform: translateY(-1px); }
.funnel-legend .fl b { color: var(--text-1); font-family: var(--mono); font-weight: 600; }

/* ---------- trust band ---------- */
.trust { border-bottom: 1px solid var(--border); background: var(--surface-1); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); }
.trust-cell { background: var(--surface-1); padding: 38px 30px; }
.trust-cell .tc-k { font-family: var(--mono); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 12px; }
.trust-cell .tc-v { color: var(--text-1); font-size: 18px; font-weight: 650; letter-spacing: -0.02em; }
.trust-cell .tc-d { color: var(--text-dim); font-size: 13.5px; margin-top: 7px; line-height: 1.55; }

/* ---------- pipeline ---------- */
.pipe { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.pipe-step {
  background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--r-lg);
  padding: 24px 22px 26px; position: relative; overflow: hidden;
  transition: border-color .18s ease, transform .18s ease;
}
.pipe-step::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--st, var(--accent)); opacity: .85; }
.pipe-step:hover { border-color: var(--border-strong); transform: translateY(-3px); }
.pipe-step .ps-n { font-family: var(--mono); font-size: 11px; color: var(--text-muted); letter-spacing: .1em; }
.pipe-step .ps-t { color: var(--text-1); font-size: 17px; font-weight: 650; margin: 12px 0 10px; letter-spacing: -0.02em; }
.pipe-step .ps-d { color: var(--text-dim); font-size: 13.5px; line-height: 1.58; }
.pipe-step .ps-l { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--border); font-family: var(--mono); font-size: 11.5px; color: var(--text-muted); line-height: 1.9; }
.pipe-step .ps-l span { display: block; }

/* ---------- feature cards ---------- */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feat {
  display: flex; flex-direction: column;
  background: var(--surface-2); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 26px 24px 24px;
  transition: border-color .18s ease, transform .18s ease, background .18s ease;
  color: inherit;
}
.feat:hover { border-color: var(--border-strong); background: var(--surface-3); transform: translateY(-3px); text-decoration: none; }
.feat-ico {
  width: 40px; height: 40px; border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
  background: var(--accent-bg); color: var(--accent);
  border: 1px solid var(--accent-line); margin-bottom: 18px; flex-shrink: 0;
}
.feat-ico svg { width: 20px; height: 20px; }
.feat h3 { font-size: 17px; margin-bottom: 10px; }
.feat p { color: var(--text-dim); font-size: 13.8px; line-height: 1.58; flex: 1; }
.feat-meta { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.feat-meta .fm-tags { font-family: var(--mono); font-size: 11.5px; color: var(--text-muted); }
.feat-meta .fm-go { color: var(--accent); font-size: 13px; font-weight: 600; display: inline-flex; gap: 6px; align-items: center; }
.feat-meta .ar { transition: transform .15s ease; }
.feat:hover .fm-go .ar { transform: translateX(3px); }

/* ---------- capability blocks (feature pages) ---------- */
.cap { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: 56px; align-items: center; }
.cap + .cap { margin-top: 104px; }
.cap.flip .cap-copy { order: 2; }
.cap.flip .cap-shot { order: 1; }
.cap h2 { font-size: clamp(1.42rem, 2.3vw, 1.85rem); margin-bottom: 18px; letter-spacing: -0.028em; }
.cap p { color: var(--text-dim); font-size: 15.5px; }
.cap-list { margin-top: 26px; display: flex; flex-direction: column; gap: 14px; }
.cap-list li { display: flex; gap: 13px; align-items: flex-start; font-size: 14.5px; color: var(--text-2); line-height: 1.55; }
.cap-list li .tick { color: var(--accent); flex-shrink: 0; margin-top: 3px; }
.cap-list li b { color: var(--text-1); font-weight: 620; }

/* ---------- correlation use cases ---------- */
.uc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.uc {
  background: var(--surface-2); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 22px 22px 18px;
  display: flex; flex-direction: column; min-width: 0;
  transition: border-color .18s ease, transform .18s ease;
}
.uc:hover { border-color: var(--border-strong); transform: translateY(-3px); text-decoration: none; }
a.uc { color: inherit; }
a.uc:hover .uc-mech b { color: var(--accent); }
.uc-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 14px; }
.uc-id { font-family: var(--mono); font-size: 10.5px; color: var(--text-muted); letter-spacing: .06em; }
.uc h3 { font-size: 16.5px; margin-bottom: 9px; letter-spacing: -0.02em; }
.uc p { color: var(--text-dim); font-size: 13.6px; line-height: 1.55; flex: 1; }
.uc-mech {
  margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--border);
  font-family: var(--mono); font-size: 11.5px; color: var(--text-muted); line-height: 1.75;
}
.uc-mech b { color: var(--text-2); font-weight: 500; }
.uc-mech .k { color: var(--accent); }
.uc-note {
  margin-top: 26px; padding: 16px 20px; border-left: 2px solid var(--accent-line);
  background: var(--accent-bg); border-radius: 0 var(--r-sm) var(--r-sm) 0;
  font-size: 13.6px; color: var(--text-2); line-height: 1.6;
}
.uc-note b { color: var(--text-1); font-weight: 620; }

@media (max-width: 1080px) { .uc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px)  { .uc-grid { grid-template-columns: 1fr; } }

/* ---------- use case breakdown ---------- */
.ucb {
  background: var(--surface-2); border: 1px solid var(--border);
  border-radius: var(--r-xl); overflow: hidden; margin-bottom: 20px;
}
.ucb + .ucb { margin-top: 0; }
.ucb-head {
  padding: 24px 30px 22px; border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, var(--surface-3), transparent);
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px;
}
.ucb-id { font-family: var(--mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-muted); width: 100%; }
.ucb-head h3 { font-size: clamp(1.25rem, 1.9vw, 1.55rem); letter-spacing: -0.025em; margin-right: auto; }
.ucb-chips { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }

.ucb-body { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 30px 34px; padding: 26px 30px 30px; }
.ucb-code { grid-column: 1 / -1; }
/* this page exists to show the file, so a long condition wraps rather than
   disappearing off the right edge of a scroll container nobody notices */
.ucb .code-b { white-space: pre-wrap; overflow-wrap: anywhere; }
.ucb-copy { min-width: 0; }
.ucb-side { min-width: 0; }
.ucb-q {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .15em; text-transform: uppercase;
  color: var(--accent); font-weight: 600; margin-bottom: 9px;
}
.ucb-copy p { color: var(--text-dim); font-size: 14.4px; line-height: 1.65; }
.ucb-copy p + .ucb-q { margin-top: 22px; }

.ucb-mech {
  margin-top: 0; background: var(--surface-1); border: 1px solid var(--border);
  border-radius: var(--r); overflow: hidden;
}
.ucb-row {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 10px 15px; border-bottom: 1px solid var(--border); font-size: 12.8px;
}
.ucb-row:last-child { border-bottom: none; }
.ucb-row .mk { color: var(--text-muted); font-family: var(--mono); font-size: 11.5px; flex-shrink: 0; }
.ucb-row .mv { color: var(--text-1); font-family: var(--mono); font-size: 12px; text-align: right; overflow-wrap: anywhere; }

.ucb-note {
  margin-top: 15px; font-size: 12.8px; color: var(--text-dim); line-height: 1.6;
  padding-left: 13px; border-left: 2px solid var(--border-strong);
}
.ucb-note code { color: var(--text-2); }

@media (max-width: 980px) {
  .ucb-body { grid-template-columns: 1fr; gap: 24px; padding: 24px 22px 26px; }
  .ucb-head { padding: 22px 22px 20px; }
}

/* ---------- spec / code blocks ---------- */
.spec { background: var(--surface-1); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; }
.spec-h {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 18px; background: var(--surface-2); border-bottom: 1px solid var(--border);
  font-family: var(--mono); font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted);
}
.spec-b { padding: 4px 18px 12px; }
.spec-row { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--border); font-size: 13.8px; }
.spec-row:last-child { border-bottom: none; }
.spec-row .sk { color: var(--text-dim); flex-shrink: 0; }
.spec-row .sv { color: var(--text-1); font-family: var(--mono); font-size: 13px; text-align: right; }

.code { background: #101216; border: 1px solid var(--border-strong); border-radius: var(--r-lg); overflow: hidden; font-family: var(--mono); font-size: 13px; }
.code-h { display: flex; align-items: center; gap: 10px; padding: 10px 16px; background: var(--surface-2); border-bottom: 1px solid var(--border); font-size: 11.5px; color: var(--text-muted); }
.code-b { padding: 16px 18px; line-height: 1.85; white-space: pre; overflow-x: auto; color: var(--text-2); }
.code-b .k-key { color: var(--blue); }
.code-b .k-str { color: var(--green); }
.code-b .k-fn  { color: var(--purple); }
.code-b .k-num { color: var(--orange); }
.code-b .k-cmt { color: var(--text-muted); }
.code-b .k-op  { color: var(--accent); }

/* ---------- stat band ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat { background: var(--surface-2); border: 1px solid var(--border); border-left: 2px solid var(--sc, var(--accent)); border-radius: var(--r); padding: 22px 22px 20px; }
.stat .sv { color: var(--text-1); font-size: 34px; font-weight: 700; letter-spacing: -0.035em; font-variant-numeric: tabular-nums; line-height: 1.05; }
.stat .sl { font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--text-muted); margin-top: 10px; }
.stat .sd { color: var(--text-dim); font-size: 13px; margin-top: 8px; line-height: 1.5; }

/* ---------- architecture ---------- */
.arch { background: var(--surface-1); border: 1px solid var(--border); border-radius: var(--r-xl); padding: 40px 36px; }
.arch-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: stretch; }
.arch-col { background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--r); padding: 20px 18px; display: flex; flex-direction: column; }
.arch-col .ac-h { font-family: var(--mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ac, var(--accent)); margin-bottom: 14px; }
.arch-col .ac-i { display: flex; align-items: center; gap: 9px; padding: 9px 0; border-bottom: 1px solid var(--border); font-size: 13.2px; color: var(--text-2); }
.arch-col .ac-i:last-child { border-bottom: none; }
.arch-col .ac-i .b { width: 6px; height: 6px; border-radius: 2px; background: var(--ac, var(--accent)); flex-shrink: 0; opacity: .85; }
.arch-col .ac-i .sub { color: var(--text-muted); font-family: var(--mono); font-size: 11px; margin-left: auto; }
.arch-flow { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 22px 0; color: var(--text-muted); font-family: var(--mono); font-size: 11.5px; letter-spacing: .1em; }
.arch-flow .ln { height: 1px; flex: 1; background: linear-gradient(90deg, transparent, var(--border-strong), transparent); }
.arch-note { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.arch-note div { font-size: 13.2px; color: var(--text-dim); padding-left: 14px; border-left: 2px solid var(--border-strong); line-height: 1.55; }
.arch-note div b { color: var(--text-1); display: block; margin-bottom: 5px; font-weight: 620; }

/* ---------- deploy options ---------- */
.deploy { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.dep { background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 28px 26px; display: flex; flex-direction: column; }
.dep.featured { border-color: var(--accent-line); background: linear-gradient(180deg, var(--accent-bg), transparent 42%), var(--surface-2); }
.dep .dp-tag { font-family: var(--mono); font-size: 10.5px; letter-spacing: .13em; text-transform: uppercase; color: var(--text-muted); }
.dep.featured .dp-tag { color: var(--accent); }
.dep h3 { font-size: 20px; margin: 12px 0; }
.dep p { color: var(--text-dim); font-size: 14px; line-height: 1.58; }
.dep ul { margin-top: 20px; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.dep li { display: flex; gap: 11px; font-size: 13.8px; color: var(--text-2); align-items: flex-start; line-height: 1.5; }
.dep li .tick { color: var(--accent); flex-shrink: 0; margin-top: 2px; }
.dep .btn { margin-top: 26px; }

/* ---------- why grid ---------- */
.why { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; }
.why-cell { background: var(--surface-2); padding: 32px 30px; }
.why-cell .wc-n { font-family: var(--mono); font-size: 11.5px; color: var(--accent); letter-spacing: .1em; }
.why-cell h3 { font-size: 19px; margin: 14px 0 12px; }
.why-cell p { color: var(--text-dim); font-size: 14.2px; line-height: 1.62; }

/* ---------- comparison ---------- */
.vs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.vs-card { border-radius: var(--r-lg); padding: 26px 24px; border: 1px solid var(--border); background: var(--surface-2); }
.vs-card.bad { border-color: rgba(255,107,107,.22); }
.vs-card.good { border-color: var(--accent-line); background: linear-gradient(180deg, var(--accent-bg), transparent 40%), var(--surface-2); }
.vs-card .vh { font-family: var(--mono); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 18px; }
.vs-card.bad .vh { color: var(--red); }
.vs-card.good .vh { color: var(--accent); }
.vs-card li { display: flex; gap: 11px; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 14px; color: var(--text-2); align-items: flex-start; line-height: 1.5; }
.vs-card li:last-child { border-bottom: none; }
.vs-card li .m { flex-shrink: 0; margin-top: 2px; }
.vs-card.bad li .m { color: var(--red); }
.vs-card.good li .m { color: var(--accent); }

/* ---------- resources ---------- */
.res-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.res { background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 24px; transition: border-color .18s ease, transform .18s ease; display: block; color: inherit; }
.res:hover { border-color: var(--border-strong); transform: translateY(-3px); text-decoration: none; }
.res .rk { font-family: var(--mono); font-size: 10.5px; letter-spacing: .13em; text-transform: uppercase; color: var(--accent); }
.res h3 { font-size: 16.5px; margin: 12px 0 9px; }
.res p { color: var(--text-dim); font-size: 13.5px; line-height: 1.55; }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ct {
  background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--r-lg);
  padding: 24px 22px 22px; display: flex; flex-direction: column; color: inherit; min-width: 0;
  transition: border-color .18s ease, transform .18s ease, background .18s ease;
}
a.ct:hover { border-color: var(--border-strong); background: var(--surface-3); transform: translateY(-3px); text-decoration: none; }
.ct.plain { cursor: default; }
.ct-ico {
  width: 42px; height: 42px; border-radius: var(--r-sm); margin-bottom: 18px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: var(--accent-bg); color: var(--accent); border: 1px solid var(--accent-line);
}
.ct-ico svg { width: 20px; height: 20px; }
.ct-ico.green { background: var(--green-bg); color: var(--green); border-color: rgba(64,192,87,.32); }
.ct-k { font-family: var(--mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); font-weight: 600; }
.ct.plain .ct-k { color: var(--text-muted); }
.ct-t { color: var(--text-1); font-size: 15.5px; font-weight: 620; margin: 10px 0 8px; letter-spacing: -0.015em; }
.ct-v { color: var(--text-dim); font-size: 13.8px; line-height: 1.55; overflow-wrap: anywhere; margin-top: auto; }
a.ct:hover .ct-v { color: var(--text-2); }
.ct-v .ext { font-size: 11px; color: var(--text-muted); }

/* footer contact column */
.foot-addr { font-style: normal; color: var(--text-dim); font-size: 13.6px; line-height: 1.6; margin-bottom: 14px; }
.foot-addr b { display: block; color: var(--text-2); font-weight: 600; margin-bottom: 5px; }
.foot-contact li { margin-bottom: 11px; }
.foot-contact li b { display: block; color: var(--text-2); font-weight: 600; font-size: 12.8px; margin-bottom: 2px; }
.foot-contact a { overflow-wrap: anywhere; display: inline-block; }

@media (max-width: 1080px) { .contact-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px)  { .contact-grid { grid-template-columns: 1fr; } }

/* ---------- CTA ---------- */
.cta {
  position: relative; overflow: hidden;
  border: 1px solid var(--border-strong); border-radius: var(--r-xl);
  background: var(--surface-1);
  padding: 68px 56px; text-align: center;
}
.cta::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(620px 300px at 50% 0%, rgba(250,176,5,.14), transparent 68%),
    radial-gradient(520px 280px at 82% 100%, rgba(77,171,247,.07), transparent 66%);
}
.cta > * { position: relative; }
.cta h2 { margin-bottom: 18px; }
.cta .lede { margin: 0 auto 30px; }
.cta .btn-row { justify-content: center; }
.cta-fine { margin-top: 24px; font-size: 13px; color: var(--text-muted); }

/* ---------- feature page hero ---------- */
.phero { position: relative; padding: 56px 0 0; overflow: hidden; border-bottom: 1px solid var(--border); }
.phero::before {
  content: ''; position: absolute; inset: -40% -10% auto -10%; height: 640px; pointer-events: none;
  background: radial-gradient(700px 380px at 22% 6%, rgba(250,176,5,.11), transparent 64%),
              radial-gradient(560px 340px at 84% 26%, rgba(77,171,247,.07), transparent 64%);
}
.phero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.14fr); gap: 52px; align-items: center; padding-bottom: 66px; }
/* source screenshots run from 400px to 1900px tall. Cap the visible band so
   every pillar hero has the same weight instead of the tallest one winning. */
.phero .frame img { max-height: 460px; object-fit: cover; object-position: top center; }
.cap-shot .frame img { max-height: 560px; object-fit: cover; object-position: top center; }
.phero h1 { font-size: clamp(2rem, 3.9vw, 3.05rem); margin-bottom: 20px; }
.phero .lede { margin-bottom: 32px; }
.crumb { display: flex; align-items: center; gap: 9px; font-family: var(--mono); font-size: 12px; color: var(--text-muted); margin-bottom: 20px; flex-wrap: wrap; }
.crumb a { color: var(--text-dim); }
.crumb .sep { color: var(--border-strong); }
.crumb .cur { color: var(--accent); }

.pnav { border-bottom: 1px solid var(--border); background: var(--surface-1); position: sticky; top: var(--nav-h); z-index: 60; }
.pnav-inner { display: flex; gap: 2px; overflow-x: auto; scrollbar-width: none; }
.pnav-inner::-webkit-scrollbar { display: none; }
.pnav a { padding: 15px 14px; font-size: 13.5px; color: var(--text-dim); border-bottom: 2px solid transparent; white-space: nowrap; }
.pnav a:hover { color: var(--text-1); text-decoration: none; }
.pnav a.active { color: var(--text-1); border-bottom-color: var(--accent); }

.pillar-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pillar-nav a { background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 24px; display: block; color: inherit; transition: border-color .18s ease, transform .18s ease; }
.pillar-nav a:hover { border-color: var(--border-strong); transform: translateY(-2px); text-decoration: none; }
.pillar-nav .pn-k { font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--text-muted); }
.pillar-nav .pn-t { color: var(--text-1); font-size: 17px; font-weight: 650; margin-top: 10px; letter-spacing: -0.02em; }
.pillar-nav .pn-d { color: var(--text-dim); font-size: 13.2px; margin-top: 7px; }
.pillar-nav a.right { text-align: right; }

/* ---------- footer ---------- */
.foot { border-top: 1px solid var(--border); background: var(--surface-1); padding: 64px 0 34px; }
.foot-grid { display: grid; grid-template-columns: 1.35fr repeat(3, .82fr) 1.05fr; gap: 36px; }
.foot-brand .lede { font-size: 14px; margin-top: 18px; max-width: 34ch; }
.foot h3 { font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 18px; font-weight: 600; }
.foot li { margin-bottom: 11px; }
.foot li a { color: var(--text-dim); font-size: 13.8px; }
.foot li a:hover { color: var(--text-1); text-decoration: none; }
.foot-bot {
  margin-top: 52px; padding-top: 26px; border-top: 1px solid var(--border);
  display: flex; flex-wrap: wrap; gap: 14px 26px; align-items: center; justify-content: space-between;
  font-size: 13px; color: var(--text-muted);
}
.foot-bot .powered { font-family: var(--mono); font-size: 12.5px; }
.foot-bot .powered b { color: var(--text-dim); font-weight: 500; }

/* ---------- reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s cubic-bezier(.22,.61,.36,1), transform .6s cubic-bezier(.22,.61,.36,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .07s; }
.reveal.d2 { transition-delay: .14s; }
.reveal.d3 { transition-delay: .21s; }
.reveal.d4 { transition-delay: .28s; }

/* ---------- narrow width safety ----------
   A grid item defaults to min-width:auto, so an unbreakable token like
   source.geo.country_iso_code inside an inline <code> can push the whole
   track wider than the viewport. Let every content column shrink, and let
   long identifiers break rather than win. */
.cap-copy, .cap-shot, .phero-grid > *, .hero-grid > *,
.pipe-step, .feat, .dep, .why-cell, .res, .stat, .arch-col,
.trust-cell, .vs-card, .pillar-nav a, .foot-grid > * { min-width: 0; }

.cap-list li, .cap p, .dep li, .vs-card li, .spec-row { overflow-wrap: break-word; }
code.mono, .spec-row .sv, .cap-list li code, .cap p code { overflow-wrap: anywhere; word-break: break-word; }

/* a wide code sample scrolls inside its own block, never the page */
.code-b { max-width: 100%; }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .hero-grid, .phero-grid { grid-template-columns: 1fr; gap: 44px; }
  .frame.tilt { transform: none; }
  .pipe { grid-template-columns: repeat(2, 1fr); }
  .feat-grid, .deploy, .res-grid, .stats { grid-template-columns: repeat(2, 1fr); }
  .arch-row { grid-template-columns: repeat(2, 1fr); }
  .arch-note { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .cap, .cap.flip { grid-template-columns: 1fr; gap: 36px; }
  .cap.flip .cap-copy, .cap.flip .cap-shot { order: 0; }
  .foot-grid { grid-template-columns: repeat(2, 1fr); gap: 34px; }
}
/* The nav runs out of room well before the mobile breakpoint: brand, endorsement,
   five links and two buttons stop fitting around 1200px. Shed the decorative
   parts first, in the order they can be spared. */
@media (max-width: 1080px) { .nav-cta .btn-outline { display: none; } }
@media (max-width: 1000px) { .nav-links a, .nav-drop > button { padding-left: 9px; padding-right: 9px; } }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-toggle { display: inline-flex; }
  .sec { padding: 76px 0; }
  .cap + .cap { margin-top: 76px; }
}
@media (max-width: 680px) {
  :root { --pad: 18px; }
  body { font-size: 15.5px; }
  .hero { padding-top: 56px; }
  .pipe, .feat-grid, .deploy, .res-grid, .stats, .why, .vs, .pillar-nav, .trust-grid { grid-template-columns: 1fr; }
  .why { border-radius: var(--r); }
  .cta { padding: 46px 24px; }
  .arch { padding: 26px 20px; }
  .arch-row { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .pillar-nav a.right { text-align: left; }
  .sec-head { margin-bottom: 36px; }
  .btn { width: 100%; }
  .btn-row { flex-direction: column; align-items: stretch; }
  .hero-note { flex-direction: column; gap: 10px; }
  .cta .btn-row { flex-direction: column; }
}

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

/* Codesecure parent-brand bar (bridge back to main site) */
.cs-parentbar{background:#020814;border-bottom:1px solid rgba(255,255,255,.08);font-family:'Inter',system-ui,-apple-system,sans-serif;font-size:12.5px;}
.cs-parentbar-inner{max-width:1180px;margin:0 auto;padding:7px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;}
.cs-parentbar-brand{display:inline-flex;align-items:center;gap:9px;color:#c7cbd6;text-decoration:none;}
.cs-parentbar-brand:hover{color:#fff;}
.cs-parentbar-brand img{height:18px;width:auto;display:block;}
.cs-parentbar-brand b{color:#fff;font-weight:600;}
.cs-parentbar-links{display:flex;gap:20px;}
.cs-parentbar-links a{color:#9aa3b2;text-decoration:none;}
.cs-parentbar-links a:hover{color:#ffb020;}
@media(max-width:600px){.cs-parentbar-brand span{display:none;}.cs-parentbar-inner{padding:7px 16px;}.cs-parentbar-links{gap:15px;}}
