/* Minified but readable CSS for Career and Recovery Resources */html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{font-family:'Inter',system-ui,-apple-system,sans-serif;background:#f4f7f8;color:#1f2a33;line-height:1.6}img{max-width:100%;height:auto;border-radius:10px}a{text-decoration:none;color:#0b5f6d;transition:color .2s ease}a:hover,a:focus{color:#eaa221}button,.btn{cursor:pointer;border:none;border-radius:6px;padding:12px 20px;font-weight:700;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px;text-decoration:none}header{position:sticky;top:0;z-index:999;background:#0b5f6d;color:#fff}header .nav{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:15px 24px}header .logo{font-weight:800;font-size:18px;color:#fff}header nav ul{list-style:none;display:flex;gap:18px;align-items:center}header nav a{color:#e8f4f6;font-weight:600}header nav a:hover{color:#eaa221}.cta-btn{background:#eaa221;color:#0b1c26} .cta-btn:hover{background:#d38f12}.container{max-width:1200px;margin:0 auto;padding:32px 24px}.hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:center;gap:28px;padding:48px 24px;background:#e8f4f6;border-bottom:1px solid #d3e1e6}.hero h1{font-family:'Playfair Display',serif;font-size:36px;line-height:1.2;color:#0e3a47;margin-bottom:14px}.hero p{font-size:18px;margin-bottom:18px}.section{padding:40px 24px}.section h2{font-family:'Playfair Display',serif;font-size:28px;color:#0e3a47;margin-bottom:14px}.section h3{font-size:20px;color:#0e3a47;margin:12px 0 8px;font-weight:700}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.card{background:#fff;border:1px solid #dbe5ea;border-radius:12px;padding:18px;box-shadow:0 8px 24px rgba(11,31,38,.06)}.card h3{margin-top:0}.list{list-style:disc;padding-left:18px;margin:8px 0}.badge{display:inline-block;padding:6px 10px;background:#0b5f6d;color:#fff;border-radius:999px;font-size:12px;margin-bottom:10px}.lead-form{background:#fff;border:1px solid #dbe5ea;border-radius:12px;padding:20px;box-shadow:0 10px 28px rgba(11,31,38,.08)}.lead-form h2{margin-bottom:10px}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.lead-form label{display:flex;flex-direction:column;font-weight:600;font-size:14px;color:#0e3a47;gap:6px}input,textarea{width:100%;padding:12px 12px;border:1px solid #cdd8de;border-radius:8px;background:#fdfefe;font-size:15px;transition:border .2s ease,box-shadow .2s ease}input:focus,textarea:focus{border-color:#0b5f6d;box-shadow:0 0 0 3px rgba(11,95,109,.15);outline:0}textarea{min-height:120px;resize:vertical}.error{color:#b0232a;font-size:13px;margin-top:4px;display:none}.submit-wrap{display:flex;align-items:center;gap:12px;margin-top:12px;flex-wrap:wrap}.btn-secondary{background:#0e3a47;color:#fff}.btn-secondary:hover{background:#0b5f6d}.loader{width:18px;height:18px;border:3px solid #fff;border-top-color:rgba(255,255,255,.3);border-radius:50%;animation:spin .8s linear infinite;display:none}@keyframes spin{to{transform:rotate(360deg)}}.note{font-size:14px;color:#3d4a52;margin-top:6px}.footer{background:#0b1c26;color:#e4edf2;margin-top:40px}.footer .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;max-width:1200px;margin:0 auto;padding:32px 24px}.footer h4{color:#f3f7fb;margin-bottom:10px;font-size:16px}.footer a{color:#c8d5dc}.footer a:hover{color:#eaa221}.footer .divider{border-top:1px solid #22313d;margin:0 24px}.footer .copyright{padding:14px 24px;text-align:center;font-size:14px;color:#c1cbd1}.stat{font-weight:700;color:#0b5f6d}.pill{padding:8px 12px;border-radius:10px;background:#f0f6f8;color:#0b3b48;font-weight:600;font-size:14px;display:inline-block;margin-bottom:10px}.map{border:0;width:100%;height:320px;border-radius:12px}.faq-item{border:1px solid #dbe5ea;border-radius:10px;padding:12px;margin-bottom:10px;background:#fff}.faq-item h3{margin:0 0 8px}.legal h2{margin-top:16px}.cta-bar{background:#0b5f6d;color:#fff;border-radius:14px;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:18px}.cta-bar p{margin:0;color:#e8f4f6}.cta-bar .btn{background:#eaa221;color:#0b1c26}.cta-bar .btn:hover{background:#d38f12}.scroll-top{position:fixed;right:16px;bottom:16px;background:#0e3a47;color:#fff;border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(0,0,0,.18);opacity:0;visibility:hidden;transition:all .2s ease}.scroll-top.show{opacity:1;visibility:visible}.header-spacer{height:0}@media(max-width:767px){header .nav{flex-direction:column;align-items:flex-start;gap:10px}header nav ul{flex-wrap:wrap;gap:12px}.hero{padding:36px 18px}.hero h1{font-size:30px}.section{padding:30px 18px}.cta-bar{flex-direction:column;align-items:flex-start}}