.elementor-1282 .elementor-element.elementor-element-62e7220{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1282 .elementor-element.elementor-element-fdb52a0{--display:flex;--min-height:0px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1282 .elementor-element.elementor-element-fdb52a0:not(.elementor-motion-effects-element-type-background), .elementor-1282 .elementor-element.elementor-element-fdb52a0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-1282 .elementor-element.elementor-element-848773d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1282 .elementor-element.elementor-element-42ce31e.elementor-element{--align-self:center;}.elementor-1282 .elementor-element.elementor-element-6996822{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1282 .elementor-element.elementor-element-abc33be.elementor-element{--align-self:center;}.elementor-1282 .elementor-element.elementor-element-4f70df4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1282 .elementor-element.elementor-element-e69b4c9.elementor-element{--align-self:center;}@media(min-width:768px){.elementor-1282 .elementor-element.elementor-element-848773d{--width:33%;}.elementor-1282 .elementor-element.elementor-element-6996822{--width:33%;}.elementor-1282 .elementor-element.elementor-element-4f70df4{--width:33%;}}/* Start custom CSS for container, class: .elementor-element-fdb52a0 */.plan-box {
    background-image: linear-gradient(90deg, #131313, #151515);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  width: 470px;
  text-align: center;
  margin: 0 auto;
  font-family: 'Inter', sans-serif;
}

.plan-title {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 12px;
}

.plan-price {
  margin: 12px 0;
}

.old-price {
  text-decoration: line-through;
  color: #FFFFFF;
  margin-right: 8px;
}

.new-price {
  font-size: 50px;
  font-weight: bold;
  color: #F87B30;
}

.per {
  font-size: 20px;
}

.plan-sub {
  font-size: 20px;
  color: #799;
}

.plan-desc { color: #FFFFFF;
  margin: 12px 0;
  font-size: 15px;
}

.plan-features { color: #FFFFFF;
  list-style: none;
  padding-left: 0;
  margin: 16px 0;
  text-align: left;
}

.plan-features li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 17px;
}

.bf-circle-check {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.coupon {
  margin: 12px 0;
  font-weight: bold;
}

.highlight {
  background: linear-gradient(76deg, #F87B30, #F8C251);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.highlight.gold {
     font-size: 22px;   /* chữ to hơn */
  font-weight: bold; /* in đậm */
  background: linear-gradient(76deg, #F8C251, #FFD700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Nút CTA với hiệu ứng glow và hover gradient chữ */
.cta-btn-glow {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(76deg, #F87B30, #F8C251);
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}

/* tạo lớp viền phát sáng */
.cta-btn-glow {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1px;
  color: #fff;
  text-decoration: none;
  background-color: #000; /* nền đen */
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
  border: 2px solid transparent;
}

/* viền gradient glow */
.cta-btn-glow::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 10px;
  background: linear-gradient(50deg, #6557ff, #aa3fff 12%, #fcaa4a 50%, #f8522e);
  z-index: -1;
  filter: blur(6px);
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* viền sáng khi hover */
.cta-btn-glow:hover::before {
  opacity: 1;
}

/* Nút nền đen + viền gradient bằng background layers */
.cta-btn-glow {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  border-radius: 15px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border: 3px solid transparent;
  background:
    linear-gradient(#000, #000) padding-box, /* lớp nền đen trong */
    linear-gradient(50deg, #6557ff, #aa3fff 12%, #fcaa4a 50%, #f8522e) border-box; /* viền gradient */
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* Glow khi hover bằng pseudo-element mờ rộng ra ngoài */
.cta-btn-glow::before {
  content: "";
  position: absolute;
top: -6px;
right: -6px;
bottom: -6px;
left: -6px;
  /* mở rộng vùng glow ra ngoài viền */
  border-radius: 12px;
  background: linear-gradient(50deg, #6557ff, #aa3fff 12%, #fcaa4a 50%, #f8522e);
  filter: blur(10px);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;              /* nằm dưới nút */
}

.cta-btn-glow:hover::before {
  opacity: 1;               /* phát sáng khi hover */
}

.cta-btn-glow:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 0 rgba(0,0,0,0); /* tránh trùng bóng */
}

/* Nếu nút nằm trong container có overflow: hidden, hãy bật visible để không cắt glow */
.container, .plan-box {
  overflow: visible;
}
.plan-box .plan-title,
.plan-box .plan-price,
.plan-box .plan-sub,
.plan-box .plan-desc,
.plan-box .plan-features,
.plan-box .coupon {
  text-align: left;
  margin-left: 0;
}

/* Giữ nút CTA ở giữa */
.plan-box .cta-btn-glow {
  display: inline-block;
  margin: 0 auto;
  width: 400px;
}

.old-price {
  display: block;
}

.gradient-text1 { 
  font-size: 32px;   /* chỉnh kích thước chữ to hơn */
  font-weight: bold; /* in đậm */
   -webkit-text-fill-color: transparent;
    background-image: linear-gradient(100deg, #6557ff, #aa3fff 20%, #fcaa4a 70%, #f8522e);
    -webkit-background-clip: text;
    background-clip: text;
}/* End custom CSS */