.coach-registration-banner{position:relative;height:280px;overflow:hidden;box-shadow:0 5px 25px rgb(0 0 0 / .2);background:#000;margin:0}.coach-registration-banner .banner-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;transition:all 0.5s ease;animation:kenBurns 20s ease-in-out infinite}@keyframes kenBurns{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}.coach-registration-banner .banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgb(8 172 242 / .75) 0%,rgb(0 102 204 / .7) 100%);backdrop-filter:blur(2px)}.coach-registration-banner .pattern-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 20% 50%,rgb(255 255 255 / .1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgb(255 255 255 / .08) 0%,transparent 50%);animation:patternMove 15s ease-in-out infinite}@keyframes patternMove{0%,100%{transform:translate(0,0)}50%{transform:translate(20px,-20px)}}.coach-registration-banner .banner-content-wrapper{position:relative;z-index:10;max-width:1200px;margin:0 auto;padding:45px 60px;display:flex;justify-content:space-between;align-items:center;height:100%}.coach-registration-banner .banner-text-section{flex:1;color:#fff}.coach-registration-banner .banner-icon{font-size:50px;margin-bottom:12px;display:inline-block;animation:bounce 2s infinite}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}.coach-registration-banner .banner-title{font-size:38px;font-weight:800;line-height:1.2;margin:0 0 12px 0;text-shadow:2px 2px 8px rgb(0 0 0 / .3);color:#fff}.coach-registration-banner .banner-subtitle{font-size:17px;line-height:1.5;margin:0 0 25px 0;opacity:.95;text-shadow:1px 1px 3px rgb(0 0 0 / .2)}.coach-registration-banner .banner-features{display:flex;gap:20px;margin-bottom:25px;flex-wrap:wrap}.coach-registration-banner .feature-item{display:flex;align-items:center;gap:8px;font-size:15px;padding:8px 18px;background:rgb(255 255 255 / .2);border-radius:50px;backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .3);animation:slideInUp 0.6s ease-out backwards}.coach-registration-banner .feature-item:nth-child(1){animation-delay:0.2s}.coach-registration-banner .feature-item:nth-child(2){animation-delay:0.3s}.coach-registration-banner .feature-item:nth-child(3){animation-delay:0.4s}@keyframes slideInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.coach-registration-banner .feature-item::before{content:"✓";width:20px;height:20px;background:#fff;color:#08ACF2;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;flex-shrink:0}.coach-registration-banner .banner-cta-section{display:flex;flex-direction:column;align-items:center;gap:15px}.coach-registration-banner .banner-cta-button{display:inline-flex;align-items:center;gap:10px;background:#fff;color:#08ACF2;padding:18px 40px;border-radius:50px;font-size:18px;font-weight:700;text-decoration:none;box-shadow:0 8px 25px rgb(0 0 0 / .3);transition:all 0.3s ease;animation:pulse 2.5s infinite;white-space:nowrap}@keyframes pulse{0%,100%{transform:scale(1);box-shadow:0 8px 25px rgb(0 0 0 / .3)}50%{transform:scale(1.05);box-shadow:0 12px 35px rgb(0 0 0 / .4)}}.coach-registration-banner .banner-cta-button:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 15px 40px rgb(0 0 0 / .4);animation:none;color:#08ACF2}.coach-registration-banner .banner-cta-button::after{content:"→";font-size:22px;transition:transform 0.3s ease}.coach-registration-banner .banner-cta-button:hover::after{transform:translateX(5px)}.coach-registration-banner .banner-stats-badge{background:#fff;padding:15px 25px;border-radius:12px;box-shadow:0 8px 20px rgb(0 0 0 / .3);text-align:center;animation:popIn 0.6s ease-out 0.8s backwards}@keyframes popIn{0%{transform:scale(0);opacity:0}60%{transform:scale(1.15)}100%{transform:scale(1);opacity:1}}.coach-registration-banner .banner-stats-badge h3{color:#08ACF2;font-size:32px;font-weight:800;margin:0 0 3px 0;line-height:1}.coach-registration-banner .banner-stats-badge p{color:#666;font-size:13px;font-weight:600;margin:0}.coach-registration-banner[dir="rtl"] .banner-content-wrapper{direction:rtl}.coach-registration-banner[dir="rtl"] .banner-cta-button::after{content:"←"}.coach-registration-banner[dir="rtl"] .banner-cta-button:hover::after{transform:translateX(-5px)}.coach-registration-banner[dir="rtl"] .banner-features{direction:rtl}@media (max-width:968px){.coach-registration-banner{height:auto;min-height:300px}.coach-registration-banner .banner-content-wrapper{flex-direction:column;padding:30px 25px;gap:25px;text-align:center}.coach-registration-banner .banner-title{font-size:28px}.coach-registration-banner .banner-subtitle{font-size:15px}.coach-registration-banner .banner-features{flex-direction:column;width:100%}.coach-registration-banner .feature-item{justify-content:center}.coach-registration-banner .banner-cta-section{width:100%}.coach-registration-banner .banner-cta-button{width:100%;justify-content:center}}@media (max-width:768px){.coach-registration-banner .banner-content-wrapper{padding:25px 20px}.coach-registration-banner .banner-title{font-size:24px}.coach-registration-banner .banner-subtitle{font-size:14px}.coach-registration-banner .banner-icon{font-size:40px}}@media print{.coach-registration-banner{display:none}}