:root{--jhm-blue: #002D74;--jhm-medium-blue: #4E6D9E;--jhm-light-blue: #9AACC7;--jhm-light-blue-bg: #EDF1F7;--jhm-gold: #F3C300;--jhm-gold-hover: #d4aa00;--white: #FFFFFF;--warm-white: #FAFAF8;--text-dark: #1a1a1a;--text-on-dark: #FFFFFF;--font-body: "Inter", system-ui, -apple-system, sans-serif;--line-height: 1.7;--max-width: 800px;--section-padding: 3.5rem 1.5rem;--nav-height: 64px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-height)}body{font-family:var(--font-body);font-size:1.125rem;line-height:var(--line-height);color:var(--text-dark);background-color:var(--warm-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:var(--jhm-medium-blue);text-decoration:underline}a:hover{color:var(--jhm-blue)}.skip-link{position:absolute;left:-9999px;top:0;z-index:1000;background:var(--jhm-blue);color:var(--white);padding:.75rem 1.5rem;font-size:1rem;text-decoration:none;border-radius:0 0 4px}.skip-link:focus{left:0}.section{padding:var(--section-padding)}.section-inner{max-width:var(--max-width);margin:0 auto}.section--alt{background-color:var(--jhm-light-blue-bg)}.section-heading{font-size:1.75rem;font-weight:700;color:var(--jhm-blue);margin-bottom:1.25rem;line-height:1.3}.cta-button{display:inline-block;background-color:var(--jhm-gold);color:var(--jhm-blue);font-size:1.125rem;font-weight:700;padding:1rem 2rem;border:none;border-radius:8px;text-decoration:none;cursor:pointer;min-height:48px;transition:background-color .2s ease,transform .1s ease}.cta-button:hover{background-color:var(--jhm-gold-hover);color:var(--jhm-blue);transform:translateY(-1px)}.cta-button:focus-visible{outline:3px solid var(--jhm-blue);outline-offset:3px}@media(min-width:768px){body{font-size:1.25rem}.section{padding:5rem 2rem}.section-heading{font-size:2rem}}.nav[data-astro-cid-dmqpwcec]{position:sticky;top:0;z-index:100;background-color:var(--jhm-blue);color:var(--white);box-shadow:0 2px 8px #00000026}.nav-inner[data-astro-cid-dmqpwcec]{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;height:var(--nav-height);gap:1rem}.nav-logo[data-astro-cid-dmqpwcec]{color:var(--white);font-weight:700;font-size:1.15rem;text-decoration:none;white-space:nowrap}.nav-links[data-astro-cid-dmqpwcec]{display:none;list-style:none;gap:1.5rem;align-items:center}.nav-links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{color:var(--white);text-decoration:none;font-size:.95rem;white-space:nowrap;padding:.25rem 0;border-bottom:2px solid transparent;transition:border-color .2s ease}.nav-links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover{border-bottom-color:var(--jhm-gold);color:var(--white)}.nav-cta[data-astro-cid-dmqpwcec]{display:none;font-size:.9rem;padding:.6rem 1.2rem;min-height:44px}.nav-toggle[data-astro-cid-dmqpwcec]{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;min-width:48px;min-height:48px;align-items:center;justify-content:center}.hamburger-line[data-astro-cid-dmqpwcec]{display:block;width:24px;height:2.5px;background-color:var(--white);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.nav-toggle[data-astro-cid-dmqpwcec][aria-expanded=true] .hamburger-line[data-astro-cid-dmqpwcec]:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.nav-toggle[data-astro-cid-dmqpwcec][aria-expanded=true] .hamburger-line[data-astro-cid-dmqpwcec]:nth-child(2){opacity:0}.nav-toggle[data-astro-cid-dmqpwcec][aria-expanded=true] .hamburger-line[data-astro-cid-dmqpwcec]:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.mobile-menu[data-astro-cid-dmqpwcec]{background-color:var(--jhm-blue);border-top:1px solid var(--jhm-medium-blue);padding:1rem}.mobile-menu[data-astro-cid-dmqpwcec][hidden]{display:none}.mobile-menu[data-astro-cid-dmqpwcec] ul[data-astro-cid-dmqpwcec]{list-style:none;display:flex;flex-direction:column;gap:0}.mobile-menu[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{display:block;color:var(--white);text-decoration:none;font-size:1.1rem;padding:.85rem .5rem;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-menu[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover{color:var(--jhm-gold)}.mobile-cta[data-astro-cid-dmqpwcec]{background-color:var(--jhm-gold);color:var(--jhm-blue)!important;font-weight:700;border-radius:8px;text-align:center;margin-top:.5rem;border-bottom:none!important}@media(min-width:768px){.nav-links[data-astro-cid-dmqpwcec]{display:flex}.nav-cta[data-astro-cid-dmqpwcec]{display:inline-block}.nav-toggle[data-astro-cid-dmqpwcec]{display:none}.mobile-menu[data-astro-cid-dmqpwcec]{display:none!important}}.hero[data-astro-cid-bbe6dxrz]{background-color:var(--jhm-blue);color:var(--white);padding:3rem 1.5rem 3.5rem}.hero-inner[data-astro-cid-bbe6dxrz]{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:2rem;align-items:center}.hero-content[data-astro-cid-bbe6dxrz]{text-align:center}.hero-headline[data-astro-cid-bbe6dxrz]{font-size:1.85rem;font-weight:800;line-height:1.25;margin-bottom:1.25rem;color:var(--white)}.hero-subtext[data-astro-cid-bbe6dxrz]{font-size:1.1rem;line-height:1.7;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;opacity:.95}.hero-cta[data-astro-cid-bbe6dxrz]{font-size:1.2rem;padding:1rem 2.25rem}.hero-image[data-astro-cid-bbe6dxrz]{width:100%;max-width:400px}.hero-photo[data-astro-cid-bbe6dxrz]{border-radius:16px;width:100%;height:auto;object-fit:cover;box-shadow:0 8px 24px #0003}@media(min-width:768px){.hero[data-astro-cid-bbe6dxrz]{padding:5rem 2rem}.hero-inner[data-astro-cid-bbe6dxrz]{flex-direction:row;text-align:left}.hero-content[data-astro-cid-bbe6dxrz]{text-align:left;flex:1}.hero-headline[data-astro-cid-bbe6dxrz]{font-size:2.5rem}.hero-subtext[data-astro-cid-bbe6dxrz]{font-size:1.2rem;margin-left:0}.hero-image[data-astro-cid-bbe6dxrz]{flex:0 0 40%}}.video-container[data-astro-cid-7j7d6sbz]{margin-top:1.5rem}.video-placeholder[data-astro-cid-7j7d6sbz]{background:linear-gradient(135deg,var(--jhm-blue),var(--jhm-medium-blue));border-radius:12px;aspect-ratio:16 / 9;max-width:640px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;cursor:default;color:var(--white)}.video-message[data-astro-cid-7j7d6sbz]{font-size:1.15rem;font-weight:600;margin:0}.video-sub[data-astro-cid-7j7d6sbz]{font-size:.9rem;opacity:.8;text-align:center;max-width:300px;margin:0}p[data-astro-cid-v2cbyr3p]{margin-bottom:1.25rem}p[data-astro-cid-v2cbyr3p]:last-child{margin-bottom:0}.about-layout[data-astro-cid-v2cbyr3p]{display:flex;flex-direction:column;gap:2rem}.about-photo[data-astro-cid-v2cbyr3p]{border-radius:16px;width:100%;height:auto;object-fit:cover;box-shadow:0 4px 16px #0000001a}@media(min-width:768px){.about-inner[data-astro-cid-v2cbyr3p]{max-width:1000px}.about-layout[data-astro-cid-v2cbyr3p]{flex-direction:row;align-items:center;gap:3rem}.about-text[data-astro-cid-v2cbyr3p]{flex:1}.about-image[data-astro-cid-v2cbyr3p]{flex:0 0 400px}}.steps[data-astro-cid-7ty2ls5k]{list-style:none;display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.step[data-astro-cid-7ty2ls5k]{display:flex;gap:1rem;align-items:flex-start}.step-marker[data-astro-cid-7ty2ls5k]{flex-shrink:0;width:48px;height:48px;border-radius:50%;background-color:var(--jhm-blue);color:var(--white);display:flex;align-items:center;justify-content:center}.step-number[data-astro-cid-7ty2ls5k]{font-size:1.25rem;font-weight:700}.step-content[data-astro-cid-7ty2ls5k]{flex:1}.step-title[data-astro-cid-7ty2ls5k]{font-size:1.15rem;font-weight:700;color:var(--jhm-blue);margin-bottom:.3rem}.step-description[data-astro-cid-7ty2ls5k]{margin:0;line-height:1.65}.step-summary[data-astro-cid-7ty2ls5k]{margin-top:2rem;font-weight:600;color:var(--jhm-blue);font-size:1.1rem}.intro[data-astro-cid-a7xkpntl]{margin-bottom:1rem}.criteria-list[data-astro-cid-a7xkpntl]{list-style:none;display:flex;flex-direction:column;gap:1rem;margin-bottom:1.75rem}.criteria-item[data-astro-cid-a7xkpntl]{display:flex;align-items:flex-start;gap:.75rem;line-height:1.6}.check-icon[data-astro-cid-a7xkpntl]{flex-shrink:0;margin-top:.15rem}.cta-line[data-astro-cid-a7xkpntl]{margin-bottom:1.5rem;font-style:italic}.compensation-card[data-astro-cid-wpt366sk]{background-color:var(--white);border-left:5px solid var(--jhm-gold);border-radius:8px;padding:2rem;margin-top:1rem;box-shadow:0 2px 8px #0000000f;text-align:center}.amount-highlight[data-astro-cid-wpt366sk]{font-size:3.5rem;font-weight:800;color:var(--jhm-blue);line-height:1.1;margin-bottom:.25rem}.amount[data-astro-cid-wpt366sk]{font-size:1.15rem;margin-bottom:1rem;color:var(--text-dark)}.insurance-note[data-astro-cid-wpt366sk]{margin:0;color:var(--jhm-medium-blue)}.faq-list[data-astro-cid-al2ca2vr]{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.faq-item[data-astro-cid-al2ca2vr]{background-color:var(--jhm-light-blue-bg);border-radius:8px;overflow:hidden}.faq-question[data-astro-cid-al2ca2vr]{font-weight:700;font-size:1.05rem;color:var(--jhm-blue);padding:1.25rem 1.5rem;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:48px}.faq-question[data-astro-cid-al2ca2vr]::-webkit-details-marker{display:none}.faq-question[data-astro-cid-al2ca2vr]:after{content:"+";font-size:1.5rem;font-weight:400;color:var(--jhm-medium-blue);flex-shrink:0;transition:transform .2s ease}.faq-item[data-astro-cid-al2ca2vr][open] .faq-question[data-astro-cid-al2ca2vr]:after{content:"−"}.faq-answer[data-astro-cid-al2ca2vr]{padding:0 1.5rem 1.25rem;margin:0;line-height:1.7}.signup-content[data-astro-cid-kk4eyis4]{text-align:center}.signup-layout[data-astro-cid-kk4eyis4]{display:flex;flex-direction:column;gap:2.5rem;align-items:center}.signup-text[data-astro-cid-kk4eyis4]{text-align:center}.signup-cta[data-astro-cid-kk4eyis4]{font-size:1.25rem;padding:1.1rem 2.5rem;margin-bottom:2rem}.contact-line[data-astro-cid-kk4eyis4]{margin-bottom:.5rem}.email-link[data-astro-cid-kk4eyis4]{font-size:1.15rem;font-weight:600;color:var(--jhm-blue)}.signup-photo[data-astro-cid-kk4eyis4]{border-radius:12px;width:100%;max-width:360px;height:auto;object-fit:cover;box-shadow:0 4px 16px #0000001a}@media(min-width:768px){.signup-layout[data-astro-cid-kk4eyis4]{flex-direction:row;text-align:left;gap:3rem}.signup-text[data-astro-cid-kk4eyis4]{flex:1;text-align:center}.signup-image[data-astro-cid-kk4eyis4]{flex:0 0 280px}}.footer[data-astro-cid-sz7xmlte]{background-color:var(--white);color:var(--jhm-blue);padding:2.5rem 1.5rem;text-align:center;border-top:3px solid var(--jhm-light-blue-bg)}.footer-inner[data-astro-cid-sz7xmlte]{max-width:var(--max-width);margin:0 auto}.footer-logo[data-astro-cid-sz7xmlte]{max-width:250px;height:auto;margin:0 auto 1.5rem}@media(min-width:768px){.footer-logo[data-astro-cid-sz7xmlte]{max-width:300px}}.footer-title[data-astro-cid-sz7xmlte]{font-weight:700;font-size:1.1rem;margin-bottom:1rem}.footer-details[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:.9rem;margin-bottom:.3rem;color:var(--jhm-medium-blue)}.footer-copyright[data-astro-cid-sz7xmlte]{margin-top:1.5rem;font-size:.8rem;color:var(--jhm-light-blue)}
