*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0a1628;--navy-light:#152238;--navy-mid:#1e3355;--gold:#c8973a;--gold-light:#e2b05a;--gold-pale:#f5e9d0;--white:#fff;--gray-50:#f8f9fb;--gray-100:#eef1f6;--gray-200:#d8dde8;--gray-400:#8e9bb5;--gray-600:#4a5568;--gray-800:#1a202c;--green:#22863a;--green-light:#e6f4ea;--font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--navy);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:var(--font)}.container{max-width:1160px;margin:0 auto;padding:0 24px}.section{padding:80px 0}.section-sm{padding:48px 0}h1,h2,h3,h4{line-height:1.2;font-weight:700}.section-label{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--gold);margin-bottom:12px}.section-title{font-size:clamp(28px,4vw,42px);color:var(--navy);margin-bottom:16px}.section-subtitle{font-size:18px;color:var(--gray-600);max-width:600px;line-height:1.7}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:4px;font-size:15px;font-weight:600;border:none;transition:all .2s;text-decoration:none}.btn-primary{background:var(--gold);color:var(--white)}.btn-primary:hover{background:var(--gold-light);transform:translateY(-1px);box-shadow:0 4px 16px rgba(200,151,58,.4)}.btn-outline{background:transparent;color:var(--white);border:2px solid hsla(0,0%,100%,.5)}.btn-outline:hover{border-color:var(--white);background:hsla(0,0%,100%,.08)}.btn-navy{background:var(--navy);color:var(--white)}.btn-navy:hover{background:var(--navy-light)}.btn-sm{padding:10px 20px;font-size:14px}.card{background:var(--white);border-radius:8px;box-shadow:0 2px 16px rgba(10,22,40,.08);overflow:hidden;transition:box-shadow .2s,transform .2s}.card:hover{box-shadow:0 8px 32px rgba(10,22,40,.14);transform:translateY(-2px)}.badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;letter-spacing:.5px}.badge-green{background:var(--green-light);color:var(--green)}.badge-gold{background:var(--gold-pale);color:#8b6420}.badge-navy{background:var(--navy);color:var(--white)}.form-group{margin-bottom:20px}.form-label{display:block;font-size:14px;font-weight:600;color:var(--navy);margin-bottom:6px}.form-input,.form-select,.form-textarea{width:100%;padding:12px 14px;border:1.5px solid var(--gray-200);border-radius:4px;font-size:15px;font-family:var(--font);color:var(--navy);background:var(--white);transition:border-color .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(200,151,58,.12)}.form-textarea{resize:vertical;min-height:120px}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}@media (max-width:600px){.form-grid{grid-template-columns:1fr}}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--gray-100)}.nav-inner{justify-content:space-between;height:68px}.nav-inner,.nav-logo{display:flex;align-items:center}.nav-logo{gap:10px}.nav-logo-mark{width:36px;height:36px;background:var(--navy);border-radius:4px;display:flex;align-items:center;justify-content:center}.nav-logo-text{font-size:16px;font-weight:700;color:var(--navy);line-height:1.1}.nav-logo-sub{font-size:11px;color:var(--gray-400);font-weight:400;letter-spacing:1px;text-transform:uppercase}.nav-links{display:flex;align-items:center;gap:32px}.nav-links a{font-size:14px;font-weight:500;color:var(--gray-600);transition:color .2s}.nav-links a:hover{color:var(--navy)}.hero{background:linear-gradient(135deg,var(--navy) 0,var(--navy-mid) 100%);color:var(--white);padding:100px 0 90px}.hero-eyebrow{font-size:12px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:20px}.hero-title{font-size:clamp(36px,5vw,60px);color:var(--white);margin-bottom:24px;max-width:700px;line-height:1.15}.hero-title em{font-style:normal;color:var(--gold)}.hero-subtitle{font-size:18px;color:hsla(0,0%,100%,.75);max-width:560px;margin-bottom:40px;line-height:1.7}.hero-actions{gap:16px}.hero-actions,.hero-trust{display:flex;flex-wrap:wrap}.hero-trust{gap:24px;margin-top:48px}.hero-trust-item{display:flex;align-items:center;gap:8px;font-size:13px;color:hsla(0,0%,100%,.65)}.hero-trust-dot{width:6px;height:6px;border-radius:50%;background:var(--gold);flex-shrink:0}.stats-bar{background:var(--navy);color:var(--white);padding:48px 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px;text-align:center}.stat-number{font-size:40px;font-weight:800;color:var(--gold);line-height:1;margin-bottom:8px}.stat-label{font-size:13px;color:hsla(0,0%,100%,.65);font-weight:500;letter-spacing:.5px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px}.feature-card{padding:36px 32px;border-radius:8px;border:1px solid var(--gray-100)}.feature-icon{width:48px;height:48px;border-radius:8px;background:var(--navy);display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:22px}.feature-title{font-size:18px;font-weight:700;margin-bottom:10px;color:var(--navy)}.feature-text{font-size:15px;color:var(--gray-600);line-height:1.7}.properties-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px}.prop-card{border-radius:8px;overflow:hidden;box-shadow:0 2px 16px rgba(10,22,40,.08);background:var(--white);transition:all .2s}.prop-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(10,22,40,.14)}.prop-img{height:220px;background:var(--gray-100);position:relative;overflow:hidden}.prop-img img{width:100%;height:100%;object-fit:cover}.prop-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--navy-light),var(--navy-mid));color:hsla(0,0%,100%,.3);font-size:40px}.prop-body{padding:24px}.prop-neighborhood{font-size:12px;letter-spacing:1.5px;text-transform:uppercase;color:var(--gold)}.prop-neighborhood,.prop-title{font-weight:700;margin-bottom:8px}.prop-title{font-size:18px;color:var(--navy)}.prop-desc{font-size:14px;color:var(--gray-600);margin-bottom:16px;line-height:1.6}.prop-meta{display:flex;gap:16px;flex-wrap:wrap}.prop-meta-item{font-size:13px;color:var(--gray-600)}.waitlist-banner{background:linear-gradient(135deg,#0f2a4a,#1a3d6b);color:var(--white);border-radius:12px;padding:56px 64px;display:flex;align-items:center;justify-content:space-between;gap:40px}.waitlist-banner h2{font-size:28px;margin-bottom:12px}.waitlist-banner p{color:hsla(0,0%,100%,.75);font-size:16px;max-width:480px}.nonprofit-section{background:var(--gray-50)}.nonprofit-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center}.nonprofit-checklist{list-style:none;display:flex;flex-direction:column;gap:16px;margin-top:24px}.nonprofit-checklist li{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:var(--gray-600)}.check-icon{width:22px;height:22px;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;color:#fff;font-size:12px}.highlight-box{background:var(--navy);color:var(--white);border-radius:8px;padding:40px}.highlight-box p{color:hsla(0,0%,100%,.8);font-size:16px;line-height:1.8}.footer{background:var(--navy);color:hsla(0,0%,100%,.7);padding:56px 0 32px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:48px;gap:48px;margin-bottom:48px}.footer-brand p{font-size:14px;line-height:1.8;margin-top:14px;max-width:280px}.footer-col h4{font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--white);margin-bottom:16px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-col a{font-size:14px;color:hsla(0,0%,100%,.6);transition:color .2s}.footer-col a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:24px;justify-content:space-between;font-size:13px;flex-wrap:wrap;gap:12px}.footer-bottom,.footer-eho{display:flex;align-items:center}.footer-eho{gap:8px;font-size:12px}.eho-badge{width:28px;height:28px;border:1.5px solid hsla(0,0%,100%,.4);border-radius:2px;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;color:hsla(0,0%,100%,.7);letter-spacing:.5px}.portal-wrap{min-height:100vh;background:var(--gray-50)}.portal-nav{background:var(--navy);padding:0 24px;height:60px;display:flex;align-items:center;justify-content:space-between}.portal-nav-brand{font-size:15px;font-weight:700;color:var(--white)}.portal-nav-user{font-size:13px;color:hsla(0,0%,100%,.7);display:flex;align-items:center;gap:16px}.portal-main{max-width:800px;margin:0 auto;padding:40px 24px}.portal-card{background:var(--white);border-radius:8px;box-shadow:0 2px 12px rgba(10,22,40,.07);padding:32px;margin-bottom:24px}.portal-card h2{font-size:20px;font-weight:700;color:var(--navy);margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--gray-100)}.info-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.info-item label{font-size:12px;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.5px;display:block;margin-bottom:4px}.info-item span{font-size:15px;color:var(--navy);font-weight:500}.status-open{background:#fef3c7;color:#92400e}.status-in-progress{background:#dbeafe;color:#1e40af}.status-resolved{background:var(--green-light);color:var(--green)}.priority-urgent{background:#fee2e2;color:#991b1b}.priority-high{background:#fef3c7;color:#92400e}.priority-normal{background:var(--gray-100);color:var(--gray-600)}.priority-low{background:var(--gray-100);color:var(--gray-400)}.thread{display:flex;flex-direction:column;gap:16px;margin-top:20px}.thread-msg{display:flex;gap:12px}.thread-msg.tenant{flex-direction:row-reverse}.thread-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0;margin-top:2px}.avatar-tenant{background:var(--navy);color:var(--white)}.avatar-staff{background:var(--gold);color:var(--white)}.avatar-contractor{background:#4b5563;color:var(--white)}.avatar-system{background:var(--gray-200);color:var(--gray-600);font-size:10px}.thread-bubble{max-width:72%;padding:12px 16px;border-radius:12px}.bubble-tenant{background:var(--navy);color:var(--white);border-radius:12px 4px 12px 12px}.bubble-staff{background:var(--gold-pale)}.bubble-contractor,.bubble-staff{color:var(--navy);border-radius:4px 12px 12px 12px}.bubble-contractor{background:var(--gray-100)}.bubble-system{background:transparent;color:var(--gray-400);font-size:13px;font-style:italic;padding:4px 0}.bubble-author{font-size:11px;font-weight:700;margin-bottom:4px;opacity:.7}.bubble-time{font-size:11px;opacity:.6;margin-top:4px}.bubble-text{font-size:14px;line-height:1.5}.contractor-wrap{min-height:100vh;background:var(--gray-50)}.contractor-header{background:var(--navy);color:var(--white);padding:24px}.contractor-header h1{font-size:20px}.contractor-header p{font-size:14px;color:hsla(0,0%,100%,.65);margin-top:4px}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--gray-50)}.login-card{background:var(--white);border-radius:10px;box-shadow:0 4px 32px rgba(10,22,40,.1);padding:48px 40px;width:100%;max-width:420px}.login-logo{text-align:center;margin-bottom:32px}.login-logo .logo-mark{width:52px;height:52px;background:var(--navy);border-radius:8px;margin:0 auto 12px;display:flex;align-items:center;justify-content:center}.login-title{font-size:22px;font-weight:700;color:var(--navy);margin-bottom:6px}.login-sub{font-size:14px;color:var(--gray-400)}.alert{padding:14px 18px;border-radius:6px;font-size:14px;margin-bottom:20px}.alert-success{background:var(--green-light);color:var(--green);border:1px solid #a7d7b4}.alert-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}@media (max-width:900px){.stats-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:1fr}.properties-grid{grid-template-columns:1fr 1fr}.nonprofit-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.waitlist-banner{flex-direction:column;padding:40px 32px}.nav-links{display:none}}@media (max-width:600px){.footer-grid,.properties-grid{grid-template-columns:1fr}.hero{padding:64px 0}.section{padding:56px 0}.info-grid{grid-template-columns:1fr}}