.buy-pricing-page {
  min-height: 100vh;
  color: #fff4e7;
  background:
    radial-gradient(circle at 18% 86%, rgba(255, 88, 0, 0.18), transparent 23%),
    radial-gradient(circle at 76% 10%, rgba(255, 141, 0, 0.12), transparent 20%),
    linear-gradient(145deg, #030100 0%, #080300 46%, #000 100%);
}

.buy-pricing-page::before,
.buy-pricing-page::after {
  display: none;
}

.pricing-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(640px, 1.28fr);
  gap: 34px;
  padding: 38px 42px 24px;
}

.pricing-left,
.pricing-right {
  min-width: 0;
}

.pricing-left {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.pricing-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  color: #fff4e7;
}

.pricing-brand-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 45px;
  font-weight: 700;
  background: rgba(255, 112, 0, 0.1);
  box-shadow: 0 0 28px rgba(255, 102, 0, 0.92);
}

.pricing-brand strong,
.pricing-brand span {
  display: block;
}

.pricing-brand strong {
  color: #fff;
  font-size: 23px;
  line-height: 1.1;
}

.pricing-brand span {
  margin-top: 6px;
  color: rgba(255, 244, 231, 0.76);
  font-size: 16px;
}

.pricing-kicker {
  margin-top: 64px;
  color: #ff7900;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-left h1 {
  margin: 12px 0 14px;
  color: #f6f6f6;
  font-size: clamp(44px, 5vw, 62px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.16);
}

.pricing-left h1 span {
  color: #ff5d00;
  background: linear-gradient(90deg, #ffbd52, #ff5d00);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-intro {
  max-width: 500px;
  margin: 0;
  color: rgba(255, 244, 231, 0.82);
  font-size: 19px;
  line-height: 1.45;
}

.pricing-benefits {
  display: grid;
  gap: 16px;
  margin-top: 25px;
}

.pricing-benefits div {
  display: flex;
  align-items: center;
  gap: 15px;
}

.pricing-benefits i {
  width: 55px;
  height: 55px;
  flex: 0 0 55px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #ff8a00;
  background:
    radial-gradient(circle, rgba(255, 121, 0, 0.2), transparent 72%),
    rgba(255, 121, 0, 0.09);
  box-shadow: 0 0 20px rgba(255, 113, 0, 0.28);
  font-size: 25px;
}

.pricing-benefits strong,
.pricing-benefits small {
  display: block;
}

.pricing-benefits strong {
  color: #fff;
  font-size: 16px;
}

.pricing-benefits small {
  margin-top: 5px;
  color: rgba(255, 244, 231, 0.68);
  font-size: 13px;
  line-height: 1.35;
}

.pricing-laptop {
  position: relative;
  width: min(540px, 94%);
  height: 330px;
  margin-top: auto;
  margin-left: 18px;
}

.laptop-screen {
  position: absolute;
  left: 48px;
  bottom: 58px;
  width: 390px;
  height: 210px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 12px;
  padding: 14px;
  border: 2px solid rgba(255, 134, 0, 0.92);
  border-radius: 13px;
  background: rgba(10, 5, 1, 0.92);
  box-shadow: 0 0 26px rgba(255, 107, 0, 0.64);
  transform: perspective(720px) rotateX(4deg) rotateZ(-5deg);
}

.mini-sidebar {
  border-radius: 8px;
  background:
    linear-gradient(#ff8a00 0 18px, transparent 18px),
    repeating-linear-gradient(180deg, rgba(255, 138, 0, 0.35) 0 9px, transparent 9px 25px),
    rgba(255, 121, 0, 0.08);
}

.mini-content {
  min-width: 0;
}

.mini-top {
  height: 20px;
  margin-bottom: 12px;
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(255, 138, 0, 0.95), rgba(255, 177, 38, 0.28));
}

.mini-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.mini-cards span {
  height: 45px;
  border: 1px solid rgba(255, 121, 0, 0.34);
  border-radius: 7px;
  background: rgba(255, 121, 0, 0.08);
}

.mini-chart {
  height: 82px;
  margin-top: 13px;
  display: flex;
  align-items: end;
  gap: 10px;
}

.mini-chart i {
  flex: 1;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, #ffbd28, #ff5d00);
  box-shadow: 0 0 10px rgba(255, 121, 0, 0.48);
}

.mini-chart i:nth-child(1) { height: 28%; }
.mini-chart i:nth-child(2) { height: 55%; }
.mini-chart i:nth-child(3) { height: 42%; }
.mini-chart i:nth-child(4) { height: 76%; }
.mini-chart i:nth-child(5) { height: 50%; }
.mini-chart i:nth-child(6) { height: 82%; }

.laptop-base {
  position: absolute;
  left: 34px;
  bottom: 36px;
  width: 465px;
  height: 86px;
  border: 2px solid rgba(255, 134, 0, 0.92);
  border-radius: 10px 10px 24px 24px;
  background: linear-gradient(145deg, rgba(255, 114, 0, 0.34), rgba(35, 14, 1, 0.96));
  box-shadow: 0 0 30px rgba(255, 107, 0, 0.6);
  transform: perspective(720px) rotateX(58deg) rotateZ(-5deg);
}

.pricing-loop {
  position: absolute;
  border: 3px solid rgba(255, 126, 18, 0.9);
  border-color: rgba(255, 126, 18, 0.9) transparent transparent transparent;
  border-radius: 50%;
  filter: drop-shadow(0 0 10px rgba(255, 118, 0, 0.92));
}

.loop-one {
  width: 560px;
  height: 150px;
  left: -10px;
  bottom: 10px;
  transform: rotate(-2deg);
}

.loop-two {
  width: 500px;
  height: 130px;
  left: 18px;
  bottom: 64px;
  transform: rotate(7deg);
}

.pricing-note {
  position: absolute;
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(145deg, #ff5d00, #ffad20);
  box-shadow: 0 0 18px rgba(255, 121, 0, 0.78);
}

.note-a {
  left: 2px;
  bottom: 112px;
}

.note-b {
  right: 8px;
  bottom: 162px;
}

.pricing-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 26px;
}

.pricing-trustbar,
.pricing-panel {
  border: 1px solid rgba(255, 121, 0, 0.45);
  background: rgba(9, 4, 1, 0.82);
  box-shadow: inset 0 0 0 1px rgba(255, 175, 77, 0.05);
}

.pricing-trustbar {
  min-height: 74px;
  width: min(520px, 100%);
  align-self: flex-end;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 10px;
}

.pricing-trustbar div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: #fff4e7;
}

.pricing-trustbar i {
  color: #ff8a00;
  font-size: 28px;
}

.pricing-trustbar span {
  font-size: 14px;
  line-height: 1.2;
}

.pricing-panel {
  border-radius: 12px;
  overflow: hidden;
}

.pricing-panel-head {
  min-height: 66px;
  padding: 0 24px;
  border-bottom: 1px solid rgba(255, 121, 0, 0.28);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.pricing-panel-head h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
}

.pricing-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pricing-toggle span,
.pricing-toggle em {
  color: #ff7900;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.pricing-toggle button {
  min-height: 36px;
  padding: 0 20px;
  border: 1px solid rgba(255, 121, 0, 0.28);
  border-radius: 12px;
  color: rgba(255, 244, 231, 0.78);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
}

.pricing-toggle button.active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(90deg, #ff5d00, #ffad20);
  box-shadow: 0 0 20px rgba(255, 121, 0, 0.5);
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 38px 24px 28px;
}

.pricing-card {
  min-height: 535px;
  padding: 30px 22px;
  position: relative;
  border: 1px solid rgba(255, 121, 0, 0.38);
  border-radius: 14px;
  color: #fff4e7;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 121, 0, 0.1), transparent 34%),
    linear-gradient(145deg, rgba(16, 7, 1, 0.94), rgba(4, 2, 0, 0.98));
}

.pricing-card.featured {
  border: 2px solid #ff5d00;
  box-shadow:
    0 0 34px rgba(255, 102, 0, 0.72),
    inset 0 0 30px rgba(255, 102, 0, 0.08);
  transform: translateY(-18px);
}

.popular-badge {
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 116px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 0 0 8px 8px;
  color: #fff;
  background: linear-gradient(90deg, #ff5d00, #ffad20);
  box-shadow: 0 0 18px rgba(255, 121, 0, 0.58);
  font-size: 12px;
  font-weight: 800;
}

.plan-top {
  text-align: center;
}

.plan-top h3 {
  margin: 6px 0 10px;
  color: #fff;
  font-size: 29px;
  font-weight: 900;
}

.plan-top p {
  min-height: 46px;
  margin: 0 auto;
  max-width: 210px;
  color: rgba(255, 244, 231, 0.78);
  line-height: 1.35;
}

.plan-price {
  margin: 28px 0 12px;
  text-align: center;
}

.plan-price strong {
  color: #fff;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
}

.plan-price span {
  color: rgba(255, 244, 231, 0.82);
  font-size: 16px;
}

.plan-site-count {
  text-align: center;
  color: #f1c990;
  font-size: 15px;
}

.plan-btn {
  min-height: 54px;
  margin: 26px 0 28px;
  border: 1px solid rgba(255, 121, 0, 0.82);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: transparent;
  font-size: 18px;
  font-weight: 900;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.pricing-card.featured .plan-btn,
.plan-btn:hover {
  color: #fff;
  background: linear-gradient(90deg, #ff4d12, #ffad20);
  box-shadow: 0 0 24px rgba(255, 121, 0, 0.54);
}

.plan-btn.btn-loading {
  pointer-events: none;
  opacity: 0.8;
}

.plan-btn.btn-loading span {
  visibility: hidden;
}

.plan-btn.btn-loading::after {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-top-color: transparent;
  border-radius: 50%;
  position: absolute;
  animation: pricingSpin 0.7s linear infinite;
}

.plan-features {
  display: grid;
  gap: 14px;
  color: rgba(255, 244, 231, 0.78);
  font-size: 14px;
}

.plan-features div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.35;
}

.plan-features i {
  color: #ff9b00;
  margin-top: 2px;
}

.accepted-payments {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
  padding: 5px 24px 22px;
}

.accepted-payments span {
  margin-right: 8px;
  color: #f2c68a;
  font-size: 11px;
}

.accepted-payments b {
  min-width: 63px;
  height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255, 121, 0, 0.48);
  border-radius: 5px;
  display: inline-grid;
  place-items: center;
  color: #fff4e7;
  background: rgba(255, 121, 0, 0.06);
  font-size: 15px;
}

.pricing-guarantee {
  min-height: 124px;
  margin: 0 76px 24px;
  padding: 20px 28px;
  border: 1px solid rgba(255, 121, 0, 0.48);
  border-radius: 10px;
  display: grid;
  grid-template-columns: 70px 1fr 70px;
  align-items: center;
  gap: 22px;
  background: rgba(255, 121, 0, 0.04);
}

.pricing-guarantee > i {
  color: #ff8a00;
  font-size: 56px;
  filter: drop-shadow(0 0 12px rgba(255, 121, 0, 0.44));
}

.pricing-guarantee strong,
.pricing-guarantee span {
  display: block;
}

.pricing-guarantee strong {
  color: #fff;
  font-size: 21px;
}

.pricing-guarantee span {
  margin-top: 9px;
  color: rgba(255, 244, 231, 0.78);
  line-height: 1.4;
}

.pricing-guarantee em {
  width: 62px;
  height: 62px;
  border: 4px solid #ff8a00;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ff8a00;
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
  box-shadow: 0 0 14px rgba(255, 121, 0, 0.34);
}

.pricing-rating {
  padding: 0 24px 28px;
  text-align: center;
}

.pricing-rating span {
  display: block;
  color: rgba(255, 244, 231, 0.72);
}

.pricing-rating strong {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 15px;
  color: #fff4e7;
  font-size: 15px;
}

.pricing-rating i {
  color: #ff8a00;
}

@keyframes pricingSpin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1180px) {
  .pricing-shell {
    grid-template-columns: 1fr;
  }

  .pricing-left {
    min-height: auto;
  }

  .pricing-laptop {
    margin-top: 30px;
  }

  .pricing-trustbar {
    align-self: stretch;
    width: 100%;
  }
}

@media (max-width: 860px) {
  .pricing-shell {
    padding: 24px 14px;
  }

  .pricing-cards {
    grid-template-columns: 1fr;
    padding: 22px 16px;
  }

  .pricing-card,
  .pricing-card.featured {
    min-height: auto;
    transform: none;
  }

  .pricing-panel-head {
    height: auto;
    padding: 18px 16px;
    align-items: flex-start;
    flex-direction: column;
  }

  .pricing-toggle {
    flex-wrap: wrap;
  }

  .pricing-guarantee {
    margin: 0 16px 22px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .pricing-guarantee > i,
  .pricing-guarantee em {
    margin: 0 auto;
  }
}

@media (max-width: 620px) {
  .pricing-brand-mark {
    width: 50px;
    height: 50px;
    font-size: 38px;
  }

  .pricing-kicker {
    margin-top: 36px;
  }

  .pricing-left h1 {
    font-size: 41px;
  }

  .pricing-intro {
    font-size: 16px;
  }

  .pricing-trustbar {
    grid-template-columns: 1fr;
    padding: 12px;
    gap: 8px;
  }

  .pricing-trustbar div {
    justify-content: flex-start;
  }

  .pricing-laptop {
    width: 100%;
    height: 255px;
    margin-left: 0;
  }

  .laptop-screen {
    left: 24px;
    width: 310px;
    height: 170px;
  }

  .laptop-base {
    left: 16px;
    width: 360px;
  }

  .loop-one,
  .loop-two,
  .pricing-note {
    display: none;
  }
}
