*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial,sans-serif;
}

body{
background:#fff;
}

.header{
    background:#0A0A1A;
    width:100%;
    position:relative;
}

.container{
    max-width:1250px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:18px 20px;
    position:relative;
}

.logo img{
height:55px;
display:block;
}

.navbar{
display:flex;
align-items:center;
gap:28px;
}

.navbar a,
.dropbtn{
color:#fff;
text-decoration:none;
background:none;
border:none;
font-size:15px;
cursor:pointer;
font-weight:600;
}

.dropdown{
position:relative;
}

.dropdown-content{
position:absolute;
top:120%;
left:0;
background:#fff;
width:240px;
display:none;
border-radius:10px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.15);
z-index:999;
}

.dropdown-content a{
display:block;
padding:14px 18px;
color:#222;
font-size:15px;
border-bottom:1px solid #eee;
text-decoration:none;
}

.dropdown-content a:hover{
background:#80B3FF;
color:#fff;
}

.dropdown:hover .dropdown-content{
display:block;
}

.buttons{
display:flex;
gap:15px;
}

.login-btn{
background:#35d96d;
color:#000;
padding:14px 30px;
border-radius:12px;
font-weight:700;
text-decoration:none;
}

.register-btn{
background:#d91d17;
color:#fff;
padding:14px 30px;
border-radius:12px;
font-weight:700;
text-decoration:none;
}

.menu-toggle{
display:none;
font-size:32px;
color:#fff;
cursor:pointer;
}

@media (min-width:993px){
    .dropdown:hover .dropdown-content{
        display:block;
    }
}

@media (max-width:992px){

.menu-toggle{
    display:block;
}

.buttons{
    display:none;
}

.navbar{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:#09091b;
    flex-direction:column;
    gap:0;
    padding:15px 0;
    z-index:9999;
}

.navbar.active{
    display:flex;
}

.navbar a,
.dropbtn{
    width:100%;
    padding:15px 20px;
    text-align:left;
}

.dropdown{
    width:100%;
}

.dropdown-content{
    display:none;
    position:static;
    width:100%;
    background:#15152a;
    box-shadow:none;
    border-radius:0;
}

.dropdown.active .dropdown-content{
    display:block;
}

.dropdown-content a{
    color:#fff;
    padding:12px 35px;
}

}

.tg-hero{
    position:relative;
    display:flex;
    align-items:center;
    min-height:620px;
    padding:80px 20px;
    overflow:hidden;
    background:
    linear-gradient(rgba(32,37,77,.88),rgba(32,37,77,.88)),
    url("../img/img.png") center center/cover no-repeat;
}

.tg-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at top right,rgba(128, 179, 255, 0.11),transparent 35%),
    radial-gradient(circle at bottom left,rgba(128,179,255,.12),transparent 40%);
}

.tg-hero-content{
    position:relative;
    z-index:2;
    width:100%;
    max-width:1300px;
    margin:auto;
    text-align: center;
}

.tg-label{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 20px;
    margin-bottom:22px;
    border-radius:40px;
    border:1px solid rgba(128,179,255,.8);
    background:rgba(128,179,255,.12);
    color:#80B3FF;
    font-size:14px;
    font-weight:600;
}

.tg-hero h1{
    color:#fff;
    font-size:44px;
    line-height:1.25;
    font-weight:700;
    margin-bottom:22px;
}

.tg-hero p{
    color:#fff;
    font-size:18px;
    font-weight: 700;
    line-height:1.9;
    margin-bottom:24px;
}

.tg-action{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:16px;
    flex-wrap:wrap;
    margin:30px 0;
}

.tg-login-btn,
.tg-register-btn,
.tg-download-btn{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    min-width:160px;
    height:52px;
    padding:0 30px;
    border-radius:10px;
    font-size:16px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}
.tg-login-btn{
    background:#2575FC;
    color:#e9eaee;
}

.tg-login-btn:hover{
    transform:translateY(-3px);
}

.tg-register-btn{
    background:#FF4B2B;
    color:#f5f5f5;
}

.tg-register-btn:hover{
    transform:translateY(-3px);
}

.tg-download-btn{
    border:2px solid #00C853;
    color:#fff;
    background:#00C853;
}

.tg-download-btn:hover{
    transform:translateY(-3px);
}

@media (max-width:991px){

.tg-hero{
    min-height:auto;
    padding:70px 20px;
    background-position:center;
}

.tg-hero h1{
    font-size:34px;
}

.tg-hero p{
    font-size:15px;
}

}

@media (max-width:767px){

.tg-hero{
    padding:60px 15px;
}

.tg-label{
    font-size:13px;
    padding:8px 16px;
}

.tg-hero h1{
    font-size:28px;
    line-height:1.35;
}

.tg-hero p{
    font-size:14px;
    line-height:1.8;
}

.tg-action{
    flex-direction:column;
    gap:12px;
}

.tg-login-btn,
.tg-register-btn,
.tg-download-btn{
    width:100%;
    min-width:100%;
}

}

.tg-info{
    padding:40px 20px;
    background:#f7f9ff;
}

.tg-container{
    max-width:1300px;
    margin:auto;
}

.tg-info h2{
    font-size:36px;
    color:#20254D;
    margin-bottom:20px;
    position:relative;
    padding-left:18px;
}

.tg-info h2::before{
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:6px;
    height:36px;
    background:#80B3FF;
    border-radius:10px;
}

.tg-info>div>p{
    font-size:16px;
    line-height:1.9;
    color:#555;
    margin-bottom:40px;
}

.tg-feature-box{
    background:#20254D;
    border-radius:18px;
    padding:35px;
    margin-bottom:60px;
    box-shadow:0 15px 35px rgba(32,37,77,.12);
}

.tg-feature-box h3{
    color:#fff;
    font-size:28px;
    margin-bottom:25px;
}

.tg-feature-box ul{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:18px;
    list-style:none;
    padding:0;
    margin:0;
}

.tg-feature-box li{
    background:#fff;
    border-radius:12px;
    padding:16px 18px;
    font-size:15px;
    color:#20254D;
    font-weight:600;
    position:relative;
    padding-left:45px;
}

.tg-feature-box li::before{
    content:"✓";
    position:absolute;
    left:18px;
    top:15px;
    width:20px;
    height:20px;
    background:#80B3FF;
    color:#20254D;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    font-weight:700;
}

.tg-game-list{
    margin:30px 0 0;
    padding:0;
    list-style:none;
}

.tg-game-list li{
    position:relative;
    margin-bottom:20px;
    padding:18px 20px 18px 55px;
    background:#fff;
    border-left:5px solid #80B3FF;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    line-height:1.8;
    color:#444;
}

.tg-game-list li::before{
    content:"🎮";
    position:absolute;
    left:18px;
    top:18px;
    font-size:22px;
}

.tg-game-list strong{
    color:#20254D;
    font-size:18px;
}

@media(max-width:768px){

.tg-info{
    padding:60px 15px;
}

.tg-info h2{
    font-size:28px;
}

.tg-feature-box{
    padding:25px;
}

.tg-feature-box h3{
    font-size:22px;
}


}

.tg-guide{
    padding:20px 20px;
    background:#f8faff;
}

.tg-container{
    max-width:1300px;
    margin:auto;
}

.tg-guide h2{
    font-size:34px;
    color:#20254D;
    margin:0 0 18px;
    padding-left:18px;
    border-left:5px solid #80B3FF;
}

.tg-guide h3{
    margin:35px 0 18px;
    padding:14px 20px;
    color:#0963ea;
    border-radius:10px;
    font-size:24px;
}

.tg-guide p{
    font-size:16px;
    line-height:1.9;
    color:#555;
    margin-bottom:20px;
    margin-left: 20px;
}

.tg-guide-btn{
    display:inline-block;
    margin:10px 0 30px;
    padding:14px 30px;
    background:#80B3FF;
    color:#20254D;
    text-decoration:none;
    font-weight:700;
    border-radius:10px;
    transition:.3s;
}

.tg-guide-btn:hover{
    background:#20254D;
    color:#fff;
}

.tg-guide ol{
    margin:30px 0 45px;
    padding:0;
    list-style:none;
    counter-reset:step;
}

.tg-guide ol li{
    position:relative;
    margin-bottom:20px;
    padding:20px 25px 20px 80px;
    background:linear-gradient(135deg,#20254D,#2C3470);
    border-left:5px solid #80B3FF;
    border-radius:14px;
    color:#F5F8FF;
    line-height:1.8;
    box-shadow:0 12px 30px rgba(0,0,0,.18);
    counter-increment:step;
}

.tg-guide ol li::before{
    content:counter(step);
    position:absolute;
    left:20px;
    top:20px;              /* Number upar rahega */
    width:42px;
    height:42px;
    border-radius:50%;
    background:#80B3FF;
    color:#20254D;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:700;
    box-shadow:0 0 18px rgba(128,179,255,.45);
}

.tg-guide ol li:hover{
    transform:translateY(-4px);
    transition:.3s;
    box-shadow:0 18px 40px rgba(0,0,0,.28);
}

@media(max-width:768px){

.tg-guide ol li{
    padding:18px 18px 18px 70px;
}

.tg-guide ol li::before{
    width:36px;
    height:36px;
    left:18px;
    top:18px;
    font-size:16px;
}

}



/* .tg-guide ol{
    margin:0 0 40px;
    padding-left:22px;
}

.tg-guide ol li{
    background:#fff;
    margin-bottom:15px;
    padding:18px 20px;
    border-left:5px solid #80B3FF;
    border-radius:10px;
    line-height:1.8;
    color:#444;
    box-shadow:0 6px 20px rgba(0,0,0,.06);
} */

@media(max-width:768px){

.tg-guide{
    padding:60px 15px;
}

.tg-guide h2{
    font-size:28px;
}

.tg-guide h3{
    font-size:20px;
}

.tg-guide p,
.tg-guide ol li{
    font-size:15px;
}

.tg-guide-btn{
    width:100%;
    text-align:center;
}

}

.tg-bonus{
    padding:80px 20px;
    background:#f5f8ff;
}

.tg-container{
    max-width:1200px;
    margin:auto;
}

.tg-bonus h2{
    text-align:center;
    font-size:36px;
    color:#20254D;
    margin-bottom:50px;
    position:relative;
}

.tg-bonus h2:after{
    content:"";
    width:80px;
    height:4px;
    background:#80B3FF;
    display:block;
    margin:15px auto 0;
    border-radius:50px;
}

.tg-bonus-list{
    list-style:none;
    padding:0;
    margin:0;
    position:relative;
}

.tg-bonus-list:before{
    content:"";
    position:absolute;
    left:25px;
    top:0;
    bottom:0;
    width:3px;
    background:#80B3FF;
}

.tg-bonus-list li{
    display:flex;
    gap:20px;
    align-items:flex-start;
    position:relative;
    margin-bottom:35px;
}

.tg-icon{
    width:52px;
    height:52px;
    min-width:52px;
    border-radius:50%;
    background:#20254D;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    z-index:2;
    box-shadow:0 10px 25px rgba(32,37,77,.25);
}

.tg-text{
    flex:1;
    background:#fff;
    padding:24px 28px;
    border-radius:15px;
    border-left:5px solid #80B3FF;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.tg-text:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.tg-text strong{
    display:block;
    color:#20254D;
    font-size:20px;
    margin-bottom:10px;
}

.tg-text{
    font-size:16px;
    line-height:1.9;
    color:#555;
}

@media(max-width:768px){

.tg-bonus{
    padding:60px 15px;
}

.tg-bonus h2{
    font-size:28px;
}

.tg-bonus-list:before{
    display:none;
}

.tg-bonus-list li{
    flex-direction:column;
}

.tg-icon{
    margin-bottom:12px;
}

.tg-text{
    width:100%;
    padding:20px;
    font-size:15px;
}

.tg-text strong{
    font-size:18px;
}

}

.tg-guide ul{
    list-style:none;
    margin:30px 0;
    padding:0;
    display:grid;
    gap:18px;
}

.tg-guide ul li{
    position:relative;
    padding:18px 20px 18px 65px;
    background:#fff;
    border-radius:12px;
    border-left:5px solid #80B3FF;
    box-shadow:0 8px 20px rgba(32,37,77,.08);
    color:#444;
    font-size:16px;
    line-height:1.8;
    transition:.3s ease;
}

.tg-guide ul li::before{
    content:"✓";
    position:absolute;
    left:20px;
    top:50%;
    transform:translateY(-50%);
    width:28px;
    height:28px;
    border-radius:50%;
    background:#20254D;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
    font-weight:700;
}

.tg-guide ul li:hover{
    transform:translateY(-4px);
    border-left-color:#20254D;
    box-shadow:0 15px 35px rgba(32,37,77,.15);
}

@media(max-width:768px){

.tg-guide ul li{
    padding:16px 18px 16px 58px;
    font-size:15px;
    line-height:1.7;
}

.tg-guide ul li::before{
    width:24px;
    height:24px;
    left:18px;
    font-size:13px;
}

}
.tg-conclusion{
    padding:90px 20px;
    background:#f7f9ff;
}

.tg-conclusion .tg-container{
    max-width:1200px;
    margin:auto;
}

.tg-conclusion-box{
    position:relative;
    background:#20254D;
    border-radius:24px;
    padding:55px;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(32,37,77,.18);
}

.tg-conclusion-box::before{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    background:#80B3FF;
    border-radius:50%;
    top:-80px;
    right:-80px;
    opacity:.15;
}

.tg-conclusion-box::after{
    content:"";
    position:absolute;
    width:160px;
    height:160px;
    border:2px solid rgba(128,179,255,.2);
    border-radius:50%;
    bottom:-60px;
    left:-60px;
}

.tg-conclusion-tag{
    display:inline-block;
    padding:8px 18px;
    background:#80B3FF;
    color:#20254D;
    border-radius:30px;
    font-size:14px;
    font-weight:700;
    margin-bottom:18px;
}

.tg-conclusion h2{
    font-size:38px;
    color:#fff;
    margin-bottom:25px;
}

.tg-conclusion p{
    color:rgba(255,255,255,.92);
    font-size:17px;
    line-height:1.9;
    margin-bottom:22px;
}

.tg-conclusion p:last-child{
    margin-bottom:0;
}

@media(max-width:768px){

.tg-conclusion{
    padding:60px 15px;
}

.tg-conclusion-box{
    padding:30px 22px;
    border-radius:18px;
}

.tg-conclusion h2{
    font-size:28px;
}

.tg-conclusion p{
    font-size:15px;
    line-height:1.8;
}

}

.tg-faq{
    padding:80px 20px;
    background:#f5f8ff;
}

.tg-faq .tg-container{
    max-width:1100px;
    margin:auto;
}

.tg-faq h2{
    text-align:center;
    font-size:38px;
    color:#20254D;
    margin-bottom:45px;
    position:relative;
}

.tg-faq h2::after{
    content:"";
    width:90px;
    height:4px;
    background:#80B3FF;
    border-radius:50px;
    display:block;
    margin:15px auto 0;
}

.tg-faq-item{
    margin-bottom:18px;
    border-radius:18px;
    overflow:hidden;
    background:#fff;
    border:1px solid #d9e5ff;
    box-shadow:0 10px 30px rgba(32,37,77,.08);
    transition:.35s;
}

.tg-faq-item:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 40px rgba(32,37,77,.15);
}

.tg-faq-question{
    position:relative;
    margin:0;
    padding:22px 75px 22px 25px;
    font-size:24px;
    font-weight:600;
    color:#20254D;
    cursor:pointer;
    transition:.3s;
}

.tg-faq-question:hover{
    color:#4d7dff;
}

.tg-faq-question::after{
    content:"+";
    position:absolute;
    right:22px;
    top:50%;
    transform:translateY(-50%);
    width:42px;
    height:42px;
    border-radius:50%;
    background:#20254D;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    font-weight:400;
    transition:.35s;
}

.tg-faq-item.active .tg-faq-question::after{
    content:"−";
    background:#80B3FF;
    color:#20254D;
    transform:translateY(-50%) rotate(180deg);
}

.tg-faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .45s ease,padding .35s ease;
    background:#fbfcff;
}

.tg-faq-item.active .tg-faq-answer{
    max-height:400px;
    padding:0 25px 25px;
}

.tg-faq-answer p{
    margin:0;
    color:#555;
    font-size:16px;
    line-height:1.9;
}

@media(max-width:768px){

.tg-faq{
    padding:60px 15px;
}

.tg-faq h2{
    font-size:30px;
}

.tg-faq-question{
    padding:18px 60px 18px 18px;
    font-size:17px;
}

.tg-faq-question::after{
    width:34px;
    height:34px;
    font-size:22px;
    right:15px;
}

.tg-faq-item.active .tg-faq-answer{
    padding:0 18px 18px;
}

.tg-faq-answer p{
    font-size:15px;
}

}

.tg-footer{
    background:#0A0A1A;
    padding:70px 20px 30px;
}

.tg-footer .tg-container{
    max-width:1200px;
    margin:auto;
}

.tg-disclaimer-box{
    background:linear-gradient(135deg,#18182d,#10101d);
    border:1px solid rgba(128,179,255,.15);
    border-radius:18px;
    padding:35px;
    text-align:center;
    margin-bottom:35px;
    position:relative;
    overflow:hidden;
}

.tg-disclaimer-box::before{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    background:#80B3FF;
    filter:blur(100px);
    opacity:.12;
    top:-120px;
    right:-120px;
}

.tg-disclaimer-box span{
    display:inline-block;
    padding:10px 22px;
    background:#80B3FF;
    color:#20254D;
    border-radius:30px;
    font-size:14px;
    font-weight:700;
    margin-bottom:18px;
}

.tg-disclaimer-box p{
    color:#d6d9e8;
    font-size:16px;
    line-height:1.9;
    margin:0;
    max-width:900px;
    margin:auto;
}

.tg-footer-links{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:15px;
    margin-bottom:30px;
}

.tg-footer-links a{
    color:#d8d8e8;
    text-decoration:none;
    padding:12px 22px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:40px;
    transition:.3s;
}

.tg-footer-links a:hover{
    background:#80B3FF;
    color:#20254D;
    border-color:#80B3FF;
}

.tg-footer-bottom{
    border-top:1px solid rgba(255,255,255,.08);
    padding-top:25px;
    text-align:center;
    color:#9aa3c5;
    font-size:14px;
}

@media(max-width:768px){

.tg-footer{
    padding:50px 15px 20px;
}

.tg-disclaimer-box{
    padding:25px;
}

.tg-disclaimer-box p{
    font-size:15px;
}

.tg-footer-links{
    gap:10px;
}

.tg-footer-links a{
    width:calc(50% - 10px);
    text-align:center;
    padding:12px;
}

}

/*==========================
ABOUT PAGE
==========================*/

.tg-page{
    padding:80px 20px;
    background:linear-gradient(180deg,#eef5ff 0%,#ffffff 100%);
}

.tg-container{
    max-width:1200px;
    margin:auto;
}

.tg-page-head{
    text-align:center;
    margin-bottom:55px;
}

.tg-tag{
    display:inline-block;
    padding:10px 24px;
    background:#20254D;
    color:#fff;
    border-radius:40px;
    font-size:14px;
    font-weight:700;
    margin-bottom:18px;
    letter-spacing:.5px;
}

.tg-page-head h1{
    font-size:48px;
    color:#20254D;
    margin:0;
    line-height:1.2;
    font-weight:800;
}

.tg-page-content{
    display:flex;
    flex-direction:column;
    gap:35px;
}

/*==========================
CARD
==========================*/

.tg-card{
    position:relative;
    background:#fff;
    border-radius:20px;
    padding:40px;
    border:1px solid #dce8ff;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    overflow:hidden;
    transition:.35s;
}

.tg-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:6px;
    height:100%;
    background:linear-gradient(#20254D,#80B3FF);
}

.tg-card:hover{
    transform:translateY(-6px);
    box-shadow:0 22px 55px rgba(32,37,77,.12);
}

.tg-card h2{
    color:#20254D;
    font-size:30px;
    margin:0 0 25px;
    font-weight:700;
    position:relative;
    padding-bottom:15px;
}

.tg-card h2::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:70px;
    height:4px;
    border-radius:20px;
    background:#80B3FF;
}

.tg-card h3{
    color:#4e61f2;
    font-size: 26px;
    margin:0 0 25px;
    font-weight:600;
    position:relative;
    padding-bottom:15px;
}

.tg-card p{
    font-size:17px;
    color:#555;
    line-height:1.9;
    margin-bottom:18px;
}

.tg-card p:last-child{
    margin-bottom:0;
}

/*==========================
LIST
==========================*/

.tg-list{
    list-style:none;
    padding:0;
    margin:30px 0 0;
}

.tg-list li{
    position:relative;
    margin-bottom:22px;
    padding:25px 25px 25px 78px;
    border-radius:18px;
    background:linear-gradient(135deg,#20254D,#161A38);
    border:1px solid rgba(128,179,255,.18);
    color:#F2F5FF;
    line-height:1.9;
    overflow:hidden;
    transition:.35s;
    box-shadow:0 15px 35px rgba(32,37,77,.22);
}

.tg-list li::before{
    content:"";
    position:absolute;
    left:24px;
    top:26px;
    width:34px;
    height:34px;
    border-radius:50%;
    background:#80B3FF;
    box-shadow:0 0 15px rgba(128,179,255,.45);
}

.tg-list li::after{
    content:"✓";
    position:absolute;
    left:35px;
    top:30px;
    color:#20254D;
    font-size:14px;
    font-weight:700;
}

.tg-list li strong{
    display:block;
    color:#80B3FF;
    font-size:19px;
    margin-bottom:10px;
}

.tg-list li:hover{
    border-color:#80B3FF;
    box-shadow:0 22px 45px rgba(0,0,0,.35);
}



/*==========================
MOBILE
==========================*/

@media(max-width:992px){

.tg-page-head h1{
    font-size:40px;
}

.tg-card{
    padding:30px;
}

}

@media(max-width:768px){

.tg-page{
    padding:60px 15px;
}

.tg-page-head{
    margin-bottom:35px;
}

.tg-tag{
    font-size:13px;
    padding:8px 18px;
}

.tg-page-head h1{
    font-size:32px;
}

.tg-card{
    padding:25px;
    border-radius:16px;
}

.tg-card h2{
    font-size:24px;
}

.tg-card p{
    font-size:15px;
    line-height:1.8;
}

.tg-list li{
    padding:20px 18px 20px 62px;
    font-size:15px;
    line-height:1.8;
}

.tg-list li::before{
    width:28px;
    height:28px;
    left:18px;
    top:20px;
}

.tg-list li::after{
    left:27px;
    top:22px;
    font-size:12px;
}

.tg-list li strong{
    font-size:17px;
}

}

.tg-app-hero{
    position:relative;
    overflow:hidden;
    padding:90px 20px;
    background:linear-gradient(135deg,#20254D 0%,#28336A 50%,#20254D 100%);
}

.tg-app-hero::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    top:-180px;
    left:-150px;
    border-radius:50%;
    background:rgba(128,179,255,.12);
    filter:blur(40px);
}

.tg-app-hero::after{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    right:-180px;
    bottom:-220px;
    border-radius:50%;
    background:rgba(128,179,255,.08);
    filter:blur(50px);
}

.tg-app-content{
    position:relative;
    z-index:2;
    max-width:1200px;
    margin:auto;
    text-align:center;
    background:rgba(255,255,255,.04);
    backdrop-filter:blur(10px);
    border:1px solid rgba(128,179,255,.18);
    border-radius:22px;
    padding:60px 50px;
    box-shadow:0 20px 60px rgba(0,0,0,.35);
}

.tg-app-tag{
    display:inline-block;
    padding:10px 24px;
    border-radius:50px;
    background:#80B3FF;
    color:#20254D;
    font-size:14px;
    font-weight:700;
    letter-spacing:.5px;
    margin-bottom:22px;
}

.tg-app-content h1{
    color:#fff;
    font-size:40px;
    line-height:1.25;
    font-weight:800;
    margin-bottom:25px;
}

.tg-app-content p{
    color:#E8ECFF;
    font-size:17px;
    line-height:1.9;
    margin:0 auto 35px;
}

.tg-app-btns{
    display:flex;
    justify-content:center;
    align-items:center;
}

.tg-app-download-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:220px;
    height:56px;
    padding:0 35px;
    background:#80B3FF;
    color:#20254D;
    text-decoration:none;
    border-radius:12px;
    font-size:17px;
    font-weight:700;
    transition:.35s;
    box-shadow:0 12px 35px rgba(128,179,255,.35);
}

.tg-app-download-btn:hover{
    background:#fff;
    transform:translateY(-5px);
    box-shadow:0 18px 40px rgba(0,0,0,.3);
}

@media(max-width:768px){

.tg-app-hero{
    padding:70px 15px;
}

.tg-app-content{
    padding:40px 22px;
    border-radius:18px;
}

.tg-app-content h1{
    font-size:30px;
}

.tg-app-content p{
    font-size:16px;
    line-height:1.8;
}

.tg-app-download-btn{
    width:100%;
    min-width:100%;
    height:52px;
}

}

.tg-section-title{
    margin-bottom:25px;
}

.tg-section-title span{
    display:inline-block;
    padding:8px 20px;
    background:#80B3FF20;
    color:#20254D;
    border:1px solid #80B3FF;
    border-radius:30px;
    font-size:14px;
    font-weight:700;
    margin-bottom:15px;
}

.tg-section-title h2{
    font-size:33px;
    color:#20254D;
    margin:0;
    font-weight:800;
}

.tg-intro{
    max-width:1300px;
    margin:0 auto 30px;
    text-align:center;
    line-height:1.8;
    color:#555;
}

.tg-app-box{
    background:#fff;
    border:1px solid #e8eefc;
    border-radius:18px;
    padding:35px;
    margin-bottom:40px;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
}

.tg-app-box p{
    font-size:16px;
    color:#555;
    line-height:1.9;
    margin-bottom:18px;
}

.tg-table-wrap{
    overflow-x:auto;
    margin-bottom:50px;
}

.tg-spec-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.tg-spec-table thead{
    background:#20254D;
}

.tg-spec-table th{
    color:#fff;
    padding:18px;
    font-size:17px;
    text-align:left;
}

.tg-spec-table td{
    padding:18px;
    border-bottom:1px solid #edf2ff;
    color:#444;
}

.tg-spec-table tbody tr:nth-child(even){
    background:#f7faff;
}

.tg-spec-table tbody tr:hover{
    background:#edf5ff;
}

.tg-method{
    margin-top:35px;
    background:linear-gradient(135deg,#20254D,#2d3974);
    padding:30px;
    border-radius:16px;
    box-shadow:0 12px 35px rgba(32,37,77,.18);
}

.tg-method h3{
    color:#80B3FF;
    font-size:24px;
    margin-bottom:20px;
}

.tg-method p{
    color:#f5f5f5;
    margin-bottom:20px;
}

.tg-method ol{
    margin:0;
    padding-left:22px;
}

.tg-method ol li{
    color:#fff;
    line-height:1.9;
    margin-bottom:12px;
}

@media(max-width:768px){

.tg-app-box{
    padding:25px 20px;
}

.tg-section-title h2{
    font-size:28px;
}

.tg-method{
    padding:22px;
}

.tg-method h3{
    font-size:20px;
}

.tg-spec-table th,
.tg-spec-table td{
    padding:14px;
    font-size:15px;
}

}

.tg-box{
    background:#20254D;
    border-radius:18px;
    padding:35px;
    margin-bottom:35px;
    border:1px solid rgba(128,179,255,.2);
    box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.tg-box h2{
    color:#fff;
    font-size:34px;
    margin:0 0 20px;
    position:relative;
    padding-left:18px;
    line-height:1.3;
}



.tg-box p{
    color:#e8ebff;
    font-size:16px;
    line-height:1.9;
    margin-bottom:18px;
}

.tg-step-wrap{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:18px;
    margin-top:30px;
}

.tg-step-card{
    background:#2b3165;
    border:1px solid rgba(128,179,255,.18);
    border-left:5px solid #80B3FF;
    border-radius:14px;
    padding:18px 22px;
    transition:.35s;
}

.tg-step-card:hover{
    transform:translateY(-5px);
    border-color:#80B3FF;
    box-shadow:0 15px 35px rgba(0,0,0,.18);
}

.tg-step-card p{
    margin:0;
    color:#fff;
    line-height:1.8;
    font-size:16px;
}

.tg-step-card strong{
    color:#80B3FF;
    font-size:17px;
    font-weight:700;
}

@media(max-width:768px){

.tg-step-wrap{
    grid-template-columns:1fr;
}

.tg-step-card{
    padding:16px;
}

.tg-step-card p{
    font-size:15px;
}

}


.tg-conclusion{
    background:linear-gradient(135deg,#20254D,#2f3b83);
}

@media(max-width:768px){

.tg-guide{
    padding:60px 15px;
}

.tg-box{
    padding:25px;
}

.tg-box h2{
    font-size:26px;
}

.tg-step-wrap{
    grid-template-columns:1fr;
}



}

.center-img{
    margin:40px 300px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.center-img img{
    width: 300px;
    display:block;
    border-radius:16px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

@media(max-width:1200px){
    .center-img{
        margin:40px 150px;
    }
}

@media(max-width:768px){
    .center-img{
        margin:30px 20px;
    }

    .center-img img{
        width:100%;
    }
}

.author-page{
    padding:70px 0;
}

.author-profile{
    display:flex;
    align-items:center;
    gap:40px;
    background:linear-gradient(135deg,#20254D,#2C3470);
    border:1px solid rgba(128,179,255,.2);
    border-radius:20px;
    padding:40px;
    margin-bottom:45px;
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.author-image{
    flex:0 0 280px;
}

.author-image img{
    width:100%;
    display:block;
    border-radius:18px;
    border:5px solid #80B3FF;
    box-shadow:0 18px 40px rgba(0,0,0,.3);
    transition:.35s;
}

.author-image img:hover{
    transform:scale(1.03);
}

.author-details{
    flex:1;
}

.author-details h1{
    color:#fff;
    font-size:40px;
    margin-bottom:25px;
    line-height:1.3;
}

.author-info{
    margin:0;
    padding:0;
    list-style:none;
}

.author-info li{
    background:rgba(255,255,255,.08);
    border-left:4px solid #80B3FF;
    color:#f5f7ff;
    margin-bottom:14px;
    padding:15px 18px;
    border-radius:10px;
    line-height:1.7;
}

.author-info strong{
    color:#80B3FF;
}

.author-content{
    background:#fff;
    padding:40px;
    border-radius:18px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.author-content h2{
    font-size:32px;
    color:#20254D;
    margin-bottom:25px;
    position:relative;
    padding-left:18px;
}


.author-content p{
    margin-bottom:22px;
    font-size:17px;
    line-height:1.9;
    color:#555;
    background:#f8faff;
    border-left:4px solid #80B3FF;
    padding:18px 20px;
    border-radius:12px;
}

.author-content p:last-child{
    margin-bottom:0;
}

@media(max-width:992px){

.author-profile{
    flex-direction:column;
    text-align:center;
    padding:30px;
}

.author-image{
    flex:0 0 auto;
    width:240px;
}

.author-details h1{
    font-size:32px;
}

.author-content{
    padding:30px 22px;
}

}

@media(max-width:768px){

.author-page{
    padding:50px 0;
}

.author-profile{
    padding:22px;
    gap:25px;
}

.author-image{
    width:180px;
}

.author-details h1{
    font-size:28px;
}

.author-info li{
    font-size:15px;
    text-align:left;
}

.author-content h2{
    font-size:26px;
}

.author-content p{
    font-size:15px;
    line-height:1.8;
    padding:16px;
}

}