/* ── Wrapper ── */
.rb-footer {
    background: #0f172a;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, .06);
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* dot-grid texture */
.rb-footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, .03) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
}

/* blue glow top-left */
.rb-footer::after {
    content: '';
    position: absolute;
    top: -200px;
    left: -150px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 82, 224, .12) 0%, transparent 65%);
    pointer-events: none;
}

/* teal glow bottom-right */
.rb-ft-glow2 {
    position: absolute;
    bottom: -150px;
    right: -100px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(6, 182, 212, .06) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
}

/* ── Container ── */
.rb-ft-wrap {
    max-width: 1410px;
    margin: 0 auto;
    padding: 0 clamp(16px, 4.5vw, 40px);
    position: relative;
    z-index: 1;
}

/* ── TOP CTA BAND ── */
.rb-ft-top {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 4rem;
    align-items: center;
    padding: 2.5rem 0 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.rb-ft-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    background: rgba(99, 102, 241, .18);
    color: rgba(165, 180, 252, .9);
    font-size: .62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
    padding: .26rem .8rem;
    border-radius: 100px;
    border: 1px solid rgba(99, 102, 241, .28);
    margin-bottom: .875rem;
    width: fit-content;
}

.rb-ft-eyebrow svg {
    width: 9px;
    height: 9px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.5
}

.rb-ft-heading {
    font-size: clamp(1.35rem, 2.2vw, 1.9rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -.035em;
    margin-bottom: .5rem;
}

.rb-ft-heading span {
    background: linear-gradient(135deg, #60a5fa, #a78bfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.rb-ft-sub {
    font-size: .85rem;
    color: rgba(255, 255, 255, .38);
    line-height: 1.65;
}

.rb-ft-proof {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
    margin-top: 1.1rem;
}

.rb-ft-proof-item {
    display: flex;
    align-items: center;
    gap: .35rem;
    font-size: .75rem;
    color: rgba(255, 255, 255, .38);
}

.rb-ft-proof-item svg {
    width: 12px;
    height: 12px;
    stroke: #4ade80;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

/* Action buttons */
.rb-ft-actions {
    display: flex;
    flex-direction: column;
    gap: .6rem;
    width: 100%
}

.rb-ft-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    background: #0052e0;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: .9rem;
    font-weight: 600;
    padding: .875rem 1.5rem;
    border-radius: 11px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 82, 224, .45);
    transition: background .15s, transform .12s, box-shadow .2s;
    white-space: nowrap;
}

.rb-ft-btn-primary:hover {
    background: #0040c0;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0, 82, 224, .55)
}

.rb-ft-btn-primary svg {
    width: 14px;
    height: 14px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.rb-ft-or {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: .68rem;
    color: rgba(255, 255, 255, .18);
}

.rb-ft-or::before,
.rb-ft-or::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, .07)
}

.rb-ft-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    background: transparent;
    color: rgba(255, 255, 255, .65);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: .875rem;
    font-weight: 500;
    padding: .8rem 1.5rem;
    border-radius: 11px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, .1);
    cursor: pointer;
    transition: background .15s, border-color .15s, color .15s, transform .12s;
    white-space: nowrap;
}

.rb-ft-btn-secondary:hover {
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .9);
    transform: translateY(-1px)
}

.rb-ft-btn-secondary svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

/* ── MAIN LINKS GRID ── */
.rb-ft-main {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    gap: 2rem 2.5rem;
    padding: 2.5rem 0 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

/* Brand column */
.rb-ft-logo {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    text-decoration: none;
    margin-bottom: 1.1rem;
}

.rb-ft-logo-mark {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: linear-gradient(135deg, #0052e0, #4f46e5);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0, 82, 224, .4);
    flex-shrink: 0;
}

.rb-ft-logo-mark svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.rb-ft-logo-text {
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -.02em
}

.rb-ft-brand-desc {
    font-size: .82rem;
    color: rgba(255, 255, 255, .38);
    line-height: 1.75;
    max-width: 36ch;
    margin-bottom: 1.5rem;
}

.rb-ft-rating {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 12px;
    padding: .65rem .9rem;
    margin-bottom: 1.25rem;
}

.rb-ft-rating-stars {
    color: #f59e0b;
    font-size: .72rem;
    letter-spacing: 1px
}

.rb-ft-rating-text {
    font-size: .72rem;
    color: rgba(255, 255, 255, .45);
    line-height: 1.3
}

.rb-ft-rating-text strong {
    color: rgba(255, 255, 255, .8);
    font-weight: 700;
    display: block
}

.rb-ft-socials {
    display: flex;
    gap: .5rem
}

.rb-ft-social {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .09);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background .15s, border-color .15s, transform .12s;
}

.rb-ft-social:hover {
    background: rgba(0, 82, 224, .2);
    border-color: rgba(0, 82, 224, .4);
    transform: translateY(-2px)
}

.rb-ft-social svg {
    width: 14px;
    height: 14px;
    stroke: rgba(255, 255, 255, .55);
    fill: none;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke .15s
}

.rb-ft-social:hover svg {
    stroke: rgba(255, 255, 255, .9)
}

/* Nav columns */
.rb-ft-col-title {
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .13em;
    color: rgba(255, 255, 255, .25);
    margin-bottom: 1.1rem;
}

.rb-ft-col-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: .6rem;
}

.rb-ft-col-links li a {
    font-size: .835rem;
    color: rgba(255, 255, 255, .48);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    transition: color .15s;
    line-height: 1.4;
}

.rb-ft-col-links li a:hover {
    color: rgba(255, 255, 255, .88)
}

.rb-ft-badge-new {
    font-size: .55rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    background: rgba(0, 82, 224, .25);
    color: #93c5fd;
    border: 1px solid rgba(0, 82, 224, .35);
    padding: .1rem .4rem;
    border-radius: 100px;
}

.rb-ft-link-ico {
    width: 11px;
    height: 11px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

.rb-ft-contact-mini {
    margin-top: 1.25rem
}

/* ── BOTTOM STRIP ── */
.rb-ft-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    padding: 1rem 0;
}

.rb-ft-bottom-left {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap
}

.rb-ft-copy {
    font-size: .76rem;
    color: rgba(255, 255, 255, .22)
}

.rb-ft-copy a {
    color: rgba(255, 255, 255, .4);
    text-decoration: none;
    transition: color .15s
}

.rb-ft-copy a:hover {
    color: rgba(255, 255, 255, .75)
}

.rb-ft-legal {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap
}

.rb-ft-legal a {
    font-size: .76rem;
    color: rgba(255, 255, 255, .22);
    text-decoration: none;
    transition: color .15s
}

.rb-ft-legal a:hover {
    color: rgba(255, 255, 255, .55)
}

.rb-ft-legal-dot {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15)
}

.rb-ft-bottom-right {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-wrap: wrap
}

.rb-ft-loc-label {
    font-size: .7rem;
    color: rgba(255, 255, 255, .2);
    margin-right: .25rem
}

.rb-ft-loc-pill {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 100px;
    padding: .22rem .65rem;
    font-size: .68rem;
    color: rgba(255, 255, 255, .32);
    font-weight: 500;
}

.rb-ft-loc-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #4ade80;
    flex-shrink: 0
}

/* ════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════ */

/* 1024px */
@media(max-width:1024px) {
    .rb-ft-top {
        grid-template-columns: 1fr;
        gap: 1.5rem
    }

    .rb-ft-actions {
        flex-direction: row;
        gap: .75rem
    }

    .rb-ft-btn-primary,
    .rb-ft-btn-secondary {
        flex: 1
    }

    .rb-ft-or {
        display: none
    }

    .rb-ft-main {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1.5rem 2rem
    }

    .rb-ft-brand {
        grid-column: 1 / -1
    }

    .rb-ft-brand-desc {
        max-width: 100%
    }
}

/* 768px */
@media(max-width:768px) {
    .rb-ft-top {
        padding: 1.5rem 0
    }

    .rb-ft-heading {
        font-size: 1.3rem
    }

    .rb-ft-actions {
        flex-direction: row;
        gap: .6rem;
        flex-wrap: nowrap
    }

    .rb-ft-btn-primary,
    .rb-ft-btn-secondary {
        flex: 1;
        font-size: .82rem;
        padding: .75rem .75rem;
        white-space: nowrap
    }

    .rb-ft-or {
        display: none
    }

    .rb-ft-proof {
        flex-wrap: wrap;
        gap: .5rem 1rem
    }

    .rb-ft-main {
        grid-template-columns: 1fr 1fr;
        gap: 1.25rem 1.5rem;
        padding: 1.5rem 0
    }

    .rb-ft-brand {
        grid-column: 1 / -1
    }

    .rb-ft-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: .75rem
    }

    .rb-ft-bottom-right {
        display: none
    }

    .rb-ft-legal {
        gap: .6rem;
        flex-wrap: wrap
    }
}

/* 480px */
@media(max-width:480px) {
    .rb-ft-top {
        padding: 1.25rem 0
    }

    .rb-ft-eyebrow {
        font-size: .58rem
    }

    .rb-ft-heading {
        font-size: 1.1rem
    }

    .rb-ft-actions {
        flex-direction: row;
        gap: .5rem
    }

    .rb-ft-btn-primary,
    .rb-ft-btn-secondary {
        flex: 1;
        font-size: .76rem;
        padding: .7rem .5rem
    }

    .rb-ft-main {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        padding: 1.25rem 0
    }

    .rb-ft-brand {
        grid-column: 1 / -1
    }

    .rb-ft-col-title {
        font-size: .6rem;
        margin-bottom: .6rem
    }

    .rb-ft-col-links {
        gap: .4rem
    }

    .rb-ft-col-links li a {
        font-size: .76rem
    }

    .rb-ft-badge-new {
        display: none
    }

    .rb-ft-brand-desc {
        font-size: .78rem;
        margin-bottom: .875rem
    }

    .rb-ft-rating {
        padding: .5rem .75rem
    }

    .rb-ft-rating-stars,
    .rb-ft-rating-text {
        font-size: .65rem
    }

    .rb-ft-social {
        width: 30px;
        height: 30px
    }

    .rb-ft-social svg {
        width: 12px;
        height: 12px
    }

    .rb-ft-copy,
    .rb-ft-legal a {
        font-size: .68rem
    }

    .rb-ft-bottom {
        padding: .875rem 0
    }
}

/* 380px */
@media(max-width:380px) {

    .rb-ft-btn-primary,
    .rb-ft-btn-secondary {
        font-size: .7rem;
        padding: .65rem .4rem
    }

    .rb-ft-main {
        grid-template-columns: 1fr 1fr;
        gap: .875rem
    }
}