/* =========================================
   DHANI WIN TELEGRAM PREMIUM CSS
========================================= */

:root{

    --bg:#140824;
    --bg2:#1b0a33;

    --card:#24113d;
    --card2:#18092b;

    --gold:#ffcf40;
    --gold2:#f4b400;

    --text:#ffffff;
    --muted:#cdb9f5;

    --border:rgba(255,255,255,.06);

    --shadow:
    0 20px 60px rgba(0,0,0,.35);

}

/* =========================================
   RESET
========================================= */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    background:
    radial-gradient(circle at top,
    #35105f 0%,
    #1b0a33 25%,
    #140824 55%);

    color:var(--text);

    font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;

    overflow-x:hidden;

    line-height:1.7;

    position:relative;

}

/* PREMIUM BACKGROUND */

body::before{

    content:"";

    position:fixed;

    inset:0;

    background:
    radial-gradient(circle at 15% 20%,
    rgba(255,207,64,.06),
    transparent 30%),

    radial-gradient(circle at 85% 10%,
    rgba(130,70,255,.10),
    transparent 28%),

    radial-gradient(circle at 50% 100%,
    rgba(255,255,255,.03),
    transparent 35%);

    pointer-events:none;

    z-index:-1;

}

img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
    color:inherit;
}

.container{

    width:100%;
    max-width:1180px;

    margin:auto;

    padding:0 20px;

}

/* =========================================
   SCROLLBAR
========================================= */

::-webkit-scrollbar{
    width:10px;
}

::-webkit-scrollbar-track{
    background:#13071f;
}

::-webkit-scrollbar-thumb{

    background:
    linear-gradient(
    180deg,
    var(--gold),
    #b17c00);

    border-radius:20px;

}

/* =========================================
   HEADER
========================================= */

header{

    position:sticky;
    top:0;

    z-index:999;

    background:
    rgba(17,7,31,.82);

    backdrop-filter:blur(16px);

    border-bottom:
    1px solid rgba(255,255,255,.05);

    transition:.3s ease;

}

.navbar{

    display:flex;

    align-items:center;
    justify-content:space-between;

    min-height:82px;

    gap:20px;

}

.logo{

    display:flex;

    align-items:center;

    gap:14px;

    flex:1;

    min-width:0;

}

.logo img{

    width:44px;
    height:44px;

    border-radius:12px;

    flex-shrink:0;

    box-shadow:
    0 8px 24px rgba(0,0,0,.35);

}

.logo span{

    font-size:27px;

    font-weight:900;

    letter-spacing:-.5px;

    background:
    linear-gradient(
    90deg,
    #ffffff,
    #ffcf40);

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

}

/* =========================================
   HEADER ACTIONS
========================================= */

.header-actions{

    display:flex;

    align-items:center;

    gap:14px;

    flex-shrink:0;

}

.register-btn{

    height:50px;

    padding:0 24px;

    display:flex;

    align-items:center;
    justify-content:center;

    border-radius:14px;

    font-weight:700;

    color:#fff;

    background:
    rgba(255,255,255,.06);

    border:
    1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(12px);

    transition:.25s ease;

    white-space:nowrap;

    box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05);

}

.register-btn:hover{

    transform:
    translateY(-2px);

    border-color:
    rgba(255,207,64,.22);

    background:
    rgba(255,255,255,.09);

}

.header-btn,
.hero-btn{

    position:relative;

    overflow:hidden;

    display:inline-flex;

    align-items:center;
    justify-content:center;

    color:#111;

    font-weight:800;

    background:
    linear-gradient(
    135deg,
    var(--gold),
    var(--gold2));

    transition:.3s ease;

}

.header-btn{

    height:50px;

    padding:0 24px;

    border-radius:14px;

    box-shadow:
    0 10px 24px rgba(255,193,7,.22);

}

.hero-btn{

    height:62px;

    padding:0 36px;

    border-radius:18px;

    font-size:18px;

    box-shadow:
    0 14px 32px rgba(255,193,7,.24);

}

.header-btn::before,
.hero-btn::before{

    content:"";

    position:absolute;

    top:0;
    left:-120%;

    width:80%;
    height:100%;

    background:
    linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.45),
    transparent);

    transform:skewX(-20deg);

    transition:.7s ease;

}

.header-btn:hover::before,
.hero-btn:hover::before{

    left:130%;

}

.header-btn:hover,
.hero-btn:hover{

    transform:
    translateY(-3px);

}

/* =========================================
   HERO
========================================= */

.hero{

    padding:110px 0 80px;

    text-align:center;

    position:relative;

}

.hero .container{

    max-width:860px;

    background:
    linear-gradient(
    145deg,
    rgba(38,17,68,.95),
    rgba(24,9,43,.96));

    border:
    1px solid rgba(255,255,255,.06);

    border-radius:34px;

    padding:68px 42px;

    position:relative;

    overflow:hidden;

    box-shadow:var(--shadow);

}

.hero .container::before{

    content:"";

    position:absolute;

    top:-120px;
    right:-120px;

    width:320px;
    height:320px;

    background:
    radial-gradient(circle,
    rgba(255,207,64,.14),
    transparent 70%);

}

.hero .container::after{

    content:"";

    position:absolute;

    bottom:-150px;
    left:-120px;

    width:280px;
    height:280px;

    background:
    radial-gradient(circle,
    rgba(121,70,255,.18),
    transparent 70%);

}

/* IMAGE SIZE SAME AS OLD */

.telegram-icon{

    width:95px;

    margin:0 auto 22px;

    filter:
    drop-shadow(0 12px 24px rgba(0,0,0,.35));

}

.hero h1{

    font-size:64px;

    line-height:1.05;

    margin-bottom:22px;

    font-weight:900;

    letter-spacing:-1.5px;

}

.hero-desc{

    color:var(--muted);

    font-size:19px;

    max-width:760px;

    margin:auto auto 34px;

}

.hero-desc a{

    color:var(--gold);

    font-weight:700;

}

.trust-text{

    margin-top:22px;

    color:#b99ff0;

    font-size:15px;

}

/* =========================================
   SECTION
========================================= */

.section{

    padding:80px 0;

}

.section-title{

    font-size:50px;

    line-height:1.08;

    margin-bottom:24px;

    font-weight:900;

    letter-spacing:-1px;

}

.section p{

    color:var(--muted);

    font-size:17px;

    margin-bottom:18px;

}

/* =========================================
   GRID
========================================= */

.grid{

    display:grid;

    grid-template-columns:
    repeat(2,1fr);

    gap:24px;

    margin-top:34px;

}

.card{

    position:relative;

    background:
    linear-gradient(
    145deg,
    rgba(36,17,61,.95),
    rgba(24,9,43,.95));

    border:
    1px solid rgba(255,255,255,.06);

    border-radius:26px;

    padding:30px;

    overflow:hidden;

    transition:.3s ease;

    box-shadow:
    0 10px 24px rgba(0,0,0,.18);

}

.card::before{

    content:"";

    position:absolute;

    inset:0;

    background:
    linear-gradient(
    140deg,
    rgba(255,255,255,.04),
    transparent 45%);

    pointer-events:none;

}

.card:hover{

    transform:
    translateY(-6px);

    border-color:
    rgba(255,207,64,.18);

    box-shadow:
    0 20px 40px rgba(0,0,0,.26);

}

.card h3{

    font-size:26px;

    margin-bottom:12px;

    color:#fff;

}

.card p{

    margin:0;

    color:#cab7ef;

}

/* =========================================
   FAQ
========================================= */

.faq-box{

    background:
    linear-gradient(
    145deg,
    rgba(36,17,61,.95),
    rgba(24,9,43,.95));

    border-radius:30px;

    padding:42px;

    border:
    1px solid rgba(255,255,255,.05);

    box-shadow:
    0 12px 34px rgba(0,0,0,.22);

}

.faq-title{

    font-size:46px;

    margin-bottom:30px;

    font-weight:900;

}

.faq-grid{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.faq-item{

    background:
    rgba(43,20,71,.88);

    border-radius:20px;

    overflow:hidden;

    border:
    1px solid rgba(255,255,255,.05);

    transition:.25s ease;

}

.faq-item:hover{

    border-color:
    rgba(255,207,64,.14);

}

.faq-question{

    width:100%;

    background:none;

    border:none;

    color:#fff;

    padding:24px;

    display:flex;

    align-items:center;
    justify-content:space-between;

    cursor:pointer;

    font-size:18px;

    font-weight:700;

}

.faq-icon{

    color:var(--gold);

    font-size:24px;

}

.faq-answer{

    padding:0 24px 24px;

}

.faq-answer p{

    margin:0;

    color:#ccb9ef;

}

/* =========================================
   SEO TEXT
========================================= */

.seo-text{

    text-align:center;

    color:#927ab8;

    font-size:14px;

    padding:10px 20px 50px;

}

/* =========================================
   FOOTER
========================================= */

footer{

    background:
    linear-gradient(
    180deg,
    #12071f,
    #0b0414);

    padding:70px 0 30px;

    margin-top:70px;

    border-top:
    1px solid rgba(255,255,255,.05);

}

.footer-grid{

    display:grid;

    grid-template-columns:
    repeat(2,1fr);

    gap:40px;

}

.footer-col span{

    display:block;

    color:#fff;

    font-size:22px;

    font-weight:800;

    margin-bottom:18px;

}

.footer-col a,
.footer-col p{

    display:block;

    color:#bda9e7;

    margin-bottom:12px;

    font-size:15px;

    transition:.2s ease;

}

.footer-col a:hover{

    color:#fff;

    transform:
    translateX(2px);

}

.copyright{

    text-align:center;

    color:#7f6a9f;

    font-size:14px;

    margin-top:40px;

}

/* =========================================
   TABLET
========================================= */

@media (min-width:769px) and (max-width:1024px){

.container{

    max-width:960px;

    padding:0 24px;

}

.hero h1{

    font-size:50px;
}

.section-title{

    font-size:42px;
}

.hero .container{

    padding:56px 34px;
}

}

/* =========================================
   MOBILE
========================================= */

@media(max-width:768px){

header{
    width:100%;
    overflow:hidden;
}

.navbar{

    min-height:auto;

    padding:14px 0;

    gap:12px;
}

.logo{

    gap:10px;
}

.logo img{

    width:42px;
    height:42px;
}

.logo span{

    font-size:18px;

    line-height:1.2;

    white-space:normal;
}

.header-actions{

    gap:10px;
}

.register-btn{

    height:42px;

    padding:0 14px;

    font-size:13px;

    border-radius:12px;
}

.header-btn{

    height:42px;

    padding:0 16px;

    font-size:14px;

    border-radius:12px;
}

.hero{

    padding:55px 0;
}

.hero .container{

    padding:42px 22px;

    border-radius:26px;
}

.hero h1{

    font-size:40px;

    line-height:1.1;
}

.hero-desc{

    font-size:16px;
}

.section-title{

    font-size:36px;
}

.grid{

    grid-template-columns:1fr;
}

.card{

    padding:24px;
}

.card h3{

    font-size:22px;
}

.faq-box{

    padding:24px;
}

.faq-title{

    font-size:34px;
}

.faq-question{

    font-size:16px;

    padding:20px;
}

.footer-grid{

    grid-template-columns:1fr;

    gap:24px;
}

}