@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

body[data-page="panel"]{
 --p-blue:#159fe3;
 --p-purple:#8247df;
 --p-cyan:#29bfd4;
 --p-orange:#ff8a2b;
 --p-green:#36b97d;
 --p-ink:#101827;
 --p-copy:#475460;
 --p-line:#cddae2;

 color-scheme:light!important;
 margin:0;
 color:var(--p-ink)!important;
 font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
 background:
  radial-gradient(700px 430px at 12% 18%,rgba(38,193,213,.13),transparent 70%),
  radial-gradient(680px 430px at 81% 16%,rgba(130,71,223,.11),transparent 70%),
  linear-gradient(rgba(68,112,142,.055) 1px,transparent 1px),
  linear-gradient(90deg,rgba(68,112,142,.055) 1px,transparent 1px),
  #f8fcff!important;
 background-size:auto,auto,52px 52px,52px 52px,auto!important;
 -webkit-font-smoothing:antialiased;
}

body[data-page="panel"] .container{max-width:1420px!important}

/* navbar */
body[data-page="panel"] .nav{
 position:relative!important;z-index:1000!important;
 background:rgba(255,255,255,.97)!important;
 border-bottom:1px solid #e2e8ec!important;
 box-shadow:0 4px 18px rgba(31,50,64,.05)!important;
}
body[data-page="panel"] .nav .container.in{
 max-width:1420px!important;min-height:74px!important;padding:9px 24px!important;
 display:flex!important;align-items:center!important;gap:22px!important;
}
body[data-page="panel"] .nav .brand{flex:0 0 220px!important;min-width:0!important}
body[data-page="panel"] .nav #brand{color:#101827!important;font-size:16px!important;font-weight:800!important}
body[data-page="panel"] .nav #tagline{color:#61717e!important;font-size:8px!important}
body[data-page="panel"] .nav #menu{flex:1!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:2px!important}
body[data-page="panel"] .nav #menu>a.link{
 display:inline-flex!important;visibility:visible!important;opacity:1!important;filter:none!important;
 align-items:center!important;min-height:37px!important;padding:0 7px!important;
 color:#29343e!important;-webkit-text-fill-color:#29343e!important;
 background:transparent!important;border-radius:8px!important;font-size:11px!important;font-weight:600!important;
}
body[data-page="panel"] .nav #menu>a.link.is-on{color:#101827!important;-webkit-text-fill-color:#101827!important;font-weight:800!important}
body[data-page="panel"] .nav #menu>a.link.is-on::after{background:var(--p-blue)!important;box-shadow:none!important}
body[data-page="panel"] .nav #menu>.btn{min-height:39px!important;margin-left:4px!important;padding:0 13px!important;border-radius:999px!important;font-size:10px!important}
body[data-page="panel"] .nav #menu>.btn:not(.primary):not(.ghost){color:#fff!important;background:linear-gradient(135deg,#734ad3,#8e46dc)!important;border:0!important}
body[data-page="panel"] .nav #menu>.btn.ghost{color:#29343e!important;background:#fff!important;border:1px solid #d2dde4!important}
body[data-page="panel"] .nav #menu>.btn.primary{color:#fff!important;background:linear-gradient(90deg,#ff9224,#ff653c)!important;border:0!important}

/* workspace */
.prhHostPanel{max-width:1320px;margin:0 auto;padding:34px 24px 25px;box-sizing:border-box}

/* hero */
.prhHostHero{
 min-height:390px;padding:48px 48px;box-sizing:border-box;
 display:grid;grid-template-columns:1.05fr .95fr;gap:35px;align-items:center;
 border:1px solid #c7dce5;border-radius:24px;
 background:
  radial-gradient(450px 300px at 78% 45%,rgba(130,71,223,.15),transparent 70%),
  radial-gradient(420px 300px at 56% 26%,rgba(40,191,212,.15),transparent 70%),
  rgba(249,253,255,.92);
 box-shadow:0 18px 44px rgba(38,69,87,.09);
 overflow:hidden;
}
.prhHostBadge{
 display:inline-flex;width:max-content;padding:7px 11px;border-radius:999px;
 color:#fff;background:linear-gradient(90deg,var(--p-blue),var(--p-purple));
 font-size:9px;font-weight:800;letter-spacing:.08em;
}
.prhHostCopy h1{
 margin:16px 0 0;max-width:650px;color:var(--p-ink);
 font-size:clamp(39px,4vw,59px);line-height:1.04;letter-spacing:-.05em;font-weight:800;
}
.prhHostCopy h1 span{
 display:block;background:linear-gradient(90deg,var(--p-blue),var(--p-purple));
 -webkit-background-clip:text;background-clip:text;color:transparent;
}
.prhHostCopy>p{max-width:610px;margin:17px 0 0;color:var(--p-copy);font-size:14px;line-height:1.65}
.prhHostActions{display:flex;gap:10px;flex-wrap:wrap;margin-top:23px}
.prhHostBtn{
 min-height:47px;padding:0 21px;display:inline-flex;align-items:center;justify-content:center;
 border-radius:999px;text-decoration:none!important;font-size:12px;font-weight:700;
}
.prhHostBtn.primary{color:#fff!important;background:linear-gradient(90deg,var(--p-blue),var(--p-purple));box-shadow:0 10px 22px rgba(62,94,205,.20)}
.prhHostBtn.secondary{color:#303d48!important;background:#fff;border:1px solid #c9d7df}
.prhHostTrust{display:flex;gap:17px;flex-wrap:wrap;margin-top:17px;color:#43515d;font-size:11px}

/* CSS server/cloud illustration */
.prhHostVisual{position:relative;min-height:300px}
.prhServerCloud{
 position:absolute;width:300px;height:205px;left:50%;top:50%;transform:translate(-50%,-50%);
 border-radius:52% 48% 45% 55%;
 background:
  radial-gradient(circle at 48% 42%,rgba(255,255,255,.95),rgba(212,236,250,.9) 44%,rgba(130,126,231,.28) 72%,transparent 73%);
 filter:drop-shadow(0 24px 25px rgba(81,75,180,.15));
}
.prhServerRack{
 position:absolute;bottom:35px;width:72px;height:128px;border-radius:13px;
 background:linear-gradient(150deg,#e8f7ff,#7a93bb 52%,#324d74);
 border:1px solid rgba(53,87,125,.25);box-shadow:inset -10px -10px 22px rgba(23,52,85,.16);
}
.prhServerRack::before{
 content:"";position:absolute;inset:14px 10px;
 background:repeating-linear-gradient(180deg,rgba(31,65,101,.55) 0 7px,rgba(255,255,255,.65) 8px 13px);
 border-radius:6px;
}
.prhServerRack.r1{left:92px;transform:perspective(500px) rotateY(13deg)}
.prhServerRack.r2{left:157px;transform:perspective(500px) rotateY(-13deg)}

.prhFloatStat{
 position:absolute;min-width:95px;padding:10px 11px;border-radius:10px;
 background:#fff;border:1px solid #d0dce3;box-shadow:0 10px 22px rgba(40,64,79,.11);
}
.prhFloatStat b{display:block;color:#111b25;font-size:13px}
.prhFloatStat span{display:block;margin-top:2px;color:#56806b;font-size:9px;font-weight:700}
.prhFloatStat.uptime{left:5%;top:7%}.prhFloatStat.ssl{right:2%;top:13%}
.prhFloatStat.backup{left:7%;bottom:9%}.prhFloatStat.wp{right:2%;bottom:10%}

/* quick strip */
.prhHostQuick{
 margin:18px auto 0;padding:10px;display:grid;grid-template-columns:repeat(6,1fr);gap:8px;
 border:1px solid #ccd9e1;border-radius:15px;background:#fff;box-shadow:0 9px 22px rgba(39,61,76,.07);
}
.prhHostQuick span{
 min-height:38px;display:flex;align-items:center;justify-content:center;border-radius:9px;
 color:#33414d;background:#f4f9fb;font-size:11px;font-weight:700;
}
.prhHostQuick span:nth-child(2){background:#e9fafa}
.prhHostQuick span:nth-child(3){background:#f5eafa}
.prhHostQuick span:nth-child(4){background:#fff1e5}
.prhHostQuick span:nth-child(5){background:#eaf8ef}
.prhHostQuick span:nth-child(6){background:#f2eafb}

/* features */
.prhHostCapabilities{padding:42px 0 26px}
.prhHostCapabilities>header{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:18px}
.prhHostEyebrow{color:#2781a4;font-size:9px;font-weight:800;letter-spacing:.14em}
.prhHostCapabilities h2{margin:5px 0 0;color:var(--p-ink);font-size:28px;letter-spacing:-.035em}
.prhHostCapabilities>header>a{color:#4b6ac7;text-decoration:none;font-size:11px;font-weight:700}
.prhHostCapabilityGrid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:13px}
.prhHostFeature{
 min-height:112px;padding:17px;box-sizing:border-box;display:flex;gap:13px;align-items:flex-start;
 border:1px solid #cedae2;border-radius:16px;background:#fff;box-shadow:0 9px 22px rgba(39,61,76,.065);
}
.prhHostFeature h3{margin:0;color:#17212b;font-size:14px}
.prhHostFeature p{margin:6px 0 0;color:#5c6975;font-size:10px;line-height:1.5}
.prhFeatureIcon{
 width:37px;height:37px;flex:0 0 37px;display:grid;place-items:center;border-radius:9px;
 color:#177d9f;background:#e7f8fc;font-weight:800;
}
.prhFeatureIcon.purple{color:#7040b6;background:#f2e9fb}.prhFeatureIcon.orange{color:#c66b20;background:#fff0e4}.prhFeatureIcon.green{color:#218858;background:#e7f7ed}
.featureWp{grid-row:span 2;display:block}
.prhFeatureVisual{
 height:135px;margin-bottom:14px;display:grid;place-items:center;border-radius:12px;
 color:#fff;font-size:72px;font-family:Georgia,serif;
 background:linear-gradient(135deg,#5a86ef,#44c0d4 55%,#8247df);text-shadow:0 5px 20px rgba(0,0,0,.18);
}

/* status */
.prhHostStatus{
 margin-top:7px;padding:17px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;
 border:1px solid #cfe0d8;border-radius:14px;background:#fbfffc;box-shadow:0 7px 18px rgba(42,83,64,.05);
 color:#405049;font-size:11px;
}
.prhHostStatus b{color:#263a30}.prhHostStatus i{display:inline-block;width:9px;height:9px;border-radius:50%;background:#36bd78;margin-right:7px}

/* access cards */
.prhHostAccess{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:24px 0}
.prhHostAccess article{
 padding:20px;display:flex;gap:14px;border:1px solid #cedae2;border-radius:16px;background:#fff;
 box-shadow:0 9px 22px rgba(39,61,76,.065);
}
.prhAccessIcon{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;border-radius:10px;color:#177b9c;background:#e8f8fc}
.prhAccessIcon.purple{color:#7040b6;background:#f1e9fa}
.prhHostAccess h3{margin:0;color:#17212b;font-size:14px}
.prhHostAccess p{margin:6px 0 11px;color:#5e6b76;font-size:10px}
.prhHostAccess article>div>a{color:#34414c;text-decoration:none;font-size:10px;font-weight:800}
.prhHostAccess small{display:block;margin-top:10px;color:#6b7781;font-size:9px}

/* guarantees */
.prhHostGuarantees{
 padding:16px 18px;display:grid;grid-template-columns:repeat(5,1fr);gap:12px;
 border-top:1px solid #dfe7eb;color:#4b5863;font-size:10px;text-align:center;
}

/* footer */
body[data-page="panel"] .prhFoot{
 margin-top:0!important;padding-top:25px!important;background:#fbfdff!important;border-top:1px solid #dfe7eb!important;
 color:#34414c!important;
}
body[data-page="panel"] .prhFootBrand b,
body[data-page="panel"] .prhFootCol h3{color:#17212b!important}
body[data-page="panel"] .prhFootBrand small,
body[data-page="panel"] .prhFootBrand p,
body[data-page="panel"] .prhFootCol a,
body[data-page="panel"] .prhFootLegal,
body[data-page="panel"] .prhFootLegal a{color:#606d78!important}

@media(max-width:950px){
 .prhHostHero{grid-template-columns:1fr}
 .prhHostVisual{min-height:260px}
 .prhHostCapabilityGrid{grid-template-columns:1fr 1fr}
 .featureWp{grid-row:auto}
 .prhHostQuick{grid-template-columns:repeat(3,1fr)}
 .prhHostStatus{flex-wrap:wrap}
}
@media(max-width:650px){
 .prhHostPanel{padding:20px 15px}
 .prhHostHero{padding:31px 20px}
 .prhHostCopy h1{font-size:39px}
 .prhHostCapabilityGrid,.prhHostAccess{grid-template-columns:1fr}
 .prhHostQuick{grid-template-columns:1fr 1fr}
 .prhHostGuarantees{grid-template-columns:1fr 1fr}
}
