#jsst-site{max-width: 80em; margin-left: auto; margin-right: auto;padding-left: 1.5em; padding-right: 1.5em;display:flex;flex-direction: column; margin-top: 100px;}
body.wrapper-fluid .site-grid{gap: 0 !important;}
.container-component > :first-child, .container-sidebar-left > :first-child, .container-sidebar-right > :first-child, .container-component > * + *, .container-sidebar-left > * + *, .container-sidebar-right > * + *{
    margin-top: 0 !important;}
    .view-reset .site-grid, .view-remind .site-grid{max-width: 1180px;margin:50px auto;}
   .header.container-header .grid-child{width:auto;margin:0;}
   .header.container-header .grid-child.container-nav{flex: 1 1 auto;}
   body.wrapper-fluid .header.container-header>.grid-child{padding-left:0;padding-right:0;padding-bottom:1rem;}
   body.wrapper-fluid.site footer>.grid-child{padding-left:0;padding-right:0;padding:0;display: flex;flex-direction: column;}
   body.wrapper-fluid.site footer>.grid-child .mod-custom.custom{width:100%;margin:0 auto;}
   body.wrapper-fluid.site footer{background: unset;background-image: unset;box-shadow: unset;border-top: unset;margin:unset;padding:0;margin-top: 96px;}
   body.wrapper-fluid.site footer>.grid-child .mod-custom.custom .jsst-jm-container.jsst-jm-footer-inner{padding-left: max(24px, calc((100% - 1240px) / 2));padding-right: max(24px, calc((100% - 1240px) / 2));width: 100%;max-width: 100%;background-color: var(--jsst-jm-obsidian-950);color: var(--jsst-jm-slate-400);padding-top: 28px;padding-bottom: 28px;font-size: 14px;border-top: 1px solid rgba(255, 255, 255, 0.1);}
   body.wrapper-fluid.site footer>.grid-child .mod-custom.custom .jsst-jm-container.jsst-jm-footer-inner p{margin-bottom:0;}
   body.wrapper-fluid.site footer a.jsst-jm-btn-white:not(.btn), body.wrapper-fluid.site footer .btn-link{color: var(--jsst-jm-brand-700);transition: color 0.3s;text-decoration: none;}
   body.wrapper-fluid.site footer a.jsst-jm-btn-white:not(.btn):hover, body.wrapper-fluid.site footer .btn-link:hover{background-color: var(--jsst-jm-obsidian-900);color:#fff;}
   .header.container-header .container-topbar{position:absolute;top: 0;left: -50%;width: 200%;z-index: 50;}
   .jsst-jm-top-banner.jsst-jm-top-visible{display: none !important;transition:0.3s ease;}
   /* hero section */
   /* ==========================================================================
           NEW: UNIVERSAL INNER PAGE HERO 
           ========================================================================== */
        
        .jsst-jm-inner-hero {
            padding: 80px 0;
            background-color: var(--jsst-jm-slate-50);
            background-image: 
                radial-gradient(at 0% 0%, rgba(99, 102, 241, 0.1) 0px, transparent 50%),
                radial-gradient(at 100% 100%, rgba(16, 185, 129, 0.1) 0px, transparent 50%);
            border-bottom: 1px solid var(--jsst-jm-slate-200);
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        /* Subtle background rings to match homepage aesthetics */
        .jsst-jm-inner-hero::after { 
            content: ""; position: absolute; width: 300px; height: 300px;
            border: 1px solid rgba(99, 102, 241, .15); border-radius: 50%;
            right: -100px; bottom: -150px; pointer-events: none;
        }
        .jsst-jm-inner-hero::before { 
            content: ""; position: absolute; width: 300px; height: 300px;
            border: 1px solid rgba(99, 102, 241, .10); border-radius: 50%;
            left: -100px; top: -150px; pointer-events: none;
        }

        /* Breadcrumbs configuration */
        .jsst-jm-breadcrumbs {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 12px;
            font-family: 'JetBrains Mono', monospace;
            font-weight: 600;
            color: var(--jsst-jm-slate-500);
            margin-bottom: 20px;
            position: relative;
            z-index: 10;
        }
        .jsst-jm-breadcrumbs a { color: var(--jsst-jm-brand-600); transition: color 0.3s; }
        .jsst-jm-breadcrumbs a:hover { color: var(--jsst-jm-brand-800); }
        .jsst-jm-breadcrumbs span.jsst-jm-sep { color: var(--jsst-jm-slate-300); }
        .jsst-jm-breadcrumbs span.jsst-jm-current { color: var(--jsst-jm-obsidian-800); }

        .jsst-jm-ih-title {
            font-size: 32px;
            font-weight: 800;
            color: var(--jsst-jm-obsidian-900);
            letter-spacing: -0.025em;
            margin-bottom: 20px;
            position: relative;
            z-index: 10;
        }
        @media(min-width: 640px) { .jsst-jm-ih-title { font-size: 60px; } }

        .jsst-jm-ih-desc {
            font-size: 18px;
            color: var(--jsst-jm-slate-600);
            margin: 0 auto;
            line-height: 1.6;
            position: relative;
            z-index: 10;
        }

        /* Page Content Placeholder */
        .jsst-jm-page-content { padding: 64px 0 128px; min-height: 50vh; }

        .site .card-body{padding: 0 ;}

:root {
            /* Brand Colors */
            --jsst-jm-brand-50: #eef2ff;
            --jsst-jm-brand-100: #e0e7ff;
            --jsst-jm-brand-200: #c7d2fe;
            --jsst-jm-brand-300: #a5b4fc;
            --jsst-jm-brand-400: #818cf8;
            --jsst-jm-brand-500: #6366f1;
            --jsst-jm-brand-600: #4f46e5;
            --jsst-jm-brand-700: #4338ca;
            --jsst-jm-brand-900: #312e81;

            /* Obsidian / Dark Colors */
            --jsst-jm-obsidian-800: #1e293b;
            --jsst-jm-obsidian-900: #0f172a;
            --jsst-jm-obsidian-950: #020617;

            /* Slate / Grays */
            --jsst-jm-slate-50: #f8fafc;
            --jsst-jm-slate-100: #f1f5f9;
            --jsst-jm-slate-200: #e2e8f0;
            --jsst-jm-slate-300: #cbd5e1;
            --jsst-jm-slate-400: #94a3b8;
            --jsst-jm-slate-500: #64748b;
            --jsst-jm-slate-600: #475569;
            --jsst-jm-slate-700: #334155;
            --jsst-jm-slate-800: #1e293b;
            --jsst-jm-slate-900: #0f172a;

            /* Accents */
            --jsst-jm-emerald-50: #ecfdf5; --jsst-jm-emerald-100: #d1fae5; --jsst-jm-emerald-400: #34d399; --jsst-jm-emerald-500: #10b981; --jsst-jm-emerald-600: #059669; --jsst-jm-emerald-700: #047857;
            --jsst-jm-amber-50: #fffbeb; --jsst-jm-amber-100: #fef3c7; --jsst-jm-amber-400: #fbbf24; --jsst-jm-amber-500: #f59e0b; --jsst-jm-amber-600: #d97706; --jsst-jm-amber-700: #b45309;
            --jsst-jm-red-50: #fef2f2; --jsst-jm-red-100: #fee2e2; --jsst-jm-red-400: #f87171; --jsst-jm-red-500: #ef4444; --jsst-jm-red-600: #dc2626; --jsst-jm-red-700: #b91c1c;
            --jsst-jm-indigo-50: #eef2ff; --jsst-jm-indigo-100: #e0e7ff; --jsst-jm-indigo-400: #818cf8; --jsst-jm-indigo-500: #6366f1; --jsst-jm-indigo-600: #4f46e5; --jsst-jm-indigo-700: #4338ca;
            --jsst-jm-rose-50: #fff1f2; --jsst-jm-rose-100: #ffe4e6; --jsst-jm-rose-600: #e11d48; --jsst-jm-rose-700: #be123c;
            --jsst-jm-cyan-50: #ecfeff; --jsst-jm-cyan-100: #cffafe; --jsst-jm-cyan-600: #0891b2; --jsst-jm-cyan-700: #0e7490;

            /* Shadows & Effects */
            --jsst-jm-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            --jsst-jm-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            --jsst-jm-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            --jsst-jm-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            --jsst-jm-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            --jsst-jm-shadow-floating: 0 30px 60px -15px rgba(79, 70, 229, 0.15);
        }

        /* Basic Resets */
        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body {
            font-family: 'Inter', sans-serif;
            background-color: #ffffff;
            color: var(--jsst-jm-slate-700);
            line-height: 1.5;
            -webkit-font-smoothing: antialiased;
        }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        button { cursor: pointer; border: none; background: none; font-family: inherit; }
        input, textarea { font-family: inherit; }

        /* Typography & Utilities */
        .jsst-jm-font-mono { font-family: 'JetBrains Mono', monospace; }
        .jsst-jm-text-center { text-align: center; }
        .jsst-jm-text-right { text-align: right; }
        .jsst-jm-container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
        .jsst-jm-flex { display: flex; }
        .jsst-jm-flex-col { flex-direction: column; }
        .jsst-jm-items-center { align-items: center; }
        .jsst-jm-justify-between { justify-content: space-between; }
        .jsst-jm-justify-center { justify-content: center; }
        .jsst-jm-grid { display: grid; }
        .jsst-jm-relative { position: relative; }
        .jsst-jm-absolute { position: absolute; }
        .jsst-jm-hidden { display: none !important; }

        /* SVG Icon styling */
        .jsst-jm-svg-icon {
            width: 20px;
            height: 20px;
            fill: currentColor;
            display: inline-block;
            vertical-align: middle;
            flex-shrink: 0;
        }

        .header.container-header {
            position: sticky;
            top: 0;
            z-index: 60;
            background-color: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-bottom: 1px solid var(--jsst-jm-slate-200);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-left: max(24px, calc((100% - 1240px) / 2));
            padding-right: max(24px, calc((100% - 1240px) / 2));
            width: 100%;
            box-sizing: border-box;
            background-image: unset;
            flex-wrap: wrap;
            padding-top: 36px;
            overflow: hidden;
        }
        .header.container-header.jsst-jm-top-visible {
            padding-top: 0;
            transition: padding-top 0.3s ease;
        }
        /* Constrain the provided huge logo size */
        .navbar-brand .brand-logo img {
            height: 35px;
            width: auto;
            max-width: 100%;
            object-fit: contain;
            display: block;
        }

        /* Nav Layout */
        .container-nav {
            display: flex;
            align-items: center;
        }

        .mod-menu.nav {
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0;
            gap: 20px;
            align-items: center;
        }

        @media(max-width: 1024px) {
            .mod-menu.nav {
                overflow-x: auto;
                padding-bottom: 4px;
                white-space: nowrap;
            }
        }

        /* Nav Links */
        .mod-menu.nav .nav-item a {
            text-decoration: none;
            font-size: 14px;
            font-weight: 600;
            color: var(--jsst-jm-slate-600);
            transition: color 0.3s ease;
        }

        .mod-menu.nav .nav-item a:hover {
            color: var(--jsst-jm-brand-600);
        }

        .mod-menu.nav .nav-item.active a {
            color: var(--jsst-jm-brand-700);
        }

        /* Style the Login button to look like a CTA */
        .mod-menu.nav .nav-item .jsst-downloadn-item {
            background-color: var(--jsst-jm-obsidian-900);
            color: white;
            padding: 8px 20px;
            border-radius: 8px;
            border: 1px solid var(--jsst-jm-obsidian-900);
            display: inline-block;
            box-shadow: var(--jsst-jm-shadow-md);
            transition: background-color 0.3s;
        }
        .mod-menu.nav .nav-item .jsst-downloadn-item:hover {
            background-color: #fff;
            border-color: var(--jsst-jm-obsidian-900);
            color: var(--jsst-jm-obsidian-900);
        }
        .mod-menu.nav .nav-item.item-111, .mod-menu.nav .nav-item:first-child {
            margin-left: auto;
        }
        .mod-menu.nav .nav-item:last-child {
            margin-left: 0px;
        }
        .mod-menu.nav .nav-item .jsst-lginlgout-item{
            text-decoration: none;
            background-color: var(--jsst-jm-brand-700);
            color: white;
            padding: 8px 20px;
            border-radius: 8px;
            display: inline-block;
            border: 1px solid var(--jsst-jm-brand-700);
            box-shadow: var(--jsst-jm-shadow-md);
            transition: background-color 0.3s;
            margin-left: 0px;
        }
        .mod-menu.nav .nav-item .jsst-lginlgout-item:hover{
            background-color: #fff;
            color: var(--jsst-jm-brand-700);
            border-color: var(--jsst-jm-brand-700);
        }
        /* Top Banner */
        .jsst-jm-top-banner {
            background-color: var(--jsst-jm-obsidian-950);
            color: var(--jsst-jm-slate-300);
            padding: 8px 16px;
            font-size: 12px;
            font-weight: 500;
            border-bottom: 1px solid rgba(255,255,255,0.1);
            position: relative;
            z-index: 50;
        }
        .jsst-jm-top-banner-content { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; }
        @media(min-width: 640px) { .jsst-jm-top-banner-content { flex-direction: row; } }
        .jsst-jm-badge-new { background-color: var(--jsst-jm-brand-600); color: white; padding: 2px 8px; border-radius: 4px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }
        a.jsst-jm-banner-link { color: var(--jsst-jm-brand-400) !important; margin-left: 8px; text-decoration: underline; text-underline-offset: 2px; transition: color 0.3s; }
        a.jsst-jm-banner-link:hover { color: white !important;}

        /* Header */
        header {
            position: sticky; top: 0; z-index: 40;
            background-color: rgba(255, 255, 255, 0.8); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
            border-bottom: 1px solid var(--jsst-jm-slate-200); box-shadow: var(--jsst-jm-shadow-sm);
        }
        .jsst-jm-nav-container { height: 64px; display: flex; align-items: center; justify-content: space-between; }
        .jsst-jm-brand-logo { display: flex; align-items: center; gap: 12px; }
        .jsst-jm-logo-icon { width: 36px; height: 36px; border-radius: 8px; background: linear-gradient(to top right, var(--jsst-jm-brand-700), var(--jsst-jm-brand-500)); color: white; display: flex; align-items: center; justify-content: center; box-shadow: var(--jsst-jm-shadow-md); transition: transform 0.3s; }
        .jsst-jm-brand-logo:hover .jsst-jm-logo-icon { transform: scale(1.05); }
        .jsst-jm-logo-text { font-weight: 700; color: var(--jsst-jm-obsidian-900); font-size: 18px; line-height: 1; letter-spacing: -0.025em; }
        .jsst-jm-logo-sub { font-size: 10px; color: var(--jsst-jm-slate-500); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 2px; }
        
        .jsst-jm-nav-links { display: none; gap: 32px; font-size: 14px; font-weight: 500; color: var(--jsst-jm-slate-600); }
        @media(min-width: 768px) { .jsst-jm-nav-links { display: flex; } }
        .jsst-jm-nav-links a:hover { color: var(--jsst-jm-brand-600); transition: color 0.3s; }

        .jsst-jm-nav-actions { display: flex; align-items: center; gap: 12px; }
        .jsst-jm-btn-text { font-size: 14px; font-weight: 500; color: var(--jsst-jm-slate-600); transition: color 0.3s; display: none; }
        @media(min-width: 640px) { .jsst-jm-btn-text { display: block; } }
        .jsst-jm-btn-text:hover { color: var(--jsst-jm-brand-600); }
        .jsst-jm-btn-dark { padding: 8px 20px; border-radius: 8px; background-color: var(--jsst-jm-obsidian-900); color: white; font-weight: 600; font-size: 14px; box-shadow: var(--jsst-jm-shadow-md); transition: background-color 0.3s; }
        .jsst-jm-btn-dark:hover { background-color: var(--jsst-jm-obsidian-800); }

        /* Hero */
        .jsst-jm-hero {
            position: relative; padding: 80px 0 128px; overflow: hidden; background-color: #ffffff;
            background-image: 
                radial-gradient(at 0% 0%, rgba(99, 102, 241, 0.08) 0px, transparent 50%),
                radial-gradient(at 100% 0%, rgba(16, 185, 129, 0.05) 0px, transparent 50%),
                radial-gradient(at 100% 100%, rgba(99, 102, 241, 0.08) 0px, transparent 50%);
        }
        .jsst-jm-hero::after { 
                        content: "";
                        position: absolute;
                        width: 520px;
                        height: 520px;
                        border: 1px solid rgba(99, 102, 241, .10);
                        border-radius: 50%;
                        right: -220px;
                        bottom: -300px;
                    }
        .jsst-jm-hero::before { 
                content: "";
                position: absolute;
                width: 520px;
                height: 520px;
                border: 1px solid rgba(99, 102, 241, .10);
                border-radius: 50%;
                left: -220px;
                top: -300px;
            }
        .jsst-jm-hero-grid { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; }
        @media(min-width: 1024px) { .jsst-jm-hero-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
        .jsst-jm-hero-content { text-align: center; }
        @media(min-width: 1024px) { .jsst-jm-hero-content { text-align: left; } }
        
        .jsst-jm-trust-badge { display: inline-flex; align-items: center; gap: 8px; padding: 4px 12px; border-radius: 99px; background-color: var(--jsst-jm-brand-50); border: 1px solid var(--jsst-jm-brand-100); color: var(--jsst-jm-brand-700); font-size: 12px; font-weight: 600; margin-bottom: 32px; }
        .jsst-jm-pulse-dot { width: 8px; height: 8px; border-radius: 50%; background-color: var(--jsst-jm-brand-600); animation: jsstPulse 2s infinite; }
        @keyframes jsstPulse { 0% { box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.7); } 70% { box-shadow: 0 0 0 6px rgba(99, 102, 241, 0); } 100% { box-shadow: 0 0 0 0 rgba(99, 102, 241, 0); } }

        .jsst-jm-hero-title { font-size: 36px; font-weight: 800; color: var(--jsst-jm-obsidian-900); line-height: 1.15; letter-spacing: -0.025em; margin-bottom: 24px; }
        @media(min-width: 640px) { .jsst-jm-hero-title { font-size: 48px; } }
        @media(min-width: 1024px) { .jsst-jm-hero-title { font-size: 60px; } }
        .jsst-jm-text-gradient { background: linear-gradient(to right, var(--jsst-jm-brand-600), var(--jsst-jm-indigo-400)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

        .jsst-jm-hero-desc { font-size: 18px; color: var(--jsst-jm-slate-600); line-height: 1.6; max-width: 600px; margin: 0 auto 32px; }
        @media(min-width: 1024px) { .jsst-jm-hero-desc { margin: 0 0 32px 0; } }

        .jsst-jm-hero-actions { display: flex; flex-direction: column; gap: 16px; justify-content: center; }
        @media(min-width: 640px) { .jsst-jm-hero-actions { flex-direction: row; } }
        @media(min-width: 1024px) { .jsst-jm-hero-actions { justify-content: flex-start; } }

        .jsst-jm-btn-primary { padding: 14px 32px; border-radius: 12px; background-color: var(--jsst-jm-brand-600); color: white; font-weight: 600; font-size: 16px; box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.25); transition: background-color 0.3s; display: inline-flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none;}
        .jsst-jm-btn-primary:hover { background-color: var(--jsst-jm-obsidian-900);color:#fff;}
        .jsst-jm-btn-outline { padding: 14px 32px; border-radius: 12px; background-color: white; color: var(--jsst-jm-obsidian-900); border: 1px solid var(--jsst-jm-slate-200); font-weight: 600; font-size: 16px; transition: background-color 0.3s; display: inline-flex; align-items: center; justify-content: center; gap: 8px;text-decoration: none; }
        .jsst-jm-btn-outline:hover { background-color: var(--jsst-jm-obsidian-900);color:#fff; }

        .jsst-jm-hero-checks { display: flex; align-items: center; justify-content: center; gap: 24px; font-size: 14px; color: var(--jsst-jm-slate-500); font-weight: 500; margin-top: 24px; }
        @media(min-width: 1024px) { .jsst-jm-hero-checks { justify-content: flex-start; } }
        .jsst-jm-hero-checks svg { color: var(--jsst-jm-emerald-500); margin-right: 6px; }

        /* Hero Visual Mockup */
        .jsst-jm-hero-visual { position: relative; display: flex; justify-content: center; align-items: center; height: 400px; }
        @media(min-width: 1024px) { .jsst-jm-hero-visual { height: 600px; } }
        .jsst-jm-hero-glow { position: absolute; inset: 0; background: linear-gradient(to top right, rgba(199, 210, 254, 0.4), rgba(167, 243, 208, 0.4)); filter: blur(60px); border-radius: 50%; transform: skewY(-12deg) scale(0.9); z-index: 0; }
        
        .jsst-jm-mockup-card { position: relative; width: 100%; max-width: 512px; background-color: white; border-radius: 16px; box-shadow: var(--jsst-jm-shadow-floating); border: 1px solid rgba(226, 232, 240, 0.8); overflow: hidden; z-index: 10; animation: jsstFloat 6s ease-in-out infinite; }
        @keyframes jsstFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }
        
        .jsst-jm-mockup-header { background-color: var(--jsst-jm-slate-50); border-bottom: 1px solid var(--jsst-jm-slate-200); padding: 12px 16px; display: flex; align-items: center; gap: 8px; }
        .jsst-jm-window-dot { width: 12px; height: 12px; border-radius: 50%; }
        .jsst-jm-dot-red { background-color: var(--jsst-jm-red-400); } .jsst-jm-dot-amber { background-color: var(--jsst-jm-amber-400); } .jsst-jm-dot-green { background-color: var(--jsst-jm-emerald-400); }
        .jsst-jm-mockup-url { margin-left: 16px; font-size: 10px; color: var(--jsst-jm-slate-400); font-family: 'JetBrains Mono', monospace; }
        
        .jsst-jm-mockup-body { padding: 20px; }
        .jsst-jm-mockup-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
        .jsst-jm-mockup-title { font-weight: 700; color: var(--jsst-jm-obsidian-900); }
        .jsst-jm-mockup-subtitle { font-size: 12px; color: var(--jsst-jm-slate-500); }
        .jsst-jm-mockup-badge { padding: 4px 12px; background-color: var(--jsst-jm-brand-50); color: var(--jsst-jm-brand-700); border: 1px solid var(--jsst-jm-brand-100); border-radius: 8px; font-size: 12px; font-weight: 700; }
        
        .jsst-jm-mockup-rows { display: flex; flex-direction: column; gap: 12px; }
        .jsst-jm-mockup-row { padding: 12px; border-radius: 12px; border: 1px solid var(--jsst-jm-slate-100); background-color: var(--jsst-jm-slate-50); display: flex; justify-content: space-between; align-items: center; }
        .jsst-jm-mockup-row-left { display: flex; align-items: center; gap: 12px; }
        .jsst-jm-avatar { width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 12px; }
        .jsst-jm-av-red { background-color: var(--jsst-jm-red-100); color: var(--jsst-jm-red-600); }
        .jsst-jm-av-brand { background-color: var(--jsst-jm-brand-100); color: var(--jsst-jm-brand-600); }
        .jsst-jm-row-title { font-size: 14px; font-weight: 700; color: var(--jsst-jm-obsidian-900); }
        .jsst-jm-row-sub { font-size: 10px; color: var(--jsst-jm-slate-500); font-family: 'JetBrains Mono', monospace; }
        .jsst-jm-status-badge { padding: 4px 8px; border-radius: 4px; font-size: 10px; font-weight: 700; }
        .jsst-jm-stat-urgent { background-color: var(--jsst-jm-red-100); color: var(--jsst-jm-red-700); }
        .jsst-jm-stat-answered { background-color: var(--jsst-jm-emerald-100); color: var(--jsst-jm-emerald-700); }
        
        .jsst-jm-floating-element { position: absolute; background-color: white; padding: 12px; border-radius: 12px; box-shadow: var(--jsst-jm-shadow-xl); border: 1px solid var(--jsst-jm-slate-100); display: flex; align-items: center; gap: 12px; z-index: 20; }
        .jsst-jm-float-1 { bottom: 48px; right: -24px; animation: jsstFloat 6s ease-in-out 3s infinite; }
        @media(max-width: 1024px) { .jsst-jm-float-1 { right: 0; } }
        .jsst-jm-float-icon { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
        .jsst-jm-fi-green { background-color: var(--jsst-jm-emerald-100); color: var(--jsst-jm-emerald-600); }
        .jsst-jm-fe-title { font-size: 12px; font-weight: 700; color: var(--jsst-jm-obsidian-900); }
        .jsst-jm-fe-sub { font-size: 10px; color: var(--jsst-jm-slate-500); }

        .jsst-jm-float-2 { top: 80px; left: -32px; background-color: var(--jsst-jm-obsidian-900); border-color: var(--jsst-jm-obsidian-800); animation: jsstFloat 6s ease-in-out 1.5s infinite; color: white; }
        @media(max-width: 1024px) { .jsst-jm-float-2 { left: 0; } }
        .jsst-jm-fi-joomla { color: var(--jsst-jm-brand-400); display: flex; align-items: center; justify-content: center; }
        .jsst-jm-fe-title-w { font-size: 12px; font-weight: 700; color: white; }
        .jsst-jm-fe-sub-w { font-size: 10px; color: var(--jsst-jm-slate-400); }

        /* Trust Banner */
        .jsst-jm-trust-banner { padding: 40px 0; background-color: var(--jsst-jm-obsidian-950); border-top: 1px solid var(--jsst-jm-obsidian-800); border-bottom: 1px solid var(--jsst-jm-obsidian-800); }
        .jsst-jm-trust-inner { display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 24px; }
        @media(min-width: 768px) { .jsst-jm-trust-inner { flex-direction: row; } }
        .jsst-jm-trust-text { color: var(--jsst-jm-slate-400); font-size: 14px; font-weight: 500; text-align: center; }
        @media(min-width: 768px) { .jsst-jm-trust-text { text-align: left; } }
        .jsst-jm-trust-text strong { color: white; }
        .jsst-jm-trust-stats { display: flex; align-items: center; gap: 32px; }
        .jsst-jm-stat-item { display: flex; align-items: center; gap: 8px; color: white; font-size: 20px; font-weight: 700; }
        .jsst-jm-stat-item svg { color: var(--jsst-jm-brand-500); }
        .jsst-jm-stars { display: flex; color: var(--jsst-jm-amber-400); gap: 2px; }
        .jsst-jm-rating-text { color: var(--jsst-jm-slate-300); font-size: 14px; font-family: 'JetBrains Mono', monospace; display: none; }
        @media(min-width: 640px) { .jsst-jm-rating-text { display: block; } }

        /* Features Section */
        .jsst-jm-features-section { padding: 96px 0; background-color: var(--jsst-jm-slate-50); position: relative; overflow: hidden; }
        .jsst-jm-fs-bg-1 { position: absolute; top: 0; left: 25%; width: 384px; height: 384px; background-color: rgba(165, 180, 252, 0.2); border-radius: 50%; filter: blur(100px); z-index: 0; }
        .jsst-jm-fs-bg-2 { position: absolute; bottom: 0; right: 25%; width: 384px; height: 384px; background-color: rgba(199, 210, 254, 0.2); border-radius: 50%; filter: blur(100px); z-index: 0; }
        
        .jsst-jm-section-header { text-align: center; max-width: 768px; margin: 0 auto 80px; position: relative; z-index: 10; }
        .jsst-jm-sh-badge { display: inline-flex; align-items: center; gap: 8px; padding: 4px 12px; border-radius: 99px; background-color: white; border: 1px solid var(--jsst-jm-slate-200); box-shadow: var(--jsst-jm-shadow-sm); color: var(--jsst-jm-brand-600); font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 16px; }
        .jsst-jm-sh-title { font-size: 30px; font-weight: 800; color: var(--jsst-jm-obsidian-900); line-height: 1.2; letter-spacing: -0.025em; margin-bottom: 16px; }
        @media(min-width: 768px) { .jsst-jm-sh-title { font-size: 36px; } }
        .jsst-jm-sh-desc { font-size: 18px; color: var(--jsst-jm-slate-600); }

        .jsst-jm-features-grid { display: grid; grid-template-columns: 1fr; gap: 24px; position: relative; z-index: 10; }
        @media(min-width: 768px) { .jsst-jm-features-grid { grid-template-columns: 1fr 1fr; } }
        @media(min-width: 1024px) { .jsst-jm-features-grid { grid-template-columns: 1fr 1fr 1fr; gap: 32px; } }

        /* Feature Card Default Modern Design */
        .jsst-jm-fc { position: relative; padding: 32px; border-radius: 32px; background-color: white; border: 1px solid var(--jsst-jm-slate-200); box-shadow: var(--jsst-jm-shadow-lg); overflow: hidden; transition: transform 0.3s, box-shadow 0.3s; }
        .jsst-jm-fc:hover { transform: translateY(-4px); box-shadow: var(--jsst-jm-shadow-xl); }
        .jsst-jm-fc-gradient { position: absolute; top: 0; right: 0; width: 128px; height: 128px; border-bottom-left-radius: 9999px; opacity: 0.8; pointer-events: none; }
        .jsst-jm-fc-icon-wrapper { position: relative; width: 56px; height: 56px; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; box-shadow: var(--jsst-jm-shadow-sm); z-index: 10; }
        .jsst-jm-fc-title { font-size: 20px; font-weight: 700; margin-bottom: 12px; }
        .jsst-jm-fc-desc { font-size: 14px; color: var(--jsst-jm-slate-600); line-height: 1.6; }

        /* Card Variations */
        .jsst-jm-fc-brand .jsst-jm-fc-gradient { background: linear-gradient(to bottom right, var(--jsst-jm-brand-100), transparent); }
        .jsst-jm-fc-brand .jsst-jm-fc-icon-wrapper { background-color: var(--jsst-jm-brand-50); border: 1px solid var(--jsst-jm-brand-100); color: var(--jsst-jm-brand-600); }
        .jsst-jm-fc-brand .jsst-jm-fc-title { color: var(--jsst-jm-brand-700); }
        
        .jsst-jm-fc-emerald .jsst-jm-fc-gradient { background: linear-gradient(to bottom right, var(--jsst-jm-emerald-100), transparent); }
        .jsst-jm-fc-emerald .jsst-jm-fc-icon-wrapper { background-color: var(--jsst-jm-emerald-50); border: 1px solid var(--jsst-jm-emerald-100); color: var(--jsst-jm-emerald-600); }
        .jsst-jm-fc-emerald .jsst-jm-fc-title { color: var(--jsst-jm-emerald-700); }

        .jsst-jm-fc-amber .jsst-jm-fc-gradient { background: linear-gradient(to bottom right, var(--jsst-jm-amber-100), transparent); }
        .jsst-jm-fc-amber .jsst-jm-fc-icon-wrapper { background-color: var(--jsst-jm-amber-50); border: 1px solid var(--jsst-jm-amber-100); color: var(--jsst-jm-amber-600); }
        .jsst-jm-fc-amber .jsst-jm-fc-title { color: var(--jsst-jm-amber-700); }

        .jsst-jm-fc-indigo .jsst-jm-fc-gradient { background: linear-gradient(to bottom right, var(--jsst-jm-indigo-100), transparent); }
        .jsst-jm-fc-indigo .jsst-jm-fc-icon-wrapper { background-color: var(--jsst-jm-indigo-50); border: 1px solid var(--jsst-jm-indigo-100); color: var(--jsst-jm-indigo-600); }
        .jsst-jm-fc-indigo .jsst-jm-fc-title { color: var(--jsst-jm-indigo-700); }

        .jsst-jm-fc-rose .jsst-jm-fc-gradient { background: linear-gradient(to bottom right, var(--jsst-jm-rose-100), transparent); }
        .jsst-jm-fc-rose .jsst-jm-fc-icon-wrapper { background-color: var(--jsst-jm-rose-50); border: 1px solid var(--jsst-jm-rose-100); color: var(--jsst-jm-rose-600); }
        .jsst-jm-fc-rose .jsst-jm-fc-title { color: var(--jsst-jm-rose-700); }

        .jsst-jm-fc-cyan .jsst-jm-fc-gradient { background: linear-gradient(to bottom right, var(--jsst-jm-cyan-100), transparent); }
        .jsst-jm-fc-cyan .jsst-jm-fc-icon-wrapper { background-color: var(--jsst-jm-cyan-50); border: 1px solid var(--jsst-jm-cyan-100); color: var(--jsst-jm-cyan-600); }
        .jsst-jm-fc-cyan .jsst-jm-fc-title { color: var(--jsst-jm-cyan-700); }

        /* Sandbox / Dashboard App */
        .jsst-jm-sandbox-section { padding: 96px 0; background-color: white; border-top: 1px solid var(--jsst-jm-slate-200); }
        
        .jsst-jm-dashboard-app { background-color: white; border-radius: 16px; box-shadow: var(--jsst-jm-shadow-xl); border: 1px solid var(--jsst-jm-slate-200); overflow: hidden; display: flex; flex-direction: column; }
        .jsst-jm-dash-header { padding: 20px; background-color: var(--jsst-jm-obsidian-900); color: white; display: flex; flex-direction: column; gap: 16px; }
        @media(min-width: 640px) { .jsst-jm-dash-header { flex-direction: row; justify-content: space-between; align-items: center; } }
        .jsst-jm-dh-title { font-size: 18px; font-weight: 700; display: flex; align-items: center; gap: 8px; }
        .jsst-jm-dh-title svg { color: var(--jsst-jm-brand-400); }
        .jsst-jm-dh-sub { font-size: 10px; color: var(--jsst-jm-slate-400); font-family: 'JetBrains Mono', monospace; text-transform: uppercase; letter-spacing: 0.1em; margin-top: 2px; }
        .jsst-jm-dh-actions { display: flex; gap: 12px; }
        
        .jsst-jm-btn-icon { padding: 8px; border-radius: 8px; background-color: var(--jsst-jm-obsidian-800); color: var(--jsst-jm-slate-300); transition: 0.3s; display: flex; align-items: center; justify-content: center; }
        .jsst-jm-btn-icon:hover { background-color: var(--jsst-jm-obsidian-700); color: white; }
        .jsst-jm-btn-new-ticket { padding: 8px 16px; background-color: var(--jsst-jm-brand-600); color: white; border-radius: 8px; font-size: 14px; font-weight: 700; display: flex; align-items: center; gap: 8px; box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.2); transition: 0.3s; }
        .jsst-jm-btn-new-ticket:hover { background-color: var(--jsst-jm-brand-500); }

        .jsst-jm-dash-stats { padding: 24px; background-color: var(--jsst-jm-slate-50); border-bottom: 1px solid var(--jsst-jm-slate-200); display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
        @media(min-width: 768px) { .jsst-jm-dash-stats { grid-template-columns: 1fr 1fr 1fr 1fr; } }
        .jsst-jm-stat-box { background-color: white; padding: 16px; border-radius: 12px; border: 1px solid var(--jsst-jm-slate-100); box-shadow: var(--jsst-jm-shadow-sm); }
        .jsst-jm-stat-label { font-size: 10px; color: var(--jsst-jm-slate-500); font-family: 'JetBrains Mono', monospace; font-weight: 700; text-transform: uppercase; margin-bottom: 4px; }
        .jsst-jm-stat-val { font-size: 24px; font-weight: 900; }
        .jsst-jm-val-dark { color: var(--jsst-jm-obsidian-900); } .jsst-jm-val-green { color: var(--jsst-jm-emerald-600); } .jsst-jm-val-indigo { color: var(--jsst-jm-indigo-600); } .jsst-jm-val-amber { color: var(--jsst-jm-amber-500); }

        .jsst-jm-dash-filters { padding: 16px; border-bottom: 1px solid var(--jsst-jm-slate-100); display: flex; flex-direction: column; gap: 12px; background-color: white; }
        @media(min-width: 768px) { .jsst-jm-dash-filters { flex-direction: row; justify-content: space-between; align-items: center; } }
        .jsst-jm-filter-btns { display: flex; flex-wrap: wrap; gap: 6px; font-family: 'JetBrains Mono', monospace; font-size: 12px; }
        .jsst-jm-f-btn { padding: 6px 12px; border-radius: 4px; background-color: var(--jsst-jm-slate-100); color: var(--jsst-jm-slate-600); transition: 0.3s; font-weight: 700; }
        .jsst-jm-f-btn:hover { background-color: var(--jsst-jm-slate-200); }
        .jsst-jm-f-btn.jsst-jm-active { background-color: var(--jsst-jm-obsidian-900); color: white; }
        .jsst-jm-search-wrap { position: relative; width: 100%; }
        @media(min-width: 768px) { 
            .jsst-jm-search-wrap { width: 256px; } 
        }
        .jsst-jm-search-wrap svg { position: absolute; left: 12px; top: 10px; color: var(--jsst-jm-slate-400); width: 14px; height: 14px; }
        .jsst-jm-search-input { width: 100%; padding: 8px 12px 8px 32px; border-radius: 8px; background-color: var(--jsst-jm-slate-50); border: 1px solid var(--jsst-jm-slate-200); font-size: 12px; outline: none; }
        .jsst-jm-search-input:focus { border-color: var(--jsst-jm-brand-500); }

        .jsst-jm-dash-table-wrap { overflow-x: auto; background-color: white; }
        .jsst-jm-dash-table { width: 100%; text-align: left; border-collapse: collapse; min-width: 600px; }
        .jsst-jm-dash-table th { padding: 16px; border-bottom: 1px solid var(--jsst-jm-slate-200); background-color: var(--jsst-jm-slate-50); font-size: 10px; font-family: 'JetBrains Mono', monospace; font-weight: 700; color: var(--jsst-jm-slate-500); text-transform: uppercase; }
        .jsst-jm-dash-table th:first-child { padding-left: 24px; } .jsst-jm-dash-table th:last-child { padding-right: 24px; text-align: right; }
        .jsst-jm-dash-table td { padding: 16px; border-bottom: 1px solid var(--jsst-jm-slate-100); font-size: 14px; }
        .jsst-jm-dash-table td:first-child { padding-left: 24px; } .jsst-jm-dash-table td:last-child { padding-right: 24px; text-align: right; }
        
        .jsst-jm-dash-row { transition: 0.3s; cursor: pointer; }
        .jsst-jm-dash-row:hover { background-color: rgba(238, 242, 255, 0.5); }
        .jsst-jm-t-id { font-weight: 700; color: var(--jsst-jm-brand-600); font-family: 'JetBrains Mono', monospace; font-size: 12px; margin-bottom: 2px; }
        .jsst-jm-t-sub { font-weight: 600; color: var(--jsst-jm-obsidian-900); }
        .jsst-jm-t-client { font-weight: 500; color: var(--jsst-jm-slate-800); }
        .jsst-jm-t-email { font-size: 10px; font-family: 'JetBrains Mono', monospace; color: var(--jsst-jm-slate-400); }
        .jsst-jm-t-action { color: var(--jsst-jm-brand-600); font-size: 12px; font-weight: 700; }
        .jsst-jm-t-action:hover { color: var(--jsst-jm-brand-800); }

        .jsst-jm-suite-explorer { border-top: 4px solid var(--jsst-jm-slate-100); background-color: white; padding: 24px; }
        .jsst-jm-suite-title { font-weight: 700; color: var(--jsst-jm-obsidian-900); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
        .jsst-jm-suite-title svg { color: var(--jsst-jm-brand-500); }
        .jsst-jm-suite-views > div { display: none; }
        .jsst-jm-suite-views > div.jsst-jm-active { display: grid; }
        .jsst-jm-sv-grid { grid-template-columns: 1fr; gap: 16px; }
        @media(min-width: 768px) { .jsst-jm-sv-grid { grid-template-columns: 1fr 1fr; } }
        
        .jsst-jm-suite-card { padding: 16px; border-radius: 12px; border: 1px solid var(--jsst-jm-slate-200); transition: 0.3s; }
        .jsst-jm-suite-card:hover { border-color: var(--jsst-jm-brand-300); }
        .jsst-jm-sc-badge { font-size: 10px; padding: 2px 8px; border-radius: 4px; font-family: 'JetBrains Mono', monospace; font-weight: 700; }
        .jsst-jm-scb-brand { background-color: var(--jsst-jm-brand-50); color: var(--jsst-jm-brand-700); }
        .jsst-jm-scb-indigo { background-color: var(--jsst-jm-indigo-50); color: var(--jsst-jm-indigo-700); }
        .jsst-jm-sc-title { font-weight: 700; font-size: 14px; color: var(--jsst-jm-obsidian-900); margin-top: 8px; }
        .jsst-jm-sc-desc { font-size: 12px; color: var(--jsst-jm-slate-500); margin-top: 4px; }
        
        .jsst-jm-dl-card { display: flex; justify-content: space-between; align-items: center; }
        .jsst-jm-dl-left { display: flex; align-items: center; gap: 12px; }
        .jsst-jm-dl-left svg { width: 28px; height: 28px; color: var(--jsst-jm-red-500); }
        .jsst-jm-faq-card { background-color: var(--jsst-jm-slate-50); }

        /* Comparison Section */
        .jsst-jm-comparison-section { padding: 96px 0; background-color: var(--jsst-jm-obsidian-950); color: white; border-bottom: 1px solid var(--jsst-jm-obsidian-800); }
        .jsst-jm-comp-grid { display: grid; grid-template-columns: 1fr; background-color: var(--jsst-jm-obsidian-900); border-radius: 24px; border: 1px solid var(--jsst-jm-obsidian-800); overflow: hidden; box-shadow: var(--jsst-jm-shadow-xl); }
        @media(min-width: 768px) { .jsst-jm-comp-grid { grid-template-columns: 1fr 1fr 1fr; } }
        
        .jsst-jm-comp-col { padding: 32px; border-bottom: 1px solid var(--jsst-jm-obsidian-800); }
        @media(min-width: 768px) { .jsst-jm-comp-col { border-bottom: none; border-right: 1px solid var(--jsst-jm-obsidian-800); } .jsst-jm-comp-col:last-child { border-right: none; } }
        .jsst-jm-comp-labels { display: none; background-color: rgba(15, 23, 42, 0.5); }
        @media(min-width: 768px) { .jsst-jm-comp-labels { display: block; } }
        .jsst-jm-cl-spacer { height: 48px; margin-bottom: 16px; }
        .jsst-jm-cl-list { display: flex; flex-direction: column; gap: 32px; font-size: 14px; font-weight: 500; color: var(--jsst-jm-slate-400); }
        .jsst-jm-cl-item { height: 32px; display: flex; align-items: center; }

        .jsst-jm-comp-main { position: relative; background: linear-gradient(to bottom, rgba(49, 46, 129, 0.4), var(--jsst-jm-obsidian-900)); border-top: 4px solid var(--jsst-jm-brand-500); box-shadow: 0 0 40px rgba(79, 70, 229, 0.15); z-index: 10; }
        .jsst-jm-cm-glow { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 128px; height: 4px; background-color: var(--jsst-jm-brand-400); filter: blur(4px); }
        .jsst-jm-cm-header { text-align: center; margin-bottom: 32px; }
        .jsst-jm-cm-title { font-size: 24px; font-weight: 700; color: white; margin-bottom: 4px; }
        .jsst-jm-cm-sub { color: var(--jsst-jm-brand-400); font-size: 10px; font-family: 'JetBrains Mono', monospace; text-transform: uppercase; letter-spacing: 0.1em; }
        .jsst-jm-cm-list { display: flex; flex-direction: column; gap: 16px; font-size: 14px; font-weight: 700; color: white; }
        @media(min-width: 768px) { .jsst-jm-cm-list { gap: 32px; } }
        .jsst-jm-cm-item { height: 32px; display: flex; align-items: center; justify-content: space-between; }
        @media(min-width: 768px) { .jsst-jm-cm-item { justify-content: center; } }
        .jsst-jm-cm-mobile-lbl { color: var(--jsst-jm-slate-400); font-weight: 400; }
        @media(min-width: 768px) { .jsst-jm-cm-mobile-lbl { display: none; } }
        .jsst-jm-c-val { display: flex; align-items: center; gap: 8px; }

        .jsst-jm-comp-other { opacity: 0.75; transition: 0.3s; background-color: rgba(2, 6, 23, 0.5); }
        .jsst-jm-comp-other:hover { opacity: 1; }
        .jsst-jm-co-title { font-size: 20px; font-weight: 700; color: var(--jsst-jm-slate-300); margin-bottom: 4px; text-align: center; }
        .jsst-jm-co-sub { color: var(--jsst-jm-slate-500); font-size: 10px; font-family: 'JetBrains Mono', monospace; text-transform: uppercase; letter-spacing: 0.1em; text-align: center; }
        .jsst-jm-co-list { display: flex; flex-direction: column; gap: 16px; font-size: 14px; font-weight: 500; color: var(--jsst-jm-slate-400); margin-top: 32px; }
        @media(min-width: 768px) { .jsst-jm-co-list { gap: 32px; } }

        /* Developer Section */
        .jsst-jm-dev-section { padding: 96px 0 0; background-color: var(--jsst-jm-slate-50);}
        .jsst-jm-dev-grid { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; }
        @media(min-width: 1024px) { .jsst-jm-dev-grid { grid-template-columns: 1fr 1fr; } }
        .jsst-jm-dev-features { display: flex; flex-direction: column; gap: 24px; }
        .jsst-jm-df-card { display: flex; gap: 16px; padding: 20px; border-radius: 16px; background-color: white; border: 1px solid var(--jsst-jm-slate-100); box-shadow: var(--jsst-jm-shadow-sm); transition: 0.3s; }
        .jsst-jm-df-card:hover { border-color: var(--jsst-jm-brand-300); box-shadow: var(--jsst-jm-shadow-md); }
        .jsst-jm-df-icon { width: 40px; height: 40px; flex-shrink: 0; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-top: 4px; }
        .jsst-jm-df-title { font-size: 18px; font-weight: 700; color: var(--jsst-jm-obsidian-900); margin-bottom: 4px; }
        .jsst-jm-df-desc { font-size: 14px; color: var(--jsst-jm-slate-600); line-height: 1.6; }

        .jsst-jm-code-window { background-color: var(--jsst-jm-obsidian-950); border-radius: 16px; box-shadow: var(--jsst-jm-shadow-xl); border: 1px solid var(--jsst-jm-obsidian-800); font-family: 'JetBrains Mono', monospace; font-size: 14px; color: var(--jsst-jm-slate-300); overflow: hidden; }
        .jsst-jm-cw-header { background-color: var(--jsst-jm-obsidian-900); padding: 12px 16px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--jsst-jm-obsidian-800); }
        .jsst-jm-cw-title { margin-left: 12px; font-size: 12px; color: var(--jsst-jm-slate-400); font-family: 'Inter', sans-serif; }
        .jsst-jm-cw-body { padding: 24px; display: flex; flex-direction: column; gap: 10px; }
        .jsst-jm-cw-line { display: flex; align-items: center; gap: 12px; padding: 4px; border-radius: 4px; transition: 0.3s; }
        .jsst-jm-cw-line:hover { background-color: rgba(255,255,255,0.05); }
        .jsst-jm-cw-highlight { background-color: rgba(99, 102, 241, 0.1); border: 1px solid rgba(99, 102, 241, 0.2); }
        .jsst-jm-indent-1 { padding-left: 24px; } .jsst-jm-indent-2 { padding-left: 48px; } .jsst-jm-indent-3 { padding-left: 64px; } .jsst-jm-indent-4 { padding-left: 80px; } .jsst-jm-indent-5 { padding-left: 96px; }
        .jsst-jm-cw-comment { margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.05); color: rgba(52, 211, 153, 0.7); font-style: italic; font-size: 12px; line-height: 1.6; }

        /* CTA & Footer */
        .jsst-jm-cta-section { padding: 80px 0;background-image: linear-gradient(to bottom right, #1e3a8a , rgb(30 58 138 / 0));--tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); color: white; text-align: center; }
        .jsst-jm-cta-title { font-size: 30px; font-weight: 800; margin-bottom: 24px; }
        @media(min-width: 768px) { .jsst-jm-cta-title { font-size: 48px; } }
        .jsst-jm-cta-desc { font-size: 18px; color: var(--jsst-jm-brand-100); max-width: 672px; margin: 0 auto 40px; }
        .jsst-jm-cta-btns { display: flex; flex-direction: column; gap: 16px; justify-content: center; align-items: center; }
        @media(min-width: 640px) { .jsst-jm-cta-btns { flex-direction: row; } }
        .jsst-jm-btn-white { padding: 16px 32px; border-radius: 12px; background-color: white; color: var(--jsst-jm-brand-700); font-weight: 700; font-size: 18px; box-shadow: var(--jsst-jm-shadow-xl); transition: 0.3s; }
        .jsst-jm-btn-white:hover { background-color: var(--jsst-jm-slate-50); }
        .jsst-jm-btn-outline-white { padding: 16px 32px; border-radius: 12px; background-color: var(--jsst-jm-brand-700); color: white; border: 1px solid var(--jsst-jm-brand-500); font-weight: 700; font-size: 18px; transition: 0.3s;text-decoration: none;}
        .jsst-jm-btn-outline-white:hover { background-color: var(--jsst-jm-obsidian-900);color:#fff;border-color: var(--jsst-jm-obsidian-900); }

        footer { background-color: var(--jsst-jm-obsidian-950); color: var(--jsst-jm-slate-400); padding: 48px 0; font-size: 14px; border-top: 1px solid rgba(255,255,255,0.1); }
        .jsst-jm-footer-inner { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
        @media(min-width: 640px) { .jsst-jm-footer-inner { flex-direction: row; justify-content: space-between; text-align: left; } }
        .jsst-jm-f-title { color: white; font-weight: 700; margin-bottom: 4px; }
        .jsst-jm-f-links { display: flex; gap: 24px; }
        .jsst-jm-f-links a:hover { color: white; }

        /* Drawer Modal */
        .jsst-jm-drawer-overlay { position: fixed; inset: 0; background-color: rgba(2, 6, 23, 0.7); backdrop-filter: blur(4px); z-index: 100; display: flex; justify-content: flex-end; opacity: 0; visibility: hidden; transition: 0.3s; }
        .jsst-jm-drawer-overlay.jsst-jm-active { opacity: 1; visibility: visible; }
        .jsst-jm-drawer-content { width: 100%; max-width: 576px; background-color: white; height: 100%; box-shadow: var(--jsst-jm-shadow-xl); display: flex; flex-direction: column; overflow-y: auto; transform: translateX(100%); transition: 0.3s; }
        .jsst-jm-drawer-overlay.jsst-jm-active .jsst-jm-drawer-content { transform: translateX(0); }
        
        .jsst-jm-dw-header { padding: 20px; background-color: var(--jsst-jm-obsidian-900); color: white; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 10; }
        .jsst-jm-dw-id { color: var(--jsst-jm-brand-400); font-family: 'JetBrains Mono', monospace; font-size: 12px; font-weight: 700; margin-bottom: 4px; }
        .jsst-jm-dw-title { font-weight: 700; }
        .jsst-jm-dw-close { color: var(--jsst-jm-slate-400); font-size: 20px; transition: 0.3s; background: none; }
        .jsst-jm-dw-close:hover { color: white; }
        
        .jsst-jm-dw-body { padding: 24px; flex: 1; background-color: var(--jsst-jm-slate-50); }
        .jsst-jm-dw-msg { background-color: white; padding: 16px; border-radius: 12px; border: 1px solid var(--jsst-jm-slate-200); box-shadow: var(--jsst-jm-shadow-sm); margin-bottom: 24px; }
        .jsst-jm-dwm-meta { display: flex; justify-content: space-between; font-size: 12px; font-family: 'JetBrains Mono', monospace; color: var(--jsst-jm-slate-500); margin-bottom: 8px; }
        .jsst-jm-dwm-name { color: var(--jsst-jm-obsidian-900); font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 700; }
        .jsst-jm-dwm-text { font-size: 14px; color: var(--jsst-jm-slate-700); line-height: 1.6; }
        
        .jsst-jm-dw-reply label { font-weight: 700; font-size: 14px; color: var(--jsst-jm-obsidian-900); display: block; margin-bottom: 8px; }
        .jsst-jm-dw-reply textarea { width: 100%; padding: 12px; border-radius: 12px; border: 1px solid var(--jsst-jm-slate-200); font-size: 14px; margin-bottom: 12px; outline: none; transition: 0.3s; }
        .jsst-jm-dw-reply textarea:focus { border-color: var(--jsst-jm-brand-500); box-shadow: 0 0 0 3px var(--jsst-jm-brand-100); }
        .jsst-jm-macro-btn { font-size: 10px; font-family: 'JetBrains Mono', monospace; padding: 4px 8px; background-color: var(--jsst-jm-slate-200); color: var(--jsst-jm-slate-700); border-radius: 4px; transition: 0.3s; }
        .jsst-jm-macro-btn:hover { background-color: var(--jsst-jm-slate-300); }
        
        .jsst-jm-dw-footer { padding: 16px; background-color: white; border-top: 1px solid var(--jsst-jm-slate-200); display: flex; justify-content: flex-end; gap: 12px; position: sticky; bottom: 0; }
        .jsst-jm-btn-cancel { padding: 8px 16px; border-radius: 8px; color: var(--jsst-jm-slate-600); font-weight: 700; font-size: 14px; }
        .jsst-jm-btn-send { padding: 8px 16px; border-radius: 8px; background-color: var(--jsst-jm-brand-600); color: white; font-weight: 700; font-size: 14px; box-shadow: var(--jsst-jm-shadow-sm); transition: 0.3s; }
        .jsst-jm-btn-send:hover { background-color: var(--jsst-jm-brand-700); }

        /* Toasts */
        .jsst-jm-toast-container { position: fixed; bottom: 24px; right: 24px; z-index: 100; display: flex; flex-direction: column; gap: 8px; }
        .jsst-jm-toast { padding: 12px 16px; border-radius: 12px; box-shadow: var(--jsst-jm-shadow-lg); display: flex; align-items: center; gap: 12px; animation: jsstSlideIn 0.3s ease-out forwards; background-color: white; border: 1px solid var(--jsst-jm-slate-200); }
        .jsst-jm-toast.jsst-jm-error { background-color: var(--jsst-jm-red-50); border-color: var(--jsst-jm-red-200); }
        @keyframes jsstSlideIn { from { transform: translateX(100%); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
        .jsst-jm-toast svg { width: 18px; height: 18px; }
        .jsst-jm-toast.jsst-jm-success svg { color: var(--jsst-jm-emerald-500); }
        .jsst-jm-toast.jsst-jm-error svg { color: var(--jsst-jm-red-500); }
        .jsst-jm-toast span { font-size: 14px; font-weight: 700; color: var(--jsst-jm-obsidian-900); }

        /* Scroll Reveal Utility */
        .jsst-jm-reveal { opacity: 0; transform: translateY(30px); transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
        .jsst-jm-reveal.jsst-jm-active { opacity: 1; transform: translateY(0); }

    /* login page */
        .jsst-jm-card-form .input-group .btn{
            /* position: absolute; */
        }
        .jsst-jm-login-wrap {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 40px 20px;
            position: relative;
            overflow: hidden;
            background-image: 
                radial-gradient(at 0% 0%, rgba(99, 102, 241, 0.08) 0px, transparent 50%),
                radial-gradient(at 100% 100%, rgba(16, 185, 129, 0.05) 0px, transparent 50%);
        }
        
        .jsst-jm-card-form .container-sidebar-left .sidebar-left:last-child{
            margin:0;
        }
        .jsst-jm-card-branding {
            background-color: var(--jsst-jm-obsidian-900);
            padding: 48px 40px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            position: relative;
            overflow: hidden;
            min-height: 680px;
        }
        @media(min-width: 860px) {
            .jsst-jm-card-branding { width: 100%; }
        }

        .jsst-jm-card-branding::after {
            content: ""; position: absolute; top: -50px; left: -50px; width: 250px; height: 250px;
            background: radial-gradient(circle, rgba(99,102,241,0.2) 0%, rgba(0,0,0,0) 70%);
            border-radius: 50%; pointer-events: none;
        }

        .jsst-jm-cb-header h2 { color: white; font-size: 28px; font-weight: 800; line-height: 1.2; margin-bottom: 12px; letter-spacing: -0.025em; }
        .jsst-jm-cb-header p { color: var(--jsst-jm-slate-400); font-size: 15px; }

        .jsst-jm-sandbox-profiles { margin-top: 48px; display: flex; flex-direction: column; gap: 16px; }
        .jsst-jm-sandbox-title { font-size: 11px; font-family: 'JetBrains Mono', monospace; font-weight: 700; color: var(--jsst-jm-slate-500); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 8px; }
        
        .jsst-jm-profile-btn {
            display: flex; align-items: center; gap: 16px; padding: 16px; border-radius: 16px;
            background-color: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.3s ease; cursor: pointer; text-align: left; width: 100%;
        }
        .jsst-jm-profile-btn:hover { background-color: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.2); transform: translateX(4px); }
        
        .jsst-jm-pb-icon { width: 40px; height: 40px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
        .jsst-jm-pb-icon.agent { background-color: rgba(99, 102, 241, 0.2); color: var(--jsst-jm-brand-400); }
        .jsst-jm-pb-icon.user { background-color: rgba(16, 185, 129, 0.2); color: var(--jsst-jm-emerald-400); }
        
        .jsst-jm-pb-info { flex: 1; }
        .jsst-jm-pb-name { color: white; font-weight: 600; font-size: 15px; margin-bottom: 2px; }
        .jsst-jm-pb-role { color: var(--jsst-jm-slate-400); font-size: 12px; font-family: 'JetBrains Mono', monospace;display: block;width: 100%;}

        /* New Action Arrow Styles */
        .jsst-jm-pb-action {
            display: flex; align-items: center; gap: 6px; color: var(--jsst-jm-slate-500); 
            font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; 
            transition: all 0.3s ease;
        }
        .jsst-jm-profile-btn:hover .jsst-jm-pb-action {
            color: white; transform: translateX(4px);
        }

        .jsst-jm-cf-title { font-size: 24px; font-weight: 800; color: var(--jsst-jm-obsidian-900); margin-bottom: 8px; letter-spacing: -0.025em; }
        .jsst-jm-cf-desc { color: var(--jsst-jm-slate-500); font-size: 15px; margin-bottom: 40px; }


        /* ---------------------------------------------------------
           CSS OVERRIDES FOR THE EXACT FIXED JOOMLA HTML
           These rules target the unchangeable markup you provided
           and force it into a beautiful, modern SaaS aesthetic.
           --------------------------------------------------------- */
        
        .jsst-jm-card-form .com-users-login { width: 100%;padding:50px;}
        .jsst-jm-card-form fieldset { border: none; padding: 0; margin: 0; }
        
        /* Control Groups / Spacing */
        .jsst-jm-card-form .control-group { margin-bottom: 24px; }
        
        /* Modernized Labels */
        .jsst-jm-card-form .control-label { margin-bottom: 8px; }
        .jsst-jm-card-form .control-label label { 
            font-size: 14px; 
            font-weight: 600; 
            color: var(--jsst-jm-obsidian-900); 
            display: block; 
        }
        .jsst-jm-card-form .star { color: var(--jsst-jm-red-500); margin-left: 4px; }
        
        /* Feedback/Error text */
        .jsst-jm-card-form .form-control-feedback { 
            display: block; 
            font-size: 12px; 
            color: var(--jsst-jm-red-500); 
            margin-top: 6px; 
            font-weight: 500; 
        }
        /* Hide feedback if not invalid */
        .jsst-jm-card-form .control-label label:not(.invalid) .form-control-feedback { display: none; }

        /* Modernized Inputs */
        .jsst-jm-card-form .form-control {
            width: 100%;
            padding: 14px 16px;
            border-radius: 12px;
            border: 1px solid var(--jsst-jm-slate-200);
            background-color: var(--jsst-jm-slate-50);
            font-size: 15px;
            color: var(--jsst-jm-obsidian-900);
            transition: all 0.3s ease;
            box-sizing: border-box;
            outline: none;
            font-family: inherit;
        }
        
        .jsst-jm-card-form .form-control:focus {
            background-color: white;
            border-color: var(--jsst-jm-brand-500);
            box-shadow: 0 0 0 4px var(--jsst-jm-brand-50);
        }

        /* Error States for Inputs */
        .jsst-jm-card-form .form-control.invalid, 
        .jsst-jm-card-form .has-danger .form-control {
            border-color: var(--jsst-jm-red-500);
            background-color: var(--jsst-jm-red-50);
        }

        /* Password Group specific overrides */
        .jsst-jm-card-form .password-group .input-group {
            position: relative;
            display: flex;
        }
        .jsst-jm-card-form .password-group .form-control {
            padding-right: 48px; /* Room for the toggle button */
        }
        
        /* Password Toggle Button */
        .jsst-jm-card-form .input-password-toggle {
            right:0;
            top: 0%;
            background: transparent;
            border: none;
            padding: 4px;
            color: var(--jsst-jm-slate-500);
            cursor: pointer;
            transition: color 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 12px;
            border: 1px solid var(--jsst-jm-slate-200);
        }
        .jsst-jm-card-form .input-password-toggle:hover {
            color: var(--jsst-jm-obsidian-900);
        }
        .jsst-jm-card-form .visually-hidden { display: none; }

        /* Customizing Checkbox */
        .jsst-jm-card-form .com-users-login__remember { margin: 16px 0 24px; }
        .jsst-jm-card-form .form-check { display: flex; align-items: center; gap: 8px; cursor: pointer; }
        .jsst-jm-card-form .form-check-input {
            width: 18px; height: 18px;
            border-radius: 6px; border: 1px solid var(--jsst-jm-slate-300);
            cursor: pointer; accent-color: var(--jsst-jm-brand-600);
            -webkit-appearance: none; appearance: none;
            background-color: white; display: grid; place-content: center;
        }
        .jsst-jm-card-form .form-check-input::before {
            content: ""; width: 10px; height: 10px; transform: scale(0); transition: 120ms transform ease-in-out;
            box-shadow: inset 1em 1em white; background-color: white; transform-origin: center;
            clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
        }
        .jsst-jm-card-form .form-check-input:checked { background-color: var(--jsst-jm-brand-600); border-color: var(--jsst-jm-brand-600); }
        .jsst-jm-card-form .form-check-input:checked::before { transform: scale(1); }
        .jsst-jm-card-form .form-check-label { font-size: 14px; color: var(--jsst-jm-slate-600); font-weight: 500; cursor: pointer; user-select: none; }
        body.wrapper-fluid.jsst-jm-card-form>.site-grid{
            width: 100%;
            max-width: 1100px;
            background-color: white;
            border-radius: 24px;
            box-shadow: var(--jsst-jm-shadow-2xl);
            border: 1px solid var(--jsst-jm-slate-200);
            display: flex;
            flex-direction: column;
            overflow: hidden;
            position: relative;
            z-index: 10;
            margin-top:50px;
        }
        @media(min-width: 860px) {
            body.wrapper-fluid.jsst-jm-card-form>.site-grid{ flex-direction: row; min-height: 600px; }
        }
        .jsst-jm-card-form .grid-child.container-sidebar-left{width: 47%;}

        /* Submit Button */
        .jsst-jm-card-form .btn-primary {
            width: 100%; padding: 14px 24px; border-radius: 12px;
            background-color: var(--jsst-jm-obsidian-900); color: white;
            font-weight: 600; font-size: 16px; border: none;
            box-shadow: var(--jsst-jm-shadow-md); transition: all 0.3s ease;
            cursor: pointer; display: flex; justify-content: center; align-items: center;
        }
        .jsst-jm-card-form .btn-primary:hover {
            background-color: var(--jsst-jm-brand-600);
            transform: translateY(-2px);
            box-shadow: var(--jsst-jm-shadow-lg);
        }

        /* Bottom Options / Links */
        .jsst-jm-card-form .com-users-login__options {
            display: flex; flex-direction: column; gap: 12px;
            margin-top: 32px; text-align: center;
        }
        @media(min-width: 640px) {
            .jsst-jm-card-form .com-users-login__options {
                flex-direction: row; justify-content: space-between; text-align: left;
            }
        }
        .jsst-jm-card-form .list-group-item {
            font-size: 14px; font-weight: 600; color: var(--jsst-jm-brand-600);
            text-decoration: none; transition: color 0.3s; border: none; background: transparent;
        }
        .jsst-jm-card-form .list-group-item:hover { color: var(--jsst-jm-brand-800); text-decoration: underline; }
        .jsst-jm-card-form .site-grid{max-width: 1280px;margin:0 auto;}

        .jsst-jm-footer { background-color: var(--jsst-jm-obsidian-950); color: var(--jsst-jm-slate-400); padding: 48px 0; font-size: 14px; margin-top: auto; }
        .jsst-jm-footer-inner { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
        @media(min-width: 640px) { .jsst-jm-footer-inner { flex-direction: row; justify-content: space-between; text-align: left; } }
        .jsst-jm-f-title { color: white; font-weight: 700; margin-bottom: 4px; }
        .jsst-jm-f-links { display: flex; gap: 24px; }
        .jsst-jm-f-links a:hover { color: white; }
                /* Dynamically injects "Sign in" before the login module */
        .jsst-jm-card-form .com-users-login::before { 
            content: "Sign in";
            display: block;
            font-size: 24px; font-weight: 800; color: var(--jsst-jm-obsidian-900); 
            margin-bottom: 8px; letter-spacing: -0.025em; 
        }
        
        /* Dynamically injects the description text inside the top of the form */
        .jsst-jm-card-form .com-users-login__form::before { 
            content: "Enter your credentials to access your account.";
            display: block;
            color: var(--jsst-jm-slate-500); font-size: 15px; 
            margin-bottom: 40px; 
        }
    /* joomla notifications */

    .site .site-grid #system-message-container{max-width: 1240px;margin:auto;width: 100%;}
    /* js support ticket counter */
   
  .jsst-stage{
    width:100%;
    display:flex; align-items:center; justify-content:center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border: 1px solid #E9EAF4;
    box-shadow: 0 24px 50px -30px rgba(30,33,48,0.28), 0 2px 8px rgba(30,33,48,0.04);
    padding: 20px 28px;
    background-color: #ffffff;
    background-image: radial-gradient(at 0% 0%, rgba(99, 102, 241, 0.08) 0px, transparent 50%), radial-gradient(at 100% 0%, rgba(16, 185, 129, 0.05) 0px, transparent 50%), radial-gradient(at 100% 100%, rgba(99, 102, 241, 0.08) 0px, transparent 50%);

  }
  .site .site-grid .main-bottom.card {border: unset;}

  .jsst-bar{
    width:100%;
    display:flex;
    align-items:center;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: auto;
  }

  /* left: status + title */
  .jsst-identity{
    display:flex;
    align-items:flex-start;
    gap: 12px;
    min-width: 260px;
  }

  .jsst-dot{
    width:10px; height:10px; border-radius:50%;
    background: #2BAE8C;
    margin-top: 6px;
    flex-shrink:0;
    animation: jsst-pulse 2.2s ease-out infinite;
  }
  @keyframes jsst-pulse{
    0%{ box-shadow: 0 0 0 0 rgba(43,174,140,0.45); }
    70%{ box-shadow: 0 0 0 8px rgba(43,174,140,0); }
    100%{ box-shadow: 0 0 0 0 rgba(43,174,140,0); }
  }

  .jsst-identity-text{ display:flex; flex-direction:column; gap:4px; }

  .jsst-title{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1E2130;
    line-height:1.2;
  }

  .jsst-subtitle{
    font-size: 13px;
    font-weight: 500;
    color: #8A90A6;
    line-height:1.3;
  }

  /* middle: sync badge */
  .jsst-sync{
    display:flex; align-items:center; gap:6px;
    background: #EFEDFD; color: #6E62E8;
    font-size: 12px; font-weight: 700;
    padding: 8px 14px 8px 11px; border-radius: 999px;
    flex-shrink:0;
  }
  .jsst-sync svg{ width:13px; height:13px; animation: jsst-spin 3s linear infinite; transform-origin:center; }
  @keyframes jsst-spin{ to{ transform: rotate(360deg); } }

  /* right: dials */
  .jsst-dials{
    display:flex;
    gap: 14px;
    flex-shrink:0;
    margin-left: auto;
  }

  .jsst-dial-unit{
    display:flex; flex-direction:column; align-items:center; gap:6px;
  }

  .jsst-dial{
    position:relative;
    width: 138px; height: 138px;
  }

  .jsst-dial svg{ width:100%; height:100%; transform: rotate(-90deg); }

  .jsst-track{ fill:none; stroke: #ECEDF7; stroke-width: 15; }

  .jsst-progress{
    fill:none;
    stroke: #6E62E8;
    stroke-width: 12;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.6s ease, stroke 0.6s ease;
  }

  .jsst-dial-center{
    position:absolute; inset:0;
    display:flex; align-items:center; justify-content:center;
  }

  .jsst-dial-value{
    font-family:'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #1E2130;
    line-height:1;
  }

  .jsst-dial-label{
    font-size: 9.5px; font-weight: 700;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: #8A90A6;
  }

  .jsst-urgent .jsst-progress{ stroke: #FF6F52; }
  .jsst-urgent .jsst-dial{ animation: jsst-nudge 1s ease-in-out infinite; }
  @keyframes jsst-nudge{
    0%,100%{ transform: scale(1); }
    50%{ transform: scale(1.04); }
  }
       @media (max-width: 991px){            
            .header.container-header .container-topbar{position: relative;left: 0;right:0;width:100%;}
            .header.container-header{padding: 0;align-items: self-start;flex-wrap: wrap;}
            body.wrapper-fluid .header.container-header > .grid-child{padding:20px 20px 5px;justify-content: center;}
            body.wrapper-fluid .header.container-header > .grid-child .navbar-brand{margin-right: unset;}
            body.wrapper-fluid .header.container-header > .grid-child.container-nav{padding-top: 0;padding-bottom: 30px;}
            .mod-menu.nav .nav-item.item-111, .mod-menu.nav .nav-item:first-child{margin-left: unset;}
            body.wrapper-fluid .header.container-header > .grid-child{width:100%;}
            body.wrapper-fluid .header.container-header > .grid-child .mod-menu{flex-direction: row;flex-wrap: wrap;justify-content: center;}
            .jsst-dials{flex-wrap: wrap;}
            .jsst-jm-cw-line{flex-wrap: wrap;}
        }
  @media (max-width: 640px){
    .jsst-bar{ padding: 20px; justify-content:center; }
    .jsst-dials{ margin-left:0; width:100%; justify-content:center; }
    .jsst-identity{ flex: 1 1 100%; }
    .jsst-sync{ margin-left: 22px; }
  }
  
  .mod-menu.nav .nav-item.active a.jsst-lginlgout-item{
    color: #fff;
  }
  .mod-menu.nav .nav-item.active a.jsst-lginlgout-item:hover{
    color: var(--jsst-jm-brand-700);
  }
  .jsst-jm-card-branding{min-height: 730px;}
   @media (max-width: 859px){
  .jsst-jm-card-form .grid-child.container-sidebar-left{width:100%;}
}