        label.error {
            color: red;
        }

        .custome-loader {
            inset: 0;
            display: none;
            align-items: center;
            justify-content: center;
            position: absolute;
        }

        .custome-loader:after {
            content: "";
            position: absolute;
            inset: 0;
            background-color: #fff;
            opacity: 0.6;
            z-index: 99;
            animation: loaderBg 0.8s infinite;
        }

        @keyframes loaderBg {
            0% {
                opacity: 0.6;
            }

            50% {
                opacity: 0.8;
            }

            100% {
                opacity: 0.6;
            }
        }

        .custome-loader img {
            width: 100px;
            z-index: 100;
            height: fit-content;
        }

        .active-loader {
            display: flex;
        }

        .disabled-input:focus,
        .disabled-input:active,
        .disabled-input {
            background-color: #e9ecef;
            opacity: 1;
        }

        .disabled-checkbox:before {
            background-color: #e9ecef;
            opacity: 1;
        }

        .ui-autocomplete {
            max-height: 200px;
            max-width: 169px;
            width: fit-content;
            overflow-y: auto;
            overflow-x: hidden;
            padding-right: 20px;
        }

        .ui-widget.ui-widget-content {
            padding: 10px !important;
            position: relative !important;
            border-radius: 12px 10px 10px 12px !important;
            border: 1px solid rgba(231, 231, 231, 1) !important;
        }

        .ui-widget.ui-widget-content::-webkit-scrollbar {
            width: 10px;
        }

        .ui-widget.ui-widget-content::-webkit-scrollbar-thumb {
            background: linear-gradient(260deg, #467EFE 5.26%, #61CAFD 100%);
            border-radius: 50px;
        }

        .ui-widget.ui-widget-content::-webkit-scrollbar-track {
            background: #dddddd;
            border-radius: 50px;
        }

        .ui-menu .ui-menu-item-wrapper {
            padding: 5px 10px;
            font-size: 16px;
            border-radius: 6px;
            font-weight: 400;
            font-family: 'Poppins', sans-serif;
        }

        .ui-state-active,
        .ui-widget-content .ui-state-active,
        .ui-widget-header .ui-state-active,
        a.ui-button:active,
        .ui-button:active,
        .ui-button.ui-state-active:hover {
            border: 1px solid #5897fb !important;
            background-color: #5897fb !important;
            font-weight: normal;
            color: #ffffff;
        }

        .input-dropdown,
        .code-dropdown {
            position: relative;
            display: inline-block;
        }

        .cross-icon-state {
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            right: 26px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 5;
        }

        .cross-icon-code {
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            right: 35px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 5;
        }

        .input-dropdown input,
        .input-dropdown b,
        .code-dropdown input,
        .code-dropdown b {
            cursor: text;

        }

        .input-dropdown b {
            border-style: solid;
            height: 0;
            left: 50%;
            margin-left: 5rem;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
            border-color: #7e7f87 transparent transparent transparent !important;
            border-width: 6px 6px 0 6px !important;
        }

        .code-dropdown b {
            border-style: solid;
            height: 0;
            left: 50%;
            margin-left: 4rem;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
            border-color: #7e7f87 transparent transparent transparent !important;
            border-width: 6px 6px 0 6px !important;
        }

        /* Search results css */

        /* ===== Loader ===== */
        #nr-loader {
            display: none;
            text-align: center;
            padding: 48px 0;
        }

        #nr-loader.active {
            display: block;
        }

        .nr-dots {
            display: flex;
            gap: 8px;
            align-items: center;
            justify-content: center;
        }

        .nr-dots span {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #467EFE;
            animation: nr-dot-bounce 1.2s ease-in-out infinite;
        }

        .nr-dots span:nth-child(1) {
            animation-delay: 0s;
        }

        .nr-dots span:nth-child(2) {
            animation-delay: 0.2s;
        }

        .nr-dots span:nth-child(3) {
            animation-delay: 0.4s;
        }

        @keyframes nr-dot-bounce {

            0%,
            60%,
            100% {
                transform: translateY(0);
                opacity: 1;
            }

            30% {
                transform: translateY(-10px);
                opacity: 0.7;
            }
        }

        /* ===== Results grid wrapper ===== */
        .htmList {
            padding: 0 4px;
        }

        /* ===== Featured card (full-width gradient banner) ===== */
        .nc-featured {
            position: relative;
            border-radius: 24px;
            background: linear-gradient(115deg, #467EFE 0%, #5BA5FA 55%, #7DD4FC 100%);
            overflow: hidden;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            padding: 0 40px 0 0;
            min-height: 275px;
            margin-bottom: 24px;
            box-shadow: 0 8px 32px rgba(70, 126, 254, .22);
        }

        /* Background cloud images */
        .nc-featured__cloud-top {
            position: absolute;
            top: 0;
            left: 45%;
            right: 0;
            width: 100%;
            height: 100%;
            background: url('../images/image/top-cloud.png') no-repeat;
            opacity: 1;
            pointer-events: none;
        }

        .nc-featured__cloud-bottom {
            position: absolute;
            top: 40%;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: url('../images/image/bottom-cloud.png') no-repeat;
            opacity: 1;
            pointer-events: none;
        }

        /* Astronaut — left side, flying pose */
        .nc-featured__astro {
            flex-shrink: 0;
            width: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 16px 0 16px 20px;
            z-index: 1;
        }

        .nc-featured__astro img {
            width: 175px;
            height: auto;
            display: block;
            filter: drop-shadow(0 8px 24px rgba(0, 0, 0, .15));
        }

        /* Center body: number + location */
        .nc-featured__body {
            flex: 1;
            padding: 28px 98px;
            z-index: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .nc-featured__number {
            font-size: 32px;
            font-weight: 700;
            color: #fff;
            letter-spacing: .5px;
            line-height: 1.1;
        }

        .nc-featured__sub {
            display: none;
        }

        .nc-featured__loc {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 4px;
            color: rgba(255, 255, 255, .9);
            font-size: 16px;
            font-weight: 400;
            margin-top: 10px;
        }

        .nc-featured__loc svg {
            flex-shrink: 0;
        }

        /* Right side: pricing */
        .nc-featured__side {
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-right: 20px;
            gap: 8px;
        }

        .nc-featured__label {
            font-size: 24px;
            font-weight: 700;
            color: #FFFD01;
            text-transform: uppercase;
        }

        .nc-featured__price-row {
            display: flex;
            align-items: baseline;
            gap: 8px;
        }

        .nc-featured__orig {
            font-size: 22px;
            color: rgba(255, 255, 255, .65);
            position: relative;
            display: inline-block;
        }

        .nc-featured__orig::after {
            content: '';
            position: absolute;
            left: -2px;
            right: -2px;
            top: 50%;
            height: 1.5px;
            background: rgba(255, 255, 255, .75);
            transform: rotate(-8deg);
            transform-origin: center;
        }

        .nc-featured__price {
            font-size: 22px;
            font-weight: 700;
            color: #fff;
        }

        .nc-featured__cart {
            padding: 10px 28px;
            border-radius: 26px;
            background: white;
            color: #4260CB;
            font-size: 14px;
            font-weight: 600;
            border: 2px solid rgba(255, 255, 255, .75);
            cursor: pointer;
            white-space: nowrap;
            transition: background .15s, border-color .15s;
            display: block;
        }

        .nc-featured__cart:hover {
            background: rgba(255, 255, 255, .15);
            border-color: #fff;
        }

        /* ── Featured row: two cards side-by-side ──────────────────────────────── */
        .nc-featured-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
            margin-bottom: 24px;
        }

        /* Exclusive corner ribbon */
        .nc-featured__exclusive {
            position: absolute;
            top: 16px;
            right: -22px;
            background: #FFD600;
            color: #1a2472;
            font-size: 9px;
            font-weight: 800;
            letter-spacing: 1px;
            text-transform: uppercase;
            padding: 5px 0;
            width: 100px;
            text-align: center;
            transform: rotate(45deg);
            z-index: 5;
            pointer-events: none;
            box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
        }

        .number-filter-result {
            padding: 0px 12px;
        }

        /* ── Card banner ribbons ───────────────────────────────────────────────── */
        /* Shared base — horizontal banner tag with angled edge */
        .nc__ribbon {
            position: absolute;
            color: #FFD600;
            background: linear-gradient(60deg, #467efe 45%, #5ec0fd 55%);
            z-index: 5;
            pointer-events: none;
            font-size: 10px;
            font-weight: 800;
            letter-spacing: 1px;
            text-transform: uppercase;
            line-height: 1.2;
            white-space: nowrap;
        }

        /* Top-left: angled cut on bottom-right */
        .nc__ribbon--top-left {
            top: 0;
            left: 0;
            width: 50%;
            height: 50%;
            border-radius: 0px;
            clip-path: polygon(0 0,
                    100% 0,
                    calc(100% - 30px) 14px,
                    13px 14px,
                    13px calc(100% - 22px),
                    0 100%);
            display: flex;
            align-items: flex-start;
            padding: 2px 0 0 14px;
        }

        /* Bottom-right: angled cut on top-left (mirror of top-left) */
        .nc__ribbon--bottom-right {
            bottom: 0;
            right: 0;
            width: 50%;
            height: 50%;
            border-radius: 0px;
            clip-path: polygon(100% 100%,
                    0 100%,
                    calc(0% + 30px) calc(100% - 14px),
                    calc(100% - 13px) calc(100% - 14px),
                    calc(100% - 13px) calc(0% + 22px),
                    100% 0);
            display: flex;
            align-items: flex-end;
            justify-content: flex-end;
            padding: 0 14px 1px 0;
        }

        /* ── Featured row: two-column cards ───────────────────────────────────── */
        .nc-featured-row .nc-featured {
            min-height: 200px;
            padding: 12px 50px 12px 0;
            /* 50px right = ribbon clearance */
            margin-bottom: 0;
            flex-wrap: nowrap;
        }

        .nc-featured-row .nc-featured:hover {
            box-shadow: 0rem .875rem 5.25rem 0rem #00000026;
        }

        .nc-featured-row .nc-featured__astro {
            width: 120px;
            flex-shrink: 0;
            padding: 12px 0 12px 14px;
        }

        .nc-featured-row .nc-featured__astro img {
            width: 104px;
        }

        /* Body fills remaining space; no overflow:hidden so meta text isn't clipped */
        .nc-featured-row .nc-featured__body {
            padding: 14px 8px 14px 12px;
            min-width: 0;
            flex: 1;
            align-items: flex-start;
            gap: 2px;
        }

        .nc-featured-row .nc-featured__number {
            font-size: 22px;
            font-weight: 800;
            white-space: nowrap;
        }

        .nc-featured-row .nc-featured__loc {
            justify-content: flex-start;
            margin-top: 2px;
            font-size: 13px;
        }

        .nc-featured-row .nc-featured__label {
            font-size: 18px;
            margin-top: 4px;
            white-space: nowrap;
        }

        .nc-featured-row .nc-featured__price-row {
            margin-top: 2px;
            align-items: baseline;
            flex-wrap: nowrap;
            gap: 6px;
        }

        .nc-featured-row .nc-featured__orig {
            font-size: 15px;
        }

        .nc-featured-row .nc-featured__price {
            font-size: 22px;
            font-weight: 800;
        }

        .nc-featured-row .nc-featured__cart {
            margin-top: 8px;
            font-size: 12px;
            font-weight: 600;
            color: #4260CB;
            background-color: white;
            border-color: white;
            padding: 8px 18px;
            white-space: nowrap;
        }

        .nc-featured-row .nc-featured__cart:hover {
            background: rgba(255, 255, 255, .15);
            color: white;
            border-color: white;
        }

        .nc-featured-row .nc-featured__monthly {
            font-size: 20px;
            white-space: nowrap;
        }

        /* Two-column inner layout for license card */
        .nc-featured__lic-layout {
            display: flex;
            flex-direction: row;
            align-items: flex-end;
            margin-top: 6px;
            width: 100%;
            flex: 1;
        }

        /* Left: label → monthly → Start License */
        .nc-featured__lic-left {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 4px;
            flex: 1;
            min-width: 0;
        }

        .nc-featured__lic-left .nc-featured__cart {
            margin-top: 6px;
        }

        /* Right: one-time meta → annual meta → License/Buy pill */
        .nc-featured__lic-right {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: space-between;
            gap: 4px;
            flex: 1;
            min-width: 0;
        }

        .nc-featured-row .nc-featured__license-meta {
            font-size: 13px;
            line-height: 1.6;
            white-space: nowrap;
            text-align: right;
        }

        .nc-featured-row .nc-featured__lic-buy {
            padding: 4px;
            margin-top: 8px;
            background: #4260CB;
        }

        .nc-featured-row .nc-featured__lic-buy button {
            padding: 9px 18px;
            font-size: 13px;
        }

        /* ≤ 1300px: single column — each card is full width, scale up fonts */
        @media (max-width: 1300px) {
            .nc-featured-row {
                grid-template-columns: 1fr;
            }

            .nc-featured-row .nc-featured__astro {
                width: 150px;
            }

            .nc-featured-row .nc-featured__astro img {
                width: 130px;
            }

            .nc-featured-row .nc-featured__number {
                font-size: 28px;
            }

            .nc-featured-row .nc-featured__label {
                font-size: 22px;
            }

            .nc-featured-row .nc-featured__price {
                font-size: 26px;
            }

            .nc-featured-row .nc-featured__monthly {
                font-size: 22px;
            }

            .nc-featured-row .nc-featured__license-meta {
                font-size: 15px;
            }

            .nc-featured-row .nc-featured__cart {
                font-size: 14px;
                padding: 9px 22px;
            }

            .nc-featured-row .nc-featured__lic-buy button {
                padding: 10px 22px;
                font-size: 14px;
            }

            .nc-featured__lic-layout {
                gap: 16px;
            }
        }

        /* 481–776px: keep horizontal layout, scale everything down */
        @media (max-width: 776px) {
            .nc-featured {
                flex-wrap: nowrap;
                min-height: 140px;
                padding: 0 40px 0 0;
                margin-bottom: 14px;
            }

            .nc-featured__astro {
                width: 100px;
                padding: 10px 0 10px 12px;
            }

            .nc-featured__astro img {
                width: 86px;
            }

            .nc-featured__body {
                padding: 10px 8px 10px 10px;
                align-items: flex-start;
                gap: 2px;
            }

            .nc-featured__number {
                font-size: 20px;
                letter-spacing: 0;
            }

            .nc-featured__loc {
                font-size: 12px;
                margin-top: 3px;
            }

            .nc-featured__loc img {
                width: 12px;
            }

            .nc-featured__side {
                padding: 0 0 0 8px;
                margin-right: 0;
                gap: 4px;
            }

            .nc-featured__label {
                font-size: 15px;
            }

            .nc-featured__orig {
                font-size: 13px;
            }

            .nc-featured__price {
                font-size: 15px;
            }

            .nc-featured__monthly {
                font-size: 15px;
            }

            .nc-featured__cart {
                padding: 7px 14px;
                font-size: 12px;
                margin-top: 5px;
            }

            .nc-featured__lic-layout {
                gap: 8px;
                margin-top: 4px;
            }

            .nc-featured__lic-left {
                gap: 2px;
            }

            .nc-featured__lic-right {
                gap: 2px;
            }

            .nc-featured__lic-left .nc-featured__cart {
                margin-top: 4px;
                padding: 6px 10px;
                font-size: 11px;
            }

            .nc-featured__license-meta {
                font-size: 10px;
                white-space: nowrap;
            }

            .nc-featured__lic-buy {
                padding: 3px;
                margin-top: 3px;
            }

            .nc-featured__lic-buy button {
                padding: 6px 10px;
                font-size: 11px;
            }

            .nc-featured-row .nc-featured__astro {
                width: 100px;
                padding: 10px 0 10px 12px;
            }

            .nc-featured-row .nc-featured__astro img {
                width: 86px;
            }

            .nc-featured-row .nc-featured__body {
                padding: 10px 8px 10px 10px;
                align-items: flex-start;
            }

            .nc-featured-row .nc-featured__number {
                font-size: 18px;
            }

            .nc-featured-row .nc-featured__loc {
                font-size: 11px;
            }

            .nc-featured-row .nc-featured__label {
                font-size: 14px;
            }

            .nc-featured-row .nc-featured__monthly {
                font-size: 15px;
            }

            .nc-featured-row .nc-featured__cart {
                font-size: 11px;
                padding: 6px 12px;
            }

            .nc-featured-row .nc-featured__license-meta {
                font-size: 10px;
                white-space: nowrap;
            }

            .nc-featured-row .nc-featured__lic-buy {
                padding: 3px;
                margin-top: 3px;
            }

            .nc-featured-row .nc-featured__lic-buy button {
                padding: 6px 10px;
                font-size: 11px;
            }
        }

        /* ≤ 480px: column layout — astro top center, content stacked & centered */
        @media (max-width: 480px) {

            /* ── Base card ── */
            .nc-featured {
                flex-direction: column;
                align-items: center;
                flex-wrap: wrap;
                padding: 0 0 20px 0;
                min-height: unset;
                margin-bottom: 14px;
            }

            /* Astro: centered, compact */
            .nc-featured__astro {
                width: auto;
                padding: 18px 0 6px 0;
            }

            .nc-featured__astro img {
                width: 76px;
            }

            /* Body: centered column */
            .nc-featured__body {
                width: 100%;
                padding: 4px 18px 8px;
                align-items: center;
                text-align: center;
                gap: 4px;
            }

            .nc-featured__number {
                font-size: 22px;
                text-align: center;
                white-space: nowrap;
                letter-spacing: 0;
            }

            .nc-featured__loc {
                justify-content: center;
                font-size: 12px;
                margin-top: 4px;
            }

            .nc-featured__loc img {
                width: 12px;
            }

            /* Side panel (old main card) */
            .nc-featured__side {
                width: 100%;
                padding: 0 18px 0;
                margin-right: 0;
                align-items: center;
                text-align: center;
                gap: 6px;
            }

            .nc-featured__label {
                font-size: 16px;
            }

            .nc-featured__price-row {
                justify-content: center;
            }

            .nc-featured__orig {
                font-size: 14px;
            }

            .nc-featured__price {
                font-size: 18px;
            }

            .nc-featured__monthly {
                font-size: 17px;
            }

            /* Full-width button */
            .nc-featured__cart {
                width: calc(100% - 36px);
                margin: 10px 18px 0;
                padding: 10px 0;
                font-size: 13px;
                text-align: center;
                box-sizing: border-box;
            }

            /* LICENSE ONLY — stack lic columns */
            .nc-featured__lic-layout {
                flex-direction: column;
                align-items: center;
                gap: 10px;
                margin-top: 8px;
                width: 100%;
            }

            .nc-featured__lic-left {
                align-items: center;
                width: 100%;
            }

            .nc-featured__lic-left .nc-featured__cart {
                width: 100%;
                margin: 8px 0 0;
                padding: 10px 0;
                font-size: 13px;
            }

            .nc-featured__lic-right {
                align-items: center;
                flex: unset;
                width: 100%;
            }

            .nc-featured__license-meta {
                font-size: 12px;
                text-align: center;
                white-space: normal;
            }

            .nc-featured__lic-buy {
                width: 100%;
                margin-top: 6px;
            }

            .nc-featured__lic-buy button {
                padding: 10px 0;
                font-size: 13px;
            }

            /* ── Row cards at mobile ── */
            /* Reset high-specificity row overrides so column/center layout applies */
            .nc-featured-row .nc-featured {
                flex-direction: column;
                align-items: center;
                flex-wrap: wrap;
                padding: 0 0 20px 0;
                min-height: unset;
                margin-bottom: 14px;
            }

            .nc-featured-row .nc-featured__astro {
                width: auto;
                padding: 18px 0 6px 0;
            }

            .nc-featured-row .nc-featured__body {
                align-items: center;
                text-align: center;
                padding: 4px 18px 10px;
            }

            .nc-featured-row .nc-featured__number {
                font-size: 20px;
                text-align: center;
                white-space: nowrap;
            }

            .nc-featured-row .nc-featured__loc {
                justify-content: center;
                font-size: 12px;
            }

            .nc-featured-row .nc-featured__label {
                font-size: 16px;
            }

            .nc-featured-row .nc-featured__monthly {
                font-size: 17px;
            }

            .nc-featured-row .nc-featured__price {
                font-size: 18px;
            }

            .nc-featured-row .nc-featured__cart {
                width: 100%;
                margin: 8px 0 0;
                padding: 10px 0;
                font-size: 13px;
                text-align: center;
                white-space: normal;
            }

            .nc-featured-row .nc-featured__license-meta {
                font-size: 12px;
                text-align: center;
                white-space: normal;
            }

            .nc-featured-row .nc-featured__lic-buy button {
                padding: 10px 0;
                font-size: 13px;
            }
        }

        /* LICENSE ONLY card extras */
        .nc-featured__monthly {
            font-size: 26px;
            font-weight: 800;
            color: #fff;
            white-space: nowrap;
        }

        .nc-featured__license-row {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 12px;
            margin-top: 6px;
            width: 100%;
        }

        .nc-featured__license-meta {
            font-size: 13px;
            color: rgba(255, 255, 255, .85);
            text-align: right;
            line-height: 1.75;
            white-space: nowrap;
            flex-shrink: 0;
        }

        .nc-featured__license-btns {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-top: 12px;
            width: 100%;
        }

        .nc-featured__license-btns .nc-featured__cart {
            margin-top: 0;
            flex-shrink: 0;
            white-space: nowrap;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .nc-featured__lic-buy {
            display: flex;
            padding: 4px;
            background: #4260CB;
            border-radius: 30px;
            width: 100%;
        }

        .nc-featured__lic-buy button {
            flex: 1;
            background: transparent;
            border: none;
            color: rgba(255, 255, 255, .85);
            padding: 9px 22px;
            font-size: 14px;
            font-weight: 600;
            border-radius: 30px;
            cursor: pointer;
            white-space: nowrap;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            transition: background .18s, color .18s;
        }

        .nc-featured__lic-buy button.active {
            background: white;
            color: #4260CB;
        }

        .nc-featured__lic-buy button:not(.active):hover {
            background: rgba(255, 255, 255, .1);
            color: white;
        }

        /* ===== Search Help Modal ===== */
        .sh-modal-body {
            padding: 8px 24px 24px !important;
        }

        .sh-modal-desc {
            text-align: center;
            color: #555;
            font-size: 13.5px;
            line-height: 1.6;
            margin: 0 0 18px;
        }

        /* Three example cards row */
        .sh-cards {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 12px;
            margin-bottom: 14px;
        }

        @media (max-width: 680px) {
            .sh-cards {
                grid-template-columns: 1fr;
            }
        }

        .sh-card {
            background: #EFF9FF;
            border-radius: 12px;
            padding: 14px 12px 16px;
        }

        .sh-card__title {
            font-size: 12.5px;
            font-weight: 700;
            color: #1a2472;
            text-align: center;
            margin-bottom: 14px;
            line-height: 1.4;
            min-height: 34px;
        }

        .sh-card__label {
            font-size: 11px;
            color: #888;
            margin-bottom: 6px;
        }

        .sh-card__fields {
            display: flex;
            align-items: center;
            gap: 6px;
            margin-bottom: 10px;
        }

        /* Select — blue bordered dropdown */
        .sh-select {
            border: 1.5px solid #467EFE;
            border-radius: 8px;
            padding: 5px 8px;
            font-size: 12px;
            font-weight: 600;
            color: #467EFE;
            background: #fff;
            cursor: pointer;
            outline: none;
            appearance: auto;
            flex-shrink: 0;
        }

        .sh-select:focus {
            border-color: #2a5fe0;
        }

        /* Text input — blue bordered */
        .sh-input {
            border: 1.5px solid #467EFE;
            border-radius: 8px;
            padding: 5px 10px;
            font-size: 12px;
            font-weight: 600;
            color: #467EFE;
            background: #fff;
            outline: none;
            width: 100%;
            min-width: 0;
        }

        .sh-input::placeholder {
            color: #90aaff;
            font-weight: 500;
        }

        .sh-input:focus {
            border-color: #2a5fe0;
        }

        /* Result readonly fields — gray */
        .sh-result {
            border: 1.5px solid #c8cfe0;
            border-radius: 8px;
            padding: 5px 10px;
            font-size: 12px;
            font-weight: 500;
            color: #666;
            background: #fff;
            flex-shrink: 0;
            white-space: nowrap;
        }

        /* Bottom section */
        .sh-bottom {
            background: #EFF9FF;
            border-radius: 12px;
            padding: 18px 20px;
            display: grid;
            grid-template-columns: 1fr 1fr auto;
            gap: 16px;
            align-items: start;
        }

        @media (max-width: 680px) {
            .sh-bottom {
                grid-template-columns: 1fr;
            }

            .sh-astro {
                display: none;
            }
        }

        .sh-bottom__title {
            font-size: 14px;
            font-weight: 700;
            color: #1a2472;
            margin: 0 0 10px;
        }

        .sh-row {
            display: flex;
            gap: 8px;
            margin-bottom: 6px;
            align-items: baseline;
        }

        .sh-row__key {
            font-size: 12.5px;
            font-weight: 700;
            color: #1a2472;
            min-width: 110px;
            flex-shrink: 0;
        }

        .sh-row__val {
            font-size: 12px;
            color: #555;
        }

        .sh-astro {
            width: 110px;
            object-fit: contain;
            align-self: flex-end;
            flex-shrink: 0;
        }

        /* ===== Exact-match result cards ===== */
        /* ===== Exact-match card list ===== */
        .em-list {
            display: flex;
            flex-direction: column;
            gap: 14px;
            margin-bottom: 24px;
        }

        /* ── Card 1: full blue gradient ── */
        .em-card--blue {
            position: relative;
            border-radius: 18px;
            background: linear-gradient(120deg, #3a6ef5 0%, #5aaafa 55%, #7dd4fc 100%);
            border: none;
            box-shadow: 0 6px 28px rgba(70, 126, 254, .28);
            display: flex;
            align-items: center;
            overflow: hidden;
            min-height: 345px;
            padding: 0 46px 0 46px;
        }

        .em-card--blue-body {
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: space-between;
            z-index: 2;
        }

        .em-card--blue .em-c1-cloud {
            position: absolute;
            inset: 0;
            background: url('../images/image/blue-top-cloud.png') no-repeat;
            opacity: 0.4;
            top: 0;
            left: 50%;
            pointer-events: none;
            z-index: 1;
        }

        .em-card--blue .em-c2-cloud {
            position: absolute;
            inset: 0;
            top: 30px;
            background: url('../images/image/blue-bottom-cloud.png') no-repeat;
            opacity: 0.4;
            pointer-events: none;
            z-index: 1;
        }


        .em-card--blue .em-c1-astro {
            flex-shrink: 0;
            /* width: 260px; */
            display: flex;
            align-items: flex-end;
            justify-content: center;
            padding: 0 8px 0 8px;
            align-self: stretch;
            margin-left: 50px;
            margin-bottom: 30px;
        }

        .em-card--blue .em-c1-astro img {
            width: 100%;
            display: block;
            position: relative;
            bottom: 0;
        }

        .em-card--blue .em-c1-number {
            font-size: 26px;
            font-weight: 800;
            color: #fff;
            letter-spacing: .3px;
            line-height: 1.1;
        }

        .em-card--blue .em-c1-sub {
            font-size: 13px;
            color: rgba(255, 255, 255, .75);
            margin-top: 10px;
        }

        .em-card--blue .em-c1-loc {
            display: flex;
            align-items: center;
            gap: 4px;
            font-size: 12.5px;
            color: rgba(255, 255, 255, .85);
            margin-top: 10px;
        }

        .em-card--blue .em-c1-loc img {
            width: 13px;
        }

        .em-card--blue .em-c1-side {
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            min-width: 160px;
            position: relative;
        }

        .em-card--blue .em-c1-price {
            font-size: 30px;
            font-weight: 800;
            color: #fff;
            white-space: nowrap;
        }

        .em-card--blue .em-c1-btn {
            background: white;
            border: 1.5px solid rgba(255, 255, 255, .8);
            border-radius: 20px;
            padding: 8px 28px;
            font-size: 13px;
            font-weight: 400;
            color: #4260CB;
            cursor: pointer;
            white-space: nowrap;
            transition: background .15s;
            margin: 12px 0px;
        }

        .em-card--blue .em-c1-btn:hover {
            background: rgba(255, 255, 255, .15);
        }

        /* ── Cards 2 & 3: white with light blue tint ── */
        .em-card--white {
            position: relative;
            border-radius: 18px;
            background: #fff;
            border: 1px solid #e4eeff;
            background: url('../images/image/em-card-white.png') no-repeat;
            background-size: cover;
            box-shadow: 0 2px 14px rgba(70, 126, 254, .07);
            display: flex;
            align-items: center;
            overflow: hidden;
            min-height: 340px;
            padding: 0 46px 0 46px;
        }

        .em-card--skyblue {
            background-color: #EFF9FF;
            background-image: none;
        }

        .em-card--white-body {
            display: flex;
            align-items: center;
            width: 100%;
            justify-content: space-between;
        }

        .em-card--white .em-cw-astro {
            flex-shrink: 0;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            align-self: stretch;
            padding: 0 0 0 10px;
        }

        .em-card--white .em-cw-astro img {
            width: 100%;
            display: block;
        }

        .em-card--white .em-cw-number {
            font-size: 20px;
            font-weight: 800;
            color: #4260CB;
            line-height: 1.1;
        }

        .em-card--white .em-cw-sub {
            font-size: 12.5px;
            color: #8C94B0;
            margin-top: 3px;
        }

        .em-card--white .em-cw-loc {
            display: flex;
            align-items: center;
            gap: 4px;
            font-size: 12px;
            color: #8C94B0;
            margin-top: 10px;
        }

        .em-card--white .em-cw-loc img {
            width: 12px;
        }

        .em-card--white .em-cw-meta {
            font-size: 11.5px;
            color: #8C94B0;
            margin-top: 10px;
            line-height: 1.5;
        }

        .em-card--white .em-cw-tag {
            font-size: 12px;
            font-weight: 600;
            color: #7699E9;
            margin-top: 10px;
        }

        .em-card--white .em-cw-btn-start {
            background: linear-gradient(90deg, #467efe 0%, #5ec0fd 100%);
            border: none;
            border-radius: 999px;
            padding: 7px 22px;
            font-size: 12.5px;
            font-weight: 600;
            color: #fff;
            cursor: pointer;
            margin-top: 10px;
            display: inline-block;
            transition: opacity .15s;
        }

        .em-card--white .em-cw-btn-start:hover {
            opacity: .88;
        }

        .em-card--white .em-cw-side {
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 10px;
            min-width: 150px;
            padding-left: 16px;
        }

        .em-card--white .em-cw-price {
            font-size: 26px;
            font-weight: 800;
            color: #4260CB;
            white-space: nowrap;
        }

        .em-card--white .em-cw-price--monthly {
            font-size: 22px;
            font-weight: 800;
            color: #4260CB;
            white-space: nowrap;
        }

        .em-cw-toggle {
            display: flex;
            background: #4060CB;
            border-radius: 20px;
            padding: 6px;
            min-width: 180px;
        }

        .em-cw-toggle button {
            flex: 1;
            border: none;
            border-radius: 20px;
            padding: 6px 14px;
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
            background: white;
            color: #4260CB;
            white-space: nowrap;
            transition: background .15s, color .15s;
        }

        .em-cw-toggle button.active {
            background: transparent;
            color: #fff;
        }

        /* ── Card 4: compact light blue ── */
        .em-card--compact {
            position: relative;
            border-radius: 14px;
            background: #EFF9FF;
            border: 1px solid #d0e8ff;
            box-shadow: 0 2px 10px rgba(70, 126, 254, .07);
            display: flex;
            align-items: center;
            overflow: hidden;
            min-height: 340px;
            padding: 0px 46px 0px 46px;
        }

        .em-card--compact-body {
            display: flex;
            align-items: center;
            width: 100%;
            justify-content: space-between;
        }

        .em-card--compact .em-cc-astro {
            flex-shrink: 0;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            align-self: stretch;
            padding: 0 0 0 10px;
        }

        .em-card--compact .em-cc-astro img {
            width: 100%;
            display: block;
        }

        .em-card--compact .em-cc-number {
            font-size: 17px;
            font-weight: 800;
            color: #4260CB;
            line-height: 1.1;
        }

        .em-card--compact .em-cc-sub {
            font-size: 11.5px;
            color: #8C94B0;
            margin-top: 10px;
        }

        .em-card--compact .em-cc-loc {
            display: flex;
            align-items: center;
            gap: 3px;
            font-size: 11.5px;
            color: #8C94B0;
            margin-top: 10px;
        }

        .em-card--compact .em-cc-loc img {
            width: 11px;
        }

        .em-card--compact .em-cc-meta {
            font-size: 11px;
            color: #8C94B0;
            margin-top: 10px;
            line-height: 1.5;
        }

        .em-card--compact .em-cc-footer {
            display: flex;
            gap: 6px;
            flex-direction: column;
        }

        .em-card--compact .em-cc-btn-license {
            background: #4260CB;
            border: none;
            border-radius: 999px;
            padding: 7px 32px;
            font-size: 12.5px;
            font-weight: 600;
            color: #fff;
            cursor: pointer;
            transition: opacity .15s;
        }

        .em-card--compact .em-cc-tag {
            font-size: 12px;
            font-weight: 600;
            color: #7699E9;
            margin-top: 8px;
        }

        .em-card--compact .em-cc-btn-license:hover {
            opacity: .88;
        }

        .em-card--compact .em-cc-btn-help {
            width: 26px;
            height: 26px;
            border-radius: 50%;
            border: 1.5px solid #ccc;
            background: transparent;
            font-size: 12px;
            font-weight: 700;
            color: #8C94B0;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .em-card--compact .em-cc-side {
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 6px;
            padding-right: 4px;
            min-width: 90px;
        }

        .em-card--compact .em-cc-wish {
            background: transparent;
            border: none;
            cursor: pointer;
            padding: 0;
            font-size: 18px;
            color: #8C94B0;
            line-height: 1;
        }

        .em-card--compact .em-cc-price {
            font-size: 15px;
            font-weight: 800;
            color: #4260CB;
            white-space: nowrap;
        }

        .em-cc-toggle {
            display: flex;
            background: #4060CB;
            border-radius: 20px;
            padding: 6px;
            min-width: 180px;
        }

        .em-cc-toggle button {
            flex: 1;
            border: none;
            border-radius: 20px;
            padding: 6px 14px;
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
            background: transparent;
            color: white;
            white-space: nowrap;
            transition: background .15s, color .15s;
        }

        .em-cc-toggle button.active {
            background: white;
            color: #4260CB;
        }

        /* Responsive */
        @media (max-width: 640px) {

            /* Reduce padding, drop fixed height */
            .em-card--blue,
            .em-card--white,
            .em-card--compact {
                padding: 18px 16px;
                min-height: unset;
            }

            /* Shrink astro images, reset stretch/margins */
            .em-card--blue .em-c1-astro,
            .em-card--white .em-cw-astro,
            .em-card--compact .em-cc-astro {
                width: 64px;
                flex-shrink: 0;
                align-self: center;
                padding: 0;
                margin-left: 0;
                margin-bottom: 0;
            }

            .em-card--blue .em-c1-astro img,
            .em-card--white .em-cw-astro img,
            .em-card--compact .em-cc-astro img {
                width: 64px;
                height: auto;
            }

            /* Shrink font sizes slightly */
            .em-card--blue .em-c1-number {
                font-size: 20px;
            }

            .em-card--blue .em-c1-price {
                font-size: 22px;
            }

            .em-card--white .em-cw-number {
                font-size: 17px;
            }

            .em-card--white .em-cw-price {
                font-size: 20px;
            }

            .em-card--white .em-cw-price--monthly {
                font-size: 18px;
            }

            /* Fix side min-widths so they don't force overflow */
            .em-card--blue .em-c1-side,
            .em-card--white .em-cw-side,
            .em-card--compact .em-cc-side {
                min-width: 0;
                padding-left: 8px;
            }

            /* Toggle: shrink to fit */
            .em-cc-toggle,
            .em-cw-toggle {
                min-width: 0;
            }
        }

        /* Stack layout on phones (≤ 480px) */
        @media (max-width: 480px) {

            /* Hide astro at this size — too cramped in a column */
            .em-card--blue .em-c1-astro,
            .em-card--white .em-cw-astro,
            .em-card--compact .em-cc-astro {
                display: none;
            }

            /* Stack body column */
            .em-card--blue-body,
            .em-card--white-body,
            .em-card--compact-body {
                flex-direction: column;
                align-items: flex-start;
                gap: 12px;
            }

            /* Side sections full-width, left-aligned */
            .em-card--blue .em-c1-side,
            .em-card--white .em-cw-side,
            .em-card--compact .em-cc-side {
                width: 100%;
                align-items: flex-start;
                padding: 0;
            }

            /* Full-width buttons */
            .em-card--blue .em-c1-btn,
            .em-card--white .em-cw-btn-start,
            .em-card--compact .em-cc-btn-license {
                width: 100%;
                text-align: center;
                box-sizing: border-box;
            }

            /* Toggle full-width */
            .em-cc-toggle,
            .em-cw-toggle {
                width: 100%;
                min-width: 0;
                box-sizing: border-box;
            }
        }

        /* ===== Regular card grid ===== */
        .nc-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
        }

        @media (max-width: 1400px) {
            .nc-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 776px) {
            .nc-grid {
                grid-template-columns: 1fr;
            }
        }

        /* ===== List (row) view ===== */
        .nc-grid.rf-list {
            grid-template-columns: 1fr;
            gap: 10px;
        }

        /* nc__right: invisible passthrough in grid view (children land in named grid areas) */
        .nc__right {
            display: contents;
        }

        /* Action buttons in row view */
        .nc-grid.rf-list .nc__actions,
        .nc-grid.rf-list .nc__actions--spread {
            flex-direction: row;
            align-items: center;
            justify-content: flex-end;
            gap: 10px;
            flex-shrink: 0;
        }

        .nc-grid.rf-list .nc__cart-btn--dark,
        .nc-grid.rf-list .nc__btn--offer {
            height: 44px;
            padding: 0 22px;
            flex: none;
            white-space: nowrap;
            font-size: 16px;
        }

        .nc-grid.rf-list .nc__btn,
        .nc-grid.rf-list .nc__btn_single,
        .nc-grid.rf-list .nc__btn--ghost {
            height: 44px;
            padding: 0 20px;
            flex: none;
            white-space: nowrap;
            font-size: 16px;
        }

        .nc-grid.rf-list .nc__buy-group {
            display: flex;
            gap: 0;
            flex: none;
            padding: 4px;
        }

        .nc-grid.rf-list .nc__buy-group .nc__btn {
            height: 36px;
            padding: 0 22px;
            font-size: 14px;
            white-space: nowrap;
        }

        .nc-grid.rf-list .nc__cart-btn {
            height: 44px;
            flex: none;
            padding: 0 16px;
        }

        /* ===== Row (list) view card — nc-row ===== */
        .nc-row {
            display: flex;
            flex-direction: row;
            align-items: stretch;
            height: 208px;
            padding: 0 20px;
            background: #FAFAFA;
            border-radius: 18px;
            border: 1px solid #eef0f8;
            box-shadow: 0 2px 14px rgba(70, 126, 254, .07);
            position: relative;
            gap: 0;
            min-width: 0;
        }

        .nc-row:hover {
            box-shadow: 0rem .875rem 5.25rem 0rem #00000026;
        }

        .nc-row.help-open {
            overflow: visible;
            z-index: 20;
        }

        .ncr__left {
            flex: 0 0 36%;
            min-width: 0;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 4px;
            padding-right: 20px;
        }

        .ncr__number {
            font-size: 28px;
            font-weight: 700;
            line-height: 1.2;
            white-space: nowrap;
            background: linear-gradient(90deg, #467EFE 0%, #61CAFD 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            color: #467EFE;
        }

        .ncr__sub {
            font-size: 22px;
            font-weight: 500;
            color: #222328CC;
            white-space: nowrap;
        }

        .ncr__sub--full {
            font-size: 18px;
            font-weight: 400;
            color: #8c94b0;
            white-space: nowrap;
        }

        .ncr__mid {
            flex: 1;
            display: flex;
            align-items: center;
        }

        .ncr__loc {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 18px;
            font-weight: 500;
            color: #222328;
        }

        .ncr__right {
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
        }

        .ncr__right-top {
            display: flex;
            justify-content: flex-end;
            padding-top: 10px;
        }

        .ncr__right-main {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            justify-content: center;
            gap: 8px;
        }

        .ncr__pricing {
            display: flex;
            flex-direction: row;
            align-items: baseline;
            gap: 8px;
        }

        .ncr__price-main {
            font-size: 22px;
            font-weight: 700;
            background: linear-gradient(90deg, #467EFE 0%, #61CAFD 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            color: #467EFE;
            white-space: nowrap;
        }

        .ncr__price-orig {
            font-size: 16px;
            color: #b0b8cc;
            white-space: nowrap;
            flex-shrink: 0;
            position: relative;
            display: inline-block;
        }

        .ncr__price-orig::after {
            content: '';
            position: absolute;
            left: -2px;
            right: -2px;
            top: 50%;
            height: 1.5px;
            background: #4260CB;
            transform: rotate(8deg);
            transform-origin: center;
        }

        /* ===== Result-filters bar (rf-bar) ===== */
        .rf-bar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 12px;
            margin-bottom: 24px;
        }

        .rf-left {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .rf-right {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: nowrap;
        }

        /* Export button */
        .rf-export-btn {
            display: flex;
            align-items: center;
            gap: 10px;
            height: 52px;
            padding: 0 18px;
            border: 1.5px solid #e0e4f0;
            border-radius: 30px;
            background: #fff;
            font-size: 16px;
            font-weight: 500;
            color: #222328;
            cursor: pointer;
            white-space: nowrap;
        }

        .rf-export-btn.dropdown-toggle::after {
            display: none;
        }

        .rf-export-btn img,
        .rf-export-btn svg {
            transition: transform 0.2s ease;
        }

        .rf-export-wrap.show .rf-export-btn img,
        .rf-export-wrap.show .rf-export-btn svg {
            transform: rotate(180deg);
        }

        .rf-export-btn:hover {
            border-color: #4260CB;
            color: #4260CB;
        }

        .rf-export-menu {
            border-radius: 12px;
            border: 1px solid #eef0f8;
            box-shadow: 0 6px 24px rgba(70, 126, 254, .12);
            padding: 6px;
            min-width: 100%;
        }

        .rf-export-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            font-weight: 500;
            border-radius: 8px;
            padding: 8px 12px;
        }

        .rf-export-item:hover {
            background: #f4f6ff;
            color: #4260CB;
        }

        /* Grid toggle */
        .rf-grid-toggle {
            display: flex;
            align-items: center;
            background: white;
            border-radius: 30px;
            height: 52px;
            width: 136px;
            border: 1px solid #E7E7E7;
            overflow: hidden;
            flex-shrink: 0;
        }

        .rf-toggle-grid,
        .rf-toggle-row {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
        }

        .rf-toggle-grid {
            border-right: 1px solid #E7E7E7;
        }

        .rf-grid-btn {
            width: 36px;
            height: 36px;
            border: none;
            border-radius: 8px;
            background: transparent;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: background 0.15s;
        }

        .rf-icon-wrap {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
        }

        .rf-icon-wrap img {
            position: absolute;
            width: 24px;
            height: 24px;
            transition: opacity 0.15s;
        }

        /* inactive: show grey, hide blue */
        .rf-icon-grey {
            opacity: 1;
        }

        .rf-icon-blue {
            opacity: 0;
        }

        /* active: hide grey, show blue */
        .rf-grid-btn.active .rf-icon-grey {
            opacity: 0;
        }

        .rf-grid-btn.active .rf-icon-blue {
            opacity: 1;
        }

        /* Show N + Sort selects */
        .rf-select-wrap {
            position: relative;
            display: inline-flex;
            align-items: center;
        }

        .rf-select-wrap::after {
            content: "";
            position: absolute;
            right: 16px;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #222328;
            pointer-events: none;
        }

        .rf-select {
            height: 52px;
            padding: 0 40px 0 16px;
            border: 1.5px solid #e0e4f0;
            border-radius: 30px;
            background: #fff;
            appearance: none;
            -webkit-appearance: none;
            font-size: 16px;
            font-weight: 500;
            color: #222328;
            cursor: pointer;
            outline: none;
        }

        .rf-select:hover,
        .rf-select:focus {
            border-color: #4260CB;
        }

        .rf-select-wrap:has(.rf-select:hover)::after,
        .rf-select-wrap:has(.rf-select:focus)::after {
            border-top-color: #4260CB;
        }

        .rf-sort-group {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-shrink: 0;
        }

        .rf-sort-label {
            font-size: 16px;
            font-weight: 500;
            color: #8C94B0;
            white-space: nowrap;
        }

        /* ≤ 776px: hide grid/row switcher, shrink controls */
        @media (max-width: 776px) {
            .rf-grid-toggle {
                display: none;
            }

            .rf-bar {
                gap: 8px;
                margin-bottom: 16px;
            }

            .rf-export-btn {
                height: 42px;
                font-size: 13px;
                padding: 0 14px;
                gap: 6px;
            }

            .rf-select {
                height: 42px;
                font-size: 13px;
                padding: 0 32px 0 12px;
            }

            .rf-select-wrap::after {
                right: 12px;
            }

            .rf-sort-label {
                font-size: 13px;
            }

            .rf-right {
                gap: 6px;
            }

            .rf-left {
                gap: 6px;
            }
        }

        /* ≤ 480px: stack left/right on separate rows, hide sort label */
        @media (max-width: 480px) {
            .rf-bar {
                flex-direction: column;
                align-items: stretch;
                gap: 8px;
            }

            .rf-left {
                justify-content: flex-start;
            }

            .rf-right {
                justify-content: space-between;
            }

            .rf-sort-label {
                display: none;
            }

            .rf-sort-group {
                flex: 1;
            }

            .rf-sort-group .rf-select-wrap {
                width: 100%;
            }

            .rf-sort-group .rf-select {
                width: 100%;
                box-sizing: border-box;
            }

            .rf-export-btn {
                height: 38px;
                font-size: 12px;
                padding: 0 12px;
            }

            .rf-select {
                height: 38px;
                font-size: 12px;
            }
        }

        /* ===== Regular card base ===== */
        .nc {
            background: #FAFAFA;
            border-radius: 18px;
            border: 1px solid #eef0f8;
            box-shadow: 0 2px 14px rgba(70, 126, 254, .07);
            padding: 24px 14px;
            display: grid;
            grid-template-columns: 1fr auto;
            grid-template-rows: auto auto auto;
            grid-template-areas:
                "top     top"
                "mid     pricing"
                "actions actions";
            gap: 8px 12px;
            min-width: 0;
            position: relative;
            overflow: hidden;
        }

        .nc:hover {
            box-shadow: 0rem .875rem 5.25rem 0rem #00000026;
        }

        /* top row: number + heart */
        .nc__top {
            grid-area: top;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 8px;
        }

        .nc__number-group {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .nc__number {
            font-size: 17px;
            font-weight: 800;
            line-height: 1.2;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            background: linear-gradient(90deg, #467EFE 0%, #61CAFD 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            color: transparent;
        }

        .nc__sub {
            font-size: 13px;
            color: #222328CC;
            margin-top: 2px;
        }

        .nc-featured__sub {
            font-size: 13px;
            color: rgba(255, 255, 255, .75);
            margin-top: 3px;
        }

        .nc__heart {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            border: none;
            background: rgba(66, 96, 203, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            flex-shrink: 0;
            transition: border-color .15s;
        }

        .nc__heart img {
            width: 22px;
            height: 22px;
        }

        .nc__heart:hover {
            border-color: #4260CB;
        }

        .nc__heart svg {
            width: 15px;
            height: 15px;
        }

        .nc__heart.active img {
            content: url('../images/icons/heart-colored.svg');
        }

        /* middle row: location (left cell) — pricing is in the right cell via display:contents */
        .nc__mid {
            grid-area: mid;
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .nc__loc {
            display: flex;
            align-items: center;
            gap: 5px;
            font-size: 13px;
            color: #4B4C4F;
        }

        .nc__loc img {
            width: 14px;
            flex-shrink: 0;
        }

        .nc__loc svg {
            width: 13px;
            flex-shrink: 0;
            margin-top: 2px;
        }

        .nc__pricing {
            grid-area: pricing;
            text-align: right;
            flex-shrink: 0;
            align-self: end;
        }

        .nc__price-main {
            font-size: 18px;
            font-weight: 700;
            /* color: linear-gradient(90deg, #467EFE 0%, #61CAFD 100%); */
            background: linear-gradient(90deg, #467EFE 0%, #61CAFD 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            color: transparent;
            /* fallback */
        }

        /* Strikethrough original price — hidden in grid, shown in row view */
        .nc__price-orig {
            font-size: 13px;
            color: #aaa;
            text-decoration: line-through;
            display: none;
            white-space: nowrap;
        }

        .nc__price-label {
            font-size: 14px;
            color: #7E7F87;
            font-weight: 500;
        }

        .nc__price-onetime {
            font-size: 12px;
            color: #555;
            margin-top: 1px;
        }

        .nc__price-increase {
            font-size: 11px;
            color: #4B4C4F;
            margin-top: 2px;
        }

        /* action rows */

        .nc__actions {
            grid-area: actions;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            flex-wrap: nowrap;
            min-width: 0;
        }

        /* Spread variant: stretch full width with equal sides */
        .nc__actions--spread {
            justify-content: space-between;
            gap: 6px;
        }

        .nc__actions--spread .nc__btn--ghost,
        .nc__actions--spread .nc__cart-btn,
        .nc__actions--spread .nc__buy-group {
            flex: 1;
            min-width: 0;
            justify-content: center;
        }

        .nc__actions--spread .nc__buy-group .nc__btn {
            flex: 1;
            min-width: 0;
        }

        .nc__btn {
            border: none;
            outline: none;
            cursor: pointer;
            border-radius: 30px;
            font-size: 12px;
            font-weight: 600;
            padding: 8px 0px;
            height: 36px;
            white-space: nowrap;
            flex-shrink: 1;
            min-width: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .nc__btn_single {
            padding: 8px 40px;
            text-align: center;
        }

        .nc__btn_transparent {
            background: transparent;
            border: 1.5px solid #e0e4f0;
            color: #222328;
        }

        .nc__btn:hover {
            opacity: .88;
        }

        .nc__btn--ghost {
            background: transparent;
            border: 1.5px solid #4060CB;
            color: #4060CB;
        }

        .nc__btn--solid {
            background: #4260CB;
            color: #fff;
            transition: background 0.18s, color 0.18s;
        }

        .nc__btn--white {
            background: #fff;
            border: none;
            color: #4260CB;
            transition: background 0.18s, color 0.18s;
        }

        .nc__help {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            flex-shrink: 0;
            position: relative;
        }

        .nc__help img {
            width: 20px;
            height: 20px;
            display: block;
        }

        /* Help popup */
        .nc__help-popup {
            display: none;
            position: absolute;
            bottom: calc(100% + 8px);
            left: 50%;
            transform: translateX(-50%);
            background: #fff;
            border: 1px solid #e8eaf6;
            border-radius: 12px;
            box-shadow: 0 6px 24px rgba(70, 126, 254, .15);
            padding: 12px 16px;
            min-width: 200px;
            z-index: 100;
            white-space: nowrap;
        }

        .nc__help-popup.open {
            display: block;
        }

        /* Lift card above siblings when help popup is open */
        .nc.help-open,
        .nc-row.help-open {
            overflow: visible;
            z-index: 20;
        }

        .nc__help-popup-item {
            font-size: 13px;
            font-weight: 500;
            color: #4260CB;
            padding: 4px 0;
        }

        .nc__help-popup-item span {
            color: #8c94b0;
            font-weight: 400;
        }

        /* Solid gradient Add To Cart button (Card C) */
        .nc__cart-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            background: linear-gradient(90deg, #467efe 0%, #5ec0fd 100%);
            border: none;
            border-radius: 999px;
            padding: 7px 12px;
            font-size: 14px;
            font-weight: 600;
            color: #fff;
            cursor: pointer;
            flex: 1;
            min-width: 0;
            height: 36px;
            white-space: nowrap;
            transition: opacity .15s;
        }

        .nc__cart-btn img {
            width: 16px;
            height: 16px;
        }

        .nc__cart-btn:hover {
            opacity: .88;
        }

        .nc__cart-btn svg {
            width: 16px;
            height: 16px;
        }

        /* In-cart / Checkout state for any cart button */
        .btn-in-cart {
            background: #22c55e !important;
            color: #fff !important;
            border-color: #22c55e !important;
            cursor: pointer;
        }

        .btn-in-cart:hover {
            background: #16a34a !important;
        }

        /* Card E — dark gradient Add To Cart + outline Make It Offer */
        .nc__cart-btn--dark {
            background: #4260CB;
            border: none;
            border-radius: 20px;
            padding: 7px 12px;
            font-size: 12px;
            font-weight: 600;
            color: #fff;
            cursor: pointer;
            height: 36px;
            flex: 1;
            min-width: 0;
            transition: opacity .15s;
            white-space: nowrap;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .nc__cart-btn--dark:hover {
            opacity: .88;
        }

        .nc__btn--offer {
            background: transparent;
            border: 1.5px solid #4260CB;
            color: #4260CB;
            border-radius: 999px;
            font-size: 12px;
            font-weight: 600;
            padding: 7px 10px;
            height: 36px;
            flex: 1;
            min-width: 0;
            cursor: pointer;
            white-space: nowrap;
            transition: opacity .15s;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .nc__btn--offer:hover {
            background: #eef2ff;
        }

        /* License | Buy pill group */
        .nc__buy-group {
            display: flex;
            padding: 4px;
            gap: 0;
            background: #4260CB;
            border-radius: 30px;
            flex-shrink: 1;
            min-width: 0;
        }

        .nc__buy-group .nc__btn {
            padding: 5px 8px;
            height: 30px;
            font-size: 11px;
            min-width: 0;
        }

        /* empty / error */
        .nr-empty {
            text-align: center;
            padding: 48px 0;
            color: #8c94b0;
            font-size: 16px;
        }

        /* ===== No-results empty state ===== */
        .nr-empty-state {
            position: relative;
            background: white;
            overflow: hidden;
            margin: 16px 0 0;
        }

        .nr-empty-state .zero-results {
            font-size: 16px;
            font-weight: 600;
            color: black;
            margin: 0 0 8px;
            text-align: center;
        }

        .nr-es-top {
            display: flex;
            align-items: flex-start;
            padding: 28px 28px 0;
            gap: 32px;
        }

        /* Equal columns — both images are ~1.35:1 ratio so equal width = equal height */
        .nr-es-left,
        .nr-es-right {
            flex: 1 1 0;
            min-width: 0;
        }

        .nr-es-left {
            display: flex;
            align-items: flex-start;
        }

        .nr-es-notfound-img {
            width: 100%;
            display: block;
        }

        .nr-es-right {
            display: flex;
            flex-direction: column;
            align-items: stretch;
        }

        .nr-es-cloud-wrap {
            position: relative;
            width: 100%;
        }

        .nr-es-cloud-img {
            width: 100%;
            display: block;
        }

        /* Content sits in the rectangular body of the cloud; bottom puffs ≈ 27% */
        .nr-es-cloud-content {
            position: absolute;
            inset: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 9% 13% 17%;
            text-align: center;
        }

        .nr-es-cloud-title {
            font-size: 18px;
            font-weight: 700;
            color: #4260CB;
            line-height: 1.35;
            margin: 0 0 8px;
        }

        .nr-es-cloud-sub {
            font-size: 13px;
            color: #4260CB;
            line-height: 1.55;
            margin: 0 0 14px;
        }

        .nr-es-notify-form {
            display: flex;
            width: 100%;
            border-radius: 10px;
            overflow: hidden;
            box-sizing: border-box;
            gap: 8px;
        }

        .nr-es-notify-input {
            flex: 1;
            border: none;
            outline: none;
            padding: 9px 12px;
            font-size: 13px;
            color: #333;
            background: white;
            min-width: 0;
            border-radius: 20px;
        }

        .nr-es-notify-btn {
            background: #4260CB;
            color: #fff;
            border: none;
            border-radius: 20px;
            margin: 3px;
            padding: 8px 16px;
            font-size: 13px;
            font-weight: 400;
            cursor: pointer;
            white-space: nowrap;
            transition: opacity .15s;
            flex-shrink: 0;
        }

        .nr-es-notify-btn:hover {
            opacity: .88;
        }

        .nr-es-bottom {
            position: relative;
            margin-top: 50px;
        }

        .nr-es-layers-img {
            width: 100%;
            display: block;
        }

        .nr-es-assistance {
            position: absolute;
            bottom: 28px;
            left: 24px;
            background: #F2F7FDff;
            border: 1.5px solid #F2F7FD;
            padding: 18px 20px;
            width: 286px;
            box-shadow: 0 2px 14px rgba(70, 126, 254, .09);
            z-index: 2;
        }

        .nr-es-assistance-title {
            font-size: 15px;
            font-weight: 700;
            color: #4260CB;
            margin: 0 0 6px;
        }

        .nr-es-assistance-text {
            font-size: 13px;
            color: #4260CB;
            margin: 0 0 14px;
            line-height: 1.5;
        }

        .nr-es-connect-btn {
            display: block;
            width: 100%;
            background: #4260CB;
            color: #fff;
            border: none;
            border-radius: 999px;
            padding: 10px 0;
            font-size: 13.5px;
            font-weight: 400;
            cursor: pointer;
            text-align: center;
            transition: opacity .15s;
        }

        .nr-es-connect-btn:hover {
            opacity: .88;
        }

        .nr-es-astro-img {
            position: absolute;
            bottom: 16px;
            right: 56px;
            width: 156px;
            z-index: 2;
            pointer-events: none;
        }

        @media (max-width: 640px) {
            .nr-es-top {
                flex-direction: column;
                padding: 20px 16px 0;
                gap: 20px;
            }

            .nr-es-left,
            .nr-es-right {
                flex: none;
                width: 100%;
            }

            .nr-es-notfound-img {
                max-width: 300px;
                margin: 0 auto;
            }

            .nr-es-cloud-content {
                padding: 9% 10% 28%;
            }

            .nr-es-cloud-title {
                font-size: 15px;
            }

            .nr-es-assistance {
                position: static;
                width: auto;
                margin: 12px 16px 16px;
            }

            .nr-es-astro-img {
                width: 110px;
                right: 12px;
                bottom: 8px;
            }
        }

        /* ===== Limited results view ===== */
        .lv-featured__body {
            align-items: center;
            text-align: center;
        }

        .lv-featured__increase {
            font-size: 12.5px;
            color: rgba(255, 255, 255, .72);
            margin: 6px 0 14px;
        }

        .lv-featured__side {
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 4px;
            padding: 28px 32px;
            z-index: 1;
            min-width: 190px;
            text-align: center;
            align-self: stretch;
        }

        .lv-featured__price {
            font-size: 30px;
            font-weight: 800;
            color: #fff;
            white-space: nowrap;
            margin: 2px 0;
        }

        .lv-featured__one-time {
            font-size: 12px;
            color: rgba(255, 255, 255, .7);
            margin-bottom: 6px;
        }

        .lv-footer {
            text-align: center;
            padding: 20px 0 8px;
            font-size: 14px;
            font-weight: 600;
            color: #1a2e6e;
        }

        @media (max-width: 600px) {
            .lv-featured__side {
                border-left: none;
                border-top: 1px solid rgba(255, 255, 255, .25);
                width: 100%;
                padding: 16px 20px;
            }

            .lv-featured__price {
                font-size: 24px;
            }
        }

        /* ===== Limited search banner (shown below limited results) ===== */
        .ls-banner {
            position: relative;
            background: white;
            overflow: hidden;
            margin-top: 24px;
        }

        .ls-banner__top {
            display: flex;
            align-items: flex-start;
            padding: 28px 28px 0;
            gap: 32px;
        }

        .ls-banner__left {
            flex: 1 1 0;
            min-width: 0;
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .ls-banner__right {
            flex: 1 1 0;
            min-width: 0;
        }

        .ls-assistance {
            background: #fff;
            border: 1.5px solid #dce8ff;
            border-radius: 14px;
            padding: 18px 20px;
            box-shadow: 0 2px 14px rgba(70, 126, 254, .09);
        }

        .ls-assistance-title {
            font-size: 15px;
            font-weight: 700;
            color: #4260CB;
            margin: 0 0 6px;
        }

        .ls-assistance-text {
            font-size: 13px;
            color: #4260CB;
            margin: 0 0 14px;
            line-height: 1.5;
        }

        .ls-connect-btn {
            display: block;
            width: 100%;
            background: #4260CB;
            color: #fff;
            border: none;
            border-radius: 20px;
            padding: 10px 0;
            font-size: 13.5px;
            font-weight: 400;
            cursor: pointer;
            text-align: center;
            transition: opacity .15s;
        }

        .ls-connect-btn:hover {
            opacity: .88;
        }

        .ls-whatnow-title {
            font-size: 17px;
            font-weight: 700;
            color: #4260CB;
            margin: 0 0 8px;
        }

        .ls-whatnow-text {
            font-size: 13px;
            color: #4260CB;
            line-height: 1.6;
        }

        .ls-cloud-wrap {
            position: relative;
            width: 100%;
        }

        .ls-cloud-img {
            width: 100%;
            display: block;
        }

        .ls-cloud-content {
            position: absolute;
            inset: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 9% 13% 17%;
            text-align: center;
        }

        .ls-cloud-title {
            font-size: 18px;
            font-weight: 700;
            color: #4260CB;
            line-height: 1.35;
            margin: 0 0 8px;
        }

        .ls-cloud-sub {
            font-size: 13px;
            color: #4260CB;
            line-height: 1.55;
            margin: 0 0 14px;
        }

        .ls-notify-form {
            display: flex;
            width: 100%;
            border-radius: 10px;
            overflow: hidden;
            background: transparent;
            box-sizing: border-box;
            gap: 8px;
        }

        .ls-notify-input {
            flex: 1;
            border: none;
            outline: none;
            padding: 9px 12px;
            font-size: 13px;
            color: #4260CB;
            background: white;
            min-width: 0;
            border-radius: 20px;
        }

        .ls-notify-btn {
            background: #4260CB;
            color: #fff;
            border: none;
            border-radius: 20px;
            margin: 3px;
            padding: 8px 16px;
            font-size: 13px;
            font-weight: 400;
            cursor: pointer;
            white-space: nowrap;
            transition: opacity .15s;
            flex-shrink: 0;
        }

        .ls-notify-btn:hover {
            opacity: .88;
        }

        .ls-banner__bottom {
            position: relative;
            margin-top: 16px;
        }

        .ls-layers-img {
            width: 100%;
            display: block;
        }

        .ls-astro-img {
            position: absolute;
            bottom: 16px;
            right: 56px;
            width: 156px;
            z-index: 2;
            pointer-events: none;
        }

        @media (max-width: 640px) {
            .ls-banner__top {
                flex-direction: column;
                padding: 20px 16px 0;
                gap: 20px;
            }

            .ls-banner__left,
            .ls-banner__right {
                flex: none;
                width: 100%;
            }

            .ls-astro-img {
                width: 110px;
                right: 12px;
                bottom: 8px;
            }
        }

        /* Empty Page Styles */
        .no-param-landing {
            display: block;
            text-align: center;
            padding: 10rem 2rem 4rem 2rem;
        }

        .notfound-text h1,
        .no-param-landing h1 {
            font-size: 2.25rem;
            font-weight: 700;
            color: black;
            margin-bottom: 1rem !important;
            line-height: 3.375rem;
            max-width: 59rem;
            margin: auto;
        }

        .no-param-landing a {
            font-size: 1.2rem;
            font-weight: 400;
            line-height: 1.5rem;
            color: #4260CB;
        }

        /* ===== Suggestion sections (Pro Spellings / Near Me / Ideas) ===== */
        .sug-wrap {
            margin-top: 24px;
            display: flex;
            flex-direction: column;
            gap: 18px;
        }

        .sug-section {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .sug-header {
            background: linear-gradient(115deg, #9FDDFF 0%, #93B4FF 60%, #7DD4FC 100%);
            display: flex;
            align-items: center;
            gap: 20px;
            padding: 14px 20px;
            border-radius: 16px;
        }

        .sug-header__badge {
            flex-shrink: 0;
            padding: 8px 14px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .sug-header__badge img {
            width: 38px;
            height: auto;
        }

        .sug-header__badge-text {
            font-size: 11px;
            font-weight: 800;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: .4px;
            line-height: 1.3;
            white-space: nowrap;
        }

        .sug-header__title {
            font-size: 18px;
            font-weight: 800;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: .5px;
        }

        .sug-header__sub {
            font-size: 12px;
            color: rgba(255, 255, 255, .85);
            margin-top: 3px;
        }

        .sug-body {
            display: grid;
            grid-template-columns: 1fr repeat(2, 1fr);
            gap: 14px;
            padding: 14px;
        }

        .sug-promo {
            position: relative;
            background: linear-gradient(135deg, #4A7CF7 0%, #3A6AE8 100%);
            border-radius: 14px;
            overflow: hidden;
            display: flex;
            flex-direction: row;
            align-items: flex-end;
            min-height: 200px;
            align-items: center;
        }

        /* Ellipse: absolute behind everything, centered */
        .sug-promo-ellipse {
            position: absolute;
            top: 50%;
            left: 110%;
            transform: translate(-50%, -50%);
            width: 140%;
            pointer-events: none;
            z-index: 1;
        }

        .sug-promo-ellipse img {
            width: 50%;
            height: auto;
            display: block;
        }

        /* Astronaut: left side, bottom-anchored, ~45% width */
        .sug-promo__thumb {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            padding: 0 0 0 8px;
            align-self: center;
        }

        .sug-promo__thumb img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* Content: right side, vertically centered */
        .sug-promo__content {
            position: relative;
            z-index: 2;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 8px;
            padding: 20px 18px 20px 10px;
        }

        .sug-promo__title {
            font-size: 14px;
            font-weight: 700;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: .5px;
            line-height: 1.2;
        }

        .sug-promo__desc {
            font-size: 10px;
            color: rgba(255, 255, 255, .88);
            line-height: 1.5;
        }

        .sug-promo__btn {
            display: inline-block;
            background: #fff;
            color: #3A6AE8;
            border: none;
            border-radius: 20px;
            padding: 8px 12px;
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
            align-self: flex-start;
            transition: background .15s;
            margin-top: 2px;
            white-space: nowrap;
        }

        .sug-promo__btn:hover {
            background: #eef2ff;
        }

        /* Full-width Add To Cart inside suggestion sections */
        .sug-body .nc__actions {
            display: flex;
        }

        .sug-body .nc__cart-btn--dark {
            flex: 1;
        }

        @media (max-width: 900px) {
            .sug-body {
                grid-template-columns: 1fr 1fr;
            }
        }

        @media (max-width: 640px) {
            .sug-body {
                grid-template-columns: 1fr;
            }

            .sug-header {
                gap: 12px;
                padding: 12px 14px;
            }

            .sug-header__title {
                font-size: 15px;
            }

            .sug-header__badge img {
                width: 28px;
            }

            .notfound-text h1, .no-param-landing h1 {
                font-size: 1.375rem;
                line-height: normal;
            }

            .no-param-landing a {
                font-size: 1rem;
                line-height: normal;
            }
        }

        /* ===== Notify Me modal ===== */
        .nm-overlay {
            position: fixed;
            inset: 0;
            background: rgba(30, 40, 80, .45);
            z-index: 99999;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 16px;
        }

        .nm-modal {
            background: #fff;
            border-radius: 24px;
            width: 100%;
            max-width: 680px;
            padding: 28px 36px 0;
            position: relative;
            box-shadow: 0 24px 64px rgba(0, 0, 0, .18);
            overflow: hidden;
        }

        .nm-close {
            position: absolute;
            top: 18px;
            right: 22px;
            background: none;
            border: none;
            font-size: 26px;
            color: #aaa;
            cursor: pointer;
            line-height: 1;
            padding: 2px 6px;
            border-radius: 6px;
            transition: color .15s;
        }

        .nm-close:hover {
            color: #4260CB;
        }

        .nm-heading {
            font-size: 20px;
            font-weight: 700;
            color: #4260CB;
            text-align: center;
            margin: 0 0 18px;
            padding-right: 24px;
            /* keep clear of close btn */
        }

        .nm-divider {
            border: none;
            border-top: 1.5px solid #e8ecf8;
            margin: 0 -36px 24px;
        }

        /* Two-column layout: left col = info + footer, right col = mailbox pinned to bottom */
        .nm-content {
            display: flex;
            align-items: flex-start;
            gap: 32px;
        }

        .nm-left {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 20px;
            padding-bottom: 28px;
        }

        .nm-info-card {
            background: #f0f4ff;
            border-radius: 16px;
            padding: 42px 26px;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .nm-info-row {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .nm-info-label {
            font-size: 14px;
            font-weight: 700;
            color: #1a2258;
            min-width: 110px;
        }

        .nm-info-value {
            font-size: 14px;
            color: #666;
        }

        .nm-mailbox {
            flex-shrink: 0;
            width: 220px;
            align-self: flex-end;
            /* pin to bottom of content area */
        }

        .nm-mailbox img {
            width: 100%;
            height: auto;
            display: block;
        }

        .nm-footer {
            display: flex;
            gap: 12px;
            align-items: center;
            position: absolute;
            bottom: 40px;
            width: 78%;
        }

        .nm-title-input {
            flex: 1;
            border: 1.5px solid #E7E7E7;
            border-radius: 26px;
            padding: 12px 26px;
            font-size: 14px;
            color: #333;
            outline: none;
            background: #fff;
            transition: border-color .15s;
        }

        .nm-title-input::placeholder {
            color: #E7E7E7;
        }

        .nm-title-input:focus {
            border-color: #E7E7E7;
        }

        .nm-notify-btn {
            background: #4260CB;
            color: #fff;
            border: none;
            border-radius: 26px;
            padding: 12px 52px;
            font-size: 15px;
            font-weight: 500;
            cursor: pointer;
            white-space: nowrap;
            transition: opacity .15s;
        }

        .nm-notify-btn:hover {
            opacity: .88;
        }

        @media (max-width: 540px) {
            .nm-modal {
                padding: 22px 20px 0;
            }

            .nm-divider {
                margin: 0 -20px 18px;
            }

            .nm-content {
                flex-direction: column;
                align-items: stretch;
            }

            .nm-left {
                padding-bottom: 20px;
            }

            .nm-mailbox {
                width: 150px;
                align-self: center;
            }

            .nm-footer {
                flex-direction: column;
            }

            .nm-notify-btn {
                width: 100%;
                text-align: center;
            }
        }

        /* ===== License Plans Modal ===== */
        .lp-overlay {
            position: fixed;
            inset: 0;
            background: rgba(20, 30, 70, .55);
            z-index: 99999;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 16px;
        }

        .lp-modal {
            background: linear-gradient(160deg, #d6eaff 0%, #e8f4ff 60%, #cce3fa 100%);
            border-radius: 22px;
            width: 100%;
            max-width: 760px;
            position: relative;
            box-shadow: 0 28px 72px rgba(0, 0, 0, .22);
            max-height: 90vh;
            overflow-y: auto;
        }

        .lp-close {
            position: absolute;
            top: 16px;
            right: 20px;
            background: none;
            border: none;
            font-size: 26px;
            color: #aab;
            cursor: pointer;
            line-height: 1;
            padding: 2px 8px;
            border-radius: 6px;
            transition: color .15s;
        }

        .lp-close:hover {
            color: #2f54b8;
        }

        .lp-title {
            font-size: 22px;
            font-weight: 700;
            color: #1a2e6e;
            text-align: center;
            letter-spacing: .5px;
            margin: 0 0 6px;
            text-transform: uppercase;
            padding: 12px;
            background-color: rgba(66, 96, 203, 0.15);
            color: #4260CB;
        }

        .lp-subtitle {
            font-size: 13px;
            color: #4260CB;
            text-align: center;
            margin-top: 20px;
        }

        .lp-cards {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 12px;
            margin: 20px;
        }

        .lp-card {
            background: #fff;
            border-radius: 14px;
            padding: 18px 14px 16px;
            display: flex;
            flex-direction: column;
            gap: 10px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 4px 16px rgba(42, 82, 190, .08);
        }

        .lp-card--basic {
            background: linear-gradient(180deg,
                    rgba(97, 202, 253, 0.5) 0%,
                    rgba(97, 202, 253, 0.15) 100%);
        }

        .lp-card--standard {
            background: linear-gradient(180deg,
                    rgba(97, 202, 253, 0.5) 0%,
                    rgba(97, 202, 253, 0.15) 100%);
        }

        .lp-card--super {
            background: linear-gradient(180deg,
                    rgba(70, 126, 254, 0.5) 0%,
                    rgba(70, 126, 254, 0.15) 100%);
        }

        .lp-card--super .lp-card__plan {
            color: #467efe;
        }

        .lp-card--super .lp-card__title {
            color: #467efe;
        }

        .lp-card--super .lp-card__btn {
            background: #467efe;
            color: #fff;
        }

        .lp-card--advanced {
            background: linear-gradient(180deg,
                    rgba(97, 202, 253, 0.5) 0%,
                    rgba(97, 202, 253, 0.15) 100%);
        }

        .lp-card__badge {
            position: absolute;
            top: 12px;
            right: -22px;
            background: #e0282a;
            color: #fff;
            font-size: 10px;
            font-weight: 700;
            padding: 3px 28px;
            transform: rotate(45deg);
            letter-spacing: .5px;
            text-transform: uppercase;
        }

        .lp-card__plan {
            font-size: 12px;
            font-weight: 600;
            color: #00ACFF;
            text-align: center;
        }

        .lp-card__title {
            font-size: 16px;
            font-weight: 700;
            color: #00ACFF;
            line-height: 1.2;
            margin: 0;
            text-align: center;
        }

        .lp-card__features {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 6px;
            flex: 1;
        }

        .lp-card__features li {
            font-size: 11px;
            color: #444;
            padding-left: 12px;
            position: relative;
            line-height: 1.4;
        }

        .lp-card__features li::before {
            content: "•";
            position: absolute;
            left: 0;
            color: #4260CB;
            font-weight: 700;
        }

        .lp-card__price {
            font-size: 20px;
            font-weight: 900;
            color: #4260CB;
            text-align: center;
            margin: 4px 0;
        }

        .lp-card__price span {
            font-size: 13px;
            font-weight: 600;
            color: #4260CB;
        }

        .lp-card__btn {
            background: #00ACFF;
            color: #fff;
            border: none;
            border-radius: 12px;
            padding: 9px 10px;
            font-size: 11px;
            font-weight: 700;
            cursor: pointer;
            letter-spacing: .4px;
            transition: opacity .15s;
            text-transform: uppercase;
            width: 100%;
        }

        .lp-card__btn:hover {
            opacity: .88;
        }

        @media (max-width: 620px) {
            .lp-cards {
                grid-template-columns: repeat(2, 1fr);
                gap: 10px;
                margin: 14px;
            }

            .lp-title {
                font-size: 18px;
                padding: 10px 12px;
            }

            .lp-subtitle {
                font-size: 12px;
                margin-top: 12px;
                padding: 0 14px;
            }

            .lp-card {
                padding: 14px 12px 12px;
                gap: 8px;
            }

            .lp-card__title {
                font-size: 14px;
            }

            .lp-card__price {
                font-size: 18px;
            }

            .lp-card__features li {
                font-size: 10px;
            }
        }

        @media (max-width: 480px) {
            .lp-overlay {
                padding: 10px;
            }

            .lp-modal {
                border-radius: 18px;
                max-height: 92vh;
            }

            .lp-cards {
                grid-template-columns: repeat(2, 1fr);
                gap: 8px;
                margin: 10px;
            }

            .lp-title {
                font-size: 16px;
                padding: 9px 10px;
            }

            .lp-subtitle {
                font-size: 11px;
                margin-top: 10px;
                padding: 0 10px;
            }

            .lp-card {
                padding: 12px 10px 10px;
                gap: 6px;
                border-radius: 12px;
            }

            .lp-card__plan {
                font-size: 10px;
            }

            .lp-card__title {
                font-size: 12px;
            }

            .lp-card__price {
                font-size: 16px;
            }

            .lp-card__features li {
                font-size: 10px;
            }

            .lp-card__btn {
                font-size: 10px;
                padding: 8px 8px;
            }

            .lp-close {
                font-size: 22px;
                top: 10px;
                right: 12px;
            }
        }

        @media (max-width: 360px) {
            .lp-cards {
                grid-template-columns: 1fr;
                gap: 8px;
                margin: 10px;
            }

            .lp-card {
                padding: 12px;
                gap: 6px;
            }

            .lp-card__features {
                display: none;
            }

            .lp-card__plan {
                font-size: 10px;
            }

            .lp-card__title {
                font-size: 13px;
            }

            .lp-card__price {
                font-size: 16px;
                margin: 2px 0;
            }

            .lp-card__btn {
                font-size: 10px;
                padding: 8px 10px;
            }
            
        }

        /* ===== Pagination ===== */
        .nc-pagination {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 18px;
            margin-top: 32px;
            padding-bottom: 16px;
        }

        .nc-pagination__info {
            font-size: 15px;
            font-weight: 500;
            color: #4260CB;
        }

        .nc-pagination__pages {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .nc-page-btn {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            border: none;
            background: #eef1fb;
            color: #5a6282;
            font-size: 15px;
            font-weight: 500;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: background .15s, color .15s;
            flex-shrink: 0;
        }

        .nc-page-btn:hover {
            background: #dde3f8;
            color: #4260CB;
        }

        .nc-page-btn.active {
            background: #4260CB;
            color: #fff;
        }

        .nc-page-btn:disabled {
            opacity: 0.4;
            cursor: default;
        }

        .nc-page-btn--arrow {
            background: #eef1fb;
        }

        .nc-page-btn--arrow svg {
            width: 18px;
            height: 18px;
        }


        /* multi state select */
        #local-multi-state .select2 {
            width: 100% !important;
        }

        /* ===== Sidebar Filter Card (sf-*) ===== */
        .sf-card {
            background: #fff;
            border-radius: 20px;
            border: 1px solid #eef0fb;
            box-shadow: 0 4px 24px rgba(70, 126, 254, .07);
            padding: 20px 18px 24px;
            margin-bottom: 20px;
        }

        .sf-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 18px;
        }

        .sf-title {
            font-size: 17px;
            font-weight: 700;
            color: #1a1d2e;
        }

        .sf-reset-btn {
            background: #4260CB;
            color: #fff;
            border: none;
            border-radius: 30px;
            padding: 8px 18px;
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
            white-space: nowrap;
            transition: opacity .15s;
        }

        .sf-reset-btn:hover {
            opacity: .88;
        }

        .sf-group {
            margin-bottom: 16px;
        }

        .sf-label {
            font-size: 13px;
            font-weight: 500;
            color: #1a1d2e;
            margin-bottom: 8px;
        }

        .sf-input-wrap {
            position: relative;
            display: flex;
            align-items: center;
        }

        .sf-input {
            width: 100%;
            height: 42px;
            border: 1.5px solid #eef0fb;
            border-radius: 30px;
            background: #f7f8fd;
            padding: 0 40px 0 16px;
            font-size: 13px;
            color: #1a1d2e;
            outline: none;
            transition: border-color .15s;
        }

        .sf-input::placeholder {
            color: #aab0c6;
        }

        .sf-input:focus {
            border-color: #4260CB;
            background: #fff;
        }

        .sf-input-icon {
            position: absolute;
            right: 14px;
            pointer-events: none;
            flex-shrink: 0;
        }

        .sf-multistate-row {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .sf-multistate-row .sf-input-wrap {
            flex: 1;
        }

        .sf-map-btn {
            width: 46px;
            height: 46px;
            flex-shrink: 0;
            border-radius: 50%;
            background: #4260CB;
            border: none;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: opacity .15s;
            box-shadow: 0 4px 12px rgba(70, 126, 254, .35);
        }

        .sf-map-btn:hover {
            opacity: .88;
        }

        /* State pills */
        .sf-state-pills {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
            margin-top: 8px;
        }

        .sf-state-pill {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            background: #eef2ff;
            color: #4260CB;
            border-radius: 30px;
            padding: 4px 10px 4px 12px;
            font-size: 12px;
            font-weight: 600;
        }

        .sf-state-pill__remove {
            background: none;
            border: none;
            cursor: pointer;
            padding: 0;
            display: flex;
            align-items: center;
            color: #8c94b0;
            font-size: 14px;
            line-height: 1;
            transition: color .15s;
        }

        .sf-state-pill__remove:hover {
            color: #e74c3c;
        }

        .sf-select-wrap {
            position: relative;
        }

        .sf-select {
            width: 100%;
            height: 42px;
            border: 1.5px solid #eef0fb;
            border-radius: 30px;
            background: #f7f8fd;
            padding: 0 36px 0 16px;
            font-size: 13px;
            font-weight: 500;
            color: #7E7F87;
            appearance: none;
            -webkit-appearance: none;
            outline: none;
            cursor: pointer;
            transition: border-color .15s;
        }

        .sf-select:focus {
            border-color: #4260CB;
            background: #fff;
        }

        .sf-select option {
            color: #1a1d2e;
        }

        .sf-select-arrow {
            position: absolute;
            right: 14px;
            top: 50%;
            transform: translateY(-50%);
            pointer-events: none;
        }

        .sf-check-list {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .sf-check-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 13px;
            color: #3a3f5c;
            cursor: pointer;
            padding: 0 2px;
        }

        .sf-check-item span {
            flex: 1;
        }

        .sf-checkbox {
            appearance: none;
            -webkit-appearance: none;
            width: 20px;
            height: 20px;
            border: 1.5px solid #d0d4e8;
            border-radius: 5px;
            background: #fff;
            cursor: pointer;
            flex-shrink: 0;
            position: relative;
            transition: background .15s, border-color .15s;
        }

        .sf-checkbox:checked {
            background: #4260CB;
            border-color: #4260CB;
        }

        .sf-checkbox:checked::after {
            content: "";
            position: absolute;
            left: 5px;
            top: 2px;
            width: 8px;
            height: 12px;
            border: 2.5px solid #fff;
            border-top: none;
            border-left: none;
            transform: rotate(45deg);
        }

        .sf-select2-hidden {
            display: none !important;
        }

        /* ===== Custom state dropdown ===== */
        .sf-state-dropdown-wrap {
            position: relative;
        }

        .sf-state-dropdown {
            display: none;
            position: absolute;
            top: calc(100% + 6px);
            left: 0;
            right: 0;
            background: #fff;
            border: 1.5px solid #e0e4f5;
            border-radius: 14px;
            box-shadow: 0 8px 28px rgba(70, 126, 254, .13);
            z-index: 999;
            max-height: 220px;
            overflow-y: auto;
            padding: 6px 0;
        }

        .sf-state-dropdown.open {
            display: block;
        }

        .sf-state-dropdown-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 9px 14px;
            font-size: 13px;
            font-weight: 500;
            color: #3a3f5c;
            cursor: pointer;
            transition: background .12s;
        }

        .sf-state-dropdown-item:hover {
            background: #f4f6ff;
            color: #4260CB;
        }

        .sf-state-dropdown-item.selected {
            color: #4260CB;
            font-weight: 600;
        }

        .sf-state-dropdown-item.selected::after {
            content: "✓";
            font-size: 13px;
            color: #4260CB;
        }

        .sf-state-dropdown-item.hidden {
            display: none;
        }



        /* Interactive Map */
        #us-map path.state {
            cursor: pointer !important;
            transition: filter 150ms ease, opacity 150ms ease;
        }

        /* hover */
        #us-map path.state:hover {
            filter: brightness(0.95);
            cursor: pointer !important;
        }

        /* selected state style (you can change) */
        #us-map path.state.is-selected {
            filter: brightness(0.85);
            stroke: #0b1b3a !important;
            stroke-width: 1.4 !important;
        }

        /* IMPORTANT: don’t let text steal clicks */
        #us-map text,
        #us-map tspan {
            pointer-events: none;
        }

        .help-container h2 {
            font-size: 16px;
            color: white;
            font-weight: 500;
            text-align: center;
            line-height: 1.5;
        }

        .help-container span {
            color: #4260CB;
            font-weight: 400;
            cursor: pointer;
        }

        .toll-free-width {
            max-width: 28rem !important;
        }

        .continue_payment:disabled {
            background-color: #e5e5e5 !important;
        }

        .numberlist-loader {
            position: relative;
            align-items: start;
        }

        .numberlist-loader img {
            position: sticky;
            top: calc(50vh - 150px);
            padding-top: 100px;
            left: 0;
            z-index: 100;
        }

        .search-result-hero {
            height: 620px;
        }

        .number-filter-section {
            margin-top: 0px;
        }

        .hero-heading {
            margin: 0 auto;
            text-align: center;
            font-size: 24px;
            font-weight: 700;
            line-height: 32px;
            color: white;
            width: fit-content;
            margin-bottom: 20px;
        }

        .search-number {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 14px;
        }

        /* ── numbers.html-specific responsive ──────────────────────────────── */
        @media (max-width: 768px) {
            .number-filter-section {
                margin-top: -80px;
            }

        }

        @media (max-width: 575px) {
            .nc__cart-btn {
                font-size: 12px;
            }

            .state-picker-grid {
                text-align: center;
            }
        }

        @media (max-width: 576px) {
            .all-number-margine {
                margin-bottom: 6rem !important;
            }
            .result-waiting-content {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }
        }