/* Homepage-only hero positioning. Keep this out of the shared minified CSS. */
.whp-launch26-hero {
  display: flex !important;
  align-items: center !important;
  min-height: 820px !important;
  padding: 180px 0 120px !important;
  background-position: center center !important;
  isolation: isolate;
}

.whp-launch26-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(7, 28, 34, .34);
  pointer-events: none;
}

.whp-launch26-hero::after {
  content: "";
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  height: auto !important;
  background:
    linear-gradient(118deg,
      rgba(255,255,255,.10) 0%,
      rgba(255,255,255,.035) 22%,
      rgba(255,255,255,0) 43%,
      rgba(255,255,255,.025) 68%,
      rgba(255,255,255,0) 100%) !important;
  pointer-events: none;
}

.whp-launch26-hero .container {
  width: 100%;
}

.whp-launch26-hero .row {
  justify-content: flex-start;
}

.whp-launch26-hero__content {
  text-align: left;
}

.whp-launch26-hero__content .subheading {
  max-width: 680px;
  margin-right: 0;
  margin-bottom: 28px !important;
  margin-left: 0;
}

.whp-launch26-hero__content .btn-floats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-start;
}

.whp-launch26-hero__content .btn-floats .btn {
  margin-right: 0 !important;
}

.whp-secondary-hero {
  isolation: isolate;
  background: #131f28;
}

.whp-secondary-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(7, 28, 34, .34);
  pointer-events: none;
}

.whp-secondary-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(118deg,
      rgba(255,255,255,.10) 0%,
      rgba(255,255,255,.035) 22%,
      rgba(255,255,255,0) 43%,
      rgba(255,255,255,.025) 68%,
      rgba(255,255,255,0) 100%);
  pointer-events: none;
}

.whp-secondary-hero .lazyload {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.whp-secondary-hero .img-defaultbanner {
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

.whp-secondary-hero .container {
  position: relative;
  z-index: 3;
}

.whp-managed-wordpress {
  padding: 88px 0;
  background: #131f28;
}

.whp-managed-wordpress__panel {
  position: relative;
  overflow: hidden;
  min-height: 450px;
  border-radius: 14px;
  background: #1a2834;
}
.whp-managed-wordpress__row {
  min-height: 450px;
}

.whp-managed-wordpress__content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  padding: 52px 18px 52px 52px;
}

.whp-managed-wordpress__heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.whp-managed-wordpress__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #006c6e;
  color: #071c22;
  font-size: 27px;
}

.whp-managed-wordpress__title {
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.02em;
}

.whp-managed-wordpress__subtitle {
  margin: 0 0 22px;
  color: #10b9b3;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.whp-managed-wordpress__intro {
  max-width: 620px;
  margin: 0 0 25px;
  color: rgba(255,255,255,.76);
  font-size: 16px;
  line-height: 1.7;
}

.whp-managed-wordpress__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  gap: 13px 30px;
  max-width: 610px;
  margin: 0 0 31px;
  padding: 0;
  list-style: none;
}

.whp-managed-wordpress__features li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(255,255,255,.88);
  font-size: 15px;
  font-weight: 600;
}

.whp-managed-wordpress__features i {
  flex: 0 0 auto;
  color: #006c6e;
  font-size: 16px;
}

.whp-managed-wordpress__cta {
  display: flex;
  align-items: center;
  gap: 24px;
}

.whp-managed-wordpress__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 24px;
  border-radius: 8px;
  background: #006c6e;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .18s ease, transform .18s ease;
}

.whp-managed-wordpress__button:hover,
.whp-managed-wordpress__button:focus {
  color: #fff !important;
  opacity: .9;
  transform: translateY(-1px);
}

.whp-managed-wordpress__price {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.whp-managed-wordpress__price strong {
  color: #ff9d00;
  font-size: 16px;
  font-weight: 800;
}

.whp-managed-wordpress__visual {
  position: relative;
  align-self: stretch;
  min-height: 450px;
}

.whp-managed-wordpress__image {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: min(155%, 610px);
  height: auto;
  object-fit: contain;
  object-position: right bottom;
}

.whp-home-pricing .whp-home-plan {
  height: auto;
  margin-bottom: 0;
  background: transparent;
}

.whp-home-pricing .whp-home-plan .top-content {
  min-height: 315px;
}

.whp-home-pricing .whp-home-plan__best-for {
  min-height: 48px;
  margin: 8px 0 2px;
  color: #cbd4d8;
  font-size: 15px;
  line-height: 1.45;
}

.whp-home-pricing .whp-home-plan__features {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.whp-home-pricing .whp-home-plan__features li {
  display: block;
  padding-left: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.whp-home-pricing .whp-home-plan__features li::before {
  display: none;
}

.whp-home-pricing .whp-home-plan__includes {
  margin-bottom: 8px;
  color: #aebbc1 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.whp-home-pricing .whp-home-plan__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 8px 14px;
  border-radius: 6px;
  background: #006c6e;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.whp-home-pricing .whp-home-plan__more:hover,
.whp-home-pricing .whp-home-plan__more:focus {
  background: #008487;
  color: #fff;
}

.whp-domain-center {
  padding: 88px 0;
  background: #131f28;
  color: #fff;
}

.whp-domain-center__inner {
  max-width: 1140px;
  margin: 0 auto;
}

.whp-domain-center__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 56px;
  align-items: start;
}

.whp-domain-center__eyebrow {
  margin: 0 0 12px;
  color: #ff9d00;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.whp-domain-center__title {
  margin: 0 0 18px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.18;
}

.whp-domain-center__intro {
  margin: 0 0 28px;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.7;
}

.whp-domain-center__options {
  display: grid;
  gap: 12px;
}

.whp-domain-center__option {
  padding: 18px 20px;
  border: 0;
  border-radius: 8px;
  background: #071c22;
  box-shadow: none;
}

.whp-domain-center__option h3 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.whp-domain-center__option p {
  margin: 0;
  color: rgba(255,255,255,.66);
  font-size: 14px;
  line-height: 1.6;
}

.whp-domain-center__action {
  padding: 30px;
  border-radius: 10px;
  background: #071c22;
}

.whp-domain-center__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.whp-domain-center__input {
  flex: 1;
  min-width: 0;
  padding: 15px 17px;
  border: 0;
  border-radius: 8px;
  background: #1d3038;
  color: #fff;
  font-size: 16px;
  outline: 0;
}

.whp-domain-center__input::placeholder {
  color: #aebbc1;
  opacity: 1;
}

.whp-domain-center__submit,
.whp-domain-center__transfer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.whp-domain-center__submit {
  width: 100%;
  padding: 15px 24px;
  background: #006c6e;
  white-space: nowrap;
}

.whp-domain-center__transfer {
  margin-top: 12px;
  padding: 7px 0;
  background: transparent;
  color: #c9d3d7;
  font-size: 14px;
}

.whp-domain-center__submit:hover,
.whp-domain-center__submit:focus,
.whp-domain-center__transfer:hover,
.whp-domain-center__transfer:focus {
  color: #fff;
  opacity: .9;
}

.whp-domain-center__form-trust {
  margin: 17px 0 0;
  color: rgba(255,255,255,.58);
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.whp-domain-center__popular {
  margin-top: 48px;
}

.whp-domain-center__popular-title {
  margin: 0 0 18px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.whp-domain-center__tlds {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.whp-domain-center__tld {
  min-height: 126px;
  padding: 18px 15px;
  border: 0;
  border-radius: 8px;
  background: #071c22;
  box-shadow: none;
}

.whp-domain-center__tld strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.whp-domain-center__tld small {
  display: block;
  min-height: 38px;
  margin-bottom: 9px;
  color: rgba(255,255,255,.66);
  font-size: 12px;
  line-height: 1.45;
}

.whp-domain-center__tld span {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.whp-domain-center__extensions {
  display: inline-block;
  margin-top: 16px;
  color: #c9d3d7;
  font-size: 14px;
  font-weight: 700;
}

.whp-domain-center__extensions:hover,
.whp-domain-center__extensions:focus {
  color: #fff;
}

.whp-domain-center__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 24px;
  margin-top: 36px;
  padding: 20px 24px;
  border-radius: 8px;
  background: #1d3038;
  color: #e5ecee;
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .whp-managed-wordpress__panel,
  .whp-managed-wordpress__row {
    min-height: 0;
  }

  .whp-managed-wordpress__content {
    max-width: none;
    padding: 46px 42px 0;
  }

  .whp-managed-wordpress__title {
    font-size: 38px;
  }

  .whp-managed-wordpress__subtitle {
    font-size: 19px;
  }

  .whp-managed-wordpress__visual {
    min-height: 470px;
    margin-top: 36px;
  }

  .whp-managed-wordpress__image {
    right: 50%;
    width: min(92%, 610px);
    transform: translateX(50%);
  }

  .whp-domain-center__layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .whp-domain-center__action {
    max-width: 720px;
  }

  .whp-domain-center__tlds {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .whp-launch26-hero {
    min-height: auto !important;
    padding: 120px 0 72px !important;
    background-position: center bottom !important;
  }

  .whp-launch26-hero__content .section-heading-special {
    font-size: 48px !important;
    line-height: 1.15 !important;
  }

  .whp-launch26-hero__content .subheading {
    font-size: 18px !important;
    line-height: 1.7 !important;
  }

  .whp-managed-wordpress {
    padding: 68px 0;
  }

  .whp-managed-wordpress__content {
    padding: 46px 34px 24px;
  }

  .whp-managed-wordpress__visual {
    min-height: 440px;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .whp-home-pricing .whp-home-plan .top-content {
    min-height: 0;
  }

  .whp-managed-wordpress__panel {
    border-radius: 14px;
  }

  .whp-managed-wordpress__content {
    padding: 38px 24px 20px;
  }

  .whp-managed-wordpress__icon {
    width: 38px;
    height: 38px;
    font-size: 23px;
  }

  .whp-managed-wordpress__title {
    font-size: 32px;
  }

  .whp-managed-wordpress__subtitle {
    font-size: 17px;
  }

  .whp-managed-wordpress__features {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
    gap: 11px;
  }

  .whp-managed-wordpress__heading {
    align-items: flex-start;
  }

  .whp-managed-wordpress__icon {
    margin-top: 2px;
  }

  .whp-managed-wordpress__cta {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }

  .whp-managed-wordpress__button {
    width: 100%;
  }

  .whp-managed-wordpress__visual {
    min-height: 245px;
  }

  .whp-domain-center {
    padding: 68px 0;
  }

  .whp-domain-center__title {
    font-size: 34px;
  }

  .whp-domain-center__tlds {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .whp-domain-center__action {
    padding: 24px 20px;
  }

  .whp-domain-center__trust {
    flex-direction: column;
    align-items: flex-start;
  }
}
