.btn-animate{transition: all 0.3s ease}.btn-animate:hover{transform: translateY(-2px);box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)}.hero-slider{position: relative;height: 600px;overflow: hidden}.slide{position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;transition: opacity 1s ease-in-out;background-size: cover;background-position: center}.slide.active{opacity: 1}.slide-overlay{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));display: flex;align-items: center}.slider-dots{position: absolute;bottom: 20px;left: 0;right: 0;display: flex;justify-content: center;z-index: 10}.dot{width: 12px;height: 12px;border-radius: 50%;margin: 0 5px;background-color: rgba(255, 255, 255, 0.5);cursor: pointer;transition: background-color 0.3s ease}.dot.active{background-color: #ffffff}.slider-arrow{position: absolute;top: 50%;transform: translateY(-50%);width: 50px;height: 50px;background-color: rgba(255, 255, 255, 0.3);border-radius: 50%;display: flex;align-items: center;justify-content: center;cursor: pointer;z-index: 10;transition: background-color 0.3s ease}.slider-arrow:hover{background-color: rgba(255, 255, 255, 0.5)}.slider-arrow.prev{left: 20px}.slider-arrow.next{right: 20px}.slider-progress{width: 100px;height: 4px;background-color: rgba(255, 255, 255, 0.3);border-radius: 2px;margin: 0 auto;overflow: hidden}.slider-progress-bar{height: 100%;background-color: #ff6b35;width: 0%;transition: width 5s linear}.hero-loading{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);text-align: center;color: #ffffff;z-index: 100}.loading-spinner{width: 40px;height: 40px;border: 4px solid rgba(255, 255, 255, 0.3);border-left-color: #ff6b35;border-radius: 50%;animation: spin 1s linear infinite;margin: 0 auto 1rem}@keyframes spin{to{transform: rotate(360deg)}}@media (prefers-reduced-motion: reduce){.slide{transition: opacity 0.3s ease !important}.hero-title, .hero-subtitle, .hero-buttons{transition: none !important}.loading-spinner{animation: none !important}}@media (prefers-contrast: high){.dot{border: 2px solid #ffffff}.dot.active{background-color: #ffffff;border-color: #000000}}.sr-only{position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0, 0, 0, 0);white-space: nowrap;border: 0}.slider-arrow:focus, .dot:focus, .hero-btn:focus{outline: 3px solid #ff6b35;outline-offset: 2px;box-shadow: 0 0 0 6px rgba(255, 107, 53, 0.2)}@media (prefers-contrast: high){.slider-arrow:focus, .dot:focus, .hero-btn:focus{outline: 3px solid #ffffff;outline-offset: 2px;box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.5)}}@media (prefers-reduced-motion: reduce){.slide{transition: opacity 0.1s ease !important}.hero-title, .hero-subtitle, .hero-buttons{transition: none !important;animation: none !important}}