@import "https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Lato:wght@400;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary:#2c3d68;--color-secondary:#327675;--color-bg:#fffef9;--color-text:#2c3d68;--color-heading:#2c3d68;--color-accent:#327675;--color-muted:#5a6a8a;--color-border:#d4dbe6;--color-card-bg:#fff;--color-card-shadow:#2c3d680f;--max-width:720px;--spacing:2.5rem;--border-radius:12px;--nav-height:56px}html{scroll-behavior:smooth;font-size:18px}body{background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.7}h1,h2,h3{font-family:Libre Baskerville,serif}body:before{content:"";background:linear-gradient(90deg, var(--color-primary), var(--color-secondary));z-index:100;height:4px;position:fixed;top:0;left:0;right:0}nav{z-index:99;-webkit-backdrop-filter:blur(8px);border-bottom:1px solid var(--color-border);background:#fffef9eb;position:sticky;top:4px}.nav-inner{max-width:var(--max-width);height:var(--nav-height);justify-content:center;align-items:center;gap:.25rem;margin:0 auto;padding:0 1rem;display:flex}.nav-inner a{color:var(--color-muted);white-space:nowrap;border-radius:0;padding:.4rem .75rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s}.nav-inner a:hover{color:var(--color-primary);background:#2c3d680f}.nav-inner a.active{color:var(--color-secondary);background:#32767514;font-weight:600}.container{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem 4rem}.hero{text-align:center;padding:4rem 0 1.5rem}.hero .logo{width:72px;height:72px;margin:0 auto 1.5rem;display:block}.hero h1{color:var(--color-primary);letter-spacing:-.03em;margin-bottom:.5rem;font-size:3.2rem;font-weight:800;line-height:1.1}.hero .tagline{color:var(--color-secondary);letter-spacing:.02em;margin-bottom:.5rem;font-size:1.3rem;font-weight:500}.hero .subtitle{color:var(--color-muted);max-width:500px;margin:0 auto;font-size:1rem;line-height:1.6}.splash{width:100%;max-width:500px;height:auto;margin:0 auto;display:block}.page-header{text-align:center;padding:3rem 0 1.5rem}.page-header h1{color:var(--color-primary);letter-spacing:-.02em;margin-bottom:.6rem;font-size:2.4rem;font-weight:800;line-height:1.15}.page-header .page-subtitle{color:var(--color-muted);max-width:520px;margin:0 auto;font-size:1.05rem}.content-section{margin-bottom:var(--spacing);padding:.5rem 0}.content-section:first-of-type{margin-top:.5rem}.content-section h2{color:var(--color-primary);margin-top:.25rem;margin-bottom:.75rem;padding-bottom:.5rem;font-size:1.35rem;font-weight:700;position:relative}.content-section h2:after{content:"";background:var(--color-secondary);border-radius:2px;width:36px;height:3px;position:absolute;bottom:0;left:0}.content-section h3{color:var(--color-primary);margin-top:1.5rem;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}p{margin-bottom:.85rem}p:last-child{margin-bottom:0}strong{color:var(--color-primary)}ul{margin-bottom:.85rem;padding-left:1.5rem}li{color:var(--color-text);margin-bottom:.4rem;line-height:1.6}li::marker{color:var(--color-secondary)}.callout{color:var(--color-secondary);opacity:.7;text-align:center;padding:1rem 0 .25rem;font-size:1.3rem;font-weight:200}hr{border:none;border-top:1px solid var(--color-border);margin:2rem 0}footer{text-align:center;border-top:1px solid var(--color-border);color:var(--color-muted);margin-top:3rem;padding-top:2rem;font-size:.85rem}.cta-row{flex-wrap:wrap;justify-content:center;gap:1rem;margin:2rem 0 .5rem;display:flex}.cta-button{border-radius:0;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s,transform .15s;display:inline-block}.cta-button:hover{transform:translateY(-1px)}.cta-button.primary{background:var(--color-primary);color:#fff}.cta-button.primary:hover{background:#1f2d52}.cta-button.secondary{color:var(--color-secondary);border:2px solid var(--color-secondary);background:0 0}.cta-button.secondary:hover{background:#3276750f}@media (width<=600px){h1{font-size:2.2rem}h2{font-size:1.2rem}.container{padding:1.5rem 1rem 3rem}html{font-size:16px}.hero h1{font-size:2.4rem}.hero{padding:2.5rem 0 1rem}.nav-inner{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0;overflow-x:auto}.nav-inner::-webkit-scrollbar{display:none}.nav-inner a{padding:.35rem .55rem;font-size:.8rem}.page-header h1{font-size:1.8rem}.content-section h2{font-size:1.15rem}}
