a.loginButton,a.signUp,button{appearance:none;border:0;border-radius:8px;box-sizing:border-box;font-family:Inter var,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-weight:600;padding:.75rem 1.5rem;text-align:center;text-decoration:none;cursor:pointer;user-select:none;-webkit-user-select:none;touch-action:manipulation;width:auto;transition:all .3s ease;font-size:1rem}a.combinedButton button{background-color:#fff;color:#d2772d;border:2px solid #d2772d;outline:2px solid #d2772d}a.combinedButton button:hover{color:#fff;background-color:#d9610c;box-shadow:0 8px 15px rgba(0,0,0,.25);transform:translateY(-2px)}a.combinedButton button:disabled{pointer-events:none}a.combinedButton button:active{box-shadow:none;transform:translateY(0)}@keyframes highlight{0%{background-size:0 100%}to{background-size:100% 100%}}.highlight-effect{display:inline-block;position:relative;background:linear-gradient(90deg,gold 0,orange);background-repeat:no-repeat;background-size:0 100%;color:#8b4513;transition:background-size .5s ease-in-out;animation:highlight 1s forwards}.bg-enhanced{background:linear-gradient(to bottom right,khaki,wheat)}.hero-text-area{padding:2rem}.button-primary{background-color:#20b2aa;color:#fff;padding:1rem 2rem;border-radius:.5rem;transition:background-color .3s ease}.button-primary:hover{background-color:#2e8b57}.button-secondary{background-color:#fff;color:#20b2aa;padding:1rem 2rem;border:2px solid #20b2aa;border-radius:.5rem;transition:background-color .3s ease,color .3s ease}.button-secondary:hover{background-color:#20b2aa;color:#fff}