:root {
  --bg: #07101a;
  --bg-2: #0b1420;
  --surface: #101b28;
  --surface-2: #142131;
  --surface-3: #19293a;
  --text: #f4f8fc;
  --muted: #a8b5c4;
  --muted-2: #7f90a2;
  --line: rgba(171, 196, 221, .16);
  --blue: #2da8ff;
  --blue-2: #0b74e6;
  --gold: #e9b76b;
  --shadow: 0 24px 70px rgba(0, 0, 0, .34);
  --radius: 18px;
  --max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: dark; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 85% 0%, rgba(22, 92, 153, .16), transparent 32rem),
    linear-gradient(180deg, #07101a 0%, #08111b 45%, #060c13 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: absolute; left: -9999px; top: auto;
  width: 1px; height: 1px; overflow: hidden;
}
.skip-link:focus {
  left: 16px; top: 16px; width: auto; height: auto; z-index: 9999;
  padding: 10px 14px; border-radius: 8px; background: #fff; color: #000;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 92px;
  background: rgba(5, 11, 18, .92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
}
.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  height: 100%;
  padding: 14px 28px 13px;
  display: flex;
  align-items: flex-end;
  gap: 34px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  white-space: nowrap;
  margin-right: auto;
}
.brand img { width: 44px; height: 44px; flex: 0 0 44px; }
.brand-word {
  font-size: 1.25rem;
  font-weight: 850;
  letter-spacing: -.035em;
  line-height: 1;
}
.brand-word .intel { color: #d7e8f8; }
.brand-word .n360 { color: var(--blue); text-shadow: 0 0 22px rgba(45,168,255,.35); }

.desktop-nav {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: clamp(15px, 1.45vw, 26px);
  white-space: nowrap;
  flex-wrap: nowrap;
  min-width: 0;
}
.desktop-nav a {
  position: relative;
  text-decoration: none;
  color: #d7e2ee;
  font-weight: 750;
  font-size: clamp(.86rem, .9vw, .98rem);
  line-height: 1.1;
  padding: 8px 0 7px;
  letter-spacing: -.01em;
  transition: color .2s ease;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), #8ad6ff);
  transition: right .2s ease;
}
.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] { color: #fff; }
.desktop-nav a:hover::after,
.desktop-nav a[aria-current="page"]::after { right: 0; }

.menu-button {
  display: none;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: #fff;
  background: #101b28;
  font-weight: 800;
  padding: 10px 14px;
  cursor: pointer;
}
.mobile-nav {
  display: none;
  position: absolute;
  left: 0; right: 0; top: 92px;
  padding: 12px 20px 22px;
  background: rgba(5, 11, 18, .98);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 24px 45px rgba(0,0,0,.35);
}
.mobile-nav.is-open { display: grid; }
.mobile-nav a {
  text-decoration: none;
  padding: 13px 8px;
  border-bottom: 1px solid var(--line);
  font-weight: 760;
  color: #e6eef7;
}

.hero {
  position: relative;
  min-height: 720px;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background-image:
    linear-gradient(90deg, rgba(4, 10, 16, .95) 0%, rgba(4, 10, 16, .78) 34%, rgba(4, 10, 16, .25) 66%, rgba(4, 10, 16, .16) 100%),
    linear-gradient(180deg, rgba(4, 10, 16, .34) 0%, rgba(4, 10, 16, .03) 48%, rgba(4, 10, 16, .76) 100%),
    url('/assets/propertyintel360-hero.webp');
  background-size: cover;
  background-position: center center;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 30% 24%, rgba(45,168,255,.09), transparent 24rem);
  z-index: -1;
}
.hero-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 94px 28px 72px;
}
.hero-copy {
  max-width: 660px;
  background: linear-gradient(100deg, rgba(4, 10, 16, .78), rgba(4, 10, 16, .18));
  border-left: 3px solid var(--blue);
  padding: 27px 30px 30px;
  border-radius: 0 18px 18px 0;
  box-shadow: 0 20px 60px rgba(0,0,0,.18);
}
.eyebrow {
  margin: 0 0 13px;
  color: #77c9ff;
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3 { text-wrap: balance; }
h1 {
  margin: 0;
  max-width: 700px;
  font-size: clamp(3rem, 5.7vw, 6.3rem);
  line-height: .92;
  letter-spacing: -.065em;
  font-weight: 900;
}
.hero p.lead {
  margin: 24px 0 0;
  max-width: 620px;
  color: #d2deea;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.55;
}
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 31px; }
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 19px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 850;
  letter-spacing: -.01em;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #04101b;
  background: linear-gradient(135deg, #8bd9ff 0%, #2da8ff 48%, #1586ed 100%);
  box-shadow: 0 14px 36px rgba(45,168,255,.22);
}
.btn-secondary {
  border: 1px solid rgba(185, 213, 239, .28);
  background: rgba(9, 19, 29, .68);
  color: #f5f8fb;
}

.section { padding: 88px 28px; }
.section-inner { max-width: var(--max); margin: 0 auto; }
.section-head { max-width: 820px; margin-bottom: 38px; }
.section-head h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -.05em;
  font-weight: 900;
}
.section-head p {
  color: var(--muted);
  font-size: 1.09rem;
  margin: 18px 0 0;
  max-width: 720px;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}
.card {
  position: relative;
  min-height: 255px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(45,168,255,.11), transparent 13rem),
    linear-gradient(145deg, rgba(20, 34, 50, .94), rgba(10, 20, 31, .98));
  box-shadow: var(--shadow);
  overflow: hidden;
}
.card::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 80px; height: 2px;
  background: linear-gradient(90deg, var(--blue), transparent);
}
.card-large { grid-column: span 7; }
.card-medium { grid-column: span 5; }
.card-third { grid-column: span 4; }
.card-kicker {
  color: #7ecfff;
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.card h3 {
  margin: 10px 0 10px;
  font-size: clamp(1.55rem, 2.2vw, 2.45rem);
  line-height: 1.05;
  letter-spacing: -.04em;
}
.card p { color: var(--muted); margin: 0 0 22px; max-width: 55ch; }
.card a.card-link { color: #eaf6ff; font-weight: 850; text-decoration: none; }
.card a.card-link:hover { color: #8dd6ff; }
.status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 4px;
  padding: 5px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 800;
  color: #cbd8e5;
  background: rgba(255,255,255,.025);
}
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 10px rgba(45,168,255,.7); }
.status-build .status-dot { background: var(--gold); box-shadow: 0 0 10px rgba(233,183,107,.5); }

.band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(18, 31, 45, .82), rgba(9, 17, 27, .86));
}
.split {
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 54px;
  align-items: center;
}
.split h2 {
  margin: 0 0 18px;
  font-size: clamp(2.2rem, 4.5vw, 4.6rem);
  line-height: .98;
  letter-spacing: -.055em;
}
.split p { color: var(--muted); font-size: 1.08rem; }
.fact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.fact {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.025);
}
.fact strong { display: block; font-size: 1.55rem; letter-spacing: -.035em; }
.fact span { color: var(--muted); font-size: .92rem; }

.cta-panel {
  padding: 42px;
  border-radius: 22px;
  border: 1px solid rgba(77, 178, 255, .24);
  background:
    radial-gradient(circle at 100% 0%, rgba(45,168,255,.18), transparent 20rem),
    linear-gradient(135deg, #122235, #0a1520 70%);
  box-shadow: var(--shadow);
}
.cta-panel h2 { margin: 0 0 13px; font-size: clamp(2rem, 4vw, 3.7rem); letter-spacing: -.05em; }
.cta-panel p { color: var(--muted); max-width: 720px; margin: 0; }
.cta-panel .hero-actions { margin-top: 25px; }

.site-footer {
  border-top: 1px solid var(--line);
  background: #050a10;
  padding: 48px 28px 28px;
}
.footer-inner { max-width: var(--max); margin: 0 auto; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 30px;
}
.footer-brand p { color: var(--muted); max-width: 38ch; }
.footer-col h3 { font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; color: #8ecfff; margin: 0 0 13px; }
.footer-col a { display: block; text-decoration: none; color: #c9d6e2; margin: 8px 0; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  margin-top: 38px;
  padding-top: 21px;
  border-top: 1px solid var(--line);
  color: var(--muted-2);
  font-size: .88rem;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.subhero {
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 88% 18%, rgba(45,168,255,.16), transparent 25rem),
    linear-gradient(145deg, #0b1723, #070f18 65%);
}
.subhero .section-inner { padding: 82px 0 74px; }
.subhero h1 { font-size: clamp(3rem, 7vw, 6.4rem); max-width: 960px; }
.subhero p { color: var(--muted); max-width: 760px; font-size: 1.16rem; }
.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.info-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(20,34,50,.78), rgba(9,18,28,.9));
  padding: 24px;
}
.info-card h2, .info-card h3 { margin-top: 0; letter-spacing: -.035em; }
.info-card p { color: var(--muted); }
.note {
  border-left: 3px solid var(--blue);
  padding: 15px 18px;
  background: rgba(45,168,255,.055);
  color: #c7d5e2;
  border-radius: 0 10px 10px 0;
}

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .menu-button { display: inline-flex; }
  .header-inner { align-items: center; }
  .hero { min-height: 660px; background-position: 58% center; }
  .hero-copy { max-width: 590px; }
  .card-large, .card-medium { grid-column: span 6; }
  .card-third { grid-column: span 6; }
}

@media (max-width: 780px) {
  .site-header { height: 78px; }
  .header-inner { padding: 11px 18px; }
  .mobile-nav { top: 78px; }
  .brand img { width: 38px; height: 38px; flex-basis: 38px; }
  .brand-word { font-size: 1.04rem; }
  .hero {
    min-height: 650px;
    background-image:
      linear-gradient(180deg, rgba(4,10,16,.82) 0%, rgba(4,10,16,.5) 44%, rgba(4,10,16,.86) 100%),
      url('/assets/propertyintel360-hero.webp');
    background-position: 64% center;
  }
  .hero-inner { padding: 68px 18px 54px; }
  .hero-copy { margin-top: 8px; padding: 23px 21px; background: rgba(4,10,16,.74); }
  h1 { font-size: clamp(2.7rem, 14vw, 4.8rem); }
  .section { padding: 66px 18px; }
  .card-large, .card-medium, .card-third { grid-column: 1 / -1; }
  .split { grid-template-columns: 1fr; gap: 30px; }
  .content-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .subhero .section-inner { padding: 60px 18px 56px; }
}

@media (max-width: 520px) {
  .brand-word { font-size: .95rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .fact-grid { grid-template-columns: 1fr; }
  .cta-panel { padding: 28px 22px; }
}

/* FSBO Discovery landing page */
.fsbo-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 80% 20%, rgba(45,168,255,.18), transparent 28rem),
    radial-gradient(circle at 7% 85%, rgba(233,183,107,.07), transparent 24rem),
    linear-gradient(135deg, #08131f 0%, #0a1826 52%, #07101a 100%);
}
.fsbo-hero::after {
  content: "";
  position: absolute;
  right: -8rem;
  top: -15rem;
  width: 42rem;
  height: 42rem;
  border: 1px solid rgba(84,187,255,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(84,187,255,.025), 0 0 0 140px rgba(84,187,255,.018);
  pointer-events: none;
}
.fsbo-hero-grid {
  position: relative;
  z-index: 1;
  padding: 84px 28px 78px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr);
  gap: 56px;
  align-items: center;
}
.fsbo-hero-copy h1 {
  font-size: clamp(3.2rem, 6.6vw, 6.7rem);
  max-width: 950px;
  line-height: .93;
}
.fsbo-subtitle {
  margin: 22px 0 0;
  max-width: 850px;
  color: #e3edf7;
  font-size: clamp(1.15rem, 1.85vw, 1.55rem);
  line-height: 1.42;
  font-weight: 700;
}
.fsbo-intro {
  margin: 18px 0 0;
  max-width: 800px;
  color: var(--muted);
  font-size: 1.05rem;
}
.fsbo-hero-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(117,199,255,.22);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(5,14,23,.62);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}
.fsbo-stat {
  min-height: 150px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.fsbo-stat:nth-child(2n) { border-right: 0; }
.fsbo-stat:nth-last-child(-n+2) { border-bottom: 0; }
.fsbo-stat strong {
  color: #fff;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: .9;
  letter-spacing: -.06em;
  text-shadow: 0 0 28px rgba(45,168,255,.22);
}
.fsbo-stat span { margin-top: 10px; color: var(--muted); font-size: .9rem; line-height: 1.35; }
.fsbo-components {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.fsbo-component { position: relative; min-height: 230px; overflow: hidden; }
.fsbo-component::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -55px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(45,168,255,.13);
  border-radius: 50%;
}
.component-number {
  display: inline-block;
  color: #69c4ff;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .16em;
  margin-bottom: 20px;
}
.fsbo-component h3 { font-size: 1.6rem; margin-bottom: 12px; }
.fsbo-component p { margin-bottom: 0; }
.fsbo-process .note { margin-top: 26px; }
.fsbo-steps { display: grid; gap: 14px; }
.fsbo-step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 19px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.025);
}
.fsbo-step > span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #04101b;
  background: linear-gradient(135deg, #8bd9ff, #2da8ff);
  box-shadow: 0 8px 22px rgba(45,168,255,.18);
}
.fsbo-step strong { display: block; font-size: 1.05rem; }
.fsbo-step p { margin: 4px 0 0; color: var(--muted); font-size: .94rem; }
.coverage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
}
.coverage-grid span {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(20,34,50,.62), rgba(9,18,28,.82));
  color: #dce8f3;
  font-weight: 750;
}
.fsbo-cta { max-width: 980px; }
.fsbo-legal-section { padding-top: 42px; padding-bottom: 58px; }

@media (max-width: 980px) {
  .fsbo-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .fsbo-hero-panel { max-width: 680px; }
  .fsbo-components { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .coverage-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 620px) {
  .fsbo-hero-grid { padding: 58px 18px 54px; }
  .fsbo-hero-panel { grid-template-columns: 1fr; }
  .fsbo-stat, .fsbo-stat:nth-child(2n), .fsbo-stat:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line); min-height: 112px; }
  .fsbo-stat:last-child { border-bottom: 0; }
  .fsbo-components { grid-template-columns: 1fr; }
  .coverage-grid { grid-template-columns: 1fr; }
}


/* FSBO jurisdiction selector */
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.jurisdiction-section {
  background:
    radial-gradient(circle at 88% 8%, rgba(45,168,255,.09), transparent 28rem),
    linear-gradient(180deg, rgba(8,18,29,.98), rgba(6,13,22,.98));
}
.selector-head { max-width: 920px; }
.jurisdiction-toolbar {
  margin: 34px 0 42px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 16px;
  align-items: stretch;
}
.jurisdiction-search input {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 1px solid rgba(105,196,255,.26);
  border-radius: 14px;
  outline: none;
  color: #f4f9ff;
  background: rgba(7,16,26,.86);
  font: inherit;
  font-size: 1rem;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.01);
}
.jurisdiction-search input::placeholder { color: #708398; }
.jurisdiction-search input:focus {
  border-color: #54bbff;
  box-shadow: 0 0 0 3px rgba(45,168,255,.12);
}
.jurisdiction-count {
  min-width: 190px;
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.025);
  display: flex;
  align-items: center;
  gap: 12px;
}
.jurisdiction-count strong {
  color: #70caff;
  font-size: 2rem;
  line-height: 1;
}
.jurisdiction-count span {
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.2;
}
.jurisdiction-group { margin-top: 34px; }
.jurisdiction-group-head {
  margin-bottom: 14px;
  display: flex;
  gap: 14px;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}
.jurisdiction-group-head h3 {
  margin: 0;
  color: #f4f8fc;
  font-size: 1.08rem;
  letter-spacing: -.02em;
}
.jurisdiction-group-head span {
  color: var(--muted-2);
  font-size: .82rem;
}
.jurisdiction-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.jurisdiction-grid-small {
  grid-template-columns: minmax(220px, 1fr) repeat(4, minmax(0,1fr));
}
.jurisdiction-card {
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid rgba(121,151,179,.17);
  border-radius: 11px;
  color: #dce8f3;
  background: linear-gradient(145deg, rgba(19,33,48,.76), rgba(8,17,27,.9));
  font: inherit;
  font-size: .9rem;
  font-weight: 780;
  text-align: left;
  cursor: pointer;
  transition: transform .15s ease, border-color .15s ease, background .15s ease, color .15s ease;
}
.jurisdiction-card:hover {
  transform: translateY(-1px);
  border-color: rgba(84,187,255,.48);
  color: #fff;
  background: linear-gradient(145deg, rgba(25,48,69,.9), rgba(9,22,34,.95));
}
.jurisdiction-card[aria-pressed="true"] {
  color: #06111c;
  border-color: #6bc8ff;
  background: linear-gradient(135deg, #8bd9ff, #2da8ff);
  box-shadow: 0 8px 24px rgba(45,168,255,.18);
}
.jurisdiction-card.is-filtered { display: none; }
.jurisdiction-group.is-empty { display: none; }
.jurisdiction-selection {
  margin-top: 34px;
  padding: 22px 24px;
  border: 1px solid rgba(84,187,255,.24);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(16,38,56,.8), rgba(7,17,27,.92));
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
.selection-label {
  display: block;
  margin-bottom: 5px;
  color: #6cc8ff;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
#selected-jurisdiction {
  color: #fff;
  font-size: 1.25rem;
}
.selection-note {
  max-width: 520px;
  color: var(--muted);
  font-size: .9rem;
  text-align: right;
}
.jurisdiction-empty {
  margin: 28px 0 0;
  padding: 20px;
  border: 1px dashed rgba(121,151,179,.25);
  border-radius: 12px;
  color: var(--muted);
  text-align: center;
}

@media (max-width: 1040px) {
  .jurisdiction-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
}
@media (max-width: 820px) {
  .jurisdiction-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .jurisdiction-toolbar { grid-template-columns: 1fr; }
  .jurisdiction-count { min-width: 0; }
  .jurisdiction-selection { align-items: flex-start; flex-direction: column; }
  .selection-note { text-align: left; }
}
@media (max-width: 590px) {
  .jurisdiction-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .jurisdiction-group-head { align-items: flex-start; flex-direction: column; gap: 4px; }
}
@media (max-width: 390px) {
  .jurisdiction-grid { grid-template-columns: 1fr; }
}


/* Alabama prototype sales page */
.jurisdiction-card.jurisdiction-live {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #06111c;
  border-color: #6bc8ff;
  background: linear-gradient(135deg, #8bd9ff, #2da8ff);
  box-shadow: 0 8px 24px rgba(45,168,255,.18);
}
.jurisdiction-live small {
  font-size: .68rem;
  font-weight: 900;
  white-space: nowrap;
}
.jurisdiction-card.jurisdiction-live:hover {
  color: #06111c;
  background: linear-gradient(135deg, #a0e1ff, #45b3ff);
  border-color: #a5e2ff;
}

.state-hero {
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 28%, rgba(45,168,255,.12), transparent 28rem),
    linear-gradient(135deg, #07101a 0%, #0a1825 58%, #0c2132 100%);
}
.breadcrumb {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--muted-2);
  font-size: .78rem;
  font-weight: 760;
}
.breadcrumb a { color: #93a8bb; text-decoration: none; }
.breadcrumb a:hover { color: #69c6ff; }
.state-hero-grid {
  padding: 44px 0 70px;
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(340px,.7fr);
  gap: 64px;
  align-items: center;
}
.state-hero-copy h1 {
  margin: 12px 0 10px;
  max-width: 780px;
  font-size: clamp(3.3rem, 6vw, 6.2rem);
  line-height: .93;
  letter-spacing: -.065em;
}
.state-kicker {
  margin: 0 0 12px;
  color: #78ceff;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 900;
  letter-spacing: -.02em;
}
.state-subtitle {
  max-width: 780px;
  margin: 0;
  color: #d8e4ee;
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.55;
  font-weight: 650;
}
.state-intro {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.72;
}
.state-trust {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.state-trust span {
  padding: 8px 11px;
  border: 1px solid rgba(105,196,255,.18);
  border-radius: 999px;
  color: #b9cbda;
  background: rgba(5,14,23,.5);
  font-size: .74rem;
  font-weight: 820;
}
.state-package-card {
  padding: 30px;
  border: 1px solid rgba(105,196,255,.24);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(20,43,63,.82), rgba(7,17,27,.96));
  box-shadow: 0 30px 65px rgba(0,0,0,.28);
}
.state-badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 10px;
  border-radius: 7px;
  color: #06111c;
  background: linear-gradient(135deg, #8bd9ff, #2da8ff);
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .16em;
}
.state-package-card h2 {
  margin: 0 0 20px;
  font-size: 2rem;
  line-height: 1.05;
}
.state-package-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.state-package-card li {
  padding: 11px 0 11px 24px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  color: #dae6f0;
  position: relative;
  font-size: .92rem;
}
.state-package-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #62c6ff;
  font-weight: 950;
}
.package-note {
  margin: 18px 0 0;
  color: var(--muted-2);
  font-size: .82rem;
  line-height: 1.55;
}
.state-components .info-card { min-height: 235px; }
.state-value-grid { align-items: start; }
.state-value-list {
  display: grid;
  gap: 12px;
}
.state-value-list > div {
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255,255,255,.025);
}
.state-value-list strong {
  display: block;
  margin-bottom: 5px;
  color: #f4f8fc;
}
.state-value-list span {
  color: var(--muted);
  font-size: .93rem;
  line-height: 1.55;
}
.state-callouts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}
.purchase-section {
  background:
    radial-gradient(circle at 10% 30%, rgba(45,168,255,.08), transparent 26rem),
    #07101a;
}
.purchase-panel {
  padding: 34px;
  border: 1px solid rgba(84,187,255,.25);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(17,38,56,.84), rgba(7,17,27,.96));
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(320px,.9fr);
  gap: 38px;
  align-items: center;
}
.purchase-panel h2 {
  margin: 8px 0 10px;
  font-size: clamp(2rem, 4vw, 3.35rem);
}
.purchase-copy {
  margin: 0;
  max-width: 650px;
  color: var(--muted);
}
.purchase-status {
  padding: 22px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 13px;
  background: rgba(4,12,20,.52);
}
.status-label {
  display: block;
  margin-bottom: 6px;
  color: #70caff;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.purchase-status strong {
  display: block;
  color: #fff;
  font-size: 1.22rem;
}
.purchase-status p {
  color: var(--muted);
  line-height: 1.55;
}

@media (max-width: 980px) {
  .state-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .state-package-card { max-width: 760px; }
  .state-callouts { grid-template-columns: 1fr; }
  .purchase-panel { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .state-hero-grid { padding-top: 34px; }
  .state-package-card { padding: 24px 20px; }
  .purchase-panel { padding: 24px 20px; }
}


/* V2 FSBO refinement — jurisdiction links are clickable, not permanently highlighted */
.jurisdiction-card.jurisdiction-live {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #dce8f3;
  border-color: rgba(121,151,179,.17);
  background: linear-gradient(145deg, rgba(19,33,48,.76), rgba(8,17,27,.9));
  box-shadow: none;
}
.jurisdiction-live small {
  color: #68c7ff;
  opacity: .72;
  font-size: .68rem;
  font-weight: 850;
  white-space: nowrap;
}
.jurisdiction-card.jurisdiction-live:hover,
.jurisdiction-card.jurisdiction-live:focus-visible {
  transform: translateY(-1px);
  color: #fff;
  border-color: rgba(84,187,255,.55);
  background: linear-gradient(145deg, rgba(25,48,69,.92), rgba(9,22,34,.97));
  box-shadow: 0 9px 24px rgba(0,0,0,.16);
}
.jurisdiction-card.jurisdiction-live:hover small,
.jurisdiction-card.jurisdiction-live:focus-visible small {
  color: #8dd8ff;
  opacity: 1;
}

/* V2 FSBO refinement — give jurisdiction-page copy more room and air */
.jurisdiction-page .section {
  padding-top: 96px;
  padding-bottom: 96px;
}
.jurisdiction-page .section-head {
  max-width: 980px;
  margin-bottom: 48px;
}
.jurisdiction-page .section-head h2 {
  max-width: 900px;
  font-size: clamp(2.15rem, 3.35vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.jurisdiction-page .section-head p {
  max-width: 860px;
  margin-top: 24px;
  font-size: 1.08rem;
  line-height: 1.78;
}
.jurisdiction-page .eyebrow {
  margin-bottom: 16px;
  line-height: 1.45;
}
.jurisdiction-page .info-card p,
.jurisdiction-page .state-value-list span,
.jurisdiction-page .purchase-copy,
.jurisdiction-page .purchase-status p {
  line-height: 1.7;
}
.jurisdiction-page .state-callouts,
.jurisdiction-page .state-components {
  gap: 22px;
}
.jurisdiction-page .info-card {
  padding: 30px;
}
.jurisdiction-page .state-components .info-card {
  min-height: 250px;
}

@media (max-width: 720px) {
  .jurisdiction-page .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .jurisdiction-page .section-head {
    margin-bottom: 38px;
  }
  .jurisdiction-page .section-head h2 {
    font-size: clamp(2rem, 9vw, 2.8rem);
    line-height: 1.1;
  }
  .jurisdiction-page .section-head p {
    font-size: 1rem;
    line-height: 1.72;
  }
}
