:root {
  --bwh-bg: #f4f7fb;
  --bwh-ink: #0b1832;
  --bwh-sub: #4a5977;
  --bwh-line: rgba(15, 23, 42, 0.12);
  --bwh-brand: #0d5af8;
  --bwh-brand-soft: rgba(13, 90, 248, 0.14);
  --bwh-shadow-sm: 0 12px 30px rgba(7, 18, 45, 0.08);
  --bwh-shadow-md: 0 20px 50px rgba(7, 18, 45, 0.12);
  --bwh-radius-lg: 20px;
}

.bwh-page {
  background:
    radial-gradient(circle at 12% -8%, rgba(37, 99, 235, 0.12), transparent 34%),
    radial-gradient(circle at 88% 0%, rgba(20, 184, 166, 0.12), transparent 34%),
    var(--bwh-bg);
  color: var(--bwh-ink);
}

.bwh-section {
  padding: 86px 0;
  position: relative;
}

.bwh-section + .bwh-section {
  border-top: 1px solid rgba(13, 35, 72, 0.06);
}

.bwh-section--alt {
  background: linear-gradient(180deg, rgba(13, 90, 248, 0.03), rgba(11, 30, 63, 0.01));
}

.bwh-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 104px 0 78px;
  background: linear-gradient(126deg, #06132c 0%, #0a285e 48%, #0d3f8f 100%);
}

.bwh-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 26% 32%, rgba(22, 163, 255, 0.34), transparent 38%),
    radial-gradient(circle at 73% 18%, rgba(45, 212, 191, 0.24), transparent 44%);
  pointer-events: none;
}

.bwh-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.1));
  opacity: 0.18;
  pointer-events: none;
}

.bwh-hero--simple {
  padding: 114px 0 90px;
  background: linear-gradient(135deg, #1f63d4 0%, #2b6de8 55%, #4e85ea 100%);
}

.bwh-hero--simple::before {
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.2), transparent 35%),
    radial-gradient(circle at 78% 12%, rgba(255, 255, 255, 0.14), transparent 42%);
}

.bwh-hero--simple .bwh-hero__grid,
.bwh-hero--simple .bwh-hero__eyebrow,
.bwh-hero--simple .bwh-hero__panel,
.bwh-hero--simple .bwh-hero__trust,
.bwh-hero--simple .bwh-hero__titleSub {
  display: none;
}

.bwh-hero__simpleWrap {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.bwh-hero__miniRow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.bwh-hero__miniStack {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.bwh-hero__mini {
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
}

.bwh-hero__miniLogo {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.25));
}

.bwh-hero__miniLogo--large {
  width: 74px;
  height: 74px;
}

.bwh-hero--simple .bwh-hero__titleMain {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 1.06;
  letter-spacing: 0.01em;
}

.bwh-hero--simple .bwh-hero__lead {
  margin: 18px auto 0;
  max-width: 76ch;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.08rem;
  line-height: 1.62;
}

.bwh-hero__actions--center {
  justify-content: center;
}

.bwh-hero__blur {
  position: absolute;
  z-index: 0;
  width: 340px;
  height: 340px;
  filter: blur(58px);
  border-radius: 50%;
  pointer-events: none;
}

.bwh-hero__blur--a {
  top: -120px;
  right: -120px;
  background: rgba(45, 212, 191, 0.33);
}

.bwh-hero__blur--b {
  left: -80px;
  bottom: -120px;
  background: rgba(59, 130, 246, 0.33);
}

.bwh-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 34px;
  align-items: start;
}

.bwh-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(2, 12, 32, 0.44);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 600;
}

.bwh-hero__titleMain {
  font-family: "Syne", sans-serif;
  font-size: clamp(2.2rem, 5.4vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0.01em;
  margin: 0;
}

.bwh-hero__titleSub {
  margin: 8px 0 0;
  font-size: clamp(1.04rem, 2.1vw, 1.38rem);
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.04em;
  font-weight: 500;
}

.bwh-hero__lead {
  margin: 20px 0 0;
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.06rem;
}

.bwh-hero__actions {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bwh-hero__trust {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bwh-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(3, 16, 42, 0.54);
  color: rgba(255, 255, 255, 0.93);
  font-size: 0.84rem;
  white-space: nowrap;
}

.bwh-trust-pill svg {
  width: 16px;
  height: 16px;
  stroke: #58d7ff;
  fill: none;
  stroke-width: 1.8;
}

.bwh-hero__panel {
  position: relative;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07));
  border-radius: 22px;
  border: 1px solid rgba(129, 170, 255, 0.6);
  box-shadow: 0 28px 70px rgba(5, 16, 40, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  padding: 24px;
  backdrop-filter: blur(9px);
}

.bwh-hero__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(130deg, rgba(34, 211, 238, 0.8), rgba(103, 161, 255, 0.2));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.bwh-hero__panelTitle {
  margin: 0 0 14px;
  color: #fff;
  font-size: 1.16rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.bwh-hero__panelTitle svg {
  width: 18px;
  height: 18px;
  stroke: #34d399;
  fill: none;
  stroke-width: 1.8;
}

.bwh-hero__panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.bwh-hero__panel li {
  position: relative;
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.9);
  transition: transform 0.25s ease;
}

.bwh-hero__panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(52, 211, 153, 0.6);
  background: radial-gradient(circle at 40% 40%, rgba(52, 211, 153, 0.66), rgba(52, 211, 153, 0.1));
}

.bwh-hero__panel li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 8px;
  height: 4px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
}

.bwh-hero__panel li:hover {
  transform: translateX(4px);
}

.bwh-head {
  max-width: 770px;
}

.bwh-head h2 {
  margin: 0;
  font-size: clamp(1.76rem, 3vw, 2.55rem);
  line-height: 1.08;
  font-family: "Syne", sans-serif;
}

.bwh-head p {
  margin: 14px 0 0;
  color: var(--bwh-sub);
  font-size: 1.03rem;
}

.bwh-head--center {
  text-align: center;
  margin-inline: auto;
}

.bwh-prepricing {
  padding: 72px 0 56px;
  background: #f7f9fd;
}

.bwh-prepricing__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}

.bwh-prepricing__title {
  margin: 0 0 14px;
  font-family: "Syne", sans-serif;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 1.14;
  color: #0f2346;
}

.bwh-prepricing__copy {
  margin: 0;
  max-width: 42ch;
  color: #4b5d7c;
  font-size: 1.02rem;
  line-height: 1.55;
}

.bwh-prepricing__media {
  border-radius: 22px;
  border: 1px solid rgba(16, 39, 78, 0.1);
  overflow: hidden;
  background: #eaf1ff;
  box-shadow: 0 18px 34px rgba(16, 39, 78, 0.12);
}

.bwh-prepricing__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.bwh-afterpricing {
  padding: 64px 0 40px;
  background: #f7f9fd;
}

.bwh-afterpricing__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}

.bwh-afterpricing__media {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(16, 39, 78, 0.12);
  box-shadow: 0 20px 42px rgba(16, 39, 78, 0.16);
  background: #e7f0ff;
}

.bwh-afterpricing__media img {
  display: block;
  width: 100%;
  height: auto;
}

.bwh-afterpricing__content h2 {
  margin: 0;
  color: #0f2346;
  font-family: "Syne", sans-serif;
  font-size: clamp(1.95rem, 3.5vw, 3.25rem);
  line-height: 1.13;
  max-width: 15ch;
}

.bwh-afterpricing__content p {
  margin: 18px 0 0;
  max-width: 40ch;
  color: #4b5d7c;
  font-size: 1.08rem;
  line-height: 1.54;
}

.bwh-afterpricing__link {
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0d2f77;
  font-size: 1.06rem;
  font-weight: 700;
  text-decoration: none;
  transition: gap 0.2s ease, color 0.2s ease;
}

.bwh-afterpricing__link:hover {
  color: #0d5af8;
  gap: 14px;
}

.bwh-card-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bwh-plan {
  position: relative;
  background: #fff;
  border-radius: var(--bwh-radius-lg);
  border: 1px solid var(--bwh-line);
  box-shadow: var(--bwh-shadow-sm);
  padding: 22px;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.bwh-plan:hover {
  transform: translateY(-7px);
  border-color: rgba(13, 90, 248, 0.38);
  box-shadow: var(--bwh-shadow-md);
}

.bwh-plan__badge {
  position: absolute;
  top: -12px;
  left: 18px;
  border-radius: 999px;
  background: #0d5af8;
  color: #fff;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 10px;
  display: none;
}

.bwh-plan--popular {
  border-color: rgba(13, 90, 248, 0.44);
  box-shadow: 0 24px 50px rgba(13, 90, 248, 0.16);
  transform: scale(1.03);
}

.bwh-plan--popular .bwh-plan__badge {
  display: inline-flex;
}

.bwh-plan__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--bwh-brand-soft);
  display: grid;
  place-items: center;
}

.bwh-plan__icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--bwh-brand);
  fill: none;
  stroke-width: 1.8;
}

.bwh-plan h3 {
  margin: 16px 0 8px;
  font-size: 1.2rem;
}

.bwh-plan__price {
  color: #0b2f80;
  margin: 0 0 12px;
  font-size: 1.26rem;
  font-family: "Syne", sans-serif;
}

.bwh-plan ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.bwh-plan li {
  color: #445373;
  padding-left: 15px;
  position: relative;
}

.bwh-plan li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1d6dff;
}

.bwh-plan__cta {
  margin-top: 16px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.bwh-plan:hover .bwh-plan__cta {
  opacity: 1;
  transform: translateY(0);
}

.bwh-grid-2 {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: start;
}

.bwh-timeline {
  margin: 24px 0 0;
  list-style: none;
  padding: 0 0 0 10px;
  position: relative;
}

.bwh-timeline::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: linear-gradient(#0d5af8, rgba(13, 90, 248, 0.2));
}

.bwh-timeline li {
  position: relative;
  padding: 0 0 20px 52px;
}

.bwh-stepDot {
  position: absolute;
  left: 0;
  top: -1px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  background: #fff;
  color: #0d5af8;
  border: 2px solid rgba(13, 90, 248, 0.38);
  box-shadow: 0 0 0 6px rgba(13, 90, 248, 0.08);
}

.bwh-timeline h3 {
  margin: 0;
  font-size: 1.08rem;
}

.bwh-timeline p {
  margin: 8px 0 0;
  color: var(--bwh-sub);
}

.bwh-illustration {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--bwh-line);
  box-shadow: var(--bwh-shadow-sm);
  background: #fff;
  will-change: transform;
}

.bwh-illustration img {
  display: block;
  width: 100%;
  height: auto;
}

.bwh-metrics {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.bwh-metric {
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--bwh-line);
  padding: 16px;
  box-shadow: var(--bwh-shadow-sm);
}

.bwh-metric__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 90, 248, 0.12);
  margin-bottom: 10px;
}

.bwh-metric__icon svg {
  width: 20px;
  height: 20px;
  stroke: #0d5af8;
  fill: none;
  stroke-width: 1.8;
}

.bwh-metric strong {
  display: block;
  font-size: 1.36rem;
  color: #0c317e;
  font-family: "Syne", sans-serif;
}

.bwh-metric span {
  font-size: 0.9rem;
  color: #4a5977;
}

.bwh-compare {
  margin-top: 26px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--bwh-line);
  box-shadow: var(--bwh-shadow-sm);
}

.bwh-compare table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.bwh-compare th,
.bwh-compare td {
  padding: 13px 14px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  text-align: left;
  vertical-align: top;
}

.bwh-compare th {
  background: linear-gradient(180deg, #eef4ff 0%, #e8f0ff 100%);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1d3972;
}

.bwh-compare tr:last-child td {
  border-bottom: 0;
}

.bwh-compare__cap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #0f1e39;
}

.bwh-compare__icon {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: rgba(13, 90, 248, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
}

.bwh-compare__icon svg {
  width: 16px;
  height: 16px;
  stroke: #0d5af8;
  fill: none;
  stroke-width: 1.8;
}

.bwh-compare__pill {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  border-radius: 999px;
  margin-right: 8px;
  margin-bottom: 4px;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
}

.bwh-compare__pill--bad {
  background: rgba(220, 38, 38, 0.12);
  color: #9f1239;
}

.bwh-compare__pill--good {
  background: rgba(22, 163, 74, 0.14);
  color: #166534;
}

.vps-faq-impact {
  background: linear-gradient(180deg, rgba(13, 90, 248, 0.04) 0%, rgba(11, 30, 63, 0.02) 100%);
  border-top: 1px solid rgba(13, 35, 72, 0.06);
  border-bottom: 1px solid rgba(13, 35, 72, 0.06);
}

.vps-faq-impact .section-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 18px;
}

.vps-faq-impact .section-head h2 {
  margin-bottom: 8px;
}

.vps-faq-impact .section-head p {
  color: #556782;
}

.vps-faq-impact__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}

.vps-faq-impact .accordion {
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(17, 32, 61, 0.08);
  overflow: hidden;
  transition: box-shadow 0.24s ease, border-color 0.24s ease, transform 0.24s ease;
  align-self: start;
}

.vps-faq-impact .accordion:hover {
  border-color: rgba(13, 90, 248, 0.28);
  box-shadow: 0 16px 30px rgba(17, 32, 61, 0.12);
  transform: translateY(-2px);
}

.vps-faq-impact .accordion-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 20px 20px 18px;
  color: #1f2f49;
  font-weight: 600;
  font-size: clamp(1rem, 1.55vw, 1.08rem);
  line-height: 1.35;
}

.vps-faq-impact .accordion-toggle::before {
  content: "?";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1c57a8;
  background: rgba(13, 90, 248, 0.1);
  border: 1px solid rgba(13, 90, 248, 0.2);
  font-weight: 700;
  flex: 0 0 24px;
}

.vps-faq-impact .accordion-toggle > span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(13, 90, 248, 0.22);
  background: rgba(13, 90, 248, 0.08);
  color: #1f4f96;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.26s ease, background-color 0.26s ease, color 0.26s ease;
  flex: 0 0 28px;
}

.vps-faq-impact .accordion-toggle[aria-expanded="true"] > span {
  transform: rotate(45deg);
  background: #1f63d4;
  color: #ffffff;
}

.vps-faq-impact .accordion-panel {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0 20px;
  transition: max-height 0.3s ease, opacity 0.22s ease, padding 0.22s ease;
  color: #475873;
  font-size: 0.98rem;
  line-height: 1.58;
}

.vps-faq-impact .accordion-panel.is-open {
  opacity: 1;
  padding: 0 20px 18px 20px;
}

.bwh-faq {
  margin-top: 24px;
  display: grid;
  gap: 12px;
}

.bwh-faq details {
  background: #fff;
  border: 1px solid var(--bwh-line);
  border-radius: 16px;
  box-shadow: var(--bwh-shadow-sm);
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.bwh-faq details[open] {
  border-color: rgba(13, 90, 248, 0.36);
  box-shadow: 0 18px 40px rgba(13, 90, 248, 0.12);
}

.bwh-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 52px 16px 18px;
  font-weight: 600;
  color: #0f1d36;
  position: relative;
}

.bwh-faq summary::-webkit-details-marker {
  display: none;
}

.bwh-faq summary::before,
.bwh-faq summary::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 14px;
  height: 2px;
  background: #0d5af8;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}

.bwh-faq summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.bwh-faq details[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}

.bwh-faq p {
  margin: 0;
  padding: 0 18px 16px;
  color: #425173;
  line-height: 1.6;
}

.bwh-infra {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bwh-infraItem {
  background: #fff;
  border: 1px solid var(--bwh-line);
  border-radius: 14px;
  padding: 14px;
}

.bwh-infraItem strong {
  display: block;
  margin-bottom: 6px;
  color: #0e2654;
}

.wp-nextlevel {
  background: linear-gradient(180deg, rgba(13, 90, 248, 0.03) 0%, rgba(11, 30, 63, 0.01) 100%);
}

.wp-nextlevel .section-head {
  text-align: center;
  max-width: 980px;
  margin-inline: auto;
}

.wp-nextlevel .section-head h2 {
  margin-bottom: 12px;
}

.wp-nextlevel-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.wp-nextlevel-card {
  padding: 24px 26px 22px;
  min-height: 220px;
  grid-column: span 4;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(17, 32, 61, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.wp-nextlevel-card:nth-child(4) {
  grid-column: 3 / span 4;
}

.wp-nextlevel-card:nth-child(5) {
  grid-column: 7 / span 4;
}

.wp-nextlevel-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.wp-nextlevel-icon svg {
  width: 18px;
  height: 18px;
}

.wp-nextlevel-icon--blue {
  background: #e9f1ff;
  color: #2f6cff;
}

.wp-nextlevel-icon--amber {
  background: #fff3e3;
  color: #f39a21;
}

.wp-nextlevel-icon--purple {
  background: #f1ebff;
  color: #7b4cff;
}

.wp-nextlevel-icon--green {
  background: #eaf7e9;
  color: #3f8f3a;
}

.wp-nextlevel-card h3 {
  margin: 0 0 14px;
  font-size: clamp(1.28rem, 2vw, 1.62rem);
  line-height: 1.2;
  color: #162641;
}

.wp-nextlevel-card p {
  margin: 0;
  color: #4a5977;
  font-size: 0.99rem;
  line-height: 1.45;
}

.wp-nextlevel-card:hover {
  transform: translateY(-4px);
  border-color: #cbd8ea;
  box-shadow: 0 16px 32px rgba(17, 32, 61, 0.12);
}

.bwh-metric {
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.bwh-metric:hover {
  transform: translateY(-4px);
  border-color: rgba(13, 90, 248, 0.25);
  box-shadow: 0 16px 30px rgba(17, 32, 61, 0.12);
}

.bwh-shared-pricing .wp-plan {
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.bwh-shared-pricing .wp-plan:hover {
  transform: translateY(-5px);
  border-color: #bfd0ee;
  box-shadow: 0 18px 34px rgba(17, 32, 61, 0.12);
}

.bwh-cta {
  padding: 88px 0 92px;
}

.bwh-cta__panel {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 38px;
  background: linear-gradient(130deg, #04142f 0%, #0b2f67 52%, #0f4b98 100%);
  box-shadow: 0 35px 85px rgba(4, 20, 47, 0.35);
}

.bwh-cta__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.09) 1px, transparent 1px, transparent 22px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08) 1px, transparent 1px, transparent 22px);
  opacity: 0.12;
  pointer-events: none;
}

.bwh-cta__panel h2,
.bwh-cta__panel p {
  position: relative;
  z-index: 1;
  color: #fff;
}

.bwh-cta__panel h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-family: "Syne", sans-serif;
}

.bwh-cta__panel p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.88);
}

.bwh-cta__actions {
  margin-top: 18px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bwh-cta__micro {
  margin-top: 14px;
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
}

.bwh-shared-pricing {
  margin-top: 30px;
}

.bwh-shared-pricing__loading {
  margin: 0;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid var(--bwh-line);
  border-radius: 14px;
  color: #415171;
}

.bwh-shared-pricing #shared-pricing .wp-pricing-v2-grid,
.bwh-shared-pricing .wp-pricing-v2-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.bwh-shared-pricing #shared-pricing .wp-plan,
.bwh-shared-pricing .wp-plan {
  position: relative;
  border: 1px solid #d7deea;
  border-radius: 22px;
  background: #ffffff;
  padding: 18px 16px 14px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: var(--bwh-shadow-sm);
}

.bwh-shared-pricing #shared-pricing .wp-plan--popular,
.bwh-shared-pricing .wp-plan--popular {
  border: 2px solid #2b6de8;
  box-shadow: 0 24px 50px rgba(13, 90, 248, 0.18);
}

.bwh-shared-pricing #shared-pricing .wp-popular-tag,
.bwh-shared-pricing .wp-popular-tag {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #2b6de8;
  color: #ffffff;
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.bwh-shared-pricing #shared-pricing .wp-plan h3,
.bwh-shared-pricing .wp-plan h3 {
  margin: 4px 0 2px;
  font-size: 1.9rem;
  color: #0f172a;
}

.bwh-shared-pricing #shared-pricing .wp-plan-sub,
.bwh-shared-pricing .wp-plan-sub {
  margin: 0 0 12px;
  color: #5b6475;
  font-size: 0.92rem;
}

.bwh-shared-pricing #shared-pricing .wp-plan-offer,
.bwh-shared-pricing .wp-plan-offer {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.bwh-shared-pricing #shared-pricing .wp-off-pill,
.bwh-shared-pricing .wp-off-pill {
  background: #fff0ea;
  color: #ff5b2d;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 0.82rem;
  font-weight: 800;
}

.bwh-shared-pricing #shared-pricing .wp-old,
.bwh-shared-pricing .wp-old {
  color: #7d8798;
  text-decoration: line-through;
  font-size: 0.95rem;
  font-weight: 700;
}

.bwh-shared-pricing #shared-pricing .wp-price,
.bwh-shared-pricing .wp-price {
  margin: 0;
  font-size: 3rem;
  line-height: 1.1;
  color: #030712;
  font-weight: 800;
}

.bwh-shared-pricing #shared-pricing .wp-price span,
.bwh-shared-pricing .wp-price span {
  font-size: 0.88rem;
  font-weight: 700;
}

.bwh-shared-pricing #shared-pricing .wp-plan-total,
.bwh-shared-pricing .wp-plan-total {
  margin: 8px 0 0;
  color: #4b5567;
  font-size: 0.95rem;
  line-height: 1.35;
}

.bwh-shared-pricing #shared-pricing .wp-plan-renew,
.bwh-shared-pricing .wp-plan-renew {
  margin-top: 10px;
  border-radius: 9px;
  background: #e8f7ef;
  color: #18935c;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  padding: 7px 10px;
}

.bwh-shared-pricing #shared-pricing .wp-plan-cta,
.bwh-shared-pricing .wp-plan-cta {
  margin-top: 14px;
}

.bwh-shared-pricing #shared-pricing .wp-plan-cta .button,
.bwh-shared-pricing .wp-plan-cta .button {
  width: 100%;
  border-radius: 12px;
}

.bwh-shared-pricing #shared-pricing .wp-plan-hr,
.bwh-shared-pricing .wp-plan-hr {
  margin: 12px 0 10px;
  border: 0;
  border-top: 1px solid #e2e8f0;
}

.bwh-shared-pricing #shared-pricing .wp-plan-features,
.bwh-shared-pricing .wp-plan-features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.bwh-shared-pricing #shared-pricing .wp-plan-features li,
.bwh-shared-pricing .wp-plan-features li {
  position: relative;
  padding-left: 24px;
  color: #172034;
  font-size: 0.97rem;
  line-height: 1.35;
}

.bwh-shared-pricing #shared-pricing .wp-plan-features li::before,
.bwh-shared-pricing .wp-plan-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #16a34a;
  font-weight: 800;
}

.bwh-shared-pricing #shared-pricing .wp-plan-features li.is-no,
.bwh-shared-pricing .wp-plan-features li.is-no {
  color: #8b97aa;
}

.bwh-shared-pricing #shared-pricing .wp-plan-features li.is-no::before,
.bwh-shared-pricing .wp-plan-features li.is-no::before {
  content: "×";
  color: #98a5b9;
}

.bwh-shared-pricing #shared-pricing .wp-plan-more,
.bwh-shared-pricing .wp-plan-more {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px dashed #d8e3fb;
}

.bwh-shared-pricing #shared-pricing .wp-plan-more summary,
.bwh-shared-pricing .wp-plan-more summary {
  cursor: pointer;
  color: #1f64d4;
  font-weight: 800;
  list-style: none;
}

.bwh-shared-pricing #shared-pricing .wp-plan-more summary::-webkit-details-marker,
.bwh-shared-pricing .wp-plan-more summary::-webkit-details-marker {
  display: none;
}

.bwh-shared-pricing #shared-pricing .wp-plan-more ul,
.bwh-shared-pricing .wp-plan-more ul {
  margin: 10px 0 0;
  padding: 0 0 0 16px;
  color: #2d3d5c;
  font-size: 0.92rem;
  display: grid;
  gap: 6px;
}

.bwh-logo-ecosystem {
  background: linear-gradient(180deg, rgba(13, 90, 248, 0.03) 0%, rgba(11, 30, 63, 0.01) 100%);
}

.bwh-logo-ecosystem .bwh-head {
  max-width: 860px;
}

.bwh-logo-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.bwh-logo-card {
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(17, 32, 61, 0.08);
  padding: 14px 12px;
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 118px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.bwh-logo-card:hover {
  transform: translateY(-3px);
  border-color: rgba(13, 90, 248, 0.26);
  box-shadow: 0 16px 30px rgba(17, 32, 61, 0.12);
}

.bwh-logo-card img {
  width: auto;
  height: 38px;
  max-width: 128px;
  object-fit: contain;
}

.bwh-logo-card span {
  margin-top: 10px;
  text-align: center;
  color: #3f4f6b;
  font-size: 0.86rem;
  font-weight: 600;
}

@media (max-width: 1100px) {
  .bwh-card-grid,
  .bwh-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bwh-grid-2 {
    grid-template-columns: 1fr;
  }

  .wp-nextlevel-grid {
    grid-template-columns: 1fr;
  }

  .wp-nextlevel-card {
    grid-column: auto;
    min-height: auto;
  }
}

@media (max-width: 900px) {
  .vps-faq-impact__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .bwh-section {
    padding: 66px 0;
  }

  .bwh-hero {
    padding: 88px 0 62px;
  }

  .bwh-hero__grid,
  .bwh-prepricing__grid,
  .bwh-afterpricing__grid,
  .bwh-card-grid,
  .bwh-metrics,
  .bwh-infra,
  .bwh-logo-grid {
    grid-template-columns: 1fr;
  }

  .bwh-hero__titleMain {
    line-height: 1.06;
  }

  .bwh-plan--popular {
    transform: none;
  }

  .bwh-cta__panel {
    padding: 28px;
  }

  .bwh-compare {
    overflow: auto;
  }

  .bwh-compare table {
    min-width: 640px;
  }

  .bwh-shared-pricing #shared-pricing .wp-pricing-v2-grid,
  .bwh-shared-pricing .wp-pricing-v2-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1280px) {
  .bwh-shared-pricing #shared-pricing .wp-pricing-v2-grid,
  .bwh-shared-pricing .wp-pricing-v2-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .bwh-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
