/* Start custom CSS for html, class: .elementor-element-a9e5348 *//* =====================================================
   SMARTONE IPTV MONTHLY PLAN
   BLACK + NEON GREEN DESIGN
===================================================== */

.smartone-monthly-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(0, 255, 136, 0.08),
            transparent 38%
        ),
        #050706;
    color: #ffffff;
    font-family: "Inter", sans-serif;
}

.smartone-monthly-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    top: 180px;
    left: -220px;
    background: rgba(0, 255, 136, 0.07);
    filter: blur(140px);
    border-radius: 50%;
    pointer-events: none;
}

.smartone-monthly-container {
    width: 92%;
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}


/* =====================================================
   HEADER
===================================================== */

.smartone-monthly-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 45px;
}

.smartone-monthly-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    border-radius: 50px;
    background: rgba(0, 255, 136, 0.07);
    border: 1px solid rgba(0, 255, 136, 0.22);
    color: #00ff88;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.smartone-monthly-header h1 {
    margin: 0;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -3px;
    color: #ffffff;
}

.smartone-monthly-header h1 span {
    display: block;
    background: linear-gradient(
        90deg,
        #ffffff,
        #00ff88,
        #00c96b
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.smartone-monthly-header > p {
    max-width: 650px;
    margin: 22px auto 25px;
    color: #929d97;
    font-size: 16px;
    line-height: 1.7;
}

.smartone-price {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    padding: 13px 20px;
    border-radius: 50px;
    background: rgba(0, 255, 136, 0.08);
    border: 1px solid rgba(0, 255, 136, 0.25);
}

.smartone-price strong {
    color: #00ff88;
    font-size: 27px;
    font-weight: 900;
}

.smartone-price span {
    color: #929d97;
    font-size: 13px;
    font-weight: 600;
}


/* =====================================================
   STATS
===================================================== */

.smartone-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: rgba(13, 18, 16, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.smartone-stat {
    position: relative;
    text-align: center;
    padding: 25px 15px;
}

.smartone-stat:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 25%;
    width: 1px;
    height: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.smartone-stat strong {
    display: block;
    color: #00ff88;
    font-size: clamp(21px, 2.5vw, 30px);
    font-weight: 900;
    letter-spacing: -1px;
}

.smartone-stat span {
    display: block;
    margin-top: 5px;
    color: #7e8b83;
    font-size: 11px;
    font-weight: 600;
}


/* =====================================================
   TRUST
===================================================== */

.smartone-trust {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 45px;
}

.smartone-trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 14px;
    border-radius: 50px;
    background: rgba(13, 18, 16, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.07);
    color: #929d97;
    font-size: 11px;
    font-weight: 600;
}

.smartone-trust b {
    color: #00ff88;
}


/* =====================================================
   MAIN GRID
===================================================== */

.smartone-monthly-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
    gap: 22px;
    align-items: start;
}


/* =====================================================
   CARDS
===================================================== */

.smartone-plan-card,
.smartone-order-card {
    position: relative;
    background:
        linear-gradient(
            145deg,
            rgba(13, 18, 16, 0.98),
            rgba(9, 13, 11, 0.98)
        );
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.30);
}

.smartone-plan-card {
    padding: 34px;
}

.smartone-order-card {
    padding: 34px;
    position: sticky;
    top: 30px;
}

.smartone-plan-card::before,
.smartone-order-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 35px;
    right: 35px;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 255, 136, 0.45),
        transparent
    );
}


/* =====================================================
   CARD HEADER
===================================================== */

.smartone-card-header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}

.smartone-card-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(0, 255, 136, 0.07);
    border: 1px solid rgba(0, 255, 136, 0.20);
    color: #00ff88;
    font-size: 12px;
    font-weight: 800;
}

.smartone-small-label {
    display: block;
    color: #00ff88;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.smartone-plan-card h2,
.smartone-order-card h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -1.5px;
}

.smartone-plan-card h2 span,
.smartone-order-card h2 span {
    color: #00ff88;
}

.smartone-plan-intro {
    color: #929d97;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 25px;
}


/* =====================================================
   FEATURES
===================================================== */

.smartone-features {
    display: grid;
    gap: 9px;
}

.smartone-feature {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 15px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.055);
    transition: 0.25s ease;
}

.smartone-feature:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 255, 136, 0.22);
    background: rgba(0, 255, 136, 0.035);
}

.smartone-feature-icon {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: rgba(0, 255, 136, 0.08);
    border: 1px solid rgba(0, 255, 136, 0.18);
    color: #00ff88;
    font-size: 12px;
    font-weight: 900;
}

.smartone-feature h3 {
    margin: 0 0 4px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.smartone-feature p {
    margin: 0;
    color: #7e8b83;
    font-size: 11px;
    line-height: 1.55;
}


/* =====================================================
   GUARANTEE
===================================================== */

.smartone-guarantee {
    margin-top: 20px;
    padding: 16px;
    border-radius: 15px;
    background: rgba(0, 255, 136, 0.035);
    border: 1px solid rgba(0, 255, 136, 0.12);
    display: grid;
    gap: 13px;
}

.smartone-guarantee > div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.smartone-guarantee > div > span {
    color: #00ff88;
    font-size: 12px;
    margin-top: 2px;
}

.smartone-guarantee p {
    margin: 0;
    color: #7e8b83;
    font-size: 10px;
    line-height: 1.5;
}

.smartone-guarantee strong {
    color: #929d97;
    font-weight: 700;
}


/* =====================================================
   ORDER CARD
===================================================== */

.smartone-order-top {
    text-align: center;
}

.smartone-order-top .smartone-card-number {
    margin: 0 auto 15px;
}

.smartone-order-top .smartone-small-label {
    margin-bottom: 8px;
}

.smartone-order-top p {
    max-width: 420px;
    margin: 14px auto 20px;
    color: #7e8b83;
    font-size: 13px;
    line-height: 1.65;
}

.smartone-order-price {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 5px;
    width: fit-content;
    margin: 0 auto 25px;
    padding: 11px 18px;
    border-radius: 50px;
    background: linear-gradient(
        135deg,
        rgba(0, 255, 136, 0.12),
        rgba(0, 201, 107, 0.06)
    );
    border: 1px solid rgba(0, 255, 136, 0.22);
}

.smartone-order-price strong {
    color: #00ff88;
    font-size: 24px;
    font-weight: 900;
}

.smartone-order-price span {
    color: #929d97;
    font-size: 11px;
    font-weight: 600;
}


/* =====================================================
   WPFORMS
===================================================== */

.smartone-wpform .wpforms-container {
    margin: 0 !important;
}

.smartone-wpform .wpforms-form {
    margin: 0 !important;
}

.smartone-wpform .wpforms-field {
    margin-bottom: 15px !important;
}

.smartone-wpform .wpforms-field-label {
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.smartone-wpform input,
.smartone-wpform select,
.smartone-wpform textarea {
    width: 100% !important;
    background: #090d0b !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    padding: 12px 13px !important;
    font-family: "Inter", sans-serif !important;
    font-size: 13px !important;
    transition: 0.25s ease !important;
    box-shadow: none !important;
}

.smartone-wpform input::placeholder,
.smartone-wpform textarea::placeholder {
    color: #65716b !important;
}

.smartone-wpform input:focus,
.smartone-wpform select:focus,
.smartone-wpform textarea:focus {
    border-color: rgba(0, 255, 136, 0.45) !important;
    box-shadow: 0 0 0 3px rgba(0, 255, 136, 0.06) !important;
    outline: none !important;
}

.smartone-wpform button[type="submit"],
.smartone-wpform .wpforms-submit {
    width: 100% !important;
    min-height: 48px !important;
    border: none !important;
    border-radius: 12px !important;
    background: linear-gradient(
        135deg,
        #00ff88,
        #00d875
    ) !important;
    color: #031009 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
    transition: 0.25s ease !important;
    box-shadow: 0 10px 30px rgba(0, 255, 136, 0.12) !important;
}

.smartone-wpform button[type="submit"]:hover,
.smartone-wpform .wpforms-submit:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 14px 35px rgba(0, 255, 136, 0.20) !important;
}


/* =====================================================
   SECURE NOTE
===================================================== */

.smartone-secure-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 20px;
    padding: 13px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.smartone-secure-note > span {
    color: #00ff88;
    font-size: 13px;
}

.smartone-secure-note strong {
    display: block;
    color: #929d97;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 3px;
}

.smartone-secure-note p {
    margin: 0;
    color: #65716b;
    font-size: 9px;
    line-height: 1.5;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1000px) {

    .smartone-monthly-section {
        padding: 85px 0;
    }

    .smartone-stats {
        grid-template-columns: repeat(3, 1fr);
    }

    .smartone-stat:nth-child(3)::after {
        display: none;
    }

    .smartone-monthly-grid {
        grid-template-columns: 1fr;
    }

    .smartone-order-card {
        position: relative;
        top: auto;
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 650px) {

    .smartone-monthly-section {
        padding: 70px 0;
    }

    .smartone-monthly-container {
        width: 92%;
    }

    .smartone-monthly-header {
        margin-bottom: 32px;
    }

    .smartone-monthly-header h1 {
        font-size: clamp(32px, 9vw, 44px);
        letter-spacing: -2px;
    }

    .smartone-monthly-header > p {
        font-size: 14px;
    }

    .smartone-stats {
        grid-template-columns: repeat(2, 1fr);
        border-radius: 17px;
    }

    .smartone-stat {
        padding: 20px 10px;
    }

    .smartone-stat:nth-child(2)::after {
        display: none;
    }

    .smartone-stat:nth-child(3)::after {
        display: block;
    }

    .smartone-stat:nth-child(4)::after {
        display: none;
    }

    .smartone-trust {
        gap: 7px;
        margin-bottom: 30px;
    }

    .smartone-trust span {
        font-size: 9px;
        padding: 8px 10px;
    }

    .smartone-plan-card,
    .smartone-order-card {
        padding: 22px;
        border-radius: 20px;
    }

    .smartone-feature {
        padding: 13px;
    }

    .smartone-feature h3 {
        font-size: 12px;
    }

    .smartone-feature p {
        font-size: 10px;
    }
}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 390px) {

    .smartone-monthly-container {
        width: 94%;
    }

    .smartone-stats {
        grid-template-columns: 1fr 1fr;
    }

    .smartone-stat strong {
        font-size: 20px;
    }

    .smartone-plan-card,
    .smartone-order-card {
        padding: 18px;
    }

    .smartone-card-header {
        gap: 10px;
    }
}/* End custom CSS */