/* =========================================================================
   ALG Marketing Site — extends colors_and_type.css
   Jesko-inspired restraint + ALG B2B results register
   ========================================================================= */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: #fff;
  color: #18384D; /* blue-shifted body text — not pure black */
  font-family: var(--font-body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

/* Scope blue-shift to sections; override the default black from tokens */
.alg-section { color: #18384D; }
.alg-section p,
.alg-section li { color: #3D5C72; } /* steel-tinted body copy */
.alg-section strong { color: #0E2F44; }

/* Reset global type that colors_and_type.css asserts — we'll re-scope per section */
.alg-hero h1,
.alg-section h2,
.alg-section h3,
.alg-section h4 { margin: 0; color: inherit; }

.alg-container { max-width: var(--container-max, 1200px); margin: 0 auto; padding: 0 32px; }

/* =========================================================================
   SHARED PRIMITIVES
   ========================================================================= */
.alg-section { padding: 128px 0; position: relative; }
@media (max-width: 900px) {
  .alg-section { padding: 80px 0; }
}
.alg-section-head { margin-bottom: 72px; max-width: 820px; }
.alg-section-h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: 56px; line-height: 1.05; letter-spacing: -1.4px;
  color: var(--efis-blue); margin: 20px 0 0;
}
.alg-h2-light { color: #fff; }
.alg-section-sub {
  display: block; margin-top: 16px;
  font-family: var(--font-body); font-weight: 400;
  font-size: 18px; color: var(--taxiway-gray);
  letter-spacing: 0; line-height: 1.5;
  max-width: 560px;
}

.alg-about-eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--font-mono); font-weight: 500;
  font-size: 11px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--taxiway-gray);
}
.alg-eyebrow-light { color: rgba(255,255,255,0.7); }
/* Rules: subtle steel-blue in light sections, amber in dark sections */
.alg-rule { display: inline-block; width: 40px; height: 1px; background: var(--steel-blue); }
.alg-rule-light { background: var(--amber-caution); }

.cp-amber { color: var(--amber-caution); }
.alg-steel-emph { color: var(--steel-blue); }

/* Buttons */
.alg-btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 700;
  font-size: 13px; letter-spacing: 0.06em;
  padding: 14px 24px; border-radius: 6px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background 140ms ease, color 140ms ease, border-color 140ms ease, transform 140ms ease;
  text-decoration: none;
}
.alg-btn-primary {
  background: var(--amber-caution); color: #FFFFFF; border-color: var(--amber-caution);
  box-shadow: 0 1px 0 rgba(0,0,0,0.08);
}
.alg-btn-primary:hover { background: #F09F3E; border-color: #F09F3E; color: #FFFFFF; }
.alg-btn-primary:active { transform: translateY(1px); }
.alg-btn-ghost {
  background: transparent; color: #fff; border-color: rgba(255,255,255,0.45);
}
.alg-btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,0.06); color: #fff; }
.alg-btn-lg { font-size: 14px; padding: 16px 28px; }
.alg-btn svg { width: 14px; height: 14px; }

/* =========================================================================
   NAV
   ========================================================================= */
.alg-nav {
  position: absolute; top: 0; left: 0; right: 0;
  z-index: 20;
  background: linear-gradient(180deg, rgba(10,36,52,0.75) 0%, rgba(10,36,52,0) 100%);
}
.alg-nav-inner {
  max-width: 1320px; margin: 0 auto;
  padding: 22px 32px;
  display: grid; grid-template-columns: auto 1fr auto;
  align-items: center; gap: 40px;
}
.alg-logo { display: inline-flex; align-items: center; text-decoration: none; }
.alg-logo img { height: 34px; display: block; }
.alg-nav-links { display: flex; gap: 36px; justify-content: center; }
.alg-nav-links a {
  font-family: var(--font-display); font-weight: 600;
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.82); text-decoration: none;
  transition: color 140ms ease;
}
.alg-nav-links a:hover { color: var(--amber-caution); }
.alg-nav-cta { display: flex; gap: 20px; align-items: center; }
.alg-link-quiet {
  color: rgba(255,255,255,0.82);
  font-family: var(--font-display); font-weight: 600;
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  text-decoration: none;
}
.alg-link-quiet:hover { color: #fff; }

/* =========================================================================
   HERO — photo + sky
   ========================================================================= */
.alg-hero {
  position: relative;
  height: 720px;
  overflow: hidden;
  color: #fff;
  background: #0A2434;
}

/* Pure-SVG sky scene */
.alg-hero-svg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  display: block;
}



/* Subtle parallax float on the photo */



/* Top meta strip */
.alg-hero-meta {
  position: absolute; top: 96px; left: 0; right: 0;
  z-index: 5;
  padding: 0 40px;
  max-width: 1320px; margin: 0 auto;
  display: flex; justify-content: space-between;
  font-family: var(--font-mono); font-weight: 500;
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}
.alg-hero-meta-left, .alg-hero-meta-right { display: flex; align-items: center; gap: 10px; }
.alg-hero-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--amber-caution);
  box-shadow: 0 0 8px var(--amber-caution);
  animation: heroPulse 2.4s ease-in-out infinite;
}
@keyframes heroPulse { 0%,100% { opacity: 1; } 50% { opacity: 0.35; } }

/* Centered compact copy */
.alg-hero-copy {
  position: absolute; inset: 0;
  z-index: 3;
  display: flex; align-items: center;
  padding-top: 40px;
}
.alg-hero-copy-inner { max-width: 1120px; padding: 0 40px; }
.alg-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--font-mono); font-weight: 500;
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.95);
  margin-bottom: 24px;
  text-shadow: 0 1px 10px rgba(14,47,68,0.7);
}
.alg-hero-rule {
  display: inline-block; width: 40px; height: 1px;
  background: var(--amber-caution);
}
.alg-hero-h1 {
  font-family: var(--font-display); font-weight: 800;
  font-size: 72px; line-height: 1.02; letter-spacing: -2px;
  color: #fff;
  margin: 0 0 22px;
  text-shadow: 0 2px 20px rgba(14,47,68,0.6), 0 1px 40px rgba(14,47,68,0.4);
  max-width: 820px;
}
.alg-hero-sub {
  font-family: var(--font-body); font-weight: 400;
  font-size: 18px; line-height: 1.55;
  color: rgba(255,255,255,0.94);
  margin: 0 0 36px;
  max-width: 520px;
  text-shadow: 0 1px 12px rgba(14,47,68,0.6);
}
.alg-hero-cta-row {
  display: flex; align-items: center; gap: 24px;
}
.alg-hero-cta-row .alg-link-quiet {
  color: rgba(255,255,255,0.9);
  font-size: 13px;
}
.alg-hero-cta-row .alg-link-quiet:hover { color: var(--amber-caution); }

/* Quiet scroll cue — bottom right */
.alg-hero-scroll {
  position: absolute; right: 40px; bottom: 48px;
  z-index: 3;
  display: flex; align-items: center; gap: 14px;
  color: rgba(255,255,255,0.7);
}
.alg-hero-scroll-arrow {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.55);
  background: rgba(14,47,68,0.2);
  backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  animation: heroBob 2.4s ease-in-out infinite;
}
.alg-hero-scroll-arrow svg { width: 14px; height: 14px; }
@keyframes heroBob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(4px); } }
.alg-hero-scroll-lbl {
  font-family: var(--font-mono); font-weight: 500;
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.75);
}

/* =========================================================================
   STAT BAND (below hero)
   ========================================================================= */
.alg-statband {
  background: var(--soft-white);
  padding: 56px 0;
  border-bottom: 1px solid var(--fog-gray);
}
.alg-statband-head {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-mono); font-weight: 500; font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--taxiway-gray);
  margin-bottom: 28px;
}
.alg-statband-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--amber-caution); }
.alg-statband-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.alg-statband-grid-3 { grid-template-columns: repeat(3, 1fr); }
.alg-statband-states {
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid var(--fog-gray);
}
.alg-statband-states-head {
  display: flex; align-items: baseline; gap: 14px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.alg-statband-states-k {
  font-family: var(--font-display); font-weight: 700;
  font-size: 16px; letter-spacing: 0.02em;
  color: var(--avionics-black);
}
.alg-statband-states-sub {
  font-family: var(--font-mono); font-weight: 500;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--taxiway-gray);
}
.alg-statband-states-grid {
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  gap: 6px;
}
.alg-state-chip {
  font-family: var(--font-mono); font-weight: 600;
  font-size: 11px; letter-spacing: 0.08em;
  color: var(--avionics-black);
  background: rgba(232,145,46,0.08);
  border: 1px solid rgba(232,145,46,0.35);
  border-radius: 2px;
  padding: 6px 0;
  text-align: center;
}
@media (max-width: 1100px) {
  .alg-statband-states-grid { grid-template-columns: repeat(10, 1fr); }
}
@media (max-width: 600px) {
  .alg-statband-states-grid { grid-template-columns: repeat(5, 1fr); }
}
.alg-statband-cell {
  padding: 24px 32px 24px 0;
  border-left: 1px solid var(--fog-gray);
  padding-left: 32px;
}
.alg-statband-cell:first-child { border-left: 0; padding-left: 0; }
.alg-statband-v {
  font-family: var(--font-display); font-weight: 800;
  font-size: 68px; line-height: 0.95; letter-spacing: -2.5px;
  color: var(--amber-caution);
  font-variant-numeric: tabular-nums;
}
.alg-statband-k {
  font-family: var(--font-display); font-weight: 700;
  font-size: 14px; letter-spacing: 0.02em;
  color: var(--avionics-black); margin-top: 14px;
}
.alg-statband-sub {
  font-size: 13px; color: var(--taxiway-gray);
  margin-top: 4px;
}

/* =========================================================================
   ABOUT
   ========================================================================= */
.alg-about { background: #fff; }
.alg-about-grid {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 48px;
  align-items: start;
}
.alg-about-copy { max-width: 780px; }
.alg-about-id-row {
  display: flex; gap: 10px; margin-bottom: 32px;
  flex-wrap: wrap;
}
.alg-about-id-k {
  font-family: var(--font-mono); font-weight: 600;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 6px 12px;
  border: 1px solid var(--fog-gray);
  border-radius: 999px;
  color: var(--efis-blue);
}
.alg-about-h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: 48px; line-height: 1.12; letter-spacing: -1.2px;
  color: var(--efis-blue);
  margin: 0 0 36px;
}
.alg-about-h2-dim { color: var(--taxiway-gray); font-weight: 700; }
.alg-about-lead {
  font-size: 19px; line-height: 1.7;
  color: var(--avionics-black);
  margin: 0 0 56px;
  max-width: 640px;
}
.alg-about-body {
  font-size: 15px; line-height: 1.65;
  color: var(--taxiway-gray);
  margin: 0;
}

.alg-mission-tiers {
  border-top: 1px solid var(--fog-gray);
  margin-top: 48px;
}
.alg-mission-tier {
  display: grid; grid-template-columns: 160px 1fr;
  gap: 32px;
  padding: 28px 0;
  border-bottom: 1px solid var(--fog-gray);
}
@media (max-width: 720px) {
  .alg-mission-tier {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 22px 0 !important;
  }
  .alg-mission-tier .alg-mission-k { font-size: 11px; letter-spacing: 0.18em; }
  .alg-mission-tier .alg-mission-v { font-size: 16px !important; line-height: 1.5 !important; }
  .alg-mission-tier-emph .alg-mission-v { font-size: 19px !important; line-height: 1.3 !important; }
  padding: 22px 0;
  border-bottom: 1px solid var(--fog-gray);
  align-items: baseline;
}
.alg-mission-k {
  font-family: var(--font-mono); font-weight: 600;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--taxiway-gray);
  display: flex; flex-direction: column; gap: 6px; align-items: flex-start;
}
.alg-mission-tag {
  font-family: var(--font-mono); font-weight: 700;
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--steel-blue);
  padding: 3px 8px;
  border: 1px solid rgba(85,124,156,0.35);
  border-radius: 2px;
  line-height: 1;
}
.alg-mission-v {
  font-family: var(--font-body); font-size: 17px; line-height: 1.65;
  color: var(--avionics-black);
}
.alg-mission-tier-emph .alg-mission-v {
  font-family: var(--font-display); font-weight: 700;
  font-size: 22px; line-height: 1.35; letter-spacing: -0.3px;
}

/* =========================================================================
   V-SPEEDS
   ========================================================================= */
.alg-vspeeds { background: linear-gradient(180deg, #EAF1F7 0%, #F5F8FB 100%); }
.alg-vphase { background: #fff; border-color: #D5DFE8; }
.alg-vphase-title { color: var(--efis-blue); }
.alg-vspeeds-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.alg-vphase {
  background: #fff;
  border: 1px solid var(--fog-gray);
  border-radius: 16px;
  padding: 32px 32px 36px;
  position: relative;
  transition: border-color 160ms ease, transform 160ms ease;
}
.alg-vphase:hover { border-color: var(--steel-blue); transform: translateY(-2px); }
.alg-vphase-head { display: flex; align-items: baseline; gap: 14px; }
.alg-vphase-code {
  font-family: var(--font-display); font-weight: 800;
  font-size: 56px; line-height: 1; letter-spacing: -2px;
  color: var(--steel-blue);
}
.alg-vphase-lbl {
  font-family: var(--font-mono); font-weight: 600;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--taxiway-gray);
}
.alg-vphase-weeks {
  font-family: var(--font-mono); font-weight: 500; font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--steel-blue);
  margin-top: 6px;
}
.alg-vphase-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: 28px; letter-spacing: -0.6px;
  color: var(--efis-blue);
  margin: 22px 0 12px;
}
.alg-vphase-body {
  font-size: 15px; line-height: 1.6;
  color: var(--taxiway-gray);
  margin: 0;
}
.alg-vphase-rule {
  height: 1px; background: var(--fog-gray);
  margin: 24px 0 12px;
}
.alg-vphase-idx {
  font-family: var(--font-display); font-weight: 700;
  font-size: 13px; letter-spacing: 0.04em;
  color: var(--taxiway-gray);
  font-variant-numeric: tabular-nums;
}

/* =========================================================================
   CASE STUDIES
   ========================================================================= */
.alg-cases { background: #fff; }
.alg-case-list { display: flex; flex-direction: column; gap: 24px; }
.alg-case {
  display: grid; grid-template-columns: 420px 1fr;
  gap: 48px;
  padding: 36px;
  border: 1px solid var(--fog-gray);
  border-radius: 16px;
  background: #fff;
  transition: border-color 160ms ease;
}
.alg-case:hover { border-color: var(--steel-blue); }

.alg-case-photo {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  min-height: 260px;
}
.alg-case-photo-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(14,47,68,0.1) 0%, rgba(14,47,68,0.55) 100%);
}
.alg-photo-tarmac-sunrise {
  background:
    linear-gradient(180deg, rgba(14,47,68,0) 0%, rgba(14,47,68,0.4) 100%),
    linear-gradient(135deg, #2C5875 0%, #E8912E 70%, #F5C87A 100%);
}
.alg-photo-hangar {
  background:
    linear-gradient(180deg, rgba(14,47,68,0.2), rgba(14,47,68,0.6)),
    linear-gradient(135deg, #1C3344 0%, #4682B4 60%, #0E2F44 100%);
}
.alg-photo-approach {
  background:
    linear-gradient(180deg, rgba(14,47,68,0.2), rgba(14,47,68,0.6)),
    linear-gradient(180deg, #7BA3C4 0%, #4682B4 40%, #1F4763 100%);
}
.alg-case-tail {
  position: absolute; top: 18px; left: 18px;
  font-family: var(--font-mono); font-weight: 600;
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  padding: 5px 10px;
  background: rgba(7,18,28,0.55);
  border-radius: 4px;
  backdrop-filter: blur(6px);
}
.alg-case-id {
  position: absolute; bottom: 18px; right: 18px;
  font-family: var(--font-mono); font-weight: 500;
  font-size: 11px; letter-spacing: 0.18em;
  color: rgba(255,255,255,0.7);
}

.alg-case-content { display: flex; flex-direction: column; }
.alg-case-cat {
  font-family: var(--font-mono); font-weight: 500;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--steel-blue);
  margin-bottom: 16px;
  display: inline-block;
}
.alg-case-name {
  font-family: var(--font-display); font-weight: 800;
  font-size: 30px; line-height: 1.1; letter-spacing: -0.8px;
  color: var(--efis-blue);
  margin: 0 0 28px;
}
.alg-case-quote {
  font-family: var(--font-body); font-weight: 400;
  font-size: 17px; line-height: 1.5;
  color: var(--avionics-black);
  margin: 0 0 24px;
  font-style: italic;
  border-left: 2px solid var(--amber-caution);
  padding-left: 14px;
}

.alg-case-specs {
  display: flex; flex-direction: column; gap: 0;
  border-top: 1px solid var(--fog-gray);
  margin-bottom: 24px;
}
.alg-spec-row {
  display: grid; grid-template-columns: 1fr auto auto;
  gap: 12px;
  padding: 10px 0;
  align-items: baseline;
  border-bottom: 1px solid var(--fog-gray);
}
.alg-spec-k {
  font-family: var(--font-mono); font-weight: 500;
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--taxiway-gray);
}
.alg-spec-dots {
  flex: 1;
  background-image: radial-gradient(circle, var(--fog-gray) 1px, transparent 1.2px);
  background-size: 4px 4px;
  background-repeat: repeat-x;
  background-position: left center;
  height: 4px; align-self: center;
  min-width: 60px;
}
.alg-spec-v {
  font-family: var(--font-display); font-weight: 800;
  font-size: 18px; color: var(--efis-blue);
  letter-spacing: -0.3px;
  font-variant-numeric: tabular-nums;
}

.alg-case-link {
  align-self: flex-start;
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 600;
  font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--efis-blue);
  text-decoration: none;
  border-bottom: 1px solid var(--amber-caution);
  padding-bottom: 4px;
  transition: color 140ms ease;
}
.alg-case-link:hover { color: var(--amber-caution); }
.alg-case-link svg { width: 14px; height: 14px; }

/* =========================================================================
   PROPRIETARY SYSTEM — BLUEPRINT
   ========================================================================= */
.alg-blueprint {
  background: var(--efis-blue);
  color: #fff;
  overflow: hidden;
  position: relative;
}
.alg-blueprint-grid-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(110,175,225,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(110,175,225,0.06) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}
.alg-bp-grid {
  position: relative;
  display: grid; grid-template-columns: 1fr 560px;
  gap: 72px;
  align-items: center;
}
.alg-bp-copy { max-width: 520px; }
.alg-bp-h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: 52px; line-height: 1.08; letter-spacing: -1.4px;
  color: #fff;
  margin: 32px 0 32px;
}
.alg-bp-amber {
  color: var(--amber-caution);
  font-style: italic;
  font-weight: 800;
}
.alg-bp-lead {
  font-size: 19px; line-height: 1.65;
  color: #ffffff;
  margin: 0 0 18px;
}
.alg-bp-body {
  font-size: 15px; line-height: 1.6;
  color: rgba(255,255,255,0.82);
  margin: 0 0 28px;
}
.alg-bp-specs {
  border-top: 1px solid rgba(255,255,255,0.12);
  margin: 0;
}
.alg-bp-specs > div {
  display: grid; grid-template-columns: 220px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.alg-bp-specs dt {
  font-family: var(--font-mono); font-weight: 500;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.alg-bp-specs dd {
  margin: 0;
  font-family: var(--font-display); font-weight: 800;
  font-size: 24px; color: var(--amber-caution);
  letter-spacing: -0.5px;
  font-variant-numeric: tabular-nums;
}

.alg-bp-diagram {
  position: relative;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(110,175,225,0.3);
  border-radius: 4px;
  padding: 24px;
  background: rgba(7,18,28,0.35);
}
.alg-bp-corner {
  position: absolute;
  font-family: var(--font-mono); font-weight: 500;
  font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(110,175,225,0.75);
}
.alg-bp-corner.tl { top: 10px; left: 14px; }
.alg-bp-corner.tr { top: 10px; right: 14px; }
.alg-bp-corner.bl { bottom: 10px; left: 14px; }
.alg-bp-corner.br { bottom: 10px; right: 14px; }
.alg-bp-corner.bl-data {
  position: absolute;
  bottom: -26px; left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-family: var(--font-mono); font-weight: 500;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(170,210,240,0.55);
}
@media (max-width: 720px) {
  .alg-bp-corner.bl-data {
    bottom: -22px;
    font-size: 9px;
    letter-spacing: 0.14em;
  }
}
@media (max-width: 420px) {
  .alg-bp-corner.bl-data {
    font-size: 8px;
    bottom: -20px;
  }
}

.alg-bp-svg { width: 100%; height: 100%; display: block; }

.alg-bp-legend {
  position: absolute; left: 24px; top: 50px;
  display: flex; flex-direction: column; gap: 8px;
  font-family: var(--font-mono); font-weight: 500;
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}
.alg-bp-legend > div { display: flex; align-items: center; gap: 8px; }
.alg-legend-dot { width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
.alg-legend-dot.client { background: var(--amber-caution); box-shadow: 0 0 0 1.5px #fff; }
.alg-legend-dot.comp { background: var(--amber-caution); }
.alg-legend-ring {
  width: 10px; height: 10px; border-radius: 50%;
  border: 1px dashed rgba(110,175,225,0.7);
  display: inline-block;
}

/* HUD strip across top of blueprint section */
.alg-bp-hud-strip {
  position: relative;
  display: flex; gap: 0;
  border-top: 1px solid rgba(110,175,225,0.22);
  border-bottom: 1px solid rgba(110,175,225,0.22);
  background: rgba(7,18,28,0.4);
  margin-bottom: 56px;
}
.alg-hud-cell {
  flex: 1;
  display: flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  border-right: 1px solid rgba(110,175,225,0.18);
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.16em;
}
.alg-hud-cell:last-child { border-right: none; }
.alg-hud-cell span {
  color: rgba(110,175,225,0.6);
  text-transform: uppercase;
}
.alg-hud-cell b {
  color: rgba(232,145,46,0.95);
  font-weight: 700;
  letter-spacing: 0.18em;
}
.alg-hud-live { background: rgba(232,145,46,0.06); }
.alg-hud-pulse {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--amber-caution);
  box-shadow: 0 0 0 0 rgba(232,145,46, 0.7);
  animation: hud-pulse 1.6s infinite;
  display: inline-block;
}
@keyframes hud-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(232,145,46, 0.7); }
  70%  { box-shadow: 0 0 0 10px rgba(232,145,46, 0); }
  100% { box-shadow: 0 0 0 0 rgba(232,145,46, 0); }
}

/* Callsign tag above headline */
.alg-bp-callsign {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--amber-caution);
  padding: 5px 11px;
  border: 1px solid rgba(232,145,46,0.5);
  border-radius: 2px;
  background: rgba(232,145,46,0.08);
  margin: 28px 0 18px;
}

.alg-bp-amber-text { color: var(--amber-caution); font-weight: 600; }

/* Readouts replace the spec list — bigger, bolder, aviation HUD */
.alg-bp-readouts {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255,255,255,0.16);
  border-bottom: 1px solid rgba(255,255,255,0.16);
  margin-top: 28px;
}
.alg-bp-readout {
  padding: 18px 0 16px;
  border-right: 1px solid rgba(255,255,255,0.12);
  display: flex; flex-direction: column; gap: 4px;
}
.alg-bp-readout:last-child { border-right: none; padding-left: 24px; }
.alg-bp-readout:nth-child(2) { padding-left: 24px; }
.alg-bp-readout-label {
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(110,175,225,0.85);
  font-weight: 600;
}
.alg-bp-readout-val {
  font-family: var(--font-display); font-weight: 800;
  font-size: 38px; line-height: 1;
  color: var(--amber-caution);
  letter-spacing: -0.5px;
}
.alg-bp-readout-val i {
  font-style: normal;
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  font-weight: 600;
  margin-left: 2px;
  letter-spacing: 0;
}

/* Frame ticks at the corners of the radar plate */
.alg-bp-ftick {
  position: absolute;
  width: 18px; height: 18px;
  border-color: rgba(232,145,46,0.85);
  border-style: solid;
  pointer-events: none;
}
.alg-bp-ftick.tl { top: -1px; left: -1px; border-width: 2px 0 0 2px; }
.alg-bp-ftick.tr { top: -1px; right: -1px; border-width: 2px 2px 0 0; }
.alg-bp-ftick.bl { bottom: -1px; left: -1px; border-width: 0 0 2px 2px; }
.alg-bp-ftick.br { bottom: -1px; right: -1px; border-width: 0 2px 2px 0; }

/* Pulse dot in TL corner readout */
.alg-bp-corner-dot {
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--amber-caution);
  margin-right: 6px;
  vertical-align: 1px;
  animation: hud-pulse 1.6s infinite;
}

/* Bottom-of-radar readout bar */
.alg-bp-readout-bar {
  position: absolute;
  left: 14px; right: 14px; bottom: 36px;
  display: flex; gap: 0;
  background: rgba(7,18,28,0.7);
  border: 1px solid rgba(110,175,225,0.3);
  font-family: var(--font-mono);
}
.alg-bp-readout-bar > div {
  flex: 1;
  display: flex; flex-direction: column; gap: 2px;
  padding: 7px 11px;
  border-right: 1px solid rgba(110,175,225,0.18);
}
.alg-bp-readout-bar > div:last-child { border-right: none; }
.alg-bp-readout-bar span {
  font-size: 9px; letter-spacing: 0.2em;
  color: rgba(110,175,225,0.65);
  font-weight: 600;
}
.alg-bp-readout-bar b {
  font-size: 14px; font-weight: 700;
  color: rgba(255,255,255,0.92);
  letter-spacing: 0.05em;
}
.alg-bp-readout-bar b.alg-bp-hit {
  color: var(--amber-caution);
}

/* =========================================================================
   PILLARS
   ========================================================================= */
.alg-pillars { background: #fff; }
.alg-pillars-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.alg-pillar-icon {
  width: 40px; height: 40px;
  margin-bottom: 24px;
  color: var(--steel-blue);
  display: flex; align-items: center; justify-content: center;
}
.alg-pillar-icon svg { width: 100%; height: 100%; display: block; }
.alg-pillar:hover .alg-pillar-icon { color: var(--amber-caution); }

.alg-pillar {
  padding: 28px 24px 30px;
  border-top: 2px solid var(--avionics-black);
  transition: border-color 160ms ease;
}
.alg-pillar:hover { border-top-color: var(--amber-caution); }
.alg-pillar-num {
  font-family: var(--font-display); font-weight: 800;
  font-size: 44px; letter-spacing: -1.5px; line-height: 1;
  color: var(--amber-caution);
  margin-bottom: 28px;
  font-variant-numeric: tabular-nums;
}
.alg-pillar-h3 {
  font-family: var(--font-display); font-weight: 800;
  font-size: 22px; line-height: 1.2; letter-spacing: -0.3px;
  color: var(--efis-blue);
  margin: 0 0 14px;
}
.alg-pillar-body {
  font-size: 14px; line-height: 1.6;
  color: var(--taxiway-gray);
  margin: 0;
}

/* =========================================================================
   INDUSTRIES
   ========================================================================= */
.alg-industries {
  background: var(--avionics-black);
  color: #fff;
}
.alg-ind-list {
  list-style: none; margin: 0; padding: 0;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.alg-ind-row {
  display: grid;
  grid-template-columns: 56px 88px 1.2fr 2fr;
  gap: 24px;
  padding: 28px 8px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  align-items: center;
  cursor: pointer;
  transition: background 160ms ease, padding 160ms ease;
}

.alg-ind-idx {
  font-family: var(--font-display); font-weight: 800;
  font-size: 22px; letter-spacing: -0.4px;
  color: rgba(255,255,255,0.45);
  font-variant-numeric: tabular-nums;
}
.alg-ind-code {
  font-family: var(--font-mono); font-weight: 600;
  font-size: 12px; letter-spacing: 0.16em;
  color: var(--amber-caution);
  border: 1px solid rgba(232,145,46,0.4);
  padding: 6px 10px;
  border-radius: 4px;
  text-align: center;
  width: 64px;
}
.alg-ind-name {
  font-family: var(--font-display); font-weight: 700;
  font-size: 26px; letter-spacing: -0.4px;
  color: #fff;
}
.alg-ind-spec {
  font-size: 14px; color: rgba(255,255,255,0.55);
}
.alg-ind-arrow {
  color: rgba(255,255,255,0.45);
  transition: color 160ms ease, transform 160ms ease;
}
.alg-ind-arrow svg { width: 18px; height: 18px; }

@media (max-width: 720px) {
  .alg-ind-row {
    grid-template-columns: 44px 60px 1fr;
    gap: 14px;
    padding: 20px 4px;
    align-items: start;
  }
  .alg-ind-idx { font-size: 18px; }
  .alg-ind-code {
    font-size: 10px;
    padding: 5px 6px;
    width: 52px;
    letter-spacing: 0.12em;
    align-self: start;
    margin-top: 2px;
  }
  .alg-ind-name {
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: 1.2;
    grid-column: 3 / 4;
  }
  .alg-ind-spec {
    font-size: 12px;
    line-height: 1.4;
    grid-column: 3 / 4;
    margin-top: 4px;
    color: rgba(255,255,255,0.5);
  }
  .alg-ind-arrow { align-self: center; }
  .alg-ind-arrow svg { width: 14px; height: 14px; }
}
@media (max-width: 420px) {
  .alg-ind-row {
    grid-template-columns: 36px 52px 1fr;
    gap: 10px;
    padding: 18px 2px;
  }
  .alg-ind-name { font-size: 16px; }
  .alg-ind-spec { font-size: 11px; }
}

/* =========================================================================
   FAQ
   ========================================================================= */
.alg-faq { background: var(--soft-white); }
.alg-faq-grid {
  display: grid; grid-template-columns: 380px 1fr;
  gap: 72px;
  align-items: start;
}
.alg-faq-grid .alg-section-h2 { font-size: 44px; }
.alg-faq-download {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 28px;
  padding: 14px 18px;
  border: 1px solid var(--fog-gray);
  border-radius: 10px;
  font-family: var(--font-display); font-weight: 600;
  font-size: 13px; letter-spacing: 0.04em;
  color: var(--efis-blue);
  text-decoration: none;
  background: #fff;
  transition: border-color 140ms ease, color 140ms ease;
}
.alg-faq-download:hover { border-color: var(--amber-caution); color: var(--amber-caution); }
.alg-faq-download svg { width: 16px; height: 16px; }

.alg-faq-list { display: flex; flex-direction: column; }
.alg-faq-item { border-top: 1px solid var(--fog-gray); }
.alg-faq-item:last-child { border-bottom: 1px solid var(--fog-gray); }
.alg-faq-q {
  display: grid; grid-template-columns: 44px 1fr 24px;
  gap: 16px;
  width: 100%;
  background: transparent; border: 0;
  padding: 22px 4px;
  text-align: left;
  cursor: pointer;
  align-items: center;
}
.alg-faq-num {
  font-family: var(--font-display); font-weight: 800;
  font-size: 20px; letter-spacing: -0.4px;
  color: var(--taxiway-gray);
  font-variant-numeric: tabular-nums;
}
.alg-faq-text {
  font-family: var(--font-display); font-weight: 700;
  font-size: 18px; color: var(--efis-blue);
  letter-spacing: -0.2px;
}
.alg-faq-toggle {
  font-family: var(--font-mono); font-weight: 500;
  font-size: 22px; color: var(--amber-caution);
  text-align: right;
}
.alg-faq-a {
  padding: 0 4px 24px 64px;
  font-size: 15px; line-height: 1.6;
  color: var(--taxiway-gray);
  max-width: 720px;
}

/* =========================================================================
   CONTACT
   ========================================================================= */
.alg-contact { background: #fff; }
.alg-contact-grid {
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: 72px;
  align-items: start;
}
.alg-contact-copy .alg-section-h2 { font-size: 52px; margin-top: 20px; }
.alg-contact-meta {
  margin-top: 36px;
  border-top: 1px solid var(--fog-gray);
}
.alg-meta-row {
  display: grid; grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--fog-gray);
}
.alg-meta-k {
  font-family: var(--font-mono); font-weight: 500;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--taxiway-gray);
  padding-top: 2px;
}
.alg-meta-v {
  font-family: var(--font-body); font-size: 16px;
  color: var(--avionics-black);
}

.alg-contact-form {
  background: var(--soft-white);
  border: 1px solid var(--fog-gray);
  border-radius: 16px;
  padding: 36px;
}
.alg-form-head {
  display: flex; justify-content: space-between;
  font-family: var(--font-mono); font-weight: 500;
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--taxiway-gray);
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--fog-gray);
}
.alg-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.alg-field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.alg-field label {
  display: flex; justify-content: space-between; align-items: baseline;
  font-family: var(--font-display); font-weight: 600;
  font-size: 12px; letter-spacing: 0.08em;
  color: var(--efis-blue);
}
.alg-field-val {
  font-family: var(--font-display); font-weight: 800;
  font-size: 15px; color: var(--amber-caution);
  letter-spacing: -0.2px;
  font-variant-numeric: tabular-nums;
}
.alg-field input[type=text],
.alg-field input[type=email],
.alg-field input[type=tel],
.alg-field textarea {
  font-family: var(--font-body); font-size: 15px;
  padding: 12px 14px;
  border: 1px solid var(--fog-gray);
  border-radius: 10px;
  background: #fff;
  color: var(--avionics-black);
  transition: border-color 140ms ease;
  resize: vertical;
}
.alg-field input:focus, .alg-field textarea:focus {
  outline: none; border-color: var(--steel-blue);
}

.alg-chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.alg-chip {
  font-family: var(--font-display); font-weight: 600;
  font-size: 12px; letter-spacing: 0.04em;
  padding: 8px 14px;
  border: 1px solid var(--fog-gray);
  background: #fff;
  color: var(--taxiway-gray);
  border-radius: 999px;
  cursor: pointer;
  transition: all 140ms ease;
}
.alg-chip:hover { border-color: var(--steel-blue); color: var(--efis-blue); }
.alg-chip.is-active {
  background: var(--efis-blue); color: #fff; border-color: var(--efis-blue);
}

.alg-slider {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 4px;
  background: var(--fog-gray);
  border-radius: 2px;
  margin: 6px 0;
}
.alg-slider::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--amber-caution);
  border: 3px solid #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  cursor: pointer;
}
.alg-slider::-moz-range-thumb {
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--amber-caution); border: 3px solid #fff;
  cursor: pointer;
}
.alg-slider-ticks {
  display: flex; justify-content: space-between;
  font-family: var(--font-display); font-weight: 700;
  font-size: 12px; letter-spacing: 0;
  color: var(--taxiway-gray);
  margin-top: 4px;
  font-variant-numeric: tabular-nums;
}

.alg-form-submit {
  width: 100%; justify-content: center;
  margin-top: 12px;
}
.alg-form-note {
  text-align: center;
  font-family: var(--font-mono); font-weight: 500;
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--taxiway-gray);
  margin: 14px 0 0;
}

/* =========================================================================
   FOOTER
   ========================================================================= */
.alg-footer { background: #07121C; color: rgba(255,255,255,0.7); padding: 80px 0 36px; }
.alg-footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.alg-footer-brand img { height: 28px; margin-bottom: 16px; }
.alg-footer-brand p {
  font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.55);
  margin: 0 0 10px; max-width: 360px;
}
.alg-footer-tag {
  font-family: var(--font-display); font-weight: 700;
  font-size: 14px !important; color: var(--amber-caution) !important;
  letter-spacing: 0.02em;
}
.alg-footer-col h4 {
  font-family: var(--font-display); font-weight: 700;
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: #fff; margin: 0 0 16px;
}
.alg-footer-col a {
  display: block;
  font-size: 13px; color: rgba(255,255,255,0.55);
  text-decoration: none;
  padding: 6px 0;
  transition: color 140ms ease;
}
.alg-footer-col a:hover { color: var(--amber-caution); }
.alg-footer-base {
  padding: 28px 32px 0;
  display: grid; grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  font-family: var(--font-mono); font-weight: 500;
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}
.alg-footer-base > div:last-child { text-align: right; }
.alg-footer-meta { color: var(--amber-caution); }

@media (max-width: 720px) {
  .alg-footer { padding: 56px 0 28px; }
  .alg-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
    padding-bottom: 36px;
  }
  .alg-footer-brand { grid-column: 1 / -1; }
  .alg-footer-brand p { max-width: 100%; }
  .alg-footer-col h4 { font-size: 11px; margin-bottom: 12px; }
  .alg-footer-col a { font-size: 13px; padding: 5px 0; }
  .alg-footer-base {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: left;
    padding: 24px 0 0;
  }
  .alg-footer-base > div:last-child { text-align: left; }
}
@media (max-width: 420px) {
  .alg-footer-grid { grid-template-columns: 1fr; gap: 28px; }
}

/* =========================================================================
   RESPONSIVE (lightweight — this kit is designed at 1200px)
   ========================================================================= */
@media (max-width: 900px) {
  .alg-statband-grid, .alg-vspeeds-grid, .alg-pillars-grid { grid-template-columns: 1fr; }
  .alg-case { grid-template-columns: 1fr; }
  .alg-bp-grid, .alg-contact-grid, .alg-faq-grid, .alg-about-grid { grid-template-columns: 1fr; gap: 32px; }
  .alg-hero-cockpit .cp-h1 { font-size: 44px; }
  .cp-scroll { display: none; }
}

/* =========================================================================
   TRUST BADGES — client operator strip
   ========================================================================= */
.alg-trust {
  background: var(--efis-blue);
  padding: 44px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.alg-trust-head {
  display: flex; align-items: center; justify-content: center;
  gap: 14px;
  margin-bottom: 28px;
  font-family: var(--font-mono); font-weight: 500;
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}
.alg-trust-rule {
  display: inline-block; width: 48px; height: 1px;
  background: rgba(255,255,255,0.25);
}
.alg-trust-lbl { color: rgba(255,255,255,0.9); }
.alg-trust-sub { color: rgba(255,255,255,0.5); }

.alg-trust-track {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.alg-trust-row {
  display: flex;
  gap: 56px;
  align-items: center;
  animation: algTrustScroll 60s linear infinite;
  width: max-content;
}
@keyframes algTrustScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.alg-trust-item {
  display: flex; align-items: center; gap: 14px;
  flex: 0 0 auto;
  opacity: 0.75;
  transition: opacity 160ms ease;
}
.alg-trust-item:hover { opacity: 1; }
.alg-trust-mark {
  width: 46px; height: 46px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.03);
}
.alg-trust-code {
  font-family: var(--font-display); font-weight: 800;
  font-size: 13px; letter-spacing: 0.05em;
  color: rgba(255,255,255,0.9);
}
.alg-trust-name { display: flex; flex-direction: column; }
.alg-trust-n {
  font-family: var(--font-display); font-weight: 700;
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.92);
  white-space: nowrap;
}
.alg-trust-s {
  font-family: var(--font-mono); font-weight: 500;
  font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-top: 2px;
  white-space: nowrap;
}

/* === Hero scene additions === */
.alg-jet {
  animation: algJetAscent 14s ease-out infinite;
  transform-origin: center;
}
@keyframes algJetAscent {
  0%   { transform: translate(120px, 820px) rotate(-25deg); opacity: 0; }
  8%   { opacity: 1; }
  100% { transform: translate(1320px, 280px) rotate(-22deg); opacity: 0.9; }
}

.alg-hero-h1-amber {
  color: var(--amber-caution);
  font-style: italic;
  font-weight: 700;
}

.alg-hero-h1 {
  font-size: 88px !important;
  letter-spacing: -3px !important;
  line-height: 1.0 !important;
}

/* === Minimal hero === */
.alg-hero-min { background: #0E2F44; }
.alg-hero-copy-center {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
  padding: 0 32px;
}
.alg-hero-h1-center { text-align: center; max-width: 900px; margin: 0 auto !important; }
.alg-hero-sub-center { text-align: center; max-width: 560px; margin: 24px auto 36px !important; }
.alg-hero-cta-center { justify-content: center; }
.alg-hero-copy-center .alg-hero-eyebrow { justify-content: center; margin: 0 auto 28px; }
.alg-hero-copy-center .alg-hero-rule { width: 56px; }

/* === Cinematic scroll (Lenis + GSAP ScrollTrigger) === */
html.lenis, html.lenis body { height: auto; }
html.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }
.lenis.lenis-scrolling iframe { pointer-events: none; }

/* Hero — make taller so parallax has runway */
.alg-hero { height: 100vh; min-height: 760px; overflow: hidden; }

/* Parallax layers: position absolute, will-change for GPU. */
.alg-hero-layer {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  will-change: transform;
}
.alg-hero-bg  { z-index: 0; }
.alg-hero-mid { z-index: 1; }
.alg-hero-fg  { z-index: 2; }
.alg-hero-copy { z-index: 4; will-change: transform, opacity; }

/* Scroll hint at hero base */
.alg-hero-scroll-hint {
  position: absolute; left: 50%; bottom: 38px;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  z-index: 5;
  opacity: 0.85;
}
.alg-hero-scroll-label {
  font-family: 'Source Code Pro', monospace;
  font-size: 10px; letter-spacing: 4px;
  color: rgba(255,255,255,0.55);
}
.alg-hero-scroll-bar {
  width: 1px; height: 56px;
  background: linear-gradient(to bottom, rgba(232,145,46,0.9), rgba(232,145,46,0));
  position: relative; overflow: hidden;
}
.alg-hero-scroll-bar::after {
  content: ''; position: absolute; left: 0; top: -56px;
  width: 1px; height: 56px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.9));
  animation: alg-scroll-pulse 2.4s ease-in-out infinite;
}
@keyframes alg-scroll-pulse {
  0%   { transform: translateY(0); }
  100% { transform: translateY(112px); }
}

/* Section pinning needs the section itself to provide the pin context */
#system { position: relative; }

/* Reduce motion: disable our scroll FX */
@media (prefers-reduced-motion: reduce) {
  .alg-hero-layer { transform: none !important; }
  .alg-hero-scroll-bar::after { animation: none; }
}

/* === Hero — bold-minimalism logo motif === */

/* Solid field background — gradient only, no SVG noise */
.alg-hero-bg {
  background:
    radial-gradient(ellipse 80% 60% at 50% 45%,
      rgba(69,133,181,0.18) 0%,
      rgba(69,133,181,0) 65%),
    linear-gradient(180deg, #0E2F44 0%, #0A2236 55%, #061827 100%);
}

/* Mark layer — the two interlocking outline triangles, big and quiet */
.alg-hero-mark-layer { z-index: 2; opacity: 0.42; }
.alg-mark-tri-a, .alg-mark-tri-b {
  shape-rendering: geometricPrecision;
}

/* Scrim behind copy so the mark strokes don't break body text */
.alg-hero-min::after {
  content: '';
  position: absolute; inset: 0;
  z-index: 3;
  pointer-events: none;
  background: radial-gradient(ellipse 55% 40% at 50% 50%,
    rgba(14,47,68,0.55) 0%,
    rgba(14,47,68,0.25) 45%,
    rgba(14,47,68,0) 75%);
}

.alg-hero-h1-line-1, .alg-hero-h1-line-2 { display: block; }
.alg-hero-h1 { line-height: 1.05; }

/* Subhead — readable on the dark field. The base .alg-hero-sub rule
   above sets color, but .alg-hero-sub-center re-uses the class without
   inheriting it; restate explicitly so the line is high-contrast. */
.alg-hero-sub-center {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 19px;
  line-height: 1.6;
  color: rgba(255,255,255,0.96);
  text-shadow: 0 2px 18px rgba(8,28,42,0.85), 0 1px 2px rgba(8,28,42,0.6);
  letter-spacing: 0.1px;
}
.alg-hero-sub-center br { display: block; }

/* CTAs — proper spacing so buttons never touch */
.alg-hero-ctas {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.alg-hero-ctas .alg-btn + .alg-btn { margin-left: 0; }

/* Hero — warmer, more inviting field. Adds an amber dawn glow at the
   horizon line + a soft vignette so the page feels lit, not flat. */
.alg-hero-min {
  background:
    radial-gradient(ellipse 70% 45% at 50% 105%,
      rgba(232,145,46,0.22) 0%,
      rgba(232,145,46,0.06) 35%,
      rgba(232,145,46,0) 65%),
    radial-gradient(ellipse 90% 60% at 50% 40%,
      rgba(69,133,181,0.20) 0%,
      rgba(69,133,181,0) 60%),
    linear-gradient(180deg, #0E2F44 0%, #0A2236 60%, #07192A 100%);
}
.alg-hero-min::before {
  content: '';
  position: absolute; inset: 0;
  z-index: 1;
  pointer-events: none;
  /* fine grain so the field has texture, not noise */
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.025) 0, transparent 1px),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.02) 0, transparent 1px),
    radial-gradient(circle at 60% 20%, rgba(232,145,46,0.04) 0, transparent 1.5px);
  background-size: 3px 3px, 5px 5px, 7px 7px;
  opacity: 0.6;
  mix-blend-mode: screen;
}

/* Strengthen the copy scrim so the subhead reads cleanly */
.alg-hero-min::after {
  background: radial-gradient(ellipse 60% 45% at 50% 50%,
    rgba(8,28,42,0.78) 0%,
    rgba(8,28,42,0.55) 35%,
    rgba(8,28,42,0.20) 65%,
    rgba(8,28,42,0) 80%) !important;
}

/* Minimal scroll cue — single bar, no pulse */
.alg-hero-scroll {
  position: absolute; left: 50%; bottom: 36px;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  z-index: 5;
}
.alg-hero-scroll-label {
  font-family: 'Source Code Pro', monospace;
  font-size: 10px; letter-spacing: 4px;
  color: rgba(255,255,255,0.5);
}
.alg-hero-scroll-bar {
  width: 2px; height: 48px;
  background: rgba(255,255,255,0.25);
}

/* Section parallax helpers */
[data-parallax-bg] {
  will-change: transform;
}
.alg-pillar-icon svg {
  filter: none;
}


/* =========================================================================
   HERO V2 — brief execution
   - Eyebrow establishes audience (not brand)
   - H1 single-weight Montserrat 800, no italic
   - Subhead 18px, secondary text color
   - Primary CTA Amber Caution, secondary as text link
   - Trust strip with metrics, ~70% opacity
   - Background: avionics grid texture (Option B)
   ========================================================================= */
.alg-hero-v2 {
  position: relative;
  height: 100vh;
  min-height: 720px;
  max-height: 880px;
  overflow: hidden;
  background: #0E2F44;
}

/* Layered EFIS field — solid base + subtle vertical depth */
.alg-hero-v2 .alg-hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 60% 40% at 50% 110%,
      rgba(232,145,46,0.10) 0%,
      rgba(232,145,46,0.04) 35%,
      rgba(232,145,46,0) 70%),
    linear-gradient(180deg, #0E2F44 0%, #0B2638 55%, #081C2C 100%);
}

/* Avionics grid texture — fine + coarse, masked to a soft center fade */
.alg-hero-v2 .alg-hero-grid {
  position: absolute; inset: 0; z-index: 1;
  width: 100%; height: 100%;
  opacity: 0.55; /* multiplied by the ~10% stroke alpha for ~5% visible */
  mix-blend-mode: screen;
  pointer-events: none;
}

/* Single horizon scanline — EFIS attitude indicator suggestion */
.alg-hero-v2 .alg-hero-horizon {
  position: absolute; left: 0; right: 0; top: 58%;
  height: 1px; z-index: 2;
  background: linear-gradient(90deg,
    rgba(70,130,180,0) 0%,
    rgba(70,130,180,0.45) 30%,
    rgba(232,145,46,0.55) 50%,
    rgba(70,130,180,0.45) 70%,
    rgba(70,130,180,0) 100%);
  pointer-events: none;
}
.alg-hero-v2 .alg-hero-horizon::before,
.alg-hero-v2 .alg-hero-horizon::after {
  content: ''; position: absolute; top: -3px;
  width: 7px; height: 7px;
  border: 1px solid rgba(70,130,180,0.55);
  background: transparent;
  transform: rotate(45deg);
}
.alg-hero-v2 .alg-hero-horizon::before { left: calc(50% - 80px); }
.alg-hero-v2 .alg-hero-horizon::after  { left: calc(50% + 73px); }

/* Copy block — left-aligned within 1200 container, vertically centered */
.alg-hero-v2 .alg-hero-copy-v2 {
  position: relative; z-index: 5;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  height: 100%;
  display: flex; flex-direction: column; justify-content: center;
  align-items: flex-start;
}

/* Eyebrow — Source Code Pro, all caps, 14px, secondary color, uppercase */
.alg-hero-v2 .alg-hero-eyebrow-v2 {
  font-family: 'Source Code Pro', ui-monospace, monospace;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #4682B4;
  margin: 0 0 28px;
  padding: 0;
  display: inline-block;
  position: relative;
}
.alg-hero-v2 .alg-hero-eyebrow-v2::before {
  content: '';
  display: inline-block;
  width: 32px; height: 1px;
  background: #E8912E;
  vertical-align: middle;
  margin-right: 14px;
  transform: translateY(-2px);
}

/* H1 — Montserrat 800, single weight, no italic, no decoration */
.alg-hero-v2 .alg-hero-h1-v2 {
  font-family: 'Montserrat', ui-sans-serif, sans-serif;
  font-weight: 800;
  font-style: normal !important;
  font-size: 54px;
  line-height: 1.04;
  letter-spacing: -1.5px;
  color: #FFFFFF;
  margin: 0 0 24px;
  max-width: 640px;
  text-wrap: balance;
}
.alg-hero-v2 .alg-hero-h1-v2 i,
.alg-hero-v2 .alg-hero-h1-v2 em { font-style: normal; }

/* Subhead — Open Sans 400, 18px, --color-text-secondary, max 640 */
.alg-hero-v2 .alg-hero-sub-v2 {
  font-family: 'Open Sans', ui-sans-serif, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255,255,255,0.78);
  margin: 0 0 40px;
  max-width: 640px;
  text-wrap: pretty;
}

/* Actions row — primary button + ghost text link */
.alg-hero-v2 .alg-hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 56px;
  flex-wrap: wrap;
}
.alg-hero-v2 .alg-hero-link {
  font-family: 'Open Sans', ui-sans-serif, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: color .18s ease, border-color .18s ease, transform .18s ease;
  letter-spacing: 0.01em;
}
.alg-hero-v2 .alg-hero-link span { display: inline-block; transition: transform .18s ease; margin-left: 4px; }
.alg-hero-v2 .alg-hero-link:hover { color: #4682B4; border-bottom-color: #4682B4; }
.alg-hero-v2 .alg-hero-link:hover span { transform: translateX(3px); }

/* Trust strip — single horizontal row, 70% opacity, mono labels */
.alg-hero-v2 .alg-hero-trust {
  display: flex;
  align-items: center;
  gap: 24px;
  opacity: 0.72;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.10);
  width: 100%;
  max-width: 720px;
}
.alg-hero-v2 .alg-hero-trust-item {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
}
.alg-hero-v2 .alg-hero-trust-num {
  font-family: 'Source Code Pro', ui-monospace, monospace;
  font-weight: 600;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0.02em;
}
.alg-hero-v2 .alg-hero-trust-lbl {
  font-family: 'Open Sans', ui-sans-serif, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.01em;
}
.alg-hero-v2 .alg-hero-trust-sep {
  width: 1px; height: 14px;
  background: rgba(255,255,255,0.18);
  display: inline-block;
}

/* Scroll cue inherits earlier .alg-hero-scroll rules — no override needed */

/* Responsive */
@media (max-width: 900px) {
  .alg-hero-v2 .alg-hero-h1-v2 { font-size: 36px; letter-spacing: -1px; }
  .alg-hero-v2 .alg-hero-sub-v2 { font-size: 16px; }
  .alg-hero-v2 .alg-hero-trust { flex-wrap: wrap; gap: 14px 20px; }
}


/* =========================================================================
   HERO V2 — TIGHTENING PASS
   ========================================================================= */

/* Flat EFIS Blue — no gradient, no banding */
.alg-hero-v2 .alg-hero-bg {
  background: #0E2F44 !important;
}

/* Strip any leftover text-shadows / blends from earlier hero rules */
.alg-hero-v2 .alg-hero-h1-v2,
.alg-hero-v2 .alg-hero-sub-v2,
.alg-hero-v2 .alg-hero-eyebrow-v2,
.alg-hero-v2 .alg-hero-trust-num,
.alg-hero-v2 .alg-hero-trust-lbl,
.alg-hero-v2 .alg-hero-link {
  text-shadow: none !important;
  backdrop-filter: none !important;
  mix-blend-mode: normal !important;
}

/* Disable the previous ::before/::after scrim & dawn glow on the v2 hero */
.alg-hero-v2.alg-hero-min::before,
.alg-hero-v2.alg-hero-min::after,
.alg-hero-v2::before,
.alg-hero-v2::after {
  display: none !important;
  content: none !important;
}

/* Avionics grid — pure CSS, 4% steel blue, 48px cells, barely visible */
.alg-hero-v2 .alg-hero-grid-v2 {
  position: absolute; inset: 0; z-index: 1;
  pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(70,130,180,0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(70,130,180,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  background-position: center center;
}

/* Hide the old SVG grid + horizon scanline if any inheritance lingers */
.alg-hero-v2 .alg-hero-grid,
.alg-hero-v2 .alg-hero-horizon { display: none !important; }

/* Quiet the eyebrow — weight 500, 70% color */
.alg-hero-v2 .alg-hero-eyebrow-v2 {
  font-weight: 500 !important;
  color: rgba(70, 130, 180, 0.7) !important;
}
.alg-hero-v2 .alg-hero-eyebrow-v2::before {
  background: rgba(232, 145, 46, 0.7);
}

/* H1 — explicit crisp white, no shadow */
.alg-hero-v2 .alg-hero-h1-v2 {
  color: #FFFFFF !important;
  text-shadow: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Trust strip — confident instrument-readout treatment */
.alg-hero-v2 .alg-hero-trust {
  gap: 44px !important;
  opacity: 1 !important;
  align-items: baseline;
}
.alg-hero-v2 .alg-hero-trust-item {
  align-items: baseline;
  gap: 12px;
}
.alg-hero-v2 .alg-hero-trust-num {
  font-family: 'Source Code Pro', ui-monospace, monospace !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  color: #FFFFFF !important;
  letter-spacing: 0.01em;
  line-height: 1;
}
.alg-hero-v2 .alg-hero-trust-lbl {
  font-family: 'Source Code Pro', ui-monospace, monospace !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.6) !important;
  letter-spacing: 0.04em;
  line-height: 1;
}
/* Drop the dim separators — gap alone carries the rhythm now */
.alg-hero-v2 .alg-hero-trust-sep { display: none !important; }

/* Hide scroll indicator on v2 */
.alg-hero-v2 .alg-hero-scroll { display: none !important; }

/* Reclaim the bottom — let the hero breathe */
.alg-hero-v2 .alg-hero-trust { margin-top: 0; padding-top: 32px; }


/* =========================================================================
   HERO V2 — FINAL POLISH PASS
   ========================================================================= */

/* Change 1 — exact 88px gap from CTA-row bottom to metric-strip top.
   Strip the actions margin-bottom + the trust padding-top + border to zero,
   then own the gap with a single explicit margin-top on the trust strip. */
.alg-hero-v2 .alg-hero-actions {
  margin-bottom: 0 !important;
  gap: 12px !important;
  display: flex !important;
  align-items: stretch !important;
  flex-wrap: wrap;
}
.alg-hero-v2 .alg-hero-leadform {
  max-width: 560px;
  width: 100%;
}
.alg-hero-v2 .alg-hero-email {
  flex: 1 1 240px;
  min-width: 0;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 4px;
  color: #fff;
  font-family: 'Open Sans', ui-sans-serif, sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 0 16px;
  height: 52px;
  outline: none;
  transition: border-color .15s ease, background .15s ease;
}
.alg-hero-v2 .alg-hero-email::placeholder { color: rgba(255,255,255,0.55); }
.alg-hero-v2 .alg-hero-email:focus {
  border-color: var(--amber-caution);
  background: rgba(255,255,255,0.10);
}
.alg-hero-v2 .alg-hero-leadform .alg-hero-cta-1 {
  flex: 0 0 auto;
  height: 52px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.alg-hero-v2 .alg-hero-trust {
  margin-top: 28px !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

/* Change 2 — text link shares the button's exact vertical center.
   Drop the min-height/line-height:1 hacks; let the link sit at its natural
   baseline inside the flex row (align-items: center handles the rest). */
.alg-hero-v2 .alg-hero-link {
  display: inline-flex;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  line-height: normal;
  min-height: 0;
  font-family: 'Montserrat', ui-sans-serif, sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  letter-spacing: 0.01em;
}
.alg-hero-v2 .alg-hero-link span {
  display: inline-flex;
  align-items: center;
  line-height: normal;
}


/* =========================================================================
   MOBILE RESPONSIVE — proper device-width scaling
   ========================================================================= */
@media (max-width: 720px) {
  .alg-container { padding: 0 20px; }
  .alg-section { padding: 64px 0; }

  /* Nav: logo + CTA only — links hidden, no wrap, no overlap */
  .alg-nav-inner { padding: 14px 20px !important; gap: 12px !important; flex-wrap: nowrap !important; justify-content: space-between !important; }
  .alg-nav-logo img { height: 28px; }
  .alg-logo img { height: 28px !important; }
  .alg-nav-links { display: none !important; }
  .alg-btn-nav { padding: 8px 14px; font-size: 11px; }

  /* Hero: kill the 100vh from the base rule — let content set height,
     and give it real top breathing room so headline isn't jammed under nav. */
  .alg-hero-v2 {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 88px 0 48px !important;
  }
  .alg-hero-v2 .alg-hero-eyebrow-v2 {
    font-size: 10px; letter-spacing: 1.5px;
    line-height: 1.5;
  }
  .alg-hero-v2 .alg-hero-h1-v2 {
    font-size: 38px !important;
    line-height: 1.05 !important;
    letter-spacing: -1px !important;
    margin-top: 16px !important;
  }
  .alg-hero-v2 .alg-hero-sub-v2 {
    font-size: 15px !important;
    line-height: 1.5 !important;
    margin-top: 16px !important;
    max-width: 100% !important;
  }
  .alg-hero-v2 .alg-hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 14px !important;
    margin-top: 24px !important;
  }
  .alg-hero-v2 .alg-hero-actions .alg-btn-primary {
    width: 100%; justify-content: center;
    padding: 15px 20px; font-size: 14px;
  }
  .alg-hero-v2 .alg-hero-link { text-align: left; padding: 4px 0; }

  /* Trust strip: 2-col grid is more compact than a vertical stack
     and fits below the fold cleanly on iPhone SE. */
  .alg-hero-v2 .alg-hero-trust {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 16px 20px !important;
    margin-top: 28px !important;
    padding-top: 24px !important;
    border-top: 1px solid rgba(255,255,255,0.08);
    align-items: baseline;
  }
  .alg-hero-v2 .alg-hero-trust-item {
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }
  .alg-hero-v2 .alg-hero-trust-num { font-size: 22px !important; }
  .alg-hero-v2 .alg-hero-trust-lbl { font-size: 10px !important; letter-spacing: 0.12em !important; }

  /* Section headings */
  .alg-section h2,
  .alg-bp-h2,
  .alg-vspeeds-h2,
  .alg-pillars-h2,
  .alg-cases-h2,
  .alg-industries-h2,
  .alg-faq-h2,
  .alg-contact-h2 {
    font-size: 32px !important;
    line-height: 1.1 !important;
    letter-spacing: -0.8px !important;
  }

  /* Pillars / VSpeeds / Cases — single column */
  .alg-pillars-grid,
  .alg-vspeeds-grid,
  .alg-statband-grid,
  .alg-industries-grid { grid-template-columns: 1fr !important; }

  .alg-case { grid-template-columns: 1fr !important; }

  /* Footer */
  .alg-footer-inner { flex-direction: column; gap: 32px; }
  .alg-footer-cols { grid-template-columns: 1fr 1fr !important; gap: 24px; }
}

@media (max-width: 420px) {
  .alg-hero-v2 .alg-hero-h1-v2 { font-size: 34px !important; letter-spacing: -1px !important; }
  .alg-section h2,
  .alg-bp-h2,
  .alg-vspeeds-h2,
  .alg-pillars-h2,
  .alg-cases-h2,
  .alg-industries-h2,
  .alg-faq-h2,
  .alg-contact-h2 { font-size: 28px !important; }
  .alg-nav-links { display: none; }
}

/* PROPRIETARY SYSTEM — mobile fixes */
@media (max-width: 720px) {
  .alg-bp-hud-strip { display: none; }
  .alg-blueprint .alg-bp-h2 {
    font-size: 30px !important;
    line-height: 1.08 !important;
    letter-spacing: -0.5px !important;
  }
  .alg-bp-callsign { font-size: 10px; letter-spacing: 0.18em; padding: 4px 9px; }
  .alg-bp-lead { font-size: 15px; line-height: 1.55; }
  .alg-bp-readouts {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px !important;
  }
  .alg-bp-readouts .alg-bp-rd-num { font-size: 28px !important; }
  .alg-bp-readouts .alg-bp-rd-lbl { font-size: 9px !important; letter-spacing: 0.14em !important; }
  .alg-blueprint .alg-bp-svg,
  .alg-blueprint .alg-bp-radar-wrap { max-width: 100%; }
  .alg-bp-ftick { display: none; }
}


/* Tablet polish (720-1100): tighten CTA + trust strip so they don't sprawl */
@media (min-width: 720px) and (max-width: 1100px) {
  /* Hero: let content set its own height so trust strip can't be clipped */
  .alg-hero-v2 {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 120px 0 64px !important;
  }
  /* Nav: hide center links so logo + CTA breathe; CTA is the action that matters */
  .alg-nav-inner { gap: 16px !important; padding: 18px 24px !important; }
  .alg-nav-links { display: none !important; }
  .alg-logo img { height: 30px !important; }

  .alg-hero-v2 .alg-hero-actions .alg-btn-primary {
    padding: 16px 28px !important;
    font-size: 15px !important;
  }
  .alg-hero-v2 .alg-hero-trust {
    gap: 28px !important;
    max-width: 640px !important;
    margin-top: 24px !important;
  }
  .alg-hero-v2 .alg-hero-trust-item {
    gap: 8px !important;
  }
  .alg-hero-v2 .alg-hero-trust-num {
    font-size: 26px !important;
  }
  .alg-hero-v2 .alg-hero-trust-lbl {
    font-size: 11px !important;
  }
  .alg-hero-v2 .alg-hero-actions {
    gap: 20px !important;
  }
}
