.support-faq-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.support-faq-cards .panel-wrap{display:flex;flex-direction:column;min-height:220px;margin:0!important;padding:27px 28px;border:0!important;border-radius:8px;background:#101920!important;box-shadow:none!important}.support-faq-cards .panel-wrap.support-faq-wide{grid-column:1/-1}.support-faq-cards .panel-title{position:relative;padding:0 0 0 38px!important;border:0!important;background:transparent!important;color:#fff!important;font-size:21px;font-weight:700;line-height:1.35;cursor:default}.support-faq-cards .panel-title:before{content:"\f059";position:absolute;left:0;top:2px;color:#fa8705;font-family:"Font Awesome 6 Free";font-weight:900}.support-faq-cards .panel-title .float-end{display:none}.support-faq-cards .panel-collapse{display:block!important}.support-faq-cards .wrapper-collapse,.support-faq-cards .info{padding:0!important;border:0!important;background:transparent!important}.support-faq-cards .info>ul,.support-faq-cards .info>ul>li{margin:0!important;padding:0!important;list-style:none!important}.support-faq-cards .info p{color:#cbd4d8;line-height:1.65}.support-faq-cards .info h3,.support-faq-cards .info h4{color:#fff}.support-faq-cards .info a{color:#fa8705}.support-resources-legacy{display:none!important}.support-resource-section{padding:82px 0;background:#131f28}.support-resource-header{max-width:900px;margin:0 auto 38px;text-align:center}.support-resource-header h2{color:#fff}.support-resource-header p{color:#cbd4d8;line-height:1.7}.support-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.support-guide-card{position:relative;min-height:175px;padding:24px 22px 22px 58px;border-radius:8px;background:#101920}.support-guide-card i{position:absolute;top:27px;left:23px;color:#fa8705;font-size:20px}.support-guide-card h3{margin:0 0 9px;color:#fff;font-size:19px}.support-guide-card p{margin:0 0 12px;color:#cbd4d8;font-size:14px;line-height:1.6}.support-guide-card a{color:#fa8705;font-size:14px;font-weight:800;text-decoration:underline;text-underline-offset:4px}.support-micro-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:34px}.support-micro-card{padding:23px;border-radius:8px;background:#1a2834}.support-micro-card>i{color:#fa8705;font-size:21px}.support-micro-card h3{margin:12px 0;color:#fff;font-size:18px}.support-micro-card a{display:block;margin:9px 0;color:#cbd4d8;font-size:14px;line-height:1.45}.support-micro-card a:hover{color:#fa8705}@media(max-width:991px){.support-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.support-micro-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.support-faq-cards,.support-guide-grid,.support-micro-grid{grid-template-columns:1fr}.support-faq-cards .panel-wrap.support-faq-wide{grid-column:auto}.support-faq-cards .panel-wrap{min-height:0}}
.whp-netstatus .whp-netstatus-panel + .whp-netstatus-panel {
  margin-top: 18px;
}

.whp-netstatus .whp-service-left {
  width: 100%;
  min-width: 0;
}

.whp-netstatus .whp-section-title {
  margin: 0 0 10px;
  color: #fff;
  font-family: inherit;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.2px;
}

.whp-netstatus .whp-status-action {
  margin-top: 14px;
}

.whp-netstatus .whp-status-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.support-cdn {
  width: 75%;
  margin: 42px auto 0;
}

.support-cdn-header {
  margin-bottom: 24px;
  text-align: center;
}

.support-cdn-header h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
}

.support-cdn-header p {
  margin: 0;
  color: #cbd4d8;
  font-size: 15px;
  line-height: 1.65;
}

.support-cdn-actions {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 18px;
}

.support-cdn-action {
  display: flex;
  gap: 14px;
  padding: 24px;
  border-radius: 8px;
  background: #101920;
}

.support-cdn-action > i {
  display: inline-flex;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(250,135,5,.12);
  color: #fa8705;
  font-size: 20px;
}

.support-cdn-action h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 17px;
}

.support-cdn-action p {
  margin: 0 0 9px;
  color: #aebbc1;
  font-size: 14px;
  line-height: 1.5;
}

.support-cdn-action a {
  color: #fa8705;
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.support-cdn-action a i {
  margin-left: 5px;
  font-size: 11px;
}

@media(max-width:991px) {
  .support-cdn { width: 100%; }
}

@media(max-width:767px) {
  .support-cdn-actions { grid-template-columns: 1fr; }
}
