:root{--accent-color: #f08019;--text-color: #222222;--bg-color: #ffffff;--max-width: 1200px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--bg-color);color:var(--text-color)}body{min-height:100vh}img{max-width:100%;display:block}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 16px}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:999px;border:none;background-color:var(--accent-color);color:#fff;font-weight:600;cursor:pointer;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease}.btn-primary:hover{background-color:#e0700a;transform:translateY(-1px);box-shadow:0 8px 18px #0000001f}.section{padding:4rem 0}.section--light{background-color:#fff}.section--muted{background-color:#f8f8f8}.section__title{font-size:clamp(1.75rem,3vw,2.25rem);margin-bottom:.75rem}.section__subtitle{max-width:640px;color:#555}@media(max-width:768px){.section{padding:3rem 0}}
