:root {
  color: #13233e;
  background: #f3f6fa;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --night: #071426;
  --navy: #102440;
  --navy-light: #17304f;
  --ink: #13233e;
  --blue: #2288ff;
  --blue-dark: #0a68d8;
  --teal: #13b6a6;
  --teal-dark: #089286;
  --paper: #f3f6fa;
  --white: #ffffff;
  --muted: #667386;
  --line: rgba(19, 35, 62, 0.15);
  --shadow: 0 24px 70px rgba(2, 11, 25, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); color: var(--ink); }
body, button { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -0.045em; line-height: 1.02; }
h2 { font-size: clamp(2.5rem, 4.8vw, 5.1rem); }
p { line-height: 1.7; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }

.skip-link { position: fixed; z-index: 100; top: 0.8rem; left: 0.8rem; padding: 0.8rem 1rem; background: white; color: var(--navy); text-decoration: none; transform: translateY(-170%); }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: min(1280px, calc(100% - 3rem)); margin-inline: auto; }
.section-kicker, .eyebrow { color: var(--blue); font-size: 0.72rem; font-weight: 850; letter-spacing: 0.2em; text-transform: uppercase; }
.section-kicker { margin-bottom: 1.35rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 0.75rem; min-height: 3.5rem; padding: 0.95rem 1.45rem; border: 1px solid transparent; border-radius: 999px; font-size: 0.84rem; font-weight: 800; text-decoration: none; transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); box-shadow: 0 14px 35px rgba(34, 136, 255, 0.32); color: white; }
.button-primary:hover { background: var(--blue-dark); }
.button-secondary { border-color: rgba(255, 255, 255, 0.35); background: rgba(255, 255, 255, 0.05); color: white; backdrop-filter: blur(12px); }
.button-small { min-height: 2.75rem; padding: 0.7rem 1.2rem; background: var(--blue); color: white; }

.site-header { position: fixed; z-index: 40; top: 0; right: 0; left: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); background: rgba(7, 20, 38, 0.83); color: white; backdrop-filter: blur(18px); }
.nav-shell { display: grid; grid-template-columns: 230px 1fr 230px; align-items: center; width: min(1320px, calc(100% - 3rem)); min-height: 84px; margin-inline: auto; }
.brand { position: relative; display: block; width: 170px; height: 72px; overflow: hidden; border-radius: 0.55rem; background: rgba(255, 255, 255, 0.95); }
.brand img { position: absolute; top: -18px; left: 0; width: 170px; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(1.4rem, 3.2vw, 3rem); }
.desktop-nav a { color: rgba(255, 255, 255, 0.72); font-size: 0.8rem; font-weight: 720; text-decoration: none; }
.desktop-nav a:hover { color: white; }
.desktop-cta { justify-self: end; }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; min-height: 900px; overflow: hidden; background: var(--night) url('/assets/colorado-blue-hour.png') center / cover no-repeat; color: white; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 16, 31, 0.98) 0%, rgba(5, 16, 31, 0.88) 44%, rgba(5, 16, 31, 0.48) 72%, rgba(5, 16, 31, 0.7) 100%); }
.hero::after { position: absolute; inset: auto 0 0; height: 26%; background: linear-gradient(transparent, var(--night)); content: ""; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); min-height: 900px; padding-block: 9rem 6rem; }
.hero-copy { max-width: 650px; }
.eyebrow { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1.5rem; color: #73d9cf; }
.eyebrow span { width: 2.5rem; height: 1px; background: var(--teal); }
.hero h1 { margin-bottom: 1.8rem; font-size: clamp(3.7rem, 6.4vw, 6.6rem); font-weight: 790; }
.hero h1 em, .process-copy h2 em { color: #4ca0ff; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lede { max-width: 610px; margin-bottom: 2rem; color: rgba(255, 255, 255, 0.74); font-size: clamp(1rem, 1.4vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; }
.handoff-note { display: flex; align-items: center; gap: 0.65rem; margin: 1.7rem 0 0; color: rgba(255, 255, 255, 0.58); font-size: 0.75rem; }
.handoff-note span { display: grid; place-items: center; width: 1.2rem; height: 1.2rem; border-radius: 50%; background: var(--teal); color: white; font-size: 0.65rem; }
.scroll-cue { position: absolute; z-index: 5; bottom: 0; left: 1.6rem; display: flex; align-items: center; gap: 0.55rem; color: rgba(255, 255, 255, 0.48); font-size: 0.62rem; letter-spacing: 0.18em; text-decoration: none; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left bottom; }
.scroll-cue span { color: var(--blue); }.scroll-cue i { width: 30px; height: 1px; background: var(--blue); }

.system-preview { overflow: hidden; border: 1px solid rgba(92, 158, 235, 0.35); border-radius: 1.4rem; background: rgba(5, 16, 31, 0.83); box-shadow: var(--shadow); backdrop-filter: blur(16px); transform: perspective(1200px) rotateY(-3deg); }
.preview-bar { display: flex; align-items: center; gap: 0.4rem; height: 48px; padding: 0 1.25rem; border-bottom: 1px solid rgba(255, 255, 255, 0.08); background: rgba(255, 255, 255, 0.04); }
.preview-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #3a516d; }.preview-bar > span:nth-child(2) { background: var(--blue); }.preview-bar > span:nth-child(3) { background: var(--teal); }
.preview-bar p { margin: 0 0 0 auto; color: #7890ac; font-size: 0.55rem; font-weight: 800; letter-spacing: 0.22em; }
.preview-body { padding: 2rem; }
.preview-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 1.6rem; }
.preview-heading small, .metric-grid small { display: block; margin-bottom: 0.55rem; color: #7088a4; font-size: 0.55rem; font-weight: 850; letter-spacing: 0.18em; }
.preview-heading h2 { max-width: 330px; margin: 0; font-size: 1.55rem; }
.status { display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.45rem 0.7rem; border: 1px solid rgba(19, 182, 166, 0.3); border-radius: 999px; color: #7ee0d6; font-size: 0.6rem; white-space: nowrap; }
.status i { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px rgba(19, 182, 166, 0.12); }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.7rem; margin-bottom: 1.5rem; }
.metric-grid article { padding: 1rem; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 0.8rem; background: rgba(255, 255, 255, 0.035); }
.metric-grid strong { display: block; margin-bottom: 0.35rem; color: white; font-size: 1rem; }.metric-grid article:nth-child(2) strong { color: #75b4ff; }.metric-grid article:nth-child(3) strong { color: #69d8cc; }
.metric-grid article > span { color: #71869e; font-size: 0.62rem; }
.flow-list { overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.09); border-radius: 0.9rem; }
.flow-list > div { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 0.85rem; padding: 1rem; border-bottom: 1px solid rgba(255, 255, 255, 0.07); }.flow-list > div:last-child { border-bottom: 0; }
.flow-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 0.6rem; background: rgba(34, 136, 255, 0.13); color: #76b4ff; font-size: 0.57rem; font-weight: 850; }
.flow-list p { margin: 0; line-height: 1.25; }.flow-list strong { display: block; margin-bottom: 0.25rem; font-size: 0.75rem; }.flow-list small { color: #71869e; font-size: 0.62rem; }.flow-list b { color: #6fddcf; font-size: 0.57rem; letter-spacing: 0.08em; text-transform: uppercase; }

.problem-section { padding-block: 8rem; background: var(--night); color: white; }
.problem-heading { display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: end; gap: 5rem; margin-bottom: 4rem; }
.problem-heading h2 { max-width: 800px; margin-bottom: 0; }.problem-heading p { margin-bottom: 0; color: rgba(255, 255, 255, 0.62); }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.problem-grid article { min-height: 260px; padding: 2rem; border-radius: 1.1rem; background: #f6f8fb; color: var(--ink); }
.problem-grid article > span, .service-number { color: var(--blue); font-size: 0.62rem; font-weight: 850; letter-spacing: 0.15em; }
.problem-grid h3 { margin: 3.3rem 0 0.8rem; font-size: 1.55rem; }.problem-grid p { margin-bottom: 0; color: var(--muted); font-size: 0.9rem; }

.system-section { padding-block: 8rem; }
.section-heading { display: grid; grid-template-columns: 1.1fr 0.7fr; align-items: end; gap: 5rem; margin-bottom: 4rem; }
.section-heading h2 { max-width: 850px; margin-bottom: 0; }.section-heading > p { margin-bottom: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 410px; padding: 2.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.service-card.featured { background: var(--navy); color: white; }.service-card.featured p, .service-card.featured li { color: rgba(255, 255, 255, 0.64); }.service-card.featured .service-number { color: #6fded2; }
.service-symbol { display: grid; place-items: center; width: 52px; height: 52px; margin: 3.3rem 0 2.2rem; border-radius: 50%; background: rgba(34, 136, 255, 0.1); color: var(--blue); font-size: 1.7rem; }.featured .service-symbol { background: var(--teal); color: var(--navy); }
.service-card h3 { font-size: clamp(1.7rem, 2.5vw, 2.5rem); }.service-card p { max-width: 520px; color: var(--muted); }
.service-card ul { display: flex; flex-wrap: wrap; gap: 0.5rem 1.2rem; padding: 0; margin: 2rem 0 0; color: var(--muted); font-size: 0.72rem; list-style: none; }
.service-card li::before { margin-right: 0.4rem; color: var(--teal); content: "✓"; }

.process-section { padding-block: 8rem; background: #eaf0f7; }
.process-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 8rem; }
.process-copy { position: sticky; top: 130px; align-self: start; }.process-copy h2 em { display: inline-block; }.process-copy > p:last-child { max-width: 480px; color: var(--muted); }
.process-list { padding: 0; margin: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 90px 1fr; gap: 1.5rem; padding: 2.2rem 0; border-top: 1px solid var(--line); }.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list li > span { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid rgba(34, 136, 255, 0.35); border-radius: 50%; color: var(--blue); font-size: 0.68rem; font-weight: 850; }
.process-list h3 { margin-bottom: 0.65rem; font-size: 1.6rem; }.process-list p { margin-bottom: 0; color: var(--muted); }

.partner-section { padding-block: 8rem; background: var(--night); color: white; }
.partner-layout { display: grid; grid-template-columns: 0.7fr 1.3fr; align-items: center; gap: 7rem; }
.partner-mark { display: flex; align-items: center; justify-content: center; gap: 1.25rem; min-height: 340px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 1.5rem; background: radial-gradient(circle at 50% 50%, rgba(34, 136, 255, 0.2), transparent 60%), rgba(255, 255, 255, 0.03); box-shadow: inset 0 0 90px rgba(19, 182, 166, 0.05); }
.partner-mark span { font-size: 3.7rem; font-weight: 900; letter-spacing: -0.08em; }.partner-mark span:last-child { color: #70aef8; }.partner-mark i { color: var(--teal); font-family: Georgia, serif; font-size: 2rem; }
.partner-copy h2 { max-width: 850px; }.partner-copy > p:not(.section-kicker) { max-width: 780px; color: rgba(255, 255, 255, 0.65); }
.partner-link { display: inline-flex; gap: 0.65rem; padding-bottom: 0.35rem; margin-top: 1rem; border-bottom: 1px solid var(--teal); color: #7ce1d8; font-size: 0.86rem; font-weight: 800; text-decoration: none; }

.cta-section { padding-block: 7rem; background: #eaf0f7; }
.cta-card { display: grid; grid-template-columns: 1.25fr 0.75fr; align-items: center; gap: 4rem; padding: clamp(2.5rem, 6vw, 5.5rem); border-radius: 1.5rem; background: white; box-shadow: 0 25px 80px rgba(10, 31, 58, 0.1); }
.cta-card h2 { margin-bottom: 0; }.cta-action { justify-self: end; text-align: center; }.cta-action .button { width: 100%; }.cta-action p { margin: 0.8rem 0 0; color: var(--muted); font-size: 0.68rem; }

.site-footer { padding-block: 3rem; background: var(--night); color: white; }
.footer-layout { display: grid; grid-template-columns: 190px 1fr 1fr auto; align-items: center; gap: 2rem; }
.footer-brand { width: 160px; height: 68px; }.footer-brand img { top: -17px; width: 160px; }
.footer-layout p { margin: 0; color: rgba(255, 255, 255, 0.5); font-size: 0.72rem; }.partner-disclosure a { color: #75dcd1; }.copyright { text-align: right; white-space: nowrap; }

@media (max-width: 1050px) {
  .hero-layout { grid-template-columns: 1fr; padding-top: 11rem; }
  .hero-copy { max-width: 780px; }.system-preview { width: min(760px, 100%); transform: none; }
  .problem-heading, .section-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .process-layout, .partner-layout { gap: 4rem; }.footer-layout { grid-template-columns: 180px 1fr 1fr; }.copyright { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 800px) {
  .section-shell { width: min(100% - 2rem, 680px); }
  .nav-shell { grid-template-columns: 1fr auto; width: calc(100% - 2rem); }
  .desktop-nav, .desktop-cta { display: none; }.menu-button { display: grid; gap: 4px; place-items: center; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 50%; background: transparent; }.menu-button span { width: 17px; height: 1px; background: white; }
  .mobile-nav { flex-direction: column; gap: 0; padding: 0.5rem 1rem 1rem; border-top: 1px solid rgba(255, 255, 255, 0.1); background: var(--night); }.mobile-nav:not([hidden]) { display: flex; }.mobile-nav > a:not(.button) { padding: 1rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); text-decoration: none; }.mobile-nav .button { margin-top: 1rem; background: var(--blue); }
  .hero h1 { font-size: clamp(3.5rem, 12vw, 5.5rem); }.hero-layout { min-height: auto; }.problem-grid, .service-grid { grid-template-columns: 1fr; }.process-layout, .partner-layout, .cta-card { grid-template-columns: 1fr; }.process-copy { position: static; }.cta-action { justify-self: stretch; }.footer-layout { grid-template-columns: 1fr; }.partner-disclosure, .copyright { grid-column: auto; }
}

@media (max-width: 520px) {
  .brand { width: 150px; height: 65px; }.brand img { top: -16px; width: 150px; }
  .hero { min-height: auto; }.hero-layout { padding-block: 9rem 4.5rem; }.hero h1 { font-size: clamp(3rem, 13.5vw, 4.2rem); }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.system-preview { margin-top: 1rem; }.preview-body { padding: 1rem; }.preview-heading { flex-direction: column; }.metric-grid { grid-template-columns: 1fr; }.flow-list > div { grid-template-columns: 38px 1fr; }.flow-list b { grid-column: 2; }.scroll-cue { display: none; }
  .problem-section, .system-section, .process-section, .partner-section, .cta-section { padding-block: 5.5rem; }.problem-grid article { min-height: 230px; }.service-card { min-height: auto; padding: 2rem 1.4rem; }.partner-mark { min-height: 240px; }.partner-mark span { font-size: 2.8rem; }.cta-card { width: calc(100% - 1rem); padding: 2.2rem 1.3rem; }.footer-brand { width: 150px; height: 65px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
