.animated-underline{position:relative;display:inline-block;padding-bottom:5px}.animated-underline::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#ff6b35,#f7931e);transition:width 0.3s ease-in-out}.animated-underline:hover::after{width:100%}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.hero-gradient-bg{background:linear-gradient(270deg,#1a1a2e,#16213e,#0f3460);background-size:600% 600%;animation:gradientShift 15s ease infinite}.glass-card{background:rgb(255 255 255 / .1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .2);border-radius:15px;box-shadow:0 8px 32px rgb(0 0 0 / .1);transition:all 0.3s ease}.glass-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px rgb(0 0 0 / .2);background:rgb(255 255 255 / .15)}@keyframes countUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.stat-counter{animation:countUp 0.8s ease-out;font-weight:700;color:#ff6b35}.channel-card{position:relative;overflow:hidden;border-radius:10px;transition:all 0.4s cubic-bezier(.175,.885,.32,1.275)}.channel-card::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .2),transparent);transition:left 0.5s ease}.channel-card:hover::before{left:100%}.channel-card:hover{transform:scale(1.05) rotate(1deg);box-shadow:0 10px 30px rgb(255 107 53 / .3)}@keyframes flagWave{0%,100%{transform:rotate(0deg)}25%{transform:rotate(-3deg)}75%{transform:rotate(3deg)}}.country-flag-card{transition:all 0.3s ease;cursor:pointer}.country-flag-card:hover{transform:translateY(-10px)}.country-flag-card:hover img{animation:flagWave 0.6s ease-in-out}@keyframes ctaPulse{0%{box-shadow:0 0 0 0 rgb(255 107 53 / .7)}70%{box-shadow:0 0 0 15px #fff0}100%{box-shadow:0 0 0 0 #fff0}}.cta-pulse{animation:ctaPulse 2s infinite;background:linear-gradient(135deg,#ff6b35,#f7931e);border:none;border-radius:50px;padding:15px 40px;color:#fff;font-weight:600;cursor:pointer;transition:all 0.3s ease}.cta-pulse:hover{transform:scale(1.1);box-shadow:0 5px 20px rgb(255 107 53 / .5)}@keyframes badgeShine{0%{background-position:-100% 0}100%{background-position:200% 0}}.premium-badge{background:linear-gradient(90deg,#ffd700,#ffed4e,#ffd700);background-size:200% 100%;animation:badgeShine 3s linear infinite;padding:5px 15px;border-radius:20px;font-weight:700;color:#000;text-transform:uppercase;font-size:12px}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-scroll{opacity:0;animation:fadeInUp 0.8s ease forwards}.fade-in-scroll.delay-1{animation-delay:0.2s}.fade-in-scroll.delay-2{animation-delay:0.4s}.fade-in-scroll.delay-3{animation-delay:0.6s}@keyframes checkDraw{0%{stroke-dashoffset:100}100%{stroke-dashoffset:0}}.check-animated{stroke-dasharray:100;stroke-dashoffset:100;animation:checkDraw 0.5s ease-in-out forwards}.sticky-stats-bar{position:sticky;top:0;background:rgb(26 26 46 / .95);backdrop-filter:blur(10px);z-index:100;padding:15px 0;transition:all 0.3s ease}.sticky-stats-bar.scrolled{box-shadow:0 5px 20px rgb(0 0 0 / .3)}@keyframes iconBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.icon-bounce{display:inline-block;animation:iconBounce 2s ease-in-out infinite}.feature-icon-card{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:15px;padding:30px;color:#fff;transition:all 0.3s ease;position:relative;overflow:hidden}.feature-icon-card::before{content:'';position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgb(255 255 255 / .1) 0%,transparent 70%);transform:scale(0);transition:transform 0.5s ease}.feature-icon-card:hover::before{transform:scale(1)}.feature-icon-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 15px 40px rgb(102 126 234 / .4)}@media (max-width:768px){.channel-card:hover{transform:scale(1.03)}.cta-pulse{padding:12px 30px}.glass-card{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}}@media (max-width:480px){.hero-gradient-bg{background-size:400% 400%}.feature-icon-card{padding:20px}.animated-underline::after{height:1px}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.loading-spinner{border:3px solid rgb(255 255 255 / .3);border-top:3px solid #ff6b35;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}html{scroll-behavior:smooth}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}}