/* ============================================================
   BeCloud — Footer redesign (bcf-)
   أخضر غامق متدرّج + لمسات منت + سحابتان يمين/شمال + منيو على صفين + حقوق في النص
   ============================================================ */

.bcf {
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #1F4737 0%, #163227 100%);
    color: #e6f5ef;
    font-family: inherit;
    direction: rtl;
    margin-top: 60px;
}

/* السحابتان الزخرفيتان */
.bcf-cloud {
    position: absolute;
    width: 190px;
    pointer-events: none;
    z-index: 0;
}
.bcf-cloud--right {
    right: -30px; top: 6px; opacity: .18;
    animation: bcfFloatRight 6.5s ease-in-out infinite;
}
.bcf-cloud--left {
    left: -44px; top: 74px; width: 150px; opacity: .14;
    animation: bcfFloatLeft 8s ease-in-out infinite;
}

@keyframes bcfFloatRight {
    0%, 100% { transform: translateY(0) translateX(0) rotate(0deg); }
    50%      { transform: translateY(-30px) translateX(-12px) rotate(-3deg); }
}
@keyframes bcfFloatLeft {
    0%, 100% { transform: scaleX(-1) translateY(0) translateX(0) rotate(0deg); }
    50%      { transform: scaleX(-1) translateY(26px) translateX(-10px) rotate(3deg); }
}

@media (max-width: 700px) {
    .bcf-cloud--right { width: 120px; top: 6px; }
    .bcf-cloud--left  { width: 95px; top: 56px; }
}
@media (prefers-reduced-motion: reduce) {
    .bcf-cloud { animation: none !important; }
}

/* المنطقة العلوية */
.bcf-top {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 46px 40px 26px;
    display: grid;
    grid-template-columns: 1.4fr 1.6fr 1.1fr;
    gap: 30px;
}

/* عمود العلامة */
.bcf-brand__logo { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.bcf-brand__logo img { max-height: 78px; width: auto; }
.bcf-brand__desc {
    font-size: 16.5px;
    line-height: 2;
    color: #c3ddd2;
    margin: 0 0 20px;
    max-width: 360px;
}
.bcf-socials { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.bcf-social {
    background: none;
    border: none;
    display: inline-flex; align-items: center; justify-content: center;
    transition: transform .25s ease;
}
.bcf-social img {
    width: 38px; height: 38px; object-fit: contain;
    display: block;
    filter: brightness(0) invert(1);
    opacity: .92;
    transition: transform .25s ease, opacity .25s ease;
}
.bcf-social:hover { transform: translateY(-4px); }
.bcf-social:hover img { opacity: 1; transform: scale(1.08); }

/* عناوين الأعمدة */
.bcf-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 16px;
    position: relative;
    padding-bottom: 9px;
    color: #ffffff;
}
.bcf-title::after {
    content: "";
    position: absolute; bottom: 0; right: 0;
    width: 28px; height: 2px;
    background: #5ddbaa; border-radius: 2px;
}

/* المنيو على صفين */
.bcf-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 22px;
}
.bcf-links a,
.bcf-links .ft-nav-link {
    font-size: 17px;
    font-weight: 800;
    color: #c3ddd2;
    text-decoration: none;
    transition: color .22s ease, padding-right .22s ease;
    position: relative;
    display: inline-block;
}
.bcf-links a::before {
    content: "‹";
    color: #5ddbaa;
    margin-left: 6px;
    opacity: 0;
    transition: opacity .22s ease;
}
.bcf-links a:hover { color: #ffffff; padding-right: 3px; }
.bcf-links a:hover::before { opacity: 1; }

/* عمود التواصل — pills */
.bcf-contact-list { display: flex; flex-direction: column; gap: 10px; }
.bcf-pill {
    display: flex; align-items: center; gap: 11px;
    font-size: 15px;
    font-weight: 500;
    color: #eaf6f0;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(93, 219, 170, .18);
    padding: 11px 13px;
    border-radius: 10px;
    text-decoration: none;
    transition: background .25s ease, transform .25s ease, border-color .25s ease;
}
.bcf-pill img {
    width: 19px; height: 19px; object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: .92;
}
.bcf-pill:hover { background: rgba(93, 219, 170, .12); border-color: rgba(93, 219, 170, .4); transform: translateX(-3px); }
.bcf-pill span { color: inherit; }
.bcf-pill--accent { background: #5ddbaa; border-color: #5ddbaa; color: #103128; font-weight: 700; }
.bcf-pill--accent img { filter: brightness(0); opacity: .9; }
.bcf-pill--accent:hover { background: #4ecb9b; border-color: #4ecb9b; }
.bcf-pill--accent span[dir="ltr"] { unicode-bidi: embed; }

/* الشريط السفلي — حقوق في النص */
.bcf-bottom {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(93, 219, 170, .15);
    padding: 16px 40px;
    text-align: center;
    font-size: 14.5px;
    color: #a9c9bd;
}
.bcf-bottom b { color: #5ddbaa; font-weight: 600; }

/* استجابة */
@media (max-width: 900px) {
    .bcf-top { grid-template-columns: 1fr 1fr; }
    .bcf-brand { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
    .bcf-top { grid-template-columns: 1fr; padding: 40px 22px 22px; text-align: center; }
    .bcf-brand__logo, .bcf-socials { justify-content: center; }
    .bcf-brand__desc { margin-inline: auto; }
    .bcf-title::after { right: 50%; transform: translateX(50%); }
    .bcf-links { max-width: 320px; margin: 0 auto; }
}
