*{margin:0;padding:0;box-sizing:border-box;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background:#f9fafb}a{cursor:pointer}input,textarea{cursor:text;-webkit-user-select:text;-moz-user-select:text;user-select:text}.container{max-width:1200px;margin:0 auto;padding:0 1rem}header{background:white;box-shadow:0 1px 3px rgba(0,0,0,.1)}header .container{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem}header img{transition:opacity .2s}header img:hover{opacity:.8}header p{font-size:.875rem;color:#666}nav{display:flex;gap:1.5rem}nav a{color:#4b5563;text-decoration:none}nav a:hover{color:#2563eb}footer{background:#1f2937;color:white;margin-top:4rem;padding:2rem 0}footer .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}footer h3{font-weight:600;margin-bottom:.75rem}footer li,footer p{font-size:.875rem;color:#9ca3af}footer ul{list-style:none}footer ul li{margin:.5rem 0}footer a{color:#9ca3af;text-decoration:none}footer a:hover{color:white}footer .copyright{border-top:1px solid #374151;padding-top:2rem;text-align:center;font-size:.875rem;color:#9ca3af}.page-container{max-width:1200px;margin:0 auto;padding:3rem 1rem}.page-container-narrow{max-width:980px;margin:0 auto;padding:24px;font-family:system-ui,sans-serif}.hero{text-align:center;margin-bottom:4rem}.hero h1{font-size:2.5rem;font-weight:700;color:#111;margin-bottom:1rem}.hero p{font-size:1.25rem;color:#666;max-width:800px;margin:0 auto}.section{margin-bottom:4rem}.section h2{font-size:2rem;font-weight:700;color:#111;margin-bottom:2rem;text-align:center}.grid{display:grid;grid-gap:1.5rem;gap:1.5rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.card{background:white;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);padding:1.5rem;border:1px solid #e5e7eb;transition:box-shadow .2s}.card:hover{box-shadow:0 4px 6px rgba(0,0,0,.1)}.card h3{font-size:1.125rem;font-weight:600;color:#111;margin-bottom:.5rem}.card p{color:#666}.card a,.card p{font-size:.875rem}.card a{color:#2563eb;text-decoration:none;font-weight:500}.card a:hover{color:#1d4ed8}.info-box{background:#eff6ff;border-radius:8px;padding:2rem;margin-bottom:4rem}.info-box h2{font-size:1.5rem;font-weight:700;color:#111;margin-bottom:1rem;text-align:left}.info-box p{color:#4b5563;margin-bottom:1rem}.info-box ol,.info-box ul{margin-left:1.5rem;color:#4b5563}.info-box li{margin:.5rem 0}.cta{text-align:center}.cta h2{font-size:1.5rem;font-weight:700;color:#111;margin-bottom:1rem}.cta p{color:#666;margin-bottom:1.5rem}.btn-group{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.btn{padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:background .2s;display:inline-block}.btn-primary{background:#2563eb;color:white}.btn-primary:hover{background:#1d4ed8}.btn-secondary{background:#e5e7eb;color:#1f2937}.btn-secondary:hover{background:#d1d5db}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.text-gray{color:#666}.text-blue{color:#2563eb}