:root{--bg: #fafbfd;--card: #ffffff;--ink: #12263a;--muted: #4c6478;--muted-deep: #213c58;--accent-soft: #dbeafe;--line: #e2eaf3;--shadow: 0 8px 24px rgba(8, 35, 65, .05);--brand-ink: #0b2645;--surface: #f8fbff;--surface-border: #e2eaf3;--radius-lg: 12px;--radius-md: 10px;--radius-sm: 8px;--space-1: .4rem;--space-2: .6rem;--space-3: .8rem;--space-4: 1rem;--space-5: 1.3rem;--space-6: 1.6rem;--shadow-card: 0 4px 16px rgba(17, 56, 94, .06);--shadow-lift: 0 8px 20px rgba(17, 56, 94, .1)}*{box-sizing:border-box}body{margin:0;font-family:Poppins,Nunito,Avenir Next,Segoe UI,sans-serif;background:var(--bg);color:var(--ink);min-height:100vh;line-height:1.7}body.theme-homecare{--theme-accent: #1463a5;--theme-accent-soft: #dcecff;--theme-gradient: linear-gradient(140deg, #f0f6ff 0%, #ebf8ff 55%, #eff8f3 100%);--theme-hero-art: url(/images/hero-homecare.svg)}body.theme-homemods{--theme-accent: #17695a;--theme-accent-soft: #e5f5f0;--theme-gradient: linear-gradient(140deg, #effaf3 0%, #ebf6ff 55%, #f6f1ff 100%);--theme-hero-art: url(/images/hero-homemods.svg)}body:not(.theme-homecare):not(.theme-homemods){--theme-accent: #183c67;--theme-gradient: linear-gradient(140deg, #f4f7fb 0%, #f2f9ff 55%, #f7f6ff 100%);--theme-hero-art: url(/images/hero-homecare.svg)}.page-shell{min-height:100vh;background:var(--theme-gradient);position:relative;overflow:hidden}.page-shell:before{content:"";position:absolute;inset:-10rem auto auto -12rem;width:22rem;height:22rem;border-radius:999px;background:color-mix(in oklab,var(--theme-accent-soft) 55%,#ffffff00 45%);filter:blur(2px);pointer-events:none}main{width:min(1040px,94vw);margin:0 auto;padding:2rem 0 4rem}.topnav{display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;flex-wrap:wrap;gap:.8rem;padding:.85rem 1.1rem;background:#091831e6;backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.16);z-index:2}.brand-wrap{min-width:11rem}.brand{color:#fff;text-decoration:none;font-weight:800;letter-spacing:.02em;font-size:1rem;display:inline-block;line-height:1.2}.brand-subtitle{color:#c6d4e5;font-size:.74rem;margin:.18rem 0 0;max-width:26ch}.topnav-links{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap}.topnav a.active{text-decoration:underline;text-decoration-thickness:2px}.topnav a{color:#f8fbff;text-decoration:none;font-weight:600;font-size:.94rem}.topnav a:hover{text-decoration:underline;text-decoration-thickness:2px}section{margin-bottom:2.4rem}.section{margin-top:.4rem}.section-title{margin:.5rem 0 .6rem;letter-spacing:.01em}.eyebrow{text-transform:uppercase;color:var(--theme-accent);letter-spacing:.08em;font-size:.8rem;font-weight:700;margin-bottom:.5rem}.hero{position:relative;border:1px solid var(--line);border-radius:var(--radius-lg);padding:2.5rem 2rem;background:#fff}.hero h1{margin:0;line-height:1.15;font-size:clamp(1.8rem,3.5vw,2.5rem);max-width:22ch;letter-spacing:-.01em}.hero p{max-width:52ch;margin-top:.75rem;font-size:1.1rem;color:var(--muted)}.value-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.8rem;margin-top:.85rem}.value-card{border:1px solid var(--line);border-radius:10px;background:#fff;padding:.7rem .8rem;box-shadow:var(--shadow)}.value-card h3{margin:0 0 .35rem;font-size:.96rem}.card{background:var(--card);border-radius:var(--radius-lg);border:1px solid var(--line);padding:1rem;margin:.75rem 0;box-shadow:var(--shadow-card)}.metric-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.7rem;margin-top:.8rem}.metric{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius-md);padding:.72rem}.metric strong{display:block;font-size:1.2rem;color:var(--theme-accent)}.hero-actions,.cta-row{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-top:.9rem}.proof-strip{display:grid;gap:.6rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-top:.95rem}.proof-pill{border:1px solid #d8e6f1;border-radius:999px;padding:.48rem .75rem;color:#1c4671;font-weight:700;font-size:.82rem;background:#f4f9ff}.hero-actions a,.cta-row a{text-align:center;border-radius:var(--radius-md);padding:.72rem .88rem;min-height:2.7rem;display:inline-flex;align-items:center;justify-content:center}.hero-actions button{width:100%}.listing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.listing-card-shell{display:flex;flex-direction:column;gap:.45rem}.listing-card{display:block;text-decoration:none;color:inherit;border:1px solid var(--line);border-radius:var(--radius-md);padding:1rem;background:#fff;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.listing-card:hover{transform:translateY(-2px);border-color:color-mix(in oklab,var(--theme-accent) 45%,#fff 55%);box-shadow:var(--shadow-lift)}.stats{margin-top:.6rem;font-size:.93rem}.badge-row{display:flex;gap:.45rem;flex-wrap:wrap;margin-top:.6rem}.badge{display:inline-block;background:var(--accent-soft);color:var(--theme-accent);border:1px solid var(--line);padding:.2rem .52rem;border-radius:999px;font-size:.74rem;font-weight:700;letter-spacing:.02em}.row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.65rem}.stack{display:flex;flex-direction:column;gap:.6rem}input,textarea,select,button{width:100%;padding:.62rem;border-radius:8px;border:1px solid #b9ccd7;font:inherit}.cta-primary,button.cta-primary{background:var(--theme-accent);color:#fff;border:1px solid var(--theme-accent);cursor:pointer;font-weight:700;text-decoration:none;display:inline-block;text-align:center;letter-spacing:.02em;border-radius:var(--radius-md);min-height:2.8rem;transition:transform .12s ease,filter .12s ease,box-shadow .12s ease}.cta-primary:hover,button.cta-primary:hover{transform:translateY(-1px);filter:brightness(1.03);box-shadow:var(--shadow-lift)}.cta-secondary,button.cta-secondary{background:#fff;color:var(--theme-accent);border:1px solid var(--line);text-decoration:none;font-weight:700;border-radius:var(--radius-md);min-height:2.8rem;transition:transform .12s ease,filter .12s ease}.cta-secondary:hover,button.cta-secondary:hover{background:var(--theme-accent-soft);transform:translateY(-1px)}button:disabled{opacity:.65}.inline-note{margin:.8rem 0 0;padding:.6rem .72rem;border:1px solid #d4e3f0;border-radius:8px;background:#fbfdff;letter-spacing:.02em}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--theme-accent);outline-offset:2px}.alert{background:var(--theme-accent-soft);border:1px solid #bbd4ef;border-radius:8px;padding:.75rem}.note{color:var(--muted);font-size:.95rem}.muted-pill{display:inline-block;background:#fff;border:1px solid #dce7f3;border-radius:999px;padding:.55rem .7rem;color:var(--muted-deep)}.muted-list{list-style:none;margin:.4rem 0 0;padding:0}.muted-list li{margin:.26rem 0;display:flex;gap:.45rem}.muted-list li:before{content:"✓";color:var(--theme-accent);font-weight:800}.grid-2{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.site-footer{margin-top:2rem;padding-top:1rem;border-top:1px solid #ccd9e9;display:flex;gap:1rem;flex-wrap:wrap;justify-content:flex-start}.site-footer a{color:#2f537c;text-decoration:none;font-weight:600}.site-footer a:hover{text-decoration:underline}label{display:block;color:#224166;font-size:.95rem;font-weight:600;margin-bottom:.25rem}label span{color:#bf3320}label+label{margin-top:.35rem}.form-section{margin-top:.4rem}@media(max-width:760px){main{padding-top:.9rem;width:calc(100vw - 1.2rem)}.topnav{align-items:flex-start;position:static}.topnav-links{width:100%;justify-content:flex-start;gap:.5rem}.hero{padding:.95rem}.hero-actions,.cta-row,.row{grid-template-columns:1fr}}
