
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@400;500;600;700;800;900&family=Almarai:wght@300;400;700;800&family=Cairo:wght@400;500;600;700;800;900&display=swap');


:root {
    --cyan: #00E2E0;
    --blue: #00A9F2;
    --indigo: #172D9D;
    --purple: #787CFE;
    --teal: #48BED9;

    --grad-main: linear-gradient(135deg, var(--indigo) 0%, var(--purple) 55%, var(--blue) 100%);
    --grad-accent: linear-gradient(120deg, var(--cyan), var(--blue));
    --grad-warm: linear-gradient(135deg, var(--purple), var(--teal));
    --grad-hero: linear-gradient(120deg, var(--cyan) 0%, var(--blue) 45%, var(--purple) 100%);
    --grad-border: linear-gradient(135deg, var(--cyan), var(--purple) 60%, var(--blue));

    
    --body-bg: #f0f6ff;
    --glass-bg: rgba(255, 255, 255, 0.62);
    --glass-bg-h: rgba(255, 255, 255, 0.80);
    --glass-border: rgba(120, 124, 254, 0.18);
    --glass-shadow: 0 12px 40px rgba(23, 45, 157, 0.10), 0 2px 8px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.85);
    --glass-hover: 0 24px 60px rgba(23, 45, 157, 0.16), 0 4px 16px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);

    --text-dark: #0f1c5c;
    --text-body: #334470;
    --text-muted: #6878a8;

    --radius-lg: 24px;
    --radius-md: 16px;
    --radius-sm: 12px;
    --radius-pill: 999px;
    --ease: cubic-bezier(0.16, 1, 0.3, 1);

    
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-semibold: 600;
    --fw-bold: 700;
    --fw-black: 800;
    --fw-heavy: 900;

    
    --sp-1: .5rem;
    --sp-2: .75rem;
    --sp-3: 1rem;
    --sp-4: 1.5rem;
    --sp-5: 2rem;
    --sp-6: 3rem;

    
    --surface-fill: rgba(255, 255, 255, .65);
    --surface-fill-soft: rgba(255, 255, 255, .5);
    --surface-fill-strong: rgba(255, 255, 255, .7);
    --white-solid: #ffffff;
}


body.dark {
    --body-bg: #081126;

    --glass-bg: rgba(13, 24, 61, 0.60);
    --glass-bg-h: rgba(13, 24, 61, 0.85);
    --glass-border: rgba(120, 124, 254, 0.25);
    --glass-shadow: 0 12px 40px rgba(0, 0, 0, 0.45), 0 2px 8px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    --glass-hover: 0 24px 60px rgba(0, 0, 0, 0.55), 0 4px 16px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06);

    --text-dark: #ffffff;
    --text-body: #c3cdf0;
    --text-muted: #8a93c4;

    --surface-fill: rgba(255, 255, 255, .07);
    --surface-fill-soft: rgba(120, 124, 254, .1);
    --surface-fill-strong: rgba(255, 255, 255, .08);
    --white-solid: #10204D;
}


*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Almarai', 'Cairo', 'Tajawal', 'Segoe UI', sans-serif;
    background: var(--body-bg);
    color: var(--text-body);
    overflow-x: hidden;
    position: relative;
    transition: background-color .35s ease, color .35s ease;
    font-size: 16px;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1, "liga" 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Kufi Arabic', 'Cairo', 'Almarai', sans-serif;
    font-weight: var(--fw-heavy);
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: .5em;
}


.stat-num,
.ach-num,
[data-count],
.btn-main,
.btn-outline,
.step-num,
.eyebrow,
.stage-badge,
.chip-name {
    font-family: 'Noto Kufi Arabic', 'Cairo', sans-serif;
}


p {
    line-height: 2;
    margin-bottom: .75em;
}

p:last-child {
    margin-bottom: 0;
}


.bg-canvas {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.bg-spot {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
    animation: spotDrift ease-in-out infinite;
}

.bs1 {
    width: 420px;
    height: 420px;
    background: rgba(0, 226, 224, 0.25);
    top: -120px;
    left: -100px;
    animation-duration: 22s;
}

.bs2 {
    width: 380px;
    height: 380px;
    background: rgba(120, 124, 254, 0.22);
    bottom: -80px;
    right: -100px;
    animation-duration: 28s;
    animation-direction: reverse;
}

.bs3 {
    width: 300px;
    height: 300px;
    background: rgba(0, 169, 242, 0.18);
    top: 45%;
    left: 55%;
    animation-duration: 18s;
    animation-delay: 4s;
}

@keyframes spotDrift {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    33% {
        transform: translate(50px, 40px) scale(1.08);
    }

    66% {
        transform: translate(-30px, 55px) scale(0.93);
    }
}


.gl-bubble {
    position: fixed;
    border-radius: 50%;
    border: 1.5px solid rgba(120, 124, 254, 0.25);
    background: radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.70), rgba(0, 226, 224, 0.06) 55%, transparent);
    backdrop-filter: blur(8px);
    pointer-events: none;
    z-index: 1;
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.9), 0 4px 12px rgba(120, 124, 254, 0.08);
}

.gb1 {
    width: 110px;
    height: 110px;
    top: 12%;
    left: 3%;
    animation: gbFloat 20s ease-in-out infinite;
}

.gb2 {
    width: 70px;
    height: 70px;
    top: 55%;
    left: 92%;
    animation: gbFloat 25s ease-in-out infinite 3s;
}

.gb3 {
    width: 50px;
    height: 50px;
    top: 78%;
    left: 6%;
    animation: gbFloat 17s ease-in-out infinite 7s;
}

.gb4 {
    width: 85px;
    height: 85px;
    top: 28%;
    left: 95%;
    animation: gbFloat 30s ease-in-out infinite 1s;
}

.gb5 {
    width: 40px;
    height: 40px;
    top: 88%;
    left: 50%;
    animation: gbFloat 14s ease-in-out infinite 5s;
}

@keyframes gbFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-30px) rotate(10deg);
    }
}


#ptc {
    position: fixed;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.pt {
    position: absolute;
    border-radius: 50%;
    animation: ptRise linear infinite;
}

@keyframes ptRise {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    10% {
        opacity: 0.6;
    }

    90% {
        opacity: 0.3;
    }

    100% {
        opacity: 0;
        transform: translateY(-100vh) translateX(20px);
    }
}

.sections-root {
    position: relative;
    z-index: 2;
    padding-top: 120px;
}


[data-r] {
    --rdur: 1s;
    opacity: 0;
    will-change: transform, opacity, filter;
    transition: opacity var(--rdur) cubic-bezier(0.16, 1, 0.3, 1),
        transform var(--rdur) cubic-bezier(0.16, 1, 0.3, 1),
        filter calc(var(--rdur) * .8) ease;
    filter: blur(5px);
}


[data-r="up"] {
    --rdur: 1s;
    transform: translateY(70px) scale(.97);
    filter: blur(4px);
}


[data-r="right"] {
    --rdur: 1.2s;
    transform: translateX(100px) scale(.97);
    filter: blur(6px);
}

[data-r="left"] {
    --rdur: 1.2s;
    transform: translateX(-100px) scale(.97);
    filter: blur(6px);
}

[data-r="scale"] {
    --rdur: 1s;
    transform: scale(0.85);
}


[data-r="achieve-card"] {
    --rdur: 1.1s;
    transform: translateY(80px) scale(.96);
    filter: blur(5px);
}


[data-r="achieve-img"] {
    --rdur: 1.3s;
    transform: translateX(120px) scale(.96);
    filter: blur(7px);
}


[data-r="diag-l"] {
    --rdur: 1s;
    transform: translate(-65px, 55px) scale(.96);
}

[data-r="diag-r"] {
    --rdur: 1s;
    transform: translate(65px, 55px) scale(.96);
}

[data-r="book"] {
    --rdur: 1s;
    transform: perspective(1400px) rotateY(38deg) scale(.9);
    transform-origin: right center;
}

[dir="rtl"] [data-r="book"] {
    transform-origin: right center;
}

[data-r].vis {
    opacity: 1;
    transform: none;
    filter: blur(0);
}


[data-d="1"] {
    transition-delay: 0s;
}

[data-d="2"] {
    transition-delay: .12s;
}

[data-d="3"] {
    transition-delay: .24s;
}

[data-d="4"] {
    transition-delay: .36s;
}

[data-d="5"] {
    transition-delay: .48s;
}

[data-d="6"] {
    transition-delay: .6s;
}


.bs-section {
    padding: 90px 0;
    position: relative;
}

@media(max-width:767px) {
    .bs-section {
        padding: 60px 0;
    }
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: .72rem;
    font-weight: var(--fw-black);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--indigo);
    margin-bottom: 1rem;
    padding: .4rem .9rem .4rem .6rem;
    background: var(--surface-fill-soft);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-pill);
    backdrop-filter: blur(8px);
}

body.dark .eyebrow {
    color: var(--cyan);
}

.eyebrow .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--grad-accent);
    animation: pulseDot 2s ease-in-out infinite;
}

@keyframes pulseDot {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.7);
        opacity: .5;
    }
}

.sec-title {
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    font-weight: 900;
    line-height: 1.45;
    color: var(--text-dark);
    letter-spacing: 0;
    margin-bottom: .3rem;
}

.sec-title .hl {
    background: linear-gradient(90deg, var(--indigo), var(--purple), var(--blue));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    padding-bottom: .1em;
    display: inline;
}

.sec-desc {
    font-size: 1.05rem;
    line-height: 2;
    color: var(--text-body);
    max-width: 540px;
    margin-top: .25rem;
}

.sep {
    width: 56px;
    height: 3.5px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--cyan), var(--purple));
    margin: 1.1rem 0 1.75rem;
}

.sep.center {
    margin-left: auto;
    margin-right: auto;
}


.gc {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    backdrop-filter: saturate(200%) blur(20px);
    -webkit-backdrop-filter: saturate(200%) blur(20px);
    box-shadow: var(--glass-shadow);
    transition: transform .45s var(--ease), box-shadow .45s ease, border-color .3s;
    position: relative;
    overflow: hidden;
}

.gc::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, .45) 0%, transparent 55%);
    pointer-events: none;
    border-radius: inherit;
}

.gc::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: var(--grad-border);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity .4s var(--ease);
    pointer-events: none;
    z-index: 1;
}

.gc:hover {
    transform: translateY(-8px) scale(1.015);
    box-shadow: var(--glass-hover);
    border-color: rgba(120, 124, 254, .4);
}

.gc:hover::before {
    opacity: .55;
}


.img-frame {
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--glass-border);
    box-shadow: var(--glass-hover);
    backdrop-filter: blur(10px);
    background: var(--glass-bg);
    position: relative;
}

.img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s var(--ease);
}

.img-frame:hover img {
    transform: scale(1.04);
}

.img-frame .frame-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(130deg, rgba(255, 255, 255, .35) 0%, transparent 45%);
    pointer-events: none;
    border-radius: inherit;
    z-index: 2;
}


.img-ph {
    width: 100%;
    min-height: 360px;
    border-radius: var(--radius-lg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: .88rem;
    font-weight: 600;
    color: var(--text-muted);
}


.gc-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3.5px;
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}


.btn-main {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .95rem 2.2rem;
    border-radius: var(--radius-pill);
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: .2px;
    font-family: inherit;
    background: var(--grad-main);
    background-size: 160% 160%;
    color: #fff;
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 28px rgba(23, 45, 157, .35);
    transition: transform .35s var(--ease), box-shadow .35s, background-position .6s var(--ease);
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.btn-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, .2), transparent);
}

.btn-main:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(120, 124, 254, .45);
    color: #fff;
    background-position: 100% 50%;
}

.btn-main:active {
    transform: translateY(-1px) scale(.98);
}

.btn-main:focus-visible,
.btn-outline:focus-visible {
    outline: 2px solid var(--blue);
    outline-offset: 3px;
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .95rem 2.2rem;
    border-radius: var(--radius-pill);
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: .2px;
    font-family: inherit;
    background: var(--surface-fill-strong);
    color: var(--text-dark);
    border: 1.5px solid rgba(120, 124, 254, .35);
    cursor: pointer;
    backdrop-filter: blur(8px);
    transition: transform .35s var(--ease), background .3s, border-color .3s, box-shadow .3s;
    text-decoration: none;
}

.btn-outline:hover {
    transform: translateY(-3px);
    background: rgba(120, 124, 254, .16);
    border-color: var(--purple);
    color: var(--text-dark);
    box-shadow: 0 10px 26px rgba(120, 124, 254, .18);
}

.btn-outline:active {
    transform: translateY(-1px) scale(.98);
}


.ic {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    flex-shrink: 0;
}

.ic-1 {
    background: linear-gradient(135deg, var(--indigo), var(--purple));
}

.ic-2 {
    background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.ic-3 {
    background: linear-gradient(135deg, var(--purple), #c06bfa);
}

.ic-4 {
    background: linear-gradient(135deg, var(--teal), var(--blue));
}


#journey {
    background: transparent;
}

#journey .journey-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
}

#journey .step-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-radius: var(--radius-md);
    transition: background .3s, transform .3s;
    cursor: default;
}

#journey .step-item:hover {
    background: var(--surface-fill);
    transform: translateX(-6px);
}

#journey .step-num {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--grad-main);
    color: #fff;
    font-weight: 900;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 6px 18px rgba(23, 45, 157, .35);
    transition: transform .35s var(--ease);
}

#journey .step-item:hover .step-num {
    transform: scale(1.08) rotate(-4deg);
}

#journey .step-arrow {
    text-align: center;
    padding: .15rem 0;
    font-size: 1.2rem;
    color: var(--purple);
    opacity: .6;
    margin-right: 3.25rem;
}

#journey .step-title {
    font-weight: 800;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-dark);
    margin-bottom: .3rem;
}

#journey .step-sub {
    font-size: .85rem;
    color: var(--text-muted);
    line-height: 1.85;
    margin-top: .2rem;
}


#why .why-card {
    padding: 2rem;
}

#why .why-card h3 {
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.5;
    color: var(--text-dark);
    margin: 1rem 0 .7rem;
}

#why .why-card p {
    font-size: .93rem;
    color: var(--text-body);
    line-height: 2;
}


#stats {
    background: transparent;
}

#stats .stats-inner {
    border-radius: 28px;
    background: var(--surface-fill-soft);
    border: 1px solid rgba(120, 124, 254, .15);
    backdrop-filter: saturate(200%) blur(24px);
    -webkit-backdrop-filter: saturate(200%) blur(24px);
    box-shadow: var(--glass-shadow);
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
}

#stats .stats-inner::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 226, 224, .18), transparent 70%);
    pointer-events: none;
}

#stats .stats-inner::after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(120, 124, 254, .15), transparent 70%);
    pointer-events: none;
}

#stats .stat-item {
    text-align: center;
    padding: 1.5rem 1rem;
    position: relative;
}

#stats .stat-item+.stat-item::before {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    bottom: 20%;
    width: 1px;
    background: rgba(120, 124, 254, .2);
}

@media(max-width:767px) {
    #stats .stat-item+.stat-item::before {
        display: none;
    }

    #stats .stat-item {
        border-bottom: 1px solid rgba(120, 124, 254, .12);
    }

    #stats .stat-item:last-child {
        border-bottom: none;
    }
}

#stats .stat-icon {
    font-size: 2rem;
    margin-bottom: .75rem;
    background: var(--grad-accent);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

#stats .stat-num {
    font-size: clamp(1.6rem, 5vw, 3.5rem);
    font-weight: 900;
    line-height: 1;
    background: var(--grad-main);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: -1px;
}

#stats .stat-label {
    font-size: .82rem;
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: .5rem;
}


#stages .stage-panel {
    border-radius: 28px;
    overflow: hidden;
    cursor: default;
    transition: transform .45s var(--ease), box-shadow .45s;
}

#stages .stage-panel:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: var(--glass-hover);
}

#stages .stage-img {
    height: 240px;
    overflow: hidden;
    position: relative;
}

#stages .stage-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s var(--ease);
}

#stages .stage-panel:hover .stage-img img {
    transform: scale(1.07);
}

#stages .stage-img .stage-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(15, 28, 92, .65));
}

#stages .stage-body {
    padding: 1.75rem 1.5rem;
}

#stages .stage-badge {
    display: inline-block;
    padding: .3rem .9rem;
    border-radius: var(--radius-pill);
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: .85rem;
}

#stages .stage-body h3 {
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.5;
    color: var(--text-dark);
    margin-bottom: .7rem;
}

#stages .stage-body p {
    font-size: .9rem;
    color: var(--text-body);
    line-height: 1.95;
}


#anytime .device-showcase {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 1rem;
    flex-wrap: nowrap;
}

#anytime .device {
    border-radius: 16px;
    background: var(--glass-bg);
    border: 1.5px solid var(--glass-border);
    backdrop-filter: blur(14px);
    box-shadow: var(--glass-shadow);
    overflow: hidden;
    transition: transform .4s var(--ease);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

#anytime .device:hover {
    transform: translateY(-12px) scale(1.03);
}

#anytime .device-laptop {
    width: 280px;
    border-radius: 18px;
}

#anytime .device-tablet {
    width: 180px;
    border-radius: 16px;
}

#anytime .device-phone {
    width: 100px;
    border-radius: 22px;
}

#anytime .device-bar {
    height: 28px;
    display: flex;
    align-items: center;
    padding: 0 .75rem;
    gap: .35rem;
    border-bottom: 1px solid var(--glass-border);
}

#anytime .d-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

#anytime .device-screen {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(0, 169, 242, .06), rgba(120, 124, 254, .08));
    font-size: .75rem;
    font-weight: 700;
    color: var(--text-muted);
    text-align: center;
    line-height: 1.5;
    min-height: 160px;
}

#anytime .device-notch {
    width: 40%;
    height: 18px;
    background: rgba(120, 124, 254, .1);
    border-radius: 0 0 10px 10px;
    margin: 0 auto;
    border-bottom: 1px solid var(--glass-border);
}

#anytime .device-label {
    text-align: center;
    padding: .6rem;
    font-size: .72rem;
    font-weight: 700;
    color: var(--text-muted);
    border-top: 1px solid var(--glass-border);
}

@media(max-width:767px) {
    #anytime .device-showcase {
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        gap: 1.5rem;
    }

    #anytime .device-laptop {
        width: min(260px, 80vw);
    }

    #anytime .device-tablet {
        width: min(200px, 65vw);
    }

    #anytime .device-phone {
        width: min(140px, 45vw);
    }

    #anytime .device-screen {
        min-height: 130px;
        font-size: .72rem;
    }
}


#partners .board-frame {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.75rem 0 1.5rem;
    border-radius: 24px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    box-shadow: var(--glass-shadow);
    backdrop-filter: saturate(200%) blur(24px);
    overflow: hidden;
}


#partners .board-sweep {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--cyan), var(--blue), var(--purple), transparent);
    animation: boardSweep 2.2s linear infinite;
    z-index: 3;
}

@keyframes boardSweep {
    0% {
        transform: translateX(-40%);
    }

    100% {
        transform: translateX(280%);
    }
}

#partners .slider-track-wrap::before,
#partners .slider-track-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 90px;
    z-index: 2;
    pointer-events: none;
}

#partners .slider-track-wrap::before {
    right: 0;
    background: linear-gradient(to left, var(--glass-bg), transparent);
}

#partners .slider-track-wrap::after {
    left: 0;
    background: linear-gradient(to right, var(--glass-bg), transparent);
}


#partners .board-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    margin-top: 1.1rem;
}

#partners .board-dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--grad-accent);
    opacity: .35;
    animation: dotWave 1.2s ease-in-out infinite;
}

#partners .board-dots span:nth-child(1) {
    animation-delay: 0s;
}

#partners .board-dots span:nth-child(2) {
    animation-delay: .08s;
}

#partners .board-dots span:nth-child(3) {
    animation-delay: .16s;
}

#partners .board-dots span:nth-child(4) {
    animation-delay: .24s;
}

#partners .board-dots span:nth-child(5) {
    animation-delay: .32s;
}

#partners .board-dots span:nth-child(6) {
    animation-delay: .4s;
}

#partners .board-dots span:nth-child(7) {
    animation-delay: .48s;
}

#partners .board-dots span:nth-child(8) {
    animation-delay: .56s;
}

@keyframes dotWave {

    0%,
    60%,
    100% {
        opacity: .35;
        transform: scale(1) translateY(0);
    }

    25% {
        opacity: 1;
        transform: scale(1.5) translateY(-4px);
    }
}

@media(max-width:600px) {
    #partners .board-frame {
        padding: 1.4rem 0 1.1rem;
        border-radius: 18px;
    }
}


.school-chip {
    animation: chipSlideIn .45s ease-out backwards;
}

@keyframes chipSlideIn {
    from {
        opacity: 0;
        transform: translateX(45px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.school-chip:nth-child(1) {
    animation-delay: .03s;
}

.school-chip:nth-child(2) {
    animation-delay: .06s;
}

.school-chip:nth-child(3) {
    animation-delay: .09s;
}

.school-chip:nth-child(4) {
    animation-delay: .12s;
}

.school-chip:nth-child(5) {
    animation-delay: .15s;
}

.school-chip:nth-child(6) {
    animation-delay: .18s;
}

.school-chip:nth-child(7) {
    animation-delay: .21s;
}

.school-chip:nth-child(8) {
    animation-delay: .24s;
}

.school-chip:nth-child(9) {
    animation-delay: .27s;
}

.school-chip:nth-child(10) {
    animation-delay: .3s;
}

.school-chip:nth-child(n+11) {
    animation-delay: .32s;
}

@media(prefers-reduced-motion:reduce) {

    .school-chip,
    #partners .board-sweep,
    #partners .board-dots span {
        animation: none;
    }
}


#partners .slider-track-wrap {
    overflow: hidden;
    position: relative;
    padding: 1.25rem 0;
}

.strack {
    display: flex;
    gap: 1rem;
    width: max-content;
    animation: slide 10s linear infinite;
}

.strack:hover {
    animation-play-state: paused;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.school-chip {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .9rem 1.4rem;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-md);
    backdrop-filter: blur(14px);
    transition: border-color .3s, transform .3s;
    white-space: nowrap;
}

.school-chip:hover {
    border-color: rgba(0, 226, 224, .45);
    transform: translateY(-3px);
}

.chip-logo {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .82rem;
    font-weight: 800;
    flex-shrink: 0;
}

.chip-name {
    font-size: .85rem;
    font-weight: 700;
    color: var(--text-dark);
}


#achievements .ach-card {
    padding: 2rem 1.5rem;
    text-align: center;
}

#achievements .ach-ring {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin: 0 auto 1rem;
    border: 2px solid var(--glass-border);
    position: relative;
    transition: transform .4s var(--ease);
}

#achievements .ach-card:hover .ach-ring {
    transform: rotate(-12deg) scale(1.12);
}

#achievements .ach-num {
    font-size: 2.2rem;
    font-weight: 900;
    background: var(--grad-main);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1;
}

#achievements .ach-label {
    font-size: .85rem;
    font-weight: 700;
    color: var(--text-muted);
    margin-top: .5rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 1.6;
}

#achievements .ach-desc {
    font-size: .85rem;
    color: var(--text-body);
    line-height: 1.9;
    margin-top: .75rem;
}


#cta .cta-box {
    border-radius: 32px;
    padding: 5rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg,
            rgba(23, 45, 157, .07) 0%,
            rgba(120, 124, 254, .12) 45%,
            rgba(0, 169, 242, .08) 100%);
    border: 1.5px solid rgba(120, 124, 254, .2);
    backdrop-filter: saturate(200%) blur(24px);
    box-shadow: 0 24px 80px rgba(23, 45, 157, .1), inset 0 1px 0 rgba(255, 255, 255, .8);
}

#cta .cta-box::-webkit-scrollbar {
    display: none;
}


#cta .cta-box {
    border-top: 3px solid transparent;
    background-image: linear-gradient(135deg, rgba(23, 45, 157, .07) 0%, rgba(120, 124, 254, .12) 45%, rgba(0, 169, 242, .08) 100%),
        var(--grad-hero);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

#cta .cta-box::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 226, 224, .2), transparent 70%);
    pointer-events: none;
}

#cta .cta-box::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(120, 124, 254, .18), transparent 70%);
    pointer-events: none;
}

#cta .cta-title {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 900;
    line-height: 1.2;
    color: var(--text-dark);
    margin-bottom: 1.25rem;
    letter-spacing: -.3px;
}

#cta .cta-desc {
    font-size: 1.08rem;
    color: var(--text-body);
    max-width: 520px;
    margin: 0 auto 2.5rem;
    line-height: 1.85;
}


#cta .trust-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    justify-content: center;
    margin-top: 1.5rem;
}

#cta .trust-tag {
    padding: .4rem 1rem;
    border-radius: var(--radius-pill);
    font-size: .78rem;
    font-weight: 700;
    background: var(--surface-fill);
    border: 1px solid rgba(120, 124, 254, .2);
    color: var(--text-body);
    backdrop-filter: blur(6px);
}


.wa-btn {
    position: fixed;
    bottom: 28px;
    left: 28px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25d366, #128c7e);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    color: #fff;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 8px 28px rgba(37, 211, 102, .5), 0 2px 8px rgba(0, 0, 0, .2);
    animation: waFloat 3.5s ease-in-out infinite;
    transition: transform .3s var(--ease);
}

.wa-btn:hover {
    transform: scale(1.12) translateY(-4px);
    color: #fff;
}

@keyframes waFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-9px);
    }
}

.wa-btn::before,
.wa-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(37, 211, 102, .45);
    animation: waPulse 2.8s ease-out infinite;
}

.wa-btn::after {
    animation-delay: .7s;
    border-color: rgba(37, 211, 102, .25);
}

@keyframes waPulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.9);
        opacity: 0;
    }
}


@media(max-width:991px) {

    .img-ph,
    .img-frame {
        min-height: 280px;
    }
}

@media(max-width:767px) {
    .sec-title {
        font-size: 1.7rem;
    }

    .btn-main,
    .btn-outline {
        padding: .8rem 1.5rem;
        font-size: .92rem;
    }
}

@media(max-width:480px) {
    .sec-title {
        font-size: 1.5rem;
    }

    .sec-desc {
        font-size: .95rem;
    }

    .btn-main,
    .btn-outline {
        width: 100%;
        justify-content: center;
        padding: .85rem 1.25rem;
    }

    #cta .cta-box {
        padding: 3rem 1.25rem;
        border-radius: 24px;
    }

    .eyebrow {
        font-size: .68rem;
        letter-spacing: 1px;
    }
}

@media(max-width:375px) {
    .sections-root {
        padding-top: 100px;
    }

    .sec-title {
        font-size: 1.35rem;
    }

    .gc {
        border-radius: var(--radius-md);
    }

    #why .why-card,
    #achievements .ach-card {
        padding: 1.5rem 1.1rem;
    }
}

@media(prefers-reduced-motion:reduce) {

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
    }

    [data-r] {
        opacity: 1;
        transform: none;
        filter: none;
    }
}


html,
body {
    overflow-x: hidden;
    width: 100%;
}


.chip-logo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.chip-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



#install-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    backdrop-filter: blur(10px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    padding: 20px;
}

.install-popup-content {
    width: 100%;
    max-width: 380px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 169, 242, 0.2);
    border-radius: 24px;
    padding: 28px;
    text-align: center;

    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.15),
        0 0 25px rgba(0, 169, 242, 0.15);

    animation: popupShow .35s ease;
}

.install-icon {
    font-size: 50px;
    margin-bottom: 15px;
}

.install-popup-content h3 {
    color: #00A9F2;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
}

.install-popup-content p {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 22px;
}

.install-actions {
    display: flex;
    gap: 10px;
}

.install-btn,
.close-btn {
    flex: 1;
    border: none;
    cursor: pointer;
    padding: 12px;
    border-radius: 12px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    transition: .3s;
}

.install-btn {
    background: linear-gradient(135deg, #00A9F2, #00E2E0);
    color: white;
}

.install-btn:hover {
    transform: translateY(-2px);
}

.close-btn {
    background: #eef2f7;
    color: #334155;
}

.close-btn:hover {
    background: #dbe3ec;
}

@keyframes popupShow {
    from {
        opacity: 0;
        transform: scale(.85);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


body.dark #cta .cta-box {
    box-shadow: 0 24px 80px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .06);
}

body.dark .install-popup-content {
    background: rgba(13, 24, 61, 0.95);
    border-color: rgba(120, 124, 254, 0.3);
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.5),
        0 0 25px rgba(0, 169, 242, 0.2);
}

body.dark .install-popup-content p {
    color: var(--text-body);
}

body.dark .close-btn {
    background: rgba(255, 255, 255, .08);
    color: #e2e8f0;
}

body.dark .close-btn:hover {
    background: rgba(255, 255, 255, .14);
}

.cta-title .hl {
    background: rgb(236, 251, 255);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}