:root{--navy:#071b4d;--blue:#065fe8;--green:#0b7f54;--red:#d91e3a;--purple:#6b35b8;--teal:#0b7189;--orange:#b66d06;--line:#dce6f2;--soft:#f6f9fd;--shadow:0 16px 40px rgba(14,31,62,.10)}*{box-sizing:border-box}html{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--navy);background:#f5f8fc}body{margin:0;background:#f8fbff}a{color:var(--blue)}button,input,select{font:inherit}#app:focus{outline:none}.site-header{height:76px;background:rgba(255,255,255,.96);display:flex;align-items:center;gap:28px;padding:0 28px;border:1px solid #d8e3ef;border-radius:0 0 18px 18px;position:sticky;top:0;z-index:30;backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--navy);min-width:250px}.brand-logo{width:42px;height:42px;border-radius:12px;border:3px solid var(--blue);display:grid;place-items:center;color:var(--green);font-size:30px}.brand-text{font-size:25px;font-weight:900;line-height:1}.brand-text span{color:#d91e3a}.brand-text small{display:block;font-size:11px;color:var(--navy);margin-top:4px;font-weight:750}.desktop-nav{display:flex;gap:32px;align-items:stretch;justify-content:center;flex:1;height:100%}.desktop-nav a{display:flex;align-items:center;text-decoration:none;color:var(--navy);font-weight:800;border-bottom:4px solid transparent}.desktop-nav a.active{color:var(--blue);border-color:var(--blue)}.privacy-pill{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--navy);background:#edf4ff;border-radius:14px;padding:10px 15px;white-space:nowrap}.privacy-pill strong,.privacy-pill small{display:block}.privacy-pill small{font-size:12px;color:#52647f}.mobile-menu{display:none;border:0;background:white;font-size:34px;color:var(--navy)}.page-shell{padding:0 18px 28px}.page-card{max-width:1280px;margin:0 auto;background:white;border:1px solid #dbe5ef;border-radius:0 0 22px 22px;box-shadow:var(--shadow);overflow:hidden}.home-hero{display:grid;grid-template-columns:.78fr 1.22fr;min-height:360px;background:#fff}.hero-copy{padding:48px 42px 30px 46px}.hero-copy h1{font-size:clamp(34px,3.9vw,52px);line-height:1.08;margin:0 0 18px;color:var(--navy);letter-spacing:-.03em}.hero-copy p{font-size:18px;line-height:1.45;max-width:560px}.hero-image{display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(90deg,#fff 0%,#fff6 15%,#f2f7ff)}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}.badge-row{display:flex;gap:12px;margin:22px 0 12px;flex-wrap:wrap}.badge-row span{background:#eaf8ef;color:#082e1d;padding:10px 16px;border-radius:999px;font-weight:850}.soft-alert{background:#edf4ff;border:1px solid #dce9fb;border-radius:12px;padding:13px 16px;font-weight:850;color:#09245e;max-width:530px}.choice-panel{margin:0 42px 18px;padding:26px 0 10px;border-top:1px solid var(--line);text-align:center}.choice-panel h2{font-size:30px;margin:0}.choice-panel p{margin:8px 0 20px}.need-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.need-card{border:1.5px solid #cbdcec;background:#fff;border-radius:10px;min-height:126px;padding:18px 14px;display:grid;place-items:center;gap:8px;cursor:pointer;color:var(--navy);font-weight:850}.need-card:hover,.need-card.selected{border-color:var(--blue);box-shadow:inset 0 0 0 1px var(--blue);transform:translateY(-1px)}.need-icon{font-size:40px;line-height:1;display:grid;place-items:center;width:54px;height:54px;border-radius:15px;background:#eaf3ff}.need-card strong{display:block;font-size:16px;line-height:1.2}.need-card small{display:block;margin-top:5px;font-size:12px;color:#445b78}.need-rent{background:#f2f7ff}.need-utilities{background:#f1fbf4}.need-eviction_legal{background:#fff3f4}.need-emergency_housing{background:#fff8eb}.need-veterans{background:#f7f1ff}.need-disability{background:#effbfb}.primary,.secondary{min-height:48px;border-radius:9px;padding:13px 22px;font-weight:900;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.primary{border:0;background:var(--blue);color:white;box-shadow:0 10px 24px rgba(6,95,232,.18)}.primary:disabled{background:#dde6f1;color:#7a8798;box-shadow:none;cursor:not-allowed}.secondary{background:#fff;color:var(--blue);border:1.5px solid #a9c5ea}.choice-actions{display:grid;grid-template-columns:1fr 380px;gap:18px;margin-top:22px}.ghost-status{border:0;background:#eef1f5;color:#66758c;border-radius:9px;font-weight:800}.home-bottom{display:grid;grid-template-columns:1.1fr .95fr .95fr;gap:18px;padding:0 42px 24px}.faq-card,.urgent-card,.privacy-box,.panel,.detail-card,.filter-card,.program-card,.housing-tile{border:1px solid var(--line);border-radius:12px;background:#fff;padding:22px}.faq-card h3,.urgent-card h3,.privacy-box h3{margin:0 0 10px;font-size:22px}.faq-card details{border-top:1px solid #e8eef6;padding:11px 0}.faq-card summary{font-weight:850;cursor:pointer}.urgent-card{background:#fff5f5;border-color:#f4c8cf}.urgent-card h3{color:var(--red)}.urgent-actions{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #f2c9cf;margin-top:12px}.urgent-actions a{text-decoration:none;text-align:center;color:var(--red);font-size:28px;font-weight:950;padding:16px 5px;border-right:1px solid #f2c9cf}.urgent-actions a:last-child{border-right:0}.urgent-actions span{display:block;color:var(--navy);font-size:12px;line-height:1.1}.privacy-box{background:#eef6ff;display:grid;grid-template-columns:auto 1fr;gap:8px}.privacy-box>span{font-size:34px}.privacy-box a{grid-column:2;font-weight:850;text-decoration:none}.coverage-strip{margin:0 42px 26px;background:#e9f8f0;border:1px solid #ccebd9;border-radius:10px;padding:16px 22px;display:flex;gap:18px;align-items:center;justify-content:center}.coverage-strip a{font-weight:850;text-decoration:none}.site-footer{background:#082755;color:#fff;padding:34px 42px;display:grid;grid-template-columns:1.5fr repeat(4,1fr) 1.2fr;gap:28px;align-items:start}.site-footer a,.site-footer span,.site-footer small{display:block;color:#d7e6ff;text-decoration:none;margin:7px 0;font-size:13px}.site-footer strong{font-size:16px}.footer-brand strong{font-size:30px}.footer-secure{border:1px solid #7892b5;border-radius:14px;padding:16px}.intake-head,.review-wrap,.results-page,.resource-page,.plan-page,.admin-page{padding:44px 46px}.intake-head h1,.review-wrap h1,.results-page h1,.resource-page h1,.plan-page h1,.admin-page h1{font-size:clamp(34px,4vw,54px);letter-spacing:-.03em;margin:10px 0;color:var(--navy)}.intake-head h1{color:var(--navy)}.intake-head span{background:#ddecff;color:var(--blue);border-radius:999px;padding:8px 13px;font-weight:900}.form-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px;padding:0 46px 20px}.panel h2{font-size:18px;margin:0 0 16px}.span-4{grid-column:span 4}.span-5{grid-column:span 5}.span-6{grid-column:span 6}.span-7{grid-column:span 7}.span-8{grid-column:span 8}.field{display:grid;gap:8px;font-weight:800}.field input,.field select,.search-bar input{height:48px;border:1.5px solid #cbd9e9;border-radius:9px;padding:0 14px;background:#fff}.check-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.check,.radio{display:flex;align-items:center;gap:9px;font-weight:700;line-height:1.25}.check input,.radio input{width:18px;height:18px;accent-color:var(--blue)}.counter-row{display:grid;grid-template-columns:1fr auto;align-items:center;padding:9px 0;border-bottom:1px solid #eef2f7}.counter{display:flex;border:1px solid #d8e4f1;border-radius:9px;overflow:hidden}.counter button{border:0;background:#f3f7fc;width:36px;color:var(--blue);font-weight:950}.counter output{width:38px;display:grid;place-items:center;font-weight:950}.sticky-submit{grid-column:span 12;display:grid;grid-template-columns:1fr 340px;gap:18px;align-items:center;background:#eef6ff;border-radius:12px;padding:16px}.privacy-mini{font-weight:800;color:#09245e}.zip-help{color:var(--green);font-weight:850}.stepper{display:flex;justify-content:center;gap:28px;align-items:center;margin-bottom:20px}.stepper span{width:48px;height:48px;border-radius:50%;background:#edf4ff;border:1px solid #bad0ee;display:grid;place-items:center;font-weight:950;color:var(--blue);text-align:center}.stepper span small{font-size:11px;white-space:nowrap;font-weight:650}.stepper .active{background:var(--blue);color:#fff}.stepper b{width:220px;height:2px;background:#bfd1e9}.review-wrap{text-align:center}.review-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:30px 0}.review-item{border:1px solid var(--line);border-radius:12px;min-height:155px;padding:24px;background:#fff}.review-icon{font-size:34px;display:inline-grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#eef6ff}.review-item strong{display:block;font-size:19px;margin:15px 0 8px}.notice{background:#fff8e8;border:1px solid #eabb55;border-radius:12px;padding:18px;margin:20px 0;text-align:left}.review-actions{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:780px;margin:24px auto}.results-summary{display:grid;grid-template-columns:1fr 1fr auto;gap:18px;background:#f8fbff;border:1px solid var(--line);border-radius:10px;padding:20px;margin:20px 0}.results-summary div{display:grid;grid-template-columns:auto 1fr;gap:8px}.results-summary b{display:block}.results-summary span{display:block;color:#102a5d}.results-toolbar{display:flex;justify-content:space-between;align-items:center;margin:15px 0}.result-list{display:grid;gap:14px}.result-card{display:grid;grid-template-columns:92px 1fr 230px;gap:18px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px}.result-icon{font-size:42px;width:72px;height:72px;background:#ecf6ff;border-radius:50%;display:grid;place-items:center}.result-card h2{margin:0;font-size:23px}.result-card p{margin:8px 0;color:#30425f}.meta{font-size:13px;color:#50647e}.match-badge{font-size:12px;padding:6px 10px;border-radius:999px;margin-left:8px;vertical-align:middle}.best{background:#e7f7ed;color:#0d6735}.good{background:#edf4ff;color:#065fe8}.worth{background:#fff3d7;color:#855801}.result-actions{display:grid;gap:10px;align-content:center}.accordion-row{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #edf2f8;margin-top:15px}.accordion-row button{border:0;border-right:1px solid #edf2f8;background:#f7faff;padding:10px;font-size:12px;font-weight:850;color:var(--navy)}.show-more{width:100%;margin:14px 0}.send-box{border:1px solid #cce7dd;background:#f1fbf7;border-radius:12px;padding:20px;margin:18px 0}.send-box button{margin-left:12px}.detail-card{margin:24px 46px;padding:32px}.detail-card h1{font-size:42px}.source-link{display:block;margin:10px 0}.report-btn{margin-top:20px}.search-bar{height:58px;border:2px solid #b8cdf0;border-radius:10px;display:flex;align-items:center;padding:0 18px;max-width:760px}.search-bar input{border:0;outline:0;flex:1}.filter-row{display:flex;flex-wrap:wrap;gap:12px;margin:20px 0}.filter-row button{background:white;border:1px solid #d9e4f1;border-radius:8px;padding:12px 16px;font-weight:850;color:var(--navy)}.program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.program-icon{font-size:34px;width:58px;height:58px;border-radius:12px;background:#eff6ff;display:grid;place-items:center}.program-card h2{font-size:22px;margin:12px 0 4px}.program-card p{min-height:86px}.program-card a{font-weight:850;text-decoration:none;margin-right:20px}.cta-banner{margin:22px 0;background:#eef6ff;border:1px solid #d6e6fb;border-radius:12px;padding:22px;display:flex;justify-content:space-between;align-items:center;gap:20px}.housing-page{background:linear-gradient(180deg,#fff 0,#fff 280px,#fff)}.housing-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.housing-tile span{font-size:32px}.housing-tile h3{margin:10px 0}.housing-list{display:grid;grid-template-columns:1fr 340px;gap:14px}.housing-list article{display:grid;grid-template-columns:150px 1fr 160px;align-items:center;border:1px solid var(--line);border-radius:10px;padding:12px}.housing-list img{width:130px;height:76px;object-fit:cover;border-radius:8px}.plan-hero{background:#eef6ff;display:flex;align-items:center;justify-content:space-between;margin:-44px -46px 0;padding:44px 46px}.plan-illo{font-size:92px}.plan-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:0;border:1px solid var(--line);border-radius:14px;overflow:hidden}.plan-grid .panel{border-radius:0;border:0;border-right:1px solid var(--line)}.plan-step{display:grid;grid-template-columns:42px 1fr auto;gap:12px;align-items:center;border:1px solid #d9e4f1;border-radius:9px;padding:13px;margin:12px 0}.plan-step b{width:32px;height:32px;border-radius:50%;background:var(--green);color:white;display:grid;place-items:center}.plan-step small{float:right;background:#e7f7ed;border-radius:999px;padding:5px 8px;margin-left:8px}.doc-row{display:grid;grid-template-columns:34px 1fr auto;gap:8px;align-items:center;padding:12px;border-bottom:1px solid #eef2f7}.timeline{border-left:3px solid #bdd1ed;padding-left:18px}.status-row{display:flex;gap:18px;flex-wrap:wrap}.status-row span{background:#eef8f3;border-radius:8px;padding:10px 30px;font-weight:850}.about-hero{display:grid;grid-template-columns:1fr 1.2fr;align-items:center}.about-hero div{padding:70px 52px}.about-hero h1{font-size:58px;margin:0 0 24px}.about-hero p{font-size:22px;line-height:1.65}.about-hero img{width:100%;height:330px;object-fit:cover}.about-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;padding:26px 34px}.about-tile span{font-size:38px;width:70px;height:70px;background:#eff6ff;border-radius:50%;display:grid;place-items:center}.admin-page .metric-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.metric-grid div{background:#eef6ff;border:1px solid #d6e6fb;border-radius:12px;padding:18px}.metric-grid b{font-size:34px;display:block}.admin-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin:24px 0}.admin-grid section{border:1px solid var(--line);border-radius:12px;background:white;padding:20px}.admin-grid table{width:100%;border-collapse:collapse}.admin-grid td{padding:8px;border-bottom:1px solid #eef2f7}.empty{padding:50px;text-align:center}@media(max-width:980px){.desktop-nav{display:none}.mobile-menu{display:block}.site-header{height:72px;padding:0 16px}.brand{min-width:0}.brand-logo{width:36px;height:36px}.brand-text{font-size:21px}.privacy-pill{margin-left:auto}.home-hero{grid-template-columns:1fr}.hero-image{order:-1;height:190px}.hero-copy{padding:22px}.hero-copy h1{font-size:32px}.need-grid{grid-template-columns:1fr 1fr}.choice-panel{margin:0;padding:22px 18px}.choice-actions{grid-template-columns:1fr}.home-bottom{grid-template-columns:1fr;padding:0 18px 20px}.coverage-strip{margin:0 18px 20px;display:block;text-align:center}.site-footer{grid-template-columns:repeat(4,1fr);padding:26px 18px}.footer-brand,.footer-secure{grid-column:1/-1}.intake-head,.review-wrap,.results-page,.resource-page,.plan-page,.admin-page{padding:28px 18px}.form-grid{padding:0 18px 18px}.span-4,.span-5,.span-6,.span-7,.span-8{grid-column:span 12}.sticky-submit{grid-template-columns:1fr}.review-grid{grid-template-columns:1fr}.results-summary{grid-template-columns:1fr}.result-card{grid-template-columns:64px 1fr}.result-actions{grid-column:1/-1}.accordion-row{grid-template-columns:1fr}.program-grid,.housing-grid,.plan-grid,.about-grid,.admin-page .metric-grid,.admin-grid{grid-template-columns:1fr}.housing-list{grid-template-columns:1fr}.housing-list article{grid-template-columns:88px 1fr}.housing-list img{width:76px;height:58px}.plan-hero{margin:-28px -18px 0;padding:28px 18px}.plan-illo{font-size:56px}.about-hero{grid-template-columns:1fr}.about-hero img{order:-1;height:165px}.about-hero div{padding:24px}.about-hero h1{font-size:34px}.about-hero p{font-size:16px}.review-actions{grid-template-columns:1fr}.site-footer a:nth-child(n+4){display:none}}@media(max-width:520px){.privacy-pill small{display:none}.need-card{min-height:84px;grid-template-columns:44px 1fr;text-align:left;place-items:center start}.need-icon{width:40px;height:40px;font-size:24px}.need-card small{display:none}.urgent-actions a{font-size:23px}.site-footer{grid-template-columns:1fr 1fr}.site-footer div:nth-child(4),.site-footer div:nth-child(5){display:none}.send-box button{width:100%;margin:8px 0 0}.hero-copy p{font-size:16px}}
/* Focused page-purpose update */
.home-bottom-simple{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.home-bottom-simple>.equal-card{height:100%;min-height:280px}.results-title-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.results-title-row .button{white-space:nowrap}.housing-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}.housing-type-card{height:100%;display:flex;flex-direction:column}.housing-type-card .button{margin-top:auto;align-self:flex-start}.partner-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.partner-action-card{height:100%;display:flex;flex-direction:column}.partner-action-card .button{margin-top:auto;align-self:flex-start}.partner-form-preview{margin-top:14px;padding:18px;border-top:1px solid var(--line);background:var(--surface-muted)}.partner-form-preview label{display:block;margin:10px 0 5px}.partner-form-preview input,.partner-form-preview textarea{width:100%;box-sizing:border-box}.help-now-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.help-now-card{height:100%}@media(max-width:780px){.housing-grid,.help-now-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.partner-grid{grid-template-columns:1fr}}@media(max-width:560px){.home-bottom-simple,.housing-grid,.help-now-grid{grid-template-columns:1fr}.results-title-row{align-items:flex-start;flex-direction:column}.results-title-row .button{width:100%;text-align:center}.home-bottom-simple>.equal-card{min-height:0}}
/* Latest interaction and responsive polish */
.urgent-card h3{font-weight:950}.privacy-box{grid-template-columns:54px 1fr;grid-template-rows:auto 1fr auto;align-items:start}.privacy-box>span{grid-row:1 / span 2;font-size:38px}.privacy-box h3{margin:0;font-weight:950}.privacy-box p{grid-column:2;margin:0;line-height:1.45}.privacy-box a{grid-column:2;margin-top:16px}.scroll-controls{position:fixed;right:22px;bottom:22px;z-index:40;display:grid;gap:8px}.scroll-controls button{width:44px;height:44px;border:1px solid #a9c5ea;border-radius:50%;background:#fff;color:var(--blue);font-size:25px;font-weight:950;box-shadow:0 8px 20px rgba(14,31,62,.16);cursor:pointer}.scroll-controls button:hover{background:#edf4ff}.housing-results{scroll-margin-top:94px;margin-top:28px}.housing-type-card{scroll-margin-top:94px}.partner-form{scroll-margin-top:94px}.partner-action-card{min-height:240px}.stepper span{width:auto;height:auto;border:0;background:transparent;border-radius:0;font-size:34px;line-height:1;color:var(--blue);display:flex;flex-direction:column;gap:5px}.stepper span small{font-size:15px;line-height:1.2;color:var(--navy);font-weight:850}.stepper .active{background:transparent;color:var(--blue)}.stepper b{height:3px}.back-link{margin:2px 0 10px}.filter-row button{cursor:pointer}.filter-row button:hover,.filter-row button:focus{border-color:var(--blue);color:var(--blue)}@media(max-width:980px){.desktop-nav a:nth-child(5){display:none}}@media(max-width:560px){.scroll-controls{right:12px;bottom:12px}.scroll-controls button{width:40px;height:40px}.privacy-box{grid-template-columns:42px 1fr}.privacy-box>span{font-size:30px}.stepper{gap:12px}.stepper b{width:70px}.stepper span small{font-size:12px}.partner-action-card{min-height:0}}
/* Keep privacy content grouped instead of stretching the link into the middle gap. */
.privacy-box{grid-template-rows:auto auto auto}.privacy-box a{align-self:start}
