/*
 * Nocteris.ai Design Library
 * Consolidated from the Nocteris.ai homepage design system.
 *
 * IMPORTANT:
 * Rule order is intentionally preserved from the working homepage stylesheet.
 * This file is the canonical linked stylesheet for future pages.
 *
 * Generated: 2026-08-15
 */

:root {
      --bg: #050505;
      --panel: rgba(10, 15, 15, 0.82);
      --panel-border: rgba(0, 255, 204, 0.16);
      --text: #f3f5f4;
      --mint: #b8f9bf;
      --muted: #b8c2bf;
      --green: #00ffcc;
      --neongreen: #A6FF00;
      --green-dark: #00cda5;
      --pink: #FDEBF3;
      --shadow: 0 0 30px rgba(0,255,204,0.08);
      --max: 1260px;
      --radius: 18px;
      --header-top-height: 82px;
      --header-bottom-height: 58px;
      --header-total-height: 140px;
      --footer-height: 80px;
      --cursor-default: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cfilter id='g'%3E%3CfeGaussianBlur stdDeviation='1.3'/%3E%3C/filter%3E%3C/defs%3E%3Cpath d='M4 3 L4 24 L10.2 18.1 L14.2 27 L18 25.2 L14.2 16.8 L22.6 16.6 Z' fill='%2300ffcc' fill-opacity='.20' stroke='%2300ffcc' stroke-width='1.7' stroke-linejoin='round'/%3E%3Ccircle cx='22.8' cy='8' r='3.1' fill='%2300ffcc' fill-opacity='.92' filter='url(%23g)'/%3E%3Ccircle cx='22.8' cy='8' r='1.25' fill='%23ffffff'/%3E%3C/svg%3E") 4 3, auto;
      --cursor-pointer: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Cdefs%3E%3Cfilter id='g'%3E%3CfeGaussianBlur stdDeviation='1.4'/%3E%3C/filter%3E%3C/defs%3E%3Cpath d='M5 4 L5 27 L12 20.5 L16 30 L20.1 28 L16.1 19.6 L26 19.2 Z' fill='%2300ffcc' fill-opacity='.24' stroke='%2300ffcc' stroke-width='1.8' stroke-linejoin='round'/%3E%3Ccircle cx='25.5' cy='8.5' r='4.2' fill='%2300ffcc' fill-opacity='.95' filter='url(%23g)'/%3E%3Ccircle cx='25.5' cy='8.5' r='1.5' fill='%23ffffff'/%3E%3C/svg%3E") 5 4, pointer;
    }

    * { box-sizing: border-box; }
    html, body { height: 100%; }
    html { scroll-behavior: auto; }
    body {
      margin: 0;
      font-family: 'Inter', Arial, Helvetica, sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at 12% 18%, rgba(0,255,204,0.14), transparent 24%),
        radial-gradient(circle at 84% 14%, rgba(0,255,204,0.08), transparent 22%),
        radial-gradient(circle at 50% 62%, rgba(0,180,145,0.09), transparent 34%),
        linear-gradient(135deg, #07100f 0%, #061111 20%, #050707 50%, #071110 78%, #040404 100%);
      line-height: 1.55;
      overflow: hidden;
      cursor: var(--cursor-default);
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      background-image:
        linear-gradient(rgba(0,255,204,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,255,204,0.05) 1px, transparent 1px);
      background-size: 44px 44px;
      mask-image: linear-gradient(to bottom, rgba(255,255,255,0.72), rgba(255,255,255,0.24));
      z-index: 0;
    }

    body::after {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      background:
        radial-gradient(circle at 18% 24%, rgba(0,255,204,0.07), transparent 18%),
        radial-gradient(circle at 78% 66%, rgba(0,255,204,0.06), transparent 20%),
        radial-gradient(circle at 48% 86%, rgba(253,235,243,0.03), transparent 22%);
      z-index: 0;
      mix-blend-mode: screen;
    }

    a, button, input, textarea, select, label, .btn { cursor: pointer; }
    a { color: inherit; text-decoration: none; }

    .logo,
    .bottom-nav a,
    .top-nav button,
    .bottom-nav button,
    .nav-toggle,
    .hero-kicker-h1,
    .section-tag,
    .hero-card h3,
    .btn,
    h1,
    h2 {
      font-family: 'Orbitron', 'Inter', Arial, sans-serif;
    }


  #nocteris_cursor {
    animation: blink-eye 1.5s step-end infinite;
  }
  @keyframes blink-eye {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
  }


    h1, h2, h3 { margin-top: 0; line-height: 1.08;}

.top-nav a {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =========================================================
   NOCTERIS AI NAVIGATION INTERFACE
   ========================================================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;

  background:
    linear-gradient(
      180deg,
      rgba(4, 9, 10, 0.97),
      rgba(3, 8, 9, 0.94)
    );

  border-bottom: 1px solid rgba(0, 255, 204, 0.14);

  box-shadow:
    0 14px 38px rgba(0, 0, 0, 0.34),
    0 1px 0 rgba(0, 255, 204, 0.04);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(0, 255, 204, 0.025) 35%,
      rgba(0, 255, 204, 0.045) 50%,
      rgba(0, 255, 204, 0.025) 65%,
      transparent
    );
}

.header-row {
  width: 100%;
  position: relative;
}

.header-row-top {
  border-bottom: 1px solid rgba(0, 255, 204, 0.09);
}

.header-row-bottom {
  background:
    linear-gradient(
      180deg,
      rgba(3, 10, 11, 0.78),
      rgba(2, 7, 8, 0.92)
    );
}

.header-inner {
  width: min(100% - 40px, 1460px);
  margin-inline: auto;
  position: relative;
  z-index: 2;
}


/* =========================================================
   UPPER NAVIGATION
   ========================================================= */

.header-inner-top {
  min-height: 82px;

  display: grid;
  grid-template-columns:
    minmax(250px, 340px)
    minmax(0, 1fr)
    auto;

  align-items: center;
  gap: clamp(18px, 2.2vw, 38px);
}

.logo {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  text-decoration: none;
}

.logo-image {
  display: block;
  width: min(320px, 100%);
  height: auto;

  filter:
    drop-shadow(0 0 10px rgba(0, 255, 204, 0.08))
    drop-shadow(0 0 24px rgba(0, 255, 204, 0.05));

  transition:
    filter 0.3s ease,
    transform 0.3s ease;
}

.logo:hover .logo-image,
.logo:focus-visible .logo-image {
  transform: translateY(-1px);

  filter:
    drop-shadow(0 0 12px rgba(0, 255, 204, 0.16))
    drop-shadow(0 0 28px rgba(0, 255, 204, 0.1));
}


/* Upper links */

.top-nav {
  min-width: 0;
  display: flex;
  justify-content: flex-end;
}

.top-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  align-items: center;
  justify-content: flex-end;

  gap: clamp(10px, 1.4vw, 23px);
}

.top-nav li {
  display: flex;
  align-items: center;
}

.top-nav a,
.top-nav button {
  color: var(--text);
  text-decoration: none;

  background: transparent;
  border: 0;

  font: inherit;
  font-size: clamp(0.69rem, 0.7vw, 0.79rem);
  font-weight: 650;
  letter-spacing: 0.09em;
  line-height: 1.1;
  text-transform: uppercase;

  white-space: nowrap;
}

.top-nav a {
  position: relative;

  display: inline-flex;
  align-items: center;
  gap: 7px;

  padding: 11px 5px;

  opacity: 0.78;

  transition:
    color 0.22s ease,
    opacity 0.22s ease,
    text-shadow 0.22s ease;
}

.top-nav a::after {
  content: "";

  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 3px;

  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      var(--green),
      transparent
    );

  box-shadow: 0 0 8px rgba(0, 255, 204, 0.45);

  transform: scaleX(0);
  transform-origin: center;

  transition: transform 0.25s ease;
}

.top-nav a:hover,
.top-nav a:focus-visible {
  color: var(--green);
  opacity: 1;
  text-shadow: 0 0 12px rgba(0, 255, 204, 0.16);
}

.top-nav a:hover::after,
.top-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-index {
  color: rgba(0, 255, 204, 0.48);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;

  transition: color 0.22s ease;
}

.top-nav a:hover .nav-index,
.top-nav a:focus-visible .nav-index {
  color: var(--green);
}


/* Contact button */

.header-cta {
  display: flex;
  justify-content: flex-end;
}

.nav-cta {
  position: relative;
  overflow: hidden;

  min-height: 40px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  padding: 0 17px;

  border: 1px solid rgba(0, 255, 204, 0.32);
  border-radius: 10px;

  background:
    linear-gradient(
      180deg,
      rgba(0, 255, 204, 0.075),
      rgba(0, 255, 204, 0.025)
    );

  color: var(--text);

  font: inherit;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;

  cursor: pointer;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 0 rgba(0, 255, 204, 0);

  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.nav-cta::before {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      115deg,
      transparent 20%,
      rgba(255, 255, 255, 0.11) 50%,
      transparent 80%
    );

  transform: translateX(-130%);
  transition: transform 0.65s ease;
}

.nav-cta:hover::before,
.nav-cta:focus-visible::before {
  transform: translateX(130%);
}

.nav-cta:hover,
.nav-cta:focus-visible {
  color: var(--green);

  border-color: rgba(0, 255, 204, 0.68);

  background:
    linear-gradient(
      180deg,
      rgba(0, 255, 204, 0.12),
      rgba(0, 255, 204, 0.045)
    );

  box-shadow:
    0 0 22px rgba(0, 255, 204, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);

  transform: translateY(-1px);
}

.nav-cta__signal {
  width: 7px;
  height: 7px;

  border-radius: 50%;
  background: var(--green);

  box-shadow:
    0 0 6px var(--green),
    0 0 13px rgba(0, 255, 204, 0.58);

  animation: navSignalPulse 2.8s ease-in-out infinite;
}


/* =========================================================
   LOWER AI CONSOLE
   ========================================================= */

.header-inner-bottom {
  padding-block: 9px;
}

.nav-console {
  position: relative;
  isolation: isolate;

  min-height: 66px;

  display: grid;
  grid-template-columns:
    minmax(235px, 1fr)
    auto
    minmax(235px, 1fr);

  align-items: center;
  gap: clamp(20px, 2.6vw, 44px);

  padding: 7px 9px;

  border: 1px solid rgba(0, 255, 204, 0.12);
  border-radius: 15px;

  background:
    linear-gradient(
      180deg,
      rgba(10, 22, 23, 0.66),
      rgba(4, 12, 13, 0.77)
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    inset 0 -1px 0 rgba(0, 255, 204, 0.025),
    0 8px 22px rgba(0, 0, 0, 0.16);
}

.nav-console::before {
  content: "";

  position: absolute;
  z-index: -1;

  left: 15%;
  right: 15%;
  top: -1px;

  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(0, 255, 204, 0.38),
      transparent
    );

  box-shadow: 0 0 12px rgba(0, 255, 204, 0.12);
}

.nav-console::after {
  content: "";

  position: absolute;
  inset: 0;
  z-index: -1;

  border-radius: inherit;
  pointer-events: none;

  background:
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 39px,
      rgba(0, 255, 204, 0.012) 40px
    );
}


/* =========================================================
   SYSTEM STATUS MODULE - BURGUNDY EDITION
   ========================================================= */

.nav-console__status {
  justify-self: end;

  min-width: 215px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  padding: 8px 14px;

  border: 1px solid rgba(166, 58, 84, 0.36);
  border-radius: 11px;

  background:
    linear-gradient(
      135deg,
      rgba(120, 22, 48, 0.18),
      rgba(70, 10, 28, 0.08)
    );

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 0 16px rgba(166,58,84,0.10);

  animation: onlineModulePulse 4.5s ease-in-out infinite;
}

.nav-console__status-icon {
  width: 34px;
  height: 34px;

  display: grid;
  place-items: center;

  flex: 0 0 auto;

  border: 1px solid rgba(166,58,84,0.45);
  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(166,58,84,0.22),
      rgba(70,10,28,0.05) 72%
    );

  box-shadow:
    inset 0 0 11px rgba(166,58,84,0.16),
    0 0 15px rgba(166,58,84,0.14);
}

.nav-console__status-core {
  position: relative;

  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: #b34463;

  box-shadow:
    0 0 8px #b34463,
    0 0 18px rgba(179,68,99,0.72),
    0 0 28px rgba(120,22,48,0.35);
}

.nav-console__status-core::after {
  content: "";

  position: absolute;
  inset: -6px;

  border: 1px solid rgba(179,68,99,0.42);
  border-radius: 50%;

  animation: burgundyStatusWave 2.8s ease-out infinite;
}

.nav-console__status-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.nav-console__status-copy small {
  margin-bottom: 5px;

  color: rgba(232,180,194,0.72);

  font-size: 0.57rem;
  font-weight: 650;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.nav-console__status-copy strong {
  color: #d77792;

  font-size: 0.74rem;
  font-weight: 780;
  letter-spacing: 0.18em;
  text-transform: uppercase;

  text-shadow:
    0 0 10px rgba(179,68,99,0.42),
    0 0 18px rgba(120,22,48,0.22);
}

@keyframes onlineModulePulse {
  0%,
  100% {
    border-color: rgba(166, 58, 84, 0.3);

    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 0 13px rgba(166, 58, 84, 0.07);
  }

  50% {
    border-color: rgba(179, 68, 99, 0.58);

    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.05),
      0 0 25px rgba(179, 68, 99, 0.17),
      0 0 38px rgba(120, 22, 48, 0.08);
  }
}

@keyframes burgundyStatusWave {
  0% {
    opacity: 0.75;
    transform: scale(0.45);
  }

  75%,
  100% {
    opacity: 0;
    transform: scale(1.9);
  }
}


/* Center navigation */

.bottom-nav {
  justify-self: center;
}

.bottom-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  align-items: stretch;
  justify-content: center;

  gap: 6px;
}

.bottom-nav li {
  display: flex;
  align-items: stretch;
}

.bottom-nav a {
  position: relative;
  overflow: hidden;

  min-height: 50px;

  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  column-gap: 9px;

 padding: 6px clamp(12px, 1.2vw, 18px);

   border: 1px solid transparent;
   border-radius: 9px;

   color: rgba(235, 244, 242, 0.78);
   text-decoration: none;

   background: transparent;

   white-space: nowrap;

   transition:
     color 0.24s ease,
     border-color 0.24s ease,
     background 0.24s ease,
     box-shadow 0.24s ease,
     transform 0.24s ease;
}

.bottom-nav a::before {
  content: "";

  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 5px;

  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      var(--green),
      transparent
    );

  box-shadow: 0 0 8px rgba(0, 255, 204, 0.52);

  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.bottom-nav a::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      115deg,
      transparent 25%,
      rgba(0, 255, 204, 0.065) 50%,
      transparent 75%
    );

  transform: translateX(-130%);
  transition: transform 0.55s ease;
}

.bottom-nav__number {
  align-self: start;
  margin-top: 7px;

  color: rgba(0, 255, 204, 0.47);

  font-size: 0.84rem;
  font-weight: 750;
  letter-spacing: 0.06em;

  transition:
    color 0.24s ease,
    text-shadow 0.24s ease;
}


.bottom-nav__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  line-height: 1.05;
}


.bottom-nav__copy strong {
  color: inherit;

  font-size: clamp(0.90rem, 1vw, 1.05rem);
  font-weight: 730;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bottom-nav__copy small {
  margin-top: 5px;

  color: rgba(205, 221, 218, 0.62);

  font-size: clamp(0.68rem, 0.72vw, 0.78rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.25;
  text-transform: none;

  transition: color 0.24s ease;
}


.bottom-nav a:hover,
.bottom-nav a:focus-visible {
  color: var(--green);

  border-color: rgba(0, 255, 204, 0.2);

  background:
    linear-gradient(
      180deg,
      rgba(0, 255, 204, 0.065),
      rgba(0, 255, 204, 0.018)
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 0 14px rgba(0, 255, 204, 0.045);

  transform: translateY(-1px);
}

.bottom-nav a:hover::before,
.bottom-nav a:focus-visible::before {
  transform: scaleX(1);
}

.bottom-nav a:hover::after,
.bottom-nav a:focus-visible::after {
  transform: translateX(130%);
}

.bottom-nav a:hover .bottom-nav__number,
.bottom-nav a:focus-visible .bottom-nav__number {
  color: var(--green);
}


/* Audit action */

.nav-console__action {
  justify-self: start;
  width: 100%;
  max-width: 270px;
}

.nav-audit-btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;

  min-height: 50px;
  width: 100%;

  display: flex;
  align-items: center;
  gap: 11px;

  padding: 7px 13px;

  border: 1px solid rgba(0, 255, 204, 0.42);
  border-radius: 11px;

  color: var(--text);
  text-decoration: none;

  background:
    linear-gradient(
      135deg,
      rgba(0, 255, 204, 0.12),
      rgba(0, 255, 204, 0.035) 45%,
      rgba(4, 18, 18, 0.86)
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 0 18px rgba(0, 255, 204, 0.075);

  transition:
    border-color 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease;
}

.nav-audit-btn::before {
  content: "";

  position: absolute;
  z-index: -1;

  top: 0;
  bottom: 0;
  width: 45%;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.12),
      transparent
    );

  transform: skewX(-18deg) translateX(-220%);

  animation: auditScannerSweep 5.5s ease-in-out infinite;
}

.nav-audit-btn::after {
  content: "";

  position: absolute;
  z-index: -1;

  inset: 0;

  border-radius: inherit;

  background:
    radial-gradient(
      circle at 85% 50%,
      rgba(0, 255, 204, 0.12),
      transparent 38%
    );

  opacity: 0.65;

  transition: opacity 0.28s ease;
}

.nav-audit-btn:hover,
.nav-audit-btn:focus-visible {
  border-color: rgba(0, 255, 204, 0.82);

  background:
    linear-gradient(
      135deg,
      rgba(0, 255, 204, 0.18),
      rgba(0, 255, 204, 0.06) 47%,
      rgba(4, 20, 20, 0.92)
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 0 26px rgba(0, 255, 204, 0.17),
    0 10px 22px rgba(0, 0, 0, 0.16);

  transform: translateY(-2px);
}

.nav-audit-btn:hover::after,
.nav-audit-btn:focus-visible::after {
  opacity: 1;
}

.nav-audit-btn__scanner {
  width: 36px;
  height: 36px;

  flex: 0 0 auto;

  display: grid;
  place-items: center;

  border: 1px solid rgba(0, 255, 204, 0.32);
  border-radius: 9px;

  background:
    radial-gradient(
      circle,
      rgba(0, 255, 204, 0.16),
      rgba(0, 255, 204, 0.025) 68%
    );

  box-shadow:
    inset 0 0 10px rgba(0, 255, 204, 0.055),
    0 0 12px rgba(0, 255, 204, 0.055);

  transition:
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease;
}

.nav-audit-btn:hover .nav-audit-btn__scanner,
.nav-audit-btn:focus-visible .nav-audit-btn__scanner {
  border-color: rgba(0, 255, 204, 0.68);

  box-shadow:
    inset 0 0 12px rgba(0, 255, 204, 0.09),
    0 0 16px rgba(0, 255, 204, 0.12);

  transform: rotate(-3deg) scale(1.04);
}

.nav-audit-btn__scanner svg {
  width: 19px;
  height: 19px;

  fill: none;
  stroke: var(--green);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;

  filter: drop-shadow(0 0 5px rgba(0, 255, 204, 0.35));
}

.nav-audit-btn__copy {
  min-width: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;

  line-height: 1.05;
}

.nav-audit-btn__eyebrow {
  margin-bottom: 5px;

  color: rgba(208, 231, 226, 0.58);

  font-size: 0.53rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;

  white-space: nowrap;
}

.nav-audit-btn__copy strong {
  display: flex;
  align-items: center;
  gap: 7px;

  color: #effffb;

  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.085em;
  text-transform: uppercase;

  white-space: nowrap;
}

.nav-audit-btn__arrow {
  color: var(--green);
  font-size: 1rem;
  line-height: 0;

  transition: transform 0.25s ease;
}

.nav-audit-btn:hover .nav-audit-btn__arrow,
.nav-audit-btn:focus-visible .nav-audit-btn__arrow {
  transform: translateX(4px);
}

.nav-audit-btn__pulse {
  position: absolute;

  top: 8px;
  right: 8px;

  width: 6px;
  height: 6px;

  border-radius: 50%;
  background: var(--green);

  box-shadow:
    0 0 6px var(--green),
    0 0 12px rgba(0, 255, 204, 0.6);

  animation: navSignalPulse 2.4s ease-in-out infinite;
}


/* =========================================================
   MOBILE TOGGLE
   ========================================================= */

.nav-toggle {
  display: none;

  min-height: 42px;

  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 0 13px;

  border: 1px solid rgba(0, 255, 204, 0.3);
  border-radius: 9px;

  background:
    linear-gradient(
      180deg,
      rgba(0, 255, 204, 0.07),
      rgba(0, 255, 204, 0.02)
    );

  color: var(--green);

  font: inherit;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;

  cursor: pointer;
}

.nav-toggle__icon {
  width: 17px;

  display: flex;
  flex-direction: column;
  gap: 3px;
}

.nav-toggle__icon span {
  display: block;
  width: 100%;
  height: 1px;

  background: var(--green);

  box-shadow: 0 0 5px rgba(0, 255, 204, 0.35);
}

.mobile-only-nav {
  display: none !important;
}


/* =========================================================
   ANIMATIONS
   ========================================================= */

@keyframes navSignalPulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

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

@keyframes statusRingPulse {
  0%,
  100% {
    border-color: rgba(0, 255, 204, 0.22);

    box-shadow:
      inset 0 0 10px rgba(0, 255, 204, 0.055),
      0 0 10px rgba(0, 255, 204, 0.035);
  }

  50% {
    border-color: rgba(0, 255, 204, 0.48);

    box-shadow:
      inset 0 0 12px rgba(0, 255, 204, 0.1),
      0 0 18px rgba(0, 255, 204, 0.12);
  }
}

@keyframes statusCoreWave {
  0% {
    opacity: 0.55;
    transform: scale(0.45);
  }

  70%,
  100% {
    opacity: 0;
    transform: scale(1.75);
  }
}

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

  48%,
  100% {
    transform: skewX(-18deg) translateX(430%);
  }
}


/* =========================================================
   MEDIUM DESKTOP / LAPTOP
   ========================================================= */

@media (max-width: 1240px) {
  .header-inner-top {
    grid-template-columns:
      minmax(220px, 280px)
      minmax(0, 1fr)
      auto;

    gap: 16px;
  }

  .top-nav ul {
    gap: 8px;
  }

  .top-nav a {
    font-size: 0.66rem;
  }

  .nav-index {
    display: none;
  }

  .nav-console {
    grid-template-columns:
      minmax(190px, 1fr)
      auto
      minmax(190px, 1fr);

    gap: 15px;
  }

  .nav-console__status {
    min-width: 185px;
  }

  .nav-console__status-copy small {
    font-size: 0.51rem;
  }

  .bottom-nav a {
    padding-inline: 12px;
  }

  .bottom-nav__number {
    display: none;
  }

  .nav-console__action {
    max-width: 225px;
  }

  .nav-audit-btn__eyebrow {
    font-size: 0.48rem;
  }

  .nav-audit-btn__copy strong {
    font-size: 0.63rem;
  }
}


/* =========================================================
   TABLET / MOBILE
   ========================================================= */

@media (max-width: 960px) {
  .header-inner {
    width: min(100% - 28px, 1460px);
  }

  .header-inner-top {
    min-height: 72px;

    grid-template-columns: minmax(190px, 1fr) auto;
    gap: 15px;
  }

  .logo-image {
    width: min(270px, 100%);
  }

  .top-nav,
  .header-cta {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    justify-self: end;
  }

  /*
    Your existing JavaScript can toggle an open class on #topNav.
    Example supported class: .top-nav.is-open
  */

  .top-nav.is-open,
  .top-nav.open {
    position: absolute;

    top: calc(100% + 1px);
    left: -14px;
    right: -14px;

    display: block;

    padding: 12px 14px 17px;

    border-top: 1px solid rgba(0, 255, 204, 0.09);
    border-bottom: 1px solid rgba(0, 255, 204, 0.18);

    background:
      linear-gradient(
        180deg,
        rgba(3, 10, 11, 0.985),
        rgba(2, 7, 8, 0.985)
      );

    box-shadow:
      0 20px 32px rgba(0, 0, 0, 0.4);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .top-nav.is-open ul,
  .top-nav.open ul {
    width: 100%;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .top-nav.is-open li,
  .top-nav.open li {
    width: 100%;
  }

  .top-nav.is-open a,
  .top-nav.is-open button,
  .top-nav.open a,
  .top-nav.open button {
    width: 100%;
    min-height: 43px;

    display: flex;
    align-items: center;
    justify-content: flex-start;

    padding: 0 13px;

    border: 1px solid rgba(0, 255, 204, 0.1);
    border-radius: 8px;

    background: rgba(0, 255, 204, 0.022);

    font-size: 0.65rem;
  }

  .top-nav.is-open a::after,
  .top-nav.open a::after {
    display: none;
  }

  .mobile-only-nav {
    display: flex !important;
  }

  .mobile-contact-btn {
    color: var(--text);
    cursor: pointer;
  }

  .mobile-audit-item {
    grid-column: 1 / -1;
  }

  .mobile-audit-btn {
    justify-content: center !important;

    color: var(--green) !important;

    border-color: rgba(0, 255, 204, 0.34) !important;

    background:
      linear-gradient(
        180deg,
        rgba(0, 255, 204, 0.1),
        rgba(0, 255, 204, 0.035)
      ) !important;

    box-shadow:
      0 0 16px rgba(0, 255, 204, 0.06);
  }

  .header-row-bottom {
    display: none;
  }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 580px) {
  .header-inner {
    width: min(100% - 22px, 1460px);
  }

  .header-inner-top {
    min-height: 66px;
    grid-template-columns: minmax(145px, 1fr) auto;
  }

  .logo-image {
    width: min(220px, 100%);
  }

  .nav-toggle__label {
    display: none;
  }

  .nav-toggle {
    width: 42px;
    padding: 0;
  }

  .top-nav.is-open ul,
  .top-nav.open ul {
    grid-template-columns: 1fr;
  }

  .mobile-audit-item {
    grid-column: auto;
  }
}


/* =========================================================
   KEYBOARD ACCESSIBILITY
   ========================================================= */

.logo:focus-visible,
.top-nav a:focus-visible,
.top-nav button:focus-visible,
.bottom-nav a:focus-visible,
.nav-cta:focus-visible,
.nav-audit-btn:focus-visible,
.nav-toggle:focus-visible {
  outline: 2px solid rgba(0, 255, 204, 0.82);
  outline-offset: 3px;
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .nav-cta__signal,
  .nav-console__status-icon,
  .nav-console__status-core::after,
  .nav-audit-btn::before,
  .nav-audit-btn__pulse {
    animation: none;
  }

  .logo-image,
  .top-nav a,
  .top-nav a::after,
  .nav-cta,
  .nav-cta::before,
  .bottom-nav a,
  .bottom-nav a::before,
  .bottom-nav a::after,
  .nav-audit-btn,
  .nav-audit-btn__scanner,
  .nav-audit-btn__arrow {
    transition: none;
  }
}


/* =========================================================
   END NOCTERIS AI NAVIGATION INTERFACE
   ========================================================= */


/* =========================================================
   SECTION DECK / FULL-SCREEN PANELS
   ========================================================= */

    .section-deck {
      position: relative;
      height: calc(100vh - var(--header-total-height));
      overflow: hidden;
      z-index: 1;
    }

    .screen-section {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      display: none;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      z-index: 1;
    }

    .screen-section.active {
      display: block;
      z-index: 2;
      animation: sectionFadeIn 0.42s ease both;
    }

    @keyframes sectionFadeIn {
      from {
        opacity: 0;
        transform: translateY(18px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .hero {
      position: relative;
      z-index: 1;
      padding: 22px 20px 50px;
    }

    .section {
      position: relative;
      z-index: 1;
      padding: 18px 20px 50px;
    }

    .hero-inner,
    .section-inner {
      max-width: var(--max);
      margin: 0 auto;
      position: relative;
      z-index: 2;
    }

.hero-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: start;
  min-height: 100%;
}
    .section-inner {
      display: block;
    }

  .hero-kicker-h1 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
    color: var(--green);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 0.82rem;
    font-weight: 600;
    background: transparent;
    border: 0;
    padding: 0;
    line-height: 1.2;
  }

  .hero-kicker-h1::before {
    content: "";
    display: inline-block;
    width: 42px;
    height: 1px;
    background: linear-gradient(90deg, rgba(0,255,204,0.18), rgba(0,255,204,0.95));
    box-shadow: 0 0 10px rgba(0,255,204,0.18);
    flex: 0 0 auto;
  }

  .hero-kicker-h1::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 1px solid rgba(0,255,204,0.85);
    transform: rotate(45deg);
    transform-origin: center;
    box-shadow: 0 0 10px rgba(0,255,204,0.15);
    flex: 0 0 auto;
}

    h1,
    .hero-headline {
      font-size: clamp(2.2rem, 3vw, 4rem);
      max-width: 12ch;
      margin-bottom: 18px;
    }

.no-break {
  white-space: nowrap;
}

    .hero p.lead {
      font-size: 1.16rem;
      color: var(--muted);
      max-width: 700px;
      margin: 0 0 26px;
    }

    .hero strong { color: var(--pink); }

    .hero-card {
      background: linear-gradient(180deg, rgba(10,20,19,0.94), rgba(4,8,8,0.94));
      border: 1px solid var(--panel-border);
      border-radius: 24px;
      box-shadow: var(--shadow);
      padding: 30px;
      position: relative;
      overflow: hidden;
    }

    .hero-card::before {
      content: "";
      position: absolute;
      width: 220px;
      height: 220px;
      top: -60px;
      right: -60px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(0,255,204,0.16), transparent 65%);
      pointer-events: none;
    }

    .hero-card h3 {
      font-size: 1.05rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--green);
      margin-bottom: 18px;
    }

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

    .hero-card li {
      padding: 14px 0;
      border-bottom: 1px solid rgba(255,255,255,0.08);
      color: var(--muted);
    }

    .hero-card li:last-child { border-bottom: 0; }
    .hero-card b { color: var(--text); }


.hero-services strong a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  border-bottom: 1px solid rgba(0,255,204,0.28);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.hero-services strong a:hover {
  color: var(--green);
  border-bottom-color: rgba(0,255,204,0.75);
}


.ai-type {
  opacity: 1;
}

.ai-type::after {
  content: "|";
  display: inline-block;
  margin-left: 4px;
  opacity: 0.7;
  animation: blink 0.9s infinite;
}

@keyframes blink {
  0%, 45%, 100% { opacity: 0.7; }
  50%, 95% { opacity: 0; }
}


    .section-tag {
      color: var(--green);
      text-transform: uppercase;
      letter-spacing: 0.13em;
      font-size: 0.78rem;
      margin-bottom: 14px;
      display: inline-block;
    }

    .section h2 {
      font-size: clamp(2rem, 4vw, 3.3rem);
      margin-bottom: 16px;
      max-width: 25ch;
    }

    .section-intro {
      max-width: 1200px;
      color: var(--mint);
      font-size: 1.05rem;
      margin-bottom: 30px;
    }


    .section-outro {
      max-width: 1200px;
      color: var(--mint);
      font-size: 1.15rem;
      margin-bottom: 30px;
    }


    .cta-row {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 10px;
    }

    .section-cta { margin-top: 28px; }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      padding: 0 22px;
      border-radius: 999px;
      border: 1px solid transparent;
      font-weight: 700;
      letter-spacing: 0.04em;
      transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
    }

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

.btn-primary {
  background: rgba(0,255,204,0.08);
  color: var(--green);
  border: 1px solid rgba(0,255,204,0.65);
  border-radius: 999px;

  box-shadow:
    0 0 12px rgba(0,255,204,0.18),
    inset 0 0 8px rgba(0,255,204,0.06);

  position: relative;
  overflow: hidden;
}

.btn-primary:hover {
  background: rgba(0,255,204,0.16);
  box-shadow:
    0 0 20px rgba(0,255,204,0.35),
    inset 0 0 10px rgba(0,255,204,0.08);
}

.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.08), transparent);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.btn-primary:hover::before {
  opacity: 1;
}


.btn-secondary {
  background: transparent;
  color: rgba(255,255,255,0.7);
  border: 1px solid rgba(0,255,204,0.18);
  box-shadow: none;
}

.btn-secondary:hover {
  color: var(--text);
  border-color: rgba(0,255,204,0.35);
}

    .grid-2,
    .grid-3,
    .split-band,
    .contact-band,
    .contact-form,
    .contact-form-inline {
      display: grid;
      gap: 24px;
    }

    .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .split-band { grid-template-columns: 0.9fr 1.1fr; }

    .card {
      background: linear-gradient(180deg, rgba(11, 18, 18, 0.82), rgba(8, 12, 12, 0.82));
      border: 1px solid var(--panel-border);
      border-radius: var(--radius);
      padding: 28px;
      box-shadow: var(--shadow);
    }

    .card h3 {
      font-size: 1.2rem;
      margin-bottom: 12px;
      color: var(--text);
    }

    .card p,
    .card li,
    .about-copy,
    .contact-band p {
      color: var(--muted);
    }

    .card ul { margin: 0; padding-left: 18px; }

    #solution .split-band .card:nth-child(1) {
      background: linear-gradient(160deg, rgba(0,255,204,0.09), rgba(9,18,18,0.9) 48%, rgba(9,18,18,0.96));
      border-color: rgba(0,255,204,0.3);
      box-shadow: 0 0 28px rgba(0,255,204,0.11);
    }

    #solution .split-band .card:nth-child(2) {
      background: linear-gradient(160deg, rgba(253,235,243,0.08), rgba(12,20,20,0.92) 44%, rgba(0,255,204,0.06));
      border-color: rgba(253,235,243,0.18);
      position: relative;
      overflow: hidden;
    }

    #solution .split-band .card:nth-child(2)::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, transparent, rgba(0,255,204,0.05), transparent);
      pointer-events: none;
    }

    #solution .grid-3 .card:nth-child(1) {
      background: linear-gradient(180deg, rgba(0,255,204,0.08), rgba(7,12,12,0.92));
    }

    #solution .grid-3 .card:nth-child(2) {
      background: linear-gradient(180deg, rgba(7,12,12,0.86), rgba(253,235,243,0.06));
      border-style: dashed;
    }

    #solution .grid-3 .card:nth-child(3) {
      background: radial-gradient(circle at top right, rgba(0,255,204,0.12), transparent 34%), linear-gradient(180deg, rgba(9,14,14,0.9), rgba(6,10,10,0.94));
    }

    #services .card:nth-child(odd) {
      background: linear-gradient(180deg, rgba(0,255,204,0.06), rgba(8,12,12,0.88));
    }

    #services .card:nth-child(even) {
      background: linear-gradient(180deg, rgba(9,14,14,0.92), rgba(253,235,243,0.05));
    }

    #services .card:nth-child(3n) {
      border-color: rgba(0,255,204,0.28);
      box-shadow: 0 0 30px rgba(0,255,204,0.1);
    }

    #faq .faq-item:nth-child(1) {
      background: linear-gradient(145deg, rgba(0,255,204,0.08), rgba(8,12,12,0.92));
    }

    #faq .faq-item:nth-child(2) {
      background: linear-gradient(145deg, rgba(9,13,13,0.92), rgba(253,235,243,0.06));
      border-color: rgba(253,235,243,0.18);
    }

    #faq .faq-item:nth-child(3) {
      background: radial-gradient(circle at top left, rgba(0,255,204,0.11), transparent 30%), linear-gradient(180deg, rgba(8,12,12,0.9), rgba(5,8,8,0.94));
    }

    #faq .faq-item:nth-child(4) {
      background: linear-gradient(180deg, rgba(8,12,12,0.92), rgba(0,255,204,0.05));
      border-style: dashed;
    }

    .about-copy {
      max-width: 860px;
      font-size: 1.04rem;
    }

    .contact-band {
      grid-template-columns: 1fr 1fr;
      gap: 28px;
      padding: 34px;
      border-radius: 22px;
      background: linear-gradient(135deg, rgba(0,255,204,0.11), rgba(11,18,18,0.9) 48%, rgba(253,235,243,0.06));
      border: 1px solid rgba(0,255,204,0.2);
      box-shadow: 0 0 36px rgba(0,255,204,0.09);
    }

    .contact-band h3 {
      margin: 0 0 10px;
      font-size: clamp(1.6rem, 3vw, 2.3rem);
    }

    .contact-form-inline,
    .contact-form {
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    .contact-form-inline .full,
    .contact-form .full { grid-column: 1 / -1; }

    input, textarea {
      width: 100%;
      border-radius: 12px;
      border: 1px solid rgba(255,255,255,0.1);
      background: rgba(255,255,255,0.03);
      color: var(--text);
      padding: 14px 16px;
      font: inherit;
    }

    textarea {
      min-height: 140px;
      resize: vertical;
    }

    input:focus, textarea:focus {
      outline: none;
      border-color: rgba(0,255,204,0.45);
      box-shadow: 0 0 0 3px rgba(0,255,204,0.08);
    }

    .modal {
      position: fixed;
      inset: 0;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 20px;
      background: rgba(0,0,0,0.72);
      backdrop-filter: blur(8px);
      z-index: 2000;
    }

    .modal.active { display: flex; }

    .modal-panel {
      width: min(720px, 100%);
      background: linear-gradient(180deg, #08100f, #060909);
      border: 1px solid rgba(0,255,204,0.22);
      border-radius: 22px;
      padding: 30px;
      position: relative;
      box-shadow: 0 0 40px rgba(0,255,204,0.12);
    }

    .modal-close {
      position: absolute;
      top: 14px;
      right: 14px;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      border: 1px solid rgba(0,255,204,0.18);
      background: transparent;
      color: var(--green);
      font-size: 1.2rem;
    }

    .is-active {
      color: var(--green) !important;
      opacity: 1 !important;
    }

    @media (max-width: 780px) {
      .hero-inner,
      .grid-2,
      .grid-3,
      .split-band,
      .contact-band,
      .contact-form,
      .contact-form-inline {
        grid-template-columns: 1fr;
      }

      .section-deck {
        height: calc(100vh - var(--header-top-height));
        min-height: calc(100vh - var(--header-top-height));
      }

      body.home-deck .section-deck {
        height: calc(100vh - var(--header-top-height) - var(--footer-height));
      }

      .hero,
      .section {
        padding: 14px 20px 36px;
      }
    }


.deck-progress {
  position: fixed;
  left: calc((100vw - var(--max)) / 2 - 36px);
  top: 22%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1200;
  opacity: 1;
  transition: opacity 0.25s ease;
}

/* dots */
.deck-progress span {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.22);
  cursor: pointer;
  transition: all 0.25s ease;
  z-index: 1;
}

/* larger hit area */
.deck-progress span::before {
  content: "";
  position: absolute;
  inset: -8px;
}

/* tooltip */
.deck-progress span::after {
  content: attr(data-label);
  position: absolute;
  right: 20px;
  left: auto;
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  white-space: nowrap;

  padding: 6px 10px;
  border-radius: 7px;

  font-family: 'Orbitron', 'Inter', Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;

  background: rgba(4, 10, 10, 0.94);
  border: 1px solid rgba(0,255,204,0.22);
  color: var(--green);
  box-shadow: 0 0 14px rgba(0,255,204,0.10);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 10;

  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0s linear 0.18s;
}

/* hover */
.deck-progress span:hover {
  transform: scale(1.25);
  background: var(--green);
  box-shadow: 0 0 12px rgba(0,255,204,0.5);
}

.deck-progress span:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
  transition-delay: 0s;
}

/* active */
.deck-progress span.active {
  background: var(--green);
  box-shadow: 0 0 12px rgba(0,255,204,0.6);
  transform: scale(1.2);
}

.home-deck footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}


body.home-deck .section-deck {
  height: calc(100vh - var(--header-total-height) - var(--footer-height));
}


footer {
  position: relative;
  margin-top: 80px;
  padding: 6px 5px;
  border-top: 1px solid rgba(0,255,204,0.12);
  background: linear-gradient(
    180deg,
    rgba(6, 10, 10, 0.92),
    rgba(4, 8, 8, 0.98)
  );
  backdrop-filter: blur(10px);
  z-index: 1;
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  text-align: center;

  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  color: rgba(255,255,255,0.5);

  position: relative;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 1px;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(0,255,204,0.7),
    transparent
  );

  box-shadow: 0 0 12px rgba(0,255,204,0.35);
}

footer::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background-image:
    linear-gradient(rgba(0,255,204,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,255,204,0.04) 1px, transparent 1px);

  background-size: 44px 44px;
  opacity: 0.2;
}


.ai-action-btn{

    position: relative;
    overflow: hidden;

    display:inline-flex;
    align-items:center;
    gap:14px;

    padding:14px 20px;

    border:1px solid rgba(74,189,255,.28);
    border-radius:16px;
    background:
        linear-gradient(
            180deg,
            rgba(17,30,49,.92),
            rgba(11,19,32,.95)
        );

    text-decoration:none;

    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease,
        background .25s ease;

    box-shadow:
        0 8px 24px rgba(0,0,0,.28),
        inset 0 1px 0 rgba(255,255,255,.05);
}

.ai-action-btn:hover{

    transform:translateY(-0px);

    border-color:rgba(74,189,255,.65);

    box-shadow:
        0 16px 36px rgba(0,0,0,.35),
        0 0 26px rgba(74,189,255,.18);
}

.ai-action-btn__icon{

    width:46px;
    height:46px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;

    background:
        radial-gradient(circle at center,
            rgba(74,189,255,.18),
            rgba(74,189,255,.04));

    border:1px solid rgba(74,189,255,.25);
}

.ai-action-btn__icon svg{

    width:22px;
    height:22px;

    stroke:#77d6ff;
    stroke-width:1.7;
    fill:none;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.ai-action-btn__text{

    display:flex;
    flex-direction:column;
    line-height:1.15;
}

.ai-action-btn__text strong{

    color:#ffffff;

    font-size:1rem;
    font-weight:700;

    letter-spacing:.02em;
}

.ai-action-btn__text small{

    margin-top:4px;

    color:#9bb7d0;

    font-size:.76rem;
}

.ai-action-btn::before{

    content:"";

    position:absolute;
    inset:0;

    border-radius:inherit;

    background:
        linear-gradient(
            120deg,
            transparent 20%,
            rgba(74,189,255,.10) 50%,
            transparent 80%
        );

    transform:translateX(-130%);

    transition:transform .7s ease;
}


.ai-action-btn:hover::before{

    transform:translateX(130%);
}


.top-nav__icon {
  width: 17px;
  height: 17px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 auto;

  color: rgba(0, 255, 204, 0.52);

  transition:
    color 0.22s ease,
    filter 0.22s ease,
    transform 0.22s ease;
}


.top-nav__icon svg {
  width: 100%;
  height: 100%;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.top-nav a:hover .top-nav__icon,
.top-nav a:focus-visible .top-nav__icon {
  color: var(--green);

  filter:
    drop-shadow(0 0 5px rgba(0, 255, 204, 0.4));

  transform: translateY(-1px);
}


@media (max-width: 1240px) {
  .top-nav__icon {
    width: 14px;
    height: 14px;
  }
}


.audit-cta {

    all: unset;

    box-sizing: border-box;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;

    padding: 16px 28px;

    cursor: pointer;

    position: relative;

    border-radius: 999px;

    border: 1px solid rgba(0,255,204,.45);

    background: linear-gradient(
        135deg,
        rgba(0,255,204,.14),
        rgba(0,205,165,.05)
    );

    color: var(--text);

    text-decoration: none;

    overflow: hidden;

    backdrop-filter: blur(12px);

    transition: .25s;
}

.audit-cta:hover {
    transform: translateY(-3px);

    border-color: rgba(0,255,204,.85);

    box-shadow:
        0 0 42px rgba(0,255,204,.22),
        0 18px 45px rgba(0,0,0,.35);
}

.audit-cta::before{
    content:"";

    position:absolute;
    inset:-40%;

    background:
      linear-gradient(
        90deg,
        transparent,
        rgba(0,255,204,.22),
        transparent
      );

    transform:translateX(-120%) rotate(15deg);

    transition:transform .8s ease;
}

.audit-cta:hover::before{
    transform:translateX(120%) rotate(15deg);
}

.audit-cta-pulse{
    width:14px;
    height:14px;

    border-radius:50%;

    background:#00ffcc;

    box-shadow:
        0 0 10px #00ffcc,
        0 0 22px #00ffcc;

    animation:auditPulse 2s infinite;
}

.audit-cta-text{
    display:flex;
    flex-direction:column;

    line-height:1.1;

    font-family:"Orbitron",sans-serif;

    text-transform:uppercase;

    letter-spacing:.08em;

    font-weight:700;

    font-size:.9rem;
}

.audit-cta-text small{

    margin-top:6px;

    font-family:"Rajdhani",sans-serif;

    color:var(--muted);

    font-size:.78rem;

    letter-spacing:.15em;
}

.audit-cta-arrow{

    font-size:1.8rem;

    color:#00ffcc;

    transition:transform .25s ease;
}

.audit-cta:hover .audit-cta-arrow{
    transform:translateX(6px);
}

@keyframes auditPulse{

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

    50%{
        transform:scale(1.25);
        opacity:.6;
    }

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

}

/* =========================================
   NOCTERIS AI VISIBILITY WORKFLOW
   ========================================= */

.hero-actions {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;

    transition:
        opacity .9s ease,
        transform .9s ease;
}

.hero-actions.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}


/* =========================================
   MAIN WORKFLOW CONTAINER
   ========================================= */

.ai-workflow {
  box-sizing: border-box;
  width: min(100%, 760px);
  margin-left: auto;
  padding: 10px;

  border: 1px solid rgba(82, 255, 196, 0.22);
  border-radius: 18px;

  background:
    linear-gradient(
      145deg,
      rgba(11, 24, 27, 0.94),
      rgba(4, 12, 15, 0.97)
    );

  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 0 38px rgba(40, 255, 184, 0.07);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}


/* =========================================
   HEADER
   ========================================= */

.ai-workflow__header {
  display: flex;
 align-items: flex-start;
  justify-content: space-between;
  gap: 20px;

  padding: 4px 7px 12px;
}


.ai-workflow__heading {
  min-width: 0;
}

.ai-workflow__overview {
  max-width: 590px;
  margin: 7px 0 0 15px;

  color: rgba(202, 229, 220, 0.66);

  font-family: "Rajdhani", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
}


.ai-workflow__title {
  display: flex;
  align-items: center;
  gap: 8px;

  color: rgba(210, 236, 227, 0.78);

  font-family: "Rajdhani", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}


.ai-workflow__status {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;

  border-radius: 50%;
  background: #49ffc0;

  box-shadow:
    0 0 7px rgba(73, 255, 192, 1),
    0 0 16px rgba(73, 255, 192, 0.58);

  animation: ai-workflow-status 2s ease-in-out infinite;
}


.ai-workflow__system-status {

  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 7px 14px;

  border: 1px solid rgba(73,255,192,.35);
  border-radius: 999px;

  background:
    linear-gradient(
      180deg,
      rgba(73,255,192,.10),
      rgba(73,255,192,.04)
    );

  color: #7dffd2;

  font-family: "Rajdhani", sans-serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;

  white-space: nowrap;

  box-shadow:
      inset 0 1px 0 rgba(255,255,255,.05),
      0 0 18px rgba(73,255,192,.10);

  animation:
      workflowBadgePulse 4s ease-in-out infinite;
}

@keyframes workflowBadgePulse{

    0%,100%{

        box-shadow:
            inset 0 1px 0 rgba(255,255,255,.05),
            0 0 14px rgba(73,255,192,.08);

        border-color:rgba(73,255,192,.30);

    }

    50%{

        box-shadow:
            inset 0 1px 0 rgba(255,255,255,.05),
            0 0 28px rgba(73,255,192,.24);

        border-color:rgba(73,255,192,.60);

    }

}


@keyframes workflowLedPulse{

    0%,100%{

        transform:scale(1);

        opacity:1;

    }

    50%{

        transform:scale(.82);

        opacity:.55;

    }

}


.ai-workflow__system-dot{

    width:8px;
    height:8px;

    border-radius:50%;

    background:#49ffc0;

    box-shadow:
        0 0 8px #49ffc0,
        0 0 16px rgba(73,255,192,.8);

    animation:
        workflowLedPulse 2s ease-in-out infinite;
}


/* =========================================
   HORIZONTAL PIPELINE
   ========================================= */

.ai-workflow__pipeline {
  display: grid;

  grid-template-columns:
    86px
    18px
    minmax(155px, 1.25fr)
    18px
    minmax(145px, 1.1fr)
    18px
    minmax(140px, 1.05fr);

  align-items: stretch;
  gap: 4px;
}

@media (max-width: 620px) {

  .ai-workflow__overview {
    margin-left: 15px;
    margin-top: 7px;

    font-size: 0.74rem;
    line-height: 1.35;
  }

}


/* =========================================
   BASE NODE STYLES
   ========================================= */

.ai-workflow__node {
  appearance: none;
  -webkit-appearance: none;

  position: relative;

  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  align-items: center;

  column-gap: 9px;
  row-gap: 4px;

  box-sizing: border-box;
  min-width: 0;
  min-height: 76px;
  margin: 0;
  padding: 9px 10px;

  border: 1px solid rgba(190, 225, 214, 0.14);
  border-radius: 11px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.035),
      rgba(255, 255, 255, 0.012)
    );

  color: #eaf7f2;
  font: inherit;
  text-align: left;
  text-decoration: none;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035);

  overflow: hidden;
}


a.ai-workflow__node,
button.ai-workflow__node {
  cursor: pointer;

  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}


a.ai-workflow__node:hover,
button.ai-workflow__node:hover {
  transform: translateY(-2px);

  border-color: rgba(73, 255, 192, 0.42);

  background:
    linear-gradient(
      145deg,
      rgba(73, 255, 192, 0.075),
      rgba(73, 255, 192, 0.022)
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 8px 22px rgba(0, 0, 0, 0.24),
    0 0 24px rgba(73, 255, 192, 0.08);
}


a.ai-workflow__node:focus-visible,
button.ai-workflow__node:focus-visible {
  outline: 2px solid #49ffc0;
  outline-offset: 3px;
}


/* =========================================
   SOURCE NODE: YOUR SITE
   ========================================= */

.ai-workflow__node--source {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;

  justify-items: center;
  align-content: center;

  column-gap: 0;
  row-gap: 5px;

  min-height: 76px;
  padding: 7px 4px;

  border-style: dashed;
  border-color: rgba(190, 225, 214, 0.18);

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.02),
      rgba(255, 255, 255, 0.008)
    );

  text-align: center;
}


.ai-workflow__node--source .ai-workflow__step-label {
  grid-column: 1;

  font-size: 0.54rem;
  letter-spacing: 0.12em;
}


.ai-workflow__node--source .ai-workflow__icon {
  width: 28px;
  height: 28px;
}


.ai-workflow__node--source .ai-workflow__icon svg {
  width: 15px;
  height: 15px;
}


.ai-workflow__node--source .ai-workflow__copy {
  align-items: center;
  gap: 0;
}


.ai-workflow__node--source .ai-workflow__copy strong {
  font-size: 0.62rem;
  line-height: 1.12;
  letter-spacing: 0.025em;
  white-space: normal;
}


.ai-workflow__node--source .ai-workflow__copy small {
  display: none;
}


/* =========================================
   PRIMARY ANALYZE ACTION
   ========================================= */

.ai-workflow__node--primary {
  border-color: rgba(73, 255, 192, 0.62);

  background:
    linear-gradient(
      135deg,
      rgba(51, 255, 184, 0.19),
      rgba(19, 128, 100, 0.075)
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 28px rgba(54, 255, 188, 0.12);
}


.ai-workflow__node--primary::before {
  content: "";

  position: absolute;
  top: 0;
  left: -125%;

  width: 70%;
  height: 100%;

  background:
    linear-gradient(
      100deg,
      transparent,
      rgba(255, 255, 255, 0.13),
      transparent
    );

  transform: skewX(-20deg);

  animation: ai-workflow-scan 4.8s ease-in-out infinite;
}


.ai-workflow__node--primary:hover {
  border-color: rgba(73, 255, 192, 0.96);

  background:
    linear-gradient(
      135deg,
      rgba(51, 255, 184, 0.25),
      rgba(19, 128, 100, 0.11)
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 10px 28px rgba(0, 0, 0, 0.28),
    0 0 34px rgba(54, 255, 188, 0.2);
}


/* =========================================
   STEP LABELS
   ========================================= */

.ai-workflow__step-label {
  grid-column: 1 / -1;

  color: rgba(164, 206, 193, 0.58);

  font-family: "Rajdhani", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}


.ai-workflow__node--primary .ai-workflow__step-label {
  color: rgba(73, 255, 192, 0.76);
}


/* =========================================
   ICONS
   ========================================= */

.ai-workflow__icon {
  display: grid;
  place-items: center;

  width: 32px;
  height: 32px;

  border: 1px solid rgba(73, 255, 192, 0.24);
  border-radius: 8px;

  background: rgba(73, 255, 192, 0.05);
}


.ai-workflow__node--primary .ai-workflow__icon {
  border-color: rgba(73, 255, 192, 0.44);
  background: rgba(73, 255, 192, 0.09);

  box-shadow:
    inset 0 0 12px rgba(73, 255, 192, 0.05),
    0 0 15px rgba(73, 255, 192, 0.08);
}


.ai-workflow__icon svg {
  width: 17px;
  height: 17px;

  fill: none;
  stroke: #49ffc0;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* =========================================
   NODE TEXT
   ========================================= */

.ai-workflow__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}


.ai-workflow__copy strong {
  color: #f5fffb;

  font-family: "Orbitron", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}


.ai-workflow__node--primary .ai-workflow__copy strong {
  color: #ffffff;
  font-size: 0.92rem;
}


.ai-workflow__copy small {
  color: rgba(202, 229, 220, 0.62);

  font-family: "Rajdhani", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.12;
}


/* =========================================
   CONNECTORS
   ========================================= */

.ai-workflow__connector {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 0;

  overflow: hidden;
}


.ai-workflow__connector-line {
  position: absolute;
  left: 1px;
  right: 5px;
  top: 50%;

  height: 1px;

  background:
    linear-gradient(
      90deg,
      rgba(73, 255, 192, 0.13),
      rgba(73, 255, 192, 0.55)
    );

  box-shadow:
    0 0 7px rgba(73, 255, 192, 0.2);
}


.ai-workflow__connector-arrow {
  position: absolute;
  right: 0;
  top: 50%;

  color: rgba(73, 255, 192, 0.72);

  font-family: Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1;

  transform: translateY(-53%);
}


.ai-workflow__connector-pulse {
  position: absolute;
  left: 0;
  top: 50%;

  width: 4px;
  height: 4px;

  border-radius: 50%;
  background: #49ffc0;

  box-shadow:
    0 0 5px rgba(73, 255, 192, 1),
    0 0 10px rgba(73, 255, 192, 0.8);

  transform: translateY(-50%);

  animation: ai-workflow-data 2.8s linear infinite;
}


/* Stagger connector animation */

.ai-workflow__connector:nth-child(4)
.ai-workflow__connector-pulse {
  animation-delay: 0.4s;
}


.ai-workflow__connector:nth-child(6)
.ai-workflow__connector-pulse {
  animation-delay: 0.8s;
}


/* =========================================================
   SECTION 01 — THE PROBLEM
   ========================================================= */

.problem-section {
  padding-bottom: 26px;
}


/* =========================================================
   INTRO
   ========================================================= */

.problem-section__intro {
  max-width: 1180px;
}

#problem .section-intro {
  max-width: 1120px;
  margin-bottom: 28px;
}


/* =========================================================
   PRIMARY PROBLEM CARDS
   ========================================================= */

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

.problem-card {
  position: relative;
  overflow: hidden;

  display: flex;
  flex-direction: column;

  min-width: 0;
  padding: 24px;

  border: 1px solid rgba(0, 255, 204, 0.15);
  border-radius: var(--radius);

  background:
    linear-gradient(
      155deg,
      rgba(11, 21, 21, 0.94),
      rgba(5, 10, 11, 0.96)
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 16px 32px rgba(0, 0, 0, 0.18);

  transition:
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.problem-card::before {
  content: "";

  position: absolute;
  top: -80px;
  right: -80px;

  width: 190px;
  height: 190px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(0, 255, 204, 0.08),
      transparent 68%
    );

  pointer-events: none;
}

.problem-card:hover {
  border-color: rgba(0, 255, 204, 0.31);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 20px 40px rgba(0, 0, 0, 0.22),
    0 0 22px rgba(0, 255, 204, 0.055);

  transform: translateY(-2px);
}

.problem-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 18px;
}

.problem-card__number {
  color: rgba(0, 255, 204, 0.64);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.problem-card__signal {
  position: relative;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: #b34463;

  box-shadow:
    0 0 7px rgba(179, 68, 99, 0.85),
    0 0 15px rgba(179, 68, 99, 0.3);
}

.problem-card__signal::after {
  content: "";

  position: absolute;
  inset: -5px;

  border: 1px solid rgba(179, 68, 99, 0.28);
  border-radius: 50%;
}

.problem-card h3 {
  margin: 0 0 13px;

  color: rgba(184, 249, 191, 0.94);

  font-size: clamp(1rem, 1.12vw, 1.22rem);
  line-height: 1.28;
}

.problem-card > p {
  margin: 0;

  color: rgba(184, 194, 191, 0.82);

  font-size: clamp(0.84rem, 0.9vw, 0.95rem);
  line-height: 1.62;
}

.problem-card__impact {
  margin-top: auto;
  padding-top: 18px;
}

.problem-card__impact span {
  display: block;

  margin-bottom: 5px;

  color: rgba(245, 166, 35, 0.78);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.problem-card__impact strong {
  display: block;

  color: rgba(255, 215, 138, 0.88);

  font-size: clamp(0.76rem, 0.8vw, 0.86rem);
  font-weight: 650;
  line-height: 1.42;
}


/* =========================================================
   SYSTEM ASSESSMENT
   ========================================================= */

.problem-assessment {
  position: relative;
  overflow: hidden;

  margin-top: 22px;

  border: 1px solid rgba(0, 255, 204, 0.22);
  border-radius: 16px;

  background:
    linear-gradient(
      145deg,
      rgba(8, 18, 18, 0.96),
      rgba(4, 10, 11, 0.98)
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 18px 44px rgba(0, 0, 0, 0.21),
    0 0 24px rgba(0, 255, 204, 0.04);
}

.problem-assessment::before {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(0, 255, 204, 0.025) 50%,
      transparent
    );

  pointer-events: none;
}

.problem-assessment__header {
  position: relative;
  z-index: 1;

  min-height: 40px;
  padding: 0 18px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.065);

  background:
    linear-gradient(
      90deg,
      rgba(0, 255, 204, 0.035),
      transparent 60%,
      rgba(179, 68, 99, 0.035)
    );
}

.problem-assessment__identity {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.problem-assessment__pulse {
  position: relative;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: var(--green);

  box-shadow:
    0 0 7px var(--green),
    0 0 14px rgba(0, 255, 204, 0.42);
}

.problem-assessment__pulse::after {
  content: "";

  position: absolute;
  inset: -5px;

  border: 1px solid rgba(0, 255, 204, 0.28);
  border-radius: 50%;

  animation: problemAssessmentPulse 2.7s ease-out infinite;
}

.problem-assessment__label,
.problem-assessment__status {
  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.problem-assessment__label {
  color: rgba(221, 239, 234, 0.68);
}

.problem-assessment__status {
  color: rgba(215, 119, 146, 0.82);
}

.problem-assessment__body {
  position: relative;
  z-index: 1;

  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, 0.85fr);
  gap: 32px;
  align-items: center;

  padding: 26px 28px;
}

.problem-assessment__message {
  min-width: 0;
}

.problem-assessment__eyebrow {
  display: block;

  margin-bottom: 8px;

  color: var(--green);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.problem-assessment__message h3 {
  margin: 0;

  color: rgba(240, 248, 246, 0.91);

  font-size: clamp(1.22rem, 1.8vw, 1.85rem);
  font-weight: 580;
  line-height: 1.25;
  letter-spacing: -0.018em;
}

.problem-assessment__message h3 span {
  display: block;

  color: var(--neongreen);
  font-weight: 710;
}

.problem-assessment__message p {
  max-width: 720px;

  margin: 13px 0 0;

  color: rgba(184, 194, 191, 0.76);

  font-size: clamp(0.81rem, 0.87vw, 0.92rem);
  line-height: 1.58;
}


/* Assessment sequence */

.problem-assessment__sequence {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 9px;
}

.problem-assessment__stage {
  min-width: 0;

  padding: 14px 12px;

  border: 1px solid rgba(0, 255, 204, 0.12);
  border-radius: 10px;

  background: rgba(0, 255, 204, 0.025);

  text-align: center;
}

.problem-assessment__stage-number {
  display: block;

  margin-bottom: 6px;

  color: rgba(0, 255, 204, 0.54);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.problem-assessment__stage strong {
  display: block;

  color: rgba(242, 248, 247, 0.92);

  font-size: clamp(0.72rem, 0.76vw, 0.82rem);
  font-weight: 720;
}

.problem-assessment__stage small {
  display: block;

  margin-top: 5px;

  color: rgba(184, 194, 191, 0.58);

  font-size: clamp(0.61rem, 0.64vw, 0.69rem);
  line-height: 1.35;
}

.problem-assessment__arrow {
  color: rgba(0, 255, 204, 0.52);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.9rem;

  text-shadow: 0 0 8px rgba(0, 255, 204, 0.18);
}


/* =========================================================
   SECTION FOOTER
   ========================================================= */

/* =========================================================
   PROBLEM SECTION — DECISION FOOTER
   ========================================================= */

.problem-section__footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  align-items: center;
  gap: clamp(36px, 5vw, 76px);

  margin-top: 30px;
  padding: clamp(36px, 4vw, 58px);

  border: 1px solid rgba(0, 255, 204, 0.2);
  border-radius: 22px;

  background:
    linear-gradient(
      135deg,
      rgba(9, 21, 21, 0.97),
      rgba(4, 10, 11, 0.98) 55%,
      rgba(13, 18, 15, 0.97)
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 24px 54px rgba(0, 0, 0, 0.27),
    0 0 32px rgba(0, 255, 204, 0.055);
}


/* Upper accent line */

.problem-section__footer::before {
  content: "";

  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;

  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(0, 255, 204, 0.72),
      rgba(166, 255, 0, 0.38),
      transparent
    );

  box-shadow:
    0 0 15px rgba(0, 255, 204, 0.26);

  pointer-events: none;
}


/* Subtle grid texture */

.problem-section__footer::after {
  content: "";

  position: absolute;
  inset: 0;
  z-index: -2;

  background-image:
    linear-gradient(
      rgba(0, 255, 204, 0.023) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(0, 255, 204, 0.023) 1px,
      transparent 1px
    );

  background-size: 34px 34px;

  mask-image:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.85),
      rgba(255, 255, 255, 0.2)
    );

  pointer-events: none;
}


/* Background glow */

.problem-footer__glow {
  position: absolute;
  z-index: -1;

  top: 50%;
  left: 28%;

  width: 580px;
  height: 360px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(0, 255, 204, 0.085),
      rgba(0, 255, 204, 0.025) 40%,
      transparent 70%
    );

  filter: blur(10px);

  transform: translate(-50%, -50%);

  pointer-events: none;
}


/* =========================================================
   COPY
   ========================================================= */

.problem-footer__copy {
  position: relative;
  z-index: 1;

  max-width: 850px;
}

.problem-footer__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;

  margin-bottom: 17px;

  color: var(--green);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: clamp(0.59rem, 0.65vw, 0.7rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.problem-footer__eyebrow::before {
  content: "";

  width: 35px;
  height: 1px;

  background:
    linear-gradient(
      90deg,
      rgba(0, 255, 204, 0.15),
      rgba(0, 255, 204, 0.9)
    );

  box-shadow:
    0 0 9px rgba(0, 255, 204, 0.22);
}

.problem-footer__headline {
  max-width: 21ch;

  margin: 0;

  color: rgba(242, 248, 247, 0.96);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: clamp(1.85rem, 3vw, 3.45rem);
  font-weight: 590;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-wrap: balance;
}

.problem-footer__headline span {
  display: block;

  margin-top: 5px;

  color: var(--neongreen);
  font-weight: 730;

  text-shadow:
    0 0 18px rgba(166, 255, 0, 0.08);
}

.problem-footer__summary {
  max-width: 670px;

  margin: 21px 0 0;

  color: rgba(184, 194, 191, 0.78);

  font-size: clamp(0.91rem, 1vw, 1.05rem);
  line-height: 1.65;
}

.problem-footer__question {
  position: relative;

  display: inline-block;

  margin: 20px 0 0;
  padding-left: 18px;

  color: rgba(255, 215, 138, 0.94);

  font-size: clamp(1rem, 1.3vw, 1.28rem);
  font-weight: 720;
  line-height: 1.4;
}

.problem-footer__question::before {
  content: "";

  position: absolute;
  top: 0.18em;
  bottom: 0.18em;
  left: 0;

  width: 2px;

  border-radius: 999px;

  background:
    linear-gradient(
      180deg,
      rgba(245, 166, 35, 0.95),
      rgba(255, 215, 138, 0.45)
    );

  box-shadow:
    0 0 10px rgba(245, 166, 35, 0.25);
}


/* =========================================================
   ACTIONS
   ========================================================= */

.problem-footer__actions {
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: 350px;
  justify-self: end;

  display: flex;
  flex-direction: column;
  gap: 14px;
}


/* Override navigation-specific button sizing */

.problem-footer__audit {
  width: 100%;
  min-height: 67px;

  padding: 10px 16px;

  border-color: rgba(0, 255, 204, 0.52);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 24px rgba(0, 255, 204, 0.1),
    0 14px 30px rgba(0, 0, 0, 0.2);
}

.problem-footer__audit .nav-audit-btn__scanner {
  width: 42px;
  height: 42px;
}

.problem-footer__audit .nav-audit-btn__scanner svg {
  width: 21px;
  height: 21px;
}

.problem-footer__audit .nav-audit-btn__eyebrow {
  font-size: 0.56rem;
}

.problem-footer__audit .nav-audit-btn__copy strong {
  font-size: 0.76rem;
}


/* Secondary contact action */

.problem-footer__contact {
  position: relative;
  overflow: hidden;

  width: 100%;
  min-height: 63px;

  display: flex;
  align-items: center;
  gap: 13px;

  padding: 9px 16px;

  border: 1px solid rgba(245, 166, 35, 0.28);
  border-radius: 11px;

  background:
    linear-gradient(
      135deg,
      rgba(245, 166, 35, 0.065),
      rgba(255, 215, 138, 0.018) 48%,
      rgba(7, 13, 13, 0.82)
    );

  color: var(--text);
  text-align: left;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 10px 24px rgba(0, 0, 0, 0.16);

  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.problem-footer__contact::before {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      115deg,
      transparent 20%,
      rgba(255, 215, 138, 0.1) 50%,
      transparent 80%
    );

  transform: translateX(-130%);

  transition: transform 0.65s ease;
}

.problem-footer__contact:hover,
.problem-footer__contact:focus-visible {
  border-color: rgba(245, 166, 35, 0.62);

  background:
    linear-gradient(
      135deg,
      rgba(245, 166, 35, 0.12),
      rgba(255, 215, 138, 0.035) 48%,
      rgba(8, 15, 15, 0.9)
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 22px rgba(245, 166, 35, 0.1),
    0 14px 28px rgba(0, 0, 0, 0.2);

  transform: translateY(-2px);
}

.problem-footer__contact:hover::before,
.problem-footer__contact:focus-visible::before {
  transform: translateX(130%);
}

.problem-footer__contact-icon {
  width: 40px;
  height: 40px;

  flex: 0 0 auto;

  display: grid;
  place-items: center;

  border: 1px solid rgba(245, 166, 35, 0.25);
  border-radius: 9px;

  background:
    radial-gradient(
      circle,
      rgba(245, 166, 35, 0.12),
      rgba(245, 166, 35, 0.02) 70%
    );

  color: rgba(255, 200, 112, 0.9);
}

.problem-footer__contact-icon svg {
  width: 20px;
  height: 20px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.problem-footer__contact-copy {
  min-width: 0;

  display: flex;
  flex-direction: column;

  line-height: 1.1;
}

.problem-footer__contact-copy small {
  margin-bottom: 6px;

  color: rgba(255, 215, 138, 0.62);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.problem-footer__contact-copy strong {
  display: flex;
  align-items: center;
  gap: 8px;

  color: rgba(248, 246, 240, 0.94);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.problem-footer__contact-copy strong span {
  color: rgba(245, 166, 35, 0.95);
  font-size: 1rem;

  transition: transform 0.25s ease;
}

.problem-footer__contact:hover
  .problem-footer__contact-copy strong span,
.problem-footer__contact:focus-visible
  .problem-footer__contact-copy strong span {
  transform: translateX(4px);
}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.problem-footer__contact:focus-visible {
  outline: 2px solid rgba(245, 166, 35, 0.8);
  outline-offset: 3px;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

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

  .problem-card:last-child {
    grid-column: 1 / -1;
  }

  .problem-assessment__body {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .problem-assessment__sequence {
    max-width: 720px;
  }
}

@media (max-width: 780px) {
  .problem-grid {
    grid-template-columns: 1fr;
  }

  .problem-card:last-child {
    grid-column: auto;
  }

  .problem-assessment__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;

    padding-top: 11px;
    padding-bottom: 11px;
  }

  .problem-assessment__body {
    padding: 23px 20px;
  }

  .problem-assessment__sequence {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .problem-assessment__arrow {
    transform: rotate(90deg);
    justify-self: center;
  }

}

@media (max-width: 520px) {
  .problem-card {
    padding: 21px 19px;
  }

  .problem-assessment__status {
    line-height: 1.35;
  }
}


/* =========================================================
   ANIMATION
   ========================================================= */

@keyframes problemAssessmentPulse {
  0% {
    opacity: 0.72;
    transform: scale(0.55);
  }

  75%,
  100% {
    opacity: 0;
    transform: scale(1.65);
  }
}

@media (prefers-reduced-motion: reduce) {
  .problem-assessment__pulse::after {
    animation: none;
  }

  .problem-card {
    transition: none;
  }
}


/* =========================================
   ANIMATIONS
   ========================================= */

@keyframes ai-workflow-status {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

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


@keyframes ai-workflow-data {
  0% {
    left: 0;
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  82% {
    opacity: 1;
  }

  100% {
    left: calc(100% - 5px);
    opacity: 0;
  }
}


@keyframes ai-workflow-scan {
  0%,
  54% {
    left: -125%;
  }

  76%,
  100% {
    left: 145%;
  }
}


/* =========================================
   NARROWER DESKTOP / TABLET
   ========================================= */

@media (max-width: 820px) {

  .ai-workflow {
    width: min(100%, 680px);
  }


  .ai-workflow__pipeline {
    grid-template-columns:
      74px
      14px
      minmax(140px, 1.25fr)
      14px
      minmax(128px, 1.08fr)
      14px
      minmax(124px, 1.04fr);

    gap: 3px;
  }


  .ai-workflow__node {
    min-height: 70px;
  }


  .ai-workflow__node:not(.ai-workflow__node--source) {
    grid-template-columns: 30px minmax(0, 1fr);

    column-gap: 7px;

    padding: 8px;
  }


  .ai-workflow__node--source {
    min-height: 70px;
    padding: 6px 3px;
  }


  .ai-workflow__node--source .ai-workflow__copy strong {
    font-size: 0.56rem;
  }


  .ai-workflow__icon {
    width: 29px;
    height: 29px;
  }


  .ai-workflow__icon svg {
    width: 15px;
    height: 15px;
  }


  .ai-workflow__node:not(.ai-workflow__node--source)
  .ai-workflow__copy strong {
    font-size: 0.75rem;
  }


  .ai-workflow__node--primary
  .ai-workflow__copy strong {
    font-size: 0.81rem;
  }


  .ai-workflow__node:not(.ai-workflow__node--source)
  .ai-workflow__copy small {
    font-size: 0.65rem;
  }


  .ai-workflow__step-label {
    font-size: 0.54rem;
  }

}


/* =========================================
   MOBILE WORKFLOW
   ========================================= */

@media (max-width: 620px) {

  .hero-actions {
    justify-content: stretch;
  }


  .ai-workflow {
    width: 100%;
    padding: 9px;

    border-radius: 16px;
  }


  .ai-workflow__header {
    padding-bottom: 10px;
  }


  .ai-workflow__title {
    font-size: 0.72rem;
  }


  .ai-workflow__system-status {
    display: none;
  }


  .ai-workflow__pipeline {
    display: flex;
    flex-direction: column;

    gap: 0;
  }


  .ai-workflow__node,
  .ai-workflow__node--source {
    grid-template-columns: 38px minmax(0, 1fr);
    grid-template-rows: auto 1fr;

    justify-items: stretch;
    align-content: initial;

    column-gap: 10px;
    row-gap: 4px;

    min-height: 68px;
    padding: 10px 12px;

    text-align: left;
  }


  .ai-workflow__node--source {
    border-style: dashed;
  }


  .ai-workflow__node--source .ai-workflow__step-label {
    grid-column: 1 / -1;
  }


  .ai-workflow__node--source .ai-workflow__icon {
    width: 35px;
    height: 35px;
  }


  .ai-workflow__node--source .ai-workflow__copy {
    align-items: flex-start;
    gap: 3px;
  }


  .ai-workflow__node--source .ai-workflow__copy strong {
    font-size: 0.78rem;
    white-space: nowrap;
  }


  .ai-workflow__node--source .ai-workflow__copy small {
    display: block;
    font-size: 0.7rem;
  }


  .ai-workflow__icon {
    width: 35px;
    height: 35px;
  }


  .ai-workflow__icon svg {
    width: 18px;
    height: 18px;
  }


  .ai-workflow__copy strong,
  .ai-workflow__node--primary .ai-workflow__copy strong {
    font-size: 0.82rem;
  }


  .ai-workflow__copy small {
    font-size: 0.72rem;
  }


  .ai-workflow__connector {
    width: 100%;
    height: 24px;
  }


  .ai-workflow__connector-line {
    top: 0;
    bottom: 4px;
    left: 29px;
    right: auto;

    width: 1px;
    height: auto;

    background:
      linear-gradient(
        180deg,
        rgba(73, 255, 192, 0.15),
        rgba(73, 255, 192, 0.58)
      );
  }


  .ai-workflow__connector-arrow {
    top: auto;
    right: auto;
    bottom: -1px;
    left: 24px;

    font-size: 1rem;

    transform: rotate(90deg);
  }


  .ai-workflow__connector-pulse {
    top: 0;
    left: 27.5px;

    animation: ai-workflow-data-mobile 2.4s linear infinite;
  }

}


/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 420px) {

  .ai-workflow__header {
    padding-left: 4px;
    padding-right: 4px;
  }


  .ai-workflow__title {
    font-size: 0.66rem;
    letter-spacing: 0.13em;
  }


  .ai-workflow__node,
  .ai-workflow__node--source {
    padding: 9px 10px;
  }


  .ai-workflow__copy strong,
  .ai-workflow__node--primary .ai-workflow__copy strong,
  .ai-workflow__node--source .ai-workflow__copy strong {
    font-size: 0.76rem;
  }


  .ai-workflow__copy small,
  .ai-workflow__node--source .ai-workflow__copy small {
    font-size: 0.68rem;
  }

}


/* =========================================
   MOBILE CONNECTOR ANIMATION
   ========================================= */

@keyframes ai-workflow-data-mobile {
  0% {
    top: 0;
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  82% {
    opacity: 1;
  }

  100% {
    top: 19px;
    opacity: 0;
  }
}


/* =========================================
   REDUCED MOTION
   ========================================= */

@media (prefers-reduced-motion: reduce) {

  .ai-workflow__status,
  .ai-workflow__connector-pulse,
  .ai-workflow__node--primary::before {
    animation: none;
  }


  .ai-workflow__node {
    transition: none;
  }

}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1040px) {
  .problem-section__footer {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .problem-footer__headline {
    max-width: 24ch;
  }

  .problem-footer__actions {
    max-width: 680px;
    justify-self: start;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


@media (max-width: 700px) {
  .problem-section__footer {
    margin-top: 24px;
    padding: 31px 22px;

    border-radius: 18px;
  }

  .problem-footer__headline {
    max-width: none;
  }

  .problem-footer__actions {
    max-width: none;
    grid-template-columns: 1fr;
  }
}


@media (max-width: 460px) {
  .problem-section__footer {
    padding: 28px 18px;
  }

  .problem-footer__eyebrow {
    letter-spacing: 0.14em;
  }

  .problem-footer__question {
    padding-left: 14px;
  }

  .problem-footer__audit,
  .problem-footer__contact {
    min-height: 65px;
  }

  .problem-footer__audit .nav-audit-btn__copy strong,
  .problem-footer__contact-copy strong {
    font-size: 0.66rem;
  }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .problem-footer__contact,
  .problem-footer__contact::before,
  .problem-footer__contact-copy strong span {
    transition: none;
  }
}


/* =========================================================
   CONVERSION-FOCUSED HERO
   ========================================================= */

.hero-conversion {
  display: grid;
  grid-template-columns:
    minmax(0, 1.2fr)
    minmax(420px, 0.8fr);

  align-items: start;
  gap: clamp(40px, 6vw, 80px);
}


/* =========================================================
   HERO MESSAGE
   ========================================================= */

.hero-conversion__content {
  position: relative;
  z-index: 2;

  max-width: 780px;
}

.hero-conversion__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 19px;

  color: rgba(205, 220, 216, 0.7);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.57rem;
  font-weight: 710;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-conversion__status {
  position: relative;

  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: var(--green);

  box-shadow:
    0 0 7px var(--green),
    0 0 17px rgba(0, 255, 204, 0.38);
}

.hero-conversion__status::after {
  content: "";

  position: absolute;
  inset: -5px;

  border: 1px solid rgba(0, 255, 204, 0.26);
  border-radius: 50%;

  animation: heroStatusPulse 2.8s ease-out infinite;
}

.hero-conversion__headline {
  max-width: 850px;

  margin: 0;

  color: rgba(243, 249, 247, 0.97);

  font-size: clamp(1.25rem, 2.5vw, 3.0rem);
  font-weight: 590;
  letter-spacing: -0.047em;
  line-height: 0.99;
}

.hero-conversion__headline > span {
  display: block;

  margin-top: 9px;

  color: var(--neongreen);
  font-weight: 730;

  text-shadow:
    0 0 28px rgba(0, 255, 204, 0.07);
}

.hero-conversion__lead {
  max-width: 760px;

  margin: clamp(23px, 3vw, 34px) 0 0;

  color: rgba(188, 200, 196, 0.78);

  font-size: clamp(1rem, 1.24vw, 1.23rem);
  line-height: 1.67;
}


/* =========================================================
   HERO ACTIONS
   ========================================================= */

.hero-conversion__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 13px;

  margin-top: 30px;
}

.hero-primary-cta {
  position: relative;
  overflow: hidden;

  min-width: min(100%, 315px);
  min-height: 68px;

  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;

  padding: 10px 17px 10px 12px;

  border: 1px solid rgba(0, 255, 204, 0.47);
  border-radius: 12px;

  background:
    linear-gradient(
      135deg,
      rgba(0, 255, 204, 0.14),
      rgba(0, 255, 204, 0.035)
    );

  color: rgba(230, 255, 248, 0.97);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 12px 30px rgba(0, 0, 0, 0.2),
    0 0 24px rgba(0, 255, 204, 0.07);

  text-decoration: none;

  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.hero-primary-cta::before {
  content: "";

  position: absolute;
  top: 0;
  bottom: 0;
  left: -42%;

  width: 35%;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.08),
      transparent
    );

  transform: skewX(-18deg);

  transition: left 0.55s ease;
}

.hero-primary-cta:hover,
.hero-primary-cta:focus-visible {
  border-color: rgba(0, 255, 204, 0.8);

  background:
    linear-gradient(
      135deg,
      rgba(0, 255, 204, 0.2),
      rgba(0, 255, 204, 0.055)
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.075),
    0 17px 34px rgba(0, 0, 0, 0.24),
    0 0 30px rgba(0, 255, 204, 0.12);

  transform: translateY(-2px);
}

.hero-primary-cta:hover::before {
  left: 116%;
}

.hero-primary-cta__icon {
  width: 42px;
  height: 42px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(0, 255, 204, 0.27);
  border-radius: 10px;

  background: rgba(0, 255, 204, 0.065);
}

.hero-primary-cta__icon svg {
  width: 21px;
  height: 21px;

  fill: none;
  stroke: rgba(0, 255, 204, 0.92);
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-primary-cta__copy {
  min-width: 0;

  display: flex;
  flex-direction: column;
  gap: 3px;
}

.hero-primary-cta__copy small {
  color: rgba(0, 255, 204, 0.72);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-primary-cta__copy strong {
  color: rgba(239, 255, 251, 0.97);

  font-size: 0.89rem;
  font-weight: 730;
}

.hero-primary-cta__arrow {
  color: rgba(0, 255, 204, 0.88);
  font-size: 1.08rem;
}

.hero-secondary-cta {
  min-height: 68px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;

  padding: 15px 24px;

  border: 1px solid rgba(245, 166, 35, 0.29);
  border-radius: 12px;

  background:
    linear-gradient(
      135deg,
      rgba(245, 166, 35, 0.075),
      rgba(245, 166, 35, 0.012)
    );

  color: rgba(255, 221, 166, 0.92);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.61rem;
  font-weight: 720;
  letter-spacing: 0.09em;
  text-transform: uppercase;

  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.hero-secondary-cta:hover,
.hero-secondary-cta:focus-visible {
  border-color: rgba(245, 166, 35, 0.64);

  background:
    linear-gradient(
      135deg,
      rgba(245, 166, 35, 0.14),
      rgba(245, 166, 35, 0.025)
    );

  box-shadow:
    0 0 22px rgba(245, 166, 35, 0.09);

  transform: translateY(-2px);
}


/* =========================================================
   SUPPORTING CAPABILITIES
   ========================================================= */

.hero-conversion__support {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;

  margin-top: 25px;
}

.hero-conversion__support-label {
  color: rgba(184, 194, 191, 0.48);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.49rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-conversion__support ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.hero-conversion__support li {
  padding: 6px 10px;

  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.017);

  color: rgba(201, 212, 209, 0.67);

  font-size: 0.67rem;
  line-height: 1;
}


/* =========================================================
   ANALYSIS INTERFACE
   ========================================================= */

.hero-analysis {
  position: relative;
  z-index: 2;
  overflow: hidden;

  border: 1px solid rgba(0, 255, 204, 0.26);
  border-radius: 19px;

  background:
    linear-gradient(
      145deg,
      rgba(8, 19, 19, 0.985),
      rgba(4, 9, 10, 0.995)
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 30px 70px rgba(0, 0, 0, 0.32),
    0 0 45px rgba(0, 255, 204, 0.055);
}

.hero-analysis::before {
  content: "";

  position: absolute;
  top: -180px;
  right: -140px;

  width: 430px;
  height: 430px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(0, 255, 204, 0.095),
      rgba(0, 255, 204, 0.022) 42%,
      transparent 70%
    );

  pointer-events: none;
}

.hero-analysis::after {
  content: "";

  position: absolute;
  inset: 0;

  opacity: 0.15;

  background-image:
    linear-gradient(
      rgba(0, 255, 204, 0.045) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(0, 255, 204, 0.045) 1px,
      transparent 1px
    );

  background-size: 30px 30px;

  mask-image:
    linear-gradient(
      140deg,
      transparent 20%,
      black
    );

  pointer-events: none;
}

.hero-analysis__header {
  position: relative;
  z-index: 1;

  min-height: 45px;
  padding: 0 19px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.065);

  background:
    linear-gradient(
      90deg,
      rgba(0, 255, 204, 0.05),
      transparent 68%
    );
}

.hero-analysis__identity {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  color: rgba(218, 235, 231, 0.72);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.53rem;
  font-weight: 710;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-analysis__pulse {
  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: var(--green);

  box-shadow:
    0 0 7px var(--green),
    0 0 15px rgba(0, 255, 204, 0.35);
}

.hero-analysis__status {
  color: rgba(0, 255, 204, 0.68);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.48rem;
  font-weight: 710;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-analysis__body {
  position: relative;
  z-index: 1;

  padding: clamp(27px, 3vw, 39px);
}

.hero-analysis__intro {
  margin-bottom: 24px;
}

.hero-analysis__eyebrow {
  display: block;

  margin-bottom: 8px;

  color: rgba(245, 166, 35, 0.84);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.53rem;
  font-weight: 720;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-analysis__intro h2 {
  margin: 0;

  color: rgba(242, 248, 247, 0.96);

  font-size: clamp(1.45rem, 2vw, 2.16rem);
  font-weight: 630;
  letter-spacing: -0.025em;
  line-height: 1.18;
}

.hero-analysis__intro h2 span {
  color: var(--neongreen);
}

.hero-analysis__intro p {
  margin: 13px 0 0;

  color: rgba(184, 194, 191, 0.7);

  font-size: clamp(0.82rem, 0.92vw, 0.96rem);
  line-height: 1.62;
}


/* =========================================================
   ANALYSIS FORM
   ========================================================= */

.hero-analysis__form label {
  display: block;

  margin-bottom: 8px;

  color: rgba(207, 219, 215, 0.64);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.49rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-analysis__input-wrap {
  position: relative;

  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;

  min-height: 58px;

  border: 1px solid rgba(0, 255, 204, 0.18);
  border-radius: 11px;

  background: rgba(0, 0, 0, 0.2);

  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.hero-analysis__input-wrap:focus-within {
  border-color: rgba(0, 255, 204, 0.53);

  box-shadow:
    0 0 0 3px rgba(0, 255, 204, 0.04),
    0 0 19px rgba(0, 255, 204, 0.045);
}

.hero-analysis__input-icon {
  display: grid;
  place-items: center;

  height: 100%;

  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-analysis__input-icon svg {
  width: 19px;
  height: 19px;

  fill: none;
  stroke: rgba(0, 255, 204, 0.72);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-analysis__input-wrap input {
  width: 100%;
  min-width: 0;
  height: 56px;

  padding: 0 13px;

  border: 0;
  outline: 0;

  background: transparent;

  color: rgba(235, 245, 242, 0.94);

  font-family: inherit;
  font-size: 0.84rem;
}

.hero-analysis__input-wrap input::placeholder {
  color: rgba(184, 194, 191, 0.34);
}

.hero-analysis__input-signal {
  width: 7px;
  height: 7px;

  margin-right: 16px;

  border-radius: 50%;

  background: rgba(0, 255, 204, 0.85);

  box-shadow:
    0 0 8px rgba(0, 255, 204, 0.62);
}

.hero-analysis__submit {
  position: relative;
  overflow: hidden;

  width: 100%;
  min-height: 66px;

  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;

  margin-top: 12px;
  padding: 10px 18px 10px 12px;

  border: 1px solid rgba(0, 255, 204, 0.5);
  border-radius: 11px;

  background:
    linear-gradient(
      135deg,
      rgba(0, 255, 204, 0.16),
      rgba(0, 255, 204, 0.04)
    );

  color: rgba(236, 255, 250, 0.97);

  text-align: left;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 12px 25px rgba(0, 0, 0, 0.18),
    0 0 23px rgba(0, 255, 204, 0.065);

  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.hero-analysis__submit:hover,
.hero-analysis__submit:focus-visible {
  border-color: rgba(0, 255, 204, 0.82);

  background:
    linear-gradient(
      135deg,
      rgba(0, 255, 204, 0.22),
      rgba(0, 255, 204, 0.06)
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 16px 31px rgba(0, 0, 0, 0.22),
    0 0 29px rgba(0, 255, 204, 0.1);

  transform: translateY(-2px);
}

.hero-analysis__submit-icon {
  width: 40px;
  height: 40px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(0, 255, 204, 0.24);
  border-radius: 9px;

  background: rgba(0, 255, 204, 0.07);
}

.hero-analysis__submit-icon svg {
  width: 20px;
  height: 20px;

  fill: none;
  stroke: rgba(0, 255, 204, 0.92);
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-analysis__submit-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.hero-analysis__submit-copy small {
  color: rgba(0, 255, 204, 0.7);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.46rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-analysis__submit-copy strong {
  color: rgba(238, 255, 251, 0.97);

  font-size: 0.87rem;
  font-weight: 730;
}

.hero-analysis__submit-arrow {
  color: rgba(0, 255, 204, 0.9);
  font-size: 1.08rem;
}


/* =========================================================
   ANALYSIS CHECKS
   ========================================================= */

.hero-analysis__checks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;

  margin-top: 17px;
}

.hero-analysis__check {
  min-width: 0;

  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 8px;

  padding: 10px;

  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 9px;

  background: rgba(255, 255, 255, 0.014);
}

.hero-analysis__check > span {
  color: rgba(0, 255, 204, 0.78);
  font-size: 0.68rem;
}

.hero-analysis__check strong,
.hero-analysis__check small {
  display: block;
}

.hero-analysis__check strong {
  margin-bottom: 3px;

  color: rgba(220, 231, 228, 0.78);

  font-size: 0.64rem;
  font-weight: 680;
}

.hero-analysis__check small {
  color: rgba(184, 194, 191, 0.47);

  font-size: 0.55rem;
  line-height: 1.35;
}

.hero-analysis__disclaimer {
  display: flex;
  align-items: center;
  gap: 9px;

  margin-top: 15px;

  color: rgba(184, 194, 191, 0.46);
}

.hero-analysis__lock {
  flex: 0 0 auto;

  width: 16px;
  height: 16px;
}

.hero-analysis__lock svg {
  width: 16px;
  height: 16px;

  fill: none;
  stroke: rgba(184, 194, 191, 0.52);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-analysis__disclaimer p {
  margin: 0;

  font-size: 0.59rem;
  line-height: 1.4;
}


/* =========================================================
   ANALYSIS FOOTER
   ========================================================= */

.hero-analysis__footer {
  position: relative;
  z-index: 1;

  min-height: 54px;
  padding: 10px 19px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  border-top: 1px solid rgba(255, 255, 255, 0.065);

  background: rgba(255, 255, 255, 0.014);
}

.hero-analysis__footer > span {
  color: rgba(184, 194, 191, 0.53);

  font-size: 0.65rem;
}

.hero-analysis__contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 7px 0;

  border: 0;

  background: transparent;

  color: rgba(255, 209, 138, 0.82);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.5rem;
  font-weight: 710;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-analysis__contact:hover,
.hero-analysis__contact:focus-visible {
  color: rgba(255, 220, 165, 1);
}


.hero-analysis__consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;

  margin-top: 5px;

  color: rgba(214, 229, 225, 0.72);

  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.5;

  cursor: pointer;
}

.hero-analysis__consent input {
  width: 14px;
  height: 14px;

  margin: 3px 0 0;
  flex: 0 0 14px;

  accent-color: var(--green, #00ffcc);
}

.hero-analysis__consent span {
  display: block;
  flex: 1;
  min-width: 0;
}

.hero-analysis__form .hero-analysis__consent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-top:4px;
  gap: 12px;
}

.hero-analysis__hp {
  position: absolute !important;

  width: 1px !important;
  height: 1px !important;

  padding: 0 !important;
  margin: -1px !important;

  overflow: hidden !important;

  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;

  border: 0 !important;
}


/* =========================================================
   BOTTOM VALUE STRIP
   ========================================================= */

.hero-value-strip {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns:
    minmax(210px, 0.8fr)
    minmax(220px, 1fr)
    auto
    minmax(220px, 1fr)
    auto;
  align-items: center;
  gap: clamp(18px, 2.5vw, 34px);

  width: 100%;

  margin-top: clamp(34px, 5vh, 57px);
  padding: 18px 21px;

  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 14px;

  background:
    linear-gradient(
      90deg,
      rgba(0, 255, 204, 0.035),
      rgba(255, 255, 255, 0.012),
      rgba(145, 102, 255, 0.025)
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.024),
    0 14px 32px rgba(0, 0, 0, 0.15);
}

.hero-value-strip__eyebrow {
  display: block;

  margin-bottom: 4px;

  color: rgba(245, 166, 35, 0.75);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.46rem;
  font-weight: 710;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-value-strip__intro strong {
  color: rgba(230, 238, 236, 0.85);

  font-size: 0.79rem;
  font-weight: 660;
}

.hero-value-strip__audience {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
}

.hero-value-strip__number {
  width: 31px;
  height: 31px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(0, 255, 204, 0.17);
  border-radius: 8px;

  background: rgba(0, 255, 204, 0.038);

  color: rgba(0, 255, 204, 0.72);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.46rem;
  font-weight: 730;
}

.hero-value-strip__audience strong,
.hero-value-strip__audience small {
  display: block;
}

.hero-value-strip__audience strong {
  margin-bottom: 3px;

  color: rgba(220, 231, 228, 0.82);

  font-size: 0.7rem;
  font-weight: 680;
}

.hero-value-strip__audience small {
  color: rgba(184, 194, 191, 0.46);

  font-size: 0.57rem;
  line-height: 1.35;
}

.hero-value-strip__plus {
  color: rgba(245, 166, 35, 0.6);
  font-size: 0.82rem;
}

.hero-value-strip__link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;

  color: rgba(0, 255, 204, 0.72);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.49rem;
  font-weight: 710;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;

  transition: color 0.2s ease;
}

.hero-value-strip__link:hover,
.hero-value-strip__link:focus-visible {
  color: rgba(0, 255, 204, 1);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1160px) {

  .hero-conversion {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 42px;
  }

  .hero-conversion__content {
    max-width: 900px;
  }

  .hero-analysis {
    width: 100%;
    max-width: 860px;
  }

  .hero-value-strip {
    grid-template-columns:
      minmax(190px, 0.8fr)
      minmax(210px, 1fr)
      auto
      minmax(210px, 1fr);

    gap: 19px;
  }

  .hero-value-strip__link {
    grid-column: 1 / -1;

    justify-content: flex-start;

    padding-top: 13px;

    border-top: 1px solid rgba(255, 255, 255, 0.055);
  }

}


@media (max-width: 760px) {

  .hero-conversion__headline {
    font-size: clamp(2.35rem, 10vw, 4rem);
  }

  .hero-conversion__actions {
    flex-direction: column;
  }

  .hero-primary-cta,
  .hero-secondary-cta {
    width: 100%;
  }

  .hero-analysis__checks {
    grid-template-columns: 1fr;
  }

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

  .hero-value-strip__plus {
    display: none;
  }

  .hero-value-strip__audience {
    padding-top: 12px;

    border-top: 1px solid rgba(255, 255, 255, 0.055);
  }

  .hero-value-strip__link {
    grid-column: auto;
  }

}


@media (max-width: 520px) {

  .hero-analysis__header,
  .hero-analysis__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;

    padding-top: 11px;
    padding-bottom: 11px;
  }

  .hero-analysis__body {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-analysis__input-wrap {
    grid-template-columns: 38px minmax(0, 1fr);
  }

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

  .hero-analysis__submit {
    grid-template-columns: 38px minmax(0, 1fr) auto;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@keyframes heroStatusPulse {

  0% {
    opacity: 0.75;
    transform: scale(0.55);
  }

  75%,
  100% {
    opacity: 0;
    transform: scale(1.75);
  }

}

@media (prefers-reduced-motion: reduce) {

  .hero-conversion__status::after {
    animation: none;
  }

  .hero-primary-cta,
  .hero-secondary-cta,
  .hero-analysis__submit {
    transition: none;
  }

}


/* =========================================================
   AI WORKFLOW — GUIDED EXPERIENCE
   ========================================================= */

.ai-workflow__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.ai-workflow__heading {
  min-width: 0;
}

.ai-workflow__time {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;

  border: 1px solid rgba(118, 213, 186, 0.2);
  border-radius: 999px;

  background: rgba(118, 213, 186, 0.07);
  color: rgba(195, 236, 224, 0.86);

  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}


/* Coaching introduction */

.ai-workflow__coach {
  display: flex;
  align-items: flex-start;
  gap: 13px;

  margin-top: 5px;
  margin-bottom: 22px;
  padding: 14px 16px;

  border: 1px solid rgba(117, 200, 218, 0.16);
  border-radius: 12px;

  background:
    linear-gradient(
      135deg,
      rgba(85, 164, 186, 0.08),
      rgba(62, 110, 130, 0.03)
    );
}

.ai-workflow__coach-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;

  width: 32px;
  height: 32px;

  border: 1px solid rgba(120, 210, 220, 0.22);
  border-radius: 9px;

  background: rgba(81, 167, 186, 0.08);
  color: #9fd8e2;
}

.ai-workflow__coach-icon svg {
  width: 17px;
  height: 17px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ai-workflow__coach-copy {
  min-width: 0;
}

.ai-workflow__coach-copy strong {
  display: block;
  margin-bottom: 4px;

  color: rgba(240, 248, 247, 0.96);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.02em;
}

.ai-workflow__coach-copy p {
  margin: 0;

  color: rgba(196, 213, 213, 0.74);
  font-size: 0.76rem;
  line-height: 1.55;
}

.ai-workflow__coach-copy b {
  color: rgba(221, 241, 237, 0.92);
  font-weight: 730;
}


/* Action text inside clickable nodes */

.ai-workflow__action-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  margin-top: 10px;

  color: rgba(165, 225, 212, 0.92);
  font-size: 0.64rem;
  font-weight: 780;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
   white-space: nowrap;
}

.ai-workflow__action-label span {
  transition: transform 180ms ease;
}

.ai-workflow__node:hover .ai-workflow__action-label span,
.ai-workflow__node:focus-visible .ai-workflow__action-label span {
  transform: translateX(3px);
}


/* Step-by-step instructions */

.ai-workflow__instructions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;

  margin-top: 18px;
}

.ai-workflow__instruction {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: flex-start;
  gap: 11px;

  padding: 14px;

  border: 1px solid rgba(126, 164, 172, 0.12);
  border-radius: 11px;

  background: rgba(255, 255, 255, 0.018);
}

.ai-workflow__instruction-number {
  display: grid;
  place-items: center;

  width: 28px;
  height: 28px;

  border: 1px solid rgba(119, 207, 190, 0.19);
  border-radius: 8px;

  background: rgba(95, 184, 165, 0.06);
  color: rgba(155, 222, 208, 0.9);

  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.ai-workflow__instruction strong {
  display: block;
  margin: 2px 0 5px;

  color: rgba(238, 247, 245, 0.94);
  font-size: 0.76rem;
  font-weight: 740;
  line-height: 1.3;
}

.ai-workflow__instruction p {
  margin: 0;

  color: rgba(187, 204, 204, 0.68);
  font-size: 0.69rem;
  line-height: 1.52;
}


/* Reassurance footer */

.ai-workflow__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  margin-top: 15px;
  padding-top: 14px;

  border-top: 1px solid rgba(133, 169, 176, 0.12);
}

.ai-workflow__reassurance {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ai-workflow__reassurance > span {
  display: grid;
  place-items: center;

  width: 20px;
  height: 20px;

  border-radius: 50%;
  background: rgba(100, 197, 168, 0.1);
  color: rgba(151, 224, 202, 0.92);

  font-size: 0.66rem;
  font-weight: 800;
}

.ai-workflow__reassurance p {
  margin: 0;

  color: rgba(184, 201, 201, 0.68);
  font-size: 0.69rem;
  line-height: 1.4;
}

.ai-workflow__footer-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;

  color: rgba(167, 226, 214, 0.94);

  font-size: 0.69rem;
  font-weight: 770;
  letter-spacing: 0.035em;
  text-decoration: none;
}

.ai-workflow__footer-link span {
  transition: transform 180ms ease;
}

.ai-workflow__footer-link:hover span,
.ai-workflow__footer-link:focus-visible span {
  transform: translateX(4px);
}


/* Responsive adjustments */

@media (max-width: 980px) {

  .ai-workflow__instructions {
    grid-template-columns: 1fr;
  }

  .ai-workflow__instruction {
    padding: 13px 14px;
  }

}

@media (max-width: 680px) {

  .ai-workflow__header {
    display: block;
  }

  .ai-workflow__time {
    margin-top: 12px;
  }

  .ai-workflow__coach {
    padding: 13px;
  }

  .ai-workflow__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

}

.hero-analysis--focus-website {
  box-shadow:
    0 0 0 2px #ffd76d,
    0 0 50px rgba(255, 215, 109, 0.35);
}

.hero-analysis--focus-analyze {
  box-shadow:
    0 0 0 2px #ff7a59,
    0 0 50px rgba(255, 122, 89, 0.35);
}

.hero-analysis--focus-understand {
  box-shadow:
    0 0 0 2px #b58cff,
    0 0 50px rgba(181, 140, 255, 0.35);
}

.hero-analysis--focus-improve {
  box-shadow:
    0 0 0 2px #00ffcc,
    0 0 50px rgba(0, 255, 204, 0.35);
}


/* =========================================================
   WORKFLOW → YOUR WEBSITE
   Strong input activation
   ========================================================= */

.hero-analysis__input-wrap--website {
  position: relative;
  isolation: isolate;

  transition:
    transform 0.35s cubic-bezier(.2,.8,.2,1),
    border-color 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease;
}


/* Ambient glow behind the entire control */

.hero-analysis__input-wrap--website::before {
  content: "";

  position: absolute;
  inset: -8px;

  border-radius: inherit;

  background:
    radial-gradient(
      ellipse at center,
      rgba(255, 205, 92, 0.18),
      rgba(255, 177, 50, 0.07) 55%,
      transparent 75%
    );

  opacity: 0;
  filter: blur(10px);

  pointer-events: none;
  z-index: -1;

  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}


/* Activate from YOUR WEBSITE workflow node */

.hero-analysis--focus-website
.hero-analysis__input-wrap--website {
  transform:
    translateY(-3px)
    scale(1.025);

  border-color:
    rgba(255, 211, 112, 0.88);

  background:
    linear-gradient(
      135deg,
      rgba(66, 47, 19, 0.92) 0%,
      rgba(38, 31, 20, 0.96) 38%,
      rgba(26, 28, 25, 0.98) 100%
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 231, 177, 0.18),
    0 0 0 1px rgba(255, 205, 92, 0.18),
    0 8px 24px rgba(0, 0, 0, 0.30),
    0 0 24px rgba(255, 190, 64, 0.20),
    0 0 48px rgba(255, 173, 42, 0.10);
}


.hero-analysis--focus-website
.hero-analysis__input-wrap--website::before {
  opacity: 1;
  transform: scale(1.04);
}


/* =========================================================
   ICON ACTIVATION
   ========================================================= */

.hero-analysis__input-wrap--website
.hero-analysis__input-icon {
  transition:
    color 0.3s ease,
    transform 0.3s ease,
    filter 0.3s ease;
}


.hero-analysis--focus-website
.hero-analysis__input-wrap--website
.hero-analysis__input-icon {
  color: #ffd66e;

  transform: scale(1.12);

  filter:
    drop-shadow(
      0 0 7px rgba(255, 205, 92, 0.65)
    );
}


/* =========================================================
   SIGNAL LIGHT
   ========================================================= */

.hero-analysis--focus-website
.hero-analysis__input-wrap--website
.hero-analysis__input-signal {
  background: #ffd66e;

  box-shadow:
    0 0 6px rgba(255, 214, 110, 1),
    0 0 15px rgba(255, 190, 64, 0.75),
    0 0 26px rgba(255, 173, 42, 0.38);

  animation:
    websiteSignalPulse 1.4s ease-in-out infinite;
}


@keyframes websiteSignalPulse {

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

  50% {
    transform: scale(1.35);
    opacity: 1;
  }

}

.hero-analysis__form label[for="heroWebsiteUrl"] {
  transition:
    color 0.3s ease,
    letter-spacing 0.3s ease,
    text-shadow 0.3s ease;
}

.hero-analysis--focus-website
.hero-analysis__form label[for="heroWebsiteUrl"] {
  color: #ffd66e;

  letter-spacing: 0.035em;

  text-shadow:
    0 0 12px rgba(255, 205, 92, 0.22);
}

.problem-card__heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 14px;

  margin-bottom: 13px;
}

.problem-card__marker {
  position: relative;

  width: 42px;
  height: 42px;

  display: grid;
  place-items: center;

  flex: 0 0 auto;

  border: 1px solid rgba(0, 255, 204, 0.16);
  border-radius: 10px;

  background:
    linear-gradient(
      145deg,
      rgba(0, 255, 204, 0.065),
      rgba(0, 255, 204, 0.012)
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 0 18px rgba(0, 255, 204, 0.035);
}

.problem-card__number {
  color: rgba(0, 255, 204, 0.74);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.63rem;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.problem-card__signal {
  position: absolute;
  top: 5px;
  right: 5px;

  width: 5px;
  height: 5px;

  border-radius: 50%;

  background: rgba(245, 166, 35, 0.95);

  box-shadow:
    0 0 6px rgba(245, 166, 35, 0.9),
    0 0 12px rgba(245, 166, 35, 0.32);
}

.problem-card__heading h3 {
  margin: 0;

  color: rgba(243, 248, 247, 0.94);

  font-size: clamp(1rem, 1.12vw, 1.22rem);
  line-height: 1.28;
}

.stage-understand{
    border-color:rgba(90,195,255,.24);
    background:rgba(90,195,255,.045);
}

.stage-understand .problem-assessment__stage-number{
    color:rgba(90,195,255,.85);
}

.stage-understand strong{
    color:rgba(205,235,255,.96);
}


.stage-verify{
    border-color:rgba(245,166,35,.26);
    background:rgba(245,166,35,.05);
}

.stage-verify .problem-assessment__stage-number{
    color:rgba(245,166,35,.92);
}

.stage-verify strong{
    color:rgba(255,223,170,.96);
}

.stage-recommend{
    border-color:rgba(0,255,204,.26);
    background:rgba(0,255,204,.05);
}

.stage-recommend .problem-assessment__stage-number{
    color:rgba(0,255,204,.88);
}

.stage-recommend strong{
    color:rgba(210,255,240,.95);
}

.problem-assessment__stage{

    position:relative;
}

.problem-assessment__stage::after{

    content:"";

    position:absolute;

    top:10px;
    right:10px;

    width:7px;
    height:7px;

    border-radius:50%;
}


.stage-understand::after{

    background:#59C8FF;

    box-shadow:
        0 0 8px rgba(89,200,255,.9);
}

.stage-verify::after{

    background:#F5A623;

    box-shadow:
        0 0 8px rgba(245,166,35,.9);
}

.stage-recommend::after{

    background:var(--green);

    box-shadow:
        0 0 8px rgba(0,255,204,.9);
}


/* =========================================================
   ABOUT NOCTERIS
   ========================================================= */

.about-section {
  padding-bottom: 32px;
}


/* =========================================================
   SECTION HEADER
   ========================================================= */

.about-section__header {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: end;
  gap: clamp(36px, 6vw, 90px);

  margin-bottom: clamp(32px, 4vw, 52px);
}

.about-section__header h2 {
  margin-bottom: 0;
}

.about-section__header h2 span {
  color: var(--neongreen);
}

.about-section__intro {
  position: relative;

  max-width: 670px;

  margin: 0 0 5px;
  padding: 4px 0 5px 24px;

  color: rgba(184, 194, 191, 0.78);

  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.62;
}

.about-section__intro::before {
  content: "";

  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 0;

  width: 2px;

  border-radius: 999px;

  background:
    linear-gradient(
      180deg,
      rgba(245, 166, 35, 0.95),
      rgba(0, 255, 204, 0.72)
    );

  box-shadow:
    0 0 12px rgba(245, 166, 35, 0.18),
    0 0 18px rgba(0, 255, 204, 0.08);
}

.about-section__intro strong {
  display: block;

  margin-top: 12px;

  color: rgba(255, 218, 157, 0.94);

  font-size: clamp(1.18rem, 1.55vw, 1.52rem);
  font-weight: 650;
  line-height: 1.42;
}

.about-section__intro strong span {
  color: var(--neongreen);
  font-weight: 740;
}


/* =========================================================
   STORY LAYOUT
   ========================================================= */

.about-story {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: stretch;
}


/* =========================================================
   TIMELINE
   ========================================================= */

.about-story__timeline {
  position: relative;

  display: flex;
  flex-direction: column;
  gap: 18px;
}

.about-timeline__rail {
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 24px;

  width: 1px;

  background:
    linear-gradient(
      180deg,
      rgba(0, 255, 204, 0.68),
      rgba(245, 166, 35, 0.45) 52%,
      rgba(179, 68, 99, 0.18)
    );

  box-shadow:
    0 0 12px rgba(0, 255, 204, 0.08);

  pointer-events: none;
}

.about-timeline__item {
  position: relative;

  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 19px;

  padding: 22px 24px 22px 0;

  border: 1px solid rgba(0, 255, 204, 0.11);
  border-radius: 15px;

  background:
    linear-gradient(
      135deg,
      rgba(10, 20, 20, 0.84),
      rgba(5, 10, 11, 0.94)
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 14px 30px rgba(0, 0, 0, 0.14);

  transition:
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.about-timeline__item:hover {
  border-color: rgba(0, 255, 204, 0.24);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 18px 36px rgba(0, 0, 0, 0.2),
    0 0 20px rgba(0, 255, 204, 0.035);

  transform: translateX(3px);
}

.about-timeline__marker {
  position: relative;
  z-index: 1;

  width: 49px;
  height: 49px;

  display: grid;
  place-items: center;

  margin-left: 0;

  border: 1px solid rgba(0, 255, 204, 0.26);
  border-radius: 0 11px 11px 0;

  background:
    linear-gradient(
      145deg,
      rgba(0, 255, 204, 0.1),
      rgba(0, 255, 204, 0.018)
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 16px rgba(0, 255, 204, 0.06);
}

.about-timeline__marker span {
  color: rgba(0, 255, 204, 0.82);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.61rem;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.about-timeline__content {
  min-width: 0;
}

.about-timeline__eyebrow {
  display: block;

  margin-bottom: 7px;

  color: rgba(245, 166, 35, 0.82);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.about-timeline__content h3 {
  margin: 0 0 10px;

  color: rgba(242, 248, 247, 0.94);

  font-size: clamp(1rem, 1.2vw, 1.25rem);
  font-weight: 660;
  line-height: 1.3;
}

.about-timeline__content p {
  margin: 0;

  color: rgba(184, 194, 191, 0.74);

  font-size: clamp(0.81rem, 0.9vw, 0.94rem);
  line-height: 1.62;
}


/* =========================================================
   NOCTERIS DEFINITION PANEL
   ========================================================= */

.about-definition {
  position: relative;
  overflow: hidden;

  border: 1px solid rgba(0, 255, 204, 0.24);
  border-radius: 18px;

  background:
    linear-gradient(
      145deg,
      rgba(8, 19, 19, 0.97),
      rgba(4, 9, 10, 0.99)
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 24px 52px rgba(0, 0, 0, 0.23),
    0 0 30px rgba(0, 255, 204, 0.045);
}

.about-definition::before {
  content: "";

  position: absolute;
  top: -150px;
  right: -130px;

  width: 360px;
  height: 360px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(0, 255, 204, 0.09),
      rgba(0, 255, 204, 0.02) 42%,
      transparent 70%
    );

  pointer-events: none;
}

.about-definition__header {
  position: relative;
  z-index: 1;

  min-height: 43px;
  padding: 0 18px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.065);

  background:
    linear-gradient(
      90deg,
      rgba(0, 255, 204, 0.045),
      transparent 65%
    );
}

.about-definition__identity {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  color: rgba(220, 237, 233, 0.7);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.about-definition__pulse {
  position: relative;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: var(--green);

  box-shadow:
    0 0 7px var(--green),
    0 0 15px rgba(0, 255, 204, 0.35);
}

.about-definition__pulse::after {
  content: "";

  position: absolute;
  inset: -5px;

  border: 1px solid rgba(0, 255, 204, 0.28);
  border-radius: 50%;

  animation: aboutDefinitionPulse 2.8s ease-out infinite;
}

.about-definition__status {
  color: rgba(0, 255, 204, 0.7);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.about-definition__body {
  position: relative;
  z-index: 1;

  padding: clamp(25px, 3vw, 38px);
}

.about-definition__eyebrow {
  display: block;

  margin-bottom: 9px;

  color: rgba(245, 166, 35, 0.84);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-definition__body > h3 {
  margin: 0;

  color: rgba(241, 247, 246, 0.94);

  font-size: clamp(1.45rem, 2.15vw, 2.35rem);
  font-weight: 610;
  letter-spacing: -0.025em;
  line-height: 1.16;
}

.about-definition__body > h3 span {
  display: inline;

  color: var(--neongreen);
  font-weight: 730;
}

.about-definition__body > p {
  margin: 15px 0 0;

  color: rgba(184, 194, 191, 0.76);

  font-size: clamp(0.85rem, 0.95vw, 1rem);
  line-height: 1.62;
}


/* Definition pillars */

.about-definition__pillars {
  display: flex;
  flex-direction: column;
  gap: 11px;

  margin-top: 25px;
}

.about-definition__pillar {
  position: relative;

  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 13px;

  padding: 14px 15px;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 11px;

  background: rgba(255, 255, 255, 0.018);
}

.about-definition__number {
  padding-top: 2px;

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.54rem;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.about-definition__pillar strong {
  display: block;

  margin-bottom: 4px;

  font-size: 0.84rem;
  font-weight: 730;
}

.about-definition__pillar small {
  display: block;

  color: rgba(184, 194, 191, 0.64);

  font-size: 0.72rem;
  line-height: 1.48;
}


/* Cyan */

.about-definition__pillar--understand {
  border-color: rgba(82, 196, 255, 0.18);

  background:
    linear-gradient(
      90deg,
      rgba(82, 196, 255, 0.055),
      rgba(82, 196, 255, 0.012)
    );
}

.about-definition__pillar--understand
  .about-definition__number {
  color: rgba(82, 196, 255, 0.84);
}

.about-definition__pillar--understand strong {
  color: rgba(210, 239, 255, 0.94);
}


/* Orange */

.about-definition__pillar--validate {
  border-color: rgba(245, 166, 35, 0.2);

  background:
    linear-gradient(
      90deg,
      rgba(245, 166, 35, 0.06),
      rgba(245, 166, 35, 0.012)
    );
}

.about-definition__pillar--validate
  .about-definition__number {
  color: rgba(245, 166, 35, 0.88);
}

.about-definition__pillar--validate strong {
  color: rgba(255, 220, 160, 0.95);
}


/* Green */

.about-definition__pillar--recommend {
  border-color: rgba(0, 255, 204, 0.2);

  background:
    linear-gradient(
      90deg,
      rgba(0, 255, 204, 0.055),
      rgba(0, 255, 204, 0.012)
    );
}

.about-definition__pillar--recommend
  .about-definition__number {
  color: rgba(0, 255, 204, 0.85);
}

.about-definition__pillar--recommend strong {
  color: rgba(205, 255, 240, 0.95);
}


/* =========================================================
   POSITIONING STATEMENT
   ========================================================= */

.about-positioning {
  position: relative;
  overflow: hidden;

  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(28px, 5vw, 72px);

  margin-top: 26px;
  padding: clamp(26px, 3.5vw, 42px);

  border: 1px solid rgba(245, 166, 35, 0.18);
  border-radius: 17px;

  background:
    linear-gradient(
      125deg,
      rgba(245, 166, 35, 0.055),
      rgba(8, 17, 17, 0.94) 35%,
      rgba(4, 10, 11, 0.98)
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 42px rgba(0, 0, 0, 0.19);
}

.about-positioning::before {
  content: "";

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  width: 2px;

  background:
    linear-gradient(
      180deg,
      rgba(245, 166, 35, 0.9),
      rgba(0, 255, 204, 0.55)
    );

  box-shadow:
    0 0 12px rgba(245, 166, 35, 0.2);
}

.about-positioning__copy {
  max-width: 820px;
}

.about-positioning__eyebrow {
  display: block;

  margin-bottom: 9px;

  color: rgba(245, 166, 35, 0.84);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-positioning__copy p {
  margin: 0;

  color: rgba(241, 247, 246, 0.95);

  font-size: clamp(1.2rem, 1.75vw, 1.85rem);
  font-weight: 610;
  letter-spacing: -0.018em;
  line-height: 1.3;
}

.about-positioning__copy strong {
  display: block;

  margin-top: 8px;

  color: var(--neongreen);

  font-size: clamp(0.95rem, 1.15vw, 1.16rem);
  font-weight: 710;
}

.about-positioning__actions {
  width: min(100%, 325px);

  display: flex;
  flex-direction: column;
  gap: 12px;
}

.about-positioning__audit {
  width: 100%;
  min-height: 64px;
}

.about-positioning__contact {
  width: 100%;
  min-height: 49px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;

  padding: 11px 18px;

  border: 1px solid rgba(245, 166, 35, 0.28);
  border-radius: 10px;

  background:
    linear-gradient(
      135deg,
      rgba(245, 166, 35, 0.075),
      rgba(245, 166, 35, 0.015)
    );

  color: rgba(255, 222, 168, 0.93);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.65rem;
  font-weight: 730;
  letter-spacing: 0.09em;
  text-transform: uppercase;

  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.about-positioning__contact:hover,
.about-positioning__contact:focus-visible {
  border-color: rgba(245, 166, 35, 0.62);

  background:
    linear-gradient(
      135deg,
      rgba(245, 166, 35, 0.14),
      rgba(245, 166, 35, 0.03)
    );

  box-shadow:
    0 0 20px rgba(245, 166, 35, 0.09);

  transform: translateY(-2px);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {
  .about-section__header {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
  }

  .about-section__intro {
    max-width: 820px;
  }

  .about-story {
    grid-template-columns: 1fr;
  }

  .about-positioning {
    grid-template-columns: 1fr;
  }

  .about-positioning__actions {
    width: 100%;
    max-width: 680px;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


@media (max-width: 720px) {
  .about-timeline__item {
    grid-template-columns: 43px minmax(0, 1fr);
    gap: 15px;

    padding-right: 19px;
  }

  .about-timeline__marker {
    width: 43px;
    height: 43px;
  }

  .about-timeline__rail {
    left: 21px;
  }

  .about-definition__body {
    padding: 24px 20px;
  }

  .about-positioning {
    padding: 27px 21px;
  }

  .about-positioning__actions {
    grid-template-columns: 1fr;
    max-width: none;
  }
}


@media (max-width: 480px) {
  .about-timeline__item {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .about-definition__header {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .about-definition__pillar {
    grid-template-columns: 29px minmax(0, 1fr);
    padding: 13px;
  }
}


/* =========================================================
   MOTION
   ========================================================= */

@keyframes aboutDefinitionPulse {
  0% {
    opacity: 0.75;
    transform: scale(0.55);
  }

  75%,
  100% {
    opacity: 0;
    transform: scale(1.7);
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-definition__pulse::after {
    animation: none;
  }

  .about-timeline__item,
  .about-positioning__contact {
    transition: none;
  }
}


/* =========================================================
   SERVICES SECTION
   ========================================================= */

.services-section {
  padding-bottom: 32px;
}


/* =========================================================
   HEADER
   ========================================================= */

.services-header {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(340px, 0.84fr);
  align-items: end;
  gap: clamp(38px, 6vw, 90px);

  margin-bottom: clamp(30px, 4vw, 52px);
}

.services-header__title h2 {
  margin-bottom: 0;
}

.services-header__title h2 span {
  color: var(--neongreen);
}

.services-header__statement {
  position: relative;

  padding: 3px 0 4px 23px;
}

.services-header__statement::before {
  content: "";

  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;

  width: 2px;

  border-radius: 99px;

  background:
    linear-gradient(
      180deg,
      rgba(245, 166, 35, 0.95),
      rgba(0, 255, 204, 0.68)
    );

  box-shadow:
    0 0 14px rgba(245, 166, 35, 0.16);
}

.services-header__eyebrow {
  display: block;

  margin-bottom: 8px;

  color: rgba(245, 166, 35, 0.84);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.55rem;
  font-weight: 720;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.services-header__statement p {
  margin: 0;

  color: rgba(184, 194, 191, 0.78);

  font-size: clamp(1rem, 1.28vw, 1.24rem);
  line-height: 1.62;
}

.services-header__statement strong {
  color: rgba(214, 255, 242, 0.95);
  font-weight: 680;
}


/* =========================================================
   SERVICE ARCHITECTURE
   ========================================================= */

.services-framework {
  position: relative;
  overflow: hidden;

  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(28px, 4vw, 56px);

  margin-bottom: 25px;
  padding: clamp(23px, 3vw, 34px);

  border: 1px solid rgba(0, 255, 204, 0.17);
  border-radius: 17px;

  background:
    linear-gradient(
      135deg,
      rgba(0, 255, 204, 0.045),
      rgba(7, 15, 16, 0.95) 34%,
      rgba(4, 9, 10, 0.98)
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 42px rgba(0, 0, 0, 0.18);
}

.services-framework::after {
  content: "";

  position: absolute;
  top: 0;
  right: 0;

  width: 48%;
  height: 100%;

  opacity: 0.22;

  background-image:
    linear-gradient(
      rgba(0, 255, 204, 0.055) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(0, 255, 204, 0.055) 1px,
      transparent 1px
    );

  background-size: 28px 28px;

  mask-image:
    linear-gradient(
      90deg,
      transparent,
      black
    );

  pointer-events: none;
}

.services-framework__intro,
.services-framework__sequence {
  position: relative;
  z-index: 1;
}

.services-framework__identity {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  margin-bottom: 11px;

  color: rgba(215, 232, 228, 0.72);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.services-framework__pulse {
  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: var(--green);

  box-shadow:
    0 0 7px var(--green),
    0 0 15px rgba(0, 255, 204, 0.32);
}

.services-framework__intro p {
  max-width: 480px;
  margin: 0;

  color: rgba(184, 194, 191, 0.73);

  font-size: clamp(0.84rem, 0.93vw, 0.98rem);
  line-height: 1.64;
}

.services-framework__sequence {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    auto
    minmax(0, 1fr)
    auto
    minmax(0, 1fr)
    auto
    minmax(0, 1fr);
  align-items: center;
  gap: 11px;
}

.services-framework__stage {
  min-width: 0;
  min-height: 91px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 14px 13px;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 11px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.025),
      rgba(255, 255, 255, 0.008)
    );
}

.services-framework__stage > span {
  margin-bottom: 5px;

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.5rem;
  font-weight: 760;
  letter-spacing: 0.1em;
}

.services-framework__stage strong {
  margin-bottom: 3px;

  color: rgba(241, 247, 246, 0.92);

  font-size: 0.77rem;
  font-weight: 730;
}

.services-framework__stage small {
  color: rgba(184, 194, 191, 0.57);

  font-size: 0.63rem;
  line-height: 1.35;
}

.services-framework__arrow {
  color: rgba(184, 194, 191, 0.32);

  font-size: 0.84rem;
}

.services-framework__stage--clarify {
  border-color: rgba(83, 194, 255, 0.2);
  background: rgba(83, 194, 255, 0.045);
}

.services-framework__stage--clarify > span {
  color: rgba(83, 194, 255, 0.88);
}

.services-framework__stage--strengthen {
  border-color: rgba(145, 102, 255, 0.21);
  background: rgba(145, 102, 255, 0.045);
}

.services-framework__stage--strengthen > span {
  color: rgba(177, 143, 255, 0.9);
}

.services-framework__stage--validate {
  border-color: rgba(245, 166, 35, 0.22);
  background: rgba(245, 166, 35, 0.047);
}

.services-framework__stage--validate > span {
  color: rgba(245, 166, 35, 0.9);
}

.services-framework__stage--recommend {
  border-color: rgba(0, 255, 204, 0.22);
  background: rgba(0, 255, 204, 0.045);
}

.services-framework__stage--recommend > span {
  color: rgba(0, 255, 204, 0.86);
}


/* =========================================================
   SERVICE CARDS
   ========================================================= */

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

.service-card {
  position: relative;
  overflow: hidden;

  display: flex;
  flex-direction: column;

  min-width: 0;
  padding: clamp(21px, 2.2vw, 28px);

  border: 1px solid rgba(0, 255, 204, 0.11);
  border-radius: 15px;

  background:
    linear-gradient(
      145deg,
      rgba(10, 20, 20, 0.87),
      rgba(5, 10, 11, 0.97)
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 15px 34px rgba(0, 0, 0, 0.17);

  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.service-card::before {
  content: "";

  position: absolute;
  top: 0;
  right: 0;
  left: 0;

  height: 1px;

  opacity: 0;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(0, 255, 204, 0.65),
      transparent
    );

  transition: opacity 0.25s ease;
}

.service-card::after {
  content: "";

  position: absolute;
  top: -110px;
  right: -110px;

  width: 230px;
  height: 230px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(0, 255, 204, 0.055),
      transparent 68%
    );

  pointer-events: none;
}

.service-card:hover {
  border-color: rgba(0, 255, 204, 0.25);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 21px 40px rgba(0, 0, 0, 0.23),
    0 0 24px rgba(0, 255, 204, 0.035);

  transform: translateY(-4px);
}

.service-card:hover::before {
  opacity: 1;
}

.service-card--featured {
  border-color: rgba(0, 255, 204, 0.24);

  background:
    linear-gradient(
      145deg,
      rgba(0, 255, 204, 0.07),
      rgba(8, 18, 18, 0.96) 40%,
      rgba(4, 9, 10, 0.99)
    );
}

.service-card__top {
  position: relative;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;

  margin-bottom: 19px;
}

.service-card__number,
.service-card__category {
  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.5rem;
  font-weight: 720;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.service-card__number {
  color: rgba(0, 255, 204, 0.76);
}

.service-card__category {
  color: rgba(184, 194, 191, 0.46);
}

.service-card__icon {
  position: relative;
  z-index: 1;

  width: 42px;
  height: 42px;

  display: grid;
  place-items: center;

  margin-bottom: 17px;

  border: 1px solid rgba(0, 255, 204, 0.18);
  border-radius: 10px;

  background:
    linear-gradient(
      145deg,
      rgba(0, 255, 204, 0.075),
      rgba(0, 255, 204, 0.012)
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 0 16px rgba(0, 255, 204, 0.035);
}

.service-card__icon svg {
  width: 21px;
  height: 21px;

  fill: none;
  stroke: rgba(0, 255, 204, 0.82);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  position: relative;
  z-index: 1;

  margin: 0 0 11px;

  color: rgba(242, 248, 247, 0.95);

  font-size: clamp(1rem, 1.16vw, 1.22rem);
  font-weight: 670;
  line-height: 1.3;
}

.service-card > p {
  position: relative;
  z-index: 1;

  margin: 0;

  color: rgba(184, 194, 191, 0.7);

  font-size: clamp(0.79rem, 0.87vw, 0.91rem);
  line-height: 1.61;
}

.service-card__capabilities {
  position: relative;
  z-index: 1;

  display: flex;
  flex-direction: column;
  gap: 7px;

  margin: 19px 0 22px;
  padding: 17px 0 0;

  border-top: 1px solid rgba(255, 255, 255, 0.065);

  list-style: none;
}

.service-card__capabilities li {
  position: relative;

  padding-left: 16px;

  color: rgba(200, 211, 208, 0.66);

  font-size: 0.72rem;
  line-height: 1.42;
}

.service-card__capabilities li::before {
  content: "";

  position: absolute;
  top: 0.55em;
  left: 0;

  width: 5px;
  height: 5px;

  border-radius: 50%;

  background: rgba(245, 166, 35, 0.8);

  box-shadow:
    0 0 7px rgba(245, 166, 35, 0.35);
}

.service-card__outcome {
  position: relative;
  z-index: 1;

  margin-top: auto;
  padding: 14px 15px;

  border: 1px solid rgba(245, 166, 35, 0.14);
  border-radius: 10px;

  background:
    linear-gradient(
      90deg,
      rgba(245, 166, 35, 0.045),
      rgba(245, 166, 35, 0.008)
    );
}

.service-card__outcome span {
  display: block;

  margin-bottom: 5px;

  color: rgba(245, 166, 35, 0.72);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.47rem;
  font-weight: 720;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-card__outcome strong {
  display: block;

  color: rgba(232, 237, 235, 0.81);

  font-size: 0.72rem;
  font-weight: 610;
  line-height: 1.45;
}


/* =========================================================
   SERVICES CONCLUSION
   ========================================================= */

.services-conclusion {
  position: relative;
  overflow: hidden;

  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(30px, 5vw, 76px);

  margin-top: 25px;
  padding: clamp(27px, 3.5vw, 43px);

  border: 1px solid rgba(0, 255, 204, 0.2);
  border-radius: 17px;

  background:
    linear-gradient(
      125deg,
      rgba(0, 255, 204, 0.055),
      rgba(8, 17, 17, 0.95) 38%,
      rgba(4, 10, 11, 0.99)
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 20px 45px rgba(0, 0, 0, 0.2);
}

.services-conclusion::before {
  content: "";

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  width: 2px;

  background:
    linear-gradient(
      180deg,
      rgba(0, 255, 204, 0.95),
      rgba(245, 166, 35, 0.68)
    );

  box-shadow:
    0 0 13px rgba(0, 255, 204, 0.22);
}

.services-conclusion__glow {
  position: absolute;
  top: -180px;
  right: 16%;

  width: 430px;
  height: 430px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(0, 255, 204, 0.075),
      transparent 68%
    );

  pointer-events: none;
}

.services-conclusion__copy,
.services-conclusion__actions {
  position: relative;
  z-index: 1;
}

.services-conclusion__copy {
  max-width: 760px;
}

.services-conclusion__eyebrow {
  display: block;

  margin-bottom: 9px;

  color: rgba(245, 166, 35, 0.84);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.56rem;
  font-weight: 720;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.services-conclusion__copy h3 {
  margin: 0 0 8px;

  color: rgba(242, 248, 247, 0.96);

  font-size: clamp(1.28rem, 1.85vw, 1.95rem);
  font-weight: 650;
  letter-spacing: -0.018em;
  line-height: 1.25;
}

.services-conclusion__copy p {
  margin: 0;

  color: rgba(184, 194, 191, 0.75);

  font-size: clamp(0.88rem, 1vw, 1.04rem);
  line-height: 1.63;
}

.services-conclusion__actions {
  width: min(100%, 325px);

  display: flex;
  flex-direction: column;
  gap: 12px;
}

.services-conclusion__audit {
  width: 100%;
  min-height: 64px;
}

.services-conclusion__contact {
  width: 100%;
  min-height: 49px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;

  padding: 11px 18px;

  border: 1px solid rgba(245, 166, 35, 0.3);
  border-radius: 10px;

  background:
    linear-gradient(
      135deg,
      rgba(245, 166, 35, 0.085),
      rgba(245, 166, 35, 0.015)
    );

  color: rgba(255, 222, 168, 0.94);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.63rem;
  font-weight: 730;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.services-conclusion__contact:hover,
.services-conclusion__contact:focus-visible {
  border-color: rgba(245, 166, 35, 0.64);

  background:
    linear-gradient(
      135deg,
      rgba(245, 166, 35, 0.15),
      rgba(245, 166, 35, 0.025)
    );

  box-shadow:
    0 0 21px rgba(245, 166, 35, 0.09);

  transform: translateY(-2px);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

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

  .services-framework {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 960px) {
  .services-header {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 21px;
  }

  .services-header__statement {
    max-width: 760px;
  }

  .services-conclusion {
    grid-template-columns: 1fr;
  }

  .services-conclusion__actions {
    width: 100%;
    max-width: 680px;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


@media (max-width: 760px) {
  .services-framework__sequence {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .services-framework__arrow {
    display: none;
  }

  .services-framework__stage {
    min-height: 0;
  }

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

  .services-conclusion__actions {
    grid-template-columns: 1fr;
    max-width: none;
  }
}


@media (max-width: 480px) {
  .services-framework,
  .service-card,
  .services-conclusion {
    padding-right: 20px;
    padding-left: 20px;
  }

  .service-card__top {
    align-items: flex-start;
  }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .service-card,
  .services-conclusion__contact {
    transition: none;
  }
}


/* =========================================================
   SOLUTION SECTION
   ========================================================= */

.solution-section {
  padding-bottom: 32px;
}


/* =========================================================
   HEADER
   ========================================================= */

.solution-header {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(340px, 0.84fr);
  align-items: end;
  gap: clamp(38px, 6vw, 90px);

  margin-bottom: clamp(30px, 4vw, 52px);
}

.solution-header__title h2 {
  margin-bottom: 0;
}

.solution-header__title h2 span {
  color: var(--neongreen);
}

.solution-header__statement {
  position: relative;

  padding: 3px 0 4px 23px;
}

.solution-header__statement::before {
  content: "";

  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;

  width: 2px;

  border-radius: 99px;

  background:
    linear-gradient(
      180deg,
      rgba(145, 102, 255, 0.95),
      rgba(0, 255, 204, 0.72)
    );

  box-shadow:
    0 0 14px rgba(145, 102, 255, 0.18);
}

.solution-header__eyebrow {
  display: block;

  margin-bottom: 8px;

  color: rgba(184, 145, 255, 0.86);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.55rem;
  font-weight: 720;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.solution-header__statement p {
  margin: 0;

  color: rgba(184, 194, 191, 0.78);

  font-size: clamp(1rem, 1.28vw, 1.24rem);
  line-height: 1.62;
}

.solution-header__statement strong {
  color: rgba(218, 255, 244, 0.95);
  font-weight: 680;
}


/* =========================================================
   VISIBILITY SYSTEM
   ========================================================= */

.solution-system {
  position: relative;
  overflow: hidden;

  margin-bottom: 25px;

  border: 1px solid rgba(0, 255, 204, 0.22);
  border-radius: 18px;

  background:
    linear-gradient(
      145deg,
      rgba(8, 19, 19, 0.98),
      rgba(4, 9, 10, 0.99)
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 22px 48px rgba(0, 0, 0, 0.22),
    0 0 30px rgba(0, 255, 204, 0.035);
}

.solution-system::before {
  content: "";

  position: absolute;
  top: -190px;
  right: -120px;

  width: 440px;
  height: 440px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(0, 255, 204, 0.085),
      rgba(145, 102, 255, 0.025) 43%,
      transparent 70%
    );

  pointer-events: none;
}

.solution-system::after {
  content: "";

  position: absolute;
  inset: 0;

  opacity: 0.15;

  background-image:
    linear-gradient(
      rgba(0, 255, 204, 0.045) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(0, 255, 204, 0.045) 1px,
      transparent 1px
    );

  background-size: 31px 31px;

  mask-image:
    linear-gradient(
      90deg,
      transparent 18%,
      black
    );

  pointer-events: none;
}

.solution-system__header {
  position: relative;
  z-index: 1;

  min-height: 44px;
  padding: 0 19px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.065);

  background:
    linear-gradient(
      90deg,
      rgba(0, 255, 204, 0.045),
      transparent 65%
    );
}

.solution-system__identity {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  color: rgba(217, 235, 231, 0.72);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.54rem;
  font-weight: 710;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.solution-system__pulse {
  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: var(--green);

  box-shadow:
    0 0 7px var(--green),
    0 0 15px rgba(0, 255, 204, 0.36);
}

.solution-system__status {
  color: rgba(0, 255, 204, 0.66);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.48rem;
  font-weight: 710;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.solution-system__body {
  position: relative;
  z-index: 1;

  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  align-items: center;
  gap: clamp(36px, 5vw, 76px);

  padding: clamp(27px, 3.5vw, 44px);
}

.solution-system__intro {
  max-width: 650px;
}

.solution-system__eyebrow {
  display: block;

  margin-bottom: 9px;

  color: rgba(245, 166, 35, 0.84);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.55rem;
  font-weight: 720;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.solution-system__intro h3 {
  margin: 0;

  color: rgba(242, 248, 247, 0.96);

  font-size: clamp(1.35rem, 2vw, 2.12rem);
  font-weight: 640;
  letter-spacing: -0.022em;
  line-height: 1.2;
}

.solution-system__intro h3 span {
  color: var(--neongreen);
}

.solution-system__intro p {
  margin: 14px 0 0;

  color: rgba(184, 194, 191, 0.73);

  font-size: clamp(0.84rem, 0.95vw, 0.99rem);
  line-height: 1.64;
}


/* =========================================================
   SYSTEM FLOW
   ========================================================= */

.solution-system__flow {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    auto
    minmax(0, 1fr)
    auto
    minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.solution-flow__stage {
  min-width: 0;
  min-height: 103px;

  display: grid;
  grid-template-columns: 31px minmax(0, 1fr);
  align-items: center;
  gap: 12px;

  padding: 15px;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.026),
      rgba(255, 255, 255, 0.008)
    );
}

.solution-flow__number {
  display: grid;
  place-items: center;

  width: 31px;
  height: 31px;

  border-radius: 8px;

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.48rem;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.solution-flow__stage strong {
  display: block;

  margin-bottom: 4px;

  color: rgba(239, 246, 244, 0.94);

  font-size: 0.76rem;
  font-weight: 730;
}

.solution-flow__stage small {
  display: block;

  color: rgba(184, 194, 191, 0.57);

  font-size: 0.62rem;
  line-height: 1.35;
}

.solution-flow__arrow {
  color: rgba(184, 194, 191, 0.32);
  font-size: 0.86rem;
}

.solution-flow__stage--understand {
  border-color: rgba(83, 194, 255, 0.21);
  background: rgba(83, 194, 255, 0.043);
}

.solution-flow__stage--understand
.solution-flow__number {
  border: 1px solid rgba(83, 194, 255, 0.24);

  background: rgba(83, 194, 255, 0.075);
  color: rgba(83, 194, 255, 0.9);
}

.solution-flow__stage--verify {
  border-color: rgba(245, 166, 35, 0.22);
  background: rgba(245, 166, 35, 0.045);
}

.solution-flow__stage--verify
.solution-flow__number {
  border: 1px solid rgba(245, 166, 35, 0.25);

  background: rgba(245, 166, 35, 0.075);
  color: rgba(245, 166, 35, 0.92);
}

.solution-flow__stage--recommend {
  border-color: rgba(0, 255, 204, 0.22);
  background: rgba(0, 255, 204, 0.043);
}

.solution-flow__stage--recommend
.solution-flow__number {
  border: 1px solid rgba(0, 255, 204, 0.24);

  background: rgba(0, 255, 204, 0.072);
  color: rgba(0, 255, 204, 0.88);
}


/* =========================================================
   FOUNDATION PANELS
   ========================================================= */

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

.solution-foundation {
  position: relative;
  overflow: hidden;

  display: flex;
  flex-direction: column;

  min-width: 0;
  padding: clamp(24px, 3vw, 34px);

  border: 1px solid rgba(0, 255, 204, 0.12);
  border-radius: 16px;

  background:
    linear-gradient(
      145deg,
      rgba(10, 20, 20, 0.88),
      rgba(5, 10, 11, 0.98)
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.028),
    0 17px 38px rgba(0, 0, 0, 0.18);
}

.solution-foundation::after {
  content: "";

  position: absolute;
  top: -110px;
  right: -110px;

  width: 250px;
  height: 250px;

  border-radius: 50%;

  pointer-events: none;
}

.solution-foundation--visibility {
  border-color: rgba(145, 102, 255, 0.2);
}

.solution-foundation--visibility::after {
  background:
    radial-gradient(
      circle,
      rgba(145, 102, 255, 0.075),
      transparent 68%
    );
}

.solution-foundation--infrastructure {
  border-color: rgba(0, 255, 204, 0.19);
}

.solution-foundation--infrastructure::after {
  background:
    radial-gradient(
      circle,
      rgba(0, 255, 204, 0.065),
      transparent 68%
    );
}

.solution-foundation__top {
  position: relative;
  z-index: 1;

  display: grid;
  grid-template-columns: 47px minmax(0, 1fr);
  align-items: center;
  gap: 15px;

  margin-bottom: 18px;
}

.solution-foundation__icon {
  width: 47px;
  height: 47px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 11px;

  background: rgba(255, 255, 255, 0.022);
}

.solution-foundation--visibility
.solution-foundation__icon {
  border-color: rgba(145, 102, 255, 0.23);
  background: rgba(145, 102, 255, 0.065);
}

.solution-foundation--infrastructure
.solution-foundation__icon {
  border-color: rgba(0, 255, 204, 0.22);
  background: rgba(0, 255, 204, 0.055);
}

.solution-foundation__icon svg {
  width: 23px;
  height: 23px;

  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.solution-foundation--visibility
.solution-foundation__icon svg {
  stroke: rgba(183, 148, 255, 0.9);
}

.solution-foundation--infrastructure
.solution-foundation__icon svg {
  stroke: rgba(0, 255, 204, 0.84);
}

.solution-foundation__label {
  display: block;

  margin-bottom: 4px;

  color: rgba(245, 166, 35, 0.75);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.49rem;
  font-weight: 720;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.solution-foundation__top h3 {
  margin: 0;

  color: rgba(242, 248, 247, 0.95);

  font-size: clamp(1.04rem, 1.3vw, 1.36rem);
  font-weight: 670;
  line-height: 1.3;
}

.solution-foundation__summary {
  position: relative;
  z-index: 1;

  margin: 0 0 22px;

  color: rgba(184, 194, 191, 0.72);

  font-size: clamp(0.8rem, 0.9vw, 0.94rem);
  line-height: 1.62;
}

.solution-foundation__capabilities {
  position: relative;
  z-index: 1;

  display: flex;
  flex-direction: column;
  gap: 10px;

  margin-bottom: 22px;
}

.solution-capability {
  display: grid;
  grid-template-columns: 29px minmax(0, 1fr);
  gap: 12px;

  padding: 13px 14px;

  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 10px;

  background: rgba(255, 255, 255, 0.015);
}

.solution-capability__marker {
  padding-top: 2px;

  color: rgba(245, 166, 35, 0.78);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.48rem;
  font-weight: 730;
  letter-spacing: 0.08em;
}

.solution-capability strong {
  display: block;

  margin-bottom: 4px;

  color: rgba(229, 237, 235, 0.91);

  font-size: 0.77rem;
  font-weight: 690;
}

.solution-capability p {
  margin: 0;

  color: rgba(184, 194, 191, 0.61);

  font-size: 0.69rem;
  line-height: 1.46;
}

.solution-foundation__outcome {
  position: relative;
  z-index: 1;

  margin-top: auto;
  padding: 15px 16px;

  border: 1px solid rgba(245, 166, 35, 0.15);
  border-radius: 10px;

  background:
    linear-gradient(
      90deg,
      rgba(245, 166, 35, 0.045),
      rgba(245, 166, 35, 0.008)
    );
}

.solution-foundation__outcome span {
  display: block;

  margin-bottom: 5px;

  color: rgba(245, 166, 35, 0.73);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.47rem;
  font-weight: 720;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.solution-foundation__outcome strong {
  display: block;

  color: rgba(230, 237, 235, 0.82);

  font-size: 0.73rem;
  font-weight: 610;
  line-height: 1.47;
}


/* =========================================================
   OUTCOME CARDS
   ========================================================= */

.solution-outcomes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;

  margin-top: 24px;
}

.solution-outcome {
  position: relative;
  overflow: hidden;

  min-width: 0;
  padding: clamp(21px, 2.5vw, 29px);

  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 15px;

  background:
    linear-gradient(
      145deg,
      rgba(10, 19, 19, 0.88),
      rgba(5, 10, 11, 0.97)
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 15px 32px rgba(0, 0, 0, 0.16);
}

.solution-outcome::after {
  content: "";

  position: absolute;
  right: -80px;
  bottom: -95px;

  width: 210px;
  height: 210px;

  border-radius: 50%;

  pointer-events: none;
}

.solution-outcome--understood {
  border-color: rgba(83, 194, 255, 0.18);
}

.solution-outcome--understood::after {
  background:
    radial-gradient(
      circle,
      rgba(83, 194, 255, 0.06),
      transparent 68%
    );
}

.solution-outcome--verified {
  border-color: rgba(195, 65, 96, 0.21);
}

.solution-outcome--verified::after {
  background:
    radial-gradient(
      circle,
      rgba(195, 65, 96, 0.065),
      transparent 68%
    );
}

.solution-outcome--recommended {
  border-color: rgba(0, 255, 204, 0.2);
}

.solution-outcome--recommended::after {
  background:
    radial-gradient(
      circle,
      rgba(0, 255, 204, 0.06),
      transparent 68%
    );
}

.solution-outcome__top {
  position: relative;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 20px;
}

.solution-outcome__number {
  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.51rem;
  font-weight: 730;
  letter-spacing: 0.1em;
}

.solution-outcome--understood
.solution-outcome__number,
.solution-outcome--understood
.solution-outcome__eyebrow {
  color: rgba(83, 194, 255, 0.84);
}

.solution-outcome--verified
.solution-outcome__number,
.solution-outcome--verified
.solution-outcome__eyebrow {
  color: rgba(210, 84, 116, 0.86);
}

.solution-outcome--recommended
.solution-outcome__number,
.solution-outcome--recommended
.solution-outcome__eyebrow {
  color: rgba(0, 255, 204, 0.83);
}

.solution-outcome__signal {
  width: 7px;
  height: 7px;

  border-radius: 50%;
}

.solution-outcome--understood
.solution-outcome__signal {
  background: rgba(83, 194, 255, 0.92);

  box-shadow:
    0 0 8px rgba(83, 194, 255, 0.75);
}

.solution-outcome--verified
.solution-outcome__signal {
  background: rgba(210, 84, 116, 0.94);

  box-shadow:
    0 0 8px rgba(210, 84, 116, 0.75);
}

.solution-outcome--recommended
.solution-outcome__signal {
  background: rgba(0, 255, 204, 0.92);

  box-shadow:
    0 0 8px rgba(0, 255, 204, 0.72);
}

.solution-outcome__eyebrow {
  position: relative;
  z-index: 1;

  display: block;

  margin-bottom: 7px;

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.5rem;
  font-weight: 720;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.solution-outcome h3 {
  position: relative;
  z-index: 1;

  margin: 0 0 10px;

  color: rgba(242, 248, 247, 0.96);

  font-size: clamp(1.1rem, 1.45vw, 1.48rem);
  font-weight: 680;
}

.solution-outcome p {
  position: relative;
  z-index: 1;

  margin: 0;

  color: rgba(184, 194, 191, 0.7);

  font-size: clamp(0.78rem, 0.87vw, 0.91rem);
  line-height: 1.61;
}


/* =========================================================
   CONCLUSION
   ========================================================= */

.solution-conclusion {
  position: relative;
  overflow: hidden;

  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(30px, 5vw, 76px);

  margin-top: 25px;
  padding: clamp(27px, 3.5vw, 43px);

  border: 1px solid rgba(145, 102, 255, 0.2);
  border-radius: 17px;

  background:
    linear-gradient(
      125deg,
      rgba(145, 102, 255, 0.055),
      rgba(8, 17, 17, 0.95) 38%,
      rgba(4, 10, 11, 0.99)
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 20px 45px rgba(0, 0, 0, 0.2);
}

.solution-conclusion::before {
  content: "";

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  width: 2px;

  background:
    linear-gradient(
      180deg,
      rgba(145, 102, 255, 0.95),
      rgba(0, 255, 204, 0.72)
    );

  box-shadow:
    0 0 13px rgba(145, 102, 255, 0.22);
}

.solution-conclusion__glow {
  position: absolute;
  top: -180px;
  right: 16%;

  width: 430px;
  height: 430px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(145, 102, 255, 0.075),
      transparent 68%
    );

  pointer-events: none;
}

.solution-conclusion__copy,
.solution-conclusion__actions {
  position: relative;
  z-index: 1;
}

.solution-conclusion__copy {
  max-width: 760px;
}

.solution-conclusion__eyebrow {
  display: block;

  margin-bottom: 9px;

  color: rgba(245, 166, 35, 0.84);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.56rem;
  font-weight: 720;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.solution-conclusion__copy h3 {
  margin: 0 0 8px;

  color: rgba(242, 248, 247, 0.96);

  font-size: clamp(1.28rem, 1.85vw, 1.95rem);
  font-weight: 650;
  letter-spacing: -0.018em;
  line-height: 1.25;
}

.solution-conclusion__copy p {
  margin: 0;

  color: rgba(184, 194, 191, 0.75);

  font-size: clamp(0.88rem, 1vw, 1.04rem);
  line-height: 1.63;
}

.solution-conclusion__actions {
  width: min(100%, 335px);

  display: flex;
  flex-direction: column;
  gap: 12px;
}

.solution-conclusion__audit {
  width: 100%;
  min-height: 64px;
}

.solution-conclusion__contact {
  width: 100%;
  min-height: 49px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;

  padding: 11px 18px;

  border: 1px solid rgba(145, 102, 255, 0.35);
  border-radius: 10px;

  background:
    linear-gradient(
      135deg,
      rgba(145, 102, 255, 0.11),
      rgba(145, 102, 255, 0.018)
    );

  color: rgba(218, 201, 255, 0.95);

  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.61rem;
  font-weight: 730;
  letter-spacing: 0.075em;
  text-transform: uppercase;

  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.solution-conclusion__contact:hover,
.solution-conclusion__contact:focus-visible {
  border-color: rgba(177, 143, 255, 0.7);

  background:
    linear-gradient(
      135deg,
      rgba(145, 102, 255, 0.18),
      rgba(145, 102, 255, 0.03)
    );

  box-shadow:
    0 0 22px rgba(145, 102, 255, 0.12);

  transform: translateY(-2px);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1120px) {
  .solution-system__body {
    grid-template-columns: 1fr;
  }

  .solution-system__intro {
    max-width: 780px;
  }
}


@media (max-width: 980px) {
  .solution-header {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 21px;
  }

  .solution-header__statement {
    max-width: 780px;
  }

  .solution-foundations {
    grid-template-columns: 1fr;
  }

  .solution-conclusion {
    grid-template-columns: 1fr;
  }

  .solution-conclusion__actions {
    width: 100%;
    max-width: 700px;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


@media (max-width: 760px) {
  .solution-system__flow {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .solution-flow__arrow {
    display: none;
  }

  .solution-flow__stage {
    min-height: 0;
  }

  .solution-outcomes {
    grid-template-columns: 1fr;
  }

  .solution-conclusion__actions {
    grid-template-columns: 1fr;
    max-width: none;
  }
}


@media (max-width: 540px) {
  .solution-system__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;

    padding-top: 11px;
    padding-bottom: 11px;
  }

  .solution-system__status {
    padding-left: 16px;
  }

  .solution-system__body,
  .solution-foundation,
  .solution-outcome,
  .solution-conclusion {
    padding-right: 20px;
    padding-left: 20px;
  }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .solution-conclusion__contact {
    transition: none;
  }
}


.hero-analysis--focus-analyze
.hero-analysis__submit {
  transform: translateY(-2px);

  box-shadow:
    0 12px 35px rgba(0, 255, 204, 0.18),
    0 0 25px rgba(0, 255, 204, 0.12);
}

.hero-analysis--focus-understand
.hero-analysis__check {
  transform: translateX(3px);
  opacity: 1;
}

.hero-analysis--focus-understand
.hero-analysis__check:nth-child(1) {
  transition-delay: 0ms;
}

.hero-analysis--focus-understand
.hero-analysis__check:nth-child(2) {
  transition-delay: 80ms;
}

.hero-analysis--focus-understand
.hero-analysis__check:nth-child(3) {
  transition-delay: 160ms;
}


/* =========================================================
   WORKFLOW HOVER → WEBSITE INPUT RESPONSE
   ========================================================= */

.hero-analysis__input-wrap {
  transition:
    border-color 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease;
}


/* Website workflow node is active */

.hero-analysis--focus-website
.hero-analysis__form label:first-of-type
+ .hero-analysis__input-wrap {
  border-color: rgba(255, 215, 109, 0.72);

  background:
    linear-gradient(
      135deg,
      rgba(255, 215, 109, 0.08),
      rgba(255, 215, 109, 0.025)
    );

  box-shadow:
    0 0 0 1px rgba(255, 215, 109, 0.16),
    0 0 18px rgba(255, 202, 82, 0.16),
    0 0 38px rgba(255, 202, 82, 0.08),
    inset 0 0 18px rgba(255, 215, 109, 0.035);

  transform: translateY(-1px);
}


/* Website icon */

.hero-analysis--focus-website
.hero-analysis__form label:first-of-type
+ .hero-analysis__input-wrap
.hero-analysis__input-icon {
  color: #ffd76d;

  filter:
    drop-shadow(
      0 0 6px rgba(255, 215, 109, 0.5)
    );
}


/* Input signal dot / indicator */

.hero-analysis--focus-website
.hero-analysis__form label:first-of-type
+ .hero-analysis__input-wrap
.hero-analysis__input-signal {
  background: #ffd76d;

  box-shadow:
    0 0 7px rgba(255, 215, 109, 0.95),
    0 0 16px rgba(255, 215, 109, 0.48);
}

.hero-analysis--focus-website
.hero-analysis__input-wrap--website {
  border-color: rgba(255, 215, 109, 0.72);

  background:
    linear-gradient(
      135deg,
      rgba(255, 215, 109, 0.08),
      rgba(255, 215, 109, 0.025)
    );

  box-shadow:
    0 0 0 1px rgba(255, 215, 109, 0.16),
    0 0 18px rgba(255, 202, 82, 0.16),
    0 0 38px rgba(255, 202, 82, 0.08),
    inset 0 0 18px rgba(255, 215, 109, 0.035);

  transform: translateY(-1px);
}

.hero-analysis--focus-website
.hero-analysis__input-wrap--website
.hero-analysis__input-icon {
  color: #ffd76d;

  filter:
    drop-shadow(
      0 0 6px rgba(255, 215, 109, 0.5)
    );
}

.hero-analysis--focus-website
.hero-analysis__input-wrap--website
.hero-analysis__input-signal {
  background: #ffd76d;

  box-shadow:
    0 0 7px rgba(255, 215, 109, 0.95),
    0 0 16px rgba(255, 215, 109, 0.48);
}

/* =========================================================
   WORKFLOW HOVER → ANALYZE BUTTON
   Burnished orange / suede treatment
   ========================================================= */

.hero-analysis__submit {
  position: relative;
  overflow: hidden;

  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease,
    color 0.35s ease;
}

.hero-analysis--focus-analyze
.hero-analysis__submit {
  background:
    linear-gradient(
      135deg,
      #5e2514 0%,
      #8d3519 24%,
      #c55324 48%,
      #9b3b1b 72%,
      #562014 100%
    );

  border-color: rgba(238, 112, 54, 0.72);

  color: #fff7f1;

  transform: translateY(-2px);

  box-shadow:
    inset 0 1px 0 rgba(255, 196, 151, 0.20),
    inset 0 -1px 0 rgba(60, 15, 4, 0.45),
    0 8px 24px rgba(35, 10, 3, 0.30),
    0 0 24px rgba(210, 78, 28, 0.12);
}


.hero-analysis__submit::after {
  content: "";

  position: absolute;
  top: -40%;
  bottom: -40%;
  left: -45%;

  width: 28%;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 225, 198, 0.16),
      transparent
    );

  transform: skewX(-18deg);

  opacity: 0;

  pointer-events: none;
}

.hero-analysis--focus-analyze
.hero-analysis__submit::after {
  opacity: 1;
  animation: analyzeButtonSheen 1.8s ease-in-out infinite;
}

@keyframes analyzeButtonSheen {
  0% {
    left: -45%;
  }

  55%,
  100% {
    left: 125%;
  }
}


/* =========================================================
   WORKFLOW HOVER → UNDERSTAND
   Sequential analysis-check activation
   ========================================================= */

.hero-analysis__check {
  position: relative;

  transition:
    transform 0.35s ease,
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    opacity 0.35s ease;
}


/* Run the sequence while UNDERSTAND is active */

.hero-analysis--focus-understand
.hero-analysis__check:nth-child(1) {
  animation:
    understandCheckPulse 1.8s ease-in-out 0s infinite;
}

.hero-analysis--focus-understand
.hero-analysis__check:nth-child(2) {
  animation:
    understandCheckPulse 1.8s ease-in-out 0.18s infinite;
}

.hero-analysis--focus-understand
.hero-analysis__check:nth-child(3) {
  animation:
    understandCheckPulse 1.8s ease-in-out 0.36s infinite;
}


/* Checkmark responds with the card */

.hero-analysis--focus-understand
.hero-analysis__check > span:first-child {
  animation:
    understandCheckMark 1.8s ease-in-out infinite;
}


/* =========================================================
   CHECK CARD PULSE
   ========================================================= */

@keyframes understandCheckPulse {

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

    box-shadow:
      0 0 0 rgba(0, 255, 204, 0);

    filter:
      brightness(1);
  }

  35% {
    transform:
      translateY(-3px)
      scale(1.045);

    box-shadow:
      0 10px 26px rgba(0, 0, 0, 0.22),
      0 0 22px rgba(0, 255, 204, 0.13);

    filter:
      brightness(1.18);
  }

  60% {
    transform:
      translateY(-1px)
      scale(1.015);

    box-shadow:
      0 5px 16px rgba(0, 0, 0, 0.16),
      0 0 12px rgba(0, 255, 204, 0.07);

    filter:
      brightness(1.06);
  }

}


/* =========================================================
   CHECKMARK PULSE
   ========================================================= */

@keyframes understandCheckMark {

  0%,
  100% {
    transform: scale(1);

    filter:
      brightness(1);
  }

  35% {
    transform: scale(1.15);

    filter:
      brightness(1.35)
      drop-shadow(
        0 0 5px rgba(0, 255, 204, 0.45)
      );
  }

}


.hero-analysis--focus-understand
.hero-analysis__check:nth-child(1)
> span:first-child {
  animation:
    understandCheckMark 1.8s ease-in-out 0s infinite;
}

.hero-analysis--focus-understand
.hero-analysis__check:nth-child(2)
> span:first-child {
  animation:
    understandCheckMark 1.8s ease-in-out 0.18s infinite;
}

.hero-analysis--focus-understand
.hero-analysis__check:nth-child(3)
> span:first-child {
  animation:
    understandCheckMark 1.8s ease-in-out 0.36s infinite;
}


/* =========================================================
   UNDERSTAND — PURPLE CASCADE
   ========================================================= */

@keyframes understandCheckPulse {

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

    background:
      linear-gradient(
        135deg,
        rgba(16, 18, 22, 0.96),
        rgba(10, 12, 15, 0.96)
      );

    border-color:
      rgba(255, 255, 255, 0.07);

    box-shadow:
      0 0 0 rgba(139, 92, 246, 0);

    filter:
      brightness(1);
  }


  30% {
    transform:
      translateY(-3px)
      scale(1.045);

    background:
      linear-gradient(
        135deg,
        #24163d 0%,
        #4a2672 32%,
        #7040a0 52%,
        #422361 74%,
        #1d142e 100%
      );

    border-color:
      rgba(184, 133, 255, 0.52);

    box-shadow:
      inset 0 1px 0 rgba(220, 190, 255, 0.18),
      inset 0 -1px 0 rgba(25, 8, 42, 0.45),
      0 10px 26px rgba(0, 0, 0, 0.28),
      0 0 24px rgba(139, 92, 246, 0.22);

    filter:
      brightness(1.12);
  }


  55% {
    transform:
      translateY(-1px)
      scale(1.018);

    background:
      linear-gradient(
        135deg,
        #1c142c 0%,
        #35204f 40%,
        #482861 65%,
        #17111f 100%
      );

    border-color:
      rgba(174, 121, 246, 0.30);

    box-shadow:
      0 6px 18px rgba(0, 0, 0, 0.22),
      0 0 14px rgba(139, 92, 246, 0.10);

    filter:
      brightness(1.05);
  }

}
