@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap";
:root{--brand:#133b68;--accent:#d4953a;--bg:#f8f5f1;--headerBg:#fdf4e9;--text:#1e1e1e;--muted:#555;--white:#fff;--radius:10px;--max-width:1100px;--shadow:0 4px 16px rgba(0,0,0,.05);font-size:16px}*{box-sizing:border-box;margin:0;padding:0}html,body{margin:0;padding:0}body{background:var(--bg);line-height:1.4}main,section:first-of-type{margin-top:0;padding-top:40px}h1:first-child,h2:first-child{margin-top:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:Inter,sans-serif;font-weight:400;line-height:1.7}h1,h2,h3,h4{color:var(--brand);margin-bottom:.6em;font-family:Cormorant Garamond,serif;line-height:1.25}h1{font-size:2.4rem;font-weight:600}h2{font-size:1.8rem;font-weight:600}h3{font-size:1.2rem;font-weight:500}p{color:var(--muted);margin-bottom:1em;font-size:1.05rem;font-weight:400;line-height:1.7}a{color:var(--brand);text-decoration:none;transition:color .2s}a:hover{color:var(--accent)}.btn{background:var(--accent);color:var(--white);cursor:pointer;border-radius:6px;padding:12px 22px;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;transition:background .3s,opacity .3s;display:inline-block}.btn:hover{opacity:.9}main{max-width:var(--max-width);margin:0 auto;padding:60px 20px 100px}section{margin-top:60px}@media (max-width:768px){h1{font-size:1.8rem}h2{font-size:1.4rem}main{padding:40px 16px 80px}}
