.btn{cursor:pointer;border:2px solid #0000;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{color:#fff;background:linear-gradient(135deg,#f94c30 0%,#e03a1a 100%);border:none}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #f94c3066}.btn-secondary{background:var(--color-btn-secondary-bg);color:#fff}.btn-secondary:hover:not(:disabled){background:var(--color-btn-secondary-hover)}.btn-outline{color:#f94c30;background:0 0;border:2px solid #f94c30}.btn-outline:hover:not(:disabled){color:#fff;background:#f94c30}
.page-hero{text-align:center;background:var(--color-hero-bg);padding:4rem 2rem}.page-title{color:var(--color-text);margin:0 0 1rem;font-size:3rem;font-weight:700}.page-subtitle{color:var(--color-text-secondary);max-width:600px;margin:0 auto;font-size:1.25rem}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}
