@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');


:root {
  --navy: #0a327f;
  --navy-deep: #061d4b;
  --navy-dark: #041738;
  --blue-mid: #1a5bb9;
  --green: #63a84e;
  --green-bright: #8dcf66;
  --ink: #17202f;
  --muted: #667384;
  --line: #dce3e8;
  --offwhite: #f4f7f7;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--white);
  font-family: 'Montserrat', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }

.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 128px 0; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--blue-mid);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.3;
  text-transform: uppercase;
}
.eyebrow span { width: 28px; height: 2px; background: var(--green); display: inline-block; }
.eyebrow.light { color: rgba(255,255,255,.74); }
.eyebrow.light span { background: var(--green-bright); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 5px;
  min-height: 53px;
  padding: 0 23px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .015em;
  transition: transform .2s ease, background .2s ease, border .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button svg, .topbar-cta svg, .benefit-row svg { width: 17px; height: 17px; }
.button-primary { background: var(--green); color: var(--white); }
.button-primary:hover { background: #559844; }
.button-dark { background: var(--navy); color: var(--white); }
.button-dark:hover { background: var(--navy-deep); }
.button-outline { border-color: rgba(255,255,255,.32); color: var(--white); }
.button-outline:hover { background: rgba(255,255,255,.12); }

.hero { position: relative; min-height: 760px; overflow: hidden; color: var(--white); background: var(--navy-deep); }
.hero-visual {
  position: absolute; inset: 0;
  background-image: linear-gradient(90deg, rgba(4,23,56,.98) 0%, rgba(4,23,56,.89) 38%, rgba(4,23,56,.32) 70%, rgba(4,23,56,.5) 100%), url('../img/sgs-hero.png');
  background-position: center;
  background-size: cover;
  opacity: .98;
}
.hero-grid {
  position: absolute; inset: 0; opacity: .14;
  background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(90deg, #000 0%, #000 37%, transparent 79%);
}
.hero-container { position: relative; z-index: 1; }
.topbar { display: flex; align-items: center; justify-content: space-between; min-height: 110px; gap: 28px; }
.brand-lockup { display: flex; align-items: center; padding: 0; }
.brand-lockup img { display: block; width: 156px; height: auto; filter: brightness(0) invert(1); }
.topnav { display: flex; align-items: center; gap: 29px; margin-left: auto; }
.topnav a { color: rgba(255,255,255,.74); font-size: 11px; font-weight: 700; transition: color .2s ease; }
.topnav a:hover { color: var(--white); }
.topbar-cta { display: inline-flex; align-items: center; gap: 9px; color: var(--white); font-size: 11px; font-weight: 800; }
.hero-content { display: grid; grid-template-columns: minmax(0, 1.17fr) minmax(355px, .73fr); gap: 68px; align-items: center; padding: 76px 0 83px; }
.hero-copy h1 { max-width: 760px; margin: 0; font-size: clamp(42px, 5.3vw, 76px); font-weight: 800; letter-spacing: -.062em; line-height: .99; }
.hero-description { max-width: 620px; margin: 31px 0 34px; color: rgba(255,255,255,.84); font-size: 16px; font-weight: 500; line-height: 1.78; }
.hero-description strong { color: var(--white); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.88); font-size: 12px; font-weight: 800; }
.text-link svg { width: 17px; height: 17px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 23px; margin-top: 64px; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 700; letter-spacing: .02em; }
.hero-facts > div { display: flex; align-items: center; gap: 7px; }
.fact-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 5px rgba(141,207,102,.11); }
.hero-lead-form { align-self: center; padding: 28px 29px 25px; color: var(--ink); background: rgba(255,255,255,.98); border-radius: 5px; box-shadow: 0 25px 80px rgba(0,0,0,.22); }
.hero-lead-form h2 { margin: 0; max-width: 335px; font-size: 24px; font-weight: 800; letter-spacing: -.045em; line-height: 1.1; }
.form-intro { margin: 13px 0 20px; color: #5f6d7d; font-size: 11px; line-height: 1.65; }

.intro-band { background: var(--white); border-bottom: 1px solid var(--line); }
.intro-layout { display: grid; grid-template-columns: 1fr minmax(0, 1.55fr) 64px; align-items: center; gap: 42px; padding: 49px 0; }
.intro-layout .eyebrow { margin: 0; }
.intro-statement { margin: 0; color: #334254; font-size: 16px; font-weight: 600; letter-spacing: -.02em; line-height: 1.5; }
.circle-link { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; border: 1px solid #c7d2da; border-radius: 50%; color: var(--navy); transition: .2s ease; }
.circle-link:hover { background: var(--navy); border-color: var(--navy); color: var(--white); }
.circle-link svg { width: 18px; height: 18px; }

.section-heading h2 { margin: 0; font-size: clamp(34px, 4vw, 55px); font-weight: 800; letter-spacing: -.056em; line-height: 1.04; }
.split-heading { display: grid; grid-template-columns: 1.14fr .67fr; gap: 100px; align-items: end; }
.split-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 14px; font-weight: 500; line-height: 1.8; }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 68px; }
.pain-card { position: relative; min-height: 284px; padding: 30px 30px 29px; border: 1px solid var(--line); background: #fbfcfc; transition: transform .22s ease, box-shadow .22s ease, border .22s ease; }
.pain-card:hover { transform: translateY(-5px); border-color: rgba(10,50,127,.3); box-shadow: 0 15px 45px rgba(10,50,127,.1); }
.card-number { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.pain-card h3 { margin: 68px 0 13px; color: var(--navy); font-size: 20px; font-weight: 800; letter-spacing: -.04em; line-height: 1.16; }
.pain-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.74; }
.card-line { position: absolute; right: 30px; bottom: 31px; width: 44px; height: 2px; background: var(--navy); }

.flow-section { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(120deg, #061d4b 0%, #08286b 100%); }
.flow-section::before { content: ""; position: absolute; right: -15vw; bottom: -22vw; width: 73vw; height: 73vw; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 64px rgba(255,255,255,.035), 0 0 0 130px rgba(255,255,255,.022); }
.flow-section .container { position: relative; z-index: 1; }
.centered-heading { max-width: 780px; text-align: center; margin: 0 auto; }
.centered-heading .eyebrow { justify-content: center; }
.flow-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 72px; margin-top: 82px; }
.flow-card { position: relative; z-index: 1; min-height: 308px; padding: 29px 28px 31px; border: 1px solid rgba(255,255,255,.18); background: rgba(1,14,43,.17); backdrop-filter: blur(5px); }
.flow-icon { display: flex; align-items: center; justify-content: center; width: 61px; height: 61px; border: 1px solid rgba(141,207,102,.72); color: var(--green-bright); border-radius: 50%; }
.flow-icon svg { width: 37px; height: 37px; }
.step-number { position: absolute; right: 27px; top: 32px; color: rgba(255,255,255,.48); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.flow-card h3 { margin: 52px 0 15px; font-size: 22px; font-weight: 800; letter-spacing: -.045em; line-height: 1.1; }
.flow-card p { margin: 0; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.8; }
.flow-line { position: absolute; top: 30px; width: 88px; height: 1px; background: linear-gradient(90deg, var(--green-bright), rgba(141,207,102,.08)); }
.flow-line::after { content: ""; position: absolute; right: -2px; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 5px rgba(141,207,102,.12); }
.flow-line-one { left: calc(33.333% - 7px); }
.flow-line-two { left: calc(66.666% - 3px); }

.benefits-section { background: var(--offwhite); }
.benefits-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 118px; }
.benefits-intro h2 { max-width: 490px; margin: 0; font-size: clamp(37px, 4vw, 59px); font-weight: 800; letter-spacing: -.06em; line-height: 1.02; }
.benefits-intro > p:last-child { max-width: 455px; margin: 27px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.benefit-list { border-top: 1px solid #cdd6dc; }
.benefit-row { display: grid; grid-template-columns: 44px 1fr 20px; gap: 17px; align-items: center; min-height: 89px; border-bottom: 1px solid #cdd6dc; color: var(--navy); }
.benefit-row > span { color: var(--green); font-size: 10px; font-weight: 800; }
.benefit-row p { margin: 0; font-size: 14px; font-weight: 700; line-height: 1.48; }
.benefit-row svg { color: var(--blue-mid); }

.video-section { position: relative; isolation: isolate; overflow: hidden; padding: 126px 0; background: #f8fbfa; }
.video-section::before { content: ""; position: absolute; z-index: -1; right: -18vw; top: -20vw; width: 64vw; height: 64vw; border: 1px solid rgba(10,50,127,.1); border-radius: 50%; box-shadow: 0 0 0 58px rgba(99,168,78,.035), 0 0 0 126px rgba(10,50,127,.022); }
.video-grid { position: absolute; z-index: -1; inset: 0; opacity: .38; background-image: linear-gradient(rgba(10,50,127,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(10,50,127,.045) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(90deg, #000, transparent 74%); }
.video-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .62fr); gap: 116px; align-items: center; }
.video-copy { max-width: 590px; }
.video-copy h2 { max-width: 575px; margin: 0; color: var(--navy); font-size: clamp(39px, 4.5vw, 63px); font-weight: 800; letter-spacing: -.064em; line-height: 1; text-wrap: balance; }
.video-copy > p:not(.eyebrow):not(.video-note) { max-width: 455px; margin: 27px 0 0; color: var(--muted); font-size: 14px; font-weight: 500; line-height: 1.8; }
.video-note { display: flex; align-items: center; gap: 9px; margin: 33px 0 0; color: var(--navy); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.video-note span, .video-badge span { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(99,168,78,.12); }
.video-shell { position: relative; justify-self: center; width: min(100%, 348px); }
.video-shell::before { content: ""; position: absolute; z-index: -1; left: -57px; bottom: -50px; width: 205px; height: 205px; border-radius: 50%; background: radial-gradient(circle, rgba(99,168,78,.44), rgba(99,168,78,0) 68%); filter: blur(2px); }
.video-frame { position: relative; z-index: 1; padding: 9px; border: 1px solid rgba(10,50,127,.15); border-radius: 26px; background: var(--navy-deep); box-shadow: 0 31px 70px rgba(6,29,75,.26), inset 0 0 0 1px rgba(255,255,255,.1); }
.video-frame::before { content: ""; position: absolute; top: 0; left: 50%; width: 78px; height: 18px; border-radius: 0 0 12px 12px; background: var(--navy-deep); transform: translateX(-50%); }
.video-frame video { display: block; width: 100%; aspect-ratio: 9 / 16; object-fit: cover; border-radius: 18px; background: var(--navy-dark); }
.video-badge { position: absolute; z-index: 2; right: -69px; bottom: 40px; display: flex; align-items: center; gap: 10px; margin: 0; padding: 14px 16px; border: 1px solid rgba(10,50,127,.12); color: var(--navy); background: rgba(255,255,255,.96); box-shadow: 0 16px 35px rgba(6,29,75,.14); font-size: 10px; font-weight: 800; letter-spacing: .035em; }

.applications-section { padding-bottom: 112px; background: var(--white); }
.applications-heading { margin-bottom: 65px; }
.application-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr); grid-template-rows: repeat(2, minmax(0, 242px)); gap: 16px; }
.application-card { position: relative; isolation: isolate; overflow: hidden; min-height: 0; border: 1px solid rgba(9,47,116,.13); background: var(--navy-deep); }
.application-card.featured { grid-row: span 2; }
.application-card::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(3,16,42,.02) 5%, rgba(3,18,47,.18) 46%, rgba(3,16,42,.94) 100%); }
.application-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.application-card:hover img { transform: scale(1.045); filter: saturate(1.08); }
.application-content { position: absolute; z-index: 2; right: 28px; bottom: 26px; left: 28px; color: var(--white); }
.application-topline { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; color: #b9ed9e; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.application-topline span:first-child { display: inline-flex; align-items: center; justify-content: center; width: 31px; height: 31px; border: 1px solid rgba(185,237,158,.55); border-radius: 50%; }
.application-card h3 { max-width: 395px; margin: 0; font-size: clamp(23px, 2.25vw, 34px); font-weight: 800; letter-spacing: -.055em; line-height: 1.03; text-wrap: balance; }
.application-card:not(.featured) h3 { max-width: 260px; font-size: 22px; }
.application-card p { max-width: 375px; margin: 14px 0 0; color: rgba(255,255,255,.76); font-size: 11px; font-weight: 500; line-height: 1.65; }
.application-card:not(.featured) p { display: none; }

.audience-section { position: relative; overflow: hidden; background: #edf4f1; }
.audience-section::after { content: ""; position: absolute; right: -10vw; bottom: -18vw; width: 46vw; height: 46vw; border: 1px solid rgba(99,168,78,.23); border-radius: 50%; box-shadow: 0 0 0 48px rgba(99,168,78,.05), 0 0 0 106px rgba(99,168,78,.035); }
.audience-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .76fr) minmax(0, 1.24fr); gap: 112px; padding: 117px 0; }
.audience-intro h2 { max-width: 500px; margin: 0; color: var(--navy); font-size: clamp(37px, 4vw, 57px); font-weight: 800; letter-spacing: -.06em; line-height: 1.02; }
.audience-intro > p:last-child { max-width: 420px; margin: 26px 0 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.audience-list { border-top: 1px solid rgba(10,50,127,.24); }
.audience-item { display: grid; grid-template-columns: 48px 1fr 20px; gap: 20px; align-items: center; min-height: 132px; padding: 24px 0; border-bottom: 1px solid rgba(10,50,127,.24); }
.audience-item > span { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid rgba(99,168,78,.65); border-radius: 50%; color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.audience-item h3 { margin: 0; color: var(--navy); font-size: 17px; font-weight: 800; letter-spacing: -.035em; line-height: 1.16; }
.audience-item p { max-width: 480px; margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.audience-item svg { width: 18px; height: 18px; color: var(--green); }

.proof-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 8% 48%, rgba(77,167,78,.38), transparent 29%),
    radial-gradient(circle at 88% 5%, rgba(23,92,192,.5), transparent 31%),
    linear-gradient(115deg, #031331 0%, #07245a 54%, #061c46 100%);
}
.proof-band::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -35%;
  background: radial-gradient(circle, rgba(117,213,91,.16) 0 1px, transparent 2px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse at center, #000, transparent 67%);
  opacity: .76;
  animation: telemetry-drift 24s linear infinite;
}
.proof-band::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -15vw;
  top: -25vw;
  width: 63vw;
  height: 63vw;
  border: 1px solid rgba(151,226,114,.27);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(151,226,114,.06), 0 0 0 110px rgba(151,226,114,.035), 0 0 100px 25px rgba(49,157,96,.14);
  animation: signal-breathe 6s ease-in-out infinite;
}
.proof-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .2;
  background-image: linear-gradient(rgba(188,240,155,.24) 1px, transparent 1px), linear-gradient(90deg, rgba(188,240,155,.24) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 32%, #000 78%, transparent 100%);
}
.proof-signal {
  position: absolute;
  z-index: -1;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #9ae573;
  box-shadow: 0 0 0 9px rgba(154,229,115,.12), 0 0 35px 8px rgba(154,229,115,.34);
  animation: signal-dot 2.3s ease-in-out infinite;
}
.signal-one { left: 8%; bottom: 23%; }
.signal-two { right: 12%; bottom: 18%; animation-delay: 1.15s; }
.proof-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,.83fr) minmax(0,1.17fr); gap: 79px; align-items: center; padding: 106px 0; }
.proof-copy { max-width: 435px; }
.proof-copy .eyebrow { margin-bottom: 24px; }
.proof-copy h2 { margin: 0; font-size: clamp(38px,4.35vw,62px); font-weight: 800; letter-spacing: -.065em; line-height: .98; text-wrap: balance; }
.proof-copy > p:last-child { margin: 25px 0 0; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 500; line-height: 1.8; }
.proof-stats { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 13px; }
.impact-stat {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 252px;
  padding: 25px 23px 26px;
  overflow: hidden;
  border: 1px solid rgba(180,237,152,.38);
  background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.035));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 18px 50px rgba(1,13,38,.24);
  backdrop-filter: blur(8px);
  transition: transform .28s ease, border .28s ease, background .28s ease, box-shadow .28s ease;
}
.impact-stat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #8ed46b, #dafbb4, #8ed46b);
  background-size: 200% 100%;
  animation: metric-scan 3.5s linear infinite;
}
.impact-stat::after {
  content: "";
  position: absolute;
  right: -32px;
  bottom: -39px;
  width: 126px;
  height: 126px;
  border: 1px solid rgba(164,234,130,.38);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgba(164,234,130,.07), 0 0 0 45px rgba(164,234,130,.04);
}
.impact-stat:hover { transform: translateY(-8px); border-color: rgba(217,255,184,.76); background: linear-gradient(145deg, rgba(161,225,122,.22), rgba(255,255,255,.07)); box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 24px 62px rgba(0,11,33,.4); }
.impact-tag { position: absolute; top: 24px; left: 23px; color: #bbf396; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.impact-value { position: relative; z-index: 1; display: flex; align-items: baseline; gap: .08em; max-width: 100%; color: #fff; font-size: clamp(36px,2.7vw,46px); font-weight: 800; letter-spacing: -.075em; line-height: .9; white-space: nowrap; }
.impact-number { white-space: nowrap; }
.impact-suffix { font-size: .54em; letter-spacing: -.04em; }
.impact-label { position: relative; z-index: 1; max-width: 135px; margin-top: 16px; color: rgba(255,255,255,.76); font-size: 10px; font-weight: 700; line-height: 1.5; }
.impact-pulse { position: absolute; top: 27px; right: 25px; width: 8px; height: 8px; border-radius: 50%; background: #9ae573; box-shadow: 0 0 0 6px rgba(154,229,115,.12), 0 0 18px 3px rgba(154,229,115,.42); animation: signal-dot 2.3s ease-in-out infinite; }

.faq-section { padding-bottom: 132px; }
.faq-layout { display: grid; grid-template-columns: .76fr 1.24fr; gap: 108px; }
.faq-layout h2 { margin: 0; color: var(--navy); font-size: clamp(37px, 4vw, 58px); font-weight: 800; letter-spacing: -.06em; line-height: 1.02; }
.faq-support { max-width: 330px; margin: 25px 0 0; color: var(--muted); font-size: 13px; line-height: 1.76; }
.faq-list { border-top: 1px solid #cfd9e0; }
.faq-list details { border-bottom: 1px solid #cfd9e0; }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; color: var(--navy); cursor: pointer; list-style: none; font-size: 15px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green); font-size: 23px; font-weight: 500; line-height: .65; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -4px 0 25px; color: var(--muted); font-size: 13px; line-height: 1.8; }

.contact-section { position: relative; overflow: hidden; color: var(--white); background: var(--navy-deep); }
.contact-photo { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(90deg, #061d4b 2%, rgba(6,29,75,.86) 49%, rgba(6,29,75,.68)), url('../img/sgs-hero.png'); background-position: center bottom; background-size: cover; filter: saturate(.8); }
.contact-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 760px); align-items: center; padding: 116px 0; }
.contact-copy h2 { max-width: 570px; margin: 0; font-size: clamp(39px, 4.4vw, 63px); font-weight: 800; letter-spacing: -.06em; line-height: 1.01; }
.contact-copy > p:not(.eyebrow) { max-width: 550px; margin: 27px 0 40px; color: rgba(255,255,255,.73); font-size: 14px; line-height: 1.8; }
.contact-email { display: flex; flex-direction: column; gap: 7px; padding-left: 17px; border-left: 2px solid var(--green); }
.contact-email span { color: rgba(255,255,255,.55); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-email a { font-size: 13px; font-weight: 700; }
.contact-button { margin-top: 33px; }
.form-topline { display: flex; justify-content: space-between; padding-bottom: 20px; margin-bottom: 21px; border-bottom: 1px solid #dbe3e8; color: var(--navy); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.form-topline span:last-child { color: var(--green); }
.hero-lead-form label { display: flex; flex-direction: column; gap: 7px; margin-bottom: 13px; color: #536171; font-size: 9px; font-weight: 800; letter-spacing: .03em; }
.form-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.hero-lead-form input, .hero-lead-form select { width: 100%; min-height: 40px; padding: 0 10px; border: 1px solid #d8e0e5; border-radius: 3px; outline: none; color: var(--ink); background: #fff; font-size: 10px; font-weight: 500; transition: border .2s ease, box-shadow .2s ease; }
.hero-lead-form input::placeholder { color: #a1abb5; }
.hero-lead-form input:focus, .hero-lead-form select:focus { border-color: var(--blue-mid); box-shadow: 0 0 0 3px rgba(26,91,185,.11); }
.button-submit { width: 100%; margin-top: 7px; color: var(--white); background: var(--green); }
.button-submit:hover { background: #559844; }
.form-caption { margin: 13px 0 0; color: #85919e; text-align: center; font-size: 9px; line-height: 1.45; }

.site-footer { background: #03112d; color: rgba(255,255,255,.6); }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; min-height: 113px; }
.footer-inner img { width: 130px; height: auto; filter: brightness(0) invert(1); }
.footer-inner p, .footer-inner span { margin: 0; font-size: 10px; font-weight: 600; }
.footer-inner span { text-align: right; }

@media (max-width: 1000px) {
  .hero-content, .contact-layout { grid-template-columns: 1fr; gap: 48px; }
  .hero-content { padding-top: 74px; }
  .hero-lead-form { width: min(100%, 500px); }
  .split-heading, .benefits-layout, .faq-layout { grid-template-columns: 1fr; gap: 36px; }
  .video-layout { grid-template-columns: 1fr; gap: 60px; }
  .video-copy { max-width: 650px; }
  .proof-layout { grid-template-columns: 1fr; gap: 47px; }
  .proof-copy { max-width: 620px; }
  .audience-layout { grid-template-columns: 1fr; gap: 48px; }
  .contact-copy { max-width: 690px; }
  .contact-layout { padding: 100px 0; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 38px, 1180px); }
  .section { padding: 83px 0; }
  .topbar { min-height: 87px; }
  .brand-lockup img { width: 136px; }
  .topnav, .topbar-cta { display: none; }
  .hero { min-height: auto; }
  .hero-visual { background-position: 68% center; background-image: linear-gradient(90deg, rgba(4,23,56,.98) 0%, rgba(4,23,56,.9) 64%, rgba(4,23,56,.6) 100%), url('../img/sgs-hero.png'); }
  .hero-content { gap: 41px; padding: 70px 0 49px; }
  .hero-copy h1 { font-size: clamp(39px, 11vw, 56px); }
  .hero-description { margin: 25px 0 29px; font-size: 14px; line-height: 1.7; }
  .hero-facts { gap: 14px; margin-top: 43px; font-size: 9px; }
  .hero-lead-form { padding: 25px 22px 22px; }
  .hero-lead-form h2 { font-size: 22px; }
  .intro-layout { grid-template-columns: 1fr 46px; gap: 22px; padding: 35px 0; }
  .intro-layout .eyebrow { grid-column: 1 / -1; }
  .intro-statement { font-size: 14px; }
  .split-heading { gap: 23px; }
  .section-heading h2, .benefits-intro h2, .video-copy h2, .faq-layout h2, .contact-copy h2 { font-size: 38px; }
  .pain-grid, .flow-grid { grid-template-columns: 1fr; gap: 14px; }
  .pain-grid { margin-top: 45px; }
  .pain-card { min-height: 248px; }
  .flow-grid { margin-top: 47px; }
  .flow-card { min-height: 250px; }
  .flow-card h3 { margin-top: 30px; }
  .flow-line { display: none; }
  .benefits-layout { gap: 47px; }
  .benefit-row { grid-template-columns: 34px 1fr 16px; min-height: 86px; }
  .benefit-row p { font-size: 12px; }
  .video-section { padding: 83px 0; }
  .video-layout { gap: 51px; }
  .video-copy > p:not(.eyebrow):not(.video-note) { font-size: 13px; }
  .video-shell { width: min(100%, 320px); }
  .video-badge { right: 7px; bottom: 20px; padding: 12px 13px; }
  .applications-section { padding-bottom: 83px; }
  .applications-heading { margin-bottom: 45px; }
  .application-grid { grid-template-columns: 1fr; grid-template-rows: none; gap: 14px; }
  .application-card, .application-card.featured { min-height: 340px; grid-row: auto; }
  .application-card:not(.featured) p { display: block; }
  .application-card:not(.featured) h3 { max-width: 320px; font-size: 25px; }
  .application-content { right: 23px; bottom: 23px; left: 23px; }
  .audience-layout { gap: 38px; padding: 83px 0; }
  .audience-intro h2 { font-size: 38px; }
  .audience-item { grid-template-columns: 42px 1fr 17px; gap: 13px; min-height: 0; padding: 23px 0; }
  .audience-item h3 { font-size: 15px; }
  .audience-item p { font-size: 10px; }
  .proof-layout { padding: 79px 0; }
  .proof-copy h2 { font-size: 40px; }
  .proof-copy > p:last-child { max-width: 330px; }
  .proof-stats { grid-template-columns: 1fr; gap: 12px; }
  .impact-stat { min-height: 180px; padding: 22px; }
  .impact-tag { top: 22px; left: 22px; }
  .impact-value { font-size: 50px; }
  .impact-label { max-width: 190px; margin-top: 13px; }
  .impact-pulse { top: 25px; right: 24px; }
  .faq-layout { gap: 38px; }
  .contact-layout { grid-template-columns: 1fr; gap: 48px; padding: 83px 0; }
  .form-columns { grid-template-columns: 1fr; gap: 0; }
  .footer-inner { grid-template-columns: 1fr; gap: 13px; padding: 29px 0; text-align: left; }
  .footer-inner span { text-align: left; }
}

@keyframes telemetry-drift {
  from { transform: translate3d(0, 0, 0) rotate(0deg); }
  to { transform: translate3d(52px, -35px, 0) rotate(4deg); }
}

@keyframes signal-breathe {
  0%, 100% { transform: scale(.94); opacity: .72; }
  50% { transform: scale(1.06); opacity: 1; }
}

@keyframes signal-dot {
  0%, 100% { transform: scale(.78); opacity: .62; }
  50% { transform: scale(1.16); opacity: 1; }
}

@keyframes metric-scan {
  from { background-position: 200% 0; }
  to { background-position: -200% 0; }
}

@media (prefers-reduced-motion: reduce) {
  .proof-band::before,
  .proof-band::after,
  .proof-signal,
  .impact-stat::before,
  .impact-pulse { animation: none; }
  .impact-stat { transition: none; }
}
