/* ============================================================
   ABOTRIX V24.0.1 — INTERACTIVE PRODUCT EXPERIENCE
   ============================================================ */

.abotrix-product-experience {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 112px 0;
    color: #dbeaf3;
    background:
        radial-gradient(
            circle at 50% -20%,
            rgba(36, 159, 192, 0.15),
            transparent 43%
        ),
        linear-gradient(180deg, #061725 0%, #081c2b 48%, #061725 100%);
}

.abotrix-product-background-grid {
    position: absolute;
    inset: 0;
    z-index: -3;
    pointer-events: none;
    opacity: 0.33;
    background-image:
        linear-gradient(rgba(89, 195, 226, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(89, 195, 226, 0.035) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(to bottom, transparent, black 18%, black 80%, transparent);
}

.abotrix-product-orb {
    position: absolute;
    z-index: -2;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(8px);
}

.abotrix-product-orb-one {
    width: 520px;
    height: 520px;
    top: 130px;
    left: -360px;
    background: radial-gradient(circle, rgba(42, 210, 234, 0.14), transparent 70%);
}

.abotrix-product-orb-two {
    width: 650px;
    height: 650px;
    right: -430px;
    bottom: 30px;
    background: radial-gradient(circle, rgba(56, 98, 235, 0.13), transparent 70%);
}

.abotrix-product-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
}

.abotrix-product-heading-copy {
    max-width: 780px;
}

.abotrix-product-heading h2 {
    margin: 18px 0 18px;
    color: #f4fbff;
    font-size: clamp(38px, 5.1vw, 66px);
    line-height: 0.99;
    letter-spacing: -0.055em;
    text-wrap: balance;
}

.abotrix-product-heading h2 span {
    display: block;
    color: #55d7ee;
}

.abotrix-product-heading p {
    max-width: 720px;
    margin: 0;
    color: #8aa9bb;
    font-size: 15px;
    line-height: 1.75;
}

.abotrix-product-live-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    flex: 0 0 auto;
    padding: 11px 14px;
    border: 1px solid rgba(78, 215, 178, 0.17);
    border-radius: 999px;
    color: #8ed2bb;
    background: rgba(47, 170, 130, 0.08);
    font-size: 9px;
    font-weight: 760;
}

.abotrix-product-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4cdda9;
    box-shadow: 0 0 0 5px rgba(76, 221, 169, 0.08);
    animation: abotrix-product-pulse 2.1s infinite;
}

@keyframes abotrix-product-pulse {
    0%, 100% {
        box-shadow: 0 0 0 4px rgba(76, 221, 169, 0.07);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(76, 221, 169, 0.015);
    }
}

/* INDUSTRY SWITCHER */

.abotrix-industry-switcher {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 7px;
    padding: 8px;
    margin-bottom: 18px;
    border: 1px solid rgba(89, 193, 226, 0.13);
    border-radius: 17px;
    background: rgba(8, 37, 56, 0.73);
    box-shadow: 0 20px 70px rgba(0, 5, 15, 0.19);
    backdrop-filter: blur(14px);
}

.abotrix-industry-tab {
    min-width: 0;
    min-height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 8px;
    border: 1px solid transparent;
    border-radius: 11px;
    color: #718fa2;
    background: transparent;
    font: inherit;
    font-size: 8px;
    font-weight: 760;
    cursor: pointer;
    transition:
        color 180ms ease,
        border-color 180ms ease,
        background-color 180ms ease,
        transform 180ms ease,
        box-shadow 180ms ease;
}

.abotrix-industry-tab span {
    font-size: 12px;
    filter: grayscale(0.35);
}

.abotrix-industry-tab:hover {
    color: #bad4e1;
    background: rgba(32, 88, 111, 0.42);
    transform: translateY(-1px);
}

.abotrix-industry-tab.is-active {
    color: #eefbff;
    border-color: rgba(75, 215, 240, 0.22);
    background:
        linear-gradient(
            135deg,
            rgba(38, 148, 181, 0.34),
            rgba(24, 85, 113, 0.54)
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.045),
        0 8px 24px rgba(0, 8, 21, 0.18);
}

/* APPLICATION PREVIEW SHELL */

.abotrix-demo-shell {
    min-height: 790px;
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid rgba(91, 201, 234, 0.16);
    border-radius: 25px;
    background: #f3f7fa;
    box-shadow:
        0 55px 130px rgba(0, 4, 14, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.015);
}

/* SIDEBAR */

.abotrix-demo-sidebar {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 20px 12px 14px;
    color: #c8dbe5;
    background:
        linear-gradient(180deg, #09283b 0%, #071f30 100%);
    border-right: 1px solid rgba(85, 190, 222, 0.1);
}

.abotrix-demo-brand {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 8px 20px;
    border-bottom: 1px solid rgba(99, 190, 218, 0.09);
}

.abotrix-demo-brand-mark {
    width: 33px;
    height: 33px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: #05212a;
    background: linear-gradient(135deg, #72e6f5, #42cbe9);
    font-size: 15px;
    font-weight: 950;
}

.abotrix-demo-brand > span:last-child,
.abotrix-demo-user > span:nth-child(2) {
    min-width: 0;
    display: grid;
}

.abotrix-demo-brand strong {
    color: #f2fbff;
    font-size: 12px;
    letter-spacing: 0.07em;
}

.abotrix-demo-brand small {
    overflow: hidden;
    margin-top: 2px;
    color: #7193a8;
    font-size: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.abotrix-demo-navigation {
    display: grid;
    gap: 5px;
    padding: 18px 0;
}

.abotrix-demo-nav-item {
    width: 100%;
    min-height: 37px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border: 1px solid transparent;
    border-radius: 9px;
    color: #7393a6;
    background: transparent;
    font: inherit;
    font-size: 8px;
    text-align: left;
    cursor: pointer;
    transition:
        color 160ms ease,
        background-color 160ms ease,
        border-color 160ms ease;
}

.abotrix-demo-nav-item span {
    width: 19px;
    height: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #6faabd;
    background: rgba(73, 178, 211, 0.07);
    font-size: 8px;
}

.abotrix-demo-nav-item:hover {
    color: #c2dbe7;
    background: rgba(40, 101, 126, 0.24);
}

.abotrix-demo-nav-item.is-active {
    color: #ecf9fe;
    border-color: rgba(69, 208, 237, 0.14);
    background:
        linear-gradient(
            90deg,
            rgba(43, 159, 190, 0.27),
            rgba(35, 101, 129, 0.18)
        );
}

.abotrix-demo-nav-item.is-active span {
    color: #0a2831;
    background: #5dd8ee;
}

.abotrix-demo-sidebar-bottom {
    display: grid;
    gap: 9px;
    margin-top: auto;
}

.abotrix-demo-user {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px;
    border: 1px solid rgba(93, 190, 220, 0.08);
    border-radius: 10px;
    background: rgba(13, 51, 73, 0.66);
}

.abotrix-demo-avatar {
    width: 29px;
    height: 29px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: #dff8ff;
    background: linear-gradient(135deg, #1c708f, #184d6c);
    font-size: 7px;
    font-weight: 800;
}

.abotrix-demo-user strong {
    overflow: hidden;
    color: #bfd6e1;
    font-size: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.abotrix-demo-user small {
    color: #66879b;
    font-size: 6px;
}

.abotrix-demo-user i {
    margin-left: auto;
    color: #507388;
    font-size: 6px;
    font-style: normal;
}

.abotrix-demo-connection {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 7px;
    color: #6f9a8e;
    font-size: 6px;
}

.abotrix-demo-connection span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4ddba5;
}

/* MAIN DASHBOARD */

.abotrix-demo-main {
    min-width: 0;
    color: #143044;
    background:
        linear-gradient(180deg, #f8fbfd 0%, #eef4f7 100%);
}

.abotrix-demo-topbar {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 22px;
    border-bottom: 1px solid #dce7ed;
    background: rgba(255, 255, 255, 0.82);
}

.abotrix-demo-topbar > div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.abotrix-demo-topbar small {
    display: block;
    color: #7e94a2;
    font-size: 7px;
}

.abotrix-demo-topbar h3 {
    margin: 3px 0 0;
    color: #153348;
    font-size: 13px;
    letter-spacing: -0.015em;
}

.abotrix-demo-mobile-menu {
    display: none;
    width: 31px;
    height: 31px;
    border: 1px solid #d9e5eb;
    border-radius: 8px;
    color: #446375;
    background: #fff;
    cursor: pointer;
}

.abotrix-demo-topbar-actions {
    gap: 7px !important;
}

.abotrix-demo-topbar-actions > button {
    position: relative;
    width: 31px;
    height: 31px;
    border: 1px solid #dbe6eb;
    border-radius: 8px;
    color: #4d6d7d;
    background: #fff;
    cursor: pointer;
}

.abotrix-demo-topbar-actions > button span {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 5px;
    height: 5px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #ef725f;
}

.abotrix-demo-date {
    display: grid;
    padding-left: 10px;
    border-left: 1px solid #dce6eb;
}

.abotrix-demo-date strong {
    margin-top: 2px;
    color: #344f60;
    font-size: 7px;
}

.abotrix-demo-content {
    padding: 24px;
}

.abotrix-demo-welcome {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 19px;
}

.abotrix-demo-welcome span {
    color: #1695b4;
    font-size: 7px;
    font-weight: 820;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.abotrix-demo-welcome h4 {
    margin: 4px 0 3px;
    color: #143247;
    font-size: 19px;
    letter-spacing: -0.025em;
}

.abotrix-demo-welcome p {
    margin: 0;
    color: #7d929f;
    font-size: 8px;
}

.abotrix-demo-actions {
    display: flex;
    gap: 7px;
}

.abotrix-demo-actions button {
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 8px;
    font: inherit;
    font-size: 7px;
    font-weight: 760;
    cursor: pointer;
}

.abotrix-demo-action-secondary {
    border: 1px solid #d5e1e7;
    color: #4d6878;
    background: #fff;
}

.abotrix-demo-action-primary {
    border: 1px solid #138eae;
    color: #fff;
    background: linear-gradient(135deg, #149fbd, #117c9e);
    box-shadow: 0 8px 18px rgba(17, 126, 158, 0.17);
}

/* KPI CARDS */

.abotrix-demo-kpis {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 11px;
}

.abotrix-demo-kpi {
    min-width: 0;
    padding: 14px;
    border: 1px solid #dde7ec;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 24px rgba(35, 74, 95, 0.035);
}

.abotrix-demo-kpi-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.abotrix-demo-kpi-icon {
    width: 27px;
    height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #168faa;
    background: #e8f6f9;
    font-size: 10px;
}

.abotrix-demo-kpi-change {
    color: #26976d;
    font-size: 6px;
    font-weight: 770;
}

.abotrix-demo-kpi-label {
    display: block;
    margin-top: 12px;
    color: #81949f;
    font-size: 7px;
}

.abotrix-demo-kpi-value {
    display: block;
    overflow: hidden;
    margin-top: 3px;
    color: #173548;
    font-size: 17px;
    letter-spacing: -0.035em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.abotrix-demo-kpi-footer {
    display: block;
    margin-top: 4px;
    color: #9aaab3;
    font-size: 6px;
}

/* CHART AND ACTIVITY */

.abotrix-demo-dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(240px, 0.75fr);
    gap: 11px;
    margin-bottom: 11px;
}

.abotrix-demo-chart-card,
.abotrix-demo-activity-card,
.abotrix-demo-workflow-card,
.abotrix-demo-attention-card {
    min-width: 0;
    padding: 16px;
    border: 1px solid #dce6eb;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.93);
    box-shadow: 0 9px 25px rgba(33, 75, 95, 0.035);
}

.abotrix-demo-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.abotrix-demo-card-header span {
    display: block;
    margin-bottom: 2px;
    color: #1c96b2;
    font-size: 6px;
    font-weight: 800;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.abotrix-demo-card-header h4 {
    margin: 0;
    color: #1b384a;
    font-size: 10px;
}

.abotrix-demo-card-header select,
.abotrix-demo-card-header button {
    border: 1px solid #dce6eb;
    border-radius: 7px;
    color: #657e8d;
    background: #f9fbfc;
    font: inherit;
    font-size: 6px;
    cursor: pointer;
}

.abotrix-demo-card-header select {
    padding: 6px 8px;
}

.abotrix-demo-card-header button {
    padding: 6px 8px;
}

.abotrix-demo-chart-summary {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 15px;
    margin: 17px 0 13px;
}

.abotrix-demo-chart-summary small {
    display: block;
    color: #8396a1;
    font-size: 6px;
}

.abotrix-demo-chart-summary strong {
    display: block;
    margin-top: 3px;
    color: #173447;
    font-size: 17px;
    letter-spacing: -0.03em;
}

.abotrix-demo-chart-summary > span {
    padding: 5px 7px;
    border-radius: 999px;
    color: #258d68;
    background: #eaf8f2;
    font-size: 6px;
    font-weight: 760;
}

.abotrix-demo-chart {
    height: 145px;
    display: flex;
    align-items: end;
    gap: 9px;
    padding: 9px 7px 0;
    border-bottom: 1px solid #dfe8ed;
    background-image:
        linear-gradient(to bottom, #edf2f5 1px, transparent 1px);
    background-size: 100% 36px;
}

.abotrix-demo-chart-bar-wrap {
    position: relative;
    height: 100%;
    flex: 1;
    display: flex;
    align-items: end;
    justify-content: center;
}

.abotrix-demo-chart-bar {
    width: min(25px, 72%);
    min-height: 8px;
    border-radius: 5px 5px 1px 1px;
    background:
        linear-gradient(
            180deg,
            #44c9e3,
            #147f9f
        );
    box-shadow: 0 8px 14px rgba(25, 139, 169, 0.12);
    transform-origin: bottom;
    animation: abotrix-chart-rise 550ms ease both;
}

.abotrix-demo-chart-bar-wrap:nth-child(2) .abotrix-demo-chart-bar {
    animation-delay: 45ms;
}

.abotrix-demo-chart-bar-wrap:nth-child(3) .abotrix-demo-chart-bar {
    animation-delay: 90ms;
}

.abotrix-demo-chart-bar-wrap:nth-child(4) .abotrix-demo-chart-bar {
    animation-delay: 135ms;
}

.abotrix-demo-chart-bar-wrap:nth-child(5) .abotrix-demo-chart-bar {
    animation-delay: 180ms;
}

.abotrix-demo-chart-bar-wrap:nth-child(6) .abotrix-demo-chart-bar {
    animation-delay: 225ms;
}

.abotrix-demo-chart-bar-wrap:nth-child(7) .abotrix-demo-chart-bar {
    animation-delay: 270ms;
}

@keyframes abotrix-chart-rise {
    from {
        transform: scaleY(0.05);
        opacity: 0.3;
    }

    to {
        transform: scaleY(1);
        opacity: 1;
    }
}

.abotrix-demo-chart-labels {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 9px;
    padding: 7px 7px 0;
    text-align: center;
}

.abotrix-demo-chart-labels span {
    color: #8b9ca6;
    font-size: 6px;
}

.abotrix-demo-activity-list {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.abotrix-demo-activity-item {
    display: grid;
    grid-template-columns: 27px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #edf2f4;
}

.abotrix-demo-activity-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.abotrix-demo-activity-icon {
    width: 27px;
    height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #177f9b;
    background: #eaf6f9;
    font-size: 8px;
}

.abotrix-demo-activity-copy {
    min-width: 0;
}

.abotrix-demo-activity-copy strong,
.abotrix-demo-activity-copy small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.abotrix-demo-activity-copy strong {
    color: #3c5767;
    font-size: 7px;
}

.abotrix-demo-activity-copy small {
    margin-top: 2px;
    color: #91a1aa;
    font-size: 6px;
}

.abotrix-demo-activity-time {
    color: #9dacb5;
    font-size: 6px;
}

/* WORKFLOW AND ALERTS */

.abotrix-demo-bottom-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(240px, 0.75fr);
    gap: 11px;
}

.abotrix-demo-live-status {
    display: inline-flex !important;
    align-items: center;
    gap: 5px;
    margin: 0 !important;
    color: #3e9b78 !important;
    font-size: 6px !important;
}

.abotrix-demo-live-status i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4ddba4;
}

.abotrix-demo-workflow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
    margin-top: 15px;
}

.abotrix-demo-workflow-step {
    position: relative;
    min-width: 0;
    padding: 12px 10px;
    border: 1px solid #e0e9ed;
    border-radius: 10px;
    background: #f8fbfc;
    text-align: center;
}

.abotrix-demo-workflow-step:not(:last-child)::after {
    content: "→";
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translateY(-50%);
    color: #9eb1bb;
    font-size: 8px;
}

.abotrix-demo-workflow-number {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #167f9b;
    background: #e4f5f8;
    font-size: 8px;
    font-weight: 850;
}

.abotrix-demo-workflow-step strong,
.abotrix-demo-workflow-step small {
    display: block;
}

.abotrix-demo-workflow-step strong {
    margin-top: 7px;
    overflow: hidden;
    color: #405b6a;
    font-size: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.abotrix-demo-workflow-step small {
    margin-top: 2px;
    color: #91a1aa;
    font-size: 6px;
}

.abotrix-demo-alert-count {
    min-width: 21px;
    height: 21px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    border-radius: 7px;
    color: #a76634 !important;
    background: #fff2e8;
    font-size: 7px !important;
}

.abotrix-demo-alert-list {
    display: grid;
    gap: 7px;
    margin-top: 14px;
}

.abotrix-demo-alert {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px;
    border: 1px solid #ece5dc;
    border-radius: 9px;
    background: #fffaf5;
}

.abotrix-demo-alert-icon {
    width: 23px;
    height: 23px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    color: #aa6e36;
    background: #ffedda;
    font-size: 8px;
}

.abotrix-demo-alert strong,
.abotrix-demo-alert small {
    display: block;
}

.abotrix-demo-alert strong {
    color: #76563e;
    font-size: 7px;
}

.abotrix-demo-alert small {
    margin-top: 2px;
    color: #a18977;
    font-size: 6px;
}

/* PRODUCT FOOTER */

.abotrix-product-footer {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 34px;
    margin-top: 27px;
    padding: 21px 24px;
    border: 1px solid rgba(91, 200, 232, 0.12);
    border-radius: 17px;
    background: rgba(9, 40, 59, 0.68);
}

.abotrix-product-footer > div {
    display: grid;
}

.abotrix-product-footer > div span {
    color: #5ad5ec;
    font-size: 7px;
    font-weight: 820;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.abotrix-product-footer > div strong {
    margin-top: 3px;
    color: #e3f4fb;
    font-size: 11px;
}

.abotrix-product-footer p {
    margin: 0;
    color: #7899ac;
    font-size: 8px;
    line-height: 1.65;
}

.abotrix-product-footer .button {
    min-height: 42px;
    border-radius: 11px;
    white-space: nowrap;
}

/* TRANSITIONS */

.abotrix-demo-shell.is-changing .abotrix-demo-content {
    opacity: 0.38;
    transform: translateY(4px);
}

.abotrix-demo-content {
    transition:
        opacity 180ms ease,
        transform 180ms ease;
}

/* RESPONSIVE */

@media (max-width: 1120px) {
    .abotrix-industry-switcher {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .abotrix-demo-shell {
        grid-template-columns: 165px minmax(0, 1fr);
    }

    .abotrix-demo-kpis {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .abotrix-product-heading {
        display: grid;
        align-items: start;
    }

    .abotrix-product-live-label {
        width: fit-content;
    }

    .abotrix-demo-shell {
        position: relative;
        grid-template-columns: 1fr;
    }

    .abotrix-demo-sidebar {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        width: 190px;
        transform: translateX(-102%);
        transition: transform 200ms ease;
        box-shadow: 18px 0 45px rgba(0, 15, 26, 0.24);
    }

    .abotrix-demo-shell.is-menu-open .abotrix-demo-sidebar {
        transform: translateX(0);
    }

    .abotrix-demo-mobile-menu {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .abotrix-product-footer {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .abotrix-product-footer .button {
        width: fit-content;
    }
}

@media (max-width: 720px) {
    .abotrix-product-experience {
        padding: 82px 0;
    }

    .abotrix-industry-switcher {
        display: flex;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: thin;
    }

    .abotrix-industry-tab {
        min-width: 112px;
    }

    .abotrix-demo-shell {
        min-height: 0;
        border-radius: 18px;
    }

    .abotrix-demo-topbar {
        padding: 12px 14px;
    }

    .abotrix-demo-date {
        display: none;
    }

    .abotrix-demo-content {
        padding: 16px;
    }

    .abotrix-demo-welcome {
        display: grid;
    }

    .abotrix-demo-actions {
        flex-wrap: wrap;
    }

    .abotrix-demo-dashboard-grid,
    .abotrix-demo-bottom-grid {
        grid-template-columns: 1fr;
    }

    .abotrix-demo-workflow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .abotrix-demo-workflow-step:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 470px) {
    .abotrix-product-heading h2 {
        font-size: 37px;
    }

    .abotrix-demo-kpis {
        grid-template-columns: 1fr;
    }

    .abotrix-demo-topbar h3 {
        max-width: 190px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .abotrix-demo-topbar-actions > button:first-child {
        display: none;
    }

    .abotrix-demo-workflow {
        grid-template-columns: 1fr;
    }

    .abotrix-demo-workflow-step::after {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .abotrix-product-live-dot,
    .abotrix-demo-chart-bar {
        animation: none !important;
    }

    .abotrix-demo-content,
    .abotrix-demo-sidebar,
    .abotrix-industry-tab {
        transition: none !important;
    }
}
