:root {
  --navy: #3E4E63;
  --deep-blue: #1F4E79;
  --brick: #C0492B;
  --cream: #F5F5F2;
  --light: #F5F5F2;
  --white: #FFFFFF;
  --text: #1A1A1A;
  --muted: #6B7280;
  --border: #E2E6EA;
  --card-bg: #FFFFFF;
  --footer-bg: #111820;
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --mono: ui-monospace, "Cascadia Mono", Consolas, "Courier New", monospace;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--light);
  color: var(--text);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--deep-blue); }
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--brick);
  outline-offset: 2px;
}

/* ─── NAV ─── */
.site-header {
  background: var(--navy);
  position: sticky;
  top: 0;
  z-index: 200;
}
.site-nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  gap: 16px;
}
.nav-logo {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.nav-logo span { opacity: 0.92; }
.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px 22px;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.nav-links > li { position: relative; }
.nav-links a {
  color: rgba(255,255,255,0.78);
  text-decoration: none;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  transition: color 0.2s;
  display: inline-block;
  padding: 8px 0;
}
.nav-links a:hover,
.nav-links a.active { color: #fff; }
.nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
  padding: 8px 0;
  z-index: 50;
}
.nav-links > li:hover > .nav-dropdown,
.nav-links > li:focus-within > .nav-dropdown { display: block; }
.nav-dropdown a {
  display: block;
  color: var(--text) !important;
  padding: 10px 16px !important;
  font-size: 0.84rem !important;
}
.nav-dropdown a:hover { background: var(--cream); color: var(--navy) !important; }

/* ─── LAYOUT ─── */
section { padding: 80px 24px; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-inner.narrow { max-width: 760px; }
.section-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brick);
  margin-bottom: 10px;
}
.section-title {
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 14px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.section-sub {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 560px;
  line-height: 1.7;
  margin-bottom: 40px;
}
.page-hero {
  background: linear-gradient(135deg, var(--deep-blue) 0%, var(--navy) 100%);
  padding: 80px 24px;
  text-align: center;
}
.page-hero .eyebrow,
.hero-eyebrow {
  display: inline-block;
  background: rgba(192,73,43,0.18);
  border: 1px solid rgba(192,73,43,0.5);
  color: #e88b74;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.page-hero h1 {
  color: #fff;
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  line-height: 1.15;
}
.page-hero p {
  color: rgba(255,255,255,0.72);
  font-size: 1.1rem;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ─── HERO (home) ─── */
.hero {
  background: linear-gradient(135deg, var(--deep-blue) 0%, var(--navy) 60%, #2a3545 100%);
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 24px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-inner { position: relative; max-width: 780px; }
.hero h1 {
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.1rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.hero p {
  color: rgba(255,255,255,0.72);
  font-size: 1.12rem;
  max-width: 600px;
  margin: 0 auto 36px;
  line-height: 1.7;
}
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.btn-primary, .btn-ghost, .btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s, border-color 0.2s;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.btn-primary {
  background: var(--brick);
  color: #fff;
}
.btn-primary:hover { background: #a83d22; transform: translateY(-1px); }
.btn-ghost {
  background: transparent;
  color: rgba(255,255,255,0.85);
  border: 1px solid rgba(255,255,255,0.3);
}
.btn-ghost:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.6); }
.btn-outline {
  background: transparent;
  color: var(--navy);
  border: 1.5px solid var(--navy);
  padding: 12px 22px;
  border-radius: 5px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}
.btn-outline:hover { background: var(--navy); color: #fff; }

.statement-band {
  background: #0d1b2a;
  padding: 52px 24px;
  text-align: center;
}
.statement-band p {
  color: #fff;
  font-size: clamp(1.2rem, 2.8vw, 1.75rem);
  font-weight: 700;
  font-style: italic;
  max-width: 820px;
  margin: 0 auto;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.trust-bar {
  background: var(--deep-blue);
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.7);
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-transform: uppercase;
}
.trust-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--brick);
  flex-shrink: 0;
}

/* ─── CARDS / GRIDS ─── */
.system-section { background: var(--white); }
.system-intro { text-align: center; }
.system-intro .section-sub { margin: 0 auto 52px; }
.system-grid, .card-grid, .product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.system-card, .card, .product-card {
  border-radius: 10px;
  padding: 32px 28px;
  border: 1px solid var(--border);
  background: var(--card-bg);
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}
.system-card:hover, .card:hover, .product-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}
.system-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
}
.card-cfi::before { background: var(--deep-blue); }
.card-riskwise::before { background: var(--navy); }
.card-plotseal::before { background: var(--brick); }
.system-brand, .card-kicker {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.card-cfi .system-brand { color: var(--deep-blue); }
.card-riskwise .system-brand { color: var(--navy); }
.card-plotseal .system-brand { color: var(--brick); }
.system-name, .card h3, .product-card h3 {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}
.system-descriptor {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}
.system-card p, .card p, .product-card p {
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.7;
  margin-bottom: 16px;
}
.system-pillars, .chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pillar-chip, .chip {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  background: rgba(62,78,99,0.1);
  color: var(--navy);
}
.card-cfi .pillar-chip { background: rgba(31,78,121,0.1); color: var(--deep-blue); }
.card-plotseal .pillar-chip { background: rgba(192,73,43,0.1); color: var(--brick); }
.card-link {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--deep-blue);
  text-decoration: none;
}
.card-link:hover { color: var(--brick); }

/* sectors */
.sectors-section, .bg-cream { background: var(--light); }
.bg-white { background: var(--white); }
.sectors-grid, .industries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}
.sector-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 22px 18px;
  text-decoration: none;
  color: var(--text);
  display: block;
  transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
  border-top: 3px solid var(--navy);
}
.sector-card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.09);
  transform: translateY(-2px);
  border-top-color: var(--brick);
}
.sector-name {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}
.sector-desc {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.5;
}

/* video */
.video-section { background: var(--navy); text-align: center; }
.video-section .section-title { color: #fff; }
.video-section .section-sub { color: rgba(255,255,255,0.65); margin: 0 auto 40px; }
.video-placeholder {
  max-width: 760px;
  margin: 0 auto;
  background: rgba(0,0,0,0.3);
  border-radius: 10px;
  aspect-ratio: 16/9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.12);
}
.play-btn {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--brick);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.play-btn svg { width: 28px; height: 28px; fill: #fff; margin-left: 4px; }
.video-label { color: rgba(255,255,255,0.7); font-size: 0.9rem; }
.video-duration { margin-top: 6px; color: rgba(255,255,255,0.4); font-size: 0.78rem; }

/* CTA */
.cta-section {
  background: linear-gradient(135deg, var(--deep-blue) 0%, var(--navy) 100%);
  text-align: center;
  padding: 80px 24px;
}
.cta-section h2 {
  color: #fff;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 800;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}
.cta-section p {
  color: rgba(255,255,255,0.7);
  font-size: 1.05rem;
  max-width: 480px;
  margin: 0 auto 36px;
  line-height: 1.7;
}
.cta-stack { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-contact {
  color: rgba(255,255,255,0.55);
  font-size: 0.88rem;
  margin-top: 20px;
}
.cta-contact a { color: rgba(255,255,255,0.78); text-decoration: none; }
.cta-contact a:hover { color: #fff; }

/* FOOTER */
.site-footer {
  background: var(--footer-bg);
  color: rgba(255,255,255,0.5);
  padding: 48px 24px 28px;
  font-size: 0.85rem;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 36px;
}
.footer-brand {
  color: rgba(255,255,255,0.85);
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 8px;
}
.footer-col h4 {
  color: rgba(255,255,255,0.75);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.footer-col a {
  display: block;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  margin-bottom: 8px;
  font-size: 0.86rem;
}
.footer-col a:hover { color: rgba(255,255,255,0.85); }
.footer-bottom {
  max-width: 1100px;
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 20px;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.7;
}
.footer-bottom a { color: rgba(255,255,255,0.55); text-decoration: none; }

/* prose / standards */
.prose h2 {
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--navy);
  margin: 2em 0 0.5em;
  letter-spacing: -0.02em;
}
.prose h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
  margin: 1.4em 0 0.4em;
}
.prose p { margin: 0.7em 0; color: var(--text); line-height: 1.75; }
.prose ul, .prose ol { margin: 0.6em 0 0.6em 1.2em; color: var(--text); }
.prose li { margin: 0.35em 0; line-height: 1.65; }
.prose .lede { font-size: 1.15rem; color: #33383f; }
.callout {
  border: 1px solid var(--brick);
  background: #fdf6f4;
  padding: 14px 18px;
  margin: 1.4em 0;
  font-size: 0.95rem;
  color: #3a2420;
  border-radius: 6px;
}
.callout .lab {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brick);
  display: block;
  margin-bottom: 4px;
}
.note-box {
  border: 1px solid var(--border);
  background: var(--white);
  padding: 14px 18px;
  margin: 1.3em 0;
  border-radius: 6px;
  font-size: 0.95rem;
}
.std-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin: 1.5em 0;
}
.std-cell {
  background: var(--white);
  padding: 22px 20px;
}
.std-cell .code {
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--brick);
  font-weight: 700;
}
.std-cell h3 { margin: 6px 0 8px; font-size: 1.1rem; color: var(--navy); }
.std-cell p { font-size: 0.88rem; color: var(--muted); margin: 0; line-height: 1.6; }

/* ─── SECTOR PAGE COMPONENTS ─── */
.sector-hero {
  min-height: 440px;
  display: flex;
  align-items: flex-end;
  padding: 80px 24px 64px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #0f1e30 0%, #1a2f48 40%, #1F4E79 80%, #3E4E63 100%);
}
.sector-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.15) 60%, transparent 100%);
}
.sector-hero-inner { max-width: 1100px; margin: 0 auto; width: 100%; position: relative; z-index: 1; }
.sector-back {
  display: inline-flex; align-items: center; gap: 6px;
  color: rgba(255,255,255,0.65); font-size: 0.8rem; font-weight: 600;
  text-decoration: none; margin-bottom: 24px; letter-spacing: 0.04em;
}
.sector-back:hover { color: #fff; }
.sector-eyebrow {
  display: inline-block;
  background: rgba(192,73,43,0.22);
  border: 1px solid rgba(192,73,43,0.55);
  color: #e88b74;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; padding: 4px 12px; border-radius: 20px; margin-bottom: 16px;
}
.sector-hero h1 {
  color: #fff; font-size: clamp(2rem, 4.5vw, 3.2rem); font-weight: 800;
  letter-spacing: -0.025em; line-height: 1.1; margin-bottom: 16px; max-width: 680px;
}
.sector-hero p { color: rgba(255,255,255,0.72); font-size: 1.08rem; max-width: 560px; line-height: 1.7; }

.sector-hero--solar { background: linear-gradient(160deg, #1a3a1a 0%, #2d5a20 35%, #3E4E63 100%); }
.sector-hero--wind { background: linear-gradient(160deg, #0d1e2e 0%, #1a2f42 35%, #2a4258 65%, #3E4E63 100%); }
.sector-hero--bess { background: linear-gradient(160deg, #1a1a2e 0%, #16213e 40%, #2a3550 70%, #3E4E63 100%); }
.sector-hero--substations { background: linear-gradient(160deg, #0f1e30 0%, #1a2f48 40%, #1F4E79 80%, #3E4E63 100%); }
.sector-hero--corridors { background: linear-gradient(160deg, #0e1a2e 0%, #1a2a40 35%, #1F4E79 75%, #3E4E63 100%); }
.sector-hero--datacenters { background: linear-gradient(160deg, #0a0e18 0%, #0f1628 35%, #1a2240 70%, #3E4E63 100%); }
.sector-hero--natgas { background: linear-gradient(160deg, #1a1510 0%, #2a2018 35%, #3d3020 70%, #3E4E63 100%); }
.sector-hero--oilandgas { background: linear-gradient(160deg, #1a1208 0%, #2a1e0e 35%, #3a2c1a 70%, #3E4E63 100%); }
.sector-hero--ranches { background: linear-gradient(160deg, #1a1508 0%, #2a2210 35%, #3a3218 70%, #3E4E63 100%); }
.sector-hero--commtowers { background: linear-gradient(160deg, #0e1520 0%, #162038 35%, #1F3558 70%, #3E4E63 100%); }

.exposure-section, .program-section { background: var(--white); }
.protect-section { background: var(--light); }
.exposure-grid, .protect-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px;
  margin-top: 36px;
}
.exposure-tile {
  background: var(--light); border: 1px solid var(--border); border-radius: 10px;
  padding: 22px 20px; display: flex; flex-direction: column; gap: 10px;
}
.exposure-icon {
  width: 40px; height: 40px; background: var(--navy); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
}
.exposure-icon svg { fill: none; stroke: #fff; stroke-width: 1.8; width: 20px; height: 20px; }
.exposure-tile h4, .protect-card h4 { font-size: 0.92rem; font-weight: 800; color: var(--text); }
.exposure-tile p, .protect-card p { font-size: 0.82rem; color: var(--muted); line-height: 1.6; }
.protect-card {
  background: var(--white); border: 1px solid var(--border); border-radius: 10px;
  padding: 22px 20px; border-left: 4px solid var(--navy);
}
.protect-card:nth-child(2) { border-left-color: var(--deep-blue); }
.protect-card:nth-child(3) { border-left-color: var(--brick); }
.protect-card:nth-child(4) { border-left-color: #5e8c6e; }
.protect-card:nth-child(5) { border-left-color: #9e7a3a; }
.protect-card:nth-child(6) { border-left-color: #5a7a9e; }

.stakes-band {
  background: linear-gradient(160deg, #0d1f0d 0%, #1a3a1a 40%, #2a4a1a 70%, #1F4E79 100%);
  padding: 80px 24px; position: relative; overflow: hidden;
}
.stakes-band::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.42); }
.stakes-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.stakes-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(232,139,116,0.9); margin-bottom: 12px; }
.stakes-title { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; color: #fff; letter-spacing: -0.025em; line-height: 1.15; margin-bottom: 20px; max-width: 700px; }
.stakes-body { color: rgba(255,255,255,0.7); font-size: 1.05rem; line-height: 1.8; max-width: 680px; margin-bottom: 36px; }
.stakes-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 24px; }
.stake-num { font-size: 2.2rem; font-weight: 800; color: #fff; letter-spacing: -0.03em; line-height: 1; }
.stake-desc { font-size: 0.82rem; color: rgba(255,255,255,0.6); margin-top: 6px; line-height: 1.5; }

.program-steps { margin-top: 40px; display: flex; flex-direction: column; gap: 0; }
.program-step {
  display: grid; grid-template-columns: 64px 1fr; gap: 20px;
  padding: 28px 0; border-bottom: 1px solid var(--border);
}
.program-step:last-child { border-bottom: none; }
.step-num {
  width: 48px; height: 48px; border-radius: 50%; background: var(--navy);
  color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center;
  font-size: 0.95rem;
}
.program-step h3 { font-size: 1.05rem; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.program-step p { font-size: 0.92rem; color: var(--muted); line-height: 1.7; }
.chip-row { margin-top: 12px; }

.key-stats {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px; margin-top: 36px;
}
.key-stat {
  background: var(--light); border: 1px solid var(--border); border-radius: 10px; padding: 24px 20px;
}
.key-stat-num { font-size: 1.8rem; font-weight: 800; color: var(--navy); letter-spacing: -0.03em; }
.key-stat-label { font-size: 0.82rem; color: var(--muted); margin-top: 6px; line-height: 1.5; }

.sfaq-list { margin-top: 36px; }
.sfaq-item { border-bottom: 1px solid var(--border); }
.sfaq-q {
  width: 100%; background: none; border: none; text-align: left;
  padding: 18px 0; cursor: pointer; display: flex; justify-content: space-between;
  align-items: center; gap: 16px; font-family: inherit;
}
.sfaq-q-text { font-size: 1rem; font-weight: 700; color: var(--navy); }
.sfaq-q-icon { color: var(--brick); font-weight: 700; font-size: 1.2rem; }
.sfaq-a { display: none; padding: 0 0 20px; color: var(--muted); font-size: 0.95rem; line-height: 1.7; }
.sfaq-item.open .sfaq-a { display: block; }

.resource-cards {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px; margin-top: 36px;
}
.resource-card {
  background: var(--white); border: 1px solid var(--border); border-radius: 10px;
  padding: 24px 22px;
}
.resource-card h3 { font-size: 1rem; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.resource-card p { font-size: 0.88rem; color: var(--muted); line-height: 1.6; }

/* FAQ page */
.faq-layout { display: grid; grid-template-columns: 240px 1fr; gap: 48px; margin-top: 40px; }
.faq-toc { position: sticky; top: 88px; align-self: start; }
.faq-toc a {
  display: block; color: var(--muted); text-decoration: none; font-size: 0.88rem;
  padding: 8px 0; border-left: 2px solid transparent; padding-left: 12px;
}
.faq-toc a:hover { color: var(--navy); border-left-color: var(--brick); }
.faq-group { margin-bottom: 48px; }
.faq-group-label {
  font-size: 0.7rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--brick); margin-bottom: 6px;
}
.faq-group-title { font-size: 1.4rem; font-weight: 800; color: var(--navy); margin-bottom: 20px; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  width: 100%; background: none; border: none; text-align: left; padding: 16px 0;
  cursor: pointer; display: flex; justify-content: space-between; gap: 12px; font-family: inherit;
}
.faq-q-text { font-size: 0.98rem; font-weight: 700; color: var(--text); }
.faq-a { display: none; padding: 0 0 18px; color: var(--muted); font-size: 0.94rem; line-height: 1.7; }
.faq-item.open .faq-a { display: block; }
.jump-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; justify-content: center; }
.jump-chip {
  background: rgba(255,255,255,0.12); color: rgba(255,255,255,0.9); text-decoration: none;
  font-size: 0.78rem; font-weight: 700; padding: 8px 14px; border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.2);
}

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 380px; gap: 56px; margin-top: 48px; align-items: start; }
.contact-form { display: flex; flex-direction: column; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 0.82rem; font-weight: 700; color: var(--text); }
.form-group .req { color: var(--brick); }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--border); border-radius: 6px;
  font-size: 0.95rem; color: var(--text); background: var(--white); font-family: inherit;
  outline: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--navy); }
.form-group textarea { resize: vertical; min-height: 120px; }
.btn-submit {
  background: var(--brick); color: #fff; padding: 14px 30px; border-radius: 5px;
  font-weight: 700; font-size: 0.95rem; border: none; cursor: pointer; align-self: flex-start;
}
.btn-submit:hover { background: #a83d22; }
.contact-sidebar { display: flex; flex-direction: column; gap: 20px; }
.contact-card {
  background: var(--light); border: 1px solid var(--border); border-radius: 10px; padding: 26px 24px;
}
.contact-card-label {
  font-size: 0.7rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--brick); margin-bottom: 10px;
}
.contact-card h3 { font-size: 1.05rem; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.contact-card p { font-size: 0.9rem; color: var(--muted); line-height: 1.7; }
.contact-detail { display: flex; align-items: center; gap: 12px; margin-top: 14px; }
.contact-detail-icon {
  width: 36px; height: 36px; background: var(--navy); border-radius: 8px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.contact-detail-icon svg { fill: none; stroke: #fff; stroke-width: 1.8; width: 18px; height: 18px; }
.contact-detail-text a { display: block; font-size: 1rem; font-weight: 700; color: var(--navy); text-decoration: none; }
.contact-detail-text a:hover { color: var(--brick); }
.contact-detail-text span { font-size: 0.78rem; color: var(--muted); }
.states-strip { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.state-tag {
  background: rgba(62,78,99,0.1); color: var(--navy); font-size: 0.72rem;
  font-weight: 700; padding: 4px 9px; border-radius: 4px;
}
.process-steps { display: flex; flex-direction: column; gap: 14px; margin-top: 12px; }
.process-step { display: flex; gap: 12px; align-items: flex-start; }
.process-num {
  width: 22px; height: 22px; background: var(--navy); border-radius: 50%; color: #fff;
  font-size: 0.65rem; font-weight: 800; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px;
}
.process-text { font-size: 0.88rem; color: var(--text); line-height: 1.5; }

/* RESOURCES */
.resources-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px; margin-top: 40px;
}
.res-card {
  background: var(--white); border: 1px solid var(--border); border-radius: 10px;
  padding: 28px 24px; display: flex; flex-direction: column; gap: 10px;
}
.res-type {
  font-size: 0.68rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brick);
}
.res-card h3 { font-size: 1.1rem; font-weight: 800; color: var(--navy); }
.res-card p { font-size: 0.9rem; color: var(--muted); line-height: 1.65; flex: 1; }

/* GFHL demo extras loaded via page style if needed */
.demo-badge {
  display: inline-block; background: rgba(192,73,43,0.12); color: var(--brick);
  font-size: 0.7rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 4px; margin-bottom: 12px;
}

@media (max-width: 900px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-toc { position: static; display: flex; flex-wrap: wrap; gap: 8px; }
  .faq-toc a { border: 1px solid var(--border); border-radius: 20px; padding: 6px 12px; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .nav-toggle { display: inline-block; }
  .nav-links {
    display: none; position: absolute; top: 64px; left: 0; right: 0;
    background: var(--navy); flex-direction: column; align-items: stretch;
    padding: 12px 24px 20px; gap: 0; border-top: 1px solid rgba(255,255,255,0.1);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 0; }
  .nav-dropdown {
    position: static; display: block; box-shadow: none; border: none;
    background: transparent; padding: 0 0 8px 12px;
  }
  .nav-dropdown a { color: rgba(255,255,255,0.7) !important; padding: 8px 0 !important; }
  .nav-links > li:hover > .nav-dropdown { display: block; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  section { padding: 56px 16px; }
  .hero { padding: 64px 16px; min-height: auto; }
  .sectors-grid { grid-template-columns: 1fr 1fr; }
}

/* v1.2 product tiles with screenshots */
a.product-card {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 0;
  overflow: hidden;
}
a.product-card .product-shot {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
  background: #111820;
  border-bottom: 1px solid var(--border);
}
a.product-card .product-card-body {
  padding: 24px 22px 28px;
}
a.product-card .card-kicker { margin-bottom: 6px; }
a.product-card h3 { margin-bottom: 8px; }
a.product-card p { margin-bottom: 12px; }
a.product-card .card-link { display: inline-block; }
a.product-card.external-card .card-link::after { content: none; }

.product-shot-large {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid var(--border);
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
  background: #111820;
}
.shot-wrap {
  padding: 40px 24px 12px;
  background: var(--white);
}
.shot-wrap .shot-caption {
  max-width: 1100px;
  margin: 12px auto 0;
  font-size: 0.82rem;
  color: var(--muted);
  text-align: center;
}
.demo-banner {
  background: rgba(192,73,43,0.08);
  border: 1px solid rgba(192,73,43,0.35);
  color: var(--brick);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 16px;
}
.hub-links {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.hub-links a {
  display: block;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 18px 16px;
  text-decoration: none;
  transition: box-shadow 0.2s, transform 0.2s;
}
.hub-links a:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.07);
  transform: translateY(-2px);
}
.hub-links .hub-name {
  font-weight: 800;
  color: var(--navy);
  font-size: 0.98rem;
  margin-bottom: 4px;
}
.hub-links .hub-desc {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.55;
}

/* v1.2 aliases */
.bg-cream { background: var(--light); }
.shot-caption { max-width: 1100px; margin: 12px auto 0; font-size: 0.82rem; color: var(--muted); text-align: center; }
.section-inner.prose, .prose.section-inner { max-width: 800px; }
a.product-card { padding: 0; text-decoration: none; color: inherit; overflow: hidden; display: block; }
a.product-card .product-card-body { padding: 22px 22px 26px; }
.product-grid a.product-card h3 { margin-top: 0; }
