.apollo-iptv-started-section{
  position:relative;
  overflow:hidden;
  padding:40px 0;
  width:100%;
  background:#1da3ff;
}

.apollo-iptv-started-container{
  width:100%;
  max-width:100%;
  margin:0;
  padding:0 16px;
  box-sizing:border-box;
}

.apollo-iptv-started-wrap{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  width:100%;
}

.apollo-iptv-started-content{
  flex:1 1 auto;
  width:100%;
  text-align:center;
}

.apollo-iptv-started-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 14px;
  margin:0 0 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.65);
  background:rgba(255,255,255,.10);
  color:#ffffff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.apollo-iptv-started-title{
  margin:0 0 14px;
  color:#ffffff;
  font-size:30px;
  font-weight:900;
  line-height:1.08;
  letter-spacing:-.03em;
}

.apollo-iptv-started-text{
  max-width:760px;
  margin:0 auto;
  color:rgba(255,255,255,.86);
  font-size:14px;
  line-height:1.85;
}

.apollo-iptv-started-actions{
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
  flex-shrink:0;
}

.apollo-iptv-started-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:224px;
  min-height:44px;
  padding:0 22px;
  border-radius:999px;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
  font-weight:800;
  transition:transform .3s ease, box-shadow .3s ease, background .3s ease, color .3s ease, border-color .3s ease, filter .3s ease;
  box-sizing:border-box;
}

.apollo-iptv-started-btn-primary{
  background:#ffffff;
  color:#1da3ff !important;
  border:2px solid #ffffff;
  box-shadow:0 12px 28px rgba(255,255,255,.18);
}

.apollo-iptv-started-btn-primary:hover{
  transform:translateY(-2px);
  filter:brightness(1.05);
  box-shadow:0 16px 34px rgba(255,255,255,.26);
  color:#1da3ff !important;
}

.apollo-iptv-started-btn-outline{
  border:2px solid #ffffff;
  color:#ffffff !important;
  background:transparent;
}

.apollo-iptv-started-btn-outline:hover{
  transform:translateY(-2px);
  background:rgba(29, 163, 255, .18);
  color:#ffffff !important;
  border-color:#ffffff;
}

.apollo-iptv-started-btn-primary:focus,
.apollo-iptv-started-btn-primary:active{
  color:#1da3ff !important;
}

.apollo-iptv-started-btn-outline:focus,
.apollo-iptv-started-btn-outline:active{
  color:#ffffff !important;
}

@media (min-width:640px){
  .apollo-iptv-started-section{
    padding:48px 0;
  }

  .apollo-iptv-started-container{
    padding:0 24px;
  }

  .apollo-iptv-started-title{
    font-size:38px;
  }

  .apollo-iptv-started-text{
    font-size:16px;
  }

  .apollo-iptv-started-btn{
    min-height:50px;
    font-size:14px;
  }
}

@media (min-width:768px){
  .apollo-iptv-started-wrap{
    flex-direction:row;
    align-items:center;
    gap:32px;
  }

  .apollo-iptv-started-content{
    text-align:left;
  }

  .apollo-iptv-started-text{
    margin:0;
  }

  .apollo-iptv-started-actions{
    width:auto;
    align-items:flex-end;
  }

  .apollo-iptv-started-title{
    font-size:44px;
  }
}

@media (min-width:1024px){
  .apollo-iptv-started-section{
    padding:64px 0;
  }

  .apollo-iptv-started-title{
    font-size:52px;
  }
}
