:root {
  color-scheme: dark;
  --bg: #000;
  --panel: rgba(255, 255, 255, .035);
  --panel-2: rgba(255, 255, 255, .07);
  --ink: #f5f5f7;
  --muted: #a1a1a6;
  --quiet: #6f6f76;
  --line: rgba(255, 255, 255, .1);
  --button: #f5f5f7;
  --button-ink: #111;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

body::before,
body::after {
  position: fixed;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
}

body::before {
  opacity: .28;
  background-image:
    linear-gradient(rgba(255, 255, 255, .032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .026) 1px, transparent 1px),
    linear-gradient(120deg, transparent 0 44%, rgba(255, 255, 255, .035) 45%, transparent 46% 100%);
  background-position: 0 0, 0 0, 0 0;
  background-size: 84px 84px, 84px 84px, 680px 680px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 86%, transparent 100%);
  animation: ambient-drift 42s linear infinite;
}

body::after {
  opacity: .22;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, .055) 48%, transparent 58%),
    linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, .035) 48%, transparent 57%);
  background-size: 940px 100%, 100% 780px;
  background-position: -70vw 0, 0 -60vh;
  mix-blend-mode: screen;
  animation: ambient-scan 32s ease-in-out infinite;
}

body > header,
body > main,
body > footer {
  position: relative;
  z-index: 1;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .52));
  backdrop-filter: blur(18px);
}

.nav,
.container,
.hero-grid,
.footer-inner,
.signal-strip {
  width: min(1160px, calc(100% - 44px));
  margin: 0 auto;
}

.nav {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
}

.brand-mark {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  font-size: 11px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  padding: 0 22px;
  background: var(--button);
  color: var(--button-ink);
  font-size: 14px;
  font-weight: 760;
  white-space: nowrap;
  transition: transform .18s ease, opacity .18s ease;
}

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

.button.compact {
  min-height: 36px;
  padding: 0 15px;
  font-size: 13px;
}

.button.ghost {
  background: transparent;
  color: var(--ink);
}

.button.large {
  min-height: 54px;
  padding-inline: 28px;
}

.hero {
  position: relative;
  min-height: clamp(720px, calc(100svh - 64px), 980px);
  margin-top: -64px;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 160px 0 82px;
}

.hero::before {
  position: absolute;
  inset: -36px 0 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .74) 0%, rgba(0, 0, 0, .42) 32%, rgba(0, 0, 0, .04) 68%, rgba(0, 0, 0, .12) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .08) 0%, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, .54) 100%),
    url("/mockups/audit-securite-pme.webp");
  background-position: center, center, center 34%;
  background-size: 100% 100%, 100% 100%, min(1120px, calc(100vw - 44px)) auto;
  background-repeat: no-repeat;
  filter: brightness(1.42) contrast(1.1);
  opacity: .02;
  transform: translateY(76px) scale(1.065);
  transform-origin: center top;
  animation: hero-image-rise 3s cubic-bezier(.19, 1, .22, 1) .12s forwards;
  will-change: opacity, transform;
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: #000;
  opacity: .92;
  animation: hero-black-fade 3s cubic-bezier(.22, .86, .18, 1) forwards;
  will-change: opacity;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
}

.hero-copy {
  max-width: 620px;
  margin: 0;
  text-align: left;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: .08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 620px;
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(42px, 4.7vw, 68px);
  line-height: 1.04;
  letter-spacing: 0;
  font-weight: 760;
}

h2 {
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(26px, 2.7vw, 38px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 735;
}

h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 1.1875rem;
  line-height: 1.2;
}

.lead {
  max-width: 520px;
  margin: 0 0 30px;
  color: var(--muted);
  font-size: clamp(17px, 1.2vw, 19px);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  color: rgba(245, 245, 247, .78);
  font-size: 12px;
  font-weight: 760;
}

.hero-proof span {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(0, 0, 0, .32);
  backdrop-filter: blur(12px);
}

.device-stage {
  display: none;
}

.device-stage img {
  width: min(100%, 980px);
  max-height: 560px;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 0;
}

.article-top {
  width: min(860px, calc(100% - 44px));
  margin: 0 auto;
  padding: 28px 0 0;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.article-top a:last-child {
  color: var(--ink);
}

.seo-page .container,
.seo-page .article-top,
.seo-page .footer-inner {
  width: min(820px, calc(100% - 44px));
}

.seo-page .page-hero {
  padding: 64px 0 24px;
}

.seo-page .page-hero-grid {
  display: block;
}

.seo-page .page-hero .mock-frame,
.seo-page .article > .container > .mock-frame,
.seo-page .article .mock-frame {
  display: none;
}

.seo-page h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(29px, 3.6vw, 40px);
  line-height: 1.08;
}

.seo-page h2 {
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.12;
}

.seo-page .lead {
  max-width: 720px;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.62;
}

.seo-page .section {
  padding: 58px 0;
}

.seo-page .seo-grid,
.seo-page .pricing-grid,
.seo-page .split,
.seo-page .result-grid,
.seo-page .reverse {
  grid-template-columns: 1fr;
}

.seo-page .glass-card,
.seo-page .article-cta {
  border-radius: 18px;
  background: transparent;
}

.seo-page .guide-card {
  min-height: 0;
}

.seo-page .guide-card {
  display: grid;
  gap: 10px;
}

.seo-page .guide-card span {
  margin-bottom: 2px;
}

.seo-page .guide-card p {
  margin-bottom: 4px;
}

.seo-page .guide-card em {
  color: var(--ink);
  font-size: 13px;
  font-style: normal;
  font-weight: 780;
}

.seo-page .article {
  padding: 58px 0 68px;
}

.seo-page .article-body {
  max-width: 760px;
  font-size: 16.5px;
  line-height: 1.68;
}

.seo-page .article-body h2 {
  margin: 54px 0 16px;
  border-top: 1px solid rgba(255, 255, 255, .11);
  padding-top: 28px;
}

.seo-page .article-body p {
  margin-bottom: 18px;
}

.article-summary {
  margin: 34px 0 48px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: clamp(20px, 4vw, 28px);
  background: rgba(255, 255, 255, .035);
}

.article-summary strong {
  display: block;
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.seo-page .article-summary ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-page .article-summary li {
  position: relative;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.seo-page .article-summary li::before {
  position: absolute;
  left: 0;
  top: .68em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .68);
  content: "";
}

.seo-page .article-body a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, .28);
  text-underline-offset: 4px;
}

.resource-panel {
  margin: 64px 0 0;
  border-top: 1px solid var(--line);
  padding-top: 34px;
}

.resource-panel h2 {
  margin-bottom: 16px;
}

.resource-panel > p {
  max-width: 680px;
}

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

.resource-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.resource-list li {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  background: rgba(255, 255, 255, .025);
}

.resource-list strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
}

.resource-list span {
  display: block;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.internal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.internal-links a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 760;
  text-decoration: none;
}

.seo-page .closing {
  padding: 58px 0 78px;
  text-align: left;
}

.seo-page .closing-inner {
  max-width: 820px;
}

.seo-page .closing h2 {
  font-size: clamp(28px, 3.8vw, 42px);
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.signal {
  min-height: 78px;
  display: grid;
  place-items: center;
  padding: 16px;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.signal:last-child {
  border-right: 0;
}

.section {
  position: relative;
  overflow: hidden;
  padding: 118px 0;
}

.section::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  opacity: .5;
  background:
    linear-gradient(100deg, transparent 0 38%, rgba(255, 255, 255, .04) 45%, transparent 54% 100%),
    repeating-linear-gradient(90deg, transparent 0 116px, rgba(255, 255, 255, .028) 117px, transparent 118px 236px);
  background-size: 760px 100%, 100% 100%;
  background-position: -420px 0, 0 0;
  mask-image: radial-gradient(ellipse at 50% 50%, #000 0 42%, transparent 78%);
  animation: section-signal 24s ease-in-out infinite;
}

.section:nth-of-type(even)::before {
  opacity: .34;
  animation-delay: -9s;
}

.section > .container {
  position: relative;
  z-index: 1;
}

.section.quiet {
  padding: 112px 0;
}

.split,
.result-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(48px, 7vw, 86px);
  align-items: center;
}

.split > * {
  min-width: 0;
}

.steps {
  position: relative;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.glass-card,
.mock-panel {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--panel);
}

.glass-card {
  position: relative;
  padding: 24px;
}

.steps .glass-card {
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 28px 0;
  background: transparent;
}

.glass-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 820;
}

.glass-card p,
.muted,
.price span {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.58;
}

.mirror {
  padding-top: 56px;
}

.reverse {
  grid-template-columns: minmax(420px, 1.1fr) minmax(0, .9fr);
}

.mock-frame {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--panel);
}

.mock-frame img {
  width: 100%;
  border-radius: 30px;
}

.data-visual {
  position: relative;
  min-height: 470px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 36% 36%, rgba(255, 255, 255, .08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018));
  isolation: isolate;
}

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

.data-visual::before {
  inset: 18%;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  opacity: .7;
  animation: visual-breathe 6s ease-in-out infinite;
}

.data-visual::after {
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, .08) 48%, transparent 64%);
  transform: translateX(-120%);
  animation: visual-scan 8s ease-in-out infinite;
}

.visual-grid {
  position: absolute;
  inset: 0;
  opacity: .34;
  background-image:
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, #000 0 55%, transparent 82%);
}

.node,
.flow-card {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 94px;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(0, 0, 0, .52);
  color: var(--ink);
  font-size: 12px;
  font-weight: 760;
  backdrop-filter: blur(14px);
}

.orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  inset: 22%;
  animation: orbit-turn 18s linear infinite;
}

.orbit-two {
  inset: 12% 18%;
  animation: orbit-turn 26s linear infinite reverse;
}

.core {
  top: 47%;
  left: 50%;
  min-width: 154px;
  min-height: 52px;
  transform: translate(-50%, -50%);
}

.web { top: 22%; left: 18%; }
.crm { top: 22%; right: 16%; }
.mail { top: 66%; left: 18%; }
.cloud { top: 66%; right: 16%; }

.exposure-visual .node:not(.core) {
  animation: node-float 5.5s ease-in-out infinite;
}

.exposure-visual .node::before {
  position: absolute;
  width: 160px;
  height: 1px;
  content: "";
  top: 50%;
  left: 50%;
  z-index: -1;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .26), transparent);
  transform-origin: left center;
}

.web::before { transform: rotate(34deg); }
.crm::before { transform: rotate(146deg); }
.mail::before { transform: rotate(-34deg); }
.cloud::before { transform: rotate(-146deg); }

.risk-dot,
.packet,
.attack-path,
.flow-pulse {
  position: absolute;
  z-index: 3;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(245, 245, 247, .9);
  box-shadow: 0 0 22px rgba(255, 255, 255, .34);
}

.risk-dot {
  background: #d94f43;
  box-shadow: 0 0 28px rgba(217, 79, 67, .5);
  animation: risk-pulse 2.8s ease-in-out infinite;
}

.risk-one { top: 35%; left: 42%; }
.risk-two { top: 56%; right: 30%; animation-delay: .8s; }
.risk-three { bottom: 31%; left: 33%; animation-delay: 1.5s; }

.risk-stack {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  pointer-events: none;
}

.risk-stack span {
  border: 1px solid rgba(217, 79, 67, .38);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(58, 12, 10, .34);
  color: #f0b0aa;
  font-size: 10px;
  font-weight: 780;
  line-height: 1.18;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .04em;
  backdrop-filter: blur(10px);
  animation: label-alert 4.6s ease-in-out infinite;
}

.risk-stack span:nth-child(2) {
  animation-delay: .9s;
}

.risk-stack span:nth-child(3) {
  animation-delay: 1.8s;
}

.attack-path {
  width: 96px;
  height: 1px;
  border-radius: 0;
  background: linear-gradient(90deg, transparent, rgba(217, 79, 67, .92), transparent);
  box-shadow: 0 0 18px rgba(217, 79, 67, .45);
  animation: attack-sweep 4.2s ease-in-out infinite;
}

.attack-one {
  top: 37%;
  right: 22%;
  transform: rotate(148deg);
}

.attack-two {
  left: 21%;
  bottom: 36%;
  transform: rotate(-24deg);
  animation-delay: 1.3s;
}

.packet-one {
  top: 32%;
  left: 26%;
  animation: packet-diagonal 5.8s linear infinite;
}

.packet-two {
  right: 27%;
  bottom: 30%;
  animation: packet-diagonal 6.8s linear infinite reverse;
}

.company {
  top: 50%;
  left: 14%;
  min-width: 132px;
  min-height: 54px;
  transform: translateY(-50%);
}

.customer-a { top: 24%; right: 14%; }
.customer-b { top: 49%; right: 9%; }
.customer-c { right: 17%; bottom: 22%; }

.flow-line {
  position: absolute;
  left: 30%;
  right: 23%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .36), rgba(255, 255, 255, .08));
  transform-origin: left center;
}

.line-a {
  top: 33%;
  transform: rotate(-13deg);
}

.line-b {
  top: 50%;
}

.line-c {
  top: 66%;
  transform: rotate(13deg);
}

.flow-pulse {
  left: 31%;
  animation: flow-a 4.8s ease-in-out infinite;
}

.pulse-a { top: 33%; }
.pulse-b { top: 50%; animation-delay: .75s; }
.pulse-c { top: 66%; animation-delay: 1.4s; }

.data-visual:hover .flow-pulse,
.data-visual:hover .packet,
.data-visual:hover .risk-dot {
  animation-duration: 2.8s;
}

.report-visual {
  display: grid;
  place-items: center;
}

.report-page {
  position: relative;
  z-index: 2;
  width: min(78%, 390px);
  min-height: 330px;
  display: grid;
  gap: 16px;
  align-content: start;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 22px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .035)),
    rgba(0, 0, 0, .36);
  box-shadow: 0 26px 80px rgba(0, 0, 0, .35);
  transform: rotate(-2deg);
  animation: report-float 7s ease-in-out infinite;
  backdrop-filter: blur(16px);
}

.report-page::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  content: "";
  pointer-events: none;
  background: linear-gradient(120deg, transparent 0 32%, rgba(255, 255, 255, .12) 48%, transparent 62%);
  transform: translateX(-120%);
  animation: report-sheen 7.5s ease-in-out infinite;
}

.report-top,
.report-score,
.check-row {
  position: relative;
  z-index: 1;
}

.report-top {
  display: flex;
  justify-content: space-between;
  color: var(--quiet);
  font-size: 11px;
  font-weight: 780;
  text-transform: uppercase;
}

.report-top strong {
  color: var(--ink);
}

.report-score {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 0 12px;
}

.score-ring {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(0, 0, 0, .72) 0 54%, transparent 55%),
    conic-gradient(#f5f5f7 0 68%, rgba(255, 255, 255, .12) 68% 100%);
  animation: score-turn 8s ease-in-out infinite;
}

.score-copy {
  display: grid;
  gap: 2px;
}

.score-copy strong {
  font-size: 42px;
  line-height: .9;
}

.score-copy em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 720;
}

.check-row {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  border-top: 1px solid rgba(255, 255, 255, .09);
  color: var(--muted);
  font-size: 12px;
  animation: row-focus 6.5s ease-in-out infinite;
}

.check-row i {
  width: 14px;
  height: 14px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
}

.check-row i::after {
  display: block;
  width: 5px;
  height: 8px;
  margin: 1px 0 0 4px;
  border: solid var(--ink);
  border-width: 0 1px 1px 0;
  content: "";
  transform: rotate(45deg);
  opacity: .85;
}

.check-row b {
  color: var(--ink);
  font-size: 10px;
  font-weight: 780;
  text-transform: uppercase;
}

.row-two {
  animation-delay: .8s;
}

.row-three {
  animation-delay: 1.6s;
}

.report-lines {
  display: grid;
  gap: 9px;
  margin-top: 4px;
}

.report-lines i {
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
}

.report-lines i:nth-child(2) {
  width: 78%;
}

.report-lines i:nth-child(3) {
  width: 58%;
}

.compact-head {
  max-width: 780px;
  margin-bottom: 42px;
}

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

.seo-grid {
  border-top: 1px solid var(--line);
}

.seo-grid .glass-card {
  border: 0;
  border-radius: 0;
  padding: 30px 0 0;
  background: transparent;
}

.price {
  min-height: 372px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .028));
}

.price p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--muted);
  font-weight: 720;
}

.price p em {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 5px 8px;
  color: var(--ink);
  font-size: .625rem;
  font-style: normal;
  font-weight: 820;
  line-height: 1;
  text-transform: uppercase;
}

.price h3 {
  margin-bottom: 18px;
  font-size: clamp(1.55rem, 2.1vw, 2.15rem);
  line-height: 1.08;
}

.price-fit {
  display: block;
  margin: 0 0 10px;
  color: var(--ink);
  font-size: .875rem;
  font-weight: 760;
  line-height: 1.45;
}

.price ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: .8125rem;
  line-height: 1.35;
}

.price li {
  position: relative;
  padding-left: 18px;
}

.price li::before {
  position: absolute;
  left: 0;
  top: .55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .72);
  content: "";
}

.price.featured {
  border-color: rgba(255, 255, 255, .26);
  background: linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .045));
}

.pricing-note {
  max-width: 900px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

@keyframes ambient-drift {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }

  100% {
    background-position: 84px 84px, -84px 42px, 680px 0;
  }
}

@keyframes ambient-scan {
  0%,
  100% {
    background-position: -70vw 0, 0 -60vh;
    opacity: .12;
  }

  45%,
  62% {
    background-position: 62vw 0, 0 54vh;
    opacity: .24;
  }
}

@keyframes hero-image-rise {
  0% {
    opacity: .02;
    transform: translateY(76px) scale(1.065);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes hero-black-fade {
  0% {
    opacity: .92;
  }

  100% {
    opacity: 0;
  }
}

@keyframes section-signal {
  0%,
  100% {
    background-position: -420px 0, 0 0;
    opacity: .22;
  }

  46%,
  64% {
    background-position: 420px 0, 0 0;
    opacity: .48;
  }
}

@keyframes visual-breathe {
  0%,
  100% {
    transform: scale(.94);
    opacity: .42;
  }

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

@keyframes visual-scan {
  0%,
  42% {
    transform: translateX(-120%);
  }

  72%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes node-float {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -7px;
  }
}

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

@keyframes attack-sweep {
  0%,
  100% {
    opacity: .16;
    scale: .8 1;
  }

  48% {
    opacity: .95;
    scale: 1.25 1;
  }
}

@keyframes label-alert {
  0%,
  100% {
    opacity: .56;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-3px);
  }
}

@keyframes risk-pulse {
  0%,
  100% {
    transform: scale(.86);
    opacity: .42;
  }

  45% {
    transform: scale(1.22);
    opacity: 1;
  }
}

@keyframes packet-diagonal {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }

  18%,
  72% {
    opacity: .9;
  }

  100% {
    transform: translate3d(170px, 118px, 0);
    opacity: 0;
  }
}

@keyframes flow-a {
  0% {
    transform: translateX(0);
    opacity: 0;
  }

  18%,
  76% {
    opacity: .9;
  }

  100% {
    transform: translateX(280px);
    opacity: 0;
  }
}

@keyframes report-float {
  0%,
  100% {
    transform: rotate(-2deg) translateY(0);
  }

  50% {
    transform: rotate(-1deg) translateY(-8px);
  }
}

@keyframes report-sheen {
  0%,
  46% {
    transform: translateX(-120%);
  }

  76%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes score-turn {
  0%,
  100% {
    filter: brightness(.86);
    transform: rotate(0deg);
  }

  50% {
    filter: brightness(1.12);
    transform: rotate(14deg);
  }
}

@keyframes row-focus {
  0%,
  100% {
    opacity: .62;
  }

  42%,
  64% {
    opacity: 1;
  }
}

.seo-grid .glass-card h2 {
  margin-bottom: 12px;
  font-size: clamp(1.0625rem, 1.45vw, 1.25rem);
  line-height: 1.16;
}

.guide-card {
  display: block;
  min-height: 260px;
}

.closing {
  padding: 104px 0 116px;
  text-align: center;
}

.closing-inner {
  max-width: 900px;
}

.closing h2 {
  margin-bottom: 30px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  place-items: center;
  padding: 22px;
}

.modal:target {
  display: grid;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .78);
  backdrop-filter: blur(16px);
}

.modal-card {
  position: relative;
  width: min(560px, 100%);
  max-height: min(860px, calc(100svh - 44px));
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: clamp(24px, 4vw, 34px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .035)),
    #080808;
}

.modal-card h2 {
  margin-bottom: 22px;
  font-size: clamp(26px, 3.2vw, 36px);
  line-height: 1.08;
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 720;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 15px;
  outline: none;
  background: #050506;
  color: var(--ink);
  font: inherit;
}

.contact-form select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, rgba(245, 245, 247, .9) 50%) right 18px center / 6px 6px no-repeat,
    linear-gradient(135deg, rgba(245, 245, 247, .9) 50%, transparent 50%) right 13px center / 6px 6px no-repeat,
    #050506;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(255, 255, 255, .36);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .button {
  margin-top: 6px;
  border: 0;
  cursor: pointer;
}

.hp {
  position: absolute;
  left: -9999px;
}

.form-note {
  margin: 0;
  color: var(--quiet);
  font-size: 12px;
  line-height: 1.45;
}

.response-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.response-card {
  width: min(720px, 100%);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: clamp(28px, 6vw, 56px);
  background: var(--panel);
}

.response-card h1 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 58px);
}

.response-card p {
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.page-hero {
  min-height: auto;
  padding: 92px 0 66px;
}

.compact-page {
  padding-bottom: 34px;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 48px;
  align-items: center;
}

.page-hero h1,
.article h1 {
  max-width: 920px;
  margin-inline: 0;
  text-align: left;
}

.page-hero .lead,
.article .lead {
  margin-inline: 0;
  text-align: left;
}

.article {
  padding: 88px 0 78px;
}

.article-inner {
  max-width: 960px;
}

.article .mock-frame {
  margin: 42px 0;
}

.article-body {
  max-width: 760px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.76;
}

.article-body h2 {
  margin: 38px 0 12px;
  color: var(--ink);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.12;
}

.article-body p {
  margin-bottom: 0;
}

.article-body ul {
  margin: 16px 0 0;
  padding-left: 22px;
}

.article-body li {
  margin: 10px 0;
}

.article-cta {
  margin-top: 56px;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: clamp(26px, 5vw, 44px);
  background: var(--panel);
}

.article-cta h2 {
  margin-bottom: 22px;
  font-size: clamp(26px, 3.6vw, 42px);
}

.footer {
  border-top: 1px solid var(--line);
  padding: 28px 0;
  color: var(--quiet);
  font-size: 14px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .hero {
    padding-top: 64px;
    margin-top: -64px;
    padding-top: 128px;
  }

  .split,
  .result-grid,
  .reverse,
  .page-hero-grid {
    grid-template-columns: 1fr;
  }

  .split,
  .result-grid {
    gap: 42px;
  }

  .section.quiet .split {
    align-items: start;
    gap: 36px;
  }

  .signal-strip,
  .pricing-grid,
  .seo-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .nav,
  .container,
  .hero-grid,
  .footer-inner,
  .signal-strip {
    width: min(100% - 28px, 1160px);
  }

  .brand span:last-child {
    display: none;
  }

  .hero {
    min-height: 760px;
    margin-top: -58px;
    padding: 210px 0 42px;
  }

  .hero::before {
    background-position: center, center, center 72px;
    background-size: 100% 100%, 100% 100%, min(430px, calc(100vw - 28px)) auto;
  }

  .hero::after {
    background: #000;
  }

  h1 {
    font-size: clamp(34px, 9.2vw, 43px);
    line-height: 1.04;
  }

  h2 {
    font-size: clamp(25px, 7.2vw, 34px);
    line-height: 1.08;
  }

  .lead {
    font-size: 16px;
    line-height: 1.58;
  }

  .nav {
    min-height: 58px;
    gap: 12px;
  }

  .brand-mark {
    width: 26px;
    height: 26px;
    font-size: 10px;
  }

  .nav-links {
    gap: 7px;
  }

  .button.compact {
    min-height: 34px;
    padding: 0 13px;
    font-size: 12px;
  }

  .button.large {
    min-height: 50px;
  }

  .button {
    width: 100%;
  }

  .nav .button {
    width: auto;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-proof {
    gap: 7px;
    margin-top: 18px;
  }

  .hero-proof span {
    padding: 7px 9px;
    font-size: 11px;
  }

  .section,
  .section.quiet,
  .closing {
    padding: 62px 0;
  }

  .section.quiet {
    padding-top: 70px;
  }

  .mirror {
    padding-top: 24px;
  }

  .compact-head {
    margin-bottom: 34px;
  }

  .signal-strip,
  .pricing-grid,
  .seo-grid,
  .resource-grid {
    grid-template-columns: 1fr;
  }

  .glass-card,
  .mock-panel,
  .data-visual {
    border-radius: 18px;
    padding: 20px;
  }

  .seo-page .seo-grid .glass-card {
    padding-top: 24px;
  }

  .seo-page .guide-card {
    gap: 8px;
  }

  .seo-page .guide-card h2 {
    font-size: 19px;
    line-height: 1.16;
  }

  .seo-page .guide-card p {
    font-size: 15.5px;
    line-height: 1.55;
  }

  .data-visual {
    min-height: 360px;
  }

  .report-page {
    width: min(86%, 330px);
    min-height: 284px;
    padding: 18px;
  }

  .score-ring {
    width: 56px;
    height: 56px;
  }

  .score-copy strong {
    font-size: 34px;
  }

  .node,
  .flow-card {
    min-width: 76px;
    min-height: 34px;
    padding-inline: 12px;
    font-size: 10px;
  }

  .core {
    min-width: 132px;
  }

  .web {
    top: 18%;
    left: 8%;
  }

  .crm {
    top: 18%;
    right: 8%;
  }

  .mail {
    top: 64%;
    left: 8%;
  }

  .cloud {
    right: 8%;
    top: 64%;
  }

  .risk-stack {
    left: 14px;
    right: 14px;
    bottom: 14px;
    gap: 6px;
  }

  .risk-stack span {
    padding: 7px 9px;
    font-size: 9px;
    letter-spacing: .02em;
  }

  .company {
    left: 8%;
    min-width: 104px;
  }

  .customer-a,
  .customer-b,
  .customer-c {
    right: 7%;
  }

  .flow-line {
    left: 28%;
    right: 19%;
  }

  @keyframes flow-a {
    0% {
      transform: translateX(0);
      opacity: 0;
    }

    18%,
    76% {
      opacity: .9;
    }

    100% {
      transform: translateX(150px);
      opacity: 0;
    }
  }
}

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