@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* border: 1px solid green; */
}

body {
    background-image: url(images/background.webp);
    background-color: #141414;
    background-size: contain;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(20, 20, 20, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(210, 239, 112, 0.1);
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    display: block;
    font-family: 'IBM Plex Mono';
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header-join-btn {
    background: #8b5cf6;
    color: #FFFFFF;
    padding: 10px 24px;
    border-radius: 9999px;
    text-decoration: none;
    font-family: 'IBM Plex Mono';
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
    box-shadow: 0 0 10px rgba(139, 92, 246, 0.5), 0 0 20px rgba(139, 92, 246, 0.3);
    animation: neon-pulse 2s infinite ease-in-out;
}

.header-join-btn:hover {
    transform: scale(1.05);
    background: #a78bfa;
    box-shadow: 0 0 15px rgba(139, 92, 246, 0.8), 0 0 30px rgba(139, 92, 246, 0.5);
}

.main-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    position: relative;
    margin-bottom: 80px;
}

.main-banner>img {
    width: 100%;
    max-width: 1920px;
}

.main-text {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    max-width: 1183px;
    width: 100%;
    text-align: center;
    font-family: 'IBM Plex Mono';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px !important;
}

.offer-title {
    position: absolute;
    top: 15%;
    /* Position above the head */
    left: 50%;
    transform: translateX(-50%);
    color: white;
    max-width: 1183px;
    width: 100%;
    text-align: center;
    font-family: 'IBM Plex Mono';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    text-transform: uppercase;
    z-index: 10;
    padding: 0 20px;
}

.offer-title.mobile-offer {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    max-width: 1183px;
    width: 100%;
    text-align: center;
    font-family: 'IBM Plex Mono';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    text-transform: uppercase;
    z-index: 10;
    padding: 0 20px;
    display: none;
    /* Hidden by default on PC */
}

/* PC Offer Styles */
.pc-offer {
    display: block;
    font-family: 'IBM Plex Mono';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    /* Matching .main-text if needed, or default h1 behavior */
    line-height: 1;
    text-transform: uppercase;
    color: white;
    margin: 0 !important;
}

.offer-title span,
.pc-offer span {
    color: #D2EF70;
}

.primary-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 24px 20px 24px 32px;
    gap: 12px;
    width: 529px;
    height: 74px;
    background: #8b5cf6;
    border-radius: 9999px;
    text-decoration: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 21px;
    line-height: 110%;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
    box-shadow: 0 0 15px rgba(139, 92, 246, 0.6), 0 0 30px rgba(139, 92, 246, 0.4);
    animation: neon-pulse 2s infinite ease-in-out;
}

.primary-btn:hover {
    transform: scale(1.02);
    background: #a78bfa;
    box-shadow: 0 0 20px rgba(139, 92, 246, 0.9), 0 0 40px rgba(139, 92, 246, 0.6);
}

.main-text .primary-btn {
    margin: 0 !important;
}

.reviews-cta .primary-btn {
    margin: 50px auto 0 auto;
}



.advantages-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    max-width: 800px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.advantages-list li {
    font-family: 'IBM Plex Mono';
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    position: relative;
    padding-left: 35px;
    line-height: 1.4;
    text-transform: uppercase;
}

.advantages-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
}

.adv-free::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23D2EF70'%3E%3Cpath d='M11.8 10.9c-2.27-.59-3-1.2-3-2.15 0-1.09 1.01-1.85 2.7-1.85 1.78 0 2.44.85 2.5 2.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-1.94.42-3.5 1.68-3.5 3.61 0 2.31 1.91 3.46 4.7 4.13 2.5.6 3 1.48 3 2.41 0 .69-.49 1.79-2.7 1.79-2.06 0-2.87-.92-2.98-2.1h-2.2c.12 2.19 1.76 3.42 3.68 3.83V21h3v-2.15c1.95-.37 3.5-1.5 3.5-3.55 0-2.84-2.43-3.81-4.7-4.4z'/%3E%3C/svg%3E");
}

.adv-users::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23D2EF70'%3E%3Cpath d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V21h14v-4.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V21h6v-4.5c0-2.33-4.67-3.5-7-3.5z'/%3E%3C/svg%3E");
}

.adv-support::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23D2EF70'%3E%3Cpath d='M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 12h-2v-2h2v2zm0-4h-2V6h2v4z'/%3E%3C/svg%3E");
}


/* Old features styles - keeping for reference but can be removed */
.features-container,
.feature-card,
.icon-box,
.text-box {
    display: none;
}




/* Ticker Styles */
.ticker-section {
    width: 100%;
    overflow: hidden;

    border-top: 1px solid #D2EF70;
    border-bottom: 1px solid #D2EF70;
    padding: 18px 0;
    position: relative;
    z-index: 2;
}

.ticker-track {
    display: flex;

    width: max-content;
    animation: scroll 60s linear infinite;
}

.ticker-item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #D2EF70;
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
    padding: 12px 54px;
    border-right: 1px solid #D2EF70;


    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    /* identical to box height, or 165% */
    display: flex;
    align-items: center;

    /* 1 */
    color: #D2EF70;


}

.ticker-item svg {
    width: 32px;
    height: 26px;

}



@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


/* Reviews Section Styles */
.reviews-section {
    padding: 0 20px;
    color: white;
    background-image: url(images/Ellipse\ 2.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 40px;
}

.reviews-header h2 {
    font-family: 'IBM Plex Mono';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 110%;
    /* identical to box height, or 53px */
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #FFFFFF 0%, #BABABA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.reviews-nav {
    display: flex;
    gap: 24px;
}

/* Custom Navigation Buttons */
.swiper-button-prev,
.swiper-button-next {
    position: static !important;
    margin: 0 !important;
    width: 60px !important;
    height: 60px !important;
    /* border: 1px solid #ccff00; */
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;

}

/* Remove default Swiper arrows content if present via CSS */
.swiper-button-prev::after,
.swiper-button-next::after {
    content: none !important;
}

/* Hover effect from screenshot likely subtly brightens or fills */
.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: rgba(255, 69, 0, 0.1);
}

.reviews-swiper {
    max-width: 1200px;
    padding-bottom: 50px !important;
}

.review-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 32px;
    gap: 20px;
    height: auto;
    min-height: 335px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.review-top {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    border-bottom: 1px solid #5B5B5B;
    padding-bottom: 16px;
}

.avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: none;
}

.review-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.review-info h4 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 20px;
    color: white;
    margin: 0;
}

.stars {
    display: flex;
    gap: 4px;
}

.stars img {
    width: 16px;
    height: 16px;
}

.review-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 5px 0;
}

.review-text {
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 1.5;
    color: #E0E0E0;
    font-weight: 400;
}

/* Pagination */
.swiper-pagination-bullet {
    background: #555 !important;
    opacity: 1 !important;
    width: 10px !important;
    height: 10px !important;
}

.swiper-pagination-bullet-active {
    background: #8b5cf6 !important;
}

@keyframes neon-pulse {
    0% {
        box-shadow: 0 0 5px rgba(139, 92, 246, 0.4), 0 0 10px rgba(139, 92, 246, 0.2);
        transform: scale(1);
    }

    50% {
        box-shadow: 0 0 20px rgba(139, 92, 246, 0.8), 0 0 40px rgba(139, 92, 246, 0.6);
        transform: scale(1.03);
    }

    100% {
        box-shadow: 0 0 5px rgba(139, 92, 246, 0.4), 0 0 10px rgba(139, 92, 246, 0.2);
        transform: scale(1);
    }
}

/* CTA Button - Use primary-btn global class */
.reviews-cta {
    display: flex;
    justify-content: center;
    width: 100%;
}

footer {
    padding: 0px 10px;
}

.footer-container {
    background: #141414;
    margin: 80px 0 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ============================================
   FOOTER STYLES (SAME FOR MOBILE AND DESKTOP)
   ============================================ */
.footer-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 1370px;
    padding: 20px 20px 0 20px;
    border-top: 1px solid #FFF;
}

.trustpilot-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 60px;
    margin-bottom: 40px;
}

.trustpilot-logo {
    width: auto;
    padding: 0;
}

.trustpilot-logo img {
    max-width: 440px;
    height: 160px;
    object-fit: contain;
}

.stars-container {
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    margin-top: 0;
}

.stars-container img {
    max-width: 460px;
    height: 100px;
    object-fit: contain;
}

.app-links {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: 20px auto;
    justify-content: center;
}

.app-btn {
    display: block;
    width: 180px;
    height: 60px;
    transition: transform 0.2s, opacity 0.2s;
}

.app-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.app-btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.copyright {
    text-align: left;
    width: 100%;
    padding: 20px 20px 0 20px;
    color: #A1A1AA;
    font-size: 13px;
    font-family: 'Montserrat';
    max-width: 1370px;
    margin: 0 auto;
}

.swiper-slide img {
    width: 80%;
    height: 100%;
}

@media (max-width: 768px) {
    .pc {
        display: none;
    }

    .header-logo {
        font-size: 16px;
    }

    .header-join-btn {
        padding: 8px 16px;
        font-size: 12px;
    }

    .main-banner {
        display: block;
        height: auto;
        min-height: 70vh;
        margin: 0 0 50px 0;
    }

    footer img.mobile {
        position: relative;
        top: 0px;
    }

    .main-banner img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .main-text {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        padding: 0 20px;
        margin-top: -150px;
        text-align: center;
    }

    .main-text h1 {
        font-size: 22px;
        line-height: 1.35;
        letter-spacing: 0.5px;
        margin-bottom: 20px;
        text-align: center;
        word-spacing: 2px;
        display: none;
        /* Hide original if it still existed via specificity */
    }

    .main-banner img.mobile {
        position: relative;
        top: 0;
        margin-top: 100px;
    }

    .pc-offer {
        display: none !important;
        /* Force hide PC version on mobile */
    }

    .offer-title.mobile-offer {
        display: block !important;
        /* Show mobile version */
        color: #FFFFFF !important;
        /* Force white color */
        top: 5% !important;
        /* Adjust for mobile */
        font-size: 4.3vw;
        width: 100%;
        left: 0;
        transform: none;
        padding: 0 20px;
        z-index: 999;
        font-family: 'Geologica', sans-serif;
        /* Ensure on top */
    }

    .offer-title.mobile-offer span {
        white-space: nowrap;
    }

    .primary-btn {
        width: 100%;
        height: 60px;
        font-size: 15px;
        padding: 18px 28px;
        white-space: nowrap;
    }

    .main-text .primary-btn {
        margin: 32px auto 0 auto !important;
    }

    .reviews-cta .primary-btn {
        margin: 0 auto !important;
    }

    .primary-btn img {
        width: 32px;
        height: 32px;
    }

    .ticker-section {
        margin-top: 20px;
    }

    .ticker-item {
        gap: 10px;
        font-size: 14px;
    }

    .ticker-item img {
        width: 19px;
    }

    .features-container {
        flex-direction: column;
        gap: 24px;
    }

    .feature-card {
        min-height: 256px;
        max-width: 343px;
        flex-direction: column;
        height: 282px;
    }

    .icon-box {
        width: 48px;
        height: 48px;
    }

    .icon-box img {
        width: 48px;
        height: 48px;
    }

    .text-box h3 {
        font-size: 22px;
    }

    .text-box p {
        font-size: 18px;
    }

    .reviews-section {
        gap: 24px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 20px;
    }

    .reviews-header {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        margin: 0;
    }

    .reviews-header h2 {
        font-size: 32px;
    }

    .reviews-nav {
        display: none;
    }

    .reviews-swiper {
        max-width: 377px;
    }

    .swiper-slide {
        display: flex !important;
        justify-content: center;
        margin-right: 0;
    }

    .swiper-slide:active {
        display: flex;
        justify-content: center;
    }

    .review-card {
        max-width: 345px;
    }

    .reviews-cta {
        margin-top: 20px;
    }

    .footer-container {
        margin: 80px 0 50px;
    }

    .trustpilot-section {
        gap: 30px;
        margin-bottom: 40px;
    }

    .trustpilot-logo {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .trustpilot-logo img {
        width: 100%;
        max-width: 360px;
        height: 140px;
        object-fit: contain;
    }

    .stars-container {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 0;
    }

    .stars-container img {
        width: 100%;
        max-width: 360px;
        height: 140px;
        object-fit: contain;
    }

    .app-links {
        flex-direction: row;
        gap: 15px;
        justify-content: center;
    }

    .app-btn {
        flex: 1;
        max-width: 180px;
        width: 100%;
        height: 55px;
    }

    .app-btn img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .copyright {
        text-align: center;
        width: 100%;
        padding: 20px;
    }

    .swiper-slide img {
        width: 70%;
    }

    .stars-container {
        margin-top: 25px;
    }
    
}

@media (min-width: 768px) {
    .mobile {
        display: none;
    }

    .ticker-section {
        margin-top: 80px;
    }

    .reviews-section {
        margin-top: 80px;
    }

    .reviews-header {
        max-width: 1200px;
    }

    .stars-container img {
        margin-top: 46px;
    }
    .trustpilot-logo{
        margin-left: 120px;
    }
    .stars-container img{
        margin-left:-130px;
    }
}