:root {
  --ink: #050816;
  --ink-2: #090f21;
  --panel: #0d152b;
  --line: rgba(139, 169, 224, .18);
  --muted: #9aa9c1;
  --text: #f3f7ff;
  --blue: #347dff;
  --cyan: #5ed9ff;
  --white: #fff;
  --shell: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--ink);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.ambient { position: absolute; border-radius: 50%; filter: blur(120px); pointer-events: none; opacity: .18; }
.ambient-one { width: 520px; height: 520px; background: #125bff; top: -260px; right: -100px; }
.ambient-two { width: 420px; height: 420px; background: #642dff; top: 650px; left: -300px; }
.site-header {
  width: min(calc(100% - 48px), var(--shell));
  height: 88px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font: 800 .84rem/1 "Manrope", sans-serif; letter-spacing: .09em; }
.brand-mark { display: grid; width: 34px; height: 38px; }
.brand-mark svg path:first-child { fill: rgba(48, 121, 255, .18); stroke: #3d83ff; stroke-width: 2.4; }
.brand-mark svg path:last-child { fill: none; stroke: #78dfff; stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; }
.site-header nav { display: flex; gap: 34px; color: #b3bfd2; font-size: .92rem; }
.site-header nav a:hover, .footer-links a:hover { color: white; }
.site-header > .button { justify-self: end; }
.button {
  min-height: 50px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid #4c8dff;
  background: linear-gradient(135deg, #296df3, #3c8cff);
  color: white;
  font-weight: 700;
  font-size: .94rem;
  border-radius: 5px;
  box-shadow: 0 12px 32px rgba(35, 105, 245, .22);
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(35, 105, 245, .35); }
.button-small { min-height: 42px; padding: 0 17px; font-size: .86rem; }
.menu-button, .mobile-menu { display: none; }
.hero {
  min-height: 700px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 70px;
  padding-block: 90px 80px;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0 -120px;
  background-image: linear-gradient(rgba(76,111,174,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(76,111,174,.06) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
  pointer-events: none;
}
.hero-copy, .radar-panel { position: relative; z-index: 1; }
.eyebrow, .kicker { color: #80a9f7; letter-spacing: .15em; font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.pulse { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #5bd8ff; box-shadow: 0 0 0 5px rgba(91,216,255,.1), 0 0 18px #5bd8ff; margin-right: 8px; }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin: 0; }
h1 { font-size: clamp(3.25rem, 5.2vw, 5.6rem); line-height: .99; letter-spacing: -.055em; max-width: 750px; margin: 25px 0 28px; }
.hero-lead { max-width: 610px; color: #b5c0d3; font-size: 1.15rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.text-link { color: #dce7f9; font-weight: 600; font-size: .92rem; }
.text-link span { color: var(--cyan); margin-left: 8px; }
.proof-strip { display: flex; gap: 26px; flex-wrap: wrap; border-top: 1px solid var(--line); margin-top: 46px; padding-top: 22px; color: #aab8cd; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.proof-strip i { font-style: normal; color: #578df3; margin-right: 7px; }
.radar-panel {
  background: linear-gradient(145deg, rgba(17,29,58,.94), rgba(7,13,29,.96));
  border: 1px solid rgba(84, 141, 244, .35);
  box-shadow: 0 30px 100px rgba(0,0,0,.42), inset 0 1px rgba(255,255,255,.05);
  border-radius: 12px;
  overflow: hidden;
}
.panel-top { display: flex; align-items: flex-start; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--line); }
.panel-top div { display: grid; gap: 3px; }
.label, .project-details span { font-size: .65rem; color: #7594c6; letter-spacing: .14em; }
.panel-top strong { font-size: .98rem; }
.verified { color: #74e8c2; background: rgba(41, 185, 139, .1); border: 1px solid rgba(83, 222, 176, .25); border-radius: 20px; padding: 4px 10px; font-size: .7rem; }
.project-map { height: 210px; position: relative; background: radial-gradient(circle at 63% 46%, rgba(43,121,255,.16), transparent 32%); }
.project-map svg { width: 100%; height: 100%; }
.grid-line { stroke: rgba(128,157,207,.1); fill: none; stroke-width: 1; }
.signal-line { stroke: url(#line); fill: none; stroke-width: 2.5; }
.dot { fill: #6be1ff; }
.ping { fill: rgba(66,147,255,.13); stroke: rgba(88,182,255,.4); }
.map-city { position: absolute; color: #7892bb; font-size: .58rem; letter-spacing: .12em; }
.rochester { left: 59%; top: 39%; color: #b5dfff; }
.buffalo { left: 13%; top: 68%; }.syracuse { left: 71%; top: 63%; }.albany { right: 6%; top: 22%; }
.project-details { display: grid; grid-template-columns: 1fr 1fr; padding: 0 24px 20px; gap: 14px; }
.project-details div { display: grid; gap: 3px; padding: 14px; background: rgba(255,255,255,.025); border: 1px solid rgba(128,157,207,.1); border-radius: 5px; }
.project-details strong { font-size: .8rem; }
.panel-foot { display: flex; justify-content: space-between; padding: 12px 24px; background: rgba(32,83,180,.08); color: #7085a8; font-size: .68rem; border-top: 1px solid var(--line); }
.signal-bar { border-block: 1px solid var(--line); background: rgba(13,23,47,.75); }
.signal-inner { min-height: 102px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.signal-inner p { color: #71819d; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; }
.signal-inner div { display: flex; gap: 48px; font: 600 .91rem "Manrope",sans-serif; color: #d8e3f3; }
.section { padding-block: 130px; }
.section-intro { max-width: 730px; margin-bottom: 58px; }
.section-intro h2, .process-head h2, .pricing-copy h2, .standards h2, .cta-inner h2 { font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.08; letter-spacing: -.04em; margin: 18px 0 22px; }
.section-intro p, .process-head > p, .pricing-copy > p, .cta-inner p { color: var(--muted); font-size: 1.05rem; max-width: 640px; }
.feature-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.feature {
  min-height: 330px;
  position: relative;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(16,26,52,.8), rgba(7,12,27,.8));
  padding: 36px;
  border-radius: 8px;
  overflow: hidden;
}
.feature-large { grid-row: span 2; min-height: 678px; }
.number { position: absolute; right: 25px; top: 22px; color: #45618e; font: 600 .7rem "Manrope"; letter-spacing: .1em; }
.icon-box { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(87,147,255,.4); background: rgba(48,111,231,.12); color: #7ecfff; border-radius: 6px; font-size: 1.1rem; }
.feature h3 { font-size: 1.55rem; letter-spacing: -.025em; margin: 28px 0 12px; }
.feature p { color: var(--muted); max-width: 460px; }
.mini-feed { display: grid; gap: 10px; border-top: 1px solid var(--line); margin-top: 80px; padding-top: 22px; }
.mini-feed span { padding: 13px 15px; display: flex; align-items: center; border: 1px solid rgba(135,165,220,.12); background: rgba(255,255,255,.02); border-radius: 4px; font-size: .79rem; color: #bbc7d9; }
.mini-feed b { margin-left: auto; font-size: .62rem; color: #6f8cbd; letter-spacing: .1em; }
.status { width: 7px; height: 7px; border-radius: 50%; display: inline-block; margin-right: 10px; }
.blue { background: #4d85ff; }.violet { background: #9b72ff; }.cyan { background: #52d3e8; }
.coverage-section { background: #f3f6fa; color: #11192b; }
.section-intro.split { max-width: none; display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.section-intro.split p { color: #596579; }
.coverage-section .kicker { color: #356ccf; }
.market-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid #d5dce7; }
.market-grid article { min-height: 250px; padding: 28px; border-right: 1px solid #d5dce7; display: flex; flex-direction: column; }
.market-grid article:last-child { border: 0; }
.market-grid article > span { font-size: .68rem; color: #7d8ba0; letter-spacing: .1em; }
.market-grid h3 { margin-top: auto; font-size: 1.45rem; }
.market-grid p { margin: 4px 0 20px; color: #7a879a; }
.market-grid em { font-style: normal; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: #778398; }
.market-grid .limited { color: #236ee3; }
.process-head { display: grid; grid-template-columns: 1fr .65fr; align-items: end; gap: 70px; margin-bottom: 60px; }
.process { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process li { display: grid; grid-template-columns: 100px 1fr; align-items: start; gap: 10px; border-bottom: 1px solid var(--line); padding: 30px 0; }
.process li > span { color: #4d7ac8; font-size: .7rem; letter-spacing: .14em; }
.process li div { display: grid; grid-template-columns: .5fr 1fr; gap: 70px; }
.process h3 { font-size: 1.25rem; }
.process p { margin: 0; color: var(--muted); }
.pricing-section { background: #091024; border-block: 1px solid var(--line); }
.pricing-wrap { display: grid; grid-template-columns: 1fr 430px; gap: 100px; align-items: center; }
.pricing-copy blockquote { margin: 52px 0 0; padding-left: 22px; border-left: 2px solid #3f7fff; color: #b9c6dc; max-width: 580px; font-size: 1.05rem; }
.price-card { background: #f8faff; color: #101829; padding: 36px; border-radius: 9px; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.price-top { display: flex; justify-content: space-between; align-items: center; font-weight: 700; }
.badge { font-size: .62rem; letter-spacing: .13em; color: #2364d4; border: 1px solid #bcd0f3; padding: 5px 8px; border-radius: 3px; }
.price { font: 800 4.4rem "Manrope",sans-serif; letter-spacing: -.06em; margin: 22px 0 4px; }
.price sup { font-size: 1.25rem; vertical-align: top; position: relative; top: 12px; margin-right: 3px; }
.price small { font: 500 .9rem "DM Sans",sans-serif; color: #68758a; letter-spacing: 0; }
.price-card > p { color: #67758a; font-size: .87rem; }
.price-card ul { list-style: none; margin: 30px 0; padding: 25px 0; border-block: 1px solid #dde4ee; display: grid; gap: 13px; }
.price-card li { position: relative; padding-left: 24px; font-size: .88rem; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: #2674eb; font-weight: 800; }
.button-full { width: 100%; }
.price-card > small { color: #8591a3; display: block; margin-top: 15px; text-align: center; font-size: .7rem; }
.standards { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.standards-list { border-top: 1px solid var(--line); }
.standards-list p { margin: 0; padding: 21px 0; border-bottom: 1px solid var(--line); color: #bdc9da; }
.standards-list span { display: inline-block; color: #4c75b8; font-size: .68rem; width: 44px; }
.cta-section { background: linear-gradient(105deg,#2566df,#328df8); }
.cta-inner { min-height: 390px; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.cta-inner .kicker, .cta-inner p { color: rgba(255,255,255,.75); }
.cta-inner h2 { max-width: 700px; }
.button-light { background: white; color: #174caa; border-color: white; box-shadow: 0 15px 40px rgba(0,0,0,.12); flex: 0 0 auto; }
footer { background: #03050d; padding: 70px 0 32px; }
.footer-inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; }
.brand-mark.small { width: 27px; height: 30px; }
.footer-inner > div:first-child p { color: #74829a; font-size: .85rem; margin-top: 14px; }
.footer-links { display: flex; justify-content: flex-end; gap: 30px; color: #8f9db1; font-size: .84rem; }
.legal { grid-column: 1/-1; border-top: 1px solid rgba(255,255,255,.08); padding-top: 26px; color: #667288; font-size: .73rem; max-width: 850px; }
.copyright { grid-column: 1/-1; color: #4f5a6d; font-size: .72rem; margin: 0; }
@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav, .site-header > .button { display: none; }
  .menu-button { display: grid; gap: 6px; background: none; border: 0; padding: 10px; }
  .menu-button span { width: 22px; height: 1px; background: white; }
  .mobile-menu { position: absolute; z-index: 20; left: 24px; right: 24px; top: 78px; background: #101a31; border: 1px solid var(--line); padding: 18px; border-radius: 6px; }
  .mobile-menu.open { display: grid; gap: 16px; }
  .hero { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { max-width: 780px; }
  .radar-panel { max-width: 680px; width: 100%; }
  .feature-grid, .pricing-wrap { grid-template-columns: 1fr; }
  .feature-large { grid-row: auto; min-height: 560px; }
  .pricing-wrap { gap: 60px; }
  .price-card { max-width: 560px; }
  .market-grid { grid-template-columns: 1fr 1fr; }
  .market-grid article:nth-child(2) { border-right: 0; }
  .market-grid article:nth-child(-n+2) { border-bottom: 1px solid #d5dce7; }
}
@media (max-width: 700px) {
  .shell, .site-header { width: min(calc(100% - 32px), var(--shell)); }
  .site-header { height: 74px; }
  .brand { font-size: .7rem; }
  .hero { min-height: auto; padding-block: 70px; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.2rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .proof-strip { display: grid; gap: 12px; }
  .project-details { grid-template-columns: 1fr; }
  .signal-inner { padding-block: 25px; align-items: flex-start; flex-direction: column; }
  .signal-inner div { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 34px; }
  .section { padding-block: 88px; }
  .section-intro.split, .process-head, .standards { grid-template-columns: 1fr; gap: 25px; }
  .feature { padding: 26px; }
  .mini-feed { margin-top: 55px; }
  .market-grid { grid-template-columns: 1fr; }
  .market-grid article { min-height: 195px; border-right: 0; border-bottom: 1px solid #d5dce7 !important; }
  .market-grid article:last-child { border-bottom: 0 !important; }
  .process li { grid-template-columns: 44px 1fr; }
  .process li div { grid-template-columns: 1fr; gap: 6px; }
  .pricing-wrap { grid-template-columns: 1fr; }
  .price-card { padding: 28px 22px; }
  .price { font-size: 3.8rem; }
  .cta-inner { min-height: 460px; align-items: flex-start; justify-content: center; flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
