body{font-family:'Inter',sans-serif}.fade-in{animation:fadeIn 0.5s ease-in-out}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.slide-down{animation:slideDown 0.3s ease-out}@keyframes slideDown{from{max-height:0;opacity:0}to{max-height:200px;opacity:1}}.apple-panel{background-color:#ffffff;border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,0.1),0 2px 2px rgba(0,0,0,0.06),0 0 2px rgba(0,0,0,0.07);padding:16px;margin-bottom:24px}.apple-stat{display:flex;flex-direction:column;align-items:center;text-align:center;padding:8px}.apple-stat-icon{width:40px;height:40px;border-radius:50%;background-color:#0071e3;color:white;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.apple-stat-number{font-size:24px;font-weight:700;color:#1d1d1f;margin-bottom:2px}.apple-stat-label{font-size:12px;color:#6e6e73}#backToTop{transition:all 0.3s ease}.mobile-floating-apply{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);z-index:45;display:none;background:linear-gradient(135deg,#FF6B35 0%,#F7931E 100%);color:white;padding:14px 32px;border-radius:50px;font-weight:600;font-size:16px;box-shadow:0 6px 20px rgba(255,107,53,0.4);animation:pulse-mobile 2s infinite;text-decoration:none;width:80%}@media (max-width:768px){.mobile-floating-apply{display:inline-flex;align-items:center;justify-content:center}}@keyframes pulse-mobile{0%,100%{box-shadow:0 6px 20px rgba(255,107,53,0.4);transform:translateX(-50%) scale(1)}50%{box-shadow:0 6px 30px rgba(255,107,53,0.6);transform:translateX(-50%) scale(1.05)}}