/* ==============================
   DESIGN TOKENS — RAFEDEEN BRAND
   ============================== */
:root {
    --rp-900: #2d1b69;
    --rp-800: #3d2382;
    --rp-700: #4e2d9b;
    --rp-600: #6040b5;
    --rp-500: #7b5cbf;
    --rp-400: #9b7fd4;
    --rp-300: #bba8e8;
    --rp-200: #d8ccf5;
    --rp-100: #ede8ff;
    --rp-50: #f7f4ff;

    --rg-900: #111827;
    --rg-800: #1f2937;
    --rg-700: #374151;
    --rg-500: #6b7280;
    --rg-300: #d1d5db;
    --rg-100: #f3f4f6;
    --rg-50: #f9fafb;

    --shadow-sm: 0 1px 4px rgba(0, 0, 0, 0.07);
    --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.09);
    --shadow-lg: 0 12px 48px rgba(0, 0, 0, 0.12);
    --shadow-pp: 0 8px 32px rgba(123, 92, 191, 0.28);

    --radius-sm: 10px;
    --radius-md: 18px;
    --radius-lg: 26px;
    --radius-xl: 36px;

    --ease: cubic-bezier(0.4, 0, 0.2, 1);
    --tx: all 0.32s var(--ease);
    --tx-slow: all 0.6s var(--ease);
}

/* ==============================
   GLOBAL RESETS FOR HOME PAGE
   ============================== */
.hp *,
.hp *::before,
.hp *::after {
    box-sizing: border-box;
}
.hp {
    font-family: "Tajawal", sans-serif;
    color: var(--rg-800);
    overflow-x: hidden;
}
.hp a {
    text-decoration: none;
    color: inherit;
}
.hp ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hp p {
    margin: 0;
}
.hp h1,
.hp h2,
.hp h3,
.hp h4,
.hp h5 {
    margin: 0;
}
.hp img {
    max-width: 100%;
}

/* ==============================
   SHARED UTILITIES
   ============================== */
.hp .sh-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--rp-100);
    color: var(--rp-700);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 6px 16px;
    border-radius: 999px;
    border: 1px solid var(--rp-200);
    margin-bottom: 14px;
    text-transform: uppercase;
}
.hp .sh-title {
    font-size: clamp(1.5rem, 3.8vw, 2.3rem);
    font-weight: 900;
    color: var(--rg-900);
    line-height: 1.3;
    margin-bottom: 12px;
}
.hp .sh-title .accent {
    color: var(--rp-600);
}
.hp .sh-sub {
    font-size: 0.97rem;
    color: var(--rg-500);
    line-height: 1.9;
    max-width: 560px;
}
.hp .sh-head {
    text-align: center;
    margin-bottom: 56px;
}
.hp .sh-head .sh-sub {
    margin: 0 auto;
}

.hp .btn-pp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--rp-800), var(--rp-500));
    color: #fff;
    font-size: 0.96rem;
    font-weight: 800;
    font-family: "Tajawal", sans-serif;
    padding: 14px 30px;
    border-radius: var(--radius-md);
    border: none;
    cursor: pointer;
    transition: var(--tx);
    box-shadow: var(--shadow-pp);
}
.hp .btn-pp:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 44px rgba(123, 92, 191, 0.42);
    color: #fff;
}

.hp .btn-out {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: var(--rp-700);
    font-size: 0.96rem;
    font-weight: 800;
    font-family: "Tajawal", sans-serif;
    padding: 13px 30px;
    border-radius: var(--radius-md);
    border: 2px solid var(--rp-400);
    cursor: pointer;
    transition: var(--tx);
}
.hp .btn-out:hover {
    background: var(--rp-700);
    color: #fff;
    border-color: var(--rp-700);
    transform: translateY(-3px);
}

/* Fade-up scroll animation */
.hp .fu {
    opacity: 0;
    transform: translateY(26px);
    transition:
        opacity 0.7s var(--ease),
        transform 0.7s var(--ease);
}
.hp .fu.vis {
    opacity: 1;
    transform: translateY(0);
}
.hp .fu:nth-child(1) {
    transition-delay: 0.05s;
}
.hp .fu:nth-child(2) {
    transition-delay: 0.13s;
}
.hp .fu:nth-child(3) {
    transition-delay: 0.21s;
}
.hp .fu:nth-child(4) {
    transition-delay: 0.29s;
}
.hp .fu:nth-child(5) {
    transition-delay: 0.37s;
}
.hp .fu:nth-child(6) {
    transition-delay: 0.45s;
}

/* ==============================
   1. HERO SECTION
   ============================== */
.hp-hero {
    position: relative;
    overflow: hidden;
}
/* ── Swiper Hero ── */
.heroMainSwiper {
    height: 100svh;
    min-height: 600px;
}
.heroMainSwiper .swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.hp-hero__slide-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.hp-hero__slide-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Nav arrows */
.hp-hero-nav-next,
.hp-hero-nav-prev {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(10px);
    width: 46px !important;
    height: 46px !important;
    border-radius: 50% !important;
    border: 1.5px solid rgba(255, 255, 255, 0.28);
    transition: background 0.3s;
}
.hp-hero-nav-next::after,
.hp-hero-nav-prev::after {
    font-size: 18px !important;
    font-weight: 700;
}
.hp-hero-nav-next:hover,
.hp-hero-nav-prev:hover {
    background: rgba(255, 255, 255, 0.3) !important;
}
/* Pagination */
.hp-hero-pagination {
    bottom: 22px !important;
}
.hp-hero-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.55) !important;
    opacity: 1;
    transition: all 0.3s;
}
.hp-hero-pagination .swiper-pagination-bullet-active {
    background: #fff !important;
    width: 28px;
    border-radius: 4px;
}
.hp-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(45, 27, 105, 0.93) 0%,
        rgba(78, 45, 155, 0.86) 40%,
        rgba(123, 92, 191, 0.78) 70%,
        rgba(45, 27, 105, 0.9) 100%
    );
}

/* ── Hero Body ── */
.hp-hero__body {
    position: relative;
    z-index: 3;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 130px 24px 70px;
}
.hp-hero__text {
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    align-items: center;
    max-width: 820px;
    animation: heroIn 0.9s var(--ease) both;
}
@keyframes heroIn {
    from {
        opacity: 0;
        transform: translateY(32px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hp-hero__live-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(14px);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 7px 20px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    margin-bottom: 26px;
}
.hp-hero__live-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #4ade80;
    animation: livePulse 1.6s ease infinite;
}
@keyframes livePulse {
    0%,
    100% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.5);
    }
    50% {
        opacity: 0.7;
        box-shadow: 0 0 0 6px rgba(74, 222, 128, 0);
    }
}

.hp-hero__h1 {
    font-size: clamp(2rem, 6vw, 3.8rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 18px;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.28);
    text-align: center;
}
.hp-hero__h1 .glow {
    background: linear-gradient(135deg, #e2d0ff, #bba8e8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hp-hero__sub {
    font-size: clamp(1rem, 2.4vw, 1.15rem);
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.85;
    margin-bottom: 38px;
    max-width: 620px;
    margin-inline: auto;
    text-align: center;
}
.hp-hero__actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 75px;
}

/* ── Base hero button ── */
.hp-hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 0.97rem;
    font-weight: 800;
    font-family: "Tajawal", sans-serif;
    padding: 13px 26px;
    border-radius: var(--radius-md);
    transition: var(--tx);
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}
.hp-hero__btn-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 0.9rem;
    flex-shrink: 0;
    transition: var(--tx);
}
.hp-hero__btn-lbl {
    line-height: 1;
}

/* ── White (استقدام) ── */
.hp-hero__btn--white {
    background: #fff;
    color: var(--rp-800);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
}
.hp-hero__btn--white .hp-hero__btn-ico {
    background: var(--rp-100);
    color: var(--rp-700);
}
.hp-hero__btn--white:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
    color: var(--rp-800);
}

/* ── Orange (إيجار) ── */
.hp-hero__btn--orange {
    background: linear-gradient(135deg, #f97316, #fb923c);
    color: #fff;
    box-shadow: 0 8px 32px rgba(249, 115, 22, 0.4);
}
.hp-hero__btn--orange .hp-hero__btn-ico {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}
.hp-hero__btn--orange:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(249, 115, 22, 0.55);
    color: #fff;
}

/* ── Glass (نقل خدمات) ── */
.hp-hero__btn--glass {
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.36);
}
.hp-hero__btn--glass .hp-hero__btn-ico {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}
.hp-hero__btn--glass:hover {
    background: rgba(255, 255, 255, 0.24);
    transform: translateY(-4px);
    color: #fff;
}

@media (max-width: 600px) {
    .hp-hero__actions {
        gap: 10px;
    }
    .hp-hero__btn {
        padding: 11px 18px;
        font-size: 0.88rem;
    }
    .hp-hero__btn-ico {
        width: 30px;
        height: 30px;
        font-size: 0.8rem;
    }
}

/* ── Hero Stats Bar ── */
.hp-hero__statsbar {
    position: relative; z-index: 3;
    background: linear-gradient(135deg, var(--rp-900) 0%, var(--rp-700) 100%);
    padding: 0;
}
.hp-hero__stats-row {
    display: flex; max-width: 100%; margin: 0; padding: 0;
}
.hp-hero__stat {
    flex: 1; text-align: center; padding: 26px 16px;
    border-inline-end: 1px solid rgba(255,255,255,.14);
    transition: background .25s;
}
.hp-hero__stat:hover { background: rgba(255,255,255,.08); }
.hp-hero__stat:last-child { border-inline-end: none; }
.hp-hero__stat strong {
    display: block; font-size: 1.9rem; font-weight: 900;
    color: #fff; line-height: 1; margin-bottom: 6px;
    letter-spacing: -.01em;
}
.hp-hero__stat span {
    font-size: .78rem; color: rgba(255,255,255,.72); font-weight: 600;
    letter-spacing: .02em; text-transform: uppercase;
}

/* ── Hero Partners Strip ── */
.hp-hero__partners {
    position: relative; z-index: 3;
    background: var(--rp-50);
    border-top: 1px solid var(--rp-100); padding: 16px 0;
}
.hp-hero__partners .swiper-slide {
    display: flex; justify-content: center; align-items: center;
}
.hp-hero__partners .rfl-logo img {
    height: 36px; width: auto; object-fit: contain;
    opacity: .5; filter: grayscale(100%);
    transition: opacity .3s, filter .3s;
}
.hp-hero__partners .rfl-logo img:hover {
    opacity: 1; filter: grayscale(0%);
}

/* ==============================
   2. SERVICES SECTION
   ============================== */
.hp-svc {
    padding: 96px 0;
    background: var(--rg-50);
    position: relative;
    overflow: hidden;
}
.hp-svc::before,
.hp-svc::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(circle, var(--rp-100), transparent 70%);
}
.hp-svc::before {
    width: 700px;
    height: 700px;
    top: -250px;
    left: -250px;
}
.hp-svc::after {
    width: 500px;
    height: 500px;
    bottom: -200px;
    right: -180px;
}
.hp-svc > .container {
    position: relative;
    z-index: 1;
}

.hp-svc__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 28px;
}

.hp-svc-card {
    background: #fff;
    border-radius: var(--radius-lg);
    border: 1.5px solid var(--rp-200);
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: relative;
    overflow: hidden;
    transition: var(--tx-slow);
    cursor: pointer;
}
.hp-svc-card:hover {
    transform: translateY(-9px);
    border-color: var(--rp-500);
    box-shadow: var(--shadow-pp);
}

/* Background image & colour overlay */
.hp-svc-card__img {
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
}
.hp-svc-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.1);
    transition:
        opacity 0.6s var(--ease),
        transform 0.8s cubic-bezier(0.34, 1.2, 0.64, 1);
}
.hp-svc-card:hover .hp-svc-card__img img {
    opacity: 1;
    transform: scale(1);
}

.hp-svc-card__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: var(--radius-lg);
    opacity: 0;
    transition: opacity 0.5s var(--ease);
}
.hp-svc-card:hover .hp-svc-card__bg {
    opacity: 1;
}
.hp-svc-card.pp .hp-svc-card__bg {
    background: linear-gradient(
        135deg,
        rgba(45, 27, 105, 0.95),
        rgba(96, 64, 181, 0.92)
    );
}
.hp-svc-card.tl .hp-svc-card__bg {
    background: linear-gradient(
        135deg,
        rgba(0, 40, 52, 0.95),
        rgba(0, 135, 158, 0.92)
    );
}
.hp-svc-card.or .hp-svc-card__bg {
    background: linear-gradient(
        135deg,
        rgba(80, 28, 0, 0.95),
        rgba(184, 98, 26, 0.92)
    );
}

/* Content layers */
.hp-svc-card__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hp-svc-icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    transition: var(--tx);
}
.hp-svc-card.pp .hp-svc-icon {
    background: var(--rp-100);
    color: var(--rp-700);
}
.hp-svc-card.tl .hp-svc-icon {
    background: #d0f2f6;
    color: #00879e;
}
.hp-svc-card.or .hp-svc-icon {
    background: #fff2e0;
    color: #b8621a;
}
.hp-svc-card:hover .hp-svc-icon {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.hp-svc-card__title {
    font-size: 1.22rem;
    font-weight: 800;
    color: var(--rg-900);
    transition: color 0.32s;
}
.hp-svc-card:hover .hp-svc-card__title {
    color: #fff;
}

.hp-svc-card__desc {
    font-size: 0.91rem;
    color: var(--rg-500);
    line-height: 1.88;
    transition: color 0.32s;
}
.hp-svc-card:hover .hp-svc-card__desc {
    color: rgba(255, 255, 255, 0.85);
}

.hp-svc-card__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    opacity: 0;
    transform: translateY(10px);
    transition:
        opacity 0.38s var(--ease) 0.08s,
        transform 0.38s var(--ease) 0.08s;
}
.hp-svc-card:hover .hp-svc-card__pills {
    opacity: 1;
    transform: translateY(0);
}
.svc-pill {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.32);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 999px;
}

.hp-svc-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--rp-700);
    transition: color 0.32s;
    position: relative;
    z-index: 2;
}
.hp-svc-card:hover .hp-svc-card__cta {
    color: rgba(255, 255, 255, 0.9);
}
.hp-svc-card__cta svg {
    width: 16px;
    height: 16px;
    transform: scaleX(-1);
    transition: transform 0.26s;
}
.hp-svc-card__cta:hover svg,
.hp-svc-card:hover .hp-svc-card__cta svg {
    transform: scaleX(-1) translateX(-4px);
}

/* ==============================
   LATEST CVS SECTIONS
   ============================== */
.hp-latest {
    padding: 88px 0;
    background: #fff;
}
.hp-latest--rental {
    background: var(--rg-50);
}
.hp-latest__slider-wrap {
    position: relative;
    padding: 0 54px 42px;
}
.hpLatestSwiper {
    overflow: hidden;
    padding: 4px 4px 18px;
}
.hpLatestSwiper .swiper-wrapper {
    align-items: stretch;
}
.hpLatestSwiper .swiper-slide {
    height: auto;
    display: flex;
}
.hp-latest-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    width: 100%;
    overflow: hidden;
    background: #fff;
    border: 1.5px solid var(--rp-200);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--tx);
}
.hp-latest-card:hover {
    transform: translateY(-7px);
    border-color: var(--rp-500);
    box-shadow: var(--shadow-pp);
}
.hp-latest-card__media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--rp-50);
}
.hp-latest-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s var(--ease);
}
.hp-latest-card:hover .hp-latest-card__media img {
    transform: scale(1.06);
}
.hp-latest-card__code {
    position: absolute;
    top: 12px;
    inset-inline-start: 12px;
    max-width: calc(100% - 24px);
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--rp-800);
    font-size: 0.74rem;
    font-weight: 900;
    box-shadow: var(--shadow-sm);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hp-latest-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 16px;
    padding: 18px;
}
.hp-latest-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}
.hp-latest-card__top h3 {
    color: var(--rg-900);
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.45;
}
.hp-latest-card__top span {
    flex-shrink: 0;
    padding: 4px 9px;
    border-radius: 999px;
    background: var(--rp-100);
    color: var(--rp-700);
    font-size: 0.72rem;
    font-weight: 800;
}
.hp-latest--rental .hp-latest-card__top span {
    background: #fff2e0;
    color: #b8621a;
}
.hp-latest-card__meta {
    display: grid;
    gap: 9px;
}
.hp-latest-card__meta div {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: var(--rg-600, #4b5563);
    font-size: 0.84rem;
    font-weight: 600;
}
.hp-latest-card__meta i {
    width: 18px;
    color: var(--rp-600);
    text-align: center;
    flex-shrink: 0;
}
.hp-latest--rental .hp-latest-card__meta i {
    color: #b8621a;
}
.hp-latest-card__meta span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hp-latest-card__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 14px;
    margin-top: auto;
    border-top: 1px solid var(--rp-100);
}
.hp-latest-card__foot strong {
    color: var(--rp-800);
    font-size: 0.95rem;
    font-weight: 900;
}
.hp-latest-card__foot span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--rg-500);
    font-size: 0.8rem;
    font-weight: 800;
    transition: color 0.25s;
}
.hp-latest-card:hover .hp-latest-card__foot span {
    color: var(--rp-700);
}
.hp-latest-nav {
    position: absolute;
    top: 42%;
    z-index: 4;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--rp-700);
    border: 1.5px solid var(--rp-200);
    box-shadow: var(--shadow-md);
    cursor: pointer;
    transition: var(--tx);
}
.hp-latest-nav:hover {
    background: var(--rp-700);
    color: #fff;
    border-color: var(--rp-700);
    transform: translateY(-2px);
}
.hp-latest-nav.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}
.hp-latest-nav--next {
    inset-inline-end: 0;
}
.hp-latest-nav--prev {
    inset-inline-start: 0;
}
.hp-latest--rental .hp-latest-nav {
    color: #b8621a;
    border-color: #f3d4b0;
}
.hp-latest--rental .hp-latest-nav:hover {
    background: #b8621a;
    color: #fff;
    border-color: #b8621a;
}
.hp-latest-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    gap: 7px;
}
.hp-latest-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: var(--rp-200);
    transition: var(--tx);
}
.hp-latest-pagination .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 999px;
    background: var(--rp-700);
}
.hp-latest--rental .hp-latest-pagination .swiper-pagination-bullet {
    background: #f3d4b0;
}
.hp-latest--rental .hp-latest-pagination .swiper-pagination-bullet-active {
    background: #b8621a;
}
.hp-latest__more {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}
.hp-latest__empty {
    grid-column: 1 / -1;
    padding: 42px 24px;
    border: 1.5px dashed var(--rp-200);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.72);
    text-align: center;
}
.hp-latest__empty h3 {
    color: var(--rg-900);
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: 8px;
}
.hp-latest__empty p {
    color: var(--rg-500);
    font-size: 0.9rem;
}
@media (max-width: 768px) {
    .hp-latest__slider-wrap {
        padding-inline: 0;
    }
    .hp-latest-nav {
        display: none;
    }
}

/* ==============================
   3. ABOUT SECTION
   ============================== */
.hp-about {
    padding: 96px 0;
    background: #fff;
}
.hp-about__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
@media (max-width: 900px) {
    .hp-about__grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
}

/* Image column */
.hp-about__media {
    position: relative;
}
.hp-about__img {
    border-radius: var(--radius-xl);
    overflow: hidden;
    aspect-ratio: 4/3;
}
.hp-about__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hp-about__badge {
    position: absolute;
    bottom: -22px;
    inset-inline-end: -22px;
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 18px 24px;
    box-shadow: var(--shadow-lg);
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1.5px solid var(--rp-200);
    min-width: 220px;
}
.hp-about__badge-ico {
    width: 52px;
    height: 52px;
    border-radius: var(--radius-sm);
    background: var(--rp-100);
    color: var(--rp-700);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}
.hp-about__badge h4 {
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--rg-900);
    margin-bottom: 3px;
}
.hp-about__badge p {
    font-size: 0.76rem;
    color: var(--rg-500);
}
.hp-about__badge a {
    font-size: 0.84rem;
    font-weight: 800;
    color: var(--rp-700);
}

/* Text column */
.hp-about__copy h2 {
    font-size: clamp(1.5rem, 3.5vw, 2.2rem);
    font-weight: 900;
    color: var(--rg-900);
    line-height: 1.3;
    margin-bottom: 16px;
}
.hp-about__copy p {
    font-size: 0.96rem;
    color: var(--rg-500);
    line-height: 1.9;
    margin-bottom: 14px;
}

.hp-about__points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
    margin: 24px 0;
}
.hp-about__points li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--rg-700);
}
.hp-about__points li::before {
    content: "";
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--rp-100);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%236040B5'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1.5px solid var(--rp-300);
}

/* Mini stat grid */
.hp-about__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 30px;
}
.hp-about__stat {
    background: var(--rp-50);
    border: 1.5px solid var(--rp-200);
    border-radius: var(--radius-md);
    padding: 22px;
    text-align: center;
    transition: var(--tx);
}
.hp-about__stat:hover {
    border-color: var(--rp-400);
    box-shadow: var(--shadow-pp);
    transform: translateY(-2px);
}
.hp-about__stat strong {
    display: block;
    font-size: 1.9rem;
    font-weight: 900;
    color: var(--rp-700);
    line-height: 1;
    margin-bottom: 6px;
}
.hp-about__stat span {
    font-size: 0.8rem;
    color: var(--rg-500);
    font-weight: 600;
}

/* ==============================
   4. NATIONALITIES SECTION
   ============================== */
.hp-nat {
    padding: 96px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--rp-900) 0%, var(--rp-700) 100%);
}
.hp-nat::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/svg%3E");
}
.hp-nat .sh-badge {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.24);
    color: rgba(255, 255, 255, 0.92);
}
.hp-nat .sh-title {
    color: #fff;
}
.hp-nat .sh-sub {
    color: rgba(255, 255, 255, 0.75);
}

.hp-nat__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 20px;
    position: relative;
    z-index: 1;
}
.hp-nat-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius-lg);
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    transition: var(--tx);
}
.hp-nat-card:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-7px);
    border-color: rgba(255, 255, 255, 0.38);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}
.hp-nat-card__flag {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
}
.hp-nat-card__flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hp-nat-card__name {
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    text-align: center;
}

.hp-nat-card__meta {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.hp-nat-card__line {
    display: flex;
    justify-content: space-between;
    font-size: 0.76rem;
}
.hp-nat-card__line .lbl {
    color: rgba(255, 255, 255, 0.58);
}
.hp-nat-card__line .val {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
}

.hp-nat-card__price {
    font-size: 1.1rem;
    font-weight: 900;
    color: #fff;
    text-align: center;
    background: rgba(255, 255, 255, 0.14);
    padding: 8px 14px;
    border-radius: 8px;
    width: 100%;
}
.hp-nat-card__cta {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.8rem;
    font-weight: 700;
    transition: color 0.3s;
}
.hp-nat-card:hover .hp-nat-card__cta {
    color: #fff;
}
.hp-nat-card__cta svg {
    width: 14px;
    height: 14px;
}

/* ==============================
   5. WHY CHOOSE US
   ============================== */
.hp-why {
    padding: 96px 0;
    background: var(--rg-50);
}
.hp-why__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 26px;
}

.hp-why-card {
    background: #fff;
    border-radius: var(--radius-lg);
    border: 1.5px solid var(--rp-200);
    padding: 36px 28px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: var(--tx-slow);
}
.hp-why-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--rp-800), var(--rp-400));
    transform: scaleX(0);
    transition: transform 0.42s var(--ease);
    transform-origin: right;
}
.hp-why-card:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}
.hp-why-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--shadow-pp);
    border-color: var(--rp-400);
}

.hp-why-card__ico {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    margin: 0 auto 22px;
    background: linear-gradient(135deg, var(--rp-100), var(--rp-200));
    color: var(--rp-700);
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--tx);
}
.hp-why-card:hover .hp-why-card__ico {
    background: linear-gradient(135deg, var(--rp-800), var(--rp-500));
    color: #fff;
    transform: scale(1.1) rotate(-6deg);
}
.hp-why-card h3 {
    font-size: 1.08rem;
    font-weight: 800;
    color: var(--rg-900);
    margin-bottom: 10px;
}
.hp-why-card p {
    font-size: 0.88rem;
    color: var(--rg-500);
    line-height: 1.82;
}

/* ==============================
   6. STATISTICS SECTION
   ============================== */
.hp-stats {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        135deg,
        var(--rp-900) 0%,
        var(--rp-700) 50%,
        var(--rp-800) 100%
    );
}
.hp-stats__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 28px;
}

.hp-stat-card {
    text-align: center;
    padding: 32px 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
    border-radius: var(--radius-lg);
    transition: var(--tx);
}
.hp-stat-card:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-5px);
}
.hp-stat-card__ico {
    font-size: 38px;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 16px;
    display: block;
}
.hp-stat-card__num {
    font-size: 2.8rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
    display: block;
}
.hp-stat-card__lbl {
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.74);
    font-weight: 600;
}

/* ==============================
   7. PROCESS / REQUIREMENTS
   ============================== */
.hp-proc {
    padding: 96px 0;
    background: #fff;
}

.hp-proc__tabs {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}
.hp-proc__tab {
    padding: 11px 30px;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 700;
    font-family: "Tajawal", sans-serif;
    cursor: pointer;
    border: 2px solid var(--rp-400);
    background: transparent;
    color: var(--rp-700);
    transition: var(--tx);
}
.hp-proc__tab.active {
    background: var(--rp-700);
    border-color: var(--rp-700);
    color: #fff;
}

.hp-proc__panel {
    display: none;
}
.hp-proc__panel.active {
    display: block;
}

.hp-proc__steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 22px;
    position: relative;
}
.hp-proc__steps::before {
    content: "";
    position: absolute;
    top: 50px;
    inset-inline-start: 50px;
    inset-inline-end: 50px;
    height: 2px;
    background: linear-gradient(
        90deg,
        var(--rp-200),
        var(--rp-400),
        var(--rp-200)
    );
    z-index: 0;
}
@media (max-width: 768px) {
    .hp-proc__steps::before {
        display: none;
    }
}

.hp-proc-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
    padding: 32px 20px;
    background: #fff;
    border: 1.5px solid var(--rp-200);
    border-radius: var(--radius-lg);
    position: relative;
    z-index: 1;
    transition: var(--tx);
}
.hp-proc-step:hover {
    border-color: var(--rp-500);
    box-shadow: var(--shadow-pp);
    transform: translateY(-5px);
}

.hp-proc-step__num {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--rp-800), var(--rp-500));
    color: #fff;
    font-size: 1.35rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-pp);
    flex-shrink: 0;
}
.hp-proc-step__ico {
    width: 50px;
    height: 50px;
    border-radius: var(--radius-sm);
    background: var(--rp-100);
    color: var(--rp-700);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.hp-proc-step h4 {
    font-size: 0.97rem;
    font-weight: 800;
    color: var(--rg-900);
    margin-bottom: 6px;
}
.hp-proc-step p {
    font-size: 0.84rem;
    color: var(--rg-500);
    line-height: 1.72;
}

/* ==============================
   8. CUSTOMER SERVICE AGENTS
   ============================== */
.hp-agents {
    padding: 96px 0;
    background: var(--rg-50);
}
.hp-agents__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.hp-agent-card {
    background: #fff;
    border-radius: var(--radius-lg);
    border: 1.5px solid var(--rp-200);
    padding: 32px 28px;
    text-align: center;
    transition: var(--tx);
    position: relative;
    overflow: hidden;
}
.hp-agent-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 84px;
    background: linear-gradient(135deg, var(--rp-100), var(--rp-200));
    border-radius: var(--radius-lg) var(--radius-lg) 60% 60%;
}
.hp-agent-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--shadow-pp);
    border-color: var(--rp-400);
}

.hp-agent-card__ava {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--rp-800), var(--rp-500));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    margin: 0 auto 16px;
    border: 4px solid #fff;
    box-shadow: var(--shadow-pp);
}
.hp-agent-card__name {
    font-size: 1.08rem;
    font-weight: 800;
    color: var(--rg-900);
    margin-bottom: 4px;
}
.hp-agent-card__role {
    font-size: 0.8rem;
    color: var(--rp-600);
    font-weight: 700;
    margin-bottom: 16px;
}
.hp-agent-stars {
    display: flex;
    justify-content: center;
    gap: 3px;
    color: #f59e0b;
    margin-bottom: 20px;
    font-size: 0.88rem;
}
.hp-agent-card__btns {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.hp-agent-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: var(--tx);
    border: none;
    cursor: pointer;
}
.hp-agent-btn.wa {
    background: #25d366;
    color: #fff;
}
.hp-agent-btn.wa:hover {
    background: #1bb95b;
    transform: scale(1.12);
}
.hp-agent-btn.tel {
    background: var(--rp-100);
    color: var(--rp-700);
}
.hp-agent-btn.tel:hover {
    background: var(--rp-700);
    color: #fff;
    transform: scale(1.12);
}

/* ==============================
   9. CTA BANNER
   ============================== */
.hp-cta {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--rp-900), var(--rp-700));
}
.hp-cta::before {
    content: "";
    position: absolute;
    inset: -50%;
    background: radial-gradient(
        ellipse at center,
        rgba(187, 168, 232, 0.22) 0%,
        transparent 55%
    );
}
.hp-cta__inner {
    position: relative;
    z-index: 1;
    text-align: center;
}
.hp-cta__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.78rem;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 999px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.hp-cta__h2 {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 900;
    color: #fff;
    margin-bottom: 14px;
    line-height: 1.3;
}
.hp-cta__sub {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.04rem;
    line-height: 1.75;
    max-width: 520px;
    margin: 0 auto 32px;
}
.hp-cta__btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.hp-cta__btn-w {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: var(--rp-800);
    font-size: 1rem;
    font-weight: 800;
    font-family: "Tajawal", sans-serif;
    padding: 14px 32px;
    border-radius: var(--radius-md);
    transition: var(--tx);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.16);
}
.hp-cta__btn-w:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
    color: var(--rp-800);
}

.hp-cta__btn-o {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Tajawal", sans-serif;
    padding: 13px 32px;
    border-radius: var(--radius-md);
    border: 2px solid rgba(255, 255, 255, 0.46);
    transition: var(--tx);
}
.hp-cta__btn-o:hover {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    transform: translateY(-3px);
}

/* ==============================
   0. VIDEO HERO SECTION
   ============================== */
.vh-hero {
    position: relative;
    height: 100svh;
    min-height: 620px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* ── Video BG ── */
.vh-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* ── Overlay ── */
.vh-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(19, 6, 58, 0.88) 0%,
        rgba(45, 27, 105, 0.82) 45%,
        rgba(78, 45, 155, 0.72) 75%,
        rgba(19, 6, 58, 0.85) 100%
    );
}

/* ── Body ── */
.vh-hero__body {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 120px 0 60px;
}

.vh-hero__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    max-width: 700px;
    animation: vhFadeUp 0.9s var(--ease) both;
}

@keyframes vhFadeUp {
    from { opacity: 0; transform: translateY(36px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Badge */
.vh-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 7px 20px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.vh-hero__dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #4ade80;
    flex-shrink: 0;
    animation: livePulse 1.6s ease infinite;
}

/* Title */
.vh-hero__h1 {
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}

/* Subtitle */
.vh-hero__sub {
    font-size: 1.08rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.9;
    max-width: 560px;
}

/* Buttons */
.vh-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}

.vh-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 0.95rem;
    font-weight: 800;
    font-family: "Tajawal", sans-serif;
    padding: 13px 26px;
    border-radius: var(--radius-md);
    text-decoration: none;
    transition: var(--tx);
    white-space: nowrap;
}

.vh-btn--solid {
    background: #fff;
    color: #2d1b69;
    box-shadow: 0 8px 30px rgba(255, 255, 255, 0.2);
}
.vh-btn--solid:hover {
    background: var(--rp-100);
    transform: translateY(-3px);
    color: #2d1b69;
}

.vh-btn--orange {
    background: linear-gradient(135deg, #f6911e, #fbbf24);
    color: #fff;
    box-shadow: 0 8px 28px rgba(246, 145, 30, 0.35);
}
.vh-btn--orange:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(246, 145, 30, 0.48);
    color: #fff;
}

.vh-btn--glass {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
}
.vh-btn--glass:hover {
    background: rgba(255, 255, 255, 0.22);
    transform: translateY(-3px);
    color: #fff;
}

/* ── Stats Bar ── */
.vh-hero__statsbar {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.vh-hero__stats-row {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.vh-hero__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 22px 40px;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.12);
    flex: 1;
    min-width: 120px;
}

.vh-hero__stat:last-child {
    border-inline-end: none;
}

.vh-hero__stat strong {
    font-size: 1.8rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}

.vh-hero__stat span {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    text-align: center;
}

/* ── Responsive ── */
@media (max-width: 767px) {
    .vh-hero { min-height: 100svh; }
    .vh-hero__body { padding: 100px 0 40px; }
    .vh-hero__text { align-items: center; text-align: center; }
    .vh-hero__sub { text-align: center; }
    .vh-hero__actions { justify-content: center; }
    .vh-hero__stat { padding: 16px 20px; }
    .vh-hero__stat strong { font-size: 1.4rem; }
}

@media (max-width: 480px) {
    .vh-hero__stats-row { flex-wrap: wrap; }
    .vh-hero__stat { flex: 0 0 50%; border-inline-end: none; border-bottom: 1px solid rgba(255,255,255,.1); }
    .vh-hero__stat:nth-child(odd) { border-inline-end: 1px solid rgba(255,255,255,.1); }
    .vh-hero__stat:nth-last-child(-n+2) { border-bottom: none; }
}

/* ==============================
   10. PARTNERS SECTION
   ============================== */
.hp-partners {
    padding: 72px 0;
    background: #f8f5ff;
    border-bottom: 1px solid var(--rp-100);
    position: relative;
    overflow: hidden;
}
.hp-partners::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(78,45,155,.07) 0%, transparent 70%);
    pointer-events: none;
}
.hp-partners::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(246,145,30,.07) 0%, transparent 70%);
    pointer-events: none;
}
.hp-partners .referenceLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(78,45,155,.1);
    padding: 22px 24px;
    height: 100px;
    box-shadow: 0 4px 20px rgba(78,45,155,.06);
    transition: var(--tx);
}
.hp-partners .referenceLogo:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(78,45,155,.14);
    border-color: rgba(78,45,155,.3);
}
.hp-partners .referenceLogo img {
    height: 60px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: var(--tx);
}
.hp-partners .referenceLogo:hover img {
    filter: grayscale(0%);
    opacity: 1;
}
.hp-partners .swiper-pagination {
    margin-top: 32px;
    position: relative;
    bottom: 0 !important;
}
.hp-partners .swiper-pagination-bullet { background: #9b7fd4; opacity: .4; }
.hp-partners .swiper-pagination-bullet-active { background: #4e2d9b; opacity: 1; }

/* ==============================
   11. CONTACT SECTION
   ============================== */
.hp-contact {
    padding: 96px 0;
    background: var(--rg-50);
}
.hp-contact__grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 56px;
    align-items: start;
}
@media (max-width: 900px) {
    .hp-contact__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.hp-contact-info h2 {
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--rg-900);
    margin-bottom: 12px;
}
.hp-contact-info > p {
    font-size: 0.95rem;
    color: var(--rg-500);
    line-height: 1.85;
    margin-bottom: 32px;
}

.hp-cinfo-item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
}
.hp-cinfo-item__ico {
    width: 50px;
    height: 50px;
    background: var(--rp-100);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--rp-700);
    font-size: 18px;
    flex-shrink: 0;
}
.hp-cinfo-item h6 {
    font-size: 0.82rem;
    color: var(--rg-500);
    font-weight: 600;
    margin-bottom: 2px;
}
.hp-cinfo-item p {
    font-size: 0.96rem;
    color: var(--rg-800);
    font-weight: 700;
}

.hp-cform-wrap {
    background: #fff;
    border-radius: var(--radius-xl);
    padding: 42px;
    box-shadow: var(--shadow-lg);
    border: 1.5px solid var(--rp-200);
    position: relative;
    overflow: hidden;
}
.hp-cform-wrap::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, var(--rp-100), transparent 68%);
    pointer-events: none;
}
.hp-cform-wrap::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, var(--rp-50), transparent 68%);
    pointer-events: none;
}
.hp-cform-wrap form {
    position: relative;
    z-index: 1;
}

.hp-fg {
    margin-bottom: 20px;
}
.hp-fg label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.86rem;
    font-weight: 700;
    color: var(--rg-700);
    margin-bottom: 8px;
}
.hp-fg label i {
    color: var(--rp-600);
}
.hp-fc {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid var(--rg-300);
    border-radius: var(--radius-sm);
    font-size: 0.95rem;
    font-family: "Tajawal", sans-serif;
    color: var(--rg-800);
    background: #fff;
    transition: var(--tx);
    outline: none;
}
.hp-fc:focus {
    border-color: var(--rp-500);
    box-shadow: 0 0 0 3px rgba(123, 92, 191, 0.12);
}
textarea.hp-fc {
    resize: vertical;
}

.hp-frow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
@media (max-width: 600px) {
    .hp-frow {
        grid-template-columns: 1fr;
    }
}

/* ==============================
   RESPONSIVE
   ============================== */
@media (max-width: 768px) {
    .hp-svc__grid {
        grid-template-columns: 1fr;
    }
    .hp-nat__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .hp-why__grid {
        grid-template-columns: 1fr 1fr;
    }
    .hp-stats__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .hp-proc__steps {
        grid-template-columns: 1fr 1fr;
    }
    .hp-hero__stats-row {
        flex-wrap: wrap;
    }
    .hp-hero__stat {
        flex: 0 0 50%;
        border-inline-end: none;
        border-bottom: 1px solid rgba(255,255,255,.14);
    }
    .hp-hero__stat:nth-child(odd) {
        border-inline-end: 1px solid rgba(255,255,255,.14);
    }
    .hp-hero__stat:last-child,
    .hp-hero__stat:nth-last-child(2):nth-child(odd) {
        border-bottom: none;
    }
    .hp-about__badge {
        display: none;
    }
    .hp-cform-wrap {
        padding: 26px;
    }
}
@media (max-width: 480px) {
    .hp-nat__grid {
        grid-template-columns: 1fr;
    }
    .hp-why__grid {
        grid-template-columns: 1fr;
    }
    .hp-stats__grid {
        grid-template-columns: 1fr;
    }
    .hp-proc__steps {
        grid-template-columns: 1fr;
    }
    .hp-about__points {
        grid-template-columns: 1fr;
    }
    .hp-about__stats {
        grid-template-columns: 1fr;
    }
    .hp-hero__stats-row {
        flex-direction: column;
    }
    .hp-hero__stat {
        border: none;
        border-bottom: 1px solid rgba(255,255,255,.14);
    }
}
