*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.7;background:#f7f7f7;color:#222}a{color:#1558a6;text-decoration:underline}a:hover{text-decoration:none}.container{width:min(100% - 40px,1000px);margin:0 auto}.site-header{background:#fff;border-bottom:1px solid #ddd}.site-header .container{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:30px}.site-title{color:#111;font-size:20px;font-weight:700;text-decoration:none}nav{display:flex;flex-wrap:wrap;gap:18px}nav a{color:#333;font-size:14px;text-decoration:none}.hero,.page-header{background:#eee;border-bottom:1px solid #ddd}.hero{padding:90px 0}.page-header{padding:65px 0}.eyebrow{margin:0 0 10px;font-size:12px;font-weight:700;letter-spacing:1.5px;color:#666}h1{max-width:800px;margin:0 0 20px;font-size:clamp(34px,6vw,52px);line-height:1.15}h2{margin-top:45px;margin-bottom:15px;font-size:28px;line-height:1.3}h3{margin-top:0;font-size:21px}.hero-text,.page-header p:not(.eyebrow){max-width:750px;margin:0;font-size:18px;color:#555}.content-section{padding:55px 0 80px;background:#fff}.content-section p,.content-section li{max-width:800px}.resource-list{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:30px}.resource-list article{padding:25px;border:1px solid #ddd;background:#fafafa}.resource-list p{color:#555}footer{padding:30px 0;background:#eee;border-top:1px solid #ddd}footer p{margin:0;color:#666;font-size:14px}@media(max-width:750px){.site-header .container{padding:18px 0;align-items:flex-start;flex-direction:column}nav{gap:12px}.hero{padding:65px 0}.page-header{padding:50px 0}.resource-list{grid-template-columns:1fr}h2{font-size:25px}.container{width:min(100% - 30px,1000px)}}