.ao a{
    font-size: 22px;
    font-weight:500;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(99, 13, 107);
    text-decoration:none;
    margin-right: 20px;
}
.progress {
    width: 100%;
    height: 8px;
    background: #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    position: fixed;
    top:0;
    left:0;
    right:9px;
    z-index: 9999;
}

#progress-bar {
    width: 0%;
    height: 100%;
    background: #490eaf;
    border-radius: 10px;
    transition: width 0.3s ease;
}
.ao a:hover{
    background-color: rgb(143, 36, 137);
    color:#edeff3;
}
.ao ul{
    margin-left: auto;
    display: flex;
    list-style: none;
}
.ao li{
    font-weight:1000;
}
.o{
    display:flex;
    align-items: center;
    gap: 2px;
}
.o span img{
 vertical-align: middle;
}
.ao span{
    font-size: 35px;
    font-style: italic;
    color: rgb(230, 37, 149);
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight:800 !important;
}
.ao{
    display: flex;
    align-items: center;
    border-radius: 5px;
    background:white;
}
.zo h1,.zo p{
    margin: 6px 0;
}
.bo{
    color: rgb(131, 16, 131);
    font-family:Arial, Helvetica, sans-serif;
    font-size:40px;
    font-style: italic;
    text-align: center;
    font-weight: 700;
}
.co{
    color: rgb(230, 37, 149);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 45px;
    font-style: italic;
    text-align: center;
    font-weight:850;
}
.why-us{
    margin: 0 auto;
    text-align: center;
    text-decoration: underline;
    text-decoration-color:  rgb(230, 37, 149);
    text-decoration-thickness: 3px;
    font-weight: 700;
    font-size:45px;
    margin-bottom: 10px;
}
.f{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.f a{
    border-radius: 10px;
    padding:14px 28px;
    width: fit-content;
    background:rgb(148, 4, 129);
    text-align: center;
    text-decoration: none;
    color: #edeff3;
    font-size:23px;
    font-weight:600;
}
.zo p{
    color:rgb(10, 10, 10);
    font-size: 19px;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.yo {
    display: flex;
    gap: 16px;
    align-items: stretch;
}

.xo {
    width: 100%;
    text-align: center;
    padding: 14px 16px;
    color: #222;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(106, 31, 181, 0.16);
    border-radius: 10px;
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    transition: 0.3s ease;
    box-shadow: 0 4px 15px rgba(70, 5, 139, 0.08);
}

.xo i {
    color: #6a1fb5;
    font-size: 17px;
    margin-bottom: 7px;
    transition: 0.3s ease;
}

.xo h3 {
    font-size: 16px !important;
    font-weight: 700;
    color: #46105f;
    margin: 4px 0 7px;
    line-height: 1.3;
}

.xo p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #555;
}

.xo:hover {
    transform: translateY(-4px);
    border-color: rgba(168, 85, 247, 0.45);
    box-shadow: 0 10px 25px rgba(106, 31, 181, 0.14);
}

.xo:hover i {
    transform: scale(1.08);
}
.lo{
    width: 50px !important;
    height: 24px !important;
    margin-top: 5px;
}
body{
    background-color: rgb(248, 248, 250);
}
#channel h1{
    color: #fff;
font-weight: 700;
font-size: 27px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.25;
background: linear-gradient(135deg, #6f1d8f, #8b2bb2);
border: 1px solid rgba(168, 85, 247, 0.35);
border-radius: 7px;
padding: 5px 14px;
width: fit-content;
margin: 0 auto 12px;
box-shadow: 0 4px 14px rgba(111, 29, 143, 0.15);
}
#channel h3{
    color: rgb(131, 30, 101);
    text-align: center;
    font-size: 19px;
    font-family: Arial, Helvetica, sans-serif;
}
.no{
    box-sizing: border-box;
    width:340px;
    max-width: 300px;
    padding: 20px;
    align-items: center;
    border-radius: 14px;
    background-color: white;
    justify-content: center;
    transition: transform 0.3 ease;
    box-shadow: 0 5px 9px #cbb8e8;
}
.no:hover{
    transform:translateY(-6px);
    box-shadow: 0 18px 20px #cbb8e8;
}
.no h2{
    text-align:center !important;
    border: none !important;
    font-size:24px !important;
    font-weight: 700 !important;
    color:#621864 !important;
    margin: 0 0 12px !important;
    border-radius: 4px !important;
    background: none;
}
.no h3{
  margin:0 0 22px !important;
  font-weight: 700 !important;
  font-size: 30px !important;
  color:#621864 !important;
  background: none;
  border: none;
}
.no ul{
    padding-left: 22px;
    margin: 0 0 25px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.no li{
    margin-bottom: 12px;
    font-size: 17px;
    color: #334155;
    list-style:circle;
}
.no a{
   display: block;
   padding: 13px 20px;
   border:5px solid #621864;
   color:#621864;
   text-align: center;
   text-decoration: none;
   font-size: 22px;
   font-weight: 600;
   border-radius: 8px;
   transition: all 0.3s ease;
}
.purchase-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.popup-box {
    width: 90%;
    max-width: 380px;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

.popup-box h2 {
    margin: 0 0 10px;
}

.popup-box p {
    margin: 0 0 20px;
}

.close-popup {
    position: absolute;
    top: 8px;
    right: 12px;
    border: none;
    background: transparent;
    font-size: 28px;
    cursor: pointer;
}

.purchase-option {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 13px;
    margin: 12px 0;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
}

.purchase-option i {
    margin-right: 10px;
    font-size: 20px;
}

.purchase-whatsapp {
    background: #25D366;
    color: white;
}

.purchase-telegram {
    background: #229ED9;
    color: white;
}

.purchase-kakao {
    background: #FEE500;
    color: #000;
}
.wo{
    height:1px;
    background-color: #423942;
    opacity:0.5;
    margin-bottom:8px;
}
.x{
    height:1px;
    background-color: rgb(66, 56, 65);
    opacity:0.5;
    margin-bottom: 8px;
}
.go{
    width: 300px;
    max-width: 300px;
    border-radius: 14px;
    padding: 20px;
    transition: transform 0.3s ease;
    font-family: Arial, sans-serif;
    background-color:#ffffff;
    box-shadow: 0 5px 9px #e8b8e6;
}
.go:hover{
    transform:translateY(-6px);
    box-shadow: 0 18px 20px #cbb8e8;
}
.go h2{
    text-align: center !important;
    border: none !important;
    font-size:24px !important;
    font-weight: 700 !important;
    color:rgb(212, 31, 182) !important;
    margin: 0 0 12px !important;
    border-radius: 4px!important;
}
.go h3{
  margin:0 0 22px !important;
  font-weight: 700 !important;
  font-size: 30px !important;
  color:rgb(212, 31, 182) !important;
}
.go ul{
    padding-left: 22px;
    margin: 0 0 25px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.go li{
    margin-bottom: 12px;
    font-size: 17px;
    list-style:circle;
}
.go a{
   display: block;
   padding: 13px 20px;
   border:5px solid rgb(212, 31, 182);
   color:rgb(212, 31, 182);
   text-align: center;
   text-decoration: none;
   font-size: 21px;
   font-weight: 600;
   border-radius: 8px;
   transition: all 0.3 ease;
}
.jo{
    width: 100%;
    max-width: 1150px;
    margin: 30px auto;
    
    display: flex;
    justify-content: center;
    align-items: stretch;
    
    gap: 50px;
    padding: 0 20px;
    box-sizing: border-box;
}
#non h1{
    color: #fff;
font-weight: 700;
font-size: 27px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.25;
background: linear-gradient(135deg, #6f1d8f, #8b2bb2);
border: 1px solid rgba(168, 85, 247, 0.35);
border-radius: 7px;
padding: 5px 14px;
width: fit-content;
margin: 0 auto 12px;
box-shadow: 0 4px 14px rgba(111, 29, 143, 0.15);
}
#non h3{
    color: rgb(131, 30, 101);
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
}
#subscribers h1{
    color: #fff;
font-weight: 700;
font-size: 27px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.25;
background: linear-gradient(135deg, #6f1d8f, #8b2bb2);
border: 1px solid rgba(168, 85, 247, 0.35);
border-radius: 7px;
padding: 5px 14px;
width: fit-content;
margin: 0 auto 12px;
box-shadow: 0 4px 14px rgba(111, 29, 143, 0.15);
}
#subscribers h3{
    color: rgb(131, 30, 101);
    text-align: center;
    font-size: 19px;
    font-family: Arial, Helvetica, sans-serif;
}
#watch-time h1{
    color: #fff;
font-weight: 700;
font-size: 27px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.25;
background: linear-gradient(135deg, #6f1d8f, #8b2bb2);
border: 1px solid rgba(168, 85, 247, 0.35);
border-radius: 7px;
padding: 5px 14px;
width: fit-content;
margin: 0 auto 12px;
box-shadow: 0 4px 14px rgba(111, 29, 143, 0.15);
}
#watch-time h3{
    color: rgb(131, 30, 101);
    text-align: center;
    font-size: 19px;
    font-family: Arial, Helvetica, sans-serif;
}
.faq-section {
    max-width: 900px;
    margin: 110px auto;
    padding: 20px;
}

.faq-heading {
    text-align: center;
    margin-bottom: 45px;
}

.faq-heading span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #a855f7;
    margin-bottom: 8px;
}

.faq-heading h2 {
    font-size: 40px;
    line-height: 1.2;
    margin: 8px auto 15px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-decoration: underline;
    text-decoration-color: #e62595;
    text-decoration-thickness: 3px;
    text-underline-offset: 8px;
}

.faq-heading p {
    max-width: 650px;
    margin: auto;
    font-size: 15px;
    line-height: 1.7;
    opacity: .65;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-item {
    border: 1px solid rgba(168, 85, 247, .25);
    border-radius: 16px;
    background: rgba(168, 85, 247, .035);
    overflow: hidden;
    transition: all .3s ease;
}

.faq-item:hover {
    border-color: rgba(168, 85, 247, .65);
    box-shadow: 0 10px 30px rgba(168, 85, 247, .12);
    transform: translateY(-2px);
}

.faq-question {
    width: 100%;
    min-height: 68px;
    padding: 20px 22px;
    background: transparent;
    color: inherit;
    border: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
}

.faq-question span {
    flex: 1;
}

.faq-question b {
    min-width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(168, 85, 247, .1);
    color: #a855f7;
    font-size: 22px;
    font-weight: 400;
    transition: transform .3s ease, background .3s ease;
}

.faq-question:hover b {
    background: rgba(168, 85, 247, .18);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}

.faq-answer p {
    margin: 0;
    padding: 0 22px 22px;
    font-size: 15px;
    line-height: 1.8;
    opacity: .7;
}

.faq-item.active .faq-question {
    border-bottom: 1px solid rgba(168, 85, 247, .12);
}

.faq-item.active .faq-question b {
    transform: rotate(180deg);
    background: rgba(168, 85, 247, .18);
}

@media (max-width: 768px) {
    .faq-section {
        margin: 70px auto;
        padding: 15px;
    }

    .faq-heading h2 {
        font-size: 30px;
    }

    .faq-heading p {
        font-size: 14px;
    }

    .faq-question {
        padding: 17px;
        font-size: 15px;
    }

    .faq-answer p {
        padding: 0 17px 18px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .faq-heading h2 {
        font-size: 26px;
    }

    .faq-heading span {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .faq-question {
        min-height: 62px;
        padding: 15px;
    }

    .faq-question b {
        min-width: 30px;
        height: 30px;
        font-size: 19px;
    }
}
.ho{
    background: rgb(36, 4, 31);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    gap:20px;
    flex-wrap: wrap;
}
.ho h1{
    color: #edeff3 !important;
    text-align: center !important;
    font-weight:1000;
    font-size:55px;
}
.ho h3{
    color:#fcf3fb;
    margin: 0;
}
.vo{
    border-bottom: 1px solid #263246;
}
.qo h2{
  color:#fff;
  font-size: 32px;
  margin-bottom: 10px;
}
.qo h3{
    color:#eef0f3;
    text-align: justify;
    display: block;
    white-space: normal;
    font-family: Arial, Helvetica, sans-serif;
    word-spacing: 1px;
    line-height: 1.7;
}
 .vo,
 .qo{
position: relative;
border-left:2px solid #d861ce;
margin-left: 35px;
padding: 10px 0 10px 18px;
box-sizing: border-box;
flex-basis: 100%;
}
 .vo h1,
 .qo h2,
 .qo h3{
    margin-left: 0;
    padding-left: 0;
    text-align: left;
    display: block;
}
section:has(.d){
    background: linear-gradient(132deg,#2b0a4e,#4a1a7a,#6a1fb5);
    padding: 50px 60px 20px;
    color:#eee;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.d{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:40px;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 25px;
}
.d h2{
    font-size: 17px;
    margin-bottom: 18px;
    color:#fff;
}
.a{
    flex: 1.5;
    min-width: 250px;
}
.a i{
    background: #fff;
    color: #6a1fb5;
    border-radius: 50%;
    padding: 8px;
    font-size: 14px;
    margin-right: 10px;
}
.a p{
    font-size: 15px;
    line-height: 1.6;
    color: #e7e1f1;
}
.b,.c{
  flex: 1;
  min-width: 180px;
}
.b ul,.c ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.b ul li,.c ul li{
    margin-bottom: 10px;
    color:#d8cbee;
    font-size: 14px;
}
.b ul li a{
    color:#d8cbee;
    text-decoration: none;
    transition: 0.3s;
}
.b ul  li a:hover{
    color:#fff;
    padding-left: 4px;
}
footer{
    text-align: center;
    padding: 18px 0;
    margin-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.15);
    font-size: 13px;
    color:#cbb8e8;
}.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    max-width: 1100px;
    margin: 50px auto;
}

.stat-box {
    position: relative;
    background: #ffffff;
    padding: 32px 20px;
    text-align: center;
    border: 1px solid #eeeaf7;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(80, 55, 130, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #7c3aed, #fa8bde, #c4b5fd);
}

.stat-box::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    right: -35px;
    bottom: -35px;
    background: #f3efff;
    border-radius: 50%;
}

.stat-box:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 40px rgba(80, 55, 130, 0.14);
}

.stat-box h2 {
    position: relative;
    z-index: 1;
    margin: 0 0 8px;
    font-size: 34px;
    font-weight: 800;
    color: #6d28d9;
}

.stat-box p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin: 35px 15px;
    }

    .stat-box {
        padding: 25px 12px;
    }

    .stat-box h2 {
        font-size: 27px;
    }
}
@media (max-width: 1200px) {

    .ao {
        flex-wrap: wrap;
        padding: 10px 18px;
        gap: 8px;
    }

    .ao ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px 8px;
        margin-left: auto;
    }

    .ao a {
        font-size: 19px;
        margin-right: 8px;
    }

    .o {
        flex-shrink: 0;
    }

    .jo {
        max-width: 960px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .co,
    .bo {
        font-size: 40px;
    }

    #channel h1,
    #non h1,
    #subscribers h1,
    #watch-time h1 {
        font-size: 30px;
        line-height: 1.1;
    }
}

@media (max-width: 900px) {

    .ao {
        padding: 10px 15px;
    }

    .ao ul {
        width: 100%;
        justify-content: center;
        margin-left: 0;
        flex-wrap: wrap;
        gap: 4px 8px;
    }

    .ao a {
        font-size: 17px;
        margin-right: 4px;
    }

    .jo {
        max-width: 650px;
        gap: 25px;
    }

    .co,
    .bo {
        font-size: 36px;
    }

    #channel h1,
    #non h1,
    #subscribers h1,
    #watch-time h1 {
        font-size: 40px;
        line-height: 1.15;
    }

    #channel h3,
    #non h3,
    #subscribers h3,
    #watch-time h3 {
        font-size: 18px;
        line-height: 1.5;
    }

    .ho {
        padding: 35px 6%;
    }

    .ho h1 {
        font-size: 46px;
    }

    .qo h2 {
        font-size: 28px;
    }

    .qo h3 {
        font-size: 17px;
        line-height: 1.6;
    }
}

@media (max-width: 650px) {

    .ao {
        padding: 8px 12px;
        gap: 8px;
    }

    .o {
        width: 100%;
        justify-content: center;
    }

    .ao span {
        font-size: 28px;
    }

    .ao ul {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 4px 7px;
        margin: 0;
    }

    .ao a {
        font-size: 15px;
        margin-right: 0;
        padding: 3px 2px;
    }

    .co,
    .bo {
        font-size: 30px;
        line-height: 1.25;
    }

    .zo p {
        font-size: 16px;
        line-height: 1.5;
    }

    .yo {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

    .xo {
        width: calc(50% - 6px);
        max-width: none;
    }

    .xo h3 {
        font-size: 19px !important;
    }

    .xo p {
        font-size: 14px;
    }

    #channel h1,
    #non h1,
    #subscribers h1,
    #watch-time h1 {
        font-size: 30px;
        line-height: 1.2;
        padding: 2px;
    }

    #channel h3,
    #non h3,
    #subscribers h3,
    #watch-time h3 {
        line-height: 1.5;
    }

    .jo {
        width: 100%;
        padding: 0 15px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .no,
    .go {
        width: 100%;
        max-width: 400px;
    }

    .no h2,
    .go h2 {
        font-size: 21px;
        line-height: 1.35;
    }

    .no li,
    .go li {
        font-size: 16px;
        line-height: 1.45;
    }

    .no h3,
    .go h3 {
        font-size: 34px;
    }
    .faq-section{
        margin: 60px aauto;
        padding: 15px;
    }
    .faq-heading h2{
        font-size: 27px;
    }
    .faq-question{
        font-size: 14px;
        padding: 17px;
    }
    .ho {
        padding: 30px 18px;
    }

    .ho h1 {
        font-size: 38px;
        line-height: 1.2;
    }

    .vo,
    .qo {
        margin-left: 0;
        padding-left: 14px;
    }

    .qo h2 {
        font-size: 25px;
        line-height: 1.3;
    }

    .qo h3 {
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
        overflow-wrap: anywhere;
    }

    .d {
        padding-left: 20px;
        padding-right: 20px;
    }

    .a,
    .b,
    .c {
        min-width: 0;
        flex: 1 1 100%;
    }
}

@media (max-width: 420px) {

    .ao {
        padding: 8px 8px;
    }

    .ao span {
        font-size: 24px;
    }

    .ao ul {
        gap: 4px 5px;
    }

    .ao a {
        font-size: 13px;
    }

    .co,
    .bo {
        font-size: 26px;
    }

    .yo {
        gap: 10px;
    }

    .xo {
        width: 100%;
    }
   .why-us{
    font-size: 28px;
   }
    .jo {
        padding: 0 12px;
    }

    .no,
    .go {
        padding: 16px;
    }

    .no h2,
    .go h2 {
        font-size: 20px;
    }

    .no li,
    .go li {
        font-size: 15px;
    }

    .no a,
    .go a {
        font-size: 19px;
    }

    .ho {
        padding: 25px 14px;
    }

    .ho h1 {
        font-size: 32px;
    }

    .qo {
        padding-left: 12px;
    }

    .qo h2 {
        font-size: 22px;
    }

    .qo h3 {
        font-size: 15px;
    }
}
.whatsapp{
    position: fixed;
    right: 20px;
    bottom:20px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 38px;
    z-index: 9999;
    color: green;
}