:root {
    --l2-navy: #071c46;
    --l2-navy-2: #0b2b62;
    --l2-blue: #1769ff;
    --l2-blue-dark: #0c50d9;
    --l2-blue-soft: #edf4ff;
    --l2-ink: #102246;
    --l2-body: #53627d;
    --l2-muted: #75839a;
    --l2-line: #dfe7f3;
    --l2-surface: #ffffff;
    --l2-canvas: #f5f8fc;
    --l2-mint: #25b887;
    --l2-mint-soft: #e9faf4;
    --l2-amber: #f2a02b;
    --l2-coral: #ef6b67;
    --l2-shadow: 0 24px 70px rgba(27, 61, 119, .13);
    --l2-shadow-sm: 0 10px 30px rgba(33, 64, 117, .1);
    --l2-radius: 8px;
    --l2-shell: 1240px;
}

html {
    scroll-behavior: smooth;
}

body.has-landing-v2 {
    margin: 0;
    overflow-x: hidden;
    background: var(--l2-surface);
    color: var(--l2-ink);
}

.has-landing-v2,
.has-landing-v2 * {
    box-sizing: border-box;
    letter-spacing: 0;
}

.cms-rtl.has-landing-v2,
.cms-rtl.has-landing-v2 * {
    font-family: "Tajawal", "Segoe UI", sans-serif;
}

.cms-ltr.has-landing-v2,
.cms-ltr.has-landing-v2 * {
    font-family: "Outfit", "Segoe UI", sans-serif;
}

.has-landing-v2 .fa,
.has-landing-v2 .fas,
.has-landing-v2 .far {
    font-family: "Font Awesome 5 Free" !important;
}

.has-landing-v2 .fab {
    font-family: "Font Awesome 5 Brands" !important;
}

.erp-landing-v2 {
    overflow: hidden;
    background: #fff;
}

.l2-shell {
    width: min(calc(100% - 48px), var(--l2-shell));
    margin-inline: auto;
}

.l2-nav {
    position: sticky;
    inset-block-start: 0;
    z-index: 60;
    min-height: 68px;
    color: #fff;
    background: rgba(7, 28, 70, .97);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 10px 30px rgba(7, 28, 70, .14);
    backdrop-filter: blur(16px);
}

.l2-nav__inner {
    min-height: 68px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
}

.l2-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.l2-brand:hover,
.l2-brand:focus {
    color: inherit;
    text-decoration: none;
}

.l2-brand__mark {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 7px;
    background: #fff;
}

.l2-brand__mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.l2-brand__name {
    font-size: 17px;
    font-weight: 800;
}

.l2-nav__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.l2-nav__menu a,
.l2-nav__login {
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: color .2s ease, opacity .2s ease;
}

.l2-nav__menu a:hover,
.l2-nav__menu a:focus,
.l2-nav__login:hover,
.l2-nav__login:focus {
    color: #fff;
    text-decoration: none;
}

.l2-nav__actions {
    display: flex;
    align-items: center;
    gap: 13px;
}

.l2-nav__language .form-group {
    margin: 0 !important;
}

.l2-nav__language button,
.l2-nav__language .btn,
.l2-nav__language select {
    min-height: 34px;
    color: rgba(255, 255, 255, .8) !important;
    background: transparent !important;
    border-color: rgba(255, 255, 255, .18) !important;
    font-size: 12px;
}

.l2-nav__toggle {
    display: none;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 7px;
    background: transparent;
}

.l2-button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 20px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.l2-button:hover,
.l2-button:focus {
    transform: translateY(-2px);
    text-decoration: none;
}

.l2-button:active {
    transform: translateY(0) scale(.98);
}

.l2-button:focus-visible,
.l2-nav a:focus-visible,
.l2-tabs button:focus-visible {
    outline: 3px solid rgba(43, 196, 146, .45);
    outline-offset: 3px;
}

.l2-button--nav {
    min-height: 36px;
    padding: 8px 16px;
    color: #fff;
    background: var(--l2-blue);
}

.l2-button--nav:hover,
.l2-button--nav:focus {
    color: #fff;
    background: #3b80ff;
}

.l2-button--primary {
    color: #fff;
    background: var(--l2-blue);
    box-shadow: 0 12px 24px rgba(23, 105, 255, .25);
}

.l2-button--primary:hover,
.l2-button--primary:focus {
    color: #fff;
    background: var(--l2-blue-dark);
    box-shadow: 0 16px 30px rgba(23, 105, 255, .28);
}

.l2-button--secondary {
    color: var(--l2-blue);
    border-color: #b9cff7;
    background: #fff;
}

.l2-button--secondary:hover,
.l2-button--secondary:focus {
    color: var(--l2-blue-dark);
    border-color: var(--l2-blue);
    box-shadow: var(--l2-shadow-sm);
}

.l2-hero {
    position: relative;
    min-height: 680px;
    padding: 78px 0 28px;
    background: #f7faff;
    border-bottom: 1px solid var(--l2-line);
}

.l2-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(23, 105, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 105, 255, .035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, #000, transparent 75%);
}

.l2-hero__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(380px, .82fr) minmax(0, 1.38fr);
    align-items: center;
    gap: 42px;
}

.cms-rtl .l2-hero__copy {
    grid-column: 1;
}

.cms-rtl .l2-hero__product {
    grid-column: 2;
    grid-row: 1;
}

.l2-kicker {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 17px;
    padding: 7px 11px;
    color: var(--l2-blue-dark);
    border: 1px solid #d5e3ff;
    border-radius: 6px;
    background: #fff;
    font-size: 12px;
    font-weight: 800;
}

.l2-kicker i {
    color: var(--l2-mint);
    font-size: 7px;
}

.l2-hero h1 {
    max-width: 620px;
    margin: 0;
    color: var(--l2-navy);
    font-size: clamp(42px, 4.4vw, 66px);
    font-weight: 900;
    line-height: 1.1;
    text-wrap: balance;
}

.l2-hero__copy > p {
    max-width: 580px;
    margin: 22px 0 0;
    color: var(--l2-body);
    font-size: 17px;
    line-height: 1.9;
    text-wrap: pretty;
}

.l2-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 27px;
}

.l2-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 18px;
    color: var(--l2-muted);
    font-size: 11px;
    font-weight: 600;
}

.l2-hero__meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.l2-hero__meta i {
    color: var(--l2-navy-2);
}

.l2-hero__trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 25px;
}

.l2-hero__trust article {
    min-height: 78px;
    display: grid;
    grid-template-columns: 38px 1fr 8px;
    align-items: center;
    gap: 10px;
    padding: 11px;
    border: 1px solid var(--l2-line);
    border-radius: var(--l2-radius);
    background: #fff;
    box-shadow: 0 8px 22px rgba(34, 67, 123, .06);
}

.l2-hero__trust article > span:nth-child(2) {
    min-width: 0;
}

.l2-hero__trust strong,
.l2-hero__trust small {
    display: block;
}

.l2-hero__trust strong {
    color: var(--l2-ink);
    font-size: 12px;
    line-height: 1.4;
}

.l2-hero__trust small {
    margin-top: 3px;
    color: var(--l2-muted);
    font-size: 10px;
    line-height: 1.5;
}

.l2-trust-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: var(--l2-blue);
    border-radius: 50%;
    background: var(--l2-blue-soft);
}

.l2-trust-icon--mint {
    color: var(--l2-mint);
    background: var(--l2-mint-soft);
}

.l2-online-dot {
    color: var(--l2-mint);
    font-size: 7px;
}

.l2-hero__product {
    position: relative;
    min-width: 0;
}

.l2-browser-frame {
    overflow: hidden;
    border: 1px solid #d6e0ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--l2-shadow);
    transform: perspective(1600px) rotateY(2deg) rotateX(1deg);
    transform-origin: center;
}

.cms-ltr .l2-browser-frame {
    transform: perspective(1600px) rotateY(-2deg) rotateX(1deg);
}

.l2-browser-frame__bar {
    min-height: 37px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 13px;
    color: var(--l2-muted);
    border-bottom: 1px solid #e6ecf5;
    background: #fff;
    font-size: 10px;
}

.l2-browser-frame__bar > i {
    justify-self: end;
}

.l2-browser-frame__dots {
    display: flex;
    gap: 5px;
}

.l2-browser-frame__dots i {
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    background: #d5ddea;
}

.l2-browser-frame__dots i:first-child {
    background: var(--l2-coral);
}

.l2-browser-frame__dots i:nth-child(2) {
    background: var(--l2-amber);
}

.l2-browser-frame__dots i:last-child {
    background: var(--l2-mint);
}

.l2-browser-frame img {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
    object-position: top center;
}

.l2-float-card {
    position: absolute;
    z-index: 2;
    min-width: 145px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid #dbe5f3;
    border-radius: 7px;
    background: rgba(255, 255, 255, .95);
    box-shadow: var(--l2-shadow-sm);
    backdrop-filter: blur(8px);
}

.l2-float-card > i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: var(--l2-mint);
    border-radius: 6px;
    background: var(--l2-mint-soft);
}

.l2-float-card span,
.l2-float-card strong {
    display: block;
}

.l2-float-card span {
    color: var(--l2-muted);
    font-size: 9px;
}

.l2-float-card strong {
    margin-top: 3px;
    color: var(--l2-ink);
    font-size: 15px;
}

.l2-float-card small {
    font-size: 9px;
}

.l2-float-card--sales {
    inset-inline-start: -22px;
    inset-block-end: -28px;
}

.l2-float-card--users {
    inset-inline-end: 18px;
    inset-block-start: -25px;
}

.l2-float-card--users > i {
    color: var(--l2-blue);
    background: var(--l2-blue-soft);
}

.l2-integration-row {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 35px;
    margin-top: 70px;
    padding-top: 22px;
    border-top: 1px solid var(--l2-line);
}

.l2-integration-row > span {
    color: var(--l2-muted);
    font-size: 11px;
    font-weight: 700;
}

.l2-integration-row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.l2-integration-row b {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #64728a;
    font-size: 13px;
    white-space: nowrap;
}

.l2-integration-row b i {
    color: var(--l2-blue);
    font-size: 17px;
}

.l2-platform,
.l2-industry,
.l2-overview,
.l2-zatca,
.l2-sectors,
.l2-insights {
    padding: 84px 0;
}

.l2-section-heading {
    max-width: 650px;
}

.l2-section-heading--center {
    margin-inline: auto;
    text-align: center;
}

.l2-section-heading > span {
    display: block;
    margin-bottom: 10px;
    color: var(--l2-blue);
    font-size: 12px;
    font-weight: 800;
}

.l2-section-heading h2 {
    margin: 0;
    color: var(--l2-navy);
    font-size: clamp(30px, 3vw, 43px);
    font-weight: 900;
    line-height: 1.2;
    text-wrap: balance;
}

.l2-section-heading p {
    margin: 15px auto 0;
    color: var(--l2-body);
    font-size: 15px;
    line-height: 1.85;
    text-wrap: pretty;
}

.l2-section-heading--light > span {
    color: #75a7ff;
}

.l2-section-heading--light h2,
.l2-section-heading--light p {
    color: #fff;
}

.l2-capabilities {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 48px;
}

.l2-capabilities::before {
    content: "";
    position: absolute;
    inset-inline: 6%;
    inset-block-start: 27px;
    height: 1px;
    background: #bdd3fb;
}

.l2-capabilities article {
    position: relative;
    z-index: 1;
    padding: 0 12px;
    text-align: center;
}

.l2-capabilities article > i {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    margin: 0 auto 16px;
    color: var(--l2-blue);
    border: 7px solid #f4f8ff;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 1px #d6e4fd, 0 8px 20px rgba(23, 105, 255, .1);
    font-size: 16px;
}

.l2-capabilities strong,
.l2-capabilities span {
    display: block;
}

.l2-capabilities strong {
    color: var(--l2-ink);
    font-size: 13px;
    line-height: 1.5;
}

.l2-capabilities span {
    margin-top: 6px;
    color: var(--l2-muted);
    font-size: 10px;
    line-height: 1.6;
}

.l2-industry {
    background: var(--l2-canvas);
    border-block: 1px solid var(--l2-line);
}

.l2-tabs {
    width: fit-content;
    max-width: 100%;
    display: flex;
    margin: 30px auto 0;
    overflow-x: auto;
    border: 1px solid #cfdaea;
    border-radius: 6px;
    background: #fff;
    scrollbar-width: none;
}

.l2-tabs::-webkit-scrollbar {
    display: none;
}

.l2-tabs button {
    min-width: 128px;
    min-height: 40px;
    padding: 8px 18px;
    color: var(--l2-muted);
    border: 0;
    border-inline-end: 1px solid #e4eaf2;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    transition: color .2s ease, background .2s ease;
}

.l2-tabs button:last-child {
    border-inline-end: 0;
}

.l2-tabs button[aria-selected="true"] {
    color: #fff;
    background: var(--l2-blue);
}

.l2-industry-panels {
    margin-top: 12px;
}

.l2-industry-panel {
    min-height: 430px;
    display: grid;
    grid-template-columns: 1.22fr .78fr;
    overflow: hidden;
    border: 1px solid #d7e0ed;
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--l2-shadow-sm);
}

.l2-industry-panel[hidden] {
    display: none;
}

.l2-industry-panel.is-active {
    animation: l2-panel-in .35s ease both;
}

@keyframes l2-panel-in {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

.l2-industry-panel__media {
    min-width: 0;
    padding: 22px 0 22px 22px;
    background: #eef3fb;
}

.cms-ltr .l2-industry-panel__media {
    padding: 22px 22px 22px 0;
}

.l2-industry-panel__media img {
    width: 115%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
    border: 1px solid #d9e1ed;
    border-radius: 7px;
    box-shadow: 0 16px 35px rgba(23, 55, 106, .14);
}

.l2-industry-panel__copy {
    align-self: center;
    padding: 44px;
}

.l2-industry-panel__copy > span {
    color: var(--l2-blue);
    font-size: 12px;
    font-weight: 800;
}

.l2-industry-panel__copy h3 {
    margin: 10px 0 0;
    color: var(--l2-navy);
    font-size: 29px;
    font-weight: 900;
    line-height: 1.3;
    text-wrap: balance;
}

.l2-industry-panel__copy p {
    margin: 13px 0 0;
    color: var(--l2-body);
    font-size: 14px;
    line-height: 1.8;
}

.l2-industry-panel__copy ul,
.l2-check-list {
    display: grid;
    gap: 11px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.l2-industry-panel__copy li,
.l2-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: var(--l2-ink);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
}

.l2-industry-panel__copy li i,
.l2-check-list li i {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: var(--l2-mint);
    border-radius: 50%;
    background: var(--l2-mint-soft);
    font-size: 8px;
}

.l2-industry-panel__copy > a,
.l2-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 23px;
    color: var(--l2-blue);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.l2-industry-panel__copy > a:hover,
.l2-text-link:hover {
    color: var(--l2-blue-dark);
    text-decoration: none;
}

.l2-workflow,
.l2-control {
    color: #fff;
    background: var(--l2-navy);
}

.l2-workflow {
    padding: 65px 0 72px;
}

.l2-flow {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 13px;
    margin-top: 36px;
}

.l2-flow article {
    position: relative;
    min-height: 155px;
    padding: 24px 20px;
    border: 1px solid rgba(126, 170, 244, .2);
    border-radius: 7px;
    background: #0c2c62;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.l2-flow article > i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: #75a7ff;
    border-radius: 6px;
    background: rgba(117, 167, 255, .11);
}

.l2-flow article small {
    position: absolute;
    inset-block-start: 20px;
    inset-inline-end: 20px;
    color: rgba(255, 255, 255, .35);
    font-variant-numeric: tabular-nums;
}

.l2-flow article strong,
.l2-flow article span {
    display: block;
}

.l2-flow article strong {
    margin-top: 17px;
    font-size: 14px;
}

.l2-flow article span {
    margin-top: 6px;
    color: #aabbd8;
    font-size: 11px;
}

.l2-flow__arrow {
    color: #7eaaf4;
    font-size: 14px;
}

.l2-split {
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    align-items: center;
    gap: 70px;
}

.l2-overview__media {
    position: relative;
    min-width: 0;
}

.l2-overview__media::before {
    content: "";
    position: absolute;
    inset: 24px -18px -18px 24px;
    z-index: 0;
    border: 1px solid #d4e0f1;
    border-radius: 8px;
    background: #edf3fb;
}

.l2-overview__media img {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 16 / 10;
    display: block;
    object-fit: cover;
    object-position: top center;
    border: 1px solid #d4dfed;
    border-radius: 8px;
    box-shadow: var(--l2-shadow);
}

.l2-zatca {
    background: #f0fbf7;
    border-block: 1px solid #d8eee6;
}

.l2-zatca__grid {
    display: grid;
    grid-template-columns: .68fr 1.32fr;
    align-items: center;
    gap: 28px;
    margin-top: 38px;
}

.l2-zatca__benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.l2-zatca__benefits article {
    min-height: 128px;
    padding: 18px;
    border: 1px solid #d7ebe4;
    border-radius: 7px;
    background: rgba(255, 255, 255, .78);
}

.l2-zatca__benefits article > i {
    color: var(--l2-mint);
    font-size: 20px;
}

.l2-zatca__benefits strong,
.l2-zatca__benefits span {
    display: block;
}

.l2-zatca__benefits strong {
    margin-top: 13px;
    color: var(--l2-ink);
    font-size: 13px;
}

.l2-zatca__benefits span {
    margin-top: 5px;
    color: var(--l2-muted);
    font-size: 10px;
    line-height: 1.6;
}

.l2-zatca__screen {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #cfe3dc;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(26, 94, 75, .11);
}

.l2-zatca__screen img {
    width: 100%;
    aspect-ratio: 16 / 8;
    display: block;
    object-fit: cover;
    object-position: top center;
}

.l2-control {
    padding: 76px 0 82px;
}

.l2-control__grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 24px;
    margin-top: 39px;
}

.l2-branch-board,
.l2-control__features article {
    border: 1px solid rgba(126, 170, 244, .2);
    background: #0c2c62;
}

.l2-branch-board {
    overflow: hidden;
    border-radius: 7px;
}

.l2-branch-board__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 19px;
    border-bottom: 1px solid rgba(126, 170, 244, .16);
}

.l2-branch-board__head strong {
    font-size: 13px;
}

.l2-branch-board__head span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #aabbd8;
    font-size: 10px;
}

.l2-branch-board__head span i {
    color: var(--l2-mint);
    font-size: 6px;
}

.l2-branch-map {
    position: relative;
    min-height: 245px;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.l2-branch-map::before,
.l2-branch-map::after {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    border: 1px solid rgba(117, 167, 255, .1);
    border-radius: 50%;
}

.l2-branch-map::after {
    width: 320px;
    height: 320px;
}

.l2-branch-map > i {
    color: rgba(117, 167, 255, .21);
    font-size: 150px;
}

.l2-pin {
    position: absolute;
    width: 11px;
    height: 11px;
    border: 3px solid #0c2c62;
    border-radius: 50%;
    background: var(--l2-mint);
    box-shadow: 0 0 0 5px rgba(37, 184, 135, .14), 0 0 22px rgba(37, 184, 135, .8);
}

.l2-pin--one { inset-inline-start: 39%; inset-block-start: 38%; }
.l2-pin--two { inset-inline-start: 53%; inset-block-start: 51%; }
.l2-pin--three { inset-inline-start: 47%; inset-block-start: 67%; }

.l2-branch-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr .65fr;
    border-top: 1px solid rgba(126, 170, 244, .16);
}

.l2-branch-metrics span {
    padding: 15px 18px;
    border-inline-end: 1px solid rgba(126, 170, 244, .16);
}

.l2-branch-metrics span:last-child {
    border-inline-end: 0;
}

.l2-branch-metrics small,
.l2-branch-metrics strong {
    display: block;
}

.l2-branch-metrics small {
    color: #92a8ca;
    font-size: 9px;
}

.l2-branch-metrics strong {
    margin-top: 5px;
    color: #fff;
    font-size: 15px;
    font-variant-numeric: tabular-nums;
}

.l2-control__features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.l2-control__features article {
    min-height: 180px;
    padding: 23px;
    border-radius: 7px;
}

.l2-control__features article > i {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    color: #75a7ff;
    border-radius: 6px;
    background: rgba(117, 167, 255, .11);
}

.l2-control__features strong,
.l2-control__features span {
    display: block;
}

.l2-control__features strong {
    margin-top: 17px;
    color: #fff;
    font-size: 13px;
}

.l2-control__features span {
    margin-top: 8px;
    color: #aabbd8;
    font-size: 10px;
    line-height: 1.7;
}

.l2-sector-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    margin-top: 37px;
}

.l2-sector-grid article {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--l2-line);
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(26, 58, 110, .06);
    transition: transform .2s ease, box-shadow .2s ease;
}

.l2-sector-grid article:hover {
    transform: translateY(-4px);
    box-shadow: var(--l2-shadow-sm);
}

.l2-sector-grid article > div {
    height: 105px;
    display: grid;
    place-items: center;
    color: var(--l2-blue);
    background: #edf4ff;
    font-size: 31px;
}

.l2-sector-grid article:nth-child(2) > div { color: var(--l2-coral); background: #fff0ef; }
.l2-sector-grid article:nth-child(3) > div { color: var(--l2-mint); background: var(--l2-mint-soft); }
.l2-sector-grid article:nth-child(4) > div { color: var(--l2-amber); background: #fff6e8; }
.l2-sector-grid article:nth-child(5) > div { color: #6f5bd3; background: #f1effd; }
.l2-sector-grid article:nth-child(6) > div { color: #54657f; background: #eff2f6; }

.l2-sector-grid strong,
.l2-sector-grid span {
    display: block;
    padding-inline: 16px;
}

.l2-sector-grid strong {
    padding-top: 17px;
    color: var(--l2-ink);
    font-size: 13px;
    line-height: 1.5;
}

.l2-sector-grid span {
    min-height: 68px;
    padding-top: 7px;
    padding-bottom: 17px;
    color: var(--l2-muted);
    font-size: 10px;
    line-height: 1.65;
}

.l2-insights {
    padding-top: 48px;
    background: var(--l2-canvas);
    border-top: 1px solid var(--l2-line);
}

.l2-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 32px;
    overflow: hidden;
    border: 1px solid var(--l2-line);
    border-radius: 7px;
    background: #fff;
}

.l2-stats-row article {
    padding: 20px;
    text-align: center;
    border-inline-end: 1px solid var(--l2-line);
}

.l2-stats-row article:last-child {
    border-inline-end: 0;
}

.l2-stats-row strong,
.l2-stats-row span {
    display: block;
}

.l2-stats-row strong {
    color: var(--l2-blue);
    font-size: 27px;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
}

.l2-stats-row span {
    margin-top: 4px;
    color: var(--l2-muted);
    font-size: 10px;
}

.l2-insights__grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 18px;
    margin-top: 18px;
}

.l2-chart-card,
.l2-quote {
    min-height: 310px;
    margin: 0;
    padding: 27px;
    border: 1px solid var(--l2-line);
    border-radius: 7px;
    background: #fff;
}

.l2-chart-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.l2-chart-card__head span,
.l2-chart-card__head strong,
.l2-chart-card__head small {
    display: block;
}

.l2-chart-card__head strong {
    color: var(--l2-ink);
    font-size: 14px;
}

.l2-chart-card__head small {
    margin-top: 5px;
    color: var(--l2-muted);
    font-size: 10px;
}

.l2-chart-card__head b {
    color: var(--l2-mint);
    font-size: 13px;
}

.l2-bars {
    height: 185px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: end;
    gap: 20px;
    margin-top: 18px;
    padding: 12px 16px 0;
    border-bottom: 1px solid #dfe7f3;
    background-image: linear-gradient(#edf1f6 1px, transparent 1px);
    background-size: 100% 25%;
}

.l2-bars i {
    display: block;
    min-height: 10px;
    border-radius: 4px 4px 0 0;
    background: var(--l2-blue);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
}

.l2-bars i:nth-child(2n) {
    background: #73a1fa;
}

.l2-bars__labels {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    padding: 8px 16px 0;
    color: var(--l2-muted);
    font-size: 8px;
    text-align: center;
}

.l2-quote {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.l2-quote > i {
    color: var(--l2-blue);
    font-size: 24px;
}

.l2-quote > p {
    margin: 20px 0 0;
    color: var(--l2-ink);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.9;
    text-wrap: pretty;
}

.l2-quote footer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
}

.l2-quote footer > span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: #fff;
    border-radius: 7px;
    background: var(--l2-navy-2);
    font-weight: 800;
}

.l2-quote footer strong,
.l2-quote footer small {
    display: block;
}

.l2-quote footer strong {
    color: var(--l2-ink);
    font-size: 11px;
}

.l2-quote footer small {
    margin-top: 3px;
    color: var(--l2-muted);
    font-size: 9px;
}

.l2-final-cta {
    padding: 34px 0;
    background: var(--l2-canvas);
}

.l2-final-cta__inner {
    min-height: 215px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 35px;
    padding: 38px 54px;
    overflow: hidden;
    color: #fff;
    border-radius: 8px;
    background: var(--l2-blue-dark);
    box-shadow: 0 20px 45px rgba(12, 80, 217, .22);
}

.l2-final-cta__inner > div:first-child {
    max-width: 720px;
}

.l2-final-cta__inner > div:first-child > span {
    color: #b7ceff;
    font-size: 12px;
    font-weight: 800;
}

.l2-final-cta h2 {
    margin: 8px 0 0;
    color: #fff;
    font-size: 33px;
    font-weight: 900;
    line-height: 1.3;
}

.l2-final-cta p {
    margin: 10px 0 0;
    color: #d6e3ff;
    font-size: 13px;
    line-height: 1.7;
}

.l2-final-cta__actions {
    display: flex;
    gap: 10px;
}

.l2-button--white {
    color: var(--l2-blue-dark);
    background: #fff;
}

.l2-button--white:hover,
.l2-button--white:focus {
    color: var(--l2-blue-dark);
    box-shadow: 0 12px 28px rgba(4, 34, 93, .25);
}

.l2-button--ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, .55);
    background: transparent;
}

.l2-button--ghost:hover,
.l2-button--ghost:focus {
    color: #fff;
    border-color: #fff;
    background: rgba(255, 255, 255, .08);
}

.l2-footer {
    color: #c4d0e4;
    background: #061638;
}

.l2-footer__grid {
    display: grid;
    grid-template-columns: 1.3fr repeat(3, .7fr);
    gap: 60px;
    padding-block: 55px 42px;
}

.l2-footer .l2-brand {
    color: #fff;
}

.l2-footer__brand p {
    max-width: 330px;
    margin: 18px 0 0;
    color: #8fa1be;
    font-size: 12px;
    line-height: 1.8;
}

.l2-footer__grid > div:not(.l2-footer__brand) {
    display: grid;
    align-content: start;
    gap: 11px;
}

.l2-footer__grid > div > strong {
    margin-bottom: 5px;
    color: #fff;
    font-size: 13px;
}

.l2-footer__grid > div > a {
    color: #95a7c2;
    font-size: 11px;
    text-decoration: none;
}

.l2-footer__grid > div > a:hover,
.l2-footer__grid > div > a:focus {
    color: #fff;
    text-decoration: none;
}

.l2-footer__bottom {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #7184a2;
    border-top: 1px solid rgba(255, 255, 255, .08);
    font-size: 10px;
}

@media (max-width: 1180px) {
    .l2-nav__menu { gap: 15px; }
    .l2-nav__menu a:nth-child(4) { display: none; }
    .l2-hero__grid { grid-template-columns: minmax(340px, .85fr) minmax(0, 1.15fr); gap: 28px; }
    .l2-hero h1 { font-size: 49px; }
    .l2-hero__trust { grid-template-columns: 1fr; max-width: 390px; }
    .l2-capabilities { grid-template-columns: repeat(3, 1fr); row-gap: 34px; }
    .l2-capabilities::before { display: none; }
    .l2-sector-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 991px) {
    .l2-shell { width: min(calc(100% - 36px), var(--l2-shell)); }
    .l2-nav__inner { grid-template-columns: auto auto 1fr; }
    .l2-nav__toggle { display: inline-flex; }
    .l2-nav__menu {
        position: absolute;
        inset-inline: 18px;
        inset-block-start: 58px;
        display: grid;
        gap: 0;
        padding: 9px;
        visibility: hidden;
        opacity: 0;
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 7px;
        background: #0a2452;
        box-shadow: 0 22px 50px rgba(1, 13, 40, .3);
        transform: translateY(-8px);
        transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    }
    .l2-nav.is-open .l2-nav__menu { visibility: visible; opacity: 1; transform: translateY(0); }
    .l2-nav__menu a,
    .l2-nav__menu a:nth-child(4) { display: block; padding: 12px; border-radius: 5px; }
    .l2-nav__menu a:hover { background: rgba(255, 255, 255, .07); }
    .l2-nav__actions { justify-self: end; }
    .l2-nav__language { display: none; }
    .l2-hero { padding-top: 57px; }
    .l2-hero__grid { grid-template-columns: 1fr; }
    .cms-rtl .l2-hero__copy,
    .cms-rtl .l2-hero__product { grid-column: 1; grid-row: auto; }
    .l2-hero__copy { max-width: 700px; margin-inline: auto; text-align: center; }
    .l2-kicker { margin-inline: auto; }
    .l2-hero h1,
    .l2-hero__copy > p { margin-inline: auto; }
    .l2-hero__actions,
    .l2-hero__meta { justify-content: center; }
    .l2-hero__trust { max-width: 640px; grid-template-columns: 1fr 1fr; margin-inline: auto; }
    .l2-hero__product { margin-top: 28px; }
    .l2-integration-row { grid-template-columns: 1fr; gap: 14px; margin-top: 62px; text-align: center; }
    .l2-integration-row > div { flex-wrap: wrap; justify-content: center; }
    .l2-industry-panel { grid-template-columns: 1fr; }
    .l2-industry-panel__media { min-height: 340px; padding: 18px; }
    .cms-ltr .l2-industry-panel__media { padding: 18px; }
    .l2-industry-panel__media img { width: 100%; }
    .l2-industry-panel__copy { padding: 36px; }
    .l2-flow { grid-template-columns: 1fr 1fr; }
    .l2-flow__arrow { display: none; }
    .l2-split,
    .l2-zatca__grid,
    .l2-control__grid { grid-template-columns: 1fr; }
    .l2-split { gap: 50px; }
    .l2-overview__copy { max-width: 650px; }
    .l2-zatca__grid { gap: 20px; }
    .l2-zatca__benefits { grid-template-columns: repeat(4, 1fr); }
    .l2-control__grid { max-width: 850px; margin-inline: auto; }
    .l2-insights__grid { grid-template-columns: 1fr; }
    .l2-quote { min-height: 250px; }
    .l2-final-cta__inner { grid-template-columns: 1fr; }
    .l2-footer__grid { grid-template-columns: 1.2fr repeat(3, .8fr); gap: 30px; }
}

@media (max-width: 767px) {
    .l2-shell { width: min(calc(100% - 28px), var(--l2-shell)); }
    .l2-nav { min-height: 60px; }
    .l2-nav__inner { min-height: 60px; gap: 10px; }
    .l2-brand__mark { width: 31px; height: 31px; }
    .l2-brand__name { font-size: 14px; }
    .l2-nav__login { display: none; }
    .l2-button--nav { min-height: 34px; padding: 7px 11px; font-size: 11px; }
    .l2-nav__toggle { width: 36px; height: 36px; }
    .l2-hero { min-height: 0; padding: 42px 0 23px; }
    .l2-hero h1 { font-size: 39px; line-height: 1.15; }
    .l2-hero__copy > p { font-size: 15px; line-height: 1.8; }
    .l2-hero__actions { display: grid; grid-template-columns: 1fr; }
    .l2-hero__actions .l2-button { width: 100%; }
    .l2-hero__meta { gap: 10px; }
    .l2-hero__trust { grid-template-columns: 1fr; }
    .l2-browser-frame { transform: none; }
    .cms-ltr .l2-browser-frame { transform: none; }
    .l2-browser-frame__bar { min-height: 30px; font-size: 8px; }
    .l2-float-card { display: none; }
    .l2-integration-row { margin-top: 31px; }
    .l2-integration-row > div { gap: 14px; }
    .l2-integration-row b { font-size: 10px; }
    .l2-platform,
    .l2-industry,
    .l2-overview,
    .l2-zatca,
    .l2-sectors,
    .l2-insights { padding: 62px 0; }
    .l2-section-heading h2 { font-size: 31px; }
    .l2-section-heading p { font-size: 13px; }
    .l2-capabilities { grid-template-columns: 1fr 1fr; margin-top: 38px; }
    .l2-capabilities article { padding-inline: 8px; }
    .l2-tabs { width: 100%; justify-content: flex-start; }
    .l2-tabs button { min-width: 112px; }
    .l2-industry-panel__media { min-height: 230px; }
    .l2-industry-panel__copy { padding: 27px 22px 31px; }
    .l2-industry-panel__copy h3 { font-size: 25px; }
    .l2-workflow { padding: 57px 0 62px; }
    .l2-flow { grid-template-columns: 1fr; }
    .l2-flow article { min-height: 130px; }
    .l2-overview__media::before { inset: 13px -8px -10px 13px; }
    .l2-zatca__benefits { grid-template-columns: 1fr 1fr; }
    .l2-zatca__benefits article { min-height: 116px; }
    .l2-zatca__screen img { aspect-ratio: 16 / 10; }
    .l2-control { padding: 62px 0; }
    .l2-branch-map { min-height: 200px; }
    .l2-branch-map > i { font-size: 120px; }
    .l2-control__features { grid-template-columns: 1fr; }
    .l2-control__features article { min-height: 150px; }
    .l2-sector-grid { grid-template-columns: 1fr 1fr; }
    .l2-sector-grid article > div { height: 90px; }
    .l2-stats-row { grid-template-columns: 1fr 1fr; }
    .l2-stats-row article:nth-child(2) { border-inline-end: 0; }
    .l2-stats-row article:nth-child(-n+2) { border-bottom: 1px solid var(--l2-line); }
    .l2-chart-card,
    .l2-quote { padding: 21px; }
    .l2-bars { gap: 10px; padding-inline: 6px; }
    .l2-bars__labels { gap: 10px; padding-inline: 6px; }
    .l2-final-cta { padding: 20px 0; }
    .l2-final-cta__inner { padding: 30px 23px; }
    .l2-final-cta h2 { font-size: 27px; }
    .l2-final-cta__actions { display: grid; grid-template-columns: 1fr; }
    .l2-footer__grid { grid-template-columns: 1fr 1fr; gap: 35px 24px; padding-block: 45px 35px; }
    .l2-footer__brand { grid-column: 1 / -1; }
    .l2-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 16px; }
}

@media (max-width: 430px) {
    .l2-brand__name { max-width: 105px; overflow: hidden; text-overflow: ellipsis; }
    .l2-button--nav { display: none; }
    .l2-nav__inner { grid-template-columns: auto auto 1fr; }
    .l2-nav__toggle { justify-self: end; }
    .l2-hero h1 { font-size: 34px; }
    .l2-hero__meta span { width: calc(50% - 5px); justify-content: center; }
    .l2-capabilities { grid-template-columns: 1fr; }
    .l2-capabilities article { display: grid; grid-template-columns: 48px 1fr; column-gap: 12px; text-align: start; }
    .l2-capabilities article > i { grid-row: 1 / 3; width: 46px; height: 46px; margin: 0; }
    .l2-capabilities strong { align-self: end; }
    .l2-capabilities span { margin-top: 2px; }
    .l2-zatca__benefits,
    .l2-sector-grid { grid-template-columns: 1fr; }
    .l2-sector-grid article { display: grid; grid-template-columns: 90px 1fr; }
    .l2-sector-grid article > div { height: 100%; grid-row: 1 / 3; }
    .l2-sector-grid strong { align-self: end; }
    .l2-sector-grid span { min-height: 0; }
    .l2-branch-metrics { grid-template-columns: 1fr; }
    .l2-branch-metrics span { border-inline-end: 0; border-bottom: 1px solid rgba(126, 170, 244, .16); }
    .l2-branch-metrics span:last-child { border-bottom: 0; }
    .l2-footer__grid { grid-template-columns: 1fr; }
    .l2-footer__brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .l2-button,
    .l2-sector-grid article,
    .l2-industry-panel { animation: none !important; transition: none !important; }
}
