body.bwdcv-functional-live {
  min-height: 100vh;
  background: #f7f8fc;
}

body.bwdcv-functional-live #wpadminbar {
  display: none !important;
}

body.bwdcv-functional-live .site-header {
  top: 0 !important;
}

.bwdcv-functional-main {
  min-height: 58vh;
  background: #f7f8fc;
}

.bwdcv-functional-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 64px;
  text-align: center;
  background: radial-gradient(circle at 78% 20%, rgba(130, 237, 207, .24), transparent 27%), linear-gradient(145deg, #f4f2ff, #eff6ff 55%, #f7fffc);
}

.bwdcv-functional-hero .container {
  position: relative;
  z-index: 2;
}

.bwdcv-functional-hero span {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid #dfe4ff;
  border-radius: 999px;
  color: #4055ca;
  background: #fff;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: .07em;
}

.bwdcv-functional-hero h1 {
  max-width: 880px;
  margin: 16px auto 10px;
  color: #101b3b;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.bwdcv-functional-hero p {
  max-width: 660px;
  margin: 0 auto;
  color: #66708a;
  font-size: 17px;
}

.bwdcv-functional-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 25px;
}

.bwdcv-functional-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 19px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.bwdcv-functional-actions .bwdcv-functional-primary {
  color: #fff;
  background: linear-gradient(100deg, #4433e9, #6a43f4);
  box-shadow: 0 13px 26px rgba(72, 49, 234, .22);
}

.bwdcv-functional-actions .bwdcv-functional-secondary {
  border: 1px solid #dfe3ef;
  color: #242e52;
  background: rgba(255, 255, 255, .88);
}

.bwdcv-functional-actions a:hover {
  transform: translateY(-2px);
}

.bwdcv-functional-actions .bwdcv-functional-primary:hover {
  color: #fff;
  box-shadow: 0 16px 30px rgba(72, 49, 234, .28);
}

.bwdcv-functional-actions .bwdcv-functional-secondary:hover {
  color: #3d2cd2;
  background: #fff;
}

.bwdcv-functional-content {
  padding-block: 64px 96px;
}

.bwdcv-functional-content > .wide-container {
  position: relative;
}

.bwdcv-functional-content .wp-block-post-title,
.bwdcv-functional-content > .wide-container > h1:first-child {
  display: none;
}

@media (max-width: 760px) {
  .bwdcv-functional-hero {
    padding: 54px 0 48px;
  }

  .bwdcv-functional-content {
    padding-block: 38px 72px;
  }

  .bwdcv-functional-actions a {
    width: min(100%, 330px);
  }
}
