.radiodoge-hero{color:#151515;background:linear-gradient(135deg,#d3aa00 0%,#ffe42b 100%);border-radius:10px;align-items:center;min-height:50vh;margin:2rem 1rem;padding:3rem 2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #d3aa004d}.radiodoge-hero .hero-globe{z-index:0;border:2px solid #ffe70e;border-radius:50%;width:380px;height:380px;position:absolute;top:50%;left:15%;overflow:hidden;transform:translate(-50%,-50%)}.radiodoge-hero .hero-globe img.hero-globe-img{width:auto;height:100%;animation:20s linear infinite radiodoge-rotation;display:block}@keyframes radiodoge-rotation{0%{transform:translate(0)}to{transform:translate(-273px)}}.radiodoge-hero .hero-satellite{z-index:1;background:#ffe42b;border-radius:50%;width:10px;height:10px;position:absolute;box-shadow:0 0 8px #ffe42b,0 0 16px #ffe42b}.radiodoge-hero .hero-satellite-1{transform-origin:10%;animation:8s linear infinite radiodoge-orbit1;top:50%;left:10%}.radiodoge-hero .hero-satellite-2{transform-origin:10%;animation:10s linear infinite radiodoge-orbit2;top:50%;left:10%}.radiodoge-hero .hero-satellite-3{transform-origin:10%;animation:12s linear infinite radiodoge-orbit3;top:50%;left:10%}.radiodoge-hero .hero-satellite-4{transform-origin:10%;animation:9s linear infinite radiodoge-orbit4;top:50%;left:10%}@keyframes radiodoge-orbit1{0%{transform:rotate(0)translate(70px)rotate(0)}to{transform:rotate(360deg)translate(70px)rotate(-360deg)}}@keyframes radiodoge-orbit2{0%{transform:rotate(90deg)translate(85px)rotate(-90deg)}to{transform:rotate(450deg)translate(85px)rotate(-450deg)}}@keyframes radiodoge-orbit3{0%{transform:rotate(180deg)translate(100px)rotate(-180deg)}to{transform:rotate(540deg)translate(100px)rotate(-540deg)}}@keyframes radiodoge-orbit4{0%{transform:rotate(270deg)translate(80px)rotate(-270deg)}to{transform:rotate(630deg)translate(80px)rotate(-630deg)}}.radiodoge-hero .hero-content{z-index:2;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;max-width:1000px;margin:0 auto;display:flex;position:relative}.radiodoge-hero .hero-text{text-align:left;flex:1;min-width:280px}.radiodoge-hero .hero-title{text-shadow:2px 2px 4px #0003;margin-bottom:.75rem;font-size:3.25rem;font-weight:700}.radiodoge-hero .hero-subtitle{opacity:.95;margin-bottom:1.5rem;font-size:1.4rem;line-height:1.5}.radiodoge-hero .hero-buttons{flex-wrap:wrap;gap:.75rem;display:flex}.radiodoge-hero .hero-buttons a{padding:.6rem 1.5rem;font-size:1.05rem}.radiodoge-hero .hero-buttons .material-icons{width:1.25rem;height:1.25rem;font-size:1.25rem}.radiodoge-hero .hero-image-wrap{flex:1;justify-content:center;align-items:center;min-width:200px;display:flex}.radiodoge-hero .hero-img{object-fit:contain;border-radius:10px;width:auto;max-width:100%;height:auto;min-height:320px;max-height:420px;animation:3s ease-in-out infinite radiodoge-float;transform:rotate(5deg)}@keyframes radiodoge-float{0%,to{transform:rotate(5deg)translateY(0)}50%{transform:rotate(5deg)translateY(-12px)}}@media (max-width:768px){.radiodoge-hero .hero-title{font-size:2.25rem}.radiodoge-hero .hero-subtitle{font-size:1.15rem}.radiodoge-hero .hero-img{min-height:240px;max-height:320px}.radiodoge-hero .hero-globe{width:280px;height:280px}}
