:root{--color-teal: #0d7a6e;--color-teal-light: #0f9d8e;--color-blue: #1a5f7a;--color-blue-light: #2d8bb3;--color-slate: #334155;--color-slate-light: #64748b;--color-bg: #f8fafc;--color-bg-alt: #f1f5f9;--color-white: #ffffff;--color-text: #1e293b;--color-text-muted: #475569;--font-sans: "DM Sans", system-ui, -apple-system, sans-serif;--font-serif: "Source Serif 4", Georgia, serif;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--radius: 8px;--radius-lg: 12px;--shadow: 0 1px 3px rgba(0, 0, 0, .08);--shadow-lg: 0 4px 12px rgba(0, 0, 0, .06);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;font-family:var(--font-sans);font-size:1.0625rem;line-height:1.6;color:var(--color-text);background-color:var(--color-bg)}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:700;line-height:1.25;color:var(--color-text)}h1{font-size:clamp(1.75rem,4vw,2.5rem)}h2{font-size:clamp(1.5rem,3vw,2rem)}h3{font-size:clamp(1.25rem,2.5vw,1.5rem)}p{margin:0 0 var(--space-md);color:var(--color-text)}p:last-child{margin-bottom:0}a{color:var(--color-teal);font-weight:500;text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-teal-light)}a:focus-visible{outline:2px solid var(--color-teal);outline-offset:2px}button{font-family:var(--font-sans);cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:100%;max-width:720px;margin:0 auto;padding:0 var(--space-lg)}.container--wide{max-width:960px}.app{display:flex;flex-direction:column;min-height:100vh}.app__body{flex:1}.header{background:var(--color-white);box-shadow:var(--shadow);position:sticky;top:0;z-index:100}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-lg);min-height:4rem;padding-top:var(--space-sm);padding-bottom:var(--space-sm)}.header__brand{display:flex;align-items:center;gap:var(--space-md);color:var(--color-text);font-weight:600;font-size:1rem}.header__brand:hover{color:var(--color-teal)}.header__logo{height:2.5rem;width:auto;display:block}.header__title{max-width:12ch;line-height:1.2}@media(min-width:640px){.header__title{max-width:none}}.header__nav{display:none}@media(min-width:768px){.header__nav{display:block}.header__menu-btn{display:none}}.header__list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:var(--space-xl)}.header__link{color:var(--color-text-muted);font-weight:500;font-size:.9375rem}.header__link:hover,.header__link--active{color:var(--color-teal)}.header__menu-btn{padding:var(--space-sm) var(--space-md);background:none;border:none;display:flex;align-items:center;justify-content:center}.header__menu-icon{width:1.5rem;height:2px;background:var(--color-text);box-shadow:0 -6px 0 var(--color-text),0 6px 0 var(--color-text)}@media(min-width:768px){.header__menu-btn{display:none}}.footer{background:var(--color-slate);color:var(--color-white);padding:var(--space-3xl) var(--space-lg);margin-top:var(--space-3xl)}.footer__inner{text-align:center}.footer__brand{display:inline-flex;align-items:center;gap:var(--space-md);margin-bottom:var(--space-md)}.footer__logo{height:2rem;width:auto;filter:brightness(0) invert(1);opacity:.95}.footer__title{font-weight:600;font-size:.9375rem}.footer__tagline{color:#ffffffd9;font-size:.9375rem;max-width:36ch;margin-left:auto;margin-right:auto;margin-bottom:var(--space-xl)}.footer__nav{margin-bottom:var(--space-xl)}.footer__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-md) var(--space-xl)}.footer__list a{color:#ffffffe6;font-size:.9375rem}.footer__list a:hover{color:var(--color-white)}.footer__copy{font-size:.8125rem;color:#fff9;margin:0}.hero{position:relative;padding:var(--space-3xl) var(--space-lg);overflow:hidden}.hero--compact{padding:var(--space-2xl) var(--space-lg)}.hero__bg{position:absolute;inset:0;background:linear-gradient(135deg,#0d7a6e0f,#1a5f7a14,#f8fafc),url(/hero-bg.png) center / cover no-repeat}.hero__content{position:relative;z-index:1;text-align:center}.hero__title{margin:0 0 var(--space-md);color:var(--color-slate);max-width:20ch;margin-left:auto;margin-right:auto}.hero__subtitle{font-size:1.125rem;color:var(--color-text-muted);max-width:42ch;margin:0 auto;line-height:1.5}@media(min-width:640px){.hero__title{max-width:none}.hero__subtitle{font-size:1.25rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:var(--space-md) var(--space-xl);font-family:var(--font-sans);font-size:1rem;font-weight:600;line-height:1.25;border-radius:var(--radius);border:none;cursor:pointer;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease;text-decoration:none}.btn--primary{background:var(--color-teal);color:var(--color-white)}.btn--primary:hover{background:var(--color-teal-light)}.btn--secondary{background:var(--color-bg-alt);color:var(--color-slate)}.btn--secondary:hover{background:var(--color-slate-light);color:var(--color-white)}.btn:focus-visible{outline:2px solid var(--color-teal);outline-offset:2px}.card{background:var(--color-white);border-radius:var(--radius-lg);padding:var(--space-xl);box-shadow:var(--shadow);transition:box-shadow .2s ease}.card--link{display:block;text-decoration:none;color:inherit}.card--link:hover{box-shadow:var(--shadow-lg)}.card--link .card__title{color:var(--color-teal)}.card--link:hover .card__title{color:var(--color-teal-light)}.card__title{margin:0 0 var(--space-sm);font-size:1.25rem}.card__desc{margin:0;color:var(--color-text-muted);font-size:.9375rem;line-height:1.5}.home-main{padding-bottom:var(--space-3xl)}.section{padding:var(--space-2xl) 0}.section--intro{padding-top:var(--space-2xl)}.section__title{margin:0 0 var(--space-md)}.section__title--center{text-align:center;margin-bottom:var(--space-xl)}.section__lead{font-size:1.125rem;color:var(--color-text-muted);max-width:60ch;margin-bottom:var(--space-xl)}.section__actions{display:flex;flex-wrap:wrap;gap:var(--space-md)}.card-grid{display:grid;gap:var(--space-lg);grid-template-columns:1fr}@media(min-width:640px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.card-grid{grid-template-columns:repeat(3,1fr)}}.section--why{background:var(--color-bg-alt)}.section--why .section__title{margin-bottom:var(--space-lg)}.section--why p{max-width:65ch}.resources-main{padding-bottom:var(--space-3xl)}.resources-intro{max-width:60ch;margin-bottom:var(--space-2xl);color:var(--color-text-muted)}.resource-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-lg)}.resource-status{display:inline-block;margin-top:var(--space-md);font-size:.875rem;font-weight:500;color:var(--color-teal)}.book-main{padding-bottom:var(--space-3xl)}.book-content{max-width:65ch}.book-content h2{font-size:1.5rem;margin-bottom:var(--space-lg)}.book-content p{margin-bottom:var(--space-lg)}.book-content .btn{margin-top:var(--space-md)}.newsletter-main{padding-bottom:var(--space-3xl)}.newsletter-content{max-width:36rem}.newsletter-intro{margin-bottom:var(--space-xl);color:var(--color-text-muted)}.newsletter-form{display:flex;flex-direction:column;gap:var(--space-md);margin-bottom:var(--space-md)}.newsletter-label{font-weight:500;font-size:.9375rem}.newsletter-input{font-family:var(--font-sans);font-size:1rem;padding:var(--space-md);border:1px solid var(--color-slate-light);border-radius:var(--radius);max-width:20rem}.newsletter-input:focus{outline:2px solid var(--color-teal);outline-offset:0}.newsletter-input::placeholder{color:var(--color-slate-light)}.newsletter-submit{align-self:flex-start}.newsletter-message{padding:var(--space-lg);border-radius:var(--radius);margin-bottom:var(--space-md)}.newsletter-message--success{background:#0d7a6e1a;color:var(--color-teal)}.newsletter-message p{margin:0;font-weight:500}.newsletter-note{font-size:.875rem;color:var(--color-text-muted);margin:0}
