    @import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;800;900&family=Roboto:wght@400;500;700;900&display=swap');

    html,
    body,
    body * {
        font-family: 'Tajawal', sans-serif !important;
    }

    .brand-en,
    .brand-en * {
        font-family: 'Roboto', sans-serif !important;
    }

    :root {
        --ink: #263748;
        --ink2: #1c2d3a;
        --teal: #007F80;
        --teal2: #006375;
        --teal3: #C7DDE1;
        --cream: #f8f9fb;
        --cream2: #f0f3f6;
        --white: #ffffff;
        --muted: #607a8a;
        --border: #dde4eb;
        --border2: rgba(5, 178, 166, .22);
    }

    *,
    *::before,
    *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0
    }

    html {
        scroll-behavior: smooth
    }

    body {
        font-family: 'Tajawal', sans-serif;
        background: var(--cream);
        color: var(--ink);
        direction: rtl;
        overflow-x: hidden
    }

    .nl {
        font-size: 1.5rem;
        font-weight: 900;
        color: var(--ink);
        letter-spacing: -1px
    }

    .nl span {
        color: var(--teal)
    }

    .nv {
        display: flex;
        gap: 28px;
        list-style: none
    }

    .nv a {
        font-size: .85rem;
        font-weight: 600;
        color: var(--muted);
        text-decoration: none;
        transition: color .2s
    }

    .nv a:hover {
        color: var(--ink)
    }

    .nc {
        background: var(--ink);
        color: var(--cream);
        padding: 9px 22px;
        border-radius: 50px;
        font-size: .85rem;
        font-weight: 700;
        text-decoration: none;
        transition: all .22s
    }

    .nc:hover {
        background: var(--teal)
    }


    .hero::after {
        content: '';
        position: absolute;
        top: -10%;
        right: -5%;
        width: 55%;
        height: 120%;
        background: radial-gradient(ellipse 80% 70% at 60% 40%,
                rgba(5, 178, 166, .06) 0%,
                rgba(5, 178, 166, .03) 40%,
                transparent 70%);
        pointer-events: none;
        z-index: 0;
    }

    .hero {
        min-height: 100vh;
        padding-top: 66px;
        display: grid;
        grid-template-columns: 54% 46%;
        background: var(--white);
        overflow: hidden
    }

    .hero::before {
        background-image: radial-gradient(circle, rgba(5, 178, 166, .06) 1px, transparent 1px);
        background-size: 28px 28px;
    }

    .hero::after {
        background: radial-gradient(ellipse 80% 70% at 60% 40%,
                rgba(5, 178, 166, .06) 0%, transparent 70%);
    }

    .hl {
        animation: fadeUp .7s ease .10s forwards;
    }

    .h1 {
        animation: fadeUp .7s ease .22s forwards;
    }

    .h1-line2 {
        animation: fadeUp .7s ease .34s forwards;
    }

    .h-accent {
        animation: fadeUp .6s ease .44s forwards;
    }

    .hp {
        animation: fadeUp .7s ease .52s forwards;
    }

    .hbtns {
        animation: fadeUp .7s ease .62s forwards;
    }

    .hstats {
        animation: fadeUp .7s ease .74s forwards;
    }


    @keyframes fadeUp {
        from {
            opacity: 0;
            transform: translateY(18px)
        }

        to {
            opacity: 1;
            transform: none
        }
    }

    .ht {
        padding: 80px 52px 80px 64px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        z-index: 2;
        background: transparent;
    }

    .hl {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: .7rem;
        font-weight: 800;
        color: var(--teal2);
        letter-spacing: 1.8px;
        text-transform: uppercase;
        margin-bottom: 24px;
        background: rgba(5, 178, 166, .07);
        border: 1px solid rgba(5, 178, 166, .18);
        padding: 6px 14px 6px 10px;
        border-radius: 50px;
        width: fit-content
    }

    .hl-dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--teal);
        animation: hldot 2.2s ease-in-out infinite;
        flex-shrink: 0
    }

    @keyframes hldot {

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

        50% {
            opacity: .4;
            transform: scale(.65)
        }
    }

    .h1 {
        font-size: clamp(3rem, 5vw, 5.6rem);
        font-weight: 900;
        color: var(--ink);
        line-height: 1.15;
        letter-spacing: -1px;
        margin-top: auto;
        margin-bottom: 0
    }

    .h1-line2 {
        display: block;
        font-size: clamp(3rem, 5vw, 5.6rem);
        font-weight: 900;
        line-height: 1.15;
        letter-spacing: -1px;
        background: linear-gradient(120deg, var(--teal) 0%, #007F80 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 28px
    }

    .h-accent {
        width: 48px;
        height: 3px;
        background: linear-gradient(90deg, var(--teal), var(--teal3));
        border-radius: 3px;
        margin-bottom: 22px
    }

    .hp {
        font-size: 1.06rem;
        color: var(--muted);
        line-height: 1.85;
        max-width: 430px;
        margin-bottom: 40px;
        font-weight: 400
    }



    .hero-badge-img {
        position: absolute;
        top: 36px;
        right: 32px;
        background: var(--teal);
        backdrop-filter: blur(8px);
        color: #fff;
        font-size: .7rem;
        font-weight: 800;
        letter-spacing: 1px;
        padding: 6px 14px;
        border-radius: 50px;
        z-index: 4;
        opacity: 0;
        animation: fadeUp .6s ease 1.1s forwards;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .hero-badge-img::before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #fff;
        opacity: .8;
        animation: pulse 2s infinite;
    }

    .hbtns {
        display: flex;
        align-items: center;
        gap: 14px;
        flex-wrap: wrap;
        margin-bottom: 52px
    }

    .bm {
        background: var(--teal);
        color: var(--white);
        padding: 14px 28px;
        border-radius: 12px;
        font-size: .92rem;
        font-weight: 800;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        transition: all .25s;
        letter-spacing: .2px;
        box-shadow: 0 6px 24px rgba(38, 55, 72, .2)
    }

    .bm:hover {
        background: var(--teal3);
        transform: translateY(-2px);
        box-shadow: 0 12px 32px rgba(0, 99, 117, .25);
        color: var(--teal);
        ;
    }

    .bm svg {
        transition: transform .2s
    }

    .bm:hover svg {
        transform: translateX(-3px)
    }

    .bg {
        font-size: .9rem;
        font-weight: 700;
        color: var(--ink);
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        transition: color .2s;
        border: 1.5px solid var(--border);
        padding: 13px 22px;
        border-radius: 12px;
        background: var(--white)
    }

    .bg:hover {
        color: var(--teal);
        border-color: var(--border2)
    }

    .ic {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: var(--cream2);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .22s;
        color: var(--teal);
        flex-shrink: 0
    }

    .bg:hover .ic {
        background: var(--teal);
        color: #fff
    }

    .hstats {
        display: flex;
        align-items: center;
        gap: 0;
        background: var(--cream2);
        border: 1px solid var(--border);
        border-radius: 14px;
        overflow: hidden;
        width: fit-content
    }

    .hstat {
        padding: 16px 24px;
        border-left: 1px solid var(--border);
        display: flex;
        align-items: center;
        gap: 10px
    }

    .hstat:last-child {
        border-left: none
    }

    .hstat-icon {
        width: 32px;
        height: 32px;
        border-radius: 8px;
        background: rgba(5, 178, 166, .1);
        border: 1px solid rgba(5, 178, 166, .15);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--teal);
        flex-shrink: 0
    }

    .hstat-val {
        font-size: 1.05rem;
        font-weight: 900;
        color: var(--ink);
        letter-spacing: -.5px;
        line-height: 1
    }

    .hstat-lbl {
        font-size: .7rem;
        color: var(--muted);
        font-weight: 600;
        margin-top: 2px;
        white-space: nowrap
    }




    /* 
    .hi {
        position: relative;
        border-radius: 28px;
        overflow: hidden;
        background: transparent;
        width: 100%;
        max-width: 640px;
    }

    .hi img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 28px;
        box-shadow: 0 30px 70px rgba(8, 31, 35, .18);
    }

    .hi img {
        animation: floatHero 6s ease-in-out infinite;
    }

    @keyframes floatHero {
        0% {
            transform: translateY(0px);
        }

        50% {
            transform: translateY(-10px);
        }

        100% {
            transform: translateY(0px);
        }
    }

    .hi::before {
        content: "";
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        width: 280px;
        height: 80px;
        background: radial-gradient(ellipse,
                rgba(0, 127, 128, 0.18),
                transparent 70%);
        filter: blur(20px);
    } */

    .hi {
        position: relative;
        overflow: hidden;
        background: #0d1f23;
        border-radius: 28px;

        height: 640px;
    }


    .hi img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;

        display: block;

        opacity: 0;
        transform: scale(1.04);
        animation: imgIn 1.2s cubic-bezier(.4, 0, .2, 1) .3s forwards;
    }


    @keyframes imgIn {
        to {
            opacity: .82;
            transform: scale(1)
        }
    }

    .hi::before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 1;

        background: linear-gradient(160deg,
                rgba(5, 178, 166, .08) 0%,
                rgba(38, 55, 72, .32) 100%);

    }

    .sb {
        background: var(--ink);
        border-top: none;
        border-bottom: none;
        padding: 0;
        overflow: hidden;
        position: relative
    }

    .sb::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(5, 178, 166, .06) 0%, transparent 50%);
        pointer-events: none
    }

    .si {
        max-width: 1240px;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 0
    }

    .sit {
        padding: 40px 32px;
        position: relative;
        border-left: 1px solid rgba(255, 255, 255, .06);
        transition: background .3s;
        display: flex;
        flex-direction: column;
        gap: 0
    }

    .sit:first-child {
        border-left: none
    }

    .sit:hover {
        background: rgba(255, 255, 255, .03)
    }

    .sit-top {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 8px
    }

    .sit-icon {
        width: 36px;
        height: 36px;
        border-radius: 9px;
        background: rgba(5, 178, 166, .12);
        border: 1px solid rgba(5, 178, 166, .18);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--teal);
        flex-shrink: 0;
        opacity: 0;
        transform: scale(.8);
        transition: opacity .5s ease, transform .5s ease
    }

    .sit.vis .sit-icon {
        opacity: 1;
        transform: scale(1)
    }

    .sn {
        font-size: 2.6rem;
        font-weight: 900;
        color: var(--white);
        letter-spacing: -1.5px;
        line-height: 1;
        opacity: 0;
        transform: translateY(12px);
        transition: opacity .6s ease, transform .6s ease
    }

    .sn.vis {
        opacity: 1;
        transform: none
    }

    .sn span {
        color: var(--teal)
    }

    .sl {
        font-size: .8rem;
        color: rgba(255, 255, 255, .38);
        font-weight: 500;
        letter-spacing: .2px;
        padding-right: 48px
    }

    .sec {
        padding: 96px 56px
    }

    .si2 {
        max-width: 1240px;
        margin: auto
    }

    .slb {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        font-weight: 800;
        color: var(--teal);
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin-bottom: 14px
    }

    .slb::before {
        content: '';
        width: 18px;
        height: 2px;
        background: var(--teal);
        border-radius: 2px
    }

    .sh2 {
        font-size: clamp(1.8rem, 2.8vw, 2.8rem);
        font-weight: 900;
        color: var(--ink);
        line-height: 1.2;
        letter-spacing: -1px;
        margin-bottom: 12px
    }

    .sh2 span {
        color: var(--teal)
    }

    .sp {
        font-size: .97rem;
        color: var(--muted);
        line-height: 1.85;
        max-width: 520px
    }

    .ctr {
        text-align: center
    }

    .ctr .slb {
        justify-content: center
    }

    .ctr .sp {
        margin: 0 auto
    }

    .pg {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
        margin-top: 56px
    }

    .pc2 {
        background: var(--white);
        border: 1px solid var(--border);
        border-radius: 20px;
        padding: 32px 22px;
        text-align: center;
        transition: all .3s;
        position: relative;
        overflow: hidden;
        cursor: default
    }

    .pc2::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--teal), var(--teal3));
        transform: scaleX(0);
        transform-origin: right;
        transition: transform .4s
    }

    .pc2:hover {
        transform: translateY(-6px);
        box-shadow: 0 24px 60px rgba(5, 166, 155, .1);
        border-color: var(--border2)
    }

    .pc2:hover::before {
        transform: scaleX(1)
    }

    .rw {
        width: 96px;
        height: 96px;
        margin: 0 auto 20px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .rs {
        width: 96px;
        height: 96px;
        transform: rotate(-90deg);
        position: absolute;
        top: 0;
        left: 0
    }

    .rt {
        fill: none;
        stroke: rgba(5, 166, 155, .08);
        stroke-width: 6
    }

    .rf {
        fill: none;
        stroke: url(#rg);
        stroke-width: 6;
        stroke-linecap: round;
        stroke-dasharray: 263.9;
        stroke-dashoffset: 263.9;
        transition: stroke-dashoffset 1.8s cubic-bezier(.4, 0, .2, 1)
    }

    .rp {
        font-size: 1.5rem;
        font-weight: 900;
        color: var(--ink);
        position: relative;
        z-index: 1;
        line-height: 1
    }

    .pt {
        font-size: .9rem;
        font-weight: 800;
        color: var(--ink);
        margin-bottom: 8px
    }

    .pd {
        font-size: .8rem;
        color: var(--muted);
        line-height: 1.7
    }

    .hw {
        background: var(--white);
        padding: 96px 56px;
        position: relative;
        overflow: hidden
    }

    .hw::before {
        content: '';
        position: absolute;
        top: -120px;
        right: -120px;
        width: 500px;
        height: 500px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(5, 178, 166, .06) 0%, transparent 65%);
        pointer-events: none
    }

    .hg {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-top: 56px
    }

    .hc {
        background: var(--white);
        border: 1px solid var(--border);
        border-radius: 24px;
        padding: 44px 36px;
        position: relative;
        overflow: hidden;
        transition: all .3s
    }

    .hc:hover {
        transform: translateY(-6px);
        box-shadow: 0 24px 60px rgba(5, 166, 155, .1);
        border-color: var(--border2)
    }

    .hc::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--teal), var(--teal3));
        transform: scaleX(0);
        transform-origin: right;
        transition: transform .4s
    }

    .hc:hover::after {
        transform: scaleX(1)
    }

    .htg {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        font-size: .68rem;
        font-weight: 800;
        color: var(--teal2);
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin-bottom: 20px;
        background: rgba(5, 166, 155, .08);
        border: 1px solid rgba(5, 166, 155, .15);
        padding: 5px 12px;
        border-radius: 50px
    }

    .hn {
        font-size: 4.5rem;
        font-weight: 900;
        color: rgba(13, 27, 30, .05);
        line-height: 1;
        margin-bottom: 16px;
        letter-spacing: -3px
    }

    .hc h4 {
        font-size: 19px;
        font-weight: 800;
        color: var(--ink);
        margin-bottom: 10px
    }

    .hc p {
        font-size: .88rem;
        color: var(--muted);
        line-height: 1.8
    }

    .hg-wrap {
        position: relative
    }

    .hstep-line {
        display: none
    }

    .fg {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        margin-top: 56px
    }

    .fc {
        background: var(--white);
        border: 1px solid var(--border);
        border-radius: 20px;
        padding: 28px;
        transition: all .28s;
        position: relative;
        overflow: hidden
    }

    .fc:hover {
        box-shadow: 0 20px 50px rgba(13, 27, 30, .08);
        transform: translateY(-4px);
        border-color: var(--border2)
    }

    .fi2 {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        background: var(--cream);
        border: 1px solid var(--border);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--teal);
        margin-bottom: 18px;
        transition: all .25s
    }

    .fc:hover .fi2 {
        background: var(--teal);
        color: #fff;
        border-color: var(--teal)
    }

    .fc h5 {
        font-size: 19px;
        font-weight: 800;
        color: var(--ink);
        margin-bottom: 9px;
        line-height: 1.4
    }

    .fc p {
        font-size: .82rem;
        color: var(--muted);
        line-height: 1.75
    }

    .tl {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: start;
        margin-top: 56px
    }

    .tn {
        display: flex;
        flex-direction: column;
        gap: 4px
    }

    .tb {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px 18px;
        border-radius: 12px;
        border: none;
        background: transparent;
        cursor: pointer;
        text-align: right;
        transition: all .22s;
        color: var(--muted);
        font-family: 'Tajawal', sans-serif
    }

    .tb.a,
    .tb:hover {
        background: var(--white);
        color: var(--ink);
        box-shadow: 0 4px 20px rgba(13, 27, 30, .06)
    }

    .tb.a {
        border-right: 3px solid var(--teal)
    }

    .tiw {
        width: 36px;
        height: 36px;
        border-radius: 9px;
        flex-shrink: 0;
        background: var(--cream2);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .22s;
        color: var(--muted)
    }

    .tb.a .tiw,
    .tb:hover .tiw {
        background: var(--teal);
        color: #fff
    }

    .tbt {
        font-size: 16px;
        font-weight: 800;
        display: block;
        text-align: right
    }

    .tbs {
        font-size: .73rem;
        margin-top: 1px;
        opacity: .65;
        display: block;
        text-align: right
    }

    .tpn {
        position: relative
    }

    .tp2 {
        display: none
    }

    .tp2.a {
        display: block;
        animation: fu .35s ease
    }

    @keyframes fu {
        from {
            opacity: 0;
            transform: translateY(10px)
        }

        to {
            opacity: 1;
            transform: none
        }
    }

    .tcc {
        background: var(--white);
        border: 1px solid var(--border);
        border-radius: 20px;
        padding: 30px;
        box-shadow: 0 8px 40px rgba(13, 27, 30, .06)
    }

    .tcc h4 {
        font-size: 19px;
        font-weight: 900;
        color: var(--ink);
        margin-bottom: 10px
    }

    .tcc p {
        font-size: 16px;
        color: var(--muted);
        line-height: 1.85;
        margin-bottom: 20px
    }

    .tli {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 9px
    }

    .tli li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14.5px;
        color: var(--ink)
    }

    .tck {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        flex-shrink: 0;
        background: rgba(5, 166, 155, .1);
        border: 1px solid rgba(5, 166, 155, .2);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--teal)
    }

    .crm {
        background: linear-gradient(160deg, #edfaf9 0%, var(--cream2) 100%);
        padding: 96px 56px;
        position: relative;
        overflow: hidden
    }

    .crm::before {
        content: '';
        position: absolute;
        top: -100px;
        right: -100px;
        width: 600px;
        height: 600px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(5, 178, 166, .07) 0%, transparent 60%);
        pointer-events: none
    }

    .ci {
        max-width: 1240px;
        margin: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
        align-items: center
    }

    .clb {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: .7rem;
        font-weight: 800;
        color: var(--teal);
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin-bottom: 16px
    }

    .clb::before {
        content: '';
        width: 18px;
        height: 2px;
        background: var(--teal);
        border-radius: 2px
    }

    .ch2 {
        font-size: clamp(1.8rem, 2.6vw, 2.6rem);
        font-weight: 900;
        color: var(--ink);
        line-height: 1.2;
        letter-spacing: -1px;
        margin-bottom: 14px
    }

    .ch2 span {
        color: var(--teal)
    }

    .cp2 {
        font-size: 17px;
        color: var(--muted);
        line-height: 1.85;
        margin-bottom: 28px
    }

    .cll {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .cll li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 16px;
        color: var(--ink)
    }

    .cli {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        flex-shrink: 0;
        background: rgba(5, 166, 155, .1);
        border: 1px solid rgba(5, 166, 155, .2);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--teal)
    }

    .cg {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px
    }

    .cc2 {
        background: var(--white);
        border: 1px solid var(--border);
        border-radius: 16px;
        padding: 22px;
        transition: all .25s
    }

    .cc2:hover {
        background: var(--white);
        border-color: var(--border2);
        transform: translateY(-3px);
        box-shadow: 0 12px 36px rgba(5, 166, 155, .1)
    }

    .cci {
        width: 38px;
        height: 38px;
        border-radius: 10px;
        background: rgba(5, 166, 155, .08);
        border: 1px solid rgba(5, 166, 155, .15);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--teal);
        margin-bottom: 12px
    }

    .cct h6 {
        font-size: 16px;
        font-weight: 800;
        color: var(--ink);
        margin-bottom: 5px
    }

    .cct p {
        font-size: .76rem;
        color: var(--muted);
        line-height: 1.65
    }

    .tsg {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-top: 56px
    }

    .tsrc {
        background: var(--white);
        border: 1px solid var(--border);
        border-radius: 20px;
        padding: 28px;
        position: relative;
        overflow: hidden;
        transition: all .28s
    }

    .tsrc:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 50px rgba(13, 27, 30, .08);
        border-color: var(--border2)
    }

    .tsrc::after {
        content: '\201C';
        position: absolute;
        top: 14px;
        left: 22px;
        font-size: 5rem;
        font-weight: 900;
        color: rgba(5, 166, 155, .07);
        line-height: 1;
        pointer-events: none;
        font-family: Georgia, serif
    }

    .tss {
        color: var(--teal);
        font-size: .86rem;
        letter-spacing: 2px;
        margin-bottom: 14px
    }

    .tst {
        font-size: .88rem;
        color: var(--muted);
        line-height: 1.85;
        margin-bottom: 22px;
        position: relative;
        z-index: 1
    }

    .tsa {
        display: flex;
        align-items: center;
        gap: 12px
    }

    .tsav {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        flex-shrink: 0;
        background: linear-gradient(135deg, var(--teal), var(--teal2));
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: .72rem;
        font-weight: 800
    }

    .tsn {
        font-size: .84rem;
        font-weight: 800;
        color: var(--ink)
    }

    .tsr {
        font-size: .72rem;
        color: var(--muted);
        margin-top: 1px
    }

    .prg {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-top: 56px;
        max-width: 820px;
        margin-left: auto;
        margin-right: auto
    }

    .prce {
        background: var(--white);
        border: 1px solid var(--border);
        border-radius: 24px;
        padding: 36px;
        position: relative;
        overflow: hidden;
        transition: all .28s
    }

    .prce:hover {
        box-shadow: 0 24px 60px rgba(13, 27, 30, .08)
    }

    .prce.ft {
        background: var(--ink);
        border-color: var(--ink)
    }

    .prb {
        position: absolute;
        top: 22px;
        left: 22px;
        background: var(--teal);
        color: #fff;
        font-size: .67rem;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 4px 11px;
        border-radius: 50px
    }

    .prn {
        font-size: .78rem;
        font-weight: 800;
        color: var(--muted);
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 5px
    }

    .prce.ft .prn {
        color: rgba(255, 255, 255, .35)
    }

    .prs {
        font-size: .85rem;
        color: var(--muted);
        margin-bottom: 22px
    }

    .prce.ft .prs {
        color: rgba(255, 255, 255, .35)
    }

    .prp {
        font-size: 3.2rem;
        font-weight: 900;
        color: var(--ink);
        letter-spacing: -2px;
        line-height: 1
    }

    .prce.ft .prp {
        color: var(--cream)
    }

    .prp sup {
        font-size: 1.4rem;
        font-weight: 700;
        vertical-align: top;
        margin-top: .5rem;
        margin-left: 3px;
        color: var(--teal)
    }

    .prper {
        font-size: .78rem;
        color: var(--muted);
        margin-bottom: 26px;
        margin-top: 3px
    }

    .prce.ft .prper {
        color: rgba(255, 255, 255, .32)
    }

    .prd {
        height: 1px;
        background: var(--border);
        margin-bottom: 22px
    }

    .prce.ft .prd {
        background: rgba(255, 255, 255, .07)
    }

    .prl {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 26px
    }

    .prl li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: .86rem;
        color: var(--ink)
    }

    .prce.ft .prl li {
        color: rgba(255, 255, 255, .68)
    }

    .prci {
        color: var(--teal);
        flex-shrink: 0
    }

    .bpl {
        width: 100%;
        padding: 13px;
        border-radius: 50px;
        border: none;
        font-family: 'Tajawal', sans-serif;
        font-size: .9rem;
        font-weight: 800;
        cursor: pointer;
        transition: all .22s;
        letter-spacing: .3px
    }

    .bplo {
        background: transparent;
        border: 1.5px solid var(--border);
        color: var(--ink)
    }

    .bplo:hover {
        border-color: var(--teal);
        color: var(--teal)
    }

    .bplf {
        background: var(--teal);
        color: #fff;
        box-shadow: 0 8px 24px rgba(5, 166, 155, .28)
    }

    .bplf:hover {
        background: var(--teal2);
        transform: translateY(-2px);
        box-shadow: 0 14px 36px rgba(5, 166, 155, .38)
    }

    .prent-wrap {
        max-width: 820px;
        margin: 20px auto 0
    }

    .prent-card {
        background: linear-gradient(135deg, var(--ink) 0%, #1a3540 100%);
        border-radius: 24px;
        padding: 36px 40px;
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 32px;
        align-items: center;
        position: relative;
        overflow: hidden
    }

    .prent-card::before {
        content: '';
        position: absolute;
        top: -60px;
        right: -60px;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(5, 166, 155, .18) 0%, transparent 65%);
        pointer-events: none
    }

    .prent-card::after {
        content: '';
        position: absolute;
        bottom: -40px;
        left: 100px;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(3, 212, 198, .08) 0%, transparent 65%);
        pointer-events: none
    }

    .prent-badge {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        font-size: .65rem;
        font-weight: 800;
        color: var(--teal3);
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin-bottom: 10px;
        background: rgba(5, 166, 155, .12);
        border: 1px solid rgba(5, 166, 155, .2);
        padding: 4px 12px;
        border-radius: 50px
    }

    .prent-badge::before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--teal3);
        animation: pulse-dot 2s infinite
    }

    @keyframes pulse-dot {

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

        50% {
            opacity: .5;
            transform: scale(.7)
        }
    }

    .prent-title {
        font-size: 1.3rem;
        font-weight: 900;
        color: var(--cream);
        letter-spacing: -.5px;
        margin-bottom: 6px;
        position: relative;
        z-index: 1
    }

    .prent-sub {
        font-size: .88rem;
        color: rgba(255, 255, 255, .45);
        line-height: 1.7;
        position: relative;
        z-index: 1
    }

    .prent-actions {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
        position: relative;
        z-index: 1;
        flex-shrink: 0
    }

    .btn-ent-main {
        background: var(--teal);
        color: #fff;
        padding: 13px 28px;
        border-radius: 50px;
        font-size: .9rem;
        font-weight: 800;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 9px;
        transition: all .25s;
        box-shadow: 0 8px 24px rgba(5, 166, 155, .3);
        white-space: nowrap
    }

    .btn-ent-main:hover {
        background: var(--teal3);
        color: var(--ink);
        transform: translateY(-2px);
        box-shadow: 0 14px 36px rgba(5, 166, 155, .4)
    }

    .btn-ent-sub {
        font-size: .78rem;
        color: rgba(255, 255, 255, .35);
        text-align: center;
        display: flex;
        align-items: center;
        gap: 6px;
        justify-content: center
    }

    .btn-ent-sub svg {
        color: var(--teal);
        opacity: .7
    }

    .ctas {
        background: var(--cream2);
        padding: 96px 56px;
        position: relative;
        overflow: hidden
    }

    .ctas::before {
        content: '';
        position: absolute;
        top: -200px;
        left: 50%;
        transform: translateX(-50%);
        width: 700px;
        height: 700px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(5, 178, 166, .05) 0%, transparent 70%);
        pointer-events: none
    }

    .cta-box {
        max-width: 1000px;
        margin: 0 auto;
        background: var(--white);
        border: 1px solid var(--border);
        border-radius: 28px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        overflow: hidden;
        box-shadow: 0 24px 80px rgba(13, 27, 30, .1);
        position: relative;
        z-index: 1
    }

    .cta-left {
        padding: 52px 48px;
        background: linear-gradient(145deg, #007F80 0%, #007F80 100%);
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .cta-left::before {
        content: '';
        position: absolute;
        top: -80px;
        right: -80px;
        width: 320px;
        height: 320px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(5, 166, 155, .15) 0%, transparent 60%)
    }

    .cta-left::after {
        content: '';
        position: absolute;
        bottom: -60px;
        left: -60px;
        width: 240px;
        height: 240px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(3, 212, 198, .08) 0%, transparent 60%)
    }

    .cta-label {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        font-size: .65rem;
        font-weight: 800;
        color: var(--teal3);
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin-bottom: 16px;
        position: relative;
        z-index: 1
    }

    .cta-label::before,
    .cta-label::after {
        content: '';
        width: 16px;
        height: 1.5px;
        background: var(--teal3);
        border-radius: 2px;
        opacity: .6
    }

    .cta-left h2 {
        font-size: clamp(1.6rem, 2.4vw, 2.4rem);
        font-weight: 900;
        color: var(--white);
        line-height: 1.15;
        letter-spacing: -1px;
        margin-bottom: 14px;
        position: relative;
        z-index: 1
    }

    .cta-left p {
        font-size: .92rem;
        color: rgba(255, 255, 255, .57);
        line-height: 1.85;
        position: relative;
        z-index: 1
    }

    .cta-dots {
        position: absolute;
        bottom: 28px;
        left: 28px;
        display: flex;
        gap: 6px;
        z-index: 1
    }

    .cta-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: rgba(255, 255, 255, .1)
    }

    .cta-dot:first-child {
        background: var(--teal);
        opacity: .6
    }

    .cta-right {
        padding: 48px 44px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0
    }

    .cta-right-title {
        font-size: 24px;
        font-weight: 900;
        color: var(--ink);
        margin-bottom: 8px
    }

    .cta-right-sub {
        font-size: .84rem;
        color: var(--muted);
        line-height: 1.75;
        margin-bottom: 28px
    }

    .btn-cta-main {
        width: 100%;
        padding: 15px 24px;
        border-radius: 14px;
        background: #007F80;
        color: var(--cream);
        font-family: 'Tajawal', sans-serif;
        font-size: .95rem;
        font-weight: 800;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        transition: all .25s;
        margin-bottom: 10px;
        box-shadow: 0 8px 28px rgba(13, 27, 30, .15)
    }

    .btn-cta-main:hover {
        background: var(--teal3);
        transform: translateY(-2px);
        box-shadow: 0 14px 36px rgba(5, 166, 155, .28);
        color: var(--teal);


    }

    .cta-divider {
        display: flex;
        align-items: center;
        gap: 12px;
        margin: 2px 0 10px;
        font-size: .74rem;
        color: var(--muted);
        font-weight: 600
    }

    .cta-divider::before,
    .cta-divider::after {
        content: '';
        flex: 1;
        height: 1px;
        background: var(--border)
    }

    .btn-cta-sec {
        width: 100%;
        padding: 14px 24px;
        border-radius: 14px;
        background: transparent;
        border: 1.5px solid var(--border);
        color: var(--ink);
        font-family: 'Tajawal', sans-serif;
        font-size: .92rem;
        font-weight: 700;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        transition: all .22s;
        margin-bottom: 20px
    }

    .btn-cta-sec:hover {
        border-color: var(--teal);
        color: var(--teal);
        background: rgba(5, 166, 155, .04)
    }

    .cta-trust {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: .76rem;
        color: var(--muted);
        font-weight: 600
    }

    .cta-trust svg {
        color: var(--teal);
        opacity: .7;
        flex-shrink: 0
    }



    .sr {
        opacity: 1;
        transform: none;
        transition: opacity .7s ease, transform .7s ease
    }

    .sr.h {
        opacity: 0;
        transform: translateY(22px)
    }

    .sr.h.in {
        opacity: 1;
        transform: none
    }

    @media(max-width:1100px) {
        .hero {
            grid-template-columns: 1fr
        }

        .hi {
            min-height: 55vh;
            order: -1
        }

        .ht {
            padding: 44px 28px 52px
        }

        .si {
            grid-template-columns: repeat(2, 1fr)
        }

        .ci {
            grid-template-columns: 1fr
        }

        .tl {
            grid-template-columns: 1fr
        }

        .cta-box {
            grid-template-columns: 1fr
        }

        .prent-card {
            grid-template-columns: 1fr
        }
    }

    @media(max-width:768px) {
        nav {
            padding: 0 20px
        }

        .nv {
            display: none
        }

        .sec,
        .hw,
        .crm,
        .ctas,
        footer,
        .sb {
            padding-left: 20px;
            padding-right: 20px
        }

        .pg,
        .fg,
        .tsg {
            grid-template-columns: 1fr
        }

        .hg {
            grid-template-columns: 1fr
        }

        .prg {
            grid-template-columns: 1fr
        }

        .ftt {
            grid-template-columns: 1fr 1fr
        }

        .hsc {
            display: none
        }

        .si {
            grid-template-columns: 1fr 1fr
        }
    }

    #gotoTop {
        position: fixed;
        bottom: 32px;
        left: 32px;
        z-index: 9999;
        width: 48px;
        height: 48px;
        border-radius: 14px;
        background: linear-gradient(135deg, var(--purple) 0%, var(--purple-light) 100%);
        color: #fff;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 8px 24px rgba(103, 58, 183, 0.35);
        opacity: 0;
        transform: translateY(16px) scale(0.85);
        transition: opacity 0.35s ease, transform 0.35s ease, box-shadow 0.25s ease;
        pointer-events: none;
    }

    #gotoTop.visible {
        opacity: 1;
        transform: translateY(0) scale(1);
        pointer-events: auto;
    }

    #gotoTop:hover {
        transform: translateY(-3px) scale(1.08);
        box-shadow: 0 14px 32px rgba(103, 58, 183, 0.45);
    }


    @media (max-width: 991px) {
        .hero {
            display: flex;
            flex-direction: column;
            align-items: stretch;
            gap: 20px;
            padding: 24px 16px 36px;
        }

        .ht {
            order: 1;
            width: 100%;
            max-width: 100%;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .hi {
            order: 4;
            width: 100%;
            max-width: 100%;
            margin: 8px auto 0;
            border-radius: 22px;
            overflow: hidden;
            background: transparent;
        }

        .hi img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 22px;
            object-fit: cover;
            object-position: center;
        }

        .hero-badge-img {
            top: 12px;
            right: 12px;
            font-size: 0.68rem;
            padding: 7px 12px;
            border-radius: 999px;
        }

        .hl {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            font-size: 0.76rem;
            line-height: 1.5;
            text-align: center;
            padding: 8px 14px;
            border-radius: 999px;
            margin-bottom: 14px;
            max-width: 100%;
        }

        .h1 {
            font-size: clamp(2.2rem, 8vw, 3rem);
            line-height: 1.1;
            letter-spacing: 0;
            margin: 0 0 4px;
            text-align: center;
        }

        .h1-line2 {
            display: block;
            font-size: clamp(2.2rem, 8vw, 3rem);
            line-height: 1.1;
            letter-spacing: 0;
            margin-bottom: 14px;
            text-align: center;
        }

        .h-accent {
            margin: 0 auto 16px;
        }

        .hp {
            max-width: 100%;
            font-size: 0.98rem;
            line-height: 1.9;
            text-align: center;
            margin: 0 auto 20px;
        }

        .hbtns {
            order: 2;
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-bottom: 8px;
        }

        .hbtns .bm,
        .hbtns .bg {
            width: 100%;
            min-height: 52px;
            padding: 14px 16px;
            border-radius: 16px;
            justify-content: center;
            font-size: 0.96rem;
        }

        .hstats {
            order: 3;
            width: 100%;
            display: grid;
            grid-template-columns: 1fr;
            gap: 10px;
            margin-top: 8px;
        }

        .hstat {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            width: 100%;
            padding: 14px 16px;
            border-radius: 16px;
            text-align: center;
        }

        .hstat>div:last-child {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .hstat-icon {
            flex-shrink: 0;
        }

        .hstat-val {
            font-size: 1.05rem;
            line-height: 1.2;
        }

        .hstat-lbl {
            font-size: 0.88rem;
            line-height: 1.55;
        }
    }

    @media (max-width: 575px) {
        .hero {
            padding: 20px 14px 10px !important;
            margin-bottom: 0 !important;
            min-height: auto !important;
            height: auto !important;
        }

        .hi {
            width: 100% !important;
            max-width: 100% !important;
            height: auto !important;
            min-height: 0 !important;
            aspect-ratio: auto !important;
            padding: 0 !important;
            margin: 0 !important;
            background: transparent !important;
            border-radius: 18px !important;
            overflow: hidden !important;
            display: block !important;
        }

        .hi img {
            width: 100% !important;
            height: auto !important;
            min-height: 0 !important;
            max-height: none !important;
            aspect-ratio: auto !important;
            object-fit: contain !important;
            display: block !important;
            border-radius: 18px !important;
            margin: 0 !important;
        }

        .ht {
            margin-top: 18px !important;
        }

        .hstats {
            margin-bottom: 0 !important;
        }

        .h1,
        .h1-line2 {
            font-size: clamp(1.9rem, 9vw, 2.5rem);
            line-height: 1.14;
            letter-spacing: 0 !important;
        }

        .hp {
            font-size: 0.92rem;
            line-height: 1.85;
            margin-bottom: 18px;
        }

        .hbtns .bm,
        .hbtns .bg {
            min-height: 50px;
            font-size: 0.92rem;
            padding: 13px 14px;
        }

        .hstat {
            padding: 12px 14px;
            gap: 10px;
        }

        .hstat-val {
            font-size: 1rem;
        }

        .hstat-lbl {
            font-size: 0.82rem;
        }

        .hero-badge-img {
            top: 10px;
            right: 10px;
            font-size: 0.64rem;
            padding: 6px 10px;
        }
    }

    .tsav {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
    }

    .tsav img {
        width: 125%;
        height: 147%;
        object-fit: contain;
        padding: 6px;
    }