.elementor-128 .elementor-element.elementor-element-5bb49a3{--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;--margin-top:-124px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for container, class: .elementor-element-5bb49a3 *//* PAGE WRAPPER */
.grr-page {
  background: radial-gradient(circle at top, #0b1220, #000);
  color: #ffffff;
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
}

/* HERO */
.grr-hero {
  text-align: center;
  margin-bottom: 60px;
}

.grr-hero h1 {
  font-size: 48px;
  color: #eca91d;
  letter-spacing: 1px;
}

.grr-hero-sub {
  font-size: 18px;
  color: #cccccc;
  max-width: 700px;
  margin: 15px auto 0;
}

/* CONTENT */
.grr-content {
  max-width: 900px;
  margin: auto;
}

.grr-content h2 {
  color: #eca91d;
  margin-top: 40px;
  margin-bottom: 15px;
}

.grr-content p {
  color: #dddddd;
  line-height: 1.8;
}

.grr-content ul {
  margin-left: 20px;
}

.grr-content li {
  margin-bottom: 10px;
  color: #dddddd;
}

/* CTA BOX */
.grr-cta-box {
  margin: 80px auto 0;
  max-width: 800px;
  text-align: center;
  padding: 60px 30px;
  border: 2px solid #eca91d;
  border-radius: 30px;
  background: linear-gradient(135deg, #0c1324, #000);
}

.cta-label {
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.cta-price {
  font-size: 48px;
  color: #eca91d;
  margin: 20px 0;
}

.cta-note {
  color: #cccccc;
  margin-bottom: 35px;
}

/* BUTTON */
.grr-btn {
  display: inline-block;
  padding: 16px 40px;
  background: #eca91d;
  color: #000;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.grr-btn:hover {
  background: #ffbe2e;
  transform: translateY(-2px);
}/* End custom CSS */