html, body.wh-hub {
  background: #d9e2ee;
}
.wh-hub .ad-page {
  min-height: 70vh;
  background: #d9e2ee;
  color: #1e293b;
}
.wh-hub .ad-page a {
  color: inherit;
}

.wh-hub .ad-hero {
  background:
    radial-gradient(900px 420px at 50% -10%, rgba(58, 216, 182, .28), transparent 62%),
    radial-gradient(700px 380px at 100% 20%, rgba(63, 147, 214, .22), transparent 55%),
    linear-gradient(180deg, #cfdceb 0%, #d9e2ee 100%);
  border-bottom: 1px solid #b7c4d4;
}
.wh-hub .ad-hero::before {
  background-image:
    linear-gradient(rgba(15, 23, 42, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, .07) 1px, transparent 1px);
}

.wh-hero-title {
  margin: 0 auto 28px;
  max-width: 720px;
  text-align: center;
}
.wh-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  padding: 8px 14px;
  border: 1px solid #7aa8d4;
  background: #fff;
  color: #0c7d6a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.wh-hero-kicker i { font-size: 15px; }
.wh-hero-heading {
  margin: 0;
  font-size: clamp(28px, 5vw, 42px);
  line-height: 1.15;
  letter-spacing: -.03em;
  font-weight: 800;
  color: #0f172a;
}

.wh-hub .ad-hero h1 { color: #0f172a; }
.wh-hub .ad-hero h1 em { color: #0c7d6a; }

.wh-hub .ad-chip {
  background: #fff;
  border-color: #b7c4d4;
  color: #334155;
}
.wh-hub .ad-chip b { color: #0c7d6a; }

.wh-hub .ad-plan {
  background: #fff;
  border: 1px solid #b7c4d4;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .1);
  border-radius: 16px;
  overflow: hidden;
}
.wh-hub .ad-plan.is-rec {
  border-color: #2bb89a;
  box-shadow: 0 0 0 1px rgba(43, 184, 154, .35), 0 16px 36px rgba(15, 23, 42, .12);
}
.wh-hub .ad-rec {
  position: static;
  transform: none;
  left: auto;
  top: auto;
  align-self: flex-start;
  margin: 16px 22px 0;
  border-radius: 999px;
  background: #2bb89a;
  color: #06241d;
}

.wh-grid { align-items: stretch; }
.wh-plan {
  text-decoration: none !important;
  color: inherit;
  height: 100%;
  align-self: stretch;
  -webkit-tap-highlight-color: rgba(58, 216, 182, .18);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.wh-plan:hover {
  transform: translateY(-5px);
  border-color: #2bb89a;
  box-shadow: 0 22px 44px rgba(15, 23, 42, .14);
}
.wh-plan.is-rec:hover {
  border-color: #1f9d84;
}
.wh-plan:focus-visible {
  outline: 2px solid #0c7d6a;
  outline-offset: 3px;
}
.wh-plan-accent {
  display: block;
  height: 5px;
  background: linear-gradient(90deg, #3f93d6, #2bb89a);
}
.wh-plan-ddos .wh-plan-accent {
  background: linear-gradient(90deg, #2bb89a, #0c7d6a);
}
.wh-plan-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 26px 22px 18px;
}
.wh-plan-icon {
  flex: none;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #e8f4fc;
  color: #1e5a8a;
  font-size: 22px;
}
.wh-plan-ddos .wh-plan-icon {
  background: #d8f6ee;
  color: #0c7d6a;
}
.wh-plan-copy { min-width: 0; text-align: left; }
.wh-kicker {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #0c7d6a;
}
.wh-plan-copy h3 {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.2;
  color: #0f172a;
}
.wh-plan-copy p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #475569;
}
.wh-plan-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 18px;
  background: #d5dee9;
  border: 1px solid #d5dee9;
}
.wh-plan-metrics > div {
  background: #f4f7fb;
  padding: 12px 8px;
  text-align: center;
}
.wh-plan-metrics strong {
  display: block;
  font-size: 18px;
  letter-spacing: -.02em;
  color: #0f172a;
}
.wh-plan-metrics span {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
}
.wh-plan-feats {
  list-style: none;
  margin: 0;
  padding: 16px 22px 8px;
  flex: 1;
}
.wh-plan-feats li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #edf2f7;
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  text-align: left;
}
.wh-plan-feats li:last-child { border-bottom: 0; }
.wh-plan-feats i {
  flex: none;
  margin-top: 2px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #d8f6ee;
  color: #0c7d6a;
  font-size: 10px;
}
.wh-plan .ad-buy {
  margin-top: auto;
  padding: 8px 22px 22px;
}
.wh-plan .ad-buy span {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  font-weight: 800;
  letter-spacing: .02em;
  border-radius: 10px;
}
.wh-plan:not(.is-rec) .ad-buy span {
  border: 1px solid #2bb89a;
  color: #0c7d6a;
  background: #d8f6ee;
}
.wh-plan.is-rec .ad-buy span {
  background: #2bb89a;
  color: #06241d;
}
.wh-plan:hover .ad-buy span { filter: brightness(1.04); }

.wh-hub .ad-layers,
.wh-hub .ad-ops {
  background: #d2dce9;
}
.wh-hub .ad-section-head h2 { color: #0f172a; }
.wh-hub .ad-section-head span { color: #0c7d6a; }
.wh-hub .ad-section-head p { color: #475569; }

.wh-hub .ad-layer {
  background: #fff;
  border-color: #b7c4d4;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
}
.wh-hub .ad-layer-n { color: #0c7d6a; }
.wh-hub .ad-layer h3 { color: #0f172a; }
.wh-hub .ad-layer p { color: #475569; }

.wh-hub .ad-promise-grid {
  background: #b7c4d4;
  border-color: #b7c4d4;
}
.wh-hub .ad-promise-item { background: #fff; }
.wh-hub .ad-promise-item strong { color: #0f172a; }
.wh-hub .ad-promise-item span { color: #475569; }

.wh-hub .ad-op {
  background: #fff;
  border-left: 3px solid #2bb89a;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
}
.wh-hub .ad-op b { color: #0c7d6a; }
.wh-hub .ad-op h3 { color: #0f172a; }
.wh-hub .ad-op p { color: #475569; }

.wh-hub .ad-faq {
  background: #d9e2ee;
}
.wh-hub .ad-faq-item {
  background: #fff;
  border-color: #b7c4d4;
}
.wh-hub .ad-faq-item[open] { border-color: #2bb89a; }
.wh-hub .ad-faq-q { color: #0f172a; }
.wh-hub .ad-faq-q::after { color: #0c7d6a; }
.wh-hub .ad-faq-a { color: #334155; }

.wh-layer {
  text-decoration: none !important;
  color: inherit;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 14px;
  -webkit-tap-highlight-color: rgba(58, 216, 182, .18);
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.wh-layer:hover {
  border-color: rgba(15, 159, 134, .4);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
}
.wh-layer:focus-visible {
  outline: 2px solid #0f9f86;
  outline-offset: 3px;
}
.wh-layer-go {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: #0c7d6a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
}

@media (max-width: 820px) {
  .wh-plan:hover,
  .wh-layer:hover { transform: none; }
  .wh-plan-head { padding: 22px 16px 14px; }
  .wh-plan-metrics { margin: 0 14px; }
  .wh-plan-feats { padding: 12px 16px 4px; }
  .wh-plan .ad-buy { padding: 8px 16px 16px; }
  .wh-plan .ad-buy span { min-height: 50px; }
  .wh-plan-copy h3 { font-size: 19px; }
}

@media (max-width: 640px) {
  .wh-hero-heading { font-size: 26px; }
  .wh-hero-title { margin-bottom: 20px; }
  .wh-hub .ad-promise-grid {
    background: none;
    border: 0;
  }
  .wh-hub .ad-promise-item {
    border: 1px solid #b7c4d4;
  }
  .wh-plan-icon {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
  .wh-layer-go {
    min-height: 44px;
    align-items: center;
  }
}
