
.sales-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(12,10,10,0.92) 0%, rgba(12,10,10,0.80) 45%, rgba(12,10,10,0.35) 100%), url('../../assets/img/orange/Electrician_DB.png');
    background-size: cover;
    background-position: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.sales-hero .hero-content {
    max-width: 800px;
    padding: 110px 0 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.sales-hero .hero-title {
    font-size: 58px;
    line-height: 1.12;
    color: var(--white-color);
    margin-bottom: 18px;
    margin-top: 18px;
}

.sales-hero .hero-text {
    color: rgba(255,255,255,0.88);
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 28px;
    max-width: 800px;
}

.sales-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 18px 0 0;
}

.sales-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255,255,255,0.18);
    color: var(--white-color);
    padding: 10px 16px;
    border-radius: 50px;
    background: rgba(255,255,255,0.07);
    font-size: 14px;
}

.trust-strip {
    background: var(--theme-color);
    color: var(--white-color);
    padding: 18px 0;
}

    .trust-strip .trust-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px 28px;
        font-weight: 600;
        text-align: center;
    }

.video-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0,0,0,.18);
}

    .video-wrap iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.feature-card,
.price-card,
.info-card,
.faq-card,
.sales-cta-box {
    background: var(--white-color);
    border-radius: 24px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
}

.feature-card {
    padding: 30px;
    height: 100%;
}

    .feature-card .icon {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: var(--smoke-color3);
        color: var(--theme-color);
        font-size: 26px;
        margin-bottom: 18px;
    }

.price-card {
    padding: 36px 34px;
    height: 100%;
    border: 1px solid transparent;
    position: relative;
}

    .price-card.featured {
        border-color: rgba(255,102,0,0.35);
        box-shadow: 0 18px 45px rgba(255,102,0,0.12);
    }

.price-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 30px;
    background: var(--theme-color);
    color: var(--white-color);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
}

.price-value {
    font-size: 32px;
    line-height: 1;
    color: var(--title-color);
    margin-bottom: 18px;
    font-weight: 800;
}

    .price-value span {
        font-size: 16px;
        color: var(--body-color);
        font-weight: 500;
    }

.price-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

    .price-list li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 14px;
        line-height: 1.7;
    }

        .price-list li:before {
            content: "\f00c";
            font-family: "Font Awesome 6 Pro";
            position: absolute;
            left: 0;
            top: 1px;
            color: var(--theme-color);
            font-weight: 700;
        }

.section-intro {
    max-width: 860px;
    margin-bottom: 30px;
}

.mini-rating {
    color: #ffb400;
    font-size: 18px;
    margin: 0 0 12px;
}

.authority-logo {
    background: var(--white-color);
    border-radius: 20px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 10px 35px rgba(0,0,0,.06);
}

    .authority-logo img {
        max-width: 100%;
        height: auto;
    }

.faq-card {
    padding: 24px 28px;
    margin-bottom: 20px;
}

    .faq-card h4 {
        margin-bottom: 10px;
        font-size: 22px;
    }

.sales-cta-box {
    padding: 50px 40px;
    text-align: center;
    background: linear-gradient(135deg, var(--smoke-color3), var(--white-color));
}

.mobile-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding: 10px 12px;
    background: rgba(12,10,10,0.92);
    backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255,255,255,0.1);
}

.mobile-sticky-cta__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.mobile-sticky-cta__text {
    color: var(--white-color);
    line-height: 1.1;
}

    .mobile-sticky-cta__text span {
        display: block;
        opacity: 0.8;
        font-size: 14px;
        margin-top: 3px;
    }

@media (max-width: 991px) {
    body {
        padding-bottom: 78px;
    }

    .sales-hero .hero-content {
        padding: 85px 0 70px;
    }

    .sales-hero .hero-title {
        font-size: 40px;
    }

    .sales-hero .hero-text {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .sales-hero .hero-title {
        font-size: 34px;
    }

    .price-card,
    .feature-card,
    .faq-card,
    .sales-cta-box {
        padding: 24px 20px;
    }
}

.about-video {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(15, 45, 80, 0.15);
    background: #000;
}

.launch-countdown {
    background: #fff;
    border-radius: 30px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.countdown-title h3 {
    margin-bottom: 25px;
}

.countdown-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.countdown-item {
    min-width: 120px;
    background: #f7f9fc;
    border-radius: 20px;
    padding: 20px;
}

    .countdown-item span {
        display: block;
        font-size: 42px;
        font-weight: 700;
        color: #ff7a00; /* Builda orange */
        line-height: 1;
    }

    .countdown-item small {
        display: block;
        margin-top: 10px;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.countdown-message {
    margin-top: 25px;
    font-weight: 600;
}

