/* =====================================================
   STYLESHEET STRUCTURE
   1) Common / Shared Components
   2) Responsive Overrides
   3) Page-Specific Components (Services, Orders, Signup, Blog)
   4) Navbar Overrides
===================================================== */

/* =====================================================
   1) COMMON / SHARED COMPONENTS
===================================================== */

/* =====================================================
   GLOBAL RESET
===================================================== */

body {
    margin: 0;
    padding: 0
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 1000;
    background: #111827;
    color: #fff;
    padding: 10px 14px;
    border-radius: 8px
}

.skip-link:focus {
    left: 12px;
    top: 12px;
    width: auto;
    height: auto
}

/* =====================================================
   GLOBAL HELPERS
===================================================== */

.section-alt {
    background: #f9fafb
}

/* =====================================================
   HERO SECTION (HOMEPAGE + LOGIN)
===================================================== */

.hero-section {
    background: linear-gradient(135deg, #2563eb, #6366f1);
    padding: 25px 0 80px;
    color: #fff
}

.hero-row {
    display: flex;
    align-items: center
}

.hero-title {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 20px
}

.hero-subtitle {
    font-size: 18px;
    color: #e5e7eb;
    margin-bottom: 35px
}

.hero-eyebrow {
    display: inline-block;
    margin: 0 0 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
    color: #eef2ff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .03em;
    text-transform: uppercase
}

.hero-kpi-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 20px
}

.hero-kpi-pill {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .28);
    color: #eef2ff;
    font-size: 12px;
    font-weight: 600
}

.hero-cta .btn {
    border-radius: 30px;
    padding: 12px 26px;
    font-weight: 600;
    margin-right: 12px
}

.hero-cta .btn-primary {
    background: #fff;
    color: #2563eb;
    border: none
}

.hero-cta .btn-outline-light {
    border: 2px solid #fff;
    color: #fff
}

.hero-illustration {
    max-width: 100%;
    max-height: 420px;
    margin-top: 30px
}


/* =====================================================
   HERO LOGIN CARD
===================================================== */
.hero-section .login-card {
    background: rgba(255, 255, 255, .95);
    border-radius: 22px;
    padding: 42px 40px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .15), inset 0 0 0 1px rgba(255, 255, 255, .4);
    backdrop-filter: blur(8px)
}

.hero-section .login-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 26px;
    color: #111827
}

.hero-section .login-card label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 6px
}

.hero-section .login-card .form-control {
    height: 50px;
    border-radius: 12px;
    border: 1.5px solid #d1d5db;
    background: #f9fafb;
    color: #111827;
    transition: all .2s ease
}

.hero-section .login-card .form-control::placeholder {
    color: #9ca3af
}

.hero-section .login-card .form-control:focus {
    background: #fff;
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .25)
}

.hero-section .checkbox {
    margin: 14px 0 22px;
    font-size: 14px;
    color: #4b5563
}

.hero-section .forgot-password {
    display: block;
    margin-top: 6px;
    text-align: right;
    font-size: 13px;
    font-weight: 500;
    color: #6366f1
}

.hero-section .forgot-password:hover {
    text-decoration: underline
}

.hero-section .login-card .btn-primary {
    height: 54px;
    border-radius: 32px;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(135deg, #2563eb, #6366f1);
    box-shadow: 0 14px 30px rgba(99, 102, 241, .4);
    border: none
}

.hero-section .login-card .btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 38px rgba(99, 102, 241, .5)
}

.hero-section .signup-text {
    margin-top: 20px;
    font-size: 14px;
    color: #4b5563
}

.hero-support-note {
    margin-top: 16px;
    color: #dbeafe;
    font-size: 14px
}

.hero-support-note a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline
}

.hero-login-trust {
    margin-top: 18px;
    font-size: 13px;
    color: #6b7280;
    text-align: center
}

.hero-trust span {
    display: inline-block;
    margin: 0;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    color: #eef2ff;
    font-size: 12px
}

.hero-trust {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.services-grid {
    display: flex;
    flex-wrap: wrap
}

.services-grid > [class*="col-"] {
    float: none;
    display: flex
}

/* =====================================================
   PLATFORM SUPPORT STRIP
===================================================== */

.platform-support-strip {
    background: #fff;
    padding: 28px 0 34px;
    border-bottom: 1px solid #f1f5f9
}

.platform-support-title {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #4b5563;
    margin-bottom: 16px
}

.platform-pill-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 12px
}

.platform-pill {
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    color: #1f2937;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    white-space: nowrap;
    transition: all .2s ease
}

.platform-pill:hover {
    background: #eef2ff;
    border-color: #c7d2fe;
    color: #1e3a8a
}


/* =====================================================
   POPULAR SERVICES
===================================================== */

.services-section {
    background: #f9fafb;
    padding: 70px 0
}

.services-section .row>div {
    margin-bottom: 36px
}

.service-card {
    background: #fff;
    border-radius: 16px;
    padding: 26px 22px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .04);
    transition: transform .25s ease, box-shadow .25s ease
}

.service-card img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    margin: 0 auto 14px;
    flex-shrink: 0
}

.service-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 6px;
    min-height: 22px
}

.service-card p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 16px;
    min-height: 42px
}

.service-card .btn {
    margin-top: auto;
    border-radius: 22px;
    padding: 9px 18px;
    font-size: 13px;
    font-weight: 600
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .12), 0 6px 14px rgba(0, 0, 0, .08)
}

/* =====================================================
   SOCIAL PROOF / STATS
===================================================== */

.stats-section {
    background: #fff;
    padding: 30px 0
}

.stat-card {
    padding: 30px 20px;
    border-radius: 14px;
    background: #f9fafb;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
    transition: transform .25s ease, box-shadow .25s ease;
    margin-bottom: 10px
}

.stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, .08)
}

.stat-icon {
    font-size: 32px;
    margin-bottom: 10px
}

.stat-number {
    font-size: 30px;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 6px
}

.stat-label {
    font-size: 15px;
    color: #4b5563;
    font-weight: 500
}


/* =====================================================
   WHAT IS SMM PANEL
===================================================== */

.smm-info-section {
    background: #fff;
    padding: 60px 0
}

.smm-info-content .col-md-5 {
    background: #f8fafc;
    border-radius: 20px;
    padding: 16px
}

.smm-info-section p {
    font-size: 15px;
    color: #374151;
    line-height: 1.7;
    margin-bottom: 16px
}

.smm-benefits-card {
    background: linear-gradient(180deg, #fff 0, #f9fafb 100%);
    border-radius: 16px;
    padding: 26px 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    border-left: 4px solid #2563eb
}

.smm-benefits-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #111827
}

.smm-benefits {
    list-style: none;
    padding: 0;
    margin: 0
}

.smm-benefits li {
    font-size: 14px;
    color: #374151;
    margin-bottom: 8px;
    padding-left: 4px
}

.smm-info-footer {
    margin-top: 26px
}

.smm-info-footer p {
    font-size: 14px;
    color: #4b5563
}


/* =====================================================
   WHY CHOOSE US
===================================================== */

.why-choose-split {
    background: #f9fafb;
    padding: 70px 0
}

.why-choose-split .section-title {
    font-size: 34px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px
}

.why-choose-split .section-subtitle {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 34px;
    max-width: 520px
}

.why-card-list {
    display: flex;
    flex-direction: column;
    gap: 18px
}

.why-card-item {
    background: #fff;
    border-radius: 14px;
    padding: 20px 22px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .07);
    transition: transform .25s ease, box-shadow .25s ease
}

.why-card-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, .1)
}

.why-card-item .why-icon {
    font-size: 20px;
    line-height: 1;
    margin-top: 3px;
    flex-shrink: 0
}

.why-card-item h4 {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 4px
}

.why-card-item p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
    margin: 0
}

.why-illustration {
    background: #fff;
    margin-top: 150px;
    border-radius: 26px;
    padding: 10px;
    box-shadow: 0 28px 5px rgba(0, 0, 0, .14);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.why-illustration img {
    width: 100%;
    max-width: 700px;
    height: auto;
    display: block
}


/* =====================================================
   HOW IT WORKS
===================================================== */

.how-it-works-section {
    background: #fff;
    padding: 20px 10px;
    border-top: 1px solid #e5e7eb;
    position: relative
}

.how-it-works-section::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 7%;
    right: 7%;
    height: 2px;
    background: linear-gradient(to right, rgba(37, 99, 235, .15), rgba(99, 102, 241, .4), rgba(37, 99, 235, .15));
    z-index: 0
}

.how-card {
    background: #f9fafb;
    border-radius: 16px;
    padding: 20px 25px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
    margin-bottom: 30px;
    height: 100%;
    position: relative;
    z-index: 1;
    transition: transform .25s ease, box-shadow .25s ease
}

.how-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, .08)
}

.how-card::after {
    content: "➜";
    position: absolute;
    right: -32px;
    top: 40%;
    font-size: 20px;
    color: #6366f1;
    opacity: .6
}

.how-card:last-child::after {
    display: none
}

.how-step {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #6366f1);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto 15px
}

.how-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.how-card p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6
}

.how-cta {
    margin-top: 30px;
    border-radius: 30px;
    padding: 14px 32px;
    font-weight: 600
}


/* =====================================================
   FAQ SECTION
===================================================== */

.faq-section {
    background: #f9fafb;
    padding: 60px 15px
}

.faq-wrapper {
    max-width: 900px;
    margin: 40px auto 0
}

.faq-item {
    background: #f9fafb;
    border-radius: 14px;
    margin-bottom: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .05);
    overflow: hidden
}

.faq-question {
    width: 100%;
    background: 0 0;
    border: none;
    padding: 18px 22px;
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    text-align: left;
    cursor: pointer;
    position: relative
}

.faq-question::after {
    content: "+";
    position: absolute;
    right: 22px;
    font-size: 20px;
    transition: transform .3s ease
}

.faq-item.active .faq-question::after {
    transform: rotate(45deg)
}

.faq-answer {
    display: none;
    padding: 0 22px 18px
}

.faq-item.active .faq-answer {
    display: block
}

.faq-answer p {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.6;
    margin: 0
}


/* =====================================================
   TRUST & GUARANTEE STRIP
===================================================== */

.trust-guarantee-strip {
    background: #fff;
    padding: 45px 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb
}

.trust-item {
    margin-bottom: 20px
}

.trust-icon {
    display: block;
    font-size: 26px;
    margin-bottom: 8px
}

.trust-item p {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    margin: 0
}

.trust-item:hover .trust-icon {
    transform: scale(1.1)
}

.trust-icon {
    transition: transform .2s ease
}


/* =====================================================
   FINAL CTA
===================================================== */

.final-cta-section {
    background: linear-gradient(135deg, #2563eb, #6366f1);
    padding: 50px 0;
    color: #fff
}

.final-cta-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 4px
}

.final-cta-subtitle {
    font-size: 18px;
    color: #e5e7eb;
    max-width: 780px;
    margin: 0 auto 32px
}

.final-cta-actions .btn {
    border-radius: 32px;
    padding: 14px 34px;
    font-weight: 600;
    margin: 0 8px
}

.final-cta-section .btn-light {
    background: #fff;
    color: #2563eb
}

.final-cta-section .btn-outline-light {
    border: 2px solid #fff;
    color: #fff
}

.final-cta-note {
    margin-top: 22px;
    font-size: 14px;
    color: #e0e7ff
}

/* =====================================================
   Services Page UI 
===================================================== */




/* =====================================================
   MOBILE View (GLOBAL)
===================================================== */

@media (max-width:768px) {
    .final-cta-section {
        padding: 65px 15px
    }

    .final-cta-title {
        font-size: 28px
    }

    .final-cta-actions .btn {
        display: block;
        margin: 10px auto
    }
  
    .hero-section {
        padding: 10px 15px 30px;
        min-height: auto
    }

    .hero-title {
        font-size: 26px;
        line-height: 1.25;
        margin-bottom: 12px
    }

    .hero-subtitle {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 12px
    }

    .hero-content p:nth-of-type(2) {
        display: none
    }

    .hero-cta {
        display: flex;
        flex-direction: column;
        gap: 12px
    }

    .hero-cta a {
        width: 100%;
        text-align: center
    }

    .login-card {
        margin-top: 20px !important;
        padding: 20px !important;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 20px 40px rgba(0, 0, 0, .12)
    }

    .login-title {
        font-size: 18px;
        margin-bottom: 15px
    }

    .login-card input {
        height: 44px;
        font-size: 14px
    }

    .login-card button {
        height: 46px;
        font-size: 15px;
        border-radius: 24px
    }

    .hero-login-trust {
        font-size: 13px;
        margin-top: 10px;
        text-align: center;
        opacity: .9
    }

    .hero-trust {
        margin-top: 20px;
        padding: 12px;
        font-size: 13px;
        text-align: center;
        border-radius: 12px;
        background: rgba(255, 255, 255, .15);
        justify-content: center
    }

    .hero-trust span {
        margin: 0;
        padding: 5px 9px;
        font-size: 11px
    }

    .services-grid > [class*="col-"] {
        display: block
    }
		body,
    html {
        max-width: 100%;
        overflow-x: hidden
    }
	.hero-section {
        padding: 60px 16px 40px
    }

    .hero-row {
        flex-direction: column;
        align-items: stretch
    }

    .hero-content {
        order: 2;
        margin-top: 30px;
        text-align: left
    }

    .hero-title {
        font-size: 30px;
        line-height: 1.25;
        margin-bottom: 14px;
        word-break: break-word
    }

    .hero-content p,
    .hero-subtitle {
        font-size: 15px;
        line-height: 1.5;
        max-width: 100%
    }

    .hero-eyebrow {
        margin-bottom: 10px;
        font-size: 11px
    }

    .hero-kpi-strip {
        gap: 6px;
        margin-bottom: 14px
    }

    .hero-kpi-pill {
        font-size: 11px;
        padding: 6px 10px
    }

    .hero-section .login-card {
        order: 1;
        margin: 0 auto;
        width: 100%;
        max-width: 360px;
        padding: 28px 22px
    }

    .hero-section .login-title {
        font-size: 20px;
        margin-bottom: 18px
    }

    .hero-cta {
        display: none
    }

    .hero-support-note {
        margin-top: 10px;
        font-size: 13px
    }
	
  	.platform-support-strip {
        padding: 24px 15px 28px
    }

    .platform-support-title {
        font-size: 14px;
        margin-bottom: 14px
    }

    .platform-pill {
        font-size: 12.5px;
        padding: 7px 14px
    }

  	.services-section {
        padding: 50px 15px
    }

    .services-section .row>div {
        margin-bottom: 28px
    }

    .service-card {
        padding: 22px 18px
    }

    .service-card img {
        width: 36px;
        height: 36px
    }

    .service-card h4 {
        font-size: 15px
    }

    .service-card p {
        font-size: 13px;
        min-height: 38px
    }
	
  	.stats-section {
        padding: 20px 15px
    }

  	.smm-info-section {
        padding: 45px 15px
    }

    .smm-info-content {
        margin-top: 20px
    }

    .smm-benefits-card {
        margin-top: 20px
    }

    .smm-info-footer {
        margin-top: 20px
    }
	
  .why-choose-split {
        padding: 55px 15px;
        text-align: center
    }

    .why-choose-split .section-title {
        font-size: 28px
    }

    .why-choose-split .section-subtitle {
        margin-left: auto;
        margin-right: auto
    }

    .why-card-item {
        text-align: left
    }

    .why-illustration {
        margin-top: 36px;
        padding: 30px
    }

    .why-illustration img {
        max-width: 100%
    }
	
  	.how-it-works-section {
        padding: 30px 15px
    }

    .how-it-works-section::before {
        display: none
    }

    .how-card::after {
        display: none
    }
	
  .faq-section {
        padding: 50px 15px
    }
	
  .trust-guarantee-strip {
        padding: 35px 15px
    }

    .trust-item p {
        font-size: 13px
    }
}

/* =========================
   Services – Category Title
   ========================= */

.services-neo-page {
    padding-top: 8px;
}

.services-neo-surface {
    border-radius: 20px;
    padding: 22px;
    background:
        radial-gradient(circle at 90% 0%, rgba(99, 102, 241, .16), transparent 48%),
        radial-gradient(circle at 8% 95%, rgba(59, 130, 246, .12), transparent 42%),
        linear-gradient(145deg, #f8fbff, #f3f7ff);
    border: 1px solid #dbe7ff;
    box-shadow: 0 20px 45px rgba(37, 99, 235, .11);
}

.services-neo-topbar {
    margin-bottom: 16px;
}

.services-neo-title {
    margin: 0 0 6px;
    color: #132a57;
    font-size: 30px;
    font-weight: 700;
}

.services-neo-subtitle {
    margin: 0;
    color: #4f6288;
    font-size: 14px;
}

.services-neo-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.services-neo-nav-item {
    display: inline-block;
    padding: 9px 14px;
    border-radius: 10px;
    color: #2c4778;
    background: #f8fbff;
    border: 1px solid #cbdbff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s ease;
}

.services-neo-nav-item:hover,
.services-neo-nav-item.active {
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #4f8dff);
    border-color: transparent;
}

.services-neo-platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
    padding: 12px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #d6e4ff;
    box-shadow: 0 8px 22px rgba(59, 130, 246, .08);
}

.services-platform-filter {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #46679b;
    font-size: 18px;
    background: #f4f8ff;
    border: 1px solid #ccdcfb;
    cursor: pointer;
    transition: all .2s ease;
}

.services-platform-filter:hover,
.services-platform-filter.active {
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #4f8dff);
    border-color: #2563eb;
    box-shadow: 0 8px 20px rgba(37, 99, 235, .28);
}

.services-neo-toolbar {
    margin-bottom: 14px;
}

.services-neo-toolbar .btn-primary {
    border-radius: 10px;
    border: 1px solid #c8d9ff;
    background: #f8fbff;
    color: #2c4778;
}

.services-neo-toolbar .btn-primary:hover,
.services-neo-toolbar .open > .btn-primary,
.services-neo-toolbar .btn-primary:focus {
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #4f8dff);
    border-color: transparent;
}

.services-neo-toolbar .form-control {
    border: 1px solid #ccdcfb;
    border-radius: 10px;
    min-width: 220px;
}

.services-neo-toolbar .form-control:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, .16);
}

.services-neo-table-card {
    border-radius: 16px;
    border: 1px solid #d6e4ff;
    box-shadow: 0 14px 30px rgba(59, 130, 246, .1);
}

.services-neo-page #service-table thead > tr > th {
    border-bottom: 1px solid #d9e6ff;
    color: #274779;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.services-neo-page #service-table tbody tr[data-filter-table-service-id] td {
    border-top: 1px solid #edf3ff;
}

#service-table tbody tr[data-filter-table-category-id] > td[colspan="100%"] > strong {
    display: block;
    font-size: 17px;
    font-weight: 700;
    background: linear-gradient(135deg, #1d4ed8, #3b82f6);
    color: #ffffff;
    padding: 12px 14px;
    margin: 16px 0 10px;
    border-radius: 6px;
}


/* =========================
   Services – Mobile Layout
   ========================= */

@media (max-width: 767px) {
    .services-neo-surface {
        padding: 16px;
    }

    .services-neo-title {
        font-size: 24px;
    }

    .services-neo-subtitle {
        font-size: 13px;
    }

    .services-neo-nav-item {
        padding: 8px 12px;
        font-size: 12px;
    }

    .services-platform-filter {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .services-neo-toolbar .form-control {
        min-width: 140px;
    }

    /* Hide desktop table header */
    #service-table thead {
        display: none;
    }

    /* Each service row becomes a card */
    #service-table tbody tr[data-filter-table-service-id] {
        display: block;
        padding: 14px 0;
        border-bottom: 1px solid #e5e7eb;
    }

    /* Reset td safely */
    #service-table tbody tr[data-filter-table-service-id] td {
        display: block;
        width: 100%;
        border: none;
        padding: 4px 0;
    }

    /* =========================
       Service ID
       ========================= */
    .service-id-cell {
        font-size: 12px;
        color: #64748b;
        margin-bottom: 4px;
    }

    .service-id-cell::before {
        content: "Service ID: ";
        font-weight: 600;
        color: #475569;
    }

    /* =========================
       Service Name
       ========================= */
    .service-title {
        font-size: 15px;
        font-weight: 700;
        line-height: 1.45;
        color: #0f172a;
        margin-bottom: 8px;
    }

    /* =========================
       Mobile Meta (Rate / Min / Max)
       ========================= */
    .service-meta-mobile {
        margin-top: 6px;
        font-size: 14px;
        color: #334155;
    }

    .service-meta-mobile div {
        display: block;
        margin-bottom: 4px;
        line-height: 1.4;
    }

    .service-meta-mobile strong {
        font-weight: 600;
        color: #0f172a;
    }

    /* =========================
       CTA Button
       ========================= */
    .service-desc-toggle {
        display: inline-block;
        margin-top: 12px;
        padding: 10px 18px;
        font-size: 14px;
        font-weight: 600;
        color: #ffffff !important;
        background-color: #3764ee;
        border-radius: 6px;
        border: none;
        text-decoration: none;
        cursor: pointer;
    }

    .service-desc-toggle:hover,
    .service-desc-toggle:focus {
        background-color: #2b6393;
        color: #ffffff;
        text-decoration: none;
    }
}
/* =========================
   Mobile Description Toggle
   ========================= */
@media (max-width: 767px) {

    .service-desc-content-mobile {
        display: none;              /* 🔴 IMPORTANT */
        margin-top: 12px;
        padding: 12px 14px;
        background: #f8fafc;
        border-left: 4px solid #337bb7;
        border-radius: 6px;
        font-size: 13px;
        line-height: 1.6;
        color: #334155;
    }

    .service-desc-content-mobile.active {
        display: block;             /* ✅ Show only on click */
    }
}
.modal-body {
    font-size: 14px;
    line-height: 1.7;
}

.modal-title {
    font-weight: 700;
}

/* =====================================================
   3) PAGE-SPECIFIC: NEW ORDER PAGE
===================================================== */

.neworder-neo-page {
    padding-top: 8px;
    padding-bottom: 10px;
}

.neworder-neo-surface {
    border-radius: 20px;
    padding: 22px;
    background:
        radial-gradient(circle at 90% 0%, rgba(99, 102, 241, .16), transparent 48%),
        radial-gradient(circle at 8% 95%, rgba(59, 130, 246, .12), transparent 42%),
        linear-gradient(145deg, #f8fbff, #f3f7ff);
    border: 1px solid #dbe7ff;
    box-shadow: 0 20px 45px rgba(37, 99, 235, .11);
}

.neworder-neo-topbar {
    margin-bottom: 16px;
}

.neworder-neo-title {
    margin: 0 0 6px;
    color: #132a57;
    font-size: 30px;
    font-weight: 700;
}

.neworder-neo-subtitle {
    margin: 0;
    color: #4f6288;
    font-size: 14px;
}

.neworder-neo-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.neworder-neo-nav-item {
    display: inline-block;
    padding: 9px 14px;
    border-radius: 10px;
    color: #2c4778;
    background: #f8fbff;
    border: 1px solid #cbdbff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s ease;
}

.neworder-neo-nav-item:hover,
.neworder-neo-nav-item.active {
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #4f8dff);
    border-color: transparent;
}

.neworder-neo-overview {
    margin-bottom: 16px;
}

.neworder-neo-welcome,
.neworder-neo-metric {
    background: #ffffff;
    border: 1px solid #d5e3ff;
    border-radius: 16px;
    padding: 16px;
    min-height: 148px;
    box-shadow: 0 10px 24px rgba(59, 130, 246, .08);
}

.neworder-neo-welcome h3,
.neworder-neo-metric strong {
    margin: 0 0 8px;
    color: #18366f;
    font-weight: 700;
}

.neworder-neo-welcome p,
.neworder-neo-metric p {
    color: #5b6f95;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

.neworder-neo-kpis {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 14px;
}

.neworder-neo-kpis span {
    display: block;
    font-size: 12px;
    color: #6a82b1;
}

.neworder-neo-kpis strong {
    display: block;
    margin-top: 2px;
    color: #18366f;
    font-size: 20px;
    font-weight: 700;
}

.neworder-neo-metric span {
    display: block;
    color: #6a82b1;
    font-size: 12px;
    margin-bottom: 6px;
}

.neworder-neo-metric strong {
    display: block;
    font-size: 21px;
    line-height: 1.2;
}

.neworder-neo-metric-accent {
    border-color: #b8cdfd;
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .16);
}

.neworder-neo-platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
    padding: 12px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #d6e4ff;
    box-shadow: 0 8px 22px rgba(59, 130, 246, .08);
}

.neworder-neo-platform {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #46679b;
    font-size: 18px;
    background: #f4f8ff;
    border: 1px solid #ccdcfb;
    cursor: pointer;
    transition: all .2s ease;
}

.neworder-neo-platform:hover,
.neworder-neo-platform.active {
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #4f8dff);
    border-color: #2563eb;
    box-shadow: 0 8px 20px rgba(37, 99, 235, .28);
}

.neworder-neo-main {
    margin-bottom: 8px;
}

.neworder-neo-card {
    border-radius: 16px;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #d6e4ff;
    box-shadow: 0 14px 30px rgba(59, 130, 246, .1);
}

.neworder-neo-card-head {
    margin-bottom: 14px;
    border-bottom: 1px solid #e3edff;
    padding-bottom: 10px;
}

.neworder-neo-card-head h3 {
    margin: 0;
    color: #16356d;
    font-size: 21px;
    font-weight: 700;
}

.neworder-neo-form-card .control-label {
    color: #365485;
    font-weight: 600;
}

.neworder-neo-form-card .form-control {
    background: #fbfdff;
    color: #1b376f;
    border: 1px solid #ccdcfb;
}

.neworder-neo-form-card .form-control:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, .22);
}

.neworder-neo-form-card .form-control::placeholder {
    color: #8aa1c7;
}

.neworder-neo-form-card .terms {
    color: #406092;
}

.neworder-neo-form-card .terms a {
    color: #1d64db;
}

.neworder-neo-submit {
    margin-top: 10px;
    border-radius: 10px;
    border: none;
    font-weight: 700;
    background: linear-gradient(135deg, #2563eb, #4f8dff);
}

.neworder-neo-detail-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.neworder-neo-detail-search {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #4f6897;
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #f5f9ff;
    border: 1px solid #c9dafb;
}

.neworder-neo-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 14px;
}

.neworder-neo-detail-grid div {
    background: #fbfdff;
    border: 1px solid #d4e2fd;
    border-radius: 10px;
    padding: 10px;
}

.neworder-neo-detail-grid span {
    display: block;
    color: #6a82b1;
    font-size: 11px;
    margin-bottom: 4px;
}

.neworder-neo-detail-grid strong {
    color: #183a75;
    font-size: 13px;
    font-weight: 600;
}

.neworder-neo-detail-card #service_description label {
    color: #365485;
}

.neworder-neo-detail-card #service_description .panel-body {
    background: #f5f9ff;
    color: #355b97;
    border-radius: 10px;
    border: 1px solid #cfddfb;
}

.neworder-neo-tips h4 {
    margin: 0 0 8px;
    font-size: 15px;
    color: #183b76;
    font-weight: 700;
}

.neworder-neo-tips ul {
    margin: 0;
    padding-left: 18px;
    color: #4f6897;
    font-size: 13px;
    line-height: 1.7;
}

.neworder-neo-actions {
    margin-top: 14px;
}

.neworder-neo-actions .btn {
    margin-right: 8px;
    margin-bottom: 8px;
}

.neworder-neo-note {
    margin-top: 14px;
    border-radius: 14px;
    background: #f9fbff;
    border: 1px solid #d8e5fe;
    color: #2f4f86;
}

.neworder-neo-form-card .alert {
    border-radius: 10px;
}

/* =====================================================
   3) PAGE-SPECIFIC: ORDERS PAGE
===================================================== */

.orders-neo-page {
    padding-top: 8px;
}

.orders-neo-surface {
    border-radius: 20px;
    padding: 22px;
    background:
        radial-gradient(circle at 90% 0%, rgba(99, 102, 241, .16), transparent 48%),
        radial-gradient(circle at 8% 95%, rgba(59, 130, 246, .12), transparent 42%),
        linear-gradient(145deg, #f8fbff, #f3f7ff);
    border: 1px solid #dbe7ff;
    box-shadow: 0 20px 45px rgba(37, 99, 235, .11);
}

.orders-neo-topbar {
    margin-bottom: 16px;
}

.orders-neo-title {
    margin: 0 0 6px;
    color: #132a57;
    font-size: 30px;
    font-weight: 700;
}

.orders-neo-subtitle {
    margin: 0;
    color: #4f6288;
    font-size: 14px;
}

.orders-neo-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.orders-neo-nav-item {
    display: inline-block;
    padding: 9px 14px;
    border-radius: 10px;
    color: #2c4778;
    background: #f8fbff;
    border: 1px solid #cbdbff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s ease;
}

.orders-neo-nav-item:hover,
.orders-neo-nav-item.active {
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #4f8dff);
    border-color: transparent;
}

.orders-neo-summary-row {
    margin-bottom: 14px;
}

.orders-neo-summary-card {
    background: #fff;
    border: 1px solid #d5e3ff;
    border-radius: 14px;
    padding: 12px 14px;
    margin-bottom: 10px;
    box-shadow: 0 8px 20px rgba(59, 130, 246, .08);
}

.orders-neo-summary-card span {
    display: block;
    font-size: 12px;
    color: #6a82b1;
}

.orders-neo-summary-card strong {
    display: block;
    margin-top: 2px;
    font-size: 20px;
    color: #18366f;
}

.orders-neo-statusbar {
    margin-bottom: 14px;
}

.orders-neo-statusbar > li > a {
    border-radius: 999px;
    border: 1px solid #ccdcfb;
    color: #2c4778;
    background: #f8fbff;
    font-weight: 600;
}

.orders-neo-statusbar > li.active > a,
.orders-neo-statusbar > li > a:hover,
.orders-neo-statusbar > li > a:focus {
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #4f8dff);
    border-color: transparent;
}

.orders-neo-statusbar .form-control {
    border: 1px solid #ccdcfb;
    border-radius: 10px;
    min-width: 220px;
}

.orders-neo-statusbar .form-control:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, .16);
}

.orders-neo-table-card {
    border-radius: 16px;
    border: 1px solid #d6e4ff;
    box-shadow: 0 14px 30px rgba(59, 130, 246, .1);
}

.orders-neo-page .table thead > tr > th {
    border-bottom: 1px solid #d9e6ff;
    color: #274779;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.orders-neo-page .table tbody tr > td {
    border-top: 1px solid #edf3ff;
}

.orders-neo-page .table tbody tr:hover {
    background: #f8fbff;
}

.orders-neo-status-text {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    background: #eef4ff;
    border: 1px solid #d8e6ff;
    color: #1f4f9a;
    font-size: 12px;
    font-weight: 700;
}

.orders-neo-page .order-actions .btn {
    margin-right: 6px;
    margin-bottom: 6px;
    border-radius: 8px;
}

.orders-neo-pagination {
    margin-top: 14px;
}

.orders-neo-pagination > li > a,
.orders-neo-pagination > li > span {
    border-radius: 10px;
    margin-right: 6px;
    border: 1px solid #ccdcfb;
    color: #2c4778;
}

.orders-neo-pagination > .active > a,
.orders-neo-pagination > .active > span,
.orders-neo-pagination > .active > a:focus,
.orders-neo-pagination > .active > a:hover,
.orders-neo-pagination > .active > span:focus,
.orders-neo-pagination > .active > span:hover {
    background: linear-gradient(135deg, #2563eb, #4f8dff);
    border-color: transparent;
}

/* =====================================================
   3) PAGE-SPECIFIC: ADD FUNDS PAGE
===================================================== */

.addfunds-neo-page {
    padding-top: 8px;
}

.addfunds-neo-surface {
    border-radius: 20px;
    padding: 22px;
    background:
        radial-gradient(circle at 90% 0%, rgba(99, 102, 241, .16), transparent 48%),
        radial-gradient(circle at 8% 95%, rgba(59, 130, 246, .12), transparent 42%),
        linear-gradient(145deg, #f8fbff, #f3f7ff);
    border: 1px solid #dbe7ff;
    box-shadow: 0 20px 45px rgba(37, 99, 235, .11);
}

.addfunds-neo-topbar {
    margin-bottom: 16px;
}

.addfunds-neo-title {
    margin: 0 0 6px;
    color: #132a57;
    font-size: 30px;
    font-weight: 700;
}

.addfunds-neo-subtitle {
    margin: 0;
    color: #4f6288;
    font-size: 14px;
}

.addfunds-neo-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.addfunds-neo-nav-item {
    display: inline-block;
    padding: 9px 14px;
    border-radius: 10px;
    color: #2c4778;
    background: #f8fbff;
    border: 1px solid #cbdbff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s ease;
}

.addfunds-neo-nav-item:hover,
.addfunds-neo-nav-item.active {
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #4f8dff);
    border-color: transparent;
}

.addfunds-neo-card,
.addfunds-neo-sidecard,
.addfunds-neo-table-card {
    border-radius: 16px;
    border: 1px solid #d6e4ff;
    box-shadow: 0 14px 30px rgba(59, 130, 246, .1);
}

.addfunds-neo-card-title {
    margin: 0 0 6px;
    color: #16356d;
    font-size: 22px;
    font-weight: 700;
}

.addfunds-neo-card-subtitle {
    margin: 0 0 14px;
    color: #4f6288;
    font-size: 13px;
}

.addfunds-neo-card .control-label {
    color: #365485;
    font-weight: 600;
}

.addfunds-neo-card .form-control {
    background: #fbfdff;
    color: #1b376f;
    border: 1px solid #ccdcfb;
}

.addfunds-neo-card .form-control:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, .22);
}

.addfunds-neo-submit {
    border-radius: 10px;
}

.addfunds-neo-sidecard h4 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #18366f;
    font-weight: 700;
}

.addfunds-neo-sidecard ul {
    margin: 0 0 14px;
    padding-left: 18px;
    color: #4f6897;
    font-size: 13px;
    line-height: 1.7;
}

.addfunds-neo-table-card {
    margin-top: 14px;
}

.addfunds-neo-table-card .table thead > tr > th {
    border-bottom: 1px solid #d9e6ff;
    color: #274779;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.addfunds-neo-table-card .table tbody tr > td {
    border-top: 1px solid #edf3ff;
}

.addfunds-neo-table-card .table tbody tr:hover {
    background: #f8fbff;
}

.addfunds-neo-note {
    margin-top: 14px;
    border-radius: 14px;
    background: #f9fbff;
    border: 1px solid #d8e5fe;
    color: #2f4f86;
}

.addfunds-neo-pagination {
    margin-top: 12px;
}

.addfunds-neo-pagination > li > a,
.addfunds-neo-pagination > li > span {
    border-radius: 10px;
    margin-right: 6px;
    border: 1px solid #ccdcfb;
    color: #2c4778;
}

.addfunds-neo-pagination > .active > a,
.addfunds-neo-pagination > .active > span,
.addfunds-neo-pagination > .active > a:focus,
.addfunds-neo-pagination > .active > a:hover,
.addfunds-neo-pagination > .active > span:focus,
.addfunds-neo-pagination > .active > span:hover {
    background: linear-gradient(135deg, #2563eb, #4f8dff);
    border-color: transparent;
}

/* =====================================================
   3) PAGE-SPECIFIC: TICKETS PAGE
===================================================== */

.tickets-neo-page {
    padding-top: 8px;
}

.tickets-neo-surface {
    border-radius: 20px;
    padding: 22px;
    background:
        radial-gradient(circle at 90% 0%, rgba(99, 102, 241, .16), transparent 48%),
        radial-gradient(circle at 8% 95%, rgba(59, 130, 246, .12), transparent 42%),
        linear-gradient(145deg, #f8fbff, #f3f7ff);
    border: 1px solid #dbe7ff;
    box-shadow: 0 20px 45px rgba(37, 99, 235, .11);
}

.tickets-neo-topbar {
    margin-bottom: 16px;
}

.tickets-neo-title {
    margin: 0 0 6px;
    color: #132a57;
    font-size: 30px;
    font-weight: 700;
}

.tickets-neo-subtitle {
    margin: 0;
    color: #4f6288;
    font-size: 14px;
}

.tickets-neo-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.tickets-neo-nav-item {
    display: inline-block;
    padding: 9px 14px;
    border-radius: 10px;
    color: #2c4778;
    background: #f8fbff;
    border: 1px solid #cbdbff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s ease;
}

.tickets-neo-nav-item:hover,
.tickets-neo-nav-item.active {
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #4f8dff);
    border-color: transparent;
}

.tickets-neo-summary-row {
    margin-bottom: 14px;
}

.tickets-neo-summary-card {
    background: #fff;
    border: 1px solid #d5e3ff;
    border-radius: 14px;
    padding: 12px 14px;
    margin-bottom: 10px;
    box-shadow: 0 8px 20px rgba(59, 130, 246, .08);
}

.tickets-neo-summary-card span {
    display: block;
    font-size: 12px;
    color: #6a82b1;
}

.tickets-neo-summary-card strong {
    display: block;
    margin-top: 2px;
    font-size: 20px;
    color: #18366f;
}

.tickets-neo-form-card,
.tickets-neo-table-card {
    border-radius: 16px;
    border: 1px solid #d6e4ff;
    box-shadow: 0 14px 30px rgba(59, 130, 246, .1);
}

.tickets-neo-card-title {
    margin: 0 0 6px;
    color: #16356d;
    font-size: 22px;
    font-weight: 700;
}

.tickets-neo-card-subtitle {
    margin: 0 0 14px;
    color: #4f6288;
    font-size: 13px;
}

.tickets-neo-form-card .control-label {
    color: #365485;
    font-weight: 600;
}

.tickets-neo-form-card .form-control {
    background: #fbfdff;
    color: #1b376f;
    border: 1px solid #ccdcfb;
}

.tickets-neo-form-card .form-control:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, .22);
}

.tickets-neo-submit {
    border-radius: 10px;
}

.tickets-neo-search-row {
    margin: 0 0 10px;
}

.tickets-neo-searchbar .form-control {
    border: 1px solid #ccdcfb;
    border-radius: 10px;
}

.tickets-neo-searchbar .form-control:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, .16);
}

.tickets-neo-table-card .table thead > tr > th {
    border-bottom: 1px solid #d9e6ff;
    color: #274779;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.tickets-neo-table-card .table tbody tr > td {
    border-top: 1px solid #edf3ff;
}

.tickets-neo-table-card .table tbody tr:hover {
    background: #f8fbff;
}

.tickets-neo-status-text {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    background: #eef4ff;
    border: 1px solid #d8e6ff;
    color: #1f4f9a;
    font-size: 12px;
    font-weight: 700;
}

.tickets-neo-pagination {
    margin-top: 12px;
}

.tickets-neo-pagination > li > a,
.tickets-neo-pagination > li > span {
    border-radius: 10px;
    margin-right: 6px;
    border: 1px solid #ccdcfb;
    color: #2c4778;
}

.tickets-neo-pagination > .active > a,
.tickets-neo-pagination > .active > span,
.tickets-neo-pagination > .active > a:focus,
.tickets-neo-pagination > .active > a:hover,
.tickets-neo-pagination > .active > span:focus,
.tickets-neo-pagination > .active > span:hover {
    background: linear-gradient(135deg, #2563eb, #4f8dff);
    border-color: transparent;
}

.tickets-neo-note {
    margin-top: 14px;
    border-radius: 14px;
    background: #f9fbff;
    border: 1px solid #d8e5fe;
    color: #2f4f86;
}
/* =====================================
   Orders Page – Mobile Card Layout (FINAL & SAFE)
   ===================================== */

@media (max-width: 767px) {
    .tickets-neo-surface {
        padding: 16px;
    }

    .tickets-neo-title {
        font-size: 24px;
    }

    .tickets-neo-subtitle {
        font-size: 13px;
    }

    .tickets-neo-nav {
        gap: 8px;
    }

    .tickets-neo-nav-item {
        padding: 8px 12px;
        font-size: 12px;
    }

    .tickets-neo-summary-card strong {
        font-size: 18px;
    }

    .tickets-neo-form-card,
    .tickets-neo-table-card {
        padding: 14px;
    }

    .tickets-neo-card-title {
        font-size: 20px;
    }

    .addfunds-neo-surface {
        padding: 16px;
    }

    .addfunds-neo-title {
        font-size: 24px;
    }

    .addfunds-neo-subtitle {
        font-size: 13px;
    }

    .addfunds-neo-nav {
        gap: 8px;
    }

    .addfunds-neo-nav-item {
        padding: 8px 12px;
        font-size: 12px;
    }

    .addfunds-neo-card,
    .addfunds-neo-sidecard,
    .addfunds-neo-table-card {
        padding: 14px;
    }

    .addfunds-neo-card-title {
        font-size: 20px;
    }

    .orders-neo-surface {
        padding: 16px;
    }

    .orders-neo-title {
        font-size: 24px;
    }

    .orders-neo-subtitle {
        font-size: 13px;
    }

    .orders-neo-nav {
        gap: 8px;
    }

    .orders-neo-nav-item {
        padding: 8px 12px;
        font-size: 12px;
    }

    .orders-neo-summary-card strong {
        font-size: 18px;
    }

    .orders-neo-statusbar .form-control {
        min-width: 140px;
    }

    .orders-neo-statusbar {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 10px;
    }

    .orders-neo-statusbar > li {
        float: none !important;
        margin: 0;
    }

    .orders-neo-statusbar > li > a {
        padding: 8px 12px;
        font-size: 12px;
    }

    .orders-neo-statusbar > li.orders-neo-search {
        width: 100%;
        order: 99;
    }

    .orders-neo-statusbar > li.orders-neo-search .input-group {
        width: 100%;
    }

    .orders-neo-statusbar > li.orders-neo-search .form-control {
        min-width: 100%;
        height: 40px;
    }

    .orders-neo-summary-row {
        margin-bottom: 10px;
    }

    .orders-neo-summary-card {
        margin-bottom: 8px;
        padding: 10px 12px;
    }

    .neworder-neo-surface {
        padding: 16px;
    }

    .neworder-neo-title {
        font-size: 24px;
    }

    .neworder-neo-subtitle {
        font-size: 13px;
    }

    .neworder-neo-nav {
        gap: 8px;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 4px;
        margin-bottom: 12px;
    }

    .neworder-neo-nav-item {
        padding: 8px 12px;
        font-size: 12px;
        white-space: nowrap;
        flex: 0 0 auto;
    }

    .neworder-neo-welcome,
    .neworder-neo-metric {
        min-height: auto;
        margin-bottom: 10px;
        padding: 14px;
    }

    .neworder-neo-kpis strong {
        font-size: 18px;
    }

    .neworder-neo-kpis {
        gap: 12px;
    }

    .neworder-neo-kpis > div {
        min-width: 120px;
    }

    .neworder-neo-overview {
        margin-bottom: 10px;
    }

    .neworder-neo-platforms {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 10px;
        margin-bottom: 12px;
    }

    .neworder-neo-platform {
        width: 40px;
        height: 40px;
        font-size: 16px;
        flex: 0 0 auto;
    }

    .neworder-neo-card {
        padding: 14px;
    }

    .neworder-neo-card-head h3 {
        font-size: 19px;
    }

    .neworder-neo-detail-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .neworder-neo-detail-grid {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 10px;
    }

    .neworder-neo-detail-search {
        width: 100%;
        justify-content: center;
    }

    .neworder-neo-form-card .form-group {
        margin-bottom: 12px;
    }

    .neworder-neo-form-card .control-label {
        margin-bottom: 6px;
    }

    .neworder-neo-form-card .form-control {
        height: 42px;
        font-size: 14px;
    }

    .neworder-neo-form-card textarea.form-control {
        height: auto;
        min-height: 96px;
    }

    .neworder-neo-submit {
        height: 46px;
        font-size: 15px;
        margin-top: 8px;
    }

    .neworder-neo-actions .btn {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    .neworder-neo-main > [class*="col-"] + [class*="col-"] {
        margin-top: 12px;
    }

    #new-order-search .input-wrapper button {
        padding: 0 8px !important;
    }

    #new-order-search #template-input {
        padding-left: 34px;
    }

    .rtl #new-order-search #template-input,
    [dir="rtl"] #new-order-search #template-input {
        padding-left: 12px;
        padding-right: 34px;
    }

    .account-neo-surface {
        padding: 16px;
    }

    .account-neo-title {
        font-size: 24px;
    }

    .account-neo-subtitle {
        font-size: 13px;
    }

    .account-neo-nav {
        gap: 8px;
    }

    .account-neo-nav-item {
        padding: 8px 12px;
        font-size: 12px;
    }

    .account-neo-summary-card strong {
        font-size: 18px;
    }

    .account-neo-card {
        padding: 14px;
    }

    .account-neo-card-title {
        font-size: 20px;
    }

    /* Orders page ONLY */
    .orders-page .table thead {
        display: none;
    }

    .orders-page .table tr {
        display: block;
        background: #ffffff;
        margin-bottom: 12px;
        padding: 12px 14px;
        border-radius: 12px;
        border: 1px solid #e6e6e6;
        box-shadow: 0 4px 14px rgba(37, 99, 235, 0.08);
    }

    .orders-page .table td {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 8px 0;
        border: none;
        border-bottom: 1px dashed #eaeaea;
        font-size: 13px;
        color: #222;
    }

    .orders-page .table td:last-child {
        border-bottom: none;
    }

    /* Labels */
    .orders-page .table td:before {
        content: attr(data-label);
        font-weight: 600;
        font-size: 13px;
        color: #666;
        min-width: 96px;
        padding-right: 10px;
        white-space: nowrap;
    }

    /* Stack long fields */
    .orders-page .table td[data-label="Service"],
    .orders-page .table td[data-label="Link"] {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    /* Emphasis */
    .orders-page .table td[data-label="ID"] {
        font-size: 16px;
        font-weight: 700;
    }

    .orders-page .table td[data-label="Date"] {
        font-size: 13px;
        color: #777;
    }

    .orders-page .table td[data-label="Service"] {
        background: #f8fafc;
        padding: 9px;
        border-radius: 6px;
        font-weight: 600;
    }

    .orders-page .table td[data-label="Charge"] {
        font-weight: 700;
        color: #2e7d32;
    }

    .orders-page .table td[data-label="Status"] {
        font-weight: 700;
        color: #337bb7;
    }

    .orders-page .table td[data-label="Link"],
    .orders-page .table td[data-label="Link"] a {
        color: #337bb7;
        word-break: break-all;
    }

    .orders-page .order-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .orders-page .order-actions .btn {
        margin: 0;
    }
}
/* =====================================================
   3) PAGE-SPECIFIC: ACCOUNT PAGE
===================================================== */

.account-neo-page {
    padding-top: 8px;
}

.account-neo-surface {
    border-radius: 20px;
    padding: 22px;
    background:
        radial-gradient(circle at 90% 0%, rgba(99, 102, 241, .16), transparent 48%),
        radial-gradient(circle at 8% 95%, rgba(59, 130, 246, .12), transparent 42%),
        linear-gradient(145deg, #f8fbff, #f3f7ff);
    border: 1px solid #dbe7ff;
    box-shadow: 0 20px 45px rgba(37, 99, 235, .11);
}

.account-neo-topbar {
    margin-bottom: 16px;
}

.account-neo-title {
    margin: 0 0 6px;
    color: #132a57;
    font-size: 30px;
    font-weight: 700;
}

.account-neo-subtitle {
    margin: 0;
    color: #4f6288;
    font-size: 14px;
}

.account-neo-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.account-neo-nav-item {
    display: inline-block;
    padding: 9px 14px;
    border-radius: 10px;
    color: #2c4778;
    background: #f8fbff;
    border: 1px solid #cbdbff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s ease;
}

.account-neo-nav-item:hover,
.account-neo-nav-item.active {
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #4f8dff);
    border-color: transparent;
}

.account-neo-summary-row {
    margin-bottom: 14px;
}

.account-neo-summary-card {
    background: #fff;
    border: 1px solid #d5e3ff;
    border-radius: 14px;
    padding: 12px 14px;
    margin-bottom: 10px;
    box-shadow: 0 8px 20px rgba(59, 130, 246, .08);
}

.account-neo-summary-card span {
    display: block;
    font-size: 12px;
    color: #6a82b1;
}

.account-neo-summary-card strong {
    display: block;
    margin-top: 2px;
    font-size: 20px;
    color: #18366f;
    word-break: break-word;
}

.account-neo-grid {
    margin-top: 4px;
}

.account-neo-card {
    border-radius: 16px;
    border: 1px solid #d6e4ff;
    box-shadow: 0 14px 30px rgba(59, 130, 246, .1);
    margin-bottom: 14px;
}

.account-neo-card-title {
    margin: 0 0 6px;
    color: #16356d;
    font-size: 22px;
    font-weight: 700;
}

.account-neo-card-subtitle {
    margin: 0 0 14px;
    color: #4f6288;
    font-size: 13px;
}

.account-neo-card .control-label {
    color: #365485;
    font-weight: 600;
}

.account-neo-card .form-control {
    background: #fbfdff;
    color: #1b376f;
    border: 1px solid #ccdcfb;
}

.account-neo-card .form-control:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, .22);
}

.account-neo-inline-label {
    display: inline-block;
    margin-bottom: 10px;
}

.account-neo-hint {
    margin: 0 0 10px;
    color: #4f6897;
    font-size: 13px;
}

.account-neo-btn {
    border-radius: 10px;
}

.account-neo-card .help-block {
    color: #5f759f;
}

.account-neo-modal .modal-header {
    border-bottom: 1px solid #dce8ff;
    background: #f7faff;
}

.account-neo-modal .modal-title {
    color: #16356d;
}

.account-neo-modal .modal-footer {
    border-top: 1px solid #dce8ff;
    background: #f7faff;
}

/* =====================================================
   3) PAGE-SPECIFIC: SIGNUP PAGE
===================================================== */

.signup-title {
  font-weight: 600;
  margin-bottom: 5px;
}

.signup-subtitle {
  color: #777;
  margin-bottom: 25px;
}

.signup-benefits {
  color: #4b5563;
  font-size: 14px;
  margin-bottom: 20px;
}

.signup-divider {
  margin: 25px 0;
}

.signup-checks {
  background: #f9fafb;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 15px;
}

.signup-trust {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-top: 10px;
}

.signup-social-title {
  margin: 0 0 10px;
  color: #4b5563;
  font-size: 13px;
  font-weight: 600;
}
/* =====================================================
   3) PAGE-SPECIFIC: BLOG PAGE
===================================================== */

.blog-card {
    position: relative;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

/* Accent strip */
.blog-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #337bb7;
    z-index: 1;
}

/* Hover effect */
.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 35px rgba(0,0,0,0.15);
}

/* =====================================================
   4) NAVBAR OVERRIDES
===================================================== */

.navbar.navbar-default {
  background: #ffffff !important;
  border: none !important;
  border-bottom: 1px solid #e6e6e6 !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.navbar.navbar-default .navbar-nav > li > a {
  padding: 22px 16px !important;
  font-weight: 500;
  color: #444 !important;
  background: transparent !important;
}

.navbar.navbar-default .navbar-nav > li > a:hover,
.navbar.navbar-default .navbar-nav > li.active > a {
  color: #1f4aa8 !important;
  background: transparent !important;
}

.navbar.navbar-default .navbar-brand img {
  max-height: 44px;
}

/* ================================
   SIGNUP CTA – URL BASED (FINAL)
================================ */

/* Target Sign up link by URL */
.navbar.navbar-default .navbar-nav > li > a[href*="signup"],
.navbar.navbar-default .navbar-nav > li > a[href*="register"] {
  background: #3c64ed !important;
  color: #ffffff !important;
  border-radius: 22px;
  padding: 8px 20px !important;
  margin-top: 14px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}

/* Hover */
.navbar.navbar-default .navbar-nav > li > a[href*="signup"]:hover,
.navbar.navbar-default .navbar-nav > li > a[href*="register"]:hover {
  background: #2f5ff2 !important;
  box-shadow: 0 6px 14px rgba(47, 95, 242, 0.35);
}
@media (max-width: 767px) {
  .navbar.navbar-default .navbar-nav > li > a[href*="signup"],
  .navbar.navbar-default .navbar-nav > li > a[href*="register"] {
    margin: 10px 15px;
    text-align: center;
  }
}

/* =====================================================
   5) PAGE-SPECIFIC: HOMEPAGE PREMIUM (SIGNIN)
===================================================== */

.home-neo {
  background: linear-gradient(180deg, #f8fbff 0%, #f4f8ff 35%, #ffffff 100%);
}

.home-neo .section-title {
  color: #102a5c;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.home-neo .section-subtitle {
  color: #51648a;
}

.home-neo .hero-section {
  position: relative;
  background:
    radial-gradient(circle at 8% 8%, rgba(59, 130, 246, 0.18), transparent 42%),
    radial-gradient(circle at 90% 92%, rgba(99, 102, 241, 0.16), transparent 44%),
    linear-gradient(145deg, #f8fbff, #edf4ff);
  border: 1px solid #dbe7ff;
  border-radius: 24px;
  margin: 24px auto 18px;
  padding: 36px 0 34px;
  color: #112a58;
  box-shadow: 0 24px 56px rgba(37, 99, 235, 0.12);
}

.home-neo .hero-title {
  color: #102a5c;
  font-size: 48px;
  line-height: 1.12;
  margin-bottom: 14px;
}

.home-neo .hero-subtitle {
  color: #46608e;
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 16px;
}

.home-neo .hero-eyebrow {
  background: rgba(37, 99, 235, 0.12);
  color: #2154ca;
}

.home-neo .hero-kpi-pill {
  background: #f4f8ff;
  border-color: #c7d9ff;
  color: #2f4f86;
}

.home-neo .hero-cta .btn {
  border-radius: 999px;
  border: 2px solid #2f66f0;
  color: #2f66f0;
  background: #ffffff;
  font-weight: 700;
  transition: all .2s ease;
}

.home-neo .hero-cta .btn:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb, #4f8dff);
  border-color: transparent;
  box-shadow: 0 14px 26px rgba(37, 99, 235, 0.24);
}

.home-neo .hero-support-note {
  color: #425f93;
}

.home-neo .hero-support-note a {
  color: #1d4ed8;
}

.home-neo .hero-section .login-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #d4e3ff;
  box-shadow: 0 24px 50px rgba(37, 99, 235, 0.12);
}

.home-neo .hero-section .login-title {
  color: #0f244e;
}

.home-neo .hero-section .login-card label {
  color: #1d376b;
}

.home-neo .hero-section .login-card .form-control {
  background: #f8fbff;
  border: 1px solid #c8dafb;
  color: #16356d;
}

.home-neo .hero-section .login-card .form-control:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.16);
}

.home-neo .hero-section .forgot-password,
.home-neo .hero-section .signup-text a {
  color: #1d4ed8;
}

.home-neo .hero-section .login-card .btn-primary {
  background: linear-gradient(135deg, #2563eb, #4f8dff);
}

.home-neo .hero-login-trust {
  color: #5b7098;
}

.home-neo .hero-trust {
  background: #f3f8ff;
  border: 1px solid #d7e6ff;
  border-radius: 14px;
  padding: 10px 12px;
  max-width: 100%;
  justify-content: flex-start;
}

.home-neo .hero-trust span {
  color: #2f4f86;
  background: #ffffff;
  border-color: #d0e1ff;
}

.home-neo .platform-support-strip {
  background: transparent;
  border-bottom: 0;
}

.home-neo .platform-pill {
  background: #ffffff;
  border-color: #cfdeff;
  color: #2f4f86;
}

.home-neo .platform-pill:hover {
  background: #ecf3ff;
  border-color: #adc8ff;
}

.home-neo .platform-support-strip,
.home-neo .services-section,
.home-neo .stats-section,
.home-neo .smm-info-section,
.home-neo .why-choose-split,
.home-neo .how-it-works-section,
.home-neo .faq-section,
.home-neo .trust-guarantee-strip,
.home-neo .final-cta-section {
  border-radius: 20px;
  margin: 0 auto 18px;
  border: 1px solid #dbe7ff;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.07);
}

.home-neo .platform-support-strip,
.home-neo .stats-section,
.home-neo .why-choose-split,
.home-neo .faq-section,
.home-neo .final-cta-section {
  background:
    radial-gradient(circle at 8% 8%, rgba(59, 130, 246, 0.09), transparent 42%),
    radial-gradient(circle at 92% 92%, rgba(99, 102, 241, 0.09), transparent 44%),
    #f6f9ff;
}

.home-neo .services-section,
.home-neo .smm-info-section,
.home-neo .how-it-works-section,
.home-neo .trust-guarantee-strip {
  background: #ffffff;
}

.home-neo .service-card,
.home-neo .stat-card,
.home-neo .faq-item,
.home-neo .how-card,
.home-neo .smm-benefits-card,
.home-neo .why-card-item,
.home-neo .trust-item {
  border: 1px solid #d9e7ff;
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.08);
}

.home-neo .service-card {
  background: #ffffff;
  border-radius: 18px;
}

.home-neo .service-card .btn {
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #4f8dff);
  border: 0;
}

.home-neo .stat-number {
  color: #1d4ed8;
}

.home-neo .smm-info-content .col-md-5 {
  background: transparent;
  padding: 0;
}

.home-neo .smm-benefits-card {
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  border-left: 0;
}

.home-neo .why-illustration {
  margin-top: 40px;
  border: 1px solid #d5e4ff;
  box-shadow: 0 24px 50px rgba(37, 99, 235, 0.1);
}

.home-neo .how-it-works-section::before {
  background: linear-gradient(to right, rgba(37, 99, 235, .06), rgba(79, 141, 255, .4), rgba(37, 99, 235, .06));
}

.home-neo .how-step {
  background: linear-gradient(135deg, #2563eb, #4f8dff);
}

.home-neo .faq-item {
  background: #ffffff;
}

.home-neo .faq-question {
  color: #16356d;
}

.home-neo .faq-answer p {
  color: #48618b;
}

.home-neo .trust-guarantee-strip {
  padding-top: 26px;
  padding-bottom: 26px;
}

.home-neo .trust-item {
  background: #ffffff;
  border-radius: 14px;
  padding: 14px 8px;
  margin-bottom: 0;
}

.home-neo .final-cta-section {
  background:
    radial-gradient(circle at 8% 50%, rgba(59, 130, 246, 0.14), transparent 44%),
    radial-gradient(circle at 92% 50%, rgba(99, 102, 241, 0.14), transparent 44%),
    linear-gradient(145deg, #f1f6ff, #eaf2ff);
  color: #143366;
  border: 1px solid #d7e6ff;
  border-radius: 18px;
  margin: 0 0 28px;
}

.home-neo .final-cta-title {
  color: #123063;
}

.home-neo .final-cta-subtitle,
.home-neo .final-cta-note {
  color: #48618b;
}

.home-neo .final-cta-section .btn-light {
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb, #4f8dff);
}

.home-neo .final-cta-section .btn-outline-light {
  color: #2f66f0;
  border: 2px solid #2f66f0;
}

.home-neo .final-cta-section .btn-outline-light:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb, #4f8dff);
  border-color: transparent;
}

@media (max-width: 991px) {
  .home-neo .hero-section {
    margin-top: 14px;
    padding-top: 24px;
  }

  .home-neo .hero-title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .home-neo .hero-section {
    border-radius: 16px;
    padding: 14px 0 18px;
    margin: 10px 0 0;
  }

  .home-neo .hero-title {
    font-size: 32px;
    line-height: 1.16;
  }

  .home-neo .hero-subtitle {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .home-neo .hero-kpi-strip {
    margin-bottom: 10px;
  }

  .home-neo .hero-kpi-pill {
    font-size: 11px;
  }

  .home-neo .hero-trust {
    margin-top: 12px;
    justify-content: flex-start;
  }

  .home-neo .platform-support-strip,
  .home-neo .services-section,
  .home-neo .stats-section,
  .home-neo .smm-info-section,
  .home-neo .why-choose-split,
  .home-neo .how-it-works-section,
  .home-neo .faq-section,
  .home-neo .trust-guarantee-strip,
  .home-neo .final-cta-section {
    border-radius: 14px;
    margin-bottom: 12px;
  }

  .home-neo .service-card {
    padding: 20px 16px;
  }

  .home-neo .final-cta-section {
    border-radius: 14px;
    margin-bottom: 18px;
  }
}
