/* =====================================================
   CLICK2PAY PREMIUM LANDING PAGE
   Professional SaaS / Fintech Style
===================================================== */


:root{

    --primary:#0d6efd;
    --primary-dark:#084298;
    --secondary:#081b5f;

    --dark:#07101f;
    --text:#172033;
    --muted:#667085;

    --bg:#f8fafc;
    --white:#ffffff;

    --radius:22px;

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

    --shadow-hover:
    0 30px 80px rgba(13,110,253,.18);

}


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


html{

    scroll-behavior:smooth;

}


body{

    font-family:'Poppins',sans-serif;

    background:
    linear-gradient(
        180deg,
        #ffffff,
        #f8fafc
    );

    color:var(--text);

    overflow-x:hidden;

}



a{

    text-decoration:none;

}



section{

    position:relative;

}



/* =====================================================
   PARTICLES
===================================================== */


#particles-js{

    position:fixed;

    width:100%;
    height:100%;

    top:0;
    left:0;

    z-index:-1;

    opacity:.18;

}



/* =====================================================
   NAVBAR
===================================================== */


.navbar{

    padding:18px 0;

    background:

    rgba(255,255,255,.75);

    backdrop-filter:

    blur(18px);

    -webkit-backdrop-filter:

    blur(18px);

    border-bottom:

    1px solid rgba(255,255,255,.5);

    transition:.3s;

}



.navbar-brand{

    font-size:26px;

    font-weight:800;

    color:#111827;

}



.navbar-brand i{

    color:var(--primary);

    margin-right:8px;

}



.nav-link{

    color:#344054;

    font-weight:500;

    margin:0 8px;

    position:relative;

}



.nav-link::after{

    content:"";

    position:absolute;

    bottom:-6px;

    left:50%;

    width:0;

    height:2px;

    background:var(--primary);

    transition:.3s;

}



.nav-link:hover::after{

    width:100%;

    left:0;

}



.nav-link:hover{

    color:var(--primary);

}



.navbar-toggler{

    border:none;

}



.navbar-toggler:focus{

    box-shadow:none;

}



/* =====================================================
   BUTTON
===================================================== */


.btn{

    font-weight:600;

    transition:.3s;

}



.btn-primary{

    background:

    linear-gradient(
        135deg,
        #0d6efd,
        #084298
    );

    border:none;

}



.btn-primary:hover{

    transform:translateY(-3px);

    box-shadow:

    0 15px 35px rgba(13,110,253,.35);

}



.btn-outline-primary:hover{

    transform:translateY(-3px);

}



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


.hero{

    min-height:100vh;

    display:flex;

    align-items:center;

    padding-top:120px;

    overflow:hidden;

}



.hero::before{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    background:

    radial-gradient(
        circle,
        rgba(13,110,253,.18),
        transparent 70%
    );

    right:-150px;

    top:100px;

}



.hero h1{

    font-size:60px;

    line-height:1.15;

    font-weight:800;

    letter-spacing:-1px;

}



.hero h1 span{

    background:

    linear-gradient(
        135deg,
        #0d6efd,
        #6ea8fe
    );

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;

}



.hero p{

    color:var(--muted);

    font-size:18px;

    line-height:1.8;

}



.hero .badge{

    padding:12px 22px;

    border-radius:50px;

    font-weight:600;

}



.hero .btn{

    border-radius:50px;

    padding:15px 35px;

}



.hero .fa-hand-pointer{

    animation:

    floatIcon 4s ease-in-out infinite;

}



@keyframes floatIcon{


0%,100%{

transform:translateY(0);

}


50%{

transform:translateY(-20px);

}


}



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


.section-title{

    font-weight:800;

}



.text-muted{

    color:#667085!important;

}



/* =====================================================
   CARD BASE
===================================================== */


.feature-card{

    background:

    rgba(255,255,255,.9);

    border-radius:

    var(--radius);

    padding:35px;

    height:100%;

    border:

    1px solid #eef2f7;

    box-shadow:

    var(--shadow);

    transition:.35s;

}



.feature-card:hover{

    transform:

    translateY(-12px);

    box-shadow:

    var(--shadow-hover);

}



.feature-card .icon{

    width:75px;

    height:75px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:22px;

    background:

    linear-gradient(
        135deg,
        rgba(13,110,253,.15),
        rgba(13,110,253,.03)
    );

    color:var(--primary);

    font-size:32px;

    margin-bottom:25px;

}


.feature-card h4,
.feature-card h5{

    font-weight:700;

}


.feature-card p{

    color:var(--muted);

    line-height:1.7;

}
/* =====================================================
   STATISTICS
===================================================== */


.bg-primary{

    background:
    linear-gradient(
        135deg,
        #0d6efd,
        #081b5f
    )!important;

}



.counter{

    font-size:45px;

    font-weight:800;

    letter-spacing:-1px;

}



.bg-primary p{

    opacity:.9;

    font-weight:500;

}



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


#withdraw{

    background:#f8fafc;

}



#withdraw .feature-card{

    background:white;

}



#withdraw .border{

    border-color:#e5e7eb!important;

    background:white;

    transition:.3s;

}



#withdraw .border:hover{

    background:

    linear-gradient(
        135deg,
        #0d6efd,
        #084298
    );

    color:white;

    transform:

    translateY(-5px);

    border-color:transparent!important;

}



/* =====================================================
   SECURITY
===================================================== */


#security .feature-card i{

    transition:.3s;

}



#security .feature-card:hover i{

    transform:

    scale(1.15);

}



#security .feature-card{

    overflow:hidden;

    position:relative;

}



#security .feature-card::before{

    content:"";

    position:absolute;

    width:100px;

    height:100px;

    right:-30px;

    top:-30px;

    border-radius:50%;

    background:

    rgba(13,110,253,.08);

}



/* =====================================================
   DEVELOPMENT
===================================================== */


#development{

    background:

    linear-gradient(
        180deg,
        #f8fafc,
        #ffffff
    );

}



#development .feature-card{

    text-align:center;

}



#development .feature-card i{

    color:#0d6efd;

}



/* =====================================================
   CTA
===================================================== */


#daftar{

    overflow:hidden;

}



#daftar::before{

    content:"";

    position:absolute;

    width:600px;

    height:600px;

    background:

    radial-gradient(
        circle,
        rgba(255,255,255,.15),
        transparent 70%
    );

    right:-200px;

    top:-200px;

}



#daftar h2{

    letter-spacing:-1px;

}



#daftar .btn-warning{

    background:

    linear-gradient(
        135deg,
        #ffd43b,
        #ffb703
    );

    border:none;

    color:#111;

    font-weight:700;

}



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


.accordion-item{

    border:none!important;

    margin-bottom:15px;

    border-radius:18px!important;

    overflow:hidden;

    box-shadow:

    0 10px 35px rgba(0,0,0,.06);

}



.accordion-button{

    font-weight:600;

    padding:22px;

    color:#172033;

}



.accordion-button:not(.collapsed){

    background:

    linear-gradient(
        135deg,
        #0d6efd,
        #084298
    );

    color:white;

}



.accordion-button:focus{

    box-shadow:none;

}



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


footer{

    background:

    linear-gradient(
        135deg,
        #07101f,
        #020617
    )!important;

}



footer h3,
footer h5{

    color:white;

    font-weight:700;

}



footer p{

    color:#cbd5e1!important;

    line-height:1.8;

}



footer a{

    transition:.3s;

}



footer a:hover{

    color:#0d6efd!important;

    transform:translateY(-3px);

}



footer .fab{

    transition:.3s;

}



footer .fab:hover{

    transform:

    translateY(-5px);

}



/* =====================================================
   SCROLL TOP BUTTON
===================================================== */


#topBtn{

    border:none;

    box-shadow:

    0 15px 35px rgba(13,110,253,.35);

    transition:.3s;

}



#topBtn:hover{

    transform:

    translateY(-5px);

}



/* =====================================================
   LOADING EFFECT
===================================================== */


body{

    animation:

    pageShow .6s ease;

}



@keyframes pageShow{

from{

opacity:0;

transform:translateY(10px);

}

to{

opacity:1;

transform:translateY(0);

}

}



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


::-webkit-scrollbar{

    width:10px;

}



::-webkit-scrollbar-track{

    background:#f1f5f9;

}



::-webkit-scrollbar-thumb{

    background:

    linear-gradient(
        #0d6efd,
        #084298
    );

    border-radius:20px;

}



/* =====================================================
   RESPONSIVE
===================================================== */


@media(max-width:991px){


.navbar{

    background:white;

}



.navbar-collapse{

    padding-top:20px;

}



.hero{

    text-align:center;

}



.hero h1{

    font-size:42px;

}



.hero p{

    font-size:16px;

}



.hero .btn{

    width:100%;

    margin-bottom:15px;

}



.feature-card{

    padding:28px;

}



.counter{

    font-size:32px;

}


}



@media(max-width:576px){


.hero h1{

    font-size:34px;

}



.hero{

    padding-top:100px;

}



.display-5{

    font-size:30px;

}



.feature-card{

    border-radius:18px;

}



footer{

    text-align:center;

}


}
/* =====================================================
   EXTRA PREMIUM EFFECT
===================================================== */


/* Glass Effect */

.glass{

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

    backdrop-filter:
    blur(20px);

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

}



/* Smooth Card Animation */

.feature-card,
.btn,
.nav-link,
.accordion-button{

    will-change:transform;

}



/* Hero Icon Glow */

.hero .fa-hand-pointer{

    filter:

    drop-shadow(
        0 20px 35px rgba(13,110,253,.35)
    );

}



/* Primary Text Gradient */

.text-primary{

    color:#0d6efd!important;

}



/* Badge Premium */

.badge.bg-primary{

    background:

    linear-gradient(
        135deg,
        #0d6efd,
        #084298
    )!important;

}



.badge.bg-success{

    background:

    linear-gradient(
        135deg,
        #198754,
        #075e38
    )!important;

}



.badge.bg-danger{

    background:

    linear-gradient(
        135deg,
        #dc3545,
        #8b1020
    )!important;

}



/* =====================================================
   NAVBAR SCROLL STATE
===================================================== */


.navbar.scrolled{

    padding:12px 0;

    background:

    rgba(255,255,255,.95);

    box-shadow:

    0 10px 40px rgba(0,0,0,.08);

}



/* =====================================================
   IMAGE / ICON PLACEHOLDER
===================================================== */


.hero img{

    max-width:100%;

    border-radius:30px;

}



/* =====================================================
   MOBILE NAV MENU
===================================================== */


@media(max-width:991px){


.navbar-nav{

    background:white;

    padding:20px;

    border-radius:20px;

    box-shadow:

    0 20px 50px rgba(0,0,0,.08);

}


.nav-link{

    padding:12px 0;

}


}



/* =====================================================
   HOVER SOCIAL ICON
===================================================== */


footer .fs-4{

    display:inline-flex;

    width:45px;

    height:45px;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:

    rgba(255,255,255,.08);

}



footer .fs-4:hover{

    background:

    rgba(13,110,253,.25);

}



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


.py-5{

    padding-top:90px!important;

    padding-bottom:90px!important;

}



/* =====================================================
   REMOVE BOOTSTRAP SHARP CORNERS
===================================================== */


.btn{

    border-radius:50px;

}



.form-control{

    border-radius:14px;

    padding:14px 18px;

}



.form-control:focus{

    border-color:#0d6efd;

    box-shadow:

    0 0 0 .25rem rgba(13,110,253,.15);

}



/* =====================================================
   PREMIUM SELECTION
===================================================== */


::selection{

    background:#0d6efd;

    color:white;

}



/* =====================================================
   ACCESSIBILITY
===================================================== */


button:focus-visible,
a:focus-visible{

    outline:

    3px solid rgba(13,110,253,.4);

    outline-offset:3px;

}
/* =====================================================
   CLICK2PAY FINAL PREMIUM POLISH
===================================================== */


/* Remove global bootstrap override */

.py-5{
    padding-top:3rem!important;
    padding-bottom:3rem!important;
}


/* =====================================================
   PREMIUM NAVBAR EFFECT
===================================================== */

.navbar-brand{
    transition:.3s ease;
}


.navbar-brand:hover{

    transform:translateY(-2px);

}


.navbar-brand i{

    filter:
    drop-shadow(
        0 5px 15px rgba(13,110,253,.35)
    );

}



/* =====================================================
   PREMIUM CARD BORDER EFFECT
===================================================== */


.feature-card{

    position:relative;
    overflow:hidden;

}



.feature-card::after{

    content:"";

    position:absolute;

    inset:0;

    border-radius:22px;

    padding:1px;

    background:
    linear-gradient(
        135deg,
        rgba(13,110,253,.35),
        transparent
    );

    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;

    mask-composite:exclude;

    opacity:0;

    transition:.35s;

}



.feature-card:hover::after{

    opacity:1;

}



/* =====================================================
   HERO PREMIUM GLOW
===================================================== */


.hero .fa-hand-pointer{

    color:#0d6efd;

    text-shadow:

    0 20px 50px rgba(13,110,253,.25);

}



/* =====================================================
   BUTTON SHINE EFFECT
===================================================== */


.btn-primary{

    position:relative;

    overflow:hidden;

}



.btn-primary::before{

    content:"";

    position:absolute;

    top:0;

    left:-100%;

    width:100%;

    height:100%;

    background:

    linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.4),
        transparent
    );

    transition:.5s;

}



.btn-primary:hover::before{

    left:100%;

}



/* =====================================================
   STATISTIC PREMIUM
===================================================== */


.bg-primary .fa-3x{

    opacity:.9;

}



.counter{

    text-shadow:

    0 5px 20px rgba(0,0,0,.15);

}



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


.accordion-button::after{

    filter:

    brightness(0) invert(1);

}


.accordion-button.collapsed::after{

    filter:none;

}



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


footer{

    position:relative;

    overflow:hidden;

}



footer::before{

    content:"";

    position:absolute;

    width:400px;

    height:400px;

    right:-150px;

    top:-150px;

    background:

    radial-gradient(
        circle,
        rgba(13,110,253,.2),
        transparent 70%
    );

}



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


@media(max-width:576px){


.hero .fa-hand-pointer{

    font-size:6rem;

}



.hero .badge{

    font-size:12px;

}



.counter{

    font-size:28px;

}



.navbar-brand{

    font-size:22px;

}



.btn-lg{

    padding:14px 20px;

}



}

/* =====================================================
   CLICK2PAY RESPONSIVE FINAL SYSTEM
   Android + Tablet + Desktop Optimization
===================================================== */


/* =====================================================
   LARGE DESKTOP (1200px+)
===================================================== */

@media (min-width:1200px){


.container{

    max-width:1180px;

}



.hero h1{

    font-size:64px;

}



.hero p{

    max-width:580px;

}



.feature-card{

    min-height:280px;

}



}


/* =====================================================
   LAPTOP / DESKTOP
===================================================== */

@media (992px - 1199px){

.hero h1{

    font-size:52px;

}


}


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

@media(max-width:991px){


body{

    overflow-x:hidden;

}



/* Navbar */

.navbar{

    padding:15px 0;

}



.navbar-collapse{

    margin-top:15px;

}



.navbar-nav{

    width:100%;

}



/* Hero */


.hero{

    min-height:auto;

    padding-top:130px;

    padding-bottom:70px;

}



.hero h1{

    font-size:44px;

}



.hero .lead{

    font-size:17px;

}



/* Button */

.hero .btn{

    width:auto;

}



/* Cards */

.feature-card{

    padding:30px;

}



/* Statistics */

.counter{

    font-size:35px;

}


}


/* =====================================================
   ANDROID LARGE
   576px - 767px
===================================================== */

@media(max-width:767px){


.container{

    padding-left:20px;

    padding-right:20px;

}



/* Hero */

.hero{

    text-align:center;

}



.hero h1{

    font-size:38px;

    line-height:1.2;

}



.hero p{

    font-size:15px;

}



.hero .btn{

    width:100%;

    margin-bottom:12px;

}



.hero .fa-hand-pointer{

    margin-top:40px;

}



/* Section */

.display-5{

    font-size:32px;

}



.feature-card{

    border-radius:20px;

}



/* Statistik */

.bg-primary .col-6{

    margin-bottom:35px;

}



.counter{

    font-size:30px;

}



/* Withdraw */

#withdraw .border{

    padding:15px!important;

    font-size:14px;

}



/* CTA */


#daftar h2{

    font-size:36px;

}



#daftar .btn{

    width:100%;

    margin-bottom:15px;

}



}



/* =====================================================
   ANDROID SMALL
   320px - 480px
===================================================== */

@media(max-width:480px){


html{

    font-size:14px;

}



/* Navbar */

.navbar-brand{

    font-size:20px;

}



/* Hero */


.hero{

    padding-top:110px;

}



.hero h1{

    font-size:32px;

}



.hero .badge{

    padding:10px 15px;

}



/* Icon */


.hero .fa-hand-pointer{

    font-size:80px;

}



/* Card */


.feature-card{

    padding:22px;

}



.feature-card .icon{

    width:65px;

    height:65px;

    font-size:26px;

}



/* FAQ */


.accordion-button{

    font-size:14px;

    padding:18px;

}



/* Footer */


footer h3{

    font-size:24px;

}



footer .fs-4{

    width:40px;

    height:40px;

}



}



/* =====================================================
   VERY SMALL DEVICE
   iPhone SE / Android Mini
===================================================== */

@media(max-width:360px){


.hero h1{

    font-size:28px;

}


.display-5{

    font-size:27px;

}


.counter{

    font-size:24px;

}


.btn-lg{

    font-size:14px;

}



}


/* =====================================================
   TOUCH DEVICE OPTIMIZATION
===================================================== */


@media (hover:none){


.feature-card:hover{

    transform:none;

}



.btn:hover{

    transform:none;

}



.nav-link::after{

    display:none;

}


}



/* =====================================================
   REDUCE MOTION SUPPORT
===================================================== */


@media(prefers-reduced-motion:reduce){


*,
*::before,
*::after{

    animation-duration:.01ms!important;

    transition-duration:.01ms!important;

}


}


/* =====================================================
   SAFE AREA MOBILE
===================================================== */


@supports(padding:max(0px)){


body{

    padding-left:

    env(safe-area-inset-left);

    padding-right:

    env(safe-area-inset-right);

}


}


/* =====================================================
   PRINT CLEAN
===================================================== */

@media print{


.navbar,
#topBtn,
#particles-js{

    display:none!important;

}


body{

    background:white;

}


}
