:root {
  --ink: #111315;
  --muted: #66717a;
  --soft: #f5f7f8;
  --paper: #ffffff;
  --steel: #d8dee3;
  --line: rgba(17, 19, 21, 0.12);
  --graphite: #101418;
  --graphite-2: #1b2026;
  --graphite-3: #252b32;
  --red: #b92d2a;
  --red-dark: #8d211f;
  --blue: #2f9bff;
  --green: #2ead68;
  --shadow: 0 24px 70px rgba(10, 14, 18, 0.18);
  --shadow-dark: 0 30px 90px rgba(0, 0, 0, 0.34);
  --radius: 8px;
  --max: 1180px;
  --gutter: clamp(20px, 4vw, 48px);
  --font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Inter Tight", "Inter", system-ui, sans-serif;
  --mono: "JetBrains Mono", Consolas, monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--graphite);
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--soft);
  letter-spacing: 0;
  max-width: 100%;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

::selection {
  background: rgba(185, 45, 42, 0.18);
}

.mono {
  font-family: var(--mono);
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px var(--gutter);
  color: #fff;
  transition: background 180ms ease, border-color 180ms ease, padding 180ms ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header.is-scrolled {
  padding-block: 11px;
  background: rgba(16, 20, 24, 0.94);
  backdrop-filter: blur(18px);
  border-color: rgba(255, 255, 255, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  position: relative;
  background:
    linear-gradient(135deg, rgba(185, 45, 42, 0.9), rgba(185, 45, 42, 0) 52%),
    rgba(255, 255, 255, 0.06);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.brand-mark::before {
  width: 16px;
  height: 2px;
  left: 11px;
  top: 18px;
}

.brand-mark::after {
  width: 2px;
  height: 16px;
  left: 18px;
  top: 11px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: var(--display);
  font-size: 16px;
  line-height: 1.1;
}

.brand small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 1.2;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
}

.site-nav a {
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
}

.nav-call {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: #fff !important;
  background: rgba(255, 255, 255, 0.06);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transform-origin: center;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 96svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: #070a0d;
  isolation: isolate;
  --hero-shift-x: 0px;
  --hero-shift-y: 0px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 4px),
    radial-gradient(ellipse at 18% 38%, rgba(185, 45, 42, 0.18), transparent 34%),
    radial-gradient(ellipse at 76% 18%, rgba(47, 155, 255, 0.12), transparent 30%);
  mix-blend-mode: screen;
  opacity: 0.62;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #070a0d;
}

.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  background:
    linear-gradient(90deg, rgba(7, 10, 13, 0.98) 0%, rgba(9, 13, 17, 0.92) 34%, rgba(9, 13, 17, 0.42) 64%, rgba(9, 13, 17, 0.22) 100%),
    linear-gradient(180deg, rgba(7, 10, 13, 0.16) 0%, rgba(7, 10, 13, 0.34) 44%, rgba(7, 10, 13, 0.96) 100%);
  pointer-events: none;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05), transparent 9% 88%, rgba(255, 255, 255, 0.07)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18% 78%, rgba(255, 255, 255, 0.04));
  opacity: 0.48;
}

.hero-bg-layer {
  position: absolute;
  inset: -2%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(0.72) contrast(1.14) brightness(0.82);
  opacity: 0;
  transform: scale(1.05) translate3d(calc(var(--hero-shift-x) * -0.22), calc(var(--hero-shift-y) * -0.16), 0);
  animation: heroBgFade 32s linear infinite;
  will-change: opacity, transform;
}

.hero-bg-layer-1 {
  background-image: url("../images/alarmy-52.jpg");
  background-position: center right;
}

.hero-bg-layer-2 {
  background-image: url("../images/alarmy-31.jpg");
  background-position: 62% center;
  animation-delay: 8s;
}

.hero-bg-layer-3 {
  background-image: url("../images/alarmy-39.jpg");
  background-position: 64% center;
  animation-delay: 16s;
}

.hero-bg-layer-4 {
  background-image: url("../images/alarmy-66.jpg");
  background-position: 62% center;
  animation-delay: 24s;
}

.hero-field,
.hero-scan {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-field {
  z-index: 2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(115deg, transparent 0 48%, rgba(185, 45, 42, 0.18) 49%, rgba(185, 45, 42, 0.02) 50%, transparent 51% 100%);
  background-size: 96px 96px, 96px 96px, 100% 100%;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.78) 28%, rgba(0, 0, 0, 0.92) 78%, transparent 100%);
  opacity: 0.34;
  transform: translate3d(calc(var(--hero-shift-x) * 0.14), calc(var(--hero-shift-y) * 0.1), 0);
  animation: heroFieldDrift 20s linear infinite;
}

.hero-scan {
  z-index: 3;
  background:
    linear-gradient(180deg, transparent 0 40%, rgba(47, 155, 255, 0.13) 48%, rgba(255, 255, 255, 0.08) 50%, transparent 58% 100%),
    linear-gradient(90deg, transparent, rgba(185, 45, 42, 0.13), transparent);
  mix-blend-mode: screen;
  opacity: 0.56;
  transform: translateY(-36%);
  animation: heroScan 7s ease-in-out infinite;
}

.hero-signal {
  position: absolute;
  z-index: 4;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(185, 45, 42, 0.25), var(--red), rgba(185, 45, 42, 0.18), transparent);
  box-shadow: 0 0 28px rgba(185, 45, 42, 0.55);
  opacity: 0.78;
  pointer-events: none;
  animation: heroSignalPulse 4.8s ease-in-out infinite;
}

.hero-signal-main {
  right: 12vw;
  top: 22vh;
  width: clamp(260px, 42vw, 680px);
  transform: rotate(-22deg) translate3d(calc(var(--hero-shift-x) * 0.22), calc(var(--hero-shift-y) * 0.16), 0);
}

.hero-signal-soft {
  right: -7vw;
  top: 54vh;
  width: clamp(220px, 30vw, 460px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(47, 155, 255, 0.34), rgba(255, 255, 255, 0.38), transparent);
  transform: rotate(-12deg);
  box-shadow: 0 0 24px rgba(47, 155, 255, 0.22);
  opacity: 0.42;
  animation-delay: 1.6s;
}

.hero-inner {
  position: relative;
  z-index: 8;
  width: 100%;
  max-width: calc(var(--max) + var(--gutter) * 2);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 360px);
  align-items: center;
  gap: clamp(30px, 5vw, 70px);
  padding: 124px var(--gutter) 108px;
}

.hero-copy {
  max-width: 720px;
}

.status-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.status-line::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(46, 173, 104, 0.14);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--display);
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  font-size: clamp(44px, 6.1vw, 80px);
  line-height: 0.95;
  font-weight: 800;
}

.hero-lead {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.56;
}

.hero-actions,
.cta-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  min-height: 50px;
  padding: 14px 18px;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 700;
  border: 1px solid transparent;
  white-space: normal;
  overflow: hidden;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
  cursor: pointer;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.button-primary {
  background: linear-gradient(135deg, #e23935 0%, var(--red) 44%, #7e1c1a 100%);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 44px rgba(185, 45, 42, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.button-primary::after {
  content: "";
  position: absolute;
  inset: -35% auto -35% -60%;
  width: 46%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  transform: skewX(-18deg);
  animation: buttonSheen 5.4s ease-in-out infinite;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--red-dark);
}

.button-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.26);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.13);
}

.hero-note {
  max-width: 580px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.6;
}

.hero-hud {
  position: relative;
  justify-self: end;
  width: min(100%, 360px);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)),
    rgba(11, 15, 19, 0.58);
  backdrop-filter: blur(22px);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  overflow: hidden;
  transform: translate3d(calc(var(--hero-shift-x) * 0.32), calc(var(--hero-shift-y) * 0.22), 0);
}

.hero-hud::before,
.hero-hud::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-hud::before {
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(47, 155, 255, 0.75), rgba(185, 45, 42, 0.72), transparent);
}

.hero-hud::after {
  inset: -35% -80% auto;
  height: 60%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.13), transparent);
  transform: rotate(16deg);
  animation: hudSheen 8s ease-in-out infinite;
}

.hud-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.hud-top span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  line-height: 1.4;
}

.hud-top strong {
  max-width: 150px;
  text-align: right;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.25;
}

.hud-core {
  position: relative;
  z-index: 2;
  height: 260px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--radius);
  background:
    radial-gradient(ellipse at 50% 50%, rgba(47, 155, 255, 0.12), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
}

.hud-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.35;
}

.hud-cross {
  position: absolute;
  inset: 32px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.hud-ring {
  position: absolute;
  inset: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.hud-ring-one {
  border-color: rgba(47, 155, 255, 0.42);
  animation: hudRing 6s ease-in-out infinite;
}

.hud-ring-two {
  inset: 72px;
  border-color: rgba(185, 45, 42, 0.46);
  animation: hudRing 6s ease-in-out infinite reverse;
}

.hud-beam {
  position: absolute;
  inset: 30px;
  background: conic-gradient(from 18deg, rgba(185, 45, 42, 0.34), transparent 20%, transparent 100%);
  border-radius: 50%;
  mix-blend-mode: screen;
  animation: hudBeam 7s linear infinite;
}

.hud-node {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.08), 0 0 26px rgba(47, 155, 255, 0.45);
}

.hud-node-a {
  left: 25%;
  top: 34%;
  background: var(--blue);
}

.hud-node-b {
  right: 29%;
  top: 47%;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(185, 45, 42, 0.14), 0 0 26px rgba(185, 45, 42, 0.54);
}

.hud-node-c {
  left: 47%;
  bottom: 25%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(46, 173, 104, 0.13), 0 0 24px rgba(46, 173, 104, 0.42);
}

.hud-modules {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.hud-modules span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 38px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  background: rgba(255, 255, 255, 0.045);
}

.hud-modules strong {
  color: rgba(255, 255, 255, 0.94);
  font-size: 13px;
}

.trust-strip {
  position: absolute;
  z-index: 4;
  left: var(--gutter);
  right: var(--gutter);
  bottom: 0;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr repeat(4, minmax(0, 1fr));
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(9, 13, 17, 0.84);
  backdrop-filter: blur(22px);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.trust-strip::before {
  content: "";
  position: absolute;
  inset: 0 auto auto -30%;
  width: 46%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(47, 155, 255, 0.78), rgba(185, 45, 42, 0.9), transparent);
  animation: trustSignalRun 6.8s ease-in-out infinite;
}

.trust-strip span,
.trust-strip a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 16px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  line-height: 1.35;
  border-left: 1px solid rgba(255, 255, 255, 0.11);
}

.trust-strip span:first-child {
  border-left: 0;
}

.trust-strip strong {
  color: #fff;
  margin-right: 6px;
}

@keyframes heroBgFade {
  0%,
  21% {
    opacity: 1;
    transform: scale(1.05) translate3d(calc(var(--hero-shift-x) * -0.22), calc(var(--hero-shift-y) * -0.16), 0);
  }

  28%,
  94% {
    opacity: 0;
    transform: scale(1.09) translate3d(calc(var(--hero-shift-x) * -0.22), calc(var(--hero-shift-y) * -0.16), 0);
  }

  100% {
    opacity: 1;
    transform: scale(1.05) translate3d(calc(var(--hero-shift-x) * -0.22), calc(var(--hero-shift-y) * -0.16), 0);
  }
}

@keyframes heroFieldDrift {
  0% {
    background-position: 0 0, 0 0, center;
  }

  100% {
    background-position: 96px 96px, 96px 96px, center;
  }
}

@keyframes heroScan {
  0%,
  100% {
    transform: translateY(-44%);
    opacity: 0.22;
  }

  42%,
  58% {
    opacity: 0.62;
  }

  72% {
    transform: translateY(42%);
    opacity: 0.18;
  }
}

@keyframes heroSignalPulse {
  0%,
  100% {
    opacity: 0.36;
    filter: brightness(0.88);
  }

  48% {
    opacity: 0.9;
    filter: brightness(1.18);
  }
}

@keyframes buttonSheen {
  0%,
  56% {
    transform: translateX(0) skewX(-18deg);
  }

  76%,
  100% {
    transform: translateX(440%) skewX(-18deg);
  }
}

@keyframes hudSheen {
  0%,
  55% {
    transform: translateX(-35%) rotate(16deg);
    opacity: 0;
  }

  72% {
    opacity: 1;
  }

  100% {
    transform: translateX(85%) rotate(16deg);
    opacity: 0;
  }
}

@keyframes hudRing {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.42;
  }

  50% {
    transform: scale(1.04);
    opacity: 0.78;
  }
}

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

@keyframes trustSignalRun {
  0% {
    transform: translateX(0);
  }

  48%,
  100% {
    transform: translateX(280%);
  }
}

.section,
.diagnostic-band,
.manifest-section,
.final-cta {
  position: relative;
}

.section-inner {
  width: 100%;
  max-width: calc(var(--max) + var(--gutter) * 2);
  margin: 0 auto;
  padding: clamp(74px, 9vw, 132px) var(--gutter);
}

.diagnostic-band {
  background: var(--soft);
  margin-top: 0;
}

.diagnostic-band .section-inner {
  padding-top: 92px;
}

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

.section-heading.wide {
  max-width: 850px;
}

.section-heading.compact {
  max-width: 760px;
  margin-bottom: 30px;
}

.section-index {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 12px;
}

.section-heading h2,
.manifest-grid h2,
.final-cta h2 {
  font-size: clamp(34px, 5vw, 68px);
  line-height: 0.98;
  font-weight: 760;
  color: var(--ink);
}

.section-heading p,
.manifest-grid p,
.final-cta p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.7;
}

.concern-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.concern,
.audience-panel article,
.tech-rail article,
.faq-item {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.concern {
  min-height: 174px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.concern:hover,
.concern:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(185, 45, 42, 0.38);
  background: #fff;
}

.concern strong {
  display: block;
  font-family: var(--display);
  font-size: 19px;
  line-height: 1.1;
}

.concern small {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.concern-icon {
  width: 34px;
  height: 34px;
  display: inline-block;
  position: relative;
}

.concern-icon::before,
.concern-icon::after {
  content: "";
  position: absolute;
  border: 2px solid var(--ink);
}

.line-home::before {
  inset: 12px 5px 5px;
  border-top: 0;
}

.line-home::after {
  width: 18px;
  height: 18px;
  left: 8px;
  top: 2px;
  transform: rotate(45deg);
  border-right: 0;
  border-bottom: 0;
}

.line-company::before {
  inset: 5px 8px;
}

.line-company::after {
  left: 15px;
  top: 7px;
  width: 2px;
  height: 20px;
  border: 0;
  background: var(--ink);
  box-shadow: -6px 6px 0 -1px var(--ink), 6px 6px 0 -1px var(--ink);
}

.line-alert::before {
  inset: 4px;
  border-radius: 50%;
  border-color: var(--red);
}

.line-alert::after {
  left: 15px;
  top: 9px;
  width: 2px;
  height: 12px;
  border: 0;
  background: var(--red);
  box-shadow: 0 16px 0 0 var(--red);
}

.line-network::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 3px;
  top: 13px;
  box-shadow: 20px -8px 0 -2px var(--soft), 20px -8px 0 0 var(--ink), 20px 12px 0 -2px var(--soft), 20px 12px 0 0 var(--ink);
}

.line-network::after {
  width: 21px;
  height: 20px;
  left: 8px;
  top: 8px;
  border-left: 0;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  border-right: 0;
}

.line-audit::before {
  inset: 3px 7px;
  border-radius: 3px;
}

.line-audit::after {
  width: 13px;
  height: 7px;
  left: 12px;
  top: 13px;
  transform: rotate(-45deg);
  border-top: 0;
  border-right: 0;
  border-color: var(--green);
}

.manifest-section {
  background: var(--paper);
  border-block: 1px solid var(--line);
}

.manifest-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.35fr 0.9fr;
  gap: 40px;
  align-items: start;
}

.manifest-kicker {
  margin: 6px 0 0;
  color: var(--red);
  font-size: 12px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: start;
}

.audience-panel {
  display: grid;
  gap: 14px;
}

.audience-panel article {
  position: relative;
  padding: 24px 24px 24px 58px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(17, 19, 21, 0.06);
}

.dot {
  position: absolute;
  left: 24px;
  top: 28px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 7px rgba(185, 45, 42, 0.09);
}

.audience-panel h3,
.tech-rail h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.14;
}

.audience-panel p,
.tech-rail p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.integration-section,
.trust-section,
.final-cta {
  background: var(--graphite);
  color: #fff;
}

.integration-section .section-heading h2,
.integration-section .section-heading p,
.trust-section .section-heading h2,
.trust-section .section-heading p,
.final-cta h2,
.final-cta p {
  color: #fff;
}

.integration-section .section-heading p,
.trust-section .section-heading p,
.final-cta p {
  color: rgba(255, 255, 255, 0.72);
}

.system-map {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
  gap: 28px;
  margin-top: 42px;
  align-items: stretch;
}

.system-photo,
.media-frame,
.proof-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
}

.system-photo {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--graphite-2);
  box-shadow: var(--shadow-dark);
}

.system-photo img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.08);
}

figcaption {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.5;
}

.system-photo figcaption {
  padding: 14px 16px 18px;
}

.system-flow {
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  gap: 0;
}

.node {
  position: relative;
  padding: 22px 24px 22px 56px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
  border-radius: var(--radius);
}

.node.active {
  border-color: rgba(185, 45, 42, 0.5);
  background: rgba(185, 45, 42, 0.08);
}

.node-status {
  position: absolute;
  left: 24px;
  top: 28px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(46, 173, 104, 0.12);
}

.node strong,
.node small {
  display: block;
}

.node strong {
  font-size: 20px;
}

.node small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.5;
}

.connector {
  width: 1px;
  height: 28px;
  margin-left: 30px;
  background: linear-gradient(var(--red), rgba(255, 255, 255, 0.12));
}

.section-disclaimer {
  max-width: 850px;
  margin: 34px 0 0;
  padding: 18px 22px;
  border-left: 3px solid var(--red);
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.055);
  line-height: 1.65;
}

.proof-split {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 88px);
  align-items: center;
}

.media-frame {
  box-shadow: var(--shadow);
  border: 1px solid rgba(17, 19, 21, 0.1);
}

.media-frame img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.06);
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 32px;
  color: var(--ink);
  font-weight: 600;
  line-height: 1.5;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(46, 173, 104, 0.5);
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 54%, var(--green) 0 64%, transparent 0),
    linear-gradient(45deg, transparent 42%, var(--green) 0 52%, transparent 0);
}

.technology-section {
  background: #fff;
}

.tech-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}

.tech-rail article {
  padding: 28px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tech-rail span {
  color: var(--red);
  font-size: 12px;
}

.proof-section {
  background: var(--soft);
}

.proof-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr 0.9fr;
  gap: 14px;
}

.proof-grid figure {
  background: var(--graphite);
  color: #fff;
  box-shadow: 0 14px 34px rgba(17, 19, 21, 0.08);
}

.proof-grid img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.07);
}

.proof-grid figure:nth-child(1) img {
  object-position: 50% 45%;
}

.proof-grid figure:nth-child(2) img {
  object-position: 58% 32%;
}

.proof-grid figcaption {
  min-height: 82px;
  padding: 16px;
}

.process-section {
  background: #fff;
}

.process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 46px 0 0;
  list-style: none;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--paper);
}

.process-line li {
  min-height: 236px;
  padding: 24px;
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.process-line li:first-child {
  border-left: 0;
}

.process-line span {
  font-family: var(--mono);
  color: var(--red);
  font-size: 12px;
}

.process-line strong {
  font-size: 20px;
}

.process-line small {
  color: var(--muted);
  line-height: 1.5;
}

.trust-layout {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: clamp(34px, 7vw, 86px);
  align-items: center;
}

.trust-number {
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(185, 45, 42, 0.2), rgba(185, 45, 42, 0) 48%),
    rgba(255, 255, 255, 0.055);
}

.trust-number span,
.trust-number strong {
  display: block;
}

.trust-number span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}

.trust-number strong {
  margin-top: 10px;
  font-family: var(--display);
  font-size: clamp(80px, 12vw, 168px);
  line-height: 0.86;
}

.trust-section a,
.final-cta a,
.site-footer a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.local-section {
  background: #fff;
}

.local-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
}

.map-card {
  position: relative;
  min-height: 360px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(185, 45, 42, 0.2) 0 2px, transparent 3px),
    radial-gradient(circle at 50% 50%, transparent 0 36px, rgba(185, 45, 42, 0.18) 37px 38px, transparent 39px 100px, rgba(17, 19, 21, 0.08) 101px 102px, transparent 103px),
    linear-gradient(135deg, #fff, #edf1f4);
  box-shadow: var(--shadow);
}

.map-card::before,
.map-card::after {
  content: "";
  position: absolute;
  background: rgba(17, 19, 21, 0.1);
}

.map-card::before {
  width: 130%;
  height: 1px;
  left: -15%;
  top: 42%;
  transform: rotate(-18deg);
}

.map-card::after {
  width: 1px;
  height: 130%;
  left: 58%;
  top: -15%;
  transform: rotate(26deg);
}

.map-card span,
.map-card small {
  position: relative;
  z-index: 2;
  display: block;
}

.map-card span {
  width: max-content;
  max-width: 100%;
  padding: 10px 12px;
  border-radius: var(--radius);
  background: var(--graphite);
  color: #fff;
  font-weight: 700;
}

.map-card small {
  max-width: 310px;
  margin-top: 18px;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.6;
}

.faq-section {
  background: var(--soft);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  background: #fff;
  overflow: hidden;
}

.faq-item button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-weight: 750;
  text-align: left;
  cursor: pointer;
}

.faq-item button::after {
  content: "";
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 180ms ease;
}

.faq-item.is-open button::after {
  transform: rotate(225deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 180ms ease;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-answer > p {
  overflow: hidden;
  margin: 0;
  padding: 0 24px;
  color: var(--muted);
  line-height: 1.68;
}

.faq-item.is-open .faq-answer > p {
  padding-bottom: 22px;
}

.final-cta {
  overflow: hidden;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(185, 45, 42, 0.12), transparent 42%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 72px);
}

.cta-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: start;
}

.cta-contact a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  padding: 12px 14px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
  font-weight: 700;
}

.concern-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.065);
  box-shadow: var(--shadow-dark);
}

.concern-form label {
  display: grid;
  gap: 8px;
  color: #fff;
  font-weight: 700;
}

.concern-form label span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}

.concern-form textarea,
.concern-form select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(16, 20, 24, 0.88);
  color: #fff;
  outline: none;
}

.concern-form textarea {
  min-height: 132px;
  padding: 15px 16px;
  resize: vertical;
  line-height: 1.5;
}

.concern-form select {
  height: 48px;
  padding: 0 12px;
}

.concern-form textarea:focus,
.concern-form select:focus {
  border-color: rgba(185, 45, 42, 0.78);
  box-shadow: 0 0 0 3px rgba(185, 45, 42, 0.18);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.concern-form .button {
  width: 100%;
  border: 0;
}

.form-status {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.5;
}

.site-footer {
  color: rgba(255, 255, 255, 0.78);
  background: #0b0e11;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer .section-inner {
  padding-block: 34px;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.footer-grid p {
  margin: 0;
  line-height: 1.65;
}

@media (max-width: 1050px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-hud {
    display: none;
  }

  .hero-field {
    opacity: 0.24;
  }

  .concern-grid,
  .tech-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .process-line li:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .process-line li:nth-child(5),
  .process-line li:nth-child(6) {
    border-top: 1px solid var(--line);
  }

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

  .proof-grid img {
    height: 360px;
  }

  .trust-strip {
    position: relative;
    left: auto;
    right: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: -70px var(--gutter) 0;
  }

  .trust-strip span,
  .trust-strip a {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
  }

  .trust-strip span:nth-child(1),
  .trust-strip span:nth-child(2) {
    border-top: 0;
  }

  .trust-strip span:nth-child(3),
  .trust-strip a {
    border-left: 0;
  }

  .diagnostic-band .section-inner {
    padding-top: 72px;
  }
}

@media (max-width: 860px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 70px 14px auto;
    display: grid;
    gap: 0;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius);
    background: rgba(16, 20, 24, 0.98);
    box-shadow: var(--shadow-dark);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 13px;
    border-radius: var(--radius);
  }

  .nav-call {
    margin-top: 8px;
  }

  .hero {
    min-height: auto;
  }

  .hero-bg {
    background: #070a0d;
  }

  .hero-bg::before {
    background:
      linear-gradient(180deg, rgba(7, 10, 13, 0.98) 0%, rgba(9, 13, 17, 0.88) 40%, rgba(9, 13, 17, 0.8) 100%),
      linear-gradient(90deg, rgba(7, 10, 13, 0.94), rgba(7, 10, 13, 0.48));
  }

  .hero-bg-layer {
    background-position: 60% center;
    filter: saturate(0.64) contrast(1.14) brightness(0.68);
  }

  .hero-inner {
    padding: 120px var(--gutter) 128px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-lead {
    max-width: 100%;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip span,
  .trust-strip a {
    min-height: 56px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
  }

  .trust-strip span:first-child {
    border-top: 0;
  }

  .manifest-grid,
  .split,
  .system-map,
  .proof-split,
  .trust-layout,
  .local-grid,
  .faq-layout,
  .cta-grid {
    grid-template-columns: 1fr;
  }

  .manifest-grid {
    gap: 18px;
  }

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

  .system-photo img {
    height: 330px;
  }

  .tech-rail {
    grid-template-columns: 1fr;
  }

  .tech-rail article {
    min-height: auto;
  }

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

  .footer-grid {
    display: grid;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding-inline: 14px;
  }

  .brand small {
    display: none;
  }

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

  h1 {
    max-width: 100%;
    font-size: clamp(32px, 9.8vw, 39px);
    line-height: 1.01;
  }

  .hero-inner {
    padding: 96px var(--gutter) 80px;
  }

  .hero-lead {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.47;
  }

  .hero-actions {
    display: grid;
    max-width: 100%;
    gap: 10px;
    margin-top: 26px;
  }

  .hero-field {
    background-size: 72px 72px, 72px 72px, 100% 100%;
    opacity: 0.18;
  }

  .hero-signal-soft {
    display: none;
  }

  .hero-signal-main {
    right: -48vw;
    top: 13vh;
    width: 150vw;
    opacity: 0.24;
  }

  .hero-scan {
    opacity: 0.34;
  }

  .button {
    width: 100%;
    max-width: 100%;
    min-height: 46px;
    padding: 12px 14px;
  }

  .hero-note {
    display: none;
  }

  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: -58px;
  }

  .trust-strip span,
  .trust-strip a {
    min-height: 50px;
    padding: 12px 14px;
    font-size: 12px;
  }

  .trust-strip span:first-child {
    grid-column: 1 / -1;
  }

  .trust-strip span:nth-child(2n),
  .trust-strip a {
    border-left: 0;
  }

  .section-inner {
    padding-block: 70px;
  }

  .section-heading h2,
  .manifest-grid h2,
  .final-cta h2 {
    font-size: clamp(32px, 11vw, 46px);
  }

  .process-line {
    grid-template-columns: 1fr;
  }

  .process-line li,
  .process-line li:nth-child(4),
  .process-line li:nth-child(5),
  .process-line li:nth-child(6) {
    min-height: 170px;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .process-line li:first-child {
    border-top: 0;
  }

  .proof-grid img,
  .system-photo img {
    height: 270px;
  }

  .trust-number strong {
    font-size: 76px;
  }

  .concern-form {
    padding: 20px;
  }

  .map-card {
    min-height: 300px;
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg-layer,
  .hero-field,
  .hero-scan,
  .hero-signal,
  .button-primary::after,
  .hero-hud::after,
  .hud-ring,
  .hud-beam,
  .trust-strip::before {
    animation: none !important;
  }

  .hero-bg-layer {
    opacity: 0;
    transform: scale(1.04);
  }

  .hero-bg-layer-1 {
    opacity: 1;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.content-shell {
  background: var(--soft);
}

.content-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(105deg, rgba(7, 10, 13, 0.98) 0%, rgba(16, 20, 24, 0.92) 56%, rgba(16, 20, 24, 0.66) 100%),
    url("../images/alarmy-31.jpg") center / cover no-repeat;
}

.content-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 80px),
    linear-gradient(90deg, rgba(185, 45, 42, 0.16), transparent 42%);
}

.content-hero .section-inner {
  position: relative;
  z-index: 2;
  padding-top: clamp(132px, 16vw, 188px);
  padding-bottom: clamp(68px, 9vw, 118px);
}

.content-hero h1 {
  max-width: 920px;
}

.content-article {
  background: var(--soft);
}

.entry-content {
  width: min(100% - 40px, 820px);
  margin: 0 auto;
  padding: clamp(56px, 7vw, 92px) 0;
}

.entry-content > * {
  margin-left: auto;
  margin-right: auto;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  max-width: 760px;
  margin-top: 1.55em;
  color: var(--ink);
  line-height: 1.05;
}

.entry-content h2 {
  font-size: clamp(30px, 4.2vw, 52px);
}

.entry-content h3 {
  font-size: clamp(24px, 3vw, 34px);
}

.entry-content p,
.entry-content li {
  max-width: 760px;
  color: #34404a;
  font-size: clamp(17px, 1.25vw, 19px);
  line-height: 1.75;
}

.entry-content a {
  color: var(--red);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.entry-content ul,
.entry-content ol {
  max-width: 760px;
  padding-left: 1.25em;
}

.entry-content blockquote,
.wp-block-quote {
  max-width: 820px;
  margin-block: 36px;
  padding: 24px 28px;
  border-left: 4px solid var(--red);
  border-radius: var(--radius);
  color: var(--ink);
  background: #fff;
  box-shadow: 0 14px 38px rgba(17, 19, 21, 0.06);
}

.wp-block-image,
.wp-block-gallery,
.wp-block-table {
  max-width: 980px;
  margin-block: clamp(32px, 5vw, 56px);
}

.wp-block-image img,
.wp-block-gallery img {
  width: 100%;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: 0 18px 50px rgba(17, 19, 21, 0.14);
}

.wp-block-image figcaption,
.wp-block-gallery figcaption {
  max-width: 760px;
  margin: 12px auto 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.wp-block-table {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.wp-block-table table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

.wp-block-table td,
.wp-block-table th {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.wp-block-separator {
  max-width: 760px;
  margin-block: 42px;
  border: 0;
  border-top: 1px solid rgba(17, 19, 21, 0.14);
}

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

.post-card {
  min-height: 240px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 38px rgba(17, 19, 21, 0.06);
}

.post-card a {
  display: grid;
  align-content: space-between;
  height: 100%;
  gap: 18px;
  padding: 24px;
}

.post-card span {
  color: var(--red);
  font-size: 12px;
}

.post-card h2 {
  font-size: clamp(23px, 2.4vw, 32px);
  line-height: 1.05;
}

.post-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.content-cta .section-inner {
  padding-top: clamp(68px, 8vw, 108px);
}

.compact-contact p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.search-form label {
  flex: 1 1 260px;
}

.search-field {
  width: 100%;
  min-height: 50px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

@media (max-width: 660px) {
  .entry-content {
    width: min(100% - 32px, 820px);
  }

  .post-list {
    grid-template-columns: 1fr;
  }

  .content-hero .section-inner {
    padding-top: 112px;
  }
}
