/* Cyclone Hosting V5 - Shared Hosting Sprint 3B Technology */

.sh-technology{
    position:relative;
    padding:100px 22px;
    overflow:hidden;
    background:
        radial-gradient(circle at 70% 18%,rgba(255,216,77,.10),transparent 28%),
        radial-gradient(circle at 30% 0%,rgba(19,223,255,.14),transparent 34%),
        linear-gradient(180deg,#040a18,#061229);
}

.sh-tech-glow{
    position:absolute;
    right:-220px;
    top:80px;
    width:620px;
    height:620px;
    border-radius:50%;
    background:rgba(19,223,255,.16);
    filter:blur(60px);
}

.sh-tech-layout{
    position:relative;
    z-index:2;
    width:min(1200px,100%);
    margin:0 auto;
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:28px;
    align-items:stretch;
}

.sh-tech-panel{
    position:relative;
    min-height:560px;
    display:grid;
    place-items:center;
    border-radius:34px;
    overflow:hidden;
    background:
        linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.035)),
        radial-gradient(circle at 50% 0%,rgba(19,223,255,.12),transparent 40%);
    border:1px solid rgba(126,218,255,.16);
    box-shadow:0 30px 90px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.08);
}

.sh-tech-panel:before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(rgba(126,218,255,.055) 1px,transparent 1px),
        linear-gradient(90deg,rgba(126,218,255,.055) 1px,transparent 1px);
    background-size:54px 54px;
    opacity:.52;
    mask-image:radial-gradient(circle at 50% 50%,black,transparent 76%);
}

.sh-tech-core{
    position:relative;
    z-index:4;
    width:190px;
    height:190px;
    border-radius:50%;
    display:grid;
    place-items:center;
    text-align:center;
    background:
        radial-gradient(circle,rgba(19,223,255,.22),rgba(4,12,30,.90));
    border:1px solid rgba(126,218,255,.28);
    box-shadow:0 0 48px rgba(19,223,255,.30);
}

.sh-tech-core span{
    width:60px;
    height:60px;
    display:grid;
    place-items:center;
    border-radius:20px;
    color:#071327;
    font-weight:950;
    background:linear-gradient(135deg,#ffef4a,#ffc400);
    box-shadow:0 0 28px rgba(255,216,77,.36);
}

.sh-tech-core strong{
    display:block;
    color:#fff;
    font-size:19px;
}

.sh-tech-core small{
    display:block;
    color:#a9bdd5;
    margin-top:-12px;
}

.sh-tech-ring{
    position:absolute;
    left:50%;
    top:50%;
    border-radius:50%;
    border:1px solid rgba(126,218,255,.22);
    transform:translate(-50%,-50%);
    box-shadow:0 0 30px rgba(19,223,255,.12);
}

.sh-tech-ring.ring-one{width:300px;height:300px}
.sh-tech-ring.ring-two{width:400px;height:400px;border-color:rgba(255,216,77,.18)}
.sh-tech-ring.ring-three{width:500px;height:500px;border-color:rgba(126,218,255,.12)}

.sh-tech-node{
    position:absolute;
    z-index:5;
    padding:10px 14px;
    border-radius:999px;
    color:#dff7ff;
    font-size:13px;
    font-weight:950;
    background:rgba(4,10,24,.78);
    border:1px solid rgba(126,218,255,.18);
    box-shadow:0 18px 45px rgba(0,0,0,.32),0 0 20px rgba(19,223,255,.12);
}

.sh-tech-node.node-one{top:18%;left:50%;transform:translateX(-50%)}
.sh-tech-node.node-two{right:14%;top:46%}
.sh-tech-node.node-three{left:13%;top:46%}
.sh-tech-node.node-four{bottom:18%;left:50%;transform:translateX(-50%)}

.sh-tech-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
}

.sh-tech-card{
    display:grid;
    grid-template-columns:70px 1fr;
    gap:16px;
    align-items:start;
    padding:22px;
    border-radius:26px;
    background:
        linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.030));
    border:1px solid rgba(126,218,255,.14);
    box-shadow:0 22px 60px rgba(0,0,0,.24);
    transition:transform .26s ease,border-color .26s ease,box-shadow .26s ease;
}

.sh-tech-card:hover{
    transform:translateY(-6px);
    border-color:rgba(19,223,255,.38);
    box-shadow:0 30px 80px rgba(0,0,0,.36),0 0 34px rgba(19,223,255,.14);
}

.sh-tech-icon{
    width:62px;
    height:62px;
    display:grid;
    place-items:center;
    border-radius:20px;
    font-size:30px;
    background:rgba(19,223,255,.10);
    border:1px solid rgba(126,218,255,.16);
    box-shadow:0 0 28px rgba(19,223,255,.12);
}

.sh-tech-card h3{
    margin:0 0 8px;
    color:#fff;
    font-size:22px;
}

.sh-tech-card p{
    margin:0;
    color:#a9bdd5;
    line-height:1.7;
}

@media(max-width:1000px){
    .sh-tech-layout{
        grid-template-columns:1fr;
    }

    .sh-tech-panel{
        min-height:460px;
    }
}

@media(max-width:640px){
    .sh-technology{
        padding:78px 18px;
    }

    .sh-tech-card{
        grid-template-columns:1fr;
    }

    .sh-tech-panel{
        min-height:380px;
    }

    .sh-tech-ring.ring-three{
        display:none;
    }
}
