*{margin:0;padding:0;box-sizing:border-box}:root{--primary:#1a472a;--accent:#d4a574;--light:#f5f3f0;--dark:#2a2a2a;--border:#e0ddd8;--success:#5a9f7c}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.6;color:var(--dark);background:var(--light)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem;color:var(--primary)}h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.75rem}p{margin-bottom:1rem}a{color:var(--primary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--accent)}.btn,button{padding:.75rem 1.5rem;background:var(--primary);color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background .3s ease}.btn:hover,button:hover{background:var(--accent);color:var(--primary)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0;border-bottom:1px solid var(--border)}.section:last-child{border-bottom:none}