.rawzan-footer {
    position: relative;
    overflow: hidden;
    padding: 76px 0 26px;
    background:
        radial-gradient(circle at 88% 42%, rgba(27, 157, 226, .18), transparent 24%),
        radial-gradient(circle at 12% 12%, rgba(107, 78, 255, .12), transparent 23%),
        linear-gradient(145deg, #030b17 0%, #07172b 48%, #092942 100%);
    color: rgba(255, 255, 255, .72);
}

.rawzan-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .13;
    background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 70px 70px;
    mask-image: linear-gradient(to bottom, #000, transparent 76%);
}

.rawzan-footer .container {
    position: relative;
    z-index: 1;
    max-width: 1240px;
}

.rawzan-footer *,
.rawzan-footer *::before,
.rawzan-footer *::after {
    box-sizing: border-box;
}

.rawzan-footer h3,
.rawzan-footer strong {
    color: #fff !important;
}

.rawzan-footer h3 {
    margin: 0 0 1.2rem;
    font-size: .92rem !important;
    font-weight: 800 !important;
}

.rawzan-footer p {
    color: rgba(255,255,255,.62) !important;
    font-size: .8rem;
    line-height: 1.65;
}

.rawzan-footer a {
    color: rgba(255,255,255,.68) !important;
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.rawzan-footer a:hover {
    color: #fff !important;
}

.rf-top {
    display: grid;
    grid-template-columns: 1.45fr .72fr 1fr .85fr 1.25fr;
    gap: 2rem;
    padding-bottom: 3rem;
}

.rf-logo {
    display: inline-flex;
    align-items: center;
    gap: .72rem;
    margin-bottom: 1rem;
}

.rf-logo img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.rf-logo span,
.rf-logo strong,
.rf-logo small {
    display: block;
}

.rf-logo strong {
    font-size: 1.25rem;
    line-height: 1.1;
}

.rf-logo small {
    margin-top: .18rem;
    color: #53c2f7;
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rf-socials,
.rf-mini-socials {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.rf-socials {
    margin: 1.1rem 0;
}

.rf-socials a,
.rf-mini-socials a {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    background: rgba(255,255,255,.05);
}

.rf-socials a:hover,
.rf-mini-socials a:hover {
    border-color: rgba(83,194,247,.48);
    background: rgba(83,194,247,.12);
    transform: translateY(-2px);
}

.rf-profile-list {
    display: grid;
    gap: .55rem;
}

.rf-profile-card {
    display: grid;
    grid-template-columns: 34px 1fr auto;
    align-items: center;
    gap: .6rem;
    padding: .62rem;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 8px;
    background: rgba(255,255,255,.045);
}

.rf-profile-card:hover {
    border-color: rgba(83,194,247,.35);
    background: rgba(255,255,255,.08);
}

.rf-profile-card > i {
    font-size: .65rem;
}

.rf-profile-card strong,
.rf-profile-card small,
.rf-channels strong,
.rf-channels small {
    display: block;
}

.rf-profile-card strong,
.rf-channels strong {
    font-size: .68rem;
    line-height: 1.35;
}

.rf-profile-card small,
.rf-channels small {
    color: rgba(255,255,255,.42);
    font-size: .58rem;
    font-weight: 600;
}

.rf-profile-icon,
.rf-channels a > i,
.rf-card-heading > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}

.rf-profile-icon {
    width: 34px;
    height: 34px;
}

.rf-links {
    display: flex;
    flex-direction: column;
    gap: .62rem;
}

.rf-links > a {
    position: relative;
    width: fit-content;
    font-size: .7rem;
    font-weight: 650;
}

.rf-links > a::before {
    content: "";
    position: absolute;
    right: calc(100% + .5rem);
    top: 50%;
    width: 0;
    height: 1px;
    background: #53c2f7;
    transition: width .2s ease;
}

.rf-links > a:hover::before {
    width: .3rem;
}

.rf-channels {
    display: flex;
    flex-direction: column;
    gap: .62rem;
}

.rf-channels a {
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    gap: .65rem;
    padding: .52rem;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 8px;
    background: rgba(255,255,255,.035);
}

.rf-channels a:hover {
    border-color: rgba(255,255,255,.17);
    background: rgba(255,255,255,.07);
}

.rf-channels a > i {
    width: 34px;
    height: 34px;
}

.rf-programs > a {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}

.rf-programs > a i {
    width: 18px;
    color: #53c2f7;
}

.rf-support-link {
    margin-top: .55rem;
    padding: .7rem .8rem;
    border: 1px solid rgba(83,194,247,.24);
    border-radius: 7px;
    background: rgba(83,194,247,.08);
}

.rf-newsletter {
    padding: 1.1rem;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 8px;
    background: rgba(255,255,255,.045);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.rf-newsletter form {
    display: grid;
    gap: .55rem;
}

.rf-newsletter label {
    color: rgba(255,255,255,.48);
    font-size: .6rem;
    font-weight: 700;
}

.rf-input-wrap {
    position: relative;
}

.rf-input-wrap i {
    position: absolute;
    left: .75rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255,255,255,.4);
    font-size: .72rem;
}

.rf-input-wrap input {
    width: 100%;
    min-height: 44px;
    padding: 0 .75rem 0 2.15rem;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 7px;
    outline: 0;
    background: rgba(0,0,0,.18);
    color: #fff;
    font-size: .7rem;
}

.rf-input-wrap input:focus {
    border-color: rgba(83,194,247,.55);
}

.rf-newsletter button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    border: 0;
    border-radius: 7px;
    background: linear-gradient(135deg, #1b9de2, #087ebc);
    color: #fff;
    font-size: .7rem;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(27,157,226,.2);
}

.rf-privacy,
.rf-message {
    display: block;
    margin-top: .7rem;
    color: rgba(255,255,255,.4);
    font-size: .56rem;
    line-height: 1.5;
}

.rf-message {
    color: #71d9ad;
}

.rf-middle {
    display: grid;
    grid-template-columns: 1.05fr .95fr .72fr 1.55fr;
    gap: .9rem;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.rf-glass,
.rf-map {
    min-height: 220px;
    padding: 1.15rem;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 8px;
    background: rgba(255,255,255,.045);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
    backdrop-filter: blur(12px);
}

.rf-card-heading {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: 1rem;
}

.rf-card-heading h3 {
    margin: 0;
}

.rf-card-heading > i {
    width: 32px;
    height: 32px;
}

.rf-founder-profile {
    display: flex;
    align-items: center;
    gap: .7rem;
    margin-bottom: .8rem;
}

.rf-founder-profile strong,
.rf-founder-profile small {
    display: block;
}

.rf-founder-profile strong {
    font-size: .75rem;
}

.rf-founder-profile small {
    color: rgba(255,255,255,.42);
    font-size: .58rem;
}

.rf-avatar {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    background: #fff;
}

.rf-avatar img {
    width: 78%;
    height: 78%;
    object-fit: contain;
}

.rf-contact {
    display: flex;
    flex-direction: column;
    gap: .62rem;
}

.rf-contact .rf-card-heading {
    margin-bottom: .35rem;
}

.rf-contact > a {
    display: grid;
    grid-template-columns: 28px 1fr;
    align-items: center;
    gap: .55rem;
}

.rf-contact > a > i {
    color: #53c2f7;
    font-size: .72rem;
}

.rf-contact strong,
.rf-contact small {
    display: block;
}

.rf-contact strong {
    font-size: .68rem;
}

.rf-contact small {
    color: rgba(255,255,255,.4);
    font-size: .55rem;
}

.rf-impact {
    display: grid;
    gap: .72rem;
}

.rf-impact .rf-card-heading {
    margin-bottom: .1rem;
}

.rf-impact > div:not(.rf-card-heading) {
    padding: .65rem;
    border-left: 2px solid #31c68b;
    border-radius: 0 6px 6px 0;
    background: rgba(255,255,255,.035);
}

.rf-impact strong,
.rf-impact span {
    display: block;
}

.rf-impact strong {
    font-size: 1.05rem;
}

.rf-impact span {
    color: rgba(255,255,255,.44);
    font-size: .58rem;
}

.rf-map {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    background: #030b17;
}

.rf-map::after {
    content: "";
    position: absolute;
    inset: 22%;
    z-index: -1;
    border-radius: 50%;
    background: rgba(27,157,226,.32);
    filter: blur(42px);
}

.rf-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .82;
    mix-blend-mode: screen;
}

.rf-map > div {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    padding: .6rem .7rem;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 7px;
    background: rgba(3,11,23,.78);
    backdrop-filter: blur(8px);
}

.rf-map span,
.rf-map strong {
    font-size: .6rem;
}

.rf-map span i {
    margin-right: .25rem;
    color: #ed5b62;
}

.rf-bottom {
    display: grid;
    grid-template-columns: 1.15fr 1.25fr 1fr auto;
    align-items: center;
    gap: 1.5rem;
    padding-top: 1.7rem;
}

.rf-bottom .rf-logo {
    margin-bottom: .4rem;
}

.rf-bottom-brand blockquote {
    margin: 0;
    color: rgba(255,255,255,.5);
    font-size: .62rem;
    font-style: italic;
}

.rf-supporters > span {
    display: block;
    margin-bottom: .45rem;
    color: rgba(255,255,255,.36);
    font-size: .56rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rf-supporters > div {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.rf-supporters strong {
    padding: .4rem .55rem;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 6px;
    background: rgba(255,255,255,.035);
    color: rgba(255,255,255,.54) !important;
    font-size: .58rem;
}

.rf-legal {
    text-align: right;
}

.rf-legal nav {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: .7rem;
    margin-bottom: .45rem;
}

.rf-legal a,
.rf-legal p {
    margin: 0;
    font-size: .56rem;
}

.rf-back-top {
    width: 66px;
    height: 66px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .2rem;
    border: 1px solid rgba(83,194,247,.25);
    border-radius: 8px;
    background: rgba(83,194,247,.08);
}

.rf-back-top span {
    font-size: .48rem;
    font-weight: 700;
}

.rf-blue { color: #53c2f7 !important; background: rgba(27,157,226,.13); }
.rf-purple { color: #a691ff !important; background: rgba(128,93,255,.13); }
.rf-green { color: #62d4a9 !important; background: rgba(37,180,126,.13); }
.rf-red { color: #ff7b81 !important; background: rgba(237,91,98,.13); }
.rf-orange { color: #ffb45c !important; background: rgba(255,153,51,.13); }

[dir="rtl"] .rf-top,
[dir="rtl"] .rf-middle,
[dir="rtl"] .rf-bottom {
    direction: rtl;
}

[dir="rtl"] .rf-input-wrap i {
    left: auto;
    right: .75rem;
}

[dir="rtl"] .rf-input-wrap input {
    padding: 0 2.15rem 0 .75rem;
}

[dir="rtl"] .rf-impact > div:not(.rf-card-heading) {
    border-left: 0;
    border-right: 2px solid #31c68b;
    border-radius: 6px 0 0 6px;
}

[dir="rtl"] .rf-legal {
    text-align: left;
}

[dir="rtl"] .rf-legal nav {
    justify-content: flex-start;
}

@media (max-width: 1199.98px) {
    .rf-top {
        grid-template-columns: 1.35fr repeat(3, 1fr);
    }

    .rf-newsletter {
        grid-column: 1 / -1;
    }

    .rf-newsletter form {
        grid-template-columns: 1fr auto;
        align-items: end;
    }

    .rf-newsletter form label {
        grid-column: 1 / -1;
    }

    .rf-newsletter button {
        padding: 0 1.2rem;
    }

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

    .rf-map {
        grid-column: 1 / -1;
        min-height: 300px;
    }

    .rf-bottom {
        grid-template-columns: 1fr 1fr auto;
    }

    .rf-legal {
        grid-column: 1 / 3;
        text-align: left;
    }

    .rf-legal nav {
        justify-content: flex-start;
    }
}

@media (max-width: 991.98px) {
    .rawzan-footer {
        padding-top: 58px;
    }

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

    .rf-brand,
    .rf-newsletter {
        grid-column: 1 / -1;
    }

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

    .rf-map {
        grid-column: 1 / -1;
    }

    .rf-bottom {
        grid-template-columns: 1fr auto;
    }

    .rf-supporters,
    .rf-legal {
        grid-column: 1 / 2;
    }
}

@media (max-width: 575.98px) {
    .rawzan-footer {
        padding-top: 48px;
    }

    .rf-top,
    .rf-middle,
    .rf-bottom {
        grid-template-columns: 1fr;
    }

    .rf-brand,
    .rf-newsletter,
    .rf-map,
    .rf-supporters,
    .rf-legal {
        grid-column: auto;
    }

    .rf-newsletter form {
        grid-template-columns: 1fr;
    }

    .rf-links {
        padding: 1rem 0;
        border-top: 1px solid rgba(255,255,255,.08);
    }

    .rf-middle {
        gap: .75rem;
    }

    .rf-map {
        min-height: 240px;
    }

    .rf-bottom {
        align-items: start;
    }

    .rf-legal,
    .rf-legal nav {
        text-align: left;
        justify-content: flex-start;
    }

    .rf-back-top {
        width: 100%;
        height: 46px;
        flex-direction: row;
    }
}
