[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0
}

.simplebar-content:after,
.simplebar-content:before {
    content: ' ';
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: #000;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity .2s .5s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    transition-delay: 0s;
    transition-duration: 0s
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.simplebar-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: scrollbar !important
}

.simplebar-dummy-scrollbar-size>div {
    width: 200%;
    height: 200%;
    margin: 10px 0
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

:root {
    --gx-primary: #16a34a;
    --gx-light: #f5f7f6;
    --gx-border: #e5e7eb;
    --gx-text: #1f2937;
}

/* Wrapper */
.gx-wrapper {
    margin-top: 20px;
    background: #ffffff;
}

/* Card Common */
.gx-card {
    border-radius: 0.75rem;
    padding: 1rem;
    border: 0.0625rem solid var(--gx-border);
    background: linear-gradient(180deg, #ffffff, #f9fafb);
}

/* Upgrade Card */
.gx-upgrade-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

/* Text */
.gx-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--gx-primary);
    margin-bottom: 0.25rem;
}

.gx-desc {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 0.75rem;
}

/* Button */
.gx-btn {
    background: var(--gx-primary);
    color: #fff;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    border: none;
    transition: 0.3s;
}

.gx-btn:hover {
    background: #15803d;
}

/* Rocket Icon */
.gx-rocket {
    width: 3rem;
}

/* Help Card */
.gx-help-card {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gx-help-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.gx-help-icon {
    width: 2rem;
    height: 2rem;
}

.gx-help-title {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--gx-text);
}

.gx-help-desc {
    font-size: 0.8rem;
    color: #6b7280;
}

.gx-arrow {
    font-size: 1.25rem;
    color: #9ca3af;
}

/* Responsive */
@media (max-width: 576px) {
    .gx-upgrade-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .gx-rocket {
        align-self: flex-end;
    }
}


:root {
    --sx-border: #e5e7eb;
    --sx-text: #111827;
    --sx-subtext: #6b7280;
    --sx-green: #16a34a;
    --sx-bg: #ffffff;
}

/* Wrapper */
.sx-wrapper {
    padding: 0.9rem;
}

/* Card */
.sx-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.75rem;
    transition: 0.3s;
}



/* Left Section */
.sx-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* Image */
.sx-img {
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    object-fit: cover;
}

/* Text */
.sx-title-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sx-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--sx-text);
}

/* Badge */
.sx-badge {
    font-size: 0.7rem;
    background: #dcfce7;
    color: var(--sx-green);
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem;
    font-weight: 500;
}

/* Subtext */
.sx-sub {
    font-size: 0.8rem;
    color: var(--sx-subtext);
}

/* Right Arrow */
.sx-arrow {
    font-size: 1.2rem;
    color: #9ca3af;
}

/* Responsive */
@media (max-width: 576px) {
    .sx-card {
        padding: 0.75rem;
    }

    .sx-title {
        font-size: 0.9rem;
    }

    .sx-sub {
        font-size: 0.75rem;
    }
}

:root {
    --wx-bg: #f9fafb;
    --wx-card: #ffffff;
    --wx-border: #e5e7eb;
    --wx-text: #111827;
    --wx-subtext: #6b7280;
    --wx-icon-bg: #eef2ff;
}



/* Card */
.wx-card {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Icon box */
.wx-icon-box {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    background: #e9f7ef;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Icon */
.wx-icon {
    width: 1.5rem;
    height: 1.5rem;
}

/* Text */
.wx-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--wx-text);
    margin-bottom: 0.25rem;
}

.wx-subtext {
    font-size: 0.85rem;
    color: var(--wx-subtext);
}

/* Responsive */
@media (max-width: 576px) {
    .wx-card {
        align-items: flex-start;
    }

    .wx-title {
        font-size: 1rem;
    }

    .wx-subtext {
        font-size: 0.8rem;
    }
}

.jdstat-icon i {
    color: #1bbf5c;
}

/* Card */
.jdstat-card {
    background: #ffffff;
    border-radius: 0.75rem;
    padding: 1rem;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Top Layout */
.jdstat-top {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

/* Icon */
.jdstat-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    background: #e9f7ef;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

/* Label */
.jdstat-label {
    font-size: 0.75rem;
    color: #777;
    margin: 0;
}

/* Value */
.jdstat-value {
    font-size: 1rem;
    font-weight: 600;
    margin: 0.2rem 0;
    color: #222;
}

/* Sub text */
.jdstat-sub {
    font-size: 0.75rem;
    color: #aaa;
    margin: 0;
}

/* Live Green */
.jdstat-green {
    color: #1bbf5c;
}

.jdstat-dot {
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    background: #1bbf5c;
    border-radius: 50%;
    margin-left: 0.3rem;
}

/* Link */
.jdstat-link {
    font-size: 0.75rem;
    color: #555;
    text-decoration: none;
    margin-top: 0.5rem;
    display: inline-block;
}

.jdstat-link:hover {
    text-decoration: underline;
}

/* Responsive spacing */
@media (max-width: 36rem) {
    .jdstat-card {
        padding: 0.9rem;
    }

    .jdstat-icon {
        width: 2.2rem;
        height: 2.2rem;
        font-size: 1.1rem;
    }

    .jdstat-value {
        font-size: 0.95rem;
    }
}

.jdcard-green i {
    color: #16a34a;
}

.jdcard-purple i {
    color: #a855f7;
}

.jdcard-yellow i {
    color: #f59e0b;
}

.jdcard-blue i {
    color: #3b82f6;
}

/* Card */
.jdcard-box {
    background: #fff;
    border-radius: 0.75rem;
    padding: 1rem;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.05);
    height: 100%;
}

/* Soft Backgrounds */
.jdcard-green-bg {
    background: linear-gradient(135deg, #eefaf3, #ffffff);
}

.jdcard-purple-bg {
    background: linear-gradient(135deg, #f5efff, #ffffff);
}

.jdcard-yellow-bg {
    background: linear-gradient(135deg, #fff7e6, #ffffff);
}

.jdcard-blue-bg {
    background: linear-gradient(135deg, #eef4ff, #ffffff);
}

/* Icon */
.jdcard-icon {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.jdcard-green {
    background: #d1fae5;
}

.jdcard-purple {
    background: #e9d5ff;
}

.jdcard-yellow {
    background: #fde68a;
}

.jdcard-blue {
    background: #bfdbfe;
}

/* Step */
.jdcard-step {
    font-size: 0.7rem;
    background: #e5e7eb;
    padding: 0.25rem 0.45rem;
    border-radius: 0.4rem;
}

/* Title */
.jdcard-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0.6rem 0 0.4rem;
    color: #222;
}

/* Text */
.jdcard-text {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.8rem;
}

/* Button */
.jdcard-btn {
    font-size: 0.8rem;
    padding: 0.5rem 0.8rem;
    border-radius: 0.4rem;
    cursor: pointer;
    border: 0.0625rem solid transparent;
}

/* Filled */
.jdcard-green-btn {
    background: #16a34a;
    color: #fff;
}

/* Outline buttons */
.jdcard-purple-btn-outline {
    border-color: #a855f7;
    color: #a855f7;
    background: transparent;
}

.jdcard-yellow-btn-outline {
    border-color: #f59e0b;
    color: #f59e0b;
    background: transparent;
}

.jdcard-blue-btn-outline {
    border-color: #3b82f6;
    color: #3b82f6;
    background: transparent;
}

/* Progress bar */
.jdcard-progress {
    height: 0.3rem;
    background: #e5e7eb;
    border-radius: 1rem;
    margin-top: 1rem;
}

/* Footer */
.jdcard-foot {
    font-size: 0.7rem;
    color: #999;
    margin-top: 0.3rem;
    margin-bottom: 0px;
}

/* Responsive */
@media (max-width: 36rem) {
    .jdcard-box {
        padding: 1rem;
    }

    .jdcard-title {
        font-size: 0.95rem;
    }

    .jdcard-text {
        font-size: 0.8rem;
    }
}

/* Header */
.jdtsk-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

.jdtsk-sub {
    font-size: 0.85rem;
    color: #777;
    margin: 0.3rem 0 0;
}

/* Progress */
.jdtsk-progress-wrap {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.jdtsk-progress-text {
    font-size: 0.75rem;
    color: #777;
}

.jdtsk-progress-bar {
    width: 6rem;
    height: 0.4rem;
    background: #e5e7eb;
    border-radius: 1rem;
    overflow: hidden;
}

.jdtsk-progress-fill {
    width: 0%;
    height: 100%;
    background: #22c55e;
}

.jdtsk-percent {
    font-size: 0.75rem;
    color: #22c55e;
}

.slick-dots {
    display: flex;
    justify-content: center;

    margin: 0;
    padding: 1rem 0;

    list-style-type: none;

    li {
        margin: 0 0.25rem;
    }

    button {
        display: block;
        width: 1rem;
        height: 1rem;
        padding: 0;

        border: none;
        border-radius: 100%;
        background-color: #e9f7ef;
        text-indent: -9999px;
    }

    li.slick-active button {
        background-color: #1bbf5c;
    }

}

.slick-slide {
    margin: 0 5px;
}


.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loding .slick-slide {
    visibility: hidden;
}


/* Card Base */
.ui-card-orders-wrap,
.ui-card-insights-wrap {
    background: #fff;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.05);
    height: 100%;
}

/* Header */
.ui-card-header h5 {
    font-size: 1.1rem;
    font-weight: 600;
}

.ui-card-header a {
    font-size: 0.85rem;
    color: #28c76f;
    text-decoration: none;
}

/* Empty Orders */
.ui-orders-empty img {
    width: 5rem;
    margin-bottom: 1rem;
    opacity: 0.8;
}

.ui-orders-empty h6 {
    font-size: 1rem;
    font-weight: 600;
}

.ui-orders-empty p {
    font-size: 0.8rem;
    color: #888;
}

/* Badge */
.ui-badge-new {
    font-size: 0.7rem;
    background: #e6fff3;
    color: #28c76f;
    padding: 0.2rem 0.5rem;
    border-radius: 0.4rem;
}

/* Insights */
.ui-insight-item {
    display: flex;
    gap: 0.8rem;
    margin-top: 1rem;
    margin-bottom: 30px;
}

.ui-insight-item h6 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.ui-insight-item p {
    font-size: 0.75rem;
    color: #777;
    margin: 0;
}

/* Icons */
.ui-insight-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.ui-insight-icon.success {
    background: #e6fff3;
    color: #28c76f;
}

.ui-insight-icon.primary {
    background: #e8f0ff;
    color: #3b82f6;
}

.ui-insight-icon.danger {
    background: #ffe8e8;
    color: #ea5455;
}

/* Button */
.ui-btn-insight {
    width: 100%;
    padding: 0.6rem;
    font-size: 0.85rem;
    border-radius: 0.5rem;
    border: 0.0625rem solid #28c76f;
    background: transparent;
    color: #28c76f;
    transition: 0.3s;
}

.ui-btn-insight:hover {
    background: #28c76f;
    color: #fff;
}

/* Responsive */
@media (max-width: 576px) {
    .ui-card-header h5 {
        font-size: 1rem;
    }

    .ui-insight-item h6 {
        font-size: 0.85rem;
    }

    .ui-insight-item p {
        font-size: 0.7rem;
    }
}


/* Banner */
.assist-banner-wrap {
    background-color: rgb(200, 250, 214);
    border-radius: 0.8rem;
    padding: 1rem 1.2rem;
    gap: 1rem;
}

/* Icon */
.assist-icon-box {
    width: 2.2rem;
    height: 2.2rem;
    background: #e6fff3;
    color: #28c76f;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

/* Text */
.assist-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0;
}

.assist-desc {
    font-size: 0.8rem;
    color: #777;
    margin: 0.2rem 0 0 0;
}

/* Button */
.assist-btn-main {
    background: #28c76f;
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    border-radius: 0.4rem;
    transition: 0.3s ease;
    white-space: nowrap;
}

.assist-btn-main:hover {
    background: #22b863;
}

/* Responsive */
@media (max-width: 576px) {
    .assist-banner-wrap {
        padding: 0.8rem;
    }

    .assist-title {
        font-size: 0.85rem;
    }

    .assist-desc {
        font-size: 0.75rem;
    }

    .assist-btn-main {
        width: 100%;
        text-align: center;
    }
}

.jd-date-wrap {
    width: 100%;
    max-width: 42rem;
    position: relative;
}

.jd-date-input {
    width: 100%;
    height: 3.2rem;
    border: 0.08rem solid #d8d8d8;
    border-radius: 0.6rem;
    padding: 0 4rem 0 1rem;
    font-size: 1rem;
    color: #6b7280;
    outline: none;
    background: #ffffff;
    cursor: pointer;
}

.jd-date-input:focus {
    border-color: #bfc6d1;
    box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.05);
}

.jd-date-icon {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: #6b7280;
    pointer-events: none;
}

.jd-hidden-date {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}



.jd-growth-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #dff7e8;
    color: #0d8f4e;
    font-size: 0.82rem;
    font-weight: 700;
    border-radius: 5rem;
    padding: 0.55rem 0.9rem;
    margin-bottom: 1.2rem;
}

.jd-growth-title {
    font-size: 1.9rem;
    line-height: 1.2;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1rem;
}

.jd-growth-title span {
    color: #f5b400;
}

.jd-growth-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #5b6477;
}

.jd-growth-btn {
    width: 100%;
    border: none;
    outline: none;
    background: linear-gradient(90deg,
            #0aa84f,
            #12c15b);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 0.7rem;
    height: 3.2rem;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
}

.jd-growth-btn:hover {
    transform: translateY(-0.12rem);
    box-shadow: 0 0.6rem 1.2rem rgba(18, 193, 91, 0.25);
}

.jd-growth-btn i {
    font-size: 1.1rem;
}

.jd-growth-bottom {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 1rem;
    color: #6b7280;
    font-size: 0.9rem;
    font-weight: 500;
}

.jd-growth-bottom i {
    font-size: 1rem;
}

@media (max-width: 576px) {

    .jd-growth-card {
        padding: 1.2rem;
    }

    .jd-growth-title {
        font-size: 1.8rem;
    }

    .jd-growth-text {
        font-size: 0.95rem;
    }

    .jd-growth-btn {
        height: 3rem;
        font-size: 0.95rem;
    }

}


.jd-ai-card {
    width: 100%;
    background: #f8fffb;
    border: 0.06rem solid #dfe7e3;
    border-radius: 0.7rem;
    padding: 1rem;
}

.jd-ai-head {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1rem;
}

.jd-ai-head-icon {
    color: #13a24a;
}

.jd-ai-head-title {
    font-size: 1rem;
    font-weight: 700;
    color: #16964a;
    margin: 0;
}

.jd-ai-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.jd-ai-item {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
}

.jd-ai-item-icon {
    width: 1.7rem;
    height: 1.7rem;
    min-width: 1.7rem;
    border-radius: 0.45rem;
    background: #ebfff2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #14a44d;
    font-size: 0.9rem;
}

.jd-ai-content {
    flex: 1;
}

.jd-ai-item-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.28rem;
    line-height: 1.3;
}

.jd-ai-item-text {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #667085;
    margin: 0;
}

@media (max-width: 576px) {

    .jd-ai-card {
        max-width: 100%;
    }

    .jd-ai-head-title {
        font-size: 0.95rem;
    }

    .jd-ai-item-title {
        font-size: 0.8rem;
    }

    .jd-ai-item-text {
        font-size: 0.68rem;
    }

}

.jd-plan-heading {
    font-size: 1.1rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 1.2rem;
}

.jd-plan-heading span {
    font-size: 0.78rem;
    color: #6b7280;
    font-weight: 500;
}

.jd-plan-card {
    background: #ffffff;
    border: 0.06rem solid #e5e7eb;
    border-radius: 0.8rem;
    padding: 1rem;
    height: 100%;
    transition: 0.3s ease;
}

.jd-plan-card:hover {
    transform: translateY(-0.15rem);
    box-shadow: 0 0.7rem 1.6rem rgba(15, 23, 42, 0.06);
}

.jd-plan-top {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1rem;
}

.jd-plan-icon {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 0.45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.jd-green {
    background: #e9fff1;
    color: #11a24b;
}

.jd-purple {
    background: #f2ebff;
    color: #7c3aed;
}

.jd-blue {
    background: #e9f3ff;
    color: #2563eb;
}

.jd-orange {
    background: #fff3e5;
    color: #f59e0b;
}

.jd-plan-title {
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.4;
}

.jd-plan-title-green {
    color: #16a34a;
    margin-bottom: 0px;
}

.jd-plan-title-purple {
    color: #7c3aed;
    margin-bottom: 0px;
}

.jd-plan-title-blue {
    color: #2563eb;
    margin-bottom: 0px;
}

.jd-plan-title-orange {
    color: #f59e0b;
    margin-bottom: 0px;
}

.jd-plan-price {
    font-size: 1rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 0.4rem;
}

.jd-plan-text {
    font-size: 0.78rem;
    line-height: 1.6;
    color: #6b7280;
    margin-bottom: 1rem;
}

.jd-plan-list {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.jd-plan-list-item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.74rem;
    line-height: 1.5;
    color: #4b5563;
}

.jd-plan-list-item i {
    margin-top: 0.08rem;
    font-size: 0.85rem;
}

.jd-plan-list-green i {
    color: #16a34a;
}

.jd-plan-list-purple i {
    color: #7c3aed;
}

.jd-plan-list-blue i {
    color: #2563eb;
}

.jd-plan-list-orange i {
    color: #f59e0b;
}

.jd-plan-tag-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.9rem;
}

.jd-plan-tag {
    background: #eef4ff;
    color: #2563eb;
    border-radius: 5rem;
    padding: 0.38rem 0.7rem;
    font-size: 0.7rem;
    font-weight: 600;
}

@media (max-width: 991px) {

    .jd-plan-card {
        margin-bottom: 1rem;
    }

}

@media (max-width: 576px) {

    .jd-plan-heading {
        font-size: 1rem;
    }

    .jd-plan-price {
        font-size: 1.3rem;
    }

    .jd-plan-text {
        font-size: 0.75rem;
    }

}


.jd-journey-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 1.4rem;
}

.jd-journey-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    position: relative;
}

.jd-journey-card {
    background: #ffffff;
    border: 0.06rem solid #e5e7eb;
    border-radius: 0.9rem;
    padding: 1rem;
    position: relative;
    transition: 0.3s ease;
    min-height: 11rem;
}

.jd-journey-card:hover {
    transform: translateY(-0.18rem);
    box-shadow: 0 0.8rem 1.5rem rgba(15, 23, 42, 0.06);
}

.jd-journey-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.jd-green {
    background: #eafcf1;
    color: #16a34a;
}

.jd-purple {
    background: #f3ecff;
    color: #7c3aed;
}

.jd-orange {
    background: #fff3e4;
    color: #f59e0b;
}

.jd-blue {
    background: #eaf2ff;
    color: #2563eb;
}

.jd-mint {
    background: #e9fff5;
    color: #10b981;
}

.jd-journey-heading {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.5;
    color: #111827;
    margin-bottom: 0.7rem;
}

.jd-journey-text {
    font-size: 0.74rem;
    line-height: 1.7;
    color: #6b7280;
    margin: 0;
}

.jd-journey-arrow {
    position: absolute;
    top: 50%;
    right: -0.75rem;
    transform: translateY(-50%);
    width: 1.4rem;
    height: 1.4rem;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-size: 0.8rem;
    z-index: 5;
}

.jd-journey-card:last-child .jd-journey-arrow {
    display: none;
}

@media (max-width: 1199px) {

    .jd-journey-row {
        grid-template-columns: repeat(3, 1fr);
    }

    .jd-journey-card:nth-child(3) .jd-journey-arrow {
        display: none;
    }

}

@media (max-width: 767px) {

    .jd-journey-row {
        grid-template-columns: repeat(1, 1fr);
    }

    .jd-journey-arrow {
        display: none;
    }

    .jd-journey-card {
        min-height: auto;
    }

}


.jd-learn-banner {
    width: 100%;
    max-width: 85rem;
    margin: auto;
    background: linear-gradient(90deg,
            #f5fbf7,
            #eef7f2);
    border: 0.06rem solid #e2ebe5;
    border-radius: 0.8rem;
    padding: 1rem 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.jd-learn-left {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
    min-width: 16rem;
}

.jd-learn-icon {
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    border-radius: 0.7rem;
    background: #e8fff0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #14a44d;
    font-size: 1.2rem;
}

.jd-learn-content {
    flex: 1;
}

.jd-learn-title {
    font-size: 0.92rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.35rem;
    line-height: 1.4;
}

.jd-learn-text {
    font-size: 0.74rem;
    line-height: 1.6;
    color: #6b7280;
    margin-bottom: 0.4rem;
}

.jd-learn-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    text-decoration: none;
    color: #16a34a;
    font-size: 0.76rem;
    font-weight: 700;
    transition: 0.3s ease;
}

.jd-learn-link:hover {
    color: #15803d;
}

.jd-learn-right {
    background: #ffffff;
    border: 0.06rem solid #e5e7eb;
    border-radius: 0.8rem;
    padding: 0.8rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-width: 15rem;
}

.jd-video-box {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 0.7rem;
    background: #e8fff0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #16a34a;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.jd-video-content {
    flex: 1;
}

.jd-video-title {
    font-size: 0.78rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.4;
    margin-bottom: 0.25rem;
}

.jd-video-meta {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
    font-size: 0.68rem;
    color: #6b7280;
}

.jd-video-meta strong {
    color: #16a34a;
    font-weight: 700;
}

.jd-arrow-btn {
    width: 1.7rem;
    height: 1.7rem;
    min-width: 1.7rem;
    border-radius: 50%;
    border: 0.06rem solid #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #16a34a;
    font-size: 0.85rem;
}

@media (max-width: 768px) {

    .jd-learn-banner {
        flex-direction: column;
        align-items: stretch;
    }

    .jd-learn-right {
        width: 100%;
    }

}

@media (max-width: 576px) {

    .jd-learn-banner {
        padding: 1rem;
    }

    .jd-learn-left {
        align-items: flex-start;
    }

    .jd-learn-title {
        font-size: 0.88rem;
    }

    .jd-learn-text {
        font-size: 0.72rem;
    }

    .jd-video-title {
        font-size: 0.74rem;
    }

}



:root {
    --abt-primary: #4f46e5;
    --abt-border: #e5e7eb;
    --abt-text: #111827;
    --abt-muted: #6b7280;
    --abt-bg: #f8fafc;
    --abt-success: #16a34a;
}

:root {
    --spfPrimary: #16a34a;
    --spfBorder: #e7ebf2;
    --spfText: #667085;
    --spfHeading: #0f172a;
    --spfBg: #f7faf8;
}

.spfLoginWrapperUnique {
    max-width: 90rem;
    margin: 2rem auto;
    background: #fff;
    border: 0.063rem solid var(--spfBorder);
    border-radius: 1.5rem;
    overflow: hidden;
    min-height: 40rem;
}

.spfLeftPanelUnique {
    height: 100%;
    padding: 3rem;
    background: linear-gradient(180deg,
            #eefaf2 0%,
            #f8fffb 100%);
}

.spfBrandUnique {
    font-size: 2rem;
    font-weight: 800;
    color: var(--spfPrimary);
    margin-bottom: 0.8rem;
}

.spfTaglineUnique {
    font-size: 0.9rem;
    color: #475467;
    margin-bottom: 2rem;
}

.spfTitleUnique {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--spfHeading);
    margin-bottom: 1rem;
}

.spfDescriptionUnique {
    font-size: 1rem;
    line-height: 1.8;
    color: #475467;
    max-width: 22rem;
}

.spfDashboardMockupUnique {
    width: 100%;
    height: 16rem;
    margin-top: 2rem;
    border-radius: 1rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    color: var(--spfPrimary);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .05);
}

.spfUsersUnique {
    margin-top: 2rem;
}

.spfUsersTextUnique {
    font-size: 0.85rem;
    margin-bottom: 1rem;
    color: #475467;
}

.spfAvatarGroupUnique {
    display: flex;
    gap: 0.5rem;
}

.spfAvatarGroupUnique span {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

/* right */

.spfLoginPanelUnique {
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.spfWelcomeUnique {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--spfHeading);
    text-align: center;
    margin-bottom: 0.8rem;
}

.spfSubtitleUnique {
    text-align: center;
    color: #475467;
    margin-bottom: 3rem;
}

.spfLabelUnique {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
    display: block;
}

.spfInputUnique {
    width: 100%;
    height: 3.5rem;
    border: 0.063rem solid var(--spfBorder);
    border-radius: 0.7rem;
    padding: 0 1rem;
    font-size: 0.95rem;
}

.spfPasswordWrapUnique {
    position: relative;
}

.spfPasswordInputUnique {
    padding-right: 3rem;
}

.spfEyeBtnUnique {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    color: #667085;
}

.spfForgotWrapUnique {
    text-align: right;
    margin-bottom: 1.5rem;
}

.spfForgotWrapUnique a {
    text-decoration: none;
    color: var(--spfPrimary);
    font-size: 0.9rem;
    font-weight: 600;
}

.spfLoginBtnUnique {
    width: 100%;
    height: 3.5rem;
    border: none;
    border-radius: 0.7rem;
    background: var(--spfPrimary);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

.spfDividerUnique {
    text-align: center;
    margin: 1.5rem 0;
    position: relative;
}

.spfDividerUnique::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0.063rem;
    background: var(--spfBorder);
}

.spfDividerUnique span {
    background: #fff;
    position: relative;
    padding: 0 1rem;
}

.spfGoogleBtnUnique {
    width: 100%;
    height: 3.5rem;
    border: 0.063rem solid var(--spfBorder);
    border-radius: 0.7rem;
    background: #fff;
    font-weight: 600;
}

.spfGoogleBtnUnique i {
    margin-right: 0.5rem;
}

.spfSignupUnique {
    text-align: center;
    margin-top: 1.5rem;
    color: #667085;
}

.spfSignupUnique a {
    color: var(--spfPrimary);
    text-decoration: none;
    font-weight: 700;
}

@media (max-width:61.99rem) {

    .spfLeftPanelUnique {
        padding: 2rem;
    }

    .spfLoginPanelUnique {
        padding: 2rem;
    }

    .spfTitleUnique {
        font-size: 2.2rem;
    }

    .spfWelcomeUnique {
        font-size: 2rem;
    }
}

@media (max-width:47.99rem) {

    .spfTitleUnique {
        font-size: 1.8rem;
    }

    .spfLoginPanelUnique {
        padding: 1.5rem;
    }

    .spfWelcomeUnique {
        font-size: 1.6rem;
    }

    .spfDashboardMockupUnique {
        height: 12rem;
    }
}