
body{
    margin:0;
    background:#f4fff7;
    color:#111;
    font-family:Arial,sans-serif;
}

::selection{
    background:#16a34a;
    color:#fff;
}

::-moz-selection{
    background:#16a34a;
    color:#fff;
}

.topbar{
    background:#ffffff;
    border-bottom:1px solid #d8f5df;
    padding:12px 0;
}

.logo{
    width:100px;
    height:48px;
    object-fit:contain;
}

.top-btn{
    text-decoration:none;
    padding:8px 16px;
    border-radius:5px;
    font-size:13px;
    font-weight:bold;
    margin-left:8px;
    transition:0.2s;
}

.login-btn{
    background:#ffffff;
    border:1px solid #22c55e;
    color:#16a34a;
}

.register-btn{
    background:#22c55e;
    color:white;
}

.top-btn:hover{
    opacity:0.9;
}

.hero{
    padding:80px 0;
    background:#f4fff7;
    text-align:center;
}

.hero h1{
    font-size:44px;
    font-weight:bold;
    color:#16a34a;
    margin-bottom:20px;
}

.hero p{
    max-width:760px;
    margin:auto;
    color:#444;
    font-size:15px;
    line-height:1.9;
}

.main-btn{
    display:inline-block;
    margin-top:28px;
    background:#22c55e;
    color:white;
    padding:14px 28px;
    border-radius:6px;
    text-decoration:none;
    font-size:15px;
    font-weight:bold;
}

.main-btn:hover{
    background:#16a34a;
    color:white;
}

.bonus-box{
    margin-top:28px;
    background:#ffffff;
    border:1px solid #d8f5df;
    padding:18px;
    border-radius:8px;
    display:inline-block;
    color:#333;
    font-size:14px;
}

.code{
    margin-top:10px;
    display:inline-block;
    background:#22c55e;
    color:white;
    padding:8px 15px;
    border-radius:5px;
    font-weight:bold;
}

.hero-image{
    width:100%;
    max-width:260px;
    margin-top:40px;
}

.section-dark{
    background:#ffffff;
    color:#111;
    padding:90px 20px;
}

.small-title{
    color:#16a34a;
    font-size:13px;
    font-weight:bold;
    letter-spacing:1px;
    margin-bottom:18px;
    text-align:center;
}

.main-title{
    font-size:38px;
    font-weight:bold;
    color:#16a34a;
    margin-bottom:25px;
    line-height:1.4;
    text-align:center;
}

.main-text{
    margin-bottom:24px;
    font-size:15px;
    line-height:2;
    color:#444;
    font-weight:600;
    text-align:left;
}

.play-btn{
    display:inline-block;
    margin-top:25px;
    background:#22c55e;
    color:white;
    padding:14px 30px;
    border-radius:6px;
    text-decoration:none;
    font-size:15px;
    font-weight:bold;
}

.play-btn:hover{
    background:#16a34a;
    color:white;
}

.play-btn-wrapper{
    text-align:center;
}

.middle-image-section{
    position:relative;
    padding:20px 0 0;
    background:linear-gradient(to bottom,#ffffff 50%,#f4fff7 50%);
}

.middle-image{
    width:100%;
    max-width:1040px;
    display:block;
    margin:auto;
}

.feature-section{
    padding:90px 0;
    background:#f4fff7;
}

.feature-box{
    background:#ffffff;
    border:1px solid #d8f5df;
    border-radius:8px;
    padding:28px;
    height:100%;
    text-align:center;
}

.feature-icon{
    font-size:34px;
    color:#22c55e;
    margin-bottom:14px;
}

.feature-box h4{
    font-size:20px;
    font-weight:bold;
    margin-bottom:12px;
    color:#16a34a;
}

.feature-box p{
    color:#555;
    font-size:14px;
    line-height:1.8;
}

.cta{
    background:#f4fff7;
    padding:90px 20px;
    text-align:center;
}

.cta h2{
    color:#16a34a;
    font-size:36px;
    font-weight:bold;
}

.cta p{
    max-width:760px;
    margin:auto;
    margin-top:20px;
    color:#444;
    font-size:15px;
    line-height:2;
}
.stats-section{
    background:white;
    padding:70px 0;
}

.stat-box{
    text-align:center;
    padding:20px 10px;
}

.stat-icon{
    font-size:52px;
    color:#22c55e;
    margin-bottom:18px;
}

.stat-box h2{
    color:#111111;
    font-size:36px;
    font-weight:700;
    margin-bottom:6px;
}

.stat-box p{
    color:#666666;
    font-size:15px;
    font-weight:500;
    margin:0;
}

@media(max-width:768px){

    .stats-section{
        padding:50px 0;
    }

    .stat-icon{
        font-size:42px;
    }

    .stat-box h2{
        font-size:28px;
    }

    .stat-box p{
        font-size:13px;
    }

}

.footer-section {
    background: #ffffff;
    padding: 80px 0 25px;
    border-top: 1px solid #d8f5df;
}

.footer-logo {
    width: 120px;
    margin-bottom: 20px;
}

.footer-title {
    font-size: 18px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 22px;
}

.footer-text {
    color: #666666;
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 22px;
}

.small-text {
    max-width: 260px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 14px;
}

.footer-links a {
    text-decoration: none;
    color: #555555;
    font-size: 14px;
    transition: 0.2s;
}

.footer-links a:hover {
    color: #22c55e;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f4fff7;
    color: #22c55e;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    transition: 0.2s;
}

.footer-social a:hover {
    background: #22c55e;
    color: #ffffff;
}

.footer-btn {
    display: inline-block;
    background: #22c55e;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
}

.footer-btn:hover {
    background: #16a34a;
    color: #ffffff;
}

.footer-bottom {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #e7f8eb;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: #777777;
    font-size: 13px;
}

@media(max-width:768px) {
    
    .footer-section {
        padding: 65px 0 20px;
    }
    
    .footer-title {
        font-size: 16px;
    }
    
    .footer-text,
    .footer-links a {
        font-size: 13px;
    }
    
    .footer-social a {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    
}

@media(max-width:768px){

    .hero h1{
        font-size:34px;
    }

    .main-title{
        font-size:30px;
    }

    .cta h2{
        font-size:28px;
    }

    .main-text{
        font-size:14px;
    }

    .middle-image{
        max-width:100%;
    }

}

.proof-slider-section {
    background: #f4fff7;
    padding: 90px 0;
    border-bottom: 1px solid #29B55566;
}

.proof-head {
    text-align: center;
    margin-bottom: 40px;
}

.proof-head h5 {
    color: #22c55e;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}

.proof-head h2 {
    color: #111111;
    font-size: 36px;
    font-weight: 800;
}

.phone-mockup {
    width: 360px;
    height: 700px;
    background: #111111;
    margin: auto;
    border-radius: 42px;
    padding: 16px;
    position: relative;
    border: 4px solid #2d2d2d;
    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.25),
        inset 0 0 0 2px #444;
}


.phone-camera {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 23px;
    background: #000000;
    border-radius: 30px;
    z-index: 2;
}

.proof-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 28px;
    display: block;
}

.slider-arrow {
    width: 55px;
    height: 55px;
    background: #22c55e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 28px;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 1;
}

@media(max-width:768px) {
    
    .proof-slider-section {
        padding: 70px 0;
    }
    
    .proof-head h2 {
        font-size: 28px;
    }
    
    .phone-mockup {
        width: 290px;
        height: 580px;
        border-radius: 34px;
        padding: 12px;
    }
    
    .phone-camera {
        width: 90px;
        height: 22px;
        top: 10px;
    }
    
    .proof-image {
        border-radius: 24px;
    }
    
    .slider-arrow {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }
    
}
.giftcode-section{
    background:#ffffff;
    padding:90px 0;
    border-top:1px solid #e8f8ec;
    border-bottom:1px solid #e8f8ec;
}

.giftcode-content{
    max-width:760px;
    margin:auto;
}

.gift-small-title{
    color:#16a34a;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:18px;
}

.gift-title{
    font-size:38px;
    font-weight:800;
    color:#111111;
    margin-bottom:20px;
}

.gift-text{
    color:#666666;
    font-size:15px;
    line-height:2;
    margin-bottom:32px;
}

.gift-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#22c55e;
    color:#ffffff;
    text-decoration:none;
    padding:14px 28px;
border-radius: 6px;
    font-size:15px;
    font-weight:700;
    transition:0.2s;
}

.gift-btn:hover{
    background:#16a34a;
    color:#ffffff;
}

@media(max-width:768px){

    .giftcode-section{
        padding:70px 0;
    }

    .gift-title{
        font-size:28px;
    }

    .gift-text{
        font-size:14px;
    }

    .gift-btn{
        width:100%;
        justify-content:center;
    }

}
.support-section{
    background:#f4fff7;
    padding:90px 0;
    border-top:1px solid #e8f8ec;
}

.support-content{
    max-width:760px;
    margin:auto;
}

.support-small-title{
    color:#16a34a;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:18px;
}

.support-title{
    font-size:38px;
    font-weight:800;
    color:#111111;
    margin-bottom:20px;
}

.support-text{
    color:#666666;
    font-size:15px;
    line-height:2;
    margin-bottom:32px;
}

.support-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    border-radius: 6px;
    background:#22c55e;
    color:#ffffff;
    text-decoration:none;
    padding:14px 28px;
    font-size:15px;
    font-weight:700;
    transition:0.2s;
}

.support-btn:hover{
    background:#16a34a;
    color:#ffffff;
}

@media(max-width:768px){

    .support-section{
        padding:70px 0;
    }

    .support-title{
        font-size:28px;
    }

    .support-text{
        font-size:14px;
    }

    .support-btn{
        width:100%;
        justify-content:center;
    }

}
.rating-section{
    background:#ffffff;
    padding:90px 0;
    border-top:1px solid #e8f8ec;
}

.rating-content{
    max-width:700px;
    margin:auto;
}

.rating-stars{
    display:flex;
    justify-content:center;
    gap:8px;
    margin-bottom:22px;
}

.rating-stars i{
    color:#facc15;
    font-size:34px;
}

.rating-score{
    font-size:42px;
    font-weight:800;
    color:#111111;
    margin-bottom:18px;
}

.rating-text{
    color:#666666;
    font-size:15px;
    line-height:2;
}

@media(max-width:768px){

    .rating-section{
        padding:70px 0;
    }

    .rating-stars i{
        font-size:28px;
    }

    .rating-score{
        font-size:32px;
    }

    .rating-text{
        font-size:14px;
    }

}
.faq-section{
    background:#ffffff;
    padding:100px 0;
}

.faq-head{
    max-width:760px;
    margin:auto;
    margin-bottom:55px;
}

.faq-small-title{
    color:#16a34a;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:18px;
}

.faq-title{
    font-size:42px;
    font-weight:800;
    color:#111111;
    margin-bottom:20px;
}

.faq-text{
    color:#666666;
    font-size:15px;
    line-height:2;
}

.faq-accordion{
    max-width:900px;
    margin:auto;
}

.faq-accordion .accordion-item{
    border:1px solid #e8f8ec;
    margin-bottom:16px;
    background:#ffffff;
}

.faq-accordion .accordion-button{
    background:#ffffff;
    color:#111111;
    font-size:16px;
    font-weight:700;
    padding:22px 24px;
    box-shadow:none;
}

.faq-accordion .accordion-button:not(.collapsed){
    background:#f4fff7;
    color:#16a34a;
}

.faq-accordion .accordion-button:focus{
    box-shadow:none;
}

.faq-accordion .accordion-body{
    padding:0 24px 24px;
    color:#666666;
    font-size:14px;
    line-height:2;
}

@media(max-width:768px){

    .faq-section{
        padding:70px 0;
    }

    .faq-title{
        font-size:30px;
    }

    .faq-text{
        font-size:14px;
    }

    .faq-accordion .accordion-button{
        font-size:14px;
        padding:18px;
    }

    .faq-accordion .accordion-body{
        padding:0 18px 18px;
        font-size:13px;
    }

}

