.stats-counter {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 15px;
}
.trustpilot-stars {
    color: #00b67a;
    margin-right: 10px;
}
.how-it-works-section {
    padding: 80px 0;
    background: #f9f9f9;
}
.step-card {
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    background: white;
    position: relative;
    transition: all 0.3s ease;
    height: 100%;
}
.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.step-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(45deg, #5a39b5, #8c62d0);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.testimonial-card {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    background: white;
    margin-bottom: 30px;
}
.user-profile {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.user-info h4 {
    margin: 0;
}
.info-card-100 {
    height: 100%;
}
.user-info p {
    margin: 0;
    color: #777;
    font-size: 14px;
}
.reward-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    transition: all 0.3s ease;
    background: white;
}
.reward-img {
    height: 180px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reward-img img {
    height: 100%;
}
.reward-content {
    padding: 20px;
}
.reward-content h3 {
    margin-top: 0;
    font-size: 20px;
}
.brand-logos img {
    height: 40px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}
.brand-logos img:hover {
    opacity: 1;
}
.faq-section {
    padding: 80px 0;
}
.faq-item {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}
.faq-question {
    padding: 15px 20px;
    background: white;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f9f9f9;
}
.faq-answer.active {
    padding: 20px;
    max-height: 500px;
}
.skrill-card {
    width: 250px;
    height: 150px;
    background: linear-gradient(135deg, #80386d, #58365d);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.reward-logo {
    width: 60%;
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 10px;
}
.reward-logo img {
    max-width: 100%;
    max-height: 100%;
}
.paypal-card {
    width: 250px;
    height: 150px;
    background: linear-gradient(135deg, #009cde, #003087);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.paypal-logo {
    width: 60%;
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 10px;
}
.paypal-logo img {
    max-width: 100%;
    max-height: 100%;
}

.reward-img-text {
    height: 180px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.reward-img-text {
    height: 180px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}

.brand-card {
    width: 250px;
    height: 150px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}