/* =========================================================
   Discount Plus - About Page
   نفس هوية صفحة انضم كشريك
========================================================= */

.about-page {
    --about-red: #d6001c;
    --about-red-dark: #a90017;
    --about-black: #111113;
    --about-text: #62626a;
    --about-soft: #f7f7f9;
    --about-border: #e6e6ea;
    --about-white: #ffffff;

    overflow: hidden;
    background: var(--about-white);
    color: var(--about-black);
}

.about-page *,
.about-page *::before,
.about-page *::after {
    box-sizing: border-box;
}

.about-container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.about-section {
    padding: 96px 0;
}

.about-section-small {
    padding-top: 0;
}

.about-section-soft {
    background: var(--about-soft);
}

.about-label {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 15px;
    border: 1px solid rgba(214, 0, 28, .24);
    border-radius: 999px;
    background: rgba(214, 0, 28, .08);
    color: var(--about-red);
    font-size: 14px;
    font-weight: 800;
}

.about-heading {
    max-width: 760px;
    margin: 0 auto 44px;
    text-align: center;
}

.about-heading h2 {
    margin: 18px 0 14px;
    color: var(--about-black);
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.2;
}

.about-heading p {
    margin: 0;
    color: var(--about-text);
    font-size: 17px;
    line-height: 1.9;
}

/* =========================================================
   Hero
========================================================= */

.about-hero {
    position: relative;
    min-height: 690px;
    display: flex;
    align-items: center;
    padding: 90px 0;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(
            circle at 80% 24%,
            rgba(214, 0, 28, .25),
            transparent 33%
        ),
        radial-gradient(
            circle at 12% 80%,
            rgba(214, 0, 28, .12),
            transparent 30%
        ),
        linear-gradient(135deg, #1d1d1f, #090909);
}

.about-hero::before,
.about-hero::after {
    position: absolute;
    z-index: -1;
    content: "";
    border-radius: 50%;
    pointer-events: none;
}

.about-hero::before {
    width: 520px;
    height: 520px;
    top: -270px;
    right: -170px;
    border: 1px solid rgba(255, 255, 255, .08);
}

.about-hero::after {
    width: 420px;
    height: 420px;
    bottom: -250px;
    left: -150px;
    border: 1px solid rgba(214, 0, 28, .3);
}

.about-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
    gap: 72px;
    align-items: center;
}

.about-hero-content {
    position: relative;
    z-index: 2;
}

.about-hero-content .about-label {
    border-color: rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .10);
    color: #ffffff;
}

.about-hero-content h1 {
    margin: 22px 0 20px;
    color: #ffffff;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1.08;
}

.about-hero-content h1 strong {
    display: block;
    color: #ff4e5d;
}

.about-hero-content > p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    line-height: 1.95;
}

.about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.about-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 25px;
    border: 1px solid transparent;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 800;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.about-button:hover {
    transform: translateY(-3px);
}

.about-button-primary {
    background: linear-gradient(135deg, #e31631, #b30019);
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(214, 0, 28, .28);
}

.about-button-primary:hover {
    background: linear-gradient(135deg, #f01c39, #c8001c);
}

.about-button-secondary {
    border-color: rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .06);
    color: #ffffff;
}

.about-button-secondary:hover {
    border-color: rgba(255, 255, 255, .52);
    background: rgba(255, 255, 255, .13);
}

.about-button-light {
    background: #ffffff;
    color: var(--about-red-dark);
}

/* =========================================================
   هاتف العرض
========================================================= */

.about-hero-visual {
    position: relative;
    min-height: 510px;
    display: grid;
    place-items: center;
}

.about-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.about-circle-one {
    width: 465px;
    max-width: 92%;
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, .18);
}

.about-circle-two {
    width: 360px;
    max-width: 72%;
    aspect-ratio: 1;
    border: 1px dashed rgba(255, 255, 255, .3);
}

.about-phone {
    position: relative;
    z-index: 2;
    width: min(318px, 78vw);
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 42px;
    background: #0c0c0d;
    box-shadow: 0 32px 80px rgba(0, 0, 0, .44);
}

.about-phone-speaker {
    width: 88px;
    height: 17px;
    margin: 0 auto 8px;
    border-radius: 0 0 14px 14px;
    background: #000000;
}

.about-phone-screen {
    min-height: 494px;
    padding: 28px 20px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 85% 8%, rgba(214, 0, 28, .18), transparent 28%),
        #ffffff;
}

.about-phone-logo {
    display: flex;
    justify-content: center;
    gap: 5px;
    color: #161618;
    font-size: 20px;
}

.about-phone-logo strong {
    color: var(--about-red);
}

.about-phone-offer {
    min-height: 178px;
    display: grid;
    place-items: center;
    margin: 32px 0 25px;
    border-radius: 25px;
    background: linear-gradient(135deg, #e31631, #ac0018);
    color: #ffffff;
    text-align: center;
}

.about-phone-offer strong {
    display: block;
    font-size: 60px;
    line-height: 1;
}

.about-phone-offer span {
    display: block;
    margin-top: 6px;
    font-size: 15px;
    font-weight: 700;
}

.about-phone-categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.about-phone-categories span,
.about-phone-card {
    background: #eef0f3;
}

.about-phone-categories span {
    height: 54px;
    border-radius: 14px;
}

.about-phone-card {
    height: 67px;
    margin-top: 15px;
    border-radius: 15px;
}

.about-phone-card.short {
    width: 72%;
}

.about-floating-card {
    position: absolute;
    z-index: 3;
    min-width: 112px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 18px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .22);
    text-align: center;
}

.about-floating-card strong,
.about-floating-card span {
    display: block;
}

.about-floating-card strong {
    color: var(--about-black);
    font-size: 23px;
}

.about-floating-card span {
    margin-top: 3px;
    color: var(--about-text);
    font-size: 13px;
}

.about-floating-card-one {
    inset-block-start: 15%;
    inset-inline-start: 0;
}

.about-floating-card-two {
    inset-block-end: 14%;
    inset-inline-end: 0;
}

/* =========================================================
   البطاقات
========================================================= */

.about-grid {
    display: grid;
    gap: 22px;
}

.about-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-card,
.about-step {
    min-height: 100%;
    padding: 30px;
    border: 1px solid var(--about-border);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 45px rgba(17, 17, 19, .055);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.about-card:hover,
.about-step:hover {
    transform: translateY(-7px);
    border-color: rgba(214, 0, 28, .26);
    box-shadow: 0 22px 48px rgba(17, 17, 19, .10);
}

.about-card-large {
    padding: 38px;
}

.about-number,
.about-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 22px;
    border-radius: 15px;
    background: rgba(214, 0, 28, .10);
    color: var(--about-red);
    font-weight: 900;
}

.about-card h3,
.about-step h3 {
    margin: 0 0 12px;
    color: var(--about-black);
    font-size: 22px;
    line-height: 1.35;
}

.about-card p,
.about-step p {
    margin: 0;
    color: var(--about-text);
    line-height: 1.9;
}

/* =========================================================
   القسم الداكن
========================================================= */

.about-section-dark {
    background:
        radial-gradient(circle at 85% 20%, rgba(214, 0, 28, .22), transparent 30%),
        linear-gradient(135deg, #1d1d1f, #090909);
    color: #ffffff;
}

.about-section-dark .about-heading h2 {
    color: #ffffff;
}

.about-section-dark .about-heading p {
    color: rgba(255, 255, 255, .72);
}

.about-section-dark .about-label {
    border-color: rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .08);
    color: #ffffff;
}

.about-dark-card {
    min-height: 100%;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 24px;
    background: rgba(255, 255, 255, .06);
}

.about-dark-card .about-number {
    background: rgba(255, 255, 255, .12);
    color: #ffffff;
}

.about-dark-card h3 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 22px;
}

.about-dark-card p,
.about-notice p {
    margin: 0;
    color: rgba(255, 255, 255, .75);
    line-height: 1.9;
}

.about-notice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 24px;
    padding: 25px 27px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 22px;
    background: rgba(255, 255, 255, .07);
}

/* =========================================================
   الدعوات
========================================================= */

.about-partner-cta {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 34px;
    align-items: center;
    padding: 42px;
    border-radius: 28px;
    background: linear-gradient(135deg, #e31631, #ad0019);
    color: #ffffff;
    box-shadow: 0 25px 60px rgba(214, 0, 28, .22);
}

.about-partner-cta h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: clamp(28px, 4vw, 46px);
}

.about-partner-cta p {
    margin: 0;
    color: rgba(255, 255, 255, .84);
    line-height: 1.9;
}

.about-download-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
    gap: 50px;
    align-items: center;
    padding: 50px;
    border: 1px solid var(--about-border);
    border-radius: 30px;
    background: var(--about-soft);
}

.about-download-box h2 {
    margin: 18px 0 14px;
    color: var(--about-black);
    font-size: clamp(28px, 4vw, 48px);
}

.about-download-box p {
    margin: 0;
    color: var(--about-text);
    line-height: 1.9;
}

.about-download-art {
    min-height: 280px;
    display: grid;
    place-items: center;
    align-content: center;
    border-radius: 28px;
    background: linear-gradient(135deg, #1d1d1f, #090909);
    color: #ffffff;
    font-size: 32px;
}

.about-download-art span,
.about-download-art strong {
    display: block;
}

.about-download-art strong {
    color: #ff4e5d;
}

/* =========================================================
   الجوال
========================================================= */

@media (max-width: 980px) {
    .about-hero-grid,
    .about-download-box {
        grid-template-columns: 1fr;
    }

    .about-hero-content {
        text-align: center;
    }

    .about-hero-content > p {
        margin-inline: auto;
    }

    .about-actions {
        justify-content: center;
    }

    .about-grid-four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-grid-three {
        grid-template-columns: 1fr;
    }

    .about-partner-cta {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .about-container {
        width: min(100% - 26px, 1180px);
    }

    .about-section {
        padding: 68px 0;
    }

    .about-section-small {
        padding-top: 0;
    }

    .about-hero {
        min-height: auto;
        padding: 68px 0 72px;
    }

    .about-hero-grid {
        gap: 40px;
    }

    .about-hero-visual {
        min-height: 455px;
    }

    .about-floating-card {
        display: none;
    }

    .about-grid-two,
    .about-grid-four {
        grid-template-columns: 1fr;
    }

    .about-card,
    .about-step,
    .about-dark-card {
        padding: 25px;
    }

    .about-card-large,
    .about-download-box,
    .about-partner-cta {
        padding: 28px;
    }

    .about-download-box {
        gap: 30px;
    }

    .about-download-art {
        min-height: 220px;
    }

    .about-notice {
        display: block;
    }

    .about-notice .about-button {
        width: 100%;
        margin-top: 18px;
    }
}