:root {
  --navy: #062b4c;
  --navy-2: #0a3b63;
  --blue: #0b78c8;
  --cyan: #21befa;
  --cyan-2: #3ccbf4;
  --pale: #eef9ff;
  --pale-2: #f7fbfe;
  --line: #d7e8f2;
  --text: #17324a;
  --muted: #5f7182;
  --white: #fff;
  --danger: #b42318;
  --success: #116149;
  --shadow: 0 18px 55px rgba(6, 43, 76, .09);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--navy); }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 780px); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; background: var(--navy); color: #fff; padding: 10px 14px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(215,232,242,.8); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; width: 176px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { position: relative; padding: 28px 0 24px; color: var(--navy); font-size: .94rem; font-weight: 520; letter-spacing: .01em; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; background: var(--cyan); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.main-nav a.active { color: var(--blue); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--navy); margin: 6px 0; transition: transform .2s, opacity .2s; }

.home-hero { position: relative; overflow: hidden; padding: 94px 0 86px; background: linear-gradient(135deg, #fff 0%, #f4fbff 60%, #eaf8ff 100%); }
.home-hero::before { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, var(--cyan), transparent); opacity: .35; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr); gap: 70px; align-items: center; }
.hero-copy h1 { margin: 0; max-width: 790px; color: var(--navy); font-size: clamp(2.75rem, 5.7vw, 5rem); line-height: .99; letter-spacing: -.055em; font-weight: 690; }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-size: .78rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.light { color: #9fe5ff; }
.lead { max-width: 760px; margin: 26px 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.28rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 11px 21px; border: 1px solid transparent; border-radius: 8px; font-weight: 580; line-height: 1.2; transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease; }
.button:hover { transform: translateY(-1px); }
.button.primary { color: #fff; background: var(--blue); border-color: var(--blue); box-shadow: 0 9px 25px rgba(11,120,200,.2); }
.button.primary:hover { background: var(--navy); border-color: var(--navy); color: #fff; }
.button.secondary { color: var(--navy); background: #fff; border-color: #b9d9ea; }
.button.secondary:hover { border-color: var(--blue); color: var(--blue); }
.button.light { background: #fff; color: var(--navy); border-color: #fff; }
.button.light:hover { background: #dff6ff; color: var(--navy); }
.hero-art { position: relative; height: 410px; min-width: 0; }
.hero-art::before { content: ""; position: absolute; inset: 8% 2% 6% 8%; border: 1px solid rgba(33,190,250,.24); border-radius: 50%; transform: rotate(-12deg); }
.hero-art::after { content: ""; position: absolute; width: 220px; height: 220px; right: 8%; top: 21%; border-radius: 50%; background: radial-gradient(circle at 35% 30%, rgba(60,203,244,.72), rgba(33,190,250,.12) 58%, transparent 59%); filter: blur(.1px); }
.arc { position: absolute; border: 1px solid rgba(11,120,200,.24); border-radius: 50%; }
.arc-one { width: 330px; height: 330px; right: 0; top: 30px; }
.arc-two { width: 225px; height: 225px; right: 70px; top: 85px; border-style: dashed; }
.block { position: absolute; background: linear-gradient(150deg, rgba(33,190,250,.95), rgba(11,120,200,.78)); box-shadow: 0 20px 40px rgba(11,120,200,.15); }
.block-one { width: 78px; height: 190px; right: 265px; bottom: 40px; transform: skewY(-12deg); opacity: .8; }
.block-two { width: 82px; height: 245px; right: 165px; bottom: 28px; transform: skewY(-12deg); opacity: .65; }
.block-three { width: 85px; height: 305px; right: 63px; bottom: 15px; transform: skewY(-12deg); opacity: .48; }
.dot { position: absolute; width: 10px; height: 10px; border: 2px solid var(--blue); border-radius: 50%; background: #fff; box-shadow: 0 0 0 7px rgba(33,190,250,.12); }
.dot-one { left: 10%; top: 28%; }.dot-two { left: 27%; bottom: 20%; }.dot-three { right: 2%; top: 16%; }

.section { padding: 84px 0; }
.section-tint { background: var(--pale-2); border-top: 1px solid #edf5f9; border-bottom: 1px solid #edf5f9; }
.section-heading { max-width: 760px; margin-bottom: 36px; }
.section-heading h2, .utility-grid h2, .cta h2, .side-contact h2 { margin: 0; color: var(--navy); font-size: clamp(2rem, 3.5vw, 3.15rem); line-height: 1.08; letter-spacing: -.035em; font-weight: 660; }
.section-heading p:last-child { color: var(--muted); font-size: 1.05rem; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr minmax(280px, .62fr); gap: 70px; align-items: end; }
.split-heading > p { margin: 0; }
.service-grid, .funding-grid, .article-grid, .reference-grid { display: grid; gap: 22px; }
.service-grid { grid-template-columns: repeat(3, 1fr); }
.service-card { padding: 31px; border: 1px solid var(--line); background: #fff; min-height: 264px; }
.service-number { display: inline-block; color: var(--cyan); font-size: .83rem; font-weight: 700; letter-spacing: .13em; }
.service-card h3 { margin: 55px 0 12px; color: var(--navy); font-size: 1.28rem; font-weight: 640; }
.service-card p { margin: 0; color: var(--muted); }
.section-action { margin: 30px 0 0; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-weight: 540; }
.text-link::after { content: "→"; transition: transform .2s; }
.text-link:hover::after { transform: translateX(4px); }
.funding-grid { grid-template-columns: repeat(3, 1fr); }
.funding-card { display: flex; flex-direction: column; padding: 29px; border: 1px solid var(--line); background: #fff; box-shadow: 0 10px 34px rgba(6,43,76,.04); min-height: 410px; }
.card-topline { display: flex; align-items: center; gap: 8px; color: var(--blue); font-size: .82rem; font-weight: 580; }
.status-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(33,190,250,.13); }
.card-kicker { margin: 25px 0 7px; color: var(--muted); font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.funding-card h2 { margin: 0 0 14px; color: var(--navy); font-size: 1.42rem; line-height: 1.25; font-weight: 640; }
.funding-card > p:not(.card-kicker) { color: var(--muted); }
.funding-card .text-link { margin-top: auto; padding-top: 23px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.tag-list span { padding: 5px 9px; border: 1px solid #cfe8f5; color: var(--navy-2); background: #f6fcff; font-size: .76rem; }
.utility-section { overflow: hidden; }
.utility-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 80px; align-items: center; }
.utility-grid > div:first-child > p { color: var(--muted); }
.check-list { margin: 24px 0 30px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 27px; margin: 9px 0; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .58em; width: 13px; height: 7px; border-left: 2px solid var(--cyan); border-bottom: 2px solid var(--cyan); transform: rotate(-45deg); }
.utility-preview { position: relative; padding: 38px; background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.utility-preview::before { content: ""; position: absolute; inset: -18px 22px 18px -18px; border: 1px solid rgba(33,190,250,.4); z-index: -1; }
.preview-row { display: flex; justify-content: space-between; gap: 20px; margin: 19px 0 9px; color: #cae9f8; }
.preview-row strong { color: #fff; font-weight: 600; }
.preview-line { height: 7px; background: rgba(255,255,255,.12); }
.preview-line i { display: block; height: 100%; background: #7adfff; }
.preview-line.accent i { background: var(--cyan); }
.preview-total { margin-top: 36px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); display: flex; justify-content: space-between; gap: 20px; }
.preview-total strong { color: var(--cyan-2); font-size: 1.32rem; }
.reference-grid { grid-template-columns: repeat(3, 1fr); }
.reference-grid.compact { grid-template-columns: repeat(4, 1fr); }
.reference-card { padding: 26px; border: 1px solid var(--line); background: #fff; }
.reference-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--blue); font-size: .74rem; text-transform: uppercase; letter-spacing: .06em; }
.reference-card h2 { margin: 23px 0 1px; color: var(--navy); font-size: 1.28rem; font-weight: 640; }
.reference-card p { margin: 10px 0 0; color: var(--muted); }
.reference-card p strong { color: var(--navy-2); font-weight: 580; }
.reference-location { font-size: .88rem; }
.article-grid { grid-template-columns: repeat(3, 1fr); }
.article-card { padding: 30px; border-top: 3px solid var(--cyan); background: var(--pale-2); min-height: 330px; display: flex; flex-direction: column; }
.article-date { margin: 0 0 31px; color: var(--blue); font-size: .82rem; }
.article-card h2 { margin: 0 0 13px; color: var(--navy); font-size: 1.35rem; line-height: 1.28; font-weight: 640; }
.article-card > p:not(.article-date) { color: var(--muted); }
.article-card .text-link { margin-top: auto; padding-top: 16px; }
.cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 48px 52px; background: linear-gradient(130deg, var(--navy), var(--navy-2)); color: #d5edf8; }
.cta h2 { color: #fff; max-width: 780px; }
.cta p { margin-bottom: 0; max-width: 760px; }

.page-hero { padding: 74px 0 64px; background: linear-gradient(135deg,#fff,#effaff); border-bottom: 1px solid var(--line); }
.page-hero .container { max-width: 980px; }
.page-hero h1 { margin: 0; color: var(--navy); font-size: clamp(2.6rem, 5.6vw, 4.9rem); line-height: 1.02; letter-spacing: -.05em; font-weight: 680; }
.page-hero .lead { max-width: 840px; }
.two-columns { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 72px; align-items: start; }
.prose { color: #334b60; }
.prose h2 { margin: 44px 0 14px; color: var(--navy); font-size: 1.85rem; line-height: 1.2; font-weight: 650; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 31px 0 10px; color: var(--navy); font-size: 1.3rem; font-weight: 630; }
.prose p { margin: 0 0 19px; }
.prose ul { padding-left: 22px; }
.prose li { margin: 8px 0; }
.company-card, .side-contact, .contact-card { padding: 34px; border: 1px solid var(--line); background: var(--pale-2); }
.company-card img, .contact-card img { width: 190px; margin-bottom: 31px; }
dl { margin: 0; }
dt { margin-top: 17px; color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }
dd { margin: 3px 0 0; color: var(--navy); }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.topic-grid span { padding: 29px; background: #fff; color: var(--navy); font-size: 1.05rem; }
.service-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }
.service-detail { padding: 36px; border: 1px solid var(--line); }
.service-detail h2 { margin: 35px 0 12px; color: var(--navy); font-size: 1.55rem; font-weight: 640; }
.service-detail p, .service-detail li { color: var(--muted); }
.service-detail ul { padding-left: 19px; }
.notice { margin-bottom: 34px; padding: 20px 24px; border-left: 3px solid var(--cyan); background: var(--pale); }
.notice strong { color: var(--navy); }
.notice p { margin: 5px 0 0; color: var(--muted); }
.utility-compact { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.utility-compact h2 { margin: 0; color: var(--navy); font-size: 2rem; }
.utility-compact p { color: var(--muted); }
.funding-hero { padding: 72px 0 60px; background: var(--navy); color: #fff; }
.funding-hero .eyebrow { color: #8fddf8; }
.funding-hero h1 { max-width: 930px; margin: 0; font-size: clamp(2.35rem, 5vw, 4.3rem); line-height: 1.03; letter-spacing: -.045em; font-weight: 670; }
.funding-hero .lead { color: #c6e2ef; }
.funding-status { display: flex; align-items: center; gap: 10px; margin-bottom: 30px; color: #bfeeff; font-size: .86rem; }
.funding-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 45px; border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.funding-facts div { padding: 22px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.funding-facts span { display: block; color: #93c6dc; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.funding-facts strong { display: block; margin-top: 7px; font-weight: 560; line-height: 1.35; }
.funding-source { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; margin-top: 20px; color: #9ec9dc; font-size: .82rem; }
.funding-source a { color: #d7f3ff; text-decoration: none; border-bottom: 1px solid rgba(215,243,255,.42); padding-bottom: 2px; transition: color .18s ease, border-color .18s ease; }
.funding-source a:hover, .funding-source a:focus-visible { color: #fff; border-color: #fff; }
.content-columns { grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); }
.side-contact { position: sticky; top: 112px; }
.side-contact h2 { font-size: 1.8rem; }
.side-contact p { color: var(--muted); }

.calculator { display: grid; grid-template-columns: 1.15fr .85fr; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.calculator-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding: 34px; }
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-field.full, .full { grid-column: 1 / -1; }
.form-field > span, .captcha-field > div > span { color: var(--navy); font-size: .84rem; font-weight: 570; }
.form-field input, .form-field select, .form-field textarea, .captcha-field input { width: 100%; min-height: 48px; border: 1px solid #bdd8e7; border-radius: 7px; padding: 10px 12px; color: var(--navy); background: #fff; outline: none; transition: border-color .15s, box-shadow .15s; }
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus, .captcha-field input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(33,190,250,.15); }
.form-field i { font-style: normal; }
.calculator-config { padding: 15px 17px; background: var(--pale); color: var(--muted); font-size: .86rem; }
.calculator-results { padding: 36px; background: var(--navy); color: #fff; }
.result-label { margin: 0 0 18px; color: #8fddf8; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.result-primary { padding: 23px 0 28px; border-bottom: 1px solid rgba(255,255,255,.16); }
.result-primary span, .result-row span { color: #b9d7e5; }
.result-primary strong { display: block; margin-top: 5px; color: var(--cyan); font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1; font-weight: 650; }
.result-row { display: flex; justify-content: space-between; gap: 22px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.result-row strong { font-weight: 580; }
.result-explanation { margin-top: 24px; color: #b9d7e5; font-size: .88rem; }
.calculator-notice { margin: 28px 0 0; }
.filter-nav { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-bottom: 30px; border-bottom: 1px solid var(--line); }
.filter-nav a { position: relative; padding: 0 0 11px; color: var(--muted); font-weight: 520; }
.filter-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 2px; background: var(--cyan); transition: right .2s; }
.filter-nav a:hover::after, .filter-nav a.active::after { right: 0; }
.filter-nav a.active { color: var(--navy); }
.article-header { padding: 76px 0 55px; background: linear-gradient(135deg,#fff,#effaff); border-bottom: 1px solid var(--line); }
.article-header h1 { margin: 0; color: var(--navy); font-size: clamp(2.5rem, 5vw, 4.4rem); line-height: 1.05; letter-spacing: -.045em; font-weight: 670; }
.article-content { padding-top: 65px; padding-bottom: 85px; }
.article-cta { margin-top: 55px; padding: 30px; background: var(--pale); border-left: 3px solid var(--cyan); }
.article-cta h2 { margin-top: 0; }

.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 32px; align-items: start; }
.contact-card { position: sticky; top: 112px; }
.contact-card h2 { color: var(--navy); font-size: 1.35rem; }
.contact-card p { color: var(--muted); }
.contact-form-wrap { padding: 35px; border: 1px solid var(--line); }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.captcha-field { display: grid; grid-template-columns: minmax(220px, 1fr) minmax(120px, .6fr) auto; gap: 14px; align-items: end; padding: 17px; background: var(--pale-2); border: 1px solid var(--line); }
.captcha-field img { width: 220px; height: 64px; margin-top: 7px; }
.captcha-field label { display: flex; flex-direction: column; gap: 7px; }
.text-button { min-height: 48px; border: 0; background: transparent; color: var(--blue); padding: 0 8px; font-weight: 530; }
.text-button:hover { color: var(--navy); text-decoration: underline; }
.consent { display: flex; gap: 11px; align-items: flex-start; color: var(--muted); font-size: .87rem; }
.consent input { margin-top: 4px; }
.form-errors { margin-bottom: 25px; padding: 18px 20px; background: #fff4f2; border-left: 3px solid var(--danger); color: #7a271a; }
.form-errors ul { margin-bottom: 0; }
.flash { margin-top: 20px; padding: 15px 18px; border-left: 3px solid var(--blue); background: var(--pale); }
.flash-success { border-left-color: var(--success); background: #edf9f5; color: var(--success); }

.site-footer { padding: 64px 0 25px; background: #041f37; color: #aec7d7; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr 1fr; gap: 70px; }
.footer-brand img { width: 180px; filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { max-width: 390px; }
.site-footer h2 { margin: 0 0 18px; color: #fff; font-size: .85rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 650; }
.site-footer a, .site-footer span { display: block; margin: 9px 0; color: #aec7d7; }
.site-footer a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; gap: 35px; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.footer-bottom span { margin: 0; }

@media (max-width: 1020px) {
  .main-nav { gap: 20px; }
  .hero-grid { grid-template-columns: 1fr .72fr; gap: 35px; }
  .funding-grid, .reference-grid { grid-template-columns: repeat(2, 1fr); }
  .reference-grid.compact { grid-template-columns: repeat(2, 1fr); }
  .article-grid { grid-template-columns: repeat(2, 1fr); }
  .funding-facts { grid-template-columns: repeat(2, 1fr); }
  .captcha-field { grid-template-columns: 1fr 1fr; }
  .captcha-field .text-button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 820px) {
  .header-inner { min-height: 72px; }
  .brand { width: 150px; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 72px; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 20px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 16px 25px rgba(6,43,76,.08); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 0; }
  .main-nav a::after { bottom: 7px; }
  .hero-grid, .utility-grid, .two-columns, .content-columns, .contact-grid, .calculator { grid-template-columns: 1fr; }
  .home-hero { padding: 70px 0; }
  .hero-art { height: 300px; max-width: 470px; margin-inline: auto; width: 100%; }
  .service-grid, .service-detail-grid { grid-template-columns: 1fr; }
  .split-heading { grid-template-columns: 1fr; gap: 15px; }
  .contact-card, .side-contact { position: static; }
  .calculator-results { min-height: 360px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--container)); }
  .home-hero { padding: 54px 0 60px; }
  .hero-copy h1 { font-size: clamp(2.5rem, 14vw, 3.6rem); }
  .hero-art { height: 240px; }
  .block-one { right: 190px; height: 130px; width: 55px; }.block-two { right: 120px; height: 175px; width: 58px; }.block-three { right: 45px; height: 215px; width: 60px; }
  .arc-one { width: 240px; height: 240px; }.arc-two { width: 165px; height: 165px; right: 52px; top: 66px; }
  .section { padding: 60px 0; }
  .funding-grid, .reference-grid, .reference-grid.compact, .article-grid, .topic-grid { grid-template-columns: 1fr; }
  .funding-card { min-height: 0; }
  .service-card h3 { margin-top: 30px; }
  .cta, .utility-compact { flex-direction: column; align-items: flex-start; padding: 35px 26px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }.footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .funding-facts { grid-template-columns: 1fr; }
  .calculator-form, .contact-form { grid-template-columns: 1fr; padding: 23px; }
  .form-field.full, .full { grid-column: auto; }
  .captcha-field { grid-template-columns: 1fr; }
  .captcha-field .text-button { grid-column: auto; }
  .contact-form-wrap { padding: 20px; }
  .contact-card, .company-card { padding: 25px; }
  .result-row { flex-direction: column; gap: 4px; }
}
