:root {
    --font-family-primary: "Plus Jakarta Sans", sans-serif;
    --font-family-secondary: "Plus Jakarta Sans", sans-serif;
    --font-family-tertiary: "Plus Jakarta Sans", sans-serif;
    --font-text-family: "Plus Jakarta Sans", sans-serif;
    --font-heading-family: "Plus Jakarta Sans", sans-serif;
    --font-display-family: "Plus Jakarta Sans", sans-serif;

    --color-primary: #3e50f7;
    --color-primary-10: #f7f8ff;
    --color-primary-25: #f2f5ff;
    --color-primary-50: #e9edff;
    --color-primary-100: #d6ddff;
    --color-primary-200: #b6c2ff;
    --color-primary-300: #92a2ff;
    --color-primary-400: #687dff;
    --color-primary-500: #3e50f7;
    --color-primary-600: #3242df;
    --color-primary-700: #2834b5;
    --color-primary-800: #1d2688;
    --color-primary-900: #121754;

    --color-secondary: #f3f6ff;
    --color-secondary-10: #fffdfd;
    --color-secondary-25: #fffbfb;
    --color-secondary-50: #faf8ff;
    --color-secondary-100: #f4f1ff;
    --color-secondary-200: #e6ebff;
    --color-secondary-300: #d4ddff;
    --color-secondary-400: #c2ceff;
    --color-secondary-500: #f3f6ff;
    --color-secondary-600: #dbe2f5;
    --color-secondary-700: #aab2ca;
    --color-secondary-800: #6c748a;
    --color-secondary-900: #313849;

    --color-gray: #667085;
    --color-gray-10: #fdfdff;
    --color-gray-25: #f7f9ff;
    --color-gray-50: #eef2f9;
    --color-gray-100: #dde4f0;
    --color-gray-200: #c4cfde;
    --color-gray-300: #9aa8bc;
    --color-gray-400: #76839a;
    --color-gray-500: #667085;
    --color-gray-600: #4e5768;
    --color-gray-700: #373f4c;
    --color-gray-800: #212733;
    --color-gray-900: #111621;

    --color-slate: #6c7589;
    --color-slate-10: #fbfcfe;
    --color-slate-25: #f7f9fc;
    --color-slate-50: #eff3f8;
    --color-slate-100: #e1e7f0;
    --color-slate-200: #c6d0dd;
    --color-slate-300: #a1aec1;
    --color-slate-400: #7f8a9f;
    --color-slate-500: #6c7589;
    --color-slate-600: #535c6d;
    --color-slate-700: #3d4552;
    --color-slate-800: #252c37;
    --color-slate-900: #131924;

    --color-info: #2cb3ff;
    --color-info-500: #2cb3ff;
    --color-success: #18b57e;
    --color-success-500: #18b57e;
    --color-warning: #ffb020;
    --color-warning-500: #ffb020;
    --color-danger: #ef5350;
    --color-danger-500: #ef5350;

    --colors-accent-primary: var(--color-primary);
    --colors-button-primary: var(--color-primary);
    --colors-button-primary-hover: var(--color-primary-600);
    --colors-form-primary: var(--color-primary);
    --colors-card-primary: var(--color-primary);
    --colors-background-primary: var(--color-primary);
    --colors-text-primary: var(--color-primary);
    --colors-label-primary: var(--color-primary);
    --colors-alert-primary: var(--color-primary);

    --link-color-text: var(--color-primary);
    --link-color-text-hover: var(--color-primary-600);
    --body-color-text: #535353;
    --heading-color-text: #0b0a16;
    --border-color: rgba(76, 93, 135, 0.16);
    --shadow-color: rgba(18, 26, 48, 0.12);
    --surface-base: #fffbfb;
    --surface-raised: #ffffff;
    --surface-soft: #f8f9ff;
    --surface-tint: #f2f5ff;
    --surface-tint-strong: #eaf0ff;
    --surface-accent: #eef2ff;
    --surface-dark: #101526;
    --text-soft: #667085;
    --text-muted: #7b859a;
    --line-soft: rgba(80, 97, 140, 0.13);
    --line-strong: rgba(62, 80, 247, 0.16);
    --shadow-soft: 0 18px 45px rgba(21, 31, 63, 0.08);
    --shadow-medium: 0 24px 60px rgba(21, 31, 63, 0.12);
    --shadow-strong: 0 32px 90px rgba(21, 31, 63, 0.16);
    --section-divider: linear-gradient(90deg, rgba(62, 80, 247, 0) 0%, rgba(62, 80, 247, 0.12) 50%, rgba(62, 80, 247, 0) 100%);
}

@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

.from-primary {
    --uc-gradient-from: var(--color-primary);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.from-secondary {
    --uc-gradient-from: var(--color-secondary);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.to-primary-25 {
    --uc-gradient-to: var(--color-primary-25);
}

.to-primary-100 {
    --uc-gradient-to: var(--color-primary-100);
}

.to-primary-700 {
    --uc-gradient-to: var(--color-primary-700);
}

.to-primary-800 {
    --uc-gradient-to: var(--color-primary-800);
}

:where(.uc-dark) .dark\:from-primary-700 {
    --uc-gradient-from: var(--color-primary-700);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #535353;
    background:
        radial-gradient(circle at top left, rgba(62, 80, 247, 0.05) 0%, rgba(62, 80, 247, 0) 28%),
        radial-gradient(circle at top right, rgba(162, 176, 255, 0.14) 0%, rgba(162, 176, 255, 0) 24%),
        linear-gradient(180deg, #fffbfb 0%, #fcfcff 38%, #f8f9ff 100%);
    background-color: var(--surface-base);
}

body,
button,
input,
select,
textarea,
.uc-navbar,
.uc-navbar-nav,
.btn,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

.uc-cursor::before {
    display: none !important;
}

.text-primary {
    color: var(--color-primary) !important;
}

.bg-primary {
    background-color: var(--color-primary) !important;
}

.bg-tertiary {
    background-color: var(--color-primary-25) !important;
}

.text-tertiary {
    color: var(--color-primary-500) !important;
}

.btn-primary,
.uc-btn-primary,
button.btn-primary {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    color: #fff !important;
    box-shadow: 0 14px 30px rgba(62, 80, 247, 0.18);
}

.btn-primary:hover,
.uc-btn-primary:hover,
button.btn-primary:hover {
    background-color: var(--color-primary-600) !important;
    border-color: var(--color-primary-600) !important;
    box-shadow: 0 18px 36px rgba(49, 66, 230, 0.22);
}

.btn-outline-primary {
    color: var(--color-primary) !important;
    border-color: rgba(62, 80, 247, 0.28) !important;
}

.btn-outline-primary:hover {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    color: #fff !important;
}

.text-dark,
.heading-color {
    color: #0b0a16 !important;
}

.text-muted,
.text-gray-500,
.text-gray-600,
.text-slate {
    color: var(--text-soft) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #0b0a16;
}

p,
.fs-6,
.fs-7,
.fs-8 {
    color: #535353;
}

.border,
.border-gray-100,
.border-gray-200,
.dark\:border-gray-700 {
    border-color: var(--border-color) !important;
}

.bg-secondary,
.bg-secondary-50,
.bg-gray-25 {
    background-color: var(--surface-soft) !important;
}

.bg-white,
.bg-gray-10 {
    background-color: var(--surface-raised) !important;
}

.updated-docs-breadcrumbs {
    margin-top: 76px;
}

.updated-page-top-offset {
    margin-top: 76px;
}

.updated-docs-shell {
    position: relative;
}

.updated-docs-sidebar {
    position: sticky;
    top: 104px;
}

.updated-docs-search {
    position: relative;
}

.updated-docs-search .form-icon {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    color: var(--text-muted);
    pointer-events: none;
}

.updated-docs-search .form-control {
    min-height: 52px;
    padding-right: 2.75rem;
    border: 1px solid var(--border-color);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: none;
}

.updated-docs-search .form-control:focus {
    border-color: rgba(62, 80, 247, 0.34);
    box-shadow: 0 0 0 0.2rem rgba(62, 80, 247, 0.08);
}

.updated-docs-nav {
    padding: 1rem;
    border: 1px solid var(--border-color);
    border-radius: 1.25rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 255, 0.96) 100%);
    box-shadow: var(--shadow-soft);
}

.updated-docs-nav-title {
    margin: 0 0 0.75rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.updated-docs-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.updated-docs-nav li + li {
    margin-top: 0.3rem;
}

.updated-docs-nav a {
    display: block;
    padding: 0.65rem 0.9rem;
    border-radius: 0.9rem;
    color: #3f4a60;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.updated-docs-nav a:hover,
.updated-docs-nav a:focus {
    color: var(--color-primary);
    background: rgba(62, 80, 247, 0.08);
    transform: translateX(2px);
}

.updated-docs-nav a.is-active,
.updated-docs-nav li.uc-active > a {
    color: var(--color-primary);
    background: rgba(62, 80, 247, 0.1);
}

.updated-docs-content {
    padding: 1.5rem;
    border: 1px solid var(--border-color);
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 252, 255, 0.98) 100%);
    box-shadow: var(--shadow-soft);
}

.updated-docs-section {
    scroll-margin-top: 126px;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.updated-docs-switcher > :not(.uc-active) {
    display: none;
}

.updated-docs-section h2 {
    margin-bottom: 0.9rem;
}

.updated-docs-section h3 {
    margin-top: 1.4rem;
    margin-bottom: 0.6rem;
    font-size: 1.05rem;
}

.updated-docs-section p:last-child,
.updated-docs-section ul:last-child,
.updated-docs-section ol:last-child {
    margin-bottom: 0;
}

.updated-docs-section ul,
.updated-docs-section ol {
    padding-left: 1.15rem;
}

.updated-docs-section li + li {
    margin-top: 0.45rem;
}

.updated-docs-callout {
    padding: 1rem 1.1rem;
    border: 1px solid rgba(62, 80, 247, 0.14);
    border-radius: 1rem;
    background: rgba(62, 80, 247, 0.05);
}

.updated-docs-callout p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .updated-docs-content {
        padding: 2rem;
    }
}

@media (min-width: 992px) {
    .updated-docs-breadcrumbs {
        margin-top: 96px;
    }

    .updated-page-top-offset {
        margin-top: 96px;
    }

    .updated-docs-content {
        padding: 2.5rem;
    }
}

.bg-gradient-brand {
    background-image: linear-gradient(135deg, #3e50f7 0%, #6275ff 48%, #9ca9ff 100%);
}

.bg-gradient-brand-deep {
    background-image: linear-gradient(135deg, #10184c 0%, #2333b8 48%, #3e50f7 100%);
}

.zmorning-updated-site {
    color: var(--body-color-text);
}

.zmorning-updated-site main {
    position: relative;
}

.zmorning-updated-site .section {
    position: relative;
}

.zmorning-updated-site .section-outer {
    position: relative;
    z-index: 1;
}

.zmorning-updated-site .section + .section .section-outer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(1120px, calc(100% - 2rem));
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(62, 80, 247, 0) 0%, rgba(62, 80, 247, 0.08) 50%, rgba(62, 80, 247, 0) 100%);
    pointer-events: none;
}

.zmorning-updated-site .section-heading p,
.zmorning-updated-site .section-header p,
.zmorning-updated-site .fs-6.text-gray-500,
.zmorning-updated-site .fs-5.text-gray-500 {
    color: var(--text-soft) !important;
}

.zmorning-updated-site .updated-megamenu-link,
.zmorning-updated-site .updated-solution-link {
    border: 1px solid transparent;
}

.zmorning-updated-site .updated-megamenu-link:hover,
.zmorning-updated-site .updated-solution-link:hover {
    background-color: rgba(62, 80, 247, 0.045);
    border-color: rgba(62, 80, 247, 0.08);
    box-shadow: 0 10px 24px rgba(62, 80, 247, 0.08);
}

.zmorning-updated-site #problem_section .section-outer {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.52) 0%, rgba(242, 245, 255, 0.88) 100%);
    border: 0;
    box-shadow: none;
    border-radius: 0 !important;
}

.zmorning-updated-site #problem_section .features-item {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(249, 250, 255, 0.96) 100%) !important;
    border: 1px solid rgba(76, 93, 135, 0.1);
    box-shadow: 0 16px 36px rgba(20, 30, 58, 0.05);
}

.zmorning-updated-site #problem_section .position-absolute.rounded-2,
.zmorning-updated-site #problem_section .position-absolute.xl\:rounded-3 {
    border-radius: 0 !important;
}

.zmorning-updated-site #solution_overview .section-outer {
    background:
        radial-gradient(circle at top right, rgba(62, 80, 247, 0.06) 0%, rgba(62, 80, 247, 0) 26%),
        linear-gradient(180deg, rgba(255, 253, 253, 0.84) 0%, rgba(250, 251, 255, 0.98) 100%);
    border: 0;
    border-radius: 0 !important;
    box-shadow: none;
}

.zmorning-updated-site #solution_overview .section-outer::before,
.zmorning-updated-site #core_features .section-outer::before,
.zmorning-updated-site #for_employees_managers .section-outer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(1120px, calc(100% - 2rem));
    height: 1px;
    transform: translateX(-50%);
    background: var(--section-divider);
    pointer-events: none;
}

.zmorning-updated-site #solution_overview .section-outer .featured-image,
.zmorning-updated-site #for_employees_managers .featured-image {
    box-shadow: 0 22px 55px rgba(21, 31, 63, 0.08);
}

.zmorning-updated-site #core_features .section-outer {
    background:
        linear-gradient(180deg, rgba(245, 247, 255, 0.76) 0%, rgba(236, 241, 255, 0.94) 100%);
    border: 0;
    border-radius: 0 !important;
    box-shadow: none;
}

.zmorning-updated-site #core_features .features-item {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(246, 248, 255, 0.98) 100%) !important;
    border: 1px solid rgba(76, 93, 135, 0.12);
    box-shadow: 0 10px 26px rgba(20, 30, 58, 0.05);
}

.zmorning-updated-site #core_features .features-item:hover {
    border-color: rgba(62, 80, 247, 0.18);
    box-shadow: 0 18px 36px rgba(62, 80, 247, 0.1);
}

.zmorning-updated-site #for_employees_managers .section-outer {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(245, 247, 255, 0.94) 100%);
    border: 0;
    border-radius: 0 !important;
    box-shadow: none;
}

.zmorning-updated-site #for_employees_managers .feature-item {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 249, 255, 0.98) 100%) !important;
    border: 1px solid rgba(76, 93, 135, 0.11);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 20px 48px rgba(20, 30, 58, 0.07);
}

.zmorning-updated-site #for_employees_managers .feature-item:hover {
    border-color: rgba(62, 80, 247, 0.16);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 28px 58px rgba(20, 30, 58, 0.1);
}

.zmorning-updated-site #how_it_works .section-outer {
    background:
        linear-gradient(180deg, rgba(243, 246, 255, 0.74) 0%, rgba(236, 241, 255, 0.94) 100%);
    border: 0;
    border-radius: 0 !important;
    box-shadow: none;
}

.zmorning-updated-site #how_it_works .section-inner.border {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(246, 248, 255, 0.96) 100%) !important;
    border-color: rgba(76, 93, 135, 0.1) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 18px 44px rgba(20, 30, 58, 0.06);
}

.zmorning-updated-site #reports_invoicing .section-outer {
    background:
        linear-gradient(180deg, rgba(255, 253, 253, 0.88) 0%, rgba(248, 250, 255, 0.96) 100%);
    border: 0;
    border-radius: 0 !important;
    box-shadow: none;
}

.zmorning-updated-site #reports_invoicing .panel.bg-white {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 249, 255, 0.98) 100%) !important;
    border: 1px solid rgba(76, 93, 135, 0.1);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 16px 34px rgba(20, 30, 58, 0.05);
}

.zmorning-updated-site .solutions .main-solutions-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.zmorning-updated-site .solutions .main-solutions-nav > li {
    position: relative;
    width: 100%;
    transition: 250ms;
    background: transparent;
}

.zmorning-updated-site .solutions .main-solutions-nav > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    padding: 0 16px;
    text-decoration: none;
    line-height: 1.2 !important;
    color: var(--heading-color-text);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(244, 247, 255, 0.92) 100%);
    border: 1px solid rgba(76, 93, 135, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.zmorning-updated-site .solutions .main-solutions-nav > li.uc-active {
    border: none;
    background: transparent;
}

.zmorning-updated-site .solutions .main-solutions-nav > li.uc-active > a {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-600) 100%);
    border-color: rgba(49, 66, 223, 0.9);
    box-shadow: 0 16px 34px rgba(62, 80, 247, 0.22);
    color: #fff !important;
}

.zmorning-updated-site .solutions .main-solutions-nav > li:not(.uc-active) > a:hover {
    background: linear-gradient(180deg, rgba(242, 245, 255, 0.98) 0%, rgba(234, 239, 255, 0.98) 100%);
    border-color: rgba(62, 80, 247, 0.16);
    color: var(--color-primary) !important;
}

.zmorning-updated-site .solutions .main-solutions-switcher {
    overflow: hidden;
}

.zmorning-updated-site #use_cases .section-outer {
    background:
        radial-gradient(circle at top left, rgba(62, 80, 247, 0.07) 0%, rgba(62, 80, 247, 0) 24%),
        linear-gradient(180deg, rgba(244, 247, 255, 0.82) 0%, rgba(236, 241, 255, 0.96) 100%);
    border: 0;
    border-radius: 0 !important;
    box-shadow: none;
}

.zmorning-updated-site .solutions .section-content > .panel.border {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(248, 250, 255, 0.92) 100%);
    border-color: rgba(76, 93, 135, 0.12) !important;
    box-shadow: 0 16px 42px rgba(20, 30, 58, 0.06);
}

.zmorning-updated-site .solutions .solutions-item .p-3.bg-secondary,
.zmorning-updated-site .solutions .solutions-item .p-3.xl\:p-4.bg-secondary,
.zmorning-updated-site .solutions .solutions-item .xl\:p-4.bg-secondary,
.zmorning-updated-site .solutions .solutions-item .bg-secondary {
    background: linear-gradient(180deg, rgba(243, 246, 255, 0.96) 0%, rgba(235, 240, 255, 0.96) 100%) !important;
    border: 1px solid rgba(76, 93, 135, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.zmorning-updated-site .solutions .solutions-item .uc-link {
    color: var(--color-primary) !important;
}

.zmorning-updated-site .solutions .solutions-item .uc-link:hover {
    color: var(--color-primary-600) !important;
}

.zmorning-updated-site .solutions .solutions-item .ratio.rounded-2 {
    box-shadow: 0 22px 50px rgba(20, 30, 58, 0.08);
}

.zmorning-updated-site .menu-icon-badge,
.zmorning-updated-site .menu-solution-icon {
    background: linear-gradient(180deg, #f4f6ff 0%, #e8eeff 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 10px 22px rgba(62, 80, 247, 0.08);
}

.zmorning-updated-site .btn-outline-primary {
    background: rgba(255, 255, 255, 0.72);
}

.zmorning-updated-site .btn-outline-primary:hover {
    box-shadow: 0 18px 36px rgba(49, 66, 230, 0.18);
}

.zmorning-updated-site .uc-footer .footer-outer {
    background:
        radial-gradient(circle at top left, rgba(98, 117, 255, 0.18) 0%, rgba(98, 117, 255, 0) 24%),
        linear-gradient(180deg, #101626 0%, #0d1321 100%) !important;
}

.zmorning-updated-site .uc-footer .border-top {
    border-color: rgba(191, 202, 255, 0.14) !important;
}

.zmorning-updated-site .uc-footer a {
    transition: color 0.2s ease;
}

.zmorning-updated-site .uc-footer a:hover {
    color: var(--color-primary) !important;
}

.menu-icon-badge {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.9rem;
    background: linear-gradient(180deg, #eef2ff 0%, #dfe5ff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.menu-icon-badge i {
    font-size: 1rem;
    line-height: 1;
    color: var(--color-primary);
}

.menu-solution-icon {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    background: linear-gradient(180deg, #eef2ff 0%, #dfe5ff 100%);
    color: var(--color-primary);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.menu-solution-icon i {
    font-size: 1rem;
    line-height: 1;
}

.uc-menu-trigger i,
.uc-offcanvas-close i {
    line-height: 1;
}

.uc-menu-trigger::before,
.uc-menu-trigger::after,
.uc-offcanvas-close::before,
.uc-offcanvas-close::after {
    content: none !important;
    display: none !important;
}

.uc-menu-trigger,
.uc-offcanvas-close {
    position: relative;
    overflow: hidden;
}

.uc-menu-trigger {
    width: 2.75rem !important;
    min-width: 2.75rem;
    height: 2.75rem !important;
}

.uc-menu-trigger i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
}

.uc-offcanvas-close i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.updated-megamenu-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.updated-megamenu-list > li + li {
    margin-top: 0.5rem;
}

.updated-solution-grid {
    margin: 0;
    padding: 0;
    list-style: none;
}

.updated-solution-grid > li {
    margin: 0;
    padding: 0;
}

.updated-megamenu-link,
.updated-solution-link {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 0.75rem 0.875rem;
    border-radius: 1rem;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.updated-megamenu-link:hover,
.updated-solution-link:hover {
    background-color: rgba(62, 80, 247, 0.05);
    transform: translateY(-1px);
}

.updated-megamenu-link > span,
.updated-solution-link > span:last-child {
    min-width: 0;
    flex: 1 1 auto;
}

.updated-megamenu-link b,
.updated-solution-link b {
    display: block;
    margin-bottom: 0.2rem;
}

.uc-navbar-dropdown-nav.updated-megamenu-list a,
.updated-solution-link {
    color: inherit;
}

.updated-megamenu-link:hover b,
.updated-solution-link:hover b,
.updated-megamenu-link:hover .fs-8,
.updated-solution-link:hover .fs-8 {
    color: var(--color-primary) !important;
}

#solution_overview a,
#solution_overview .uc-link,
#solution_overview h3 a {
    color: inherit;
}

#solution_overview a:hover,
#solution_overview .uc-link:hover,
#solution_overview h3 a:hover,
#solution_overview a:focus-visible,
#solution_overview .uc-link:focus-visible,
#solution_overview h3 a:focus-visible {
    color: var(--color-primary) !important;
}

.updated-header-actions .btn {
    min-width: 120px;
    justify-content: center;
}

.updated-mobile-trigger {
    display: none !important;
}

.uc-dropbar .category-section .uc-navbar-dropdown-nav li + li {
    margin-top: 0.45rem;
}

@media (max-width: 1399.98px) {
    .updated-desktop-nav,
    .updated-header-actions {
        display: none !important;
    }

    .updated-mobile-trigger {
        display: inline-flex !important;
    }

    .updated-navbar-center {
        display: none !important;
    }

    .updated-navbar-right {
        margin-left: auto;
    }
}

@media (max-width: 1199.98px) {
    .uc-menu-trigger {
        display: inline-flex !important;
    }
}

.zmorning-updated-site .pricing-preview .pricing-preview-switch-wrap {
    background:
        linear-gradient(180deg, rgba(244, 247, 255, 0.96) 0%, rgba(234, 240, 255, 0.96) 100%);
    border: 1px solid rgba(76, 93, 135, 0.1);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 18px 38px rgba(24, 36, 76, 0.08);
    width: max-content;
    max-width: 100%;
}

.zmorning-updated-site .pricing-preview .pricing-preview-switch {
    list-style: none;
    padding: 0;
}

.zmorning-updated-site .pricing-preview .pricing-preview-switch > li > a {
    color: #61708d;
    background: transparent;
    min-width: 120px;
    transition: all 180ms ease;
}

.zmorning-updated-site .pricing-preview .pricing-preview-switch > .uc-active > a,
.zmorning-updated-site .pricing-preview .pricing-preview-switch > li > a:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--color-primary) 0%, #6174ff 100%);
    box-shadow: 0 14px 28px rgba(62, 80, 247, 0.24);
    transform: translateY(-1px);
}

.zmorning-updated-site .pricing-preview .pricing-preview-card {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(81, 97, 138, 0.12);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 249, 255, 0.98) 100%);
    box-shadow:
        0 26px 54px rgba(20, 30, 58, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.zmorning-updated-site .pricing-preview .pricing-preview-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(62, 80, 247, 0.2) 0%, rgba(62, 80, 247, 0.65) 40%, rgba(62, 80, 247, 0.12) 100%);
}

.zmorning-updated-site .pricing-preview .pricing-preview-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 32px 64px rgba(20, 30, 58, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.zmorning-updated-site .pricing-preview .pricing-preview-card-free {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 251, 255, 0.98) 100%);
}

.zmorning-updated-site .pricing-preview .pricing-preview-card-pro {
    border-color: rgba(62, 80, 247, 0.22);
    background:
        radial-gradient(circle at top right, rgba(98, 117, 255, 0.18) 0%, rgba(98, 117, 255, 0) 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(244, 247, 255, 0.99) 100%);
    box-shadow:
        0 30px 60px rgba(33, 50, 116, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.zmorning-updated-site .pricing-preview .pricing-preview-kicker {
    display: inline-flex;
    align-self: flex-start;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(62, 80, 247, 0.09);
    color: var(--color-primary);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.zmorning-updated-site .pricing-preview .pricing-preview-badge {
    display: inline-flex;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--color-primary) 0%, #6174ff 100%);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(62, 80, 247, 0.22);
}

.zmorning-updated-site .pricing-preview .pricing-preview-price {
    display: flex;
    align-items: flex-end;
    gap: 0.45rem;
    color: var(--color-heading);
}

.zmorning-updated-site .pricing-preview .pricing-preview-price .price {
    color: var(--color-heading);
    letter-spacing: -0.03em;
}

.zmorning-updated-site .pricing-preview .pricing-preview-card ul {
    color: #526079;
}

.zmorning-updated-site .pricing-preview .pricing-preview-body {
    flex: 1 1 auto;
}

.zmorning-updated-site .pricing-preview .pricing-preview-meta {
    margin-top: auto;
}

.zmorning-updated-site .pricing-preview .pricing-preview-trust {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.7rem 0.95rem;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(243, 246, 255, 0.98) 0%, rgba(236, 241, 255, 0.98) 100%);
    border: 1px solid rgba(86, 104, 167, 0.14);
    color: #44516b;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.35;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.96),
        0 10px 24px rgba(31, 42, 87, 0.06);
}

.zmorning-updated-site .pricing-preview .pricing-preview-trust i {
    color: var(--color-primary);
    font-size: 0.95rem;
}

.zmorning-updated-site .pricing-preview .pricing-preview-actions {
    margin-top: 0;
}

.zmorning-updated-site .pricing-preview .pricing-preview-actions .btn {
    display: flex;
    width: 100%;
    justify-content: center;
    min-height: 54px;
    font-weight: 700;
    box-shadow: 0 16px 32px rgba(20, 30, 58, 0.08);
}

.zmorning-updated-site .pricing-preview .pricing-preview-actions-dual {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.zmorning-updated-site .pricing-preview .pricing-preview-card .btn-primary {
    background: linear-gradient(135deg, var(--color-primary) 0%, #5569ff 100%);
    border: 0;
    box-shadow: 0 18px 34px rgba(62, 80, 247, 0.24);
}

.zmorning-updated-site .pricing-preview .pricing-preview-disabled {
    color: #8a94ab;
}

.zmorning-updated-site .pricing-preview .pricing-preview-disabled i {
    color: #c5536b;
}

.zmorning-updated-site .pricing-preview .pricing-preview-disabled span {
    text-decoration: line-through;
    text-decoration-color: rgba(197, 83, 107, 0.45);
}

.zmorning-updated-site .pricing-preview .pricing-preview-card .btn-outline-dark {
    color: var(--color-primary) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 247, 255, 0.98) 100%);
    border-color: rgba(62, 80, 247, 0.18) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.94),
        0 12px 26px rgba(20, 30, 58, 0.06);
}

.zmorning-updated-site .pricing-preview .pricing-preview-card .btn-outline-dark:hover {
    color: #fff !important;
    background: linear-gradient(135deg, #5267ff 0%, #3e50f7 100%);
    border-color: #3e50f7 !important;
    box-shadow: 0 18px 34px rgba(62, 80, 247, 0.2);
}

.zmorning-updated-site #pricing_preview .section-outer {
    background:
        linear-gradient(180deg, rgba(255, 253, 253, 0.9) 0%, rgba(247, 249, 255, 0.98) 100%);
    border: 0;
    border-radius: 0 !important;
    box-shadow: none;
}

.zmorning-updated-site #faq .section-outer {
    background:
        linear-gradient(180deg, rgba(244, 247, 255, 0.8) 0%, rgba(238, 243, 255, 0.96) 100%);
    border: 0;
    border-radius: 0 !important;
    box-shadow: none;
}

.zmorning-updated-site #faq .section-content .uc-accordion > li {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 249, 255, 0.98) 100%) !important;
    border: 1px solid rgba(76, 93, 135, 0.1);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.94),
        0 14px 30px rgba(20, 30, 58, 0.05);
}

.zmorning-updated-site #faq .section-footer .btn-outline-dark {
    background: rgba(255, 255, 255, 0.84);
    border-color: rgba(24, 31, 55, 0.12) !important;
    color: #0b0a16;
}

.zmorning-updated-site #faq .section-footer .btn-outline-dark:hover {
    background: #f1f4ff;
    border-color: rgba(62, 80, 247, 0.28) !important;
    color: #0b0a16;
}

.zmorning-updated-site #problem_section .section-outer,
.zmorning-updated-site #solution_overview .section-outer,
.zmorning-updated-site #core_features .section-outer,
.zmorning-updated-site #for_employees_managers .section-outer,
.zmorning-updated-site #how_it_works .section-outer,
.zmorning-updated-site #reports_invoicing .section-outer,
.zmorning-updated-site #use_cases .section-outer,
.zmorning-updated-site #pricing_preview .section-outer,
.zmorning-updated-site #faq .section-outer {
    overflow: visible;
}

@media (max-width: 767.98px) {
    .zmorning-updated-site .pricing-preview .pricing-preview-switch > li > a {
        min-width: 104px;
    }
}


.updated-hero-shell {
    background: radial-gradient(circle at 8% 12%, rgba(62, 80, 247, 0.24) 0%, rgba(62, 80, 247, 0.12) 13%, rgba(62, 80, 247, 0.045) 24%, rgba(62, 80, 247, 0) 42%), radial-gradient(circle at 90% 10%, rgba(126, 141, 255, 0.24) 0%, rgba(126, 141, 255, 0.11) 14%, rgba(126, 141, 255, 0.035) 28%, rgba(126, 141, 255, 0) 45%), radial-gradient(circle at 82% 78%, rgba(177, 188, 255, 0.16) 0%, rgba(177, 188, 255, 0.06) 20%, rgba(177, 188, 255, 0) 38%), linear-gradient(90deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 0.48) 100%), linear-gradient(180deg, #fffdfd 0%, #f7f9ff 18%, #eef3ff 56%, #e8efff 100%);
    position: relative;
}

    .updated-hero-shell::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(ellipse 420px 260px at 10% 6%, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.54) 34%, rgba(255, 255, 255, 0) 72%), radial-gradient(ellipse 420px 260px at 92% 8%, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.38) 30%, rgba(255, 255, 255, 0) 70%), linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.56) 16%, rgba(255, 255, 255, 0.1) 42%, rgba(255, 255, 255, 0) 62%);
        pointer-events: none;
    }

    .updated-hero-shell::after {
        content: "";
        position: absolute;
        inset: auto 0 0 0;
        height: 280px;
        background: linear-gradient(180deg, rgba(243, 246, 255, 0) 0%, rgba(243, 246, 255, 0.28) 38%, rgba(239, 244, 255, 0.82) 100%);
        pointer-events: none;
    }

    .updated-hero-shell .updated-hero-corner-shape {
        position: absolute;
        border-radius: 999px;
        pointer-events: none;
        opacity: 1;
        filter: blur(0);
    }

    .updated-hero-shell .updated-hero-corner-shape--left {
        top: -5.5rem;
        left: -6rem;
        width: 22rem;
        height: 22rem;
        background: radial-gradient(circle at 50% 50%, rgba(62, 80, 247, 0.12) 0%, rgba(62, 80, 247, 0.07) 26%, rgba(62, 80, 247, 0.018) 48%, rgba(62, 80, 247, 0) 72%);
    }

    .updated-hero-shell .updated-hero-corner-shape--right {
        top: -6.5rem;
        right: -7rem;
        width: 26rem;
        height: 26rem;
        background: radial-gradient(circle at 50% 50%, rgba(141, 156, 255, 0.15) 0%, rgba(141, 156, 255, 0.08) 28%, rgba(141, 156, 255, 0.02) 52%, rgba(141, 156, 255, 0) 74%);
    }

    .updated-hero-shell .updated-hero-corner-shape--bottom {
        right: 14%;
        bottom: -7rem;
        width: 18rem;
        height: 18rem;
        background: radial-gradient(circle at 50% 50%, rgba(185, 195, 255, 0.14) 0%, rgba(185, 195, 255, 0.06) 28%, rgba(185, 195, 255, 0.015) 50%, rgba(185, 195, 255, 0) 72%);
    }

.updated-hero-grid {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    min-height: 100vh;
    overflow: hidden;
    pointer-events: none;
}

    .updated-hero-grid::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(62, 80, 247, 0.11) 1px, transparent 1px), linear-gradient(90deg, rgba(62, 80, 247, 0.11) 1px, transparent 1px);
        background-size: 64px 64px;
        mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.2) 24%, rgba(0, 0, 0, 0.09) 54%, rgba(0, 0, 0, 0.02) 76%, transparent 90%);
        -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.2) 24%, rgba(0, 0, 0, 0.09) 54%, rgba(0, 0, 0, 0.02) 76%, transparent 90%);
        pointer-events: none;
    }

    .updated-hero-grid::after {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.22) 10%, rgba(255, 255, 255, 0) 22%), radial-gradient(circle at 90% 14%, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0.18) 10%, rgba(255, 255, 255, 0) 24%), radial-gradient(circle at 84% 78%, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.08) 12%, rgba(255, 255, 255, 0) 24%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(244, 247, 255, 0.14) 34%, rgba(239, 243, 255, 0.32) 100%);
        pointer-events: none;
    }

.updated-hero-frame {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 255, 0.98) 100%);
    box-shadow: 0 36px 80px rgba(31, 43, 94, 0.12), 0 10px 24px rgba(31, 43, 94, 0.06);
    position: relative;
    will-change: transform;
}

    .updated-hero-frame::before {
        content: "";
        position: absolute;
        inset: -1px;
        border-radius: inherit;
        padding: 1px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(205, 216, 255, 0.72) 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

    .updated-hero-frame::after {
        content: "";
        position: absolute;
        top: -16%;
        bottom: -16%;
        left: 14%;
        width: 16%;
        border-radius: 999px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.34) 50%, rgba(255, 255, 255, 0) 100%);
        opacity: 0.28;
        transform: rotate(-18deg) translate3d(0, 0, 0);
        filter: blur(1px);
        pointer-events: none;
        z-index: 1;
        will-change: transform, opacity;
    }

.updated-hero-image {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    transform: translate3d(0, 0, 0) scale(1);
    will-change: transform;
}

.updated-hero-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1.15rem 0.85rem;
    border-bottom: 1px solid rgba(62, 80, 247, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 249, 255, 0.96) 100%);
    position: relative;
    z-index: 2;
}

.updated-hero-window {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

    .updated-hero-window span {
        width: 0.55rem;
        height: 0.55rem;
        border-radius: 999px;
        background: #cfd6ff;
    }

        .updated-hero-window span:nth-child(1) {
            background: #aab7ff;
        }

        .updated-hero-window span:nth-child(2) {
            background: #8495ff;
        }

        .updated-hero-window span:nth-child(3) {
            background: #6173ff;
        }

.updated-hero-livechip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.8rem;
    border-radius: 999px;
    background: rgba(62, 80, 247, 0.06);
    border: 1px solid rgba(62, 80, 247, 0.09);
    color: var(--color-primary);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

    .updated-hero-livechip i {
        font-size: 0.9rem;
    }

.updated-hero-livepill {
    position: absolute;
    top: -1.1rem;
    left: 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(62, 80, 247, 0.12);
    box-shadow: 0 18px 40px rgba(31, 43, 94, 0.12);
    color: #1b2340;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1;
    z-index: 4;
    backdrop-filter: blur(10px);
    will-change: transform;
}

    .updated-hero-livepill i {
        color: var(--color-primary);
        font-size: 0.95rem;
    }

.updated-hero-stat {
    position: absolute;
    z-index: 4;
    min-width: 210px;
    max-width: 240px;
    padding: 1rem 1.05rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(62, 80, 247, 0.1);
    box-shadow: 0 24px 50px rgba(31, 43, 94, 0.12);
    backdrop-filter: blur(12px);
    will-change: transform;
}

.updated-hero-stat--left {
    left: -2.75rem;
    bottom: 5.5rem;
}

.updated-hero-stat--right-top {
    top: 7rem;
    right: -2.75rem;
}

.updated-hero-stat--right-bottom {
    right: -1.5rem;
    bottom: 3rem;
}

.updated-hero-stathead {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
}

.updated-hero-staticon {
    width: 2.4rem;
    min-width: 2.4rem;
    height: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.9rem;
    font-size: 1rem;
}

.updated-hero-staticon--violet {
    background: rgba(97, 115, 255, 0.12);
    color: #3142e6;
}

.updated-hero-staticon--green {
    background: rgba(62, 80, 247, 0.12);
    color: #3e50f7;
}

.updated-hero-staticon--blue {
    background: rgba(62, 80, 247, 0.12);
    color: var(--color-primary);
}

.updated-hero-statlabel {
    display: block;
    color: #66708a;
    font-size: 0.79rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin-bottom: 0.1rem;
}

.updated-hero-stat strong {
    display: block;
    color: #12192f;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.05;
}

.updated-hero-stat p {
    margin: 0.3rem 0 0;
    color: #75809a;
    font-size: 0.82rem;
    line-height: 1.4;
}

.updated-hero-note {
    letter-spacing: 0.01em;
}

.updated-hero-badge {
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 30px rgba(44, 54, 102, 0.08);
}

.updated-hero-scene {
    position: relative;
    z-index: 2;
}

    .updated-hero-scene::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -42px;
        width: min(86%, 780px);
        height: 110px;
        transform: translateX(-50%);
        background: radial-gradient(ellipse at center, rgba(62, 80, 247, 0.22) 0%, rgba(62, 80, 247, 0.1) 36%, rgba(62, 80, 247, 0.025) 54%, rgba(62, 80, 247, 0) 76%);
        filter: blur(22px);
        pointer-events: none;
    }

.updated-hero-grid {
    isolation: isolate;
}

    .updated-hero-grid .updated-hero-orb {
        position: absolute;
        border-radius: 999px;
        pointer-events: none;
        filter: blur(0);
        opacity: 1;
        mix-blend-mode: screen;
        will-change: transform, opacity;
    }

    .updated-hero-grid .updated-hero-orb--left {
        top: 5.5rem;
        left: -4.5rem;
        width: 18rem;
        height: 18rem;
        background: radial-gradient(circle at 50% 50%, rgba(62, 80, 247, 0.2) 0%, rgba(62, 80, 247, 0.1) 30%, rgba(62, 80, 247, 0.02) 52%, rgba(62, 80, 247, 0) 72%);
    }

    .updated-hero-grid .updated-hero-orb--right {
        top: 3.5rem;
        right: -5rem;
        width: 21rem;
        height: 21rem;
        background: radial-gradient(circle at 50% 50%, rgba(129, 145, 255, 0.22) 0%, rgba(129, 145, 255, 0.1) 30%, rgba(129, 145, 255, 0.025) 54%, rgba(129, 145, 255, 0) 74%);
    }

    .updated-hero-grid .updated-hero-orb--bottom {
        right: 8%;
        bottom: 2rem;
        width: 14rem;
        height: 14rem;
        background: radial-gradient(circle at 50% 50%, rgba(184, 194, 255, 0.18) 0%, rgba(184, 194, 255, 0.08) 32%, rgba(184, 194, 255, 0.02) 54%, rgba(184, 194, 255, 0) 74%);
    }

    .updated-hero-grid .updated-hero-noise {
        position: absolute;
        inset: 0;
        pointer-events: none;
        opacity: 0.18;
        background-image: radial-gradient(rgba(62, 80, 247, 0.14) 0.7px, transparent 0.7px);
        background-size: 22px 22px;
        mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.08) 22%, rgba(0, 0, 0, 0.03) 50%, transparent 82%);
        -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.08) 22%, rgba(0, 0, 0, 0.03) 50%, transparent 82%);
    }

@media (prefers-reduced-motion: no-preference) {
    .updated-hero-frame {
        animation: updatedHeroStageFloat 7s ease-in-out infinite;
    }

    .updated-hero-frame::after {
        animation: updatedHeroShineSweep 8.5s ease-in-out infinite;
    }

    .updated-hero-image {
        animation: updatedHeroImageFloat 7s ease-in-out infinite;
    }

    .updated-hero-livepill {
        animation: updatedHeroChipDrift 6.4s ease-in-out infinite;
    }

    .updated-hero-stat--left {
        animation: updatedHeroCardFloatLeft 6.6s ease-in-out infinite;
    }

    .updated-hero-stat--right-top {
        animation: updatedHeroCardFloatTop 7s ease-in-out infinite;
    }

    .updated-hero-stat--right-bottom {
        animation: updatedHeroCardFloatBottom 6.4s ease-in-out infinite;
    }

    .updated-hero-grid .updated-hero-orb--left {
        animation: updatedHeroOrbLeft 12s ease-in-out infinite;
    }

    .updated-hero-grid .updated-hero-orb--right {
        animation: updatedHeroOrbRight 13s ease-in-out infinite;
    }

    .updated-hero-grid .updated-hero-orb--bottom {
        animation: updatedHeroOrbBottom 11s ease-in-out infinite;
    }
}

@media (prefers-reduced-motion: reduce) {
    .updated-hero-frame,
    .updated-hero-frame::after,
    .updated-hero-image,
    .updated-hero-livepill,
    .updated-hero-stat--left,
    .updated-hero-stat--right-top,
    .updated-hero-stat--right-bottom,
    .updated-hero-grid .updated-hero-orb--left,
    .updated-hero-grid .updated-hero-orb--right,
    .updated-hero-grid .updated-hero-orb--bottom {
        animation: none !important;
    }
}

@keyframes updatedHeroStageFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

@keyframes updatedHeroImageFloat {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(0, -4px, 0) scale(1.006);
    }
}

@keyframes updatedHeroChipDrift {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -5px, 0);
    }
}

@keyframes updatedHeroCardFloatLeft {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -8px, 0);
    }
}

@keyframes updatedHeroCardFloatTop {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(6px);
    }
}

@keyframes updatedHeroCardFloatBottom {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

@keyframes updatedHeroShineSweep {
    0%, 100% {
        opacity: 0.28;
        transform: rotate(-18deg) translate3d(0, 0, 0);
    }

    50% {
        opacity: 0.5;
        transform: rotate(-18deg) translate3d(18px, -8px, 0);
    }
}

@keyframes updatedHeroOrbLeft {
    0%, 100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    50% {
        transform: translate3d(8px, -10px, 0);
        opacity: 0.88;
    }
}

@keyframes updatedHeroOrbRight {
    0%, 100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    50% {
        transform: translate3d(-10px, 8px, 0);
        opacity: 0.9;
    }
}

@keyframes updatedHeroOrbBottom {
    0%, 100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    50% {
        transform: translate3d(-8px, -8px, 0);
        opacity: 0.84;
    }
}

@media (max-width: 1199.98px) {
    .updated-hero-livepill,
    .updated-hero-stat {
        display: none;
    }
}

.updated-final-cta-shell {
    background: linear-gradient(to bottom, #3e50f7 0%, #242f91 100%);
    position: relative;
    isolation: isolate;
    box-shadow: 0 32px 80px rgba(24, 35, 110, 0.28);
}

    .updated-final-cta-shell::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.08) 16%, rgba(255, 255, 255, 0) 34%), radial-gradient(circle at 85% 78%, rgba(173, 188, 255, 0.24) 0%, rgba(173, 188, 255, 0.08) 18%, rgba(173, 188, 255, 0) 38%), linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 34%, rgba(11, 10, 22, 0.18) 100%);
        pointer-events: none;
        z-index: 0;
    }

    .updated-final-cta-shell .updated-final-cta-grid {
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
        background-size: 72px 72px;
        mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.08) 48%, transparent 100%);
        -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.08) 48%, transparent 100%);
        opacity: 0.42;
        pointer-events: none;
        z-index: 0;
    }

    .updated-final-cta-shell .updated-final-cta-content {
        position: relative;
        z-index: 1;
    }

    .updated-final-cta-shell .updated-final-cta-kicker {
        display: inline-flex;
        align-items: center;
        gap: 0.55rem;
        padding: 0.45rem 0.8rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.16);
        color: rgba(255, 255, 255, 0.88);
        font-size: 0.82rem;
        font-weight: 700;
        line-height: 1;
        width: fit-content;
    }

        .updated-final-cta-shell .updated-final-cta-kicker i {
            font-size: 0.9rem;
        }

    .updated-final-cta-shell .updated-final-cta-note {
        color: rgba(255, 255, 255, 0.72);
    }

#problem_section .section-outer,
#solution_overview .section-outer,
#core_features .section-outer,
#for_employees_managers .section-outer,
#how_it_works .section-outer,
#reports_invoicing .section-outer {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}

#use_cases .section-outer {
    padding-top: 2.75rem !important;
    padding-bottom: 3.75rem !important;
}

#pricing_preview .section-outer,
#faq .section-outer {
    padding-top: 3.5rem !important;
    padding-bottom: 4rem !important;
}

#final_cta .section-outer {
    padding-top: 1.25rem !important;
    padding-bottom: 4rem !important;
}

@media (min-width: 576px) {
    #problem_section .section-outer,
    #solution_overview .section-outer,
    #core_features .section-outer,
    #for_employees_managers .section-outer,
    #how_it_works .section-outer,
    #reports_invoicing .section-outer {
        padding-top: 4.25rem !important;
        padding-bottom: 4.25rem !important;
    }

    #use_cases .section-outer {
        padding-top: 3.25rem !important;
        padding-bottom: 4.5rem !important;
    }

    #pricing_preview .section-outer,
    #faq .section-outer {
        padding-top: 4.25rem !important;
        padding-bottom: 4.75rem !important;
    }

    #final_cta .section-outer {
        padding-top: 1.5rem !important;
        padding-bottom: 4.5rem !important;
    }
}

@media (min-width: 992px) {
    #problem_section .section-outer,
    #solution_overview .section-outer,
    #core_features .section-outer,
    #for_employees_managers .section-outer,
    #how_it_works .section-outer,
    #reports_invoicing .section-outer {
        padding-top: 4.75rem !important;
        padding-bottom: 4.75rem !important;
    }

    #use_cases .section-outer {
        padding-top: 3.75rem !important;
        padding-bottom: 5rem !important;
    }

    #pricing_preview .section-outer,
    #faq .section-outer {
        padding-top: 4.75rem !important;
        padding-bottom: 5rem !important;
    }
}

@media (min-width: 1200px) {
    #problem_section .section-outer,
    #solution_overview .section-outer,
    #core_features .section-outer,
    #for_employees_managers .section-outer,
    #how_it_works .section-outer,
    #reports_invoicing .section-outer {
        padding-top: 5.25rem !important;
        padding-bottom: 5.25rem !important;
    }

    #use_cases .section-outer {
        padding-top: 4rem !important;
        padding-bottom: 5.25rem !important;
    }

    #pricing_preview .section-outer,
    #faq .section-outer {
        padding-top: 5rem !important;
        padding-bottom: 5.25rem !important;
    }

    #final_cta .section-outer {
        padding-top: 1.75rem !important;
        padding-bottom: 5rem !important;
    }
}


/* Pricing page specific styles*/
.updated-pricing-breadcrumbs {
    margin-top: 76px;
}

@media (min-width: 992px) {
    .updated-pricing-breadcrumbs {
        margin-top: 96px;
    }
}

.updated-pricing-intro {
    max-width: 760px;
    margin-inline: auto;
}

.updated-pricing-fit-card,
.updated-pricing-compare-card,
.updated-pricing-enterprise-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 255, 0.98) 100%);
    border: 1px solid rgba(76, 93, 135, 0.11);
    box-shadow: 0 16px 38px rgba(20, 30, 58, 0.06);
}

    .updated-pricing-compare-card .table > :not(caption) > * > * {
        padding: 0.95rem 1rem;
        border-color: rgba(76, 93, 135, 0.1);
        background: transparent;
        vertical-align: top;
    }

    .updated-pricing-compare-card .table thead th {
        color: #0b0a16;
        font-weight: 700;
    }

    .updated-pricing-compare-card .table tbody td:first-child {
        color: #0b0a16;
        font-weight: 600;
        min-width: 220px;
    }

.updated-pricing-faq .uc-accordion > li {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 255, 0.98) 100%);
    border: 1px solid rgba(76, 93, 135, 0.1);
    box-shadow: 0 12px 30px rgba(20, 30, 58, 0.05);
}

.updated-pricing-faq .uc-accordion-content p {
    color: #535353;
}

.updated-pricing-separated .section-outer {
    padding-top: 3.5rem !important;
}

@media (min-width: 576px) {
    .updated-pricing-separated .section-outer {
        padding-top: 4rem !important;
    }
}

@media (min-width: 992px) {
    .updated-pricing-separated .section-outer {
        padding-top: 4.5rem !important;
    }
}

@media (min-width: 1200px) {
    .updated-pricing-separated .section-outer {
        padding-top: 4.75rem !important;
    }
}

/**/


/* FAQ page specific styles */
.updated-faq-breadcrumbs {
    margin-top: 76px;
}

@media (min-width: 992px) {
    .updated-faq-breadcrumbs {
        margin-top: 96px;
    }
}

.updated-faq-intro {
    max-width: 760px;
    margin-inline: auto;
}

.updated-faq-quicklinks .panel {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 249, 255, 0.98) 100%);
    border: 1px solid rgba(76, 93, 135, 0.11);
    box-shadow: 0 16px 38px rgba(20, 30, 58, 0.06);
}

.updated-faq-accordion {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 255, 0.98) 100%);
    border: 1px solid rgba(76, 93, 135, 0.12);
    box-shadow: 0 18px 44px rgba(20, 30, 58, 0.06);
}

    .updated-faq-accordion .uc-accordion-title {
        color: #0b0a16;
        font-weight: 700;
    }

.updated-faq-accordion .uc-accordion-content p {
    color: #535353;
}

/**/

/* Download page specific styles */
.download-hero-note {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 255, 0.98) 100%);
    border-color: rgba(76, 93, 135, 0.12) !important;
    box-shadow: 0 18px 42px rgba(20, 30, 58, 0.06);
}

.download-mini-icon {
    width: 2.25rem;
    min-width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.85rem;
    color: var(--color-primary);
    background: linear-gradient(180deg, rgba(244, 247, 255, 1) 0%, rgba(232, 238, 255, 1) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 10px 20px rgba(62, 80, 247, 0.08);
}

.download-hero-visual {
    position: relative;
    padding: 1.5rem 0 3rem;
}

.download-hero-badge {
    position: absolute;
    z-index: 3;
    max-width: 230px;
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 0.95rem 1rem;
    border-radius: 1.1rem;
    border: 1px solid rgba(62, 80, 247, 0.12);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 50px rgba(31, 43, 94, 0.12);
    backdrop-filter: blur(12px);
}

.download-hero-badge strong {
    display: block;
    color: #12192f;
    font-size: 0.96rem;
    font-weight: 800;
    line-height: 1.2;
}

.download-hero-badge p {
    margin-top: 0.2rem;
    color: #75809a;
    font-size: 0.78rem;
    line-height: 1.4;
}

.download-hero-badge--top {
    top: 0;
    right: -1.25rem;
}

.download-hero-badge--bottom {
    left: -1.25rem;
    bottom: 0;
}

.download-platform-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 249, 255, 0.98) 100%);
    border-color: rgba(76, 93, 135, 0.12) !important;
    box-shadow: 0 18px 40px rgba(20, 30, 58, 0.06);
}

.download-platform-card:hover {
    border-color: rgba(62, 80, 247, 0.2) !important;
    box-shadow: 0 24px 48px rgba(62, 80, 247, 0.1);
}

.download-platform-icon {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(244, 247, 255, 1) 0%, rgba(232, 238, 255, 1) 100%);
    color: var(--color-primary);
    font-size: 1.35rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 10px 20px rgba(62, 80, 247, 0.08);
}

@media (max-width: 1199.98px) {
    .download-hero-badge {
        position: static;
        max-width: none;
        margin-top: 1rem;
    }

    .download-hero-visual {
        padding-bottom: 0;
    }
}

@media (max-width: 991.98px) {
    .download-hero-note .row {
        --bs-gutter-y: 0.75rem;
    }
}

/**/

/* Legal page specific styles */
.updated-legal-breadcrumbs {
    margin-top: 76px;
}

@media (min-width: 992px) {
    .updated-legal-breadcrumbs {
        margin-top: 96px;
    }
}

.updated-legal-page .page-content > * + *,
.updated-legal-page .page-content li + li {
    margin-top: 0.75rem;
}

.updated-legal-page .page-content ul,
.updated-legal-page .page-content ol {
    margin: 1rem 0 0;
    padding-left: 1.25rem;
}

.updated-legal-page .page-content a {
    font-weight: 600;
}

.updated-legal-intro {
    max-width: 760px;
    margin-inline: auto;
}

.updated-legal-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 255, 0.98) 100%);
    border: 1px solid rgba(76, 93, 135, 0.12);
    box-shadow: 0 18px 44px rgba(20, 30, 58, 0.06);
}

/**/

/* Legal page specific styles */
.updated-legal-breadcrumbs {
    margin-top: 76px;
}

@media (min-width: 992px) {
    .updated-legal-breadcrumbs {
        margin-top: 96px;
    }
}

.updated-legal-page .page-content > * + *,
.updated-legal-page .page-content li + li {
    margin-top: 0.75rem;
}

.updated-legal-page .page-content ul,
.updated-legal-page .page-content ol {
    margin: 1rem 0 0;
    padding-left: 1.25rem;
}

.updated-legal-page .page-content a {
    font-weight: 600;
}

.updated-legal-intro {
    max-width: 760px;
    margin-inline: auto;
}

.updated-legal-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 255, 0.98) 100%);
    border: 1px solid rgba(76, 93, 135, 0.12);
    box-shadow: 0 18px 44px rgba(20, 30, 58, 0.06);
}

/**/

/* Docs  */


.uk-h5 {
    font-size: 20px;
}

.uni-docs-container a {
    color: #1976d2;
    text-decoration: none;
}

    .uni-docs-container a:hover {
        color: #135ca5;
        text-decoration: none;
    }

.uni-docs-container pre,
.uni-docs-container samp,
.uni-docs-container code {
    font-family: "Operator Mono SSm", Menlo, Monaco, "Courier New", monospace !important;
    font-size: .75rem;
}

pre {
    border: 0 !important;
    background: #f8f8f8 !important;
    padding: 20px !important;
}

.typ,
.atn,
.dec,
.var {
    color: #795da3;
}

.str,
.atv {
    color: #f0506e;
}

.tag {
    color: #63a35c;
}

.icon {
    display: inline-flex;
    position: relative;
    top: -1px;
    margin-right: 2px;
}

::selection {
    background: #ffecb3;
    color: inherit;
    text-shadow: none;
}

/* Menu */
.uk-subnav > * > :first-child {
    color: inherit;
    font-size: 1rem;
    font-weight: 700;
    text-transform: unset;
}

.uk-nav-default > li > a {
    color: inherit;
}

/* Tooltip */
.tooltip-hint code:hover,
.tooltip-hint samp:hover {
    cursor: help;
}

.uk-table-divider > :first-child > tr:not(:first-child), .uk-table-divider > :not(:first-child) > tr, .uk-table-divider > tr:not(:first-child) {
    border-color: rgb(145 145 145 / 20%);
}

/* Scrollspy nav */
.scrollspy-nav > li.uk-active > a {
    position: relative;
    color: #1976d2;
}

    .scrollspy-nav > li.uk-active > a::before {
        content: "";
        border-top: 1px solid;
        width: 10px;
        height: 2px;
        margin-left: -15px;
        margin-right: 5px;
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

/* Forms */
.uk-input, .uk-select:not([multiple]):not([size]) {
    font-size: .875rem;
    border-radius: 5px;
}

/* Changelog */
#changelog .uk-label {
    min-width: 80px;
    text-align: center;
    border-radius: 2px;
    margin-right: 20px;
    line-height: 13px;
}
.zmorning-download-hero-spacing {
    padding-top: 8.5rem !important;
}

.zmorning-platform-badge {
    color: #0b0a16 !important;
    border-color: rgba(11, 10, 22, 0.12) !important;
}

.zmorning-platform-badge__icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    flex: 0 0 auto;
    opacity: 0.9;
}

.zmorning-updated-site #key_features {
    background:
        radial-gradient(circle at top center, rgba(62, 80, 247, 0.18) 0%, rgba(62, 80, 247, 0) 28%),
        linear-gradient(180deg, #121726 0%, #0f1422 100%);
}

.zmorning-updated-site #key_features .title,
.zmorning-updated-site #key_features h2,
.zmorning-updated-site #key_features h3 {
    color: #f6f8ff !important;
}

.zmorning-updated-site #key_features .section-inner > .panel > .vstack > p,
.zmorning-updated-site #key_features .section-inner > .panel > .vstack > .vstack > p {
    color: rgba(238, 242, 255, 0.78) !important;
}

.zmorning-updated-site #key_features .feature-item {
    background: rgba(255, 255, 255, 0.025);
    border-color: rgba(170, 185, 255, 0.14) !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.01) inset;
}

.zmorning-updated-site #key_features .feature-item .desc {
    color: rgba(238, 242, 255, 0.66) !important;
}

.zmorning-updated-site #key_features .feature-item .icon-2,
.zmorning-updated-site #key_features .feature-item .unicon-arrow-up-right {
    color: rgba(240, 244, 255, 0.92) !important;
}

.zmorning-updated-site #key_features .feature-item img {
    filter: brightness(0) saturate(100%) invert(44%) sepia(91%) saturate(2325%) hue-rotate(224deg) brightness(101%) contrast(97%);
    transition: filter 0.2s ease;
}

.zmorning-updated-site #key_features .feature-item:hover,
.zmorning-updated-site #key_features .feature-item:focus-within {
    background:
        linear-gradient(135deg, rgba(62, 80, 247, 0.94) 0%, rgba(50, 66, 223, 0.96) 100%) !important;
    border-color: rgba(129, 145, 255, 0.9) !important;
    box-shadow: 0 24px 50px rgba(29, 38, 136, 0.34);
}

.zmorning-updated-site #key_features .feature-item:hover .title,
.zmorning-updated-site #key_features .feature-item:hover .desc,
.zmorning-updated-site #key_features .feature-item:hover .icon-2,
.zmorning-updated-site #key_features .feature-item:hover .unicon-arrow-up-right,
.zmorning-updated-site #key_features .feature-item:focus-within .title,
.zmorning-updated-site #key_features .feature-item:focus-within .desc,
.zmorning-updated-site #key_features .feature-item:focus-within .icon-2,
.zmorning-updated-site #key_features .feature-item:focus-within .unicon-arrow-up-right {
    color: #ffffff !important;
}

.zmorning-updated-site #key_features .feature-item:hover img,
.zmorning-updated-site #key_features .feature-item:focus-within img {
    filter: brightness(0) invert(1);
}

.zmorning-updated-site .zmorning-overview-timeline .swiper-timeline {
    padding-bottom: 1rem;
}

.zmorning-updated-site .zmorning-overview-timeline .swiper-slide {
    height: auto;
}

.zmorning-updated-site .zmorning-overview-timeline .swiper-timeline::before,
.zmorning-updated-site .zmorning-overview-timeline .swiper-timeline::after,
.zmorning-updated-site .zmorning-overview-timeline .swiper-wrapper::before,
.zmorning-updated-site .zmorning-overview-timeline .swiper-wrapper::after,
.zmorning-updated-site .zmorning-overview-timeline .swiper-slide::before,
.zmorning-updated-site .zmorning-overview-timeline .swiper-slide::after,
.zmorning-updated-site .zmorning-overview-timeline .timeline-box::before,
.zmorning-updated-site .zmorning-overview-timeline .timeline-box::after,
.zmorning-updated-site .zmorning-overview-timeline .content::before,
.zmorning-updated-site .zmorning-overview-timeline .content::after {
    content: none !important;
    display: none !important;
}

.zmorning-updated-site .zmorning-overview-timeline .timeline-box {
    gap: 1.5rem !important;
}

.zmorning-updated-site .zmorning-overview-timeline .image-wrap {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zmorning-updated-site .zmorning-overview-timeline .content {
    gap: 0.875rem;
    max-width: 280px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-top: 0.5rem;
}

.zmorning-updated-site .zmorning-overview-timeline .timeline-meta {
    gap: 0.35rem !important;
}

.zmorning-updated-site .zmorning-overview-timeline .timeline-dot {
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
}

.zmorning-updated-site .zmorning-overview-timeline .title {
    margin: 0;
    line-height: 1;
}

.zmorning-updated-site .zmorning-overview-timeline .desc {
    line-height: 1.45;
    margin: 0;
}

.zmorning-updated-site .zmorning-overview-timeline .swiper-pagination {
    position: static !important;
    inset: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 5rem !important;
}

.zmorning-updated-site .zmorning-overview-timeline .swiper-pagination-bullet {
    margin: 0 0.3rem !important;
}


@media (min-width: 576px) {
    .zmorning-download-hero-spacing {
        padding-top: 9rem !important;
    }
}

@media (min-width: 992px) {
    .zmorning-download-hero-spacing {
        padding-top: 10rem !important;
    }

    .zmorning-updated-site .zmorning-overview-timeline .swiper-pagination {
        margin-top: 6rem !important;
    }
}

@media (min-width: 1200px) {
    .zmorning-download-hero-spacing {
        padding-top: 10.5rem !important;
    }
}
