* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  font-family: "Muller", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea,
.wp-block-heading,
.wp-site-blocks * {
  font-family: "Muller", sans-serif !important;
}

.cr-customer-consent {
  display: none !important;
}

.main {
  padding-top: 50px;
}

:root {
  --main-font: Muller;
  --main-color: white;
  --wp--preset--font-family--heading: "Muller", sans-serif;
  --wp--preset--font-family--body: "Muller", sans-serif;
}

.cr-all-reviews-shortcode {
  padding-top: 50px;
}

#reviews .cr-summaryBox-wrap .cr-average-rating,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-average-rating,
.cr-reviews-grid .cr-summaryBox-wrap .cr-average-rating {
  color: white;
}

.cr-review-link {
  color: white;
}

.cr-all-reviews-shortcode .cr-summaryBox-wrap,
.cr-reviews-grid .cr-summaryBox-wrap {
  border: 1px solid gray;
  color: white;
  background-color: transparent;
}

.cr-reviews-rating .cr-review-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0;
  white-space: nowrap;
}

@media (min-width:900px) {
  .achievements .product-slot {
    text-align: right;
  }

  .achievements .time_btn {
    align-self: flex-end;
  }
}

.cr-review-form-wrap .cr-onsite-ratings .cr-review-form-rating-label {
  color: white;
}

.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .woocommerce-review__author,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .woocommerce-review__author {
  color: #ffffff;
}

.cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name .cr-product-name-picture .cr-comment-productname-a {
  color: #ffffff;
}

.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .woocommerce-review__verified,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .woocommerce-review__verified {
  color: #1cc961;
}

.cr-histogramTable tr.ivole-histogramRow .ivole-histogram-a,
.cr-histogramTable tr.ivole-histogramRow .cr-histogram-a {
  color: #80ff95;
}

.eg-booking__header h2 {
  font-family: Muller;
}

#reviews .cr-summaryBox-wrap {
  background-color: transparent;
}

.cr-all-reviews-shortcode .cr-review-form-terms span,
.cr-ajax-reviews-review-form .cr-review-form-terms span,
.cr-reviews-grid .cr-review-form-terms span,
.cr-qna-block .cr-review-form-terms span {
  color: white;
}

.cr-all-reviews-shortcode .cr-review-form-item span,
.cr-ajax-reviews-review-form .cr-review-form-item span,
.cr-reviews-grid .cr-review-form-item span,
.cr-qna-block .cr-review-form-item span {
  color: white;
}

.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left span,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-left span,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-left span,
.cr-qna-block .cr-review-form-nav .cr-nav-left span {
  color: white;
}

#reviews.cr-reviews-ajax-reviews .cr-ajax-search,
.cr-all-reviews-shortcode .cr-ajax-search {
  display: none;
}

#reviews .cr-summaryBox-wrap .cr-total-rating-count,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-total-rating-count,
.cr-reviews-grid .cr-summaryBox-wrap .cr-total-rating-count {
  color: white;
}

.cr-all-reviews-shortcode .cr-count-row,
#reviews.cr-reviews-ajax-reviews .cr-count-row {
  background-color: transparent;
}

.cr-reviews-ajax-reviews .cr-ajax-reviews-sort-div .cr-ajax-reviews-sort,
.cr-all-reviews-shortcode .cr-ajax-reviews-sort-div .cr-ajax-reviews-sort {
  color: #ffffff;
}

/* Custom Woo reviews block on product card */
.eg-reviews {
  position: relative;
  color: #f5f2ff;
  padding: 50px 0 4px;
  max-width: 800px;
  margin: 0 auto;
}

.eg-reviews::before,
.eg-reviews::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  filter: blur(34px);
  opacity: .5;
}

.eg-reviews::before {
  width: 260px;
  height: 260px;
  top: -45px;
  left: -60px;
  background: radial-gradient(circle, rgba(125, 84, 255, .5) 0%, rgba(125, 84, 255, 0) 70%);
}

.eg-reviews::after {
  width: 220px;
  height: 220px;
  bottom: -40px;
  right: -30px;
  background: radial-gradient(circle, rgba(255, 56, 145, .42) 0%, rgba(255, 56, 145, 0) 70%);
}

.eg-reviews>* {
  position: relative;
  z-index: 1;
}

.eg-reviews__summary {
  position: relative;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 12px;
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 22px;
  border: 1px solid rgba(171, 142, 255, .38);
  background:
    linear-gradient(140deg, rgba(19, 11, 42, .88), rgba(21, 12, 38, .62)),
    radial-gradient(circle at 14% 22%, rgba(123, 86, 255, .35), transparent 60%),
    radial-gradient(circle at 86% 68%, rgba(255, 82, 179, .27), transparent 62%);
  box-shadow:
    0 12px 34px rgba(7, 4, 19, .55),
    inset 0 0 0 1px rgba(255, 255, 255, .05);
  overflow: hidden;
}

.eg-reviews__summary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .05), transparent 25%, transparent 75%, rgba(255, 255, 255, .05));
  pointer-events: none;
}

.eg-reviews__summary-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid rgba(168, 141, 255, .28);
  text-align: center;
}

.eg-reviews__avg {
  font-size: clamp(30px, 2.8vw, 44px);
  line-height: .95;
  font-weight: 900;
  color: #fff;
  text-shadow:
    0 0 18px rgba(127, 91, 255, .6),
    0 0 42px rgba(127, 91, 255, .4);
}

.eg-reviews__avg-stars .star-rating {
  margin: 6px auto 4px;
  float: none;
  transform: scale(1.02);
  transform-origin: center;
}

.eg-reviews__avg-count {
  color: #cfc4f6;
  font-size: 11px;
  letter-spacing: .01em;
}

.eg-reviews__bars {
  display: flex;
  flex-direction: column;
  gap: 7px;
  justify-content: center;
  padding-top: 2px;
}

.eg-reviews__bar-row {
  display: grid;
  grid-template-columns: 52px 1fr 32px;
  align-items: center;
  gap: 6px;
}

.eg-reviews__bar-label {
  color: #95f8b8;
  font-size: 11px;
  font-weight: 600;
}

.eg-reviews__bar-track {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .17);
  overflow: hidden;
}

.eg-reviews__bar-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffd95e 0%, #ffc526 38%, #ffa000 100%);
  box-shadow: 0 0 18px rgba(255, 191, 53, .42);
}

.eg-reviews__bar-value {
  color: #ece7ff;
  font-size: 11px;
  font-weight: 600;
}

.eg-reviews__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.eg-reviews__head-count {
  color: #d8cfff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.eg-reviews__head-sort {
  padding: 4px 9px;
  border-radius: 11px;
  border: 1px solid rgba(173, 145, 255, .37);
  background: linear-gradient(180deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .04));
  color: #f4eeff;
  font-size: 11px;
}

.eg-reviews__list {
  display: grid;
  gap: 7px;
}

.eg-review-card {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 8px;
  border-radius: 12px;
  padding: 8px 10px 10px;
  border: 1px solid rgba(170, 143, 255, .22);
  background:
    linear-gradient(145deg, rgba(24, 14, 51, .8), rgba(19, 10, 38, .55));
  box-shadow:
    0 8px 20px rgba(7, 4, 21, .35),
    inset 0 0 0 1px rgba(255, 255, 255, .03);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
  animation: egReviewReveal .45s ease both;
}

.eg-review-card:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 178, 255, .45);
  box-shadow:
    0 12px 30px rgba(16, 8, 37, .45),
    0 0 24px rgba(124, 84, 255, .26),
    inset 0 0 0 1px rgba(255, 255, 255, .04);
}

.eg-review-card:nth-child(2) {
  animation-delay: .06s;
}

.eg-review-card:nth-child(3) {
  animation-delay: .12s;
}

.eg-review-card:nth-child(4) {
  animation-delay: .18s;
}

.eg-review-card:nth-child(5) {
  animation-delay: .24s;
}

.eg-review-card.is-hidden {
  display: none;
}

.eg-review-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 15px;
  color: #faf8ff;
  background:
    linear-gradient(135deg, #7d57ff 0%, #b763ff 48%, #ff4ea9 100%);
  box-shadow:
    0 6px 18px rgba(124, 84, 255, .45),
    inset 0 0 0 1px rgba(255, 255, 255, .28);
}

.eg-review-card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.eg-review-card__author {
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

.eg-review-card__date {
  color: #d1c7f5;
  font-size: 11px;
  white-space: nowrap;
}

.eg-review-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 3px 0 5px;
}

.eg-review-card__meta .star-rating {
  margin: 0;
  float: none;
}

.eg-review-card__verified {
  color: #4af2a2;
  font-weight: 600;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.eg-review-card__verified::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 10px currentColor;
}

.eg-review-card__text {
  color: #f4f0ff;
  font-size: clamp(13px, .95vw, 15px);
  line-height: 1.3;
  letter-spacing: .01em;
}

.eg-review-card__text p {
  margin: 0;
}

.eg-reviews__more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.eg-reviews__more {
  border-radius: 12px;
  border: 1px solid rgba(180, 157, 255, .45);
  background: linear-gradient(180deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .03));
  color: #efe8ff;
  padding: 7px 14px;
  font-size: 11px;
  letter-spacing: .03em;
  text-transform: uppercase;
  transition: all .25s ease;
}

.eg-reviews__more:hover {
  border-color: rgba(209, 186, 255, .8);
  background: linear-gradient(180deg, rgba(157, 112, 255, .35), rgba(123, 82, 242, .2));
  color: #fff;
  box-shadow: 0 0 20px rgba(145, 99, 255, .4);
}

.eg-reviews__empty {
  color: #d6ceef;
  text-align: center;
  padding: 30px 0 8px;
}

@keyframes egReviewReveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .eg-reviews {
    max-width: 100%;
  }

  .eg-reviews__summary {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px 16px;
  }

  .eg-reviews__summary-main {
    border-right: 0;
    border-bottom: 1px solid rgba(170, 143, 255, .24);
    padding-bottom: 14px;
  }

  .eg-reviews__bar-row {
    grid-template-columns: 66px 1fr 40px;
    gap: 8px;
  }

  .eg-review-card {
    grid-template-columns: 52px 1fr;
    gap: 12px;
    padding: 14px 12px 15px;
  }

  .eg-review-card__avatar {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    font-size: 20px;
  }

  .eg-review-card__author {
    font-size: 20px;
  }

  .eg-review-card__text {
    font-size: 17px;
  }

  .eg-reviews__list.is-mobile-carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(82%, 1fr);
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    padding: 2px 4px 10px 2px;
    margin: 0 -2px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .eg-reviews__list.is-mobile-carousel::-webkit-scrollbar {
    display: none;
  }

  .eg-reviews__list.is-mobile-carousel .eg-review-card {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    margin: 0;
  }
}

.cr-all-reviews-shortcode .cr-count-row,
#reviews.cr-reviews-ajax-reviews .cr-count-row {
  color: #ffffff;
}

/* CusRev readability fixes on dark background */
#reviews .cr-all-reviews-shortcode,
#reviews .cr-all-reviews-shortcode .comment_container,
#reviews .cr-all-reviews-shortcode .cr-comment-text,
#reviews .cr-all-reviews-shortcode .meta,
#reviews .cr-all-reviews-shortcode .description,
#reviews .cr-all-reviews-shortcode .description p {
  color: #f4f1ff !important;
}

#reviews .cr-all-reviews-shortcode .woocommerce-review__author,
#reviews .cr-all-reviews-shortcode .woocommerce-review__published-date,
#reviews .cr-all-reviews-shortcode .woocommerce-review__verified,
#reviews .cr-all-reviews-shortcode .cr-total-rating-count,
#reviews .cr-all-reviews-shortcode .cr-count-row,
#reviews .cr-all-reviews-shortcode .cr-count-row-count {
  color: #e6e1ff !important;
}

#reviews .cr-all-reviews-shortcode .cr-comment-productname-a,
#reviews .cr-all-reviews-shortcode .iv-comment-product-a {
  color: #9ad8ff !important;
}

#reviews .cr-all-reviews-shortcode .woocommerce-review__verified {
  color: #5be39a !important;
}

#reviews .cr-all-reviews-shortcode .cr-summaryBox-wrap {
  border-color: rgba(255, 255, 255, 0.25) !important;
  background: rgba(16, 11, 29, 0.45) !important;
}

#reviews .cr-all-reviews-shortcode .cr-ajax-reviews-sort,
#reviews .cr-all-reviews-shortcode .cr-input-text {
  color: #f4f1ff !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

#reviews .cr-all-reviews-shortcode #cr-show-more-all-reviews,
#reviews .cr-all-reviews-shortcode .cr-show-more-button {
  color: #e8e3ff !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
  background: rgba(255, 255, 255, 0.04) !important;
}

#reviews .cr-all-reviews-shortcode #cr-show-more-all-reviews:hover,
#reviews .cr-all-reviews-shortcode .cr-show-more-button:hover {
  color: #ffffff !important;
  border-color: #8e56ff !important;
  background: rgba(142, 86, 255, 0.22) !important;
}

:root {
  --eg-bg: #0f0a1c;
  /* общий фон блока */
  --eg-card: #161028;
  /* внутренний фон */
  --eg-text: #e9e4ff;
  --eg-dim: #a79bcf;
  --eg-acc1: #7a5fff;
  /* фиолетовый акцент */
  --eg-acc2: #ff2d95;
  /* розовый акцент */
}

.eg-btn.loading {
  pointer-events: none;
  opacity: .9;
  position: relative;
  color: transparent !important;
}

.eg-btn.loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, .35);
  border-top-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: eg-rot 0.8s linear infinite;
}

.eg-btn.loading::after {
  content: none !important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border: 2px solid rgba(255, 255, 255, .4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: eg-spin 0.8s linear infinite;
}

@keyframes eg-rot {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes eg-spin {
  to {
    transform: rotate(360deg);
  }
}

.eg-trial-banner {
  margin-top: 24px;
  border-radius: 20px;
  background:
    linear-gradient(var(--eg-card), var(--eg-card)) padding-box,
    linear-gradient(135deg, var(--eg-acc1), var(--eg-acc2)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 0 24px rgba(122, 95, 255, .25), inset 0 0 40px rgba(255, 45, 149, .06);
  margin-bottom: 65px;
}

.eg-trial-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 28px 32px;
  color: var(--eg-text);
}

.eg-trial-left {
  flex: 1 1 auto;
  min-width: 260px;
}

.eg-trial-right {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  min-width: 240px;
}

.eg-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  font-size: 12px;
  letter-spacing: .3px;
  color: #fff;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--eg-acc1), var(--eg-acc2));
  box-shadow: 0 4px 16px rgba(255, 45, 149, .25);
}

.eg-trial-title {
  font-family: --var(--main-font);
  margin: 10px 0 6px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: .2px;
}

.eg-price {
  background: linear-gradient(135deg, #fff, var(--eg-acc2) 60%, var(--eg-acc1));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 18px rgba(122, 95, 255, .25);
}

.eg-trial-sub {
  margin: 0 0 10px;
  color: var(--eg-dim);
  font-size: 15px;
}

.eg-trust {
  display: flex;
  gap: 16px;
  padding: 0;
  margin: 8px 0 0;
  list-style: none;
  color: #cfc6ff;
  font-size: 13px;
  opacity: .9;
  flex-wrap: wrap;
}

.eg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  min-width: 240px;
  border-radius: 14px;
  font-weight: 800;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(135deg, var(--eg-acc2), var(--eg-acc1));
  box-shadow: 0 10px 28px rgba(122, 95, 255, .35);
  position: relative;
  overflow: hidden;
}

.eg-btn::after {
  /* лёгкий бликун */
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .25), transparent);
  transform: translateX(-120%);
  transition: transform .8s ease;
}

.eg-btn:hover::after {
  transform: translateX(120%);
}

.eg-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 36px rgba(122, 95, 255, .45);
}

.eg-small {
  margin: 0;
  font-size: 12px;
  color: #b6acd8;
}

.eg-small a {
  color: #d7cfff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* — Mobile */
@media (max-width:920px) {
  .eg-trial-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .eg-trial-right {
    align-items: stretch;
  }

  .eg-btn {
    min-width: unset;
    width: 100%;
  }

  .eg-trust {
    gap: 10px;
  }
}


.product-guarantee {
  margin-top: 15px;
  background: #1c1c1c;
  border: 1px solid #45f882;
  position: absolute;
  left: 50%;
  top: 0;
  width: 51%;
  transform: translateX(-50%);
  border-radius: 12px;
  padding: 10px 14px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.product-guarantee span {
  font-weight: 500;
}

.plan-disabled {
  position: relative;
  opacity: 0.6;
  pointer-events: none;
}

.cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
}

.achievements {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.time_btn {
  margin-top: 0;
  padding: 9px 16px;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 21px;
  -webkit-box-shadow: 0px 0px 15.2px 0px #6600ff;
  box-shadow: 0px 0px 15.2px 0px #6600ff;
  background: -webkit-gradient(linear, left top, right top, from(#6600ff), to(#3d0099));
  background: -o-linear-gradient(left, #6600ff, #3d0099 100%);
  background: linear-gradient(90deg, #6600ff, #3d0099 100%);
  font-size: 10px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
}

.cart-link {
  color: #fff;
}

/* ← цвет ссылки и иконки */
.cart-link .cart-icon {
  fill: currentColor;
}

.cart-link .cart-icon {
  display: inline-block;
}

.cart-badge {
  position: absolute;
  top: 0px;
  right: 0px;
  min-width: 14px;
  height: 14px;
  padding: 0 4px;
  border-radius: 999px;
  font-size: 8px;
  line-height: 16px;
  text-align: center;
  background: #ff3659;
  color: #fff;
}

#menu_box .cart-link {
  margin-top: 8px;
}

.pi-popup {

  display: flex;
  align-items: center;
  background: #1a1a1a;
  color: #fff;
  padding: 14px 16px;
  border-radius: 14px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);

  z-index: 9999;

}

.howit {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;

}

.howit-item {
  text-align: center;
  max-width: 259px;
}

.howit-item img {
  margin-bottom: 20px;
}

.howit-item_title {
  color: #6ec1e4;
  font-size: 19px;
  font-family: var(--main-font);
  margin-bottom: 15px;
  font-weight: 600;
}

.howit-item_subtitle {
  color: #adb0bc;
  font-size: 16px;
  font-family: var(--main-font);
  line-height: 20px;
}

.howit-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  align-items: start;
  margin-top: 60px;
}

.pi-popup-image img {

  object-fit: cover;
  border: 2px solid #45f882;
  margin-right: 12px;
}

.pi-popup-content {
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}

.pi-popup-content a {
  color: #45f882;
  text-decoration: underline;
}

.pi-popup-content .pi-date,
.pi-popup-content .pi-time {
  color: #ccc;
  font-size: 12px;
}

.pi-popup-close {
  position: absolute;
  top: 4px;
  right: 4px;
  display: inline-block;
  width: 16px;
  height: 16px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.pi-popup-close:hover {
  opacity: 1;
}

.pi-popup-close img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes fadeIn {
  from {
    transform: translateY(10px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 480px) {
  .pi-popup {
    left: 12px;
    right: 12px;
    max-width: none;
    padding: 12px;
  }

  .pi-popup-image img {
    width: 42px;
    height: 42px;
    margin-right: 10px;
  }

  .pi-popup-content {
    font-size: 13px;
  }
}

.community-link_o {
  display: flex;
  margin-top: 50px;
  align-items: center;
  justify-content: center;
  justify-self: center;
  gap: 16px;
  background-color: transparent;
  border: 2px dashed #b17eff;
  padding: 14px 18px;
  border-radius: 12px;

  cursor: pointer;
  transition: all 0.3s ease;
}

.plan__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(2px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: inherit;
  z-index: 10;
}

.plan__overlay-text {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 20px;
  background: #8f00ff;
  border-radius: 12px;
  margin-top: 4px;
  margin-bottom: 12px;

  text-align: center;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  padding: 15px 30px;
  display: inline-block;

  backdrop-filter: blur(4px);
}

.plans__text {
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
  color: #fff;
}

.good-slot-status {
  margin-bottom: 10px;
  width: 168px;
  text-align: center;
  line-height: 18px;
  color: #fff;
}

.plans__list-item label {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.tooltip-icon {
  display: inline-block;
  margin-left: 6px;
  color: #aaa;
  cursor: pointer;
  position: relative;

  font-size: 14px;
  user-select: none;
}

.tooltip-icon img {
  width: 17px;

}

.tooltip-icon .tooltip-text {
  position: absolute;
  bottom: 125%;
  left: 50%;
  text-align: center;
  transform: translateX(-50%) translateY(10px);
  background-color: #222;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  /* white-space: normal; */
  font-size: 12px;
  width: 121px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  z-index: 10;
  pointer-events: none;
}

.tooltip-icon.active .tooltip-text,
.tooltip-icon:hover .tooltip-text,
.tooltip-icon:focus .tooltip-text {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.jdgm--leex-script-loaded .jdgm-rev-widg__header,
.jdgm--leex-script-loaded .jdgm-rev-widg__actions,
.jdgm--leex-script-loaded .jdgm-rev,
.jdgm--leex-script-loaded .jdgm-quest {
  background-color: transparent;
  border: 1px solid white;

}

.jdgm-rev__author {

  color: #ffffff !important;
}

.jdgm--leex-script-loaded .jdgm-rev-widg__header,
.jdgm--leex-script-loaded .jdgm-rev-widg__title,
.jdgm--leex-script-loaded .jdgm-rev,
.jdgm--leex-script-loaded .jdgm-quest {
  color: #ffffff !important;
}

.jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown,
.jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow {

  color: #ffffff !important;
}

.jdgm-histogram__bar-content {
  background-color: #ffffff;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.egirlz-thankyou-wrapper {
  font-family: Muller;
  color: #fff;
  padding: 50px 20px;
  text-align: center;
}

.egirlz-thankyou-inner {
  max-width: 700px;
  margin: auto;
  background: #1e1e1e;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0px 0px 15.2px 0px #6600ff;
  position: relative;
}

.egirlz-account-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  margin: 30px 0;
}

.egirlz-account-card {
  background: #1e1e1e;
  border: 2px solid #6600ff;
  padding: 16px;
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
}

.egirlz-account-card:hover {
  background: #6600ff;
  color: #fff;
  box-shadow: 0 0 12px #6600ff88;
}

.egirlz-thankyou-img {
  width: 120px;
  border-radius: 50%;
  margin-bottom: 20px;
  box-shadow: 0px 0px 15.2px 0px #6600ff;
}

.egirlz-thankyou-title {
  font-family: Muller;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 10px;
}

.egirlz-thankyou-text {
  font-size: 16px;
  margin-bottom: 25px;
}

.egirlz-thankyou-details p {
  margin: 5px 0;
  font-size: 14px;
  color: #bbb;
}

.egirlz-order-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.egirlz-order-card {
  background: #1a1a1a;
  border: 2px solid #6600ff;
  border-radius: 16px;
  padding: 20px;
  color: #fff;
  box-shadow: 0 0 12px #6600ff33;
  transition: 0.3s;
}

.egirlz-order-card h3 {
  color: #45F882;
  font-size: 18px;
  margin-bottom: 10px;
}

.egirlz-order-card p {
  margin: 6px 0;
  font-size: 14px;
}

.egirlz-order-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.egirlz-order-card {
  background: #1b1b1f;
  border: 2px solid #6600ff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 0 14px #6600ff55;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.egirlz-order-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 24px #6600ff88;
}

.egirlz-order-card h3 {
  font-size: 18px;
  color: #45f882;
  margin-bottom: 10px;
}

.egirlz-order-card p {
  margin: 6px 0;
  font-size: 14px;
}

.egirlz-view-order {
  padding: 40px 0;
  color: #fff;
}

.order-title {
  font-size: 28px;
  margin-bottom: 10px;
}

.order-meta {
  color: #bbb;
  margin-bottom: 30px;
}

.egirlz-order-item {
  background: #1a1a1a;
  padding: 20px;
  border-radius: 16px;
  margin-bottom: 20px;
  box-shadow: 0 0 10px #6600ff66;
}

.order-details-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.order-details-list li {
  margin-bottom: 6px;
  font-size: 16px;
}

.order-total {
  font-size: 20px;
  margin-top: 30px;
}

.egirlz-thankyou-link {
  margin-top: 20px;
}

.egirlz-btn-secondary {
  background: transparent;
  border: 2px solid #6600ff;
  color: #fff;
  padding: 12px 24px;
  border-radius: 14px;
  text-decoration: none;
  transition: all 0.2s;
}

.egirlz-btn-secondary:hover {
  background: #6600ff;
}

.egirlz-edit-account {
  max-width: 600px;
  margin: 40px auto;
  background: rgba(255, 255, 255, 0.02);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(102, 0, 255, 0.2);
}

.egirlz-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.egirlz-form-grid .form-group.full {
  grid-column: 1 / -1;
}

.egirlz-edit-account label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
}

.egirlz-edit-account input {
  width: 100%;
  padding: 10px 14px;
  border-radius: 10px;
  border: none;
  background: #1e1e2f;
  color: #fff;
}

.egirlz-edit-account input:focus {
  outline: 2px solid #6600ff;
}

.egirlz-edit-account .note {
  font-size: 0.9rem;
  color: #aaa;
  margin-top: 5px;
}

.egirlz-heading {
  font-size: 1.4rem;
  color: #fff;
  margin: 30px 0 10px;
}

.egirlz-btn {
  background: #6600ff;
  color: white;
  padding: 12px 20px;
  font-weight: bold;
  border: none;
  border-radius: 12px;
  box-shadow: 0 0 12px #6600ff80;
  cursor: pointer;
  transition: all 0.3s ease;
}

.egirlz-btn:hover {
  background: #7d2fff;
  box-shadow: 0 0 20px #6600ffcc;
}

.egirlz-address-grid {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.egirlz-address-block {
  background: #151515;
  padding: 2rem;
  border: 1px solid #6600ff;
  border-radius: 12px;
  flex: 1 1 45%;
}

.egirlz-address-block address {
  margin: 1rem 0;
  font-style: normal;
}

.egirlz-btn {
  display: inline-block;
  margin-top: 1rem;
  background: #6600ff;
  color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 0 10px #6600ff88;
  transition: 0.3s;
}

.egirlz-btn:hover {
  transform: scale(1.05);
  background: #7a1eff;
}

.egirlz-address-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.address-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
}

.address-box {
  background: #111;
  border: 1px solid #7A3EFF;
  box-shadow: 0 0 15px rgba(138, 51, 235, 0.4);
  border-radius: 15px;
  padding: 30px 25px;
  width: 100%;
  max-width: 450px;
  transition: 0.3s ease-in-out;
}

.address-box:hover {
  transform: scale(1.02);
  box-shadow: 0 0 25px rgba(138, 51, 235, 0.7);
}

.address-box h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.address-box p {
  line-height: 1.5;
  color: #ccc;
  margin-bottom: 25px;
  white-space: pre-line;
}

/* ————— Обёртка карточек адресов ————— */
.address-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-bottom: 40px;
}

.address-box {
  background: #0d0d0d;
  border: 1px solid #842aff;
  border-radius: 16px;
  padding: 30px 25px;
  width: 100%;
  max-width: 340px;
  color: #fff;
  box-shadow: 0 0 20px rgba(132, 66, 255, 0.3);
}

.address-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.address-box p {
  white-space: pre-line;
  margin-bottom: 20px;
  color: #ccc;
}

.address-box .egirlz-btn.small {
  padding: 10px 16px;
  font-size: 14px;
  background: #842aff;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 0 15px rgba(132, 66, 255, 0.5);
  transition: all 0.2s ease;
}

.address-box .egirlz-btn.small:hover {
  background: #a855ff;
  transform: scale(1.03);
}

/* ————— Форма редактирования адреса ————— */
.egirlz-edit-address-form {
  max-width: 600px;
  margin: 40px auto;
  background: rgba(255, 255, 255, 0.02);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(102, 0, 255, 0.2);
}

/* Заголовок */
.egirlz-edit-address-form h2.egirlz-heading {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

/* Стиль полей формы */
.woocommerce-address-fields__field-wrapper .form-row,
.egirlz-edit-address-form .form-row {
  margin-bottom: 20px;
}

.woocommerce-address-fields__field-wrapper label,
.egirlz-edit-address-form label {
  display: block;
  color: #fff;
  font-weight: 600;
  margin-bottom: 6px;
}

.woocommerce-address-fields__field-wrapper input,
.woocommerce-address-fields__field-wrapper select,
.egirlz-edit-address-form input,
.egirlz-edit-address-form select {
  width: 100%;
  padding: 12px 16px;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  transition: 0.3s;
}

.select2-dropdown {
  color: white;
}

.egirlz-edit-address-form input:focus,
.egirlz-edit-address-form select:focus {
  border-color: #842aff;
  outline: none;
}

.select2-container .select2-dropdown,
.select2-container .select2-selection {
  background-color: #1a1a1a;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  color: white;
}

/* Кнопка */
.egirlz-edit-address-form .egirlz-btn {
  background: #842aff;
  color: #fff;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  border: none;
  box-shadow: 0 0 20px rgba(132, 66, 255, 0.6);
  transition: 0.3s;
}

.egirlz-edit-address-form .egirlz-btn:hover {
  background: #a855ff;
  transform: scale(1.03);
}

.egirlz-btn.small {
  padding: 12px 25px;
  font-size: 14px;
  border-radius: 10px;
  background: #8f3bff;
  color: white;
  border: none;
  transition: 0.3s;
  box-shadow: 0 0 15px rgba(143, 59, 255, 0.7);
  text-decoration: none;
  display: inline-block;
}

.egirlz-btn.small:hover {
  background: #a866ff;
  box-shadow: 0 0 25px rgba(143, 59, 255, 1);
}

.egirlz-address-card {
  flex: 1 1 300px;
  padding: 25px;
  background: #121212;
  border: 1px solid #A020F0;
  border-radius: 12px;
  box-shadow: 0 0 12px #a020f080;
}

.egirlz-address-card h3 {
  color: #45F882;
  margin-bottom: 10px;
}

.egirlz-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background: #7A20F0;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
}

.egirlz-btn.secondary {
  background: #333;
}

.egirlz-address-edit-wrapper {
  max-width: 600px;
  margin: 0 auto;
  background: #1a1a1a;
  padding: 2rem;
  border: 1px solid #6600ff;
  border-radius: 12px;
}

.egirlz-order-btn {
  display: inline-block;
  margin-top: 12px;
  background: #6600ff;
  color: #fff;
  padding: 10px 18px;
  font-weight: bold;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 0 12px #6600ff88;
  transition: 0.2s ease;
}

.egirlz-order-btn:hover {
  background: #7a33ff;
  box-shadow: 0 0 18px #7a33ffaa;
}

.egirlz-order-btn {
  margin-top: 12px;
  display: inline-block;
  background: #6600ff;
  color: #fff;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 0 10px #6600ff88;
  transition: 0.3s;
}

.egirlz-order-btn:hover {
  background: #7a33ff;
  box-shadow: 0 0 16px #7a33ffaa;
}

.egirlz-btn {
  -webkit-box-shadow: 0px 0px 15.2px 0px #6600ff !important;
  box-shadow: 0px 0px 15.2px 0px #6600ff !important;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#6600ff),
      to(#3d0099)) !important;
  background: -o-linear-gradient(left, #6600ff, #3d0099 100%) !important;
  background: linear-gradient(90deg, #6600ff, #3d0099 100%) !important;
  padding: 19px 41px;
  color: white !important;
  font-family: Muller;
  font-size: 16px !important;
  font-weight: 800 !important;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  transition: all 0.3s;
}

.egirlz-btn:hover {
  box-shadow: 0 0 10px #6600ff, 0 0 20px #6600ff;
}

.egirlz-review-box h3 {
  font-family: var(--main-font);
}

.egirlz-btn-secondary {
  background: transparent;
  border: 2px solid #6600ff;
  color: #ffff;
  padding: 10px 20px;
  border-radius: 8px;
  display: inline-block;
  margin-top: 15px;
  text-decoration: none;
  transition: 0.3s;
}

.egirlz-btn-secondary:hover {
  background: #6600ff;
  color: #fff;
}

.egirlz-review-box {
  margin-top: 40px;
  background: #2b2b2b;
  padding: 25px;
  border-radius: 12px;
  border: 1px dashed #6600ff;
}

.plans__list--yes {
  margin-bottom: 0;
}

.site-footer {
  background-color: #120e1a;
  color: #fff;
  font-family: var(--main-font);
  padding-top: 60px;
  font-size: 14px;
}

.footer-top {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.footer-col {
  flex: 1 1 200px;
  min-width: 200px;
}

.footer-logo {
  width: 75px;
  margin-bottom: 10px;
}

.footer-active {
  margin: 10px 0;
  color: #fff;
  font-weight: 500;
}

.footer-active .with-us {
  color: var(--main-color);
}

.footer-social a img {
  width: 26px;
  margin-right: 10px;
  transition: 0.2s ease;
}

.footer-social a:hover img {
  transform: scale(1.1);
}

.footer-col h4 {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 16px;
  font-family: var(--main-font);
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #bbb;
  transition: color 0.2s;
}

.footer-col ul li a:hover {
  color: var(--main-color);
}

.footer-newsletter {
  display: flex;
  margin-top: 15px;
}

.footer-newsletter input {
  padding: 10px;
  border: none;
  border-radius: 4px 0 0 4px;
  outline: none;
  flex: 1;
  background: #1d262e;
  color: #fff;
}

.footer-newsletter button {
  background: var(--main-color);
  border: none;
  padding: 0 16px;
  border-radius: 0 4px 4px 0;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  font-size: 18px;
}

.footer-bottom {
  background-color: #120e1a;
  padding: 20px 0;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
  color: #999;
}

.footer-copy a {
  color: var(--main-color);
  text-decoration: none;
}

.footer-payments img {
  height: 20px;
  margin-left: 12px;
}

@media (max-width: 768px) {

  #ajax-search,
  #category-filter,
  #sort-filter {
    margin-bottom: 20px;
  }

  .footer-columns {
    flex-direction: column;
    gap: 30px;
  }

  .footer-newsletter {
    flex-direction: column;
  }

  .footer-newsletter input {
    border-radius: 4px;
    width: 100%;
    margin-bottom: 10px;
  }

  .footer-newsletter button {
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
  }

  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .footer-payments img {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.contactt-wrap {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  padding-top: 50px;
  padding-bottom: 50px;
  gap: 50px;
}

.help-articles {
  padding-top: 50px;
}

.community-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 20px 0;
  align-items: center;
  text-align: center;
  font-family: Muller;
}

.community-link {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: transparent;
  border: 2px dashed #b17eff;
  padding: 14px 18px;
  border-radius: 12px;
  min-width: 180px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.community-link img {
  width: 36px;
  height: 36px;
}

.help-article-box h3 {
  color: white;
  font-family: Muller;
}

.contactdescr {
  color: #adb0bc;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

.link-info span {
  font-size: 12px;

  text-shadow: 0 0 8px #b27eff7a;
  color: #b17eff;
  text-transform: uppercase;
}

.link-info strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.community-links {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: start;
  flex-wrap: wrap;
}

.joinus {
  padding-bottom: 100px;
}

.contacttitle {
  color: white;
  font-size: 24px;
  font-weight: 700;
  font-family: Muller;
  line-height: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.help-article-box {
  color: #5d00e9;
  display: block;
  background-color: #16181f;
  border: 1px solid #2a2d33;
  border-radius: 12px;
  padding: 24px;
  text-decoration: none;
  transition: all 0.3s ease;
  height: 100%;
}

.woocommerce-checkout {
  display: flex;
  font-family: "Muller";
}

.whywe__frame--top::after {
  content: "";
  position: absolute;
  top: 122%;
  right: -61px;
  transform: translateY(-50%);
  width: 55px;
  height: 61px;
  background-image: url("https://egirlz.chat/wp-content/uploads/2025/06/1.png");
  /* путь к стрелке */
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 5;
}

.whywe__frame--right::after {
  content: "";
  position: absolute;
  top: 135%;
  left: 27px;
  transform: translateY(-50%);
  width: 55px;
  height: 61px;
  background-image: url("https://egirlz.chat/wp-content/uploads/2025/06/2.png");
  /* путь к стрелке */
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 5;
}

.whywe__frame--bottom::after {
  content: "";
  position: absolute;
  bottom: 78%;
  left: -56px;
  transform: translateY(-50%);
  width: 55px;
  height: 61px;
  background-image: url("https://egirlz.chat/wp-content/uploads/2025/06/3.png");
  /* путь к стрелке */
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 5;
}

.whywe__frame--left::after {
  content: "";
  position: absolute;
  bottom: 98%;
  right: 18px;
  transform: translateY(-50%);
  width: 55px;
  height: 61px;
  background-image: url("https://egirlz.chat/wp-content/uploads/2025/06/4.png");
  /* путь к стрелке */
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 5;
}

#customer_details {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: right;
  width: 100%;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}

body {
  font-family: "Muller";
  font-optical-sizing: auto;
  color: #fff;
  background-color: #150f1e;
}

body.locked {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@font-face {
  font-family: Muller;
  src: url("../fonts/MullerHeavy.woff2");
  font-weight: 900;
}

@font-face {
  font-family: Muller;
  src: url("../fonts/MullerBlack.woff2");
  font-weight: 800;
}

@font-face {
  font-family: Muller;
  src: url("../fonts/MullerExtraBold.woff2");
  font-weight: 700;
}

@font-face {
  font-family: Muller;
  src: url("../fonts/MullerBold.woff2");
  font-weight: 600;
}

@font-face {
  font-family: Muller;
  src: url("../fonts/MullerMedium.woff2");
  font-weight: 500;
}

@font-face {
  font-family: Muller;
  src: url("../fonts/MullerRegular.woff2");
  font-weight: 400;
}

@font-face {
  font-family: Muller;
  src: url("../fonts/MullerLight.woff2");
  font-weight: 300;
}

.spinner {
  width: 20px;
  height: 20px;
  animation: rotate 1s linear infinite;
}

.spinner .path {
  stroke: white;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

/* Booking block on single product (egirl) */
.eg-booking {
  padding: 32px 0 12px;
}

.eg-booking--hidden {
  display: none;
}

.eg-booking__card {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(21, 15, 30, 0.75);
  border-radius: 18px;
  padding: 20px;
}

.eg-booking__header h2 {
  margin: 0 0 6px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.eg-booking__header p {
  margin: 0 0 16px;
  color: #c4c8d2;
}

.eg-booking__timezone-note {
  margin: -8px 0 14px;
  color: #9aa0b5;
  font-size: 13px;
}

.eg-booking__steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.eg-booking__step {
  border: 1px solid rgba(151, 98, 255, 0.45);
  background: rgba(106, 37, 255, 0.16);
  color: #d6cbff;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.eg-booking__step.is-active {
  border-color: rgba(121, 53, 255, 0.95);
  background: linear-gradient(90deg, #6b21ff, #8f39ff);
  color: #fff;
  box-shadow: 0 8px 24px rgba(108, 35, 255, 0.35);
}

.eg-booking__flow-note {
  margin: 0 0 14px;
  color: #ffd68a;
  font-weight: 600;
  font-size: 13px;
}

.eg-booking__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.eg-booking__calendar,
.eg-booking__slots {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.02);
}

.eg-booking__month,
.eg-booking__slots-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

.eg-booking__days,
.eg-booking__cells {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}

.eg-booking__days span {
  color: #9aa2b4;
  font-size: 12px;
  text-align: center;
}

.eg-booking__cells button,
.eg-booking__slot-list button {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  color: #dbe1ef;
  border-radius: 10px;
  padding: 8px 10px;
  cursor: pointer;
  font-family: "Muller";
}

.eg-booking__cells button:disabled,
.eg-booking__slot-list button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.eg-booking__cells button.is-available {
  border-color: rgba(104, 255, 168, 0.6);
}

.eg-booking__cells button.is-selected,
.eg-booking__slot-list button.is-selected {
  background: linear-gradient(90deg, #6b21ff, #8f39ff);
  border-color: #8f39ff;
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(108, 35, 255, 0.35);
}

.eg-booking__slot-list {
  display: grid;
  gap: 8px;
}

.eg-booking__slot-toggle {
  margin-top: 10px;
  border: 1px solid rgba(148, 102, 255, 0.8);
  background: rgba(109, 46, 255, 0.12);
  color: #e7d9ff;
  border-radius: 10px;
  padding: 8px 12px;
  cursor: pointer;
  font-family: "Muller";
  font-size: 13px;
  font-weight: 600;
}

.eg-booking__slot-toggle:hover {
  background: rgba(109, 46, 255, 0.2);
}

.eg-booking__hint {
  margin: 10px 0 0;
  color: #8f97a8;
  font-size: 13px;
}

.eg-booking__selection {
  margin: 12px 0 0;
  color: #dbe1ef;
  font-size: 14px;
}

.eg-booking__selection strong {
  color: #fff;
  font-weight: 700;
}

.eg-booking--error .eg-booking__card {
  box-shadow: 0 0 0 2px rgba(255, 90, 90, 0.75);
}

.eg-booking--locked .eg-booking__calendar,
.eg-booking--locked .eg-booking__slots {
  opacity: 0.45;
  filter: grayscale(0.2);
}

.eg-booking--locked .eg-booking__cells button,
.eg-booking--locked .eg-booking__slot-list button {
  pointer-events: none;
}

.eg-plan-required {
  box-shadow: 0 0 0 2px rgba(255, 170, 0, 0.85);
  border-radius: 16px;
  transition: box-shadow 0.2s ease;
}

@media (max-width: 900px) {
  .eg-booking__grid {
    grid-template-columns: 1fr;
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

nav {
  background-color: rgba(0, 119, 134, 0.651);
  overflow: hidden;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}

.logo a {
  color: white;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__item {
  margin-left: 25px;
}

.menu__item-link {
  color: white;
}

.burger {
  display: none;
  cursor: pointer;
}

.main {
  background-color: transparent;
}

.logo {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

header {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Reset old header flex on .eg-header — our header CSS handles this */
header.eg-header {
  padding-top: 0;
}

.cartmain {
  padding-top: 80px;
}

.checkoutmain {
  padding-top: 80px;
}

.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  background-color: unset;
  background: linear-gradient(90deg, #6600ff, #3d0099);
}

.wc-block-components-product-name {
  color: white;
}

.woocommerce-table__product-name a {
  color: white;
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

header nav img {
  width: 29px;
  height: auto;
}

.nav-bar {
  margin-right: 50px;
  text-decoration: none;
  color: white;
  font-family: Muller;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
}

.promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.promo__wrapper {
  padding-top: 126px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 50%;
}

.promo__header {
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 40px;
  font-family: "Muller";
  color: white;
}

.promo__subheader {
  margin-top: 12px;
  max-width: 75%;
  font-size: 24px;
  color: #999;
}

.promo__button {
  margin-top: 46px;
  display: inline-block;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#6600ff),
      to(#3d0099));
  background: -o-linear-gradient(left, #6600ff, #3d0099);
  background: linear-gradient(90deg, #6600ff, #3d0099);
  border-radius: 21px;
  cursor: pointer;
  padding: 23px 60px;
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 0%;
}

.promo__explanation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  margin-top: 98px;
}

.promo-product {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.promo__explanation-product {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.promo__explanation__wrapper__header-product {
  font-size: 20px;
  font-family: Muller;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: left;
}

.promo__explanation__wrapper__descr-product {
  color: #979797;
  font-family: Muller;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
}

.promo__explanation__photo-product {
  user-select: none;
  position: relative;
  right: 0;
  height: auto;
  z-index: 100;
}

.promo__explanation::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(17.3px);
  backdrop-filter: blur(17.3px);
  width: 100%;
  height: 152px;
  z-index: -1;
}

.promo__explanation__wrapper-product {
  padding-left: 20px;
  padding-bottom: 18px;
}

.promo__explanation-product::after {
  height: 122px;
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(17.3px);
  backdrop-filter: blur(17.3px);
  width: 100%;
  z-index: -1;
}

.promo__explanation__wrapper {
  margin-left: 23px;
  margin-bottom: 18px;
  position: relative;
}

.promo__explanation__wrapper__header {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
  letter-spacing: 0%;
  font-family: Muller;
  text-align: left;
}

.promo__explanation__wrapper__descr {
  color: #979797;
  font-family: Muller;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
}

.promo__explanation__photo {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  right: 0;
  height: auto;
  z-index: 100;
}

@keyframes pulse-glow {

  0%,
  100% {
    box-shadow: 0 0 80px 35px rgba(255, 255, 255, 0);
  }

  50% {
    box-shadow: 0 0 100px 45px rgba(255, 255, 255, 0.64);
  }
}

@keyframes breathe {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.015);
  }
}

.girl-wrapper {
  position: absolute;
  bottom: 8%;
  right: 6%;
  width: 517px;
  height: 517px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
}

.girl-photo-wrapper {
  position: relative;
  bottom: -6%;
  right: 6%;
  width: 498px;
  height: 517px;
  z-index: 2;
  pointer-events: none;
}

/* ==== КРУГ С GLOW ==== */
.promo__glow-ring {
  position: absolute;
  bottom: 8%;
  right: 6%;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(255, 255, 255, 0.1),
      rgba(255, 105, 255, 0.03));
  box-shadow: 0 0 100px 40px rgba(255, 105, 255, 0.3);
  animation: rotateGlow 12s linear infinite;
  z-index: -1;
}

/* ==== SPARKLES ==== */
.sparkle {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
  opacity: 0.6;
  animation: floatSparkle 6s linear infinite;
}

.sparkle:nth-child(1) {
  top: 80%;
  left: 20%;
  animation-delay: 0s;
}

.sparkle:nth-child(2) {
  top: 85%;
  left: 60%;
  animation-delay: 1s;
}

.sparkle:nth-child(3) {
  top: 90%;
  left: 40%;
  animation-delay: 2s;
}

/* ==== ГЛАЗА С БЛЕСКОМ ==== */

/* ==== АНИМАЦИИ ==== */
@keyframes rotateGlow {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes breathe {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }
}

@keyframes floatSparkle {
  0% {
    transform: translateY(0);
    opacity: 0.6;
  }

  100% {
    transform: translateY(-100px);
    opacity: 0;
  }
}

@keyframes eyeShine {

  0%,
  100% {
    opacity: 0.2;
  }

  50% {
    opacity: 0.6;
  }
}

.promo__girl img {
  animation: breathe 5s ease-in-out infinite;
  width: 500px;
}

.promo__girl {
  position: relative;
}

.promo__girl::after {
  content: "";
  bottom: 10%;
  right: 6%;
  position: absolute;
  width: 500px;
  height: 500px;
  background-color: rgba(255, 255, 255, 0.021);
  -webkit-box-shadow: 0 0 50px 20px rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 50px 20px rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  z-index: -10;
  animation: pulse-glow 5s ease-in-out infinite;
}

.promo__girl__photo {
  position: absolute;
  z-index: 1;
}

.div {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.promo__explanation-mobile {
  display: none;
}

.mobilegirl {
  display: none;
}

#menu {
  overflow: visible;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 10000;
}

#menu_icon_box {
  position: relative;
  width: 0;
  height: 85px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

#menu_icon_box.open {
  width: 100%;
}

#menu_icon {
  position: absolute;
  right: 0%;
  top: 8%;
  display: block;
  width: 45px;
  height: 35px;
  margin: 30px;
  cursor: pointer;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

#menu_icon_box.open #menu_icon {
  right: 73%;
  margin-left: -85px;
}

#menu_icon>i {
  position: absolute;
  display: block;
  height: 12%;
  right: 0;
  background: #ffff;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#menu_icon:hover i {
  opacity: 80%;
}

#menu_icon_box.open #menu_icon .menu_icon_top {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-name: top_open;
  animation-name: top_open;
}

#menu_icon_box.open #menu_icon .menu_icon_middle {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-name: middle_open;
  animation-name: middle_open;
}

#menu_icon_box.open #menu_icon .menu_icon_bottom {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-name: bottom_open;
  animation-name: bottom_open;
}

#menu_icon_box.off #menu_icon .menu_icon_top {
  width: 100%;
  right: 0;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-name: top_off;
  animation-name: top_off;
}

#menu_icon_box.off #menu_icon .menu_icon_middle {
  width: 60%;
  right: 40%;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-name: middle_off;
  animation-name: middle_off;
}

#menu_icon_box.off #menu_icon .menu_icon_bottom {
  width: 35%;
  right: 65%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-name: bottom_off;
  animation-name: bottom_off;
}

.menu_icon_top {
  top: 0;
  right: 0;
  width: 35%;
}

.menu_icon_middle {
  top: 40%;
  right: 0;
  width: 60%;
}

.menu_icon_bottom {
  top: 80%;
  right: 0;
  width: 100%;
}

@-webkit-keyframes top_open {
  30% {
    right: -73%;
    width: 0%;
  }

  100% {
    width: 100%;
    right: 0;
  }
}

@keyframes top_open {
  30% {
    right: -73%;
    width: 0%;
  }

  100% {
    width: 100%;
    right: 0;
  }
}

@-webkit-keyframes middle_open {
  30% {
    right: -73%;
    width: 0%;
    background: #999;
  }

  100% {
    width: 60%;
    right: 40%;
  }
}

@keyframes middle_open {
  30% {
    right: -73%;
    width: 0%;
    background: #999;
  }

  100% {
    width: 60%;
    right: 40%;
  }
}

@-webkit-keyframes bottom_open {
  30% {
    right: -73%;
    width: 0%;
    background: #999;
  }

  100% {
    width: 35%;
    right: 65%;
  }
}

@keyframes bottom_open {
  30% {
    right: -73%;
    width: 0%;
    background: #999;
  }

  100% {
    width: 35%;
    right: 65%;
  }
}

@-webkit-keyframes top_off {
  0% {
    width: 100%;
    right: 0;
  }

  30% {
    right: 73%;
    width: 0%;
  }

  31% {
    right: -73%;
    width: 0%;
    background: none;
  }

  100% {
    right: 0;
    width: 35%;
  }
}

@keyframes top_off {
  0% {
    width: 100%;
    right: 0;
  }

  30% {
    right: 73%;
    width: 0%;
  }

  31% {
    right: -73%;
    width: 0%;
    background: none;
  }

  100% {
    right: 0;
    width: 35%;
  }
}

@-webkit-keyframes middle_off {
  0% {
    width: 60%;
    right: 40%;
  }

  30% {
    right: 200%;
    width: 0%;
  }

  31% {
    right: -73%;
    width: 0%;
    background: none;
  }

  100% {
    right: 0;
    width: 60%;
  }
}

@keyframes middle_off {
  0% {
    width: 60%;
    right: 40%;
  }

  30% {
    right: 200%;
    width: 0%;
  }

  31% {
    right: -73%;
    width: 0%;
    background: none;
  }

  100% {
    right: 0;
    width: 60%;
  }
}

@-webkit-keyframes bottom_off {
  0% {
    width: 35%;
    right: 65%;
  }

  30% {
    right: 73%;
    width: 0%;
  }

  31% {
    right: -73%;
    width: 0%;
    background: none;
  }

  100% {
    right: 0;
    width: 100%;
  }
}

@keyframes bottom_off {
  0% {
    width: 35%;
    right: 65%;
  }

  30% {
    right: 73%;
    width: 0%;
  }

  31% {
    right: -73%;
    width: 0%;
    background: none;
  }

  100% {
    right: 0;
    width: 100%;
  }
}

#menu_box {
  width: 0;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.whywe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 150px;
  padding-bottom: 250px;
  position: relative;
}

.whywe__header {
  font-family: Muller;
  font-size: 36px;
  font-weight: 900;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  width: 100%;
}

.whywe__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 250px;
  z-index: 1;
}

.whywe__photo {
  width: 355px;
  height: 355px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #150f1e;
  border: 1px solid white;
  position: relative;
  z-index: 1;
}

.whywe__photo img {
  -o-object-fit: cover;
  object-fit: cover;
}

.whywe__wrapper {
  padding: 100px 0;
}

.whywe__frame {
  position: absolute;
  padding: 33px 16px;
  width: 310px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 49px;
  z-index: 10;
}

.whywe__frame::before {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid white;
  border-radius: 49px;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
  top: 0;
  content: "";
  position: absolute;
}

.whywe__frame--top {
  -webkit-transform: translateX(-105%) translateY(-218%);
  -ms-transform: translateX(-105%) translateY(-218%);
  transform: translateX(-105%) translateY(-218%);
}

.whywe__frame--right {
  -webkit-transform: translateX(-15%) translateY(-50%);
  -ms-transform: translateX(-15%) translateY(-50%);
  transform: translateX(-15%) translateY(-50%);
}

.whywe__frame--bottom {
  -webkit-transform: translateX(-105%) translateY(125%);
  -ms-transform: translateX(-105%) translateY(125%);
  transform: translateX(-105%) translateY(125%);
}

.whywe__frame--left {
  -webkit-transform: translateX(-200%) translateY(-50%);
  -ms-transform: translateX(-200%) translateY(-50%);
  transform: translateX(-200%) translateY(-50%);
}

.whywe__frame__title {
  font-family: Muller;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  z-index: 20;
  margin-bottom: 9px;
}

.whywe__frame__description {
  font-family: Muller;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0%;
  text-align: center;
  z-index: 20;
  color: #979797;
}

.triangle {
  display: none;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 100px solid #000;
}

.goods {
  padding: 50px 0;
  position: relative;
}

.goods__header {
  font-family: Muller;
  font-size: 36px;
  font-weight: 900;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 100px;
}

.goods__image {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: -1;
}

.goods__image--left {
  left: 0;
}

.goods__image--right {
  right: 0;
  bottom: 0px;
}

.goods__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 60px 0;
}

.goods__product-card {
  position: relative;
  width: 350px;
  height: 500px;
  border-radius: 87px;
  background: -o-linear-gradient(270.95deg,
      rgba(0, 0, 0, 0) 0.357%,
      rgba(14, 2, 33, 0.81) 119.312%);
  background: linear-gradient(179.05deg,
      rgba(0, 0, 0, 0) 0.357%,
      rgba(14, 2, 33, 0.81) 119.312%);
}

.goods__product-card::before {
  content: "BESTSELLER";
  position: absolute;
  top: -10px;
  right: 0;
  background: #6600ff;
  padding: 10px 15px;
  font-family: Mulish;
  font-size: 13px;
  font-weight: 200;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
}

.goods__product-card-name {
  margin-top: 20px;
  text-align: center;
  font-family: Muller;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.goods__product-card-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.goods__product-card-icons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.goods__product-card-icons-wrapper-icon {
  margin: 0 5px;
  width: 37px;
}

.goods__product-card-button {
  display: block;
  margin: 20px auto;
  padding: 20px 25px;
  max-width: 210px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 21px;
  -webkit-box-shadow: 0px 0px 15.2px 0px #6600ff;
  box-shadow: 0px 0px 15.2px 0px #6600ff;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#6600ff),
      to(#3d0099));
  background: -o-linear-gradient(left, #6600ff, #3d0099 100%);
  background: linear-gradient(90deg, #6600ff, #3d0099 100%);
  font-family: Mulish;
  font-size: 16px;
  font-weight: 200;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.goods__load-more {
  margin: 20px auto;
  display: block;
  text-align: center;
}

.goods__load-more-button {
  margin-top: 50px;
  padding: 17px 20px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  border-radius: 21px;
  -webkit-box-shadow: 0px 0px 15.2px 0px #6600ff;
  box-shadow: 0px 0px 15.2px 0px #6600ff;
  background: #6600ff;
  text-transform: uppercase;
  font-family: Muller;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: center;
}

.good-img {
  width: 352px;
  height: 495px;
  z-index: -1;
  position: absolute;
  border-radius: 87px;
}

.good-wrp {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.good-wrp-wrap {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 44px;
}

.good-prods_wrap a {
  margin-right: 70px;
}

.good-prods_wrap a:last-child {
  margin-right: 0;
}

.good-prods_item {
  position: relative;
  width: 352px;
  height: 495px;
  margin-right: 70px;
}

.good-prods_item:last-child {
  margin-right: 0;
}

.good-filter {
  position: absolute;
  top: 0;
  background: -o-linear-gradient(270.95deg,
      rgba(0, 0, 0, 0) 0.357%,
      rgba(14, 2, 33, 0.81) 119.312%);
  background: linear-gradient(179.05deg,
      rgba(0, 0, 0, 0) 0.357%,
      rgba(14, 2, 33, 0.81) 119.312%);
  height: 100%;
  width: 100%;
  border-radius: 87px;
}

.plans__box-bestseller {
  display: inline-block;
  background: linear-gradient(270deg, #6600ff, #3d0099, #6600ff);
  background-size: 600% 600%;


  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 11px;
  border-radius: 999px;
  box-shadow: 0 0 10px #6600ff, 0 0 20px #3d0099;
  animation: plansBestsellerPulse 2.8s ease-in-out infinite, hologlow 8s ease infinite;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 11px;
  right: 10px;
  z-index: 5;
  white-space: nowrap;
}

.medium-highlight {
  transform: scale(1.03);

  box-shadow: 0 0 0px #6600ff, 0 0 36px #2e036f;
  z-index: 2;
}

.tariff-description {
  margin-top: 12px;
  font-size: 13.5px;
  line-height: 1.6;
  color: #bbb;
  background: rgba(255, 255, 255, 0.03);
  padding: 10px 14px;
  border-radius: 12px;
  text-align: left;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.description-lite {
  border-left: 3px solid #9996ff;
}

.description-medium {
  border-left: 3px solid #c95fff;
}

.description-hard {
  border-left: 3px solid #ff5c5c;
}

.plans__list--checkbox {
  background: rgba(255, 255, 255, 0.03);
  /* полупрозрачный фон */
  border: 1px solid rgba(255, 255, 255, 0.1);
  /* легкий бордер */
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 20px;
  margin-top: 16px;
  box-shadow: 0 0 10px rgba(138, 43, 226, 0.2);
  /* фиолетовый свечащий эффект */
  backdrop-filter: blur(4px);
  /* мягкий размытие */
  transition: all 0.3s ease;
}

.plans__list--checkbox:hover {
  box-shadow: 0 0 16px rgba(138, 43, 226, 0.4);
  transform: scale(1.01);
}

.tariff-subtext {
  margin-top: 4px;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 500;
  color: #ccc;
  text-align: center;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  padding: 4px 12px;
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 10px;
  backdrop-filter: blur(4px);
}

@keyframes subtextPulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.85;
    transform: scale(1.02);
  }
}

@keyframes hologlow {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes plansBestsellerPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 10px #6600ff, 0 0 20px #3d0099;
  }

  50% {
    transform: scale(1.03);
    box-shadow: 0 0 16px #6600ff, 0 0 28px #3d0099;
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 10px #6600ff, 0 0 20px #3d0099;
  }
}

.plans__box-bestseller::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2);
  opacity: 0.2;
  pointer-events: none;
}

@media (max-width: 480px) {
  .plans__box-bestseller {
    font-size: 11px;
    padding: 5px 10px;
  }

  .plans__box-bestseller {
    top: 12px;
  }
}

/* .plans__box-bestseller {
    position: absolute;
  top: 10px;
  right: 10px;
   -webkit-box-shadow: 0px 0px 15.2px 0px #6600ff;
  box-shadow: 0px 0px 15.2px 0px #6600ff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#6600ff),
    to(#3d0099)
  );
  background: -o-linear-gradient(left, #6600ff, #3d0099 100%);
  background: linear-gradient(90deg, #6600ff, #3d0099 100%);
  color: white;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
} */
.good-prods_item-wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.good-prods_item-img {
  border-radius: 87px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  object-fit: cover;
}

.good-content {
  -ms-flex-item-align: end;
  align-self: flex-end;
  z-index: 100;
  margin-bottom: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.good-prods_item-title {
  color: white;
  font-family: Muller;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.good-prods_item-btn {
  display: block;
  margin-top: 15px;
  border-radius: 21px;
  -webkit-box-shadow: 0px 0px 15.2px 0px #6600ff;
  box-shadow: 0px 0px 15.2px 0px #6600ff;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#6600ff),
      to(#3d0099));
  background: -o-linear-gradient(left, #6600ff, #3d0099 100%);
  background: linear-gradient(90deg, #6600ff, #3d0099 100%);
  padding: 19px 41px;
  color: white;
  font-family: Muller;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.good-prods_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 70px;
}

.good-prods_wrap:last-child {
  margin-bottom: 0;
}

.good-prods_item-icons img {
  width: 40px;
}

.faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq .faq__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}

.faq .faq__image {
  height: 100%;
  width: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.faq .faq__content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq .faq__content .faq__header {
  margin-bottom: 50px;
  font-family: Muller;
  font-size: 36px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq .faq__content .faq__accordion .faq__accordion-item {
  margin-bottom: 10px;
}

.faq .faq__content .faq__accordion .faq__accordion-item:last-child {
  border-bottom: none;
}

.faq .faq__content .faq__accordion .faq__accordion-item .faq__accordion-header {
  cursor: pointer;
  padding: 15px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid white;
  border-radius: 17px;
  font-family: Mulish;
  font-size: 24px;
  font-weight: 200;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: left;
}

.faq .faq__content .faq__accordion .faq__accordion-item .faq__accordion-header:hover {
  background-color: #38383877;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0%;
}

.faq .faq__content .faq__accordion .faq__accordion-item .faq__accordion-header+.faq__accordion-content {
  display: block;
  padding: 10px;
}

.faq .faq__content .faq__accordion .faq__accordion-item .faq__accordion-header+.faq__accordion-content.open {
  display: block;
}

.accordion-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #5d00e9;
  border-radius: 17px;
  background: transparent;
  color: #979797;
  font-family: Muller;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.accordion-button:not(.collapsed) {
  border: 1px solid #5d00e9;
  border-radius: 17px;
  background: #5d00e9;
  color: white;
  font-family: Muller;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0%;
}

.accordion {
  width: 100%;
}

.accordion-button {
  border: 1px solid #ffff;
  border-radius: 17px;
  background: transparent;
  color: white;
  font-family: Muller;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0%;
  z-index: 100;
}

.footer {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #120e1a;
  padding: 59px 0;
  user-select: none;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  font-size: 24px;
  font-weight: 900;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

nav img {
  width: 29px;
  height: auto;
}

.nav-bar {
  margin-right: 50px;
  text-decoration: none;
  color: inherit;
}

.nav-bar:last-child {
  margin-right: 0;
}

.girl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.girl .container_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 100px;
}

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider .main-image img {
  max-width: 477px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
  height: 100%;
}

.slider .arrow-6 {
  margin: 0px;
}

.slider .arrow-6 svg {
  width: 40px;
  height: auto;
  margin: 0;
  cursor: pointer;
  overflow: visible;
}

.slider .arrow-6 svg polygon,
.slider .arrow-6 svg path {
  -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  fill: #fff;
}

.slider .arrow-6 svg:hover polygon,
.slider .arrow-6 svg:hover path {
  -webkit-transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
  fill: #797979;
}

.slider .arrow-6 svg:hover .arrow-6-pl {
  -webkit-animation: arrow-6-anim 1s cubic-bezier(0.2, 1, 0.3, 1) infinite;
  animation: arrow-6-anim 1s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}

.slider .arrow-6 svg:hover .arrow-6-pl-fixed {
  -webkit-animation: arrow-6-fixed-anim 1s cubic-bezier(0.2, 1, 0.3, 1) infinite;
  animation: arrow-6-fixed-anim 1s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}

@-webkit-keyframes arrow-6-anim {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  5% {
    -webkit-transform: translateX(-0.1rem);
    transform: translateX(-0.1rem);
  }

  100% {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
    opacity: 0;
  }
}

@keyframes arrow-6-anim {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  5% {
    -webkit-transform: translateX(-0.1rem);
    transform: translateX(-0.1rem);
  }

  100% {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes arrow-6-fixed-anim {
  5% {
    opacity: 0;
  }

  20% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

@keyframes arrow-6-fixed-anim {
  5% {
    opacity: 0;
  }

  20% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

.slider .arrow-prev,
.slider .arrow-next {
  cursor: pointer;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 15px;
  position: relative;
}

.slider .arrow-prev span,
.slider .arrow-next span {
  display: block;
  width: 2px;
  height: 20px;
  background-color: #000;
}

.slider .arrow-prev span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slider .arrow-prev span:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background-color: #000;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.slider .arrow-next span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slider .arrow-next span:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background-color: #000;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.slider .thumbnail {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
}

.slider .thumbnail img {
  width: 80px;
  height: 80px;
  margin: 0 5px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider .thumbnail.active {
  opacity: 1;
}

.info__wrapper {
  width: 57%;
  padding-left: 50px;
}

.info__wrapper .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info__wrapper .header .name {
  font-family: Muller;
  font-size: 36px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info__wrapper .header .achievements {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.info__wrapper .header .achievements .icon-achievement {
  width: 50px;
  height: 50px;
}

.info__wrapper .play-frame {
  position: relative;
  margin-top: 20px;
  border-radius: 8px;
  padding: 15px;
  width: 36%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid white;
  border-radius: 31px;
  -webkit-backdrop-filter: blur(20.9px);
  backdrop-filter: blur(20.9px);
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: background 0.3s, opacity 0.3s;
  -o-transition: background 0.3s, opacity 0.3s;
  transition: background 0.3s, opacity 0.3s;
}

.info__wrapper .play-frame.active {
  border: 1px solid #6600ff;
  -webkit-backdrop-filter: blur(20.9px);
  backdrop-filter: blur(20.9px);
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#6600ff),
      to(#3d0099));
  background: -o-linear-gradient(left, #6600ff, #3d0099 100%);
  background: linear-gradient(90deg, #6600ff, #3d0099 100%);
}

.info__wrapper .play-frame .play__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.info__wrapper .play-frame .play__wrapper .play-icon-1 {
  width: 28px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}

.info__wrapper .play-frame .play__wrapper .play-icon-2 {
  width: 120px;
  content: url("../img/icons/sound_waves.svg");
}

.info__wrapper .play-frame .play-girl {
  position: absolute;
  top: -32px;
  left: 87%;
  height: 100px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  padding: 10px;
}

.info__wrapper .description {
  margin-top: 40px;
  font-family: Muller;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: left;
}

.info__wrapper .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.info__wrapper .details .games div,
.info__wrapper .details .films div {
  font-size: 20px;
  margin-bottom: 20px;
}

.info__wrapper .details .games .games__wrapper,
.info__wrapper .details .films .games__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  width: 70%;
}

.info__wrapper .details .games .icon-game,
.info__wrapper .details .films .icon-game {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  height: 40px;
}

.info__wrapper .details .games ul,
.info__wrapper .details .films ul {
  padding-left: 15%;
}

.info__wrapper .details .games ul li,
.info__wrapper .details .films ul li {
  margin-bottom: 5px;
  list-style-type: circle;
  color: #c5bcbc;
  font-family: Muller;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
  margin-top: 10px;
}

.info__wrapper .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info__wrapper .slider__explanation {
  max-width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  margin-top: -35px;
}

.info__wrapper .slider__explanation::after {
  content: "";
  position: absolute;
  -webkit-backdrop-filter: blur(17.3px);
  backdrop-filter: blur(17.3px);
  background: rgba(255, 255, 255, 0.06);
  top: 95px;
  bottom: 0;
  left: 0;
  height: 133px;
  right: -10px;
  z-index: -1;
}

.info__wrapper .slider__explanation__wrapper {
  margin-left: 23px;
  margin-bottom: 18px;
  max-width: 497px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.info__wrapper .slider__explanation__wrapper__header {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
  letter-spacing: 0%;
  text-align: left;
}

.info__wrapper .slider__explanation__wrapper__descr {
  width: 349px;
  color: #979797;
  font-family: Muller;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
}

.info__wrapper .slider__explanation__photo {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  right: 0;
  height: auto;
  z-index: 100;
}

.carousel-2 .owl-item {
  padding: 100px 0 0px 0;
  margin-bottom: 100px;
}

.carousel-2 .owl-pic {
  background: #000;
  margin: 60px 0;
  /*     border: 2px solid rgb(102, 0, 255)
  *  border-top: 2px solid rgb(102, 0, 255)
  *  border-bottom: 2px solid rgb(102, 0, 255) */
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 320px;
  -webkit-box-shadow: 0px 0px 86px 0px rgba(102, 0, 255, 0.33);
  box-shadow: 0px 0px 86px 0px rgba(102, 0, 255, 0.33);
  /*     box-shadow: 0 8px 18px rgba(209, 24, 255, 0.3), 0 16px 20px rgba(0, 0, 0, 0.2) */
  border-radius: 24px;
}

.carousel-2 .owl-item.center .owl-pic {
  opacity: 1;
  border: 3px solid #6600ff;
  margin: 0 0 0 -15%;
  width: 130%;
  height: 450px;
  border-radius: 24px;
  z-index: -1;
}

.carousel-2 .owl-item.center+.owl-item {
  position: relative;
  z-index: -1;
}

.carousel-2 .owl-pic img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s opacity ease, 0.3s -webkit-transform ease;
  transition: 0.3s opacity ease, 0.3s -webkit-transform ease;
  -o-transition: 0.3s opacity ease, 0.3s transform ease;
  transition: 0.3s opacity ease, 0.3s transform ease;
  transition: 0.3s opacity ease, 0.3s transform ease,
    0.3s -webkit-transform ease;
  opacity: 0.6;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.carousel-2 .owl-item .owl-pic:hover img,
.carousel-2 .owl-item.center .owl-pic img {
  opacity: 1;
}

.carousel-2 .owl-nav button.owl-prev,
.carousel-2 .owl-nav button.owl-next {
  position: absolute;
  cursor: pointer;
  background-color: transparent;
  font-size: 90px !important;
  color: #fff !important;
  top: 0;
  height: 100px;
  width: 70px;
  -webkit-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
  opacity: 0.5;
  margin: 0;
  margin-top: 550px !important;
}

.carousel-2 .owl-nav button.owl-prev:hover,
.carousel-2 .owl-nav button.owl-next:hover {
  opacity: 1;
}

.carousel-2 .owl-nav button.owl-prev,
.carousel-2 .owl-nav button.owl-prev:hover {
  left: 35%;
}

.carousel-2 .owl-nav button.owl-next,
.carousel-2 .owl-nav button.owl-next:hover {
  right: 35%;
}

.promo-product {
  margin-top: 43px;
}

.plans {
  text-align: left;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background-image: linear-gradient(rgba(20, 15, 30, 0.1),
      rgba(20, 15, 30, 0.1)),
    url(https://egirlz.chat/wp/wp-content/themes/twentytwentyfour/assets/img/skies/sky_background-home.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.plans__header {
  margin-bottom: 50px;
  font-size: 24px;
  font-family: Muller;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

.plans__guarantee {
  margin: -28px auto 26px;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(173, 145, 255, .36);
  background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
  color: #e7ddff;
  font-size: 13px;
  font-weight: 600;
}

.plans .text__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.plans__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.eg-bundles {
  padding: 4px 0 24px;
}

.eg-bundles__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.eg-bundles__card {
  border-radius: 16px;
  border: 1px solid rgba(173, 145, 255, .24);
  background: linear-gradient(145deg, rgba(29, 21, 58, .85), rgba(18, 13, 37, .85));
  box-shadow: 0 8px 20px rgba(10, 6, 24, .3);
  padding: 16px 16px 18px;
}

.eg-bundles__card--main {
  border-color: rgba(201, 178, 255, .42);
}

.eg-bundles__badge {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(173, 145, 255, .4);
  color: #dfd0ff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.eg-bundles__title {
  margin: 10px 0 8px;
  color: #f6efff;
  font-size: 21px;
  line-height: 1.15;
  font-weight: 700;
}

.eg-bundles__text {
  color: #cbc0ea;
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 14px;
}

.eg-bundles__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6600ff, #8a33ff);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .01em;
  transition: transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 8px 20px rgba(52, 19, 117, .4);
}

.eg-bundles__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(52, 19, 117, .55);
}

.eg-bundles__btn--ghost {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(173, 145, 255, .4);
  color: #efe6ff !important;
  box-shadow: none;
}

.my-account-wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
}

.login {
  font-family: Muller;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

#billing_country {
  background-color: #150f1e !important;
  border: 1px solid #636363cc !important;
  color: white !important;
}

.woocommerce-Input,
.woocommerce form .form-row .input-text {
  background-color: transparent !important;
  border: 1px solid #636363cc !important;
  color: white !important;
}

/* Global info notice — NOT checkout (checkout has its own styles) */
.woocommerce-info {
  background-color: transparent !important;
  border: 1px solid #636363cc !important;
  color: white !important;
}

/* Override for checkout: more specific selectors */
.checkoutmain .woocommerce-info {
  background: linear-gradient(135deg, rgba(24, 14, 51, 0.6), rgba(16, 8, 32, 0.45)) !important;
  border: 1px solid rgba(177, 126, 255, 0.12) !important;
  border-left: 3px solid #7d54ff !important;
}

.checkoutmain .woocommerce form .form-row .input-text,
.checkoutmain .woocommerce-form .form-row .input-text,
.checkoutmain form .form-row .input-text,
.checkoutmain form .input-text,
.checkoutmain .woocommerce-form-login .input-text,
.checkoutmain .checkout_coupon .input-text {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(177, 126, 255, 0.15) !important;
  border-radius: 12px !important;
  color: #fff !important;
  padding: 12px 16px !important;
}

.checkoutmain form .input-text:focus {
  border-color: rgba(125, 84, 255, 0.4) !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(125, 84, 255, 0.1) !important;
}

/* Coupon apply button — specific override for grey WC default */
.checkoutmain .checkout_coupon .button,
.checkoutmain .checkout_coupon button[type="submit"],
.checkoutmain .checkout_coupon input[type="submit"],
.checkoutmain p.form-row .button {
  background: linear-gradient(135deg, #6600ff, #8a33ff) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 12px 28px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  cursor: pointer !important;
  text-transform: none !important;
}

/* WC info notice links — ultra specific */
.checkoutmain .woocommerce-info a,
.checkoutmain .woocommerce .woocommerce-info a,
.checkoutmain .woocommerce-info a.showlogin,
.checkoutmain .woocommerce-info a.showcoupon,
section.checkoutmain .woocommerce-info a {
  color: #b17eff !important;
  font-weight: 700;
  text-decoration: none !important;
}

.checkoutmain .woocommerce-info a:hover,
section.checkoutmain .woocommerce-info a:hover {
  color: #d4b5ff !important;
}

/* Coupon form button — ultra specific */
.checkoutmain .woocommerce-form-coupon .button,
.checkoutmain form.checkout_coupon .button,
.checkoutmain form.checkout_coupon button,
.checkoutmain .woocommerce-form-coupon button[type="submit"],
.checkoutmain .woocommerce .checkout_coupon .button,
section.checkoutmain .checkout_coupon .button {
  background: linear-gradient(135deg, #6600ff, #8a33ff) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 12px 28px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  font-family: "Muller", sans-serif;
  cursor: pointer !important;
  text-transform: none !important;
  box-shadow: 0 4px 16px rgba(102, 0, 255, 0.25);
  transition: transform 0.2s, box-shadow 0.2s;
}

/* Lost password link */
.checkoutmain .woocommerce-form-login .lost_password a,
.checkoutmain .woocommerce-form-login p.lost_password a,
.checkoutmain form.login .lost_password a {
  color: #b17eff !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 13px;
}

.account-section h3 {
  font-family: Muller;
  font-size: 15px;
  font-weight: 600;
}

.my-account-wrapper h2 {
  font-family: Muller;
}

.woocommerce-MyAccount-navigation-link a {
  font-family: Muller;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: white !important;
  text-decoration: underline;
}

#order_review_heading {
  display: none;
}

.woocommerce-button,
.order-again a,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  display: block;
  margin-top: 15px;
  border-radius: 21px;
  -webkit-box-shadow: 0px 0px 15.2px 0px #6600ff !important;
  box-shadow: 0px 0px 15.2px 0px #6600ff !important;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#6600ff),
      to(#3d0099)) !important;
  background: -o-linear-gradient(left, #6600ff, #3d0099 100%) !important;
  background: linear-gradient(90deg, #6600ff, #3d0099 100%) !important;
  padding: 19px 41px;
  color: white !important;
  font-family: Muller;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 16px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.contactt {
  padding-top: 50px;
  padding-bottom: 50px;
}

.politic {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-link a {
  margin-right: 10px;
}

.politic a {
  color: white;
  text-decoration: underline;
}

.wpcf7-form-control {
  background-color: transparent !important;
  border: 1px solid #636363cc !important;
  color: white !important;
  padding: 10px;
}

.wpcf7-form {
  padding-top: 20px;
}

.footer-wrap {
  width: 100%;
  flex-wrap: wrap;
}

.footer-link a {
  color: #ffffff;
}

.my-account-wrapper a {
  color: #ffffff !important;
}

.good-prods_itemar {
  position: relative;
  width: 316px;
  height: 453px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.has-dark-controls .wc-blocks-components-select .wc-blocks-components-select__select {
  background-color: #150f1e;
}

.booktime {
  font-size: 24px;
  font-weight: 900;
  font-family: "Muller";
}

.shopius {
  padding-top: 100px;
}

.breadcrumbs {
  margin-bottom: 30px;
}

.breadcrumbs a {
  color: white;
}

.good-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.plans__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid rgba(104, 3, 255, 0.623);
  width: 30%;
  padding: 25px 25px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  box-sizing: border-box;
  border-radius: 25px;
  background: -o-linear-gradient(57.26deg,
      rgba(102, 0, 255, 0.01) -3.457%,
      rgba(102, 0, 255, 0.16) 103.457%);
  background: linear-gradient(32.74deg,
      rgba(102, 0, 255, 0.01) -3.457%,
      rgba(102, 0, 255, 0.16) 103.457%);
}

.plans__box-title {
  display: block;
  margin-bottom: 5px;
  font-family: Muller;
  font-size: 28px;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
}

.plans__box-subtitle {
  font-size: 14px;
  background: -o-linear-gradient(268.11deg, white, #0e0121);
  background: linear-gradient(181.89deg, white, #0e0121);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Muller;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: lowercase;
}

.plans__box-divider {
  border: 1px solid rgba(102, 0, 255, 0.56);
  margin: 5px 0 10px;
}

.plans__box--overlay {
  opacity: 0.5;
  pointer-events: none;
}

.plans__box--overlay .plans__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(44, 0, 94, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 25px;
}

.plans__wrapper {
  margin-bottom: 20px;
}

.plans__list {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 0;
}

.plans__list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-left: 5px;
}

.plans__list--yes .plans__list-item::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url("../img/icons/checkbox_yes.svg");
  background-size: contain;
}

.plans__list--no li {
  color: rgba(255, 255, 255, 0.3);
  position: relative;
  cursor: not-allowed;
}

.plans__list--no li::after {
  content: "Недоступно в этом плане";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  margin-left: 10px;
  z-index: 10;
}

.plans__list--no li:hover::after {
  opacity: 1;
}

.plans__list--no li {
  text-decoration: line-through;
}

.plans__list--no .plans__list-item::before {
  content: "";
  position: absolute;
  left: -20px;
  background-repeat: no-repeat;
  top: -2px;
  width: 16px;
  height: 16px;
  background-image: url("../img/icons/checkbox_no.svg");
  background-size: contain;
}

.plans__list--checkbox {
  margin-top: 10px;
  padding-left: 5px;
}

.plans__list--checkbox .plans__list-item input,
.plans__list--checkbox .plans__list-item label {
  cursor: pointer;
}

.plans__list--checkbox .plans__list-item::before {
  content: unset;
}

.plans__list-item {
  position: relative;
  margin-bottom: 12px;
}

.plans__empty {
  height: 200px;
}

.plans__accordion {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.plans__accordion-text {
  margin-bottom: 5px;
  margin-right: auto;
  width: 145px;
}

.plans__select {
  width: 10%;
  color: #fff;
  padding-left: 3px;
  border-radius: 18px;
  background: -o-linear-gradient(177.93deg, #3d0099 31.254%, #6600ff 112.934%);
  background: linear-gradient(-87.93deg, #3d0099 31.254%, #6600ff 112.934%);
}

.plans__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}

.plans__bottom {
  margin-top: auto;
}

.plans__button {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  width: 80%;
}

.plans__button--primary {
  text-align: center;
  border-radius: 21px;
  -webkit-box-shadow: 0px 0px 15.2px 0px #6600ff;
  box-shadow: 0px 0px 15.2px 0px #6600ff;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#6600ff),
      to(#3d0099));
  background: -o-linear-gradient(left, #6600ff, #3d0099 100%);
  background: linear-gradient(90deg, #6600ff, #3d0099 100%);
  color: white;
  font-family: Muller;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

.plans__button--secondary {
  color: rgba(255, 255, 255, 0.52);
  font-family: Muller;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: center;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  background: none;
}

.plans__box {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

.plans__box.active {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.plans__box.inactive {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.plans {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
}

.overlay.active {
  display: block;
}

.plans__box.active {
  position: relative;
  z-index: 1001;
}

.money {
  padding-top: 200px;
  text-align: center;
  position: relative;
  height: 400px;
  background-image: linear-gradient(rgba(20, 15, 30, 0.1),
      rgba(20, 15, 30, 0.1)),
    url(https://egirlz.chat/wp/wp-content/themes/twentytwentyfour/assets/img/skies/sky_background-home.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.money__price {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}

.money__button {
  margin-top: 20px;
  padding: 15px 20px;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 21px;
  -webkit-box-shadow: 0px 0px 15.2px 0px #6600ff;
  box-shadow: 0px 0px 15.2px 0px #6600ff;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#6600ff),
      to(#3d0099));
  background: -o-linear-gradient(left, #6600ff, #3d0099 100%);
  background: linear-gradient(90deg, #6600ff, #3d0099 100%);
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
}

.money__methods {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: #e7ddff;
  letter-spacing: .01em;
  text-align: center;
  text-shadow: 0 0 8px rgba(61, 0, 153, .25);
}

.money__next-step {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.45;
  color: #cbc0eb;
  text-align: center;
}

.eg-faq-lite {
  padding: 46px 0 26px;
  background-image: linear-gradient(rgba(20, 15, 30, 0.14), rgba(20, 15, 30, 0.14)),
    url(https://egirlz.chat/wp/wp-content/themes/twentytwentyfour/assets/img/skies/sky_background-home.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.eg-faq-lite__title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.eg-faq-lite__list {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}

.eg-faq-lite__item {
  border-radius: 14px;
  border: 1px solid rgba(173, 145, 255, .28);
  background: linear-gradient(145deg, rgba(29, 21, 58, .82), rgba(18, 13, 37, .82));
  box-shadow: 0 6px 20px rgba(10, 6, 24, .35);
  overflow: hidden;
}

.eg-faq-lite__item summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #f3ebff;
  position: relative;
  padding-right: 44px;
}

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

.eg-faq-lite__item summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 400;
  color: #c9b9f7;
}

.eg-faq-lite__item[open] summary::after {
  content: "−";
}

.eg-faq-lite__item p {
  margin: 0;
  padding: 0 18px 14px;
  font-size: 15px;
  line-height: 1.5;
  color: #d6cdee;
}

.eg-related-girls {
  padding: 30px 0 52px;
}

.eg-related-girls__title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.eg-related-girls__track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.eg-related-girls__card {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(173, 145, 255, .25);
  background: linear-gradient(145deg, rgba(29, 21, 58, .82), rgba(18, 13, 37, .82));
  box-shadow: 0 8px 20px rgba(10, 6, 24, .3);
  text-decoration: none !important;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.eg-related-girls__card:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 178, 255, .55);
  box-shadow: 0 12px 28px rgba(10, 6, 24, .45);
}

.eg-related-girls__image-wrap {
  aspect-ratio: 3 / 4;
  background: rgba(255, 255, 255, .02);
}

.eg-related-girls__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.eg-related-girls__meta {
  padding: 10px 12px 12px;
}

.eg-related-girls__name {
  color: #f5efff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.eg-related-girls__price {
  margin-top: 6px;
  color: #d3c6f5;
  font-size: 13px;
  font-weight: 600;
}

.eg-related-girls__price .woocommerce-Price-amount {
  color: #ecdfff;
}

.money__photo {
  position: absolute;
  bottom: 0px;
  right: 25%;
  height: 350px;
}

.price-change {
  color: grey;
  margin-bottom: 10px;
  font-size: 14px;
}

/* Dynamic price animation */
#final-price {
  display: inline-block;
  transition: color 0.3s ease;
}

#final-price.ep-price-pop {
  animation: ep-price-pop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes ep-price-pop {
  0% {
    transform: scale(1);
    color: inherit;
  }

  30% {
    transform: scale(1.25);
    color: #a78bfa;
  }

  60% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
    color: inherit;
  }
}

.catalog-head {
  padding-bottom: 81px;
}

.catalog-title {
  color: white;
  font-family: Muller;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  margin-top: 80px;
}

.catalog-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.catalog-item {
  width: 250px;
  height: 350px;
  border-radius: 59px;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 38px;
  margin-bottom: 60px;
  text-align: center;
  margin-right: 0;
}

.catalog-item-name {
  color: white;
  font-family: Muller;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0%;
  margin-bottom: 5px;
}

.catalog-item-button {
  display: inline-block;
  border-radius: 21px;
  color: white;
  font-family: Muller;
  font-size: 13px;
  font-weight: 800;
  line-height: 11px;
  letter-spacing: 0%;
  padding: 13px 22px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 15.2px 0px #6600ff;
  box-shadow: 0px 0px 15.2px 0px #6600ff;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#6600ff),
      to(#3d0099));
  background: -o-linear-gradient(left, #6600ff, #3d0099 100%);
  background: linear-gradient(90deg, #6600ff, #3d0099 100%);
  margin-top: 15px;
}

.good-filter-catalog {
  border-radius: 59px;
}

.custom-select-wrapper {
  position: relative;
  width: 66px;
  font-family: sans-serif;
}

.custom-label {
  color: white;
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}

.custom-select-trigger {
  background: linear-gradient(-87.93deg, #3d0099 31.254%, #6600ff 112.934%);
  color: #fff;
  padding: 8px 17px;
  border-radius: 9999px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 10px rgba(102, 0, 255, 0.5);
  font-weight: bold;
  font-size: 16px;
  position: relative;
  user-select: none;
}

.arrow {
  margin-left: 8px;
  font-size: 12px;
  opacity: 0.8;
}

.custom-options {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background: #2a0047;
  border-radius: 10px;
  display: none;
  z-index: 10;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  padding: 0;
  margin: 5px 0 0;
  list-style: none;
}

.custom-select-wrapper.show .custom-options {
  display: block;
}

.custom-options li {
  padding: 10px 15px;
  color: white;
  cursor: pointer;
  transition: background 0.2s ease;
}

.custom-options li:hover {
  background: #5000b0;
}

.custom-options li.selected {
  background: rgba(255, 255, 255, 0.1);
}

.catalog-content {
  margin-bottom: 0;
}

.catalog-img {
  border-radius: 59px;
}

.catalog-item-icons img {
  width: 20px;
}

@media (max-width: 5000px) {
  .carousel-2 {
    position: absolute;
    z-index: -1000;
    display: none;
    width: 0;
  }

  .promo__explanation-product {
    margin-top: -46px;
  }
}

@media (max-width: 1449.98px) {
  .container {
    max-width: 1200px;
  }

  .money__photo {
    right: 20%;
  }

  .promo__explanation::after {
    height: 166px;
  }

  .promo__explanation-product::after {
    height: 122px;
  }
}

@media screen and (max-width: 1288px) {

  .goods__image--left,
  .goods__image--right {
    width: 200px;
  }
}

@media (max-width: 1182px) {

  .plans__box-bestseller,
  .tariff-subtext {
    top: -13px;
  }
}

@media (max-width: 1142px) {
  .promo-product {
    height: 163px;
  }

  .promo__girl img {
    width: 460px;
  }

  .promo__girl::after {
    content: "";
    bottom: 17%;
    right: 61% 0px;
    /* left: 25%; */
    position: absolute;
    width: 450px;
    height: 450px;
    background-color: rgba(255, 255, 255, 0.021);
    -webkit-box-shadow: 0 0 50px 20px rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 50px 20px rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    z-index: -10;
  }

  .girl-photo-wrapper {
    position: relative;
    bottom: -8%;
    right: -3%;
  }

  .promo__explanation__photo-product {
    height: 209px;
  }
}

@media screen and (max-width: 1168px) {
  .promo__explanation::after {
    height: 183px;
  }
}

@media screen and (max-width: 1112px) {
  .promo__explanation::after {
    height: 200px;
  }
}

@media screen and (max-width: 1100px) {

  .goods__image--left,
  .goods__image--right {
    width: 150px;
  }
}

@media (max-width: 1086px) {
  .promo__explanation-product {
    margin-top: -20px;
  }

  .promo__explanation__photo-product {
    height: 190px;
  }
}

@media screen and (max-width: 1052px) {
  .promo__explanation::after {
    height: 100%;
  }
}

@media (max-width: 1045px) {
  .promo-product {
    height: 143px;
  }



  .promo__explanation__wrapper__header-product {
    font-size: 18px;
  }

  .promo__explanation__wrapper__descr-product {
    font-size: 13px;
  }

  .promo__explanation-product::after {
    height: 110px;
  }

  .promo__explanation__photo-product {
    height: 160px;
  }
}

@media screen and (max-width: 1034px) {
  .promo__girl img {
    width: 378px;
  }

  .girl-photo-wrapper {
    position: relative;
    bottom: 0%;
    right: -10%;
  }

  .howit-wrapper {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }

  .promo__girl::after {
    bottom: 9.8%;
    right: 17.3%;
    width: 360px;
    height: 360px;
  }

  .promo__explanation {
    display: none;
  }

  .promo__explanation-mobile {
    display: flex;
    margin-top: 0;
  }

  .promo__explanation::after {
    width: 100%;
    height: 141px;
  }

  .woocommerce-checkout-review-order {
    width: 90%;
  }

  .promo__photo {
    width: 350px;
  }

  .promo__subheader {
    max-width: 100%;
  }

  .slider {
    width: 45%;
  }

  .info__wrapper {
    width: 48%;
  }

  .info__wrapper .header .name {
    font-size: 32px;
  }

  .info__wrapper .header .achievements .icon-achievement {
    width: 40px;
    height: 40px;
  }

  .play-icon-2 {
    content: url("../assets/img/icons/sound_waves1000px.svg");
  }

  .info__wrapper .play-frame {
    padding: 10px;
  }

  .info__wrapper .play-frame .play__wrapper {
    gap: 4px;
  }

  .info__wrapper .play-frame .play__wrapper .play-icon-2 {
    width: 100px;
  }

  .info__wrapper .play-frame .play-girl {
    top: -42px;
  }

  .info__wrapper .play-frame {
    width: 47%;
  }

  .info__wrapper .description {
    font-size: 14px;
    margin-top: 30px;
  }

  .slider .thumbnail {
    width: 85%;
  }

  .info__wrapper .details .films div,
  .info__wrapper .details .games div {
    font-size: 17px;
  }

  .films {
    width: 300px;
  }

  .info__wrapper .details .films .games__wrapper,
  .info__wrapper .details .games .games__wrapper {
    width: 90%;
  }

  .info__wrapper .details .films ul,
  .info__wrapper .details .games ul {
    padding-left: 8%;
  }

  .plans__header {
    font-size: 32px;
  }

  .plans__box-title {
    font-size: 28px;
  }

  .plans__box-title {
    font-size: 24px;
  }

  .plans__box-subtitle {
    font-size: 15px;
  }

  .plans__list-item {
    font-size: 14px;
  }

  .plans__list--yes .plans__list-item::before {
    width: 14px;
    height: 14px;
  }

  .plans__list--no .plans__list-item::before {
    width: 14px;
    height: 14px;
  }

  .plans__button {
    width: 75%;
  }

  .plans__button--primary {
    font-size: 14px;
  }

  .plans__button--secondary {
    font-size: 13px;
  }

  .plans__select {
    width: 16%;
  }

  .money__photo {
    right: 10%;
  }

  .money__price {
    font-size: 22px;
  }

  .money__button {
    margin-top: 12px;
    font-size: 15px;
  }

  .promo-product {
    height: 216px;
  }

  .promo__explanation-product::after {
    width: 330px;
  }

  .promo__explanation__wrapper__descr-product {
    width: 223px;
  }

  .promo__explanation-product::after {
    height: 138px;
  }
}

@media screen and (max-width: 1006px) {
  .slider .thumbnail {
    width: 75%;
  }



  .plans__accordion-text {
    font-size: 15px;
  }

  .plans__text {
    font-size: 15px;
    text-align: center;
  }

  .plans__select {
    width: 28%;
  }
}

@media screen and (max-width: 997px) {
  .promo-product {
    height: 196px;
  }
}

@media (max-width: 991.98px) {
  .container {
    max-width: 970px;
  }
}

@media screen and (max-width: 991.98px) {
  .menu {
    position: fixed;
    background: #131418;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    display: none;
  }

  .menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: all;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 22;
    -webkit-animation: fade 0.1s linear;
    animation: fade 0.1s linear;
  }

  .burger {
    display: block;
    position: relative;
    height: 20px;
    width: 30px;
    z-index: 102;
    cursor: pointer;
  }

  .burger.active-burger:before {
    background: "white";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    top: 8px;
  }

  .burger.active-burger:after {
    background: "white";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 10px;
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  }

  .burger.active-burger span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .burger:before,
  .burger:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: "black";
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  }

  .burger:before {
    top: 0;
  }

  .burger::after {
    bottom: 0;
  }

  .burger span {
    position: absolute;
    top: 9px;
    right: 0;
    width: 100%;
    background: "black";
    height: 2px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  }

  .menu__item {
    margin-top: 15px;
  }
}

@media screen and (max-width: 976px) {
  .whywe__frame {
    width: 250px;
  }

  .whywe__frame--top::after {
    top: 102%;
    right: -88px;

    width: 55px;
    height: 61px;
  }

  .whywe__frame--right::after {
    top: 135%;
    left: 49px;

    width: 55px;
    height: 61px;
  }

  .whywe__frame--bottom::after {
    bottom: 51%;
    left: -64px;

    width: 55px;
    height: 61px;
  }

  .whywe__frame--left::after {
    bottom: 98%;
    right: 18px;

    width: 55px;
    height: 61px;
  }

  .whywe__frame--bottom {
    -webkit-transform: translateX(-121%) translateY(95%);
    -ms-transform: translateX(-121%) translateY(95%);
    transform: translateX(-121%) translateY(95%);
  }

  .whywe__frame--top {
    -webkit-transform: translateX(-121%) translateY(-192%);
    -ms-transform: translateX(-121%) translateY(-192%);
    transform: translateX(-121%) translateY(-192%);
  }

  .whywe__frame--left {
    -webkit-transform: translateX(-216%) translateY(-50%);
    -ms-transform: translateX(-216%) translateY(-50%);
    transform: translateX(-216%) translateY(-50%);
  }

  .whywe__frame--right {
    -webkit-transform: translateX(-31%) translateY(-50%);
    -ms-transform: translateX(-31%) translateY(-50%);
    transform: translateX(-31%) translateY(-50%);
  }
}

@media screen and (max-width: 960px) {
  .slider .main-image img {
    max-width: 425px;
  }

  .slider .thumbnail {
    width: 65%;
  }

  .slider .thumbnail img {
    width: 80px;
    height: 80px;
  }

  .info__wrapper .details {
    margin-top: 20px;
  }

  .info__wrapper .play-frame .play-girl {
    left: 86%;
  }

  .info__wrapper .details .films .icon-game,
  .info__wrapper .details .games .icon-game {
    width: 33px;
    height: 33px;
  }

  .info__wrapper .details .films ul li,
  .info__wrapper .details .games ul li {
    font-size: 14px;
  }

  .promo-product {
    height: 165px;
  }
}

@media screen and (max-width: 938px) {
  .promo__girl::after {
    bottom: 12.3%;
    right: 10%;
    width: 274px;
    height: 274px;
  }

  .girl-photo-wrapper {
    width: unset;
    height: unset;
  }

  .promo__photo {
    width: 256px;
  }

  .promo__girl img {
    width: 280px;
  }

  .promo__explanation {
    margin-top: 0;
  }

  .girl-photo-wrapper {
    position: relative;
    bottom: -11%;
    right: 8%;
  }
}

@media screen and (max-width: 926px) {
  .catalog-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 916px) {
  .promo-product {
    height: 145px;
  }

  .promo__explanation__wrapper__header-product {
    font-size: 15px;
  }

  .promo__explanation__wrapper__descr-product {
    font-size: 12px;
  }

  .promo__explanation__wrapper-product {
    padding-left: 16px;
    padding-bottom: 5px;
  }

  .promo__explanation-product::after {
    height: 122px;
  }
}

@media screen and (max-width: 911px) {
  .good-prods_item {
    position: relative;
    width: 306px;
    height: 430px;
  }
}

@media screen and (max-width: 900px) {
  .slider .main-image img {
    max-width: 380px;
  }

  .info__wrapper .play-frame {
    padding: 6px;
    width: 50%;
  }

  .info__wrapper .play-frame .play-girl {
    top: -50px;
    left: 86%;
  }

  .info__wrapper .header .achievements .icon-achievement {
    width: 35px;
    height: 35px;
  }

  .info__wrapper .description {
    font-size: 13px;
    margin-top: 20px;
  }

  .info__wrapper .details {
    margin-top: 20px;
  }

  .slider .thumbnail img {
    width: 70px;
    height: 70px;
  }

  .info__wrapper .details .films div,
  .info__wrapper .details .games div {
    font-size: 15px;
  }

  .info__wrapper .details .films .icon-game,
  .info__wrapper .details .games .icon-game {
    width: 28px;
    height: 28px;
  }

  .info__wrapper .details .films ul li,
  .info__wrapper .details .games ul li {
    font-size: 13px;
  }

  .plans__button--secondary {
    padding: 0;
    margin-top: 10px;
  }

  .promo-product {
    height: 132px;
  }

  .promo__explanation__wrapper__header-product {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 878px) {
  .promo__girl::after {
    bottom: 17.3%;
    right: 10%;
    width: 274px;
    height: 274px;
  }
}

@media screen and (max-width: 865px) {
  .promo-product {
    height: 112px;
  }

  .promo__explanation__wrapper__descr-product {
    width: 237px;
  }

  .promo__explanation__photo-product {
    height: 136px;
  }

  .promo__explanation-product::after {
    height: 96px;
    width: 320px;
  }
}

@media screen and (max-width: 863px) {
  .slider .main-image img {
    max-width: 363px;
  }

  .slider .thumbnail img {
    width: 65px;
    height: 65px;
  }

  .slider .arrow-6 svg {
    width: 35px;
  }

  .info__wrapper .details .games .icon-game {
    width: 25px;
    height: 25px;
  }

  .info__wrapper .details {
    margin-top: 10px;
  }

  .info__wrapper .details .films div,
  .info__wrapper .details .games div {
    font-size: 14px;
  }

  .info__wrapper .details .films ul li,
  .info__wrapper .details .games ul li {
    font-size: 12px;
  }

  .info__wrapper .description {
    font-size: 12px;
  }

  .info__wrapper .play-frame .play-girl {
    position: absolute;
    top: -40px;
    left: 87%;
    height: 90px;
  }

  .info__wrapper .details .films .games__wrapper,
  .info__wrapper .details .games .games__wrapper {
    width: 98%;
  }
}

@media screen and (max-width: 834px) {

  .goods__image--left,
  .goods__image--right {
    width: 150px;
  }

  .promo__explanation::after {
    height: 166px;
  }
}

@media screen and (max-width: 790px) {

  .plans__box-bestseller,
  .tariff-subtext {
    top: 6px;
  }

  .slider .arrow-6 svg {
    width: 25px;
  }

  .slider .main-image img {
    max-width: 330px;
  }

  .info__wrapper .header .name {
    font-size: 25px;
  }

  .info__wrapper .header .achievements .icon-achievement {
    width: 25px;
    height: 25px;
  }

  .info__wrapper {
    width: 58%;
  }

  .info__wrapper .play-frame {
    width: 60%;
  }

  .info__wrapper .play-frame {
    padding: 6px;
  }

  .info__wrapper .play-frame .play-girl {
    top: -40px;
  }

  .info__wrapper .description {
    font-size: 10px;
  }

  .info__wrapper .details .films div,
  .info__wrapper .details .games div {
    font-size: 13px;
  }

  .info__wrapper .details .films .games__wrapper,
  .info__wrapper .details .games .games__wrapper {
    gap: 10px;
    width: 87%;
  }

  .info__wrapper .details .films .icon-game,
  .info__wrapper .details .games .icon-game {
    width: 25px;
    height: 25px;
  }

  .info__wrapper .details .films ul li,
  .info__wrapper .details .games ul li {
    font-size: 11px;
    margin-top: 8px;
  }

  .info__wrapper .details .films div,
  .info__wrapper .details .games div {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .films {
    width: 210px;
  }

  .money__photo {
    right: 5%;
    height: 300px;
  }

  .money {
    height: 400px;
  }

  .plans__box {
    width: 350px;
    margin-bottom: 50px;
  }

  .plans__box-title {
    font-size: 22px;
    line-height: 20px;
  }

  .plans__boxes {
    flex-direction: column;
    align-items: center;
  }

  .plans__text {
    text-align: left;
  }

  .plans__list-item {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .contactt-wrap {
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    padding-top: 0;
  }

  .community-links {
    flex-direction: column;
    gap: 20px;
  }

  .contactt-right {
    margin-bottom: 50px;
    width: 100%;
  }

  .contactt-left {
    width: 100%;
  }

  .wpcf7-form {
    width: 100%;
    gap: 0;
  }

  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="file"],
  .wpcf7 textarea {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }

  .wpcf7-form label {
    display: block;
    width: 100%;
  }

  .whywe__frame--top::after {
    top: 103%;
    right: -62px;

    width: 55px;
    height: 46px;
  }

  .whywe__frame--right::after {
    top: 135%;
    left: 36px;

    width: 55px;
    height: 46px;
  }

  .whywe__frame--bottom::after {
    bottom: 35%;
    left: -44px;

    width: 55px;
    height: 46px;
  }

  .whywe__frame--left::after {
    bottom: 91%;
    right: 18px;

    width: 55px;
    height: 46px;
  }

  .whywe__frame::before {
    border-radius: 27px;
  }

  .promo__girl img {
    width: 225px;
  }

  .whywe {
    padding-top: 124px;
    padding-bottom: 155px;
  }

  .goods__header {
    font-size: 28px;
    line-height: 28px;
  }

  .goods__product-card {
    background: -o-linear-gradient(268.91deg,
        rgba(0, 0, 0, 0) 0.438%,
        rgba(14, 2, 33, 0.81) 104.715%);
    background: linear-gradient(181.09deg,
        rgba(0, 0, 0, 0) 0.438%,
        rgba(14, 2, 33, 0.81) 104.715%);
    background-position: center;
    background-size: cover;
  }

  .goods__product-card {
    width: 192.06px;
    height: 270.09px;
    border-radius: 40px;
  }

  .whywe__circle {
    margin-top: 150px;
  }

  .whywe__photo {
    width: 230px;
    height: 230px;
  }

  .whywe__frame--top {
    -webkit-transform: translateX(-107%) translateY(-192%);
    -ms-transform: translateX(-107%) translateY(-192%);
    transform: translateX(-107%) translateY(-192%);
  }

  .whywe__frame--bottom {
    -webkit-transform: translateX(-107%) translateY(95%);
    -ms-transform: translateX(-107%) translateY(95%);
    transform: translateX(-107%) translateY(95%);
  }

  .whywe__frame--left {
    -webkit-transform: translateX(-194%) translateY(-50%);
    -ms-transform: translateX(-194%) translateY(-50%);
    transform: translateX(-194%) translateY(-50%);
  }

  .whywe__frame--right {
    -webkit-transform: translateX(-19%) translateY(-50%);
    -ms-transform: translateX(-19%) translateY(-50%);
    transform: translateX(-19%) translateY(-50%);
  }

  .whywe__photo img {
    width: 100%;
  }

  .whywe__frame {
    padding: 12px 20px;
    width: 204px;
  }

  .whywe__frame__description {
    font-size: 11px;
    font-weight: 400;
    line-height: 11px;
  }

  .whywe__frame__title {
    font-size: 13px;
    line-height: 13px;
  }

  .whywe__header {
    line-height: 28px;
    font-size: 28px;
  }

  .nav-bar {
    font-size: 13px;
    margin-right: 24px;
    font-weight: 300;
  }

  .promo__header {
    font-size: 32px;
    line-height: 32px;
  }

  .promo__subheader {
    margin-top: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
  }

  .promo__button {
    border-radius: 21px;
    background: -webkit-gradient(linear,
        left top,
        right top,
        from(#6600ff),
        to(#3d0099));
    background: -o-linear-gradient(left, #6600ff, #3d0099 100%);
    background: linear-gradient(90deg, #6600ff, #3d0099 100%);
    font-size: 16px;
    padding: 17px 42px;
    font-weight: 800;
  }

  .promo__wrapper {
    padding-top: 91px;
  }

  .promo__girl::after,
  .promo__girl::before {
    bottom: -10%;
    right: 8%;
    width: 225px;
    height: 225px;
  }

  .promo__girl {
    padding: 0;
  }

  .promo__button {
    position: relative;
    z-index: 1000;
  }

  .promo__girl {
    margin-bottom: 84px;
  }

  .promo__explanation__wrapper__header {
    font-size: 15px;
    margin-bottom: 9px;

  }

  .promo__explanation__wrapper__descr {
    font-size: 12px;

    line-height: 12px;
  }

  .promo__explanation__photo {
    width: 84px;
  }

  .promo__explanation__wrapper {
    margin-left: 15px;
    margin-bottom: 12px;
  }

  .good-prods_item {
    width: 192.06px;
    height: 270.09px;
    border-radius: 40px;
    margin-right: 63px;
  }

  .good-filter {
    border-radius: 40px;
    background: -o-linear-gradient(268.91deg,
        rgba(0, 0, 0, 0) 0.438%,
        rgba(14, 2, 33, 0.81) 104.715%);
    background: linear-gradient(181.09deg,
        rgba(0, 0, 0, 0) 0.438%,
        rgba(14, 2, 33, 0.81) 104.715%);
  }

  .good-prods_item-img {
    border-radius: 40px;
  }

  .good-prods_item-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .good-prods_item-icons img {
    width: 24px;
  }

  .good-prods_item-btn {
    font-family: Muller;
    font-size: 9px;
    font-weight: 800;
    line-height: 9px;
    border-radius: 21px;
    padding: 8px 22px;
    margin-top: 21px;
  }

  .good-content {
    margin-bottom: 26px;
  }

  .goods__load-more-button {
    font-size: 12px;
    font-weight: 800;
    line-height: 12px;
    padding: 16px 23px;
  }

  .faq .faq__content .faq__header {
    font-size: 24px;
  }

  .faq {
    padding-top: 50px;
  }

  .catalog-item {
    margin-right: 0;
  }

  .catalog-content {
    margin-bottom: 0;
  }

  .promo__explanation::after {
    height: 111px;
  }

  .promo-product {
    height: 130px;
  }

  .promo__explanation__wrapper__descr-product {
    font-size: 10px;
    width: 193px;
  }

  .promo__explanation-product::after {
    width: 280px;
  }

  .promo__explanation__photo-product {
    width: auto;
  }
}

@media (max-width: 767.98px) {
  .footer-col {
    flex: unset;
  }

  .container {
    max-width: 740px;
  }

  #menu {
    display: block;
  }

  .head-nav {
    display: none;
  }

  .plans__list--no li::after {
    left: -17px;
    white-space: unset;
  }
}

@media screen and (max-width: 700px) {
  .howit-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .product-guarantee {
    width: 90%;
  }

  .eg-bundles {
    padding: 0 0 18px;
  }

  .eg-bundles__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .eg-bundles__card {
    padding: 14px 14px 16px;
  }

  .eg-bundles__title {
    font-size: 19px;
  }

  .eg-bundles__text {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .eg-related-girls {
    padding: 24px 0 34px;
  }

  .eg-related-girls__title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .eg-related-girls__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(68%, 1fr);
    overflow-x: auto;
    gap: 10px;
    padding: 2px 2px 8px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .eg-related-girls__track::-webkit-scrollbar {
    display: none;
  }

  .eg-related-girls__card {
    scroll-snap-align: start;
  }

  .eg-faq-lite {
    padding: 34px 0 20px;
  }

  .eg-faq-lite__title {
    font-size: 24px;
    margin-bottom: 14px;
  }

  .eg-faq-lite__item summary {
    padding: 12px 14px;
    padding-right: 40px;
    font-size: 15px;
  }

  .eg-faq-lite__item p {
    padding: 0 14px 12px;
    font-size: 14px;
  }

  .plans__list--checkbox .plans__list-item {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    column-gap: 12px;
    min-height: 44px;
    margin-bottom: 10px;
  }

  .plans__list--checkbox .plans__list-item input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    margin: 0;
    border-radius: 12px;
    border: 1px solid rgba(173, 145, 255, .45);
    background: linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .03));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .12s ease;
    cursor: pointer;
  }

  .plans__list--checkbox .plans__list-item input[type="checkbox"]::after {
    content: "";
    width: 14px;
    height: 14px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg) scale(0);
    opacity: 0;
    transition: transform .18s ease, opacity .18s ease;
    margin-top: -2px;
  }

  .plans__list--checkbox .plans__list-item input[type="checkbox"]:checked {
    border-color: rgba(213, 193, 255, .95);
    background: linear-gradient(145deg, #7a35ff, #b44dff);
    box-shadow: 0 0 0 3px rgba(138, 92, 246, .18), 0 8px 18px rgba(61, 0, 153, .35);
  }

  .plans__list--checkbox .plans__list-item input[type="checkbox"]:checked::after {
    transform: rotate(45deg) scale(1);
    opacity: 1;
  }

  .plans__list--checkbox .plans__list-item input[type="checkbox"]:active {
    transform: scale(.97);
  }

  .plans__list--checkbox .plans__list-item label {
    min-height: 44px;
    display: flex;
    align-items: center;
    line-height: 1.35;
  }

  .product-slot {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 23px;
  }

  nav a.profile-icon {
    display: inline-block;
  }

  .woocommerce-checkout {
    flex-direction: column;
  }

  .order_review {
    width: 100%;
  }

  .promo__explanation::after {
    height: 129px;
  }

  .slider {
    display: none;
  }

  .carousel-2 {
    position: relative;
    display: block;
    z-index: 1;
    width: 100%;
    visibility: visible;
    overflow: hidden;
  }

  .girl .container_slider {
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .info__wrapper {
    width: 100%;
    padding: 0 20px;
  }

  .info__wrapper .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .info__wrapper .header .name {
    font-size: 35px;
  }

  .info__wrapper .header .achievements .icon-achievement {
    width: 35px;
    height: 35px;
    margin-top: 15px;
  }

  .info__wrapper .play-frame {
    width: 158px;
    margin-top: 35px;
    left: 50%;
    padding: 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .info__wrapper .play-frame .play-girl {
    position: absolute;
    top: -52px;
    left: 86%;
    height: 109px;
    display: none;
  }

  .info__wrapper .description {
    color: #d1d1d1;
    font-size: 15px;
    text-align: center;
    max-width: 350px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .info__wrapper .details {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .info__wrapper .details .films div,
  .info__wrapper .details .games div {
    font-size: 16px;
    text-align: center;
  }

  .info__wrapper .details .films .games__wrapper,
  .info__wrapper .details .games .games__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .info__wrapper .details .games .icon-game {
    width: 35px;
    height: 35px;
  }

  .info__wrapper .details .films ul,
  .info__wrapper .details .games ul {
    padding-left: 20%;
  }

  .info__wrapper .details .films ul li,
  .info__wrapper .details .games ul li {
    font-size: 13px;
  }

  .games {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 33%;
  }

  .films {
    margin-top: 10px;
  }

  .games,
  .films {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .promo-product {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .promo__explanation-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .plans__boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
  }

  .plans__box {
    width: 350px;
  }

  .plans__box-title {
    font-size: 24px;
    line-height: 34px;
  }

  .plans__text {
    font-size: 15px;
    text-align: left;
  }

  .plans__accordion {
    -ms-flex-direction: column;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }

  .plans__accordion-text {
    margin-bottom: 0px;
    margin-right: 13px;
  }

  .plans__select {
    width: 12%;
  }

  .money__photo {
    right: 5%;
    height: 170px;
  }

  .promo__girl::after,
  .promo__girl::before {
    bottom: -6%;
    right: 8%;
    width: 225px;
    height: 225px;
  }
}

@media screen and (max-width: 603px) {
  .promo__girl::after {
    bottom: 3%;
    right: 8%;
    width: 225px;
    height: 212px;
  }
}

@media screen and (max-width: 580px) {
  .promo__girl::after {
    bottom: 5%;
    right: 8%;
    width: 225px;
    height: 212px;
  }
}

@media screen and (max-width: 575px) {

  .whywe__frame--top::after {
    top: 103%;
    right: -47px;
    width: 29px;
    height: 67px;
    background-image: url("https://egirlz.chat/wp-content/uploads/2025/06/11.png");
  }

  .whywe__frame--right::after {
    top: 107%;
    left: -47px;

    width: 29px;
    height: 67px;
    background-image: url("https://egirlz.chat/wp-content/uploads/2025/06/22.png");
  }

  .whywe__frame--bottom::after {
    top: 114%;
    left: 111%;

    width: 29px;
    height: 67px;
    background-image: url("https://egirlz.chat/wp-content/uploads/2025/06/33.png");
  }

  .whywe__frame--left::after {
    content: unset;
  }

  .head-nav {
    display: none;
  }

  .promo__wrapper {
    padding-top: 83px;
  }

  .promo__header {
    margin-bottom: 0;
    max-width: 80%;
  }

  .promo__subheader {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
  }

  .promo__button {
    margin-top: 33px;
  }

  .promo__girl {
    display: none;
  }

  .promo__explanation {
    margin-top: 57px;
  }

  .whywe {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .whywe__frame {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    position: relative;
    margin-bottom: 22px;
    padding: 16px 20px;
  }

  .whywe__frame:last-child {
    margin-bottom: 0;
  }

  .whywe__circle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 49px;
    position: relative;
  }

  .whywe__wrapper {
    padding: 0;
    margin-top: -40px;
  }

  .whywe__photo {
    width: 181px;
    height: 181px;
  }

  .triangle {
    display: block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-filter: blur(73.5px);
    filter: blur(73.5px);
    top: 10%;
    background: rgba(102, 0, 255, 0.22);
    width: 0;
    height: 0;
    border-left: 97px solid transparent;
    border-right: 97px solid transparent;
    border-bottom: 499px solid rgba(102, 0, 255, 0.12);
    position: absolute;
  }

  .goods__header {
    margin-bottom: 68px;
  }

  .good-prods_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 51px;
  }


  .good-prods_wrap a {
    margin-right: 0;
    margin-bottom: 51px;
  }

  .good-prods_wrap a:last-child {
    margin-bottom: 0;
  }

  .faq .faq__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .faq .faq__image {
    -ms-flex-item-align: start;
    align-self: flex-start;
    height: unset;
    width: 250px;
  }

  .faq .faq__content {
    width: 100%;
  }

  .promo__wrapper {
    max-width: 75%;
  }

  .promo__explanation {
    display: none;
  }

  .promo__explanation-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .promo__explanation::after {
    width: 100%;
    height: 142px;
  }

  .money {
    overflow: hidden;
  }

  .money__photo {
    right: -7%;
    height: 222px;
  }

  .promo__explanation__wrapper__descr {
    width: 100%;
  }



  #menu_box {
    padding-top: 10px;
  }

  .nav-bar {
    margin-right: 0;
    font-size: 19px;
    margin-bottom: 30px;
    font-weight: 500;
  }

  .footer nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mobilegirl {
    display: block;
    position: absolute;
    right: 0;
    top: 10%;
  }

  .promo {
    position: relative;
  }

  .catalog-title {
    color: white;
    font-family: Muller;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1.64vw;
    text-align: left;
    text-transform: uppercase;
    opacity: 0.68;
  }
}

@media screen and (max-width: 574px) {
  .promo__explanation-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .info__wrapper .details .films .games__wrapper,
  .info__wrapper .details .games .games__wrapper {
    width: 100%;
  }

  .plans__header {
    font-size: 26px;
  }
}

@media screen and (max-width: 518px) {

  .info__wrapper .details .films .games__wrapper,
  .info__wrapper .details .games .games__wrapper {
    width: 110%;
  }
}

@media screen and (max-width: 513px) {
  .catalog-item {
    width: 165.77px;
    height: 233.11px;
    border-radius: 36px;
    padding-bottom: 20px;
    margin-right: 10px;
  }

  .catalog-item,
  .catalog-img,
  .good-filter-catalog {
    border-radius: 36px;
  }

  .catalog-item-icons img {
    width: 18px;
  }

  .catalog-item-button {
    margin-top: 15px;
  }
}

@media screen and (max-width: 506px) {
  .container {
    padding: 0px 25px;
  }

  .games {
    width: 40%;
  }
}

@media (max-width: 479.98px) {
  .container {
    max-width: none;
  }

  .promo__explanation::after {
    height: 163px;
  }
}

@media screen and (max-width: 442px) {
  .games {
    width: 50%;
  }

  .promo-product {
    width: 100%;
  }
}

@media screen and (max-width: 427px) {
  .promo__subheader {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    width: 300px;
  }

  .tooltip-icon .tooltip-text {
    position: absolute;
    bottom: 125%;
    left: 44%;
    text-align: center;
    transform: translateX(-64%) translateY(10px);
    background-color: #222;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    /* white-space: normal; */
    font-size: 12px;
    width: 121px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    z-index: 10;
    pointer-events: none;
  }

  .promo__header {
    margin-bottom: 0;
    max-width: 72%;
  }

  .promo__wrapper {
    max-width: unset;
    width: 100%;
  }

  .catalog-item {
    width: 141.77px;
    height: 202.11px;
  }

  .money__photo {
    right: -18%;
    height: 222px;
  }
}

@media screen and (max-width: 389px) {
  .promo__explanation::after {
    height: 189px;
  }

  .promo__explanation-product::after {
    height: 122px;
  }

  .catalog-item {
    width: 220px;
    height: 306px;
    padding-bottom: 20px;
  }

  .plans__box {
    width: 100%;
  }

  .catalog-item,
  .catalog-img,
  .good-filter-catalog {
    border-radius: 59px;
  }

  .catalog-wrapper {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 382px) {
  .games {
    width: 65%;
  }

  .promo-product {
    height: 175px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 220px;
  }

  .tooltip-icon.active .tooltip-text,
  .tooltip-icon:hover .tooltip-text,
  .tooltip-icon:focus .tooltip-text {
    opacity: 1;
    visibility: visible;
    transform: translateX(-54%) translateY(0);
    pointer-events: auto;
  }

  .tooltip-icon .tooltip-text {
    position: absolute;
    bottom: 125%;
    left: 31%;
    text-align: center;
    transform: translateX(-64%) translateY(10px);
    background-color: #222;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    /* white-space: normal; */
    font-size: 12px;
    width: 117px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    z-index: 10;
    pointer-events: none;
  }

}

@media screen and (max-width: 354px) {
  .promo__explanation::after {
    height: 198px;
  }

  .money__photo {
    right: -26%;
    height: 222px;
  }

  .plans__box-bestseller,
  .tariff-subtext {
    top: -13px;
  }
}

@media screen and (max-width: 330px) {
  .promo__explanation::after {
    height: 224px;
  }

  .carousel-2 .owl-nav button.owl-prev,
  .carousel-2 .owl-nav button.owl-prev:hover {
    left: 25%;
  }

  .carousel-2 .owl-nav button.owl-next,
  .carousel-2 .owl-nav button.owl-next:hover {
    right: 25%;
  }

  .games {
    width: 70%;
  }

  .promo__explanation-product::after {
    height: 122px;
  }
}

/* ═══════════════════════════════════════════════════
   CHECKOUT PAGE — E-GIRLZ Premium
   ═══════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════
   E-GIRLZ CHECKOUT — Premium Redesign
   ═══════════════════════════════════════════════ */

@keyframes eg-co-fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes eg-co-shimmer {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes eg-co-pulse {

  0%,
  100% {
    box-shadow: 0 0 24px rgba(102, 0, 255, 0.45), 0 4px 16px rgba(0, 0, 0, 0.3);
  }

  50% {
    box-shadow: 0 0 36px rgba(102, 0, 255, 0.65), 0 6px 24px rgba(102, 0, 255, 0.45);
  }
}

@keyframes eg-co-borderGlow {

  0%,
  100% {
    border-color: rgba(177, 126, 255, 0.18);
  }

  50% {
    border-color: rgba(177, 126, 255, 0.35);
  }
}

.eg-checkout-page {
  font-family: "Muller", sans-serif;
  color: #fff;
  min-height: 100vh;
  padding: 0 40px 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.eg-checkout-page~.site-footer {
  margin-top: 0;
}

/* ── Progress Stepper ─────────────────────── */
.eg-checkout-stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 32px 0 36px;
  animation: eg-co-fadeUp 0.5s ease both;
}

.eg-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  position: relative;
  cursor: default;
}

a.eg-step {
  cursor: pointer;
}

.eg-step__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(177, 126, 255, 0.2);
  background: rgba(255, 255, 255, 0.03);
  color: #6b5f8e;
  transition: all 0.35s ease;
}

.eg-step--done .eg-step__icon {
  background: linear-gradient(135deg, #6600ff, #8a33ff);
  border-color: #8a33ff;
  color: #fff;
  box-shadow: 0 0 18px rgba(102, 0, 255, 0.35);
}

.eg-step--active .eg-step__icon {
  background: linear-gradient(135deg, #7d54ff, #ff3891);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 0 24px rgba(125, 84, 255, 0.45), 0 0 48px rgba(255, 56, 145, 0.15);
  transform: scale(1.1);
}

.eg-step--upcoming .eg-step__icon {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(177, 126, 255, 0.12);
  color: #4a4260;
}

.eg-step__label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #6b5f8e;
  white-space: nowrap;
}

.eg-step--done .eg-step__label {
  color: #b17eff;
}

.eg-step--active .eg-step__label {
  color: #fff;
}

.eg-step--upcoming .eg-step__label {
  color: #4a4260;
}

.eg-step__line {
  flex: 0 0 60px;
  height: 2px;
  background: rgba(177, 126, 255, 0.1);
  border-radius: 1px;
  margin: 0 6px;
  margin-bottom: 28px;
}

.eg-step__line--active {
  background: linear-gradient(90deg, #6600ff, #b17eff);
  box-shadow: 0 0 8px rgba(102, 0, 255, 0.3);
}

/* ── Form grid: 2 columns ────────────────── */
.eg-checkout-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.eg-checkout-col--left {
  grid-column: 1;
  animation: eg-co-fadeUp 0.5s 0.1s ease both;
}

.eg-checkout-col--right {
  grid-column: 2;
  animation: eg-co-fadeUp 0.5s 0.2s ease both;
}

/* ── Cards ────────────────────────────────── */
.eg-checkout-card {
  position: relative;
  border-radius: 22px;
  padding: 30px 28px;
  background:
    linear-gradient(145deg, rgba(24, 14, 51, 0.78), rgba(16, 8, 32, 0.55));
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  overflow: hidden;
  /* Gradient border via background-clip trick */
  border: 1px solid transparent;
  background-clip: padding-box;
  box-shadow:
    0 12px 48px rgba(7, 4, 21, 0.5),
    inset 0 0 0 1px rgba(177, 126, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: box-shadow 0.4s ease;
}

.eg-checkout-card:hover {
  box-shadow:
    0 16px 56px rgba(7, 4, 21, 0.6),
    inset 0 0 0 1px rgba(177, 126, 255, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

/* Top gradient line */
.eg-checkout-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #7d54ff 30%, #ff3891 70%, transparent);
  opacity: 0.7;
}

/* Soft corner glow */
.eg-checkout-card::after {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(125, 84, 255, 0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.eg-checkout-card>* {
  position: relative;
  z-index: 1;
}

.eg-checkout-card--order {
  border-color: transparent;
  box-shadow:
    0 12px 48px rgba(7, 4, 21, 0.5),
    inset 0 0 0 1px rgba(102, 0, 255, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

/* Card icon wrapper */
.eg-checkout-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(125, 84, 255, 0.2), rgba(255, 56, 145, 0.1));
  color: #b17eff;
  flex-shrink: 0;
}

.eg-checkout-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(177, 126, 255, 0.1);
}

.eg-checkout-card-header h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #fff;
  letter-spacing: 0.01em;
}

.eg-checkout-card-header svg {
  flex-shrink: 0;
}

/* ── Hide WC duplicate headings ────────────── */
.eg-checkout-card #customer_details h3,
.eg-checkout-card .woocommerce-billing-fields h3,
.eg-checkout-card .woocommerce-shipping-fields h3,
.eg-checkout-card .woocommerce-additional-fields h3 {
  display: none;
}

.eg-checkout-card .woocommerce-additional-fields>h3 {
  display: none;
}

.eg-checkout-card .woocommerce-additional-fields p.form-row label {
  color: #d6ceef;
  font-weight: 600;
  font-size: 13px;
}

/* ── customer_details layout ──────────────── */
.eg-checkout-card #customer_details {
  display: flex;
  flex-direction: column;
  margin-right: 0;
}

.eg-checkout-card #customer_details .col-1,
.eg-checkout-card #customer_details .col-2 {
  width: 100%;
  float: none;
}

/* ── Form Fields ─────────────────────────── */
.eg-checkout-form .form-row {
  margin-bottom: 20px;
}

.eg-checkout-form .form-row label {
  display: block;
  margin-bottom: 7px;
  color: #c9bcef;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.eg-checkout-form .form-row label .required {
  color: #ff3891;
  margin-left: 2px;
}

.eg-checkout-form .form-row .input-text,
.eg-checkout-form .form-row input[type="text"],
.eg-checkout-form .form-row input[type="email"],
.eg-checkout-form .form-row input[type="tel"],
.eg-checkout-form .form-row input[type="password"],
.eg-checkout-form .form-row textarea,
.eg-checkout-form .form-row select {
  width: 100% !important;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.035) !important;
  border: 1px solid rgba(177, 126, 255, 0.15) !important;
  border-radius: 14px;
  color: #fff !important;
  font-size: 15px;
  font-family: "Muller", sans-serif;
  transition: all 0.3s ease;
  outline: none;
  box-sizing: border-box;
}

.eg-checkout-form .form-row .input-text::placeholder,
.eg-checkout-form .form-row input::placeholder,
.eg-checkout-form .form-row textarea::placeholder {
  color: rgba(177, 155, 220, 0.4);
}

.eg-checkout-form .form-row .input-text:hover,
.eg-checkout-form .form-row input:hover,
.eg-checkout-form .form-row textarea:hover,
.eg-checkout-form .form-row select:hover {
  border-color: rgba(177, 126, 255, 0.3) !important;
  background: rgba(255, 255, 255, 0.05) !important;
}

.eg-checkout-form .form-row .input-text:focus,
.eg-checkout-form .form-row input:focus,
.eg-checkout-form .form-row textarea:focus,
.eg-checkout-form .form-row select:focus {
  border-color: #b17eff !important;
  background: rgba(255, 255, 255, 0.06) !important;
  box-shadow: 0 0 0 3px rgba(177, 126, 255, 0.1), 0 0 20px rgba(177, 126, 255, 0.06);
}

.eg-checkout-form .form-row textarea {
  min-height: 100px;
  resize: vertical;
}

/* Ensure all form rows take full width */
.eg-checkout-form .form-row,
.eg-checkout-form p.form-row {
  width: 100% !important;
  float: none !important;
  clear: both !important;
}

.eg-checkout-form .form-row-first,
.eg-checkout-form .form-row-last {
  width: 100% !important;
}

/* Checkbox styling */
.eg-checkout-form .woocommerce-form__input-checkbox,
.eg-checkout-form input[type="checkbox"] {
  accent-color: #b17eff;
  width: 16px !important;
  height: 16px;
  border-radius: 4px;
  cursor: pointer;
}

/* ── Order Review Table ──────────────────── */
.eg-checkout-card .woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
  color: #fff;
}

.eg-checkout-card .woocommerce-checkout-review-order-table thead th {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #8a7db0;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(177, 126, 255, 0.08);
}

.eg-checkout-card .woocommerce-checkout-review-order-table thead th.product-total {
  text-align: right;
}

.eg-checkout-card .woocommerce-checkout-review-order-table tbody td {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  vertical-align: middle;
}

.eg-checkout-card .woocommerce-checkout-review-order-table tbody td.product-total {
  text-align: right;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
}

.eg-checkout-card .woocommerce-checkout-review-order-table tfoot th,
.eg-checkout-card .woocommerce-checkout-review-order-table tfoot td {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.eg-checkout-card .woocommerce-checkout-review-order-table tfoot th {
  color: #a99cc8;
  font-weight: 500;
  font-size: 14px;
}

.eg-checkout-card .woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
  font-weight: 600;
  color: #efe8ff;
  white-space: nowrap;
}

.eg-checkout-card .woocommerce-checkout-review-order-table tfoot .order-total th {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.eg-checkout-card .woocommerce-checkout-review-order-table tfoot .order-total th,
.eg-checkout-card .woocommerce-checkout-review-order-table tfoot .order-total td {
  font-size: 22px;
  font-weight: 800;
  border-bottom: none;
  padding-top: 20px;
  color: #fff;
  white-space: nowrap;
}

/* Price gradient effect */
.eg-checkout-card .woocommerce-checkout-review-order-table tfoot .order-total td .woocommerce-Price-amount {
  background: linear-gradient(135deg, #fff, #d4b5ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ── Product row with thumbnail ──────────── */
.eg-checkout-product {
  display: flex;
  align-items: center;
  gap: 14px;
}

.eg-checkout-product-img {
  flex-shrink: 0;
}

.eg-checkout-product-img img {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid rgba(177, 126, 255, 0.18);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35), 0 0 12px rgba(125, 84, 255, 0.1);
  transition: transform 0.3s ease;
}

.eg-checkout-product:hover .eg-checkout-product-img img {
  transform: scale(1.05);
}

.eg-checkout-product-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.eg-checkout-product-title {
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}

.eg-checkout-product-info .product-quantity {
  font-weight: 400;
  color: #a99cc8;
  font-size: 13px;
}

.eg-checkout-product-info dt,
.eg-checkout-product-info dd {
  display: inline;
  font-size: 12px;
  color: #b5a8d8;
  margin: 0;
}

.eg-checkout-product-info dl {
  margin: 3px 0 0;
  line-height: 1.5;
}

.eg-checkout-product-meta dl p {
  display: inline;
  margin: 0;
}

.eg-order-pay-coupon {
  margin-bottom: 22px;
}

.eg-order-pay-coupon__row {
  display: flex;
  align-items: stretch;
  gap: 12px;
}

.eg-order-pay-coupon__input {
  flex: 1 1 auto;
  min-width: 0;
  height: 60px;
}

.eg-order-pay-coupon__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 190px;
  padding: 0 24px;
  border: 1px solid rgba(177, 126, 255, 0.24);
  border-radius: 16px;
  background: linear-gradient(135deg, #6f1dff 0%, #a43cff 48%, #ff4fa0 100%);
  color: #fff;
  font-family: "Muller", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 16px 28px rgba(88, 24, 196, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.eg-order-pay-coupon__button:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 20px 34px rgba(88, 24, 196, 0.4), 0 0 22px rgba(164, 60, 255, 0.18);
  filter: saturate(1.05);
}

.eg-order-pay-coupon__button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(177, 126, 255, 0.18), 0 16px 28px rgba(88, 24, 196, 0.34);
}

.eg-order-pay-coupon__button svg {
  flex-shrink: 0;
}

.eg-checkout-page .eg-order-pay-coupon__row .eg-order-pay-coupon__button,
.eg-checkout-page .eg-order-pay-coupon__row button.eg-order-pay-coupon__button,
.eg-checkout-page .eg-order-pay-coupon__row .button.eg-order-pay-coupon__button,
.eg-checkout-page .eg-checkout-card .eg-order-pay-coupon__button {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: auto !important;
  min-width: 190px !important;
  min-height: 60px !important;
  padding: 0 24px !important;
  margin: 0 !important;
  border: 1px solid rgba(177, 126, 255, 0.24) !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, #6f1dff 0%, #a43cff 48%, #ff4fa0 100%) !important;
  background-color: transparent !important;
  color: #fff !important;
  font-family: "Muller", sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  box-shadow: 0 16px 28px rgba(88, 24, 196, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  cursor: pointer !important;
}

.eg-checkout-page .eg-order-pay-coupon__row .eg-order-pay-coupon__button:hover,
.eg-checkout-page .eg-order-pay-coupon__row button.eg-order-pay-coupon__button:hover,
.eg-checkout-page .eg-order-pay-coupon__row .button.eg-order-pay-coupon__button:hover,
.eg-checkout-page .eg-checkout-card .eg-order-pay-coupon__button:hover {
  background: linear-gradient(135deg, #7b28ff 0%, #b54aff 48%, #ff63aa 100%) !important;
  color: #fff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 20px 34px rgba(88, 24, 196, 0.4), 0 0 22px rgba(164, 60, 255, 0.18) !important;
  filter: none !important;
}

.eg-checkout-page .eg-order-pay-coupon__row .eg-order-pay-coupon__button:focus,
.eg-checkout-page .eg-order-pay-coupon__row button.eg-order-pay-coupon__button:focus,
.eg-checkout-page .eg-order-pay-coupon__row .button.eg-order-pay-coupon__button:focus,
.eg-checkout-page .eg-checkout-card .eg-order-pay-coupon__button:focus {
  outline: none !important;
  color: #fff !important;
  box-shadow: 0 0 0 3px rgba(177, 126, 255, 0.18), 0 16px 28px rgba(88, 24, 196, 0.34) !important;
}

/* ── Payment Section ─────────────────────── */
.eg-checkout-card .woocommerce-checkout-payment,
.eg-checkout-card #payment {
  background: transparent !important;
  border: none !important;
  border-radius: 0;
  padding: 0;
  margin-top: 22px;
}

.eg-checkout-card #payment .payment_methods {
  padding: 0 !important;
  border: none !important;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Payment method cards */
.eg-checkout-card #payment .payment_methods li {
  padding: 14px 16px;
  border: 1px solid rgba(177, 126, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.eg-checkout-card #payment .payment_methods li:hover {
  border-color: rgba(177, 126, 255, 0.25);
  background: rgba(255, 255, 255, 0.04);
}

/* Active / selected payment method */
.eg-checkout-card #payment .payment_methods li:has(input[type="radio"]:checked) {
  border-color: rgba(177, 126, 255, 0.4);
  background: rgba(125, 84, 255, 0.08);
  box-shadow: 0 0 20px rgba(125, 84, 255, 0.1), inset 0 0 0 1px rgba(177, 126, 255, 0.08);
}

.eg-checkout-card #payment .payment_methods li>input[type="radio"] {
  accent-color: #b17eff;
  cursor: pointer;
  width: 18px !important;
  height: 18px;
  margin: 0;
  flex-shrink: 0;
}

.eg-checkout-card #payment .payment_methods li>label {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: inline;
  margin: 0;
}

/* Payment description box goes full width below */
.eg-checkout-card #payment .payment_methods li .payment_box {
  flex-basis: 100%;
}

.eg-checkout-card #payment .payment_box {
  background: rgba(177, 126, 255, 0.04) !important;
  border-radius: 10px;
  padding: 12px 14px;
  margin: 10px 0 2px;
  color: #b5a8d8;
  font-size: 13px;
  border: 1px solid rgba(177, 126, 255, 0.06);
}

.eg-checkout-card #payment .payment_box::before {
  display: none !important;
}

/* SBP image — constrain size */
.eg-checkout-card #payment .payment_box img,
.eg-checkout-card #payment img,
.eg-checkout-card .woocommerce-checkout-payment img,
#payment .payment_box img {
  max-width: 90px !important;
  width: auto !important;
  height: auto !important;
  border-radius: 8px;
  display: block;
  margin: 6px 0;
  opacity: 0.85;
}

/* ── Place Order Button — Premium CTA ─────── */
.eg-checkout-card #payment #place_order,
.eg-checkout-page #place_order {
  width: 100%;
  margin-top: 26px;
  padding: 20px 28px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 800;
  font-family: "Muller", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg, #6600ff 0%, #8a33ff 50%, #6600ff 100%) !important;
  box-shadow:
    0 0 28px rgba(102, 0, 255, 0.5),
    0 6px 20px rgba(0, 0, 0, 0.3) !important;
  border: none !important;
  color: #fff !important;
  cursor: pointer;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  animation: eg-co-pulse 3s ease-in-out infinite;
}

/* Shimmer effect */
.eg-checkout-card #payment #place_order::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  animation: eg-co-shimmer 3s ease-in-out infinite;
}

.eg-checkout-card #payment #place_order:hover {
  transform: translateY(-3px);
  box-shadow:
    0 0 44px rgba(102, 0, 255, 0.7),
    0 8px 28px rgba(102, 0, 255, 0.45) !important;
  animation: none;
}

.eg-checkout-card #payment #place_order:active {
  transform: translateY(-1px);
}

/* ── Trust Badges ────────────────────────── */
.eg-checkout-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  animation: eg-co-fadeUp 0.5s 0.35s ease both;
}

.eg-checkout-trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #8a7db0;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.eg-checkout-trust-item svg {
  opacity: 0.7;
}

/* ── WC notices inside checkout ───────────── */
.checkoutmain .woocommerce-info,
.checkoutmain .woocommerce-error,
.checkoutmain .woocommerce-message {
  background: linear-gradient(135deg, rgba(24, 14, 51, 0.6), rgba(16, 8, 32, 0.45)) !important;
  border: 1px solid rgba(177, 126, 255, 0.12) !important;
  border-left: 3px solid #7d54ff !important;
  color: rgba(255, 255, 255, 0.85) !important;
  border-radius: 14px;
  padding: 16px 22px 16px 20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "Muller", sans-serif;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  list-style: none !important;
}

.checkoutmain .woocommerce-info::before,
.checkoutmain .woocommerce-message::before {
  display: none;
}

.checkoutmain .woocommerce-info a,
.checkoutmain .woocommerce-message a {
  color: #b17eff !important;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s;
}

.checkoutmain .woocommerce-info a:hover,
.checkoutmain .woocommerce-message a:hover {
  color: #d4b5ff !important;
}

.checkoutmain .woocommerce-error {
  border-left-color: #ff3a5d !important;
}

.checkoutmain .woocommerce-error::before {
  color: #ff3a5d !important;
}

/* ── Login & Coupon expanded forms ────────── */
.checkoutmain .woocommerce-form-login,
.checkoutmain .checkout_coupon,
.checkoutmain form.login,
.checkoutmain form.woocommerce-form {
  background: linear-gradient(145deg, rgba(24, 14, 51, 0.55), rgba(12, 6, 26, 0.45)) !important;
  border: 1px solid rgba(177, 126, 255, 0.1) !important;
  border-radius: 16px !important;
  padding: 24px 26px !important;
  margin-bottom: 12px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* All text inside forms */
.checkoutmain .woocommerce-form-login p,
.checkoutmain .checkout_coupon p,
.checkoutmain form.login p {
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 14px;
  font-family: "Muller", sans-serif;
}

/* Labels */
.checkoutmain .woocommerce-form-login label,
.checkoutmain .checkout_coupon label,
.checkoutmain form.login label {
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 13px !important;
  font-weight: 600;
  font-family: "Muller", sans-serif;
  margin-bottom: 6px;
  display: block;
}

/* All inputs */
.checkoutmain .woocommerce-form-login input[type="text"],
.checkoutmain .woocommerce-form-login input[type="email"],
.checkoutmain .woocommerce-form-login input[type="password"],
.checkoutmain .checkout_coupon input[type="text"],
.checkoutmain form.login input[type="text"],
.checkoutmain form.login input[type="password"] {
  width: 100% !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(177, 126, 255, 0.15) !important;
  border-radius: 12px !important;
  color: #fff !important;
  padding: 12px 16px !important;
  font-size: 14px !important;
  font-family: "Muller", sans-serif;
  transition: border-color 0.25s, box-shadow 0.25s;
  box-sizing: border-box;
}

.checkoutmain .woocommerce-form-login input:focus,
.checkoutmain .checkout_coupon input:focus,
.checkoutmain form.login input:focus {
  border-color: rgba(125, 84, 255, 0.4) !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(125, 84, 255, 0.1) !important;
}

/* Buttons */
.checkoutmain .woocommerce-form-login button,
.checkoutmain .woocommerce-form-login .button,
.checkoutmain .woocommerce-form-login input[type="submit"],
.checkoutmain .checkout_coupon button,
.checkoutmain .checkout_coupon .button,
.checkoutmain form.login button,
.checkoutmain form.login .button {
  background: linear-gradient(135deg, #6600ff, #8a33ff) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 12px 28px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  font-family: "Muller", sans-serif;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 16px rgba(102, 0, 255, 0.25);
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.checkoutmain .woocommerce-form-login button:hover,
.checkoutmain .checkout_coupon button:hover,
.checkoutmain form.login button:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(102, 0, 255, 0.4);
}

/* Checkbox (remember me) */
.checkoutmain .woocommerce-form-login .woocommerce-form__label-for-checkbox,
.checkoutmain form.login .woocommerce-form__label-for-checkbox {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 13px !important;
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
}

/* Links (забыли пароль etc.) */
.checkoutmain .woocommerce-form-login a,
.checkoutmain form.login a {
  color: #b17eff !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: color 0.2s;
}

.checkoutmain .woocommerce-form-login a:hover,
.checkoutmain form.login a:hover {
  color: #d4b5ff !important;
}

/* Password toggle button */
.checkoutmain .show-password-input,
.checkoutmain .wp-hide-pw {
  color: rgba(255, 255, 255, 0.3) !important;
  background: transparent !important;
  border: none !important;
}

.checkoutmain .show-password-input:hover {
  color: #b17eff !important;
}

/* ── Privacy / terms text ────────────────── */
.eg-checkout-card .woocommerce-terms-and-conditions-wrapper,
.eg-checkout-card .woocommerce-privacy-policy-text {
  margin-top: 16px;
  font-size: 12px;
  color: #7a7198;
  line-height: 1.55;
}

.eg-checkout-card .woocommerce-terms-and-conditions-wrapper a,
.eg-checkout-card .woocommerce-privacy-policy-text a {
  color: #b17eff;
  text-decoration: none;
  border-bottom: 1px solid rgba(177, 126, 255, 0.3);
  transition: border-color 0.2s;
}

.eg-checkout-card .woocommerce-terms-and-conditions-wrapper a:hover,
.eg-checkout-card .woocommerce-privacy-policy-text a:hover {
  border-color: #b17eff;
}

/* CusRev checkbox — style it */
.eg-checkout-card .woocommerce-checkout-review-order .cusrev-form,
.eg-checkout-card #payment+div {
  margin-top: 12px;
  font-size: 12px;
  color: #7a7198;
}

/* ── WC default overrides ────────────────── */
.eg-checkout-page .woocommerce-checkout h3#order_review_heading {
  display: none;
}

.eg-checkout-page .woocommerce-checkout .col2-set {
  width: 100%;
}

.eg-checkout-page .woocommerce-checkout .col2-set .col-1,
.eg-checkout-page .woocommerce-checkout .col2-set .col-2 {
  width: 100%;
  float: none;
}

/* Old header / breadcrumb — hidden when stepper present */
.eg-checkout-header {
  display: none;
}

/* ── Responsive ──────────────────────────── */
@media (max-width: 900px) {
  .eg-checkout-form {
    grid-template-columns: 1fr;
  }

  .eg-checkout-col--left,
  .eg-checkout-col--right {
    grid-column: 1;
  }

  .eg-checkout-page {
    padding: 0 16px 40px;
  }

  .eg-checkout-stepper {
    padding: 24px 0 28px;
  }

  .eg-step__line {
    flex: 0 0 40px;
  }

  .eg-checkout-trust {
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }

  .eg-order-pay-coupon__row {
    flex-direction: column;
  }

  .eg-order-pay-coupon__button {
    width: 100%;
    min-width: 0;
    height: 56px;
  }
}

@media (max-width: 480px) {
  .eg-checkout-page {
    padding: 0 10px 30px;
  }

  .eg-checkout-card {
    padding: 22px 16px;
    border-radius: 18px;
  }

  .eg-checkout-product-img img {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }

  .eg-checkout-card-header h2 {
    font-size: 18px;
  }

  .eg-step__icon {
    width: 38px;
    height: 38px;
  }

  .eg-step__label {
    font-size: 10px;
  }

  .eg-step__line {
    flex: 0 0 28px;
  }

  .eg-checkout-trust {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    padding: 12px 14px;
  }

  .eg-checkout-card #payment .payment_methods li {
    padding: 12px 14px;
  }
}


/* ═══════════════════════════════════════════════
   E-GIRLZ THANK YOU PAGE — Premium Design
   ═══════════════════════════════════════════════ */

@keyframes eg-ty-fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes eg-ty-sparkle-burst {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0) rotate(0deg);
  }

  50% {
    opacity: 1;
    transform: translate(calc(-50% + var(--tx, 0px)), calc(-50% + var(--ty, 0px))) scale(1.2) rotate(180deg);
  }

  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--tx, 0px)), calc(-50% + var(--ty, 0px) - 30px)) scale(0.6) rotate(360deg);
  }
}

@keyframes eg-ty-pulse-dot {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(1.6);
  }
}

@keyframes eg-ty-skeleton-shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

@keyframes eg-ty-timeline-pop {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }

  60% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* ── Wrapper ─────────────────────────────── */
.eg-ty {
  font-family: "Muller", sans-serif;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  padding: 10px 20px 60px;
}

/* ── Hero Section ────────────────────────── */
.eg-ty-hero {
  text-align: center;
  padding: 40px 0 30px;
  position: relative;
  animation: eg-ty-fadeUp 0.6s ease both;
}

.eg-ty-emoji-burst {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.eg-ty-sparkle {
  position: absolute;
  font-size: 24px;
  animation: eg-ty-sparkle-burst 1.4s ease forwards;
  opacity: 0;
}

.eg-ty-sparkle:nth-child(1) {
  --tx: -60px;
  --ty: -40px;
  animation-delay: 0.1s;
}

.eg-ty-sparkle:nth-child(2) {
  --tx: 50px;
  --ty: -50px;
  animation-delay: 0.2s;
}

.eg-ty-sparkle:nth-child(3) {
  --tx: 0px;
  --ty: -60px;
  animation-delay: 0.3s;
}

.eg-ty-sparkle:nth-child(4) {
  --tx: -40px;
  --ty: -20px;
  animation-delay: 0.4s;
}

.eg-ty-sparkle:nth-child(5) {
  --tx: 60px;
  --ty: -30px;
  animation-delay: 0.5s;
}

.eg-ty-title {
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 900;
  margin: 0 0 8px;
  background: linear-gradient(135deg, #fff, #d4b5ff 50%, #ff6abf);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}

.eg-ty-subtitle {
  font-size: 16px;
  color: #c9bcef;
  margin: 0 0 24px;
}

/* TG Button */
.eg-ty-tg-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2196f3, #1976d2);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(33, 150, 243, 0.3);
  transition: all 0.3s ease;
}

.eg-ty-tg-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(33, 150, 243, 0.45);
  color: #fff;
}

.eg-ty-tg-btn svg {
  flex-shrink: 0;
}

/* ── Card Base ───────────────────────────── */
.eg-ty-card {
  position: relative;
  border-radius: 20px;
  padding: 24px 26px;
  margin-bottom: 18px;
  background:
    linear-gradient(145deg, rgba(24, 14, 51, 0.78), rgba(16, 8, 32, 0.55));
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(177, 126, 255, 0.12);
  box-shadow:
    0 10px 40px rgba(7, 4, 21, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
  animation: eg-ty-fadeUp 0.5s ease both;
}

.eg-ty-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15%;
  right: 15%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #7d54ff 35%, #ff3891 65%, transparent);
  opacity: 0.5;
}

.eg-ty-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(177, 126, 255, 0.08);
}

.eg-ty-card-header h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

/* ── Session Time Card ───────────────────── */
.eg-ty-session-card {
  border-color: rgba(69, 248, 130, 0.15);
  animation-delay: 0.15s;
}

.eg-ty-session-inner {
  display: flex;
  align-items: center;
  gap: 18px;
}

.eg-ty-session-icon {
  font-size: 36px;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(69, 248, 130, 0.12), rgba(102, 0, 255, 0.08));
  border: 1px solid rgba(69, 248, 130, 0.15);
}

.eg-ty-session-info {
  flex: 1;
}

.eg-ty-session-support {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(177, 126, 255, 0.06);
  border: 1px solid rgba(177, 126, 255, 0.15);
  color: #b17eff;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.eg-ty-session-support:hover {
  background: rgba(177, 126, 255, 0.12);
  border-color: rgba(177, 126, 255, 0.3);
  color: #d4b5ff;
  transform: translateY(-1px);
}

.eg-ty-session-label {
  font-size: 14px;
  color: #c9bcef;
  margin-bottom: 4px;
}

.eg-ty-session-label strong {
  color: #fff;
}

.eg-ty-session-datetime {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.eg-ty-session-time-big {
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 900;
  color: #45f882;
  text-shadow: 0 0 20px rgba(69, 248, 130, 0.3);
  line-height: 1;
}

.eg-ty-session-dash {
  color: #6b5f8e;
  font-size: 20px;
}

.eg-ty-session-tz {
  font-size: 12px;
  font-weight: 600;
  color: #6b5f8e;
  align-self: center;
  margin-left: 4px;
  letter-spacing: 0.04em;
}

.eg-ty-session-date {
  font-size: 14px;
  color: #a99cc8;
  margin-top: 4px;
}

.eg-ty-session-day {
  font-weight: 700;
  color: #d4b5ff;
  margin-right: 4px;
}

/* ── Order Status Timeline ───────────────── */
#eg-ty-status-card {
  animation-delay: 0.25s;
}

.eg-ty-order-num {
  font-size: 13px;
  color: #8a7db0;
  font-weight: 600;
}

/* Skeleton */
.eg-ty-timeline-skeleton {
  padding: 16px 0;
  text-align: center;
}

.eg-ty-skeleton-bar {
  height: 3px;
  border-radius: 2px;
  margin: 0 auto 20px;
  width: 80%;
  background: linear-gradient(90deg, rgba(177, 126, 255, 0.08) 25%, rgba(177, 126, 255, 0.18) 50%, rgba(177, 126, 255, 0.08) 75%);
  background-size: 200% 100%;
  animation: eg-ty-skeleton-shimmer 1.8s ease infinite;
}

.eg-ty-skeleton-dots {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.eg-ty-skeleton-dot-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.eg-ty-skeleton-dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(177, 126, 255, 0.06) 25%, rgba(177, 126, 255, 0.14) 50%, rgba(177, 126, 255, 0.06) 75%);
  background-size: 200% 100%;
  animation: eg-ty-skeleton-shimmer 1.8s ease infinite;
}

.eg-ty-skeleton-label {
  width: 50px;
  height: 10px;
  border-radius: 5px;
  background: rgba(177, 126, 255, 0.06);
}

.eg-ty-skeleton-hint {
  margin-top: 16px;
  color: #6b5f8e;
  font-size: 12px;
}

/* Real Timeline */
.eg-ty-timeline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 8px 0;
  gap: 0;
}

.eg-ty-timeline-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1;
  position: relative;
  min-width: 0;
}

.eg-ty-timeline-dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  border: 2px solid rgba(177, 126, 255, 0.12);
  font-size: 14px;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
  animation: eg-ty-timeline-pop 0.4s ease both;
}

.eg-ty-timeline-step:nth-child(2) .eg-ty-timeline-dot {
  animation-delay: 0.08s;
}

.eg-ty-timeline-step:nth-child(3) .eg-ty-timeline-dot {
  animation-delay: 0.16s;
}

.eg-ty-timeline-step:nth-child(4) .eg-ty-timeline-dot {
  animation-delay: 0.24s;
}

.eg-ty-timeline-step:nth-child(5) .eg-ty-timeline-dot {
  animation-delay: 0.32s;
}

.eg-ty-timeline-step.done .eg-ty-timeline-dot {
  background: linear-gradient(135deg, #6600ff, #8a33ff);
  border-color: #8a33ff;
  color: #fff;
  box-shadow: 0 0 14px rgba(102, 0, 255, 0.3);
}

.eg-ty-timeline-step.current .eg-ty-timeline-dot {
  background: linear-gradient(135deg, #7d54ff, #ff3891);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 0 24px rgba(125, 84, 255, 0.45), 0 0 40px rgba(255, 56, 145, 0.15);
  transform: scale(1.15);
}

.eg-ty-timeline-line {
  position: absolute;
  top: 20px;
  left: calc(50% + 22px);
  right: calc(-50% + 22px);
  height: 2px;
  background: rgba(177, 126, 255, 0.08);
  z-index: 1;
  transition: background 0.4s ease;
}

.eg-ty-timeline-line.done {
  background: linear-gradient(90deg, #6600ff, #b17eff);
  box-shadow: 0 0 6px rgba(102, 0, 255, 0.25);
}

.eg-ty-timeline-label {
  font-size: 11px;
  color: #6b5f8e;
  text-align: center;
  line-height: 1.2;
  max-width: 80px;
  word-wrap: break-word;
}

.eg-ty-timeline-step.done .eg-ty-timeline-label {
  color: #b17eff;
}

.eg-ty-timeline-step.current .eg-ty-timeline-label {
  color: #fff;
  font-weight: 700;
}

/* Live badge */
.eg-ty-status-live {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin-top: 16px;
  font-size: 12px;
  color: #6b5f8e;
}

.eg-ty-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #45f882;
  display: inline-block;
  animation: eg-ty-pulse-dot 2s ease infinite;
  box-shadow: 0 0 8px rgba(69, 248, 130, 0.4);
}

/* ── Grid: Product + Details ─────────────── */
.eg-ty-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

.eg-ty-grid .eg-ty-card {
  margin-bottom: 0;
}

.eg-ty-grid .eg-ty-card:nth-child(1) {
  animation-delay: 0.3s;
}

.eg-ty-grid .eg-ty-card:nth-child(2) {
  animation-delay: 0.4s;
}

/* ── Product Card ────────────────────────── */
.eg-ty-product-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.eg-ty-product-img {
  flex-shrink: 0;
}

.eg-ty-product-img img {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid rgba(177, 126, 255, 0.18);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3), 0 0 10px rgba(125, 84, 255, 0.1);
}

.eg-ty-product-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.eg-ty-product-name {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.eg-ty-product-price {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}

/* Plan badge */
.eg-ty-plan-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(102, 0, 255, 0.15);
  border: 1px solid rgba(177, 126, 255, 0.2);
  color: #d4b5ff;
  width: fit-content;
}

.eg-ty-plan--medium .eg-ty-plan-badge,
.eg-ty-plan-badge.eg-ty-plan--medium {
  background: rgba(255, 140, 0, 0.1);
  border-color: rgba(255, 180, 50, 0.2);
  color: #ffb832;
}

.eg-ty-plan--hard .eg-ty-plan-badge,
.eg-ty-plan-badge.eg-ty-plan--hard {
  background: rgba(255, 45, 149, 0.1);
  border-color: rgba(255, 100, 170, 0.2);
  color: #ff6abf;
}

.eg-ty-plan-emoji {
  font-size: 14px;
}

.eg-ty-plan-hours {
  color: #a99cc8;
  font-weight: 500;
}

/* Ordered addons */
.eg-ty-addons-ordered {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.eg-ty-addons-label {
  font-size: 13px;
  font-weight: 600;
  color: #c9bcef;
  margin-bottom: 8px;
}

.eg-ty-addons-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.eg-ty-addon-pill {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  background: rgba(177, 126, 255, 0.08);
  border: 1px solid rgba(177, 126, 255, 0.12);
  color: #d4b5ff;
}

/* Total row */
.eg-ty-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0 4px;
  font-size: 18px;
  font-weight: 800;
}

.eg-ty-total-amount {
  white-space: nowrap;
  background: linear-gradient(135deg, #fff, #d4b5ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ── Buttons ─────────────────────────────── */
.eg-ty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Muller", sans-serif;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.eg-ty-btn--accent {
  background: linear-gradient(135deg, #6600ff, #8a33ff);
  color: #fff;
  box-shadow: 0 6px 20px rgba(102, 0, 255, 0.35);
}

.eg-ty-btn--accent:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(102, 0, 255, 0.5);
  color: #fff;
}

.eg-ty-btn--outline {
  background: transparent;
  border: 1px solid rgba(177, 126, 255, 0.25);
  color: #d4b5ff;
}

.eg-ty-btn--outline:hover {
  border-color: rgba(177, 126, 255, 0.5);
  background: rgba(177, 126, 255, 0.06);
  color: #fff;
}

.eg-ty-btn--ghost {
  background: transparent;
  color: #8a7db0;
  padding: 12px 16px;
}

.eg-ty-btn--ghost:hover {
  color: #d4b5ff;
}

/* ── Info Grid ───────────────────────────── */
.eg-ty-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.eg-ty-info-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.eg-ty-info-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b5f8e;
  font-weight: 600;
}

.eg-ty-info-value {
  font-size: 14px;
  color: #efe8ff;
  font-weight: 500;
  word-break: break-all;
}

/* Girl services / order more */
.eg-ty-girl-services {
  margin-top: 18px;
  text-align: center;
}

.eg-ty-order-more-btn {
  width: 100%;
}

/* Actions row */
.eg-ty-actions {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.eg-ty-actions .eg-ty-btn {
  flex: 1;
  min-width: 120px;
  text-align: center;
}

/* ── Tip Card ────────────────────────────── */
.eg-ty-tip-card {
  border-color: rgba(255, 107, 174, 0.15);
  animation-delay: 0.5s;
}

.eg-ty-tip-inner h3 {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 6px;
  color: #fff;
}

.eg-ty-tip-inner p {
  font-size: 14px;
  color: #b5a8d8;
  margin: 0 0 16px;
}

.eg-ty-tip-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.eg-ty-tip-btn {
  flex: 1;
  min-width: 80px;
  padding: 12px 16px;
  border-radius: 12px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 107, 174, 0.08);
  border: 1px solid rgba(255, 107, 174, 0.18);
  transition: all 0.3s ease;
}

.eg-ty-tip-btn:hover {
  background: rgba(255, 107, 174, 0.16);
  border-color: rgba(255, 107, 174, 0.35);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(255, 107, 174, 0.15);
}

.eg-ty-tip-custom {
  display: flex;
  gap: 8px;
}

.eg-ty-tip-input {
  flex: 1;
  padding: 11px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(177, 126, 255, 0.15);
  color: #fff;
  font-size: 14px;
  font-family: "Muller", sans-serif;
  outline: none;
  transition: border-color 0.3s;
}

.eg-ty-tip-input:focus {
  border-color: #b17eff;
}

.eg-ty-tip-input::placeholder {
  color: rgba(177, 155, 220, 0.4);
}

.eg-ty-tip-submit {
  padding: 11px 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff6abf, #ff3891);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  font-family: "Muller", sans-serif;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.eg-ty-tip-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(255, 56, 145, 0.3);
}

/* ── Review Card ─────────────────────────── */
.eg-ty-review-card {
  text-align: center;
  animation-delay: 0.55s;
}

.eg-ty-review-inner h3 {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 6px;
  color: #fff;
}

.eg-ty-review-inner p {
  font-size: 14px;
  color: #b5a8d8;
  margin: 0 0 16px;
}

.eg-ty-review-inner p strong {
  color: #45f882;
}

/* ── Upsell area ─────────────────────────── */
.eg-ty-upsell {
  padding-top: 12px;
}

/* ── Responsive ──────────────────────────── */
@media (max-width: 700px) {
  .eg-ty {
    padding: 10px 14px 40px;
  }

  .eg-ty-grid {
    grid-template-columns: 1fr;
  }

  .eg-ty-timeline-dot {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }

  .eg-ty-timeline-line {
    top: 17px;
    left: calc(50% + 19px);
    right: calc(-50% + 19px);
  }

  .eg-ty-timeline-label {
    font-size: 10px;
    max-width: 60px;
  }

  .eg-ty-session-time-big {
    font-size: 26px;
  }

  .eg-ty-card {
    padding: 20px 18px;
    border-radius: 18px;
  }

  .eg-ty-product-img img {
    width: 52px;
    height: 52px;
  }

  .eg-ty-info-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .eg-ty-actions {
    flex-direction: column;
  }

  .eg-ty-tip-buttons {
    gap: 8px;
  }
}

@media (max-width: 400px) {
  .eg-ty-hero {
    padding: 30px 0 20px;
  }

  .eg-ty-tg-btn {
    font-size: 13px;
    padding: 12px 20px;
  }

  .eg-ty-session-icon {
    width: 48px;
    height: 48px;
    font-size: 28px;
  }

  .eg-ty-tip-custom {
    flex-direction: column;
  }
}


/* ═══════════════════════════════════════════════
   E-GIRLZ EMPTY CART — Premium Design
   ═══════════════════════════════════════════════ */

/* Hide WC defaults on empty cart */
.woocommerce-cart .woocommerce-notices-wrapper+.cart-empty,
.woocommerce-cart .wc-empty-cart-message,
.woocommerce-cart .return-to-shop:not(.eg-empty-cart__cta),
.woocommerce-cart .woocommerce-info {
  display: none !important;
}

/* Also hide the default cross-sells / recent products WC shows */
.woocommerce-cart .cross-sells,
.woocommerce-cart .products.columns-4:not(.eg-empty-cart__grid),
.woocommerce-cart section.products,
.woocommerce-cart .related.products,
.woocommerce-cart .woocommerce>.products {
  display: none !important;
}

.eg-empty-cart {
  font-family: "Muller", sans-serif;
  color: #fff;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 20px 80px;
}

/* ── Hero ─────────────────────────────────── */
.eg-empty-cart__hero {
  text-align: center;
  padding: 50px 0 40px;
  animation: eg-ty-fadeUp 0.5s ease both;
}

.eg-empty-cart__icon {
  width: 100px;
  height: 100px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  background: linear-gradient(145deg, rgba(24, 14, 51, 0.8), rgba(16, 8, 32, 0.6));
  border: 1px solid rgba(177, 126, 255, 0.15);
  color: #8a7db0;
  box-shadow: 0 12px 40px rgba(7, 4, 21, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.eg-empty-cart__title {
  font-size: clamp(28px, 5vw, 38px);
  font-weight: 900;
  margin: 0 0 10px;
  background: linear-gradient(135deg, #fff, #d4b5ff 60%, #ff6abf);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}

.eg-empty-cart__subtitle {
  font-size: 16px;
  color: #a99cc8;
  margin: 0 0 28px;
  line-height: 1.5;
}

.eg-empty-cart__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 14px;
  background: linear-gradient(135deg, #6600ff, #8a33ff);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Muller", sans-serif;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(102, 0, 255, 0.4);
  transition: all 0.35s ease;
}

.eg-empty-cart__cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(102, 0, 255, 0.55);
  color: #fff;
}

.eg-empty-cart__cta svg {
  transition: transform 0.3s ease;
}

.eg-empty-cart__cta:hover svg {
  transform: translateX(3px);
}

/* ── Section Title ───────────────────────── */
.eg-empty-cart__section {
  animation: eg-ty-fadeUp 0.5s 0.15s ease both;
}

.eg-empty-cart__section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #fff;
}

.eg-empty-cart__section-title span {
  font-size: 22px;
}

/* ── Girl Cards Grid ─────────────────────── */
.eg-empty-cart__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.eg-empty-cart__girl-card {
  display: block;
  text-decoration: none;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(24, 14, 51, 0.78), rgba(16, 8, 32, 0.55));
  border: 1px solid rgba(177, 126, 255, 0.1);
  box-shadow: 0 8px 32px rgba(7, 4, 21, 0.4);
  transition: all 0.35s ease;
  animation: eg-ty-fadeUp 0.4s ease both;
}

.eg-empty-cart__girl-card:nth-child(1) {
  animation-delay: 0.2s;
}

.eg-empty-cart__girl-card:nth-child(2) {
  animation-delay: 0.28s;
}

.eg-empty-cart__girl-card:nth-child(3) {
  animation-delay: 0.36s;
}

.eg-empty-cart__girl-card:nth-child(4) {
  animation-delay: 0.44s;
}

.eg-empty-cart__girl-card:hover {
  transform: translateY(-6px);
  border-color: rgba(177, 126, 255, 0.25);
  box-shadow: 0 16px 48px rgba(7, 4, 21, 0.5), 0 0 24px rgba(125, 84, 255, 0.12);
}

/* Image with hover overlay */
.eg-empty-cart__girl-img {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.eg-empty-cart__girl-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.eg-empty-cart__girl-card:hover .eg-empty-cart__girl-img img {
  transform: scale(1.06);
}

.eg-empty-cart__girl-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 10, 28, 0.9) 0%, rgba(15, 10, 28, 0.3) 50%, transparent 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.eg-empty-cart__girl-card:hover .eg-empty-cart__girl-overlay {
  opacity: 1;
}

.eg-empty-cart__girl-view {
  padding: 10px 22px;
  border-radius: 10px;
  background: linear-gradient(135deg, #6600ff, #8a33ff);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(102, 0, 255, 0.4);
  transform: translateY(10px);
  transition: transform 0.35s ease;
}

.eg-empty-cart__girl-card:hover .eg-empty-cart__girl-view {
  transform: translateY(0);
}

/* Girl info below image */
.eg-empty-cart__girl-info {
  padding: 14px 14px 16px;
}

.eg-empty-cart__girl-name {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.eg-empty-cart__girl-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.eg-empty-cart__girl-price {
  font-size: 13px;
  color: #b17eff;
  font-weight: 600;
}

.eg-empty-cart__girl-plans {
  font-size: 11px;
  color: #6b5f8e;
  padding: 2px 8px;
  border-radius: 8px;
  background: rgba(177, 126, 255, 0.06);
  border: 1px solid rgba(177, 126, 255, 0.1);
}

/* ── Responsive ──────────────────────────── */
@media (max-width: 768px) {
  .eg-empty-cart__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .eg-empty-cart__hero {
    padding: 30px 0 30px;
  }

  .eg-empty-cart__icon {
    width: 80px;
    height: 80px;
    border-radius: 22px;
  }

  .eg-empty-cart__icon svg {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 420px) {
  .eg-empty-cart {
    padding: 10px 12px 50px;
  }

  .eg-empty-cart__girl-info {
    padding: 10px 10px 14px;
  }

  .eg-empty-cart__girl-name {
    font-size: 13px;
  }

  .eg-empty-cart__cta {
    padding: 14px 24px;
    font-size: 14px;
  }
}


/* ═══════════════════════════════════════════════
   E-GIRLZ CART (with items) — Premium Design
   ═══════════════════════════════════════════════ */

/* Hide WC default cart table/totals when our override is active */
.woocommerce-cart .shop_table.cart,
.woocommerce-cart .cart-collaterals:not(.eg-cart__summary-col) {
  display: none !important;
}

.eg-cart {
  font-family: "Muller", sans-serif;
  color: #fff;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 20px 60px;
}

/* ── Header ──────────────────────────────── */
.eg-cart__header {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 20px 0 22px;
  border-bottom: 1px solid rgba(177, 126, 255, 0.1);
  margin-bottom: 28px;
  animation: eg-ty-fadeUp 0.4s ease both;
}

.eg-cart__title {
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 900;
  margin: 0;
  background: linear-gradient(135deg, #fff, #d4b5ff 60%, #ff6abf);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.eg-cart__count {
  font-size: 14px;
  color: #8a7db0;
  font-weight: 600;
}

/* ── Two-column layout ───────────────────── */
.eg-cart__layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 32px;
  align-items: start;
}

/* ── Cart Items Column ───────────────────── */
.eg-cart__items-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.eg-cart__item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0 20px;
  padding: 22px 48px 22px 22px;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(24, 14, 51, 0.72), rgba(16, 8, 32, 0.5));
  border: 1px solid rgba(177, 126, 255, 0.1);
  box-shadow: 0 6px 24px rgba(7, 4, 21, 0.35);
  backdrop-filter: blur(12px);
  transition: border-color 0.3s, box-shadow 0.3s;
  animation: eg-ty-fadeUp 0.4s ease both;
}

.eg-cart__item:hover {
  border-color: rgba(177, 126, 255, 0.2);
  box-shadow: 0 8px 32px rgba(7, 4, 21, 0.45), 0 0 16px rgba(125, 84, 255, 0.06);
}

/* Remove button — top right corner */
.eg-cart__item-remove {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
}

.eg-cart__remove-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  color: #6b5f8e;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(177, 126, 255, 0.08);
  transition: all 0.25s;
  text-decoration: none;
}

.eg-cart__remove-btn:hover {
  color: #ff4466;
  background: rgba(255, 68, 102, 0.08);
  border-color: rgba(255, 68, 102, 0.2);
}

/* Product image — left, spans full row height */
.eg-cart__item-img {
  grid-row: 1 / -1;
  flex-shrink: 0;
  align-self: start;
}

.eg-cart__item-img img {
  width: 100px;
  height: 100px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid rgba(177, 126, 255, 0.15);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  display: block;
}

.eg-cart__item-img a {
  display: block;
  line-height: 0;
}

/* Product info — center */
.eg-cart__item-info {
  grid-row: 1 / -1;
  align-self: center;
  min-width: 0;
}

.eg-cart__item-name {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 8px;
  line-height: 1.2;
}

.eg-cart__item-name a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}

.eg-cart__item-name a:hover {
  color: #d4b5ff;
}

/* ── Meta data (WC variation dl/dt/dd) ──── */
.eg-cart__item-meta {
  font-size: 13px;
  color: #a99cc8;
}

.eg-cart__item-meta dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px 8px;
  margin: 0;
  align-items: baseline;
}

.eg-cart__item-meta dt {
  font-weight: 700;
  color: #8a7db0;
  font-size: 12px;
  white-space: nowrap;
}

.eg-cart__item-meta dd {
  margin: 0;
  color: #c9bcef;
  font-size: 13px;
}

.eg-cart__item-meta p {
  margin: 2px 0;
}

/* ── Pricing column — right ──────────────── */
.eg-cart__item-pricing {
  grid-row: 1 / -1;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.eg-cart__item-price {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  white-space: nowrap;
  letter-spacing: -0.01em;
}

.eg-cart__item-price .woocommerce-Price-amount {
  color: #fff;
}

.eg-cart__item-price .woocommerce-Price-currencySymbol {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.7;
  margin-left: 2px;
}

/* Quantity */
.eg-cart__item-qty .quantity {
  display: flex;
  align-items: center;
  gap: 0;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  border: 1px solid rgba(177, 126, 255, 0.12);
  overflow: hidden;
}

.eg-cart__item-qty .quantity input[type="number"] {
  width: 40px;
  text-align: center;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Muller", sans-serif;
  -moz-appearance: textfield;
  padding: 6px 0;
}

.eg-cart__item-qty .quantity input::-webkit-inner-spin-button,
.eg-cart__item-qty .quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.eg-cart__item-qty .eg-qty-btn,
.eg-cart__item-qty .quantity .minus,
.eg-cart__item-qty .quantity .plus {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: #b17eff;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s;
}

.eg-cart__item-qty .eg-qty-btn:hover,
.eg-cart__item-qty .quantity .minus:hover,
.eg-cart__item-qty .quantity .plus:hover {
  background: rgba(177, 126, 255, 0.1);
}

/* Hidden actions */
.eg-cart__actions-hidden {
  display: none;
}

/* ── Summary Card ────────────────────────── */
.eg-cart__summary-col {
  position: sticky;
  top: 100px;
}

.eg-cart__summary-card {
  border-radius: 22px;
  padding: 28px;
  background: linear-gradient(145deg, rgba(24, 14, 51, 0.85), rgba(16, 8, 32, 0.65));
  border: 1px solid rgba(177, 126, 255, 0.16);
  box-shadow: 0 12px 48px rgba(7, 4, 21, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  animation: eg-ty-fadeUp 0.5s 0.15s ease both;
  position: relative;
  overflow: hidden;
}

.eg-cart__summary-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15%;
  right: 15%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #7d54ff 35%, #ff3891 65%, transparent);
  opacity: 0.4;
}

.eg-cart__summary-title {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 20px;
  color: #fff;
}

/* Coupon */
.eg-cart__coupon {
  margin-bottom: 18px;
}

.eg-cart__coupon-row {
  display: flex;
  gap: 8px;
}

.eg-cart__coupon-input {
  flex: 1;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(177, 126, 255, 0.12);
  color: #fff;
  font-size: 13px;
  font-family: "Muller", sans-serif;
  outline: none;
  transition: border-color 0.3s;
}

.eg-cart__coupon-input:focus {
  border-color: #b17eff;
}

.eg-cart__coupon-input::placeholder {
  color: rgba(177, 155, 220, 0.4);
}

.eg-cart__coupon-btn {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(177, 126, 255, 0.1);
  border: 1px solid rgba(177, 126, 255, 0.18);
  color: #b17eff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
}

.eg-cart__coupon-btn:hover {
  background: rgba(177, 126, 255, 0.2);
  color: #fff;
}

/* Totals */
.eg-cart__totals {
  margin-bottom: 20px;
}

.eg-cart__totals-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 14px;
  color: #c9bcef;
}

.eg-cart__totals-row span:last-child {
  font-weight: 600;
  color: #efe8ff;
  white-space: nowrap;
}

.eg-cart__totals-discount span:last-child {
  color: #45f882;
}

.eg-cart__totals-divider {
  height: 1px;
  background: rgba(177, 126, 255, 0.1);
  margin: 8px 0;
}

.eg-cart__totals-total {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  padding: 12px 0 4px;
}

.eg-cart__total-amount {
  background: linear-gradient(135deg, #fff, #d4b5ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px !important;
  white-space: nowrap;
}

/* Checkout CTA */
.eg-cart__checkout-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 24px;
  border-radius: 14px;
  background: linear-gradient(135deg, #6600ff, #8a33ff);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  font-family: "Muller", sans-serif;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 28px rgba(102, 0, 255, 0.4);
  transition: all 0.35s ease;
  margin-bottom: 18px;
}

.eg-cart__checkout-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(102, 0, 255, 0.55);
  color: #fff;
}

.eg-cart__checkout-btn svg {
  transition: transform 0.3s;
}

.eg-cart__checkout-btn:hover svg {
  transform: translateX(4px);
}

/* Trust badges */
.eg-cart__trust {
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
}

.eg-cart__trust-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(177, 126, 255, 0.04);
  border: 1px solid rgba(177, 126, 255, 0.08);
  font-size: 11px;
  color: #8a7db0;
  font-weight: 600;
}

.eg-cart__trust-note {
  font-size: 11px;
  color: #6b5f8e;
  line-height: 1.5;
  margin: 0;
}

/* ── Responsive ──────────────────────────── */
@media (max-width: 860px) {
  .eg-cart__layout {
    grid-template-columns: 1fr;
  }

  .eg-cart__summary-col {
    position: static;
  }

  .eg-cart__item {
    grid-template-columns: 80px 1fr;
    grid-template-rows: auto auto;
    gap: 8px 14px;
    padding: 18px 40px 18px 18px;
  }

  .eg-cart__item-img {
    grid-row: 1;
    grid-column: 1;
  }

  .eg-cart__item-img img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
  }

  .eg-cart__item-info {
    grid-row: 1;
    grid-column: 2;
    align-self: center;
  }

  .eg-cart__item-pricing {
    grid-row: 2;
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid rgba(177, 126, 255, 0.06);
    margin-top: 2px;
  }
}

@media (max-width: 500px) {
  .eg-cart {
    padding: 10px 12px 40px;
  }

  .eg-cart__item {
    padding: 14px 36px 14px 14px;
    grid-template-columns: 64px 1fr;
    gap: 6px 12px;
  }

  .eg-cart__item-img img {
    width: 64px;
    height: 64px;
    border-radius: 10px;
  }

  .eg-cart__item-name {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .eg-cart__item-meta dt {
    font-size: 11px;
  }

  .eg-cart__item-meta dd {
    font-size: 12px;
  }

  .eg-cart__item-price {
    font-size: 16px;
  }

  .eg-cart__summary-card {
    padding: 20px 18px;
  }

  .eg-cart__checkout-btn {
    font-size: 14px;
    padding: 14px 20px;
  }

  .eg-cart__trust {
    flex-direction: column;
    gap: 8px;
  }
}


/* ═══════════════════════════════════════════════
   E-GIRLZ HEADER — Premium Redesign
   ═══════════════════════════════════════════════ */

/* Lock scroll when mobile menu open */
body.eg-menu-open {
  overflow: hidden;
}

/* Hide old header/nav elements */
header:not(.eg-header) {
  display: none !important;
}

.eg-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10002;
  font-family: "Muller", sans-serif;
  transition: background 0.35s, box-shadow 0.35s;
  background: rgba(10, 6, 22, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(177, 126, 255, 0.06);
}

.eg-header__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 28px;
  height: 64px;
}

/* Logo */
.eg-header__logo {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.04em;
  flex-shrink: 0;
  transition: opacity 0.2s;
}

.eg-header__logo:hover {
  opacity: 0.85;
}

/* Desktop Nav */
.eg-header__nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.eg-header__link {
  position: relative;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  border-radius: 8px;
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
}

.eg-header__link:hover {
  color: #fff;
  background: rgba(177, 126, 255, 0.08);
}

.eg-header__link::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #7d54ff, #ff3891);
  transition: transform 0.3s ease;
}

.eg-header__link:hover::after {
  transform: translateX(-50%) scaleX(1);
}

/* Right Actions */
.eg-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

/* CTA Button (Стать E-Girl) */
.eg-header__cta {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border-radius: 10px;
  background: linear-gradient(135deg, #6600ff, #8a33ff);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s;
  box-shadow: 0 4px 16px rgba(102, 0, 255, 0.3);
}

.eg-header__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(102, 0, 255, 0.45);
  color: #fff;
}

/* Icon Buttons (profile, etc.) */
.eg-header__icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.2s, background 0.2s;
  text-decoration: none;
}

.eg-header__icon-btn:hover {
  color: #fff;
  background: rgba(177, 126, 255, 0.1);
}

/* Cart link — style existing */
.eg-header__actions .cart-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.2s, background 0.2s;
  text-decoration: none;
  position: relative;
  margin-bottom: 0;
}

.eg-header__actions .cart-link:hover {
  color: #fff;
  background: rgba(177, 126, 255, 0.1);
}

.eg-header__actions .cart-link img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  opacity: 0.6;
  transition: opacity 0.2s;
}

.eg-header__actions .cart-link:hover img {
  opacity: 1;
}

/* Hamburger */
.eg-header__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  padding: 8px 6px;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.2s;
}

.eg-header__burger:hover {
  background: rgba(177, 126, 255, 0.08);
}

.eg-header__burger span {
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.35s ease;
  transform-origin: center;
}

.eg-header__burger span:nth-child(1) {
  width: 100%;
}

.eg-header__burger span:nth-child(2) {
  width: 70%;
  margin-left: auto;
}

.eg-header__burger span:nth-child(3) {
  width: 50%;
  margin-left: auto;
}

.eg-header__burger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.eg-header__burger.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(10px);
}

.eg-header__burger.active span:nth-child(3) {
  width: 100%;
  transform: translateY(-7px) rotate(-45deg);
}

/* ── Mobile Menu ─────────────────────────── */
.eg-header__mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background: #0a0616;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 80px 32px 40px;
  overflow-y: auto;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s;
}

.eg-header__mobile.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: all;
}

.eg-header__mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.eg-header__mobile-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  font-size: 18px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  border-radius: 12px;
  transition: color 0.2s, background 0.2s, transform 0.2s;
}

.eg-header__mobile-link:hover {
  color: #fff;
  background: rgba(177, 126, 255, 0.08);
  transform: translateX(6px);
}

.eg-header__mobile-link--cta {
  margin-top: 8px;
  background: linear-gradient(135deg, rgba(102, 0, 255, 0.2), rgba(138, 51, 255, 0.15));
  border: 1px solid rgba(177, 126, 255, 0.15);
  color: #d4b5ff;
}

.eg-header__mobile-link--cta:hover {
  background: linear-gradient(135deg, rgba(102, 0, 255, 0.35), rgba(138, 51, 255, 0.25));
  color: #fff;
}

.eg-header__mobile-bottom {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(177, 126, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.eg-header__mobile-bottom .eg-header__mobile-link {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}

.eg-header__mobile-bottom .cart-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  transition: color 0.2s, background 0.2s;
}

.eg-header__mobile-bottom .cart-link:hover {
  color: #fff;
  background: rgba(177, 126, 255, 0.08);
}

.eg-header__mobile-bottom .cart-link img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
  opacity: 0.5;
}

/* ── Responsive ──────────────────────────── */

/* Adjust body padding for fixed header */
.main__body,
.girl__body {
  padding-top: 0;
}

/* Header lives in a container, push content below header */
.main section.main,
.girl__body section.girl {
  padding-top: 0;
}

/* Content padding handled by section-specific rules */

@media (max-width: 1100px) {
  .eg-header__link {
    padding: 8px 10px;
    font-size: 13px;
  }

  .eg-header__cta {
    padding: 7px 14px;
    font-size: 12px;
  }
}

@media (max-width: 960px) {
  .eg-header__nav {
    display: none;
  }

  .eg-header__cta {
    display: none;
  }

  .eg-header__burger {
    display: flex;
  }
}

@media (max-width: 480px) {
  .eg-header__inner {
    padding: 0 16px;
    height: 56px;
  }

  .eg-header__mobile {
    top: 56px;
    padding: 24px 20px;
  }

  .eg-header__mobile-link {
    font-size: 16px;
    padding: 12px 14px;
  }

  .eg-header__logo {
    font-size: 18px;
  }
}

/* ============================================
   HERO REDESIGN — NEW COMPONENTS
   All new classes, no overrides of existing CSS
   ============================================ */

/* Badge */
.promo__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(102, 0, 255, .15);
  border: 1px solid rgba(102, 0, 255, .35);
  color: #d4ccf0;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
}

.promo__badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 8px rgba(74, 222, 128, .7);
  animation: eg-dot-pulse 2s ease-in-out infinite;
}

@keyframes eg-dot-pulse {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 6px rgba(74, 222, 128, .5);
  }

  50% {
    transform: scale(1.2);
    box-shadow: 0 0 14px rgba(74, 222, 128, .9);
  }
}

/* CTA Group */
.promo__cta-group {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
  flex-wrap: wrap;
}

/* Primary CTA */
.promo__button.promo__button--primary {
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 20px 40px;
  border-radius: 16px;
  background: linear-gradient(135deg, #7c3aed, #e847ae);
  box-shadow: 0 8px 24px rgba(124, 58, 237, .35);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}

.promo__button.promo__button--primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
  animation: eg-shimmer 3s ease-in-out infinite;
}

.promo__button.promo__button--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(124, 58, 237, .5);
}

.promo__button.promo__button--primary svg {
  transition: transform .3s ease;
}

.promo__button.promo__button--primary:hover svg {
  transform: translateX(4px);
}

@keyframes eg-shimmer {
  0% {
    left: -100%;
  }

  50% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}

/* Ghost CTA */
.promo__button.promo__button--ghost {
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  padding: 19px 32px;
  border-radius: 16px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .2);
  color: #ccc;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s ease;
}

.promo__button.promo__button--ghost:hover {
  border-color: rgba(124, 58, 237, .5);
  color: #fff;
  background: rgba(124, 58, 237, .1);
}

/* Social Proof */
.promo__social-proof {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 10px 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, .08);
}

.promo__proof-item {
  color: #b8b3c9;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.promo__proof-sep {
  color: rgba(255, 255, 255, .15);
  font-size: 13px;
}

/* Mobile for new components */
@media (max-width: 768px) {
  .promo__badge {
    font-size: 11px;
    padding: 6px 14px;
  }

  .promo__cta-group {
    flex-direction: column;
    gap: 12px;
    margin-top: 28px;
  }

  .promo__button.promo__button--primary,
  .promo__button.promo__button--ghost {
    width: 100%;
    justify-content: center;
  }

  .promo__social-proof {
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 14px;
    justify-content: center;
  }

  .promo__proof-item {
    font-size: 11px;
  }
}

/* Hide circle behind girl */
.promo__girl::after {
  display: none !important;
}

.promo__glow-ring {
  display: none !important;
}


/* ═══════════════════════════════════════════════
   BENTO «ПОЧЕМУ МЫ?» — Apple-style Bento Grid
   ═══════════════════════════════════════════════ */

.bento-why {
  position: relative;
  overflow: hidden;
  padding: 140px 0 120px;
  background: linear-gradient(180deg, #0B0514 0%, #0e0820 50%, #0B0514 100%);
}

/* Ambient background glows */
.bento-why__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(120px);
  opacity: .45;
}

.bento-why__glow--1 {
  width: 600px;
  height: 600px;
  top: -180px;
  left: -120px;
  background: radial-gradient(circle, rgba(124, 58, 237, .5), transparent 70%);
}

.bento-why__glow--2 {
  width: 500px;
  height: 500px;
  bottom: -100px;
  right: -80px;
  background: radial-gradient(circle, rgba(232, 71, 174, .4), transparent 70%);
}

/* Title */
.bento-why__title {
  font-family: "Muller", sans-serif;
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.bento-why__subtitle {
  text-align: center;
  color: #9a8ec0;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 64px;
  line-height: 1.5;
}

/* ── Grid ──────────────────────────────────── */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}

/* Card sizing */
.bento-card--wide {
  grid-column: span 2;
}

.bento-card--tall {
  grid-row: span 2;
}

/* ── Card base ─────────────────────────────── */
.bento-card {
  position: relative;
  border-radius: 24px;
  background: linear-gradient(160deg, rgba(30, 24, 52, .85) 0%, rgba(18, 14, 32, .9) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, .06);
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .3),
    inset 0 1px 0 rgba(255, 255, 255, .04);
  transition: transform .5s cubic-bezier(.23, 1, .32, 1),
    border-color .5s cubic-bezier(.23, 1, .32, 1),
    box-shadow .5s cubic-bezier(.23, 1, .32, 1);
}

.bento-card:hover {
  transform: translateY(-3px);
  border-color: rgba(217, 70, 239, .5);
  box-shadow: 0 0 25px rgba(217, 70, 239, .2),
    0 8px 40px rgba(0, 0, 0, .4),
    inset 0 1px 0 rgba(255, 255, 255, .06);
}

/* ── Card inner ────────────────────────────── */
.bento-card__inner {
  padding: 40px 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.bento-card__inner--center {
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 44px 32px;
}

/* ── Icon ──────────────────────────────────── */
.bento-card__icon {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  flex-shrink: 0;
  transition: transform .4s cubic-bezier(.23, 1, .32, 1),
    box-shadow .4s cubic-bezier(.23, 1, .32, 1);
}

.bento-card:hover .bento-card__icon {
  transform: scale(1.08);
}

.bento-card__icon::after {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 26px;
  opacity: .6;
  filter: blur(22px);
  z-index: -1;
  transition: opacity .4s ease;
}

.bento-card:hover .bento-card__icon::after {
  opacity: .85;
}

.bento-card__icon--cyan {
  background: rgba(0, 210, 255, .14);
  color: #00d2ff;
  box-shadow: 0 0 0 1px rgba(0, 210, 255, .08);
}

.bento-card__icon--cyan::after {
  background: rgba(0, 210, 255, .3);
}

.bento-card__icon--pink {
  background: rgba(232, 71, 174, .14);
  color: #e847ae;
  box-shadow: 0 0 0 1px rgba(232, 71, 174, .08);
}

.bento-card__icon--pink::after {
  background: rgba(232, 71, 174, .3);
}

.bento-card__icon--purple {
  background: rgba(124, 58, 237, .14);
  color: #a78bfa;
  box-shadow: 0 0 0 1px rgba(124, 58, 237, .08);
}

.bento-card__icon--purple::after {
  background: rgba(124, 58, 237, .3);
}

.bento-card__icon--green {
  background: rgba(74, 222, 128, .14);
  color: #4ade80;
  box-shadow: 0 0 0 1px rgba(74, 222, 128, .08);
}

.bento-card__icon--green::after {
  background: rgba(74, 222, 128, .3);
}

/* ── Text ──────────────────────────────────── */
.bento-card__title {
  font-family: "Muller", sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #f0ecf9;
  margin-bottom: 10px;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.bento-card__desc {
  font-family: "Muller", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #a99dc4;
  line-height: 1.6;
  max-width: 340px;
}

.bento-card__inner--center .bento-card__desc {
  max-width: 240px;
}

/* ── Wide card text area ───────────────────── */
.bento-card--wide .bento-card__text {
  margin-bottom: 24px;
}

/* ── Game Marquee ──────────────────────────── */
.bento-marquee {
  position: relative;
  overflow: hidden;
  margin: 0 -36px -40px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .04);
  background: linear-gradient(180deg, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .25) 100%);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.bento-marquee__track {
  display: flex;
  gap: 32px;
  width: max-content;
  animation: bento-scroll 30s linear infinite;
}

.bento-marquee__item {
  font-family: "Muller", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, .5);
  white-space: nowrap;
  letter-spacing: .02em;
  transition: color .3s;
}

.bento-marquee:hover .bento-marquee__item {
  color: rgba(255, 255, 255, .75);
}

@keyframes bento-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* ── 24/7 Typography ───────────────────────── */
.bento-247 {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 16px;
}

.bento-247__num {
  font-family: "Muller", sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #e847ae, #7c3aed);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  filter: drop-shadow(0 0 24px rgba(232, 71, 174, .3));
}

.bento-247__slash {
  font-family: "Muller", sans-serif;
  font-size: 56px;
  font-weight: 300;
  color: rgba(255, 255, 255, .15);
  line-height: 1;
}

/* ── Online dot ────────────────────────────── */
.bento-online-dot {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  position: relative;
}

.bento-online-dot__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 8px rgba(74, 222, 128, .6);
  flex-shrink: 0;
}

.bento-online-dot__ping {
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4ade80;
  animation: bento-ping 2s cubic-bezier(0, 0, .2, 1) infinite;
}

.bento-online-dot__label {
  font-family: "Muller", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #4ade80;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.bento-online-dot--small {
  margin-top: 12px;
}

.bento-online-dot--small .bento-online-dot__dot,
.bento-online-dot--small .bento-online-dot__ping {
  width: 8px;
  height: 8px;
}

.bento-online-dot--small .bento-online-dot__label {
  font-size: 11px;
}

@keyframes bento-ping {
  0% {
    transform: scale(1);
    opacity: .75;
  }

  75%,
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

/* ── Chat dots animation ───────────────────── */
.bento-chat-dots {
  display: flex;
  gap: 4px;
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
}

.bento-card__icon--green {
  position: relative;
}

.bento-chat-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4ade80;
  animation: bento-chat-bounce 1.4s ease-in-out infinite;
}

.bento-chat-dots span:nth-child(2) {
  animation-delay: .15s;
}

.bento-chat-dots span:nth-child(3) {
  animation-delay: .3s;
}

@keyframes bento-chat-bounce {

  0%,
  60%,
  100% {
    transform: translateY(0);
    opacity: .4;
  }

  30% {
    transform: translateY(-6px);
    opacity: 1;
  }
}

/* ── CTA ───────────────────────────────────── */
.bento-why__cta {
  text-align: center;
  margin-top: 48px;
}

.bento-why__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 20px 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #7c3aed, #e847ae);
  color: #fff;
  font-family: "Muller", sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .03em;
  box-shadow: 0 8px 32px rgba(124, 58, 237, .35);
  transition: transform .35s ease, box-shadow .35s ease;
}

.bento-why__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 24px rgba(217, 70, 239, .45),
    0 8px 40px rgba(124, 58, 237, .4);
  color: #fff;
}

.bento-why__btn svg {
  transition: transform .3s ease;
}

.bento-why__btn:hover svg {
  transform: translateX(5px);
}

/* ── Scroll Reveal ─────────────────────────── */
.bento-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s cubic-bezier(.23, 1, .32, 1),
    transform .8s cubic-bezier(.23, 1, .32, 1);
}

.bento-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.bento-reveal:nth-child(2) {
  transition-delay: .12s;
}

.bento-reveal:nth-child(3) {
  transition-delay: .24s;
}

.bento-reveal:nth-child(4) {
  transition-delay: .36s;
}

/* ── Responsive ────────────────────────────── */

/* Tablet */
@media (max-width: 960px) {
  .bento-why {
    padding: 80px 0 70px;
  }

  .bento-why__title {
    font-size: 36px;
  }

  .bento-why__subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .bento-card--wide {
    grid-column: span 2;
  }

  .bento-card--tall {
    grid-row: span 1;
  }

  .bento-card__inner {
    padding: 28px 24px;
  }

  .bento-247__num {
    font-size: 56px;
  }

  .bento-247__slash {
    font-size: 44px;
  }

  .bento-marquee {
    margin: 0 -24px -28px;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .bento-why {
    padding: 64px 0 56px;
  }

  .bento-why__title {
    font-size: 30px;
  }

  .bento-why__subtitle {
    font-size: 14px;
    margin-bottom: 32px;
  }

  .bento-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bento-card--wide {
    grid-column: span 1;
  }

  .bento-card {
    border-radius: 20px;
  }

  .bento-card__inner {
    padding: 24px 20px;
  }

  .bento-card__title {
    font-size: 19px;
  }

  .bento-card__desc {
    font-size: 14px;
    max-width: 100%;
  }

  .bento-card__inner--center .bento-card__desc {
    max-width: 100%;
  }

  .bento-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    margin-bottom: 16px;
  }

  .bento-247__num {
    font-size: 48px;
  }

  .bento-247__slash {
    font-size: 36px;
  }

  .bento-marquee {
    margin: 0 -20px -24px;
  }

  .bento-marquee__item {
    font-size: 13px;
  }

  .bento-why__btn {
    padding: 18px 36px;
    font-size: 14px;
    width: 100%;
    justify-content: center;
  }

  .bento-why__cta {
    margin-top: 36px;
    padding: 0 4px;
  }

  /* Stagger on mobile */
  .bento-reveal:nth-child(1) {
    transition-delay: 0s;
  }

  .bento-reveal:nth-child(2) {
    transition-delay: .08s;
  }

  .bento-reveal:nth-child(3) {
    transition-delay: .16s;
  }

  .bento-reveal:nth-child(4) {
    transition-delay: .24s;
  }
}


/* ═══════════════════════════════════════════════
   «КТО ТАКАЯ E-GIRL?» — Premium Override
   ═══════════════════════════════════════════════ */

.promo__explanation {
  margin-top: 40px;
  position: relative;
  max-width: 640px;
  border-radius: 26px;
  padding: 0;
  display: flex;
  gap: 12px;
  align-items: stretch;
  border: 1px solid rgba(171, 138, 255, .24);
  background: linear-gradient(135deg, rgba(18, 13, 34, .94) 0%, rgba(12, 10, 24, .96) 100%);
  box-shadow: 0 22px 48px rgba(4, 3, 10, .56),
    inset 0 0 0 1px rgba(255, 255, 255, .03);
  overflow: hidden;
}

.promo__explanation::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 24px;
  height: 100%;
  background:
    radial-gradient(420px 220px at -4% 10%, rgba(98, 78, 255, .22), transparent 72%),
    radial-gradient(300px 190px at 96% 86%, rgba(45, 196, 255, .12), transparent 74%),
    linear-gradient(160deg, rgba(30, 24, 52, .64) 0%, rgba(18, 14, 32, .72) 100%);
}

.promo__explanation__wrapper {
  margin: 0;
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  position: relative;
  z-index: 1;
}

.promo__explanation__wrapper__header {
  font-family: "Muller", sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #fff 0%, #d4b5ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.01em;
}

.promo__explanation__kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(99, 218, 255, .34);
  background: linear-gradient(135deg, rgba(54, 171, 255, .12) 0%, rgba(160, 88, 255, .15) 100%);
  color: #a9ecff;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.promo__explanation__wrapper__descr {
  font-family: "Muller", sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.52;
  color: #bdb1d9;
  max-width: 430px;
}

.promo__explanation__points {
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.promo__explanation__points li {
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .11);
  background: rgba(255, 255, 255, .04);
  color: #f0e9ff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
}

.promo__explanation__photo {
  position: relative;
  z-index: 2;
  height: auto;
  max-height: 180px;
  width: min(26%, 150px);
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 0 34px rgba(124, 58, 237, .32));
  transition: transform .5s cubic-bezier(.23, 1, .32, 1),
    filter .5s ease;
  margin: auto 14px 0 0;
}

/* Keep only one variant visible per viewport */
.promo__explanation-mobile {
  display: none;
}

.promo__explanation:hover .promo__explanation__photo {
  transform: scale(1.04) translateY(-4px);
  filter: drop-shadow(0 0 40px rgba(124, 58, 237, .4));
}

/* Mobile override */
@media (max-width: 768px) {
  .promo__explanation {
    display: none;
  }

  .promo__explanation-mobile {
    display: flex;
    margin-top: 20px;
  }

  .promo__explanation__wrapper {
    padding: 22px 20px 10px;
  }

  .promo__explanation__wrapper__header {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .promo__explanation__kicker {
    margin-bottom: 10px;
    padding: 7px 10px;
    font-size: 11px;
  }

  .promo__explanation__wrapper__descr {
    font-size: 14px;
    line-height: 1.6;
  }

  .promo__explanation__points {
    margin-top: 12px;
    gap: 8px;
  }

  .promo__explanation__points li {
    font-size: 12px;
    padding: 6px 9px;
  }

  .promo__explanation__photo {
    max-height: 168px;
    width: 168px;
    margin-right: 6px;
  }
}

@media (max-width: 480px) {
  .promo__explanation {
    flex-direction: column;
    border-radius: 20px;
    gap: 0;
  }

  .promo__explanation__photo {
    max-height: 152px;
    width: 152px;
    align-self: flex-end;
    margin: -12px 8px 0 0;
  }

  .promo__explanation__wrapper {
    padding: 20px 16px 10px;
  }
}


/* ═══════════════════════════════════════════════
   «КАК ЭТО РАБОТАЕТ?» — Premium Bento Steps
   ═══════════════════════════════════════════════ */

.hiw {
  position: relative;
  overflow: hidden;
  padding: 120px 0 100px;
  background: linear-gradient(180deg, #0a0514 0%, #0d0820 50%, #0a0514 100%);
}

.hiw__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(130px);
  opacity: .3;
}

.hiw__glow--1 {
  width: 500px;
  height: 500px;
  top: -100px;
  right: -100px;
  background: radial-gradient(circle, rgba(34, 211, 238, .4), transparent 70%);
}

.hiw__glow--2 {
  width: 450px;
  height: 450px;
  bottom: -80px;
  left: -60px;
  background: radial-gradient(circle, rgba(168, 85, 247, .4), transparent 70%);
}

/* Title */
.hiw__title {
  font-family: "Muller", sans-serif;
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.hiw__subtitle {
  text-align: center;
  font-family: "Muller", sans-serif;
  color: #9a8ec0;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 56px;
  line-height: 1.5;
}

/* ── Progress bar ──────────────────────────── */
.hiw__progress {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 32px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}

.hiw__progress-line {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 50%;
  height: 2px;
  background: rgba(255, 255, 255, .06);
  transform: translateY(-50%);
}

.hiw__progress-line::after {
  content: "";
  position: absolute;
  inset: -2px 0;
  background: linear-gradient(90deg, #a855f7, #22d3ee);
  opacity: .3;
  filter: blur(4px);
}

.hiw__progress-node {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #a855f7, #22d3ee);
  position: relative;
  z-index: 1;
  box-shadow: 0 0 12px rgba(168, 85, 247, .5),
    0 0 30px rgba(168, 85, 247, .2);
  flex-shrink: 0;
}

.hiw__progress-node::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid rgba(168, 85, 247, .3);
  animation: hiw-node-pulse 3s ease-in-out infinite;
}

.hiw__progress-node--2::after {
  animation-delay: .4s;
}

.hiw__progress-node--3::after {
  animation-delay: .8s;
}

.hiw__progress-node--4::after {
  animation-delay: 1.2s;
}

@keyframes hiw-node-pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: .6;
  }

  50% {
    transform: scale(1.8);
    opacity: 0;
  }
}

/* ── Grid ──────────────────────────────────── */
.hiw__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}

/* ── Card ──────────────────────────────────── */
.hiw__card {
  border-radius: 24px;
  background: linear-gradient(160deg, rgba(30, 24, 52, .85) 0%, rgba(18, 14, 32, .9) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, .06);
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .3),
    inset 0 1px 0 rgba(255, 255, 255, .04);
  transition: transform .5s cubic-bezier(.23, 1, .32, 1),
    border-color .5s cubic-bezier(.23, 1, .32, 1),
    box-shadow .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  flex-direction: column;
}

.hiw__card:hover {
  transform: translateY(-3px);
  border-color: rgba(217, 70, 239, .5);
  box-shadow: 0 0 25px rgba(217, 70, 239, .2),
    0 8px 40px rgba(0, 0, 0, .4),
    inset 0 1px 0 rgba(255, 255, 255, .06);
}

/* ── Card Mockup area ──────────────────────── */
.hiw__card-mock {
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .04);
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Mock: Catalog avatars */
.hiw__card-mock--catalog {
  flex-direction: column;
  gap: 10px;
}

.hiw__mock-row {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.hiw__mock-avatar {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  opacity: .85;
  transition: transform .3s ease, opacity .3s ease;
}

.hiw__card:hover .hiw__mock-avatar {
  opacity: 1;
}

.hiw__card:hover .hiw__mock-avatar:nth-child(1) {
  transform: scale(1.08) rotate(-2deg);
}

.hiw__card:hover .hiw__mock-avatar:nth-child(2) {
  transform: scale(1.12);
}

.hiw__card:hover .hiw__mock-avatar:nth-child(3) {
  transform: scale(1.08) rotate(2deg);
}

/* Mock: Pricing plans */
.hiw__card-mock--plans {
  gap: 10px;
  padding: 16px;
}

.hiw__mock-plan {
  flex: 1;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 14px;
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  transition: border-color .3s ease;
}

.hiw__mock-plan--premium {
  border-color: rgba(168, 85, 247, .3);
  background: rgba(168, 85, 247, .06);
}

.hiw__card:hover .hiw__mock-plan--premium {
  border-color: rgba(168, 85, 247, .5);
}

.hiw__mock-plan-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #a855f7, #e847ae);
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.hiw__mock-plan-label {
  font-family: "Muller", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, .7);
  text-transform: uppercase;
  letter-spacing: .05em;
}

.hiw__mock-plan-price {
  font-family: "Muller", sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
}

.hiw__mock-plan-bar {
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, .08);
  width: 100%;
}

.hiw__mock-plan-bar--short {
  width: 60%;
}

/* Mock: Calendar */
.hiw__card-mock--calendar {
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}

.hiw__mock-cal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Muller", sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, .6);
  padding: 0 4px;
}

.hiw__mock-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
  font-family: "Muller", sans-serif;
  font-size: 9px;
  color: rgba(255, 255, 255, .3);
  text-align: center;
}

.hiw__mock-cal-day {
  padding: 4px 0;
  border-radius: 6px;
  color: rgba(255, 255, 255, .45);
  transition: all .2s;
}

.hiw__mock-cal-day--free {
  background: rgba(74, 222, 128, .12);
  color: #4ade80;
  border: 1px solid rgba(74, 222, 128, .2);
}

.hiw__mock-cal-day--sel {
  background: linear-gradient(135deg, #a855f7, #7c3aed);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 0 8px rgba(168, 85, 247, .4);
}

/* Mock: Payment success */
.hiw__card-mock--payment {
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.hiw__mock-check {
  animation: hiw-check-pulse 2.5s ease-in-out infinite;
}

@keyframes hiw-check-pulse {

  0%,
  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 6px rgba(74, 222, 128, .3));
  }

  50% {
    transform: scale(1.08);
    filter: drop-shadow(0 0 16px rgba(74, 222, 128, .5));
  }
}

.hiw__mock-pay-label {
  font-family: "Muller", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #4ade80;
}

.hiw__mock-pay-sub {
  font-family: "Muller", sans-serif;
  font-size: 11px;
  color: rgba(255, 255, 255, .35);
}

/* ── Card body ─────────────────────────────── */
.hiw__card-body {
  padding: 24px 22px 28px;
  flex: 1;
}

.hiw__step-num {
  font-family: "Muller", sans-serif;
  font-size: 13px;
  font-weight: 800;
  background: linear-gradient(135deg, #a855f7, #22d3ee);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: .08em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.hiw__card-title {
  font-family: "Muller", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #f0ecf9;
  margin-bottom: 8px;
  line-height: 1.25;
}

.hiw__card-desc {
  font-family: "Muller", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #a99dc4;
  line-height: 1.55;
}

/* ── CTA ───────────────────────────────────── */
.hiw__cta {
  text-align: center;
  margin-top: 52px;
}

.hiw__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 20px 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #7c3aed, #e847ae);
  color: #fff;
  font-family: "Muller", sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .03em;
  box-shadow: 0 8px 32px rgba(124, 58, 237, .35);
  transition: transform .35s ease, box-shadow .35s ease;
}

.hiw__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 24px rgba(217, 70, 239, .45),
    0 8px 40px rgba(124, 58, 237, .4);
  color: #fff;
}

.hiw__btn svg {
  transition: transform .3s ease;
}

.hiw__btn:hover svg {
  transform: translateX(5px);
}

/* ── Scroll reveal ─────────────────────────── */
.hiw-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s cubic-bezier(.23, 1, .32, 1),
    transform .8s cubic-bezier(.23, 1, .32, 1);
}

.hiw-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hiw-reveal:nth-child(2) {
  transition-delay: .1s;
}

.hiw-reveal:nth-child(3) {
  transition-delay: .2s;
}

.hiw-reveal:nth-child(4) {
  transition-delay: .3s;
}

/* ── Responsive ────────────────────────────── */

/* Tablet */
@media (max-width: 960px) {
  .hiw {
    padding: 80px 0 70px;
  }

  .hiw__title {
    font-size: 36px;
  }

  .hiw__subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .hiw__progress {
    display: none;
  }

  .hiw__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .hiw__card-mock {
    min-height: 120px;
    padding: 16px;
  }

  .hiw__mock-avatar {
    width: 44px;
    height: 44px;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .hiw {
    padding: 64px 0 56px;
  }

  .hiw__title {
    font-size: 28px;
  }

  .hiw__subtitle {
    font-size: 14px;
    margin-bottom: 28px;
  }

  .hiw__grid {
    grid-template-columns: 1fr;
    gap: 14px;
    position: relative;
    padding-left: 28px;
  }

  /* Vertical timeline on mobile */
  .hiw__grid::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 20px;
    bottom: 20px;
    width: 2px;
    background: rgba(255, 255, 255, .06);
  }

  .hiw__grid::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 20px;
    bottom: 20px;
    width: 2px;
    background: linear-gradient(180deg, #a855f7, #22d3ee);
    opacity: .25;
    filter: blur(2px);
  }

  .hiw__card {
    position: relative;
  }

  .hiw__card::after {
    content: "";
    position: absolute;
    left: -22px;
    top: 36px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #a855f7, #22d3ee);
    box-shadow: 0 0 8px rgba(168, 85, 247, .4);
  }

  .hiw__card-mock {
    min-height: 110px;
    padding: 16px;
  }

  .hiw__card-body {
    padding: 20px 18px 24px;
  }

  .hiw__card-title {
    font-size: 18px;
  }

  .hiw__card-desc {
    font-size: 13px;
  }

  .hiw__mock-avatar {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .hiw__btn {
    padding: 18px 36px;
    font-size: 14px;
    width: 100%;
    justify-content: center;
  }

  .hiw__cta {
    margin-top: 36px;
    padding: 0 4px;
  }
}


/* ═══════════════════════════════════════════════
   SERVICES / CATALOG — Premium Profile Grid
   ═══════════════════════════════════════════════ */

.svc {
  position: relative;
  overflow: hidden;
  padding: 120px 0 100px;
  background: linear-gradient(180deg, #0a0514 0%, #12082a 50%, #0a0514 100%);
}

.svc__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(140px);
  opacity: .25;
}

.svc__glow--1 {
  width: 550px;
  height: 550px;
  top: -120px;
  left: -100px;
  background: radial-gradient(circle, rgba(124, 58, 237, .5), transparent 70%);
}

.svc__glow--2 {
  width: 500px;
  height: 500px;
  bottom: -80px;
  right: -80px;
  background: radial-gradient(circle, rgba(232, 71, 174, .35), transparent 70%);
}

/* Title */
.svc__title {
  font-family: "Muller", sans-serif;
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.svc__subtitle {
  text-align: center;
  font-family: "Muller", sans-serif;
  color: #9a8ec0;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 56px;
  line-height: 1.5;
}

/* ── Grid ──────────────────────────────────── */
.svc__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1100px;
  margin: 0 auto;
}

/* ── Card ──────────────────────────────────── */
.svc__card {
  position: relative;
  display: block;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, .06);
  box-shadow: 0 4px 24px rgba(0, 0, 0, .4);
  transition: transform .5s cubic-bezier(.23, 1, .32, 1),
    border-color .5s cubic-bezier(.23, 1, .32, 1),
    box-shadow .5s cubic-bezier(.23, 1, .32, 1);
}

.svc__card:hover {
  transform: translateY(-4px);
  border-color: rgba(217, 70, 239, .4);
  box-shadow: 0 0 30px rgba(217, 70, 239, .15),
    0 12px 48px rgba(0, 0, 0, .5);
}

/* ── Card image ────────────────────────────── */
.svc__card-img {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.svc__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform .6s cubic-bezier(.23, 1, .32, 1);
}

.svc__card:hover .svc__card-img img {
  transform: scale(1.06);
}

/* ── Online badge ──────────────────────────── */
.svc__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 20px;
  background: rgba(10, 10, 20, .55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(74, 222, 128, .2);
}

.svc__badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 6px rgba(74, 222, 128, .6);
  animation: svc-dot-pulse 2s ease-in-out infinite;
}

@keyframes svc-dot-pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .6;
    transform: scale(1.3);
  }
}

.svc__badge-text {
  font-family: "Muller", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #4ade80;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.svc__badge.is-offline {
  border-color: rgba(239, 68, 68, .42);
  background: rgba(36, 10, 16, .7);
}

.svc__badge.is-offline .svc__badge-dot {
  background: #f87171;
  box-shadow: 0 0 10px rgba(248, 113, 113, .7);
}

.svc__badge.is-offline .svc__badge-text {
  color: #fca5a5;
}

/* ── Hover button ──────────────────────────── */
.svc__card-hover {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 5, 20, .45);
  opacity: 0;
  transition: opacity .4s ease;
}

.svc__card:hover .svc__card-hover {
  opacity: 1;
}

.svc__card-hover-btn {
  padding: 14px 28px;
  border-radius: 14px;
  background: rgba(124, 58, 237, .25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(124, 58, 237, .4);
  color: #fff;
  font-family: "Muller", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  transform: translateY(8px);
  transition: transform .4s cubic-bezier(.23, 1, .32, 1),
    background .3s ease,
    box-shadow .3s ease;
}

.svc__card:hover .svc__card-hover-btn {
  transform: translateY(0);
}

.svc__card-hover-btn:hover {
  background: rgba(124, 58, 237, .45);
  box-shadow: 0 0 20px rgba(124, 58, 237, .3);
}

/* ── Bottom info overlay ───────────────────── */
.svc__card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 16px 18px;
  background: linear-gradient(180deg, transparent 0%, rgba(10, 5, 20, .85) 40%, rgba(10, 5, 20, .95) 100%);
}

.svc__card-name {
  font-family: "Muller", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.svc__card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.svc__card-status {
  font-family: "Muller", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #a99dc4;
}

.svc__card-status.is-offline {
  color: #fca5a5;
}

.svc__card-price {
  font-family: "Muller", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #d946ef;
}

.svc__card-games {
  display: flex;
  gap: 6px;
  margin-top: 4px;
}

.svc__card-games img {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  opacity: .8;
  transition: opacity .2s;
}

.svc__card:hover .svc__card-games img {
  opacity: 1;
}

/* ── CTA ───────────────────────────────────── */
.svc__cta {
  text-align: center;
  margin-top: 52px;
}

.svc__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 20px 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #7c3aed, #e847ae);
  color: #fff;
  font-family: "Muller", sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .03em;
  box-shadow: 0 8px 32px rgba(124, 58, 237, .35);
  transition: transform .35s ease, box-shadow .35s ease;
}

.svc__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 24px rgba(217, 70, 239, .45),
    0 8px 40px rgba(124, 58, 237, .4);
  color: #fff;
}

.svc__btn svg {
  transition: transform .3s ease;
}

.svc__btn:hover svg {
  transform: translateX(5px);
}

/* ── Scroll reveal ─────────────────────────── */
.svc-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s cubic-bezier(.23, 1, .32, 1),
    transform .7s cubic-bezier(.23, 1, .32, 1);
}

.svc-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.svc-reveal:nth-child(2) {
  transition-delay: .08s;
}

.svc-reveal:nth-child(3) {
  transition-delay: .16s;
}

.svc-reveal:nth-child(4) {
  transition-delay: .24s;
}

/* ── Responsive ────────────────────────────── */

@media (max-width: 960px) {
  .svc {
    padding: 80px 0 70px;
  }

  .svc__title {
    font-size: 36px;
  }

  .svc__subtitle {
    margin-bottom: 40px;
  }

  .svc__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}

@media (max-width: 640px) {
  .svc {
    padding: 64px 0 56px;
  }

  .svc__title {
    font-size: 28px;
  }

  .svc__subtitle {
    font-size: 14px;
    margin-bottom: 28px;
  }

  .svc__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .svc__card {
    border-radius: 18px;
    aspect-ratio: 3 / 4.5;
  }

  .svc__card-name {
    font-size: 16px;
  }

  .svc__card-meta {
    gap: 6px;
  }

  .svc__card-status {
    font-size: 11px;
  }

  .svc__card-price {
    font-size: 12px;
  }

  .svc__card-games img {
    width: 18px;
    height: 18px;
  }

  .svc__badge {
    padding: 4px 8px;
    top: 10px;
    right: 10px;
  }

  .svc__badge-text {
    font-size: 9px;
  }

  .svc__badge-dot {
    width: 6px;
    height: 6px;
  }

  .svc__card-hover-btn {
    padding: 10px 20px;
    font-size: 12px;
  }

  .svc__btn {
    padding: 18px 36px;
    font-size: 14px;
    width: 100%;
    justify-content: center;
  }

  .svc__cta {
    margin-top: 36px;
    padding: 0 4px;
  }
}


/* ═══════════════════════════════════════════════
   TESTIMONIALS — Infinite Marquee
   ═══════════════════════════════════════════════ */

.rev {
  position: relative;
  overflow: hidden;
  padding: 120px 0 100px;
  background: linear-gradient(180deg, #0a0514 0%, #0e0722 50%, #0a0514 100%);
}

.rev__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(140px);
  opacity: .2;
}

.rev__glow--1 {
  width: 500px;
  height: 500px;
  top: -80px;
  left: 20%;
  background: radial-gradient(circle, rgba(168, 85, 247, .5), transparent 70%);
}

.rev__glow--2 {
  width: 450px;
  height: 450px;
  bottom: -60px;
  right: 15%;
  background: radial-gradient(circle, rgba(34, 211, 238, .35), transparent 70%);
}

/* Title */
.rev__title {
  font-family: "Muller", sans-serif;
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.rev__subtitle {
  text-align: center;
  font-family: "Muller", sans-serif;
  color: #9a8ec0;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 56px;
  line-height: 1.5;
}

/* ── Marquee container ─────────────────────── */
.rev__marquee {
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.rev__marquee:hover .rev__track {
  animation-play-state: paused;
}

/* Track */
.rev__track {
  display: flex;
  gap: 16px;
  width: max-content;
  will-change: transform;
}

.rev__track--left {
  animation: rev-scroll-left 40s linear infinite;
}

.rev__track--right {
  animation: rev-scroll-right 45s linear infinite;
}

@keyframes rev-scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes rev-scroll-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

/* ── Card ──────────────────────────────────── */
.rev__card {
  flex-shrink: 0;
  width: 380px;
  padding: 22px 24px 18px;
  border-radius: 20px;
  background: rgba(17, 12, 31, .8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(139, 92, 246, .2);
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform .35s cubic-bezier(.23, 1, .32, 1),
    border-color .35s ease,
    box-shadow .35s ease;
}

.rev__card:hover {
  transform: translateY(-4px) scale(1.02);
  border-color: rgba(139, 92, 246, .45);
  box-shadow: 0 0 20px rgba(168, 85, 247, .2), 0 8px 32px rgba(0, 0, 0, .3);
}

/* Link wrapper */
.rev__card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  flex-shrink: 0;
  cursor: pointer;
}

/* ── Card top row ──────────────────────────── */
.rev__card-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rev__ava {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(139, 92, 246, .12);
  border: 1.5px solid rgba(139, 92, 246, .35);
  color: #a78bfa;
  box-shadow: 0 0 12px rgba(139, 92, 246, .2);
}

.rev__ava svg {
  stroke: #a78bfa;
}

.rev__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.rev__name {
  font-family: "Muller", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.rev__info {
  font-family: "Muller", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #8b83a8;
}

.rev__stars {
  font-size: 14px;
  letter-spacing: 2px;
  color: #f472b6;
  flex-shrink: 0;
  text-shadow: 0 0 8px rgba(244, 114, 182, .5);
}

/* ── Review text ───────────────────────────── */
.rev__text {
  font-family: "Muller", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: #c8c0db;
  flex: 1;
}

/* ── Footer — E-Girl pill ──────────────────── */
.rev__footer {
  display: flex;
  align-items: center;
  margin-top: 2px;
}

.rev__egirl-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .06);
  width: 100%;
}

.rev__egirl-ava {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
  display: block;
  border: 1.5px solid rgba(139, 92, 246, .3);
  box-shadow: 0 0 8px rgba(139, 92, 246, .15);
}

.rev__egirl-ava--ph {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(139, 92, 246, .15);
  font-size: 14px;
  color: #c4b5fd;
}

.rev__egirl-label {
  font-family: "Muller", sans-serif;
  font-size: 12px;
  color: #8b83a8;
  line-height: 1.3;
}

.rev__egirl-name {
  font-weight: 700;
}

.rev__egirl-name--purple {
  color: #c084fc;
}

.rev__egirl-name--cyan {
  color: #67e8f9;
}

/* ── Responsive ────────────────────────────── */

@media (max-width: 960px) {
  .rev {
    padding: 80px 0 70px;
  }

  .rev__title {
    font-size: 36px;
  }

  .rev__subtitle {
    margin-bottom: 40px;
  }

  .rev__card {
    width: 320px;
    padding: 18px 20px 16px;
  }
}

@media (max-width: 640px) {
  .rev {
    padding: 64px 0 48px;
  }

  .rev__title {
    font-size: 28px;
  }

  .rev__subtitle {
    font-size: 14px;
    margin-bottom: 28px;
  }

  .rev__card {
    width: 280px;
    padding: 16px 16px 14px;
    border-radius: 16px;
    gap: 10px;
  }

  .rev__ava {
    width: 40px;
    height: 40px;
  }

  .rev__name {
    font-size: 14px;
  }

  .rev__text {
    font-size: 13px;
  }

  .rev__tag {
    font-size: 11px;
    padding: 4px 10px;
  }

  .rev__track--left {
    animation-duration: 30s;
  }

  .rev__track--right {
    animation-duration: 35s;
  }
}


/* ═══════════════════════════════════════════════
   FAQ — Cyberpunk Glassmorphism Accordion
   ═══════════════════════════════════════════════ */

.faq2 {
  position: relative;
  overflow: hidden;
  padding: 120px 0 100px;
  background: linear-gradient(180deg, #0a0514 0%, #0d0620 50%, #0a0514 100%);
}

.faq2__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(140px);
  opacity: .18;
}

.faq2__glow--1 {
  width: 500px;
  height: 500px;
  top: 10%;
  left: 5%;
  background: radial-gradient(circle, rgba(168, 85, 247, .5), transparent 70%);
}

.faq2__glow--2 {
  width: 420px;
  height: 420px;
  bottom: 10%;
  right: 10%;
  background: radial-gradient(circle, rgba(232, 71, 174, .35), transparent 70%);
}

/* Title */
.faq2__title {
  font-family: "Muller", sans-serif;
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.faq2__subtitle {
  text-align: center;
  font-family: "Muller", sans-serif;
  color: #9a8ec0;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 56px;
  line-height: 1.5;
}

/* ── Two-column layout ─────────────────────── */
.faq2__layout {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 56px;
}

/* ── Accordion ─────────────────────────────── */
.faq2__accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Each item */
.faq2__item {
  border-radius: 16px;
  background: rgba(15, 12, 30, .5);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, .06);
  overflow: hidden;
  transition: border-color .35s ease, box-shadow .35s ease, background .35s ease;
}

.faq2__item.is-open {
  border-color: rgba(168, 85, 247, .3);
  box-shadow: 0 0 20px rgba(168, 85, 247, .15), 0 0 60px rgba(168, 85, 247, .06);
  background: rgba(20, 16, 42, .7);
}

/* Trigger button */
.faq2__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  text-align: left;
  font-family: "Muller", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.faq2__trigger:hover {
  background: rgba(255, 255, 255, .02);
}

/* Icon */
.faq2__icon {
  font-size: 22px;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(168, 85, 247, .15), rgba(232, 71, 174, .1));
  border: 1px solid rgba(168, 85, 247, .15);
}

.faq2__item.is-open .faq2__icon {
  background: linear-gradient(135deg, rgba(168, 85, 247, .3), rgba(232, 71, 174, .2));
  border-color: rgba(168, 85, 247, .3);
  box-shadow: 0 0 12px rgba(168, 85, 247, .25);
}

/* Question text */
.faq2__question {
  flex: 1;
  font-weight: 600;
}

/* Chevron */
.faq2__chevron {
  flex-shrink: 0;
  color: #9a8ec0;
  transition: transform .35s cubic-bezier(.4, 0, .2, 1), color .35s ease;
}

.faq2__item.is-open .faq2__chevron {
  transform: rotate(180deg);
  color: #a855f7;
}

/* Answer panel */
.faq2__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s cubic-bezier(.4, 0, .2, 1);
}

.faq2__answer-inner {
  padding: 0 22px 20px 76px;
  font-family: "Muller", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #c4bdd9;
}

/* ── Right illustration ────────────────────── */
/* ── Right illustration — Grounded glass card ── */
.faq2__illustration {
  position: sticky;
  top: 100px;
  align-self: start;
}

.faq2__illust-card {
  position: relative;
  border-radius: 28px;
  background: rgba(17, 12, 31, .6);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, .08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 274px;
  padding: 11px 24px 0;
}

/* Interior radial glow */
.faq2__illust-glow {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 260px;
  height: 260px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 71, 174, .2) 0%, rgba(34, 211, 238, .08) 50%, transparent 80%);
  pointer-events: none;
  filter: blur(30px);
}

/* Floating elements */
.faq2__illust-float {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
  animation: faq2-bob 4s ease-in-out infinite;
  z-index: 2;
}

.faq2__illust-q {
  font-family: "Muller", sans-serif;
  font-size: 56px;
  font-weight: 900;
  color: rgba(168, 85, 247, .6);
  text-shadow: 0 0 40px rgba(168, 85, 247, .4), 0 0 80px rgba(168, 85, 247, .15);
  line-height: 1;
}

.faq2__illust-emoji {
  font-size: 32px;
  filter: drop-shadow(0 0 12px rgba(232, 71, 174, .4));
  animation: faq2-bob 3.5s ease-in-out infinite reverse;
}

/* Girl image — anchored to bottom */
.faq2__girl {
  max-width: 280px;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 -8px 32px rgba(168, 85, 247, .15));
  margin-top: auto;
}

@keyframes faq2-bob {

  0%,
  100% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, -14px);
  }
}

/* ── CTA Block ─────────────────────────────── */
.faq2__cta {
  text-align: center;
  padding: 48px 40px;
  border-radius: 24px;
  background: rgba(15, 12, 30, .6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, .06);
  position: relative;
  overflow: hidden;
}

.faq2__cta::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(168, 85, 247, .2), transparent 40%, rgba(232, 71, 174, .15), transparent 70%);
  filter: blur(12px);
  opacity: .4;
}

.faq2__cta-title {
  font-family: "Muller", sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}

.faq2__cta-text {
  font-family: "Muller", sans-serif;
  font-size: 16px;
  color: #9a8ec0;
  margin-bottom: 28px;
}

.faq2__cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Buttons */
.faq2__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Muller", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 14px;
  padding: 14px 28px;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .35s ease, background .3s ease, border-color .3s ease;
}

.faq2__btn:hover {
  transform: translateY(-2px);
}

/* Secondary (glass) */
.faq2__btn--secondary {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .15);
  color: #e0d4f7;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.faq2__btn--secondary:hover {
  border-color: rgba(168, 85, 247, .4);
  box-shadow: 0 0 20px rgba(168, 85, 247, .15);
  background: rgba(168, 85, 247, .08);
  color: #fff;
}

/* Primary (gradient) */
.faq2__btn--primary {
  background: linear-gradient(135deg, #8b5cf6, #e847ae);
  border: none;
  color: #fff;
  box-shadow: 0 6px 24px rgba(139, 92, 246, .35);
  padding: 14px 36px;
}

.faq2__btn--primary:hover {
  box-shadow: 0 8px 36px rgba(139, 92, 246, .5), 0 0 60px rgba(232, 71, 174, .2);
}

/* ── Responsive ────────────────────────────── */
@media (max-width: 960px) {
  .faq2 {
    padding: 80px 0 70px;
  }

  .faq2__title {
    font-size: 36px;
  }

  .faq2__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .faq2__illustration {
    position: static;
    order: -1;
  }

  .faq2__illust-card {
    min-height: 274px;
    max-width: 400px;
    margin: 0 auto;
  }

  .faq2__illust-q {
    font-size: 42px;
  }

  .faq2__girl {
    max-width: 200px;
  }
}

@media (max-width: 640px) {
  .faq2 {
    padding: 64px 0 48px;
  }

  .faq2__title {
    font-size: 28px;
  }

  .faq2__subtitle {
    font-size: 14px;
    margin-bottom: 32px;
  }

  .faq2__illustration {
    display: none;
  }

  .faq2__trigger {
    padding: 14px 16px;
    font-size: 14px;
    gap: 10px;
  }

  .faq2__icon {
    width: 34px;
    height: 34px;
    font-size: 18px;
    border-radius: 10px;
  }

  .faq2__answer-inner {
    padding: 0 16px 16px 60px;
    font-size: 13px;
  }

  .faq2__cta {
    padding: 32px 20px;
    border-radius: 18px;
  }

  .faq2__cta-title {
    font-size: 24px;
  }

  .faq2__cta-text {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .faq2__btn {
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 12px;
    width: 100%;
    justify-content: center;
  }

  .faq2__btn--primary {
    padding: 12px 24px;
  }

  .faq2__layout {
    margin-bottom: 36px;
  }
}
