:root {
  --bg: #edf2f6;
  --bg-soft: #f7fafc;
  --surface: #ffffff;
  --surface-alt: #eef4f8;
  --ink: #0f2433;
  --ink-soft: #476174;
  --line: rgba(14, 41, 58, 0.14);
  --brand-900: #08263c;
  --brand-800: #0a3550;
  --brand-700: #0d4f71;
  --brand-600: #0f6287;
  --brand-500: #1b7ca8;
  --accent-500: #2ab39b;
  --accent-600: #249880;
  --accent-700: #1d7f6b;
  --white: #ffffff;
  --shadow-lg: 0 26px 60px rgba(7, 29, 45, 0.16);
  --shadow-md: 0 12px 30px rgba(8, 30, 46, 0.12);
  --radius-xl: 1.2rem;
  --radius-lg: 0.9rem;
  --radius-md: 0.72rem;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Manrope', sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.52;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

[hidden] {
  display: none !important;
}

.container {
  width: min(var(--container), calc(100% - 2rem));
  margin: 0 auto;
}

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

.section {
  padding: clamp(4rem, 8vw, 6.5rem) 0;
}

.section-head {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.section-head h2 {
  margin: 0.55rem 0 0;
  font-size: clamp(1.9rem, 4.3vw, 3.1rem);
  letter-spacing: -0.018em;
  line-height: 1.08;
  font-family: 'Space Grotesk', sans-serif;
}

.section-head p {
  margin: 0.8rem 0 0;
  color: var(--ink-soft);
  font-size: 1.03rem;
  line-height: 1.7;
}

.eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.8rem;
  color: #1d6788;
  font-weight: 700;
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 1.6rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  text-decoration: none;
  border: none;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 0.78rem 1.2rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.btn:focus-visible {
  outline: 3px solid rgba(42, 179, 155, 0.5);
  outline-offset: 2px;
}

.btn-accent,
.btn-solid {
  color: #063228;
  background: linear-gradient(135deg, var(--accent-500), #53d9bf);
  box-shadow: 0 14px 34px rgba(34, 160, 136, 0.26);
}

.btn-accent:hover,
.btn-solid:hover {
  background: linear-gradient(135deg, var(--accent-600), var(--accent-500));
}

.btn-outline {
  border: 1px solid rgba(231, 245, 255, 0.66);
  color: var(--white);
  background: rgba(11, 53, 78, 0.3);
}

.btn-quiet {
  color: #0f4f70;
  background: rgba(15, 95, 133, 0.1);
  border: 1px solid rgba(15, 95, 133, 0.24);
}

.btn-quiet:hover {
  background: rgba(15, 95, 133, 0.18);
}

.skip-link {
  position: absolute;
  left: 0.7rem;
  top: -3rem;
  z-index: 100;
  background: #0e3d59;
  color: #e8f5ff;
  text-decoration: none;
  border-radius: 0.5rem;
  padding: 0.55rem 0.8rem;
  font-weight: 700;
}

.skip-link:focus-visible {
  top: 0.7rem;
  outline: 3px solid rgba(58, 212, 184, 0.6);
}

.site-header {
  position: relative;
  z-index: 20;
}

.signal-bar {
  background: var(--brand-600);
  color: #dbf0fb;
  font-size: 0.88rem;
}

.signal-bar-inner {
  min-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.9rem;
  padding: 0.38rem 0;
}

.signal-text,
.signal-contact p {
  margin: 0;
}

.signal-contact {
  display: flex;
  align-items: center;
  gap: 0.58rem;
  flex-wrap: wrap;
}

.signal-contact a {
  color: #e8f7ff;
  text-decoration: none;
}

.main-nav-wrap {
  background: rgba(248, 252, 255, 0.86);
  border-bottom: 1px solid rgba(13, 40, 57, 0.12);
  box-shadow: 0 8px 20px rgba(8, 35, 51, 0.07);
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(10px);
}

.main-nav {
  min-height: 5.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  width: clamp(185px, 22vw, 274px);
  height: auto;
  display: block;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.desktop-nav a {
  position: relative;
  text-decoration: none;
  color: #132a39;
  font-size: 0.98rem;
  font-weight: 700;
  padding: 0.2rem 0;
}

.desktop-nav a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.32rem;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0d5f85, #2ab39b);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.desktop-nav a:hover {
  color: #0e597f;
}

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

.desktop-nav a:focus-visible,
.mobile-nav a:focus-visible {
  outline: 3px solid rgba(42, 179, 155, 0.5);
  outline-offset: 2px;
  border-radius: 0.4rem;
}

.has-caret::after {
  content: '▾';
  font-size: 0.76rem;
  margin-left: 0.34rem;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.72rem;
}

.search-btn,
.menu-toggle {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(18, 46, 64, 0.18);
  background: linear-gradient(165deg, #ffffff, #eaf5fb);
  padding: 0;
  cursor: pointer;
}

.search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.search-btn svg {
  width: 1.12rem;
  height: 1.12rem;
  fill: #274a60;
}

.search-btn:hover,
.menu-toggle:hover {
  border-color: rgba(15, 95, 133, 0.4);
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.24rem;
}

.menu-toggle span {
  width: 56%;
  height: 2px;
  background: #22465d;
}

.mobile-nav {
  background: #f8fbfe;
  border-top: 1px solid rgba(16, 43, 60, 0.12);
  border-bottom: 1px solid rgba(16, 43, 60, 0.12);
  padding: 0.7rem 1rem 1rem;
}

.mobile-nav.is-open {
  display: block;
}

.mobile-nav a {
  text-decoration: none;
  display: block;
  font-weight: 700;
  color: #173244;
  padding: 0.65rem 0;
}

.mobile-nav .btn {
  margin-top: 0.45rem;
  display: flex;
  justify-content: center;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(4.9rem, 8vw, 7.2rem) 0 clamp(4.8rem, 8.6vw, 7rem);
  background:
    linear-gradient(102deg, #0f5e85 0%, #0f5073 52%, #0a4060 52%, #07314b 100%),
    radial-gradient(circle at 14% 18%, rgba(125, 213, 255, 0.16), transparent 43%),
    radial-gradient(circle at 84% 12%, rgba(42, 179, 155, 0.2), transparent 39%);
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 22%),
    linear-gradient(to top, rgba(3, 16, 26, 0.46), rgba(3, 16, 26, 0) 42%);
  z-index: 0;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at -2% 18%, rgba(128, 218, 255, 0.32), transparent 34%),
    radial-gradient(circle at 88% 22%, rgba(70, 205, 183, 0.26), transparent 34%),
    radial-gradient(circle at 92% 88%, rgba(77, 180, 255, 0.12), transparent 36%);
  pointer-events: none;
  z-index: 0;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.13;
  mask-image: radial-gradient(circle at 46% 45%, black 36%, transparent 90%);
  z-index: 0;
}

.hero-orb {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
}

.hero-orb-a {
  width: clamp(210px, 24vw, 320px);
  height: clamp(210px, 24vw, 320px);
  top: -64px;
  left: -70px;
  background: radial-gradient(circle, rgba(106, 205, 244, 0.34), rgba(92, 199, 244, 0));
  animation: drift-a 12s ease-in-out infinite alternate;
}

.hero-orb-b {
  width: clamp(240px, 28vw, 360px);
  height: clamp(240px, 28vw, 360px);
  top: 12%;
  right: 2%;
  background: radial-gradient(circle, rgba(56, 220, 186, 0.22), rgba(56, 220, 186, 0));
  animation: drift-b 15s ease-in-out infinite alternate;
}

.hero-orb-c {
  width: clamp(220px, 26vw, 330px);
  height: clamp(220px, 26vw, 330px);
  right: -60px;
  bottom: -90px;
  background: radial-gradient(circle, rgba(68, 171, 255, 0.18), rgba(68, 171, 255, 0));
  animation: drift-c 17s ease-in-out infinite alternate;
}

.hero-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(1.2rem, 3vw, 2.5rem);
  align-items: center;
}

.hero-content {
  color: #eaf5fd;
  max-width: 640px;
}

.hero-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.83rem;
  font-weight: 700;
  color: #b4e7fb;
}

.hero h1 {
  margin: 1rem 0 0;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2.25rem, 5.2vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  max-width: 10.5ch;
  text-wrap: balance;
}

.hero-copy {
  margin: 1.2rem 0 0;
  max-width: 54ch;
  color: #d5e7f3;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.72;
}

.hero-actions {
  margin-top: 1.9rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.72rem;
}

.hero-actions .btn {
  min-width: 214px;
}

.hero-support {
  margin: 1.3rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.52rem;
  color: #d3e5f2;
  font-size: 0.86rem;
  max-width: 620px;
}

.hero-support li {
  display: inline-block;
  border: 1px solid rgba(188, 223, 242, 0.34);
  border-radius: 999px;
  background: rgba(7, 39, 59, 0.48);
  padding: 0.4rem 0.72rem;
}

.hero-support li::before {
  content: none;
}

.hero-visual {
  position: relative;
}

.hero-visual::before {
  content: '';
  position: absolute;
  inset: -8% -10% -12% 12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(73, 208, 183, 0.14), transparent 66%);
  filter: blur(10px);
}

.hero-visual-frame {
  position: relative;
  min-height: 360px;
  border: 1px solid rgba(185, 220, 239, 0.3);
  border-radius: 1rem;
  background:
    linear-gradient(160deg, rgba(11, 60, 86, 0.72), rgba(6, 38, 58, 0.74)),
    radial-gradient(circle at 85% 16%, rgba(69, 196, 173, 0.14), transparent 40%);
  box-shadow: 0 24px 44px rgba(5, 22, 34, 0.34);
  overflow: hidden;
}

.hero-visual-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(173, 208, 228, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(173, 208, 228, 0.13) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.4;
}

.hero-node {
  position: absolute;
  width: 0.78rem;
  height: 0.78rem;
  border-radius: 999px;
  border: 2px solid rgba(200, 235, 250, 0.8);
  background: rgba(88, 215, 194, 0.24);
  box-shadow: 0 0 0 6px rgba(88, 215, 194, 0.08);
}

.hero-node-a {
  top: 16%;
  left: 20%;
}

.hero-node-b {
  top: 38%;
  left: 52%;
}

.hero-node-c {
  top: 66%;
  left: 28%;
}

.hero-node-d {
  top: 22%;
  left: 72%;
}

.hero-node-e {
  top: 72%;
  left: 76%;
}

.hero-link {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, rgba(127, 222, 255, 0.12), rgba(127, 222, 255, 0.74));
  transform-origin: left center;
  border-radius: 999px;
}

.hero-link-a {
  top: 18%;
  left: 22%;
  width: 155px;
  transform: rotate(20deg);
}

.hero-link-b {
  top: 40%;
  left: 54%;
  width: 140px;
  transform: rotate(-22deg);
}

.hero-link-c {
  top: 67%;
  left: 30%;
  width: 188px;
  transform: rotate(-8deg);
}

.hero-link-d {
  top: 24%;
  left: 22%;
  width: 182px;
  transform: rotate(56deg);
}

.hero-link-e {
  top: 68%;
  left: 30%;
  width: 146px;
  transform: rotate(-36deg);
}

.logo-belt {
  background: linear-gradient(180deg, #f9fcff, #f2f8fc);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 1.15rem 0 1.35rem;
}

.logo-belt-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
}

.logo-belt-head .eyebrow {
  color: #155f82;
}

.logo-belt-head > p:last-child {
  margin: 0;
  color: #5a7587;
  font-size: 0.94rem;
}

.logos-grid {
  margin-top: 0.85rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
}

.logo-pill {
  min-height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(13, 39, 55, 0.14);
  padding: 0.7rem 0.95rem;
  box-shadow: 0 8px 18px rgba(9, 31, 47, 0.05);
}

.logo-pill img {
  max-width: 100%;
  max-height: 2.15rem;
  width: auto;
  height: auto;
  display: block;
}

.services {
  background:
    linear-gradient(180deg, #f7fbff 0%, #f2f8fd 100%),
    radial-gradient(circle at 80% 0, rgba(41, 157, 203, 0.08), transparent 34%);
}

.service-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 2rem;
}

.service-tab {
  border: 1px solid rgba(11, 39, 56, 0.15);
  background: linear-gradient(180deg, #ffffff, #f6fbff);
  color: #12384f;
  border-radius: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0.7rem 0.85rem;
  cursor: pointer;
  text-align: left;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.service-tab.is-active {
  background:
    linear-gradient(150deg, #0f658d, #0b4d70),
    radial-gradient(circle at 85% 0, rgba(95, 219, 193, 0.16), transparent 50%);
  color: #f0f8ff;
  border-color: transparent;
  box-shadow: 0 16px 32px rgba(8, 49, 71, 0.24);
}

.service-tab:hover {
  border-color: rgba(12, 88, 123, 0.34);
  transform: translateY(-1px);
}

.service-tab-title {
  display: block;
  font-size: 1rem;
}

.service-tab-meta {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #3f6479;
}

.service-tab.is-active .service-tab-meta {
  color: #cce8f6;
}

.service-tab:focus-visible,
.workflow-step:focus-visible {
  outline: 3px solid rgba(42, 179, 155, 0.45);
  outline-offset: 2px;
}

.service-panel-wrap {
  margin-top: 1rem;
  border: 1px solid rgba(13, 42, 61, 0.13);
  border-radius: 1.1rem;
  background: #fff;
  box-shadow: 0 18px 36px rgba(9, 35, 52, 0.12);
  overflow: hidden;
}

.service-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
  padding: clamp(1.25rem, 3vw, 2.2rem);
  align-items: center;
}

.service-visual {
  background:
    linear-gradient(145deg, #e5f3fc, #f4faff),
    radial-gradient(circle at 14% 0, rgba(41, 177, 215, 0.14), transparent 45%);
  border: 1px solid rgba(15, 47, 67, 0.12);
  border-radius: 0.95rem;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.device-stack {
  position: relative;
  width: min(95%, 450px);
  height: 250px;
}

.device {
  position: absolute;
  border: 2px solid #0f4b6b;
  border-radius: 0.9rem;
  background: #fff;
  box-shadow: 0 14px 30px rgba(13, 45, 64, 0.16);
}

.device-header {
  height: 0.8rem;
  border-bottom: 1px solid #d7e8f2;
  border-radius: 0.65rem 0.65rem 0 0;
  background: linear-gradient(90deg, #dbeff9, #f4fbff);
}

.device-body {
  display: grid;
  gap: 0.42rem;
  padding: 0.7rem;
}

.device-body span {
  height: 0.48rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #2a7da6, #4caad2);
  opacity: 0.9;
}

.monitor {
  width: 68%;
  height: 72%;
  left: 0;
  top: 16%;
}

.tablet {
  width: 44%;
  height: 60%;
  left: 43%;
  top: 8%;
}

.phone {
  width: 22%;
  height: 54%;
  right: 1%;
  bottom: 0;
}

.signal-matrix {
  width: min(94%, 430px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.signal-matrix div {
  height: 84px;
  border-radius: 0.8rem;
  border: 1px solid rgba(14, 53, 74, 0.16);
  background:
    linear-gradient(135deg, rgba(20, 109, 149, 0.14), rgba(20, 109, 149, 0.02)),
    radial-gradient(circle at 20% 20%, rgba(41, 179, 155, 0.26), transparent 70%);
}

.governance-stack {
  position: relative;
  width: min(92%, 420px);
  height: 250px;
}

.gov-card {
  position: absolute;
  width: 78%;
  height: 62%;
  border-radius: 1rem;
  border: 1px solid rgba(11, 43, 62, 0.15);
  background: linear-gradient(145deg, #ffffff, #eef6fb);
  box-shadow: 0 10px 24px rgba(13, 45, 64, 0.13);
}

.gov-card:nth-child(1) {
  left: 0;
  top: 16%;
}

.gov-card:nth-child(2) {
  left: 10%;
  top: 8%;
}

.gov-card:nth-child(3) {
  left: 20%;
  top: 0;
}

.service-copy h3 {
  margin: 0;
  font-size: clamp(1.5rem, 2.6vw, 2.15rem);
  letter-spacing: -0.012em;
  font-family: 'Space Grotesk', sans-serif;
  color: #0f3347;
}

.service-copy p {
  margin: 0.75rem 0 0;
  color: var(--ink-soft);
  line-height: 1.72;
}

.service-copy ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.service-copy li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #173f57;
  font-weight: 600;
}

.service-copy li::before {
  content: '';
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 999px;
  background: #29af97;
}

.service-copy .btn {
  margin-top: 1rem;
}

.verify-strip {
  padding: clamp(2.4rem, 6vw, 3.7rem) 0;
  background:
    linear-gradient(128deg, #0a4a6a, #0a3854 56%, #082d44),
    radial-gradient(circle at 12% 16%, rgba(114, 217, 255, 0.18), transparent 40%),
    radial-gradient(circle at 82% 22%, rgba(83, 217, 191, 0.2), transparent 44%);
  color: #eaf4fb;
}

.verify-shell {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 1.35rem;
  align-items: center;
}

.verify-copy h2 {
  margin: 0.45rem 0 0;
  font-size: clamp(1.45rem, 3.6vw, 2.35rem);
  line-height: 1.12;
  letter-spacing: -0.014em;
  font-family: 'Space Grotesk', sans-serif;
}

.verify-copy p {
  margin: 0.7rem 0 0;
  color: #d1e7f4;
}

.verify-points {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.42rem;
}

.verify-points li {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: #d3e9f6;
  font-size: 0.94rem;
}

.verify-points li::before {
  content: '';
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: #86e1cb;
}

.verify-form {
  margin: 0;
}

.verify-card {
  border: 1px solid rgba(205, 231, 246, 0.28);
  background:
    linear-gradient(165deg, rgba(9, 58, 84, 0.84), rgba(7, 40, 60, 0.88)),
    radial-gradient(circle at 95% 5%, rgba(99, 219, 195, 0.16), transparent 40%);
  border-radius: 0.92rem;
  padding: 0.9rem;
  box-shadow: 0 18px 30px rgba(5, 25, 39, 0.24);
  display: grid;
  gap: 0.65rem;
}

.verify-form input {
  width: 100%;
  min-height: 2.9rem;
  border-radius: 0.66rem;
  border: 1px solid rgba(221, 239, 249, 0.48);
  background: rgba(255, 255, 255, 0.98);
  color: #12354c;
  padding: 0 0.88rem;
  font: inherit;
}

.verify-form input::placeholder {
  color: #6b8798;
}

.verify-form input:focus-visible {
  outline: 3px solid rgba(79, 220, 193, 0.4);
  border-color: rgba(79, 220, 193, 0.85);
}

.verify-form button {
  min-height: 2.9rem;
  width: 100%;
}

.verify-note {
  margin: 0.1rem 0 0;
  min-height: 1.3rem;
  color: #d9f2ff;
  font-size: 0.87rem;
  line-height: 1.4;
}

.verify-footnote {
  margin: 0.1rem 0 0;
  color: #b9d8ea;
  font-size: 0.78rem;
  line-height: 1.45;
}

.industries {
  background: var(--bg-soft);
}

.industry-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.industry-card {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(13, 40, 57, 0.14);
  padding: 1rem;
  box-shadow: var(--shadow-md);
}

.industry-icon {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(13, 111, 154, 0.14), rgba(29, 189, 160, 0.16));
  margin-bottom: 0.6rem;
}

.industry-icon svg {
  width: 1.28rem;
  height: 1.28rem;
  fill: #0e668d;
}

.industry-card h3 {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: -0.012em;
  font-family: 'Space Grotesk', sans-serif;
}

.industry-card p {
  margin: 0.55rem 0 0;
  color: var(--ink-soft);
  line-height: 1.66;
}

.trust {
  position: relative;
  background: #f2f7fb;
  overflow: hidden;
}

.trust-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 14%, rgba(15, 116, 161, 0.07), transparent 38%),
    radial-gradient(circle at 84% 74%, rgba(42, 179, 155, 0.08), transparent 30%),
    radial-gradient(circle, rgba(10, 46, 66, 0.07) 1.2px, transparent 1.2px);
  background-size: auto, auto, 36px 36px;
  opacity: 0.65;
}

.trust-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  align-items: start;
}

.trust-copy h2 {
  margin: 0.5rem 0 0;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -0.016em;
  font-family: 'Space Grotesk', sans-serif;
}

.trust-copy p {
  margin: 0.75rem 0 0;
  color: var(--ink-soft);
  line-height: 1.72;
}

.trust-copy .btn {
  margin-top: 1rem;
}

.review-card {
  background: #fff;
  border: 1px solid rgba(14, 43, 61, 0.14);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  padding: 1.1rem;
}

.review-label {
  margin: 0;
  color: #186587;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
  font-weight: 700;
}

.review-card blockquote {
  margin: 0.75rem 0 0;
  color: #284b5f;
  line-height: 1.72;
  font-size: 1rem;
}

.review-name {
  margin: 0.9rem 0 0;
  font-weight: 800;
  color: #0f2f43;
}

.review-company {
  margin: 0.15rem 0 0;
  color: #5d7687;
  font-size: 0.92rem;
}

.review-dots {
  margin-top: 0.85rem;
  display: inline-flex;
  gap: 0.35rem;
}

.review-dots span {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: rgba(9, 65, 92, 0.28);
}

.review-dots span.active {
  background: #0d5a7f;
}

.stats-band {
  background:
    linear-gradient(130deg, #0b4f71, #0b3f5c),
    radial-gradient(circle at 12% 50%, rgba(98, 220, 198, 0.18), transparent 42%);
  padding: 1.15rem 0;
  color: #e8f4fc;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
}

.stat-card {
  text-align: center;
  border-right: 1px solid rgba(215, 236, 249, 0.2);
  padding: 0.75rem 0.4rem;
}

.stat-card:last-child {
  border-right: none;
}

.stat-card h3 {
  margin: 0;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.55rem, 2.8vw, 2rem);
}

.stat-card p {
  margin: 0.25rem 0 0;
  color: #d0e6f3;
  font-size: 0.9rem;
}

.workflow {
  background: var(--bg-soft);
}

.workflow-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1rem;
  align-items: stretch;
}

.workflow-steps {
  display: grid;
  gap: 0.55rem;
}

.workflow-step {
  width: 100%;
  border: 1px solid rgba(10, 42, 60, 0.15);
  border-radius: 0.8rem;
  background: #fff;
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 0.68rem;
  padding: 0.75rem;
  cursor: pointer;
}

.workflow-step.is-active {
  border-color: #0f6085;
  background: linear-gradient(145deg, #0f6186, #0a4968);
}

.step-id {
  flex: 0 0 auto;
  min-width: 1.8rem;
  min-height: 1.8rem;
  border-radius: 999px;
  background: rgba(14, 97, 134, 0.14);
  color: #0e6185;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.8rem;
}

.workflow-step.is-active .step-id {
  background: rgba(221, 244, 255, 0.18);
  color: #e9f7ff;
}

.step-body strong {
  display: block;
  color: #15374b;
}

.step-body small {
  display: block;
  margin-top: 0.1rem;
  color: #5d7687;
}

.workflow-step.is-active .step-body strong,
.workflow-step.is-active .step-body small {
  color: #e9f4fb;
}

.workflow-display {
  background: #f5fbff;
  border: 1px solid rgba(11, 42, 60, 0.15);
  border-radius: var(--radius-xl);
  padding: 1rem;
}

.workflow-monitor {
  border-radius: 0.95rem;
  border: 2px solid #0f4f70;
  background: #fff;
  box-shadow: 0 18px 34px rgba(9, 34, 49, 0.15);
  overflow: hidden;
}

.monitor-head {
  height: 1rem;
  padding: 0.28rem 0.5rem;
  background: linear-gradient(90deg, #d5eaf7, #eff8ff);
  display: inline-flex;
  align-items: center;
  gap: 0.22rem;
}

.monitor-head span {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: #8eb7cf;
}

.monitor-screen {
  padding: 1rem;
  min-height: 252px;
  background:
    linear-gradient(160deg, #f7fcff, #edf5fb),
    radial-gradient(circle at 84% 22%, rgba(31, 135, 183, 0.14), transparent 35%);
}

.screen-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #1a6a8f;
  font-size: 0.73rem;
  font-weight: 700;
}

.monitor-screen h3 {
  margin: 0.5rem 0 0;
  font-size: 1.45rem;
  letter-spacing: -0.01em;
  color: #12394e;
  font-family: 'Space Grotesk', sans-serif;
}

.monitor-screen p {
  margin: 0.65rem 0 0;
  color: #486274;
  line-height: 1.7;
}

.workflow-tags {
  margin-top: 0.85rem;
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.workflow-tags span {
  font-size: 0.79rem;
  color: #1f5d7d;
  background: rgba(16, 98, 136, 0.14);
  border: 1px solid rgba(20, 96, 132, 0.26);
  border-radius: 999px;
  padding: 0.34rem 0.6rem;
}

.insights {
  background: var(--bg-soft);
}

.insights-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.insight-card {
  border: 1px solid rgba(12, 42, 60, 0.14);
  border-radius: var(--radius-lg);
  background: #fff;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.insight-art {
  height: 170px;
  position: relative;
  overflow: hidden;
}

.insight-art::before,
.insight-art::after {
  content: '';
  position: absolute;
  border-radius: 999px;
}

.insight-art::before {
  width: 180px;
  height: 180px;
  right: -56px;
  top: -58px;
  background: rgba(255, 255, 255, 0.16);
}

.insight-art::after {
  width: 122px;
  height: 122px;
  left: -28px;
  bottom: -30px;
  background: rgba(255, 255, 255, 0.1);
}

.insight-art-a {
  background: linear-gradient(130deg, #0f5173, #1576a3 55%, #23a68f);
}

.insight-art-b {
  background: linear-gradient(130deg, #0b3f5b, #0e678d 58%, #26b59c);
}

.insight-art-c {
  background: linear-gradient(130deg, #0b4d6f, #1a89b9 58%, #2dbd9f);
}

.insight-content {
  padding: 1rem;
}

.insight-meta {
  margin: 0;
  color: #608091;
  font-size: 0.82rem;
}

.insight-content h3 {
  margin: 0.56rem 0 0;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -0.012em;
  font-family: 'Space Grotesk', sans-serif;
}

.insight-content p {
  margin: 0.62rem 0 0;
  color: var(--ink-soft);
  line-height: 1.68;
}

.insight-content a {
  margin-top: 0.75rem;
  display: inline-flex;
  text-decoration: none;
  font-weight: 800;
  color: #0e6085;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(4.1rem, 8vw, 6rem) 0;
  color: #eaf5fb;
  background:
    linear-gradient(130deg, #071f33, #0a3047 52%, #103c57),
    radial-gradient(circle at 80% 20%, rgba(69, 193, 170, 0.22), transparent 42%);
}

.cta-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(79, 160, 207, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79, 160, 207, 0.22) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.24;
  mask-image: radial-gradient(circle at center, black 30%, transparent 88%);
}

.final-cta-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  text-align: center;
}

.final-cta-content h2 {
  margin: 0.45rem 0 0;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.9rem, 4.6vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.015em;
}

.final-cta-content p {
  margin: 0.75rem 0 0;
  color: #d2e8f4;
  line-height: 1.72;
}

.final-cta-content ul {
  margin: 1rem auto 0;
  padding: 0;
  list-style: none;
  display: inline-grid;
  gap: 0.4rem;
  text-align: left;
}

.final-cta-content li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #d4ebf8;
}

.final-cta-content li::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: #90e2cc;
}

.final-cta-content .btn {
  margin-top: 1.15rem;
}

.site-footer {
  background: linear-gradient(180deg, #0a2b42, #061c2d);
  color: #e6f2fa;
  border-top: 1px solid rgba(192, 219, 234, 0.18);
  padding-top: 2.8rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 1rem;
  padding-bottom: 2rem;
}

.footer-brand {
  display: block;
  width: clamp(180px, 24vw, 250px);
  height: auto;
  margin-bottom: 0.85rem;
}

.site-footer h3 {
  margin: 0;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.05rem;
}

.site-footer p {
  margin: 0;
  color: #bad3e2;
  line-height: 1.7;
}

.site-footer ul {
  margin: 0.6rem 0 0;
  padding: 0;
  list-style: none;
}

.site-footer li + li {
  margin-top: 0.4rem;
}

.site-footer a {
  color: #d5e8f6;
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(192, 219, 234, 0.18);
  min-height: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.7rem;
  color: #a7c0d0;
  font-size: 0.87rem;
  padding: 0.8rem 0 1rem;
}

@media (max-width: 1140px) {
  .desktop-nav {
    gap: 1rem;
  }

  .hero-shell {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .hero h1 {
    max-width: 12ch;
  }

  .hero-visual {
    max-width: 620px;
    width: 100%;
  }

  .logo-belt-head {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

@media (max-width: 960px) {
  .desktop-nav,
  .search-btn,
  .nav-actions .btn {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .main-nav {
    min-height: 5rem;
  }

  .service-panel,
  .verify-shell,
  .trust-grid,
  .workflow-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-visual {
    min-height: 280px;
  }

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

  .stat-card {
    border-right: none;
    border-bottom: 1px solid rgba(216, 238, 252, 0.2);
  }

  .stat-card:nth-child(3),
  .stat-card:nth-child(4) {
    border-bottom: none;
  }

  .insights-grid,
  .industry-grid {
    grid-template-columns: 1fr;
  }

  .service-tabs {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 700px) {
  .signal-bar-inner {
    justify-content: center;
    text-align: center;
  }

  .signal-contact {
    justify-content: center;
  }

  .signal-contact span {
    display: none;
  }

  .hero-actions .btn,
  .verify-form button,
  .verify-form input,
  .final-cta-content .btn {
    width: 100%;
  }

  .hero-support {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .hero-visual {
    display: none;
  }

  .logo-belt-head {
    text-align: center;
    align-items: center;
  }

  .service-tab {
    width: 100%;
  }

  .verify-card {
    padding: 0.8rem;
  }

  .logos-grid,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stat-card {
    border-bottom: 1px solid rgba(216, 238, 252, 0.2);
  }

  .stat-card:last-child {
    border-bottom: none;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .monitor-screen {
    min-height: 200px;
  }
}

@keyframes drift-a {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(22px, 14px);
  }
}

@keyframes drift-b {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-18px, 12px);
  }
}

@keyframes drift-c {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-14px, -20px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-orb-a,
  .hero-orb-b,
  .hero-orb-c {
    animation: none;
  }

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