/*
|--------------------------------------------------------------------------
| WEBHATSHOSTING.NET
|--------------------------------------------------------------------------
| Module Accueil Premium
*/

.wh-hero-premium{
    min-height:760px;
    padding:90px 7%;
    display:grid;
    grid-template-columns:1.08fr .92fr;
    gap:50px;
    align-items:center;
    background:radial-gradient(circle at 78% 40%,#5c0011 0,#260008 28%,#07080d 66%);
    color:#fff;
}
.wh-kicker{
    display:inline-block;
    color:#ff1025;
    border:1px solid #ff1025;
    padding:9px 17px;
    border-radius:40px;
    font-weight:900;
    margin-bottom:22px;
}
.wh-hero-premium h1{
    font-size:68px;
    line-height:1.02;
    margin-bottom:24px;
}
.wh-hero-premium p{
    font-size:20px;
    color:#d4d4dc;
    line-height:1.7;
    max-width:780px;
}
.wh-buttons{
    margin-top:32px;
    display:flex;
    gap:16px;
    flex-wrap:wrap;
}
.wh-btn{
    display:inline-block;
    background:#ff1025;
    color:#fff;
    padding:16px 25px;
    border-radius:10px;
    font-weight:900;
    text-decoration:none;
    box-shadow:0 10px 35px #ff102555;
}
.wh-btn.secondary{
    background:transparent;
    border:1px solid #ff1025;
    box-shadow:none;
}
.wh-visual{
    height:470px;
    border-radius:30px;
    background:linear-gradient(145deg,#12141d,#190005);
    border:1px solid #343845;
    position:relative;
    overflow:hidden;
    box-shadow:0 35px 90px #000;
}
.wh-visual:before{
    content:"";
    position:absolute;
    inset:-60px;
    background:radial-gradient(circle,#ff102555,transparent 38%);
}
.wh-server{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:190px;
    height:285px;
    border-radius:22px;
    background:#161923;
    border:2px solid #3a3f4f;
    box-shadow:0 0 80px #ff102577;
}
.wh-server i{
    display:block;
    height:14px;
    margin:36px 28px;
    background:#ff1025;
    border-radius:8px;
    box-shadow:0 46px 0 #ff1025,0 92px 0 #ff1025,0 138px 0 #ff1025;
}
.wh-float{
    position:absolute;
    background:#0e111a;
    border:1px solid #333743;
    border-radius:16px;
    padding:16px;
    box-shadow:0 14px 40px #0008;
    color:#fff;
}
.wh-float strong{color:#ff1025}
.wh-float.f1{top:55px;left:45px}
.wh-float.f2{right:35px;top:140px}
.wh-float.f3{bottom:55px;left:55px}

.wh-section{
    padding:75px 7%;
    background:#07080d;
    color:#fff;
}
.wh-title{
    text-align:center;
    margin-bottom:45px;
}
.wh-title h2{
    font-size:43px;
    margin-bottom:12px;
}
.wh-title h2,
.wh-title h2 span{
    color:#fff;
}
.wh-title h2::first-letter{
    color:#ff1025;
}
.wh-title p{
    color:#bfc0c8;
    font-size:18px;
}
.wh-expertises{
    background:#090b12;
}
.wh-expert-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:18px;
}
.wh-expert{
    background:#111218;
    border:1px solid #2a2d36;
    border-radius:18px;
    padding:24px;
    text-align:center;
}
.wh-expert div{
    font-size:34px;
    margin-bottom:12px;
}
.wh-expert h3{
    color:#ff1025;
    font-size:18px;
}
.wh-why{
    background:#111218;
}
.wh-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
}
.wh-stat{
    background:#07080d;
    border:1px solid #2a2d36;
    border-radius:18px;
    padding:28px;
    text-align:center;
}
.wh-stat strong{
    font-size:40px;
    color:#ff1025;
}
.wh-stat p{
    color:#ccc;
    margin-top:8px;
}
.wh-cards3{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}
.wh-plan{
    background:linear-gradient(180deg,#14151d,#101118);
    border:1px solid #2a2d36;
    border-radius:22px;
    padding:32px;
    position:relative;
}
.wh-plan.featured{
    border:2px solid #ff1025;
    transform:translateY(-8px);
}
.wh-badge{
    position:absolute;
    right:20px;
    top:20px;
    background:#ff1025;
    padding:7px 12px;
    border-radius:20px;
    font-size:12px;
    font-weight:900;
}
.wh-plan h3{
    font-size:26px;
    color:#ff1025;
    margin-bottom:12px;
}
.wh-plan p{
    color:#d4d4dc;
}
.wh-price{
    font-size:38px;
    color:#ff1025;
    font-weight:900;
    margin:20px 0;
}
.wh-plan a{
    display:block;
    background:#ff1025;
    color:#fff;
    text-align:center;
    padding:14px;
    border-radius:10px;
    font-weight:900;
    text-decoration:none;
}
.wh-partners{
    background:#0b0d14;
}
.wh-logos{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:18px;
}
.wh-logo-card{
    background:#fff;
    color:#111;
    border-radius:16px;
    padding:22px;
    text-align:center;
    font-weight:900;
    font-size:20px;
    text-decoration:none;
}
.wh-split{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:28px;
}
.wh-big{
    min-height:300px;
    background:linear-gradient(135deg,#14151d,#250006);
    border:1px solid #2a2d36;
    border-radius:24px;
    padding:35px;
}
.wh-big h3{
    font-size:34px;
    color:#ff1025;
    margin-bottom:16px;
}
.wh-big p{
    color:#ddd;
    line-height:1.7;
    margin-bottom:22px;
}
.wh-ad{
    background:#111218;
    text-align:center;
}
.wh-adbox{
    border:2px dashed #ff1025;
    border-radius:24px;
    padding:45px;
    color:#ddd;
    background:#07080d;
}
.wh-adbox h3{
    color:#ff1025;
    font-size:30px;
    margin-bottom:10px;
}
.wh-contact{
    background:radial-gradient(circle at top,#37000a,#07080d 55%);
}
.wh-contact-box{
    max-width:900px;
    margin:auto;
    background:#111218;
    border:1px solid #2a2d36;
    border-radius:24px;
    padding:36px;
    text-align:center;
}
.wh-contact-box h2{
    font-size:40px;
}
.wh-contact-box p{
    color:#ccc;
    margin:15px 0 25px;
}

@media(max-width:1150px){
    .wh-hero-premium{grid-template-columns:1fr}
    .wh-expert-grid,.wh-logos{grid-template-columns:repeat(3,1fr)}
    .wh-cards3,.wh-stats{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
    .wh-hero-premium{padding-top:55px}
    .wh-hero-premium h1{font-size:42px}
    .wh-expert-grid,.wh-cards3,.wh-stats,.wh-logos,.wh-split{grid-template-columns:1fr}
    .wh-plan.featured{transform:none}
    .wh-visual{height:360px}
}
