/* Cyclone Hosting V5 - Sprint 7B Premium Footer Redesign */

.v5f{
    position:relative;
    overflow:hidden;
    padding:110px 22px 28px;
    border-top:1px solid rgba(126,218,255,.12);
    background:
        radial-gradient(circle at 18% 0,rgba(19,223,255,.12),transparent 30%),
        radial-gradient(circle at 88% 22%,rgba(47,124,255,.12),transparent 30%),
        linear-gradient(180deg,#051224,#030813 54%,#01040a);
}

.v5f-bg-grid{
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(rgba(126,218,255,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(126,218,255,.035) 1px,transparent 1px);
    background-size:72px 72px;
    mask-image:radial-gradient(circle at 50% 35%,black,transparent 78%);
    opacity:.55;
    pointer-events:none;
}

.v5f-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(65px);
    pointer-events:none;
}

.v5f-glow-one{
    width:420px;
    height:420px;
    left:-190px;
    top:180px;
    background:rgba(19,223,255,.13);
}

.v5f-glow-two{
    width:480px;
    height:480px;
    right:-220px;
    bottom:130px;
    background:rgba(47,124,255,.14);
}

.v5f-cta,
.v5f-main,
.v5f-trust,
.v5f-bottom{
    position:relative;
    z-index:2;
    width:min(1240px,100%);
    margin-left:auto;
    margin-right:auto;
}

.v5f-cta{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:40px;
    align-items:center;
    margin-bottom:76px;
    padding:44px;
    border:1px solid rgba(126,218,255,.18);
    border-radius:36px;
    background:
        radial-gradient(circle at 0 0,rgba(19,223,255,.15),transparent 31%),
        linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
    box-shadow:0 38px 110px rgba(0,0,0,.38),0 0 40px rgba(19,223,255,.08);
}

.v5f-cta-copy>span{
    display:inline-flex;
    padding:10px 16px;
    border:1px solid rgba(126,218,255,.20);
    border-radius:999px;
    color:#bff5ff;
    background:rgba(19,223,255,.08);
    font-size:11px;
    font-weight:950;
    letter-spacing:.15em;
    text-transform:uppercase;
}

.v5f-cta-copy h2{
    margin:20px 0 14px;
    color:#fff;
    font-size:clamp(38px,5vw,64px);
    line-height:.98;
    letter-spacing:-.06em;
}

.v5f-cta-copy p{
    max-width:720px;
    margin:0;
    color:#a9bdd5;
    font-size:17px;
    line-height:1.75;
}

.v5f-cta-actions{
    display:flex;
    flex-wrap:wrap;
    gap:13px;
    margin-top:28px;
}

.v5f-btn{
    min-height:54px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 24px;
    border-radius:999px;
    font-weight:950;
    text-decoration:none;
}

.v5f-btn-primary{
    color:#111827;
    background:linear-gradient(135deg,#ffef4a,#ffc400);
    box-shadow:0 0 30px rgba(255,210,41,.36);
}

.v5f-btn-secondary{
    color:#dff7ff;
    border:1px solid rgba(126,218,255,.18);
    background:rgba(255,255,255,.055);
}

.v5f-cta-panel{
    padding:24px;
    border:1px solid rgba(126,218,255,.18);
    border-radius:28px;
    background:
        radial-gradient(circle at 100% 0,rgba(19,223,255,.13),transparent 34%),
        linear-gradient(180deg,#0d213c,#09172b);
    box-shadow:0 28px 80px rgba(0,0,0,.38),0 0 34px rgba(19,223,255,.09);
}

.v5f-panel-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding-bottom:18px;
    border-bottom:1px solid rgba(126,218,255,.10);
}

.v5f-panel-head small,
.v5f-panel-head strong{
    display:block;
}

.v5f-panel-head small{
    color:#7894b1;
    font-size:11px;
    letter-spacing:.10em;
    text-transform:uppercase;
}

.v5f-panel-head strong{
    margin-top:4px;
    color:#fff;
    font-size:20px;
}

.v5f-panel-head>span{
    display:inline-flex;
    align-items:center;
    padding:8px 11px;
    border:1px solid rgba(57,255,138,.18);
    border-radius:999px;
    color:#b9ffdf;
    background:rgba(57,255,138,.08);
    font-size:12px;
    font-weight:850;
}

.v5f-panel-head>span i{
    width:8px;
    height:8px;
    margin-right:7px;
    border-radius:50%;
    background:#39ff8a;
    box-shadow:0 0 16px rgba(57,255,138,.78);
}

.v5f-panel-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    margin-top:18px;
}

.v5f-panel-grid>div{
    padding:16px;
    border:1px solid rgba(126,218,255,.10);
    border-radius:17px;
    background:rgba(255,255,255,.035);
}

.v5f-panel-grid span,
.v5f-panel-grid strong,
.v5f-panel-grid small{
    display:block;
}

.v5f-panel-grid span{
    color:#7894b1;
    font-size:10px;
    letter-spacing:.10em;
    text-transform:uppercase;
}

.v5f-panel-grid strong{
    margin-top:5px;
    color:#fff;
    font-size:19px;
}

.v5f-panel-grid small{
    margin-top:4px;
    color:#93abc4;
    line-height:1.4;
}

.v5f-panel-note{
    display:flex;
    align-items:center;
    gap:12px;
    margin-top:13px;
    padding:14px;
    border:1px solid rgba(255,216,77,.16);
    border-radius:16px;
    background:rgba(255,216,77,.055);
}

.v5f-panel-note i{
    width:36px;
    height:36px;
    flex:0 0 36px;
    display:grid;
    place-items:center;
    border-radius:12px;
    color:#111827;
    background:linear-gradient(135deg,#ffef4a,#ffc400);
    font-style:normal;
    font-weight:950;
}

.v5f-panel-note strong,
.v5f-panel-note small{
    display:block;
}

.v5f-panel-note strong{
    color:#fff;
    font-size:13px;
}

.v5f-panel-note small{
    margin-top:3px;
    color:#a9bdd5;
}

.v5f-main{
    display:grid;
    grid-template-columns:1.2fr 2fr;
    gap:70px;
    padding:0 0 54px;
}

.v5f-logo{
    display:flex;
    align-items:center;
    gap:14px;
    color:#fff;
    font-size:27px;
    font-weight:950;
    text-decoration:none;
}

.v5f-logo img{
    width:58px;
    height:58px;
    border-radius:19px;
    object-fit:cover;
    box-shadow:0 0 30px rgba(19,223,255,.42);
}

.v5f-brand p{
    max-width:430px;
    margin:20px 0 0;
    color:#8fa8c3;
    line-height:1.75;
}

.v5f-brand-badges{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:22px;
}

.v5f-brand-badges span{
    padding:8px 10px;
    border:1px solid rgba(126,218,255,.11);
    border-radius:999px;
    color:#b8cce0;
    background:rgba(255,255,255,.035);
    font-size:11px;
    font-weight:800;
}

.v5f-links-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:28px;
}

.v5f-column strong{
    display:block;
    margin-bottom:17px;
    color:#fff;
    font-size:15px;
}

.v5f-column a{
    display:block;
    margin:12px 0;
    color:#8fa8c3;
    text-decoration:none;
    transition:color .2s ease,transform .2s ease;
}

.v5f-column a:hover{
    color:#72e8ff;
    transform:translateX(3px);
}

.v5f-trust{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
    padding:26px 0;
    border-top:1px solid rgba(126,218,255,.10);
    border-bottom:1px solid rgba(126,218,255,.10);
}

.v5f-trust>div{
    display:flex;
    align-items:center;
    gap:12px;
    padding:15px;
}

.v5f-trust i{
    width:40px;
    height:40px;
    flex:0 0 40px;
    display:grid;
    place-items:center;
    border-radius:13px;
    color:#071327;
    background:#13dfff;
    font-style:normal;
    font-weight:950;
}

.v5f-trust strong,
.v5f-trust small{
    display:block;
}

.v5f-trust strong{
    color:#fff;
    font-size:14px;
}

.v5f-trust small{
    margin-top:3px;
    color:#8099b4;
    line-height:1.4;
}

.v5f-bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding-top:24px;
    color:#68819e;
    font-size:13px;
}

.v5f-backtop{
    position:fixed;
    right:24px;
    bottom:24px;
    z-index:120;
    width:46px;
    height:46px;
    display:grid;
    place-items:center;
    border:1px solid rgba(126,218,255,.20);
    border-radius:15px;
    color:#071327;
    background:linear-gradient(135deg,#7ef0ff,#13dfff);
    box-shadow:0 14px 32px rgba(0,0,0,.28),0 0 24px rgba(19,223,255,.20);
    cursor:pointer;
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    transition:.22s ease;
    font-size:19px;
    font-weight:950;
}

.v5f-backtop.is-visible{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

@media(max-width:1050px){
    .v5f-cta{
        grid-template-columns:1fr;
    }

    .v5f-main{
        grid-template-columns:1fr;
        gap:42px;
    }

    .v5f-trust{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:760px){
    .v5f{
        padding:78px 16px 24px;
    }

    .v5f-cta{
        padding:24px;
        border-radius:26px;
    }

    .v5f-panel-grid,
    .v5f-links-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .v5f-bottom{
        align-items:flex-start;
        flex-direction:column;
    }
}

@media(max-width:520px){
    .v5f-panel-grid,
    .v5f-links-grid,
    .v5f-trust{
        grid-template-columns:1fr;
    }

    .v5f-cta-actions{
        flex-direction:column;
    }

    .v5f-btn{
        width:100%;
    }

    .v5f-backtop{
        right:16px;
        bottom:16px;
    }
}
