/* ============================================================
   Field Operations & Deployable Systems — Page Styles
   Inherits: styles.css (global tokens, header, footer, .btn, .wrap, .reveal, etc.)
   ============================================================ */

/* ── SECTION 1: HERO ─────────────────────────────────────────── */
.fo-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--bg-0);
}

.fo-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.fo-hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  opacity: 0.45;
}

/* Tactical left-strong overlay */
.fo-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right,  rgba(6,8,6,0.98) 0%, rgba(6,8,6,0.92) 35%, rgba(6,8,6,0.55) 60%, rgba(6,8,6,0.25) 100%),
    linear-gradient(to top,    rgba(6,8,6,0.85) 0%, transparent 50%),
    linear-gradient(to bottom, rgba(6,8,6,0.6)  0%, transparent 25%);
  z-index: 2;
}

/* Subtle horizontal scan line — tactical feel */
.fo-hero-scan {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 3px,
    rgba(77,110,85,0.018) 3px,
    rgba(77,110,85,0.018) 4px
  );
  pointer-events: none;
}

.fo-hero-content {
  position: relative;
  z-index: 5;
  padding-top: calc(var(--header-h) + clamp(3rem, 8vw, 6rem));
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

/* Sector tag */
.fo-sector-tag {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-3);
  margin-bottom: var(--sp-7);
  padding: 0.38rem 0.9rem 0.38rem 0.7rem;
  background: rgba(30,51,39,0.3);
  border: 1px solid var(--border-h);
  border-radius: var(--r-sm);
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: var(--ls-widest);
  text-transform: uppercase;
  color: var(--glo-green);
}

.fo-tag-dot {
  width: 5px; height: 5px;
  background: var(--glo-green);
  border-radius: 50%;
  flex-shrink: 0;
  animation: pulse 2.5s ease-in-out infinite;
}

/* H1 */
.fo-h1 {
  font-size: clamp(2.6rem, 5.5vw, 4.4rem);
  font-weight: 900;
  letter-spacing: var(--ls-hero);
  line-height: 1.06;
  color: #fff;
  margin-bottom: var(--sp-6);
  max-width: 680px;
  text-shadow: 0 2px 24px rgba(6,8,6,0.7);
}
.fo-h1 em {
  font-style: normal;
  color: var(--mid-green);
}

.fo-hero-sub {
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  color: var(--gray-10);
  line-height: var(--lh-loose);
  max-width: 520px;
  margin-bottom: var(--sp-10);
  font-weight: 400;
  text-shadow: 0 1px 12px rgba(6,8,6,0.6);
}

.fo-hero-actions {
  display: flex;
  gap: var(--sp-3);
  flex-wrap: wrap;
  margin-bottom: var(--sp-14);
}

/* Status bar */
.fo-status-bar {
  display: flex;
  align-items: center;
  gap: var(--sp-5);
  flex-wrap: wrap;
}
.fo-status-item {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
}
.fo-status-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}
.fo-status-dot--active {
  background: var(--glo-green);
  box-shadow: 0 0 6px rgba(77,110,85,0.7);
  animation: pulse 2s ease-in-out infinite;
}
.fo-status-label {
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: var(--gray-20);
}
.fo-status-divider {
  width: 1px; height: 12px;
  background: var(--border);
}

/* Brackets and crosshairs */
.fo-bracket {
  position: absolute;
  width: 28px; height: 28px;
  z-index: 6;
  pointer-events: none;
}
.fo-bracket--tr {
  top: calc(var(--header-h) + 24px); right: 28px;
  border-top: 1px solid var(--border-h); border-right: 1px solid var(--border-h);
}
.fo-bracket--bl {
  bottom: 28px; left: 28px;
  border-bottom: 1px solid var(--border-h); border-left: 1px solid var(--border-h);
}

.fo-crosshair {
  position: absolute;
  width: 18px; height: 18px;
  z-index: 6;
  pointer-events: none;
  opacity: 0.3;
}
.fo-crosshair::before, .fo-crosshair::after {
  content: '';
  position: absolute;
  background: var(--glo-green);
}
.fo-crosshair--tl { top: calc(var(--header-h) + 22px); right: 36px; }
.fo-crosshair--br { bottom: 36px; right: 36px; }
.fo-crosshair::before { left: 50%; top: 0; width: 1px; height: 100%; transform: translateX(-50%); }
.fo-crosshair::after  { top: 50%; left: 0; height: 1px; width: 100%; transform: translateY(-50%); }


/* ── SECTION 2: CAPABILITIES ────────────────────────────── */
.fo-caps {
  background: var(--bg-0); border-top: 1px solid var(--border);
  position: relative; isolation: isolate;
}
.fo-caps::before {
  content: ''; position: absolute; inset: 0;
  background: url('../fotolar/bg_fo_caps.jpg') center/cover no-repeat;
  opacity: 0.07; pointer-events: none; z-index: -1;
}

/* Single-column briefing panels — premium elevated */
.fo-caps-grid {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
  margin-top: var(--sp-10);
}

.fo-cap-card {
  position: relative;
  background: rgba(14,18,14,0.92);
  border: 1px solid var(--border-h);
  border-radius: var(--r-md);
  padding: var(--sp-10);
  overflow: hidden;
  transition: background var(--t-base), border-color var(--t-base), box-shadow 0.3s ease;
  backdrop-filter: blur(6px);
}
.fo-cap-card:hover {
  background: rgba(18,24,18,0.96);
  border-color: var(--mid-green);
  box-shadow: 0 4px 32px rgba(77,110,85,0.08);
}

.fo-cap-accent {
  position: absolute;
  left: 0; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(to bottom, var(--glo-green), rgba(77,110,85,0.15));
  opacity: 0.35;
  transition: opacity var(--t-base), width 0.2s ease;
}
.fo-cap-card:hover .fo-cap-accent { opacity: 1; width: 4px; }

.fo-cap-icon {
  width: 38px; height: 38px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(30,51,39,0.35);
  border: 1px solid var(--border-h);
  border-radius: var(--r-sm);
  margin-bottom: var(--sp-5);
  transition: background var(--t-base), border-color var(--t-base);
}
.fo-cap-card:hover .fo-cap-icon {
  background: rgba(30,51,39,0.55);
  border-color: var(--mid-green);
}
.fo-cap-icon svg { width: 18px; height: 18px; stroke: var(--glo-green); }

.fo-cap-num {
  font-family: var(--mono);
  font-size: 0.54rem;
  letter-spacing: var(--ls-widest);
  color: var(--glo-green);
  margin-bottom: var(--sp-3);
  opacity: 0.9;
}
.fo-cap-title {
  font-size: 1.08rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: var(--sp-4);
  letter-spacing: -0.015em;
  line-height: 1.25;
}
.fo-cap-desc {
  font-size: 0.87rem;
  color: var(--gray-15);
  line-height: 1.85;
  margin-bottom: var(--sp-7);
  max-width: 640px;
}
.fo-cap-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; gap: var(--sp-3); flex-wrap: wrap;
  padding-top: var(--sp-4);
  border-top: 1px solid rgba(77,110,85,0.12);
}
.fo-cap-list li {
  font-size: 0.68rem;
  color: var(--gray-25);
  padding: var(--sp-2) var(--sp-4);
  position: relative;
  line-height: 1.5;
  background: rgba(30,51,39,0.25);
  border: 1px solid rgba(77,110,85,0.2);
  border-radius: var(--r-sm);
  font-family: var(--mono);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: border-color var(--t-base), background var(--t-base);
}
.fo-cap-card:hover .fo-cap-list li {
  border-color: rgba(77,110,85,0.35);
  background: rgba(30,51,39,0.35);
}
.fo-cap-list li::before { display: none; }


/* ── SECTION 3: OPERATIONAL READINESS ───────────────────────── */
.fo-readiness {
  position: relative;
  background: var(--bg-1);
  border-top: 1px solid var(--border);
  overflow: hidden;
}
.fo-readiness-ambient {
  position: absolute;
  left: -200px; bottom: -200px;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(30,51,39,0.18) 0%, transparent 70%);
  pointer-events: none;
}

.fo-readiness-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-16);
  align-items: center;
}

/* Image */
.fo-readiness-img-frame {
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
  aspect-ratio: 4/3;
  border: 1px solid var(--border);
}
.fo-readiness-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}
.fo-readiness-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(6,8,6,0.5) 0%, rgba(6,8,6,0.1) 60%, rgba(6,8,6,0.4) 100%);
}

/* Tactical overlay */
.fo-tactical-overlay {
  position: absolute; inset: 0;
  pointer-events: none;
}
.fo-tac-corner {
  position: absolute;
  width: 18px; height: 18px;
}
.fo-tac-corner--tl { top: 14px; left: 14px; border-top: 1px solid rgba(77,110,85,0.7); border-left: 1px solid rgba(77,110,85,0.7); }
.fo-tac-corner--tr { top: 14px; right: 14px; border-top: 1px solid rgba(77,110,85,0.7); border-right: 1px solid rgba(77,110,85,0.7); }
.fo-tac-corner--bl { bottom: 46px; left: 14px; border-bottom: 1px solid rgba(77,110,85,0.7); border-left: 1px solid rgba(77,110,85,0.7); }
.fo-tac-corner--br { bottom: 46px; right: 14px; border-bottom: 1px solid rgba(77,110,85,0.7); border-right: 1px solid rgba(77,110,85,0.7); }
.fo-tac-label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: var(--sp-2) var(--sp-4) var(--sp-3);
  background: rgba(6,8,6,0.85);
  font-family: var(--mono);
  font-size: 0.5rem;
  letter-spacing: 0.12em;
  color: var(--glo-green);
  text-transform: uppercase;
  border-top: 1px solid var(--border-h);
}

/* Environment tags below image */
.fo-env-tags {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
  margin-top: var(--sp-4);
}
.fo-env-tag {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: var(--gray-40);
}
.fo-env-dot {
  width: 4px; height: 4px;
  background: var(--mid-green);
  border-radius: 50%;
  flex-shrink: 0;
}

/* Readiness content */
.fo-readiness-lead {
  font-size: 1.05rem;
  color: var(--gray-05);
  line-height: var(--lh-loose);
  margin-bottom: var(--sp-10);
  font-weight: 400;
}

.fo-readiness-points {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  overflow: hidden;
}

.fo-readiness-point {
  display: flex;
  gap: var(--sp-4);
  align-items: flex-start;
  padding: var(--sp-7) var(--sp-8);
  background: var(--bg-2);
  border-bottom: 1px solid var(--border);
  transition: background var(--t-base);
}
.fo-readiness-point:last-child { border-bottom: none; }
.fo-readiness-point:hover { background: var(--bg-3); }

.fo-rp-bar {
  width: 2px;
  align-self: stretch;
  background: var(--mid-green);
  border-radius: 1px;
  flex-shrink: 0;
  opacity: 0.6;
  transition: opacity var(--t-base);
}
.fo-readiness-point:hover .fo-rp-bar { opacity: 1; }

.fo-readiness-point strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: var(--sp-3);
  letter-spacing: -0.01em;
}
.fo-readiness-point span {
  font-size: 0.875rem;
  color: var(--gray-15);
  line-height: 1.85;
}


/* ── SECTION 4: DEPLOYMENT PROCESS ──────────────────────── */
.fo-process {
  position: relative; isolation: isolate;
  background: var(--bg-0);
  border-top: 1px solid var(--border);
}
.fo-process::before {
  content: ''; position: absolute; inset: 0;
  background: url('../fotolar/bg_fo_process.jpg') center/cover no-repeat;
  opacity: 0.06; pointer-events: none; z-index: -1;
}
.fo-process-bg {
  position: absolute; inset: 0;
  opacity: 0.02;
  background-image:
    linear-gradient(rgba(87,122,94,0.8) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87,122,94,0.8) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

/* Stacked card cascade */
.fo-process-flow {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
  margin-top: var(--sp-12);
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fo-process-flow::before { display: none; }

.fo-ps {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: var(--sp-6);
  align-items: start;
  text-align: left;
  padding: var(--sp-9) var(--sp-10);
  position: relative;
  z-index: 1;
  background: rgba(14,18,14,0.92);
  border: 1px solid var(--border-h);
  border-radius: var(--r-md);
  backdrop-filter: blur(6px);
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.fo-ps:hover {
  border-color: var(--mid-green);
  background: rgba(18,24,18,0.96);
  transform: translateX(6px);
  box-shadow: -4px 4px 24px rgba(77,110,85,0.08);
}

.fo-ps-icon-wrap {
  position: relative;
}
.fo-ps-icon {
  width: 52px; height: 52px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(30,51,39,0.25);
  border: 1px solid var(--border-h);
  border-radius: 50%;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.fo-ps-icon svg {
  width: 22px; height: 22px;
  stroke: var(--glo-green);
  fill: none;
  stroke-width: 1.5;
}
.fo-ps:hover .fo-ps-icon {
  background: rgba(30,51,39,0.45);
  border-color: var(--mid-green);
  box-shadow: 0 0 18px rgba(77,110,85,0.15);
}

/* Active step */
.fo-ps--active {
  border-color: var(--mid-green);
  background: rgba(18,28,18,0.95);
}
.fo-ps--active .fo-ps-icon {
  background: rgba(30,51,39,0.4);
  border-color: var(--mid-green);
  box-shadow: 0 0 28px rgba(77,110,85,0.3);
}
.fo-ps--active .fo-ps-title { color: var(--glo-green); }

.fo-ps-connector-line--top,
.fo-ps-connector-line--bottom {
  display: none;
}

.fo-ps-num {
  font-family: var(--mono);
  font-size: 0.54rem;
  letter-spacing: var(--ls-widest);
  color: var(--glo-green);
  margin-bottom: var(--sp-3);
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.fo-ps:hover .fo-ps-num { opacity: 1; }

.fo-ps-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: var(--sp-4);
  letter-spacing: -0.015em;
  line-height: 1.25;
}
.fo-ps-desc {
  font-size: 0.87rem;
  color: var(--gray-15);
  line-height: 1.85;
  max-width: 520px;
}


/* ── SECTION 5: SYSTEM COMPONENTS ───────────────────────── */
.fo-systems {
  background: var(--bg-1); border-top: 1px solid var(--border);
  position: relative; isolation: isolate;
}
.fo-systems::before {
  content: ''; position: absolute; inset: 0;
  background: url('../fotolar/bg_fo_systems.jpg') center/cover no-repeat;
  opacity: 0.06; pointer-events: none; z-index: -1;
}

.fo-systems-inner {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: var(--sp-12);
  align-items: start;
}

.fo-systems-sub {
  font-size: 0.95rem;
  color: var(--gray-15);
  line-height: 1.82;
  margin-top: var(--sp-6);
}

.fo-systems-blocks {
  display: flex;
  flex-direction: column;
  gap: var(--sp-5);
}

.fo-sys {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: var(--sp-7);
  padding: var(--sp-10) var(--sp-11) var(--sp-10) var(--sp-10);
  background: rgba(12,16,12,0.94);
  border: 1px solid var(--border-h);
  border-radius: var(--r-md);
  backdrop-filter: blur(10px);
  overflow: hidden;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
/* Left accent bar */
.fo-sys::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, var(--glo-green), rgba(77,110,85,0.1));
  opacity: 0;
  transition: opacity 0.3s ease, width 0.2s ease;
}
.fo-sys:hover {
  background: rgba(18,26,18,0.97);
  border-color: var(--mid-green);
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(77,110,85,0.1);
}
.fo-sys:hover::before { opacity: 1; width: 4px; }

.fo-sys-num {
  font-family: var(--mono);
  font-size: 1.1rem;
  font-weight: 800;
  color: rgba(77,110,85,0.35);
  padding-top: 2px;
  line-height: 1;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}
.fo-sys:hover .fo-sys-num {
  color: var(--glo-green);
  text-shadow: 0 0 12px rgba(77,110,85,0.3);
}

.fo-sys-title {
  font-size: 1.08rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: var(--sp-4);
  letter-spacing: -0.015em;
  line-height: 1.25;
}
.fo-sys-desc {
  font-size: 0.87rem;
  color: var(--gray-12);
  line-height: 1.85;
  margin-bottom: var(--sp-6);
}
.fo-sys-items {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3);
  padding-top: var(--sp-5);
  border-top: 1px solid rgba(77,110,85,0.15);
}
.fo-sys-items span {
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gray-25);
  padding: var(--sp-2) var(--sp-5);
  background: rgba(30,51,39,0.3);
  border: 1px solid rgba(77,110,85,0.22);
  border-radius: var(--r-sm);
  transition: border-color 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.fo-sys:hover .fo-sys-items span {
  border-color: rgba(77,110,85,0.45);
  background: rgba(30,51,39,0.45);
  color: var(--gray-15);
}


/* ── SECTION 6: OPERATIONAL ENVIRONMENTS ────────────────────── */
.fo-environments {
  position: relative;
  background: var(--bg-0);
  overflow: hidden;
}

.fo-env-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.fo-env-photo {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 40%;
  opacity: 0.15;
  transition: opacity 0.6s ease;
}
.fo-environments:hover .fo-env-photo { opacity: 0.2; }

.fo-env-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(6,8,6,0.5) 0%, rgba(6,8,6,0.45) 30%, rgba(6,8,6,0.55) 70%, rgba(6,8,6,0.7) 100%),
    linear-gradient(to right, rgba(6,8,6,0.4) 0%, transparent 50%);
}

.fo-env-content {
  position: relative;
  z-index: 2;
  padding-top: 0;
}

.fo-env-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--sp-6);
  margin-top: var(--sp-12);
}

.fo-env-card {
  position: relative;
  background: rgba(8,12,8,0.88);
  backdrop-filter: blur(16px);
  border: 1px solid var(--border-h);
  border-radius: var(--r-md);
  padding: var(--sp-10) var(--sp-9);
  overflow: hidden;
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.fo-env-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, var(--glo-green), rgba(77,110,85,0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
}
.fo-env-card:hover {
  border-color: var(--mid-green);
  background: rgba(14,22,14,0.95);
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(77,110,85,0.1);
}
.fo-env-card:hover::before { opacity: 1; }

.fo-env-card-num {
  font-family: var(--mono);
  font-size: 0.54rem;
  letter-spacing: var(--ls-widest);
  color: var(--glo-green);
  margin-bottom: var(--sp-5);
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.fo-env-card:hover .fo-env-card-num { opacity: 1; }

.fo-env-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: var(--sp-5);
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.fo-env-card-desc {
  font-size: 0.87rem;
  color: var(--gray-15);
  line-height: 1.85;
  margin: 0;
}


/* ── SECTION 7: WHY NX DEFENSE ──────────────────────────────── */
.fo-why {
  position: relative;
  background: var(--bg-1);
  border-top: 1px solid var(--border);
}
.fo-why-ambient {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 700px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(30,51,39,0.15) 0%, transparent 65%);
  pointer-events: none;
}

/* Full-width mission advantage banner */
.fo-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-6);
  margin-top: var(--sp-12);
}

.fo-why-card {
  position: relative;
  background: var(--bg-2);
  border: 1px solid var(--border-h);
  border-radius: var(--r-md);
  padding: var(--sp-9) var(--sp-8);
  overflow: hidden;
  transition: border-color var(--t-base), background var(--t-base);
  display: flex;
  gap: var(--sp-5);
  align-items: flex-start;
}
.fo-why-card:hover {
  border-color: var(--border-h);
  background: var(--bg-3);
}

.fo-why-icon {
  width: 38px; height: 38px;
  min-width: 38px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(30,51,39,0.3);
  border: 1px solid var(--border-h);
  border-radius: var(--r-sm);
}
.fo-why-icon svg {
  width: 18px; height: 18px;
  stroke: var(--mid-green);
  fill: none;
}
.fo-why-body {
  flex: 1;
  min-width: 0;
}
.fo-why-title {
  font-size: 0.98rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: var(--sp-3);
  letter-spacing: -0.015em;
  line-height: 1.3;
}
.fo-why-desc {
  font-size: 0.84rem;
  color: var(--gray-20);
  line-height: 1.82;
  margin: 0;
}


/* ── SECTION 8: SEO BLOCK ────────────────────────────────────── */
.fo-seo {
  background: var(--bg-0);
  border-top: 1px solid var(--border);
  padding: var(--sp-14) 0;
}

.fo-seo-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--sp-12);
  align-items: start;
}

.fo-seo-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: var(--sp-6);
}
.fo-seo-content p {
  font-size: 0.88rem;
  color: var(--gray-25);
  line-height: 1.85;
  margin-bottom: var(--sp-6);
  max-width: 640px;
}
.fo-seo-content strong { color: var(--gray-10); font-weight: 600; }
.fo-seo-content p:last-child { margin-bottom: 0; }

.fo-seo-tags {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
  min-width: 230px;
}
.fo-seo-tag {
  font-family: var(--mono);
  font-size: 0.56rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray-50);
  padding: var(--sp-2) var(--sp-3);
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  white-space: nowrap;
}


/* ── SECTION 9: CTA ──────────────────────────────────────────── */
.fo-cta {
  position: relative;
  background: var(--bg-1);
  border-top: 1px solid var(--border);
  overflow: hidden;
}
.fo-cta-ambient {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(27,51,39,0.2) 0%, transparent 70%);
  pointer-events: none;
}

.fo-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-16);
  align-items: start;
  position: relative;
  z-index: 2;
}

/* Centered CTA variant — no form */
.fo-cta-inner--centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.fo-cta-inner--centered .fo-cta-sub { max-width: 520px; margin-left: auto; margin-right: auto; }
.fo-cta-inner--centered .fo-cta-actions { justify-content: center; }
.fo-cta-inner--centered .fo-related-links { justify-content: center; }

.fo-cta-tag {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  margin-bottom: var(--sp-5);
  font-family: var(--mono);
  font-size: 0.56rem;
  letter-spacing: var(--ls-widest);
  text-transform: uppercase;
  color: var(--glo-green);
}

.fo-cta-title {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: var(--ls-tight);
  line-height: 1.1;
  margin-bottom: var(--sp-6);
}
.fo-cta-title em { font-style: normal; color: var(--mid-green); }

.fo-cta-sub {
  font-size: 0.95rem;
  color: var(--gray-15);
  line-height: 1.72;
  margin-bottom: var(--sp-9);
  max-width: 420px;
}
.fo-cta-actions {
  display: flex; gap: var(--sp-3); flex-wrap: wrap;
  margin-bottom: var(--sp-8);
}

/* Related links */
.fo-related-links {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  flex-wrap: wrap;
}
.fo-related-label {
  font-family: var(--mono);
  font-size: 0.55rem;
  letter-spacing: var(--ls-widest);
  text-transform: uppercase;
  color: var(--gray-50);
}
.fo-related-links a {
  font-size: 0.8rem;
  color: var(--mid-green);
  text-decoration: none;
  transition: color var(--t-base);
}
.fo-related-links a:hover { color: var(--glo-green); }

/* Form */
.fo-cta-form {
  background: rgba(14,18,14,0.95);
  border: 1px solid var(--border-h);
  border-radius: var(--r-md);
  padding: var(--sp-10) var(--sp-9);
  display: flex;
  flex-direction: column;
  gap: var(--sp-5);
}

.fo-form-header { margin-bottom: var(--sp-1); }
.fo-form-label-tag {
  font-family: var(--mono);
  font-size: 0.55rem;
  letter-spacing: var(--ls-widest);
  text-transform: uppercase;
  color: var(--glo-green);
  padding: var(--sp-1) var(--sp-3);
  background: rgba(30,51,39,0.3);
  border: 1px solid var(--border-h);
  border-radius: var(--r-sm);
  display: inline-block;
}

.fo-form-group {
  display: flex; flex-direction: column; gap: var(--sp-2);
}
.fo-form-group label {
  font-family: var(--mono);
  font-size: 0.56rem;
  letter-spacing: var(--ls-widest);
  text-transform: uppercase;
  color: var(--gray-40);
}
.fo-form-group input,
.fo-form-group select {
  background: var(--bg-1);
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  padding: 0.6rem 0.8rem;
  font-family: var(--sans);
  font-size: 0.875rem;
  color: var(--gray-10);
  outline: none;
  transition: border-color var(--t-base);
  -webkit-appearance: none; appearance: none;
}
.fo-form-group input::placeholder { color: var(--gray-50); }
.fo-form-group input:focus,
.fo-form-group select:focus { border-color: var(--mid-green); }
.fo-form-group select { cursor: pointer; }
.fo-form-group option { background: var(--bg-2); color: var(--gray-10); }

.fo-form-submit { margin-top: var(--sp-2); width: 100%; justify-content: center; }


/* ── RESPONSIVE ──────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .fo-why-grid  { grid-template-columns: 1fr; }
  .fo-systems-inner { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .fo-readiness-inner { grid-template-columns: 1fr; }
  .fo-cta-inner { grid-template-columns: 1fr; }
  .fo-seo-inner { grid-template-columns: 1fr; }
  .fo-seo-tags  { flex-direction: row; flex-wrap: wrap; }
  .fo-env-grid  { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .fo-cap-card { grid-template-columns: 1fr; }
  .fo-ps { grid-template-columns: 1fr; }
  .fo-h1 { font-size: clamp(2.2rem, 8vw, 3rem); }
}
