* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Cairo', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    background: #060821;
    color: #fff;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at 20% 25%, rgba(91, 77, 255, .35), transparent 28%),
        radial-gradient(circle at 80% 10%, rgba(120, 93, 255, .22), transparent 25%),
        radial-gradient(circle at 50% 80%, rgba(77, 88, 255, .18), transparent 30%),
        linear-gradient(180deg, #07091f, #05071c 70%);
    z-index: -3;
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    background-image: radial-gradient(rgba(139, 124, 255, .45) 1px, transparent 1px);
    background-size: 55px 55px;
    opacity: .08;
    z-index: -2;
}

/* Header */

.header {
    width: 100%;
    padding: 28px 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(139, 124, 255, .12);
}

.logo {
    display: flex;
    align-items: center;
    gap: 14px;
}

.logo-icon {
    width: 55px;
    height: 55px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #8277ff, #4f46e5);
    box-shadow: 0 0 35px rgba(129, 119, 255, .45);
    font-size: 28px;
}

.logo h1 {
    font-size: 30px;
    font-weight: 900;
}

.nav {
    display: flex;
    gap: 14px;
    align-items: center;
}

.nav a {
    color: #b9b7e9;
    text-decoration: none;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 14px;
    transition: .3s;
}

.nav a:hover,
.nav a.active {
    color: #fff;
    background: rgba(118, 101, 255, .18);
}

/* Hero */

.hero {
    padding: 70px 8% 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-content {
    max-width: 620px;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border-radius: 999px;
    background: rgba(126, 111, 255, .13);
    color: #fff;
    border: 1px solid rgba(139, 124, 255, .20);
    font-weight: 800;
    margin-bottom: 25px;
}

.badge i {
    color: #8d7cff;
}

.hero h2 {
    font-size: 72px;
    line-height: 1.1;
    font-weight: 900;
    background: linear-gradient(90deg, #ffffff, #9a8cff, #5b4dff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.hero h3 {
    font-size: 34px;
    color: #d8d4ff;
    margin-bottom: 20px;
}

.hero p {
    color: #c8c4ee;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 34px;
}

.buttons {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.btn {
    min-width: 210px;
    padding: 17px 28px;
    border-radius: 14px;
    font-weight: 900;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: .3s;
}

.btn.main {
    color: white;
    background: linear-gradient(135deg, #8277ff, #5145dc);
    box-shadow: 0 0 35px rgba(118, 101, 255, .35);
}

.btn.main:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 45px rgba(118, 101, 255, .55);
}

.btn.second {
    color: #fff;
    border: 1px solid rgba(139, 124, 255, .45);
    background: rgba(255, 255, 255, .03);
}

.btn.second:hover {
    background: rgba(118, 101, 255, .15);
}

/* Shield Visual */

.hero-visual {
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.shield-stage {
    position: relative;
    width: 430px;
    height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shield-stage::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 80px;
    bottom: 55px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(129, 119, 255, .55), transparent 65%);
    filter: blur(8px);
}

.shield-stage::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    border: 1px solid rgba(139, 124, 255, .20);
    animation: spin 14s linear infinite;
}

.big-shield {
    width: 260px;
    height: 310px;
    position: relative;
    background: linear-gradient(135deg, #867bff, #4939d6);
    clip-path: polygon(50% 0%, 90% 15%, 86% 62%, 50% 100%, 14% 62%, 10% 15%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 0 70px rgba(129, 119, 255, .55),
        inset 0 0 35px rgba(255, 255, 255, .18);
    z-index: 2;
}

.big-shield::before {
    content: "";
    position: absolute;
    inset: 15px;
    background: linear-gradient(135deg, #5f51e8, #3426a5);
    clip-path: polygon(50% 0%, 90% 15%, 86% 62%, 50% 100%, 14% 62%, 10% 15%);
}

.big-shield i {
    position: relative;
    z-index: 3;
    font-size: 105px;
    color: white;
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, .4));
}

.float-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(129, 119, 255, .9), rgba(55, 45, 150, .9));
    border: 1px solid rgba(255, 255, 255, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    box-shadow: 0 0 35px rgba(129, 119, 255, .35);
    animation: float 4s ease-in-out infinite;
}

.f1 {
    right: 5px;
    top: 140px;
}

.f2 {
    left: 20px;
    top: 115px;
    animation-delay: .5s;
}

.f3 {
    left: 10px;
    bottom: 115px;
    animation-delay: 1s;
}

/* Sections */

.section-title {
    text-align: center;
    margin: 70px 8% 35px;
}

.section-title span {
    color: #7d6cff;
    font-weight: 800;
}

.section-title h2 {
    margin-top: 10px;
    font-size: 34px;
}

.line {
    width: 55px;
    height: 3px;
    background: #7d6cff;
    margin: 18px auto 0;
    border-radius: 10px;
}

.features {
    padding: 0 8%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.card {
    min-height: 220px;
    padding: 30px;
    text-align: center;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(15, 15, 55, .85), rgba(8, 10, 36, .85));
    border: 1px solid rgba(126, 111, 255, .35);
    transition: .3s;
}

.card:hover {
    transform: translateY(-8px);
    border-color: #8d7cff;
    box-shadow: 0 0 35px rgba(118, 101, 255, .22);
}

.card-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 18px;
    border-radius: 20px;
    background: linear-gradient(135deg, #8578ff, #392fb4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 31px;
    color: #fff;
    box-shadow: 0 0 25px rgba(129, 119, 255, .25);
}

.card h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.card p {
    color: #c8c4ee;
    line-height: 1.8;
    font-size: 15px;
}

/* Stats */

.stats {
    margin: 28px 8% 30px;
    padding: 30px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(18, 17, 65, .9), rgba(8, 10, 36, .9));
    border: 1px solid rgba(126, 111, 255, .30);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.stat {
    text-align: center;
    border-left: 1px solid rgba(126, 111, 255, .25);
}

.stat:last-child {
    border-left: none;
}

.stat i {
    color: #7d6cff;
    font-size: 32px;
    margin-bottom: 10px;
}

.stat h3 {
    font-size: 35px;
    color: #7d6cff;
}

.stat p {
    color: #c8c4ee;
}

/* CTA */

.cta {
    margin: 0 8% 60px;
    padding: 38px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(28, 24, 87, .95), rgba(11, 12, 42, .95));
    border: 1px solid rgba(126, 111, 255, .32);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.cta h2 {
    font-size: 32px;
    margin-bottom: 8px;
}

.cta p {
    color: #c8c4ee;
}

/* Footer */

footer {
    padding: 40px 8%;
    background: #080a25;
    border-top: 1px solid rgba(126, 111, 255, .15);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.footer-logo {
    text-align: center;
}

.footer-logo .logo-icon {
    margin: 0 auto 10px;
}

footer p,
footer a {
    color: #aaa7d9;
    text-decoration: none;
}

.footer-links {
    display: grid;
    gap: 8px;
}

/* Animations */

@keyframes float {

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

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

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Responsive */

@media(max-width:1000px) {
    .hero {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-content {
        margin: auto;
    }

    .buttons {
        justify-content: center;
    }

    .features {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:700px) {
    .header {
        flex-direction: column;
        gap: 18px;
    }

    .nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero {
        padding-top: 45px;
    }

    .hero h2 {
        font-size: 45px;
    }

    .hero h3 {
        font-size: 24px;
    }

    .hero-visual {
        min-height: 390px;
    }

    .shield-stage {
        width: 310px;
        height: 310px;
    }

    .big-shield {
        width: 190px;
        height: 230px;
    }

    .big-shield i {
        font-size: 75px;
    }

    .float-icon {
        width: 55px;
        height: 55px;
        font-size: 22px;
    }

    .features,
    .stats {
        grid-template-columns: 1fr;
    }

    .stat {
        border-left: none;
        border-bottom: 1px solid rgba(126, 111, 255, .25);
        padding: 20px 0;
    }

    .stat:last-child {
        border-bottom: none;
    }

    .cta {
        flex-direction: column;
        text-align: center;
    }

    footer {
        flex-direction: column;
        text-align: center;
    }
}

.header {
    padding: 28px 8%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    direction: ltr;
    /* يخلي اللوقو يمين والروابط يسار */
}

.logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    border-radius: 18px;
    padding: 8px;
    background: linear-gradient(135deg, #8277ff, #5145dc);
    box-shadow:
        0 0 30px rgba(129, 119, 255, .45),
        inset 0 0 12px rgba(255, 255, 255, .2);
}

.logo h1 {
    font-size: 30px;
    font-weight: 900;
    background: linear-gradient(90deg, #fff, #a99cff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav {
    display: flex;
    gap: 14px;
}

.nav a {
    text-decoration: none;
    color: #bfc4ff;
    padding: 12px 18px;
    border-radius: 14px;
    font-weight: 800;
    transition: .3s;
}

.nav a:hover,
.nav a.active {
    background: rgba(118, 101, 255, .16);
    color: #fff;
}

.commands-section {
    padding: 90px 8%;
}

.commands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 45px;
}

.command-card {
    padding: 42px 30px;
    border-radius: 22px;
    text-align: center;

    background:
        linear-gradient(180deg,
            rgba(11, 16, 45, .95),
            rgba(7, 11, 32, .95));

    border: 1px solid rgba(95, 111, 255, .18);

    transition: .35s;
    cursor: pointer;
}

.command-card:hover {
    transform: translateY(-8px);
    border-color: #00d0ff;
    box-shadow:
        0 0 35px rgba(0, 208, 255, .16);
}

.command-card h3 {
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 14px;
    color: #00d0ff;
}

.command-card p {
    font-size: 22px;
    color: #d4d8ff;
    font-weight: 700;
}

.commands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 45px;
}

/* البطاقة */
.command-card {
    padding: 30px 22px;
    min-height: 180px;
    border-radius: 22px;
    position: relative;
    overflow: hidden;

    background:
        linear-gradient(180deg,
            rgba(8, 15, 50, .96),
            rgba(4, 10, 35, .96));

    border: 1px solid rgba(0, 213, 255, .12);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    transition: .35s;
}

/* glow */
.command-card:before {
    content: "";
    position: absolute;
    inset: -60%;
    background:
        radial-gradient(circle,
            rgba(0, 208, 255, .12),
            transparent 55%);
    opacity: 0;
    transition: .4s;
}

.command-card:hover:before {
    opacity: 1;
}

.command-card:hover {
    transform: translateY(-7px) scale(1.02);
    border-color: #00d8ff;
    box-shadow:
        0 0 35px rgba(0, 208, 255, .12);
}

/* اسم الأمر */
.command-card h3 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.6;
    margin-bottom: 18px;
    color: #00d4ff;
    text-shadow: 0 0 12px rgba(0, 212, 255, .25);
}

/* الوصف */
.command-card p {
    font-size: 18px;
    font-weight: 700;
    color: #d4dcff;
}

/* شارة slash صغيرة */
.command-card h3::before {
    content: "/";
    opacity: .6;
    margin-left: 4px;
}

/* امر مميز */
.command-card.featured {
    border: 1px solid #00d8ff;
    box-shadow: 0 0 35px rgba(0, 208, 255, .18);
}

/* للجوال */
@media(max-width:700px) {

    .commands-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .command-card {
        min-height: 150px;
        padding: 22px 15px;
    }

    .command-card h3 {
        font-size: 20px;
    }

    .command-card p {
        font-size: 15px;
    }

}

.commands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 22px;
    margin-top: 45px;
}


.command-card {
    min-height: 170px;
    padding: 30px 25px;
    border-radius: 22px;

    background:
        linear-gradient(180deg,
            rgba(15, 15, 55, .88),
            rgba(8, 10, 36, .88));

    border: 1px solid rgba(126, 111, 255, .28);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    transition: .35s;
}


.command-card:hover {
    transform: translateY(-8px);
    border-color: #8d7cff;

    box-shadow:
        0 0 35px rgba(118, 101, 255, .18);
}


/* اسم الأمر */
.command-card h3 {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.6;
    margin-bottom: 14px;

    background: linear-gradient(90deg,
            #ffffff,
            #b3a8ff,
            #8d7cff);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* وصف الأمر */
.command-card p {
    font-size: 20px;
    font-weight: 700;
    color: #d7d4ff;
}


/* بطاقة مميزة */
.command-card.featured {
    border: 1px solid #8d7cff;
    box-shadow:
        0 0 30px rgba(118, 101, 255, .22);
}


/* موبايل */
@media(max-width:700px) {

    .commands-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .command-card {
        min-height: 145px;
        padding: 22px 14px;
    }

    .command-card h3 {
        font-size: 21px;
    }

    .command-card p {
        font-size: 15px;
    }

}

.terms-section {
    padding: 100px 8%;
}

.terms-box {
    margin-top: 45px;
    padding: 50px;
    border-radius: 30px;

    background:
        linear-gradient(180deg,
            rgba(15, 15, 55, .88),
            rgba(8, 10, 36, .88));

    border: 1px solid rgba(126, 111, 255, .25);

    box-shadow:
        0 0 35px rgba(118, 101, 255, .12);
}

.terms-intro {
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 40px;
    color: #d9d7ff;
}




.terms-update {
    margin-top: 45px;
    text-align: center;
    font-size: 23px;
    font-weight: 900;
    color: #8d7cff;
}

.terms-list {
    counter-reset: item;
    list-style: none;
    padding: 0;
    margin: 0;

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 22px;
}

.terms-list li {
    position: relative;
    counter-increment: item;
    /* مرة واحدة فقط */

    padding: 28px 95px 28px 30px;

    border-radius: 22px;

    background:
        linear-gradient(180deg,
            rgba(20, 20, 70, .85),
            rgba(10, 12, 42, .85));

    border: 1px solid rgba(126, 111, 255, .18);

    font-size: 20px;
    font-weight: 700;
    line-height: 1.9;
    color: #d8d6ff;

    transition: .3s;
}

.terms-list li:hover {
    transform: translateY(-4px);
    border-color: #8d7cff;
    box-shadow: 0 0 25px rgba(118, 101, 255, .12);
}


/* الرقم */
.terms-list li::before {
    content: counter(item);

    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);

    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 18px;

    background:
        linear-gradient(135deg,
            #8478ff,
            #5d4eff);

    font-size: 21px;
    font-weight: 900;
    color: white;

    box-shadow:
        0 0 20px rgba(118, 101, 255, .28);
}

.terms-intro {
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto 40px;
    color: #d9d7ff;
}

@media(max-width:700px) {

    .terms-box {
        padding: 28px 18px;
    }

    .terms-intro {
        font-size: 15px;
        line-height: 2;
        margin-bottom: 25px;
    }

    .terms-list {
        gap: 14px;
    }

    .terms-list li {
        padding: 18px 70px 18px 18px;
        font-size: 15px;
        line-height: 1.8;
        border-radius: 16px;
    }

    .terms-list li::before {
        width: 38px;
        height: 38px;
        font-size: 15px;
        right: 16px;
        border-radius: 12px;
    }

    .terms-update {
        font-size: 17px;
    }

}

.terms-intro {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.9;
    max-width: 800px;
    margin: 0 auto 30px;
    color: #d9d7ff;
}

.terms-list li {
    font-size: 16px;
    line-height: 1.8;

    padding:
        20px 82px 20px 24px;
}

.terms-list li::before {
    width: 40px;
    height: 40px;
    font-size: 16px;
    right: 20px;
}

.terms-update {
    font-size: 18px;
}

/* .terms-list */
/* =========================
 MOBILE FIX (700px and below)
========================= */
@media (max-width:700px) {

    /* عام */
    body {
        overflow-x: hidden;
    }

    /* Header */
    .header {
        padding: 18px 20px;
        flex-direction: column;
        gap: 15px;
    }

    .logo h1 {
        font-size: 24px;
    }

    .logo-img {
        width: 48px;
        height: 48px;
    }

    .nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .nav a {
        padding: 10px 14px;
        font-size: 14px;
    }


    /* Hero */
    .hero {
        grid-template-columns: 1fr;
        gap: 35px;
        padding: 35px 20px;
        text-align: center;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero h2 {
        font-size: 42px;
        line-height: 1.2;
    }

    .hero h3 {
        font-size: 22px;
    }

    .hero p {
        font-size: 15px;
        line-height: 1.9;
    }

    .badge {
        font-size: 13px;
        padding: 10px 16px;
    }

    .buttons {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width: 100%;
        max-width: 280px;
        min-width: auto;
        padding: 15px 20px;
    }


    /* Shield */
    .hero-visual {
        min-height: auto;
    }

    .shield-stage {
        width: 280px;
        height: 280px;
    }

    .big-shield {
        width: 170px;
        height: 210px;
    }

    .big-shield i {
        font-size: 60px;
    }

    .float-icon {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }


    /* titles */
    .section-title {
        margin: 50px 20px 25px;
    }

    .section-title h2 {
        font-size: 26px;
    }


    /* features */
    .features {
        padding: 0 20px;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .card {
        min-height: auto;
        padding: 24px 18px;
    }

    .card h3 {
        font-size: 20px;
    }

    .card p {
        font-size: 14px;
    }


    /* stats */
    .stats {
        margin: 25px 20px;
        padding: 18px;
        grid-template-columns: 1fr;
    }

    .stat {
        border: none;
        border-bottom: 1px solid rgba(126, 111, 255, .18);
        padding: 18px 0;
    }

    .stat:last-child {
        border-bottom: none;
    }

    .stat h3 {
        font-size: 26px;
    }


    /* commands */
    .commands-section {
        padding: 60px 20px;
    }

    .commands-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .command-card {
        min-height: 125px;
        padding: 18px 12px;
        border-radius: 16px;
    }

    .command-card h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .command-card p {
        font-size: 13px;
    }


    /* terms */
    .terms-section {
        padding: 60px 20px;
    }

    .terms-box {
        padding: 20px 15px;
        border-radius: 18px;
    }

    .terms-intro {
        font-size: 14px;
        line-height: 1.9;
        margin-bottom: 20px;
    }

    .terms-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .terms-list li {
        font-size: 14px;
        padding: 16px 60px 16px 14px;
        border-radius: 14px;
    }

    .terms-list li::before {
        width: 32px;
        height: 32px;
        font-size: 13px;
        right: 14px;
        border-radius: 10px;
    }

    .terms-update {
        font-size: 15px;
        margin-top: 25px;
    }


    /* cta */
    .cta {
        margin: 0 20px 40px;
        padding: 22px;
        flex-direction: column;
        text-align: center;
    }

    .cta h2 {
        font-size: 24px;
    }

    .cta p {
        font-size: 14px;
    }


    /* footer */
    footer {
        padding: 30px 20px;
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }

    .footer-links {
        justify-content: center;
    }

}

@media(max-width:700px) {

    .terms-section {
        padding: 50px 18px;
    }

    .section-title h2 {
        font-size: 34px;
    }

    .section-title span {
        font-size: 14px;
    }

    .terms-box {
        padding: 18px;
        border-radius: 20px;
    }

    .terms-intro {
        font-size: 14px;
        line-height: 1.8;
        max-width: 320px;
        margin: 0 auto 18px;
    }

    /* أهم تعديل */
    .terms-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .terms-list li {
        padding: 18px 62px 18px 16px;
        min-height: 82px;

        display: flex;
        align-items: center;

        font-size: 14px;
        font-weight: 700;
        line-height: 1.7;

        border-radius: 18px;
    }

    /* رقم أصغر وأفخم */
    .terms-list li::before {
        width: 34px;
        height: 34px;
        right: 14px;

        font-size: 13px;
        font-weight: 900;

        border-radius: 11px;
    }

    /* نخلي النص ما يتمدد كثير */
    .terms-list li {
        word-break: normal;
    }

    .terms-update {
        font-size: 15px;
        margin-top: 20px;
    }

}

/* ===================================
MOBILE FIRST BASE (0 -> 767)
===================================*/

body {
    overflow-x: hidden;
}

.header {
    padding: 18px 20px;
    flex-direction: column;
    gap: 16px;
}

.logo h1 {
    font-size: 24px;
}

.logo-img {
    width: 50px;
    height: 50px;
}

.nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.nav a {
    padding: 10px 14px;
    font-size: 14px;
}

.hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 40px 20px;
    text-align: center;
}

.hero h2 {
    font-size: 42px;
    line-height: 1.2;
}

.hero h3 {
    font-size: 24px;
}

.hero p {
    font-size: 15px;
    line-height: 1.9;
}

.buttons {
    flex-direction: column;
    align-items: center;
}

.btn {
    width: 100%;
    max-width: 280px;
    min-width: auto;
}

.hero-visual {
    min-height: auto;
}

.shield-stage {
    width: 280px;
    height: 280px;
}

.big-shield {
    width: 170px;
    height: 210px;
}

.big-shield i {
    font-size: 60px;
}

.float-icon {
    width: 48px;
    height: 48px;
    font-size: 18px;
}

.section-title {
    margin: 50px 20px 25px;
}

.section-title h2 {
    font-size: 28px;
}

.features {
    padding: 0 20px;
    grid-template-columns: 1fr;
    gap: 16px;
}

.card {
    padding: 24px 18px;
    min-height: auto;
}

.stats {
    margin: 25px 20px;
    padding: 18px;
    grid-template-columns: 1fr;
}

.stat {
    border: none;
    border-bottom: 1px solid rgba(126, 111, 255, .2);
    padding: 18px 0;
}

.stat:last-child {
    border: none;
}

.commands-section,
.terms-section {
    padding: 60px 20px;
}

.commands-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.command-card {
    min-height: 130px;
    padding: 18px 12px;
    border-radius: 16px;
}

.command-card h3 {
    font-size: 16px;
}

.command-card p {
    font-size: 13px;
}

.terms-box {
    padding: 18px;
    border-radius: 18px;
}

.terms-intro {
    font-size: 14px;
    line-height: 1.9;
    max-width: 320px;
    margin: 0 auto 20px;
}

.terms-list {
    grid-template-columns: 1fr;
    gap: 12px;
}

.terms-list li {
    font-size: 14px;
    padding: 16px 60px 16px 14px;
    min-height: 78px;
    display: flex;
    align-items: center;
    line-height: 1.7;
    border-radius: 15px;
}

.terms-list li::before {
    width: 34px;
    height: 34px;
    font-size: 13px;
    right: 14px;
}

.cta {
    margin: 0 20px 40px;
    padding: 22px;
    flex-direction: column;
    text-align: center;
}

.cta h2 {
    font-size: 24px;
}

footer {
    padding: 30px 20px;
    flex-direction: column;
    text-align: center;
    gap: 25px;
}


/* ===================================
TABLET 768+
===================================*/

@media(min-width:768px) {

    .header {
        flex-direction: row;
        padding: 24px 6%;
    }

    .hero {
        grid-template-columns: 1fr 1fr;
        text-align: unset;
        padding: 70px 6%;
    }

    .buttons {
        flex-direction: row;
    }

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

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

    .commands-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .terms-list {
        grid-template-columns: 1fr 1fr;
    }

    footer {
        flex-direction: row;
        text-align: unset;
    }

}


/* ===================================
DESKTOP 1100+
===================================*/

@media(min-width:1100px) {

    .header,
    .hero,
    .features,
    .commands-section,
    .terms-section {
        padding-left: 8%;
        padding-right: 8%;
    }

    .hero h2 {
        font-size: 72px;
    }

    .hero h3 {
        font-size: 34px;
    }

    .features {
        grid-template-columns: repeat(3, 1fr);
    }

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

    .commands-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .command-card h3 {
        font-size: 24px;
    }

    .command-card p {
        font-size: 18px;
    }

    .terms-list li {
        font-size: 16px;
    }

}

/* ================= MOBILE PERFECT FIX ================= */
@media screen and (max-width:768px) {

    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }

    /* Header */
    .header {
        padding: 15px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .logo h1 {
        font-size: 20px;
    }

    .logo-img {
        width: 45px;
        height: 45px;
    }

    /* Hero */
    .hero {
        grid-template-columns: 1fr;
        padding: 35px 18px;
        gap: 35px;
        text-align: center;
    }

    .hero h2 {
        font-size: 38px;
    }

    .hero h3 {
        font-size: 22px;
    }

    .hero p {
        font-size: 14px;
        line-height: 2;
    }

    .badge {
        font-size: 12px;
        padding: 10px 14px;
    }

    /* Buttons full width */
    .buttons {
        flex-direction: column;
        gap: 12px;
    }

    .btn {
        width: 100%;
        max-width: 100%;
        min-width: unset;
        padding: 15px;
    }

    /* Shield smaller */
    .shield-stage {
        width: 240px;
        height: 240px;
        margin: auto;
    }

    .big-shield {
        width: 150px;
        height: 185px;
    }

    .big-shield i {
        font-size: 55px;
    }

    .float-icon {
        width: 42px;
        height: 42px;
        font-size: 17px;
    }

    /* Features */
    .features {
        grid-template-columns: 1fr;
        padding: 0 16px;
        gap: 14px;
    }

    .card {
        padding: 20px;
        border-radius: 16px;
    }

    .card h3 {
        font-size: 18px;
    }

    /* Commands */
    .commands-section {
        padding: 50px 16px;
    }

    .commands-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .command-card {
        min-height: 110px;
        padding: 15px 10px;
    }

    .command-card h3 {
        font-size: 15px;
    }

    .command-card p {
        font-size: 12px;
    }

    /* Terms */
    .terms-section {
        padding: 50px 16px;
    }

    .terms-box {
        padding: 18px;
    }

    .terms-list {
        grid-template-columns: 1fr;
    }

    .terms-list li {
        padding: 15px 55px 15px 15px;
        font-size: 13px;
    }

    /* Stats */
    .stats {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        padding: 15px;
    }

    .stat {
        border: none;
        background: rgba(255, 255, 255, .03);
        padding: 18px;
        border-radius: 14px;
    }

    .stat h3 {
        font-size: 22px;
    }

    /* CTA */
    .cta {
        margin: 25px 16px;
        padding: 22px;
        flex-direction: column;
        text-align: center;
    }

    .cta h2 {
        font-size: 22px;
    }

    /* Footer */
    footer {
        padding: 30px 18px;
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

}

/* extra small phones */
@media(max-width:480px) {

    .hero h2 {
        font-size: 30px;
    }

    .commands-grid {
        grid-template-columns: 1fr;
    }

    .stats {
        grid-template-columns: 1fr;
    }

}
/* اخفاء شكل الدرع بالجوال */
@media (max-width:768px) {
    .hero-visual {
        display: none !important;
    }

    .hero {
        grid-template-columns: 1fr !important;
        text-align: center;
    }
}


/* Desktop Footer */
.footer {
    padding: 45px 0 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    background: #080a25;
    border-top: 1px solid rgba(126, 111, 255, .12);
}

.footer-logo {
    max-width: 420px;
}

.footer .logo-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 16px;

    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 24px;
    color: #fff;

    background: linear-gradient(135deg,
            #8478ff,
            #5145dc);

    box-shadow:
        0 0 20px rgba(118, 101, 255, .25);
}

.footer-logo h3 {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 12px;

    background: linear-gradient(90deg,
            #fff,
            #b3a8ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-logo p {
    font-size: 15px;
    line-height: 1.9;
    color: #cfcaff;
    margin-bottom: 16px;
}

.footer-logo span {
    font-size: 13px;
    color: #8f93d8;
    font-weight: 700;
}
/* ===== زر ===== */

.details-center {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 35px;
    padding-top: 28px;
    border-top: 1px solid rgba(124, 92, 255, .15);
}

.details-btn {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    min-width: 260px;
    height: 58px;

    border: none;
    cursor: pointer;
    border-radius: 18px;

    font-family: Cairo;
    font-size: 17px;
    font-weight: 900;
    color: #fff;

    background:
        linear-gradient(135deg,
            #6366f1,
            #7c5cff);

    box-shadow:
        0 0 30px rgba(124, 92, 255, .30);

    overflow: hidden;
    transition: .35s;
}

.details-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;

    background:
        linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, .18),
            transparent);

    transform: skewX(-25deg);
    transition: .8s;
}

.details-btn:hover::before {
    left: 130%;
}

.details-btn:hover {
    transform: translateY(-4px);

    box-shadow:
        0 0 42px rgba(124, 92, 255, .5);
}



/* ===== مودال ===== */

.verify-modal {
    position: fixed;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px;

    background: rgba(2, 6, 23, .8);
    backdrop-filter: blur(10px);

    z-index: 9999;
}

.verify-modal.show {
    display: flex;
}

.verify-box {

    width: 420px;
    max-width: 100%;

    padding: 40px 35px;

    border-radius: 28px;

    background:
        linear-gradient(145deg,
            #101746,
            #0b1032);

    border: 1px solid rgba(124, 92, 255, .25);

    box-shadow:
        0 0 60px rgba(124, 92, 255, .22);

    text-align: center;

    position: relative;
}

.close-modal {
    position: absolute;
    top: 18px;
    left: 18px;
    background: none;
    border: none;
    font-size: 24px;
    color: #98a2ff;
    cursor: pointer;
}

.verify-icon {
    width: 80px;
    height: 80px;
    margin: auto auto 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(135deg,
            #6366f1,
            #7c5cff);

    box-shadow:
        0 0 25px rgba(124, 92, 255, .4);
}

.verify-icon i {
    font-size: 34px;
    color: #fff;
}

.verify-box h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
}

.verify-box p {
    color: #bcc4ff;
    margin-bottom: 24px;
}

.verify-box input {
    width: 100%;
    height: 56px;

    border-radius: 16px;
    border: 2px solid #313b77;

    background: #0c1238;

    text-align: center;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 8px;

    color: #8e88ff;
    outline: none;

    margin-bottom: 18px;
}

.verify-box input:focus {
    border-color: #7c5cff;
}

.verify-submit {
    width: 100%;
    height: 56px;

    border: none;
    border-radius: 16px;

    cursor: pointer;

    font-size: 18px;
    font-weight: 900;
    color: white;

    background:
        linear-gradient(135deg,
            #6366f1,
            #7c5cff);
}

#verifyMsg {
    margin-top: 15px;
    font-weight: 800;
}


/* Responsive */
@media(max-width:768px) {

    .details-btn {
        width: 100%;
        max-width: 270px;
        height: 52px;
        font-size: 15px;
    }

    .verify-box {
        padding: 30px 22px;
    }

    .verify-box h2 {
        font-size: 24px;
    }

}
.details-center {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    margin-top: 35px;
    padding-top: 30px;

    border-top: 1px solid rgba(124, 92, 255, .15);

    text-align: center;
}

.details-btn {
    margin: 0 auto !important;
    /* هذا يوسّطه */
    display: flex;
    align-items: center;
    justify-content: center;

    width: 260px;
    height: 58px;

    border: none;
    border-radius: 18px;
    cursor: pointer;

    font-family: Cairo;
    font-size: 17px;
    font-weight: 900;
    color: #fff;

    background: linear-gradient(135deg,
            #6366f1,
            #7c5cff);

    box-shadow:
        0 0 30px rgba(124, 92, 255, .3);
}

.center-button-box {
    width: 100%;
    text-align: center;
    margin-top: 35px;
    padding-top: 28px;
    border-top: 1px solid rgba(124, 92, 255, .15);
}

.purple-main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    padding: 15px 40px;
    border: none;
    cursor: pointer;

    border-radius: 18px;

    font-family: 'Cairo', sans-serif;
    font-size: 17px;
    font-weight: 900;
    color: #fff;

    background:
        linear-gradient(135deg,
            #6366f1,
            #7c5cff);

    box-shadow:
        0 0 30px rgba(124, 92, 255, .30);

    transition: .3s;
}

.purple-main-btn:hover {
    transform: translateY(-4px);
    box-shadow:
        0 0 42px rgba(124, 92, 255, .5);
}

@media(max-width:768px) {
    .purple-main-btn {
        padding: 13px 28px;
        font-size: 15px;
    }
}

.button-center-fix {
    grid-column: 1 / -1;
    /* ياخذ عرض الصف كامل */
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    margin-top: 35px;
    padding-top: 28px;

    border-top: 1px solid rgba(124, 92, 255, .15);
}

.purple-btn-fix {
    all: unset;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    min-width: 260px;
    height: 58px;

    cursor: pointer;
    border-radius: 18px;

    font-family: Cairo, sans-serif;
    font-size: 17px;
    font-weight: 900;
    color: #fff;

    background: linear-gradient(135deg,
            #6366f1,
            #7c5cff);

    box-shadow:
        0 0 30px rgba(124, 92, 255, .30);

    padding: 0 35px;
}

.purple-btn-fix:hover {
    transform: translateY(-3px);
}

@media(max-width:768px) {
    .purple-btn-fix {
        min-width: 220px;
        height: 52px;
        font-size: 15px;
    }
}

.purple-btn-fix {
    all: unset;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    min-width: 185px;
    height: 46px;

    padding: 0 24px;

    cursor: pointer;
    border-radius: 14px;

    font-family: Cairo, sans-serif;
    font-size: 15px;
    font-weight: 800;
    color: #fff;

    background:
        linear-gradient(135deg,
            #6366f1,
            #7c5cff);

    box-shadow:
        0 0 18px rgba(124, 92, 255, .25);

    transition: .3s;
}

.purple-btn-fix i {
    font-size: 13px;
}

.purple-btn-fix:hover {
    transform: translateY(-2px);
    box-shadow:
        0 0 28px rgba(124, 92, 255, .4);
}


@media(max-width:768px) {
    .purple-btn-fix {
        min-width: 165px;
        height: 42px;
        font-size: 14px;
        padding: 0 20px;
    }
}