:root {
    --amber: #F59E0B;
    --amber-light: #FCD34D;
    --amber-dark: #D97706;
    --teal: #006375;
    --teal-light: #C7DDE1;
    --gray-50: #FAFAFA;
    --gray-100: #F5F5F5;
    --gray-200: #E8E8E8;
    --gray-400: #A0A0A0;
    --gray-600: #666;
    --gray-800: #222;
    --gray-900: #0F0F0F;
    --font: 'Tajawal', sans-serif;
}

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

i[class*="fa-"],
.fa,
.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

html {
    scroll-behavior: smooth
}

body {
    font-family: var(--font);
    background: #fff;
    color: var(--gray-800);
    overflow-x: hidden;
    direction: rtl;
    cursor: none
}

#cur {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    pointer-events: none
}

#cur-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--amber);
    position: absolute;
    transform: translate(-50%, -50%)
}

#cur-ring {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid rgba(245, 158, 11, .5);
    position: absolute;
    transform: translate(-50%, -50%);
    transition: all .18s cubic-bezier(.22, 1, .36, 1)
}

#cur-glow {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(245, 158, 11, .07) 0%, transparent 70%);
    transition: all .3s ease
}

body.hovering #cur-ring {
    width: 60px;
    height: 60px;
    border-color: var(--amber);
    background: rgba(245, 158, 11, .05)
}

.hero {
    min-height: 100vh;
    padding-top: 72px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: linear-gradient(160deg, #fffbf0 0%, #fff7e6 45%, #fef9f0 100%)
}

.hero-aurora {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden
}

.ab {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px)
}

.ab1 {
    width: 800px;
    height: 600px;
    background: radial-gradient(ellipse, rgba(245, 158, 11, .16) 0%, transparent 70%);
    top: -150px;
    right: -120px;
    animation: ab1d 16s ease-in-out infinite alternate
}

.ab2 {
    width: 600px;
    height: 600px;
    background: radial-gradient(ellipse, rgba(245, 158, 11, .09) 0%, transparent 70%);
    bottom: -80px;
    left: -80px;
    animation: ab2d 20s ease-in-out infinite alternate
}

.ab3 {
    width: 500px;
    height: 400px;
    background: radial-gradient(ellipse, rgba(253, 211, 77, .13) 0%, transparent 70%);
    top: 25%;
    left: 15%;
    animation: ab3d 13s ease-in-out infinite alternate
}

.ab4 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 99, 117, .06) 0%, transparent 70%);
    top: 10%;
    left: 45%;
    animation: ab4d 18s ease-in-out 2s infinite alternate
}

@keyframes ab1d {
    0% {
        transform: translate(0, 0) scale(1)
    }

    100% {
        transform: translate(-50px, 40px) scale(1.12)
    }
}

@keyframes ab2d {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(60px, -50px) scale(1.15)
    }
}

@keyframes ab3d {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(-30px, -25px) scale(1.08)
    }
}

@keyframes ab4d {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(25px, 40px) scale(.9)
    }
}

.dot-tex {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, rgba(245, 158, 11, .08) 1px, transparent 1px);
    background-size: 30px 30px;
    mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 10%, transparent 100%)
}


.hero-inner {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 32px 5% 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(245, 158, 11, .1), rgba(245, 158, 11, .05));
    border: 1px solid rgba(245, 158, 11, .3);
    border-radius: 100px;
    padding: 7px 18px;
    font-size: .8rem;
    font-weight: 700;
    color: var(--amber-dark);
    margin-bottom: 28px;
    opacity: 0;
    animation: heroIn .8s cubic-bezier(.22, 1, .36, 1) .1s forwards;
    box-shadow: 0 2px 16px rgba(245, 158, 11, .12)
}

.badge-live {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--amber);
    animation: livePulse 2s infinite
}

@keyframes livePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(245, 158, 11, .6)
    }

    70% {
        box-shadow: 0 0 0 10px rgba(245, 158, 11, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(245, 158, 11, 0)
    }
}

.hero-title {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    font-weight: 900;
    line-height: 1.18;
    color: var(--gray-900);
    margin-bottom: 24px
}



.title-row {
    overflow: hidden;
    padding-bottom: 6px
}

.title-row span {
    opacity: 0;
    transform: translateY(100%) skewX(-3deg);
    animation: titleReveal .9s cubic-bezier(.22, 1, .36, 1) forwards
}

.title-row:nth-child(1) span {
    animation-delay: .2s
}

.title-row:nth-child(2) span {
    animation-delay: .38s
}

@keyframes titleReveal {
    to {
        opacity: 1;
        transform: translateY(0) skewX(0)
    }
}

.t-amber {
    color: var(--amber)
}

.t-teal {
    color: var(--teal)
}

.hero-sub {
    font-size: 1.05rem;
    color: var(--gray-600);
    line-height: 1.85;
    margin-bottom: 40px;
    max-width: 480px;
    opacity: 0;
    animation: heroIn .7s ease .6s forwards
}

@keyframes heroIn {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    opacity: 0;
    animation: heroIn .7s ease .75s forwards
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--amber);
    color: white;
    padding: 16px 32px;
    border-radius: 14px;
    font-weight: 800;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: 0 8px 32px rgba(245, 158, 11, .4);
    transition: all .4s cubic-bezier(.22, 1, .36, 1);
    position: relative;
    overflow: hidden
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .25), transparent);
    transition: left .6s
}

.btn-primary:hover::before {
    left: 100%
}

.btn-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 16px 48px rgba(245, 158, 11, .5)
}

.btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: var(--teal);
    border: 1.5px solid rgba(0, 99, 117, .3);
    padding: 15px 28px;
    border-radius: 14px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all .35s
}

.btn-ghost:hover {
    border-color: var(--teal);
    background: rgba(0, 99, 117, .05);
    transform: translateY(-2px);
    color: var(--teal-dark)
}

.hero-stats {
    display: flex;
    gap: 40px;
    margin-top: 48px;
    opacity: 0;
    animation: heroIn .7s ease .9s forwards
}

.hstat {
    position: relative
}

.hstat::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 5%;
    bottom: 5%;
    width: 1px;
    background: rgba(245, 158, 11, .2)
}

.hstat:last-child::after {
    display: none
}

.hstat-n {
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--gray-900);
    line-height: 1
}

.hstat-n b {
    color: var(--amber)
}

.hstat-l {
    font-size: .78rem;
    color: var(--gray-400);
    margin-top: 4px;
    font-weight: 500
}

.hero-vis {
    position: relative;
    opacity: 0;
    animation: visReveal 1s cubic-bezier(.22, 1, .36, 1) .4s forwards
}

@keyframes visReveal {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.dash-main {
    background: rgba(255, 255, 255, .96);
    border-radius: 28px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .03), 0 12px 40px rgba(245, 158, 11, .1), 0 40px 80px rgba(0, 0, 0, .06), 0 0 0 1px rgba(245, 158, 11, .1);
    padding: 26px;
    backdrop-filter: blur(20px);
    animation: dashFloat 6s ease-in-out infinite
}

@keyframes dashFloat {

    0%,
    100% {
        transform: translateY(0)
    }

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

.dash-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px
}

.topbar-dots {
    display: flex;
    gap: 7px
}

.topbar-dots span {
    width: 11px;
    height: 11px;
    border-radius: 50%
}

.td-r {
    background: #FF6B6B
}

.td-y {
    background: #FFD93D
}

.td-g {
    background: #6BCB77
}

.topbar-title {
    font-size: .85rem;
    font-weight: 700;
    color: var(--gray-800)
}

.topbar-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(245, 158, 11, .08);
    color: var(--amber-dark);
    font-size: .7rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 100px;
    border: 1px solid rgba(245, 158, 11, .2)
}

.live-ring {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--amber);
    animation: livePulse 1.8s infinite
}

.metric-row {
    display: flex;
    gap: 10px;
    margin-bottom: 12px
}

.metric {
    flex: 1;
    border-radius: 16px;
    padding: 16px 14px;
    position: relative;
    overflow: hidden;
    transition: all .35s cubic-bezier(.22, 1, .36, 1);
    cursor: default
}

.metric:hover {
    transform: translateY(-4px) scale(1.02)
}

.metric-amber {
    background: linear-gradient(135deg, var(--amber), var(--amber-dark));
    box-shadow: 0 8px 24px rgba(245, 158, 11, .35)
}

.metric-teal {
    background: linear-gradient(135deg, var(--teal), #004f5f);
    box-shadow: 0 8px 24px rgba(0, 99, 117, .25)
}

.metric-light {
    background: var(--gray-50);
    border: 1px solid var(--gray-100)
}

.m-label {
    font-size: .68rem;
    margin-bottom: 8px;
    font-weight: 600
}

.metric-amber .m-label,
.metric-teal .m-label {
    color: rgba(255, 255, 255, .7)
}

.metric-light .m-label {
    color: var(--gray-400)
}

.m-val {
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1
}

.metric-amber .m-val,
.metric-teal .m-val {
    color: white
}

.metric-light .m-val {
    color: var(--teal)
}

.m-delta {
    font-size: .65rem;
    font-weight: 700;
    margin-top: 5px
}

.metric-amber .m-delta,
.metric-teal .m-delta {
    color: rgba(255, 255, 255, .8)
}

.m-up {
    color: #10B981
}

.chart-block {
    background: var(--gray-50);
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 12px;
    border: 1px solid var(--gray-100)
}

.chart-label {
    font-size: .72rem;
    color: var(--gray-400);
    font-weight: 600;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.chart-peak {
    font-size: .72rem;
    font-weight: 700;
    color: var(--amber)
}

.bars {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    height: 64px
}

.bar {
    flex: 1;
    border-radius: 5px 5px 0 0;
    background: var(--gray-200);
    position: relative;
    overflow: hidden
}

.bar::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, var(--amber), rgba(245, 158, 11, .5));
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform .8s cubic-bezier(.22, 1, .36, 1);
    border-radius: 5px 5px 0 0;
    height: 100%
}

.bar.filled::after {
    transform: scaleY(1)
}

.bar.featured {
    background: rgba(245, 158, 11, .15)
}

.bar.featured::after {
    background: linear-gradient(to top, var(--amber), var(--amber-light))
}

.bar:nth-child(1) {
    height: 38%
}

.bar:nth-child(1)::after {
    transition-delay: .05s
}

.bar:nth-child(2) {
    height: 62%
}

.bar:nth-child(2)::after {
    transition-delay: .1s
}

.bar:nth-child(3) {
    height: 45%
}

.bar:nth-child(3)::after {
    transition-delay: .15s
}

.bar:nth-child(4) {
    height: 85%
}

.bar:nth-child(4)::after {
    transition-delay: .2s
}

.bar:nth-child(5) {
    height: 53%
}

.bar:nth-child(5)::after {
    transition-delay: .25s
}

.bar:nth-child(6) {
    height: 95%
}

.bar:nth-child(6)::after {
    transition-delay: .3s
}

.bar:nth-child(7) {
    height: 70%
}

.bar:nth-child(7)::after {
    transition-delay: .35s
}

.prog-block {
    border-radius: 16px;
    padding: 16px;
    background: var(--gray-50);
    border: 1px solid var(--gray-100)
}

.prog-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 9px
}

.prog-row:last-child {
    margin-bottom: 0
}

.prog-name {
    font-size: .69rem;
    color: var(--gray-600);
    font-weight: 600;
    min-width: 52px
}

.prog-track {
    flex: 1;
    height: 6px;
    border-radius: 3px;
    background: var(--gray-200);
    overflow: hidden
}

.prog-fill {
    height: 100%;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--teal-light), var(--teal));
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 1.4s cubic-bezier(.22, 1, .36, 1)
}

.prog-fill.amber-fill {
    background: linear-gradient(90deg, rgba(245, 158, 11, .5), var(--amber))
}

.prog-fill.loaded {
    transform: scaleX(1)
}

.prog-pct {
    font-size: .69rem;
    font-weight: 800;
    color: var(--amber-dark);
    min-width: 30px
}

.vis-float {
    position: absolute;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 16px;
    padding: 12px 16px;
    box-shadow: 0 8px 32px rgba(245, 158, 11, .1), 0 2px 8px rgba(0, 0, 0, .04);
    z-index: 3
}

.vf1 {
    top: -26px;
    left: -48px;
    animation: vFloat1 5s ease-in-out infinite
}

.vf2 {
    bottom: 20px;
    left: -56px;
    animation: vFloat2 6.5s ease-in-out infinite
}

.vf3 {
    top: 40%;
    right: -42px;
    animation: vFloat3 4.5s ease-in-out infinite
}

@keyframes vFloat1 {

    0%,
    100% {
        transform: translateY(0)
    }

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

@keyframes vFloat2 {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-8px)
    }
}

@keyframes vFloat3 {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-7px)
    }
}

.vf-icon {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    flex-shrink: 0;
    background: rgba(245, 158, 11, .1);
    color: var(--amber-dark);
    font-size: .9rem
}

.vf-content {
    display: flex;
    align-items: center
}

.vf-main {
    font-size: .76rem;
    font-weight: 700;
    color: var(--amber-dark)
}

.vf-sub {
    font-size: .64rem;
    color: var(--gray-400)
}

section {
    padding: 88px 5%;
    position: relative
}

.s-inner {
    max-width: 1280px;
    margin: 0 auto
}

.s-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(245, 158, 11, .07);
    border: 1px solid rgba(245, 158, 11, .2);
    color: var(--amber-dark);
    font-size: .78rem;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 100px;
    margin-bottom: 18px
}

.s-title {
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 900;
    color: var(--gray-900);
    line-height: 1.2;
    margin-bottom: 16px
}

.s-title em {
    font-style: normal;
    color: var(--amber)
}

.s-title em.teal {
    color: var(--teal)
}

.s-sub {
    font-size: 1rem;
    color: var(--gray-600);
    line-height: 1.8;
    max-width: 560px
}

.features-sec {
    background: linear-gradient(180deg, #fff 0%, rgba(245, 158, 11, .02) 50%, #fff 100%);
    overflow: hidden
}

.feat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 64px
}

.feat-card {
    background: white;
    border-radius: 24px;
    padding: 32px 28px;
    border: 1px solid var(--gray-100);
    box-shadow: 0 2px 12px rgba(0, 0, 0, .04);
    position: relative;
    overflow: hidden;
    cursor: default;
    transition: all .45s cubic-bezier(.22, 1, .36, 1)
}

.feat-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0), rgba(245, 158, 11, .05));
    opacity: 0;
    transition: opacity .4s
}

.feat-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--amber), var(--teal));
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .5s cubic-bezier(.22, 1, .36, 1)
}

.feat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 64px rgba(0, 0, 0, .08), 0 8px 24px rgba(245, 158, 11, .1)
}

.feat-card:hover::before {
    opacity: 1
}

.feat-card:hover::after {
    transform: scaleX(1)
}

.feat-card:hover .fc-icon {
    background: var(--amber);
    color: white;
    transform: rotate(8deg) scale(1.1)
}

.fc-bg-num {
    position: absolute;
    bottom: -10px;
    right: 10px;
    font-size: 5rem;
    font-weight: 900;
    color: rgba(245, 158, 11, .04);
    line-height: 1;
    user-select: none
}

.fc-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(245, 158, 11, .1);
    color: var(--amber-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 20px;
    transition: all .4s cubic-bezier(.34, 1.56, .64, 1)
}

.fc-title {
    font-size: 1rem;
    font-weight: 800;
    color: var(--teal);
    margin-bottom: 10px
}

.fc-desc {
    font-size: .875rem;
    color: var(--gray-600);
    line-height: 1.7
}

.fc-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 16px;
    font-size: .8rem;
    font-weight: 700;
    color: var(--amber-dark);
    opacity: 0;
    transform: translateY(6px);
    transition: all .3s
}

.feat-card:hover .fc-link {
    opacity: 1;
    transform: translateY(0)
}

.tabs-sec {
    background: linear-gradient(160deg, rgba(245, 158, 11, .02) 0%, white 40%, rgba(199, 221, 225, .05) 100%);
    overflow: hidden
}

.tab-pills {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 40px 0 52px
}

.tab-pill {
    padding: 10px 22px;
    border-radius: 100px;
    border: 1.5px solid var(--gray-200);
    background: white;
    color: var(--gray-600);
    font-family: var(--font);
    font-size: .875rem;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s cubic-bezier(.22, 1, .36, 1);
    position: relative;
    overflow: hidden
}

.tab-pill::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 100px;
    background: linear-gradient(135deg, var(--teal), #004f5f);
    opacity: 0;
    transition: opacity .3s;
    z-index: 0
}

.tab-pill span {
    position: relative;
    z-index: 1
}

.tab-pill.on {
    color: white;
    border-color: var(--teal);
    box-shadow: 0 4px 20px rgba(0, 99, 117, .25)
}

.tab-pill.on::before {
    opacity: 1
}

.tab-pill:hover:not(.on) {
    border-color: rgba(0, 99, 117, .3);
    color: var(--teal)
}

.tab-pane {
    display: none
}

.tab-pane.on {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: stretch
}

.feat-items {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.feat-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 18px;
    border-radius: 16px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all .3s
}

.feat-item:hover,
.feat-item.on {
    background: rgba(0, 99, 117, .04);
    border-color: rgba(0, 99, 117, .12)
}

.fi-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    background: rgba(0, 99, 117, .08);
    color: var(--teal);
    transition: all .3s cubic-bezier(.34, 1.56, .64, 1)
}

.feat-item:hover .fi-icon,
.feat-item.on .fi-icon {
    background: var(--teal);
    color: white;
    transform: rotate(6deg)
}

.fi-title {
    font-size: .95rem;
    font-weight: 700;
    color: var(--teal);
    margin-bottom: 4px
}

.fi-desc {
    font-size: .83rem;
    color: var(--gray-600);
    line-height: 1.65
}

.tab-visual {
    background: linear-gradient(145deg, rgba(245, 158, 11, .04), rgba(199, 221, 225, .1));
    border-radius: 28px;
    padding: 32px;
    border: 1px solid rgba(245, 158, 11, .1);
    box-shadow: 0 12px 48px rgba(0, 0, 0, .06), inset 0 1px 0 rgba(255, 255, 255, .8);
    min-height: 380px;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.tab-visual::before {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 158, 11, .06), transparent 70%)
}

.steps-sec {
    background: var(--teal);
    overflow: hidden;
    position: relative
}

.steps-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 50px 50px
}

.steps-sec::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(0, 0, 0, .1), transparent 70%);
    pointer-events: none
}

.steps-sec .s-title {
    color: white
}

.steps-sec .s-chip {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(199, 221, 225, .25);
    color: var(--teal-light)
}

.steps-sec .s-sub {
    color: rgba(199, 221, 225, .8)
}

.steps-row {
    display: flex;
    gap: 0;
    margin-top: 72px;
    position: relative;
    z-index: 1
}

.step-line {
    position: absolute;
    top: 44px;
    right: 11%;
    left: 11%;
    height: 1px;
    background: rgba(255, 255, 255, .15);
    overflow: visible
}

.step-line-glow {
    position: absolute;
    top: -1px;
    right: 0;
    height: 3px;
    width: 60px;
    background: linear-gradient(90deg, transparent, var(--amber-light), transparent);
    border-radius: 2px;
    animation: lineTrvel 4s ease-in-out infinite
}

@keyframes lineTrvel {
    0% {
        right: 100%;
        opacity: 0
    }

    10% {
        opacity: 1
    }

    90% {
        opacity: 1
    }

    100% {
        right: -10%;
        opacity: 0
    }
}

.stp {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 14px;
    position: relative;
    z-index: 2
}

.stp-orb {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    position: relative;
    cursor: default;
    transition: all .5s cubic-bezier(.34, 1.56, .64, 1)
}

.stp-orb::before {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .1);
    animation: orbPulse 3s ease-in-out infinite
}

@keyframes orbPulse {

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

    50% {
        transform: scale(1.08);
        opacity: 0
    }
}

.stp:hover .stp-orb,
.stp-orb.on {
    background: var(--amber);
    border-color: var(--amber);
    box-shadow: 0 0 0 12px rgba(245, 158, 11, .15), 0 12px 40px rgba(245, 158, 11, .4);
    transform: translateY(-8px) scale(1.08)
}

.stp-n {
    font-size: 1.7rem;
    font-weight: 900;
    color: rgba(255, 255, 255, .9)
}

.stp-title {
    font-size: .9rem;
    font-weight: 700;
    color: var(--teal-light);
    margin-bottom: 8px
}

.stp-desc {
    font-size: .78rem;
    color: rgba(255, 255, 255, .5);
    line-height: 1.6;
    max-width: 130px;
    margin: 0 auto
}

.app-sec {
    background: white;
    overflow: hidden
}

.app-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

.phone-scene {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.phone-wrap {
    position: relative;
    z-index: 2;
    animation: phoneLevitate 5s ease-in-out infinite;
    filter: drop-shadow(0 40px 60px rgba(245, 158, 11, .15)) drop-shadow(0 12px 24px rgba(0, 0, 0, .1))
}

@keyframes phoneLevitate {

    0%,
    100% {
        transform: translateY(0) rotate(-1deg)
    }

    50% {
        transform: translateY(-16px) rotate(1deg)
    }
}

.ph-body {
    width: 230px;
    background: var(--gray-900);
    border-radius: 40px;
    padding: 16px;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .06), 0 0 0 1px rgba(0, 0, 0, .3)
}

.ph-screen {
    background: linear-gradient(160deg, #0a1628, #0d2435, #071520);
    border-radius: 28px;
    padding: 22px 18px;
    min-height: 440px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    overflow: hidden
}

.ph-screen::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(180deg, rgba(245, 158, 11, .12), transparent);
    pointer-events: none
}

.ph-notch {
    width: 62px;
    height: 5px;
    background: rgba(255, 255, 255, .12);
    border-radius: 3px;
    margin: 0 auto 16px
}

.ph-label {
    font-size: .68rem;
    font-weight: 700;
    color: var(--amber-light);
    letter-spacing: .05em
}

.ph-stats {
    display: flex;
    gap: 8px;
    margin-bottom: 4px
}

.ph-stat {
    flex: 1;
    background: rgba(245, 158, 11, .12);
    border: 1px solid rgba(245, 158, 11, .2);
    border-radius: 13px;
    padding: 11px 8px;
    text-align: center
}

.ph-stat-n {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--amber-light)
}

.ph-stat-l {
    font-size: .52rem;
    color: rgba(255, 255, 255, .4);
    margin-top: 2px
}

.ph-orders-label {
    font-size: .6rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .35);
    margin-bottom: 3px;
    letter-spacing: .06em
}

.ph-row {
    background: rgba(255, 255, 255, .05);
    border-radius: 11px;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, .06);
    transition: all .25s
}

.ph-rname {
    font-size: .64rem;
    color: rgba(255, 255, 255, .8);
    font-weight: 600
}

.ph-badge {
    font-size: .56px;
    padding: 3px 8px;
    border-radius: 100px;
    font-weight: 700;
    font-size: .56rem
}

.pb-done {
    background: rgba(16, 185, 129, .2);
    color: #6EE7B7
}

.pb-road {
    background: rgba(245, 158, 11, .2);
    color: var(--amber-light)
}

.pb-prep {
    background: rgba(0, 99, 117, .25);
    color: var(--teal-light)
}

.ph-gps {
    background: linear-gradient(135deg, rgba(245, 158, 11, .9), rgba(217, 119, 6, .95));
    border-radius: 10px;
    padding: 10px 12px;
    text-align: center;
    font-size: .64rem;
    font-weight: 700;
    color: white;
    margin-top: auto;
    animation: gpsBreath 2.5s ease-in-out infinite;
    position: relative;
    z-index: 1
}

@keyframes gpsBreath {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .8
    }
}

.ph-ring {
    position: absolute;
    border-radius: 50%;
    border-style: dashed;
    pointer-events: none;
    top: 50%;
    left: 50%
}

.ring1 {
    width: 320px;
    height: 320px;
    border: 1px dashed rgba(245, 158, 11, .12);
    margin-top: -160px;
    margin-left: -160px;
    animation: ringRot 18s linear infinite
}

.ring2 {
    width: 430px;
    height: 430px;
    border: 1px dashed rgba(245, 158, 11, .07);
    margin-top: -215px;
    margin-left: -215px;
    animation: ringRot 26s linear infinite reverse
}

.ring3 {
    width: 560px;
    height: 560px;
    border: 1px dashed rgba(245, 158, 11, .04);
    margin-top: -280px;
    margin-left: -280px;
    animation: ringRot 35s linear infinite
}

@keyframes ringRot {
    to {
        transform: rotate(360deg)
    }
}

.ring-orb {
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--amber);
    box-shadow: 0 0 14px rgba(245, 158, 11, .8)
}

.ring-orb2 {
    background: var(--teal);
    box-shadow: 0 0 14px rgba(0, 99, 117, .8)
}

.app-feats {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 32px
}

.af {
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--gray-50);
    border-radius: 14px;
    padding: 14px 18px;
    border: 1px solid transparent;
    transition: all .35s cubic-bezier(.22, 1, .36, 1);
    cursor: default
}

.af:hover {
    background: rgba(245, 158, 11, .05);
    border-color: rgba(245, 158, 11, .2);
    transform: translateX(-8px)
}

.af-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 13px;
    background: rgba(245, 158, 11, .1);
    color: var(--amber-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: all .35s cubic-bezier(.34, 1.56, .64, 1)
}

.af:hover .af-icon {
    background: var(--amber);
    color: white;
    transform: rotate(8deg) scale(1.1)
}

.af-title {
    font-size: .9rem;
    font-weight: 700;
    color: var(--teal);
    margin-bottom: 2px
}

.af-desc {
    font-size: .78rem;
    color: var(--gray-600)
}

.dl-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 32px
}

.dl-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--gray-900);
    color: white;
    padding: 12px 22px;
    border-radius: 14px;
    text-decoration: none;
    border: 1px solid rgba(245, 158, 11, .15);
    transition: all .35s cubic-bezier(.22, 1, .36, 1)
}

.dl-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(245, 158, 11, .2);
    border-color: rgba(245, 158, 11, .4)
}

.dl-icon {
    font-size: 1.5rem;
    display: flex;
    align-items: center
}

.dl-sub {
    font-size: .62rem;
    color: rgba(255, 255, 255, .45)
}

.dl-main {
    font-size: .9rem;
    font-weight: 700
}


.cta-sec {
    background: var(--teal);
    padding: 120px 5%;
    position: relative;
    overflow: hidden;
    text-align: center
}

.cta-bg1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 350px;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(255, 255, 255, .06), transparent 70%);
    animation: ctaGlow 6s ease-in-out infinite
}

.cta-bg2 {
    position: absolute;
    top: 20%;
    right: 10%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 158, 11, .08), transparent 70%)
}

@keyframes ctaGlow {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1)
    }

    50% {
        transform: translate(-50%, -50%) scale(1.15)
    }
}

.cta-inner {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto
}

.cta-sec .s-title {
    color: white
}

.cta-sec .s-sub {
    color: rgba(199, 221, 225, .85);
    margin: 0 auto 44px;
    max-width: 500px
}

.cta-sec .s-chip {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .2);
    color: white
}

.cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap
}

.btn-cta1 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--amber);
    color: white;
    padding: 17px 38px;
    border-radius: 14px;
    font-weight: 800;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: 0 8px 32px rgba(245, 158, 11, .4);
    transition: all .4s cubic-bezier(.22, 1, .36, 1);
    position: relative;
    overflow: hidden
}

.btn-cta1::after {
    content: '';
    position: absolute;
    inset: 0;
    background: conic-gradient(transparent 75%, rgba(255, 255, 255, .3) 85%, transparent 90%);
    animation: shimmer360 4s linear infinite
}

@keyframes shimmer360 {
    to {
        transform: rotate(360deg)
    }
}

.btn-cta1:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 20px 56px rgba(245, 158, 11, .5)
}

.btn-cta2 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, .1);
    color: white;
    border: 1.5px solid rgba(255, 255, 255, .2);
    padding: 16px 34px;
    border-radius: 14px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all .35s;
    backdrop-filter: blur(8px)
}

.btn-cta2:hover {
    background: rgba(255, 255, 255, .18);
    border-color: rgba(255, 255, 255, .35);
    transform: translateY(-3px)
}

.cta-chips {
    display: flex;
    gap: 28px;
    justify-content: center;
    margin-top: 36px;
    flex-wrap: wrap
}

.cchip {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(199, 221, 225, .7);
    font-size: .82rem
}

.cchip::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--amber-light);
    flex-shrink: 0
}


.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .8s cubic-bezier(.22, 1, .36, 1), transform .8s cubic-bezier(.22, 1, .36, 1)
}

.reveal.in {
    opacity: 1;
    transform: translateY(0)
}

.rd1 {
    transition-delay: .1s
}

.rd2 {
    transition-delay: .2s
}

.rd3 {
    transition-delay: .3s
}

.rd4 {
    transition-delay: .4s
}

@media(max-width:900px) {

    .hero-inner,
    .app-inner,
    .tab-pane.on {
        grid-template-columns: 1fr
    }

    .hero-vis {
        display: none
    }

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

    .steps-row {
        flex-direction: column;
        gap: 20px
    }

    .step-line {
        display: none
    }

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



    .ph-ring {
        display: none
    }
}

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

.mf-wrap {
    direction: rtl;
    font-family: 'Tajawal', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    border-radius: 16px;
    min-height: 640px;
    background: transparent;
}

.mf-ipad-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 110px;
}

.mf-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.22) 0%, rgba(245, 158, 11, 0.07) 45%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}

.mf-frame {
    position: relative;
    z-index: 2;
    animation: mfLev 6s ease-in-out infinite;
    filter: drop-shadow(0 30px 60px rgba(245, 158, 11, .18)) drop-shadow(0 8px 24px rgba(0, 0, 0, .08));
}

@keyframes mfLev {

    0%,
    100% {
        transform: translateY(0) rotate(-1deg);
    }

    50% {
        transform: translateY(-22px) rotate(0.8deg);
    }
}

.mf-ipad {
    width: 320px;
    background: linear-gradient(160deg, #e8e8ec 0%, #d6d6dc 50%, #cacace 100%);
    border-radius: 36px;
    padding: 18px 16px 22px;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, .94),
        inset 0 2px 0 rgba(255, 255, 255, .96),
        0 0 0 1px rgba(168, 168, 178, .5),
        0 30px 70px rgba(0, 0, 0, .1);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.mf-ipad-top {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 14px;
}

.mf-ipad-cam {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b8b8c2;
    border: 1.5px solid #c8c8d0;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .07);
}

.mf-ipad-screen {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #e4e4ea;
    line-height: 0;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .06);
}

.mf-ipad-screen img {
    width: 100%;
    display: block;
}

.mf-ipad-screen::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .4) 0%, transparent 100%);
    border-radius: 20px 20px 0 0;
    pointer-events: none;
    z-index: 5;
}

.mf-sbtn {
    position: absolute;
    background: #c2c2c8;
    border-radius: 2px;
    box-shadow: inset -1px 0 0 rgba(255, 255, 255, .5);
}

.mf-pwr {
    right: -3.5px;
    top: 90px;
    width: 3.5px;
    height: 44px;
}

.mf-vol1 {
    left: -3.5px;
    top: 80px;
    width: 3.5px;
    height: 32px;
}

.mf-vol2 {
    left: -3.5px;
    top: 120px;
    width: 3.5px;
    height: 32px;
}

.mf-ipad-home {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(145deg, #dcdce0, #cacace);
    border: 1px solid rgba(255, 255, 255, .82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7), 0 2px 5px rgba(0, 0, 0, .08);
}

.mf-badge {
    position: absolute;
    background: rgba(255, 255, 255, .97);
    border-radius: 16px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 11px;
    border: 1px solid rgba(255, 255, 255, .95);
    box-shadow: 0 10px 36px rgba(0, 0, 0, .09), 0 2px 8px rgba(245, 158, 11, .09);
    white-space: nowrap;
    z-index: 10;
}

.mf-b1 {
    top: 15%;
    right: -90px;
    animation: mfB 5.2s ease-in-out infinite;
}

.mf-b2 {
    top: 45%;
    right: -88px;
    animation: mfB 4.8s ease-in-out .7s infinite;
}

.mf-b3 {
    bottom: 18%;
    left: -86px;
    animation: mfB 5.8s ease-in-out .3s infinite;
}

@keyframes mfB {

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

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

.mf-pulse {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #F59E0B;
    flex-shrink: 0;
    animation: mfPulse 2s infinite;
}

@keyframes mfPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(245, 158, 11, .5);
    }

    70% {
        box-shadow: 0 0 0 9px rgba(245, 158, 11, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(245, 158, 11, 0);
    }
}

.mf-ic {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .95rem;
    font-weight: 900;
    flex-shrink: 0;
}

.mf-ic-a {
    background: rgba(245, 158, 11, .13);
    color: #D97706;
}

.mf-ic-t {
    background: rgba(0, 99, 117, .1);
    color: #006375;
}

.mf-bt {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.mf-btit {
    font-size: .8rem;
    font-weight: 800;
    color: #111;
    line-height: 1;
}

.mf-bsub {
    font-size: .66rem;
    color: #999;
    line-height: 1;
}

@media (max-width: 900px) {

    .app-sec {
        padding: 60px 5%;
    }

    .app-inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .mf-wrap {
        padding: 40px 20px;
        min-height: auto;
    }

    .mf-ipad-wrap {
        padding: 60px 60px;
    }

    .mf-ipad {
        width: 260px;
    }

    .mf-badge {
        display: none;
    }

    .app-inner {
        direction: ltr;
    }

    .app-inner>div:first-child {
        order: 2;
        direction: rtl;
    }

    .mf-wrap {
        order: 1;
    }

    .app-feats {
        margin-top: 20px;
    }

    .af {
        padding: 12px 14px;
    }

    .af:hover {
        transform: none;
    }

}

@media (max-width: 480px) {

    .mf-ipad-wrap {
        padding: 40px 30px;
    }

    .mf-ipad {
        width: 220px;
    }

    .app-feats {
        gap: 8px;
    }

    .af-title {
        font-size: .82rem;
    }

    .af-desc {
        font-size: .72rem;
    }

}