.page-template-page-shared .ssl-hero__subtitle--mobile {
  display: none;
}
.page-template-page-shared .ssl-hero__actions .ssl-order-button {
  order: 1;
}
.page-template-page-shared .ssl-hero__actions .ssl-validity-card {
  order: 2;
}
.page-template-page-shared .ssl-hero__actions .ssl-price-card {
  order: 3;
}

@media (max-width: 991px) {
  .page-template-page-shared .litespeed-shared-hosting {
    position: relative;
    padding: 100px 0 48px;
    background: #1b1716 url("/wp-content/themes/alexhost_new/assets/img/litespeed/litespeed-hero-mobile-bg.webp") center top/cover no-repeat;
  }
  .page-template-page-shared .litespeed-shared-hosting .header-hero__bg-picture,
  .page-template-page-shared .litespeed-shared-hosting .header-hero__bg-picture .header-hero__bg-video,
  .page-template-page-shared .litespeed-shared-hosting > .header-hero__bg-video {
    display: none !important;
  }
  .page-template-page-shared .litespeed-shared-hosting::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 273px;
    left: -83px;
    bottom: 60px;
    background: radial-gradient(ellipse, rgba(240, 82, 67, 0.22) 0%, rgba(240, 82, 67, 0) 68%);
    pointer-events: none;
    z-index: 1;
  }
  .page-template-page-shared .litespeed-shared-hosting::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(27, 23, 22, 0.8);
    pointer-events: none;
    z-index: 1;
  }
  .page-template-page-shared .ssl-hero__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 2;
  }
  .page-template-page-shared .ssl-hero__art {
    position: static;
    order: -1;
    transform: none;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .page-template-page-shared .ssl-hero__image-container {
    position: relative;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-template-page-shared .ssl-hero__image-container::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 139px;
    height: 139px;
    transform: translate(-50%, -50%) scale(2.4);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(240, 82, 67, 0.55) 0%, rgba(240, 82, 67, 0.18) 42%, rgba(240, 82, 67, 0) 72%);
    pointer-events: none;
    z-index: 0;
  }
  .page-template-page-shared .ssl-hero__image,
  .page-template-page-shared .ssl-hero__logo {
    position: relative;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    z-index: 1;
    transform: none;
    width: 150px;
    height: 150px;
    max-width: 150px;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
    filter: brightness(1.08) saturate(1.12) drop-shadow(0 0 18px rgba(240, 82, 67, 0.35));
  }
  .page-template-page-shared .ssl-hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .page-template-page-shared .ssl-hero__content .cp-breadcrumbs,
  .page-template-page-shared .ssl-hero__content #breadcrumbs {
    display: none !important;
  }
  .page-template-page-shared .ssl-hero__title {
    font-size: 28px !important;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: none;
    margin: 0 0 12px;
  }
  .page-template-page-shared .ssl-hero__subtitle--desktop {
    display: none;
  }
  .page-template-page-shared .ssl-hero__subtitle--mobile {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 300;
    color: rgba(243, 234, 231, 0.6);
    text-align: center;
    margin: 0 0 32px;
  }
  .page-template-page-shared .ssl-hero__actions {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
  }
  .page-template-page-shared .ssl-hero__actions .ssl-validity-card {
    order: 1;
    grid-column: 1;
    grid-row: 1;
    width: auto;
    max-width: 100%;
  }
  .page-template-page-shared .ssl-hero__actions .ssl-price-card {
    order: 2;
    grid-column: 2;
    grid-row: 1;
    width: auto;
    min-width: 0;
  }
  .page-template-page-shared .ssl-hero__actions .ssl-order-button {
    order: 3;
    grid-column: 1/-1;
    grid-row: 2;
  }
  .page-template-page-shared .ssl-validity-card,
  .page-template-page-shared .ssl-price-card,
  .page-template-page-shared .ssl-order-button {
    height: 40px;
    padding: 8px 24px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    box-sizing: border-box;
  }
  .page-template-page-shared .ssl-validity-card,
  .page-template-page-shared .ssl-price-card {
    background: rgba(240, 82, 67, 0.2);
  }
  .page-template-page-shared .ssl-validity-card:hover,
  .page-template-page-shared .ssl-price-card:hover {
    background: rgba(240, 82, 67, 0.28);
  }
  .page-template-page-shared .ssl-order-button {
    grid-column: 1/-1;
    background: #f05243;
  }
  .page-template-page-shared .ssl-order-button:hover {
    background: #e04a3c;
  }
  .page-template-page-shared .ssl-card-label-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 0;
    text-decoration: none;
  }
  .page-template-page-shared .ssl-order-btn {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.5px;
    text-decoration: none;
    box-sizing: border-box;
  }
  .page-template-page-shared .ssl-card-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.5px;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
  }
  .page-template-page-shared .ssl-card-label,
  .page-template-page-shared .ssl-order-text {
    color: #f05243;
    font-size: 12px;
  }
  .page-template-page-shared .ssl-order-button .ssl-order-text {
    color: #fff;
  }
  .page-template-page-shared .ssl-validity-card .ssl-order-icon,
  .page-template-page-shared .ssl-order-button .ssl-order-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: block;
  }
}
.page-template-page-shared .section__content {
  gap: 0 !important;
}

.hostplan--shared .hostplan__filters--disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.hostplan--shared .hostplan__filters--disabled .hostplan__filters-title {
  color: #b0b0b0;
}
.hostplan--shared .hostplan__filters--disabled .hostplan__filters-list {
  background: #f0f0f0;
  box-shadow: none;
}
.hostplan--shared .hostplan__filters--disabled .hostplan__filter-btn {
  color: #b0b0b0;
  cursor: not-allowed;
}
.hostplan--shared .hostplan__filters--disabled .hostplan__filter-btn:hover {
  background: transparent;
}
.hostplan--shared .hostplan__filters--disabled .hostplan__filter-btn.is-active {
  background: #e0e0e0;
  color: #9a9a9a;
}
.hostplan--shared .hostplan__filters--disabled .hostplan__filter-btn:disabled {
  opacity: 1;
}

.shared-page {
  display: flex;
  flex-direction: column;
}
.shared-page .hostplan--shared {
  order: 1;
}
.shared-page .hostplan-children-links {
  order: 2;
  background: #f9f7f5;
}
.shared-page .compare--litespeed {
  order: 3;
}
.shared-page .shared-intro {
  order: 4;
}
.shared-page .shared-banner {
  order: 5;
}
.shared-page .shared-specs {
  order: 6;
}
.shared-page .shared-choose {
  order: 7;
}
.shared-page .shared-advantages {
  order: 8;
}

.shared-intro {
  background: #f9f7f5;
  padding: 40px 0 20px;
}

.shared-intro__container {
  max-width: 1200px;
}

.shared-intro__card {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 32px;
  background: #fff;
  border-radius: 20px;
}

.shared-intro__content {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.shared-intro__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: #211a18;
}

.shared-intro__divider {
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}

.shared-intro__text {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
  color: #211a18;
}
.shared-intro__text strong {
  font-weight: 600;
}

.shared-intro__art {
  flex: 0 0 329px;
  width: 329px;
  max-width: 35%;
}
.shared-intro__art img {
  display: block;
  width: 100%;
  height: auto;
}

.shared-banner {
  color: #fff;
  padding: 0;
}

.shared-banner__frame {
  position: relative;
  overflow: hidden;
}

.shared-banner__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.shared-banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shared-banner__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

.shared-banner__glow {
  position: absolute;
  border-radius: 50%;
  background: #f05243;
  pointer-events: none;
}
.shared-banner__glow--br {
  width: 400px;
  height: 400px;
  right: -132px;
  bottom: -172px;
  opacity: 0.4;
  filter: blur(275px);
}
.shared-banner__glow--br-sm {
  width: 243px;
  height: 282px;
  right: 231px;
  bottom: -53px;
  opacity: 0.6;
  filter: blur(125px);
}
.shared-banner__glow--tl {
  width: 400px;
  height: 400px;
  left: -179px;
  top: -171px;
  opacity: 0.35;
  filter: blur(275px);
}

.shared-banner__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  max-width: 1200px;
}

.shared-banner__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 0 1 678px;
  max-width: 678px;
}

.shared-banner__title {
  margin: 0;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.08;
  color: #fff;
}

.shared-banner__text {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  color: #fff;
  opacity: 0.7;
}

.shared-banner__art {
  flex: 0 0 343px;
  margin-left: auto;
}

.shared-banner__art-group {
  position: relative;
  width: 343px;
  height: 343px;
  isolation: isolate;
  margin: 0px 0 -51px 0;
}

.shared-banner__art-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.shared-banner__art-mask {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.shared-banner__art-mask--hue, .shared-banner__art-mask--light {
  left: 8.53px;
  top: 24.23px;
  width: 320.285px;
  height: 318.77px;
  background: #f05243;
  -webkit-mask-image: url("/wp-content/themes/alexhost_new/assets/img/shared/shared-banner-art-mask.png");
  mask-image: url("/wp-content/themes/alexhost_new/assets/img/shared/shared-banner-art-mask.png");
  -webkit-mask-size: 343px 343px;
  mask-size: 343px 343px;
  -webkit-mask-position: -8.329px -24.229px;
  mask-position: -8.329px -24.229px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.shared-banner__art-mask--hue {
  mix-blend-mode: hue;
}
.shared-banner__art-mask--light {
  opacity: 0.5;
  mix-blend-mode: plus-lighter;
}
.shared-banner__art-mask--floor {
  left: 16.5px;
  top: 160px;
  width: 316px;
  height: 132px;
  background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.9;
  z-index: 3;
  -webkit-mask-image: url("/wp-content/themes/alexhost_new/assets/img/shared/shared-banner-art-mask-floor.svg");
  mask-image: url("/wp-content/themes/alexhost_new/assets/img/shared/shared-banner-art-mask-floor.svg");
  -webkit-mask-size: 343px 343px;
  mask-size: 343px 343px;
  -webkit-mask-position: -16.5px -160px;
  mask-position: -16.5px -160px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.shared-choose {
  color: #fff;
  padding: 0;
}

.shared-choose__frame {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
}

.shared-choose__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.shared-choose__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shared-choose__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

.shared-choose__glow {
  position: absolute;
  border-radius: 50%;
  background: #f05243;
  pointer-events: none;
}
.shared-choose__glow--br {
  width: 400px;
  height: 400px;
  right: -132px;
  bottom: -172px;
  opacity: 0.4;
  filter: blur(275px);
}
.shared-choose__glow--tl {
  width: 400px;
  height: 400px;
  left: -179px;
  top: -171px;
  opacity: 0.35;
  filter: blur(275px);
}

.shared-choose__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1200px;
}

.shared-choose__group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.shared-choose__title {
  margin: 0;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.08;
  color: #fff;
}

.shared-choose__subtitle {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #f05243;
}

.shared-choose__text {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  color: #fff;
  opacity: 0.7;
}

.content-section--shared .content-section__benefit-icon {
  background: #e85041 !important;
}
.content-section--shared .content-section__benefit-icon img {
  filter: none !important;
  opacity: 1 !important;
}

@media (max-width: 991px) {
  .shared-intro {
    padding: 24px 0 12px;
  }
  .shared-intro__card {
    flex-direction: column;
    gap: 24px;
    padding: 24px 20px;
  }
  .shared-intro__art {
    flex-basis: auto;
    width: min(240px, 70%);
    max-width: 240px;
    order: -1;
  }
  .shared-intro__title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .shared-page .hostplan--shared {
    order: 1;
  }
  .shared-page .hostplan-children-links {
    order: 2;
  }
  .shared-page .compare--litespeed {
    order: 3;
  }
  .shared-page .shared-intro {
    order: 4;
  }
  .shared-page .shared-banner {
    order: 5;
  }
  .shared-page .shared-specs {
    order: 6;
  }
  .shared-page .shared-choose {
    order: 7;
  }
  .shared-page .shared-advantages {
    order: 8;
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .shared-banner__frame {
    padding: 56px 24px;
  }
  .shared-banner__inner {
    flex-direction: column;
    gap: 28px;
    align-items: flex-start;
    max-width: none;
  }
  .shared-banner__content {
    flex-basis: auto;
    max-width: none;
  }
  .shared-banner__art {
    order: -1;
    flex-basis: auto;
    margin-left: 0;
    align-self: flex-start;
  }
  .shared-banner__art-group {
    width: 240px;
    height: 240px;
    margin: 0;
  }
  .shared-banner__title {
    font-size: 28px;
  }
  .shared-choose__frame {
    padding: 56px 0;
  }
  .shared-choose__title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .shared-banner__frame {
    padding: 48px 20px;
  }
  .shared-banner__inner.container {
    padding-left: 0;
    padding-right: 0;
  }
  .shared-banner__inner {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    max-width: none;
  }
  .shared-banner__content {
    flex-basis: auto;
    max-width: none;
    gap: 20px;
  }
  .shared-banner__title {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.08;
    text-align: left;
  }
  .shared-banner__text {
    font-size: 14px;
    line-height: 1.4;
    opacity: 0.7;
  }
  .shared-banner__art {
    order: -1;
    flex-basis: auto;
    margin: 0;
    align-self: flex-start;
  }
  .shared-banner__art-group {
    width: 200px;
    height: 200px;
    margin: 0;
  }
  .shared-banner__art-mask--hue, .shared-banner__art-mask--light {
    left: 4.86px;
    top: 14.13px;
    width: 186.755px;
    height: 185.872px;
    -webkit-mask-size: 200px 200px;
    mask-size: 200px 200px;
    -webkit-mask-position: -4.856px -14.128px;
    mask-position: -4.856px -14.128px;
  }
  .shared-banner__art-mask--floor {
    display: none;
  }
  .shared-banner__glow--br-sm {
    width: 147px;
    height: 171px;
    left: 31px;
    right: auto;
    top: calc(50% - 150px);
    bottom: auto;
    opacity: 0.4;
    filter: blur(60px);
    transform: rotate(-13.93deg);
  }
  .shared-choose__frame {
    padding: 40px 0;
  }
  .shared-choose__title {
    font-size: 24px;
  }
  .shared-choose__text {
    font-size: 15px;
  }
}/*# sourceMappingURL=shared-redesign.css.map */