/* Cyclone Hosting V5 - Shared Hosting Page Sprint 1 */

.sh-hero{
    position:relative;
    min-height:760px;
    padding:150px 22px 90px;
    overflow:hidden;
    background:
        radial-gradient(circle at 58% 34%,rgba(19,223,255,.26),transparent 30%),
        radial-gradient(circle at 12% 12%,rgba(36,124,255,.18),transparent 30%),
        linear-gradient(180deg,#061229,#030711);
}

.sh-bg-grid{
    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:72px 72px;
    opacity:.65;
    mask-image:radial-gradient(circle at 50% 35%,black,transparent 76%);
}

.sh-hero-inner{
    position:relative;
    z-index:2;
    width:min(1240px,100%);
    margin:0 auto;
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:42px;
    align-items:center;
}

.sh-pill,.sh-section-head span,.sh-next-note span{
    display:inline-flex;
    padding:10px 16px;
    border-radius:999px;
    color:#bff5ff;
    font-size:12px;
    font-weight:950;
    letter-spacing:.16em;
    text-transform:uppercase;
    border:1px solid rgba(126,218,255,.20);
    background:rgba(19,223,255,.08);
}

.sh-copy h1{
    margin:22px 0 18px;
    font-size:clamp(46px,6vw,82px);
    line-height:.95;
    letter-spacing:-.065em;
}

.sh-copy p{
    max-width:620px;
    color:#c6d8ed;
    font-size:18px;
    line-height:1.75;
}

.sh-actions{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    margin-top:28px;
}

.sh-btn-primary,.sh-btn-secondary,.sh-plan-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;
}

.sh-btn-primary,.sh-plan-card.featured .sh-plan-btn{
    color:#111827;
    background:linear-gradient(135deg,#ffef4a,#ffc400);
    box-shadow:0 0 34px rgba(255,216,77,.42);
}

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

.sh-trust-row{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin-top:26px;
}

.sh-trust-row div{
    padding:10px 14px;
    border-radius:999px;
    color:#dff7ff;
    font-weight:850;
    background:rgba(255,255,255,.055);
    border:1px solid rgba(126,218,255,.14);
}

.sh-trust-row span{
    width:9px;
    height:9px;
    display:inline-block;
    border-radius:50%;
    background:#13dfff;
    box-shadow:0 0 18px rgba(19,223,255,.65);
    margin-right:8px;
}

.sh-server-card{
    position:relative;
    min-height:520px;
    display:grid;
    place-items:center;
}

.sh-server-card img{
    width:min(680px,100%);
    filter:drop-shadow(0 0 42px rgba(19,223,255,.24));
}

.sh-float{
    position:absolute;
    min-width:220px;
    padding:15px 18px;
    border-radius:18px;
    background:rgba(4,10,24,.82);
    border:1px solid rgba(126,218,255,.20);
    box-shadow:0 22px 55px rgba(0,0,0,.35),0 0 26px rgba(19,223,255,.16);
    backdrop-filter:blur(10px);
}

.sh-float strong{display:block;font-size:16px;color:#eaf7ff}
.sh-float small{display:block;margin-top:5px;color:#a9bdd5;font-size:13px}
.sh-float-1{top:20%;right:2%}
.sh-float-2{top:45%;right:-4%}
.sh-float-3{top:70%;right:2%}

.sh-intro,.sh-pricing,.sh-next-note{
    padding:95px 22px;
    background:
        radial-gradient(circle at 50% 0%,rgba(19,223,255,.12),transparent 34%),
        linear-gradient(180deg,#061229,#040a18);
}

.sh-section-head{
    width:min(850px,100%);
    margin:0 auto 42px;
    text-align:center;
}

.sh-section-head h2,.sh-next-note h2{
    margin:20px 0 10px;
    font-size:clamp(34px,4.5vw,58px);
    line-height:1;
    letter-spacing:-.055em;
}

.sh-section-head p,.sh-next-note p{
    max-width:760px;
    margin:0 auto;
    color:#a9bdd5;
    font-size:17px;
    line-height:1.7;
}

.sh-feature-mini-grid{
    width:min(1180px,100%);
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.sh-feature-mini-grid div{
    padding:26px;
    border-radius:26px;
    background:rgba(255,255,255,.055);
    border:1px solid rgba(126,218,255,.15);
    box-shadow:0 22px 60px rgba(0,0,0,.24);
}

.sh-feature-mini-grid b{font-size:19px}
.sh-feature-mini-grid p{color:#a9bdd5;line-height:1.65}

.sh-plan-grid{
    width:min(1200px,100%);
    margin:0 auto;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:30px;
    padding-top:24px;
}

.sh-plan-card{
    position:relative;
    width:350px;
    min-height:610px;
    display:flex;
    flex-direction:column;
    padding:30px;
    border-radius:30px;
    background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.035)),radial-gradient(circle at 50% 0%,rgba(19,223,255,.12),transparent 36%);
    border:1px solid rgba(126,218,255,.18);
    box-shadow:0 28px 80px rgba(0,0,0,.34);
    transition:.3s ease;
}

.sh-plan-card:hover{
    transform:translateY(-12px);
    border-color:rgba(34,211,238,.72);
    box-shadow:0 0 34px rgba(34,211,238,.28),0 28px 75px rgba(0,0,0,.42);
}

.sh-plan-card.featured{
    width:390px;
    min-height:635px;
    transform:translateY(-22px) scale(1.025);
    border:2px solid rgba(255,216,77,.82);
    background:linear-gradient(180deg,rgba(255,216,77,.11),rgba(255,255,255,.05)),radial-gradient(circle at 50% 0%,rgba(255,216,77,.18),transparent 38%);
    box-shadow:0 0 28px rgba(255,216,77,.30),0 34px 90px rgba(0,0,0,.52);
}

.sh-plan-card.featured:hover{
    transform:translateY(-30px) scale(1.035);
    box-shadow:0 0 38px rgba(255,216,77,.42),0 38px 105px rgba(0,0,0,.58);
}

.sh-plan-badge{
    position:absolute;
    top:18px;
    right:18px;
    padding:8px 14px;
    border-radius:999px;
    color:#111827;
    font-size:12px;
    font-weight:950;
    background:linear-gradient(135deg,#ffef4a,#ffc400);
    box-shadow:0 0 24px rgba(255,210,41,.32);
}

.sh-plan-card.featured .sh-plan-badge{
    font-size:14px;
    padding:9px 18px;
}

.sh-plan-icon{
    width:66px;
    height:66px;
    display:grid;
    place-items:center;
    border-radius:20px;
    font-size:32px;
    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-plan-card h3{
    margin:24px 0 8px;
    font-size:31px;
}

.sh-plan-card p{
    min-height:45px;
    margin:0;
    color:#9db4cf;
    line-height:1.45;
}

.sh-price{
    display:flex;
    align-items:flex-end;
    gap:4px;
    margin:24px 0 20px;
}

.sh-price span{
    font-size:25px;
    font-weight:950;
    color:#13dfff;
    padding-bottom:10px;
}

.sh-price strong{
    font-size:54px;
    line-height:.9;
}

.sh-price small{
    color:#9db4cf;
    font-weight:850;
    padding-bottom:8px;
}

.sh-plan-card ul{
    list-style:none;
    padding:0;
    margin:0 0 26px;
    display:grid;
    gap:13px;
    min-height:194px;
}

.sh-plan-card li{
    position:relative;
    padding-left:28px;
    color:#d8ecff;
    font-size:14px;
    line-height:1.45;
}

.sh-plan-card li:before{
    content:'✓';
    position:absolute;
    left:0;
    top:-1px;
    width:19px;
    height:19px;
    display:grid;
    place-items:center;
    border-radius:50%;
    color:#071327;
    font-size:12px;
    font-weight:950;
    background:#13dfff;
}

.sh-plan-btn{
    width:100%;
    margin-top:auto;
}

.sh-next-note{
    text-align:center;
}

.sh-next-note > div{
    width:min(920px,100%);
    margin:0 auto;
    padding:42px;
    border-radius:34px;
    border:1px solid rgba(126,218,255,.16);
    background:rgba(255,255,255,.055);
    box-shadow:0 28px 80px rgba(0,0,0,.30);
}

@media(max-width:1050px){
    .sh-hero-inner{grid-template-columns:1fr}
    .sh-copy{text-align:center}
    .sh-copy p{margin:0 auto}
    .sh-actions,.sh-trust-row{justify-content:center}
    .sh-feature-mini-grid{grid-template-columns:repeat(2,1fr)}
    .sh-plan-card,.sh-plan-card.featured{width:340px;transform:none}
}

@media(max-width:700px){
    .sh-hero{padding-top:120px}
    .sh-feature-mini-grid{grid-template-columns:1fr}
    .sh-float{position:relative;top:auto;right:auto;margin:10px auto}
    .sh-plan-grid{display:grid;grid-template-columns:1fr;width:min(420px,100%)}
    .sh-plan-card,.sh-plan-card.featured{width:100%;min-height:auto}
    .sh-plan-card ul{min-height:auto}
}
